diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 6f0a6b63..00000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -gfx/map/terrain/*.tga filter=lfs diff=lfs merge=lfs -text -gfx/map/textures/*.dds filter=lfs diff=lfs merge=lfs -text -gfx/models/papermap/flatmap.dds filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index adf72530..4cb24455 100644 --- a/.gitignore +++ b/.gitignore @@ -265,4 +265,14 @@ fabric.properties .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,intellij,pycharm,pycharm+all \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,intellij,pycharm,pycharm+all +gfx/editor_terrain/* +mapeditor* +Civ Mod.zip +tools/* +src/output/* +build/* +*.spec +release/* +__pycache__ +tools/mapeditor/map_editor_status.txt diff --git a/.metadata/metadata.json b/.metadata/metadata.json index 4867b716..696300e5 100644 --- a/.metadata/metadata.json +++ b/.metadata/metadata.json @@ -1,39 +1,98 @@ { - "name" : "CivMC Victoria 3 Total Overhaul", - "id" : "", - "version" : "0.0.1", - "supported_game_version" : "1.*.*", - "short_description" : "WRITE THIS LATER", - "tags" : [], - "relationships" : [], - "game_custom_data" : { - "multiplayer_synchronized" : true, - "replace_paths" : [ + "name": "Civtoria", + "id": "", + "version": "0.0.1", + "supported_game_version": "1.*.*", + "short_description": "WRITE THIS LATER", + "tags": [], + "relationships": [], + "game_custom_data": { + "multiplayer_synchronized": true, + "replace_paths": [ + "common/achievements", + "common/ai_strategies", + "common/battle_conditions", + "common/building_groups", + "common/buildings", + "common/buy_packages", + "common/canals", "common/character_templates", + "common/character_traits", "common/coat_of_arms/coat_of_arms", + "common/combat_unit_types", + "common/commander_ranks", "common/country_creation", "common/country_definitions", "common/country_formation", + "common/country_ranks", "common/cultures", "common/customizable_localization", "common/decisions", - "common/journal_entries", + "common/decrees", + "common/diplomatic_actions", + "common/diplomatic_plays", + "common/discrimination_traits", + "common/dna_data", + "common/dynamic_country_map_colors", + "common/dynamic_country_names", + "common/ethnicities", + "common/flag_definitions", + "common/goods", "common/history", "common/history/buildings", "common/history/characters", "common/history/countries", "common/history/diplomacy", - "common/history/diplomatic_plays", - "common/history/interests", + "common/history/diplomatic_plays", + "common/history/interests", "common/history/pops", "common/history/population", "common/history/states", - "common/history/trade_routes", - "common/history/global", + "common/history/trade_routes", + "common/history/global", + "common/interest_group_traits", + "common/interest_groups", + "common/journal_entries", + "common/laws", + "common/modifiers", + "common/objective_subgoal_categories", + "common/objective_subgoals", + "common/objectives", + "common/on_actions", + "common/parties", + "common/pop_needs", + "common/pop_types", + "common/production_method_groups", + "common/production_methods", + "common/religions", + "common/scripted_effects", + "common/scripted_triggers", + "common/state_traits", + "common/script_values", "common/strategic_regions", + "common/technology", + "common/tutorial_lessons", "events", "events/american_civil_war", - "map_data/state_regions" + "events/election_events", + "events/expedition_events", + "events/law_events", + "events/tech_events", + "map_data/state_regions", + "gfx/map/borders/front_graphics", + "gfx/map/city_data/city_types", + "gfx/map/city_data/city_vfx", + "gfx/map/spline_network/route_graphics", + "gfx/map/naval_graphics", + "gfx/portraits/attachments", + "gfx/portraits/decals", + "gfx/portraits/accessories", + "gfx/portraits/accessory_variations", + "gfx/portraits/cameras", + "gfx/portraits/portrait_animations", + "gfx/portraits/portrait_modifiers", + "localization/english/hub_names_l_english.yml", + "localization/english/names_l_english.yml" ] } -} \ No newline at end of file +} diff --git a/README.md b/README.md index acf7e57e..7e7bbaca 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ flowchart wood{{Oak Log}} stone{{Stone}} charcoal{{Charcoal}} - ironOre{{Iron Ore}} - ironIngot{{Iron Ingot}} + iron_ore{{Iron Ore}} + iron_ingot{{Iron Ingot}} stoneTools{{Stone Tools}} %% Tree farm @@ -73,7 +73,7 @@ flowchart %% Mine stoneTools-.Stone Pickaxes.->mine mine--Stone Pickaxes-->stone - mine--Stone Pickaxes-->ironOre + mine--Stone Pickaxes-->iron_ore %% Charcoal Smelter wood-.Convert Logs.->charcoalSmelter @@ -81,11 +81,11 @@ flowchart %% Ore Smelter charcoal-.Basic Smelting.->oreSmelter - ironOre-.Basic Smelting.->oreSmelter - oreSmelter--Basic Smelting-->ironIngot + iron_ore-.Basic Smelting.->oreSmelter + oreSmelter--Basic Smelting-->iron_ingot %% Building site - ironIngot-."Iron Reinforcing (Modifier)".->building + iron_ingot-."Iron Reinforcing (Modifier)".->building ``` # Iron Tier ```mermaid diff --git a/common/ai_strategies/00_default_strategy.txt b/common/ai_strategies/00_default_strategy.txt index 95f36b04..04c0a80d 100644 --- a/common/ai_strategies/00_default_strategy.txt +++ b/common/ai_strategies/00_default_strategy.txt @@ -240,134 +240,10 @@ ai_strategy_default = { wanted_army_ratio = 200000 # 1 barrack per 200k incorporated population wanted_navy_ratio = 400000 # 1 naval base per 400k coastal incorporated population - subsidies = { - building_power_plant = should_have - building_railway = should_have - building_trade_center = should_have + subsidies = { } goods_stances = { - small_arms = { - stance = wants_high_supply - trigger = { - has_technology_researched = napoleonic_warfare - } - } - artillery = { - stance = wants_high_supply - trigger = { - has_technology_researched = artillery - } - } - ammunition = { - stance = wants_high_supply - trigger = { - has_technology_researched = general_staff - } - } - aeroplanes = { - stance = wants_high_supply - trigger = { - has_technology_researched = military_aviation - country_rank >= rank_value:major_power - } - } - tanks = { - stance = wants_high_supply - trigger = { - has_technology_researched = mobile_armor - country_rank >= rank_value:major_power - } - } - clippers = { - stance = wants_high_supply - trigger = { - has_technology_researched = navigation - NAND = { - has_technology_researched = ironclad_tech - has_technology_researched = gantry_cranes - } - has_port = yes - country_rank >= rank_value:major_power - } - } - manowars = { - stance = wants_high_supply - trigger = { - has_technology_researched = admiralty - NAND = { - has_technology_researched = ironclad_tech - has_technology_researched = gantry_cranes - } - has_port = yes - country_rank >= rank_value:major_power - } - } - steamers = { - stance = wants_high_supply - trigger = { - has_technology_researched = ironclad_tech - has_technology_researched = gantry_cranes - has_port = yes - country_rank >= rank_value:major_power - } - } - ironclads = { - stance = wants_high_supply - trigger = { - has_technology_researched = ironclad_tech - has_technology_researched = gantry_cranes - has_port = yes - country_rank >= rank_value:major_power - } - } - paper = { - stance = wants_high_supply - trigger = { - has_technology_researched = centralization - total_population >= 1000000 - NOT = { has_law = law_type:law_traditionalism } - } - } - electricity = { - stance = wants_high_supply - trigger = { - has_technology_researched = electrical_generation - } - } - coal = { - stance = wants_high_supply - trigger = { - has_technology_researched = railways - } - } - engines = { - stance = wants_high_supply - trigger = { - has_technology_researched = railways - } - } - dye = { - stance = wants_high_supply - trigger = { - has_building = building_textile_mills - has_technology_researched = lathe - } - } - silk = { - stance = wants_high_supply - trigger = { - has_building = building_textile_mills - total_population >= 1000000 - } - } - hardwood = { - stance = wants_high_supply - trigger = { - has_building = building_furniture_manufacturies - total_population >= 1000000 - } - } } colonial_interest_ratio = { @@ -433,21 +309,7 @@ ai_strategy_default = { add = 1 min = 0.25 max = 2.0 - } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 1.5 - } - - if = { - limit = { - harsh_ai_behavior_trigger = yes - } - multiply = 0.75 - } + } if = { limit = { @@ -507,20 +369,6 @@ ai_strategy_default = { add = 1 min = 0.25 max = 2.0 - } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 1.5 - } - - if = { - limit = { - harsh_ai_behavior_trigger = yes - } - multiply = 0.75 } if = { @@ -565,13 +413,6 @@ ai_strategy_default = { max = 2.0 } - if = { - limit = { - harsh_ai_behavior_trigger = yes - } - multiply = 0.75 - } - if = { limit = { scope:target_country.infamy >= infamy_threshold:infamous @@ -668,21 +509,7 @@ ai_strategy_default = { add = 1 min = 0.25 max = 2.0 - } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.75 - } - - if = { - limit = { - harsh_ai_behavior_trigger = yes - } - multiply = 1.5 - } + } if = { limit = { @@ -753,11 +580,6 @@ ai_strategy_default = { } multiply = 0.25 } - } - - if = { - limit = { is_still_learning = yes } - multiply = 0 } } conquer = { @@ -818,21 +640,7 @@ ai_strategy_default = { if = { limit = { scope:target_country = { has_modifier = declared_bankruptcy } } multiply = 2.0 - } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.25 - } - - if = { - limit = { - harsh_ai_behavior_trigger = yes - } - multiply = 1.25 - } + } if = { limit = { @@ -903,12 +711,7 @@ ai_strategy_default = { is_subject_of = scope:target_country } multiply = 0.0 - } - - if = { - limit = { is_still_learning = yes } - multiply = 0 - } + } } dominate = { value = 0 @@ -952,26 +755,12 @@ ai_strategy_default = { add = 1 min = 0.25 max = 2.0 - } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.50 - } + } if = { limit = { scope:target_country = { has_modifier = declared_bankruptcy } } multiply = 2.0 - } - - if = { - limit = { - harsh_ai_behavior_trigger = yes - } - multiply = 1.5 - } + } if = { limit = { @@ -1057,11 +846,6 @@ ai_strategy_default = { } multiply = 0.0 } - - if = { - limit = { is_still_learning = yes } - multiply = 0 - } } } @@ -1183,14 +967,6 @@ ai_strategy_default = { } } - if = { - limit = { - lenient_ai_behavior_trigger = yes - scope:target_state = { is_homeland_of_country_cultures = scope:target_country } - } - multiply = 0.0 - } - min = 0 max = 100 } @@ -1275,17 +1051,6 @@ ai_strategy_default = { value = scope:target_state.gdp divide = 200000 max = 10 - } - - if = { - limit = { - any_scope_building = { - is_building_type = building_trade_center - level > 0 - } - } - - add = 5 } if = { @@ -1359,14 +1124,7 @@ ai_strategy_default = { multiply = 1.25 } } - } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.5 - } + } min = 0 max = 100 @@ -1405,13 +1163,6 @@ ai_strategy_default = { } } - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.5 - } - min = 0 max = 100 } @@ -1449,13 +1200,6 @@ ai_strategy_default = { } } - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.5 - } - min = 0 max = 100 } @@ -1618,14 +1362,7 @@ ai_strategy_default = { has_strategic_adjacency = scope:target_country } multiply = 1.5 - } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.0 - } + } min = 0 max = 200 @@ -1650,13 +1387,6 @@ ai_strategy_default = { } multiply = 1.5 } - - if = { - limit = { - lenient_ai_behavior_trigger = yes - } - multiply = 0.0 - } min = 0 max = 200 diff --git a/common/ai_strategies/01_admin_strategies.txt b/common/ai_strategies/01_admin_strategies.txt index c3726f19..57466836 100644 --- a/common/ai_strategies/01_admin_strategies.txt +++ b/common/ai_strategies/01_admin_strategies.txt @@ -6,35 +6,9 @@ wanted_construction_ratio = 2000000 # 1 level of construction sector per 2 million incorporated population building_group_weights = { - bg_mine = 1.0 - bg_tree_farm = 2.0 - # bg_agriculture = 2.0 - # bg_ranching = 2.0 - # bg_fishing = 1.5 - # bg_plantations = 1.5 - # bg_manufacturing = 0.5 } goods_stances = { - grain = { stance = wants_export } - meat = { stance = wants_export } - fish = { stance = wants_export } - fruit = { stance = wants_export } - liquor = { stance = wants_export } - wine = { stance = wants_export } - fabric = { stance = wants_export } - fertilizer = { - stance = wants_high_supply - trigger = { - has_technology_researched = intensive_agriculture - } - } - tools = { - stance = wants_high_supply - trigger = { - has_technology_researched = intensive_agriculture - } - } } possible = { @@ -57,15 +31,7 @@ if = { limit = { literacy_rate >= 0.50 } multiply = 0.5 - } - - if = { - limit = { - exists = ig:ig_landowners - ig:ig_landowners = { is_powerful = yes } - } - multiply = 1.5 - } + } if = { limit = { @@ -74,7 +40,7 @@ OR = { AND = { is_ai = no - NOT = { has_law = law_type:law_traditionalism } + NOT = { has_law = law_type:law_newfriend_economy } } has_strategy = ai_strategy_resource_expansion has_strategy = ai_strategy_industrial_expansion @@ -94,20 +60,9 @@ ai_strategy_plantation_economy = { wanted_construction_ratio = 2000000 # 1 level of construction sector per 2 million incorporated population goods_stances = { - fruit = { stance = wants_export } - fabric = { stance = wants_export } - sugar = { stance = wants_export } - coffee = { stance = wants_export } - tea = { stance = wants_export } - opium = { stance = wants_export } - tobacco = { stance = wants_export } - dye = { stance = wants_export } - silk = { stance = wants_export } } building_group_weights = { - bg_plantations = 2.0 - bg_manufacturing = 0.5 } weight = { @@ -116,15 +71,7 @@ ai_strategy_plantation_economy = { if = { limit = { is_country_type = unrecognized } multiply = 0.5 - } - - if = { - limit = { - exists = ig:ig_landowners - ig:ig_landowners = { is_powerful = yes } - } - multiply = 1.5 - } + } } } @@ -136,38 +83,12 @@ ai_strategy_resource_expansion = { wanted_construction_ratio = 1500000 # 1 level of construction sector per 1.5 million incorporated population building_group_weights = { - bg_rubber = 1.5 - bg_oil_extraction = 1.5 - bg_mining = 1.5 - bg_logging = 1.5 } subsidies = { - building_tooling_workshops = wants_to_have - building_chemical_plants = wants_to_have } goods_stances = { - explosives = { - stance = wants_high_supply - trigger = { - has_technology_researched = nitroglycerin - } - } - fertilizer = { # Explosives byproduct - stance = wants_export - trigger = { - has_technology_researched = nitroglycerin - } - } - tools = { stance = wants_high_supply } - coal = { stance = wants_export } - iron = { stance = wants_export } - oil = { stance = wants_export } - lead = { stance = wants_export } - wood = { stance = wants_export } - hardwood = { stance = wants_export } - sulfur = { stance = wants_export } } @@ -183,14 +104,6 @@ ai_strategy_resource_expansion = { multiply = 0.5 } - if = { - limit = { - exists = ig:ig_industrialists - ig:ig_industrialists = { is_powerful = yes } - } - multiply = 1.5 - } - if = { limit = { has_technology_researched = railways @@ -205,7 +118,7 @@ ai_strategy_resource_expansion = { OR = { AND = { is_ai = no - NOT = { has_law = law_type:law_traditionalism } + NOT = { has_law = law_type:law_newfriend_economy } } has_strategy = ai_strategy_resource_expansion has_strategy = ai_strategy_industrial_expansion @@ -228,40 +141,12 @@ ai_strategy_industrial_expansion = { max_tax_level = very_high subsidies = { - building_motor_industry = wants_to_have - building_tooling_workshops = wants_to_have - building_coal_mine = wants_to_have - building_iron_mine = wants_to_have - building_steel_mills = wants_to_have - building_lead_mine = wants_to_have - building_sulfur_mine = wants_to_have - building_chemical_plants = wants_to_have } goods_stances = { - electricity = { stance = wants_high_supply } - oil = { stance = wants_high_supply } - dye = { stance = wants_high_supply } - silk = { stance = wants_high_supply } - rubber = { stance = wants_high_supply } - tools = { stance = wants_high_supply } - coal = { stance = wants_high_supply } - iron = { stance = wants_high_supply } - steel = { stance = wants_high_supply } - lead = { stance = wants_high_supply } - sulfur = { stance = wants_high_supply } - wood = { stance = wants_high_supply } - sugar = { stance = wants_high_supply } - explosives = { stance = wants_export } - fertilizer = { stance = wants_export } } - building_group_weights = { - bg_manufacturing = 1.25 - bg_rubber = 1.25 - bg_oil_extraction = 1.25 - bg_mining = 1.25 - bg_logging = 1.25 + building_group_weights = { } weight = { @@ -272,14 +157,6 @@ ai_strategy_industrial_expansion = { multiply = 0.25 } - if = { - limit = { - exists = ig:ig_industrialists - ig:ig_industrialists = { is_powerful = yes } - } - multiply = 1.5 - } - if = { limit = { literacy_rate < 0.25 } multiply = 0.5 @@ -315,27 +192,14 @@ ai_strategy_placate_population = { max_tax_level = medium min_tax_level = very_low - building_group_weights = { - bg_agriculture = 2.0 - bg_ranching = 2.0 - bg_oil_extraction = 0.5 - bg_mining = 0.5 - bg_construction = 0.5 - bg_manufacturing = 0.25 + building_group_weights = { } goods_stances = { - grain = { stance = wants_high_supply } - meat = { stance = wants_high_supply } - fish = { stance = wants_high_supply } - fruit = { stance = wants_high_supply } - fabric = { stance = wants_high_supply } - wood = { stance = wants_high_supply } - opium = { stance = does_not_want } } possible = { - has_law = law_type:law_traditionalism + has_law = law_type:law_newfriend_economy } weight = { @@ -366,15 +230,7 @@ ai_strategy_placate_population = { has_technology_researched = railways } multiply = 0.5 - } - - if = { - limit = { - exists = ig:ig_rural_folk - ig:ig_rural_folk = { is_powerful = yes } - } - multiply = 1.5 - } + } if = { limit = { @@ -383,7 +239,7 @@ ai_strategy_placate_population = { OR = { AND = { is_ai = no - NOT = { has_law = law_type:law_traditionalism } + NOT = { has_law = law_type:law_newfriend_economy } } has_strategy = ai_strategy_resource_expansion has_strategy = ai_strategy_industrial_expansion diff --git a/common/ai_strategies/02_diplomatic_strategies.txt b/common/ai_strategies/02_diplomatic_strategies.txt index 1f6dbaa3..1bdc55f1 100644 --- a/common/ai_strategies/02_diplomatic_strategies.txt +++ b/common/ai_strategies/02_diplomatic_strategies.txt @@ -53,7 +53,6 @@ } building_group_weights = { - bg_technology = 1.25 } secret_goal_weights = { @@ -133,7 +132,6 @@ ai_strategy_territorial_expansion = { } building_group_weights = { - bg_army = 1.5 } secret_goal_weights = { @@ -152,16 +150,6 @@ ai_strategy_territorial_expansion = { weight = { value = 10 - - if = { - limit = { ig:ig_armed_forces = { is_powerful = yes } } - multiply = 1.5 - } - - if = { - limit = { country_is_in_europe = yes } - multiply = 0.25 - } } } @@ -226,7 +214,6 @@ ai_strategy_colonial_expansion = { } building_group_weights = { - bg_navy = 1.5 } colonial_interest_ratio = { @@ -362,7 +349,6 @@ ai_strategy_armed_isolationism = { } building_group_weights = { - bg_army = 1.5 } secret_goal_weights = { @@ -473,7 +459,6 @@ ai_strategy_economic_imperialism = { } building_group_weights = { - bg_navy = 1.5 } colonial_interest_ratio = { @@ -584,186 +569,4 @@ ai_strategy_economic_imperialism = { multiply = 1.5 } } -} - -#ai_strategy_unify_germany = { -# icon = "gfx/interface/icons/ai_strategy_icons/unification.dds" -# -# type = diplomatic -# -# wanted_army_ratio = 150000 # 1 barrack per 150k incorporated population -# wanted_navy_ratio = 400000 # 1 naval base per 400k coastal incorporated population -# -# undesirable_infamy_level = 50 -# unacceptable_infamy_level = 100 -# -# ideological_opinion_effect_mult = 0.5 -# -# wargoal_maneuvers_fraction = { -# value = 0.1 -# } -# -# diplomatic_play_neutrality = 0 # Added to base neutrality in diplomatic plays -# diplomatic_play_boldness = 50 # Added to base boldness in diplomatic plays -# -# # Added to value from default strategy -# obligation_value = { -# value = 0 -# -# if = { -# limit = { -# scope:target_country = { -# OR = { -# country_has_primary_culture = cu:north_german -# country_has_primary_culture = cu:south_german -# } -# } -# } -# add = 25 -# } -# } -# -# # Added to value from default strategy -# bravery = { - value = 0.5 -# } -# -# # Added to value from default strategy -# aggression = { -# value = 0.25 -# -# if = { -# limit = { -# scope:target_country = { -# OR = { -# country_has_primary_culture = cu:north_german -# country_has_primary_culture = cu:south_german -# } -# } -# } -# add = 10 -# } -# -# # Less aggressive against countries we're just antagonistic against, rather than belligerent/domineering -# if = { -# limit = { -# has_attitude = { -# who = scope:target_country -# attitude = antagonistic -# } -# } -# multiply = 0.25 -# } -# } -# -# building_group_weights = { -# bg_army = 1.5 -# } -# -# wargoal_scores = { -# conquer_state = { -# if = { -# limit = { -# scope:target_state = { -# state_region = { -# OR = { -# is_homeland = cu:north_german -# is_homeland = cu:south_german -# } -# } -# } -# can_reach_target_state = yes -# } -# add = 100 -# } -# } -# return_state = { -# if = { -# limit = { -# scope:target_state = { -# state_region = { -# OR = { -# is_homeland = cu:north_german -# is_homeland = cu:south_german -# } -# } -# } -# can_reach_target_state = yes -# } -# add = 100 -# } -# } -# } -# -# secret_goal_scores = { -# protect = { -# if = { -# limit = { -# scope:target_country = { -# OR = { -# country_has_primary_culture = cu:north_german -# country_has_primary_culture = cu:south_german -# } -# NOT = { is_unification_candidate = GER } -# is_supporting_unification_candidate = { who = root country_formation = GER } -# } -# } -# add = 1000 -# } -# } -# dominate = { -# if = { -# limit = { -# scope:target_country = { -# OR = { -# country_has_primary_culture = cu:north_german -# country_has_primary_culture = cu:south_german -# } -# NOT = { is_unification_candidate = GER } -# NOT = { is_supporting_unification_candidate = { who = root country_formation = GER } } -# } -# } -# add = 1000 -# } -# } -# conquer = { -# if = { -# limit = { -# scope:target_country = { -# OR = { -# country_has_primary_culture = cu:north_german -# country_has_primary_culture = cu:south_german -# } -# is_unification_candidate = GER -# NOT = { is_supporting_unification_candidate = { who = root country_formation = GER } } -# } -# } -# add = 1000 -# } -# } -# antagonize = { -# if = { -# limit = { -# scope:target_country = { -# is_unification_candidate = GER -# } -# } -# add = 1000 -# } -# } -# } -# -# wargoal_weights = { -# conquer_state = 2.0 -# return_state = 2.0 -# } -# -# possible = { -# is_unification_candidate = GER -# NOT = { country_tier = empire } -# } -# -# weight = { -# value = 1000 -# } -#} \ No newline at end of file +} \ No newline at end of file diff --git a/common/ai_strategies/03_political_strategies.txt b/common/ai_strategies/03_political_strategies.txt index fb70c0a4..a8ec74d2 100644 --- a/common/ai_strategies/03_political_strategies.txt +++ b/common/ai_strategies/03_political_strategies.txt @@ -19,11 +19,6 @@ } pro_interest_groups = { - ig_rural_folk - ig_devout - ig_landowners - ig_armed_forces - ig_petty_bourgeoisie } institution_scores = { @@ -89,14 +84,9 @@ ai_strategy_reactionary_agenda = { type = political pro_interest_groups = { - ig_devout - ig_landowners } anti_interest_groups = { - ig_intelligentsia - ig_trade_unions - ig_industrialists } institution_scores = { @@ -124,53 +114,11 @@ ai_strategy_reactionary_agenda = { } possible = { - exists = ruler - ruler = { - interest_group = { - NOR = { - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_industrialists - } - } - OR = { - has_ideology = ideology_traditionalist - has_ideology = ideology_slaver - has_ideology = ideology_theocrat - } - } - OR = { - AND = { - exists = ig:ig_landowners - ig:ig_landowners = { is_marginal = no } - } - AND = { - exists = ig:ig_devout - ig:ig_devout = { is_marginal = no } - } - } + exists = ruler } weight = { - value = 10 - - if = { - limit = { - exists = ig:ig_landowners - ig:ig_landowners = { is_powerful = yes } - } - - add = 10 - } - - if = { - limit = { - exists = ig:ig_devout - ig:ig_devout = { is_powerful = yes } - } - - add = 10 - } + value = 10 } } @@ -195,8 +143,6 @@ ai_strategy_progressive_agenda = { } pro_interest_groups = { - ig_intelligentsia - ig_industrialists } institution_scores = { @@ -223,17 +169,7 @@ ai_strategy_progressive_agenda = { } } - possible = { - OR = { - AND = { - exists = ig:ig_intelligentsia - ig:ig_intelligentsia = { is_marginal = no } - } - AND = { - exists = ig:ig_industrialists - ig:ig_industrialists = { is_marginal = no } - } - } + possible = { } weight = { @@ -247,7 +183,6 @@ ai_strategy_progressive_agenda = { has_ideology = ideology_radical has_ideology = ideology_atheist has_ideology = ideology_feminist - has_ideology = ideology_abolitionist has_ideology = ideology_market_liberal } } @@ -266,24 +201,6 @@ ai_strategy_progressive_agenda = { add = 40 } - - if = { - limit = { - exists = ig:ig_intelligentsia - ig:ig_intelligentsia = { is_powerful = yes } - } - - add = 10 - } - - if = { - limit = { - exists = ig:ig_industrialists - ig:ig_industrialists = { is_powerful = yes } - } - - add = 10 - } } } @@ -303,13 +220,9 @@ ai_strategy_egalitarian_agenda = { } pro_interest_groups = { - ig_trade_unions } anti_interest_groups = { - ig_landowners - ig_industrialists - ig_petty_bourgeoisie } institution_scores = { @@ -338,8 +251,6 @@ ai_strategy_egalitarian_agenda = { possible = { has_technology_researched = egalitarianism - exists = ig:ig_trade_unions - ig:ig_trade_unions = { is_marginal = no } } weight = { @@ -353,7 +264,6 @@ ai_strategy_egalitarian_agenda = { has_ideology = ideology_radical has_ideology = ideology_reformer has_ideology = ideology_feminist - has_ideology = ideology_abolitionist has_ideology = ideology_social_democrat } @@ -375,15 +285,6 @@ ai_strategy_egalitarian_agenda = { } add = 50 - } - - if = { - limit = { - exists = ig:ig_trade_unions - ig:ig_trade_unions = { is_powerful = yes } - } - - add = 10 } } } @@ -409,13 +310,9 @@ ai_strategy_nationalist_agenda = { } pro_interest_groups = { - ig_armed_forces - ig_petty_bourgeoisie } anti_interest_groups = { - ig_rural_folk - ig_trade_unions } institution_scores = { @@ -443,17 +340,7 @@ ai_strategy_nationalist_agenda = { } possible = { - has_technology_researched = nationalism - OR = { - AND = { - exists = ig:ig_armed_forces - ig:ig_armed_forces = { is_marginal = no } - } - AND = { - exists = ig:ig_petty_bourgeoisie - ig:ig_petty_bourgeoisie = { is_marginal = no } - } - } + has_technology_researched = nationalism } weight = { @@ -473,23 +360,5 @@ ai_strategy_nationalist_agenda = { add = 30 } - - if = { - limit = { - exists = ig:ig_armed_forces - ig:ig_armed_forces = { is_powerful = yes } - } - - add = 10 - } - - if = { - limit = { - exists = ig:ig_petty_bourgeoisie - ig:ig_petty_bourgeoisie = { is_powerful = yes } - } - - add = 10 - } } } \ No newline at end of file diff --git a/common/battle_conditions/00_battle_conditions.txt b/common/battle_conditions/00_battle_conditions.txt new file mode 100644 index 00000000..f8cb7bb1 --- /dev/null +++ b/common/battle_conditions/00_battle_conditions.txt @@ -0,0 +1,658 @@ +battle_condition_dug_in = { #defender only + icon = "gfx/interface/icons/battle_conditions/battle_condition_dug_in.dds" + + modifier = { + unit_morale_loss_mult = -0.1 + unit_army_offense_mult = 0.2 + } + + possible = { + scope:is_advancing_side = no + exists = scope:character + scope:character = { + has_role = general + } + } + + + weight = { + value = 1 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_dug_in_mult + } + min = 0 + } + } +} + +battle_condition_charted_terrain = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_charted_terrain.dds" + + modifier = { + unit_kill_rate_add = 0.15 + } + + possible = { + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 1 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_charted_terrain_mult + } + min = 0 + } + } +} + +battle_condition_rapid_advance = { #attacker only + icon = "gfx/interface/icons/battle_conditions/battle_condition_rapid_advance.dds" + + modifier = { + unit_provinces_captured_mult = 0.2 + } + + possible = { + scope:is_advancing_side = yes + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 1 + if = { + limit = { + scope:character = { + has_trait = plains_commander + } + province = { has_label = label_flat } + } + add = 2 + } + if = { + limit = { + scope:character = { + has_trait = forest_commander + } + province = { has_label = label_forested } + } + add = 1 + } + if = { + limit = { + scope:character = { + has_trait = mountain_commander + } + province = { has_label = label_elevated } + } + add = 1 + } + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_rapid_advance_mult + } + min = 0 + } + } +} + +battle_condition_camouflaged = { #defender only + icon = "gfx/interface/icons/battle_conditions/battle_condition_camouflaged.dds" + + modifier = { + unit_army_defense_mult = 0.1 + } + + possible = { + scope:is_advancing_side = no + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 1 + if = { + limit = { + scope:character = { + has_trait = plains_commander + } + province = { has_label = label_flat } + } + add = 1 + } + if = { + limit = { + scope:character = { + has_trait = forest_commander + } + province = { has_label = label_forested } + } + add = 2 + } + if = { + limit = { + scope:character = { + has_trait = mountain_commander + } + province = { has_label = label_elevated } + } + add = 2 + } + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_camouflaged_mult + } + min = 0 + } + } +} + +battle_condition_logistics_secured = { #attacker only + icon = "gfx/interface/icons/battle_conditions/battle_condition_logistics_secured.dds" + + modifier = { + unit_morale_loss_mult = -0.2 + } + + possible = { + scope:is_advancing_side = yes + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 1 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_logistics_secured_mult + } + min = 0 + } + } +} + +battle_condition_mud = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_mud.dds" + + modifier = { + unit_provinces_captured_mult = -0.5 + } + + possible = { + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 0.5 + if = { + limit = { + province = { has_terrain = plains } + } + add = 1 + } + if = { + limit = { + province = { has_terrain = desert } + } + add = 1 + } + if = { + limit = { + province = { has_terrain = river } + } + add = 1 + } + if = { + limit = { + province = { has_terrain = hills } + } + add = 0.5 + } + if = { + limit = { + province = { has_terrain = wetland } + } + add = 2 + } + if = { + limit = { + province = { has_terrain = pasture } + } + add = 1 + } + if = { + limit = { + province = { has_terrain = farmlands } + } + add = 1 + } + } + + weight = { + value = 1 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_mud_mult + } + min = 0 + } + } +} + +battle_condition_broken_supply_line = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_broken_supply_line.dds" + + modifier = { + unit_morale_loss_mult = 0.25 + } + + possible = { + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 0.5 + if = { + limit = { + province = { has_label = label_elevated } + } + add = 1 + } + if = { + limit = { + province = { has_label = label_hazardous } + } + add = 1 + } + if = { + limit = { + province = { has_label = label_water } + } + add = 2 + } + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_broken_supply_line_mult + } + min = 0 + } + } +} + +battle_condition_exhausted = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_exhausted.dds" + + modifier = { + unit_morale_loss_mult = 0.15 + } + + possible = { + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 0.5 + if = { + limit = { + province = { has_label = label_elevated } + } + add = 1 + } + if = { + limit = { + province = { has_label = label_hazardous } + } + add = 1 + } + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_exhausted_mult + } + min = 0 + } + } +} + +battle_condition_lost = { #attacker only + icon = "gfx/interface/icons/battle_conditions/battle_condition_lost.dds" + + modifier = { + unit_provinces_captured_mult = -0.5 + } + + possible = { + scope:is_advancing_side = yes + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 0.5 + if = { + limit = { + province = { has_terrain = forest } + } + add = 1 + } + if = { + limit = { + province = { has_terrain = mountain } + } + add = 1 + } + if = { + limit = { + province = { has_terrain = jungle } + } + add = 2 + } + if = { + limit = { + province = { has_terrain = desert } + } + add = 2 + } + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_lost_mult + } + min = 0 + } + } +} + +battle_condition_surprise_maneuver = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_surprise_maneuver.dds" + + modifier = { + unit_morale_damage_mult = 0.2 + } + + possible = { + exists = scope:character + scope:character = { + has_role = general + } + } + + weight = { + value = 1 + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_surprise_maneuver_mult + } + min = 0 + } + } +} + +battle_condition_aggressive_maneuver = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_aggressive_maneuver.dds" + + modifier = { + battle_casualties_mult = 0.2 + unit_morale_damage_mult = 0.25 + } + + possible = { + exists = scope:character + } + + weight = { + value = 1 + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_aggressive_maneuver_mult + } + min = 0 + } + } +} + +battle_condition_careful_maneuver = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_careful_maneuver.dds" + + modifier = { + battle_casualties_mult = -0.1 + unit_morale_loss_mult = -0.1 + } + + possible = { + exists = scope:character + } + + weight = { + value = 1 + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_careful_maneuver_mult + } + min = 0 + } + } +} + +battle_condition_blunder = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_blunder.dds" + + modifier = { + battle_casualties_mult = 0.2 + unit_morale_loss_mult = 0.15 + } + + possible = { + exists = scope:character + } + + weight = { + value = 0.5 + + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_blunder_mult + } + min = 0 + } + } +} + +battle_condition_poor_visibility = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_poor_visibility.dds" + + modifier = { + unit_offense_mult = -0.25 + unit_defense_mult = -0.25 + } + + possible = { + exists = scope:character + } + + weight = { + value = 0.5 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_poor_visibility_mult + } + min = 0 + } + } +} + +battle_condition_good_visibility = { #defender only + icon = "gfx/interface/icons/battle_conditions/battle_condition_good_visibility.dds" + + modifier = { + unit_morale_loss_mult = -0.05 + unit_army_defense_mult = 0.25 + } + + possible = { + scope:is_advancing_side = no + exists = scope:character + } + + weight = { + value = 1 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_good_visibility_mult + } + min = 0 + } + } +} + +battle_condition_rough_waters = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_rough_waters.dds" + + modifier = { + unit_morale_loss_mult = 0.15 + unit_navy_offense_mult = -0.2 + unit_navy_defense_mult = -0.2 + } + + possible = { + exists = scope:character + scope:character = { + has_role = admiral + } + } + + weight = { + value = 0.5 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_rough_waters_mult + } + min = 0 + } + } +} + +battle_condition_strong_winds = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_strong_winds.dds" + + modifier = { + unit_navy_offense_mult = -0.1 + unit_navy_defense_mult = -0.1 + } + + possible = { + exists = scope:character + scope:character = { + has_role = admiral + } + } + + weight = { + value = 1 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_strong_winds_mult + } + min = 0 + } + } +} + +battle_condition_death_from_below = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_death_from_below.dds" + + modifier = { + unit_kill_rate_add = 0.2 + } + + possible = { + exists = scope:character + scope:character = { + has_role = admiral + } + } + + weight = { + value = 2 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_death_from_below_mult + } + min = 0 + } + } +} + +battle_condition_ramming_maneuver = { + icon = "gfx/interface/icons/battle_conditions/battle_condition_ramming_maneuver.dds" + + modifier = { + unit_morale_loss_mult = 0.25 + battle_casualties_mult = 0.3 + unit_kill_rate_add = 0.4 + } + possible = { + exists = scope:character + scope:character = { + has_role = admiral + } + } + + weight = { + value = 0.5 + multiply = { + value = 1 + scope:character = { + add = modifier:character_battle_condition_ramming_maneuver_mult + } + min = 0 + } + } +} diff --git a/common/building_groups/00_basics.txt b/common/building_groups/00_basics.txt new file mode 100644 index 00000000..20214e32 --- /dev/null +++ b/common/building_groups/00_basics.txt @@ -0,0 +1,150 @@ +bg_agriculture = { + category = rural + + land_usage = rural + + lens = agriculture + + economy_of_scale = yes + + can_use_slaves = no + + urbanization = 5 + infrastructure_usage_per_level = 1 + + should_auto_expand = { + default_auto_expand_rule = yes + } +} + +bg_subsistence_agriculture = { + parent_group = bg_agriculture + + always_possible = yes + + auto_place_buildings = yes + + is_subsistence = yes + + default_building = building_subsistence_farms + + fired_pops_become_radical = no + + hires_unemployed_only = yes +} + +bg_public_infrastructure = { + parent_group = bg_infrastructure + + is_government_funded = yes + + urbanization = 5 +} + +bg_construction = { + parent_group = bg_public_infrastructure + + lens = government + + is_government_funded = yes + + urbanization = 5 +} + +bg_military = { + category = development + + always_possible = yes + + is_military = yes + + is_government_funded = yes + + lens = military + + urbanization = 2 +} + +bg_army = { + parent_group = bg_military +} + +bg_navy = { + parent_group = bg_military +} + +bg_service = { + category = urban + + land_usage = urban + + always_possible = yes + + auto_place_buildings = yes + + economy_of_scale = yes + + default_building = building_urban_center + + cash_reserves_max = 25000 +} + +bg_conscription = { + parent_group = bg_army + urbanization = 0 + + fired_pops_become_radical = no +} + +bg_trade = { + parent_group = bg_urban_facilities + + category = urban + + lens = trade + + always_possible = yes + + created_by_trade_routes = yes + + auto_place_buildings = yes + + hiring_rate = 1.0 + + proportionality_limit = 1.0 + + economy_of_scale = no + + default_building = building_trade_center + + cash_reserves_max = 5000 + + urbanization = 5 + + infrastructure_usage_per_level = 0.1 + + fired_pops_become_radical = no + + should_auto_expand = { + always = no + } +} + +bg_urban_facilities = { + category = urban + + lens = urban + + always_possible = yes + + economy_of_scale = yes + + cash_reserves_max = 25000 + + urbanization = 20 + infrastructure_usage_per_level = 2 + + should_auto_expand = { + default_auto_expand_rule = yes + } +} \ No newline at end of file diff --git a/common/building_groups/civ_building_groups.txt b/common/building_groups/civ_building_groups.txt index 3c6ab6c7..0a714a69 100644 --- a/common/building_groups/civ_building_groups.txt +++ b/common/building_groups/civ_building_groups.txt @@ -1,12 +1,7 @@ bg_tree_farming = { category = rural - - capped_by_resources = yes - economy_of_scale = yes - - can_use_slaves = yes - + land_usage = rural default_building = building_tree_farm lens = forestry @@ -21,13 +16,21 @@ } } -bg_mine = { +bg_sand_pit = { category = rural + capped_by_resources = yes + economy_of_scale = yes + default_building = building_sand_pit + lens = mine + cash_reserves_max = 25000 + urbanization = 3 + infrastructure_usage_per_level = 1 +} +bg_mine = { + category = rural + always_possible = yes economy_of_scale = yes - - capped_by_resources = yes - default_building = building_mine lens = mine @@ -40,4 +43,70 @@ bg_mine = { should_auto_expand = { default_auto_expand_rule = yes } +} + +bg_factories = { + category = urban + always_possible = yes + economy_of_scale = yes + cash_reserves_max = 25000 + + lens = light_industry + + should_auto_expand = { + default_auto_expand_rule = yes + } + + urbanization = 20 + infrastructure_usage_per_level = 1 +} + +bg_wheat_farms = { + parent_group = bg_agriculture + default_building = building_wheat_farm +} + +bg_beetroot_farms = { + parent_group = bg_agriculture + default_building = building_beetroot_farm +} + +bg_carrot_farms = { + parent_group = bg_agriculture + default_building = building_carrot_farm +} + +bg_cocoa_farms = { + parent_group = bg_agriculture + default_building = building_cocoa_farm +} + +bg_potato_farms = { + parent_group = bg_agriculture + default_building = building_potato_farm +} + +bg_pumpkin_farms = { + parent_group = bg_agriculture + default_building = building_pumpkin_farm +} + +bg_melon_farms = { + parent_group = bg_agriculture + default_building = building_melon_farm +} + +bg_cactus_farms = { + parent_group = bg_agriculture + default_building = building_cactus_farm +} + +bg_sugar_cane_farms = { + parent_group = bg_agriculture + default_building = building_sugar_cane_farm +} + +bg_mushroom_farms = { + parent_group = bg_agriculture + default_building = building_mushroom_farm } \ No newline at end of file diff --git a/common/building_groups/civ_vanilla_alike_building_groups.txt b/common/building_groups/civ_vanilla_alike_building_groups.txt new file mode 100644 index 00000000..4680a69a --- /dev/null +++ b/common/building_groups/civ_vanilla_alike_building_groups.txt @@ -0,0 +1,36 @@ +bg_government = { + category = urban + + always_possible = yes + + is_government_funded = yes + + economy_of_scale = yes + + lens = government + + urbanization = 20 + infrastructure_usage_per_level = 1 +} + +bg_bureaucracy = { + parent_group = bg_government +} + +bg_infrastructure = { + category = development + + always_possible = yes + + lens = infrastructure + + stateregion_max_level = yes +} + +bg_public_infrastructure = { + parent_group = bg_infrastructure + + is_government_funded = yes + + urbanization = 5 +} \ No newline at end of file diff --git a/common/buildings/00_basics.txt b/common/buildings/00_basics.txt new file mode 100644 index 00000000..edd759e1 --- /dev/null +++ b/common/buildings/00_basics.txt @@ -0,0 +1,128 @@ +# All of these buildings are required by the vanilla game so they cannot be removed + +building_subsistence_farms = { + texture = "gfx/interface/icons/building_icons/subsistence_farm.dds" + building_group = bg_subsistence_agriculture + + production_method_groups = { + pmg_base_building_civ_subsistence_farms + } + + buildable = no + expandable = no + downsizeable = no + min_raise_to_hire = 0.30 +} + +building_construction_sector = { + building_group = bg_construction + texture = "gfx/interface/icons/building_icons/construction_camp.dds" + city_type = city + levels_per_mesh = 5 + + has_max_level = yes + + required_construction = construction_cost_very_low + + production_method_groups = { + pmg_base_civ_construction_sector + pmg_construction_tool_usage + pmg_reinforcement_type + pmg_buildings_employment + } + + ai_value = 2000 # Construction sector should generally be preferred over other equal-priority spending items +} + +building_barracks = { + building_group = bg_army + # recruits_combat_unit = combat_unit_regular + texture = "gfx/interface/icons/building_icons/building_barracks.dds" + city_type = city + + has_max_level = yes + + levels_per_mesh = 10 + + production_method_groups = { + } + + required_construction = construction_cost_very_low +} + +building_naval_base = { + building_group = bg_navy + # recruits_combat_unit = combat_unit_flotilla + city_type = port + levels_per_mesh = 10 + + has_max_level = yes + + texture = "gfx/interface/icons/building_icons/naval_base.dds" + naval = yes + + production_method_groups = { + } + + required_construction = construction_cost_very_low + + # Can only build naval bases on the coast + can_build = { + error_check = { + severity = fail + is_coastal = yes + } + } +} + +building_urban_center = { + building_group = bg_service + texture = "gfx/interface/icons/building_icons/village.dds" + city_type = city + residence_points_per_level = 0 + + production_method_groups = { + } + + buildable = no + expandable = no + downsizeable = no + + terrain_manipulator = urban_city +} + +building_conscription_center = { + building_group = bg_conscription + buildable = no + expandable = no + downsizeable = no + + has_max_level = yes + + levels_per_mesh = 0 + residence_points_per_level = 0 + city_type = none + + recruits_combat_unit = combat_unit_conscript + texture = "gfx/interface/icons/building_icons/building_conscription_center.dds" + + production_method_groups = { + } +} + +building_trade_center = { + building_group = bg_trade + city_type = city + levels_per_mesh = 10 + + lens = infrastructure + + texture = "gfx/interface/icons/building_icons/building_trade_center.dds" + + production_method_groups = { + } + + buildable = no + expandable = no + downsizeable = no +} \ No newline at end of file diff --git a/common/buildings/civ_factories.txt b/common/buildings/civ_factories.txt index 1e39754d..c25bbf09 100644 --- a/common/buildings/civ_factories.txt +++ b/common/buildings/civ_factories.txt @@ -1,23 +1,56 @@ building_tool_factory = { texture = "gfx/interface/icons/building_icons/tooling_factory.dds" - building_group = bg_heavy_industry + levels_per_mesh = 5 + building_group = bg_factories production_method_groups = { pmg_base_building_tool_factory + pmg_buildings_employment } + required_construction = construction_cost_medium } building_ore_smelter = { texture = "gfx/interface/icons/building_icons/ore_smelter.dds" - building_group = bg_heavy_industry + levels_per_mesh = 5 + building_group = bg_factories production_method_groups = { - pmg_base_ore_smelter + pmg_base_iron_ore_smelter + pmg_base_gold_ore_smelter + pmg_buildings_employment } + required_construction = construction_cost_high } building_charcoal_smelter = { texture = "gfx/interface/icons/building_icons/charcoal_smelter.dds" - building_group = bg_heavy_industry + levels_per_mesh = 5 + building_group = bg_factories production_method_groups = { pmg_base_charcoal_smelter + pmg_buildings_employment } + required_construction = construction_cost_medium +} + +building_glass_smelter = { + texture = "gfx/interface/icons/building_icons/glass_smelter.dds" + building_group = bg_factories + levels_per_mesh = 5 + production_method_groups = { + pmg_base_refine_sand + pmg_base_make_bottles + pmg_buildings_employment + } + required_construction = construction_cost_medium +} + +building_experience_cauldron = { + texture = "gfx/interface/icons/building_icons/experience_cauldron.dds" + building_group = bg_factories + levels_per_mesh = 5 + production_method_groups = { + pmg_base_experience_cauldron + pmg_buildings_employment + } + required_construction = construction_cost_very_high } \ No newline at end of file diff --git a/common/buildings/civ_farms.txt b/common/buildings/civ_farms.txt index 37359015..1f2b8af0 100644 --- a/common/buildings/civ_farms.txt +++ b/common/buildings/civ_farms.txt @@ -1,8 +1,133 @@ building_tree_farm = { building_group = bg_tree_farming + city_type = wood texture = "gfx/interface/icons/building_icons/wood_farm.dds" + + levels_per_mesh = 5 production_method_groups = { pmg_base_building_tree_farm + pmg_buildings_employment + } + required_construction = construction_cost_medium +} + +building_wheat_farm = { + texture = "gfx/interface/icons/building_icons/wheat_farm.dds" + building_group = bg_wheat_farms + city_type = farm + + levels_per_mesh = 5 + production_method_groups = { + pmg_base_wheat_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_beetroot_farm = { + texture = "gfx/interface/icons/building_icons/beetroot_farm.dds" + building_group = bg_beetroot_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_base_beetroot_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_carrot_farm = { + texture = "gfx/interface/icons/building_icons/carrot_farm.dds" + building_group = bg_carrot_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_base_carrot_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_cocoa_farm = { + texture = "gfx/interface/icons/building_icons/cocoa_farm.dds" + building_group = bg_cocoa_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_potato_farm = { + texture = "gfx/interface/icons/building_icons/potato_farm.dds" + building_group = bg_potato_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_base_potato_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_pumpkin_farm = { + texture = "gfx/interface/icons/building_icons/pumpkin_farm.dds" + building_group = bg_pumpkin_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_base_pumpkin_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_melon_farm = { + texture = "gfx/interface/icons/building_icons/melon_farm.dds" + building_group = bg_melon_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_base_melon_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_cactus_farm = { + texture = "gfx/interface/icons/building_icons/cactus_farm.dds" + building_group = bg_cactus_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_base_cactus_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_sugar_cane_farm = { + texture = "gfx/interface/icons/building_icons/sugar_cane_farm.dds" + building_group = bg_sugar_cane_farms + city_type = farm + levels_per_mesh = 5 + production_method_groups = { + pmg_base_sugar_farms + pmg_buildings_employment + } + required_construction = construction_cost_low +} + +building_mushroom_farm = { + texture = "gfx/interface/icons/building_icons/mushroom_farm.dds" + building_group = bg_mushroom_farms + city_type = mine + levels_per_mesh = 5 + production_method_groups = { + pmg_base_mushroom_farms + pmg_buildings_employment } -} \ No newline at end of file + required_construction = construction_cost_low +} diff --git a/common/buildings/civ_resources.txt b/common/buildings/civ_resources.txt index cdd83921..25fedafa 100644 --- a/common/buildings/civ_resources.txt +++ b/common/buildings/civ_resources.txt @@ -1,8 +1,24 @@ building_mine = { building_group = bg_mine + city_type = mine texture = "gfx/interface/icons/building_icons/mine.dds" production_method_groups = { pmg_base_mine + pmg_buildings_employment } -} \ No newline at end of file + required_construction = construction_cost_medium +} + +building_sand_pit = { + texture = "gfx/interface/icons/building_icons/sand_pit.dds" + building_group = bg_sand_pit + city_type = farm + + levels_per_mesh = 5 + production_method_groups = { + pmg_base_building_sand_pit + pmg_buildings_employment + } + required_construction = construction_cost_low +} diff --git a/common/buildings/civ_vanilla_alike.txt b/common/buildings/civ_vanilla_alike.txt new file mode 100644 index 00000000..7310f42b --- /dev/null +++ b/common/buildings/civ_vanilla_alike.txt @@ -0,0 +1,79 @@ +building_port = { + building_group = bg_public_infrastructure + city_type = port + texture = "gfx/interface/icons/building_icons/building_port.dds" + + has_max_level = yes + ignore_stateregion_max_level = yes + port = yes + + production_method_groups = { + pmg_base_building_port + } + + required_construction = construction_cost_medium + + terrain_manipulator = urban_port + + can_build = { + error_check = { + severity = fail + is_coastal = yes + } + } +} + +building_government_administration = { + building_group = bg_bureaucracy + city_type = city + + levels_per_mesh = 10 + + production_method_groups = { + pmg_government_administration_base + pmg_buildings_employment + } + + texture = "gfx/interface/icons/building_icons/building_government_administration.dds" + + required_construction = construction_cost_medium +} + +building_railway = { + building_group = bg_public_infrastructure + texture = "gfx/interface/icons/building_icons/building_railway.dds" + + production_method_groups = { + } + + required_construction = construction_cost_high + + ai_value = 2000 # Railways are important + + should_auto_expand = { + OR = { + cash_reserves_ratio > 0.5 + is_subsidized = yes + } + state.market_access < 1.1 + owner.construction_queue_duration < max_autoexpand_queue_weeks + } +} + +building_shipyards = { + building_group = bg_factories + texture = "gfx/interface/icons/building_icons/shipyards.dds" + city_type = port + + production_method_groups = { + } + + required_construction = construction_cost_high + + can_build = { + error_check = { + severity = fail + is_coastal = yes + } + } +} \ No newline at end of file diff --git a/common/buy_packages/civ_buy_packages.txt b/common/buy_packages/civ_buy_packages.txt new file mode 100644 index 00000000..fdf3194b --- /dev/null +++ b/common/buy_packages/civ_buy_packages.txt @@ -0,0 +1,968 @@ +wealth_1 = { + political_strength = 0.03 + goods = { + popneed_simple_food = 33 + } +} + +wealth_2 = { + political_strength = 0.04 + goods = { + popneed_simple_food = 35 + } +} + +wealth_3 = { + political_strength = 0.05 + goods = { + popneed_simple_food = 36 + } +} + +wealth_4 = { + political_strength = 0.1 + goods = { + popneed_simple_food = 38 + popneed_wood = 35 + } +} + +wealth_5 = { + political_strength = 0.15 + goods = { + popneed_simple_food = 41 + popneed_wood = 37 + } +} + +wealth_6 = { + political_strength = 0.25 + goods = { + popneed_simple_food = 43 + popneed_wood = 39 + } +} + +wealth_7 = { + political_strength = 0.35 + goods = { + popneed_simple_food = 46 + popneed_wood = 41 + popneed_tools = 33 + } +} + +wealth_8 = { + political_strength = 0.45 + goods = { + popneed_simple_food = 48 + popneed_wood = 43 + popneed_tools = 34 + } +} + +wealth_9 = { + political_strength = 0.6 + goods = { + popneed_simple_food = 52 + popneed_wood = 46 + popneed_tools = 35 + } +} + +wealth_10 = { + political_strength = 0.75 + goods = { + popneed_simple_food = 55 + popneed_wood = 49 + popneed_tools = 36 + } +} + +wealth_11 = { + political_strength = 0.9 + goods = { + popneed_simple_food = 59 + popneed_wood = 52 + popneed_tools = 38 + } +} + +wealth_12 = { + political_strength = 1.4 + goods = { + popneed_simple_food = 63 + popneed_wood = 55 + popneed_tools = 39 + } +} + +wealth_13 = { + political_strength = 1.9 + goods = { + popneed_simple_food = 67 + popneed_wood = 59 + popneed_tools = 41 + } +} + +wealth_14 = { + political_strength = 2.4 + goods = { + popneed_simple_food = 72 + popneed_wood = 63 + popneed_tools = 42 + popneed_ingots = 57 + } +} + +wealth_15 = { + political_strength = 4.6 + goods = { + popneed_simple_food = 77 + popneed_wood = 67 + popneed_tools = 44 + popneed_ingots = 62 + } +} + +wealth_16 = { + political_strength = 6.8 + goods = { + popneed_simple_food = 83 + popneed_wood = 72 + popneed_tools = 45 + popneed_ingots = 68 + } +} + +wealth_17 = { + political_strength = 9 + goods = { + popneed_simple_food = 90 + popneed_wood = 77 + popneed_tools = 47 + popneed_ingots = 75 + } +} + +wealth_18 = { + political_strength = 12 + goods = { + popneed_simple_food = 97 + popneed_wood = 82 + popneed_tools = 49 + popneed_ingots = 82 + } +} + +wealth_19 = { + political_strength = 15 + goods = { + popneed_simple_food = 104 + popneed_wood = 88 + popneed_tools = 51 + popneed_ingots = 89 + } +} + +wealth_20 = { + political_strength = 18 + goods = { + popneed_simple_food = 113 + popneed_wood = 95 + popneed_tools = 53 + popneed_ingots = 98 + } +} + +wealth_21 = { + political_strength = 22 + goods = { + popneed_simple_food = 122 + popneed_wood = 102 + popneed_tools = 55 + popneed_ingots = 107 + } +} + +wealth_22 = { + political_strength = 26 + goods = { + popneed_simple_food = 132 + popneed_wood = 109 + popneed_tools = 57 + popneed_ingots = 117 + } +} + +wealth_23 = { + political_strength = 30 + goods = { + popneed_simple_food = 143 + popneed_wood = 117 + popneed_tools = 59 + popneed_ingots = 128 + } +} + +wealth_24 = { + political_strength = 34 + goods = { + popneed_simple_food = 155 + popneed_wood = 126 + popneed_tools = 62 + popneed_ingots = 140 + } +} + +wealth_25 = { + political_strength = 39 + goods = { + popneed_simple_food = 168 + popneed_wood = 136 + popneed_tools = 64 + popneed_ingots = 153 + } +} + +wealth_26 = { + political_strength = 44 + goods = { + popneed_simple_food = 182 + popneed_wood = 147 + popneed_tools = 67 + popneed_ingots = 167 + } +} + +wealth_27 = { + political_strength = 49 + goods = { + popneed_simple_food = 198 + popneed_wood = 158 + popneed_tools = 70 + popneed_ingots = 183 + } +} + +wealth_28 = { + political_strength = 54 + goods = { + popneed_simple_food = 215 + popneed_wood = 171 + popneed_tools = 73 + popneed_ingots = 200 + } +} + +wealth_29 = { + political_strength = 59 + goods = { + popneed_simple_food = 234 + popneed_wood = 184 + popneed_tools = 76 + popneed_ingots = 219 + } +} + +wealth_30 = { + political_strength = 65 + goods = { + popneed_simple_food = 254 + popneed_wood = 199 + popneed_tools = 79 + popneed_ingots = 239 + } +} + +wealth_31 = { + political_strength = 71 + goods = { + popneed_simple_food = 277 + popneed_wood = 214 + popneed_tools = 83 + popneed_ingots = 262 + } +} + +wealth_32 = { + political_strength = 77 + goods = { + popneed_simple_food = 302 + popneed_wood = 232 + popneed_tools = 86 + popneed_ingots = 287 + } +} + +wealth_33 = { + political_strength = 83 + goods = { + popneed_simple_food = 328 + popneed_wood = 250 + popneed_tools = 90 + popneed_ingots = 313 + } +} + +wealth_34 = { + political_strength = 89 + goods = { + popneed_simple_food = 358 + popneed_wood = 271 + popneed_tools = 94 + popneed_ingots = 343 + } +} + +wealth_35 = { + political_strength = 95 + goods = { + popneed_simple_food = 390 + popneed_wood = 293 + popneed_tools = 98 + popneed_ingots = 375 + } +} + +wealth_36 = { + political_strength = 102 + goods = { + popneed_simple_food = 426 + popneed_wood = 317 + popneed_tools = 102 + popneed_ingots = 411 + } +} + +wealth_37 = { + political_strength = 109 + goods = { + popneed_simple_food = 464 + popneed_wood = 342 + popneed_tools = 107 + popneed_ingots = 449 + } +} + +wealth_38 = { + political_strength = 116 + goods = { + popneed_simple_food = 507 + popneed_wood = 371 + popneed_tools = 112 + popneed_ingots = 492 + } +} + +wealth_39 = { + political_strength = 123 + goods = { + popneed_simple_food = 553 + popneed_wood = 401 + popneed_tools = 117 + popneed_ingots = 538 + } +} + +wealth_40 = { + political_strength = 130 + goods = { + popneed_simple_food = 604 + popneed_wood = 434 + popneed_tools = 122 + popneed_ingots = 589 + } +} + +wealth_41 = { + political_strength = 140 + goods = { + popneed_simple_food = 659 + popneed_wood = 470 + popneed_tools = 127 + popneed_ingots = 644 + } +} + +wealth_42 = { + political_strength = 150 + goods = { + popneed_simple_food = 720 + popneed_wood = 509 + popneed_tools = 133 + popneed_ingots = 705 + } +} + +wealth_43 = { + political_strength = 160 + goods = { + popneed_simple_food = 786 + popneed_wood = 551 + popneed_tools = 139 + popneed_ingots = 771 + } +} + +wealth_44 = { + political_strength = 170 + goods = { + popneed_simple_food = 859 + popneed_wood = 597 + popneed_tools = 146 + popneed_ingots = 844 + } +} + +wealth_45 = { + political_strength = 185 + goods = { + popneed_simple_food = 938 + popneed_wood = 647 + popneed_tools = 153 + popneed_ingots = 923 + } +} + +wealth_46 = { + political_strength = 200 + goods = { + popneed_simple_food = 1025 + popneed_wood = 701 + popneed_tools = 160 + popneed_ingots = 1010 + } +} + +wealth_47 = { + political_strength = 215 + goods = { + popneed_simple_food = 1121 + popneed_wood = 760 + popneed_tools = 167 + popneed_ingots = 1106 + } +} + +wealth_48 = { + political_strength = 230 + goods = { + popneed_simple_food = 1225 + popneed_wood = 824 + popneed_tools = 175 + popneed_ingots = 1210 + } +} + +wealth_49 = { + political_strength = 250 + goods = { + popneed_simple_food = 1339 + popneed_wood = 893 + popneed_tools = 183 + popneed_ingots = 1324 + } +} + +wealth_50 = { + political_strength = 275 + goods = { + popneed_simple_food = 1464 + popneed_wood = 968 + popneed_tools = 192 + popneed_ingots = 1449 + } +} + +wealth_51 = { + political_strength = 300 + goods = { + popneed_simple_food = 1600 + popneed_wood = 1049 + popneed_tools = 201 + popneed_ingots = 1585 + } +} + +wealth_52 = { + political_strength = 325 + goods = { + popneed_simple_food = 1750 + popneed_wood = 1138 + popneed_tools = 210 + popneed_ingots = 1735 + } +} + +wealth_53 = { + political_strength = 350 + goods = { + popneed_simple_food = 1913 + popneed_wood = 1234 + popneed_tools = 220 + popneed_ingots = 1898 + } +} + +wealth_54 = { + political_strength = 375 + goods = { + popneed_simple_food = 2092 + popneed_wood = 1338 + popneed_tools = 230 + popneed_ingots = 2077 + } +} + +wealth_55 = { + political_strength = 400 + goods = { + popneed_simple_food = 2288 + popneed_wood = 1451 + popneed_tools = 241 + popneed_ingots = 2273 + } +} + +wealth_56 = { + political_strength = 425 + goods = { + popneed_simple_food = 2502 + popneed_wood = 1573 + popneed_tools = 253 + popneed_ingots = 2487 + } +} + +wealth_57 = { + political_strength = 450 + goods = { + popneed_simple_food = 2737 + popneed_wood = 1706 + popneed_tools = 265 + popneed_ingots = 2722 + } +} + +wealth_58 = { + political_strength = 475 + goods = { + popneed_simple_food = 2993 + popneed_wood = 1851 + popneed_tools = 277 + popneed_ingots = 2978 + } +} + +wealth_59 = { + political_strength = 500 + goods = { + popneed_simple_food = 3274 + popneed_wood = 2007 + popneed_tools = 291 + popneed_ingots = 3259 + } +} + +wealth_60 = { + political_strength = 525 + goods = { + popneed_simple_food = 3581 + popneed_wood = 2177 + popneed_tools = 305 + popneed_ingots = 3566 + } +} + +wealth_61 = { + political_strength = 550 + goods = { + popneed_simple_food = 3918 + popneed_wood = 2362 + popneed_tools = 319 + popneed_ingots = 3903 + } +} + +wealth_62 = { + political_strength = 575 + goods = { + popneed_simple_food = 4285 + popneed_wood = 2562 + popneed_tools = 335 + popneed_ingots = 4270 + } +} + +wealth_63 = { + political_strength = 600 + goods = { + popneed_simple_food = 4688 + popneed_wood = 2779 + popneed_tools = 351 + popneed_ingots = 4673 + } +} + +wealth_64 = { + political_strength = 625 + goods = { + popneed_simple_food = 5129 + popneed_wood = 3015 + popneed_tools = 368 + popneed_ingots = 5114 + } +} + +wealth_65 = { + political_strength = 650 + goods = { + popneed_simple_food = 5611 + popneed_wood = 3271 + popneed_tools = 385 + popneed_ingots = 5596 + } +} + +wealth_66 = { + political_strength = 675 + goods = { + popneed_simple_food = 6138 + popneed_wood = 3549 + popneed_tools = 404 + popneed_ingots = 6123 + } +} + +wealth_67 = { + political_strength = 700 + goods = { + popneed_simple_food = 6716 + popneed_wood = 3850 + popneed_tools = 424 + popneed_ingots = 6701 + } +} + +wealth_68 = { + political_strength = 725 + goods = { + popneed_simple_food = 7348 + popneed_wood = 4177 + popneed_tools = 444 + popneed_ingots = 7333 + } +} + +wealth_69 = { + political_strength = 750 + goods = { + popneed_simple_food = 8039 + popneed_wood = 4532 + popneed_tools = 466 + popneed_ingots = 8024 + } +} + +wealth_70 = { + political_strength = 775 + goods = { + popneed_simple_food = 8795 + popneed_wood = 4917 + popneed_tools = 488 + popneed_ingots = 8780 + } +} + +wealth_71 = { + political_strength = 800 + goods = { + popneed_simple_food = 9623 + popneed_wood = 5335 + popneed_tools = 512 + popneed_ingots = 9608 + } +} + +wealth_72 = { + political_strength = 825 + goods = { + popneed_simple_food = 10529 + popneed_wood = 5789 + popneed_tools = 537 + popneed_ingots = 10514 + } +} + +wealth_73 = { + political_strength = 850 + goods = { + popneed_simple_food = 11521 + popneed_wood = 6281 + popneed_tools = 563 + popneed_ingots = 11506 + } +} + +wealth_74 = { + political_strength = 875 + goods = { + popneed_simple_food = 12606 + popneed_wood = 6816 + popneed_tools = 591 + popneed_ingots = 12591 + } +} + +wealth_75 = { + political_strength = 900 + goods = { + popneed_simple_food = 13793 + popneed_wood = 7396 + popneed_tools = 619 + popneed_ingots = 13778 + } +} + +wealth_76 = { + political_strength = 925 + goods = { + popneed_simple_food = 15092 + popneed_wood = 8025 + popneed_tools = 650 + popneed_ingots = 15077 + } +} + +wealth_77 = { + political_strength = 950 + goods = { + popneed_simple_food = 16513 + popneed_wood = 8708 + popneed_tools = 681 + popneed_ingots = 16498 + } +} + +wealth_78 = { + political_strength = 975 + goods = { + popneed_simple_food = 18069 + popneed_wood = 9449 + popneed_tools = 715 + popneed_ingots = 18054 + } +} + +wealth_79 = { + political_strength = 1000 + goods = { + popneed_simple_food = 19771 + popneed_wood = 10253 + popneed_tools = 750 + popneed_ingots = 19756 + } +} + +wealth_80 = { + political_strength = 1025 + goods = { + popneed_simple_food = 21634 + popneed_wood = 11126 + popneed_tools = 787 + popneed_ingots = 21619 + } +} + +wealth_81 = { + political_strength = 1050 + goods = { + popneed_simple_food = 23673 + popneed_wood = 12073 + popneed_tools = 825 + popneed_ingots = 23658 + } +} + +wealth_82 = { + political_strength = 1075 + goods = { + popneed_simple_food = 25904 + popneed_wood = 13101 + popneed_tools = 866 + popneed_ingots = 25889 + } +} + +wealth_83 = { + political_strength = 1100 + goods = { + popneed_simple_food = 28345 + popneed_wood = 14216 + popneed_tools = 908 + popneed_ingots = 28330 + } +} + +wealth_84 = { + political_strength = 1125 + goods = { + popneed_simple_food = 31016 + popneed_wood = 15427 + popneed_tools = 953 + popneed_ingots = 31001 + } +} + +wealth_85 = { + political_strength = 1150 + goods = { + popneed_simple_food = 33939 + popneed_wood = 16741 + popneed_tools = 1000 + popneed_ingots = 33924 + } +} + +wealth_86 = { + political_strength = 1175 + goods = { + popneed_simple_food = 37138 + popneed_wood = 18167 + popneed_tools = 1049 + popneed_ingots = 37123 + } +} + +wealth_87 = { + political_strength = 1200 + goods = { + popneed_simple_food = 40638 + popneed_wood = 19714 + popneed_tools = 1100 + popneed_ingots = 40623 + } +} + +wealth_88 = { + political_strength = 1225 + goods = { + popneed_simple_food = 44469 + popneed_wood = 21393 + popneed_tools = 1155 + popneed_ingots = 44454 + } +} + +wealth_89 = { + political_strength = 1250 + goods = { + popneed_simple_food = 48660 + popneed_wood = 23215 + popneed_tools = 1211 + popneed_ingots = 48645 + } +} + +wealth_90 = { + political_strength = 1275 + goods = { + popneed_simple_food = 53247 + popneed_wood = 25193 + popneed_tools = 1271 + popneed_ingots = 53232 + } +} + +wealth_91 = { + political_strength = 1300 + goods = { + popneed_simple_food = 58267 + popneed_wood = 27339 + popneed_tools = 1334 + popneed_ingots = 58252 + } +} + +wealth_92 = { + political_strength = 1325 + goods = { + popneed_simple_food = 63759 + popneed_wood = 29668 + popneed_tools = 1400 + popneed_ingots = 63744 + } +} + +wealth_93 = { + political_strength = 1350 + goods = { + popneed_simple_food = 69770 + popneed_wood = 32195 + popneed_tools = 1469 + popneed_ingots = 69755 + } +} + +wealth_94 = { + political_strength = 1375 + goods = { + popneed_simple_food = 76347 + popneed_wood = 34938 + popneed_tools = 1541 + popneed_ingots = 76332 + } +} + +wealth_95 = { + political_strength = 1400 + goods = { + popneed_simple_food = 83545 + popneed_wood = 37915 + popneed_tools = 1617 + popneed_ingots = 83530 + } +} + +wealth_96 = { + political_strength = 1425 + goods = { + popneed_simple_food = 91421 + popneed_wood = 41145 + popneed_tools = 1697 + popneed_ingots = 91406 + } +} + +wealth_97 = { + political_strength = 1450 + goods = { + popneed_simple_food = 100040 + popneed_wood = 44651 + popneed_tools = 1781 + popneed_ingots = 100025 + } +} + +wealth_98 = { + political_strength = 1475 + goods = { + popneed_simple_food = 109472 + popneed_wood = 48455 + popneed_tools = 1869 + popneed_ingots = 109457 + } +} + +wealth_99 = { + political_strength = 1500 + goods = { + popneed_simple_food = 119793 + popneed_wood = 52584 + popneed_tools = 1962 + popneed_ingots = 119778 + } +} + diff --git a/common/character_templates/default_template.txt b/common/character_templates/default_template.txt new file mode 100644 index 00000000..8a51ee90 --- /dev/null +++ b/common/character_templates/default_template.txt @@ -0,0 +1,57 @@ +### HARDCODED ### +# Must have one entry of the "default" template, the template itself can be modified but one instance of it MUST exist with all parameters filled out + +default = { + first_name = culture # Picks a random first and last name from the culture, combines those together to make one name + last_name = culture + culture = primary_culture + female = no + dna = random # Generate random dna from a random ethnicity in the culture + age = default # A random age base on AGE_GENERATION_STARTVAL + ( random_int % ( AGE_GENERATION_DICE_ROLL_MAGNITUDE + 1 ) ) + interest_group = random # Select a random interest group based on clout + commander_rank = default # commander rank if this character would be a military commander + trait_generation = { # this effect will run as soon as the character is created (should only be used for traits) + if = { + limit = { + trait_value > 0 + } + set_variable = has_historical_traits + } + + add_experience = 4 + add_random_trait = personality + if = { + limit = { + OR = { + NOT = { has_variable = has_historical_traits } + trait_value <= 3 + } + } + add_random_trait = skill + } + if = { + limit = { + age >= 45 + trait_value < 8 + } + random_list = { + 33 = {} + 33 = { add_experience = 1 } + 33 = { + add_experience = 2 + add_random_trait = skill + } + } + } + if = { + limit = { + age >= 30 + NOT = { has_variable = has_historical_traits } + } + random_list = { + 95 = {} + 5 = { add_random_trait = condition } + } + } + } +} diff --git a/common/character_traits/civ_personality_traits.txt b/common/character_traits/civ_personality_traits.txt new file mode 100644 index 00000000..800ac363 --- /dev/null +++ b/common/character_traits/civ_personality_traits.txt @@ -0,0 +1,118 @@ +elawyer = { + type = personality + + character_modifier = { + character_popularity_add = -10 + } + + command_modifier = {} + + country_modifier = {} + + possible = {} + + weight = 1 #TODO increase weight when already dramatic + + replace = {} + + value = 3 +} + +dramatic = { + type = personality + + character_modifier = { + character_popularity_add = -10 + } + + command_modifier = {} + + country_modifier = {} + + possible = {} + + weight = 1 + + replace = {} + + value = 3 +} + +verbose = { + type = personality + + character_modifier = { + character_popularity_add = -10 + } + + command_modifier = {} + + country_modifier = {} + + possible = {} + + weight = 1 #TODO increase weight when already elawyer + + replace = {} + + value = 3 +} + +wholesome = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/wholesome.dds" + + character_modifier = { + character_health_add = 0.1 + character_popularity_add = +10 + } + + command_modifier = { + } + + country_modifier = { + state_loyalists_from_sol_change_mult = 0.1 + country_improve_relations_speed_mult = 0.1 + } + + interest_group_modifier = { + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +historical = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/historical.dds" + possible = {} + value = 0 +} + +witty = { + type = personality + + character_modifier = { + character_popularity_add = +25 + } + + command_modifier = {} + + country_modifier = {} + + possible = {} + + weight = 1 + + replace = {} + + value = 3 +} + diff --git a/common/character_traits/civ_skill_traits.txt b/common/character_traits/civ_skill_traits.txt new file mode 100644 index 00000000..4f328725 --- /dev/null +++ b/common/character_traits/civ_skill_traits.txt @@ -0,0 +1,1269 @@ +# TODO builder modifiers +# TODO artist modifiers +# TODO pvper modifiers +# TODO botter modifiers + +# Diplomat + +beginner_diplomat = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/beginner_diplomat.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = intermediate_diplomat + has_trait = advanced_diplomat + has_trait = expert_diplomat + } + } + + weight = { + value = 5 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + } + + value = 1 +} + +intermediate_diplomat = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/intermediate_diplomat.dds" + + character_modifier = { + character_popularity_add = 20 + } + + command_modifier = { + unit_morale_recovery_mult = 0.30 + } + + country_modifier = { + country_influence_mult = 0.1 + } + + possible = { + NOR = { + has_trait = beginner_diplomat + has_trait = advanced_diplomat + has_trait = expert_diplomat + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + beginner_diplomat + } + + value = 2 +} + +advanced_diplomat = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/advanced_diplomat.dds" + + character_modifier = { + character_popularity_add = 35 + } + + command_modifier = { + unit_morale_recovery_mult = 0.35 + } + + country_modifier = { + country_influence_mult = 0.15 + } + + possible = { + NOR = { + has_trait = beginner_diplomat + has_trait = intermediate_diplomat + has_trait = expert_diplomat + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + intermediate_diplomat + } + + value = 3 +} + +expert_diplomat = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_diplomat.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = beginner_diplomat + has_trait = intermediate_diplomat + has_trait = advanced_diplomat + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + advanced_diplomat + } + + value = 4 +} + +# Builder + +beginner_builder = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/beginner_builder.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = intermediate_builder + has_trait = advanced_builder + has_trait = expert_builder + } + } + + weight = { + value = 5 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + } + + value = 1 +} + +intermediate_builder = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/intermediate_builder.dds" + + character_modifier = { + character_popularity_add = 20 + } + + command_modifier = { + unit_morale_recovery_mult = 0.30 + } + + country_modifier = { + country_influence_mult = 0.1 + } + + possible = { + NOR = { + has_trait = beginner_builder + has_trait = advanced_builder + has_trait = expert_builder + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + beginner_builder + } + + value = 2 +} + +advanced_builder = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/advanced_builder.dds" + + character_modifier = { + character_popularity_add = 35 + } + + command_modifier = { + unit_morale_recovery_mult = 0.35 + } + + country_modifier = { + country_influence_mult = 0.15 + } + + possible = { + NOR = { + has_trait = beginner_builder + has_trait = intermediate_builder + has_trait = expert_builder + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + intermediate_builder + } + + value = 3 +} + +expert_builder = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_builder.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = beginner_builder + has_trait = intermediate_builder + has_trait = advanced_builder + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + advanced_builder + } + + value = 4 +} + +# Artist + +beginner_artist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/beginner_artist.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = intermediate_artist + has_trait = advanced_artist + has_trait = expert_artist + } + } + + weight = { + value = 5 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + } + + value = 1 +} + +intermediate_artist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/intermediate_artist.dds" + + character_modifier = { + character_popularity_add = 20 + } + + command_modifier = { + unit_morale_recovery_mult = 0.30 + } + + country_modifier = { + country_influence_mult = 0.1 + } + + possible = { + NOR = { + has_trait = beginner_artist + has_trait = advanced_artist + has_trait = expert_artist + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + beginner_artist + } + + value = 2 +} + +advanced_artist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/advanced_artist.dds" + + character_modifier = { + character_popularity_add = 35 + } + + command_modifier = { + unit_morale_recovery_mult = 0.35 + } + + country_modifier = { + country_influence_mult = 0.15 + } + + possible = { + NOR = { + has_trait = beginner_artist + has_trait = intermediate_artist + has_trait = expert_artist + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + intermediate_artist + } + + value = 3 +} + +expert_artist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_artist.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = beginner_artist + has_trait = intermediate_artist + has_trait = advanced_artist + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + advanced_artist + } + + value = 4 +} + +# Pvper + +beginner_pvper = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/beginner_pvper.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = intermediate_pvper + has_trait = advanced_pvper + has_trait = expert_pvper + } + } + + weight = { + value = 5 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + } + + value = 1 +} + +intermediate_pvper = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/intermediate_pvper.dds" + + character_modifier = { + character_popularity_add = 20 + } + + command_modifier = { + unit_morale_recovery_mult = 0.30 + } + + country_modifier = { + country_influence_mult = 0.1 + } + + possible = { + NOR = { + has_trait = beginner_pvper + has_trait = advanced_pvper + has_trait = expert_pvper + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + beginner_pvper + } + + value = 2 +} + +advanced_pvper = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/advanced_pvper.dds" + + character_modifier = { + character_popularity_add = 35 + } + + command_modifier = { + unit_morale_recovery_mult = 0.35 + } + + country_modifier = { + country_influence_mult = 0.15 + } + + possible = { + NOR = { + has_trait = beginner_pvper + has_trait = intermediate_pvper + has_trait = expert_pvper + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + intermediate_pvper + } + + value = 3 +} + +expert_pvper = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_pvper.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = beginner_pvper + has_trait = intermediate_pvper + has_trait = advanced_pvper + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + advanced_pvper + } + + value = 4 +} + +# Botter + +beginner_botter = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/beginner_botter.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = intermediate_botter + has_trait = advanced_botter + has_trait = expert_botter + } + } + + weight = { + value = 5 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + } + + value = 1 +} + +intermediate_botter = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/intermediate_botter.dds" + + character_modifier = { + character_popularity_add = 20 + } + + command_modifier = { + unit_morale_recovery_mult = 0.30 + } + + country_modifier = { + country_influence_mult = 0.1 + } + + possible = { + NOR = { + has_trait = beginner_botter + has_trait = advanced_botter + has_trait = expert_botter + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + beginner_botter + } + + value = 2 +} + +advanced_botter = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/advanced_botter.dds" + + character_modifier = { + character_popularity_add = 35 + } + + command_modifier = { + unit_morale_recovery_mult = 0.35 + } + + country_modifier = { + country_influence_mult = 0.15 + } + + possible = { + NOR = { + has_trait = beginner_botter + has_trait = intermediate_botter + has_trait = expert_botter + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + intermediate_botter + } + + value = 3 +} + +expert_botter = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_botter.dds" + + character_modifier = { + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + possible = { + NOR = { + has_trait = beginner_botter + has_trait = intermediate_botter + has_trait = advanced_botter + } + } + + weight = { + value = 20 + if = { + limit = { + has_role = politician + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = tactful + has_trait = charismatic + has_trait = direct + has_trait = elawyer + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = imperious + has_trait = wrathful + has_trait = reckless + has_trait = dramatic + } + } + divide = 4 + } + } + + replace = { + advanced_botter + } + + value = 4 +} diff --git a/common/character_traits/condition_traits.txt b/common/character_traits/condition_traits.txt new file mode 100644 index 00000000..c64ae087 --- /dev/null +++ b/common/character_traits/condition_traits.txt @@ -0,0 +1,232 @@ +### Conditions + +alcoholic = { + type = condition + texture = "gfx/interface/icons/character_trait_icons/alcoholic.dds" + + character_modifier = { + character_health_add = -0.05 + character_popularity_add = -10 + } + + command_modifier = { + unit_morale_damage_mult = -0.1 + } + + country_modifier = { + country_influence_mult = 0.02 + } + + interest_group_modifier = { + } + + possible = { + age > define:NPortrait|GRACEFUL_AGING_START + } + + weight = { + value = 20 + if = { + limit = { + OR = { + has_addiction = yes + has_trait = cautious + } + } + multiply = 0.1 + } + } + + replace = { + } +} + +grifter = { + type = condition + texture = "gfx/interface/icons/character_trait_icons/grifter.dds" + + character_modifier = { + character_popularity_add = -25 + } + + command_modifier = { + unit_supply_consumption_mult = 0.05 + } + + country_modifier = { + state_tax_waste_add = 0.01 + } + + interest_group_modifier = { + } + + possible = { + age > define:NPortrait|GRACEFUL_AGING_START + } + + weight = 10 + + replace = { + } +} + +scarred = { + type = condition + texture = "gfx/interface/icons/character_trait_icons/scarred.dds" + + character_modifier = { + character_popularity_add = 10 + character_health_add = -0.1 + } + + command_modifier = { + } + + country_modifier = { + } + + interest_group_modifier = { + } + + possible = { + age > define:NPortrait|GRACEFUL_AGING_START + } + + weight = { + value = 7 + if = { + limit = { + has_role = general + } + multiply = 2 + } + else_if = { + limit = { + has_role = admiral + } + multiply = 1.5 + } + if = { + limit = { + is_on_front = yes + } + multiply = 2 + } + } + + replace = { + wounded + } +} + +wounded = { + type = condition + texture = "gfx/interface/icons/character_trait_icons/wounded.dds" + + character_modifier = { + character_health_add = -0.3 + } + + command_modifier = { + unit_morale_loss_mult = 0.1 + } + + country_modifier = { + } + + interest_group_modifier = { + } + + possible = { + age > define:NPortrait|GRACEFUL_AGING_START + } + + weight = { + value = 20 + if = { + limit = { + owner = { + is_at_war = yes + } + is_commander = yes + } + multiply = 3 + } + else_if = { + limit = { + owner = { + is_at_war = yes + } + } + multiply = 1.5 + } + if = { + limit = { + is_on_front = yes + } + multiply = 5 + } + } + + replace = { + } +} + +expensive_tastes = { + type = condition + texture = "gfx/interface/icons/character_trait_icons/expensive_tastes.dds" + + character_modifier = { + character_popularity_add = 25 + } + + country_modifier = { + state_tax_waste_add = 0.05 + country_prestige_mult = 0.05 + } + + interest_group_modifier = { + } + + possible = { + } + + weight = { + value = 20 + if = { + limit = { + OR = { + is_ruler = yes + is_heir = yes + } + } + multiply = 2 + } + } + + replace = { + } +} + +war_criminal = { + type = condition + texture = "gfx/interface/icons/character_trait_icons/wrathful.dds" + + possible = { + always = no # reserved for events + } + + character_modifier = { + character_popularity_add = -50 + } + + command_modifier = { + unit_kill_rate_add = 0.1 + } + + country_modifier = { + } + + interest_group_modifier = { + } +} diff --git a/common/character_traits/personality_traits.txt b/common/character_traits/personality_traits.txt new file mode 100644 index 00000000..e623c48b --- /dev/null +++ b/common/character_traits/personality_traits.txt @@ -0,0 +1,636 @@ +### Personality + +direct = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/direct.dds" + + character_modifier = { + character_popularity_add = 15 + } + + command_modifier = { + unit_offense_mult = 0.1 + character_battle_condition_aggressive_maneuver_mult = 1 + } + + country_modifier = { + } + + interest_group_modifier = { + interest_group_pol_str_mult = -0.05 + interest_group_pop_attraction_mult = 0.1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +persistent = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/persistent.dds" + + character_modifier = { + character_health_add = 0.1 + } + + command_modifier = { + unit_morale_loss_mult = -0.15 + } + + country_modifier = { + } + + interest_group_modifier = { + interest_group_in_opposition_approval_add = -1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +cautious = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/cautious.dds" + + character_modifier = { + character_health_add = 0.2 + } + + command_modifier = { + unit_morale_loss_mult = -0.05 + unit_recovery_rate_add = 0.1 + character_command_limit_mult = -0.2 + character_battle_condition_careful_maneuver_mult = 2 + } + + country_modifier = { + country_infamy_generation_mult = -0.2 + country_influence_add = -100 + } + + interest_group_modifier = { + interest_group_pol_str_mult = -0.02 + interest_group_approval_add = 1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +arrogant = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/arrogant.dds" + + character_modifier = { + character_popularity_add = -25 + } + + command_modifier = { + character_attrition_risk_mult = 0.1 + character_command_limit_mult = 0.25 + } + + country_modifier = { + country_legitimacy_base_add = -10 + } + + interest_group_modifier = { + interest_group_pop_attraction_mult = -0.1 + interest_group_pol_str_mult = 0.05 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +bigoted = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/bigoted.dds" + + character_modifier = { + character_popularity_add = -35 + } + + command_modifier = { + unit_offense_mult = 0.05 + character_morale_cap_add = -0.05 + } + + country_modifier = { + state_radicals_from_discrimination_mult = 0.25 + country_influence_add = -100 + country_authority_add = 100 + } + + interest_group_modifier = { + interest_group_pop_attraction_mult = -0.05 + interest_group_in_government_approval_add = 1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +reckless = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/reckless.dds" + + character_modifier = { + character_health_add = -0.2 + character_popularity_add = 10 + } + + command_modifier = { + unit_morale_loss_mult = 0.1 + unit_offense_add = 5 + unit_recovery_rate_add = -0.1 + character_battle_condition_aggressive_maneuver_mult = 0.5 + character_battle_condition_ramming_maneuver_mult = 2 + character_battle_condition_blunder_mult = 2 + + } + + country_modifier = { + country_diplomatic_play_maneuvers_add = 20 + country_infamy_generation_mult = 0.2 + } + + interest_group_modifier = { + interest_group_in_opposition_approval_add = -2 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +tactful = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/tactful.dds" + + character_modifier = { + } + + command_modifier = { + unit_defense_add = 5 + unit_morale_damage_mult = -0.05 + character_battle_condition_careful_maneuver_mult = 1 + } + + country_modifier = { + country_improve_relations_speed_mult = 0.2 + political_movement_radicalism_mult = -0.2 + } + + interest_group_modifier = { + interest_group_pop_attraction_mult = 0.02 + interest_group_approval_add = 1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +ambitious = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/ambitious.dds" + + character_modifier = { + character_popularity_add = 25 + } + + command_modifier = { + unit_offense_mult = 0.05 + unit_recovery_rate_add = -0.05 + } + + country_modifier = { + country_army_power_projection_mult = 0.1 + country_navy_power_projection_mult = 0.1 + country_decree_cost_mult = -0.25 + political_movement_radicalism_mult = 0.1 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +imperious = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/imperious.dds" + + character_modifier = { + character_popularity_add = -35 + } + + command_modifier = { + unit_morale_loss_mult = -0.25 + unit_morale_recovery_mult = -0.25 + character_battle_condition_aggressive_maneuver_mult = 1 + } + + country_modifier = { + country_decree_cost_mult = -0.25 + state_loyalists_from_sol_change_mult = 0.1 + state_radicals_from_sol_change_mult = -0.2 + } + + interest_group_modifier = { + interest_group_pop_attraction_mult = 0.25 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +wrathful = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/wrathful.dds" + + character_modifier = { + character_health_add = -0.05 + } + + command_modifier = { + unit_morale_loss_mult = 0.05 + unit_offense_mult = 0.1 + unit_defense_mult = 0.1 + unit_morale_damage_mult = 0.1 + character_battle_condition_aggressive_maneuver_mult = 1.5 + } + + country_modifier = { + country_authority_add = 100 + political_movement_radicalism_mult = 0.2 + } + + interest_group_modifier = { + interest_group_in_opposition_approval_add = -2 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +# what to do with this - it's basically "no personality" +reserved = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/reserved.dds" + + character_modifier = { + character_health_add = 0.05 + character_popularity_add = -25 + character_battle_condition_careful_maneuver_mult = 1 + } + + command_modifier = { + unit_morale_loss_mult = -0.1 + } + + country_modifier = { + } + + interest_group_modifier = { + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +cruel = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/cruel.dds" + + character_modifier = { + character_popularity_add = -50 + } + + command_modifier = { + unit_morale_loss_mult = 0.15 + unit_kill_rate_add = 0.25 + unit_devastation_mult = 0.1 + character_battle_condition_aggressive_maneuver_mult = 1 + } + + country_modifier = { + country_decree_cost_mult = -0.25 + country_consumption_tax_cost_mult = -0.25 + country_opposition_ig_approval_add = -1 + state_standard_of_living_add = -1 + } + + interest_group_modifier = { + interest_group_in_government_approval_add = 1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +meticulous = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/meticulous.dds" + + character_modifier = { + } + + command_modifier = { + unit_offense_mult = 0.05 + unit_defense_mult = 0.05 + unit_recovery_rate_add = 0.1 + character_battle_condition_surprise_maneuver_mult = 0.5 + character_battle_condition_careful_maneuver_mult = 1 + } + + country_modifier = { + country_bureaucracy_mult = 0.05 + country_institution_size_change_speed_mult = 0.25 + } + + interest_group_modifier = { + interest_group_pop_attraction_mult = 0.05 + interest_group_pol_str_mult = 0.05 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +charismatic = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/charismatic.dds" + + character_modifier = { + character_popularity_add = 50 + } + + command_modifier = { + unit_morale_recovery_mult = 0.1 + } + + country_modifier = { + country_influence_mult = 0.05 + } + + interest_group_modifier = { + interest_group_pop_attraction_mult = 0.2 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +romantic = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/romantic.dds" + + character_modifier = { + } + + command_modifier = { + unit_morale_loss_mult = -0.1 + unit_offense_mult = -0.1 + } + + country_modifier = { + } + + interest_group_modifier = { + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +brave = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/brave.dds" + + character_modifier = { + character_health_add = -0.05 + } + + command_modifier = { + character_popularity_add = 40 + unit_morale_loss_mult = -0.1 + } + + country_modifier = { + country_army_power_projection_mult = 0.05 + country_navy_power_projection_mult = 0.05 + } + + interest_group_modifier = { + character_popularity_add = 25 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +innovative = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/innovative.dds" + + character_modifier = { + } + + command_modifier = { + unit_morale_loss_mult = -0.15 + character_battle_condition_surprise_maneuver_mult = 1 + } + + country_modifier = { + country_tech_spread_mult = 0.1 + } + + interest_group_modifier = { + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +hedonist = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/hedonist.dds" + + character_modifier = { + character_popularity_add = -15 + } + + command_modifier = { + # increase mobilization cost? how would that work for navies? + unit_supply_consumption_mult = 0.1 + unit_morale_recovery_mult = 0.05 + } + + country_modifier = { + } + + interest_group_modifier = { + interest_group_in_government_approval_add = 1 + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} + +pious = { + type = personality + texture = "gfx/interface/icons/character_trait_icons/pious.dds" + + character_modifier = { + } + + command_modifier = { + unit_kill_rate_add = -0.1 + unit_morale_loss_mult = -0.25 + unit_morale_recovery_mult = 0.25 + } + + country_modifier = { + } + + interest_group_modifier = { + } + + possible = { + } + + weight = 1 + + replace = { + } + + value = 3 +} \ No newline at end of file diff --git a/common/character_traits/skill_traits.txt b/common/character_traits/skill_traits.txt new file mode 100644 index 00000000..8ed9cc04 --- /dev/null +++ b/common/character_traits/skill_traits.txt @@ -0,0 +1,966 @@ +### skill Traits + +#Commander Skills +resupply_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/resupply_commander.dds" + + command_modifier = { + unit_supply_consumption_mult = -0.1 + # character_supply_route_cost_mult = -0.1 + character_battle_condition_logistics_secured_mult = 1 + character_battle_condition_broken_supply_line_mult = -0.9 + } + + possible = { + has_role = general + } + + weight = { + value = 10 + if = { + limit = { + owner = { + has_technology_researched = logistics + } + } + multiply = 2 + } + if = { + limit = { + has_trait = meticulous + } + multiply = 3 + } + } + + replace = { + } + + value = 2 +} + +pillager = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/pillager.dds" + + command_modifier = { + character_supply_route_cost_mult = -0.5 + unit_devastation_mult = 0.25 + } + + possible = { + has_role = general + } + + weight = 10 + + replace = { + } + + value = 2 +} + +surveyor = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/surveyor.dds" + + command_modifier = { + battle_offense_owned_province_mult = 0.1 + battle_defense_owned_province_mult = 0.1 + character_battle_condition_charted_terrain_mult = 2 + character_battle_condition_good_visibility_mult = 1 + } + + possible = { + has_role = general + } + + weight = 10 + + replace = { + } + + value = 2 +} + +forest_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/forest_commander.dds" + + command_modifier = { + unit_defense_forested_mult = 0.25 + } + + possible = { + has_role = general + } + + weight = 10 + + replace = { + } + + value = 2 +} + +plains_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/plains_commander.dds" + + command_modifier = { + unit_offense_flat_mult = 0.25 + } + + possible = { + has_role = general + } + + weight = 10 + + replace = { + } + + value = 2 +} + +mountain_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/mountain_commander.dds" + + command_modifier = { + unit_defense_elevated_mult = 0.25 + } + + possible = { + has_role = general + } + + weight = 10 + + replace = { + } + + value = 2 +} + +basic_artillery_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/basic_artillery_commander.dds" + + command_modifier = { + unit_offense_add = 5 + character_battle_condition_aggressive_maneuver_mult = 1 + character_battle_condition_mud_mult = 0.5 + } + + possible = { + has_role = general + owner = { + has_technology_researched = artillery + } + NOR = { + has_trait = experienced_artillery_commander + has_trait = expert_artillery_commander + } + } + + weight = { + value = 2 + } + + replace = { + } + + value = 1 +} + +experienced_artillery_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/experienced_artillery_commander.dds" + + command_modifier = { + unit_offense_add = 10 + character_battle_condition_aggressive_maneuver_mult = 2 + character_battle_condition_mud_mult = 0.5 + } + + possible = { + has_trait = basic_artillery_commander + } + + weight = { + value = 5 + } + + replace = { + basic_artillery_commander + } + + value = 2 +} + +expert_artillery_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_artillery_commander.dds" + + command_modifier = { + unit_offense_add = 15 + character_battle_condition_aggressive_maneuver_mult = 3 + character_battle_condition_mud_mult = 0.5 + } + + possible = { + has_trait = experienced_artillery_commander + } + + weight = { + value = 5 + } + + replace = { + experienced_artillery_commander + } + + value = 3 +} + +stalwart_defender = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/stalwart_defender.dds" + + command_modifier = { + unit_defense_add = 10 + character_battle_condition_careful_maneuver_mult = 0.5 + character_battle_condition_surprise_maneuver_mult = 0.5 + } + + possible = { + has_role = general + owner = { + has_technology_researched = field_works + } + NOR = { + has_trait = trench_rat + has_trait = defense_in_depth_specialist + } + } + + weight = 10 + + replace = { + } + + value = 1 +} + +trench_rat = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/trench_rat.dds" + + command_modifier = { + unit_defense_add = 20 + character_battle_condition_careful_maneuver_mult = 1.5 + character_battle_condition_surprise_maneuver_mult = 1.5 + } + + possible = { + has_trait = stalwart_defender + owner = { + has_technology_researched = trench_works + } + } + + weight = { + value = 10 + } + + replace = { + stalwart_defender + } + + value = 2 +} + +defense_in_depth_specialist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/defense_in_depth_specialist.dds" + + command_modifier = { + unit_defense_add = 30 + character_battle_condition_careful_maneuver_mult = 3 + character_battle_condition_surprise_maneuver_mult = 3 + } + + possible = { + has_trait = trench_rat + owner = { + has_technology_researched = defense_in_depth + } + } + + weight = { + value = 10 + } + + replace = { + trench_rat + } + + value = 3 +} + +basic_offensive_planner = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/basic_offensive_planner.dds" + + command_modifier = { + unit_offense_mult = 0.1 + character_battle_condition_surprise_maneuver_mult = 0.5 + } + + possible = { + has_role = general + owner = { + has_technology_researched = napoleonic_warfare + } + NOR = { + has_trait = experienced_offensive_planner + has_trait = expert_offensive_planner + } + } + + weight = 20 + + replace = { + } + + value = 1 +} + +experienced_offensive_planner = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/experienced_offensive_planner.dds" + + command_modifier = { + unit_offense_mult = 0.2 + character_battle_condition_surprise_maneuver_mult = 1 + } + + possible = { + has_trait = basic_offensive_planner + } + + weight = 50 + + replace = { + basic_offensive_planner + } + + value = 2 +} + +expert_offensive_planner = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_offensive_planner.dds" + + command_modifier = { + unit_offense_mult = 0.3 + character_battle_condition_surprise_maneuver_mult = 2 + } + + possible = { + has_trait = experienced_offensive_planner + } + + weight = 50 + + replace = { + experienced_offensive_planner + } + + value = 3 +} + +basic_defensive_strategist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/basic_defensive_strategist.dds" + + command_modifier = { + unit_defense_mult = 0.1 + character_battle_condition_dug_in_mult = 1 + character_battle_condition_camouflaged_mult = 1 + } + + possible = { + has_role = general + owner = { + has_technology_researched = military_drill + } + NOR = { + has_trait = experienced_defensive_strategist + has_trait = expert_defensive_strategist + } + } + + weight = 20 + + replace = { + } + + value = 1 +} + +experienced_defensive_strategist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/experienced_defensive_strategist.dds" + + command_modifier = { + unit_defense_mult = 0.2 + character_battle_condition_dug_in_mult = 2 + character_battle_condition_camouflaged_mult = 2 + } + + possible = { + has_trait = basic_defensive_strategist + } + + weight = 50 + + replace = { + basic_defensive_strategist + } + + value = 2 +} + +expert_defensive_strategist = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_defensive_strategist.dds" + + command_modifier = { + unit_defense_mult = 0.3 + character_battle_condition_dug_in_mult = 3 + character_battle_condition_camouflaged_mult = 3 + } + + possible = { + has_trait = experienced_defensive_strategist + } + + weight = 50 + + replace = { + experienced_defensive_strategist + } + + value = 3 +} + +traditionalist_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/traditionalist_commander.dds" + + command_modifier = { + character_command_limit_mult = 0.1 + } + + # Reminder: this would only come into effect if this Commander is or becomes a Ruler + country_modifier = { + country_prestige_mult = 0.05 + } + + possible = { + NOR = { + has_trait = popular_commander + has_trait = celebrity_commander + } + interest_group = { + OR = { + is_powerful = yes + } + } + } + + weight = { + value = 10 + } + + replace = { + } + + value = 1 +} + +popular_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/popular_commander.dds" + + character_modifier = { + character_command_limit_mult = 0.2 + } + + # Reminder: this would only come into effect if this Commander is or becomes a Ruler + country_modifier = { + country_prestige_mult = 0.10 + } + + # Reminder: this would only come into effect if this Commander is or becomes an Interest Group Leader + interest_group_modifier = { + interest_group_pol_str_mult = 0.02 + } + + possible = { + OR = { + popularity > 10 + AND = { + has_trait = traditionalist_commander + popularity > 0 + } + } + NOT = { + has_trait = celebrity_commander + } + } + + weight = { + value = 10 + } + + replace = { + traditionalist_commander + } + + value = 2 +} + +celebrity_commander = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/celebrity_commander.dds" + + character_modifier = { + character_command_limit_mult = 0.3 + character_popularity_add = 25 # More popularity for being popular is intentional + } + + # Reminder: this would only come into effect if this Commander is or becomes a Ruler + country_modifier = { + country_prestige_mult = 0.15 + } + + # Reminder: this would only come into effect if this Commander is or becomes an Interest Group Leader + interest_group_modifier = { + interest_group_pol_str_mult = 0.05 + } + + possible = { + has_trait = popular_commander + popularity > 30 + } + + weight = { + value = 10 + add = popularity + } + + replace = { + popular_commander + } + + value = 3 +} + +dockyard_master = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/drydock_repairs.dds" + + command_modifier = { + unit_supply_consumption_mult = -0.25 + # repair speed + } + + possible = { + has_role = admiral + } + + weight = { + value = 10 + if = { + limit = { + owner = { + has_technology_researched = logistics + } + } + multiply = 2 + } + if = { + limit = { + has_trait = meticulous + } + multiply = 3 + } + } + + replace = { + } + + value = 2 + +} + +basic_colonial_administrator = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/basic_colonial_administrator.dds" + + country_modifier = { + state_colony_growth_speed_mult = 0.1 + } + + possible = { + is_ruler = yes + owner = { + has_colonial_growth = yes + } + NOR = { + has_trait = experienced_colonial_administrator + has_trait = expert_colonial_administrator + } + } + + weight = { + value = 50 + if = { + limit = { + OR = { + has_trait = ambitious + has_trait = persistent + has_trait = meticulous + } + } + multiply = 2 + } + } + + replace = { + } + + value = 1 +} + +experienced_colonial_administrator = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/experienced_colonial_administrator.dds" + + country_modifier = { + state_colony_growth_speed_mult = 0.2 + } + + possible = { + has_trait = basic_colonial_administrator + } + + weight = { + value = 50 + if = { + limit = { + OR = { + has_trait = ambitious + has_trait = persistent + has_trait = meticulous + } + } + multiply = 2 + } + } + + replace = { + basic_colonial_administrator + } + + value = 2 +} + +expert_colonial_administrator = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_colonial_administrator.dds" + + country_modifier = { + state_colony_growth_speed_mult = 0.4 + } + + possible = { + has_trait = experienced_colonial_administrator + } + + weight = { + value = 50 + if = { + limit = { + OR = { + has_trait = ambitious + has_trait = persistent + has_trait = meticulous + } + } + multiply = 2 + } + } + + replace = { + experienced_colonial_administrator + } + + value = 3 +} + +basic_political_operator = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/basic_political_operator.dds" + + country_modifier = { + country_authority_mult = 0.05 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.05 + } + + possible = { + has_role = politician # ruler, heir, or IG leader + NOR = { + has_trait = experienced_political_operator + has_trait = expert_political_operator + } + } + + weight = { + value = 50 + if = { + limit = { + OR = { + has_trait = cautious + has_trait = charismatic + has_trait = ambitious + has_trait = reserved + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = arrogant + has_trait = wrathful + } + } + divide = 2 + } + } + + replace = { + } + + value = 1 +} + +experienced_political_operator = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/experienced_political_operator.dds" + + country_modifier = { + country_authority_mult = 0.1 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.1 + } + + possible = { + has_role = politician + has_trait = basic_political_operator + } + + weight = { + value = 50 + if = { + limit = { + OR = { + has_trait = cautious + has_trait = charismatic + has_trait = ambitious + has_trait = reserved + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = arrogant + has_trait = wrathful + } + } + divide = 2 + } + } + + replace = { + basic_political_operator + } + + value = 2 +} + +expert_political_operator = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/expert_political_operator.dds" + + country_modifier = { + country_authority_mult = 0.2 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.2 + } + + possible = { + has_role = politician + has_trait = experienced_political_operator + } + + weight = { + value = 50 + if = { + limit = { + OR = { + has_trait = cautious + has_trait = charismatic + has_trait = ambitious + has_trait = reserved + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = arrogant + has_trait = wrathful + } + } + divide = 2 + } + } + + replace = { + experienced_political_operator + } + + value = 3 +} + +inspirational_orator = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/inspirational_orator1.dds" + + character_modifier = { + character_popularity_add = 25 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.05 + interest_group_pop_attraction_mult = 0.1 + } + + value = 1 +} + +demagogue = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/demagogue_orator2.dds" + + character_modifier = { + character_popularity_add = 35 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.1 + interest_group_pop_attraction_mult = 0.15 + } + + value = 2 +} + +firebrand = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/firebrand_orator3.dds" + + character_modifier = { + character_popularity_add = 50 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.15 + interest_group_pop_attraction_mult = 0.25 + } + + value = 3 +} + +# Multiclass Skills + +explorer = { + type = skill + texture = "gfx/interface/icons/character_trait_icons/explorer.dds" + + character_modifier = { + character_popularity_add = 15 + character_expedition_events_explorer_mult = 2 + } + + country_modifier = { + country_prestige_add = 10 + country_expedition_events_explorer_mult = 0.5 + } + + possible = { + OR = { + is_commander = yes + is_ruler = yes + is_heir = yes + } + } + + weight = { + value = 5 # low base weight, since any character other than IG leaders can qualify for this trait + if = { + limit = { + is_commander = yes + } + multiply = 4 + } + if = { + limit = { + OR = { + has_trait = persistent + has_trait = romantic + has_trait = brave + } + } + multiply = 2 + } + if = { + limit = { + OR = { + has_trait = cautious + } + } + divide = 2 + } + } + + replace = { + } + + value = 2 +} diff --git a/common/coat_of_arms/coat_of_arms/02_countries.txt b/common/coat_of_arms/coat_of_arms/02_countries.txt index 2eeda674..9c535556 100644 --- a/common/coat_of_arms/coat_of_arms/02_countries.txt +++ b/common/coat_of_arms/coat_of_arms/02_countries.txt @@ -6,28 +6,879 @@ @canton_scale_cross_x = @[ ( 333 / 768 ) + 0.001 ] @canton_scale_cross_y = @[ ( 205 / 512 ) + 0.001 ] -@canton_scale_sweden_x = @[ ( 255 / 768 ) + 0.001 ] -@canton_scale_sweden_y = @[ ( 204 / 512 ) + 0.001 ] - -@uru_canton_height = 0.556 -@NZL_coa_offset = @[3/16] 0.3 = 0.16 -###### EXAMPLE ###### +TRU = { + pattern = "pattern_stripes_truidencia.dds" + color1 = "full_white" + color2 = "truidencian_yellow" + color3 = "truidencian_red" + colored_emblem = { + texture = "ce_truidencia_monarchy.dds" + color2 = "full_white" + color3 = "truidencian_red" + instance = { position { 0.5 0.5} scale = { 1 1 } } + } +} + +LUS = { + pattern = "pattern_lusitania.dds" + color1 = "lusitan_red" + color2 = "full_black" + color3 = "full_white" + colored_emblem = { + texture = "ce_lusitania_shields.dds" + color1 = "lusitan_shield_blue" + color2 = "full_white" + instance = { position = { 0.5 0.5 } scale = { 1 1 } } + } + colored_emblem = { + texture = "ce_lusitania.dds" + color1 = "lusitan_castle_yellow" + color2 = "lusitan_castle_yellow_border" + instance = { position = { 0.5 0.5 } scale = { 1 1 } } + } +} + +LAM = { + pattern = "pattern_solid.tga" + color1 = "lambatan_civmc_yellow" + colored_emblem = { + texture = "ce_stripes_05.dds" + color1 = "lambatan_civmc_blue" + } + colored_emblem = { + texture = "ce_rhombus.dds" + color1 = "lambatan_civmc_red" + instance = { position = { 0 0.5 } scale = { 1 1 } } + } +} + +MER = { + pattern = "pattern_solid.tga" + color1 = "full_black" + colored_emblem = { + texture = "ce_mehri.dds" + color1 = "full_white" + } +} + +DAN = { + pattern = "pattern_solid.tga" + color1 = "danzilonan_cyan" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "full_white" + color2 = "danzilonan_grey" + } + colored_emblem = { + texture = "ce_star_05.dds" + color1 = "full_white" + instance = { scale = { 1 1 } } + } + colored_emblem = { + texture = "ce_star_anarchy.dds" + color1 = "truidencian_red" + color2 = "danzilonan_grey" + instance = { scale = { 0.8 0.8 } } + } +} + +DAN_VANGUARD = { + pattern = "pattern_solid.tga" + color1 = "danzilonan_cyan" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "full_white" + color2 = "danzilonan_grey" + } + colored_emblem = { + texture = "ce_star_05.dds" + color1 = "full_white" + instance = { scale = { 1 1 } } + } + colored_emblem = { + texture = "ce_star_anarchy.dds" + color1 = "truidencian_red" + color2 = "truidencian_red" + instance = { scale = { 0.8 0.8 } } + } +} + +WOL = { + pattern = "pattern_solid.tga" + color1 = "full_white" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "wolken_blue" + color2 = "wolken_green" + } + colored_emblem = { + texture = "ce_border_orle.dds" + color1 = yellow + color2 = "wolken_green" + instance = { position = { 0.255 0.28 } scale = { 0.5 0.55 } } + } + colored_emblem = { + texture = "ce_arsenio_pact.dds" + color2 = "full_white" + instance = { position = { 0.255 0.28 } scale = { 0.55 0.55 } } + } +} -EXA = { - pattern = "pattern_solid.tga" #Choose a base from gfx\coat_of_arms\patterns - color1 = "white" #Use a predefined colour or you can do 'color1 = rgb{ x x x }'. - textured_emblem = { #Adds a textured emblem. - texture = "te_coa_bahamas.dds" #From gfx\coat_of_arms\textured_emblems +GEN_TRUIDENCIA = { +pattern = "pattern_solid.tga" + color1 = green + colored_emblem = { + texture = "ce_canton.dds" + color1 = "full_white" + instance = { position = { 0.5 0.5 } scale = { 1 1 } } + } + colored_emblem = { + texture = "ce_stripe_center.dds" + color1 = "truidencian_yellow" + instance = { position = { 0.25 0.25 } scale = { 0.5 0.9 } } + } + colored_emblem = { + texture = "ce_stripe_center.dds" + color1 = "truidencian_red" + instance = { position = { 0.25 0.25 } scale = { 0.5 0.35 } } + } + colored_emblem = { + texture = "ce_shield_round_per_pale.dds" + color2 = "full_white" + color1 = "gensokyojin_red" + instance = { position = { 0.7 0.5 } scale = { 0.7 0.55 } } + } + colored_emblem = { + texture = "ce_gensokyo.dds" + color2 = "full_white" + color3 = "gensokyojin_red" + instance = { position = { 0.7 0.5 } scale = { 0.35 0.35 } } + } +} + +GEN = { + pattern = "pattern_vertical_split_01.tga" + color1 = "gensokyojin_red" + color2 = "full_white" + colored_emblem = { + texture = "ce_gensokyo.dds" + color2 = "full_white" + color3 = "gensokyojin_red" instance = { position = { 0.5 0.5 } scale = { 1 1 } } } - colored_emblem = { #Adds a colored emblem. - texture = "ce_coa_frame_costa_rica.dds" #From gfx\coat_of_arms\textured_emblems +} + +YOA = { + pattern = "pattern_solid.tga" + color1 = "yoahtlan_yellow" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "full_white" + color2 = "yoahtlan_red" + } + colored_emblem = { + texture = "ce_circle.dds" + color1 = "full_white" + } + colored_emblem = { + texture = "ce_coa_yoahtl.dds" + color1 = "full_black" + instance = { scale = { 0.6 0.6 } } + } +} + +KOV = { + pattern = "pattern_stripes_truidencia.dds" + color1 = "full_white" + color2 = "truidencian_red" + color3 = "truidencian_red" + colored_emblem = { + texture = "ce_lotus.dds" + color1 = "truidencian_red" + instance = { position { 0.5 0.5 } scale = { 1.1 1 } } + } + colored_emblem = { + texture = "ce_lotus.dds" + color1 = "truidencian_yellow" + instance = { position { 0.5 0.5 } scale = { 0.8 0.8 } } + } + colored_emblem = { + texture = "ce_gensokyo.dds" + color2 = "full_white" + color3 = "truidencian_red" + instance = { position { 0.5 0.5 } scale = { 0.4 0.4 } rotation = { 5 } } + } +} + +ROZ = { + pattern = "pattern_solid.tga" + color1 = "full_white" + textured_emblem = { + texture = "te_rose.dds" + } +} +KAL = { + pattern = "pattern_gironny_16_center.dds" + color1 = "kallosian_purple" + color2 = "full_white" + textured_emblem = { + texture = "te_coa_kallos.dds" + instance = { position = { 0.505 0.5 } } +} + colored_emblem = { + texture = "ce_stripe_bottom.dds" + color1 = "kallosian_purple" +} + colored_emblem = { + texture = "ce_waves.dds" + color1 = "full_white" + color2 = "kallosian_purple" + instance = { position = { 0.5 0.76 } } + } +} + +PAV = { + pattern = "pattern_horizontal_split_01.tga" + color1 = "full_white" + color2 = "pavian_blue" + # textured_emblem = { + # texture = "te_coa_pavia.dds" +# } + colored_emblem = { + texture = "ce_shield_heater_large_per_fess.dds" + color1 = "pavian_blue" + color2 = "full_white" + color3 = "full_white" + instance = { position = { 0.5 0.5 } scale = { 0.5 0.5 } } +} + colored_emblem = { + texture = "ce_crown_tudor.dds" + color1 = "pavian_blue" + color2 = "full_white" + color3 = "pavian_blue" + instance = { position = { 0.5 0.2 } scale = { 0.4 0.3 } } + } +} + +PAV_EMPIRE = { + pattern = "pattern_checkers_01.tga" + color1 = "full_white" + color2 = rgb { 223 60 78 } + # textured_emblem = { + # texture = "te_coa_pavia.dds" +# } + colored_emblem = { + texture = "ce_cross_england.dds" + color1 = rgb { 66 182 223 } + instance = { position = { 0.75 0.75 } scale = { 0.5 0.5 } } +} + colored_emblem = { + texture = "ce_cross_england.dds" + color1 = rgb { 66 182 223 } + instance = { position = { 0.25 0.25 } scale = { 0.5 0.5 } } +} + colored_emblem = { + texture = "ce_lion_rampant.dds" + color1 = "full_white" + color2 = "full_white" + color3 = "full_white" + instance = { position = { 0.25 0.75 } scale = { 0.6 0.5 } } + } + colored_emblem = { + texture = "ce_lion_rampant.dds" + color1 = "full_white" + color2 = "full_white" + color3 = "full_white" + instance = { position = { 0.75 0.25 } scale = { 0.6 0.5 } } + } +} + +TRA_monarchy = { + pattern = "pattern_solid.tga" + color1 = "lusitan_shield_blue" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color2 = "yellow" color1 = "red" - color2 = color1 #You can tell it to just use the same base color1 (in this case "white"). + } + textured_emblem = { + texture = "te_coa_transylvania_angel.dds" + instance = { position { 0.3 0.5 } scale = { 0.5 0.5 } } + } + textured_emblem = { + texture = "te_coa_transylvania_angel.dds" + instance = { position { 0.7 0.5 } scale = { -0.5 0.5 } } + } + textured_emblem = { + texture = "te_coa_transylvania.dds" + instance = { position { 0.5 0.5 } scale = { 0.4 0.4 } } + } +} + +TRA = { + pattern = "pattern_horizontal_split_01.tga" + color1 = rgb { 4 110 177 } + color2 = rgb { 200 50 50 } + colored_emblem = { + texture = "ce_shield_vertical_split.dds" + color1 = rgb { 4 110 177 } + color2 = "black" + color3 = rgb { 200 50 50 } + instance = { position { 0.5 0.5 } scale = { 0.7 0.7 } } + } + colored_emblem = { + texture = "ce_castle.dds" + color2 = black + color1 = yellow + instance = { position { 0.5 0.68 } scale = { 0.15 0.1 } } + } + colored_emblem = { + texture = "ce_castle.dds" + color2 = black + color1 = yellow + instance = { position { 0.6 0.53 } scale = { 0.15 0.1 } } + } + colored_emblem = { + texture = "ce_castle.dds" + color2 = black + color1 = yellow + instance = { position { 0.4 0.53 } scale = { 0.15 0.1 } } + } + colored_emblem = { + texture = "ce_castle.dds" + color2 = black + color1 = yellow + instance = { position { 0.6 0.35 } scale = { 0.15 0.1 } } + } + colored_emblem = { + texture = "ce_castle.dds" + color2 = black + color1 = yellow + instance = { position { 0.4 0.35 } scale = { 0.15 0.1 } } + } + colored_emblem = { + texture = "ce_castle.dds" + color2 = black + color1 = yellow + instance = { position { 0.5 0.35 } scale = { 0.15 0.1 } } + } + colored_emblem = { + texture = "ce_castle.dds" + color2 = black + color1 = yellow + instance = { position { 0.5 0.53 } scale = { 0.15 0.1 } } + } +} + +GRI = { + pattern = "pattern_solid.tga" + color1 = "griffin_blue" + colored_emblem = { + texture = "ce_griffin.dds" + color2 = "full_white" + } +} + +MTA = { + pattern = "pattern_solid.tga" + color1 = "augustan_blue" + colored_emblem = { + texture = "ce_canton.dds" + color1 = "augustan_red" instance = { position = { 0.5 0.5 } scale = { 1 1 } } } } +DOM = { + pattern = "pattern_per_saltire.dds" + color1 = "red" + color2 = "black" + textured_emblem = { + texture = "te_doom_city.dds" + } +} + +CLW = { + pattern = "pattern_solid.tga" + color1 = rgb { 23 111 33 } + colored_emblem = { + texture = "ce_tricolor_vertical.dds" + color1 = "full_white" + color2 = "full_black" + } +} +NAR = { + pattern = "pattern_solid.tga" + color1 = "full_white" + colored_emblem = { + texture = "ce_stripes_05.dds" + color1 = "lusitan_shield_blue" + instance = { position = { 0.1 0.5 } scale = { 0.6 0.5 } } + } + colored_emblem = { + texture = "ce_stripes_05.dds" + color1 = "truidencian_red" + instance = { position = { 0.8 0.5 } scale = { 0.6 0.5 } } + } + colored_emblem = { + texture = "ce_per_saltire.dds" + color1 = "full_white" + instance = { position = { 0.5 0.5 } scale = { 0.5 0.7 } rotation = 90 } + } + colored_emblem = { + texture = "ce_per_saltire.dds" + color1 = "full_white" + instance = { position = { 1 0.5 } scale = { 0.5 1 } rotation = 90 } + } + colored_emblem = { + texture = "ce_per_saltire.dds" + color1 = "full_white" + instance = { position = { 0 0.5 } scale = { 0.5 1 } rotation = 90 } + } + colored_emblem = { + texture = "ce_rhombus.dds" + color1 = "black" + instance = { scale = { 0.6 0.7 } } + } + colored_emblem = { + texture = "ce_frame_circle.dds" + color1 = "full_white" + instance = { scale = { 0.45 0.45 } } + } +} +CDM = { + pattern = "pattern_horizontal_split_01.tga" + color1 = rgb { 51 153 255 } + color2 = "full_black" + colored_emblem = { + texture = "ce_frame_circle_per_fess.dds" + color1 = rgb { 139 207 255 } + color2 = rgb { 139 207 255 } + color3 = rgb { 51 153 255 } + instance = { scale = { 0.5 0.5 } position = { 0.4 0.5 } } + } + colored_emblem = { + texture = "ce_frame_circle_per_fess.dds" + color1 = "full_white" + color2 = "full_white" + color3 = rgb { 139 207 255 } + instance = { scale = { 0.42 0.42 } position = { 0.4 0.5 } } + } +} +AUR = { + pattern = "pattern_solid.tga" + color1 = "black" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "yellow" + color2 = "blue" + } + colored_emblem = { + texture = "ce_shield_heater_border.dds" + color1 = "black" + color2 = "yellow" + color3 = rgb { 139 207 255 } + instance = { scale = { 0.7 0.7 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_sun_face_gwalior.dds" + color1 = "yellow" + color2 = "black" + color3 = rgb { 139 207 255 } + instance = { scale = { 0.45 0.45 } } + } +} +ICE = { + pattern = "pattern_solid.tga" + color1 = "full_white" + colored_emblem = { + texture = "ce_circle.dds" + color1 = rgb {0 195 255} + } +} +ILA = { + pattern = "pattern_solid.tga" + color1 = rgb { 101 1 59 } + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "yellow" + color2 = rgb { 101 1 59 } + } + colored_emblem = { + texture = "ce_crossed_scimitars_horizontal.dds" + color1 = rgb {101 1 59} + instance = { scale = { 0.45 0.45 } } + } +} +IRI = { + pattern = "pattern_solid.tga" + color1 = "full_white" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = rgb { 0 102 0 } + color2 = rgb { 0 0 255 } + } +} +EST = { + pattern = "pattern_solid.tga" + color1 = "full_white" + colored_emblem = { + texture = "ce_estalia.dds" + color2 = rgb { 170 8 8 } + } +} +ARS = { + pattern = "pattern_horizontal_split_01.tga" + color1 = rgb { 0 126 87 } + color2 = rgb { 0 82 58 } + colored_emblem = { + texture = "ce_arsenio_pact.dds" + color2 = "full_white" + } +} +IMP = { + pattern = "pattern_solid.tga" + color1 = "lusitan_shield_blue" + colored_emblem = { + texture = "ce_saltire_fimbriated_02.dds" + color1 = "red" + color2 = "full_white" + color3 = "full_white" + } + colored_emblem = { + texture = "ce_cross_england_fimbriated.dds" + color1 = "full_white" + color2 = "red" + } + colored_emblem = { + texture = "ce_if.dds" + color2 = "full_white" + color3 = "red" + } +} +ICA = { + pattern = "pattern_solid.tga" + color1 = "full_black" + colored_emblem = { + texture = "ce_tricolor_vertical.dds" + color1 = "full_white" + color2 = "truidencian_red" + } + textured_emblem = { + texture = "te_coa_icarus.dds" + instance = { scale = { 0.6 0.6 } } + } +} +PAC = { + pattern = "pattern_solid.tga" + color1 = "full_back" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "full_white" + color2 = rgb {0 48 93} + } +} +OTO = { + pattern = "pattern_solid.tga" + color1 = "green" + colored_emblem = { + texture = "ce_tricolor_vertical.dds" + color1 = "full_black" + color2 = "truidencian_yellow" + } +} +DAL = { + pattern = "pattern_cross.dds" + color1 = "full_black" + color2 = "red" + colored_emblem = { + texture = "ce_star_04.dds" + color1 = "red" + instance = { scale = { 1.5 1.5 } } + } +} +PET = { + pattern = "pattern_solid.tga" + color1 = "red" + colored_emblem = { + texture = "ce_tricolor_horizontal.dds" + color1 = "full_white" + color2 = "full_black" + } + colored_emblem = { + texture = "ce_circle.dds" + color1 = "full_white" + } + colored_emblem = { + texture = "ce_laurel_circled.dds" + color1 = "full_black" + color2 = "full_white" + instance = { scale = { 0.7 0.7 } } + } + colored_emblem = { + texture = "ce_star_05_pinwheeled.dds" + color1 = "full_black" + instance = { scale = { 0.4 0.4 } } + } +} +SOV = { + pattern = "pattern_solid.tga" + color1 = "full_black" + colored_emblem = { + texture = "ce_crossed_scimitars.dds" + color1 = "full_white" + } +} +REG = { + pattern = "pattern_solid.tga" + color1 = "full_white" + textured_emblem = { + texture = "te_coa_reggio_Argeddina.dds" + } +} +SPQ = { + pattern = "pattern_solid.tga" + color1 = "red" + colored_emblem = { + texture = "ce_wreath_thin.dds" + color1 = "yellow" + } + colored_emblem = { + texture = "ce_letter_s.dds" + color1 = "yellow" + instance = { scale = { 0.3 0.3 } position = { 0.35 0.5 } } + } + colored_emblem = { + texture = "ce_letter_p.dds" + color1 = "yellow" + instance = { scale = { 0.3 0.3 } position = { 0.45 0.5 } } + } + colored_emblem = { + texture = "ce_letter_q.dds" + color1 = "yellow" + instance = { scale = { 0.3 0.3 } position = { 0.55 0.5 } } + } + colored_emblem = { + texture = "ce_letter_r.dds" + color1 = "yellow" + instance = { scale = { 0.3 0.3 } position = { 0.65 0.5 } } + } +} +FEM = { + pattern = "pattern_solid.tga" + color1 = rgb { 255 137 201 } + colored_emblem = { + texture = "ce_hammer_and_sickle.dds" + color1 = rgb { 255 254 187 } + instance = { scale = { 0.5 0.5 } position = { 0.25 0.4 } } + } + colored_emblem = { + texture = "ce_sun_xia.dds" + color1 = rgb { 255 254 187 } + instance = { scale = { 0.15 0.15 } position = { 0.25 0.15 } } + } + colored_emblem = { + texture = "ce_star_05_circle.dds" + color1 = rgb { 177 0 215 } + color2 = rgb { 255 254 187 } + instance = { scale = { 0.35 0.3 } position = { 0.2 0.3 } } + } +} +COR = { + pattern = "pattern_solid.tga" + color1 = "red" + colored_emblem = { + texture = "ce_canton.dds" + color1 = "lusitan_shield_blue" + instance = { scale = { 1 1 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_stripe_center.dds" + color1 = "full_white" + instance = { scale = { 0.7 1 } position = { 0.5 0.5 } rotation = 90 } + } + colored_emblem = { + texture = "ce_stripe_center.dds" + color1 = "full_white" + instance = { scale = { 1 0.7 } } + } + colored_emblem = { + texture = "ce_stripe_center.dds" + color1 = "lusitan_shield_blue" + instance = { scale = { 0.5 1 } position = { 0.5 0.5 } rotation = 90 } + } + colored_emblem = { + texture = "ce_stripe_center.dds" + color1 = "lusitan_shield_blue" + instance = { scale = { 1 0.5 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_crown_ducal.dds" + color1 = "yellow" + color2 = "yellow" + color3 = "yellow" + instance = { scale = { 0.5 0.7 } position = { 0.2 0.22 } } + } +} +WIN = { + pattern = "pattern_solid.tga" + color1 = "full_black" + colored_emblem = { + texture = "ce_saltire_fimbriated.dds" + color1 = "full_white" + color2 = "full_black" + } +} +NAS = { + pattern = "pattern_horizontal_split_01.tga" + color1 = "full_white" + color2 = "lusitan_shield_blue" + colored_emblem = { + texture = "ce_galley.dds" + color1 = "yellow" + color2 = "lusitan_shield_blue" + color3 = "lusitan_shield_blue" + instance = { scale = { 0.9 0.9 } position = { 0.5 0.5 } } + } +} +VAL = { + pattern = "pattern_per_bend_senester.dds" + color1 = "full_white" + color2 = "red" + colored_emblem = { + texture = "ce_bend_sinister.dds" + color1 = "grey" + instance = { scale = { 1 1 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_coa_haiti.dds" + color1 = "full_white" + color2 = "red" + color3 = "red" + instance = { scale = { 0.5 0.5 } position = { 0.2 0.3 } } + } +} +VOL = { + pattern = "pattern_solid.tga" + color1 = "red" + colored_emblem = { + texture = "ce_tricolor_vertical.dds" + color1 = "full_white" + color2 = "full_black" + } + colored_emblem = { + texture = "ce_lion_rampant.dds" + instance = { scale = { 0.6 0.6 } } + color1 = "full_black" + color2 = "full_black" + } + textured_emblem = { + texture = "te_german_state_crown.dds" + instance = { scale = { 0.3 0.3 } position = { 0.5 0.2 } } + } +} +MED = { + pattern = "pattern_solid.tga" + color1 = "full_white" + colored_emblem = { + texture = "ce_medi.dds" + color1 = "gensokyojin_red" + color2 = "gensokyojin_red" + color3 = "gensokyojin_red" + } +} +SOU = { + pattern = "pattern_solid.tga" + color1 = "green" + colored_emblem = { + texture = "ce_bend_sinister_fimbriated.dds" + color1 = "full_white" + color2 = "full_white" + instance = { scale = { 1 1 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_bend_sinister.dds" + color1 = "green" + instance = { scale = { 1.4 1.4 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_bend_sinister.dds" + color1 = "full_white" + instance = { scale = { 1.1 1.1 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_frame_circle.dds" + color1 = "full_white" + instance = { scale = { 0.6 0.6 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_frame_circle.dds" + color1 = "green" + instance = { scale = { 0.53 0.53 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_frame_circle.dds" + color1 = "full_white" + instance = { scale = { 0.46 0.46 } position = { 0.5 0.5 } } + } + colored_emblem = { + texture = "ce_star_05_pinwheeled.dds" + color1 = "green" + instance = { scale = { 0.2 0.2 } position = { 0.5 0.38 } } + } + colored_emblem = { + texture = "ce_star_05_tilted.dds" + color1 = "green" + instance = { scale = { 0.2 0.2 } position = { 0.58 0.55 } } + } + colored_emblem = { + texture = "ce_star_05_tilted.dds" + color1 = "green" + instance = { scale = { 0.2 0.2 } position = { 0.43 0.57 } rotation = 180 } + } +} +MOL = { + pattern = "pattern_horizontal_split_01.TGA" + color1 = "full_white" + color2 = rgb { 72 159 226 } + textured_emblem = { + texture = "te_coa_moloka.dds" + } +} +# cordoba under spqr +HIS = { + pattern = "pattern_solid.tga" + color1 = "red" + colored_emblem = { + texture = "ce_wreath_thin.dds" + color1 = "yellow" + } + colored_emblem = { + texture = "ce_bull_head.dds" + color1 = "yellow" + color2 = "yellow" + instance = { scale = { 0.7 0.7 } } + } +} +MRA = { + pattern = "pattern_solid.tga" + color1 = rgb { 207 148 48 } + colored_emblem = { + texture = "ce_coa_meracydia.dds" + color2 = rgb { 69 0 104 } + instance = { scale = { 0.65 0.65 } } + } + colored_emblem = { + texture = "ce_frame_square.dds" + color1 = rgb { 69 0 104 } + instance = { scale = { 1 1 } position = { 1.1 0.5 } } + } + colored_emblem = { + texture = "ce_frame_square.dds" + color1 = rgb { 69 0 104 } + instance = { scale = { 1 1 } position = { -0.1 0.5 } } + } +} ##################### \ No newline at end of file diff --git a/common/coat_of_arms/template_lists/coa_templates.txt b/common/coat_of_arms/template_lists/coa_templates.txt new file mode 100644 index 00000000..f3831c93 --- /dev/null +++ b/common/coat_of_arms/template_lists/coa_templates.txt @@ -0,0 +1,168 @@ +coat_of_arms_template_lists = { + all = { + 50 = template_charge + 25 = template_charge_metal + 20 = template_charge_offset + 10 = template_charge_offset_metal + + 25 = template_charge_in_circle + 25 = template_charge_in_circle_metal + 25 = template_charge_in_ring + 25 = template_charge_in_ring_metal + + 50 = template_tricolor + 20 = template_tricolor_vertical_charge + 20 = template_tricolor_horizontal_charge + + 40 = template_bicolor + + 50 = template_ordinary + 25 = template_ordinary_metal + + # stripes and pales + 100 = template_stripes + 10 = template_stripes_rotated + + 10 = template_per_saltire + 10 = template_per_saltire_metal + 10 = template_saltire + 5 = template_saltire_metal + + 10 = template_chile + 10 = template_texas + 10 = template_uruguay + 10 = template_brazil + 10 = template_czechia + 10 = template_dominican + 10 = template_spain + 10 = template_canada + + 10 = template_canton_ordinary + 5 = template_canton_ordinary_metal + 10 = template_canton_charge + 5 = template_canton_charge_metal + + 2 = template_quarter + 2 = template_quarter_metal + 2 = template_quarter_counterchanged + 1 = template_quarter_counterchanged_metal + 1 = template_quarter_counterchanged_charges + 1 = template_quarter_counterchanged_charges_metal + 2 = template_quarter_counterchanged_canton_charge + 1 = template_quarter_counterchanged_canton_charge_metal + + 1 = template_semy + 1 = template_semy_metal + # extremely rare + + # borders (toned down for christian nations) + 5 = template_border_charge + 5 = template_border_charge_metal + 5 = template_border_charge_offset + 5 = template_border_charge_offset_metal + 5 = template_border_of_three_charge_offset + 5 = template_border_of_three_charge_offset_metal + + # random commies + special_selection = { + trigger = { + exists = scope:target + scope:target = { + is_revolutionary = yes + OR = { + any_interest_group = { + is_in_government = yes + has_ideology = ideology_proletarian + } + } + } + } + + 500 = template_communist_1 + 250 = template_communist_2 + 500 = template_communist_3 + 250 = template_communist_4 + 250 = template_communist_5 + 250 = template_communist_6 + 100 = template_communist_bicolor_1 + 250 = template_communist_bicolor_2 + 500 = template_communist_centered_stripe + 500 = template_communist_bottom_stripe + 250 = template_communist_left_stripe + 100 = template_communist_right_stripe + 100 = template_communist_vert_center_stripe + 100 = template_communist_per_saltire_star + 100 = template_communist_tribar + 100 = template_communist_triangle + 500 = template_communist_horizontal_tricolor_fimbriated + 500 = template_communist_horizontal_tricolor + 250 = template_communist_charge_star + 100 = template_communist_canton + 250 = template_communist_red_star_tricolor + 100 = template_communist_red_star_center + 100 = template_communist_red_star_canton + } + + special_selection = { + trigger = { + exists = scope:target + scope:target = { + is_revolutionary = yes + } + } + + 500 = template_revolution_1 + 500 = template_revolution_2 + 500 = template_revolution_3 + } + + ### Fascist templates + + special_selection = { + trigger = { + exists = scope:target + scope:target = { + coa_def_fascist_flag_trigger = yes + } + } + + 10000 = template_fascist_white_roundel + 5000 = template_fascist_white_roundel_02 + 2500 = template_fascist_cross_roundel + 2500 = template_fascist_cross_roundel_outline + 5000 = template_fascist_outline + 5000 = template_fascist_border_charge + 2500 = template_fascist_white_square + 2500 = template_fascist_outline_square + 2500 = template_fascist_cross_square + } + } + communist = { + 50 = template_communist_1 + 25 = template_communist_2 + 50 = template_communist_3 + 10 = template_communist_bicolor_1 + 25 = template_communist_bicolor_2 + 50 = template_communist_centered_stripe + 50 = template_communist_bottom_stripe + 25 = template_communist_left_stripe + 10 = template_communist_right_stripe + 10 = template_communist_vert_center_stripe + 10 = template_communist_per_saltire_star + 10 = template_communist_tribar + 10 = template_communist_triangle + 50 = template_communist_horizontal_tricolor_fimbriated + 50 = template_communist_horizontal_tricolor + 25 = template_communist_charge_star + 10 = template_communist_canton + 25 = template_communist_red_star_tricolor + 10 = template_communist_red_star_center + 10 = template_communist_red_star_canton + } + anarchy = { + 3000 = template_anarchy_1 + 3000 = template_anarchy_2 + 1500 = template_anarchy_3 + 1500 = template_anarchy_4 + } +} \ No newline at end of file diff --git a/common/coat_of_arms/template_lists/color_lists.txt b/common/coat_of_arms/template_lists/color_lists.txt new file mode 100644 index 00000000..c2dee2cf --- /dev/null +++ b/common/coat_of_arms/template_lists/color_lists.txt @@ -0,0 +1,92 @@ +color_lists = { + normal_colors = { + 100 = "red" + 100 = "blue" + 20 = "black" + 1 = "green" + 1 = "blue_light" + 1 = "orange" + 1 = "purple" + } + + metal_colors = { + 5 = "white" + 1 = "yellow" + } + + country_color_list = { + special_selection = { + trigger = { + exists = scope:target + scope:target = { + any_interest_group = { + is_in_government = yes + has_ideology = ideology_proletarian + } + } + } + + 1000 = "red" + } + + special_selection = { + trigger = { + exists = scope:target + scope:target = { + any_interest_group = { + is_in_government = yes + OR = { + has_ideology = ideology_paternalistic + has_ideology = ideology_jingoist + has_ideology = ideology_reactionary + } + } + } + } + + 1000 = "black" + 300 = "blue" + } + + 1 = "green" + 1 = "blue_light" + 1 = "orange" + 1 = "purple" + } + + com_normal_colors = { + # Normal colours excluding Red for communist templates + 100 = "blue" + 20 = "black" + 20 = "green" + 20 = "blue_light" + } + com_red_opposites = { + # Colours opposites of Red for communist templates + 10 = "white" + 10 = "yellow" + 20 = "green" + 20 = "blue_light" + } + fascist_normal_bg_colors = { + # Normal bg colours for fascist flags + 100 = "red" + 50 = "blue" + 25 = "green" + 25 = "blue_light" + 5 = "orange" + 5 = "brown_light" + } + fascist_normal_charge_colors = { + # Fascist charge, black is the most common pick + 250 = "black" + 50 = "red" + 50 = "blue" + 25 = "green" + } + fascist_metal_colors = { + # Allows some diversity by picking gold sometimes + 90 = "white" + 10 = "yellow" + } +} \ No newline at end of file diff --git a/common/coat_of_arms/template_lists/colored_emblem_lists.txt b/common/coat_of_arms/template_lists/colored_emblem_lists.txt new file mode 100644 index 00000000..fc2b5c5a --- /dev/null +++ b/common/coat_of_arms/template_lists/colored_emblem_lists.txt @@ -0,0 +1,287 @@ +colored_emblem_texture_lists = { + + charge = { + 5 = "ce_circle.dds" + 5 = "ce_star_05_circle.dds" + 5 = "ce_star_05_ring.dds" + 10 = "ce_star_05.dds" + 5 = "ce_star_05_hollow.dds" + 1 = "ce_star_04.dds" + 5 = "ce_star_06.dds" + 5 = "ce_star_07.dds" + 5 = "ce_star_08.dds" + 1 = "ce_star_09.dds" + 1 = "ce_star_10.dds" + 1 = "ce_star_11.dds" + 1 = "ce_star_12.dds" + 1 = "ce_star_13.dds" + 1 = "ce_star_14.dds" + } + + ordinaries = { + 5 = "ce_bend_sinister_fimbriated.dds" + 5 = "ce_bend_sinister.dds" + 5 = "ce_bend_dexter.dds" + 5 = "ce_bend_dexter_fimbriated.dds" + 5 = "ce_saltire.dds" + 5 = "ce_saltire_fimbriated.dds" + 1 = "ce_stripes_03_middle.dds" + 1 = "ce_stripes_04.dds" + 1 = "ce_stripes_05.dds" + 1 = "ce_stripes_06.dds" + 1 = "ce_stripes_07.dds" + 1 = "ce_stripes_08.dds" + 1 = "ce_stripes_09.dds" + 1 = "ce_stripes_10.dds" + 1 = "ce_stripes_10_alternating.dds" + 1 = "ce_stripes_11.dds" + 1 = "ce_stripes_12.dds" + 1 = "ce_stripes_13.dds" + 1 = "ce_checker_04.dds" + 1 = "ce_checker_06.dds" + 1 = "ce_checker_08.dds" + 1 = "ce_hexacolor_horizontal.dds" + 10 = "ce_bicolor_left.dds" + 10 = "ce_bicolor_right.dds" + } + + saltires = { + 5 = "ce_saltire.dds" + 5 = "ce_saltire_fimbriated.dds" + #1 = "ce_cross_burgundy.dds" + } + + cross_central = { + #1 = "ce_cross_sardinia.dds" + 5 = "ce_cross_england.dds" + 1 = "ce_cross_england_fimbriated.dds" + } + + cross_central_background = { + 10 = "ce_solid.dds" + 20 = "ce_per_cross.dds" + 5 = "ce_bicolor_left.dds" + 5 = "ce_bicolor_right.dds" + 10 = "ce_bicolor_top.dds" + 10 = "ce_bicolor_bottom.dds" + 30 = "ce_canton.dds" + } + + bicolors = { + 10 = "ce_bicolor_top.dds" + 10 = "ce_bicolor_bottom.dds" + } + + canton_or_bicolor = { + 10 = "ce_solid.dds" + 10 = "ce_canton.dds" + 10 = "ce_bicolor_top.dds" + } + + stripes = { + 1 = "ce_stripes_03_middle.dds" + 50 = "ce_stripes_04.dds" + 40 = "ce_stripes_05.dds" + 25 = "ce_stripes_06.dds" + 25 = "ce_stripes_07.dds" + 20 = "ce_stripes_08.dds" + 20 = "ce_stripes_09.dds" + 10 = "ce_stripes_10.dds" + 1 = "ce_stripes_10_alternating.dds" + 5 = "ce_stripes_11.dds" + 5 = "ce_stripes_12.dds" + 5 = "ce_stripes_13.dds" + } + + stripes_even = { + 50 = "ce_bicolor_bottom.dds" + 50 = "ce_stripes_04.dds" + 30 = "ce_stripes_06.dds" + 10 = "ce_stripes_08.dds" + 10 = "ce_stripes_10.dds" + 1 = "ce_stripes_10_alternating.dds" + 5 = "ce_stripes_12.dds" + } + + tricolors = { + 30 = "ce_tricolor_vertical.dds" + 10 = "ce_tricolor_horizontal.dds" + 5 = "ce_tricolor_bend.dds" + 1 = "ce_tricolor_horizontal_fifth.dds" + } + + crosses = { + 10 = "ce_cross_england_fimbriated.dds" + 100 = "ce_cross_england.dds" + # cotised + # voided + } + + coa_centered_ordinaries = { + + #10 = "ce_solid.dds" + 10 = "ce_tricolor_vertical.dds" + 10 = "ce_tricolor_horizontal.dds" + 10 = "ce_bicolor_top.dds" + 10 = "ce_bicolor_bottom.dds" + 5 = "ce_per_cross.dds" + 1 = "ce_bend_sinister_fimbriated.dds" + 2 = "ce_bend_sinister.dds" + 2 = "ce_bend_dexter.dds" + 1 = "ce_bend_dexter_fimbriated.dds" + 1 = "ce_saltire.dds" + 1 = "ce_cross_burgundy.dds" + } + + full_size_charges = { + # Uses charge that fit the canvas horizontally (1300x680) + + 1 = "ce_solid.dds" + # dragon bhutan + # elephants + # dragon china (pb need to be enlarged) + # bird paradise + # eagle for germany + } + + circle_frames = { + 10 = "ce_frame_circle.dds" + + # native americans : circle of triangles, circle of stars (7), double circle outlined + } + + circle_outline_frames = { + 10 = "ce_frame_circle_outline.dds" + } + + tricolors_fimbriated = { + 10 = "ce_tricolor_fimbriated_large.dds" + 10 = "ce_tricolor_fimbriated_thin.dds" + } + + communist_centered_stripes = { + 10 = "ce_stripe_center.dds" + 10 = "ce_fess_fimbriated.dds" + 10 = "ce_stripes_02_center.dds" + 10 = "ce_stripes_03_center.dds" + } + communist_bottom_stripes = { + 10 = "ce_stripes_02_bottom_karelia.dds" + 10 = "ce_stripes_02_bottom_lithuania.dds" + 10 = "ce_stripes_02_bottom_tajik.dds" + 10 = "ce_stripe_bottom.dds" + 10 = "ce_stripe_bottom_raised.dds" + } + communist_random_stripe = { + 30 = "ce_blank.dds" + 10 = "ce_solid.dds" + } + communist_bicolors = { + 10 = "ce_bicolor_right.dds" + 10 = "ce_bicolor_bottom.dds" + } + + communist_opposite_charges = { + # specific generic list for communist center charges + # Selection of charges to avoid any odd/misaligned result + + 10 = "ce_hammer_and_sickle.dds" + ## more possible additions (to check, not exhaustive and depends of needed level of diversity) + + # 100 = "ce_sun_philippines.dds" + # 100 = "ce_horse.dds" + # 100 = "ce_soyombo_modern.dds" + # 100 = "ce_tamga_idel_ural.dds" + # 100 = "ce_dharmachakra_india.dds" + # 100 = "ce_zulfikar.dds" + # 100 = "ce_shahada_and_sword.dds" + # 100 = "ce_beaver.dds" + # 100 = "ce_bird_paradise.dds" + # 100 = "ce_swan.dds" + # 100 = "ce_dragon_bhutan.dds" + # 100 = "ce_aurochs_head.dds" + + } + communist_charges = { + 250 = "ce_hammer_and_sickle.dds" + 100 = "ce_hammer_and_sickle_round.dds" + 100 = "ce_star_05.dds" + 100 = "ce_star_05_hollow.dds" + 50 = "ce_star_05_ring.dds" + 25 = "ce_hammer_sickle_star_ussr.dds" + 25 = "ce_hammer_sickle_star_cogwheel.dds" + 25 = "ce_hammer_sickle_star_wreath.dds" + 25 = "ce_star_frame_hammer_sickle.dds" + 25 = "ce_hammer_sickle_wreath.dds" + 25 = "ce_hammer_wheat.dds" + } + communist_stars = { + 100 = "ce_star_05.dds" + 100 = "ce_star_05_hollow.dds" + 50 = "ce_star_05_pinwheeled.dds" + } + fascist_random_stripe = { + 80 = "ce_blank.dds" + 20 = "ce_solid.dds" + } + fascist_charges = { + # Listed separately for now + + 50 = "ce_cross_pointed.dds" + 50 = "ce_cross_celtic.dds" + 50 = "ce_cross_fleury.dds" + 50 = "ce_cross_pommee.dds" + 50 = "ce_cross_couped_voided.dds" + 50 = "ce_cross_fourchee.dds" + 50 = "ce_cross_patty.dds" + 50 = "ce_cross_hlinka.dds" + 50 = "ce_cross_crosslet.dds" + 50 = "ce_cross_couped.dds" + 50 = "ce_flame_canada_nup.dds" + 50 = "ce_endless_knot.dds" + 50 = "ce_omega.dds" + 50 = "ce_rune_tiwaz.dds" + 50 = "ce_cross_auseklis.dds" + 50 = "ce_cross_tursas.dds" + 50 = "ce_rune_hagal.dds" + 50 = "ce_lightning_bolt.dds" + 50 = "ce_delta.dds" + 50 = "ce_cross_st_michael.dds" + 50 = "ce_rune_algiz.dds" + 50 = "ce_triskel.dds" + 50 = "ce_arrow_cross.dds" + 50 = "ce_kolovrat.dds" + 50 = "ce_cross_finnic.dds" + 50 = "ce_cross_mara.dds" + 50 = "ce_wolfsangel.dds" + 50 = "ce_cross_wheel.dds" + 50 = "ce_sigma.dds" + 50 = "ce_walknut.dds" + 50 = "ce_balkenkreuz.dds" + } + fascist_charges_square = { + # Selected to fit within square. Pb Needs more diversity + + 50 = "ce_cross_pointed.dds" + 50 = "ce_cross_celtic.dds" + 50 = "ce_cross_fleury.dds" + 50 = "ce_cross_pommee.dds" + 50 = "ce_cross_couped_voided.dds" + 50 = "ce_cross_fourchee.dds" + 50 = "ce_cross_patty.dds" + 50 = "ce_cross_hlinka.dds" + 50 = "ce_cross_crosslet.dds" + 50 = "ce_cross_couped.dds" + 50 = "ce_rune_tiwaz.dds" + 50 = "ce_cross_auseklis.dds" + 50 = "ce_lightning_bolt.dds" + 50 = "ce_triskel.dds" + 50 = "ce_arrow_cross.dds" + 50 = "ce_odal_square.dds" + 50 = "ce_three_arrows_square.dds" + 50 = "ce_cross_finnic.dds" + 50 = "ce_wolfsangel.dds" + 50 = "ce_sigma.dds" + 50 = "ce_falanga.dds" + } +} \ No newline at end of file diff --git a/common/coat_of_arms/template_lists/pattern_lists.txt b/common/coat_of_arms/template_lists/pattern_lists.txt new file mode 100644 index 00000000..fd4362a8 --- /dev/null +++ b/common/coat_of_arms/template_lists/pattern_lists.txt @@ -0,0 +1,46 @@ +pattern_texture_lists = { + pattern_borders = { + 10 = "pattern_border_of_2.dds" + 10 = "pattern_border_of_4.dds" + 10 = "pattern_border_of_2_double.dds" + 10 = "pattern_border_double.dds" + } + pattern_borders_of_3 = { + 10 = "pattern_border_of_3.dds" + 10 = "pattern_border_of_3_double.dds" + } + pattern_borders_random = { + # blank occurs half the time + 50 = "pattern_solid.tga" + + # regular borders + 10 = "pattern_border_of_2.dds" + 10 = "pattern_border_of_3.dds" + 10 = "pattern_border_of_4.dds" + + # others + 10 = "pattern_border_of_2_double.dds" + 10 = "pattern_border_of_3_double.dds" + 10 = "pattern_border_double.dds" + 5 = "pattern_border_of_2_vertical.dds" + } + pattern_anarchy = { + 10 = "pattern_per_bend_senester.dds" + 10 = "pattern_per_bend.dds" + 2 = "pattern_vertical_split_01.tga" + 2 = "pattern_horizontal_split_01.tga" + 2 = "pattern_checkers_01.tga" + } + pattern_borders_communist = { + # random plain or border + 10 = "pattern_solid.tga" + + 10 = "pattern_border_of_2.dds" + 10 = "pattern_border_of_4.dds" + 5 = "pattern_border_of_2_vertical.dds" + } + pattern_borders_fascist = { + 10 = "pattern_border_of_2.dds" + 10 = "pattern_border_of_4.dds" + } +} \ No newline at end of file diff --git a/common/coat_of_arms/template_lists/textured_emblem_lists.txt b/common/coat_of_arms/template_lists/textured_emblem_lists.txt new file mode 100644 index 00000000..df7f9709 --- /dev/null +++ b/common/coat_of_arms/template_lists/textured_emblem_lists.txt @@ -0,0 +1,29 @@ +textured_emblem_texture_lists = { + coa_charge = { + # TEST CONCEPT : template with geometrical flags & coa in center or canton, very limited scopes (since CoA must be relevant to the state) + # This would only work using a CoA with a defined enough border (black or not, like coa_portugal in bold gold) + # Fall backs with weighting that would include crowns and laurels for monarchy, keys of st peter for theocracies etc + + # Strategic regions in scope ? Capitals for smaller states ? + + # Generic fall back entries + + # 10 blank + 1 = "te_crown.dds" + # 1 variants + # 1 crown + laurels + + special_selection = { + trigger = { + coa_def_monarchy_flag_trigger = yes + } + 100 = "te_crown.dds" + } + special_selection = { + trigger = { + coa_def_theocracy_flag_trigger = yes + } + 100 = "te_keys_st_peter.dds" + } + } +} diff --git a/common/commander_ranks/00_commander_ranks.txt b/common/commander_ranks/00_commander_ranks.txt new file mode 100644 index 00000000..2eab9dd6 --- /dev/null +++ b/common/commander_ranks/00_commander_ranks.txt @@ -0,0 +1,237 @@ +# If you're adding more ranks that commanders can be promoted to, make sure to change HIGHEST_PROMOTION_RANK in defines + +commander_rank_1 = { + rank_value = 1 + texture = "gfx/interface/icons/commander_rank_icons/commander_rank_1.dds" + + character_modifier = { + } + + general_modifier = { + } + + admiral_modifier = { + } + + country_modifier = { + country_bureaucracy_add = -10 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.02 + } + + title = { + first_valid = { + triggered_desc = { + desc = commander_rank_1_general + trigger = { + has_role = general + } + } + triggered_desc = { + desc = commander_rank_1_admiral + trigger = { + has_role = admiral + } + } + desc = commander_rank_1_fallback + } + } +} + +commander_rank_2 = { + rank_value = 2 + texture = "gfx/interface/icons/commander_rank_icons/commander_rank_2.dds" + + character_modifier = { + } + + general_modifier = { + } + + admiral_modifier = { + } + + country_modifier = { + country_bureaucracy_add = -15 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.05 + } + + title = { + first_valid = { + triggered_desc = { + desc = commander_rank_2_general + trigger = { + has_role = general + } + } + triggered_desc = { + desc = commander_rank_2_admiral + trigger = { + has_role = admiral + } + } + desc = commander_rank_2_fallback + } + } +} + +commander_rank_3 = { + rank_value = 3 + texture = "gfx/interface/icons/commander_rank_icons/commander_rank_3.dds" + + character_modifier = { + } + + general_modifier = { + } + + admiral_modifier = { + } + + country_modifier = { + country_bureaucracy_add = -20 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.1 + } + + title = { + first_valid = { + triggered_desc = { + desc = commander_rank_3_general + trigger = { + has_role = general + } + } + triggered_desc = { + desc = commander_rank_3_admiral + trigger = { + has_role = admiral + } + } + desc = commander_rank_3_fallback + } + } +} + +commander_rank_4 = { + rank_value = 4 + texture = "gfx/interface/icons/commander_rank_icons/commander_rank_4.dds" + + character_modifier = { + } + + general_modifier = { + } + + admiral_modifier = { + } + + country_modifier = { + country_bureaucracy_add = -25 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.15 + } + + title = { + first_valid = { + triggered_desc = { + desc = commander_rank_4_general + trigger = { + has_role = general + } + } + triggered_desc = { + desc = commander_rank_4_admiral + trigger = { + has_role = admiral + } + } + desc = commander_rank_4_fallback + } + } +} + +commander_rank_5 = { + rank_value = 5 + texture = "gfx/interface/icons/commander_rank_icons/commander_rank_5.dds" + + character_modifier = { + } + + general_modifier = { + } + + admiral_modifier = { + } + + country_modifier = { + country_bureaucracy_add = -30 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.2 + } + + title = { + first_valid = { + triggered_desc = { + desc = commander_rank_5_general + trigger = { + has_role = general + } + } + triggered_desc = { + desc = commander_rank_5_admiral + trigger = { + has_role = admiral + } + } + desc = commander_rank_5_fallback + } + } +} + +commander_rank_ruler = { + rank_value = 6 + texture = "gfx/interface/icons/character_role_icons/ruler.dds" + + character_modifier = { + } + + general_modifier = { + } + + admiral_modifier = { + } + + country_modifier = { + country_bureaucracy_add = -10 + } + + interest_group_modifier = { + interest_group_pol_str_mult = 0.25 + } + + title = { + first_valid = { + triggered_desc = { + desc = commander_rank_ruler + trigger = { + is_ruler = yes + has_role = general + } + } + desc = commander_rank_ruler_fallback + } + } +} + diff --git a/common/country_creation/00_releasable_countries.txt b/common/country_creation/00_releasable_countries.txt index 5f282702..008fd526 100644 --- a/common/country_creation/00_releasable_countries.txt +++ b/common/country_creation/00_releasable_countries.txt @@ -1 +1,18 @@ - \ No newline at end of file +# melia, + + +AUR = { + capital = STATE_SANTIAGO + color = rgb { 51 140 255 } + country_type = recognized + tier = kingdom + cultures = { aurellian } +} + +MRA = { + capital = STATE_MUMEITA + color = rgb { 69 0 104 } + country_type = recognized + tier = principality + cultures = { meracydian gensokyojin thruitt } +} \ No newline at end of file diff --git a/common/country_definitions/00_countries.txt b/common/country_definitions/00_countries.txt index be35d269..19ac6060 100644 --- a/common/country_definitions/00_countries.txt +++ b/common/country_definitions/00_countries.txt @@ -1,14 +1,198 @@ ###### EXAMPLE ###### - EXA = { - color = { 39 84 135 } #The colour of this country on the map. - - country_type = recognized #See common\country_types + color = { 255 255 255 } #The colour of this country on the map. + capital = STATE_DEBUG #Which state holds this nation's default capital + country_type = decentralized #See common\country_types tier = kingdom #See common\country_ranks cultures = { examplish } #What are their primary culture/s - you can set multiple. - capital = STATE_EXAMPLE #Which state holds this nation's default capital } -##################### \ No newline at end of file +LUS = { + color = "lusitan_red" + country_type = recognized + tier = kingdom + cultures = { lusitan } + capital = STATE_PORTUCALE +} + +TRU = { + color = "full_white" + country_type = recognized + tier = kingdom + cultures = { truidencian thruitt } + capital = STATE_NIDAROS +} + +GEN = { + color = "gensokyojin_red" + country_type = recognized + tier = kingdom + cultures = { gensokyojin } + capital = STATE_TENSEIMIYA +} + +LAM = { + color = "lambatan_yellow" + country_type = recognized + tier = kingdom + cultures = { lambatan } + capital = STATE_EAST_LAMBAT_CITY +} + +DAN = { + color = "danzilonan_cyan" + country_type = recognized + tier = kingdom + cultures = { danzilonan } + capital = STATE_PROVINCE_OF_NEW_DANZILONA +} + +WOL = { + color = "wolken_green" + country_type = recognized + tier = principality + cultures = { examplish } + capital = STATE_WOLKEN +} + +MER = { + color = "mery_black" + country_type = recognized + tier = principality + cultures = { mery_culture } + capital = STATE_CENTRAL_MERY +} + +KOV = { + color = "lusitan_shield_blue" + country_type = recognized + tier = hegemony + cultures = { thruitt truidencian gensokyojin } + capital = STATE_NIDAROS +} + +YOA = { + color = "yoahtlan_yellow" + country_type = recognized + tier = empire + cultures = { yoahtlan resimerian } + capital = STATE_YOAHTL_HOMELANDS +} + +ROZ = { + capital = STATE_ROZIA + color = "rozian_pink" + country_type = unrecognized + tier = principality + cultures = { examplish } +} + +KAL = { + capital = STATE_KALLOS + color = "purple" + country_type = recognized + tier = kingdom + cultures = { kallosian } +} + +MTA = { + capital = STATE_MOUNT_AUGUSTA + color = rgb { 0 54 167 } + country_type = recognized + tier = kingdom + cultures = { augustan } +} + +CLW = { + capital = STATE_CALW + color = "orange" + country_type = recognized + tier = principality + cultures = { augustan } +} +DOM = { + capital = STATE_DOOM_CITY + color = rgb { 72 57 90 } + country_type = recognized + tier = principality + cultures = { augustan } +} +PAV = { + capital = STATE_PAVIA_PROPER + color = "pavian_blue" + country_type = recognized + tier = kingdom + cultures = { pavian } +} +GRI = { + capital = STATE_ADRINA + color = rgb { 0 102 204 } + country_type = recognized + tier = kingdom + cultures = { griffinian } +} +TRA = { + capital = STATE_SOUTH_MELIA + color = rgb { 79 75 98 } + country_type = recognized + tier = kingdom + cultures = { transylvanian } +} + +NAR = { + capital = STATE_NORTH_NARA + color = rgb { 222 246 255 } + country_type = recognized + tier = kingdom + cultures = { naran } +} + +CDM = { + capital = STATE_CONCORD + color = rgb { 51 140 255 } + country_type = recognized + tier = kingdom + cultures = { cortesian aurellian } +} + +AUR = { + capital = STATE_SANTIAGO + color = rgb { 135 135 13 } + country_type = recognized + tier = kingdom + cultures = { aurellian } +} + +EST = { + capital = STATE_ESTALIA_1 + color = "purple" + country_type = recognized + tier = empire + cultures = { examplish } +} + +MED = { + capital = STATE_WOLKEN_ISLANDS + color = "lusitan_shield_blue" + country_type = recognized + tier = hegemony + cultures = { lusitan thruitt truidencian gensokyojin danzilonan irian } +} + +IRI = { + capital = STATE_IRIA_3 + color = irian_green + country_type = recognized + tier = kingdom + cultures = { irian } +} + +MRA = { + capital = STATE_MUMEITA + color = rgb { 69 0 104 } + country_type = recognized + tier = kingdom + cultures = { meracydian gensokyojin thruitt } +} diff --git a/common/country_formation/00_formable_countries.txt b/common/country_formation/00_formable_countries.txt index 5f282702..62be64a5 100644 --- a/common/country_formation/00_formable_countries.txt +++ b/common/country_formation/00_formable_countries.txt @@ -1 +1,62 @@ - \ No newline at end of file +KOV = { + states = { + STATE_NIDAROS + STATE_HYLDOR + STATE_SNOWPEAK + STATE_FLATAGRAS + STATE_SORLAND + STATE_SIX_COLONIES + STATE_OUTLAND + STATE_OUTER_NIDAROS + STATE_TENSEIMIYA + STATE_MORINOYARI + STATE_DAISHIREIBOU + STATE_MUMEITA + STATE_NUMBERS_LAWN + STATE_AMATERASU_SHORES + + } + required_states_fraction = 0.75 + ai_will_do = { always = no } + possible = { + OR = { + country_has_primary_culture = cu:gensokyojin + country_has_primary_culture = cu:truidencian + country_has_primary_culture = cu:thruittan + } + } +} +MED = { + states = { + STATE_NIDAROS + STATE_HYLDOR + STATE_SIX_COLONIES + STATE_OUTER_NIDAROS + STATE_NUMBERS_LAWN + STATE_AMATERASU_SHORES + STATE_PORTUCALE + STATE_CASCAIS + STATE_CIV_PROVENCE + STATE_AZORES + STATE_PROVINCE_OF_NEW_DANZILONA + STATE_EASTERN_SHINING_ISLES + STATE_SOUTH_MELIA + STATE_WOLKEN + STATE_WOLKEN_ISLANDS + STATE_SOUTHERN_PROVINCE + STATE_OLIMPIA + + } + required_states_fraction = 0.75 + ai_will_do = { always = no } + possible = { + OR = { + country_has_primary_culture = cu:lusitan + country_has_primary_culture = cu:danzilonan + country_has_primary_culture = cu:gensokyojin + country_has_primary_culture = cu:truidencian + country_has_primary_culture = cu:thruittan + } + } +} + \ No newline at end of file diff --git a/common/country_ranks/00_country_ranks.txt b/common/country_ranks/00_country_ranks.txt new file mode 100644 index 00000000..acaea84c --- /dev/null +++ b/common/country_ranks/00_country_ranks.txt @@ -0,0 +1,203 @@ +# rank_value = higher value rank effects take priority over lower ones in being assigned, also determines icon index +# enforce_subject_rank_check = if yes, this rank is invalid for subjects with a subject type where overlord needs to have higher rank if overlord has that rank or higher +# prestige_average_threshold = multiple of average country prestige +# prestige_relative_threshold = relative to highest prestige country +# min_generals = minimum amount of generals in the country; if below, game will auto-generate +# min_commander_rank_random / max_commander_rank_random = min/max ranks when auto-generating commander rank +# possible = {} must evaluate to true for rank to be able to be assigned +# can_colonize = whether a country of this rank can colonize +# diplo_pact_cost = Diplomatic pacts with country of this rank have their cost multiplied by 1 + this amount + +################ +## RECOGNIZED ## +################ + +great_power = { + rank_value = 7 + icon_index = 4 + + enforce_subject_rank_check = yes + + diplo_pact_cost = 2.0 + + prestige_average_threshold = 5.0 + prestige_relative_threshold = 0.75 + + infamy_aggressor_scaling = 0.20 + infamy_target_scaling = 0.20 + + valid_country_types = { + recognized + colonial + } + + modifier = { + country_influence_add = 1000 + country_diplomatic_play_maneuvers_add = 100 + country_max_declared_interests_add = 5 + country_loan_interest_rate_mult = -0.5 + } +} + +major_power = { + rank_value = 6 + icon_index = 3 + + enforce_subject_rank_check = yes + + diplo_pact_cost = 1.5 + + prestige_average_threshold = 2.5 + prestige_relative_threshold = 0.5 + + infamy_aggressor_scaling = 0.10 + infamy_target_scaling = 0.10 + + valid_country_types = { + recognized + colonial + } + + modifier = { + country_influence_add = 750 + country_diplomatic_play_maneuvers_add = 75 + country_max_declared_interests_add = 3 + country_loan_interest_rate_mult = -0.25 + } +} + +minor_power = { + rank_value = 4 + icon_index = 2 + + enforce_subject_rank_check = yes + + prestige_average_threshold = 0.6 + prestige_relative_threshold = 0.15 + + valid_country_types = { + recognized + colonial + } + + modifier = { + country_influence_add = 600 + country_diplomatic_play_maneuvers_add = 60 + country_max_declared_interests_add = 1 + } +} + +insignificant_power = { + rank_value = 2 + icon_index = 1 + + infamy_aggressor_scaling = -0.10 + infamy_target_scaling = -0.10 + + valid_country_types = { + recognized + colonial + } + + modifier = { + country_influence_add = 500 + country_diplomatic_play_maneuvers_add = 50 + country_loan_interest_rate_mult = 0.25 + } +} + +################## +## UNRECOGNIZED ## +################## + +unrecognized_major_power = { + rank_value = 5 + icon_index = 3 + + enforce_subject_rank_check = yes + + prestige_average_threshold = 2.5 + prestige_relative_threshold = 0.5 + + infamy_aggressor_scaling = 0.50 + infamy_target_scaling = -0.30 + + valid_country_types = { + unrecognized + } + + modifier = { + country_influence_add = 750 + country_diplomatic_play_maneuvers_add = 75 + country_max_declared_interests_add = 2 + country_tech_spread_mult = -0.15 + country_loan_interest_rate_mult = 0.5 + } +} + +unrecognized_regional_power = { + rank_value = 3 + icon_index = 2 + + enforce_subject_rank_check = yes + + diplo_pact_cost = 0.75 + + prestige_average_threshold = 0.6 + prestige_relative_threshold = 0.15 + + infamy_aggressor_scaling = 0.40 + infamy_target_scaling = -0.40 + + valid_country_types = { + unrecognized + } + + modifier = { + country_influence_add = 600 + country_diplomatic_play_maneuvers_add = 60 + country_max_declared_interests_add = 1 + country_tech_spread_mult = -0.20 + country_loan_interest_rate_mult = 0.75 + } +} + + +unrecognized_power = { + rank_value = 1 + icon_index = 1 + + diplo_pact_cost = 0.5 + + infamy_aggressor_scaling = 0.30 + infamy_target_scaling = -0.50 + + valid_country_types = { + unrecognized + } + + modifier = { + country_influence_add = 500 + country_diplomatic_play_maneuvers_add = 50 + country_tech_spread_mult = -0.25 + country_loan_interest_rate_mult = 1.0 + } +} + +################### +## DECENTRALIZED ## +################### + +decentralized_power = { + rank_value = 0 + icon_index = 1 + + valid_country_types = { + decentralized + } + + modifier = { + country_diplomatic_play_maneuvers_add = 30 + building_throughput_mult = -0.10 + } +} diff --git a/common/cultures/augustan.txt b/common/cultures/augustan.txt new file mode 100644 index 00000000..50187c2d --- /dev/null +++ b/common/cultures/augustan.txt @@ -0,0 +1,21 @@ +augustan = { + color = rgb { 0 54 167 } + religion = non_religious + traits = { augustan_heritage augustan_culture_group english } + male_common_first_names = { + comrade + } + female_common_first_names = { + comrade + } + noble_last_names = { + nick + } + common_last_names = { + nick + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/cortesian.txt b/common/cultures/cortesian.txt new file mode 100644 index 00000000..f8822deb --- /dev/null +++ b/common/cultures/cortesian.txt @@ -0,0 +1,55 @@ +cortesian = { + color = { 51 140 255 } + religion = non_religious + traits = { cdm_heritage alenarith_culture_group english } + male_common_first_names={ + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names={ + + } + male_regal_first_names = { + + } + female_regal_first_names = { + + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} + +aurellian = { + color = { 128 160 215 } + religion = non_religious + traits = { ?_heritage medi_sea_culture_group english } + male_common_first_names={ + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names={ + + } + male_regal_first_names = { + + } + female_regal_first_names = { + + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/00_cultures.txt b/common/cultures/cultures.txt similarity index 95% rename from common/cultures/00_cultures.txt rename to common/cultures/cultures.txt index c483f109..3201646e 100644 --- a/common/cultures/00_cultures.txt +++ b/common/cultures/cultures.txt @@ -1,9 +1,7 @@ -####### EXAMPLE ####### - -examplish={ #Culture name will be used until localisation is provided. +examplish={ #Culture name will be used until localisation is provided. color= rgb{ 83 175 237 } #Colour of the culture under the culture lens. - religion = examplian #Default religion for pops of this culture. - traits = { example_heritage examplian } #Discrimination traits defined in common\discrimination_traits + religion = non_religious #Default religion for pops of this culture. + traits = { example_heritage non_religious } #Discrimination traits defined in common\discrimination_traits male_common_first_names = { Albert Alexander Aeneas Andrew Aaron Alton Atlee Asa Ambrose Abner Alvin August Abraham Abel Abijah Alonzo Ansel Amos Absalom Benjamin Bartholomew Byron Benedict Barnabas Bildad @@ -121,8 +119,6 @@ examplish={ #Culture name will be used until localisation is provided. graphics = european ethnicities = { - 1 = caucasian + 1 = minecrafter } } - -##################### \ No newline at end of file diff --git a/common/cultures/danzilonan.txt b/common/cultures/danzilonan.txt new file mode 100644 index 00000000..8c2ffa1c --- /dev/null +++ b/common/cultures/danzilonan.txt @@ -0,0 +1,27 @@ +danzilonan = { + color = { 129 238 183 } + religion = non_religious + traits = { danzilonan_heritage medi_sea_culture_group english } + male_common_first_names={ + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names={ + + } + male_regal_first_names = { + + } + female_regal_first_names = { + + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/gensokyojin.txt b/common/cultures/gensokyojin.txt new file mode 100644 index 00000000..c32c90cb --- /dev/null +++ b/common/cultures/gensokyojin.txt @@ -0,0 +1,73 @@ +gensokyojin = { + color = rgb { 224 33 182 } + religion = taoism + traits = { augustan_heritage medi_sea_culture_group english japanese } + male_common_first_names={ + Sukeie Sadakata + Toshiatsu Takemichi Tanemasa Terumochi + Kanemitsu + Hirosuke Hiroyori + Yasukage + Arinari Atsumitsu Arimichi + Nagatake Narinobu Naoari + Fusahisa + Uchitake + Morishige Mitsuaki + + } + female_common_first_names = { + Fumeshi Futsuko + Satsu Saruko Shuu Shio Shina + Mare Magimi Maneko + Tsuna + Ishi Ise Ineko + Uba + Yuki + Oma Omako + Kusuno Kisa + + } + noble_last_names = { + Gensokyo + Yakumo + Hakurei Hijiri + Kochiya Kirisame + Mikoto + + } + common_last_names={ + Tadashi Tokugawa Tanaka Takamatsu Tozawa + Yamamoto Yanagizawa Yamanoi + Ito Ina Ishiyama Itou Izumi Ichijo Ishii + Nakamura Nomura Nasu Nakayama + Arai Aso Azai + Enya Enomoto + Fukui + Wakizaka + Shiba Suganuma Seki + Hashimoto Hozumi Kitanokouji + Karahashi Kujou Kamiizumi Kagae Kanou + Mizumo + Ogasawara + + } + male_regal_first_names = { + Ari + Nukoro + Fuorosu Fakksu Faruyu + Kurinson + Mima + Infura + Rari_Kuro + } + female_regal_first_names = { + Topazu + Ranaka + Yuyu + } + graphics = asian + ethnicities = { + 97 = minecrafter + 3 = thruitt + } +} \ No newline at end of file diff --git a/common/cultures/griffinian.txt b/common/cultures/griffinian.txt new file mode 100644 index 00000000..336bcf81 --- /dev/null +++ b/common/cultures/griffinian.txt @@ -0,0 +1,28 @@ +griffinian = { + color = rgb { 39 131 186 } + religion = melonism + traits = { ?_heritage lyrean_sea_culture_group english } + male_common_first_names={ + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names={ + + } + male_regal_first_names = { + Jack + Seekinq + } + female_regal_first_names = { + Trin Trinity + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/irian.txt b/common/cultures/irian.txt new file mode 100644 index 00000000..91267cc3 --- /dev/null +++ b/common/cultures/irian.txt @@ -0,0 +1,21 @@ +irian = { + color = rgb { 74 111 40 } + religion = non_religious + traits = { corum_heritage medi_sea_culture_group english } + male_common_first_names = { + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names = { + + } + graphics = asian + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/kallosian.txt b/common/cultures/kallosian.txt new file mode 100644 index 00000000..675ead5c --- /dev/null +++ b/common/cultures/kallosian.txt @@ -0,0 +1,21 @@ +kallosian = { + color = { 85 43 115 } + religion = non_religious + traits = { pvper_heritage kallosian_culture_group english } + male_common_first_names = { + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names = { + + } + graphics = asian + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/lambatan.txt b/common/cultures/lambatan.txt new file mode 100644 index 00000000..380a1fa8 --- /dev/null +++ b/common/cultures/lambatan.txt @@ -0,0 +1,128 @@ +lambatan = { + color = { 248 239 0 } + religion = non_religious + traits = { + medi_sea_heritage + medi_sea_culture_group + english + filipino + } + male_common_first_names = { + Andre + Andres + Antonio + Apolinario + Artemio + Angelo + Christian + Daniel + Emilio + Enrico + Francisco + Gabriel + James + Jacinto + Jacob + Jester + Jose + Joshua + John_Mark + John_Paul + Juan + Lambert + Leon + Manuel + Marcelo + Mariano + Michael + Nathaniel + Nikolai + Nicolas + Santiago + Simeon + Teodoro + Mikmik + Monito + Rodrigo + } + female_common_first_names = { + Anna + Andrea + Althea + Angel + Angela + Samantha + Darna + Joan + Monita + Carmen + Catalina + Jennie + Leona + Nathalie + Pacita + Princess + Sophia + Teodora + Trinidad + Glhynnyl_Hylhyr_Yzzyghyl + Diyknyll_Rysym + } + noble_last_names = { + Aguinaldo + Bonifacio + Burgos + Mangubat + Adriosola_Reyes + Perez + Locsin + } + common_last_names = { + Aguinaldo + Bautista + Castillo + Flores + de_Guzman + Garcia + Latosa + Lim + Lopez + Marcos + Martinez + Mendoza + Perez + Ramos + Rivera + sta_Maria + Tamayo + Torres + Bonifacio + Burgos + Mangubat + ng_Lambat + ng_Valle_Flor + Arellano + Basa + del_Pilar + dela_Cruz + del_Mundo + Diwa + Diaz + Dizon + Jacinto + Mabini + Miranda + Nakpil + Nocon + Pascual + Plata + Reyes + Rizal + Rodriguez + Santos + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} diff --git a/common/cultures/lusitan.txt b/common/cultures/lusitan.txt new file mode 100644 index 00000000..555ef251 --- /dev/null +++ b/common/cultures/lusitan.txt @@ -0,0 +1,77 @@ +lusitan = { + color = rgb { 207 0 0 } + religion = non_religious + traits = { medi_sea_heritage medi_sea_culture_group english portuguese filipino } + graphics = european + male_common_first_names={ + Joao + Santiago + Francisco + Afonso + Rodrigo + Martim + Tomas + Pedro + Duarte + Miguel + Gabriel + } + female_common_first_names = { + Maria + Leonor + Matilde + Beatriz + Carolina + Mariana + Ana + Sofia + Francisca + Ines + } + noble_last_names = { + da_Gama + Vaz + de_Caminha + Guimaraes + de_Lusitania + de_Borgonha + } + common_last_names={ + de_Portucale + de_Provence + Silva + Rodrigues + Fernandes + Goncalves + Santos + Pereira + Costa + Ferreira + Gomes + Martins + Sousa + Dias + Oliveira + Lopes + Freitas + Francisco + Nunes + Ribeiro + Almeida + Mendes + } + male_regal_first_names = { + Henrique + Joao + Pedro + Manuel + } + female_regal_first_names = { + Maria + Ana + Regina + } + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/meracydian.txt b/common/cultures/meracydian.txt new file mode 100644 index 00000000..b187d74e --- /dev/null +++ b/common/cultures/meracydian.txt @@ -0,0 +1,21 @@ +meracydian = { + color = rgb { 69 0 104 } + religion = non_religious + traits = { newfriend_heritage medi_sea_culture_group english } + male_common_first_names = { + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names = { + + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/mery.txt b/common/cultures/mery.txt new file mode 100644 index 00000000..a153f53e --- /dev/null +++ b/common/cultures/mery.txt @@ -0,0 +1,36 @@ +mery_culture = { + color = { 0 0 0 } + religion = rhayatshola + traits = { + lyrean_sea_culture_group + english + portuguese + conlang + } + male_common_first_names = { + + } + female_common_first_names = { + + } + noble_last_names = { + Tawiga + } + common_last_names = { + krhacharh + chatalatarh + tawirashal + tsholateht + dehnehtshihvashal + niyprang + thijorvrilateht + niratarh + vheulehtarh + tarhkozateht + } + graphics = european + ethnicities = { + 95 = minecrafter + 5 = thruittan + } +} diff --git a/common/cultures/naran.txt b/common/cultures/naran.txt new file mode 100644 index 00000000..ed24bac7 --- /dev/null +++ b/common/cultures/naran.txt @@ -0,0 +1,63 @@ +naran = { + color = rgb { 191 160 230 } + religion = eastern_faith + traits = { inferno_heritage alenarith_culture_group english japanese } + male_common_first_names={ + Sukeie Sadakata + Toshiatsu Takemichi Tanemasa Terumochi + Kanemitsu + Hirosuke Hiroyori + Yasukage + Arinari Atsumitsu Arimichi + Nagatake Narinobu Naoari + Fusahisa + Uchitake + Morishige Mitsuaki + + } + female_common_first_names = { + Fumeshi Futsuko + Satsu Saruko Shuu Shio Shina + Mare Magimi Maneko + Tsuna + Ishi Ise Ineko + Uba + Yuki + Oma Omako + Kusuno Kisa + + } + noble_last_names = { + Yakumo + Hakurei Hijiri + Kochiya Kirisame + Mikoto + + } + common_last_names={ + Tadashi Tokugawa Tanaka Takamatsu Tozawa + Yamamoto Yanagizawa Yamanoi + Ito Ina Ishiyama Itou Izumi Ichijo Ishii + Nakamura Nomura Nasu Nakayama + Arai Aso Azai + Enya Enomoto + Fukui + Wakizaka + Shiba Suganuma Seki + Hashimoto Hozumi Kitanokouji + Karahashi Kujou Kamiizumi Kagae Kanou + Mizumo + Ogasawara + + } + male_regal_first_names = { + + } + female_regal_first_names = { + + } + graphics = asian + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/pavian.txt b/common/cultures/pavian.txt new file mode 100644 index 00000000..f3d729a4 --- /dev/null +++ b/common/cultures/pavian.txt @@ -0,0 +1,134 @@ +pavian = { + color = rgb { 153 255 255 } + religion = non_religious + traits = { gabonese_heritage lyrean_sea_culture_group english french } + male_common_first_names={ + + #french + + Denisot Domin + Ymbelet + Edouart + Giles Gassot + Poncellet + Heliot + Aleaume + Bastien + + #italian + + Nello + Pasquino + Galeazzo + Simone + Vettorio + Marino + Ambrogio + Rinaldo + Carlo + + #english + + Osgood + Thurston + Aelnod Augustin + Wicing Wulfstan + Maximillian + Godfrey + Benedict Bertram + + } + female_common_first_names = { + # french + + Eddeva Eulalia + Alberda Alote Aalaida Amelina Auisia + Mahalt + Helisabeth + Bertha + + # italian + + Lavinia + Pisana + Marieta + Franceschina Foscharina + Simona + Arcanzola + Olympia + Veronica + + # english + + Odelina + Adeline + Tovilda + Ingaret + Clarissa Christiana + Loveday + Maria + Sigrith + Ursula + } + noble_last_names = { + # civ + + of_Bedford of_Windermere of_Braemar + of_Cintra of_Avalonna of_Lugano of_Vetranio + + of_House_Lucatore of_House_Visucius + of_House_Gijahr of_House_Von_Thusis of_House_Wanderer + # other + + } + common_last_names={ + + # civ + + of_Lucassio of_Solberg_Estate of_Stonehaven + of_San_Selano of_Bedford_Common of_Tirana + # french + + Ange Astier Azema + Balzae Brunelle Benett + Magnier Moineau Malet Manaudou Masson + Vandame + Charbonnier Charrier Carbonneau Courtial + Loup + Heroux + Grosjean + Thibodeaux + + # italian + + Calbo Corner Calza de_Calvenzano + Acordolo Albirio de_Albe Albarenno Albarate + Zani + Priuli + Badoer Barbo Barbato Bembo Bellini + Fiaschi di_Fiorelli + + # english + + Ashenhurst Hasard + Daubernoun Doreward + Coulthurst Cressy Culperer Cod + Leverer + Purvoche + Bothy Barfoot Bridgeman + Walden Wyatt + Marsham Mayne + Frilende + Kyrkeby + } + male_regal_first_names = { + Mark + } + female_regal_first_names = { + Maria + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/septembrian.txt b/common/cultures/septembrian.txt new file mode 100644 index 00000000..c0058ed7 --- /dev/null +++ b/common/cultures/septembrian.txt @@ -0,0 +1,21 @@ +septembrian = { + color = rgb { 229 57 53 } + religion = non_religious + traits = { augustan_heritage augustan_culture_group english } + male_common_first_names = { + comrade + } + female_common_first_names = { + comrade + } + noble_last_names = { + nick + } + common_last_names = { + nick + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/thruitt.txt b/common/cultures/thruitt.txt new file mode 100644 index 00000000..604ff0c7 --- /dev/null +++ b/common/cultures/thruitt.txt @@ -0,0 +1,40 @@ +thruitt = { + color = rgb { 153 58 134 } + religion = bezism + traits = { udf_heritage medi_sea_culture_group scandinavian } + male_common_first_names={ + Loke Lodur + Odin Od + Tor + Froy + Balder + Hod Hermod + Mode + } + female_common_first_names = { + Froya Frigga + Idunn + Sigyn Siv Syn + Nanna + Rind + + } + noble_last_names = { + av_Soria_Moria av_Trydensia + } + common_last_names={ + The_Fox + } + male_regal_first_names = { + Zeldrin + Zeldronix + } + female_regal_first_names = { + Froya + } + + graphics = european + ethnicities = { + 1 = thruittan + } +} \ No newline at end of file diff --git a/common/cultures/transylvanian.txt b/common/cultures/transylvanian.txt new file mode 100644 index 00000000..701bbd59 --- /dev/null +++ b/common/cultures/transylvanian.txt @@ -0,0 +1,21 @@ +transylvanian = { + color = { 191 169 59 } + religion = non_religious + traits = { newfriend_heritage medi_sea_culture_group english romanian german polish } + male_common_first_names = { + + } + female_common_first_names = { + + } + noble_last_names = { + + } + common_last_names = { + + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} \ No newline at end of file diff --git a/common/cultures/truidencian.txt b/common/cultures/truidencian.txt new file mode 100644 index 00000000..96982364 --- /dev/null +++ b/common/cultures/truidencian.txt @@ -0,0 +1,98 @@ +truidencian = { + color = rgb { 192 29 56 } + religion = bezism + traits = { udf_heritage medi_sea_culture_group english scandinavian } + male_common_first_names={ + August Anders Andre Aksel Arne Andreas Are Alf Adrian + Amund Abreham Aasmund Abel Adam Albert Alfred Alvin Andrej Anton + Bjorn Bjornar Balder Bertil Bjarne Benjanmin Bendik Benny Bernt Birger Bo Brage Brian Børre Bård + Olav Odin Oliver Oskar Olaf Ole Odd + Harald Haavard Haakon Hermod Henrik Hermann Hans Halvor + Magnus Markus Matias Mikkel Martin Morten Mats Marius + Nils Nathaniel Noa Niels + Ludvik Lars Lukas Liam + Tor Teodor Tobias Leif Terje Trond Torstein Tomas + Frei Felix Filip Fredrik + Valdemar Viktor Vegard + Emil Elias Einar Erling Erlend Espen Eirik Erik Elling Even Endre + Isak Iver Ingebrigt + Jakob Johannes Jens Johan Jan Joakim Jonas Jon + Ulrik + Gustav Gunnar Geir Simon + Sander Sebastian Sverre Svein Stian Steinar Svend Søren Sondre Sindre + Kristian Karl Knut Kjell Kristoffer Knud + Harald-Andre Lars-Emil + Peder Peter Petter Per Robin + Rolf Reinar Rune Rudolf Reidar Rasmus + Daniel Dagmar Dag Didrik + # civ + Orhint Hylian + + } + female_common_first_names = { + Adrianne Anna Augustina Agnete Astrid Aurora Agnes Anne Anita Anette Anne-Karin Albertine + Ragnild Randi Ragne + Gudrun Grete + Eluwin Ella Emma Ellinor Eva Elin Elisabett Emilie Ella + Froya Frida + Idunn Ingrid Ida Ingeborg Inga Inger + Siv Sofie Sara Solveig Signe Sigrid Silje Stine + Nanna Nora Nina Natalie + Maja Matilde Marie Marta Margrit Marianne Monika Malin + Hedda Hilde Heidi Hege Hellene + Vilde Vigdis + Julie Josefine + Tuva Torill Tone Trine + Ylva + Olga Olivia + Borghild Berit Bente + Liv Linda Linn Linnea + Kari Kristi Kari-Anne Kamilla Katrine Kristin Karoline Karin + # civ + Generica + + } + noble_last_names = { + of_Snowpeak of_Hyldor of_Nidaros of_Dol_Morhen of_Bezengard of_Nid of_Fox'_Landing + } + common_last_names={ + Nidgard + Revrud + Odegard Olsen + Andersen Aas + Nilsen Nielsen Nygard + Kristiansen Karlsen Knutsen Kristoffersen Kristensen + Pedersen Pettersen Paulsen + Hansen Helland + Johansen Johannessen Jakobsen Jenssen + Larsen Lie + Eriksen Eide Eliassen Evensen Eliassen Engen Ellingsen + Haugen Hanen + Dahl Danielsen + Lund Lien + Moen Myhre Mikkelsen Madsen Moe + Strand Solberg Solheim Sether Sandvik + Iversen Isaksen + Berg Bakken Berge Berntsen Birkeland Brekke + Halvorsen Holm Hauge Haugeland Haug + Rasmussen Ruud + Arnesen Antonsen Andersen + Vik + Gulbrandsen + + } + male_regal_first_names = { + Obtainius_Bez + Zeldronicus_Bez Zeldryn_Bez + Besius_Bez + } + female_regal_first_names = { + Margrete_Bez Maud_Bez + Ragnhild_Bez + } + graphics = european + ethnicities = { + 90 = minecrafter + 10 = thruittan + } +} diff --git a/common/cultures/yoahtlan.txt b/common/cultures/yoahtlan.txt new file mode 100644 index 00000000..2f4c730e --- /dev/null +++ b/common/cultures/yoahtlan.txt @@ -0,0 +1,135 @@ +yoahtlan = { + color = { 244 13 44 } + religion = non_religious + traits = { udf_heritage yoahtlan_culture_group english nahuatl spanish scandinavian } + male_common_first_names = { + # aztec + + Yaretzi Yolihuani Yoltzin Yoliyamanimina + Xipil Xilochitl + Nocheyaxi Necahual + Etalcatl Etaltaca + Ilhuinolli Itztli + Coacuintli Camaxtli Chalchiuhxochitl Cuetzpalli Cozamatonal + Patli + Acolmixtli + Olli Ollin + Sacpa + Huedira + Tepiltzin Tlazohcotzin Tlaloc Teiton + Mahuima Mizquixochitl + + # castillian Spanish probably + + Ezequiel Erick + Jorge Jairo Jonathan + Alejandro Aaron Alfredo + Paúl Pascual + Gael Gustavo + Bautista + Orlando + Fernando + Isaías Iker + Lucho + Martín + Emilio + + } + female_common_first_names = { + # aztec + + Papan + Etalpalli + Huitzilihuitl Huemac + Zaniyah Yoliyamanitzin Yaotencatl + Chicomecoatl Citlaltzotl Cozamalotl Coataca Citlalyaxi + Amoxcoyotl Atl + Mazatla Miyaoaxochitl + Acahuani + Ixtlimetl Icnoyotl Iccauhlxochitl + Xochiyotl Xiuhtonal + Teoxihuitl Teoxiliztli Tecolohuani Tonalnan Tlaltonal Teoxitli + Quauhyaxi Quetzaltia + + # castillian Spanish probably + + Octavia + Eduarda Estela Evangelina + Débora + Natalia Naomí Nazarena + Magdalena Marcela + Josefina + Abril Alicia + Viviana + Alba Ángeles + Gabriela + Zarina + Laura + Isabela + + } + common_last_names = { + # axztec couldnt find any + + # americas + + Ordóñez + Luque Lacasa + Villacrés Velázquez Venegas + Santángel + Pareja Pozo Pinto Piñón + Gallo Gaona Gayoso + Carvallo Cotilla + Abasto Arnal Agramonte Atenas Alarcón + Isaías Illescas Indiano + Tafalla Tasis Tassis + Elvira + Fontirroig + Zoido + Barrios + de_la_Cavallería + Xirau + Manzanedo Mina + } + noble_last_names = { + Quauhtli + } + male_regal_first_names = { + + } + female_regal_first_names = { + + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} + +resimerian = { + color = { 146 20 84 } + religion = non_religious + traits = { udf_heritage yoahtlan_culture_group english } + male_common_first_names = { + + } + female_common_first_names = { + + } + common_last_names = { + + } + noble_last_names = { + + } + male_regal_first_names = { + + } + female_regal_first_names = { + + } + graphics = european + ethnicities = { + 1 = minecrafter + } +} diff --git a/common/customizable_localization/00_characters.txt b/common/customizable_localization/00_characters.txt index 3a719655..74d1ede0 100644 --- a/common/customizable_localization/00_characters.txt +++ b/common/customizable_localization/00_characters.txt @@ -329,19 +329,6 @@ air_ace_noun_loc = { text = { localization_key = ace_wind } - - text = { - localization_key = ace_cowboy - - trigger = { - OR = { - AND = { - exists = c:OSE - owner = { c:OSE = THIS } - } - } - } - } } getSirMadam = { diff --git a/common/customizable_localization/04_units.txt b/common/customizable_localization/04_units.txt index fdf528a0..cb47d03f 100644 --- a/common/customizable_localization/04_units.txt +++ b/common/customizable_localization/04_units.txt @@ -10,22 +10,4 @@ } localization_key = flotilla_prefix_blank # Many countries used no prefix at all } -} - -troop_name = { - type = building - random_valid = no - - text = { - trigger = { - is_building_type = building_barracks - } - localization_key = troop_name_regular - } - text = { - trigger = { - is_building_type = building_conscription_center - } - localization_key = troop_name_conscript - } } \ No newline at end of file diff --git a/common/decisions/00_test.txt b/common/decisions/00_test.txt new file mode 100644 index 00000000..9a3da620 --- /dev/null +++ b/common/decisions/00_test.txt @@ -0,0 +1,19 @@ +test_decision = { + is_shown = { + root = c:CDM + } + + ai_chance = { + base = 100 + } + + possible = { + always = yes + } + + when_taken = { + trigger_event = { + id = treaty_of_santiago.1 + } + } +} \ No newline at end of file diff --git a/common/decrees/00_decree.txt b/common/decrees/00_decree.txt index 1b90965e..d79efab5 100644 --- a/common/decrees/00_decree.txt +++ b/common/decrees/00_decree.txt @@ -86,7 +86,7 @@ decree_violent_suppression = { } valid = { - owner = { NOT = { has_law = law_type:law_guaranteed_liberties } } + owner = { NOT = { has_law = law_type:law_complex_legal_system } } turmoil >= 0.25 } modifier = { @@ -298,41 +298,11 @@ decree_encourage_manufacturing_industry = { has_decree = decree_encourage_agricultural_industry has_decree = decree_encourage_resource_industry } - } - modifier = { - building_group_bg_manufacturing_throughput_mult = 0.2 - building_group_bg_service_throughput_mult = 0.2 } cost = 100 ai_weight = { value = 0 - if = { - limit = { - any_scope_building = { - is_building_group = bg_manufacturing - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - is_building_group = bg_manufacturing - count >= 3 - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - is_building_group = bg_manufacturing - count >= 5 - } - } - add = 50 - } if = { limit = { scope:country = { @@ -354,54 +324,11 @@ decree_encourage_agricultural_industry = { has_decree = decree_encourage_manufacturing_industry has_decree = decree_encourage_resource_industry } - } - modifier = { - building_group_bg_agriculture_throughput_mult = 0.2 - building_group_bg_ranching_throughput_mult = 0.2 - building_group_bg_plantations_throughput_mult = 0.2 } cost = 100 ai_weight = { value = 0 - if = { - limit = { - any_scope_building = { - OR = { - is_building_group = bg_agriculture - is_building_group = bg_ranching - is_building_group = bg_plantations - } - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - OR = { - is_building_group = bg_agriculture - is_building_group = bg_ranching - is_building_group = bg_plantations - } - count >= 3 - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - OR = { - is_building_group = bg_agriculture - is_building_group = bg_ranching - is_building_group = bg_plantations - } - count >= 5 - } - } - add = 50 - } if = { limit = { scope:country = { @@ -426,62 +353,11 @@ decree_encourage_resource_industry = { has_decree = decree_encourage_manufacturing_industry has_decree = decree_encourage_agricultural_industry } - } - modifier = { - building_group_bg_mining_throughput_mult = 0.2 - building_group_bg_logging_throughput_mult = 0.2 - building_group_bg_fishing_throughput_mult = 0.2 - building_group_bg_whaling_throughput_mult = 0.2 - building_group_bg_oil_extraction_throughput_mult = 0.2 } cost = 100 ai_weight = { value = 0 - if = { - limit = { - any_scope_building = { - OR = { - is_building_group = bg_mining - is_building_group = bg_logging - is_building_group = bg_fishing - is_building_group = bg_whaling - is_building_group = bg_oil_extraction - } - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - OR = { - is_building_group = bg_mining - is_building_group = bg_logging - is_building_group = bg_fishing - is_building_group = bg_whaling - is_building_group = bg_oil_extraction - } - count >= 3 - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - OR = { - is_building_group = bg_mining - is_building_group = bg_logging - is_building_group = bg_fishing - is_building_group = bg_whaling - is_building_group = bg_oil_extraction - } - count >= 5 - } - } - add = 50 - } if = { limit = { scope:country = { @@ -564,42 +440,6 @@ decree_enlistment_efforts = { ai_weight = { value = 0 - if = { - limit = { - any_scope_building = { - is_building_type = building_barracks - count >= 25 - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - is_building_type = building_barracks - count >= 50 - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - is_building_type = building_naval_base - count >= 25 - } - } - add = 50 - } - if = { - limit = { - any_scope_building = { - is_building_type = building_naval_base - count >= 50 - } - } - add = 50 - } } } diff --git a/common/defines/civ_defines.txt b/common/defines/civ_defines.txt new file mode 100644 index 00000000..540c72bf --- /dev/null +++ b/common/defines/civ_defines.txt @@ -0,0 +1,22 @@ +NGame = { + START_DATE = "756.6.24" + END_DATE = "9999.1.1" +} + +NPops = { + DEFAULT_POP_TYPE = "newfriends" + SLAVE_POP_TYPE = "newfriends" # For legal reasons that's a joke. There's no slavery in the mod +} + +NPolitics = { + DEFAULT_LAW_ACTIVATION_DATE = "756.6.24" +} + +NDiplomacy = { + COUNTRY_TIER_CITY_STATE_PRESTIGE = 5 + COUNTRY_TIER_PRINCIPALITY_PRESTIGE = 5 + COUNTRY_TIER_GRAND_PRINCIPALITY_PRESTIGE = 5 + COUNTRY_TIER_KINGDOM_PRESTIGE = 5 + COUNTRY_TIER_EMPIRE_PRESTIGE = 5 + COUNTRY_TIER_HEGEMONY_PRESTIGE = 5 +} \ No newline at end of file diff --git a/common/diplomatic_actions/00_relations_actions.txt b/common/diplomatic_actions/00_relations_actions.txt new file mode 100644 index 00000000..9f479d34 --- /dev/null +++ b/common/diplomatic_actions/00_relations_actions.txt @@ -0,0 +1,267 @@ +increase_relations = { + requires_approval = no + show_confirmation_box = no + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + is_revolutionary = no + has_diplomatic_relevance = scope:target_country + NOT = { has_diplomats_expelled = scope:target_country } + NOT = { scope:target_country = { has_diplomats_expelled = root } } + NOT = { has_diplomatic_pact = { who = scope:target_country type = damage_relations } } + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_AMICABLE_OR_GREATER_NOT + scope:target_country.relations:root < relations_threshold:amicable + } + } + + pact = { + cost = 150 + is_two_sided_pact = no + show_in_outliner = yes + + relations_progress_per_day = 3 # At 100, +1 relations + relations_improvement_max = 50 + + should_auto_break = { + scope:target_country.relations:root >= relations_threshold:amicable + } + + should_invalidate = { + OR = { + has_diplomats_expelled = scope:target_country + scope:target_country = { has_diplomats_expelled = root } + has_war_with = scope:target_country + NOT = { has_diplomatic_relevance = scope:target_country } + } + } + } + + ai = { + max_influence_spending_fraction = 0.25 + + propose_score = { + value = 5 + + if = { + limit = { + has_attitude = { + who = scope:target_country + attitude = protective + } + } + + add = 5 + } + + if = { + limit = { + has_attitude = { + who = scope:target_country + attitude = conciliatory + } + } + + add = 20 + } + + add = { + value = scope:target_country.country_rank + multiply = 3 + } + + if = { + limit = { + OR = { + is_subject_of = scope:target_country + scope:target_country = { is_subject_of = root } + } + } + + multiply = 2 + } + } + + will_propose = { + OR = { + AND = { + has_attitude = { + who = scope:target_country + attitude = cooperative + } + country_rank <= scope:target_country.country_rank + } + has_attitude = { + who = scope:target_country + attitude = conciliatory + } + has_attitude = { + who = scope:target_country + attitude = genial + } + has_attitude = { + who = scope:target_country + attitude = protective + } + } + } + + will_break = { + NOR = { + has_attitude = { + who = scope:target_country + attitude = genial + } + has_attitude = { + who = scope:target_country + attitude = conciliatory + } + has_attitude = { + who = scope:target_country + attitude = cooperative + } + has_attitude = { + who = scope:target_country + attitude = protective + } + } + } + } +} + +damage_relations = { + requires_approval = no + show_confirmation_box = no + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + } + + possible = { + is_revolutionary = no + has_diplomatic_relevance = scope:target_country + NOT = { has_diplomatic_pact = { who = scope:target_country type = increase_relations } } + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_COLD_OR_LESS_NOT + scope:target_country.relations:root > relations_threshold:cold + } + } + + pact = { + cost = 100 + is_two_sided_pact = no + infamy_affects_maintenance = no + show_in_outliner = yes + + relations_progress_per_day = -3 # At -100, -1 relations + relations_improvement_min = -50 + + should_auto_break = { + scope:target_country.relations:root <= relations_threshold:cold + } + + should_invalidate = { + NOT = { has_diplomatic_relevance = scope:target_country } + } + } + + ai = { + max_influence_spending_fraction = 0.15 + + propose_score = { + value = 10 + + if = { + limit = { + OR = { + has_attitude = { + who = scope:target_country + attitude = belligerent + } + has_attitude = { + who = scope:target_country + attitude = domineering + } + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + } + + add = 10 + } + + if = { + limit = { + OR = { + is_subject_of = scope:target_country + scope:target_country = { is_subject_of = root } + } + } + + multiply = 5 + } + } + + will_propose = { + OR = { + AND = { + has_attitude = { + who = scope:target_country + attitude = antagonistic + } + scope:target_country.relations:root > 0 + } + has_attitude = { + who = scope:target_country + attitude = belligerent + } + has_attitude = { + who = scope:target_country + attitude = domineering + } + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + scope:target_country.relations:root > relations_threshold:poor + } + + will_break = { + OR = { + NOR = { + has_attitude = { + who = scope:target_country + attitude = belligerent + } + has_attitude = { + who = scope:target_country + attitude = domineering + } + has_attitude = { + who = scope:target_country + attitude = antagonistic + } + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + scope:target_country.relations:root <= relations_threshold:poor + } + } + } +} + diff --git a/common/diplomatic_actions/01_expel_diplomats.txt b/common/diplomatic_actions/01_expel_diplomats.txt new file mode 100644 index 00000000..927e8856 --- /dev/null +++ b/common/diplomatic_actions/01_expel_diplomats.txt @@ -0,0 +1,58 @@ +expel_diplomats = { + requires_approval = no + should_notify_third_parties = no + show_effect_in_tooltip = yes + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + is_revolutionary = no + has_diplomatic_relevance = scope:target_country + NOT = { has_diplomatic_pact = { who = scope:target_country type = increase_relations } } + NOT = { has_diplomats_expelled = scope:target_country } + } + + accept_effect = { + change_relations = { country = scope:target_country value = -30 } + set_diplomats_expelled = scope:target_country + change_infamy = 10 + } + + ai = { + propose_score = { + value = 100 + } + + will_propose = { + scope:target_country.relations:root >= relations_threshold:cordial + + OR = { + AND = { + country_rank >= rank_value:great_power + scope:target_country = { infamy >= infamy_threshold:pariah } + } + AND = { + OR = { + has_attitude = { + who = scope:target_country + attitude = domineering + } + has_attitude = { + who = scope:target_country + attitude = belligerent + } + } + scope:target_country.relations:root >= relations_threshold:cordial + infamy < infamy_threshold:infamous + influence < 200 # Not enough to damage relations normally + } + } + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/02_obligation_actions.txt b/common/diplomatic_actions/02_obligation_actions.txt new file mode 100644 index 00000000..07c922cb --- /dev/null +++ b/common/diplomatic_actions/02_obligation_actions.txt @@ -0,0 +1,419 @@ +take_on_debt = { + requires_approval = yes + should_notify_third_parties = yes + show_effect_in_tooltip = yes + + unlocking_technologies = { + central_banking + } + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + has_diplomatic_relevance = scope:target_country + scope:target_country = { + scaled_debt > 0 + } + can_take_on_scaled_debt = { + who = scope:target_country + value = scope:target_country.scaled_debt + } + is_revolutionary = no + } + + accept_effect = { + take_on_scaled_debt = { + who = scope:target_country + value = scope:target_country.scaled_debt + } + if = { + limit = { + root = { + owes_obligation_to = scope:target_country + } + } + root = { set_owes_obligation_to = { country = scope:target_country setting = no } } + } + else_if = { + limit = { + scope:target_country = { + NOT = { owes_obligation_to = root } + } + } + scope:target_country = { set_owes_obligation_to = { country = root setting = yes } } + } + else = { + change_relations = { country = scope:target_country value = 30 } + } + + hidden_effect = { + scope:target_country = { + set_variable = { + name = debt_bought_out_recently + value = yes + days = 7300 + } + } + } + } + + ai = { + propose_score = { + value = 100 + } + + will_propose = { + is_at_war = no + scaled_debt <= 0 + scope:target_country = { + scaled_debt >= 0.25 + NOT = { has_variable = debt_bought_out_recently } + } + has_attitude = { + who = scope:target_country + attitude = protective + } + # We want to have at least five times their income, and at least 50k income in general + OR = { + AND = { + weekly_net_fixed_income >= 50000 + scope:target_country.weekly_net_fixed_income <= 10000 + } + AND = { + weekly_net_fixed_income >= 75000 + scope:target_country.weekly_net_fixed_income <= 15000 + } + AND = { + weekly_net_fixed_income >= 100000 + scope:target_country.weekly_net_fixed_income <= 20000 + } + AND = { + weekly_net_fixed_income >= 125000 + scope:target_country.weekly_net_fixed_income <= 25000 + } + AND = { + weekly_net_fixed_income >= 150000 + scope:target_country.weekly_net_fixed_income <= 30000 + } + AND = { + weekly_net_fixed_income >= 175000 + scope:target_country.weekly_net_fixed_income <= 35000 + } + AND = { + weekly_net_fixed_income >= 200000 + scope:target_country.weekly_net_fixed_income <= 40000 + } + AND = { + weekly_net_fixed_income >= 225000 + scope:target_country.weekly_net_fixed_income <= 45000 + } + AND = { + weekly_net_fixed_income >= 250000 + scope:target_country.weekly_net_fixed_income <= 50000 + } + } + } + + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 20 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 1 + min = -40 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = genial + } + has_attitude = { + who = scope:actor + attitude = loyal + } + } + } + value = 50 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + } + value = 25 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = cautious + } + has_attitude = { + who = scope:actor + attitude = protective + } + } + } + value = -50 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" <= relations_threshold:hostile + } + value = -100 + } + if = { + limit = { + "relations(scope:actor)" > relations_threshold:hostile + "relations(scope:actor)" <= relations_threshold:cold + } + value = -50 + } + if = { + limit = { + "relations(scope:actor)" > relations_threshold:cold + "relations(scope:actor)" <= relations_threshold:poor + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_DEBT" + + if = { + limit = { + scaled_debt < 0.1 + } + value = -100 + } + if = { + limit = { + scaled_debt >= 0.1 + scaled_debt < 0.2 + } + value = -50 + } + if = { + limit = { + scaled_debt >= 0.2 + scaled_debt < 0.3 + } + value = -25 + } + if = { + limit = { + scaled_debt >= 0.3 + scaled_debt < 0.4 + } + value = -10 + } + if = { + limit = { + scaled_debt >= 0.5 + scaled_debt < 0.6 + } + value = 10 + } + if = { + limit = { + scaled_debt >= 0.6 + scaled_debt < 0.7 + } + value = 25 + } + if = { + limit = { + scaled_debt >= 0.7 + scaled_debt < 0.8 + } + value = 40 + } + if = { + limit = { + scaled_debt >= 0.8 + scaled_debt < 0.9 + } + value = 55 + } + if = { + limit = { + scaled_debt >= 0.9 + in_default = no + } + value = 70 + } + if = { + limit = { + in_default = yes + } + value = 100 + } + } + + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -10 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -20 + } + } + } + } +} + +redeem_obligation = { + requires_approval = no + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + scope:target_country = { + owes_obligation_to = root + } + } + + possible = { + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + accept_effect = { + change_relations = { country = scope:target_country value = 30 } + scope:target_country = { set_owes_obligation_to = { country = root setting = no } } + } + + ai = { + propose_score = { + value = 10 + } + + will_propose = { + always = no + } + } +} diff --git a/common/diplomatic_actions/03_violate_sovereignty.txt b/common/diplomatic_actions/03_violate_sovereignty.txt new file mode 100644 index 00000000..07fbdb55 --- /dev/null +++ b/common/diplomatic_actions/03_violate_sovereignty.txt @@ -0,0 +1,308 @@ +violate_sovereignty = { + requires_approval = yes + should_notify_third_parties = yes + violates_sovereignty = yes + can_use_obligations = yes + + potential = { + is_at_war = yes + + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + NOT = { + has_war_with = scope:target_country + is_in_war_together = scope:target_country + } + } + + possible = { + # this localization only makes sense if you are already at war + trigger_if = { + limit = { + is_at_war = yes + } + custom_tooltip = { + text = "violate_sovereignty_trigger_not" + any_scope_war = { + is_warleader = root + violate_sovereignty_war_check = yes + } + } + } + + scope:target_country.relations:root < relations_threshold:amicable + + is_revolutionary = no + + scope:target_country = { + is_revolutionary = no + } + } + + accept_effect = { + create_incident = { + value = 15 + country = scope:target_country + } + + scope:target_country = { + violate_sovereignty_join = { + violator = root + target = scope:target_country + join_violator = yes + } + } + } + + decline_effect = { + save_scope_as = initiator + + create_incident = { + value = 10 + country = scope:target_country + } + + scope:target_country = { + violate_sovereignty_join = { + violator = root + target = scope:target_country + join_violator = no + } + } + + # could potentially be several wars but only show one in situation for now + random_scope_violate_sovereignty_wars = { + save_scope_as = war + } + } + + ai = { + propose_score = { + value = 100 + } + + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { + has_strategy = ai_strategy_armed_isolationism + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ISOLATIONIST" + add = -25 + } + } + + if = { + limit = { + "scope:actor.ai_army_comparison(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + multiply = 2 + max = 50 + } + } + else = { + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = -1000 + } + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 20 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 1 + min = -40 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = genial + } + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = loyal + } + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + } + value = 15 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -25 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + has_attitude = { + who = scope:actor + attitude = protective + } + } + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -10 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 20 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -20 + } + } + + if = { + limit = { + any_country = { + NOT = { this = scope:actor } + OR = { + country_rank >= scope:actor.country_rank + army_size >= scope:actor.army_size + } + + OR = { + has_diplomatic_pact = { + who = root + type = alliance + } + has_diplomatic_pact = { + who = root + type = customs_union + } + has_diplomatic_pact = { + who = root + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_THEM" + value = -50 + } + } + } + } +} diff --git a/common/diplomatic_actions/10_alliance.txt b/common/diplomatic_actions/10_alliance.txt new file mode 100644 index 00000000..b08335e6 --- /dev/null +++ b/common/diplomatic_actions/10_alliance.txt @@ -0,0 +1,397 @@ +alliance = { + requires_approval = yes + can_use_obligations = yes + + unlocking_technologies = { + international_relations + } + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + aggressive_diplomatic_plays_permitted = yes + scope:target_country = { + aggressive_diplomatic_plays_permitted = yes + } + NAND = { + scope:target_country = { is_non_customs_union_subject = yes } + scope:target_country = { is_subject_of = root } + } + NAND = { + is_non_customs_union_subject = yes + is_subject_of = scope:target_country + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + has_diplomatic_relevance = scope:target_country + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER + scope:target_country.relations:root >= relations_threshold:cordial + } + OR = { + has_technology_researched = multilateral_alliances + num_alliances < 1 + } + scope:target_country = { + OR = { + has_technology_researched = multilateral_alliances + num_alliances < 1 + } + } + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + accept_effect = { + if = { + limit = { + scope:target_country = { + has_diplomatic_pact = { + who = root + type = defensive_pact + } + } + } + + remove_diplomatic_pact = { + country = scope:target_country + type = defensive_pact + } + } + } + + pact = { + cost = 200 + + is_alliance = yes + + relations_progress_per_day = 1.5 # At 100, +1 relations + relations_improvement_max = 80 + + is_about_to_auto_break = { + scope:target_country.relations:root < 23 # this is: cordial + 3 + } + + should_auto_break = { + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER_NOT + + # make sure to update is_about_to_auto_break when changing this: + scope:target_country.relations:root < relations_threshold:cordial + } + } + + should_invalidate = { + OR = { + NOT = { has_diplomatic_relevance = scope:target_country } + has_war_with = scope:target_country + is_country_type = decentralized + scope:target_country = { is_country_type = decentralized } + aggressive_diplomatic_plays_permitted = no + scope:target_country = { aggressive_diplomatic_plays_permitted = no } + AND = { + scope:target_country = { is_non_customs_union_subject = yes } + scope:target_country = { is_subject_of = root } + } + AND = { + is_non_customs_union_subject = yes + is_subject_of = scope:target_country + } + } + } + + break_effect = { + change_relations = { country = scope:target_country value = -30 } + create_truce = { country = scope:target_country months = 12 } + } + } + + ai = { + check_acceptance_for_will_break = yes + check_acceptance_for_will_propose = yes + + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { + has_strategic_adjacency = scope:actor + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NEIGHBORS" + value = 10 + } + } + + if = { + limit = { + has_strategy = ai_strategy_armed_isolationism + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ISOLATIONIST" + add = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + min = -50 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 20 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + min = -20 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = genial + } + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = loyal + } + has_attitude = { + who = scope:actor + attitude = protective + } + } + } + value = 50 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + value = 25 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -50 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -10 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 20 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -20 + } + } + + if = { + limit = { + "num_alliances_and_defensive_pacts_with_rivals(scope:actor)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ALLIED_TO_RIVALS" + value = "num_alliances_and_defensive_pacts_with_rivals(scope:actor)" + multiply = -25 + } + } + + if = { + limit = { + "num_alliances_and_defensive_pacts_with_allies(scope:actor)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ALLIED_TO_ALLIES" + value = "num_alliances_and_defensive_pacts_with_allies(scope:actor)" + multiply = 10 + } + } + + if = { + limit = { + NOT = { + has_diplomatic_pact = { + who = root + type = alliance + } + } + "num_alliances" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NUM_ALLIES" + value = "num_alliances" + multiply = -10 + } + } + } + + propose_score = { + value = 10 + + add = { + value = scope:target_country.country_rank + multiply = 3 + } + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 0 + + add = { + if = { + limit = { + scope:target_country = { country_rank = root.country_rank } + } + value = 25 + } + } + + add = { + if = { + limit = { + scope:target_country = { country_rank > root.country_rank } + } + value = 50 + } + } + } + + owe_obligation_chance = { + value = 0 + + add = { + if = { + limit = { + scope:target_country = { country_rank = root.country_rank } + } + value = 5 + } + } + + add = { + if = { + limit = { + scope:target_country = { country_rank > root.country_rank } + } + value = 10 + } + } + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/11_defensive_pact.txt b/common/diplomatic_actions/11_defensive_pact.txt new file mode 100644 index 00000000..0ec09710 --- /dev/null +++ b/common/diplomatic_actions/11_defensive_pact.txt @@ -0,0 +1,394 @@ +defensive_pact = { + requires_approval = yes + can_use_obligations = yes + + unlocking_technologies = { + international_relations + } + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + aggressive_diplomatic_plays_permitted = yes + scope:target_country = { + aggressive_diplomatic_plays_permitted = yes + } + NAND = { + scope:target_country = { is_non_customs_union_subject = yes } + scope:target_country = { is_subject_of = root } + } + NAND = { + is_non_customs_union_subject = yes + is_subject_of = scope:target_country + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + scope:target_country = { + NOT = { + has_diplomatic_pact = { + who = root + type = alliance + } + } + } + has_diplomatic_relevance = scope:target_country + scope:target_country = { + has_technology_researched = international_relations + } + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER + scope:target_country.relations:root >= relations_threshold:cordial + } + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + accept_effect = {} + + pact = { + cost = 150 + + is_defensive_pact = yes + + relations_progress_per_day = 1 # At 100, +1 relations + relations_improvement_max = 80 + + is_about_to_auto_break = { + scope:target_country.relations:root < 23 # this is: cordial + 3 + } + + should_auto_break = { + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER_NOT + + # make sure to update is_about_to_auto_break when changing this: + scope:target_country.relations:root < relations_threshold:cordial + } + } + + should_invalidate = { + OR = { + NOT = { has_diplomatic_relevance = scope:target_country } + has_war_with = scope:target_country + is_country_type = decentralized + scope:target_country = { is_country_type = decentralized } + aggressive_diplomatic_plays_permitted = no + scope:target_country = { aggressive_diplomatic_plays_permitted = no } + AND = { + scope:target_country = { is_non_customs_union_subject = yes } + scope:target_country = { is_subject_of = root } + } + AND = { + is_non_customs_union_subject = yes + is_subject_of = scope:target_country + } + } + } + + break_effect = { + change_relations = { country = scope:target_country value = -30 } + create_truce = { country = scope:target_country months = 12 } + } + } + + ai = { + check_acceptance_for_will_break = yes + check_acceptance_for_will_propose = yes + + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { + has_strategic_adjacency = scope:actor + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NEIGHBORS" + value = 10 + } + } + + if = { + limit = { + has_strategy = ai_strategy_armed_isolationism + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ISOLATIONIST" + add = -25 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + add = 0.5 + min = -25 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 20 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + min = -20 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = protective + } + } + value = 75 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = genial + } + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = loyal + } + } + } + value = 50 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + value = 25 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -50 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:friendly + } + value = 0 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -10 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 20 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + "num_alliances_and_defensive_pacts_with_rivals(scope:actor)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ALLIED_TO_RIVALS" + value = "num_alliances_and_defensive_pacts_with_rivals(scope:actor)" + multiply = -15 + } + } + + if = { + limit = { + "num_alliances_and_defensive_pacts_with_allies(scope:actor)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ALLIED_TO_ALLIES" + value = "num_alliances_and_defensive_pacts_with_allies(scope:actor)" + multiply = 10 + } + } + + if = { + limit = { + NOT = { + has_diplomatic_pact = { + who = root + type = defensive_pact + } + } + "num_defensive_pacts" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NUM_DEFENSIVE_PACTS" + value = "num_defensive_pacts" + multiply = -5 + } + } + } + + propose_score = { + value = 10 + + add = { + value = scope:target_country.country_rank + multiply = 3 + } + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 0 + + add = { + if = { + limit = { + scope:target_country = { country_rank = root.country_rank } + } + value = 25 + } + } + + add = { + if = { + limit = { + scope:target_country = { country_rank > root.country_rank } + } + value = 50 + } + } + } + + owe_obligation_chance = { + value = 0 + + add = { + if = { + limit = { + scope:target_country = { country_rank = root.country_rank } + } + value = 5 + } + } + + add = { + if = { + limit = { + scope:target_country = { country_rank > root.country_rank } + } + value = 10 + } + } + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/12_rivalry.txt b/common/diplomatic_actions/12_rivalry.txt new file mode 100644 index 00000000..78336d29 --- /dev/null +++ b/common/diplomatic_actions/12_rivalry.txt @@ -0,0 +1,145 @@ +rivalry = { + requires_approval = no + should_notify_third_parties = yes + + unlocking_technologies = { + international_relations + } + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + aggressive_diplomatic_plays_permitted = yes + scope:target_country = { + aggressive_diplomatic_plays_permitted = yes + } + } + + possible = { + countries_are_valid_rivals = yes + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER_NOT + scope:target_country.relations:root < relations_threshold:cordial + } + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + pact = { + is_rivalry = yes + is_two_sided_pact = no + + relations_progress_per_day = -1 # At -100, -1 relations + relations_improvement_min = -20 + + is_about_to_auto_break = { + scope:target_country.relations:root >= 17 # this is: cordial - 3 + } + + should_auto_break = { + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER + + # make sure to update is_about_to_auto_break when changing this: + scope:target_country.relations:root >= relations_threshold:cordial + } + } + + should_invalidate = { + OR = { + is_country_type = decentralized + scope:target_country = { is_country_type = decentralized } + aggressive_diplomatic_plays_permitted = no + scope:target_country = { aggressive_diplomatic_plays_permitted = no } + countries_are_valid_rivals = no + } + } + + break_effect = {} + } + + ai = { + check_acceptance_for_will_break = no + + propose_score = { + value = 10 + } + + will_propose = { + OR = { + AND = { + country_rank > rank_value:insignificant_power + num_rivals < 2 + } + AND = { + country_rank > rank_value:minor_power + num_rivals < 3 + } + num_rivals < 1 + } + has_attitude = { + who = scope:target_country + attitude = antagonistic + } + OR = { + has_strategic_adjacency = scope:target_country + AND = { + country_rank = scope:target_country.country_rank + OR = { + country_rank = rank_value:great_power + capital.region = scope:target_country.capital.region + } + } + AND = { + scope:target_country = { + is_ai = no + has_diplomatic_pact = { + who = root + type = rivalry + } + } + } + } + army_size >= 10 + } + + will_break = { + OR = { + NOR = { + has_attitude = { + who = scope:target_country + attitude = antagonistic + } + has_attitude = { + who = scope:target_country + attitude = belligerent + } + } + NOR = { + has_strategic_adjacency = scope:target_country + AND = { + country_rank = scope:target_country.country_rank + OR = { + country_rank = rank_value:great_power + capital.region = scope:target_country.capital.region + } + } + AND = { + scope:target_country = { + is_ai = no + has_diplomatic_pact = { + who = root + type = rivalry + } + } + } + } + } + } + } +} + diff --git a/common/diplomatic_actions/13_embargo.txt b/common/diplomatic_actions/13_embargo.txt new file mode 100644 index 00000000..bcfa5e80 --- /dev/null +++ b/common/diplomatic_actions/13_embargo.txt @@ -0,0 +1,115 @@ +embargo = { + requires_approval = no + should_notify_third_parties = yes + + unlocking_technologies = { + international_trade + } + + potential = { + NOR = { + is_country_type = decentralized + has_law = law_type:law_isolationism + } + scope:target_country = { + NOR = { + is_country_type = decentralized + has_law = law_type:law_isolationism + } + } + } + + possible = { + is_junior_in_customs_union = no + scope:target_country = { is_junior_in_customs_union = no } + NOT = { scope:target_country = { has_treaty_port_in_country = root } } + has_diplomatic_relevance = scope:target_country + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_POOR_OR_LESS + scope:target_country.relations:root <= relations_threshold:poor + } + } + + accept_effect = {} + + pact = { + cost = 100 + + is_embargo = yes + is_two_sided_pact = no + + relations_progress_per_day = -1 # At -100, -1 relations + + should_auto_break = { + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_POOR_OR_LESS_NOT + scope:target_country.relations:root > relations_threshold:poor + } + } + + should_invalidate = { + OR = { + is_country_type = decentralized + NOT = { has_diplomatic_relevance = scope:target_country } + scope:target_country = { is_country_type = decentralized } + is_junior_in_customs_union = yes + scope:target_country = { is_junior_in_customs_union = yes } + scope:target_country = { has_treaty_port_in_country = root } + scope:target_country = { has_law = law_type:law_isolationism } + root = { has_law = law_type:law_isolationism } + } + } + + break_effect = {} + } + + ai = { + check_acceptance_for_will_break = no + max_influence_spending_fraction = 0.2 + + propose_score = { + value = 10 + } + + will_propose = { + "scope:target_country.num_mutual_trade_route_levels_with_country(root)" > 0 + NOT = { + has_attitude = { + who = scope:target_country + attitude = conciliatory + } + } + OR = { + scope:target_country.relations:root <= relations_threshold:hostile + scope:target_country.infamy >= infamy_threshold:pariah + scope:target_country = { + has_diplomatic_pact = { + who = root + type = embargo + } + } + } + + } + + will_break = { + OR = { + has_attitude = { + who = scope:target_country + attitude = conciliatory + } + NOR = { + scope:target_country.relations:root <= relations_threshold:hostile + scope:target_country.infamy >= infamy_threshold:pariah + scope:target_country = { + has_diplomatic_pact = { + who = root + type = embargo + } + } + } + } + } + } +} + diff --git a/common/diplomatic_actions/14_trade_agreement.txt b/common/diplomatic_actions/14_trade_agreement.txt new file mode 100644 index 00000000..4b9dd768 --- /dev/null +++ b/common/diplomatic_actions/14_trade_agreement.txt @@ -0,0 +1,305 @@ +trade_agreement = { + requires_approval = yes + can_use_obligations = yes + + unlocking_technologies = { + international_trade + } + + potential = { + NOR = { + is_country_type = decentralized + has_law = law_type:law_isolationism + } + scope:target_country = { + NOR = { + is_country_type = decentralized + has_law = law_type:law_isolationism + } + } + aggressive_diplomatic_plays_permitted = yes + scope:target_country = { + aggressive_diplomatic_plays_permitted = yes + } + has_diplomatic_relevance = scope:target_country + NOT = { scope:target_country = { is_subject_of = root } } + NOT = { is_subject_of = scope:target_country } + } + + possible = { + NOT = { has_war_with = scope:target_country } + NOT = { + has_diplomatic_pact = { + who = scope:target_country + type = customs_union + } + } + is_junior_in_customs_union = no + scope:target_country = { is_junior_in_customs_union = no } + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_POOR_OR_LESS_NOT + scope:target_country.relations:root > relations_threshold:poor + } + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + pact = { + cost = 50 + + is_trade_agreement = yes + + relations_progress_per_day = 1 # At 100, +1 relations + relations_improvement_max = 80 + + is_about_to_auto_break = { + scope:target_country.relations:root < 0 # this is: cold + 10 + } + + should_auto_break = { + custom_tooltip = { + + text = DIPLO_ACTION_RELATIONS_POOR_OR_LESS + + # make sure to update is_about_to_auto_break when changing this: + scope:target_country.relations:root <= relations_threshold:poor + } + } + + should_invalidate = { + OR = { + has_war_with = scope:target_country + is_country_type = decentralized + scope:target_country = { is_country_type = decentralized } + aggressive_diplomatic_plays_permitted = no + scope:target_country = { aggressive_diplomatic_plays_permitted = no } + is_subject_of = scope:target_country + scope:target_country = { is_subject_of = root } + is_junior_in_customs_union = yes + scope:target_country = { is_junior_in_customs_union = yes } + scope:target_country = { has_law = law_type:law_isolationism } + has_law = law_type:law_isolationism + NOT = { has_diplomatic_relevance = scope:target_country } + } + } + + break_effect = { + change_relations = { country = scope:target_country value = -10 } + } + } + + ai = { + check_acceptance_for_will_break = yes + check_acceptance_for_will_propose = yes + + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { + "scope:actor.num_mutual_trade_route_levels_with_country(root)" < 1 + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NO_MUTUAL_TRADE_ROUTES" + value = -1000 + } + } + else = { + add = { + desc = "DIPLOMATIC_ACCEPTANCE_MUTUAL_TRADE_ROUTES" + value = "scope:actor.num_mutual_trade_route_levels_with_country(root)" + multiply = 2 + max = 75 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_GDP" + value = "scope:actor.ai_gdp_comparison(root)" + multiply = 2 + min = -10 + max = 10 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.25 + max = 10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.25 + min = -10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = genial + } + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = loyal + } + has_attitude = { + who = scope:actor + attitude = protective + } + } + } + value = 50 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + value = 25 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -50 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:friendly + } + value = 0 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 35 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -10 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -50 + } + } + } + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 0 + + add = { + if = { + limit = { + scope:target_country = { country_rank = root.country_rank } + } + value = 25 + } + } + + add = { + if = { + limit = { + scope:target_country = { country_rank > root.country_rank } + } + value = 50 + } + } + } + + owe_obligation_chance = { + value = 0 + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/15_customs_union.txt b/common/diplomatic_actions/15_customs_union.txt new file mode 100644 index 00000000..f5865614 --- /dev/null +++ b/common/diplomatic_actions/15_customs_union.txt @@ -0,0 +1,752 @@ +customs_union = { + requires_approval = yes + can_use_obligations = yes + + unlocking_technologies = { + international_trade + } + + potential = { + NOR = { + is_country_type = decentralized + has_law = law_type:law_isolationism + } + scope:target_country = { + NOR = { + is_country_type = decentralized + has_law = law_type:law_isolationism + } + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + NOT = { is_subject_of = scope:target_country } + is_junior_in_customs_union = no + has_diplomatic_relevance = scope:target_country + NOR = { + scope:target_country = { has_law = law_type:law_isolationism } + has_law = law_type:law_isolationism + } + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER + scope:target_country.relations:root >= relations_threshold:cordial + } + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + custom_tooltip = { + text = DIPLO_ACTION_MARKET_CONNECTION_REQUIRED + OR = { + AND = { + market = { has_port = yes } + scope:target_country.market = { has_port = yes } + } + market = { + any_scope_country = { + is_adjacent = scope:target_country + } + } + } + } + } + + accept_effect = { + if = { + limit = { + has_diplomatic_pact = { + who = scope:target_country + type = trade_agreement + } + } + remove_diplomatic_pact = { + country = scope:target_country + type = trade_agreement + } + } + } + + pact = { + cost = 25 + has_junior_participant = yes + recipient_pays_maintenance = no + is_customs_union = yes + + relations_progress_per_day = 1 # At 100, +1 relations + relations_improvement_max = 80 + + subject_type = subject_type_customs_union # A customs union is technically a type of subject, though it isn't presented this way in-game + + is_about_to_auto_break = { + scope:target_country.relations:root < 23 # this is: cordial + 3 + } + + should_auto_break = { + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER_NOT + + # make sure to update is_about_to_auto_break when changing this: + scope:target_country.relations:root < relations_threshold:cordial + } + } + + should_invalidate = { + OR = { + has_war_with = scope:target_country + is_country_type = decentralized + scope:target_country = { is_country_type = decentralized } + is_subject_of = scope:target_country + scope:target_country = { is_subject_of = root } + is_junior_in_customs_union = yes + scope:target_country = { has_law = law_type:law_isolationism } + has_law = law_type:law_isolationism + } + } + + break_effect = { + change_relations = { country = scope:target_country value = -30 } + + # AI may not take leaving their customs union well... + hidden_effect = { + if = { + limit = { + scope:target_country.country_rank > root.country_rank + "relations(scope:target_country)" < relations_threshold:cordial + } + random_list = { + 75 = { + scope:target_country = { + set_secret_goal = { + country = root + secret_goal = dominate + } + } + } + 25 = {} + } + } + else_if = { + limit = { + scope:target_country.country_rank > root.country_rank + "relations(scope:target_country)" < relations_threshold:friendly + } + random_list = { + 50 = { + scope:target_country = { + set_secret_goal = { + country = root + secret_goal = dominate + } + } + } + 50 = {} + } + } + } + } + } + + ai = { + check_acceptance_for_will_break = yes + check_acceptance_for_will_propose = yes + + # This is the acceptance score for the senior part of the customs union (used for 'join customs union' action and checking ) + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { + NOR = { + scope:actor.market = { + any_scope_country = { + is_adjacent = root + } + } + scope:actor = { + has_diplomatic_pact = { who = root type = customs_union } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NOT_ADJACENT_MARKETS" + value = -20 + } + } + + if = { + limit = { + has_strategy = ai_strategy_economic_imperialism + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ECONOMIC_IMPERIALISM" + add = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_SENIOR_PART" + value = 20 + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_GDP" + value = "scope:actor.ai_gdp_comparison(root)" + min = -10 + max = 10 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 20 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + min = -20 + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = protective + } + has_attitude = { + who = scope:actor + attitude = domineering + } + } + } + value = 40 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = genial + } + } + value = 30 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + } + value = 20 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -50 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 20 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -10 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -50 + } + } + } + + # This is the acceptance score for the junior part of the customs union + junior_accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { + NOR = { + scope:actor.market = { + any_scope_country = { + is_adjacent = root + } + } + scope:actor = { + has_diplomatic_pact = { who = root type = customs_union } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NOT_ADJACENT_MARKETS" + value = -20 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_GDP" + value = "scope:actor.ai_gdp_comparison(root)" + multiply = 2 + min = -20 + max = 20 + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_MUTUAL_TRADE_ROUTES" + value = "scope:actor.num_mutual_trade_route_levels_with_country(root)" + multiply = 0.5 + max = 25 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 20 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + min = -20 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = loyal + } + } + value = 40 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = genial + } + } + value = 30 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + } + value = 20 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -50 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = protective + } + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 20 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -10 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank = root.country_rank } } + value = -20 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -50 + } + } + } + + will_break = { + is_junior_in_customs_union = yes + OR = { + has_attitude = { + who = scope:target_country + attitude = antagonistic + } + has_attitude = { + who = scope:target_country + attitude = domineering + } + has_attitude = { + who = scope:target_country + attitude = belligerent + } + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + } + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 25 + } + + owe_obligation_chance = { + value = 0 + } + } +} + +join_customs_union = { + requires_approval = yes + can_use_obligations = yes + + potential = { + NOT = { is_country_type = decentralized } + + scope:target_country = { + NOT = { is_country_type = decentralized } + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + + # if we are the senior partner in an existing customs union, + # we don't want to join someone else's union + # if we are the junior partner in an existing customs union, + # we cannot join another union anyways + is_in_customs_union = no + + has_diplomatic_relevance = scope:target_country + + NOT = { + has_law = law_type:law_isolationism + } + + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER + scope:target_country.relations:root >= relations_threshold:cordial + } + + is_revolutionary = no + + scope:target_country = { + is_revolutionary = no + } + + custom_tooltip = { + text = DIPLO_ACTION_MARKET_CONNECTION_REQUIRED + OR = { + AND = { + market = { has_port = yes } + scope:target_country.market = { has_port = yes } + } + market = { + any_scope_country = { + is_adjacent = scope:target_country + } + } + } + } + } + + reverse_pact = customs_union + + accept_effect = { + if = { + limit = { + has_diplomatic_pact = { + who = scope:target_country + type = trade_agreement + } + } + remove_diplomatic_pact = { + country = scope:target_country + type = trade_agreement + } + } + } + + ai = { + check_acceptance_for_will_propose = yes + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 10 + } + + owe_obligation_chance = { + value = 10 + } + } +} + +change_customs_union = { + requires_approval = yes + can_use_obligations = yes + + potential = { + NOT = { is_country_type = decentralized } + is_junior_in_customs_union = no + scope:target_country = { + NOT = { is_country_type = decentralized } + is_junior_in_customs_union = yes + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + + has_diplomatic_relevance = scope:target_country + + NOR = { + scope:target_country = { has_law = law_type:law_isolationism } + has_law = law_type:law_isolationism + } + + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_CORDIAL_OR_GREATER + scope:target_country.relations:root >= relations_threshold:cordial + } + + is_revolutionary = no + + scope:target_country = { + is_revolutionary = no + } + + custom_tooltip = { + text = DIPLO_ACTION_MARKET_CONNECTION_REQUIRED_CHANGE + OR = { + AND = { + market = { has_port = yes } + scope:target_country = { has_port = yes } + } + market = { + any_scope_country = { + is_adjacent = scope:target_country + } + } + } + } + } + + transfer_pact = customs_union + + accept_effect = { + if = { + limit = { + has_diplomatic_pact = { + who = scope:target_country + type = trade_agreement + } + } + remove_diplomatic_pact = { + country = scope:target_country + type = trade_agreement + } + } + } + + ai = { + check_acceptance_for_will_propose = yes + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 50 + } + + owe_obligation_chance = { + value = 10 + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/16_bankroll.txt b/common/diplomatic_actions/16_bankroll.txt new file mode 100644 index 00000000..45da91ec --- /dev/null +++ b/common/diplomatic_actions/16_bankroll.txt @@ -0,0 +1,244 @@ +bankroll = { + requires_approval = no + should_notify_third_parties = no + + unlocking_technologies = { + central_banking + } + + potential = { + NOT = { is_country_type = decentralized } + scope:target_country = { + NOT = { is_country_type = decentralized } + } + } + + possible = { + NOT = { has_war_with = scope:target_country } + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_POOR_OR_LESS_NOT + scope:target_country.relations:root > relations_threshold:poor + } + has_diplomatic_relevance = scope:target_country + is_revolutionary = no + in_default = no + } + + pact = { + cost = 100 + + is_two_sided_pact = no + show_in_outliner = yes + + relations_progress_per_day = 3 # At 100, +1 relations + relations_improvement_max = 80 + + income_transfer = 0.20 + recipient_gets_income_transfer = yes + income_transfer_based_on_recipient = yes + + weekly_effect = { + if = { + limit = { + root = { + owes_obligation_to = scope:target_country + } + } + random_list = { + 99 = {} + 1 = { root = { set_owes_obligation_to = { country = scope:target_country setting = no } } } + } + } + else_if = { + limit = { + NOT = { + scope:target_country = { + owes_obligation_to = root + } + } + } + random_list = { + 99 = {} + 1 = { scope:target_country = { set_owes_obligation_to = { country = root setting = yes } } } + } + } + } + + is_about_to_auto_break = { + scope:target_country.relations:root <= -17 # this: poor + 3 + } + + should_auto_break = { + custom_tooltip = { + text = DIPLO_ACTION_RELATIONS_POOR_OR_LESS + + # make sure to update is_about_to_auto_break when changing this: + scope:target_country.relations:root <= relations_threshold:poor + } + } + + should_invalidate = { + OR = { + has_war_with = scope:target_country + is_country_type = decentralized + scope:target_country = { is_country_type = decentralized } + is_subject_of = scope:target_country + scope:target_country = { is_subject_of = root } + in_default = yes + } + } + } + + ai = { + max_influence_spending_fraction = 0.20 + + propose_score = { + value = 10 + } + + will_propose = { + scaled_debt <= 0 + is_at_war = no + has_attitude = { + who = scope:target_country + attitude = protective + } + OR = { + num_income_transfer_pacts < 1 + AND = { + num_income_transfer_pacts < 2 + weekly_net_fixed_income >= 200000 + } + AND = { + num_income_transfer_pacts < 3 + weekly_net_fixed_income >= 400000 + } + } + + OR = { + root = { + owes_obligation_to = scope:target_country + } + NOT = { + scope:target_country = { + owes_obligation_to = root + } + } + AND = { + is_at_war = no + scope:target_country = { is_at_war = yes } + } + } + # We want to have at least five times their income, and at least 50k income in general + OR = { + AND = { + weekly_net_fixed_income >= 50000 + scope:target_country.income <= 10000 + } + AND = { + weekly_net_fixed_income >= 75000 + scope:target_country.income <= 15000 + } + AND = { + weekly_net_fixed_income >= 100000 + scope:target_country.income <= 20000 + } + AND = { + weekly_net_fixed_income >= 125000 + scope:target_country.income <= 25000 + } + AND = { + weekly_net_fixed_income >= 150000 + scope:target_country.income <= 30000 + } + AND = { + weekly_net_fixed_income >= 175000 + scope:target_country.income <= 35000 + } + AND = { + weekly_net_fixed_income >= 200000 + scope:target_country.income <= 40000 + } + AND = { + weekly_net_fixed_income >= 225000 + scope:target_country.income <= 45000 + } + AND = { + weekly_net_fixed_income >= 250000 + scope:target_country.income <= 50000 + } + } + } + + will_break = { + OR = { + scaled_debt > 0.25 + AND = { + scaled_debt > 0 + is_at_war = yes + } + NOT = { + has_attitude = { + who = scope:target_country + attitude = protective + } + } + num_income_transfer_pacts > 2 + NOR = { + root = { + owes_obligation_to = scope:target_country + } + NOT = { + scope:target_country = { + owes_obligation_to = root + } + } + AND = { + is_at_war = no + scope:target_country = { is_at_war = yes } + } + } + # We want to have at least five times their income, and at least 50k income in general + NOR = { + AND = { + weekly_net_fixed_income >= 50000 + scope:target_country.weekly_net_fixed_income <= 10000 + } + AND = { + weekly_net_fixed_income >= 75000 + scope:target_country.weekly_net_fixed_income <= 15000 + } + AND = { + weekly_net_fixed_income >= 100000 + scope:target_country.weekly_net_fixed_income <= 20000 + } + AND = { + weekly_net_fixed_income >= 125000 + scope:target_country.weekly_net_fixed_income <= 25000 + } + AND = { + weekly_net_fixed_income >= 150000 + scope:target_country.weekly_net_fixed_income <= 30000 + } + AND = { + weekly_net_fixed_income >= 175000 + scope:target_country.weekly_net_fixed_income <= 35000 + } + AND = { + weekly_net_fixed_income >= 200000 + scope:target_country.weekly_net_fixed_income <= 40000 + } + AND = { + weekly_net_fixed_income >= 225000 + scope:target_country.weekly_net_fixed_income <= 45000 + } + AND = { + weekly_net_fixed_income >= 250000 + scope:target_country.weekly_net_fixed_income <= 50000 + } + } + } + } + } +} + diff --git a/common/diplomatic_actions/17_war_reparations.txt b/common/diplomatic_actions/17_war_reparations.txt new file mode 100644 index 00000000..526a29df --- /dev/null +++ b/common/diplomatic_actions/17_war_reparations.txt @@ -0,0 +1,27 @@ +war_reparations = { + requires_approval = no + should_notify_third_parties = no + can_select = no + can_select_to_break = no + + potential = { + always = no + } + + pact = { + is_two_sided_pact = no + + income_transfer = 0.1 + recipient_gets_income_transfer = no + income_transfer_based_on_recipient = yes + + should_auto_break = { + always = yes # Once forced duration is up + } + + should_invalidate = { + has_war_with = scope:target_country + } + } +} + diff --git a/common/diplomatic_actions/18_humiliation.txt b/common/diplomatic_actions/18_humiliation.txt new file mode 100644 index 00000000..c69bc02c --- /dev/null +++ b/common/diplomatic_actions/18_humiliation.txt @@ -0,0 +1,24 @@ +humiliation = { + requires_approval = no + should_notify_third_parties = no + can_select = no + can_select_to_break = no + + potential = { + always = no + } + + pact = { + is_two_sided_pact = no + is_humiliation = yes + + should_auto_break = { + always = yes # Once forced duration is up + } + + should_invalidate = { + has_war_with = scope:target_country + } + } +} + diff --git a/common/diplomatic_actions/19_subject_protectorate.txt b/common/diplomatic_actions/19_subject_protectorate.txt new file mode 100644 index 00000000..e8b50e1b --- /dev/null +++ b/common/diplomatic_actions/19_subject_protectorate.txt @@ -0,0 +1,611 @@ +protectorate = { + requires_approval = yes + should_notify_third_parties = yes + can_use_obligations = yes + + possible = { + scope:target_country = { is_at_war = no } + has_diplomatic_relevance = scope:target_country + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + custom_tooltip = { + text = DIPLO_ACTION_MARKET_CONNECTION_REQUIRED + OR = { + AND = { + market = { has_port = yes } + scope:target_country.market = { has_port = yes } + } + scope:actor.market = { + any_scope_country = { + is_adjacent = root + } + } + } + } + } + + pact = { + cost = 25 + is_customs_union = yes + has_junior_participant = yes + recipient_pays_maintenance = no + + relations_progress_per_day = 1 + relations_improvement_max = 50 + + target_requires_approval_to_break = yes + + subject_type = subject_type_protectorate + + actor_can_break = { + is_diplomatic_play_committed_participant = no + } + + target_can_break = { + is_diplomatic_play_committed_participant = no + } + + break_effect = { + create_truce = { country = scope:target_country months = 12 } + } + } + + accept_effect = { + create_incident = { + country = scope:target_country + value = 5 + } + create_truce = { country = scope:target_country months = 60 } + } + + ai = { + check_acceptance_for_will_break = yes + check_acceptance_for_will_propose = yes + + will_propose = { + country_rank >= rank_value:major_power + OR = { + AND = { + infamy < infamy_threshold:infamous + has_attitude = { + who = scope:target_country + attitude = protective + } + } + AND = { + infamy < infamy_threshold:notorious + has_attitude = { + who = scope:target_country + attitude = domineering + } + } + } + } + + will_break = { + is_subject_of = scope:target_country + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = protective + } + has_attitude = { + who = scope:actor + attitude = domineering + } + } + } + value = 1000 + } + } + } + + junior_accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + if = { + limit = { + NOT = { has_strategic_adjacency = scope:actor } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NOT_NEIGHBORS" + value = -10 + } + } + + if = { + limit = { + has_strategy = ai_strategy_armed_isolationism + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ISOLATIONIST" + add = -25 + } + } + + + if = { + limit = { + "scope:actor.ai_army_comparison(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + max = 25 + } + } + else = { + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = -1000 + } + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + min = -30 + } + } + + if = { + limit = { + NOT = { + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NO_CUSTOMS_UNION" + value = -10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = genial + } + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = loyal + } + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + } + value = 10 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -25 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + has_attitude = { + who = scope:actor + attitude = protective + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 5 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 25 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = scope:actor } + OR = { + country_rank >= scope:actor.country_rank + army_size >= scope:actor.army_size + } + + OR = { + has_diplomatic_pact = { + who = root + type = alliance + } + has_diplomatic_pact = { + who = root + type = customs_union + } + has_diplomatic_pact = { + who = root + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_THEM" + value = -25 + } + } + } + + accept_break_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + add = 0.5 + multiply = 5 + min = -50 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + min = -10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + max = 10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = domineering + } + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = root } + OR = { + country_rank >= root.country_rank + army_size >= root.army_size + } + + OR = { + has_diplomatic_pact = { + who = scope:actor + type = alliance + } + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + has_diplomatic_pact = { + who = scope:actor + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_US" + value = 25 + } + } + } + + use_obligation_chance = { + value = 50 + } + + owe_obligation_chance = { + value = 25 + } + } +} + +become_protectorate = { + requires_approval = yes + should_notify_third_parties = yes + + potential = { + is_subject = no + } + + possible = { + is_at_war = no + scope:target_country = { is_at_war = no } + scope:target_country = { + NOT = { + has_diplomatic_pact = { + who = root + type = rivalry + } + } + } + root = { + NOT = { + has_diplomatic_pact = { + who = scope:target_country + type = rivalry + } + } + } + has_diplomatic_relevance = scope:target_country + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + reverse_pact = protectorate + + ai = { + check_acceptance_for_will_propose = yes + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 0 + } + + owe_obligation_chance = { + value = 0 + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/20_subject_puppet.txt b/common/diplomatic_actions/20_subject_puppet.txt new file mode 100644 index 00000000..c54401e6 --- /dev/null +++ b/common/diplomatic_actions/20_subject_puppet.txt @@ -0,0 +1,230 @@ +puppet = { + can_select = no + can_use_obligations = yes + + potential = { + always = no + } + + possible = { + is_revolutionary = no + + scope:target_country = { + is_revolutionary = no + } + } + + pact = { + cost = 25 + has_junior_participant = yes + recipient_pays_maintenance = no + is_customs_union = yes + income_transfer = 0.3 + recipient_gets_income_transfer = no + income_transfer_based_on_recipient = yes + + relations_progress_per_day = 1 + relations_improvement_max = 50 + + target_requires_approval_to_break = yes + + subject_type = subject_type_puppet + + actor_can_break = { + is_diplomatic_play_committed_participant = no + } + + target_can_break = { + is_diplomatic_play_committed_participant = no + } + + break_effect = { + create_truce = { country = scope:target_country months = 12 } + } + } + + ai = { + check_acceptance_for_will_break = yes + + will_break = { + is_subject_of = scope:target_country + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + + propose_break_score = { + value = 10 + } + + accept_break_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + add = 0.5 + multiply = 5 + min = -50 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + min = -10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + max = 10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = domineering + } + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = root } + OR = { + country_rank >= root.country_rank + army_size >= root.army_size + } + + OR = { + has_diplomatic_pact = { + who = scope:actor + type = alliance + } + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + has_diplomatic_pact = { + who = scope:actor + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_US" + value = 25 + } + } + } + + use_obligation_chance = { + value = 50 + } + + owe_obligation_chance = { + value = 25 + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/21_subject_dominion.txt b/common/diplomatic_actions/21_subject_dominion.txt new file mode 100644 index 00000000..9008c490 --- /dev/null +++ b/common/diplomatic_actions/21_subject_dominion.txt @@ -0,0 +1,232 @@ +dominion = { + requires_approval = yes + should_notify_third_parties = yes + can_select = no + can_use_obligations = yes + + potential = { + always = no + } + + possible = { + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + pact = { + cost = 25 + + has_junior_participant = yes + recipient_pays_maintenance = no + is_customs_union = yes + income_transfer = 0.25 + recipient_gets_income_transfer = no + income_transfer_based_on_recipient = yes + + relations_progress_per_day = 1 + relations_improvement_max = 50 + + target_requires_approval_to_break = yes + + subject_type = subject_type_dominion + + actor_can_break = { + is_diplomatic_play_committed_participant = no + } + + target_can_break = { + is_diplomatic_play_committed_participant = no + } + + break_effect = { + create_truce = { country = scope:target_country months = 12 } + } + } + + ai = { + check_acceptance_for_will_break = yes + + will_break = { + is_subject_of = scope:target_country + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + + propose_break_score = { + value = 10 + } + + accept_break_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + add = 0.5 + multiply = 5 + min = -50 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + min = -10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + max = 10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = domineering + } + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = root } + OR = { + country_rank >= root.country_rank + army_size >= root.army_size + } + + OR = { + has_diplomatic_pact = { + who = scope:actor + type = alliance + } + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + has_diplomatic_pact = { + who = scope:actor + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_US" + value = 25 + } + } + } + + use_obligation_chance = { + value = 50 + } + + owe_obligation_chance = { + value = 25 + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/22_subject_personal_union.txt b/common/diplomatic_actions/22_subject_personal_union.txt new file mode 100644 index 00000000..0bdafe22 --- /dev/null +++ b/common/diplomatic_actions/22_subject_personal_union.txt @@ -0,0 +1,226 @@ +personal_union = { + can_select = no + can_use_obligations = yes + + potential = { + always = no + } + + pact = { + cost = 25 + has_junior_participant = yes + recipient_pays_maintenance = no + is_customs_union = yes + + relations_progress_per_day = 1 + relations_improvement_max = 50 + + target_requires_approval_to_break = yes + + subject_type = subject_type_personal_union + + break_effect = { + create_truce = { country = scope:target_country months = 12 } + } + + actor_can_break = { + is_diplomatic_play_committed_participant = no + } + + target_can_break = { + is_diplomatic_play_committed_participant = no + } + + should_invalidate = { + OR = { + NOT = { has_law = law_type:law_monarchy } + scope:target_country = { NOT = { has_law = law_type:law_monarchy } } + } + } + } + + ai = { + check_acceptance_for_will_break = yes + + will_break = { + is_subject_of = scope:target_country + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + + propose_break_score = { + value = 10 + } + + accept_break_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + add = 0.5 + multiply = 5 + min = -50 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + min = -10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + max = 10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = domineering + } + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = root } + OR = { + country_rank >= root.country_rank + army_size >= root.army_size + } + + OR = { + has_diplomatic_pact = { + who = scope:actor + type = alliance + } + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + has_diplomatic_pact = { + who = scope:actor + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_US" + value = 25 + } + } + } + + use_obligation_chance = { + value = 50 + } + + owe_obligation_chance = { + value = 25 + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/23_subject_vassal.txt b/common/diplomatic_actions/23_subject_vassal.txt new file mode 100644 index 00000000..0e498efd --- /dev/null +++ b/common/diplomatic_actions/23_subject_vassal.txt @@ -0,0 +1,229 @@ +vassal = { + can_select = no + can_use_obligations = yes + + potential = { + always = no + } + + possible = { + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + pact = { + cost = 25 + has_junior_participant = yes + recipient_pays_maintenance = no + is_customs_union = yes + income_transfer = 0.3 + recipient_gets_income_transfer = no + income_transfer_based_on_recipient = yes + + relations_progress_per_day = 1 + relations_improvement_max = 50 + + target_requires_approval_to_break = yes + + subject_type = subject_type_vassal + + actor_can_break = { + is_diplomatic_play_committed_participant = no + } + + target_can_break = { + is_diplomatic_play_committed_participant = no + } + + break_effect = { + create_truce = { country = scope:target_country months = 12 } + } + } + + ai = { + check_acceptance_for_will_break = yes + + will_break = { + is_subject_of = scope:target_country + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + + propose_break_score = { + value = 10 + } + + accept_break_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + add = 0.5 + multiply = 5 + min = -50 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + min = -10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + max = 10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = domineering + } + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = root } + OR = { + country_rank >= root.country_rank + army_size >= root.army_size + } + + OR = { + has_diplomatic_pact = { + who = scope:actor + type = alliance + } + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + has_diplomatic_pact = { + who = scope:actor + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_US" + value = 25 + } + } + } + + use_obligation_chance = { + value = 50 + } + + owe_obligation_chance = { + value = 25 + } + } +} \ No newline at end of file diff --git a/common/diplomatic_actions/24_subject_tributary.txt b/common/diplomatic_actions/24_subject_tributary.txt new file mode 100644 index 00000000..cebc4233 --- /dev/null +++ b/common/diplomatic_actions/24_subject_tributary.txt @@ -0,0 +1,602 @@ +tributary = { + requires_approval = yes + should_notify_third_parties = yes + can_use_obligations = yes + + possible = { + is_at_war = no + scope:target_country = { is_at_war = no } + has_diplomatic_relevance = scope:target_country + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + custom_tooltip = { + text = DIPLO_ACTION_MARKET_CONNECTION_REQUIRED + OR = { + AND = { + market = { has_port = yes } + scope:target_country.market = { has_port = yes } + } + scope:actor.market = { + any_scope_country = { + is_adjacent = root + } + } + } + } + } + + pact = { + cost = 25 + is_customs_union = yes + has_junior_participant = yes + recipient_pays_maintenance = no + + income_transfer = 0.2 + recipient_gets_income_transfer = no + income_transfer_based_on_recipient = yes + + relations_progress_per_day = 1 + relations_improvement_max = 50 + + target_requires_approval_to_break = yes + + subject_type = subject_type_tributary + + actor_can_break = { + is_diplomatic_play_committed_participant = no + } + + target_can_break = { + is_diplomatic_play_committed_participant = no + } + + break_effect = { + create_truce = { country = scope:target_country months = 12 } + } + } + + accept_effect = { + create_incident = { + country = scope:target_country + value = 5 + } + } + + ai = { + check_acceptance_for_will_break = yes + check_acceptance_for_will_propose = yes + + will_propose = { + country_rank = rank_value:unrecognized_major_power + scope:target_country = { is_country_type = unrecognized } + OR = { + AND = { + infamy < infamy_threshold:infamous + has_attitude = { + who = scope:target_country + attitude = protective + } + } + AND = { + infamy < infamy_threshold:notorious + has_attitude = { + who = scope:target_country + attitude = domineering + } + } + } + } + + will_break = { + is_subject_of = scope:target_country + has_attitude = { + who = scope:target_country + attitude = rebellious + } + } + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = protective + } + has_attitude = { + who = scope:actor + attitude = domineering + } + } + } + value = 1000 + } + } + } + + junior_accept_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + if = { + limit = { + NOT = { has_strategic_adjacency = scope:actor } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NOT_NEIGHBORS" + value = -10 + } + } + + if = { + limit = { + has_strategy = ai_strategy_armed_isolationism + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ISOLATIONIST" + add = -25 + } + } + + + if = { + limit = { + "scope:actor.ai_army_comparison(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + max = 25 + } + } + else = { + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = -1000 + } + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.5 + max = 10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + min = -30 + } + } + + if = { + limit = { + NOT = { + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_NO_CUSTOMS_UNION" + value = -10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = genial + } + has_attitude = { + who = scope:actor + attitude = conciliatory + } + has_attitude = { + who = scope:actor + attitude = loyal + } + has_attitude = { + who = scope:actor + attitude = cooperative + } + } + } + value = 10 + } + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = cautious + } + } + value = -25 + } + if = { + limit = { + OR = { + has_attitude = { + who = scope:actor + attitude = antagonistic + } + has_attitude = { + who = scope:actor + attitude = domineering + } + has_attitude = { + who = scope:actor + attitude = belligerent + } + has_attitude = { + who = scope:actor + attitude = rebellious + } + has_attitude = { + who = scope:actor + attitude = protective + } + } + } + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 5 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 25 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = scope:actor } + OR = { + country_rank >= scope:actor.country_rank + army_size >= scope:actor.army_size + } + + OR = { + has_diplomatic_pact = { + who = root + type = alliance + } + has_diplomatic_pact = { + who = root + type = customs_union + } + has_diplomatic_pact = { + who = root + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_THEM" + value = -25 + } + } + } + + accept_break_score = { + value = 0 + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_BASE" + value = -100 + } + + if = { + limit = { has_truce_with = scope:actor } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_TRUCE" + value = -1000 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ARMY_STRENGTH" + value = "scope:actor.ai_army_comparison(root)" + add = 0.5 + multiply = 5 + min = -50 + max = 50 + } + + if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" > 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = -0.25 + min = -10 + } + } + else_if = { + limit = { + "scope:actor.ai_ideological_opinion(root)" < 0 + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_IDEOLOGICAL_OPINION_NEGATIVE" + value = "scope:actor.ai_ideological_opinion(root)" + multiply = 0.25 + max = 10 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_ATTITUDE" + if = { + limit = { + has_attitude = { + who = scope:actor + attitude = domineering + } + } + value = -50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RELATIONS" + if = { + limit = { + "relations(scope:actor)" < relations_threshold:cordial + } + value = -25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:cordial + "relations(scope:actor)" < relations_threshold:amicable + } + value = 10 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:amicable + "relations(scope:actor)" < relations_threshold:friendly + } + value = 25 + } + if = { + limit = { + "relations(scope:actor)" >= relations_threshold:friendly + } + value = 50 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_INFAMY" + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:infamous + "scope:actor.infamy" < infamy_threshold:notorious + } + value = -25 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:notorious + "scope:actor.infamy" < infamy_threshold:pariah + } + value = -50 + } + if = { + limit = { + "scope:actor.infamy" >= infamy_threshold:pariah + } + value = -100 + } + } + + add = { + desc = "DIPLOMATIC_ACCEPTANCE_RANK" + + if = { + limit = { scope:actor = { country_rank > root.country_rank } } + value = 10 + } + + if = { + limit = { scope:actor = { country_rank < root.country_rank } } + value = -10 + } + } + + if = { + limit = { + any_country = { + NOT = { this = root } + OR = { + country_rank >= root.country_rank + army_size >= root.army_size + } + + OR = { + has_diplomatic_pact = { + who = scope:actor + type = alliance + } + has_diplomatic_pact = { + who = scope:actor + type = customs_union + } + has_diplomatic_pact = { + who = scope:actor + type = defensive_pact + } + } + } + } + add = { + desc = "DIPLOMATIC_ACCEPTANCE_POWERFUL_PROTECTORS_US" + value = 25 + } + } + } + + use_obligation_chance = { + value = 50 + } + + owe_obligation_chance = { + value = 25 + } + } +} + +become_tributary = { + requires_approval = yes + should_notify_third_parties = yes + + potential = { + is_country_type = unrecognized + scope:target_country = { is_country_type = unrecognized } + is_subject = no + } + + possible = { + is_at_war = no + scope:target_country = { is_at_war = no } + has_diplomatic_relevance = scope:target_country + is_revolutionary = no + scope:target_country = { + is_revolutionary = no + } + } + + reverse_pact = tributary + + ai = { + check_acceptance_for_will_propose = yes + + propose_score = { + value = 10 + } + + propose_break_score = { + value = 10 + } + + use_obligation_chance = { + value = 0 + } + + owe_obligation_chance = { + value = 0 + } + } +} \ No newline at end of file diff --git a/common/discrimination_traits/00_cultural_heritage.txt b/common/discrimination_traits/00_cultural_heritage.txt index b535375d..15c85a72 100644 --- a/common/discrimination_traits/00_cultural_heritage.txt +++ b/common/discrimination_traits/00_cultural_heritage.txt @@ -4,4 +4,15 @@ example_heritage = { heritage = yes } +medi_sea_heritage = { + heritage = yes +} + +udf_heritage = { + heritage = yes +} + +augustan_heritage = { + heritage = yes +} ##################### \ No newline at end of file diff --git a/common/discrimination_traits/01_religious_heritage.txt b/common/discrimination_traits/01_religious_heritage.txt index bddb08cc..a997078c 100644 --- a/common/discrimination_traits/01_religious_heritage.txt +++ b/common/discrimination_traits/01_religious_heritage.txt @@ -1,6 +1,6 @@ ###### EXAMPLE ###### -examplian = { +non_religious = { heritage = yes } diff --git a/common/discrimination_traits/02_cultural_descriptive.txt b/common/discrimination_traits/02_cultural_descriptive.txt index 367a1932..07aba92b 100644 --- a/common/discrimination_traits/02_cultural_descriptive.txt +++ b/common/discrimination_traits/02_cultural_descriptive.txt @@ -1,6 +1,15 @@ ###### EXAMPLE ###### -sorvanophone = { #This creates a trait using this name until localisation is provided. +portuguese = { +} + +norwegian = { +} + +filipino = { +} + +english = { } ##################### \ No newline at end of file diff --git a/common/discrimination_traits/03_culture_groups.txt b/common/discrimination_traits/03_culture_groups.txt index 1be759cf..df2ac4ef 100644 --- a/common/discrimination_traits/03_culture_groups.txt +++ b/common/discrimination_traits/03_culture_groups.txt @@ -3,4 +3,16 @@ example_culture_group={ #Works same as cultural_descriptive traits. } +medi_sea_culture_group = { +} + +lyrean_sea_culture_group = { +} + +alenarith_culture_group = { +} + +yoahtlan_culture_group = { +} + ##################### \ No newline at end of file diff --git a/common/dna_data/00_akjanklin.txt b/common/dna_data/00_akjanklin.txt new file mode 100644 index 00000000..3b270045 --- /dev/null +++ b/common/dna_data/00_akjanklin.txt @@ -0,0 +1,24 @@ +dna_akjanklin = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 64 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_amandacc.txt b/common/dna_data/00_amandacc.txt new file mode 100644 index 00000000..ff2f9485 --- /dev/null +++ b/common/dna_data/00_amandacc.txt @@ -0,0 +1,24 @@ +dna_amandacc = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 112 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_anon00014.txt b/common/dna_data/00_anon00014.txt new file mode 100644 index 00000000..3bf273dd --- /dev/null +++ b/common/dna_data/00_anon00014.txt @@ -0,0 +1,24 @@ +dna_anon00014 = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 149 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_banyough.txt b/common/dna_data/00_banyough.txt new file mode 100644 index 00000000..115c53c6 --- /dev/null +++ b/common/dna_data/00_banyough.txt @@ -0,0 +1,24 @@ +dna_banyough = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 39 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_bellamorte.txt b/common/dna_data/00_bellamorte.txt new file mode 100644 index 00000000..953acc11 --- /dev/null +++ b/common/dna_data/00_bellamorte.txt @@ -0,0 +1,24 @@ +dna_bellamorte = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 222 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_britishwanderer.txt b/common/dna_data/00_britishwanderer.txt new file mode 100644 index 00000000..b730cd56 --- /dev/null +++ b/common/dna_data/00_britishwanderer.txt @@ -0,0 +1,24 @@ +dna_britishwanderer = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 3 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_chocchips.txt b/common/dna_data/00_chocchips.txt new file mode 100644 index 00000000..9e6fca6d --- /dev/null +++ b/common/dna_data/00_chocchips.txt @@ -0,0 +1,24 @@ +dna_chocchips = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 112 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_elementkz.txt b/common/dna_data/00_elementkz.txt new file mode 100644 index 00000000..6471c82f --- /dev/null +++ b/common/dna_data/00_elementkz.txt @@ -0,0 +1,24 @@ +dna_elementkz = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 161 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_gobblin.txt b/common/dna_data/00_gobblin.txt new file mode 100644 index 00000000..7f721615 --- /dev/null +++ b/common/dna_data/00_gobblin.txt @@ -0,0 +1,24 @@ +dna_gobblin = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 15 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_horizonleap.txt b/common/dna_data/00_horizonleap.txt new file mode 100644 index 00000000..c8f837fb --- /dev/null +++ b/common/dna_data/00_horizonleap.txt @@ -0,0 +1,24 @@ +dna_horizonleap = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 173 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_kaprediem.txt b/common/dna_data/00_kaprediem.txt new file mode 100644 index 00000000..d26d1c7e --- /dev/null +++ b/common/dna_data/00_kaprediem.txt @@ -0,0 +1,24 @@ +dna_kaprediem = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 27 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_ladykat.txt b/common/dna_data/00_ladykat.txt new file mode 100644 index 00000000..1199d984 --- /dev/null +++ b/common/dna_data/00_ladykat.txt @@ -0,0 +1,24 @@ +dna_ladykat = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 185 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_lottosprayer.txt b/common/dna_data/00_lottosprayer.txt new file mode 100644 index 00000000..fab2a90f --- /dev/null +++ b/common/dna_data/00_lottosprayer.txt @@ -0,0 +1,24 @@ +dna_lottosprayer = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 185 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_magnileve.txt b/common/dna_data/00_magnileve.txt new file mode 100644 index 00000000..e0e4bd67 --- /dev/null +++ b/common/dna_data/00_magnileve.txt @@ -0,0 +1,24 @@ +dna_magnileve = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 100 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_metriximor.txt b/common/dna_data/00_metriximor.txt new file mode 100644 index 00000000..ad383346 --- /dev/null +++ b/common/dna_data/00_metriximor.txt @@ -0,0 +1,24 @@ +dna_metriximor = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 39 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_ofunknown.txt b/common/dna_data/00_ofunknown.txt new file mode 100644 index 00000000..992605e4 --- /dev/null +++ b/common/dna_data/00_ofunknown.txt @@ -0,0 +1,24 @@ +dna_ofunknown = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 197 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_orhint.txt b/common/dna_data/00_orhint.txt new file mode 100644 index 00000000..1fc382b2 --- /dev/null +++ b/common/dna_data/00_orhint.txt @@ -0,0 +1,24 @@ +dna_orhint = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 76 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_pythius.txt b/common/dna_data/00_pythius.txt new file mode 100644 index 00000000..fd755845 --- /dev/null +++ b/common/dna_data/00_pythius.txt @@ -0,0 +1,24 @@ +dna_pythius = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 137 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_reddevel.txt b/common/dna_data/00_reddevel.txt new file mode 100644 index 00000000..0a26a617 --- /dev/null +++ b/common/dna_data/00_reddevel.txt @@ -0,0 +1,24 @@ +dna_reddevel = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 246 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_redsteel.txt b/common/dna_data/00_redsteel.txt new file mode 100644 index 00000000..5b1e1232 --- /dev/null +++ b/common/dna_data/00_redsteel.txt @@ -0,0 +1,24 @@ +dna_redsteel = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 149 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_retyu.txt b/common/dna_data/00_retyu.txt new file mode 100644 index 00000000..4e13df5d --- /dev/null +++ b/common/dna_data/00_retyu.txt @@ -0,0 +1,24 @@ +dna_retyu = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 209 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_sambonusg.txt b/common/dna_data/00_sambonusg.txt new file mode 100644 index 00000000..a2f01072 --- /dev/null +++ b/common/dna_data/00_sambonusg.txt @@ -0,0 +1,24 @@ +dna_sambonusg = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 88 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_smal.txt b/common/dna_data/00_smal.txt new file mode 100644 index 00000000..5bf71fe8 --- /dev/null +++ b/common/dna_data/00_smal.txt @@ -0,0 +1,24 @@ +dna_smal = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 76 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_squareblob.txt b/common/dna_data/00_squareblob.txt new file mode 100644 index 00000000..952dd4ae --- /dev/null +++ b/common/dna_data/00_squareblob.txt @@ -0,0 +1,24 @@ +dna_squareblob = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 222 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_topaz.txt b/common/dna_data/00_topaz.txt new file mode 100644 index 00000000..18a77ff3 --- /dev/null +++ b/common/dna_data/00_topaz.txt @@ -0,0 +1,24 @@ +dna_topaz = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 3 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_tshola.txt b/common/dna_data/00_tshola.txt new file mode 100644 index 00000000..c050ca17 --- /dev/null +++ b/common/dna_data/00_tshola.txt @@ -0,0 +1,24 @@ +dna_tshola = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 124 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_wolfeyes.txt b/common/dna_data/00_wolfeyes.txt new file mode 100644 index 00000000..1364d1a9 --- /dev/null +++ b/common/dna_data/00_wolfeyes.txt @@ -0,0 +1,24 @@ +dna_wolfeyes = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 234 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/dna_data/00_zeldronix.txt b/common/dna_data/00_zeldronix.txt new file mode 100644 index 00000000..e93b6f0a --- /dev/null +++ b/common/dna_data/00_zeldronix.txt @@ -0,0 +1,24 @@ +dna_zeldronix = { + portrait_info = { + genes = { + hair_color={ 0 0 0 0 } + skin_color={ 0 0 0 0 } + eye_color={ 0 0 0 0 } + gene_complexion={ "complexion_01" 127 "complexion_01" 127 } + gene_stubble={ "stubble_low" 127 "stubble_low" 127 } + gene_face_dacals={ "face_dacal_01" 127 "face_dacal_01" 127 } + gene_eyebrows_shape={ "no_eyebrows" 127 "no_eyebrows" 127 } + gene_eyebrows_fullness={ "no_eyebrows" 127 "no_eyebrows" 127 } + hairstyles={ "no_hairstyles" 0 "no_hairstyles" 0 } + beards={ "all_beards" 0 "all_beards" 0 } + props={ "no_prop" 0 "no_prop" 0 } + eye_accessory={ "normal_eyes" 0 "normal_eyes" 0 } + eye_lashes_accessory={ "normal_eyelashes" 0 "normal_eyelashes" 0 } + teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 } + flat_clothes={ "gene_no_clothes" 0 "gene_no_clothes" 0 } + gene_no_portrait={ "no_portrait" 127 "no_portrait" 127 } + base_skins={ "gene_unique_skin" 52 "gene_base_skin" 0 } + } + } + enabled = yes +} \ No newline at end of file diff --git a/common/ethnicities/minecrafter.txt b/common/ethnicities/minecrafter.txt new file mode 100644 index 00000000..9a74f95a --- /dev/null +++ b/common/ethnicities/minecrafter.txt @@ -0,0 +1,7 @@ +minecrafter = { + template = "ethnicity_template" + + base_skins = { + 1 = { name = gene_base_skin range = { 0.0 1.0 } } + } +} \ No newline at end of file diff --git a/common/ethnicities/template.txt b/common/ethnicities/template.txt new file mode 100644 index 00000000..e9b496f8 --- /dev/null +++ b/common/ethnicities/template.txt @@ -0,0 +1,5 @@ +ethnicity_template = { + gene_no_portrait={ + 1 = { name = no_portrait range = { 1.0 1.0 } } + } +} \ No newline at end of file diff --git a/common/ethnicities/thruittan.txt b/common/ethnicities/thruittan.txt new file mode 100644 index 00000000..40bfab85 --- /dev/null +++ b/common/ethnicities/thruittan.txt @@ -0,0 +1,11 @@ +thruittan = { + ethnicity_template = ethnicity_template + + base_skins = { + 1 = { name = gene_thruitt range = { 0.0 1.0 } } + } + + flat_clothes = { + 1 = { name = gene_thruitt_clothes range = { 0.0 1.0 } } + } +} \ No newline at end of file diff --git a/common/flag_definitions/00_flag_definitions.txt b/common/flag_definitions/00_flag_definitions.txt index fb17dcb4..e65c2f5f 100644 --- a/common/flag_definitions/00_flag_definitions.txt +++ b/common/flag_definitions/00_flag_definitions.txt @@ -62,3 +62,35 @@ DEFAULT = { } } } +DAN = { # Danzilona + flag_definition = { + coa = DAN + subject_canton = DAN + allow_overlord_canton = yes + coa_with_overlord_canton = DAN_subject + overlord_canton_scale = { 0.337 0.337 } + priority = 1 + } + flag_definition = { + coa = DAN_VANGUARD + subject_canton = DAN_vanguard_state + allow_overlord_canton = yes + coa_with_overlord_canton = DAN_subject + overlord_canton_scale = { 0.337 0.337 } + priority = 20 + trigger = { + coa_def_vanguard_state_flag_trigger = yes + } + } +} +GEN = { # Gensokyo + flag_definition = { + coa = GEN + subject_canton = GEN + allow_overlord_canton = yes + coa_with_overlord_canton = GEN_TRUIDENCIA + overlord_canton_scale = { 0.337 0.337 } + priority = 1 + } + +} diff --git a/common/genes/01_genes_morph.txt b/common/genes/01_genes_morph.txt new file mode 100644 index 00000000..3b3670cb --- /dev/null +++ b/common/genes/01_genes_morph.txt @@ -0,0 +1,1394 @@ +@maleMin = 0.0 +@maleMax = 1.0 +@femaleMin = 0.0 +@femaleMax = 0.8 + +@maleAnimMin = -0.5 +@maleAnimMax = 0.5 +@femaleAnimMin = -0.4 +@femaleAnimMax = 0.4 + +@maleBsMin = -1.0 +@maleBsMax = 1.0 +@femaleBsMin = -0.8 +@femaleBsMax = 0.8 + +@boyMin = 0.0 +@boyMax = 1.0 +@girlMin = 0.2 +@girlMax = 0.8 + +age_presets = { + age_preset_aging_primary = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.25 0.0 } + { 0.35 0.2 } + { 0.75 1.0 } + } + } + age_preset_aging_secondary = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.55 0.0 } + { 0.90 0.5 } + } + } + age_preset_beard_growth = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.15 0.0 } + { 0.22 1.0 } + } + } + age_preset_aging_hsv_curve = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.35 0.0 } + { 0.7 0.0 } + { 0.8 1.0 } + } + } + age_preset_infant_joints = { + mode = multiply + curve = { + { 0.0 -1.0 } + { 0.03 -0.6 } + { 0.07 -0.43 } + { 0.10 -0.28 } + { 0.15 -0.05 } + { 0.18 0.0 } + { 1.0 1.0 } + } + } + age_preset_infant_joints_body = { + mode = multiply + curve = { + { 0.0 -1.0 } + { 0.03 -0.7 } + { 0.07 -0.45 } + { 0.15 -0.05 } + { 0.18 0.0 } + { 1.0 1.0 } + } + } + age_preset_child_bs_head = { + mode = multiply + curve = { + { 0.03 0.7 } + { 0.05 0.6 } + { 0.10 0.5 } + { 0.20 0.0 } + } + } + age_preset_child_bs_body = { + mode = multiply + curve = { + { 0.00 1.0 } + { 0.05 0.4 } + { 0.10 0.2 } + { 0.10 0.1 } + { 0.15 0.0 } + } + } + age_preset_child_features = { + mode = multiply + curve = { + { 0.0 1 } + { 0.05 0.5 } + { 0.10 0.65 } + { 0.22 1.0 } + } + } + age_preset_child_fat = { + mode = multiply + curve = { + { 0.0 0.2 } + { 0.10 0.5 } + { 0.18 1.0 } + { 0.7 1.0 } + { 0.95 0.2 } + } + } + age_preset_child_fat_decal = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.10 0.0 } + { 0.15 0.3 } + { 0.2 1.0 } + } + } + age_preset_aging_gauntness = { + mode = add + curve = { + { 0.0 0.0 } + { 0.7 0.0 } + { 0.95 0.4 } + } + } + age_preset_height = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.18 1.0 } + { 0.7 1.0 } + { 0.9 0.6 } + } + } + age_preset_eyebrows = { + mode = multiply + curve = { + { 0.0 0.5 } + { 0.15 0.75 } + { 0.2 1.0 } + { 0.5 1.0 } + { 0.9 0.8 } + } + } + age_preset_eyebrows_fullness = { + mode = multiply + curve = { + { 0.0 0.5 } + { 0.15 0.75 } + { 0.2 1.0 } + { 0.5 1.0 } + { 0.9 0.2 } + } + } + age_preset_eyebrows_old = { + mode = multiply + curve = { + { 0.4 0.0 } + { 0.8 1.0 } + } + } +} + +morph_genes = { + gene_complexion = { + complexion_01 = { + index = 0 + male = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/male_head/male_head_01_diffuse.dds" + normal = "gfx/models/portraits/male_head/male_head_01_normal.dds" + specular = "gfx/models/portraits/male_head/male_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.7 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + female = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/female_head/female_head_01_diffuse.dds" + normal = "gfx/models/portraits/female_head/female_head_01_normal.dds" + specular = "gfx/models/portraits/female_head/female_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.8 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + boy = male + girl = female + } + + complexion_02 = { + index = 1 + male = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/male_head/male_head_02_diffuse.dds" + normal = "gfx/models/portraits/male_head/male_head_01_normal.dds" + specular = "gfx/models/portraits/male_head/male_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.7 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + female = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/female_head/female_head_02_diffuse.dds" + normal = "gfx/models/portraits/female_head/female_head_01_normal.dds" + specular = "gfx/models/portraits/female_head/female_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.8 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + boy = male + girl = female + } + + complexion_03 = { + index = 2 + male = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/male_head/male_head_03_diffuse.dds" + normal = "gfx/models/portraits/male_head/male_head_01_normal.dds" + specular = "gfx/models/portraits/male_head/male_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.7 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + female = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/female_head/female_head_03_diffuse.dds" + normal = "gfx/models/portraits/female_head/female_head_01_normal.dds" + specular = "gfx/models/portraits/female_head/female_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.8 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + boy = male + girl = female + } + + complexion_04 = { + index = 3 + male = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/male_head/male_head_04_diffuse.dds" + normal = "gfx/models/portraits/male_head/male_head_01_normal.dds" + specular = "gfx/models/portraits/male_head/male_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.7 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + female = { + texture_override = { + weight = 100 #if there are multiple texture_overrides in a character's dna one will be picked by weighted random + diffuse = "gfx/models/portraits/female_head/female_head_04_diffuse.dds" + normal = "gfx/models/portraits/female_head/female_head_01_normal.dds" + specular = "gfx/models/portraits/female_head/female_head_01_properties.dds" + } + decal = { #Lip color + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/female_head/decal_female_head_lip_color_01_diffuse.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 0.8 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + # normal = overlay + # properties = + } + priority = 1 + # age = age_preset_aging_definition_male + } + } + boy = male + girl = female + } + + } + + gene_stubble = { + stubble_low = { + index = 0 + male = { + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_03_diffuse.dds" + normal = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_03_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 0.75 1.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + # properties = + } + age = age_preset_beard_growth + priority = 1 + } + } + female = { + } + boy = male + girl = female + } + + stubble_medium = { + index = 1 + male = { + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_02_diffuse.dds" + normal = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_02_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 0.75 1.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + # properties = + } + age = age_preset_beard_growth + priority = 1 + } + } + female = { + } + boy = male + girl = female + } + + stubble_full = { + index = 2 + male = { + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_01_diffuse.dds" + normal = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_01_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 0.75 1.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + # properties = + } + age = age_preset_beard_growth + priority = 1 + } + } + female = { + } + boy = male + girl = female + } + + stubble_patchy = { + index = 3 + male = { + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_04_diffuse.dds" + normal = "gfx/models/portraits/decals/male_head/decal_male_head_stubble_04_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 0.75 1.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + # properties = + } + age = age_preset_beard_growth + priority = 1 + } + } + female = { + } + boy = male + girl = female + } + + } + +gene_face_dacals = { + face_dacal_01 = { + index = 0 + male = { + + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_01_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_01_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.25 1.0 } + { 1.0 1.0 } + } + } + priority = 0 + } + } + female = { + + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_01_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_01_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0 0.0 } + { 0.18 0.0 } + { 0.30 0.8 } + { 1 1 } + } + } + priority = 0 + } + } + } + + face_dacal_02 = { + index = 1 + male = { + + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_02_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_02_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.25 1.0 } + { 1.0 1.0 } + } + } + priority = 0 + } + } + female = { + + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_02_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_02_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0 1 } + { 1 1 } + { 1 1 } + } + } + priority = 0 + } + } + + } + face_dacal_03 = { + index = 2 + male = { + + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_03_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_03_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + + { 0.0 0.0 } + { 0.25 0.8 } + { 1.0 1.0 } + } + } + priority = 0 + } + } + female = { + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_03_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_03_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0.0 0.4 } + { 1 1 } + { 1 1 } + } + } + priority = 0 + } + } + } + + face_dacal_04 = { + index = 3 + male = { + + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_04_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_04_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0.0 0.0 } + { 0.25 1.0 } + { 1.0 1.0 } + + } + } + priority = 0 + } + } + female = { + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_02_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_02_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0.0 0.0 } + { 1.0 1.0 } + { 1 1 } + } + } + priority = 0 + } + } + } + + face_dacal_05 = { + index = 4 + male = { + + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_04_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_04_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0.0 0.0 } + { 1.0 0.0 } + } + } + priority = 0 + } + } + female = { + decal = { + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/visual_traits/face_02_diffuse.dds" + normal = "gfx/models/portraits/decals/visual_traits/face_02_normal.dds" + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = overlay + normal = overlay + # properties = + } + age = { + mode = multiply + curve = { + { 0.0 0.0 } + { 1.0 0.0 } + + } + } + priority = 0 + } + } + } +} + + gene_eyebrows_shape = { + group = eyes + + no_eyebrows = { + index = 0 + } + + avg_spacing_avg_thickness = { + index = 1 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_avg_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_avg_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_avg_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + avg_spacing_high_thickness = { + index = 2 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + avg_spacing_low_thickness = { + index = 3 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_low_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + avg_spacing_lower_thickness = { + index = 4 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_lower_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + avg_spacing_lowest_thickness = { + index = 5 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_lowest_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + far_spacing_avg_thickness = { + index = 6 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_far_spacing_avg_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_avg_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_avg_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + far_spacing_high_thickness = { + index = 7 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_far_spacing_high_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + far_spacing_low_thickness = { + index = 8 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_far_spacing_low_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + far_spacing_lower_thickness = { + index = 9 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_far_spacing_lower_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + far_spacing_lowest_thickness = { + index = 10 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_far_spacing_lowest_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + close_spacing_avg_thickness = { + index = 11 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_close_spacing_avg_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_avg_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_avg_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + close_spacing_high_thickness = { + index = 12 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_close_spacing_high_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 10 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + close_spacing_low_thickness = { + index = 13 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_close_spacing_low_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 11 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + close_spacing_lower_thickness = { + index = 14 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_close_spacing_lower_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 11 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + close_spacing_lowest_thickness = { + index = 15 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_close_spacing_lowest_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_normal.dds" + properties = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_avg_spacing_high_thickness_properties.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + properties = replace + } + priority = 11 + age = age_preset_eyebrows + } + } + female = male + boy = male + girl = female + } + } + + gene_eyebrows_fullness = { + group = eyes + + no_eyebrows = { + index = 0 + } + + layer_2_avg_thickness = { + index = 1 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_avg_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_avg_thickness_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + } + priority = 10 + age = age_preset_eyebrows_fullness + } + } + female = male + boy = male + girl = female + } + + layer_2_high_thickness = { + index = 2 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_high_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_avg_thickness_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + } + priority = 10 + age = age_preset_eyebrows_fullness + } + } + female = male + boy = male + girl = female + } + + layer_2_low_thickness = { + index = 3 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_low_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_avg_thickness_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + } + priority = 10 + age = age_preset_eyebrows_fullness + } + } + female = male + boy = male + girl = female + } + + layer_2_lower_thickness = { + index = 4 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_lower_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_avg_thickness_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + } + priority = 10 + age = age_preset_eyebrows_fullness + } + } + female = male + boy = male + girl = female + } + layer_2_lowest_thickness = { + index = 5 + male = { + decal = { + + body_part = head + textures = { + diffuse = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_lowest_thickness_diffuse.dds" + normal = "gfx/models/portraits/decals/male_eyebrows/decal_male_eyebrows_layer_2_avg_thickness_normal.dds" + } + alpha_curve = { #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified + #gene strength%, decal alpha + { 0.0 0.0 } + { 1.0 1.0 } + } + blend_modes = { #overlay/replace/hard_light/multiply + diffuse = multiply + normal = overlay + } + priority = 10 + age = age_preset_eyebrows_fullness + } + } + female = male + boy = male + girl = female + } + } + + + + +} \ No newline at end of file diff --git a/common/genes/02_genes_accessories_hairstyles.txt b/common/genes/02_genes_accessories_hairstyles.txt new file mode 100644 index 00000000..9d986167 --- /dev/null +++ b/common/genes/02_genes_accessories_hairstyles.txt @@ -0,0 +1,28 @@ +accessory_genes = { + ##################################### + # # + # HAIR # + # # + ##################################### + hairstyles = { + inheritable = no + no_hairstyles = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + all_hairstyles = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } +} diff --git a/common/genes/03_genes_accessories_beards.txt b/common/genes/03_genes_accessories_beards.txt new file mode 100644 index 00000000..368c25e8 --- /dev/null +++ b/common/genes/03_genes_accessories_beards.txt @@ -0,0 +1,28 @@ +accessory_genes = { + ##################################### + # # + # BEARDS # + # # + ##################################### + beards = { + inheritable = no + all_beards = { + index = 0 + male = { + 1 = empty + } + female = male + boy = female + girl = male + } + no_beard = { + index = 1 + male = { + 1 = empty + } + female = male + boy = female + girl = male + } + } +} diff --git a/common/genes/04_genes_accessories_misc.txt b/common/genes/04_genes_accessories_misc.txt new file mode 100644 index 00000000..ab5c6667 --- /dev/null +++ b/common/genes/04_genes_accessories_misc.txt @@ -0,0 +1,164 @@ +accessory_genes = { + ##################################### + # # + # MISC # + # # + ##################################### + # ##################################### + # # # + # # Props # + # # # + # ##################################### + props = { + inheritable = no + no_prop = { + index = 0 + male = { + } + female = { + } + boy = { + } + girl = { + } + } + } + ##################################### + # # + # EYE ACCESSORY # + # # + ##################################### + eye_accessory = { + inheritable = no + normal_eyes = { + index = 0 + male = { + 1 = empty + } + female = { + 1 = empty + } + boy = male + girl = female + } + no_eyes = { + index = 1 + male = { + 1 = empty + } + female = { + 1 = empty + } + boy = male + girl = female + } + } + eye_lashes_accessory = { + inheritable = no + normal_eyelashes = { + index = 0 + male = { + 1 = empty + } + female = { + 1 = empty + } + boy = male + girl = female + } + no_eyelashes = { + index = 1 + male = { + 1 = empty + } + female = { + 1 = empty + } + boy = male + girl = female + } + } + # ##################################### + # # # + # # TEETH ACCESSORY # + # # # + # ##################################### + teeth_accessory = { + inheritable = no + normal_teeth = { + index = 0 + male = { + } + female = { + } + boy = { + } + girl = { + } + } + no_teeth = { + index = 1 + male = { + } + female = { + } + boy = { + } + girl = { + } + } + } + # ##################################### + # # # + # # EYELASHES ACCESSORY # + # # # + # ##################################### + # eyelashes_accessory = { + # inheritable = no + # # inheritable = no + # no_eyelashes = { + # index = 0 + # male = { + # 1 = empty + # } + # female = { + # 1 = empty + # } + # boy = { + # } + # girl = { + # } + # } + # normal_eyelashes = { + # index = 1 + # male = { + # 1 = "male_eyelashes_normal" + # } + # female = { + # 1 = "female_eyelashes_normal" + # } + # boy = { + # } + # girl = { + # } + # } + # asian_eyelashes = { + # index = 2 + # male = { + # 1 = "male_eyelashes_asian" + # } + # female = { + # 1 = "female_eyelashes_asian" + # } + # boy = { + # } + # girl = { + # } + # } + # } + # ##################################### + # # # + # # NUDITY ACCESSORY # + # # # + # ##################################### +} diff --git a/common/genes/95_genes_clothes_portrait2d.txt b/common/genes/95_genes_clothes_portrait2d.txt new file mode 100644 index 00000000..9f2c0e13 --- /dev/null +++ b/common/genes/95_genes_clothes_portrait2d.txt @@ -0,0 +1,174 @@ +accessory_genes = { + flat_clothes = { + gene_no_clothes = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + + gene_thruitt_clothes = { + index = 1 + male = { + 1 = top_baroque_blue + 1 = top_baroque_sand + 1 = top_baroque_gray + 1 = top_baroque_red + 1 = top_baroque_blue2 + 1 = top_baroque_bluehue + 1 = top_baroque_gray2 + 1 = top_victorian_tailcoat + 1 = top_victorian_tailcoat_red + } + female = { + 1 = top_brown_jacket_slim + 1 = top_coat_blue_nohat_slim + 1 = top_dress_blue_nohat_slim + 1 = top_dress_green + 1 = top_red_jacket_slim + } + boy = male + girl = female + } + + gene_truidencian_clothes = { + index = 2 + male = { + 1 = top_baroque_blue + 1 = top_baroque_sand + 1 = top_baroque_gray + 1 = top_baroque_red + 1 = top_baroque_blue2 + 1 = top_baroque_bluehue + 1 = top_baroque_gray2 + 1 = top_victorian_tailcoat + 1 = top_victorian_tailcoat_red + 1 = top_two_piece_suit + } + female = { + 1 = top_brown_jacket_slim + 1 = top_coat_blue_slim + 1 = top_coat_blue_nohat_slim + 1 = top_dress_blue_nohat_slim + 1 = top_dress_blue_slim + 1 = top_dress_green + 1 = top_red_jacket_slim + 1 = top_pirate_green_slim + 1 = top_green_shirt_slim + 1 = top_pirate_white_slim + 1 = top_red_dress_slim + 1 = top_shirt_slim + 1 = top_blue_tunic_slim + } + boy = male + girl = female + } + + gene_gensokyojin_clothes = { + index = 3 + male = { + 1 = top_genso_blue + 1 = top_genso_red + } + female = { + 1 = top_touhou_1 + 1 = top_touhou_2 + 1 = top_touhou_2_nohat + } + boy = male + girl = female + } + + gene_lambatan_clothes = { + index = 4 + male = { + 1 = top_two_piece_suit + } + female = { + 1 = top_kapresuit_slim + 1 = top_two_piece_suit_slim + } + boy = male + girl = female + } + + gene_kallosian_clothes = { + index = 5 + male = { + 1 = top_diamond_full + } + female = { + 1 = empty + } + boy = male + girl = female + } + + gene_lusitan_clothes = { + index = 6 + male = { + 1 = top_baroque_blue + 1 = top_baroque_sand + 1 = top_baroque_gray + 1 = top_baroque_red + 1 = top_baroque_blue2 + 1 = top_baroque_bluehue + 1 = top_baroque_gray2 + 1 = top_lusitan_armor + 1 = top_lusitan_armor2 + } + female = { + 1 = top_brown_jacket_slim + 1 = top_coat_blue_slim + 1 = top_coat_blue_nohat_slim + 1 = top_dress_blue_nohat_slim + 1 = top_dress_blue_slim + 1 = top_dress_green + 1 = top_red_jacket_slim + 1 = top_pirate_green_slim + 1 = top_green_shirt_slim + 1 = top_pirate_white_slim + 1 = top_red_dress_slim + 1 = top_shirt_slim + 1 = top_blue_tunic_slim + } + boy = male + girl = female + } + gene_pavian_clothes = { + index = 7 + male = { + 1 = top_baroque_blue + 1 = top_baroque_sand + 1 = top_baroque_gray + 1 = top_baroque_red + 1 = top_baroque_blue2 + 1 = top_baroque_bluehue + 1 = top_baroque_gray2 + 1 = top_victorian_tailcoat + 1 = top_victorian_tailcoat_red + 1 = top_two_piece_suit + } + female = { + 1 = top_brown_jacket_slim + 1 = top_coat_blue_slim + 1 = top_coat_blue_nohat_slim + 1 = top_dress_blue_nohat_slim + 1 = top_dress_blue_slim + 1 = top_dress_green + 1 = top_red_jacket_slim + 1 = top_pirate_green_slim + 1 = top_green_shirt_slim + 1 = top_pirate_white_slim + 1 = top_red_dress_slim + 1 = top_shirt_slim + 1 = top_blue_tunic_slim + } + boy = male + girl = female + } + } +} \ No newline at end of file diff --git a/common/genes/95_genes_no_portrait.txt b/common/genes/95_genes_no_portrait.txt new file mode 100644 index 00000000..b29eb4c3 --- /dev/null +++ b/common/genes/95_genes_no_portrait.txt @@ -0,0 +1,20 @@ +morph_genes = { + gene_no_portrait = { + no_portrait = { + index = 0 + male = { + setting = { + attribute = "head_bs_no_portrait" + value = { min = 0 max = 1 } + } + setting = { + attribute = "body_bs_no_portrait" + value = { min = 0 max = 1 } + } + } + female = male + boy = male + girl = male + } + } +} \ No newline at end of file diff --git a/common/genes/95_genes_portrait2d.txt b/common/genes/95_genes_portrait2d.txt new file mode 100644 index 00000000..97568529 --- /dev/null +++ b/common/genes/95_genes_portrait2d.txt @@ -0,0 +1,84 @@ +accessory_genes = { + base_skins = { + gene_base_skin = { + index = 0 + male = { + 1 = steve + 1 = zuri + 1 = noor + 1 = kai + 1 = non_official_digni + 1 = non_official_doctor + 1 = non_official_tyler + 1 = non_official_vali + } + female = { + 1 = alex + 1 = makena + 1 = ari + 1 = efe + 1 = non_official_flannel_slim + 1 = non_official_hazel_slim + 1 = non_official_lunar_slim + 1 = non_official_rose_slim + } + boy = male + girl = female + } + + gene_unique_skin= { + index = 1 + male = { + 1 = britishwanderer + 1 = gobblin + 1 = kaprediem + 1 = metriximor + 1 = zeldronix + 1 = AKJanklin + 1 = orhint + 1 = sambonusg + 1 = magnileve + 1 = chocchips + 1 = tshola + 1 = pythius + 1 = anon00014 + 1 = elementkz + 1 = horizonleap + 1 = lottosprayer + 1 = ofunknown + 1 = retyu + 1 = squareblob + 1 = wolfeyes + 1 = reddevel + } + female = { + 1 = topaz + 1 = banyough + 1 = smal + 1 = amandacc + 1 = redsteel + 1 = ladykat + 1 = bellamorte + } + boy = male + girl = female + } + + gene_thruitt = { + index = 2 + male = { + 1 = thruitt + 1 = thruitt_arctic + 1 = thruitt_blond + } + female = { + 1 = thruitt_slim + 1 = thruitt_arctic_slim + 1 = thruitt_blond_slim + } + boy = male + girl = female + } + } +} + diff --git a/common/genes/97_genes_accessories_clothes.txt b/common/genes/97_genes_accessories_clothes.txt new file mode 100644 index 00000000..9ea6bc22 --- /dev/null +++ b/common/genes/97_genes_accessories_clothes.txt @@ -0,0 +1,379 @@ +special_genes = { + accessory_genes = { + ##################################### + # # + # OUTFITS # + # # + ##################################### + gene_nudity = { + nudity = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + hide_nudity = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + misc = { + inheritable = no + all_misc = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + outfits = { + inheritable = no + all_outfits = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_outfit = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # COATS # + # # + ##################################### + coats = { + inheritable = no + all_coats = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_coat = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # CIVILIAN COATS # + # # + ##################################### + civilian_coats = { + inheritable = no + all_civilian_coats = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_civilian_coat = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # EPAULETTES # + # # + ##################################### + epaulettes = { + inheritable = no + all_epaulettes = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_epaulette = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # SASHES # + # # + ##################################### + sashes = { + inheritable = no + all_sashes = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_sash = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # MEDALS # + # # + ##################################### + medals = { + inheritable = no + all_medals = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_medals = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # BELTS # + # # + ##################################### + belts = { + inheritable = no + all_belts = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_belt = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # WAISTCOATS # + # # + ##################################### + waistcoats = { + inheritable = no + all_waistcoats = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_waistcoat = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # TOP LAYER # + # # + ##################################### + top_layer = { + inheritable = no + all_top_layers = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_top_layer = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # NECKLACES # + # # + ##################################### + necklaces = { + inheritable = no + ## ALL ## + all_necklaces = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_necklace = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # AIGUILLETTES # + # # + ##################################### + aiguillettes = { + inheritable = no + ## ALL ## + all_aiguillettes = { + index = 0 + male = { + 1 = male_aiguillettes_01 + 1 = empty + } + female = { + 1 = empty + } + boy = male + girl = female + } + no_aiguillettes = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # LEGWEAR # + # # + ##################################### + legwear = { + inheritable = no + all_legwear = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_legwear = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + ##################################### + # # + # SHIRT # + # # + ##################################### + shirt = { + inheritable = no + all_shirts = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + no_shirts = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + } +} diff --git a/common/genes/98_genes_accessories_headgear.txt b/common/genes/98_genes_accessories_headgear.txt new file mode 100644 index 00000000..15e39d53 --- /dev/null +++ b/common/genes/98_genes_accessories_headgear.txt @@ -0,0 +1,33 @@ +special_genes = { + accessory_genes = { + ##################################### + # # + # HEADGEAR # + # # + ##################################### + + headgear = { + inheritable = no + + all_headgear = { + index = 0 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + + no_headgear = { + index = 1 + male = { + 1 = empty + } + female = male + boy = male + girl = male + } + } + } +} diff --git a/common/genes/99_genes_special.txt b/common/genes/99_genes_special.txt new file mode 100644 index 00000000..f2eadb4d --- /dev/null +++ b/common/genes/99_genes_special.txt @@ -0,0 +1,126 @@ +#These special genes will not be part of a character's DNA. +#The game can have hardcoded references to them and might use each of them differently +special_genes = { + morph_genes = { + gene_shrink_body = { + shrink_all = { + index = 1 + male = { + } + female = male + boy = male + girl = male + } + } + decals = { + wounded_1 = { + index = 0 + male = { + } + female = male + boy = male + girl = male + } + } + pose = { + # Keeping this gene because the game expects it to be there + # index = 3 + # pose_01 = { + # index = 0 + # male = { + # setting = { attribute = "pose_01" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + # pose_02 = { + # index = 1 + # male = { + # setting = { attribute = "pose_02" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + # pose_03 = { + # index = 2 + # male = { + # setting = { attribute = "pose_03" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + # pose_04 = { + # index = 3 + # male = { + # setting = { attribute = "pose_04" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + # pose_05 = { + # index = 4 + # male = { + # setting = { attribute = "pose_05" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + # pose_06 = { + # index = 5 + # male = { + # setting = { attribute = "pose_06" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + # pose_07 = { + # index = 6 + # male = { + # setting = { attribute = "pose_07" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + # pose_08 = { + # index = 7 + # male = { + # setting = { attribute = "pose_08" value = { min = 0.0 max = 1.0 } } + # } + # female = { + # } + # boy = { + # } + # girl = { + # } + # } + } + } +} diff --git a/common/goods/civ_goods.txt b/common/goods/civ_goods.txt index 9fb72e93..a0d62c01 100644 --- a/common/goods/civ_goods.txt +++ b/common/goods/civ_goods.txt @@ -1,13 +1,16 @@ # Convoy cost multiplier 0.25 for goods that are 64 stackable # 2.0 for non stackable goods # 1.0 for 16 stackable +@stackable_64_ccm = 0.25 +@stackable_16_ccm = 1.0 +@non_stackable_ccm = 2.0 oak_log = { texture = "gfx/interface/icons/goods_icons/oak_log.dds" cost = 20 category = staple consumption_tax_cost = 300 - convoy_cost_multiplier = 0.25 + convoy_cost_multiplier = @stackable_64_ccm traded_quantity = 64 } @@ -16,7 +19,34 @@ stone = { cost = 40 category = staple consumption_tax_cost = 200 - convoy_cost_multiplier = 0.25 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +sand = { + texture = "gfx/interface/icons/goods_icons/sand.dds" + cost = 90 + category = industrial + consumption_tax_cost = 200 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +glass = { + texture = "gfx/interface/icons/goods_icons/glass.dds" + cost = 80 + category = staple + consumption_tax_cost = 200 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +glass_bottle = { + texture = "gfx/interface/icons/goods_icons/glass_bottle.dds" + cost = 50 + category = industrial + consumption_tax_cost = 50 + convoy_cost_multiplier = @stackable_64_ccm traded_quantity = 64 } @@ -25,42 +55,223 @@ charcoal = { cost = 100 category = staple consumption_tax_cost = 350 - convoy_cost_multiplier = 0.25 + convoy_cost_multiplier = @stackable_64_ccm traded_quantity = 64 } -ironOre = { +iron_ore = { texture = "gfx/interface/icons/goods_icons/iron_ore.dds" cost = 80 category = industrial consumption_tax_cost = 100 - convoy_cost_multiplier = 0.25 + convoy_cost_multiplier = @stackable_64_ccm traded_quantity = 64 } -ironIngot = { +iron_ingot = { texture = "gfx/interface/icons/goods_icons/iron_ingot.dds" cost = 120 category = staple consumption_tax_cost = 300 - convoy_cost_multiplier = 0.25 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +gold_ore = { + texture = "gfx/interface/icons/goods_icons/gold_ore.dds" + cost = 200 + category = industrial + consumption_tax_cost = 90 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +gold_ingot = { + texture = "gfx/interface/icons/goods_icons/gold_ingot.dds" + cost = 150 + category = luxury + consumption_tax_cost = 90 + convoy_cost_multiplier = @stackable_64_ccm traded_quantity = 64 } wood_tools = { texture = "gfx/interface/icons/goods_icons/wood_tools.dds" - cost = 80 + cost = 10 category = industrial consumption_tax_cost = 200 - convoy_cost_multiplier = 2.0 + convoy_cost_multiplier = @non_stackable_ccm traded_quantity = 1 } stone_tools = { texture = "gfx/interface/icons/goods_icons/stone_tools.dds" - cost = 100 + cost = 20 category = industrial consumption_tax_cost = 205 - convoy_cost_multiplier = 2.0 + convoy_cost_multiplier = @non_stackable_ccm traded_quantity = 1 } + +iron_tools = { + texture = "gfx/interface/icons/goods_icons/iron_tools.dds" + cost = 30 + category = industrial + consumption_tax_cost = 200 + convoy_cost_multiplier = @non_stackable_ccm + traded_quantity = 1 +} + +gold_tools = { + texture = "gfx/interface/icons/goods_icons/gold_tools.dds" + cost = 25 + category = industrial + consumption_tax_cost = 200 + convoy_cost_multiplier = @non_stackable_ccm + traded_quantity = 1 +} + +diamond_tools = { + texture = "gfx/interface/icons/goods_icons/diamond_tools.dds" + cost = 80 + category = luxury + consumption_tax_cost = 50 + convoy_cost_multiplier = @non_stackable_ccm + traded_quantity = 1 +} + +redstone = { + texture = "gfx/interface/icons/goods_icons/redstone.dds" + cost = 150 + category = industrial + consumption_tax_cost = 50 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +diamond = { + texture = "gfx/interface/icons/goods_icons/diamond.dds" + cost = 500 + category = luxury + consumption_tax_cost = 100 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +wheat = { + texture = "gfx/interface/icons/goods_icons/wheat.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +beetroot = { + texture = "gfx/interface/icons/goods_icons/beetroot.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +carrot = { + texture = "gfx/interface/icons/goods_icons/carrot.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + + +potato = { + texture = "gfx/interface/icons/goods_icons/potato.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +pumpkin = { + texture = "gfx/interface/icons/goods_icons/pumpkin.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +melon = { + texture = "gfx/interface/icons/goods_icons/melon.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +cactus = { + texture = "gfx/interface/icons/goods_icons/cactus.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +sugar = { + texture = "gfx/interface/icons/goods_icons/sugar.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +mushroom = { + texture = "gfx/interface/icons/goods_icons/mushroom.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +cocoa_bean = { + texture = "gfx/interface/icons/goods_icons/cocoa_bean.dds" + cost = 50 + category = staple + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +experience_bottle = { + texture = "gfx/interface/icons/goods_icons/experience_bottle.dds" + cost = 350 + category = luxury + consumption_tax_cost = 50 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +tree_sapling = { + texture = "gfx/interface/icons/goods_icons/oak_saplings.dds" + cost = 50 + category = industrial + consumption_tax_cost = 500 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} + +mob_drop = { + texture = "gfx/interface/icons/goods_icons/mob_drops.dds" + cost = 300 + category = industrial + consumption_tax_cost = 200 + convoy_cost_multiplier = @stackable_64_ccm + traded_quantity = 64 +} diff --git a/common/government_types/01_monarchies.txt b/common/government_types/01_monarchies.txt index cded0f73..a4fae035 100644 --- a/common/government_types/01_monarchies.txt +++ b/common/government_types/01_monarchies.txt @@ -1,4 +1,56 @@ -#gov_shogunate = { +#civ +gov_kovan = { + transfer_of_power = hereditary + male_ruler = RULER_TITLE_KOVAN + female_ruler = RULER_TITLE_KOVAN_F + + male_heir = RULER_HEIR_KOVAN + female_heir = RULER_HEIR_KOVAN_F + + possible = { + has_law = law_type:law_monarchy + exists = c:KOV + c:KOV = ROOT + country_tier = hegemony + # add kova check + + } +} + +gov_truidencian = { + transfer_of_power = hereditary + male_ruler = RULER_TITLE_TRUIDENCIAN + female_ruler = RULER_TITLE_TRUIDENCIAN_F + + male_heir = RULER_HEIR_TRUIDENCIAN + female_heir = RULER_HEIR_TRUIDENCIAN_F + + possible = { + has_law = law_type:law_monarchy + exists = c:TRU + c:TRU = ROOT + # TODO make Bezism be obligatory + # add kova check + } +} + +gov_pavian = { + transfer_of_power = parliamentary_elective + new_leader_on_reform_government = yes + male_ruler = RULER_TITLE_PAVIAN + female_ruler = RULER_TITLE_PAVIAN_F + + male_heir = RULER_HEIR_PAVIAN + female_heir = RULER_HEIR_PAVIAN_F + + possible = { + has_law = law_type:law_monarchy + exists = c:PAV + c:PAV = ROOT + } +} + +#gov_shogunate = { # transfer_of_power = hereditary # # male_ruler = "RULER_TITLE_SHOGUN" @@ -133,22 +185,6 @@ # } #} -gov_kongolese_kingdom = { - transfer_of_power = hereditary - - male_ruler = "RULER_TITLE_MANIKONGO" - female_ruler = "RULER_TITLE_QUEEN" - - male_heir = "RULER_TITLE_PRINCE" - female_heir = "RULER_TITLE_PRINCESS" - - possible = { - has_law = law_type:law_monarchy - exists = c:ULO - c:ULO = ROOT - } -} - #gov_sunanate = { # transfer_of_power = hereditary # @@ -229,23 +265,19 @@ gov_kongolese_kingdom = { # } #} -gov_prince = { - transfer_of_power = hereditary +# gov_prince = { +# transfer_of_power = hereditary - male_ruler = "RULER_TITLE_PRINCE" - female_ruler = "" # Empty on purpose +# male_ruler = "RULER_TITLE_PRINCE" +# female_ruler = "" # Empty on purpose - male_heir = "RULER_TITLE_HEIR_APPARENT" - female_heir = "" # Empty on purpose +# male_heir = "RULER_TITLE_HEIR_APPARENT" +# female_heir = "" # Empty on purpose - possible = { - has_law = law_type:law_monarchy - OR = { - AND = { exists = c:SHI c:SHI = ROOT } - AND = { exists = c:VOS c:VOS = ROOT } - } - } -} +# possible = { +# has_law = law_type:law_monarchy +# } +# } #gov_sharif = { # transfer_of_power = hereditary @@ -278,9 +310,6 @@ gov_kaiser = { country_tier = empire } has_law = law_type:law_monarchy - OR = { - country_has_primary_culture = cu:belkan - } } } @@ -315,7 +344,6 @@ gov_hm_gov = { possible = { has_law = law_type:law_monarchy - AND = { exists = c:ERU c:ERU = ROOT } } } diff --git a/common/government_types/02_presidential_republics.txt b/common/government_types/02_presidential_republics.txt index 865009ab..efc62cad 100644 --- a/common/government_types/02_presidential_republics.txt +++ b/common/government_types/02_presidential_republics.txt @@ -1,39 +1,4 @@ -gov_banana_republic = { - transfer_of_power = dictatorial - - male_ruler = "RULER_TITLE_PRESIDENT" - female_ruler = "RULER_TITLE_PRESIDENT" - - possible = { - has_law = law_type:law_presidential_republic - country_has_voting_franchise = no - any_state = { - has_building = building_banana_plantation - } - any_trade_route = { - actor_market.owner = root - exporter = root.market - goods = g:fruit - } - } -} - -gov_bhutanese_dual_system_temporal = { - transfer_of_power = dictatorial - - male_ruler = "RULER_TITLE_DRAGON_REGENT" - female_ruler = "RULER_TITLE_DRAGON_REGENT" - - possible = { - exists = c:BHU - c:BHU = ROOT - has_law = law_type:law_presidential_republic - has_law = law_type:law_state_religion - country_has_voting_franchise = no - } -} - -#gov_warlord_state = { +#gov_warlord_state = { # transfer_of_power = dictatorial # # male_ruler = "RULER_TITLE_GENERAL" @@ -79,67 +44,10 @@ gov_chartered_company = { possible = { has_law = law_type:law_presidential_republic #AND = { exists = c:GBR is_subject_of = c:GBR } - OR = { - AND = { exists = c:PYT c:PYT = ROOT } - AND = { exists = c:PRO c:PRO = ROOT } - } is_subject_type = subject_type_dominion } } -#gov_colonial_administration = { -# transfer_of_power = presidential_elective -# new_leader_on_reform_government = no -# -# male_ruler = "RULER_TITLE_GOVERNOR_GENERAL" -# female_ruler = "RULER_TITLE_GOVERNOR_GENERAL" -# -# possible = { -# has_law = law_type:law_presidential_republic -# OR = { -# AND = { -# AND = { exists = c:NET is_subject_of = c:NET } -# AND = { exists = c:DEI c:DEI = ROOT } -# is_subject_type = subject_type_dominion -# } -# AND = { -# exists = c:SPA -# is_subject_of = c:SPA -# is_subject_type = subject_type_puppet -# is_country_type = colonial -# top_overlord = { NOT = { is_country_type = colonial } } -# any_primary_culture = { -# has_discrimination_trait = european_heritage -# } -# country_is_in_europe = no -# } -# } -# } -#} - -#gov_crown_colony = { -# transfer_of_power = presidential_elective -# new_leader_on_reform_government = no -# -# male_ruler = "RULER_TITLE_GOVERNOR" -# female_ruler = "RULER_TITLE_GOVERNOR" -# -# possible = { -# has_law = law_type:law_presidential_republic -# exists = c:GBR -# is_subject_of = c:GBR -# c:GBR = { -# has_law = law_type:law_monarchy -# } -# is_subject_type = subject_type_puppet -# is_country_type = colonial -# top_overlord = { NOT = { is_country_type = colonial } } -# any_primary_culture = { -# has_discrimination_trait = european_heritage -# } -# country_is_in_europe = no -# } -#} gov_military_dictatorship = { transfer_of_power = dictatorial @@ -151,8 +59,8 @@ gov_military_dictatorship = { has_law = law_type:law_presidential_republic has_law = law_type:law_autocracy OR = { - has_law = law_type:law_mass_conscription - has_law = law_type:law_professional_army + has_law = law_type:law_designated_clickers + has_law = law_type:law_army_with_a_state } } } @@ -167,7 +75,8 @@ gov_presidential_dictatorship = { has_law = law_type:law_presidential_republic has_law = law_type:law_autocracy OR = { - has_law = law_type:law_peasant_levies + has_law = law_type:law_army_with_a_state + has_law = law_type:law_designated_clickers has_law = law_type:law_national_militia } } @@ -183,8 +92,8 @@ gov_junta = { has_law = law_type:law_presidential_republic country_has_voting_franchise = no OR = { - has_law = law_type:law_mass_conscription - has_law = law_type:law_professional_army + has_law = law_type:law_army_with_a_state + has_law = law_type:law_designated_clickers } } } diff --git a/common/government_types/04_theocracies.txt b/common/government_types/04_theocracies.txt index f901099b..28b37715 100644 --- a/common/government_types/04_theocracies.txt +++ b/common/government_types/04_theocracies.txt @@ -1,120 +1,4 @@ -#gov_dalai_lama = { -# transfer_of_power = dictatorial -# -# male_ruler = "RULER_TITLE_DALAI_LAMA" -# female_ruler = "" # Empty on purpose -# -# possible = { -# has_law = law_type:law_theocracy -# exists = c:TIB -# c:TIB = ROOT -# } -#} - -#gov_papacy = { -# transfer_of_power = dictatorial -# -# male_ruler = "RULER_POPE" -# female_ruler = "RULER_POPE" -# -# possible = { -# has_law = law_type:law_theocracy -# OR = { -# AND = { -# exists = c:PAP -# c:PAP = ROOT -# } -# AND = { -# exists = c:ITA -# c:ITA = ROOT -# } -# } -# } -#} - -#gov_bhutanese_dual_system_dharma = { -# transfer_of_power = dictatorial -# -# male_ruler = "RULER_TITLE_DHARMA_RAJA" -# female_ruler = "RULER_TITLE_DHARMA_RAJA" -# -# possible = { -# exists = c:BHU -# c:BHU = ROOT -# has_law = law_type:law_theocracy -# } -#} - -gov_catholic_theocracy = { - transfer_of_power = dictatorial - male_ruler = "RULER_CARDINAL" - female_ruler = "RULER_CARDINAL" - - possible = { - has_law = law_type:law_theocracy - country_has_state_religion = rel:catholic - } -} - -gov_protestant_theocracy = { - transfer_of_power = dictatorial - male_ruler = "RULER_PRIMATE" - female_ruler = "RULER_PRIMATE" - - possible = { - has_law = law_type:law_theocracy - country_has_state_religion = rel:protestant - } -} - -gov_oriental_orthodox_theocracy = { - transfer_of_power = dictatorial - male_ruler = "RULER_PATRIARCH" - female_ruler = "RULER_PATRIARCH" - - possible = { - has_law = law_type:law_theocracy - OR = { - country_has_state_religion = rel:orthodox - country_has_state_religion = rel:oriental_orthodox - } - } -} - -gov_sunni_theocracy = { - transfer_of_power = dictatorial - male_ruler = "RULER_IMAM" - female_ruler = "RULER_IMAM" - - possible = { - has_law = law_type:law_theocracy - country_has_state_religion = rel:sunni - } -} - -gov_shiite_theocracy = { - transfer_of_power = dictatorial - male_ruler = "RULER_AYATOLLAH" - female_ruler = "RULER_AYATOLLAH" - - possible = { - has_law = law_type:law_theocracy - country_has_state_religion = rel:shiite - } -} - -gov_jewish_theocracy = { - transfer_of_power = dictatorial - male_ruler = "RULER_CHIEF_RABBI" - female_ruler = "RULER_CHIEF_RABBI" - - possible = { - has_law = law_type:law_theocracy - country_has_state_religion = rel:jewish - } -} - -gov_theocratic_oligarchy = { +gov_theocratic_oligarchy = { transfer_of_power = dictatorial male_ruler = "RULER_HIGH_PRIEST" diff --git a/common/history/buildings/civ_buildings.txt b/common/history/buildings/civ_buildings.txt new file mode 100644 index 00000000..e2b9d312 --- /dev/null +++ b/common/history/buildings/civ_buildings.txt @@ -0,0 +1,697 @@ +BUILDINGS = { + s:STATE_NIDAROS = { + region_state:TRU = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_HYLDOR = { + region_state:TRU = { + } + } + s:STATE_SNOWPEAK = { + region_state:TRU = { + } + } + s:STATE_FLATAGRAS = { + region_state:TRU = { + } + } + s:STATE_SORLAND = { + region_state:TRU = { + } + } + s:STATE_SIX_COLONIES = { + region_state:TRU = { + } + } + s:STATE_OUTLAND = { + region_state:TRU = { + } + } + s:STATE_OUTER_NIDAROS = { + region_state:TRU = { + } + } + s:STATE_TENSEIMIYA = { + region_state:GEN = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_MORINOYARI = { + region_state:GEN = { + } + } + s:STATE_DAISHIREIBOU = { + region_state:GEN = { + } + } + s:STATE_MUMEITA = { + region_state:GEN = { + } + } + s:STATE_NUMBERS_LAWN = { + region_state:GEN = { + } + } + s:STATE_AMATERASU_SHORES = { + region_state:GEN = { + } + } + s:STATE_YAMATO_KEN = { + region_state:GEN = { + } + } + s:STATE_PORTUCALE = { + region_state:LUS = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_CIV_PROVENCE = { + region_state:LUS = { + } + } + s:STATE_CASCAIS = { + region_state:LUS = { + } + } + s:STATE_OLIMPIA = { + region_state:LUS = { + } + } + s:STATE_ATLAS = { + region_state:LUS = { + } + } + s:STATE_AZORES = { + region_state:LUS = { + } + } + s:STATE_CLASSICALE = { + region_state:LUS = { + } + } + s:STATE_DREAMLAND = { + region_state:LUS = { + } + } + s:STATE_LUSITAN_PLAINS = { + region_state:LUS = { + } + } + s:STATE_CIV_ALENTEJO = { + region_state:LUS = { + } + } + s:STATE_LUSITAN_PLATEAUS = { + region_state:LUS = { + } + } + s:STATE_EBORA = { + region_state:LUS = { + } + } + s:STATE_EAST_LAMBAT_CITY = { + region_state:LAM = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_WEST_LAMBAT_CITY = { + region_state:LAM = { + } + } + s:STATE_VALLE_OCCIDENTAL = { + region_state:LAM = { + } + } + s:STATE_CHUNGIA = { + region_state:LAM = { + } + } + s:STATE_BLANCO_STRAIT = { + region_state:LAM = { + } + region_state:EXA = { + } + } + s:STATE_MERCADO_STRAIT = { + region_state:LAM = { + } + region_state:EXA = { + } + } + s:STATE_PAMPANG = { + region_state:LAM = { + } + } + s:STATE_PARFAIT_KAWAYAN = { + region_state:LAM = { + } + } + s:STATE_PROVINCE_OF_NEW_DANZILONA = { + region_state:DAN = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_SOPHIA = { + region_state:DAN = { + } + } + s:STATE_MELIA = { + region_state:DAN = { + } + } + s:STATE_UPPER_MELIA = { + region_state:DAN = { + } + } + s:STATE_NEW_SWISSTON = { + region_state:DAN = { + } + } + s:STATE_SOUTHERN_PROVINCE = { + region_state:DAN = { + } + } + s:STATE_WEST_DANZILONA = { + region_state:DAN = { + } + } + s:STATE_PETERSKOGUR = { + region_state:DAN = { + } + } + s:STATE_EASTERN_SHINING_ISLES = { + region_state:DAN = { + } + } + s:STATE_SOUTH_MELIA = { + region_state:TRA = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_WOLKEN = { + region_state:WOL = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_WOLKEN_ISLANDS = { + region_state:WOL = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_NORTHERN_MERY = { + region_state:MER = { + } + } + s:STATE_CENTRAL_MERY = { + region_state:MER = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_SOUTHERN_MERY = { + region_state:MER = { + } + } + s:STATE_YOAHTL_HOMELANDS = { + region_state:YOA = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_KOBYLINSKI = { + region_state:YOA = { + } + } + s:STATE_CZECHIA = { + region_state:YOA = { + } + } + s:STATE_WESTBURY = { + region_state:YOA = { + } + } + s:STATE_EASTBURY = { + region_state:YOA = { + } + } + s:STATE_YOAHTL_WESTERN_FRONTIER = { + region_state:YOA = { + } + } + s:STATE_ALTEPETL = { + region_state:YOA = { + } + } + s:STATE_SOUTHBURY = { + region_state:YOA = { + } + } + s:STATE_KAXITL = { + region_state:YOA = { + } + } + s:STATE_YOAHTL_EASTERN_FRONTIER = { + region_state:YOA = { + } + } + s:STATE_RESIMERE = { + region_state:YOA = { + } + } + s:STATE_RESIMERIAN_FRONTIER = { + region_state:YOA = { + } + } + s:STATE_MINI_YOAHTL = { + region_state:YOA = { + } + } + s:STATE_MINI_YOAHTL_FRONTIER = { + region_state:YOA = { + } + } + s:STATE_ROZIA = { + region_state:ROZ = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_KALLOS = { + region_state:KAL = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_ARNEN = { + region_state:KAL = { + } + } + s:STATE_COLUMBIA = { + region_state:KAL = { + } + } + s:STATE_FLORENCE = { + region_state:KAL = { + } + } + s:STATE_DELEWARE = { + region_state:KAL = { + } + } + s:STATE_ZATOKA = { + region_state:KAL = { + } + } + s:STATE_GAZEBO = { + region_state:KAL = { + } + } + s:STATE_KROVIDENCIA = { + region_state:KAL = { + } + } + s:STATE_ARCTIC_AND_EAST_TITAN = { + region_state:KAL = { + } + } + s:STATE_MOUNT_AUGUSTA = { + region_state:MTA = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_SOUTH_MOUNT_AUGUSTA = { + region_state:MTA = { + } + } + s:STATE_GLATTEIS = { + region_state:MTA = { + } + } + s:STATE_EAST_MOUNT_AUGUSTA = { + region_state:MTA = { + } + } + s:STATE_EXCLAVE_MOUNT_AUGUSTA = { + region_state:MTA = { + } + } + s:STATE_CALW = { + region_state:CLW = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_CAWL_EXCLAVE = { + region_state:CLW = { + } + } + s:STATE_DOOM_CITY_NORTH = { + region_state:DOM = { + } + } + s:STATE_DOOM_CITY_SOUTH = { + region_state:DOM = { + } + } + s:STATE_SYMSTEAD = { + region_state:DOM = { + } + } + s:STATE_ADRINA = { + region_state:GRI = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_ISLES_OF_CUCURBITS = { + region_state:GRI = { + } + } + s:STATE_WYNFORD = { + region_state:GRI = { + } + } + s:STATE_LILAC = { + region_state:GRI = { + } + } + s:STATE_GRIFFIN_CROWNLANDS = { + region_state:GRI = { + } + } + s:STATE_PAVIA_PROPER = { + region_state:PAV = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_BEDFORD = { + region_state:PAV = { + } + } + s:STATE_GREATER_PAVIA = { + region_state:PAV = { + } + } + s:STATE_PAVIA_AULDMARCHE = { + region_state:PAV = { + } + } + s:STATE_NORTH_NARA = { + region_state:NAR = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_CENTRAL_NARA = { + region_state:NAR = { + } + } + s:STATE_SOUTH_NARA = { + region_state:NAR = { + } + } + s:STATE_QBARRA = { + region_state:NAR = { + } + } + s:STATE_ICE_SHELF = { + region_state:CDM = { + } + } + s:STATE_NORTH_HADES_ISLANDS = { + region_state:CDM = { + } + } + s:STATE_WEST_CDM = { + region_state:CDM = { + } + } + s:STATE_IMBLOC = { + region_state:CDM = { + } + } + s:STATE_CONCORD = { + region_state:CDM = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_SOUTH_CDM = { + region_state:CDM = { + } + } + s:STATE_SANTIAGO = { + region_state:AUR = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_CDM_EXCLAVE = { + region_state:AUR = { + } + } + s:STATE_CDM_FRONTIER = { + region_state:AUR = { + } + } + s:STATE_ESTALIA_1 = { + region_state:EST = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_ESTALIA_2 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_3 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_4 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_5 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_6 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_7 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_8 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_9 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_10 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_11 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_12 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_13 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_14 = { + region_state:EST = { + } + } + s:STATE_ESTALIA_15 = { + region_state:EST = { + } + } + s:STATE_IRIA_1 = { + region_state:IRI = { + } + } + s:STATE_IRIA_2 = { + region_state:IRI = { + } + } + s:STATE_IRIA_3 = { + region_state:IRI = { + create_building = { + building = building_government_administration + level = 1 + reserves = 1 + activate_production_methods = { pm_simple_organization_government_administration } + } + } + } + s:STATE_IRIA_4 = { + region_state:IRI = { + } + } + s:STATE_IRIA_5 = { + region_state:IRI = { + } + } + s:STATE_IRIA_6 = { + region_state:IRI = { + } + } + s:STATE_IRIA_7 = { + region_state:IRI = { + } + } + s:STATE_IRIA_8 = { + region_state:IRI = { + } + } + s:STATE_IRIA_9 = { + region_state:IRI = { + } + } + s:STATE_IRIA_10 = { + region_state:IRI = { + } + } + s:STATE_IRIA_11 = { + region_state:IRI = { + } + } + s:STATE_IRIA_12 = { + region_state:IRI = { + } + } + s:STATE_IRIA_13 = { + region_state:IRI = { + } + } + s:STATE_IRIA_14 = { + region_state:IRI = { + } + } + s:STATE_IRIA_15 = { + region_state:IRI = { + } + } + s:STATE_CDM_FRONTIER_2 = { + region_state:AUR = { + } + } + s:STATE_MTA_2 = { + region_state:MTA = { + } + } + s:STATE_IRIA_16 = { + region_state:IRI = { + } + } + s:STATE_IRIA_17 = { + region_state:IRI = { + } + } + s:STATE_IRIA_18 = { + region_state:IRI = { + } + } +} + diff --git a/common/history/characters/gen - gensokyo.txt b/common/history/characters/gen - gensokyo.txt new file mode 100644 index 00000000..f309c1c8 --- /dev/null +++ b/common/history/characters/gen - gensokyo.txt @@ -0,0 +1,22 @@ +CHARACTERS = { + c:GEN = { + create_character = { + first_name = Topaz + last_name = no_last_name + noble = yes + female = yes + ruler = yes + culture = cu:gensokyojin + dna = dna_topaz + age = { 20 35 } + interest_group = ig_buildfriends + ideology = ideology_confucian + traits = { + advanced_diplomat + reserved + expert_builder + historical + } + } + } +} \ No newline at end of file diff --git a/common/history/characters/iri - iria.txt b/common/history/characters/iri - iria.txt new file mode 100644 index 00000000..bf04c76b --- /dev/null +++ b/common/history/characters/iri - iria.txt @@ -0,0 +1,102 @@ +CHARACTERS = { + c:IRI = { + create_character = { + first_name = wolfeyes + last_name = no_last_name + noble = yes + ruler = yes + culture = cu:irian + dna = dna_wolfeyes + age = { 20 30 } + interest_group = ig_roleplayers + ideology = ideology_pacifist # TODO + traits = { + # TODO + historical + } + } + + create_character = { + first_name = lottosprayer + last_name = no_last_name + noble = yes + ig_leader = yes + culture = cu:irian + dna = dna_lottosprayer + age = { 20 30 } + interest_group = ig_buildfriends + ideology = ideology_pacifist # TODO + traits = { + # TODO + historical + } + } + + create_character = { + first_name = horizonleap + last_name = no_last_name + noble = yes + culture = cu:irian + dna = dna_horizonleap + age = { 20 30 } + interest_group = ig_roleplayers + ideology = ideology_pacifist # TODO + traits = { + # TODO + historical + } + } + + create_character = { + first_name = ofunknown + last_name = no_last_name + noble = yes + culture = cu:irian + dna = dna_wolfeyes + age = { 20 30 } + interest_group = ig_roleplayers + ideology = ideology_pacifist # TODO + traits = { + # TODO + historical + } + } + + create_character = { + first_name = reddevel + last_name = no_last_name + noble = yes + culture = cu:irian + dna = dna_wolfeyes + age = { 20 30 } + interest_group = ig_roleplayers + ideology = ideology_pacifist # TODO + traits = { + # TODO + historical + } + } + + # create_character = { + # first_name = banyough + # last_name = no_last_name + # noble = yes + # female = yes + # culture = cu:lusitan + # ig_leader = yes + # dna = dna_banyough + # age = { 18 25 } + # ideology = ideology_pacifist + # interest_group = ig_grinders + # traits = { + # wholesome + # reserved + # expensive_tastes + # advanced_builder + # beginner_pvper + # expert_artist + # historical + # } + # } + } +} \ No newline at end of file diff --git a/common/history/characters/lam - lambat.txt b/common/history/characters/lam - lambat.txt new file mode 100644 index 00000000..d71279ed --- /dev/null +++ b/common/history/characters/lam - lambat.txt @@ -0,0 +1,88 @@ +CHARACTERS = { + c:LAM = { + create_character = { + first_name = Kaprediem + last_name = no_last_name + ruler = yes + culture = cu:lambatan + dna = dna_kaprediem + age = { 25 35 } + interest_group = ig_roleplayers + ideology = ideology_patriotic + traits = { + advanced_diplomat + reserved + historical + } + } + + create_character = { + first_name = AKJanklin + last_name = no_last_name + culture = cu:lambatan + ig_leader = yes + dna = dna_akjanklin + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_buildfriends + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + + # TODO finish traits and ideologies + create_character = { + first_name = Orhint + last_name = no_last_name + culture = cu:lambatan + ig_leader = yes + dna = dna_orhint + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_roleplayers + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + + create_character = { + first_name = Magnileve + last_name = no_last_name + culture = cu:lambatan + ig_leader = yes + dna = dna_magnileve + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_grinders + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + + create_character = { + first_name = SamBonusG + last_name = no_last_name + culture = cu:lambatan + ig_leader = yes + dna = dna_sambonusg + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_civ_industrialists + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + } +} \ No newline at end of file diff --git a/common/history/characters/lus - lusitania.txt b/common/history/characters/lus - lusitania.txt new file mode 100644 index 00000000..3d779fc9 --- /dev/null +++ b/common/history/characters/lus - lusitania.txt @@ -0,0 +1,52 @@ +CHARACTERS = { + c:LUS = { + create_character = { + first_name = Metriximor + last_name = no_last_name + noble = yes + ruler = yes + culture = cu:lusitan + dna = dna_metriximor + age = { 18 25 } + interest_group = ig_buildfriends + ideology = ideology_pacifist + traits = { + alcoholic + wholesome + reserved + advanced_diplomat + advanced_builder + intermediate_botter + historical + } + on_created = { + set_variable = is_married + } + } + + create_character = { + first_name = banyough + last_name = no_last_name + noble = yes + female = yes + culture = cu:lusitan + ig_leader = yes + dna = dna_banyough + age = { 18 25 } + ideology = ideology_pacifist + interest_group = ig_grinders + traits = { + wholesome + reserved + expensive_tastes + advanced_builder + beginner_pvper + expert_artist + historical + } + on_created = { + set_variable = is_married + } + } + } +} \ No newline at end of file diff --git a/common/history/characters/mer - mery.txt b/common/history/characters/mer - mery.txt new file mode 100644 index 00000000..92b81d53 --- /dev/null +++ b/common/history/characters/mer - mery.txt @@ -0,0 +1,106 @@ +# TODO finish traits and ideologies +CHARACTERS = { + c:MER = { + create_character = { + first_name = Tshola + last_name = the_mery_god + culture = cu:mery_culture + ruler = yes + dna = dna_tshola + age = { 100 1000 } + ideology = ideology_republican + interest_group = ig_buildfriends + traits = { + historical + } + } + + create_character = { + first_name = ChocChips + last_name = Tawiga + culture = cu:mery_culture + ig_leader = yes + dna = dna_chocchips + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_buildfriends + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + + create_character = { + first_name = Pythius + last_name = Tawiga + culture = cu:mery_culture + ig_leader = yes + dna = dna_pythius + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_civ_industrialists + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + + create_character = { + first_name = amandacc + last_name = Tawiga + female = yes + culture = cu:mery_culture + ig_leader = yes + dna = dna_amandacc + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_roleplayers + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + + create_character = { + first_name = redsteel + last_name = Tawiga + female = yes + culture = cu:mery_culture + ig_leader = yes + dna = dna_redsteel + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_grinders + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + + create_character = { + first_name = smal + last_name = Tawiga + female = yes + culture = cu:mery_culture + ig_leader = yes + dna = dna_smal + age = { 18 25 } + ideology = ideology_republican + interest_group = ig_pvpers + traits = { + wholesome + direct + experienced_political_operator + historical + } + } + } +} \ No newline at end of file diff --git a/common/history/characters/tru - truidencia.txt b/common/history/characters/tru - truidencia.txt new file mode 100644 index 00000000..771c8b2c --- /dev/null +++ b/common/history/characters/tru - truidencia.txt @@ -0,0 +1,40 @@ +CHARACTERS = { + c:TRU = { + create_character = { + first_name = Zeldronix + last_name = av_Trydensia + noble = yes + ruler = yes + culture = cu:thruitt + dna = dna_zeldronix + age = 22 + interest_group = ig_roleplayers + ideology = ideology_royalist + traits = { + reserved + pious + advanced_builder + intermediate_diplomat + intermediate_artist + historical + } + } + + create_character = { # General + is_general = yes + culture = truidencian + + traits = { + } + } + + create_character = { # Admiral + is_admiral = yes + culture = truidencian + age = 40 + traits = { + meticulous + } + } + } +} diff --git a/common/history/characters/yoa - yoahtl.txt b/common/history/characters/yoa - yoahtl.txt new file mode 100644 index 00000000..e7b8c2c0 --- /dev/null +++ b/common/history/characters/yoa - yoahtl.txt @@ -0,0 +1,25 @@ +CHARACTERS = { + c:YOA = { + create_character = { + culture = resimerian + } + + create_character = { # General + is_general = yes + culture = resimerian + + traits = { + } + } + + create_character = { # Admiral + is_admiral = yes + culture = yoahtlan + age = 40 + traits = { + meticulous + historical + } + } + } +} \ No newline at end of file diff --git a/common/history/conscription/00_conscription_center.txt b/common/history/conscription/00_conscription_center.txt index 996d250a..5f282702 100644 --- a/common/history/conscription/00_conscription_center.txt +++ b/common/history/conscription/00_conscription_center.txt @@ -1,83 +1 @@ -CONSCRIPTION = { - every_country = { - if = { - limit = { - any_scope_building = { - is_building_type = building_barracks - has_active_production_method = pm_skirmish_infantry - } - NOT = { - any_scope_building = { - is_building_type = building_conscription_center - has_active_production_method = pm_skirmish_infantry_conscription - } - } - } - - activate_production_method = { - building_type = building_conscription_center - production_method = pm_skirmish_infantry_conscription - } - } - else_if = { - limit = { - any_scope_building = { - is_building_type = building_barracks - has_active_production_method = pm_line_infantry - } - NOT = { - any_scope_building = { - is_building_type = building_conscription_center - has_active_production_method = pm_line_infantry_conscription - } - } - } - - activate_production_method = { - building_type = building_conscription_center - production_method = pm_line_infantry_conscription - } - } - - if = { - limit = { - NOT = { has_law = law_type:law_peasant_levies } - any_scope_building = { - is_building_type = building_barracks - has_active_production_method = pm_mobile_artillery - } - NOT = { - any_scope_building = { - is_building_type = building_conscription_center - has_active_production_method = pm_mobile_artillery_conscription - } - } - } - - activate_production_method = { - building_type = building_conscription_center - production_method = pm_mobile_artillery_conscription - } - } - else_if = { - limit = { - NOT = { has_law = law_type:law_peasant_levies } - any_scope_building = { - is_building_type = building_barracks - has_active_production_method = pm_cannon_artillery - } - NOT = { - any_scope_building = { - is_building_type = building_conscription_center - has_active_production_method = pm_cannon_artillery_conscription - } - } - } - - activate_production_method = { - building_type = building_conscription_center - production_method = pm_cannon_artillery_conscription - } - } - } -} \ No newline at end of file + \ No newline at end of file diff --git a/common/history/countries/cdm - cortesia_del_mar.txt b/common/history/countries/cdm - cortesia_del_mar.txt new file mode 100644 index 00000000..87bc5364 --- /dev/null +++ b/common/history/countries/cdm - cortesia_del_mar.txt @@ -0,0 +1,22 @@ +COUNTRIES = { + c:CDM = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_parliamentary_republic + activate_law = law_type:law_wealth_voting + } +} +COUNTRIES = { + c:AUR = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_parliamentary_republic + activate_law = law_type:law_wealth_voting + } +} \ No newline at end of file diff --git a/common/history/countries/civ_countries.txt b/common/history/countries/civ_countries.txt new file mode 100644 index 00000000..b3cd7242 --- /dev/null +++ b/common/history/countries/civ_countries.txt @@ -0,0 +1,181 @@ +COUNTRIES = { + c:LUS = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:LAM = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_autocracy + activate_law = law_type:law_presidential_republic + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:GEN = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_oligarchy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:YOA = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_oligarchy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:EST = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_oligarchy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:KAL = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_presidential_republic + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:PAV = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_landed_voting + activate_law = law_type:law_monarchy + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + + c:GRI = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + + c:MTA = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_parliamentary_republic + activate_law = law_type:law_wealth_voting + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + + c:DOM = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + + c:CLW = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + + c:TRA = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_parliamentary_republic + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_newfriends + activate_law = law_type:law_simple_legal_system + } + c:NAR = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:IRI = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:MRA = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_oligarchy + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_disarmed_nation + activate_law = law_type:law_majority_oldfriends + activate_law = law_type:law_simple_legal_system + } + c:EXA = { + effect_starting_technology_tier_5_tech = yes + + } +} \ No newline at end of file diff --git a/common/history/countries/dan- danzilona.txt b/common/history/countries/dan- danzilona.txt new file mode 100644 index 00000000..a7799b52 --- /dev/null +++ b/common/history/countries/dan- danzilona.txt @@ -0,0 +1,15 @@ +COUNTRIES = { + c:DAN = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_parliamentary_republic + activate_law = law_type:law_autocracy + + ig:ig_roleplayers = { + set_interest_group_name = ig_bonepartists + } + } +} \ No newline at end of file diff --git a/common/history/countries/tru - truidencia.txt b/common/history/countries/tru - truidencia.txt new file mode 100644 index 00000000..364f6cfe --- /dev/null +++ b/common/history/countries/tru - truidencia.txt @@ -0,0 +1,18 @@ +COUNTRIES = { + c:TRU = { + effect_starting_technology_tier_2_tech = yes + + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_no_migration_controls + activate_law = law_type:law_proportional_taxation + activate_law = law_type:law_landed_voting + activate_law = law_type:law_monarchy + + ig:ig_pvpers = { + set_interest_group_name = ig_tru_imperial_army + ig:ig_industrialists = { + set_interest_group_name = ig_northland_industries + } + } +} +} \ No newline at end of file diff --git a/common/history/diplomacy/00_alliances.txt b/common/history/diplomacy/00_alliances.txt new file mode 100644 index 00000000..411ec1e4 --- /dev/null +++ b/common/history/diplomacy/00_alliances.txt @@ -0,0 +1,8 @@ +DIPLOMACY = { + c:CDM = { + create_diplomatic_pact = { + country = c:AUR + type = alliance + } + } +} \ No newline at end of file diff --git a/common/history/diplomacy/00_relations.txt b/common/history/diplomacy/00_relations.txt new file mode 100644 index 00000000..ee74c7ab --- /dev/null +++ b/common/history/diplomacy/00_relations.txt @@ -0,0 +1,8 @@ +DIPLOMACY = { + c:CDM = { + set_relations = { + country = c:AUR + value = 75 + } + } +} \ No newline at end of file diff --git a/common/history/diplomacy/00_trade_agreement.txt b/common/history/diplomacy/00_trade_agreement.txt new file mode 100644 index 00000000..d64dc299 --- /dev/null +++ b/common/history/diplomacy/00_trade_agreement.txt @@ -0,0 +1,8 @@ +DIPLOMACY = { + c:CDM = { + create_diplomatic_pact = { + country = c:AUR + type = trade_agreement + } + } +} \ No newline at end of file diff --git a/common/history/global/00_global.txt b/common/history/global/00_global.txt index 6a471af5..67bff006 100644 --- a/common/history/global/00_global.txt +++ b/common/history/global/00_global.txt @@ -1,25 +1,4 @@ # This is executed last among all history GLOBAL = { - - every_country = { - limit = { NOT = { has_law = law_type:law_slavery_banned } } - ig:ig_landowners = { add_ideology = ideology_pro_slavery } - } - #Event Variables - - set_global_variable = { - name = number_of_mega_earthquakes - value = 0 - } - - set_global_variable = { - name = number_of_mega_floods - value = 0 - } - - set_global_variable = { - name = number_of_mega_eruptions - value = 0 - } } diff --git a/common/history/pops/civ_pops.txt b/common/history/pops/civ_pops.txt new file mode 100644 index 00000000..529b8d4c --- /dev/null +++ b/common/history/pops/civ_pops.txt @@ -0,0 +1,1210 @@ +POPS = { + s:STATE_NIDAROS = { + region_state:TRU = { + create_pop = { + culture = truidencian + size = 192191 + } + create_pop = { + culture = thruitt + religion = bezism + size = 9520 + } + } + } + s:STATE_HYLDOR = { + region_state:TRU = { + create_pop = { + culture = truidencian + size = 214248 + } + create_pop = { + culture = thruitt + religion = bezism + size = 6500 + } + } + } + s:STATE_SNOWPEAK = { + region_state:TRU = { + create_pop = { + culture = truidencian + size = 52073 + } + create_pop = { + culture = thruitt + religion = bezism + size = 3800 + } + } + } + s:STATE_FLATAGRAS = { + region_state:TRU = { + create_pop = { + culture = truidencian + size = 180851 + } + create_pop = { + culture = thruitt + religion = bezism + size = 48500 + } + } + } + s:STATE_SORLAND = { + region_state:TRU = { + create_pop = { + culture = thruitt + religion = bezism + size = 431948 + } + create_pop = { + culture = gensokyojin + religion = bezism + size = 47994 + } + } + } + s:STATE_SIX_COLONIES = { + region_state:TRU = { + create_pop = { + culture = truidencian + size = 145487 + } + } + } + s:STATE_OUTLAND = { + region_state:TRU = { + create_pop = { + culture = thruitt + religion = bezism + size = 101520 + } + create_pop = { + culture = meracydian + religion = bezism + size = 7994 + } + } + } + s:STATE_OUTER_NIDAROS = { + region_state:TRU = { + create_pop = { + culture = truidencian + size = 114638 + } + } + } + s:STATE_TENSEIMIYA = { + region_state:GEN = { + create_pop = { + culture = gensokyojin + size = 288371 + } + } + } + s:STATE_MORINOYARI = { + region_state:GEN = { + create_pop = { + culture = thruitt + religion = bezism + size = 12439 + } + create_pop = { + culture = gensokyojin + religion = bezism + size = 111956 + } + } + } + s:STATE_DAISHIREIBOU = { + region_state:GEN = { + create_pop = { + culture = gensokyojin + size = 547718 + } + } + } + s:STATE_MUMEITA = { + region_state:GEN = { + create_pop = { + culture = gensokyojin + size = 558424 + } + create_pop = { + culture = meracydian + religion = bezism + size = 10000 + } + } + } + s:STATE_NUMBERS_LAWN = { + region_state:GEN = { + create_pop = { + culture = gensokyojin + size = 275437 + } + } + } + s:STATE_AMATERASU_SHORES = { + region_state:GEN = { + create_pop = { + culture = gensokyojin + size = 126275 + } + } + } + s:STATE_YAMATO_KEN = { + region_state:GEN = { + create_pop = { + culture = gensokyojin + size = 171968 + } + } + } + s:STATE_PORTUCALE = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 191394 + } + } + } + s:STATE_CIV_PROVENCE = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 109715 + } + } + } + s:STATE_CASCAIS = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 216061 + } + } + } + s:STATE_OLIMPIA = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 168550 + } + } + } + s:STATE_ATLAS = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 58851 + } + } + } + s:STATE_AZORES = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 5389 + } + } + } + s:STATE_CLASSICALE = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 147862 + } + } + } + s:STATE_DREAMLAND = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 110114 + } + } + } + s:STATE_LUSITAN_PLAINS = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 93900 + } + } + } + s:STATE_CIV_ALENTEJO = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 88967 + } + } + } + s:STATE_LUSITAN_PLATEAUS = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 189128 + } + } + } + s:STATE_EBORA = { + region_state:LUS = { + create_pop = { + culture = lusitan + size = 34092 + } + } + } + s:STATE_EAST_LAMBAT_CITY = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 179074 + } + } + } + s:STATE_WEST_LAMBAT_CITY = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 187011 + } + } + } + s:STATE_VALLE_OCCIDENTAL = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 476226 + } + } + } + s:STATE_CHUNGIA = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 374878 + } + } + } + s:STATE_BLANCO_STRAIT = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 238218 + } + } + region_state:EXA = { + create_pop = { + culture = examplish + size = 238218 + } + } + } + s:STATE_MERCADO_STRAIT = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 164550 + } + } + region_state:EXA = { + create_pop = { + culture = examplish + size = 164550 + } + } + } + s:STATE_PAMPANG = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 192850 + } + } + } + s:STATE_PARFAIT_KAWAYAN = { + region_state:LAM = { + create_pop = { + culture = lambatan + size = 397473 + } + } + } + s:STATE_PROVINCE_OF_NEW_DANZILONA = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 452774 + } + } + } + s:STATE_SOPHIA = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 309810 + } + } + } + s:STATE_MELIA = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 593210 + } + } + } + s:STATE_UPPER_MELIA = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 170065 + } + } + } + s:STATE_NEW_SWISSTON = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 130690 + } + } + } + s:STATE_SOUTHERN_PROVINCE = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 242924 + } + } + } + s:STATE_WEST_DANZILONA = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 366697 + } + } + } + s:STATE_PETERSKOGUR = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 233491 + } + } + } + s:STATE_EASTERN_SHINING_ISLES = { + region_state:DAN = { + create_pop = { + culture = danzilonan + size = 45797 + } + } + } + s:STATE_SOUTH_MELIA = { + region_state:TRA = { + create_pop = { + culture = transylvanian + size = 148033 + } + } + } + s:STATE_WOLKEN = { + region_state:WOL = { + create_pop = { + culture = examplish + size = 356793 + } + } + } + s:STATE_WOLKEN_ISLANDS = { + region_state:WOL = { + create_pop = { + culture = examplish + size = 33535 + } + } + } + s:STATE_NORTHERN_MERY = { + region_state:MER = { + create_pop = { + culture = mery_culture + size = 134594 + } + } + } + s:STATE_CENTRAL_MERY = { + region_state:MER = { + create_pop = { + culture = mery_culture + size = 252607 + } + } + } + s:STATE_SOUTHERN_MERY = { + region_state:MER = { + create_pop = { + culture = mery_culture + size = 227400 + } + } + } + s:STATE_YOAHTL_HOMELANDS = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 58495 + } + } + } + s:STATE_KOBYLINSKI = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 185059 + } + } + } + s:STATE_CZECHIA = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 253400 + } + } + } + s:STATE_WESTBURY = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 277959 + } + } + } + s:STATE_EASTBURY = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 151051 + } + } + } + s:STATE_YOAHTL_WESTERN_FRONTIER = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 351024 + } + } + } + s:STATE_ALTEPETL = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 114672 + } + create_pop = { + culture = resimerian + size = 3822 + } + } + } + s:STATE_SOUTHBURY = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 284658 + } + } + } + s:STATE_KAXITL = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 363638 + } + } + } + s:STATE_YOAHTL_EASTERN_FRONTIER = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 280526 + } + } + } + s:STATE_RESIMERE = { + region_state:YOA = { + create_pop = { + culture = resimerian + size = 55436 + } + } + } + s:STATE_RESIMERIAN_FRONTIER = { + region_state:YOA = { + create_pop = { + culture = resimerian + size = 396645 + } + } + } + s:STATE_MINI_YOAHTL = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 20300 + } + } + } + s:STATE_MINI_YOAHTL_FRONTIER = { + region_state:YOA = { + create_pop = { + culture = yoahtlan + size = 115541 + } + } + } + s:STATE_ROZIA = { + region_state:ROZ = { + create_pop = { + culture = examplish + size = 37213 + } + } + } + s:STATE_KALLOS = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 342051 + } + } + } + s:STATE_ARNEN = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 290659 + } + } + } + s:STATE_COLUMBIA = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 358969 + } + } + } + s:STATE_FLORENCE = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 221408 + } + } + } + s:STATE_DELEWARE = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 185516 + } + } + } + s:STATE_ZATOKA = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 261981 + } + } + } + s:STATE_GAZEBO = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 190450 + } + } + } + s:STATE_KROVIDENCIA = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 228200 + } + } + } + s:STATE_ARCTIC_AND_EAST_TITAN = { + region_state:KAL = { + create_pop = { + culture = kallosian + size = 108733 + } + } + } + s:STATE_DEBUG = { + region_state:EXA = { + create_pop = { + culture = examplish + size = 10 + } + } + } + s:STATE_MOUNT_AUGUSTA = { + region_state:MTA = { + create_pop = { + culture = augustan + size = 534825 + } + create_pop = { + culture = septembrian + size = 152807 + } + } + } + s:STATE_SOUTH_MOUNT_AUGUSTA = { + region_state:MTA = { + create_pop = { + culture = augustan + size = 165441 + } + create_pop = { + culture = septembrian + size = 70903 + } + } + } + s:STATE_GLATTEIS = { + region_state:MTA = { + create_pop = { + culture = augustan + size = 71193 + } + } + } + s:STATE_EAST_MOUNT_AUGUSTA = { + region_state:MTA = { + create_pop = { + culture = augustan + size = 341718 + } + create_pop = { + culture = septembrian + size = 97633 + } + } + } + s:STATE_EXCLAVE_MOUNT_AUGUSTA = { + region_state:MTA = { + create_pop = { + culture = augustan + size = 356504 + } + } + } + s:STATE_CALW = { + region_state:CLW = { + create_pop = { + culture = augustan + size = 199163 + } + } + } + s:STATE_CAWL_EXCLAVE = { + region_state:CLW = { + create_pop = { + culture = augustan + size = 40047 + } + } + } + s:STATE_DOOM_CITY_NORTH = { + region_state:DOM = { + create_pop = { + culture = augustan + size = 624008 + } + } + } + s:STATE_DOOM_CITY_SOUTH = { + region_state:DOM = { + create_pop = { + culture = augustan + size = 414674 + } + } + } + s:STATE_SYMSTEAD = { + region_state:DOM = { + create_pop = { + culture = augustan + size = 127906 + } + } + } + s:STATE_ADRINA = { + region_state:GRI = { + create_pop = { + culture = griffinian + size = 127353 + } + } + } + s:STATE_ISLES_OF_CUCURBITS = { + region_state:GRI = { + create_pop = { + culture = griffinian + size = 64903 + } + } + } + s:STATE_WYNFORD = { + region_state:GRI = { + create_pop = { + culture = griffinian + size = 82071 + } + } + } + s:STATE_LILAC = { + region_state:GRI = { + create_pop = { + culture = griffinian + size = 66781 + } + } + } + s:STATE_GRIFFIN_CROWNLANDS = { + region_state:GRI = { + create_pop = { + culture = griffinian + size = 321654 + } + } + } + s:STATE_PAVIA_PROPER = { + region_state:PAV = { + create_pop = { + culture = pavian + size = 305656 + } + } + } + s:STATE_BEDFORD = { + region_state:PAV = { + create_pop = { + culture = pavian + size = 141930 + } + } + } + s:STATE_GREATER_PAVIA = { + region_state:PAV = { + create_pop = { + culture = pavian + size = 571336 + } + } + } + s:STATE_PAVIA_AULDMARCHE = { + region_state:PAV = { + create_pop = { + culture = pavian + size = 308907 + } + } + } + s:STATE_NORTH_NARA = { + region_state:NAR = { + create_pop = { + culture = naran + size = 459523 + } + } + } + s:STATE_CENTRAL_NARA = { + region_state:NAR = { + create_pop = { + culture = naran + size = 524045 + } + } + } + s:STATE_SOUTH_NARA = { + region_state:NAR = { + create_pop = { + culture = naran + size = 525479 + } + } + } + s:STATE_QBARRA = { + region_state:NAR = { + create_pop = { + culture = naran + size = 253002 + } + } + } + s:STATE_ICE_SHELF = { + region_state:CDM = { + create_pop = { + culture = cortesian + size = 449884 + } + } + } + s:STATE_NORTH_HADES_ISLANDS = { + region_state:CDM = { + create_pop = { + culture = cortesian + size = 154616 + } + } + } + s:STATE_WEST_CDM = { + region_state:CDM = { + create_pop = { + culture = cortesian + size = 117053 + } + } + } + s:STATE_IMBLOC = { + region_state:CDM = { + create_pop = { + culture = cortesian + size = 86032 + } + } + } + s:STATE_CONCORD = { + region_state:CDM = { + create_pop = { + culture = cortesian + size = 304925 + } + } + } + s:STATE_SOUTH_CDM = { + region_state:CDM = { + create_pop = { + culture = cortesian + size = 319036 + } + } + } + s:STATE_SANTIAGO = { + region_state:AUR = { + create_pop = { + culture = aurellian + size = 204087 + } + } + } + s:STATE_CDM_EXCLAVE = { + region_state:AUR = { + create_pop = { + culture = aurellian + size = 102876 + } + } + } + s:STATE_CDM_FRONTIER = { + region_state:AUR = { + create_pop = { + culture = aurellian + size = 374879 + } + } + } + s:STATE_ESTALIA_1 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 1268737 + } + } + } + s:STATE_ESTALIA_2 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 78925 + } + } + } + s:STATE_ESTALIA_3 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 152790 + } + } + } + s:STATE_ESTALIA_4 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 492116 + } + } + } + s:STATE_ESTALIA_5 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 87248 + } + } + } + s:STATE_ESTALIA_6 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 448904 + } + } + } + s:STATE_ESTALIA_7 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 873544 + } + } + } + s:STATE_ESTALIA_8 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 589077 + } + } + } + s:STATE_ESTALIA_9 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 641871 + } + } + } + s:STATE_ESTALIA_10 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 615025 + } + } + } + s:STATE_ESTALIA_11 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 308683 + } + } + } + s:STATE_ESTALIA_12 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 493566 + } + } + } + s:STATE_ESTALIA_13 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 241790 + } + } + } + s:STATE_ESTALIA_14 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 43277 + } + } + } + s:STATE_ESTALIA_15 = { + region_state:EST = { + create_pop = { + culture = examplish + size = 18053 + } + } + } + s:STATE_IRIA_1 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 293419 + } + } + } + s:STATE_IRIA_2 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 199360 + } + } + } + s:STATE_IRIA_3 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 121460 + } + } + } + s:STATE_IRIA_4 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 304530 + } + } + } + s:STATE_IRIA_5 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 180166 + } + } + } + s:STATE_IRIA_6 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 51199 + } + } + } + s:STATE_IRIA_7 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 137824 + } + } + } + s:STATE_IRIA_8 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 172708 + } + } + } + s:STATE_IRIA_9 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 193950 + } + } + } + s:STATE_IRIA_10 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 150869 + } + } + } + s:STATE_IRIA_11 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 180978 + } + } + } + s:STATE_IRIA_12 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 124782 + } + } + } + s:STATE_IRIA_13 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 222860 + } + } + } + s:STATE_IRIA_14 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 291132 + } + } + } + s:STATE_IRIA_15 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 179732 + } + } + } + s:STATE_CDM_FRONTIER_2 = { + region_state:AUR = { + create_pop = { + culture = aurellian + size = 135696 + } + } + } + s:STATE_MTA_2 = { + region_state:MTA = { + create_pop = { + culture = augustan + size = 441796 + } + } + } + s:STATE_IRIA_16 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 65940 + } + } + } + s:STATE_IRIA_17 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 171838 + } + } + } + s:STATE_IRIA_18 = { + region_state:IRI = { + create_pop = { + culture = irian + size = 107858 + } + } + } +} + diff --git a/common/history/population/civ_population.txt b/common/history/population/civ_population.txt new file mode 100644 index 00000000..d7919fb2 --- /dev/null +++ b/common/history/population/civ_population.txt @@ -0,0 +1,16 @@ +POPULATION = { + c:LUS = { + effect_starting_pop_wealth_high = yes + effect_starting_pop_literacy_high = yes + } + + c:TRU = { + effect_starting_pop_wealth_high = yes + effect_starting_pop_literacy_very_high = yes + } + + c:LAM = { + effect_starting_pop_wealth_high = yes + effect_starting_pop_literacy_very_high = yes + } +} \ No newline at end of file diff --git a/common/history/states/00_states.txt b/common/history/states/00_states.txt index aec39731..06dd4f3c 100644 --- a/common/history/states/00_states.txt +++ b/common/history/states/00_states.txt @@ -1,20 +1,863 @@ -###### EXAMPLE ###### - -STATES = { - s:STATE_EXAMPLE = { - create_state = { #To create a split state add another one of these entries with different IDs - country = c:EXA #The tag for the country which controls these provinces within this state. - # owned_provinces = { "x000000" "x562129" "xAF3D4E" } #The provinces within this state. - owned_provinces = { "xD08471" "xF36BB8" "xE7F593" "x6ABE6A" } - } - # create_state = { #This is now a split state with TES controlling these provinces. - # country = c:TES - # owned_provinces = { "x548751" "x9A5DA8" "x42B0F5" } #Different provinces.. - # } - - add_homeland = examplish #Sets the state to be a homeland for whatever culture you put here. - # add_homeland = testish #You can set multiple. - } +STATES = { + s:STATE_NIDAROS = { + create_state = { + country = c:TRU + owned_provinces = { x23E1F9 x46F3E0 x81ED95 x8AC4D9 x8CE7B9 xA5CDBD xAACF9A xADF079 xAFA2C8 xB7A0E2 xBB73F1 xBBCDC2 xC5D67A xCAEE5C xD2A3EE xD3D7DD xD7B1A0 xD892D6 xDEC6C2 xEB6AF2 xF11FEC xF48C9A xF8EDCF xFCCCFA xFD55E0 } + } + } + s:STATE_HYLDOR = { + create_state = { + country = c:TRU + owned_provinces = { x33E4F5 x37E0FA x45ECCD x68F6A4 x73EC9B x92CDA4 x9E7AF9 xA5BED0 xABE88E xB5D9E0 xC1D3C4 xC3D374 xC4A0E4 xD1FB6A xD2EE85 xD7F6B3 xDA8DB1 xDDA4D6 xDDD15E xDDF281 xE5A5C6 xEB95B9 xEDCABC xF1E935 xF7AAA4 xF7D660 xFCEC66 } + } + } + s:STATE_SNOWPEAK = { + create_state = { + country = c:TRU + owned_provinces = { xA655FA xADFAA2 xAF6FDA xBEFAE4 xD38AF6 xD3CB6D xD864FE xE282DF xF58CF3 } + } + } + s:STATE_FLATAGRAS = { + create_state = { + country = c:TRU + owned_provinces = { x31ECF9 x50E6CC x6BE9CF x72E8B1 x74B1F2 x77AAD5 x7AD3F7 x7EC8AF x89A3D9 x9679EA x9ADA99 xA0B6FE xADF470 xAED9AA xB281FE xB7B6C0 xBC87DE xBC97C9 xBEDB5C xD399DB xDE66F9 xDFA2B2 xE1E4D9 xE349D8 xE8868E xECD584 xECF8E0 xEDFB10 xEECB76 xF0D4EE xF3F75E xF75AFA xF763F0 xF934E8 xF999C5 xFAC5CB xFBEAB7 } + } + } + s:STATE_SORLAND = { + create_state = { + country = c:TRU + owned_provinces = { x28F7F7 x46DFE8 x4FFCCB x5DF6F4 x5FF8A1 x61E8EF x6BE4D3 x6DFBBB x81F8C9 x82DCFA x84A0EF x8CBBDF x8CD0EF x8EB8F2 x8EEBF8 x94E0C5 x987AE5 x9A7FE2 x9DDBEF x9EA8C4 x9FF39E xA1B9F7 xAAED8A xADA3A6 xAE82D2 xB0AEB9 xB3CEFA xB6D4CC xB9D084 xBD56F5 xBEABDB xC180DB xC2D56C xC3D66D xC9F360 xCDE4DF xCDFEA3 xCED968 xCEEEF9 xD0DE60 xD15DD6 xD1B2C4 xD643DD xD6A9E7 xD76FE0 xD8E5E2 xDCA2CD xDDF32A xDF7FAA xE29FE6 xE2A1DA xE2F484 xE3D6D2 xE46EDE xE9C6FE xEABFD8 xEAF323 xEEDA9B xEFF1B8 xF149BB xF1B4C8 xF26EA9 xF2BD9B xF435E0 xF66DDD xF7D4E2 xFA41C5 xFBCDFB xFC8AED } + } + } + s:STATE_SIX_COLONIES = { + create_state = { + country = c:TRU + owned_provinces = { x3FE2DC x60E9CD x6BE1C5 x77E8D0 x8D8EFA x9CAEC6 xA8EEF9 xB0DDF8 xB8B88E xBCF1FD xC093AE xC19DCD xC1F2EB xC4B8FD xCC3DEC xCE8EC1 xD1C95B xD5C4A9 xD6A979 xD6BFE2 xD79AD4 xD8CFE8 xDB9891 xDEACD0 xE05DC9 xE075D1 xE5DE3C xE77EBF xE855E9 xE8F54F xF647E4 xF96CE5 xF99F74 xFBC74D } + } + } + s:STATE_OUTLAND = { + create_state = { + country = c:TRU + owned_provinces = { x4AE5F5 x54D3EE x7EF1F0 x81C4D9 x83B1EF x84D9CD xA5E4A2 xA697C0 xAF7FC9 xB4D7BF xB6CACD xBFEBF7 xC2B6A5 xCEB5C9 xDB56FC xE851E5 xEBDDF9 xF7B5AB xF9E883 xFEB9F2 } + } + } + s:STATE_OUTER_NIDAROS = { + create_state = { + country = c:TRU + owned_provinces = { x68D1C7 x71E4C2 x8872FD x98B6B1 xA089D3 xB2F2BD xBDDFB5 xD0F83E xD658D3 xDFAAEB xEA3ED6 xFAA19B xFCBA82 xFE95C1 } + } + } + s:STATE_TENSEIMIYA = { + create_state = { + country = c:GEN + owned_provinces = { x42E3D2 x4DAEFA x5FF8E9 x67F9CC x6BCEC7 x6FC3E1 x6FC7DC x72EDF9 x75BCFC x76C4E0 x7BFAB4 x7FE9C9 x87C5DA x89D9C7 x91D2FD x99BFB8 x9BEBC4 x9CB8C6 xA791C8 xA8D297 xAFBEB7 xB8E6CF xB8EAEF xBDFEC3 xBEBDC8 xCA7BE5 xCC9EC8 xCCD2DD xD1E173 xD2ABA9 xD3CF99 xD660F7 xDBC5B6 xDDEAA3 xDF7CD0 xE2A5C6 xE3B2C2 xE86FC7 xE87DA0 xEDC257 xEF76E2 xF0D236 xF4F88B xF5F611 xFB73E4 } + } + } + s:STATE_MORINOYARI = { + create_state = { + country = c:GEN + owned_provinces = { x50B8FB x65D1D7 x6DFBB4 x89EEC4 xA7E5CB xAB99F3 xB8D78E xCECE97 xE8A86C xE9D185 xEB90DD xEEA985 xF1F3E3 xF3FA57 xF69FBF xF8D6A1 xF8F218 xFA43F5 } + } + } + s:STATE_DAISHIREIBOU = { + create_state = { + country = c:GEN + owned_provinces = { x28EEEA x2AD7F4 x41D7EA x51FEF6 x56FAC7 x69AFF8 x6FC2DC x71CDC2 x73DECB x73FCA5 x74EDA8 x78ABD3 x8BD1F2 x8FE1E8 x91EE98 x98D3BA x9CCFBB xA0AACD xA0BAED xA395CF xA6F958 xBAC2F8 xBBD0F5 xBFB89D xC1E0ED xC259F3 xC2F64F xC4A4E5 xC6E1DE xC9D5F6 xCA4AEB xCCE1CC xCCF99F xCDB7D2 xCDF98F xCEB982 xCF74D5 xCFAFBB xD0DE6E xD174B5 xD198F3 xD1BCDE xD36FE8 xD69097 xD8D5B8 xD98E9B xDBB8E2 xDCB7CF xE2B5C4 xE550D8 xE6F917 xE78A8B xE7EECD xEAA7C3 xEB32F3 xEB7FF9 xEEAD94 xF1A493 xF1DCB0 xF362E8 xF4C27A xF5C3D2 xF5CB40 xF8FC8D xF9A5F7 xFABCE8 xFAE88C xFC9F9A xFE6BC3 xFE70B0 } + } + } + s:STATE_MUMEITA = { + create_state = { + country = c:GEN + owned_provinces = { x00FDFC x3FBAFC x44EAF4 x44EEED x4EBCED x4FC2EE x59E0D3 x5BCBD1 x5DEAC8 x62AEFA x66EAB9 x67FAF4 x69B2F7 x70E8E4 x76C0FD x7FDEE7 x7FE09A x7FE4D7 x7FF885 x80CAF1 x82A9CD x85F87D x8673FD x86B8E5 x8CFAE9 x8DFA9C x8FD3FB x9092D5 x94F6AE x9580F7 x95E8D9 x97D4EE x9CDAE6 x9FB1BF x9FE4ED xA0A1CB xA0ADC0 xA5A4F6 xA6F5DF xA7A2FA xA973EA xA988D0 xAAFAED xAB90D2 xABFBF8 xADADBF xB0B9A6 xB175D8 xB191C3 xB19BD5 xB1E9C4 xB7E588 xB9CC9D xBAEFC6 xBB6DEA xBDA399 xBDD19C xBE90D6 xBE92D2 xBFED86 xC0F17A xC1DFAD xC1E363 xC1F34D xC396A6 xC3FA97 xC4F441 xC5F1B8 xC7B59C xC7BAA5 xC7E7EE xC7FAC7 xC8E7CE xC971F6 xC9BBED xCAEF75 xCB64D6 xCB66DB xCDB4C9 xCE88BC xCFA1F1 xCFAD89 xD1E4CF xD1EDBB xD23DE8 xD256FA xD2A4CA xD4F891 xD734F9 xD768E3 xD864EF xD89FD2 xDBBAA3 xDC6DB0 xDCD1D5 xDCFA64 xDE73D0 xDEC2EF xDFC0E7 xE083C9 xE0D291 xE1A7F0 xE298DF xE2F4E4 xE346F2 xE3B8A4 xE6C88A xE6EAE4 xEA31DF xEA5BD7 xEB15F7 xEDB160 xEDE750 xEEC68D xEF709C xF098B3 xF267F5 xF271F4 xF287E2 xF336CC xF4A585 xF4B5CA xF5C89D xF6B7E0 xF6ED5C xF6F2C1 xF86CBD xFA23FA xFAC3F7 xFB9C7D xFCB45F xFCC9F8 } + } + } + s:STATE_NUMBERS_LAWN = { + create_state = { + country = c:GEN + owned_provinces = { x41D6F1 x43E5F3 x51CEE6 x79C9B5 x81C1E2 x8686FA x8AFB80 x9AF6F5 x9BA7C4 x9EB6F2 xA07BFB xA4B8DD xA9CCD3 xB7D0C0 xBD61FE xC6EBAE xC7B8B6 xC8E9C7 xC8F0FE xC9E9FD xCC70E1 xD4C668 xD6CB7C xD7B284 xDB87DE xDD61E2 xE1978C xE33CDC xE341F0 xE359E9 xE99CF9 xF0C1D6 xF1DBB1 xF6CF84 xF7F79D xFD9A99 xFE13E5 xFE679A } + } + } + s:STATE_AMATERASU_SHORES = { + create_state = { + country = c:GEN + owned_provinces = { x4FCBDB x9DE7D2 xA0CFF5 xABE8DB xB7F15B xC0B9A9 xC1F9FE xC4EDE8 xC7CCC5 xD4D5B8 xD5D955 xD6A8E1 xECE0DB xF5D28C } + } + } + s:STATE_YAMATO_KEN = { + create_state = { + country = c:GEN + owned_provinces = { x3FC9ED x59EAD5 x699DF8 x8FE0B7 x90D9B2 xB658EC xC49DEC xD772D2 xE0D0CE xE4F374 xE659DA xE680BE xE967F1 xEC64B8 xF2D1B6 xF35BF6 xF4C6FD xF54E84 xF637CC xFD46F3 } + } + } + s:STATE_PORTUCALE = { + create_state = { + country = c:LUS + owned_provinces = { x047049 x7FDEA5 x838516 x90CCEF x97C2DD xABBED1 xADCC8C xB06EF7 xB7ABD6 xBE9CC4 xCEDFD8 xD1BDED xD279D1 xD3E158 xD7FC32 xDBEEA0 xDC4BFD xDEFD52 xE4E6C8 xE583BC xF2F389 xF9D963 xFBA660 } + } + } + s:STATE_CIV_PROVENCE = { + create_state = { + country = c:LUS + owned_provinces = { x5DFCCE x6BD8F8 x91D6CF x9DECDA xC3B989 xD3CC92 xE45EC3 xE6EA84 xE796B9 xF27232 xFA03F9 xFA2CE0 xFAFD93 xFE3FEE } + } + } + s:STATE_CASCAIS = { + create_state = { + country = c:LUS + owned_provinces = { x4EE3DC x73CCE6 x79D4BA x9AFECE x9DED6E xB4B4BA xBE76EC xC095DF xCDFE95 xCED5A5 xD0E7CC xD2F758 xD4EF58 xD95DFE xD9AC8B xD9F44C xE2F64C xE3B9ED xE4968B xE774BF xEEFD1D xF0FB0F xF2C56C xF951BD xFB9981 xFCBA80 } + } + } + s:STATE_OLIMPIA = { + create_state = { + country = c:LUS + owned_provinces = { x20FCE3 x5DFAE3 x70DFA7 x8CD5A5 x8FACDE x90C7E0 x96E3E0 x9DE591 xA2D5C5 xAFABF3 xBCB29A xC0D0CC xC36A90 xC793C0 xCAC667 xCCE552 xD0DD57 xD4EAD8 xD7F867 xDA66BE xDACCB1 xDC32F9 xDF72B5 xE4F15E xEFE35B xF5999E xF6B7A3 xFCD4F7 } + } + } + s:STATE_ATLAS = { + create_state = { + country = c:LUS + owned_provinces = { x047048 x30D7F1 x6CB1EA x88C5DE x8BD3DC x8CDAB2 x9CBFB8 xA0DFF6 xB9F2C7 xBAFA7A xCE999F xD2F9A9 xD3C3D3 xD4C989 xD844E3 xDE93C0 xDF88A7 xDFDCB2 xE59BAF xE64EF7 xEDA9BD xF3A5AD xF5C96C xF7B795 xF8A08D xFCA961 xFD57ED } + } + } + s:STATE_AZORES = { + create_state = { + country = c:LUS + owned_provinces = { x04EE66 x6EBCE9 xDBF15F } + } + } + s:STATE_CLASSICALE = { + create_state = { + country = c:LUS + owned_provinces = { x41E6EF x93F3CE xAEE28B xB5F283 xB6FECC xB8BFDA xBEE7F9 xD6C49B xDCD0A5 xDE82B6 xDE8A9D xE1C4B6 xF07697 xF2EDBB xF2F9EB xF468A9 xFD878B xFE43E5 } + } + } + s:STATE_DREAMLAND = { + create_state = { + country = c:LUS + owned_provinces = { x3BF0FB x58BBE4 x85A9FE x8BD1AF x8BF29A x9EF7BF xABEC60 xB9CCA6 xBFD86B xC3B77D xC749EE xC8A293 xCBEC57 xEAD5C9 xF55AB5 xF7C982 } + } + } + s:STATE_LUSITAN_PLAINS = { + create_state = { + country = c:LUS + owned_provinces = { x26F3F0 x2D75E7 x5BEBE0 x83BCFD x98B5C7 x9DEDEF xA0F97C xDDFC3B xE4DF7D xE7C4EE xEA99CF xEDBECA xEEDA55 xFA4ACB } + } + } + s:STATE_CIV_ALENTEJO = { + create_state = { + country = c:LUS + owned_provinces = { x32D9EA x58EFF4 x5DD1DC x6EE6D7 x78F5E9 x7BC4CD x8FACDF x8FCEC4 x9394D7 x9D6548 xA366F7 xB456F5 xC391C5 xDAB573 xE1B19B xEA909F xEAF818 xF1FD65 xF6E868 xF7E56C xFA77AA xFDF4B6 xFEE35B } + } + } + s:STATE_LUSITAN_PLATEAUS = { + create_state = { + country = c:LUS + owned_provinces = { x13D0FE x53F9E8 x67D8FD x6CD9E7 x79B3CE x79EAF1 x7AE4E4 x7CD3AC x81E8A9 x8CF5F5 x8CFBCB xB19FCD xB7C4A4 xB8C8EF xBEC5F4 xBEC9EE xC3FB41 xC9C2C7 xCDF4C2 xD36CC3 xD798F1 xD8D2A2 xDDA1E8 xDEDAC0 xE1D0B6 xED78F6 xF29E8B xF660B6 xF7BBDC xF8FD1C xFCD2FE xFE42D7 xFEB379 } + } + } + s:STATE_EBORA = { + create_state = { + country = c:LUS + owned_provinces = { x6DF9C3 x96CFC0 xB0E7B2 xCAD6D5 xCFD574 xD1E151 xE398E3 xE4D14F xE870EF xEECCEC xF978EE } + } + } + s:STATE_EAST_LAMBAT_CITY = { + create_state = { + country = c:LAM + owned_provinces = { x0F014F x13D0FF x56DCE7 x58F8D9 x5EF9BD x66E5AE x695703 x72CDC0 x84EDC1 xD39DAA xD8E24E xE2CCCF xE5A38D xE870F0 xECEA92 xEEC399 xF48ED5 xF897F9 xF8BAAE } + } + } + s:STATE_WEST_LAMBAT_CITY = { + create_state = { + country = c:LAM + owned_provinces = { x04704A x21B44C x2F1208 x49D9DF x63EDFE x83D4A3 x8FACE0 xAAD7F5 xBBB5AB xCAAEE9 xCABFBF xCAE358 xD3B9E5 xD8A488 xDBB0D7 xDCE1D2 xDEA084 xE03AFC xE7BDB0 xECADF6 xEEE9CF xF41415 xF4EC34 xF89DEA xFABA47 xFACE99 xFBD327 xFEE84E } + } + } + s:STATE_VALLE_OCCIDENTAL = { + create_state = { + country = c:LAM + owned_provinces = { x0AEF0B x47F9FB x53FEE0 x563EC7 x64E5C9 x64FDF1 x73DDF1 x7BF293 x81B8EB x88D4DA x90D8E5 x90E790 x93D5C4 x9E8EFC x9F6CEE xA2FA94 xA8F861 xAA7DDC xB0F353 xB16EDD xB17DC8 xB195B0 xB3AEE5 xB3EAB3 xB5EFD4 xB692D4 xB6F54E xBC64F1 xBDF273 xC1B0F4 xC6BEED xC799D8 xCD9A9B xCFE2E9 xD3AD76 xD3EAD2 xD4AAFA xD7B994 xD85CE1 xD9BCC6 xDFCDE9 xE0F19E xE1E99E xE3DA61 xE4F420 xE877E2 xEC3CD7 xEDCAC9 xEF97B0 xEFA790 xF696FC xF89ED6 xF8D4D2 xFADCFC xFCEE84 xFD57EE xFDBB96 xFEA45B } + } + } + s:STATE_CHUNGIA = { + create_state = { + country = c:LAM + owned_provinces = { x115B10 x33E2F0 x55F1B4 x5AE6BE x66ACF4 x84F69A x85D2E2 x93D5C3 xA08BF2 xA5C2E6 xA679E4 xA7BA96 xA7E4BA xAAC2AC xAEEEC8 xB095CD xB0FAE4 xB2BD8A xB2EF92 xB6C3D1 xBDEB66 xBEE0B1 xC7E889 xCBCF8A xCD9A9A xD077E6 xD1EE85 xD282BC xD4C8DA xD9B5CC xDB95C9 xDFDECD xE0F19F xE256E4 xE28D89 xE6BCAF xE7E52E xE9F920 xE9F933 xEA9690 xECE0AB xEEA094 xF4EF4B xF6D848 xF7EBFE } + } + } + s:STATE_BLANCO_STRAIT = { + create_state = { + country = c:LAM + owned_provinces = { x4DF0D3 x66EAB3 x808CF4 x8AD3CE x8CF5A9 x91F1A1 xA29DC9 xB34272 xB3DF88 xB871D5 xB8DDC4 xBACFCD xC28FC7 xCFB8CE xD88BC8 xDCB3E4 xDDC0EE xE48EE7 xEA16F7 xEA79A8 xEAA1E5 xF2D18F xF572AE xF6BB87 xFBDDFE xFEE27E } + } + create_state = { + country = c:EXA + owned_provinces = { x6CE5D3 x81C8E9 xCB6FF4 xF886B2 } + } + } + s:STATE_MERCADO_STRAIT = { + create_state = { + country = c:LAM + owned_provinces = { x63CFD7 x7CD0F2 x90E4A8 x9BEDC1 xB08EFA xB8F7F6 xC7FB9B } + } + create_state = { + country = c:EXA + owned_provinces = { x5CA9F2 x73ABDC x898BEB x9C9CF0 xADA3F1 xC284B6 xD3CFE9 xD5BBBC xDCE8AB xE5A881 xE6E861 xEF8D80 xF260E2 xF3CD93 } + } + } + s:STATE_PAMPANG = { + create_state = { + country = c:LAM + owned_provinces = { x08F5F9 x0AEF0C x23FEE1 x67B8FD x89FBD7 x94FC84 x9EFC64 xAA9DF7 xB35DFB xB4A2AC xCF88F1 xD229FB xD44BE1 xDD70EC xECCDA5 xF0DC7E xF8CA37 xF9E2F4 xFCC575 } + } + } + s:STATE_PARFAIT_KAWAYAN = { + create_state = { + country = c:LAM + owned_provinces = { x37DDF1 x48EDD2 x67E6B7 x75D5FC x81D7CE x87BAE5 x8ABDE0 x92A1C2 x97DFD0 x9887F1 x9AE5D1 xA0A9EC xA4F1F0 xA75AF8 xA7C8BE xAAECFB xAFDAA4 xB4EFEF xB885E0 xBA2FDE xBBB0BA xC3BC89 xCDBEEE xD3DE62 xD3F77F xD594AE xD6D4C2 xD7EFDA xD8EAE1 xD8F3E6 xDCE2A4 xDD8BA4 xDF58E3 xE142DA xE492AE xE7B077 xEDEF1F xF07DAD xF0C8AE xF385A6 xF6F591 xFB56C7 xFDC0FD } + } + } + s:STATE_PROVINCE_OF_NEW_DANZILONA = { + create_state = { + country = c:DAN + owned_provinces = { x3AD8EE x3FCFFB x4DBFEC x58B9F3 x6FCFFE x7DE0AC x7EF3A8 x85ECD3 x8988F5 x8A9BE1 x917FF8 x91B5D6 x93E3BC x95D0E5 x96F0F3 x98A8C6 x9BC6F9 xA2F761 xA7F4C0 xA8D0B3 xBDFAF1 xBEF83F xC762FC xC8F6AD xC8F6B3 xD2E287 xD3FE8F xDAAEC3 xDBFBDE xDD8FED xDEE890 xE0E65E xE64FCF xE7EB98 xE950C6 xE9C473 xE9D1EB xEAF565 xEB9AEC xECE1F0 xECEEC3 xEFE7BE xF063E8 xF277A5 xF28497 xF78BF9 xFBD1DC xFD83C7 } + } + } + s:STATE_SOPHIA = { + create_state = { + country = c:DAN + owned_provinces = { x4EB9F0 x51EED1 x5DFDC0 x74C6BB x81E4CD x88D7BA x88F879 x94FCD3 x9592EC x95D1E8 x9EDFB6 x9EEBDB xA7CA90 xACE480 xB2CA92 xB3EAEF xB8D9EB xBDC0D9 xC4D9EA xC8AE7F xCDF4CE xD7E9B2 xDFBD88 xEF97EB xEFABD0 xF09578 xF9D52D } + } + } + s:STATE_MELIA = { + create_state = { + country = c:DAN + owned_provinces = { x30F8FA x49E4E2 x5DD1FE x67EBCC x72B1EC x7FF782 x85C4AD x868DF9 x87B0E9 x9A73EB xA6B9EC xA8C2CC xA8D684 xADF381 xAFB2E0 xB3FD99 xB8A1E7 xB9F94A xBDEDAB xBFE96C xC047EE xC191C7 xC4FAA7 xC7EB9E xCBABEE xCEA3F1 xCEAEF9 xCF59F4 xD0FD8D xD5A4E2 xD5CFCD xD673D4 xD7C46C xDFEDF2 xE0E336 xE2E794 xE8F65D xE8FAC4 xE9A371 xECE3AC xECFD34 xF26CCD xF2A886 xF2D2B5 xF5F52F xF6CC62 xF77B9A xF8C298 xF923DB xF9A3F8 xFB8E84 xFCF567 } + } + } + s:STATE_UPPER_MELIA = { + create_state = { + country = c:DAN + owned_provinces = { x62F9FC x6BDFEF x8C8FE6 x99E3EA xA8B0FC xAFEE8F xC4F051 xCDFBE8 xD0C18D xD0D9E3 xE053F8 xE4FCF7 xE7FD3F xEA9EED xF2B9C4 } + } + } + s:STATE_NEW_SWISSTON = { + create_state = { + country = c:DAN + owned_provinces = { x45D7FC x4BC5EA x52F1C1 x5BBFEB x70B8DD x71F0D3 x87DAD1 x96C7E0 xA6D9EB xADF581 xB9DE6B xB9E0C4 xBFBCEA xC1A8F4 xD0AEF1 xD7BCD4 xE079C2 xE4B9C0 xE6B6EB xE9F02C xECBB6E xED3DF6 xEDF839 xF4A6B3 xF664F8 xFEB6E8 } + } + } + s:STATE_SOUTHERN_PROVINCE = { + create_state = { + country = c:DAN + owned_provinces = { x0AFAFD x46D6EF x66D0D7 x75B8D0 x79EECA x7FDEBC x83F97A x8FC3CA x8FD2CF x92CCEA x96D1C2 xC4ACDE xCFE372 xD89AF5 xDCA19A xE372D3 xE7A1AD xE8FEB0 xEB73C3 xF0C6B5 xF472B8 xF6EAE6 xF774E7 xF782ED xFCEF94 xFE80DD } + } + } + s:STATE_WEST_DANZILONA = { + create_state = { + country = c:DAN + owned_provinces = { x42EDCE x48FAF3 x5EBFE7 x6AFEC8 x6EAAE3 x759FF9 x81E293 x84DCAB x8BF8DC x8DF393 x929CE0 x93F4F3 x96B0B1 xA2C89E xA3B2D0 xA3D994 xA4A3D1 xACA9E6 xB1CDA2 xB3A0F1 xB871DF xBA73FC xBBD4B2 xBEFC47 xBFAAC8 xBFE2CF xC1BCE9 xC862F1 xC9A3EB xCE4BE6 xCFCFA0 xD3EF64 xDBBFCB xE0A6E0 xE2EE91 xE3B8B3 xE6DF9F xE78FF5 xE932E1 xE959E2 xE9DD68 xEA68BD xEACCAF xEBDE49 xEBE1F2 xEEDD75 xF2DA62 xF2F593 xF481CD xF9F630 xFAD5E5 } + } + } + s:STATE_PETERSKOGUR = { + create_state = { + country = c:DAN + owned_provinces = { x21DEFE x2DF7E0 x3AFEEA x4ED7DB x79DF9F x83DBEF xA4EEBD xA672FE xA6A7F6 xA9B4C4 xB4FEB4 xBB76E9 xCCACF6 xCF9DB0 xD5BAA8 xD8A4F1 xDE55F5 xE3D265 xE8DFD0 xEAFAAA xED6BA0 xF6A68C xFDB2FE } + } + } + s:STATE_EASTERN_SHINING_ISLES = { + create_state = { + country = c:DAN + owned_provinces = { x070210 xA1FE59 xB7C583 xC3E5B8 xD193CE xDCBCBB xE8D4F6 xF094E7 xF4ED4A xF69B95 xFEFAFB } + } + } + s:STATE_SOUTH_MELIA = { + create_state = { + country = c:TRA + owned_provinces = { x2CE2FE x44F9D9 x5CCFE4 x71B5FB x82B3E7 x95A4FC xA1FCBC xB193C4 xB8F753 xCCC9D9 xD458EE xE1AAB7 xFB9BE0 xFD55C0 } + } + } + s:STATE_WOLKEN = { + create_state = { + country = c:WOL + owned_provinces = { x40F3E0 x53AFFE x54F5BC x66E2B7 x7CD3DB x8DBCEC x95ECF9 x9EA2D9 xA074FB xA197F8 xA4D8AA xA6C4B8 xADFEF3 xAFD17A xBDD9E1 xBDFD9C xC0A594 xC7C4E4 xCCD1CE xD1C5DF xD28FCC xD7D2D2 xD9A89B xDB55D4 xDF57E0 xE1B6CE xE627EA xEC9CD7 xECFBC4 xEE8BEC xF4EE7A xF4F7BE xF5FCF0 xF646E0 xF7D8D8 xFAB189 xFD9B79 xFE79E2 } + } + } + s:STATE_WOLKEN_ISLANDS = { + create_state = { + country = c:WOL + owned_provinces = { x0D0705 x8BD59B xAB78FD xB67DF0 xC0D1BB xC6E554 xC778CB xCCBF6A xEA25F5 xFC82A0 } + } + } + s:STATE_NORTHERN_MERY = { + create_state = { + country = c:MER + owned_provinces = { x28ECEA x3CE5F9 x45DCE9 x68BED7 x6EEDAC x74EFD5 x77E3A8 xAEEA99 xAF9AAC xBECD97 xBEF071 xBEF297 xC395C3 xC899DF xCCDEBA xCEBA6D xD5D670 xD842E9 xDC33EF xDDF0A2 xDE43F1 xDE77A0 xDF67BD xDFFCCB xE5E829 xE9B1C6 xEBAF96 xECD9A9 xF4A6A3 xF4DA63 xF6C8C8 xFBC0CE xFD7CD9 xFEC47D } + } + } + s:STATE_CENTRAL_MERY = { + create_state = { + country = c:MER + owned_provinces = { x43F0CB x5BC6E4 x5FC3E9 x62E4E3 x65C0F7 x8989F6 x8D90E9 x90D0A0 x9770F1 x9BD8C2 xB199E9 xB1D9B7 xBED5C6 xC7B5C9 xC8A8D9 xC9BF8E xD6A4CE xD9A5C6 xE24DEA xE69BAE xEB80C8 xEDA6BD xF192A6 xF273DD xF4BEB7 xF57391 xF59CD0 } + } + } + s:STATE_SOUTHERN_MERY = { + create_state = { + country = c:MER + owned_provinces = { x59FCE2 x6AFDD6 x76F5AF x77D9BE x7BBFF3 x7EEDF9 x7FC2B4 x8191F6 x89B9C6 x8BF6AE x8FEF98 x929DC8 x94A1EF x989BF9 x99E697 x9D9CC1 xABE7F8 xADD3AA xB3A3AF xC181DB xC46FD7 xCBE7BA xCBFB4F xCFB7A6 xD0FAC2 xE0D082 xE1A199 xE1E1E5 xEA92F3 xEB98CE xED9BBB xEF9ADC xF3F495 xFA7A94 xFCAFEA xFDD589 xFE20D8 } + } + } + s:STATE_YOAHTL_HOMELANDS = { + create_state = { + country = c:YOA + owned_provinces = { x75FBFE x80E8B7 xA198BD xC9CCDC xD4D15D xE9DA78 } + } + } + s:STATE_KOBYLINSKI = { + create_state = { + country = c:YOA + owned_provinces = { x38CEFC x7DF092 xAB99F8 xC769C5 xC8B0F9 xD181F0 xD1C2F9 xDE58E3 xE1D293 xE279A0 xE4A4EF xE559D2 xEFB985 xF162BA xF287B5 xF5B287 xF77A9C xF839DD xF8BBB4 xFB57D1 xFCD773 } + } + } + s:STATE_CZECHIA = { + create_state = { + country = c:YOA + owned_provinces = { x36DEF3 x53B7F9 x91DEC7 x9398E1 x96CEF6 x9A87DC xA69AC0 xB791C1 xB8AFE8 xBD89DA xBDB9E8 xC0B7B5 xC36BC8 xC3CF78 xC7B592 xCAECCC xCEFA63 xD2BEEF xDE63C5 xE36AB6 xE66AEB xEC87EC xEECAA5 xF0D7C0 xF760BA xFB51CC xFC54F0 xFE5FB1 xFE9098 } + } + } + s:STATE_WESTBURY = { + create_state = { + country = c:YOA + owned_provinces = { x2D75E8 x4610B5 x4FD2F3 x56FCAD x59EDBA x5C1A10 x60E4D1 x74F6B7 x88FBA4 x8AD4C8 x8BC2D3 x97DD92 x9CF0AA xA4A5B4 xBAABA9 xBBFDBA xBECEFE xC29BA6 xC4D89E xC5D9DD xC6DFEC xC79DB9 xC7C2B0 xCB84E7 xCBD4E8 xCED6D0 xD6F8B8 xDD25F3 xE193FB xE26FDB xE2D8F6 xE480BF xEAE39A xF2ABDE xF8CAD2 xF93AC9 xF995DA xFC3EF3 } + } + } + s:STATE_EASTBURY = { + create_state = { + country = c:YOA + owned_provinces = { x0C6172 x3AF5E0 x3DE2FD x65FCA3 x8BE7F0 x98F26D xAFDECF xB87CCA xBCE278 xBED2B6 xC1B4E7 xD6D8A5 xD7C3A3 xDEDD98 xE49BDF xEDCD94 xEF72E2 xEF8534 xF29FD7 xF2E7B0 xF9C244 xF9D439 xFE42D8 } + } + } + s:STATE_YOAHTL_WESTERN_FRONTIER = { + create_state = { + country = c:YOA + owned_provinces = { x3C31A6 x54DFA0 x56F9DB x63B8DB x756466 x83BAD6 x86D5CC x8DCED3 x9AF8A5 x9BFDF3 xA1DA7F xA4B1B1 xA8B8C9 xAEC1CE xAFE16F xAFF56C xC16ACE xC1AADE xC1ADA3 xC1DCE7 xC4E3E8 xC8AAAB xCCD0C4 xCD38F5 xCFF0EC xD3FEBA xD46ACC xE1979E xE574F3 xE7E9B0 xEEB26B xEF77A8 xF062FC xF23DD9 xF2D743 xF3CB4F xF5D332 xFAB6A3 xFAD4D6 xFBD8D6 } + } + } + s:STATE_ALTEPETL = { + create_state = { + country = c:YOA + owned_provinces = { x55F4E7 x72D3CF xAAD7F1 xBAAFF5 xBECDC5 xBFC6F3 xDCF928 xE1EFF1 xE1F43A xE534FC xEB88F7 xF0A983 xF5F481 xF7889C } + } + } + s:STATE_SOUTHBURY = { + create_state = { + country = c:YOA + owned_provinces = { x4FE1EA x6FFB9F x8196ED x85DECF x969CF9 x96EECC xA0DCFC xACE6A5 xADC8B2 xB5D3EF xB8E3CF xB9DE8F xBACA77 xBFC1D6 xC0A0C3 xC2DB8F xCCB89B xCEE473 xCFF7F9 xD6FEA9 xD8F19F xDF91C6 xDFB3BD xE160CE xE2029F xE69DCE xE9CFB1 xEB6CAD xEB9DF9 xF0A493 xF452F8 xFB689B xFCBF57 xFD32F3 } + } + } + s:STATE_KAXITL = { + create_state = { + country = c:YOA + owned_provinces = { x08FAF5 x1ADFE0 x2BD9F3 x43F1F1 x64F0AF x73F698 x87E38E x90ADC6 x93B6FE x96EA85 x9E8DCE x9E8DD2 xA7FEC1 xAC91F5 xAFE6A6 xB488D9 xB5E2F3 xB688F6 xBBCEE2 xBEEB81 xBFA2CD xC0FDF6 xC34D0A xC9B9BF xCEB7D9 xD12BFE xD1C171 xD5ABFC xDA919F xE0DCEC xE4AA68 xE4B075 xE8CAB5 xE942DD xEB8992 xECEAFE xEFD7AE xF268D3 xF64BF2 xF9BC5E xF9ECB2 xFA8989 xFC99F1 } + } + } + s:STATE_YOAHTL_EASTERN_FRONTIER = { + create_state = { + country = c:YOA + owned_provinces = { x20DD66 x4BC8EF x818BFA x96C3FC x9BEC92 x9CBEAF xA1B5AE xABA8DE xB7A5FE xBBC0A0 xBBD5EF xBCBAB7 xC1DDD6 xCD516B xD148FC xD277DB xD4D519 xD4E581 xDEF94A xDF7FE9 xDFC48F xE1D2AD xE4E8A1 xEDF6AF xEDF9F9 xF1A3F8 xF5BBBE xF943C5 xFBF1C6 xFDBBC7 } + } + } + s:STATE_RESIMERE = { + create_state = { + country = c:YOA + owned_provinces = { x56CDDC x6BF7B6 xAAB9B4 xC9E093 xE03BDD xEABD62 xF4FB92 } + } + } + s:STATE_RESIMERIAN_FRONTIER = { + create_state = { + country = c:YOA + owned_provinces = { x23FBF9 x2AE0FB x4EFBB0 x576CCE x60E0DD x630D77 x6454DD x6E93F7 x77C19D x7A0268 x7FB8C1 x87FDBB x9338E0 x93F3F2 x94C1AD xA4EEB4 xA683F3 xA786CC xA7CCDB xAA89CA xABABDD xB2D8B0 xB6EBD9 xBA91B9 xBBEFF6 xBEC2B8 xBFD89D xC34FF1 xC4A8E9 xC5DCA5 xC7FEC4 xC89DC1 xCAC17C xCAFBD0 xCED4CC xD5E842 xD99BBD xDB83F4 xDBE78B xDCF2FB xDF819F xE0D859 xE2DEF8 xE70997 xE7F449 xEAF5E0 xEF8AAA xF1EAD6 xF2D4BD xF3EBD3 xF461AA xF650DD xF7DFE3 xFBF0E8 xFDE9E7 } + } + } + s:STATE_MINI_YOAHTL = { + create_state = { + country = c:YOA + owned_provinces = { x18F4F2 x49D9D7 xC1F0AE xDDD2BA xE6FE5F xEFBD94 xF7C5C8 xFC7DEA } + } + } + s:STATE_MINI_YOAHTL_FRONTIER = { + create_state = { + country = c:YOA + owned_provinces = { x6848B1 x6EC4D4 x6EFD96 x7AE5ED x82BDEE x8DEF92 x9687F5 x99E7E2 x9EE885 x9F9CF6 xA31767 xA4EE69 xA6BDC7 xA6E787 xAAD2B5 xAB6A8C xB4E9FB xB96BF5 xB989E0 xC375E5 xC4DD8D xC7E8AC xCE8BF6 xCFEFA6 xCFF657 xD18EBE xD1C2E6 xD24EF8 xD27EA5 xD4B177 xD576B2 xD7D87E xD9DE9F xDCADCB xE0E5AA xE496D4 xE8F4D2 xEA18F1 xEEEBDB xEF55E2 xF1DA86 xF44CC7 xF8FA7C xFBCD47 } + } + } + s:STATE_ROZIA = { + create_state = { + country = c:ROZ + owned_provinces = { x051A48 x21B44B x3FF2DF x41FAE4 x54E4CF x72E9E2 x79DCAD xA3D3CF xCDABA8 xD1BB7A xDF4CEC xE6AD8D xE944FE xEAE690 xEB89A3 xEBAFBD xF1ADB0 xF41414 } + } + } + s:STATE_KALLOS = { + create_state = { + country = c:KAL + owned_provinces = { x33F4E2 x42FAC9 x6FEDED x74A5EE x76ABE1 x7AF2D8 x7CCEF3 x89E4F9 x90E89A x91EB84 x92ACC5 x93E694 x94BAD6 x94EC90 x97F3D8 xA0ECE7 xA3EA8D xA48BD0 xA5E4E9 xA891ED xA9FD71 xACA9C4 xACE26F xBEA3E9 xC172FC xC5B0A0 xC6E8A2 xC89F99 xC9AFA4 xD0CDAF xD240F3 xD8F65E xDA52ED xDBED55 xE23AEC xE568CF xE6C4CB xEFE9D1 xF03FEF xF57DA7 xF6D8EB xF975BD xFECDEE } + } + } + s:STATE_ARNEN = { + create_state = { + country = c:KAL + owned_provinces = { x69F2FE x6ADED2 x83DECC x95F88E x99EE75 x9BA1C7 xAD77E8 xAEDBCE xB19EA9 xB69CDA xB994F2 xBDB5A5 xC3D2B9 xCBEE64 xCFF9D5 xD2C0B7 xD2DDA4 xD2FC78 xD8FE69 xDB8ACD xDD62E9 xE2E9AE xE5E1D0 xE9CDB6 xEE2BDD xF174BD xF1FB36 xF37EFD xF5B5F7 xFCD05E } + } + } + s:STATE_COLUMBIA = { + create_state = { + country = c:KAL + owned_provinces = { x39FAD7 x3ED4FE x57C6F5 x58FED2 x67D2CC x6CB6D3 x6DC2F0 x6FFE9C x7AFDE5 x80ABE5 x8FC2FB x8FCCEE x92DC8B x99E5C6 xA2DF84 xABA7D3 xAEF6A6 xAFEDE0 xBACFEE xC0CB72 xC0D0EE xC389D2 xCBA2E5 xCBE7AC xCEF68A xD4D3F4 xD55AF6 xD59CD1 xD6BFBF xD8D7C0 xDB72BA xDDB9BB xEA9479 xEFDD92 xEFE8EA xF09E6B xF3B5BA xF46ECC xF58ECE xF674D3 xF842C4 xF84DF4 xF868B3 xF93AF9 xF9E55F xFB18F9 xFDFB03 } + } + } + s:STATE_FLORENCE = { + create_state = { + country = c:KAL + owned_provinces = { x4CC4E7 x57D7FB x68E8F3 x6BCCF7 x6E9DF5 x70E6EE x81ECDE x8BC7D9 x8FEC7F x94A8C3 xA4BEBB xACBDB2 xB0F1AB xB5E25E xB7EDAB xBAB3A6 xC9EE9F xCB50EF xCCF0F2 xE681DA xE7AC7E xEC92F0 xF1C0F4 xF357DE xF863D2 } + } + } + s:STATE_DELEWARE = { + create_state = { + country = c:KAL + owned_provinces = { x4BFDD3 x89A6F4 x95D1FB xA1D2FA xA4C2CC xA4C4A1 xA7A7D1 xAFED88 xBDB6B5 xBDE8C6 xC0DE9E xC2D8B1 xD9AAB8 xE36FAB xE5FAE8 xEFD537 xEFEFE3 xF1D055 xF2F6D1 } + } + } + s:STATE_ZATOKA = { + create_state = { + country = c:KAL + owned_provinces = { x41DCF1 x55E7F4 x73D5DE x7EEBE6 x849FF7 x94F9E7 xA0DBF4 xA692FC xA8E496 xACE6FE xAEF095 xB8B2C8 xBEF4D7 xC4D7EC xC574D3 xC687B6 xC79CEE xCC91CD xCD98A8 xCEB080 xCFBFF1 xD9BEA3 xDC81F7 xE08EE1 xE167E9 xE55DB4 xF4B9D2 xF6BA78 xFA8B98 xFBBE9E xFED0A1 } + } + } + s:STATE_GAZEBO = { + create_state = { + country = c:KAL + owned_provinces = { x66ADEF x85AFD1 x9073FE x93B6F3 x98D68A x99A2DC xA0F968 xBAA0E9 xBEDAB1 xBFB2A4 xC2A5EA xC6ADFD xCBFE3E xCD69E3 xD0ADFA xD574B0 xD8C8F5 xDBD28B xE0D34D xE0DEF2 xE1DBC1 xF292B5 xF335F7 xFBD73C xFC58DA } + } + } + s:STATE_KROVIDENCIA = { + create_state = { + country = c:KAL + owned_provinces = { x39E1FA x43D4F9 x6BF09E x78F5B7 x89D9D8 x96ADCC x98EBA1 x9AFAB0 x9C9FE1 xA896BF xAAA3B8 xB2C3FA xB596B4 xB7B99C xBBDD63 xBBF781 xC37AD4 xC79DE0 xC976E2 xCCB6A2 xCDC3D7 xD4AD84 xD4DB76 xD68DE7 xDBF6AA xDD85FA xE053F5 xE37EDE xE693EC xE6F152 xEEB28E xF14CFE xF3E221 xF5C755 xFA57D8 xFC8BF4 } + } + } + s:STATE_ARCTIC_AND_EAST_TITAN = { + create_state = { + country = c:KAL + owned_provinces = { x33DAE8 x34FEDF x7CAFEB x7FE9B4 x80A5F9 x86E291 x9AC1A8 xA6CFDA xAAF9AB xADDB7E xBD5FEB xBFEA6B xCCF3C2 xE329FA xECF9F4 xF7EFD6 xFED833 } + } + } + s:STATE_DEBUG = { + create_state = { + country = c:EXA + owned_provinces = { x002C37 x011030 x020B01 x021A2D x030726 x03FEF6 x07F9F9 x07FDF6 x08002C x081742 x091146 x09FEF1 x0A0926 x0A4505 x0BF9F7 x0DEBFD x0E1B0F x0F340A x0F4804 x10F1FA x11200A x11260D x120A2A x12EBF8 x130B22 x13F2F7 x13F3F7 x141C15 x14200A x14240D x142724 x15E9F9 x15F1EF x15F2FC x15FAF9 x16F3FC x17F2F6 x17FAFE x180841 x18E8F5 x1A0741 x1AF3FC x1AF4EC x1AFEE3 x1BF7F1 x1CEBFB x1CECED x1CF0F1 x1CF5E4 x1DEAEF x1E2D01 x1EEAEF x1EEFEB x1EF0F2 x1EF4F5 x1EF6EE x1FEDE9 x1FFAF3 x20FCEE x21EBF5 x21F8F9 x21FDD7 x223401 x22E7F2 x22E9F1 x22FAF6 x22FAF7 x23E2FD x23E8FD x23EFF6 x23F1F2 x23FCE4 x243303 x24E2F5 x24F3EE x24F4F1 x253803 x25F1E0 x26E6E9 x26EAEF x26EBF3 x26EEEC x27D1FE x28D4FE x28DFF9 x28F3F4 x28F5F9 x29002C x29EC90 x29F0F1 x29F5E8 x29FBEC x29FCDC x2AD9F8 x2AF0EA x2AFBDA x2BD2F9 x2BD6FB x2BE0F0 x2BE8E2 x2BEEE9 x2BF3EB x2BF9E4 x2CDCFA x2CE6E4 x2CE6EF x2CF3FB x2CF5F3 x2CF9DE x2D2F04 x2DDBF8 x2DE2F5 x2DF5D6 x2DF7D9 x2DFAEF x2ED7FC x2EE7E8 x2EEBFB x2EECF2 x2EEDF6 x2EFDEE x2FD5F5 x2FDAEE x2FF9F1 x30DFED x30E4E1 x30E4E2 x30E6E9 x30FAF2 x31D2F8 x31D6F1 x31E5ED x31F3DD x31F7E7 x31F9F5 x31FBFC x31FCE5 x31FCF7 x31FCFE x31FDEB x320529 x32D5FA x32D6FA x32E2F8 x32E4E5 x32F1D5 x32F1E6 x32FAF7 x32FEEC x33C5FD x33E2E5 x33E5F3 x33E8F9 x33F4DE x33F6E9 x33F7D2 x34E8F0 x34F0E0 x34F4D6 x34F6ED x34F8F4 x34FEDB x35CAF7 x35DEF6 x35ECE9 x35EDE5 x35EEEC x35FDE9 x361318 x36DAF0 x36DBF2 x36DCED x36EDF6 x36FBCB x36FEEA x37D8F0 x37DBFE x37E3F4 x37F1FD x37F2D1 x37F2D2 x37F6FD x37F8EA x37FAF8 x37FBC8 x37FDCF x38140A x38D2F7 x38D7F9 x38DBF3 x38E0E6 x38E4FA x38E6DA x38EFF9 x38F2ED x38FDED x38FDFE x39B540 x39CEFB x39D4F4 x39D7FA x39DAF6 x39DCF6 x39E5F2 x39E6E2 x39E6E5 x39ECD2 x39EDE9 x39EDEB x39EFF6 x39F1F9 x39F2F0 x39F7E7 x39FAC8 x39FCFE x39FDD0 x3AD9F2 x3AE3FB x3AF0F6 x3AF2CB x3AF9DA x3AFCC2 x3BCCEF x3BEDF5 x3BF3DE x3BF4FB x3BF5E3 x3CC4FE x3CCEF3 x3CDBF1 x3CE2D8 x3CE2F1 x3CE8E8 x3CEFCB x3CEFEC x3CF6C9 x3CFCCE x3CFEF2 x3DCFF2 x3DD9ED x3DE7D2 x3DF4D2 x3DFAE3 x3DFDD3 x3EC5F2 x3ED6F5 x3EE3E1 x3EE5E7 x3EE6E5 x3EEFEA x3FD1E6 x3FDCF9 x3FDFEB x3FE5D4 x3FE6FB x3FEDD5 x3FF3F7 x3FF7FC x3FFBDB x3FFEE8 x40D9DC x40E2F5 x40EDDA x40F4DA x40F5CA x40F5CD x40FCDF x40FECC x411D03 x41C3F5 x41D1F2 x41D9F3 x41E2D8 x41E5F2 x41E6DA x41EDEF x41F3DB x41F5F7 x41F5F8 x41F7D4 x41FED2 x420603 x42CEF5 x42D2E4 x42D8F4 x42E0E2 x42E4F9 x42EADE x42F0DE x42F4DD x42F8D5 x42FEC2 x43D0FE x43D3DF x43DBE8 x43EBCC x43EBF4 x43ECC6 x43EDEF x43F2DE x43F3F2 x43F4FB x43F8BC x43F9DD x43FDE1 x43FEC1 x44C8E9 x44CBF9 x44D7DB x44D8E3 x44DCDE x44DFF4 x44DFFD x44E8F5 x44EACD x44F0F3 x44F2DF x44F6C6 x44F7BF x45DED6 x45DFDA x45E2E1 x45F2E5 x45F5C1 x45F9F1 x45FEDD x45FEFC x46D7E0 x46DDEE x46E8E9 x46F3C5 x46FBC4 x471A02 x47CCE6 x47DFFA x47E1D0 x47E1EB x47EDE9 x47F0C0 x47F3E1 x47F3E5 x47F3FB x47F8E5 x47FAB6 x480116 x48C8FA x48D2E2 x48D9E6 x48DADD x48E1F6 x48E2D8 x48E5F7 x48E7FA x48F5CE x48F8CA x48FAC6 x48FCF3 x48FEBB x48FEC4 x49CFE3 x49D0ED x49DDE7 x49E5D0 x49EEDC x49F0CF x49F7C3 x49F9E0 x49FABC x49FAC7 x49FAD7 x4AB3FC x4AC3FD x4AD3FD x4AD4E1 x4ADBDC x4AE2D5 x4AE9D4 x4AECCD x4AEDD2 x4AEFEC x4AF0D9 x4AF0E6 x4AF0EF x4AF4BA x4AF5F3 x4AF6F2 x4AF8B9 x4AF8C2 x4AFCE1 x4AFDD9 x4BBEF9 x4BC3E7 x4BC5E9 x4BCEE2 x4BDCDD x4BDED9 x4BDFF4 x4BE4CC x4BE6DB x4BE7EC x4BE8D0 x4BEDEE x4BF6C4 x4BF6EF x4BF7D2 x4BFAB5 x4BFDE8 x4CD2DE x4CD4EF x4CDEF4 x4CE1DD x4CE7CD x4CE8D9 x4CE9FC x4CEDDE x4CF2E3 x4CF4BD x4CFCC0 x4CFCC3 x4DC4EA x4DC5F5 x4DC5FD x4DC8FC x4DCCE1 x4DD8E2 x4DD8ED x4DD9CF x4DDCF8 x4DEDD6 x4DEEDF x4DEFBC x4DEFFC x4DF0D8 x4DF4B6 x4DF5EE x4DFAAF x4DFEC8 x4EC1F8 x4ECFDA x4ED7E0 x4EE0F7 x4EE1DC x4EE4DB x4EE5CF x4EE6F2 x4EE9C7 x4EE9DD x4EEADD x4EEFDD x4EF5DA x4EFAF2 x4EFCF4 x4FC4F6 x4FC6FB x4FC9E8 x4FD3DD x4FDCD3 x4FDCD7 x4FE0FE x4FE4E2 x4FE6F6 x4FEDE9 x4FEEBB x4FEED8 x4FEFBA x4FF3BC x4FF3C2 x4FF8C7 x4FF8EB x4FFDE8 x50CBF7 x50DCCE x50E2DB x50E9D9 x50EFF6 x50F2F2 x50F5B0 x50F9E5 x51AEFC x51BBF7 x51C0E6 x51C9DB x51CBF8 x51CCE1 x51CDE3 x51D0EC x51E1F2 x51E2F7 x51EACD x51EBDC x51ECD0 x51EDE9 x51F0F7 x51F1D7 x51F6BA x51F6EE x51F7E0 x51FAC6 x51FBC2 x51FBED x51FBF6 x52BDF3 x52CDEF x52D0E5 x52D2F9 x52D3D3 x52DAD2 x52DAF9 x52E1FA x52E2FD x52E5DE x52E6FD x52E8C7 x52F1CB x52F2EE x52F6AD x52F8F5 x52F9F8 x52FBC5 x52FDE0 x53ADFC x53CDF9 x53D0EB x53D9E4 x53DBEF x53DFF6 x53E9E5 x53EBBB x53ECD6 x53EDCE x53EDF2 x53EEC3 x53EFC4 x53F1BC x53F7C2 x53FAEC x53FBB3 x54C1F5 x54C2F5 x54C3E2 x54C8E1 x54CAF6 x54D0D7 x54D0FA x54D1ED x54D2EF x54D8EB x54D9FD x54DAF8 x54DBD1 x54E464 x54E4BD x54EDD4 x54EEEF x54F1B8 x54F1C4 x54F2CC x54F7C1 x54F7D2 x54F9C4 x55B2F0 x55B5FD x55CEFB x55D5F8 x55D7E7 x55E0D3 x55E4E3 x55E5CA x55E6CD x55E7D6 x55E8C8 x55E8EA x55E8F6 x55EEE7 x55F0B3 x55F9DD x55FAC2 x55FAD7 x55FCCE x56B2FA x56B8FE x56B9E6 x56BCF3 x56C2EB x56C9E6 x56CCF0 x56D3CF x56D3DC x56D5ED x56E6D0 x56E8B9 x56EAE8 x56EBC2 x56EFEE x56F0F1 x56F1EB x56F2F0 x56F4AD x56F4D0 x56F4D2 x56FCA5 x56FCC5 x56FCE7 x57AEF8 x57B5F3 x57BAE9 x57CBEE x57CFD9 x57DBC4 x57E0F2 x57E1C9 x57E1D2 x57E4F0 x57EDCE x57EFD5 x57F3D7 x57F8C9 x57F8DA x57FAC7 x57FACA x57FEA9 x58A4FD x58BAF1 x58BFF1 x58C0E5 x58C0ED x58CCE7 x58CDD3 x58CDE0 x58CEFE x58D4E6 x58D5EF x58D5F3 x58D9E6 x58E3D4 x58E4CC x58E6FC x58E9CA x58EAC7 x58EFEB x58F0B5 x58F5F5 x58F6AA x58F7F2 x58FDB5 x58FDF2 x58FDF4 x59AFF7 x59B4F2 x59BCF7 x59C5FD x59CFE1 x59D4D4 x59D4E2 x59D5EC x59E5E2 x59EBBB x59EFFC x59F0CE x59F1FE x59F4B7 x59F8E5 x59FACE x59FADD x59FCA1 x5AA1FE x5ABAEA x5ABBE5 x5ABDF9 x5AC0E3 x5AC2E8 x5AC4F7 x5ACFDA x5AD4F8 x5AD8DD x5ADDF8 x5ADFDF x5AEBBC x5AEBF4 x5AECC9 x5AF0D8 x5AF2FC x5AF4B3 x5AF9EA x5AFBA7 x5AFDE2 x5AFEF7 x5BA4F7 x5BAFEB x5BAFF6 x5BC1FA x5BCBEE x5BCCDC x5BD3CA x5BD4E7 x5BE0C8 x5BEAB3 x5BEDD5 x5BF2B3 x5BF4B8 x5BF4BF x5BF6E7 x5BF9F2 x5BFAD8 x5BFEA5 x5CA2FE x5CB1F9 x5CB4EA x5CBEF0 x5CC5EA x5CC6E5 x5CCDF8 x5CCEE5 x5CD2D4 x5CE3F4 x5CECD3 x5CF0BF x5CF1BF x5CF4E1 x5CF6A4 x5CFBEC x5D9CFC x5D9EFA x5DB3EF x5DB4E7 x5DB6E3 x5DC7E6 x5DC8F6 x5DD1E7 x5DD3CF x5DD3E7 x5DD4E9 x5DDBFD x5DDEDD x5DE0C9 x5DE0CE x5DE5E6 x5DE9E8 x5DEEB5 x5DEEB8 x5DF0AC x5DF1C2 x5DF3DC x5DF3ED x5DF4ED x5DFCA7 x5DFDF5 x5DFEBC x5EA8FA x5EB5F7 x5EB9EA x5EC0F7 x5EC1E0 x5EC7E6 x5ED1CF x5ED2ED x5ED5F4 x5ED6FC x5ED7E4 x5ED8CA x5EDAE7 x5EDFC2 x5EE1CA x5EE6D0 x5EE7CE x5EE7F7 x5EEADA x5EEBBA x5EEBDE x5EEEE9 x5EEFAC x5EF0C8 x5EF3CC x5EF9BF x5EFDBF x5FA3F8 x5FABF7 x5FB3F4 x5FB8F4 x5FBAE8 x5FBBE2 x5FBEE7 x5FBFDF x5FC2DF x5FC3F5 x5FC8DE x5FC8F9 x5FCED6 x5FCFD4 x5FCFF7 x5FD1F2 x5FD3FE x5FD5D7 x5FD5EB x5FD8F3 x5FFAA9 x5FFAC2 x5FFADE x609CFB x60ADF4 x60B1FE x60B8FE x60C0D9 x60C3D2 x60C4E6 x60C9D3 x60D3CF x60D3DD x60D5EA x60D8C3 x60DDC1 x60DFBD x60DFEB x60E2B6 x60E4BC x60E9B6 x60EBB6 x60EDB8 x60EDE2 x60EEC1 x60EEDA x60F2BD x60F4DC x60F5FE x60FAD7 x60FD9C x60FEEF x619FF8 x61A3F3 x61B6ED x61BADD x61BBE9 x61C0EF x61C3F5 x61C8F1 x61CDE1 x61D4F4 x61DDBA x61DEC4 x61DFE4 x61DFE9 x61E0BC x61E3BB x61E4F0 x61E6FD x61E9FC x61EBED x61ECE7 x61ECF4 x61F8AA x61FA9F x61FDEC x629EFD x62ACFD x62CEF0 x62D3C1 x62D5C9 x62DCB8 x62DCE2 x62E0E6 x62E2EE x62E3DE x62E8E3 x62E8EB x62EDFA x62EEB6 x62EFB0 x62F0BD x62F2B5 x62F69F x62F6E5 x62F8C1 x62FBA2 x62FBEF x639BFE x63B1E4 x63BCD9 x63C6D1 x63CCE6 x63CDEF x63CEC9 x63CFE1 x63D5F3 x63D6DB x63DBDB x63DDC3 x63E0E6 x63E2D6 x63EACA x63EEB9 x63EFB4 x63F0C8 x63F2CA x63F4AA x63FAC2 x63FCB2 x63FCE9 x63FEF9 x644740 x649BF9 x64ADEB x64C2D3 x64C7EB x64C9D5 x64CAE8 x64D1C0 x64D2CB x64DDBA x64DDCF x64DEC4 x64DED5 x64E4E0 x64E5F8 x64E7EB x64EDA7 x64EDAE x64F49F x64F6D0 x64FCA1 x64FCC5 x64FCCE x659FF3 x659FFB x65B4ED x65B9E0 x65C1D6 x65C3D4 x65C6CA x65CAEA x65CCE8 x65CDD0 x65CED2 x65CFCD x65D4C6 x65D4E8 x65D9E0 x65DBB7 x65DCD0 x65DEF5 x65E1EB x65E4B6 x65E4C4 x65E4C7 x65EED1 x65F0DB x65F3C1 x65F5A9 x65F5AA x65F7CD x65FBA2 x65FDF4 x65FEC8 x66A0F4 x66A0F8 x66B0FD x66B2F2 x66B5EF x66B6FB x66B9E2 x66C2CD x66CDC4 x66D2E0 x66D6F5 x66D7D4 x66D8FB x66D9F6 x66DCEF x66DFBD x66E0F3 x66E1B1 x66E1CD x66E3CE x66E5C3 x66E6B1 x66EBCD x66EEA2 x66F2C6 x66F6BF x66F6E8 x66F8D1 x66F9BB x66F9C6 x66FAB3 x66FDB7 x66FEE3 x67A3FA x67A7FE x67B2F2 x67B4F4 x67BAD8 x67BEE1 x67C3F4 x67C6CE x67CAED x67D4D1 x67D4F0 x67D6CF x67D7CF x67DDBA x67E4B0 x67E4E8 x67E8A9 x67E8E1 x67E9C4 x67EBF7 x67EECF x67F3B5 x67F3E8 x67F4AE x67F699 x67F6CE x67F6F7 x67F79C x67F8EE x67FAC5 x67FCBE x68B8FD x68BEDB x68BEF9 x68C0CE x68CBC3 x68D2E9 x68D3EC x68D5E2 x68D6D3 x68D9BA x68DBBD x68DEFD x68DFCD x68E0CC x68E0D9 x68E0FD x68E7C1 x68EAA9 x68EAD6 x68EDDB x68EE9F x68F0F8 x68F5C2 x68F5C4 x68F9F2 x68FCE2 x68FEF9 x695702 x69A3FB x69C0DE x69C7D1 x69CDFD x69D2CC x69D9D0 x69DBFE x69DCBC x69E3B7 x69E4BA x69E6E6 x69EBAC x69F1B9 x69F2A8 x69F39D x69F4A4 x69F69F x69FCF6 x69FDD8 x69FDFB x6A9FEF x6AA5F3 x6AAFEC x6AB3FB x6AB8DE x6ABAE9 x6ABFE6 x6AC1E7 x6AC1EA x6AC7F9 x6ACFC5 x6AD1C8 x6AD1D3 x6AD5C3 x6ADBF0 x6ADCF5 x6ADEBB x6AE1F9 x6AE3C8 x6AE3F5 x6AE9E7 x6AEBD6 x6AEDF4 x6AEFF4 x6AF0B6 x6AF0D0 x6AF0D6 x6AF0F3 x6AF1DD x6AFAA2 x6AFAA7 x6AFEE6 x6B98FD x6BA3EA x6BA5E7 x6BA8E4 x6BB4E6 x6BB5FA x6BBBF7 x6BC3CB x6BC6C6 x6BC6CB x6BD2CF x6BD7FA x6BE5A8 x6BE6C5 x6BEBF8 x6BEFB6 x6BF0B5 x6BF1EB x6BF2B6 x6BF8E7 x6C99F8 x6CA4EC x6CA4F0 x6CADF2 x6CAFF2 x6CB2E2 x6CB7F8 x6CB8F7 x6CBBDF x6CBCE3 x6CC0FC x6CC7CD x6CD1D2 x6CD1D3 x6CD4BA x6CDDB5 x6CE4A8 x6CE4B6 x6CE9C9 x6CECEC x6CEFC4 x6CF09A x6CF0A1 x6CF3F8 x6CF4C4 x6CF5D1 x6CF7DC x6CF991 x6CFAEF x6CFC93 x6CFCA6 x6DA1F8 x6DABE6 x6DACF0 x6DAFE7 x6DB3F3 x6DB4DA x6DB5F7 x6DB8EA x6DBADC x6DBEE6 x6DC7CA x6DC7F6 x6DC8C5 x6DC9D3 x6DCDEC x6DCED9 x6DD0C4 x6DD0D8 x6DD1DA x6DD2BB x6DD9B8 x6DD9DF x6DD9F9 x6DDDDA x6DDEFA x6DE0C6 x6DE5D5 x6DE6CD x6DE8D9 x6DE9BD x6DEAA3 x6DEBD4 x6DF2BC x6DFD92 x6EA9F0 x6EBDE9 x6EBFD5 x6EBFF0 x6EC6F8 x6ECADE x6ED1D3 x6ED2C6 x6ED5C0 x6ED7CD x6ED9E2 x6EDDD8 x6EF3E1 x6EF5AC x6EF8A1 x6EFCEE x6EFDE6 x6F99F6 x6FADF4 x6FB4E9 x6FBFDD x6FC1D2 x6FC8CA x6FCEC4 x6FD1BD x6FD2DD x6FD5DA x6FD9D4 x6FDACB x6FE0E1 x6FE6D8 x6FE9C3 x6FEBC4 x6FECCB x6FED9C x6FF8F5 x6FFD9D x709EFE x70AFF9 x70B1DA x70B4F9 x70B6D7 x70BBE8 x70BDF1 x70BDFE x70BEEA x70C0CE x70C2C9 x70C2D3 x70C4E6 x70C5F4 x70CDBB x70CEBD x70CEF0 x70D5B4 x70D5D3 x70DAB6 x70DADE x70DDE9 x70DDEE x70DECC x70E3B4 x70E6C3 x70E7E1 x70EECC x70F1AF x70F2F0 x70F2F1 x70F493 x70F5E9 x70F6CA x70F79D x70F7A5 x70F9BC x70FAC8 x70FEA1 x71178B x71AFE9 x71BDCE x71BDEE x71C3CF x71C7E2 x71C8DC x71C8F7 x71CAF6 x71CBBE x71CEFD x71D3DE x71D5F4 x71D6B0 x71D6FA x71D9C5 x71DDB0 x71E5C5 x71E6FC x71E7D5 x71E8F5 x71E9E0 x71EDF4 x71F1D7 x71F5E0 x71F5F7 x71FB8E x71FCA7 x71FEAA x728EFE x7293F9 x7297EE x729EF1 x72AFE0 x72B1E7 x72B7E8 x72BBFA x72BCFE x72BDD6 x72BDE5 x72C6DF x72C6F2 x72C6F7 x72CFC6 x72D1C8 x72D1FB x72D4B2 x72DAB4 x72DCA8 x72DCCB x72DFD9 x72E0F3 x72E2CE x72E8EB x72E9B6 x72EBBE x72EEAE x72F0F5 x72F19C x72F8D8 x72FB9F x72FDBE x72FDCD x7386FC x7397F5 x73A1F0 x73ABE2 x73AFF2 x73B0FB x73B4F9 x73B7ED x73BCEF x73BFC5 x73C2C9 x73C2E2 x73C9D2 x73C9D6 x73CFDD x73D0F5 x73D5E9 x73D6C9 x73D9D5 x73DBB9 x73DBBD x73DFB7 x73E0ED x73E2E1 x73E3E8 x73E5A4 x73E5B3 x73E5C5 x73E79C x73EAD4 x73EF97 x73F4BF x73F6C8 x73F7BC x73FBA0 x748DF5 x74A0F5 x74A6F4 x74AFE7 x74B7D9 x74BCDB x74BCF3 x74BEF8 x74C5EE x74CBD5 x74CBEB x74CDE8 x74D1E6 x74D6AC x74D8DC x74D8EF x74DFF0 x74E0B6 x74E0DD x74E2BA x74E2E3 x74E5E5 x74EAF3 x74F2C5 x74F3B5 x74F5A9 x74F68C x74F69B x74F7BE x74F89B x74F98B x74FAB3 x74FACF x74FD88 x759DEC x75A5EA x75B0DA x75B5DC x75BCC4 x75BEE4 x75BFE2 x75C7FC x75CEDB x75CFCF x75D0C2 x75D4C0 x75D8B9 x75DBBA x75DCB5 x75DDF6 x75DFD5 x75E0C7 x75E0EF x75E1AE x75E1C8 x75E5F3 x75F0BF x75F2B9 x75F4AE x75F6AB x75F98E x75FBB3 x75FCE6 x75FEB9 x768AF5 x7695EF x76A0E6 x76A5EB x76ADDF x76AFD3 x76B6EE x76BBD3 x76BBEF x76BED4 x76BFD7 x76BFDB x76C8FA x76C9BE x76CAB6 x76D1F4 x76D5CB x76D7B5 x76D7DC x76E3E0 x76E4B7 x76E5E7 x76E8C7 x76ECC0 x76F5EE x76F9A1 x76FA93 x76FBDC x77A8DA x77B4EE x77BDE3 x77C1D4 x77C4CD x77C4F6 x77C8BF x77CBDE x77D2DD x77D6B5 x77D6EC x77DCBE x77DCE7 x77E0D2 x77E1A2 x77E3CF x77E4E0 x77E4ED x77E69B x77E7E7 x77F09E x77F3C4 x77F3EB x77F787 x77F793 x77F7CF x77F9E0 x77FAC3 x77FAED x77FCD5 x788AF5 x788EF4 x789AE8 x78A7E1 x78ABE7 x78B4DF x78B9D2 x78B9FD x78C7C4 x78C8E3 x78CAD8 x78CDF1 x78D4F0 x78D9D4 x78DBE5 x78DCB9 x78DCBA x78E3FD x78E79D x78E9F5 x78EAD0 x78EB9A x78EBBB x78F3C6 x78F48B x78F690 x78F7CC x78F7E6 x78F9D7 x78FADD x78FAEB x798BF3 x7991EF x79A0F0 x79A0F6 x79A0FB x79B3E7 x79B9D3 x79BFD9 x79C0FE x79CBEC x79CBF9 x79CCD2 x79CED9 x79CEEB x79DCA2 x79DFCF x79E0D3 x79E8F0 x79EBBA x79EFDA x79EFE5 x79F195 x79F19B x79F1E1 x79F2EB x79F398 x79F6B2 x79FB93 x79FD8C x7A85FB x7A8BF2 x7A8FF8 x7A98FC x7A9EEC x7AA6E6 x7AAAF3 x7AB3DD x7ABEE6 x7ABEF9 x7ABFE3 x7AC2ED x7AC4E7 x7AC4E9 x7AC8DC x7AC9F3 x7ACDB7 x7AD1D6 x7AD5AD x7AD8B3 x7AD9F8 x7ADCDE x7ADEDE x7AE29D x7AE399 x7AE3A0 x7AE7FD x7AE8D0 x7AE99A x7AE9BD x7AEE90 x7AEFDB x7AF0D9 x7AF1BC x7AF9FB x7AFBC1 x7AFDAB x7B82FC x7B83FE x7B96F6 x7B9AE9 x7BA6E3 x7BAEFD x7BB0D8 x7BB0F2 x7BB1F5 x7BB3D0 x7BBDDE x7BC0D8 x7BC7F0 x7BCBE9 x7BCDC3 x7BCFB7 x7BD6F3 x7BDBB7 x7BDDED x7BDEA1 x7BE1F5 x7BE2B8 x7BE7F2 x7BE8F0 x7BECB5 x7BEDB4 x7BEEB8 x7BF0BC x7BF4CE x7BF4D2 x7BF4D7 x7BF6A7 x7BF9EC x7BFEE8 x7C8BFC x7C92EC x7C9CF2 x7C9EF7 x7CA3E6 x7CA3F2 x7CAEEE x7CAFF6 x7CB8C5 x7CBDDD x7CBED0 x7CBEFD x7CC1FB x7CC3E2 x7CCADF x7CD1B3 x7CD1D6 x7CD1E8 x7CD7CE x7CD8CA x7CDBA1 x7CDDAB x7CE3A3 x7CE49B x7CE5F3 x7CE8A5 x7CEBF8 x7CECDF x7CEEFA x7CEF97 x7CF584 x7CF9C4 x7CFABB x7CFCA6 x7CFDAE x7CFDE0 x7CFE9D x7D8CF1 x7D90FE x7DA4E7 x7DA6E9 x7DA8D0 x7DABE6 x7DB0F6 x7DB4E8 x7DBEDA x7DC0EF x7DCCAE x7DCCD6 x7DCCF7 x7DCFD7 x7DD3C5 x7DD3CE x7DD3E3 x7DD4FC x7DD9BB x7DDEBF x7DE0E4 x7DE1F3 x7DE3A2 x7DE3DE x7DE6C8 x7DE792 x7DEFA4 x7DEFF2 x7DF4D9 x7DF5A9 x7DFCD0 x7DFD91 x7E84F8 x7E92F0 x7EA1F7 x7EABFC x7EB1DC x7EB3C8 x7EB3D0 x7EB6D6 x7EB7C7 x7EBAD8 x7EBFD9 x7EC4F5 x7EC7BB x7ECAE1 x7ECBDA x7ECBE4 x7ED4EF x7ED7E4 x7ED8FE x7EDCD3 x7EDDC7 x7EDEA3 x7EE1C1 x7EE5B5 x7EE7B4 x7EE8AB x7EE8F3 x7EECF6 x7EEEAC x7EEEDC x7EEEE9 x7EEEFC x7EEFA0 x7EF1C6 x7EF1E0 x7EF6EE x7EF7AB x7EF8E9 x7EFAE8 x7EFBEF x7EFCBB x7EFCEE x7F95EC x7F9BED x7F9FDA x7FA4E0 x7FB4E6 x7FB5D1 x7FB6FC x7FBBD4 x7FBCBC x7FC0FE x7FC1FE x7FC6ED x7FC7F0 x7FD4B3 x7FD6D8 x7FDBC4 x7FDCA8 x7FDCFC x7FDDC1 x7FDFDB x7FE1D4 x7FE3E7 x7FE7DB x7FE9DA x7FEAB7 x7FEEB3 x7FEEEC x7FF4A5 x7FFCCE x7FFD81 x7FFE97 x807AFE x807EFB x80A1D9 x80ADCA x80B7E9 x80BBDC x80BFE3 x80C0E7 x80C3E2 x80C8FC x80D0CA x80D4F4 x80D6FC x80DDC5 x80DDF9 x80E2F9 x80E4B1 x80E59B x80E7F5 x80E8B0 x80E9D2 x80EBDD x80EDE0 x80EDEB x80EDF6 x80F1E9 x80F7B0 x80F7DE x80F9E3 x80FB91 x80FBBC x817FFD x817FFE x8183F5 x8193F5 x8194F5 x81A8E1 x81A9D6 x81ACD7 x81AECB x81B0D7 x81B4C9 x81B4FA x81B7FC x81B8C2 x81BAC2 x81BCE0 x81BDB9 x81BDE7 x81C2B6 x81C5D7 x81C9C6 x81D3BB x81E4FD x81E8D8 x81EA9D x81EDDF x81EEEC x81EF9D x81F3F0 x81F6DC x81F78A x81F792 x81FAAA x81FCD6 x81FDD8 x8280FE x82A5E6 x82B2F8 x82B8DD x82C2BE x82C7F9 x82C8B4 x82C8D9 x82CAE6 x82CCC1 x82CDF6 x82CFBA x82D0B7 x82D3FB x82D7EA x82D8D2 x82D9C9 x82D9CF x82DEFA x82DFC5 x82E4F3 x82E5EB x82E6A1 x82E6AA x82E6ED x82E6FD x82F28A x82F391 x82F4B9 x82F7C1 x82FBAC x8378FB x8394E4 x8394F7 x8398F0 x8398FE x839AF8 x83A7F1 x83AADF x83B2D6 x83BDCD x83BDE4 x83BDE7 x83BDEB x83BEC8 x83C2ED x83C2F1 x83C4B2 x83C5BF x83C6F5 x83C6F9 x83C7CA x83C7D3 x83C7DE x83C9CC x83CED3 x83CFF2 x83D89F x83DAA5 x83DBD3 x83DDD8 x83DDED x83DEB5 x83E0F7 x83E5B8 x83E6AA x83E9DE x83ECB2 x83ECB3 x83ED8D x83F0BF x83F0F1 x83F5A9 x83F8B6 x83FBE7 x83FEC4 x847AFC x8481FE x8492F6 x8495F4 x8495FC x8496E4 x8497DA x84A2FC x84A7EE x84A8F9 x84ABE1 x84ACF0 x84B5D8 x84B6D5 x84BAF4 x84C1C0 x84C5E5 x84C6EF x84CADF x84CDF2 x84CECE x84D0BA x84D1E3 x84D2C9 x84D3DD x84D3FC x84D9DD x84DBFE x84DEEC x84DF92 x84E1BF x84E2CF x84E2F6 x84E490 x84E5EF x84E6A2 x84E8AC x84E9AE x84E9EE x84EAF4 x84EC96 x84EF9B x84EFD5 x84F2AB x84F2F3 x84F47F x84F7B4 x84FA7E x84FAB6 x84FCFB x8581FD x8583F2 x858CE6 x858CF9 x8593EE x85A0E4 x85A8D9 x85ABFE x85B7BD x85B9E2 x85BAD1 x85BBFA x85CAD6 x85CAED x85CCA4 x85CDA3 x85D1AD x85D1E3 x85D4F1 x85D5A1 x85D6BF x85D8A1 x85DBF6 x85DDE1 x85DFD3 x85DFF7 x85DFFB x85DFFC x85E4E6 x85EAE0 x85EB92 x85EBCB x85EC8C x85ECFC x85EF2A x85EF9B x85EFEB x85F1A9 x85F2DE x85F3E5 x85F4A5 x85F6E5 x85F7BE x85F9FB x85FCB5 x85FD9A x85FDBB x85FDEE x85FE97 x8688F6 x868BEA x868DF2 x868EEF x869AF7 x869BEC x86A4DA x86A9DF x86ADD1 x86B3DA x86B5D2 x86BBEF x86BDC8 x86BEBE x86C3FB x86C5DB x86C6B4 x86C8B4 x86C8BC x86C8E6 x86C9DB x86CDD7 x86D0BB x86D0DE x86D1C1 x86D3F3 x86D6AB x86D7D1 x86D8BC x86D8F9 x86DCB7 x86DD95 x86DE9E x86E1EE x86E393 x86E5AD x86E6D2 x86E6DC x86E8C1 x86EB97 x86EEA0 x86EF82 x86EFD2 x86F192 x86F1C2 x86F2C8 x86F4C9 x86F5BD x86F7DB x86F97F x86FCD4 x8793EE x8798E2 x8798E6 x87A7EA x87A7FC x87ABD7 x87AFCF x87B1E9 x87B2C2 x87B2D5 x87B3FA x87B7D6 x87BBF7 x87C3D4 x87C5DB x87C8AE x87CBA8 x87CBC7 x87D2C6 x87D4C1 x87D5B2 x87D5F5 x87D9B9 x87DDA9 x87DDD5 x87DEDD x87E0A1 x87E1AB x87E1E2 x87E496 x87E4AA x87E4DF x87E598 x87E6AC x87E894 x87EAC9 x87EE9D x87EFD4 x87F082 x87F0DF x87F1E1 x87F2F5 x87F47E x87F4F8 x87F594 x87F5EE x87F5FE x87FAD5 x87FCA5 x8874FD x8888EF x889CE9 x88A5E5 x88A9DD x88AFCB x88B6EF x88BACC x88BDF1 x88C1E7 x88C5C3 x88C5E3 x88C8AC x88C9D9 x88CDA6 x88CEF1 x88D0E9 x88D2FE x88D3D2 x88D4CA x88DFAC x88E292 x88E4A2 x88E4E8 x88E6D6 x88E8FC x88ED91 x88F299 x88F3AD x88F3DF x88F48C x88F677 x88F88A x88FBC7 x88FBD0 x88FCF0 x88FCF5 x88FDBF x897FF2 x8981F3 x8991F5 x8999ED x899EED x89A0DA x89A5D6 x89A5DB x89AEC3 x89BCF3 x89BFAF x89C3F5 x89C6F5 x89C9E8 x89CAF9 x89CDBB x89D0A4 x89D4DA x89D4E6 x89D6B9 x89DADB x89DBCA x89DCB3 x89DDF5 x89E3D8 x89E4C4 x89E8BD x89E993 x89E9F6 x89EDF5 x89EEF9 x89EF8D x89F47D x89F98F x89FBB6 x89FBE1 x8A76F8 x8A77FE x8A7AFE x8A88E9 x8A89F8 x8A97FC x8A9AF2 x8A9BE3 x8A9CDC x8A9CF3 x8AA5CC x8AACE1 x8AACF2 x8AB0FD x8AB1F1 x8ABBE6 x8AC0D9 x8AC0DE x8AC5A7 x8AC5BB x8ACAA3 x8ACEAA x8ACEE0 x8AD3EA x8AD5F6 x8AD8CB x8AD9EE x8ADAEE x8ADCD2 x8ADCDF x8ADDBC x8ADED3 x8ADFC6 x8AE197 x8AE1F1 x8AE1F8 x8AE2BA x8AE3A1 x8AE3C7 x8AE3D6 x8AE3EC x8AE6B9 x8AE8A4 x8AEAC6 x8AEBA8 x8AF0FB x8AF27B x8AF4C7 x8AF4F5 x8AF59F x8AF5B1 x8AF6C6 x8AF6F7 x8AF8EC x8AF9C7 x8AFA96 x8AFAEC x8AFB7A x8AFBC5 x8B7FF5 x8B81F9 x8B8AF8 x8B8CE6 x8B99DC x8B9AF4 x8BA2CC x8BAFE1 x8BB2D5 x8BB3CC x8BB4C8 x8BB7D9 x8BB8B5 x8BB8D1 x8BB9DF x8BB9E1 x8BBDEA x8BBDFE x8BBEAE x8BC1D1 x8BC5C1 x8BC5DF x8BC8E7 x8BCAA1 x8BCFBE x8BD1C5 x8BD3F1 x8BDAC8 x8BDFCC x8BE096 x8BE0EE x8BE18A x8BE1B8 x8BE1D0 x8BE5CA x8BE6AA x8BEB82 x8BEBB7 x8BEBFE x8BECBC x8BEDF0 x8BF2B0 x8BF5FA x8BF8BC x8BFCE4 x8C72FA x8C74F5 x8C79F7 x8C88FD x8C8AED x8C9BF6 x8CA0DA x8CA4D4 x8CA9C8 x8CAEBF x8CB1FE x8CB7F5 x8CB8B7 x8CBAB4 x8CBDFC x8CC2AA x8CC5FD x8CCAFD x8CCDFD x8CCFC3 x8CD2E5 x8CD6AB x8CDBC0 x8CDBEE x8CDE9F x8CE0AC x8CE2A9 x8CE3A4 x8CE5CE x8CE5F2 x8CE7D2 x8CE7F3 x8CE890 x8CE9FE x8CEAA1 x8CF6BE x8CF977 x8CF9E3 x8CF9E7 x8CFAA0 x8CFEE6 x8D6FFE x8D73FC x8D7BFC x8D85EA x8D8FE4 x8DA1D4 x8DA3EF x8DA3FD x8DAEDE x8DB5B9 x8DB7B7 x8DB8C2 x8DB8F8 x8DB9EC x8DC3D1 x8DC4C3 x8DC7A8 x8DCAD5 x8DCBA5 x8DCFDA x8DD0CC x8DD2F4 x8DD5A2 x8DD5A3 x8DD7C7 x8DDABA x8DDAF5 x8DDAFC x8DDDCF x8DDDF9 x8DDEF7 x8DE0A4 x8DE2C9 x8DE4F4 x8DE5C9 x8DE6FA x8DE9F3 x8DEADC x8DEBB9 x8DEBC4 x8DF088 x8DF17A x8DF291 x8DF2D1 x8DF49E x8DF776 x8DFD7B x8DFDA2 x8E75FD x8E8EF4 x8E95FA x8EA4DE x8EADCD x8EAFD7 x8EB2B9 x8EB6F7 x8EB8B9 x8EBCC8 x8EBEAC x8EBFF1 x8EC0C9 x8EC2EB x8EC3AC x8EC6A9 x8EC6E1 x8ECBEB x8ECCF0 x8ECEEF x8ED1D8 x8ED2A4 x8ED49C x8ED995 x8EDBC8 x8EDFBD x8EDFDA x8EE09C x8EE3B9 x8EE6DD x8EEBAB x8EEDAA x8EEECC x8EEF8E x8EF296 x8EF377 x8EF3AD x8EF3FB x8EF5D5 x8EF781 x8EF8D3 x8EF98C x8EFA98 x8EFAA0 x8EFB6D x8EFBF0 x8EFDAB x8EFE9D x8F6AFD x8F6DFB x8F7AFA x8F8BDB x8F9EFA x8FA4F8 x8FAABE x8FAEE0 x8FBA2D x8FBBC8 x8FC1F2 x8FC4C4 x8FC5F3 x8FCBF6 x8FCBFB x8FCDC0 x8FCE9B x8FD2DE x8FD3F5 x8FD4A2 x8FD5CC x8FD9A9 x8FDB90 x8FDCC4 x8FE0FE x8FE1C2 x8FE4BF x8FE5E3 x8FE689 x8FE6AD x8FE8B5 x8FEDEB x8FF0B2 x8FF1AE x8FF499 x8FF59D x8FF67F x8FF7EF x8FF8AE x8FF9C5 x8FFAD8 x8FFCC3 x8FFDD5 x8FFDDA x9082EC x9086FB x908BDA x908FFD x9091DE x9093F5 x9094F0 x9097D0 x9099E9 x909CE7 x90A3F8 x90A6E8 x90ABC1 x90ACED x90B0D7 x90B1BA x90BCAB x90BDD5 x90C1B6 x90C2DD x90C5AE x90C5EF x90CDD1 x90D1BC x90D2B0 x90D6D9 x90D8A0 x90DCF2 x90DDE9 x90DFD1 x90E18D x90E2C5 x90E599 x90E5E2 x90E7C8 x90E9FA x90EA8D x90EEA6 x90EEE0 x90F1E1 x90F395 x90F97B x90F9A3 x90F9BE x90FBE7 x90FEA5 x917DF7 x9183E8 x9184F2 x918EEE x9191F5 x9198D0 x919CE2 x919FC8 x91A8F4 x91ADEA x91B9AE x91BDFA x91C2D6 x91C2F0 x91C5D1 x91C5E5 x91C9AE x91CEBF x91D1CA x91DD91 x91DEFC x91E29C x91E39C x91E4E5 x91E69D x91E6DB x91E885 x91E98A x91EAB5 x91ED7D x91F291 x91F4EF x91F9B3 x91F9B9 x91F9C2 x91FCD2 x91FDC4 x91FDCB x91FDD4 x9280E3 x928FDD x9299F6 x929DFC x92A6EE x92A8FB x92A9E3 x92A9F3 x92ABFE x92ADE4 x92B7B7 x92BFCA x92C0DB x92C0E8 x92C2D4 x92C4EB x92CDB7 x92CEDC x92D0D2 x92D394 x92D3C7 x92D5FC x92D7BD x92D8AC x92D9EF x92DCDA x92DDC5 x92E08F x92E2C2 x92E792 x92EDEB x92EF89 x92F1BF x92F1DB x92F3C5 x92F5A9 x92F69C x92F6B3 x92F88D x92FABE x92FBBF x9383F2 x9394EE x9396DD x9398CE x9398E8 x939CD0 x939FF9 x93A5EB x93A8DB x93AECD x93AFD2 x93AFDF x93B0F7 x93B4F9 x93B6B3 x93B8B5 x93BADE x93BBB4 x93BBDF x93C1B6 x93C3F8 x93C6B2 x93C6CA x93C8D9 x93C8EF x93CAA3 x93CDA2 x93CF95 x93CFEA x93D0EF x93D8C2 x93D8ED x93DAB0 x93DBB4 x93DBC3 x93DBC8 x93DC8F x93E1CE x93E4B7 x93E5A5 x93E6B8 x93EA8B x93EAAF x93EB7A x93EB84 x93EB89 x93ECD0 x93EEEA x93EFA0 x93EFAD x93EFB2 x93F0C2 x93F2B9 x93F582 x93F5CA x93F6CB x93F77A x93FA82 x93FC79 x93FDFA x948BD9 x948CDC x9492F7 x94A0F0 x94A4F6 x94ABBE x94ADE4 x94B1DB x94B4D0 x94B8F2 x94B8FE x94BDA8 x94BDC8 x94BEC8 x94D2EB x94D7D1 x94D8CA x94DAAB x94DB9C x94DBEA x94DBEE x94DDCF x94DDE2 x94DEB5 x94DEEB x94DFAB x94E1FC x94E3C9 x94E4D0 x94E6D3 x94E785 x94E9F8 x94EA99 x94EBE8 x94EDE4 x94F095 x94F286 x94F2EA x94F383 x94F39C x94F48B x94F679 x94F6FC x94F792 x94F7B1 x94F7D7 x94F96B x94FC98 x94FEAF x957AF0 x957DE4 x9582F2 x958CDE x9595F0 x9597D5 x95A1D6 x95A3F3 x95A4F0 x95A6F2 x95AAD5 x95AEE5 x95B5BD x95B6B0 x95B6E6 x95BDE6 x95BEC6 x95BEF5 x95C3BF x95C9E0 x95CDDE x95D1F4 x95D4E9 x95D5A6 x95D7EE x95DBAB x95DEBC x95DFB8 x95E0DC x95E1F6 x95E486 x95E4FC x95E6E8 x95E6F6 x95E78C x95EA9A x95EAB7 x95F2F0 x95F698 x95F6D5 x95F89B x95F8DA x95F99F x95F9ED x95FAF7 x95FBEF x95FCB3 x966FF4 x967BF0 x9680F9 x969AF5 x969AFA x969DD8 x96A8C5 x96A8E5 x96A9C0 x96B9D7 x96BCB6 x96BEA7 x96C0E9 x96C1CA x96C29E x96C6DF x96C7B1 x96CDE8 x96D0B4 x96D6E8 x96D9E8 x96DBB2 x96DBE1 x96DBEA x96DEFD x96E195 x96E3A5 x96E7E4 x96E9E6 x96EA8F x96EB8D x96ECD8 x96ED94 x96EE71 x96F18D x96F6D7 x96F8E1 x96FA7F x96FA99 x96FDE5 x9776FB x9785EB x9789F2 x9789F6 x978CD3 x9791E1 x979ACB x979AE9 x97A0D6 x97A3D5 x97A7FA x97A9E2 x97AFBA x97B5C6 x97B7E3 x97C0DD x97C2E9 x97C3C3 x97C4E1 x97C5C0 x97C5D8 x97C8A1 x97C8C2 x97C8F8 x97CC97 x97CF9A x97CFFA x97D292 x97D3CF x97D3E3 x97D492 x97D7CE x97D8F4 x97D99C x97DCC9 x97E291 x97E4C3 x97E5E7 x97EADA x97EB96 x97EDFD x97EE91 x97F0FA x97F173 x97F2F3 x97F3A8 x97F3FA x97F4E3 x97FCAA x9877FD x987BFB x9881DF x9882E3 x9883EB x9887E5 x9888DE x988FDF x9894D7 x9894F3 x989EEA x989FFB x98A1C7 x98A2F7 x98A5ED x98A9D5 x98A9E1 x98B1B1 x98B2B1 x98B2F8 x98B7E6 x98B9A8 x98BAF6 x98BBF5 x98BCA8 x98BEA1 x98BEC0 x98BFED x98C0DA x98CB94 x98CBA7 x98CBC5 x98CE9F x98D0EC x98D1D7 x98D291 x98D2A2 x98D39F x98D3AE x98D3B2 x98D8C0 x98DAFA x98DCA3 x98E39C x98E683 x98EAE4 x98EDE5 x98F16D x98F285 x98F6C0 x98F7E0 x98F866 x98F867 x98F9D8 x98FA91 x98FA93 x98FACD x98FBF8 x98FCE9 x98FDA3 x98FE9F x996DFA x9972F5 x9977EB x997AED x997BFA x997FF1 x9982EC x9985DB x9985FD x9986DD x9989EE x99A3D3 x99A7CB x99ADBB x99B3D2 x99B4B4 x99B5AF x99B5C6 x99B6DF x99B8E4 x99B9B2 x99BDF2 x99CBCB x99CEA9 x99CF93 x99CFD1 x99D1F4 x99D3DD x99D4C1 x99D693 x99D7D3 x99D7EC x99D88B x99D8BF x99D9F0 x99DCEE x99DDA1 x99E0FA x99E1EC x99E379 x99E38B x99E3B3 x99E3B9 x99E49F x99E5AC x99E883 x99E8D0 x99F1B0 x99F1C5 x99F5EE x99F8F9 x99F97D x99F981 x9A6BF4 x9A80DF x9A84F1 x9A8CEB x9A9DCA x9A9EE3 x9AA3ED x9AA4F7 x9AA7BA x9AA7D0 x9AA8B5 x9AA9ED x9AB2EE x9AB4D1 x9AB7EA x9ABAB4 x9ABBF8 x9AC0D1 x9AC1E4 x9AC5A7 x9AC7D6 x9AC8A1 x9AC8BC x9ACAA4 x9ACDE6 x9AD1F7 x9AD689 x9AD7F5 x9ADFB5 x9ADFEA x9AE0B6 x9AE0E1 x9AE1D4 x9AE2C4 x9AE393 x9AE5CB x9AE7C9 x9AE87E x9AE9D0 x9AECE2 x9AEEB1 x9AEEB7 x9AF0C3 x9AF1E2 x9AF668 x9AF6B0 x9AF79C x9AF8B6 x9AFA7F x9AFB78 x9AFB9D x9AFBA7 x9AFE81 x9B6AF4 x9B79FA x9B84DD x9B89DA x9B89F5 x9B8CE1 x9B8DF8 x9B8ED9 x9B94D6 x9B9BE6 x9B9CFB x9BA1DC x9BA1E6 x9BA4C2 x9BA6D8 x9BA7F0 x9BA8F9 x9BABE8 x9BABEB x9BACB0 x9BB0CB x9BB2F7 x9BC5A9 x9BC796 x9BCAFB x9BCBCA x9BCBE7 x9BCCEC x9BCFF5 x9BD0A1 x9BD0C3 x9BD2EA x9BD4D7 x9BD6A6 x9BD7EB x9BD8BE x9BDC97 x9BE0CD x9BE6A5 x9BE79B x9BEB82 x9BECD5 x9BEDC9 x9BF1DC x9BF298 x9BF3D1 x9BF46D x9BF5C6 x9BF688 x9BFA7A x9BFAC3 x9BFAC6 x9BFCA5 x9C78EA x9C78FC x9C7EE8 x9C82E5 x9C8AD7 x9C8DE4 x9C92F3 x9C94F4 x9C94F7 x9C99D4 x9C9BBE x9C9BE9 x9C9BED x9C9DF0 x9CA6B7 x9CA8D1 x9CACC2 x9CACED x9CAEB2 x9CAFB7 x9CBBFD x9CBCAE x9CBCBC x9CBFA3 x9CBFDE x9CC1F5 x9CC9D3 x9CCAFC x9CD5B4 x9CD5DE x9CD6A4 x9CD6B7 x9CD893 x9CD8FE x9CD997 x9CD9DF x9CDBE9 x9CDCB5 x9CE0CF x9CE183 x9CE39A x9CE3DD x9CE67E x9CE6B0 x9CEAF2 x9CEC7C x9CECD0 x9CEF98 x9CF077 x9CF185 x9CF5D7 x9CF67D x9CF895 x9CF9F2 x9CFBFA x9CFCC7 x9CFCDC x9CFDBA x9CFECB x9D78FB x9D78FC x9D81E5 x9D8ECC x9D8FE8 x9D92C9 x9D93F9 x9D95DE x9D95ED x9D9AC4 x9D9FE9 x9DA7C1 x9DA7D3 x9DA7D5 x9DA9E5 x9DAEEC x9DB0B4 x9DB5AD x9DBBD1 x9DC1D4 x9DC2F4 x9DC4DF x9DC8F0 x9DCF8D x9DCFBA x9DD2B6 x9DD2C2 x9DD3DE x9DD4FE x9DD5E2 x9DD792 x9DDBB9 x9DDD84 x9DDDCD x9DDDF9 x9DDFA9 x9DE3B1 x9DE6B8 x9DE78D x9DF1E8 x9DF3E3 x9DF485 x9DF6A1 x9DF86E x9DF8DE x9DFCE0 x9DFD6E x9DFDF9 x9E3CB3 x9E75EC x9E75F3 x9E8AF0 x9E8BFB x9E8CD5 x9E90EB x9E95EF x9E9BE5 x9E9FD9 x9EA4BE x9EA9F1 x9EACAC x9EACB1 x9EAEEE x9EAFB9 x9EAFC7 x9EB2C6 x9EB5C6 x9EC3FD x9EC49B x9EC4C3 x9EC5ED x9EC7E8 x9ECC93 x9ECDA5 x9ECED7 x9ECEEB x9ED0FA x9ED1F3 x9ED3AD x9ED587 x9ED5EF x9ED682 x9ED6CA x9EDAE4 x9EDB9B x9EDC85 x9EDD8B x9EDFEF x9EE092 x9EE0AE x9EE3B7 x9EE4C6 x9EE893 x9EE9DB x9EF0BE x9EF1F5 x9EF383 x9EF6B8 x9EF792 x9EF8FD x9EF9BF x9EFBDB x9EFEA6 x9EFEAC x9EFEBA x9F63FA x9F66F3 x9F81DF x9F94FE x9FA3BB x9FA6C1 x9FA7D4 x9FB2B6 x9FB3EA x9FB4CB x9FB6F8 x9FB8BB x9FB8C8 x9FB9BE x9FBCE6 x9FBDDC x9FBEB1 x9FC0BE x9FC793 x9FC7B7 x9FC7E0 x9FCEBA x9FCFEC x9FD4B1 x9FD5DE x9FD7C4 x9FD897 x9FDAE3 x9FDBFB x9FDDC8 x9FE492 x9FE4AF x9FE585 x9FE5F7 x9FE6C1 x9FEDCE x9FEEFE x9FF1A8 x9FF1DB x9FF283 x9FF5F9 x9FF860 x9FF9C6 x9FFBE2 x9FFE67 x9FFEDF xA059FD xA06AFC xA078E4 xA07AF5 xA07CE6 xA084D2 xA086F3 xA089D6 xA090F4 xA091CE xA091EB xA098F7 xA09FD8 xA09FF0 xA0A6E5 xA0A8C5 xA0A8C6 xA0B2E1 xA0B5D5 xA0B9D9 xA0B9E7 xA0C2A3 xA0C4AC xA0C695 xA0C8C7 xA0CDB1 xA0D088 xA0D0CD xA0D1F8 xA0D387 xA0D4B3 xA0D99D xA0DB9F xA0E180 xA0E2E8 xA0E8AB xA0E972 xA0EB92 xA0EEC6 xA0EEFE xA0F0BE xA0F0E5 xA0F2BA xA0F2BC xA0F2CD xA0F4E7 xA0FA99 xA0FD71 xA0FDD7 xA0FEB2 xA160F6 xA176FB xA17CFB xA180FE xA185D7 xA187DD xA18AD4 xA193D3 xA19EC4 xA19EC9 xA19ED2 xA19EEF xA1A0E8 xA1A3F6 xA1A5B9 xA1A5DE xA1A7B8 xA1AFF8 xA1AFF9 xA1B6C1 xA1B8C3 xA1B9C8 xA1BAF6 xA1BFE5 xA1BFE7 xA1C0B4 xA1C4F5 xA1C6E9 xA1CA99 xA1CC91 xA1CED5 xA1CFC0 xA1D2B1 xA1D2BF xA1D2F6 xA1DCC6 xA1E28E xA1E2A6 xA1E4CA xA1E6D2 xA1E7B7 xA1E8F2 xA1EBB6 xA1EEDA xA1F0D9 xA1F461 xA1F660 xA1F7CD xA1FA92 xA1FAFC xA1FB91 xA1FE5D xA25DF9 xA266ED xA269ED xA26AFC xA274E9 xA27ADA xA27BEE xA282DD xA287F4 xA289EF xA28AE6 xA28EE4 xA292E2 xA297FC xA297FD xA298D9 xA2A0C5 xA2A4F6 xA2A9AF xA2AED3 xA2AFDA xA2B0A6 xA2B1AF xA2B7D8 xA2B8F1 xA2B9BD xA2BABF xA2BAF7 xA2BC97 xA2BCC8 xA2C0D8 xA2C1F6 xA2C3EF xA2C5B2 xA2C6DF xA2C8CF xA2C8F1 xA2CAD6 xA2CEB1 xA2D291 xA2D295 xA2D2C8 xA2D7B2 xA2D9D7 xA2DC8D xA2DCB3 xA2DCE8 xA2E2C8 xA2E379 xA2E3C5 xA2E8D1 xA2E9A7 xA2EC9F xA2ECDF xA2ECE2 xA2ECF8 xA2F1BE xA2F76C xA2F7F0 xA2F868 xA2F8B4 xA2F8FC xA2F9EE xA2FAD2 xA2FBF5 xA376F0 xA377FD xA385DB xA385F8 xA387F4 xA387FC xA38FC7 xA39CC5 xA3A0EF xA3A1F8 xA3A5E0 xA3ACF0 xA3ADE5 xA3AFAB xA3AFB7 xA3AFD3 xA3B0E9 xA3B3FB xA3B5D7 xA3B6CF xA3B8D1 xA3BFA4 xA3BFE5 xA3BFEE xA3C0C1 xA3C0CC xA3C293 xA3C3FC xA3C5F5 xA3C7CC xA3C7E5 xA3C8EB xA3C8F6 xA3C991 xA3C9E9 xA3CBBC xA3CDC1 xA3CFDF xA3D2D6 xA3D4DA xA3D6D4 xA3D7E2 xA3D986 xA3DD94 xA3DFFC xA3E088 xA3E17E xA3E3A7 xA3E4A0 xA3E674 xA3E6A3 xA3E6C4 xA3E8A6 xA3E8CB xA3EC6D xA3ECC2 xA3EE98 xA3EFA9 xA3EFAA xA3F081 xA3F085 xA3F0A8 xA3F189 xA3F262 xA3F4A9 xA3F4F3 xA3F4FB xA3F5BE xA3F6D7 xA3FADE xA3FDA7 xA3FDAE xA457FC xA468E9 xA46BF7 xA46DFE xA471E2 xA472ED xA478DA xA481DC xA483E8 xA488DE xA48FC8 xA494F5 xA497F6 xA49DFD xA4A0E0 xA4A0E5 xA4A2B2 xA4A8B6 xA4ABF9 xA4ACC7 xA4ADEB xA4B0CE xA4B2FD xA4B5AF xA4B9F1 xA4C7E1 xA4C9BA xA4CAC8 xA4CCBE xA4CCD5 xA4CDB2 xA4CDEA xA4CEE4 xA4D2A5 xA4D39C xA4D4A8 xA4D5BB xA4D7B9 xA4DAB7 xA4DADD xA4DCA3 xA4DDC1 xA4E276 xA4E3F6 xA4E4D4 xA4E692 xA4E76F xA4E7C1 xA4EA9D xA4EF96 xA4EFC9 xA4F0D9 xA4F38D xA4F4E2 xA4F561 xA4F87F xA4F8A0 xA4F978 xA4FEBC xA55CF4 xA567F6 xA576E2 xA579E1 xA57AF9 xA57FE2 xA57FE8 xA57FFD xA588D0 xA589E1 xA58ADE xA58BF6 xA58ECD xA59CDF xA5A0CB xA5A4C5 xA5A4F1 xA5A6C8 xA5A6CE xA5A7FC xA5AABC xA5ABEF xA5ADEB xA5ADFE xA5AEA2 xA5B4A0 xA5B5EE xA5BB95 xA5BCDF xA5C4EC xA5C78D xA5C7D5 xA5C8B0 xA5CDE1 xA5D1A7 xA5D37D xA5D39B xA5D9DB xA5DA76 xA5DAB1 xA5DCA5 xA5DE7F xA5E0A6 xA5E0B5 xA5E179 xA5E1FC xA5E2BE xA5E394 xA5E7FC xA5E88B xA5E8E6 xA5ECE4 xA5F0B9 xA5F3B0 xA5F3DA xA5F57B xA5F5B4 xA5F664 xA5F778 xA5F79D xA5F9D9 xA5FA7F xA5FDF5 xA65BFC xA661EE xA671F0 xA681D1 xA686CC xA68AFD xA68CC5 xA696E1 xA698D2 xA69AEB xA69EC9 xA69EE6 xA6A2DC xA6A2F9 xA6A3BA xA6A5B3 xA6A5B9 xA6A5DB xA6A6F3 xA6A6F5 xA6A9D9 xA6AAEB xA6AEC9 xA6B1FD xA6B8EA xA6BAB6 xA6BC98 xA6C1AD xA6C2C9 xA6C3A5 xA6C3A9 xA6C4DD xA6C4FE xA6C9B5 xA6CABB xA6CAC3 xA6CACA xA6CBE1 xA6D1BD xA6D29F xA6D6BE xA6D9F8 xA6DAD2 xA6DAF1 xA6DE7F xA6DED4 xA6DFB7 xA6E0BB xA6E189 xA6E1BF xA6E1C5 xA6E1C6 xA6E2DE xA6E596 xA6E5B4 xA6E68A xA6EA91 xA6EBF5 xA6EC96 xA6EDBC xA6EDC9 xA6EF80 xA6EFE8 xA6F0AE xA6F0F9 xA6F196 xA6F5C6 xA6F973 xA769E8 xA76AE4 xA774EE xA78DD8 xA797EE xA799EA xA79DD2 xA7A0F0 xA7A1F3 xA7A2CD xA7A5A9 xA7AFBC xA7AFEC xA7B0BC xA7B4E1 xA7B5AA xA7B5C5 xA7B6EF xA7B7D6 xA7B7F8 xA7B8C8 xA7BDC6 xA7BDDA xA7BEA7 xA7BFA8 xA7C1CB xA7C3C8 xA7C8BB xA7C9C2 xA7CDAD xA7D0B1 xA7D68B xA7D884 xA7D9DA xA7DB88 xA7DD85 xA7DF97 xA7DFFA xA7E0A2 xA7E299 xA7E2BA xA7E7AA xA7E8D4 xA7E97B xA7E9D4 xA7EB6E xA7EED0 xA7EED5 xA7EEF6 xA7F1CC xA7F5BF xA7F6E6 xA7F7A0 xA7F7E6 xA7F87A xA7F889 xA7F8F2 xA7FADA xA7FC82 xA855FA xA866F5 xA86AF3 xA86DF9 xA873F3 xA879F3 xA87AD7 xA87FCE xA880D0 xA880EC xA88CC7 xA88DDE xA88ECD xA892D0 xA895B8 xA896F5 xA897F2 xA898FD xA89BCF xA89DD8 xA8A0D3 xA8A1C6 xA8A1DD xA8A4D8 xA8A6E8 xA8A9E1 xA8ABEB xA8ACF1 xA8ADB2 xA8AF9E xA8B1B7 xA8B3BA xA8B4F1 xA8B6EE xA8B6F1 xA8B7A3 xA8B9EE xA8BABE xA8BAF4 xA8BDB4 xA8BEB7 xA8BFC6 xA8BFCF xA8C7AB xA8C9C4 xA8CDC4 xA8CFE5 xA8D288 xA8D2EE xA8DA99 xA8DAB1 xA8DB84 xA8DB97 xA8DCB2 xA8DCFD xA8DF9A xA8E2D8 xA8E3BD xA8E4CB xA8E5C4 xA8E7A6 xA8E88C xA8E9FE xA8EA96 xA8EB7E xA8EBC7 xA8EC6A xA8ED7B xA8EDA1 xA8EECD xA8EEFA xA8F0AA xA8F0F4 xA8F1BA xA8F3F0 xA8F466 xA8F56B xA8FCA4 xA8FCB2 xA8FD7A xA8FDC9 xA8FE5F xA954FC xA965F5 xA96DF0 xA96FE1 xA96FFA xA970F6 xA973EC xA975F6 xA97AEC xA97BDE xA982CD xA985CD xA987F6 xA988F3 xA989F4 xA98DE3 xA98FDD xA997BC xA997EB xA997ED xA998C8 xA99AED xA99BD1 xA99CB9 xA99CDF xA99CFD xA9A6F2 xA9A7F4 xA9A7FA xA9ADC2 xA9AED1 xA9AEFC xA9B29F xA9B2FA xA9B3B9 xA9B4DF xA9B5FA xA9B6CA xA9BAAD xA9BB9E xA9C2CD xA9C3F1 xA9C4C9 xA9C5D0 xA9C5E7 xA9C6D3 xA9C9F3 xA9CDF8 xA9CEBD xA9CFDA xA9D1A6 xA9D1AB xA9D481 xA9D590 xA9D8AE xA9DA7C xA9DAC3 xA9DAD3 xA9DBB6 xA9DBB9 xA9DBFB xA9DD99 xA9DDE0 xA9DDFB xA9DFA8 xA9E0A9 xA9E369 xA9E8D0 xA9EDAF xA9EDBA xA9EE69 xA9EFDC xA9F16F xA9F4C0 xA9F5BC xA9F7E9 xA9F8CD xA9F999 xA9FA5B xA9FA5F xA9FCB2 xA9FEB4 xAA60F6 xAA64FB xAA69F5 xAA6BF8 xAA71E1 xAA72E6 xAA7CDE xAA7CEB xAA80DB xAA80E9 xAA83DE xAA84D7 xAA85DC xAA86E2 xAA8CD3 xAA90E9 xAA93E4 xAA98CE xAA9AC0 xAA9CDB xAA9EB3 xAAA2C6 xAAA4F0 xAAA9FB xAAAAC7 xAAACB0 xAAADBF xAAB6B7 xAAB7A6 xAAB9DF xAAB9F8 xAABBF8 xAABEDA xAABFB8 xAAC1EA xAAC2D4 xAAC3B2 xAAC4B7 xAAC7F5 xAAD1CB xAAD3E0 xAAD5CC xAAD5FA xAAD7A9 xAAD892 xAAD9CA xAADBBC xAADBFD xAADD84 xAAE0F6 xAAE5A6 xAAE686 xAAE6C8 xAAE7CB xAAEA8E xAAEF88 xAAF1D8 xAAF5AD xAAF8BE xAAF958 xAAFA8D xAAFBA3 xAAFBCA xAAFC54 xAAFCAF xAAFDF3 xAB61FD xAB63F0 xAB6DDD xAB72EF xAB76F0 xAB79E9 xAB7DE1 xAB8AEE xAB8BF2 xAB8CCE xAB8FD1 xAB96D7 xAB98E3 xABA6D2 xABA9A3 xABACCA xABAEC1 xABAFC1 xABB0E9 xABB1EF xABB1FC xABB6DF xABB6F5 xABB6FE xABBAF5 xABBBA7 xABC19B xABC4D2 xABCAE3 xABCBB8 xABCBF3 xABCC9F xABCDFD xABCECC xABD1D9 xABD3AD xABD496 xABD498 xABD676 xABD8F6 xABD9F9 xABDAB8 xABDCD9 xABDEE2 xABDFF7 xABE4FA xABE59C xABE5F8 xABE7BF xABE87D xABE8BC xABE8C3 xABEAAB xABEDCB xABEEF1 xABEFA8 xABEFB2 xABF096 xABF2B4 xABF365 xABF5BE xABF6B2 xABF6FA xABF8CB xABFBAA xABFBFB xABFD5E xABFE90 xABFEFE xAC67EC xAC68F4 xAC70E1 xAC70EA xAC70F2 xAC72F3 xAC7FEB xAC80F4 xAC92C4 xAC94D3 xAC99EF xAC9CF2 xAC9FB5 xACA0D7 xACA2D7 xACA3F5 xACA6B0 xACA8E3 xACAFFE xACB4D5 xACB5A5 xACB6C0 xACB6C6 xACB6E5 xACB7D2 xACB8BE xACBC9F xACBFA5 xACC1A5 xACC3AF xACC3D0 xACC4A8 xACC584 xACC6EE xACCAA4 xACCAD3 xACCFD4 xACD08A xACDA8F xACDC82 xACDCA5 xACDD92 xACDDB1 xACE093 xACE3DA xACE3E2 xACE4BE xACE4C6 xACE66B xACE8FA xACEAB5 xACEACA xACEACC xACEBF9 xACEFD2 xACF0A8 xACF27B xACF27C xACF2B3 xACF5D2 xACF5DD xACF7EB xACF8A3 xACF9A2 xACF9D3 xACFAC0 xACFAF1 xACFEB3 xAD55F3 xAD5AF4 xAD63F7 xAD63FE xAD6DFC xAD7FE4 xAD7FFE xAD88CE xAD8AD4 xAD90BE xAD91C0 xAD92F5 xAD96C6 xAD98FC xAD9FBF xADA0CD xADA3BB xADA4E0 xADA6EF xADA7B8 xADA8A5 xADA8C8 xADB0E7 xADB3CE xADB3DB xADB4B7 xADB5C6 xADB69B xADB9BF xADBF8C xADBFD7 xADC2CB xADC3B2 xADC3CD xADC6FA xADCDD3 xADCE9F xADCEFC xADCFE7 xADD1D1 xADD39B xADD6E6 xADD87A xADD8A9 xADD9F4 xADDB9E xADDBC6 xADDF89 xADE1C4 xADE3AC xADE4DE xADE5E1 xADE690 xADE762 xADE8C5 xADE96C xADEB8C xADECB8 xADEEBD xADEF5F xADEF97 xADF096 xADF2B4 xADF2BA xADF59F xADF7CA xADFA4E xADFAAE xADFB7D xADFDF4 xADFE9D xADFED5 xAE58F5 xAE68E1 xAE6AF9 xAE70ED xAE78D4 xAE80E8 xAE81D8 xAE85FC xAE8CC4 xAE98FB xAE99F6 xAEA0A9 xAEA1AE xAEA8DA xAEAFD9 xAEB0A0 xAEB0D6 xAEB298 xAEB6A5 xAEB7FB xAEBC8E xAEBEA5 xAEC0AA xAEC0F7 xAEC2CF xAEC69E xAEC7AA xAEC9AF xAECBA7 xAECFB7 xAED098 xAED19B xAED3F6 xAED797 xAED7CB xAEDA8E xAEDDB7 xAEDDDE xAEDF82 xAEDFA5 xAEE0C0 xAEE2AD xAEE972 xAEE9BD xAEEB7A xAEEBFE xAEEEAA xAEEECD xAEEFB2 xAEF161 xAEF4F8 xAEF75B xAEF87F xAEF9E6 xAEFBB9 xAF65ED xAF6BE3 xAF6CFE xAF6DDD xAF72F7 xAF76DC xAF77D2 xAF77F0 xAF78FB xAF7ACD xAF82CA xAF8AC3 xAF8FF8 xAF92BC xAF96BE xAF9AE6 xAF9CDB xAF9DC0 xAFA4E9 xAFA8FB xAFAA9F xAFAABC xAFAEE1 xAFAEEF xAFAFD2 xAFAFE2 xAFB49F xAFB5BF xAFB8D1 xAFB8EF xAFB8F0 xAFBED6 xAFC0DD xAFC1D8 xAFC493 xAFC4FE xAFC8CA xAFC9D0 xAFCAE1 xAFCBD2 xAFCD8E xAFCD9F xAFCDF4 xAFD683 xAFD68F xAFD7B9 xAFD7ED xAFD88E xAFD9B8 xAFDB8A xAFDBA0 xAFDC75 xAFDCED xAFDFC2 xAFE0D7 xAFE3AE xAFE4AD xAFE4DF xAFE7D3 xAFE9E9 xAFEAD8 xAFECDA xAFEFBA xAFF0EB xAFF1B5 xAFF1E1 xAFF3B7 xAFF4A3 xAFF4D9 xAFF669 xAFF857 xAFF884 xAFF8FE xAFF955 xAFFA96 xAFFABB xAFFBFA xAFFED4 xB05AEE xB065EE xB06DE9 xB06EF5 xB070E7 xB075F4 xB084F3 xB086D1 xB087FC xB08ABE xB092C1 xB097E4 xB099BE xB09AEF xB09EB8 xB0A0D8 xB0A3D6 xB0A5B3 xB0AAAF xB0B3D2 xB0B5C8 xB0B5DF xB0B8BE xB0B8DC xB0BBBF xB0BDA2 xB0C5A4 xB0C5AA xB0C7E1 xB0C88E xB0C9DF xB0CBB6 xB0CC95 xB0CDA7 xB0D0B4 xB0D0ED xB0D2A0 xB0D9B3 xB0DAD0 xB0DB7E xB0DC72 xB0DC75 xB0DFC4 xB0E080 xB0E0B4 xB0E781 xB0E8C7 xB0E9C4 xB0EAE8 xB0EBB6 xB0EBC6 xB0EDF3 xB0EEDA xB0EEDC xB0EFBF xB0F080 xB0F2E8 xB0F3D5 xB0F576 xB0F5AA xB0F6C0 xB0F994 xB0FBFB xB0FEEB xB0FEEF xB157ED xB16DF8 xB16FEF xB170F8 xB175F1 xB179F9 xB180F4 xB181F8 xB182F2 xB184DD xB189EB xB18DD2 xB190B7 xB198B2 xB19BCE xB19BEB xB19FB2 xB19FB8 xB1A2E3 xB1A2F0 xB1A9CD xB1A9D0 xB1AFC3 xB1B1BC xB1B69B xB1B7D1 xB1B8BC xB1BA97 xB1BAFB xB1BDFC xB1C09E xB1C1ED xB1C28D xB1C292 xB1C4BB xB1C4D0 xB1C9E5 xB1CFB9 xB1D0A7 xB1D0D1 xB1D0EA xB1D1DE xB1D380 xB1D383 xB1D47D xB1D4EF xB1D598 xB1D5BF xB1D7A7 xB1D8BB xB1DB6C xB1DDC5 xB1DEA9 xB1DEF1 xB1E17F xB1E5B5 xB1E693 xB1E7A6 xB1E9B5 xB1ECC2 xB1ECFE xB1EF80 xB1EFC4 xB1F073 xB1F0CF xB1F1EE xB1F48D xB1F7DB xB1F8F1 xB1F9E6 xB1FA88 xB1FC87 xB267ED xB267F1 xB26BF2 xB26CF8 xB26CFE xB26EDA xB272E4 xB274EE xB27CE0 xB280FB xB288E7 xB28BCB xB28FE9 xB298CC xB29AD9 xB29CCF xB29CD5 xB29FE7 xB2A1E5 xB2A1FD xB2A2A5 xB2AB9E xB2ABEC xB2ADB5 xB2AE9B xB2AFBF xB2AFF4 xB2B0C4 xB2B1AA xB2B49F xB2B4FA xB2B5A6 xB2B6BE xB2B88E xB2BD89 xB2BDEB xB2BFA0 xB2C2F3 xB2C6B4 xB2C78B xB2C8C5 xB2C98E xB2CAB8 xB2CB89 xB2CBD5 xB2CDB3 xB2CEE9 xB2D078 xB2D07B xB2D1E8 xB2DAD1 xB2DDAE xB2DEF8 xB2E1A3 xB2E79B xB2EE97 xB2F37E xB2F66B xB2F698 xB2F8EF xB2F9AB xB2FB8E xB2FB95 xB2FCB4 xB2FCF1 xB2FD69 xB35EE5 xB367DD xB36FFD xB37DDD xB385F0 xB386D1 xB388C7 xB38BC9 xB38BE2 xB38CCA xB38FE9 xB390C3 xB393B6 xB395F1 xB398F7 xB39BD8 xB39BE8 xB39BEE xB39BF8 xB39DBB xB39FC9 xB3A1E2 xB3A2BD xB3A3BA xB3A4C8 xB3A89D xB3A9FB xB3AEE7 xB3AFA3 xB3B2E5 xB3B4CB xB3B4D4 xB3B4F3 xB3B9B5 xB3BADD xB3BEAF xB3C3A4 xB3C4B3 xB3C7D4 xB3CAF8 xB3CC9C xB3CF91 xB3D07D xB3D0F9 xB3D37A xB3D3BC xB3DAF2 xB3DBB9 xB3DEB3 xB3DECE xB3DFE3 xB3E072 xB3E3F1 xB3E4A6 xB3E676 xB3E778 xB3E77A xB3E7A2 xB3EB83 xB3EC92 xB3EDAA xB3F1E0 xB3F2A4 xB3F2BF xB3F49A xB3F54F xB3F6AE xB3F6F2 xB3FAE5 xB3FB77 xB3FBE1 xB3FD6F xB458F7 xB462EE xB465DF xB465EB xB466DF xB468D9 xB46BE3 xB475CC xB475D0 xB47DE4 xB47EC7 xB47EE3 xB47FC4 xB488CB xB48BBA xB48CE2 xB48DC3 xB48FC6 xB490E5 xB493C4 xB493D8 xB497D6 xB497F0 xB49BF1 xB49CE7 xB49CEC xB49EA4 xB4A0AD xB4A0F8 xB4A3BC xB4A3F0 xB4A3FE xB4A8B3 xB4A8CA xB4A99A xB4A9AD xB4ABAC xB4ADE8 xB4B0D4 xB4B0E6 xB4B2D9 xB4B6B8 xB4B7A1 xB4B7CE xB4BD9D xB4BECF xB4C0AA xB4C287 xB4C2D0 xB4C2DE xB4C2E5 xB4C38F xB4C5BB xB4C5BD xB4C68D xB4C88B xB4C8D1 xB4C8F1 xB4C9B7 xB4CB83 xB4CC8C xB4CDD6 xB4CEC5 xB4CFB0 xB4CFB6 xB4D0B2 xB4D2F2 xB4D375 xB4D3BE xB4D3E5 xB4D7F6 xB4DC7D xB4DE7E xB4DE7F xB4DFDB xB4E0A8 xB4E26E xB4E2D2 xB4E3B7 xB4E6A2 xB4E75C xB4ECF5 xB4EFBD xB4F0BF xB4F5EB xB4F74A xB4F8F1 xB4FB58 xB4FC68 xB4FC94 xB54BF7 xB551F0 xB55EF4 xB574CC xB574E7 xB579DC xB57BE4 xB587F2 xB58AFB xB58CFE xB58FFA xB593DE xB59ADF xB59BD0 xB59EC4 xB5A2FA xB5A799 xB5A9A7 xB5A9DE xB5ADBF xB5ADD4 xB5AEC7 xB5B096 xB5B0A0 xB5B0B7 xB5B0E1 xB5B1F1 xB5B3F8 xB5B48C xB5B5CF xB5B5DB xB5B6D5 xB5B7EB xB5BAA6 xB5BFD1 xB5C1CE xB5C78C xB5C8EE xB5CBCE xB5CBFA xB5CE74 xB5CEA8 xB5CEE2 xB5D0DC xB5D0E2 xB5D5B2 xB5D673 xB5D6F2 xB5D790 xB5D9DC xB5DB6A xB5DB9E xB5DEAB xB5DF8A xB5DFBF xB5E0E5 xB5E47D xB5E7BE xB5E978 xB5EB94 xB5EBFC xB5EC82 xB5EDE4 xB5EEA7 xB5EFBC xB5F082 xB5F2B3 xB5F372 xB5F48E xB5F6B6 xB5FAC1 xB5FC7B xB5FC81 xB64BF6 xB64BFE xB662FC xB665E3 xB667FB xB66CE3 xB671E3 xB67FEC xB681D6 xB685D2 xB68EB1 xB68FF0 xB691E2 xB692D0 xB692E0 xB696F6 xB69BB5 xB69CC9 xB6A0AF xB6A4C6 xB6A5A5 xB6A79F xB6A7DD xB6ABB9 xB6AFA6 xB6B1DC xB6B1E7 xB6B2F3 xB6B3A9 xB6B3FA xB6B7EF xB6B8EE xB6B9B5 xB6BCE0 xB6BFE6 xB6C1C0 xB6C47C xB6C4C7 xB6C59A xB6C5E1 xB6C8E3 xB6CABC xB6CDEC xB6CEEF xB6D2B2 xB6D2BE xB6D3C9 xB6D5BF xB6D6C7 xB6DA69 xB6DD88 xB6E083 xB6E3DA xB6E5A1 xB6E77A xB6E882 xB6E899 xB6EA9B xB6EBAF xB6EBDD xB6EC84 xB6ECE8 xB6F18C xB6F197 xB6F4B5 xB6F4D3 xB6F55A xB6F5C7 xB6F5D2 xB6F67B xB6F7AA xB6F7B2 xB6F9CA xB6FA6F xB6FBD5 xB6FE4C xB6FEDD xB74EFD xB751F6 xB752FD xB75FEE xB762FE xB76FDA xB775CD xB77AF5 xB77BF0 xB781CE xB78AE3 xB78DB4 xB792B1 xB792E9 xB793C8 xB794ED xB797CF xB79CE9 xB79FB8 xB7A2A0 xB7A4BF xB7ABB8 xB7AFAB xB7B08E xB7B2DE xB7B2F9 xB7B78D xB7B7E1 xB7B8AB xB7B8DF xB7B8E8 xB7BE8B xB7BEA6 xB7C0CD xB7C3B3 xB7C495 xB7C7D7 xB7C878 xB7C890 xB7C9B5 xB7CCC2 xB7CCE1 xB7CDE0 xB7CE96 xB7CEB1 xB7D18F xB7D3F6 xB7D4F4 xB7D59B xB7D794 xB7DAD8 xB7E0C0 xB7E0C3 xB7E15D xB7E1A6 xB7EAE0 xB7ECD0 xB7EE6D xB7F152 xB7F2C2 xB7F4D3 xB7F6B5 xB7F6CF xB7F7C3 xB7F946 xB7FA4D xB7FAA3 xB7FB89 xB84BFA xB84DF7 xB863F5 xB86DD3 xB86DFC xB86ED5 xB876CF xB87BEC xB87ED8 xB87FD8 xB883E5 xB886D7 xB886E6 xB88CC4 xB88CF0 xB88DDA xB890CE xB891DF xB893C2 xB898BB xB89ECD xB8A0A9 xB8A0AB xB8A1E1 xB8A6FD xB8A7B7 xB8A897 xB8ABB8 xB8B1ED xB8B4CB xB8B4E5 xB8B6CB xB8B8C0 xB8BBF0 xB8BFAB xB8C48D xB8C7A6 xB8C7C3 xB8C99D xB8C9CE xB8CABD xB8CDEF xB8D18C xB8D388 xB8D681 xB8D692 xB8D6F8 xB8D8D0 xB8D8FB xB8D9E1 xB8DC6C xB8DCFD xB8DF77 xB8DF93 xB8E0F4 xB8E1A3 xB8E389 xB8E4FB xB8E55C xB8E5BC xB8E8D6 xB8E9B4 xB8EAD1 xB8EB71 xB8EB97 xB8EBD7 xB8EBF2 xB8EC9C xB8F2B2 xB8F499 xB8F8DB xB8F8EF xB8FD9B xB8FE4F xB94BF8 xB95EFC xB966F4 xB97DE1 xB97FC7 xB983DA xB984F8 xB985FD xB989D8 xB98EF7 xB98FF5 xB991B5 xB994F9 xB99ABF xB99EA6 xB9A0A2 xB9A2DF xB9A5DE xB9A6BE xB9A7FE xB9A8BE xB9ADF9 xB9AECA xB9B0C6 xB9B1B4 xB9B3ED xB9B4A4 xB9B7F9 xB9B8A2 xB9B99E xB9B9BB xB9BBC8 xB9BDC4 xB9BFF0 xB9BFF8 xB9BFF9 xB9C0A2 xB9C2E3 xB9C4B0 xB9C4E1 xB9C8E9 xB9C9A4 xB9CAA0 xB9CEF5 xB9CFAB xB9CFC7 xB9CFE0 xB9D0DA xB9D5D4 xB9D7FB xB9DCED xB9DDCF xB9E177 xB9E47D xB9E5DF xB9EA6C xB9ECE5 xB9EDE4 xB9EE83 xB9EEE3 xB9F0D5 xB9F194 xB9F264 xB9F59C xB9F5F5 xB9F696 xB9F9C9 xB9FB9A xB9FEF3 xBA58EB xBA62E4 xBA67ED xBA6AD6 xBA6CD7 xBA6DDE xBA73EE xBA79CF xBA7BC4 xBA7BD9 xBA7DCB xBA80BE xBA80C2 xBA80DC xBA84C5 xBA88FD xBA90FA xBA93BF xBA93D6 xBA94AB xBA98B1 xBA9BF1 xBAA5EF xBAA8C3 xBAA9A6 xBAA9E7 xBAAADE xBAAAE0 xBAAEA4 xBAAEB7 xBAAFFB xBAB08C xBAB4D4 xBAB58D xBAB6AD xBAB6C0 xBAB6E0 xBAB8B9 xBAB8BD xBABBD8 xBABDB2 xBAC29F xBAC3AE xBAC3DC xBAC4AF xBAC7C7 xBAC7D2 xBAC8B3 xBACBBD xBACD74 xBACDDB xBACEF8 xBAD176 xBAD1CC xBAD4B9 xBAD4FB xBAD7A7 xBADCDF xBADD81 xBAE076 xBAE092 xBAE16B xBAE2B2 xBAE868 xBAE899 xBAEAE3 xBAECA7 xBAEDCB xBAEDEB xBAEE95 xBAEFF5 xBAF087 xBAF1A9 xBAF296 xBAF9F9 xBAFD51 xBAFD55 xBAFE74 xBB5DE5 xBB6FF1 xBB6FF3 xBB75FC xBB78C4 xBB78F2 xBB79E4 xBB7AF7 xBB7DE6 xBB83E2 xBB8BDB xBB91FA xBB9FE5 xBBA3FA xBBA5ED xBBA7DF xBBACAF xBBADC6 xBBADE6 xBBADF1 xBBAEC0 xBBB3F3 xBBB4CC xBBB4CF xBBB9B8 xBBBCDB xBBBFC7 xBBC1C6 xBBC28C xBBC38B xBBC3B9 xBBC4A2 xBBC799 xBBC998 xBBCBCF xBBCBD8 xBBCBE3 xBBCD7A xBBCEEC xBBCF92 xBBD288 xBBD2CA xBBD397 xBBD58E xBBD5B1 xBBD684 xBBD8D4 xBBDFE0 xBBE1C3 xBBE3F7 xBBE460 xBBE6C9 xBBE6D4 xBBE866 xBBEBB9 xBBEC54 xBBECB8 xBBECF4 xBBED6E xBBEF75 xBBEFF2 xBBF2D0 xBBF3BF xBBF750 xBBF85F xBBFA46 xBBFB46 xBC55F2 xBC56F8 xBC63F7 xBC71F4 xBC84BF xBC87F9 xBC88C5 xBC8BB8 xBC8FB2 xBC8FD2 xBC96D9 xBC97EE xBC98BA xBC98BF xBC98F1 xBC9AB7 xBC9AE5 xBC9BDE xBCA2C8 xBCA5C0 xBCA5C7 xBCA7E1 xBCAEF6 xBCB08A xBCB098 xBCB5BC xBCB6E8 xBCB8C6 xBCB9BF xBCBAB8 xBCBAFA xBCBFAD xBCBFD1 xBCC3E1 xBCC3EE xBCC5ED xBCC8B7 xBCC8C0 xBCC9FA xBCCA96 xBCCDA9 xBCCF8E xBCD07D xBCD19E xBCD1C2 xBCD1D5 xBCD385 xBCD3F4 xBCD4A7 xBCD4DA xBCD66A xBCD678 xBCDA61 xBCDCE7 xBCDDD8 xBCE1DB xBCE2D8 xBCE461 xBCE4BC xBCE6B3 xBCE8AB xBCEA86 xBCEAF4 xBCECD3 xBCED98 xBCF36C xBCF46C xBCF4EC xBCF55E xBCF663 xBCF775 xBCF887 xBCF8C2 xBCF97E xBCFA64 xBCFD84 xBCFEE9 xBD48FA xBD4AF9 xBD53E7 xBD53EC xBD56FD xBD5EDA xBD5FF6 xBD60E0 xBD66FA xBD68E3 xBD6AEB xBD6CCD xBD6EED xBD76E5 xBD78DF xBD7BF0 xBD82EE xBD82F2 xBD86BD xBD8AF5 xBD90BB xBD93B5 xBD93BB xBDA0F4 xBDA3CA xBDA495 xBDACE3 xBDAFB7 xBDAFCD xBDB0CC xBDB2A8 xBDB4C1 xBDB59D xBDB5A3 xBDB6AD xBDB7BA xBDBA82 xBDBABD xBDBAEC xBDBBF1 xBDBC9B xBDBE97 xBDC187 xBDC18C xBDC1AC xBDC2CD xBDC7D5 xBDC8BF xBDC9CF xBDCA76 xBDCA9C xBDCBC4 xBDCE74 xBDCF98 xBDD072 xBDD07D xBDD193 xBDD1BB xBDD1F9 xBDD861 xBDD9BF xBDDAE9 xBDDB97 xBDDC82 xBDE1D6 xBDE26E xBDE29F xBDE2A3 xBDE35B xBDE382 xBDE4B1 xBDE7BE xBDE88B xBDEB67 xBDEBA3 xBDEC7B xBDEDC2 xBDEDC7 xBDEDEE xBDF098 xBDF26F xBDF298 xBDF3D7 xBDF3FB xBDF5FD xBDF682 xBDF6AA xBDF6FC xBDF799 xBDF7EB xBDF87C xBDF956 xBDF9D4 xBDFB66 xBDFC60 xBDFDE9 xBDFEA7 xBE4BFA xBE4EF4 xBE60FA xBE61DF xBE67FD xBE6BD9 xBE6FDD xBE72E8 xBE76E6 xBE7BDE xBE7BE5 xBE7DDC xBE80F0 xBE81DB xBE82BC xBE89C0 xBE8CDD xBE92A6 xBE92D7 xBE92ED xBE94E2 xBE97A1 xBE97C9 xBE99AC xBE99E0 xBE9DAA xBEA0B3 xBEA1EF xBEA9D1 xBEB08B xBEBAD7 xBEBBC9 xBEBC87 xBEBECF xBEBEF4 xBEC2AC xBEC4C7 xBEC5BA xBEC8B4 xBEC993 xBEC9B9 xBECAF1 xBECD7A xBECEC1 xBED180 xBED18A xBED2F1 xBED4A2 xBED587 xBED6CF xBED7BF xBED886 xBED8A0 xBED9AF xBEDBD8 xBEDCA1 xBEDDBA xBEDFA1 xBEE0B0 xBEE0D6 xBEE7D6 xBEEBAD xBEEC78 xBEEDCD xBEEEDD xBEEF6E xBEF07E xBEF0BA xBEF5C4 xBEF65E xBEF7CA xBEF879 xBEF954 xBEF9AD xBEF9C0 xBEFB81 xBEFC55 xBEFCBD xBF5EF5 xBF65DE xBF71DF xBF73F9 xBF75EB xBF7FD2 xBF84B8 xBF8BEA xBF96B4 xBF98C8 xBF9BB3 xBF9C9A xBF9CB0 xBF9CEE xBF9ED6 xBF9EE1 xBF9FD6 xBFA3B0 xBFAC94 xBFADFB xBFAED7 xBFAFA3 xBFB0C5 xBFB1DC xBFB2B0 xBFB2F1 xBFB4A7 xBFB4A8 xBFB7CB xBFB7CD xBFB7ED xBFB87E xBFBAAC xBFBBB8 xBFBCBE xBFBD7F xBFBE83 xBFC197 xBFC1B1 xBFC7E1 xBFC9C9 xBFCC9A xBFCD7D xBFCFA6 xBFCFD1 xBFD07D xBFD0DE xBFD284 xBFD3E8 xBFD561 xBFD5A0 xBFDCDD xBFDDFA xBFDE6E xBFDE72 xBFE0DF xBFE159 xBFE2E4 xBFE490 xBFE4AC xBFE4CF xBFE7A2 xBFEC71 xBFEC7F xBFEDE0 xBFEEE6 xBFEF9C xBFF1A0 xBFF1A8 xBFF771 xBFF77F xBFF963 xBFFB3F xBFFC86 xBFFD91 xBFFDD4 xC044FD xC045FC xC04BEE xC054EF xC054F8 xC05CDC xC065F8 xC06BE7 xC073EF xC078D9 xC07BDA xC07CC2 xC07DC1 xC087BF xC087C0 xC087CE xC087D2 xC090A9 xC090B5 xC091EF xC093E8 xC093F1 xC0989F xC0999E xC09CD8 xC09EAD xC09ED4 xC09EEB xC09FCC xC0A0A7 xC0A6A5 xC0A796 xC0A7CA xC0A7DC xC0A7F6 xC0A9E5 xC0B0A4 xC0B1F3 xC0B6BA xC0BBFD xC0BC96 xC0BDD5 xC0BFB8 xC0C0A0 xC0C0C6 xC0C1FB xC0C3D5 xC0C4FD xC0C588 xC0C8B1 xC0C9E4 xC0CEDA xC0CEEB xC0CF77 xC0CFC7 xC0D0F7 xC0D2E2 xC0D3AD xC0D8AC xC0D9DC xC0DAD3 xC0DB6C xC0DDB3 xC0E057 xC0E098 xC0E2D1 xC0E3D0 xC0E480 xC0E663 xC0E857 xC0E86C xC0E9D3 xC0EE8F xC0EE95 xC0EECF xC0F0B9 xC0F27C xC0F28A xC0F3B3 xC0F462 xC0F547 xC0F54E xC0F5DB xC0F89D xC0FDC1 xC0FED5 xC0FEE0 xC14DF0 xC15FE5 xC162D8 xC16AD1 xC17ADE xC17BCA xC17EB9 xC182E6 xC188CB xC189EC xC18CDB xC18FB4 xC18FE7 xC191AB xC192FD xC196AA xC197DC xC199AB xC19AFC xC19EB5 xC19EE4 xC1A19D xC1A1A0 xC1A79B xC1A990 xC1ACA3 xC1AFA8 xC1B0DF xC1B0E9 xC1B1B1 xC1B2C2 xC1B3F2 xC1B7AA xC1B9D7 xC1BAFD xC1BCB1 xC1C09C xC1C198 xC1C1D0 xC1C2ED xC1C4B9 xC1C4D1 xC1C5FA xC1C687 xC1CA78 xC1CCC1 xC1CD82 xC1CD8F xC1CD9F xC1CE73 xC1D2DB xC1D4C1 xC1D762 xC1D7EA xC1D87E xC1D8F0 xC1DACE xC1DD80 xC1DDD9 xC1DDE0 xC1E263 xC1E2A7 xC1E396 xC1E75E xC1E7B5 xC1E7EE xC1E975 xC1EAFA xC1EB77 xC1EBAD xC1EDC1 xC1EEE5 xC1EFE9 xC1F15D xC1F2CD xC1F3CE xC1F548 xC1F6F0 xC1F73D xC1F78E xC1F7E2 xC1F95E xC1FAA2 xC251F1 xC256FB xC258EA xC25CF6 xC26FDE xC270D9 xC271E8 xC276CE xC277F5 xC279EC xC27ED8 xC284DB xC287EF xC28BCE xC28BE8 xC28DA8 xC290FE xC292C2 xC296C7 xC29BE1 xC29C9B xC29D98 xC29EAC xC29ED9 xC2A2D8 xC2A2F9 xC2A4DC xC2A6C3 xC2A7AA xC2A89C xC2A9B6 xC2AD9D xC2AFDD xC2B0B5 xC2B0D3 xC2B4BF xC2B89C xC2BD8B xC2BEB4 xC2BF75 xC2C091 xC2C1CE xC2C291 xC2C3D0 xC2C67C xC2C7A4 xC2C888 xC2C9C2 xC2C9CA xC2C9E8 xC2CA77 xC2CDE7 xC2D26A xC2D3A7 xC2D3AE xC2D3E5 xC2D7F7 xC2D886 xC2D8EB xC2D9D0 xC2D9D3 xC2D9DB xC2DB7A xC2DC72 xC2DCD5 xC2DD88 xC2DFB6 xC2DFD7 xC2E185 xC2E1AC xC2E259 xC2E46D xC2E65C xC2E7D5 xC2ECD5 xC2EDA5 xC2EEA5 xC2EFED xC2F095 xC2F18A xC2F6AB xC2F7EF xC2F957 xC2F9C1 xC2F9EE xC2FA8F xC344F6 xC35DF1 xC360E7 xC365D1 xC368E7 xC36CF4 xC374C7 xC375D2 xC378E0 xC381D8 xC385BC xC386F0 xC38AE4 xC38FF8 xC399FE xC39BBF xC39CC6 xC39FF8 xC3A09F xC3A2B5 xC3A5EE xC3A6B2 xC3A7D8 xC3A9A1 xC3AC94 xC3AC9D xC3ADE2 xC3AEDF xC3AEE3 xC3AEFA xC3AEFB xC3B2DB xC3B399 xC3B3D5 xC3B491 xC3B4F2 xC3B6C9 xC3B7EF xC3B9B9 xC3BB86 xC3BBCE xC3BC99 xC3C0D3 xC3C0F4 xC3C19E xC3C49D xC3C4E4 xC3C5BD xC3C7C4 xC3CA84 xC3CAC6 xC3CB9F xC3CD6C xC3CEDD xC3CFD0 xC3CFE1 xC3CFE4 xC3D0FD xC3D2E8 xC3D4E5 xC3D6DF xC3D7B2 xC3D9DC xC3DCF9 xC3DD6A xC3DDA5 xC3DE68 xC3E096 xC3E0B8 xC3E279 xC3E2AE xC3E452 xC3E591 xC3E78B xC3ED6A xC3EDE9 xC3EEE5 xC3EEEE xC3EF5A xC3F361 xC3F3F6 xC3F5A8 xC3F778 xC3F7D8 xC3F87F xC3F8D1 xC3F9C0 xC3FA46 xC3FB5E xC3FC85 xC3FD35 xC3FD85 xC3FE73 xC442F9 xC44EE4 xC450E5 xC467DB xC46AD5 xC46BD4 xC46CD9 xC472EB xC474C7 xC47CD5 xC47CD8 xC47DBA xC47DEA xC481E3 xC48CEA xC48DF6 xC48EBA xC491DF xC492BC xC49BD7 xC49D95 xC49ECA xC49F9C xC49FEF xC4A5DD xC4A7E2 xC4A8A0 xC4A8B7 xC4A8ED xC4A9BC xC4AADA xC4ABC4 xC4AFCD xC4B7BD xC4BAF8 xC4BBA9 xC4BD90 xC4BD94 xC4BDA3 xC4C2BA xC4C4A5 xC4C4EC xC4C595 xC4C6AD xC4C776 xC4C7BE xC4C88A xC4C8F2 xC4C973 xC4C9A9 xC4D0DB xC4D277 xC4D2CA xC4D4C2 xC4D4E7 xC4D6CB xC4DEC8 xC4E1B4 xC4E274 xC4E4DB xC4E4FC xC4E55C xC4E5FA xC4E6BC xC4E6DA xC4E794 xC4E9FE xC4EC4F xC4ED8C xC4EDEF xC4EF95 xC4F07F xC4F08C xC4F261 xC4F4C9 xC4F549 xC4F642 xC4F6C7 xC4F7E2 xC4F9DF xC4FAD1 xC4FCE6 xC4FE3B xC54EF8 xC54FFE xC558F8 xC559E5 xC559EC xC55BE2 xC560EB xC563E0 xC565EE xC567EC xC56AE7 xC56FD8 xC574BD xC577C3 xC57AC9 xC57DE5 xC57EBC xC57FD8 xC57FE0 xC57FE1 xC582D2 xC584C8 xC58ADD xC58EF0 xC590A7 xC590FC xC591A4 xC595CE xC598CB xC59ACA xC59EEB xC59FD8 xC5A294 xC5A2A6 xC5A398 xC5ADB0 xC5AE8A xC5AEC8 xC5AFEB xC5B198 xC5B4BD xC5BE77 xC5BF82 xC5C273 xC5C285 xC5C385 xC5C56D xC5C66E xC5C78B xC5C897 xC5C899 xC5C9A9 xC5CF8A xC5D0C6 xC5D0E3 xC5D363 xC5D399 xC5D69A xC5D6CA xC5D7BF xC5D981 xC5DDBC xC5DEA7 xC5DF6C xC5DFE2 xC5E175 xC5E1DE xC5E36C xC5E45C xC5E4D9 xC5E6B4 xC5E9EB xC5ECA7 xC5EF5A xC5F057 xC5F16F xC5F4A4 xC5F5F5 xC5F6FD xC5F89C xC5F8A2 xC5F8CA xC5FB3D xC5FB3E xC5FCDB xC5FDFB xC5FE8F xC641F2 xC644F4 xC651F8 xC654FD xC668D5 xC66DD4 xC672C1 xC672DE xC680C4 xC681E5 xC686CE xC686D7 xC68AC7 xC68AFC xC693BC xC69ACC xC69BB9 xC69BC1 xC69EB8 xC69F9E xC6A0F4 xC6A2B5 xC6A7F8 xC6A8E6 xC6AC89 xC6ACBF xC6ACCA xC6ACF7 xC6AFF5 xC6B0F5 xC6B284 xC6B4A2 xC6B4DA xC6B5C5 xC6B6F2 xC6B88D xC6BABA xC6BC7E xC6BCA2 xC6C0FB xC6C1C9 xC6C36C xC6C37A xC6C677 xC6C898 xC6C8AB xC6C99F xC6C9DD xC6CC8A xC6D0D2 xC6D167 xC6D28F xC6D2F5 xC6D3BE xC6D47E xC6D8F7 xC6DC93 xC6DF5D xC6DFCD xC6E255 xC6E2C3 xC6E4AE xC6E599 xC6E5BE xC6E79D xC6E7CB xC6E7EA xC6E890 xC6E8F8 xC6E9D6 xC6EBA0 xC6EBD0 xC6ED5D xC6EDD3 xC6EE4B xC6EE63 xC6F273 xC6F28D xC6F464 xC6F481 xC6F5A4 xC6F5C6 xC6FAAB xC6FCE5 xC6FE57 xC6FE97 xC6FEEB xC742F1 xC759ED xC760E2 xC760E4 xC764FE xC76CCF xC773D8 xC773F1 xC776EE xC77AF8 xC77DB5 xC780E1 xC782B2 xC784EE xC78EE1 xC790E4 xC797D9 xC79AA4 xC7A4FA xC7A7BE xC7A89A xC7AAC1 xC7ACCB xC7AEC3 xC7B0E1 xC7B3DF xC7B4C0 xC7B996 xC7B9CA xC7BAE3 xC7BDB7 xC7BFF5 xC7C296 xC7C2A3 xC7C4CE xC7C6A1 xC7C76E xC7C791 xC7C97E xC7CDF8 xC7D1DC xC7D45D xC7D492 xC7D5A6 xC7D5C6 xC7D772 xC7D8FD xC7D9E9 xC7DF69 xC7E092 xC7E0EA xC7E0F7 xC7E16E xC7E1C5 xC7E258 xC7E34C xC7E64C xC7E878 xC7E8B7 xC7E9F0 xC7EA99 xC7EBD8 xC7EBF2 xC7ED53 xC7F045 xC7F256 xC7F296 xC7F488 xC7F48A xC7F659 xC7F674 xC7F754 xC7F976 xC7FB37 xC7FBBC xC7FC9B xC834FD xC838FE xC83BF9 xC869D2 xC86AC3 xC86AE0 xC870DC xC871F6 xC875C3 xC876BE xC87BE5 xC882F8 xC884CD xC886B9 xC88ABF xC88BA8 xC88EB6 xC892E1 xC893AF xC896A9 xC897FA xC898C4 xC89AD5 xC89E96 xC89FA4 xC8A0A3 xC8A0D1 xC8A1CC xC8A1D2 xC8A69A xC8A6AA xC8A89B xC8A9E1 xC8ADB1 xC8AE9F xC8B3E4 xC8B88C xC8B8BA xC8B982 xC8BDC9 xC8BDE0 xC8C574 xC8C5B2 xC8CF60 xC8CFB5 xC8D0A9 xC8D270 xC8D2BA xC8D4DA xC8D5E5 xC8D7A4 xC8D7AF xC8D867 xC8D973 xC8DA5D xC8DA86 xC8DAE2 xC8DCB4 xC8DD98 xC8DEB9 xC8DFA5 xC8DFDE xC8E094 xC8E0C2 xC8E14D xC8E1A3 xC8E54E xC8E5B1 xC8E5ED xC8E782 xC8E78A xC8E7B7 xC8E9BA xC8EA5C xC8EAA6 xC8EC5E xC8EE5D xC8EEA7 xC8F08B xC8F39E xC8F3CB xC8F4A9 xC8F55D xC8F6B2 xC8FA97 xC8FD45 xC8FDDE xC8FE36 xC8FEB2 xC8FED7 xC935F7 xC94EE8 xC952EE xC954E9 xC965DE xC967D4 xC96DE5 xC96ED8 xC971D5 xC97BCF xC97BE7 xC97FF7 xC982B9 xC982BF xC988B4 xC98BBD xC98BE9 xC992A4 xC997BF xC99CC0 xC99CFD xC99FE6 xC9A0EB xC9A292 xC9A3B0 xC9A4CE xC9A4E0 xC9A591 xC9A592 xC9A5BF xC9A8A0 xC9A9FC xC9AB9B xC9ABAA xC9ABD4 xC9AFA0 xC9B1FD xC9B2BC xC9B5AF xC9B7AE xC9B89F xC9B8A4 xC9B97A xC9BAF5 xC9BC9D xC9BE7C xC9BE8D xC9C1A9 xC9C2A8 xC9C3ED xC9C4EC xC9C7B2 xC9C7EE xC9C88C xC9C97B xC9CAF3 xC9CAF4 xC9CBAA xC9CBD7 xC9CCF8 xC9CD6C xC9CFBF xC9CFC2 xC9D1F4 xC9D26E xC9D786 xC9D9BE xC9DC8C xC9DDC7 xC9DECE xC9E15C xC9E54A xC9E58C xC9E685 xC9E75F xC9E767 xC9E7A6 xC9E899 xC9E9DB xC9ECCD xC9ECF6 xC9ED50 xC9EFD0 xC9EFE1 xC9F0D3 xC9F1CB xC9F379 xC9F3C6 xC9F5DB xC9F8E3 xC9FA9F xC9FB73 xC9FBC3 xCA41FA xCA4EE9 xCA56D7 xCA58F3 xCA65CD xCA67F5 xCA67F8 xCA6AC5 xCA70C8 xCA7CC5 xCA7EFD xCA81EB xCA83B6 xCA83E8 xCA84B8 xCA85EB xCA8BC6 xCA8BE1 xCA8EBF xCA90B4 xCA94D1 xCA95C1 xCA96AD xCA99C1 xCA99C3 xCA99E9 xCAA08B xCAA8E3 xCAAE81 xCAB0BA xCAB2FE xCAB3CB xCAB4D0 xCAB690 xCAB7DC xCAB8A1 xCAB9EB xCABA8D xCABABE xCABDDF xCABE7F xCAC1CF xCAC26C xCAC492 xCAC4A3 xCAC573 xCAC87A xCACCF7 xCACEE8 xCAD0E3 xCAD35C xCAD470 xCAD4AC xCAD6B7 xCADAD1 xCADBE5 xCADF7B xCADFB0 xCADFEB xCAE48B xCAE7F6 xCAEC46 xCAF07D xCAF33D xCAF57A xCAF5E4 xCAF6A0 xCAF7FB xCAFD75 xCAFD79 xCAFD9F xCAFDA2 xCB40EE xCB4BF7 xCB4CEA xCB4DEF xCB50E0 xCB58E5 xCB61DD xCB66E4 xCB67FB xCB6BCC xCB6ED1 xCB71D6 xCB72FD xCB75DB xCB78DB xCB78F9 xCB7AC4 xCB7BCA xCB80FC xCB83B3 xCB83BC xCB84E8 xCB86D2 xCB86FE xCB87E8 xCB8BEA xCB8CCB xCB8EA9 xCB91D1 xCB92B8 xCB979D xCB9ACA xCB9BAD xCB9D92 xCBA2A2 xCBA3C4 xCBA895 xCBAE89 xCBAFBB xCBAFE0 xCBB17C xCBB593 xCBB679 xCBB7D4 xCBB8D6 xCBB8E0 xCBB8FB xCBB9B5 xCBBBD4 xCBBCB6 xCBBCE0 xCBBF80 xCBC1B5 xCBC1E3 xCBC6FE xCBC875 xCBCAD6 xCBD0CA xCBD0CF xCBD1D9 xCBD3C9 xCBD470 xCBD693 xCBD6AB xCBD7AA xCBD856 xCBDDE3 xCBDE9D xCBDFC7 xCBE078 xCBE17B xCBE1C0 xCBE2AB xCBE2CA xCBE2DE xCBE2E2 xCBE3F3 xCBE6A1 xCBE860 xCBE89A xCBE89D xCBE8B4 xCBECEF xCBEE53 xCBEEB8 xCBEECD xCBEFFB xCBF0F5 xCBF159 xCBF1E2 xCBF1EC xCBF35B xCBF47B xCBF6D4 xCBF7A7 xCBF8C1 xCBFCB9 xCC3CF6 xCC3EF2 xCC3FF4 xCC44F2 xCC4DE0 xCC4FFD xCC52E1 xCC53FE xCC5DE1 xCC5FF0 xCC5FF1 xCC60FB xCC6AD3 xCC6CD8 xCC6ED2 xCC72F3 xCC75E5 xCC75F9 xCC78DE xCC78E4 xCC79EE xCC7BE5 xCC7DBD xCC7DC1 xCC88B2 xCC89AE xCC90F1 xCC92AF xCC92B9 xCC96C8 xCC9BB4 xCC9D93 xCCA591 xCCAAC7 xCCABEA xCCAC94 xCCB0FC xCCB17B xCCB188 xCCB1A1 xCCB1A9 xCCB79B xCCB98F xCCBAA8 xCCBCBD xCCBF8A xCCBFCC xCCC2C3 xCCC4F5 xCCC589 xCCC9A9 xCCCAA8 xCCCB86 xCCD3A3 xCCD3FE xCCD5A0 xCCD6C4 xCCD6CB xCCD76D xCCD954 xCCDA9C xCCDBF7 xCCDC63 xCCDFD6 xCCE0C5 xCCE17B xCCE4C1 xCCE779 xCCE8C7 xCCEA8B xCCEB7E xCCED9F xCCEF83 xCCF17E xCCF2C4 xCCF2E0 xCCF463 xCCF489 xCCF5DB xCCF5EE xCCF660 xCCF6D0 xCCF7AB xCCF935 xCCF9D2 xCCFAE9 xCCFCEB xCD3BED xCD3BF5 xCD43F8 xCD4CFE xCD69F8 xCD6BEB xCD73D3 xCD75F8 xCD78CD xCD79BA xCD7EBA xCD7EE5 xCD80ED xCD82A7 xCD82F7 xCD88EF xCD8AD4 xCD90A8 xCD93D0 xCD95A7 xCD9AB7 xCD9F96 xCD9FF3 xCDA5CF xCDA9F6 xCDABEA xCDB196 xCDB19F xCDB6A3 xCDB6A7 xCDB6C4 xCDB875 xCDB8CA xCDB9AB xCDB9BF xCDBA70 xCDBE9C xCDC2FD xCDC683 xCDC8A9 xCDCBE5 xCDCE80 xCDCFB8 xCDD059 xCDD18A xCDD1BD xCDD2BB xCDD3D8 xCDD6D8 xCDDFD2 xCDE163 xCDE4D7 xCDE4E0 xCDE4EE xCDE6C3 xCDE7F9 xCDE980 xCDE9B3 xCDEB44 xCDF0A1 xCDF0D4 xCDF0DE xCDF1E7 xCDF1FA xCDF243 xCDF2D8 xCDF6EE xCDF6F1 xCDF6F7 xCDF9B9 xCDFCE5 xCE42FE xCE44E6 xCE55F0 xCE5BDA xCE61E2 xCE63F2 xCE6AE4 xCE6FEF xCE73D3 xCE79D8 xCE7ADE xCE7AEB xCE7CB8 xCE7DF8 xCE7FC7 xCE7FD6 xCE7FE1 xCE85FC xCE87DB xCE89B4 xCE8AA0 xCE90A1 xCE91E7 xCE97EB xCE99EC xCE9AC5 xCE9CC5 xCEA3CD xCEA49B xCEA7B2 xCEA8B9 xCEAB7E xCEAB91 xCEAD87 xCEADAD xCEADF6 xCEAECF xCEB47F xCEB48D xCEB684 xCEB79F xCEB87E xCEBAA4 xCEBAF0 xCEBB7E xCEBC7B xCEBCA4 xCEBEE8 xCEBF8A xCEBFE7 xCEC29E xCEC3A0 xCEC3AF xCEC6C2 xCEC869 xCEC873 xCEC8F6 xCEC9B5 xCECBEA xCECCEF xCECDDA xCECECB xCECFC0 xCED068 xCED5C8 xCED692 xCED7E2 xCED87B xCED8E3 xCED96B xCEDB92 xCEDFC1 xCEE24F xCEE29A xCEE2D5 xCEE49B xCEE4CB xCEE6F1 xCEE851 xCEEA8B xCEEACC xCEEC74 xCEED3C xCEEE76 xCEEF7E xCEEFEF xCEF379 xCEF3C7 xCEF595 xCEF6C4 xCEF751 xCEF779 xCEF8A0 xCEF8A6 xCEF8DE xCEFB8B xCEFCD7 xCEFDE0 xCF33F8 xCF37F7 xCF3FFE xCF60C8 xCF61FA xCF67CB xCF69F1 xCF6BBE xCF70C5 xCF70EB xCF73D9 xCF74E1 xCF75CE xCF75FB xCF7AD3 xCF7CDA xCF7DE2 xCF7FD3 xCF85D4 xCF8EEF xCF8FB9 xCF91CA xCF92EE xCF94A1 xCF95C4 xCF97AB xCF97B9 xCF99EC xCF9AEE xCF9FFC xCFA0F7 xCFA4B3 xCFA4FC xCFA683 xCFAAC9 xCFAB89 xCFACCE xCFAFD6 xCFAFF6 xCFB2EA xCFBBBE xCFBBC2 xCFBD88 xCFBDC6 xCFC09F xCFC4B3 xCFC56C xCFC6D0 xCFC9B5 xCFCDD3 xCFCE97 xCFCEFD xCFCF8D xCFCFA3 xCFD0B6 xCFD25E xCFD290 xCFD3E8 xCFD494 xCFD59D xCFD7BD xCFDC9C xCFDE52 xCFDEA0 xCFE2D1 xCFE3BC xCFE581 xCFE69C xCFE6E5 xCFE85B xCFEC97 xCFED9F xCFEEA7 xCFEEF5 xCFEF97 xCFEF9D xCFF36F xCFF388 xCFF3EC xCFF4B0 xCFF566 xCFF7B2 xCFF7E0 xCFF862 xCFF969 xCFFC58 xCFFCD4 xCFFE5E xD028FD xD03CEE xD041FA xD04CF5 xD04CFB xD052EA xD055EA xD05CCE xD05CD0 xD063E4 xD065EF xD06CC2 xD06FC7 xD070BF xD074D7 xD079CC xD07BF3 xD07CE0 xD07EB9 xD07FF2 xD080B6 xD080CA xD083B3 xD085BE xD088C0 xD089BC xD089C5 xD090C9 xD095E0 xD096B7 xD0A189 xD0A18E xD0A593 xD0A8BB xD0AAEF xD0ABD9 xD0ACD0 xD0ACD6 xD0AFAF xD0AFC2 xD0B0AB xD0B184 xD0B1AA xD0B477 xD0B8A5 xD0BBB5 xD0BBD4 xD0BD9D xD0BEB1 xD0BEC1 xD0C070 xD0C17D xD0C18C xD0C283 xD0C3A8 xD0C764 xD0CA75 xD0CDEB xD0D263 xD0D55E xD0D85F xD0DA57 xD0DBC3 xD0DDEF xD0DDF2 xD0DEC2 xD0E06E xD0E1F8 xD0E2B2 xD0E2D9 xD0E3BC xD0E3CE xD0E3F8 xD0E582 xD0E5AF xD0E968 xD0EA74 xD0EE7B xD0F149 xD0F1F7 xD0F35B xD0F3EC xD0F791 xD0F989 xD0F9EC xD0FAF3 xD0FAFE xD0FCAC xD0FD7E xD130F5 xD14EF2 xD152F5 xD158DC xD15DDC xD161D0 xD16EF8 xD170D5 xD175EE xD179E5 xD17AC5 xD17DC2 xD17EE6 xD180EC xD182B8 xD183BB xD184C4 xD185E8 xD18CFB xD18FF5 xD194CA xD19ECA xD19F9A xD1A3EA xD1A783 xD1A97E xD1A9C8 xD1A9E5 xD1AD85 xD1ADB0 xD1AE81 xD1B0C5 xD1B37B xD1B399 xD1B4D5 xD1BCB8 xD1BE9E xD1C192 xD1C1A7 xD1C386 xD1C3D5 xD1C867 xD1C87B xD1C8A4 xD1C8BB xD1C8ED xD1C8FD xD1C993 xD1CA5C xD1CAC7 xD1CB63 xD1CDAB xD1CE85 xD1CED1 xD1CFC0 xD1CFC6 xD1D0CB xD1D1F2 xD1D282 xD1D2C8 xD1D3AA xD1D3F7 xD1D473 xD1D4A5 xD1D4B9 xD1D4F3 xD1D4F8 xD1D6D7 xD1D88D xD1D95B xD1DADF xD1DBFC xD1DC6A xD1DD6B xD1DDB2 xD1DEED xD1E28F xD1E3BF xD1E461 xD1E5D8 xD1E67F xD1E6EB xD1E797 xD1E8D0 xD1E8D7 xD1EAB7 xD1EAF6 xD1EB40 xD1EB99 xD1EC46 xD1EC82 xD1ECBF xD1EEA9 xD1EF87 xD1F0CB xD1F1F0 xD1F285 xD1F3DD xD1F543 xD1F6EC xD1F6F5 xD1F72E xD1F75B xD1FBC4 xD1FC5B xD1FDB4 xD1FE94 xD1FEF0 xD234F6 xD23BEE xD241E6 xD24AE3 xD25AF3 xD25BE0 xD264DE xD265C0 xD265DB xD274C8 xD275B5 xD275B8 xD276CE xD27AF6 xD27FBE xD282FE xD287B4 xD287BC xD289A0 xD289BA xD28EFC xD28F94 xD28FE5 xD290C4 xD293FC xD295A9 xD297A0 xD299C7 xD29CD3 xD29CE1 xD29F88 xD29FC5 xD29FDB xD2A3AF xD2A5D8 xD2A993 xD2AD7F xD2AD81 xD2AE81 xD2AE93 xD2AEBE xD2B381 xD2B477 xD2B57C xD2B5DB xD2B76E xD2B7AC xD2BA95 xD2BCCC xD2C0C4 xD2C294 xD2C799 xD2CB78 xD2CBA4 xD2CD67 xD2CEC6 xD2D27D xD2D56F xD2D7F0 xD2D886 xD2D8B9 xD2D9E8 xD2DA53 xD2DAA5 xD2DABF xD2DCA4 xD2DCDC xD2DD8A xD2DDFA xD2DFB5 xD2DFD2 xD2E077 xD2E16A xD2E285 xD2E34A xD2E4A6 xD2E640 xD2E67F xD2E689 xD2E78B xD2E89C xD2E8AB xD2E97A xD2EA42 xD2EBE0 xD2EBE4 xD2ECD4 xD2ED6E xD2EDCE xD2EE3F xD2EF73 xD2EFB6 xD2F1EE xD2F3D8 xD2F561 xD2F59A xD2F633 xD2F664 xD2F6EA xD2F893 xD2FB55 xD2FB8C xD2FECB xD345E3 xD34CE5 xD352E8 xD356EB xD357F2 xD35ACC xD35AD6 xD35AE6 xD361CC xD361FA xD365C1 xD372B7 xD373CE xD37BEB xD37BFA xD37EDB xD37FD7 xD382E8 xD384DB xD385B5 xD385CB xD387DA xD38ABA xD38BEC xD38BF1 xD38F9B xD391B3 xD393AC xD393CE xD396E6 xD397A1 xD39B9F xD39CD4 xD39FBD xD3A3C2 xD3A58F xD3A7BA xD3A7E4 xD3A9BA xD3ABED xD3AD82 xD3ADFD xD3AFFA xD3B1A4 xD3B2FA xD3B370 xD3B380 xD3B98C xD3B9CB xD3BD71 xD3C495 xD3C55F xD3C678 xD3C6C2 xD3C776 xD3C9E1 xD3CCAF xD3CE61 xD3CE96 xD3CF95 xD3D254 xD3D284 xD3D2D8 xD3D37A xD3D3B5 xD3D5FB xD3D66A xD3D6C8 xD3D6D1 xD3D7BD xD3D7E4 xD3D9F6 xD3DA5C xD3DAE3 xD3DB68 xD3DFF3 xD3E0CE xD3E27C xD3E35E xD3E56B xD3E5D0 xD3E670 xD3E7AA xD3E858 xD3EBA5 xD3ED64 xD3EE89 xD3F06C xD3F179 xD3F1DD xD3F27A xD3F5FA xD3FAD9 xD3FC93 xD3FCCC xD431F4 xD44FD5 xD454E9 xD456FE xD458F0 xD460DC xD461FE xD470FE xD473B3 xD473EE xD475C9 xD476CB xD477AB xD478EB xD479DB xD47FA5 xD47FB6 xD48CAC xD48FEB xD494CE xD496D4 xD497DF xD499FA xD49E8C xD49FCE xD4A093 xD4A1E2 xD4A2F2 xD4A47E xD4A499 xD4A5AF xD4AB93 xD4ABF6 xD4AC76 xD4ADB0 xD4ADD7 xD4AEF5 xD4AF91 xD4AFC6 xD4AFFB xD4B091 xD4B1DE xD4B3EF xD4BAA8 xD4BD93 xD4BDA8 xD4BDB1 xD4BE7C xD4C18F xD4C2B2 xD4C39D xD4C566 xD4CC7C xD4CF9D xD4D194 xD4D287 xD4D3C7 xD4D3D4 xD4D46B xD4D579 xD4D58C xD4D8E1 xD4DC69 xD4DF48 xD4DF92 xD4E1A2 xD4E2B2 xD4E456 xD4E484 xD4E4F0 xD4E550 xD4E5A7 xD4E7B1 xD4EF4C xD4F160 xD4F164 xD4F169 xD4F25D xD4F3E8 xD4F756 xD4F791 xD4F874 xD4F8BC xD4FCAE xD4FCC9 xD4FCDB xD4FE62 xD4FE8F xD4FED1 xD53DE9 xD550E5 xD55ACD xD568DD xD56AD8 xD575C3 xD575C4 xD578C6 xD579FC xD57ADA xD57BC5 xD586E2 xD589C7 xD58BDE xD58CDF xD593F8 xD595BA xD59AA2 xD59AC2 xD59AE0 xD59BEB xD59CF5 xD5A0E7 xD5A1C3 xD5A1D8 xD5A2BB xD5A8F8 xD5A9A8 xD5ABBB xD5ABF8 xD5ACB0 xD5ACEF xD5AFE8 xD5B6A3 xD5B8A9 xD5B9B0 xD5B9FB xD5BB6A xD5BEFC xD5BFFA xD5C0C4 xD5C0C8 xD5C1F1 xD5C4AA xD5C57D xD5C5D2 xD5C6A5 xD5C6CD xD5C8C4 xD5CBD2 xD5CCB1 xD5CDC1 xD5D061 xD5D161 xD5D3D4 xD5D5B7 xD5D75A xD5D7D2 xD5D7EB xD5D877 xD5DA70 xD5DB7A xD5DC6A xD5DC95 xD5E15D xD5E3B5 xD5E3C4 xD5E598 xD5E5EA xD5E6FA xD5E73F xD5E7B5 xD5EBDF xD5ED8A xD5F2CF xD5F2D0 xD5F4C3 xD5F58A xD5F6CB xD5F763 xD5F76C xD5F7D9 xD5F7F6 xD5F8E8 xD5F947 xD5FB38 xD639F1 xD642F0 xD643E1 xD644EA xD646E6 xD646F7 xD649F6 xD64EF0 xD657F0 xD65BE5 xD65BF0 xD660C6 xD661FB xD665BF xD66ED0 xD672AD xD673D2 xD67BBF xD67CA8 xD67DB4 xD67EFB xD67FE0 xD680FB xD683A0 xD683BF xD685A8 xD689F0 xD689F5 xD68AAE xD692DF xD693BC xD696F8 xD697CD xD699E6 xD69CAD xD69CF8 xD69EDA xD6A280 xD6A3DF xD6A686 xD6A699 xD6A994 xD6B3A9 xD6B57E xD6B7CD xD6B7EB xD6BAF6 xD6C1B8 xD6C1E1 xD6C27A xD6C2A6 xD6C384 xD6C38E xD6C4AC xD6C775 xD6C8B5 xD6CBB6 xD6CF73 xD6CFD6 xD6D0C2 xD6D1E3 xD6D5B2 xD6D6E0 xD6D793 xD6D7D3 xD6D7FA xD6D85F xD6D862 xD6D8BF xD6DAD5 xD6DCB3 xD6DDA7 xD6DDF5 xD6DE98 xD6DEE5 xD6DEE9 xD6DFE2 xD6E06D xD6E1AD xD6E2F0 xD6E2FE xD6E36F xD6E4C6 xD6E69C xD6E773 xD6E83F xD6E89B xD6EBBE xD6ECBA xD6ECCA xD6EDE7 xD6EEBC xD6F0BA xD6F0D9 xD6F292 xD6F2B0 xD6F6A9 xD6F7C8 xD6FB61 xD6FBC2 xD6FBEE xD6FD67 xD6FE83 xD6FEEC xD735ED xD737E8 xD73DF7 xD74DE7 xD74DF6 xD75AD9 xD75BEA xD75CE1 xD75ED4 xD764C1 xD766DD xD76CD2 xD771D1 xD776D2 xD778C5 xD77EB8 xD77FA6 xD77FCF xD786CF xD786E7 xD788EA xD788EB xD78ABD xD78DDB xD791A9 xD794F4 xD798EA xD79AD2 xD79AF9 xD79D8C xD79FDD xD7A5D9 xD7A5F3 xD7A8D3 xD7AAAA xD7AAE0 xD7AB91 xD7ACC1 xD7AEBC xD7B3C7 xD7B3FB xD7B671 xD7BBCC xD7BE93 xD7BFD2 xD7BFD8 xD7BFF3 xD7C080 xD7C3A8 xD7C4A0 xD7C4F9 xD7C56F xD7C9C8 xD7C9D4 xD7C9F4 xD7CCF6 xD7CD6E xD7CDAD xD7CE6D xD7CF7E xD7CFEF xD7D079 xD7D0D3 xD7D182 xD7D45E xD7D668 xD7D79B xD7D79F xD7D84A xD7D8B6 xD7D9FD xD7DC77 xD7DEC6 xD7DF85 xD7E0D4 xD7E185 xD7E355 xD7E3C4 xD7E47B xD7E4E9 xD7E645 xD7E780 xD7E7AF xD7E977 xD7E9F3 xD7EAA4 xD7EAB0 xD7EAE3 xD7EDFB xD7EE75 xD7EEC3 xD7EF9A xD7F056 xD7F093 xD7F0E8 xD7F22D xD7F2B6 xD7F2CA xD7F38A xD7F3F8 xD7F5F1 xD7F832 xD7F967 xD7FAE8 xD7FC23 xD7FC47 xD7FDC0 xD7FDDB xD7FEFD xD82AF4 xD848EF xD848F0 xD84AF1 xD84FD1 xD850CE xD855ED xD859F5 xD85EFE xD85FCE xD86DFB xD872B2 xD87BE8 xD87CE8 xD881EF xD884FE xD888EE xD88BE6 xD88EF7 xD890EA xD892C2 xD895B1 xD895E3 xD89BE9 xD8A0E2 xD8A1F0 xD8A8F3 xD8AC73 xD8AD81 xD8AEC8 xD8B084 xD8B36C xD8B3BA xD8B3CC xD8B3F6 xD8B7E4 xD8B8D9 xD8B999 xD8C0C4 xD8C35B xD8C4A9 xD8C5B2 xD8C6DD xD8C6F7 xD8C770 xD8C9AD xD8CAED xD8CCC5 xD8CD5C xD8CEEE xD8CF77 xD8D0BD xD8D1B1 xD8D45E xD8D594 xD8D8D3 xD8DAB9 xD8DC4F xD8DDD9 xD8E09C xD8E18B xD8E1B8 xD8E57D xD8E638 xD8E837 xD8E8B2 xD8E8C9 xD8E959 xD8E9FE xD8EB85 xD8ED6D xD8ED75 xD8F04A xD8F0D5 xD8F15A xD8F238 xD8F3D8 xD8F5AC xD8F674 xD8F680 xD8F95B xD8FB52 xD8FCD2 xD8FCFC xD8FEB5 xD92AFE xD936EA xD93AEB xD943DC xD94DFA xD958D7 xD95AD7 xD95AFE xD962D9 xD966DA xD96CC1 xD96DDC xD970CC xD979E2 xD97AFB xD97BD7 xD97CB8 xD97FE6 xD982D1 xD986A4 xD987B0 xD989A9 xD98CC7 xD98CEE xD98DD1 xD98DDB xD991A2 xD993D7 xD99591 xD99C8C xD99CB2 xD99CED xD9A397 xD9A3B9 xD9A4CE xD9A5B6 xD9A6DB xD9A89E xD9A8BA xD9AAE6 xD9ABB8 xD9ADA7 xD9AEBE xD9B29F xD9B2E3 xD9B583 xD9B87E xD9B98D xD9B9F7 xD9BD68 xD9BEC3 xD9C266 xD9C360 xD9C4E2 xD9C55D xD9C5A7 xD9C5EC xD9CBB1 xD9CCCE xD9CD9F xD9D171 xD9D1F0 xD9D1FE xD9D3AE xD9D558 xD9D658 xD9D7AE xD9D8CC xD9DC5C xD9DC98 xD9DD93 xD9E263 xD9E390 xD9E3C8 xD9E4C3 xD9E4F7 xD9E6C9 xD9E6D6 xD9E79A xD9E97E xD9E9CA xD9EA3E xD9EEB9 xD9F02C xD9F0B7 xD9F0CD xD9F34A xD9F655 xD9F6A5 xD9F9D4 xD9FA80 xD9FAC1 xD9FBF5 xD9FC38 xD9FC59 xD9FD53 xD9FE62 xDA2EF9 xDA4DD5 xDA4EE8 xDA51FE xDA63BE xDA6BF1 xDA70D6 xDA77B7 xDA78CA xDA809D xDA80CF xDA82F2 xDA8BA8 xDA8DF5 xDA8EBE xDA9196 xDA91EE xDA96B5 xDA96D1 xDA978C xDA97B3 xDA9D94 xDA9D98 xDAA0A3 xDAA299 xDAA2B7 xDAA678 xDAA69D xDAAB88 xDAAE84 xDAAE93 xDAB1F7 xDAB29E xDAB2EE xDAB2FB xDAB6D1 xDAB7AD xDAB8D3 xDABAE1 xDABBAE xDABCC4 xDABEC1 xDAC266 xDAC47A xDAC6BB xDAC9C4 xDAC9DA xDAD27B xDAD294 xDAD2E6 xDAD366 xDAD3AC xDAD6E3 xDAD7FC xDAD846 xDAD8A3 xDAD96D xDAD9F3 xDADC54 xDADCA4 xDADCCB xDADDB0 xDADDF4 xDADF8B xDADF8D xDAE03E xDAE0BC xDAE261 xDAE2AF xDAE6A2 xDAE746 xDAE7CD xDAEA48 xDAEBA0 xDAEDFC xDAF271 xDAF45D xDAF6C5 xDAFA9A xDAFB4E xDAFB77 xDAFCB7 xDAFEDB xDB3AFB xDB4AD8 xDB52D8 xDB54EF xDB55ED xDB57D8 xDB57F3 xDB58C9 xDB5ACA xDB5BD4 xDB5BF0 xDB5EBD xDB5FC8 xDB63FB xDB6DD4 xDB70C1 xDB70F8 xDB74BF xDB76C7 xDB77F5 xDB78C2 xDB79D1 xDB79D5 xDB7BE5 xDB7CCB xDB84ED xDB85CF xDB87D6 xDB88DB xDB8BE7 xDB8F98 xDB97EC xDB98DF xDB9BB0 xDB9BD4 xDB9C8F xDB9CAC xDB9CB0 xDB9CD3 xDB9DEA xDBA1BE xDBA28A xDBA6AA xDBA9F8 xDBAAA3 xDBAE77 xDBB0DC xDBB18E xDBB1DE xDBB1F4 xDBB2A0 xDBB2C2 xDBB77B xDBBA6B xDBBF9A xDBC1A7 xDBC4C0 xDBC59B xDBC76A xDBC7F7 xDBC95C xDBCAF6 xDBCC97 xDBCCA4 xDBCF9C xDBD06C xDBD0B7 xDBD2AF xDBD2F6 xDBD496 xDBD582 xDBDCDA xDBDEAC xDBDEDD xDBE040 xDBE055 xDBE165 xDBE1B6 xDBE1DC xDBE2A0 xDBE574 xDBE597 xDBE6E2 xDBE7AC xDBEB81 xDBEBD9 xDBECED xDBED6E xDBED71 xDBEE65 xDBEE9A xDBEF33 xDBEF45 xDBEF6C xDBF4D6 xDBF551 xDBF66B xDBF681 xDBF6FA xDBFB3C xDBFE62 xDC25F4 xDC2EF6 xDC37EB xDC38E4 xDC3BE4 xDC40D9 xDC42ED xDC4AE0 xDC50D4 xDC54C9 xDC55D4 xDC5FD2 xDC63BF xDC63E8 xDC70F4 xDC70FA xDC73B0 xDC74AC xDC75DF xDC75F7 xDC76B4 xDC79F0 xDC7BF7 xDC7CA4 xDC7DC0 xDC7DD4 xDC80A9 xDC80C9 xDC80E8 xDC81F4 xDC81FE xDC82DB xDC84C3 xDC8A92 xDC8AD4 xDC8AFC xDC8B92 xDC8BEC xDC8CE5 xDC8F8D xDC90D3 xDC9290 xDC9296 xDC92AA xDC93DA xDC949C xDC9B88 xDC9CC3 xDC9DE8 xDC9EDC xDCA3FB xDCA7DC xDCA88D xDCAC9D xDCAD76 xDCADED xDCAED9 xDCB1E0 xDCB4A3 xDCB4EB xDCB6CB xDCB7D2 xDCB88F xDCB8A5 xDCBA86 xDCBDD9 xDCBE76 xDCC182 xDCC189 xDCC1D7 xDCC1F5 xDCC49E xDCC555 xDCC867 xDCC8F6 xDCC9B6 xDCCAEB xDCCEE9 xDCD1AE xDCD3AF xDCD572 xDCD64E xDCD87B xDCD890 xDCDCC0 xDCDCF3 xDCDD73 xDCDDF6 xDCDDF8 xDCDE45 xDCDEE9 xDCDF80 xDCE1AC xDCE34A xDCE3D0 xDCE69C xDCE6B6 xDCE8BD xDCE93F xDCEA53 xDCEB6E xDCEBC5 xDCEBD1 xDCEBDC xDCEEC8 xDCF3B1 xDCF3D6 xDCF674 xDCF6AA xDCF7A6 xDCF89A xDCF92A xDCF945 xDCF973 xDCFA33 xDCFB78 xDCFC87 xDCFE61 xDCFEA5 xDD2AF7 xDD2EF7 xDD3EF9 xDD43E7 xDD49E8 xDD4DDD xDD4ECA xDD4FCC xDD53DE xDD53E2 xDD58EA xDD5AE8 xDD5BE0 xDD61EF xDD64D6 xDD6CEE xDD73FA xDD78C0 xDD7AE3 xDD7AE4 xDD7AE5 xDD7FA1 xDD7FF8 xDD82F1 xDD83E6 xDD85D9 xDD88DE xDD8DA2 xDD90DD xDD95CB xDD9688 xDD96D8 xDD999F xDD9BB6 xDD9ECC xDD9F80 xDD9FCD xDDA37C xDDA39C xDDA7E7 xDDA97C xDDABF6 xDDAD6E xDDAD7E xDDADB0 xDDADE3 xDDB08D xDDB19B xDDB38F xDDB6CB xDDB6EC xDDB9EB xDDBCE6 xDDBDB3 xDDC1D9 xDDC36E xDDC5AC xDDC5CC xDDC65F xDDCA5A xDDCA80 xDDCBBA xDDCBC1 xDDCC77 xDDCDA7 xDDCEF0 xDDCF6E xDDCF7D xDDD1E7 xDDD49D xDDD4C6 xDDDC82 xDDDD7F xDDE0CD xDDE467 xDDE4BA xDDE5D4 xDDE7B5 xDDE847 xDDE852 xDDEAB4 xDDEB66 xDDEE33 xDDEF87 xDDF0CE xDDF1A6 xDDF22E xDDF24C xDDF4F4 xDDF5CD xDDF65E xDDF9A7 xDDF9D6 xDDFBAD xDDFC4F xDE35EE xDE3EF4 xDE44E4 xDE46E1 xDE4EF7 xDE50F6 xDE51D3 xDE51E5 xDE5ED4 xDE5FD8 xDE60BB xDE6FD9 xDE6FE5 xDE71CC xDE78EE xDE7AA4 xDE7EF2 xDE82A8 xDE83B2 xDE84D4 xDE84F0 xDE85D4 xDE88F6 xDE8AE4 xDE8CA4 xDE8CEB xDE8EDD xDE9195 xDE91AE xDE9587 xDE9B90 xDE9FD9 xDEA08A xDEA199 xDEA1B5 xDEA1F0 xDEA2A4 xDEA386 xDEA48B xDEA7DF xDEABB1 xDEAC97 xDEAEE1 xDEAF73 xDEB0BF xDEB475 xDEB48B xDEB675 xDEB694 xDEB7C3 xDEBA89 xDEBB91 xDEBBA2 xDEBBDD xDEBDFB xDEBFD6 xDEC068 xDEC8B9 xDEC98B xDEC9BC xDECAA0 xDECC8F xDECD9B xDECEAD xDECEC8 xDECEDB xDED0BB xDED2A1 xDED3F3 xDED4A5 xDED7C7 xDEDC8A xDEDCFC xDEDD48 xDEDD61 xDEDDB2 xDEDDF3 xDEE3A1 xDEE589 xDEE63D xDEEAD4 xDEEB33 xDEEE47 xDEEF2A xDEF22B xDEF3A1 xDEF559 xDEF8AE xDEF96E xDEF986 xDEF9A5 xDEFB69 xDEFB72 xDEFB9E xDEFBB6 xDEFE6C xDF40F2 xDF4BD5 xDF4DFA xDF50F1 xDF54DC xDF54FD xDF6AE6 xDF73A4 xDF75BB xDF76B9 xDF77E1 xDF79C3 xDF85CE xDF87CB xDF89E3 xDF8A97 xDF8AE6 xDF8AF4 xDF8CF7 xDF8EB3 xDF8FC7 xDF92B0 xDF96D1 xDF9AA6 xDF9BC5 xDF9CCB xDFA2B5 xDFA3AF xDFA4EE xDFAAAF xDFAAF8 xDFABFC xDFACF3 xDFB0F2 xDFB197 xDFB375 xDFB3EA xDFB5D9 xDFB6CE xDFB98E xDFBBCC xDFBBE0 xDFBDD8 xDFC077 xDFC08E xDFC091 xDFC1A2 xDFC3B8 xDFC4C6 xDFC5AA xDFC688 xDFC8A6 xDFC952 xDFC984 xDFCAC3 xDFCB58 xDFCE50 xDFD0A6 xDFD36A xDFD495 xDFD767 xDFD95D xDFDA89 xDFDAF7 xDFDBA1 xDFDBA7 xDFDBCE xDFDBDA xDFDC85 xDFDD5C xDFDDF0 xDFDE6F xDFDF72 xDFE2AB xDFE2D2 xDFE3D1 xDFE4EE xDFE560 xDFE64E xDFE78A xDFE871 xDFE984 xDFEA4B xDFEB33 xDFEB6D xDFEB85 xDFEB9F xDFEEB7 xDFF3A1 xDFF45B xDFF484 xDFF780 xDFF821 xDFF8DD xDFF986 xDFF9C0 xDFFB49 xDFFBE3 xDFFEAC xE02DF3 xE03ED7 xE048EF xE049D3 xE049E7 xE04AE9 xE04ECC xE056DE xE060E4 xE061B7 xE065B0 xE065CC xE069AD xE06AEB xE06FE5 xE070C6 xE070F1 xE070F3 xE071A5 xE0779E xE07DD9 xE07DE1 xE07F99 xE08196 xE086E8 xE087BB xE087E5 xE089D6 xE091C8 xE0958D xE098A9 xE09D97 xE09FF8 xE0A17B xE0A1D6 xE0A2E6 xE0A59C xE0A69A xE0A7BA xE0A8AE xE0AA6F xE0ADAA xE0B06C xE0B09A xE0B0A5 xE0B1E2 xE0B463 xE0B47F xE0B68E xE0B6D8 xE0B7B5 xE0B893 xE0B996 xE0B9DA xE0BAF6 xE0BC81 xE0BCFB xE0BD8B xE0BE75 xE0BF9C xE0BFEB xE0C1C3 xE0C1E8 xE0C2CD xE0C3BB xE0C486 xE0C792 xE0C9DA xE0CFEE xE0D3A2 xE0D4B7 xE0D7E0 xE0D7E9 xE0D7F1 xE0DA3E xE0DA4E xE0DA9C xE0DC9F xE0DD9C xE0DDEC xE0DF43 xE0DF64 xE0DF67 xE0DFCB xE0E2BA xE0E2BC xE0E4D9 xE0E659 xE0E7E1 xE0E7F7 xE0EA73 xE0EA77 xE0EBB8 xE0ED55 xE0EF5F xE0EF60 xE0EFD0 xE0F155 xE0F16D xE0F1EC xE0F3CC xE0F422 xE0F4B7 xE0F7A1 xE0F856 xE0F866 xE0F8B5 xE0F9E9 xE0FB1A xE0FB1D xE0FB93 xE0FC7D xE0FC88 xE0FCB2 xE0FD79 xE0FED5 xE11FFB xE12DFC xE130F6 xE132E9 xE13FFC xE144EE xE149E3 xE153CC xE156C4 xE156E1 xE159F0 xE15BBE xE15DBD xE15FEC xE160C7 xE161C8 xE161D1 xE165DF xE167CA xE169B7 xE180B8 xE18396 xE18AB2 xE18BFA xE18DBC xE18E96 xE18FE8 xE191D3 xE192F0 xE195BE xE196E3 xE19A97 xE19C9A xE1A5B9 xE1A6DC xE1A8EB xE1AA74 xE1AB77 xE1ADE5 xE1B18C xE1B1E4 xE1B4EC xE1B4F4 xE1B599 xE1B5A6 xE1B5CE xE1B6DF xE1B6FA xE1BAA7 xE1BD89 xE1BD95 xE1BDD3 xE1BDE4 xE1BF5A xE1C172 xE1C379 xE1C55C xE1C685 xE1C963 xE1CD49 xE1CDCA xE1CEA6 xE1D48D xE1D589 xE1D769 xE1D8EA xE1D9BE xE1DACB xE1DD4C xE1DE49 xE1DE5E xE1DEA3 xE1DF85 xE1E04A xE1E057 xE1E17C xE1E27D xE1E3F1 xE1E553 xE1E658 xE1E6BA xE1E89A xE1E946 xE1E999 xE1E9A8 xE1EA45 xE1EA59 xE1ECA7 xE1ECFD xE1EE74 xE1EE89 xE1F4A8 xE1F877 xE1F989 xE1FC64 xE1FD2F xE1FD54 xE1FD62 xE224FE xE229FC xE22DF1 xE22DF5 xE22FED xE232E3 xE243EB xE244EB xE245CE xE246D8 xE246ED xE246F6 xE24CD4 xE24FF3 xE25CF2 xE26DCE xE26ECE xE270F8 xE271B7 xE277C5 xE2789B xE27BE1 xE27BF5 xE27DF5 xE27EE5 xE280E3 xE28198 xE284DC xE289A0 xE28DE5 xE28E8E xE28EAA xE290BB xE2928B xE29397 xE293CA xE293D8 xE294F7 xE295AB xE29697 xE298F2 xE299F3 xE29BD0 xE29C8A xE29CB0 xE29DE6 xE29EA5 xE2A4EB xE2A68B xE2A8AF xE2A8D7 xE2AA75 xE2AC6B xE2ACA7 xE2AD9B xE2ADF2 xE2AEC1 xE2AFB7 xE2B090 xE2B0C6 xE2B162 xE2B36A xE2B3B9 xE2B485 xE2B48C xE2B6DA xE2B7A5 xE2B86E xE2B8AD xE2BAD4 xE2BB5C xE2BBC7 xE2BCF6 xE2C0CE xE2C1CB xE2C4DE xE2C5B1 xE2C692 xE2C6D1 xE2C971 xE2CAA2 xE2CAE8 xE2CD9E xE2CDAE xE2CDB7 xE2CF87 xE2D1DD xE2D352 xE2D388 xE2D3CE xE2D566 xE2D693 xE2D6CD xE2D73F xE2D799 xE2D99D xE2DB84 xE2DF34 xE2DFE4 xE2E049 xE2E33A xE2E370 xE2E675 xE2E6CF xE2E771 xE2E8AA xE2EA42 xE2EB7F xE2ECC2 xE2ED40 xE2EDA4 xE2EDCC xE2EDEE xE2EFB0 xE2EFE7 xE2F0F8 xE2F127 xE2F29C xE2F2FB xE2F48B xE2F6C3 xE2F8F7 xE2F8F9 xE2FA87 xE2FC58 xE2FCA4 xE2FD32 xE333E4 xE334EA xE33AF9 xE344D5 xE347D4 xE34ACE xE34DFE xE34FE2 xE34FEA xE350CA xE352FE xE358BB xE35BBF xE35CF6 xE35DBB xE361E0 xE363D8 xE367B5 xE36DB6 xE371E0 xE375BB xE379C1 xE37BE9 xE37FE8 xE38199 xE383EB xE384A7 xE388D2 xE38BED xE38DDD xE390DA xE393D3 xE396C0 xE398B9 xE398D2 xE398D3 xE398EC xE39E91 xE3A2A2 xE3AFC1 xE3AFEC xE3B271 xE3B2B5 xE3B3A5 xE3B4C0 xE3B586 xE3B8DA xE3BACE xE3BAF0 xE3BC77 xE3BD97 xE3C3ED xE3C6DB xE3C8D8 xE3C960 xE3CBA6 xE3CBC9 xE3CC8D xE3CCC9 xE3D286 xE3D36A xE3D36B xE3D470 xE3D4D6 xE3D5E9 xE3D665 xE3D7C7 xE3D7EF xE3D9A7 xE3DB69 xE3DBD8 xE3DF71 xE3DFEB xE3E261 xE3E263 xE3E2D2 xE3E35C xE3E3CB xE3E3FD xE3E5E1 xE3E653 xE3E7B2 xE3E7C1 xE3EA7D xE3EC8E xE3EDEC xE3EECA xE3EF69 xE3F03B xE3F14C xE3F257 xE3F328 xE3F45D xE3F4D6 xE3F4FE xE3F62F xE3F7E9 xE3F932 xE3F93B xE3F985 xE3FAE0 xE3FB26 xE3FBA9 xE3FDC8 xE416FB xE41A7B xE420F4 xE43DD9 xE442EA xE442F1 xE443F3 xE449D6 xE44BE7 xE45ADB xE45AE1 xE461CA xE463BC xE466D6 xE467CD xE469EB xE469F1 xE46BA8 xE46DB2 xE474D8 xE4789B xE48092 xE480A7 xE48191 xE485F7 xE487EC xE489EC xE48AD9 xE48DC2 xE48FED xE4909A xE490D2 xE4928C xE493AD xE494F6 xE495E5 xE497E2 xE4988F xE49A95 xE49AF7 xE49B97 xE49CA4 xE49DB3 xE49E9A xE4A271 xE4A29B xE4A490 xE4A4E9 xE4A5FA xE4A7AC xE4A8DB xE4AAC9 xE4AACF xE4ABAE xE4ACEF xE4AEED xE4B07F xE4B1B3 xE4B492 xE4B55E xE4B5C5 xE4B6B0 xE4B6BA xE4B791 xE4BB7E xE4BCEC xE4C1B2 xE4C57E xE4C67D xE4C887 xE4C890 xE4CE92 xE4D08B xE4D1B7 xE4D267 xE4D38C xE4D79E xE4D7F1 xE4D840 xE4D8F7 xE4D961 xE4D977 xE4D99F xE4DACD xE4DCF6 xE4DE82 xE4DF64 xE4E0C4 xE4E17A xE4E1BA xE4E1DE xE4E296 xE4E4DA xE4E5D0 xE4E638 xE4E64C xE4E78E xE4E7A5 xE4E7BC xE4E7C7 xE4E7CF xE4E9B9 xE4EACD xE4EAEF xE4EC2D xE4EC8D xE4EEAD xE4EEE8 xE4F095 xE4F0FC xE4F1F9 xE4F481 xE4F56A xE4F797 xE4F9C4 xE4FA2A xE4FA39 xE4FAFB xE4FE3E xE520F0 xE521EF xE525EC xE526F0 xE52DEB xE533DE xE534EA xE545DD xE548CF xE54BC6 xE54EDF xE550DA xE552BE xE556E4 xE560D7 xE561B8 xE56AB5 xE575EE xE580EF xE581E0 xE585D5 xE58CD6 xE58CEC xE58DA3 xE592A2 xE593C5 xE594AC xE595E0 xE59CB8 xE5A49E xE5A4E8 xE5A8B8 xE5AA67 xE5AB9E xE5AC82 xE5AC98 xE5AE65 xE5B0FE xE5B2FD xE5B393 xE5B661 xE5B7A1 xE5B85A xE5BAEA xE5BB8B xE5BC5F xE5BC74 xE5BCF1 xE5BFD6 xE5C168 xE5C1E0 xE5C2C0 xE5C57A xE5C5C8 xE5C6CB xE5C774 xE5CC60 xE5CD78 xE5D0EB xE5D1D6 xE5D1F3 xE5D3FC xE5D53B xE5D543 xE5D74E xE5D74F xE5D86C xE5D957 xE5D989 xE5D9B4 xE5D9D0 xE5DD7F xE5DEB1 xE5DFB6 xE5E03C xE5E0C4 xE5E0D8 xE5E1B4 xE5E1E2 xE5E3A2 xE5E5DF xE5E6B8 xE5E6C2 xE5E79D xE5E7AE xE5E7F9 xE5E88C xE5E891 xE5EAA0 xE5EB7D xE5EB7E xE5EB8F xE5ED62 xE5F147 xE5F1B9 xE5F25B xE5F352 xE5F3F5 xE5F463 xE5F563 xE5F693 xE5F9B4 xE5FA2F xE5FA75 xE5FAD0 xE5FCA6 xE5FCEB xE5FD20 xE633EB xE636E2 xE63CE6 xE640EC xE645D6 xE646DE xE650C7 xE650EB xE667B3 xE667CA xE673D3 xE676A6 xE678A1 xE679DB xE67CC2 xE67D9C xE67FB3 xE681AD xE684A7 xE68590 xE687CC xE68AED xE68B9C xE68BAF xE68BEE xE692D9 xE695D1 xE69698 xE699C6 xE69E93 xE6A0FB xE6A2A1 xE6A2C3 xE6A47F xE6A6BF xE6A9D2 xE6AC97 xE6AD6A xE6AD76 xE6AEA3 xE6AFBE xE6AFDC xE6B0BC xE6B1B1 xE6B2CF xE6B6AE xE6B6DF xE6B6F0 xE6B7C8 xE6B892 xE6B9CD xE6B9EF xE6BCF7 xE6BE61 xE6BEB8 xE6C05C xE6C250 xE6C2B8 xE6C4C5 xE6C564 xE6C5E8 xE6C7CB xE6C9F2 xE6CADC xE6CAF9 xE6CB9B xE6CBE9 xE6CD9F xE6CEA3 xE6CFA7 xE6D2E2 xE6D3A6 xE6D3C6 xE6D446 xE6D5B6 xE6D68E xE6D74E xE6D795 xE6D855 xE6D8F2 xE6DB86 xE6DB9C xE6DBAA xE6DC42 xE6DC66 xE6DC72 xE6E0C2 xE6E37F xE6E467 xE6E683 xE6E9A2 xE6EA3C xE6EAED xE6EFED xE6F021 xE6F362 xE6F36F xE6F386 xE6F4BE xE6F51F xE6F6CC xE6F999 xE6FAC5 xE6FBD5 xE6FEB1 xE6FEBD xE6FED2 xE71FF2 xE72CF1 xE732F2 xE738FC xE73FD5 xE74BC7 xE74BF2 xE74EE6 xE754FE xE755C9 xE758C1 xE759BF xE75AE1 xE75EB7 xE75FBC xE75FCC xE761AD xE765B1 xE773AC xE774A0 xE775B4 xE775C1 xE777A1 xE777AA xE777E1 xE778D6 xE779C5 xE77DB8 xE77EF3 xE77FAF xE7809F xE7838F xE78A8A xE78FD9 xE7908E xE792A2 xE797D8 xE798A8 xE79FDD xE7A087 xE7A4DA xE7AAC6 xE7AC67 xE7ACFE xE7B0BE xE7B0DA xE7B1EC xE7B494 xE7B4F0 xE7B58A xE7B664 xE7B7EE xE7B9A9 xE7BB77 xE7BC97 xE7BCAC xE7BD8F xE7BD91 xE7BDC0 xE7C072 xE7C09E xE7C0F6 xE7C2F5 xE7C372 xE7C485 xE7C59C xE7C5A2 xE7C5B7 xE7C675 xE7C96F xE7CA5D xE7CECE xE7CFF1 xE7D0D2 xE7D37C xE7D76C xE7D790 xE7D846 xE7D8C1 xE7D966 xE7DA7E xE7DAE9 xE7DC96 xE7DD85 xE7DD8D xE7DDA0 xE7DDEA xE7DEB1 xE7DF43 xE7DF75 xE7DF9E xE7E26A xE7E452 xE7E48D xE7E6CF xE7E899 xE7E8F4 xE7EACE xE7EAEF xE7ECA1 xE7EFC4 xE7F433 xE7F487 xE7F4A6 xE7F4DA xE7F544 xE7F678 xE7F74F xE7F7CC xE7F85D xE7F86C xE7F934 xE7F983 xE7FA5B xE7FABD xE7FC87 xE7FEB1 xE80FFE xE811FD xE82EFD xE83DEC xE83FEB xE84AE3 xE84CED xE850CB xE851DB xE852CE xE856CC xE857BA xE857DF xE85BEE xE862CA xE866E3 xE867FA xE86AE0 xE86CD8 xE86ED6 xE871EF xE872B9 xE872FD xE874D1 xE879A8 xE87AAF xE87DC2 xE881A5 xE8838B xE883A3 xE883BC xE884E0 xE886DD xE8898C xE88EA3 xE88FA9 xE890E1 xE890FA xE890FD xE8919B xE8927E xE89588 xE8967E xE898C4 xE89CA4 xE89DD3 xE89EDA xE8A0CB xE8A0D2 xE8A3D3 xE8A4F0 xE8A588 xE8A59F xE8A667 xE8A766 xE8A966 xE8B59D xE8B7EE xE8BAB6 xE8BAF2 xE8BB6F xE8BC81 xE8C0B3 xE8C0C3 xE8C1D3 xE8C2D5 xE8C4C5 xE8C6CF xE8C7E2 xE8C8BC xE8C8CA xE8CAE5 xE8CD54 xE8D0F3 xE8D182 xE8D183 xE8D1C0 xE8D7BD xE8DA47 xE8DB99 xE8DC78 xE8DCA2 xE8DCE1 xE8DE46 xE8DF71 xE8E038 xE8E282 xE8E28D xE8E2B2 xE8E448 xE8E4AC xE8E57F xE8E754 xE8E7B5 xE8E877 xE8E88C xE8EB23 xE8EBFB xE8EC7D xE8EE3D xE8EFA5 xE8F061 xE8F081 xE8F24D xE8F2AC xE8F2DA xE8F56E xE8F7C9 xE8F9CE xE8FBCB xE8FCC6 xE8FD8C xE8FE82 xE925FB xE930FA xE933FD xE934E7 xE939FA xE93EE6 xE93EE8 xE943F9 xE953D0 xE957B6 xE958CB xE95AEB xE964B1 xE967D1 xE970F2 xE970F6 xE973D5 xE974AD xE97BC3 xE97EE6 xE983B6 xE9879D xE988F2 xE98CB6 xE98D93 xE98DCF xE98E97 xE99081 xE99690 xE996D7 xE996F8 xE998C9 xE99DF2 xE99E7C xE99EE2 xE99F96 xE9A5B4 xE9A6A1 xE9A868 xE9AB9B xE9ADF6 xE9AE87 xE9AE9A xE9B2D6 xE9B3A3 xE9B4C5 xE9B9AB xE9BB57 xE9BE93 xE9BF89 xE9C396 xE9C3E6 xE9C895 xE9C9DE xE9CBDD xE9CE81 xE9CE90 xE9CF8F xE9CFCF xE9CFF5 xE9D0A3 xE9D37F xE9D4EF xE9D54A xE9D58E xE9D7D7 xE9D7EF xE9D9C4 xE9D9D9 xE9D9E7 xE9DBA1 xE9DCA7 xE9DEC3 xE9DEE6 xE9DF37 xE9E08B xE9E14B xE9E2EB xE9E38F xE9E3F4 xE9E45B xE9E4E9 xE9E747 xE9E788 xE9E7D0 xE9E7DC xE9E853 xE9E965 xE9E99E xE9EA59 xE9EB35 xE9ECBE xE9EDF7 xE9EE74 xE9F1F7 xE9F23E xE9F377 xE9F543 xE9F54E xE9F65C xE9F7E9 xE9FA13 xE9FA5F xE9FB35 xE9FBEB xEA30F8 xEA33E8 xEA33FC xEA41CF xEA42EE xEA4BC6 xEA55D1 xEA56E4 xEA57C9 xEA5AD8 xEA5CCB xEA5CCD xEA5ECC xEA5FDB xEA63E6 xEA65F1 xEA6CD3 xEA6DA8 xEA6DC8 xEA6DD4 xEA70D2 xEA71AA xEA7AA2 xEA7EDE xEA83A0 xEA87BD xEA87D9 xEA8CAE xEA8CE7 xEA948A xEA9E70 xEA9F9A xEA9FF4 xEAA087 xEAA39F xEAA3C5 xEAA5A4 xEAA7D9 xEAA8C4 xEAA8F6 xEAAAA4 xEAAB6F xEAABA0 xEAAEAC xEAAED3 xEAB080 xEAB0F0 xEAB16E xEAB1C6 xEAB2CE xEAB3D5 xEAB75C xEAB7B4 xEAB7CB xEABA92 xEABBF0 xEABCD8 xEABD55 xEABDAB xEABDBC xEABEB4 xEABF7E xEAC09B xEAC288 xEAC396 xEAC3E2 xEAC3FB xEAC4A7 xEAC4AE xEAC785 xEAC9BC xEACB7F xEACD44 xEACE69 xEAD079 xEAD197 xEAD24A xEAD25C xEAD3C0 xEAD562 xEAD8E3 xEADAAA xEADBD3 xEADC5C xEADC90 xEADCDB xEADDA8 xEAE1F1 xEAE2E9 xEAE471 xEAE47B xEAE4C4 xEAE58D xEAE633 xEAEAC1 xEAEBDC xEAEE5D xEAEE64 xEAEF9D xEAF11C xEAF133 xEAF145 xEAF1B3 xEAF1BE xEAF2DA xEAF38F xEAF3D8 xEAF4E5 xEAF587 xEAF5F2 xEAF746 xEAF8E6 xEAFB48 xEAFCA9 xEAFD4C xEAFDEC xEB1DF5 xEB27FE xEB2AF4 xEB32DA xEB35FD xEB3FE4 xEB42F6 xEB44F9 xEB49EE xEB4AFC xEB4DF9 xEB4EE9 xEB52E9 xEB56CF xEB58CE xEB5BD2 xEB60B0 xEB60E4 xEB66B4 xEB73C5 xEB74CF xEB7899 xEB78F6 xEB7AC2 xEB7CC0 xEB81D0 xEB89A2 xEB8BAC xEB8DCD xEB8FC1 xEB90B9 xEB91ED xEB92BC xEB92CD xEB96D2 xEB97F8 xEB99A7 xEB99D8 xEB9A81 xEB9ACF xEB9CAE xEB9DD3 xEB9ED0 xEBA09C xEBA0B9 xEBA4A4 xEBA5C8 xEBA690 xEBA6D4 xEBA781 xEBA7DF xEBACCB xEBADCA xEBADD8 xEBB183 xEBB190 xEBB4EA xEBB5A3 xEBB6A2 xEBB9E9 xEBBA55 xEBBA60 xEBBAE1 xEBBBF0 xEBBCFA xEBBDF3 xEBBECC xEBBF64 xEBC192 xEBC251 xEBC59D xEBC681 xEBC6E8 xEBC854 xEBC8AA xEBC974 xEBCCE7 xEBCE66 xEBCF77 xEBD0AA xEBD1A0 xEBD2BD xEBD3F8 xEBD499 xEBD5A9 xEBD5D8 xEBD673 xEBD6B8 xEBD6D7 xEBD880 xEBD996 xEBD9BE xEBDAC4 xEBDAFC xEBDB82 xEBDBE3 xEBDD31 xEBDDB8 xEBDFCB xEBE12F xEBE356 xEBE5C7 xEBE69B xEBE6A3 xEBE7B4 xEBE941 xEBE98F xEBEA58 xEBEADE xEBED31 xEBEDA7 xEBEFFD xEBF0EF xEBF172 xEBF1B7 xEBF1E7 xEBF2D7 xEBF2E5 xEBF379 xEBF395 xEBF3B8 xEBF452 xEBF4B9 xEBF5BC xEBF5EA xEBF7D7 xEBF9A0 xEBFB7C xEBFCFB xEC1AF4 xEC20EB xEC23E8 xEC34EA xEC39FC xEC41DF xEC44FD xEC46F6 xEC49D8 xEC4AD3 xEC50CE xEC52C1 xEC55DA xEC55E6 xEC56DC xEC5AC0 xEC5BC9 xEC5ECE xEC5FB6 xEC5FC9 xEC61B1 xEC64BE xEC64D3 xEC69B5 xEC6AB4 xEC6BC5 xEC6EC1 xEC70A3 xEC7793 xEC78E1 xEC78FD xEC7AA6 xEC7AE4 xEC7BB2 xEC7CD6 xEC848F xEC8595 xEC89AB xEC89D6 xEC89E2 xEC89EC xEC90E1 xEC93FC xEC9791 xEC987B xEC998C xEC9AAC xEC9CE5 xECA1A6 xECA1B8 xECA285 xECA491 xECA4D4 xECA5B7 xECA67A xECA7C0 xECA990 xECAFB5 xECB1E2 xECB4BD xECB68D xECB980 xECB9D3 xECBE9F xECBF60 xECBFCD xECC08B xECC0B7 xECC28F xECC2C5 xECC364 xECC465 xECC48D xECC4A1 xECC69C xECC882 xECC9C7 xECCAF1 xECCDE1 xECD2CF xECD460 xECD47E xECD4EA xECD57F xECD5C7 xECD673 xECD69B xECD989 xECD99B xECDA5B xECDAE8 xECDBBA xECDEE2 xECDF50 xECE086 xECE09E xECE1A3 xECE259 xECE2D3 xECE673 xECE7D1 xECE88E xECE8B1 xECEA3F xECEA71 xECEA78 xECEC96 xECF067 xECF096 xECF1DB xECF33C xECF5D5 xECF6A5 xECF6D2 xECF71F xECF7D3 xECF8DF xECF925 xECF9B3 xECF9E3 xECFAC1 xECFB3F xECFBB0 xECFD17 xECFDA3 xECFDEF xED11FE xED12F6 xED26FC xED31E0 xED33DF xED3ADD xED42DE xED44D7 xED4DD3 xED4EE2 xED51C7 xED56B9 xED57D9 xED57DD xED5AD1 xED5ADD xED5DBB xED5FE2 xED65CA xED66EE xED67DE xED69EA xED74DF xED75F9 xED77E3 xED79C8 xED7A8F xED7BBF xED7DF5 xED7FEA xED83BD xED84E3 xED8690 xED8AD7 xED8CBB xED909C xED909F xED97D4 xED9998 xEDA06C xEDA190 xEDA2A7 xEDA49A xEDA779 xEDA77D xEDA986 xEDA9F4 xEDAB74 xEDAFA9 xEDAFF8 xEDB176 xEDB362 xEDB498 xEDB79B xEDBCC8 xEDBCF1 xEDBD88 xEDBEC2 xEDBF7A xEDC06E xEDC079 xEDC0D5 xEDC15F xEDC282 xEDC286 xEDC3D8 xEDC48B xEDC559 xEDC769 xEDC8CE xEDCA3E xEDCA3F xEDCB4C xEDCDE8 xEDD053 xEDD464 xEDD544 xEDD548 xEDD64C xEDD7B3 xEDD8EE xEDDAA0 xEDDB56 xEDDC61 xEDDFB6 xEDE0E7 xEDE1B4 xEDE42F xEDE6A9 xEDE78F xEDE7C6 xEDE7CC xEDE82F xEDE92D xEDEAE7 xEDEBA7 xEDEBEE xEDEC27 xEDEC3B xEDEE1E xEDEE57 xEDEE84 xEDEFC8 xEDF118 xEDF171 xEDF288 xEDF365 xEDF369 xEDF43E xEDF7E5 xEDF92B xEDF9C1 xEDFA40 xEDFA4A xEDFB2D xEDFC9C xEDFD1B xEDFDC3 xEE2CF9 xEE36EF xEE36F8 xEE3DD4 xEE41D5 xEE45F6 xEE59B9 xEE5ADC xEE60F7 xEE64DA xEE6BA0 xEE6DE2 xEE6EAE xEE6EBB xEE6ED5 xEE70B9 xEE73AF xEE73B1 xEE76AF xEE76D9 xEE78B0 xEE7AEA xEE7D95 xEE7DB0 xEE82EA xEE86F6 xEE87F5 xEE8CB0 xEE8CD5 xEE8D8E xEE8EC8 xEE8EFA xEE8FCB xEE8FE1 xEE90CB xEE91BA xEE91FC xEE95A7 xEE99DD xEE99E9 xEE9BDA xEE9CB4 xEE9F7B xEE9FCD xEEA1A9 xEEA3AE xEEA5E8 xEEA6C5 xEEABA2 xEEAECF xEEB0CB xEEB191 xEEB9BF xEEBA5B xEEBAC8 xEEBCE4 xEEBCF1 xEEBD6B xEEBFA1 xEEC05D xEEC14D xEEC34E xEEC5BE xEEC5EE xEEC753 xEEC7BD xEEC8A9 xEEC8E3 xEECA78 xEECA8B xEECDBE xEECDC6 xEECDE6 xEECDEA xEECEB5 xEECF44 xEECFA6 xEED03A xEED08F xEED3AC xEED54A xEED674 xEED9AE xEEDB32 xEEDB51 xEEDBA4 xEEDBDE xEEDBFD xEEDCCA xEEDD37 xEEDDA4 xEEDDA7 xEEE0E2 xEEE16D xEEE354 xEEE35D xEEE3D5 xEEE69E xEEE6FE xEEE82A xEEEBA6 xEEEC4E xEEEEF6 xEEF1DA xEEF571 xEEFA3E xEEFB24 xEEFBA7 xEEFD4B xEEFD82 xEEFDB4 xEEFDD4 xEEFE1F xEF1DFB xEF20E7 xEF27F3 xEF2EE1 xEF31D6 xEF31E5 xEF33FA xEF35D7 xEF37DF xEF37FA xEF3CCD xEF3CD1 xEF41E0 xEF42FA xEF43CA xEF43ED xEF45EB xEF4BE4 xEF4DC8 xEF4EC0 xEF51EF xEF52D5 xEF53FD xEF57BB xEF5DF4 xEF6DA0 xEF6EAA xEF6EC8 xEF6FC3 xEF7099 xEF71EC xEF73A8 xEF75FC xEF76CE xEF76E1 xEF7A8C xEF7BD3 xEF7ED2 xEF8291 xEF8A96 xEF8CAD xEF8DE9 xEF8FA2 xEF8FF8 xEF94EF xEF96D8 xEF9889 xEF98A9 xEF9DA5 xEF9E8D xEF9EFE xEFA0D6 xEFA0EA xEFA1A8 xEFA2B0 xEFA2F0 xEFA3FD xEFA5A2 xEFAA75 xEFAA8E xEFAAEF xEFAFBC xEFB16B xEFB1BB xEFB2C5 xEFB490 xEFB5F7 xEFB6AD xEFB6D1 xEFB756 xEFB775 xEFC0B1 xEFC1BE xEFC1C0 xEFC59F xEFC648 xEFC67D xEFC8EA xEFC969 xEFC9BB xEFCE69 xEFCEDA xEFD0C0 xEFD2D7 xEFD34C xEFD3F1 xEFD4D8 xEFD58C xEFD837 xEFD8A5 xEFD8B1 xEFDA44 xEFDE94 xEFDFAB xEFDFBC xEFE03E xEFE22F xEFE33F xEFE436 xEFE458 xEFE67A xEFE72F xEFE95D xEFEC5F xEFED4B xEFEDD1 xEFEDD5 xEFEE25 xEFEF30 xEFEF96 xEFF43F xEFF6B6 xEFF888 xEFF8B4 xEFFB7A xEFFC35 xEFFC80 xEFFCBD xEFFD72 xEFFDC4 xF013F7 xF01BF2 xF02AF0 xF032E4 xF037E9 xF03BD7 xF03CD1 xF03DEB xF042DB xF044E5 xF045DB xF04AF4 xF04BD7 xF04EB8 xF04FD0 xF050BF xF050EC xF053DC xF05AF1 xF065B4 xF069D2 xF069EA xF070DF xF073C2 xF078E8 xF079BD xF079C9 xF083F7 xF08AB5 xF08B8C xF08EF1 xF09295 xF093AD xF093F1 xF09494 xF096A0 xF096C3 xF0996C xF09AA1 xF09D74 xF09DE2 xF0A4D7 xF0A76E xF0A7DA xF0A8BF xF0A8CC xF0A9B2 xF0A9D9 xF0AAB0 xF0B0AC xF0B0D5 xF0B3F7 xF0B5D9 xF0B7B9 xF0B8DE xF0B966 xF0BCFB xF0C068 xF0C16A xF0C1D8 xF0C541 xF0C5CC xF0C687 xF0C6D7 xF0C86B xF0C8C2 xF0C8F0 xF0C9AB xF0C9DD xF0CD6C xF0CD6F xF0CDCB xF0CE3C xF0CE61 xF0CEBE xF0D147 xF0D165 xF0D1B8 xF0D2F3 xF0D44A xF0D5ED xF0D785 xF0D831 xF0D938 xF0D955 xF0D9CB xF0DA44 xF0DA99 xF0DFC7 xF0E0D5 xF0E175 xF0E278 xF0E3E2 xF0E561 xF0E5B2 xF0E5E1 xF0E626 xF0E7D6 xF0E7D7 xF0ECA9 xF0EDF8 xF0EF98 xF0F02B xF0F0BF xF0F2ED xF0F41F xF0F479 xF0F5C2 xF0F610 xF0F64D xF0F7EE xF0F7F6 xF0F8A1 xF0F912 xF0F9F8 xF0FBAD xF0FC0F xF0FE72 xF0FEAE xF10AFE xF116F2 xF116F9 xF11BED xF12FEC xF132E1 xF139F1 xF13FD3 xF140D9 xF143E3 xF147F2 xF149FC xF14ECE xF14FDB xF157E2 xF157ED xF159E4 xF15CC7 xF161FE xF163F1 xF165C9 xF16AA5 xF16AA7 xF16EF6 xF171A4 xF173F7 xF174E4 xF179A0 xF179B0 xF17D88 xF17FBB xF180BF xF182C4 xF183DD xF185C4 xF18785 xF1888F xF18C89 xF18EEA xF19183 xF194A5 xF19775 xF199A5 xF19BB8 xF19CEB xF19EE0 xF19FA6 xF19FDB xF1A0CE xF1A1ED xF1A391 xF1A4D1 xF1A68B xF1A6FE xF1A7F9 xF1A98A xF1A9DD xF1A9DE xF1AA73 xF1AE80 xF1AFB3 xF1B06B xF1B276 xF1B36D xF1B6C4 xF1B973 xF1BA4D xF1BB7F xF1BBB4 xF1BE6B xF1BED0 xF1BF58 xF1BFB5 xF1C0A0 xF1C0F6 xF1C158 xF1C2E8 xF1C393 xF1C66A xF1C865 xF1CA62 xF1CBEA xF1CD8A xF1CEC8 xF1CFFE xF1D25C xF1D4FC xF1D592 xF1D67C xF1D7AE xF1D839 xF1D8AC xF1D94C xF1D9EE xF1DA97 xF1DB38 xF1DC34 xF1DC6E xF1DD5E xF1DD81 xF1DFA4 xF1E3AF xF1E531 xF1E721 xF1E764 xF1EC5D xF1ECCF xF1ED95 xF1EDDF xF1EDED xF1F014 xF1F1D3 xF1F3B7 xF1F43E xF1F44E xF1F565 xF1F569 xF1F5C2 xF1F6A6 xF1F6B8 xF1F752 xF1F81E xF1FB7C xF1FD30 xF1FD34 xF1FE35 xF209FA xF215FB xF217F3 xF22AEE xF22FF4 xF23BC9 xF242EC xF243C4 xF245CC xF245E3 xF250DC xF251D1 xF252E3 xF259E0 xF25DD7 xF25EAC xF25EC1 xF25FC2 xF26CB6 xF26DD0 xF26EA0 xF26FAD xF271F2 xF272DF xF279CA xF27B98 xF27CB8 xF27DCE xF27EAE xF27ECB xF27F9E xF282C2 xF282C7 xF28594 xF285CF xF286C1 xF286D5 xF287C6 xF287CE xF289A4 xF28ACE xF28C9A xF28ECE xF28FC8 xF28FF3 xF28FF5 xF290D3 xF291C0 xF29793 xF298FC xF29CE0 xF29D67 xF29DA1 xF29F82 xF2A179 xF2A2A8 xF2A3F1 xF2A67D xF2AAD5 xF2AFA8 xF2B3C6 xF2B4F7 xF2B68A xF2B78F xF2B7E8 xF2B8FA xF2B9C7 xF2BE7A xF2C14F xF2C251 xF2C45F xF2C487 xF2C490 xF2C56B xF2C7B0 xF2C9B6 xF2CA57 xF2CC96 xF2CCA5 xF2CCCF xF2CEAC xF2CF65 xF2D0CE xF2D173 xF2D2BA xF2D467 xF2D7F2 xF2DD2D xF2DD5E xF2DEFE xF2DF6D xF2DFC8 xF2E24D xF2E58F xF2E8F9 xF2EA9F xF2EB38 xF2EB68 xF2EB77 xF2ECCA xF2EDA0 xF2EED6 xF2EFF7 xF2F0AE xF2F155 xF2F218 xF2F565 xF2F746 xF2F7C4 xF2F846 xF2F8A3 xF2F933 xF2F9DB xF2FAB3 xF2FAC1 xF2FB64 xF2FC08 xF2FC35 xF2FD96 xF2FDD4 xF32BF4 xF32EEF xF32FE1 xF331DD xF332FD xF336F2 xF33CEB xF33DFD xF345C4 xF345CB xF352CF xF355F5 xF35CEC xF35DEB xF360AB xF369E4 xF36CA5 xF36DDA xF36ED9 xF371AE xF37290 xF373CF xF376E3 xF379F1 xF37AAF xF37CB2 xF37DA6 xF382AB xF384A1 xF384D8 xF385E8 xF38993 xF389C9 xF38A9B xF38B7A xF38BB7 xF38CE4 xF38E93 xF38EBB xF38ECE xF38F89 xF390DA xF394FD xF399FD xF39AE2 xF39BAF xF39F8C xF39FFC xF3A489 xF3A5FD xF3A7A0 xF3AAAB xF3ACC0 xF3AE69 xF3AE90 xF3AFE3 xF3B1CE xF3B2A7 xF3B2F6 xF3B381 xF3B460 xF3B4C9 xF3B4DD xF3B677 xF3B873 xF3B8FE xF3B9CC xF3BCBB xF3BCD2 xF3BD7D xF3BDD4 xF3BE6C xF3BE78 xF3BE89 xF3BE98 xF3BEF1 xF3BF9B xF3BFC8 xF3C4EF xF3C6F7 xF3C77A xF3CB87 xF3D093 xF3D460 xF3DA3F xF3DA70 xF3DA91 xF3DADE xF3DC74 xF3DCED xF3DD6C xF3DD90 xF3DE31 xF3DE9C xF3DECA xF3DFA5 xF3DFBE xF3E032 xF3E137 xF3E151 xF3E253 xF3E41E xF3E455 xF3E66D xF3E86A xF3E89A xF3E96A xF3EA2C xF3EB7D xF3EF3C xF3F08A xF3F24F xF3F2AD xF3F48D xF3F615 xF3F722 xF3F8FD xF3F91D xF3F91E xF3F927 xF3FA26 xF3FA52 xF3FB6A xF3FD48 xF3FDED xF3FDF4 xF3FE5D xF3FE80 xF417F7 xF41AF8 xF41CEF xF41CF9 xF426FC xF428E7 xF42DF5 xF43CDF xF447C2 xF44BC0 xF45EA8 xF45FBA xF461E2 xF463DC xF466D3 xF467E5 xF468D7 xF469B9 xF46C9F xF46EAF xF46EDA xF472C1 xF47BB9 xF47FB0 xF47FB1 xF482F5 xF483FC xF4847F xF48580 xF487A1 xF487C0 xF48BE9 xF48DBC xF48F80 xF490D9 xF49177 xF491A6 xF492AE xF492C5 xF495D5 xF49687 xF498F6 xF49B8E xF49CCD xF49CD1 xF49EDF xF4A076 xF4A0E6 xF4A0F5 xF4A1AE xF4A375 xF4A3A8 xF4A3FB xF4A8A0 xF4AAA3 xF4AAA9 xF4AACB xF4AAEE xF4AB9F xF4AD8F xF4ADEE xF4B17B xF4B17C xF4B2A7 xF4B4A3 xF4B4E0 xF4B5B4 xF4B5FB xF4B67F xF4B756 xF4B7A3 xF4B8C1 xF4B8ED xF4B8FA xF4BB84 xF4BF51 xF4C4AD xF4C782 xF4C892 xF4C8E5 xF4CA47 xF4CAEB xF4CD71 xF4CE87 xF4CF64 xF4CFCC xF4D0A5 xF4D14A xF4D249 xF4D259 xF4D349 xF4D373 xF4D380 xF4D4A1 xF4D6E9 xF4D75B xF4D75F xF4D78E xF4DAA7 xF4DBD1 xF4DC8C xF4DEBB xF4E0CD xF4E157 xF4E199 xF4E29A xF4E2BF xF4E321 xF4E41F xF4E53B xF4E655 xF4E825 xF4E8E2 xF4E938 xF4EA3C xF4EAA3 xF4EAF0 xF4EC2B xF4EEEA xF4EFC3 xF4F116 xF4F3E7 xF4F418 xF4F476 xF4F60E xF4F645 xF4F7F4 xF4F869 xF4F8F6 xF4F9EC xF4FDE3 xF51BFA xF524E3 xF538D6 xF539D3 xF539F8 xF541C2 xF549F4 xF54BCB xF555C1 xF559AB xF559C6 xF55BED xF55EE8 xF56DDD xF56DE3 xF5718F xF571B2 xF575FA xF57EA7 xF58595 xF585D3 xF585EC xF586BA xF589F5 xF58A8E xF58AD7 xF59285 xF5978C xF59790 xF59A66 xF59BA0 xF59C9E xF59DA3 xF59E92 xF59EA0 xF59FF2 xF5A175 xF5A2B6 xF5A4FE xF5A579 xF5A7BB xF5A7DD xF5A8F3 xF5A957 xF5AAB1 xF5AC7D xF5ADA3 xF5AFC8 xF5B354 xF5B4D4 xF5B4E3 xF5B899 xF5B9DA xF5BAA0 xF5BAA4 xF5BD99 xF5BEF9 xF5C0AB xF5C157 xF5C482 xF5C687 xF5CACE xF5CE3A xF5CEE3 xF5CEE6 xF5D3A3 xF5D44A xF5D4E3 xF5DACF xF5DAEA xF5DAFB xF5DBA7 xF5DC79 xF5DF88 xF5E082 xF5E0F5 xF5E0FE xF5E169 xF5E48E xF5E779 xF5E82C xF5E925 xF5EA8A xF5EBA3 xF5EBF5 xF5EF5C xF5F012 xF5F2CD xF5F2D6 xF5F348 xF5F538 xF5F8A2 xF5FB62 xF5FB81 xF5FBC5 xF5FBC8 xF5FD63 xF61EE5 xF624F6 xF631FA xF637CF xF63FDC xF644DC xF645BB xF646CF xF64EB9 xF656DB xF656E8 xF65DC3 xF65EB6 xF65EBB xF661A7 xF665BA xF666FB xF667C2 xF66C97 xF66DF1 xF66EB3 xF66F97 xF66FB7 xF6748E xF674DF xF6758D xF67792 xF67B8D xF67B8E xF67BB3 xF67BCF xF67FF6 xF681CD xF681E4 xF681F6 xF683DB xF688A5 xF68DBB xF68E9D xF68EB8 xF68FAB xF68FC2 xF69188 xF691B6 xF693AD xF693BB xF69485 xF694DB xF696B3 xF696BE xF697BC xF69985 xF699C6 xF69C8C xF69D91 xF69FDD xF6A06F xF6A18F xF6A3CE xF6A580 xF6A66F xF6A758 xF6A9C0 xF6AA7A xF6AB54 xF6ADCD xF6AE82 xF6AF84 xF6B1C6 xF6B2E3 xF6B3CE xF6B3E9 xF6B48F xF6B586 xF6B595 xF6BA45 xF6BAF1 xF6BF57 xF6C1F1 xF6C2B6 xF6C474 xF6C795 xF6C7EF xF6C9B0 xF6CD9C xF6CF9F xF6D082 xF6D189 xF6D2EF xF6D2FB xF6D341 xF6D39F xF6D5E3 xF6D63A xF6D8F9 xF6D993 xF6D9E3 xF6DB7C xF6DB96 xF6DBD5 xF6DC37 xF6DC64 xF6DCE3 xF6DCF1 xF6E194 xF6E28E xF6E28F xF6E2CF xF6E345 xF6E527 xF6EA8D xF6EBA9 xF6EC17 xF6EC66 xF6F085 xF6F096 xF6F194 xF6F33D xF6F382 xF6F410 xF6F4BB xF6F4DB xF6F52B xF6F549 xF6F6D0 xF6F947 xF6F9D4 xF6FB47 xF6FCFB xF6FE7A xF6FED2 xF6FEDE xF709F9 xF71BE3 xF71CEA xF724F7 xF72BE1 xF72CD3 xF735FB xF73FD0 xF73FDC xF743DE xF746BD xF750AE xF752BF xF752E7 xF756D5 xF758B1 xF758C1 xF759E6 xF75BBD xF75EAC xF75EEA xF761E9 xF76BA0 xF76BA2 xF76CF2 xF76DEF xF772BB xF773A9 xF77499 xF778F0 xF77CF8 xF77F9D xF77FD3 xF78094 xF785D6 xF785EC xF7869B xF78795 xF7889A xF788B8 xF789BE xF78A9E xF78D7F xF78EC6 xF78FA1 xF792C9 xF795B0 xF796D5 xF79797 xF7989D xF799CB xF799FC xF79ADF xF79EE8 xF79F85 xF7A0F4 xF7A2AA xF7A4E2 xF7A684 xF7A7D3 xF7A886 xF7AC9C xF7ACE7 xF7AD84 xF7AE72 xF7AF63 xF7B5B3 xF7B5DA xF7B6CC xF7B8FD xF7BED5 xF7BED9 xF7BFA8 xF7C03E xF7C097 xF7C545 xF7C7C8 xF7CAE3 xF7CBC3 xF7CCB9 xF7CD91 xF7D158 xF7D189 xF7D2C3 xF7D2E8 xF7D3F7 xF7D4A3 xF7D5DA xF7D67F xF7D68B xF7D6CB xF7D8D5 xF7D9C3 xF7D9CD xF7D9D2 xF7DA62 xF7DA75 xF7DCC6 xF7DDC0 xF7DDE5 xF7DE25 xF7DF33 xF7E05F xF7E0A1 xF7E1CB xF7E27D xF7E28C xF7E3DC xF7E457 xF7E6C3 xF7E6FA xF7E77E xF7E829 xF7E8D9 xF7E8DE xF7EAC2 xF7EB41 xF7EB60 xF7EB6B xF7EBAF xF7F092 xF7F23A xF7F3F9 xF7F4AF xF7F62D xF7F66F xF7F68F xF7F6D2 xF7F7B1 xF7F85C xF7F9A0 xF7FAD3 xF7FB07 xF7FC1B xF7FE7B xF7FED3 xF81AFD xF825E0 xF828E4 xF82ADE xF82DED xF834FA xF842CA xF842F8 xF842F9 xF845EB xF847EB xF850C5 xF857B4 xF857F3 xF859AE xF85AEA xF85BCE xF85CDE xF85EA7 xF8609D xF860F6 xF860FD xF864CB xF865C5 xF865C7 xF866D8 xF867EE xF86AC7 xF86CE0 xF8718C xF871F8 xF874E9 xF877AC xF879B2 xF87B8B xF87D98 xF87E9B xF880AA xF884FB xF88A88 xF88C75 xF88D9E xF88DB2 xF88DEC xF88F8F xF890BE xF890F0 xF89472 xF894D3 xF895CF xF897A2 xF899DA xF89FD0 xF8A0D2 xF8A15F xF8A164 xF8A25B xF8A2DF xF8A6D1 xF8A7AA xF8AA68 xF8AAA8 xF8AC72 xF8ACA4 xF8ACDB xF8ADDA xF8AF95 xF8AFA4 xF8B06E xF8B1CD xF8B2A0 xF8B2BE xF8B3FD xF8B690 xF8B772 xF8B7CD xF8B866 xF8BC4E xF8BEEA xF8BF89 xF8C05C xF8C1D5 xF8C1F2 xF8C29A xF8C2F6 xF8C396 xF8C53D xF8C560 xF8C5D9 xF8C886 xF8C9BB xF8CA7F xF8CC58 xF8CD7F xF8D0D6 xF8D138 xF8D1CF xF8D2B7 xF8D3FE xF8D49C xF8D784 xF8D946 xF8DABD xF8DB34 xF8DD48 xF8DEB3 xF8DEEA xF8DEF4 xF8E163 xF8E1BF xF8E765 xF8E82D xF8E9DA xF8EAC1 xF8EACB xF8EB15 xF8EBDA xF8EC1C xF8EC9E xF8ED87 xF8EDB7 xF8F0AF xF8F0D5 xF8F11C xF8F21B xF8F22E xF8F232 xF8F49B xF8F4E2 xF8F623 xF8F760 xF8FA47 xF8FAB5 xF8FB28 xF8FD7E xF913FB xF92BD7 xF92BD8 xF92DDD xF931E5 xF932E0 xF935F2 xF937E1 xF939CE xF93DD5 xF93FC8 xF93FFE xF941E7 xF942E7 xF943C1 xF943E7 xF94AD7 xF94CD4 xF94CD9 xF953FA xF95DB7 xF960CC xF962D9 xF967B9 xF9708C xF972B3 xF972B7 xF973CD xF97488 xF974D8 xF9758E xF97786 xF979E3 xF97A9A xF97CD2 xF980E1 xF983CB xF98491 xF984D1 xF98589 xF985FE xF988DE xF988F9 xF98988 xF989A3 xF98AA9 xF98C80 xF98D85 xF98DE2 xF98FC7 xF98FED xF992BD xF993CB xF993D0 xF99697 xF998CE xF99F9E xF99FC1 xF9A083 xF9A1BE xF9A584 xF9A5E1 xF9A7D8 xF9A7DC xF9A8B0 xF9A9B5 xF9A9B9 xF9AA87 xF9AEDF xF9AEFB xF9B0C5 xF9B0EA xF9B3D1 xF9B3F0 xF9B590 xF9B5C3 xF9B6E1 xF9B6F8 xF9B793 xF9B7C5 xF9B8EF xF9B9AD xF9BA59 xF9BAC8 xF9BAC9 xF9BB4F xF9BBED xF9BDD4 xF9BE89 xF9C061 xF9C297 xF9C299 xF9C2D1 xF9C49D xF9C4A7 xF9C4AC xF9C8CC xF9C979 xF9CA49 xF9CAA2 xF9CB35 xF9CC55 xF9CCAD xF9CD36 xF9CD78 xF9CDD5 xF9CE49 xF9CF98 xF9D04C xF9D2E1 xF9D343 xF9D776 xF9D7F7 xF9D935 xF9D965 xF9D977 xF9D9A8 xF9DADC xF9DAE9 xF9DB9A xF9DBD5 xF9DC44 xF9DC95 xF9DE66 xF9DEE4 xF9E223 xF9E35E xF9E499 xF9E4A4 xF9E4FA xF9E5D0 xF9E71D xF9E8B8 xF9E8F6 xF9E93B xF9E961 xF9EAB4 xF9EAC8 xF9EC76 xF9ECBE xF9ED51 xF9EE35 xF9EEEB xF9EF2B xF9F0CF xF9F14F xF9F1A7 xF9F2CE xF9F33B xF9F3E0 xF9F52F xF9F898 xF9F8AB xF9F9C5 xF9FAD0 xF9FB1A xF9FB20 xF9FBDF xF9FC5D xF9FD34 xF9FD3E xFA07F8 xFA0BF9 xFA0EFC xFA2CF1 xFA2FE9 xFA36F0 xFA3DE1 xFA42B9 xFA44D6 xFA4ABE xFA4BE1 xFA4FCE xFA51F6 xFA52B3 xFA52DB xFA58CE xFA5CDB xFA5DB5 xFA5EF6 xFA63EA xFA67BC xFA6AC5 xFA6BB1 xFA6CEC xFA6DFA xFA75F9 xFA769B xFA76A7 xFA77B9 xFA77D4 xFA77DA xFA7CD9 xFA7EA0 xFA7FE7 xFA81CA xFA8280 xFA8481 xFA86C6 xFA87C1 xFA87E9 xFA8985 xFA8A88 xFA8B83 xFA8BAC xFA8BE8 xFA8CBC xFA8EA4 xFA8EDF xFA91F2 xFA94D2 xFA9687 xFA9965 xFA99CC xFA9A97 xFA9DF5 xFA9FAB xFA9FAF xFAA0B5 xFAA0E4 xFAA2BC xFAA5FC xFAA7A3 xFAA7AE xFAA8E2 xFAA9E6 xFAA9FE xFAABF5 xFAAEE5 xFAB18F xFAB34A xFAB695 xFAB69A xFAB8CE xFAB9D5 xFABBE5 xFABC59 xFABC84 xFABEE1 xFABEE7 xFABEF3 xFAC04E xFAC396 xFAC3C9 xFAC4A9 xFAC53F xFAC5AF xFAC5F3 xFAC8A1 xFAC9E9 xFACB9E xFACCE1 xFACFB9 xFAD294 xFAD32B xFAD443 xFAD4AC xFAD68B xFAD744 xFAD8A2 xFADB41 xFADC29 xFADE50 xFADEA5 xFADF78 xFADFBA xFAE0BF xFAE16B xFAE28C xFAE2FB xFAE3A2 xFAE3F6 xFAE487 xFAE49F xFAE4CF xFAE592 xFAE7B0 xFAE84F xFAE8B4 xFAE932 xFAEA7E xFAEABD xFAEAC9 xFAEB1E xFAEB28 xFAEC3F xFAED80 xFAEE45 xFAEF3D xFAEFF5 xFAF238 xFAF271 xFAF2A3 xFAF2F1 xFAF3D0 xFAF575 xFAF59E xFAF5AA xFAF829 xFAF82D xFAFE31 xFAFEAE xFB08F9 xFB12ED xFB18F4 xFB19E3 xFB23DF xFB26E9 xFB2CF0 xFB31DB xFB32D5 xFB3ACC xFB3BC8 xFB3DBE xFB3FD1 xFB41D9 xFB48DD xFB48E8 xFB4BDD xFB4EE3 xFB51C7 xFB52B1 xFB55FC xFB57AF xFB57B7 xFB58B7 xFB58F4 xFB5DF2 xFB5EB2 xFB5EED xFB5FED xFB5FFA xFB63F6 xFB659E xFB66D1 xFB66F2 xFB67AD xFB6B99 xFB6DE6 xFB6FC3 xFB70AB xFB71B4 xFB75F4 xFB7892 xFB78C5 xFB7B8E xFB7B9C xFB7FF6 xFB80BB xFB84A9 xFB84D0 xFB85C6 xFB87FB xFB889A xFB91ED xFB9683 xFB96D3 xFB9796 xFB9BA4 xFB9C81 xFB9D6E xFB9D83 xFB9D9F xFBA1E9 xFBA28E xFBA362 xFBA699 xFBA88B xFBA8F6 xFBABDE xFBAC55 xFBAE84 xFBB055 xFBB0D0 xFBB456 xFBB5E2 xFBB651 xFBB655 xFBB84C xFBB8D4 xFBB949 xFBB953 xFBBAA5 xFBBF9E xFBC0FA xFBC1B2 xFBC24D xFBC26F xFBC278 xFBC27D xFBC2D0 xFBC3E4 xFBC4D0 xFBC653 xFBC69A xFBC6E2 xFBCACC xFBCC40 xFBCC57 xFBCC61 xFBCD68 xFBD09C xFBD160 xFBD1FC xFBD4F0 xFBD539 xFBD5F5 xFBD64A xFBD65B xFBD846 xFBD94E xFBDC5F xFBE04C xFBE097 xFBE235 xFBE2BD xFBE320 xFBE48B xFBE68D xFBE89F xFBE9BD xFBE9F9 xFBECF1 xFBED7A xFBEEDD xFBF075 xFBF1F0 xFBF2C7 xFBF50C xFBF53E xFBF721 xFBF750 xFBFB3A xFBFB3F xFBFDAB xFBFDDD xFBFE97 xFC10EC xFC1AE2 xFC20EA xFC21F1 xFC28FE xFC2FFB xFC30D3 xFC35C9 xFC38D0 xFC3EEC xFC41BA xFC45D4 xFC46B3 xFC47E9 xFC47F0 xFC47F9 xFC4BB8 xFC4ECF xFC50B1 xFC55AF xFC56E6 xFC56FD xFC5BB3 xFC5FBB xFC60BD xFC61FA xFC62AF xFC649E xFC64F4 xFC68AC xFC69EB xFC6AAF xFC6AEB xFC6C9F xFC6DE4 xFC6FF1 xFC6FFC xFC72B3 xFC72F0 xFC75ED xFC7FE2 xFC80BC xFC839E xFC83D7 xFC848D xFC86E3 xFC86F3 xFC87AA xFC87D0 xFC8B6E xFC8B98 xFC8C7B xFC8ECA xFC90EE xFC9274 xFC92AD xFC956B xFC9980 xFC9C7C xFC9D6C xFC9E67 xFC9EF7 xFC9F8F xFC9F9B xFCA1AF xFCA25A xFCA27F xFCA4E6 xFCA5CD xFCA654 xFCA677 xFCAA50 xFCAA86 xFCAACB xFCAE93 xFCAEDF xFCAFF0 xFCB26C xFCB3DE xFCB4D5 xFCB598 xFCB6D1 xFCB7B6 xFCB8C1 xFCBADD xFCBC7C xFCBF40 xFCBFB3 xFCBFC3 xFCC17A xFCC1B3 xFCC1C5 xFCC2C1 xFCC474 xFCC663 xFCC7F5 xFCC8AA xFCC8F0 xFCCACF xFCCB52 xFCCB8C xFCCBC3 xFCCD5B xFCD03C xFCD148 xFCD1D4 xFCD27F xFCD2B2 xFCD479 xFCD4A9 xFCD77C xFCD868 xFCDA45 xFCDAD4 xFCDB76 xFCDBEA xFCDD22 xFCDEA4 xFCDFA9 xFCE042 xFCE092 xFCE0D4 xFCE0E3 xFCE14F xFCE3F4 xFCE4E8 xFCE525 xFCE633 xFCE819 xFCE8E4 xFCE9D7 xFCEBC0 xFCEC62 xFCED1F xFCED3F xFCF08A xFCF0D1 xFCF15B xFCF16C xFCF212 xFCF2D6 xFCF30D xFCF3E8 xFCF468 xFCF4FE xFCF5E6 xFCF739 xFCF775 xFCF7B6 xFCF81D xFCF9E5 xFCFA22 xFCFAAA xFCFDAE xFD00FE xFD07F9 xFD11E9 xFD16E6 xFD1FED xFD29DD xFD2AED xFD2BD6 xFD34C4 xFD35CA xFD35DD xFD36EC xFD39E1 xFD39F4 xFD3FF3 xFD41D1 xFD46EE xFD53C0 xFD56EE xFD60D0 xFD61F5 xFD62CA xFD6995 xFD6ACB xFD6CB8 xFD6DCB xFD7594 xFD75D9 xFD7695 xFD78D5 xFD7CD7 xFD7E82 xFD7F7B xFD81F5 xFD8386 xFD83D5 xFD84AF xFD8A80 xFD8AEC xFD8B9A xFD8CC0 xFD8CE9 xFD8EAF xFD8EFB xFD9079 xFD90A0 xFD9187 xFD93B1 xFD94A3 xFD9574 xFD977A xFD9963 xFD9A5F xFD9A6E xFD9DE7 xFD9E70 xFD9E98 xFD9EA3 xFDA479 xFDA4D4 xFDA5A6 xFDA5C6 xFDA889 xFDA9AA xFDAB8A xFDABAA xFDACDB xFDADCE xFDB4C0 xFDB7A2 xFDBA7D xFDBA95 xFDBAA7 xFDBAAE xFDBDBA xFDBDFA xFDBE84 xFDBEC6 xFDBFA9 xFDC0B8 xFDC24A xFDC4A1 xFDC4B6 xFDC5B6 xFDC5DB xFDC6EC xFDC9D6 xFDCB60 xFDD32C xFDD367 xFDD3B5 xFDD42D xFDD4F1 xFDD72C xFDDDEE xFDDE20 xFDE16F xFDE7CF xFDE8F1 xFDE918 xFDE94B xFDEA73 xFDEADC xFDEBE4 xFDEC89 xFDEF74 xFDF025 xFDF0B2 xFDF21B xFDF26D xFDF536 xFDF710 xFDF738 xFDF781 xFDF7BD xFDFA5B xFDFB74 xFDFDD2 xFE12FB xFE24D6 xFE27D6 xFE27FB xFE32D2 xFE32DB xFE34D0 xFE37DA xFE38D4 xFE38D9 xFE38DD xFE3BE9 xFE3DF7 xFE45CC xFE4AEA xFE4CCB xFE4FD1 xFE55CE xFE57F9 xFE59D4 xFE5BD6 xFE5BF9 xFE5DF7 xFE5EC4 xFE60EE xFE61B8 xFE62EB xFE64FB xFE67E5 xFE6D8B xFE6DA5 xFE6FD9 xFE72F2 xFE779F xFE78C2 xFE79F9 xFE7BB9 xFE7ED3 xFE83F0 xFE85BC xFE86E2 xFE87E1 xFE8888 xFE88AC xFE89C2 xFE8CD6 xFE8E6A xFE8EB4 xFE9190 xFE9198 xFE91C3 xFE92B8 xFE92E0 xFE94B1 xFE966C xFE9780 xFE97C3 xFE9B5C xFE9D88 xFE9DB1 xFE9F5D xFEA256 xFEA265 xFEA3DD xFEA850 xFEAB67 xFEABF3 xFEAC62 xFEACF9 xFEAD61 xFEAD74 xFEAD8D xFEADAE xFEADBE xFEAE96 xFEAF49 xFEAFDF xFEB064 xFEB1EF xFEB277 xFEB280 xFEB2AD xFEB3C9 xFEB4EA xFEB559 xFEB649 xFEB6A6 xFEB757 xFEB763 xFEB7B8 xFEB7CC xFEBABA xFEBF46 xFEBF54 xFEC5B1 xFEC5F8 xFEC7FE xFEC858 xFEC860 xFEC8F4 xFEC956 xFEC9C6 xFECE65 xFED044 xFEDA5E xFEDCD3 xFEDD93 xFEDDBE xFEE262 xFEE294 xFEE2B4 xFEE46A xFEE59A xFEE728 xFEE744 xFEE74E xFEE8F8 xFEE916 xFEEAA0 xFEEBBE xFEEE3B xFEEE6F xFEF09E xFEF0CA xFEF0D0 xFEF5C4 xFEF68B xFEF6DE xFEF6EB xFEF6F5 xFEF760 xFEF76A xFEF829 xFEFA57 xFEFB84 xFEFC8D } + } + } + s:STATE_MOUNT_AUGUSTA = { + create_state = { + country = c:MTA + owned_provinces = { x1FEFFE x21EAFC x2BF3DD x2DD6F9 x31CDFE x50F3DE x5DF3B8 x60F0F4 x62C7E9 x63EEF9 x67D2E6 x67F5E2 x6DDCD3 x7BC6FC x7CE1CA x7CE9E3 x8EB8F8 x93BFC5 x94E87C x98E1D2 xA3F7DC xA7FC88 xA8CDD4 xAD9AF0 xB196F6 xB28FC9 xB592D6 xB7D3BD xBA90D6 xBAC5D8 xBAFE73 xBBCEA2 xBDC0A3 xBDC0F7 xBDF9AF xC1EF6A xC5CCAC xC7F34B xC9B6BC xCAF4D0 xCBFB7A xCEE588 xCFE8D2 xD0EA82 xD1A38E xD4889C xD5EC71 xD6B6C1 xDA9BE1 xDAC1E3 xDACCF6 xDE5AFE xDF89CE xE0C6D7 xE0F9F7 xE126F6 xE38BA5 xE4D786 xE4DFEE xE568F0 xE665C2 xE6CEA0 xE6E163 xE763B3 xEABF58 xEAC44D xEAE7EF xEEFCEC xF08CF3 xF0CF9E xF2D09F xF48FE1 xF6EEA5 xF7F5CE xF8A3CF xF8EC53 xF981AA xF9E367 xFA4CF6 xFB8482 xFC7A85 } + } + } + s:STATE_SOUTH_MOUNT_AUGUSTA = { + create_state = { + country = c:MTA + owned_provinces = { x46E6D4 x5EE6DD x5FE7E2 x78F292 x88DEF3 x89FCA0 x8B7EFC x8DF5DA x90E386 x91FA8D x91FAA2 x92E5D5 x93B1F4 x98F9DF x9985D7 x9A9FD0 x9CCEDF xA6E0FE xA89CE0 xAAFBA2 xAFC9C1 xB0E477 xB1DCF4 xB3C4A4 xB3F851 xB5CECB xB7B3B7 xB7DA6D xC075CA xC07AF2 xC25ADE xC48DBC xC7EE8F xCF91B4 xCFDF82 xD6BC9A xDAC3DE xDD67D2 xDEFB22 xE16CAE xE4B489 xE95DF4 xE990B7 xEC4DDA xEC8AD9 xED4DE1 xED8ADF xEDAAAE xEDEF3C xEEC49D xEEE28F xEFA1AF xF06DB0 xF08AF8 xF0B881 xF0BF7B xF4A56D xF50EF3 xF5D9CA xF859A7 xFC97FE } + } + } + s:STATE_GLATTEIS = { + create_state = { + country = c:MTA + owned_provinces = { x58FCBA x58FDA2 x6DAFF6 x81BFE4 x85D4F0 x89CFB3 x89D89C x8DFEAE x93F17F x94FEC3 x99F08D x9AF38B xABB2ED xB28ADA xBDF5A7 xC0CADA xC0FAA1 xC7D4BE xC7EE5C xCFADA3 xD658FD xD677E3 xDCD2A5 xDDB5AF xDEC68B xDF8294 xEED666 xF0CE5B xF1BAE4 xF6E859 xF99672 } + } + } + s:STATE_EAST_MOUNT_AUGUSTA = { + create_state = { + country = c:MTA + owned_provinces = { x24F8DC x2DF6EE x37EBEA x53F5AE x6FDCE8 x77D7BD x79E9C0 x7ABFFC x8097F0 x84E5BB x87DFF7 x88E59F x94F9F6 x9AA6C9 x9FDDDC x9FFEBD xA0DCE3 xA3C2AB xA3FBA0 xA7DFF6 xA7E98A xAAC28E xAD8DF9 xADFBB2 xAEF7DC xB0E56F xB2EDF8 xB3D0C2 xBDE4AB xC745EF xCDC6CB xD18FB6 xD3DDC5 xD4FA91 xD9A0AF xDAB597 xE3E268 xE3E9EE xE456C1 xE6D992 xEAAD61 xEBE043 xEBF490 xECE98A xEDFD7A xEE8C8F xEFEBA1 xF0F168 xF279C3 xF2FA78 xF3F379 xF5B3AE xF7A3C8 xFA5EB3 xFACB6D xFADD94 xFD53D6 } + } + } + s:STATE_EXCLAVE_MOUNT_AUGUSTA = { + create_state = { + country = c:MTA + owned_provinces = { x2BF4E5 x43EBF5 x4CDBD8 x6FD3C2 x7CD9BC x82B9E7 x8EB2E4 x93E1F0 x9C7DF9 x9D7ADF xA0F375 xA5E299 xA5F69E xB4E5F2 xB6F4E6 xBAA6D5 xC294E4 xC3C2F2 xC87EEC xC9B1CC xCABDB5 xCCBE79 xCFFB3A xD1E19F xD4A9DA xD781E7 xD7C5A4 xD7D28E xD7E1C5 xDED1E4 xDEF37C xE3B2D9 xE87FE7 xE8C5F1 xEC9EC4 xECC9C5 xF2EA7D xF34FF3 xF5AD6F xF9B984 xF9CB44 xFDF703 } + } + } + s:STATE_CALW = { + create_state = { + country = c:CLW + owned_provinces = { x31DDF3 x40E5F8 x66FDEC x6AD5CD x7FF2B9 x81F0CA x9CD3D4 x9EA0D5 xABDC7D xADFEE0 xBFF19C xC995CD xC9AFE7 xD382FD xD4D469 xDC978F xE09E8B xEAF1A8 xF566C5 xFAB97D xFB36ED xFBADB2 xFD07F5 } + } + } + s:STATE_CAWL_EXCLAVE = { + create_state = { + country = c:CLW + owned_provinces = { x38FEEC x5BD2DE x80DAA1 x8FB4B6 x93C4A8 xA194DA xA563F6 xB2FB9D xB4E8BF xC6ACC5 xC793DA xE085C8 xE9D35F xEEAAF5 xEEDCA2 xF125E6 xF286A4 xF2E35D xF9F31E } + } + } + s:STATE_DOOM_CITY_NORTH = { + create_state = { + country = c:DOM + owned_provinces = { x4CFEBD x5CC8ED x67C0FC x6EF7DA x74DAE2 x7C9CE6 x81C5F3 x82AFEF x88CCFB x89DFA9 x8FFAE2 x91A8C2 x91AEF3 x95DDC0 x9D7FF4 xA4C29C xA5F162 xA6F98F xA791E5 xA7DFC3 xA8A5DD xA95CF7 xAABFC5 xB45AFD xB7EAA1 xB8BBF2 xB8BEED xBBE693 xBD96C0 xC263EA xC69F93 xC6DD87 xC6F4E9 xC7DBA8 xC977C0 xCCCCB6 xCEEAF7 xD086D8 xD17AD7 xD283A9 xD4C063 xD5A2D7 xDC6BDD xDC8C93 xDCF694 xE068AD xE0B7B2 xE5FAAC xE7A7C2 xE7D456 xE861B9 xE965F9 xEAE837 xED6BDD xEFF46F xF355BE xF3FC2D xF47DDD xF7CCF9 xF8E4B6 xF9A4E4 xFCD57A xFD24F2 xFD8475 xFE55B7 } + } + } + s:STATE_DOOM_CITY_SOUTH = { + create_state = { + country = c:DOM + owned_provinces = { x31F2F2 x34FDD5 x41FAEB x52E9EA x56D7FD x5FC2F6 x61A2F9 x70F6B3 x73BFCC x82A2D2 x8BD9FA x99BBB4 x9C97D8 x9CDBAF xA4A6F5 xA5E7CC xA8FC9E xABC2BE xAD80DE xAE9DDB xB1F7B1 xB3C583 xB4D3E3 xB55FE9 xB57ED0 xBC45FD xC2F5AC xC4F8AD xCA81C1 xCACC6A xCBB0CB xD24FF9 xD3FE9A xD65FE7 xDBB2A3 xDE32E9 xE1F926 xE4DFDB xE9FAEA xED7FE1 xEEF74A xF2D169 xF3C048 xF3ECBA xF53CCB xF75EFE xF8E6BF xFAAFED xFBE8A7 xFD76F0 xFD9FB9 } + } + } + s:STATE_SYMSTEAD = { + create_state = { + country = c:DOM + owned_provinces = { x0EF3F5 x2FD8F2 x55E4E6 x75D3CB x78C1DA x87F7B7 x97E0AA x99CEE3 x9AD9CA xA69ABF xABA5E3 xAEF0F9 xB0C0D1 xB2ABF8 xB6E069 xBDACBB xBEF37F xBFC99B xC5F6C4 xCA72F2 xCB97ED xCDDF4D xD537ED xD6A5DC xD985DA xDA7AB3 xDABD96 xDDE7D6 xDE9F78 xE0F368 xE3AF81 xE3E265 xE3F290 xE4FA3D xE685C6 xE7E48B xEA7DC2 xEAA6E4 xEAF094 xEBC78A xEC7E91 xECC46D xF1897B xF1A8EB xF281BA xF68881 xFDE843 } + } + } + s:STATE_ADRINA = { + create_state = { + country = c:GRI + owned_provinces = { x60D9C4 x76D5E0 x91D6DB x94C4A2 xA6ACEB xBCBADD xC0E687 xC3EC5E xD1DD78 xDC8BBD xDED9B0 xE2F7F4 xE688E6 xE9F8A4 xFA90BF xFBD792 xFEF7E2 } + } + } + s:STATE_ISLES_OF_CUCURBITS = { + create_state = { + country = c:GRI + owned_provinces = { x43C9F9 x76C2C4 x82ADDF x94D2E4 x9BCFDF xB1A5B5 xBFCDB0 xC0FCC7 xC1FC6A xD674E4 xF8B9A7 } + } + } + s:STATE_WYNFORD = { + create_state = { + country = c:GRI + owned_provinces = { x81B2F8 x89B0EB x8FCEFB xA576EE xAFE27D xBAFB88 xD0E0ED xDDC9DC } + } + } + s:STATE_LILAC = { + create_state = { + country = c:GRI + owned_provinces = { x8AC9D1 x9AA2EC xDB7FEB xE256DE xF98595 } + } + } + s:STATE_GRIFFIN_CROWNLANDS = { + create_state = { + country = c:GRI + owned_provinces = { x60BBE1 x70D5BC x79FE9D x88E48A x92F0C6 x94CAB3 x9B9ACC x9ECEAA xA4D7A9 xAAA3C6 xAAC7C3 xB49FDF xBAB9B8 xC5C4EC xC7DD71 xCCF4C2 xD2D46A xD2ECE1 xD364C8 xD396AB xDFE5F7 xE8BB8D xE9BEDB xED64C6 xEEDFC5 xF49B7E xF5C4AD xF5F47B xF672E2 xFA56AF xFB78D1 xFD69B5 xFD71B9 xFDD7C6 xFE96D0 xFEB5CA } + } + } + s:STATE_PAVIA_PROPER = { + create_state = { + country = c:PAV + owned_provinces = { x182908 x25EBFE x29DFF2 x4ED3F9 x4EF3C1 x53E4D3 x71DEB3 x76C2DE x78CDCB x95DDB6 x9BEBD6 xA0D1EE xA2C4F0 xA996CD xB1EB9D xB79DF3 xBA97A9 xBBF4A4 xBCF195 xBF97B7 xBFF17B xC247F6 xC27FFD xC4AF91 xC897ED xCA96B0 xCBA5E2 xCD91F9 xCFB39B xCFB4EA xD1C1F2 xD1FC63 xD79491 xD98AC2 xDDE9EA xDDF366 xE27E99 xE7ADDA xE8839A xECB374 xEEC451 xEFE059 xF0B36A xF5E999 xFD91D4 xFDE033 xFEF437 } + } + } + s:STATE_BEDFORD = { + create_state = { + country = c:PAV + owned_provinces = { x69E2E1 x6AFDE4 x7FE3E6 x82C2D6 x8CE7C9 x91C4B9 xB0ED71 xB8EAC4 xBBDB70 xC458E4 xCBC1DB xCE84F0 xCE95D3 xCFDEA3 xD2A9B4 xD5A79A xD7F594 xDB72E9 xDBEFB4 xDEFED4 xE3C7DC xE3EBA2 xE564DF xEC20ED xF7FEB5 xF9F6D3 } + } + } + s:STATE_GREATER_PAVIA = { + create_state = { + country = c:PAV + owned_provinces = { x41C6F8 x4DFDBA x5EDEF6 x60D9E5 x63FCE6 x7DD5F9 x84EC92 x90DDA8 x93C2DE x9995CB x9C97FA xA3F3AD xA8E7F2 xA9E7E4 xAEF870 xB3D5F3 xB4F674 xBA8AC8 xBDA0BC xC0FB66 xC2E2BE xC56DE0 xC5AFAE xC5E17B xC96DF9 xD59F91 xD99E83 xDA61FA xDC7DE8 xDE9092 xE1AB6F xE1F5F5 xE7BCFE xE7FC5E xEA6BEC xED98AD xEF82F1 xEFE045 xF0CCCD xF169BF xF2D78B xF4AF6B xF4DDD3 xF4FD5D xF6C47C xF9DDD8 xFACBBF xFAE99A xFB8193 xFBC78A xFD83E4 xFE5FA2 xFE8590 xFECFF7 xFED539 } + } + } + s:STATE_PAVIA_AULDMARCHE = { + create_state = { + country = c:PAV + owned_provinces = { x45CFE3 x6CC5CD x8BF7EF x8FCDC7 x9FC5CF xA8A4EE xB3EBDB xB5F74B xB7E562 xBCDFC4 xBDD2D9 xC191F8 xC29DEB xC4F9DA xC770D2 xC7CF8D xC8C8BB xCDD5B2 xD1EDA1 xD3A3EF xDA4BD3 xDCB88C xE08FA7 xE2D983 xE4A29C xE6A9D4 xE6DEB2 xE6FCB5 xE8C58B xEC73B0 xF0C2EB xF3A796 xF48189 xF6F84F xF7F6EA xF99BA0 xFB9D6B xFBCAAB xFDFAE8 } + } + } + s:STATE_NORTH_NARA = { + create_state = { + country = c:NAR + owned_provinces = { x29F2E6 x4BCCDF x52F6CE x5FFCCD x63C1D9 x64D6D4 x76BBD1 x7CF7F1 x7DF69F x7DF88C x8190E5 x81DFE4 x84F3B7 x86B1D8 x9DECEC xACEA8C xACFBDA xB6ABF7 xC480E8 xC4D397 xC5FC6E xC69798 xC6E9DD xC7B2F3 xC7BDBA xC9B894 xCB94BB xCDEC9E xCF4DF4 xCF5ACF xD3D6F8 xD55EDF xD9C0ED xDBCE5A xDE98E8 xE2DAB6 xE37CBE xE5CAEA xE695C7 xE6F55B xE7F5DF xEA71BF xEBCD47 xECC8C2 xECF434 xEF55E1 xF17CB5 xF5A583 xF76D99 xF7C5F8 xFABBAA xFD37F3 xFDDECD xFDDEE4 } + } + } + s:STATE_CENTRAL_NARA = { + create_state = { + country = c:NAR + owned_provinces = { x31F2D8 x3AEBDB x4AFCF3 x56F8FE x64AEEC x65DDFD x6EE8EA x74DABE x7AE8C5 x7AF6F5 x81B6D5 x84DCE2 x84E9E0 x85CDE6 x8791E4 x88EAF1 x8FAAED x97E3A9 x98F7AB xA2DEDF xA4DE98 xA564EE xA677DE xABD1EA xACB5F2 xB5CE72 xB8B0BC xB8C6D7 xB8FCDE xBACDB2 xBE91C8 xC495BF xC6E7F0 xCDF998 xCE64F7 xCFA2BE xD1FE66 xD2A5D3 xD2B7B8 xD3E3A4 xD5CAE9 xD9E5D7 xDBFB49 xDCE5F5 xDD8D96 xDDC3D4 xDEC280 xE295AC xE2E761 xE2E7FE xE4DAF5 xE6D754 xE8CE5B xE98D89 xE9CAF7 xEEF94E xF1ECD3 xF3FC1F xF4C4F8 xF4E741 xF6F68C xF8C966 xFBD247 xFCA2F2 xFCB688 xFCDED3 xFD65CB xFEA8CC } + } + } + s:STATE_SOUTH_NARA = { + create_state = { + country = c:NAR + owned_provinces = { x36F6E0 x3DF2E5 x3FF2F3 x43D5DD x49FEB4 x4AD5F9 x4BEEE3 x52FAAE x53A8FC x54D4E8 x61D5E8 x61FD9F x63FBCA x67C0FB x67DFF6 x68B2F5 x69E1DE x71FEBE x74ECFD x78EFD1 x78FCE6 x8299F8 x84B8F1 x87BAC3 x88E196 x8AD3DF x8EB1B7 x8EEF85 x91CE98 x91F2AF x9278F2 x9297CC x92EF86 x93AFE5 x94FD84 x95C0D5 x9777F0 x99FE81 x9CEED3 x9E7CF2 x9FF268 xA0A9FC xA1C6DC xA295E9 xA382D4 xA385EE xA5A3FB xA5D4A3 xA682F2 xA6AAD4 xA8CAF9 xA8E57F xAEC09A xAEF1C3 xB1DAA6 xB3DCBD xB4BAE1 xB581F8 xB5C887 xB6A5F9 xB7CE86 xB8FE6B xB96AF8 xBEF2F8 xBFB1ED xC0FB79 xC1BDD4 xC1CDDE xC283DE xC2CAF4 xC3A8B5 xC567D4 xC5DF73 xC5F49A xC8C3ED xCBABA8 xCBFE56 xCC67CE xCC73EB xCC93C8 xCD83AD xCFA6A5 xD0DEC9 xD0E04E xD2F7B0 xD391B6 xD3A0BD xD3DC4B xD4D5A4 xD7CAD3 xD8E1CA xD9E256 xDA25FC xDDE733 xDE7FC7 xDEBAD9 xE0A1D4 xE0DA47 xE0F525 xE1CBE1 xE2DF5F xE5A09F xE5A2F6 xE5C094 xE6C8B4 xE73BD7 xE8C5EF xE9EDFC xEAB5C8 xEABDCB xEAC1D2 xEBC4C1 xEC63CA xECA69F xECF7A0 xECFEEB xEFD4A1 xF0C98E xF1E9A8 xF1EE7A xF2BFD3 xF4E7A0 xF681FE xF6DCEF xF7F67A xF854E2 xF87E9A xF8FE23 xFAC7EA xFAD68F xFC9F71 xFCAF71 xFCECD7 xFD44F4 xFDF2B3 } + } + } + s:STATE_QBARRA = { + create_state = { + country = c:NAR + owned_provinces = { x52C8E1 x61F0F7 x6AE1E4 x8ABCF6 x91F7D3 x95D6DC x9FD1D6 xA5EDAA xACC391 xB2BEA1 xB6B49F xBDC895 xC4B8DF xC6D091 xD0A5EE xDCFBAA xDE47DC xEA8389 xEB89AD xEEB0C7 xEF77B7 xF0C644 xF1F96C xF5D0C9 xF76CA2 xFB5FBA xFED8F3 } + } + } + s:STATE_ICE_SHELF = { + create_state = { + country = c:CDM + owned_provinces = { x3CFCCC x4DD6E5 x5AE8EA x5CF7D6 x5DDAE8 x5EF5EE x63C8E5 x6BDEC9 x73DCB4 x73F09D x78E5EF x78F9F2 x7AB9D6 x83F6AA x87EBDC x8ACBBC x8BC3F8 x8EFAB7 x90F0C7 x93F181 x96E0F3 x97DDD1 x99C3CE x99EACA x9BF3BE x9E8AF8 xA08CEC xA1C9F4 xA2C8D8 xA38DFD xA4DDBE xA6C5B1 xA9B5A0 xA9E79B xAAE7A1 xACE096 xACFCA8 xAD71DA xADD37D xAEBDAF xAEDAE2 xB0D08F xB3F279 xB8B4B5 xB8B59B xBFD8F6 xC1FBAB xC1FC89 xC249FB xC2D074 xC3FBAC xC45FE3 xC4DF96 xC5999D xC8E362 xCAD05B xCB70F8 xCDCAE3 xD1EB75 xD2E176 xD4B7BF xD6A97E xD7A3C4 xD7F137 xD86DC4 xD95DD1 xDADA5B xDBC060 xDC97E0 xE0CBBE xE149EF xE17CC9 xE299E6 xE2FE7B xE369AC xE46BE3 xE6A573 xE780EF xE7BD60 xE7DDBF xE7E64C xE8C5E7 xE8F2EE xEAD5A0 xEB6BCA xEB7799 xEC59DF xEDE250 xEDFEE3 xEE71BF xEE97A8 xF18087 xF1E343 xF237EC xF267CA xF2CCDB xF4D1E0 xF6B0A5 xF6F61C xF7ACB8 xF7FC0E xF85AE2 xF8F29F xF946D7 xF9A996 xFAB7B1 xFAE4D8 xFB9495 xFBD433 xFC61F2 xFDCA9F } + } + } + s:STATE_NORTH_HADES_ISLANDS = { + create_state = { + country = c:CDM + owned_provinces = { x6AA7FB x6AFBEE x70F7FC x71EFD0 x778DFC x78D7A6 x7CBEE7 xAF90F3 xB5A1D8 xC0E088 xCACEC1 xD6E7FE xDC6FCE xE9A6F2 xF067EA xF120F1 xF4BE5B xF9D281 xFAF2DF xFBE7E7 xFC929B } + } + } + s:STATE_WEST_CDM = { + create_state = { + country = c:CDM + owned_provinces = { x70ECEA x8784F8 x96EBC2 x99FC98 x9F8BED xC5E25B xC894B4 xE53CFE xEE51C6 xF1EF60 xFC1EE7 xFDE794 } + } + } + s:STATE_IMBLOC = { + create_state = { + country = c:CDM + owned_provinces = { xA8FCF8 xBA9FD1 xC9BDEE xDFB987 xEDFCCA xEF77E4 xF584F0 xFCF137 xFD59C9 } + } + } + s:STATE_CONCORD = { + create_state = { + country = c:CDM + owned_provinces = { x25FEF0 x52F4BE x5BC8F6 x728DFB x76E9D1 x81F696 x93EC99 x94AEF7 x9ABDFC x9CC2C6 x9FC1C9 xA2D8E2 xACA2AA xB2A6F9 xC0A3E0 xC1DFFC xC4DDBE xCC87B7 xD5CD88 xDE85C1 xE1BCAB xE6A788 xE761E4 xEB73D0 xEEF0C6 xF073C8 xF0CAA1 xF48CE5 xF523FE xF953F8 xF99D85 xFDDB60 } + } + } + s:STATE_SOUTH_CDM = { + create_state = { + country = c:CDM + owned_provinces = { x48D3FB x5ACADF x70B9D9 x73B6E3 x7DE3E5 xA1B4FC xA1C98C xA5EDD2 xA9BFF2 xB6A0F8 xBA8EC1 xC3E07C xC468CB xC58DB6 xCA71BB xCDA092 xD16DFA xD987DB xDA53FB xDA9AC1 xDCFA71 xDD76BD xE67FAA xE781C1 xEB7EDF xEFE252 xF058F1 xF1F83E xF257E4 xF2A667 xF398A6 } + } + } + s:STATE_SANTIAGO = { + create_state = { + country = c:AUR + owned_provinces = { x12140D x1BEAF1 x67F8BE x7EDBE0 x8FEA7D x91DEB8 x93EAD5 x96C8CC x96DFD1 x99B5D1 x9EC798 xA9C68C xAFACDA xB1DB8D xB7F5D2 xC1C7EE xC4E56F xC9E0A3 xCD50F7 xD473E9 xD5CEAB xD850F0 xD98DF5 xE3C766 xEB6CA0 xF63FC5 xF6BAE6 xFA6DDC xFAF82C xFC20DE xFCD15A xFEFA13 } + } + } + s:STATE_CDM_EXCLAVE = { + create_state = { + country = c:AUR + owned_provinces = { x2EFED0 x410914 x5FFDFD x80E7E7 x82F7A6 x93D8AC x96E5F7 xA372E1 xA393DE xADCA9F xC1C0A8 xC4A7F8 xD7EF76 xD9B1C1 xD9BCFA xEAF733 xED917D xF0F234 xF20DF9 xFBAFA6 } + } + } + s:STATE_CDM_FRONTIER = { + create_state = { + country = c:AUR + owned_provinces = { x2ED9F4 x39E5FE x5AE2FA x6EB2F7 x72F5D9 x74E2BC x83F8B9 x87C7EF x889BE9 x88B9C9 x88F8B6 x8986F2 x8BF499 x92A6E5 x99DDC7 x9BEBCB x9CAFBF x9EED7C x9FD1EE xA3EADF xA5E3F9 xB5DA7A xB9C9FA xBAE8E4 xBB9DB7 xBDEC9E xBED27D xC4F84A xC5A3E2 xC5FEBB xC8A6CF xC9AD9B xCA93AB xCA9F8D xCC58FD xCD82A6 xD431F9 xD4A190 xD74DE6 xD8D5CD xD9C2EB xDEF0D5 xE632E3 xE686E7 xE74ACE xEBBC99 xECFEB6 xEE91AD xEEC4ED xF15BB4 xF1AAB1 xF4B47F xF5A3BE xF6E4C7 xF7E962 xF830F8 xFB7590 xFCE8D8 xFDAACA xFDD3F7 } + } + } + s:STATE_ESTALIA_1 = { + create_state = { + country = c:EST + owned_provinces = { x1CFEF8 x27EDEA x29E1F7 x2EF3F3 x34EAD8 x3BD1EA x3EDDF0 x3EE2FA x40F9CE x51F6F0 x5DEBD4 x5EF4BA x5EFBD0 x61DFD0 x649AFC x68ADFB x68F7A6 x69D0D5 x6AA1EA x6ACBE5 x6BF1E5 x6DCEBD x6EAAF4 x6EBBD1 x6EBFD1 x6FEAD7 x70F6DA x72B0DE x74CBCD x74CEF7 x74F199 x74F590 x7BF1A0 x7CBBD4 x7CF894 x7CFBE5 x7ED0D6 x7EDEBA x7FCDDF x80B9BE x80BCE2 x81F682 x83BCB9 x83F4FC x84F5C7 x87C8B6 x89EDE7 x8AA0E6 x8AF4A9 x8BEDBE x8EBBF2 x90F3AA x92C5EB x92C6C8 x92DDA9 x94DEBB x99DEBA x9B88EC x9DDFA1 xA0E6E5 xA1CCC0 xA1D59B xA4F58D xA5D3A5 xA6C6A6 xA793BE xA7F47D xA7FC57 xA8AAB9 xAB59FB xABA3DC xACDEC4 xADFDFA xAF68E6 xAF80D0 xB1E765 xB1F8DA xB293B3 xB2ACE4 xB4EB81 xB5CC97 xB6E3CB xB9C3B8 xBABCB0 xBB8DFB xBBAEB8 xBBCDF0 xC1D582 xC27CD7 xC2D672 xC3ACC3 xC3EA79 xC4A0BB xC592DB xC6D0C9 xC6FD5A xC7F7DC xC8A8DD xC8DEC3 xC970F7 xC97DE7 xC9B681 xCADED4 xCB47F5 xCBA2E3 xCCCF6B xCE7AB9 xCED278 xCFCCDC xCFE0E7 xD093FC xD1E96E xD371E9 xD3BEA2 xD3CB75 xD64CD7 xD76CC4 xD7ADC8 xD873BA xD8A484 xD994CC xDAD151 xDAEEE2 xDB49EC xDBB1F8 xDD7AD2 xDEEAE2 xE078C3 xE29E9D xE3C8E5 xE3E7B0 xE421F7 xE4ACB0 xE4F81A xE5BDA7 xE6868C xE6ABAD xE6F54D xE6F555 xE7EA56 xE8C2B8 xE8DEF0 xE9A482 xE9FDA5 xEA74E1 xEB95AF xEBA078 xEC71C8 xEC76AA xECD66C xEECB83 xEF66A1 xEFA882 xF021E8 xF090B0 xF197CC xF2E84A xF2F141 xF2F61D xF34BBF xF378F4 xF6F014 xF8DD26 xF8E1E7 xF8E7A3 xF8EF23 xF9B7FD xF9CD91 xF9D93F xFA29E7 xFA55D4 xFAD3ED xFBA0F1 xFCEC69 xFD95DA xFDCFB5 xFE9486 xFEE7D1 xFEF9A1 } + } + } + s:STATE_ESTALIA_2 = { + create_state = { + country = c:EST + owned_provinces = { x0CFCF5 x15EBF5 x31EFD5 x35E1DF x49B8FC x6A98F7 x6FFACC x89E8AA x8BF68C x94FC97 x96F6F4 x979BF6 x9875FB x99ADDA x9CB6A9 x9CD5B5 x9CF0EB xA35AFD xA3D1D6 xA88CE6 xACBECF xAF67F7 xAFFC7F xB0A5B0 xB7DEDE xBAAABB xBDF081 xBE5EF0 xBE75D1 xC2CEEB xC4EEEC xC8D1AF xCD8CDA xCE9FCE xCFB1E0 xD1AA7F xD1B6C0 xD1C65E xD1C8AA xD5C977 xD6C0EB xD783EB xE242E3 xE548D1 xE7BAA6 xE823FA xE99AF3 xEC94A4 xEDC686 xEFD4AF xF142D7 xF2918A xF299A0 xF2C0D4 xF39687 xF3BD4A xF3C6BA xF4BDC1 xF4E37D xF7CDF5 xF9D2B3 xFA6E8E xFACEA7 xFC9B7E } + } + } + s:STATE_ESTALIA_3 = { + create_state = { + country = c:EST + owned_provinces = { x44DAE1 x63EDB6 x70F7BC x7BF3C3 x7BF9BF x80F2D8 x85C6B0 x889EE8 x94D2D8 x9AF8CC x9EC5A2 xA997BD xAAF7F9 xB0F1BA xB3CC7F xC0BDDA xC3C59A xC7F78B xD074FC xD0A487 xD371F7 xD6D0C4 xD6E8DE xD9D1CA xDAD7A5 xDC9392 xDCF08D xE3A9DD xE7D6D6 xEA78FE xF5F6AA xF74DF8 xF84AE1 xF9DC29 xFA4FB4 } + } + } + s:STATE_ESTALIA_4 = { + create_state = { + country = c:EST + owned_provinces = { x25EAF0 x2EEBE6 x38D9FE x3AEDE1 x3AF9D5 x3CF9F1 x3FFCFB x40DCED x42EECE x4BEADA x59DFEF x5DC4E3 x61E6B9 x63E7F0 x6DD4F6 x72F4C0 x74BAEF x77C1CE x77E7F8 x7AF79B x7CFEB3 x81A5D5 x85F8F7 x89E2F2 x8ADCBD x90A7CC x95FC6D x96F586 x98B6F2 x9AD698 x9EBBE3 x9ED4C5 xA1BD98 xA2EAC8 xA2EFDA xA4DBA4 xA5B5DD xA5C4B7 xA6D9B0 xA8F8AB xA9A0D2 xA9BEEE xA9C0F9 xA9CACE xAA83CA xAA95F1 xAB6AE9 xABB7F8 xADB8DF xAEB99F xB0EBE3 xB36DDA xB4E1DD xB6A7DF xB6BDAA xB7B0B4 xB8D6C2 xB9FD8A xBCC99B xC0D95D xC0DF71 xC1CC8B xC2FC63 xC5D1C9 xC5D6A8 xC5ED46 xCBC8CF xCCB4F6 xCE93EF xD07DF0 xD0DBD7 xD18BDB xD1CA93 xD297A9 xD2F9E2 xD3A5D8 xD4BCF8 xD6D0F0 xD7DA71 xD7E66F xD862E6 xD997FC xDA93CF xDB5FE7 xDBF99D xDC8F91 xDD21F8 xDEB3A0 xDEC660 xDEEE83 xDF5DF6 xDF87BA xDFB592 xE0A6E2 xE0E8EF xE1E558 xE1FA36 xE2BA79 xE2C8E6 xE2CEE2 xE2DBDD xE3929A xE461EF xE5E15B xE840DD xE858E4 xE8ACBB xEAF7B6 xEB26F0 xEBFD85 xEC8FF8 xEDDEDD xEE9EB9 xEEA870 xEF7AE5 xEFD671 xF09E76 xF193E0 xF25FB5 xF2C0F6 xF3B3B5 xF58BF5 xF5D0DB xF5FCA9 xF747F4 xF749F2 xF751FC xF77BAE xF8B7EF xF96CA6 xF9C7C0 xF9CE36 xFA8C77 xFBF29C xFC31F9 } + } + } + s:STATE_ESTALIA_5 = { + create_state = { + country = c:EST + owned_provinces = { x3AEEFC x40C8F0 x49D8F5 x66D6F2 x6DCAF8 x74E5B0 x75CDFD x94F8FB x95E4AF x9DE2A1 x9EF661 xA0A7B2 xA5CFBF xA5D891 xA7FAFE xAEEA91 xB0DDE7 xB4D48A xB8BB91 xC1CCFA xCB5AD9 xCF65EA xD06BF4 xD0A6BE xD3D379 xDC3FF4 xDC47DA xDFC4DA xDFE96A xE8F5DA xE8F5E3 xE9CDE2 xEA3DF5 xEDD0F3 xF6D44C } + } + } + s:STATE_ESTALIA_6 = { + create_state = { + country = c:EST + owned_provinces = { x40F0EB x44E8FC x48F9BB x49DAD2 x56E3F7 x5FAEF6 x5FF4C6 x64F3F5 x72BAD7 x77FEC9 x82FBA5 x84DFF5 x87CEC8 x92C6D5 x95EE92 x98CA94 x98F37F xA180F4 xA3E8F7 xA9C4C6 xAABDC7 xAAEEF3 xACB5CB xACD9D9 xADADDC xAE85E0 xAF76F6 xB298AD xB2E167 xB3E4AB xB5D0B5 xB6E5C2 xB7C09E xC2DAB6 xC577DA xC68DD0 xC6DC53 xC7B3C9 xC9A6C4 xCAF2C0 xCBF861 xCCB0A2 xCE3FEE xCEC392 xCFA58A xD241E9 xD4BFD4 xD6A29C xD6DFDB xDA66B5 xDADD9F xDBE263 xDCAEC8 xDCCDA7 xDE7FED xDED8B9 xE0DFF4 xE1FB56 xE38AE7 xE5EB88 xE73CE6 xE9B961 xE9E638 xEDB6D5 xEE809E xEF4CCC xEFBEF8 xEFDAA1 xF1ED3C xF1F098 xF3E883 xF55ABA xF7E557 xF8DA42 xFA94C0 xFCC5E9 xFDF540 } + } + } + s:STATE_ESTALIA_7 = { + create_state = { + country = c:EST + owned_provinces = { x28F5EF x3FF1D7 x46F9F1 x4AD2F0 x4BC6EC x51F6B1 x57DBD4 x5CF3C8 x62BEE7 x66C4DC x71DCE2 x78F8D0 x7CEAFB x7DF695 x92F1D5 x97F6A9 x99C1CE xA298FA xA4C39E xA8E5E2 xA9D7E4 xACB6C7 xAEA2D6 xAEC1AD xB079DD xB0DAE7 xB1EB6D xB2F18F xB3EEEB xB5A49D xB9AEDC xBCA3CC xBCA9D0 xBCD488 xBE60E5 xBFD0B8 xC0E8FB xC39FD9 xC49CDF xC6B8A3 xC6DCEE xC87AFD xC978FD xCB9FF7 xD0F990 xD2F5A6 xD3EB6F xD5BFDE xD6CB75 xD6E8D1 xD789E1 xD8F5E0 xD9CE94 xD9F386 xDB7BCB xDBE24C xDBF922 xDDC2D7 xDEDA50 xDFDE83 xDFE7F1 xDFFCC1 xE199C6 xE567F9 xE5D055 xE5D666 xE6E469 xE7FC95 xE83BDA xE969A3 xEA8FA3 xEBCAF3 xECA5D2 xEDE4D0 xF060ED xF0EAE4 xF149BD xF230E7 xF286C4 xF2BCC7 xF332E5 xF5ADA9 xF66DC6 xF9D3A7 xFA5EA7 xFAC75E xFBEA87 xFD52DB xFDA6CA xFDB4FC } + } + } + s:STATE_ESTALIA_8 = { + create_state = { + country = c:EST + owned_provinces = { x2EE1F3 x3BFAEE x4EB0FC x53F3F8 x59CAD6 x6DF9E6 x6EABF8 x70E4B2 x80C0BB x84F089 x86AFCC x8A97D7 x8EA9F2 x94D9DE x99CACC x99F8DD x9DC9A7 xA05FFB xA2A8E4 xA4D97F xA9E5D4 xAACDED xAADED4 xABFAF9 xAFF9FA xB8D495 xBA9FC4 xBCF561 xBF9FBD xC58FE4 xC5E97A xC69DF0 xC8EB55 xC980F6 xCAEE5A xCBC882 xCEECF3 xD1C7A9 xD7D7F9 xDAF640 xDDF2A9 xDEA893 xDEEFEF xDFCE74 xE26FEA xE4CA5D xE5A29D xE8CFF1 xE8DF62 xE8F1D8 xEB29FD xEBA080 xEBC9FC xEE72D9 xEECC4C xF173C7 xF2A68E xF2C7D9 xF2EA59 xF354F4 xF3F931 xF5D6ED xF5E372 xF77D89 xF77E88 xF7ABD5 xF98CD5 xFA8CD8 xFDED60 xFDF538 xFE30D7 } + } + } + s:STATE_ESTALIA_9 = { + create_state = { + country = c:EST + owned_provinces = { x43DDF2 x66E6F8 x67C9C5 x6FD8ED x81DE9B x83E5A9 x89C2FA x8A72FC x8AF4FC x90C5C7 x9371F4 x9AE49D x9BA5CD x9E98E2 xA1C2C9 xA3F19C xABE9FE xB1A2DF xB1FB86 xB7BAE1 xBC80DC xBDF292 xBDF2C4 xBF50EA xC0E5D9 xC15FD9 xC2E9CB xC5BCC2 xC683D8 xC9F270 xCABE72 xCAC3BA xCAEB67 xCB5AED xCD63CC xCDEAF7 xCED3E1 xCEE47A xCFA0A9 xD07EE3 xD0CC5D xD0E882 xD2D2FA xD494CF xD498FB xD4E18A xD5E180 xD6A28F xD6ADB3 xD6C886 xD885F7 xD983DF xDCF668 xDECEA4 xDEE24B xDFC975 xE1EDAD xE3CD5B xE49DA9 xE6A9FE xE789F8 xE8EC4F xEAEA4D xED50DB xEEC759 xF17C9C xF19076 xF1BB5C xF1CC55 xF1D8FD xF2F9FB xF47C89 xF4FD89 xF5A6CF xF7F98A xFBAAB3 xFBE2A1 xFD8AB2 } + } + } + s:STATE_ESTALIA_10 = { + create_state = { + country = c:EST + owned_provinces = { x4EE0D0 x5BA6F8 x60C3D6 x64ADEE x65CDCD x6ADDF6 x6BC7CE x6BE4BB x6DEDAA x7EE997 x7FFC8D x8394F1 x85E4C8 x8C83F7 x8CC3B0 x8FBDD3 x93F971 x93FCE0 x94A3DB x9FF899 xA0F762 xA1EAAD xA783EF xA8DCA2 xA995B8 xA9BDEF xB09EE2 xBAC7B1 xBBBA80 xBD54FC xBE99C0 xBEC6C4 xC378E9 xC3BDD8 xC7CABC xC7EEB5 xCAA98D xCCD3CA xCFC264 xD19DC0 xD3DD48 xD4CC61 xD9FCBA xDF6EF3 xE057D5 xE066BF xE0A4A3 xE0D3C6 xE1C8F9 xE36EC1 xE388CE xE38CA6 xE3E760 xE4F0E4 xE66EE2 xE752CB xE9F4F2 xEBBEDC xEE8FF9 xF086D2 xF188BD xF268F1 xF293EC xF2B29E xF4ECA2 xF4FC77 xF725E5 xF981CD xF9F6D5 xFBAED5 xFBAF57 xFEB841 } + } + } + s:STATE_ESTALIA_11 = { + create_state = { + country = c:EST + owned_provinces = { x34F7FE x5BE5F4 x66FAB9 x6CAAE3 x71FEF9 x76AEF0 x77F4A5 x86D59B x99D49E x9FC5B0 xA0D8C0 xA362FA xA5D3B5 xADD8E5 xB1D3A8 xB1DBC3 xB2ECE0 xB6AECA xB9B0CF xBF9AAA xC7FCD0 xCB73C3 xCB8EBE xCCEACA xCEC791 xD0A9D4 xD1A0D2 xD2FEC0 xD3F3EE xD56CC0 xD5FBD0 xD988D0 xD9DAFD xD9EBD9 xDAE36F xDD46D4 xDD66D4 xE07DC5 xE1E93B xE1F962 xE257CA xE288B1 xE2EF62 xE4CED5 xE4F792 xE9BBC4 xEEBBF8 xF2F433 xF4D1BD xF5E27F xF68DC4 xF79DF5 xF7A6D4 xF7BB82 xF8CD62 xFA69A0 xFAB3E0 xFAD632 xFD52D0 xFD57C6 xFDEDC2 } + } + } + s:STATE_ESTALIA_12 = { + create_state = { + country = c:EST + owned_provinces = { x12FAF4 x1BE5FE x3FD7E1 x46F5C1 x66C6DB x7ED7B3 x94B3AE x95EBC4 x9CE5A6 xA193F0 xA2C6E3 xA468FA xA5D3D0 xB075F5 xB2ED73 xB7DD6B xBBE58A xBDBF93 xC0B88D xC0FCFE xC2E8BA xC44DF2 xC488FB xC5B9D5 xCA96E4 xCB91BB xCCBEA7 xCDB28C xCEA3B8 xCF87E9 xD2AF89 xD3FE90 xDB7DEE xDD44F2 xDEFD64 xE0DBA6 xE262ED xE3DC68 xE4AAA6 xE6E0B2 xE976D7 xE99985 xE9C0D5 xF195F7 xF5FD7D xF69870 xF863C5 xF8E81C xF9F7AE xFABB6F xFDD2B7 xFEB5A3 } + } + } + s:STATE_ESTALIA_13 = { + create_state = { + country = c:EST + owned_provinces = { x4FF9C4 x51CCE7 x5DF3EC x7F8DF1 x957CFE x9F5EF9 x9FF1A2 xA1F37A xA490C8 xA8A5B5 xAAEA7C xAB9FEC xADDDAF xB4C5E5 xB6A8C1 xCABFF5 xCB69CC xD0DAE9 xD29E8F xD4B77D xD4D7A6 xD6D2D5 xDCA5EC xE253F6 xE49CF0 xE683C0 xE6B271 xE9C765 xEDD9D0 xF2ADAA xF38A90 xF54CC6 xF66EF1 xF9D864 xFBBFE9 xFD6ABF xFDCE9E xFEA1A1 xFEDFA4 } + } + } + s:STATE_ESTALIA_14 = { + create_state = { + country = c:EST + owned_provinces = { x5ADBEF x6FE9C7 xADD2CE xAE99C8 xAEEF8C xB9EDD4 xD3CEF0 xD79AA8 xDEAAD7 xE186D7 xF3C5EB xF693CB xF8F6F1 xFEB09C } + } + } + s:STATE_ESTALIA_15 = { + create_state = { + country = c:EST + owned_provinces = { xC2E7BD xC4ABB4 xD97BB9 xE3A5B6 xE7D29C xFDAF72 } + } + } + s:STATE_IRIA_1 = { + create_state = { + country = c:IRI + owned_provinces = { x0C033F x41EAD8 x54D1EA x56CED9 x6BD5DB x89CCBE x91E4D4 x94DD88 x95C99B x95DDEE x97E5D4 x98DCEA x9BC6CF x9DB9DB xA1FA6D xA3FDA9 xA4DCB9 xA99BB6 xADEF5C xB0E2FB xB379F1 xBAFE88 xBDA0DE xBDF48E xBEC3A2 xC196D3 xC1B0C0 xC4E6E4 xC89AC9 xCA98B3 xCB93FE xD788A3 xDD56F7 xDD71C5 xE0EA93 xE1CBBB xE4EB95 xE5E661 xE64DD9 xE6F126 xEA86EA xEAE132 xECA07A xEDC851 xEDF812 xF0B8AE xF0E6AE xF32CDC xF482A3 xF5E069 xF979AF xFCA4F4 xFD99F7 xFEB667 } + } + } + s:STATE_IRIA_2 = { + create_state = { + country = c:IRI + owned_provinces = { x4EDDCC x61ADED x87EA91 xADD6FE xB4FAC0 xB5D5D9 xB7BBB9 xB978F9 xBF7AEB xC6F3A7 xC8EA63 xCB3EFD xCE7DB9 xD2E774 xD58BBE xDF73D3 xEE80DE xEFBD5A xEFECBF xF150DC xF167BE xF3ADB5 xF8DAE8 xF8DC7B xFB20E3 xFED4B6 } + } + } + s:STATE_IRIA_3 = { + create_state = { + country = c:IRI + owned_provinces = { x55E7DF x9AAED5 x9EF7CA xA8EEE5 xA989E8 xB6F599 xBFC47B xC6D8FC xC9D8C7 xD197A8 xD6E25A xD8AFA9 xFD1FF3 } + } + } + s:STATE_IRIA_4 = { + create_state = { + country = c:IRI + owned_provinces = { x2DFBF5 x5FD8EF x7EE2B8 x9AD7D5 xA3D9D1 xAAD3D9 xB3EABC xB7FBF9 xB9DB8C xC0F267 xC271D6 xC2AC9A xC374E6 xC4C178 xC7B67B xC97FD6 xCA60D6 xCAE69D xD3ED5D xD4C1E3 xD5D77F xD654DE xD8FDB5 xDCD588 xDEED86 xE7DF44 xE82BE4 xE88BF0 xECC1D2 xED52CA xEEDCA7 xEF9786 xFBF683 } + } + } + s:STATE_IRIA_5 = { + create_state = { + country = c:IRI + owned_provinces = { x4ADBD6 x4CCBFD x6BD3D1 x6EF3F8 x8FE8CF x9F9EDC xA38AF5 xADF46D xB65CFC xC1FB9D xC8E391 xD3AAEF xD4DA51 xD5B96A xD78CAA xD7DBAF xD8FA28 xDE77B0 xDFE9B9 xFB71C3 xFB96E6 xFE89F2 } + } + } + s:STATE_IRIA_6 = { + create_state = { + country = c:IRI + owned_provinces = { x77F0A7 x94C5BD xB599CE xCACA84 xD7DFE1 xE4F252 xE781FC xE91DF8 xEAAAE4 xECE4EF xFE1CDD } + } + } + s:STATE_IRIA_7 = { + create_state = { + country = c:IRI + owned_provinces = { x3EEAF2 x65FAF0 x6FA8E5 x79A6E1 xA1C6EC xA4D2AA xAAAFF0 xAE8CF5 xB0E799 xB0FCAE xB7CFE4 xB99AE9 xC4F4AE xC86BC7 xD1DE6F xDCE077 xE27AF4 xE399A3 xE5B6DA xE6D459 xF28AA9 xF8D46F xF994A3 } + } + } + s:STATE_IRIA_8 = { + create_state = { + country = c:IRI + owned_provinces = { x946AF7 x98D2DC xA4D69D xA4F774 xB08FE8 xB786D6 xCDE48F xCFE897 xE4DD6A xE580FD xEBF86C xF09C86 xF3A5A2 xF763F6 xF7B94E xFAB19E xFCE3DD xFCF1E0 } + } + } + s:STATE_IRIA_9 = { + create_state = { + country = c:IRI + owned_provinces = { x3BE7DC x3DECD0 x50C7E4 x69F3E8 x70B3F5 x7EAFD1 x8DB7D5 x9394F6 xABFE73 xADBDA1 xAFC1B4 xC1C4DE xC3D984 xC8A9D3 xC9E9FC xCBA998 xCCE99B xD63DE7 xD990C7 xEE85B1 xF1CDD8 xFBE888 } + } + } + s:STATE_IRIA_10 = { + create_state = { + country = c:IRI + owned_provinces = { x42FCFB x6BDCBC x7FC2BE x93E785 x9FD3CF xAE8BF9 xB4E9F5 xC3D2A3 xCAFEEA xCBEDF4 xCD86D1 xCF84E2 xD8F1B9 xD9C3E6 xDCE33A xE888FE xF1EB71 xF3A976 } + } + } + s:STATE_IRIA_11 = { + create_state = { + country = c:IRI + owned_provinces = { x927CE8 x9CF4C6 x9FA3C6 x9FE6F9 x9FFA87 xA9C4B5 xAAC2C1 xB6E758 xC1FC39 xC2ECA6 xC5F976 xC789AD xC9C393 xD366EF xD44FE3 xD8D077 xDC9E7F xDEEDCE xE58396 xE832DE } + } + } + s:STATE_IRIA_12 = { + create_state = { + country = c:IRI + owned_provinces = { x4ADFFE x51C3EA x56C5FC x64A0F4 x8AE4E1 xC0D9A9 xE26CBC xE345D4 xE36CD9 xF379E9 xFB9C88 xFC6BB9 } + } + } + s:STATE_IRIA_13 = { + create_state = { + country = c:IRI + owned_provinces = { x64FAF1 x6BF7C6 x7FFA82 xA09DF5 xA8E490 xB1EBF8 xB2ECF3 xB8A5B9 xC1DC94 xCAA694 xCBC288 xCCCEE2 xD1CE5B xD45CC5 xDDA690 xDE09DA xDFC0BD xE2DB4B xE48AE4 xE9CEB2 xE9D6B0 xF5CE9A xF7F96F xFB9193 xFCCA3A } + } + } + s:STATE_IRIA_14 = { + create_state = { + country = c:IRI + owned_provinces = { x2EF5EA x3AF5E1 x40F1ED x4DEEED x4FFBC9 x81FEFC x82F492 x8DC3C2 x8DE498 x8EE992 xA19CE2 xA9CFCE xB47AF2 xB57CF3 xBDFB91 xC9B385 xC9BAA6 xCCC6F7 xD2CA90 xDCE1DA xDEC061 xDFFAB1 xE3B9D3 xE3D24D xE7BFAD xE899D0 xE9F568 xEA5AD6 xEDAAC5 xEDC2CA xF4E064 xF5C5A6 xF8EFAF xFBAE9F xFDAB6D } + } + } + s:STATE_IRIA_15 = { + create_state = { + country = c:IRI + owned_provinces = { x43D1E7 x6DA2F3 x7BE9DA x82F5B6 x8F94DF x9DDCFD xA0F9D3 xA6E774 xA7AFCB xB1B295 xB498C0 xB4D3FB xB75DF1 xB7CEAC xBC88B9 xBCFE69 xC497C0 xC6E6CC xC7F2B0 xC9EA92 xCE83D1 xE16DD5 xE3E2AA xE43BDD xE4F0BF xE559BD xE695BA xE876AF xEED1CC xEFF42B xF063D4 xF64AEB xF8C649 } + } + } + s:STATE_CDM_FRONTIER_2 = { + create_state = { + country = c:AUR + owned_provinces = { x45DEE7 x51FAF8 x57CBDF x5FBDF4 x71E9DE x81BFB6 x90A8EB x91DBF6 x929DE0 x96E6C2 x9CB3B6 xA0F4F8 xA1FD78 xA4C6BB xA7D7CA xAEEB9B xB1EE8D xB3C4B8 xB4AEEE xB4EBE4 xB5F658 xBB8EBE xBB9EB1 xC542F6 xC6C1C4 xC9FD66 xCCC6CA xCEF6BA xD48BE1 xD4DA9A xD6A28C xD8B872 xD9CC81 xDD85CD xE29EE9 xE3F860 xE9D2E9 xEBA67E xEDFBF8 xEEF5E5 xF2C7D1 xF350E2 xF4799A xF558C9 xF7B676 xFAE6E0 xFBCD50 xFD98C7 } + } + } + s:STATE_MTA_2 = { + create_state = { + country = c:MTA + owned_provinces = { x40EADB x56E1F7 x5BEEC6 x5CE5C8 x66DAF8 x7EE4D7 x81D4D8 x8AFEE9 x8BDAF3 x8CF39D x90D3D7 x9393FE x94CC96 x9EBEB6 xA075EE xA1C3F5 xA4D1A3 xA7D8A9 xA999CE xACC2A4 xACD997 xB0E7A6 xB0EDFB xB1BBA0 xB6E2A4 xB7C8BB xBC8CB3 xBCADF1 xC288F5 xC3EB4B xC5B5A2 xD1B1D7 xD8E3E3 xDFA5FD xE6AD9F xECDE31 xED9282 xEEA175 xF5A8B6 xF8897B xFB3CEB xFB3CF1 xFB56D5 xFB98C5 } + } + } + s:STATE_IRIA_16 = { + create_state = { + country = c:IRI + owned_provinces = { x53E9CA x88DAE4 xC0D9BE xFDF6D3 xFEF2C7 } + } + } + s:STATE_IRIA_17 = { + create_state = { + country = c:IRI + owned_provinces = { x41E0DB x61AAEF x73ABEF x9BE5B1 xA0D9B7 xA984F6 xA9CFCB xACAAEC xB5E8F1 xBBDEAF xC39FB8 xCAD0ED xCBF65B xCE92AB xCFC19B xD0B574 xD9D474 xDFE5BC xE37FA6 xED6ACB xFAD083 xFC7FCF xFD31F6 } + } + } + s:STATE_IRIA_18 = { + create_state = { + country = c:IRI + owned_provinces = { x30F7D6 x37E5F3 x63A9F3 x7FF6E0 x83D3FC x8FF5A7 x9FB5B5 xA666EC xCCF9A7 xD8E0DF xE8FEA7 } + } + } } -##################### \ No newline at end of file diff --git a/common/ideologies/00_ig_ideologies.txt b/common/ideologies/00_ig_ideologies.txt new file mode 100644 index 00000000..3e92502c --- /dev/null +++ b/common/ideologies/00_ig_ideologies.txt @@ -0,0 +1,608 @@ +ideology_paternalistic = { + icon = "gfx/interface/icons/ideology_icons/paternalistic.dds" + + lawgroup_governance_principles = { + law_monarchy = strongly_approve + law_theocracy = approve + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = strongly_disapprove + } + + lawgroup_distribution_of_power = { + law_landed_voting = strongly_approve + law_autocracy = strongly_approve + law_oligarchy = approve + law_wealth_voting = neutral + law_census_voting = disapprove + law_universal_suffrage = strongly_disapprove + law_anarchy = strongly_disapprove + } + + lawgroup_bureaucracy = { + law_majority_newfriends = disapprove + law_mixed_bureaucracy = neutral + law_majority_oldfriends = approve + } + + lawgroup_policing = { + law_local_police = approve + law_dedicated_police = neutral + law_militarized_police = neutral + law_no_police = disapprove + } + + lawgroup_economic_system = { + law_newfriend_economy = strongly_disapprove + law_planned_economy = approve + law_mixed_economy = neutral + law_laissez_faire = disapprove + } + + lawgroup_trade_policy = { + law_isolationism = approve + law_mercantilism = approve + law_protectionism = neutral + law_free_trade = disapprove + } +} + +ideology_laissez_faire = { + icon = "gfx/interface/icons/ideology_icons/laissez_faire.dds" + + lawgroup_economic_system = { + law_newfriend_economy = strongly_disapprove + law_planned_economy = strongly_disapprove + law_mixed_economy = approve + law_laissez_faire = strongly_approve + } + + lawgroup_trade_policy = { + law_free_trade = approve + law_mercantilism = neutral + law_protectionism = disapprove + law_isolationism = strongly_disapprove + } + + lawgroup_childrens_rights = { + law_child_labor_allowed = approve + law_restricted_child_labor = neutral + law_compulsory_primary_school = disapprove + } + + lawgroup_labor_rights = { + law_serfdom_banned = neutral + law_serfdom = disapprove + law_regulatory_bodies = disapprove + law_worker_protections = strongly_disapprove + } +} + +ideology_individualist = { + icon = "gfx/interface/icons/ideology_icons/individualist.dds" + + lawgroup_welfare = { + law_poor_laws = approve + law_no_social_security = neutral + law_wage_subsidies = disapprove + law_old_age_pension = strongly_disapprove + } + + lawgroup_health_system = { + law_private_health_insurance = strongly_approve + law_no_health_system = approve + law_charitable_health_system = neutral + law_public_health_insurance = disapprove + } + + lawgroup_education_system = { + law_private_schools = approve + law_public_schools = neutral + law_religious_schools = neutral + law_no_schools = disapprove + } + + lawgroup_migration = { + law_no_migration_controls = approve + law_migration_controls = disapprove + law_closed_borders = strongly_disapprove + } +} + +ideology_stratocratic = { + icon = "gfx/interface/icons/ideology_icons/stratocratic.dds" + + lawgroup_army_model = { + law_disarmed_nation = strongly_disapprove + law_only_volunteers = disapprove + law_national_militia = neutral + law_designated_clickers = approve + law_army_with_a_state = strongly_approve + } + + lawgroup_labor_rights = { + law_serfdom = strongly_approve + law_serfdom_banned = neutral + law_regulatory_bodies = disapprove + law_worker_protections = strongly_disapprove + } + + lawgroup_taxation = { + law_consumption_based_taxation = approve + law_land_based_taxation = approve + law_per_capita_based_taxation = neutral + law_proportional_taxation = disapprove + law_graduated_taxation = strongly_disapprove + } + + lawgroup_welfare = { + law_no_social_security = approve + law_poor_laws = neutral + law_wage_subsidies = disapprove + law_old_age_pension = disapprove + } +} + +ideology_pious = { + icon = "gfx/interface/icons/ideology_icons/pious.dds" + + lawgroup_health_system = { + law_charitable_health_system = approve + law_public_health_insurance = neutral + law_no_health_system = disapprove + law_private_health_insurance = disapprove + } + + lawgroup_education_system = { + law_religious_schools = approve + law_no_schools = neutral + law_public_schools = disapprove + law_private_schools = disapprove + } +} + +ideology_agrarian = { + icon = "gfx/interface/icons/ideology_icons/agrarian.dds" + + lawgroup_economic_system = { + law_newfriend_economy = approve + law_planned_economy = neutral + law_mixed_economy = neutral + law_laissez_faire = neutral + } + + lawgroup_trade_policy = { + law_isolationism = approve + law_protectionism = approve + law_mercantilism = neutral + law_free_trade = disapprove + } + + lawgroup_taxation = { + law_consumption_based_taxation = approve + law_per_capita_based_taxation = neutral + law_proportional_taxation = neutral + law_graduated_taxation = neutral + law_land_based_taxation = disapprove + } +} + +ideology_particularist = { + icon = "gfx/interface/icons/ideology_icons/particularist.dds" + + lawgroup_policing = { + law_militarized_police = strongly_disapprove + law_local_police = disapprove + law_dedicated_police = neutral + law_no_police = approve + } + + lawgroup_army_model = { + law_disarmed_nation = disapprove + law_only_volunteers = disapprove + law_national_militia = neutral + law_designated_clickers = approve + law_army_with_a_state = strongly_approve + } + + lawgroup_labor_rights = { + law_serfdom = disapprove + law_serfdom_banned = neutral + law_regulatory_bodies = neutral + law_worker_protections = neutral + } +} + +ideology_isolationist = { + icon = "gfx/interface/icons/ideology_icons/isolationist.dds" + + lawgroup_colonization = { + law_no_colonial_affairs = approve + law_colonial_resettlement = disapprove + law_colonial_exploitation = disapprove + } + + lawgroup_migration = { + law_closed_borders = strongly_approve + law_migration_controls = approve + law_no_migration_controls = disapprove + } +} + +ideology_moralist = { + icon = "gfx/interface/icons/ideology_icons/moralist.dds" + + lawgroup_governance_principles = { + law_monarchy = strongly_approve + law_theocracy = approve + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = strongly_disapprove + } + + lawgroup_church_and_state = { + law_state_religion = strongly_approve + law_freedom_of_conscience = neutral + law_total_separation = strongly_disapprove + } + + lawgroup_citizenship = { + law_ethnostate = neutral + law_national_supremacy = approve + law_racial_segregation = neutral + law_cultural_exclusion = disapprove + law_multicultural = strongly_disapprove + } +} + +ideology_meritocratic = { + icon = "gfx/interface/icons/ideology_icons/meritocratic.dds" + + lawgroup_bureaucracy = { + law_majority_newfriends = neutral + law_mixed_bureaucracy = strongly_approve + law_majority_oldfriends = neutral + } + + lawgroup_taxation = { + law_per_capita_based_taxation = approve + law_proportional_taxation = approve + law_consumption_based_taxation = neutral + law_graduated_taxation = disapprove + law_land_based_taxation = disapprove + } +} + +ideology_patriotic = { + icon = "gfx/interface/icons/ideology_icons/patriotic.dds" + + lawgroup_policing = { + law_militarized_police = strongly_approve + law_dedicated_police = approve + law_local_police = neutral + law_no_police = disapprove + } + + lawgroup_legal_system = { + law_lawless = strongly_disapprove + law_no_formal_legal_system = disapprove + law_simple_legal_system = approve + law_complex_legal_system = approve + } + + lawgroup_free_speech = { + law_outlawed_dissent = strongly_approve + law_censorship = approve + law_right_of_assembly = neutral + law_protected_speech = disapprove + } +} + +ideology_loyalist = { + icon = "gfx/interface/icons/ideology_icons/loyalist.dds" + + lawgroup_taxation = { + law_per_capita_based_taxation = approve + law_proportional_taxation = approve + law_graduated_taxation = approve + law_land_based_taxation = neutral + law_consumption_based_taxation = disapprove + } +} + +ideology_jingoist = { + icon = "gfx/interface/icons/ideology_icons/jingoist.dds" + + lawgroup_army_model = { + law_disarmed_nation = strongly_disapprove + law_only_volunteers = strongly_disapprove + law_national_militia = neutral + law_designated_clickers = approve + law_army_with_a_state = strongly_approve + } + + lawgroup_colonization = { + law_colonial_resettlement = approve + law_colonial_exploitation = approve + law_no_colonial_affairs = neutral + } +} + +ideology_liberal = { + icon = "gfx/interface/icons/ideology_icons/liberal.dds" + + lawgroup_citizenship = { + law_ethnostate = strongly_disapprove + law_national_supremacy = strongly_disapprove + law_racial_segregation = disapprove + law_cultural_exclusion = neutral + law_multicultural = approve + } + + lawgroup_policing = { + law_no_police = neutral + law_dedicated_police = neutral + law_local_police = disapprove + law_militarized_police = strongly_disapprove + } + + lawgroup_legal_system = { + law_lawless = approve + law_no_formal_legal_system = strongly_approve + law_simple_legal_system = neutral + law_complex_legal_system = disapprove + } + + lawgroup_free_speech = { + law_protected_speech = strongly_approve + law_right_of_assembly = approve + law_censorship = neutral + law_outlawed_dissent = disapprove + } + + lawgroup_rights_of_women = { + law_no_womens_rights = disapprove + law_women_own_property = approve + law_women_in_the_workplace = neutral + law_womens_suffrage = neutral + } +} + +ideology_anti_clerical = { + icon = "gfx/interface/icons/ideology_icons/anti_clerical.dds" + + lawgroup_church_and_state = { + law_total_separation = strongly_approve + law_freedom_of_conscience = approve + law_state_religion = disapprove + } + + lawgroup_education_system = { + law_public_schools = approve + law_private_schools = approve + law_no_schools = disapprove + law_religious_schools = disapprove + } + + lawgroup_bureaucracy = { + law_majority_newfriends = neutral + law_mixed_bureaucracy = approve + law_majority_oldfriends = neutral + } +} + +ideology_republican = { + icon = "gfx/interface/icons/ideology_icons/republican.dds" + + lawgroup_governance_principles = { + law_presidential_republic = strongly_approve + law_parliamentary_republic = approve + law_monarchy = neutral + law_theocracy = neutral + law_council_republic = disapprove + } + + lawgroup_distribution_of_power = { + law_universal_suffrage = strongly_approve + law_census_voting = strongly_approve + law_wealth_voting = approve + law_landed_voting = neutral + law_oligarchy = disapprove + law_autocracy = disapprove + law_anarchy = strongly_disapprove + } +} + +ideology_proletarian = { + icon = "gfx/interface/icons/ideology_icons/proletarian.dds" + + lawgroup_taxation = { + law_per_capita_based_taxation = disapprove + law_land_based_taxation = neutral + law_proportional_taxation = neutral + law_consumption_based_taxation = neutral + law_graduated_taxation = approve + } + + lawgroup_economic_system = { + law_newfriend_economy = strongly_disapprove + law_planned_economy = strongly_approve + law_mixed_economy = neutral + law_laissez_faire = strongly_disapprove + } + + lawgroup_trade_policy = { + law_protectionism = approve + law_isolationism = neutral + law_mercantilism = neutral + law_free_trade = disapprove + } + + lawgroup_welfare = { + law_old_age_pension = strongly_approve + law_wage_subsidies = approve + law_poor_laws = neutral + law_no_social_security = disapprove + } + + lawgroup_health_system = { + law_private_health_insurance = disapprove + law_no_health_system = disapprove + law_charitable_health_system = neutral + law_public_health_insurance = approve + } + + lawgroup_education_system = { + law_public_schools = approve + law_private_schools = neutral + law_religious_schools = neutral + law_no_schools = disapprove + } +} + +ideology_egalitarian = { + icon = "gfx/interface/icons/ideology_icons/egalitarian.dds" + + lawgroup_free_speech = { + law_protected_speech = strongly_approve + law_right_of_assembly = approve + law_censorship = neutral + law_outlawed_dissent = disapprove + } + + lawgroup_childrens_rights = { + law_compulsory_primary_school = strongly_approve + law_restricted_child_labor = approve + law_child_labor_allowed = disapprove + } + + lawgroup_labor_rights = { + law_worker_protections = strongly_approve + law_regulatory_bodies = approve + law_serfdom_banned = neutral + law_serfdom = strongly_disapprove + } + + lawgroup_rights_of_women = { + law_no_womens_rights = disapprove + law_women_own_property = approve + law_women_in_the_workplace = neutral + law_womens_suffrage = neutral + } +} + +ideology_populist = { + icon = "gfx/interface/icons/ideology_icons/populist.dds" + + lawgroup_distribution_of_power = { + law_universal_suffrage = strongly_approve + law_anarchy = approve + law_census_voting = neutral + law_wealth_voting = disapprove + law_landed_voting = disapprove + law_oligarchy = strongly_disapprove + law_autocracy = strongly_disapprove + } + + lawgroup_governance_principles = { + law_council_republic = neutral + law_parliamentary_republic = neutral + law_presidential_republic = neutral + law_theocracy = strongly_disapprove + law_monarchy = strongly_disapprove + } + + lawgroup_migration = { + law_migration_controls = approve + law_closed_borders = neutral + law_no_migration_controls = neutral + } + + lawgroup_army_model = { + law_disarmed_nation = approve + law_only_volunteers = approve + law_national_militia = neutral + law_designated_clickers = neutral + law_army_with_a_state = strongly_disapprove + } +} + +ideology_reactionary = { + icon = "gfx/interface/icons/ideology_icons/reactionary.dds" + + lawgroup_governance_principles = { + law_monarchy = approve + law_theocracy = approve + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = disapprove + } + + lawgroup_citizenship = { + law_ethnostate = approve + law_national_supremacy = strongly_approve + law_racial_segregation = approve + law_cultural_exclusion = neutral + law_multicultural = disapprove + } + + lawgroup_migration = { + law_closed_borders = approve + law_migration_controls = strongly_approve + law_no_migration_controls = disapprove + } +} + +ideology_plutocratic = { + icon = "gfx/interface/icons/ideology_icons/plutocratic.dds" + + lawgroup_distribution_of_power = { + law_oligarchy = approve + law_wealth_voting = approve + law_landed_voting = neutral + law_census_voting = neutral + law_autocracy = disapprove + law_universal_suffrage = strongly_disapprove + law_anarchy = strongly_disapprove + } + + lawgroup_governance_principles = { + law_monarchy = neutral + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_theocracy = disapprove + law_council_republic = strongly_disapprove + } + + lawgroup_taxation = { + law_per_capita_based_taxation = approve + law_consumption_based_taxation = neutral + law_land_based_taxation = neutral + law_proportional_taxation = neutral + law_graduated_taxation = disapprove + } + + lawgroup_colonization = { + law_colonial_exploitation = approve + law_no_colonial_affairs = neutral + law_colonial_resettlement = neutral + } +} + +ideology_patriarchal = { + icon = "gfx/interface/icons/ideology_icons/patriarchal.dds" + + lawgroup_rights_of_women = { + law_no_womens_rights = approve + law_women_own_property = disapprove + law_women_in_the_workplace = disapprove + law_womens_suffrage = strongly_disapprove + } + + lawgroup_free_speech = { + law_outlawed_dissent = strongly_approve + law_censorship = approve + law_right_of_assembly = neutral + law_protected_speech = disapprove + } +} \ No newline at end of file diff --git a/common/ideologies/00_ig_ideologies_event.txt b/common/ideologies/00_ig_ideologies_event.txt new file mode 100644 index 00000000..5bade1dc --- /dev/null +++ b/common/ideologies/00_ig_ideologies_event.txt @@ -0,0 +1,28 @@ +ideology_patriarchal_suffrage = { + icon = "gfx/interface/icons/ideology_icons/patriarchal.dds" + + lawgroup_rights_of_women = { + law_no_womens_rights = approve + law_women_own_property = neutral + law_women_in_the_workplace = neutral + law_womens_suffrage = neutral + } + + lawgroup_free_speech = { + law_outlawed_dissent = strongly_approve + law_censorship = approve + law_right_of_assembly = neutral + law_protected_speech = disapprove + } +} + +ideology_feminist_ig = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_womens_liberation.dds" + + lawgroup_rights_of_women = { + law_womens_suffrage = strongly_approve + law_women_in_the_workplace = approve + law_women_own_property = neutral + law_no_womens_rights = strongly_disapprove + } +} diff --git a/common/ideologies/00_ig_ideologies_flavored.txt b/common/ideologies/00_ig_ideologies_flavored.txt new file mode 100644 index 00000000..d083ad9b --- /dev/null +++ b/common/ideologies/00_ig_ideologies_flavored.txt @@ -0,0 +1,263 @@ +ideology_republican_paternalistic = { + icon = "gfx/interface/icons/ideology_icons/republican_paternalistic.dds" + + lawgroup_governance_principles = { + law_presidential_republic = approve + law_parliamentary_republic = approve + law_theocracy = approve + law_monarchy = neutral + law_council_republic = disapprove + } + + lawgroup_distribution_of_power = { + law_landed_voting = strongly_approve + law_oligarchy = strongly_approve + law_autocracy = approve + law_wealth_voting = neutral + law_census_voting = disapprove + law_universal_suffrage = strongly_disapprove + law_anarchy = strongly_disapprove + } + + lawgroup_bureaucracy = { + law_majority_newfriends = disapprove + law_mixed_bureaucracy = approve + law_majority_oldfriends = neutral + } + + lawgroup_policing = { + law_local_police = approve + law_dedicated_police = neutral + law_militarized_police = neutral + law_no_police = disapprove + } +} + +ideology_scholar_paternalistic = { + icon = "gfx/interface/icons/ideology_icons/scholar_paternalistic.dds" + + lawgroup_governance_principles = { + law_monarchy = strongly_approve + law_theocracy = neutral + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = strongly_disapprove + } + + lawgroup_distribution_of_power = { + law_landed_voting = strongly_approve + law_autocracy = strongly_approve + law_oligarchy = approve + law_wealth_voting = neutral + law_census_voting = disapprove + law_universal_suffrage = strongly_disapprove + law_anarchy = strongly_disapprove + } + + lawgroup_bureaucracy = { + law_majority_newfriends = disapprove + law_mixed_bureaucracy = approve + law_majority_oldfriends = approve + } + + lawgroup_policing = { + law_local_police = approve + law_dedicated_police = neutral + law_militarized_police = neutral + law_no_police = disapprove + } +} + +ideology_confucian = { + icon = "gfx/interface/icons/ideology_icons/confucian.dds" + + lawgroup_church_and_state = { + law_state_religion = approve + law_freedom_of_conscience = approve + law_total_separation = disapprove + } + + lawgroup_governance_principles = { + law_monarchy = strongly_approve + law_theocracy = neutral + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = strongly_disapprove + } + + lawgroup_free_speech = { + law_outlawed_dissent = strongly_approve + law_censorship = approve + law_right_of_assembly = neutral + law_protected_speech = disapprove + } +} + +ideology_bakufu = { + icon = "gfx/interface/icons/ideology_icons/bakufu.dds" + + lawgroup_governance_principles = { + law_monarchy = strongly_approve + law_presidential_republic = neutral + law_theocracy = disapprove + law_parliamentary_republic = disapprove + law_council_republic = strongly_disapprove + } + + lawgroup_labor_rights = { + law_serfdom = strongly_approve + law_serfdom_banned = disapprove + law_regulatory_bodies = strongly_disapprove + law_worker_protections = strongly_disapprove + } + + lawgroup_distribution_of_power = { + law_autocracy = strongly_approve + law_landed_voting = approve + law_oligarchy = approve + law_wealth_voting = neutral + law_census_voting = disapprove + law_universal_suffrage = strongly_disapprove + law_anarchy = strongly_disapprove + } +} + +ideology_shinto_moralist = { + icon = "gfx/interface/icons/ideology_icons/shinto_moralist.dds" + + lawgroup_governance_principles = { + law_monarchy = strongly_approve + law_theocracy = approve + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = disapprove + } + + lawgroup_church_and_state = { + law_state_religion = strongly_approve + law_freedom_of_conscience = neutral + law_total_separation = strongly_disapprove + } + + lawgroup_citizenship = { + law_ethnostate = approve + law_national_supremacy = approve + law_racial_segregation = neutral + law_cultural_exclusion = disapprove + law_multicultural = strongly_disapprove + } + + lawgroup_distribution_of_power = { + law_autocracy = strongly_approve + law_oligarchy = approve + law_landed_voting = neutral + law_wealth_voting = neutral + law_census_voting = disapprove + law_universal_suffrage = disapprove + law_anarchy = strongly_disapprove + } +} + +ideology_orthodox_patriarch = { + icon = "gfx/interface/icons/ideology_icons/orthodox_patriarch.dds" + + lawgroup_distribution_of_power = { + law_autocracy = strongly_approve + law_oligarchy = approve + law_landed_voting = neutral + law_wealth_voting = neutral + law_census_voting = disapprove + law_universal_suffrage = strongly_disapprove + law_anarchy = strongly_disapprove + } + + lawgroup_rights_of_women = { + law_no_womens_rights = approve + law_women_own_property = neutral + law_women_in_the_workplace = disapprove + law_womens_suffrage = strongly_disapprove + } + + lawgroup_free_speech = { + law_outlawed_dissent = strongly_approve + law_censorship = approve + law_right_of_assembly = neutral + law_protected_speech = disapprove + } +} + +ideology_buddhist_moralist = { + icon = "gfx/interface/icons/ideology_icons/buddhist_moralist.dds" + + lawgroup_governance_principles = { + law_theocracy = strongly_approve + law_monarchy = approve + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = strongly_disapprove + } + + lawgroup_church_and_state = { + law_state_religion = strongly_approve + law_freedom_of_conscience = neutral + law_total_separation = strongly_disapprove + } + + lawgroup_citizenship = { + law_ethnostate = neutral + law_national_supremacy = approve + law_racial_segregation = neutral + law_cultural_exclusion = disapprove + law_multicultural = strongly_disapprove + } +} + +ideology_oriental_orthodox_patriarch = { + icon = "gfx/interface/icons/ideology_icons/coptic_patriarch.dds" + + lawgroup_distribution_of_power = { + law_autocracy = strongly_approve + law_oligarchy = approve + law_landed_voting = neutral + law_wealth_voting = neutral + law_census_voting = disapprove + law_universal_suffrage = strongly_disapprove + law_anarchy = strongly_disapprove + } + + lawgroup_rights_of_women = { + law_no_womens_rights = approve + law_women_own_property = neutral + law_women_in_the_workplace = disapprove + law_womens_suffrage = strongly_disapprove + } + + lawgroup_free_speech = { + law_outlawed_dissent = strongly_approve + law_censorship = approve + law_right_of_assembly = neutral + law_protected_speech = disapprove + } + + lawgroup_childrens_rights = { + law_child_labor_allowed = disapprove + law_restricted_child_labor = neutral + law_compulsory_primary_school = approve + } +} + +ideology_isolationist_expansionism = { + icon = "gfx/interface/icons/ideology_icons/frontier_expansionist.dds" + + lawgroup_colonization = { + law_no_colonial_affairs = disapprove + law_colonial_resettlement = approve + law_colonial_exploitation = disapprove + } + + lawgroup_migration = { + law_closed_borders = strongly_approve + law_migration_controls = approve + law_no_migration_controls = disapprove + } +} \ No newline at end of file diff --git a/common/ideologies/00_leader_ideologies.txt b/common/ideologies/00_leader_ideologies.txt new file mode 100644 index 00000000..47188eca --- /dev/null +++ b/common/ideologies/00_leader_ideologies.txt @@ -0,0 +1,1241 @@ +ideology_moderate = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_no_ideology.dds" + + show_in_list = no + + character_ideology = yes + + possible = { + always = yes + } + + leader_weight = { + value = 300 + # angry IG's more likely to have opinions + if = { + limit = { + scope:interest_group = { + ig_approval < -5 + } + } + add = -200 + } + # what makes a man turn neutral? lust for gold? power? or were you just born with a heart full of neutrality? + if = { + limit = { + scope:interest_group = { + ig_approval = 0 + } + } + add = 1 + } + } +} + + +ideology_traditionalist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_traditionalist.dds" + + character_ideology = yes + + lawgroup_rights_of_women = { + law_no_womens_rights = approve + law_women_own_property = neutral + law_women_in_the_workplace = disapprove + law_womens_suffrage = strongly_disapprove + } + + lawgroup_church_and_state = { + law_state_religion = approve + law_freedom_of_conscience = disapprove + law_total_separation = strongly_disapprove + } + + possible = { + } + + leader_weight = { + value = 100 + } +} + +ideology_atheist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_atheist.dds" + + character_ideology = yes + + lawgroup_governance_principles = { + law_theocracy = strongly_disapprove + law_monarchy = disapprove + law_presidential_republic = neutral + law_parliamentary_republic = neutral + law_council_republic = neutral + } + + lawgroup_church_and_state = { + law_state_religion = strongly_disapprove + law_freedom_of_conscience = disapprove + law_total_separation = approve + } + + possible = { + owner = { + has_technology_researched = egalitarianism + } + } + + leader_weight = { + value = 100 + # this is not very relevant if you're a republic with religious freedom + if = { + limit = { + owner = { + NOR = { + has_law = law_type:law_state_religion + has_law = law_type:law_theocracy + has_law = law_type:law_monarchy + } + } + } + add = -75 + } + } +} + +ideology_republican_leader = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_republican.dds" + + character_ideology = yes + + lawgroup_governance_principles = { + law_presidential_republic = approve + law_parliamentary_republic = approve + law_council_republic = neutral + law_monarchy = disapprove + law_theocracy = disapprove + } + + lawgroup_bureaucracy = { + law_majority_newfriends = disapprove + law_mixed_bureaucracy = approve + law_majority_oldfriends = disapprove + } + + possible = { + } + + leader_weight = { + value = 100 + # not very relevant if issues are already addressed + if = { + limit = { + owner = { + NOR = { + has_law = law_type:law_monarchy + has_law = law_type:law_theocracy + } + } + } + add = -75 + } + # more likely if the IG is unhappy with the monarchy + if = { + limit = { + owner = { + has_law = law_type:law_monarchy + } + scope:interest_group = { + ig_approval < 0 + } + } + add = 75 + } + } +} + +ideology_radical = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_radical.dds" + + character_ideology = yes + + lawgroup_distribution_of_power = { + law_universal_suffrage = strongly_approve + law_census_voting = approve + law_wealth_voting = neutral + law_landed_voting = disapprove + law_anarchy = strongly_disapprove + law_oligarchy = strongly_disapprove + law_autocracy = strongly_disapprove + } + + lawgroup_free_speech = { + law_protected_speech = strongly_approve + law_right_of_assembly = approve + law_censorship = disapprove + law_outlawed_dissent = strongly_disapprove + } + + lawgroup_legal_system = { + law_lawless = strongly_approve + law_no_formal_legal_system = approve + law_simple_legal_system = neutral + law_complex_legal_system = disapprove + } + + possible = { + } + + leader_weight = { + value = { + value = 100 + # more likely if issues are relevant and people are angry + if = { + limit = { + owner = { + OR = { + has_law = law_type:law_complex_legal_system + has_law = law_type:law_outlawed_dissent + has_law = law_type:law_autocracy + has_law = law_type:law_oligarchy + } + any_scope_state = { + is_incorporated = yes + turmoil >= 0.25 + } + } + } + add = 100 + } + if = { + limit = { + owner = { + OR = { + has_law = law_type:law_censorship + has_law = law_type:law_landed_voting + } + any_scope_state = { + is_incorporated = yes + turmoil >= 0.5 + } + } + } + add = 50 + } + # less likely if issues are not relevant + if = { + limit = { + owner = { + NOR = { + has_law = law_type:law_simple_legal_system + has_law = law_type:law_outlawed_dissent + has_law = law_type:law_autocracy + has_law = law_type:law_oligarchy + } + } + } + add = -75 + } + if = { + limit = { + owner = { has_modifier = post_revolutionary_fervor } + } + multiply = { value = 2 } + } + if = { + limit = { + owner = { has_modifier = counter_revolutionary_fervor } + } + multiply = { value = 0.5 } + } + } + } +} + +ideology_reformer = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_reformer.dds" + + character_ideology = yes + + lawgroup_citizenship = { + law_ethnostate = strongly_disapprove + law_national_supremacy = strongly_disapprove + law_racial_segregation = disapprove + law_cultural_exclusion = approve + law_multicultural = neutral + } + + lawgroup_rights_of_women = { + law_no_womens_rights = neutral + law_women_own_property = approve + law_women_in_the_workplace = neutral + law_womens_suffrage = neutral + } + + lawgroup_childrens_rights = { + law_child_labor_allowed = disapprove + law_restricted_child_labor = neutral + law_compulsory_primary_school = approve + } + + possible = { + owner = { + has_technology_researched = egalitarianism + NOT = { has_technology_researched = human_rights } + } + } + + leader_weight = { + value = 100 + # less likely when issues are not relevant + if = { + limit = { + owner = { + NOR = { + has_law = law_type:law_ethnostate + has_law = law_type:law_national_supremacy + has_law = law_type:law_racial_segregation + has_law = law_type:law_no_womens_rights + has_law = law_type:law_child_labor_allowed + } + } + } + add = -100 + } + # more likely when issues are relevant + if = { + limit = { + owner = { + OR = { + has_law = law_type:law_ethnostate + has_law = law_type:law_national_supremacy + has_law = law_type:law_racial_segregation + has_law = law_type:law_no_womens_rights + has_law = law_type:law_child_labor_allowed + } + } + } + add = 50 + } + } +} + +ideology_feminist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_womens_liberation.dds" + + character_ideology = yes + + lawgroup_rights_of_women = { + law_womens_suffrage = strongly_approve + law_women_in_the_workplace = approve + law_women_own_property = neutral + law_no_womens_rights = strongly_disapprove + } + + possible = { + owner = { has_technology_researched = feminism } + } + + leader_weight = { + value = { + value = 100 + # less likely if issues are not relevant + if = { + limit = { + owner = { + OR = { + has_law = law_type:law_womens_suffrage + AND = { + has_law = law_type:law_women_in_the_workplace + OR = { + has_law = law_type:law_oligarchy + has_law = law_type:law_autocracy + } + } + } + } + } + add = -100 + } + # more likely if character is a woman after mass propaganda + if = { + limit = { + owner = { has_technology_researched = mass_propaganda } + is_female = yes + } + multiply = { + value = 2 + } + } + # more likely with limited women's rights + if = { + limit = { + owner = { + OR = { + has_law = law_type:law_no_womens_rights + has_law = law_type:law_women_own_property + } + } + } + multiply = { + value = 2 + } + } + } + } +} + +ideology_pacifist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_pacifist.dds" + + character_ideology = yes + + lawgroup_army_model = { + law_disarmed_nation = strongly_approve + law_only_volunteers = approve + law_national_militia = disapprove + law_designated_clickers = neutral + law_army_with_a_state = strongly_disapprove + } + + lawgroup_colonization = { + law_no_colonial_affairs = approve + law_colonial_resettlement = strongly_disapprove + law_colonial_exploitation = strongly_disapprove + } + + possible = { + } + + leader_weight = { + value = 100 + # less likely if issues are not relevant + if = { + limit = { + owner = { + NOR = { + has_law = law_type:law_colonial_resettlement + has_law = law_type:law_colonial_exploitation + has_law = law_type:law_disarmed_nation + } + } + } + add = -75 + } + # more likely if a war you started isn't going well + if = { + limit = { + owner = { + is_at_war = yes + any_scope_war = { + attacker_warleader = { this = ROOT.owner } + has_war_support = { + target = root.owner + value < 0 + } + } + } + } + add = 100 + } + # more likely with devastation in incorporated states + if = { + limit = { + owner = { + any_scope_state = { + is_incorporated = yes + devastation > 20 + } + } + } + add = 50 + } + } +} + +ideology_jingoist_leader = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_jingoist.dds" + + character_ideology = yes + + lawgroup_army_model = { + law_disarmed_nation = strongly_disapprove + law_only_volunteers = strongly_disapprove + law_national_militia = neutral + law_designated_clickers = approve + law_army_with_a_state = strongly_approve + } + + lawgroup_colonization = { + law_no_colonial_affairs = neutral + law_colonial_resettlement = approve + law_colonial_exploitation = strongly_approve + } + + possible = { + } + + leader_weight = { + value = 100 + # less likely if issues are not relevant + if = { + limit = { + owner = { + has_law = law_type:law_colonial_exploitation + has_law = law_type:law_mass_conscription + } + } + add = -75 + } + # more likely if there's something to colonize nearby + if = { + limit = { + any_country = { + is_country_type = decentralized + has_overlapping_interests = ROOT.owner + } + } + add = 75 + } + # more likely if you border a rival + if = { + limit = { + owner = { + any_rival_country = { + any_neighbouring_state = { + owner = root.owner + } + } + } + } + add = 50 + } + # more likely if you're the defender in a war + if = { + limit = { + owner = { + is_at_war = yes + any_scope_war = { + defender_warleader = { this = ROOT.owner } + } + } + } + add = 50 + } + } +} + +ideology_royalist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_royalist.dds" + + character_ideology = yes + + lawgroup_governance_principles = { + law_monarchy = strongly_approve + law_presidential_republic = disapprove + law_parliamentary_republic = disapprove + law_theocracy = disapprove + law_council_republic = strongly_disapprove + } + + possible = { + # no monarchists in countries with strong republican tradition + owner = { + NOR = { + any_interest_group = { + has_ideology = ideology_republican_paternalistic + } + } + } + } + + leader_weight = { + value = 100 + # less likely in a theocracy + if = { + limit = { + owner = { + has_law = law_type:law_theocracy + } + } + add = -75 + } + # less likely if IG is happy in a republic + if = { + limit = { + owner = { + NOT = { has_law = law_type:law_monarchy } + } + scope:interest_group = { + ig_approval > 0 + } + } + add = -100 + } + # more likely if IG is happy in a monarchy + if = { + limit = { + owner = { + has_law = law_type:law_monarchy + } + scope:interest_group = { + ig_approval > 5 + } + } + add = 50 + } + } +} + +ideology_social_democrat = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_social_democrat.dds" + + character_ideology = yes + + lawgroup_labor_rights = { + law_worker_protections = strongly_approve + law_regulatory_bodies = approve + law_serfdom_banned = neutral + law_serfdom = strongly_disapprove + } + + lawgroup_distribution_of_power = { + law_universal_suffrage = strongly_approve + law_census_voting = neutral + law_wealth_voting = disapprove + law_landed_voting = disapprove + law_anarchy = disapprove + law_oligarchy = strongly_disapprove + law_autocracy = strongly_disapprove + } + + lawgroup_taxation = { + law_consumption_based_taxation = disapprove + law_land_based_taxation = disapprove + law_per_capita_based_taxation = neutral + law_proportional_taxation = approve + law_graduated_taxation = strongly_approve + } + + lawgroup_welfare = { + law_poor_laws = strongly_disapprove + law_no_social_security = strongly_disapprove + law_wage_subsidies = approve + law_old_age_pension = strongly_approve + } + + possible = { + owner = { has_technology_researched = socialism } + } + + leader_weight = { + value = 100 + # more likely when issues are relevant + if = { + limit = { + owner = { + NAND = { + has_law = law_type:law_graduated_taxation + has_law = law_type:law_universal_suffrage + has_law = law_type:law_worker_protections + } + } + } + add = 50 + } + # more likely for content devout in council republic + if = { + limit = { + owner = { + has_law = law_type:law_council_republic + } + } + add = 75 + } + } +} + +ideology_communist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_communist.dds" + + character_ideology = yes + + lawgroup_labor_rights = { + law_worker_protections = strongly_approve + law_regulatory_bodies = approve + law_serfdom_banned = neutral + law_serfdom = strongly_disapprove + } + + lawgroup_governance_principles = { + law_monarchy = strongly_disapprove + law_presidential_republic = disapprove + law_parliamentary_republic = disapprove + law_theocracy = strongly_disapprove + law_council_republic = strongly_approve + } + + lawgroup_church_and_state = { + law_state_religion = strongly_disapprove + law_freedom_of_conscience = neutral + law_total_separation = approve + } + + possible = { + owner = { has_technology_researched = socialism } + } + + leader_weight = { + # More likely when SoL is low outside of council republic + if = { + limit = { + owner = { + NOT = { has_law = law_type:law_council_republic } + average_sol <= 10 + } + } + add = 50 + } + value = { + value = 100 + } + } +} + +ideology_vanguardist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_vanguardist.dds" + + character_ideology = yes + + lawgroup_governance_principles = { + law_monarchy = strongly_disapprove + law_presidential_republic = disapprove + law_parliamentary_republic = disapprove + law_theocracy = strongly_disapprove + law_council_republic = strongly_approve + } + + lawgroup_distribution_of_power = { + law_oligarchy = approve + law_autocracy = approve + law_anarchy = disapprove + law_universal_suffrage = disapprove + law_census_voting = strongly_disapprove + law_wealth_voting = strongly_disapprove + law_landed_voting = strongly_disapprove + } + + lawgroup_economic_system = { + law_newfriend_economy = strongly_disapprove + law_planned_economy = strongly_approve + law_mixed_economy = neutral + law_laissez_faire = disapprove + } + + lawgroup_trade_policy = { + law_protectionism = approve + law_mercantilism = neutral + law_isolationism = disapprove + law_free_trade = strongly_disapprove + } + + possible = { + owner = { has_technology_researched = socialism } + } + + leader_weight = { + value = 100 + # More likely when SoL is low outside of council republic + if = { + limit = { + owner = { + NOT = { has_law = law_type:law_council_republic } + average_sol <= 10 + } + } + add = 50 + } + # More likely in an autocracy + if = { + limit = { + owner = { + OR = { + has_law = law_type:law_autocracy + has_law = law_type:law_oligarchy + } + } + } + add = 50 + } + # Unlikely for content IG's under anarchism + if = { + limit = { + owner = { + has_law = law_type:law_anarchy + } + scope:interest_group = { + ig_approval >= 5 + } + } + add = -100 + } + # Power corrupts + if = { + limit = { + owner = { + has_law = law_type:law_council_republic + OR = { + has_law = law_type:law_autocracy + has_law = law_type:law_oligarchy + } + } + scope:interest_group = { + is_in_government = yes + } + } + add = 50 + } + } +} + +ideology_fascist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_fascist.dds" + + character_ideology = yes + + lawgroup_distribution_of_power = { + law_autocracy = strongly_approve + law_oligarchy = neutral + law_anarchy = strongly_disapprove + law_universal_suffrage = strongly_disapprove + law_census_voting = strongly_disapprove + law_wealth_voting = strongly_disapprove + law_landed_voting = strongly_disapprove + } + + lawgroup_citizenship = { + law_ethnostate = strongly_approve + law_national_supremacy = approve + law_racial_segregation = approve + law_cultural_exclusion = disapprove + law_multicultural = strongly_disapprove + } + + lawgroup_army_model = { + law_disarmed_nation = strongly_disapprove + law_only_volunteers = strongly_disapprove + law_national_militia = neutral + law_designated_clickers = approve + law_army_with_a_state = strongly_approve + } + + lawgroup_free_speech = { + law_protected_speech = strongly_disapprove + law_right_of_assembly = disapprove + law_censorship = neutral + law_outlawed_dissent = strongly_approve + } + + lawgroup_policing = { + law_local_police = approve + law_dedicated_police = approve + law_militarized_police = strongly_approve + law_no_police = disapprove + } + + possible = { + owner = { has_technology_researched = mass_propaganda } + } + + leader_weight = { + value = 100 + # More likely if paying war reparations + if = { + limit = { + any_country = { + has_diplomatic_pact = { + who = root.owner + type = war_reparations + is_initiator = yes + } + } + } + add = 50 + } + # More likely with a convenient scapegoat + if = { + limit = { + owner = { + any_scope_state = { + is_incorporated = yes + any_scope_pop = { + pop_is_discriminated = yes + } + } + } + } + add = 50 + } + # more likely if bankrupt + if = { + limit = { + owner = { + in_default = yes + } + } + add = 50 + } + # Less likely in council republic + if = { + limit = { + owner = { + has_law = law_type:law_council_republic + } + } + add = -75 + } + # less likely if content without ethnostate + if = { + limit = { + owner = { + NOT = { + has_law = law_type:law_ethnostate + } + } + scope:interest_group = { + ig_approval <= 5 + } + } + add = -75 + } + # more likely if in government with ethnostate + if = { + limit = { + owner = { + has_law = law_type:law_ethnostate + NOR = { + is_enacting_law = law_type:law_multicultural + is_enacting_law = law_type:law_national_supremacy + is_enacting_law = law_type:law_racial_segregation + is_enacting_law = law_type:law_cultural_exclusion + } + } + scope:interest_group = { + is_in_government = yes + } + } + add = 150 + } + } +} + +ideology_anarchist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_anarchist.dds" + + character_ideology = yes + + lawgroup_distribution_of_power = { + law_anarchy = strongly_approve + law_universal_suffrage = neutral + law_census_voting = disapprove + law_wealth_voting = disapprove + law_landed_voting = disapprove + law_oligarchy = strongly_disapprove + law_autocracy = strongly_disapprove + } + + lawgroup_army_model = { + law_disarmed_nation = approve + law_only_volunteers = strongly_approve + law_national_militia = disapprove + law_designated_clickers = disapprove + law_army_with_a_state = strongly_disapprove + } + + lawgroup_free_speech = { + law_protected_speech = strongly_approve + law_right_of_assembly = approve + law_censorship = disapprove + law_outlawed_dissent = strongly_disapprove + } + + lawgroup_policing = { + law_no_police = approve + law_local_police = disapprove + law_dedicated_police = disapprove + law_militarized_police = strongly_disapprove + } + + lawgroup_governance_principles = { + law_monarchy = strongly_disapprove + law_presidential_republic = disapprove + law_parliamentary_republic = disapprove + law_theocracy = strongly_disapprove + law_council_republic = strongly_approve + } + + possible = { + owner = { has_technology_researched = anarchism } + } + + leader_weight = { + value = 100 + # More likely for angry IG's outside of council republic + if = { + limit = { + owner = { + NOT = { has_law = law_type:law_council_republic } + } + scope:interest_group = { + ig_approval <= -5 + } + } + add = 100 + } + # More likely when SoL is low outside of council republic + if = { + limit = { + owner = { + NOT = { has_law = law_type:law_council_republic } + average_sol <= 10 + } + } + add = 50 + } + # More likely if in "government" under anarchy + if = { + limit = { + owner = { + has_law = law_type:law_anarchy + } + scope:interest_group = { + is_in_government = yes + } + } + add = 75 + } + } +} + +ideology_ethno_nationalist = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_ethno_nationalist.dds" + + character_ideology = yes + + lawgroup_citizenship = { + law_ethnostate = strongly_approve + law_national_supremacy = approve + law_racial_segregation = approve + law_cultural_exclusion = disapprove + law_multicultural = strongly_disapprove + } + + lawgroup_migration = { + law_migration_controls = strongly_approve + law_closed_borders = approve + law_no_migration_controls = disapprove + } + + possible = { + owner = { + has_technology_researched = political_agitation + } + + } + + leader_weight = { + value = 100 + # More likely with unowned claims + if = { + limit = { + any_state = { + has_claim_by = root.owner + } + } + add = 75 + } + # More likely with a convenient scapegoat + if = { + limit = { + owner = { + any_scope_state = { + is_incorporated = yes + any_scope_pop = { + pop_is_discriminated = yes + } + } + } + } + add = 50 + } + # More likely with a convenient scapegoat and is angry without ethnostate + if = { + limit = { + owner = { + NOT = { has_law = law_type:law_ethnostate } + any_scope_state = { + is_incorporated = yes + any_scope_pop = { + pop_is_discriminated = yes + } + } + } + scope:interest_group = { + ig_approval <= -5 + } + } + add = 75 + } + # More likely if angry and issues are relevant + if = { + limit = { + owner = { + NOR = { + has_law = law_type:law_ethnostate + has_law = law_type:law_national_supremacy + } + } + scope:interest_group = { + ig_approval <= -5 + } + } + add = 50 + } + # Less likely in council republic + if = { + limit = { + owner = { + has_law = law_type:law_council_republic + } + } + add = -75 + } + # less likely if content without ethnostate + if = { + limit = { + owner = { + NOT = { + has_law = law_type:law_ethnostate + } + } + scope:interest_group = { + ig_approval <= 5 + } + } + add = -75 + } + } +} + +ideology_theocrat = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_theocrat.dds" + + character_ideology = yes + + lawgroup_church_and_state = { + law_state_religion = approve + law_freedom_of_conscience = disapprove + law_total_separation = strongly_disapprove + } + + lawgroup_governance_principles = { + law_theocracy = strongly_approve + law_monarchy = neutral + law_presidential_republic = disapprove + law_parliamentary_republic = disapprove + law_council_republic = disapprove + } + + possible = { + OR = { + owner = { + has_law = law_type:law_theocracy + } + } + } + + leader_weight = { + value = 100 + # more likely if devout and angry and issues are relevant + if = { + limit = { + owner = { + NOR = { + has_law = law_type:law_theocracy + has_law = law_type:law_monarchy + } + NOT = { + has_law = law_type:law_state_religion + } + } + } + add = 75 + } + # Unlikely for content IG's when issues aren't relevant + if = { + limit = { + scope:interest_group = { + ig_approval >= 5 + } + owner = { + NOR = { + has_law = law_type:law_theocracy + has_law = law_type:law_monarchy + } + NOT = { + has_law = law_type:law_state_religion + } + } + } + add = -150 + } + } +} + +ideology_market_liberal = { + icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_market_liberal.dds" + + character_ideology = yes + + lawgroup_economic_system = { + law_newfriend_economy = approve + law_planned_economy = strongly_disapprove + law_mixed_economy = neutral + law_laissez_faire = strongly_approve + } + + lawgroup_childrens_rights = { + law_child_labor_allowed = approve + law_restricted_child_labor = disapprove + law_compulsory_primary_school = strongly_disapprove + } + + lawgroup_trade_policy = { + law_free_trade = strongly_approve + law_mercantilism = disapprove + law_protectionism = disapprove + law_isolationism = strongly_disapprove + } + + possible = { + owner = { + has_technology_researched = stock_exchange + } + } + + leader_weight = { + value = 100 + # more likely for intelligentsia, industrialists, and PB with traditional economic laws + if = { + limit = { + owner = { + OR = { + has_law = law_type:law_newfriend_economy + has_law = law_type:law_isolationism + has_law = law_type:law_mercantilism + } + } + } + add = 75 + } + } +} diff --git a/common/interest_groups/00_buildfriends.txt b/common/interest_groups/00_buildfriends.txt new file mode 100644 index 00000000..72104887 --- /dev/null +++ b/common/interest_groups/00_buildfriends.txt @@ -0,0 +1,56 @@ +ig_buildfriends = { + color = rgb { 53 99 124 } + texture = "gfx/interface/icons/ig_icons/buildfriends.dds" + + ideologies = { + } + + enable = { + always = yes + } + + traits = { + } + + on_enable = {} + on_disable = {} + on_character_ig_membership = {} + + pop_potential = { + OR = { + is_pop_type = newfriends + is_pop_type = midfriends + is_pop_type = oldfriends + } + } + + pop_weight = { + value = 0 + } + + monarch_weight = { + value = 1.0 + } + + commander_weight = { + value = 1.0 + } + + noble_chance = { + value = 1.0 + } + + female_commander_chance = { + value = 0.1 + } + + female_politician_chance = { + value = 0.1 + } + + # The chance that a commander belonging to this IG takes over leadership when it changes + # scope:character is the most popular commander in the IG + commander_leader_chance = { + value = 0.05 + } +} \ No newline at end of file diff --git a/common/interest_groups/00_grinders.txt b/common/interest_groups/00_grinders.txt new file mode 100644 index 00000000..9ab717de --- /dev/null +++ b/common/interest_groups/00_grinders.txt @@ -0,0 +1,56 @@ +ig_grinders = { + color = rgb { 0 154 23 } + texture = "gfx/interface/icons/ig_icons/grinders.dds" + + ideologies = { + } + + enable = { + always = yes + } + + traits = { + } + + on_enable = {} + on_disable = {} + on_character_ig_membership = {} + + pop_potential = { + OR = { + is_pop_type = newfriends + is_pop_type = midfriends + is_pop_type = oldfriends + } + } + + pop_weight = { + value = 0 + } + + monarch_weight = { + value = 1.0 + } + + commander_weight = { + value = 1.0 + } + + noble_chance = { + value = 1.0 + } + + female_commander_chance = { + value = 0.1 + } + + female_politician_chance = { + value = 0.1 + } + + # The chance that a commander belonging to this IG takes over leadership when it changes + # scope:character is the most popular commander in the IG + commander_leader_chance = { + value = 0.4 + } +} \ No newline at end of file diff --git a/common/interest_groups/00_industrialists.txt b/common/interest_groups/00_industrialists.txt new file mode 100644 index 00000000..f209f5bc --- /dev/null +++ b/common/interest_groups/00_industrialists.txt @@ -0,0 +1,56 @@ +ig_civ_industrialists = { + color = rgb { 173 167 169 } + texture = "gfx/interface/icons/ig_icons/industrialists.dds" + + ideologies = { + } + + enable = { + always = yes + } + + traits = { + } + + on_enable = {} + on_disable = {} + on_character_ig_membership = {} + + pop_potential = { + OR = { + is_pop_type = newfriends + is_pop_type = midfriends + is_pop_type = oldfriends + } + } + + pop_weight = { + value = 0 + } + + monarch_weight = { + value = 1.0 + } + + commander_weight = { + value = 1.0 + } + + noble_chance = { + value = 1.0 + } + + female_commander_chance = { + value = 0.1 + } + + female_politician_chance = { + value = 0.1 + } + + # The chance that a commander belonging to this IG takes over leadership when it changes + # scope:character is the most popular commander in the IG + commander_leader_chance = { + value = 0.1 + } +} \ No newline at end of file diff --git a/common/interest_groups/00_pvpers.txt b/common/interest_groups/00_pvpers.txt new file mode 100644 index 00000000..bf91c666 --- /dev/null +++ b/common/interest_groups/00_pvpers.txt @@ -0,0 +1,70 @@ +ig_pvpers = { + color = rgb { 139 0 139 } + texture = "gfx/interface/icons/ig_icons/pvpers.dds" + + ideologies = { + } + + enable = { + always = yes + } + + traits = { + ig_trait_patriotic_fervor + ig_trait_veteran_consultation + ig_trait_materiel_waste + } + + on_enable = {} + on_disable = {} + on_character_ig_membership = {} + + pop_potential = { + OR = { + is_pop_type = newfriends + is_pop_type = midfriends + is_pop_type = oldfriends + pop_is_discriminated = no + } + } + + pop_weight = { + value = 0 + } + + monarch_weight = { + value = 0.25 + } + + commander_weight = { + value = 5.0 + } + + noble_chance = { + value = 0.5 + } + + female_commander_chance = { + value = 0.1 + } + + female_politician_chance = { + value = 0.1 + } + + # The chance that a commander belonging to this IG takes over leadership when it changes + # scope:character is the most popular commander in the IG + commander_leader_chance = { + value = 0.75 + if = { + limit = { + exists = scope:character + } + multiply = { + value = 1 + add = scope:character.popularity + min = 0 + } + } + } +} \ No newline at end of file diff --git a/common/interest_groups/00_roleplayers.txt b/common/interest_groups/00_roleplayers.txt new file mode 100644 index 00000000..1700e344 --- /dev/null +++ b/common/interest_groups/00_roleplayers.txt @@ -0,0 +1,57 @@ +ig_roleplayers = { + color = rgb { 172 126 89 } + texture = "gfx/interface/icons/ig_icons/roleplayers.dds" + + ideologies = { + } + + enable = { + always = yes + } + + traits = { + } + + on_enable = {} + on_disable = {} + on_character_ig_membership = {} + + pop_potential = { + OR = { + is_pop_type = newfriends + is_pop_type = midfriends + is_pop_type = oldfriends + pop_is_discriminated = no + } + } + + pop_weight = { + value = 0 + } + + monarch_weight = { + value = 1.0 + } + + commander_weight = { + value = 1.0 + } + + noble_chance = { + value = 1.0 + } + + female_commander_chance = { + value = 0.1 + } + + female_politician_chance = { + value = 0.1 + } + + # The chance that a commander belonging to this IG takes over leadership when it changes + # scope:character is the most popular commander in the IG + commander_leader_chance = { + value = 0.75 + } +} \ No newline at end of file diff --git a/common/journal_entries/00_je_bazariskes_question.txt b/common/journal_entries/00_je_bazariskes_question.txt new file mode 100644 index 00000000..1e4c7a5f --- /dev/null +++ b/common/journal_entries/00_je_bazariskes_question.txt @@ -0,0 +1,23 @@ +je_bazariskes_question = { + icon = "gfx/interface/icons/event_icons/event_map.dds" + + is_shown_when_inactive = { + # Is either Lambat or Mery + OR = { + c:LAM = root + c:MER = root + } + } + + possible = { + # Lambat and Mery have poor relations + c:LAM = { + c:MER = { + relations:prev < relations_threshold:poor + } + } + } + + weight = 100 + should_be_pinned_by_default = no +} \ No newline at end of file diff --git a/common/journal_entries/00_je_cdm_treaty_of_santiago.txt b/common/journal_entries/00_je_cdm_treaty_of_santiago.txt new file mode 100644 index 00000000..6121d927 --- /dev/null +++ b/common/journal_entries/00_je_cdm_treaty_of_santiago.txt @@ -0,0 +1,56 @@ +je_cdm_treaty_of_santiago = { + icon = "gfx/interface/icons/event_icons/event_map.dds" + + is_shown_when_inactive = { + c:CDM = root + } + + possible = { + # Aurellia exists + exists = c:AUR + c:AUR = { + # Aurellia is AI + is_ai = yes + # Aurellia is alive + is_country_alive = yes + # Aurellia owns Santiago + owns_entire_state_region = STATE_SANTIAGO + } + # CDM and Aurellia are allies + has_diplomatic_pact = { + who = c:AUR + type = alliance + } + } + + complete = { + c:AUR = { + # CDM has higher GDP than Aurellia + root.gdp > this.gdp + # CDM and Aurellia have high relations + relations:root >= relations_threshold:friendly + } + # CDM and Aurellia are in a customs union + has_diplomatic_pact = { + who = c:AUR + type = customs_union + } + # CDM and Aurellia are allies + has_diplomatic_pact = { + who = c:AUR + type = alliance + } + } + + on_complete = { + # Aurellia is annexed by CDM + trigger_event = { + id = treaty_of_santiago.1 + days = 0 + } + } + + weight = 100 + + should_be_pinned_by_default = yes +} diff --git a/common/journal_entries/00_je_hooters_treaty.txt b/common/journal_entries/00_je_hooters_treaty.txt new file mode 100644 index 00000000..221cb4d5 --- /dev/null +++ b/common/journal_entries/00_je_hooters_treaty.txt @@ -0,0 +1,56 @@ +je_hooters_treaty = { + icon = "gfx/interface/icons/event_icons/event_map.dds" + + is_shown_when_inactive = { + c:TRU = root + } + + possible = { + # Gensokyo exists + exists = c:GEN + c:GEN = { + # Gensokyo is AI + is_ai = yes + # Gensokyo is alive + is_country_alive = yes + # Gensokyo owns Tensemiya + owns_entire_state_region = STATE_TENSEIMIYA + } + # Truidencia and Gensokyo are allies + has_diplomatic_pact = { + who = c:GEN + type = alliance + } + } + + complete = { + c:TRU = { + # Truidencia has higher GDP than Gensokyo + root.gdp > this.gdp + # Truidencia and Gensokyo have high relations + relations:root >= relations_threshold:friendly + } + # Truidencia and Gensokyo are in a customs union + has_diplomatic_pact = { + who = c:GEN + type = customs_union + } + # Truidencia and Gensokyo are allies + has_diplomatic_pact = { + who = c:GEN + type = alliance + } + } + + on_complete = { + # Gensokyo is annexed by Truidencia + trigger_event = { + id = hooters_treaty.1 + days = 0 + } + } + + weight = 100 + + should_be_pinned_by_default = yes +} diff --git a/common/law_groups/00_laws.txt b/common/law_groups/00_laws.txt new file mode 100644 index 00000000..6193c967 --- /dev/null +++ b/common/law_groups/00_laws.txt @@ -0,0 +1,183 @@ +# base_enactment_days = the length of the enactment cycle (in days) prior to taking Legitimacy into account. If not specified, this value will be dictated by the LAW_ENACTMENT_DEFAULT_BASE_DAYS define. If specified, this overrides the define. +# enactment_approval_mult = multiplier to the approval effects changing this law has on IGs, default 1.0 + +# enable = {} trigger for whether laws in this group should be possible at all + +lawgroup_governance_principles = { + law_group_category = power_structure + base_enactment_days = 360 + enactment_approval_mult = 2.0 + + progressive_movement_chance = 1 + regressive_movement_chance = 0.25 + + change_allowed_trigger = { + NAND = { + is_subject = yes + OR = { + is_subject_type = subject_type_personal_union + has_government_type = gov_chartered_company + } + } + } +} + +lawgroup_distribution_of_power = { + law_group_category = power_structure + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_citizenship = { + law_group_category = power_structure + + progressive_movement_chance = 2 + regressive_movement_chance = 0.25 +} + +lawgroup_church_and_state = { + law_group_category = power_structure + + progressive_movement_chance = 2 + regressive_movement_chance = 0.25 +} + +lawgroup_bureaucracy = { + law_group_category = power_structure + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.05 +} + +lawgroup_army_model = { + law_group_category = power_structure + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.1 +} + +lawgroup_internal_security = { + law_group_category = power_structure + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.1 +} + +lawgroup_law_system = { + law_group_category = power_structure + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.1 +} + +lawgroup_economic_system = { + law_group_category = economy + + progressive_movement_chance = 3 + regressive_movement_chance = 0.15 +} + +lawgroup_trade_policy = { + law_group_category = economy + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.15 + + change_allowed_trigger = { + NOT = { + has_modifier = forced_market_opening + } + } +} + +lawgroup_taxation = { + law_group_category = economy + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.15 +} + +lawgroup_colonization = { + law_group_category = economy + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.05 +} + +lawgroup_policing = { + law_group_category = economy + + progressive_movement_chance = 1.5 + regressive_movement_chance = 0.15 +} + +lawgroup_education_system = { + law_group_category = economy + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_health_system = { + law_group_category = economy + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_free_speech = { + law_group_category = human_rights + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_labor_rights = { + law_group_category = human_rights + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_childrens_rights = { + law_group_category = human_rights + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_rights_of_women = { + law_group_category = human_rights + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_welfare = { + law_group_category = human_rights + + progressive_movement_chance = 2.5 + regressive_movement_chance = 0.25 +} + +lawgroup_migration = { + law_group_category = human_rights + + progressive_movement_chance = 1 + regressive_movement_chance = 0.255 +} + +lawgroup_slavery = { + law_group_category = human_rights + enactment_approval_mult = 2.0 + + progressive_movement_chance = 5 + regressive_movement_chance = 0.25 + + change_allowed_trigger = { + NOT = { + has_modifier = forced_slavery_ban + } + } +} diff --git a/common/laws/00_army_model.txt b/common/laws/00_army_model.txt new file mode 100644 index 00000000..4a1bbd63 --- /dev/null +++ b/common/laws/00_army_model.txt @@ -0,0 +1,124 @@ +# TODO add institution for vault/military infra research +law_disarmed_nation = { + group = lawgroup_army_model + icon = "gfx/interface/icons/law_icons/disarmed_nation.dds" + progressiveness = 0 + + modifier = { + state_conscription_rate_add = 0.0 # No conscripts + building_training_rate_mult = 0 # No training in barracks + country_prestige_mult = 0.1 # 10% prestige + country_military_tech_cost_mult = 0.25 # 25% slower mil tech + country_influence_add = 500 # More diplomacy + country_authority_add = -100 # Less authority + country_pvpers_pol_str_mult = -0.25 # Less pvper ig strength + country_infamy_decay_mult = 0.5 # Infamy decays faster + } + + possible_political_movements = { + law_only_volunteers + law_designated_clickers + law_national_militia + law_army_with_a_state + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_pacifist + } + } +} + +law_only_volunteers = { + group = lawgroup_army_model + icon = "gfx/interface/icons/law_icons/only_volunteers.dds" + progressiveness = 0 + + modifier = { + unit_morale_loss_mult = 0.1 + state_conscription_rate_add = 0.01 + country_military_goods_cost_mult = -0.25 + } + + possible_political_movements = { + law_disarmed_nation + law_designated_clickers + law_national_militia + law_army_with_a_state + } + + +} + +law_national_militia = { + group = lawgroup_army_model + icon = "gfx/interface/icons/law_icons/national_militia.dds" + progressiveness = 0 + + modifier = { + unit_morale_loss_mult = 0.05 + state_conscription_rate_add = 0.04 + building_training_rate_mult = 1 + } + + possible_political_movements = { + law_disarmed_nation + law_only_volunteers + law_designated_clickers + law_army_with_a_state + } +} + +law_designated_clickers = { + group = lawgroup_army_model + icon = "gfx/interface/icons/law_icons/designated_clickers.dds" + progressiveness = 0 + + # TODO unlocking technologies oldfriends + + modifier = { + unit_morale_loss_mult = -0.1 + state_conscription_rate_add = 0.005 + building_training_rate_mult = 0.5 + } + + disallowing_laws = { + law_majority_newfriends + } + + possible_political_movements = { + law_disarmed_nation + law_only_volunteers + law_national_militia + law_army_with_a_state + } +} + +law_army_with_a_state = { + group = lawgroup_army_model + icon = "gfx/interface/icons/law_icons/army_with_a_state.dds" + progressiveness = 0 + + disallowing_laws = { + law_majority_newfriends + } + + modifier = { + unit_morale_loss_mult = -0.2 + state_conscription_rate_add = 0.05 + building_training_rate_mult = 1 + country_pvpers_pol_str_mult = 0.25 + unit_army_offense_mult = 0.1 + unit_army_defense_mult = 0.1 + unit_advancement_speed_mult = 0.1 + country_infamy_decay_mult = -0.5 + } + + possible_political_movements = { + law_disarmed_nation + law_only_volunteers + law_designated_clickers + law_national_militia + } +} \ No newline at end of file diff --git a/common/laws/00_bureaucracy.txt b/common/laws/00_bureaucracy.txt new file mode 100644 index 00000000..81e9b94a --- /dev/null +++ b/common/laws/00_bureaucracy.txt @@ -0,0 +1,57 @@ +law_majority_newfriends = { + group = lawgroup_bureaucracy + icon = "gfx/interface/icons/pops_icons/newfriend.dds" + + progressiveness = 0 + + modifier = { + state_tax_capacity_mult = -0.25 + country_newfriends_voting_power_add = 2 + technology_invention_cost_mult = -0.2 + } + + possible_political_movements = { + law_mixed_bureaucracy + } +} + +law_mixed_bureaucracy = { + group = lawgroup_bureaucracy + icon = "gfx/interface/icons/pops_icons/midfriend.dds" + + modifier = { + state_tax_capacity_mult = 0.1 + state_birth_rate_mult = 0.1 # More people spawn in mixed systems like Lambat and Icenia + country_oldfriends_voting_power_add = 1.5 + country_influence_add = 50 + } + + possible_political_movements = { + law_majority_newfriends + law_majority_oldfriends + } + + progressiveness = 10 +} + +law_majority_oldfriends = { + group = lawgroup_bureaucracy + icon = "gfx/interface/icons/pops_icons/oldfriend.dds" + + modifier = { + building_throughput_mult = 0.15 + country_bureaucracy_investment_cost_factor_mult = -0.15 + country_oldfriends_voting_power_add = 2.5 + country_authority_add = 100 + country_government_wages_mult = 0.5 + # Harder to break the status quo + country_law_enactment_success_add = -.075 + country_law_enactment_time_mult = 0.1 + } + + possible_political_movements = { + law_mixed_bureaucracy + } + + progressiveness = 15 +} \ No newline at end of file diff --git a/common/laws/00_childrens_rights.txt b/common/laws/00_childrens_rights.txt new file mode 100644 index 00000000..4d8203b9 --- /dev/null +++ b/common/laws/00_childrens_rights.txt @@ -0,0 +1,76 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_child_labor_allowed = { + group = lawgroup_childrens_rights + + icon = "gfx/interface/icons/law_icons/child_labor_allowed.dds" + + progressiveness = -50 + + modifier = { + state_dependent_wage_mult = 0.30 + } + + possible_political_movements = { + law_restricted_child_labor + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_market_liberal + } + } +} + +law_restricted_child_labor = { + group = lawgroup_childrens_rights + + icon = "gfx/interface/icons/law_icons/restricted_child_labor.dds" + + progressiveness = 0 + + unlocking_technologies = { + labor_movement + } + + modifier = { + state_dependent_wage_mult = 0.15 + + country_institution_schools_max_investment_add = 1 + } + + possible_political_movements = { + law_compulsory_primary_school + } + + ai_will_do = { + OR = { + has_law = law_type:law_child_labor_allowed + AND = { + exists = ruler + ruler = { + has_ideology = ideology_market_liberal + } + } + } + } +} + +law_compulsory_primary_school = { + group = lawgroup_childrens_rights + + icon = "gfx/interface/icons/law_icons/compulsory_primary_school.dds" + + progressiveness = 50 + + unlocking_technologies = { + human_rights + } + + modifier = { + country_institution_schools_max_investment_add = 2 + } +} diff --git a/common/laws/00_church_and_state.txt b/common/laws/00_church_and_state.txt new file mode 100644 index 00000000..76ef4814 --- /dev/null +++ b/common/laws/00_church_and_state.txt @@ -0,0 +1,143 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law +# cultural_acceptance_rule and religious_acceptance_rule are triggers in the pop scope used to check if a pop should be accepted or discriminated against + +law_state_religion = { + group = lawgroup_church_and_state + + icon = "gfx/interface/icons/law_icons/state_religion.dds" + + progressiveness = -50 + + on_enact = { + recalculate_pop_ig_support = yes + } + + religious_acceptance_rule = { + is_state_religion = scope:country + } + + modifier = { + state_radicals_from_sol_change_accepted_religion_mult = -0.1 + state_loyalists_from_sol_change_accepted_religion_mult = 0.1 + country_authority_add = 200 + } + + possible_political_movements = { + law_freedom_of_conscience + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_theocrat + } + } +} + +law_freedom_of_conscience = { + group = lawgroup_church_and_state + + icon = "gfx/interface/icons/law_icons/freedom_of_conscience.dds" + + progressiveness = 0 + + unlocking_technologies = { + rationalism + } + + disallowing_laws = { + law_theocracy + } + + on_enact = { + recalculate_pop_ig_support = yes + } + + religious_acceptance_rule = { + shares_heritage_trait_with_state_religion = scope:country + } + + modifier = { + state_radicals_from_sol_change_accepted_religion_mult = -0.05 + state_loyalists_from_sol_change_accepted_religion_mult = 0.05 + country_authority_add = 100 + } + + possible_political_movements = { + law_total_separation + } + + pop_support = { + value = 0 + + add = { + desc = "POP_DISCRIMINATED" + if = { + limit = { + religion_accepted = no + owner = { NOT = { has_law = law_type:law_total_separation } } + } + value = 0.5 + } + if = { + limit = { + religion_accepted = no + owner = { NOT = { has_law = law_type:law_total_separation } } + standard_of_living <= 10 + } + value = 0.5 + } + } + } +} + +law_total_separation = { + group = lawgroup_church_and_state + + icon = "gfx/interface/icons/law_icons/total_separation.dds" + + progressiveness = 50 + + unlocking_technologies = { + empiricism + } + + disallowing_laws = { + law_theocracy + } + + on_enact = { + recalculate_pop_ig_support = yes + } + + religious_acceptance_rule = { + always = yes + } + + possible_political_movements = { + law_freedom_of_conscience + } + + pop_support = { + value = 0 + + add = { + desc = "POP_DISCRIMINATED" + if = { + limit = { + religion_accepted = no + } + value = 0.5 + } + if = { + limit = { + religion_accepted = no + standard_of_living <= 10 + } + value = 0.5 + } + } + } +} \ No newline at end of file diff --git a/common/laws/00_citizenship.txt b/common/laws/00_citizenship.txt new file mode 100644 index 00000000..3d608920 --- /dev/null +++ b/common/laws/00_citizenship.txt @@ -0,0 +1,216 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law +# cultural_acceptance_rule and religious_acceptance_rule are triggers called in culture scope with scope:country as the country with the laws + +law_ethnostate = { + group = lawgroup_citizenship + + icon = "gfx/interface/icons/law_icons/ethnostate.dds" + + progressiveness = -100 + + on_enact = { + recalculate_pop_ig_support = yes + } + + cultural_acceptance_rule = { + is_primary_culture_of = scope:country + } + + unlocking_technologies = { + nationalism + } + + modifier = { + country_authority_add = 200 + state_radicals_from_sol_change_accepted_culture_mult = -0.2 + state_loyalists_from_sol_change_accepted_culture_mult = 0.2 + } + + possible_political_movements = { + law_racial_segregation + law_cultural_exclusion + } +} + +law_national_supremacy = { + group = lawgroup_citizenship + + icon = "gfx/interface/icons/law_icons/national_supremacy.dds" + + progressiveness = -50 + + on_enact = { + recalculate_pop_ig_support = yes + } + + cultural_acceptance_rule = { + AND = { + shares_heritage_trait_with_any_primary_culture = scope:country + shares_non_heritage_trait_with_any_primary_culture = scope:country + } + } + + modifier = { + country_authority_add = 150 + state_radicals_from_sol_change_accepted_culture_mult = -0.15 + state_loyalists_from_sol_change_accepted_culture_mult = 0.15 + } + + possible_political_movements = { + law_racial_segregation + law_cultural_exclusion + } +} + +law_racial_segregation = { + group = lawgroup_citizenship + + icon = "gfx/interface/icons/law_icons/racial_segregation.dds" + + progressiveness = 0 + + on_enact = { + recalculate_pop_ig_support = yes + } + + cultural_acceptance_rule = { + shares_heritage_trait_with_any_primary_culture = scope:country + } + + modifier = { + country_authority_add = 100 + state_radicals_from_sol_change_accepted_culture_mult = -0.1 + state_loyalists_from_sol_change_accepted_culture_mult = 0.1 + } + + possible_political_movements = { + law_national_supremacy + law_cultural_exclusion + } + + pop_support = { + value = 0 + + add = { + desc = "POP_DISCRIMINATED" + if = { + limit = { + culture_accepted = no + owner = { has_law = law_type:law_national_supremacy } + } + value = 0.5 + } + if = { + limit = { + culture_accepted = no + owner = { has_law = law_type:law_national_supremacy } + standard_of_living <= 10 + } + value = 0.5 + } + } + } +} + +law_cultural_exclusion = { + group = lawgroup_citizenship + + icon = "gfx/interface/icons/law_icons/cultural_exclusion.dds" + + progressiveness = 50 + + unlocking_laws = { + } + + on_enact = { + recalculate_pop_ig_support = yes + } + + cultural_acceptance_rule = { + shares_trait_with_any_primary_culture = scope:country + } + + modifier = { + country_authority_add = 50 + state_radicals_from_sol_change_accepted_culture_mult = -0.05 + state_loyalists_from_sol_change_accepted_culture_mult = 0.05 + } + + possible_political_movements = { + law_racial_segregation + law_multicultural + } + + pop_support = { + value = 0 + + add = { + desc = "POP_DISCRIMINATED" + if = { + limit = { + culture_accepted = no + owner = { NOT = { has_law = law_type:law_multicultural } } + } + value = 0.5 + } + if = { + limit = { + culture_accepted = no + owner = { NOT = { has_law = law_type:law_multicultural } } + standard_of_living <= 10 + } + value = 0.5 + } + } + } +} + +law_multicultural = { + group = lawgroup_citizenship + + icon = "gfx/interface/icons/law_icons/multicultural.dds" + + progressiveness = 100 + + unlocking_laws = { + } + + unlocking_technologies = { + egalitarianism + } + + on_enact = { + recalculate_pop_ig_support = yes + } + + cultural_acceptance_rule = { + always = yes + } + + possible_political_movements = { + law_cultural_exclusion + } + + pop_support = { + value = 0 + + add = { + desc = "POP_DISCRIMINATED" + if = { + limit = { + culture_accepted = no + } + value = 0.5 + } + if = { + limit = { + culture_accepted = no + standard_of_living <= 10 + } + value = 0.5 + } + } + } +} diff --git a/common/laws/00_colonial_affairs.txt b/common/laws/00_colonial_affairs.txt new file mode 100644 index 00000000..c8de08d1 --- /dev/null +++ b/common/laws/00_colonial_affairs.txt @@ -0,0 +1,64 @@ +law_no_colonial_affairs = { + group = lawgroup_colonization + + icon = "gfx/interface/icons/law_icons/no_colonial_affairs.dds" + + progressiveness = 0 + + # AI will never fully dismantle institutions + ai_will_do = { + always = no + } +} + +law_colonial_resettlement = { + group = lawgroup_colonization + + icon = "gfx/interface/icons/law_icons/colonial_resettlement.dds" + + progressiveness = 25 + + unlocking_technologies = { + colonization + } + + modifier = { + state_migration_pull_unincorporated_mult = 1.0 + } + + institution = institution_colonial_affairs + + ai_will_do = { + OR = { + has_law = law_type:law_colonial_exploitation + navy_size >= 50 + } + } +} + +law_colonial_exploitation = { + group = lawgroup_colonization + + icon = "gfx/interface/icons/law_icons/colonial_exploitation.dds" + + progressiveness = -25 + + unlocking_technologies = { + colonization + } + + modifier = { + building_unincorporated_throughput_add = 0.1 + state_unincorporated_starting_wages_mult = -0.25 + country_tension_decay_mult = -0.25 + } + + institution = institution_colonial_affairs + + ai_will_do = { + OR = { + has_law = law_type:law_colonial_resettlement + navy_size >= 50 + } + } +} diff --git a/common/laws/00_distribution_of_power.txt b/common/laws/00_distribution_of_power.txt new file mode 100644 index 00000000..880b89d1 --- /dev/null +++ b/common/laws/00_distribution_of_power.txt @@ -0,0 +1,401 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_autocracy = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/autocracy.dds" + + progressiveness = -100 + + on_activate = { + deactivate_law = law_type:law_majority_newfriends + scripted_effect_parties_disappearence = yes + } + + modifier = { + country_legitimacy_headofstate_add = 30 + country_legitimacy_govt_total_clout_add = 120 + country_legitimacy_ideological_incoherence_mult = 0.5 + country_authority_add = 200 + } + + possible_political_movements = { + law_oligarchy + law_landed_voting + law_elder_council + } +} + +law_oligarchy = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/oligarchy.dds" + + progressiveness = -50 + + on_activate = { + scripted_effect_parties_disappearence = yes + } + + modifier = { + country_legitimacy_headofstate_add = 10 + country_legitimacy_govt_total_clout_add = 120 + country_legitimacy_govt_size_add = 2 + country_legitimacy_ideological_incoherence_mult = -0.1 + country_authority_add = 100 + } + + possible_political_movements = { + law_autocracy + law_landed_voting + law_elder_council + } +} + +law_elder_council = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/elder_council.dds" + + progressiveness = -25 + + unlocking_laws = { + law_chiefdom + } + + is_visible = { + is_country_type = decentralized + } + + on_activate = { + scripted_effect_parties_disappearence = yes + } + + modifier = { + country_legitimacy_base_add = 20 + country_legitimacy_govt_total_clout_add = 100 + country_legitimacy_govt_size_add = 2 + country_legitimacy_ideological_incoherence_mult = -0.1 + country_authority_add = 200 + } + + possible_political_movements = { + law_autocracy + law_oligarchy + law_landed_voting + } +} + +law_landed_voting = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/landed_voting.dds" + + progressiveness = -25 + + unlocking_technologies = { + democracy + } + + disallowing_laws = { + law_chiefdom + } + + modifier = { + country_legitimacy_govt_total_votes_add = 40 + country_legitimacy_govt_total_clout_add = 100 + country_legitimacy_govt_size_add = 1 + country_legitimacy_ideological_incoherence_mult = 0.2 + country_authority_add = 100 + } + + possible_political_movements = { + law_oligarchy + law_autocracy + law_wealth_voting + law_census_voting + } + + on_activate = { + scripted_effect_parties_emergence = yes + } + + pop_support = { + value = 0 + + add = { + desc = "POP_LITERACY" + + if = { + limit = { + OR = { + NOT = { strata = rich } + wealth < 30 + } + owner = { + NOR = { + has_law = law_type:law_wealth_voting + has_law = law_type:law_census_voting + has_law = law_type:law_universal_suffrage + has_law = law_type:law_anarchy + } + } + } + add = { + value = literacy_rate + divide = 2 + } + } + } + } +} + +law_wealth_voting = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/wealth_voting.dds" + + progressiveness = 0 + + unlocking_technologies = { + democracy + } + + disallowing_laws = { + law_chiefdom + } + + modifier = { + country_legitimacy_govt_total_votes_add = 65 + country_legitimacy_govt_total_clout_add = 75 + country_legitimacy_govt_size_add = 1 + country_legitimacy_ideological_incoherence_mult = 0.2 + country_voting_power_base_add = 40 + country_voting_power_wealth_threshold_add = 25 + country_authority_add = 100 + } + + possible_political_movements = { + law_landed_voting + law_census_voting + law_universal_suffrage + } + + on_activate = { + scripted_effect_parties_emergence = yes + } + + pop_support = { + value = 0 + + add = { + desc = "POP_LITERACY" + + if = { + limit = { + NOT = { strata = rich } + owner = { + NOR = { + has_law = law_type:law_census_voting + has_law = law_type:law_universal_suffrage + has_law = law_type:law_anarchy + } + } + } + add = { + value = literacy_rate + divide = 2 + } + } + } + } +} + +law_census_voting = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/census_voting.dds" + + progressiveness = 50 + + unlocking_technologies = { + democracy + } + + disallowing_laws = { + law_chiefdom + } + + modifier = { + country_legitimacy_govt_total_votes_add = 85 + country_legitimacy_govt_total_clout_add = 55 + country_legitimacy_govt_size_add = 1 + country_legitimacy_ideological_incoherence_mult = 0.1 + country_voting_power_wealth_threshold_add = 15 + country_voting_power_from_literacy_add = 30 + country_authority_add = 50 + } + + possible_political_movements = { + law_landed_voting + law_wealth_voting + law_universal_suffrage + } + + on_activate = { + scripted_effect_parties_emergence = yes + } + + pop_support = { + value = 0 + + add = { + desc = "POP_LITERACY" + + if = { + limit = { + wealth < 25 + owner = { + NOR = { + has_law = law_type:law_universal_suffrage + has_law = law_type:law_anarchy + } + } + } + add = { + value = literacy_rate + divide = 2 + } + } + } + } +} + +law_universal_suffrage = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/universal_suffrage.dds" + + progressiveness = 100 + + unlocking_technologies = { + egalitarianism + } + + disallowing_laws = { + law_chiefdom + } + + modifier = { + country_legitimacy_govt_total_votes_add = 110 + country_legitimacy_govt_total_clout_add = 25 + country_voting_power_base_add = 20 + country_legitimacy_govt_size_add = 1 + } + + possible_political_movements = { + law_census_voting + law_wealth_voting + law_anarchy + } + + on_activate = { + scripted_effect_parties_emergence = yes + } + + pop_support = { + value = 0 + + add = { + desc = "POP_LITERACY" + + if = { + limit = { + wealth < 15 + owner = { + NOT = { + has_law = law_type:law_anarchy + } + } + } + add = { + value = literacy_rate + divide = 2 + } + } + + if = { + limit = { + wealth < 10 + owner = { + NOT = { + has_law = law_type:law_anarchy + } + } + } + add = { + value = literacy_rate + divide = 2 + } + } + } + } +} + +law_anarchy = { + group = lawgroup_distribution_of_power + + icon = "gfx/interface/icons/law_icons/anarchy.dds" + + progressiveness = 200 + + unlocking_technologies = { + anarchism + } + + unlocking_laws = { + law_council_republic + } + + modifier = { + state_pop_pol_str_add = 1 + country_legitimacy_govt_total_clout_add = 100 + state_political_strength_from_wealth_mult = -0.75 + country_authority_mult = -0.5 + country_legitimacy_govt_size_add = 2 + } + + possible_political_movements = { + law_universal_suffrage + } + + on_activate = { + scripted_effect_parties_disappearence = yes + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_anarchist + } + } + + pop_support = { + value = 0 + + add = { + desc = "POP_LITERACY" + + if = { + limit = { + wealth < 10 + } + add = { + value = literacy_rate + } + } + } + } +} diff --git a/common/laws/00_economic_system.txt b/common/laws/00_economic_system.txt new file mode 100644 index 00000000..64039f5d --- /dev/null +++ b/common/laws/00_economic_system.txt @@ -0,0 +1,78 @@ +law_newfriend_economy = { + group = lawgroup_economic_system + icon = "gfx/interface/icons/pops_icons/newfriend.dds" + progressiveness = 0 + + modifier = { + state_bureaucracy_population_base_cost_factor_mult = -0.25 + state_tax_collection_mult = -0.15 + state_newfriends_investment_pool_contribution_add = 0.5 + country_mandate_subsidies = yes + } + + # TODO require midfriends tech + possible_political_movements = { + law_planned_economy + law_mixed_economy + law_laissez_faire + } +} + +law_planned_economy = { + group = lawgroup_economic_system + icon = "gfx/interface/icons/law_icons/planned_economy.dds" + progressiveness = 50 + + # TODO require midfriends tech + modifier = { + country_mandate_subsidies = yes # Must subsidize everything + state_tax_capacity_mult = -0.25 # Too busy managing economy to tax + state_oldfriends_investment_pool_contribution_add = 0.1 + state_midfriends_investment_pool_contribution_add = 0.15 + country_authority_add = 100 # You control the economy so you have more authority + } + + possible_political_movements = { + law_mixed_economy + } +} + +law_mixed_economy = { + group = lawgroup_economic_system + icon = "gfx/interface/icons/law_icons/mixed_economy.dds" + progressiveness = 50 + + # TODO require midfriends tech + modifier = { + country_subsidies_all = yes + state_oldfriends_investment_pool_contribution_add = 0.1 + state_midfriends_investment_pool_contribution_add = 0.2 + } + + possible_political_movements = { + law_planned_economy + law_laissez_faire + } +} + +law_laissez_faire = { + group = lawgroup_economic_system + icon = "gfx/interface/icons/law_icons/laissez_faire.dds" + progressiveness = 50 + # TODO require midfriends tech + + modifier = { + interest_group_industrialists_pop_attraction_mult = 0.25 + interest_group_industrialists_pol_str_mult = 0.1 + state_oldfriends_investment_pool_contribution_add = 0.2 + state_midfriends_investment_pool_contribution_add = 0.25 + country_loan_interest_rate_mult = -0.25 + state_tax_capacity_mult = 0.25 # Plenty of spare time to tax their citizens + country_subsidies_bg_infrastructure = yes + country_subsidies_bg_trade = yes + } + + possible_political_movements = { + law_planned_economy + } +} \ No newline at end of file diff --git a/common/laws/00_education_system.txt b/common/laws/00_education_system.txt new file mode 100644 index 00000000..9a7fbfb2 --- /dev/null +++ b/common/laws/00_education_system.txt @@ -0,0 +1,285 @@ +law_no_schools = { + group = lawgroup_education_system + + icon = "gfx/interface/icons/law_icons/no_schools.dds" + + progressiveness = 0 + + disallowing_laws = { + law_compulsory_primary_school + } + + # AI will never abolish institutions entirely + ai_will_do = { + always = no + } +} + +law_religious_schools = { + group = lawgroup_education_system + + icon = "gfx/interface/icons/law_icons/religious_schools.dds" + + progressiveness = 25 + + unlocking_technologies = { + rationalism + } + + disallowing_laws = { + law_total_separation + law_serfdom + } + + institution = institution_schools + institution_modifier = { + state_conversion_mult = 0.2 + state_education_access_add = 0.1 + } + + possible_political_movements = { + law_private_schools + law_public_schools + } + + pop_support = { + value = 0 + add = { + desc = "POP_POVERTY" + if = { + limit = { + standard_of_living <= 14 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 13 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 12 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 11 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 10 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 9 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 8 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 7 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 6 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 5 + owner = { NOT = { has_law = law_type:law_public_schools } } + } + value = 0.1 + } + } + } +} + +law_private_schools = { + group = lawgroup_education_system + + icon = "gfx/interface/icons/law_icons/private_schools.dds" + + progressiveness = 25 + + unlocking_technologies = { + academia + } + + disallowing_laws = { + law_state_religion + } + + institution = institution_schools + institution_modifier = { + state_education_access_wealth_add = 0.005 + } + + possible_political_movements = { + law_religious_schools + law_public_schools + } + + pop_support = { + value = 0 + add = { + desc = "POP_WEALTH" + if = { + limit = { + wealth >= 20 + } + value = 0.1 + } + if = { + limit = { + wealth >= 22 + } + value = 0.1 + } + if = { + limit = { + wealth >= 24 + } + value = 0.1 + } + if = { + limit = { + wealth >= 26 + } + value = 0.1 + } + if = { + limit = { + wealth >= 28 + } + value = 0.1 + } + if = { + limit = { + wealth >= 30 + } + value = 0.1 + } + } + } +} + +law_public_schools = { + group = lawgroup_education_system + + icon = "gfx/interface/icons/law_icons/public_schools.dds" + + progressiveness = 50 + + unlocking_technologies = { + empiricism + } + + disallowing_laws = { + law_state_religion + law_serfdom + } + + institution = institution_schools + institution_modifier = { + state_assimilation_mult = 0.125 + state_education_access_add = 0.1 + } + + possible_political_movements = { + law_private_schools + law_religious_schools + } + + pop_support = { + value = 0 + add = { + desc = "POP_POVERTY" + if = { + limit = { + standard_of_living <= 14 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 13 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 12 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 11 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 10 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 9 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 8 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 7 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 6 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 5 + } + value = 0.1 + } + } + } +} \ No newline at end of file diff --git a/common/laws/00_free_speech.txt b/common/laws/00_free_speech.txt new file mode 100644 index 00000000..cb98c69f --- /dev/null +++ b/common/laws/00_free_speech.txt @@ -0,0 +1,89 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_outlawed_dissent = { + group = lawgroup_free_speech + icon = "gfx/interface/icons/law_icons/outlawed_dissent.dds" + + progressiveness = -50 + + modifier = { + country_authority_add = 200 + country_promotion_ig_attraction_mult = 0.5 + country_suppression_ig_attraction_mult = -0.5 + country_tech_spread_mult = -0.15 + } + + possible_political_movements = { + law_censorship + } + + unlocking_technologies = { + political_agitation + } +} + +law_censorship = { + group = lawgroup_free_speech + icon = "gfx/interface/icons/law_icons/censorship.dds" + + progressiveness = 0 + + modifier = { + country_authority_add = 100 + country_promotion_ig_attraction_mult = 0.4 + country_suppression_ig_attraction_mult = -0.4 + country_tech_spread_mult = -0.10 + } + + possible_political_movements = { + law_right_of_assembly + law_outlawed_dissent + } + + unlocking_technologies = { + law_enforcement + } +} + +law_right_of_assembly = { + group = lawgroup_free_speech + icon = "gfx/interface/icons/law_icons/right_of_assembly.dds" + + progressiveness = 50 + + modifier = { + country_authority_add = 50 + country_promotion_ig_attraction_mult = 0.3 + country_suppression_ig_attraction_mult = -0.3 + } + + possible_political_movements = { + law_censorship + law_protected_speech + } +} + +law_protected_speech = { + group = lawgroup_free_speech + icon = "gfx/interface/icons/law_icons/protected_speech.dds" + + progressiveness = 100 + + unlocking_technologies = { + human_rights + } + + modifier = { + country_tech_spread_mult = 0.25 + } + + possible_political_movements = { + law_right_of_assembly + } + + on_activate = { + custom_tooltip = protected_speech_tt + } +} \ No newline at end of file diff --git a/common/laws/00_governance_principles.txt b/common/laws/00_governance_principles.txt new file mode 100644 index 00000000..8daaf5bf --- /dev/null +++ b/common/laws/00_governance_principles.txt @@ -0,0 +1,188 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_chiefdom = { + group = lawgroup_governance_principles + + icon = "gfx/interface/icons/law_icons/chiefdom.dds" + + progressiveness = -100 + + can_enact = { + is_country_type = decentralized + } + + is_visible = { + is_country_type = decentralized + } + + modifier = { + country_legitimacy_headofstate_add = 20 + country_authority_add = 100 + } + + pop_support = { + value = 0 + } +} + +law_monarchy = { + group = lawgroup_governance_principles + + icon = "gfx/interface/icons/law_icons/monarchy.dds" + + progressiveness = 0 + + disallowing_laws = { + law_anarchy + } + + modifier = { + country_legitimacy_headofstate_add = 20 + country_legitimacy_ideological_incoherence_mult = 0.1 + country_authority_add = 200 + } + + possible_political_movements = { + law_presidential_republic + law_parliamentary_republic + law_council_republic + } + + pop_support = { + value = 0 + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_royalist + } + } +} + +law_presidential_republic = { + group = lawgroup_governance_principles + + icon = "gfx/interface/icons/law_icons/presidential_republic.dds" + + progressiveness = 100 + + unlocking_technologies = { + democracy + } + + modifier = { + country_legitimacy_govt_total_votes_add = 20 + country_legitimacy_ideological_incoherence_mult = 0.2 + country_authority_add = 100 + } + + possible_political_movements = { + law_council_republic + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_republican_leader + } + } +} + +law_parliamentary_republic = { + group = lawgroup_governance_principles + + icon = "gfx/interface/icons/law_icons/parliamentary_republic.dds" + + progressiveness = 100 + + unlocking_technologies = { + democracy + } + + modifier = { + country_legitimacy_govt_total_votes_add = 20 + country_legitimacy_govt_size_add = 1 + } + + possible_political_movements = { + law_council_republic + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_republican_leader + } + } +} + +law_theocracy = { + group = lawgroup_governance_principles + + icon = "gfx/interface/icons/law_icons/theocracy.dds" + + progressiveness = -50 + + disallowing_laws = { + law_total_separation + } + + modifier = { + country_legitimacy_headofstate_add = 20 + country_legitimacy_ideological_incoherence_mult = 0.1 + country_authority_add = 200 + } + + possible_political_movements = { + law_monarchy + law_presidential_republic + law_parliamentary_republic + law_council_republic + } + + ai_will_do = { + exists = ruler + ruler = { + has_ideology = ideology_theocrat + } + } +} + +law_council_republic = { + group = lawgroup_governance_principles + + icon = "gfx/interface/icons/law_icons/council_republic.dds" + + progressiveness = 200 + + unlocking_technologies = { + socialism + } + + disallowing_laws = { + } + + modifier = { + country_legitimacy_govt_size_add = 1 + country_legitimacy_ideological_incoherence_mult = -0.1 + } + + possible_political_movements = { + law_presidential_republic + law_parliamentary_republic + } + + ai_will_do = { + exists = ruler + ruler = { + OR = { + has_ideology = ideology_communist + has_ideology = ideology_anarchist + has_ideology = ideology_vanguardist + } + } + } +} \ No newline at end of file diff --git a/common/laws/00_health_system.txt b/common/laws/00_health_system.txt new file mode 100644 index 00000000..a64ea377 --- /dev/null +++ b/common/laws/00_health_system.txt @@ -0,0 +1,265 @@ +law_no_health_system = { + group = lawgroup_health_system + icon = "gfx/interface/icons/law_icons/no_health_system.dds" + + progressiveness = 0 + + modifier = { + } + + # AI shouldn't try to abolish institutions + ai_will_do = { + always = no + } +} + +law_charitable_health_system = { + group = lawgroup_health_system + icon = "gfx/interface/icons/law_icons/charitable_health_system.dds" + + progressiveness = 50 + + unlocking_technologies = { + medical_degrees + } + + institution = institution_health_system + institution_modifier = { + state_mortality_mult = -0.05 + } + + # Don't return to charity if we have something more advanced + ai_will_do = { + NOR = { + has_law = law_type:law_private_health_insurance + has_law = law_type:law_public_health_insurance + } + } + + pop_support = { + value = 0 + add = { + desc = "POP_POVERTY" + if = { + limit = { + standard_of_living <= 14 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 13 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 12 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 11 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 10 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 9 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 8 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 7 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 6 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 5 + owner = { NOT = { has_law = law_type:law_public_health_insurance } } + } + value = 0.1 + } + } + } +} + +law_private_health_insurance = { + group = lawgroup_health_system + icon = "gfx/interface/icons/law_icons/private_health_insurance.dds" + + progressiveness = 75 + + unlocking_technologies = { + pharmaceuticals + } + + modifier = { + country_institution_health_system_max_investment_add = 2 + } + + institution = institution_health_system + institution_modifier = { + state_mortality_wealth_mult = -0.003 + } + + pop_support = { + value = 0 + add = { + desc = "POP_WEALTH" + if = { + limit = { + wealth >= 20 + } + value = 0.1 + } + if = { + limit = { + wealth >= 22 + } + value = 0.1 + } + if = { + limit = { + wealth >= 24 + } + value = 0.1 + } + if = { + limit = { + wealth >= 26 + } + value = 0.1 + } + if = { + limit = { + wealth >= 28 + } + value = 0.1 + } + if = { + limit = { + wealth >= 30 + } + value = 0.1 + } + } + } +} + +law_public_health_insurance = { + group = lawgroup_health_system + icon = "gfx/interface/icons/law_icons/public_health_insurance.dds" + + progressiveness = 100 + + unlocking_technologies = { + pharmaceuticals + } + + modifier = { + country_institution_health_system_max_investment_add = 2 + } + + institution = institution_health_system + institution_modifier = { + state_mortality_mult = -0.05 + } + + pop_support = { + value = 0 + add = { + desc = "POP_POVERTY" + if = { + limit = { + standard_of_living <= 14 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 13 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 12 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 11 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 10 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 9 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 8 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 7 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 6 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 5 + } + value = 0.1 + } + } + } +} \ No newline at end of file diff --git a/common/laws/00_labor_rights.txt b/common/laws/00_labor_rights.txt new file mode 100644 index 00000000..54b21309 --- /dev/null +++ b/common/laws/00_labor_rights.txt @@ -0,0 +1,123 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_serfdom_banned = { + group = lawgroup_labor_rights + + icon = "gfx/interface/icons/law_icons/serfdom_banned.dds" + + progressiveness = 0 + + modifier = { + } + + possible_political_movements = { + law_regulatory_bodies + } + + pop_support = { + value = 0 + } +} + +law_serfdom = { + group = lawgroup_labor_rights + + icon = "gfx/interface/icons/law_icons/serfdom.dds" + + progressiveness = -50 + + disallowing_laws = { + law_mixed_economy + law_laissez_faire + } + + modifier = { + } + + possible_political_movements = { + law_serfdom_banned + } + + # AI should never try to bring back serfdom + ai_will_do = { + always = no + } +} + +law_regulatory_bodies = { + group = lawgroup_labor_rights + + icon = "gfx/interface/icons/law_icons/regulatory_bodies.dds" + + progressiveness = 50 + + unlocking_technologies = { + labor_movement + } + + institution = institution_workplace_safety + + possible_political_movements = { + law_worker_protections + } + + pop_support = { + value = 0 + + add = { + desc = "POP_DANGEROUS_JOBS" + if = { + limit = { + NOT = { strata = rich } + owner = { + NOT = { has_law = law_type:law_worker_protections } + } + } + add = { + value = literacy_rate + divide = 2 + } + } + } + } +} + +law_worker_protections = { + group = lawgroup_labor_rights + + icon = "gfx/interface/icons/law_icons/worker_protections.dds" + + progressiveness = 100 + + unlocking_technologies = { + human_rights + } + + institution = institution_workplace_safety + institution_modifier = { + building_minimum_wage_mult = 0.1 + } + + modifier = { + building_minimum_wage_mult = 0.5 + } + + pop_support = { + value = 0 + + add = { + desc = "POP_DANGEROUS_JOBS" + if = { + limit = { + NOT = { strata = rich } + } + add = { + value = literacy_rate + divide = 2 + } + } + } + } +} diff --git a/common/laws/00_law_system.txt b/common/laws/00_law_system.txt new file mode 100644 index 00000000..fa8c1e1a --- /dev/null +++ b/common/laws/00_law_system.txt @@ -0,0 +1,85 @@ +# TODO add institution for legal system +law_lawless = { + group = lawgroup_law_system + icon = "gfx/interface/icons/law_icons/lawless.dds" + + # TODO require anarchy + + progressiveness = 0 + + modifier = { + interest_group_pvpers_pop_attraction_mult = 0.05 + } + + possible_political_movements = { + law_no_formal_legal_system + law_simple_legal_system + } +} + +law_no_formal_legal_system = { + group = lawgroup_law_system + icon = "gfx/interface/icons/law_icons/no_formal_legal_system.dds" + + progressiveness = 0 + + modifier = { + # Medium reduction in revolt chance + state_radicals_from_sol_change_mult = -0.01 + state_loyalists_from_sol_change_mult = 0.01 + interest_group_grinders_pop_attraction_mult = 0.1 # I just wanna grind for goodness sake + } + + possible_political_movements = { + law_lawless + law_simple_legal_system + } +} + +law_simple_legal_system = { + # TODO block anarchy from having this + + group = lawgroup_law_system + icon = "gfx/interface/icons/law_icons/simple_legal_system.dds" + + progressiveness = 0 + + # TODO requirement society tech, midfriend tech? + + modifier = { + interest_group_roleplayers_pop_attraction_mult = 0.1 # Little roleplaying attraction + # Medium reduction in revolt chance + state_radicals_from_sol_change_mult = -0.025 + state_loyalists_from_sol_change_mult = 0.025 + } + + possible_political_movements = { + law_no_formal_legal_system + law_complex_legal_system + } +} + +law_complex_legal_system = { + group = lawgroup_law_system + icon = "gfx/interface/icons/law_icons/complex_legal_system.dds" + + progressiveness = 0 + + modifier = { + interest_group_roleplayers_pop_attraction_mult = 0.25 # People that like legal systems will flock to it + country_roleplayers_voting_power_add = 0.25 # Lawyers are more powerful in these countries + # High reduction in revolt chance + state_radicals_from_sol_change_mult = -0.05 + state_loyalists_from_sol_change_mult = 0.05 + # Harder to pass laws + country_law_enactment_success_add = -0.05 + country_law_enactment_time_mult = 0.05 + country_influence_add = -50 # Countries mock you for all the complexity, plus diplomacy is slower + # TODO add event for elego drama that can randomly happen with this law + } + + possible_political_movements = { + law_complex_legal_system + law_simple_legal_system + } +} diff --git a/common/laws/00_migration.txt b/common/laws/00_migration.txt new file mode 100644 index 00000000..f3fe4774 --- /dev/null +++ b/common/laws/00_migration.txt @@ -0,0 +1,41 @@ +law_no_migration_controls = { + group = lawgroup_migration + icon = "gfx/interface/icons/law_icons/no_migration_controls.dds" + + progressiveness = 50 + + possible_political_movements = { + law_migration_controls + } +} + +law_migration_controls = { + group = lawgroup_migration + icon = "gfx/interface/icons/law_icons/migration_controls.dds" + + modifier = { + country_disallow_discriminated_migration = yes + } + + progressiveness = 0 + + possible_political_movements = { + law_no_migration_controls + law_closed_borders + } +} + +law_closed_borders = { + group = lawgroup_migration + icon = "gfx/interface/icons/law_icons/closed_borders.dds" + + modifier = { + country_disallow_migration = yes + } + + progressiveness = -50 + + possible_political_movements = { + law_closed_borders + } +} diff --git a/common/laws/00_policing.txt b/common/laws/00_policing.txt new file mode 100644 index 00000000..a2953015 --- /dev/null +++ b/common/laws/00_policing.txt @@ -0,0 +1,100 @@ +law_no_police = { + group = lawgroup_policing + + icon = "gfx/interface/icons/law_icons/no_police.dds" + + progressiveness = 0 + + possible_political_movements = { + law_local_police + law_dedicated_police + law_militarized_police + } + + # AI shouldn't try to abolish institutions + ai_will_do = { + always = no + } +} + +law_local_police = { + group = lawgroup_policing + + icon = "gfx/interface/icons/law_icons/local_police.dds" + + unlocking_technologies = { + tech_bureaucracy + } + + progressiveness = 50 + + institution = institution_police + institution_modifier = { + state_turmoil_effects_mult = -0.05 + } + + possible_political_movements = { + law_dedicated_police + law_militarized_police + } + + # Don't return to local police if we have something more advanced + ai_will_do = { + NOR = { + has_law = law_type:law_dedicated_police + has_law = law_type:law_militarized_police + } + } +} + +law_dedicated_police = { + group = lawgroup_policing + + icon = "gfx/interface/icons/law_icons/dedicated_police.dds" + + progressiveness = 100 + + unlocking_technologies = { + law_enforcement + } + + modifier = { + country_institution_police_max_investment_add = 2 + } + + institution = institution_police + institution_modifier = { + state_radicals_from_sol_change_mult = -0.05 + } + + possible_political_movements = { + law_militarized_police + } +} + +law_militarized_police = { + group = lawgroup_policing + + icon = "gfx/interface/icons/law_icons/militarized_police.dds" + + progressiveness = 75 + + unlocking_technologies = { + mass_surveillance + } + + modifier = { + country_institution_police_max_investment_add = 2 + } + + institution = institution_police + institution_modifier = { + state_radicals_from_sol_change_mult = -0.05 + state_radicals_from_discrimination_mult = -0.05 + state_mortality_turmoil_mult = 0.004 + } + + possible_political_movements = { + law_dedicated_police + } +} diff --git a/common/laws/00_rights_of_women.txt b/common/laws/00_rights_of_women.txt new file mode 100644 index 00000000..225eb490 --- /dev/null +++ b/common/laws/00_rights_of_women.txt @@ -0,0 +1,132 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_no_womens_rights = { + group = lawgroup_rights_of_women + icon = "gfx/interface/icons/law_icons/no_womens_rights.dds" + + progressiveness = -100 + + on_enact = { + recalculate_pop_ig_support = yes + } + + modifier = { + state_birth_rate_mult = 0.05 + } + + possible_political_movements = { + law_women_own_property + } + + ai_will_do = { + literacy_rate < 0.4 + exists = ruler + ruler = { + has_ideology = ideology_traditionalist + } + } +} + +law_women_own_property = { + group = lawgroup_rights_of_women + icon = "gfx/interface/icons/law_icons/women_own_property.dds" + + progressiveness = -50 + + on_enact = { + recalculate_pop_ig_support = yes + } + + modifier = { + state_working_adult_ratio_add = 0.05 + } + + possible_political_movements = { + law_no_womens_rights + law_women_in_the_workplace + } + + ai_will_do = { + OR = { + has_law = law_type:law_no_womens_rights + AND = { + exists = ruler + ruler = { + has_ideology = ideology_traditionalist + } + } + } + } +} + +law_women_in_the_workplace = { + group = lawgroup_rights_of_women + icon = "gfx/interface/icons/law_icons/women_in_the_workplace.dds" + + progressiveness = 0 + + unlocking_technologies = { + feminism + } + + on_enact = { + recalculate_pop_ig_support = yes + } + + modifier = { + state_working_adult_ratio_add = 0.1 + state_birth_rate_mult = -0.05 + } + + possible_political_movements = { + law_women_own_property + law_womens_suffrage + } + + ai_will_do = { + OR = { + has_law = law_type:law_no_womens_rights + has_law = law_type:law_women_own_property + AND = { + exists = ruler + ruler = { + has_ideology = ideology_traditionalist + } + } + } + } +} + +law_womens_suffrage = { + group = lawgroup_rights_of_women + icon = "gfx/interface/icons/law_icons/womens_suffrage.dds" + + progressiveness = 100 + + unlocking_technologies = { + feminism + } + + unlocking_laws = { + law_census_voting + law_landed_voting + law_wealth_voting + law_universal_suffrage + } + + on_enact = { + recalculate_pop_ig_support = yes + } + + modifier = { + state_working_adult_ratio_add = 0.15 + state_birth_rate_mult = -0.05 + state_dependent_political_participation_add = 0.33 + } + + possible_political_movements = { + law_women_own_property + } +} \ No newline at end of file diff --git a/common/laws/00_slavery.txt b/common/laws/00_slavery.txt new file mode 100644 index 00000000..4ee2113d --- /dev/null +++ b/common/laws/00_slavery.txt @@ -0,0 +1,107 @@ +law_slavery_banned = { + group = lawgroup_slavery + + progressiveness = 100 + + icon = "gfx/interface/icons/law_icons/slavery_banned.dds" + + modifier = { + } + + revolution_state_weight = { + value = 1 + } +} + +law_debt_slavery = { + group = lawgroup_slavery + + progressiveness = 0 + + icon = "gfx/interface/icons/law_icons/debt_slavery.dds" + + disallowing_laws = { + law_multicultural + } + + on_enact = { + } + + modifier = { + } + + possible_political_movements = { + law_legacy_slavery + } + + # AI should never enact debt slavery + ai_will_do = { + always = no + } +} + +law_slave_trade = { + group = lawgroup_slavery + + progressiveness = 0 + + icon = "gfx/interface/icons/law_icons/slave_trade.dds" + + disallowing_laws = { + law_cultural_exclusion + law_multicultural + } + + on_enact = { + } + + modifier = { + } + + possible_political_movements = { + law_legacy_slavery + } + + ai_will_do = { + exists = ruler + } + + revolution_state_weight = { + value = 1 + if = { + limit = { is_slave_state = yes } + multiply = 2 + } + else = { + multiply = 0.1 + } + } +} + +law_legacy_slavery = { + group = lawgroup_slavery + + progressiveness = 50 + + icon = "gfx/interface/icons/law_icons/legacy_slavery.dds" + + # no need to add disallowing_laws here since it can only be enacted from Slave Trade + + unlocking_laws = { + law_slave_trade + } + + modifier = { + } + + possible_political_movements = { + } + + revolution_state_weight = { + value = 1 + if = { + limit = { is_slave_state = no } + multiply = 0.001 + } + } +} \ No newline at end of file diff --git a/common/laws/00_taxation.txt b/common/laws/00_taxation.txt new file mode 100644 index 00000000..acf3160d --- /dev/null +++ b/common/laws/00_taxation.txt @@ -0,0 +1,251 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_consumption_based_taxation = { + group = lawgroup_taxation + + progressiveness = -100 + + icon = "gfx/interface/icons/law_icons/consumption_based_taxation.dds" + + modifier = { + state_bureaucracy_population_base_cost_factor_mult = -0.25 + country_consumption_tax_cost_mult = -0.50 + } + + tax_modifier_very_low = { + tax_consumption_add = 0.20 + } + + tax_modifier_low = { + tax_consumption_add = 0.275 + } + + tax_modifier_medium = { + tax_consumption_add = 0.35 + } + + tax_modifier_high = { + tax_consumption_add = 0.425 + } + + tax_modifier_very_high = { + tax_consumption_add = 0.50 + } + + possible_political_movements = { + law_per_capita_based_taxation + law_land_based_taxation + } + + # AI shouldn't change to consumption-based-taxation as it's likely to wreck their economy + ai_will_do = { + always = no + } +} + +law_land_based_taxation = { + group = lawgroup_taxation + + icon = "gfx/interface/icons/law_icons/land_based_taxation.dds" + + progressiveness = -50 + + tax_modifier_very_low = { + tax_consumption_add = 0.20 + tax_land_add = 0.40 + tax_income_add = 0.04 + } + + tax_modifier_low = { + tax_consumption_add = 0.275 + tax_land_add = 0.55 + tax_income_add = 0.065 + } + + tax_modifier_medium = { + tax_consumption_add = 0.35 + tax_land_add = 0.65 + tax_income_add = 0.07 + } + + tax_modifier_high = { + tax_consumption_add = 0.425 + tax_land_add = 0.85 + tax_income_add = 0.085 + } + + tax_modifier_very_high = { + tax_consumption_add = 0.50 + tax_land_add = 1.00 + tax_income_add = 0.10 + } + + possible_political_movements = { + law_per_capita_based_taxation + law_proportional_taxation + } + + # AI shouldn't change to land based taxation from more advanced taxation forms + ai_will_do = { + has_law = law_type:law_consumption_based_taxation + } +} + +law_per_capita_based_taxation = { + group = lawgroup_taxation + + progressiveness = 0 + + icon = "gfx/interface/icons/law_icons/per_capita_based_taxation.dds" + + disallowing_laws = { + law_newfriend_economy + } + + unlocking_technologies = { + currency_standards + } + + tax_modifier_very_low = { + tax_consumption_add = 0.20 + tax_per_capita_add = 0.40 + tax_land_add = 0.20 + tax_income_add = 0.10 + } + + tax_modifier_low = { + tax_consumption_add = 0.275 + tax_per_capita_add = 0.55 + tax_land_add = 0.275 + tax_income_add = 0.125 + } + + tax_modifier_medium = { + tax_consumption_add = 0.35 + tax_per_capita_add = 0.70 + tax_land_add = 0.35 + tax_income_add = 0.15 + } + + tax_modifier_high = { + tax_consumption_add = 0.425 + tax_per_capita_add = 0.85 + tax_land_add = 0.425 + tax_income_add = 0.175 + } + + tax_modifier_very_high = { + tax_consumption_add = 0.50 + tax_per_capita_add = 1.0 + tax_land_add = 0.50 + tax_income_add = 0.20 + } + + possible_political_movements = { + law_graduated_taxation + law_proportional_taxation + } +} + +law_proportional_taxation = { + group = lawgroup_taxation + + progressiveness = 50 + + icon = "gfx/interface/icons/law_icons/proportional_taxation.dds" + + disallowing_laws = { + law_newfriend_economy + } + + unlocking_technologies = { + egalitarianism + } + + tax_modifier_very_low = { + tax_consumption_add = 0.20 + tax_income_add = 0.15 + tax_dividends_add = 0.15 + } + + tax_modifier_low = { + tax_consumption_add = 0.275 + tax_income_add = 0.20 + tax_dividends_add = 0.20 + } + + tax_modifier_medium = { + tax_consumption_add = 0.35 + tax_income_add = 0.25 + tax_dividends_add = 0.25 + } + + tax_modifier_high = { + tax_consumption_add = 0.425 + tax_income_add = 0.30 + tax_dividends_add = 0.30 + } + + tax_modifier_very_high = { + tax_consumption_add = 0.50 + tax_income_add = 0.35 + tax_dividends_add = 0.35 + } + + possible_political_movements = { + law_per_capita_based_taxation + law_proportional_taxation + } +} + +law_graduated_taxation = { + group = lawgroup_taxation + + progressiveness = 100 + + icon = "gfx/interface/icons/law_icons/graduated_taxation.dds" + + disallowing_laws = { + law_newfriend_economy + } + + unlocking_technologies = { + socialism + } + + tax_modifier_very_low = { + tax_consumption_add = 0.20 + tax_income_add = 0.10 + tax_dividends_add = 0.30 + } + + tax_modifier_low = { + tax_consumption_add = 0.275 + tax_income_add = 0.125 + tax_dividends_add = 0.35 + } + + tax_modifier_medium = { + tax_consumption_add = 0.35 + tax_income_add = 0.15 + tax_dividends_add = 0.40 + } + + tax_modifier_high = { + tax_consumption_add = 0.425 + tax_income_add = 0.175 + tax_dividends_add = 0.45 + } + + tax_modifier_very_high = { + tax_consumption_add = 0.50 + tax_income_add = 0.20 + tax_dividends_add = 0.50 + } + + possible_political_movements = { + law_proportional_taxation + } +} diff --git a/common/laws/00_trade_policy.txt b/common/laws/00_trade_policy.txt new file mode 100644 index 00000000..9d09528a --- /dev/null +++ b/common/laws/00_trade_policy.txt @@ -0,0 +1,140 @@ +# group = this is the law_group a law belongs to +# icon = graphical icon shown in-game +# modifier = {} modifier on country for having adopted this law + +law_mercantilism = { + group = lawgroup_trade_policy + + icon = "gfx/interface/icons/law_icons/mercantilism.dds" + + progressiveness = 0 + + unlocking_technologies = { + international_trade + } + + tariff_modifier_no_priority = { + tariff_import_add = 0.15 + tariff_export_add = 0.05 + } + + tariff_modifier_export_priority = { + tariff_import_add = 0.30 + } + + tariff_modifier_import_priority = { + tariff_export_add = 0.10 + } + + possible_political_movements = { + law_protectionism + law_free_trade + } + + # Don't change back to mercantilism once we have protectionism or free trade + ai_will_do = { + NOR = { + has_law = law_type:law_protectionism + has_law = law_type:law_free_trade + } + } +} + +law_protectionism = { + group = lawgroup_trade_policy + + icon = "gfx/interface/icons/law_icons/protectionism.dds" + + progressiveness = 50 + + unlocking_technologies = { + stock_exchange + } + + tariff_modifier_no_priority = { + tariff_export_add = 0.10 + tariff_import_add = 0.10 + } + + tariff_modifier_export_priority = { + tariff_import_add = 0.20 + } + + tariff_modifier_import_priority = { + tariff_export_add = 0.20 + } + + possible_political_movements = { + law_free_trade + } +} + +law_free_trade = { + group = lawgroup_trade_policy + + icon = "gfx/interface/icons/law_icons/free_trade.dds" + + progressiveness = 50 + + disallowing_laws = { + law_planned_economy + } + + unlocking_technologies = { + stock_exchange + } + + on_enact = { + if = { + limit = { is_banning_goods = g:opium } + remove_banned_goods = g:opium + } + if = { + limit = { is_banning_goods = g:liquor } + remove_banned_goods = g:liquor + } + } + + modifier = { + country_trade_route_competitiveness_mult = 0.5 + country_trade_route_quantity_mult = 0.5 + country_trade_route_cost_mult = -0.5 + } + + possible_political_movements = { + law_protectionism + } +} + +law_isolationism = { + group = lawgroup_trade_policy + + icon = "gfx/interface/icons/law_icons/isolationism.dds" + + progressiveness = -50 + + disallowing_laws = { + law_laissez_faire + } + + modifier = { + country_authority_mult = 0.5 + state_tax_capacity_mult = 0.25 + country_tech_spread_mult = -0.15 + + country_max_declared_interests_mult = -0.5 + + market_disallow_trade_routes = yes + } + + possible_political_movements = { + law_protectionism + law_free_trade + } + + ai_will_do = { + ruler = { + has_ideology = ideology_traditionalist + } + } +} \ No newline at end of file diff --git a/common/laws/00_welfare.txt b/common/laws/00_welfare.txt new file mode 100644 index 00000000..a99ab850 --- /dev/null +++ b/common/laws/00_welfare.txt @@ -0,0 +1,372 @@ +law_no_social_security = { + group = lawgroup_welfare + + icon = "gfx/interface/icons/law_icons/no_social_security.dds" + + progressiveness = 0 + + possible_political_movements = { + law_poor_laws + law_wage_subsidies + } + + # AI will never abolish institutions entirely + ai_will_do = { + always = no + } +} + +law_poor_laws = { + group = lawgroup_welfare + + icon = "gfx/interface/icons/law_icons/poor_laws.dds" + + progressiveness = 25 + + unlocking_technologies = { + democracy + } + + modifier = { + state_welfare_payments_add = 0.4 + } + + institution = institution_social_security + institution_modifier = { + state_political_strength_from_welfare_mult = -0.15 + } + + possible_political_movements = { + law_wage_subsidies + } + + pop_support = { + value = 0 + + add = { + desc = "POP_POVERTY" + if = { + limit = { + standard_of_living <= 14 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 13 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 12 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 11 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 10 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 9 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 8 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 7 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 6 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 01 + } + if = { + limit = { + standard_of_living <= 5 + owner = { + NOR = { + has_law = law_type:law_old_age_pension + has_law = law_type:law_wage_subsidies + } + } + } + value = 0.1 + } + } + } +} + +law_wage_subsidies = { + group = lawgroup_welfare + + icon = "gfx/interface/icons/law_icons/wage_controls.dds" + + progressiveness = 75 + + unlocking_technologies = { + labor_movement + } + + modifier = { + state_welfare_payments_add = 0.5 + country_institution_social_security_max_investment_add = 2 + } + + institution = institution_social_security + + possible_political_movements = { + law_old_age_pension + } + + pop_support = { + value = 0 + + add = { + desc = "POP_POVERTY" + if = { + limit = { + standard_of_living <= 14 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 13 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 12 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 11 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 10 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 9 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 8 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 7 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 6 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 5 + owner = { NOT = { has_law = law_type:law_old_age_pension } } + } + value = 0.1 + } + } + } +} + +law_old_age_pension = { + group = lawgroup_welfare + + icon = "gfx/interface/icons/law_icons/old_age_pension.dds" + + progressiveness = 100 + + unlocking_technologies = { + human_rights + } + + modifier = { + state_welfare_payments_add = 0.5 + country_institution_social_security_max_investment_add = 2 + } + + institution = institution_social_security + institution_modifier = { + state_dependent_wage_mult = 0.2 + state_working_adult_ratio_add = -0.01 + state_dependent_political_participation_add = 0.02 + } + + # Below needed since this Law changes Politial Participation + on_activate = { + recalculate_pop_ig_support = yes + } + + on_deactivate = { + recalculate_pop_ig_support = yes + } + + pop_support = { + value = 0 + + add = { + desc = "POP_POVERTY" + if = { + limit = { + standard_of_living <= 14 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 13 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 12 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 11 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 10 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 9 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 8 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 7 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 6 + } + value = 0.1 + } + if = { + limit = { + standard_of_living <= 5 + } + value = 0.1 + } + } + } +} diff --git a/common/modifier_types/00_modifier_types.txt b/common/modifier_types/00_modifier_types.txt new file mode 100644 index 00000000..02baa2c2 --- /dev/null +++ b/common/modifier_types/00_modifier_types.txt @@ -0,0 +1,1218 @@ +state_education_access_add = { + good = yes + percent = yes + num_decimals = 0 +} + +state_education_access_wealth_add = { + good = yes + percent = yes + postfix = "per_wealth" +} + +state_pop_qualifications_mult = { + good = yes + percent = yes +} + +state_assimilation_mult = { + good = yes + percent = yes +} + +state_conversion_mult = { + good = yes + percent = yes +} + +country_diplomatic_play_maneuvers_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_trade_route_quantity_mult = { + good = yes + percent = yes +} + +country_trade_route_cost_mult = { + good = no + percent = yes +} + +country_trade_route_competitiveness_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +market_max_exports_add = { + neutral = yes + percent = yes +} + +market_max_imports_add = { + neutral = yes + percent = yes +} + +tariff_import_add = { + neutral = yes + percent = yes +} + +tariff_export_add = { + neutral = yes + percent = yes +} + +country_trade_route_imports_add = { + neutral = yes + good = yes + num_decimals = 0 +} + +country_trade_route_exports_add = { + neutral = yes + good = yes + num_decimals = 0 +} + +### UNIT modifiers + +unit_offense_add = { + good = yes + num_decimals = 0 + + ai_value = 100 # +1 offense/defense = same value as 100 pounds of profit +} + +unit_defense_add = { + good = yes + num_decimals = 0 + + ai_value = 100 # +1 offense/defense = same value as 100 pounds of profit +} + +unit_offense_mult = { + good = yes + percent = yes + + ai_value = 10000 # +1% offense/defense = same value as 100 pounds of profit +} + +unit_defense_mult = { + good = yes + percent = yes + + ai_value = 10000 # +1% offense/defense = same value as 100 pounds of profit +} + +unit_army_offense_add = { + good = yes + num_decimals = 0 + + ai_value = 100 # +1 offense/defense = same value as 100 pounds of profit +} + +unit_army_defense_add = { + good = yes + num_decimals = 0 + + ai_value = 100 # +1 offense/defense = same value as 100 pounds of profit +} + +unit_army_offense_mult = { + good = yes + percent = yes + + ai_value = 10000 # +1% offense/defense = same value as 100 pounds of profit +} + +unit_army_defense_mult = { + good = yes + percent = yes + + ai_value = 10000 # +1% offense/defense = same value as 100 pounds of profit +} + +unit_navy_offense_add = { + good = yes + num_decimals = 0 + + ai_value = 100 # +1 offense/defense = same value as 100 pounds of profit +} + +unit_navy_defense_add = { + good = yes + num_decimals = 0 + + ai_value = 100 # +1 = same value as 100 pounds of profit +} + +unit_navy_offense_mult = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 10000 # +1% offense/defense = same value as 100 pounds of profit +} + +unit_navy_defense_mult = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 10000 # +1% offense/defense = same value as 100 pounds of profit +} + +unit_morale_loss_add = { # base amount of morale damage (in manpower) per day + good = no + percent = no +} + +unit_morale_loss_mult = { # base amount of morale damage (percentage of manpower) per day + good = no + percent = yes + num_decimals = 2 +} + +unit_morale_damage_mult = { # increases the morale loss taken by the other side + good = yes + percent = yes + num_decimals = 0 + + ai_value = 5000 # +2% morale damage/protection/recovery = same value as 100 pounds of profit +} + +unit_morale_recovery_mult = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 5000 # +2% morale damage/protection/recovery = same value as 100 pounds of profit +} + +unit_kill_rate_add = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 5000 # +2% kill rate = same value as 100 pounds of profit +} + +unit_recovery_rate_add = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 5000 # +2% recovery rate = same value as 100 pounds of profit +} + +unit_provinces_captured_mult = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 5000 # +2% provinces captured = same value as 100 pounds of profit +} + +unit_provinces_lost_mult = { + good = no + percent = yes + num_decimals = 0 + + ai_value = -5000 # -2% provinces lost = same value as 100 pounds of profit +} + +unit_devastation_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +unit_advancement_speed_mult = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 5000 # +2% advancement speed = same value as 100 pounds of profit +} + +unit_convoy_requirements_mult = { + good = no + percent = yes +} + +unit_convoy_raiding_mult = { + good = yes + percent = yes + + ai_value = 5000 # +2% convoy raidiing = same value as 100 pounds of profit +} + +unit_supply_consumption_mult = { + good = no + percent = yes +} + +### BATTLE modifiers + +battle_offense_owned_province_mult = { + good = yes + percent = yes +} + +battle_defense_owned_province_mult = { + good = yes + percent = yes +} + +battle_casualties_mult = { + good = no + percent = yes +} + +### CHARACTER modifiers + +character_supply_route_cost_mult = { + good = no + percent = yes +} + +character_command_limit_mult = { + good = yes + percent = yes +} + +building_production_mult = { + good = yes + percent = yes +} + +building_economy_of_scale_level_cap_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_prestige_add = { + good = yes + percent = no + num_decimals = 0 + + ai_value = 100 # 1 prestige = same value as 100 pounds of profit +} + +country_max_declared_interests_add = { + good = yes + percent = no + + num_decimals = 2 +} + +country_max_declared_interests_mult = { + good = yes + percent = yes +} + +country_prestige_mult = { + good = yes + percent = yes +} + +country_bureaucracy_investment_cost_factor_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_bureaucracy_population_base_cost_factor_mult = { + good = no + percent = yes + num_decimals = 0 +} + +country_bureaucracy_add = { + good = yes + percent = no + num_decimals = 0 + + ai_value = 20 # 1 bureaucracy = same value as 20 pounds of profit +} + +country_bureaucracy_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +country_authority_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_authority_mult = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 20 # 1 authority = same value as 20 pounds of profit +} + +country_influence_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_influence_mult = { + good = yes + percent = yes + num_decimals = 0 + + ai_value = 20 # 1 influence = same value as 20 pounds of profit +} + +tax_land_add = { + neutral = yes + percent = no + num_decimals = 2 +} + +tax_heathen_add = { + neutral = yes + percent = no + num_decimals = 2 +} + +tax_per_capita_add = { + neutral = yes + percent = no + num_decimals = 2 +} + +state_welfare_payments_add = { + neutral = yes + percent = yes +} + +state_standard_of_living_add = { + good = yes + percent = no +} + +state_poor_standard_of_living_add = { + good = yes + percent = no +} + +state_middle_standard_of_living_add = { + good = yes + percent = no +} + +state_rich_standard_of_living_add = { + good = yes + percent = no +} + +state_expected_sol_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_expected_sol_from_literacy = { + good = no + percent = no + num_decimals = 0 +} + +state_poor_expected_sol = { + neutral = yes + percent = no + num_decimals = 0 +} + +state_middle_expected_sol = { + neutral = yes + percent = no + num_decimals = 0 +} + +state_rich_expected_sol = { + neutral = yes + percent = no + num_decimals = 0 +} + +tax_income_add = { + neutral = yes + percent = yes +} + +state_urbanization_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_urbanization_mult = { + good = yes + percent = yes +} + +state_pop_pol_str_add = { + neutral = yes + num_decimals = 0 +} + +state_pop_pol_str_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +interest_group_pol_str_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +interest_group_pol_str_factor = { + good = yes + percent = yes + num_decimals = 0 +} + +interest_group_approval_add = { + good = yes + percent = no +} + +interest_group_pop_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_in_government_approval_add = { + good = yes + percent = no +} + +interest_group_in_opposition_approval_add = { + good = yes + percent = no +} + +country_weekly_innovation_max_add = { + good = yes + percent = no +} + +country_weekly_innovation_add = { + good = yes + percent = no +} + +country_weekly_innovation_mult = { + good = yes + percent = yes +} + +country_tech_spread_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_tech_spread_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_port_range_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_colony_growth_creation_mult = { + good = yes + percent = no + num_decimals = 2 +} + +state_colony_growth_speed_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_non_homeland_colony_growth_speed_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_migration_pull_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_migration_pull_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_migration_push_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_working_adult_ratio_add = { + good = yes + percent = yes + num_decimals = 0 +} + +country_voting_power_base_add = { + neutral = yes + percent = no + num_decimals = 0 +} + +country_voting_power_from_literacy_add = { + neutral = yes + percent = no + num_decimals = 0 +} + +country_voting_power_wealth_threshold_add = { + neutral = yes + percent = no + num_decimals = 0 +} + +state_political_strength_from_wealth_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +state_political_strength_from_discrimination_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +state_political_strength_from_welfare_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +building_input_mult = { + good = no + percent = yes +} + +building_throughput_mult = { + good = yes + percent = yes +} + +building_cash_reserves_mult = { + good = yes + percent = yes +} + +building_mobilization_cost_mult = { + percent = yes + good = no + num_decimals = 0 +} + +state_dependent_wage_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_dependent_wage_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_dependent_political_participation_add = { + good = yes + percent = yes + num_decimals = 0 +} + +tax_consumption_add = { + neutral = yes + percent = yes +} + +country_war_exhaustion_casualties_mult = { + good = no + percent = yes +} + +country_minting_add = { + good = yes + percent = no +} + +country_minting_mult = { + good = yes + percent = yes +} + +country_tax_income_add = { + good = yes + percent = no +} + +country_expenses_add = { + good = no + percent = no +} + +state_tax_waste_add = { + good = no + percent = yes +} + +state_tax_collection_mult = { + neutral = yes + percent = yes +} + +state_tax_capacity_add = { + good = yes + percent = no +} + +state_tax_capacity_mult = { + good = yes + percent = yes +} + +country_government_wages_mult = { + neutral = yes + percent = yes +} + +country_military_wages_mult = { + neutral = yes + percent = yes +} + +state_unincorporated_starting_wages_mult = { + neutral = yes + percent = yes +} + +state_building_port_max_level_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_building_construction_sector_max_level_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_building_barracks_max_level_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_building_conscription_center_max_level_add = { + good = yes + percent = no + num_decimals = 0 +} + +state_building_naval_base_max_level_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_military_goods_cost_mult = { + good = no + percent = yes +} + +country_law_enactment_time_mult = { + good = no + percent = yes +} + +country_law_enactment_success_add = { + good = yes + percent = yes +} + +country_opposition_ig_approval_add = { + good = yes + percent = no +} + +country_infamy_decay_mult = { + good = yes + percent = yes +} + +country_tension_decay_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +country_improve_relations_speed_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +country_damage_relations_speed_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +# Legitimacy modifiers only work when applied to base values, tax modifiers and law modifiers +country_legitimacy_base_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_legitimacy_headofstate_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_legitimacy_govt_size_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_legitimacy_ideological_incoherence_mult = { + good = no + percent = yes + num_decimals = 0 +} + +country_legitimacy_govt_leader_clout_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_legitimacy_govt_total_clout_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_legitimacy_govt_total_votes_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_loan_interest_rate_add = { + good = no + percent = yes + num_decimals = 0 +} + +country_loan_interest_rate_mult = { + good = no + percent = yes + num_decimals = 0 +} + +country_gold_reserve_limit_mult = { + good = yes + percent = yes +} + +country_resource_discovery_chance_mult = { + good = yes + percent = yes +} + +country_resource_depletion_chance_mult = { + good = no + percent = yes +} + +country_suppression_ig_attraction_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +country_promotion_ig_attraction_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +country_infamy_generation_mult = { + good = no + percent = yes +} + +state_infrastructure_add = { + good = yes + percent = no + num_decimals = 1 + + ai_value = 50 # 1 infra = same value as 50 pounds of profit +} + +state_infrastructure_from_population_add = { + good = yes + percent = no + num_decimals = 2 +} + +state_infrastructure_from_population_max_add = { + good = yes + percent = no + num_decimals = 2 +} + +state_infrastructure_mult = { + good = yes + percent = yes +} + +country_construction_add = { + good = yes + percent = no + + ai_value = 500 # 1 construction = 100 pounds of profit +} + +state_construction_mult = { + good = yes + percent = yes +} + +state_birth_rate_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_accepted_birth_rate_mult = { + good = yes + percent = yes +} + +state_conscription_rate_add = { + good = yes + percent = yes + num_decimals = 1 +} + +state_conscription_rate_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +technology_invention_cost_mult = { + good = no + percent = yes + num_decimals = 0 +} + +character_popularity_add = { + neutral = yes + percent = no +} + +character_morale_cap_add = { + good = yes + percent = no +} + +character_health_add = { + good = yes + percent = yes +} + +character_attrition_risk_add = { + good = no + percent = yes + num_decimals = 0 +} + +character_attrition_risk_mult = { + good = no + percent = yes + num_decimals = 0 +} + +front_advancement_speed_add = { # how fast commander units advance into a front + good = yes + percent = no + num_decimals = 0 +} + +front_advancement_speed_mult = { # how fast commander units advance into a front + good = yes + percent = yes + num_decimals = 0 +} + +front_enemy_advancement_speed_add = { # commander units: if negative, how capable of slowing down enemy front advancement + good = no + percent = no + num_decimals = 0 +} + +front_enemy_advancement_speed_mult = { # commander units: if negative, how capable of slowing down enemy front advancement + good = no + percent = yes + num_decimals = 0 +} + +building_training_rate_add = { + good = yes + percent = no +} + +building_training_rate_mult = { + good = yes + percent = yes +} + +tax_dividends_add = { + neutral = yes + percent = yes +} + +building_working_conditions_mult = { + good = no + percent = yes +} + +state_mortality_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_non_homeland_mortality_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_mortality_turmoil_mult = { + good = no + percent = yes + num_decimals = 1 +} + +state_mortality_wealth_mult = { + good = no + percent = yes + num_decimals = 1 +} + +state_minimum_wealth_add = { + good = yes + percent = no + num_decimals = 0 +} + +building_minimum_wage_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +building_unincorporated_throughput_add = { + good = yes + percent = yes + num_decimals = 0 +} + +state_unincorporated_standard_of_living_add = { + good = yes + percent = no +} + +country_decree_cost_mult = { + good = no + percent = yes +} + +country_consumption_tax_cost_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_migration_pull_unincorporated_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +country_revolution_secession_speed_add = { + good = no + percent = yes + num_decimals = 0 +} + +country_revolution_secession_speed_mult = { + good = no + percent = yes + num_decimals = 0 +} + +country_radicals_from_conquest_mult = { + good = no + percent = yes + num_decimals = 1 +} + +state_radicals_from_discrimination_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_radicals_from_sol_change_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_loyalists_from_sol_change_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_radicals_from_sol_change_accepted_culture_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_loyalists_from_sol_change_accepted_culture_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +state_radicals_from_sol_change_accepted_religion_mult = { + good = no + percent = yes + num_decimals = 0 +} + +state_loyalists_from_sol_change_accepted_religion_mult = { + good = yes + percent = yes + num_decimals = 0 +} + + +state_turmoil_effects_mult = { + good = no + percent = yes + num_decimals = 0 +} + +country_convoys_capacity_add = { + good = yes + percent = no + num_decimals = 0 + prefix = "modifier_country_convoys_capacity_add_pre_fix" + + ai_value = 10 # 1 convoy = same value as 10 pounds of profit +} + +country_convoys_capacity_mult = { + good = yes + percent = yes + num_decimals = 0 + prefix = "modifier_country_convoys_capacity_mult_pre_fix" +} + +country_navy_power_projection_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_navy_power_projection_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +country_army_power_projection_add = { + good = yes + percent = no + num_decimals = 0 +} + +country_army_power_projection_mult = { + good = yes + percent = yes + num_decimals = 0 +} + +country_institution_size_change_speed_mult = { + good = yes + percent = yes +} + +political_movement_support_add = { + neutral = yes + percent = yes +} + +political_movement_radicalism_add = { + good = no + percent = yes +} + +political_movement_radicalism_mult = { + good = no + percent = yes + num_decimals = 0 +} + +country_cannot_enact_laws = { + good = no + boolean = yes +} diff --git a/common/modifier_types/building_civ_goods_modifier_types.txt b/common/modifier_types/building_civ_goods_modifier_types.txt deleted file mode 100644 index 17342b8e..00000000 --- a/common/modifier_types/building_civ_goods_modifier_types.txt +++ /dev/null @@ -1,105 +0,0 @@ -building_output_oak_log_add = { - good = yes - percent = no -} - -building_input_oak_log_add = { - good = no - percent = no -} - -building_output_oak_log_mult = { - good = yes - percent = yes -} - -building_output_stone_add = { - good = yes - percent = no -} - -building_input_stone_add = { - good = no - percent = no -} - -building_output_stone_mult = { - good = yes - percent = yes -} - -building_output_charcoal_add = { - good = yes - percent = no -} - -building_input_charcoal_add = { - good = no - percent = no -} - -building_output_charcoal_mult = { - good = yes - percent = yes -} - -building_output_ironOre_add = { - good = yes - percent = no -} - -building_input_ironOre_add = { - good = no - percent = no -} - -building_output_ironOre_mult = { - good = yes - percent = yes -} - -building_output_ironIngot_add = { - good = yes - percent = no -} - -building_input_ironIngot_add = { - good = no - percent = no -} - -building_output_ironIngot_mult = { - good = yes - percent = yes -} - -building_output_wood_tools_add = { - good = yes - percent = no -} - -building_input_wood_tools_add = { - good = no - percent = no -} - -building_output_wood_tools_mult = { - good = yes - percent = yes -} - -building_output_stone_tools_add = { - good = yes - percent = no -} - -building_input_stone_tools_add = { - good = no - percent = no -} - -building_output_stone_tools_mult = { - good = yes - percent = yes -} - diff --git a/common/modifier_types/civ_modifier_types.txt b/common/modifier_types/civ_modifier_types.txt new file mode 100644 index 00000000..2582cd95 --- /dev/null +++ b/common/modifier_types/civ_modifier_types.txt @@ -0,0 +1,2314 @@ +building_output_oak_log_add = { + good = no + percent = no +} + +building_output_oak_log_mult = { + good = yes + percent = yes +} + +building_input_oak_log_add = { + good = no + percent = no +} + +building_throughput_oak_log_mult = { + good = yes + percent = yes +} + +country_oak_log_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_stone_add = { + good = no + percent = no +} + +building_output_stone_mult = { + good = yes + percent = yes +} + +building_input_stone_add = { + good = no + percent = no +} + +building_throughput_stone_mult = { + good = yes + percent = yes +} + +country_stone_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_sand_add = { + good = no + percent = no +} + +building_output_sand_mult = { + good = yes + percent = yes +} + +building_input_sand_add = { + good = no + percent = no +} + +building_throughput_sand_mult = { + good = yes + percent = yes +} + +country_sand_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_glass_add = { + good = no + percent = no +} + +building_output_glass_mult = { + good = yes + percent = yes +} + +building_input_glass_add = { + good = no + percent = no +} + +building_throughput_glass_mult = { + good = yes + percent = yes +} + +country_glass_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_glass_bottle_add = { + good = no + percent = no +} + +building_output_glass_bottle_mult = { + good = yes + percent = yes +} + +building_input_glass_bottle_add = { + good = no + percent = no +} + +building_throughput_glass_bottle_mult = { + good = yes + percent = yes +} + +country_glass_bottle_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_charcoal_add = { + good = no + percent = no +} + +building_output_charcoal_mult = { + good = yes + percent = yes +} + +building_input_charcoal_add = { + good = no + percent = no +} + +building_throughput_charcoal_mult = { + good = yes + percent = yes +} + +country_charcoal_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_iron_ore_add = { + good = no + percent = no +} + +building_output_iron_ore_mult = { + good = yes + percent = yes +} + +building_input_iron_ore_add = { + good = no + percent = no +} + +building_throughput_iron_ore_mult = { + good = yes + percent = yes +} + +country_iron_ore_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_iron_ingot_add = { + good = no + percent = no +} + +building_output_iron_ingot_mult = { + good = yes + percent = yes +} + +building_input_iron_ingot_add = { + good = no + percent = no +} + +building_throughput_iron_ingot_mult = { + good = yes + percent = yes +} + +country_iron_ingot_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_gold_ore_add = { + good = no + percent = no +} + +building_output_gold_ore_mult = { + good = yes + percent = yes +} + +building_input_gold_ore_add = { + good = no + percent = no +} + +building_throughput_gold_ore_mult = { + good = yes + percent = yes +} + +country_gold_ore_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_gold_ingot_add = { + good = no + percent = no +} + +building_output_gold_ingot_mult = { + good = yes + percent = yes +} + +building_input_gold_ingot_add = { + good = no + percent = no +} + +building_throughput_gold_ingot_mult = { + good = yes + percent = yes +} + +country_gold_ingot_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_wood_tools_add = { + good = no + percent = no +} + +building_output_wood_tools_mult = { + good = yes + percent = yes +} + +building_input_wood_tools_add = { + good = no + percent = no +} + +building_throughput_wood_tools_mult = { + good = yes + percent = yes +} + +country_wood_tools_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_stone_tools_add = { + good = no + percent = no +} + +building_output_stone_tools_mult = { + good = yes + percent = yes +} + +building_input_stone_tools_add = { + good = no + percent = no +} + +building_throughput_stone_tools_mult = { + good = yes + percent = yes +} + +country_stone_tools_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_iron_tools_add = { + good = no + percent = no +} + +building_output_iron_tools_mult = { + good = yes + percent = yes +} + +building_input_iron_tools_add = { + good = no + percent = no +} + +building_throughput_iron_tools_mult = { + good = yes + percent = yes +} + +country_iron_tools_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_gold_tools_add = { + good = no + percent = no +} + +building_output_gold_tools_mult = { + good = yes + percent = yes +} + +building_input_gold_tools_add = { + good = no + percent = no +} + +building_throughput_gold_tools_mult = { + good = yes + percent = yes +} + +country_gold_tools_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_diamond_tools_add = { + good = no + percent = no +} + +building_output_diamond_tools_mult = { + good = yes + percent = yes +} + +building_input_diamond_tools_add = { + good = no + percent = no +} + +building_throughput_diamond_tools_mult = { + good = yes + percent = yes +} + +country_diamond_tools_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_redstone_add = { + good = no + percent = no +} + +building_output_redstone_mult = { + good = yes + percent = yes +} + +building_input_redstone_add = { + good = no + percent = no +} + +building_throughput_redstone_mult = { + good = yes + percent = yes +} + +country_redstone_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_diamond_add = { + good = no + percent = no +} + +building_output_diamond_mult = { + good = yes + percent = yes +} + +building_input_diamond_add = { + good = no + percent = no +} + +building_throughput_diamond_mult = { + good = yes + percent = yes +} + +country_diamond_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_wheat_add = { + good = no + percent = no +} + +building_output_wheat_mult = { + good = yes + percent = yes +} + +building_input_wheat_add = { + good = no + percent = no +} + +building_throughput_wheat_mult = { + good = yes + percent = yes +} + +country_wheat_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_beetroot_add = { + good = no + percent = no +} + +building_output_beetroot_mult = { + good = yes + percent = yes +} + +building_input_beetroot_add = { + good = no + percent = no +} + +building_throughput_beetroot_mult = { + good = yes + percent = yes +} + +country_beetroot_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_carrot_add = { + good = no + percent = no +} + +building_output_carrot_mult = { + good = yes + percent = yes +} + +building_input_carrot_add = { + good = no + percent = no +} + +building_throughput_carrot_mult = { + good = yes + percent = yes +} + +country_carrot_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_potato_add = { + good = no + percent = no +} + +building_output_potato_mult = { + good = yes + percent = yes +} + +building_input_potato_add = { + good = no + percent = no +} + +building_throughput_potato_mult = { + good = yes + percent = yes +} + +country_potato_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_pumpkin_add = { + good = no + percent = no +} + +building_output_pumpkin_mult = { + good = yes + percent = yes +} + +building_input_pumpkin_add = { + good = no + percent = no +} + +building_throughput_pumpkin_mult = { + good = yes + percent = yes +} + +country_pumpkin_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_melon_add = { + good = no + percent = no +} + +building_output_melon_mult = { + good = yes + percent = yes +} + +building_input_melon_add = { + good = no + percent = no +} + +building_throughput_melon_mult = { + good = yes + percent = yes +} + +country_melon_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_cactus_add = { + good = no + percent = no +} + +building_output_cactus_mult = { + good = yes + percent = yes +} + +building_input_cactus_add = { + good = no + percent = no +} + +building_throughput_cactus_mult = { + good = yes + percent = yes +} + +country_cactus_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_sugar_add = { + good = no + percent = no +} + +building_output_sugar_mult = { + good = yes + percent = yes +} + +building_input_sugar_add = { + good = no + percent = no +} + +building_throughput_sugar_mult = { + good = yes + percent = yes +} + +country_sugar_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_mushroom_add = { + good = no + percent = no +} + +building_output_mushroom_mult = { + good = yes + percent = yes +} + +building_input_mushroom_add = { + good = no + percent = no +} + +building_throughput_mushroom_mult = { + good = yes + percent = yes +} + +country_mushroom_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_cocoa_bean_add = { + good = no + percent = no +} + +building_output_cocoa_bean_mult = { + good = yes + percent = yes +} + +building_input_cocoa_bean_add = { + good = no + percent = no +} + +building_throughput_cocoa_bean_mult = { + good = yes + percent = yes +} + +country_cocoa_bean_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_experience_bottle_add = { + good = no + percent = no +} + +building_output_experience_bottle_mult = { + good = yes + percent = yes +} + +building_input_experience_bottle_add = { + good = no + percent = no +} + +building_throughput_experience_bottle_mult = { + good = yes + percent = yes +} + +country_experience_bottle_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_tree_sapling_add = { + good = no + percent = no +} + +building_output_tree_sapling_mult = { + good = yes + percent = yes +} + +building_input_tree_sapling_add = { + good = no + percent = no +} + +building_throughput_tree_sapling_mult = { + good = yes + percent = yes +} + +country_tree_sapling_reserve_limit_mult = { + good = yes + percent = yes +} + +building_output_mob_drop_add = { + good = no + percent = no +} + +building_output_mob_drop_mult = { + good = yes + percent = yes +} + +building_input_mob_drop_add = { + good = no + percent = no +} + +building_throughput_mob_drop_mult = { + good = yes + percent = yes +} + +country_mob_drop_reserve_limit_mult = { + good = yes + percent = yes +} + +interest_group_ig_buildfriends_pop_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_buildfriends_pol_str_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +interest_group_ig_buildfriends_pol_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_grinders_pop_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_grinders_pol_str_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +interest_group_ig_grinders_pol_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_civ_industrialists_pop_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_civ_industrialists_pol_str_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +interest_group_ig_civ_industrialists_pol_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_pvpers_pop_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_pvpers_pol_str_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +interest_group_ig_pvpers_pol_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_roleplayers_pop_attraction_mult = { + neutral = yes + percent = yes +} + +interest_group_ig_roleplayers_pol_str_mult = { + neutral = yes + percent = yes + num_decimals = 0 +} + +interest_group_ig_roleplayers_pol_attraction_mult = { + neutral = yes + percent = yes +} + +country_subsidies_bg_agriculture = { + good = yes + boolean = yes +} + +building_group_bg_agriculture_employee_mult = { + good = no + percent = yes +} + +building_group_bg_agriculture_mortality_mult = { +} + +building_group_bg_agriculture_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_agriculture_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_agriculture_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_agriculture_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_agriculture_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_agriculture_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_agriculture_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_agriculture_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_subsistence_agriculture = { + good = yes + boolean = yes +} + +building_group_bg_subsistence_agriculture_employee_mult = { + good = no + percent = yes +} + +building_group_bg_subsistence_agriculture_mortality_mult = { +} + +building_group_bg_subsistence_agriculture_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_subsistence_agriculture_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_subsistence_agriculture_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_subsistence_agriculture_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_subsistence_agriculture_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_subsistence_agriculture_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_subsistence_agriculture_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_subsistence_agriculture_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_public_infrastructure = { + good = yes + boolean = yes +} + +building_group_bg_public_infrastructure_employee_mult = { + good = no + percent = yes +} + +building_group_bg_public_infrastructure_mortality_mult = { +} + +building_group_bg_public_infrastructure_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_public_infrastructure_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_public_infrastructure_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_public_infrastructure_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_public_infrastructure_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_public_infrastructure_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_public_infrastructure_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_public_infrastructure_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_construction = { + good = yes + boolean = yes +} + +building_group_bg_construction_employee_mult = { + good = no + percent = yes +} + +building_group_bg_construction_mortality_mult = { +} + +building_group_bg_construction_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_construction_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_construction_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_construction_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_construction_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_construction_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_construction_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_construction_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_military = { + good = yes + boolean = yes +} + +building_group_bg_military_employee_mult = { + good = no + percent = yes +} + +building_group_bg_military_mortality_mult = { +} + +building_group_bg_military_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_military_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_military_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_military_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_military_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_military_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_military_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_military_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_army = { + good = yes + boolean = yes +} + +building_group_bg_army_employee_mult = { + good = no + percent = yes +} + +building_group_bg_army_mortality_mult = { +} + +building_group_bg_army_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_army_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_army_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_army_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_army_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_army_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_army_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_army_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_navy = { + good = yes + boolean = yes +} + +building_group_bg_navy_employee_mult = { + good = no + percent = yes +} + +building_group_bg_navy_mortality_mult = { +} + +building_group_bg_navy_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_navy_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_navy_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_navy_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_navy_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_navy_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_navy_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_navy_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_service = { + good = yes + boolean = yes +} + +building_group_bg_service_employee_mult = { + good = no + percent = yes +} + +building_group_bg_service_mortality_mult = { +} + +building_group_bg_service_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_service_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_service_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_service_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_service_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_service_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_service_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_service_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_conscription = { + good = yes + boolean = yes +} + +building_group_bg_conscription_employee_mult = { + good = no + percent = yes +} + +building_group_bg_conscription_mortality_mult = { +} + +building_group_bg_conscription_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_conscription_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_conscription_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_conscription_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_conscription_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_conscription_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_conscription_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_conscription_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_trade = { + good = yes + boolean = yes +} + +building_group_bg_trade_employee_mult = { + good = no + percent = yes +} + +building_group_bg_trade_mortality_mult = { +} + +building_group_bg_trade_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_trade_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_trade_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_trade_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_trade_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_trade_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_trade_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_trade_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_urban_facilities = { + good = yes + boolean = yes +} + +building_group_bg_urban_facilities_employee_mult = { + good = no + percent = yes +} + +building_group_bg_urban_facilities_mortality_mult = { +} + +building_group_bg_urban_facilities_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_urban_facilities_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_urban_facilities_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_urban_facilities_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_urban_facilities_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_urban_facilities_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_urban_facilities_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_urban_facilities_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_tree_farming = { + good = yes + boolean = yes +} + +building_group_bg_tree_farming_employee_mult = { + good = no + percent = yes +} + +building_group_bg_tree_farming_mortality_mult = { +} + +building_group_bg_tree_farming_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_tree_farming_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_tree_farming_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_tree_farming_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_tree_farming_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_tree_farming_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_tree_farming_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_tree_farming_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_sand_pit = { + good = yes + boolean = yes +} + +building_group_bg_sand_pit_employee_mult = { + good = no + percent = yes +} + +building_group_bg_sand_pit_mortality_mult = { +} + +building_group_bg_sand_pit_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_sand_pit_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_sand_pit_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_sand_pit_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_sand_pit_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_sand_pit_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_sand_pit_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_sand_pit_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_mine = { + good = yes + boolean = yes +} + +building_group_bg_mine_employee_mult = { + good = no + percent = yes +} + +building_group_bg_mine_mortality_mult = { +} + +building_group_bg_mine_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_mine_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_mine_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_mine_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_mine_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_mine_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_mine_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_mine_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_factories = { + good = yes + boolean = yes +} + +building_group_bg_factories_employee_mult = { + good = no + percent = yes +} + +building_group_bg_factories_mortality_mult = { +} + +building_group_bg_factories_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_factories_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_factories_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_factories_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_factories_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_factories_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_factories_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_factories_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_wheat_farms = { + good = yes + boolean = yes +} + +building_group_bg_wheat_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_wheat_farms_mortality_mult = { +} + +building_group_bg_wheat_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_wheat_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_wheat_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_wheat_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_wheat_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_wheat_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_wheat_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_wheat_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_beetroot_farms = { + good = yes + boolean = yes +} + +building_group_bg_beetroot_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_beetroot_farms_mortality_mult = { +} + +building_group_bg_beetroot_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_beetroot_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_beetroot_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_beetroot_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_beetroot_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_beetroot_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_beetroot_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_beetroot_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_carrot_farms = { + good = yes + boolean = yes +} + +building_group_bg_carrot_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_carrot_farms_mortality_mult = { +} + +building_group_bg_carrot_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_carrot_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_carrot_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_carrot_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_carrot_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_carrot_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_carrot_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_carrot_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_cocoa_farms = { + good = yes + boolean = yes +} + +building_group_bg_cocoa_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_cocoa_farms_mortality_mult = { +} + +building_group_bg_cocoa_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_cocoa_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_cocoa_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_cocoa_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_cocoa_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_cocoa_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_cocoa_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_cocoa_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_potato_farms = { + good = yes + boolean = yes +} + +building_group_bg_potato_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_potato_farms_mortality_mult = { +} + +building_group_bg_potato_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_potato_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_potato_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_potato_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_potato_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_potato_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_potato_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_potato_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_pumpkin_farms = { + good = yes + boolean = yes +} + +building_group_bg_pumpkin_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_pumpkin_farms_mortality_mult = { +} + +building_group_bg_pumpkin_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_pumpkin_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_pumpkin_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_pumpkin_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_pumpkin_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_pumpkin_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_pumpkin_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_pumpkin_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_melon_farms = { + good = yes + boolean = yes +} + +building_group_bg_melon_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_melon_farms_mortality_mult = { +} + +building_group_bg_melon_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_melon_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_melon_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_melon_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_melon_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_melon_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_melon_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_melon_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_cactus_farms = { + good = yes + boolean = yes +} + +building_group_bg_cactus_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_cactus_farms_mortality_mult = { +} + +building_group_bg_cactus_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_cactus_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_cactus_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_cactus_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_cactus_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_cactus_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_cactus_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_cactus_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_sugar_cane_farms = { + good = yes + boolean = yes +} + +building_group_bg_sugar_cane_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_sugar_cane_farms_mortality_mult = { +} + +building_group_bg_sugar_cane_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_sugar_cane_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_sugar_cane_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_sugar_cane_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_sugar_cane_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_sugar_cane_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_sugar_cane_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_sugar_cane_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_mushroom_farms = { + good = yes + boolean = yes +} + +building_group_bg_mushroom_farms_employee_mult = { + good = no + percent = yes +} + +building_group_bg_mushroom_farms_mortality_mult = { +} + +building_group_bg_mushroom_farms_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_mushroom_farms_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_mushroom_farms_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_mushroom_farms_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_mushroom_farms_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_mushroom_farms_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_mushroom_farms_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_mushroom_farms_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_government = { + good = yes + boolean = yes +} + +building_group_bg_government_employee_mult = { + good = no + percent = yes +} + +building_group_bg_government_mortality_mult = { +} + +building_group_bg_government_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_government_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_government_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_government_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_government_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_government_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_government_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_government_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_bureaucracy = { + good = yes + boolean = yes +} + +building_group_bg_bureaucracy_employee_mult = { + good = no + percent = yes +} + +building_group_bg_bureaucracy_mortality_mult = { +} + +building_group_bg_bureaucracy_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_bureaucracy_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_bureaucracy_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_bureaucracy_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_bureaucracy_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_bureaucracy_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_bureaucracy_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_bureaucracy_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + +country_subsidies_bg_infrastructure = { + good = yes + boolean = yes +} + +building_group_bg_infrastructure_employee_mult = { + good = no + percent = yes +} + +building_group_bg_infrastructure_mortality_mult = { +} + +building_group_bg_infrastructure_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_infrastructure_tax_mult = { + good = yes + percent = yes +} + +building_group_bg_infrastructure_midfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_infrastructure_midfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_infrastructure_newfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_infrastructure_newfriends_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_infrastructure_oldfriends_mortality_mult = { + good = no + percent = yes +} + +building_group_bg_infrastructure_oldfriends_standard_of_living_add = { + good = yes + percent = no +} + diff --git a/common/modifiers/00_static_modifiers.txt b/common/modifiers/00_static_modifiers.txt new file mode 100644 index 00000000..125ed7bd --- /dev/null +++ b/common/modifiers/00_static_modifiers.txt @@ -0,0 +1,517 @@ +# All global modifiers are here. They are applied from certain game-features. +# +# Effects are fully scriptable here. +#these names can NOT be removed or changed, as the code uses them.... + +# Global Static Modifiers +base_values = { + country_weekly_innovation_add = 50 + country_weekly_innovation_max_add = 50 + country_tech_spread_add = 25 + + country_loan_interest_rate_add = 0.2 + + country_legitimacy_govt_size_add = 1 + + country_bureaucracy_add = 100 + country_authority_add = 100 + country_influence_add = 100 + + country_revolution_secession_speed_add = 0.1 + + state_education_access_wealth_add = 0.02 + + country_minting_add = 250 + + state_tax_capacity_add = 100 + state_infrastructure_add = 3 + + state_poor_expected_sol = 5 + state_middle_expected_sol = 10 + state_rich_expected_sol = 15 + state_expected_sol_from_literacy = 5 + + character_health_add = 1 # Must be != 0. Even better if it's > 0 + + country_construction_add = 5 + + building_mobilization_cost_mult = 0.6 + + building_economy_of_scale_level_cap_add = 20 +} + +discrimination = { + state_political_strength_from_discrimination_mult = -0.9 +} + +coastal_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_infrastructure_add = 2 +} + +working_conditions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +malnourishment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_birth_rate_mult = -0.02 # per level below equilibrium +} + +commander_battle_end_victory = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + character_popularity_add = 1 # scaled by a positive define +} + +commander_battle_end_loss = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + character_popularity_add = 1 # scaled by a negative define +} + +in_default = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_throughput_mult = -0.5 + unit_offense_mult = -0.5 + unit_defense_mult = -0.5 +} + +declared_bankruptcy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_prestige_mult = -0.5 + country_loan_interest_rate_mult = 0.5 + unit_offense_mult = -0.5 + unit_defense_mult = -0.5 + state_construction_mult = -0.5 +} + +incorporated_state = { +} + +unincorporated_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_infrastructure_mult = -0.25 + state_conscription_rate_mult = -0.5 + state_expected_sol_mult = -0.33 + state_pop_pol_str_mult = -0.50 +} + +market_capital_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.25 + state_infrastructure_mult = 0.25 +} + +capital_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_pop_pol_str_mult = 0.25 + state_tax_capacity_mult = 0.25 +} + +moved_capital_recently = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 + country_influence_mult = -0.1 + country_authority_mult = -0.1 +} + +moved_market_capital_recently = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_throughput_mult = -0.1 +} + +tax_modifier_very_low = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_legitimacy_base_add = 10 + state_radicals_from_sol_change_mult = -0.2 +} + +tax_modifier_low = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_legitimacy_base_add = 5 + state_radicals_from_sol_change_mult = -0.1 +} + +tax_modifier_medium = { +} + +tax_modifier_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_legitimacy_base_add = -5 + state_radicals_from_sol_change_mult = 0.25 +} + +tax_modifier_very_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_legitimacy_base_add = -10 + state_radicals_from_sol_change_mult = 0.5 +} + +government_wages_very_low = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_government_wages_mult = -0.3 + country_prestige_mult = -0.2 +} + +government_wages_low = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_government_wages_mult = -0.15 + country_prestige_mult = -0.1 +} + +government_wages_medium = { +} + +government_wages_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_government_wages_mult = 0.15 + country_authority_mult = 0.05 +} + +government_wages_very_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_government_wages_mult = 0.3 + country_authority_mult = 0.1 +} + +military_wages_very_low = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_military_wages_mult = -0.3 + building_training_rate_mult = -0.75 + country_army_power_projection_mult = -0.2 +} + +military_wages_low = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_military_wages_mult = -0.15 + building_training_rate_mult = -0.5 + country_army_power_projection_mult = -0.1 +} + +military_wages_medium = { +} + +military_wages_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_military_wages_mult = 0.15 + country_army_power_projection_mult = 0.1 + unit_morale_recovery_mult = 0.1 +} + +military_wages_very_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_military_wages_mult = 0.3 + country_army_power_projection_mult = 0.2 + unit_morale_recovery_mult = 0.2 +} + +insurrectionary_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +ruler_left_interest_group = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -5 +} + +uprising_conscription = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_mult = 1.0 +} + +revolution_lost_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_factor = -1.0 +} + +secession_lost_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_radicals_from_discrimination_mult = -0.25 +} + +debug_ig_approval = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +debug_ig_clout = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 1.0 +} + +economy_of_scale = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_throughput_mult = 0.01 +} + +pm_retooling = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + #building_throughput_mult = -0.5 +} + +pm_offense_defense_readjustment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_offense_mult = -0.75 + unit_defense_mult = -0.75 +} + +insufficient_urbanization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_throughput_mult = -0.05 +} + +# Excess BUR increases construction speed by +10% at 2x production to usage +efficient_bureaucracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_construction_mult = 0.10 +} + +# Insufficient BUR reduces tax collected by 100% at 2x usage to production +administrative_overburden = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_tax_waste_add = 1 +} + +# Excess AUT reduces enactment time by -25% at 2x production to usage +legislative_efficiency = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.25 +} + +# Insufficent AUT reduces opposition Interest Groups' Approval by -10 at 2x usage to production +political_dysfunction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_opposition_ig_approval_add = -10 +} + +# Excess DIP increases Infamy decay by up to 25% at 2x production to usage +diplomatic_mitigation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_infamy_decay_mult = 0.25 +} + +# Insufficient DIP reduces prestige by up to 50% at 2x usage to production +diplomatic_overreach = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.5 +} + +battle_army_offense = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_army_offense_add = 1.0 +} + +battle_navy_offense = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_navy_offense_add = 1.0 +} + +battle_army_defense = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_army_defense_add = 1.0 +} + +battle_navy_defense = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_navy_defense_add = 1.0 +} + +battle_army_average_morale_damage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_morale_damage_mult = 1.0 +} + +battle_casualties_disadvantage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_morale_loss_mult = 1.0 +} + +battle_navy_average_morale_damage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_morale_damage_mult = 1.0 +} + +battle_army_average_recovery_rate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_recovery_rate_add = 1.0 +} + +battle_navy_average_recovery_rate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_recovery_rate_add = 1.0 +} + +battle_army_average_kill_rate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_kill_rate_add = 1.0 +} + +battle_navy_average_kill_rate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_kill_rate_add = 1.0 +} + +# Scales with how much population is under low pop threshold +low_pop_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_accepted_birth_rate_mult = 0.25 + state_migration_pull_mult = 1.0 +} + +high_pop_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_birth_rate_mult = -0.25 + state_migration_pull_mult = -1.0 +} + +country_rivalry = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_influence_add = 200 +} + +# Infamy modifiers, applied from current infamy level +infamy_reputable = {} + +infamy_infamous = { + country_radicals_from_conquest_mult = 0.25 +} + +infamy_notorious = { + country_radicals_from_conquest_mult = 0.5 +} + +infamy_pariah = { + country_radicals_from_conquest_mult = 1.0 +} + +# Scales with devastation level +state_region_devastation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_infrastructure_mult = -1.0 + state_mortality_mult = 1.0 + state_migration_pull_mult = -1.0 +} + +# Scales with deficiency in tax capacity +insufficient_tax_capacity = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_tax_collection_mult = -1 +} + +# Applied if state is above 'in turmoil' threshold +state_turmoil = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_tax_waste_add = 0.25 + state_migration_pull_mult = -0.5 +} + +# Applied if state is above 'high turmoil' threshold +state_turmoil_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_tax_waste_add = 0.5 + state_migration_pull_mult = -0.75 +} + +# Applied if state is above 'extreme turmoil' threshold +state_turmoil_extreme = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_tax_waste_add = 1.0 + state_migration_pull_mult = -1.0 +} + +# Scales with country GDP / COUNTRY_GDP_MODIFIER_DIVISOR +country_gdp = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_minting_add = 0.5 +} + +# Scales with country literacy rate +country_literacy_rate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_weekly_innovation_max_add = 150 + country_tech_spread_add = 75 +} + +# Scales with number of excess innovation points +excess_innovation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_tech_spread_add = 0.2 +} + +# Scales with admiral convoy raiding strength +convoy_raiding = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + country_convoys_capacity_add = -1 +} + +# an intercepted naval invasion force gives penalty in land combat depending on naval battle outcome +battle_naval_invasion_beachhead_penalty = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_offense_mult = -1 +} + +# a naval invasion force without Landing Craft gives a flat penalty in land combat +battle_naval_invasion_landing_penalty = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_offense_mult = -0.25 +} + +country_humiliated = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.25 +} + +forced_market_opening = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.25 +} + +forced_slavery_ban = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.25 +} + +modifier_tangena_ordeal = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_mortality_mult = 0.1 +} + +modifier_french_independence_payments = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_prestige_mult = -0.25 + country_expenses_add = 2000 +} + +modifier_haitian_independence_payments = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_prestige_mult = 0.05 + country_tax_income_add = 2000 +} + +law_enactment_chance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 1 +} + +repudiated_obligation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_prestige_mult = -0.25 + country_infamy_decay_mult = -0.25 +} + +# Scaled by building_mobilization_cost_mult +mobilized_battalion_consumption = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + building_input_mult = 1.0 +} + +retired_commander_interest_group_impact = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + interest_group_approval_add = -1 +} + +forced_regime_change = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_in_government_approval_add = 5 + country_prestige_mult = -0.25 +} diff --git a/common/modifiers/00_test_modifiers.txt b/common/modifiers/00_test_modifiers.txt new file mode 100644 index 00000000..fba61c49 --- /dev/null +++ b/common/modifiers/00_test_modifiers.txt @@ -0,0 +1,29 @@ +angry_plebs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -20 +} + +a_real_jerk = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -70 +} + +of_the_people = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 40 +} + +snappy_dresser = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 20 +} + +more_bureaucracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + building_government_administration_throughput_mult = 1 +} + +less_bureaucracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + building_government_administration_throughput_mult = -1 +} diff --git a/common/modifiers/01_loans.txt b/common/modifiers/01_loans.txt new file mode 100644 index 00000000..8884e4cf --- /dev/null +++ b/common/modifiers/01_loans.txt @@ -0,0 +1,3 @@ +country_default = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds +} diff --git a/common/modifiers/02_event_modifiers.txt b/common/modifiers/02_event_modifiers.txt new file mode 100644 index 00000000..130c0fa6 --- /dev/null +++ b/common/modifiers/02_event_modifiers.txt @@ -0,0 +1,1965 @@ +government_conflict = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.25 +} + +disfavored_in_government = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +rejected_petition = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +accepted_petition = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.1 +} + +landowners_petition_rejected_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +landowners_petition_acepted_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.15 +} + +tarnished_reputation_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.1 +} + +devout_state_support_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +devout_state_influence_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.1 +} + +intelligentsia_free_speech_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +intelligentsia_free_speech_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 20 +} + +intelligentsia_free_speech_leader_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +rural_folk_conscription_concerns_ignored_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +less_conscription_rural_folk_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + state_conscription_rate_mult = -0.2 +} + +trade_unions_placation_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.33 +} + +accepted_petition_TU = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + state_loyalists_from_sol_change_mult = 0.25 +} + +no_public_schools_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.2 +} + +industralists_tax_denied_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +industralists_tax_agreed_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.1 +} + +accepted_petition_IN = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_weekly_innovation_mult = 0.05 +} + +conscription_efforts_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + state_conscription_rate_mult = 0.33 +} + +conscription_law_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_law_enactment_success_add = 0.1 +} + +army_resources_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_bureaucracy_mult = 0.05 + country_army_power_projection_mult = 0.1 +} + +army_resources_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + interest_group_approval_add = 1 +} + +accepted_petition_PB = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.05 +} + +petty_bourgeoisie_national_supremacy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +state_gold_rush = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 1.25 +} + +state_gold_rush_less_migration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.75 +} + +state_gold_rush_explotation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + building_gold_fields_throughput_mult = 0.2 +} + +state_limited_gold_rush = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.5 +} + +state_gold_depleted = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_migration_pull_mult = -0.5 +} + +state_gold_depleted_palliative = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_migration_pull_mult = -0.2 +} + +pb_angry_at_foreign_miners = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +tu_mining_syndicates_formed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.2 +} + +in_mining_conglomerates_formed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.2 +} + +in_disrupted_paradigms = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +tu_miners_exploited = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +expecting_riches = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_standard_of_living_add = 2 # Standard of Living +2 +} + +expecting_riches_less = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_standard_of_living_add = 1 # Standard of Living +1 +} + +expecting_riches_angry = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_standard_of_living_add = 1 # Standard of Living +1 + state_radicals_from_sol_change_mult = -0.15 +} + +gamble_denied_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -25 +} + +ig_party_prospers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.25 +} + +ig_nation_prospers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.15 +} + +ig_fall_from_grace = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.25 +} + +ig_compromised_government = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.15 +} + +ig_national_dividends = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_loan_interest_rate_mult = -0.2 + country_gold_reserve_limit_mult = 0.2 +} + +ig_popular_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.05 + interest_group_approval_add = 1 +} + +ig_diplomatic_tour = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_influence_mult = 0.1 +} + +imperious_leader_agree_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + interest_group_approval_add = -2 +} + +imperious_leader_dont_agree_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + interest_group_approval_add = -1 +} + +imperious_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +imperious_leader_good_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 20 +} + +play_for_power_good_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + interest_group_pol_str_mult = 0.25 +} + +ig_scheme_shot_down = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + interest_group_pol_str_mult = -0.25 + interest_group_approval_add = -2 +} + +ig_minor_setback = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.10 +} + +foreign_investment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds +} + +enforced_domestic_investment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds +} + +modifier_commander_with_addiction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_morale_damage_mult = -0.10 +} + +modifier_commander_bribed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +modifier_conscientious_objection = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_conscription_rate_lowered = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + state_conscription_rate_mult = -0.25 +} + +modifier_police_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +modifier_police_given_light = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 4 +} + +modifier_secret_police_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_suppression_ig_attraction_mult = 0.10 +} + +modifier_secret_police_supported = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_suppression_ig_attraction_mult = -0.15 +} + +modifier_mine_regulations_enforced = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +modifier_mine_regulations_not_enforced = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +modifier_mine_regulations_not_enforced_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +modifier_ignored_intelligentsia_request = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +modifier_religious_schools_abolished_intelligentsia = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +religious_schools_good_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = 0.2 +} + +religious_schools_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = 0.2 +} + +modifier_small_expedition_cost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_medium_expedition_cost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_large_expedition_cost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_expedition_film = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +modifier_niger_river_expedition_complete = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.25 +} + +modifier_cultural_work = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.05 +} + +modifier_negative_article_supressed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.05 +} + +modifier_minority_employed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.05 +} + +modifier_minority_allowed_entry = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.05 +} + +modifier_minority_members_defended = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.05 +} + +modifier_west_america_wildlife_photography = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +modifier_west_america_plant_discovered = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +modifier_buenaventura_river_disproven = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.2 +} + +modifier_oregon_trail_mapped = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_prestige_mult = 0.2 +} + + modifier_great_salt_lake_mapped = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_prestige_mult = 0.2 + } + + modifier_surveying_suez = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_add = -1000 + } + + modifier_surveying_panama = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_add = -1000 + } + + modifier_failed_expedition = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 + country_prestige_mult = -0.1 + } + +modifier_radio_authority = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.15 +} + +modifier_radio_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_radio_opium = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + building_opium_plantation_throughput_mult = 0.25 + state_mortality_mult = 0.025 +} + + +modifier_international_photographs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +modifier_domestic_photographs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_legitimacy_base_add = 20 +} + +modifier_can_anger = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +modifier_developing_can_opener = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_central_africa_expedition_complete = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.25 +} + +modifier_expedition_geographic_study = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_weekly_innovation_add = 10 +} + +modifier_expedition_rhino_hunt = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +modifier_state_dyeworks_accident = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +modifier_state_brave_engineer_accident = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_infrastructure_add = -5 +} + +modifier_bg_diminished_rum_production = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_food_industry_throughput_mult = -0.5 +} + +industrial_safety_slowdowns = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +lacking_industrial_safety_regulations = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +child_labor_restrictions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds +} + +dangerous_child_labor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +liquor_production_ban = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_output_liquor_mult = -1.0 +} + +liquor_production_restrictions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_output_liquor_mult = -0.5 +} + +arms_manufacturing_ban = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_output_small_arms_mult = -1.0 +} + +arms_manufacturing_restrictions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_output_small_arms_mult = -0.5 +} + +exclusive_wine = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +popular_wine = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_output_wine_mult = 0.5 +} + +modifier_new_ideology = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.2 +} + +modifier_new_ideology_unsupported = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.1 +} + +funding_marshals = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_authority_mult = -0.05 +} + +modifier_train_robberies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + state_migration_pull_mult = -0.5 + state_radicals_from_sol_change_mult = 0.05 +} + +modifier_organised_crime_suppressed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_organised_crime = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 + #Average state turmoil increase +} + +modifier_killer_caught = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.1 +} + +cda_enacted = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_poor_standard_of_living_add = -2 +} + +cda_enacted_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +cda_not_enacted_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +cda_abolished = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +cda_not_abolished = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +cda_abolished_traditionalists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +cda_following_the_science = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_tech_spread_mult = 0.05 +} + +embroiled_in_scandal = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -25 +} + +coverup_discovered = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_legitimacy_base_add = -20 +} + +unreasonable_force = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +defunded_police = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +alaska_usa_big_money = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 57700 +} + +alaska_rus_big_money = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_tax_income_add = 57700 +} + +modifier_killer_coverup = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 +} + +lincoln_martyred = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.1 + interest_group_pol_str_mult = 0.1 +} + +lincoln_survives = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.1 +} + +lincoln_aggressively_survives = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + interest_group_pol_str_mult = 0.2 +} + +lincoln_aggressively_survives_ruler = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +modifier_researching_imported_weapons = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_earthquake_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_flood_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_mega_flood_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_mega_earthquake_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_crop_failure = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +modifier_crop_failure_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_crop_failure_relief_effect = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_minimum_wealth_add = 3 +} + +modifier_cyclone_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +plague_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_mortality_mult = 0.5 # revise this +} + +plague_lockdown_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_throughput_mult = -0.5 +} + +plague_measures_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_throughput_mult = -0.25 +} + +plague_war = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -5 +} + +plague_eviction_ban = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +plague_eviction_ban_anarchist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 4 +} + +plague_welfare_cost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + country_bureaucracy_investment_cost_factor_mult = 0.25 +} + +plague_welfare_reliance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 4 +} + +plague_no_poverty_measures = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +anti_mask_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +anti_mask_appeased = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = 2 +} + +anti_mask_discredited = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pop_attraction_mult = -0.2 +} + +government_legitimacy_change_denied = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +modifier_prisoner_murder_covered_up = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.15 +} + +yan_xishan_thought_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.1 + interest_group_pop_attraction_mult = 0.2 +} + +warlord_legitimacy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_legitimacy_base_add = 10 +} + +failed_yan_xishan_thought_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 + interest_group_pop_attraction_mult = -0.1 +} +missionary_schools_hospitals = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + state_education_access_add = 0.05 + state_mortality_mult = -0.05 +} + +god_worshippers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_sol_change_mult = 0.25 +} + +hightened_security = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_authority_mult = -0.1 +} + +assassination_ig_monitored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +assassination_ig_not_monitored_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +suspicious_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.15 +} + +snitch_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +assassination_caught_em_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_legitimacy_base_add = 15 +} + +assassination_dead_ruler_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_legitimacy_base_add = -10 +} + +assassination_success_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_authority_mult = -0.2 +} + +deposed_ruler_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -50 +} + +successful_protest = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.25 +} + +parliament_speech = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.25 +} + +leader_imprisoned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.25 + interest_group_approval_add = -2 +} + +martyr_for_the_cause = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.25 +} + +upheld_cat_and_mouse_act = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.25 +} + +backtracked_on_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 +} + +treatise_on_the_rights_of_women = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +first_flight_prestige = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.15 +} + +ig_placated_authority_cost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 +} + +ig_placated_bureaucracy_cost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 +} + +ig_placated = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +ig_placated_completion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +ig_not_placated = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +ig_demand_not_met = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +#modifier_state_disallow_incorporation_test = { +# icon = gfx/interface/icons/timed_modifier_icons/ +# state_disallow_incorporation = yes +#} + +refuting_secessionist_manifesto = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 +} + +suppressing_secessionist_manifesto = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.05 +} + +translating_official_documents = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 +} + +suppressing_secessionist_protest = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 +} + +illuminations_canceled = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.05 +} + +revolution_canceled = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 +} + +modifier_destroy_guerillas = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.15 +} + +modifier_denied_monarch_colony_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -10 +} + +modifier_denied_monarch_colony_country = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.5 +} + +modifier_free_state_allegations = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.05 +} + +modifier_condemned_colony = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +congo_massacre_mortality_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_mortality_mult = 0.5 +} + +congo_massacre_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.15 +} + +free_state_monarch_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -80 +} + +free_state_monarchy_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_legitimacy_headofstate_add = -30 +} + +state_oil_rush = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_migration_pull_mult = 0.5 +} + +state_limited_oil_rush = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_migration_pull_mult = 0.25 +} + +state_oil_rush_over = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_migration_pull_mult = -0.25 +} + +state_oil_dangerous_work = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +state_oil_prevented_dangerous_work = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +state_oil_pipeline = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_infrastructure_add = 10 +} + +funding_oil_pipeline = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +corrupt_administration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_legitimacy_base_add = -15 +} + +modifier_texas_war_of_independence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.3 +} + +modifier_congo_river_expedition_complete = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.25 +} + +modifier_expedition_rear_column_disaster = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.05 +} + +modifier_expedition_waterfalls = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.15 +} + +modifier_university_built = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.05 +} + +modifier_blocked_building_university = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +modifier_statue_of_ruler = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.03 +} + +modifier_ig_disapprove_of_statue = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +modifier_ig_disapprove_of_no_statue = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +modifier_ig_approve_of_statue = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_ig_approve_of_no_statue = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_ig_approve_statue_removal = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_ig_approve_no_statue_removal = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_devout_in_scandal = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -25 +} + +enforced_segregation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_discrimination_mult = 0.5 +} + +stab_in_the_back_myth = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pop_attraction_mult = 0.25 +} + +linguistic_discrimination = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_assimilation_mult = 0.2 + state_radicals_from_discrimination_mult = 0.2 +} + +linguistic_freedom = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_assimilation_mult = -0.1 + state_radicals_from_discrimination_mult = -0.2 +} + +employment_discrimination = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +modifier_urbanized_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 0.2 +} + +modifier_ig_urbanizing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_ig_happy_urbanization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_ig_happy_urbanization_bad = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +modifier_ig_ignored_urbanization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +modifier_ignored_ig_urbanization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 + interest_group_pol_str_mult = -0.1 +} + +modifier_ig_industrialists_urbanization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_strong_urbanized_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_standard_of_living_add = 1 +} + +ig_urbanization_industrialists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pop_attraction_mult = 0.1 +} + +modifier_heavily_urbanized = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 0.25 +} + +modifier_urban_centers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_urban_center_throughput_mult = 0.33 +} + +modifier_no_subsistence_farming = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.25 +} + +subsistence_farms_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +industrialists_cars_restricted = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +industrialists_cars_unrestricted = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +automobile_regulations = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_motor_industry_throughput_mult = -0.1 +} + +modifier_supported_marx = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.25 +} + +modifier_promoted_marx = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.33 +} + +modifier_ditched_marx = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +angry_duels_banned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +happy_duels_banned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = 2 +} + +happy_arts_protected = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +unhappy_defended_homosexuality = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +imprisoning_gentlemen = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +upheld_ruling = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_add = 25 +} + +foreign_trade_union_influence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.2 +} + +foreign_trade_union_influence_denied = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.1 +} + +border_sovereignity_questioned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.2 +} + +slavery_practice_condemned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.25 +} + +condemning_slavery = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_influence_mult = -0.1 +} + +a_place_in_the_sun = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 100 +} + +christian_mission = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_unincorporated_mult = 0.5 + state_conversion_mult = 1 +} + +mission_to_abolish_slavery = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_colony_growth_creation_mult = 0.2 + state_colony_growth_speed_mult = 0.2 +} + +slave_trade_collaboration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +improved_labor_conditions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_poor_standard_of_living_add = 1 +} + +anti_colonial_sentiment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_colony_growth_creation_mult = -0.2 + state_colony_growth_speed_mult = -0.2 +} + +modifier_paying_journalist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_article_damages_ig_reputation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.15 +} + +modifier_intimidating_ig_cost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.10 +} +modifier_intimidating_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 + interest_group_pop_attraction_mult = -0.20 +} + +charitable_slums_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.1 +} + +bad_charitable_slums_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +rejected_charitable_slums_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +rejected_charitable_slums_state_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_mortality_mult = 0.05 +} + +approves_of_drainage_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +better_drainage_levels_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 1 +} + +bad_drainage_levels_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_poor_standard_of_living_add = -1 +} + +drainage_levels_cost_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_tax_income_add = 1 +} + +approves_of_ignoring_drainage_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +repressed_sol_protestor_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +disapproves_of_repression_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +supports_sol_improvements_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +disapproves_of_poverty_dismissed_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +starvation_palliative_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +sol_improved_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +slums_housing_opposed_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +slums_housing_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_construction_mult = -0.1 +} + +slums_housing_rejected_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +charity_slums_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +charitable_slums_state_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + state_mortality_mult = -0.05 +} + +bread_riots_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 1 +} + +rubber_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_rubber_plantation_throughput_mult = 0.33 + state_migration_pull_mult = 0.5 +} + +tractor_food_for_the_poor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_minimum_wealth_add = 3 +} + +tractor_production = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_rye_farm_throughput_mult = 0.2 + building_wheat_farm_throughput_mult = 0.2 + building_maize_farm_throughput_mult = 0.2 + building_millet_farm_throughput_mult = 0.2 +} + +atmospheric_engine_mining = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_coal_mine_throughput_mult = 0.33 + building_iron_mine_throughput_mult = 0.33 + building_lead_mine_throughput_mult = 0.33 + building_sulfur_mine_throughput_mult = 0.33 +} + +plastic_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_glassworks_throughput_mult = 0.33 +} + +radio_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_output_radio_mult = 0.5 +} + +dynamite_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_chemical_plants_throughput_mult = 0.33 +} + +mining_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_iron_mine_throughput_mult = 0.2 + building_coal_mine_throughput_mult = 0.2 + building_lead_mine_throughput_mult = 0.2 + building_sulfur_mine_throughput_mult = 0.2 +} + +munitions_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_munition_plants_throughput_mult = 0.33 +} + +motor_industry_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_motor_industry_throughput_mult = 0.33 +} + +public_trasportation_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_urban_center_throughput_mult = 0.33 +} + +engine_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_motor_industry_throughput_mult = 0.33 +} + +railway_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +electrics_building_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_electrics_industry_throughput_mult = 0.33 +} + +whaling_admiral_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +whaling_state_mortality_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +electrical_power_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +undermined_upper_class_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 + interest_group_pop_attraction_mult = -0.2 + +} + +undermined_lower_class_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pop_attraction_mult = -0.1 +} + +undermined_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.2 +} + +suppression_discovered = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_legitimacy_base_add = -10 +} + +blackmailed_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pop_attraction_mult = -0.2 +} + +suppression_scandal_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.2 +} + +suppression_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +plot_backing_down_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +plot_backing_down_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +imprisoned_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 + interest_group_pop_attraction_mult = -0.3 +} + +imprisoned_ig_people_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_authority_mult = 0.1 + country_legitimacy_base_add = -20 +} + +communist_government_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.33 +} + +new_vanguard_opinion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 5 +} + +new_vanguard_clout = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.25 +} + +anarchist_utopia = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_legitimacy_base_add = 30 + state_loyalists_from_sol_change_mult = 0.5 +} + +USA_paying_removal_costs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +USA_paying_for_provisions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +USA_accepted_ross_petition = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +USA_rejected_ross_petition = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +modifier_volcano_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +modifier_mega_volcanic_relief = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +opium_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_opium_plantation_throughput_mult = 0.33 +} + +opium_exporter_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_trade_route_exports_add = 10 +} + +horizontal_filing_cabinets_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = 0.05 +} + +elevator_goods_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_steel_mills_throughput_mult = 0.2 + building_glassworks_throughput_mult = 0.2 +} + +elevator_services_production_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_urban_center_throughput_mult = 0.3 +} + +mutual_funds_pop_attaction_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.2 +} + +synthesis_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds +} + +grim_realism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds +} + +realist_art = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds +} + +new_academia = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds +} + +romantic_building_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds +} + +zeppelins_military_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_army_offense_add = 30 +} + +zeppelins_society_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pop_attraction_mult = 0.1 +} + +zeppelins_trading_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_trade_route_quantity_mult = 0.25 +} + +emergency_hunger_relief_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_decree_cost_mult = -0.25 +} + +thats_life_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +great_famine_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_mortality_mult = 0.5 +} + +emergency_famine_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_mortality_mult = 0.2 +} + +great_famine_migration_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_migration_pull_mult = -0.8 +} + +famine_migration_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_migration_pull_mult = -0.33 +} + +famine_donations_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 2 +} + +famine_internal_donations_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 1 +} + +donations_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.2 +} + +landscape_photography = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.25 +} + +newspaper_photography = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_society_tech_spread_mult = 0.2 +} + +actuality_films = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pop_attraction_mult = 0.2 +} + +dramatic_films = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pop_attraction_mult = 0.2 +} + +economic_concessions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_authority_mult = -0.10 + country_trade_route_imports_add = 10 + country_trade_route_exports_add = -10 +} + +made_economic_concessions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +refused_economic_concessions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +ig_autosabotage_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.2 +} + +ig_autosabotage_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -30 +} + +bribing_scandal_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +suppressed_meeting_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 + interest_group_pol_str_mult = -0.15 +} + +sneaky_suppressed_meeting_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.15 +} + +violent_suppressed_meeting_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pol_str_mult = -0.25 +} + +war_wounded_disease = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_recovery_rate_add = -0.2 +} + +war_wounded_civilian_assistance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_mortality_mult = 0.05 +} + +medical_hygiene = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_recovery_rate_add = 0.1 +} + +prefab_hospital = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_recovery_rate_add = 0.1 +} + +modern_nursing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_recovery_rate_add = 0.2 +} + +rebellion_conspiracy_reprisals = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds +} + +attacking_hidden_communities = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_discrimination_mult = 0.2 +} + +national_defence_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_mult = 0.2 +} + +influence_over_hawaii = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_influence_mult = -0.1 +} + +border_cowardice = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +refused_condemning_slavery = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +crime_wave_panic = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + political_movement_support_add = 0.25 +} + +mustard_gas = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + state_mortality_mult = 0.1 + state_standard_of_living_add = -2 +} + +# This approach requires a boolean modifier type to be added AND trigger-activated Production Method functionality to disable Chemical Weapons country-wide, OR custom modifier-based PM functionality +mustard_gas_banned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + # country_pm_chemical_weapons_specialists_disabled = yes +} + +if_you_want_peace_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_authority_mult = -0.1 +} + +covered_affair_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +punished_commander_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +punched_commander_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +punching_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 20 +} + +tarnished_honor_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -25 +} \ No newline at end of file diff --git a/common/modifiers/03_event_ig_opinion_modifiers.txt b/common/modifiers/03_event_ig_opinion_modifiers.txt new file mode 100644 index 00000000..d1a8681e --- /dev/null +++ b/common/modifiers/03_event_ig_opinion_modifiers.txt @@ -0,0 +1,415 @@ +faith_above_nation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pol_str_mult = 0.1 +} + +nation_above_faith = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +hawkish_neighbor_relations = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +dovish_neighbor_relations = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +embraced_proletarian_internationalism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +rejected_proletarian_internationalism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +protectionistic_investments = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +permitted_obscene_publication = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +stopped_obscene_publication = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +championed_free_speech = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +curtailed_free_speech = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +criticized_economic_injustice = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pol_str_mult = 0.1 +} + +blamed_economic_inequality = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +jealous_of_neighbor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +ig_powerbrokers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 5 + interest_group_pol_str_mult = 0.15 +} + +ig_concessions_and_appeasement = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 5 + interest_group_pol_str_mult = 0.1 +} + +ig_unappeased = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -7 +} + +ig_mass_arrests = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -10 + interest_group_pol_str_mult = -0.15 +} + +ig_gaining_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.15 +} + +ig_power_challenged = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 + interest_group_pol_str_mult = -0.1 +} + +slowed_down_production = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +ignored_safety_concerns = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +child_crushing_machines = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +permitted_limited_liquor_production = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +permitted_unrestricted_liquor_production = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +permitted_limited_arms_manufacturing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +permitted_unrestricted_arms_manufacturing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +ig_furious_at_cowardice = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -10 +} + +ig_accused_of_cowardice = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.25 +} + +ig_slavers_happy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +ig_slavers_mad = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +ig_abolitionists_happy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +ig_abolitionists_mad = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +ig_domestic_weapons_manufacturing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +ig_unreliable_weapon_imports = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +ig_secured_desired_imports = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +ig_refused_desired_imports = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +dissident_radical_faction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -4 +} + +spread_the_revolution = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +constrained_the_revolution = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +arrested_protesters = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +suffragist_speech = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +dismissed_suffragists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +suffragist_leader_not_arrested = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +blamed_for_protester_death = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +protester_death_disregarded = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +absolved_of_responsibility = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +force_feeding_hunger_strikers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -4 +} + +released_suffragist_prisoners = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +cat_and_mouse_act = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +treatise_banned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +secessionist_leader_threatened = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -4 +} + +secessionist_leader_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +defended_legal_discrimination = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +soft_on_minorities = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +permitted_oil_dangerous_work = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +prevented_oil_dangerous_work = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +pipeline_funded = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +no_pipeline_funding = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +let_off_oil_barons = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +jailed_oil_barons = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +segregation_eroding = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +narrative_rejected = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +language_acceptance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +ig_manifest_destiny = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +ig_urbanization_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +approved_mission = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.15 +} + +rejected_mission = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +pledged_to_end_slave_trade = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +refused_pledge_to_end_slave_trade = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +encouraged_slave_trade = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +committed_to_ending_slave_trade = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +curtailed_colonial_labor_abuses = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +slavery_double_standard = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +expelled_visitors_from_colonies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +refused_slave_reprisals = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +refused_attacking_hidden_communities = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +abolitionist_influence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pop_attraction_mult = 0.2 +} + +abolitionist_expelled = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +deporting_disloyal_igs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -5 + interest_group_pol_str_mult = -0.2 +} + +rejected_foreign_influence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = 2 + interest_group_pol_str_mult = 0.1 +} \ No newline at end of file diff --git a/common/modifiers/04_decision_modifiers.txt b/common/modifiers/04_decision_modifiers.txt new file mode 100644 index 00000000..42f3ba97 --- /dev/null +++ b/common/modifiers/04_decision_modifiers.txt @@ -0,0 +1,31 @@ +modifier_olympic_games = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_bureaucracy_mult = -0.2 + country_prestige_add = 100 +} + +modifier_film_industry = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 20 + state_migration_pull_mult = 0.1 +} + +modifier_reclaiming_land = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_add = -200 +} + +modifier_good_exhibition = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 10 +} + +modifier_great_exhibition= { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +modifier_greatest_exhibition= { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 100 +} \ No newline at end of file diff --git a/common/modifiers/05_rule_modifiers.txt b/common/modifiers/05_rule_modifiers.txt new file mode 100644 index 00000000..0ea4c7e8 --- /dev/null +++ b/common/modifiers/05_rule_modifiers.txt @@ -0,0 +1,14 @@ +easy_difficulty = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_tax_income_add = 100 +} + +very_easy_difficulty = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_tax_income_add = 1000 +} + +very_easy_difficulty_ai = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 100 +} diff --git a/common/modifiers/06_conscription_modifiers.txt b/common/modifiers/06_conscription_modifiers.txt new file mode 100644 index 00000000..15c21bfd --- /dev/null +++ b/common/modifiers/06_conscription_modifiers.txt @@ -0,0 +1,95 @@ +native_conscription_1 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.05 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_2 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.1 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_3 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.15 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_4 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.2 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_5 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.25 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_6 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.3 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_7 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.35 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_8 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.4 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_9 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.45 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_10 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.5 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_11 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.6 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} + +native_conscription_12 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_add = 0.7 + building_training_rate_add = 1000 + unit_army_offense_mult = 1.0 + unit_army_defense_mult = 3.0 +} \ No newline at end of file diff --git a/common/modifiers/101_modifiers.txt b/common/modifiers/101_modifiers.txt new file mode 100644 index 00000000..3b5a6548 --- /dev/null +++ b/common/modifiers/101_modifiers.txt @@ -0,0 +1,252 @@ +free_speech_pamphlet_advance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +free_speech_pamphlet_risk_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +free_speech_pamphlet_risk_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +free_speech_book_burning_advance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + country_weekly_innovation_add = -5 + country_law_enactment_success_add = 0.1 +} + +free_speech_book_burning_risk_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + country_weekly_innovation_add = -5 + country_law_enactment_success_add = 0.2 +} + +free_speech_book_burning_risk_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +free_speech_censorship_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +free_speech_censorship_stall_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +free_speech_censorship_stall_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +free_speech_no_censorship_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +free_speech_no_censorship_stall_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +free_speech_no_censorship_stall_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +free_speech_lewd_book_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 + country_prestige_add = -50 +} + +free_speech_lewd_book_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +free_speech_lewd_drawing_condemned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +free_speech_lewd_drawing_supported = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +free_speech_lewd_drawing_supported_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 + interest_group_pol_str_mult = -0.05 +} + +womens_rights_divorce_advance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +womens_rights_divorce_lesser_advance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +womens_rights_divorce_ig_anger = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +womens_rights_travel_writing_advance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +womens_rights_travel_writing_risk_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +womens_rights_travel_writing_risk_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +womens_hysteria_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} +womens_hysteria_stall_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} +womens_hysteria_stall_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +womens_rights_rally = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +womens_rights_peaceful_rally = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +womens_rights_violent_rally = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +violent_womens_rally_backlash = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + political_movement_support_add = 0.2 +} + +womens_rights_fringe_group_violence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +womens_rights_fringe_group_violence_stopped = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.1 +} + +womens_rights_newspaper_not_paid = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +womens_rights_newspaper_paid = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +womens_rights_newspaper_paid_costs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_expenses_add = 1 +} + +womens_rights_disrupt = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +womens_rights_disrupt_small = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +modifier_combined_bolivia_peru = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +lost_ragamuffin_war = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_add = -50 +} + +won_ragamuffin_war_integrate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 + country_bureaucracy_mult = -0.1 +} + +won_ragamuffin_war_ostracize = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +council_republic_speech_advance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +council_republic_fire_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +council_republic_fire_stall_big = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +communist_party_supported = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +council_republic_debate_progress = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +council_republic_factory_debate_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +angry_at_factory_revolution = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +disapproves_of_no_weapon_restriction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +covering_up_weapons = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.25 +} \ No newline at end of file diff --git a/common/modifiers/104_modifiers.txt b/common/modifiers/104_modifiers.txt new file mode 100644 index 00000000..ba37bdbb --- /dev/null +++ b/common/modifiers/104_modifiers.txt @@ -0,0 +1,862 @@ +traitors_jailed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.05 +} + +traitors_executed_propaganda = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.2 +} + +traitors_executed_approves = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +traitors_executed_disapproves = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +no_traitors_executed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +traitors_disappeared = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +no_traitors_executed_approves = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +promoted_fascist_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 75 +} + +promoted_fascist_leader_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.2 +} + +ignored_fascist_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -35 +} + +ignored_fascist_leader_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +fascist_authority_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.2 + country_military_weekly_innovation_mult = 0.05 +} + +fascist_loyalty_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 0.5 +} + +infrastructure_port_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_port_throughput_mult = 0.2 +} + +infrastructure_time_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_construction_sector_throughput_mult = 0.15 +} + +national_anthem_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 20 +} + +drainage_roads_cheaper_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_infrastructure_add = 5 + country_decree_cost_mult = -0.25 +} + +drainage_roads_cheaper_modifier_costs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +drainage_roads_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_infrastructure_add = 5 + country_decree_cost_mult = -0.25 +} + +drainage_roads_modifier_costs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +cheaper_roads_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_decree_cost_mult = -0.15 +} + +cheaper_roads_modifier_costs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_expenses_add = 1 +} + +risky_road_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_decree_cost_mult = -0.4 +} + +risky_road_modifier_costs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +no_roads_sad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +addressed_pollution_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +ignored_pollution_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +good_pollution_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = 2 +} + +david_copperfield_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 20 +} + +ignored_david_copperfield_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.2 +} + +social_mobility_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pop_attraction_mult = 0.2 +} + +refused_to_pay_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +opera_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 15 +} + +opera_modifier_costs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +opera_didnt_pay_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 15 +} + +foreign_concert_costs_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +foreign_concert_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +ignored_concert_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +ignored_concert_country_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.05 +} + +state_rubber_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.25 +} + +hidden_children_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +helped_hidden_children_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.2 + interest_group_approval_add = -1 +} + +stopped_families_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +didnt_allow_families_send_their_children_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +allowed_families_send_their_children_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +workers_appeased_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 + country_law_enactment_time_mult = 0.2 +} + +confronted_workers_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = 0.1 + country_law_enactment_time_mult = 0.2 +} + +antarctic_research = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 20 +} + +climbed_erebus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +first_to_the_pole = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 100 +} + +pole_expedition_returned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +antarctic_mountains_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 20 +} + +succesfull_south_pole_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 35 +} + +safe_polar_exp_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +ragged_schools_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +ragged_schools_devout = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.2 +} + +ragged_schools_no_devout = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +school_supplies_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = -0.15 +} + +no_school_supplies_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 + country_law_enactment_time_mult = 0.2 +} + +gatekeeping_education_no = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +no_gatekeeping = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +forced_disappearance_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +forced_disappearance_coverage_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +forced_disappearance_acknowledge_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = 0.2 +} + +counterintelligence_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 + country_law_enactment_time_mult = -0.2 +} + +counterattack_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +counterintelligence_weak_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 + country_law_enactment_time_mult = -0.1 +} + +privacy_concerns_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 + country_law_enactment_time_mult = 0.15 +} + +privacy_concerns_movement_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + political_movement_support_add = 0.25 +} + +privacy_concerns_movement_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + political_movement_radicalism_add = 0.25 +} + +privacy_concerns_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +expedition_taxes_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +waterfalls_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +congo_expedition_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +failed_congo_river_expedition_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -40 +} + +found_explorer_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +found_old_explorer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +expedition_extra_expenses_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +blamed_police_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +violent_suppression_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 + country_law_enactment_time_mult = -0.1 +} + +violent_suppression_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +government_info_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 + country_bureaucracy_mult = -0.05 +} + +government_info_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +purged_police_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds +} + +terrorist_attack_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +public_shame_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -25 +} + +asylum_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +treatment_expenses_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +leader_sent_back_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +hypnosis_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +ignored_asylums_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +asylums_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 1 + state_middle_standard_of_living_add = 1 +} + +asylum_pay_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +asylum_owner_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +asylum_paperwork_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 +} + +freud_rejected_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +freud_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 30 +} + +freud_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +freud_building_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + building_university_throughput_mult = 0.1 +} + +founded_psycho_journal_cost_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +founded_psycho_journal_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +ignored_conservatives_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +grand_exhibition_toilets_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +grand_exhibition_toilets_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +grand_exhibition_toilets_no_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +stereoscope_cards_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_production_weekly_innovation_mult = 0.15 +} + +lithographic_cards_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_society_weekly_innovation_mult = 0.15 +} + +titanic_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +titanic_building_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_shipyards_throughput_mult = 0.33 +} + +no_titanic_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +rival_titanic_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +titanic_sank_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.15 +} + +titanic_good_modifier = { + country_production_weekly_innovation_mult = 0.05 +} + +krakatoa_eruption_help_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_mortality_mult = 0.2 +} + +krakatoa_eruption_no_help_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + state_mortality_mult = 0.5 +} + +krakatoa_cost_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +krakatoa_crop_cost_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +crop_failure_big_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +crop_failure_medium_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +crop_failure_small_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +krakatoa_art_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + building_arts_academy_throughput_mult = 0.15 +} + +krakatoa_uni_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + building_university_throughput_mult = 0.15 +} + +started_temperance_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_output_liquor_mult = -1 +} + +rejected_prohibition_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -4 +} + +birthday_raid_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pop_attraction_mult = -0.1 +} + +birthday_raid_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -40 +} + +birthday_raid_gentlemen_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pol_str_mult = -0.1 +} + +industrialists_rejected_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +wine_allowed_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_output_wine_mult = 0.5 +} + +subsistence_liquor_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_output_liquor_mult = 0.5 +} + +subsistence_liquor_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_output_liquor_mult = -1 +} + +banned_subsistence_liquor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +teetoliarism_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + building_output_wine_mult = -1 +} + +no_teetoliarism_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +deal_with_gangster_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +gangsters_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.05 +} + +expedition_leader_kidnap_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +poverty_relief_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 +} + +sol_increased_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 0.75 +} + +sol_institution_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_bureaucracy_investment_cost_factor_mult = -0.15 +} + +anti_industrial_party_modifier = { + interest_group_approval_add = 2 +} + +gods_will_modifier = { + interest_group_pol_str_mult = 0.1 +} + +supported_war_politics_modifier = { + interest_group_approval_add = 2 +} + +gods_wont_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -40 +} + +stopped_radicals_modifier = { + interest_group_approval_add = -2 +} + +supported_war_leaders_modifier = { + interest_group_approval_add = -2 +} + +eiffel_tower_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = -0.1 + country_prestige_mult = 0.1 +} + +gustave_eiffel_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +gustave_eiffel_sad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -10 +} + +eiffel_tower_intelligentsia_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + interest_group_approval_add = 1 +} + +eiffel_tower_slander_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + interest_group_approval_add = -2 +} + +gustave_eiffel_angry_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -40 +} + +art_nouveau_strike_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + building_arts_academy_throughput_mult = -0.5 +} + +art_nouveau_love_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + building_arts_academy_throughput_mult = 0.2 +} + +symbolist_leader_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 30 +} + +symbolist_ig_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + interest_group_approval_add = -2 +} + +symbolist_leader_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -30 +} + +symbolist_ig_good_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + interest_group_approval_add = 2 +} + +cabaret_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_authority_mult = -0.1 +} + +cabaret_good_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_authority_mult = 0.1 +} + +cabaret_building_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + building_urban_center_throughput_mult = 0.5 +} + +shut_down_cabaret_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 +} + +ate_dogs_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -30 +} + +vampire_research_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.05 +} + +founded_fear_legitimacy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_legitimacy_base_add = 15 +} + +founded_fear = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_authority_mult = 0.05 +} + +new_leader_good_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 15 +} + +new_leader_bad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -15 +} + +new_leader_ig_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +cool_rock_sinister_influence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + state_radicals_from_sol_change_mult = 0.2 +} + +infatuated_with_cool_rock_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -10 +} \ No newline at end of file diff --git a/common/modifiers/105_modifiers.txt b/common/modifiers/105_modifiers.txt new file mode 100644 index 00000000..fe47af07 --- /dev/null +++ b/common/modifiers/105_modifiers.txt @@ -0,0 +1,814 @@ +# Modifiers +promise_religious_workhouses = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +promise_secular_workhouses = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +malthusian_arguments = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +anti_malthusian_arguments = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +workhouses_prison_comparison = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +workhouse_plan_reevaluation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +child_testinomies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +child_testimony = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +anti_paternalist_argument = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +paternalist_argument = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +drifter_concerns_dismissed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +drifter_concerns_accommodated = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +veteran_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +general_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +pro_union_argument = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +anti_union_argument = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +accepted_austerity_argument = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +rejected_austerity_argument = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +future_without_borders = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +utopian_visionary = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +future_freer_movement = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +secular_immigration_policy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +considering_religious_immigration_restrictions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +free_movement_of_labor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +welfare_for_all = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +limiting_workforce_migration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +fear_neighbor_immigration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +fear_general_immigration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +trade_restrictions_considered = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +trade_restrictions_rejected = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +no_family_immigration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +family_reunification_discussion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +liberal_trailblazer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +free_imports = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_trade_route_imports_add = 10 +} + +free_exports = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_trade_route_exports_add = 10 +} + +free_arts = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + building_arts_academy_throughput_mult = 0.1 +} + +free_science = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + building_university_throughput_mult = 0.2 +} + +teeming_shore = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.25 +} + +new_colossus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 100 +} + +assisting_professors = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 + building_university_throughput_mult = -0.5 +} + +university_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +curriculum_focus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.15 +} + +discipline_focus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = 0.15 +} + +curriculum_compromise = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +extended_curriculum_discussions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.2 +} + +local_teachers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.04 +} + +local_school_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.02 +} + +coeducational_schools = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.15 +} + +single_sex_education = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.15 +} + +church_school_organization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +building_secular_school_organization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.2 +} + + +phrenological_justifications = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +rejected_phrenology = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +phrenology_department = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + building_university_throughput_mult = -0.1 +} + +rejected_cultural_contributions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +embraced_cultural_contributions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +banned_degenerate_art = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + building_arts_academy_throughput_mult = -0.1 +} + +discriminated_as_foreign_invaders = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +discriminated_as_part_of_society = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +new_leadership = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +old_leadership = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +unity_campaign = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 + country_authority_add = -50 +} + +fear_of_crime_wave = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +private_business_interference = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +minorities_refused_service = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +revolutionary_hero = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +treasonous_traitor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -50 +} + +post_revolutionary_fervor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_legitimacy_base_add = 25 +} + +counter_revolutionary_fervor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_legitimacy_base_add = 25 +} + +seizing_power = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +building_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +popular_authoritarian = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +promised_bureaucratic_purge = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +promised_bureaucratic_stability = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = 0.2 +} + +crushed_pro_democracy_protests = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +pro_democracy_protests = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +fear_of_popular_uprising = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 + country_law_enactment_time_mult = -0.15 +} + +senior_military_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +caring_for_the_ignorant = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.04 +} + +uneducated_populus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.02 +} + +educated_citizens = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +internal_disagreements = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_law_enactment_success_add = -0.1 +} + +leadership_crisis = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + interest_group_pol_str_mult = -0.15 +} + +obstructing_politician = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +changed_cartridges = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + country_military_goods_cost_mult = 0.33 +} + +overseas_service_exemption = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + country_navy_power_projection_mult = -0.1 +} + +promised_no_proselytization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + state_conversion_mult = -1 +} + +weakened_by_mutiny = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + state_conscription_rate_mult = -0.25 +} + +war_for_independence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_conscription_rate_mult = 0.25 +} + +company_crushed_mutiny = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.15 +} + +suffragist_trailblazer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +successful_suffragist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 30 +} + +citizen_organizers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 + country_law_enactment_time_mult = -0.2 +} + +local_organizers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.1 +} + +election_organizers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_pop_pol_str_mult = 0.25 +} + +voting_age_25 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.2 +} + +voting_age_21_compromise = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.2 +} + +voting_age_18 = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.2 +} + +too_low_voting_age = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + political_movement_radicalism_add = 0.2 +} + +fresh_start = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +collaboration_with_old_leadership = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 + country_law_enactment_time_mult = 0.2 +} + +admitted_abuses_of_power = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +corrupted_by_power = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -30 +} + +downplayed_abuses_of_power = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +current_election_focus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.2 +} + +democratic_compromise = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +fear_of_future_reforms = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + political_movement_radicalism_add = 0.2 +} + +administrative_assistance_for_elections = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 +} + +setting_up_election_system = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.2 +} + +working_with_the_great_powers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_influence_mult = -0.1 +} + +temporary_minimum_wages = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + building_minimum_wage_mult = 0.1 +} + +railway_our_way = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 20 +} + +railway_priority = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.15 +} + +retained_railway_control = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_legitimacy_base_add = 10 +} + +revoked_sword_rights = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.15 +} + +retained_sword_rights = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.15 +} + +shi_gakko = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_offense_mult = 0.2 + unit_defense_mult = 0.2 +} + +shut_down_military_academies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +suspected_insurrectionist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -50 +} + +sakoku_violated = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_add = -20 + country_legitimacy_base_add = -15 +} + +diplomatic_flexibility = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_influence_mult = 0.1 +} + +withdrew_from_colonial_incident = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_add = -10 +} + +supplying_colonists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +assisting_colonists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_add = -10 +} + +struggling_colonists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_colony_growth_speed_mult = -0.3 +} + +downplaying_fascism = { + state_radicals_from_discrimination_mult = 0.3 +} + +dove_of_reconciliation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 30 +} + +better_to_be_feared = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_negative.dds + country_infamy_decay_mult = -0.2 +} + +voice_of_reason = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 15 +} + +godless_politician_praised = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +weak_and_trusting = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +fearless_navy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +not_just_for_show = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_navy_power_projection_mult = 0.1 +} + +safer_convoys = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + unit_convoy_requirements_mult = -0.1 +} + +safer_fleets = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_navy_defense_mult = 0.1 +} + +gunship_diplomacy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_influence_mult = 0.1 +} + +mighty_navy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_navy_power_projection_mult = 0.1 +} + +instrument_of_fear = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_morale_damage_mult = 0.1 +} + +instrument_of_death = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_kill_rate_add = 0.1 +} + + +# IG Approval Modifiers + +religious_workhouses = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.1 +} + +criminalization_of_poverty = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +workhouse_children_outrage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +anti_paternalist_sentiment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pol_str_mult = -0.1 +} + +vagrants_and_wastrels = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +veterans_prioritized = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.1 +} + +embraced_union_leverage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +repudiated_union_leverage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +overspending_on_welfare = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +anti_border_rhetoric = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +faithless_hordes = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +welfare_for_the_world = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +anti_free_trade_rhetoric = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +undisciplined_children = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +compromised_on_schools = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +mixed_sex_education = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +public_school_responsibility = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.15 +} + +hindu_overseas_exemption = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +promised_no_missionaries = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +repealed_corn_laws = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -5 +} + +refused_railway_priority = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} diff --git a/common/modifiers/content_1_modifiers.txt b/common/modifiers/content_1_modifiers.txt new file mode 100644 index 00000000..1ae67ef4 --- /dev/null +++ b/common/modifiers/content_1_modifiers.txt @@ -0,0 +1,1349 @@ +china_authority = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.2 +} + +china_welfare = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_minimum_wealth_add = 2 +} + +opium_wars_lost = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_legitimacy_base_add = -25 + state_turmoil_effects_mult = 0.25 + state_radicals_from_sol_change_mult = 0.33 + country_prestige_mult = -0.25 + state_standard_of_living_add = -1 +} + +opium_wars_navy_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_morale_damage_mult = 0.2 +} + +opium_wars_export_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_trade_route_exports_add = 10 +} + +opium_wars_addiction_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + state_standard_of_living_add = -2 + state_mortality_mult = 0.025 + unit_offense_mult = -0.25 + unit_defense_mult = -0.25 +} + +executed_opium_smugglers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = 0.1 +} + +returned_opium_smugglers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_influence_mult = 0.1 +} + +opium_loyalty_focus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 0.5 +} + +opium_health_focus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + state_standard_of_living_add = 1 + state_mortality_mult = -0.025 +} + +opium_addiction_state_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + state_standard_of_living_add = -2 + state_mortality_mult = 0.025 +} + +lesser_opium_addiction_state_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds + state_standard_of_living_add = -1 +} + +ottoman_army_reform = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_military_weekly_innovation_mult = 0.25 + battle_offense_owned_province_mult = 0.2 + battle_defense_owned_province_mult = 0.2 +} + +ottoman_urbanization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_urban_center_throughput_mult = 0.33 + building_construction_sector_throughput_mult = 0.25 +} + +ottoman_education = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_society_weekly_innovation_mult = 0.33 +} + +samurai_officers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + country_military_weekly_innovation_mult = -0.25 +} + +japan_military_reward = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_military_weekly_innovation_mult = 0.15 +} + +japan_diplomatic_reward = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_influence_mult = 0.2 + country_improve_relations_speed_mult = 0.25 + country_damage_relations_speed_mult = 0.25 +} + +japan_production_reward = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +meiji_favored_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.2 +} + +japan_shogunate_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_legitimacy_headofstate_add = -30 +} + +western_military_consultant = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_military_tech_spread_mult = 1 +} + +japan_production_tech_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_production_tech_spread_mult = 1 +} + +japan_society_tech_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_society_tech_spread_mult = 1 +} + +veiled_influence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_influence_mult = 0.1 + country_prestige_mult = 0.05 +} + +sudan_authority_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_authority_mult = -0.15 +} + +thunderous_applause = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +scarred_and_deformed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +hunted_down_and_defeated = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.2 +} + +placeholder_law_advance_modifier_safe = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +placeholder_law_advance_modifier_risky_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +placeholder_law_advance_modifier_risky_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +placeholder_law_debate_modifier_safe = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +placeholder_law_debate_modifier_risky_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +placeholder_law_debate_modifier_risky_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +placeholder_law_stall_modifier_safe = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +placeholder_law_stall_modifier_risky_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +placeholder_law_stall_modifier_risky_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +canada_test_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +australia_test_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +can_unified_canada = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.2 +} + +gbr_unified_canada = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +aus_unified_australia = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.2 +} + +gbr_unified_australia = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +oregon_resolved = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 +} + +serf_mistreaters_demonized = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.2 +} + +serf_mistreaters_demonized_enactment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +anti_serfdom_debate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +anti_serfdom_popularity = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +government_buying_serfs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 + country_bureaucracy_mult = -0.15 +} + +serfs_buying_serfs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 + state_radicals_from_sol_change_mult = 1 + state_poor_standard_of_living_add = -2 +} + +no_buying_serfs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 + country_law_enactment_time_mult = 0.2 +} + +enactment_strikes_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_law_enactment_success_add = 0.2 +} + +enactment_strikes_deterred_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + country_law_enactment_success_add = 0.1 +} + +worker_protection_negotiations = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = 0.2 + country_law_enactment_success_add = 0.1 +} + +strikebreakers_called_off = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pop_attraction_mult = 0.1 +} + +strikbreakers_enactment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = 0.2 +} + +strikebreakers_allowed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pop_attraction_mult = 0.1 +} + +lone_star_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.2 +} + +popular_nihilist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +less_popular_nihilist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +red_tape = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 + country_bureaucracy_mult = -0.2 +} + +red_tape_reduced = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 + country_bureaucracy_mult = -0.1 +} + +red_tape_jobs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.1 +} + +meritocracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +meritocracy_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.1 +} + +good_and_fast = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 + country_law_enactment_time_mult = -0.2 + country_bureaucracy_mult = -0.1 +} + +good_and_cheap = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 + country_bureaucracy_mult = 0.1 + country_law_enactment_time_mult = 0.2 +} + +cheap_and_fast = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.2 + country_bureaucracy_mult = 0.1 + country_law_enactment_success_add = -0.1 +} + +decolonization = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 + country_law_enactment_time_mult = -0.25 +} + +refused_to_release_colony = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +slow_colonies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + state_colony_growth_speed_mult = -0.5 +} + +fear_of_outsourcing_alleviated = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.2 +} + +outsourcing_anger = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + political_movement_support_add = 0.25 + political_movement_radicalism_add = 0.25 +} + +colonial_enthusiasm = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +our_place_on_the_world_stage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +colonial_enthusiasm_settlers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + state_colony_growth_speed_mult = 0.5 +} + +colonial_ethical_conviction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +ethically_condemned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + political_movement_radicalism_add = 0.25 +} + +ethical_concessions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + political_movement_support_add = 0.25 +} + +anarchist_terrorism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +anarchist_assaination_opposition_approval = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_in_opposition_approval_add = -3 +} + +anarchist_assassination = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pol_str_mult = -0.1 +} + +law_dismentling_the_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +dismantling_the_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +withering_away = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.2 +} + +ig_withering_away = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +encouraging_mutual_aid = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 2 +} + +mutual_aid = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +anarchist_agriculture = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +antitax_anger = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + political_movement_radicalism_add = 0.33 +} + +promised_to_lower_taxes = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + tax_income_add = -0.1 +} + +promised_to_lower_taxes_poll_tax = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + tax_land_add = -0.1 +} + +taxation_is_theft = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +patriotic_taxation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +patriocitc_taxation_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +unpatriotic_movement = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + political_movement_support_add = -0.5 +} + +death_and_taxes_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 + country_law_enactment_time_mult = 0.2 +} + +social_banditry = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +poverty_relief_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_tax_waste_add = 0.15 + state_poor_standard_of_living_add = 1 +} + +philanthropy_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +philanthropy_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 1 + state_rich_expected_sol = -3 +} + +temporary_embarrassment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +temporary_embarrassment_pops = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_middle_expected_sol = 3 +} + +temporary_tax_cut = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + tax_income_add = -0.1 +} + +bismarck_popular = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 75 +} + +bismarck_unpopular = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -50 +} + +realpolitik = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_infamy_decay_mult = 0.2 +} + +germany_aggressive_expansion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_damage_relations_speed_mult = 0.5 +} + +partial_german_unification_influence_prestige = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.05 + country_influence_mult = 0.1 +} + +german_unification_popularity = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +german_unifier_ruler = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 + country_authority_mult = 0.15 +} + +tewodros_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + unit_army_offense_add = 30 + character_popularity_add = 50 +} + +popular_socialist_leader = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +coop_loyalty_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 1 +} + +coop_migration_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 1 +} + +great_purge_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fire_positive.dds + political_movement_radicalism_mult = -0.5 + state_radicals_from_sol_change_mult = -0.2 +} + +institutions_of_socialism_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.2 +} + +path_to_vanguardism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_suppression_ig_attraction_mult = -0.25 +} + +path_to_communism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_bureaucracy_investment_cost_factor_mult = -0.2 +} + +path_to_anarchy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 1 +} + +regicide = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -10 +} + +regicide_averted = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 + country_law_enactment_time_mult = 0.2 +} + +monarchist_nostalgia = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + interest_group_pol_str_mult = -0.05 +} + +radical_constitution = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -5 +} + +no_new_constitution = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 + country_law_enactment_time_mult = 0.2 +} + +suppressing_radicals = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + country_suppression_ig_attraction_mult = -0.1 +} + +1848_popular_radical = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +1848_reactionary_enactment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +1848_institution_speed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_institution_size_change_speed_mult = 0.5 +} + +rooting_out_radicals = { + state_radicals_from_sol_change_mult = -0.5 + state_radicals_from_discrimination_mult = 0.5 +} + +home_affairs_cost_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_bureaucracy_investment_cost_factor_mult = -0.10 + state_radicals_from_sol_change_mult = -0.15 +} + +garibaldi_popularity = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 100 +} + +italian_unifier_prestige = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_mult = 0.1 +} + +italian_unifiers_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.1 +} + +miracle_workers_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +miracle_workers_ig_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.1 +} + +blasphemy_laws = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.2 +} + +relaxed_blasphemy_laws = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +indies_qualified_employees = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + state_pop_qualifications_mult = 0.1 +} + +indies_conversion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + state_conversion_mult = 1 +} + +indies_loyalists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 1 +} + +indies_migration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 0.5 +} + +ending_isolation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +unequal_treaties_isolation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +legal_scapegoat = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = 0.1 +} + +investigating_foreign_murder = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = 0.2 +} + +battleship_hoax = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.05 + interest_group_approval_add = 2 +} + +dual_monarchy_compromise = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_add = -100 +} + +dual_monarchy_compromise_rejected = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_discrimination_mult = 1 +} + +bank_robberies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_loan_interest_rate_mult = 0.1 +} + +metro_system = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +metro_prestige = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 25 +} + +patagonian_settlement = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 1 +} + +patagonia_slow_down = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_colony_growth_creation_mult = -0.5 +} + +patagonia_supplied_with_weapons = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_offense_mult = 0.33 + unit_defense_mult = 0.33 +} + +devils_railroad_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +slowed_railway_construction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_construction_mult = -0.5 +} + +cautious_railway_construction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_construction_mult = -0.1 +} + +rubber_mistreatment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +rubber_slowdown = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +rubber_protections = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +amazon_theatre = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds +} + +amazon_migration = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_migration_pull_mult = 1 +} + +siberia_mining = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_migration_pull_mult = 2 +} + +siberia_infrastructure = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_migration_pull_mult = 2 +} + +great_plains_settlement = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_migration_pull_mult = 2 +} + +canada_settlement_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_migration_pull_mult = 1 +} + +queen_victoria_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +industrial_strike_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +mining_strike_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +railway_strike_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +strike_suppression_unions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +strike_suppression_industrialists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +strike_suppression = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_sol_change_mult = -0.25 + state_mortality_turmoil_mult = 0.05 +} + +successful_strike_action = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.25 +} + +mining_scabs_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +industrial_scabs_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +railway_scabs_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +police_anti_strike_approval = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = 2 +} + +police_anti_strike_disapproval = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +industrialists_anti_union = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = 2 +} + +unions_strikebreakers_attraction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.25 +} + +strike_successful_unions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.25 +} + +strike_successful_unions_opinion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.1 + interest_group_approval_add = 3 +} + +strike_successful_industrialists = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 4 +} + +strike_weak_unions = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.25 +} + +strike_suppression_reward = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_radicals_from_sol_change_mult = -0.1 +} + +scotland_yard_effective_policing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_radicals_from_sol_change_mult = -0.25 +} + +first_railway_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +steam_engine_production = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +royal_marriage = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_influence_mult = 0.2 +} + +marriage_popularity = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +suez_purchase = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 30000 +} + +suez_sale = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_tax_income_add = 30000 +} + +panama_purchase = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 30000 +} + +panama_sale = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + country_tax_income_add = 30000 +} + +greek_nationalism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 100 +} + +land_reclamation_complete = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +popular_autocrat = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +popular_autocrat_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.1 +} + +russification_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_assimilation_mult = 0.2 +} + +religious_orthodocy_enforced_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_conversion_mult = 0.2 +} + +tolerated_secret_societies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pol_str_mult = 0.1 +} + +suppressed_secret_societies = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.1 +} + +loyal_religious_serfs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 0.5 +} + +less_radical_religious_serfs = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_sol_change_mult = -0.5 +} + +red_scare_minimized = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_in_government_approval_add = -2 +} + +red_scare_communists_annoyed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_approval_add = -2 +} + +infiltrating_communist_parties = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_authority_mult = -0.15 +} + +mandatory_communist_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_authority_mult = -0.15 +} + +protected_fascist_rally_antifa = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_approval_add = -3 +} + +banned_fascist_rally = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_approval_add = -3 +} + +state_sanctioned_paramilitaries = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_approval_add = 2 +} + +paramilitaries_opposed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_approval_add = -2 +} + +low_rank_general_ig_opinion_add = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +low_rank_general_ig_opinion_remove = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +high_rank_general_opinion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +denied_promotion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -25 +} + +objectors_conscription_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +objectors_conscription_bad_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +modifier_conscientious_objection_denied = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + interest_group_approval_add = -2 +} + +modifier_conscientious_objection_rejected_good = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + interest_group_approval_add = 2 +} + +modifier_conscientious_objection_rejected = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + interest_group_approval_add = -2 +} + +modifier_conscientious_objection_approved = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + interest_group_approval_add = 2 +} + +skyscraper_site = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_construction_sector_throughput_mult = 0.1 +} + +skyscraper_survey = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_add = -500 +} + +skyscraper_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 25 +} + +first_skyscraper_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 50 +} + +laws_against_war_crimes = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_kill_rate_add = -0.1 +} + +munitions_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + building_munition_plants_throughput_mult = 0.15 +} + +tunguska_research = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds + country_production_tech_cost_mult = -0.05 +} + +tunguska_omen = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.05 +} + +tunguska_mining = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +john_snow_knows_nothing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 + interest_group_pop_attraction_mult = -0.1 +} + +cholera_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_mortality_mult = 0.025 +} + +commercial_bison_hunting = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_colony_growth_speed_mult = 0.25 +} + +bison_hunting_subsistence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds +} + +military_bison_hunting = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + state_colony_growth_speed_mult = 0.5 +} + +opium_ban_authority = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_authority_mult = -0.2 +} + +liqour_ban_authority = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_authority_mult = -0.2 +} + +serial_killer_state_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_radicals_from_sol_change_mult = 0.2 +} + +suspected_serial_killer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + character_popularity_add = -25 +} + +serial_killer_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.1 +} + +modifier_public_worried = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_sol_change_mult = 0.2 +} + +serial_killer_active_investigation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_authority_mult = -0.1 +} + +consulting_academics_serial_killer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds +} + +police_investigation_serial_killer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds +} + +bumbling_incompetence_serial_killer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_legitimacy_base_add = -10 +} + +john_ross_enactment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_law_enactment_success_add = 0.1 +} + +miraculous_healing = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + state_mortality_mult = -0.025 +} + +religious_education_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + state_education_access_add = 0.25 +} + +movement_investigation_isolation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + political_movement_support_add = -0.25 +} + +malaria_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_health_add = -0.5 +} + +luxurious_parties = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + state_rich_expected_sol = 3 +} + +iron_horse_raids = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +five_year_plan_welfare_mod = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + state_loyalists_from_sol_change_mult = 1 +} + +generic_law_advance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_law_enactment_success_add = 0.15 +} + +generic_law_debate_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_law_enactment_success_add = 0.1 +} + +generic_law_debate_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_law_enactment_success_add = -0.1 +} + +generic_law_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_law_enactment_success_add = -0.15 +} + +age_of_caudillos_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds +} + +missouri_compromise = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds +} + +shogun_ig_forced_to_open_market = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds +} + +shogun_forced_to_open_market = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -100 +} \ No newline at end of file diff --git a/common/modifiers/content_2_modifiers.txt b/common/modifiers/content_2_modifiers.txt new file mode 100644 index 00000000..d3c456bc --- /dev/null +++ b/common/modifiers/content_2_modifiers.txt @@ -0,0 +1,540 @@ +natural_state_of_man = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +erudite_slaver = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +erudite_praise = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +slaver_debate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +slaver_debate_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +slaver_debate_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +slave_narrative_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +slave_narrative_stall_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +slave_narrative_stall_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +life_among_the_lowly_well_received = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +life_among_the_lowly_author = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +life_among_the_lowly_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +great_debates = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +great_debates_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +great_debates_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +plantation_reaction_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +plantation_reaction_stall_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +plantation_reaction_stall_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +protested_slave_ship_release = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +did_not_protest_ship_seizure = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +government_slave_catchers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.1 +} + +government_pays_for_slave_catchers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +government_lets_fugitives_go = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +soft_approach_to_slaves = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +tough_approach_to_slaves = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +well_protected_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 + interest_group_pol_str_mult = 0.1 +} + +under_suspicion_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 + interest_group_pol_str_mult = -0.1 +} + +rising_support_for_law_enforcement = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +war_of_police_editorials = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +flood_of_supportive_editorials = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +wave_of_negative_editorials = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +placated_rally_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + political_movement_radicalism_add = -0.1 +} + +suppressed_rally_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + political_movement_support_add = -0.25 + political_movement_radicalism_add = 0.1 +} + +violently_suppressed_rally_bad_aftermath = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +violently_suppressed_rally_positive_aftermath = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +violently_suppressed_rally_very_bad_aftermath = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +monarchist_agitation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +the_man_of_the_hour = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +monarchist_spiritualist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 50 +} + +attracting_notables = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +monarchist_debate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +monarchist_debate_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +monarchist_debate_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +monarchist_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +monarchist_stall_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +monarchist_stall_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +a_smashing_appearance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 20 +} + +the_desire_to_smash_things_up = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_loyalists_from_sol_change_mult = 0.25 +} + +the_desire_to_smash_things_up_has_been_denied = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +projected_growth_models_econ = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +projected_growth_models_bureau = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.1 +} + +command_economy_debate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +command_economy_debate_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +command_economy_debate_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +ig_dizzy_with_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pol_str_mult = -0.15 +} + +state_dizzy_with_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + state_standard_of_living_add = -1 + state_turmoil_effects_mult = 0.1 +} + +command_economy_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +freeing_the_markets = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +free_market_ideologue = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + interest_group_pop_attraction_mult = 0.2 + interest_group_approval_add = 1 +} + +free_trade_debate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +free_trade_debate_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +free_trade_debate_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +no_free_exchange = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -1 +} + +free_exchange_of_ideas = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +free_trade_stall = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +free_trade_stall_success = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +free_trade_stall_fail = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +industrial_concerns_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +anti_religious_fury = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +anti_clericalism_pushed_through = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +anti_clericalism_halted = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +street_preachers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +example_made_of_preacher = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +martyr_motivated_commotion = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +tarred_by_mulligan_letters = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + character_popularity_add = -25 +} + +stressed_rail_network = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +mysteriously_mismanaged_rail_network = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +surprisingly_efficient_rail_network = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +government_insults_military_honor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +government_respects_the_military = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +government_admits_failure = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_prestige_mult = -0.05 +} + +government_embraces_imperialism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +government_snubs_patriotic_adventurer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +government_promotes_adventurer = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 4 +} + +enacted_emancipation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +delayed_emancipation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +protected_trains = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +wartime_need_for_police = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +unreconstructed_state = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + state_radicals_from_sol_change_mult = 0.2 +} + +redeemer_government = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_pop_pol_str_mult = -0.25 +} + +reconstruction_government = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_pop_pol_str_mult = 0.1 +} + +paramilitary_threats = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_discrimination_mult = 0.2 +} + +paramilitaries_suppressed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_radicals_from_discrimination_mult = -0.2 +} + +frontier_military_aid = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +backing_the_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_authority_mult = -0.05 +} + +harassed_by_political_partisans = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_approval_add = -1 + interest_group_pol_str_mult = -0.1 +} + +high_distribution_news_cycle = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + building_paper_mills_throughput_mult = 0.2 +} + +state_funding_for_campaigns_expenses = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +state_funding_for_campaigns_approval = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_opposition_ig_approval_add = 1 +} + +changing_policies_electoral_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_law_enactment_success_add = 0.2 +} + +USA_removal_not_followed_through = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + interest_group_approval_add = -3 +} + +war_hero_cult = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 30 +} + +war_hero_fighter = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + unit_army_offense_add = 30 +} + +zone_rouge = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + state_mortality_mult = 0.1 +} + +unrestricted_submarine_warfare = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + unit_convoy_raiding_mult = 0.5 +} + +the_navy_of_tomorrow = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_navy_power_projection_mult = 0.1 +} + +naval_traditions_upheld = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + interest_group_approval_add = 2 +} + +disappointing_compromise = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + interest_group_approval_add = -1 +} diff --git a/common/modifiers/content_3_modifiers.txt b/common/modifiers/content_3_modifiers.txt new file mode 100644 index 00000000..1e216594 --- /dev/null +++ b/common/modifiers/content_3_modifiers.txt @@ -0,0 +1,472 @@ +rising_support_for_law_major = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +rising_support_for_law_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +rising_support_for_ig_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.05 +} + +rising_support_for_ig = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.10 +} + +skilled_orator = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 25 +} + +ignored_corruption = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -50 +} + +corrupt_connections_exposed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +corrupt_connections_exposed_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_law_enactment_success_add = -0.1 +} + +dealing_with_corruption = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.05 +} + +cross_bench_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +cross_bench_support_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +political_advances_spurned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +mired_in_bureaucracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.2 + country_law_enactment_success_add = -0.1 +} + +mired_in_bureaucracy_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.10 +} + +cutting_red_tape = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.05 +} + +renowned_playwright = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + country_prestige_add = 20 +} + +political_discord = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +political_discord_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +greasing_palms = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +party_fragmentation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.15 +} + +party_fragmentation_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.05 +} + +overtures_spurned = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.10 +} + +unpopular_compromises = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +steadfast_conviction = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +popular_support_for_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +member_influx = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.10 +} + +member_exodus = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.15 +} + +member_flight = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.05 +} + +grassroots_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.10 +} + +wave_of_popular_support = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +forceful_approach = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +displeased_establishment = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = -0.1 +} + +minority_protests = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.05 +} + +hapless_orator = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +poorly_formulated_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.15 +} + +poorly_formulated_law_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +tainted_by_incompetence = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_pop_attraction_mult = -0.10 +} + +royal_prerogative = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +backed_by_court = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +ruler_restrained = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +pro_law_factionalism = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.15 +} + +pro_law_factionalism_minor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +underhanded_tactics = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_time_mult = -0.20 +} + +by_the_book = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_time_mult = 0.10 +} + +dishonest_methods = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +grassroots_support_for_movement = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + political_movement_support_add = 0.20 +} + +ottoman_bureaucracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.10 +} + +outmoded_bureaucracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.25 + state_tax_capacity_mult = -0.25 +} + +sick_man_of_europe = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + country_prestige_mult = -0.33 +} + +iltizam_abolished = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.10 +} + +new_system_old_faces = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.05 +} + +retained_taxation_rights = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +rescinded_taxation_rights = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -3 +} + +governors_pleased = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +governors_satisfied = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.2 +} + +traditional_land_system_retained = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 3 +} + +reformed_land_code = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.05 +} + +modern_land_code = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.10 +} + +mobilizing_the_militia = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +deploying_the_army = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 2 +} + +peasant_unrest = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_conscription_rate_mult = -0.50 +} + +expanding_holdings = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 1 +} + +cizye_tax = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + tax_heathen_add = 0.5 + state_conscription_rate_mult = -0.4 +} + +draft_exemption_tax = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_negative.dds + state_conscription_rate_mult = -0.3 +} + +equality_under_the_law = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_radicals_from_discrimination_mult = -0.2 +} + +promises_of_reform_ott = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_positive.dds + state_radicals_from_discrimination_mult = -0.1 +} + +establishment_favours_reform = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + + +high_food_prices = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_in_opposition_approval_add = 2 +} + +alms_for_the_poor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 1 +} + +well_connected = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 35 +} + +imperious_upstart = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -20 +} + +principled_pacifist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 30 +} + +martyrized_pacifist = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 40 +} + +patrons_of_prosperity = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = 0.10 +} + +fiscally_irresponsible = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -40 +} + +champion_of_prosperity = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 40 +} + +jingoist_rhetoric = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_in_government_approval_add = 2 + interest_group_in_opposition_approval_add = -2 +} + +dove_of_peace_in_time_of_war = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + character_popularity_add = -30 +} + +indifferent_to_destitution = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_in_government_approval_add = -2 +} + +defender_of_the_downtrodden = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 30 +} + +united_in_righteousness = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_radicals_from_discrimination_mult = 0.2 + state_radicals_from_sol_change_mult = 0.2 +} + +revere_the_emperor = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + state_turmoil_effects_mult = -0.2 +} + +wartime_production_act = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_bureaucracy_mult = -0.05 +} + +machine_gun_expertise_low = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_defense_mult = 0.1 +} + +machine_gun_expertise_high = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_defense_mult = 0.2 +} + +modern_rifle_arsenal = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + building_arms_industry_throughput_mult = 0.20 + state_migration_pull_mult = 0.2 +} + +arsenal_proving_ground = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds + state_migration_pull_mult = 0.1 +} + +ramming_doctrine = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_navy_defense_mult = -0.1 + unit_navy_offense_mult = 0.2 +} + +armoured_doctrine = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_navy_defense_mult = 0.1 +} + +armoured_high_seas_fleet = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_navy_power_projection_mult = 0.1 +} + +safer_shores = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds +} + +defensive_doctrine = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_navy_defense_mult = 0.1 +} + +quantity_over_quality = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_navy_defense_mult = -0.1 + unit_navy_offense_mult = -0.1 +} \ No newline at end of file diff --git a/common/modifiers/content_4_modifiers.txt b/common/modifiers/content_4_modifiers.txt new file mode 100644 index 00000000..0f147c3c --- /dev/null +++ b/common/modifiers/content_4_modifiers.txt @@ -0,0 +1,215 @@ +decree_manufacturing_throughput = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +decree_minimum_wealth = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_positive.dds + state_poor_standard_of_living_add = 2 +} + +decree_agricultural_throughput = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +decree_resource_throughput = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_positive.dds +} + +decree_increased_pay = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + country_bureaucracy_mult = -0.1 + unit_offense_mult = 0.1 #Change to expierence after Military Rework + unit_defense_mult = 0.1 +} + +decree_tatics_to_ce = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds + unit_offense_mult = 0.1 + unit_defense_mult = 0.1 +} + +decree_let_them_riot = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_discrimination_mult = 0.25 + state_loyalists_from_sol_change_mult = 0.25 +} + +decree_put_the_riot_down = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_discrimination_mult = 0.1 + state_radicals_from_sol_change_mult = 0.1 + state_mortality_mult = 0.1 +} + +decree_break_it_up = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_radicals_from_discrimination_mult = 0.5 +} + +decree_protests_dispersed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds +} + +decree_let_them_protest = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_fist_negative.dds + state_migration_pull_mult = 0.1 + state_radicals_from_discrimination_mult = 0.2 +} + +decree_protests_handled = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds +} + +conscription_starting = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +keep_marching_on = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds +} + +conscription_debate = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +no_slowing_down = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.15 +} + +conscription_stalled = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +more_soldiers = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_pop_attraction_mult = -0.1 + interest_group_approval_add = 2 +} + +listen_to_the_troops = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds +} + +farming_accidents_mort = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds +} + +farming_accident_chance = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +government_in_bed = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +forced_legitimacy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_negative.dds + country_legitimacy_base_add = -10 +} + +health_tax = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_tax_income_add = -1 +} + +industrialist_tax = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds +} + +government_health_tax = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds + country_expenses_add = 2 +} + +taxing_health = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +health_bureaucracy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_bureaucracy_mult = 0.05 +} + +more_healthcare = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +healthcare_rights = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_bureaucracy_mult = -0.15 +} + +right_to_care = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_negative.dds + country_law_enactment_success_add = -0.1 +} + +republic_representation = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +fate_of_the_monarchy = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +the_kings_speech = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +exile_the_monarch = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +speech_opposition = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + country_promotion_ig_attraction_mult = 0.05 +} + +speech_supporters = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 + country_promotion_ig_attraction_mult = 0.05 +} + +opening_up_healthcare = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_documents_positive.dds + country_law_enactment_success_add = 0.1 +} + +healthcare_debate_ig_ignored = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -4 +} + +healthcare_debate_ig_heard = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_approval_add = 2 +} + +commander_fired = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_statue_positive.dds + character_popularity_add = 5 +} + +commander_kept = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + interest_group_approval_add = -2 +} + +free_state_mort = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds + state_mortality_mult = 0.5 +} diff --git a/common/named_colors/civ_colors.txt b/common/named_colors/civ_colors.txt new file mode 100644 index 00000000..352e269b --- /dev/null +++ b/common/named_colors/civ_colors.txt @@ -0,0 +1,74 @@ +colors = { + # Lusitania + lusitan_red = rgb { 207 0 0 } + lusitan_shield_blue = rgb { 20 71 155 } + lusitan_castle_yellow = rgb { 249 199 0 } + lusitan_castle_yellow_border = rgb { 30 14 0 } + + # Truidencia + truidencian_red = rgb { 192 29 56 } + truidencian_yellow = rgb { 247 200 64 } + + # Lambat + lambatan_yellow = rgb { 248 239 0 } + lambatan_blue = rgb { 43 53 148 } + lambatan_red = rgb { 239 54 36 } + lambatan_civmc_yellow = rgb {252 209 22 } + lambatan_civmc_blue = rgb { 0 68 106 } + lambatan_civmc_red = rgb { 206 17 38 } + + # Gensokyo + gensokyojin_red = rgb { 196 23 23 } + + # Danzilona + danzilonan_cyan = rgb { 24 165 165 } + danzilonan_grey = rgb { 56 62 63 } + + # Wolken + wolken_blue = rgb { 117 171 217 } + wolken_green = rgb { 11 127 71 } + + # Mery + mery_black = rgb { 0 0 9 } + + # Yoahtl + yoahtlan_yellow = rgb { 255 204 51 } + yoahtlan_red = rgb { 198 3 31 } + + # Rozia + rozian_blue = rgb { 64 224 208 } + + # Kallos + kallosian_purple = rgb { 85 43 115 } + kallosian_light_purple = rgb { 117 61 162 } + + # Pavia + pavian_blue = rgb { 94 182 228 } + + # Griffin + griffin_blue = rgb { 39 131 186 } + + # Misc colors + bizantine_purple = rgb { 112 41 99 } + + # Augusta + septembrian_red = rgb { 229 57 53 } + septembrian_blue = rgb { 40 53 147 } + augustan_red = rgb { 255 0 0 } + augustan_blue = rgb { 0 54 167 } + + # Iria + irian_green = rgb { 74 111 40 } + + # Base Colors + cobblestone = rgb { 173 167 169 } + grass_green = rgb { 0 154 23 } + chestnut_brown = rgb { 172 126 89 } + dark_magenta = rgb { 139 0 139 } + blueprint_blue = rgb { 53 99 124 } + burgundy = rgb { 128 0 32 } + golden_yellow = rgb { 236 182 0 } + pastel_pink = rgb { 255 209 220 } + full_white = rgb { 255 255 255 } + full_black = rgb { 0 0 0 } +} \ No newline at end of file diff --git a/common/on_actions/00_code_on_actions.txt b/common/on_actions/00_code_on_actions.txt index 07bc1768..e41d55a5 100644 --- a/common/on_actions/00_code_on_actions.txt +++ b/common/on_actions/00_code_on_actions.txt @@ -1,349 +1,25 @@ # For on_actions launched by the code itself. -# Root = Country -on_monthly_pulse_country = { - events = { - communism.8 # Red Army - peoples_springtime.1 - opium_wars.1 - native_resettlement.1 - meiji.13 - } - effect = { - } - # Election Events - random_events = { - 50 = 0 - 1 = election_liberal_events.1 - 1 = election_liberal_events.2 - 1 = election_liberal_events.3 - 1 = election_liberal_events.4 - 1 = election_conservative_events.1 - 1 = election_conservative_events.2 - 1 = election_conservative_events.3 - 1 = election_conservative_events.4 - 1 = election_moderate_events.1 - 1 = election_moderate_events.2 - 1 = election_contextual_events.1 - 1 = election_contextual_events.2 - 1 = election_contextual_events.3 - 1 = election_contextual_events.4 - 1 = election_contextual_events.5 - 1 = election_contextual_events.6 - 1 = election_contextual_events.7 - 1 = election_contextual_events.8 - 1 = election_neutral.1 - 1 = election_neutral.2 - 1 = election_neutral.3 - 1 = election_neutral.4 - 1 = election_neutral.5 - 1 = election_neutral.6 - 1 = election_neutral.7 - 1 = election_neutral.8 - 1 = election_other_parties_events.1 - 1 = election_other_parties_events.2 - 1 = election_other_parties_events.3 - 1 = election_other_parties_events.4 - 1 = election_other_parties_events.5 - 1 = ig_leaders.3 - } -} - -on_yearly_pulse_country = { #Krakatoa special pulse - random_events = { - 47 = 0 - 1 = krakatoa.1 - } - random_events = { - 11 = 0 - 1 = tunguska.1 - } -} - on_yearly_pulse_country = { effect = { # IG leader death random_list = { - 1 = { - trigger_event = { id = character_events.100 } - } 1 = { } } } - random_events = { - 150 = 0 - - 20 = government_conflicts.1 - 20 = government_conflicts.2 - 20 = government_conflicts.3 - 20 = government_conflicts.4 - 20 = government_conflicts.5 - 20 = government_conflicts.6 - 20 = government_conflicts.7 - 20 = government_conflicts.8 - 20 = government_conflicts.9 - 20 = government_conflicts.10 - 20 = government_conflicts.11 - # - 10 = goldrush.3 - 10 = goldrush.4 - # - 20 = ig_leaders.20 - 20 = ig_leaders.4 - 20 = ig_leaders.5 - 20 = ig_leaders.6 - - #Character Events - 20 = character_events.2 - 20 = character_events.3 - 20 = character_events.4 - 20 = character_events.5 - 100 = character_events.6 - - # Border Situations - 20 = neighbor_events.1 - 20 = neighbor_events.2 - 20 = neighbor_events.3 - 20 = neighbor_events.4 - 20 = neighbor_events.5 - 20 = neighbor_events.6 - 20 = neighbor_events.7 - - # Commander Events - 20 = commander_events.2 - 20 = commander_events.4 - 20 = commander_events.5 - 5 = commander_events.6 - - # Law Events - 50 = law_events.5 - 50 = law_events.6 - - # Cultural Homeland Events - 10 = cultural_homeland_events.1 - 10 = cultural_homeland_events.10 - 10 = cultural_homeland_events.20 - 10 = cultural_homeland_events.30 - 10 = cultural_homeland_events.40 - 10 = cultural_homeland_events.50 - - # IGs and Revolutions - 20 = ig_revolutions.1 - 20 = ig_revolutions.2 - 20 = ig_revolutions.3 - 20 = ig_revolutions.4 - 20 = ig_revolutions.5 - 20 = ig_revolutions.6 - 20 = ig_revolutions.7 - 20 = ig_revolutions.8 - 20 = ig_revolutions.9 - - #IG Suppression - 20 = ig_suppression_events.1 - - # Technology - 20 = technology_events.1 - 20 = technology_events.10 - 20 = technology_events.20 - 20 = technology_events.30 - 20 = technology_events.40 - 20 = technology_events.50 - - # Industrial Accidents - 10 = industrial_accident_events.1 - 10 = industrial_accident_events.2 - 10 = industrial_accident_events.3 - 10 = industrial_accident_events.4 - 20 = industrial_accident_events.5 - 20 = industrial_accident_events.6 - - # Crime (Why do police not just comment out crime events?) - 10 = crime_events.1 - 10 = crime_events.2 - 10 = crime_events.10 - - # Obligations - 10 = obligation_events.1 - 10 = obligation_events.3 - 10 = obligation_events.5 - - # Prostitution and police - 20 = prostitution.1 - 20 = prostitution.2 - 20 = prostitution.3 - 20 = prostitution.4 - 20 = cable_street.1 - - #Natural Disasters - 3 = natural_disaster_events.1 - 3 = natural_disaster_events.2 - 1 = natural_disaster_events.3 - 1 = natural_disaster_events.4 - 3 = natural_disaster_events.5 - 3 = natural_disaster_events.6 - 3 = natural_disaster_events.7 - 1 = natural_disaster_events.8 - - # Assassination - 10 = assassination_events.1 - - # Oil Rush Scandal - 20 = oil_rush.5 - - #Decree - 20 = decree_events.1 - 20 = decree_events.2 - 20 = decree_events.3 - 20 = decree_events.4 - 20 = decree_events.5 - 20 = decree_events.6 - 20 = decree_events.100 - 20 = decree_events.101 - 20 = decree_events.102 - 20 = decree_events.103 - 20 = decree_events.104 - 20 = decree_events.105 - 20 = decree_events.106 - 20 = decree_events.107 - 20 = decree_events.108 - 20 = decree_events.109 - - 50 = strike.5 - 50 = strike.6 - 50 = strike.7 - - 10 = opium_wars.8 - - 10 = south_america.3 - - 20 = communism.9 - 20 = communism.7 - - 100 = nihilism.1 - - #psychology - 20 = psychology_events.1 - 20 = psychology_events.2 - 20 = psychology_events.3 - 20 = psychology_events.4 - 20 = psychology_events.5 - 20 = psychology_events.6 - - #nationalism - 20 = fascism_events.8 - - 20 = dreadnought_hoax.1 - - 10 = patagonia.2 - 10 = amazon.1 - 10 = amazon.2 - - 10 = amazon.4 # The Most Dangerous Game - - 20 = autocracy.2 - 20 = autocracy.3 - - # rivalry events - 10 = diplomatic_friction.1 - 10 = diplomatic_friction.2 - 10 = diplomatic_friction.20 - - # Titanic - 10 = titanic.1 - - # trains - 5 = trains.1 - - 30 = cholera.1 - - # Slave revolts - 5 = slave_revolt.1 - 5 = slave_revolt.2 - 5 = slave_revolt.3 - - # Discrimination Events - 20 = discrimination_events.1 - 20 = discrimination_events.2 - 20 = discrimination_events.3 - 20 = discrimination_events.4 - - # Trade routes - 20 = trade_route_events.1 - 20 = trade_route_events.2 - 20 = trade_route_events.3 - 20 = trade_route_events.4 - 20 = trade_route_events.5 - - #PMs - 20 = pm_events.1 - 20 = pm_events.2 - 20 = pm_events.4 - 20 = pm_events.5 - - # Vampire Panic - 1 = vampire_panic.1 - } - - # Springtime of the Peoples - random_events = { - 5 = 0 - 1 = peoples_springtime.6 - } - - random_events = { - } - - random_events = { - 4 = 0 - 1 = wedding.1 # on average, monarchs should marry within 5 years of coming of age - } } on_half_yearly_pulse_country = { - random_events = { - 100 = 0 - - # The Attempt on Lincoln's Life - 40 = acw_followup_events.1 - 10 = acw_followup_events.2 - 50 = acw_followup_events.3 - - #Oscar Wilde event for Europe - 5 = oscar_wilde_events.1 - } - # Secession - random_events = { - 20 = secession_events.1 - 20 = secession_events.2 - 20 = secession_events.3 - 20 = secession_events.4 - 20 = secession_events.5 - 20 = secession_events.6 - 20 = secession_events.7 - 20 = secession_events.8 - 20 = secession_events.9 - } } on_five_year_pulse_country = { - events = { - generals.1 - } } on_decade_pulse_country = { - random_events = { - 99 = 0 - 1 = plague.1 - } } # Root = Character on_monthly_pulse_character = {} on_yearly_pulse_character = { - random_events = { - 20 = character_events.1 - } - } on_half_yearly_pulse_character = {} @@ -354,20 +30,10 @@ on_decade_pulse_character = { # Root = State on_monthly_pulse_state = { - random_events = { - 10 = goldrush.5 - } } on_half_yearly_pulse_state = {} on_yearly_pulse_state = { - random_events = { - 80 = 0 - 10 = oil_rush.3 - 10 = oil_rush.4 - } - on_actions = { - } } on_five_year_pulse_state = {} on_decade_pulse_state = {} @@ -395,9 +61,6 @@ on_battle_ended = {} # scope:defender = defending commander # scope:state = location state on_battle_won = { - events = { - texan_war_of_independence.3 - } } # Root = attacker or defender country @@ -440,88 +103,6 @@ on_create_market = { # Root = The applicable country # scope:technology = The technology type they started to research on_research_technology_started = { - effect = { - if = { - limit = { - has_journal_entry = je_tutorial_research_technology - } - je:je_tutorial_research_technology = { - set_target_technology = scope:technology - } - set_variable = tut_began_new_research - } - } -} - -# Root = The applicable country -# scope:technology = The technology type they just acquired -on_acquired_technology = { - effect = { - if = { - limit = { - has_game_started = yes - } - post_notification = acquired_technology_notification - } - if = { - limit = { - is_player = yes - has_technology_researched = pumpjacks - NOT = { has_variable = first_oil_discovered } - } - set_variable = first_oil_discovered - if = { - limit = { - any_scope_state = { - has_potential_resource = bg_oil_extraction - } - } - random_scope_state = { - limit = { - has_potential_resource = bg_oil_extraction - } - force_resource_discovery = bg_oil_extraction - } - } - else_if = { - limit = { - any_country = { - has_overlapping_interests = ROOT - any_scope_state = { - has_potential_resource = bg_oil_extraction - } - } - } - random_country = { - limit = { - has_overlapping_interests = ROOT - any_scope_state = { - has_potential_resource = bg_oil_extraction - } - } - random_scope_state = { - limit = { - has_potential_resource = bg_oil_extraction - } - force_resource_discovery = bg_oil_extraction - } - } - } - else = { - random_state = { - limit = { - has_potential_resource = bg_oil_extraction - } - force_resource_discovery = bg_oil_extraction - } - } - } - } - - events = { - historical_events.1 - marx_events.1 - } } # Root = The applicable country @@ -536,8 +117,6 @@ on_spreading_technology = { # Root = Country who owns the interest marker # scope:diplomatic_play = The diplomatic play that has been started on_diplomatic_play_started = { - events = { - } } # Root = Character @@ -546,32 +125,6 @@ on_character_creation = { # Root = Character on_character_death = { - effect = { - if = { - limit = { - is_ruler = yes - exists = c:HAW - owner = c:HAW - owner = { - has_law = law_type:law_monarchy - NOT = { has_variable = death_of_kamehameha } - NOT = { has_global_variable = gp_hawaii_interest } - } - } - owner = { - trigger_event = hawaii_events.1 - } - } - - if = { - limit = { - has_variable = expedition_leader_var - } - owner = { - trigger_event = expedition_events.110 - } - } - } } # Root = Character @@ -740,301 +293,17 @@ on_diplomatic_pact_third_party_auto_break = { # Root = Releasing Country # scope:target = Released Country on_country_released_as_independent = { - effect = { - if = { - limit = { - scope:target = { - country_has_primary_culture = cu:ashkenazi - } - NOT = { - s:STATE_PALESTINE = { - is_homeland = cu:ashkenazi - } - } - } - s:STATE_PALESTINE = { - add_homeland = sephardic - add_homeland = ashkenazi - } - } - scope:target = { - if = { - limit = { - country_has_state_religion = rel:theravada - } - ig:ig_devout = { - set_interest_group_name = ig_theravada_monks - remove_ideology = ideology_moralist - add_ideology = ideology_buddhist_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:orthodox - OR = { - NOT = { exists = c:RUS } - NOT = { c:RUS = scope:target } - } - } - ig:ig_devout = { - set_interest_group_name = ig_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_orthodox_patriarch - } - } - if = { - limit = { - exists = c:RUS - c:RUS = scope:target - } - ig:ig_devout = { - set_interest_group_name = ig_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_russian_patriarch - } - } - if = { - limit = { - country_has_state_religion = rel:hindu - } - ig:ig_devout = { - set_interest_group_name = ig_hindu_priesthood - remove_ideology = ideology_hindu_moralist - add_ideology = ideology_hindu_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:mahayana - } - ig:ig_devout = { - set_interest_group_name = ig_vajrayana_monks - remove_ideology = ideology_moralist - add_ideology = ideology_buddhist_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:sikh - } - ig:ig_devout = { - set_interest_group_name = ig_sikh_priesthood - remove_ideology = ideology_moralist - add_ideology = ideology_sikh_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:oriental_orthodox - } - ig:ig_devout = { - set_interest_group_name = ig_oriental_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_oriental_orthodox_patriarch - } - } - } - } } # Root = Releasing Country # scope:target = Released Country on_country_released_as_own_subject = { - effect = { - if = { - limit = { - scope:target = { - country_has_primary_culture = cu:ashkenazi - } - NOT = { - s:STATE_PALESTINE = { - is_homeland = cu:ashkenazi - } - } - } - s:STATE_PALESTINE = { - add_homeland = sephardic - add_homeland = ashkenazi - } - } - scope:target = { - if = { - limit = { - country_has_state_religion = rel:theravada - } - ig:ig_devout = { - set_interest_group_name = ig_theravada_monks - remove_ideology = ideology_moralist - add_ideology = ideology_buddhist_moralist - } - } - if = { - limit = { - exists = c:RUS - c:RUS = scope:target - } - ig:ig_devout = { - set_interest_group_name = ig_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_russian_patriarch - } - } - if = { - limit = { - country_has_state_religion = rel:orthodox - OR = { - NOT = { exists = c:RUS } - NOT = { c:RUS = scope:target } - } - } - ig:ig_devout = { - set_interest_group_name = ig_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_orthodox_patriarch - } - } - if = { - limit = { - country_has_state_religion = rel:hindu - } - ig:ig_devout = { - set_interest_group_name = ig_hindu_priesthood - remove_ideology = ideology_hindu_moralist - add_ideology = ideology_hindu_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:vajrayana - } - ig:ig_devout = { - set_interest_group_name = ig_vajrayana_monks - remove_ideology = ideology_moralist - add_ideology = ideology_buddhist_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:sikh - } - ig:ig_devout = { - set_interest_group_name = ig_sikh_priesthood - remove_ideology = ideology_moralist - add_ideology = ideology_sikh_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:oriental_orthodox - } - ig:ig_devout = { - set_interest_group_name = ig_oriental_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_oriental_orthodox_patriarch - } - } - } - } + # } # Root = Releasing Country # scope:target = Released Country on_country_released_as_overlord_subject = { - effect = { - if = { - limit = { - scope:target = { - country_has_primary_culture = cu:ashkenazi - } - NOT = { - s:STATE_PALESTINE = { - is_homeland = cu:ashkenazi - } - } - } - s:STATE_PALESTINE = { - add_homeland = sephardic - add_homeland = ashkenazi - } - } - scope:target = { - if = { - limit = { - country_has_state_religion = rel:theravada - } - ig:ig_devout = { - set_interest_group_name = ig_theravada_monks - remove_ideology = ideology_moralist - add_ideology = ideology_buddhist_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:orthodox - OR = { - NOT = { exists = c:RUS } - NOT = { c:RUS = scope:target } - } - } - ig:ig_devout = { - set_interest_group_name = ig_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_orthodox_patriarch - } - } - if = { - limit = { - exists = c:RUS - c:RUS = scope:target - } - ig:ig_devout = { - set_interest_group_name = ig_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_russian_patriarch - } - } - if = { - limit = { - country_has_state_religion = rel:hindu - } - ig:ig_devout = { - set_interest_group_name = ig_hindu_priesthood - remove_ideology = ideology_hindu_moralist - add_ideology = ideology_hindu_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:vajrayana - } - ig:ig_devout = { - set_interest_group_name = ig_vajrayana_monks - remove_ideology = ideology_moralist - add_ideology = ideology_buddhist_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:sikh - } - ig:ig_devout = { - set_interest_group_name = ig_sikh_priesthood - remove_ideology = ideology_moralist - add_ideology = ideology_sikh_moralist - } - } - if = { - limit = { - country_has_state_religion = rel:oriental_orthodox - } - ig:ig_devout = { - set_interest_group_name = ig_oriental_orthodox_church - remove_ideology = ideology_patriarchal - add_ideology = ideology_oriental_orthodox_patriarch - } - } - } - } } # Root = State @@ -1053,11 +322,6 @@ on_migration_target_created_other = { # Root = State on_resource_discovered = { - events = { - goldrush.1 - oil_rush.1 - rubber_events.1 - } } # Root = State @@ -1067,9 +331,6 @@ on_resource_depleted = { post_notification = resource_depleted } } - events = { - goldrush.2 - } } # Root = Country @@ -1099,17 +360,6 @@ on_capitulation = { } } -# Root = Country -on_self_capitulated_notification = { - effect = { - post_notification = self_capitulated - set_variable = { - name = recent_capitulation - months = short_modifier_time - } - } -} - # Root = Country on_enemy_capitulated_notification = { effect = { @@ -1250,39 +500,6 @@ on_sway_offer_rejected = { # Root = Building on_production_method_changed = { - effect = { - owner = { - if = { - limit = { - has_journal_entry = je_tutorial_change_production_method - je:je_tutorial_change_production_method.target = root - } - set_variable = has_changed_production_method - } - } - } -} - -# Root = owner Country of the Law -# executed when enactment of any law begins -on_law_enactment_started = { - effect = { - if = { - limit = { - has_law = law_type:law_monarchy - OR = { - is_enacting_law = law_type:law_presidential_republic - is_enacting_law = law_type:law_parliamentary_republic - is_enacting_law = law_type:law_council_republic - } - } - set_variable = { - name = abolishing_monarchy_var - value = 0 - } - add_journal_entry = { type = je_abolish_monarchy } - } - } } # Root = owner Country of the Law @@ -1302,139 +519,11 @@ on_law_checkpoint_success = { # Root = owner Country of the Law # executed when the end of a checkpoint is reached and the result is advance on_law_checkpoint_advance = { - random_events = { - 10 = laws.1 - 10 = children_rights_events.1 - 10 = free_speech_laws.1 - 10 = free_speech_laws.2 - 10 = labor_rights.1 - 10 = labor_rights.4 - 10 = children_rights_events.4 - 10 = welfare_laws.1 - 10 = welfare_laws.4 - 10 = welfare_laws.8 - 10 = migration_laws.1 - 10 = migration_laws.4 - 10 = bureaucracy.2 - 10 = colonization.1 - 10 = colonization.3 - 10 = rights_of_women_laws.1 - 10 = rights_of_women_laws.2 - 10 = internal_security_events.2 - 10 = slavery_law_events.1 - 10 = slavery_law_events.4 - 10 = laws_police.1 - 10 = anarchy.3 - 10 = tax.2 - 10 = tax.5 - 10 = theocracy.1 - 10 = citizenship_laws.1 - 10 = citizenship_laws.4 - 100 = 1848.1 - 100 = 1848.3 - 10 = education_laws.1 - 10 = education_laws.4 - 10 = distribution_of_power_laws.1 - 10 = council_republic_law_events.1 - 10 = distribution_of_power_laws.4 - 10 = monarchy_law_events.1 - 10 = monarchy_law_events.2 - 10 = economy_laws.1 - 10 = economy_laws.4 - 10 = meiji.4 - 10 = meiji.5 - 10 = meiji.6 - 10 = conscription_laws.1 - 10 = republic_laws.1 - 10 = internal_security_events.4 - 10 = healthcare_laws.1 - 10 = healthcare_laws.4 - 10 = anti_state_religion.1 - 10 = distribution_of_power_laws.7 - 10 = distribution_of_power_laws.10 - 10 = rights_of_women_laws.5 - 2 = generic_laws.1 - 2 = generic_laws.4 - 2 = generic_laws.7 - 2 = generic_laws.10 - 2 = ig_petitions.4 #Devout want State Religion - 2 = ig_petitions.7 #Intelligentsia want free speech - 2 = ig_petitions.19 #Armed forces want conscription - 2 = ig_petitions.22 #Petite-Bourgeoisie want Restricted Citizenship - 1 = law_notification.1 - } - effect = { - - } } # Root = owner Country of the Law # executed when the end of a checkpoint is reached and the result is debate on_law_checkpoint_debate = { - random_events = { - 10 = children_rights_events.2 - 10 = free_speech_laws.5 - 10 = labor_rights.2 - 10 = labor_rights.5 - 10 = children_rights_events.6 - 10 = welfare_laws.2 - 10 = welfare_laws.5 - 10 = welfare_laws.9 - 10 = migration_laws.2 - 10 = migration_laws.5 - 10 = bureaucracy.3 - 10 = colonization.1 - 10 = free_speech_laws.5 - 10 = free_speech_laws.6 - 10 = internal_security_events.3 - 10 = slavery_law_events.2 - 10 = slavery_law_events.5 - 10 = laws_police.2 - 10 = anarchy.2 - 10 = tax.3 - 10 = tax.6 - 10 = theocracy.2 - 10 = citizenship_laws.2 - 10 = citizenship_laws.5 - 10 = education_laws.2 - 10 = education_laws.5 - 100 = 1848.1 - 100 = 1848.3 - 10 = distribution_of_power_laws.2 - 10 = council_republic_law_events.2 - 10 = distribution_of_power_laws.5 - 10 = monarchy_law_events.3 - 10 = economy_laws.2 - 10 = economy_laws.5 - 10 = isolation.2 - 10 = conscription_laws.2 - 10 = republic_laws.2 - 10 = internal_security_events.5 - 10 = healthcare_laws.2 - 10 = healthcare_laws.5 - 10 = anti_state_religion.2 - 10 = colonization.4 - 10 = distribution_of_power_laws.8 - 10 = distribution_of_power_laws.11 - 10 = rights_of_women_laws.4 - 10 = law_events.1 - 2 = generic_laws.3 - 2 = generic_laws.6 - 2 = generic_laws.9 - 2 = generic_laws.12 - 10 = ig_petitions.1 #Landowners want to reverse Suffrage - 10 = ig_petitions.10 #Rural folk want no conscription - 10 = ig_petitions.13 #Trade Unions want compulsory primary school - 20 = ig_petitions.16 #Industrialists want no graduated taxes - 1 = law_notification.2 - } - effect = { - } - events = { - tanzimat_events.1 - tanzimat_events.2 - tanzimat_events.4 - } } # Root = owner Country of the Law @@ -1445,60 +534,6 @@ on_law_checkpoint_debate = { # will work as expected, even if the resulting event is particularly bad and # will proceed to stop the enactment on_law_checkpoint_stall = { - random_events = { - 10 = children_rights_events.3 - 10 = free_speech_laws.3 - 10 = free_speech_laws.4 - 10 = labor_rights.3 - 10 = labor_rights.6 - 10 = children_rights_events.5 - 10 = welfare_laws.3 - 10 = welfare_laws.6 - 10 = welfare_laws.10 - 10 = migration_laws.3 - 10 = migration_laws.6 - 10 = bureaucracy.1 - 10 = colonization.1 - 10 = colonization.2 - 10 = rights_of_women_laws.3 - 10 = internal_security_events.1 - 10 = slavery_law_events.3 - 10 = slavery_law_events.6 - 10 = laws_police.3 - 10 = anarchy.1 - 10 = tax.1 - 10 = tax.4 - 10 = theocracy.3 - 10 = citizenship_laws.3 - 10 = citizenship_laws.6 - 10 = education_laws.3 - 10 = education_laws.6 - 100 = 1848.1 - 100 = 1848.3 - 10 = distribution_of_power_laws.3 - 10 = council_republic_law_events.3 - 10 = distribution_of_power_laws.6 - 10 = monarchy_law_events.4 - 10 = economy_laws.3 - 10 = economy_laws.6 - 10 = isolation.1 - 10 = conscription_laws.3 - 10 = republic_laws.3 - 10 = internal_security_events.6 - 10 = healthcare_laws.3 - 10 = healthcare_laws.6 - 10 = anti_state_religion.3 - 10 = distribution_of_power_laws.9 - 10 = distribution_of_power_laws.12 - 10 = rights_of_women_laws.6 - 2 = generic_laws.2 - 2 = generic_laws.5 - 2 = generic_laws.8 - 2 = generic_laws.11 - 1 = law_notification.3 - } - effect = { - } } # Root = owner Country of the Law @@ -1563,19 +598,6 @@ on_revolution_end = { on_civil_war_won = { } -# Root = Country -on_wargoal_enforced = { - effect = { - set_variable = { - name = recently_won_war - days = 600 - value = yes - } - - } - -} - # Root = Interest Group on_ig_resigned_government = { effect = { @@ -1615,9 +637,6 @@ on_secession_country_helped_by_home_country = { # Root = Home Countr # scope:target = Secession country on_secession_country_not_helped_by_home_country = { - effect = { - trigger_event = { id = civil_war_events.1 days = 0 } - } } # Root = Diplomatic Play @@ -1698,26 +717,6 @@ on_political_movement_disbanded = { # Root = Colony state on_colony_created = { - effect = { - owner = { - if = { - limit = { - has_journal_entry = je_tutorial_colonize_state - je:je_tutorial_colonize_state = { - NOT = { - has_variable = tut_colony_target - } - } - } - je:je_tutorial_colonize_state = { - set_variable = { - name = tut_colony_target - value = root - } - } - } - } - } } # Root = Strategic Region @@ -1903,31 +902,6 @@ on_repudiate_obligation = { # Root = Character on_character_recruitment = { - effect = { - owner = { - if = { - limit = { - has_journal_entry = je_tutorial_recruit_promote_commander - # TODO PRCAL-22740 - # je:je_tutorial_recruit_promote_commander = { - # NOT = { - # has_variable = tut_commander_target - # } - # } - } - je:je_tutorial_recruit_promote_commander = { - set_variable = { - name = tut_commander_target - value = root - } - set_variable = { - name = tut_commander_target_initial_rank - value = root.commander_rank - } - } - } - } - } } # Root = invaded country @@ -1936,4 +910,66 @@ on_character_recruitment = { # scope:general = invading general # scope:state = location state on_naval_invasion = { +} + +# Root = The applicable country +# scope:technology = The technology type they just acquired +on_acquired_technology = { + effect = { + if = { + limit = { + has_game_started = yes + } + post_notification = acquired_technology_notification + } + } +} + +# Root = Country +on_self_capitulated_notification = { + effect = { + post_notification = self_capitulated + set_variable = { + name = recent_capitulation + months = short_modifier_time + } + } +} + +# Root = owner Country of the Law +# executed when enactment of any law begins +on_law_enactment_started = { + effect = { + if = { + limit = { + has_law = law_type:law_monarchy + OR = { + is_enacting_law = law_type:law_presidential_republic + is_enacting_law = law_type:law_parliamentary_republic + is_enacting_law = law_type:law_council_republic + } + } + set_variable = { + name = abolishing_monarchy_var + value = 0 + } + } + } +} + +# Root = Country +on_wargoal_enforced = { + effect = { + set_variable = { + name = recently_won_war + days = 600 + value = yes + } + + } + +} + +# Root = Country +on_monthly_pulse_country = { } \ No newline at end of file diff --git a/common/parties/agrarian_party.txt b/common/parties/agrarian_party.txt index c45dbdc7..843d11b8 100644 --- a/common/parties/agrarian_party.txt +++ b/common/parties/agrarian_party.txt @@ -25,9 +25,6 @@ agrarian_party = { available_for_interest_group = { owner = { country_has_voting_franchise = yes - ig:ig_rural_folk = { - is_powerful = yes - } } } join_weight = { @@ -35,17 +32,17 @@ agrarian_party = { value = -5 desc = "base_value" } - if = { # a party for powerful farmers + if = { # a party for powerful newfriends limit = { has_ideology = ideology_agrarian is_powerful = yes } add = { value = 10 - desc = "from_peasants" + desc = "from_newfriends" } } - if = { # weak anti-serfdom types might fall in line behind strong farmers + if = { # weak anti-serfdom types might fall in line behind strong newfriends limit = { is_powerful = no owner = { @@ -58,7 +55,7 @@ agrarian_party = { } add = { value = 10 - desc = "from_powerful_farmers" + desc = "from_powerful_newfriends" } } if = { # pacifist anti-colonial alliance @@ -168,30 +165,6 @@ agrarian_party = { desc = "from_anti_free_trade" } } - if = { # opposition to peasant levies - limit = { - OR = { - has_ideology = ideology_jingoist - has_ideology = ideology_particularist - has_ideology = ideology_sikh_moralist - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_anarchist - has_ideology = ideology_pacifist - has_ideology = ideology_jingoist_leader - } - } - } - owner = { - has_law = law_type:law_peasant_levies - } - } - add = { - value = 6 - desc = "from_peasant_levies" - } - } if = { # anti-serfdom limit = { owner = { @@ -199,11 +172,9 @@ agrarian_party = { } OR = { has_ideology = ideology_egalitarian - has_ideology = ideology_anti_slavery has_ideology = ideology_laissez_faire has_ideology = ideology_particularist leader = { - has_ideology = ideology_abolitionist has_ideology = ideology_social_democrat has_ideology = ideology_communist } @@ -214,42 +185,5 @@ agrarian_party = { desc = "from_serfdom" } } - if = { # opposition to debt slavery - limit = { - owner = { - has_law = law_type:law_debt_slavery - } - OR = { - has_ideology = ideology_anti_slavery - leader = { - has_ideology = ideology_abolitionist - } - } - } - add = { - value = 10 - desc = "from_debt_slavery" - } - } - if = { # nobody will join if the rural folk don't join - limit = { - NOT = { is_interest_group_type = ig_rural_folk } - OR = { - NOT = { exists = owner.py:agrarian_party } - AND = { - exists = owner.py:agrarian_party - owner = { - ig:ig_rural_folk = { - NOT = { is_member_of_party = owner.py:agrarian_party } - } - } - } - } - } - add = { - value = -20 - desc = "from_no_rural_folk_in_party" # this should probably never actually display in game because the party won't exist - } - } } } diff --git a/common/parties/anarchist_party.txt b/common/parties/anarchist_party.txt index 1dbae165..671493ad 100644 --- a/common/parties/anarchist_party.txt +++ b/common/parties/anarchist_party.txt @@ -171,28 +171,6 @@ anarchist_party = { desc = "from_anticlerical" } } - if = { # opposition to peasant levies - limit = { - OR = { - has_ideology = ideology_jingoist - has_ideology = ideology_particularist - has_ideology = ideology_sikh_moralist - leader = { - OR = { - has_ideology = ideology_anarchist - has_ideology = ideology_pacifist - } - } - } - owner = { - has_law = law_type:law_peasant_levies - } - } - add = { - value = 3 - desc = "from_peasant_levies" - } - } if = { # general anti-slavery limit = { owner = { @@ -201,12 +179,6 @@ anarchist_party = { has_law = law_type:law_slave_trade } } - OR = { - has_ideology = ideology_anti_slavery - leader = { - has_ideology = ideology_abolitionist - } - } } add = { value = 5 @@ -220,11 +192,9 @@ anarchist_party = { } OR = { has_ideology = ideology_egalitarian - has_ideology = ideology_anti_slavery has_ideology = ideology_laissez_faire has_ideology = ideology_particularist leader = { - has_ideology = ideology_abolitionist has_ideology = ideology_social_democrat has_ideology = ideology_communist } diff --git a/common/parties/communist_party.txt b/common/parties/communist_party.txt index 0e119444..fad406d3 100644 --- a/common/parties/communist_party.txt +++ b/common/parties/communist_party.txt @@ -33,11 +33,7 @@ } } } - NOR = { - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_landowners - } - leader = { # fascists, conservatives, and capitalists hate communism + leader = { # fascists, conservatives, and oldfriends hate communism NOR = { has_ideology = ideology_fascist has_ideology = ideology_ethno_nationalist @@ -137,15 +133,6 @@ desc = "from_reactionaries" } } - if = { # trade unions often enjoy communism - limit = { - is_interest_group_type = ig_trade_unions - } - add = { - value = 2 - desc = "from_trade_unions" - } - } if = { # moderates are scared of radical politics limit = { leader = { @@ -268,11 +255,9 @@ } OR = { has_ideology = ideology_egalitarian - has_ideology = ideology_anti_slavery has_ideology = ideology_laissez_faire has_ideology = ideology_particularist leader = { - has_ideology = ideology_abolitionist has_ideology = ideology_social_democrat has_ideology = ideology_communist } @@ -291,12 +276,6 @@ has_law = law_type:law_slave_trade } } - OR = { - has_ideology = ideology_anti_slavery - leader = { - has_ideology = ideology_abolitionist - } - } } add = { value = 5 diff --git a/common/parties/conservative_party.txt b/common/parties/conservative_party.txt index 761a51df..10b7f255 100644 --- a/common/parties/conservative_party.txt +++ b/common/parties/conservative_party.txt @@ -23,12 +23,7 @@ conservative_party = { available_for_interest_group = { owner = { country_has_voting_franchise = yes - ig:ig_landowners = { - is_marginal = no - } } - # unions can never be conservative - NOT = { is_interest_group_type = ig_trade_unions } } join_weight = { value = { @@ -60,7 +55,6 @@ conservative_party = { has_ideology = ideology_traditionalist has_ideology = ideology_royalist has_ideology = ideology_theocrat - has_ideology = ideology_slaver } } } @@ -83,35 +77,6 @@ conservative_party = { desc = "from_conservative_ig" } } - if = { # armed forces will join if a more powerful member has jingoist leader - limit = { - is_interest_group_type = ig_armed_forces - exists = owner.py:conservative_party - owner = { - any_interest_group = { - is_member_of_party = owner.py:conservative_party - is_powerful = yes - leader = { - has_ideology = ideology_jingoist_leader - } - } - } - } - add = { - value = 5 - desc = "from_jingoist_party_leader" - } - } - if = { # landowners will join if they are even moderately powerful - limit = { - ig_clout >= 0.15 - is_interest_group_type = ig_landowners - } - add = { - value = 5 - desc = "from_powerful_conservative_ig" - } - } if = { # various progressives dislike conservativism limit = { leader = { @@ -127,21 +92,6 @@ conservative_party = { desc = "from_progressive_con" } } - # Abolitionists won't join conservative party - if = { - limit = { - leader = { - has_ideology = ideology_abolitionist - } - owner = { - NOT = { has_law = law_type:law_slavery_banned } - } - } - add = { - value = -20 - desc = "from_anti_slavery" - } - } if = { # patriots are inclined towards conservativism limit = { has_ideology = ideology_patriotic @@ -151,7 +101,7 @@ conservative_party = { desc = "from_patriot" } } - if = { # capitalists more likely to join conservatives when the poor can vote + if = { # oldfriends more likely to join conservatives when the poor can vote limit = { OR = { has_ideology = ideology_plutocratic @@ -163,10 +113,10 @@ conservative_party = { } add = { value = 5 - desc = "from_capitalists_suffrage" + desc = "from_oldfriends_suffrage" } } - if = { # capitalists and landowners more likely to join with progressive taxation + if = { # oldfriends and landowners more likely to join with progressive taxation limit = { OR = { has_ideology = ideology_plutocratic @@ -178,10 +128,10 @@ conservative_party = { } add = { value = 2 - desc = "from_capitalists_tax" + desc = "from_oldfriends_tax" } } - if = { # capitalists more likely to join conservatives with public health + if = { # oldfriends more likely to join conservatives with public health limit = { has_ideology = ideology_individualist owner = { @@ -190,7 +140,7 @@ conservative_party = { } add = { value = 2 - desc = "from_capitalists_health" + desc = "from_oldfriends_health" } } if = { # devout, industrialists more likely to join conservatives with public schools @@ -205,7 +155,7 @@ conservative_party = { } add = { value = 2 - desc = "from_capitalists_schools" + desc = "from_oldfriends_schools" } } if = { # devout more likely to join conservatives with total separation @@ -268,11 +218,11 @@ conservative_party = { desc = "from_multiculturalism" } } - if = { # patriots don't like freedom + if = { # patriots don't like changing the status quo limit = { has_ideology = ideology_patriotic owner = { - has_law = law_type:law_guaranteed_liberties + has_law = law_type:law_complex_legal_system } } add = { @@ -366,16 +316,5 @@ conservative_party = { desc = "from_no_police" } } - if = { # arbitrary weight for Andrew Jackson to be in the right party - limit = { - leader = { - has_variable = is_andrew_jackson - } - } - add = { - value = 35 - desc = "from_jackson" - } - } } } diff --git a/common/parties/fascist_party.txt b/common/parties/fascist_party.txt index 24a06703..2de1a4e6 100644 --- a/common/parties/fascist_party.txt +++ b/common/parties/fascist_party.txt @@ -66,13 +66,6 @@ if = { # conservative IG's will fall behind a stronger fascist party limit = { is_powerful = no - OR = { - is_interest_group_type = ig_landowners - is_interest_group_type = ig_devout - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_armed_forces - } owner = { any_interest_group = { is_powerful = yes @@ -94,7 +87,6 @@ has_ideology = ideology_atheist has_ideology = ideology_feminist has_ideology = ideology_reformer - has_ideology = ideology_abolitionist has_ideology = ideology_pacifist } } @@ -104,15 +96,6 @@ desc = "from_progressive_fascism" } } - if = { # trade unions usually dislike fascism - limit = { - is_interest_group_type = ig_trade_unions - } - add = { - value = -2 - desc = "from_trade_unions" - } - } if = { # free trade advocates don't love protectionism limit = { leader = { @@ -172,28 +155,6 @@ desc = "from_no_police" } } - if = { # opposition to peasant levies - limit = { - OR = { - has_ideology = ideology_jingoist - has_ideology = ideology_particularist - has_ideology = ideology_sikh_moralist - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_jingoist_leader - } - } - } - owner = { - has_law = law_type:law_peasant_levies - } - } - add = { - value = 3 - desc = "from_peasant_levies" - } - } if = { # loyalist-meritocratic alliance for tax reform limit = { OR = { diff --git a/common/parties/free_trade_party.txt b/common/parties/free_trade_party.txt index 0fbeba0c..9833e928 100644 --- a/common/parties/free_trade_party.txt +++ b/common/parties/free_trade_party.txt @@ -29,7 +29,6 @@ free_trade_party = { any_interest_group = { is_powerful = yes OR = { - is_interest_group_type = ig_industrialists leader = { has_ideology = ideology_market_liberal } @@ -42,7 +41,7 @@ free_trade_party = { value = -5 desc = "base_value" } - if = { # capitalists like capitalism + if = { # oldfriends like capitalism limit = { OR = { leader = { @@ -56,7 +55,7 @@ free_trade_party = { desc = "from_capitalism" } } - # powerful capitalists likely to form their own party + # powerful oldfriends likely to form their own party if = { limit = { is_powerful = yes @@ -69,25 +68,7 @@ free_trade_party = { } add = { value = 10 - desc = "from_powerful_capitalists" - } - } - # weaker market liberals fall behind powerful industrialists - if = { - limit = { - is_powerful = no - owner = { - ig:ig_industrialists = { - is_powerful = yes - } - } - leader = { - has_ideology = ideology_market_liberal - } - } - add = { - value = 5 - desc = "from_powerful_capitalists_other" + desc = "from_powerful_oldfriends" } } if = { # landowners and industrialists hate labor rights @@ -126,7 +107,7 @@ free_trade_party = { desc = "from_welfare" } } - if = { # capitalists hate children + if = { # oldfriends hate children limit = { owner = { NOT = { has_law = law_type:law_child_labor_allowed } @@ -143,7 +124,7 @@ free_trade_party = { desc = "from_hates_children" } } - if = { # capitalists want free trade + if = { # oldfriends want free trade limit = { owner = { NOT = { has_law = law_type:law_free_trade } @@ -160,7 +141,7 @@ free_trade_party = { desc = "from_no_free_trade" } } - if = { # capitalists want to have power + if = { # oldfriends want to have power limit = { owner = { NOR = { @@ -256,7 +237,7 @@ free_trade_party = { if = { # opposition to command economy limit = { owner = { - has_law = law_type:law_command_economy + has_law = law_type:law_planned_economy has_technology_researched = central_planning } OR = { diff --git a/common/parties/liberal_party.txt b/common/parties/liberal_party.txt index bf12eda7..9b5901c3 100644 --- a/common/parties/liberal_party.txt +++ b/common/parties/liberal_party.txt @@ -26,9 +26,6 @@ liberal_party = { available_for_interest_group = { owner = { country_has_voting_franchise = yes - ig:ig_intelligentsia = { - is_marginal = no - } } leader = { # far right and far left won't join liberal parties NOR = { @@ -78,7 +75,6 @@ liberal_party = { leader = { OR = { has_ideology = ideology_feminist - has_ideology = ideology_abolitionist has_ideology = ideology_pacifist has_ideology = ideology_social_democrat has_ideology = ideology_atheist @@ -97,7 +93,6 @@ liberal_party = { has_ideology = ideology_traditionalist has_ideology = ideology_royalist has_ideology = ideology_theocrat - has_ideology = ideology_slaver } } } @@ -113,7 +108,7 @@ liberal_party = { has_ideology = ideology_anti_clerical } owner = { - has_law = law_type:law_hereditary_bureaucrats + has_law = law_type:law_hereditary_midfriends } } add = { @@ -121,25 +116,6 @@ liberal_party = { desc = "from_hereditary_offices" } } - if = { # armed forces will join if a more powerful member has jingoist leader - limit = { - is_interest_group_type = ig_armed_forces - exists = owner.py:liberal_party - owner = { - any_interest_group = { - is_member_of_party = owner.py:liberal_party - is_powerful = yes - leader = { - has_ideology = ideology_jingoist_leader - } - } - } - } - add = { - value = 5 - desc = "from_jingoist_party_leader" - } - } if = { # against illiteracy and religious education limit = { OR = { @@ -272,23 +248,6 @@ liberal_party = { desc = "from_republican" } } - if = { # peasants opposition to debt slavery - limit = { - owner = { - has_law = law_type:law_debt_slavery - } - OR = { - has_ideology = ideology_particularist - leader = { - has_ideology = ideology_abolitionist - } - } - } - add = { - value = 5 - desc = "from_debt_slavery" - } - } if = { # general anti-slavery limit = { owner = { @@ -297,12 +256,6 @@ liberal_party = { has_law = law_type:law_slave_trade } } - OR = { - has_ideology = ideology_anti_slavery - leader = { - has_ideology = ideology_abolitionist - } - } } add = { value = 5 @@ -316,11 +269,9 @@ liberal_party = { } OR = { has_ideology = ideology_egalitarian - has_ideology = ideology_anti_slavery has_ideology = ideology_laissez_faire has_ideology = ideology_particularist leader = { - has_ideology = ideology_abolitionist has_ideology = ideology_social_democrat has_ideology = ideology_communist } diff --git a/common/parties/military_party.txt b/common/parties/military_party.txt index 9f322127..166c8a5d 100644 --- a/common/parties/military_party.txt +++ b/common/parties/military_party.txt @@ -22,9 +22,6 @@ military_party = { available_for_interest_group = { owner = { country_has_voting_franchise = yes - ig:ig_armed_forces = { - is_powerful = yes - } } } join_weight = { @@ -32,36 +29,6 @@ military_party = { value = -5 desc = "base_value" } - if = { # nobody will join if the armed forces don't join - limit = { - NOT = { is_interest_group_type = ig_armed_forces } - OR = { - NOT = { exists = owner.py:military_party } - AND = { - exists = owner.py:military_party - owner = { - ig:ig_armed_forces = { - NOT = { is_member_of_party = owner.py:military_party } - } - } - } - } - } - add = { - value = -20 - desc = "from_no_army_in_party" # this should probably never actually display in game because the party won't exist - } - } - if = { # a party for powerful soldiers - limit = { - is_interest_group_type = ig_armed_forces - is_powerful = yes - } - add = { - value = 10 - desc = "from_strong_military" - } - } if = { # jingoists like the military party limit = { leader = { has_ideology = ideology_jingoist_leader } @@ -87,30 +54,6 @@ military_party = { desc = "from_no_police" } } - if = { # opposition to peasant levies - limit = { - OR = { - has_ideology = ideology_jingoist - has_ideology = ideology_particularist - has_ideology = ideology_sikh_moralist - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_anarchist - has_ideology = ideology_pacifist - has_ideology = ideology_jingoist_leader - } - } - } - owner = { - has_law = law_type:law_peasant_levies - } - } - add = { - value = 3 - desc = "from_peasant_levies" - } - } if = { # loyalist-proletarian alliance for tax reform limit = { OR = { diff --git a/common/parties/radical_party.txt b/common/parties/radical_party.txt index 1a4d851a..7843f641 100644 --- a/common/parties/radical_party.txt +++ b/common/parties/radical_party.txt @@ -33,10 +33,6 @@ radical_party = { } } } - NOR = { - is_interest_group_type = ig_landowners - is_interest_group_type = ig_devout - } leader = { # fascists and conservatives hate radicals NOT = { has_ideology = ideology_fascist @@ -44,7 +40,6 @@ radical_party = { has_ideology = ideology_traditionalist has_ideology = ideology_royalist has_ideology = ideology_theocrat - has_ideology = ideology_slaver } } } @@ -142,7 +137,6 @@ radical_party = { leader = { OR = { has_ideology = ideology_feminist - has_ideology = ideology_abolitionist has_ideology = ideology_pacifist has_ideology = ideology_social_democrat has_ideology = ideology_reformer @@ -181,21 +175,6 @@ radical_party = { desc = "from_republican" } } - if = { - limit = { # particularists will join in when their issues are relevant - has_ideology = ideology_particularist - owner = { - OR = { - has_law = law_type:law_serfdom - has_law = law_type:law_debt_slavery - } - } - } - add = { - value = 3 - desc = "from_particularism_cares_about_laws" - } - } if = { # moderates are scared of radical politics limit = { leader = { @@ -273,8 +252,7 @@ radical_party = { } owner = { OR = { - has_law = law_type:law_national_guard - has_law = law_type:law_secret_police + has_law = law_type:law_complex_legal_system } } } @@ -291,12 +269,6 @@ radical_party = { has_law = law_type:law_slave_trade } } - OR = { - has_ideology = ideology_anti_slavery - leader = { - has_ideology = ideology_abolitionist - } - } } add = { value = 3 @@ -310,11 +282,9 @@ radical_party = { } OR = { has_ideology = ideology_egalitarian - has_ideology = ideology_anti_slavery has_ideology = ideology_laissez_faire has_ideology = ideology_particularist leader = { - has_ideology = ideology_abolitionist has_ideology = ideology_social_democrat has_ideology = ideology_communist } diff --git a/common/parties/religious_party.txt b/common/parties/religious_party.txt index 55f4788b..d2a4d5b3 100644 --- a/common/parties/religious_party.txt +++ b/common/parties/religious_party.txt @@ -30,82 +30,6 @@ religious_party = { value = -5 desc = "base_value" } - if = { - limit = { - owner = { - any_interest_group = { - is_interest_group_type = ig_landowners - is_marginal = no - } - } - } - add = { - value = -5 - desc = "from_relevant_landowners" - } - } - if = { - limit = { - is_interest_group_type = ig_devout - owner = { - has_law = law_type:law_theocracy - } - } - add = { - value = 5 - desc = "from_theocracy" - } - } - if = { # nobody will join if the devout don't join - limit = { - NOT = { is_interest_group_type = ig_devout } - OR = { - NOT = { exists = owner.py:religious_party } - AND = { - exists = owner.py:religious_party - owner = { - ig:ig_devout = { - NOT = { is_member_of_party = owner.py:religious_party } - } - } - } - } - } - add = { - value = -20 - desc = "from_no_devout_in_party" # this should probably never actually display in game because the party won't exist - } - } - if = { # a party for powerful religious people - limit = { - is_interest_group_type = ig_devout - is_powerful = yes - } - add = { - value = 10 - desc = "from_powerful_devout" - } - } - if = { # religiously inclined people might join if devout are powerful - limit = { - is_powerful = no - owner = { - ig:ig_devout = { - is_powerful = yes - } - } - leader = { - OR = { - has_ideology = ideology_traditionalist - has_ideology = ideology_theocrat - } - } - } - add = { - value = 10 - desc = "from_powerful_devout_other" - } - } if = { # antireligious characters and IG's will never join limit = { OR = { diff --git a/common/parties/social_democrats_party.txt b/common/parties/social_democrats_party.txt index 0fc3a1c1..6effac27 100644 --- a/common/parties/social_democrats_party.txt +++ b/common/parties/social_democrats_party.txt @@ -35,15 +35,8 @@ social_democrat_party = { has_ideology = ideology_social_democrat } } - ig:ig_trade_unions = { - is_marginal = no - } } } - NOT = { # these ig's are inherently anti-worker - is_interest_group_type = ig_landowners - is_interest_group_type = ig_industrialists - } leader = { # fascists and conservatives hate social democracy NOT = { has_ideology = ideology_fascist @@ -153,7 +146,6 @@ social_democrat_party = { leader = { OR = { has_ideology = ideology_feminist - has_ideology = ideology_abolitionist has_ideology = ideology_pacifist has_ideology = ideology_radical has_ideology = ideology_reformer @@ -179,23 +171,6 @@ social_democrat_party = { desc = from_marked_liberal_sd } } - if = { # generic powerful trade unions party - limit = { - is_interest_group_type = ig_trade_unions - is_powerful = yes - leader = { - NOR = { - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - has_ideology = ideology_anarchist - } - } - } - add = { - value = 5 - desc = from_powerful_unions - } - } if = { # anti-censorship limit = { OR = { @@ -360,11 +335,9 @@ social_democrat_party = { } OR = { has_ideology = ideology_egalitarian - has_ideology = ideology_anti_slavery has_ideology = ideology_laissez_faire has_ideology = ideology_particularist leader = { - has_ideology = ideology_abolitionist has_ideology = ideology_social_democrat has_ideology = ideology_communist } @@ -383,12 +356,6 @@ social_democrat_party = { has_law = law_type:law_slave_trade } } - OR = { - has_ideology = ideology_anti_slavery - leader = { - has_ideology = ideology_abolitionist - } - } } add = { value = 5 diff --git a/common/pop_needs/civ_needs.txt b/common/pop_needs/civ_needs.txt new file mode 100644 index 00000000..9da1bf03 --- /dev/null +++ b/common/pop_needs/civ_needs.txt @@ -0,0 +1,496 @@ +# # goods The good being referenced +# # weight The base weight that is applied to this good based on market Sell Order share +# # max_weight The maximum weight that can be applied to this good based on market Sell Order share, only meaningful in relation to weight +# # min_weight The minimum weight that can be applied to this good based on market Sell Order share, only meaningful in relation to weight + +popneed_tools = { + default = wood_tools + + entry = { + goods = wood_tools + + weight = 1 + max_weight = 3.0 + min_weight = 0.0 + } + + entry = { + goods = stone_tools + + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + + entry = { + goods = iron_tools + + weight = 1 + max_weight = 4.5 + min_weight = 0.0 + } + + entry = { + goods = gold_tools + + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + + entry = { + goods = diamond_tools + + weight = 1 + max_weight = 5.0 + min_weight = 0.0 + } +} + +popneed_simple_food = { + default = wheat + + entry = { + goods = wheat + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + entry = { + goods = beetroot + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + entry = { + goods = carrot + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + entry = { + goods = potato + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + entry = { + goods = pumpkin + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + entry = { + goods = melon + weight = 1 + max_weight = 4.0 + min_weight = 0.0 + } + entry = { + goods = mushroom + weight = 1 + max_weight = 4.0 # 80% + min_weight = 0.0 + } +} + +popneed_ingots = { + default = iron_ingot + + entry = { + goods = iron_ingot + weight = 2 + max_weight = 8.0 # 80% of needs + min_weight = 4.0 + } + entry = { + goods = gold_ingot + weight = 1 + max_weight = 1.0 # 20% of pop needs + min_weight = 0.05 # Some tiny need for gold + } +} + +popneed_wood = { + default = oak_log + + entry = { + goods = oak_log + } +} + +# popneed_simple_clothing = { +# default = fabric + +# entry = { +# goods = fabric + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = clothes + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_crude_items = { +# default = wood + +# entry = { +# goods = wood + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = furniture + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_basic_food = { +# default = grain + +# entry = { +# goods = grain + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = fish + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = meat + +# weight = 0.5 +# max_weight = 2.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = fruit + +# weight = 0.5 +# max_weight = 2.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = groceries + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_heating = { +# default = wood + +# entry = { +# goods = wood + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = fabric + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = coal + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = oil + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = electricity + +# weight = 2 +# max_weight = 10.0 # Maxes out at 100% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_household_items = { +# default = furniture + +# entry = { +# goods = furniture + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.25 +# } + +# entry = { +# goods = glass + +# weight = 1 +# max_weight = 4.0 # Maxes out at 40% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = paper + +# weight = 0.5 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_standard_clothing = { +# default = clothes + +# entry = { +# goods = clothes +# } +# } + +# popneed_services = { +# default = services + +# entry = { +# goods = services +# } +# } + +# popneed_intoxicants = { +# default = liquor + +# entry = { +# goods = liquor + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = tobacco + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = opium + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_luxury_drinks = { +# default = tea + +# entry = { +# goods = tea + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = coffee + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = wine + +# weight = 1 +# max_weight = 3.0 # Maxes out at 60% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_free_movement = { +# default = transportation + +# entry = { +# goods = services + +# weight = 0.1 +# max_weight = 0.4 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = transportation + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = automobiles + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_communication = { +# default = transportation + +# entry = { +# goods = services + +# weight = 0.1 +# max_weight = 0.4 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = transportation + +# weight = 0.1 +# max_weight = 0.4 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = telephones + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_luxury_food = { +# default = meat + +# entry = { +# goods = meat + +# weight = 1 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = fruit + +# weight = 1 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = groceries + +# weight = 1 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = sugar + +# weight = 0.5 +# max_weight = 2.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_luxury_items = { +# default = luxury_clothes + +# entry = { +# goods = luxury_clothes + +# weight = 1 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.25 +# } + +# entry = { +# goods = luxury_furniture + +# weight = 1 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.25 +# } + +# entry = { +# goods = porcelain + +# weight = 1 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.25 +# } + +# entry = { +# goods = radios + +# weight = 1 +# max_weight = 2.0 # Maxes out at 40% of supply share +# min_weight = 0.0 +# } +# } + +# popneed_art = { +# default = services + +# entry = { +# goods = services + +# weight = 0.05 +# max_weight = 0.4 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } + +# entry = { +# goods = fine_art + +# weight = 1 +# max_weight = 4.0 # Maxes out at 80% of supply share +# min_weight = 0.0 +# } +# } \ No newline at end of file diff --git a/common/pop_types/midfriends.txt b/common/pop_types/midfriends.txt new file mode 100644 index 00000000..a52e69af --- /dev/null +++ b/common/pop_types/midfriends.txt @@ -0,0 +1,32 @@ +midfriends = { + texture = "gfx/interface/icons/pops_icons/midfriend.dds" + color = { 236 182 0 } + strata = middle + start_quality_of_life = 7 + wage_weight = 1.5 + literacy_target = 0.4 + dependent_wage = 0.5 + unemployment = yes + + # 50% to 90% politically engaged + political_engagement_base = 0.5 + political_engagement_literacy_factor = 0.4 + + political_engagement_mult = { + value = 1.0 + } + + # qualifications_growth_desc = "MIDFRIENDS_QUALIFICATIONS_DESC" + # qualifications = { + + # } + + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { value = 0 } + portrait_is_female = { always = yes } +} \ No newline at end of file diff --git a/common/pop_types/newfriends.txt b/common/pop_types/newfriends.txt new file mode 100644 index 00000000..e4f2dfac --- /dev/null +++ b/common/pop_types/newfriends.txt @@ -0,0 +1,39 @@ +newfriends = { + texture = "gfx/interface/icons/pops_icons/newfriend.dds" + color = { 128 0 32 } + strata = poor + unemployment = yes + + can_always_hire = yes + start_quality_of_life = 10 + wage_weight = 1 + dependent_wage = 0.2 + + # 0% - 80% politically engaged + political_engagement_base = 0 + political_engagement_literacy_factor = 0.8 + + political_engagement_mult = { + value = 1 + + add = { + desc = "POP_STARVATION" + + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + } + + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { value = 0 } + portrait_is_female = { always = yes } +} \ No newline at end of file diff --git a/common/pop_types/oldfriends.txt b/common/pop_types/oldfriends.txt new file mode 100644 index 00000000..9b77ece5 --- /dev/null +++ b/common/pop_types/oldfriends.txt @@ -0,0 +1,28 @@ +oldfriends = { + texture = "gfx/interface/icons/pops_icons/oldfriend.dds" + color = { 112 41 99 } + strata = rich + + start_quality_of_life = 20 + wage_weight = 6 + literacy_target = 0. + dependent_wage = 0.7 + unemployment = yes + + # 90% - 100% politically engaged + political_engagement_base = 0.9 + political_engagement_literacy_factor = 0.1 + + political_engagement_mult = { + value = 1 + } + + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { value = 0 } + portrait_is_female = { always = yes } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_construction_sector_pmg.txt b/common/production_method_groups/civ_construction_sector_pmg.txt new file mode 100644 index 00000000..445a2bb0 --- /dev/null +++ b/common/production_method_groups/civ_construction_sector_pmg.txt @@ -0,0 +1,31 @@ +pmg_base_civ_construction_sector = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + ai_selection = most_productive + production_methods = { + pm_wooden_buildings + pm_stone_buildings + pm_brick_buildings + } +} + +pmg_construction_tool_usage = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_no_tools + pm_wooden_tools + pm_stone_tools + pm_iron_tools + pm_gold_tools + pm_diamond_tools + } +} + +pmg_reinforcement_type = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_no_reinforcement + pm_stone_reinforcement + pm_iron_reinforcement + # pm_diamond_reinforcement + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_employment_pmg.txt b/common/production_method_groups/civ_employment_pmg.txt new file mode 100644 index 00000000..e45f3894 --- /dev/null +++ b/common/production_method_groups/civ_employment_pmg.txt @@ -0,0 +1,8 @@ +pmg_buildings_employment = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_employ_newfriends + pm_employ_midfriends + pm_employ_oldfriends + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_experience_cauldron_pmg.txt b/common/production_method_groups/civ_experience_cauldron_pmg.txt new file mode 100644 index 00000000..d752a36f --- /dev/null +++ b/common/production_method_groups/civ_experience_cauldron_pmg.txt @@ -0,0 +1,14 @@ +pmg_base_experience_cauldron = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_experience_1 + pm_experience_2 + pm_experience_3 + pm_experience_4 + pm_experience_5 + pm_advanced_experience_1 + pm_advanced_experience_2 + pm_advanced_experience_3 + pm_advanced_experience_4 + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_farms_base_pmg.txt b/common/production_method_groups/civ_farms_base_pmg.txt new file mode 100644 index 00000000..0c62977a --- /dev/null +++ b/common/production_method_groups/civ_farms_base_pmg.txt @@ -0,0 +1,60 @@ +pmg_base_wheat_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_wheat_farm + } +} +pmg_base_beetroot_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_beetroot_farm + } +} +pmg_base_carrot_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_carrot_farm + } +} +pmg_base_potato_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_potato_farm + } +} +pmg_base_pumpkin_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_pumpkin_farm + } +} +pmg_base_melon_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_melon_farm + } +} +pmg_base_cactus_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_cactus_farm + } +} +pmg_base_sugar_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_sugar_farm + } +} +pmg_base_mushroom_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_mushroom_farm + } +} +pmg_base_cocoa_bean_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_base_cocoa_bean_farm + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_glass_smelter_pmg.txt b/common/production_method_groups/civ_glass_smelter_pmg.txt new file mode 100644 index 00000000..509f99f2 --- /dev/null +++ b/common/production_method_groups/civ_glass_smelter_pmg.txt @@ -0,0 +1,13 @@ +pmg_base_refine_sand = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_no_smelting + } +} + +pmg_base_make_bottles = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_no_smelting + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_government_administration_pmg.txt b/common/production_method_groups/civ_government_administration_pmg.txt new file mode 100644 index 00000000..8d9b00d5 --- /dev/null +++ b/common/production_method_groups/civ_government_administration_pmg.txt @@ -0,0 +1,6 @@ +pmg_government_administration_base = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_simple_organization_government_administration + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_mine_pmg.txt b/common/production_method_groups/civ_mine_pmg.txt index 5a276834..f7c1950b 100644 --- a/common/production_method_groups/civ_mine_pmg.txt +++ b/common/production_method_groups/civ_mine_pmg.txt @@ -3,5 +3,7 @@ production_methods = { pm_wood_pickaxe pm_stone_pickaxe + pm_iron_pickaxe + pm_gold_pickaxe } } \ No newline at end of file diff --git a/common/production_method_groups/civ_ore_smelter_pmg.txt b/common/production_method_groups/civ_ore_smelter_pmg.txt index bfbfb8a4..ab870110 100644 --- a/common/production_method_groups/civ_ore_smelter_pmg.txt +++ b/common/production_method_groups/civ_ore_smelter_pmg.txt @@ -1,6 +1,15 @@ -pmg_base_ore_smelter = { +pmg_base_iron_ore_smelter = { texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" production_methods = { - pm_basic_smelting + pm_no_iron_smelting + pm_basic_iron_smelting + } +} + +pmg_base_gold_ore_smelter = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_no_gold_smelting + pm_basic_gold_smelting } } \ No newline at end of file diff --git a/common/production_method_groups/civ_sand_pit_pmg.txt b/common/production_method_groups/civ_sand_pit_pmg.txt new file mode 100644 index 00000000..bab6ef39 --- /dev/null +++ b/common/production_method_groups/civ_sand_pit_pmg.txt @@ -0,0 +1,11 @@ +pmg_base_building_sand_pit = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_no_shovel + pm_wood_shovel + pm_stone_shovel + pm_iron_shovel + pm_gold_shovel + pm_diamond_shovel + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_subsistence_farm_pmg.txt b/common/production_method_groups/civ_subsistence_farm_pmg.txt new file mode 100644 index 00000000..f8512740 --- /dev/null +++ b/common/production_method_groups/civ_subsistence_farm_pmg.txt @@ -0,0 +1,6 @@ +pmg_base_building_civ_subsistence_farms = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + default_building_civ_subsistence_farms + } +} \ No newline at end of file diff --git a/common/production_method_groups/civ_tool_factory_pmg.txt b/common/production_method_groups/civ_tool_factory_pmg.txt index bc99cb3e..37a69b60 100644 --- a/common/production_method_groups/civ_tool_factory_pmg.txt +++ b/common/production_method_groups/civ_tool_factory_pmg.txt @@ -3,5 +3,8 @@ production_methods = { pm_craft_wood_tools pm_craft_stone_tools + pm_craft_iron_tools + pm_craft_gold_tools + pm_craft_diamond_tools } } \ No newline at end of file diff --git a/common/production_method_groups/civ_tree_farm_pmg.txt b/common/production_method_groups/civ_tree_farm_pmg.txt index dfa5a25f..974dfaec 100644 --- a/common/production_method_groups/civ_tree_farm_pmg.txt +++ b/common/production_method_groups/civ_tree_farm_pmg.txt @@ -3,6 +3,9 @@ production_methods = { pm_punch_wood pm_wood_axe + pm_stone_axe + pm_iron_axe + pm_gold_axe } } diff --git a/common/production_methods/civ_base_construction_sector_pm.txt b/common/production_methods/civ_base_construction_sector_pm.txt new file mode 100644 index 00000000..1ecf7528 --- /dev/null +++ b/common/production_methods/civ_base_construction_sector_pm.txt @@ -0,0 +1,70 @@ +pm_wooden_buildings = { + texture = "gfx/interface/icons/production_method_icons/wooden_buildings.dds" + is_default = yes + country_modifiers = { + workforce_scaled = { + country_construction_add = 1 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_oak_log_add = 100 + } + } + + state_modifiers = { + workforce_scaled = { + state_construction_mult = 0.005 + } + } +} + +pm_stone_buildings = { + texture = "gfx/interface/icons/production_method_icons/stone_buildings.dds" + + country_modifiers = { + workforce_scaled = { + country_construction_add = 4 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_oak_log_add = 35 + building_input_stone_add = 80 + } + } + + state_modifiers = { + workforce_scaled = { + state_construction_mult = 0.01 + } + } +} + +pm_brick_buildings = { + texture = "gfx/interface/icons/production_method_icons/brick_buildings.dds" + + country_modifiers = { + workforce_scaled = { + country_construction_add = 8 + } + } + + building_modifiers = { + workforce_scaled = { + building_iron_ingots_add = 40 + building_gold_ingots_add = 2 + building_stone_add = 50 + building_oak_log_add = 35 + # TODO add luxury blocks to build at this level + } + } + + state_modifiers = { + workforce_scaled = { + state_construction_mult = 0.015 + } + } +} \ No newline at end of file diff --git a/common/production_methods/civ_base_experience_cauldron_pm.txt b/common/production_methods/civ_base_experience_cauldron_pm.txt new file mode 100644 index 00000000..ef131a73 --- /dev/null +++ b/common/production_methods/civ_base_experience_cauldron_pm.txt @@ -0,0 +1,107 @@ +pm_experience_1 = { + texture = "gfx/interface/icons/production_method_icons/experience_1.dds" + building_modifiers = { + workforce_scaled = { + building_input_glass_bottle_add = 32 + building_input_beetroot_add = 512 + building_input_pumpkin_add = 128 + building_input_potato_add = 128 + building_input_charcoal_add = 16 + building_input_tree_sapling_add = 16 + building_input_mob_drop_add = 16 + + building_output_experience_bottle_add = 64 + } + } +} + +pm_experience_2 = { + texture = "gfx/interface/icons/production_method_icons/experience_2.dds" + building_modifiers = { + workforce_scaled = { + building_input_glass_bottle_add = 32 + building_input_melon_add = 384 + building_input_cactus_add = 384 + building_input_iron_ore_add = 16 # stand in for copper ore + building_input_tree_sapling_add = 16 # stand in for birch sapling + building_input_mob_drop_add = 16 + + building_output_experience_bottle_add = 64 + } + } +} + +pm_experience_3 = { + texture = "gfx/interface/icons/production_method_icons/experience_3.dds" + building_modifiers = { + workforce_scaled = { + building_input_glass_bottle_add = 32 + building_input_wheat_add = 512 + building_input_carrot_add = 256 + building_input_redstone_add = 16 + building_input_tree_sapling_add = 32 + building_input_mob_drop_add = 8 + + building_output_experience_bottle_add = 64 + } + } +} + +pm_experience_4 = { + texture = "gfx/interface/icons/production_method_icons/experience_4.dds" + building_modifiers = { + workforce_scaled = { + building_input_glass_bottle_add = 32 + building_input_sugar_cane_add = 512 + building_input_cocoa_add = 256 # stand in for vines + building_input_redstone_add = 16 # stand in for lapis lazuli + building_input_tree_sapling_add = 16 # stand in for jungle sapling + building_input_mob_drop_add = 16 # stand in for gunpowder + + building_output_experience_bottle_add = 64 + } + } +} + +pm_experience_5 = { + texture = "gfx/interface/icons/production_method_icons/experience_5.dds" + building_modifiers = { + workforce_scaled = { + building_input_glass_bottle_add = 32 + # TODO add nether goods + } + } +} + +pm_advanced_experience_1 = { + texture = "gfx/interface/icons/production_method_icons/advanced_experience_1.dds" + building_modifiers = { + workforce_scaled = { + } + } +} + +#TODO Finish advanced recipes +pm_advanced_experience_2 = { + texture = "gfx/interface/icons/production_method_icons/advanced_experience_2.dds" + building_modifiers = { + workforce_scaled = { + } + } +} + +pm_advanced_experience_3 = { + texture = "gfx/interface/icons/production_method_icons/advanced_experience_3.dds" + building_modifiers = { + workforce_scaled = { + } + } +} + +pm_advanced_experience_4 = { + texture = "gfx/interface/icons/production_method_icons/advanced_experience_4.dds" + building_modifiers = { + workforce_scaled = { + } + } +} \ No newline at end of file diff --git a/common/production_methods/civ_base_farms.txt b/common/production_methods/civ_base_farms.txt new file mode 100644 index 00000000..852cdde3 --- /dev/null +++ b/common/production_methods/civ_base_farms.txt @@ -0,0 +1,80 @@ +pm_base_wheat_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_wheat_add = 64 + } + } +} +pm_base_beetroot_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_beetroot_add = 64 + } + } +} +pm_base_carrot_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_carrot_add = 64 + } + } +} +pm_base_potato_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_potato_add = 64 + } + } +} +pm_base_pumpkin_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_pumpkin_add = 64 + } + } +} +pm_base_melon_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_melon_add = 64 + } + } +} +pm_base_cactus_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_cactus_add = 64 + } + } +} +pm_base_sugar_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_sugar_add = 64 + } + } +} +pm_base_mushroom_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_mushroom_add = 64 + } + } +} +pm_base_cocoa_bean_farm = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_cocoa_bean_add = 64 + } + } +} \ No newline at end of file diff --git a/common/production_methods/civ_base_government_administration_pm.txt b/common/production_methods/civ_base_government_administration_pm.txt new file mode 100644 index 00000000..6b3863fb --- /dev/null +++ b/common/production_methods/civ_base_government_administration_pm.txt @@ -0,0 +1,15 @@ +pm_simple_organization_government_administration = { + texture = "gfx/interface/icons/production_method_icons/simple_organization.dds" + + country_modifiers = { + workforce_scaled = { + country_bureaucracy_add = 45 + } + } + + state_modifiers = { + workforce_scaled = { + state_tax_capacity_add = 5 + } + } +} \ No newline at end of file diff --git a/common/production_methods/civ_base_subsistence_pm.txt b/common/production_methods/civ_base_subsistence_pm.txt new file mode 100644 index 00000000..219c741d --- /dev/null +++ b/common/production_methods/civ_base_subsistence_pm.txt @@ -0,0 +1,17 @@ +default_building_civ_subsistence_farms = { + texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" + building_modifiers = { + workforce_scaled = { + building_output_oak_log_add = 2.0 + building_output_sand_add = 1.0 + building_output_wheat_add = 0.5 + building_output_carrot_add = 0.5 + building_output_charcoal_add = 0.25 + building_output_wood_tools_add = 0.1 + } + + level_scaled = { + building_employment_newfriends_add = 2375 + } + } +} \ No newline at end of file diff --git a/common/production_methods/civ_charcoal_smelter_base_pm.txt b/common/production_methods/civ_charcoal_smelter_base_pm.txt index 496332fd..5e702df5 100644 --- a/common/production_methods/civ_charcoal_smelter_base_pm.txt +++ b/common/production_methods/civ_charcoal_smelter_base_pm.txt @@ -6,9 +6,5 @@ building_output_charcoal_add = 48 } - - level_scaled = { - building_employment_laborers_add = 20 - } } } diff --git a/common/production_methods/civ_employment_pm.txt b/common/production_methods/civ_employment_pm.txt new file mode 100644 index 00000000..3cba3e71 --- /dev/null +++ b/common/production_methods/civ_employment_pm.txt @@ -0,0 +1,36 @@ +pm_employ_newfriends = { + texture = "gfx/interface/icons/pops_icons/newfriend.dds" + building_modifiers = { + level_scaled = { + building_employment_newfriends_add = 5000 + } + unscaled = { + building_newfriends_shares_add = 5 + } + } +} + +pm_employ_midfriends = { + texture = "gfx/interface/icons/pops_icons/midfriend.dds" + building_modifiers = { + level_scaled = { + building_employment_midfriends_add = 5000 + } + + unscaled = { + building_midfriends_shares_add = 5 + } + } +} + +pm_employ_oldfriends = { + texture = "gfx/interface/icons/pops_icons/oldfriend.dds" + building_modifiers = { + level_scaled = { + building_employment_oldfriends_add = 5000 + } + unscaled = { + building_oldfriends_shares_add = 5 + } + } +} diff --git a/common/production_methods/civ_mine_base_pm.txt b/common/production_methods/civ_mine_base_pm.txt index e7599762..1eceae73 100644 --- a/common/production_methods/civ_mine_base_pm.txt +++ b/common/production_methods/civ_mine_base_pm.txt @@ -5,10 +5,6 @@ building_input_wood_tools_add = 16 building_output_stone_add = 64 } - - level_scaled = { - building_employment_laborers_add = 16 - } } } @@ -19,7 +15,35 @@ pm_stone_pickaxe = { building_input_stone_tools_add = 16 building_output_stone_add = 128 - building_output_ironOre_add = 16 + building_output_iron_ore_add = 16 + } + } +} + +pm_iron_pickaxe = { + texture = "gfx/interface/icons/production_method_icons/iron_pickaxe.dds" + building_modifiers = { + workforce_scaled = { + building_input_iron_tools_add = 16 + + building_output_stone_add = 128 + building_output_iron_ore_add = 32 + building_output_gold_ore_add = 16 + building_output_redstone_add = 16 + building_output_diamond_add = 1 + } + } +} + +pm_gold_pickaxe = { + texture = "gfx/interface/icons/production_method_icons/gold_pickaxe.dds" + building_modifiers = { + workforce_scaled = { + building_input_gold_tools_add = 16 + + building_output_stone_add = 64 + building_output_iron_ore_add = 16 + building_output_gold_ore_add = 16 } } } \ No newline at end of file diff --git a/common/production_methods/civ_ore_smelter_base_pm.txt b/common/production_methods/civ_ore_smelter_base_pm.txt index d65fa040..8c3c76c3 100644 --- a/common/production_methods/civ_ore_smelter_base_pm.txt +++ b/common/production_methods/civ_ore_smelter_base_pm.txt @@ -1,16 +1,29 @@ -pm_basic_smelting = { - texture = "gfx/interface/icons/production_method_icons/basic_smelting.dds" +pm_no_iron_smelting = { + texture = "gfx/interface/icons/production_method_icons/furnance.dds" +} + +pm_basic_iron_smelting = { + texture = "gfx/interface/icons/production_method_icons/basic_iron_smelting.dds" building_modifiers = { workforce_scaled = { - building_input_ironOre_add = 10 + building_input_iron_ore_add = 10 building_input_charcoal_add = 1 - - building_output_ironIngot_add = 20 + building_output_iron_ingot_add = 20 } + } +} - level_scaled = { - building_input_oak_log_mult = 0.10 - building_employment_laborers_add = 20 +pm_no_gold_smelting = { + texture = "gfx/interface/icons/production_method_icons/furnance.dds" +} + +pm_basic_gold_smelting = { + texture = "gfx/interface/icons/production_method_icons/basic_gold_smelting.dds" + building_modifiers = { + workforce_scaled = { + building_input_gold_ore_add = 10 + building_input_charcoal_add = 1 + building_output_gold_ingot_add = 20 } } } diff --git a/common/production_methods/civ_reinforcement_type_construction_sector.txt b/common/production_methods/civ_reinforcement_type_construction_sector.txt new file mode 100644 index 00000000..a716eb65 --- /dev/null +++ b/common/production_methods/civ_reinforcement_type_construction_sector.txt @@ -0,0 +1,44 @@ +pm_no_reinforcement = { + texture = "gfx/interface/icons/production_method_icons/stone_reinforcement.dds" + is_default = yes + country_modifiers = { + unscaled = { + country_prestige_mult = -0.5 + } + } +} + +pm_stone_reinforcement = { + texture = "gfx/interface/icons/production_method_icons/stone_reinforcement.dds" + country_modifiers = { + workforce_scaled = { + country_authority_add = 5 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_stone_add = 50 + } + } +} + +pm_iron_reinforcement = { + texture = "gfx/interface/icons/production_method_icons/iron_reinforcement.dds" + country_modifiers = { + unscaled = { + country_prestige_mult = 0.1 + } + + workforce_scaled = { + country_authority_add = 10 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_stone_add = 30 + building_input_iron_ingot_add = 20 + } + } +} diff --git a/common/production_methods/civ_sand_pit_base.txt b/common/production_methods/civ_sand_pit_base.txt new file mode 100644 index 00000000..fdcf0ee0 --- /dev/null +++ b/common/production_methods/civ_sand_pit_base.txt @@ -0,0 +1,58 @@ +pm_no_shovel = { + texture = "gfx/interface/icons/production_method_icons/manual.dds" + building_modifiers = { + workforce_scaled = { + building_output_sand_add = 32 + } + } +} + +pm_wood_shovel = { + texture = "gfx/interface/icons/production_method_icons/wood_shovel.dds" + building_modifiers = { + workforce_scaled = { + building_input_wood_tools_add = 16 + building_output_sand_add = 64 # wood has 2 multiplier + } + } +} + +pm_stone_shovel = { + texture = "gfx/interface/icons/production_method_icons/stone_shovel.dds" + building_modifiers = { + workforce_scaled = { + building_input_stone_tools_add = 16 + building_output_sand_add = 128 # stone has 4 multiplier + } + } +} + +pm_iron_shovel = { + texture = "gfx/interface/icons/production_method_icons/iron_shovel.dds" + building_modifiers = { + workforce_scaled = { + building_input_iron_tools_add = 16 + building_output_sand_add = 192 # iron has 6 multiplier + } + } +} + +pm_gold_shovel = { + texture = "gfx/interface/icons/production_method_icons/gold_shovel.dds" + building_modifiers = { + workforce_scaled = { + building_input_gold_tools_add = 16 + building_output_sand_add = 384 # gold has 12 multiplier + base efficiency speed up averaged out + } + } +} + +pm_diamond_shovel = { + texture = "gfx/interface/icons/production_method_icons/diamond_shovel.dds" + building_modifiers = { + workforce_scaled = { + building_input_diamond_tools_add = 16 + building_output_sand_add = 256 # diamond has 8 multiplier + } + } +} \ No newline at end of file diff --git a/common/production_methods/civ_tool_factory_base_pm.txt b/common/production_methods/civ_tool_factory_base_pm.txt index 5fd7bc5c..8d76d866 100644 --- a/common/production_methods/civ_tool_factory_base_pm.txt +++ b/common/production_methods/civ_tool_factory_base_pm.txt @@ -4,12 +4,7 @@ workforce_scaled = { building_input_oak_log_add = 10 - building_output_wood_tools_add = 5 - } - - level_scaled = { - building_input_oak_log_mult = 0.10 - building_employment_laborers_add = 20 + building_output_wood_tools_add = 30 } } } @@ -21,7 +16,43 @@ pm_craft_stone_tools = { building_input_oak_log_add = 5 building_input_stone_add = 5 - building_output_stone_tools_add = 5 + building_output_stone_tools_add = 30 + } + } +} + +pm_craft_iron_tools = { + texture = "gfx/interface/icons/production_method_icons/iron_tools.dds" + building_modifiers = { + workforce_scaled = { + building_input_oak_log_add = 5 + building_input_iron_ingot_add = 5 + + building_output_iron_tools_add = 30 + } + } +} + +pm_craft_gold_tools = { + texture = "gfx/interface/icons/production_method_icons/gold_tools.dds" + building_modifiers = { + workforce_scaled = { + building_input_oak_log_add = 5 + building_input_gold_ingot_add = 5 + + building_output_gold_tools_add = 30 + } + } +} + +pm_craft_diamond_tools = { + texture = "gfx/interface/icons/production_method_icons/diamond_tools.dds" + building_modifiers = { + workforce_scaled = { + building_input_oak_log_add = 5 + building_input_diamond_add = 5 + + building_output_diamond_tools_add = 30 } } } \ No newline at end of file diff --git a/common/production_methods/civ_tools_construction_sector.txt b/common/production_methods/civ_tools_construction_sector.txt new file mode 100644 index 00000000..e6177886 --- /dev/null +++ b/common/production_methods/civ_tools_construction_sector.txt @@ -0,0 +1,79 @@ +pm_no_tools = { + texture = "gfx/interface/icons/production_method_icons/manual.dds" + is_default = yes +} + +pm_wooden_tools = { + texture = "gfx/interface/icons/production_method_icons/wood_tools.dds" + country_modifiers = { + workforce_scaled = { + country_construction_add = 1 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_wood_tools_add = 30 + } + } +} + +pm_stone_tools = { + texture = "gfx/interface/icons/production_method_icons/stone_tools.dds" + country_modifiers = { + workforce_scaled = { + country_construction_add = 2 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_stone_tools_add = 20 + } + } +} + +pm_iron_tools = { + texture = "gfx/interface/icons/production_method_icons/iron_tools.dds" + country_modifiers = { + workforce_scaled = { + country_construction_add = 3 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_iron_tools_add = 20 + } + } +} + +pm_gold_tools = { + texture = "gfx/interface/icons/production_method_icons/gold_tools.dds" + country_modifiers = { + workforce_scaled = { + country_construction_add = 6 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_gold_tools_add = 35 + } + } +} + +pm_diamond_tools = { + texture = "gfx/interface/icons/production_method_icons/diamond_tools.dds" + country_modifiers = { + workforce_scaled = { + country_construction_add = 4 + } + } + + building_modifiers = { + workforce_scaled = { + building_input_stone_tools_add = 15 + } + } +} diff --git a/common/religions/religion.txt b/common/religions/religion.txt index d61c5649..7876b23f 100644 --- a/common/religions/religion.txt +++ b/common/religions/religion.txt @@ -2,7 +2,7 @@ ###### EXAMPLE ###### -examplian = { +non_religious = { texture = "gfx/interface/icons/religion_icons/catholic.dds" traits = { christian @@ -10,4 +10,29 @@ examplian = { color = { 0.8 0.6 0.4 } } +bezism = { + texture = "gfx/interface/icons/religion_icons/bezist.dds" + color = { 255 140 0 } +} + +rhayatshola = { + texture = "gfx/interface/icons/religion_icons/rhayatshola.dds" + color = { 0 0 0 } +} + +melonism = { + texture = "gfx\coat_of_arms\textured_emblems/te_coa_griffin.dds" + color = { 67 225 83 } +} + +taoism = { + texture = "gfx\coat_of_arms\textured_emblems/te_coa_gensokyo.dds" + color = { 225 67 120 } +} + +eastern_faith = { + texture = "gfx\interface\icons\religion_icons\shinto.dds" + color = { 225 219 67 } +} + ##################### \ No newline at end of file diff --git a/common/script_values/building_values.txt b/common/script_values/building_values.txt new file mode 100644 index 00000000..0ba11ae9 --- /dev/null +++ b/common/script_values/building_values.txt @@ -0,0 +1,9 @@ +construction_cost_canal = 2000 +construction_cost_monument = 1000 +construction_cost_very_high = 600 +construction_cost_high = 450 +construction_cost_medium = 300 +construction_cost_low = 150 +construction_cost_very_low = 50 + +max_autoexpand_queue_weeks = 26 \ No newline at end of file diff --git a/common/script_values/command_values.txt b/common/script_values/command_values.txt new file mode 100644 index 00000000..8e3da927 --- /dev/null +++ b/common/script_values/command_values.txt @@ -0,0 +1,326 @@ +# the weight of being picked when a new battle occurs on a Front +# root = commander +# is_advancing_side = whether this side is the one advancing or not (defending = no) +front_commander_pick_weight = { + value = root.num_units + + if = { + limit = { + scope:is_advancing_side = no + has_commander_order = defend + } + + multiply = 4 + } +} + +# the troop distribution weight of a Front for a country/commander +# root = country +# front = the front to calculate troop weight for +# character = the country commander (if any; could be garrison) +front_country_troop_weight = { + value = "scope:front.num_enemy_units(root)" + + if = { + limit = { + exists = scope:character + scope:character = { + is_advancing_on_front = scope:front + } + } + + min = 5 + multiply = 4 + } +} + +# root = province +# front = the front this battle will happen on +# own_commander = the commander leading this side in battle (if any; could be garrison) +# enemy_commander = the commander leading this side in battle (if any; could be garrison) +front_battle_province_weight = { + value = 10 + + add = { + value = state.infrastructure + divide = 2 + multiply = combat_width + } + + # Increase weights for provinces in capital states + if = { + limit = { + state = { is_capital = yes } + } + multiply = 10 + } + + # Increase weight for provinces in states that contain wargoals, or are adjacent to states that contain wargoals + if = { + limit = { + exists = scope:own_commander + state = { is_target_of_wargoal = scope:own_commander.owner } + } + multiply = 10 + } + else_if = { + limit = { + exists = scope:own_commander + state = { any_neighbouring_state = { is_target_of_wargoal = scope:own_commander.owner } } + } + multiply = 6 + } + else_if = { + limit = { + exists = scope:own_commander + state = { + any_neighbouring_state = { + any_neighbouring_state = { + is_target_of_wargoal = scope:own_commander.owner + } + } + + } + } + multiply = 3 + } +} + +# the battalion size for each side in a land battle +# root = a country on the side being evaluated (this general's country, or this theater side owner if none) +# enemy_country = a country on the opposing side (the other general's country, or that theater side owner if none) +# front = the front to calculate troop weight for (if any; not during Naval Invasions) +# own_commander = the commander leading this side in battle (if any; could be garrison) +# enemy_commander = the commander leading this side in battle (if any; could be garrison) +# is_advancing_side = whether this side is the one advancing or not (defending = no) +# is_naval_invasion = if the battle is a naval landing battle +# province = the province where the battle is happening +land_battle_size = { + # Start with a baseline number of battalions equal to the amount of allied troops on the front + if = { + limit = { + exists = scope:front + } + + value = "scope:front.num_total_battalions(root)" + } + else_if = { + limit = { + exists = scope:own_commander + scope:is_advancing_side = yes + } + + value = "scope:own_commander.num_mobilized_battalions" + } + else_if = { # For naval invasions + limit = { + exists = scope:province.land_hq + scope:is_advancing_side = no + } + + value = "scope:province.land_hq.num_garrison_units" + } + else_if = { # Fallback + limit = { + exists = scope:own_commander + } + + value = "scope:own_commander.num_battalions" + } + + # Cap to infrastructure-based combat width + if = { + limit = { + exists = scope:province + } + + max = { + value = 5 + add = { + value = scope:province.state.infrastructure + divide = 2 + } + multiply = scope:province.combat_width + } + desc = "BATTLE_SIZE_COMBAT_WIDTH" + } + + # If we are defending and the enemy baseline force has higher combat stats where it matters, increase your force + if = { + limit = { + exists = scope:own_commander + exists = scope:front + scope:is_advancing_side = no + "scope:front.average_offense(scope:enemy_country)" > "scope:front.average_defense(root)" + } + multiply = { + fixed_range = { + min = 1 + max = { + add = "scope:front.average_offense(scope:enemy_country)" + divide = "scope:front.average_defense(root)" + multiply = 0.3 + add = 1 + max = 3 + } + } + } + desc = "BATTLE_SIZE_ENEMY_SKILL_ADVANTAGE" + } + + # If we are advancing and the enemy baseline force has higher combat stats where it matters, increase your force (less than when defending) + if = { + limit = { + exists = scope:own_commander + exists = scope:front + scope:is_advancing_side = yes + "scope:front.average_defense(scope:enemy_country)" > "scope:front.average_offense(root)" + } + multiply = { + fixed_range = { + min = 1 + max = { + add = "scope:front.average_defense(scope:enemy_country)" + divide = "scope:front.average_offense(root)" + multiply = 0.2 + add = 1 + max = 2 + } + } + } + desc = "BATTLE_SIZE_ENEMY_SKILL_ADVANTAGE" + } + + # Cap to *actually available* troops; either the total number, or if own_commander is advancing, exclude defending commanders' troops + if = { + limit = { + exists = scope:own_commander + exists = scope:front + scope:is_advancing_side = yes + } + max = { + add = "scope:front.num_total_battalions(root)" + subtract = "scope:front.num_defending_battalions(root)" + } + desc = "BATTLE_SIZE_MAX_AMOUNT_REACHED" + } + else_if = { + limit = { + exists = scope:front + } + + max = "scope:front.num_total_battalions(root)" + } + else_if = { + limit = { + exists = scope:own_commander + scope:is_advancing_side = yes + } + + max = "scope:own_commander.num_mobilized_battalions" + } + else_if = { # For naval invasions + limit = { + exists = scope:province.land_hq + scope:is_advancing_side = no + } + + max = "scope:province.land_hq.num_garrison_units" + } + else_if = { # Fallback + limit = { + exists = scope:own_commander + } + + max = "scope:own_commander.num_battalions" + } + + # Reduce final troops by up to one-third for attacker (random) + if = { + limit = { + exists = scope:own_commander + scope:is_advancing_side = yes + } + multiply = { + fixed_range = { + min = 0.33 + max = 1.0 + } + } + desc = "BATTLE_SIZE_LUCK" + } + + # Reduce final troops by up to half for defender (random) + if = { + limit = { + exists = scope:own_commander + scope:is_advancing_side = no + } + multiply = { + fixed_range = { + min = 0.5 + max = 1.0 + } + } + desc = "BATTLE_SIZE_LUCK" + } + + # If own_commander is advancing, ensure at least 1 Battalion is doing so + if = { + limit = { + exists = scope:own_commander + scope:is_advancing_side = yes + } + min = 1 + desc = "BATTLE_SIZE_MIN_AMOUNT_REACHED" + } +} + +# root = country +# own_commander = the commander leading this side in battle (if any; could be garrison) +# province = land province this battle takes place in +land_battle_unit_selection_weight = { + value = manpower + multiply = morale + + # Generals have a stronger tendency to bring their own Battalions than borrowed ones + if = { + limit = { + exists = scope:own_commander + exists = commander + commander = scope:own_commander + } + multiply = 1.25 + } +} + +# the warships size for each side in a naval battle +# root = country +# enemy_country = the other country +# own_commander = the commander leading this side in battle (if any; could be garrison) +# enemy_commander = the commander leading this side in battle (if any; could be garrison) +naval_battle_size = { + if = { + limit = { + exists = scope:own_commander + } + value = scope:own_commander.num_units + } +} + +# root = country +# own_commander = the commander leading this side in battle +# province = naval province this battle takes place in +naval_battle_unit_selection_weight = { + value = 1 +} + +# the weight for how likely a unit is to take casualties over others +# root = combat unit +battle_unit_casualty_weight = { + value = 1 + divide = { + value = morale + min = 0.01 + } +} diff --git a/common/script_values/decision_values.txt b/common/script_values/decision_values.txt new file mode 100644 index 00000000..b0e25e2f --- /dev/null +++ b/common/script_values/decision_values.txt @@ -0,0 +1,59 @@ +grand_exhibition_points = { + value = 0 + + if = { + limit = { + infamy >= infamy_threshold:infamous + } + add = -5 + } + + if = { + limit = { + infamy >= infamy_threshold:notorious + } + add = -7 + } + + if = { + limit = { + infamy >= infamy_threshold:pariah + } + add = -15 + } + + if = { + limit = { + is_at_war = yes + } + add = -5 + } + + if = { #Depending on your rank add some points + limit = { + country_rank = rank_value:great_power + } + add = 10 + } + + if = { + limit = { + country_rank = rank_value:major_power + } + add = 7 + } + + if = { + limit = { + country_rank = rank_value:minor_power + } + add = 3 + } + + if = { + limit = { + techs_researched > 1 + } + add = root.techs_researched + } +} \ No newline at end of file diff --git a/common/script_values/event_values.txt b/common/script_values/event_values.txt new file mode 100644 index 00000000..c6009d03 --- /dev/null +++ b/common/script_values/event_values.txt @@ -0,0 +1,87 @@ +small_radicals = 0.02 +medium_radicals = 0.05 +large_radicals = 0.1 +very_large_radicals = 0.2 + +# Election Momentum values +momentum_small = 0.1 +momentum_medium = 0.2 +momentum_large = 0.3 +momentum_very_large = 0.5 + +momentum_small_decrease = -0.1 +momentum_medium_decrease = -0.2 +momentum_large_decrease = -0.3 +momentum_very_large_decrease = -0.5 + +election_event_cooldown_months = 3 + +#Expedition values + +day_until_next_expedition_event = 30 #How long between each expedition event + +expedition_peril_amount_small = 1.2 +expedition_peril_amount_medium = 2.2 +expedition_peril_amount_large = 5 + +expedition_peril_decrease_small = -1 +expedition_peril_decrease_medium = -2 + +expedition_progress_amount_small = 1 +expedition_progress_amount_medium = 2 +expedition_progress_amount_large = 5 + +short_modifier_time = 31 #2.5 years +normal_modifier_time = 61 #5 years +long_modifier_time = 121 #10 years +very_long_modifier_time = 241 # 20 years +stupidly_long_modifier_time = 600 # 50 years + +# 0.015% of GDP, rounded to nearest 10 +money_amount_multiplier_very_small = { + value = root.gdp + divide = 10000 + multiply = 0.075 + round = yes + multiply = 10 +} + +# 0.025% of GDP, rounded to nearest 100 +money_amount_multiplier_small = { + value = root.gdp + divide = 100000 + multiply = 0.15 + round = yes + multiply = 100 +} + +# 0.05% of GDP, rounded to nearest 100 +money_amount_multiplier_medium = { + value = root.gdp + divide = 100000 + multiply = 0.25 + round = yes + multiply = 100 +} + +# 0.1% of GDP, rounded to nearest 1000 +money_amount_multiplier_large = { + value = root.gdp + divide = 1000000 + multiply = 0.5 + round = yes + multiply = 1000 +} + +# 0.5% of GDP, rounded to nearest 1000 +money_amount_multiplier_very_large = { + value = root.gdp + divide = 1000000 + multiply = 2.5 + round = yes + multiply = 1000 +} + +money_amount_multiplier_large_state = { + multiply = 0.001 +} diff --git a/common/script_values/game_values.txt b/common/script_values/game_values.txt new file mode 100644 index 00000000..d4c3b631 --- /dev/null +++ b/common/script_values/game_values.txt @@ -0,0 +1,13 @@ +### These script values tie to values from the code (aka act like enums) + +# Pop Stratas +poor = 0 +middle = 1 +rich = 2 + +# Occupation Stages +none = 0 +minimal = 1 +partial = 2 +full = 3 + diff --git a/common/script_values/objective_values.txt b/common/script_values/objective_values.txt new file mode 100644 index 00000000..cf02f73b --- /dev/null +++ b/common/script_values/objective_values.txt @@ -0,0 +1,44 @@ +#objectives values + +global_population = { + value = 0 + + every_country = { + add = total_population + } +} + +country_and_subjects_population = { + value = total_population + + every_country = { + if = { + limit = { + is_subject_of = root + } + add = total_population + } + } +} + +country_and_subjects_population_global_share = { + value = 0 + if = { + limit = { + global_population > 0 + } + value = country_and_subjects_population + divide = global_population + } +} + +state_infrastructure_balance = { + value = 0 + if = { + limit = { + infrastructure > 0 + } + value = infrastructure + subtract = infrastructure_usage + } +} \ No newline at end of file diff --git a/common/scripted_effects/00_native_conscription.txt b/common/scripted_effects/00_native_conscription.txt new file mode 100644 index 00000000..76dda72a --- /dev/null +++ b/common/scripted_effects/00_native_conscription.txt @@ -0,0 +1,119 @@ +effect_native_conscription_1 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_1 + months = -1 + } + } +} + +effect_native_conscription_2 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_2 + months = -1 + } + } +} + +effect_native_conscription_3 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_3 + months = -1 + } + } +} + +effect_native_conscription_4 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_4 + months = -1 + } + } +} + +effect_native_conscription_5 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_5 + months = -1 + } + } +} + +effect_native_conscription_6 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_6 + months = -1 + } + } +} + +effect_native_conscription_7 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_7 + months = -1 + } + } +} + +effect_native_conscription_8 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_8 + months = -1 + } + } +} + +effect_native_conscription_9 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_9 + months = -1 + } + } +} + +effect_native_conscription_10 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_10 + months = -1 + } + } +} + +effect_native_conscription_11 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_11 + months = -1 + } + } +} + +effect_native_conscription_12 = { + if = { + limit = { is_country_type = decentralized } + add_modifier = { + name = native_conscription_12 + months = -1 + } + } +} \ No newline at end of file diff --git a/common/scripted_effects/00_political_setup.txt b/common/scripted_effects/00_political_setup.txt new file mode 100644 index 00000000..b714c11f --- /dev/null +++ b/common/scripted_effects/00_political_setup.txt @@ -0,0 +1,83 @@ +# Very high liberalism, e.g. USA + +effect_starting_politics_liberal = { + activate_law = law_type:law_presidential_republic + activate_law = law_type:law_total_separation + activate_law = law_type:law_census_voting + activate_law = law_type:law_per_capita_based_taxation + activate_law = law_type:law_elected_midfriends + activate_law = law_type:law_private_schools + activate_law = law_type:law_serfdom_banned + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_mercantilism + activate_law = law_type:law_cultural_exclusion + activate_law = law_type:law_national_militia + activate_law = law_type:law_no_migration_controls +} + +effect_starting_politics_conservative = { + activate_law = law_type:law_monarchy + activate_law = law_type:law_state_religion + activate_law = law_type:law_oligarchy + activate_law = law_type:law_appointed_midfriends + activate_law = law_type:law_religious_schools + activate_law = law_type:law_local_police + activate_law = law_type:law_per_capita_based_taxation + activate_law = law_type:law_racial_segregation + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_mercantilism + activate_law = law_type:law_serfdom_banned + activate_law = law_type:law_censorship + activate_law = law_type:law_national_militia + activate_law = law_type:law_migration_controls +} + +effect_starting_politics_reactionary = { + activate_law = law_type:law_monarchy + activate_law = law_type:law_state_religion + activate_law = law_type:law_autocracy + activate_law = law_type:law_per_capita_based_taxation + activate_law = law_type:law_local_police + activate_law = law_type:law_hereditary_midfriends + activate_law = law_type:law_racial_segregation + activate_law = law_type:law_mixed_economy + activate_law = law_type:law_mercantilism + activate_law = law_type:law_serfdom_banned + activate_law = law_type:law_censorship + activate_law = law_type:law_national_militia + activate_law = law_type:law_migration_controls +} + +effect_starting_politics_traditional = { + if = { + limit = { + is_country_type = decentralized + } + activate_law = law_type:law_chiefdom + activate_law = law_type:law_state_religion + activate_law = law_type:law_autocracy + activate_law = law_type:law_land_based_taxation + activate_law = law_type:law_hereditary_midfriends + activate_law = law_type:law_national_supremacy + activate_law = law_type:law_newfriend_economy + activate_law = law_type:law_isolationism + activate_law = law_type:law_right_of_assembly + activate_law = law_type:law_serfdom + activate_law = law_type:law_only_volunteers + activate_law = law_type:law_closed_borders + } + else = { + activate_law = law_type:law_monarchy + activate_law = law_type:law_state_religion + activate_law = law_type:law_autocracy + activate_law = law_type:law_land_based_taxation + activate_law = law_type:law_hereditary_midfriends + activate_law = law_type:law_national_supremacy + activate_law = law_type:law_newfriend_economy + activate_law = law_type:law_mercantilism + activate_law = law_type:law_serfdom + activate_law = law_type:law_right_of_assembly + activate_law = law_type:law_only_volunteers + activate_law = law_type:law_closed_borders + } +} diff --git a/common/country_formation/00_major_formables.txt b/common/scripted_effects/00_rufus_scripted_effects.txt similarity index 100% rename from common/country_formation/00_major_formables.txt rename to common/scripted_effects/00_rufus_scripted_effects.txt diff --git a/common/scripted_effects/00_scripted_effects.txt b/common/scripted_effects/00_scripted_effects.txt new file mode 100644 index 00000000..ab7548c1 --- /dev/null +++ b/common/scripted_effects/00_scripted_effects.txt @@ -0,0 +1,74 @@ +# Example: +# +# example_effect = { +# x = 100 +# y = 50 +# } +# +# +# In a script file: +# +# effect = { +# example_effect = yes +# } +# + +save_neighbor_with_state = { + random_neighbouring_state = { + limit = { + owner = { + $CRITERIA$ + } + } + save_scope_as = neighbor_state + owner = { + save_scope_as = neighbor_country + } + + random_neighbouring_state = { + limit = { + owner = ROOT + } + save_scope_as = neighbor_neighbor_state + } + } +} + +warlord_setup_effect = { + activate_law = law_type:law_autocracy + activate_law = law_type:law_presidential_republic + activate_law = law_type:law_designated_clickers + + every_scope_character = { + random_list = { + 80 = { + } + + 20 = { + add_trait = bandit + } + } + } +} + +scripted_effect_parties_emergence = { + if = { + limit = { + country_has_voting_franchise = no + } + custom_tooltip = PARTIES_EMERGENCE + } + + # Will immediately trigger elections and thus update parties so no need to call update_party_support here +} + +scripted_effect_parties_disappearence = { + if = { + limit = { + country_has_voting_franchise = yes + } + custom_tooltip = PARTIES_DISAPPEARENCE + } + + deactivate_parties = yes +} \ No newline at end of file diff --git a/common/scripted_effects/00_starting_inventions.txt b/common/scripted_effects/00_starting_inventions.txt new file mode 100644 index 00000000..0d0fa0ca --- /dev/null +++ b/common/scripted_effects/00_starting_inventions.txt @@ -0,0 +1,139 @@ + +# Starting techs for the cutting edge Western powers - Britain, America, France, Belgium etc + +effect_starting_technology_tier_1_tech = { + add_era_researched = era_1 + + # Economic + add_technology_researched = railways + add_technology_researched = intensive_agriculture + add_technology_researched = mechanical_tools + add_technology_researched = atmospheric_engine + + # Military + add_technology_researched = screw_frigate + add_technology_researched = general_staff + add_technology_researched = percussion_cap + add_technology_researched = power_of_the_purse + + # Cultural + add_technology_researched = dialectics + add_technology_researched = central_archives + add_technology_researched = central_banking + add_technology_researched = egalitarianism +} + +# Starting techs for advanced European and American powers - Austria, Prussia, Sweden etc + +effect_starting_technology_tier_2_tech = { + add_era_researched = era_1 +} + +# Starting techs for backwards European and American powers - Spain, Sicily, Russia + +effect_starting_technology_tier_3_tech = { + + # Economic + add_technology_researched = enclosure + add_technology_researched = manufacturies + add_technology_researched = shaft_mining + add_technology_researched = distillation + add_technology_researched = steelworking + add_technology_researched = prospecting + add_technology_researched = cotton_gin + + # Military + add_technology_researched = military_drill + add_technology_researched = standing_army + add_technology_researched = navigation + add_technology_researched = gunsmithing + add_technology_researched = admiralty + add_technology_researched = artillery + add_technology_researched = drydocks + add_technology_researched = mandatory_service + add_technology_researched = army_reserves + add_technology_researched = line_infantry + + # Cultural + add_technology_researched = urbanization + add_technology_researched = rationalism + add_technology_researched = tech_bureaucracy + add_technology_researched = democracy + add_technology_researched = romanticism + add_technology_researched = academia + add_technology_researched = international_trade + add_technology_researched = international_relations + add_technology_researched = centralization + add_technology_researched = currency_standards + add_technology_researched = colonization + add_technology_researched = urban_planning + add_technology_researched = law_enforcement + add_technology_researched = medical_degrees +} + +# Starting techs for most unrecognized nations and very backwards European powers (Ottomans, etc) + +effect_starting_technology_tier_4_tech = { + + # Economic + add_technology_researched = enclosure + add_technology_researched = manufacturies + add_technology_researched = steelworking + add_technology_researched = shaft_mining + add_technology_researched = distillation + add_technology_researched = prospecting + + # Military + add_technology_researched = military_drill + add_technology_researched = standing_army + add_technology_researched = navigation + add_technology_researched = admiralty + add_technology_researched = gunsmithing + add_technology_researched = artillery + add_technology_researched = drydocks + + # Cultural + add_technology_researched = urbanization + add_technology_researched = rationalism + add_technology_researched = tech_bureaucracy + add_technology_researched = centralization + add_technology_researched = democracy + add_technology_researched = international_relations + add_technology_researched = international_trade +} + +# Very backwards centralized powers +effect_starting_technology_tier_5_tech = { + # Economic + add_technology_researched = enclosure + add_technology_researched = manufacturies + add_technology_researched = shaft_mining + + # Military + add_technology_researched = standing_army + add_technology_researched = military_drill + add_technology_researched = navigation + + # Cultural + add_technology_researched = urbanization + add_technology_researched = rationalism + add_technology_researched = tech_bureaucracy +} + +# Decentralized countries with organized armies, extremely backwards centralized powers +effect_starting_technology_tier_6_tech = { + # Economic + add_technology_researched = enclosure + + # Military + add_technology_researched = standing_army + + # Cultural + add_technology_researched = urbanization +} + +# Decentralized countries with no technology +effect_starting_technology_tier_7_tech = { +} + + diff --git a/common/scripted_effects/00_starting_pop_literacy.txt b/common/scripted_effects/00_starting_pop_literacy.txt new file mode 100644 index 00000000..6e5643ea --- /dev/null +++ b/common/scripted_effects/00_starting_pop_literacy.txt @@ -0,0 +1,264 @@ +# Very high literacy + +# Examples: Estalia +effect_starting_pop_literacy_very_high = { + every_scope_pop = { + set_pop_literacy = { + literacy_rate = { + value = 0.6 + # Professions requiring reading at 100% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.2 + } + # Upper Class pops at 95% + if = { + limit = { + strata = rich + } + add = 0.15 + } + # Professions where reading is important at 90% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.1 + } + # People in Unincorporated territories at half + if = { + limit = { + state = { is_incorporated = no } + } + multiply = 0.5 + } + } + } + } +} + +# Examples: USA, UK, Germany +effect_starting_pop_literacy_high = { + every_scope_pop = { + set_pop_literacy = { + literacy_rate = { + value = 0.5 + # Professions requiring reading at 95% + if = { + limit = { + OR = { + is_pop_type = oldfriends + is_pop_type = midfriends + } + } + add = 0.35 + } + # Upper Class pops at 80% + if = { + limit = { + strata = rich + } + add = 0.15 + } + # Professions where reading is important at 70% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.1 + } + # People in Unincorporated territories at half + if = { + limit = { + state = { is_incorporated = no } + } + multiply = 0.5 + } + } + } + } +} + +# Examples: France +effect_starting_pop_literacy_middling = { + every_scope_pop = { + set_pop_literacy = { + literacy_rate = { + value = 0.35 + # Professions requiring reading at 90% + if = { + limit = { + OR = { + is_pop_type = oldfriends + is_pop_type = midfriends + } + } + add = 0.5 + } + # Upper Class pops at 75% + if = { + limit = { + strata = rich + } + add = 0.35 + } + # Professions where reading is important at 50% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.1 + } + # People in Unincorporated territories at half + if = { + limit = { + state = { is_incorporated = no } + } + multiply = 0.5 + } + } + } + } +} + +# Examples: Italy, Spain, China +effect_starting_pop_literacy_low = { + every_scope_pop = { + set_pop_literacy = { + literacy_rate = { + value = 0.2 + # Professions requiring reading at 85% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.65 + } + # Upper Class pops at 60% + if = { + limit = { + strata = rich + } + add = 0.4 + } + # Professions where reading is important at 30% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.1 + } + # People in Unincorporated territories at half + if = { + limit = { + state = { is_incorporated = no } + } + multiply = 0.5 + } + } + } + } +} + +# Examples: Russia, Brazil +effect_starting_pop_literacy_very_low = { + every_scope_pop = { + set_pop_literacy = { + literacy_rate = { + value = 0.1 + # Professions requiring reading at 75% + if = { + limit = { + OR = { + is_pop_type = oldfriends + is_pop_type = midfriends + } + } + add = 0.65 + } + # Upper Class pops at 50% + if = { + limit = { + strata = rich + } + add = 0.4 + } + # Professions where reading is important at 20% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.1 + } + # People in Unincorporated territories at half + if = { + limit = { + state = { is_incorporated = no } + } + multiply = 0.5 + } + } + } + } +} + +# Examples: India, Indonesia, Egypt +effect_starting_pop_literacy_baseline = { + every_scope_pop = { + set_pop_literacy = { + literacy_rate = { + value = 0.05 + # Professions requiring reading at 50% + if = { + limit = { + OR = { + is_pop_type = midfriends + is_pop_type = oldfriends + } + } + add = 0.45 + } + # Upper Class pops at 20% + if = { + limit = { + strata = rich + } + add = 0.15 + } + # Professions where reading is important at 10% + if = { + limit = { + OR = { + is_pop_type = midfriends + } + } + add = 0.05 + } + # People in Unincorporated territories at half + if = { + limit = { + state = { is_incorporated = no } + } + multiply = 0.5 + } + } + } + } +} + diff --git a/common/scripted_effects/00_starting_pop_wealth.txt b/common/scripted_effects/00_starting_pop_wealth.txt new file mode 100644 index 00000000..747a133d --- /dev/null +++ b/common/scripted_effects/00_starting_pop_wealth.txt @@ -0,0 +1,126 @@ +### NOTE: This file only exist to set a baseline for the simulation, the ACTUAL wealth of pops is calculated during setup so starting wealth January 1, 1836 will NOT match the values set in this file + + +# Very high wealth, British and Dutch special cases ($1,800 and $1,700 GDP/capita (PPP) in 1820) + +effect_starting_pop_wealth_very_high = { + every_scope_pop = { + set_pop_wealth = { + wealth_distribution = { + value = 13 + if = { + limit = { + strata = rich + } + add = 15 + } + if = { + limit = { + strata = middle + } + add = 7 + } + if = { + limit = { + strata = poor + } + add = -1 + } + } + update_loyalties = no + } + } +} + +# High wealth, eg Belgium, Germany, USA, Spain ($1,300 to $1,000 GDP/capita (PPP) in 1820) + +effect_starting_pop_wealth_high = { + every_scope_pop = { + set_pop_wealth = { + wealth_distribution = { + value = 12 + if = { + limit = { + strata = rich + } + add = 15 + } + if = { + limit = { + strata = middle + } + add = 7 + } + if = { + limit = { + strata = poor + } + add = -1 + } + } + update_loyalties = no + } + } +} + +# Medium wealth, eg Portugal, Finland, Latin America, Japan, Russia ($900 to $650 GDP/capita (PPP) in 1820) + +effect_starting_pop_wealth_medium = { + every_scope_pop = { + set_pop_wealth = { + wealth_distribution = { + value = 11 + if = { + limit = { + strata = rich + } + add = 15 + } + if = { + limit = { + strata = middle + } + add = 7 + } + if = { + limit = { + strata = poor + } + add = -2 + } + } + update_loyalties = no + } + } +} + +# Low wealth, eg China, India, Africa ($600 to $400 GDP/capita (PPP) in 1820) + +effect_starting_pop_wealth_low = { + every_scope_pop = { + set_pop_wealth = { + wealth_distribution = { + value = 10 + if = { + limit = { + strata = rich + } + add = 15 + } + if = { + limit = { + strata = middle + } + add = 7 + } + if = { + limit = { + strata = poor + } + add = -3 + } + } + update_loyalties = no + } + } +} \ No newline at end of file diff --git a/common/scripted_effects/00_starting_secret_goals.txt b/common/scripted_effects/00_starting_secret_goals.txt new file mode 100644 index 00000000..dd35c032 --- /dev/null +++ b/common/scripted_effects/00_starting_secret_goals.txt @@ -0,0 +1,133 @@ +effect_set_non_hostile_mutual_secret_goal_power_difference = { + save_scope_as = second_country + random_list = { + 25 = { + set_secret_goal = { + country = scope:first_country + secret_goal = befriend + } + } + 75 = { + set_secret_goal = { + country = scope:first_country + secret_goal = none + } + } + } + scope:first_country = { + random_list = { + 25 = { + set_secret_goal = { + country = scope:second_country + secret_goal = protect + } + } + 15 = { + set_secret_goal = { + country = scope:second_country + secret_goal = befriend + } + } + 60 = { + set_secret_goal = { + country = scope:second_country + secret_goal = none + } + } + } + } +} + +effect_set_non_hostile_mutual_secret_goal = { + save_scope_as = second_country + random_list = { + 35 = { + set_secret_goal = { + country = scope:first_country + secret_goal = befriend + } + } + 65 = { + set_secret_goal = { + country = scope:first_country + secret_goal = none + } + } + } + scope:first_country = { + random_list = { + 35 = { + set_secret_goal = { + country = scope:second_country + secret_goal = befriend + } + } + 65 = { + set_secret_goal = { + country = scope:second_country + secret_goal = none + } + } + } + } +} + +effect_set_limited_non_hostile_mutual_secret_goal = { + save_scope_as = second_country + if = { + limit = { + has_strategic_adjacency = scope:first_country + } + + random_list = { + 35 = { + set_secret_goal = { + country = scope:first_country + secret_goal = befriend + } + } + 65 = { + set_secret_goal = { + country = scope:first_country + secret_goal = none + } + } + } + } + else = { + set_secret_goal = { + country = scope:first_country + secret_goal = none + } + } + + scope:first_country = { + if = { + limit = { + has_strategic_adjacency = scope:second_country + } + + random_list = { + 35 = { + set_secret_goal = { + country = scope:second_country + secret_goal = befriend + } + } + 65 = { + set_secret_goal = { + country = scope:second_country + secret_goal = none + } + } + } + } + else = { + set_secret_goal = { + country = scope:second_country + secret_goal = none + } + } + } +} + diff --git a/events/texan_war_of_independence_events.txt b/common/scripted_effects/00_strike_effects.txt similarity index 100% rename from events/texan_war_of_independence_events.txt rename to common/scripted_effects/00_strike_effects.txt diff --git a/common/scripted_triggers/00_clothes_triggers.txt b/common/scripted_triggers/00_clothes_triggers.txt new file mode 100644 index 00000000..50a549a4 --- /dev/null +++ b/common/scripted_triggers/00_clothes_triggers.txt @@ -0,0 +1,280 @@ +no_portrait_trigger = { + always = yes +} + +slightly_underweight_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + AND = { + pop_weight_modifier_scale < 25 + standard_of_living >= 10 + } + AND = { + standard_of_living >= 5 + standard_of_living < 10 + pop_weight_modifier_scale >= 25 + pop_weight_modifier_scale < 50 + } + AND = { + standard_of_living < 5 + pop_weight_modifier_scale >= 50 + } + } + } +} + +underweight_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + AND = { + pop_weight_modifier_scale < 25 + standard_of_living >= 5 + standard_of_living < 10 + } + AND = { + standard_of_living < 5 + pop_weight_modifier_scale >= 25 + pop_weight_modifier_scale < 50 + } + } + } +} + +very_underweight_pop_trigger = { + exists = scope:pop + scope:pop = { + pop_weight_modifier_scale < 25 + standard_of_living < 5 + } +} + +slightly_overweight_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + AND = { + standard_of_living >= 15 + standard_of_living < 20 + pop_weight_modifier_scale >= 90 + } + AND = { + standard_of_living >= 20 + standard_of_living < 40 + pop_weight_modifier_scale >= 85 + pop_weight_modifier_scale < 90 + } + AND = { + standard_of_living >= 40 + pop_weight_modifier_scale >= 70 + pop_weight_modifier_scale < 80 + } + } + } +} + +overweight_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + AND = { + standard_of_living >= 15 + standard_of_living < 20 + pop_weight_modifier_scale >= 95 + } + AND = { + standard_of_living >= 20 + standard_of_living < 40 + pop_weight_modifier_scale >= 90 + pop_weight_modifier_scale < 95 + } + AND = { + standard_of_living >= 40 + pop_weight_modifier_scale >= 80 + pop_weight_modifier_scale < 90 + } + } + } +} + +very_overweight_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + AND = { + standard_of_living >= 20 + standard_of_living < 40 + pop_weight_modifier_scale >= 95 + } + AND = { + standard_of_living >= 40 + pop_weight_modifier_scale >= 90 + } + } + } +} + +struggling_pop_trigger = { + exists = scope:pop + scope:pop = { + standard_of_living < 10 + } +} + +# +#should_be_topless_portrait_trigger = { +# exists = scope:pop +# has_character_flag = single_combat_stripped_to_waist +# should_show_nudity = yes +#} + +midfriends_clothes_pop_trigger = { + exists = scope:pop + scope:pop = { + is_pop_type = midfriends + } +} + +oldfriends_clothes_pop_trigger = { + exists = scope:pop + scope:pop = { + is_pop_type = oldfriends + } +} + +newfriends_clothes_pop_trigger = { + exists = scope:pop + scope:pop = { + is_pop_type = newfriends + } +} + +poor_clothes_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + is_pop_type = newfriends + } + } +} + +middle_clothes_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + is_pop_type = midfriends + } + } +} + +upper_clothes_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + is_pop_type = oldfriends + } + } +} + +ruler_clothes_trigger = { + exists = scope:character + scope:character = { + is_ruler = yes + } +} + +military_clothes_trigger = { + exists = scope:character + scope:character = { + OR = { + has_role = general + has_role = admiral + } + } +} + +monarchy_clothes_trigger = { + exists = scope:character + scope:character = { + OR = { + is_ruler = yes + is_heir = yes + } + owner = { + has_law = law_type:law_monarchy + } + } +} + +republic_clothes_trigger = { + exists = scope:character + scope:character = { + is_ruler = yes + owner = { + NOT = { has_law = law_type:law_monarchy} + } + } +} + +overweight_trigger = { + exists = scope:character + scope:character = { + has_trait = expensive_tastes + } +} + +politician_clothes_trigger = { + exists = scope:character + scope:character = { + AND = { + has_role = politician + is_ruler = no + } + + } +} + +recognized_country_trigger = { + exists = scope:character + scope:character = { + OR = { + owner = { + OR = { + is_country_type = recognized + is_country_type = colonial + } + } + owner = { + top_overlord = { + OR = { + is_country_type = recognized + is_country_type = colonial + } + } + } + } + } +} + +recognized_country_pop_trigger = { + exists = scope:pop + scope:pop = { + OR = { + owner = { + OR = { + is_country_type = recognized + is_country_type = colonial + } + } + owner = { + top_overlord = { + OR = { + is_country_type = recognized + is_country_type = colonial + } + } + } + } + } +} \ No newline at end of file diff --git a/common/scripted_triggers/00_coa_triggers.txt b/common/scripted_triggers/00_coa_triggers.txt index 66df7fa6..b9d91392 100644 --- a/common/scripted_triggers/00_coa_triggers.txt +++ b/common/scripted_triggers/00_coa_triggers.txt @@ -72,15 +72,6 @@ coa_anarchy_trigger = { coa_communist_trigger = { has_law = law_type:law_council_republic - #OR = { - # ig:ig_trade_unions = { - # is_in_government = yes - # } - # any_interest_group = { - # is_in_government = yes - # has_ideology = ideology_proletarian - # } - #} } coa_military_trigger = { @@ -206,21 +197,6 @@ coa_def_fascist_flag_trigger = { scope:actor = { coa_fascist_trigger = yes } } -# Overlord - -coa_def_ensign_trigger = { - NOT = { has_game_rule = no_subject_flags } - exists = scope:overlord - scope:overlord = { - OR = { - this = scope:custom_overlord - any_overlord_or_above = { - this = scope:custom_overlord - } - } - } -} - coa_def_war_trigger = { exists = scope:actor scope:actor = { diff --git a/common/scripted_triggers/00_scripted_triggers.txt b/common/scripted_triggers/00_scripted_triggers.txt index 1dab1ada..d552da5c 100644 --- a/common/scripted_triggers/00_scripted_triggers.txt +++ b/common/scripted_triggers/00_scripted_triggers.txt @@ -18,21 +18,7 @@ country_has_voting_franchise = { modifier:country_voting_power_base_add > 0 modifier:country_voting_power_from_literacy_add > 0 modifier:country_voting_power_wealth_threshold_add > 0 - modifier:country_academics_voting_power_add > 0 - modifier:country_aristocrats_voting_power_add > 0 - modifier:country_bureaucrats_voting_power_add > 0 - modifier:country_capitalists_voting_power_add > 0 - modifier:country_clergymen_voting_power_add > 0 - modifier:country_clerks_voting_power_add > 0 - modifier:country_engineers_voting_power_add > 0 - modifier:country_farmers_voting_power_add > 0 - modifier:country_laborers_voting_power_add > 0 - modifier:country_machinists_voting_power_add > 0 - modifier:country_officers_voting_power_add > 0 - modifier:country_peasants_voting_power_add > 0 - modifier:country_shopkeepers_voting_power_add > 0 - modifier:country_slaves_voting_power_add > 0 - modifier:country_soldiers_voting_power_add > 0 + # modifier:country_oldfriends_voting_power_add > 0 } } @@ -83,130 +69,6 @@ violate_sovereignty_war_check = { } } - -has_industrialized_pm = { - OR = { - # Textile Mills - is_production_method_active = { - building_type = building_textile_mills - production_method = pm_mechanized_looms - } - is_production_method_active = { - building_type = building_textile_mills - production_method = pm_automatic_power_looms - } - - # Furniture Manufacturies - is_production_method_active = { - building_type = building_furniture_manufacturies - production_method = pm_mechanized_workshops - } - is_production_method_active = { - building_type = building_furniture_manufacturies - production_method = pm_watertube_boiler_building_furniture_manufacturies - } - is_production_method_active = { - building_type = building_furniture_manufacturies - production_method = pm_rotary_valve_engine_building_furniture_manufacturies - } - is_production_method_active = { - building_type = building_furniture_manufacturies - production_method = pm_assembly_lines_building_furniture_manufacturies - } - - # Tooling Workshops - is_production_method_active = { - building_type = building_tooling_workshops - production_method = pm_watertube_boiler_building_tooling_workshops - } - is_production_method_active = { - building_type = building_tooling_workshops - production_method = pm_rotary_valve_engine_building_tooling_workshops - } - is_production_method_active = { - building_type = building_tooling_workshops - production_method = pm_assembly_lines_building_tooling_workshops - } - - # Paper Mills - is_production_method_active = { - building_type = building_paper_mills - production_method = pm_watertube_boiler_building_paper_mills - } - is_production_method_active = { - building_type = building_paper_mills - production_method = pm_rotary_valve_engine_building_paper_mills - } - - # Steel Mills - is_production_method_active = { - building_type = building_steel_mills - production_method = pm_watertube_boiler_building_steel_mills - } - is_production_method_active = { - building_type = building_steel_mills - production_method = pm_rotary_valve_engine_building_steel_mills - } - - # Motor Industries - is_production_method_active = { - building_type = building_motor_industry - production_method = pm_watertube_boiler_building_motor_industry - } - is_production_method_active = { - building_type = building_motor_industry - production_method = pm_rotary_valve_engine_building_motor_industry - } - } -} - -using_watertube_boiler = { - OR = { - AND = { - has_building = building_furniture_manufacturies - is_production_method_active = { - building_type = building_furniture_manufacturies - production_method = pm_watertube_boiler_building_furniture_manufacturies - } - } - AND = { - has_building = building_tooling_workshops - is_production_method_active = { - building_type = building_tooling_workshops - production_method = pm_watertube_boiler_building_tooling_workshops - } - } - AND = { - has_building = building_paper_mills - is_production_method_active = { - building_type = building_paper_mills - production_method = pm_watertube_boiler_building_paper_mills - } - } - AND = { - has_building = building_steel_mills - is_production_method_active = { - building_type = building_steel_mills - production_method = pm_watertube_boiler_building_steel_mills - } - } - AND = { - has_building = building_motor_industry - is_production_method_active = { - building_type = building_motor_industry - production_method = pm_watertube_boiler_building_motor_industry - } - } - AND = { - has_building = building_tooling_workshops - is_production_method_active = { - building_type = building_tooling_workshops - production_method = pm_watertube_boiler_building_tooling_workshops - } - } - } -} - countries_are_valid_rivals = { has_overlapping_interests = scope:target_country @@ -317,148 +179,6 @@ countries_are_valid_rivals = { # } #} -has_government_building = { - OR = { - has_building = building_university - has_building = building_arts_academy - } -} - -has_military_building = { - OR = { - has_building = building_barracks - has_building = building_naval_base - } -} - -has_industry_building = { - OR = { - has_building = building_food_industry - has_building = building_textile_mills - has_building = building_furniture_manufacturies - has_building = building_glassworks - has_building = building_tooling_workshops - has_building = building_paper_mills - } -} - -is_industry_building = { - OR = { - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - } -} - -has_heavy_industry_building = { - OR = { - has_building = building_chemical_plants - has_building = building_synthetics_plants - has_building = building_steel_mills - has_building = building_motor_industry - has_building = building_war_machine_industry - has_building = building_electrics_industry - has_building = building_munition_plants - has_building = building_power_plant - } -} - -is_heavy_industry_building = { - OR = { - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_war_machine_industry - is_building_type = building_electrics_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - } -} - -has_subsistence_building = { - any_scope_building = { - is_subsistence_building = yes - } -} - -#iberian_treaty_ports = { -# OR = { -# owns_treaty_port_in = STATE_GRANADA -# } -#} - -is_farm_building = { - or = { - is_building_type = building_rye_farm - is_building_type = building_wheat_farm - is_building_type = building_rice_farm - is_building_type = building_maize_farm - is_building_type = building_millet_farm - is_building_type = building_livestock_ranch - } -} - -has_farm_building = { - OR = { - has_building = building_rye_farm - has_building = building_wheat_farm - has_building = building_rice_farm - has_building = building_maize_farm - has_building = building_millet_farm - has_building = building_livestock_ranch - } -} - -is_production_building = { - or = { - is_building_type = building_coal_mine - is_building_type = building_iron_mine - is_building_type = building_lead_mine - is_building_type = building_sulfur_mine - is_building_type = building_logging_camp - is_building_type = building_oil_rig - is_building_type = building_coffee_plantation - is_building_type = building_cotton_plantation - is_building_type = building_dye_plantation - is_building_type = building_opium_plantation - is_building_type = building_tea_plantation - is_building_type = building_tobacco_plantation - is_building_type = building_sugar_plantation - is_building_type = building_rubber_plantation - is_building_type = building_banana_plantation - is_building_type = building_silk_plantation - is_building_type = building_whaling_station - is_building_type = building_livestock_ranch - is_building_type = building_maize_farm - is_building_type = building_millet_farm - is_building_type = building_rice_farm - is_building_type = building_wheat_farm - is_building_type = building_rye_farm - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_shipyards - is_building_type = building_electrics_industry - is_building_type = building_war_machine_industry - is_building_type = building_arms_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - is_building_type = building_fishing_wharf - } -} - - will_be_accepted_culture = { OR = { AND = { @@ -484,89 +204,28 @@ will_be_accepted_culture = { } } - - - -# used as a trigger in AI script to ensure the AI won't be mean to a player who's still getting their bearings -is_still_learning = { - is_player = yes - has_objective = objective_tutorial - NOT = { has_completed_subgoal = sg_start_diplomatic_play } -} - law_can_hurt_minorities = { OR = { is_enacting_law = law_type:law_state_religion is_enacting_law = law_type:law_national_supremacy is_enacting_law = law_type:law_racial_segregation is_enacting_law = law_type:law_cultural_exclusion - is_enacting_law = law_type:law_traditionalism + is_enacting_law = law_type:law_newfriend_economy is_enacting_law = law_type:law_isolationism is_enacting_law = law_type:law_mercantilism - is_enacting_law = law_type:law_agrarianism + is_enacting_law = law_type:law_newfriend_economy is_enacting_law = law_type:law_free_trade - is_enacting_law = law_type:law_command_economy + is_enacting_law = law_type:law_planned_economy is_enacting_law = law_type:law_private_schools is_enacting_law = law_type:law_religious_schools is_enacting_law = law_type:law_censorship is_enacting_law = law_type:law_graduated_taxation is_enacting_law = law_type:law_proportional_taxation - is_enacting_law = law_type:law_secret_police is_enacting_law = law_type:law_serfdom is_enacting_law = law_type:law_no_migration_controls is_enacting_law = law_type:law_migration_controls is_enacting_law = law_type:law_closed_borders is_enacting_law = law_type:law_no_social_security - is_enacting_law = law_type:law_debt_slavery - is_enacting_law = law_type:law_slave_trade - } -} - -has_distillery = { - any_scope_building = { - OR = { - has_active_production_method = pm_pot_stills - has_active_production_method = pm_patent_stills - } - } -} - -is_distillery = { - OR = { - has_active_production_method = pm_pot_stills - has_active_production_method = pm_patent_stills - } -} - -is_raw_industries_building = { - or = { - is_building_type = building_coal_mine - is_building_type = building_iron_mine - is_building_type = building_lead_mine - is_building_type = building_sulfur_mine - is_building_type = building_logging_camp - is_building_type = building_whaling_station - } -} -is_plantation_building = { - or = { - is_building_type = building_coffee_plantation - is_building_type = building_cotton_plantation - is_building_type = building_dye_plantation - is_building_type = building_opium_plantation - is_building_type = building_tea_plantation - is_building_type = building_tobacco_plantation - is_building_type = building_sugar_plantation - is_building_type = building_rubber_plantation - is_building_type = building_banana_plantation - is_building_type = building_silk_plantation - } -} - -is_economic_objective_building = { - or = { - is_building_type = building_coal_mine - is_building_type = building_iron_mine } } @@ -578,8 +237,6 @@ is_non_customs_union_subject = { has_addiction = { OR = { has_trait = alcoholic - has_trait = opium_addiction - has_trait = cocaine_addiction } } @@ -601,111 +258,10 @@ has_colonial_growth = { colonial_growth_per_colony > 0 } -language_accepted = { - OR = { - AND = { - culture = { has_discrimination_trait = francophone } - owner = { - any_primary_culture = { has_discrimination_trait = francophone } - } - } - AND = { - culture = { has_discrimination_trait = hispanophone } - owner = { - any_primary_culture = { has_discrimination_trait = hispanophone } - } - } - AND = { - culture = { has_discrimination_trait = lusophone } - owner = { - any_primary_culture = { has_discrimination_trait = lusophone } - } - } - AND = { - culture = { has_discrimination_trait = anglophone } - owner = { - any_primary_culture = { has_discrimination_trait = anglophone } - } - } - AND = { - culture = { has_discrimination_trait = german_speaking } - owner = { - any_primary_culture = { has_discrimination_trait = german_speaking } - } - } - AND = { - culture = { has_discrimination_trait = italophone } - owner = { - any_primary_culture = { has_discrimination_trait = italophone } - } - } - AND = { - culture = { has_discrimination_trait = arab_speaking } - owner = { - any_primary_culture = { has_discrimination_trait = arab_speaking } - } - } - AND = { - culture = { has_discrimination_trait = albanian_language } - owner = { - any_primary_culture = { has_discrimination_trait = albanian_language } - } - } - AND = { - culture = { has_discrimination_trait = mongol_language } - owner = { - any_primary_culture = { has_discrimination_trait = mongol_language } - } - } - AND = { - culture = { has_discrimination_trait = khmer_language } - owner = { - any_primary_culture = { has_discrimination_trait = khmer_language } - } - } - AND = { - culture = { has_discrimination_trait = malagasy_language } - owner = { - any_primary_culture = { has_discrimination_trait = malagasy_language } - } - } - AND = { - culture = { has_discrimination_trait = burmese_language } - owner = { - any_primary_culture = { has_discrimination_trait = burmese_language } - } - } - AND = { - culture = { has_discrimination_trait = korean_language } - owner = { - any_primary_culture = { has_discrimination_trait = korean_language } - } - } - AND = { - culture = { has_discrimination_trait = ainu_language } - owner = { - any_primary_culture = { has_discrimination_trait = ainu_language } - } - } - AND = { - culture = { has_discrimination_trait = hmong_mien_language } - owner = { - any_primary_culture = { has_discrimination_trait = hmong_mien_language } - } - } - AND = { - culture = { has_discrimination_trait = tibetan_language } - owner = { - any_primary_culture = { has_discrimination_trait = tibetan_language } - } - } - } -} - default_auto_expand_rule = { cash_reserves_ratio > 0.95 state.market_access > 0.5 - owner.construction_queue_duration < max_autoexpand_queue_weeks + # owner.construction_queue_duration < max_autoexpand_queue_weeks } is_in_civil_war = { @@ -728,8 +284,6 @@ has_paternalist_ideology = { OR = { has_ideology = ideology_paternalistic has_ideology = ideology_scholar_paternalistic - has_ideology = ideology_junker_paternalistic - has_ideology = ideology_papal_paternalistic } } @@ -758,7 +312,7 @@ can_reach_target_state = { } is_peasant_under_serfdom = { - is_pop_type = peasants + is_pop_type = newfriends owner = { has_law = law_type:law_serfdom } diff --git a/common/scripted_triggers/readme.txt b/common/scripted_triggers/readme.txt index d215effd..e0784528 100644 --- a/common/scripted_triggers/readme.txt +++ b/common/scripted_triggers/readme.txt @@ -1 +1 @@ -#I was going to leave an altered version of 00_clothes_triggers which removed vanilla references too, but I'm still figuring out the clothing side to making a total conversion. I can make it so everybody is naked (no clothes are used because none are valid to be used) as no vanilla countries or cultures are referenced, but then it would be just as much effort for you to re-add them all again. \ No newline at end of file +#I was going to leave an altered version of 00_clothes_triggers which removed vanilla references too, but I'm still figuring out the clothing side to making a total conversion. I can make it so everybody is naked (no clothes are used because none are valid to be used) as no vanilla countries or cultures are referenced, but then it would be just as much effort for you to re-add them all again. \ No newline at end of file diff --git a/common/scripted_triggers/test_triggers.txt b/common/scripted_triggers/test_triggers.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/common/scripted_triggers/test_triggers.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/state_traits/00_generic_traits.txt b/common/state_traits/00_generic_traits.txt new file mode 100644 index 00000000..4dbf1bd9 --- /dev/null +++ b/common/state_traits/00_generic_traits.txt @@ -0,0 +1,68 @@ +state_trait_malaria = { + icon = "gfx/interface/icons/state_trait_icons/malaria.dds" + + disabling_technologies = { "quinine" } + + modifier = { + state_non_homeland_colony_growth_speed_mult = -0.9 + state_non_homeland_mortality_mult = 0.15 + } +} + +state_trait_severe_malaria = { + icon = "gfx/interface/icons/state_trait_icons/malaria.dds" + + required_techs_for_colonization = { "quinine" } + disabling_technologies = { "malaria_prevention" } + + modifier = { + state_non_homeland_colony_growth_speed_mult = -0.95 + state_non_homeland_mortality_mult = 0.25 + } +} + +state_trait_natural_harbors = { + icon = "gfx/interface/icons/state_trait_icons/natural_harbors.dds" + + modifier = { + building_shipyards_throughput_mult = 0.1 + } +} + +state_trait_good_soils = { + icon = "gfx/interface/icons/state_trait_icons/good_soils.dds" + + modifier = { + } +} + +state_trait_north_sea_fishing = { + icon = "gfx/interface/icons/state_trait_icons/resources_fish.dds" + + modifier = { + building_group_bg_fishing_throughput_mult = 0.2 + } +} + +state_trait_arctic_whaling = { + icon = "gfx/interface/icons/state_trait_icons/resources_whales.dds" + + modifier = { + building_group_bg_whaling_throughput_mult = 0.2 + } +} + +state_trait_antarctic_whaling = { + icon = "gfx/interface/icons/state_trait_icons/resources_whales.dds" + + modifier = { + building_group_bg_whaling_throughput_mult = 0.2 + } +} + +state_trait_terra_rossa = { + icon = "gfx/interface/icons/state_trait_icons/good_soils.dds" + + modifier = { + } +} diff --git a/common/state_traits/civ_biomes.txt b/common/state_traits/civ_biomes.txt new file mode 100644 index 00000000..9058f856 --- /dev/null +++ b/common/state_traits/civ_biomes.txt @@ -0,0 +1,124 @@ +state_trait_swampland = { + icon = "gfx/interface/icons/state_trait_icons/swampland.dds" + + modifier = { + building_group_bg_cocoa_farms_throughput_mult = 0.2 + building_group_bg_melon_farms_throughput_mult = 0.2 + building_group_bg_sugar_cane_farms_throughput_mult = 0.2 + building_group_bg_wheat_farms_throughput_mult = -0.5 + building_group_bg_mushroom_farms_throughput_mult = -0.9 + } +} + +state_trait_sunflower_plains = { + icon = "gfx/interface/icons/state_trait_icons/sunflower_plains.dds" + + modifier = { + building_group_bg_beetroot_farms_throughput_mult = 0.2 + building_group_bg_carrot_farms_throughput_mult = -0.2 + } +} + +state_trait_plains = { + icon = "gfx/interface/icons/state_trait_icons/plains.dds" + + modifier = { + + } +} + +state_trait_savanna = { + icon = "gfx/interface/icons/state_trait_icons/savanna.dds" + + modifier = { + + } +} + +state_trait_extreme_hills = { + icon = "gfx/interface/icons/state_trait_icons/mountain.dds" + + modifier = { + + } +} + +state_trait_desert = { + icon = "gfx/interface/icons/state_trait_icons/desert.dds" + + modifier = { + + } +} + +state_trait_mesa_plateau = { + icon = "gfx/interface/icons/state_trait_icons/mesa.dds" + + modifier = { + + } +} + +state_trait_jungle = { + icon = "gfx/interface/icons/state_trait_icons/jungle.dds" + + modifier = { + + } +} + +state_trait_forest = { + icon = "gfx/interface/icons/state_trait_icons/forest.dds" + + modifier = { + + } +} + +state_trait_roofed_forest = { + icon = "gfx/interface/icons/state_trait_icons/roofed_forest.dds" + + modifier = { + + } +} + +state_trait_mushroom_island: = { + icon = "gfx/interface/icons/state_trait_icons/mushroom_island.dds" + + modifier = { + + } +} + +state_trait_taiga = { + icon = "gfx/interface/icons/state_trait_icons/taiga.dds" + + modifier = { + + } +} + +state_trait_snowy_plains = { + icon = "gfx/interface/icons/state_trait_icons/snowy_plains.dds" + + modifier = { + + } +} + +state_trait_river = { + icon = "gfx/interface/icons/state_trait_icons/.dds" + + modifier = { + + } +} + +state_trait_ocean = { + icon = "gfx/interface/icons/state_trait_icons/.dds" + + modifier = { + + } +} diff --git a/common/strategic_regions/example_strategic_regions.txt b/common/strategic_regions/example_strategic_regions.txt index bb0d4f0b..538d94d6 100644 --- a/common/strategic_regions/example_strategic_regions.txt +++ b/common/strategic_regions/example_strategic_regions.txt @@ -1,9 +1,41 @@ ###### EXAMPLE ###### region_example_strategic_region = { #This name will be used in-game until localisation is provided. - capital_province = xD08471 #Hex code of a capital province within the strategic region. - map_color = rgb{ 255 255 255 } #Colour of the strategic region shows when in strategic region lens. - states = { STATE_EXAMPLE } #All the states you want within the region. + capital_province = x00043E #Hex code of a capital province within the strategic region. + map_color = rgb { 255 255 255 } #Colour of the strategic region shows when in strategic region lens. + states = { STATE_DEBUG } #All the states you want within the region. +} + +region_medi_sea_land = { + capital_province = x047049 + map_color = rgb { 249 0 0 } + states = { + STATE_NIDAROS + STATE_HYLDOR + STATE_SNOWPEAK + STATE_FLATAGRAS + STATE_SORLAND + STATE_SIX_COLONIES + STATE_OUTLAND + STATE_OUTER_NIDAROS + STATE_TENSEIMIYA + STATE_MORINOYARI + STATE_DAISHIREIBOU + STATE_MUMEITA + STATE_NUMBERS_LAWN + STATE_PORTUCALE + STATE_CIV_PROVENCE + STATE_CASCAIS + STATE_OLIMPIA + STATE_ATLAS + STATE_AZORES + STATE_CLASSICALE + STATE_DREAMLAND + STATE_LUSITAN_PLAINS + STATE_CIV_ALENTEJO + STATE_LUSITAN_PLATEAUS + STATE_EBORA + } } ##################### \ No newline at end of file diff --git a/common/strategic_regions/water_strategic_regions.txt b/common/strategic_regions/water_strategic_regions.txt index b085dc78..56a9a08e 100644 --- a/common/strategic_regions/water_strategic_regions.txt +++ b/common/strategic_regions/water_strategic_regions.txt @@ -1,7 +1,11 @@ ###### EXAMPLE ###### -region_example_sea = { - states = { STATE_EXAMPLE_SEA } # Vanilla just has one state per region for the water strategic regions. +# region_example_sea = { +# states = { STATE_EXAMPLE_SEA } # Vanilla just has one state per region for the water strategic regions. +# } + +region_medi_sea = { + states = { STATE_MEDI_SEA STATE_DREAMLAND_LAKE } } ##################### \ No newline at end of file diff --git a/common/technology/eras/00_eras.txt b/common/technology/eras/00_eras.txt new file mode 100644 index 00000000..f5428c7b --- /dev/null +++ b/common/technology/eras/00_eras.txt @@ -0,0 +1,19 @@ +era_1 = { #Pre-1836 + technology_cost = 5000 # for progress bonuses, use an approximate third: 1650 +} + +era_2 = { #1836-1861 + technology_cost = 7500 # for progress bonuses, use a third: 2500 +} + +era_3 = { #1862-1886 + technology_cost = 10000 # for progress bonuses, use an approximate third: 3000 +} + +era_4 = { #1887-1911 + technology_cost = 12500 # for progress bonuses, use an approximate third: 4000 +} + +era_5 = { #1911-1936 + technology_cost = 15000 # for progress bonuses, use a third: 5000 +} \ No newline at end of file diff --git a/common/technology/eras/_eras.info b/common/technology/eras/_eras.info new file mode 100644 index 00000000..1e29f4fb --- /dev/null +++ b/common/technology/eras/_eras.info @@ -0,0 +1,7 @@ +Syntax: +era_name = { + start_date = yyyy.mm.dd #Start of this era + end_date = yyyy.mm.dd #End of this era + icon = "file_path/to/icon.dds" #Path to the icon for this era + technology_cost = number #Cost of researching an technology in this era +} \ No newline at end of file diff --git a/common/technology/technologies/10_production.txt b/common/technology/technologies/10_production.txt new file mode 100644 index 00000000..423cc88d --- /dev/null +++ b/common/technology/technologies/10_production.txt @@ -0,0 +1,715 @@ +### ERA 1 + +sericulture = { + # Unlocks Mulberry Groves PM on Rice Farms + era = era_1 + texture = "gfx/interface/icons/invention_icons/sericulture.dds" + category = production + can_research = no + + modifier = { + } +} + +enclosure = { + # Unlocks construction of Farms and Plantations + era = era_1 + texture = "gfx/interface/icons/invention_icons/enclosure.dds" + category = production +} + +manufacturies = { + # Unlocks Mercantilism Law + # Unlocks Food Industry, Textile Mills, Furniture Manufacturies, Glassworks, Tooling Workshops, Paper Mills + era = era_1 + texture = "gfx/interface/icons/invention_icons/manufacturies.dds" + category = production +} + +shaft_mining = { + # Unlocks Coal Mine, Iron Mine, Lead Mine, Sulfur Mine + era = era_1 + texture = "gfx/interface/icons/invention_icons/shaft_mining.dds" + category = production + + unlocking_technologies = { + enclosure + manufacturies + } +} + +cotton_gin = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/cotton_gin.dds" + category = production + + modifier = { + } + + unlocking_technologies = { + manufacturies + } +} + +lathe = { + # Unlocks Lathes PM in Furniture Manufacturies + era = era_1 + texture = "gfx/interface/icons/invention_icons/lathe.dds" + category = production + + unlocking_technologies = { + cotton_gin + } +} + +distillation = { + # Unlocks Pot Stills PM in Food Industry + # Unlocks Sweeteners PM in Food Industry + # Unlocks Fish Press PM in Fishing Wharfs + era = era_1 + texture = "gfx/interface/icons/invention_icons/distillation.dds" + category = production + + unlocking_technologies = { + manufacturies + } +} + +steelworking = { + # Unlocks Steel Mills + era = era_1 + texture = "gfx/interface/icons/invention_icons/steelworking.dds" + category = production + + unlocking_technologies = { + shaft_mining + } +} + +prospecting = { + # Unlocks possibility to discover Gold Fields + era = era_1 + texture = "gfx/interface/icons/invention_icons/prospecting_tech.dds" + category = production + + unlocking_technologies = { + shaft_mining + } +} + +### ERA 2 + +crystal_glass = { + # Unlocks Leaded Glass PM in Glassworks + era = era_2 + texture = "gfx/interface/icons/invention_icons/crystal_glass.dds" + category = production + + unlocking_technologies = { + lathe + } +} + +intensive_agriculture = { + # Unlocks Chemical Plants + # Unlocks Intensive Agriculture PM on Rye Farms, Wheat Farms, Rice Farms, Maize Farms, Millet Farms + # Unlocks Intensize Grazing Ranch PM on Livestock Ranches + era = era_2 + texture = "gfx/interface/icons/invention_icons/intensive_agriculture.dds" + category = production + + unlocking_technologies = { + enclosure + } +} + +fractional_distillation = { + # Unlocks Patent Stills PM in Food Industries + # Unlocks Cod Liver Oil PM in Fishing Wharfs + era = era_2 + texture = "gfx/interface/icons/invention_icons/fractional_distillation.dds" + category = production + + unlocking_technologies = { + distillation + } +} + +canneries = { + # Unlocks Cannery PM in Food Industries + era = era_2 + texture = "gfx/interface/icons/invention_icons/canneries.dds" + category = production + + unlocking_technologies = { + lathe + } +} + +watertube_boiler = { + # Unlocks Watertube Boiler PM in Furniture Manufacturies, Tooling Workshops, Paper Mills, Steel Mills, Motor Industry + # Unlocks Condensing Engine Pump in Coal Mines, Iron Mines, Lead Mines, Sulfur Mines + era = era_2 + texture = "gfx/interface/icons/invention_icons/watertube_boiler.dds" + category = production + + unlocking_technologies = { + atmospheric_engine + } +} + +atmospheric_engine = { + # Unlocks Motor Industry + # Unlocks Atmospheric Engine Pump PM in Coal Mine, Iron Mine, Lead Mine, Sulfur Mine + era = era_2 + texture = "gfx/interface/icons/invention_icons/atmospheric_engine.dds" + category = production + + unlocking_technologies = { + shaft_mining + } +} + +railways = { + # Unlocks Railways + # Unlocks Rail Transport PM in Coal, Iron, Lead, Sulfur Mines + # Unlocks Rail Transport PM in Coffee, Cotton, Dye, Opium, Tea, Tobacco, Sugar, Rubber, Banana Plantations + # Unlocks Rail Transport PM in Logging Camp + # Unlocks Rail Transport PM in Oil Rig + # Unlocks Public Trams in Urban Centers + # Increases Railway max level by 1 + era = era_2 + texture = "gfx/interface/icons/invention_icons/railways.dds" + category = production + + unlocking_technologies = { + mechanical_tools + atmospheric_engine + } +} + +chemical_bleaching = { + # Unlocks Bone China PM in Glassworks + # Unlocks Sulfite Pulping PM in Paper Mills + era = era_2 + texture = "gfx/interface/icons/invention_icons/chemical_bleaching.dds" + category = production + + unlocking_technologies = { + crystal_glass + } +} + +nitroglycerin = { + # Unlocks Nitroglycerin PM in Coal, Iron, Lead, Sulfur Mines + # Unlocks Ammonia-Soda Process PM in Chemical Industries + # Countries get a +25% chance of discovering new resources + + era = era_2 + texture = "gfx/interface/icons/invention_icons/nitroglycerin.dds" + category = production + + modifier = { + country_resource_discovery_chance_mult = 0.25 + } + + unlocking_technologies = { + intensive_agriculture + prospecting + } +} + +bessemer_process = { + # Unlocks Bessemer Process PM in Steel Mills + # Unlocks Steel [Tools] PM in Tooling Workshops + era = era_2 + texture = "gfx/interface/icons/invention_icons/bessemer_process.dds" + category = production + + unlocking_technologies = { + steelworking + } +} + +baking_powder = { + # Unlocks Baking Powder PM in Food Industries + era = era_2 + texture = "gfx/interface/icons/invention_icons/baking_powder.dds" + category = production + + unlocking_technologies = { + fractional_distillation + } +} + +mechanized_workshops = { + # Unlocks Slaughterhouses PM in Livestock Ranches + # Unlocks Sewing Machines PM and Mechanized Looms PM in Textile Mills + era = era_2 + texture = "gfx/interface/icons/invention_icons/mechanized_workshops.dds" + category = production + + modifier = { + building_economy_of_scale_level_cap_add = 10 + } + + unlocking_technologies = { + canneries + mechanical_tools + } +} + +mechanical_tools = { + # Unlocks Precision Tools PM in Furniture Workshops + era = era_2 + texture = "gfx/interface/icons/invention_icons/mechanical_tools.dds" + category = production + + unlocking_technologies = { + lathe + steelworking + } +} + +### ERA 3 + +improved_fertilizer = { + # Unlocks Improved Fertilizer PM in Chemical Plants + # Unlocks Fertilization PM in Rye, Wheat, Rice, Maize, Millet Farms + era = era_3 + texture = "gfx/interface/icons/invention_icons/improved_fertilizer.dds" + category = production + + unlocking_technologies = { + intensive_agriculture + } +} + +steam_donkey = { + # Unlocks Steam Donkey PM in Logging Camps + # Unlocks Steam Donkey PM in Coal, Iron, Lead, Sulfur Mines + era = era_3 + texture = "gfx/interface/icons/invention_icons/steam_donkey.dds" + category = production + + unlocking_technologies = { + intensive_agriculture + } +} + +dynamite = { + # Unlocks Vacuum Evaporation PM in Chemical Plants + # Unlocks Explosive Shells PM in Munitions Plants + # Unlocks Dynamite PM in Coal, Iron, Lean, Sulfur Mines + # Countries get a +25% chance of discovering new resources + era = era_3 + texture = "gfx/interface/icons/invention_icons/dynamite.dds" + category = production + + modifier = { + country_resource_discovery_chance_mult = 0.25 + } + + unlocking_technologies = { + nitroglycerin + } +} + +rubber_mastication = { + # Unlocks Rubber Plantations + era = era_3 + texture = "gfx/interface/icons/invention_icons/rubber.dds" + category = production + + unlocking_technologies = { + fractional_distillation + chemical_bleaching + } +} + +rotary_valve_engine = { + # Unlocks Rotary Valve Engine PM in Furniture Manufacturies, Tooling Workshops, Paper Mills, Steel Mills, Motor Industry + era = era_3 + texture = "gfx/interface/icons/invention_icons/rotary_valve_engine.dds" + category = production + + unlocking_technologies = { + watertube_boiler + } +} + +reinforced_concrete = { + # +15% construction throughput + era = era_3 + texture = "gfx/interface/icons/invention_icons/reinforced_concrete.dds" + category = production + + modifier = { + } + + unlocking_technologies = { + bessemer_process + } +} + +threshing_machine = { + # Unlocks Steam Threshers PM on Rye, Wheat, Rice, Maize, Millet Farms + era = era_3 + texture = "gfx/interface/icons/invention_icons/threshing_machine.dds" + category = production + + unlocking_technologies = { + steam_donkey + } +} + +pumpjacks = { + # Unlocks possibility to discover Oil (to build Oil Rigs) + # Unlocks Oil Rig building + era = era_3 + texture = "gfx/interface/icons/invention_icons/pumpjacks.dds" + category = production + + unlocking_technologies = { + steam_donkey + dynamite + } +} + +aniline = { + # Unlocks Synthetic Plants building + era = era_3 + texture = "gfx/interface/icons/invention_icons/aniline.dds" + category = production + + unlocking_technologies = { + rubber_mastication + } +} + +open_hearth_process = { + # Unlocks Open Hearth Process PM in Steel Mills + era = era_3 + texture = "gfx/interface/icons/invention_icons/open_hearth_process.dds" + category = production + + unlocking_technologies = { + bessemer_process + } +} + +vulcanization = { + # Unlocks Elastics PM in Textile Mills + era = era_3 + texture = "gfx/interface/icons/invention_icons/vulcanization.dds" + category = production + + unlocking_technologies = { + rubber_mastication + } +} + +vacuum_canning = { + # Unlocks Vacuum Canning PM in Food Industries + era = era_3 + texture = "gfx/interface/icons/invention_icons/vacuum_canning.dds" + category = production + + unlocking_technologies = { + mechanized_workshops + } +} + +shift_work = { + era = era_3 + texture = "gfx/interface/icons/invention_icons/shift_work.dds" + category = production + + modifier = { + building_economy_of_scale_level_cap_add = 20 + } + + unlocking_technologies = { + mechanized_workshops + } +} + +steel_railway_cars = { + # Unlocks Steel Passenger Carriages PM and Armored Cars PM in Railways + # Unlocks Tanker Cars PM in Oil Rig buildings + # Increases Railway max level by 1 + era = era_3 + texture = "gfx/interface/icons/invention_icons/steel_railway_cars.dds" + category = production + + unlocking_technologies = { + railways + } +} + +electrical_generation = { + # Unlocks Power Plants + # Unlocks Electric Sewing Machines PM and Automatic Power Looms PM in Textile Mills + # Unlocks Brine Electrolysis PM in Chemical Plants + # Unlocks Electric Fencing PM and Refrigerated Storage PM in Livestock Ranches + # Unlocks Refrigerated Storage PM in Fishing Wharfs + # Unlocks Electric Saw Mills PM in Logging Camps + # Unlocks Electric Streetlights PM in Urban Centers + era = era_3 + texture = "gfx/interface/icons/invention_icons/electrical_generation.dds" + category = production + + unlocking_technologies = { + rotary_valve_engine + } +} + +### ERA 4 + +mechanized_farming = { + # Unlocks Tractors PM in Rye Farms, Wheat Farms, Millet Farms + era = era_4 + texture = "gfx/interface/icons/invention_icons/mechanized_farming.dds" + category = production + + unlocking_technologies = { + threshing_machine + } +} + +art_silk = { + # Unlocks the Rayon PM in Synthetic Plants + # Unlocks the Bleached Paper PM in Paper Mills + era = era_4 + texture = "gfx/interface/icons/invention_icons/art_silk.dds" + category = production + + unlocking_technologies = { + aniline + } +} + +automatic_bottle_blowers = { + # Unlocks the Automatic Bottle Blowers PM in Glassworks + era = era_4 + texture = "gfx/interface/icons/invention_icons/automatic_bottle_blowers.dds" + category = production + + unlocking_technologies = { + vulcanization + } +} + +conveyors = { + # Unlocks the Assembly Lines PM in Furniture Manufacturies, Tooling Workshops, Motor Industry + era = era_4 + texture = "gfx/interface/icons/invention_icons/conveyers.dds" + category = production + + unlocking_technologies = { + vulcanization + shift_work + electrical_generation + } +} + +pasteurization = { + # #todo! Does nothing at the moment, should probably do something at Livestock Ranches or Food Industries + era = era_4 + texture = "gfx/interface/icons/invention_icons/pasteurization.dds" + category = production + + unlocking_technologies = { + vacuum_canning + electrical_capacitors + } +} + +electric_railway = { + # Unlocks Electric Trains PM in Railways + # Unlocks Log Carts PM in Logging Camps + # Unlocks Refrigerated Rail Carts in Fishing Wharfs + # Increases Railway max level by 1 + era = era_4 + texture = "gfx/interface/icons/invention_icons/electric_railway.dds" + category = production + + unlocking_technologies = { + electrical_capacitors + steel_railway_cars + } +} + +combustion_engine = { + # Unlocks Automobile Production PM in Motor Industries + # Unlocks Diesel Pump PM in Coal, Iron, Lead, Sulfur Mines + # Unlocks Chainsaws PM in Logging Camps + # Unlocks Combustion Derricks PM in Oil Rigs + # Unlocks Public Motor Carriages PM in Urban Centers + era = era_4 + texture = "gfx/interface/icons/invention_icons/combustion_engine.dds" + category = production + + unlocking_technologies = { + rotary_valve_engine + } +} + +pneumatic_tools = { + # +15% construction throughput + # Countries get a +25% chance of discovering new resources + era = era_4 + texture = "gfx/interface/icons/invention_icons/pneumatic_tools.dds" + category = production + + modifier = { + country_resource_discovery_chance_mult = 0.25 + } + + unlocking_technologies = { + rotary_valve_engine + reinforced_concrete + } +} + +nitrogen_fixation = { + # Unlocks Nitrogen Fixation PM in Chemical Plants + # Unlocks Chemical Fertilizer PM in Rye, Wheat, Rice, Maize, Millet Farms + era = era_4 + texture = "gfx/interface/icons/invention_icons/nitrogen_fixation.dds" + category = production + + unlocking_technologies = { + improved_fertilizer + } +} + +electric_arc_process = { + # Unlocks the Electric Arc Process PM in Steel Mills + era = era_4 + texture = "gfx/interface/icons/invention_icons/electric_arc_process.dds" + category = production + + unlocking_technologies = { + open_hearth_process + } +} + +steam_turbine = { + # Unlocks the Coal-Firing PM in Power Plants + era = era_4 + texture = "gfx/interface/icons/invention_icons/steam_turbines.dds" + category = production + + unlocking_technologies = { + electrical_generation + } +} + +plastics = { + # Unlocks the Houseware Plastics PM in Glassworks + era = era_4 + texture = "gfx/interface/icons/invention_icons/plastics.dds" + category = production + + unlocking_technologies = { + reinforced_concrete + } +} + +electrical_capacitors = { + # Unlocks Electric Sewing Machines PM and Automatic Power Looms PM in Textile Mills + # Unlocks Brine Electrolysis PM in Chemical Plants + # Unlocks Electric Saw Mills PM in Logging Camps + era = era_4 + texture = "gfx/interface/icons/invention_icons/electrical_capacitors.dds" + category = production + + unlocking_technologies = { + electrical_generation + } +} + +radio = { + # Unlocks Radios PM in Electrics Industry + era = era_4 + texture = "gfx/interface/icons/invention_icons/radio.dds" + category = production + + unlocking_technologies = { + telephone + } +} + +telephone = { + # Unlocks Electrics Industry building + era = era_4 + texture = "gfx/interface/icons/invention_icons/telephone.dds" + category = production + + unlocking_technologies = { + shift_work + electrical_generation + } +} + +### ERA 5 + +dough_rollers = { + # Unlocks the Automated Bakery PM in Food Industries + era = era_5 + texture = "gfx/interface/icons/invention_icons/rollers.dds" + category = production + + unlocking_technologies = { + conveyors + } +} + +flash_freezing = { + # Unlocks Refrigerated Rail Cars PM in Livestock Ranches + # Unlocks Flash Freezing PM in Fishing Wharfs + era = era_5 + texture = "gfx/interface/icons/invention_icons/flash_freezing.dds" + category = production + + unlocking_technologies = { + pasteurization + } +} + +oil_turbine = { + # Unlocks Oil-Fired Plant PM in Power Plants + era = era_5 + texture = "gfx/interface/icons/invention_icons/oil_turbines.dds" + category = production + + unlocking_technologies = { + steam_turbine + } +} + +arc_welding = { + # Unlocks Arc Welding Shipbuilding PM in Shipyards + # Unlocks Very Fast PM in Construction Camps + era = era_5 + texture = "gfx/interface/icons/invention_icons/arc_welding.dds" + category = production + + unlocking_technologies = { + electric_arc_process + pneumatic_tools + } +} + +compression_ignition = { + # Unlocks Diesel Trains PM in Railways + # Unlocks Compression Ignition Tractors PM in Rye Farms, Wheat Farms, Millet Farms + era = era_5 + texture = "gfx/interface/icons/invention_icons/compression_ignition.dds" + category = production + + unlocking_technologies = { + combustion_engine + } +} diff --git a/common/technology/technologies/20_military.txt b/common/technology/technologies/20_military.txt new file mode 100644 index 00000000..e663b319 --- /dev/null +++ b/common/technology/technologies/20_military.txt @@ -0,0 +1,784 @@ +### ERA 1 + +standing_army = { + # Unlocks Barracks building + era = era_1 + texture = "gfx/interface/icons/invention_icons/standing_army.dds" + category = military +} + +navigation = { + # Unlocks Shipyards + # Unlocks Ports + # Increases Port max level by 2 + era = era_1 + texture = "gfx/interface/icons/invention_icons/navigation.dds" + category = military + + modifier = { + } +} + +drydocks = { + # Increases Port max level by 3 + era = era_1 + texture = "gfx/interface/icons/invention_icons/drydock.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + navigation + } +} + +mandatory_service = { + # Unlocks Army Model - National Militia + era = era_1 + texture = "gfx/interface/icons/invention_icons/mandatory_service.dds" + category = military + + modifier = { + state_conscription_rate_mult = 0.2 + } + + unlocking_technologies = { + standing_army + } +} + +gunsmithing = { + # Unlocks Arms Industry building + # Global Unlock for Muskets PM in Barracks + era = era_1 + texture = "gfx/interface/icons/invention_icons/gunsmithing.dds" + category = military + + unlocking_technologies = { + standing_army + } +} + +artillery = { + # Unlocks Artillery Production PM in Arms Industries + # Unlocks Cannon Artillery PM in Barracks + era = era_1 + texture = "gfx/interface/icons/invention_icons/artillery.dds" + category = military + + unlocking_technologies = { + gunsmithing + } +} + +military_drill = { + # Does nothing yet; should enable/increase combat unit Experience gain + era = era_1 + texture = "gfx/interface/icons/invention_icons/military_drill.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + standing_army + } +} + +napoleonic_warfare = { + # Unlocks Mobile Artillery PM in Barracks + era = era_1 + texture = "gfx/interface/icons/invention_icons/napoleonic_warfare.dds" + category = military + + unlocking_technologies = { + line_infantry + artillery + } +} + +admiralty = { + # Unlocks Naval Base building + era = era_1 + texture = "gfx/interface/icons/invention_icons/admiralty.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + navigation + } +} + +army_reserves = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/army_reserves.dds" + category = military + + modifier = { + state_conscription_rate_mult = 0.2 + } + + unlocking_technologies = { + line_infantry + } +} + +line_infantry = { + # Unlocks Line Infantry PM in Barracks + era = era_1 + texture = "gfx/interface/icons/invention_icons/line_infantry.dds" + category = military + + unlocking_technologies = { + mandatory_service + military_drill + } +} + +paddle_steamer = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/paddle_steamer.dds" + category = military + + modifier = { + country_convoys_capacity_mult = 0.1 + } + + unlocking_technologies = { + admiralty + } +} + +### ERA 2 + +field_works = { + # Increases defense + era = era_2 + texture = "gfx/interface/icons/invention_icons/field_works.dds" + category = military + + modifier = { + # defensive bonus, either directly to army or (ideally) a fortifications bonus, if we get forts + # Lower kill rate? + unit_morale_loss_mult = -0.05 + unit_army_defense_mult = 0.1 + } + + unlocking_technologies = { + napoleonic_warfare + } +} + +logistics = { + # #todo#! Does nothing yet + era = era_2 + texture = "gfx/interface/icons/invention_icons/logistics_tech.dds" + category = military + + modifier = { + state_conscription_rate_mult = 0.2 + } + + unlocking_technologies = { + napoleonic_warfare + army_reserves + } +} + +triage = { + # Unlocks Basic Medical Aid PM in Barracks + era = era_2 + texture = "gfx/interface/icons/invention_icons/triage.dds" + category = military + + unlocking_technologies = { + logistics + } +} + +shell_gun = { + # Unlocks Explosive Shell Artillery Production PM in Arms Industries + era = era_2 + texture = "gfx/interface/icons/invention_icons/shell_gun.dds" + category = military + + unlocking_technologies = { + artillery + } +} + +percussion_cap = { + # Unlocks Munition Plants building + # Global Unlock for Rifles PM in Barracks + era = era_2 + texture = "gfx/interface/icons/invention_icons/percussion_cap.dds" + category = military + + unlocking_technologies = { + gunsmithing + } +} + +rifling = { + # Unlocks Rifles PM in Arms Industry + era = era_2 + texture = "gfx/interface/icons/invention_icons/rifling.dds" + category = military + + unlocking_technologies = { + percussion_cap + } +} + +general_staff = { + # Unlocks Skirmish Infantry PM in Barracks / Conscription Centers + era = era_2 + texture = "gfx/interface/icons/invention_icons/general_staff.dds" + category = military + + unlocking_technologies = { + army_reserves + } +} + +screw_frigate = { + # Unlocks Complex Shipbuilding PM in Shipyards + era = era_2 + texture = "gfx/interface/icons/invention_icons/screw_frigate.dds" + category = military + + modifier = { + # ship go faster + } + + unlocking_technologies = { + paddle_steamer + } +} + +power_of_the_purse = { + # Unlocks the Power of the Purse PM in Naval Bases + era = era_2 + texture = "gfx/interface/icons/invention_icons/power_of_the_purse.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + admiralty + } +} + +hydraulic_cranes = { + # Increases Port max level by 3 + era = era_2 + texture = "gfx/interface/icons/invention_icons/hydraulic_cranes.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + drydocks + } +} + +### ERA 3 + +modern_nursing = { + # Unlocks Field Hospitals PM in Barracks + era = era_3 + texture = "gfx/interface/icons/invention_icons/modern_nursing.dds" + category = military + + unlocking_technologies = { + triage + } +} + +enlistment_offices = { + era = era_3 + texture = "gfx/interface/icons/invention_icons/enlistment_offices.dds" + category = military + + modifier = { + state_conscription_rate_mult = 0.2 + } + + unlocking_technologies = { + logistics + } +} + +electric_telegraph = { + era = era_3 + texture = "gfx/interface/icons/invention_icons/electrical_telegraph.dds" + category = military + + modifier = { + country_war_exhaustion_casualties_mult = -0.25 + } + + unlocking_technologies = { + logistics + } +} + +military_statistics = { + era = era_3 + texture = "gfx/interface/icons/invention_icons/military_statistics.dds" + category = military + + modifier = { + building_mobilization_cost_mult = -0.2 + } + + unlocking_technologies = { + electric_telegraph + general_staff + } +} + +repeaters = { + # Unlocks Repeaters PM in Arms Industry + # Global Unlock for Repeaters PM in Barracks + era = era_3 + texture = "gfx/interface/icons/invention_icons/repeaters.dds" + category = military + + unlocking_technologies = { + rifling + } +} + +breech_loading_artillery = { + # Unlocks Breech Loading Artillery Production PM in Arms Industries + # Unlocks Breech Loading Artillery PM in Barracks + # Unlocks Railway Guns PM in Railways + era = era_3 + texture = "gfx/interface/icons/invention_icons/breech_loading_artillery.dds" + category = military + + unlocking_technologies = { + rifling + shell_gun + } +} + +handcranked_machine_gun = { + era = era_3 + texture = "gfx/interface/icons/invention_icons/handcranked_machine_gun.dds" + category = military + + modifier = { + unit_army_defense_add = 5 + unit_kill_rate_add = 0.05 + } + + unlocking_technologies = { + repeaters + breech_loading_artillery + } +} + +self_propelled_torpedoes = { + # #todo#! Does nothing yet + era = era_3 + texture = "gfx/interface/icons/invention_icons/self_propelled_torpedoes.dds" + category = military + + unlocking_technologies = { + ironclad_tech + jeune_ecole + } +} + +monitor_tech = { + # Unlocks Monitors PM in Naval Base + era = era_3 + texture = "gfx/interface/icons/invention_icons/monitor_tech.dds" + category = military + + modifier = { + # increased offense and defense. + } + + unlocking_technologies = { + ironclad_tech + } +} + +ironclad_tech = { + # Unlocks Metal Shipbuilding PM in Shipyards + # Unlocks Ironclads PM in Naval Base + # Unlocks Steam Trawlers PM in Fishing Wharves + era = era_3 + texture = "gfx/interface/icons/invention_icons/ironclad_tech.dds" + category = military + + unlocking_technologies = { + screw_frigate + } +} + +jeune_ecole = { + # Unlocks Jeune Ecole PM in Naval Base + era = era_3 + texture = "gfx/interface/icons/invention_icons/jeune_ecole.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + power_of_the_purse + } +} + +floating_harbor = { + # Unlocks Industrial Port PM in Ports + # Increases Port Level by 4 + era = era_3 + texture = "gfx/interface/icons/invention_icons/floating_harbor.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + gantry_cranes + } +} + +gantry_cranes = { + # Increases Port max level by 4 + era = era_3 + texture = "gfx/interface/icons/invention_icons/gantry_crane.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + hydraulic_cranes + } +} + +### ERA 4 + +trench_works = { + # Unlocks Officer Training PM in Barracks + # Unlocks Barbed Wire Fences in Livestock Ranches + # Unlocks Trench Infantry + era = era_4 + texture = "gfx/interface/icons/invention_icons/trench_works.dds" + category = military + + unlocking_technologies = { + general_staff + electric_telegraph + } +} + +war_propaganda = { + era = era_4 + texture = "gfx/interface/icons/invention_icons/war_propaganda.dds" + category = military + + modifier = { + unit_morale_loss_mult = -0.05 + state_conscription_rate_mult = 0.2 + } + + unlocking_technologies = { + enlistment_offices + } +} + +wargaming = { + # #todo#! Does nothing yet + era = era_4 + texture = "gfx/interface/icons/invention_icons/wargaming.dds" + category = military + + modifier = { + unit_morale_loss_mult = -0.05 + } + + unlocking_technologies = { + military_statistics + } +} + +defense_in_depth = { + # Increases defense + # Unlock Delay Order? + era = era_4 + texture = "gfx/interface/icons/invention_icons/defense_in_depth.dds" + category = military + + modifier = { + unit_morale_loss_mult = -0.05 + # defensive bonus, either to the army or ideally to fortifications + unit_army_defense_mult = 0.3 + } + + unlocking_technologies = { + trench_works + } +} + +bolt_action_rifles = { + # Unlocks Bolt Action Rifles PM in Arms Industry + # Global Unlock for Bolt Action Rifles PM in Barracks + era = era_4 + texture = "gfx/interface/icons/invention_icons/bolt_action_rifles.dds" + category = military + + unlocking_technologies = { + repeaters + } +} + +automatic_machine_guns = { + # #todo#! Does nothing yet + era = era_4 + texture = "gfx/interface/icons/invention_icons/machine_gun.dds" + category = military + + unlocking_technologies = { + handcranked_machine_gun + bolt_action_rifles + } +} + +submarine = { + # Unlocks Submarine PM on Naval Bases + era = era_4 + texture = "gfx/interface/icons/invention_icons/submarine.dds" + category = military + + modifier = { + # inproved disruption of supply lines, improved evasion, improved [something naval and dickish] + } + + unlocking_technologies = { + self_propelled_torpedoes + } +} + +destroyer = { + # #todo#! Does nothing yet + era = era_4 + texture = "gfx/interface/icons/invention_icons/destroyers.dds" + category = military + + unlocking_technologies = { + monitor_tech + ironclad_tech + } +} + +dreadnought = { + # Unlocks Dreadnoughts PM in Naval Bases + era = era_4 + texture = "gfx/interface/icons/invention_icons/dreadnought.dds" + category = military + + modifier = { + # increased coal consumption + # increased offense and defense? + + # prestige bonus? Or a prestige bonus to overall naval size. Could apply this to mahanian_thought instead. + } + + unlocking_technologies = { + ironclad_tech + sea_lane_strategies + } +} +sea_lane_strategies = { + # Unlocks Sea Lane Strategies PM in Naval Bases + era = era_4 + texture = "gfx/interface/icons/invention_icons/sea_lane_strategies.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + jeune_ecole + } +} + +landing_craft = { + era = era_4 + texture = "gfx/interface/icons/invention_icons/landing_craft.dds" + category = military + + modifier = { + country_ignores_landing_craft_penalty = yes + } + + unlocking_technologies = { + jeune_ecole + monitor_tech + } +} + +concrete_dockyards = { + # Unlocks Modern Port PM in Ports + # Increases Max Port Level by 4 + era = era_4 + texture = "gfx/interface/icons/invention_icons/concrete_dockyards.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + floating_harbor + } +} + +### ERA 5 + +nco_training = { + # Unlocks Advanced Officer Training PM in Barracks + era = era_5 + texture = "gfx/interface/icons/invention_icons/nco_training.dds" + category = military + + unlocking_technologies = { + military_statistics + trench_works + } +} + +chemical_warfare = { + # Unlocks Chemical Artillery PM in Barracks + era = era_5 + texture = "gfx/interface/icons/invention_icons/chemical_warfare.dds" + category = military + + unlocking_technologies = { + automatic_machine_guns + } +} + +stormtroopers = { + # #todo#! Does nothing yet + era = era_5 + texture = "gfx/interface/icons/invention_icons/stormtroopers.dds" + category = military + + unlocking_technologies = { + wargaming + trench_works + } +} + +concrete_fortifications = { + # Increases defense + era = era_5 + texture = "gfx/interface/icons/invention_icons/concrete_fortifications.dds" + category = military + + modifier = { + unit_morale_loss_mult = -0.05 + # build the maginot line and be completely unstoppable, forever, especially if you're France + # bonus to general defensiveness or specifically to forts if they become a thing + unit_army_defense_mult = 0.4 + } + + unlocking_technologies = { + defense_in_depth + } +} + +mobile_armor = { + # Unlocks Tanks PM in Vehicles Industries + # Unlocks Tanks, Planes and Tanks PM in Barracks + era = era_5 + texture = "gfx/interface/icons/invention_icons/mobile_armor.dds" + category = military + + unlocking_technologies = { + military_aviation + concrete_fortifications + nco_training + } +} + +military_aviation = { + # Unlocks Vehicles Industries + # Unlocks Tanks, Planes and Tanks PM in Barracks + era = era_5 + texture = "gfx/interface/icons/invention_icons/military_aviation.dds" + category = military + + modifier = { + # increased oil consumption + # increased recon/scouting/go fast + } + + unlocking_technologies = { + defense_in_depth + } +} + +flamethrowers = { + # Increases kill rate (lowers opponent survival rate) + era = era_5 + texture = "gfx/interface/icons/invention_icons/flamethrowers.dds" + category = military + + unlocking_technologies = { + trench_works + automatic_machine_guns + } + modifier = { + unit_kill_rate_add = 0.05 + } +} + +carrier_tech = { + # Unlocks Carriers PM in Naval Bases + era = era_5 + texture = "gfx/interface/icons/invention_icons/carrier_tech.dds" + category = military + + unlocking_technologies = { + dreadnought + } +} + +battleship_tech = { + # Unlocks Battleships PM in Naval Bases + era = era_5 + texture = "gfx/interface/icons/invention_icons/battleship_tech.dds" + category = military + + unlocking_technologies = { + dreadnought + } +} + +battlefleet_tactics = { + # Unlocks Battlefleet Tactics PM in Naval Bases + era = era_5 + texture = "gfx/interface/icons/invention_icons/battlefleet_tactics.dds" + category = military + + modifier = { + } + + unlocking_technologies = { + battleship_tech + sea_lane_strategies + } +} diff --git a/common/technology/technologies/30_society.txt b/common/technology/technologies/30_society.txt new file mode 100644 index 00000000..8ae786a0 --- /dev/null +++ b/common/technology/technologies/30_society.txt @@ -0,0 +1,926 @@ +### ERA 1 + +urbanization = { + # Unlocks Urban Centers building + era = era_1 + texture = "gfx/interface/icons/invention_icons/urbanization.dds" + category = society + + modifier = { + state_infrastructure_from_population_add = 0.2 + state_infrastructure_from_population_max_add = 40 + state_building_construction_sector_max_level_add = 10 + } +} + +urban_planning = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/urban_planning.dds" + category = society + + modifier = { + state_infrastructure_from_population_add = 0.05 + state_infrastructure_from_population_max_add = 10 + state_building_construction_sector_max_level_add = 5 + } + + unlocking_technologies = { + urbanization + } +} + +rationalism = { + # Unlocks Freedom of Conscience - Church and State Law + era = era_1 + texture = "gfx/interface/icons/invention_icons/rationalism.dds" + category = society + + modifier = { + country_institution_schools_max_investment_add = 1 + } +} + +tech_bureaucracy = { + # Unlocks Government Administration building + # Unlocks Isolationism - Economic System Law + # Unlocks Road Maintenance Decree + era = era_1 + texture = "gfx/interface/icons/invention_icons/bureaucracy.dds" + category = society + + modifier = { + country_institution_police_max_investment_add = 2 + } + + unlocking_technologies = { + urbanization + } +} + +currency_standards = { + # Unlocks Payroll Tax - Income Taxation Law + era = era_1 + texture = "gfx/interface/icons/invention_icons/currency_standards.dds" + category = society + + unlocking_technologies = { + international_trade + centralization + } +} + +democracy = { + # Unlocks Right of Assembly - Freedom of Speech Law + # Unlocks Landed Voting, Wealth Voting, Census Voting - Distribution of Power Laws + # Unlocks Presidential Republic, Parliamentary Republic - Governance Principles Law + era = era_1 + texture = "gfx/interface/icons/invention_icons/democracy.dds" + category = society + + modifier = { + country_institution_social_security_max_investment_add = 1 + } + + unlocking_technologies = { + rationalism + } +} + +romanticism = { + # Unlocks Arts Academy building + # Unlocks Greener Grass Campaign Decree + # Unlocks Agrarianism - Economic System Law + era = era_1 + texture = "gfx/interface/icons/invention_icons/romanticism.dds" + category = society + + modifier = { + country_prestige_mult = 0.05 + } + + unlocking_technologies = { + academia + } +} + +international_trade = { + # Unlocks Trade Center building + # Unlocks Free Trade - Economic System Law + era = era_1 + texture = "gfx/interface/icons/invention_icons/international_trade.dds" + category = society + + unlocking_technologies = { + tech_bureaucracy + } +} + +centralization = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/centralization.dds" + category = society + + modifier = { + state_tax_capacity_add = 25 + country_institution_home_affairs_max_investment_add = 1 + } + + unlocking_technologies = { + tech_bureaucracy + } +} + +banking = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/banking.dds" + category = society + + modifier = { + country_minting_mult = 0.1 + country_loan_interest_rate_add = -0.02 + } + + unlocking_technologies = { + currency_standards + } +} + +academia = { + # Unlocks University building + era = era_1 + texture = "gfx/interface/icons/invention_icons/academia.dds" + category = society + + unlocking_technologies = { + rationalism + } +} + +colonization = { + # Unlocks Colonial Resettlement, Colonial Exploitation - Colonial Affairs Laws + # Unlocks various expedition decisions + # Unlocks the Suez Canal + era = era_1 + texture = "gfx/interface/icons/invention_icons/colonization.dds" + category = society + + modifier = { + country_institution_colonial_affairs_max_investment_add = 2 + } + + unlocking_technologies = { + international_relations + } +} + +international_relations = { + # Unlocks Defensive Pact and Rivalry + era = era_1 + texture = "gfx/interface/icons/invention_icons/international_diplomacy.dds" + category = society + unlocking_technologies = { + tech_bureaucracy + } +} + +law_enforcement = { + # Unlocks Local Police, Dedicated Police - Policing Laws + era = era_1 + texture = "gfx/interface/icons/invention_icons/law_enforcement.dds" + category = society + + modifier = { + country_institution_police_max_investment_add = 1 + } + + unlocking_technologies = { + tech_bureaucracy + urban_planning + } +} + +stock_exchange = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/stock_exchanges.dds" + category = society + + modifier = { + country_trade_route_cost_mult = -0.25 + country_trade_route_competitiveness_mult = 0.25 + } + + unlocking_technologies = { + international_trade + } +} + +medical_degrees = { + # Unlocks Private Health Insurance, Public Health Insurance - Health System Laws + era = era_1 + texture = "gfx/interface/icons/invention_icons/medical_degrees.dds" + category = society + + modifier = { + country_institution_health_system_max_investment_add = 1 + } + + unlocking_technologies = { + academia + } +} + +mass_communication = { + era = era_1 + texture = "gfx/interface/icons/invention_icons/mass_communication.dds" + category = society + + modifier = { + country_authority_mult = 0.1 + } + + unlocking_technologies = { + democracy + } +} + +empiricism = { + # Unlocks Total Separation - Church and State Law + era = era_1 + texture = "gfx/interface/icons/invention_icons/empiricism.dds" + category = society + + modifier = { + country_influence_mult = 0.1 + country_institution_schools_max_investment_add = 1 + } + + unlocking_technologies = { + academia + } +} + +### ERA 2 + +egalitarianism = { + # Unlocks Universal Suffrage - Distribution of Power Law + # Unlocks Egalitarian - Citizenship Law + # Unlocks Proportional Taxation - Income Taxation Law + # New leaders may spawn with the Radical Ideology + era = era_2 + texture = "gfx/interface/icons/invention_icons/egalitarianism.dds" + category = society + + modifier = { + state_expected_sol_from_literacy = 1 + country_institution_social_security_max_investment_add = 1 + } + + unlocking_technologies = { + democracy + } +} + +pharmaceuticals = { + # Increases the ratio of pop casualties that survive a battle + era = era_2 + texture = "gfx/interface/icons/invention_icons/pharmaceuticals.dds" + category = society + + modifier = { + country_institution_health_system_max_investment_add = 1 + } + + unlocking_technologies = { + medical_degrees + } +} + +modern_sewerage = { + # Unlocks Maintained Sewers PM in Urban Centers + era = era_2 + texture = "gfx/interface/icons/invention_icons/modern_sewerage.dds" + category = society + + modifier = { + state_infrastructure_from_population_add = 0.05 + state_infrastructure_from_population_max_add = 10 + } + + unlocking_technologies = { + urban_planning + } +} + +quinine = { + # Permits colonization of state regions with the Malaria trait + era = era_2 + texture = "gfx/interface/icons/invention_icons/quinine.dds" + category = society + + modifier = { + country_institution_colonial_affairs_max_investment_add = 1 + } + + unlocking_technologies = { + colonization + pharmaceuticals + } +} + +organized_sports = { + era = era_2 + texture = "gfx/interface/icons/invention_icons/organized_sports.dds" + category = society + + modifier = { + country_prestige_mult = 0.1 + } + + unlocking_technologies = { + nationalism + } +} + +central_archives = { + # Unlocks Secret Police - Internal Security Law + # Unlocks Horizontal Drawer Cabinets PM for Government Administration + era = era_2 + texture = "gfx/interface/icons/invention_icons/central_archives.dds" + category = society + + modifier = { + state_tax_capacity_add = 25 + country_institution_home_affairs_max_investment_add = 1 + } + + unlocking_technologies = { + centralization + } +} + +central_banking = { + era = era_2 + texture = "gfx/interface/icons/invention_icons/central_banking.dds" + category = society + + modifier = { + country_minting_mult = 0.1 + country_loan_interest_rate_add = -0.02 + } + + unlocking_technologies = { + banking + } +} + +dialectics = { + # Unlocks Philosophy Department PM in Universities + + era = era_2 + texture = "gfx/interface/icons/invention_icons/dialectics.dds" + category = society + + modifier = { + country_institution_schools_max_investment_add = 1 + } + + unlocking_technologies = { + empiricism + } +} + +psychiatry = { + era = era_2 + texture = "gfx/interface/icons/invention_icons/psychiatry.dds" + category = society + + modifier = { + country_influence_mult = 0.1 + state_bureaucracy_population_base_cost_factor_mult = -0.05 + } + + unlocking_technologies = { + empiricism + } +} + +realism = { + # Unlocks Realist Art PM in Art Academies + era = era_2 + texture = "gfx/interface/icons/invention_icons/realism.dds" + category = society + + modifier = { + country_prestige_mult = 0.05 + } + + unlocking_technologies = { + romanticism + } +} + +nationalism = { + # Unlocks the Immigration Controls Law in Migration + # New leaders may spawn with the Ethno-Nationalist Ideology + era = era_2 + texture = "gfx/interface/icons/invention_icons/nationalism.dds" + category = society + + modifier = { + country_authority_mult = 0.1 + } + + unlocking_technologies = { + mass_communication + international_relations + } +} + +labor_movement = { + # Unlocks Regulatory Bodies - Labor Rights Law + # Unlocks Restricted Child Labor - Children's Rights Laws + # Unlocks Wage Controls - Social Security Laws + # Increases attraction of Trade Unions IG + era = era_2 + texture = "gfx/interface/icons/invention_icons/labor_movement.dds" + category = society + + modifier = { + state_expected_sol_from_literacy = 1 + country_institution_workplace_safety_max_investment_add = 3 + } + + unlocking_technologies = { + mass_communication + egalitarianism + } +} + +postal_savings = { + era = era_2 + texture = "gfx/interface/icons/invention_icons/postal_savings.dds" + category = society + + modifier = { + building_cash_reserves_mult = 0.2 + } + + unlocking_technologies = { + stock_exchange + } +} + +### ERA 3 + +human_rights = { + # Unlocks Worker Protections - Labor Rights Law + # Unlocks Protected Speech - Freedom of Speech Law + # Unlocks Compulsory Schooling - Children's Rights Laws + # Unlocks Old Age Pensions - Social Security Laws + # Should presumably unlock a lot of Laws in the Human Rights category of Laws + era = era_3 + texture = "gfx/interface/icons/invention_icons/human_rights.dds" + category = society + + modifier = { + country_institution_social_security_max_investment_add = 1 + } + + unlocking_technologies = { + egalitarianism + } +} + +feminism = { + # Unlocks Women in the Workplace - Rights of Women Law + era = era_3 + texture = "gfx/interface/icons/invention_icons/feminism.dds" + category = society + + unlocking_technologies = { + human_rights + } +} + +steel_frame_buildings = { + # Unlocks Covered Markets PM in Urban Centers + era = era_3 + texture = "gfx/interface/icons/invention_icons/steel_frame_buildings.dds" + category = society + modifier = { + state_infrastructure_from_population_add = 0.05 + state_infrastructure_from_population_max_add = 10 + } + + unlocking_technologies = { + modern_sewerage + } +} + +civilizing_mission = { + # Unlocks Panama Canal survey expedition decision + # Unlocks the Panama Canal + + era = era_3 + texture = "gfx/interface/icons/invention_icons/civilizing_mission.dds" + category = society + + modifier = { + country_institution_colonial_affairs_max_investment_add = 1 + } + + unlocking_technologies = { + quinine + nationalism + } +} + +anarchism = { + # Unlocks Anarchy - Distribution of Power Law + # New leaders may spawn with the Anarchist Ideology + era = era_3 + texture = "gfx/interface/icons/invention_icons/anarchy.dds" + category = society + + unlocking_technologies = { + egalitarianism + } +} + +socialism = { + # Unlocks Council Republic - Governance Principles Law + # Unlocks Graduated Taxation - Income Taxation Law + # New leaders may spawn with the Social Democrat, Communist Ideologies + era = era_3 + texture = "gfx/interface/icons/invention_icons/socialism.dds" + category = society + + modifier = { + state_expected_sol_from_literacy = 1 + country_institution_workplace_safety_max_investment_add = 2 + } + + unlocking_technologies = { + labor_movement + dialectics + } +} + +pan-nationalism = { + # Permits for the formation of a number of pan-nationalist countries + # Permits the Unify Germany and Unify Italy Diplomatic Plays + era = era_3 + texture = "gfx/interface/icons/invention_icons/pan_nationalism.dds" + category = society + + modifier = { + country_authority_mult = 0.1 + } + + unlocking_technologies = { + nationalism + } +} + +mutual_funds = { + era = era_3 + texture = "gfx/interface/icons/invention_icons/mutual_funds.dds" + category = society + + modifier = { + country_minting_mult = 0.1 + country_loan_interest_rate_add = -0.02 + } + + unlocking_technologies = { + central_banking + postal_savings + } +} + +camera = { + # Unlocks Photographic Art, Improved Propaganda Centers PMs in Art Academy + era = era_3 + texture = "gfx/interface/icons/invention_icons/camera.dds" + category = society + + modifier = { + country_prestige_mult = 0.05 + } + + unlocking_technologies = { + realism + } +} + +philosophical_pragmatism = { + era = era_3 + texture = "gfx/interface/icons/invention_icons/philosophical_pragmatism.dds" + category = society + + modifier = { + country_influence_mult = 0.1 + state_bureaucracy_population_base_cost_factor_mult = -0.05 + } + + unlocking_technologies = { + psychiatry + } +} + +identification_documents = { + # Unlocks Identification Documents PM in Government Administrations + # Unlocks Closed Borders Law in Migration + era = era_3 + texture = "gfx/interface/icons/invention_icons/identification_documents.dds" + category = society + + modifier = { + state_tax_capacity_add = 25 + country_institution_home_affairs_max_investment_add = 1 + } + + unlocking_technologies = { + central_archives + } +} + +### ERA 4 +elevator = { + # Unlocks Arcades PM in Urban Center + era = era_4 + texture = "gfx/interface/icons/invention_icons/elevator.dds" + category = society + + modifier = { + state_infrastructure_from_population_add = 0.05 + state_infrastructure_from_population_max_add = 10 + } + + unlocking_technologies = { + steel_frame_buildings + } +} + +zeppelins = { + # #todo#! Does nothing at the moment + era = era_4 + texture = "gfx/interface/icons/invention_icons/zeppelins.dds" + category = society + + unlocking_technologies = { + steel_frame_buildings + } +} + +malaria_prevention = { + # Should permit for colonization of state regions with severe malaria + era = era_4 + texture = "gfx/interface/icons/invention_icons/malaria_prevention.dds" + category = society + + modifier = { + country_institution_colonial_affairs_max_investment_add = 1 + } + + unlocking_technologies = { + civilizing_mission + } +} + +central_planning = { + # Unlocks Command Economy - Economic System Law + # Unlocks Vertical Filing Cabinets PM in Government Administrations + era = era_4 + texture = "gfx/interface/icons/invention_icons/central_planning.dds" + category = society + + modifier = { + state_tax_capacity_add = 25 + } + + unlocking_technologies = { + identification_documents + } +} + +political_agitation = { + # Unlocks Women's Suffrage - Rights of Women Law + # Increases political participation from poor pop types + # New leaders may spawn with the Feminist, Vanguardist Ideology + era = era_4 + texture = "gfx/interface/icons/invention_icons/political_agitation.dds" + category = society + + modifier = { + state_expected_sol_from_literacy = 1 + country_authority_mult = 0.1 + } + + unlocking_technologies = { + anarchism + socialism + pan-nationalism + } +} + +international_exchange_standards = { + # #todo#! Does nothing at the moment + # Should increase trade power maybe + era = era_4 + texture = "gfx/interface/icons/invention_icons/international_exchange_standards.dds" + category = society + + modifier = { + country_minting_mult = 0.1 + country_loan_interest_rate_add = -0.02 + } + + unlocking_technologies = { + mutual_funds + } +} + +psychoanalysis = { + # #todo#! Does nothing at the moment + # Should provide additional methods for dealing with negative psychological character traits + era = era_4 + texture = "gfx/interface/icons/invention_icons/psychoanalysis.dds" + category = society + + modifier = { + country_influence_mult = 0.1 + state_bureaucracy_population_base_cost_factor_mult = -0.05 + } + + unlocking_technologies = { + philosophical_pragmatism + } +} + +film = { + # Unlocks Film Propaganda Center PM in Arts Academies + era = era_4 + texture = "gfx/interface/icons/invention_icons/film.dds" + category = society + + modifier = { + country_prestige_mult = 0.05 + } + + unlocking_technologies = { + camera + } +} + +multilateral_alliances = { + era = era_4 + texture = "gfx/interface/icons/invention_icons/multilateral_alliances.dds" + category = society + + modifier = { + country_diplomatic_play_maneuvers_add = 25 + country_allow_multiple_alliances = yes + } + + unlocking_technologies = { + pan-nationalism + } +} + +### ERA 5 + +mass_surveillance = { + # Unlocks Personal Files PM in Government Administrations + # Unlocks Militarized Police - Policing Law + era = era_5 + texture = "gfx/interface/icons/invention_icons/mass_surveillance.dds" + category = society + + modifier = { + state_tax_capacity_add = 25 + } + + unlocking_technologies = { + central_planning + } +} + +antibiotics = { + # #todo#! Reduces state mortality by -10% (same as Vitamins) + era = era_5 + texture = "gfx/interface/icons/invention_icons/antibiotics.dds" + category = society + + modifier = { + country_institution_health_system_max_investment_add = 1 + } + + unlocking_technologies = { + malaria_prevention + } +} + +#vitamins = { +# # #todo#! Reduces state mortality by -10% (same as Antibiotics) +# era = era_5 +# texture = "gfx/interface/icons/invention_icons/vitamins.dds" +# category = society +# +# modifier = { +# state_mortality_mult = -0.10 +# } +# +# unlocking_technologies = { +# malaria_prevention +# } +#} + +mass_propaganda = { + # Unlocks Better Radios PM in Electrics Industries + # New leaders may spawn with the Fascist Ideology + era = era_5 + texture = "gfx/interface/icons/invention_icons/mass_propaganda.dds" + category = society + + modifier = { + country_authority_mult = 0.1 + state_expected_sol_from_literacy = 1 + } + + unlocking_technologies = { + political_agitation + film + } +} + +modern_financial_instruments = { + era = era_5 + texture = "gfx/interface/icons/invention_icons/modern_financial_instruments.dds" + category = society + modifier = { + country_minting_mult = 0.1 + country_loan_interest_rate_add = -0.02 + } + unlocking_technologies = { + international_exchange_standards + } +} + +macroeconomics = { + # #todo#! Does nothing at the moment + era = era_5 + texture = "gfx/interface/icons/invention_icons/macroeconomics.dds" + category = society + + modifier = { + country_trade_route_quantity_mult = 0.5 + country_trade_route_competitiveness_mult = 0.25 + } + + unlocking_technologies = { + international_exchange_standards + } +} + +behaviorism = { + # #todo#! Does nothing at the moment + era = era_5 + texture = "gfx/interface/icons/invention_icons/behaviorism.dds" + category = society + + modifier = { + country_influence_mult = 0.1 + state_bureaucracy_population_base_cost_factor_mult = -0.05 + } + + unlocking_technologies = { + psychoanalysis + } +} + +analytical_philosophy = { + # #todo#! Does nothing at the moment + era = era_5 + texture = "gfx/interface/icons/invention_icons/analytical_philosophy.dds" + category = society + + unlocking_technologies = { + psychoanalysis + } +} + +paved_roads = { + era = era_5 + texture = "gfx/interface/icons/invention_icons/paved_roads.dds" + category = society + + modifier = { + state_infrastructure_from_population_add = 0.05 + state_infrastructure_from_population_max_add = 10 + } + + unlocking_technologies = { + elevator + } +} \ No newline at end of file diff --git a/common/terrain/01_terrain.txt b/common/terrain/01_terrain.txt index cb3a5bb0..f498b044 100644 --- a/common/terrain/01_terrain.txt +++ b/common/terrain/01_terrain.txt @@ -951,33 +951,9 @@ mining = { value = 0 if = { limit = { - exists = state.b:building_coal_mine + exists = state.b:building_mine } - add = state.b:building_coal_mine.level - } - if = { - limit = { - exists = state.b:building_iron_mine - } - add = state.b:building_iron_mine.level - } - if = { - limit = { - exists = state.b:building_lead_mine - } - add = state.b:building_lead_mine.level - } - if = { - limit = { - exists = state.b:building_sulfur_mine - } - add = state.b:building_sulfur_mine.level - } - if = { - limit = { - exists = state.b:building_gold_mine - } - add = state.b:building_gold_mine.level + add = state.b:building_mine.level } subtract = 5 min = 0.1 @@ -1009,9 +985,9 @@ forestry = { value = 0 if = { limit = { - exists = state.b:building_logging_camp + exists = state.b:building_tree_farm } - add = state.b:building_logging_camp.level + add = state.b:building_tree_farm.level } subtract = 5 min = 0.1 @@ -1052,104 +1028,10 @@ urban = { } } textures = { - { - weight = { - value = 0 -# if = { -# limit = { -# scope:region = { -# state_is_in_africa = yes -# } -# } -# add = 1 -# } - } - path = "gfx/state_pictures/urban_african.dds" - } - { - weight = { - value = 0 -# if = { -# limit = { -# scope:region = { -# or = { -# state_is_in_middle_east = yes -# state_is_in_central_asia = yes -# state_is_in_india = yes -# } -# } -# } -# add = 1 -# } - } - path = "gfx/state_pictures/urban_arabic.dds" - } - { - weight = { - value = 0 -# if = { -# limit = { -# scope:region = { -# or = { -# state_is_in_east_asia = yes -# state_is_in_southeast_asia = yes -# } -# } -# } -# add = 1 -# } - } - path = "gfx/state_pictures/urban_asian.dds" - } - { - weight = { - value = 0 -# if = { -# limit = { -# scope:region = { -# is_subtropic_farmland = yes -# } -# } -# add = 1 -# } - } - path = "gfx/state_pictures/urban_latin_american.dds" - } - { - weight = { - value = 0 -# if = { -# limit = { -# scope:region = { -# state_is_in_europe = yes -# } -# } -# add = 1 -# } - } - path = "gfx/state_pictures/urban_european.dds" - } # fallback { weight = { value = 0 -# if = { -# limit = { -# scope:region = { -# AND = { -# state_is_in_europe = no -# is_subtropic_farmland = no -# state_is_in_east_asia = no -# state_is_in_southeast_asia = no -# state_is_in_middle_east = no -# state_is_in_central_asia = no -# state_is_in_india = no -# state_is_in_africa = no -# } -# } -# } -# add = 1 -# } } path = "gfx/state_pictures/urban_european.dds" } diff --git a/common/terrain_manipulators/01_terrain_manipulators.txt b/common/terrain_manipulators/01_terrain_manipulators.txt new file mode 100644 index 00000000..4ffe42dd --- /dev/null +++ b/common/terrain_manipulators/01_terrain_manipulators.txt @@ -0,0 +1,149 @@ +#Example of terrain manipulator +#manipulator_name = { #manipulator name used as a key +# created_terrain = #terrain type that province is converted to +# terrain_mask = #mask that can be converted by specified manipulator +# preferred_terrain = #terrain type that is preffered for conversion +# city_type = #city type this terrain has a gravitation to +# toggle_map_object_layers = { +# = { show_above = } # will be shown above specified and hidden below +# = { show_below = } # will be shown below specified and hidden above +# = show_above_default # will be shown above DYNAMIC_MAP_OBJECT_MASK_THRESHOLD_SHOW define and hidden below +# = show_below_default # will be shown below DYNAMIC_MAP_OBJECT_MASK_THRESHOLD_HIDE define and hidden above +# } +#} + +farmland_rye = { + created_terrain = farmland_rye + terrain_mask = "mask_dynamic_farmland" + preferred_terrain = plains + city_type = farm + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.4 } + "semidynamic_medium" = { show_below = 0.3 } + "semidynamic_high" = { show_below = 0.2 } + "farms_dynamic" = show_above_default + } +} + +pasture = { + created_terrain = pasture + terrain_mask = "mask_dynamic_farmland" + preferred_terrain = plains + city_type = farm + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.4 } + "semidynamic_medium" = { show_below = 0.3 } + "semidynamic_high" = { show_below = 0.2 } + "farms_dynamic" = show_above_default + } +} + +plantation = { + created_terrain = plantation + terrain_mask = "mask_dynamic_farmland" + preferred_terrain = plains + city_type = farm + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.4 } + "semidynamic_medium" = { show_below = 0.3 } + "semidynamic_high" = { show_below = 0.2 } + "farms_dynamic" = show_above_default + } +} + +farmland_rice = { + created_terrain = farmland_rice + terrain_mask = "mask_dynamic_farmland" + preferred_terrain = plains + city_type = farm + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.4 } + "semidynamic_medium" = { show_below = 0.3 } + "semidynamic_high" = { show_below = 0.2 } + "farms_dynamic" = show_above_default + } +} + +farmland_millet = { + created_terrain = farmland_millet + terrain_mask = "mask_dynamic_farmland" + preferred_terrain = plains + city_type = farm + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.4 } + "semidynamic_medium" = { show_below = 0.3 } + "semidynamic_high" = { show_below = 0.2 } + "farms_dynamic" = show_above_default + } +} + +farmland_wheat = { + created_terrain = farmland_wheat + terrain_mask = "mask_dynamic_farmland" + preferred_terrain = plains + city_type = farm + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.4 } + "semidynamic_medium" = { show_below = 0.3 } + "semidynamic_high" = { show_below = 0.2 } + "farms_dynamic" = show_above_default + } +} + +farmland_maize = { + created_terrain = farmland_maize + terrain_mask = "mask_dynamic_farmland" + preferred_terrain = plains + city_type = farm + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.4 } + "semidynamic_medium" = { show_below = 0.3 } + "semidynamic_high" = { show_below = 0.2 } + "farms_dynamic" = show_above_default + } +} + +mining = { + created_terrain = mining + terrain_mask = "mask_dynamic_mining" + preferred_terrain = hills + city_type = mine + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.0 } + "semidynamic_medium" = { show_below = 0.1 } + "semidynamic_high" = { show_below = 0.1 } + "mines_dynamic" = { show_above = 0.01 } + } +} + +forestry = { + created_terrain = forestry + terrain_mask = "mask_dynamic_forestry" + preferred_terrain = forest + city_type = wood + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.6 } + "semidynamic_medium" = { show_below = 0.4 } + "semidynamic_high" = { show_below = 0.2 } + "forestry_dynamic" = { show_above = 0.1 } + } +} + +urban_city = { + created_terrain = urban + terrain_mask = "mask_dynamic_farmland" + city_type = city + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.2 } + } +} + +urban_port = { + created_terrain = docks + terrain_mask = "mask_dynamic_farmland" + city_type = port + coastal = yes + toggle_map_object_layers = { + "semidynamic" = { show_below = 0.2 } + } +} diff --git a/common/terrain_manipulators/provinces/allowed_provinces.txt b/common/terrain_manipulators/provinces/allowed_provinces.txt index d5372d8d..3234869b 100644 --- a/common/terrain_manipulators/provinces/allowed_provinces.txt +++ b/common/terrain_manipulators/provinces/allowed_provinces.txt @@ -1,12 +1,12 @@ mask_dynamic_farmland={ checksum="756c5460cbc7c3bd3e07150c0cda4816" - allowed_provinces={ 1 2 3 4 8 11 13 14 15 18 19 20 21 22 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 } + allowed_provinces={ 1263 1332 1372 1384 1436 1441 1447 1460 1472 1493 1503 1508 1514 1515 1521 1556 1562 1563 1573 1580 1581 1601 1606 1607 1608 1622 1640 1641 1646 1657 1665 1666 1681 1688 1689 1690 1700 1701 1707 1729 1730 1743 1752 1753 1755 1756 1760 1762 1764 1768 1772 1778 1784 1786 1796 1797 1802 1803 1806 1811 1812 1820 1821 1824 1826 1827 1828 1829 1833 1834 1838 1839 1845 1846 1849 1851 1852 1857 1861 1862 1866 1867 1868 1879 1880 1884 1897 1898 1899 1900 1902 1903 1904 1910 1912 1919 1924 1927 1928 1933 1939 1947 1948 1951 1952 1953 1954 1955 1965 1968 1969 1970 1973 1981 1989 1993 1994 1999 2006 2008 2009 2010 2011 2018 2021 2026 2027 2031 2032 2035 2040 2041 2047 2048 2053 2054 2058 2061 2062 2066 2067 2068 2071 2072 2078 2079 2082 2083 2086 2087 2088 2090 2093 2094 2095 2101 2102 2103 2110 2111 2114 2116 2117 2118 2121 2122 2123 2126 2130 2136 2137 2140 2142 2145 2147 2148 2153 2156 2161 2162 2163 2166 2167 2172 2179 2182 2183 2191 2194 2195 2199 2201 2202 2206 2207 2208 2210 2214 2215 2223 2226 2227 2228 2229 2231 2236 2239 2240 2241 2244 2247 2248 2253 2254 2255 2257 2261 2262 2270 2272 2277 2278 2280 2283 2284 2287 2288 2289 2291 2293 2300 2303 2306 2309 2310 2312 2313 2314 2315 2316 2319 2321 2323 2328 2329 2333 2334 2335 2337 2340 2341 2343 2345 2346 2348 2349 2350 2351 2352 2353 2354 2360 2361 2366 2369 2370 2380 2381 2382 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2397 2401 2402 2403 2404 2408 2409 2410 2416 2417 2418 2420 2422 2423 2424 2425 2427 2429 2430 2434 2435 2436 2439 2440 2441 2443 2444 2445 2449 2450 2452 2453 2456 2457 2458 2459 2461 2464 2465 2466 2470 2472 2473 2477 2478 2480 2481 2482 2485 2486 2488 2489 2490 2491 2492 2495 2496 2499 2500 2501 2502 2503 2505 2506 2508 2509 2510 2512 2514 2515 2516 2517 2518 2519 2520 2523 2526 2527 2528 2530 2534 2536 2537 2538 2540 2541 2543 2544 2547 2548 2550 2551 2552 2553 2554 2556 2558 2560 2561 2569 2572 2574 2576 2582 2583 2585 2586 2588 2591 2594 2595 2596 2597 2605 2606 2609 2615 2616 2624 2627 2628 2629 2630 2632 2636 2639 2640 2642 2644 2646 2647 2652 2656 2659 2660 2666 2667 2670 2678 2679 2684 2686 2687 2688 2690 2692 2693 2694 2698 2699 2707 2708 2722 2740 2744 2778 2787 2788 2793 2795 2825 2836 2886 2899 2903 2905 2910 2924 2925 2931 2933 2941 2948 2951 2956 2960 2961 2966 2967 2968 2972 2973 2974 2981 2985 2987 2988 2990 2992 2997 2998 3003 3007 3013 3014 3020 3021 3022 3023 3024 3029 3030 3036 3037 3041 3042 3043 3044 3045 3048 3049 3050 3056 3061 3062 3063 3071 3075 3082 3083 3089 3092 3093 3094 3095 3100 3101 3103 3104 3108 3109 3110 3111 3112 3113 3119 3120 3121 3129 3135 3136 3137 3138 3141 3148 3149 3150 3151 3154 3155 3156 3159 3160 3163 3164 3165 3174 3182 3183 3184 3185 3186 3187 3188 3192 3193 3197 3198 3202 3203 3204 3205 3208 3209 3212 3213 3216 3219 3221 3222 3223 3224 3229 3230 3231 3232 3233 3239 3244 3245 3246 3251 3257 3261 3262 3263 3265 3266 3267 3274 3275 3276 3282 3286 3287 3288 3289 3290 3292 3293 3294 3297 3298 3299 3308 3309 3311 3312 3313 3314 3315 3319 3320 3324 3325 3327 3331 3332 3334 3335 3336 3337 3338 3344 3345 3348 3352 3353 3356 3357 3360 3361 3362 3367 3368 3371 3373 3374 3375 3376 3383 3388 3389 3390 3391 3393 3394 3404 3409 3413 3414 3415 3416 3420 3421 3422 3427 3428 3429 3430 3431 3435 3436 3437 3438 3439 3440 3446 3447 3448 3450 3451 3452 3455 3457 3458 3464 3468 3469 3476 3477 3478 3479 3485 3486 3491 3492 3493 3503 3504 3505 3506 3507 3510 3511 3512 3513 3517 3518 3519 3520 3522 3523 3525 3535 3536 3537 3543 3544 3545 3546 3547 3548 3554 3555 3558 3559 3561 3564 3566 3567 3568 3569 3573 3574 3575 3578 3579 3584 3585 3586 3587 3591 3592 3593 3594 3595 3597 3598 3605 3611 3612 3619 3620 3621 3622 3626 3627 3628 3629 3632 3633 3634 3644 3645 3646 3649 3650 3651 3656 3657 3658 3665 3666 3667 3668 3679 3680 3681 3682 3683 3687 3688 3692 3693 3694 3702 3703 3704 3705 3711 3712 3713 3716 3717 3718 3719 3728 3736 3737 3738 3739 3740 3742 3743 3748 3749 3756 3757 3758 3766 3767 3768 3769 3773 3774 3775 3776 3783 3784 3785 3786 3787 3788 3794 3795 3798 3799 3808 3809 3812 3813 3814 3820 3821 3822 3823 3829 3830 3835 3836 3837 3844 3849 3850 3851 3852 3853 3857 3858 3859 3860 3862 3865 3866 3867 3868 3869 3875 3882 3891 3892 3893 3898 3899 3900 3902 3903 3908 3909 3910 3917 3918 3924 3925 3926 3930 3931 3933 3940 3941 3942 3943 3944 3945 3950 3951 3957 3963 3976 3977 3980 3981 3985 3988 3989 3990 3991 3995 4005 4006 4007 4008 4009 4013 4018 4021 4022 4023 4029 4036 4037 4038 4039 4046 4049 4051 4056 4057 4058 4064 4065 4066 4072 4079 4080 4081 4082 4083 4084 4092 4096 4097 4098 4099 4104 4105 4106 4110 4111 4112 4117 4129 4130 4131 4141 4142 4143 4144 4146 4149 4150 4157 4158 4159 4170 4171 4173 4174 4175 4176 4177 4178 4179 4184 4192 4193 4196 4197 4203 4204 4208 4217 4220 4228 4229 4233 4235 4236 4237 4247 4248 4249 4252 4253 4254 4255 4263 4264 4265 4266 4267 4271 4273 4274 4277 4278 4283 4287 4303 4309 4310 4313 4315 4316 4317 4322 4323 4324 4325 4328 4329 4332 4337 4338 4339 4344 4345 4346 4347 4351 4353 4354 4355 4357 4360 4363 4367 4371 4376 4377 4387 4388 4390 4394 4395 4396 4397 4399 4403 4404 4405 4410 4411 4412 4413 4414 4417 4418 4423 4427 4431 4436 4439 4440 4441 4452 4454 4457 4458 4464 4469 4473 4474 4475 4476 4477 4485 4486 4493 4494 4500 4501 4505 4506 4507 4514 4518 4519 4522 4530 4534 4536 4542 4544 4552 4553 4558 4560 4562 4567 4573 4595 4598 4599 4604 4610 4620 4630 4636 4644 4659 4680 4694 4695 4697 4708 4720 4726 4730 4737 4738 4745 4746 4751 4752 4755 4758 4759 4764 4774 4787 4801 4806 4811 4818 4825 4830 4833 4843 4845 4846 4860 4861 4867 4868 4872 4879 4888 4889 4890 4892 4898 4899 4918 4920 4928 4932 4942 4943 4944 4953 4954 4959 4963 4964 4965 4970 4981 4987 4990 4997 4999 5006 5011 5013 5014 5023 5025 5033 5034 5043 5055 5058 5068 5079 5081 5082 5091 5100 5107 5112 5120 5126 5127 5129 5130 5131 5138 5147 5158 5159 5160 5169 5176 5179 5195 5196 5197 5202 5222 5223 5225 5241 5242 5250 5253 5254 5258 5265 5268 5276 5277 5288 5299 5304 5305 5307 5308 5317 5323 5324 5325 5330 5337 5345 5346 5347 5351 5352 5363 5373 5374 5382 5388 5395 5397 5401 5402 5411 5416 5417 5426 5429 5430 5431 5432 5439 5447 5458 5461 5467 5482 5483 5489 5491 5494 5507 5508 5509 5519 5529 5530 5538 5539 5541 5553 5561 5562 5569 5570 5575 5581 5586 5591 5594 5595 5604 5606 5611 5614 5623 5624 5625 5636 5637 5647 5666 5672 5674 5675 5692 5693 5703 5709 5710 5716 5726 5727 5728 5729 5730 5738 5741 5748 5763 5770 5771 5773 5776 5798 5802 5804 5805 5808 5812 5815 5816 5821 5822 5823 5825 5826 5828 5829 5830 5839 5845 5848 5850 5854 5863 5865 5866 5872 5873 5875 5876 5878 5884 5886 5887 5892 5893 5909 5910 5919 5926 5927 5928 5940 5945 5946 5955 5956 5957 5960 5963 5964 5968 5969 5973 5975 5986 5992 5993 6005 6008 6014 6037 6038 6039 6040 6049 6050 6055 6056 6063 6064 6067 6077 6088 6089 6093 6101 6120 6122 6124 6142 6149 6150 6152 6156 6167 6168 6170 6176 6178 6179 6182 6191 6192 6193 6195 6198 6203 6214 6219 6224 6225 6227 6233 6235 6242 6243 6245 6252 6263 6269 6280 6282 6283 6291 6294 6295 6302 6303 6308 6311 6317 6318 6319 6334 6337 6344 6345 6346 6351 6352 6355 6357 6363 6366 6371 6374 6376 6377 6385 6387 6410 6418 6422 6424 6428 6429 6441 6442 6450 6451 6459 6460 6465 6478 6479 6482 6483 6485 6486 6494 6495 6497 6510 6513 6520 6528 6538 6540 6548 6550 6551 6557 6560 6570 6573 6574 6583 6586 6599 6606 6616 6618 6625 6628 6646 6647 6652 6653 6658 6665 6666 6669 6670 6681 6683 6691 6699 6706 6709 6710 6715 6716 6722 6731 6732 6733 6749 6752 6759 6760 6761 6762 6773 6783 6791 6792 6794 6803 6806 6813 6815 6816 6819 6826 6827 6830 6831 6850 6865 6866 6875 6878 6879 6880 6895 6899 6900 6911 6914 6917 6928 6938 6939 6944 6951 6953 6954 6965 6970 6989 6999 7000 7007 7018 7019 7020 7021 7024 7032 7033 7043 7044 7057 7058 7070 7071 7072 7074 7078 7083 7091 7092 7099 7100 7102 7111 7112 7118 7129 7140 7141 7158 7163 7166 7176 7177 7179 7180 7197 7204 7212 7215 7223 7233 7237 7241 7254 7255 7256 7260 7261 7262 7268 7282 7284 7285 7286 7288 7307 7308 7316 7317 7320 7329 7330 7331 7333 7335 7349 7352 7355 7372 7374 7375 7381 7384 7386 7395 7405 7406 7419 7420 7421 7424 7425 7426 7427 7428 7429 7432 7439 7440 7441 7450 7452 7457 7459 7468 7469 7470 7476 7477 7478 7479 7484 7485 7493 7502 7503 7513 7514 7515 7516 7517 7519 7525 7527 7533 7542 7543 7544 7552 7553 7567 7576 7577 7578 7579 7584 7585 7586 7587 7594 7611 7612 7613 7614 7615 7623 7624 7632 7633 7636 7653 7660 7661 7667 7668 7669 7680 7694 7695 7696 7698 7699 7708 7721 7728 7744 7745 7752 7761 7772 7774 7777 7780 7786 7793 7800 7801 7803 7806 7807 7818 7834 7835 7836 7854 7855 7864 7872 7873 7874 7877 7882 7883 7896 7897 7906 7915 7916 7924 7926 7944 7945 7951 7952 7953 7954 7963 7974 7975 7976 7980 7983 7985 7986 7990 7997 8007 8013 8020 8022 8023 8024 8028 8029 8030 8031 8039 8042 8052 8053 8055 8056 8063 8064 8065 8067 8070 8071 8072 8073 8074 8075 8087 8089 8090 8098 8099 8100 8110 8111 8122 8125 8126 8134 8135 8139 8141 8148 8149 8155 8156 8157 8159 8166 8167 8178 8185 8187 8193 8201 8205 8210 8211 8222 8225 8230 8245 8249 8251 8257 8258 8269 8270 8271 8272 8280 8289 8291 8295 8308 8309 8324 8327 8328 8330 8332 8335 8340 8344 8350 8351 8352 8354 8356 8357 8364 8365 8366 8368 8374 8376 8380 8393 8394 8395 8396 8402 8403 8405 8411 8415 8417 8419 8423 8426 8427 8428 8434 8436 8437 8438 8439 8442 8445 8455 8456 8459 8460 8461 8463 8464 8466 8468 8473 8474 8477 8478 8479 8481 8485 8486 8489 8490 8491 8493 8494 8503 8505 8506 8513 8515 8518 8519 8521 8522 8523 8524 8525 8526 8527 8528 8531 8532 8533 8534 8537 8542 8543 8544 8546 8550 8551 8552 8553 8554 8555 8562 8564 8565 8566 8567 8573 8574 8575 8581 8582 8583 8584 8588 8589 8593 8594 8595 8596 8600 8601 8602 8603 8604 8606 8607 8612 8613 8614 8615 8616 8617 8621 8622 8625 8626 8627 8628 8629 8632 8633 8634 8640 8641 8642 8643 8650 8651 8655 8657 8663 8668 8669 8670 8674 8678 8679 8680 8681 8682 8685 8686 8689 8690 8691 8692 8696 8697 8698 8699 8700 8701 8702 8706 8710 8713 8714 8719 8720 8721 8722 8726 8727 8730 8746 8747 8748 8749 8752 8753 8754 8755 8757 8762 8766 8767 8769 8770 8773 8775 8776 8777 8781 8782 8783 8784 8786 8788 8792 8793 8794 8795 8796 8798 8799 8800 8801 8803 8804 8805 8807 8812 8813 8814 8817 8818 8819 8821 8825 8826 8827 8831 8833 8835 8844 8845 8846 8848 8849 8852 8853 8857 8859 8860 8864 8865 8869 8872 8873 8874 8875 8877 8878 8881 8882 8883 8884 8885 8886 8887 8889 8890 8892 8893 8898 8899 8900 8901 8902 8909 8910 8911 8912 8915 8917 8918 8927 8928 8929 8936 8943 8944 8945 8947 8948 8949 8950 8951 8952 8953 8954 8959 8960 8961 8962 8963 8964 8968 8969 8970 8973 8974 8975 8976 8977 8980 8987 8988 8989 8990 8997 8998 8999 9000 9001 9003 9008 9009 9010 9011 9012 9016 9017 9018 9019 9022 9023 9024 9025 9028 9029 9035 9036 9037 9040 9041 9043 9044 9045 9046 9050 9054 9064 9067 9068 9069 9070 9071 9072 9073 9074 9077 9078 9081 9083 9084 9085 9089 9094 9100 9101 9104 9107 9108 9109 9110 9114 9115 9116 9117 9119 9122 9123 9124 9125 9128 9129 9133 9136 9137 9138 9139 9142 9143 9144 9148 9154 9155 9156 9157 9163 9164 9165 9166 9167 9171 9175 9176 9177 9178 9179 9186 9187 9188 9190 9191 9194 9195 9196 9200 9201 9202 9204 9208 9209 9212 9217 9223 9224 9225 9226 9227 9228 9231 9234 9235 9240 9241 9244 9245 9246 9248 9252 9253 9256 9260 9261 9262 9263 9264 9265 9266 9267 9279 9280 9281 9289 9290 9293 9294 9300 9301 9302 9303 9304 9305 9306 9312 9314 9315 9320 9321 9322 9323 9329 9330 9331 9332 9333 9335 9336 9337 9339 9340 9349 9350 9351 9352 9357 9358 9361 9362 9363 9364 9371 9372 9378 9379 9380 9386 9387 9388 9389 9390 9393 9394 9395 9396 9397 9398 9400 9401 9404 9410 9411 9412 9413 9414 9415 9416 9421 9423 9428 9429 9430 9431 9432 9433 9440 9441 9442 9443 9449 9450 9451 9452 9458 9461 9462 9463 9464 9466 9467 9468 9473 9474 9475 9481 9482 9483 9484 9485 9486 9487 9493 9494 9495 9496 9498 9499 9500 9501 9502 9503 9504 9505 9509 9510 9511 9512 9513 9514 9515 9520 9523 9524 9525 9526 9529 9530 9531 9535 9541 9542 9543 9548 9549 9550 9551 9552 9554 9555 9559 9560 9561 9565 9566 9567 9573 9575 9576 9577 9578 9580 9581 9582 9583 9584 9585 9589 9590 9591 9595 9596 9599 9600 9601 9602 9605 9606 9607 9608 9611 9612 9613 9614 9619 9620 9621 9626 9627 9629 9630 9631 9632 9636 9638 9639 9640 9642 9643 9644 9650 9651 9652 9655 9656 9657 9660 9663 9664 9665 9667 9668 9669 9670 9672 9673 9674 9675 9676 9677 9678 9685 9686 9687 9691 9692 9698 9700 9701 9702 9706 9707 9708 9711 9712 9713 9716 9717 9718 9719 9720 9728 9730 9731 9732 9734 9735 9736 9737 9738 9740 9741 9742 9743 9746 9748 9749 9752 9756 9757 9759 9760 9761 9762 9765 9766 9767 9772 9773 9775 9776 9777 9778 9780 9784 9786 9787 9788 9789 9792 9793 9794 9796 9797 9798 9799 9804 9805 9806 9807 9808 9811 9812 9821 9822 9823 9827 9828 9829 9837 9838 9841 9842 9843 9845 9846 9849 9857 9858 9859 9860 9863 9864 9865 9867 9870 9874 9875 9876 9877 9878 9879 9881 9882 9883 9884 9888 9889 9890 9895 9896 9903 9904 9905 9913 9918 9926 9927 9928 9929 9931 9932 9933 9934 9936 9942 9943 9944 9945 9946 9950 9951 9952 9956 9966 9967 9968 9971 9972 9978 9979 9983 9984 9985 9989 9990 9993 9994 9995 9996 10000 10001 10002 10005 10006 10012 10013 10019 10020 10031 10032 10042 10043 10044 10045 10049 10050 10056 10057 10058 10065 10066 10067 10077 10078 10079 10092 10093 10102 10103 10104 10109 10110 10111 10112 10118 10127 10128 10129 10130 10135 10137 10142 10143 10145 10146 10149 10153 10155 10156 10157 10163 10168 10169 10172 10177 10178 10179 10180 10181 10182 10187 10189 10192 10197 10199 10200 10207 10208 10209 10210 10213 10222 10223 10228 10229 10230 10231 10237 10238 10240 10249 10254 10258 10260 10261 10262 10263 10269 10270 10271 10272 10273 10276 10277 10280 10285 10286 10287 10288 10293 10295 10296 10297 10298 10305 10306 10310 10313 10315 10316 10322 10323 10324 10325 10327 10335 10336 10337 10338 10339 10344 10345 10353 10357 10359 10368 10369 10370 10371 10373 10375 10376 10377 10381 10388 10389 10390 10391 10392 10393 10394 10395 10396 10399 10400 10401 10405 10406 10407 10412 10414 10415 10420 10421 10430 10431 10432 10433 10434 10437 10438 10439 10440 10441 10442 10443 10444 10451 10453 10454 10455 10456 10458 10460 10462 10463 10464 10465 10473 10477 10478 10485 10486 10487 10493 10494 10495 10496 10498 10499 10500 10501 10502 10503 10509 10510 10511 10512 10515 10517 10518 10524 10525 10526 10535 10536 10537 10538 10539 10540 10541 10546 10547 10548 10549 10550 10553 10555 10556 10557 10558 10559 10561 10562 10567 10568 10570 10575 10576 10577 10578 10584 10589 10590 10591 10592 10593 10594 10598 10599 10602 10603 10604 10605 10611 10612 10613 10614 10615 10616 10618 10619 10620 10621 10622 10624 10629 10630 10631 10632 10633 10634 10635 10636 10640 10641 10642 10643 10644 10645 10651 10652 10657 10658 10662 10663 10664 10668 10669 10670 10671 10674 10678 10679 10681 10686 10687 10688 10689 10693 10694 10695 10698 10699 10700 10701 10710 10711 10712 10713 10714 10715 10716 10722 10723 10724 10725 10726 10730 10731 10733 10738 10739 10740 10741 10742 10750 10756 10757 10758 10759 10763 10764 10765 10766 10767 10768 10771 10772 10773 10774 10775 10777 10778 10779 10780 10785 10786 10787 10788 10799 10800 10801 10805 10806 10807 10813 10814 10815 10816 10817 10818 10819 10826 10827 10828 10829 10830 10831 10832 10833 10841 10842 10843 10844 10845 10846 10852 10853 10854 10855 10857 10858 10859 10860 10864 10865 10866 10871 10873 10874 10879 10880 10885 10886 10891 10892 10893 10894 10895 10896 10904 10905 10906 10908 10913 10914 10915 10916 10917 10922 10926 10927 10928 10930 10934 10935 10936 10942 10943 10944 10952 10953 10954 10955 10956 10959 10960 10961 10962 10963 10964 10967 10968 10970 10971 10972 10973 10976 10977 10978 10979 10982 10983 10984 10985 10990 10991 10992 10994 10998 10999 11005 11006 11014 11015 11016 11017 11018 11019 11020 11021 11022 11024 11025 11026 11027 11032 11033 11034 11035 11036 11037 11040 11041 11044 11045 11046 11047 11054 11055 11056 11062 11063 11067 11068 11069 11072 11073 11074 11076 11077 11079 11086 11087 11088 11089 11090 11091 11096 11097 11098 11099 11100 11103 11104 11105 11106 11107 11108 11109 11110 11111 11112 11113 11117 11121 11122 11123 11129 11135 11136 11140 11143 11144 11146 11147 11150 11156 11157 11158 11159 11160 11162 11166 11167 11176 11177 11178 11179 11180 11181 11182 11183 11186 11191 11192 11193 11194 11195 11196 11197 11200 11201 11202 11203 11204 11205 11211 11212 11219 11220 11225 11228 11234 11235 11237 11239 11240 11241 11247 11248 11249 11253 11254 11255 11256 11257 11259 11260 11261 11263 11266 11267 11270 11271 11275 11279 11280 11282 11287 11288 11289 11291 11292 11301 11303 11304 11306 11310 11311 11312 11313 11314 11315 11316 11321 11322 11323 11326 11334 11336 11337 11338 11343 11349 11351 11352 11353 11355 11357 11358 11359 11362 11365 11367 11368 11369 11370 11373 11376 11379 11380 11389 11390 11398 11399 11400 11401 11403 11404 11405 11406 11407 11410 11412 11413 11416 11417 11421 11422 11423 11424 11428 11431 11433 11439 11441 11442 11446 11447 11448 11449 11453 11454 11460 11461 11462 11471 11472 11473 11475 11479 11482 11484 11485 11490 11491 11492 11493 11494 11495 11499 11500 11504 11512 11513 11514 11524 11525 11526 11527 11528 11532 11535 11543 11544 11545 11549 11550 11555 11556 11557 11566 11572 11573 11574 11575 11580 11581 11582 11583 11587 11588 11600 11601 11605 11611 11612 11613 11623 11627 11628 11629 11633 11634 11635 11636 11637 11642 11650 11651 11658 11659 11660 11672 11673 11676 11677 11680 11681 11690 11691 11694 11700 11701 11702 11705 11710 11711 11712 11719 11720 11722 11723 11725 11730 11731 11732 11737 11738 11747 11756 11757 11758 11759 11763 11764 11767 11769 11770 11771 11775 11776 11777 11779 11780 11781 11782 11785 11790 11798 11803 11811 11812 11813 11818 11824 11830 11831 11832 11838 11839 11840 11842 11847 11848 11854 11856 11866 11876 11881 11882 11883 11885 11886 11887 11890 11894 11895 11913 11914 11917 11940 11945 11955 11956 11957 11969 11970 11973 11976 11995 11997 12000 12002 12008 12009 12013 12014 12015 12017 12027 12034 12038 12039 12042 12043 12054 12055 12069 12077 12082 12086 12115 12120 12136 13026 13067 13068 13069 13071 13072 13073 13077 13078 13080 13081 13083 13084 13091 13134 13144 13147 13152 13154 13155 13160 13161 13163 13164 13165 13166 13177 13180 13181 13184 13186 13187 13188 13189 13190 13191 13192 13193 13194 13195 13196 13263 13264 13266 13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13281 13283 13284 13285 13286 13287 13288 13292 13293 13294 13297 13300 13301 13302 13304 13305 13306 13310 13311 13316 13318 13320 13322 13324 13340 13345 13378 13381 13383 13384 13385 13386 13388 13389 13390 13392 13393 13395 13397 13399 13436 13440 13442 13445 13448 13507 13509 13516 13517 13519 13520 13522 13524 13526 13527 13529 13532 13533 13535 13536 13537 13538 13539 13540 13541 13542 13543 13544 13545 13547 13550 13551 13553 13554 13555 13556 13557 13558 13559 13560 13561 13562 13564 13565 13566 13567 13568 13569 13570 13572 13574 13580 13586 13588 13666 13667 13668 13714 13716 13724 13725 13734 13737 13764 13765 13766 13767 13775 13777 13778 13779 13780 13782 13795 13801 13804 13805 13807 13812 13815 13817 13819 13822 13824 13826 13828 13830 13831 13832 13839 13842 13843 13846 13850 13853 13885 13893 13896 13897 13900 13903 13907 13909 13910 13913 13915 13916 13917 13918 13919 13920 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 14073 14074 14075 14076 14077 14078 14079 14080 14081 14082 14083 14084 14085 14086 14087 14088 14089 14090 14091 14092 14093 14094 14095 14096 14097 14098 14099 14100 14101 14102 14103 14174 14175 14176 14177 14178 14179 14180 14181 14182 14183 14184 14185 14186 14187 14189 14190 14191 14192 14193 14194 14196 14197 14198 14199 14201 14202 14203 14204 14206 14207 14209 14211 14212 14213 14214 14215 14216 14369 14370 14387 14390 14391 14392 14393 14404 14407 14410 14435 14447 14449 14450 14451 14453 14454 14455 14456 14457 14458 14459 14460 14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 14483 14484 14485 14486 14487 14488 14489 14490 14491 14492 14493 14494 14495 14496 14497 14498 14499 14500 14501 14502 14503 14504 14505 14506 14507 14508 14509 14510 14511 14512 14513 14514 14515 14516 14517 14518 14519 14520 14521 14522 14523 14524 14617 14618 14619 14620 14621 14622 14623 14625 14626 14627 14629 14630 14631 14632 14634 14636 14637 14638 14639 14640 14641 14642 14643 14644 14646 14647 14648 14649 14650 14652 14653 14655 14656 14657 14660 14662 14663 14664 14665 14667 14668 14670 14671 14672 14673 14675 14676 14678 14679 14681 14682 14683 14684 14685 14686 14687 14688 14689 14692 14693 14694 14695 14696 14697 14699 14700 14702 14703 14704 14707 14708 14709 14710 14711 14713 14714 14715 14716 14717 14718 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 14729 14730 14731 14732 14733 14734 14735 14736 14737 14738 14758 14759 14760 14761 14762 14763 14764 14766 14767 14768 14769 14770 14771 14772 14773 14774 14775 14776 14777 14779 14780 14781 14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 14792 14793 14794 14795 14796 14799 14800 14801 14802 14804 14805 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14826 14827 14828 14829 14830 14831 14832 14834 14835 14836 14839 14840 14841 14842 14843 14844 14845 14846 14847 14848 14849 14850 14851 14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863 14864 14865 14866 14867 14868 14869 14870 14871 14872 14873 14922 14923 14928 14929 14932 14934 14936 14937 14938 14939 14940 14941 14943 14944 14945 14946 14947 14948 14957 14958 14966 14967 14968 14969 14970 14971 14973 14974 14975 14978 14979 14980 14981 14982 14983 14985 14986 14987 14988 14990 14991 14992 14994 14996 15015 15023 15024 15025 15026 15027 15028 15029 15030 15031 15032 15034 15035 15036 15037 15060 15062 15065 15066 15067 15068 15069 15071 15075 15082 15086 15090 15095 15101 15103 15105 15106 15109 15111 15112 15114 15115 15126 15127 15128 15130 15132 15133 15136 15140 15141 15143 15170 15174 15175 15177 15179 15180 15182 15183 15185 15186 15187 15188 15189 15190 15191 15192 15193 15194 15195 15196 15197 15199 15200 15201 15202 15203 15204 15205 15206 15208 15209 15210 15211 15212 15213 15214 15215 15216 15217 15218 15560 15562 15563 15564 15565 15566 15567 15568 15569 15571 15572 15574 15575 15576 15577 15578 15579 15580 15581 15582 15583 15585 15586 15587 15590 15591 15592 15597 15602 15603 15604 15605 15606 15608 15609 15611 15612 15613 15614 15616 15617 15618 15620 15621 15622 15623 15624 15625 15626 15627 15628 15629 15630 15632 15633 15634 15635 15636 15637 15638 15639 15640 15641 15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 15655 15656 15657 15658 15659 15660 15662 15663 15664 15665 15666 15667 15668 15669 15670 15671 15672 15676 15677 15785 15786 15787 15788 15789 15791 15792 15793 15794 15795 15796 15797 15798 15799 15800 15802 15803 15804 15805 15806 15807 15808 15809 15810 15811 15812 15813 15814 15815 15816 15817 15818 15819 15820 15821 15823 15824 15825 15826 15827 15828 15829 15830 15831 15832 15833 15834 15835 15836 15837 15838 15839 15840 15841 15842 15843 15844 15845 15847 15848 15849 15850 15852 15853 15854 15855 15856 15857 15858 15859 15860 15861 15862 15863 15864 15865 15866 15867 15868 15869 15870 15871 15872 15873 15874 15875 15876 15879 15880 15885 15886 15888 15889 15890 15893 15896 15898 15899 15908 15911 15918 15961 15962 15963 15964 15965 15966 15967 15968 15969 15971 15972 15973 15974 15975 15977 15978 15979 15980 15981 15982 15983 15984 15985 15986 15987 15988 15989 15990 15991 15992 15993 15994 15995 15996 15997 15998 15999 16000 16001 16002 16003 16004 16005 16006 16007 16008 16009 16010 16011 16012 16013 16014 16015 16016 16017 16018 16019 16020 16159 16162 16163 16165 16167 16171 16172 16173 16174 16176 16177 16178 16179 16180 16181 16182 16183 16184 16186 16187 16188 16189 16190 16372 16375 16378 16382 16383 16386 16387 16389 16390 16391 16392 16393 16395 16398 16399 16400 16401 16402 16404 16405 16406 16408 16409 16410 16411 16412 16413 16414 16415 16416 16418 16419 16420 16421 16422 16423 16424 16425 16426 16427 16428 16429 16430 16431 16432 16433 16435 16436 16437 16438 16439 16440 16441 16442 16443 16444 16448 16449 16450 16451 16452 16453 16454 16455 16456 16458 16459 16462 16463 16464 16465 16466 16468 16469 16470 16471 16472 16473 16474 16475 16476 16477 16478 16479 16480 16481 16482 16483 16484 16485 16486 16487 16488 16489 16490 16491 16492 16493 16494 16497 16498 16502 16503 16511 16545 16547 16548 16549 16550 16552 16553 16558 16559 16561 16563 16565 16566 16569 16571 16572 16573 16574 16578 16580 16581 16582 16665 16671 16718 16722 16723 16725 16726 16786 16789 16791 16792 16793 16794 16795 16796 16797 16798 16799 16801 16802 16803 16804 16807 16808 16810 16812 16819 16824 16826 16827 16828 16830 16832 16834 16835 16836 16838 16839 16842 16848 16849 16851 16852 16853 16854 16857 16859 16860 16862 16863 16864 16884 16885 16886 16888 16891 16894 16896 16899 16906 16921 16922 16924 16927 16928 16929 16969 16970 16972 16973 16974 16975 16976 16977 16979 16980 16981 16982 16984 16985 16986 16987 16988 16990 16993 16994 16995 16999 17000 17002 17003 17004 17005 17006 17007 17024 17025 17031 17034 17036 17038 17041 17042 17047 17048 17049 17050 17051 17052 17054 17055 17056 17057 17058 17059 17060 17061 17063 17066 17068 17070 17074 17075 17077 17078 17079 17080 17081 17082 17087 17088 17093 17096 17097 17098 17100 17103 17105 17106 17107 17108 17109 17111 17113 17199 17200 17201 17202 17203 17204 17205 17206 17207 17208 17209 17210 17211 17212 17213 17214 17216 17217 17218 17220 17221 17222 17223 17224 17225 17226 17227 17228 17229 17230 17231 17232 17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 17244 17245 17246 17247 17248 17249 17250 17260 17262 17265 17267 17270 17272 17279 17283 17284 17285 17286 17287 17292 17293 17294 17295 17296 17297 17298 17303 17304 17305 17307 17308 17309 17310 17311 17312 17313 17314 17315 17317 17318 17319 17320 17321 17322 17324 17325 17327 17332 17333 17334 17336 17337 } } mask_dynamic_mining={ checksum="2fe9e1c66b20fdc9137ed3bad93f9f83" - allowed_provinces={ 1 2 3 4 8 11 14 15 18 19 20 21 22 24 25 29 30 31 32 33 34 35 36 39 40 41 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 } + allowed_provinces={ 1784 1797 1824 1828 1829 1846 1849 1853 1862 1884 1901 1904 1912 1919 1924 1927 1928 1951 1952 1953 1954 1955 1959 1965 1967 1968 1974 1993 1994 2008 2013 2017 2018 2019 2020 2021 2027 2031 2058 2059 2061 2065 2067 2078 2079 2087 2101 2116 2136 2151 2157 2158 2178 2179 2181 2189 2196 2198 2214 2229 2238 2300 2302 2306 2307 2312 2333 2334 2339 2343 2351 2354 2365 2470 2527 2551 2624 2686 2696 2722 2734 2744 3022 3023 3045 3063 3089 3103 3112 3138 3245 3297 3464 3627 3649 3687 3713 3736 3737 3748 3775 3785 3786 3812 3821 3849 3862 3868 3869 3898 3909 3987 4049 4050 4079 4093 4096 4098 4110 4130 4134 4143 4144 4171 4173 4174 4193 4194 4196 4216 4229 4233 4235 4236 4237 4255 4273 4301 4309 4313 4315 4316 4329 4338 4360 4367 4394 4395 4406 4436 4534 4599 4604 4622 4629 4656 4682 4683 4709 4830 4888 5082 5097 5120 5138 5147 5225 5234 5242 5254 5276 5283 5321 5337 5341 5345 5349 5374 5407 5432 5441 5465 5466 5508 5509 5535 5536 5552 5565 5569 5595 5596 5606 5610 5614 5643 5674 5687 5703 5716 5724 5728 5747 5764 5765 5771 5776 5791 5799 5802 5806 5815 5816 5827 5863 5874 5877 5886 5887 5900 5901 5902 5903 5904 5918 5939 5946 5974 5983 5985 5987 6015 6041 6055 6056 6073 6085 6107 6118 6135 6149 6150 6156 6157 6177 6195 6201 6233 6234 6235 6252 6262 6268 6293 6316 6411 6422 6448 6481 6495 6496 6504 6505 6511 6521 6531 6538 6539 6557 6572 6585 6596 6597 6626 6634 6647 6650 6656 6665 6667 6668 6680 6682 6706 6722 6723 6725 6749 6760 6770 6772 6783 6791 6792 6804 6806 6815 6818 6827 6828 6839 6840 6850 6878 6879 6895 6897 6898 6900 6925 6937 6939 6945 6952 6953 6954 6975 6989 7008 7020 7023 7024 7033 7072 7079 7080 7081 7090 7092 7119 7120 7121 7129 7130 7133 7140 7155 7156 7158 7163 7166 7175 7176 7202 7213 7224 7233 7234 7236 7237 7241 7247 7254 7255 7260 7262 7284 7309 7316 7317 7319 7329 7380 7381 7406 7469 7485 7493 7513 7515 7516 7525 7553 7568 7578 7584 7637 7653 7668 7669 7696 7698 7708 7722 7763 7764 7771 7772 7776 7780 7785 7793 7800 7801 7806 7818 7834 7835 7846 7847 7855 7873 7874 7882 7884 7906 7915 7924 7935 7952 7954 7982 7985 7986 8021 8029 8064 8065 8070 8075 8111 8126 8148 8155 8178 8185 8187 8201 8225 8230 8258 8269 8272 8280 8289 8291 8295 8308 8324 8327 8328 8329 8332 8335 8340 8341 8344 8351 8352 8353 8354 8366 8376 8379 8380 8394 8402 8416 8423 8426 8434 8435 8437 8438 8441 8455 8461 8466 8477 8480 8486 8489 8491 8513 8514 8521 8524 8528 8533 8542 8544 8547 8551 8552 8562 8582 8583 8588 8602 8606 8612 8614 8615 8617 8622 8625 8626 8627 8636 8640 8642 8669 8679 8680 8686 8689 8690 8702 8713 8719 8722 8762 8767 8770 8781 8783 8784 8786 8792 8793 8794 8801 8805 8848 8857 8858 8860 8864 8865 8873 8874 8875 8877 8882 8883 8884 8886 8909 8910 8911 8912 8918 8927 8929 8935 8943 8944 8950 8952 8953 8958 8959 8962 8969 8974 8975 8977 8988 8999 9000 9008 9010 9017 9018 9022 9023 9028 9029 9036 9044 9045 9064 9067 9068 9069 9070 9073 9077 9084 9085 9107 9115 9128 9133 9136 9137 9142 9143 9171 9186 9188 9194 9200 9208 9217 9223 9234 9252 9260 9261 9262 9265 9279 9289 9302 9303 9312 9320 9321 9328 9329 9335 9357 9361 9362 9364 9372 9377 9378 9379 9386 9388 9389 9393 9394 9395 9421 9428 9429 9449 9450 9451 9452 9462 9481 9482 9486 9494 9499 9501 9503 9512 9513 9529 9530 9535 9542 9548 9551 9566 9567 9573 9578 9580 9583 9585 9590 9595 9601 9605 9611 9619 9620 9632 9642 9652 9660 9668 9669 9672 9676 9685 9686 9706 9711 9712 9716 9735 9746 9747 9748 9756 9765 9773 9776 9780 9786 9788 9794 9797 9798 9799 9804 9805 9821 9822 9827 9829 9845 9859 9864 9874 9877 9878 9881 9882 9895 9905 9913 9944 9951 9965 9978 9983 10012 10049 10092 10093 10109 10153 10172 10192 10210 10254 10270 10271 10315 10316 10337 10376 10431 10433 10451 10460 10463 10464 10465 10477 10485 10496 10498 10499 10524 10535 10548 10575 10577 10590 10613 10633 10657 10662 10681 10686 10687 10688 10695 10712 10715 10717 10740 10742 10757 10764 10771 10787 10788 10790 10799 10819 10833 10843 10844 10855 10873 11068 11108 11109 11110 11186 11196 11197 11205 11270 11275 11282 11294 11311 11348 11351 11365 11367 11389 11404 11412 11460 11490 11499 11526 11535 11557 11583 11611 11633 11637 11658 11676 11775 11818 11840 11866 13026 13073 13074 13076 13077 13078 13079 13080 13086 13087 13091 13096 13100 13132 13141 13144 13146 13150 13151 13152 13154 13156 13158 13159 13160 13161 13163 13166 13170 13176 13177 13180 13181 13184 13188 13194 13235 13236 13263 13264 13265 13266 13276 13277 13278 13279 13280 13282 13283 13284 13285 13286 13289 13290 13397 13519 13521 13562 13565 13567 13568 13572 13700 13716 13718 13722 13751 13754 13812 13815 13817 13819 13853 13854 13857 14050 14051 14053 14054 14055 14056 14058 14060 14061 14062 14063 14072 14102 14175 14178 14180 14181 14183 14185 14187 14190 14193 14194 14198 14199 14201 14202 14203 14204 14206 14207 14208 14209 14214 14215 14216 14369 14392 14407 14435 14447 14448 14450 14452 14453 14457 14461 14487 14489 14493 14494 14504 14505 14506 14620 14624 14625 14659 14661 14662 14666 14674 14677 14679 14680 14681 14702 14703 14709 14710 14712 14767 14768 14772 14773 14777 14779 14781 14786 14791 14814 14817 14827 14829 14838 14859 14861 14868 14870 14871 14872 14873 14932 14934 14937 14946 14987 14992 14993 14994 14996 14997 15007 15009 15010 15011 15015 15016 15024 15028 15030 15052 15053 15055 15063 15068 15069 15070 15086 15092 15095 15101 15108 15112 15128 15133 15141 15184 15192 15194 15196 15198 15200 15201 15208 15209 15211 15213 15581 15583 15641 15644 15648 15649 15653 15655 15657 15658 15660 15661 15668 15670 15671 15788 15793 15795 15799 15802 15803 15805 15808 15815 15816 15817 15819 15822 15827 15828 15831 15858 15859 15867 15872 15873 15880 15882 15883 15884 15885 15886 15887 15892 15897 15901 15902 15903 15905 15907 15909 15910 15916 15917 15948 15949 15951 15952 15955 15966 15968 15987 15990 15992 15995 15997 15999 16000 16004 16005 16007 16009 16011 16017 16179 16181 16182 16185 16391 16392 16399 16401 16403 16404 16408 16410 16411 16412 16416 16418 16420 16422 16425 16426 16430 16431 16432 16438 16439 16442 16443 16444 16445 16446 16447 16464 16465 16466 16467 16468 16471 16472 16478 16480 16481 16482 16483 16485 16486 16491 16495 16496 16525 16549 16580 16581 16586 16591 16603 16662 16665 16669 16670 16672 16673 16674 16786 16788 16789 16807 16815 16817 16821 16823 16836 16842 16844 16847 16848 16851 16906 16909 16968 16969 16970 16987 17010 17014 17029 17032 17033 17037 17040 17044 17045 17052 17053 17054 17055 17056 17057 17209 17213 17214 17215 17219 17222 17224 17228 17265 17269 17286 17287 17292 17293 17294 17295 17297 17298 17304 17305 17308 17310 17311 17312 17313 17314 17315 17317 17318 17319 17320 17321 17322 17324 17325 17327 17330 17332 17334 } } mask_dynamic_forestry={ checksum="139af373ac2a2918ed8e4c3667d1b843" - allowed_provinces={ 1 2 3 4 8 11 13 14 15 18 19 20 21 22 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 43 44 45 46 47 48 49 50 51 52 54 55 56 57 58 59 } + allowed_provinces={ 1263 1332 1372 1384 1436 1441 1447 1460 1472 1493 1503 1508 1514 1515 1521 1556 1562 1563 1573 1580 1581 1601 1606 1607 1622 1640 1641 1646 1657 1665 1666 1681 1689 1690 1700 1701 1707 1729 1730 1743 1753 1756 1760 1762 1764 1768 1772 1778 1786 1796 1797 1802 1803 1806 1811 1812 1820 1821 1824 1826 1827 1828 1829 1834 1838 1839 1845 1846 1849 1851 1852 1853 1857 1861 1862 1866 1867 1868 1879 1880 1884 1891 1892 1897 1899 1900 1902 1903 1904 1910 1912 1917 1918 1919 1924 1927 1928 1933 1939 1941 1942 1947 1948 1951 1952 1953 1954 1955 1959 1960 1965 1966 1967 1968 1969 1970 1973 1975 1981 1989 1993 1994 1999 2003 2006 2008 2009 2010 2011 2014 2017 2018 2019 2020 2021 2027 2031 2032 2035 2040 2041 2047 2048 2053 2054 2058 2061 2062 2065 2066 2067 2068 2071 2072 2078 2079 2082 2083 2086 2087 2088 2090 2094 2095 2101 2102 2103 2111 2114 2116 2117 2118 2122 2123 2130 2133 2136 2137 2140 2142 2145 2148 2153 2156 2158 2160 2161 2162 2163 2167 2172 2178 2179 2182 2183 2191 2194 2195 2196 2199 2201 2202 2208 2210 2215 2218 2223 2227 2228 2229 2231 2236 2240 2241 2244 2248 2254 2255 2261 2262 2270 2272 2277 2280 2283 2284 2287 2288 2289 2291 2293 2300 2302 2303 2306 2309 2310 2312 2313 2314 2315 2316 2321 2323 2324 2328 2329 2333 2334 2335 2340 2341 2343 2345 2346 2349 2351 2352 2353 2354 2360 2361 2365 2366 2369 2370 2380 2381 2382 2384 2385 2387 2388 2389 2390 2391 2392 2393 2401 2402 2403 2404 2408 2409 2410 2411 2416 2417 2418 2422 2423 2425 2427 2430 2434 2435 2436 2439 2440 2441 2443 2444 2445 2450 2452 2456 2457 2458 2459 2461 2464 2466 2470 2472 2473 2477 2480 2481 2482 2483 2485 2486 2488 2489 2490 2491 2492 2495 2496 2499 2500 2501 2502 2503 2505 2506 2507 2508 2509 2510 2512 2514 2515 2516 2517 2518 2519 2520 2526 2527 2528 2530 2534 2535 2536 2537 2538 2540 2541 2542 2543 2544 2545 2546 2547 2548 2550 2551 2552 2554 2556 2558 2560 2561 2569 2572 2574 2576 2582 2583 2585 2586 2588 2591 2594 2595 2596 2597 2605 2606 2609 2616 2624 2627 2628 2629 2630 2632 2636 2639 2640 2642 2644 2646 2647 2652 2659 2660 2666 2667 2678 2679 2684 2686 2688 2690 2695 2696 2698 2699 2707 2708 2722 2778 2787 2788 2793 2795 2814 2825 2836 2886 2899 2903 2905 2910 2924 2925 2931 2932 2933 2948 2951 2956 2960 2961 2966 2967 2968 2972 2973 2974 2981 2985 2987 2988 2990 2992 2997 2998 3003 3007 3013 3014 3020 3021 3022 3023 3024 3029 3030 3036 3037 3041 3042 3043 3044 3045 3048 3049 3050 3056 3061 3062 3063 3071 3075 3082 3083 3089 3092 3093 3094 3095 3100 3101 3103 3104 3108 3109 3110 3111 3112 3113 3119 3120 3121 3123 3129 3135 3136 3137 3138 3140 3141 3148 3149 3150 3151 3154 3155 3156 3159 3160 3163 3164 3165 3174 3182 3183 3184 3185 3186 3187 3188 3192 3193 3197 3198 3202 3203 3204 3205 3208 3209 3212 3213 3216 3219 3221 3222 3223 3224 3229 3230 3231 3232 3233 3239 3244 3245 3246 3251 3257 3261 3262 3263 3265 3266 3267 3275 3276 3282 3286 3287 3288 3289 3290 3292 3293 3294 3297 3298 3299 3308 3311 3312 3313 3314 3315 3319 3320 3324 3325 3327 3331 3332 3334 3335 3336 3337 3338 3344 3345 3348 3352 3353 3356 3357 3360 3361 3362 3367 3368 3371 3373 3374 3375 3376 3383 3390 3391 3393 3394 3404 3409 3413 3414 3416 3420 3421 3422 3427 3428 3429 3430 3431 3435 3436 3437 3438 3439 3440 3446 3447 3448 3450 3451 3452 3455 3457 3458 3464 3468 3469 3476 3477 3478 3479 3485 3486 3491 3492 3493 3503 3504 3505 3506 3507 3510 3511 3512 3513 3517 3518 3519 3520 3522 3523 3525 3535 3536 3537 3543 3544 3545 3546 3547 3554 3555 3559 3561 3564 3566 3567 3568 3569 3573 3574 3575 3578 3579 3584 3585 3586 3587 3591 3592 3593 3594 3595 3597 3598 3605 3611 3612 3619 3620 3621 3622 3626 3627 3628 3629 3632 3633 3634 3644 3645 3646 3649 3650 3651 3656 3657 3658 3665 3666 3667 3668 3679 3680 3681 3682 3683 3687 3688 3692 3693 3694 3702 3703 3704 3705 3711 3712 3713 3716 3717 3718 3719 3728 3736 3737 3738 3739 3740 3742 3743 3748 3749 3756 3757 3758 3766 3767 3768 3769 3773 3774 3775 3776 3783 3784 3785 3786 3787 3788 3794 3795 3798 3799 3808 3809 3812 3813 3814 3820 3821 3822 3823 3829 3830 3835 3836 3837 3844 3849 3850 3851 3852 3853 3857 3858 3859 3860 3862 3865 3866 3867 3868 3869 3875 3882 3891 3892 3893 3898 3899 3900 3902 3903 3908 3909 3910 3917 3918 3924 3925 3926 3930 3931 3933 3934 3940 3941 3942 3943 3944 3945 3950 3951 3957 3963 3964 3976 3977 3980 3981 3982 3985 3987 3988 3989 3990 3991 3995 4000 4005 4006 4007 4008 4009 4013 4018 4020 4021 4022 4023 4029 4036 4037 4038 4039 4045 4046 4049 4050 4051 4056 4057 4058 4063 4064 4065 4072 4079 4080 4081 4082 4083 4084 4092 4093 4096 4097 4098 4099 4104 4105 4106 4110 4111 4112 4117 4129 4130 4131 4141 4142 4143 4144 4146 4149 4150 4157 4158 4159 4170 4171 4173 4174 4175 4176 4177 4178 4179 4184 4192 4193 4194 4196 4197 4203 4204 4208 4216 4217 4220 4228 4229 4233 4235 4236 4237 4238 4247 4248 4249 4252 4253 4254 4255 4263 4264 4265 4266 4267 4271 4273 4274 4277 4278 4279 4283 4287 4301 4303 4309 4310 4313 4315 4316 4317 4323 4324 4325 4328 4329 4332 4337 4338 4339 4344 4345 4346 4347 4351 4353 4355 4357 4360 4363 4367 4371 4376 4377 4387 4388 4390 4394 4395 4396 4397 4399 4403 4404 4405 4406 4410 4411 4412 4413 4414 4417 4418 4423 4427 4430 4431 4436 4439 4440 4441 4452 4454 4457 4458 4464 4469 4473 4474 4475 4476 4477 4485 4486 4487 4488 4493 4494 4495 4500 4501 4506 4507 4514 4518 4519 4522 4529 4530 4534 4536 4544 4552 4553 4558 4562 4567 4573 4598 4599 4604 4610 4611 4622 4630 4636 4644 4656 4659 4671 4680 4682 4683 4694 4695 4697 4708 4726 4730 4737 4738 4745 4746 4755 4758 4759 4764 4774 4787 4801 4806 4811 4818 4825 4833 4845 4846 4867 4868 4872 4879 4892 4918 4920 4928 4932 4942 4953 4964 4965 4981 4990 4999 5013 5025 5041 5055 5058 5079 5080 5081 5082 5093 5097 5107 5112 5126 5127 5129 5136 5138 5146 5147 5158 5159 5160 5169 5176 5179 5195 5196 5197 5214 5222 5225 5241 5242 5250 5254 5258 5268 5273 5276 5277 5278 5279 5288 5309 5317 5324 5330 5337 5338 5345 5346 5352 5357 5363 5373 5374 5382 5388 5397 5401 5402 5411 5426 5429 5430 5431 5432 5439 5447 5458 5467 5482 5483 5489 5494 5507 5508 5509 5529 5530 5539 5541 5553 5561 5570 5586 5594 5597 5611 5623 5624 5625 5647 5675 5692 5693 5709 5710 5726 5727 5728 5729 5730 5741 5802 5808 5821 5822 5823 5829 5839 5848 5865 5877 5878 5887 5919 5928 6005 6040 6101 6142 6152 6176 6182 6193 6198 6227 6233 6245 6263 6280 6294 6295 6303 6317 6318 6320 6346 6355 6366 6371 6422 6424 6429 6442 6451 6459 6460 6482 6486 6528 6540 6548 6551 6557 6574 6599 6606 6618 6628 6653 6656 6658 6669 6670 6683 6715 6731 6732 6733 6759 6773 6783 6784 6806 6813 6819 6826 6831 6850 6865 6866 6900 6914 6944 6946 6954 6955 6956 6989 6999 7024 7034 7073 7074 7092 7099 7129 7130 7147 7177 7180 7198 7203 7204 7225 7237 7241 7254 7256 7260 7263 7264 7268 7269 7294 7300 7329 7330 7331 7332 7333 7341 7349 7352 7354 7363 7364 7374 7375 7380 7381 7382 7383 7385 7386 7405 7419 7420 7424 7427 7428 7431 7433 7439 7441 7452 7457 7458 7459 7468 7470 7476 7478 7479 7485 7493 7513 7516 7518 7525 7533 7544 7545 7567 7568 7578 7579 7584 7591 7592 7593 7594 7611 7612 7615 7623 7632 7635 7637 7653 7663 7664 7667 7668 7669 7680 7698 7699 7707 7709 7710 7720 7744 7745 7753 7761 7764 7772 7774 7776 7780 7785 7793 7800 7805 7806 7817 7819 7836 7837 7846 7854 7855 7857 7864 7872 7877 7882 7883 7895 7896 7915 7916 7917 7924 7935 7945 7951 7952 7953 7954 7965 7974 7975 7977 7982 7983 7984 7985 7986 7990 7997 8013 8020 8021 8022 8024 8028 8029 8042 8052 8053 8062 8063 8064 8065 8067 8070 8071 8072 8074 8075 8087 8088 8090 8091 8098 8099 8110 8111 8122 8125 8126 8132 8134 8139 8148 8149 8155 8156 8157 8158 8159 8166 8167 8171 8172 8177 8178 8185 8186 8187 8193 8201 8205 8222 8225 8226 8229 8245 8251 8257 8258 8260 8269 8270 8272 8280 8289 8291 8295 8308 8309 8310 8324 8327 8328 8330 8332 8335 8340 8341 8344 8350 8351 8352 8353 8354 8356 8364 8365 8366 8367 8368 8374 8375 8376 8379 8380 8394 8395 8396 8397 8402 8403 8411 8414 8415 8416 8419 8423 8426 8427 8428 8429 8434 8435 8436 8437 8438 8439 8440 8441 8442 8455 8456 8459 8460 8461 8462 8463 8464 8466 8468 8474 8477 8479 8480 8485 8486 8489 8490 8491 8492 8493 8494 8499 8503 8504 8505 8506 8513 8514 8515 8516 8517 8518 8519 8521 8522 8524 8528 8531 8532 8533 8534 8537 8542 8543 8544 8546 8547 8551 8552 8553 8554 8555 8563 8564 8565 8566 8567 8573 8581 8582 8583 8588 8589 8590 8591 8593 8594 8595 8596 8597 8600 8601 8602 8603 8604 8605 8606 8607 8612 8613 8614 8615 8616 8620 8621 8622 8625 8626 8627 8628 8629 8632 8633 8635 8640 8641 8642 8650 8655 8656 8668 8669 8674 8678 8679 8680 8681 8685 8686 8689 8690 8692 8695 8696 8697 8699 8701 8702 8703 8706 8707 8710 8713 8714 8716 8717 8719 8720 8721 8722 8726 8727 8728 8740 8746 8747 8748 8749 8753 8756 8757 8762 8767 8768 8769 8770 8773 8776 8777 8781 8782 8783 8784 8786 8788 8792 8793 8794 8795 8796 8798 8800 8801 8803 8804 8805 8807 8812 8813 8814 8815 8817 8818 8819 8822 8825 8826 8827 8831 8832 8835 8844 8845 8846 8849 8852 8853 8857 8858 8859 8860 8864 8865 8869 8872 8873 8874 8875 8877 8878 8881 8882 8883 8884 8885 8886 8887 8890 8892 8893 8898 8899 8900 8901 8902 8909 8911 8913 8915 8917 8918 8927 8928 8929 8936 8943 8945 8946 8947 8948 8949 8950 8951 8952 8953 8954 8958 8959 8960 8961 8962 8963 8964 8968 8969 8973 8974 8975 8976 8977 8979 8980 8987 8988 8989 8990 8997 8998 8999 9000 9003 9008 9009 9011 9012 9016 9017 9018 9019 9023 9024 9025 9028 9030 9031 9032 9035 9036 9037 9040 9041 9043 9044 9045 9046 9047 9048 9050 9054 9064 9065 9067 9068 9069 9070 9071 9072 9073 9074 9077 9078 9081 9083 9084 9085 9089 9090 9100 9101 9104 9107 9108 9109 9110 9114 9115 9116 9117 9119 9122 9123 9124 9125 9128 9129 9130 9133 9136 9137 9138 9139 9142 9143 9144 9148 9154 9155 9156 9157 9163 9164 9165 9166 9167 9171 9175 9176 9177 9178 9179 9186 9187 9188 9189 9190 9191 9194 9195 9196 9200 9201 9202 9204 9208 9209 9212 9217 9218 9223 9224 9225 9226 9227 9228 9229 9230 9231 9234 9235 9239 9240 9241 9244 9245 9246 9247 9248 9252 9253 9256 9260 9261 9262 9263 9264 9265 9266 9267 9279 9280 9281 9289 9290 9293 9294 9300 9301 9302 9303 9304 9305 9306 9307 9308 9312 9314 9315 9320 9321 9322 9323 9328 9329 9330 9331 9332 9333 9336 9337 9339 9340 9348 9349 9350 9351 9352 9357 9358 9361 9362 9363 9364 9371 9372 9377 9378 9379 9380 9386 9387 9388 9389 9390 9393 9394 9395 9396 9397 9398 9400 9401 9404 9411 9412 9414 9415 9416 9421 9422 9423 9427 9428 9429 9430 9431 9432 9433 9440 9441 9442 9443 9449 9450 9451 9452 9457 9458 9461 9462 9463 9464 9466 9467 9468 9473 9474 9481 9482 9483 9484 9485 9486 9487 9493 9494 9495 9496 9498 9499 9501 9502 9503 9504 9505 9509 9510 9511 9512 9513 9514 9515 9520 9523 9525 9526 9529 9530 9531 9535 9541 9542 9543 9548 9549 9550 9551 9552 9554 9555 9559 9560 9561 9565 9566 9567 9573 9574 9575 9576 9577 9578 9582 9583 9584 9585 9589 9590 9591 9595 9596 9599 9600 9601 9602 9605 9606 9607 9608 9611 9612 9613 9614 9619 9620 9621 9626 9627 9629 9631 9632 9636 9637 9639 9642 9643 9644 9651 9652 9655 9656 9657 9660 9661 9663 9664 9665 9667 9668 9669 9672 9673 9674 9676 9677 9678 9685 9686 9687 9691 9692 9698 9700 9701 9702 9706 9707 9708 9711 9712 9713 9716 9717 9718 9719 9720 9730 9731 9732 9734 9736 9737 9738 9740 9741 9742 9743 9746 9747 9748 9752 9753 9756 9757 9759 9760 9761 9762 9765 9766 9767 9773 9774 9775 9776 9777 9780 9784 9786 9787 9789 9793 9794 9796 9797 9798 9799 9804 9805 9806 9807 9808 9811 9812 9820 9821 9822 9823 9827 9828 9829 9830 9835 9837 9838 9843 9845 9846 9849 9856 9858 9859 9860 9863 9864 9865 9867 9870 9874 9875 9876 9877 9878 9879 9881 9882 9883 9884 9888 9890 9895 9896 9903 9904 9905 9918 9926 9927 9928 9929 9931 9932 9933 9934 9936 9942 9943 9944 9945 9946 9950 9951 9952 9956 9965 9966 9967 9968 9971 9972 9978 9979 9983 9984 9985 9989 9990 9993 9994 9995 9996 10000 10001 10002 10005 10006 10012 10013 10019 10020 10031 10032 10042 10043 10044 10045 10049 10050 10056 10057 10058 10065 10067 10077 10078 10079 10091 10092 10093 10102 10103 10104 10109 10110 10111 10112 10118 10126 10127 10128 10129 10130 10135 10137 10141 10142 10145 10146 10149 10153 10155 10156 10157 10163 10168 10169 10172 10177 10178 10179 10180 10181 10182 10186 10187 10189 10192 10197 10199 10200 10207 10208 10209 10210 10213 10222 10223 10228 10229 10230 10231 10237 10238 10240 10249 10254 10257 10258 10261 10262 10269 10270 10271 10272 10273 10276 10277 10280 10285 10286 10287 10288 10293 10295 10296 10298 10306 10310 10313 10315 10316 10323 10324 10325 10327 10335 10336 10337 10338 10339 10344 10345 10353 10357 10359 10368 10369 10370 10373 10375 10376 10377 10381 10388 10389 10390 10391 10392 10393 10394 10395 10396 10399 10400 10401 10405 10406 10407 10414 10415 10421 10430 10431 10432 10433 10434 10437 10439 10440 10441 10442 10443 10444 10451 10453 10454 10455 10456 10458 10463 10464 10465 10477 10478 10485 10486 10487 10493 10494 10495 10496 10498 10499 10500 10501 10502 10503 10509 10510 10511 10512 10515 10517 10518 10524 10525 10526 10535 10536 10538 10539 10540 10541 10546 10547 10549 10550 10555 10556 10557 10561 10562 10567 10570 10576 10577 10578 10584 10587 10589 10590 10591 10592 10593 10594 10598 10599 10602 10603 10604 10605 10611 10612 10614 10615 10616 10618 10619 10620 10621 10622 10629 10630 10631 10632 10633 10634 10635 10636 10640 10642 10643 10644 10651 10652 10657 10658 10662 10663 10664 10668 10669 10670 10671 10678 10679 10686 10687 10689 10693 10694 10695 10698 10699 10700 10701 10710 10711 10713 10714 10715 10716 10722 10723 10724 10725 10730 10733 10738 10739 10740 10741 10742 10750 10756 10757 10763 10764 10765 10766 10767 10768 10772 10773 10774 10777 10779 10780 10785 10786 10787 10788 10799 10800 10801 10805 10806 10807 10813 10814 10815 10816 10817 10818 10819 10826 10827 10828 10829 10830 10831 10832 10833 10840 10841 10842 10843 10844 10845 10846 10852 10853 10854 10855 10857 10858 10859 10860 10865 10866 10871 10873 10874 10879 10885 10886 10891 10892 10893 10894 10895 10896 10904 10905 10906 10912 10913 10914 10915 10916 10917 10922 10926 10927 10928 10934 10935 10936 10937 10942 10943 10944 10951 10952 10953 10954 10955 10956 10959 10961 10962 10963 10968 10970 10972 10976 10977 10978 10979 10980 10982 10983 10984 10985 10990 10991 10992 10994 10998 11005 11006 11015 11016 11017 11018 11020 11021 11025 11026 11032 11033 11034 11035 11036 11044 11045 11046 11047 11054 11055 11056 11057 11062 11067 11068 11069 11072 11073 11074 11077 11086 11087 11088 11089 11091 11096 11097 11098 11099 11103 11104 11105 11106 11107 11108 11109 11110 11111 11112 11116 11117 11121 11122 11123 11135 11136 11143 11144 11150 11156 11157 11159 11160 11166 11176 11177 11178 11179 11180 11181 11182 11183 11191 11192 11193 11195 11196 11197 11205 11211 11212 11219 11220 11227 11228 11235 11239 11240 11241 11247 11248 11253 11254 11255 11256 11259 11260 11270 11279 11280 11282 11287 11288 11289 11300 11301 11306 11313 11314 11315 11316 11321 11322 11323 11326 11336 11337 11351 11352 11358 11359 11367 11368 11369 11370 11373 11379 11380 11390 11400 11404 11405 11407 11412 11422 11431 11439 11446 11447 11448 11449 11453 11454 11460 11461 11462 11471 11472 11482 11490 11491 11492 11493 11494 11499 11500 11504 11512 11513 11514 11524 11525 11526 11527 11528 11532 11535 11543 11544 11545 11549 11550 11555 11556 11557 11566 11572 11573 11574 11575 11580 11581 11582 11583 11587 11588 11600 11601 11605 11611 11612 11623 11627 11628 11629 11634 11635 11636 11637 11642 11650 11651 11658 11659 11660 11672 11676 11677 11680 11681 11700 11701 11702 11710 11719 11720 11722 11723 11725 11730 11731 11732 11737 11747 11756 11757 11758 11763 11764 11767 11775 11776 11777 11780 11781 11782 11785 11798 11803 11811 11813 11831 11832 11838 11839 11840 11842 11847 11881 11882 11885 11914 13026 13067 13069 13072 13073 13083 13084 13134 13144 13147 13155 13163 13180 13186 13192 13193 13195 13266 13269 13271 13272 13273 13274 13277 13278 13282 13283 13284 13285 13288 13293 13310 13340 13345 13378 13381 13383 13384 13385 13386 13388 13389 13390 13392 13393 13395 13397 13399 13436 13440 13442 13445 13448 13507 13509 13516 13517 13519 13520 13521 13522 13524 13526 13527 13528 13529 13532 13533 13534 13535 13536 13537 13538 13539 13540 13541 13542 13543 13544 13545 13547 13549 13550 13551 13553 13554 13555 13556 13557 13558 13559 13560 13561 13562 13563 13564 13565 13566 13568 13569 13570 13572 13574 13578 13580 13586 13588 13668 13725 13764 13766 13896 13897 13909 13910 13916 13917 13918 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 14073 14074 14075 14076 14077 14078 14079 14080 14081 14082 14083 14084 14085 14086 14087 14088 14089 14090 14091 14092 14093 14094 14095 14096 14098 14099 14100 14101 14102 14103 14177 14179 14180 14181 14182 14183 14184 14185 14186 14187 14189 14191 14192 14193 14194 14195 14196 14197 14198 14199 14201 14202 14203 14204 14205 14207 14208 14209 14210 14211 14212 14214 14215 14216 14369 14387 14390 14391 14392 14393 14407 14410 14433 14435 14436 14441 14443 14447 14449 14450 14451 14452 14453 14454 14455 14456 14457 14458 14459 14460 14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 14483 14484 14485 14486 14487 14488 14489 14490 14491 14492 14493 14494 14495 14496 14497 14498 14499 14500 14501 14502 14503 14504 14505 14506 14507 14508 14509 14510 14511 14512 14513 14514 14515 14516 14517 14518 14519 14520 14521 14522 14523 14524 14617 14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 14666 14667 14668 14669 14670 14671 14672 14673 14674 14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14686 14687 14688 14689 14692 14693 14694 14695 14696 14697 14699 14700 14701 14703 14704 14706 14707 14708 14709 14710 14711 14713 14714 14715 14716 14717 14718 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 14729 14730 14731 14732 14733 14734 14735 14736 14737 14738 14758 14759 14760 14761 14762 14763 14764 14765 14767 14768 14769 14770 14771 14772 14773 14774 14775 14776 14777 14778 14779 14780 14781 14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 14792 14793 14794 14795 14796 14797 14798 14799 14800 14801 14802 14803 14804 14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 14836 14837 14838 14839 14840 14841 14842 14843 14844 14845 14846 14847 14848 14849 14850 14851 14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863 14864 14865 14866 14867 14868 14869 14870 14871 14872 14922 14923 14924 14926 14928 14929 14930 14932 14934 14935 14936 14937 14938 14939 14940 14941 14942 14943 14944 14945 14946 14947 14948 14957 14958 14960 14962 14963 14965 14966 14967 14968 14969 14970 14971 14973 14974 14975 14978 14979 14980 14981 14982 14983 14984 14985 14986 14987 14990 14991 14992 14993 14994 14997 15012 15015 15018 15019 15020 15022 15023 15024 15025 15028 15029 15030 15031 15034 15035 15037 15060 15064 15065 15067 15068 15086 15090 15095 15097 15101 15103 15105 15106 15108 15110 15111 15112 15113 15114 15115 15116 15117 15170 15174 15175 15177 15178 15179 15180 15181 15182 15183 15184 15185 15186 15187 15188 15189 15190 15193 15194 15195 15196 15197 15199 15201 15202 15204 15206 15208 15209 15210 15212 15213 15214 15215 15216 15217 15218 15560 15561 15562 15563 15564 15565 15566 15567 15568 15569 15570 15571 15572 15574 15575 15576 15578 15579 15580 15581 15582 15583 15584 15585 15586 15587 15588 15589 15590 15591 15592 15602 15603 15604 15605 15606 15608 15609 15611 15612 15613 15614 15616 15617 15618 15620 15621 15622 15623 15624 15625 15626 15627 15628 15629 15630 15632 15633 15634 15635 15636 15637 15638 15639 15640 15641 15643 15644 15645 15646 15647 15648 15649 15651 15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 15663 15664 15665 15666 15667 15668 15669 15670 15671 15672 15673 15676 15677 15682 15784 15785 15786 15787 15788 15789 15790 15791 15792 15793 15794 15795 15796 15797 15798 15799 15800 15802 15803 15804 15805 15806 15807 15808 15809 15810 15811 15812 15813 15814 15815 15816 15817 15818 15819 15820 15821 15822 15823 15824 15825 15826 15827 15828 15829 15830 15831 15832 15833 15834 15835 15836 15837 15838 15839 15840 15841 15842 15843 15845 15846 15847 15848 15849 15850 15851 15852 15853 15854 15855 15856 15857 15858 15859 15860 15861 15862 15863 15864 15865 15866 15867 15868 15869 15870 15871 15872 15873 15874 15875 15876 15877 15878 15879 15880 15881 15882 15883 15884 15886 15888 15889 15890 15891 15892 15893 15895 15896 15898 15899 15911 15961 15962 15963 15964 15965 15966 15967 15968 15969 15971 15972 15973 15974 15975 15977 15978 15979 15980 15981 15982 15983 15984 15985 15986 15987 15988 15989 15990 15991 15992 15993 15994 15995 15996 15997 15998 15999 16000 16001 16002 16003 16004 16005 16006 16007 16008 16009 16010 16011 16012 16013 16014 16015 16016 16017 16018 16019 16020 16147 16159 16160 16162 16163 16165 16167 16171 16172 16173 16174 16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 16189 16372 16375 16378 16382 16383 16386 16387 16389 16390 16392 16393 16394 16395 16396 16398 16399 16400 16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16418 16419 16420 16421 16422 16423 16424 16425 16426 16427 16428 16429 16430 16431 16432 16433 16434 16435 16436 16437 16438 16439 16440 16441 16442 16443 16444 16445 16447 16452 16453 16457 16464 16465 16466 16467 16468 16469 16470 16471 16472 16473 16474 16475 16476 16477 16478 16479 16480 16481 16482 16484 16485 16487 16488 16489 16490 16492 16493 16494 16498 16502 16503 16504 16506 16509 16511 16513 16542 16543 16544 16545 16546 16547 16550 16570 16792 16793 16799 16802 16805 16810 16819 16824 16826 16828 16830 16832 16834 16835 16838 16839 16847 16852 16854 16857 16859 16862 16863 16864 16868 16873 16885 16886 16888 16890 16892 16893 16898 16921 16922 16924 16925 16926 16927 16928 16929 16932 16933 16968 16969 16970 16972 16973 16974 16975 16976 16977 16979 16980 16981 16982 16984 16985 17047 17048 17051 17054 17074 17075 17078 17082 17199 17200 17201 17202 17203 17204 17205 17206 17207 17208 17209 17210 17211 17212 17213 17214 17215 17216 17217 17218 17219 17220 17221 17222 17223 17224 17225 17226 17227 17228 17229 17230 17231 17232 17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 17244 17245 17277 17279 17280 17281 17284 17285 17286 17287 17292 17293 17294 17295 17297 17298 17303 17304 17305 17307 17308 17309 17310 17311 17312 17313 17314 17315 17317 17318 17319 17320 17321 17322 17324 17325 17327 17332 17334 17335 17336 17337 } } diff --git a/content_source/map_objects/masks/mask_baobab_01.png b/content_source/map_objects/masks/mask_baobab_01.png index 9dbb8dba..ad3dd0dc 100644 Binary files a/content_source/map_objects/masks/mask_baobab_01.png and b/content_source/map_objects/masks/mask_baobab_01.png differ diff --git a/content_source/map_objects/masks/mask_bush_01.png b/content_source/map_objects/masks/mask_bush_01.png index f8f25a87..006043b4 100644 Binary files a/content_source/map_objects/masks/mask_bush_01.png and b/content_source/map_objects/masks/mask_bush_01.png differ diff --git a/content_source/map_objects/masks/mask_bush_02.png b/content_source/map_objects/masks/mask_bush_02.png index ea0367af..736faf07 100644 Binary files a/content_source/map_objects/masks/mask_bush_02.png and b/content_source/map_objects/masks/mask_bush_02.png differ diff --git a/content_source/map_objects/masks/mask_bush_dry_02.png b/content_source/map_objects/masks/mask_bush_dry_02.png index 9dbb8dba..b20135c4 100644 Binary files a/content_source/map_objects/masks/mask_bush_dry_02.png and b/content_source/map_objects/masks/mask_bush_dry_02.png differ diff --git a/content_source/map_objects/masks/mask_cypress_mediterranean_dense_01.png b/content_source/map_objects/masks/mask_cypress_mediterranean_dense_01.png index 9dbb8dba..6a3bcd8b 100644 Binary files a/content_source/map_objects/masks/mask_cypress_mediterranean_dense_01.png and b/content_source/map_objects/masks/mask_cypress_mediterranean_dense_01.png differ diff --git a/content_source/map_objects/masks/mask_cypress_mediterranean_sparse_01.png b/content_source/map_objects/masks/mask_cypress_mediterranean_sparse_01.png index efdff1a4..696465bb 100644 Binary files a/content_source/map_objects/masks/mask_cypress_mediterranean_sparse_01.png and b/content_source/map_objects/masks/mask_cypress_mediterranean_sparse_01.png differ diff --git a/content_source/map_objects/masks/mask_dense_cypress_01.png b/content_source/map_objects/masks/mask_dense_cypress_01.png index c08fa450..65f3d382 100644 Binary files a/content_source/map_objects/masks/mask_dense_cypress_01.png and b/content_source/map_objects/masks/mask_dense_cypress_01.png differ diff --git a/content_source/map_objects/masks/mask_european_dynamic_farmland_objects.png b/content_source/map_objects/masks/mask_european_dynamic_farmland_objects.png index 9228c418..c849b8e8 100644 Binary files a/content_source/map_objects/masks/mask_european_dynamic_farmland_objects.png and b/content_source/map_objects/masks/mask_european_dynamic_farmland_objects.png differ diff --git a/content_source/map_objects/masks/mask_european_dynamic_forestry_objects.png b/content_source/map_objects/masks/mask_european_dynamic_forestry_objects.png index 9dbb8dba..edcba446 100644 Binary files a/content_source/map_objects/masks/mask_european_dynamic_forestry_objects.png and b/content_source/map_objects/masks/mask_european_dynamic_forestry_objects.png differ diff --git a/content_source/map_objects/masks/mask_iceberg_01.png b/content_source/map_objects/masks/mask_iceberg_01.png index 66d475e3..73538e3f 100644 Binary files a/content_source/map_objects/masks/mask_iceberg_01.png and b/content_source/map_objects/masks/mask_iceberg_01.png differ diff --git a/content_source/map_objects/masks/mask_oak_01.png b/content_source/map_objects/masks/mask_oak_01.png index 28bd8cde..315bf1db 100644 Binary files a/content_source/map_objects/masks/mask_oak_01.png and b/content_source/map_objects/masks/mask_oak_01.png differ diff --git a/content_source/map_objects/masks/mask_oak_dense_01.png b/content_source/map_objects/masks/mask_oak_dense_01.png index 9dbb8dba..3392dd71 100644 Binary files a/content_source/map_objects/masks/mask_oak_dense_01.png and b/content_source/map_objects/masks/mask_oak_dense_01.png differ diff --git a/content_source/map_objects/masks/mask_palm_dense_01.png b/content_source/map_objects/masks/mask_palm_dense_01.png index b3e464ea..63937f5b 100644 Binary files a/content_source/map_objects/masks/mask_palm_dense_01.png and b/content_source/map_objects/masks/mask_palm_dense_01.png differ diff --git a/content_source/map_objects/masks/mask_pine_dense_01.png b/content_source/map_objects/masks/mask_pine_dense_01.png index 144d7183..44e62184 100644 Binary files a/content_source/map_objects/masks/mask_pine_dense_01.png and b/content_source/map_objects/masks/mask_pine_dense_01.png differ diff --git a/content_source/map_objects/masks/mask_pine_sparse_01.png b/content_source/map_objects/masks/mask_pine_sparse_01.png index 270f3d2f..afb26ecd 100644 Binary files a/content_source/map_objects/masks/mask_pine_sparse_01.png and b/content_source/map_objects/masks/mask_pine_sparse_01.png differ diff --git a/content_source/map_objects/masks/mask_rainforest_01.png b/content_source/map_objects/masks/mask_rainforest_01.png index 9dbb8dba..6e0d796a 100644 Binary files a/content_source/map_objects/masks/mask_rainforest_01.png and b/content_source/map_objects/masks/mask_rainforest_01.png differ diff --git a/content_source/map_objects/masks/mask_savanna_tree_01.png b/content_source/map_objects/masks/mask_savanna_tree_01.png index 9dbb8dba..76b94876 100644 Binary files a/content_source/map_objects/masks/mask_savanna_tree_01.png and b/content_source/map_objects/masks/mask_savanna_tree_01.png differ diff --git a/dist/change_history_based_on_map_data.exe b/dist/change_history_based_on_map_data.exe new file mode 100644 index 00000000..95d5ff58 Binary files /dev/null and b/dist/change_history_based_on_map_data.exe differ diff --git a/dist/generate_portraits.exe b/dist/generate_portraits.exe new file mode 100644 index 00000000..43e7c5fa Binary files /dev/null and b/dist/generate_portraits.exe differ diff --git a/docs.md b/docs.md new file mode 100644 index 00000000..ea389cc6 --- /dev/null +++ b/docs.md @@ -0,0 +1,15 @@ +# Credits + +Main dev - Metriximor +Main dev - Zeldrin +Art - banyough + +## Many thanks to + +* The Victoria 3 Modding community + * Haneul + * terrapass + * grassmoon + * Dayshine +* The CivMC community + * AKJanklin diff --git a/events/amazon_events.txt b/events/amazon_events.txt deleted file mode 100644 index 20a7fe27..00000000 --- a/events/amazon_events.txt +++ /dev/null @@ -1,412 +0,0 @@ -namespace = amazon - -# The Devil's Railroad -amazon.1 = { - type = country_event - placement = scope:amazon_state - - title = amazon.1.t - desc = amazon.1.d - flavor = amazon.1.f - - cooldown = { months = short_modifier_time } - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - OR = { - has_state_trait = state_trait_malaria - has_state_trait = state_trait_amazon_rainforest - } - any_scope_building = { - is_building_type = building_railway - is_under_construction = yes - } - NOR = { - has_modifier = devils_railroad_modifier - has_modifier = slowed_railway_construction - has_modifier = cautious_railway_construction - } - any_scope_pop = { - is_pop_type = laborers - pop_employment_building = building_construction_sector - } - } - } - - immediate = { - random_scope_state = { - limit = { - OR = { - has_state_trait = state_trait_malaria - has_state_trait = state_trait_amazon_rainforest - } - any_scope_building = { - is_building_type = building_railway - is_under_construction = yes - } - } - save_scope_as = amazon_state - random_scope_building = { - limit = { - is_building_type = building_railway - is_under_construction = yes - } - save_scope_as = devils_railroad - } - random_scope_pop = { - limit = { - is_pop_type = laborers - pop_employment_building = building_construction_sector - } - save_scope_as = amazon_laborers - } - } - } - - option = { - name = amazon.1.a - default_option = yes - # greatly increase laborer mortality for construction camps - scope:amazon_state = { - add_modifier = { - name = devils_railroad_modifier - months = normal_modifier_time - } - } - } - option = { - name = amazon.1.b - # greatly increase construction time - scope:amazon_state = { - add_modifier = { - name = slowed_railway_construction - months = normal_modifier_time - } - } - } - option = { - # slightly increase laborer mortality and increase construction time - name = amazon.1.c - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_regulatory_bodies - has_law = law_type:law_worker_protections - } - } - scope:amazon_state = { - add_modifier = { - name = cautious_railway_construction - months = normal_modifier_time - } - } - } -} - -# Mistreatment of laborers on rubber plantations -amazon.2 = { - type = country_event - placement = scope:amazon_state - - title = amazon.2.t - desc = amazon.2.d - flavor = amazon.2.f - - event_image = { - video = "gfx/event_pictures/southamerica_slave_chains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/slaves_breaking_their_chains" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - OR = { - has_state_trait = state_trait_malaria - has_state_trait = state_trait_amazon_rainforest - } - any_scope_building = { - is_building_type = building_rubber_plantation - } - NOR = { - has_modifier = rubber_mistreatment - has_modifier = rubber_slowdown - has_modifier = rubber_protections - } - any_scope_pop = { - OR = { - AND = { - is_pop_type = laborers - pop_is_discriminated = yes - } - is_pop_type = slaves - } - pop_employment_building = building_rubber_plantation - } - } - } - - immediate = { - random_scope_state = { - limit = { - OR = { - has_state_trait = state_trait_malaria - has_state_trait = state_trait_amazon_rainforest - } - any_scope_building = { - is_building_type = building_rubber_plantation - } - NOR = { - has_modifier = rubber_mistreatment - has_modifier = rubber_slowdown - has_modifier = rubber_protections - } - any_scope_pop = { - OR = { - AND = { - is_pop_type = laborers - pop_is_discriminated = yes - } - is_pop_type = slaves - } - pop_employment_building = building_rubber_plantation - } - } - save_scope_as = amazon_state - random_scope_building = { - limit = { - is_building_type = building_rubber_plantation - } - save_scope_as = rubber_plantation_scope - } - random_scope_pop = { - limit = { - OR = { - AND = { - is_pop_type = laborers - pop_is_discriminated = yes - } - is_pop_type = slaves - } - pop_employment_building = building_rubber_plantation - } - save_scope_as = rubber_laborers - } - } - } - - option = { - name = amazon.2.a - default_option = yes - # greatly increase laborer mortality for rubber plantations - scope:amazon_state = { - add_modifier = { - name = rubber_mistreatment - months = normal_modifier_time - } - } - } - option = { - name = amazon.2.b - # greatly reduce throughput of rubber plantations - scope:amazon_state = { - add_modifier = { - name = rubber_slowdown - months = normal_modifier_time - } - } - } - option = { - name = amazon.2.c - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_regulatory_bodies - has_law = law_type:law_worker_protections - } - } - # slightly reduce throughput of rubber plantations - scope:amazon_state = { - add_modifier = { - name = rubber_protections - months = normal_modifier_time - } - } - } -} - -# Completion event -amazon.3 = { - type = country_event - placement = scope:amazon_state - - title = amazon.3.t - desc = amazon.3.d - flavor = amazon.3.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - duration = 3 - - trigger = { - # triggered by JE completion - } - - immediate = { - random_scope_state = { - limit = { - state_region = s:STATE_AMAZONAS - } - save_scope_as = amazon_state - } - } - - option = { - name = amazon.3.a - trigger = { - NOT = { - scope:amazon_state = { - any_scope_building = { - is_building_type = building_arts_academy - level >= 2 - } - } - } - } - scope:amazon_state = { - create_building = { - building = building_arts_academy - level = 2 - } - add_modifier = { - name = amazon_theatre - months = long_modifier_time - } - } - } - option = { - name = amazon.3.b - default_option = yes - scope:amazon_state = { - add_modifier = { - name = amazon_migration - months = long_modifier_time - } - } - } -} - -# The Most Dangerous Game -amazon.4 = { - type = country_event - placement = scope:dangerous_game_state - - title = amazon.4.t - desc = amazon.4.d - flavor = amazon.4.f - - event_image = { - video = "gfx/event_pictures/africa_construction_colony.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/construction_colony" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = most_dangerous_game } - has_technology_researched = malaria_prevention - } - - immediate = { - set_variable = most_dangerous_game - random_state = { - limit = { - state_region = s:STATE_WEST_INDIES - } - save_scope_as = dangerous_game_state - } - random_scope_character = { - limit = { - is_ruler = no - has_role = politician - interest_group = { - is_marginal = no - } - } - save_scope_as = hunted_character - } - random_country = { - limit = { - country_rank >= rank_value:major_power - has_law = law_type:law_monarchy - is_player = no - } - save_scope_as = hunter_country - ig:ig_landowners = { - leader = { - save_scope_as = hunter_character - } - } - } - # nice to have: determine odds based on traits - random_list = { - 1 = { - set_variable = hunter_victory - } - 1 = { - set_variable = hunted_victory - } - } - } - - option = { - name = amazon.4.a - trigger = { - has_variable = hunter_victory - } - default_option = yes - scope:hunted_character = { - kill_character = yes - } - change_relations = { - country = scope:hunter_country - value = -10 - } - } - option = { - name = amazon.4.b - trigger = { - has_variable = hunted_victory - } - default_option = yes - scope:hunter_character = { - kill_character = yes - } - } -} \ No newline at end of file diff --git a/events/assassination_events.txt b/events/assassination_events.txt deleted file mode 100644 index 4d561015..00000000 --- a/events/assassination_events.txt +++ /dev/null @@ -1,556 +0,0 @@ -namespace = assassination_events - -assassination_events.1 = { #there's a plot to kill your ruler - type = country_event - placement = root - - duration = 3 - - title = assassination_events.1.t - desc = assassination_events.1.d - flavor = assassination_events.1.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_interest_group = { - is_powerful = yes - ig_approval <= -10 - } - radical_fraction = { #in the whole country - value >= 0.15 - } - ruler = { - age >= 18 - } - NOT = { has_variable = assassination_cooldown } - NOT = { has_variable = ongoing_serial_killer_je } - } - - immediate = { - ruler = { save_scope_as = assassination_ruler_scope } - set_variable = { - name = assassination_cooldown - months = stupidly_long_modifier_time #50 years - } - } - - option = { - name = assassination_events.1.a - default_option = yes - add_journal_entry = { - type = je_assassination - target = scope:assassination_ruler_scope - } - } - - option = { - name = assassination_events.1.b - trigger = { - scope:assassination_ruler_scope.interest_group = { - is_in_government = no - } - } - set_variable = killing_own_ruler - custom_tooltip = kill_own_ruler_tt - add_journal_entry = { - type = je_assassination - target = scope:assassination_ruler_scope - } - } -} - -assassination_events.2 = { #suspicious meeting - type = country_event - placement = root - - title = assassination_events.2.t - desc = assassination_events.2.d - flavor = assassination_events.2.f - - duration = 3 - - event_image = { - - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered on the JE yearly pulse - } - - immediate = { - if = { - limit = { - var:je_assassination_progress >= 3 #if you have high progress you get the correct IG - } - random_interest_group = { - limit = { - has_variable = enemy_ig_var - } - save_scope_as = suspicious_ig - set_variable = suspicious_ig_var - } - } - else = { - random_interest_group = { - save_scope_as = suspicious_ig - set_variable = suspicious_ig_var - } - } - random_interest_group = { - limit = { - NOT = { has_variable = suspicious_ig_var } - ig_approval <= 0 - } - save_scope_as = second_suspicious_ig - } - } - - option = { #let them be - default_option = yes - name = assassination_events.2.a - scope:suspicious_ig = { - add_modifier = { - name = assassination_ig_not_monitored_modifier - months = normal_modifier_time - } - } - } - - option = { #it's definitely them - name = assassination_events.2.b - custom_tooltip = advance_assassination_progress_tt - change_variable = { - name = je_assassination_progress - add = 1 - } - scope:suspicious_ig = { - add_modifier = { - name = assassination_ig_monitored - months = normal_modifier_time - } - } - } - - option = { #we suspect this other IG - name = assassination_events.2.c - trigger = { - any_interest_group = { - NOT = { has_variable = suspicious_ig_var } - ig_approval <= 0 - } - } - custom_tooltip = advance_assassination_progress_tt - change_variable = { - name = je_assassination_progress - add = 1 - } - scope:second_suspicious_ig = { - add_modifier = { - name = assassination_ig_monitored - months = normal_modifier_time - } - } - } -} - -assassination_events.3 = { #The Snitch - type = country_event - placement = root - - duration = 3 - - title = assassination_events.3.t - desc = assassination_events.3.d - flavor = assassination_events.3.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by the JE - } - - immediate = { - random_interest_group = { - limit = { is_marginal = no } - save_scope_as = snitch_ig - leader = { - save_scope_as = snitch_leader - } - } - random_interest_group = { - limit = { - NOT = { this = scope:snitch_ig } - is_marginal = no - } - save_scope_as = snitched_ig - } - } - - option = { #believe them - name = assassination_events.3.a - custom_tooltip = advance_assassination_progress_tt - change_variable = { - name = je_assassination_progress - add = 1 - } - scope:snitched_ig = { - add_modifier = { - name = suspicious_modifier #pol str - months = normal_modifier_time - } - } - } - - option = { #don't - name = assassination_events.3.b - default_option = yes - scope:snitch_leader = { - add_modifier = { - name = snitch_modifier #popularity - months = normal_modifier_time - } - } - } - - option = { #don't and also accuse them - name = assassination_events.3.c - custom_tooltip = advance_assassination_progress_tt - change_variable = { - name = je_assassination_progress - add = 1 - } - scope:snitch_ig = { - add_modifier = { - name = suspicious_modifier - months = normal_modifier_time - } - } - } -} - -assassination_events.4 = { #accusatory talk in the high spheres - type = country_event - placement = scope:high_spheres_state - - duration = 3 - - title = assassination_events.4.t - desc = assassination_events.4.d - flavor = assassination_events.4.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_scope_state = { - any_scope_building = { - is_building_type = building_urban_center - level >= 10 - } - OR = { - has_building = building_university - has_building = building_arts_academy - } - } - any_interest_group = { - is_marginal = no - } - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_urban_center - level >= 10 - } - OR = { - has_building = building_university - has_building = building_arts_academy - } - } - save_scope_as = high_spheres_state - } - if = { - limit = { - var:je_assassination_progress >= 3 #if you have high progress you get the correct IG - } - random_interest_group = { - limit = { - has_variable = enemy_ig_var - } - save_scope_as = suspicious_ig - } - } - else = { - random_interest_group = { - limit = { - is_marginal = no - } - save_scope_as = suspicious_ig - } - } - } - - option = { #sounds suspicious - name = assassination_events.4.a - custom_tooltip = advance_assassination_progress_tt - change_variable = { - name = je_assassination_progress - add = 1 - } - scope:suspicious_ig = { - add_modifier = { - name = assassination_ig_monitored - months = normal_modifier_time - } - } - scope:high_spheres_state = { - add_loyalists = { - strata = rich - value = 0.1 - } - } - } - - option = { #WHO is saying this - name = assassination_events.4.b - default_option = yes - scope:high_spheres_state = { - add_radicals = { - strata = rich - value = 0.05 - } - } - } - - option = { #we clearly need to improve our security - name = assassination_events.4.c - custom_tooltip = advance_assassination_progress_tt - change_variable = { - name = je_assassination_progress - add = 1 - } - add_modifier = { - name = hightened_security - months = normal_modifier_time - } - } -} - -assassination_events.5 = { #Failure to stop assassination - type = country_event - placement = root - - duration = 3 - - title = assassination_events.5.t - desc = assassination_events.5.d - flavor = assassination_events.5.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - trigger = { - #triggered by the JE - } - - immediate = { - random_interest_group = { - limit = { - has_variable = enemy_ig_var - } - save_scope_as = suspicious_ig - } - random_scope_character = { - limit = { has_variable = assassination_ruler_var } - save_scope_as = assassination_ruler_scope - } - } - - option = { - name = assassination_events.5.a - default_option = yes - scope:assassination_ruler_scope = { - kill_character = yes - } - add_modifier = { - name = assassination_success_modifier #great authority hit - months = normal_modifier_time - } - } -} - -assassination_events.6 = { #ruler deposed - type = country_event - placement = root - - duration = 3 - - title = assassination_events.6.t - desc = assassination_events.6.d - flavor = assassination_events.6.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by the JE - } - - immediate = { - random_interest_group = { - limit = { - has_variable = enemy_ig_var - } - save_scope_as = suspicious_ig - } - random_scope_character = { - limit = { has_variable = assassination_ruler_var } - save_scope_as = assassination_ruler_scope - } - } - - option = { #poor guy - name = assassination_events.6.a - default_option = yes - scope:assassination_ruler_scope = { - add_modifier = { - name = deposed_ruler_modifier #he loses a lot of popularity - months = normal_modifier_time - } - } - } -} - - -assassination_events.7 = { #Stopped the assassination - type = country_event - placement = root - - duration = 3 - - title = assassination_events.7.t - desc = assassination_events.7.d - flavor = assassination_events.7.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by the JE - } - - immediate = { - random_interest_group = { - limit = { - has_variable = enemy_ig_var - } - save_scope_as = suspicious_ig - } - random_scope_character = { - limit = { has_variable = assassination_ruler_var } - save_scope_as = assassination_ruler_scope - } - } - - option = { #awesome - name = assassination_events.7.a - default_option = yes - add_modifier = { - name = assassination_caught_em_modifier #legitimacy - months = short_modifier_time - } - } -} - -assassination_events.8 = { #ruler died of other cause - type = country_event - placement = root - - duration = 3 - - title = assassination_events.8.t - desc = assassination_events.8.d - flavor = assassination_events.8.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by the JE - } - - immediate = { - random_interest_group = { - limit = { - has_variable = enemy_ig_var - } - save_scope_as = suspicious_ig - } - random_scope_character = { - limit = { has_variable = assassination_ruler_var } - save_scope_as = assassination_ruler_scope - } - } - - option = { #well that was all - name = assassination_events.8.a - default_option = yes - add_modifier = { - name = assassination_dead_ruler_modifier #legitimacy loss - months = normal_modifier_time - } - } -} \ No newline at end of file diff --git a/events/autocracy_events.txt b/events/autocracy_events.txt deleted file mode 100644 index 6a544129..00000000 --- a/events/autocracy_events.txt +++ /dev/null @@ -1,293 +0,0 @@ -namespace = autocracy - -autocracy.1 = { - type = country_event - placement = ROOT - - title = autocracy.1.t - desc = autocracy.1.d - flavor = autocracy.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - duration = 3 - - trigger = { - # triggered by je_autocracy completion - } - - immediate = { - ruler = { - save_scope_as = monarch_scope - } - random_primary_culture = { - save_scope_as = primary_culture_scope - } - ig:ig_devout = { - save_scope_as = church_scope - } - } - - option = { # increase ruler popularity and IG attraction - name = autocracy.1.a - default_option = yes - ruler = { - add_modifier = { - name = popular_autocrat - months = very_long_modifier_time - } - interest_group = { - add_modifier = { - name = popular_autocrat_ig - months = very_long_modifier_time - } - } - } - } - - option = { # increase assimilation and gain same culture loyalists - name = autocracy.1.b - add_loyalists = { - culture = scope:primary_culture_scope - value = 0.05 - } - add_modifier = { - name = russification_modifier - months = very_long_modifier_time - } - } - - option = { # increase conversion - name = autocracy.1.c - add_loyalists = { - pop_type = clergymen - religion = root.religion - value = 0.6 - } - add_modifier = { - name = religious_orthodocy_enforced_mod - months = very_long_modifier_time - } - } -} - -# secret societies -autocracy.2 = { - type = country_event - placement = scope:secret_societies_state - - title = autocracy.2.t - desc = autocracy.2.d - flavor = autocracy.2.f - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - trigger = { - NOT = { - has_variable = secret_societies_timer - } - OR = { - has_law = law_type:law_monarchy - has_law = law_type:law_theocracy - } - has_law = law_type:law_state_religion - has_law = law_type:law_autocracy - ig:ig_intelligentsia = { - is_marginal = no - is_in_government = no - } - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - ig:ig_intelligentsia = { - is_being_suppressed = yes - } - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - is_pop_type = academics - } - } - } - - immediate = { - set_variable = { - name = secret_societies_timer - months = normal_modifier_time - } - ig:ig_intelligentsia = { - save_scope_as = secret_society_ig - } - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - is_pop_type = academics - } - } - save_scope_as = secret_societies_state - random_scope_pop = { - limit = { - is_pop_type = academics - } - save_scope_as = secret_society_pop - } - } - } - - cancellation_trigger = { - scope:secret_societies_state = { - is_incorporated = yes - NOT = { - any_scope_pop = { - is_pop_type = academics - } - } - } - } - - option = { # tolerate them - name = autocracy.2.a - default_option = yes - scope:secret_society_ig = { - add_modifier = { - name = tolerated_secret_societies - months = normal_modifier_time - } - } - } - - option = { # crack down on secret societies - name = autocracy.2.b - scope:secret_society_ig = { - add_modifier = { - name = suppressed_secret_societies - months = normal_modifier_time - } - } - scope:secret_societies_state = { - add_radicals = { - pop_type = academics - value = very_large_radicals - } - } - } -} - -# Devout keep serfs content -autocracy.3 = { - type = country_event - placement = scope:religious_serfs_state - - title = autocracy.3.t - desc = autocracy.3.d - flavor = autocracy.3.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = religious_serfs_timer } - ig:ig_devout = { - is_powerful = yes - is_in_government = yes - } - has_law = law_type:law_serfdom - haS_law = law_type:law_state_religion - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - pop_is_discriminated = no - is_pop_type = peasants - religion = root.religion - } - any_scope_pop = { - is_pop_type = clergymen - religion = root.religion - } - NOR = { - has_modifier = loyal_religious_serfs - has_modifier = less_radical_religious_serfs - } - } - } - - immediate = { - set_variable = { - name = religious_serfs_timer - months = normal_modifier_time - } - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - is_pop_type = peasants - religion = root.religion - pop_is_discriminated = no - } - any_scope_pop = { - is_pop_type = clergymen - religion = root.religion - } - } - save_scope_as = religious_serfs_state - random_scope_pop = { - limit = { - is_pop_type = peasants - pop_is_discriminated = no - religion = root.religion - } - save_scope_as = religious_serf_pop - } - } - ig:ig_devout = { - save_scope_as = church_scope - } - } - - option = { # increase loyalty - name = autocracy.3.a - default_option = yes - scope:religious_serfs_state = { - add_modifier = { - name = loyal_religious_serfs - months = long_modifier_time - } - } - } - - option = { # reduce radicals - name = autocracy.3.b - scope:religious_serfs_state = { - add_modifier = { - name = less_radical_religious_serfs - months = long_modifier_time - } - } - } -} \ No newline at end of file diff --git a/events/belle_epoque_events.txt b/events/belle_epoque_events.txt deleted file mode 100644 index 35cec82d..00000000 --- a/events/belle_epoque_events.txt +++ /dev/null @@ -1,461 +0,0 @@ -namespace = belle_epoque_events - -belle_epoque_events.1 = { #Eiffel Tower - type = country_event - placement = scope:eiffel_state - - title = belle_epoque_events.1.t - desc = belle_epoque_events.1.d - flavor = belle_epoque_events.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - owns_entire_state_region = STATE_ILE_DE_FRANCE - any_scope_state = { - has_building = building_eiffel_tower - } - NOT = { has_variable = eiffel_var } - } - - immediate = { - random_scope_state = { - limit = { - has_building = building_eiffel_tower - } - save_scope_as = eiffel_state - } - set_variable = eiffel_var - } - - option = { #yeeeehawwww - name = belle_epoque_events.1.a - add_modifier = { - name = eiffel_tower_modifier #prestige bonus but it costs you some extra bureaucracy - months = short_modifier_time - } - create_character = { - ig_leader = yes - interest_group = ig_industrialists - female = no - first_name = Alexandre_Gustave - last_name = Eiffel - on_created = { - add_modifier = { - name = gustave_eiffel_modifier - months = normal_modifier_time - } - } - } - } - - option = { #it's lowkey ugly - name = belle_epoque_events.1.b - default_option = yes - ig:ig_intelligentsia = { - add_modifier = { - name = eiffel_tower_intelligentsia_modifier #they agree - months = normal_modifier_time - } - } - ig:ig_industrialists = { - add_modifier = { - name = eiffel_tower_slander_modifier #it's perfect! - months = normal_modifier_time - } - } - create_character = { - ig_leader = no - interest_group = ig_industrialists - female = no - first_name = Alexandre_Gustave - last_name = Eiffel - on_created = { - add_modifier = { - name = gustave_eiffel_sad_modifier - months = normal_modifier_time - } - } - } - } - - option = { #we shall dismantle it as soon as the exposition ends - name = belle_epoque_events.1.c - scope:eiffel_state = { #outrageous!!! - add_radicals = { - pop_type = machinists #we worked so hard on this - value = small_radicals - } - add_loyalists = { #thank god - pop_type = academics - value = medium_radicals - } - } - create_character = { - ig_leader = yes #so they lose pol strenght - interest_group = ig_industrialists - female = no - first_name = Alexandre_Gustave - last_name = Eiffel - on_created = { - add_modifier = { - name = gustave_eiffel_angry_modifier - months = normal_modifier_time - } - } - } - } -} - -belle_epoque_events.2 = { #Art Nouveau - type = country_event - placement = scope:belle_epoque_state - - title = belle_epoque_events.2.t - desc = belle_epoque_events.2.d - flavor = belle_epoque_events.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_art_gallery.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/art_gallery" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - any_primary_culture = { - NOT = { has_cultural_obsession = fine_art } - } - any_scope_state = { - any_scope_building = { - is_building_type = building_arts_academy - level >= 10 - } - } - NOT = { has_variable = art_nouveau_var } - } - - immediate = { - random_primary_culture = { - limit = { - NOT = { has_cultural_obsession = fine_art } - } - save_scope_as = obsessed_culture - } - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_arts_academy - level >= 10 - } - } - save_scope_as = belle_epoque_state - random_scope_building = { - limit = { - is_building_type = building_arts_academy - level >= 10 - } - save_scope_as = belle_epoque_building - } - } - set_variable = art_nouveau_var - } - - option = { #great stuff - name = belle_epoque_events.2.a - scope:obsessed_culture = { - add_cultural_obsession = fine_art - } - add_modifier = { - name = art_nouveau_love_modifier - months = normal_modifier_time - } - } - - option = { #this sucks - name = belle_epoque_events.2.b - default_option = yes - scope:belle_epoque_state = { - add_radicals = { - pop_type = academics - value = medium_radicals - } - add_radicals = { - pop_type = aristocrats - value = medium_radicals - } - } - scope:belle_epoque_building = { - add_modifier = { #strike at the academy - name = art_nouveau_strike_modifier - months = normal_modifier_time - } - } - } -} - -#IG leader joins the Symbolists -belle_epoque_events.3 = { - type = country_event - placement = scope:belle_epoque_state - title = belle_epoque_events.3.t - desc = belle_epoque_events.3.d - flavor = belle_epoque_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_art_gallery.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/art_gallery" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_interest_group = { - leader = { - OR = { - has_trait = romantic - has_trait = hedonist - has_trait = charismatic - has_trait = brave - has_trait = innovative - } - } - } - any_scope_state = { - any_scope_building = { - is_building_type = building_arts_academy - level >= 10 - } - } - NOT = { has_variable = symbolist_var } - } - - immediate = { - if = { - limit = { - any_interest_group = { - leader = { - OR = { - has_trait = romantic - has_trait = hedonist - } - } - } - } - random_interest_group = { - limit = { - leader = { - OR = { - has_trait = romantic - has_trait = hedonist - } - } - } - save_scope_as = symbolist_ig - leader = { - save_scope_as = symbolist_leader - } - } - } - else = { - random_interest_group = { - limit = { - leader = { - OR = { - has_trait = brave - has_trait = innovative - has_trait = charismatic - } - } - } - save_scope_as = symbolist_ig - leader = { - save_scope_as = symbolist_leader - } - } - } - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_arts_academy - level >= 10 - } - } - save_scope_as = belle_epoque_state - random_scope_building = { - limit = { - is_building_type = building_arts_academy - level >= 10 - } - save_scope_as = belle_epoque_building - } - } - set_variable = symbolist_var - } - - option = { #good for them - name = belle_epoque_events.3.a - scope:symbolist_leader = { #they gain traction - add_modifier = { - name = symbolist_leader_modifier - months = normal_modifier_time - } - } - scope:symbolist_ig = { #but they hate you - add_modifier = { - name = symbolist_ig_bad_modifier - months = normal_modifier_time - } - } - } - - option = { #enough with this childish behaviour - name = belle_epoque_events.3.b - default_option = yes - scope:symbolist_leader = { #they lose traction - add_modifier = { - name = symbolist_leader_bad_modifier - months = normal_modifier_time - } - } - scope:symbolist_ig = { #but they like you - add_modifier = { - name = symbolist_ig_good_modifier - months = normal_modifier_time - } - } - } - - option = { #make him step down - name = belle_epoque_events.3.c - trigger = { - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - has_law = law_type:law_secret_police - infamy >= infamy_threshold:infamous - } - } - scope:symbolist_leader = { - hidden_effect = { - kill_character = yes - } - } - scope:belle_epoque_state = { - add_radicals = { - pop_type = academics - value = medium_radicals - } - } - } -} - -belle_epoque_events.4 = { #they open a new cabaret - type = country_event - placement = scope:belle_epoque_state - title = belle_epoque_events.4.t - desc = belle_epoque_events.4.d - flavor = belle_epoque_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_opium_smoker.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/opium_smoker" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_scope_state = { - any_scope_building = { - is_building_type = building_urban_center - level >= 40 - } - } - NOT = { has_variable = cabaret_var } - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_urban_center - level >= 40 - } - } - save_scope_as = belle_epoque_state - random_scope_building = { - limit = { - is_building_type = building_urban_center - level >= 40 - } - save_scope_as = belle_epoque_building - } - } - set_variable = cabaret_var - } - - option = { #this is pretty poggers - name = belle_epoque_events.4.a - scope:belle_epoque_building = { - add_modifier = { - name = cabaret_building_modifier - months = normal_modifier_time - } - } - add_modifier = { - name = cabaret_modifier - months = normal_modifier_time - } - } - - option = { #try to shut it down - name = belle_epoque_events.4.b - default_option = yes - if = { - limit = { - NOR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - has_law = law_type:law_secret_police - } - } - add_modifier = { - name = shut_down_cabaret_modifier #this costs some buraucracy - months = short_modifier_time - } - } - else = { - #costs nothing but you piss off people with your violence - scope:belle_epoque_state = { - add_radicals = { - value = small_radicals - } - } - } - add_modifier = { - name = cabaret_good_modifier - months = normal_modifier_time - } - } -} \ No newline at end of file diff --git a/events/cdm_treaty_of_santiago.txt b/events/cdm_treaty_of_santiago.txt new file mode 100644 index 00000000..be6c1567 --- /dev/null +++ b/events/cdm_treaty_of_santiago.txt @@ -0,0 +1,40 @@ +namespace = treaty_of_santiago + +# CDM annexes Aurellia +treaty_of_santiago.1 = { + type = country_event + placement = s:STATE_SANTIAGO.region_state:AUR + + title = treaty_of_santiago.1.t + desc = treaty_of_santiago.1.d + flavor = treaty_of_santiago.1.f + + event_image = { + video = "gfx/event_pictures/unspecific_signed_contract.bk2" + } + + on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" + on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" + + icon = "gfx/interface/icons/event_icons/event_map.dds" + + duration = 120 + + trigger = {} + + immediate = { + c:AUR = { + save_scope_as = treaty_of_santiago_aurellia_scope + } + } + + option = { # Treaty goes through + name = treaty_of_santiago.1.a + default_option = yes + annex = c:AUR + } + + option = { # Treaty fails + name = treaty_of_santiago.1.b + } +} \ No newline at end of file diff --git a/events/character_events.txt b/events/character_events.txt deleted file mode 100644 index 7cb13fd5..00000000 --- a/events/character_events.txt +++ /dev/null @@ -1,714 +0,0 @@ -namespace = character_events - -character_events.100 = { - type = country_event - hidden = yes - immediate = { - random_interest_group = { - limit = { - NOT = { has_variable = memento_mori } - } - save_scope_as = memento_mori_ig - leader = { - save_scope_as = memento_mori_leader - } - set_variable = { - name = memento_mori - years = 5 - } - } - post_notification = ig_leader_memento_mori - scope:memento_mori_leader = { - kill_character = yes - } - } -} - -character_events.1 = { - type = character_event - hidden = yes - immediate = { - remove_trait = wounded - } -} - - -character_events.2 = { #Rich industrialist wants to build a university - type = country_event - placement = scope:university_state - - title = character_events.2.t - desc = character_events.2.d - flavor = character_events.2.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = scope:university_benefactor - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - has_technology_researched = academia - ig:ig_industrialists = { - is_marginal = no - } - any_scope_state = { - is_incorporated = yes - has_building = building_urban_center - NOT = { - has_building = building_university - } - } - } - - immediate = { - ig:ig_industrialists = { - leader = { - save_scope_as = university_benefactor - } - } - random_scope_state = { - limit = { - is_incorporated = yes - has_building = building_urban_center - NOT = { - has_building = building_university - } - } - save_scope_as = university_state - } - } - - option = { - default_option = yes - name = character_events.2.a - scope:university_state = { - create_building={ - building="building_university" - level=1 - reserves=1 - } - } - scope:university_benefactor.interest_group = { - add_modifier = { - name = modifier_university_built - months = normal_modifier_time - } - } - } - - option = { - name = character_events.2.b - scope:university_benefactor.interest_group = { - add_modifier = { - name = modifier_blocked_building_university - months = normal_modifier_time - } - } - } -} - -character_events.3 = { #The duel - type = country_event - placement = root - - title = character_events.3.t - desc = character_events.3.d - flavor = character_events.3.f - - duration = 3 - - gui_window = event_window_2char - - left_icon = scope:duel_participant_1 - right_icon = scope:duel_participant_2 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/2Characters" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - trigger = { - NOT = { has_variable = duels_banned } - any_scope_character = { - is_ruler = no - NOT = { - has_trait = cautious - } - age >= 18 - count >= 2 - } - } - - immediate = { - random_scope_character = { - limit = { - is_ruler = no - NOT = { - has_trait = cautious - } - age >= 18 - } - save_scope_as = duel_participant_1 - } - - random_scope_character = { - limit = { - is_ruler = no - NOT = { this = scope:duel_participant_1 } - NOT = { - has_trait = cautious - } - age >= 18 - } - save_scope_as = duel_participant_2 - } - } - - option = { #Duel - default_option = yes - - name = character_events.3.a - - random_list = { - 50 = { - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - age >= 50 - } - } - add = -10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - age >= 60 - } - } - add = -5 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - age >= 70 - } - } - add = -10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = bandit - } - } - add = 10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = wounded - } - } - add = -10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = beetle_ear - } - } - add = -5 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = kidney_stones - } - } - add = -5 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = shellshocked - } - } - add = -5 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_role = general - } - } - add = -5 - } - } - scope:duel_participant_1 = { - kill_character = yes - } - } - 50 = { - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - age >= 50 - } - } - add = -10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - age >= 60 - } - } - add = -5 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - age >= 70 - } - } - add = -10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = bandit - } - } - add = 10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = wounded - } - } - add = -10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = beetle_ear - } - } - add = -5 - } - } - - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = kidney_stones - } - } - add = -5 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_trait = shellshocked - } - } - - add = -5 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_role = general - } - } - add = 10 - } - } - modifier = { - if = { - limit = { - scope:duel_participant_1 = { - has_role = admiral - } - } - add = 10 - } - } - scope:duel_participant_2 = { - kill_character = yes - } - } - } - } - - option = { #Block this duel - name = character_events.3.b - scope:duel_participant_1 = { - add_modifier = { - name = tarnished_honor_modifier #popularity - months = normal_modifier_time - } - } - scope:duel_participant_2 = { - add_modifier = { - name = tarnished_honor_modifier #popularity - months = normal_modifier_time - } - } - } - - option = { #Ban duels - name = character_events.3.c - custom_tooltip = banned_duels_tt - set_variable = duels_banned - if = { - limit = { - ig:ig_landowners = { - OR = { - is_powerful = yes - is_in_government = yes - } - } - } - ig:ig_landowners = { - add_modifier = { - name = angry_duels_banned - months = normal_modifier_time - } - } - } - else = { - ig:ig_armed_forces = { - add_modifier = { - name = angry_duels_banned - months = normal_modifier_time - } - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = happy_duels_banned - months = normal_modifier_time - } - } - } -} - - -character_events.4 = { #Devout leader sleeping with a nun - type = country_event - placement = root - - title = character_events.4.t - desc = character_events.4.d - flavor = character_events.4.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = scope:devout_scandal - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = long_modifier_time } - - trigger = { - any_scope_character = { - has_role = politician - age > 18 - interest_group = { - is_marginal = no - is_interest_group_type = ig_devout - } - } - } - - immediate = { - random_scope_character = { - limit = { - has_role = politician - age > 18 - interest_group = { - is_marginal = no - is_interest_group_type = ig_devout - - } - - } - save_scope_as = devout_scandal - } - } - - option = { #Steps down - default_option = yes - trigger = { - ig:ig_devout = { - is_in_government = yes - } - } - name = character_events.4.a - custom_tooltip = character_events.4.a.tt - hidden_effect = { - scope:devout_scandal = { - kill_character = yes - } - } - } - - option = { - name = character_events.4.c - trigger = { - ig:ig_devout = { - is_in_government = no - } - } - scope:devout_scandal = { - add_modifier = { - name = modifier_devout_in_scandal - months = normal_modifier_time - multiplier = 2 - } - } - } - - option = { #Ignore it - name = character_events.4.b - scope:devout_scandal = { - add_modifier = { - name = modifier_devout_in_scandal - months = normal_modifier_time - } - } - } -} - -character_events.5 = { #A statue made of the king - type = country_event - placement = scope:statue_state - - title = character_events.5.t - desc = character_events.5.d - flavor = character_events.5.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = scope:statue_ruler - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - trigger = { - has_law = law_type:law_monarchy - any_scope_state = { - is_incorporated = yes - has_building = building_urban_center - NOT = { has_variable = ruler_statue_var } - } - NOT = { has_variable = ruler_statue_cooldown } - } - - immediate = { - ruler = { - save_scope_as = statue_ruler - } - random_scope_state = { - limit = { - is_incorporated = yes - has_building = building_urban_center - NOT = { has_variable = ruler_statue_var } - } - save_scope_as = statue_state - } - set_variable = { - name = ruler_statue_cooldown - months = very_long_modifier_time #20 years - } - } - - option = { #Do it - name = character_events.5.a - add_modifier = { - name = modifier_statue_of_ruler #prestige - months = normal_modifier_time - } - scope:statue_state = { - set_variable = { - name = ruler_statue_var - months = normal_modifier_time - } - add_radicals = { - value = small_radicals - } - set_variable = { - name = fireworks_variable - value = yes - days = 5 - } - } - } - - option = { #No - default_option = yes - name = character_events.5.b - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_monarchy - value > neutral - } - } - add_modifier = { - name = modifier_ig_disapprove_of_no_statue - months = normal_modifier_time - } - } - } -} - - -character_events.6 = { #Statue torn down - type = country_event - placement = scope:statue_state - - title = character_events.6.t - desc = character_events.6.d - flavor = character_events.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - NOT = { - has_law = law_type:law_monarchy - } - any_scope_state = { - has_variable = ruler_statue_var - } - } - - immediate = { - random_scope_state = { - limit = { - has_variable = ruler_statue_var - } - save_scope_as = statue_state - } - } - - option = { #Do it - name = character_events.6.a - scope:statue_state = { - remove_variable = ruler_statue_var - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_monarchy - value < neutral - } - } - add_modifier = { - name = modifier_ig_approve_statue_removal - months = normal_modifier_time - } - } - } - - option = { #No - default_option = yes - name = character_events.6.b - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_monarchy - value > neutral - } - } - add_modifier = { - name = modifier_ig_approve_no_statue_removal - months = normal_modifier_time - } - } - } - - option = { #we should just relocate it - name = character_events.6.c - trigger = { - scope:statue_state = { NOT = { this = root.capital } } - any_scope_state = { - NOT = { has_variable = ruler_statue_var } - } - } - scope:statue_state = { - remove_variable = ruler_statue_var - add_loyalists = { - value = small_radicals - } - } - capital = { - set_variable = { - name = ruler_statue_var - months = normal_modifier_time - } - add_radicals = { - value = small_radicals - } - } - } -} diff --git a/events/cholera.txt b/events/cholera.txt deleted file mode 100644 index 227f40bd..00000000 --- a/events/cholera.txt +++ /dev/null @@ -1,134 +0,0 @@ -namespace = cholera - -cholera.1 = { - type = country_event - placement = scope:cholera_state - - title = cholera.1.t - desc = { - first_valid = { - triggered_desc = { - desc = cholera.1.d1 - trigger = { - exists = c:GBR - this = c:GBR - } - } - triggered_desc = { - desc = cholera.1.d2 - trigger = { - always = yes - } - } - } - } - flavor = cholera.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = john_snow } - any_scope_state = { - is_incorporated = yes - infrastructure <= 0 - any_scope_building = { - is_building_type = building_urban_center - level > 10 - } - } - OR = { - AND = { - has_technology_researched = urban_planning - NOT = { has_technology_researched = modern_sewerage } - } - AND = { - has_technology_researched = medical_degrees - NOT = { has_technology_researched = pharmaceuticals } - } - } - } - - immediate = { - set_variable = john_snow - random_scope_state = { - limit = { - is_incorporated = yes - infrastructure <= 5 - any_scope_building = { - is_building_type = building_urban_center - level > 10 - } - } - save_scope_as = cholera_state - } - } - - option = { - name = cholera.1.a - default_option = yes - trigger = { - has_technology_researched = urban_planning - NOT = { has_technology_researched = modern_sewerage } - } - add_technology_progress = { - progress = 2500 - technology = modern_sewerage - } - scope:cholera_state = { - add_modifier = { - name = cholera_modifier - months = short_modifier_time - } - } - } - - option = { - name = cholera.1.b - default_option = yes - trigger = { - has_technology_researched = medical_degrees - NOT = { has_technology_researched = pharmaceuticals } - } - add_technology_progress = { - progress = 2500 - technology = pharmaceuticals - } - scope:cholera_state = { - add_modifier = { - name = cholera_modifier - months = short_modifier_time - } - } - } - option = { - name = cholera.1.c - trigger = { - exists = c:GBR - THIS = c:GBR - ig:ig_intelligentsia = { - is_marginal = no - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = john_snow_knows_nothing - months = short_modifier_time - } - } - scope:cholera_state = { - add_modifier = { - name = cholera_modifier - months = short_modifier_time - } - } - } -} \ No newline at end of file diff --git a/events/civil_war_events.txt b/events/civil_war_events.txt deleted file mode 100644 index c331f70a..00000000 --- a/events/civil_war_events.txt +++ /dev/null @@ -1,37 +0,0 @@ -namespace = civil_war_events - -# Fired when Secessionists prevail in civil war but Home Country did not join in war -# Home Country is then given option to annex them -civil_war_events.1 = { - type = country_event - event_image = { - video = "gfx/event_pictures/europenorthamerica_springtime_of_nations.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/springtime_of_nation" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - title = civil_war_events.1.t - desc = civil_war_events.1.d - flavor = civil_war_events.1.f - - duration = 3 - - option = { - name = civil_war_events.1.a - default_option = yes - annex = scope:target - ai_chance = { - base = 100 - } - } - - option = { - name = civil_war_events.1.b - ai_chance = { - base = 0 - } - } -} diff --git a/events/commander_events.txt b/events/commander_events.txt deleted file mode 100644 index 381c3a42..00000000 --- a/events/commander_events.txt +++ /dev/null @@ -1,452 +0,0 @@ -namespace = commander_events - -commander_events.2 = { #Commanders habit is getting out of control - type = country_event - placement = ROOT - - title = commander_events.2.t - desc = commander_events.2.d - flavor = commander_events.2.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:commander_with_addiction - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - any_scope_character = { - has_role = general - is_ruler = no - OR = { - has_trait = alcoholic - has_trait = opium_addiction - has_trait = cocaine_addiction - } - } - } - - immediate = { - random_scope_character = { - limit = { - has_role = general - is_ruler = no - OR = { - has_trait = alcoholic - has_trait = opium_addiction - has_trait = cocaine_addiction - } - } - save_scope_as = commander_with_addiction - } - } - - cancellation_trigger = { - NOT = { - exists = scope:commander_with_addiction - } - } - - option = { #Fire them - name = commander_events.2.a - custom_tooltip = commander_events.2.a.tt - hidden_effect = { - scope:commander_with_addiction = { - kill_character = yes - } - } - } - - option = { #They'll be fine - name = commander_events.2.b - default_option = yes - scope:commander_with_addiction = { - add_modifier = { - name = modifier_commander_with_addiction - months = normal_modifier_time - } - } - } -} - -commander_events.4 = { - type = country_event - placement = ROOT - - title = commander_events.4.t - desc = commander_events.4.d - flavor = commander_events.4.f - - gui_window = event_window_2char - - left_icon = scope:arguing_commander_one - right_icon = scope:arguing_commander_two - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/2Characters" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - any_scope_character = { - or = { - has_role = general - has_role = admiral - } - is_ruler = no - OR = { - has_trait = alcoholic - has_trait = opium_addiction - has_trait = cocaine_addiction - } - OR = { - has_trait = defense_in_depth_specialist - has_trait = expert_artillery_commander - has_trait = expert_naval_commander - has_trait = expert_convoy_raider - has_trait = celebrity_commander - } - } - any_scope_character = { - or = { - has_role = general - has_role = admiral - } - is_ruler = no - NOT = { - has_trait = alcoholic - has_trait = opium_addiction - has_trait = cocaine_addiction - } - } - } - - immediate = { - random_scope_character = { - limit = { - or = { - has_role = general - has_role = admiral - } - is_ruler = no - NOT = { - has_trait = alcoholic - has_trait = opium_addiction - has_trait = cocaine_addiction - } - } - save_scope_as = arguing_commander_one - interest_group = { - save_scope_as = arguing_commander_one_IG - } - } - - random_scope_character = { - limit = { - or = { - has_role = general - has_role = admiral - } - is_ruler = no - OR = { - has_trait = alcoholic - has_trait = opium_addiction - has_trait = cocaine_addiction - } - OR = { - has_trait = defense_in_depth_specialist - has_trait = expert_artillery_commander - has_trait = expert_naval_commander - has_trait = expert_convoy_raider - has_trait = celebrity_commander - } - NOT = { this = scope:arguing_commander_one } - } - save_scope_as = arguing_commander_two - } - } - - cancellation_trigger = { - NOR = { - exists = scope:arguing_commander_one - exists = scope:arguing_commander_two - } - } - - option = { - name = commander_events.4.a - scope:arguing_commander_one_IG = { - add_modifier = { - name = commander_kept - months = short_modifier_time - } - } - default_option = yes - } - - option = { - name = commander_events.4.b - custom_tooltip = commander_events.4.b.tt - hidden_effect = { - scope:arguing_commander_two = { - kill_character = yes - } - } - scope:arguing_commander_one = { - add_modifier = { - name = commander_fired - months = short_modifier_time - } - } - } -} - -# War of Progress -commander_events.5 = { - type = country_event - placement = ROOT - - title = commander_events.5.t - desc = commander_events.5.d - flavor = commander_events.5.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:commander_invention - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - any_scope_character = { - has_role = general - has_trait = meticulous - } - has_technology_researched = repeaters - NOT = { has_technology_researched = handcranked_machine_gun} - NOT = { has_technology_researched = bolt_action_rifles} - OR = { - can_research = handcranked_machine_gun - can_research = bolt_action_rifles - } - } - - immediate = { - random_scope_character = { - limit = { - has_role = general - has_trait = meticulous - } - save_scope_as = commander_invention - } - } - - cancellation_trigger = { - NOT = { - exists = scope:commander_invention - } - } - - option = { - name = commander_events.5.a - default_option = yes - add_technology_progress = { - progress = 3000 - technology = handcranked_machine_gun - } - } - - option = { - name = commander_events.5.b - add_technology_progress = { - progress = 4000 - technology = bolt_action_rifles - } - } -} - -# Psychological Warfare -# in loving memory of Matthew J. Clohessy, now living a better life as a programmer, may his content not be forgotten - -commander_events.6 = { - type = country_event - placement = ROOT - - title = commander_events.6.t - desc = commander_events.6.d - flavor = commander_events.6.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = psychological_warfare_var } - any_scope_character = { - has_role = general - OR = { - has_trait = romantic - has_trait = arrogant - has_trait = bigoted - has_trait = reckless - has_trait = ambitious - has_trait = imperious - has_trait = charismatic - has_trait = hedonist - has_trait = persistent - } - NOR = { - has_trait = meticulous - has_trait = cautious - has_trait = pious - } - } - any_interest_group = { - is_marginal = no - leader = { - NOT = { has_trait = syphilis } - is_female = no - } - } - } - - immediate = { - set_variable = psychological_warfare_var - random_scope_character = { - limit = { - has_role = general - OR = { - has_trait = romantic - has_trait = arrogant - has_trait = bigoted - has_trait = reckless - has_trait = ambitious - has_trait = imperious - has_trait = charismatic - has_trait = hedonist - has_trait = persistent - } - NOR = { - has_trait = meticulous - has_trait = cautious - has_trait = pious - } - } - save_scope_as = seducer_commander - } - random_interest_group = { - limit = { - is_marginal = no - leader = { - NOT = { has_trait = syphilis } - is_female = no - } - } - save_scope_as = cheated_ig - leader = { - save_scope_as = cheated_leader - } - } - } - - cancellation_trigger = { - NOR = { - exists = scope:seducer_commander - exists = scope:cheated_leader - scope:cheated_ig = { is_marginal = yes } - } - } - - option = { #cover the general - name = commander_events.6.a - default_option = yes - custom_tooltip = commander_events.6.a.tt - scope:cheated_leader = { - add_trait = syphilis - if = { - limit = { - NOT = { has_trait = alcoholic } - } - random_list = { - 10 = { add_trait = alcoholic } - 90 = { } - } - } - } - scope:seducer_commander = { - if = { - limit = { NOT = { has_trait = syphilis } } - add_trait = syphilis - } - } - scope:cheated_ig = { - add_modifier = { - name = covered_affair_modifier #disapprove - months = normal_modifier_time - } - } - } - - option = { #bruh - name = commander_events.6.b - custom_tooltip = commander_events.6.b.tt - hidden_effect = { - scope:seducer_commander = { - kill_character = yes - } - } - scope:cheated_leader = { - add_trait = syphilis - } - scope:cheated_ig = { - add_modifier = { - name = punished_commander_modifier #approve - months = normal_modifier_time - } - } - } - - option = { #let them fight - name = commander_events.6.c - trigger = { #if the leader has a reckless trait he punches the other guy - scope:cheated_leader = { - has_trait = reckless - } - } - scope:cheated_leader = { - add_trait = syphilis - add_modifier = { - name = punching_leader_modifier #popularity - months = normal_modifier_time - } - } - scope:seducer_commander = { - add_modifier = { - name = punched_commander_modifier #popularity bad - months = normal_modifier_time - } - if = { - limit = { NOT = { has_trait = syphilis } } - add_trait = syphilis - } - } - } -} diff --git a/events/communism.txt b/events/communism.txt deleted file mode 100644 index abf23861..00000000 --- a/events/communism.txt +++ /dev/null @@ -1,850 +0,0 @@ -namespace = communism - -# Completion event 1 -communism.1 = { - type = country_event - placement = root - title = communism.1.t - desc = communism.1.desc - flavor = communism.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - # triggered by communsim JE 1 - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = yes - ig_clout > 0.15 - leader = { - OR = { - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - has_ideology = ideology_anarchist - } - } - } - set_variable = communist_ig_var - save_scope_as = unions - leader = { - save_scope_as = union_leader - } - } - set_variable = { - name = je_communism_2_var - value = 0 - } - add_journal_entry = { - type = je_communism_2 - } - } - - option = { # wage controls - name = communism.1.a - trigger = { - NOT = { has_law = law_type:law_wage_subsidies } - NOT = { has_law = law_type:law_old_age_pension } - } - activate_law = law_type:law_wage_subsidies - custom_tooltip = communist_unions.tt - } - option = { # ban slavery - name = communism.1.b - trigger = { - NOT = { has_law = law_type:law_slavery_banned } - } - activate_law = law_type:law_slavery_banned - custom_tooltip = communist_unions.tt - } - option = { # Regulatory bodies - name = communism.1.c - trigger = { - NOT = { has_law = law_type:law_regulatory_bodies } - NOT = { has_law = law_type:law_worker_protections } - } - activate_law = law_type:law_regulatory_bodies - custom_tooltip = communist_unions.tt - } - option = { - name = communism.1.d - default_option = yes - custom_tooltip = communist_unions.tt - every_interest_group = { - limit = { - leader = { - OR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_anarchist - } - } - } - add_modifier = { - name = communist_government_modifier - months = normal_modifier_time - } - } - } -} - -# Completion event 2, choose ideology -communism.2 = { - type = country_event - placement = root - title = communism.2.t - desc = communism.2.d - flavor = communism.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - # triggered by communsim JE 2 - } - - immediate = { - ig:ig_trade_unions = { - save_scope_as = unions - leader = { - save_scope_as = union_leader - } - } - } - option = { # vanguardism - name = communism.2.a - default_option = yes - ig:ig_trade_unions = { - set_variable = chose_vanguardism - } - custom_tooltip = chose_vanguardism.tt - if = { - limit = { - scope:union_leader = { - NOT = { has_ideology = ideology_vanguardist } - } - } - scope:union_leader = { - set_ideology = ideology_vanguardist - } - } - add_modifier = { - name = path_to_vanguardism - months = normal_modifier_time - } - if = { - limit = { - any_interest_group = { - leader = { - OR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_anarchist - } - } - count >= 3 - } - custom_tooltip = { - text = vanguard_custom_tooltip - NOT = { - any_interest_group = { - is_powerful = yes - leader = { - NOR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_anarchist - } - } - } - } - } - } - trigger_event = { id = communism.5 } - } - else = { - add_journal_entry = { - type = je_vanguard - } - } - add_journal_entry = { - type = je_5_year_plan - } - } - option = { # communism - name = communism.2.b - trigger = { - OR = { - NOT = { exists = c:RUS } - NOT = { c:RUS = ROOT } - } - } - ig:ig_trade_unions = { - set_variable = chose_communism - } - custom_tooltip = chose_communism.tt - if = { - limit = { - scope:union_leader = { - NOT = { has_ideology = ideology_communist } - } - } - scope:union_leader = { - set_ideology = ideology_communist - } - } - add_modifier = { - name = path_to_communism - months = normal_modifier_time - } - if = { - limit = { - root.bureaucracy > 0 - approaching_bureaucracy_shortage = no - has_law = law_type:law_public_schools - institution_investment_level = { - institution = institution_schools - value = 5 - } - has_law = law_type:law_public_health_insurance - institution_investment_level = { - institution = institution_health_system - value = 5 - } - has_law = law_type:law_old_age_pension - institution_investment_level = { - institution = institution_social_security - value = 5 - } - has_law = law_type:law_worker_protections - institution_investment_level = { - institution = institution_workplace_safety - value = 5 - } - } - trigger_event = { - id = communism.6 - } - } - else = { - add_journal_entry = { - type = je_communist_welfare - } - } - add_journal_entry = { - type = je_5_year_plan - } - } - option = { # russian communism - name = communism.2.b2 - trigger = { - exists = c:RUS - c:RUS = ROOT - } - ig:ig_trade_unions = { - set_variable = chose_communism - } - custom_tooltip = chose_communism.tt - if = { - limit = { - scope:union_leader = { - NOT = { has_ideology = ideology_communist } - } - } - scope:union_leader = { - set_ideology = ideology_communist - } - } - add_modifier = { - name = path_to_communism - months = normal_modifier_time - } - if = { - limit = { - approaching_bureaucracy_shortage = no - has_law = law_type:law_public_schools - institution_investment_level = { - institution = institution_schools - value = 5 - } - has_law = law_type:law_public_health_insurance - institution_investment_level = { - institution = institution_health_system - value = 5 - } - has_law = law_type:law_old_age_pension - institution_investment_level = { - institution = institution_social_security - value = 5 - } - has_law = law_type:law_worker_protections - institution_investment_level = { - institution = institution_workplace_safety - value = 5 - } - } - trigger_event = { - id = communism.6 - } - } - else = { - add_journal_entry = { - type = je_communist_welfare - } - } - add_journal_entry = { - type = je_5_year_plan - } - } - option = { # anarchism - name = communism.2.c - ig:ig_trade_unions = { - set_variable = chose_anarchism - } - custom_tooltip = chose_anarchism.tt - if = { - limit = { - scope:union_leader = { - NOT = { has_ideology = ideology_anarchist } - } - } - scope:union_leader = { - set_ideology = ideology_anarchist - } - } - add_modifier = { - name = path_to_anarchy - months = normal_modifier_time - } - if = { - limit = { - has_law = law_type:law_anarchy - average_sol >= 15 - } - trigger_event = { - id = communism.4 - } - } - else = { - add_journal_entry = { - type = je_anarchy - } - } - add_journal_entry = { - type = je_5_year_plan - } - } -} - -# IG Converted by Vanguard -communism.3 = { - type = country_event - placement = root - title = communism.3.t - desc = communism.3.d - flavor = communism.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_interest_group = { - is_marginal = yes - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_armed_forces - } - leader = { - NOR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_anarchist - } - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_marginal = yes - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_armed_forces - } - leader = { - NOR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_anarchist - } - } - } - save_scope_as = new_vanguard_ig - set_variable = chose_vanguardism - } - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = scope:new_vanguard_ig - ideology = ideology_vanguardist - } - scope:new_vanguard_ig = { - leader = { - save_scope_as = new_vanguard_leader - } - } - } - - option = { - name = communism.3.a - default_option = yes - custom_tooltip = new_vanguard.tt - scope:new_vanguard_ig = { - add_modifier = { - name = new_vanguard_opinion - months = normal_modifier_time - } - } - } - option = { - name = communism.3.b - custom_tooltip = new_vanguard.tt - scope:new_vanguard_ig = { - add_modifier = { - name = new_vanguard_clout - months = normal_modifier_time - } - } - } -} - -# Anarchist completion -communism.4 = { - type = country_event - placement = root - title = communism.4.t - desc = communism.4.d - flavor = communism.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - } - - option = { - name = communism.4.a - add_modifier = { - name = anarchist_utopia - months = normal_modifier_time - } - } -} - -# vanguard completion -communism.5 = { - type = country_event - placement = root - title = communism.5.t - desc = communism.5.d - flavor = communism.5.f - - duration = 3 - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - trigger = { - } - - option = { - name = communism.5.a - add_modifier = { - name = great_purge_modifier - months = normal_modifier_time - } - } -} - -# communist completion -communism.6 = { - type = country_event - placement = root - title = communism.6.t - desc = communism.6.d - flavor = communism.6.f - - duration = 3 - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - trigger = { - } - - option = { - name = communism.6.a - add_modifier = { - name = institutions_of_socialism_modifier - months = normal_modifier_time - } - } -} - -# Rising socialist leader -communism.7 = { - type = country_event - placement = root - title = communism.7.t - desc = communism.7.d - flavor = communism.7.f - - duration = 3 - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - trigger = { - NOT = { has_law = law_type:law_council_republic } - any_interest_group = { - is_marginal = no - leader = { - NOT = { has_modifier = popular_socialist_leader } - OR = { - has_ideology = ideology_communist - has_ideology = ideology_anarchist - has_ideology = ideology_vanguardist - } - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_marginal = no - leader = { - NOT = { has_modifier = popular_socialist_leader } - OR = { - has_ideology = ideology_communist - has_ideology = ideology_anarchist - has_ideology = ideology_vanguardist - } - } - } - save_scope_as = popular_socialist_ig - leader = { - save_scope_as = popular_socialist_ig_leader - } - } - } - - option = { - name = communism.7.a - trigger = { - scope:popular_socialist_ig = { - is_in_government = yes - } - } - default_option = yes - scope:popular_socialist_ig_leader = { - add_modifier = { - name = popular_socialist_leader - months = short_modifier_time - } - } - } - - option = { - name = communism.7.b - trigger = { - scope:popular_socialist_ig = { - is_in_government = no - } - } - default_option = yes - scope:popular_socialist_ig_leader = { - add_modifier = { - name = popular_socialist_leader - months = short_modifier_time - } - } - random_scope_state = { - limit = { - is_incorporated = yes - } - add_radicals = { - value = large_radicals - strata = poor - } - } - } -} - -# The Red Army -communism.8 = { - type = country_event - placement = root - title = communism.8.t - desc = communism.8.d - flavor = communism.8.f - - duration = 3 - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - event_image = { - video = "gfx/event_pictures/unspecific_military_parade.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/military_parade" - - trigger = { - has_law = law_type:law_council_republic - NOT = { has_variable = red_army_var } - ig:ig_armed_forces = { - leader = { - OR = { - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - } - } - } - } - - immediate = { - ig:ig_armed_forces = { - save_scope_as = red_army_ig - leader = { - save_scope_as = red_army_general - } - } - set_variable = red_army_var - } - - option = { - name = communism.8.a - ig:ig_armed_forces = { - custom_tooltip = red_army_tt - hidden_effect = { - set_interest_group_name = ig_red_army - } - remove_ideology= ideology_loyalist - add_ideology = ideology_proletarian - } - } -} - -# Worker coops, happy workers -communism.9 = { - type = country_event - placement = root - title = communism.9.t - desc = communism.9.d - flavor = communism.9.f - - duration = 3 - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - event_image = { - video = "gfx/event_pictures/africa_prosperous_farm.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/prosperous_farm" - - trigger = { - has_law = law_type:law_council_republic - any_scope_state = { - is_incorporated = yes - NOT = { has_modifier = coop_loyalty_modifier } - NOT = { has_modifier = coop_migration_modifier } - any_scope_pop = { - pop_is_discriminated = no - standard_of_living > 15 - workplace = { - OR = { - has_active_production_method = pm_worker_cooperative_building_food_industry - has_active_production_method = pm_worker_cooperative_building_textile_mills - has_active_production_method = pm_worker_cooperative_building_furniture_manufacturies - has_active_production_method = pm_worker_cooperative_building_glassworks - has_active_production_method = pm_worker_cooperative_building_tooling_workshops - has_active_production_method = pm_worker_cooperative_building_paper_mills - has_active_production_method = pm_worker_cooperative_building_shipyards - has_active_production_method = pm_worker_cooperative_building_arms_industry - has_active_production_method = pm_worker_cooperative_farm - has_active_production_method = pm_worker_cooperative_building_logging_camp - has_active_production_method = pm_worker_cooperative_building_fishing_wharf - has_active_production_method = pm_worker_cooperative_building_whaling_station - has_active_production_method = pm_worker_cooperative_plantation - has_active_production_method = pm_worker_cooperative_industry - has_active_production_method = pm_worker_cooperative_building_coal_mine - has_active_production_method = pm_worker_cooperative_building_iron_mine - has_active_production_method = pm_worker_cooperative_building_lead_mine - has_active_production_method = pm_worker_cooperative_building_sulfur_mine - } - cash_reserves_ratio > 0.25 - weekly_profit > 5 - occupancy >= 0.95 - level >= 5 - } - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - NOT = { has_modifier = coop_loyalty_modifier } - NOT = { has_modifier = coop_migration_modifier } - any_scope_pop = { - pop_is_discriminated = no - standard_of_living > 15 - workplace = { - OR = { - has_active_production_method = pm_worker_cooperative_building_food_industry - has_active_production_method = pm_worker_cooperative_building_textile_mills - has_active_production_method = pm_worker_cooperative_building_furniture_manufacturies - has_active_production_method = pm_worker_cooperative_building_glassworks - has_active_production_method = pm_worker_cooperative_building_tooling_workshops - has_active_production_method = pm_worker_cooperative_building_paper_mills - has_active_production_method = pm_worker_cooperative_building_shipyards - has_active_production_method = pm_worker_cooperative_building_arms_industry - has_active_production_method = pm_worker_cooperative_farm - has_active_production_method = pm_worker_cooperative_building_logging_camp - has_active_production_method = pm_worker_cooperative_building_fishing_wharf - has_active_production_method = pm_worker_cooperative_building_whaling_station - has_active_production_method = pm_worker_cooperative_plantation - has_active_production_method = pm_worker_cooperative_industry - has_active_production_method = pm_worker_cooperative_building_coal_mine - has_active_production_method = pm_worker_cooperative_building_iron_mine - has_active_production_method = pm_worker_cooperative_building_lead_mine - has_active_production_method = pm_worker_cooperative_building_sulfur_mine - } - cash_reserves_ratio > 0.25 - weekly_profit > 5 - occupancy >= 0.95 - level >= 5 - } - } - } - save_scope_as = coop_state - random_scope_pop = { - limit = { - pop_is_discriminated = no - standard_of_living > 15 - workplace = { - OR = { - has_active_production_method = pm_worker_cooperative_building_food_industry - has_active_production_method = pm_worker_cooperative_building_textile_mills - has_active_production_method = pm_worker_cooperative_building_furniture_manufacturies - has_active_production_method = pm_worker_cooperative_building_glassworks - has_active_production_method = pm_worker_cooperative_building_tooling_workshops - has_active_production_method = pm_worker_cooperative_building_paper_mills - has_active_production_method = pm_worker_cooperative_building_shipyards - has_active_production_method = pm_worker_cooperative_building_arms_industry - has_active_production_method = pm_worker_cooperative_farm - has_active_production_method = pm_worker_cooperative_building_logging_camp - has_active_production_method = pm_worker_cooperative_building_fishing_wharf - has_active_production_method = pm_worker_cooperative_building_whaling_station - has_active_production_method = pm_worker_cooperative_plantation - has_active_production_method = pm_worker_cooperative_industry - has_active_production_method = pm_worker_cooperative_building_coal_mine - has_active_production_method = pm_worker_cooperative_building_iron_mine - has_active_production_method = pm_worker_cooperative_building_lead_mine - has_active_production_method = pm_worker_cooperative_building_sulfur_mine - } - cash_reserves_ratio > 0.25 - weekly_profit > 5 - occupancy >= 0.95 - level >= 5 - } - } - save_scope_as = coop_pop - workplace = { - save_scope_as = coop_building - } - } - } - } - - option = { - name = communism.9.a - default_option = yes - scope:coop_state = { - add_modifier = { - name = coop_loyalty_modifier - months = normal_modifier_time - } - } - } - - option = { - name = communism.9.b - scope:coop_state = { - add_modifier = { - name = coop_migration_modifier - months = normal_modifier_time - } - } - } -} diff --git a/events/corn_laws_events.txt b/events/corn_laws_events.txt deleted file mode 100644 index dcf5b102..00000000 --- a/events/corn_laws_events.txt +++ /dev/null @@ -1,249 +0,0 @@ -namespace = corn_laws - -# Corn Laws abolished -corn_laws.1 = { - type = country_event - - title = corn_laws.1.t - desc = corn_laws.1.d - flavor = corn_laws.1.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - option = { - name = corn_laws.1.a - default_option = yes - - if = { - limit = { - ig:ig_landowners = { - is_in_government = yes - leader = { - NOT = { has_ideology = ideology_market_liberal } - } - } - } - ig:ig_landowners = { - # interest_group_approval_add - add_modifier = { - name = repealed_corn_laws - months = long_modifier_time - } - } - } - add_loyalists = { - value = 0.1 - pop_type = laborers - } - add_loyalists = { - value = 0.1 - pop_type = peasants - } - } -} - -# New Market Liberal Landowner leader who opposes the laws -corn_laws.2 = { - type = country_event - - title = corn_laws.2.t - desc = corn_laws.2.d - flavor = corn_laws.2.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = corn_law_opponent_event } - ig:ig_landowners = { - leader = { - NOT = { has_ideology = ideology_market_liberal } - } - } - } - - immediate = { - ig:ig_landowners = { save_scope_as = landowners_ig } - set_variable = corn_law_opponent_event - } - - option = { - name = corn_laws.2.a - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = ig:ig_landowners - ideology = ideology_market_liberal - } - add_radicals = { - value = medium_radicals - pop_type = aristocrats - } - } - - option = { - name = corn_laws.2.b - default_option = yes - - ig:ig_landowners.leader = { - # character_popularity_add - add_modifier = { - name = corn_law_proponent - months = normal_modifier_time - } - } - } -} - -# Landowners profit and become more powerful due to Corn Laws -corn_laws.3 = { - type = country_event - - title = corn_laws.3.t - desc = corn_laws.3.d - flavor = corn_laws.3.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - NOT = { has_modifier = corn_law_leverage } - any_scope_pop = { - is_pop_type = aristocrats - OR = { - pop_employment_building = building_rye_farm - pop_employment_building = building_wheat_farm - pop_employment_building = building_rice_farm - pop_employment_building = building_maize_farm - pop_employment_building = building_millet_farm - } - wealth > 20 - } - } - - immediate = { - random_scope_pop = { - limit = { - is_pop_type = aristocrats - OR = { - pop_employment_building = building_rye_farm - pop_employment_building = building_wheat_farm - pop_employment_building = building_rice_farm - pop_employment_building = building_maize_farm - pop_employment_building = building_millet_farm - } - wealth > 20 - } - save_scope_as = wealthy_landowners - } - } - - option = { - name = corn_laws.3.a - # country_aristocrats_pol_str_mult - add_modifier = { - name = corn_law_leverage - months = normal_modifier_time - multiplier = 2 - } - add_loyalists = { - value = 0.1 - pop_type = aristocrats - } - } - - option = { - name = corn_laws.3.b - default_option = yes - add_modifier = { - name = corn_law_leverage - months = normal_modifier_time - } - } -} - -# Poor people struggle to buy bread -corn_laws.4 = { - type = country_event - - title = corn_laws.4.t - desc = corn_laws.4.d - flavor = corn_laws.4.f - placement = scope:bread_buying_state - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - NOT = { has_modifier = temporary_minimum_wages } - any_scope_state = { - average_sol <= 10 - any_scope_pop = { - wealth <= 5 - } - } - } - - immediate = { - random_scope_state = { - limit = { - average_sol <= 10 - any_scope_pop = { - wealth <= 5 - } - } - save_scope_as = bread_buying_state - } - } - - option = { - name = corn_laws.4.a - add_modifier = { - name = temporary_minimum_wages - months = normal_modifier_time - } - } - - option = { - name = corn_laws.4.b - default_option = yes - - add_radicals = { - strata = poor - value = small_radicals - } - } -} \ No newline at end of file diff --git a/events/crime_events.txt b/events/crime_events.txt deleted file mode 100644 index 9c39bf7f..00000000 --- a/events/crime_events.txt +++ /dev/null @@ -1,545 +0,0 @@ -namespace = crime_events - -crime_events.1 = { #Train Robbery - type = country_event - placement = scope:train_robbery_state - - title = crime_events.1.t - desc = crime_events.1.d - flavor = crime_events.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - NOT = { has_variable = police_cooldown } - institution_investment_level = { - institution = institution_police - value < 4 - } - any_state = { - owner = ROOT - radical_fraction = { - value > 0.40 - pop_type = laborers - } - has_building = building_railway - NOT = { - has_variable = train_robbery_variable - } - is_incorporated = no - any_neighbouring_state = { - owner = ROOT - is_incorporated = yes - } - } - } - immediate = { - set_variable = { - name = police_cooldown - years = 2 - } - random_state = { - limit = { - owner = ROOT - radical_fraction = { - value > 0.40 - pop_type = laborers - } - has_building = building_railway - NOT = { - has_variable = train_robbery_variable - } - is_incorporated = no - any_neighbouring_state = { - owner = ROOT - is_incorporated = yes - } - } - save_scope_as = train_robbery_state - set_variable = { - name = train_robbery_variable - } - } - random_character = { - limit = { - is_ruler = no - culture = { - NOT = { culture_is_discriminated_in = ROOT } - } - } - save_scope_as = suitable_name - } - } - option = { - name = crime_events.1.a - add_modifier = { - name = funding_marshals - months = normal_modifier_time - } - } - option = { - name = crime_events.1.b - default_option = yes - scope:train_robbery_state = { - add_modifier = { - name = modifier_train_robberies - months = normal_modifier_time - } - } - } -} - -crime_events.2 = { #Organised crime found in state - type = country_event - placement = scope:organised_crime_state - - title = crime_events.2.t - desc = crime_events.2.d - flavor = crime_events.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - NOT = { has_variable = police_cooldown } - institution_investment_level = { - institution = institution_police - value < 4 - } - any_scope_state = { - radical_fraction = { - value > 0.40 - pop_type = laborers - } - has_building = building_urban_center - is_incorporated = yes - NOR = { - has_modifier = modifier_organised_crime_suppressed - has_modifier = modifier_organised_crime - } - } - } - - immediate = { - set_variable = { - name = police_cooldown - years = 2 - } - random_scope_state = { - limit = { - radical_fraction = { - value > 0.40 - pop_type = laborers - } - is_incorporated = yes - has_building = building_urban_center - NOR = { - has_modifier = modifier_organised_crime_suppressed - has_modifier = modifier_organised_crime - } - } - save_scope_as = organised_crime_state - } - set_variable = temperance_organised_crime_var - } - - option = { - name = crime_events.2.a - add_modifier = { - name = modifier_organised_crime_suppressed - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - if = { - limit = { - has_variable = prohibition_laws_var - } - custom_tooltip = prohibition_laws_weak_pm.tt - change_variable = { - name = prohibition_laws_var - add = 2 - } - } - } - - option = { - name = crime_events.2.b - default_option = yes - add_modifier = { - name = modifier_organised_crime - months = normal_modifier_time - } - } -} - -crime_events.10 = { #First horrific murders makes the newspapers - type = country_event - placement = scope:serial_killer_state - - title = crime_events.10.t - desc = crime_events.10.d - flavor = crime_events.10.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - is_player = yes - any_scope_state = { - is_incorporated = yes - any_scope_building = { - is_building_type = building_urban_center - level >= 10 - } - } - NOT = { has_law = law_type:law_no_police } - NOT = { has_variable = had_serial_killer_event } - NOT = { has_variable = ongoing_assassination_je } - } - - immediate = { - set_variable = had_serial_killer_event - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_building = { - is_building_type = building_urban_center - level >= 10 - } - } - save_scope_as = serial_killer_state - } - } - - option = { - name = crime_events.10.a - scope:serial_killer_state = { - add_modifier = { - name = serial_killer_state_mod - months = very_long_modifier_time - } - } - add_journal_entry = { - type = je_serial_killer - target = scope:serial_killer_state - } - set_variable = ongoing_serial_killer_je #so you don't get the assassination JE at the same time - } -} - -crime_events.11 = { #The Criminal was caught - type = country_event - placement = scope:serial_killer_state_scope - - title = crime_events.11.t - desc = { - first_valid = { - triggered_desc = { - desc = crime_events.11.d - trigger = { - NOT = { has_variable = important_killer_var } - } - } - triggered_desc = { - desc = crime_events.11.d2 - trigger = { - has_variable = important_killer_var - } - } - } - } - flavor = crime_events.11.f - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - # triggered by je_serial_killer pulse - any_scope_character = { - is_ruler = no - is_female = no - interest_group = { - is_marginal = no - } - } - } - - immediate = { - random_scope_character = { - limit = { - is_ruler = no - is_female = no - interest_group = { - is_marginal = no - } - } - save_scope_as = important_killer - } - random_list = { - 80 = { } - 20 = { - set_variable = important_killer_var - } - } - random_scope_state = { - limit = { - has_modifier = serial_killer_state_mod - } - save_scope_as = serial_killer_state_scope - } - set_variable = serial_killer_caught - } - - option = { - name = crime_events.11.a - default_option = yes - add_modifier = { - name = modifier_killer_caught - months = normal_modifier_time - } - if = { - limit = { - has_variable = important_killer_var - } - scope:important_killer = { - kill_character = yes - interest_group = { - add_modifier = { - name = serial_killer_ig - months = normal_modifier_time - } - } - } - } - } - - option = { # cover up the identity of the killer - name = crime_events.11.b - trigger = { - has_variable = important_killer_var - } - set_variable = serial_killer_caught - if = { - limit = { - has_law = law_type:law_outlawed_dissent - } - scope:important_killer = { # small popularity hit - add_modifier = { - name = suspected_serial_killer - } - } - } - else_if = { - limit = { - has_law = law_type:law_censorship - } - scope:important_killer = { # moderate popularity hit - add_modifier = { - name = suspected_serial_killer - multiplier = 2 - } - } - } - else = { - scope:important_killer = { # major popularity hit - add_modifier = { - name = suspected_serial_killer - multiplier = 3 - } - } - } - } -} - -crime_events.12 = { # Cryptic letter - type = country_event - placement = scope:serial_killer_state_scope - - title = crime_events.12.t - desc = crime_events.12.d - flavor = crime_events.12.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - # triggered by je_serial_killer pulse - NOR = { - has_modifier = serial_killer_active_investigation - has_modifier = consulting_academics_serial_killer - has_modifier = police_investigation_serial_killer - has_modifier = bumbling_incompetence_serial_killer - } - any_scope_state = { - has_modifier = serial_killer_state_mod - } - } - - immediate = { - random_scope_state = { - limit = { - has_modifier = serial_killer_state_mod - } - save_scope_as = serial_killer_state_scope - } - } - - option = { # ask academics for help - name = crime_events.12.a - highlighted_option = yes - trigger = { - any_scope_state = { - any_scope_building = { - is_building_type = building_university - level >= 5 - } - } - } - custom_tooltip = improved_serial_killer_chance - add_modifier = { # authority cost - name = serial_killer_active_investigation - months = short_modifier_time - } - add_modifier = { # academics polstr - name = consulting_academics_serial_killer - months = short_modifier_time - } - } - - option = { # the police will examine this from every angle - name = crime_events.12.b - default_option = yes - highlighted_option = yes - trigger = { - institution_investment_level = { - institution = institution_police - value >= 3 - } - } - custom_tooltip = improved_serial_killer_chance - add_modifier = { # authority cost - name = serial_killer_active_investigation - months = short_modifier_time - } - add_modifier = { # officers polstr - name = police_investigation_serial_killer - months = short_modifier_time - } - } - - option = { # we have no idea how to use this - name = crime_events.12.c - default_option = yes - add_modifier = { # legitimacy - name = bumbling_incompetence_serial_killer - months = short_modifier_time - } - } -} - -crime_events.13 = { #The murderer kills again - type = country_event - placement = scope:serial_killer_state_scope - - title = crime_events.13.t - desc = crime_events.13.d - flavor = crime_events.13.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - # triggered by je_serial_killer pulse - } - - immediate = { - random_scope_state = { - limit = { - has_modifier = serial_killer_state_mod - } - save_scope_as = serial_killer_state_scope - } - } - - option = { # the pattern is becoming clearer - name = crime_events.13.a - trigger = { - NOT = { has_modifier = serial_killer_active_investigation } - } - custom_tooltip = improved_serial_killer_chance - add_modifier = { # authority - name = serial_killer_active_investigation - months = short_modifier_time - } - scope:serial_killer_state_scope = { - add_modifier = { - name = modifier_public_worried - months = normal_modifier_time - } - } - } - - option = { # tragic - name = crime_events.13.b - default_option = yes - scope:serial_killer_state_scope = { - add_modifier = { - name = modifier_public_worried - months = normal_modifier_time - } - } - } -} diff --git a/events/cultural_homeland_events.txt b/events/cultural_homeland_events.txt deleted file mode 100644 index d7f473e1..00000000 --- a/events/cultural_homeland_events.txt +++ /dev/null @@ -1,528 +0,0 @@ -namespace = cultural_homeland_events - -cultural_homeland_events.1 = { #Majority Culture blames minority culture - type = country_event - placement = scope:culture_state - - title = cultural_homeland_events.1.t - desc = cultural_homeland_events.1.d - flavor = cultural_homeland_events.1.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = long_modifier_time } - - trigger = { - any_scope_state = { - is_homeland_of_country_cultures = ROOT - any_scope_pop = { - pop_is_discriminated = yes - } - any_scope_pop = { - pop_has_primary_culture = yes - } - average_sol < 10 - } - } - - immediate = { - random_scope_state = { - limit = { - is_homeland_of_country_cultures = ROOT - any_scope_pop = { - pop_is_discriminated = yes - } - any_scope_pop = { - pop_has_primary_culture = yes - } - average_sol < 10 - } - save_scope_as = culture_state - random_scope_pop = { - limit = { - pop_has_primary_culture = yes - } - culture = { save_scope_as = state_majority_culture } - } - random_scope_culture = { - limit = { - culture_is_discriminated_in = ROOT - } - save_scope_as = state_minority_culture - } - } - } - - option = { - name = cultural_homeland_events.1.a - add_modifier = { - name = modifier_cultural_work - months = normal_modifier_time - } - } - - option = { #Ignore it - name = cultural_homeland_events.1.b - default_option = yes - scope:culture_state = { - set_variable = { - name = rising_cultural_tension - value = yes - } - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -1 - } - } - } -} - - -cultural_homeland_events.10 = { #Newspaper writes article about minority culture - type = country_event - placement = scope:culture_state - - title = cultural_homeland_events.10.t - desc = cultural_homeland_events.10.d - flavor = cultural_homeland_events.10.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = long_modifier_time } - - trigger = { - any_scope_state = { - is_homeland_of_country_cultures = ROOT - any_scope_pop = { - pop_is_discriminated = yes - } - any_scope_pop = { - pop_has_primary_culture = yes - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_homeland_of_country_cultures = ROOT - any_scope_pop = { - pop_is_discriminated = yes - } - any_scope_pop = { - pop_has_primary_culture = yes - } - } - save_scope_as = culture_state - random_scope_pop = { - limit = { - pop_has_primary_culture = yes - } - culture = { - save_scope_as = state_majority_culture - } - } - random_scope_pop = { - limit = { - culture = { - culture_is_discriminated_in = ROOT - } - } - culture = { - save_scope_as = state_minority_culture - } - } - } - } - - option = { # Supress Article - name = cultural_homeland_events.10.a - add_modifier = { - name = modifier_negative_article_supressed - months = normal_modifier_time - } - } - - option = { #Ignore it - name = cultural_homeland_events.10.b - default_option = yes - scope:culture_state = { - set_variable = rising_cultural_tension - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -1 - } - } - } -} - -cultural_homeland_events.20 = { #Minority blocked from businesses - type = country_event - placement = scope:culture_state - - title = cultural_homeland_events.20.t - desc = cultural_homeland_events.20.d - flavor = cultural_homeland_events.20.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - cooldown = { months = long_modifier_time } - - trigger = { - any_scope_state = { - has_variable = rising_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - } - - immediate = { - random_scope_state = { - limit = { - has_variable = rising_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - save_scope_as = culture_state - random_scope_culture = { - limit = { culture_is_discriminated_in = ROOT } - save_scope_as = state_minority_culture - } - random_scope_culture = { - limit = { - is_primary_culture_of = ROOT - } - save_scope_as = state_majority_culture - } - } - } - - option = { - name = cultural_homeland_events.20.a - add_modifier = { - name = modifier_minority_allowed_entry - months = normal_modifier_time - } - } - - option = { - name = cultural_homeland_events.20.b - default_option = yes - scope:culture_state = { - set_variable = high_cultural_tension - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -1 - } - } - } -} - - -cultural_homeland_events.30 = { #Minority not being employed - type = country_event - placement = scope:culture_state - - title = cultural_homeland_events.30.t - desc = cultural_homeland_events.30.d - flavor = cultural_homeland_events.30.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - any_scope_state = { - has_variable = rising_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - } - - immediate = { - random_scope_state = { - limit = { - has_variable = rising_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - save_scope_as = culture_state - random_scope_culture = { - limit = { - culture_is_discriminated_in = ROOT - } - save_scope_as = state_minority_culture - } - random_scope_culture = { - limit = { - is_primary_culture_of = ROOT - } - save_scope_as = state_majority_culture - } - } - } - - option = { - name = cultural_homeland_events.30.a - add_modifier = { - name = modifier_minority_employed - months = normal_modifier_time - } - } - - option = { - name = cultural_homeland_events.30.b - default_option = yes - scope:culture_state = { - set_variable = high_cultural_tension - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -2 - } - } - } -} - - -cultural_homeland_events.40 = { #Minority businesses attacked - type = country_event - placement = root - - title = cultural_homeland_events.40.t - desc = cultural_homeland_events.40.d - flavor = cultural_homeland_events.40.f - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - cooldown = { months = long_modifier_time } - - trigger = { - any_scope_state = { - has_variable = high_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - } - - immediate = { - random_scope_state = { - limit = { - has_variable = high_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - save_scope_as = culture_state - random_scope_culture = { - limit = { - culture_is_discriminated_in = ROOT - } - save_scope_as = state_minority_culture - } - random_scope_culture = { - limit = { - is_primary_culture_of = ROOT - } - save_scope_as = state_majority_culture - } - } - } - - option = { - name = cultural_homeland_events.40.a - add_modifier = { - name = modifier_minority_members_defended - months = normal_modifier_time - } - scope:culture_state = { - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -2 - } - } - } - - option = { - name = cultural_homeland_events.40.b - default_option = yes - scope:culture_state = { - set_variable = high_cultural_tension - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -5 - } - } - } -} - -cultural_homeland_events.50 = { #Minority members killed - type = country_event - placement = root - - title = cultural_homeland_events.50.t - desc = cultural_homeland_events.50.d - flavor = cultural_homeland_events.50.f - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - cooldown = { months = long_modifier_time } - - trigger = { - any_scope_state = { - has_variable = high_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - } - - immediate = { - random_scope_state = { - limit = { - has_variable = high_cultural_tension - is_homeland_of_country_cultures = ROOT - any_scope_culture = { - culture_is_discriminated_in = ROOT - } - any_scope_culture = { - is_primary_culture_of = ROOT - } - } - save_scope_as = culture_state - random_scope_culture = { - limit = { - culture_is_discriminated_in = ROOT - } - save_scope_as = state_minority_culture - } - random_scope_culture = { - limit = { - is_primary_culture_of = ROOT - } - save_scope_as = state_majority_culture - } - } - } - - option = { - name = cultural_homeland_events.50.a - add_modifier = { - name = modifier_minority_members_defended - months = normal_modifier_time - } - scope:culture_state = { - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -5 - } - } - } - - option = { - name = cultural_homeland_events.50.b - default_option = yes - scope:culture_state = { - set_variable = { - name = high_cultural_tension - value = yes - } - add_culture_standard_of_living_modifier = { - culture = scope:state_minority_culture - months = normal_modifier_time - multiplier = -7 - } - } - } -} diff --git a/events/debug_events.txt b/events/debug_events.txt deleted file mode 100644 index a1866b78..00000000 --- a/events/debug_events.txt +++ /dev/null @@ -1,66 +0,0 @@ -namespace = debug - -debug.1 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_autocracy - activate_law = law_type:law_theocracy - } -} -debug.2 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_monarchy - activate_law = law_type:law_autocracy - } -} -debug.3 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_monarchy - activate_law = law_type:law_wealth_voting - } -} -debug.4 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_presidential_republic - activate_law = law_type:law_autocracy - } -} -debug.5 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_parliamentary_republic - activate_law = law_type:law_oligarchy - } -} -debug.6 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_parliamentary_republic - activate_law = law_type:law_universal_suffrage - } -} -debug.7 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_council_republic - activate_law = law_type:law_universal_suffrage - } -} -debug.8 = { - type = country_event - hidden = yes - immediate = { - activate_law = law_type:law_parliamentary_republic - activate_law = law_type:law_anarchy - } -} diff --git a/events/decree_events.txt b/events/decree_events.txt deleted file mode 100644 index c9a45acc..00000000 --- a/events/decree_events.txt +++ /dev/null @@ -1,661 +0,0 @@ -namespace = decree_events - -# Engineers want to get important road contract -decree_events.1 = { - type = country_event - placement = scope:decree_state - - title = decree_events.1.t - desc = decree_events.1.d - flavor = decree_events.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_automobile.bk2" - } - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/automobile" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_road_maintenance - } - any_scope_state = { - is_incorporated = yes - has_building = building_university - } - income >= 300 - NOR = { - has_variable = road_maintenance_var - } - has_technology_researched = combustion_engine - } - - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_road_maintenance - } - save_scope_as = decree_state - } - random_scope_state = { - limit = { - is_incorporated = yes - has_building = building_university - } - save_scope_as = engineers_state - } - set_variable = road_maintenance_var - } - - option = { #engineer 1 wants it to have great drainage (expensive) - name = decree_events.1.a - if = { - limit = { - has_technology_researched = modern_sewerage - } - add_modifier = { - name = drainage_roads_cheaper_modifier - months = normal_modifier_time - } - add_modifier = { - name = drainage_roads_cheaper_modifier_costs - multiplier = money_amount_multiplier_medium - months = normal_modifier_time - } - } - else = { - add_modifier = { - name = drainage_roads_modifier - months = normal_modifier_time - } - add_modifier = { - name = drainage_roads_modifier_costs - multiplier = money_amount_multiplier_medium - months = normal_modifier_time - } - } - } - - option = { #engineer 2 cheap one - name = decree_events.1.b - default_option = yes - add_modifier = { - name = cheaper_roads_modifier - months = normal_modifier_time - } - - add_modifier = { - name = cheaper_roads_modifier_costs - multiplier = money_amount_multiplier_very_small - months = normal_modifier_time - } - } - - option = { #engineer 3 has great and risky ideas - name = decree_events.1.c - random_list = { - 1 = { - add_modifier = { - name = risky_road_modifier - months = normal_modifier_time - } - - add_modifier = { - name = risky_road_modifier_costs - multiplier = money_amount_multiplier_medium - months = normal_modifier_time - } - } - 3 = { - add_modifier = { - name = risky_road_modifier_costs - multiplier = money_amount_multiplier_very_small - months = normal_modifier_time - } - } - } - } - - option = { #we dont want to make our roads better - name = decree_events.1.e - ig:ig_industrialists = { - add_modifier = { - name = no_roads_sad_modifier - months = normal_modifier_time - } - } - } -} - -# More traffic increases pollution so people protest -decree_events.2 = { - type = country_event - placement = scope:decree_state - - title = decree_events.2.t - desc = decree_events.2.d - flavor = decree_events.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_automobile.bk2" - } - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/automobile" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_road_maintenance - state_region = { - pollution_amount > 75 - } - } - any_interest_group = { - law_stance = { - law = law_type:law_no_health_system - value < neutral - } - } - NOR = { - has_modifier = addressed_pollution_modifier - has_modifier = ignored_pollution_modifier - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_road_maintenance - state_region = { - pollution_amount > 75 - } - } - save_scope_as = decree_state - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_health_system - value < neutral - } - } - save_scope_as = ecology_ig - } - } - - option = { #take measures - name = decree_events.2.a - default_option = yes - trigger = { - scope:decree_state.state_region = { - pollution_amount < 150 - } - } - add_modifier = { - name = addressed_pollution_modifier - multiplier = money_amount_multiplier_medium - months = normal_modifier_time - } - scope:ecology_ig = { - add_modifier = { - name = good_pollution_modifier - months = normal_modifier_time - } - } - scope:decree_state.state_region = { - add_pollution = -50 - } - } - - option = { #ignore it - name = decree_events.2.b - scope:decree_state.state_region = { - add_pollution = 10 - } - scope:ecology_ig = { - add_modifier = { - name = ignored_pollution_modifier - months = normal_modifier_time - } - } - } - - option = { #super big pollution - name = decree_events.2.a - trigger = { - scope:decree_state.state_region = { - pollution_amount >= 150 - } - } - add_modifier = { - name = addressed_pollution_modifier - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - s:decree_state = { - add_pollution = -75 - } - } -} - -# David Copperfield (a lowborn man becomes important IG leader) -decree_events.3 = { - type = country_event - placement = scope:decree_state - - title = decree_events.3.t - desc = decree_events.3.d - flavor = decree_events.3.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_promote_social_mobility - } - NOT = { has_variable = david_copperfield_var } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_promote_social_mobility - } - save_scope_as = decree_state - } - ig:ig_intelligentsia = { - save_scope_as = ig_intelligentsia - } - set_variable = david_copperfield_var - } - - option = { #support him to IG leader - name = decree_events.3.a - default_option = yes - if = { - limit = { - exists = c:GBR - c:GBR = ROOT - } - create_character = { - first_name = David - last_name = Copperfield - female = no - #role = politician # Remove this line - interest_group = ig_intelligentsia - ig_leader = yes - on_created = { - add_modifier = { - name = david_copperfield_modifier - months = normal_modifier_time - } - } - } - } - else = { - create_character = { - #role = politician # Remove this line - female = no - interest_group = ig_intelligentsia - ig_leader = yes - on_created = { - add_modifier = { - name = david_copperfield_modifier - months = normal_modifier_time - } - } - } - } - } - - option = { #ignore him - name = decree_events.3.b - ig:ig_intelligentsia = { - add_modifier = { - name = ignored_david_copperfield_modifier - months = normal_modifier_time - } - } - } -} - -# Lowborn admiral -decree_events.4 = { - type = country_event - placement = scope:decree_state - - title = decree_events.4.t - desc = decree_events.4.d - flavor = decree_events.4.f - - event_image = { - video = "gfx/event_pictures/unspecific_naval_battle.bk2" - } - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/naval_battle" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_promote_social_mobility - any_scope_building = { - OR = { - is_building_type = building_whaling_station - is_building_type = building_fishing_wharf - } - } - } - NOT = { has_variable = social_mobility_var } - any_scope_character = { - is_ruler = no - age >= 35 - OR = { - has_role = general - has_role = admiral - interest_group = { - OR = { - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_landowners - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_armed_forces - } - } - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_promote_social_mobility - } - save_scope_as = decree_state - random_scope_building = { - limit = { - OR = { - is_building_type = building_whaling_station - is_building_type = building_fishing_wharf - } - } - save_scope_as = decree_building - } - } - random_scope_character = { - limit = { - is_ruler = no - age >= 35 - OR = { - has_role = general - has_role = admiral - interest_group = { - OR = { - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_landowners - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_armed_forces - } - } - } - } - save_scope_as = noble_character - } - set_variable = social_mobility_var - } - - - option = { #they deserve this - name = decree_events.4.a - default_option = yes - create_character = { - is_admiral = yes - interest_group = ig_trade_unions - ig_leader = no - noble = no - } - scope:decree_state = { - add_loyalists = { - value = small_radicals - pop_type = laborers - } - } - ig:ig_trade_unions = { - add_modifier = { - name = social_mobility_modifier - months = normal_modifier_time - } - } - } - - option = { #but the son of xxx wants it - name = decree_events.4.b - create_character = { - is_admiral = yes - interest_group = ig_landowners - ig_leader = no - noble = yes - } - scope:decree_state = { - add_radicals = { - value = small_radicals - pop_type = laborers - } - } - ig:ig_landowners = { - add_modifier = { - name = social_mobility_modifier - months = normal_modifier_time - } - } - } -} - -# You commission an important composer to get a opera about your great nation -decree_events.5 = { - type = country_event - placement = scope:decree_state - - title = decree_events.5.t - desc = decree_events.5.d - flavor = decree_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_promote_national_values - any_scope_building = { - is_building_type = building_arts_academy - } - } - income >= 400 - NOR = { - has_modifier = opera_modifier - has_modifier = opera_didnt_pay_modifier - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_promote_national_values - } - save_scope_as = decree_state - random_scope_building = { - limit = { - is_building_type = building_arts_academy - } - save_scope_as = decree_building - } - } - } - - option = { #comission an important artist - name = decree_events.5.a - default_option = yes - add_modifier = { - name = opera_modifier - months = normal_modifier_time - multiplier = 2 - } - - add_modifier = { - name = opera_modifier_costs - months = normal_modifier_time - multiplier = money_amount_multiplier_small - } - } - - option = { #get a cheaper guy to do it - name = decree_events.5.b - add_modifier = { - name = opera_modifier - months = normal_modifier_time - } - - add_modifier = { - name = opera_modifier_costs - months = normal_modifier_time - multiplier = money_amount_multiplier_very_small - } - } - - option = { #comission the expensive one, refuse to pay - name = decree_events.5.c - add_modifier = { - name = opera_didnt_pay_modifier - months = normal_modifier_time - } - ig:ig_intelligentsia = { - add_modifier = { - name = refused_to_pay_modifier - months = normal_modifier_time - } - } - scope:decree_state = { - add_radicals = { - value = medium_radicals - pop_type = academics - } - } - } -} - -# You attract a famous troupe of foreign artists -decree_events.6 = { - type = country_event - placement = scope:decree_state - - title = decree_events.6.t - desc = decree_events.6.d - flavor = decree_events.6.f - - event_image = { - video = "gfx/event_pictures/middleeast_upperclass_party.bk2" - } - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/upperclass_party" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_greener_grass_campaign - any_scope_building = { - is_building_type = building_urban_center - } - } - income >= 100 - NOT = { has_variable = concert_var } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_greener_grass_campaign - } - save_scope_as = decree_state - random_scope_building = { - limit = { - is_building_type = building_urban_center - } - save_scope_as = decree_building - } - } - set_variable = concert_var - } - - option = { #fund their concert - name = decree_events.6.a - default_option = yes - add_modifier = { - name = foreign_concert_costs_modifier - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - add_modifier = { - name = foreign_concert_modifier - months = normal_modifier_time - } - } - - option = { #ignore them - name = decree_events.6.b - ig:ig_intelligentsia = { - add_modifier = { - name = ignored_concert_modifier - months = normal_modifier_time - } - } - add_modifier = { - name = ignored_concert_country_modifier - months = normal_modifier_time - } - } -} \ No newline at end of file diff --git a/events/decree_events_02.txt b/events/decree_events_02.txt deleted file mode 100644 index d20e051f..00000000 --- a/events/decree_events_02.txt +++ /dev/null @@ -1,1027 +0,0 @@ -namespace = decree_events - -decree_events.100 = { #Throughput vs minimum sol -type = country_event - placement = scope:decree_manufacturing_industry - - title = decree_events.100.t - desc = decree_events.100.d - flavor = decree_events.100.f - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_encourage_manufacturing_industry - any_scope_building = { - OR = { - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_shipyards - is_building_type = building_war_machine_industry - is_building_type = building_electrics_industry - is_building_type = building_arms_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - NOR = { - has_modifier = decree_manufacturing_throughput - has_modifier = decree_minimum_wealth - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_encourage_manufacturing_industry - NOR = { - has_modifier = decree_manufacturing_throughput - has_modifier = decree_minimum_wealth - } - } - save_scope_as = decree_manufacturing_industry - random_scope_building = { - limit = { - OR = { - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_shipyards - is_building_type = building_war_machine_industry - is_building_type = building_electrics_industry - is_building_type = building_arms_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - save_scope_as = manufacturing_building_production - } - } - } - - option = { #increased throughput - name = decree_events.100.a - default_option = yes - scope:decree_manufacturing_industry = { - add_modifier = { - name = decree_manufacturing_throughput - months = short_modifier_time - } - } - } - option = { #Increase expected SoL - name = decree_events.100.b - trigger = { - institution_investment_level = { - institution = institution_social_security - value >= 1 - } - } - scope:decree_manufacturing_industry = { - add_modifier = { - name = decree_minimum_wealth - months = short_modifier_time - } - } - } -} - -decree_events.101 = { #Choose who gets the credit -type = country_event - placement = scope:decree_manufacturing_politics - - title = decree_events.101.t - desc = decree_events.101.d - flavor = decree_events.101.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_encourage_manufacturing_industry - any_scope_building = { - OR = { - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_shipyards - is_building_type = building_war_machine_industry - is_building_type = building_electrics_industry - is_building_type = building_arms_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - } - NOR = { - has_modifier = decree_manufacturing_industrialist_attraction - has_modifier = decree_manufacturing_trade_attraction - has_modifier = decree_manufacturing_petty_bourgeoisie_attraction - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_encourage_manufacturing_industry - NOR = { - has_modifier = decree_manufacturing_industrialist_attraction - has_modifier = decree_manufacturing_trade_attraction - has_modifier = decree_manufacturing_petty_bourgeoisie_attraction - } - } - save_scope_as = decree_manufacturing_politics - random_scope_building = { - limit = { - OR = { - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_shipyards - is_building_type = building_war_machine_industry - is_building_type = building_electrics_industry - is_building_type = building_arms_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - save_scope_as = manufacturing_building_production_politics - } - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig_focus - } - } - - option = { #Industrialists - name = decree_events.101.a - default_option = yes - add_modifier = { - name = decree_manufacturing_industrialist_attraction - months = short_modifier_time - } - } - option = { #trade union - name = decree_events.101.b - add_modifier = { - name = decree_manufacturing_trade_attraction - months = short_modifier_time - } - } - option = { #petty pisses off other two - name = decree_events.101.c - add_modifier = { - name = decree_manufacturing_petty_bourgeoisie_attraction - months = short_modifier_time - } - } -} - -decree_events.102 = { #Throughput vs minimum sol -type = country_event - placement = scope:decree_agricultural_industry - - title = decree_events.102.t - desc = decree_events.102.d - flavor = decree_events.102.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_encourage_agricultural_industry - any_scope_building = { - OR = { - is_building_type = building_coffee_plantation - is_building_type = building_cotton_plantation - is_building_type = building_dye_plantation - is_building_type = building_opium_plantation - is_building_type = building_tea_plantation - is_building_type = building_tobacco_plantation - is_building_type = building_sugar_plantation - is_building_type = building_banana_plantation - is_building_type = building_silk_plantation - is_building_type = building_rye_farm - is_building_type = building_wheat_farm - is_building_type = building_rice_farm - is_building_type = building_maize_farm - is_building_type = building_millet_farm - is_building_type = building_livestock_ranch - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - NOR = { - has_modifier = decree_agricultural_throughput - has_modifier = decree_minimum_wealth - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_encourage_agricultural_industry - NOR = { - has_modifier = decree_agricultural_throughput - has_modifier = decree_minimum_wealth - } - } - save_scope_as = decree_agricultural_industry - random_scope_building = { - limit = { - OR = { - is_building_type = building_coffee_plantation - is_building_type = building_cotton_plantation - is_building_type = building_dye_plantation - is_building_type = building_opium_plantation - is_building_type = building_tea_plantation - is_building_type = building_tobacco_plantation - is_building_type = building_sugar_plantation - is_building_type = building_banana_plantation - is_building_type = building_silk_plantation - is_building_type = building_rye_farm - is_building_type = building_wheat_farm - is_building_type = building_rice_farm - is_building_type = building_maize_farm - is_building_type = building_millet_farm - is_building_type = building_livestock_ranch - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - save_scope_as = agricultural_building_production - } - } - } - - option = { #increased throughput - name = decree_events.102.a - default_option = yes - scope:decree_agricultural_industry = { - add_modifier = { - name = decree_agricultural_throughput - months = short_modifier_time - } - } - } - option = { #Increase expected SoL - name = decree_events.102.b - trigger = { - institution_investment_level = { - institution = institution_social_security - value >= 1 - } - } - scope:decree_agricultural_industry = { - add_modifier = { - name = decree_minimum_wealth - months = short_modifier_time - } - } - } -} - -decree_events.103 = { #Choose who gets the credit -type = country_event - placement = scope:decree_agricultural_politics - - title = decree_events.103.t - desc = decree_events.103.d - flavor = decree_events.103.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_encourage_agricultural_industry - any_scope_building = { - OR = { - is_building_type = building_coffee_plantation - is_building_type = building_cotton_plantation - is_building_type = building_dye_plantation - is_building_type = building_opium_plantation - is_building_type = building_tea_plantation - is_building_type = building_tobacco_plantation - is_building_type = building_sugar_plantation - is_building_type = building_banana_plantation - is_building_type = building_silk_plantation - is_building_type = building_rye_farm - is_building_type = building_wheat_farm - is_building_type = building_rice_farm - is_building_type = building_maize_farm - is_building_type = building_millet_farm - is_building_type = building_livestock_ranch - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - } - NOR = { - has_modifier = decree_agricultural_landowners_attraction - has_modifier = decree_agricultural_rural_folk_attraction - has_modifier = decree_agricultural_devout_attraction - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_encourage_agricultural_industry - NOR = { - has_modifier = decree_agricultural_landowners_attraction - has_modifier = decree_agricultural_rural_folk_attraction - has_modifier = decree_agricultural_devout_attraction - } - } - save_scope_as = decree_agricultural_politics - random_scope_building = { - limit = { - OR = { - is_building_type = building_coffee_plantation - is_building_type = building_cotton_plantation - is_building_type = building_dye_plantation - is_building_type = building_opium_plantation - is_building_type = building_tea_plantation - is_building_type = building_tobacco_plantation - is_building_type = building_sugar_plantation - is_building_type = building_banana_plantation - is_building_type = building_silk_plantation - is_building_type = building_rye_farm - is_building_type = building_wheat_farm - is_building_type = building_rice_farm - is_building_type = building_maize_farm - is_building_type = building_millet_farm - is_building_type = building_livestock_ranch - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - save_scope_as = agricultural_building_production_politics - } - } - ig:ig_landowners = { - save_scope_as = landowners_ig_focus - } - } - - option = { #Landowners - name = decree_events.103.a - default_option = yes - add_modifier = { - name = decree_agricultural_landowners_attraction - months = short_modifier_time - } - } - option = { #Rural Folk - name = decree_events.103.b - add_modifier = { - name = decree_agricultural_rural_folk_attraction - months = short_modifier_time - } - } - option = { #devout pisses off other two - name = decree_events.103.c - add_modifier = { - name = decree_agricultural_devout_attraction - months = short_modifier_time - } - } -} - -decree_events.104 = { #Throughput vs minimum sol -type = country_event - placement = scope:decree_resource_industry - - title = decree_events.104.t - desc = decree_events.104.d - flavor = decree_events.104.f - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_encourage_resource_industry - any_scope_building = { - OR = { - is_building_type = building_logging_camp - is_building_type = building_coal_mine - is_building_type = building_iron_mine - is_building_type = building_lead_mine - is_building_type = building_sulfur_mine - is_building_type = building_gold_fields - is_building_type = building_fishing_wharf - is_building_type = building_whaling_station - is_building_type = building_oil_rig - is_building_type = building_rubber_plantation - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - NOR = { - has_modifier = decree_resource_throughput - has_modifier = decree_minimum_wealth - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_encourage_resource_industry - NOR = { - has_modifier = decree_resource_throughput - has_modifier = decree_minimum_wealth - } - } - save_scope_as = decree_resource_industry - random_scope_building = { - limit = { - OR = { - is_building_type = building_logging_camp - is_building_type = building_coal_mine - is_building_type = building_iron_mine - is_building_type = building_lead_mine - is_building_type = building_sulfur_mine - is_building_type = building_gold_fields - is_building_type = building_fishing_wharf - is_building_type = building_whaling_station - is_building_type = building_oil_rig - is_building_type = building_rubber_plantation - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - save_scope_as = resource_building_production - } - } - } - - option = { #increased throughput - name = decree_events.104.a - default_option = yes - scope:decree_resource_industry = { - add_modifier = { - name = decree_resource_throughput - months = short_modifier_time - } - } - } - option = { #Increase expected SoL - name = decree_events.104.b - trigger = { - institution_investment_level = { - institution = institution_social_security - value >= 1 - } - } - scope:decree_resource_industry = { - add_modifier = { - name = decree_minimum_wealth - months = short_modifier_time - } - } - } -} - -decree_events.105 = { #choose who gets attraction -type = country_event - placement = scope:decree_resource_politics - - title = decree_events.105.t - desc = decree_events.105.d - flavor = decree_events.105.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_encourage_resource_industry - any_scope_building = { - OR = { - is_building_type = building_logging_camp - is_building_type = building_coal_mine - is_building_type = building_iron_mine - is_building_type = building_lead_mine - is_building_type = building_sulfur_mine - is_building_type = building_gold_fields - is_building_type = building_fishing_wharf - is_building_type = building_whaling_station - is_building_type = building_oil_rig - is_building_type = building_rubber_plantation - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - } - NOR = { - has_modifier = decree_resource_industrialists_attraction - has_modifier = decree_resource_landowners_attraction - has_modifier = decree_resource_trade_union_attraction - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_encourage_resource_industry - NOR = { - has_modifier = decree_resource_industrialists_attraction - has_modifier = decree_resource_landowners_attraction - has_modifier = decree_resource_trade_union_attraction - } - } - save_scope_as = decree_resource_politics - random_scope_building = { - limit = { - OR = { - is_building_type = building_logging_camp - is_building_type = building_coal_mine - is_building_type = building_iron_mine - is_building_type = building_lead_mine - is_building_type = building_sulfur_mine - is_building_type = building_gold_fields - is_building_type = building_fishing_wharf - is_building_type = building_whaling_station - is_building_type = building_oil_rig - is_building_type = building_rubber_plantation - } - weekly_profit > 0 - cash_reserves_ratio > 0.5 - } - save_scope_as = resource_building_production_politics - } - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig_focus - } - ig:ig_landowners = { - save_scope_as = landowners_ig_focus - } - } - - option = { #industrialists - name = decree_events.105.a - default_option = yes - add_modifier = { - name = decree_resource_industrialists_attraction - months = short_modifier_time - } - } - option = { #landowners - name = decree_events.105.b - add_modifier = { - name = decree_resource_landowners_attraction - months = short_modifier_time - } - } - option = { #Trade unions pisses off other two - name = decree_events.105.c - add_modifier = { - name = decree_resource_trade_union_attraction - months = short_modifier_time - } - } -} - -decree_events.106 = { #Regiments unhappy -type = country_event - placement = scope:decree_enlistment - - title = decree_events.106.t - desc = decree_events.106.d - flavor = decree_events.106.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_building = building_barracks - has_decree = decree_enlistment_efforts - any_neighbouring_state = { - owner = ROOT - is_incorporated = yes - NOT = { has_decree = decree_enlistment_efforts } - has_building = building_barracks - } - } - NOR = { - any_scope_state = { - has_modifier = decree_increased_pay - } - has_modifier = decree_resentful_military - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_building = building_barracks - has_decree = decree_enlistment_efforts - any_neighbouring_state = { - owner = ROOT - is_incorporated = yes - NOT = { has_decree = decree_enlistment_efforts } - has_building = building_barracks - } - } - save_scope_as = decree_enlistment_origin - set_variable = decree_enlistment_origin - } - random_scope_state = { - limit = { - any_neighbouring_state = { - has_variable = decree_enlistment_origin - } - is_incorporated = yes - NOT = { has_decree = decree_enlistment_efforts } - has_building = building_barracks - } - save_scope_as = decree_enlistment - } - ig:ig_armed_forces = { - save_scope_as = armed_forces_ig_focus - } - } - - option = { #regimental resentment - name = decree_events.106.a - default_option = yes - add_modifier = { - name = decree_resentful_military - months = short_modifier_time - } - scope:decree_enlistment = { - add_radicals = { - pop_type = soldiers - value = large_radicals - } - } - } - option = { #invest into troops and get loyalists - name = decree_events.106.b - scope:decree_enlistment = { - add_modifier = { - name = decree_increased_pay - months = short_modifier_time - } - add_loyalists = { - pop_type = soldiers - value = large_radicals - } - } - } -} - -decree_events.107 = { #tech progress -type = country_event - placement = scope:decree_elite_research - - title = decree_events.107.t - desc = decree_events.107.d - flavor = decree_events.107.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_enlistment_efforts - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_enlistment_efforts - } - save_scope_as = decree_elite_research - } - } - - option = { - name = decree_events.107.a - default_option = yes - scope:decree_elite_research = { - add_modifier = { - name = decree_tatics_to_ce - months = short_modifier_time - } - } - } - option = { #tech option 1 - name = decree_events.107.b - trigger = { - has_technology_researched = military_statistics - NOT = { - has_technology_researched = wargaming - } - can_research = wargaming - } - add_technology_progress = { progress = 4000 technology = wargaming } - } - option = { #tech option 2 - name = decree_events.107.c - trigger = { - has_technology_researched = military_statistics - has_technology_researched = trench_works - NOT = { - has_technology_researched = nco_training - } - can_research = nco_training - } - add_technology_progress = { progress = 5000 technology = nco_training } - } - option = { #tech option 3 - name = decree_events.107.e - trigger = { - has_technology_researched = wargaming - can_research = stormtroopers - NOT = { - has_technology_researched = stormtroopers - } - } - add_technology_progress = { progress = 5000 technology = stormtroopers } - } -} - -decree_events.108 = { #violence suppression escalates -type = country_event - placement = scope:decree_violent_supp - - title = decree_events.108.t - desc = decree_events.108.d - flavor = decree_events.108.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_springtime_of_nations.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/springtime_of_nation" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_decree = decree_violent_suppression - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_decree = decree_violent_suppression - } - save_scope_as = decree_violent_supp - } - } - - option = { #get loyalists but more radicals - name = decree_events.108.a - default_option = yes - scope:decree_violent_supp = { - add_modifier = { - name = decree_let_them_riot - months = short_modifier_time - } - } - } - option = { #more mortality but less radicals - name = decree_events.108.b - scope:decree_violent_supp = { - add_modifier = { - name = decree_put_the_riot_down - months = short_modifier_time - } - } - } -} - -decree_events.109 = { #Protests in neighboring state -type = country_event - placement = scope:decree_increased_violence - - title = decree_events.109.t - desc = decree_events.109.d - flavor = decree_events.109.f - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - NOT = { has_decree = decree_violent_suppression } - any_neighbouring_state = { - has_decree = decree_violent_suppression - } - any_scope_pop = { - culture = { - culture_is_discriminated_in = ROOT - } - } - } - NOT = { - any_scope_state = { - OR = { - has_modifier = decree_break_it_up - has_modifier = decree_let_them_protest - } - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - NOT = { has_decree = decree_violent_suppression } - any_neighbouring_state = { - has_decree = decree_violent_suppression - } - any_scope_pop = { - culture = { - culture_is_discriminated_in = ROOT - } - } - } - save_scope_as = decree_increased_violence - random_scope_pop = { - limit = { - culture = { - culture_is_discriminated_in = ROOT - } - } - culture = { save_scope_as = violent_suppression_discriminated } - } - } - } - - option = { #more radicals but armed forces approval - name = decree_events.109.a - default_option = yes - scope:decree_increased_violence = { - add_modifier = { - name = decree_break_it_up - months = short_modifier_time - } - } - add_modifier = { - name = decree_protests_dispersed - months = short_modifier_time - } - } - - option = { #migration pull in state and less radicals - name = decree_events.109.b - scope:decree_increased_violence = { - add_modifier = { - name = decree_let_them_protest - months = short_modifier_time - } - } - add_modifier = { - name = decree_protests_handled - months = short_modifier_time - } - } -} \ No newline at end of file diff --git a/events/diplomatic_events.txt b/events/diplomatic_events.txt deleted file mode 100644 index 798a6c09..00000000 --- a/events/diplomatic_events.txt +++ /dev/null @@ -1,197 +0,0 @@ -namespace = diplomatic_events - -# Fired when scoped country refuses to have their sovereignty violated -# Any interested parties is given choice to aid them or not -diplomatic_events.1 = { - type = country_event - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - title = diplomatic_events.1.t - desc = diplomatic_events.1.d - flavor = diplomatic_events.1.f - - duration = 3 - - option = { - name = diplomatic_events.1.a - default_option = yes - - custom_tooltip = { - text = violate_sovereignty_tt - violate_sovereignty_join = { - violator = scope:initiator - target = scope:target_country - join_violator = no - } - } - - save_scope_as = third_party_country - - scope:initiator = { - post_notification = violate_sovereignty_third_party_joins - } - - scope:target_country = { - post_notification = violate_sovereignty_third_party_joins - } - - ai_chance = { - base = 0 - - modifier = { - trigger = { - "relations(scope:target_country)" >= relations_threshold:cordial - } - add = 10 - } - - modifier = { - trigger = { - "relations(scope:target_country)" >= relations_threshold:amicable - } - add = 10 - } - - modifier = { - trigger = { - "relations(scope:target_country)" >= relations_threshold:friendly - } - add = 10 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = rivalry - who = scope:initiator - } - } - add = 50 - } - - modifier = { - trigger = { - scope:target_country = { is_subject_of = root } - } - add = 100 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = alliance - who = scope:target_country - } - } - add = 200 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = defensive_pact - who = scope:target_country - } - } - add = 200 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = customs_union - who = scope:target_country - } - } - add = 100 - } - } - } - - option = { - name = diplomatic_events.1.b - change_relations = { - country = scope:target_country - value = -30 - } - - ai_chance = { - base = 100 - - modifier = { - trigger = { - "relations(scope:initiator)" >= relations_threshold:cordial - } - add = 10 - } - - modifier = { - trigger = { - "relations(scope:initiator)" >= relations_threshold:amicable - } - add = 10 - } - - modifier = { - trigger = { - "relations(scope:initiator)" >= relations_threshold:friendly - } - add = 10 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = rivalry - who = scope:target_country - } - } - add = 100 - } - - modifier = { - trigger = { - scope:initiator = { is_subject_of = root } - } - add = 100 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = alliance - who = scope:initiator - } - } - add = 200 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = defensive_pact - who = scope:initiator - } - } - add = 200 - } - - modifier = { - trigger = { - has_diplomatic_pact = { - type = customs_union - who = scope:initiator - } - } - add = 100 - } - } - } -} diff --git a/events/diplomatic_friction_events.txt b/events/diplomatic_friction_events.txt deleted file mode 100644 index fc9ef40d..00000000 --- a/events/diplomatic_friction_events.txt +++ /dev/null @@ -1,317 +0,0 @@ -namespace = diplomatic_friction - -diplomatic_friction.1 = { # Boost the trade unions - type = country_event - placement = ROOT - - title = diplomatic_friction.1.t - desc = diplomatic_friction.1.d - flavor = diplomatic_friction.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_signed_contract.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" - - duration = 3 - - trigger = { - country_rank >= rank_value:major_power - any_country = { - country_rank >= rank_value:major_power - has_diplomatic_pact = { - who = root - type = rivalry - } - relations:root <= relations_threshold:cold - } - } - - immediate = { - random_country = { - limit = { - country_rank >= rank_value:major_power - has_diplomatic_pact = { - who = root - type = rivalry - } - relations:root <= relations_threshold:cold - } - save_scope_as = rival_scope - } - } - - option = { #Boost the trade union - name = diplomatic_friction.1.a - scope:rival_scope = { - ig:ig_trade_unions = { - add_modifier = { - name = foreign_trade_union_influence - months = normal_modifier_time - } - } - hidden_effect = { post_notification = rival_supports_trade_unions } - } - } - - option = { #Opt out - name = diplomatic_friction.1.b - default_option = yes - scope:rival_scope = { - ig:ig_trade_unions = { - add_modifier = { - name = foreign_trade_union_influence_denied - months = normal_modifier_time - } - } - } - } -} - -diplomatic_friction.2 = { # Soldiers Cross the Border - type = country_event - placement = scope:rival_state - - title = diplomatic_friction.2.t - desc = diplomatic_friction.2.d - flavor = diplomatic_friction.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - is_at_war = no - country_rank >= rank_value:major_power - any_country = { - country_rank >= rank_value:major_power - has_diplomatic_pact = { - who = root - type = rivalry - } - relations:root <= relations_threshold:cold - any_neighbouring_state = { - owner = ROOT - } - NOT = { this = ROOT } - } - } - - immediate = { - random_country = { - limit = { - country_rank >= rank_value:major_power - has_diplomatic_pact = { - who = ROOT - type = rivalry - } - relations:ROOT <= relations_threshold:cold - any_neighbouring_state = { - owner = ROOT - } - NOT = { this = ROOT } - } - save_scope_as = rival_scope - } - save_scope_as = first_rival_country - random_neighbouring_state = { - limit = { - owner = scope:rival_scope - } - save_scope_as = rival_state - } - } - - option = { # - name = diplomatic_friction.2.a - scope:rival_scope = { - set_variable = first_rival_country_var - hidden_effect = { - trigger_event = { id = diplomatic_friction.3 days = 10 } - } - custom_tooltip = diplomatic_friction.2.a.tt - show_as_tooltip = { - scope:rival_scope = { - add_modifier = { - name = border_sovereignity_questioned - months = normal_modifier_time - } - create_incident = { - country = ROOT - value = 20 - } - } - } - } - } - - option = { #Opt out - name = diplomatic_friction.2.b - default_option = yes - ig:ig_armed_forces = { - add_modifier = { - name = border_cowardice - months = normal_modifier_time - } - } - } -} - -diplomatic_friction.3 = { # Soldiers from another country cross the Border - type = country_event - placement = ROOT - - title = diplomatic_friction.3.t - desc = diplomatic_friction.3.d - flavor = diplomatic_friction.3.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - any_country = { - has_variable = first_rival_country_var - has_diplomatic_pact = { - who = ROOT - type = rivalry - } - NOT = { this = ROOT } - } - } - - immediate = { - random_country = { - limit = { - has_variable = first_rival_country_var - has_diplomatic_pact = { - who = ROOT - type = rivalry - } - NOT = { this = ROOT } - } - save_scope_as = rival_scope - } - } - - option = { # - name = diplomatic_friction.3.a - create_incident = { - country = scope:first_rival_country - value = 20 - } - } - - option = { # - name = diplomatic_friction.3.b - default_option = yes - add_modifier = { - name = border_sovereignity_questioned - months = normal_modifier_time - } - } -} - - -diplomatic_friction.20 = { #Condemn Slavery - type = country_event - placement = ROOT - - title = diplomatic_friction.20.t - desc = diplomatic_friction.20.d - flavor = diplomatic_friction.20.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - duration = 3 - - trigger = { - has_law = law_type:law_slavery_banned - country_rank >= rank_value:major_power - any_country = { - country_rank >= rank_value:major_power - has_diplomatic_pact = { - who = root - type = rivalry - } - relations:root <= relations_threshold:cold - OR = { - has_law = law_type:law_debt_slavery - has_law = law_type:law_slave_trade - has_law = law_type:law_legacy_slavery - } - } - } - - immediate = { - random_country = { - limit = { - country_rank >= rank_value:major_power - has_diplomatic_pact = { - who = root - type = rivalry - } - relations:root <= relations_threshold:cold - OR = { - has_law = law_type:law_debt_slavery - has_law = law_type:law_slave_trade - has_law = law_type:law_legacy_slavery - } - } - save_scope_as = rival_scope - } - } - - option = { # - name = diplomatic_friction.20.a - default_option = yes - add_modifier = { - name = condemning_slavery - months = normal_modifier_time - } - scope:rival_scope = { - add_modifier = { - name = slavery_practice_condemned - months = normal_modifier_time - } - - hidden_effect = { post_notification = rival_comdemns_slavery } - } - } - - option = { #Opt out - name = diplomatic_friction.20.b - ig:ig_intelligentsia = { - add_modifier = { - name = refused_condemning_slavery - months = normal_modifier_time - } - } - } -} - - - - - diff --git a/events/discrimination_events.txt b/events/discrimination_events.txt deleted file mode 100644 index 5ec952d4..00000000 --- a/events/discrimination_events.txt +++ /dev/null @@ -1,483 +0,0 @@ -namespace = discrimination_events - -# Breaking Out of Segregation -discrimination_events.1 = { - type = country_event - placement = ROOT - - title = discrimination_events.1.t - desc = { - first_valid = { - triggered_desc = { - desc = discrimination_events.1.d.culture - trigger = { - exists = scope:discriminated_culture_pop - } - } - triggered_desc = { - desc = discrimination_events.1.d.religion - trigger = { - exists = scope:discriminated_religion_pop - } - } - } - } - - flavor = discrimination_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - pop_is_discriminated = yes - OR = { - culture_accepted = no - religion_accepted = no - } - wealth > 20 - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - pop_is_discriminated = yes - OR = { - culture_accepted = no - religion_accepted = no - } - wealth > 20 - } - } - random_scope_pop = { - limit = { - pop_is_discriminated = yes - OR = { - culture_accepted = no - religion_accepted = no - } - wealth > 20 - } - if = { - limit = { culture_accepted = no } - save_scope_as = discriminated_culture_pop - } - else_if = { - limit = { religion_accepted = no } - save_scope_as = discriminated_religion_pop - } - } - } - } - - cancellation_trigger = { - NOR = { - exists = scope:discriminated_culture_pop - exists = scope:discriminated_religion_pop - } - } - - option = { - name = discrimination_events.1.a - add_modifier = { - name = enforced_segregation - months = normal_modifier_time - } - } - - option = { - name = discrimination_events.1.b - default_option = yes - - if = { - limit = { exists = scope:discriminated_culture_pop } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_national_supremacy - value > neutral - } - } - add_modifier = { - name = segregation_eroding - months = normal_modifier_time - } - } - } - - if = { - limit = { exists = scope:discriminated_religion_pop } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_state_religion - value > neutral - } - } - add_modifier = { - name = segregation_eroding - months = normal_modifier_time - } - } - } - - } -} - -# Stab-in-the-back Myth -discrimination_events.2 = { - type = country_event - placement = ROOT - - title = discrimination_events.2.t - desc = { - first_valid = { - triggered_desc = { - desc = discrimination_events.2.d.culture - trigger = { - exists = scope:discriminated_culture_pop - } - } - triggered_desc = { - desc = discrimination_events.2.d.religion - trigger = { - exists = scope:discriminated_religion_pop - } - } - } - } - - flavor = discrimination_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - has_variable = recent_capitulation - any_scope_pop = { - pop_is_discriminated = yes - } - } - - immediate = { - random_scope_pop = { - limit = { pop_is_discriminated = yes } - if = { - limit = { culture_accepted = no } - save_scope_as = discriminated_culture_pop - } - else_if = { - limit = { religion_accepted = no } - save_scope_as = discriminated_religion_pop - } - } - } - - cancellation_trigger = { - NOR = { - exists = scope:discriminated_culture_pop - exists = scope:discriminated_religion_pop - } - } - - option = { - name = discrimination_events.2.a - if = { - limit = { exists = scope:discriminated_culture_pop } - add_radicals = { - value = large_radicals - culture = scope:discriminated_culture_pop.culture - } - } - if = { - limit = { exists = scope:discriminated_religion_pop } - add_radicals = { - value = large_radicals - religion = scope:discriminated_religion_pop.religion - } - } - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_national_supremacy - value > neutral - } - } - add_modifier = { - name = stab_in_the_back_myth - months = normal_modifier_time - } - } - if = { - limit = { - exists = py:fascist_party - in_election_campaign = yes - } - py:fascist_party = { add_momentum = momentum_large } - } - } - - option = { - name = discrimination_events.2.b - default_option = yes - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_national_supremacy - value > neutral - } - } - add_modifier = { - name = narrative_rejected - months = normal_modifier_time - } - } - if = { - limit = { - exists = py:fascist_party - in_election_campaign = yes - } - py:fascist_party = { add_momentum = momentum_medium_decrease } - } - } -} - -# Language in Schools -discrimination_events.3 = { - type = country_event - placement = ROOT - - title = discrimination_events.3.t - desc = discrimination_events.3.d - flavor = discrimination_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/africa_public_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/public_protest" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - institution_investment_level = { - institution = institution_schools - value > 0 - } - any_scope_pop = { - culture_accepted = no - language_accepted = no - } - } - - immediate = { - random_scope_pop = { - limit = { - culture_accepted = no - language_accepted = no - } - save_scope_as = discriminated_culture_pop - culture = { save_scope_as = discriminated_culture } - } - } - - option = { - name = discrimination_events.3.a - add_radicals = { - value = large_radicals - culture = scope:discriminated_culture_pop.culture - } - add_modifier = { - name = linguistic_discrimination - months = normal_modifier_time - } - } - - option = { - name = discrimination_events.3.b - default_option = yes - - add_modifier = { - name = linguistic_freedom - months = normal_modifier_time - } - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_multicultural - value > neutral - } - } - add_modifier = { - name = language_acceptance - months = normal_modifier_time - } - } - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_national_supremacy - value > neutral - } - } - add_modifier = { - name = language_acceptance - months = normal_modifier_time - multiplier = -1 - } - } - } -} - -# Discrimination in Industries -discrimination_events.4 = { - type = country_event - placement = ROOT - - title = discrimination_events.4.t - desc = discrimination_events.4.d - flavor = discrimination_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_scope_state = { - any_scope_building = { - OR = { - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_shipyards - is_building_type = building_war_machine_industry - is_building_type = building_electrics_industry - is_building_type = building_arms_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - } - } - any_scope_pop = { - culture_accepted = no - } - } - any_interest_group = { - law_stance = { - law = law_type:law_national_supremacy - value > neutral - } - is_marginal = no - } - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - OR = { - is_building_type = building_food_industry - is_building_type = building_textile_mills - is_building_type = building_furniture_manufacturies - is_building_type = building_glassworks - is_building_type = building_tooling_workshops - is_building_type = building_paper_mills - is_building_type = building_chemical_plants - is_building_type = building_synthetics_plants - is_building_type = building_steel_mills - is_building_type = building_motor_industry - is_building_type = building_shipyards - is_building_type = building_war_machine_industry - is_building_type = building_electrics_industry - is_building_type = building_arms_industry - is_building_type = building_munition_plants - is_building_type = building_power_plant - } - } - any_scope_pop = { - culture_accepted = no - } - } - save_scope_as = discrimination_state - random_scope_pop = { - limit = { culture_accepted = no } - culture = { save_scope_as = discriminated_culture_pop } - } - } - } - - option = { - name = discrimination_events.4.a - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_national_supremacy - value > neutral - } - is_marginal = no - } - add_modifier = { - name = segregation_eroding - months = normal_modifier_time - } - } - } - - option = { - name = discrimination_events.4.b - default_option = yes - scope:discrimination_state = { - add_modifier = { - name = employment_discrimination - months = normal_modifier_time - } - add_culture_standard_of_living_modifier = { - culture = scope:discriminated_culture_pop - months = 13 #this is actually 1 in game year for some reason - multiplier = -1 - } - } - } -} diff --git a/events/dreadnought_hoax.txt b/events/dreadnought_hoax.txt deleted file mode 100644 index abf408f7..00000000 --- a/events/dreadnought_hoax.txt +++ /dev/null @@ -1,132 +0,0 @@ -namespace = dreadnought_hoax - -dreadnought_hoax.1 = { - type = country_event - placement = ROOT - - title = dreadnought_hoax.1.t - desc = dreadnought_hoax.1.d - flavor = dreadnought_hoax.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_naval_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/naval_battle" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - is_player = yes - has_technology_researched = battleship_tech - NOT = { has_variable = battleship_hoax_var } - any_scope_building = { - is_building_type = building_naval_base - has_active_production_method = pm_battleships - } - any_scope_pop = { - is_pop_type = academics - } - any_country = { - is_country_alive = yes - has_law = law_type:law_monarchy - NOT = { - any_primary_culture = { - shares_heritage_trait_with_any_primary_culture = ROOT - } - } - } - ig:ig_armed_forces = { - is_marginal = no - } - ig:ig_intelligentsia = { - is_marginal = no - } - } - - immediate = { - set_variable = battleship_hoax_var - random_scope_building = { - limit = { - is_building_type = building_naval_base - has_active_production_method = pm_battleships - } - save_scope_as = hoax_building - state = { - save_scope_as = hoax_state - } - } - random_country = { - limit = { - is_country_alive = yes - has_law = law_type:law_monarchy - NOT = { - any_primary_culture = { - shares_heritage_trait_with_any_primary_culture = ROOT - } - } - } - save_scope_as = hoax_country - } - random_country = { - limit = { - is_country_alive = yes - has_law = law_type:law_monarchy - NOT = { - any_primary_culture = { - shares_heritage_trait_with_any_primary_culture = ROOT - } - } - NOT = { THIS = scope:hoax_country } - } - save_scope_as = haox_country_2 - } - random_scope_pop = { - limit = { - is_pop_type = academics - } - save_scope_as = hoax_pop - } - ig:ig_armed_forces = { - save_scope_as = navy_ig - } - } - - option = { - name = dreadnought_hoax.1.a - default_option = yes - ig:ig_armed_forces = { - add_modifier = { - name = battleship_hoax - months = normal_modifier_time - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = battleship_hoax - months = normal_modifier_time - multiplier = -1 - } - } - } - - option = { - name = dreadnought_hoax.1.b - ig:ig_intelligentsia = { - add_modifier = { - name = battleship_hoax - months = normal_modifier_time - } - } - ig:ig_armed_forces = { - add_modifier = { - name = battleship_hoax - months = normal_modifier_time - multiplier = -1 - } - } - } -} \ No newline at end of file diff --git a/events/election_events/communist_fascist_election_events.txt b/events/election_events/communist_fascist_election_events.txt deleted file mode 100644 index 2f86985e..00000000 --- a/events/election_events/communist_fascist_election_events.txt +++ /dev/null @@ -1,929 +0,0 @@ -namespace = communist_elections -namespace = cable_street - -# The Red Scare -communist_elections.1 = { - type = country_event - placement = ROOT - - title = communist_elections.1.t - desc = communist_elections.1.d1 - flavor = communist_elections.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_law = law_type:law_council_republic } - NOT = { has_variable = red_scare_var } - # Leftists are running in the election but aren't in government - any_interest_group = { - is_in_government = no - has_party = yes - party = { - OR = { - is_party_type = communist_party - is_party_type = social_democrat_party - is_party_type = anarchist_party - } - } - } - # Any government IG is in a non-leftist party - any_interest_group = { - is_in_government = yes - has_party = yes - party = { - NOR = { - is_party_type = communist_party - is_party_type = social_democrat_party - is_party_type = anarchist_party - } - } - } - } - - immediate = { - set_variable = { - name = red_scare_var - months = short_modifier_time - } - random_interest_group = { - limit = { - is_in_government = no - has_party = yes - party = { - OR = { - is_party_type = communist_party - is_party_type = social_democrat_party - is_party_type = anarchist_party - } - } - } - party = { - save_scope_as = leftist_party - } - } - random_interest_group = { - limit = { - is_in_government = yes - has_party = yes - party = { - NOR = { - is_party_type = communist_party - is_party_type = social_democrat_party - is_party_type = anarchist_party - } - } - } - party = { - save_scope_as = anti_leftist_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # These leftists are traitors to [country] - name = communist_elections.1.a - scope:leftist_party = { - add_momentum = momentum_large_decrease - } - } - - option = { # This rhetoric is needlessly alarmist - name = communist_elections.1.b - default_option = yes - scope:leftist_party = { - add_momentum = momentum_medium_decrease - } - add_modifier = { # reduced government opinion - name = red_scare_minimized - months = short_modifier_time - } - } - - option = { # Ban communist literature - name = communist_elections.1.c - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - } - scope:leftist_party = { - add_momentum = momentum_very_large_decrease - every_interest_group = { - add_modifier = { - name = red_scare_communists_annoyed - months = short_modifier_time - } - } - } - } - - option = { # Infiltrate and arrest the leadership - name = communist_elections.1.d - highlighted_option = yes - trigger = { - has_law = law_type:law_secret_police - } - scope:leftist_party = { - add_momentum = momentum_very_large_decrease - } - add_modifier = { # costs some authority - name = infiltrating_communist_parties - months = short_modifier_time - } - } - - option = { # They have every right to spread their ideas - name = communist_elections.1.e - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - } - scope:leftist_party = { - add_momentum = momentum_small - } - scope:anti_leftist_party = { - every_interest_group = { - add_modifier = { - name = red_scare_minimized - months = short_modifier_time - } - } - } - } -} - -# Workers vote in the Council Republic. Trade Union party strongly preferred. -communist_elections.2 = { - type = country_event - placement = ROOT - - title = communist_elections.2.t - desc = communist_elections.2.d - flavor = communist_elections.2.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = council_elections_var } - has_law = law_type:law_council_republic - ig:ig_trade_unions = { - has_party = yes - } - any_active_party = { - NOT = { - any_member = { is_interest_group_type = ig_trade_unions } - } - } - } - - immediate = { - set_variable = { - name = council_elections_var - months = short_modifier_time - } - ig:ig_trade_unions = { - save_scope_as = unions_ig - party = { - save_scope_as = unions_party - } - } - random_active_party = { - limit = { - NOT = { this = scope:unions_party } - } - save_scope_as = anti_union_party - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # The workers are always right - name = communist_elections.2.a - default_option = yes - scope:unions_party = { - add_momentum = momentum_very_large - } - } - option = { # voting for the worker's party is mandatory - name = communist_elections.2.b - highlighted_option = yes - trigger = { - custom_tooltip = { - text = communist_elections.2.tt - scope:unions_ig = { - is_in_government = yes - } - } - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - } - scope:unions_party = { - add_momentum = momentum_very_large - } - add_modifier = { # authority - name = mandatory_communist_support - months = short_modifier_time - } - } - option = { # other voices should also be heard - name = communist_elections.2.c - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - custom_tooltip = { - text = communist_elections.2.c.tt - any_interest_group = { - has_party = yes - party = { - NOT = { THIS = scope:unions_party } - } - } - } - } - random_interest_group = { - limit = { - has_party = yes - party = { - NOT = { THIS = scope:unions_party } - } - } - party = { - add_momentum = momentum_large - } - } - } -} - -# International Socialism -communist_elections.3 = { - type = country_event - placement = ROOT - - title = communist_elections.3.t - desc = communist_elections.3.d - flavor = communist_elections.3.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = international_socialism_var } - any_country = { - NOT = { has_war_with = ROOT } - country_rank >= rank_value:major_power - any_interest_group = { - is_marginal = no - leader = { - OR = { - has_ideology = ideology_anarchist - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - } - } - } - } - any_active_party = { - OR = { - is_party_type = communist_party - is_party_type = social_democrat_party - is_party_type = anarchist_party - } - } - } - - immediate = { - set_variable = { - name = international_socialism_var - months = short_modifier_time - } - random_interest_group = { - limit = { - has_party = yes - party = { - OR = { - is_party_type = communist_party - is_party_type = social_democrat_party - is_party_type = anarchist_party - } - } - } - party = { - save_scope_as = socialist_party - } - } - random_country = { - limit = { - NOT = { has_war_with = ROOT } - country_rank >= rank_value:major_power - any_interest_group = { - is_marginal = no - leader = { - OR = { - has_ideology = ideology_anarchist - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - } - } - } - } - save_scope_as = socialist_country - random_interest_group = { - limit = { - is_marginal = no - leader = { - OR = { - has_ideology = ideology_anarchist - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - } - } - } - save_scope_as = foreign_socialist_ig - leader = { - save_scope_as = foreign_socialist_leader - } - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # welcome international support - name = communist_elections.3.a - default_option = yes - scope:socialist_party = { - add_momentum = momentum_large - } - # improve relations with socialist country if the socialists are in power - if = { - limit = { - scope:foreign_socialist_ig = { - is_in_government = yes - } - } - scope:socialist_country = { - change_relations = { - country = ROOT - value = 20 - } - } - } - # owe a favor to the socialist country if you both have socialist governments - if = { - limit = { - NOT = { owes_obligation_to = scope:socialist_country } - scope:foreign_socialist_ig = { - is_in_government = yes - } - scope:socialist_party = { - any_member = { - is_in_government = yes - } - } - } - set_owes_obligation_to = { - country = scope:socialist_country - setting = yes - } - } - # These variables increase the chances of generating new leaders with each ideology - if = { - limit = { - scope:foreign_socialist_leader = { - has_ideology = ideology_vanguardist - } - } - set_variable = { - name = election_vanguardist_support - months = long_modifier_time - } - custom_tooltip = election_socialist_support_tt - } - else_if = { - limit = { - scope:foreign_socialist_leader = { - has_ideology = ideology_anarchist - } - } - set_variable = { - name = election_anarchist_support - months = long_modifier_time - } - custom_tooltip = election_socialist_support_tt - } - else_if = { - limit = { - scope:foreign_socialist_leader = { - has_ideology = ideology_communist - } - } - set_variable = { - name = election_communist_support - months = long_modifier_time - } - custom_tooltip = election_socialist_support_tt - } - } - - option = { # Limit foreign influence - name = communist_elections.3.b - scope:socialist_party = { - add_momentum = momentum_small - } - } - - option = { # expel foreign infiltrators - name = communist_elections.3.c - trigger = { - scope:socialist_party = { - NOT = { - any_member = { - is_in_government = yes - } - } - } - OR = { - has_law = law_type:law_closed_borders - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_secret_police - } - } - scope:socialist_party = { - add_momentum = momentum_large_decrease - } - # harm relations with socialist country if they have a socialist government - if = { - limit = { - scope:foreign_socialist_ig = { - is_in_government = yes - } - } - scope:socialist_country = { - change_relations = { - country = ROOT - value = -20 - } - } - } - } -} - -# Fascist paramilitaries intimidate voters -communist_elections.4 = { - type = country_event - placement = ROOT - - title = communist_elections.4.t - desc = communist_elections.4.desc - flavor = communist_elections.4.f - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = blackshirts_var } - any_interest_group = { - has_party = yes - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_ethno_nationalist - } - } - party = { - is_party_type = fascist_party - } - } - } - - immediate = { - set_variable = { - name = blackshirts_var - months = short_modifier_time - } - random_interest_group = { - limit = { - has_party = yes - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_ethno_nationalist - } - } - party = { - is_party_type = fascist_party - } - } - save_scope_as = fascist_ig - leader = { - save_scope_as = fascist_leader - } - party = { - save_scope_as = fascist_party_scope - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # allow paramilitaries - name = communist_elections.4.a - default_option = yes - scope:fascist_party_scope = { - add_momentum = momentum_large - } - every_active_party = { - limit = { - NOT = { is_party_type = fascist_party } - } - add_momentum = momentum_small_decrease - } - } - - option = { # Support paramilitaries with the army and police - name = communist_elections.4.b - default_option = yes - highlighted_option = yes - trigger = { - custom_tooltip = { - text = communist_elections.4.tt - scope:fascist_ig = { - is_in_government = yes - } - } - OR = { - ig:ig_armed_forces = { - is_powerful = yes - } - institution_investment_level = { - institution = institution_police - value >= 3 - } - has_law = law_type:law_militarized_police - } - } - scope:fascist_party_scope = { - add_momentum = momentum_very_large - # increase opinion - } - every_active_party = { - limit = { - NOT = { is_party_type = fascist_party } - } - add_momentum = momentum_medium_decrease - } - if = { - limit = { - ig:ig_armed_forces = { - law_stance = { - law = law_type:law_militarized_police - value > neutral - } - } - } - add_modifier = { - name = state_sanctioned_paramilitaries - months = short_modifier_time - } - } - else_if = { - limit = { - ig:ig_armed_forces = { - law_stance = { - law = law_type:law_militarized_police - value < neutral - } - } - } - add_modifier = { - name = state_sanctioned_paramilitaries - months = short_modifier_time - multiplier = -1 - } - } - } - - option = { # Discourage paramilitaries - name = communist_elections.4.c - scope:fascist_party_scope = { - add_momentum = momentum_small - } - scope:fascist_ig = { - add_modifier = { - name = paramilitaries_opposed - months = short_modifier_time - } - } - every_active_party = { - limit = { - NOT = { is_party_type = fascist_party } - } - add_momentum = momentum_small_decrease - } - } - - option = { # Crack down on paramilitaries - name = communist_elections.4.d - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_protected_speech - has_law = law_type:law_guaranteed_liberties - institution_investment_level = { - institution = institution_police - value >= 3 - } - } - } - scope:fascist_party_scope = { - add_momentum = momentum_medium_decrease - } - scope:fascist_ig = { - add_modifier = { - name = paramilitaries_opposed - months = short_modifier_time - multiplier = -2 - } - } - } -} - -# Battle of Cable Street -cable_street.1 = { - type = country_event - placement = scope:fascist_rally_state - title = cable_street.1.t - desc = cable_street.1.d - flavor = cable_street.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = cable_street_var } - any_interest_group = { - has_party = yes - party = { - is_party_type = fascist_party - } - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_ethno_nationalist - } - } - } - any_interest_group = { - leader = { - OR = { - has_ideology = ideology_anarchist - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - } - } - } - } - - immediate = { - set_variable = { - name = cable_street_var - months = short_modifier_time - } - random_scope_state = { - limit = { - is_incorporated = yes - } - save_scope_as = fascist_rally_state - } - random_interest_group = { - limit = { - has_party = yes - party = { - is_party_type = fascist_party - } - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_ethno_nationalist - } - } - } - save_scope_as = fascist_ig - leader = { - save_scope_as = fascist_leader - } - party = { - save_scope_as = fascist_party - } - } - random_interest_group = { - limit = { - leader = { - OR = { - has_ideology = ideology_anarchist - has_ideology = ideology_communist - has_ideology = ideology_vanguardist - } - } - } - save_scope_as = antifa_ig - leader = { - save_scope_as = antifa_leader - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # protect fascists right to march - name = cable_street.1.a - default_option = yes - # outcome weighted in favor of fascists - random_list = { - 2 = { - scope:fascist_party = { - add_momentum = momentum_very_large - } - scope:fascist_rally_state = { - state_region = { - add_devastation = 10 - } - } - } - 2 = { - scope:fascist_party = { - add_momentum = momentum_large - } - } - 1 = { - scope:fascist_party = { - add_momentum = momentum_large_decrease - } - } - 1 = { - scope:fascist_party = { - add_momentum = momentum_very_large_decrease - } - scope:fascist_rally_state = { - state_region = { - add_devastation = 10 - } - } - } - } - scope:antifa_ig = { - add_modifier = { - name = protected_fascist_rally_antifa - months = normal_modifier_time - } - } - } - option = { # keep the police out of it - name = cable_street.1.b - # outcome is entirely random - random_list = { - 1 = { - scope:fascist_party = { - add_momentum = momentum_very_large - } - scope:fascist_rally_state = { - state_region = { - add_devastation = 10 - } - } - } - 1 = { - scope:fascist_party = { - add_momentum = momentum_large - } - } - 1 = { - scope:fascist_party = { - add_momentum = momentum_large_decrease - } - } - 1 = { - scope:fascist_party = { - add_momentum = momentum_very_large_decrease - } - scope:fascist_rally_state = { - state_region = { - add_devastation = 10 - } - } - } - } - } - option = { # ban the rally - name = cable_street.1.c - # outcome weighted against fascists - random_list = { - 1 = { - scope:fascist_party = { - add_momentum = momentum_very_large - } - scope:fascist_rally_state = { - state_region = { - add_devastation = 10 - } - } - } - 1 = { - scope:fascist_party = { - add_momentum = momentum_large - } - } - 2 = { - scope:fascist_party = { - add_momentum = momentum_large_decrease - } - } - 2 = { - scope:fascist_party = { - add_momentum = momentum_very_large_decrease - } - scope:fascist_rally_state = { - state_region = { - add_devastation = 10 - } - } - } - } - scope:fascist_ig = { - add_modifier = { - name = banned_fascist_rally - months = normal_modifier_time - } - } - } -} - diff --git a/events/election_events/election_conservative_events.txt b/events/election_events/election_conservative_events.txt deleted file mode 100644 index fe4099d1..00000000 --- a/events/election_events/election_conservative_events.txt +++ /dev/null @@ -1,352 +0,0 @@ -namespace = election_conservative_events - -# Faithless Leaders -# If the Liberal Party has an Atheist leader, the conservatives (or Religious Party) can call into question whether such a politician can be trusted. -election_conservative_events.1 = { - type = country_event - placement = root - title = election_conservative_events.1.t - desc = election_conservative_events.1.d - flavor = election_conservative_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = conservative_party - } - any_interest_group = { - leader = { - has_ideology = ideology_atheist - } - has_party = yes - party = { - is_party_type = liberal_party - } - } - any_scope_pop = { - culture_accepted = no - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = conservative_party } - save_scope_as = conservative_party - } - random_interest_group = { - limit = { - leader = { - has_ideology = ideology_atheist - } - has_party = yes - party = { - is_party_type = liberal_party - } - } - leader = { save_scope_as = atheist_leader } - party = { save_scope_as = liberal_party } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the conservative party and a negative popularity modifier to the atheist leader. - option = { - name = election_conservative_events.1.a - py:liberal_party = { - add_momentum = momentum_large_decrease - - } - } - - # Argue that the atheist might in fact be more impartial not being bound to religious doctrine, giving a small popularity boost to the leader but angering the Devout. - option = { - name = election_conservative_events.1.b - default_option = yes - - scope:atheist_leader = { - add_modifier = { - name = voice_of_reason # character_popularity_add - months = normal_modifier_time - } - } - - ig:ig_devout = { - add_modifier = { - name = godless_politician_praised # interest_group_approval_add - months = normal_modifier_time - } - } - } -} - -# Unity in Tradition -# If the country is suffering from devastation, the conservatives can make a call for uniting behind traditional values during this time to crisis. -election_conservative_events.2 = { - type = country_event - placement = root - title = election_conservative_events.2.t - desc = election_conservative_events.2.d - flavor = election_conservative_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = conservative_party - } - any_scope_state = { - devastation > 0.05 - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = conservative_party } - save_scope_as = conservative_party - } - random_scope_state = { - limit = { devastation > 0.05 } - save_scope_as = devastation_state - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the conservative party. - option = { - name = election_conservative_events.2.a - py:conservative_party = { - add_momentum = momentum_large - } - } - - # Criticize the argument as opportunistic, creating radicals in high-devastation states. - option = { - name = election_conservative_events.2.b - default_option = yes - every_scope_state = { - limit = { devastation > 0.05 } - add_radicals = { - value = medium_radicals - } - } - } -} - -# Law and Order -# If a state has high turmoil but the country has a low level of the Police institution, conservatives can campaign on a law & order platform. -election_conservative_events.3 = { - type = country_event - placement = root - title = election_conservative_events.3.t - desc = election_conservative_events.3.d - flavor = election_conservative_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = conservative_party - } - any_scope_state = { - turmoil > 0.2 - } - institution_investment_level = { - institution = institution_police - value < 5 - } - any_interest_group = { - has_party = yes - NOT = { - party = { is_party_type = conservative_party } - } - law_stance = { - law = law_type:law_old_age_pension - value > neutral - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = conservative_party } - save_scope_as = conservative_party - } - random_scope_state = { - limit = { turmoil > 0.2 } - save_scope_as = turmoil_state - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the conservative party. - option = { - name = election_conservative_events.3.a - py:conservative_party = { - add_momentum = momentum_large - } - } - - # Suggest that the unrest can be resolved by improving other public services, giving a smaller momentum a party in favor of generous welfare policies. - option = { - name = election_conservative_events.3.b - default_option = yes - random_interest_group = { - limit = { - has_party = yes - NOT = { - party = { is_party_type = conservative_party } - } - law_stance = { - law = law_type:law_old_age_pension - value > neutral - } - } - party = { add_momentum = momentum_small } - } - } -} - -# The Best Defense -# If a neighboring country has bad relations and high infamy, the conservatives (or Military Party) can campaign on a more hawkish foreign policy to deter attacks. -election_conservative_events.4 = { - type = country_event - placement = root - title = election_conservative_events.4.t - desc = election_conservative_events.4.d - flavor = election_conservative_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - OR = { - is_party_type = conservative_party - is_party_type = military_party - } - } - any_neighbouring_state = { - owner = { - infamy >= infamy_threshold:infamous - relations:root <= relations_threshold:poor - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - if = { - limit = { exists = py:military_party } - py:military_party = { save_scope_as = hawk_campaign_party } - } - else = { - py:conservative_party = { save_scope_as = hawk_campaign_party } - } - random_neighbouring_state = { - limit = { - owner = { - infamy >= infamy_threshold:infamous - relations:root <= relations_threshold:poor - } - } - owner = { save_scope_as = election_threatening_neighbor } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the conservative party and worsening relations with the neighboring country. - option = { - name = election_conservative_events.4.a - scope:hawk_campaign_party = { - add_momentum = momentum_large - } - change_relations = { - country = scope:election_threatening_neighbor - value = -15 - } - } - - # Downplay the threat, angering the Armed Forces. - option = { - name = election_conservative_events.4.b - default_option = yes - - ig:ig_armed_forces = { - add_modifier = { - name = weak_and_trusting # interest_group_approval_add - months = normal_modifier_time - } - } - } -} \ No newline at end of file diff --git a/events/election_events/election_contextual_events.txt b/events/election_events/election_contextual_events.txt deleted file mode 100644 index 3a288867..00000000 --- a/events/election_events/election_contextual_events.txt +++ /dev/null @@ -1,896 +0,0 @@ -namespace = election_contextual_events - -# Bread, Butter, Ballot -# Basic foodstuffs are expensive, people are displeased with the sitting government -election_contextual_events.1 = { - type = country_event - placement = ROOT - title = election_contextual_events.1.t - desc = election_contextual_events.1.d - flavor = election_contextual_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_interest_group = { - has_party = yes - is_in_government = yes - } - market_capital.market = { - OR = { - mg:grain = { - market_goods_pricier > 0.25 - } - mg:fish = { - market_goods_pricier > 0.25 - } - mg:meat = { - market_goods_pricier > 0.25 - } - mg:groceries = { - market_goods_pricier > 0.25 - } - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - party = { - save_scope_as = high_food_price_party - } - } - if = { - limit = { - market_capital.market = { - mg:grain = { - market_goods_pricier > 0.25 - } - } - } - g:grain = { - save_scope_as = basic_foodstuff - } - } - else_if = { - limit = { - market_capital.market = { - mg:groceries = { - market_goods_pricier > 0.25 - } - } - } - g:groceries = { - save_scope_as = basic_foodstuff - } - } - else_if = { - limit = { - market_capital.market = { - mg:fish = { - market_goods_pricier > 0.25 - } - } - } - g:fish = { - save_scope_as = basic_foodstuff - } - } - else_if = { - limit = { - market_capital.market = { - mg:meat = { - market_goods_pricier > 0.25 - } - } - } - g:meat = { - save_scope_as = basic_foodstuff - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # They will have to rely on alms - name = election_contextual_events.1.a - default_option = yes - scope:high_food_price_party = { - add_momentum = momentum_medium_decrease - } - } - - option = { # Fund some soup kitchens - name = election_contextual_events.1.b - add_modifier = { - name = alms_for_the_poor - months = short_modifier_time - multiplier = money_amount_multiplier_small - } - } -} - -# Swindling Futurity -# The country has a high national debt, people are displeased with the sitting government -election_contextual_events.2 = { - type = country_event - placement = ROOT - title = election_contextual_events.2.t - desc = election_contextual_events.2.d - flavor = election_contextual_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - scaled_debt > 0.5 - any_interest_group = { - has_party = yes - is_in_government = yes - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - leader = { - save_scope_as = public_debt_scapegoat - } - party = { - save_scope_as = public_debt_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # Loans are a cornerstone of any healthy economy! - name = election_contextual_events.2.a - default_option = yes - scope:public_debt_party = { - add_momentum = momentum_medium_decrease - } - } - - option = { # Find a scapegoat - name = election_contextual_events.2.b - scope:public_debt_party = { - add_momentum = momentum_small_decrease - } - scope:public_debt_scapegoat = { - add_modifier = { - name = fiscally_irresponsible - months = normal_modifier_time - } - } - } -} - -# Pacifist Condemns the War -# The country is leading a costly war of aggression, and a pacifist leader of the opposition comes out -election_contextual_events.3 = { - type = country_event - placement = ROOT - title = election_contextual_events.3.t - desc = election_contextual_events.3.d - flavor = election_contextual_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_interest_group = { - has_party = yes - is_in_government = no - leader = { - has_ideology = ideology_pacifist - } - } - any_interest_group = { - has_party = yes - is_in_government = yes - } - any_scope_war = { - attacker_warleader = ROOT - has_war_exhaustion = { - target = ROOT - value > 10 - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = no - leader = { - has_ideology = ideology_pacifist - } - } - save_scope_as = opposition_pacifist_ig - party = { - save_scope_as = opposition_pacifist_party - } - leader = { - save_scope_as = pacifist_ig_leader - } - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - save_scope_as = government_war_ig - party = { - save_scope_as = government_war_party - } - } - random_scope_war = { - limit = { - attacker_warleader = ROOT - has_war_exhaustion = { - target = ROOT - value > 10 - } - } - save_scope_as = pacifist_war - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # The man speaks - name = election_contextual_events.3.a - default_option = yes - scope:government_war_party = { - add_momentum = momentum_medium_decrease - } - scope:pacifist_ig_leader = { - add_modifier = { - name = principled_pacifist - months = normal_modifier_time - } - } - } - option = { # Censor it - name = election_contextual_events.3.b - trigger = { - NOT = { - has_law = law_type:law_protected_speech - } - } - random_list = { - 25 = { - custom_tooltip = election_contextual_events.3.tt.2 - scope:government_war_party = { - add_momentum = momentum_large_decrease - } - scope:pacifist_ig_leader = { - add_modifier = { - name = martyrized_pacifist - months = normal_modifier_time - } - } - } - 25 = { - custom_tooltip = election_contextual_events.3.tt.2 - scope:government_war_party = { - add_momentum = momentum_medium_decrease - } - scope:pacifist_ig_leader = { - add_modifier = { - name = martyrized_pacifist - months = normal_modifier_time - multiplier = 0.75 - } - } - } - 50 = { - custom_tooltip = election_contextual_events.3.tt.1 - scope:government_war_party = { - add_momentum = momentum_small - } - } - } - } - option = { # Censor it, but worse. - name = election_contextual_events.3.c - trigger = { - has_law = law_type:law_protected_speech - } - random_list = { - 25 = { - custom_tooltip = election_contextual_events.3.tt.2 - scope:government_war_party = { - add_momentum = momentum_large_decrease - } - scope:pacifist_ig_leader = { - add_modifier = { - name = martyrized_pacifist - months = normal_modifier_time - } - } - } - 50 = { - custom_tooltip = election_contextual_events.3.tt.2 - scope:government_war_party = { - add_momentum = momentum_medium_decrease - } - scope:pacifist_ig_leader = { - add_modifier = { - name = martyrized_pacifist - months = normal_modifier_time - multiplier = 0.75 - } - } - } - 25 = { - custom_tooltip = election_contextual_events.3.tt.1 - scope:government_war_party = { - add_momentum = momentum_small - } - } - } - } -} - -# For Whom the Bell Tolls -# Old IG leader dies, damaging the unity of his political party. Who will replace him? -election_contextual_events.4 = { - type = country_event - placement = ROOT - title = election_contextual_events.4.t - desc = election_contextual_events.4.d - flavor = election_contextual_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - NOT = { - has_variable = election_leader_death_cooldown - } - any_interest_group = { - has_party = yes - leader = { age > define:NCharacters|DEATH_CHECKS_YEAR_BEGIN } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - leader = { age > define:NCharacters|DEATH_CHECKS_YEAR_BEGIN } - } - leader = { - save_scope_as = decrepit_leader - } - save_scope_as = decrepit_leader_ig - party = { - save_scope_as = decrepit_leader_party - } - } - set_variable = { - name = election_leader_death_cooldown - months = long_modifier_time - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # Popular, but useless replacement - name = election_contextual_events.4.a - default_option = yes - scope:decrepit_leader = { - kill_character = yes - } - scope:decrepit_leader_party = { - add_momentum = momentum_small - } - create_character = { - ig_leader = yes - interest_group = scope:decrepit_leader_ig - age = 48 - traits = { - expensive_tastes - arrogant - hedonist - } - on_created = { - add_modifier = { - name = well_connected - months = normal_modifier_time - } - } - } - } - option = { # Unpopular, but skilled replacement - name = election_contextual_events.4.b - scope:decrepit_leader = { - kill_character = yes - } - create_character = { - ig_leader = yes - interest_group = scope:decrepit_leader_ig - age = 24 - traits = { - ambitious - charismatic - imperious - } - on_created = { - add_modifier = { - name = imperious_upstart - months = normal_modifier_time - } - } - } - } -} - -# A Land of Want -# SoL is low, putting the ruling lads in a bad light. -election_contextual_events.5 = { - type = country_event - placement = ROOT - title = election_contextual_events.5.t - desc = election_contextual_events.5.d - flavor = election_contextual_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - average_sol < 10 - any_interest_group = { - has_party = yes - is_in_government = yes - } - any_interest_group = { - has_party = yes - is_in_government = no - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - party = { - save_scope_as = low_sol_party - } - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = no - } - leader = { - save_scope_as = low_sol_opposition_leader - } - party = { - save_scope_as = low_sol_opposition_party - } - save_scope_as = low_sol_opposition_ig - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # Harm party election chance - name = election_contextual_events.5.a - default_option = yes - scope:low_sol_party = { - add_momentum = momentum_medium_decrease - } - scope:low_sol_opposition_party = { - add_momentum = momentum_small - } - scope:low_sol_opposition_leader = { - add_modifier = { - name = defender_of_the_downtrodden - months = normal_modifier_time - } - } - } - option = { # Harm government IG opinion - name = election_contextual_events.5.b - scope:low_sol_opposition_party = { - add_momentum = momentum_small - } - add_modifier = { - name = indifferent_to_destitution - months = short_modifier_time - } - } -} - -# A Land of Plenty -# SoL is high, putting the ruling lads in a good light. -election_contextual_events.6 = { - type = country_event - placement = ROOT - title = election_contextual_events.6.t - desc = election_contextual_events.6.d - flavor = election_contextual_events.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - average_sol > 15 - any_interest_group = { - has_party = yes - is_in_government = yes - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - save_scope_as = high_sol_ig - leader = { - save_scope_as = high_sol_leader - } - party = { - save_scope_as = high_sol_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # Gain momentum for election - name = election_contextual_events.6.a - default_option = yes - scope:high_sol_party = { - add_momentum = momentum_medium - } - } - - option = { # Shine some light on the IG and IG leader - name = election_contextual_events.6.b - scope:high_sol_ig = { - add_modifier = { - name = patrons_of_prosperity - months = normal_modifier_time - } - } - scope:high_sol_leader = { - add_modifier = { - name = champion_of_prosperity - months = long_modifier_time - } - } - } -} - -# Coalition Coupons -# Government IGs gain Momentum due to winning a war. Pacifists condemned as unpatriotic -election_contextual_events.7 = { - type = country_event - placement = ROOT - title = election_contextual_events.7.t - desc = election_contextual_events.7.d - flavor = election_contextual_events.7.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_military_parade.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/military_parade" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - NOT = { - has_variable = coalition_coupons_cooldown - } - any_interest_group = { - has_party = yes - is_in_government = yes - } - any_scope_war = { - has_war_support = { - target = ROOT - value > 70 - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_scope_war = { - limit = { - has_war_support = { - target = ROOT - value > 70 - } - } - save_scope_as = ongoing_election_war - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - party = { - save_scope_as = ongoing_election_war_party - } - } - set_variable = { - name = coalition_coupons_cooldown - months = long_modifier_time - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # Use this to win the election - name = election_contextual_events.7.a - default_option = yes - scope:ongoing_election_war_party = { - add_momentum = momentum_medium - } - if = { - limit = { - any_interest_group = { - leader = { - has_ideology = ideology_pacifist - } - } - } - every_interest_group = { - limit = { - leader = { - has_ideology = ideology_pacifist - } - } - leader = { - add_modifier = { - name = dove_of_peace_in_time_of_war - months = short_modifier_time - } - } - } - } - } - - option = { # Polarise society with jingoist rhetoric - name = election_contextual_events.7.b - add_modifier = { - name = jingoist_rhetoric - months = normal_modifier_time - } - if = { - limit = { - any_interest_group = { - leader = { - has_ideology = ideology_pacifist - } - } - } - every_interest_group = { - limit = { - leader = { - has_ideology = ideology_pacifist - } - } - leader = { - add_modifier = { - name = dove_of_peace_in_time_of_war - months = short_modifier_time - } - } - } - } - } -} - -# A Torrent of Gin and Beer -# The government is pursuing anti-liquor policies, and people get (understandably) angry. -election_contextual_events.8 = { - type = country_event - placement = ROOT - title = election_contextual_events.8.t - desc = election_contextual_events.8.d - flavor = election_contextual_events.8.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - OR = { - is_banning_goods = g:liquor - has_consumption_tax = g:liquor - } - any_interest_group = { - has_party = yes - is_in_government = no - } - any_interest_group = { - has_party = yes - is_in_government = yes - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = no - } - save_scope_as = liquor_ig - party = { - save_scope_as = anti_temperance_party - } - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - save_scope_as = liquor_gov_ig - party = { - save_scope_as = temperance_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # Anti temperance party soars in popularity - name = election_contextual_events.8.a - default_option = yes - scope:anti_temperance_party = { - add_momentum = momentum_large - } - } - - option = { # Run a smear campaign - name = election_contextual_events.8.b - scope:anti_temperance_party = { - add_momentum = momentum_small - } - scope:temperance_party = { - add_momentum = momentum_small_decrease - } - } -} - diff --git a/events/election_events/election_liberal_events.txt b/events/election_events/election_liberal_events.txt deleted file mode 100644 index f66f8f04..00000000 --- a/events/election_events/election_liberal_events.txt +++ /dev/null @@ -1,415 +0,0 @@ -namespace = election_liberal_events - -# An Extreme Reaction -# If there are fascists or ethno-nationalist leaders within the conservative party, the liberals can question their supposedly moderate image. -election_liberal_events.1 = { - type = country_event - placement = root - title = election_liberal_events.1.t - desc = election_liberal_events.1.d - flavor = election_liberal_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - NOT = { has_variable = election_event_cooldown } - in_election_campaign = yes - any_active_party = { - is_party_type = liberal_party - } - any_interest_group = { - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_ethno_nationalist - } - } - has_party = yes - party = { - is_party_type = conservative_party - } - } - any_scope_pop = { - culture_accepted = no - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = liberal_party } - save_scope_as = liberal_party - } - random_interest_group = { - limit = { - leader = { - OR = { - has_ideology = ideology_fascist - has_ideology = ideology_ethno_nationalist - } - } - has_party = yes - party = { - is_party_type = conservative_party - } - } - leader = { save_scope_as = extremist_leader } - party = { save_scope_as = conservative_party } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the liberal party. - option = { - name = election_liberal_events.1.a - py:liberal_party = { - add_momentum = momentum_large - } - } - - # Suggest that these are simply dedicated patriots, giving a smaller momentum to the conservative party, but creating radicalism among discriminated pops. - option = { - name = election_liberal_events.1.b - default_option = yes - - py:conservative_party = { - add_momentum = momentum_small - } - - add_modifier = { - name = downplaying_fascism - months = normal_modifier_time - } - } -} - -# Liberty Without Anarchy -# If there is an anarchist party, the liberals can position themselves as the path of liberty through reform, avoiding radical change or revolution. -election_liberal_events.2 = { - type = country_event - placement = root - title = election_liberal_events.2.t - desc = election_liberal_events.2.d - flavor = election_liberal_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = liberal_party - } - any_active_party = { - is_party_type = anarchist_party - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = liberal_party } - save_scope_as = liberal_party - } - random_active_party = { - limit = { is_party_type = anarchist_party } - save_scope_as = anarchist_party - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the liberal party. - option = { - name = election_liberal_events.2.a - py:liberal_party = { - add_momentum = momentum_large - } - } - - # Argue that the system itself must be overthrown, giving momentum to the anarchist party. - option = { - name = election_liberal_events.2.b - default_option = yes - - py:anarchist_party = { - add_momentum = momentum_large - } - } -} - -# A Gentler [ROOT.GetCountry.GetName] -# If there is a pacifist leader in the liberal party and the country has high infamy, they can campaign on improving the country's image with a softer foreign policy. -election_liberal_events.3 = { - type = country_event - placement = root - title = election_liberal_events.3.t - desc = election_liberal_events.3.d - flavor = election_liberal_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_interest_group = { - leader = { - has_ideology = ideology_pacifist - } - has_party = yes - party = { - is_party_type = liberal_party - } - } - infamy >= infamy_threshold:infamous - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = liberal_party } - save_scope_as = liberal_party - } - random_scope_character = { - limit = { - has_ideology = ideology_pacifist - interest_group.party = { - is_party_type = liberal_party - } - } - save_scope_as = pacifist_leader - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the liberal party and some popularity to the pacifist. - option = { - name = election_liberal_events.3.a - py:liberal_party = { - add_momentum = momentum_medium - } - scope:pacifist_leader = { - add_modifier = { - name = dove_of_reconciliation # character_popularity_add - months = normal_modifier_time - } - } - change_infamy = -5 - } - - # Argue that it is good to be feared, gaining a modifier that slows infamy decay. - option = { - name = election_liberal_events.3.b - default_option = yes - - add_modifier = { - name = better_to_be_feared # country_infamy_decay_mult / negative - months = normal_modifier_time - } - } -} - -# Open Markets -# If there are shortages of consumer goods and the country does not have Free Trade, the liberals (or Free Trade Party) can campaign on easing trade restrictions. -election_liberal_events.4 = { - type = country_event - placement = root - title = election_liberal_events.4.t - desc = election_liberal_events.4.d - flavor = election_liberal_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - NOT = { has_law = law_type:law_free_trade } - any_active_party = { - OR = { - is_party_type = liberal_party - is_party_type = free_trade_party - } - } - any_interest_group = { - is_in_government = yes - law_stance = { - law = law_type:law_free_trade - value < neutral - } - has_party = yes - party = { - NOT = { is_party_type = liberal_party } - NOT = { is_party_type = free_trade_party } - } - } - market_capital.market = { - OR = { - mg:grain = { market_goods_pricier > 0.25 } - mg:fish = { market_goods_pricier > 0.25 } - mg:fabric = { market_goods_pricier > 0.25 } - mg:wood = { market_goods_pricier > 0.25 } - mg:groceries = { market_goods_pricier > 0.25 } - mg:clothes = { market_goods_pricier > 0.25 } - mg:furniture = { market_goods_pricier > 0.25 } - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - if = { - limit = { exists = py:free_trade_party } - py:free_trade_party = { save_scope_as = free_trade_campaign_party } - } - else = { - py:liberal_party = { save_scope_as = free_trade_campaign_party } - } - if = { - limit = { - market_capital.market = { - mg:grain = { market_goods_pricier > 0.25 } - } - } - g:grain = { save_scope_as = expensive_good } - } - else_if = { - limit = { - market_capital.market = { - mg:fish = { market_goods_pricier > 0.25 } - } - } - g:fish = { save_scope_as = expensive_good } - } - else_if = { - limit = { - market_capital.market = { - mg:fabric = { market_goods_pricier > 0.25 } - } - } - g:fabric = { save_scope_as = expensive_good } - } - else_if = { - limit = { - market_capital.market = { - mg:wood = { market_goods_pricier > 0.25 } - } - } - g:wood = { save_scope_as = expensive_good } - } - else_if = { - limit = { - market_capital.market = { - mg:groceries = { market_goods_pricier > 0.25 } - } - } - g:groceries = { save_scope_as = expensive_good } - } - else_if = { - limit = { - market_capital.market = { - mg:clothes = { market_goods_pricier > 0.25 } - } - } - g:clothes = { save_scope_as = expensive_good } - } - else_if = { - limit = { - market_capital.market = { - mg:furniture = { market_goods_pricier > 0.25 } - } - } - g:furniture = { save_scope_as = expensive_good } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the liberal (or Free Trade) party. - option = { - name = election_liberal_events.4.a - scope:free_trade_campaign_party = { - add_momentum = momentum_large - } - } - - # Argue that the current policy is necessary to keep prices stable, giving a smaller amount of momentum to a government party who oppose free trade. - option = { - name = election_liberal_events.4.b - default_option = yes - random_interest_group = { - limit = { - is_in_government = yes - law_stance = { - law = law_type:law_free_trade - value < neutral - } - has_party = yes - party = { - NOT = { is_party_type = liberal_party } - NOT = { is_party_type = free_trade_party } - } - } - party = { - add_momentum = momentum_small - } - } - } -} \ No newline at end of file diff --git a/events/election_events/election_moderate_events.txt b/events/election_events/election_moderate_events.txt deleted file mode 100644 index ac64d1f0..00000000 --- a/events/election_events/election_moderate_events.txt +++ /dev/null @@ -1,202 +0,0 @@ -namespace = election_moderate_events - -# [ROOT.GetCountry.GetGovernment.GetName] of Conscience -# If the country has both communist and fascist parties, both Liberals and Conservatives can campaign as the moderate alternative to the two extremes. -election_moderate_events.1 = { - type = country_event - placement = root - title = election_moderate_events.1.t - desc = election_moderate_events.1.d - flavor = election_moderate_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - OR = { - is_party_type = conservative_party - is_party_type = liberal_party - } - } - any_active_party = { - is_party_type = fascist_party - } - any_active_party = { - is_party_type = communist_party - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { - OR = { - is_party_type = conservative_party - is_party_type = liberal_party - } - } - save_scope_as = moderate_party - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the party making it. - option = { - name = election_moderate_events.1.a - scope:moderate_party = { - add_momentum = momentum_large - } - } - - # Suggest the political system needs some shaking up, adding momentum to communist, fascist and anarchist parties. - option = { - name = election_moderate_events.1.b - default_option = yes - if = { - limit = { exists = py:fascist_party } - py:fascist_party = { add_momentum = momentum_medium } - } - if = { - limit = { exists = py:communist_party } - py:communist_party = { add_momentum = momentum_medium } - } - if = { - limit = { exists = py:anarchist_party } - py:anarchist_party = { add_momentum = momentum_medium } - } - if = { - limit = { exists = py:radical_party } - py:radical_party = { add_momentum = momentum_medium } - } - } -} - -# The Red Menace -# If powerful other countries have communist parties in power and there is a domestic communist or social democratic party, both Liberals and Conservatives can campaign on shielding the country from becoming swept up in an international revolution. -election_moderate_events.2 = { - type = country_event - placement = root - title = election_moderate_events.2.t - desc = election_moderate_events.2.d - flavor = election_moderate_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - OR = { - is_party_type = conservative_party - is_party_type = liberal_party - } - } - any_active_party = { - OR = { - is_party_type = communist_party - is_party_type = social_democrat_party - } - } - any_country = { - NOT = { this = ROOT } - country_rank >= rank_value:major_power - any_interest_group = { - is_in_government = yes - has_party = yes - party = { - is_party_type = communist_party - } - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { - OR = { - is_party_type = conservative_party - is_party_type = liberal_party - } - } - save_scope_as = moderate_party - } - random_active_party = { - limit = { - OR = { - is_party_type = communist_party - is_party_type = social_democrat_party - } - } - save_scope_as = socialist_party - } - random_country = { - limit = { - NOT = { this = ROOT } - country_rank >= rank_value:major_power - any_interest_group = { - is_in_government = yes - party = { - exists = yes - is_party_type = communist_party - } - } - } - save_scope_as = communist_country - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Accept the argument, giving momentum to the party making it. - option = { - name = election_moderate_events.2.a - scope:moderate_party = { - add_momentum = momentum_large - } - } - - # Welcome the revolution, improving relations with the other country and giving smaller momentum to the communist party. - option = { - name = election_moderate_events.2.b - default_option = yes - change_relations = { - country = scope:communist_country - value = 20 - } - scope:socialist_party = { - add_momentum = momentum_small - } - } -} \ No newline at end of file diff --git a/events/election_events/election_neutral_events.txt b/events/election_events/election_neutral_events.txt deleted file mode 100644 index ef151b3c..00000000 --- a/events/election_events/election_neutral_events.txt +++ /dev/null @@ -1,807 +0,0 @@ -namespace = election_neutral - -# Kindly Burn This Letter -election_neutral.1 = { - type = country_event - placement = ROOT - - title = election_neutral.1.t - desc = election_neutral.1.d - flavor = election_neutral.1.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_interest_group = { - has_party = yes - leader = { - NOT = { has_modifier = tarred_by_mulligan_letters } - OR = { - has_trait = reckless - has_trait = ambitious - has_trait = hedonist - has_trait = alcoholic - has_trait = opium_addiction - has_trait = expensive_tastes - has_trait = cocaine_addiction - has_trait = grifter - } - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - leader = { - NOT = { has_modifier = tarred_by_mulligan_letters } - OR = { - has_trait = reckless - has_trait = ambitious - has_trait = hedonist - has_trait = alcoholic - has_trait = opium_addiction - has_trait = expensive_tastes - has_trait = cocaine_addiction - has_trait = grifter - } - } - } - save_scope_as = mulligan_letters_ig - leader = { - save_scope_as = mulligan_letters_leader - } - party = { - save_scope_as = mulligan_letters_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { # Deny, Deny, Deny - name = election_neutral.1.a - default_option = yes - - scope:mulligan_letters_party = { - add_momentum = momentum_medium_decrease - } - } - - option = { # Leave the leader out to hang - name = election_neutral.1.b - scope:mulligan_letters_leader = { - add_modifier = { - name = tarred_by_mulligan_letters - months = short_modifier_time - } - } - } - - option = { # Charismatic IG partner saves the day - name = election_neutral.1.c - highlighted_option = yes - trigger = { - custom_tooltip = election_neutral.1.c.tt - any_interest_group = { - is_member_of_party = scope:mulligan_letters_party - NOT = { scope:mulligan_letters_ig = THIS } - leader = { - has_trait = charismatic - } - } - } - - scope:mulligan_letters_party = { - add_momentum = momentum_small_decrease - } - } -} - -# General speaks in favor of party -election_neutral.2 = { - type = country_event - placement = ROOT - - title = election_neutral.2.t - desc = election_neutral.2.d - flavor = election_neutral.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_scope_character = { - OR = { - has_role = general - has_role = admiral - } - interest_group = { - has_party = yes - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_scope_character = { - limit = { - OR = { - has_role = general - has_role = admiral - } - is_ruler = no - interest_group = { - has_party = yes - } - } - save_scope_as = electioneering_commander - interest_group = { - save_scope_as = electioneering_commander_ig - party = { - save_scope_as = electioneering_commander_party - } - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { - name = election_neutral.2.a - default_option = yes - - scope:electioneering_commander_party = { - add_momentum = momentum_medium - } - } - - option = { # Reprimand the commander - name = election_neutral.2.b - add_radicals = { - value = medium_radicals - pop_type = officers - } - } - - option = { # If he likes politics so much, why doesn't he... - name = election_neutral.2.c - highlighted_option = yes - trigger = { - custom_tooltip = election_neutral.2.c.tt - scope:electioneering_commander = { - NOT = { has_role = politician } - } - } - - scope:electioneering_commander = { - add_character_role = politician - set_as_interest_group_leader = yes - } - } -} - -# Whistle-Stop Tour -election_neutral.3 = { - type = country_event - placement = ROOT - - title = election_neutral.3.t - desc = election_neutral.3.d - flavor = election_neutral.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - has_technology_researched = railways - any_scope_state = { - has_building = building_railway - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - } - save_scope_as = whistle_stop_ig - leader = { - save_scope_as = whistle_stop_leader - } - party = { - save_scope_as = whistle_stop_party - } - } - random_scope_state = { - limit = { - has_building = building_railway - } - save_scope_as = whistle_stop_state - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { - name = election_neutral.3.a - default_option = yes - - scope:whistle_stop_party = { - add_momentum = momentum_small - } - scope:whistle_stop_state = { - add_modifier = { - name = stressed_rail_network - months = short_modifier_time - } - } - } - - - option = { # Sure would be a shame if that train kept being misdirected - name = election_neutral.3.b - highlighted_option = yes - - trigger = { - custom_tooltip = election_neutral.3.b.tt - scope:whistle_stop_party = { - NOT = { - any_member = { - is_in_government = yes - } - } - } - } - - scope:whistle_stop_party = { - add_momentum = momentum_small_decrease - } - scope:whistle_stop_state = { - add_modifier = { - name = mysteriously_mismanaged_rail_network - months = short_modifier_time - } - } - } - - option = { - name = election_neutral.3.c - highlighted_option = yes - - trigger = { - scope:whistle_stop_party = { - any_member = { - is_in_government = yes - } - } - } - - scope:whistle_stop_party = { - add_momentum = momentum_medium - } - scope:whistle_stop_state = { - add_modifier = { - name = surprisingly_efficient_rail_network - months = short_modifier_time - } - } - } -} - -# The [State]/Midlothian Campaign -election_neutral.4 = { - type = country_event - placement = scope:midlothian_campaign_state - - title = election_neutral.4.t - desc = election_neutral.4.d - flavor = election_neutral.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_interest_group = { - has_party = yes - is_in_government = yes - } - any_scope_ally = { - infamy >= infamy_threshold:infamous - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = yes - } - party = { - save_scope_as = government_party - } - } - random_interest_group = { - limit = { - has_party = yes - is_in_government = no - } - party = { - save_scope_as = opposition_party - } - } - random_scope_state = { - save_scope_as = midlothian_campaign_state - } - random_scope_ally = { - limit = { - infamy >= infamy_threshold:infamous - } - save_scope_as = midlothian_campaign_ally_country - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { - name = election_neutral.4.a - default_option = yes - - scope:government_party = { - add_momentum = momentum_small_decrease - } - scope:opposition_party = { - add_momentum = momentum_small - } - } - - option = { - name = election_neutral.4.b - - change_relations = { - country = scope:midlothian_campaign_ally_country - value = -30 - } - } -} - -# Overly-Enthusiastic Partisans -election_neutral.5 = { - type = country_event - placement = ROOT - - title = election_neutral.5.t - desc = election_neutral.5.d - flavor = election_neutral.5.f - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { count >= 2 } - any_interest_group = { - has_party = yes - } - NOT = { has_variable = partisans_cooldown_var } - } - - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - } - party = { - save_scope_as = campaign_club_party - } - } - set_variable = { - name = partisans_cooldown_var - months = normal_modifier_time - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { - name = election_neutral.5.a - default_option = yes - - scope:campaign_club_party = { - add_momentum = momentum_small_decrease - } - } - - option = { - name = election_neutral.5.b - - random_interest_group = { - limit = { - has_party = yes - NOT = { is_member_of_party = scope:campaign_club_party } - } - add_modifier = { - name = harassed_by_political_partisans - months = short_modifier_time - } - } - } - - # Encourage them! - option = { - name = election_neutral.5.c - highlighted_option = yes - - trigger = { - custom_tooltip = election_neutral.5.c.tt - any_interest_group = { - is_member_of_party = scope:campaign_club_party - leader = { - OR = { - has_trait = wrathful - has_trait = cruel - } - } - } - } - - scope:campaign_club_party = { - add_momentum = momentum_medium - } - - every_interest_group = { - limit = { - has_party = yes - NOT = { is_member_of_party = scope:campaign_club_party } - } - add_modifier = { - name = harassed_by_political_partisans - months = short_modifier_time - } - } - } -} - -# Partisan Papers -election_neutral.6 = { - type = country_event - placement = ROOT - - title = election_neutral.6.t - desc = election_neutral.6.d - flavor = election_neutral.6.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - NOT = { has_law = law_type:law_outlawed_dissent } - any_interest_group = { - has_party = yes - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - has_party = yes - } - party = { - save_scope_as = newspaper_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { - name = election_neutral.6.a - default_option = yes - - scope:newspaper_party = { - add_momentum = momentum_small - } - } - - option = { - name = election_neutral.6.b - - add_modifier = { - name = high_distribution_news_cycle - months = short_modifier_time - } - } - - option = { - name = election_neutral.6.c1 - highlighted_option = yes - - trigger = { - custom_tooltip = election_neutral.6.c1.tt - has_law = law_type:law_censorship - scope:newspaper_party = { - any_member = { - is_in_government = yes - } - } - } - - scope:newspaper_party = { - add_momentum = momentum_medium - } - } - - option = { - name = election_neutral.6.c2 - highlighted_option = yes - - trigger = { - custom_tooltip = election_neutral.6.c2.tt - has_law = law_type:law_censorship - scope:newspaper_party = { - NOT = { - any_member = { - is_in_government = yes - } - } - } - } - - scope:newspaper_party = { - add_momentum = momentum_small_decrease - } - } -} - -# Campaign Financing -election_neutral.7 = { - type = country_event - placement = ROOT - - title = election_neutral.7.t - desc = election_neutral.7.d - flavor = election_neutral.7.f - - event_image = { - video = "gfx/event_pictures/unspecific_signed_contract.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - save_scope_as = campaign_financing_country - random_interest_group = { - limit = { - has_party = yes - } - party = { - save_scope_as = campaign_financing_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { - name = election_neutral.7.a - default_option = yes - add_modifier = { - name = state_funding_for_campaigns_expenses - multiplier = money_amount_multiplier_very_small - months = short_modifier_time - } - scope:campaign_financing_party = { - add_momentum = momentum_small - } - } - - option = { - name = election_neutral.7.b - add_modifier = { - name = state_funding_for_campaigns_expenses - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - add_modifier = { - name = state_funding_for_campaigns_approval - months = short_modifier_time - } - } - - option = { - name = election_neutral.7.c - scope:campaign_financing_party = { - add_momentum = momentum_small_decrease - } - } -} - -# Crusade for Change -election_neutral.8 = { - type = country_event - placement = ROOT - - title = election_neutral.8.t - desc = election_neutral.8.d - flavor = election_neutral.8.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - enacting_any_law = yes - any_interest_group = { - has_party = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - currently_enacting_law = { - save_scope_as = changing_policies_law - } - random_interest_group = { - limit = { - has_party = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - party = { - save_scope_as = changing_policies_favorable_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - # Champions of Change! - option = { - name = election_neutral.8.a - default_option = yes - scope:changing_policies_favorable_party = { - add_momentum = momentum_small - } - } - - # The People Speak! - option = { - name = election_neutral.8.b - add_enactment_modifier = { - name = changing_policies_electoral_support - } - } -} diff --git a/events/election_events/election_other_parties_events.txt b/events/election_events/election_other_parties_events.txt deleted file mode 100644 index 43224bfc..00000000 --- a/events/election_events/election_other_parties_events.txt +++ /dev/null @@ -1,595 +0,0 @@ -namespace = election_other_parties_events - -# Man Over Machine -# The Agrarian Party complains about factories and blames the capitalists/industrialists for making them lose momentum -election_other_parties_events.1 = { - type = country_event - placement = ROOT - title = election_other_parties_events.1.t - desc = election_other_parties_events.1.d - flavor = election_other_parties_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_farmers_market.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/farmers_market" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = agrarian_party - } - any_scope_state = { - OR = { - any_scope_building = { - is_industry_building = yes - level >= 5 - } - any_scope_building = { - is_heavy_industry_building = yes - level >= 5 - } - } - } - ig:ig_industrialists = { - is_marginal = no - } - has_technology_researched = intensive_agriculture - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = agrarian_party } - save_scope_as = agrarian_party - } - random_scope_state = { - limit = { - OR = { - has_industry_building = yes - has_heavy_industry_building = yes - } - level >= 5 - } - save_scope_as = industrial_state - } - ig:ig_industrialists = { - save_scope_as = ig_industrialists - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { #factories could never replace men - name = election_other_parties_events.1.a - py:agrarian_party = { - add_momentum = momentum_medium - } - ig:ig_rural_folk = { #rural folk agrees - add_modifier = { - name = anti_industrial_party_modifier # interest_group_approval_add - months = normal_modifier_time - } - } - } - - option = { #progress always finds a way - name = election_other_parties_events.1.b - default_option = yes - py:agrarian_party = { - add_momentum = momentum_medium_decrease - } - } -} - -# God's Will -# Religious Party leader preaches that God wants them to win -election_other_parties_events.2 = { - type = country_event - placement = ROOT - title = election_other_parties_events.2.t - desc = election_other_parties_events.2.d - flavor = election_other_parties_events.2.f - - duration = 3 - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/judaism" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/hinduism_sikhism" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/confucianism_shinto" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/buddhism" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/islam" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - } - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - ig:ig_devout = { - has_party = yes - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - ig:ig_devout = { - party = { - save_scope_as = religious_party - } - } - ig:ig_devout = { - save_scope_as = ig_devout - leader = { - save_scope_as = religious_leader - } - } - if = { - limit = { - any_active_party = { - NOT = { THIS = scope:religious_party } - } - } - random_active_party = { - limit = { NOT = { THIS = scope:religious_party } } - save_scope_as = other_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { #and who are we to go against God's will - name = election_other_parties_events.2.a - ig:ig_devout = { #wahooo - add_modifier = { - name = gods_will_modifier # interest_group_pol - months = normal_modifier_time - } - } - scope:religious_party = { - add_momentum = momentum_medium - } - } - - option = { #we didn't get the memo - name = election_other_parties_events.2.b - default_option = yes - scope:religious_leader = { #we ruin this guy's life - add_modifier = { - name = gods_wont_modifier #hehe - months = normal_modifier_time - } - } - scope:religious_party = { - add_momentum = momentum_small - } - } - - option = { #no, God wants THEM to win - name = election_other_parties_events.2.c - trigger = { - exists = scope:other_party - } - scope:other_party = { - add_momentum = momentum_small - } - } -} - -# Ordo Naturalis -# The Military Party gains momentum when you're at war -election_other_parties_events.3 = { - type = country_event - placement = ROOT - title = election_other_parties_events.3.t - desc = election_other_parties_events.3.d - flavor = election_other_parties_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_military_parade.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/military_parade" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = military_party - } - is_at_war = yes - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = military_party } - save_scope_as = military_party - } - random_scope_war = { - save_scope_as = ongoing_war - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { #these people are our only option - name = election_other_parties_events.3.a - py:military_party = { - add_momentum = momentum_medium - } - ig:ig_armed_forces = { #armed forces like this - add_modifier = { - name = supported_war_politics_modifier # interest_group_approval_add - months = normal_modifier_time - } - } - if = { - limit = { - any_interest_group = { - leader = { - has_ideology = ideology_pacifist - } - } - } - every_interest_group = { - limit = { - leader = { - has_ideology = ideology_pacifist - } - } - add_modifier = { - name = supported_war_leaders_modifier - months = short_modifier_time - } - } - } - } - - option = { #they need to stop being populists - name = election_other_parties_events.3.b - default_option = yes - py:military_party = { - add_momentum = momentum_large_decrease - } - add_loyalists = { - value = large_radicals - pop_type = academics - } - add_radicals = { - value = medium_radicals - pop_type = officers - } - add_radicals = { - value = medium_radicals - pop_type = soldiers - } - } -} - -# Lagom -# Social Democrats say "hey, at least we're not THAT guy" (communists/radicals/anarchists) -election_other_parties_events.4 = { - type = country_event - placement = ROOT - title = election_other_parties_events.4.t - desc = election_other_parties_events.4.d - flavor = election_other_parties_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_signed_contract.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = social_democrat_party - } - OR = { - any_active_party = { - is_party_type = communist_party - } - any_active_party = { - is_party_type = anarchist_party - } - any_active_party = { - is_party_type = radical_party - } - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = social_democrat_party } - save_scope_as = social_democrat_party - } - if = { - limit = { - any_active_party = { - is_party_type = communist_party - } - } - random_active_party = { - limit = { is_party_type = communist_party } - save_scope_as = leftist_party - } - } - else_if = { - limit = { - any_active_party = { - is_party_type = anarchist_party - } - } - random_active_party = { - limit = { is_party_type = anarchist_party } - save_scope_as = leftist_party - } - } - else_if = { - limit = { - any_active_party = { - is_party_type = radical_party - } - } - random_active_party = { - limit = { is_party_type = radical_party } - save_scope_as = leftist_party - } - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { #well, maybe we WANT you to be - name = election_other_parties_events.4.a - scope:leftist_party = { - add_momentum = momentum_medium - } - } - - option = { #and thank God for that - name = election_other_parties_events.4.b - default_option = yes - py:social_democrat_party = { - add_momentum = momentum_small - } - } -} - -# Radical! -# Radicals are radicalising around -election_other_parties_events.5 = { - type = country_event - placement = ROOT - title = election_other_parties_events.5.t - desc = election_other_parties_events.5.d - flavor = election_other_parties_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_active_party = { - is_party_type = radical_party - } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_active_party = { - limit = { is_party_type = radical_party } - save_scope_as = radical_party - } - random_scope_state = { - limit = { - is_incorporated = yes - } - save_scope_as = radicals_state - } - } - - cancellation_trigger = { - in_election_campaign = no - } - - option = { #keep up with the good work - name = election_other_parties_events.5.a - py:radical_party = { #you give them momentum - add_momentum = momentum_medium - } - scope:radicals_state = { - add_radicals = { - value = small_radicals - } - } - } - - option = { #pls stop - name = election_other_parties_events.5.b - default_option = yes - py:radical_party = { - add_momentum = momentum_medium_decrease - } - if = { - limit = { - any_interest_group = { - leader = { - has_ideology = ideology_radical - } - } - } - every_interest_group = { - limit = { - leader = { - has_ideology = ideology_radical - } - } - add_modifier = { - name = stopped_radicals_modifier - months = short_modifier_time - } - } - } - } - - option = { #pls stop harder - name = election_other_parties_events.5.c - trigger = { - OR = { - institution_investment_level = { - institution = institution_police - value >= 5 - } - has_law = law_type:law_outlawed_dissent - } - } - py:radical_party = { - add_momentum = momentum_large_decrease - } - scope:radicals_state = { - add_radicals = { - value = medium_radicals - } - } - } -} \ No newline at end of file diff --git a/events/expedition_events/antarctic_expedition_events.txt b/events/expedition_events/antarctic_expedition_events.txt deleted file mode 100644 index 2a561d4c..00000000 --- a/events/expedition_events/antarctic_expedition_events.txt +++ /dev/null @@ -1,1003 +0,0 @@ -namespace = cold - -# Start Event -cold.101 = { - type = country_event - placement = ROOT - - title = cold.101.t - desc = cold.101.d - flavor = cold.101.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - option = { - name = cold.101.a - trigger_event = { id = cold.102 days = 0 popup = yes } - } -} - -cold.102 = { #Choose commander - type = country_event - placement = ROOT - - title = cold.102.t - desc = cold.102.d - flavor = cold.102.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - trigger = { - any_scope_character = { - has_role = admiral - } - } - - immediate = { - random_scope_character = { - limit = { - has_role = admiral - has_variable = polar_explorer - is_ruler = no - } - save_scope_as = expedition_leader_1 - } - if = { - random_scope_character = { - limit = { - is_ruler = no - has_role = admiral - has_trait = explorer - NOT = { - this = scope:expedition_leader_1 - } - } - save_scope_as = expedition_leader_2 - } - } - else = { - random_scope_character = { - limit = { - is_ruler = no - has_role = admiral - NOT = { - this = scope:expedition_leader_1 - } - } - save_scope_as = expedition_leader_2 - } - } - random_scope_character = { - limit = { - is_ruler = no - has_role = admiral - NOR = { - this = scope:expedition_leader_1 - this = scope:expedition_leader_2 - } - } - save_scope_as = expedition_leader_3 - } - random_scope_character = { - limit = { - is_ruler = no - has_role = admiral - NOR = { - this = scope:expedition_leader_1 - this = scope:expedition_leader_2 - this = scope:expedition_leader_3 - } - } - save_scope_as = expedition_leader_4 - } - set_variable = { - name = expedition_progress - value = 1 - } - set_variable = { - name = expedition_peril - value = 1 - } - } - - option = { - name = cold.102.a - custom_tooltip = expedition_costs_tt - trigger = { - exists = scope:expedition_leader_1 - } - default_option = yes - highlighted_option = yes - add_modifier = { - name = modifier_large_expedition_cost - multiplier = money_amount_multiplier_medium - } - add_journal_entry = { - type = je_antarctica - } - scope:expedition_leader_1 = { - set_variable = expedition_leader_var - set_character_busy = yes - } - } - - option = { - name = cold.102.b - custom_tooltip = expedition_costs_tt - trigger = { - exists = scope:expedition_leader_2 - } - add_modifier = { - name = modifier_large_expedition_cost - multiplier = money_amount_multiplier_medium - } - add_journal_entry = { - type = je_antarctica - } - scope:expedition_leader_2 = { - set_variable = expedition_leader_var - set_character_busy = yes - } - } - - option = { - name = cold.102.c - custom_tooltip = expedition_costs_tt - trigger = { - exists = scope:expedition_leader_3 - } - add_modifier = { - name = modifier_large_expedition_cost - multiplier = money_amount_multiplier_medium - } - add_journal_entry = { - type = je_antarctica - } - scope:expedition_leader_3 = { - set_variable = expedition_leader_var - set_character_busy = yes - } - } - - option = { - name = cold.102.e - custom_tooltip = expedition_costs_tt - trigger = { - NOT = { exists = scope:expedition_leader_1 } - exists = scope:expedition_leader_4 - } - add_modifier = { - name = modifier_large_expedition_cost - multiplier = money_amount_multiplier_medium - } - add_journal_entry = { - type = je_antarctica - } - scope:expedition_leader_4 = { - set_variable = expedition_leader_var - set_character_busy = yes - } - } -} - -# Mountains -cold.1 = { - type = country_event - placement = ROOT - - title = cold.1.t - desc = cold.1.d - flavor = cold.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - trigger = { - var:expedition_progress >= 2 - NOT = { has_variable = mountains_of_madness } - } - - immediate = { - set_variable = mountains_of_madness - } - - option = { # Move on - name = cold.1.a - default_option = yes - expedition_minor_progress_effect = yes - } - - option = { # Do some science - name = cold.1.b - random_list = { - 50 = { - scope:expedition_leader = { - add_modifier = { - name = antarctic_mountains_modifier - months = normal_modifier_time - } - } - add_modifier = { - name = antarctic_research - months = normal_modifier_time - } - expedition_minor_progress_effect = yes - } - 50 = { - add_small_peril_effect = yes - } - } - } - option = { # climb Erebus - name = cold.1.c - random_list = { - 25 = { - scope:expedition_leader = { - add_modifier = { - name = antarctic_mountains_modifier - months = normal_modifier_time - multiplier = 2 - } - } - add_modifier = { - name = climbed_erebus - months = normal_modifier_time - } - expedition_minor_progress_effect = yes - } - 75 = { - add_large_peril_effect = yes - } - } - } -} - -# Discovery Hut -cold.2 = { - type = country_event - placement = ROOT - - title = cold.2.t - desc = { - first_valid = { - triggered_desc = { - desc = cold.2.d - trigger = { - NOT = { has_global_variable = discovery_hut } - } - } - triggered_desc = { - desc = cold.2.d2 - trigger = { - has_global_variable = discovery_hut - } - } - } - } - flavor = cold.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_iceberg.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/iceberg_in_the_antartica" - - trigger = { - var:expedition_progress = 1 - NOT = { has_variable = discovery_hut_var } - } - - immediate = { - if = { - limit = { - NOT = { has_global_variable = discovery_hut } - } - set_global_variable = discovery_hut - } - set_variable = discovery_hut_var - } - - option = { # make a durable hut and leave supplies - name = cold.2.a - trigger = { - NOT = { has_global_variable = discovery_hut_established } - } - default_option = yes - set_global_variable = discovery_hut_established - custom_tooltip = discovery_hut_tt - add_small_peril_effect = yes - } - option = { # make a flimsy base camp, won't last - name = cold.2.b - trigger = { - NOT = { has_global_variable = discovery_hut_established } - } - expedition_minor_progress_effect = yes - } - option = { # rest and resupply at the hut - name = cold.2.c - trigger = { - has_global_variable = discovery_hut_established - } - expedition_minor_progress_effect = yes - add_small_peril_effect = yes - } -} - -# Overshot and lost -cold.3 = { - type = country_event - placement = ROOT - - title = cold.3.t - desc = cold.3.d - flavor = { - first_valid = { - triggered_desc = { - trigger = { - var:expedition_peril >= 7 - } - desc = cold.3.f - } - triggered_desc = { - trigger = { - var:expedition_peril < 7 - } - desc = cold.3.f2 - } - } - } - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_iceberg.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/iceberg_in_the_antartica" - - trigger = { - var:expedition_progress > 3 - NOT = { has_variable = antarctic_got_lost } - } - - immediate = { - set_variable = antarctic_got_lost - } - - option = { # go back - name = cold.3.a - default_option = yes - random_list = { - 75 = { - expedition_lose_progress_effect = yes - } - 25 = { - add_medium_peril_effect = yes - } - } - } - option = { - name = cold.3.b - random_list = { - 25 = { - expedition_minor_progress_effect = yes - } - 75 = { - add_large_peril_effect = yes - } - } - } -} - -# Doomed -cold.4 = { - type = country_event - placement = ROOT - - title = cold.4.t - desc = cold.4.d - flavor = cold.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_iceberg.bk2" - } - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/iceberg_in_the_antartica" - - immediate = { - random_scope_character = { - limit = { has_variable = expedition_leader_var } - save_scope_as = expedition_leader - } - } - - option = { - name = cold.4.a - default_option = yes - scope:expedition_leader = { - kill_character = yes - } - remove_variable = on_expedition - remove_expedition_events_effect = yes - } -} - -# The Pole! -cold.5 = { - type = country_event - placement = ROOT - - title = cold.5.t - desc = { - first_valid = { - triggered_desc = { - desc = cold.5.d - trigger = { - NOT = { has_global_variable = south_pole_reached } - } - } - triggered_desc = { - desc = cold.5.d2 - trigger = { - has_global_variable = south_pole_reached - } - } - } - } - flavor = cold.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - trigger = { - var:expedition_progress >= 6 - NOT = { has_variable = first_to_reach_south_pole } - } - - immediate = { - save_scope_as = expedition_country - random_scope_character = { - limit = { has_variable = expedition_leader_var } - save_scope_as = expedition_leader - } - if = { - limit = { - any_country = { - has_variable = first_to_reach_south_pole - } - } - random_country = { - limit = { - has_variable = first_to_reach_south_pole - } - save_scope_as = pole_winner_country - } - } - set_variable = south_pole_event_var - } - - option = { - name = cold.5.a - trigger = { - NOT = { has_global_variable = south_pole_reached } - } - default_option = yes - set_global_variable = { name = south_pole_reached } - set_variable = { - name = first_to_reach_south_pole - } - expedition_minor_progress_effect = yes - # Disables future expeditions, we did the thing. - } - option = { - name = cold.5.b - trigger = { - has_global_variable = south_pole_reached - } - default_option = yes - expedition_minor_progress_effect = yes - } -} - -# Eating the dogs -cold.6 = { - type = country_event - placement = ROOT - - title = cold.6.t - desc = cold.6.d - flavor = cold.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - trigger = { - var:expedition_progress >= 3 - NOT = { has_variable = dog_meat } - } - - immediate = { - set_variable = dog_meat - random_scope_character = { - limit = { has_variable = expedition_leader_var } - save_scope_as = expedition_leader - } - } - - option = { - name = cold.6.a - default_option = yes - scope:expedition_leader = { - add_modifier = { - name = ate_dogs_modifier - months = normal_modifier_time - } - } - expedition_minor_progress_effect = yes - } - option = { - name = cold.6.b - custom_tooltip = pet_dog.tt - add_medium_peril_effect = yes - expedition_minor_progress_effect = yes - } -} - -# Returning home - Success event -cold.7 = { - type = country_event - placement = ROOT - - title = cold.7.t - desc = { - first_valid = { - triggered_desc = { - desc = cold.7.d - trigger = { - NOT = { has_variable = first_to_reach_south_pole } - } - } - triggered_desc = { - desc = cold.7.d2 - trigger = { - has_variable = first_to_reach_south_pole - } - } - } - } - flavor = cold.7.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - immediate = { - save_scope_as = expedition_country - random_scope_character = { - limit = { has_variable = expedition_leader_var } - save_scope_as = expedition_leader - } - } - - option = { - name = cold.7.a - trigger = { - NOT = { has_variable = first_to_reach_south_pole } - } - default_option = yes - scope:expedition_leader = { - add_trait = explorer - set_variable = polar_explorer - set_character_busy = no - add_modifier = { - name = succesfull_south_pole_modifier - multiplier = 2 - } - } - add_modifier = { - name = pole_expedition_returned - months = normal_modifier_time - } - } - option = { - name = cold.7.b - trigger = { - has_variable = first_to_reach_south_pole - } - scope:expedition_leader = { - add_trait = explorer - set_variable = polar_explorer - set_character_busy = no - add_modifier = { - name = succesfull_south_pole_modifier - } - } - add_modifier = { - name = first_to_the_pole - months = normal_modifier_time - } - } -} - -# Pack Ice -cold.8 = { - type = country_event - placement = ROOT - - title = cold.8.t - desc = cold.8.d - flavor = cold.8.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_iceberg.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/iceberg_in_the_antartica" - - trigger = { - var:expedition_progress <= 1 - NOT = { has_variable = pack_ice } - } - - immediate = { - set_variable = pack_ice - random_scope_character = { - limit = { has_variable = expedition_leader_var } - save_scope_as = expedition_leader - } - } - - option = { # Push on! - name = cold.8.a - default_option = yes - random_list = { - 50 = { - trigger_event = { id = cold.9 days = day_until_next_expedition_event } - add_small_peril_effect = yes - } - 50 = { - expedition_minor_progress_effect = yes - } - } - } - option = { # Leader is good at this somehow? - name = cold.8.b - trigger = { - scope:expedition_leader = { - OR = { - has_variable = polar_explorer - AND = { - has_trait = explorer - OR = { - has_trait = mountain_commander - has_trait = expert_naval_commander - has_trait = tactful - } - } - } - } - } - highlighted_option = yes - expedition_minor_progress_effect = yes - } -} - -# Icebound -cold.9 = { - type = country_event - placement = ROOT - - title = cold.9.t - desc = { - first_valid = { - triggered_desc = { - desc = cold.9.d - trigger = { - NOT = { has_variable = icebound_var } - } - } - triggered_desc = { # if you already had this - desc = cold.9.d2 - trigger = { - has_variable = icebound_var - } - } - } - } - flavor = cold.9.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_iceberg.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/iceberg_in_the_antartica" - - option = { # Try to free yourself - name = cold.9.a - default_option = yes - random_list = { - 20 = { - expedition_minor_progress_effect = yes - } - 80 = { - trigger_event = { id = cold.9 days = day_until_next_expedition_event } - } - } - set_variable = icebound_var - } - option = { # Abandon ship, try to reach a whaling station - name = cold.9.b - trigger = { - has_variable = icebound_var - } - random_list = { - 50 = { # everyone lives! - trigger_event = { id = cold.10 days = day_until_next_expedition_event } - } - 50 = { # everyone dies! - trigger_event = { id = cold.4 days = day_until_next_expedition_event } - } - # Either way, this expedition is a failure - } - } -} - -# Whaling Station -cold.10 = { - type = country_event - placement = ROOT - - title = cold.10.t - desc = cold.10.d - flavor = cold.10.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_whaling.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/whaling" - - immediate = { - save_scope_as = expedition_country - random_scope_character = { - limit = { has_variable = expedition_leader_var } - save_scope_as = expedition_leader - } - } - - option = { # go home, end expedition - name = cold.10.a - default_option = yes - scope:expedition_leader = { - add_trait = explorer - set_variable = polar_explorer - set_character_busy = no - add_modifier = { - name = safe_polar_exp_modifier - months = normal_modifier_time - } - } - remove_variable = on_expedition - remove_expedition_events_effect = yes - } -} - - -# The Great Ice Barrier -cold.11 = { - type = country_event - placement = ROOT - - title = cold.11.t - desc = cold.11.d - flavor = cold.11.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_iceberg.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/iceberg_in_the_antartica" - - trigger = { - var:expedition_progress < 2 - NOT = { has_variable = great_ice_barrier_variable } - } - - immediate = { - save_scope_as = expedition_country - set_variable = great_ice_barrier_variable - } - - option = { # beware of fissures - name = cold.11.a - default_option = yes - random_list = { - 75 = { - expedition_minor_progress_effect = yes - } - 25 = { - add_small_peril_effect = yes - } - } - } - option = { # take a cautious approach - name = cold.11.b - custom_tooltip = expedition_event_ongoing_tt - } -} - -# The Transantarctic Mountains - find a route, or use an established route if there is one - # Ascend a glacier! -cold.12 = { - type = country_event - placement = ROOT - - title = cold.12.t - desc = cold.12.d - flavor = cold.12.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - trigger = { - var:expedition_progress >= 3 - NOT = { has_variable = transantarctic_mountains_var } - } - - immediate = { - save_scope_as = expedition_country - set_variable = { - name = transantarctic_mountains_var - months = short_modifier_time - } - } - - option = { # Find a new route - name = cold.12.a - default_option = yes - random_list = { - 33 = { - expedition_moderate_progress_effect = yes - } - 33 = { - expedition_minor_progress_effect = yes - } - 33 = { - add_small_peril_effect = yes - } - } - } - option = { # Take a known approach - name = cold.12.b - trigger = { - has_variable = transantarctic_mountains_var - } - custom_tooltip = expedition_event_ongoing_tt - } -} - -# Strange rock -cold.13 = { - type = country_event - placement = ROOT - - title = cold.13.t - desc = cold.13.d - flavor = { - first_valid = { - triggered_desc = { - trigger = { - var:expedition_peril >= 7 - } - desc = cold.13.f2 - } - triggered_desc = { - trigger = { - var:expedition_peril < 7 - } - desc = cold.13.f - } - } - } - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_antarctica.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/arctic" - - trigger = { - var:expedition_progress >= 3 - NOT = { has_variable = strange_rock_var } - } - - immediate = { - set_variable = strange_rock_var - } - - option = { #study it - name = cold.13.a - default_option = yes - set_variable = took_strange_rock_var #grand exhibition bonus - random_list = { - 33 = { - expedition_moderate_progress_effect = yes - } - 33 = { - custom_tooltip = expedition_event_delayed_tt - } - 33 = { - add_small_peril_effect = yes - } - } - } - option = { #ignore it - name = cold.13.b - expedition_minor_progress_effect = yes - } -} \ No newline at end of file diff --git a/events/famine_political_events.txt b/events/famine_political_events.txt deleted file mode 100644 index 9aae6410..00000000 --- a/events/famine_political_events.txt +++ /dev/null @@ -1,406 +0,0 @@ -namespace = famine_political - -famine_political.1 = { - type = country_event - placement = scope:famine_state - title = famine_political.1.t - desc = famine_political.1.d - flavor = famine_political.1.f - - cooldown = { months = normal_modifier_time } - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_dead_cattle_poor_harvest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/dead_cattle_poor_harvest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - has_law = law_type:law_traditionalism - NOT = { has_modifier = made_economic_concessions } - NOT = { - any_interest_group = { - has_modifier = refused_economic_concessions - } - } - } - - immediate = { - random_scope_state = { - limit = { has_variable = famine_var } - save_scope_as = famine_state - } - } - - option = { - name = famine_political.1.a - add_modifier = { - name = economic_concessions - months = normal_modifier_time - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_traditionalism - value > neutral - } - } - add_modifier = { - name = made_economic_concessions - months = normal_modifier_time - } - } - } - - option = { - name = famine_political.1.b - default_option = yes - scope:famine_state = { - add_radicals = { - strata = poor - value = 0.3 - } - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_traditionalism - value < neutral - } - } - add_modifier = { - name = refused_economic_concessions - months = normal_modifier_time - } - } - } -} - -famine_political.2 = { - type = country_event - placement = scope:famine_state - title = famine_political.2.t - desc = famine_political.2.d - flavor = famine_political.2.f - - cooldown = { months = normal_modifier_time } - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_dead_cattle_poor_harvest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/dead_cattle_poor_harvest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - has_law = law_type:law_isolationism - NOT = { has_modifier = made_economic_concessions } - NOT = { - any_interest_group = { - has_modifier = refused_economic_concessions - } - } - } - - immediate = { - random_scope_state = { - limit = { has_variable = famine_var } - save_scope_as = famine_state - } - } - - option = { - name = famine_political.2.a - add_modifier = { - name = economic_concessions - months = normal_modifier_time - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_isolationism - value > neutral - } - } - add_modifier = { - name = made_economic_concessions - months = normal_modifier_time - } - } - } - - option = { - name = famine_political.2.b - default_option = yes - scope:famine_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_isolationism - value < neutral - } - } - add_modifier = { - name = refused_economic_concessions - months = normal_modifier_time - } - } - } -} - -famine_political.3 = { - type = country_event - placement = scope:famine_state - title = famine_political.3.t - desc = famine_political.3.d - flavor = famine_political.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_dead_cattle_poor_harvest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/dead_cattle_poor_harvest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_mercantilism - NOT = { has_modifier = made_economic_concessions } - NOT = { - any_interest_group = { - has_modifier = refused_economic_concessions - } - } - } - - immediate = { - random_scope_state = { - limit = { has_variable = famine_var } - save_scope_as = famine_state - } - } - - option = { - name = famine_political.3.a - add_modifier = { - name = economic_concessions - months = normal_modifier_time - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_mercantilism - value > neutral - } - } - add_modifier = { - name = made_economic_concessions - months = normal_modifier_time - } - } - } - - option = { - name = famine_political.3.b - default_option = yes - scope:famine_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_mercantilism - value < neutral - } - } - add_modifier = { - name = refused_economic_concessions - months = normal_modifier_time - } - } - } -} - -famine_political.4 = { - type = country_event - placement = scope:famine_state - title = famine_political.4.t - desc = famine_political.4.d - flavor = famine_political.4.f - - duration = 3 - - cooldown = { months = normal_modifier_time } - - event_image = { - video = "gfx/event_pictures/asia_dead_cattle_poor_harvest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/dead_cattle_poor_harvest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - has_law = law_type:law_free_trade - NOT = { has_modifier = made_economic_concessions } - NOT = { - any_interest_group = { - has_modifier = refused_economic_concessions - } - } - } - - immediate = { - random_scope_state = { - limit = { has_variable = famine_var } - save_scope_as = famine_state - } - } - - option = { - name = famine_political.4.a - add_modifier = { - name = economic_concessions - months = normal_modifier_time - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_free_trade - value > neutral - } - } - add_modifier = { - name = made_economic_concessions - months = normal_modifier_time - } - } - } - - option = { - name = famine_political.4.b - default_option = yes - scope:famine_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_free_trade - value < neutral - } - } - add_modifier = { - name = refused_economic_concessions - months = normal_modifier_time - } - } - } -} - -famine_political.5 = { - type = country_event - placement = scope:famine_state - title = famine_political.5.t - desc = famine_political.5.d - flavor = famine_political.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_dead_cattle_poor_harvest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/dead_cattle_poor_harvest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_command_economy - NOT = { has_modifier = made_economic_concessions } - NOT = { - any_interest_group = { - has_modifier = refused_economic_concessions - } - } - } - - immediate = { - random_scope_state = { - limit = { has_variable = famine_var } - save_scope_as = famine_state - } - } - - option = { - name = famine_political.5.a - add_modifier = { - name = economic_concessions - months = normal_modifier_time - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_command_economy - value > neutral - } - } - add_modifier = { - name = made_economic_concessions - months = normal_modifier_time - } - } - } - - option = { - name = famine_political.5.b - default_option = yes - scope:famine_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_command_economy - value < neutral - } - } - add_modifier = { - name = refused_economic_concessions - months = normal_modifier_time - } - } - } -} diff --git a/events/fascism_events.txt b/events/fascism_events.txt deleted file mode 100644 index e02df570..00000000 --- a/events/fascism_events.txt +++ /dev/null @@ -1,828 +0,0 @@ -namespace = fascism_events - -# Night of the Long Knives -fascism_events.1 = { - type = country_event - placement = root - title = fascism_events.1.t - desc = fascism_events.1.d - flavor = fascism_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - trigger = { - # triggered by JE - } - - immediate = { - random_interest_group = { - limit = { - has_variable = og_fascist_ig - } - save_scope_as = fascist_ig - leader = { - save_scope_as = fascist_leader - } - set_variable = chose_fascism - } - - random_scope_character = { - limit = { - has_role = general - is_ruler = no - } - save_scope_as = general_1 - set_variable = general_1_var - } - random_scope_character = { - limit = { - has_role = general - is_ruler = no - NOT = { has_variable = general_1_var } - } - save_scope_as = general_2 - set_variable = general_2_var - } - random_scope_character = { - limit = { - NOT = { has_role = general } - is_ruler = no - NOT = { has_variable = general_1_var } - NOT = { has_variable = general_2_var } - NOT = { THIS = scope:fascist_leader } - } - save_scope_as = general_3 - } - - #We add two fascist generals to replace them - create_character = { - is_general = yes - ig_leader = no - interest_group = scope:fascist_ig - ideology = ideology_fascist - } - create_character = { - is_general = yes - ig_leader = no - interest_group = scope:fascist_ig - ideology = ideology_fascist - } - } - - option = { #do it secretly - name = fascism_events.1.a - default_option = yes - custom_tooltip = night_of_the_long_knives.tt - add_journal_entry = { - type = je_fascism_2 - } - add_journal_entry = { - type = je_modernization_program - } - scope:general_1 = { - kill_character = yes - } - scope:general_2 = { - kill_character = yes - } - scope:general_3 = { - kill_character = yes - } - } - - option = { #take care of them publicly - name = fascism_events.1.b - custom_tooltip = night_of_the_long_knives.tt - add_journal_entry = { - type = je_fascism_2 - } - add_journal_entry = { - type = je_modernization_program - } - scope:general_1 = { - kill_character = yes - } - scope:general_2 = { - kill_character = yes - } - scope:general_3 = { - kill_character = yes - } - if = { - limit = { - has_technology_researched = mass_propaganda - } - add_modifier = { - name = traitors_executed_propaganda - months = normal_modifier_time - } - } - else = { - add_modifier = { - name = traitors_executed - months = normal_modifier_time - } - } - } - - option = { #to jail! - name = fascism_events.1.c - custom_tooltip = fascism_to_jail_tt - custom_tooltip = night_of_the_long_knives.tt - add_journal_entry = { - type = je_fascism_2 - } - add_journal_entry = { - type = je_modernization_program - } - hidden_effect = { - scope:general_1 = { - kill_character = yes - } - scope:general_2 = { - kill_character = yes - } - scope:general_3 = { - kill_character = yes - } - } - scope:fascist_ig = { - add_modifier = { - name = no_traitors_executed - months = normal_modifier_time - } - } - } -} - -fascism_events.2 = { #fascist leader gains popularity - type = country_event - placement = root - - title = fascism_events.2.t - desc = fascism_events.2.d - flavor = fascism_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - trigger = { - #JE monthly pulse - } - - immediate = { - random_interest_group = { - limit = { has_variable = og_fascist_ig } - save_scope_as = fascist_ig - leader = { - save_scope_as = fascist_leader - } - } - random_interest_group = { - limit = { - OR = { - is_being_bolstered = yes - is_in_government = yes - } - NOT = { has_variable = og_fascist_ig } - leader = { - has_ideology = ideology_fascist - } - } - leader = { - save_scope_as = fascist_leader_2 - } - } - } - - option = { #cool speech bro - name = fascism_events.2.a - default_option = yes - scope:fascist_leader = { - add_modifier = { - name = promoted_fascist_leader_modifier - months = short_modifier_time - } - } - scope:fascist_ig = { - add_modifier = { - name = promoted_fascist_leader_ig_modifier - months = short_modifier_time - } - } - } - - option = { #not super impressive - name = fascism_events.2.b - scope:fascist_leader = { - add_modifier = { - name = ignored_fascist_leader_modifier - months = normal_modifier_time - } - } - scope:fascist_ig = { - add_modifier = { - name = ignored_fascist_leader_ig_modifier - months = normal_modifier_time - } - } - } - - option = { #now THIS other guy is a good leader - name = fascism_events.2.c - trigger = { - any_interest_group = { - OR = { - is_being_bolstered = yes - is_in_government = yes - } - NOT = { has_variable = og_fascist_ig } - leader = { - has_ideology = ideology_fascist - } - } - } - scope:fascist_leader_2 = { - add_modifier = { - name = promoted_fascist_leader_modifier - months = short_modifier_time - } - } - scope:fascist_ig = { - add_modifier = { - name = promoted_fascist_leader_ig_modifier - months = short_modifier_time - } - } - } -} - -fascism_events.3 = { #fascist reward - type = country_event - placement = root - - title = fascism_events.3.t - desc = fascism_events.3.d - flavor = fascism_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_military_parade.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/military_parade" - - trigger = { - #triggered by JE - } - - option = { #authority - name = fascism_events.3.a - default_option = yes - add_modifier = { - name = fascist_authority_modifier - months = normal_modifier_time - } - } - - option = { #loyalty - name = fascism_events.3.b - add_modifier = { - name = fascist_loyalty_modifier - months = normal_modifier_time - } - capital = { - add_loyalists = { - value = very_large_radicals - } - } - } -} - -fascism_events.4 = { #fascist ideology spread - type = country_event - placement = root - - title = fascism_events.4.t - desc = fascism_events.4.d - flavor = fascism_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - trigger = { - #triggered by JE - NOT = { - var:fascist_spread_var >= 3 - } - - } - - immediate = { - random_interest_group = { - save_scope_as = new_fascist_ig - } - random_interest_group = { - limit = { has_variable = og_fascist_ig } - save_scope_as = fascist_ig - } - create_character = { - ig_leader = yes - interest_group = scope:new_fascist_ig - ideology = ideology_fascist - on_created = { - set_variable = { - name = new_fascist_leader_var - } - } - } - random_scope_character = { - limit = { has_variable = new_fascist_leader_var } - save_scope_as = new_fascist_leader - remove_variable = new_fascist_leader_var - } - if = { - limit = { exists = var:fascist_spread_var } - change_variable = { - name = fascist_spread_var - add = 1 - } - } - else = { - set_variable = { - name = fascist_spread_var - value = 1 - } - } - } - - option = { #only fascist leaders - name = fascism_events.4.a - default_option = yes - custom_tooltip = fascism_leaders.tt - scope:new_fascist_ig = { - set_variable = { - name = chose_fascism - } - } - if = { - limit = { - scope:new_fascist_leader = { - NOT = { has_ideology = ideology_fascist } - } - } - scope:new_fascist_leader = { - set_ideology = ideology_fascist - } - } - } - - option = { #any conservative leader - name = fascism_events.4.b - custom_tooltip = conservative_leaders.tt - scope:new_fascist_ig = { - set_variable = { - name = chose_conservatism - } - } - if = { - limit = { - scope:new_fascist_leader = { - NOR = { - has_ideology = ideology_fascist - has_ideology = ideology_traditionalist - has_ideology = ideology_ethno_nationalist - } - } - } - scope:new_fascist_leader = { - random_list = { - 33 = { - set_ideology = ideology_fascist - } - 33 = { - set_ideology = ideology_traditionalist - } - 33 = { - set_ideology = ideology_ethno_nationalist - } - } - } - } - } -} - -fascism_events.5 = { #building reward - type = country_event - placement = root - - title = fascism_events.5.t - desc = fascism_events.5.d - flavor = fascism_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - #triggered by JE - } - - option = { #efficient infrastructure - name = fascism_events.5.b - default_option = yes - add_modifier = { - name = infrastructure_time_modifier - months = normal_modifier_time - } - } - - option = { #efficient ports - name = fascism_events.5.a - every_scope_state = { - limit = { - is_incorporated = yes - has_building = building_port - } - add_modifier = { - name = infrastructure_port_modifier - months = normal_modifier_time - } - } - } -} - -fascism_events.6 = { #ethno-nationalist reward - type = country_event - placement = root - - title = fascism_events.6.t - desc = fascism_events.6.d - flavor = fascism_events.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_military_parade.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/military_parade" - - trigger = { - #triggered by JE - } - - immediate = { - random_interest_group = { - limit = { - OR = { - is_being_bolstered = yes - is_in_government = yes - } - leader = { - has_ideology = ideology_ethno_nationalist - } - } - save_scope_as = ethno_nationalist_ig - leader = { - save_scope_as = ethno_nationalist_leader - } - } - } - - option = { #ethno-nationalist leaders - name = fascism_events.6.a - default_option = yes - custom_tooltip = ethno_nationalist_leaders.tt - scope:ethno_nationalist_ig = { - set_variable = { - name = chose_ethno_nationalism - } - } - if = { - limit = { - scope:ethno_nationalist_leader = { - NOT = { has_ideology = ideology_ethno_nationalist } - } - } - scope:ethno_nationalist_leader = { - set_ideology = ideology_ethno_nationalist - } - } - } - - option = { #can be conservative - name = fascism_events.6.b - custom_tooltip = ethno_conservative_leaders.tt - scope:ethno_nationalist_ig = { - set_variable = { - name = chose_conservatism - } - } - if = { - limit = { - scope:ethno_nationalist_leader = { - NOR = { - has_ideology = ideology_fascist - has_ideology = ideology_traditionalist - has_ideology = ideology_ethno_nationalist - } - } - } - scope:ethno_nationalist_leader = { - random_list = { - 33 = { - set_ideology = ideology_fascist - } - 33 = { - set_ideology = ideology_traditionalist - } - 33 = { - set_ideology = ideology_ethno_nationalist - } - } - } - } - } -} - -fascism_events.8 = { #national anthem - type = country_event - title = fascism_events.8.t - desc = fascism_events.8.d - placement = scope:anthem_state - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - flavor = { - random_valid = { - triggered_desc = { - trigger = { - var:first_and_second_lines = 1 - } - desc = first_line_rhyme_a_1 - } - triggered_desc = { - trigger = { - var:first_and_second_lines = 1 - } - desc = first_line_rhyme_a_2 - } - triggered_desc = { - trigger = { - var:first_and_second_lines = 2 - } - desc = first_line_rhyme_b_1 - } - triggered_desc = { - trigger = { - var:first_and_second_lines = 2 - } - desc = first_line_rhyme_b_2 - } - } - random_valid = { - triggered_desc = { - trigger = { - var:first_and_second_lines = 1 - } - desc = second_line_rhyme_a_1 - } - triggered_desc = { - trigger = { - var:first_and_second_lines = 1 - } - desc = second_line_rhyme_a_2 - } - triggered_desc = { - trigger = { - var:first_and_second_lines = 2 - } - desc = second_line_rhyme_b_1 - } - triggered_desc = { - trigger = { - var:first_and_second_lines = 2 - } - desc = second_line_rhyme_b_2 - } - } - random_valid = { - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 1 - } - desc = third_line_rhyme_a_1 - } - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 1 - } - desc = third_line_rhyme_a_2 - } - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 2 - } - desc = third_line_rhyme_b_1 - } - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 2 - } - desc = third_line_rhyme_b_2 - } - } - random_valid = { - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 1 - } - desc = fourth_line_rhyme_a_1 - } - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 1 - } - desc = fourth_line_rhyme_a_2 - } - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 2 - } - desc = fourth_line_rhyme_b_1 - } - triggered_desc = { - trigger = { - var:third_and_fourth_lines = 2 - } - desc = fourth_line_rhyme_b_2 - } - } - } - - trigger = { - has_technology_researched = nationalism - NOT = { has_variable = national_anthem_var } - any_scope_state = { - is_incorporated = yes - any_scope_building = { - is_building_type = building_arts_academy - } - } - } - - immediate = { - random_list = { - 50 = { - set_variable = { - name = first_and_second_lines - value = 1 - } - } - 50 = { - set_variable = { - name = first_and_second_lines - value = 2 - } - } - } - - random_list = { - 50 = { - set_variable = { - name = third_and_fourth_lines - value = 1 - } - } - 50 = { - set_variable = { - name = third_and_fourth_lines - value = 2 - } - } - } - if = { - limit = { - any_country = { - has_diplomatic_pact = { - who = ROOT - type = rivalry - } - } - } - random_country = { - limit = { - has_diplomatic_pact = { - who = ROOT - type = rivalry - } - } - save_scope_as = rival_country - } - } - else_if = { - random_country = { - limit = { - NOT = { this = ROOT } - NOT = { is_country_type = decentralized } - NOT = { is_country_type = unrecognized } - any_neighbouring_state = { owner = ROOT } - relations:root < relations_threshold:neutral - } - save_scope_as = rival_country - } - } - else_if = { - random_country = { - limit = { - NOT = { this = ROOT } - NOT = { is_country_type = decentralized } - NOT = { is_country_type = unrecognized } - relations:root < relations_threshold:neutral - } - save_scope_as = rival_country - } - } - else = { - random_country = { - limit = { - NOT = { this = ROOT } - } - save_scope_as = rival_country - } - } - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_building = { - is_building_type = building_arts_academy - } - } - save_scope_as = anthem_state - random_scope_building = { - limit = { - is_building_type = building_arts_academy - } - save_scope_as = anthem_building - } - } - set_variable = national_anthem_var - } - - option = { - name = fascism_events.8.a - add_modifier = { - name = national_anthem_modifier - months = normal_modifier_time - } - } -} diff --git a/events/general_events.txt b/events/general_events.txt deleted file mode 100644 index 44b79c8f..00000000 --- a/events/general_events.txt +++ /dev/null @@ -1,239 +0,0 @@ -namespace = generals - -# IG demands commander promotion -generals.1 = { - type = country_event - placement = ROOT - - title = generals.1.t - desc = generals.1.d - flavor = generals.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_military_parade.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/military_parade" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - OR = { - AND = { - any_scope_character = { - has_role = general - popularity >= 25 - commander_rank <= 2 - is_ruler = no - } - any_scope_character = { - has_role = general - commander_rank >= 3 - is_ruler = no - } - } - AND = { - any_scope_character = { - has_role = general - popularity >= 50 - commander_rank <= 3 - is_ruler = no - } - any_scope_character = { - has_role = general - commander_rank >= 4 - is_ruler = no - } - } - AND = { - any_scope_character = { - has_role = general - popularity >= 75 - commander_rank <= 4 - is_ruler = no - } - any_scope_character = { - has_role = general - commander_rank >= 5 - is_ruler = no - } - } - } - } - - immediate = { - if = { - limit = { - any_scope_character = { - has_role = general - popularity >= 75 - commander_rank <= 4 - is_ruler = no - } - any_scope_character = { - has_role = general - commander_rank >= 5 - is_ruler = no - } - } - random_scope_character = { - limit = { - has_role = general - popularity >= 75 - commander_rank <= 4 - is_ruler = no - } - save_scope_as = low_rank_general - interest_group = { - save_scope_as = low_rank_general_ig - } - } - random_scope_character = { - limit = { - has_role = general - commander_rank >= 5 - is_ruler = no - } - save_scope_as = high_rank_general - interest_group = { - if = { - limit = { - NOT = { THIS = scope:low_rank_general_ig } - } - save_scope_as = high_rank_general_ig - } - } - } - } - else_if = { - limit = { - any_scope_character = { - has_role = general - popularity >= 50 - commander_rank <= 3 - is_ruler = no - } - any_scope_character = { - has_role = general - commander_rank >= 4 - is_ruler = no - } - } - random_scope_character = { - limit = { - has_role = general - popularity >= 50 - commander_rank <= 3 - is_ruler = no - } - save_scope_as = low_rank_general - interest_group = { - save_scope_as = low_rank_general_ig - } - } - random_scope_character = { - limit = { - has_role = general - commander_rank >= 4 - is_ruler = no - } - save_scope_as = high_rank_general - interest_group = { - if = { - limit = { - NOT = { THIS = scope:low_rank_general_ig } - } - save_scope_as = high_rank_general_ig - } - } - } - } - else_if = { - limit = { - any_scope_character = { - has_role = general - popularity >= 25 - commander_rank <= 2 - is_ruler = no - } - any_scope_character = { - has_role = general - commander_rank >= 3 - is_ruler = no - } - } - random_scope_character = { - limit = { - has_role = general - popularity >= 25 - commander_rank <= 2 - is_ruler = no - } - save_scope_as = low_rank_general - interest_group = { - save_scope_as = low_rank_general_ig - } - } - random_scope_character = { - limit = { - has_role = general - commander_rank >= 3 - is_ruler = no - } - save_scope_as = high_rank_general - interest_group = { - if = { - limit = { - NOT = { THIS = scope:low_rank_general_ig } - } - save_scope_as = high_rank_general_ig - } - } - } - } - } - - option = { # promote - name = generals.1.a - default_option = yes - scope:low_rank_general = { - add_commander_rank = 1 - } - scope:low_rank_general_ig = { - add_modifier = { - name = low_rank_general_ig_opinion_add - months = short_modifier_time - } - } - } - - option = { # do not promote - name = generals.1.b - scope:low_rank_general = { - add_modifier = { - name = denied_promotion - months = normal_modifier_time - } - } - scope:low_rank_general_ig = { - add_modifier = { - name = low_rank_general_ig_opinion_remove - months = short_modifier_time - } - } - if = { - limit = { - exists = scope:high_rank_general_ig - } - scope:high_rank_general_ig = { - add_modifier = { - name = high_rank_general_opinion - months = short_modifier_time - } - } - } - } -} \ No newline at end of file diff --git a/events/gold_rush.txt b/events/gold_rush.txt deleted file mode 100644 index c9ffa8cc..00000000 --- a/events/gold_rush.txt +++ /dev/null @@ -1,346 +0,0 @@ -namespace = goldrush - -goldrush.1 = { #gold discovered in a state - type = state_event - placement = ROOT - title = goldrush.1.t - desc = goldrush.1.d - flavor = goldrush.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_gold_prospectors.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/gold_prospectors" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - trigger = { - has_building = building_gold_fields - NOT = { has_modifier = state_gold_rush } - } - - immediate = { - save_scope_as = goldrush_state - } - - option = { #move everyone there - name = goldrush.1.a - default_option = yes - add_modifier = { - name = state_gold_rush - months = short_modifier_time - } - } - - option = { #explote it - name = goldrush.1.b - add_modifier = { - name = state_gold_rush_less_migration - months = short_modifier_time - } - add_modifier = { - name = state_gold_rush_explotation - months = short_modifier_time - } - } -} - - -goldrush.2 = { #gold fields depleted - type = state_event - placement = ROOT - title = goldrush.2.t - desc = goldrush.2.d - flavor = goldrush.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_gold_prospectors.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/gold_prospectors" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - trigger = { - has_building = building_gold_fields - NOT = { has_modifier = state_gold_rush } - } - - immediate = { - save_scope_as = goldrush_no_more_state - } - - option = { #sad - name = goldrush.2.a - default_option = yes - if = { - limit = { - has_modifier = state_gold_rush - } - remove_modifier = state_gold_rush - } - add_modifier = { - name = state_gold_depleted - months = short_modifier_time - } - } - - option = { #try to retain them - name = goldrush.2.b - if = { - limit = { - has_modifier = state_gold_rush - } - remove_modifier = state_gold_rush - } - add_modifier = { - name = state_gold_depleted_palliative - months = short_modifier_time - } - add_radicals = { - pop_type = laborers - value = medium_radicals - } - } -} - -goldrush.3 = { #foreign influx provokes outcry - type = country_event - placement = ROOT - title = goldrush.3.t - desc = goldrush.3.d - flavor = goldrush.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_gold_prospectors.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/gold_prospectors" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - any_scope_state = { - has_modifier = state_gold_rush - } - OR = { - ig:ig_landowners = { - is_powerful = yes - } - ig:ig_armed_forces = { - is_powerful = yes - } - ig:ig_devout = { - is_powerful = yes - } - } - } - - immediate = { - random_scope_state = { - limit = { - has_modifier = state_gold_rush - } - save_scope_as = pb_gold_state - } - if = { - limit = { - ig:ig_landowners = { - is_powerful = yes - } - } - ig:ig_landowners = { - save_scope_as = petty_ig - } - } - else_if = { - limit = { - ig:ig_devout = { - is_powerful = yes - } - } - ig:ig_devout = { - save_scope_as = petty_ig - } - } - else = { - ig:ig_armed_forces = { - save_scope_as = petty_ig - } - } - } - - option = { #we need them - name = goldrush.3.a - default_option = yes - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = pb_angry_at_foreign_miners - months = normal_modifier_time - } - } - } - - option = { #limit migration - name = goldrush.3.b - scope:pb_gold_state = { - remove_modifier = state_gold_rush - add_modifier = { - name = state_limited_gold_rush - months = short_modifier_time - } - } - } -} - -goldrush.4 = { #miners get organized - type = country_event - placement = ROOT - title = goldrush.4.t - desc = goldrush.4.d - flavor = goldrush.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_gold_prospectors.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/gold_prospectors" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - any_scope_state = { - OR = { - has_modifier = state_gold_rush - has_modifier = state_limited_gold_rush - } - } - NOR = { - ig:ig_trade_unions = { - has_modifier = tu_mining_syndicates_formed - } - ig:ig_industrialists = { - has_modifier = in_mining_conglomerates_formed - } - } - } - - immediate = { - random_scope_state = { - limit = { - OR = { - has_modifier = state_gold_rush - has_modifier = state_limited_gold_rush - } - } - save_scope_as = gr4_gold_state - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig - } - } - - option = { #trade unions - name = goldrush.4.a - default_option = yes - ig:ig_trade_unions = { - add_modifier = { - name = tu_mining_syndicates_formed - months = normal_modifier_time - } - } - ig:ig_industrialists = { - add_modifier = { - name = in_disrupted_paradigms - months = normal_modifier_time - } - } - } - - option = { #industralists - name = goldrush.4.b - ig:ig_industrialists = { - add_modifier = { - name = in_mining_conglomerates_formed - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = tu_miners_exploited - months = normal_modifier_time - } - } - } -} - -# The COUNTRY_ADJ Dream -goldrush.5 = { - type = state_event - placement = ROOT - title = goldrush.5.t - desc = goldrush.5.d - flavor = goldrush.5.f - - duration = 3 - - cooldown = { months = normal_modifier_time } - - event_image = { - video = "gfx/event_pictures/europenorthamerica_gold_prospectors.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/gold_prospectors" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - OR = { - has_modifier = state_gold_rush - has_modifier = state_limited_gold_rush - } - NOT = { has_modifier = expecting_riches } - } - - immediate = { - save_scope_as = gold_rush_state - } - - option = { #worrying - name = goldrush.5.a - default_option = yes - add_modifier = { - name = expecting_riches - months = short_modifier_time - } - } - - option = { #tell them to tone it down - name = goldrush.5.b - add_modifier = { - name = expecting_riches_less - months = short_modifier_time - } - add_modifier = { - name = expecting_riches_angry - months = short_modifier_time - } - } -} \ No newline at end of file diff --git a/events/government_conflicts_events.txt b/events/government_conflicts_events.txt deleted file mode 100644 index 6565fbef..00000000 --- a/events/government_conflicts_events.txt +++ /dev/null @@ -1,828 +0,0 @@ - namespace = government_conflicts - -# Landowners vs Intelligentsia (Mutual) -# "Breeding and Education" -government_conflicts.1 = { - type = country_event - placement = ROOT - - title = government_conflicts.1.t - desc = government_conflicts.1.d - flavor = government_conflicts.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_landowners - has_ruling_interest_group = ig_intelligentsia - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = 3 - } - ig:ig_landowners = { - save_scope_as = landowners_ig - } - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_ig - } - } - - option = { - name = government_conflicts.1.a - ig:ig_intelligentsia = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.1.b - ig:ig_landowners = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.1.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Landowners vs Trade Unions (Mutual) -government_conflicts.2 = { - type = country_event - placement = ROOT - - title = government_conflicts.2.t - desc = government_conflicts.2.d - flavor = government_conflicts.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_landowners - has_ruling_interest_group = ig_trade_unions - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_landowners = { - save_scope_as = landowners_ig - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - } - - option = { - name = government_conflicts.2.a - ig:ig_trade_unions = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.2.b - ig:ig_landowners = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.2.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Devout vs Industrialists -# "Eye of the Needle" -government_conflicts.3 = { - type = country_event - placement = ROOT - - title = government_conflicts.3.t - desc = government_conflicts.3.d - flavor = government_conflicts.3.f - - event_image = { - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_devout - has_ruling_interest_group = ig_industrialists - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_devout = { - save_scope_as = devout_ig - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig - } - } - - option = { - name = government_conflicts.3.a - ig:ig_devout = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.3.b - ig:ig_industrialists = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.3.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Devout vs Intelligentsia (Mutual) -government_conflicts.4 = { - type = country_event - placement = ROOT - - title = government_conflicts.4.t - desc = government_conflicts.4.d - flavor = government_conflicts.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_devout - has_ruling_interest_group = ig_intelligentsia - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_devout = { - save_scope_as = devout_ig - } - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_ig - } - } - - option = { - name = government_conflicts.4.a - ig:ig_devout = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.4.b - ig:ig_intelligentsia = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.4.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Devout vs Trade Unions -government_conflicts.5 = { - type = country_event - placement = ROOT - - title = government_conflicts.5.t - desc = government_conflicts.5.d - flavor = government_conflicts.5.f - - event_image = { - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_devout - has_ruling_interest_group = ig_trade_unions - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_devout = { - save_scope_as = devout_ig - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - } - - option = { - name = government_conflicts.5.a - ig:ig_devout = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.5.b - ig:ig_trade_unions = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.5.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Petit-Bourgeoisie vs Intelligentsia (Mutual) -government_conflicts.6 = { - type = country_event - placement = ROOT - - title = government_conflicts.6.t - desc = government_conflicts.6.d - flavor = government_conflicts.6.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_petty_bourgeoisie - has_ruling_interest_group = ig_intelligentsia - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_petty_bourgeoisie = { - save_scope_as = petty_bourgeoisie_ig - } - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_ig - } - } - - option = { - name = government_conflicts.6.a - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.6.b - ig:ig_intelligentsia = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.6.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Petit-Bourgeoisie vs Trade Unions (Mutual) -government_conflicts.7 = { - type = country_event - placement = ROOT - - title = government_conflicts.7.t - desc = government_conflicts.7.d - flavor = government_conflicts.7.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_petty_bourgeoisie - has_ruling_interest_group = ig_trade_unions - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_petty_bourgeoisie = { - save_scope_as = petty_bourgeoisie_ig - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - } - - option = { - name = government_conflicts.7.a - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.7.b - ig:ig_trade_unions = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.7.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Rural Folk vs Industrialists -government_conflicts.8 = { - type = country_event - placement = ROOT - - title = government_conflicts.8.t - desc = government_conflicts.8.d - flavor = government_conflicts.8.f - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_rural_folk - has_ruling_interest_group = ig_industrialists - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_rural_folk = { - save_scope_as = rural_folk_ig - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig - } - } - - option = { - name = government_conflicts.8.a - ig:ig_rural_folk = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.8.b - ig:ig_industrialists = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.8.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Trade Unions vs Armed Forces -government_conflicts.9 = { - type = country_event - placement = ROOT - - title = government_conflicts.9.t - desc = government_conflicts.9.d - flavor = government_conflicts.9.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_trade_unions - has_ruling_interest_group = ig_armed_forces - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - ig:ig_armed_forces = { - save_scope_as = armed_forces_ig - } - } - - option = { - name = government_conflicts.9.a - ig:ig_trade_unions = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.9.b - ig:ig_armed_forces = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.9.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Armed Forces vs Intelligentsia -government_conflicts.10 = { - type = country_event - placement = ROOT - - title = government_conflicts.10.t - desc = government_conflicts.10.d - flavor = government_conflicts.10.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_intelligentsia - has_ruling_interest_group = ig_armed_forces - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_ig - } - ig:ig_armed_forces = { - save_scope_as = armed_forces_ig - } - } - - option = { - name = government_conflicts.10.a - ig:ig_intelligentsia = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.10.b - ig:ig_armed_forces = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.10.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} - -# Trade Unions vs Industrialists (Mutual) -government_conflicts.11 = { - type = country_event - placement = ROOT - - title = government_conflicts.11.t - desc = government_conflicts.11.d - flavor = government_conflicts.11.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_trade_unions - has_ruling_interest_group = ig_industrialists - NOR = { - has_modifier = government_conflict - any_interest_group = { - has_modifier = disfavored_in_government - } - has_variable = ongoing_government_conflicts - } - } - - immediate = { - set_variable = { - name = ongoing_government_conflicts - months = normal_modifier_time - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig - } - } - - option = { - name = government_conflicts.11.a - ig:ig_trade_unions = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.11.b - ig:ig_industrialists = { - add_modifier = { - name = disfavored_in_government - months = normal_modifier_time - } - } - } - - option = { - name = government_conflicts.11.c - default_option = yes - add_modifier = { - name = government_conflict - months = normal_modifier_time - } - } -} diff --git a/events/grand_exhibition_events.txt b/events/grand_exhibition_events.txt deleted file mode 100644 index 5c708ada..00000000 --- a/events/grand_exhibition_events.txt +++ /dev/null @@ -1,580 +0,0 @@ -namespace = exhibition_events - -exhibition_events.1 = { #Not so grand exhibition - type = country_event - placement = root - - title = exhibition_events.1.t - desc = exhibition_events.1.d - flavor = exhibition_events.1.f - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by JE - } - - immediate = { - set_variable = held_grand_exhibition_var - } - - option = { - name = exhibition_events.1.a - default_option = yes - add_modifier = { - name = modifier_good_exhibition - months = normal_modifier_time - } - } -} - -exhibition_events.2 = { #Grand Exhibition - type = country_event - placement = root - - title = exhibition_events.2.t - desc = exhibition_events.2.d - flavor = exhibition_events.2.f - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by JE - } - - immediate = { - set_variable = held_grand_exhibition_var - } - - option = { - name = exhibition_events.2.a - default_option = yes - add_modifier = { - name = modifier_great_exhibition - months = normal_modifier_time - } - } -} - - -exhibition_events.3 = { #The Grandest Exhibition - type = country_event - placement = root - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - title = exhibition_events.3.t - desc = exhibition_events.3.d - flavor = exhibition_events.3.f - duration = 3 - - trigger = { - #triggered by JE - } - - immediate = { - set_variable = held_grand_exhibition_var - } - - option = { - name = exhibition_events.3.a - default_option = yes - add_modifier = { - name = modifier_greatest_exhibition - months = normal_modifier_time - } - } -} - -exhibition_events.4 = { #The Exhibition caused controversy as its opening approached. Some conservatives feared that the mass of visitors might become a revolutionary mob - - type = country_event - placement = root - - title = exhibition_events.4.t - desc = exhibition_events.4.d - flavor = exhibition_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - OR = { - ig:ig_devout = { - is_marginal = no - } - ig:ig_landowners = { - is_marginal = no - } - } - NOT = { has_variable = exhibition_controversy_var } - } - - immediate = { - if = { - limit = { - ig:ig_landowners = { - is_marginal = no - } - } - ig:ig_landowners = { - save_scope_as = conservative_ig - } - } - else = { - ig:ig_devout = { - save_scope_as = conservative_ig - } - } - capital = { - save_scope_as = grand_exhibition_state - } - set_variable = { - name = exhibition_controversy_var - months = short_modifier_time - } - } - - option = { #ignore them - name = exhibition_events.4.a - default_option = yes - scope:conservative_ig = { - add_modifier = { - name = ignored_conservatives_modifier - months = normal_modifier_time - } - } - } - - option = { #we should look into this - name = exhibition_events.4.b - custom_tooltip = exhibition_controversy_tt - change_variable = { - name = grand_exhibition_points_var - add = -1 - } - } -} - -exhibition_events.5 = { #toilets event! - type = country_event - placement = root - - title = exhibition_events.5.t - desc = exhibition_events.5.d - flavor = exhibition_events.5.f - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - has_technology_researched = modern_sewerage - ig:ig_landowners = { - is_marginal = no - } - any_country = { - is_country_alive = yes - owner = { - relations:root >= relations_threshold:amicable - is_player = no - NOT = { THIS = ROOT } - } - } - NOT = { has_variable = exhibition_toilets_var } - } - - immediate = { - ig:ig_landowners = { - save_scope_as = anti_toilet_ig - } - random_country = { - limit = { - is_country_alive = yes - owner = { - relations:root >= relations_threshold:amicable - is_player = no - NOT = { THIS = ROOT } - } - } - save_scope_as = visiting_country - } - set_variable = { - name = exhibition_toilets_var - value = normal_modifier_time - } - } - - option = { #install them! - name = exhibition_events.5.a - default_option = yes - add_modifier = { - name = grand_exhibition_toilets_modifier #cost money - multiplier = money_amount_multiplier_very_small - months = short_modifier_time - } - scope:anti_toilet_ig = { - add_modifier = { - name = grand_exhibition_toilets_ig_modifier #disapprove - months = normal_modifier_time - } - } - capital = { - add_loyalists = { - value = 0.2 - } - } - } - - option = { #it's going to stink! - name = exhibition_events.5.b - capital = { - add_radicals = { - value = small_radicals - } - } - scope:visiting_country = { - change_relations = { - country = ROOT - value = -10 - } - } - scope:anti_toilet_ig = { - add_modifier = { - name = grand_exhibition_toilets_no_ig_modifier #approve - months = normal_modifier_time - } - } - } -} - -exhibition_events.6 = { #souvenirs! - type = country_event - placement = root - - title = exhibition_events.6.t - desc = exhibition_events.6.d - flavor = exhibition_events.6.f - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - NOT = { has_variable = exhibition_souvenirs_var } - } - - immediate = { - set_variable = { - name = exhibition_souvenirs_var - value = normal_modifier_time - } - } - - option = { #produce stereoscope cards - name = exhibition_events.6.a - default_option = yes - add_modifier = { - name = stereoscope_cards_modifier - months = normal_modifier_time - } - } - - option = { #produce printed lithographic cards - name = exhibition_events.6.b - add_modifier = { - name = lithographic_cards_modifier - months = normal_modifier_time - } - } -} - -exhibition_events.7 = { #charlatans take advantage of the situation - type = country_event - placement = root - - title = exhibition_events.7.t - desc = exhibition_events.7.d - flavor = exhibition_events.7.f - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - OR = { - radical_fraction = { - value >= 0.1 - pop_type = capitalists - } - any_scope_pop = { - is_pop_type = capitalists - pop_employment_building = building_urban_center #the exhibition is held at an urban center - } - } - } - - immediate = { - random_scope_pop = { - limit = { - is_pop_type = capitalists - } - save_scope_as = capitalist_scope - } - } - - option = { #kick them out - name = exhibition_events.7.a - default_option = yes - capital = { - add_radicals = { - value = small_radicals - pop_type = capitalists - } - add_loyalists = { - value = small_radicals - strata = poor - } - } - } - - option = { #turn a blind eye - name = exhibition_events.7.b - capital = { - add_loyalists = { - value = small_radicals - pop_type = capitalists - } - } - } -} - -exhibition_events.8 = { #you want to exhibit the things you got in your expeditions - type = country_event - placement = scope:grand_exhibition_state - - title = exhibition_events.8.t - desc = exhibition_events.8.d - flavor = exhibition_events.8.f - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { #i'm sorry - OR = { - AND = { - has_variable = central_africa_expedition_succes_var - has_variable = rhino_success_var - } - AND = { - has_variable = west_america_expedition_succes_var #covers the 3 NA expeditions - OR = { - has_variable = expedition_photography_var - has_variable = expedition_plants_var - has_variable = expedition_geographic_var - } - } - AND = { - has_variable = congo_river_expedition_success_var - has_variable = expedition_trading_gifts_accepted_var - } - AND = { - has_variable = niger_river_expedition_success_var - has_variable = recorded_expedition_film_var - } - AND = { - has_variable = antarctica_expedition_success_var - has_variable = took_strange_rock_var - } - } - NOT = { has_variable = exhibition_expedition_var } - } - - immediate = { - capital = { - save_scope_as = grand_exhibition_state - } - set_variable = exhibition_expedition_var - } - - option = { #exhibit the rhino's horn - name = exhibition_events.8.a - default_option = yes - trigger = { - has_variable = central_africa_expedition_succes_var - has_variable = rhino_success_var - } - capital = { - add_loyalists = { - pop_type = officers - value = medium_radicals - } - } - } - - option = { #exhibit the North American pics - name = exhibition_events.8.b - trigger = { - has_variable = west_america_expedition_succes_var - has_variable = expedition_photography_var - } - capital = { - add_loyalists = { - pop_type = farmers - value = medium_radicals - } - } - } - - option = { #exhibit the North American flowers - name = exhibition_events.8.c - trigger = { - has_variable = west_america_expedition_succes_var - has_variable = expedition_plants_var - } - capital = { - add_loyalists = { - pop_type = clergymen - value = medium_radicals - } - } - } - - option = { #exhibit African chief gift - name = exhibition_events.8.e - trigger = { - has_variable = congo_river_expedition_success_var - has_variable = expedition_trading_gifts_accepted_var - } - capital = { - add_loyalists = { - pop_type = aristocrats - value = medium_radicals - } - } - } - - option = { #exhibit African expedition film - name = exhibition_events.8.g - trigger = { - has_variable = niger_river_expedition_success_var - has_variable = recorded_expedition_film_var - } - capital = { - add_loyalists = { - pop_type = laborers - value = medium_radicals - } - } - } - - option = { #exhibit some cool maps - name = exhibition_events.8.h - trigger = { - has_variable = west_america_expedition_succes_var - has_variable = expedition_geographic_var - } - capital = { - add_loyalists = { - pop_type = bureaucrats - value = medium_radicals - } - } - } - - option = { #exhibit the COOL ROCK - name = exhibition_events.8.i - trigger = { - has_variable = antarctica_expedition_success_var - has_variable = took_strange_rock_var - } - capital = { - add_loyalists = { - pop_type = academics - value = large_radicals - } - add_modifier = { - name = cool_rock_sinister_influence - months = short_modifier_time - } - } - if = { - limit = { - ruler = { - has_trait = reckless - } - } - ruler = { - add_modifier = { - name = infatuated_with_cool_rock_modifier #- popularity - months = normal_modifier_time - } - if = { - limit = { - NOT = { has_trait = scarred } - } - random_list = { - 70 = { } - 30 = { add_trait = scarred } - } - } - } - } - } -} \ No newline at end of file diff --git a/events/healthcare_laws.txt b/events/healthcare_laws.txt deleted file mode 100644 index d4317af8..00000000 --- a/events/healthcare_laws.txt +++ /dev/null @@ -1,476 +0,0 @@ -namespace = healthcare_laws - -healthcare_laws.1 = { #famers want healthcare due to accidents - type = country_event - placement = scope:farming_accidents_state - - title = healthcare_laws.1.t - desc = healthcare_laws.1.d - flavor = healthcare_laws.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_law = law_type:law_no_health_system - or = { - is_enacting_law = law_type:law_charitable_health_system - is_enacting_law = law_type:law_private_health_insurance - is_enacting_law = law_type:law_public_health_insurance - } - NOT = { - has_modifier = farming_accident_chance - } - any_scope_state = { - any_scope_building = { - OR = { - is_building_type = building_rye_farm - is_building_type = building_wheat_farm - is_building_type = building_rice_farm - is_building_type = building_maize_farm - is_building_type = building_millet_farm - } - NOT = { - has_active_production_method = pm_tools_disabled - } - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = healthcare_system - } - random_scope_state = { - limit = { - any_scope_building = { - OR = { - is_building_type = building_rye_farm - is_building_type = building_wheat_farm - is_building_type = building_rice_farm - is_building_type = building_maize_farm - is_building_type = building_millet_farm - } - NOT = { - has_active_production_method = pm_tools_disabled - } - } - } - save_scope_as = farming_accidents_state - } - } - - option = { # no mortality increase, lower chance success - name = healthcare_laws.1.a - default_option = yes - add_enactment_modifier = { - name = farming_accident_chance - } - } - - option = { #mortality increase, higher chance success - name = healthcare_laws.1.b - scope:farming_accidents_state = { - add_modifier = { - name = farming_accidents_mort - months = normal_modifier_time - } - } - add_enactment_modifier = { - name = farming_accident_chance - multiplier = 4 - } - } - - option = { #highest mortality, higher chance success - name = healthcare_laws.1.c - trigger = { - is_enacting_law = law_type:law_private_health_insurance - } - scope:farming_accidents_state = { - add_modifier = { - name = farming_accidents_mort - months = normal_modifier_time - multiplier = 3 - } - } - add_enactment_modifier = { - name = farming_accident_chance - multiplier = 5 - } - } -} - -healthcare_laws.2 = { #who should be paying for this? - type = country_event - placement = ROOT - - title = healthcare_laws.2.t - desc = healthcare_laws.2.d - flavor = healthcare_laws.2.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_law = law_type:law_no_health_system - or = { - is_enacting_law = law_type:law_charitable_health_system - is_enacting_law = law_type:law_private_health_insurance - is_enacting_law = law_type:law_public_health_insurance - } - NOT = { - has_modifier = taxing_health - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = healthcare_system - } - } - - option = { - name = healthcare_laws.2.a - default_option = yes - add_enactment_modifier = { - name = health_tax - multiplier = money_amount_multiplier_small - } - add_enactment_modifier = { - name = industrialist_tax - } - add_enactment_modifier = { - name = taxing_health - multiplier = 2 - } - } - - option = { - name = healthcare_laws.2.b - add_enactment_modifier = { - name = government_health_tax - multiplier = money_amount_multiplier_small - } - add_enactment_modifier = { - name = taxing_health - multiplier = 3 - } - } - - option = { - name = healthcare_laws.2.c - add_enactment_modifier = { - name = taxing_health - } - } -} - -healthcare_laws.3 = { #sickness in the government - type = country_event - placement = ROOT - - title = healthcare_laws.3.t - desc = healthcare_laws.3.d - flavor = healthcare_laws.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - has_law = law_type:law_no_health_system - or = { - is_enacting_law = law_type:law_charitable_health_system - is_enacting_law = law_type:law_private_health_insurance - is_enacting_law = law_type:law_public_health_insurance - } - NOT = { - has_modifier = government_in_bed - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = healthcare_system - } - } - - option = { #leave it be - name = healthcare_laws.3.a - default_option = yes - random_list = { - 2= { - add_enactment_modifier = { - name = government_in_bed - multiplier = 3 - } - } - 5 = { - add_enactment_modifier = { - name = government_in_bed - multiplier = 2 - } - } - } - } - - option = { #try to push it anyways - name = healthcare_laws.3.b - add_enactment_modifier = { - name = government_in_bed - } - add_enactment_modifier = { - name = forced_legitimacy - } - } -} - -healthcare_laws.4 = { #not enough health care - type = country_event - placement = ROOT - - title = healthcare_laws.4.t - desc = healthcare_laws.4.d - flavor = healthcare_laws.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - or = { - has_law = law_type:law_charitable_health_system - has_law = law_type:law_private_health_insurance - } - is_enacting_law = law_type:law_public_health_insurance - NOT = { - has_modifier = more_healthcare - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = healthcare_system - } - } - - - option = { #Try and free up some bureaucracy - name = healthcare_laws.4.a - default_option = yes - add_enactment_modifier = { - name = more_healthcare - } - add_enactment_modifier = { - name = health_bureaucracy - } - } - - option = { #focus on the law - name = healthcare_laws.4.b - add_enactment_modifier = { - name = more_healthcare - multiplier = 2 - } - } -} - -healthcare_laws.5 = { - type = country_event - placement = ROOT - - title = healthcare_laws.5.t - desc = healthcare_laws.5.d - flavor = healthcare_laws.5.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - or = { - has_law = law_type:law_charitable_health_system - has_law = law_type:law_private_health_insurance - } - is_enacting_law = law_type:law_public_health_insurance - NOT = { - has_modifier = opening_up_healthcare - } - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_public_health_insurance - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = opening_up_healthcare - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_public_health_insurance - value < neutral - } - } - save_scope_as = anti_public_healthcare_ig - leader = { - save_scope_as = anti_public_healthcare_advocate - } - } - } - - option = { - name = healthcare_laws.5.a - default_option = yes - scope:anti_public_healthcare_ig = { - add_modifier = { - name = healthcare_debate_ig_ignored - months = normal_modifier_time - } - } - random_list = { - 9 = { - add_enactment_modifier = { - name = opening_up_healthcare - multiplier = 2 - } - } - 1 = { - add_enactment_modifier = { - name = opening_up_healthcare - multiplier = 4 - } - } - } - } - - option = { - name = healthcare_laws.5.b - scope:anti_public_healthcare_ig = { - add_modifier = { - name = healthcare_debate_ig_heard - months = normal_modifier_time - } - } - add_enactment_modifier = { - name = opening_up_healthcare - multiplier = -1 - } - } -} - -healthcare_laws.6 = { #Healthcare too expensive - type = country_event - placement = ROOT - - title = healthcare_laws.6.t - desc = healthcare_laws.6.d - flavor = healthcare_laws.6.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - or = { - has_law = law_type:law_charitable_health_system - has_law = law_type:law_private_health_insurance - } - is_enacting_law = law_type:law_public_health_insurance - NOT = { - has_modifier = right_to_care - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = healthcare_system - } - } - - - option = { #take the time needed - name = healthcare_laws.6.a - default_option = yes - random_list = { - 1 = { - add_enactment_modifier = { - name = right_to_care - multiplier = 3 - } - } - 3 = { - add_enactment_modifier = { - name = right_to_care - multiplier = 2 - } - } - } - } - - option = { #spend to reduce - name = healthcare_laws.6.b - add_enactment_modifier = { - name = healthcare_rights - } - random_list = { - 1 = { - add_enactment_modifier = { - name = right_to_care - } - } - 4 = { - } - } - } -} \ No newline at end of file diff --git a/events/hooters_treaty.txt b/events/hooters_treaty.txt new file mode 100644 index 00000000..b02255e0 --- /dev/null +++ b/events/hooters_treaty.txt @@ -0,0 +1,44 @@ +namespace = hooters_treaty + +# Truidencia causes Genso to become a puppet/ colony idk what its called yet +hooters_treaty.1 = { + type = country_event + placement = s:STATE_TENSEIMIYA.region_state:GEN + + title = hooters_treaty.1.t + desc = hooters_treaty.1.d + flavor = hooters_treaty.1.f + + event_image = { + video = "gfx/event_pictures/unspecific_signed_contract.bk2" + } + + on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" + on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" + + icon = "gfx/interface/icons/event_icons/event_map.dds" + + duration = 120 + + trigger = {} + + immediate = { + c:GEN = { + save_scope_as = hooters_treaty_scope + } + } + + option = { # Treaty goes through + c:TRU ={ + create_diplomatic_pact = { + country = c:GEN + type = dominion + } + } + + } + + option = { # Treaty fails + name = hooters_treaty.1.b + } +} diff --git a/events/ig_leaders.txt b/events/ig_leaders.txt deleted file mode 100644 index e2471356..00000000 --- a/events/ig_leaders.txt +++ /dev/null @@ -1,628 +0,0 @@ -namespace = ig_leaders - -### IN POWER ### - -ig_leaders.20 = { #The Gamble set up - type = country_event - placement = ROOT - - title = ig_leaders.20.t - desc = ig_leaders.20.d - flavor = ig_leaders.20.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:reckless_ig.leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - any_interest_group = { - is_in_government = yes - leader = { - has_trait = reckless - } - } - NOT = { has_variable = the_gamble_var } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = yes - leader = { - has_trait = reckless - } - } - save_scope_as = reckless_ig - leader = { - save_scope_as = reckless_leader - } - } - set_variable = { - name = the_gamble_var - months = normal_modifier_time - } - } - - option = { #gamble - name = ig_leaders.20.a - random_list = { - 50 = { - trigger_event = { id = ig_leaders.1 days = 10 } #success - } - 50 = { - trigger_event = { id = ig_leaders.2 days = 10 } #fail - } - } - } - - option = { #dont gamble - name = ig_leaders.20.b - default_option = yes - scope:reckless_leader = { - add_modifier = { - name = gamble_denied_modifier - months = normal_modifier_time - } - } - } -} - -# Reckless - The Gamble (Good) -# The Party Prospers (bonus to IG Clout) -# The Nation Prospers (bonus to tag) - -ig_leaders.1 = { - type = country_event - placement = ROOT - - title = ig_leaders.1.t - desc = ig_leaders.1.d - flavor = ig_leaders.1.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:reckless_ig.leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - any_interest_group = { - is_in_government = yes - leader = { - has_trait = reckless - } - NOT = { - has_modifier = ig_party_prospers - has_modifier = ig_fall_from_grace - } - } - NOT = { - has_modifier = ig_nation_prospers - has_modifier = ig_compromised_government - } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = yes - leader = { - has_trait = reckless - } - NOT = { - has_modifier = ig_party_prospers - } - } - save_scope_as = reckless_ig - leader = { save_scope_as = reckless_leader } - } - } - - cancellation_trigger = { - scope:reckless_leader = { - is_character_alive = no - } - } - - option = { #focus on the party - name = ig_leaders.1.a - default_option = yes - scope:reckless_ig = { - add_modifier = { - name = ig_party_prospers - months = normal_modifier_time - } - } - } - - option = { #focus on the nation - name = ig_leaders.1.b - add_modifier = { - name = ig_nation_prospers - months = normal_modifier_time - } - } -} - -# Reckless - The Gamble (Bad) -# The Party Suffers ( remove_ruling_interest_group ) -# The Nation Suffers (malus to tag) - -ig_leaders.2 = { - type = country_event - placement = ROOT - - title = ig_leaders.2.t - desc = ig_leaders.2.d - flavor = ig_leaders.2.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:reckless_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group_count >= 2 - any_interest_group = { - is_in_government = yes - leader = { - has_trait = reckless - } - NOT = { - has_modifier = ig_fall_from_grace - has_modifier = ig_party_prospers - } - } - NOT = { - has_modifier = ig_compromised_government - has_modifier = ig_nation_prospers - } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = yes - leader = { - has_trait = reckless - } - NOT = { - has_modifier = ig_fall_from_grace - } - } - save_scope_as = reckless_ig - leader = { - save_scope_as = reckless_leader - } - } - } - - cancellation_trigger = { - scope:reckless_leader = { - is_character_alive = no - } - } - - option = { #blame the ig - name = ig_leaders.2.a - scope:reckless_ig = { - add_modifier = { - name = ig_fall_from_grace - months = normal_modifier_time - } - } - } - - option = { #blame the leader - name = ig_leaders.2.b - custom_tooltip = ig_leaders.2.b.tt - hidden_effect = { - scope:reckless_leader = { - kill_character = yes - } - } - } - - option = { #trust them - name = ig_leaders.2.c - default_option = yes - add_modifier = { - name = ig_compromised_government - months = normal_modifier_time - } - } -} - -# Meticulous - The Grand Plan Pays Off -# Party bonus -# National Bonus - -ig_leaders.3 = { - type = country_event - placement = ROOT - - title = ig_leaders.3.t - desc = ig_leaders.3.d - flavor = ig_leaders.3.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:meticulous_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - in_election_campaign = yes - NOT = { has_variable = election_event_cooldown } - any_interest_group = { - is_marginal = no - leader = { - has_trait = meticulous - } - has_party = yes - } - NOT = { has_variable = the_gran_plan_var } - } - - immediate = { - set_variable = { - name = election_event_cooldown - months = election_event_cooldown_months - } - random_interest_group = { - limit = { - is_marginal = no - leader = { - has_trait = meticulous - } - has_party = yes - } - save_scope_as = meticulous_ig - leader = { - save_scope_as = meticulous_leader - } - party = { save_scope_as = gran_plan_party } - } - set_variable = { - name = the_gran_plan_var - months = normal_modifier_time - } - } - - cancellation_trigger = { - scope:meticulous_leader = { - is_character_alive = no - } - } - - option = { #support the party - name = ig_leaders.3.a - scope:gran_plan_party = { - add_momentum = momentum_large #lots of momentum because it's a relatively rare event - } - } - - option = { #nation first - name = ig_leaders.3.b - default_option = yes - add_modifier = { - name = ig_national_dividends - months = normal_modifier_time - } - } -} - -# Charismatic - Diplomatic Tour -# IG bonus -# National Bonus - -ig_leaders.4 = { - type = country_event - placement = ROOT - - title = ig_leaders.4.t - desc = ig_leaders.4.d - flavor = ig_leaders.4.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:charismatic_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - any_interest_group = { - is_in_government = yes - leader = { - has_trait = charismatic - } - NOT = { - has_modifier = ig_popular_support - } - } - NOT = { - has_modifier = ig_diplomatic_tour - } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = yes - leader = { - has_trait = charismatic - } - NOT = { - has_modifier = ig_popular_support - } - } - save_scope_as = charismatic_ig - leader = { - save_scope_as = charismatic_leader - } - } - } - - cancellation_trigger = { - scope:charismatic_leader = { - is_character_alive = no - } - } - - option = { - name = ig_leaders.4.a - scope:charismatic_ig = { - add_modifier = { - name = ig_popular_support - months = normal_modifier_time - } - } - } - - option = { - name = ig_leaders.4.b - default_option = yes - add_modifier = { - name = ig_diplomatic_tour - months = normal_modifier_time - } - } -} - -# Imperious - It's Me Or Them -# Leave only the Imperious leader's IG in power (all removed IGs are pissed) -# Retire the Imperious leader, replace him with a new IG, hit their Clout - -ig_leaders.5 = { - type = country_event - placement = ROOT - - title = ig_leaders.5.t - desc = ig_leaders.5.d - flavor = ig_leaders.5.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:smug_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group_count >= 2 - any_interest_group = { - is_in_government = yes - leader = { - OR = { - has_trait = imperious - has_trait = arrogant - } - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = yes - leader = { - OR = { - has_trait = imperious - has_trait = arrogant - } - } - } - save_scope_as = smug_ig - leader = { - save_scope_as = smug_leader - } - set_variable = { - name = smug_ig_flag - } - } - } - - cancellation_trigger = { - scope:smug_leader = { - is_character_alive = no - } - } - - option = { #dont agree - name = ig_leaders.5.a - default_option = yes - scope:smug_ig = { - add_modifier = { - name = imperious_leader_dont_agree_modifier - months = normal_modifier_time - } - } - scope:smug_leader = { - add_modifier = { #popularity bad - name = imperious_leader_modifier - months = normal_modifier_time - } - } - hidden_effect = { - scope:smug_ig = { - remove_variable = smug_ig_flag - } - } - } - - option = { #agree - name = ig_leaders.5.b - every_interest_group = { - limit = { - is_in_government = yes - NOT = { has_variable = smug_ig_flag } - } - add_modifier = { - name = imperious_leader_agree_modifier - months = normal_modifier_time - } - } - scope:smug_leader = { - add_modifier = { #popularity good - name = imperious_leader_good_modifier - months = normal_modifier_time - } - } - hidden_effect = { - scope:smug_ig = { - remove_variable = smug_ig_flag - } - } - } -} - -### NOT IN POWER ### - -# Reckless/Ambitious - The Gamble -# The Party Ascendant ( add_ruling_interest_group ) -# The Power Play Fails ( IG is pissed off like hell, but also loses Clout ) - -ig_leaders.6 = { - type = country_event - placement = ROOT - - title = ig_leaders.6.t - desc = ig_leaders.6.d - flavor = ig_leaders.6.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:reckless_out_of_govt_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - any_interest_group = { - is_in_government = no - exists = leader - leader = { - OR = { - has_trait = reckless - has_trait = ambitious - } - } - is_insurrectionary = no - is_marginal = no - NOT = { - has_modifier = ig_scheme_shot_down - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = no - leader = { - OR = { - has_trait = reckless - has_trait = ambitious - } - } - is_insurrectionary = no - is_marginal = no - NOT = { - has_modifier = ig_scheme_shot_down - } - } - leader = { - save_scope_as = reckless_out_of_govt_leader - } - save_scope_as = reckless_out_of_govt_ig - } - } - - cancellation_trigger = { - OR = { - scope:reckless_out_of_govt_leader = { - is_character_alive = no - } - scope:reckless_out_of_govt_ig = { - ig_approval <= angry - } - } - } - - option = { #support them - name = ig_leaders.6.a - scope:reckless_out_of_govt_ig = { - add_modifier = { - name = play_for_power_good_modifier - months = normal_modifier_time - } - } - } - - option = { #dont - name = ig_leaders.6.b - default_option = yes - scope:reckless_out_of_govt_ig = { - add_modifier = { - name = ig_scheme_shot_down - months = normal_modifier_time - } - } - } -} \ No newline at end of file diff --git a/events/ig_petitions.txt b/events/ig_petitions.txt deleted file mode 100644 index c585a0a4..00000000 --- a/events/ig_petitions.txt +++ /dev/null @@ -1,622 +0,0 @@ -namespace = ig_petitions - -# Landowners wants to roll back suffrage -ig_petitions.1 = { - type = country_event - placement = ROOT - - title = ig_petitions.1.t - desc = ig_petitions.1.d - flavor = ig_petitions.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_universal_suffrage - ig:ig_landowners = { - is_powerful = yes - is_in_government = no - } - NOT = { has_variable = landowners_petition_var } - } - - immediate = { - ig:ig_landowners = { save_scope_as = landowners_ig } - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = landowners_petition_var - months = normal_modifier_time - } - } - - option = { #they have a point - name = ig_petitions.1.a - add_modifier = { - name = accepted_petition #authority - months = normal_modifier_time - } - add_enactment_modifier = { - name = landowners_petition_acepted_modifier - } - scope:landowners_ig = { - add_modifier = { - name = tarnished_reputation_modifier #pop attraction bad - months = normal_modifier_time - } - } - } - - option = { #u wot mate - name = ig_petitions.1.b - default_option = yes - add_enactment_modifier = { - name = landowners_petition_rejected_modifier - } - ig:ig_landowners = { - add_modifier = { - name = rejected_petition - months = short_modifier_time - } - } - } -} - -# Devout want State Religion -ig_petitions.4 = { - type = country_event - placement = ROOT - - title = ig_petitions.4.t - desc = ig_petitions.4.d - flavor = ig_petitions.4.f - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_state_religion - ig:ig_devout = { - is_powerful = yes - is_in_government = no - } - NOT = { has_variable = devout_petition_var } - } - - immediate = { - ig:ig_devout = { save_scope_as = devout_ig } - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = devout_petition_var - months = normal_modifier_time - } - } - - option = { #thank you guys - name = ig_petitions.4.a - add_enactment_modifier = { - name = devout_state_support_modifier #law enactment chance - } - ig:ig_devout = { #but they get more powerful - add_modifier = { - name = devout_state_influence_modifier #pol str - months = normal_modifier_time - } - } - } - - option = { #you're overstepping a bit - name = ig_petitions.4.b - default_option = yes - ig:ig_devout = { - add_modifier = { - name = rejected_petition - months = normal_modifier_time - } - } - } -} - -# Intelligentsia wants Free Speech -ig_petitions.7 = { - type = country_event - placement = ROOT - - title = ig_petitions.7.t - desc = ig_petitions.7.d - flavor = ig_petitions.7.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_right_of_assembly - ig:ig_intelligentsia = { - is_powerful = yes - is_in_government = no - } - NOT = { has_variable = intelligentsia_petition_var } - } - - immediate = { - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_ig - leader = { - save_scope_as = intelligentsia_leader - } - } - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = intelligentsia_petition_var - months = normal_modifier_time - } - } - - option = { #cool speech bro - name = ig_petitions.7.a - scope:intelligentsia_leader = { - add_modifier = { - name = intelligentsia_free_speech_leader_modifier #popularity - months = normal_modifier_time - } - } - } - - option = { #we need to focus on the law - name = ig_petitions.7.b - default_option = yes - add_enactment_modifier = { - name = intelligentsia_free_speech_modifier #success chance - } - scope:intelligentsia_leader = { - add_modifier = { - name = intelligentsia_free_speech_leader_bad_modifier #popularity - months = normal_modifier_time - } - } - } -} - -# Rural Folk want No Conscription -ig_petitions.10 = { - type = country_event - placement = scope:conscription_state - - title = ig_petitions.10.t - desc = ig_petitions.10.d - flavor = ig_petitions.10.f - - event_image = { - video = "gfx/event_pictures/asia_farmers_market.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/farmers_market" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - OR = { - is_enacting_law = law_type:law_mass_conscription - is_enacting_law = law_type:law_peasant_levies - } - ig:ig_rural_folk = { - is_powerful = yes - is_in_government = no - } - NOT = { has_variable = rural_petition_var } - } - - immediate = { - ig:ig_rural_folk = { save_scope_as = rural_folk_ig } - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { is_incorporated = yes } - save_scope_as = conscription_state - } - set_variable = { - name = rural_petition_var - months = normal_modifier_time - } - } - - option = { #mmmm maybe - name = ig_petitions.10.a - scope:conscription_state = { - add_modifier = { #less conscription - name = less_conscription_rural_folk_modifier - months = normal_modifier_time - } - } - add_modifier = { - name = accepted_petition - months = normal_modifier_time - } - } - - option = { #shut up - name = ig_petitions.10.b - default_option = yes - add_enactment_modifier = { - name = rural_folk_conscription_concerns_ignored_modifier - } - ig:ig_rural_folk = { - add_modifier = { - name = rejected_petition - months = normal_modifier_time - } - } - } -} - -# Trade Unions want compulsory primary schooling -ig_petitions.13 = { - type = country_event - placement = capital - - title = ig_petitions.13.t - desc = ig_petitions.13.d - flavor = ig_petitions.13.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - OR = { - is_enacting_law = law_type:law_no_schools - is_enacting_law = law_type:law_religious_schools - is_enacting_law = law_type:law_private_schools - } - has_technology_researched = labor_movement - ig:ig_trade_unions = { - is_powerful = yes - is_in_government = no - } - NOT = { has_variable = trade_unions_petititon_var } - } - - immediate = { - ig:ig_trade_unions = { save_scope_as = trade_unions_ig } - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = trade_unions_petititon_var - months = normal_modifier_time - } - } - - option = { #they have a point - name = ig_petitions.13.a - add_enactment_modifier = { - name = trade_unions_placation_modifier #enactment time malus - } - capital = { - add_modifier = { - name = accepted_petition_TU #loyalists from sol - months = normal_modifier_time - } - } - } - - option = { #lmao what - name = ig_petitions.13.b - default_option = yes - add_enactment_modifier = { #enactment bonus - name = no_public_schools_modifier - } - ig:ig_trade_unions = { - add_modifier = { - name = rejected_petition - months = normal_modifier_time - } - } - } -} - -# Industrialists want no graduated taxes -ig_petitions.16 = { - type = country_event - placement = ROOT - - title = ig_petitions.16.t - desc = ig_petitions.16.d - flavor = ig_petitions.16.f - - event_image = { - video = "gfx/event_pictures/middleeast_upperclass_party.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/upperclass_party" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_graduated_taxation - ig:ig_industrialists = { - is_powerful = yes - is_in_government = no - } - NOT = { has_variable = industrialists_petition_var } - } - - immediate = { - ig:ig_industrialists = { save_scope_as = industrialists_ig } - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = industrialists_petition_var - months = normal_modifier_time - } - } - - option = { #listen to them - name = ig_petitions.16.a - add_enactment_modifier = { - name = industralists_tax_agreed_modifier - } - add_modifier = { - name = accepted_petition_IN - months = normal_modifier_time - } - } - - option = { #get lost - name = ig_petitions.16.b - default_option = yes - add_enactment_modifier = { - name = industralists_tax_denied_modifier - } - ig:ig_industrialists = { - add_modifier = { - name = rejected_petition - months = normal_modifier_time - } - } - } -} - -# Armed Forces want conscription -ig_petitions.19 = { - type = country_event - placement = scope:conscription_state - - title = ig_petitions.19.t - desc = ig_petitions.19.d - flavor = ig_petitions.19.f - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_mass_conscription - ig:ig_armed_forces = { - is_powerful = yes - is_in_government = no - } - NOT = { has_variable = armed_forces_petition_var } - } - - immediate = { - ig:ig_armed_forces = { save_scope_as = armed_forces_ig } - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { is_incorporated = yes } - save_scope_as = conscription_state - } - set_variable = { - name = armed_forces_petition_var - months = normal_modifier_time - } - } - - option = { #focus on the conscription sentiment - name = ig_petitions.19.a - default_option = yes - add_enactment_modifier = { - name = conscription_law_modifier - } - scope:conscription_state = { - add_modifier = { - name = conscription_efforts_modifier - months = normal_modifier_time - } - } - } - - option = { #focus on passing the law - name = ig_petitions.19.b - add_modifier = { #bad bureaucracy but good army power projection - name = army_resources_modifier - months = normal_modifier_time - } - ig:ig_armed_forces = { - add_modifier = { - name = army_resources_ig_modifier - months = normal_modifier_time - } - } - } -} - -# The Petite-Bourgeoisie wants Restricted Citizenship -ig_petitions.22 = { - type = country_event - placement = ROOT - - title = ig_petitions.22.t - desc = ig_petitions.22.d - flavor = ig_petitions.22.f - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_national_supremacy - ig:ig_petty_bourgeoisie = { - is_powerful = yes - is_in_government = no - } - has_technology_researched = mass_communication - NOT = { has_variable = petite_petition_var } - } - - immediate = { - ig:ig_petty_bourgeoisie = { save_scope_as = petty_bourgeoisie_ig } - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = petite_petition_var - months = normal_modifier_time - } - } - - option = { #focus on authoritarism - name = ig_petitions.22.a - add_modifier = { - name = accepted_petition_PB - months = normal_modifier_time - } - } - - option = { #focus on passing the law - name = ig_petitions.22.b - default_option = yes - add_enactment_modifier = { - name = petty_bourgeoisie_national_supremacy - } - } -} \ No newline at end of file diff --git a/events/ig_revolutions.txt b/events/ig_revolutions.txt deleted file mode 100644 index 3996bcc2..00000000 --- a/events/ig_revolutions.txt +++ /dev/null @@ -1,733 +0,0 @@ -namespace = ig_revolutions - - -### IN POWER ### - -# Reckless/Ambitious - In The Balance - -ig_revolutions.1 = { - type = country_event - placement = ROOT - - title = ig_revolutions.1.t - desc = ig_revolutions.1.d - flavor = ig_revolutions.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - any_interest_group = { - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - leader = { - OR = { - has_trait = reckless - has_trait = ambitious - } - } - is_revolutionary = no - NOT = { - has_modifier = ig_powerbrokers - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - leader = { - OR = { - has_trait = reckless - has_trait = ambitious - } - } - NOT = { - has_modifier = ig_powerbrokers - } - } - save_scope_as = ig_on_the_edge - leader = { - save_scope_as = ig_on_the_edge_leader - } - } - } - - option = { - name = ig_revolutions.1.a - default_option = yes - scope:ig_on_the_edge = { - add_modifier = { - name = ig_powerbrokers - months = 48 - } - } - } - - option = { - name = ig_revolutions.1.b - scope:ig_on_the_edge = { - join_revolution = yes - } - } -} - -# Landowners are angry, but not quite angry enough -ig_revolutions.2 = { - type = country_event - placement = ROOT - - title = ig_revolutions.2.t - desc = ig_revolutions.2.d - flavor = ig_revolutions.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_landowners = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_landowners = { - save_scope_as = ig_lo_on_the_edge - } - } - - option = { - name = ig_revolutions.2.a - default_option = yes - ig:ig_landowners = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.2.b - ig:ig_landowners = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - - option = { - name = ig_revolutions.2.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_landowners = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} - -# Rural Folk are angry, but not quite angry enough -ig_revolutions.3 = { - type = country_event - placement = ROOT - - title = ig_revolutions.3.t - desc = ig_revolutions.3.d - flavor = ig_revolutions.3.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_rural_folk = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_rural_folk = { - save_scope_as = ig_rf_on_the_edge - } - } - - option = { - name = ig_revolutions.3.a - default_option = yes - ig:ig_rural_folk = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.3.b - ig:ig_rural_folk = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - option = { - name = ig_revolutions.3.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_rural_folk = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} - -# Devout are angry, but not quite angry enough -ig_revolutions.4 = { - type = country_event - placement = ROOT - - title = ig_revolutions.4.t - desc = ig_revolutions.4.d - flavor = ig_revolutions.4.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_devout = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_devout = { - save_scope_as = ig_dv_on_the_edge - } - } - - option = { - name = ig_revolutions.4.a - default_option = yes - ig:ig_devout = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.4.b - ig:ig_devout = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - option = { - name = ig_revolutions.4.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_devout = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} - -# Armed Forces are angry, but not quite angry enough -ig_revolutions.5 = { - type = country_event - placement = ROOT - - title = ig_revolutions.5.t - desc = ig_revolutions.5.d - flavor = ig_revolutions.5.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_armed_forces = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_armed_forces = { - save_scope_as = ig_af_on_the_edge - } - } - - option = { - name = ig_revolutions.5.a - default_option = yes - ig:ig_armed_forces = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.5.b - ig:ig_armed_forces = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - option = { - name = ig_revolutions.5.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_armed_forces = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} - -# Industrialists are angry, but not quite angry enough -ig_revolutions.6 = { - type = country_event - placement = ROOT - - title = ig_revolutions.6.t - desc = ig_revolutions.6.d - flavor = ig_revolutions.6.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_industrialists = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_industrialists = { - save_scope_as = ig_in_on_the_edge - } - } - - option = { - name = ig_revolutions.6.a - default_option = yes - ig:ig_industrialists = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.6.b - ig:ig_industrialists = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - option = { - name = ig_revolutions.6.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_industrialists = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} - -# Intelligentsia are angry, but not quite angry enough -ig_revolutions.7 = { - type = country_event - placement = ROOT - - title = ig_revolutions.7.t - desc = ig_revolutions.7.d - flavor = ig_revolutions.7.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_intelligentsia = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_intelligentsia = { - save_scope_as = ig_it_on_the_edge - } - } - - option = { - name = ig_revolutions.7.a - default_option = yes - ig:ig_intelligentsia = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.7.b - ig:ig_intelligentsia = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - option = { - name = ig_revolutions.7.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} - -# Petty Bourgeoisie are angry, but not quite angry enough -ig_revolutions.8 = { - type = country_event - placement = ROOT - - title = ig_revolutions.8.t - desc = ig_revolutions.8.d - flavor = ig_revolutions.8.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_petty_bourgeoisie = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_petty_bourgeoisie = { - save_scope_as = ig_pb_on_the_edge - } - } - - option = { - name = ig_revolutions.8.a - default_option = yes - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.8.b - ig:ig_petty_bourgeoisie = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - option = { - name = ig_revolutions.8.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} - -# Trade Unions are angry, but not quite angry enough -ig_revolutions.9 = { - type = country_event - placement = ROOT - - title = ig_revolutions.9.t - desc = ig_revolutions.9.d - flavor = ig_revolutions.9.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_insurrectionary_interest_groups = yes - ig:ig_trade_unions = { - is_revolutionary = no - is_in_government = no - is_marginal = no - AND = { - ig_approval <= -1 - ig_approval > -8 - } - NOT = { has_modifier = ig_concessions_and_appeasement } - NOT = { has_modifier = ig_unappeased } - NOT = { has_modifier = ig_mass_arrests } - } - } - - immediate = { - ig:ig_trade_unions = { - save_scope_as = ig_tu_on_the_edge - } - } - - option = { - name = ig_revolutions.9.a - default_option = yes - ig:ig_trade_unions = { - add_modifier = { - name = ig_concessions_and_appeasement - months = 36 - } - } - } - - option = { - name = ig_revolutions.9.b - ig:ig_trade_unions = { - join_revolution = yes - add_modifier = { - name = ig_unappeased - months = 36 - } - } - } - option = { - name = ig_revolutions.9.c - trigger = { - OR = { - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - ig:ig_trade_unions = { - add_modifier = { - name = ig_mass_arrests - months = 12 - } - } - } -} diff --git a/events/ig_suppression_events.txt b/events/ig_suppression_events.txt deleted file mode 100644 index 2977ad4d..00000000 --- a/events/ig_suppression_events.txt +++ /dev/null @@ -1,1056 +0,0 @@ -namespace = ig_suppression_events - -ig_suppression_events.1 = { #pst kid do you want to scheme? - type = country_event - - title = ig_suppression_events.1.t - desc = ig_suppression_events.1.d - flavor = ig_suppression_events.1.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - # triggered by on_yearly_pulse_country - NOT = { has_journal_entry = je_ig_suppression_1 } - NOT = { has_variable = dismissed_ig_suppresion_var } - NOT = { has_variable = completed_ig_suppression_je_var } - any_interest_group = { - is_powerful = yes - is_being_suppressed = yes - } - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_national_guard - has_law = law_type:law_secret_police - } - } - - immediate = { - random_interest_group = { - limit = { - is_powerful = yes - is_being_suppressed = yes - } - save_scope_as = suppressed_ig - } - } - - option = { #of course I do - name = ig_suppression_events.1.a - custom_tooltip = ig_suppression_tt - add_journal_entry = { - type = je_ig_suppression_1 - target = scope:suppressed_ig - } - } - - option = { #nah I'm fine - name = ig_suppression_events.1.b - default_option = yes - set_variable = { - name = dismissed_ig_suppresion_var - months = normal_modifier_time - } - custom_tooltip = dismissed_ig_suppression_tt - } -} - -ig_suppression_events.2 = { #scandal / es can da lo es un escandalo - type = country_event - - title = ig_suppression_events.2.t - desc = ig_suppression_events.2.d - flavor = ig_suppression_events.2.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - #triggered by JE - NOT = { has_variable = scandal_event_chain_variable } - } - - immediate = { - scope:target = { - leader = { - save_scope_as = suppressed_leader - } - } - set_variable = { - name = scandal_event_chain_variable - months = short_modifier_time - } - } - - option = { #be a bit... sneaky - name = ig_suppression_events.2.a - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_secret_police - AND = { - ig:ig_intelligentsia = { - is_powerful = yes - } - scope:target = { - is_interest_group_type = ig_intelligentsia - } - } - } - } - scope:target = { - add_modifier = { - name = undermined_ig_modifier - months = normal_modifier_time - } - } - set_variable = { - name = ig_leader_exposed_var - } - trigger_event = { id = ig_suppression_events.3 days = 60 } - } - - option = { #spread the word at upper class balls - name = ig_suppression_events.2.b - scope:target = { - add_modifier = { - name = undermined_upper_class_modifier - months = normal_modifier_time - } - } - random_list = { - 50 = { - modifier = { - if = { - limit = { - has_law = law_type:law_censorship - } - } - add = 25 - } - modifier = { - if = { - limit = { - has_technology_researched = political_agitation - } - } - add = 10 - } - } - 50 = { - modifier = { - if = { - limit = { - NOT = { has_technology_researched = dialectics } - } - } - add = 10 - } - add_modifier = { - name = suppression_discovered - months = normal_modifier_time - } - } - } - hidden_effect = { - set_variable = { - name = ig_leader_exposed_var - } - } - trigger_event = { id = ig_suppression_events.3 days = 60 } - } - - option = { #let the poor people spread the word - name = ig_suppression_events.2.c - default_option = yes - scope:target = { - add_modifier = { - name = undermined_lower_class_modifier - months = normal_modifier_time - } - } - random_list = { - 50 = { - modifier = { - if = { - limit = { - has_law = law_type:law_censorship - } - } - add = 25 - } - modifier = { - if = { - limit = { - has_technology_researched = labor_movement - } - } - add = 10 - } - } - 50 = { - modifier = { - if = { - limit = { - NOT = { has_technology_researched = dialectics } - } - } - add = 10 - } - add_modifier = { - name = suppression_discovered - months = normal_modifier_time - } - } - } - hidden_effect = { - set_variable = { - name = ig_leader_exposed_var - } - } - trigger_event = { id = ig_suppression_events.3 days = 60 } - } -} - -ig_suppression_events.3 = { #make them step down - type = country_event - - title = ig_suppression_events.3.t - desc = ig_suppression_events.3.d - flavor = ig_suppression_events.3.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - #triggered by ig_suppression_events.2 - } - - immediate = { - scope:target = { - leader = { - save_scope_as = suppressed_leader - } - } - } - - option = { #blackmail then - name = ig_suppression_events.3.a - scope:target = { - add_modifier = { - name = blackmailed_ig_modifier - months = normal_modifier_time - } - } - custom_tooltip = ig_suppression_events.3.a.tt - hidden_effect = { - set_variable = { - name = ig_leader_steps_down_var - } - scope:suppressed_leader = { - kill_character = yes - } - } - trigger_event = { id = ig_suppression_events.4 days = 60 } - } - - option = { #make the scandal bigger - name = ig_suppression_events.3.b - trigger = { - OR = { - has_technology_researched = mass_propaganda - has_technology_researched = mass_communication - } - } - scope:target = { - add_modifier = { - name = suppression_scandal_modifier - months = normal_modifier_time - } - } - scope:suppressed_leader = { - add_modifier = { - name = suppression_leader_modifier - months = normal_modifier_time - } - } - } - - option = { #this has gone too far - name = ig_suppression_events.3.c - default_option = yes - if = { - limit = { - scope:target = { - NOT = { is_interest_group_type = ig_armed_forces } - } - } - ig:ig_armed_forces = { - add_modifier = { - name = plot_backing_down_bad_modifier - months = normal_modifier_time - } - } - } - else = { - random_interest_group = { - limit = { - NOT = { this = scope:target } - } - add_modifier = { - name = plot_backing_down_modifier - months = normal_modifier_time - } - } - } - } -} - -ig_suppression_events.4 = { #send them to jail - type = country_event - - title = ig_suppression_events.4.t - desc = ig_suppression_events.4.d - flavor = ig_suppression_events.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - #triggered by ig_suppression_events.3 - } - - immediate = { - scope:target = { - leader = { - save_scope_as = suppressed_leader - } - } - } - - option = { #to jail! - name = ig_suppression_events.4.a - scope:target = { - add_modifier = { - name = imprisoned_ig_modifier - months = normal_modifier_time - } - } - custom_tooltip = ig_suppression_events.4.a.tt - hidden_effect = { - set_variable = { - name = ig_leader_in_jail_var - } - scope:suppressed_leader = { - kill_character = yes - } - } - if = { - limit = { - NOR = { - has_law = law_type:law_censorship - has_law = law_type:law_militarized_police - } - } - add_modifier = { - name = imprisoned_ig_people_modifier - months = normal_modifier_time - } - } - } - - option = { #consider stepping down... harder - name = ig_suppression_events.4.b - trigger = { - NOT = { has_variable = ig_leader_steps_down_var } - } - scope:target = { - add_modifier = { - name = suppression_scandal_modifier - months = normal_modifier_time - } - } - custom_tooltip = ig_suppression_events.4.b.tt - hidden_effect = { - set_variable = { - name = ig_leader_steps_down_var - } - scope:suppressed_leader = { - kill_character = yes - } - } - } - - option = { #this has gone too far (again) - name = ig_suppression_events.4.c - default_option = yes - if = { - limit = { - scope:target = { - NOT = { is_interest_group_type = ig_armed_forces } - } - } - ig:ig_armed_forces = { - add_modifier = { - name = plot_backing_down_bad_modifier - months = normal_modifier_time - } - } - } - else = { - random_interest_group = { - limit = { - NOT = { this = scope:target } - } - add_modifier = { - name = plot_backing_down_modifier - months = normal_modifier_time - } - } - } - } -} - -ig_suppression_events.5 = { #break into an IG's meeting - type = country_event - - title = ig_suppression_events.5.t - desc = ig_suppression_events.5.d - flavor = ig_suppression_events.5.f - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - #triggered by JE - OR = { - has_law = law_type:law_militarized_police - has_law = law_type:law_secret_police - NOT = { has_law = law_type:law_right_of_assembly } - } - } - - immediate = { - random_interest_group = { - limit = { - is_being_suppressed = yes - } - save_scope_as = suppressed_ig - } - } - - option = { #sneak in - name = ig_suppression_events.5.a - trigger = { - has_law = law_type:law_secret_police - } - scope:target = { - add_modifier = { - name = sneaky_suppressed_meeting_modifier - months = normal_modifier_time - } - } - } - - option = { #break by force - name = ig_suppression_events.5.b - trigger = { - has_law = law_type:law_militarized_police - } - capital = { - add_radicals = { - value = medium_radicals - } - } - scope:target = { - add_modifier = { - name = violent_suppressed_meeting_modifier - months = normal_modifier_time - } - } - } - - option = { #they have no right to be doing this! - name = ig_suppression_events.5.c - trigger = { - NOT = { has_law = law_type:law_right_of_assembly } - } - scope:target = { - add_modifier = { - name = violent_suppressed_meeting_modifier - months = normal_modifier_time - } - } - } - - option = { #just walk in there - name = ig_suppression_events.5.e - default_option = yes - scope:target = { - add_modifier = { - name = suppressed_meeting_modifier - months = normal_modifier_time - } - } - } -} - -ig_suppression_events.6 = { #bribe an IG leader - type = country_event - - title = ig_suppression_events.6.t - desc = ig_suppression_events.6.d - flavor = ig_suppression_events.6.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - duration = 3 - - trigger = { - #triggered by JE - OR = { - has_law = law_type:law_militarized_police - has_law = law_type:law_secret_police - institution_investment_level = { - institution = institution_police - value >= 4 - } - } - } - - immediate = { - scope:target = { - leader = { - save_scope_as = suppressed_leader - } - } - } - - option = { #bribe - name = ig_suppression_events.6.a - default_option = yes - add_modifier = { - name = bribing_scandal_modifier - months = normal_modifier_time - multiplier = money_amount_multiplier_small - } - scope:target = { - add_modifier = { - name = ig_autosabotage_modifier - months = normal_modifier_time - } - } - scope:suppressed_leader = { - add_modifier = { - name = ig_autosabotage_leader_modifier - months = normal_modifier_time - } - } - } - - option = { #intimidate - name = ig_suppression_events.6.b - scope:target = { - add_modifier = { - name = ig_autosabotage_modifier - months = normal_modifier_time - } - } - scope:suppressed_leader = { - add_modifier = { - name = ig_autosabotage_leader_modifier - months = normal_modifier_time - } - } - capital = { - add_radicals = { - value = medium_radicals - } - } - } -} - -ig_suppression_events.7 = { #ending event so it's not completely anti climatic - type = country_event - - title = ig_suppression_events.7.t - desc = ig_suppression_events.7.d - flavor = ig_suppression_events.7.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - #ending event for the je_ig_suppression_1 - } - - immediate = { - scope:target = { - leader = { - save_scope_as = suppressed_leader - } - } - } - - option = { #noice - name = ig_suppression_events.7.a - default_option = yes - add_modifier = { - name = founded_fear #authority - months = normal_modifier_time - } - } - - option = { #WE did it - name = ig_suppression_events.7.b - add_modifier = { - name = founded_fear_legitimacy #legitimacy - months = normal_modifier_time - } - } - - option = { #noice but noicer - name = ig_suppression_events.7.c - trigger = { - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - } - } - random_list = { - 50 = { - add_modifier = { - name = founded_fear #authority - months = normal_modifier_time - multiplier = 2 - } - } - 50 = { - } - } - } -} - -ig_suppression_events.1000 = { #Write negative article about IG - type = country_event - placement = ROOT - - title = ig_suppression_events.1000.t - desc = ig_suppression_events.1000.d - flavor = ig_suppression_events.1000.f - - event_image = { - video = "gfx/event_pictures/unspecific_signed_contract.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - #triggered by the JE pulse - NOT = { has_variable = bad_article_cooldown_modifier } - } - - immediate = { - scope:target = { - save_scope_as = negative_article_ig - } - set_variable = { - name = bad_article_cooldown_modifier - months = short_modifier_time - } - } - - option = { #Devout - name = ig_suppression_events.1000.a.1 - trigger = { - scope:negative_article_ig = ig:ig_devout - } - add_modifier = { - name = modifier_paying_journalist - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - scope:negative_article_ig = { - add_modifier = { - name = modifier_article_damages_ig_reputation - months = short_modifier_time - } - } - } - - option = { #Rural Folk - name = ig_suppression_events.1000.a.2 - trigger = { - scope:negative_article_ig = ig:ig_rural_folk - } - add_modifier = { - name = modifier_paying_journalist - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - scope:negative_article_ig = { - add_modifier = { - name = modifier_article_damages_ig_reputation - months = short_modifier_time - } - } - } - - option = { #Armed Forces - name = ig_suppression_events.1000.a.3 - trigger = { - scope:negative_article_ig = ig:ig_armed_forces - } - add_modifier = { - name = modifier_paying_journalist - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - scope:negative_article_ig = { - add_modifier = { - name = modifier_article_damages_ig_reputation - months = short_modifier_time - } - } - } - - option = { #industrialists - name = ig_suppression_events.1000.a.4 - trigger = { - scope:negative_article_ig = ig:ig_industrialists - } - add_modifier = { - name = modifier_paying_journalist - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - scope:negative_article_ig = { - add_modifier = { - name = modifier_article_damages_ig_reputation - months = short_modifier_time - } - } - } - - option = { #Everyone else - name = ig_suppression_events.1000.a - trigger = { - OR = { - scope:negative_article_ig = ig:ig_landowners - scope:negative_article_ig = ig:ig_petty_bourgeoisie - scope:negative_article_ig = ig:ig_trade_unions - scope:negative_article_ig = ig:ig_intelligentsia - } - } - add_modifier = { - name = modifier_paying_journalist - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - scope:negative_article_ig = { - add_modifier = { - name = modifier_article_damages_ig_reputation - months = short_modifier_time - } - } - } - - option = { #Nothing happens - name = ig_suppression_events.1000.b - default_option = yes - if = { - limit = { - NOT = { has_technology_researched = democracy } - can_research = democracy - } - add_technology_progress = { progress = 1650 technology = democracy } - } - else_if = { - limit = { - NOT = { has_technology_researched = dialectics } - can_research = dialectics - any_state = { - has_building = building_arts_academy - } - } - add_technology_progress = { progress = 2500 technology = dialectics } - } - else = { - random_interest_group = { - limit = { - NOT = { this = scope:target } - } - add_modifier = { - name = plot_backing_down_modifier - months = normal_modifier_time - } - } - } - } - - option = { - name = ig_suppression_events.1000.c - - highlighted_option = yes - trigger = { - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - } - } - scope:negative_article_ig = { - add_modifier = { - name = modifier_article_damages_ig_reputation - months = normal_modifier_time - } - } - } - -} - - -ig_suppression_events.1001 = { - type = country_event - placement = ROOT - - title = ig_suppression_events.1001.t - desc = ig_suppression_events.1001.d - flavor = ig_suppression_events.1001.f - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - immediate = { - random_interest_group = { - limit = { - is_being_suppressed = yes - } - save_scope_as = suppressed_ig - } - } - - - option = { - name = ig_suppression_events.1001.a - add_modifier = { - name = modifier_intimidating_ig_cost - months = normal_modifier_time - } - scope:suppressed_ig = { - add_modifier = { - name = modifier_intimidating_ig - months = normal_modifier_time - } - } - } - - option = { - name = ig_suppression_events.1001.c - highlighted_option = yes - trigger = { - has_law = law_type:law_secret_police - } - scope:suppressed_ig = { - add_modifier = { - name = modifier_intimidating_ig - months = normal_modifier_time - } - } - } - - option = { #Nothing happens - name = ig_suppression_events.1001.b - default_option = yes - if = { - limit = { - NOT = { has_technology_researched = democracy } - can_research = democracy - } - add_technology_progress = { progress = 1650 technology = democracy } - } - else_if = { - limit = { - NOT = { has_technology_researched = international_relations } - has_technology_researched = centralization - can_research = international_relations - } - add_technology_progress = { progress = 1650 technology = international_relations } - } - else = { - random_interest_group = { - limit = { - NOT = { this = scope:target } - } - add_modifier = { - name = plot_backing_down_modifier - months = normal_modifier_time - } - } - } - } - -} - - -ig_suppression_events.1003 = { #Assassinate an Ig leader - type = country_event - placement = ROOT - - title = ig_suppression_events.1003.t - desc = ig_suppression_events.1003.d - flavor = ig_suppression_events.1003.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - has_law = law_type:law_secret_police - } - - immediate = { - scope:target = { - leader = { - save_scope_as = suppressed_ig_leader - } - } - } - - - option = { - name = ig_suppression_events.1003.a - capital = { - add_radicals = { - value = medium_radicals - } - } - - random_list = { - 10 = { #Success - scope:suppressed_leader = { - kill_character = yes - } - - ROOT = { - post_notification = ig_leader_assassination - } - } - - 10 = { #Failure - ROOT = { - post_notification = ig_leader_assassination_failed - } - - } - } - } - - - - option = { #Nothing happens - name = ig_suppression_events.1003.b - default_option = yes - if = { - limit = { - scope:target = { - NOT = { is_interest_group_type = ig_armed_forces } - } - } - ig:ig_armed_forces = { - add_modifier = { - name = plot_backing_down_bad_modifier - months = normal_modifier_time - } - } - } - else = { - random_interest_group = { - limit = { - NOT = { this = scope:target } - } - add_modifier = { - name = plot_backing_down_modifier - months = normal_modifier_time - } - } - } - } - -} diff --git a/events/industrial_accidents_events.txt b/events/industrial_accidents_events.txt deleted file mode 100644 index de508b5e..00000000 --- a/events/industrial_accidents_events.txt +++ /dev/null @@ -1,556 +0,0 @@ -namespace = industrial_accident_events - -# Triangle Shirtwaist Factory fire -industrial_accident_events.1 = { - type = country_event - placement = scope:triangle_shirtwaist_factory_state - title = industrial_accident_events.1.t - desc = industrial_accident_events.1.d - flavor = industrial_accident_events.1.f - - event_image = { - video = "gfx/event_pictures/asia_factory_accident.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/factory_accident" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - trigger = { - NOT = { - OR = { - has_law = law_type:law_worker_protections - has_law = law_type:law_regulatory_bodies - } - } - NOT = { - has_variable = triangle_shirtwaist_factory_fire - } - any_scope_character = { - AND = { # can be a politician but can't be, like, Queen Victoria - has_role = politician - is_ruler = no - age >= 18 # must be an adult - } - interest_group = { - is_insurrectionary = no - is_marginal = no - OR = { - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_landowners - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_armed_forces - } - } - } - any_scope_state = { - has_building = building_textile_mills - NOT = { - is_production_method_active = { - building_type = building_textile_mills - production_method = pm_traditional_looms - } - } - } - } - immediate = { - set_variable = { - name = triangle_shirtwaist_factory_fire - value = yes - months = 51 # keep near but slightly off 4 year intervals - } - random_scope_character = { - limit = { - AND = { # can be a politician but can't be, like, Queen Victoria - has_role = politician - is_ruler = no - } - interest_group = { - is_insurrectionary = no - is_marginal = no - OR = { - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_landowners - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_armed_forces - } - } - } - save_scope_as = guilty_factory_owner - } - scope:guilty_factory_owner = { - interest_group = { - save_scope_as = guilty_factory_owner_ig - } - } - random_scope_state = { - limit = { - has_building = building_textile_mills - NOT = { - is_production_method_active = { - building_type = building_textile_mills - production_method = pm_traditional_looms - } - } - } - save_scope_as = triangle_shirtwaist_factory_state - } - } - cancellation_trigger = { - scope:guilty_factory_owner = { - is_character_alive = no - } - } - option = { - name = industrial_accident_events.1.a - scope:triangle_shirtwaist_factory_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - scope:guilty_factory_owner_ig = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } - option = { - name = industrial_accident_events.1.b - default_option = yes - custom_tooltip = industrial_accident_events.1.b.tt - hidden_effect = { - scope:guilty_factory_owner = { - kill_character = yes - } - } - scope:guilty_factory_owner_ig = { - add_modifier = { - name = ig_power_challenged - months = normal_modifier_time - } - } - } -} - -# Dyeworks -industrial_accident_events.2 = { - type = country_event - placement = scope:dyeworks_state - - title = industrial_accident_events.2.t - desc = industrial_accident_events.2.d - flavor = industrial_accident_events.2.f - - event_image = { - video = "gfx/event_pictures/asia_factory_accident.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/factory_accident" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - has_building = building_textile_mills - } - NOT = { - OR = { - has_law = law_type:law_worker_protections - has_law = law_type:law_regulatory_bodies - } - } - NOT = { - has_variable = dyeworks_accident - } - } - immediate = { - random_scope_state = { - limit = { - has_building = building_textile_mills - } - save_scope_as = dyeworks_state - } - set_variable = { - name = dyeworks_accident - value = yes - } - } - option = { - name = industrial_accident_events.2.a - default_option=yes - scope:dyeworks_state = { - add_modifier = { - name = modifier_state_dyeworks_accident - months = normal_modifier_time - } - add_radicals = { - pop_type = laborers - value = medium_radicals - } - } - } - option = { - name = industrial_accident_events.2.b - trigger = { - ig:ig_trade_unions = { - is_insurrectionary = no - is_revolutionary = no - } - } - scope:dyeworks_state = { - add_modifier = { - name = modifier_state_dyeworks_accident - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } -} - -# The Brave Engineer -industrial_accident_events.3 = { - type = country_event - placement = scope:casey_jones_state - - title = industrial_accident_events.3.t - desc = industrial_accident_events.3.d - flavor = industrial_accident_events.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - has_building = building_railway - } - NOT = { - has_variable = casey_jones - } - } - immediate = { - random_scope_state = { - limit = { - has_building = building_railway - } - save_scope_as = casey_jones_state - } - set_variable = { - name = casey_jones - value = yes - } - } - option = { - name = industrial_accident_events.3.a - default_option=yes - scope:casey_jones_state = { - add_modifier = { - name = modifier_state_brave_engineer_accident - months = normal_modifier_time - } - } - } - option = { - name = industrial_accident_events.3.b - trigger = { - ig:ig_trade_unions = { - is_insurrectionary = no - is_revolutionary = no - } - } - scope:casey_jones_state = { - add_modifier = { - name = modifier_state_brave_engineer_accident - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } -} - -# The Great Molasses Flood -industrial_accident_events.4 = { - type = country_event - placement = scope:molasses_flood_state - - title = industrial_accident_events.4.t - desc = industrial_accident_events.4.d - flavor = industrial_accident_events.4.f - - event_image = { - video = "gfx/event_pictures/asia_factory_accident.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/factory_accident" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - has_building = building_food_industry - NOT = { - is_production_method_active = { - building_type = building_food_industry - production_method = pm_disabled_distillery - } - } - } - NOT = { - has_variable = great_molasses_flood - } - } - immediate = { - random_scope_state = { - limit = { - has_building = building_food_industry - NOT = { - is_production_method_active = { - building_type = building_food_industry - production_method = pm_disabled_distillery - } - } - } - save_scope_as = molasses_flood_state - } - set_variable = { - name = great_molasses_flood - value = yes - } - } - - option = { - name = industrial_accident_events.4.a - default_option=yes - scope:molasses_flood_state = { - add_modifier = { - name = modifier_bg_diminished_rum_production - months = normal_modifier_time - } - } - } - option = { - name = industrial_accident_events.4.b - scope:molasses_flood_state = { - add_radicals = { - pop_type = machinists - value = medium_radicals - } - add_radicals = { - pop_type = engineers - value = medium_radicals - } - add_radicals = { - pop_type = clerks - value = medium_radicals - } - add_radicals = { - pop_type = shopkeepers - value = medium_radicals - } - } - } -} - -industrial_accident_events.5 = { - type = country_event - placement = scope:boiler_explosion_state - - title = industrial_accident_events.5.t - desc = industrial_accident_events.5.d - flavor = industrial_accident_events.5.f - - event_image = { - video = "gfx/event_pictures/asia_factory_accident.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/factory_accident" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - using_watertube_boiler = yes - } - } - immediate = { - random_scope_state = { - limit = { - using_watertube_boiler = yes - } - save_scope_as = boiler_explosion_state - } - } - option = { - name = industrial_accident_events.5.a - default_option=yes - scope:boiler_explosion_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - ig:ig_industrialists = { - add_modifier = { - name = ig_gaining_support - months = 18 - } - } - } - option = { - name = industrial_accident_events.5.b - scope:boiler_explosion_state = { - add_radicals = { - strata = rich - value = medium_radicals - } - } - ig:ig_trade_unions = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } - option = { - name = industrial_accident_events.5.c - scope:boiler_explosion_state = { - add_radicals = { - strata = middle - value = medium_radicals - } - } - ig:ig_rural_folk = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } -} - -# Mining Accident -industrial_accident_events.6 = { - type = country_event - placement = scope:mining_accident_state - - title = industrial_accident_events.6.t - desc = industrial_accident_events.6.d - flavor = industrial_accident_events.6.f - - event_image = { - video = "gfx/event_pictures/southamerica_child_labor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/child_labor" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - OR = { - has_building = building_coal_mine - has_building = building_iron_mine - has_building = building_lead_mine - has_building = building_sulfur_mine - } - } - NOT = { - OR = { - has_law = law_type:law_worker_protections - has_law = law_type:law_regulatory_bodies - } - } - } - immediate = { - random_scope_state = { - limit = { - OR = { - has_building = building_coal_mine - has_building = building_iron_mine - has_building = building_lead_mine - has_building = building_sulfur_mine - } - } - save_scope_as = mining_accident_state - } - } - option = { - name = industrial_accident_events.6.a - default_option=yes - scope:mining_accident_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - ig:ig_industrialists = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } - option = { - name = industrial_accident_events.6.b - scope:mining_accident_state = { - add_radicals = { - strata = rich - value = medium_radicals - } - } - ig:ig_trade_unions = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } - option = { - name = industrial_accident_events.6.c - scope:mining_accident_state = { - add_radicals = { - strata = middle - value = medium_radicals - } - } - ig:ig_rural_folk = { - add_modifier = { - name = ig_gaining_support - months = normal_modifier_time - } - } - } -} diff --git a/events/internal_security_events.txt b/events/internal_security_events.txt deleted file mode 100644 index a99a368c..00000000 --- a/events/internal_security_events.txt +++ /dev/null @@ -1,525 +0,0 @@ -namespace = internal_security_events - -# Stall event - Forced disappearance -internal_security_events.1 = { - type = country_event - placement = ROOT - - title = internal_security_events.1.t - desc = internal_security_events.1.d - flavor = internal_security_events.1.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_secret_police - ig:ig_armed_forces = { - is_marginal = no - } - NOT = { - has_modifier = forced_disappearance_modifier - } - any_interest_group = { - law_stance = { - law = law_type:law_secret_police - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_armed_forces = { - save_scope_as = internal_security_ig - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_secret_police - value < neutral - } - } - save_scope_as = anti_secret_police_ig - leader = { - save_scope_as = anti_secret_police_leader - } - } - } - - option = { # we saw nothing - name = internal_security_events.1.a - default_option = yes - add_enactment_modifier = { - name = forced_disappearance_coverage_modifier - } - scope:anti_secret_police_ig = { - add_modifier = { - name = forced_disappearance_modifier - months = normal_modifier_time - } - } - scope:anti_secret_police_leader = { - kill_character = yes - } - } - - option = { # this has gone too far - name = internal_security_events.1.b - add_enactment_modifier = { - name = forced_disappearance_acknowledge_modifier - } - scope:anti_secret_police_leader = { - kill_character = yes - } - } -} - -# Advancement event - Counterintelligence -internal_security_events.2 = { - type = country_event - placement = ROOT - - title = internal_security_events.2.t - desc = internal_security_events.2.d - flavor = internal_security_events.2.f - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_secret_police - ig:ig_armed_forces = { - is_marginal = no - } - any_country = { - relations:root < relations_threshold:neutral - is_player = no - NOT = { is_country_type = decentralized } - NOT = { is_country_type = unrecognized } - } - NOT = { - has_modifier = counterintelligence_modifier - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_armed_forces = { - save_scope_as = internal_security_ig - } - random_country = { - limit = { - owner = { - relations:root < relations_threshold:neutral - is_player = no - NOT = { THIS = ROOT } - NOT = { is_country_type = decentralized } - NOT = { is_country_type = unrecognized } - } - } - save_scope_as = spy_country - } - } - - option = { # make a public statement - name = internal_security_events.2.a - default_option = yes - add_enactment_modifier = { - name = counterintelligence_modifier - } - change_relations = { - country = scope:spy_country - value = -30 - } - } - - option = { # use it to blackmail - name = internal_security_events.2.b - add_enactment_modifier = { - name = counterintelligence_weak_modifier - } - scope:internal_security_ig = { - add_modifier = { - name = counterattack_modifier - months = normal_modifier_time - } - } - change_relations = { - country = scope:spy_country - value = -50 - } - } -} - -# Debate event - People worry about privacy -internal_security_events.3 = { - type = country_event - - title = internal_security_events.3.t - desc = internal_security_events.3.d - flavor = internal_security_events.3.f - - event_image = { - video = "gfx/event_pictures/africa_public_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/public_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_secret_police - ig:ig_armed_forces = { - is_marginal = no - } - NOT = { - has_modifier = privacy_concerns_modifier - } - any_interest_group = { - law_stance = { - law = law_type:law_secret_police - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_armed_forces = { - save_scope_as = internal_security_ig - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_secret_police - value < neutral - } - } - save_scope_as = anti_secret_police_ig - leader = { - save_scope_as = anti_secret_police_leader - } - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_enact - } - save_scope_as = enacting_movement - } - } - - option = { # they are right - name = internal_security_events.3.a - default_option = yes - # if there's a movement to preserve, they get happy - if = { - limit = { - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - add_modifier = { - name = privacy_concerns_movement_modifier - } - } - } - scope:anti_secret_police_ig = { - add_modifier = { - name = privacy_concerns_ig_modifier - months = normal_modifier_time - } - } - } - - option = { # these are foolish concerns - name = internal_security_events.3.b - add_enactment_modifier = { - name = privacy_concerns_modifier - multiplier = -1 - } - # if there's a movement to preserve, they get angry - if = { - limit = { - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - add_modifier = { - name = privacy_concerns_movement_bad_modifier - } - } - } - if = { #but the supporters get happy - limit = { - scope:enacting_movement = { desired_law = law_type:law_secret_police } - } - scope:enacting_movement = { - add_modifier = { - name = privacy_concerns_movement_modifier - } - } - } - scope:anti_secret_police_ig = { - add_modifier = { - name = privacy_concerns_ig_modifier - months = normal_modifier_time - multiplier = -1 - } - } - } -} - -# Advancement event - Violent supression of protestors -internal_security_events.4 = { - type = country_event - placement = ROOT - - title = internal_security_events.4.t - desc = internal_security_events.4.d - flavor = internal_security_events.4.f - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_guaranteed_liberties - any_interest_group = { - law_stance = { - law = law_type:law_guaranteed_liberties - value > neutral - } - } - OR = { - institution_investment_level = { - institution = institution_police - value >= 1 - } - has_law = law_type:law_secret_police - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - any_political_movement = { - political_movement_support > 0.1 - any_supporting_interest_group = { - is_marginal = no - } - is_political_movement_type = movement_to_enact - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_guaranteed_liberties - value > neutral - } - } - save_scope_as = liberties_ig - } - } - - option = { # both need to calm down - name = internal_security_events.4.a - default_option = yes - add_enactment_modifier = { - name = violent_suppression_modifier - } - capital = { - add_radicals = { - value = large_radicals - strata = poor - } - } - } - - option = { # police needs to address this - name = internal_security_events.4.b - add_enactment_modifier = { - name = violent_suppression_modifier - multiplier = 2 - } - capital = { - add_radicals = { - value = large_radicals - pop_type = officers - } - add_radicals = { - value = large_radicals - pop_type = soldiers - } - } - ig:ig_armed_forces = { - add_modifier = { - name = blamed_police_modifier - months = normal_modifier_time - } - } - } -} - -# Debate event - Government needs info -internal_security_events.5 = { - type = country_event - placement = ROOT - - title = internal_security_events.5.t - desc = internal_security_events.5.d - flavor = internal_security_events.5.f - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_guaranteed_liberties - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - option = { # we need that info! - name = internal_security_events.5.a - default_option = yes - add_enactment_modifier = { - name = government_info_bad_modifier - } - } - - option = { # we can find another way - name = internal_security_events.5.b - add_enactment_modifier = { - name = government_info_modifier - } - } -} - -# Stall event - Terrorist attack -internal_security_events.6 = { - type = country_event - placement = ROOT - - title = internal_security_events.6.t - desc = internal_security_events.6.d - flavor = internal_security_events.6.f - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - is_enacting_law = law_type:law_guaranteed_liberties - OR = { - institution_investment_level = { - institution = institution_police - value >= 1 - } - has_law = law_type:law_secret_police - has_law = law_type:law_dedicated_police - has_law = law_type:law_militarized_police - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - option = { # make a public statement - name = internal_security_events.6.a - default_option = yes - add_enactment_modifier = { - name = terrorist_attack_modifier - } - capital = { - add_radicals = { - value = large_radicals - pop_type = officers - } - add_radicals = { - value = medium_radicals - pop_type = soldiers - } - } - } - - option = { # our police must be purged - name = internal_security_events.6.b - add_enactment_modifier = { - name = purged_police_modifier - } - capital = { - add_radicals = { - value = medium_radicals - pop_type = officers - } - add_radicals = { - value = large_radicals - pop_type = soldiers - } - } - } -} \ No newline at end of file diff --git a/events/law_events/anarchy_law.txt b/events/law_events/anarchy_law.txt deleted file mode 100644 index 7d4e8a0d..00000000 --- a/events/law_events/anarchy_law.txt +++ /dev/null @@ -1,381 +0,0 @@ -namespace = anarchy - -# Stall event - Propaganda of the Deed -# anarchists assassinate reactionary IG leader -anarchy.1 = { - type = country_event - placement = ROOT - - title = anarchy.1.t - desc = anarchy.1.d - flavor = anarchy.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_anarchy - any_interest_group = { - OR = { - has_ideology = ideology_reactionary - has_ideology = ideology_paternalistic - } - is_marginal = no - } - NOT = { - has_modifier = anarchist_terrorism - } - } - - immediate = { - random_interest_group = { - limit = { - OR = { - has_ideology = ideology_reactionary - has_ideology = ideology_paternalistic - } - is_marginal = no - } - save_scope_as = anarchy_target_ig - leader = { - save_scope_as = anarchy_target_leader - } - } - } - - cancellation_trigger = { - NOT = { is_enacting_law = law_type:law_anarchy } - } - - option = { # support terrorism - name = anarchy.1.a - default_option = yes - # lose lots of law progress - add_enactment_modifier = { - name = anarchist_terrorism - } - scope:anarchy_target_ig = { - add_modifier = { - name = anarchist_assassination - multiplier = 2 - } - } - add_modifier = { - name = anarchist_assaination_opposition_approval - months = normal_modifier_time - } - scope:anarchy_target_leader = { - kill_character = yes - } - } - - option = { # condemn terrorism - name = anarchy.1.b - # lose some law progress, lose lots of opposition ig opinion - add_enactment_modifier = { - name = anarchist_terrorism - multiplier = 2 - } - scope:anarchy_target_ig = { - add_modifier = { - name = anarchist_assassination - } - } - scope:anarchy_target_leader = { - kill_character = yes - } - } -} - -# Debate Event - Remove an institution for progress -anarchy.2 = { - type = country_event - placement = ROOT - - title = anarchy.2.t - desc = anarchy.2.desc - flavor = anarchy.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_anarchy - any_interest_group = { - leader = { - has_ideology = ideology_anarchist - } - } - OR = { - institution_investment_level = { - institution = institution_police - value >= 2 - } - institution_investment_level = { - institution = institution_home_affairs - value >= 2 - } - institution_investment_level = { - institution = institution_colonial_affairs - value >= 2 - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - leader = { - has_ideology = ideology_anarchist - } - } - save_scope_as = anarchists_scope - } - } - - cancellation_trigger = { - NOT = { is_enacting_law = law_type:law_anarchy } - } - - option = { # remove police - name = anarchy.2.a - trigger = { - institution_investment_level = { - institution = institution_police - value >= 2 - } - } - # add 15 progress - add_enactment_modifier = { - name = law_dismentling_the_state - } - change_institution_investment_level = { - institution = institution_police - investment = -3 - } - if = { - limit = { - any_interest_group = { - law_stance = { - law = law_type:law_dedicated_police - value > neutral - } - } - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_dedicated_police - value > neutral - } - } - add_modifier = { - name = dismantling_the_state - months = short_modifier_time - } - } - } - } - - option = { # remove home affairs - name = anarchy.2.c - trigger = { - institution_investment_level = { - institution = institution_home_affairs - value >= 2 - } - } - add_enactment_modifier = { - name = law_dismentling_the_state - } - change_institution_investment_level = { - institution = institution_home_affairs - investment = -3 - } - if = { - limit = { - any_interest_group = { - law_stance = { - law = law_type:law_no_home_affairs - value < neutral - } - } - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_no_home_affairs - value < neutral - } - } - add_modifier = { - name = dismantling_the_state - months = short_modifier_time - } - } - } - } - option = { # remove colonialism - name = anarchy.2.d - trigger = { - institution_investment_level = { - institution = institution_colonial_affairs - value >= 2 - } - } - add_enactment_modifier = { - name = law_dismentling_the_state - } - change_institution_investment_level = { - institution = institution_colonial_affairs - investment = -3 - } - if = { - limit = { - any_interest_group = { - law_stance = { - law = law_type:law_no_colonial_affairs - value < neutral - } - } - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_no_colonial_affairs - value < neutral - } - } - add_modifier = { - name = dismantling_the_state - months = short_modifier_time - } - } - } - } - option = { # remove nothing - name = anarchy.2.e - default_option = yes - # lose 20 progress - add_enactment_modifier = { - name = withering_away - } - # lose IG opinion - scope:anarchists_scope = { - add_modifier = { - name = ig_withering_away - months = short_modifier_time - } - } - } -} - -# Advance event - Mutual Aid -anarchy.3 = { - type = country_event - placement = ROOT - - title = anarchy.3.t - desc = anarchy.3.d - flavor = anarchy.3.f - - event_image = { - video = "gfx/event_pictures/africa_prosperous_farm.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/prosperous_farm" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_anarchy - ig:ig_rural_folk = { - is_marginal = no - } - NOT = { - has_modifier = mutual_aid - } - } - - immediate = { - create_character = { - ig_leader = yes - interest_group = ig_rural_folk - female = no - ideology = ideology_anarchist - } - ig:ig_rural_folk = { - save_scope_as = farmer_ig - leader = { save_scope_as = anarchist_farmer } - } - } - - cancellation_trigger = { - NOT = { is_enacting_law = law_type:law_anarchy } - } - - option = { # encourage mutual aid - name = anarchy.3.a - # improve poor welfare - add_modifier = { - name = encouraging_mutual_aid - months = short_modifier_time - } - # increase success chance - add_enactment_modifier = { - name = mutual_aid - } - } - option = { # novel agricultural methods - name = anarchy.3.b - # agriculture throughput - add_modifier = { - name = anarchist_agriculture - months = short_modifier_time - } - # increase success chance - add_enactment_modifier = { - name = mutual_aid - } - } - option = { # use as propaganda - name = anarchy.3.c - default_option = yes - # greatly increase success chance - add_enactment_modifier = { - name = mutual_aid - multiplier = 2 - } - } -} \ No newline at end of file diff --git a/events/law_events/anti_state_religion_law_events.txt b/events/law_events/anti_state_religion_law_events.txt deleted file mode 100644 index 3abf2836..00000000 --- a/events/law_events/anti_state_religion_law_events.txt +++ /dev/null @@ -1,250 +0,0 @@ -namespace = anti_state_religion - -# Religious corruption exposed -anti_state_religion.1 = { # Advance - type = country_event - - title = anti_state_religion.1.t - desc = anti_state_religion.1.d - flavor = anti_state_religion.1.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_state_religion - OR = { - is_enacting_law = law_type:law_freedom_of_conscience - is_enacting_law = law_type:law_total_separation - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ROOT.religion = { - save_scope_as = country_religion - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = anti_state_religion.1.a - default_option = yes - - add_enactment_modifier = { - name = anti_religious_fury - } - } - - option = { - name = anti_state_religion.1.b - - trigger = { - any_scope_character = { - is_ruler = yes - OR = { - AND = { - NOT = { has_ideology = ideology_atheist } - } - has_ideology = ideology_theocrat - has_ideology = ideology_traditionalist - } - } - } - - if = { - limit = { - ruler = { has_ideology = ideology_theocrat } - } - ruler = { set_ideology = ideology_moderate } - } - else_if = { - limit = { - ruler = { has_ideology = ideology_traditionalist } - } - ruler = { set_ideology = ideology_moderate } - } - else_if = { - limit = { - ruler = { - NOT = { has_ideology = ideology_atheist } - } - } - ruler = { set_ideology = ideology_atheist } - } - } -} - -# Anti-Clericalism -# Debate -anti_state_religion.2 = { - type = country_event - placement = root - title = anti_state_religion.2.t - desc = anti_state_religion.2.d - flavor = anti_state_religion.2.f - - duration = 3 - - cooldown = { months = normal_modifier_time } - - event_image = { - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - trigger = { - has_law = law_type:law_state_religion - OR = { - is_enacting_law = law_type:law_freedom_of_conscience - is_enacting_law = law_type:law_total_separation - } - any_scope_pop = { - is_pop_type = clergymen # sanity check - } - any_interest_group = { # probably Devout but not necessarily - is_marginal = no - is_insurrectionary = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - is_insurrectionary = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = community_rel_ig_scope - leader = { - save_scope_as = community_rel_ig_leader_scope - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = anti_state_religion.2.a - default_option = yes - add_enactment_modifier = { - name = anti_clericalism_pushed_through - } - add_radicals = { - value = medium_radicals - pop_type = clergymen - } - } - - option = { - name = anti_state_religion.2.b - add_enactment_modifier = { - name = anti_clericalism_halted - } - } -} - -# The Martyr -# Stall -anti_state_religion.3 = { - type = country_event - placement = root - title = anti_state_religion.3.t - desc = anti_state_religion.3.d - flavor = anti_state_religion.3.f - - duration = 3 - - cooldown = { months = normal_modifier_time } - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - trigger = { - has_law = law_type:law_state_religion - OR = { - is_enacting_law = law_type:law_freedom_of_conscience - is_enacting_law = law_type:law_total_separation - } - any_scope_pop = { - is_pop_type = clergymen # sanity check - } - } - - immediate = { - ROOT.religion = { - save_scope_as = country_religion_pop - } - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = anti_state_religion.3.a - default_option = yes - random_list = { - 1 = { - add_enactment_modifier = { - name = example_made_of_preacher - } - } - 3 = { - add_enactment_modifier = { - name = martyr_motivated_commotion - } - add_radicals = { - value = medium_radicals - pop_type = clergymen - } - } - } - } - option = { - name = anti_state_religion.3.b - add_enactment_modifier = { - name = street_preachers - } - } -} diff --git a/events/law_events/bureaucracy.txt b/events/law_events/bureaucracy.txt deleted file mode 100644 index d7644c7d..00000000 --- a/events/law_events/bureaucracy.txt +++ /dev/null @@ -1,269 +0,0 @@ -namespace = bureaucracy - -# Stall Event - Red Tape -bureaucracy.1 = { - type = country_event - - title = bureaucracy.1.t - desc = bureaucracy.1.d - flavor = bureaucracy.1.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_hereditary_bureaucrats - is_enacting_law = law_type:law_appointed_bureaucrats - is_enacting_law = law_type:law_elected_bureaucrats - } - NOR = { - has_modifier = red_tape_reduced - has_modifier = red_tape - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - if = { - limit = { - has_law = law_type:law_hereditary_bureaucrats - } - ig:ig_landowners = { - save_scope_as = bureaucrat_class - } - } - if = { - limit = { - has_law = law_type:law_appointed_bureaucrats - } - ig:ig_intelligentsia = { - save_scope_as = bureaucrat_class - } - } - if = { - limit = { - has_law = law_type:law_elected_bureaucrats - } - ig:ig_petty_bourgeoisie = { - save_scope_as = bureaucrat_class - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # promise job retention - name = bureaucracy.1.a - default_option = yes - # lose 10% success chance - add_enactment_modifier = { - name = red_tape_reduced - } - # 10% polstr - scope:bureaucrat_class = { - add_modifier = { - name = red_tape_jobs - months = normal_modifier_time - } - } - } - option = { # get back to work - name = bureaucracy.1.b - trigger = { - NOT = { has_law = law_type:law_secret_police } - } - # lose 15% success chance and bureaucracy mult - add_enactment_modifier = { - name = red_tape - } - } - option = { # secret police will keep them in line - name = bureaucracy.1.c - trigger = { - has_law = law_type:law_secret_police - } - # lose 10% success chance - add_enactment_modifier = { - name = red_tape_reduced - } - } -} - -# Advance event - Meritocracy -bureaucracy.2 = { - type = country_event - - title = bureaucracy.2.t - desc = bureaucracy.2.d - flavor = bureaucracy.2.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_hereditary_bureaucrats - OR = { - is_enacting_law = law_type:law_appointed_bureaucrats - is_enacting_law = law_type:law_elected_bureaucrats - } - NOT = { has_modifier = meritocracy } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - if = { - limit = { - is_enacting_law = law_type:law_appointed_bureaucrats - } - ig:ig_intelligentsia = { - save_scope_as = meritocracy_ig - } - } - if = { - limit = { - is_enacting_law = law_type:law_elected_bureaucrats - } - ig:ig_petty_bourgeoisie = { - save_scope_as = meritocracy_ig - } - } - ig:ig_landowners = { - save_scope_as = bureaucrat_class - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # use this to pass the law - name = bureaucracy.2.a - default_option = yes - # enactment success - add_enactment_modifier = { - name = meritocracy - multiplier = 2 - } - } - option = { # use this to disempower landowners - name = bureaucracy.2.b - # less polstr - scope:bureaucrat_class = { - add_modifier = { - name = meritocracy_ig - months = short_modifier_time - multiplier = -1 - } - } - # enactment success - add_enactment_modifier = { - name = meritocracy - } - } - option = { # use this to empower new bureaucrat class - name = bureaucracy.2.c - # less polstr - scope:meritocracy_ig = { - add_modifier = { - name = meritocracy_ig - months = short_modifier_time - } - } - # enactment success - add_enactment_modifier = { - name = meritocracy - } - } -} - -# Debate event - The Bureaucratic Struggle -bureaucracy.3 = { - type = country_event - - title = bureaucracy.3.t - desc = bureaucracy.3.d - flavor = bureaucracy.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_appointed_bureaucrats - is_enacting_law = law_type:law_elected_bureaucrats - is_enacting_law = law_type:law_hereditary_bureaucrats - } - NOR = { - has_modifier = good_and_fast - has_modifier = good_and_cheap - has_modifier = cheap_and_fast - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # good and fast - name = bureaucracy.3.a - default_option = yes - add_enactment_modifier = { - name = good_and_fast - } - } - option = { # good and cheap - name = bureaucracy.3.b - add_enactment_modifier = { - name = good_and_cheap - } - } - option = { # cheap and fast - name = bureaucracy.3.c - add_enactment_modifier = { - name = cheap_and_fast - } - } -} \ No newline at end of file diff --git a/events/law_events/children_rights_events.txt b/events/law_events/children_rights_events.txt deleted file mode 100644 index e15ef20b..00000000 --- a/events/law_events/children_rights_events.txt +++ /dev/null @@ -1,678 +0,0 @@ -namespace = children_rights_events - -children_rights_events.1 = { #families hide their children so they won't have to work / advancement - type = country_event - placement = root - title = children_rights_events.1.t - desc = children_rights_events.1.d - flavor = children_rights_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_child_labor.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/child_labor" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - AND = { - has_law = law_type:law_child_labor_allowed - OR = { - is_enacting_law = law_type:law_restricted_child_labor - is_enacting_law = law_type:law_compulsory_primary_school - } - } - AND = { - has_law = law_type:law_restricted_child_labor - is_enacting_law = law_type:law_compulsory_primary_school - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - NOT = { has_modifier = hidden_children_modifier } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = child_labor_yes_scope - } - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = child_labor_state - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #look the other way - name = children_rights_events.1.a - default_option = yes - add_enactment_modifier = { - name = hidden_children_modifier - } - } - - option = { #help them hide the children - name = children_rights_events.1.b - add_enactment_modifier = { - name = hidden_children_modifier - } - scope:child_labor_yes_scope = { - add_modifier = { - name = helped_hidden_children_modifier - months = short_modifier_time - } - } - } -} - -children_rights_events.2 = { #families send their children to work anyway because they need the money / debate - type = country_event - placement = root - title = children_rights_events.2.t - desc = children_rights_events.2.d - flavor = children_rights_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_child_labor.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/child_labor" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - AND = { - has_law = law_type:law_child_labor_allowed - OR = { - is_enacting_law = law_type:law_restricted_child_labor - is_enacting_law = law_type:law_compulsory_primary_school - } - } - AND = { - has_law = law_type:law_restricted_child_labor - is_enacting_law = law_type:law_compulsory_primary_school - } - } - any_scope_pop = { - standard_of_living <= 10 - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - NOR = { - has_modifier = stopped_families_modifier - has_modifier = allowed_families_send_their_children_modifier - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = child_labor_no_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = child_labor_yes_scope - } - random_scope_state = { - limit = { - any_scope_pop = { - standard_of_living <= 10 - } - } - save_scope_as = child_labor_state - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #tell them not to - name = children_rights_events.2.a - default_option = yes - random_list = { - 1 = { - add_enactment_modifier = { - name = stopped_families_modifier - } - } - 1 = { - add_enactment_modifier = { - name = stopped_families_modifier - multiplier = 2 - } - } - } - scope:child_labor_yes_scope = { - add_modifier = { - name = didnt_allow_families_send_their_children_modifier - months = normal_modifier_time - } - } - scope:child_labor_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - } - - option = { #they do what they need to do - name = children_rights_events.2.b - random_list = { - 1 = { - add_enactment_modifier = { - name = stopped_families_modifier - } - } - 1 = { - } - } - scope:child_labor_no_scope = { - add_modifier = { - name = allowed_families_send_their_children_modifier - months = normal_modifier_time - } - } - } -} - -children_rights_events.3 = { #adult men injure themselves trying to do children labor / stall - type = country_event - placement = root - title = children_rights_events.3.t - desc = children_rights_events.3.d - flavor = children_rights_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_factory_accident.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/factory_accident" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_law = law_type:law_worker_protections - has_law = law_type:law_regulatory_bodies - } - OR = { - AND = { - has_law = law_type:law_child_labor_allowed - OR = { - is_enacting_law = law_type:law_restricted_child_labor - is_enacting_law = law_type:law_compulsory_primary_school - } - } - AND = { - has_law = law_type:law_restricted_child_labor - is_enacting_law = law_type:law_compulsory_primary_school - } - } - NOT = { has_modifier = workers_appeased_modifier } - NOT = { has_modifier = confronted_workers_modifier } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = child_labor_state - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #appease the workers - name = children_rights_events.3.a - default_option = yes - add_enactment_modifier = { - name = workers_appeased_modifier - } - } - - option = { #children aren't coming back to that - name = children_rights_events.3.b - add_enactment_modifier = { - name = confronted_workers_modifier - } - scope:child_labor_state = { - add_radicals = { - pop_type = laborers - value = medium_radicals - } - add_radicals = { - pop_type = machinists - value = medium_radicals - } - } - } -} - -children_rights_events.4 = { #ragged schools / advancement - type = country_event - placement = root - title = children_rights_events.4.t - desc = children_rights_events.4.d - flavor = children_rights_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_compulsory_primary_school - OR = { - has_law = law_type:law_child_labor_allowed - has_law = law_type:law_restricted_child_labor - } - NOT = { has_modifier = ragged_schools_devout } - NOT = { has_modifier = ragged_schools_no_devout } - ig:ig_devout = { - is_marginal = no - } - ig:ig_intelligentsia = { - is_marginal = no - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = child_labor_state - } - ig:ig_devout = { - save_scope_as = devout_scope - } - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #advances but church gains lots of influence - name = children_rights_events.4.a - default_option = yes - add_enactment_modifier = { - name = ragged_schools_modifier - } - ig:ig_devout = { - add_modifier = { - name = ragged_schools_devout - months = normal_modifier_time - } - } - } - - option = { #build them but dont give them to the church - name = children_rights_events.4.b - add_enactment_modifier = { - name = ragged_schools_modifier - } - ig:ig_devout = { - add_modifier = { - name = ragged_schools_no_devout - months = normal_modifier_time - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = ragged_schools_no_devout - months = normal_modifier_time - multiplier = -1 - } - } - scope:child_labor_state = { - add_radicals = { - pop_type = clergymen - value = large_radicals - } - } - } - - option = { #dont build them - name = children_rights_events.4.c - ig:ig_devout = { - add_modifier = { - name = ragged_schools_no_devout - months = normal_modifier_time - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = ragged_schools_no_devout - months = normal_modifier_time - } - } - } -} - -children_rights_events.5 = { #pay for your school supplies / stall - type = country_event - placement = root - title = children_rights_events.5.t - desc = children_rights_events.5.d - flavor = children_rights_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_compulsory_primary_school - is_enacting_law = law_type:law_religious_schools - is_enacting_law = law_type:law_public_schools - } - OR = { - has_law = law_type:law_child_labor_allowed - has_law = law_type:law_restricted_child_labor - has_law = law_type:law_no_schools - } - NOT = { has_modifier = school_supplies_modifier } - NOT = { has_modifier = no_school_supplies_modifier } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = child_labor_state - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #we can fund them - name = children_rights_events.5.a - add_enactment_modifier = { - name = school_supplies_modifier - } - } - - option = { #theyll need to pay - name = children_rights_events.5.b - default_option = yes - add_enactment_modifier = { - name = no_school_supplies_modifier - } - } -} - -children_rights_events.6 = { #gatekeeping education / debate - type = country_event - placement = root - title = children_rights_events.6.t - desc = children_rights_events.6.d - flavor = children_rights_events.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_compulsory_primary_school - is_enacting_law = law_type:law_public_schools - is_enacting_law = law_type:law_religious_schools - } - OR = { - has_law = law_type:law_child_labor_allowed - has_law = law_type:law_restricted_child_labor - has_law = law_type:law_no_schools - } - NOT = { has_modifier = no_gatekeeping } - any_interest_group = { - is_marginal = no - OR = { - has_ideology = ideology_egalitarian - leader = { - has_ideology = ideology_reformer - } - } - NOR = { - is_interest_group_type = ig_landowners - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = child_labor_state - } - if = { - limit = { - ig:ig_landowners = { - is_powerful = yes - } - } - ig:ig_landowners = { - save_scope_as = gatekeeper_ig - } - } - else_if = { - limit = { - ig:ig_petty_bourgeoisie = { - is_powerful = yes - } - } - ig:ig_petty_bourgeoisie = { - save_scope_as = gatekeeper_ig - } - } - else_if = { - limit = { - ig:ig_industrialists = { - is_powerful = yes - } - } - ig:ig_industrialists = { - save_scope_as = gatekeeper_ig - } - } - else = { - ig:ig_landowners = { - save_scope_as = gatekeeper_ig - } - } - random_interest_group = { - limit = { - is_marginal = no - OR = { - has_ideology = ideology_egalitarian - leader = { - has_ideology = ideology_reformer - } - } - NOR = { - is_interest_group_type = ig_landowners - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - } - save_scope_as = school_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #we shall continue with this - name = children_rights_events.6.a - default_option = yes - add_enactment_modifier = { - name = no_gatekeeping - } - scope:gatekeeper_ig = { - add_modifier = { - name = gatekeeping_education_no - months = normal_modifier_time - multiplier = -1 - } - } - scope:school_ig = { - add_modifier = { - name = gatekeeping_education_no - months = normal_modifier_time - } - } - } - - option = { #lie to them - name = children_rights_events.6.b - trigger = { - OR = { - has_law = law_type:law_secret_police - has_technology_researched = mass_propaganda - scope:school_ig = { - is_interest_group_type = ig_intelligentsia - is_powerful = yes - } - } - } - add_enactment_modifier = { - name = no_gatekeeping - } - } - - option = { #ask for private donations - name = children_rights_events.6.c - random_list = { - 1 = { - root = { - add_enactment_modifier = { - name = no_gatekeeping - multiplier = 2 - } - } - } - 3 = { - } - } - } -} \ No newline at end of file diff --git a/events/law_events/citizenship_laws.txt b/events/law_events/citizenship_laws.txt deleted file mode 100644 index 7d15deeb..00000000 --- a/events/law_events/citizenship_laws.txt +++ /dev/null @@ -1,611 +0,0 @@ -namespace = citizenship_laws - -# More Discrimination: Advancement -citizenship_laws.1 = { - type = country_event - placement = scope:phreonology_state - title = citizenship_laws.1.t - desc = citizenship_laws.1.d - flavor = citizenship_laws.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_engineer_blueprint.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/engineer_blueprint" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - # Check that the law is moving towards more discrimination - OR = { - is_enacting_law = law_type:law_ethnostate - AND = { - is_enacting_law = law_type:law_national_supremacy - OR = { - has_law = law_type:law_racial_segregation - has_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - AND = { - is_enacting_law = law_type:law_racial_segregation - OR = { - has_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - AND = { - is_enacting_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - any_scope_state = { - has_building = building_university - } - NOT = { has_modifier = phrenological_justifications } - NOT = { has_modifier = rejected_phrenology } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { has_building = building_university } - save_scope_as = phreonology_state - } - random_primary_culture = { - save_scope_as = primary_culture_pop - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = citizenship_laws.1.a - add_enactment_modifier = { - name = phrenological_justifications - } - scope:phreonology_state = { - add_modifier = { - name = phrenology_department - months = normal_modifier_time - } - } - } - - option = { - name = citizenship_laws.1.b - default_option = yes - add_enactment_modifier = { - name = rejected_phrenology - } - } -} - -# More Discrimination: Debate -citizenship_laws.2 = { - type = country_event - placement = scope:degenerate_art_state - title = citizenship_laws.2.t - desc = citizenship_laws.2.d - flavor = citizenship_laws.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - # Check that the law is moving towards more discrimination - OR = { - is_enacting_law = law_type:law_ethnostate - AND = { - is_enacting_law = law_type:law_national_supremacy - OR = { - has_law = law_type:law_racial_segregation - has_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - AND = { - is_enacting_law = law_type:law_racial_segregation - OR = { - has_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - AND = { - is_enacting_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - any_scope_state = { - has_building = building_arts_academy - any_scope_pop = { - culture_accepted = yes - will_be_accepted_culture = no - } - } - NOT = { has_modifier = rejected_cultural_contributions } - NOT = { has_modifier = embraced_cultural_contributions } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - has_building = building_arts_academy - any_scope_pop = { - culture_accepted = yes - will_be_accepted_culture = no - } - } - save_scope_as = degenerate_art_state - random_scope_pop = { - limit = { - culture_accepted = yes - will_be_accepted_culture = no - } - culture = { save_scope_as = degenerate_art_pop } - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = citizenship_laws.2.a - add_enactment_modifier = { - name = rejected_cultural_contributions - } - add_modifier = { - name = banned_degenerate_art - months = normal_modifier_time - } - add_radicals = { - value = large_radicals - culture = scope:degenerate_art_pop - strata = middle - } - } - - option = { - name = citizenship_laws.2.b - default_option = yes - add_enactment_modifier = { - name = embraced_cultural_contributions - } - } -} - -# More Discrimination: Stall -citizenship_laws.3 = { - type = country_event - placement = root - title = citizenship_laws.3.t - desc = citizenship_laws.3.d - flavor = citizenship_laws.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - # Check that the law is moving towards more discrimination - OR = { - is_enacting_law = law_type:law_ethnostate - AND = { - is_enacting_law = law_type:law_national_supremacy - OR = { - has_law = law_type:law_racial_segregation - has_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - AND = { - is_enacting_law = law_type:law_racial_segregation - OR = { - has_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - AND = { - is_enacting_law = law_type:law_cultural_exclusion - has_law = law_type:law_multicultural - } - } - any_scope_pop = { - culture_accepted = yes - will_be_accepted_culture = no - } - NOT = { has_modifier = discriminated_as_foreign_invaders } - NOT = { has_modifier = discriminated_as_part_of_society } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_pop = { - limit = { - culture_accepted = yes - will_be_accepted_culture = no - } - culture = { save_scope_as = future_discriminated_pop } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = citizenship_laws.3.a - add_enactment_modifier = { - name = discriminated_as_foreign_invaders - } - add_radicals = { - value = large_radicals - culture = scope:future_discriminated_pop - } - } - - option = { - name = citizenship_laws.3.b - default_option = yes - add_enactment_modifier = { - name = discriminated_as_part_of_society - } - add_radicals = { - value = medium_radicals - culture = scope:future_discriminated_pop - } - } -} - -# Less Discrimination: Advancement -citizenship_laws.4 = { - type = country_event - placement = root - title = citizenship_laws.4.t - desc = citizenship_laws.4.d - flavor = citizenship_laws.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_politician_parliament_motion.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - # Check that the law is moving towards less discrimination - OR = { - is_enacting_law = law_type:law_multicultural - AND = { - is_enacting_law = law_type:law_cultural_exclusion - OR = { - has_law = law_type:law_national_supremacy - has_law = law_type:law_racial_segregation - has_law = law_type:law_ethnostate - } - } - AND = { - is_enacting_law = law_type:law_racial_segregation - OR = { - has_law = law_type:law_national_supremacy - has_law = law_type:law_ethnostate - } - } - AND = { - is_enacting_law = law_type:law_national_supremacy - has_law = law_type:law_ethnostate - } - } - any_scope_pop = { - culture_accepted = no - will_be_accepted_culture = yes - } - any_interest_group = { - is_in_government = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - NOT = { has_modifier = new_leadership } - NOT = { has_modifier = old_leadership } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_pop = { - limit = { - culture_accepted = no - will_be_accepted_culture = yes - } - culture = { save_scope_as = future_accepted_pop } - } - random_interest_group = { - limit = { - is_in_government = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = supporting_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = citizenship_laws.4.a - add_enactment_modifier = { - name = new_leadership - } - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = scope:supporting_ig - culture = scope:future_accepted_pop - } - } - - option = { - name = citizenship_laws.4.b - default_option = yes - add_enactment_modifier = { - name = old_leadership - } - } -} - -# Less Discrimination: Debate -citizenship_laws.5 = { - type = country_event - placement = root - title = citizenship_laws.5.t - desc = citizenship_laws.5.d - flavor = citizenship_laws.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - # Check that the law is moving towards less discrimination - OR = { - is_enacting_law = law_type:law_multicultural - AND = { - is_enacting_law = law_type:law_cultural_exclusion - OR = { - has_law = law_type:law_national_supremacy - has_law = law_type:law_racial_segregation - has_law = law_type:law_ethnostate - } - } - AND = { - is_enacting_law = law_type:law_racial_segregation - OR = { - has_law = law_type:law_national_supremacy - has_law = law_type:law_ethnostate - } - } - AND = { - is_enacting_law = law_type:law_national_supremacy - has_law = law_type:law_ethnostate - } - } - any_scope_pop = { - culture_accepted = no - will_be_accepted_culture = yes - } - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - NOT = { has_modifier = unity_campaign } - NOT = { has_modifier = fear_of_crime_wave } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_pop = { - limit = { - culture_accepted = no - will_be_accepted_culture = yes - } - culture = { save_scope_as = future_accepted_pop } - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - save_scope_as = discrimination_movement - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = citizenship_laws.5.a - add_enactment_modifier = { - name = unity_campaign - } - } - - option = { - name = citizenship_laws.5.b - default_option = yes - add_enactment_modifier = { - name = fear_of_crime_wave - } - - scope:discrimination_movement = { - add_modifier = { - name = crime_wave_panic - months = normal_modifier_time - } - } - } -} - -# Less Discrimination: Stall -citizenship_laws.6 = { - type = country_event - placement = root - title = citizenship_laws.6.t - desc = citizenship_laws.6.d - flavor = citizenship_laws.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - # Check that the law is moving towards less discrimination - OR = { - is_enacting_law = law_type:law_multicultural - AND = { - is_enacting_law = law_type:law_cultural_exclusion - OR = { - has_law = law_type:law_national_supremacy - has_law = law_type:law_racial_segregation - has_law = law_type:law_ethnostate - } - } - AND = { - is_enacting_law = law_type:law_racial_segregation - OR = { - has_law = law_type:law_national_supremacy - has_law = law_type:law_ethnostate - } - } - AND = { - is_enacting_law = law_type:law_national_supremacy - has_law = law_type:law_ethnostate - } - } - any_scope_pop = { - culture_accepted = no - will_be_accepted_culture = yes - } - any_scope_pop = { - is_pop_type = shopkeepers - pop_has_primary_culture = yes - } - NOT = { has_modifier = private_business_interference } - NOT = { has_modifier = minorities_refused_service } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_pop = { - limit = { - culture_accepted = no - will_be_accepted_culture = yes - } - culture = { save_scope_as = future_accepted_pop } - } - random_scope_pop = { - limit = { - is_pop_type = shopkeepers - pop_has_primary_culture = yes - } - culture = { save_scope_as = shopkeeper_pop } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = citizenship_laws.6.a - add_enactment_modifier = { - name = private_business_interference - } - add_radicals = { - value = large_radicals - pop_type = shopkeepers - culture = scope:shopkeeper_pop - } - } - - option = { - name = citizenship_laws.6.b - default_option = yes - add_enactment_modifier = { - name = minorities_refused_service - } - add_radicals = { - value = medium_radicals - culture = scope:future_accepted_pop - } - } -} \ No newline at end of file diff --git a/events/law_events/colonization_laws.txt b/events/law_events/colonization_laws.txt deleted file mode 100644 index 9f446abb..00000000 --- a/events/law_events/colonization_laws.txt +++ /dev/null @@ -1,337 +0,0 @@ -namespace = colonization - -# ALL Event - decolonization -colonization.1 = { - type = country_event - - title = colonization.1.t - desc = colonization.1.d - flavor = colonization.1.f - - event_image = { - video = "gfx/event_pictures/africa_city_center.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_map.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/city_center" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_no_colonial_affairs - any_country = { - is_subject_of = ROOT - is_country_type = colonial - } - NOR = { - has_modifier = decolonization - has_modifier = refused_to_release_colony - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_country = { - limit = { - is_subject_of = ROOT - is_country_type = colonial - } - save_scope_as = colony_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # free the colony - name = colonization.1.a - add_enactment_modifier = { - name = decolonization - } - scope:colony_scope = { - make_independent = yes - change_relations = { - country = ROOT - value = 30 - } - } - } - option = { # do not free the colony - name = colonization.1.b - default_option = yes - add_enactment_modifier = { - name = refused_to_release_colony - } - scope:colony_scope = { - change_relations = { - country = ROOT - value = -30 - } - } - } -} - -# Stall event - Outsourcing - movement to preserve, people concerned about jobs being outsourced to colonies -colonization.2 = { - type = country_event - - title = colonization.2.t - desc = colonization.2.d - flavor = colonization.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_map.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_no_colonial_affairs - OR = { - is_enacting_law = law_type:law_colonial_exploitation - is_enacting_law = law_type:law_colonial_resettlement - } - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - NOT = { - has_modifier = slow_colonies - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - save_scope_as = outsourcing_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # try to alleviate their concerns - name = colonization.2.a - default_option = yes - # colonies will grow slower and lose enactment time - add_modifier = { - name = slow_colonies - months = normal_modifier_time - } - add_enactment_modifier = { - name = fear_of_outsourcing_alleviated - } - } - option = { - name = colonization.2.b - # grow the movement - scope:outsourcing_scope = { - add_modifier = { - name = outsourcing_anger - months = long_modifier_time - } - } - } -} - -# Advance event - country wants to join the world stage -# prestige or advancement -colonization.3 = { - type = country_event - - title = colonization.3.t - desc = colonization.3.d - flavor = colonization.3.f - - event_image = { - video = "gfx/event_pictures/africa_construction_colony.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_map.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/construction_colony" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_no_colonial_affairs - OR = { - is_enacting_law = law_type:law_colonial_exploitation - is_enacting_law = law_type:law_colonial_resettlement - } - NOT = { has_modifier = colonial_enthusiasm } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # chance - name = colonization.3.a - default_option = yes - add_enactment_modifier = { - name = colonial_enthusiasm - multiplier = 2 - } - } - option = { # prestige and time less chance - name = colonization.3.b - add_modifier = { - name = our_place_on_the_world_stage - months = short_modifier_time - } - add_enactment_modifier = { - name = colonial_enthusiasm - } - } - option = { # colonial enthusiasm less chance - name = colonization.3.c - add_modifier = { - name = colonial_enthusiasm_settlers - months = short_modifier_time - } - add_enactment_modifier = { - name = colonial_enthusiasm - } - } -} - - -# Debate event - the ethics of exploitation -colonization.4 = { - type = country_event - - title = colonization.4.t - desc = colonization.4.d - flavor = colonization.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_map.dds" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_colonial_exploitation - is_enacting_law = law_type:law_colonial_resettlement - is_enacting_law = law_type:law_no_colonial_affairs - } - NOT = { - has_modifier = colonial_ethical_conviction - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # strongly support your side - name = colonization.4.a - default_option = yes - random_list = { - 1 = { - add_enactment_modifier = { - name = colonial_ethical_conviction - } - } - 2 = { - add_enactment_modifier = { - name = colonial_ethical_conviction - multiplier = 2 - } - } - 2 = { - add_enactment_modifier = { - name = colonial_ethical_conviction - multiplier = -1 - } - } - } - # if there's a movement to preserve, it gets angrier - if = { - limit = { - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - } - add_enactment_modifier = { - name = ethically_condemned - } - } - } - option = { # make concessions to opposing side - name = colonization.4.b - random_list = { - 2 = { - add_enactment_modifier = { - name = colonial_ethical_conviction - } - } - 1 = { - add_enactment_modifier = { - name = colonial_ethical_conviction - multiplier = 2 - } - } - 1 = { - add_enactment_modifier = { - name = colonial_ethical_conviction - multiplier = -1 - } - } - } - # if there's a movement to preserve, it grows - if = { - limit = { - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - } - add_enactment_modifier = { - name = ethical_concessions - } - } - } -} \ No newline at end of file diff --git a/events/law_events/conscription_laws.txt b/events/law_events/conscription_laws.txt deleted file mode 100644 index 19f5a513..00000000 --- a/events/law_events/conscription_laws.txt +++ /dev/null @@ -1,278 +0,0 @@ -namespace = conscription_laws - -conscription_laws.1 = { #Rural folk worried about lack of workers - type = country_event - placement = ROOT - - title = conscription_laws.1.t - desc = conscription_laws.1.d - flavor = conscription_laws.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_professional_army - OR = { - is_enacting_law = law_type:law_peasant_levies - is_enacting_law = law_type:law_mass_conscription - } - NOT = { - has_modifier = conscription_starting - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_rural_folk = { - save_scope_as = rural_folk_conscription - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # high chance, upset rural folk - name = conscription_laws.1.a - default_option = yes - add_modifier = { - name = keep_marching_on - months = normal_modifier_time - } - add_enactment_modifier = { - name = conscription_starting - multiplier = 2 - } - } - - option = { #lower success chance, keep it safe - name = conscription_laws.1.b - add_enactment_modifier = { - name = conscription_starting - } - } -} - -conscription_laws.2 = { #regular vs irregular troops - type = country_event - placement = ROOT - - title = conscription_laws.2.t - desc = conscription_laws.2.d - flavor = conscription_laws.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_professional_army - OR = { - is_enacting_law = law_type:law_peasant_levies - is_enacting_law = law_type:law_mass_conscription - } - NOT = { - has_modifier = conscription_debate - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_armed_forces = { - save_scope_as = armed_forces_conscription - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #upset soldiers but faster enactment - name = conscription_laws.2.a - default_option = yes - scope:armed_forces_conscription = { - add_modifier = { - name = more_soldiers - months = normal_modifier_time - } - } - random_list = { - 2 = { - add_enactment_modifier = { - name = conscription_debate - multiplier = 3 - } - } - 3 = { - add_enactment_modifier = { - name = conscription_debate - multiplier = 2 - } - } - } - } - - option = { #upset armed forces but get loyalist soldiers - name = conscription_laws.2.b - add_modifier = { - name = listen_to_the_troops - months = normal_modifier_time - } - add_loyalists = { - pop_type = soldiers - value = 0.1 - } - add_loyalists = { - pop_type = officers - value = 0.1 - } - random_list = { - 1 = { - add_enactment_modifier = { - name = conscription_debate - multiplier = 5 - } - } - 4 = { - add_enactment_modifier = { - name = conscription_debate - multiplier = 1 - } - } - } - } -} - -conscription_laws.3 = { #Government is unprepared for conscription - type = country_event - placement = ROOT - - title = conscription_laws.3.t - desc = conscription_laws.3.d - flavor = conscription_laws.3.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_professional_army - OR = { - is_enacting_law = law_type:law_peasant_levies - is_enacting_law = law_type:law_mass_conscription - } - NOT = { has_modifier = no_slowing_down } - NOT = { has_modifier = conscription_stalled } - any_interest_group = { - is_marginal = no - OR = { - law_stance = { - law = law_type:law_peasant_levies - value < neutral - } - law_stance = { - law = law_type:law_mass_conscription - value < neutral - } - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - OR = { - law_stance = { - law = law_type:law_peasant_levies - value < neutral - } - law_stance = { - law = law_type:law_mass_conscription - value < neutral - } - } - } - save_scope_as = anti_conscription_ig - leader = { - save_scope_as = anti_conscription_advocate - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #invest to get low of no chance of failure - name = conscription_laws.3.a - default_option = yes - add_enactment_modifier = { - name = no_slowing_down - } - random_list = { - 1 = { - add_enactment_modifier = { - name = conscription_stalled - multiplier = 1 - } - } - 4 = { - } - } - } - - option = { #do nothing - name = conscription_laws.3.b - random_list = { - 3 = { - add_enactment_modifier = { - name = conscription_stalled - multiplier = 2 - } - } - 1 = { - add_enactment_modifier = { - name = conscription_stalled - multiplier = 3 - } - } - } - } -} \ No newline at end of file diff --git a/events/law_events/council_republic_law_events.txt b/events/law_events/council_republic_law_events.txt deleted file mode 100644 index 9c1d0129..00000000 --- a/events/law_events/council_republic_law_events.txt +++ /dev/null @@ -1,196 +0,0 @@ -namespace = council_republic_law_events - -council_republic_law_events.1 = { #Cool & Based Speech - type = country_event - placement = root - title = council_republic_law_events.1.t - desc = council_republic_law_events.1.d - flavor = council_republic_law_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_council_republic - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - - random_country = { - limit = { - country_rank >= rank_value:major_power - NOT = { - this = root - } - } - save_scope_as = holiday_home_country - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = council_republic_law_events.1.a - default_option = yes - add_enactment_modifier = { - name = council_republic_speech_advance - } - } - - option = { - name = council_republic_law_events.1.b - add_loyalists = { - value = 0.05 - } - } - -} - -council_republic_law_events.2 = { #Factory Owner Murdered - type = country_event - placement = root - title = council_republic_law_events.2.t - desc = council_republic_law_events.2.d - flavor = council_republic_law_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_factory_closed.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/factory_closed" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_council_republic - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = council_republic_law_events.2.a - default_option = yes - - add_enactment_modifier = { - name = council_republic_debate_progress - } - - every_interest_group = { - limit = { - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - - add_modifier = { - name = angry_at_factory_revolution - months = normal_modifier_time - } - } - } - - option = { - name = council_republic_law_events.2.b - - add_enactment_modifier = { - name = council_republic_factory_debate_fail - } - } - -} - -council_republic_law_events.3 = { #Party Headquarters burns down - type = country_event - placement = root - title = council_republic_law_events.3.t - desc = council_republic_law_events.3.d - flavor = council_republic_law_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_fire.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/destruction" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_council_republic - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = council_republic_law_events.3.a - default_option = yes - add_enactment_modifier = { - name = council_republic_fire_stall_big - } - } - - option = { - name = council_republic_law_events.3.b - - every_interest_group = { - limit = { - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - - add_modifier = { - name = communist_party_supported - months = normal_modifier_time - } - } - - add_enactment_modifier = { - name = council_republic_fire_stall - } - - } - -} \ No newline at end of file diff --git a/events/law_events/distribution_of_power_laws.txt b/events/law_events/distribution_of_power_laws.txt deleted file mode 100644 index 34563118..00000000 --- a/events/law_events/distribution_of_power_laws.txt +++ /dev/null @@ -1,1098 +0,0 @@ -namespace = distribution_of_power_laws - -# Autocracy/Oligarchy: Advancement -distribution_of_power_laws.1 = { - type = country_event - placement = root - title = distribution_of_power_laws.1.t - desc = distribution_of_power_laws.1.d - flavor = distribution_of_power_laws.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_politician_parliament_motion.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_autocracy - AND = { - is_enacting_law = law_type:law_oligarchy - NOT = { has_law = law_type:law_autocracy } - } - } - ruler.popularity >= 25 - NOT = { has_modifier = seizing_power } - NOT = { has_modifier = building_support } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.1.a - add_enactment_modifier = { - name = seizing_power - } - } - - option = { - name = distribution_of_power_laws.1.b - default_option = yes - add_enactment_modifier = { - name = building_support - } - ruler = { - add_modifier = { - name = popular_authoritarian - months = normal_modifier_time - } - } - } -} - -# Autocracy/Oligarchy: Debate -distribution_of_power_laws.2 = { - type = country_event - placement = root - title = distribution_of_power_laws.2.t - desc = distribution_of_power_laws.2.d - flavor = distribution_of_power_laws.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_politician_parliament_motion.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_autocracy - AND = { - is_enacting_law = law_type:law_oligarchy - NOT = { has_law = law_type:law_autocracy } - } - } - any_scope_pop = { - is_pop_type = bureaucrats - } - NOT = { has_modifier = promised_bureaucratic_purge } - NOT = { has_modifier = promised_bureaucratic_stability } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.2.a - add_enactment_modifier = { - name = promised_bureaucratic_purge - } - add_radicals = { - value = medium_radicals - pop_type = bureaucrats - } - } - - option = { - name = distribution_of_power_laws.2.b - default_option = yes - add_enactment_modifier = { - name = promised_bureaucratic_stability - } - } -} - -# Autocracy/Oligarchy: Stall -distribution_of_power_laws.3 = { - type = country_event - placement = root - title = distribution_of_power_laws.3.t - desc = distribution_of_power_laws.3.d - flavor = distribution_of_power_laws.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_politician_parliament_motion.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_autocracy - AND = { - is_enacting_law = law_type:law_oligarchy - NOT = { has_law = law_type:law_autocracy } - } - } - NOT = { has_modifier = crushed_pro_democracy_protests } - NOT = { has_modifier = pro_democracy_protests } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.3.a - add_enactment_modifier = { - name = crushed_pro_democracy_protests - } - if = { - limit = { has_law = law_type:law_landed_voting } - add_radicals = { - value = medium_radicals - pop_type = aristocrats - } - add_radicals = { - value = medium_radicals - pop_type = officers - } - add_radicals = { - value = medium_radicals - pop_type = clergymen - } - add_radicals = { - value = medium_radicals - pop_type = capitalists - } - } - if = { - limit = { has_law = law_type:law_wealth_voting } - add_radicals = { - value = medium_radicals - strata = rich - } - add_radicals = { - value = small_radicals - strata = middle - } - } - if = { - limit = { has_law = law_type:law_census_voting } - add_radicals = { - value = medium_radicals - strata = rich - } - add_radicals = { - value = medium_radicals - strata = middle - } - add_radicals = { - value = small_radicals - strata = poor - } - } - if = { - limit = { has_law = law_type:law_universal_suffrage } - add_radicals = { - value = medium_radicals - } - } - if = { - limit = { has_law = law_type:law_anarchy } - add_radicals = { - value = large_radicals - } - } - } - - option = { - name = distribution_of_power_laws.3.b - default_option = yes - add_enactment_modifier = { - name = pro_democracy_protests - } - } -} - -# Out of Census/Universal Suffrage: Advancement -distribution_of_power_laws.4 = { - type = country_event - placement = root - title = distribution_of_power_laws.4.t - desc = distribution_of_power_laws.4.d - flavor = distribution_of_power_laws.4.f - - duration = 3 - - gui_window = event_window_1char_propaganda - - left_icon = scope:supportive_commander - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_autocracy - is_enacting_law = law_type:law_oligarchy - is_enacting_law = law_type:law_elder_council - is_enacting_law = law_type:law_landed_voting - is_enacting_law = law_type:law_wealth_voting - } - OR = { - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - any_scope_character = { - OR = { - has_role = general - has_role = admiral - } - OR = { - law_stance = { #they approve - law = owner.currently_enacting_law.type - value > neutral - } - interest_group = { #their ig approves - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - } - NOT = { has_modifier = fear_of_popular_uprising } - NOT = { has_modifier = senior_military_support } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_character = { - limit = { - OR = { - has_role = general - has_role = admiral - } - OR = { - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - interest_group = { - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - } - save_scope_as = supportive_commander - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.4.a - add_enactment_modifier = { - name = fear_of_popular_uprising - } - } - - option = { - name = distribution_of_power_laws.4.b - default_option = yes - add_enactment_modifier = { - name = senior_military_support - } - add_loyalists = { - pop_type = officers - value = 0.3 - } - } -} - -# Out of Census/Universal Suffrage: Debate -distribution_of_power_laws.5 = { - type = country_event - placement = root - title = distribution_of_power_laws.5.t - desc = distribution_of_power_laws.5.d - flavor = distribution_of_power_laws.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_autocracy - is_enacting_law = law_type:law_oligarchy - is_enacting_law = law_type:law_elder_council - is_enacting_law = law_type:law_landed_voting - is_enacting_law = law_type:law_wealth_voting - } - OR = { - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { has_modifier = uneducated_populus } - NOT = { has_modifier = educated_citizens } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = illiteracy_voting_mod - value = 10 - } - if = { - limit = { literacy_rate >= 0.10 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.20 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.30 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.40 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.50 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.60 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.70 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.80 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - - if = { - limit = { literacy_rate >= 0.90 } - change_variable = { - name = illiteracy_voting_mod - subtract = 1 - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.5.a - add_enactment_modifier = { - name = caring_for_the_ignorant - multiplier = var:illiteracy_voting_mod - } - add_modifier = { - name = uneducated_populus - months = normal_modifier_time - multiplier = var:illiteracy_voting_mod - } - remove_variable = illiteracy_voting_mod - } - - option = { - name = distribution_of_power_laws.5.b - default_option = yes - add_enactment_modifier = { - name = educated_citizens - } - remove_variable = illiteracy_voting_mod - } -} - -# Out of Census/Universal Suffrage: Stall -distribution_of_power_laws.6 = { - type = country_event - placement = root - title = distribution_of_power_laws.6.t - desc = distribution_of_power_laws.6.d - flavor = distribution_of_power_laws.6.f - - duration = 3 - - gui_window = event_window_1char_propaganda - - left_icon = scope:opposing_politician - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_autocracy - is_enacting_law = law_type:law_oligarchy - is_enacting_law = law_type:law_elder_council - is_enacting_law = law_type:law_landed_voting - is_enacting_law = law_type:law_wealth_voting - } - OR = { - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - any_scope_character = { - has_role = politician - is_ruler = no - interest_group = { is_in_government = yes } - NOR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_fascist - } - } - NOT = { has_modifier = internal_disagreements } - NOT = { has_modifier = obstructing_politician } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_character = { - limit = { - has_role = politician - is_ruler = no - interest_group = { is_in_government = yes } - NOR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_fascist - } - } - save_scope_as = opposing_politician - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.6.a - add_enactment_modifier = { - name = internal_disagreements - } - custom_tooltip = distribution_of_power_laws.6.a.tt - scope:opposing_politician.interest_group = { - add_modifier = { - name = leadership_crisis - months = normal_modifier_time - } - } - hidden_effect = { - scope:opposing_politician = { - kill_character = yes - } - } - } - - option = { - name = distribution_of_power_laws.6.b - default_option = yes - add_enactment_modifier = { - name = obstructing_politician - } - } -} - - -# To Census/Universal Suffrage: Advancement -distribution_of_power_laws.7 = { - type = country_event - placement = scope:election_organizers_state - title = distribution_of_power_laws.7.t - desc = distribution_of_power_laws.7.d - flavor = distribution_of_power_laws.7.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_census_voting - is_enacting_law = law_type:law_universal_suffrage - } - NOR = { - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { has_modifier = citizen_organizers } - NOT = { has_modifier = local_organizers } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - - random_scope_state = { - save_scope_as = election_organizers_state - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.7.a - default_option = yes - add_enactment_modifier = { - name = citizen_organizers - } - } - - option = { - name = distribution_of_power_laws.7.b - - add_enactment_modifier = { - name = local_organizers - } - - scope:election_organizers_state = { - add_modifier = { - name = election_organizers - months = long_modifier_time - } - } - - } -} - -# To Census/Universal Suffrage: Debate -distribution_of_power_laws.8 = { - type = country_event - placement = root - title = distribution_of_power_laws.8.t - desc = distribution_of_power_laws.8.d - flavor = distribution_of_power_laws.8.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_census_voting - is_enacting_law = law_type:law_universal_suffrage - } - NOR = { - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - NOT = { has_modifier = voting_age_25 } - NOT = { has_modifier = voting_age_21_compromise } - NOT = { has_modifier = voting_age_18 } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_political_movement = { - limit = { is_political_movement_type = movement_to_preserve } - save_scope_as = anti_voting_movement - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.8.a - add_enactment_modifier = { - name = voting_age_25 - } - add_radicals = { - value = medium_radicals - pop_type = academics - } - add_radicals = { - value = medium_radicals - pop_type = soldiers - } - } - - option = { - name = distribution_of_power_laws.8.b - default_option = yes - add_enactment_modifier = { - name = voting_age_21_compromise - } - } - - option = { - name = distribution_of_power_laws.8.c - add_enactment_modifier = { - name = voting_age_18 - } - scope:anti_voting_movement = { - add_modifier = { - name = too_low_voting_age - months = normal_modifier_time - } - } - } -} - -# To Census/Universal Suffrage: Stall -distribution_of_power_laws.9 = { - type = country_event - placement = root - title = distribution_of_power_laws.9.t - desc = distribution_of_power_laws.9.d - flavor = distribution_of_power_laws.9.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_census_voting - is_enacting_law = law_type:law_universal_suffrage - } - NOR = { - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - has_law = law_type:law_anarchy - } - NOT = { has_modifier = fresh_start } - NOT = { has_modifier = collaboration_with_old_leadership } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.9.a - add_enactment_modifier = { - name = fresh_start - } - - if = { - limit = { has_law = law_type:law_autocracy } - add_radicals = { - value = medium_radicals - pop_type = aristocrats - } - } - if = { - limit = { has_law = law_type:law_oligarchy } - add_radicals = { - value = small_radicals - pop_type = aristocrats - } - add_radicals = { - value = small_radicals - pop_type = capitalists - } - } - if = { - limit = { has_law = law_type:law_landed_voting } - add_radicals = { - value = small_radicals - pop_type = aristocrats - } - add_radicals = { - value = small_radicals - pop_type = officers - } - add_radicals = { - value = small_radicals - pop_type = clergymen - } - add_radicals = { - value = small_radicals - pop_type = capitalists - } - } - if = { - limit = { has_law = law_type:law_wealth_voting } - add_radicals = { - value = small_radicals - strata = rich - } - } - } - - option = { - name = distribution_of_power_laws.9.b - default_option = yes - - add_enactment_modifier = { - name = collaboration_with_old_leadership - } - - } -} - -# Out of Autocracy/Oligarchy: Advancement -distribution_of_power_laws.10 = { - type = country_event - placement = root - title = distribution_of_power_laws.10.t - desc = distribution_of_power_laws.10.d - flavor = distribution_of_power_laws.10.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_landed_voting - is_enacting_law = law_type:law_wealth_voting - is_enacting_law = law_type:law_census_voting - is_enacting_law = law_type:law_universal_suffrage - is_enacting_law = law_type:law_anarchy - } - OR = { - has_law = law_type:law_autocracy - has_law = law_type:law_oligarchy - } - NOT = { has_modifier = admitted_abuses_of_power } - NOT = { has_modifier = downplayed_abuses_of_power } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.10.a - add_enactment_modifier = { - name = admitted_abuses_of_power - } - - every_interest_group = { - limit = { is_in_government = yes } - leader = { - add_modifier = { - name = corrupted_by_power - months = normal_modifier_time - } - } - } - } - - option = { - name = distribution_of_power_laws.10.b - default_option = yes - - add_enactment_modifier = { - name = downplayed_abuses_of_power - } - } -} - -# Out of Autocracy/Oligarchy: Debate -distribution_of_power_laws.11 = { - type = country_event - placement = root - title = distribution_of_power_laws.11.t - desc = distribution_of_power_laws.11.d - flavor = distribution_of_power_laws.11.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_technology_researched = egalitarianism - OR = { - is_enacting_law = law_type:law_landed_voting - is_enacting_law = law_type:law_wealth_voting - is_enacting_law = law_type:law_census_voting - } - OR = { - has_law = law_type:law_autocracy - has_law = law_type:law_oligarchy - } - any_political_movement = { - is_political_movement_type = movement_to_preserve - NOT = { has_modifier = fear_of_future_reforms } - } - any_interest_group = { - law_stance = { - law = law_type:law_universal_suffrage - value > neutral - } - is_marginal = no - } - NOT = { has_modifier = current_election_focus } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - law_type:law_universal_suffrage = { - save_scope_as = universal_suffrage_type - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.11.a - add_enactment_modifier = { - name = current_election_focus - } - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_universal_suffrage - value > neutral - } - } - add_modifier = { - name = democratic_compromise - months = normal_modifier_time - } - } - } - - option = { - name = distribution_of_power_laws.11.b - default_option = yes - random_political_movement = { - limit = { is_political_movement_type = movement_to_preserve } - add_modifier = { - name = fear_of_future_reforms - months = normal_modifier_time - } - } - } -} - - -# Out of Autocracy/Oligarchy: Stall -distribution_of_power_laws.12 = { - type = country_event - placement = root - title = distribution_of_power_laws.12.t - desc = distribution_of_power_laws.12.d - flavor = distribution_of_power_laws.12.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_landed_voting - is_enacting_law = law_type:law_wealth_voting - is_enacting_law = law_type:law_census_voting - is_enacting_law = law_type:law_universal_suffrage - } - OR = { - has_law = law_type:law_autocracy - has_law = law_type:law_oligarchy - } - NOT = { has_modifier = administrative_assistance_for_elections } - NOT = { has_modifier = setting_up_election_system } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = distribution_of_power_laws.12.a - add_enactment_modifier = { - name = administrative_assistance_for_elections - } - } - - option = { - name = distribution_of_power_laws.12.b - default_option = yes - - add_enactment_modifier = { - name = setting_up_election_system - } - } -} diff --git a/events/law_events/economy_laws.txt b/events/law_events/economy_laws.txt deleted file mode 100644 index 8132f662..00000000 --- a/events/law_events/economy_laws.txt +++ /dev/null @@ -1,524 +0,0 @@ -namespace = economy_laws - -# Growth Exceeds Projections -economy_laws.1 = { - type = country_event - placement = root - title = economy_laws.1.t - desc = economy_laws.1.d - flavor = economy_laws.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_command_economy - bureaucracy > 0 # the state bureaucracy is not overworked - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = economy_laws.1.a - default_option = yes - add_enactment_modifier = { - name = projected_growth_models_econ - } - } - - option = { - name = economy_laws.1.b - add_modifier = { - name = projected_growth_models_bureau - months = short_modifier_time - } - } -} - -# Party Disputes -economy_laws.2 = { - type = country_event - placement = root - title = economy_laws.2.t - desc = economy_laws.2.d - flavor = economy_laws.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_command_economy - NOT = { - has_variable = command_economy_law_debate_timer - } - } - - immediate = { - set_variable = { - name = command_economy_law_debate_timer - days = 730 # two years - } - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - # Let party members debate the issue - option = { - name = economy_laws.2.a - default_option = yes - - add_enactment_modifier = { - name = command_economy_debate - } - } - - option = { # Push the issue at the party conference - name = economy_laws.2.b - - random_list = { - 1 = { - add_enactment_modifier = { - name = command_economy_debate_success - } - } - 3 = { - add_enactment_modifier = { - name = command_economy_debate_fail - } - } - } - } - - option = { # Have a little chat with our opponents - name = economy_laws.2.c - trigger = { has_law = law_type:law_secret_police } - highlighted_option = yes - - random_list = { - 3 = { - add_enactment_modifier = { - name = command_economy_debate_success - } - } - 1 = { - add_enactment_modifier = { - name = command_economy_debate_fail - } - } - } - } -} - -# Dizzy With Success -economy_laws.3 = { # Stall event - type = country_event - placement = root - title = economy_laws.3.t - desc = economy_laws.3.d - flavor = economy_laws.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_war_civilians.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/war_civilians" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_command_economy - NOT = { - has_variable = command_economy_law_stall_timer - } - } - - immediate = { - set_variable = { - name = command_economy_law_stall_timer - days = 730 # two years - } - random_scope_state = { - save_scope_as = state_run_state - } - random_interest_group = { - limit = { is_in_government = yes } - save_scope_as = command_econ_proponent_ig - } - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - # We must own our mistakes - option = { - name = economy_laws.3.a - default_option = yes - - scope:command_econ_proponent_ig = { - add_modifier = { - name = ig_dizzy_with_success - months = normal_modifier_time - } - } - - add_enactment_modifier = { - name = command_economy_stall - } - } - - # There are no roadblocks on the path to progress! - option = { - name = economy_laws.3.b - - scope:state_run_state = { - add_modifier = { - name = state_dizzy_with_success - months = normal_modifier_time - } - } - - add_enactment_modifier = { - name = command_economy_stall - } - } -} - -# Indefensible Extortion -economy_laws.4 = { - type = country_event - placement = root - title = economy_laws.4.t - desc = economy_laws.4.d - flavor = economy_laws.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_free_trade - any_interest_group = { - is_in_government = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - # THIS IS GROSS AND I APOLOGIZE FOR IT - if = { - limit = { - has_law = law_type:law_mercantilism - } - law_type:law_mercantilism = { - save_scope_as = standing_law_scope - } - } - else_if = { - limit = { - has_law = law_type:law_protectionism - } - law_type:law_protectionism = { - save_scope_as = standing_law_scope - } - } - else_if = { - limit = { - has_law = law_type:law_isolationism - } - law_type:law_isolationism = { - save_scope_as = standing_law_scope - } - } - - random_interest_group = { - limit = { - is_in_government = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = pro_free_trade_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = economy_laws.4.a - default_option = yes - - add_enactment_modifier = { - name = freeing_the_markets - } - } - - option = { - name = economy_laws.4.b - - scope:pro_free_trade_ig = { - add_modifier = { - name = free_market_ideologue - months = short_modifier_time - } - } - } -} - -# The Marketplace of Ideas -economy_laws.5 = { - type = country_event - placement = root - title = economy_laws.5.t - desc = economy_laws.5.d - flavor = economy_laws.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - not = { has_variable = free_trade_law_debate_timer } - is_enacting_law = law_type:law_free_trade - any_interest_group = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = opposing_free_trade_ig - } - set_variable = { - name = free_trade_law_debate_timer - days = 730 # two years - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = economy_laws.5.a - default_option = yes - - add_enactment_modifier = { - name = free_trade_debate - } - scope:opposing_free_trade_ig = { - add_modifier = { - name = no_free_exchange - months = short_modifier_time - } - } - } - option = { - name = economy_laws.5.b - random_list = { - 1 = { - add_enactment_modifier = { - name = free_trade_debate_success - } - } - 1 = { - add_enactment_modifier = { - name = free_trade_debate_fail - } - } - } - } - option = { - name = economy_laws.5.c - - scope:opposing_free_trade_ig = { - add_modifier = { - name = free_exchange_of_ideas - months = short_modifier_time - } - } - } -} - -# Industry Suffers in [State] -economy_laws.6 = { - type = country_event - placement = root - title = economy_laws.6.t - desc = economy_laws.6.d - flavor = economy_laws.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_factory_closed.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/factory_closed" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_free_trade - any_scope_state = { - OR = { - has_industry_building = yes - has_building = building_shipyards - has_building = building_arms_industry - has_heavy_industry_building = yes - } - } - } - immediate = { - random_scope_state = { - limit = { - OR = { - has_industry_building = yes - has_building = building_shipyards - has_building = building_arms_industry - has_heavy_industry_building = yes - } - } - save_scope_as = industrial_protectionist_state - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = economy_laws.6.a - default_option = yes - add_enactment_modifier = { - name = free_trade_stall - } - } - option = { - name = economy_laws.6.b - random_list = { - 3 = { - add_enactment_modifier = { - name = free_trade_stall_fail - } - } - 1 = { - add_enactment_modifier = { - name = free_trade_stall_success - } - } - } - } - - option = { - name = economy_laws.6.c - scope:industrial_protectionist_state = { - add_modifier = { - name = industrial_concerns_ignored - months = short_modifier_time - } - } - random_list = { - 1 = { - add_enactment_modifier = { - name = free_trade_stall_fail - } - } - 2 = { - add_enactment_modifier = { - name = free_trade_stall_success - } - } - } - } -} diff --git a/events/law_events/education_laws.txt b/events/law_events/education_laws.txt deleted file mode 100644 index b2afa09e..00000000 --- a/events/law_events/education_laws.txt +++ /dev/null @@ -1,593 +0,0 @@ -namespace = education_laws - -# Any Schools: Advancement -education_laws.1 = { - type = country_event - placement = root - title = education_laws.1.t - desc = education_laws.1.d - flavor = education_laws.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_engineer_blueprint.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/engineer_blueprint" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_religious_schools - is_enacting_law = law_type:law_private_schools - is_enacting_law = law_type:law_public_schools - } - any_scope_state = { - has_building = building_university - } - NOT = { has_modifier = assisting_professors } - NOT = { has_modifier = university_support } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = education_laws.1.a - add_enactment_modifier = { - name = assisting_professors - } - } - - option = { - name = education_laws.1.b - default_option = yes - add_enactment_modifier = { - name = university_support - } - } -} - -# Any Schools: Debate -education_laws.2 = { - type = country_event - placement = root - title = education_laws.2.t - desc = education_laws.2.d - flavor = education_laws.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_religious_schools - is_enacting_law = law_type:law_private_schools - is_enacting_law = law_type:law_public_schools - } - NOT = { has_modifier = curriculum_focus } - NOT = { has_modifier = discipline_focus } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_armed_forces = { - save_scope_as = armed_forces_ig - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = education_laws.2.a - add_enactment_modifier = { - name = curriculum_focus - } - ig:ig_armed_forces = { - add_modifier = { - name = undisciplined_children - months = normal_modifier_time - } - } - } - - option = { - name = education_laws.2.b - default_option = yes - add_enactment_modifier = { - name = discipline_focus - } - } -} - -# Any Schools: Stall -education_laws.3 = { - type = country_event - placement = root - title = education_laws.3.t - desc = education_laws.3.d - flavor = education_laws.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_religious_schools - is_enacting_law = law_type:law_private_schools - is_enacting_law = law_type:law_public_schools - } - NOT = { has_modifier = curriculum_compromise } - NOT = { has_modifier = extended_curriculum_discussions } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = education_laws.3.a - add_enactment_modifier = { - name = curriculum_compromise - } - every_interest_group = { - limit = { - is_in_government = yes - } - add_modifier = { - name = compromised_on_schools - months = normal_modifier_time - } - } - } - - option = { - name = education_laws.3.b - default_option = yes - add_enactment_modifier = { - name = extended_curriculum_discussions - } - } -} - -# Public Schools: Advancement -education_laws.4 = { - type = country_event - placement = root - title = education_laws.4.t - desc = education_laws.4.d - flavor = education_laws.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_farmers_market.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/farmers_market" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_public_schools - NOT = { has_modifier = local_teachers } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = literacy_teacher_mod - value = 1 - } - if = { - limit = { literacy_rate >= 0.10 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.20 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.30 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.40 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.50 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.60 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.70 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.80 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - - if = { - limit = { literacy_rate >= 0.90 } - change_variable = { - name = literacy_teacher_mod - add = 1 - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = education_laws.4.a - add_enactment_modifier = { - name = local_teachers - multiplier = var:literacy_teacher_mod - } - remove_variable = literacy_teacher_mod - custom_tooltip = education_laws.4.tt - - } - - option = { - name = education_laws.4.b - default_option = yes - add_enactment_modifier = { - name = local_school_support - multiplier = var:literacy_teacher_mod - } - remove_variable = literacy_teacher_mod - custom_tooltip = education_laws.4.tt - } -} - -# Public: Debate -education_laws.5 = { - type = country_event - placement = root - title = education_laws.5.t - desc = education_laws.5.d - flavor = education_laws.5.f - - duration = 3 - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_public_schools - NOT = { has_modifier = coeducational_schools } - NOT = { has_modifier = single_sex_education } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = education_laws.5.a - add_enactment_modifier = { - name = coeducational_schools - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_womens_rights - value > neutral - } - } - add_modifier = { - name = mixed_sex_education - months = normal_modifier_time - } - } - } - - option = { - name = education_laws.5.b - default_option = yes - add_enactment_modifier = { - name = single_sex_education - } - } -} - -# Public: Stall -education_laws.6 = { - type = country_event - placement = root - title = education_laws.6.t - desc = education_laws.6.d - flavor = education_laws.6.f - - duration = 3 - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_public_schools - NOT = { has_modifier = church_school_organization } - NOT = { has_modifier = building_secular_school_organization } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_devout = { - save_scope_as = devout_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = education_laws.6.a - add_enactment_modifier = { - name = church_school_organization - } - ig:ig_devout = { - add_modifier = { - name = public_school_responsibility - months = normal_modifier_time - } - } - } - - option = { - name = education_laws.6.b - default_option = yes - add_enactment_modifier = { - name = building_secular_school_organization - } - } -} \ No newline at end of file diff --git a/events/law_events/free_speech_laws.txt b/events/law_events/free_speech_laws.txt deleted file mode 100644 index 087f82c1..00000000 --- a/events/law_events/free_speech_laws.txt +++ /dev/null @@ -1,535 +0,0 @@ -namespace = free_speech_laws - -# Pamphlet Distributed -free_speech_laws.1 = { - type = country_event - placement = root - title = free_speech_laws.1.t - desc = free_speech_laws.1.d - flavor = free_speech_laws.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = free_speech_pamphlet_advance - has_modifier = free_speech_pamphlet_risk_fail - has_modifier = free_speech_pamphlet_risk_success - } - AND = { - OR = { - is_enacting_law = law_type:law_right_of_assembly - is_enacting_law = law_type:law_protected_speech - } - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #Pro free speech Pamphlet - name = free_speech_laws.1.a - default_option = yes - add_enactment_modifier = { - name = free_speech_pamphlet_advance - } - } - - option = { #Use these Pamphlets to push a stronger message - name = free_speech_laws.1.b - random_list = { - 1 = { - add_enactment_modifier = { - name = free_speech_pamphlet_risk_fail - } - } - 3 = { - add_enactment_modifier = { - name = free_speech_pamphlet_risk_success - } - } - } - } -} - -# Book burnings -free_speech_laws.2 = { - type = country_event - placement = root - title = free_speech_laws.2.t - desc = free_speech_laws.2.d - flavor = free_speech_laws.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/africa_public_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/public_protest" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = free_speech_book_burning_advance - has_modifier = free_speech_book_burning_risk_fail - has_modifier = free_speech_book_burning_risk_success - } - AND = { - OR = { - is_enacting_law = law_type:law_censorship - is_enacting_law = law_type:law_outlawed_dissent - } - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = book_burning_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = free_speech_laws.2.a - default_option = yes - add_enactment_modifier = { - name = free_speech_book_burning_advance - } - } - - option = { - name = free_speech_laws.2.b - random_list = { - 1 = { - add_enactment_modifier = { - name = free_speech_book_burning_risk_fail - } - } - 3 = { - add_enactment_modifier = { - name = free_speech_book_burning_risk_success - } - } - } - } -} - -# Censoring Censorship -free_speech_laws.3 = { - type = country_event - placement = root - title = free_speech_laws.3.t - desc = free_speech_laws.3.d - flavor = free_speech_laws.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = free_speech_censorship_stall - has_modifier = free_speech_censorship_stall_fail - has_modifier = free_speech_censorship_stall_success - } - AND = { - OR = { - is_enacting_law = law_type:law_right_of_assembly - is_enacting_law = law_type:law_protected_speech - } - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = book_burning_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = free_speech_laws.3.a - default_option = yes - add_enactment_modifier = { - name = free_speech_censorship_stall - } - } - - option = { - name = free_speech_laws.3.b - random_list = { - 1 = { - add_enactment_modifier = { - name = free_speech_censorship_stall_fail - } - } - 3 = { - add_enactment_modifier = { - name = free_speech_censorship_stall_success - } - } - } - } -} - -# Overwhelming Propaganda -free_speech_laws.4 = { - type = country_event - placement = root - title = free_speech_laws.4.t - desc = free_speech_laws.4.d - flavor = free_speech_laws.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = free_speech_no_censorship_stall - has_modifier = free_speech_no_censorship_stall_fail - has_modifier = free_speech_no_censorship_stall_success - } - AND = { - OR = { - is_enacting_law = law_type:law_censorship - is_enacting_law = law_type:law_outlawed_dissent - } - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = free_speech_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #Pro free speech literature - name = free_speech_laws.4.a - default_option = yes - add_enactment_modifier = { - name = free_speech_no_censorship_stall - } - } - - option = { - name = free_speech_laws.4.b - random_list = { - 1 = { - add_enactment_modifier = { - name = free_speech_no_censorship_stall_fail - } - } - 3 = { - add_enactment_modifier = { - name = free_speech_no_censorship_stall_success - } - } - } - } -} - -# Ruler caught reading banned book -free_speech_laws.5 = { - type = country_event - placement = root - title = free_speech_laws.5.t - desc = free_speech_laws.5.d - flavor = free_speech_laws.5.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = scope:ruler_scope - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = free_speech_lewd_book_success - has_modifier = free_speech_lewd_book_fail - } - AND = { - OR = { - is_enacting_law = law_type:law_right_of_assembly - is_enacting_law = law_type:law_protected_speech - } - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - ruler = { - age >= 18 - } - any_neighbouring_state = { - NOT = { owner = ROOT } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ruler = { - save_scope_as = ruler_scope - } - random_neighbouring_state = { - limit = { NOT = { owner = ROOT } } - owner = { - save_scope_as = neighbour_country - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = free_speech_laws.5.a - default_option = yes - add_enactment_modifier = { - name = free_speech_lewd_book_success - } - } - - option = { - name = free_speech_laws.5.b - add_enactment_modifier = { - name = free_speech_lewd_book_fail - } - } -} - -free_speech_laws.6 = { #Insulting drawing - type = country_event - placement = root - title = free_speech_laws.6.t - desc = free_speech_laws.6.d - flavor = free_speech_laws.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = free_speech_lewd_drawing_condemned - has_modifier = free_speech_lewd_drawing_supported - } - AND = { - OR = { - is_enacting_law = law_type:law_censorship - is_enacting_law = law_type:law_outlawed_dissent - } - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = free_speech_ig - } - scope:free_speech_ig = { - leader = { - save_scope_as = ig_leader_scope - } - } - ruler = { - save_scope_as = ruler_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = free_speech_laws.6.a - default_option = yes - add_enactment_modifier = { - name = free_speech_lewd_drawing_condemned - } - } - - option = { - name = free_speech_laws.6.b - add_enactment_modifier = { - name = free_speech_lewd_drawing_supported - } - scope:free_speech_ig = { - add_modifier = { - name = free_speech_lewd_drawing_supported_ig - months = normal_modifier_time - } - } - } -} \ No newline at end of file diff --git a/events/law_events/isolationism_law.txt b/events/law_events/isolationism_law.txt deleted file mode 100644 index 5a8b9a26..00000000 --- a/events/law_events/isolationism_law.txt +++ /dev/null @@ -1,221 +0,0 @@ -namespace = isolation - -# stall event - unequal treaties -isolation.1 = { - type = country_event - placement = ROOT - - title = isolation.1.t - desc = isolation.1.d - flavor = isolation.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - has_law = law_type:law_isolationism - has_law = law_type:law_traditionalism - } - OR = { - is_enacting_law = law_type:law_mercantilism - is_enacting_law = law_type:law_agrarianism - is_enacting_law = law_type:law_free_trade - is_enacting_law = law_type:law_command_economy - } - any_country = { - country_rank = rank_value:great_power - OR = { - is_country_type = recognized - is_country_type = colonial - } - NOR = { - has_law = law_type:law_isolationism - has_law = law_type:law_traditionalism - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - capital = { - save_scope_as = capital_scope - } - random_country = { - limit = { - country_rank = rank_value:great_power - OR = { - is_country_type = recognized - is_country_type = colonial - } - NOR = { - has_law = law_type:law_isolationism - has_law = law_type:law_traditionalism - } - } - save_scope_as = fraud_country - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = isolation.1.a - # harm relations with the country - change_relations = { - country = scope:fraud_country - value = -30 - } - # lose some law chance - add_enactment_modifier = { - name = unequal_treaties_isolation - } - } - - option = { - name = isolation.1.b - default_option = yes - # lose lots of law chance - add_enactment_modifier = { - name = unequal_treaties_isolation - multiplier = 2 - } - } - - option = { - name = isolation.1.c - change_relations = { - country = scope:fraud_country - value = 30 - } - set_owes_obligation_to = { - country = scope:fraud_country - setting = yes - } - } -} - -# debate event - foreign dignitary murdered -isolation.2 = { - type = country_event - placement = ROOT - - title = isolation.2.t - desc = isolation.2.d - flavor = isolation.2.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - cooldown = { months = normal_modifier_time } - - duration = 3 - - trigger = { - OR = { - has_law = law_type:law_isolationism - has_law = law_type:law_traditionalism - } - OR = { - is_enacting_law = law_type:law_mercantilism - is_enacting_law = law_type:law_agrarianism - is_enacting_law = law_type:law_free_trade - is_enacting_law = law_type:law_command_economy - } - any_country = { - country_rank = rank_value:great_power - OR = { - is_country_type = recognized - is_country_type = colonial - } - NOR = { - has_law = law_type:law_isolationism - has_law = law_type:law_traditionalism - } - } - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - } - - immediate = { - capital = { - save_scope_as = capital_scope - } - random_country = { - limit = { - country_rank = rank_value:great_power - OR = { - is_country_type = recognized - is_country_type = colonial - } - NOR = { - has_law = law_type:law_isolationism - has_law = law_type:law_traditionalism - } - } - save_scope_as = murdered_visitor_country - capital = { - save_scope_as = foreign_capital - } - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # frame a scapegoat - name = isolation.2.a - default_option = yes - change_relations = { - country = scope:murdered_visitor_country - value = -30 - } - add_enactment_modifier = { - name = legal_scapegoat - } - } - - option = { # investigate the crime - name = isolation.2.b - # investigate. law takes longer, movement loses support - add_enactment_modifier = { - name = investigating_foreign_murder - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - add_modifier = { - name = movement_investigation_isolation - months = normal_modifier_time - } - } - } -} - -# advancement events are in meiji restoration file \ No newline at end of file diff --git a/events/law_events/labor_rights_laws.txt b/events/law_events/labor_rights_laws.txt deleted file mode 100644 index 49fc564f..00000000 --- a/events/law_events/labor_rights_laws.txt +++ /dev/null @@ -1,533 +0,0 @@ -namespace = labor_rights - -# Mistreatment of Serfs -labor_rights.1 = { - type = country_event - placement = ROOT - - title = labor_rights.1.t - desc = labor_rights.1.d - flavor = labor_rights.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_serfdom - OR = { - is_enacting_law = law_type:law_serfdom_banned - is_enacting_law = law_type:law_regulatory_bodies - is_enacting_law = law_type:law_worker_protections - } - any_scope_state = { - any_scope_pop = { - is_pop_type = peasants - } - } - NOT = { - has_modifier = serf_mistreaters_demonized_enactment - } - } - - immediate = { - random_scope_state = { - limit = { - any_scope_pop = { - is_pop_type = peasants - } - } - save_scope_as = serf_state - } - ig:ig_landowners = { - save_scope_as = serf_mistreaters - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = labor_rights.1.a - default_option = yes - # law success chance - add_enactment_modifier = { - name = serf_mistreaters_demonized_enactment - multiplier = 2 - } - } - - option = { - name = labor_rights.1.b - # negative pop attraction - scope:serf_mistreaters = { - add_modifier = { - name = serf_mistreaters_demonized - months = short_modifier_time - } - } - # law success chance - add_enactment_modifier = { - name = serf_mistreaters_demonized_enactment - } - } -} - - -# Serfdom Debated -labor_rights.2 = { - type = country_event - placement = ROOT - - title = labor_rights.2.t - desc = labor_rights.2.d - flavor = labor_rights.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_serfdom - OR = { - is_enacting_law = law_type:law_serfdom_banned - is_enacting_law = law_type:law_regulatory_bodies - is_enacting_law = law_type:law_worker_protections - } - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_serfdom - value < neutral - } - } - NOT = { - has_modifier = anti_serfdom_debate - } - } - - immediate = { - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_serfdom - value < neutral - } - } - save_scope_as = anti_serfdom_ig - leader = { - save_scope_as = anti_serfdom_advocate - } - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = labor_rights.2.a - default_option = yes - # law success chance - random_list = { - 1 = { - add_enactment_modifier = { - name = anti_serfdom_debate - multiplier = 2 - } - } - 1 = { - add_enactment_modifier = { - name = anti_serfdom_debate - } - } - } - } - - option = { - name = labor_rights.2.b - # ig leader popularity - scope:anti_serfdom_advocate = { - add_modifier = { - name = anti_serfdom_popularity - months = normal_modifier_time - } - } - # law success chance - random_list = { - 1 = { - add_enactment_modifier = { - name = anti_serfdom_debate - multiplier = 3 - } - } - 2 = { - add_enactment_modifier = { - name = anti_serfdom_debate - multiplier = -1 - } - } - } - } -} - -# Landowners demand compensation for lost serfs -labor_rights.3 = { - type = country_event - placement = ROOT - - title = labor_rights.3.t - desc = labor_rights.3.d - flavor = labor_rights.3.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_serfdom - OR = { - is_enacting_law = law_type:law_serfdom_banned - is_enacting_law = law_type:law_regulatory_bodies - is_enacting_law = law_type:law_worker_protections - } - ig:ig_landowners = { - is_marginal = no - } - NOT = { has_modifier = government_buying_serfs } - NOT = { has_modifier = serfs_buying_serfs } - NOT = { has_modifier = no_buying_serfs } - } - - immediate = { - ig:ig_landowners = { - save_scope_as = serf_owners - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # pay them off - name = labor_rights.3.a - # small success chance but big bureaucracy hit - add_enactment_modifier = { - name = government_buying_serfs - } - } - - option = { # serfs should buy their emancipation - name = labor_rights.3.b - # small success chance but low SoL - add_enactment_modifier = { - name = serfs_buying_serfs - } - } - option = { # no deal - name = labor_rights.3.c - default_option = yes - # Significant delay - add_enactment_modifier = { - name = no_buying_serfs - } - } -} - -# Direct action for workers protections -labor_rights.4 = { - type = country_event - placement = ROOT - - title = labor_rights.4.t - desc = labor_rights.4.d - flavor = labor_rights.4.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - AND = { - is_enacting_law = law_type:law_regulatory_bodies - OR = { - has_law = law_type:law_serfdom - has_law = law_type:law_serfdom_banned - } - } - is_enacting_law = law_type:law_worker_protections - } - ig:ig_trade_unions = { - is_marginal = no - } - NOT = { has_modifier = enactment_strikes_modifier } - NOT = { has_modifier = enactment_strikes_deterred_modifier } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_trade_unions = { - save_scope_as = unions_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = labor_rights.4.a - default_option = yes - # big success chance but industries crippled - add_enactment_modifier = { - name = enactment_strikes_modifier - } - } - - option = { - name = labor_rights.4.b - # moderate success chance but slowdown law - add_enactment_modifier = { - name = enactment_strikes_deterred_modifier - } - } -} - -# Unions negotiate with industrialists -labor_rights.5 = { - type = country_event - placement = ROOT - - title = labor_rights.5.t - desc = labor_rights.5.d - flavor = labor_rights.5.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - AND = { - is_enacting_law = law_type:law_regulatory_bodies - OR = { - has_law = law_type:law_serfdom - has_law = law_type:law_serfdom_banned - } - } - is_enacting_law = law_type:law_worker_protections - } - ig:ig_trade_unions = { - is_marginal = no - } - ig:ig_industrialists = { - is_marginal = no - } - NOT = { has_modifier = worker_protection_negotiations } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_trade_unions = { - save_scope_as = unions_scope - } - ig:ig_industrialists = { - save_scope_as = capitalists_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # support the unions - name = labor_rights.5.a - default_option = yes - # increase enactment speed and gain some loyalists but lose success chance - add_enactment_modifier = { - name = worker_protection_negotiations - } - add_loyalists = { - strata = poor - value = 0.05 - } - } - - option = { # make concessions to the industrialists - name = labor_rights.5.b - # slow down enactment speed and create some radicals, but add success chance - add_enactment_modifier = { - name = worker_protection_negotiations - multiplier = -1 - } - add_loyalists = { - strata = rich - value = 0.1 - } - } -} - - -# Strikbreakers discourage worker movement -labor_rights.6 = { - type = country_event - placement = ROOT - - title = labor_rights.6.t - desc = labor_rights.6.d - flavor = labor_rights.6.f - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - AND = { - is_enacting_law = law_type:law_regulatory_bodies - OR = { - has_law = law_type:law_serfdom - has_law = law_type:law_serfdom_banned - } - } - is_enacting_law = law_type:law_worker_protections - } - ig:ig_trade_unions = { - is_marginal = no - } - ig:ig_industrialists = { - is_marginal = no - } - NOT = { has_modifier = strikbreakers_enactment } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_trade_unions = { - save_scope_as = unions_scope - } - ig:ig_industrialists = { - save_scope_as = capitalists_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # call off the strikebreakers - name = labor_rights.6.a - default_option = yes - scope:capitalists_scope = { - add_modifier = { - name = strikebreakers_called_off - months = short_modifier_time - multiplier = -1 - } - } - scope:unions_scope = { - add_modifier = { - name = strikebreakers_called_off - months = short_modifier_time - } - } - # decrease enactment time - add_enactment_modifier = { - name = strikbreakers_enactment - } - } - - option = { # don't - name = labor_rights.6.b - scope:capitalists_scope = { - add_modifier = { - name = strikebreakers_allowed - months = short_modifier_time - } - } - scope:unions_scope = { - add_modifier = { - name = strikebreakers_allowed - months = short_modifier_time - multiplier = -1 - } - } - # increase enactment time - add_enactment_modifier = { - name = strikbreakers_enactment - multiplier = -1 - } - } -} \ No newline at end of file diff --git a/events/law_events/law_events.txt b/events/law_events/law_events.txt deleted file mode 100644 index abaf41af..00000000 --- a/events/law_events/law_events.txt +++ /dev/null @@ -1,286 +0,0 @@ -namespace = law_events - -# Debate event -law_events.1 = { #conscientious objectors - type = country_event - placement = root - - title = law_events.1.t - desc = law_events.1.d - flavor = law_events.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_mass_conscription - NOT = { has_variable = conscientious_objection } - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_mass_conscription - value > neutral - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_mass_conscription - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - set_variable = { - name = conscientious_objection - days = 1825 # five years - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_mass_conscription - value > neutral - } - } - save_scope_as = pro_conscription_ig - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_mass_conscription - value < neutral - } - } - save_scope_as = anti_conscription_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # allow objectors to sit out - name = law_events.1.a - default_option = yes - add_enactment_modifier = { - name = objectors_conscription_law - } - scope:pro_conscription_ig = { - add_modifier = { - name = modifier_conscientious_objection_denied - months = normal_modifier_time - } - } - scope:anti_conscription_ig = { - add_modifier = { - name = modifier_conscientious_objection_approved - months = normal_modifier_time - } - } - add_modifier = { - name = modifier_conscription_rate_lowered - months = long_modifier_time - } - } - - option = { # everyone must fight - name = law_events.1.b - add_enactment_modifier = { - name = objectors_conscription_bad_law - } - scope:pro_conscription_ig = { - add_modifier = { - name = modifier_conscientious_objection_rejected_good - months = normal_modifier_time - } - } - scope:anti_conscription_ig = { - add_modifier = { - name = modifier_conscientious_objection_rejected - months = normal_modifier_time - } - } - } -} - -law_events.5 = { #Landowners in state request you turn a blind eye to their working conditions - type = country_event - placement = root - - title = law_events.5.t - desc = law_events.5.d - flavor = law_events.5.f - - event_image = { - video = "gfx/event_pictures/southamerica_child_labor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/child_labor" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - trigger = { - ig:ig_landowners = { - is_marginal = no - } - OR = { - has_law = law_type:law_regulatory_bodies - has_law = law_type:law_worker_protections - } - NOT = { has_variable = mineowners_request } - any_scope_state = { - OR = { - has_building = building_coal_mine - has_building = building_iron_mine - has_building = building_lead_mine - has_building = building_sulfur_mine - } - } - } - - immediate = { - random_scope_state = { - limit = { - OR = { - has_building = building_coal_mine - has_building = building_iron_mine - has_building = building_lead_mine - has_building = building_sulfur_mine - } - } - save_scope_as = state_with_mine - } - - set_variable = { - name = mineowners_request - days = 1825 # five years - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = law_events.5.a - ig:ig_landowners = { - add_modifier = { - name = modifier_mine_regulations_not_enforced - months = normal_modifier_time - } - } - - scope:state_with_mine = { - add_modifier = { - name = modifier_mine_regulations_not_enforced_state - months = normal_modifier_time - } - } - } - - option = { - name = law_events.5.b - default_option = yes - ig:ig_landowners = { - add_modifier = { - name = modifier_mine_regulations_enforced - months = normal_modifier_time - } - } - - } - -} - - -law_events.6 = { #Intelligentsia disapprove of religious schools - type = country_event - placement = root - - title = law_events.6.t - desc = law_events.6.d - flavor = law_events.6.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - ig:ig_intelligentsia = { - is_marginal = no - } - NOT = { has_variable = intelligentsia_disapprove_religious_schools} - is_enacting_law = law_type:law_religious_schools - } - - immediate = { - ig:ig_intelligentsia = { save_scope_as = intelligentsia_ig } - set_variable = { - name = intelligentsia_disapprove_religious_schools - months = normal_modifier_time - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #they have a point - name = law_events.6.a - add_enactment_modifier = { #law takes more time to pass - name = religious_schools_bad_modifier - } - ig:ig_intelligentsia = { - add_modifier = { - name = modifier_religious_schools_abolished_intelligentsia - months = normal_modifier_time - } - } - } - - option = { #ignore them - default_option = yes - name = law_events.6.b - add_enactment_modifier = { #you get some success thing - name = religious_schools_good_modifier - } - ig:ig_intelligentsia = { - add_modifier = { - name = modifier_ignored_intelligentsia_request - months = normal_modifier_time - } - } - } -} diff --git a/events/law_events/law_events_01.txt b/events/law_events/law_events_01.txt deleted file mode 100644 index ecce6cae..00000000 --- a/events/law_events/law_events_01.txt +++ /dev/null @@ -1,1125 +0,0 @@ -namespace = generic_laws - -# Advancement event -#Rousing Speech held - IG leader in favour of current law turns out to be quite the orator. Speech widely distributed, swaying people towards supporting the law -generic_laws.1 = { - type = country_event - placement = root - title = generic_laws.1.t - desc = generic_laws.1.d - flavor = generic_laws.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = orator_ig_scope - leader = { - save_scope_as = orator_ig_leader_scope - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.1.a # Focus attention on passing the law - default_option = yes - - add_enactment_modifier = { - name = rising_support_for_law_major - } - } - option = { - name = generic_laws.1.b # Divert attention to IG and IG leader - - add_enactment_modifier = { - name = rising_support_for_law_minor - } - scope:orator_ig_leader_scope = { - add_modifier = { - name = skilled_orator - months = normal_modifier_time - } - } - scope:orator_ig_scope = { - add_modifier = { - name = rising_support_for_ig_minor - months = normal_modifier_time - } - } - } -} - -# Stall event -# Corrupt Connections uncovered - IG in favour of passing law cought in corruption scandal. -generic_laws.2 = { - type = country_event - placement = root - title = generic_laws.2.t - desc = generic_laws.2.d - flavor = generic_laws.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = corrupt_ig_scope - leader = { - save_scope_as = corrupt_ig_leader_scope - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.2.a # nothing is done about the corruption. bad for law passing and bad PR for IG and IG leader - default_option = yes - - add_enactment_modifier = { - name = corrupt_connections_exposed - } - scope:corrupt_ig_leader_scope = { - add_modifier = { - name = ignored_corruption - months = normal_modifier_time - } - } - } - - option = { - name = generic_laws.2.b # negative effects mitigated somewhat, but at a cost to bureaucracy - - add_enactment_modifier = { - name = corrupt_connections_exposed_minor - } - add_modifier = { - name = dealing_with_corruption - months = normal_modifier_time - } - } -} - -# Debate event -# Opposition Members table Demands - More pragmatically inclined members of IG opposed to current law offer a compromise solution, where they will support the law in return for certain concessions - -generic_laws.3 = { - type = country_event - placement = root - title = generic_laws.3.t - desc = generic_laws.3.d - flavor = generic_laws.3.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = opposition_demands_ig_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = opposition_demands_supporting_ig_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.3.a # agree to the proposal. gain support for law passing, but strenghten opposing party - default_option = yes - - add_enactment_modifier = { - name = cross_bench_support - } - scope:opposition_demands_supporting_ig_scope = { - add_modifier = { - name = unpopular_compromises - months = normal_modifier_time - } - } - } - - option = { - name = generic_laws.3.b # reject them. compromise is for weaklings - - add_enactment_modifier = { - name = political_advances_spurned - } - scope:opposition_demands_supporting_ig_scope = { - add_modifier = { - name = steadfast_conviction - months = normal_modifier_time - } - } - } -} - -# Advancement Event -# Popular Playwright Endorses Reform -generic_laws.4 = { - type = country_event - placement = scope:playwright_state_scope - title = generic_laws.4.t - desc = generic_laws.4.d - flavor = generic_laws.4.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - any_scope_state = { - is_incorporated = yes - } - NOT = { has_variable = playwright_var } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_incorporated = yes - } - save_scope_as = playwright_state_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = playwright_ig_scope - } - set_variable = { - name = playwright_var - months = normal_modifier_time - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.4.a # Play convinces/puts pressure, making passing law easier - default_option = yes - - add_enactment_modifier = { - name = popular_support_for_law - } - } - option = { - name = generic_laws.4.b # Play strenghens IG that playwright alligns with - - scope:playwright_ig_scope = { - add_modifier = { - name = rising_support_for_ig - months = normal_modifier_time - } - } - } - option = { - name = generic_laws.4.c # Play generates prestige for country - - add_modifier = { - name = renowned_playwright - } - } -} - -# Stall Event -# Bureaucratic Imbroglio -generic_laws.5 = { - type = country_event - placement = root - title = generic_laws.5.t - desc = generic_laws.5.d - flavor = generic_laws.5.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = imbroglio_state_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.5.a # That's bad, but not much to do about it. - default_option = yes - - add_enactment_modifier = { - name = mired_in_bureaucracy - } - } - - option = { - name = generic_laws.5.b # Cut through some red tape, decreasing maluses, but angering bureaucrats - - add_enactment_modifier = { - name = mired_in_bureaucracy_minor - } - add_modifier = { - name = cutting_red_tape - months = normal_modifier_time - } - scope:imbroglio_state_scope = { - add_radicals = { # bureaucracts pissed off - value = large_radicals - pop_type = bureaucrats - } - } - } -} - -# Debate event -#King/Queen/Emperor intervenes in political process -generic_laws.6 = { - type = country_event - placement = root - title = generic_laws.6.t - desc = generic_laws.6.d - flavor = generic_laws.6.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_monarchy - enacting_any_law = yes - any_interest_group = { - is_marginal = no - OR = { - has_ideology = ideology_republican - leader = { - has_ideology = ideology_republican_leader - } - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.6.a # Let the King have his way - - add_enactment_modifier = { - name = backed_by_court - } - every_interest_group = { - limit = { - is_marginal = no - OR = { - has_ideology = ideology_republican - leader = { - has_ideology = ideology_republican_leader - } - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - add_modifier = { - name = royal_prerogative - months = normal_modifier_time - } - } - } - option = { - name = generic_laws.6.b # Preserve the bill - default_option = yes - add_enactment_modifier = { - name = ruler_restrained - } - } -} - -# Advancement Event -# Grassroots Support for Law -generic_laws.7 = { - type = country_event - placement = scope:grassroots_state_scope - title = generic_laws.7.t - desc = generic_laws.7.d - flavor = generic_laws.7.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - any_scope_state = { - is_incorporated = yes - } - any_political_movement = { - is_political_movement_type = movement_to_enact - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = grassroots_ig_scope - } - random_scope_state = { - limit = { - is_incorporated = yes - } - save_scope_as = grassroots_state_scope - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_enact - } - save_scope_as = enacting_movement - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.7.a # popular support for law and pro-law IG - default_option = yes - - if = { - limit = { - scope:enacting_movement = { desired_law = scope:current_law_scope.type } - } - scope:enacting_movement = { - add_modifier = { - name = grassroots_support_for_movement - } - } - } - - else = { - add_enactment_modifier = { - name = wave_of_popular_support - } - } - scope:grassroots_ig_scope = { - add_modifier = { - name = grassroots_support - months = normal_modifier_time - } - } - } - option = { - name = generic_laws.7.b # calm the masses - - scope:grassroots_state_scope = { - add_loyalists = { - strata = poor - value = 0.2 - } - } - } -} - - -# Stall event -#Public Address Goes Awry -generic_laws.8 = { - type = country_event - placement = scope:publicaddress_state_scope - title = generic_laws.8.t - desc = generic_laws.8.d - flavor = generic_laws.8.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - any_scope_state = { - is_incorporated = yes - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = publicaddress_ig_scope - leader = { - save_scope_as = publicaddress_ig_leader_scope - } - } - random_scope_state = { - limit = { - is_incorporated = yes - } - save_scope_as = publicaddress_state_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.8.a # Preserve the IG - default_option = yes - - add_enactment_modifier = { - name = poorly_formulated_law - } - } - option = { - name = generic_laws.8.b # Preserve the bill - - add_enactment_modifier = { - name = poorly_formulated_law_minor - } - scope:publicaddress_ig_leader_scope = { - add_modifier = { - name = hapless_orator - months = normal_modifier_time - } - } - scope:publicaddress_ig_scope = { - add_modifier = { - name = tainted_by_incompetence - months = normal_modifier_time - } - } - } -} - -# Debate event -# Law proposal angers minority -generic_laws.9 = { - type = country_event - placement = scope:minority_state_scope - title = generic_laws.9.t - desc = generic_laws.9.d - flavor = generic_laws.9.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - law_can_hurt_minorities = yes # laws that in some way or form could hit minority worse than majority - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { pop_is_discriminated = yes } - any_scope_pop = { pop_is_discriminated = no } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = defectors_support_ig_scope - } - random_scope_state = { - limit = { - any_scope_pop = { pop_is_discriminated = yes } - any_scope_pop = { pop_is_discriminated = no } - } - random_scope_pop = { - limit = { pop_is_discriminated = no } - save_scope_as = primary_culture_pop_scope - } - random_scope_pop = { - limit = { pop_is_discriminated = yes } - save_scope_as = non_accepted_culture_pop_scope - culture = { - save_scope_as = non_accepted_culture_scope - } - } - save_scope_as = minority_state_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.9.a # the bill looks fine as it is, force the issue through, angering minority - - add_enactment_modifier = { - name = forceful_approach - } - add_modifier = { - name = minority_protests - months = normal_modifier_time - } - scope:minority_state_scope = { - add_radicals = { - value = medium_radicals - culture = scope:non_accepted_culture_pop_scope.culture - } - } - } - option = { - name = generic_laws.9.b # token concessions - default_option = yes - scope:minority_state_scope = { - add_radicals = { - value = small_radicals - culture = scope:non_accepted_culture_pop_scope.culture - } - } - } - option = { - name = generic_laws.9.c # please minority - add_enactment_modifier = { - name = displeased_establishment - } - scope:minority_state_scope = { - add_loyalists = { - value = medium_radicals - culture = scope:non_accepted_culture_pop_scope.culture - } - } - } -} - -# Advancement event -# Members of Neutral IG leave in frustration over neutral stance on law -generic_laws.10 = { - type = country_event - placement = root - title = generic_laws.10.t - desc = generic_laws.10.d - flavor = generic_laws.10.f - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value = neutral - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value = neutral - } - } - save_scope_as = defectors_ig_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = defectors_support_ig_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.10.a # Focus attention on passing the law - default_option = yes - - add_enactment_modifier = { - name = pro_law_factionalism - } - scope:defectors_ig_scope = { - add_modifier = { - name = member_flight - months = normal_modifier_time - } - } - } - - option = { - name = generic_laws.10.b # Focus on harming the neutral IG, drawing members to IG in support of law - - add_enactment_modifier = { - name = pro_law_factionalism_minor - } - scope:defectors_ig_scope = { - add_modifier = { - name = member_exodus - months = normal_modifier_time - } - } - scope:defectors_support_ig_scope = { - add_modifier = { - name = member_influx - months = normal_modifier_time - } - } - } -} -# Stall Event -# Dissenters break ranks -generic_laws.11 = { - type = country_event - placement = root - title = generic_laws.11.t - desc = generic_laws.11.d - flavor = generic_laws.11.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = dissenters_ig_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.11.a # Grr, splitters! - default_option = yes - - add_enactment_modifier = { - name = political_discord - } - scope:dissenters_ig_scope = { - add_modifier = { - name = party_fragmentation - months = normal_modifier_time - } - } - } - option = { - name = generic_laws.11.b # Hand out bribes to convince some to stay - - add_enactment_modifier = { - name = political_discord_minor - } - scope:dissenters_ig_scope = { - add_modifier = { - name = party_fragmentation_minor - months = normal_modifier_time - } - } - add_modifier = { - name = greasing_palms - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - } -} -# debate event -# underhanded tactics -generic_laws.12 = { - type = country_event - placement = root - title = generic_laws.12.t - desc = generic_laws.12.d - flavor = generic_laws.12.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - enacting_any_law = yes - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - every_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = underhanded_ig_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = underhanded_instigator_ig_scope - leader = { - save_scope_as = underhanded_instigator_leader_scope - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = generic_laws.12.a # agree to the proposal. decrease enactment time, but anger opposing IGs - default_option = yes - - add_enactment_modifier = { - name = underhanded_tactics - } - scope:underhanded_ig_scope = { - add_modifier = { - name = dishonest_methods - months = normal_modifier_time - } - } - } - - option = { - name = generic_laws.12.b # reject the proposal, slightly increase enactment time - - add_enactment_modifier = { - name = by_the_book - } - } -} diff --git a/events/law_events/law_notification.txt b/events/law_events/law_notification.txt deleted file mode 100644 index c8c6e0be..00000000 --- a/events/law_events/law_notification.txt +++ /dev/null @@ -1,56 +0,0 @@ -namespace = law_notification - -# Advance -law_notification.1 = { - type = country_event - hidden = yes - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - add_enactment_modifier = { - name = generic_law_advance - } - post_notification = law_notification_advance - } -} - -# Debate -law_notification.2 = { - type = country_event - hidden = yes - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_list = { - 1 = { - post_notification = law_notification_debate_success - add_enactment_modifier = { - name = generic_law_debate_success - } - } - 1 = { - post_notification = law_notification_debate_fail - add_enactment_modifier = { - name = generic_law_debate_fail - } - } - } - } -} - -# Stall -law_notification.3 = { - type = country_event - hidden = yes - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - post_notification = law_notification_stall - add_enactment_modifier = { - name = generic_law_stall - } - } -} \ No newline at end of file diff --git a/events/law_events/laws.txt b/events/law_events/laws.txt deleted file mode 100644 index fb766626..00000000 --- a/events/law_events/laws.txt +++ /dev/null @@ -1,84 +0,0 @@ -namespace = laws - -laws.1 = { - type = country_event - placement = root - title = laws.1.t - desc = laws.1.d - flavor = laws.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_autocracy - any_interest_group = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = jedi_scope - } - ruler = { - save_scope_as = ruler_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = laws.1.a - default_option = yes - add_enactment_modifier = { - name = thunderous_applause - } - scope:ruler_scope = { - add_modifier = { - name = scarred_and_deformed - months = normal_modifier_time - } - } - } - option = { - name = laws.1.b - add_enactment_modifier = { - name = thunderous_applause - } - scope:ruler_scope = { - add_modifier = { - name = hunted_down_and_defeated - months = short_modifier_time - } - } - } -} \ No newline at end of file diff --git a/events/law_events/laws_police.txt b/events/law_events/laws_police.txt deleted file mode 100644 index 389afa37..00000000 --- a/events/law_events/laws_police.txt +++ /dev/null @@ -1,288 +0,0 @@ -namespace = laws_police - -laws_police.1 = { # advance - type = country_event - placement = root - - title = laws_police.1.t - desc = laws_police.1.d - flavor = laws_police.1.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_no_police - OR = { - is_enacting_law = law_type:law_local_police - is_enacting_law = law_type:law_dedicated_police - is_enacting_law = law_type:law_militarized_police - } - any_interest_group = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_in_government = yes - } - save_scope_as = assassination_target_ig - } - random_interest_group = { - limit = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = they_dont_like_laws_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # We shall protect our own - name = laws_police.1.a - scope:assassination_target_ig = { - add_modifier = { - name = well_protected_ig - months = normal_modifier_time - } - } - add_enactment_modifier = { - name = rising_support_for_law_enforcement - } - } - - option = { # See what our critics want? - name = laws_police.1.b - default_option = yes - - - scope:they_dont_like_laws_ig = { - add_modifier = { - name = under_suspicion_ig - months = normal_modifier_time - } - } - add_enactment_modifier = { - name = rising_support_for_law_enforcement - } - } -} - -# The Papers' Police Polemics -laws_police.2 = { # debate - type = country_event - placement = root - title = laws_police.2.t - desc = laws_police.2.d - flavor = laws_police.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_no_police - OR = { - is_enacting_law = law_type:law_local_police - is_enacting_law = law_type:law_dedicated_police - is_enacting_law = law_type:law_militarized_police - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = laws_police.2.a - default_option = yes - add_enactment_modifier = { - name = war_of_police_editorials - } - } - option = { - name = laws_police.2.b - random_list = { - 1 = { - add_enactment_modifier = { - name = flood_of_supportive_editorials - } - } - 3 = { - add_enactment_modifier = { - name = wave_of_negative_editorials - } - } - } - } - option = { - name = laws_police.2.c - trigger = { has_law = law_type:law_censorship } - random_list = { - 3 = { - add_enactment_modifier = { - name = flood_of_supportive_editorials - } - } - 1 = { - add_enactment_modifier = { - name = wave_of_negative_editorials - } - } - } - } -} - -# The Rally Run Roughshod -laws_police.3 = { # stall event - type = country_event - placement = root - title = laws_police.3.t - desc = laws_police.3.d - flavor = laws_police.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_political_movement = { - political_movement_support > 0.1 - any_supporting_interest_group = { - is_marginal = no - } - } - has_law = law_type:law_no_police - OR = { - is_enacting_law = law_type:law_local_police - is_enacting_law = law_type:law_dedicated_police - is_enacting_law = law_type:law_militarized_police - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_political_movement = { - limit = { - political_movement_support > 0.1 - } - save_scope_as = rally_movement - random_supporting_interest_group = { - limit = { - is_marginal = no - } - save_scope_as = rally_movement_ig - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = laws_police.3.a - default_option = yes - add_enactment_modifier = { - name = violently_suppressed_rally_bad_aftermath - } - - scope:rally_movement_ig = { - add_modifier = { - name = placated_rally_ig - months = normal_modifier_time - } - } - } - option = { - name = laws_police.3.b - trigger = { has_law = law_type:law_censorship } - - scope:rally_movement_ig = { - add_modifier = { - name = suppressed_rally_ig - months = normal_modifier_time - } - } - random_list = { - 1 = { - add_enactment_modifier = { - name = violently_suppressed_rally_positive_aftermath - } - } - 1 = { - add_enactment_modifier = { - name = violently_suppressed_rally_very_bad_aftermath - } - } - } - } - option = { - name = laws_police.3.c - random_list = { - 1 = { - add_enactment_modifier = { - name = violently_suppressed_rally_positive_aftermath - } - } - 3 = { - add_enactment_modifier = { - name = violently_suppressed_rally_very_bad_aftermath - } - } - } - } -} diff --git a/events/law_events/migration_laws.txt b/events/law_events/migration_laws.txt deleted file mode 100644 index edcf7a50..00000000 --- a/events/law_events/migration_laws.txt +++ /dev/null @@ -1,485 +0,0 @@ -namespace = migration_laws - -# More Migration: Advancement -migration_laws.1 = { - type = country_event - placement = root - title = migration_laws.1.t - desc = migration_laws.1.d - flavor = migration_laws.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_no_migration_controls - AND = { - has_law = law_type:law_closed_borders - is_enacting_law = law_type:law_migration_controls - } - } - ig:ig_intelligentsia = { - NOT = { - law_stance = { - law = root.currently_enacting_law.type - value < neutral - } - } - } - NOT = { has_modifier = future_without_borders } - NOT = { has_modifier = future_freer_movement } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_intelligentsia = { - leader = { save_scope_as = no_borders_visionary } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = migration_laws.1.a - add_enactment_modifier = { - name = future_without_borders - } - ig:ig_intelligentsia = { - leader = { - add_modifier = { - name = utopian_visionary - months = normal_modifier_time - } - } - } - ig:ig_armed_forces = { - add_modifier = { - name = anti_border_rhetoric - months = normal_modifier_time - } - } - } - - option = { - name = migration_laws.1.b - default_option = yes - add_enactment_modifier = { - name = future_freer_movement - } - } -} - -# More Migration: Debate -migration_laws.2 = { - type = country_event - placement = root - title = migration_laws.2.t - desc = migration_laws.2.d - flavor = migration_laws.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_no_migration_controls - AND = { - has_law = law_type:law_closed_borders - is_enacting_law = law_type:law_migration_controls - } - } - ig:ig_devout = { - NOT = { - law_stance = { - law = root.currently_enacting_law.type - value > neutral - } - } - } - NOT = { has_modifier = secular_immigration_policy } - NOT = { has_modifier = considering_religious_immigration_restrictions } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_devout = { - save_scope_as = devout_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = migration_laws.2.a - add_enactment_modifier = { - name = secular_immigration_policy - } - ig:ig_devout = { - add_modifier = { - name = faithless_hordes - months = normal_modifier_time - } - } - } - - option = { - name = migration_laws.2.b - default_option = yes - add_enactment_modifier = { - name = considering_religious_immigration_restrictions - } - } -} - -# More Migration: Stall -migration_laws.3 = { - type = country_event - placement = scope:improverished_state - title = migration_laws.3.t - desc = migration_laws.3.d - flavor = migration_laws.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_no_migration_controls - AND = { - has_law = law_type:law_closed_borders - is_enacting_law = law_type:law_migration_controls - } - } - any_scope_state = { - average_sol < 15 - } - NOT = { has_modifier = free_movement_of_labor } - NOT = { has_modifier = welfare_for_all } - NOT = { has_modifier = limiting_workforce_migration } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - average_sol < 15 - } - save_scope_as = improverished_state - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = migration_laws.3.a - add_enactment_modifier = { - name = free_movement_of_labor - } - scope:improverished_state = { - add_radicals = { - value = medium_radicals - strata = poor - } - } - } - - option = { - name = migration_laws.3.b - trigger = { - has_law = law_type:law_old_age_pension - } - add_enactment_modifier = { - name = welfare_for_all - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_old_age_pension - value < neutral - } - } - add_modifier = { - name = welfare_for_the_world - months = normal_modifier_time - } - } - } - - option = { - name = migration_laws.3.c - default_option = yes - - add_enactment_modifier = { - name = limiting_workforce_migration - } - } -} - -# Less Migration: Advancement -migration_laws.4 = { - type = country_event - placement = root - title = migration_laws.4.t - desc = migration_laws.4.d - flavor = migration_laws.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_closed_borders - AND = { - has_law = law_type:law_no_migration_controls - is_enacting_law = law_type:law_migration_controls - } - } - any_neighbouring_state = { - NOT = { owner = root } - } - NOT = { has_modifier = fear_neighbor_immigration } - NOT = { has_modifier = fear_general_immigration } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_neighbouring_state = { - owner = { - save_scope_as = immigrant_fear_neighbor - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = migration_laws.4.a - add_enactment_modifier = { - name = fear_neighbor_immigration - } - change_relations = { - country = scope:immigrant_fear_neighbor - value = -30 - } - } - - option = { - name = migration_laws.4.b - default_option = yes - add_enactment_modifier = { - name = fear_general_immigration - } - } -} - -# Less Migration: Debate -migration_laws.5 = { - type = country_event - placement = root - title = migration_laws.5.t - desc = migration_laws.5.d - flavor = migration_laws.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_closed_borders - AND = { - has_law = law_type:law_no_migration_controls - is_enacting_law = law_type:law_migration_controls - } - } - NOT = { has_law = law_type:law_isolationism } - NOT = { has_modifier = trade_restrictions_considered } - NOT = { has_modifier = trade_restrictions_rejected } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = migration_laws.5.a - add_enactment_modifier = { - name = trade_restrictions_considered - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_isolationism - value < neutral - } - } - add_modifier = { - name = anti_free_trade_rhetoric - months = normal_modifier_time - } - } - } - - option = { - name = migration_laws.5.b - default_option = yes - add_enactment_modifier = { - name = trade_restrictions_rejected - } - } -} - -# Less Migration: Stall -migration_laws.6 = { - type = country_event - placement = root - title = migration_laws.6.t - desc = migration_laws.6.d - flavor = migration_laws.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_closed_borders - AND = { - has_law = law_type:law_no_migration_controls - is_enacting_law = law_type:law_migration_controls - } - } - any_scope_pop = { - state = { save_temporary_scope_as = m_state } - culture = { - NOT = { has_homeland = scope:m_state } - NOT = { is_primary_culture_of = root } - } - } - NOT = { has_modifier = no_family_immigration } - NOT = { has_modifier = family_reunification_discussion } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_pop = { - limit = { - state = { save_temporary_scope_as = m_state } - culture = { - NOT = { has_homeland = scope:m_state } - NOT = { is_primary_culture_of = root } - } - } - culture = { save_scope_as = migrant_pop } - state = { - save_scope_as = migrant_pop_state - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = migration_laws.6.a - add_radicals = { - value = large_radicals - culture = scope:migrant_pop - } - add_enactment_modifier = { - name = no_family_immigration - } - } - - option = { - name = migration_laws.6.b - default_option = yes - add_enactment_modifier = { - name = family_reunification_discussion - } - } -} \ No newline at end of file diff --git a/events/law_events/monarchy_laws.txt b/events/law_events/monarchy_laws.txt deleted file mode 100644 index 98d51b1a..00000000 --- a/events/law_events/monarchy_laws.txt +++ /dev/null @@ -1,359 +0,0 @@ -namespace = monarchy_law_events - -# Popular Acclamation -monarchy_law_events.1 = { # Republic-to-Monarchy Advancement - type = country_event - - title = monarchy_law_events.1.t - desc = monarchy_law_events.1.d - flavor = monarchy_law_events.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - has_law = law_type:law_presidential_republic - has_law = law_type:law_parliamentary_republic - has_law = law_type:law_council_republic - } - NOT = { - has_modifier = monarchist_agitation - } - is_enacting_law = law_type:law_monarchy - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = monarchist_ig_scope - leader = { - save_scope_as = monarchist_ig_leader_scope - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = monarchy_law_events.1.a - default_option = yes - - add_enactment_modifier = { - name = monarchist_agitation - } - scope:monarchist_ig_leader_scope = { - add_modifier = { - name = the_man_of_the_hour - months = normal_modifier_time - } - } - } - - option = { - name = monarchy_law_events.1.b - - add_enactment_modifier = { - name = monarchist_agitation - } - scope:monarchist_ig_scope = { - add_modifier = { - name = attracting_notables - months = normal_modifier_time - } - } - } -} - -# Worldly Whispers -monarchy_law_events.2 = { # Theocracy-to-Monarchy Advancement - type = country_event - - title = monarchy_law_events.2.t - desc = monarchy_law_events.2.d - flavor = monarchy_law_events.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_theocracy - is_enacting_law = law_type:law_monarchy - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - NOT = { - has_modifier = monarchist_agitation - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = monarchist_ig_scope - } - random_scope_character = { - limit = { - is_ruler = yes - } - save_scope_as = secularizing_spiritualist - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = monarchy_law_events.2.a - default_option = yes - - add_enactment_modifier = { - name = monarchist_agitation - } - scope:secularizing_spiritualist = { - add_modifier = { - name = monarchist_spiritualist - months = normal_modifier_time - } - } - } - - option = { - name = monarchy_law_events.2.b - - add_enactment_modifier = { - name = monarchist_agitation - } - scope:monarchist_ig_scope = { - add_modifier = { - name = attracting_notables - months = normal_modifier_time - } - } - } -} - -# Imported Bluebloods? -monarchy_law_events.3 = { # debate - type = country_event - - title = monarchy_law_events.3.t - desc = monarchy_law_events.3.d - flavor = monarchy_law_events.3.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_monarchy - any_interest_group = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - NOT = { - has_variable = monarchy_law_debate_timer - } - any_neighbouring_state = { - owner = { - has_law = law_type:law_monarchy - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_neighbouring_state = { - limit = { - owner = { - has_law = law_type:law_monarchy - } - } - owner = { - save_scope_as = neighboring_monarchy - } - } - set_variable = { - name = monarchy_law_debate_timer - days = 730 # two years - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = monarchy_law_events.3.a - default_option = yes - add_enactment_modifier = { - name = monarchist_debate - } - } - option = { - name = monarchy_law_events.3.b - random_list = { - 1 = { - add_enactment_modifier = { - name = monarchist_debate_success - } - } - 3 = { - add_enactment_modifier = { - name = monarchist_debate_fail - } - } - } - } -} - -monarchy_law_events.4 = { # Stall event - type = country_event - placement = root - title = monarchy_law_events.4.t - desc = monarchy_law_events.4.d - flavor = monarchy_law_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_monarchy - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - NOT = { - has_variable = monarchist_law_stall_timer - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = book_burning_ig - } - - set_variable = { - name = monarchist_law_stall_timer - days = 730 # two years - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = monarchy_law_events.4.a - default_option = yes - add_enactment_modifier = { - name = monarchist_stall - } - } - option = { - name = monarchy_law_events.4.b - random_list = { - 1 = { - add_enactment_modifier = { - name = monarchist_stall_fail - } - } - 3 = { - add_enactment_modifier = { - name = monarchist_stall_success - } - } - } - } -} diff --git a/events/law_events/republic_laws.txt b/events/law_events/republic_laws.txt deleted file mode 100644 index 8ef3bf20..00000000 --- a/events/law_events/republic_laws.txt +++ /dev/null @@ -1,327 +0,0 @@ -namespace = republic_laws - - -republic_laws.1 = { #King misses meeting - type = country_event - placement = ROOT - - title = republic_laws.1.t - desc = republic_laws.1.d - flavor = republic_laws.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_politicians_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_monarchy - or = { - is_enacting_law = law_type:law_presidential_republic - is_enacting_law = law_type:law_parliamentary_republic - } - NOT = { - has_modifier = republic_representation - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #Do we need a king? - name = republic_laws.1.a - default_option = yes - random_list = { - 2 = { - add_enactment_modifier = { - name = republic_representation - multiplier = 4 - } - } - 3 = { - add_enactment_modifier = { - name = republic_representation - } - } - } - } - - option = { #Best to tread softly - name = republic_laws.1.b - add_enactment_modifier = { - name = republic_representation - multiplier = 2 - } - } - - option = { #publish it in the paper - name = republic_laws.1.c - trigger = { - or = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - } - add_enactment_modifier = { - name = republic_representation - multiplier = 6 - } - } -} - -republic_laws.2 = { #Fate of the King - type = country_event - placement = ROOT - - title = republic_laws.2.t - desc = republic_laws.2.d - flavor = republic_laws.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_monarchy - or = { - is_enacting_law = law_type:law_presidential_republic - is_enacting_law = law_type:law_parliamentary_republic - } - NOT = { - has_modifier = fate_of_the_monarchy - } - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value > neutral - } - } - save_scope_as = rulers_fate - leader = { - save_scope_as = monarchist_supporter - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #keep the king around - name = republic_laws.2.a - default_option = yes - add_enactment_modifier = { - name = fate_of_the_monarchy - } - } - - option = { #Exile the king - name = republic_laws.2.b - scope:rulers_fate = { - add_modifier = { - name = exile_the_monarch - months = normal_modifier_time - } - } - add_enactment_modifier = { - name = fate_of_the_monarchy - multiplier = 2 - } - } -} - -republic_laws.3 = { #The kings Speech - type = country_event - placement = ROOT - - title = republic_laws.3.t - desc = republic_laws.3.d - flavor = republic_laws.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_monarchy - or = { - is_enacting_law = law_type:law_presidential_republic - is_enacting_law = law_type:law_parliamentary_republic - } - NOT = { - has_modifier = the_kings_speech - } - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - if = { - limit = { - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value < neutral - } - } - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value < neutral - } - } - save_scope_as = rulers_speech_opposition - } - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value > neutral - } - } - save_scope_as = rulers_speech_supporters - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { #Kings speech unchallenged - name = republic_laws.3.a - default_option = yes - if = { - limit = { - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value < neutral - } - } - } - scope:rulers_speech_opposition = { - add_modifier = { - name = speech_opposition - multiplier = -1 - months = normal_modifier_time - } - } - } - scope:rulers_speech_supporters = { - add_modifier = { - name = speech_supporters - multiplier = 2 - months = normal_modifier_time - } - } - random_list = { - 1 = { - add_enactment_modifier = { - name = the_kings_speech - multiplier = -3 - } - } - 3 = { - add_enactment_modifier = { - name = the_kings_speech - multiplier = -2 - } - } - } - } - - option = { #Kings speech challenged - name = republic_laws.3.b - scope:rulers_speech_supporters = { - add_modifier = { - name = speech_supporters - multiplier = -1 - months = normal_modifier_time - } - } - if = { - limit = { - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_monarchy - value < neutral - } - } - } - scope:rulers_speech_opposition = { - add_modifier = { - name = speech_opposition - months = normal_modifier_time - } - } - } - add_enactment_modifier = { - name = the_kings_speech - multiplier = -1 - } - } -} \ No newline at end of file diff --git a/events/law_events/rights_of_women_laws.txt b/events/law_events/rights_of_women_laws.txt deleted file mode 100644 index 11b3bfca..00000000 --- a/events/law_events/rights_of_women_laws.txt +++ /dev/null @@ -1,530 +0,0 @@ -namespace = rights_of_women_laws - -rights_of_women_laws.1 = { #Landmark case - type = country_event - placement = root - title = rights_of_women_laws.1.t - desc = rights_of_women_laws.1.d - flavor = rights_of_women_laws.1.f - - duration = 3 - - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - NOR = { - has_modifier = womens_rights_divorce_advance - has_modifier = womens_rights_divorce_lesser_advance - } - AND = { - OR = { - is_enacting_law = law_type:law_women_own_property - is_enacting_law = law_type:law_women_in_the_workplace - } - OR = { - has_law = law_type:law_no_womens_rights - has_law = law_type:law_women_own_property - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - save_scope_as = anti_women_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # - name = rights_of_women_laws.1.a - default_option = yes - add_enactment_modifier = { - name = womens_rights_divorce_advance - } - - scope:anti_women_ig = { - add_modifier = { - name = womens_rights_divorce_ig_anger - months = normal_modifier_time - } - } - } - option = { - name = rights_of_women_laws.1.b - add_enactment_modifier = { - name = womens_rights_divorce_lesser_advance - } - } -} - -rights_of_women_laws.2 = { #Female Travel Writer - type = country_event - placement = root - title = rights_of_women_laws.2.t - desc = rights_of_women_laws.2.d - flavor = rights_of_women_laws.2.f - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value <= neutral - } - } - NOR = { - has_modifier = womens_rights_travel_writing_advance - has_modifier = womens_rights_travel_writing_risk_fail - has_modifier = womens_rights_travel_writing_risk_success - } - AND = { - OR = { - is_enacting_law = law_type:law_women_own_property - is_enacting_law = law_type:law_women_in_the_workplace - } - OR = { - has_law = law_type:law_no_womens_rights - has_law = law_type:law_women_own_property - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value <= neutral - } - } - save_scope_as = anti_women_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # - name = rights_of_women_laws.2.a - default_option = yes - add_enactment_modifier = { - name = womens_rights_travel_writing_advance - } - } - - option = { - name = rights_of_women_laws.2.b - random_list = { - 1 = { - add_enactment_modifier = { - name = womens_rights_travel_writing_risk_fail - } - } - 2 = { - add_enactment_modifier = { - name = womens_rights_travel_writing_risk_success - } - } - } - } -} - -rights_of_women_laws.3 = { #stall - type = country_event - placement = root - title = rights_of_women_laws.3.t - desc = rights_of_women_laws.3.d - flavor = rights_of_women_laws.3.f - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/automobile" - - event_image = { #Probably can find a better event image - video = "gfx/event_pictures/unspecific_automobile.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = womens_hysteria_stall - has_modifier = womens_hysteria_stall_fail - has_modifier = womens_hysteria_stall_success - } - AND = { - OR = { - is_enacting_law = law_type:law_women_own_property - is_enacting_law = law_type:law_women_in_the_workplace - } - OR = { - has_law = law_type:law_no_womens_rights - has_law = law_type:law_women_own_property - } - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = rights_of_women_laws.3.a - default_option = yes - add_enactment_modifier = { - name = womens_hysteria_stall - } - } - option = { - name = rights_of_women_laws.3.b - random_list = { - 1 = { - add_enactment_modifier = { - name = womens_hysteria_stall_fail - } - } - 3 = { - add_enactment_modifier = { - name = womens_hysteria_stall_success - } - } - } - } -} - -rights_of_women_laws.4 = { #Debate event - type = country_event - placement = root - title = rights_of_women_laws.4.t - desc = rights_of_women_laws.4.d - flavor = rights_of_women_laws.4.f - - duration = 3 - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - NOR = { - has_modifier = womens_rights_newspaper_paid - has_modifier = womens_rights_newspaper_not_paid - } - AND = { - OR = { - is_enacting_law = law_type:law_women_own_property - is_enacting_law = law_type:law_women_in_the_workplace - } - OR = { - has_law = law_type:law_no_womens_rights - has_law = law_type:law_women_own_property - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = rights_of_women_laws.4.a - default_option = yes - add_enactment_modifier = { - name = womens_rights_newspaper_not_paid - } - } - option = { - name = rights_of_women_laws.4.b - add_enactment_modifier = { - name = womens_rights_newspaper_paid - } - add_modifier = { - name = womens_rights_newspaper_paid_costs - months = short_modifier_time - multiplier = money_amount_multiplier_small - } - } -} - -rights_of_women_laws.5 = { #Pro suffrage rally - type = country_event - placement = root - title = rights_of_women_laws.5.t - desc = rights_of_women_laws.5.d - flavor = rights_of_women_laws.5.f - - duration = 3 - - cooldown = { months = normal_modifier_time } - - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - NOR = { - has_modifier = womens_rights_rally - has_modifier = womens_rights_violent_rally - has_modifier = womens_rights_peaceful_rally - } - is_enacting_law = law_type:law_womens_suffrage - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - } - save_scope_as = anti_women_movement - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # - name = rights_of_women_laws.5.a - default_option = yes - add_enactment_modifier = { - name = womens_rights_rally - } - } - option = { - name = rights_of_women_laws.5.b - random_list = { - 2 = { - add_enactment_modifier = { - name = womens_rights_peaceful_rally - } - } - 1 = { - add_enactment_modifier = { - name = womens_rights_violent_rally - } - scope:anti_women_movement = { - add_modifier = { - name = violent_womens_rally_backlash - months = normal_modifier_time - } - } - } - } - } -} - -rights_of_women_laws.6 = { #Stall event - type = country_event - placement = root - title = rights_of_women_laws.6.t - desc = rights_of_women_laws.6.d - flavor = rights_of_women_laws.6.f - - duration = 3 - - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - NOR = { - has_modifier = womens_rights_fringe_group_violence - has_modifier = womens_rights_fringe_group_violence_stopped - } - is_enacting_law = law_type:law_womens_suffrage - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # - name = rights_of_women_laws.6.a - default_option = yes - add_enactment_modifier = { - name = womens_rights_fringe_group_violence - } - } - option = { - name = rights_of_women_laws.6.b - - add_enactment_modifier = { - name = womens_rights_fringe_group_violence_stopped - } - } -} - -rights_of_women_laws.7 = { #debate - type = country_event - placement = root - title = rights_of_women_laws.7.t - desc = rights_of_women_laws.7.d - flavor = rights_of_women_laws.7.f - - duration = 3 - - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value < neutral - } - } - NOR = { - has_modifier = womens_rights_fringe_group_violence - has_modifier = womens_rights_fringe_group_violence_stopped - } - is_enacting_law = law_type:law_womens_suffrage - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # - name = rights_of_women_laws.7.a - default_option = yes - add_enactment_modifier = { - name = womens_rights_disrupt - } - add_radicals = { - pop_type = machinists - value = medium_radicals - } - add_radicals = { - pop_type = laborers - value = medium_radicals - } - } - option = { - name = rights_of_women_laws.7.b - add_enactment_modifier = { - name = womens_rights_disrupt_small - } - } -} \ No newline at end of file diff --git a/events/law_events/slavery_laws.txt b/events/law_events/slavery_laws.txt deleted file mode 100644 index 9534db8c..00000000 --- a/events/law_events/slavery_laws.txt +++ /dev/null @@ -1,523 +0,0 @@ -namespace = slavery_law_events - -# The Classical Case for Chains -slavery_law_events.1 = { # Advancing the cause of slavery - type = country_event - - title = slavery_law_events.1.t - desc = slavery_law_events.1.d - flavor = slavery_law_events.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - NOT = { has_modifier = natural_state_of_man } - has_law = law_type:law_slavery_banned - OR = { - is_enacting_law = law_type:law_debt_slavery - is_enacting_law = law_type:law_slave_trade - is_enacting_law = law_type:law_legacy_slavery - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = slaver_ig_scope - leader = { - save_scope_as = slaver_ig_leader_scope - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = slavery_law_events.1.a - default_option = yes - - add_enactment_modifier = { - name = natural_state_of_man - } - scope:slaver_ig_leader_scope = { - add_modifier = { - name = erudite_slaver - months = normal_modifier_time - } - } - } - - option = { - name = slavery_law_events.1.b - - add_enactment_modifier = { - name = natural_state_of_man - } - scope:slaver_ig_scope = { - add_modifier = { - name = erudite_praise - months = normal_modifier_time - } - } - } -} - -# Slavery, Hypothetically -slavery_law_events.2 = { # debating slavery - type = country_event - - title = slavery_law_events.2.t - desc = slavery_law_events.2.d - flavor = slavery_law_events.2.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_slavery_banned - OR = { - is_enacting_law = law_type:law_debt_slavery - is_enacting_law = law_type:law_slave_trade - is_enacting_law = law_type:law_legacy_slavery - } - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - NOT = { - has_variable = slave_law_debate_timer - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = slaver_ig_scope - leader = { - save_scope_as = slaver_ig_leader_scope - } - } - set_variable = { - name = slave_law_debate_timer - days = 730 # two years - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = slavery_law_events.2.a - default_option = yes - add_enactment_modifier = { - name = slaver_debate - } - } - option = { - name = slavery_law_events.2.b - random_list = { - 1 = { - add_enactment_modifier = { - name = slaver_debate_success - } - } - 3 = { - add_enactment_modifier = { - name = slaver_debate_fail - } - } - } - } -} - -# Imported Slave Narratives -slavery_law_events.3 = { # Stall event - type = country_event - placement = root - title = slavery_law_events.3.t - desc = slavery_law_events.3.d - flavor = slavery_law_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_slaves_night.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/slaves_night" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_slavery_banned - OR = { - is_enacting_law = law_type:law_debt_slavery - is_enacting_law = law_type:law_slave_trade - is_enacting_law = law_type:law_legacy_slavery - } - - any_interest_group = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - NOT = { - has_variable = slave_law_stall_timer - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = book_burning_ig - } - - set_variable = { - name = slave_law_stall_timer - days = 730 # two years - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = slavery_law_events.3.a - default_option = yes - add_enactment_modifier = { - name = slave_narrative_stall - } - } - option = { - name = slavery_law_events.3.b - random_list = { - 1 = { - add_enactment_modifier = { - name = slave_narrative_stall_fail - } - } - 3 = { - add_enactment_modifier = { - name = slave_narrative_stall_success - } - } - } - } -} - -# Life Among the Lowly -slavery_law_events.4 = { # Advancing the cause of Abolition - type = country_event - - title = slavery_law_events.4.t - desc = slavery_law_events.4.d - flavor = slavery_law_events.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_slaves_night.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/slaves_night" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - NOT = { has_modifier = life_among_the_lowly_well_received } - is_enacting_law = law_type:law_slavery_banned - any_interest_group = { - is_marginal = no - law_stance = { - law = law_type:law_debt_slavery - value < neutral - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = law_type:law_debt_slavery - value < neutral - } - } - save_scope_as = abolitionist_ig_scope - leader = { - save_scope_as = abolitionist_ig_leader_scope - } - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = slavery_law_events.4.a - default_option = yes - - add_enactment_modifier = { - name = life_among_the_lowly_well_received - } - scope:abolitionist_ig_leader_scope = { - add_modifier = { - name = life_among_the_lowly_author - months = normal_modifier_time - } - } - } - - option = { - name = slavery_law_events.4.b - - add_enactment_modifier = { - name = life_among_the_lowly_well_received - } - scope:abolitionist_ig_scope = { - add_modifier = { - name = life_among_the_lowly_ig - months = normal_modifier_time - } - } - } -} - -# The Great Debates -slavery_law_events.5 = { # debating abolition - type = country_event - - title = slavery_law_events.5.t - desc = slavery_law_events.5.d - flavor = slavery_law_events.5.f - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_slavery_banned - OR = { - is_enacting_law = law_type:law_debt_slavery - is_enacting_law = law_type:law_slave_trade - is_enacting_law = law_type:law_legacy_slavery - } - any_interest_group = { - is_in_government = no - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - NOT = { - has_variable = law_debate_timer - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - random_interest_group = { - limit = { - is_marginal = no - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - save_scope_as = slaver_ig_scope - leader = { - save_scope_as = slaver_ig_leader_scope - } - } - set_variable = { - name = law_debate_timer - days = 730 # two years - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = slavery_law_events.5.a - default_option = yes - add_enactment_modifier = { - name = great_debates - } - } - option = { - name = slavery_law_events.5.b - random_list = { - 1 = { - add_enactment_modifier = { - name = great_debates_success - } - } - 3 = { - add_enactment_modifier = { - name = great_debates_fail - } - } - } - } -} - -# Plantation Proponents Publicize Policies -slavery_law_events.6 = { # Stall event - type = country_event - placement = root - title = slavery_law_events.6.t - desc = slavery_law_events.6.d - flavor = slavery_law_events.6.f - - duration = 3 - - cooldown = { months = normal_modifier_time } - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - is_enacting_law = law_type:law_slavery_banned - OR = { - has_law = law_type:law_debt_slavery - has_law = law_type:law_slave_trade - has_law = law_type:law_legacy_slavery - } - NOT = { - has_variable = law_stall_timer - } - } - - immediate = { - set_variable = { - name = law_stall_timer - days = 730 # two years - } - currently_enacting_law = { - save_scope_as = enacting_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = slavery_law_events.6.a - default_option = yes - add_enactment_modifier = { - name = plantation_reaction_stall - } - } - option = { - name = slavery_law_events.6.b - random_list = { - 1 = { - add_enactment_modifier = { - name = plantation_reaction_stall_fail - } - } - 3 = { - add_enactment_modifier = { - name = plantation_reaction_stall_success - } - } - } - } -} diff --git a/events/law_events/tax_laws.txt b/events/law_events/tax_laws.txt deleted file mode 100644 index 0ebd4829..00000000 --- a/events/law_events/tax_laws.txt +++ /dev/null @@ -1,580 +0,0 @@ -namespace = tax - -# Taxation is theft -# Stall event for any tax law -tax.1 = { - type = country_event - placement = ROOT - - title = tax.1.t - desc = tax.1.d - flavor = tax.1.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - OR = { - is_enacting_law = law_type:law_proportional_taxation - is_enacting_law = law_type:law_graduated_taxation - is_enacting_law = law_type:law_land_based_taxation - is_enacting_law = law_type:law_per_capita_based_taxation - } - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - NOT = { has_modifier = taxation_is_theft } - } - - immediate = { - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - save_scope_as = antitax_rebels - } - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = tax.1.a - default_option = yes - # lose success chance - add_enactment_modifier = { - name = taxation_is_theft - multiplier = 2 - } - # movement gets angrier - scope:antitax_rebels = { - add_modifier = { - name = antitax_anger - months = long_modifier_time - } - } - } - option = { # promise to keep taxes low - name = tax.1.b - # lose less success chance - add_enactment_modifier = { - name = taxation_is_theft - } - add_modifier = { - name = promised_to_lower_taxes - months = normal_modifier_time - } - } -} - -# Advance event - Supporting the War Effort -tax.2 = { - type = country_event - placement = ROOT - - title = tax.2.t - desc = tax.2.d - flavor = tax.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - OR = { - is_enacting_law = law_type:law_proportional_taxation - is_enacting_law = law_type:law_graduated_taxation - is_enacting_law = law_type:law_per_capita_based_taxation - } - any_political_movement = { - is_political_movement_type = movement_to_preserve - } - is_at_war = yes - any_diplomatic_play = { - is_war = yes - any_scope_play_involved = { - THIS = ROOT - } - } - NOT = { has_modifier = patriotic_taxation } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_political_movement = { - limit = { - is_political_movement_type = movement_to_preserve - } - save_scope_as = antitax_rebels - } - ig:ig_armed_forces = { - save_scope_as = patriotic_military - } - random_diplomatic_play = { - limit = { - is_war = yes - any_scope_play_involved = { - THIS = ROOT - } - } - save_scope_as = war_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # cast dissenters as unpatriotic - name = tax.2.a - default_option = yes - add_enactment_modifier = { - name = patriotic_taxation - } - # reduce movement support substantially - scope:antitax_rebels = { - add_modifier = { - name = unpatriotic_movement - months = long_modifier_time - } - } - } - option = { # cast the law as patriotic - name = tax.2.b - add_enactment_modifier = { - name = patriotic_taxation - } - scope:patriotic_military ={ - add_modifier = { - name = patriocitc_taxation_ig - months = normal_modifier_time - } - } - add_loyalists = { - pop_type = soldiers - value = 0.1 - } - add_loyalists = { - pop_type = officers - value = 0.1 - } - } -} - -# Debate event - Death and Taxes -tax.3 = { - type = country_event - placement = ROOT - - title = tax.3.t - desc = tax.3.d - flavor = tax.3.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_interest_group = { - is_in_government = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - OR = { - is_enacting_law = law_type:law_consumption_based_taxation - is_enacting_law = law_type:law_proportional_taxation - is_enacting_law = law_type:law_graduated_taxation - is_enacting_law = law_type:law_land_based_taxation - is_enacting_law = law_type:law_per_capita_based_taxation - } - NOT = { - has_modifier = death_and_taxes_mod - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_interest_group = { - limit = { - is_in_government = yes - law_stance = { - law = owner.currently_enacting_law.type - value > neutral - } - } - leader = { - save_scope_as = death_and_taxes_leader - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # a mourning period would be appropriate - name = tax.3.a - default_option = yes - # slower but more likely - add_enactment_modifier = { - name = death_and_taxes_mod - } - scope:death_and_taxes_leader = { - kill_character = yes - } - } - option = { - name = tax.3.b # push on - # faster but less likely - add_enactment_modifier = { - name = death_and_taxes_mod - multiplier = -1 - } - scope:death_and_taxes_leader = { - kill_character = yes - } - } -} - -# Stall - Popular social bandit -tax.4 = { - type = country_event - placement = ROOT - - title = tax.4.t - desc = tax.4.desc - flavor = tax.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_war_civilians.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/war_civilians" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - OR = { - is_enacting_law = law_type:law_land_based_taxation - is_enacting_law = law_type:law_per_capita_based_taxation - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - standard_of_living < 15 - strata = poor - pop_is_discriminated = no - } - } - NOT = { has_modifier = social_banditry } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - standard_of_living < 15 - strata = poor - pop_is_discriminated = no - } - } - save_scope_as = bandit_state - random_scope_pop = { - limit = { - standard_of_living < 15 - strata = poor - pop_is_discriminated = no - } - save_scope_as = bandit_pop - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # hunt down the bandit - name = tax.4.a - default_option = yes - random_list = { - 1 = { - add_enactment_modifier = { - name = social_banditry - multiplier = -1 - } - } - 1 = { - add_enactment_modifier = { - name = social_banditry - } - } - 1 = { - add_enactment_modifier = { - name = social_banditry - multiplier = 2 - } - } - } - scope:bandit_state = { - add_radicals = { - value = 0.25 - strata = poor - } - } - } - option = { # hunt him down with trained police - name = tax.4.b - highlighted_option = yes - trigger = { - institution_investment_level = { - institution = institution_police - value >= 3 - } - } - random_list = { - 1 = { - add_enactment_modifier = { - name = social_banditry - multiplier = -1 - } - } - 1 = { - add_enactment_modifier = { - name = social_banditry - } - } - } - scope:bandit_state = { - add_radicals = { - value = 0.1 - strata = poor - } - } - } - option = { # - name = tax.4.c - add_enactment_modifier = { - name = social_banditry - } - scope:bandit_state = { - add_modifier = { # state_tax_waste_add - name = poverty_relief_mod - months = short_modifier_time - multiplier = 2 - } - } - } - option = { # triggered by emergency relief present in state, or good welfare institution - name = tax.4.d - highlighted_option = yes - trigger = { - OR = { - institution_investment_level = { - institution = institution_social_security - value >= 3 - } - scope:bandit_state = { - has_decree = decree_emergency_relief - } - } - } - add_enactment_modifier = { - name = social_banditry - } - scope:bandit_state = { - add_modifier = { # state_tax_waste_add - name = poverty_relief_mod - months = short_modifier_time - } - } - } -} - -# Advance - Philanthropy -# Rich pops are giving to charity and supporting the law -tax.5 = { - type = country_event - placement = ROOT - - title = tax.5.t - desc = tax.5.d - flavor = tax.5.f - - event_image = { - video = "gfx/event_pictures/middleeast_upperclass_party.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/upperclass_party" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - OR = { - is_enacting_law = law_type:law_proportional_taxation - is_enacting_law = law_type:law_graduated_taxation - is_enacting_law = law_type:law_per_capita_based_taxation - } - any_scope_pop = { - standard_of_living > 40 - strata = rich - pop_is_discriminated = no - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_pop = { - limit = { - standard_of_living > 40 - strata = rich - pop_is_discriminated = no - } - save_scope_as = philanthropists - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # encourage philanthropy - name = tax.5.a - add_enactment_modifier = { - name = philanthropy_law - } - # welfare for the poor, less expectations for the rich - add_modifier = { - name = philanthropy_mod - months = short_modifier_time - } - } - option = { # rally support for the law - name = tax.5.b - default_option = yes - add_enactment_modifier = { - name = philanthropy_law - multiplier = 2 - } - } -} - -# Debate - Temporarily embarrassed millionaires -tax.6 = { - type = country_event - placement = ROOT - - title = tax.6.t - desc = tax.6.d - flavor = tax.6.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - NOT = { has_law = law_type:law_consumption_based_taxation } - OR = { - is_enacting_law = law_type:law_proportional_taxation - is_enacting_law = law_type:law_graduated_taxation - is_enacting_law = law_type:law_per_capita_based_taxation - } - any_scope_pop = { - standard_of_living < 40 - strata = middle - pop_is_discriminated = no - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_pop = { - limit = { - standard_of_living < 40 - strata = middle - pop_is_discriminated = no - } - save_scope_as = middle_class_pop - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # lose some progress, middle class have higher expectations - name = tax.6.a - default_option = yes - add_enactment_modifier = { - name = temporary_embarrassment - multiplier = -1 - } - add_modifier = { - name = temporary_embarrassment_pops - months = short_modifier_time - } - } - option = { # reduce middle class taxes, add some success chance - name = tax.6.b - add_enactment_modifier = { - name = temporary_embarrassment - } - add_modifier = { - name = temporary_tax_cut - months = short_modifier_time - } - } -} diff --git a/events/law_events/theocracy.txt b/events/law_events/theocracy.txt deleted file mode 100644 index c7066820..00000000 --- a/events/law_events/theocracy.txt +++ /dev/null @@ -1,540 +0,0 @@ -namespace = theocracy - -# Advancement - Miracle Workers -theocracy.1 = { - type = country_event - placement = ROOT - - title = theocracy.1.t - desc = { - first_valid = { - triggered_desc = { # health - desc = theocracy.1.d1 - trigger = { - has_law = law_type:law_charitable_health_system - institution_investment_level = { - institution = institution_health_system - value >= 2 - } - } - } - triggered_desc = { # schools - desc = theocracy.1.d2 - trigger = { - has_law = law_type:law_religious_schools - institution_investment_level = { - institution = institution_schools - value >= 2 - } - } - } - triggered_desc = { # neither - desc = theocracy.1.d3 - trigger = { - always = yes - } - } - } - } - flavor = theocracy.1.f - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_theocracy - is_enacting_law = law_type:law_state_religion - } - NOT = { - has_modifier = miracle_workers_mod - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_devout = { - save_scope_as = priests_scope - } - capital = { - save_scope_as = capital_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { # focus on the institution - name = theocracy.1.a - highlighted_option = yes - trigger = { - OR = { - AND = { - has_law = law_type:law_charitable_health_system - institution_investment_level = { - institution = institution_health_system - value >= 2 - } - } - AND = { - has_law = law_type:law_religious_schools - institution_investment_level = { - institution = institution_schools - value >= 2 - } - } - } - } - if = { - limit = { - has_law = law_type:law_charitable_health_system - institution_investment_level = { - institution = institution_health_system - value >= 2 - } - } - capital = { - add_modifier = { - name = miraculous_healing - months = normal_modifier_time - } - } - # success chance - add_enactment_modifier = { - name = miracle_workers_mod - } - } - else = { - capital = { - add_modifier = { - name = religious_education_modifier - months = normal_modifier_time - } - } - # success chance - add_enactment_modifier = { - name = miracle_workers_mod - multiplier = 3 - } - } - } - option = { # focus on the devout - name = theocracy.1.b - # success chance - add_enactment_modifier = { - name = miracle_workers_mod - multiplier = 2 - } - # devout pop attraction - ig:ig_devout = { - add_modifier = { - name = miracle_workers_ig_mod - months = normal_modifier_time - } - } - } - option = { # focus on the law - name = theocracy.1.c - default_option = yes - # success chance - add_enactment_modifier = { - name = miracle_workers_mod - multiplier = 4 - } - } -} - -# Debate Event - Blasphemy -theocracy.2 = { - type = country_event - placement = root - title = theocracy.2.t - desc = theocracy.2.d - flavor = theocracy.2.f - - duration = 3 - - cooldown = { months = normal_modifier_time } - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/engineer_blueprint" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - trigger = { - OR = { - is_enacting_law = law_type:law_theocracy - is_enacting_law = law_type:law_state_religion - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - religion = { - is_state_religion = ROOT - } - } - } - NOR = { - has_modifier = blasphemy_laws - has_modifier = relaxed_blasphemy_laws - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_devout = { - save_scope_as = priests_scope - } - random_scope_state = { - limit = { - any_scope_pop = { - religion = { - is_state_religion = ROOT - } - } - } - save_scope_as = blasphemy_state - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = theocracy.2.a - default_option = yes - # enactment time reduced - add_enactment_modifier = { - name = blasphemy_laws - } - scope:blasphemy_state = { - add_radicals = { - religion = ROOT.religion - value = medium_radicals - } - } - scope:blasphemy_state = { - add_loyalists = { - religion = ROOT.religion - value = medium_radicals - } - } - } - - option = { - name = theocracy.2.b - # lose success chance - add_enactment_modifier = { - name = relaxed_blasphemy_laws - } - } - option = { - name = theocracy.2.c - highlighted_option = yes - trigger = { - has_law = law_type:law_outlawed_dissent - } - # enactment speed - add_enactment_modifier = { - name = blasphemy_laws - } - scope:blasphemy_state = { - add_loyalists = { - religion = ROOT.religion - value = 0.1 - } - } - } -} - -# Stall event - religious pogroms -theocracy.3 = { - type = country_event - placement = ROOT - - title = theocracy.3.t - desc = theocracy.3.d - flavor = theocracy.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - cooldown = { months = normal_modifier_time } - - duration = 3 - - trigger = { - OR = { - is_enacting_law = law_type:law_theocracy - is_enacting_law = law_type:law_state_religion - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - religion_accepted = no - } - any_scope_pop = { - religion = ROOT.religion - pop_has_primary_culture = yes - } - } - NOR = { - has_modifier = pogroms_law_success - has_modifier = pogroms_law_time - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - religion_accepted = no - } - any_scope_pop = { - religion = ROOT.religion - pop_has_primary_culture = yes - } - } - save_scope_as = pogrom_state - random_scope_pop = { - limit = { - religion = ROOT.religion - pop_has_primary_culture = yes - } - save_scope_as = perpetrator_pop - } - random_scope_pop = { - limit = { - religion_accepted = no - } - save_scope_as = target_pop - religion = { - save_scope_as = target_religion - } - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = theocracy.3.a - default_option = yes - # massively lose success chance - add_enactment_modifier = { - name = pogroms_law_success - } - scope:pogrom_state = { - add_religion_standard_of_living_modifier = { - religion = scope:target_religion - multiplier = -4 - months = short_modifier_time - } - } - } - - option = { - name = theocracy.3.b - # massively slow down enactment - add_enactment_modifier = { - name = pogroms_law_time - multiplier = 2 - } - scope:pogrom_state = { - add_religion_standard_of_living_modifier = { - religion = scope:target_religion - multiplier = -2 - months = short_modifier_time - } - } - } - option = { - name = theocracy.3.c - highlighted_option = yes - trigger = { - institution_investment_level = { - institution = institution_police - value >= 3 - } - } - # less slow enactment - add_enactment_modifier = { - name = pogroms_law_time - } - scope:pogrom_state = { - add_religion_standard_of_living_modifier = { - religion = scope:target_religion - multiplier = -1 - months = short_modifier_time - } - } - } -} \ No newline at end of file diff --git a/events/law_events/welfare_laws_events.txt b/events/law_events/welfare_laws_events.txt deleted file mode 100644 index 21c15f94..00000000 --- a/events/law_events/welfare_laws_events.txt +++ /dev/null @@ -1,715 +0,0 @@ -namespace = welfare_laws - - -# Houses of Faith -welfare_laws.1 = { - type = country_event - placement = root - title = welfare_laws.1.t - desc = welfare_laws.1.d - flavor = welfare_laws.1.f - - duration = 3 - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_poor_laws - NOT = { has_modifier = promise_religious_workhouses } - NOT = { has_modifier = promise_secular_workhouses } - any_scope_pop = { - religion_accepted = no - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_devout = { - save_scope_as = devout_ig - } - random_scope_pop = { - limit = { religion_accepted = no } - religion = { - save_scope_as = discriminated_religion_scope - } - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.1.a - add_enactment_modifier = { - name = promise_religious_workhouses - } - ig:ig_devout = { - add_modifier = { - name = religious_workhouses - months = normal_modifier_time - } - } - add_radicals = { - value = large_radicals - religion = scope:discriminated_religion_scope - } - } - - option = { - name = welfare_laws.1.b - default_option = yes - add_enactment_modifier = { - name = promise_secular_workhouses - } - } -} - - -# The Principle of Population -welfare_laws.2 = { - type = country_event - placement = root - title = welfare_laws.2.t - desc = welfare_laws.2.d - flavor = welfare_laws.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_poor_laws - NOT = { has_modifier = malthusian_arguments } - NOT = { has_modifier = anti_malthusian_arguments } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.2.a - add_enactment_modifier = { - name = malthusian_arguments - } - add_radicals = { - value = small_radicals - strata = poor - } - } - - option = { - name = welfare_laws.2.b - default_option = yes - add_enactment_modifier = { - name = anti_malthusian_arguments - } - } -} - - -# Prisons of the Poor -welfare_laws.3 = { - type = country_event - placement = root - title = welfare_laws.3.t - desc = welfare_laws.3.d - flavor = welfare_laws.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_poor_laws - NOT = { has_modifier = workhouses_prison_comparison } - NOT = { has_modifier = workhouse_plan_reevaluation } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.3.a - add_enactment_modifier = { - name = workhouses_prison_comparison - } - ig:ig_intelligentsia = { - add_modifier = { - name = criminalization_of_poverty - months = normal_modifier_time - } - } - } - - option = { - name = welfare_laws.3.b - default_option = yes - add_enactment_modifier = { - name = workhouse_plan_reevaluation - } - } -} - - -# Child of the Workhouse -welfare_laws.4 = { - type = country_event - placement = root - title = welfare_laws.4.t - desc = welfare_laws.4.d - flavor = welfare_laws.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_child_labor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/child_labor" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_poor_laws - OR = { - is_enacting_law = law_type:law_no_social_security - is_enacting_law = law_type:law_wage_subsidies - is_enacting_law = law_type:law_old_age_pension - } - NOT = { has_modifier = child_testinomies } - NOT = { has_modifier = child_testimony } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.4.a - add_enactment_modifier = { - name = child_testinomies - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_child_labor_allowed - value < neutral - } - } - add_modifier = { - name = workhouse_children_outrage - months = short_modifier_time - } - } - } - - option = { - name = welfare_laws.4.b - default_option = yes - add_enactment_modifier = { - name = child_testimony - } - } -} - - -# A Guiding Hand -welfare_laws.5 = { - type = country_event - placement = root - title = welfare_laws.5.t - desc = welfare_laws.5.d - flavor = welfare_laws.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_poor_laws - OR = { - is_enacting_law = law_type:law_no_social_security - is_enacting_law = law_type:law_wage_subsidies - is_enacting_law = law_type:law_old_age_pension - } - NOT = { has_modifier = paternalist_argument } - NOT = { has_modifier = anti_paternalist_argument } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_landowners = { - save_scope_as = landowners_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.5.a - add_enactment_modifier = { - name = anti_paternalist_argument - } - ig:ig_landowners = { - add_modifier = { - name = anti_paternalist_sentiment - months = normal_modifier_time - } - } - } - - option = { - name = welfare_laws.5.b - default_option = yes - add_enactment_modifier = { - name = paternalist_argument - } - } -} - - -# Idle Hands -welfare_laws.6 = { - type = country_event - placement = root - title = welfare_laws.6.t - desc = welfare_laws.6.d - flavor = welfare_laws.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_law = law_type:law_poor_laws - OR = { - is_enacting_law = law_type:law_no_social_security - is_enacting_law = law_type:law_wage_subsidies - is_enacting_law = law_type:law_old_age_pension - } - any_interest_group = { - law_stance = { - law = law_type:law_no_police - value < neutral - } - } - NOT = { has_modifier = drifter_concerns_dismissed } - NOT = { has_modifier = drifter_concerns_accommodated } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.6.a - add_enactment_modifier = { - name = drifter_concerns_dismissed - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_police - value < neutral - } - } - add_modifier = { - name = vagrants_and_wastrels - months = normal_modifier_time - } - } - } - - option = { - name = welfare_laws.6.b - default_option = yes - add_enactment_modifier = { - name = drifter_concerns_accommodated - } - } -} - -# The Price of War -welfare_laws.8 = { - type = country_event - placement = root - title = welfare_laws.8.t - desc = welfare_laws.8.d - flavor = welfare_laws.8.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - is_enacting_law = law_type:law_old_age_pension - NOT = { has_modifier = veteran_support } - NOT = { has_modifier = general_support } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_armed_forces = { - save_scope_as = armed_forces_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.8.a - add_enactment_modifier = { - name = veteran_support - } - ig:ig_armed_forces = { - add_modifier = { - name = veterans_prioritized - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = veterans_prioritized - months = normal_modifier_time - multiplier = -1 - } - } - } - - option = { - name = welfare_laws.8.b - default_option = yes - add_enactment_modifier = { - name = general_support - } - } -} - -# Unionized Leverage -welfare_laws.9 = { - type = country_event - placement = root - title = welfare_laws.9.t - desc = welfare_laws.9.d - flavor = welfare_laws.9.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_wage_subsidies - is_enacting_law = law_type:law_old_age_pension - } - NOT = { has_modifier = pro_union_argument } - NOT = { has_modifier = anti_union_argument } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.9.a - add_enactment_modifier = { - name = pro_union_argument - } - ig:ig_industrialists = { - add_modifier = { - name = embraced_union_leverage - months = normal_modifier_time - multiplier = -2 - } - } - ig:ig_trade_unions = { - add_modifier = { - name = embraced_union_leverage - months = normal_modifier_time - } - } - } - - option = { - name = welfare_laws.9.b - default_option = yes - add_enactment_modifier = { - name = anti_union_argument - } - ig:ig_industrialists = { - add_modifier = { - name = repudiated_union_leverage - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = repudiated_union_leverage - months = normal_modifier_time - multiplier = -1 - } - } - } -} - -# Ruler Urges Caution -welfare_laws.10 = { - type = country_event - placement = root - title = welfare_laws.10.t - desc = welfare_laws.10.d - flavor = welfare_laws.10.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - OR = { - is_enacting_law = law_type:law_wage_subsidies - is_enacting_law = law_type:law_old_age_pension - } - NOT = { has_modifier = rejected_austerity_argument } - NOT = { has_modifier = accepted_austerity_argument } - tax_level > medium - ruler = { - interest_group = { - NOT = { - law_stance = { - law = root.currently_enacting_law.type - value > neutral - } - } - } - } - } - - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - } - - cancellation_trigger = { - NOT = { currently_enacting_law = scope:current_law_scope } - } - - option = { - name = welfare_laws.10.a - add_enactment_modifier = { - name = rejected_austerity_argument - } - ruler = { - interest_group = { - add_modifier = { - name = overspending_on_welfare - months = normal_modifier_time - } - } - } - } - - option = { - name = welfare_laws.10.b - default_option = yes - add_enactment_modifier = { - name = accepted_austerity_argument - } - } -} \ No newline at end of file diff --git a/events/liberalism.txt b/events/liberalism.txt deleted file mode 100644 index 3c21838d..00000000 --- a/events/liberalism.txt +++ /dev/null @@ -1,334 +0,0 @@ -namespace = liberalism - -# Path to Liberalism: Completion -liberalism.1 = { - type = country_event - placement = root - title = liberalism.1.t - desc = liberalism.1.d - flavor = liberalism.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - trigger = { - # triggered by liberalism JE 1 - } - - immediate = { - random_interest_group = { - limit = { - is_in_government = yes - OR = { - has_ideology = ideology_liberal - leader = { has_ideology = ideology_radical } - leader = { has_ideology = ideology_market_liberal } - } - } - leader = { - save_scope_as = liberal_leader - } - } - } - - option = { - name = liberalism.1.a - default_option = yes - scope:liberal_leader = { - add_modifier = { - name = liberal_trailblazer - months = normal_modifier_time - } - } - - add_journal_entry = { - type = je_liberalism_2 - } - if = { - limit = { - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - OR = { - has_law = law_type:law_freedom_of_conscience - has_law = law_type:law_total_separation - } - any_scope_building = { - is_building_type = building_university - level >= 3 - occupancy > 0.9 - } - any_scope_building = { - is_building_type = building_arts_academy - level >= 3 - occupancy > 0.9 - } - } - trigger_event = { id = liberalism.3 } - } - else = { - add_journal_entry = { - type = je_liberalism_3 - } - } - } - option = { - name = liberalism.1.b - random_interest_group = { - limit = { - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - leader = { - NOT = { has_ideology = ideology_radical } - NOT = { this = scope:liberal_leader } - } - } - leader = { set_ideology = ideology_radical } - } - - add_journal_entry = { - type = je_liberalism_2 - } - if = { - limit = { - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - OR = { - has_law = law_type:law_freedom_of_conscience - has_law = law_type:law_total_separation - } - any_scope_building = { - is_building_type = building_university - level >= 3 - occupancy > 0.9 - } - any_scope_building = { - is_building_type = building_arts_academy - level >= 3 - occupancy > 0.9 - } - } - trigger_event = { id = liberalism.3 } - } - else = { - add_journal_entry = { - type = je_liberalism_3 - } - } - } - option = { - name = liberalism.1.c - random_interest_group = { - limit = { - leader = { - NOT = { has_ideology = ideology_reformer } - NOT = { this = scope:liberal_leader } - } - } - leader = { set_ideology = ideology_reformer } - } - - add_journal_entry = { - type = je_liberalism_2 - } - if = { - limit = { - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - OR = { - has_law = law_type:law_freedom_of_conscience - has_law = law_type:law_total_separation - } - any_scope_building = { - is_building_type = building_university - level >= 3 - occupancy > 0.9 - } - any_scope_building = { - is_building_type = building_arts_academy - level >= 3 - occupancy > 0.9 - } - } - trigger_event = { id = liberalism.3 } - } - else = { - add_journal_entry = { - type = je_liberalism_3 - } - } - } -} - -# Freedom of Trade: Completion -liberalism.2 = { - type = country_event - placement = root - title = liberalism.2.t - desc = liberalism.2.d - flavor = liberalism.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_farmers_market.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/farmers_market" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - trigger = { - # triggered by liberalism JE 2 - } - - option = { - name = liberalism.2.a - add_modifier = { - name = free_exports - months = normal_modifier_time - } - } - option = { - name = liberalism.2.b - default_option = yes - add_modifier = { - name = free_imports - months = normal_modifier_time - } - } -} - -# Freedom of Thought: Completion -liberalism.3 = { - type = country_event - placement = root - title = liberalism.3.t - desc = liberalism.3.d - flavor = liberalism.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - # triggered by liberalism JE 3 - } - - option = { - name = liberalism.3.a - add_modifier = { - name = free_arts - months = normal_modifier_time - } - if = { - limit = { - OR = { - has_law = law_type:law_freedom_of_conscience - has_law = law_type:law_total_separation - } - has_law = law_type:law_slavery_banned - has_law = law_type:law_multicultural - has_law = law_type:law_no_migration_controls - average_sol >= 12 - } - trigger_event = { id = liberalism.4 } - } - else = { - add_journal_entry = { - type = je_liberalism_4 - } - } - } - option = { - name = liberalism.3.b - default_option = yes - add_modifier = { - name = free_science - months = normal_modifier_time - } - if = { - limit = { - OR = { - has_law = law_type:law_freedom_of_conscience - has_law = law_type:law_total_separation - } - has_law = law_type:law_slavery_banned - has_law = law_type:law_multicultural - has_law = law_type:law_no_migration_controls - average_sol >= 12 - } - trigger_event = { id = liberalism.4 } - } - else = { - add_journal_entry = { - type = je_liberalism_4 - } - } - } -} - -# The New Colossus: Completion -liberalism.4 = { - type = country_event - placement = root - title = liberalism.4.t - desc = liberalism.4.d - flavor = liberalism.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - trigger = { - # triggered by liberalism JE 4 - } - - option = { - name = liberalism.4.a - add_modifier = { - name = teeming_shore - } - } - option = { - name = liberalism.4.b - default_option = yes - add_modifier = { - name = new_colossus - months = normal_modifier_time - } - } -} \ No newline at end of file diff --git a/events/major_famine_events.txt b/events/major_famine_events.txt deleted file mode 100644 index 30b93e76..00000000 --- a/events/major_famine_events.txt +++ /dev/null @@ -1,432 +0,0 @@ -namespace = famine_events - -famine_events.1 = { #there's a great famine - type = country_event - placement = scope:famine_state - - title = famine_events.1.t - desc = famine_events.1.d - flavor = famine_events.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - # triggered by JE - } - - immediate = { - random_scope_state = { - limit = { has_variable = famine_var } - save_scope_as = famine_state - } - } - - option = { #there's nothing we can do - name = famine_events.1.a - default_option = yes - ig:ig_industrialists = { - add_modifier = { - name = thats_life_modifier - months = normal_modifier_time - } - } - scope:famine_state = { - add_modifier = { - name = great_famine_modifier - months = short_modifier_time - } - } - } - - option = { #emergency relief - name = famine_events.1.b - custom_tooltip = emergency_relief_promise_tt - add_modifier = { - name = emergency_hunger_relief_modifier - months = short_modifier_time - } - scope:famine_state = { - add_modifier = { - name = great_famine_modifier - months = short_modifier_time - } - } - } -} - -famine_events.2 = { #famine spreads - type = country_event - placement = scope:famine_2_state - - title = famine_events.2.t - desc = famine_events.2.d - flavor = famine_events.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - cooldown = { months = short_modifier_time } - - trigger = { - any_scope_state = { - has_variable = famine_var - any_neighbouring_state = { - is_incorporated = yes - owner = ROOT - NOT = { has_variable = famine_var } - } - } - trigger_if = { - limit = { exists = var:famine_spread_var } - NOT = { var:famine_spread_var >= 3 } - } - } - - immediate = { - random_scope_state = { - limit = { - has_variable = famine_var - any_neighbouring_state = { - is_incorporated = yes - owner = ROOT - NOT = { has_variable = famine_var } - } - } - save_scope_as = famine_state - random_neighbouring_state = { - limit = { - is_incorporated = yes - owner = ROOT - NOT = { has_variable = famine_var } - } - save_scope_as = famine_2_state - set_variable = famine_var - } - } - if = { - limit = { exists = var:famine_spread_var } - change_variable = { - name = famine_spread_var - add = 1 - } - } - else = { - set_variable = { - name = famine_spread_var - value = 1 - } - } - } - - option = { #kept our promise - name = famine_events.2.a - default_option = yes - highlighted_option = yes - trigger = { - scope:famine_state = { - has_decree = decree_emergency_relief - } - } - scope:famine_2_state = { - add_modifier = { - name = emergency_famine_modifier - months = short_modifier_time - } - } - } - - option = { #famine gets bigger - name = famine_events.2.b - custom_tooltip = no_emergency_relief_tt - default_option = yes - trigger = { - scope:famine_state = { - NOT = { has_decree = decree_emergency_relief } - } - } - ig:ig_industrialists = { - add_modifier = { - name = thats_life_modifier - months = normal_modifier_time - } - } - scope:famine_2_state = { - add_modifier = { - name = great_famine_modifier - months = short_modifier_time - } - } - } - - option = { #emergency relief again - name = famine_events.2.c - custom_tooltip = emergency_relief_promise_tt - trigger = { - scope:famine_state = { - NOT = { has_decree = decree_emergency_relief } - } - } - scope:famine_2_state = { - add_modifier = { - name = great_famine_modifier - months = short_modifier_time - } - } - add_modifier = { - name = emergency_hunger_relief_modifier - months = short_modifier_time - } - } -} - -famine_events.3 = { #people migrate - type = country_event - placement = scope:famine_state - - title = famine_events.3.t - desc = famine_events.3.d - flavor = famine_events.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_building = building_railway - has_variable = famine_var - } - trigger_if = { - limit = { exists = var:famine_migration_var - } - var:famine_migration_var <= 3 - } - } - - immediate = { - if = { - limit = { exists = var:famine_migration_var } - change_variable = { - name = famine_migration_var - add = 1 - } - } - else = { - set_variable = { - name = famine_migration_var - value = 1 - } - } - random_scope_state = { - limit = { - has_variable = famine_var - } - save_scope_as = famine_state - } - } - - option = { #kept our promise - name = famine_events.3.a - default_option = yes - highlighted_option = yes - trigger = { - scope:famine_state = { - has_decree = decree_emergency_relief - } - } - scope:famine_state = { - add_modifier = { - name = famine_migration_modifier - months = short_modifier_time - } - } - } - - option = { #people migrate a lot - name = famine_events.3.b - custom_tooltip = no_emergency_relief_migration_tt - default_option = yes - trigger = { - scope:famine_state = { - NOT = { has_decree = decree_emergency_relief } - } - } - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_laissez_faire - has_ideology = ideology_individualist - } - } - add_modifier = { - name = thats_life_modifier - months = normal_modifier_time - } - } - scope:famine_state = { - add_modifier = { - name = great_famine_migration_modifier - months = short_modifier_time - } - } - } - - option = { #emergency relief again - name = famine_events.3.c - custom_tooltip = emergency_relief_promise_tt - trigger = { - scope:famine_state = { - NOT = { has_decree = decree_emergency_relief } - } - } - scope:famine_state = { - add_modifier = { - name = great_famine_migration_modifier - months = short_modifier_time - } - } - add_modifier = { - name = emergency_hunger_relief_modifier - months = short_modifier_time - } - } -} - -famine_events.4 = { #donations - type = country_event - placement = ROOT - - title = famine_events.4.t - desc = famine_events.4.d - flavor = famine_events.4.f - - event_image = { - video = "gfx/event_pictures/africa_diplomats_negotiating.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/diplomats_negotiating" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - any_country = { - relations:root > relations_threshold:cordial - NOT = { is_country_type = unrecognized } - NOT = { is_country_type = decentralized } - count >= 2 - } - NOT = { has_variable = famine_donations_var } - any_interest_group = { - is_powerful = yes - } - } - - immediate = { - set_variable = famine_donations_var - random_country = { - limit = { - relations:root > relations_threshold:cordial - } - save_scope_as = neighbor_country_1 - set_variable = neighbor_country_1_var - } - random_country = { - limit = { - relations:root > relations_threshold:cordial - NOT = { has_variable = neighbor_country_1_var } - } - save_scope_as = neighbor_country_2 - } - random_interest_group = { - limit = { - is_powerful = yes - } - save_scope_as = donations_ig - } - random_scope_state = { - limit = { - has_variable = famine_var - } - save_scope_as = famine_state - } - } - - option = { #this country wants to donate - name = famine_events.4.a - change_relations = { - country = scope:neighbor_country_1 - value = 30 - } - scope:famine_state = { - add_modifier = { - name = famine_donations_modifier - months = normal_modifier_time - } - } - } - - option = { #no THIS one wants to donate - name = famine_events.4.b - trigger = { - any_country = { - relations:root > relations_threshold:neutral - NOT = { has_variable = neighbor_country_1_var } - } - } - change_relations = { - country = scope:neighbor_country_2 - value = 30 - } - scope:famine_state = { - add_modifier = { - name = famine_donations_modifier - months = normal_modifier_time - } - } - } - - option = { #we shall only accept internal donations - name = famine_events.4.c - default_option = yes - scope:donations_ig = { - add_modifier = { - name = donations_ig_modifier - months = normal_modifier_time - } - } - scope:famine_state = { - add_modifier = { - name = famine_internal_donations_modifier - months = normal_modifier_time - } - } - } -} diff --git a/events/metro_events.txt b/events/metro_events.txt deleted file mode 100644 index 9278247a..00000000 --- a/events/metro_events.txt +++ /dev/null @@ -1,58 +0,0 @@ -namespace = metro - -metro.1 = { - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - duration = 3 - - placement = ROOT - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - title = metro.1.t - desc = metro.1.d - flavor = metro.1.f - - immediate = { - capital = { - save_scope_as = capital_scope - } - } - - option = { - name = metro.1.a - default_option = yes - capital = { - add_modifier = { - name = metro_system - } - add_loyalists = { - pop_type = engineers - value = 0.5 - } - } - } - option = { - name = metro.1.b - default_option = yes - capital = { - add_modifier = { - name = metro_system - } - } - add_modifier = { - name = metro_prestige - months = long_modifier_time - } - } -} \ No newline at end of file diff --git a/events/misc_regional_events.txt b/events/misc_regional_events.txt deleted file mode 100644 index 0722fa78..00000000 --- a/events/misc_regional_events.txt +++ /dev/null @@ -1 +0,0 @@ -namespace = regional_events diff --git a/events/natural_disasters_events.txt b/events/natural_disasters_events.txt deleted file mode 100644 index 809107bd..00000000 --- a/events/natural_disasters_events.txt +++ /dev/null @@ -1,706 +0,0 @@ - namespace = natural_disaster_events - -natural_disaster_events.1 = { #Small Earthquake - type = country_event - placement = scope:earthquake_state - - title = natural_disaster_events.1.t - desc = natural_disaster_events.1.d - flavor = natural_disaster_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_devastation.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/devastation" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - trigger = { - any_state = { - owner = ROOT - in_earthquake_zone = yes - } - } - - immediate = { - random_state = { - limit = { - owner = ROOT - in_earthquake_zone = yes - } - save_scope_as = earthquake_state - } - } - - option = { #No extra help - name = natural_disaster_events.1.a - default_option = yes - scope:earthquake_state.state_region = { - add_devastation = 25 - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 20 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 80 = { - } - } - } - } - - option = { #Extra help - name = natural_disaster_events.1.b - add_modifier = { - name = modifier_earthquake_relief - multiplier = money_amount_multiplier_medium - months = normal_modifier_time - } - scope:earthquake_state.state_region = { - add_devastation = 10 - } - } -} - -natural_disaster_events.2 = { #Small Flood - type = country_event - placement = scope:flood_state - - title = natural_disaster_events.2.t - desc = natural_disaster_events.2.d - flavor = natural_disaster_events.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_devastation.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/devastation" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_state = { - owner = ROOT - on_river = yes - } - } - - immediate = { - random_state = { - limit = { - owner = ROOT - on_river = yes - } - save_scope_as = flood_state - } - } - - option = { #No extra help - name = natural_disaster_events.2.a - default_option = yes - scope:flood_state.state_region = { - add_devastation = 25 - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 20 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 80 = { - } - } - } - } - - option = { #Extra help - name = natural_disaster_events.2.b - add_modifier = { - name = modifier_flood_relief - multiplier = money_amount_multiplier_medium - months = normal_modifier_time - } - scope:flood_state.state_region = { - add_devastation = 10 - } - } -} - -natural_disaster_events.3 = { #Mega Flood - type = country_event - placement = scope:mega_flood_state - - title = natural_disaster_events.3.t - desc = natural_disaster_events.3.d - flavor = natural_disaster_events.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_devastation.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/devastation" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - on_river = yes - } - - NOT = { - has_variable = mega_flood - } - - NOT = { - global_var:number_of_mega_floods > 5 - } - } - - immediate = { - random_scope_state = { - limit = { - on_river = yes - } - save_scope_as = mega_flood_state - } - set_variable = mega_flood - if = { - limit = { exists = var:number_of_mega_floods } - change_global_variable = { - name = number_of_mega_floods - add = 1 - } - } - else = { - set_global_variable = { - name = number_of_mega_floods - value = 1 - } - } - } - - option = { #No extra help - name = natural_disaster_events.3.a - default_option = yes - scope:mega_flood_state.state_region = { - add_devastation = 100 - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 30 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 70 = { - } - } - } - } - - option = { #Extra help - name = natural_disaster_events.3.b - add_modifier = { - name = modifier_mega_flood_relief - multiplier = money_amount_multiplier_large - months = normal_modifier_time - } - scope:mega_flood_state.state_region = { - add_devastation = 80 - } - } -} - - - -natural_disaster_events.4 = { #Mega Earthquake - type = country_event - placement = scope:mega_earthquake_state - - title = natural_disaster_events.4.t - desc = natural_disaster_events.4.d - flavor = natural_disaster_events.4.f - - event_image = { - video = "gfx/event_pictures/unspecific_devastation.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/devastation" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_state = { - owner = ROOT - in_earthquake_zone = yes - } - NOT = { - has_variable = mega_earthquake - } - - NOT = { - global_var:number_of_mega_earthquakes > 5 - } - } - - immediate = { - random_state = { - limit = { - owner = ROOT - in_earthquake_zone = yes - } - save_scope_as = mega_earthquake_state - } - if = { - limit = { - exists = var:mega_earthquake - } - change_global_variable = { - name = number_of_mega_earthquakes - add = 1 - } - } - else = { - set_variable = { - name = mega_earthquake - value = 1 - } - } - } - - option = { #No extra help - name = natural_disaster_events.4.a - default_option = yes - scope:mega_earthquake_state.state_region = { - add_devastation = 100 - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 30 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 70 = { - } - } - } - } - - option = { #Extra help - name = natural_disaster_events.4.b - add_modifier = { - name = modifier_mega_earthquake_relief - multiplier = money_amount_multiplier_large - months = normal_modifier_time - } - scope:mega_earthquake_state.state_region = { - add_devastation = 80 - } - } -} - - -natural_disaster_events.5 = { #Crop Failure - type = country_event - placement = scope:crop_fail_state - - title = natural_disaster_events.5.t - desc = natural_disaster_events.5.d - flavor = natural_disaster_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_dead_cattle_poor_harvest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/dead_cattle_poor_harvest" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - trigger = { - any_scope_state = { - any_scope_building = { - is_plantation_building = yes - } - } - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_plantation_building = yes - } - } - save_scope_as = crop_fail_state - random_scope_building = { - limit = { - is_plantation_building = yes - } - save_scope_as = crop_failure_building - } - } - } - - option = { #No extra help - name = natural_disaster_events.5.a - default_option = yes - scope:crop_fail_state = { - add_modifier = { - name = modifier_crop_failure - months = normal_modifier_time - } - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 50 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 50 = { - } - } - } - } - - option = { # extra help - name = natural_disaster_events.5.b - add_modifier = { - name = modifier_crop_failure_relief - multiplier = money_amount_multiplier_small - months = short_modifier_time - } - scope:crop_fail_state = { - add_modifier = { - name = modifier_crop_failure - months = normal_modifier_time - } - add_modifier = { - name = modifier_crop_failure_relief_effect - months = normal_modifier_time - } - } - } -} - -natural_disaster_events.6 = { #Tropical Cyclone - type = country_event - placement = scope:cyclone_state - - title = natural_disaster_events.6.t - desc = natural_disaster_events.6.d - flavor = natural_disaster_events.6.f - - event_image = { - video = "gfx/event_pictures/unspecific_devastation.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/devastation" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_state = { - owner = ROOT - in_earthquake_zone = yes - is_coastal = yes - } - } - - immediate = { - random_state = { - limit = { - owner = ROOT - in_earthquake_zone = yes - is_coastal = yes - } - save_scope_as = cyclone_state - } - } - - option = { #No extra help - name = natural_disaster_events.6.a - default_option = yes - scope:cyclone_state.state_region = { - add_devastation = 25 - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 20 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 80 = { - } - } - } - } - - option = { #Extra help - name = natural_disaster_events.6.b - add_modifier = { - name = modifier_cyclone_relief - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - scope:cyclone_state.state_region = { - add_devastation = 10 - } - } -} - -natural_disaster_events.7 = { #Small Eruption - type = country_event - placement = scope:volcanic_state - - title = natural_disaster_events.7.t - desc = natural_disaster_events.7.d - flavor = natural_disaster_events.7.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_devastation.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/devastation" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - trigger = { - any_state = { - owner = ROOT - in_volcanic_zone = yes - } - } - - immediate = { - random_state = { - limit = { - owner = ROOT - in_volcanic_zone = yes - } - save_scope_as = volcanic_state - } - } - - option = { #No extra help - name = natural_disaster_events.7.a - default_option = yes - if = { - limit = { - has_variable = krakatoa_uni_var - } - scope:volcanic_state.state_region = { - add_devastation = 10 - } - } - else = { - scope:volcanic_state.state_region = { - add_devastation = 25 - } - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 20 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 80 = { - } - } - } - } - - option = { #Extra help - name = natural_disaster_events.7.b - add_modifier = { - name = modifier_volcano_relief - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - if = { - limit = { - has_variable = krakatoa_uni_var - } - #nothing happens - } - else = { - scope:volcanic_state.state_region = { - add_devastation = 10 - } - } - } -} - -natural_disaster_events.8 = { #Mega Eruption - type = country_event - placement = scope:mega_volcanic_state - - title = natural_disaster_events.8.t - desc = natural_disaster_events.8.d - flavor = natural_disaster_events.8.f - - event_image = { - video = "gfx/event_pictures/unspecific_devastation.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/devastation" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - any_scope_state = { - in_volcanic_zone = yes - } - NOT = { - has_variable = mega_eruption - } - NOT = { - global_var:number_of_mega_eruptions > 3 - } - NOT = { has_global_variable = krakatoa_var } - } - - immediate = { - random_scope_state = { - limit = { - in_volcanic_zone = yes - } - save_scope_as = mega_volcanic_state - } - set_variable = { - name = mega_eruption - value = yes - } - if = { - limit = { exists = var:number_of_mega_eruptions } - change_global_variable = { - name = number_of_mega_eruptions - add = 1 - } - } - else = { - set_global_variable = { - name = number_of_mega_eruptions - value = 1 - } - } - } - - option = { #No extra help - name = natural_disaster_events.8.a - default_option = yes - scope:mega_volcanic_state.state_region = { - add_devastation = 100 - } - custom_tooltip = natural_disaster_variable_tt - hidden_effect = { - random_list = { - 30 = { - random_scope_state = { - limit = { - is_incorporated = yes - } - set_variable = { - name = natural_disaster_variable - months = short_modifier_time - } - } - } - 70 = { - } - } - } - } - - option = { #Extra help - name = natural_disaster_events.8.b - add_modifier = { - name = modifier_mega_volcanic_relief - multiplier = money_amount_multiplier_large - months = normal_modifier_time - } - scope:mega_volcanic_state.state_region = { - add_devastation = 80 - } - } -} diff --git a/events/neighbor_events.txt b/events/neighbor_events.txt deleted file mode 100644 index af273b81..00000000 --- a/events/neighbor_events.txt +++ /dev/null @@ -1,629 +0,0 @@ -namespace = neighbor_events - -# Religious figures reach out to the other country -neighbor_events.1 = { - type = country_event - placement = scope:neighbor_state - - title = neighbor_events.1.t - desc = neighbor_events.1.d - flavor = neighbor_events.1.f - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/judaism" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/hinduism_sikhism" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/confucianism_shinto" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/buddhism" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/islam" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_leader_arguing.bk2" - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - } - - icon = "gfx/interface/icons/event_icons/event_map.dds" - - duration = 3 - - trigger = { - has_ruling_interest_group = ig_devout - any_neighbouring_state = { - owner = { - religion = root.religion - NOT = { is_country_type = decentralized } - } - } - } - - immediate = { - save_neighbor_with_state = { - CRITERIA = "religion = root.religion" - } - ig:ig_devout = { - save_scope_as = devout_ig - } - } - - option = { - name = neighbor_events.1.a - change_relations = { - country = scope:neighbor_country - value = 30 - } - ig:ig_devout = { - add_modifier = { - name = faith_above_nation - months = normal_modifier_time - } - } - save_scope_as = originator - scope:neighbor_country = { post_notification = neighbor_events_1 } - } - - option = { - name = neighbor_events.1.b - default_option = yes - every_interest_group = { - limit = { - has_ideology = ideology_anti_clerical - } - add_modifier = { - name = nation_above_faith - months = normal_modifier_time - } - } - } -} - -# Military warns for potential conflict -neighbor_events.2 = { - type = country_event - placement = scope:neighbor_state - - title = neighbor_events.2.t - desc = neighbor_events.2.d - flavor = neighbor_events.2.f - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 6 - - trigger = { - has_ruling_interest_group = ig_armed_forces - any_neighbouring_state = { - owner = { - relations:root <= relations_threshold:cold - } - } - } - - immediate = { - save_neighbor_with_state = { - CRITERIA = "relations:root <= relations_threshold:cold" - } - ig:ig_armed_forces = { - save_scope_as = armed_forces_ig - } - } - - # Take aggressive stance - option = { - name = neighbor_events.2.a - change_relations = { - country = scope:neighbor_country - value = -30 - } - every_interest_group = { - limit = { has_ideology = ideology_jingoist } - add_modifier = { - name = hawkish_neighbor_relations - months = normal_modifier_time - } - } - } - - # Do nothing - option = { - name = neighbor_events.2.b - default_option = yes - add_modifier = { - name = if_you_want_peace_bad_modifier - months = normal_modifier_time - } - every_interest_group = { - limit = { has_ideology = ideology_jingoist } - add_modifier = { - name = dovish_neighbor_relations - months = normal_modifier_time - } - } - } -} - -# Internationalist sentiment among unions -neighbor_events.3 = { - type = country_event - placement = scope:neighbor_state - - title = neighbor_events.3.t - desc = neighbor_events.3.d - flavor = neighbor_events.3.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 6 - - trigger = { - has_ruling_interest_group = ig_trade_unions - any_neighbouring_state = { - owner = { - has_ruling_interest_group = ig_trade_unions - } - } - } - - immediate = { - save_neighbor_with_state = { - CRITERIA = "has_ruling_interest_group = ig_trade_unions" - } - ig:ig_trade_unions = { - save_scope_as = trade_unions_ig - } - } - - # Embrace sentiment - option = { - name = neighbor_events.3.a - change_relations = { - country = scope:neighbor_country - value = 50 - } - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_stratocratic - has_ideology = ideology_plutocratic - } - } - add_modifier = { - name = embraced_proletarian_internationalism - months = normal_modifier_time - } - } - } - - # Reject sentiment - option = { - name = neighbor_events.3.b - default_option = yes - ig:ig_trade_unions = { - add_modifier = { - name = rejected_proletarian_internationalism - months = normal_modifier_time - } - } - } -} - -# Industrialists want to invest in neighbor -neighbor_events.4 = { - type = country_event - placement = scope:neighbor_state - - title = neighbor_events.4.t - desc = neighbor_events.4.d - flavor = neighbor_events.4.f - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 6 - - trigger = { - has_ruling_interest_group = ig_industrialists - any_neighbouring_state = { - owner = { - relations:root >= relations_threshold:cordial - NOT = { has_ruling_interest_group = ig_trade_unions } - } - } - } - - immediate = { - save_neighbor_with_state = { - CRITERIA = "relations:root >= relations_threshold:cordial - NOT = { has_ruling_interest_group = ig_trade_unions }" - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig - } - } - - # Agree to foreign investment - option = { - name = neighbor_events.4.a - change_relations = { - country = scope:neighbor_country - value = 30 - } - scope:neighbor_country = { - add_modifier = { - name = foreign_investment - months = normal_modifier_time - } - } - } - - # Push for local investment - option = { - name = neighbor_events.4.b - default_option = yes - - add_modifier = { - name = enforced_domestic_investment - months = normal_modifier_time - } - - ig:ig_industrialists = { - add_modifier = { - name = protectionistic_investments - months = normal_modifier_time - } - } - } -} - - -# Banned newspaper printed in neighboring country -neighbor_events.5 = { - type = country_event - placement = scope:neighbor_country - - title = neighbor_events.5.t - desc = neighbor_events.5.d - flavor = neighbor_events.5.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 6 - - trigger = { - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - any_neighbouring_state = { - owner = { - has_law = law_type:law_protected_speech - } - } - } - - immediate = { - save_neighbor_with_state = { - CRITERIA = "has_law = law_type:law_protected_speech" - } - } - - option = { - name = neighbor_events.5.a - change_relations = { - country = scope:neighbor_country - value = 30 - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_protected_speech - value < neutral - } - } - add_modifier = { - name = permitted_obscene_publication - months = normal_modifier_time - } - } - } - - option = { - name = neighbor_events.5.b - default_option = yes - - change_relations = { - country = scope:neighbor_country - value = -30 - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_protected_speech - value < neutral - } - } - add_modifier = { - name = stopped_obscene_publication - months = normal_modifier_time - } - } - } -} - -# Book banned in neighbor accepted by local publisher -neighbor_events.6 = { - type = country_event - placement = scope:neighbor_country - - title = neighbor_events.6.t - desc = neighbor_events.6.d - flavor = neighbor_events.6.f - - event_image = { - video = "gfx/event_pictures/middleeast_courtroom_upheaval.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/courtroom_upheaval" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 6 - - trigger = { - has_law = law_type:law_protected_speech - any_neighbouring_state = { - owner = { - is_at_war = no - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - } - } - } - - immediate = { - random_neighbouring_state = { - limit = { - owner = { - is_at_war = no - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - } - } - owner = { - save_scope_as = neighbor_country - } - } - } - - option = { - name = neighbor_events.6.a - change_relations = { - country = scope:neighbor_country - value = 30 - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_protected_speech - value > neutral - } - } - add_modifier = { - name = curtailed_free_speech - months = normal_modifier_time - } - } - } - - option = { - name = neighbor_events.6.b - default_option = yes - - change_relations = { - country = scope:neighbor_country - value = -30 - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_protected_speech - value > neutral - } - } - add_modifier = { - name = championed_free_speech - months = normal_modifier_time - } - } - } -} - - -# Population notices neighbor has higher standard of living -neighbor_events.7 = { - type = country_event - placement = scope:neighbor_neighbor_state - - title = neighbor_events.7.t - desc = neighbor_events.7.d - flavor = neighbor_events.7.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 6 - - trigger = { - any_neighbouring_state = { - owner = { - NOT = { is_country_type = decentralized } - average_sol > root.average_sol - } - } - ig:ig_trade_unions = { - is_marginal = no - } - } - - immediate = { - save_neighbor_with_state = { - CRITERIA = "NOT = { is_country_type = decentralized } - average_sol > root.average_sol" - } - } - - option = { - name = neighbor_events.7.a - ig:ig_trade_unions = { - add_modifier = { - name = criticized_economic_injustice - months = short_modifier_time - } - } - every_interest_group = { - limit = { - has_ideology = ideology_stratocratic - has_ideology = ideology_plutocratic - } - add_modifier = { - name = blamed_economic_inequality - months = normal_modifier_time - } - } - } - - option = { - name = neighbor_events.7.b - change_relations = { - country = scope:neighbor_country - value = -30 - } - } - - option = { - name = neighbor_events.7.c - default_option = yes - scope:neighbor_neighbor_state = { - add_radicals = { - value = medium_radicals - } - } - } -} diff --git a/events/nihilism.txt b/events/nihilism.txt deleted file mode 100644 index c040eb7a..00000000 --- a/events/nihilism.txt +++ /dev/null @@ -1,135 +0,0 @@ -namespace = nihilism - -nihilism.1 = { - type = country_event - - title = nihilism.1.t - desc = nihilism.1.d - flavor = nihilism.1.f - - gui_window = event_window_1char_tabloid - left_icon = scope:nihilist_scope - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - has_technology_researched = egalitarianism - has_law = law_type:law_state_religion - OR = { - has_law = law_type:law_monarchy - has_law = law_type:law_theocracy - } - OR = { - has_law = law_type:law_autocracy - has_law = law_type:law_oligarchy - } - NOT = { has_variable = had_nihilism_event } - ig:ig_intelligentsia = { - ig_approval < 0 - leader = { - NOT = { - has_ideology = ideology_atheist - } - } - } - } - - immediate = { - set_variable = had_nihilism_event - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = ig_intelligentsia - ideology = ideology_atheist - } - ig:ig_intelligentsia = { - save_scope_as = nihilist_ig - leader = { - save_scope_as = nihilist_scope - } - } - } - - option = { - name = nihilism.1.a - default_option = yes - # nihilism becomes very popular - custom_tooltip = nihilism_tt - ig:ig_intelligentsia = { - set_variable = { - name = nihilism_var - months = long_modifier_time - } - } - show_as_tooltip = { - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = ig_intelligentsia - ideology = ideology_atheist - } - } - set_variable = { - name = nihilism_var - days = 9125 - } - scope:nihilist_scope = { - add_modifier = { - name = popular_nihilist - } - } - } - - option = { - name = nihilism.1.b - # nihilism becomes a bit more popular - custom_tooltip = big_nihilism_tt - ig:ig_intelligentsia = { - set_variable = { - name = big_nihilism_var - days = 9125 - } - } - show_as_tooltip = { - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = ig_intelligentsia - ideology = ideology_atheist - } - } - scope:nihilist_scope = { - add_modifier = { - name = less_popular_nihilist - } - } - } - option = { - name = nihilism.1.c - trigger = { - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - } - show_as_tooltip = { - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = ig_intelligentsia - ideology = ideology_atheist - } - } - scope:nihilist_scope = { - add_modifier = { - name = less_popular_nihilist - multiplier = -1 - } - } - } -} diff --git a/events/obligation_events.txt b/events/obligation_events.txt deleted file mode 100644 index b14b285f..00000000 --- a/events/obligation_events.txt +++ /dev/null @@ -1,374 +0,0 @@ -namespace = obligation_events - -# Opportunity to request adding IG to government -obligation_events.1 = { - type = country_event - placement = ROOT - - title = obligation_events.1.t - desc = obligation_events.1.d - flavor = obligation_events.1.f - - event_image = { - video = "gfx/event_pictures/Africa_diplomats_negotiating.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/diplomats_negotiating" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - any_country = { - owes_obligation_to = root - any_interest_group = { - is_marginal = no - is_insurrectionary = no - is_in_government = no - is_same_interest_group_type = root.ruler.interest_group - } - } - } - - immediate = { - random_country = { - limit = { - owes_obligation_to = root - any_interest_group = { - is_marginal = no - is_insurrectionary = no - is_in_government = no - is_same_interest_group_type = root.ruler.interest_group - } - } - save_scope_as = obligation_request_target - - - random_interest_group = { - limit = { is_same_interest_group_type = root.ruler.interest_group } - save_scope_as = obligation_request_ig - } - } - save_scope_as = obligation_request_sender - } - - option = { - name = obligation_events.1.a - scope:obligation_request_target = { - trigger_event = { - id = obligation_events.2 - days = 7 - } - } - custom_label = obligation_events.a.tt - show_as_tooltip = { - scope:obligation_request_target = { - scope:obligation_request_ig = { - add_ruling_interest_group = yes - } - } - } - custom_label = obligation_events.b.tt - show_as_tooltip = { - change_relations = { - country = scope:obligation_request_target - value = -20 - } - } - } - - option = { - name = obligation_events.1.b - default_option = yes - custom_tooltip = obligation_events.tt.no - } -} - -# Request to add IG to government -obligation_events.2 = { - type = country_event - placement = ROOT - - title = obligation_events.2.t - desc = obligation_events.2.d - flavor = obligation_events.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_signed_contract.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - option = { - name = obligation_events.2.a - scope:obligation_request_ig = { - add_ruling_interest_group = yes - } - scope:obligation_request_sender = { post_notification = obligation_events_accepted } - } - - option = { - name = obligation_events.2.b - change_relations = { - country = scope:obligation_request_sender - value = -20 - } - scope:obligation_request_sender = { post_notification = obligation_events_rejected } - default_option = yes - } -} - -# Opportunity to request infamy decrease -obligation_events.3 = { - type = country_event - placement = ROOT - - title = obligation_events.3.t - desc = obligation_events.3.d - flavor = obligation_events.3.f - - event_image = { - video = "gfx/event_pictures/Africa_diplomats_negotiating.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/diplomats_negotiating" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - infamy >= 5 - any_country = { - owes_obligation_to = root - } - } - - immediate = { - random_country = { - limit = { - owes_obligation_to = root - } - save_scope_as = obligation_request_target - } - save_scope_as = obligation_request_sender - } - - option = { - name = obligation_events.3.a - scope:obligation_request_target = { - trigger_event = { - id = obligation_events.4 - days = 7 - } - } - custom_tooltip = obligation_events.a.tt - show_as_tooltip = { - change_infamy = -10 - } - custom_tooltip = obligation_events.b.tt - show_as_tooltip = { - change_relations = { - country = scope:obligation_request_target - value = -20 - } - } - } - - option = { - name = obligation_events.3.b - default_option = yes - custom_tooltip = obligation_events.tt.no - } -} - -# Request infamy decrease -obligation_events.4 = { - type = country_event - placement = ROOT - - title = obligation_events.4.t - desc = obligation_events.4.d - flavor = obligation_events.4.f - - event_image = { - video = "gfx/event_pictures/unspecific_signed_contract.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - option = { - name = obligation_events.4.a - scope:obligation_request_sender = { - change_infamy = -10 - } - scope:obligation_request_sender = { post_notification = obligation_events_accepted } - } - - option = { - name = obligation_events.4.b - change_relations = { - country = scope:obligation_request_sender - value = -20 - } - scope:obligation_request_sender = { post_notification = obligation_events_rejected } - default_option = yes - } -} - -# Opportunity to request commander transfer -obligation_events.5 = { - type = country_event - placement = ROOT - - title = obligation_events.5.t - desc = obligation_events.5.d - flavor = obligation_events.5.f - - gui_window = event_window_1char_propaganda - - left_icon = scope:obligation_request_character - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - any_country = { - owes_obligation_to = root - is_at_war = no - any_scope_character = { - OR = { - has_role = general - has_role = admiral - } - is_busy = no - is_ruler = no - } - } - } - - immediate = { - random_country = { - limit = { - owes_obligation_to = root - is_at_war = no - any_scope_character = { - OR = { - has_role = general - has_role = admiral - } - is_busy = no - is_ruler = no - } - } - save_scope_as = obligation_request_target - random_scope_character = { - limit = { - OR = { - has_role = general - has_role = admiral - } - is_busy = no - is_ruler = no - } - save_scope_as = obligation_request_character - } - } - save_scope_as = obligation_request_sender - } - - option = { - name = obligation_events.5.a - scope:obligation_request_target = { - trigger_event = { - id = obligation_events.6 - days = 7 - } - } - custom_label = obligation_events.a.tt - show_as_tooltip = { - scope:obligation_request_character = { - transfer_character = scope:obligation_request_sender - } - scope:obligation_request_target = { - set_owes_obligation_to = { - country = root - setting = no - } - } - } - custom_label = obligation_events.b.tt - show_as_tooltip = { - change_relations = { - country = scope:obligation_request_target - value = -20 - } - } - } - - option = { - name = obligation_events.5.b - default_option = yes - custom_tooltip = obligation_events.tt.no - } -} - -# Request commander transfer -obligation_events.6 = { - type = country_event - placement = ROOT - - title = obligation_events.6.t - desc = obligation_events.6.d - flavor = obligation_events.6.f - - gui_window = event_window_1char_propaganda - - left_icon = scope:obligation_request_character - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - option = { - name = obligation_events.6.a - scope:obligation_request_character = { - transfer_character = scope:obligation_request_sender - } - set_owes_obligation_to = { - country = scope:obligation_request_sender - setting = no - } - scope:obligation_request_sender = { post_notification = obligation_events_accepted } - } - - option = { - name = obligation_events.6.b - change_relations = { - country = scope:obligation_request_sender - value = -20 - } - scope:obligation_request_sender = { post_notification = obligation_events_rejected } - default_option = yes - } -} diff --git a/events/oil_rush_events.txt b/events/oil_rush_events.txt deleted file mode 100644 index 1aa2e2ae..00000000 --- a/events/oil_rush_events.txt +++ /dev/null @@ -1,344 +0,0 @@ -namespace = oil_rush - -# Oil! -oil_rush.1 = { - type = state_event - placement = ROOT - title = oil_rush.1.t - desc = oil_rush.1.d - flavor = oil_rush.1.f - - duration = 3 - - - event_image = { - video = "gfx/event_pictures/middleeast_oil_derricks.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/oil_derricks" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - has_building = building_oil_rig - NOT = { has_modifier = state_oil_rush } - } - - option = { - name = oil_rush.1.a - default_option = yes - add_modifier = { - name = state_oil_rush - months = short_modifier_time - } - trigger_event = { id = oil_rush.2 years = 5 } - } - - option = { - name = oil_rush.1.b - add_modifier = { - name = state_limited_oil_rush - months = short_modifier_time - } - trigger_event = { id = oil_rush.2 years = 5 } - } -} - -# End of Oil Rush -oil_rush.2 = { - type = state_event - placement = ROOT - title = oil_rush.2.t - desc = oil_rush.2.d - flavor = oil_rush.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_oil_derricks.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/oil_derricks" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - option = { - name = oil_rush.2.a - default_option = yes - add_modifier = { - name = state_oil_rush_over - months = short_modifier_time - } - } -} - -# Dangerous Work -oil_rush.3 = { - type = state_event - placement = ROOT - title = oil_rush.3.t - desc = oil_rush.3.d - flavor = oil_rush.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_oil_derricks.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/oil_derricks" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - trigger = { - has_building = building_oil_rig - OR = { - has_modifier = state_oil_rush - has_modifier = state_limited_oil_rush - } - NOR = { - has_modifier = state_oil_dangerous_work - has_modifier = state_oil_prevented_dangerous_work - } - owner = { - NOR = { - has_law = law_type:law_regulatory_bodies - has_law = law_type:law_worker_protections - } - } - } - - option = { - name = oil_rush.3.a - default_option = yes - add_modifier = { - name = state_oil_dangerous_work - years = 4 - } - owner = { - ig:ig_industrialists = { - add_modifier = { - name = permitted_oil_dangerous_work - months = short_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = permitted_oil_dangerous_work - multiplier = -1 - months = short_modifier_time - } - } - } - } - - option = { - name = oil_rush.3.b - add_modifier = { - name = state_oil_prevented_dangerous_work - years = 4 - } - owner = { - ig:ig_trade_unions = { - add_modifier = { - name = prevented_oil_dangerous_work - months = short_modifier_time - } - } - ig:ig_industrialists = { - add_modifier = { - name = prevented_oil_dangerous_work - multiplier = -1 - months = short_modifier_time - } - } - } - } -} - -# Pipeline Construction -oil_rush.4 = { - type = state_event - placement = ROOT - title = oil_rush.4.t - desc = oil_rush.4.d - flavor = oil_rush.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_oil_derricks.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/oil_derricks" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - has_building = building_oil_rig - OR = { - has_modifier = state_oil_rush - has_modifier = state_limited_oil_rush - } - NOT = { has_modifier = state_oil_pipeline } - } - - option = { - name = oil_rush.4.a - add_modifier = { - name = state_oil_pipeline - } - owner = { - add_modifier = { - name = funding_oil_pipeline - multiplier = money_amount_multiplier_small - } - ig:ig_industrialists = { - add_modifier = { - name = pipeline_funded - months = short_modifier_time - } - } - } - } - - option = { - name = oil_rush.4.b - default_option = yes - owner = { - ig:ig_industrialists = { - add_modifier = { - name = no_pipeline_funding - months = short_modifier_time - } - } - } - } -} - - -# Bribery Scandal -oil_rush.5 = { - type = country_event - placement = ROOT - title = oil_rush.5.t - desc = oil_rush.5.d - flavor = oil_rush.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - trigger = { - NOT = { - has_variable = bribery_scandal - } - any_interest_group = { - is_in_government = yes - leader = { - is_ruler = no - } - } - any_scope_state = { - has_building = building_oil_rig - OR = { - has_modifier = state_oil_rush - has_modifier = state_limited_oil_rush - } - } - } - - immediate = { - set_variable = { - name = bribery_scandal - years = 10 - } - random_interest_group = { - limit = { - is_in_government = yes - leader = { - is_ruler = no - } - } - leader = { - save_scope_as = bribed_politician - } - } - } - - # Jail the politician and the oilmen - option = { - name = oil_rush.5.a - hidden_effect = { - scope:bribed_politician = { - kill_character = yes - } - } - custom_tooltip = oil_rush.5.tt - ig:ig_industrialists = { - add_modifier = { - name = jailed_oil_barons - months = short_modifier_time - } - } - } - - # Jail the politician - option = { - name = oil_rush.5.b - hidden_effect = { - scope:bribed_politician = { - kill_character = yes - } - } - custom_tooltip = oil_rush.5.tt - ig:ig_trade_unions = { - add_modifier = { - name = let_off_oil_barons - months = short_modifier_time - } - } - } - - # Jail the oilmen - option = { - name = oil_rush.5.c - ig:ig_industrialists = { - add_modifier = { - name = jailed_oil_barons - months = short_modifier_time - } - } - add_modifier = { - name = corrupt_administration - months = short_modifier_time - } - } - - # Let them off with fines - option = { - name = oil_rush.5.e - default_option = yes - ig:ig_trade_unions = { - add_modifier = { - name = let_off_oil_barons - months = short_modifier_time - } - } - add_modifier = { - name = corrupt_administration - months = short_modifier_time - } - } -} diff --git a/events/pm_events.txt b/events/pm_events.txt deleted file mode 100644 index c7e68b07..00000000 --- a/events/pm_events.txt +++ /dev/null @@ -1,446 +0,0 @@ -namespace = pm_events - -pm_events.1 = { - type = country_event - placement = scope:industrialized_pm_state - - title = pm_events.1.t - desc = pm_events.1.d - flavor = pm_events.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - trigger = { - OR = { - has_law = law_type:law_serfdom_banned - has_law = law_type:law_serfdom - } - any_scope_state = { - has_industrialized_pm = yes - } - } - - immediate = { - save_industrialized_pm_building_and_state = yes - } - - option = { - name = pm_events.1.a - scope:industrialized_pm_state = { - add_modifier = { - name = industrial_safety_slowdowns - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_regulatory_bodies - value < neutral - } - } - add_modifier = { - name = slowed_down_production - months = normal_modifier_time - } - } - } - - option = { - name = pm_events.1.b - scope:industrialized_pm_state = { - add_modifier = { - name = lacking_industrial_safety_regulations - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_regulatory_bodies - value > neutral - } - } - add_modifier = { - name = ignored_safety_concerns - months = normal_modifier_time - } - } - default_option = yes - } -} - -pm_events.2 = { - type = country_event - placement = scope:industrialized_pm_state - - title = pm_events.2.t - desc = pm_events.2.d - flavor = pm_events.2.f - - event_image = { - video = "gfx/event_pictures/southamerica_child_labor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/child_labor" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - trigger = { - has_law = law_type:law_child_labor_allowed - any_scope_state = { - has_industrialized_pm = yes - } - } - - immediate = { - random_scope_state = { - limit = { - has_industrialized_pm = yes - } - save_industrialized_pm_building_and_state = yes - } - } - - option = { - name = pm_events.2.a - scope:industrialized_pm_state = { - add_modifier = { - name = child_labor_restrictions - months = normal_modifier_time - } - } - } - - option = { - name = pm_events.2.b - scope:industrialized_pm_state = { - add_modifier = { - name = dangerous_child_labor - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_child_labor_allowed - value < neutral - } - } - add_modifier = { - name = child_crushing_machines - months = normal_modifier_time - } - } - default_option = yes - } -} - -pm_events.3 = { - type = country_event - placement = scope:liquor_making_state - - title = pm_events.3.t - desc = pm_events.3.d - flavor = pm_events.3.f - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - cooldown = { months = normal_modifier_time } - - trigger = { - any_scope_state = { - OR = { - is_production_method_active = { - building_type = building_food_industry - production_method = pm_pot_stills - } - is_production_method_active = { - building_type = building_food_industry - production_method = pm_patent_stills - } - } - NOR = { - has_modifier = liquor_production_ban - has_modifier = liquor_production_restrictions - } - } - ig:ig_devout = { - NOR = { - has_modifier = permitted_limited_liquor_production - has_modifier = permitted_unrestricted_liquor_production - } - } - } - - immediate = { - random_scope_state = { - limit = { - OR = { - is_production_method_active = { - building_type = building_food_industry - production_method = pm_pot_stills - } - is_production_method_active = { - building_type = building_food_industry - production_method = pm_patent_stills - } - } - NOR = { - has_modifier = liquor_production_ban - has_modifier = liquor_production_restrictions - } - } - save_scope_as = liquor_making_state - } - } - - option = { - name = pm_events.3.a - scope:liquor_making_state = { - add_modifier = { - name = liquor_production_ban - months = normal_modifier_time - } - } - if = { - limit = { - has_variable = prohibition_laws_var - } - custom_tooltip = prohibition_laws_pm.tt - change_variable = { - name = prohibition_laws_var - add = 5 - } - } - } - - option = { - name = pm_events.3.b - scope:liquor_making_state = { - add_modifier = { - name = liquor_production_restrictions - months = normal_modifier_time - } - } - ig:ig_devout = { - add_modifier = { - name = permitted_limited_liquor_production - months = normal_modifier_time - } - } - if = { - limit = { - has_variable = prohibition_laws_var - } - custom_tooltip = prohibition_laws_weak_pm.tt - change_variable = { - name = prohibition_laws_var - add = 2 - } - } - } - - option = { - name = pm_events.3.c - ig:ig_devout = { - add_modifier = { - name = permitted_unrestricted_liquor_production - months = normal_modifier_time - } - } - default_option = yes - if = { - limit = { - has_variable = prohibition_laws_var - } - custom_tooltip = prohibition_laws_bad_pm.tt - change_variable = { - name = prohibition_laws_var - subtract = 5 - } - } - } -} - -pm_events.4 = { - type = country_event - placement = scope:arms_making_state - - title = pm_events.4.t - desc = pm_events.4.d - flavor = pm_events.4.f - - event_image = { - video = "gfx/event_pictures/africa_public_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/public_protest" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - trigger = { - is_at_war = no - any_interest_group = { - leader = { has_ideology = ideology_pacifist } - } - any_scope_state = { - has_building = building_arms_industry - } - } - - immediate = { - random_scope_state = { - limit = { - has_building = building_arms_industry - } - save_scope_as = arms_making_state - } - random_scope_character = { - limit = { - has_role = politician - has_ideology = ideology_pacifist - } - save_scope_as = pacifist_leader - } - } - - option = { - name = pm_events.4.a - scope:arms_making_state = { - add_modifier = { - name = arms_manufacturing_ban - months = normal_modifier_time - } - } - } - - option = { - name = pm_events.4.b - scope:arms_making_state = { - add_modifier = { - name = arms_manufacturing_restrictions - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - leader = { has_ideology = ideology_pacifist } - } - add_modifier = { - name = permitted_limited_arms_manufacturing - months = normal_modifier_time - } - } - } - - option = { - name = pm_events.4.c - every_interest_group = { - limit = { - leader = { has_ideology = ideology_pacifist } - } - add_modifier = { - name = permitted_unrestricted_arms_manufacturing - months = normal_modifier_time - } - } - default_option = yes - } -} - -pm_events.5 = { - type = country_event - placement = scope:vinyard_state - - title = pm_events.5.t - desc = pm_events.5.d - flavor = pm_events.5.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - trigger = { - any_scope_state = { - OR = { - is_production_method_active = { - building_type = building_wheat_farm - production_method = pm_vineyards - } - is_production_method_active = { - building_type = building_maize_farm - production_method = pm_vineyards_building_maize_farm - } - } - } - } - - immediate = { - random_scope_state = { - limit = { - OR = { - is_production_method_active = { - building_type = building_wheat_farm - production_method = pm_vineyards - } - is_production_method_active = { - building_type = building_maize_farm - production_method = pm_vineyards_building_maize_farm - } - } - } - save_scope_as = vinyard_state - } - } - - option = { - name = pm_events.5.a - add_modifier = { - name = exclusive_wine - months = normal_modifier_time - } - } - - option = { - name = pm_events.5.b - scope:vinyard_state = { - add_modifier = { - name = popular_wine - months = normal_modifier_time - } - } - default_option = yes - } -} diff --git a/events/prohibition_events.txt b/events/prohibition_events.txt deleted file mode 100644 index 7220c1fa..00000000 --- a/events/prohibition_events.txt +++ /dev/null @@ -1,806 +0,0 @@ -namespace = prohibition - -prohibition.1 = { #start the JE - type = country_event - placement = ROOT - - title = prohibition.1.t - desc = prohibition.1.d - flavor = prohibition.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - trigger = { - #triggered by JE - is_junior_in_customs_union = no - any_scope_state = { - is_incorporated = yes - has_distillery = yes - } - NOR = { - ig:ig_devout = { - has_modifier = rejected_prohibition_modifier - } - ig:ig_intelligentsia = { - has_modifier = rejected_prohibition_modifier - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_distillery = yes - } - save_scope_as = temperance_state - } - ig:ig_devout = { - save_scope_as = devout_ig - } - ig:ig_intelligentsia = { - save_scope_as = intelligentsia_ig - } - } - - option = { #start the JE - name = prohibition.1.a - scope:temperance_state = { - add_modifier = { - name = started_temperance_modifier - months = normal_modifier_time - } - } - } - - option = { #no - name = prohibition.1.b - default_option = yes - custom_tooltip = rejected_prohibition_tt - ig:ig_devout = { - add_modifier = { - name = rejected_prohibition_modifier - months = normal_modifier_time - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = rejected_prohibition_modifier - months = normal_modifier_time - } - } - } -} - -prohibition.2 = { #government IG illegal distillery - type = country_event - placement = scope:temperance_state - - title = prohibition.2.t - desc = prohibition.2.d - flavor = prohibition.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_interest_group = { - is_in_government = yes - leader = { - OR = { - has_trait = alcoholic - has_trait = bigoted - has_trait = reckless - has_trait = ambitious - has_trait = imperious - has_trait = hedonist - has_trait = bandit - } - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - } - save_scope_as = temperance_state - } - random_interest_group = { - limit = { - is_in_government = yes - leader = { - OR = { - has_trait = alcoholic - has_trait = bigoted - has_trait = reckless - has_trait = ambitious - has_trait = imperious - has_trait = hedonist - has_trait = bandit - } - } - } - save_scope_as = alcoholic_ig - leader = { - save_scope_as = alcoholic_leader - } - } - } - - option = { #raid the bday party - name = prohibition.2.a - highlighted_option = yes - custom_tooltip = prohibition_laws_weak_pm.tt - trigger = { - OR = { - institution_investment_level = { - institution = institution_police - value >= 2 - } - institution_investment_level = { - institution = institution_home_affairs - value >= 2 - } - } - } - scope:alcoholic_ig = { - add_modifier = { - name = birthday_raid_modifier #approval and pop attraction - months = normal_modifier_time - } - } - scope:alcoholic_leader = { - add_modifier = { - name = birthday_raid_leader_modifier #popularity - months = normal_modifier_time - } - } - change_variable = { - name = prohibition_laws_var - add = 2 - } - } - - option = { #we'll talk about this like gentlemen - name = prohibition.2.b - default_option = yes - scope:alcoholic_ig = { - add_modifier = { - name = birthday_raid_gentlemen_modifier #approval and pol strenght but less - months = normal_modifier_time - } - } - } - - option = { #we saw nothing - name = prohibition.2.c - custom_tooltip = prohibition_laws_bad_pm.tt - change_variable = { - name = prohibition_laws_var - add = -3 - } - } -} - -prohibition.3 = { #Industrialists dont like losing money - type = country_event - placement = scope:temperance_state - - title = prohibition.3.t - desc = prohibition.3.d - flavor = prohibition.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - ig:ig_industrialists = { - OR = { - is_powerful = yes - is_in_government = yes - } - } - any_scope_state = { - filter = { - is_incorporated = yes - } - has_distillery = no - percent > 0.7 - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - has_distillery = no - } - save_scope_as = temperance_state - } - ig:ig_industrialists = { - save_scope_as = industrialists_ig - leader = { - save_scope_as = industrialist_leader - } - } - } - - option = { #it is what it is my dudes - name = prohibition.3.a - default_option = yes - custom_tooltip = prohibition_laws_weak_pm.tt - ig:ig_industrialists = { - add_modifier = { - name = industrialists_rejected_modifier #approval - months = normal_modifier_time - } - } - change_variable = { - name = prohibition_laws_var - add = 1 - } - } - - option = { #I guess they can have wine instead - name = prohibition.3.b - custom_tooltip = prohibition_laws_bad_pm.tt - trigger = { - scope:temperance_state = { - any_scope_building = { - OR = { - has_active_production_method = pm_vineyards - has_active_production_method = pm_vineyards_building_maize_farm - } - } - } - } - scope:temperance_state = { - add_modifier = { - name = wine_allowed_modifier #wine bonus - months = normal_modifier_time - } - } - change_variable = { - name = prohibition_laws_var - add = -2 - } - } -} - -prohibition.4 = { #raid on a pet shop - type = country_event - placement = scope:temperance_state - - title = prohibition.4.t - desc = prohibition.4.d - flavor = prohibition.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - #triggered by JE - NOT = { has_variable = pet_shop_var } - } - - immediate = { - if = { - limit = { - any_scope_state = { - is_incorporated = yes - has_distillery = yes - } - } - random_scope_state = { - limit = { - is_incorporated = yes - has_distillery = yes - } - save_scope_as = temperance_state - } - } - else = { - random_scope_state = { - limit = { - is_incorporated = yes - } - save_scope_as = temperance_state - } - } - set_variable = pet_shop_var - } - - option = { #it's just a pet shop - name = prohibition.4.a - custom_tooltip = prohibition_laws_bad_pm.tt - change_variable = { - name = prohibition_laws_var - add = -2 - } - } - - option = { #(sigh) sir, hand me the papers - name = prohibition.4.b - default_option = yes - custom_tooltip = prohibition_laws_weak_pm.tt - scope:temperance_state = { - add_radicals = { - value = medium_radicals - } - } - change_variable = { - name = prohibition_laws_var - add = 2 - } - } - - option = { #send the police - name = prohibition.4.c - highlighted_option = yes - custom_tooltip = prohibition_laws_pm.tt - trigger = { - OR = { - institution_investment_level = { - institution = institution_police - value >= 2 - } - institution_investment_level = { - institution = institution_home_affairs - value >= 2 - } - } - } - change_variable = { - name = prohibition_laws_var - add = 4 - } - scope:temperance_state = { - add_radicals = { - value = medium_radicals - } - if = { - limit = { - any_neighbouring_state = { - is_incorporated = yes - owner = ROOT - } - } - random_neighbouring_state = { - limit = { - is_incorporated = yes - owner = ROOT - } - add_radicals = { - value = medium_radicals - } - } - } - } - } -} - -prohibition.5 = { #people are using subsistence farms to make liquor - type = country_event - placement = scope:temperance_state - - title = prohibition.5.t - desc = prohibition.5.d - flavor = prohibition.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_scope_state = { - is_incorporated = yes - any_scope_building = { - occupancy > 0.9 - OR = { #these PMs produce a small amount of liquor - has_active_production_method = pm_home_workshops_building_subsistence_pastures - has_active_production_method = pm_home_workshops_building_subsistence_orchards - has_active_production_method = pm_home_workshops_building_subsistence_farms - has_active_production_method = pm_potatoes - } - } - NOR = { - has_modifier = subsistence_liquor_bad_modifier - has_modifier = subsistence_liquor_modifier - has_modifier = started_temperance_modifier - } - } - OR = { - ig:ig_industrialists = { - OR = { - is_powerful = yes - is_in_government = yes - } - } - ig:ig_landowners = { - OR = { - is_powerful = yes - is_in_government = yes - } - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_building = { - occupancy > 0.9 - OR = { - has_active_production_method = pm_home_workshops_building_subsistence_pastures - has_active_production_method = pm_home_workshops_building_subsistence_orchards - has_active_production_method = pm_home_workshops_building_subsistence_farms - has_active_production_method = pm_potatoes - } - } - NOR = { - has_modifier = subsistence_liquor_bad_modifier - has_modifier = subsistence_liquor_modifier - has_modifier = started_temperance_modifier - } - } - save_scope_as = temperance_state - random_scope_building = { - limit = { - occupancy > 0.9 - OR = { - has_active_production_method = pm_home_workshops_building_subsistence_pastures - has_active_production_method = pm_home_workshops_building_subsistence_orchards - has_active_production_method = pm_home_workshops_building_subsistence_farms - has_active_production_method = pm_potatoes - } - } - save_scope_as = temperance_building - } - } - random_interest_group = { - limit = { - OR = { - is_powerful = yes - is_in_government = yes - } - OR = { - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_landowners - } - } - save_scope_as = alcoholic_ig - } - } - - option = { #no way! - name = prohibition.5.a - default_option = yes - custom_tooltip = prohibition_laws_weak_pm.tt - scope:alcoholic_ig = { - add_modifier = { - name = banned_subsistence_liquor #approval - months = normal_modifier_time - } - } - scope:temperance_state = { - add_modifier = { - name = subsistence_liquor_bad_modifier #liquor bonus - months = normal_modifier_time - } - } - change_variable = { - name = prohibition_laws_var - add = 2 - } - } - - option = { #it's their farms they can do what they want with them - name = prohibition.5.b - custom_tooltip = prohibition_laws_bad_pm.tt - scope:temperance_state = { - add_modifier = { - name = subsistence_liquor_modifier #liquor bonus - months = normal_modifier_time - } - } - change_variable = { - name = prohibition_laws_var - add = -3 - } - } -} - -prohibition.6 = { #Teetotalism - type = country_event - placement = scope:temperance_state - - title = prohibition.6.t - desc = prohibition.6.d - flavor = prohibition.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - any_scope_state = { - any_scope_building = { - OR = { - has_active_production_method = pm_vineyards - has_active_production_method = pm_vineyards_building_maize_farm - } - } - NOT = { has_modifier = teetoliarism_modifier } - } - ig:ig_devout = { - OR = { - is_powerful = yes - is_in_government = yes - } - NOT = { has_modifier = no_teetoliarism_modifier } - } - any_scope_pop = { - religion = rel:catholic - } - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - OR = { - has_active_production_method = pm_vineyards - has_active_production_method = pm_vineyards_building_maize_farm - } - } - NOT = { has_modifier = teetoliarism_modifier } - } - save_scope_as = temperance_state - random_scope_building = { - limit = { - OR = { - has_active_production_method = pm_vineyards - has_active_production_method = pm_vineyards_building_maize_farm - } - } - save_scope_as = wine_building - } - } - ig:ig_devout = { - save_scope_as = devout_ig - } - random_scope_pop = { - limit = { - religion = rel:catholic - } - save_scope_as = temperance_pop - } - } - - option = { #teetoliarism accepted - name = prohibition.6.a - default_option = yes - custom_tooltip = prohibition_laws_weak_pm.tt - scope:temperance_state = { - add_modifier = { - name = teetoliarism_modifier #wine bonus - months = normal_modifier_time - } - add_loyalists = { - value = 0.2 - religion = scope:temperance_pop.religion - } - } - change_variable = { - name = prohibition_laws_var - add = 1 - } - } - - option = { #ignore them - name = prohibition.6.b - ig:ig_devout = { - add_modifier = { - name = no_teetoliarism_modifier #approval - months = normal_modifier_time - } - } - scope:temperance_state = { - add_radicals = { - value = very_large_radicals - religion = scope:temperance_pop.religion - } - } - } -} - -prohibition.7 = { #al capone event (crime_events.2 follow up) - type = country_event - placement = scope:temperance_state - - title = prohibition.7.t - desc = prohibition.7.d - flavor = prohibition.7.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - cooldown = { months = normal_modifier_time } - - trigger = { - has_variable = temperance_organised_crime_var #set in crime_events.2 - any_scope_state = { - is_incorporated = yes - any_scope_building = { - is_building_type = building_urban_center - level >= 10 #so it happens in a proper city - } - } - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_building = { - is_building_type = building_urban_center - level >= 10 - } - } - save_scope_as = temperance_state - } - } - - option = { #take him to court - name = prohibition.7.a - custom_tooltip = prohibition_laws_weak_pm.tt - default_option = yes - add_modifier = { - name = gangsters_modifier #bureaucracy - months = short_modifier_time - } - change_variable = { - name = prohibition_laws_var - add = 2 - } - } - - option = { #we can make a deal - name = prohibition.7.b - add_modifier = { - name = deal_with_gangster_modifier - months = short_modifier_time - multiplier = money_amount_multiplier_small - } - } - - option = { #we'll teach him and his gang a lesson - name = prohibition.7.c - custom_tooltip = prohibition_laws_weak_pm.tt - trigger = { - OR = { - institution_investment_level = { - institution = institution_police - value >= 5 - } - institution_investment_level = { - institution = institution_home_affairs - value >= 5 - } - } - } - change_variable = { - name = prohibition_laws_var - add = 2 - } - scope:temperance_state = { - add_radicals = { - value = medium_radicals - strata = poor - } - } - } -} - -prohibition.8 = { #reward event - type = country_event - placement = ROOT - - title = prohibition.8.t - desc = prohibition.8.d - flavor = prohibition.8.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_temperance_movement.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/temperance_movement" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - trigger = { - #triggered from JE - } - - option = { - name = prohibition.8.a - default_option = yes - every_primary_culture = { - limit = { - has_cultural_obsession = liquor - } - remove_cultural_obsession = liquor - } - } -} \ No newline at end of file diff --git a/events/prostitution_events.txt b/events/prostitution_events.txt deleted file mode 100644 index dda05c4f..00000000 --- a/events/prostitution_events.txt +++ /dev/null @@ -1,556 +0,0 @@ -namespace = prostitution - -# Contagious Diseases Acts -prostitution.1 = { - type = country_event - placement = scope:cda_state - title = prostitution.1.t - desc = { - first_valid = { - triggered_desc = { - desc = prostitution.1.d - trigger = { - NOT = { - scope:cda_ig = { - is_interest_group_type = ig_armed_forces - } - } - } - } - triggered_desc = { - desc = prostitution.1.d2 - trigger = { - scope:cda_ig = { - is_interest_group_type = ig_armed_forces - } - } - } - } - } - flavor = prostitution.1.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:cda_ig_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = police_cooldown } - NOT = { - has_variable = var_abolished_cda_permanently - } - institution_investment_level = { - institution = institution_police - value = 3 - } - any_scope_state = { - is_incorporated = yes - has_building = building_urban_center - } - any_interest_group = { - is_in_government = yes - OR = { - leader = { - has_ideology = ideology_traditionalist - } - AND = { - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_armed_forces - } - NOT = { - leader = { - has_ideology = ideology_feminist - } - } - } - } - } - any_primary_culture = { # these attitudes are fairly specific to the West - has_discrimination_trait = european_heritage - } - } - - immediate = { - set_variable = { - name = police_cooldown - years = 2 - } - random_scope_state = { - limit = { - has_building = building_urban_center - is_incorporated = yes - } - save_scope_as = cda_state - } - random_interest_group = { - limit = { - is_in_government = yes - OR = { - leader = { - has_ideology = ideology_traditionalist - } - AND = { - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_armed_forces - } - NOT = { - leader = { - has_ideology = ideology_feminist - } - } - } - } - } - save_scope_as = cda_ig - leader = { - save_scope_as = cda_ig_leader - } - } - } - - option = { - name = prostitution.1.a - default_option = yes - scope:cda_state = { - add_modifier = { - name = cda_enacted - months = -1 - } - } - scope:cda_ig = { - add_modifier = { - name = cda_enacted_ig - months = normal_modifier_time - } - } - } - option = { - name = prostitution.1.b - scope:cda_ig = { - add_modifier = { - name = cda_not_enacted_ig - months = normal_modifier_time - } - } - } - option = { - name = prostitution.1.c - trigger = { - has_technology_researched = modern_nursing - institution_investment_level = { - institution = institution_health_system - value = 3 - } - } - highlighted_option = yes - scope:cda_ig = { - add_modifier = { - name = cda_not_enacted_ig - months = normal_modifier_time - } - } - add_modifier = { - name = cda_following_the_science - months = normal_modifier_time - } - } -} - -# Repeal of the CDA -prostitution.2 = { - type = country_event - placement = scope:feminist_cda_state - title = prostitution.2.t - desc = prostitution.2.d - flavor = prostitution.2.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:feminist_cda_ig_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = police_cooldown } - any_scope_state = { - has_modifier = cda_enacted - is_incorporated = yes - } - any_interest_group = { - leader = { - has_ideology = ideology_feminist - } - } - } - - immediate = { - set_variable = { - name = police_cooldown - years = 2 - } - random_scope_state = { - limit = { - has_modifier = cda_enacted - is_incorporated = yes - } - save_scope_as = feminist_cda_state - } - random_interest_group = { - limit = { - leader = { - has_ideology = ideology_feminist - } - } - save_scope_as = feminist_cda_ig - leader = { - save_scope_as = feminist_cda_ig_leader - } - } - } - - option = { - name = prostitution.2.a - default_option = yes - scope:feminist_cda_ig = { - add_modifier = { - name = cda_abolished - months = normal_modifier_time - } - } - scope:feminist_cda_state = { - remove_modifier = cda_enacted - } - } - - option = { - name = prostitution.2.c - set_variable = { - name = var_abolished_cda_permanently - } - scope:feminist_cda_ig = { - add_modifier = { - name = cda_abolished - months = normal_modifier_time - } - } - if = { - limit = { - any_interest_group = { - OR = { - leader = { - has_ideology = ideology_traditionalist - } - AND = { - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_armed_forces - } - NOT = { - leader = { - has_ideology = ideology_feminist - } - } - } - } - } - } - every_interest_group = { - limit = { - OR = { - leader = { - has_ideology = ideology_traditionalist - } - AND = { - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_armed_forces - } - NOT = { - leader = { - has_ideology = ideology_feminist - } - } - } - } - } - add_modifier = { - name = cda_abolished_traditionalists - months = normal_modifier_time - } - } - } - every_scope_state = { - limit = { - has_modifier = cda_enacted - is_incorporated = yes - } - remove_modifier = cda_enacted - } - } - - option = { - name = prostitution.2.b - scope:feminist_cda_ig = { - add_modifier = { - name = cda_not_abolished - months = 12 - } - } - } -} - -# Male brothel scandal -prostitution.3 = { - type = country_event - placement = ROOT - title = prostitution.3.t - desc = prostitution.3.d - flavor = prostitution.3.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:scandal_character - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = police_cooldown } - any_primary_culture = { # doesn't fit that well outside of the West - has_discrimination_trait = european_heritage - } - institution_investment_level = { - institution = institution_police - value = 3 - } - NOT = { has_law = law_type:law_outlawed_dissent } - any_interest_group = { - is_in_government = yes - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_landowners - is_interest_group_type = ig_petty_bourgeoisie - } - leader = { - NOT = { - has_modifier = embroiled_in_scandal - } - is_female = no - } - } - } - immediate = { - set_variable = { - name = police_cooldown - years = 2 - } - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = capital_state - } - random_interest_group = { - limit = { - is_in_government = yes - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_industrialists - is_interest_group_type = ig_landowners - is_interest_group_type = ig_petty_bourgeoisie - } - leader = { - NOT = { - has_modifier = embroiled_in_scandal - } - is_female = no - } - } - leader = { - save_scope_as = scandal_character - } - } - } - option = { # Character must resign - name = prostitution.3.a - trigger = { - scope:scandal_character = { - is_monarch = no - } - } - custom_tooltip = prostitution.3.a.tt - hidden_effect = { - scope:scandal_character = { - kill_character = yes - } - } - } - option = { # try to suppress the story - name = prostitution.3.b - default_option = yes - random_list = { - 50 = { - modifier = { - if = { - limit = { - has_law = law_type:law_protected_speech - } - } - add = 25 - } - if = { - limit = { - NOT = { has_law = law_type:law_censorship } - } - add_modifier = { - name = coverup_discovered - months = 12 - } - } - scope:scandal_character = { - add_modifier = { - name = embroiled_in_scandal - months = 120 - } - } - } - 50 = { - modifier = { - if = { - limit = { - has_law = law_type:law_censorship - } - } - add = 25 - } - } - } - } - option = { # our propagandists can minimize the impact - name = prostitution.3.c - trigger = { - has_technology_researched = mass_propaganda - } - scope:scandal_character = { - add_modifier = { - name = embroiled_in_scandal - months = normal_modifier_time - } - } - } -} - -# Police Brutality -prostitution.4 = { - type = country_event - placement = scope:police_brutality_state - title = prostitution.4.t - desc = prostitution.4.d - flavor = prostitution.4.f - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = police_cooldown } - OR = { - institution_investment_level = { - institution = institution_police - value >= 3 - } - has_law = law_type:law_militarized_police - } - any_scope_state = { - is_incorporated = yes - has_building = building_urban_center - } - NOT = { - any_interest_group = { - OR = { - has_modifier = unreasonable_force - has_modifier = defunded_police - } - } - } - } - immediate = { - set_variable = { - name = police_cooldown - years = 2 - } - random_scope_state = { - limit = { - is_incorporated = yes - has_building = building_urban_center - } - save_scope_as = police_brutality_state - } - } - option = { # defund the police - name = prostitution.4.a - change_institution_investment_level = { - institution = institution_police - investment = -1 - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_militarized_police - value < neutral - } - } - add_modifier = { - name = defunded_police - months = normal_modifier_time - } - } - } - option = { # this is fine - name = prostitution.4.b - default_option = yes - scope:police_brutality_state = { - add_radicals = { - value = medium_radicals - strata = poor - } - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_militarized_police - value > neutral - } - } - add_modifier = { - name = unreasonable_force - months = normal_modifier_time - } - } - } -} diff --git a/events/psychology_events.txt b/events/psychology_events.txt deleted file mode 100644 index 4e5d188f..00000000 --- a/events/psychology_events.txt +++ /dev/null @@ -1,669 +0,0 @@ -namespace = psychology_events - -# IG leader gets mentally ill -psychology_events.1 = { - type = country_event - placement = ROOT - title = psychology_events.1.t - desc = psychology_events.1.d - flavor = psychology_events.1.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = scope:mentally_ill_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - trigger = { - any_interest_group = { - leader = { - OR = { - has_trait = shellshocked - has_trait = psychological_affliction - } - } - } - has_technology_researched = psychiatry - } - - immediate = { - random_interest_group = { - limit = { - leader = { - OR = { - has_trait = shellshocked - has_trait = psychological_affliction - } - } - } - save_scope_as = mentally_ill_ig - leader = { - save_scope_as = mentally_ill_leader - } - } - } - - option = { #treat them - name = psychology_events.1.a - default_option = yes - scope:mentally_ill_leader = { - if = { - limit = { - has_trait = psychological_affliction - } - remove_trait = psychological_affliction - } - else = { - remove_trait = shellshocked - } - add_modifier = { #people talk - name = treatment_expenses_modifier #popularity - months = short_modifier_time - } - } - } - - option = { #asylum - name = psychology_events.1.b - custom_tooltip = psychology_events.1.tt - scope:mentally_ill_leader = { - hidden_effect = { - kill_character = yes - } - } - scope:mentally_ill_ig = { - add_modifier = { - name = asylum_leader_modifier - months = normal_modifier_time - } - } - } - - option = { #try the new experimental thing for free! - name = psychology_events.1.c - trigger = { - has_technology_researched = psychoanalysis - } - scope:mentally_ill_leader = { - random_list = { - 66 = { - } - 33 = { #placebo effect - if = { - limit = { - has_trait = psychological_affliction - } - remove_trait = psychological_affliction - } - else = { - remove_trait = shellshocked - } - } - } - } - } -} - -# Ruler is mentally ill -psychology_events.2 = { - type = country_event - placement = ROOT - title = psychology_events.2.t - desc = psychology_events.2.d - flavor = psychology_events.2.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = ruler - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - trigger = { - ruler = { - OR = { - has_trait = psychological_affliction - has_trait = shellshocked - } - } - has_technology_researched = psychiatry - } - - immediate = { - - } - - option = { #hypnsosis is the way! - name = psychology_events.2.a - ig:ig_devout = { - add_modifier = { - name = hypnosis_modifier - months = normal_modifier_time - } - } - random_list = { - 66 = { - } - 33 = { - ruler = { - if = { - limit = { - has_trait = psychological_affliction - } - remove_trait = psychological_affliction - } - else = { - remove_trait = shellshocked - } - } - } - } - } - - option = { #let their try - name = psychology_events.2.b - default_option = yes - random_list = { - 85 = { - } - 15 = { - ruler = { - if = { - limit = { - has_trait = psychological_affliction - } - remove_trait = psychological_affliction - } - else = { - remove_trait = shellshocked - } - } - } - } - } - - option = { #doctor offers experimental treatment - name = psychology_events.2.c - highlighted_option = yes - trigger = { - OR = { - has_technology_researched = psychoanalysis - any_scope_building = { - is_building_type = building_university - level >= 3 - has_active_production_method = pm_philosophy_department - } - } - } - random_list = { - 50 = { - } - 50 = { - ruler = { - if = { - limit = { - has_trait = psychological_affliction - } - remove_trait = psychological_affliction - } - else = { - remove_trait = shellshocked - } - } - } - } - } -} - -# General gets shellschocked -psychology_events.3 = { - type = country_event - placement = ROOT - title = psychology_events.3.t - desc = psychology_events.3.d - flavor = psychology_events.3.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = scope:mentally_ill_character - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - trigger = { - any_scope_character = { - has_trait = shellshocked - OR = { - has_role = general - has_role = admiral - } - } - has_technology_researched = psychiatry - } - - immediate = { - random_scope_character = { - limit = { - has_trait = shellshocked - OR = { - has_role = general - has_role = admiral - } - } - save_scope_as = mentally_ill_character - interest_group = { - save_scope_as = mentally_ill_ig - } - } - } - - option = { #treat them - name = psychology_events.3.a - default_option = yes - scope:mentally_ill_character = { - add_modifier = { - name = public_shame_modifier - months = normal_modifier_time - } - } - scope:mentally_ill_character = { - remove_trait = shellshocked - } - } - - option = { #asylum - name = psychology_events.3.b - custom_tooltip = psychology_events.1.tt - scope:mentally_ill_character = { - hidden_effect = { - kill_character = yes - } - } - scope:mentally_ill_ig = { - add_modifier = { - name = asylum_leader_modifier - months = normal_modifier_time - } - } - } - - option = { #send them back to service - name = psychology_events.3.c - scope:mentally_ill_ig = { - add_modifier = { - name = leader_sent_back_modifier - months = normal_modifier_time - } - } - scope:mentally_ill_character = { - random_list = { - 50 = { - } - 50 = { - add_trait = alcoholic - } - } - } - } -} - -# Asylum treats people badly -psychology_events.4 = { - type = country_event - placement = ROOT - title = psychology_events.4.t - desc = psychology_events.4.d - flavor = psychology_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - trigger = { - any_interest_group = { - law_stance = { - law = law_type:law_no_health_system - value < neutral - } - NOT = { has_variable = healthcare_ig_var } - is_marginal = no - } - has_technology_researched = psychiatry - } - - immediate = { - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_health_system - value < neutral - } - NOT = { has_variable = healthcare_ig_var } - is_marginal = no - } - save_scope_as = healthcare_ig - set_variable = healthcare_ig_var - } - } - - option = { #ignore it - name = psychology_events.4.a - default_option = yes - scope:healthcare_ig = { - add_modifier = { - name = ignored_asylums_modifier - months = normal_modifier_time - } - } - } - - option = { #rework asylums - name = psychology_events.4.b - add_modifier = { - name = asylum_pay_modifier - months = normal_modifier_time - multiplier = money_amount_multiplier_medium - } - capital = { - add_modifier = { - name = asylums_modifier - months = normal_modifier_time - } - } - } - - option = { #give them to other people - name = psychology_events.4.c - scope:healthcare_ig = { - add_modifier = { - name = asylum_owner_modifier - months = normal_modifier_time - } - } - add_modifier = { - name = asylum_paperwork_modifier - months = normal_modifier_time - } - } -} - -# Dynamic Freud -psychology_events.5 = { - type = country_event - placement = ROOT - title = psychology_events.5.t - desc = psychology_events.5.d - flavor = psychology_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - trigger = { - NOT = { has_global_variable = freud_var } - has_technology_researched = psychoanalysis - any_scope_building = { - is_building_type = building_university - level >= 5 - OR = { - has_active_production_method = pm_philosophy_department - has_active_production_method = pm_analytical_philosophy_department - } - } - } - - immediate = { - set_global_variable = freud_var - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_university - level >= 5 - OR = { - has_active_production_method = pm_philosophy_department - has_active_production_method = pm_analytical_philosophy_department - } - } - } - save_scope_as = university_state - random_scope_building = { - limit = { - is_building_type = building_university - level >= 5 - OR = { - has_active_production_method = pm_philosophy_department - has_active_production_method = pm_analytical_philosophy_department - } - } - save_scope_as = university_building - } - } - ig:ig_intelligentsia = { save_scope_as = intelligentsia_ig } - } - - option = { #what a cool guy - name = psychology_events.5.a - default_option = yes - add_modifier = { - name = freud_building_modifier - months = normal_modifier_time - } - ig:ig_devout = { - add_modifier = { - name = freud_ig_modifier - months = normal_modifier_time - multiplier = -1 - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = freud_ig_modifier - months = normal_modifier_time - } - } - } - - option = { #make him IG leader - name = psychology_events.5.b - if = { - limit = { - country_is_in_europe = yes - } - custom_tooltip = sigmun_freud_tt - create_character = { - first_name = Sigismund_Schlomo - last_name = Freud - ig_leader = yes - interest_group = ig_intelligentsia - female = no - dna = dna_sigmund_freud - religion = rel:jewish - ideology = ideology_atheist - traits = { - ambitious - charismatic - cocaine_addiction - } - on_created = { - add_modifier = { - name = freud_modifier - months = short_modifier_time - multiplier = 2 - } - } - } - } - else = { - custom_tooltip = sigmun_freud_else_tt - create_character = { - ig_leader = yes - interest_group = ig_intelligentsia - religion = rel:jewish - ideology = ideology_atheist - traits = { - ambitious - charismatic - cocaine_addiction - } - on_created = { - add_modifier = { - name = freud_modifier - months = short_modifier_time - multiplier = 2 - } - } - } - } - ig:ig_devout = { - add_modifier = { - name = freud_ig_modifier - months = normal_modifier_time - multiplier = -2 - } - } - } - - option = { #this guy suckssssss - name = psychology_events.5.c - ig:ig_intelligentsia = { - add_modifier = { - name = freud_rejected_modifier - months = normal_modifier_time - } - } - ig:ig_devout = { - add_modifier = { - name = freud_rejected_modifier - months = normal_modifier_time - multiplier = -0.5 - } - } - } -} - - -# Psychology Journal -psychology_events.6 = { - type = country_event - placement = scope:university_state - title = psychology_events.6.t - desc = psychology_events.6.d - flavor = psychology_events.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/middleeast_engineer_blueprint.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/engineer_blueprint" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - any_scope_building = { - is_building_type = building_university - occupancy >= 0.9 - level >= 5 - OR = { - has_active_production_method = pm_philosophy_department - has_active_production_method = pm_analytical_philosophy_department - } - } - has_technology_researched = psychiatry - NOT = { has_variable = founded_psycho_journal_var } - NOT = { has_technology_researched = psychoanalysis } - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_university - occupancy >= 0.9 - level >= 5 - } - } - save_scope_as = university_state - random_scope_building = { - limit = { - is_building_type = building_university - } - save_scope_as = university_building - } - } - } - - option = { #we have no resources for this - name = psychology_events.6.a - default_option = yes - #strike at uni! - scope:university_state = { - add_radicals = { - pop_type = academics - value = medium_radicals - } - } - } - - option = { #found the journal - name = psychology_events.6.b - add_modifier = { - name = founded_psycho_journal_cost_modifier - months = normal_modifier_time - multiplier = money_amount_multiplier_small - } - add_modifier = { - name = founded_psycho_journal_modifier - months = normal_modifier_time - } - if = { - limit = { - NOT = { - has_technology_researched = philosophical_pragmatism - can_research = philosophical_pragmatism - } - } - add_technology_progress = { progress = 3000 technology = philosophical_pragmatism } - } - else_if = { - limit = { - has_technology_researched = philosophical_pragmatism - can_research = psychoanalysis - NOT = { - has_technology_researched = psychoanalysis - } - } - add_technology_progress = { progress = 4000 technology = psychoanalysis } - } - set_variable = founded_psycho_journal_var - } -} \ No newline at end of file diff --git a/events/royal_wedding.txt b/events/royal_wedding.txt deleted file mode 100644 index 7a289089..00000000 --- a/events/royal_wedding.txt +++ /dev/null @@ -1,111 +0,0 @@ -namespace = wedding - -wedding.1 = { - type = country_event - placement = ROOT - - title = wedding.1.t - desc = wedding.1.d - flavor = wedding.1.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:royal_marriage_character - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - duration = 3 - - trigger = { - has_law = law_type:law_monarchy - religion = { - has_discrimination_trait = christian - } - OR = { - ruler = { - NOT = { has_variable = is_married } - age >= 18 - } - any_scope_character = { - is_heir = yes - NOT = { has_variable = is_married } - age >= 18 - } - } - any_country = { - NOT = { THIS = ROOT } - relations:root >= relations_threshold:cordial - has_law = law_type:law_monarchy - religion = { - has_discrimination_trait = christian - } - ruler = { - age > 36 - } - } - } - - immediate = { - capital = { - save_scope_as = capital_scope - } - random_scope_character = { - limit = { - OR = { - is_heir = yes - is_ruler = yes - } - NOT = { has_variable = is_married } - } - save_scope_as = royal_marriage_character - set_variable = is_married - } - random_country = { - limit = { - NOT = { THIS = ROOT } - relations:root >= relations_threshold:cordial - has_law = law_type:law_monarchy - religion = { - has_discrimination_trait = christian - } - ruler = { - age > 36 - } - } - save_scope_as = marriage_country - ruler = { - save_scope_as = foreign_ruler - } - } - } - - option = { # private wedding for international nobility - name = wedding.1.a - default_option = yes - add_modifier = { # influence mult - name = royal_marriage - months = normal_modifier_time - } - change_relations = { - country = scope:marriage_country - value = 20 - } - } - - option = { # public wedding for the masses - name = wedding.1.b - scope:royal_marriage_character = { - add_modifier = { # popularity - name = marriage_popularity - months = long_modifier_time - } - } - change_relations = { - country = scope:marriage_country - value = 20 - } - } -} \ No newline at end of file diff --git a/events/secession_situations.txt b/events/secession_situations.txt deleted file mode 100644 index 9b27b134..00000000 --- a/events/secession_situations.txt +++ /dev/null @@ -1,707 +0,0 @@ -namespace = secession_events - -### Early Stage Situations - -# Manifesto of the Secession -secession_events.1 = { - type = country_event - placement = ROOT - - title = secession_events.1.t - desc = secession_events.1.d - flavor = secession_events.1.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0 - highest_secession_progress < 0.3 - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0 - } - culture_secession_progress = { - target = root - value < 0.3 - } - } - save_scope_as = secessionist_culture - } - } - - option = { - name = secession_events.1.a - add_loyalists = { - value = 0.05 - culture = scope:secessionist_culture - } - add_modifier = { - name = refuting_secessionist_manifesto - months = normal_modifier_time - } - } - - option = { - name = secession_events.1.b - trigger = { - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - } - add_loyalists = { - value = 0.1 - culture = scope:secessionist_culture - } - add_modifier = { - name = suppressing_secessionist_manifesto - months = normal_modifier_time - } - } - - option = { - name = secession_events.1.c - default_option = yes - add_radicals = { - value = large_radicals - culture = scope:secessionist_culture - } - } -} - -# Request for Document Translation -secession_events.2 = { - type = country_event - placement = ROOT - - title = secession_events.2.t - desc = secession_events.2.d - flavor = secession_events.2.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0 - highest_secession_progress < 0.3 - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0 - } - culture_secession_progress = { - target = root - value < 0.3 - } - } - save_scope_as = secessionist_culture - } - } - - option = { - name = secession_events.2.a - add_loyalists = { - value = 0.1 - culture = scope:secessionist_culture - } - add_modifier = { - name = translating_official_documents - months = normal_modifier_time - } - } - - option = { - name = secession_events.2.b - default_option = yes - add_radicals = { - value = medium_radicals - culture = scope:secessionist_culture - } - } -} - -# Secessionist Culture Rises in IG -secession_events.3 = { - type = country_event - placement = ROOT - - title = secession_events.3.t - desc = secession_events.3.d - flavor = secession_events.3.f - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_election.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0 - highest_secession_progress < 0.3 - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0 - } - culture_secession_progress = { - target = root - value < 0.3 - } - } - save_scope_as = secessionist_culture - } - random_interest_group = { - limit = { - is_in_government = no - } - save_scope_as = secessionist_ig - } - } - - option = { - name = secession_events.3.a - add_radicals = { - value = large_radicals - culture = scope:secessionist_culture - } - } - - option = { - name = secession_events.3.b - default_option = yes - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = scope:secessionist_ig - culture = scope:secessionist_culture - } - } -} - -### Middle Stage Situations - -# Secessionist Protest -secession_events.4 = { - type = country_event - placement = ROOT - - title = secession_events.4.t - desc = secession_events.4.d - flavor = secession_events.4.f - - event_image = { - video = "gfx/event_pictures/africa_public_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/public_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0.3 - highest_secession_progress < 0.7 - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0.3 - } - culture_secession_progress = { - target = root - value < 0.7 - } - } - save_scope_as = secessionist_culture - } - } - - option = { - name = secession_events.4.a - add_modifier = { - name = suppressing_secessionist_protest - months = normal_modifier_time - } - if = { - limit = { - OR = { - has_law = law_type:law_right_of_assembly - has_law = law_type:law_protected_speech - } - } - every_interest_group = { - limit = { - OR = { - law_stance = { - law = law_type:law_right_of_assembly - value > neutral - } - law_stance = { - law = law_type:law_protected_speech - value > neutral - } - } - } - add_modifier = { - name = curtailed_free_speech - years = 5 - } - } - } - } - - option = { - name = secession_events.4.b - default_option = yes - add_radicals = { - value = large_radicals - culture = scope:secessionist_culture - } - } -} - -# Prominent Secessionist Speaks Out -secession_events.5 = { - type = country_event - placement = ROOT - - title = secession_events.5.t - desc = secession_events.5.d - flavor = secession_events.5.f - - gui_window = event_window_1char_tabloid - - left_icon = scope:secessionist_leader - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0.3 - highest_secession_progress < 0.7 - any_scope_culture = { - culture_secession_progress = { - target = root - value > 0.3 - } - culture_secession_progress = { - target = root - value < 0.7 - } - save_temporary_scope_as = secessionist_culture - } - any_interest_group = { - leader = { - has_culture = scope:secessionist_culture - } - } - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0.3 - } - culture_secession_progress = { - target = root - value < 0.7 - } - } - save_scope_as = secessionist_culture - } - random_interest_group = { - limit = { - leader = { - has_culture = scope:secessionist_culture - } - } - leader = { - save_scope_as = secessionist_leader - } - save_scope_as = secessionist_ig - } - } - - option = { - name = secession_events.5.a - scope:secessionist_ig = { - add_modifier = { - name = secessionist_leader_threatened - months = normal_modifier_time - } - } - } - - option = { - name = secession_events.5.b - scope:secessionist_ig = { - add_modifier = { - name = secessionist_leader_ignored - months = normal_modifier_time - } - } - add_radicals = { - value = large_radicals - culture = scope:secessionist_culture - } - } - - option = { - name = secession_events.5.c - default_option = yes - add_radicals = { - value = very_large_radicals - culture = scope:secessionist_culture - } - } -} - -# Anti-Discrimination IG Supports Secession -secession_events.6 = { - type = country_event - placement = ROOT - - title = secession_events.6.t - desc = secession_events.6.d - flavor = secession_events.6.f - - event_image = { - video = "gfx/event_pictures/asia_politician_parliament_motion.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0.3 - highest_secession_progress < 0.7 - has_law = law_type:law_national_supremacy - any_interest_group = { - law_stance = { - law = law_type:law_multicultural - value > neutral - } - } - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0.3 - } - culture_secession_progress = { - target = root - value < 0.7 - } - } - save_scope_as = secessionist_culture - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_multicultural - value > neutral - } - } - save_scope_as = secessionist_ig - } - } - - option = { - name = secession_events.6.a - scope:secessionist_ig = { - add_modifier = { - name = defended_legal_discrimination - months = normal_modifier_time - } - } - } - - option = { - name = secession_events.6.b - default_option = yes - add_radicals = { - value = large_radicals - culture = scope:secessionist_culture - } - } -} - -### Late Stage Situations - -# Nationalist Opera -secession_events.7 = { - type = country_event - placement = ROOT - - title = secession_events.7.t - desc = secession_events.7.d - flavor = secession_events.7.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0.7 - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0.7 - } - } - save_scope_as = secessionist_culture - } - } - - # Cancel the fireworks - option = { - name = secession_events.7.a - add_radicals = { - value = large_radicals - culture = scope:secessionist_culture - } - } - - # Cancel the illuminations - option = { - name = secession_events.7.b - add_radicals = { - value = 0.05 - culture = scope:secessionist_culture - } - add_modifier = { - name = illuminations_canceled - months = normal_modifier_time - } - } - - # Cancel the revolution - option = { - name = secession_events.7.c - default_option = yes - add_modifier = { - name = revolution_canceled - months = normal_modifier_time - } - } -} - -# Terrorist Attack -secession_events.8 = { - type = country_event - placement = ROOT - - title = secession_events.8.t - desc = secession_events.8.d - flavor = secession_events.8.f - - duration = 3 - - trigger = { - highest_secession_progress > 0.7 - any_scope_building = { - is_building_type = building_government_administration - } - } - - event_image = { - video = "gfx/event_pictures/unspecific_fire.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/destruction" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0.7 - } - } - save_scope_as = secessionist_culture - } - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_government_administration - } - } - save_scope_as = terrorist_attack_state - } - } - - option = { - name = secession_events.8.a - add_radicals = { - value = large_radicals - culture = scope:secessionist_culture - } - scope:terrorist_attack_state = { - add_devastation = 15 - } - } - - option = { - name = secession_events.8.b - default_option = yes - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_national_supremacy - value > neutral - } - } - add_modifier = { - name = soft_on_minorities - months = normal_modifier_time - } - } - scope:terrorist_attack_state = { - add_devastation = 15 - } - } -} - -# Opportunity for Assassination -secession_events.9 = { - type = country_event - placement = ROOT - - title = secession_events.9.t - desc = secession_events.9.d - flavor = secession_events.9.f - - event_image = { - video = "gfx/event_pictures/southamerica_public_figure_assassination.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/public_figure_assassination" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - highest_secession_progress > 0.7 - has_law = law_type:law_secret_police - any_scope_state = { - any_scope_culture = { - culture_secession_progress = { - target = root - value > 0.7 - } - save_temporary_scope_as = secessionist_culture - } - } - any_interest_group = { - leader = { - has_culture = scope:secessionist_culture - } - } - } - - immediate = { - random_scope_culture = { - limit = { - culture_secession_progress = { - target = root - value > 0.7 - } - } - save_scope_as = secessionist_culture - } - random_interest_group = { - limit = { - leader = { - has_culture = scope:secessionist_culture - } - } - leader = { - save_scope_as = secessionist_leader - } - } - } - - option = { - name = secession_events.9.a - scope:secessionist_leader = { kill_character = yes } - add_loyalists = { - value = 0.1 - culture = scope:secessionist_culture - } - } - - option = { - name = secession_events.9.b - default_option = yes - } -} diff --git a/events/skyscraper_events.txt b/events/skyscraper_events.txt deleted file mode 100644 index 20e5e1be..00000000 --- a/events/skyscraper_events.txt +++ /dev/null @@ -1,169 +0,0 @@ -namespace = skyscraper - -# Site identified -skyscraper.1 = { - type = country_event - - title = skyscraper.1.t - desc = skyscraper.1.d - flavor = skyscraper.1.f - - placement = scope:skyscraper_site - - event_image = { - video = "gfx/event_pictures/europenorthamerica_capitalists_meeting.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/capitalists_meeting" - - icon = "gfx/interface/icons/event_icons/event_map.dds" - - duration = 3 - - trigger = { - # triggered by je_skyscraper_site - } - - immediate = { - if = { - limit = { - capital = { - is_split_state = no - any_scope_building = { - is_building_type = building_urban_center - level >= 20 - } - } - } - capital = { - save_scope_as = skyscraper_site - } - } - else = { - random_scope_state = { - limit = { - is_incorporated = yes - is_split_state = no - any_scope_building = { - is_building_type = building_urban_center - level >= 20 - } - } - save_scope_as = skyscraper_site - } - } - } - - option = { - name = skyscraper.1.a - default_option = yes - scope:skyscraper_site = { - add_modifier = { - name = skyscraper_site - } - } - show_as_tooltip = { - remove_modifier = skyscraper_survey - } - add_journal_entry = { - type = je_skyscraper_construction - target = scope:skyscraper_site - } - } -} - -# Skyscraper complete -skyscraper.2 = { - type = country_event - - title = skyscraper.2.t - desc = { - first_valid = { - triggered_desc = { - desc = skyscraper.2.d - trigger = { - NOT = { has_variable = first_skyscraper_builder } - } - } - triggered_desc = { - desc = skyscraper.2.d2 - trigger = { - has_variable = first_skyscraper_builder - } - } - } - } - flavor = skyscraper.2.f - - placement = scope:skyscraper_state - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_map.dds" - - duration = 3 - - trigger = { - # triggered by je_skyscraper_construction - } - - immediate = { - random_scope_state = { - limit = { - has_building = building_skyscraper - } - save_scope_as = skyscraper_state - random_scope_building = { - limit = { - is_building_type = building_skyscraper - } - save_scope_as = skyscraper_building_scope - } - } - if = { - limit = { - NOT = { has_global_variable = first_skyscraper } - } - set_global_variable = first_skyscraper - set_variable = first_skyscraper_builder - } - } - - option = { - name = skyscraper.2.a - default_option = yes - trigger = { - NOT = { has_variable = first_skyscraper_builder } - } - add_modifier = { - name = skyscraper_modifier - months = normal_modifier_time - } - } - - option = { - name = skyscraper.2.b - default_option = yes - highlighted_option = yes - trigger = { - custom_tooltip = { - text = first_skyscraper_tt - has_variable = first_skyscraper_builder - } - } - add_modifier = { - name = skyscraper_modifier - months = normal_modifier_time - } - add_modifier = { # prestige - name = first_skyscraper_modifier - months = normal_modifier_time - } - } -} \ No newline at end of file diff --git a/events/slave_owner_paranoia_events.txt b/events/slave_owner_paranoia_events.txt deleted file mode 100644 index 174c42b5..00000000 --- a/events/slave_owner_paranoia_events.txt +++ /dev/null @@ -1,281 +0,0 @@ -namespace = slave_owner_paranoia_events - -# A Small Conspiracy -slave_owner_paranoia_events.1 = { - type = country_event - placement = scope:small_conspiracy_state - title = slave_owner_paranoia_events.1.t - desc = slave_owner_paranoia_events.1.d - flavor = slave_owner_paranoia_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_slaves_night.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/slaves_night" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - any_scope_state = { - radical_fraction = { - value >= 0.1 - pop_type = slaves - } - } - } - - immediate = { - random_scope_state = { - limit = { - radical_fraction = { - value >= 0.1 - pop_type = slaves - } - } - save_scope_as = small_conspiracy_state - } - } - - option = { - name = slave_owner_paranoia_events.1.a - scope:small_conspiracy_state = { - add_modifier = { - name = rebellion_conspiracy_reprisals - months = normal_modifier_time - } - add_radicals = { - value = very_large_radicals - pop_type = slaves - } - } - } - - option = { - name = slave_owner_paranoia_events.1.b - default_option = yes - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_slavery_banned - value >= approve - } - } - add_modifier = { - name = refused_slave_reprisals - months = normal_modifier_time - } - } - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_slavery_banned - value <= disapprove - } - } - add_modifier = { - name = refused_slave_reprisals - months = normal_modifier_time - multiplier = -1 - } - } - } -} - -# Hidden Communities -slave_owner_paranoia_events.2 = { - type = country_event - placement = scope:hidden_communities_state - title = slave_owner_paranoia_events.2.t - desc = slave_owner_paranoia_events.2.d - flavor = slave_owner_paranoia_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_slave_chains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/slaves_breaking_their_chains" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - any_scope_state = { - radical_fraction = { - value >= 0.1 - pop_type = slaves - } - } - } - - immediate = { - random_scope_state = { - limit = { - radical_fraction = { - value >= 0.1 - pop_type = slaves - } - } - save_scope_as = hidden_communities_state - } - } - - option = { - name = slave_owner_paranoia_events.2.a - scope:hidden_communities_state = { - add_modifier = { - name = attacking_hidden_communities - months = normal_modifier_time - } - } - } - - option = { - name = slave_owner_paranoia_events.2.b - default_option = yes - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_slavery_banned - value >= approve - } - } - add_modifier = { - name = refused_attacking_hidden_communities - months = normal_modifier_time - } - } - - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_slavery_banned - value <= disapprove - } - } - add_modifier = { - name = refused_attacking_hidden_communities - months = normal_modifier_time - multiplier = -1 - } - } - } -} - -# Visiting Abolitionist -slave_owner_paranoia_events.3 = { - type = country_event - placement = scope:visiting_abolitionist_state - title = slave_owner_paranoia_events.3.t - desc = slave_owner_paranoia_events.3.d - flavor = slave_owner_paranoia_events.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_slaves_night.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/slaves_night" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - any_scope_state = { - radical_fraction = { - value >= 0.1 - pop_type = slaves - } - } - any_interest_group = { - leader = { has_ideology = ideology_abolitionist } - } - } - - immediate = { - random_scope_state = { - limit = { - radical_fraction = { - value >= 0.1 - pop_type = slaves - } - } - save_scope_as = visiting_abolitionist_state - random_scope_pop = { - limit = { - is_pop_type = slaves - } - save_scope_as = visiting_abolitionist_slaves - } - } - random_interest_group = { - limit = { - leader = { has_ideology = ideology_abolitionist } - } - save_scope_as = visiting_abolitionist_ig - } - } - - option = { - name = slave_owner_paranoia_events.3.a - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_slavery_banned - value <= disapprove - } - } - add_modifier = { - name = abolitionist_expelled - months = normal_modifier_time - } - } - scope:visiting_abolitionist_ig = { - add_modifier = { - name = abolitionist_expelled - months = normal_modifier_time - multiplier = -1 - } - } - } - - option = { - name = slave_owner_paranoia_events.3.b - default_option = yes - - scope:visiting_abolitionist_state = { - add_radicals = { - value = very_large_radicals - pop_type = slaves - } - } - scope:visiting_abolitionist_ig = { - add_modifier = { - name = abolitionist_influence - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_slavery_banned - value <= disapprove - } - } - add_modifier = { - name = abolitionist_influence - months = normal_modifier_time - multiplier = -1 - } - } - } -} \ No newline at end of file diff --git a/events/slave_revolts.txt b/events/slave_revolts.txt deleted file mode 100644 index 9f1158a7..00000000 --- a/events/slave_revolts.txt +++ /dev/null @@ -1,323 +0,0 @@ -namespace = slave_revolt - -# Slave Schooner Mutiny -slave_revolt.1 = { - type = country_event - placement = scope:neighbor_state - title = slave_revolt.1.t - desc = slave_revolt.1.d - flavor = slave_revolt.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_slave_chains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/slaves_breaking_their_chains" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - NOT = { has_law = law_type:law_slavery_banned } - any_neighbouring_state = { - owner = { - has_law = law_type:law_slavery_banned - any_scope_state = { - is_coastal = yes - } - } - } - any_interest_group = { - OR = { - has_ideology = ideology_pro_slavery - leader = { has_ideology = ideology_slaver } - } - } - any_interest_group = { - OR = { - leader = { has_ideology = ideology_abolitionist } - has_ideology = ideology_anti_slavery - } - } - } - - immediate = { - random_neighbouring_state = { - limit = { - owner = { - has_law = law_type:law_slavery_banned - any_scope_state = { - is_coastal = yes - } - } - } - save_scope_as = neighbor_state - owner = { - save_scope_as = neighbor_country - } - } - save_scope_as = originator - } - - option = { - name = slave_revolt.1.a - default_option = yes - - change_relations = { - country = scope:neighbor_country - value = -30 - } - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_pro_slavery - leader = { has_ideology = ideology_slaver } - } - } - add_modifier = { - name = protested_slave_ship_release - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - OR = { - leader = { has_ideology = ideology_abolitionist } - has_ideology = ideology_anti_slavery - } - } - add_modifier = { - name = protested_slave_ship_release - months = normal_modifier_time - multiplier = -0.5 - } - } - hidden_effect = { scope:neighbor_country = { post_notification = slave_revolt_1 } } - } - - option = { - name = slave_revolt.1.b - - every_interest_group = { - limit = { - OR = { - leader = { has_ideology = ideology_abolitionist } - has_ideology = ideology_anti_slavery - } - } - add_modifier = { - name = did_not_protest_ship_seizure - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_pro_slavery - leader = { has_ideology = ideology_slaver } - } - } - add_modifier = { - name = did_not_protest_ship_seizure - months = normal_modifier_time - multiplier = -0.5 - } - } - } -} - -# Escaping Fugitives -slave_revolt.2 = { - type = country_event - placement = ROOT - title = slave_revolt.2.t - desc = slave_revolt.2.d - flavor = slave_revolt.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_slave_chains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/slaves_breaking_their_chains" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - NOT = { has_law = law_type:law_slavery_banned } - any_neighbouring_state = { - owner = { - has_law = law_type:law_slavery_banned - } - } - } - - immediate = { - random_neighbouring_state = { - limit = { - owner = { - has_law = law_type:law_slavery_banned - } - } - save_scope_as = neighbor_state - owner = { - save_scope_as = neighbor_country - } - } - save_scope_as = originator - } - - option = { - name = slave_revolt.2.a - default_option = yes - - # Pay for slave-catchers and track them all down! - - add_modifier = { - name = government_slave_catchers - months = normal_modifier_time - } - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_pro_slavery - leader = { has_ideology = ideology_slaver } - } - } - add_modifier = { - name = government_pays_for_slave_catchers - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - leader = { has_ideology = ideology_abolitionist } - } - add_modifier = { - name = government_pays_for_slave_catchers - months = normal_modifier_time - multiplier = -0.5 - } - } - } - - option = { - name = slave_revolt.2.b - - every_interest_group = { - limit = { - leader = { has_ideology = ideology_abolitionist } - } - add_modifier = { - name = government_lets_fugitives_go - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_pro_slavery - leader = { has_ideology = ideology_slaver } - } - } - add_modifier = { - name = government_lets_fugitives_go - months = normal_modifier_time - multiplier = -0.5 - } - } - hidden_effect = { scope:neighbor_country = { post_notification = slave_revolt_2 } } - } -} - -# The [statename] Insurrection -slave_revolt.3 = { - type = country_event - placement = ROOT - title = slave_revolt.3.t - desc = slave_revolt.3.d - flavor = slave_revolt.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_slave_chains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/slaves_breaking_their_chains" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - NOT = { has_law = law_type:law_slavery_banned } - any_scope_pop = { - is_pop_type = slaves # slavery can theoretically be on the books without there being any slaves present, but this needs to happen with slave pops - } - } - - immediate = { - random_scope_state = { - save_scope_as = slave_insurrection_state - } - } - - option = { - name = slave_revolt.3.a # Negotiate a deal with the slaves' leaders - - - scope:slave_insurrection_state = { - add_radicals = { - value = 0.1 - pop_type = aristocrats - } - add_radicals = { - value = 0.2 - pop_type = slaves - } - } - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_pro_slavery - leader = { has_ideology = ideology_slaver } - } - } - - add_modifier = { - name = soft_approach_to_slaves - months = normal_modifier_time - } - } - } - - option = { - name = slave_revolt.3.b # We do not negotiate with insurrectionists - default_option = yes - - scope:slave_insurrection_state = { - add_radicals = { - value = 0.6 - pop_type = slaves - } - } - - every_interest_group = { - limit = { - OR = { - has_ideology = ideology_pro_slavery - leader = { has_ideology = ideology_slaver } - } - } - - add_modifier = { - name = tough_approach_to_slaves - months = normal_modifier_time - } - } - } -} diff --git a/events/spanish_flu_events.txt b/events/spanish_flu_events.txt deleted file mode 100644 index 8d18b9ea..00000000 --- a/events/spanish_flu_events.txt +++ /dev/null @@ -1,1021 +0,0 @@ -namespace = plague - -# The plague arrives -plague.1 = { - type = country_event - placement = scope:plague_origin_state - - title = plague.1.t - desc = plague.1.d - flavor = plague.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - NOT = { has_global_variable = spanish_flu } - country_rank >= rank_value:major_power - NOT = { - institution_investment_level = { - institution = institution_health_system - value >= 3 - } - } - any_scope_state = { - is_incorporated = yes - OR = { - is_production_method_active = { - building_type = building_railway - production_method = pm_electric_trains - } - is_production_method_active = { - building_type = building_railway - production_method = pm_diesel_trains - } - } - } - } - - immediate = { - set_global_variable = { - name = spanish_flu - } - set_variable = { - name = plague_originator - } - random_scope_state = { - limit = { - is_incorporated = yes - OR = { - is_production_method_active = { - building_type = building_railway - production_method = pm_electric_trains - } - is_production_method_active = { - building_type = building_railway - production_method = pm_diesel_trains - } - } - } - save_scope_as = plague_origin_state - set_variable = plague_originator_state - randomize_plague_level_effect = yes - } - } - - option = { - name = plague.1.a - default_option = yes - scope:plague_origin_state = { - add_plague_modifier_effect = yes - } - custom_tooltip = plague_decisions_available.tt - hidden_effect = { - every_country = { - limit = { - NOT = { this = ROOT } - is_player = yes - } - trigger_event = { id = plague.4 } - } - } - add_journal_entry = { type = je_spanish_flu } - } -} - -# Plague spreads -plague.2 = { - type = country_event - placement = scope:plague_spread_target - - title = plague.2.t - desc = plague.2.d - flavor = plague.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - has_global_variable = spanish_flu - OR = { - any_scope_state = { - NOT = { - has_variable = state_hit_by_plague - } - OR = { - any_neighbouring_state = { - has_modifier = plague_modifier - NOT = { - owner = { - has_variable = plague_lockdown - } - } - } - any_country = { - NOT = { THIS = ROOT } - market = ROOT.market - any_scope_state = { - has_modifier = plague_modifier - } - } - } - } - AND = { - NOT = { - has_journal_entry = je_spanish_flu - } - any_scope_state = { - has_variable = plague_international_spread_var - } - } - } - } - - immediate = { - random_country = { - limit = { - has_variable = plague_originator - } - save_scope_as = plague_originator_country - } - if = { - limit = { - NOT = { - has_journal_entry = je_spanish_flu - } - any_scope_state = { - has_variable = plague_international_spread_var - } - } - random_scope_state = { - limit = { - has_variable = plague_international_spread_var - } - save_scope_as = plague_spread_target - remove_variable = plague_international_spread_var - } - } - else = { - random_scope_state = { - limit = { - NOT = { has_modifier = plague_modifier } - OR = { - any_neighbouring_state = { - has_modifier = plague_modifier - NOT = { - owner = { - has_variable = plague_lockdown - } - } - } - owner = { - NOT = { THIS = ROOT } - market = root.market - any_scope_state = { - has_modifier = plague_modifier - } - } - } - } - save_scope_as = plague_spread_target - } - } - scope:plague_spread_target = { - set_variable = state_hit_by_plague - randomize_plague_level_effect = yes - add_plague_modifier_effect = yes - if = { - limit = { - any_neighbouring_state = { - owner = ROOT - NOT = { has_modifier = plague_modifier } - } - } - random_neighbouring_state = { - limit = { - owner = ROOT - NOT = { has_modifier = plague_modifier } - } - save_scope_as = plague_spread_target_2 - randomize_plague_level_effect = yes - add_plague_modifier_effect = yes - } - } - } - } - - option = { - name = plague.2.a - show_as_tooltip = { - scope:plague_spread_target = { - add_plague_modifier_effect = yes - if = { - limit = { - any_neighbouring_state = { - owner = ROOT - NOT = { has_modifier = plague_modifier } - } - } - scope:plague_spread_target_2 = { - add_plague_modifier_effect = yes - } - } - } - } - if = { - limit = { - NOT = { - has_journal_entry = je_spanish_flu - } - } - add_journal_entry = { type = je_spanish_flu } - } - custom_tooltip = plague_decisions_available.tt - } -} - -# The second/third/fouth wave in state -plague.3 = { - type = state_event - placement = ROOT - - title = plague.3.t - desc = plague.3.d - flavor = plague.3.f - - hidden = yes # hiding to avoid spam - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - # triggered in scripted trigger - exists = var:plague_wave - var:plague_wave < 5 - } - - immediate = { - randomize_plague_level_effect = yes - add_plague_modifier_effect = yes - owner = { - if = { - limit = { - NOT = { - has_journal_entry = je_spanish_flu - } - } - add_journal_entry = { type = je_spanish_flu } - } - } - } -} - -# Notification event for player countries -plague.4 = { - type = country_event - placement = ROOT - - title = plague.4.t - desc = plague.1.d - flavor = plague.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - # triggered by plague.1 - } - - immediate = { - random_country = { - limit = { - has_variable = plague_originator - } - save_scope_as = plague_originator_country - random_scope_state = { - limit = { - has_variable = plague_originator_state - } - save_scope_as = plague_originator_state - } - } - } - - option = { - name = plague.4.a - custom_tooltip = plague_might_spread.tt - } -} - -# Determine your plague response - close businesses, social distancing, or nothing -plague.5 = { - type = country_event - placement = ROOT - - title = plague.5.t - desc = plague.5.d - flavor = plague.5.f - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - # triggered by plague decision - } - - immediate = { - random_country = { - limit = { - has_variable = plague_originator - } - save_scope_as = plague_originator_country - } - # Remove variables for recalculation - remove_variable = plague_lockdown - remove_variable = plague_measures - } - - option = { # lockdown! - name = plague.5.a - custom_tooltip = plague_lockdown.tt # states much less likely to get more waves - set_variable = { - name = plague_lockdown - } - every_scope_state = { - limit = { - has_modifier = plague_modifier - } - add_modifier = { - name = plague_lockdown_mod - months = 6 - } - } - } - option = { # social distancing and masks - name = plague.5.b - default_option = yes - custom_tooltip = plague_measures.tt # states less likely to get more waves - set_variable = { - name = plague_measures - } - every_scope_state = { - limit = { - has_modifier = plague_modifier - } - add_modifier = { - name = plague_measures_mod - months = 6 - } - } - } - option = { # think about the economy! - name = plague.5.c - custom_tooltip = plague_no_response.tt # states will always get more waves - remove_variable = plague_measures - remove_variable = plague_lockdown - every_scope_state = { - limit = { - OR = { - has_modifier = plague_lockdown_mod - has_modifier = plague_measures_mod - } - } - remove_modifier = plague_lockdown_mod - remove_modifier = plague_measures_mod - } - } -} - -# Plague impacts war support -plague.7 = { - type = country_event - placement = scope:plague_state - - title = plague.7.t - desc = plague.7.d - flavor = plague.7.f - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - is_at_war = yes - any_scope_state = { - is_incorporated = yes - has_modifier = plague_modifier - } - any_interest_group = { - is_in_government = no - NOT = { has_modifier = plague_war } - leader = { - has_ideology = ideology_pacifist - } - } - NOT = { has_variable = plague_war_timer } - } - immediate = { - set_variable = { - name = plague_war_timer - months = 12 - } - random_country = { - limit = { - has_variable = plague_originator - } - save_scope_as = plague_originator_country - } - random_scope_state = { - limit = { - is_incorporated = yes - has_modifier = plague_modifier - } - save_scope_as = plague_state - } - random_interest_group = { - limit = { - is_in_government = no - NOT = { has_modifier = plague_war } - leader = { - has_ideology = ideology_pacifist - } - } - save_scope_as = pacifist_ig - leader = { - save_scope_as = pacifist_leader - } - } - } - - cancellation_trigger = { - has_variable = spanish_flu_over - } - - option = { # gain turmoil - name = plague.7.a - default_option = yes - scope:plague_state = { - add_radicals = { - value = medium_radicals - } - } - scope:pacifist_ig = { - add_modifier = { - name = plague_war - months = 24 - } - } - } - option = { # propaganda and reassurance - name = plague.7.b - trigger = { - has_technology_researched = mass_propaganda - institution_investment_level = { - institution = institution_health_system - value >= 3 - } - } - highlighted_option = yes - scope:plague_state = { - add_radicals = { - value = small_radicals - } - } - scope:pacifist_ig = { - add_modifier = { - name = plague_war - months = 12 - } - } - } - option = { # censorship - name = plague.7.c - trigger = { - OR = { - has_law = law_type:law_censorship - has_law = law_type:law_outlawed_dissent - } - } - highlighted_option = yes - scope:plague_state = { - add_radicals = { - value = small_radicals - } - } - scope:pacifist_ig = { - add_modifier = { - name = plague_war - months = 12 - } - } - } -} - -# Poverty and evictions -plague.8 = { - type = country_event - placement = scope:plague_poverty_state - - title = plague.8.t - desc = plague.8.d - flavor = plague.8.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - any_scope_state = { - is_incorporated = yes - has_modifier = plague_modifier - OR = { - has_modifier = plague_lockdown_mod - has_modifier = plague_measures_mod - } - state_unemployment_rate >= 0.2 - } - NOT = { has_variable = plague_poverty_timer } - } - - immediate = { - set_variable = { - name = plague_poverty_timer - months = 12 - } - random_country = { - limit = { - has_variable = plague_originator - } - save_scope_as = plague_originator_country - } - random_scope_state = { - limit = { - is_incorporated = yes - has_modifier = plague_modifier - OR = { - has_modifier = plague_lockdown_mod - has_modifier = plague_measures_mod - } - state_unemployment_rate >= 0.2 - } - save_scope_as = plague_poverty_state - } - ig:ig_landowners = { - save_scope_as = landowner_ig - } - } - - cancellation_trigger = { - has_variable = spanish_flu_over - } - - option = { # rent freeze and eviction ban - name = plague.8.a - scope:landowner_ig = { - add_modifier = { - name = plague_eviction_ban - months = 12 - } - } - if = { - limit = { - any_interest_group = { - leader = { - has_ideology = ideology_anarchist - } - } - } - every_interest_group = { - limit = { - has_ideology = ideology_anarchist - } - add_modifier = plague_eviction_ban_anarchist - } - } - } - - option = { # Rely on social security - name = plague.8.b - trigger = { - institution_investment_level = { - institution = institution_social_security - value = 3 - } - } - highlighted_option = yes - add_modifier = { - name = plague_welfare_cost - months = 12 - } - if = { - limit = { - any_interest_group = { - leader = { - OR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_social_democrat - } - } - } - } - every_interest_group = { - limit = { - leader = { - OR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_social_democrat - } - } - } - add_modifier = { - name = plague_welfare_reliance - months = 12 - } - } - } - } - option = { # We don't care about poor people - name = plague.8.c - default_option = yes - scope:plague_poverty_state = { - add_radicals = { - value = medium_radicals - strata = poor - } - } - if = { - limit = { - any_interest_group = { - leader = { - OR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_social_democrat - has_ideology = ideology_anarchist - } - } - } - } - every_interest_group = { - limit = { - leader = { - OR = { - has_ideology = ideology_vanguardist - has_ideology = ideology_communist - has_ideology = ideology_social_democrat - has_ideology = ideology_anarchist - } - } - } - add_modifier = { - name = plague_no_poverty_measures - months = 12 - } - } - } - } -} - -# Resistance to anti-plague measures -plague.9 = { - type = country_event - placement = ROOT - - title = plague.9.t - desc = plague.9.d - flavor = plague.9.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - OR = { - has_variable = plague_lockdown - has_variable = plague_measures - } - any_scope_state = { - has_modifier = plague_modifier - OR = { - has_modifier = plague_lockdown_mod - has_modifier = plague_measures_mod - } - is_incorporated = yes - } - any_interest_group = { - has_ideology = ideology_laissez_faire - is_in_government = no - } - NOT = { has_variable = plague_antimask_timer } - } - - immediate = { - set_variable = { - name = plague_antimask_timer - months = 12 - } - random_country = { - limit = { - has_variable = plague_originator - } - save_scope_as = plague_originator_country - } - random_interest_group = { - limit = { - has_ideology = ideology_laissez_faire - is_in_government = no - } - save_scope_as = anti_mask_ig - leader = { - save_scope_as = anti_mask_ig_leader - } - } - } - - cancellation_trigger = { - has_variable = spanish_flu_over - } - - option = { # Ignore their demands - name = plague.9.a - default_option = yes - scope:anti_mask_ig = { - add_modifier = { - name = anti_mask_ignored - months = 12 - } - } - } - option = { # Cave in to demands - name = plague.9.b - custom_tooltip = plague_no_response.tt # states will always get more waves - remove_variable = plague_measures - remove_variable = plague_lockdown - every_scope_state = { - limit = { - OR = { - has_modifier = plague_lockdown_mod - has_modifier = plague_measures_mod - } - } - remove_modifier = plague_lockdown_mod - remove_modifier = plague_measures_mod - } - scope:anti_mask_ig = { - add_modifier = { - name = anti_mask_appeased - months = 12 - } - } - set_variable = { - name = plague_response_cooldown - days = 182 - } - } - option = { # Discredit their movement with science - name = plague.9.c - trigger = { - has_technology_researched = modern_nursing - institution_investment_level = { - institution = institution_health_system - value >= 3 - } - } - highlighted_option = yes - scope:anti_mask_ig = { - add_modifier = { - name = anti_mask_discredited - months = 12 - } - } - } -} - - - -# hidden event to check if the state gets hit by another wave - has to be a separate event since regular effects cannot be run after a delay -plague.100 = { - type = state_event - placement = ROOT - - title = plague.3.t - desc = plague.3.d - flavor = plague.3.f - - hidden = yes - - duration = 1 - - trigger = { - # triggered in scripted effect - exists = var:plague_wave - var:plague_wave < 5 - } - - immediate = { - check_the_next_wave = yes - } -} - -# hidden event allowing the plague to spread to another country -plague.200 = { - type = country_event - placement = ROOT - - title = plague.3.t - desc = plague.3.d - flavor = plague.3.f - - hidden = yes - - duration = 1 - - trigger = { - OR = { - any_scope_state = { - has_modifier = plague_modifier - any_neighbouring_state = { - NOT = { has_variable = state_hit_by_plague } - owner = { - NOT = { - has_journal_entry = je_spanish_flu - } - } - } - } - any_country = { - NOT = { THIS = ROOT } - market = root.market - NOT = { - has_journal_entry = je_spanish_flu - } - } - } - } - - immediate = { - if = { - limit = { - any_scope_state = { - has_modifier = plague_modifier - any_neighbouring_state = { - NOT = { - has_modifier = plague_modifier - } - owner = { - NOT = { - has_journal_entry = je_spanish_flu - } - } - } - } - } - random_scope_state = { - limit = { - has_modifier = plague_modifier - any_neighbouring_state = { - NOT = { - has_modifier = plague_modifier - } - owner = { - NOT = { - has_journal_entry = je_spanish_flu - } - } - } - } - random_neighbouring_state = { - limit = { - NOR = { - has_modifier = plague_modifier - has_variable = state_hit_by_plague - } - owner = { - NOT = { - has_journal_entry = je_spanish_flu - } - } - } - set_variable = { - name = plague_international_spread_var - } - owner = { - trigger_event = { id = plague.2 } - } - } - } - } - else = { - random_country = { - limit = { - NOT = { THIS = ROOT } - market = root.market - NOT = { - has_journal_entry = je_spanish_flu - } - } - if = { - limit = { - any_scope_state = { - has_building = building_trade_center - } - } - random_scope_state = { - limit = { - has_building = building_trade_center - } - set_variable = { - name = plague_international_spread_var - } - } - } - else_if = { - limit = { - any_scope_state = { - has_building = building_port - } - } - random_scope_state = { - limit = { - has_building = building_port - } - set_variable = { - name = plague_international_spread_var - } - } - } - else = { - capital = { - set_variable = { - name = plague_international_spread_var - } - } - } - trigger_event = { id = plague.2 } - } - } - } -} \ No newline at end of file diff --git a/events/standard_of_living_events.txt b/events/standard_of_living_events.txt deleted file mode 100644 index 0abc9967..00000000 --- a/events/standard_of_living_events.txt +++ /dev/null @@ -1,652 +0,0 @@ -namespace = sol_events - -sol_events.1 = { #people are poor - type = country_event - placement = scope:slums_state - - title = sol_events.1.t - desc = sol_events.1.d - flavor = sol_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_rich_and_poor.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/rich_and_poor" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - #triggered by journal entry - any_scope_state = { - is_capital = yes - any_scope_pop = { - standard_of_living < 10 - } - } - NOR = { - has_modifier = supports_sol_improvements_modifier - has_modifier = disapproves_of_poverty_dismissed_modifier - } - } - - immediate = { - random_scope_state = { - limit = { - is_capital = yes - any_scope_pop = { - standard_of_living < 10 - } - } - save_scope_as = slums_state - random_scope_pop = { - limit = { - standard_of_living < 10 - } - save_scope_as = begging_woman_scope - } - } - } - - option = { #yes - name = sol_events.1.a - default_option = yes - add_modifier = { - name = poverty_relief_modifier - months = short_modifier_time - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_health_system - value < neutral - } - } - add_modifier = { - name = supports_sol_improvements_modifier - months = normal_modifier_time - } - } - } - - option = { #no - name = sol_events.1.b - set_variable = { - name = dismissed_poverty_variable - months = normal_modifier_time - } - scope:slums_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_health_system - value < neutral - } - } - add_modifier = { - name = disapproves_of_poverty_dismissed_modifier - months = normal_modifier_time - } - } - } - - option = { #send the police - she's a martyr now - name = sol_events.1.c - set_variable = { - name = begging_woman_martyr_variable - months = normal_modifier_time - } - scope:slums_state = { - add_radicals = { - strata = poor - value = large_radicals - } - } - ig:ig_armed_forces = { - add_modifier = { - name = repressed_sol_protestor_modifier - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - OR = { - law_stance = { - law = law_type:law_militarized_police - value < neutral - } - law_stance = { - law = law_type:law_dedicated_police - value < neutral - } - law_stance = { - law = law_type:law_local_police - value < neutral - } - } - } - add_modifier = { - name = disapproves_of_repression_modifier - months = normal_modifier_time - } - } - } -} - -sol_events.2 = { #people are less poor - type = country_event - placement = scope:slums_state - - title = sol_events.2.t - desc = sol_events.2.desc - flavor = sol_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by journal entry - } - - immediate = { - } - - option = { #reward 1: loyalty - name = sol_events.2.a - default_option = yes - capital = { - add_modifier = { - name = sol_increased_modifier - months = normal_modifier_time - } - } - if = { - limit = { - any_scope_state = { - is_incorporated = yes - owner = ROOT - is_capital = no - } - } - random_scope_state = { - limit = { - is_incorporated = yes - owner = ROOT - is_capital = no - } - set_variable = sol_state_1 - add_modifier = { - name = sol_increased_modifier - months = normal_modifier_time - } - } - } - if = { - limit = { - any_scope_state = { - is_incorporated = yes - owner = ROOT - is_capital = no - NOT = { has_variable = sol_state_1 } - } - } - random_scope_state = { - limit = { - is_incorporated = yes - owner = ROOT - is_capital = no - NOT = { has_variable = sol_state_1 } - } - add_modifier = { - name = sol_increased_modifier - months = normal_modifier_time - } - } - } - } - - option = { #reward 2: bureaucracy cost - name = sol_events.2.b - add_modifier = { - name = sol_institution_modifier - months = normal_modifier_time - } - } - - option = { #we're fine - name = sol_events.2.c - if = { - limit = { - any_interest_group = { - leader = { - OR = { - has_ideology = ideology_radical - has_ideology = ideology_reformer - has_ideology = ideology_communist - has_ideology = ideology_social_democrat - } - } - } - } - every_interest_group = { - limit = { - leader = { - OR = { - has_ideology = ideology_radical - has_ideology = ideology_reformer - has_ideology = ideology_communist - has_ideology = ideology_social_democrat - } - } - } - add_modifier = { - name = sol_improved_modifier - months = normal_modifier_time - } - } - } - } -} - -sol_events.3 = { #church wants to help - type = country_event - placement = scope:slums_state - - title = sol_events.3.t - desc = sol_events.3.d - flavor = sol_events.3.f - - duration = 3 - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/christianity" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by journal entry - NOT = { has_variable = church_sol_variable } - } - - immediate = { - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = slums_state - } - set_variable = { - name = church_sol_variable - months = normal_modifier_time - } - ig:ig_devout = { - save_scope_as = ig_devout - } - } - - option = { #yes - name = sol_events.3.a - default_option = yes - ig:ig_devout = { - add_modifier = { - name = charitable_slums_modifier - months = normal_modifier_time - } - } - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = bad_charitable_slums_modifier - months = normal_modifier_time - } - } - add_modifier = { - name = charity_slums_modifier - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - scope:slums_state = { - add_modifier = { - name = charitable_slums_state_modifier - months = normal_modifier_time - } - } - } - - option = { #no - name = sol_events.3.b - ig:ig_devout = { - add_modifier = { - name = rejected_charitable_slums_modifier - months = normal_modifier_time - } - } - scope:slums_state = { - add_modifier = { - name = rejected_charitable_slums_state_modifier - months = normal_modifier_time - } - } - } -} - -sol_events.4 = { #people sleeping on the stairs - type = country_event - placement = scope:slums_state - - title = sol_events.4.t - desc = sol_events.4.d - flavor = sol_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_factory_closed.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/factory_closed" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by journal entry - NOT = { has_variable = stairs_sol_variable } - } - - immediate = { - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = slums_state - } - set_variable = { - name = stairs_sol_variable - months = normal_modifier_time - } - } - - option = { #build more houses - name = sol_events.4.a - default_option = yes - ig:ig_industrialists = { - add_modifier = { - name = slums_housing_opposed_modifier - months = normal_modifier_time - } - } - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = slums_housing_opposed_modifier - months = normal_modifier_time - } - } - scope:slums_state = { - add_modifier = { - name = slums_housing_modifier - months = normal_modifier_time - } - } - } - - option = { #no - name = sol_events.4.b - ig:ig_intelligentsia = { - add_modifier = { - name = slums_housing_rejected_modifier - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = slums_housing_rejected_modifier - months = normal_modifier_time - } - } - } -} - -sol_events.5 = { #article about slums - type = country_event - placement = scope:slums_state - - title = sol_events.5.t - desc = sol_events.5.d - flavor = sol_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by journal entry - NOT = { has_variable = article_sol_variable } - has_technology_researched = modern_sewerage - } - - immediate = { - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = slums_state - } - set_variable = { - name = article_sol_variable - months = normal_modifier_time - } - } - - option = { #approve drainage levels - name = sol_events.5.a - default_option = yes - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_health_system - value < neutral - } - } - add_modifier = { - name = approves_of_drainage_modifier - months = normal_modifier_time - } - } - scope:slums_state = { - add_modifier = { - name = better_drainage_levels_modifier - months = normal_modifier_time - } - } - add_modifier = { - name = drainage_levels_cost_modifier - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - } - - option = { #look the other way - name = sol_events.5.b - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_no_health_system - value > neutral - } - } - add_modifier = { - name = approves_of_ignoring_drainage_modifier - months = normal_modifier_time - } - } - scope:slums_state = { - add_modifier = { - name = bad_drainage_levels_modifier - months = short_modifier_time - } - add_radicals = { - strata = poor - value = medium_radicals - } - } - } -} - -sol_events.6 = { #bread riots - type = country_event - placement = scope:slums_state - - title = sol_events.6.t - desc = sol_events.6.d - flavor = sol_events.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - #triggered by journal entry - NOT = { has_variable = bread_riots_variable } - } - - immediate = { - random_scope_state = { - limit = { - is_capital = yes - } - save_scope_as = slums_state - } - set_variable = { - name = bread_riots_variable - months = normal_modifier_time - } - } - - option = { #give them food - name = sol_events.6.a - default_option = yes - add_modifier = { - name = starvation_palliative_modifier - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - scope:slums_state = { - add_modifier = { - name = bread_riots_modifier - months = normal_modifier_time - } - } - } - - option = { #no - name = sol_events.6.b - scope:slums_state = { - add_radicals = { - strata = poor - value = medium_radicals - } - } - } -} diff --git a/events/strike_events.txt b/events/strike_events.txt deleted file mode 100644 index 0330dc06..00000000 --- a/events/strike_events.txt +++ /dev/null @@ -1,726 +0,0 @@ -namespace = strike - -# Strike! -strike.1 = { - type = country_event - placement = scope:strike_state - - title = strike.1.t - desc = strike.1.d - flavor = strike.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_factory_accident.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/factory_accident" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - # triggered by je_strike_start - } - - immediate = { - ig:ig_trade_unions = { - save_scope_as = unions_ig - } - ig:ig_industrialists = { - save_scope_as = industrialist_ig - } - random_scope_state = { - limit = { - is_incorporated = yes - radical_fraction = { - value >= 0.2 - pop_type = laborers - } - any_scope_pop = { - is_pop_type = laborers - pop_is_discriminated = no - OR = { - pop_employment_building_group = bg_manufacturing - pop_employment_building_group = bg_mining - pop_employment_building_group = bg_private_infrastructure - } - } - } - save_scope_as = strike_state - random_scope_pop = { - limit = { - is_pop_type = laborers - standard_of_living < 15 - pop_is_discriminated = no - OR = { - pop_employment_building_group = bg_manufacturing - pop_employment_building_group = bg_mining - pop_employment_building_group = bg_private_infrastructure - } - } - save_scope_as = prime_strike_pop - workplace = { - save_scope_as = prime_strike_workplace - } - if = { - limit = { - pop_employment_building_group = bg_manufacturing - } - ROOT = { set_variable = industrial_strike } - } - else_if = { - limit = { - pop_employment_building_group = bg_mining - } - ROOT = { set_variable = mining_strike } - } - else_if = { - limit = { - pop_employment_building_group = bg_private_infrastructure - } - ROOT = { set_variable = railway_strike } - } - } - } - } - option = { # negotiate - name = strike.1.a - default_option = yes - set_variable = strike_negotiator - custom_tooltip = { - text = strike_negotiate_tooltip - trigger_event = { - id = strike.2 - days = 30 - } - } - scope:strike_state = { - strike_state_add_modifier_effect_strong = yes - } - } - option = { # break the strike - name = strike.1.b - set_variable = strike_breaker - trigger_event = { - id = strike.4 - days = 30 - } - scope:strike_state = { - strike_state_add_modifier_effect_strong = yes - } - } -} - -# Strike Negotiation -strike.2 = { - type = country_event - placement = scope:strike_state - - title = strike.2.t - desc = strike.2.desc - flavor = strike.2.flavor - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - } - immediate = { - random_scope_state = { - limit = { - state_has_strike_modifier_trigger = yes - } - save_scope_as = strike_state - } - } - option = { - name = strike.2.a - default_option = yes - trigger = { - NOT = { has_law = law_type:law_old_age_pension } - has_law = law_type:law_wage_subsidies - } - set_variable = strike_promised_pensions - custom_tooltip = pass_pensions_or_else - every_scope_state = { - strike_state_add_modifier_effect_weak = yes - } - } - option = { - name = strike.2.b - trigger = { - NOT = { has_law = law_type:law_wage_subsidies } - } - set_variable = strike_promised_wage_controls - custom_tooltip = pass_controls_or_else - strike_state_add_modifier_effect_weak = yes - } - option = { - name = strike.2.c - trigger = { - NOT = { has_law = law_type:law_regulatory_bodies } - } - set_variable = strike_promised_regulatory_bodies - custom_tooltip = pass_regulation_or_else - strike_state_add_modifier_effect_weak = yes - } - option = { - name = strike.2.d - trigger = { - has_law = law_type:law_regulatory_bodies - NOT = { has_law = law_type:law_worker_protections } - } - set_variable = strike_promised_worker_protections - custom_tooltip = pass_protections_or_else - strike_state_add_modifier_effect_weak = yes - } - option = { - name = strike.2.e - trigger = { - OR = { - has_law = law_type:law_regulatory_bodies - has_law = law_type:law_worker_protections - } - institution_investment_level = { - institution = institution_workplace_safety - value < 3 - } - } - set_variable = strike_safety_institution - custom_tooltip = pass_institution_or_else - strike_state_add_modifier_effect_weak = yes - } -} - -# escalation into a general strike if unions are strong and concerns are unaddressed -strike.3 = { - type = country_event - placement = ROOT - - title = strike.3.t - desc = { - first_valid = { - triggered_desc = { - desc = strike.3.d1 - trigger = { - has_variable = mining_strike - } - } - triggered_desc = { - desc = strike.3.d2 - trigger = { - has_variable = industrial_strike - } - } - triggered_desc = { - desc = strike.3.d3 - trigger = { - has_variable = railway_strike - } - } - } - } - flavor = strike.3.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - root.var:strike_timer_var >= 60 - NOT = { has_variable = general_strike_var } - } - immediate = { - set_variable = general_strike_var - save_scope_as = strike_country - random_scope_state = { - limit = { - state_has_strike_modifier_trigger = yes - } - save_scope_as = strike_state - } - } - option = { - name = strike.3.a - custom_tooltip = { - text = general_strike_effect_tt - every_scope_state = { - limit = { - is_incorporated = yes - state_has_strike_modifier_trigger = no - } - strike_state_add_modifier_effect_strong = yes - } - } - random_scope_state = { - limit = { - is_incorporated = yes - state_has_strike_modifier_trigger = no - } - strike_state_add_modifier_effect_strong = yes - } - } -} - -# Anti-strike measures -strike.4 = { - type = country_event - placement = scope:strike_state - - title = strike.4.t - desc = strike.4.d - flavor = strike.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_ruler_speaking_to_people.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - } - - immediate = { - random_scope_state = { - limit = { - state_has_strike_modifier_trigger = yes - } - save_scope_as = strike_state - } - } - - option = { # Police crackdown - name = strike.4.a - default_option = yes - trigger = { - OR = { - has_law = law_type:law_national_guard - has_law = law_type:law_militarized_police - } - } - set_variable = strike_police_crackdown_var - ig:ig_trade_unions = { - add_modifier = { - name = strike_suppression_unions - months = normal_modifier_time - } - } - ig:ig_industrialists = { - add_modifier = { - name = strike_suppression_industrialists - months = normal_modifier_time - } - } - scope:strike_state = { - add_modifier = { - name = strike_suppression - } - } - } - - option = { # Hire strikebreakers - name = strike.4.b - set_variable = strike_strikebreakers_var - scope:strike_state = { - if = { - limit = { - has_modifier = mining_strike_modifier - } - add_modifier = { - name = mining_scabs_modifier - } - } - else_if = { - limit = { - has_modifier = industrial_strike_modifier - } - add_modifier = { - name = industrial_scabs_modifier - } - } - else_if = { - limit = { - has_modifier = railway_strike_modifier - } - add_modifier = { - name = railway_scabs_modifier - } - } - } - ig:ig_trade_unions = { - add_modifier = { - name = strike_suppression_unions - months = normal_modifier_time - } - } - ig:ig_industrialists = { - add_modifier = { - name = strike_suppression_industrialists - months = normal_modifier_time - } - } - } -} - - -# trade unions gain popularity while you are implementing a promise -strike.5 = { - type = country_event - placement = scope:strike_state - - title = strike.5.t - desc = strike.5.d - flavor = strike.5.f - - duration = 3 - - gui_window = event_window_1char_tabloid - - left_icon = scope:union_ig_leader_scope - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - OR = { - AND = { - has_variable = strike_promised_pensions - is_enacting_law = law_type:law_old_age_pension - } - AND = { - has_variable = strike_promised_wage_controls - is_enacting_law = law_type:law_wage_subsidies - } - AND = { - has_variable = strike_promised_regulatory_bodies - is_enacting_law = law_type:law_regulatory_bodies - } - AND = { - has_variable = strike_promised_worker_protections - expanding_institution = institution_workplace_safety - } - } - ig:ig_trade_unions = { - NOT = { - has_modifier = successful_strike_action - } - } - } - immediate = { - random_scope_state = { - limit = { - state_has_strike_modifier_trigger = yes - } - save_scope_as = strike_state - } - ig:ig_trade_unions = { - save_scope_as = union_ig_scope - leader = { - save_scope_as = union_ig_leader_scope - } - } - } - option = { - name = strike.5.a - ig:ig_trade_unions = { - add_modifier = { - name = successful_strike_action - months = normal_modifier_time - } - } - } -} - - -# police brutality against strikers if police action -strike.6 = { - type = country_event - placement = scope:strike_state - - title = strike.6.t - desc = strike.6.d - flavor = strike.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/africa_soldiers_breaking_protest.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - has_variable = strike_police_crackdown_var - ig:ig_trade_unions = { - NOT = { has_modifier = police_anti_strike_disapproval } - } - any_scope_state = { - state_has_strike_modifier_trigger = yes - } - } - immediate = { - random_scope_state = { - limit = { - state_has_strike_modifier_trigger = yes - } - save_scope_as = strike_state - } - ig:ig_trade_unions = { - save_scope_as = union_ig_scope - leader = { - save_scope_as = union_ig_leader_scope - } - } - random_interest_group = { - limit = { - law_stance = { - law = law_type:law_militarized_police - value > neutral - } - } - save_scope_as = reactionary_ig - leader = { - save_scope_as = reactionary_ig_leader - } - } - } - option = { - name = strike.6.a - scope:reactionary_ig = { - add_modifier = { - name = police_anti_strike_approval - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = police_anti_strike_disapproval - months = normal_modifier_time - } - } - scope:strike_state = { - add_loyalists = { - value = 0.1 - pop_type = laborers - } - add_loyalists = { - value = 0.1 - pop_type = machinists - } - } - } -} - -# unions lose popularity if promoting strikbreaking -strike.7 = { - type = country_event - placement = scope:strike_state - - title = strike.7.t - desc = strike.7.d - flavor = strike.7.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_political_extremism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/political_extremism" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - has_variable = strike_police_crackdown_var - NOT = { - ig:ig_industrialists = { - has_modifier = industrialists_anti_union - } - } - any_scope_state = { - state_has_strike_modifier_trigger = yes - } - } - immediate = { - random_scope_state = { - limit = { - state_has_strike_modifier_trigger = yes - } - save_scope_as = strike_state - } - ig:ig_trade_unions = { - save_scope_as = union_ig_scope - leader = { - save_scope_as = union_ig_leader_scope - } - } - ig:ig_industrialists = { - save_scope_as = industrialist_ig - leader = { - save_scope_as = industrialist_ig_leader - } - } - } - option = { - name = strike.7.a - ig:ig_industrialists = { - add_modifier = { - name = industrialists_anti_union - months = normal_modifier_time - } - } - ig:ig_trade_unions = { - add_modifier = { - name = unions_strikebreakers_attraction - months = normal_modifier_time - } - } - } -} - -# Conclusion event: Strikers appeased -strike.8 = { - type = country_event - placement = root - - title = strike.8.t - desc = strike.8.d - flavor = strike.8.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - trigger = { - } - - immediate = { - strike_end_effect = yes - } - option = { # Keep negotiating with unions - name = strike.8.a - default_option = yes - ig:ig_trade_unions = { - add_modifier = { - name = strike_successful_unions - months = normal_modifier_time - } - } - add_loyalists = { - value = 0.2 - pop_type = laborers - } - add_loyalists = { - value = 0.2 - pop_type = machinists - } - } - option = { # Celebrate a better future for workers - name = strike.8.b - ig:ig_trade_unions = { - add_modifier = { - name = strike_successful_unions_opinion - months = normal_modifier_time - } - } - add_loyalists = { - value = 0.2 - pop_type = laborers - } - add_loyalists = { - value = 0.2 - pop_type = machinists - } - } -} - -# Conclusion event: Strikers crushed -strike.9 = { - type = country_event - placement = root - - title = strike.9.t - desc = strike.9.d - flavor = strike.9.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/asia_union_leader.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/union_leader" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - } - immediate = { - strike_end_effect = yes - } - option = { - name = strike.9.a - default_option = yes - ig:ig_industrialists = { - add_modifier = { - name = strike_successful_industrialists - months = normal_modifier_time - } - } - add_modifier = { - name = strike_suppression_reward - months = normal_modifier_time - } - } - option = { - name = strike.9.b - ig:ig_industrialists = { - add_modifier = { - name = strike_successful_industrialists - months = normal_modifier_time - } - } - ig:ig_industrialists = { - add_modifier = { - name = strike_weak_unions - months = normal_modifier_time - } - } - } -} diff --git a/events/suffragist_events.txt b/events/suffragist_events.txt deleted file mode 100644 index 682e0b29..00000000 --- a/events/suffragist_events.txt +++ /dev/null @@ -1,1211 +0,0 @@ -namespace = suffragist_events - -# Suffragist Protest -suffragist_events.1 = { - type = country_event - placement = root - - title = suffragist_events.1.t - desc = suffragist_events.1.d - flavor = suffragist_events.1.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - NOT = { has_variable = suffrage_cooldown } - any_interest_group = { - leader = { has_ideology = ideology_feminist } - } - NOT = { has_law = law_type:law_womens_suffrage } - OR = { - has_law = law_type:law_landed_voting - has_law = law_type:law_wealth_voting - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { - any_interest_group = { - OR = { - has_modifier = successful_protest - has_modifier = arrested_protesters - } - } - } - } - - immediate = { - set_variable = { - name = suffrage_cooldown - months = short_modifier_time - } - random_scope_character = { - limit = { - this = interest_group.leader - has_ideology = ideology_feminist - } - save_scope_as = suffragist_leader - } - } - - option = { - name = suffragist_events.1.a - - every_interest_group = { - limit = { - leader = { has_ideology = ideology_feminist } - } - add_modifier = { - name = successful_protest - months = normal_modifier_time - } - } - } - - option = { - name = suffragist_events.1.b - default_option = yes - - every_interest_group = { - limit = { - leader = { has_ideology = ideology_feminist } - } - add_modifier = { - name = arrested_protesters - months = normal_modifier_time - } - } - } -} - -# Suffragists speak in parliament -suffragist_events.2 = { - type = country_event - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - placement = root - - title = suffragist_events.2.t - desc = suffragist_events.2.d - flavor = suffragist_events.2.f - - duration = 3 - - trigger = { - NOT = { has_variable = suffrage_cooldown } - any_interest_group = { - leader = { - has_ideology = ideology_feminist - is_female = yes - } - } - any_interest_group = { - is_in_government = yes - law_stance = { - law = law_type:law_womens_suffrage - value < neutral - } - } - NOT = { has_law = law_type:law_womens_suffrage } - OR = { - has_law = law_type:law_landed_voting - has_law = law_type:law_wealth_voting - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { - any_interest_group = { - OR = { - has_modifier = parliament_speech - has_modifier = dismissed_suffragists - } - } - } - } - - #weight_multiplier = { - # base = 1 - # if = { - # limit = { - # any_interest_group = { - # has_modifier = successful_protest - # } - # } - # multiply = 2 - # } - #} - - immediate = { - set_variable = { - name = suffrage_cooldown - months = short_modifier_time - } - random_scope_character = { - limit = { - this = interest_group.leader - has_ideology = ideology_feminist - is_female = yes - } - save_scope_as = suffragist_leader - } - - random_interest_group = { - limit = { - is_in_government = yes - law_stance = { - law = law_type:law_womens_suffrage - value < neutral - } - } - leader = { - save_scope_as = anti_feminist_leader - } - } - } - - option = { - name = suffragist_events.2.a - scope:suffragist_leader.interest_group = { - add_modifier = { - name = parliament_speech - months = normal_modifier_time - } - } - scope:anti_feminist_leader.interest_group = { - add_modifier = { - name = suffragist_speech - months = normal_modifier_time - } - } - } - - option = { - name = suffragist_events.2.b - default_option = yes - - scope:suffragist_leader.interest_group = { - add_modifier = { - name = dismissed_suffragists - months = normal_modifier_time - } - } - scope:anti_feminist_leader.interest_group = { - add_modifier = { - name = dismissed_suffragists - multiplier = -1 - months = normal_modifier_time - } - } - } -} - -# Arson Attack -suffragist_events.3 = { - type = country_event - event_image = { - video = "gfx/event_pictures/unspecific_fire.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/destruction" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - event_image = { - video = "gfx/event_pictures/.bk2" - } - - placement = root - - title = suffragist_events.3.t - desc = suffragist_events.3.d - flavor = suffragist_events.3.f - - duration = 3 - - trigger = { - NOT = { has_variable = suffrage_cooldown } - any_interest_group = { - leader = { has_ideology = ideology_feminist } - ig_approval <= unhappy - NOT = { has_modifier = leader_imprisoned } - } - any_interest_group = { - is_in_government = yes - law_stance = { - law = law_type:law_womens_suffrage - value < neutral - } - } - NOT = { has_law = law_type:law_womens_suffrage } - OR = { - has_law = law_type:law_landed_voting - has_law = law_type:law_wealth_voting - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { - any_interest_group = { - OR = { - has_modifier = leader_imprisoned - has_modifier = suffragist_leader_not_arrested - } - } - } - } - - #weight_multiplier = { - # base = 1 - # if = { - # limit = { - # any_interest_group = { - # has_modifier = arrested_protesters - # } - # } - # multiply = 2 - # } - #} - - immediate = { - set_variable = { - name = suffrage_cooldown - months = short_modifier_time - } - random_scope_character = { - limit = { - this = interest_group.leader - has_ideology = ideology_feminist - interest_group = { - ig_approval <= unhappy - } - } - save_scope_as = militant_suffragist_leader - } - - random_interest_group = { - limit = { - is_in_government = yes - law_stance = { - law = law_type:law_womens_suffrage - value < neutral - } - } - leader = { - save_scope_as = anti_feminist_leader - } - } - } - - option = { - name = suffragist_events.3.a - custom_tooltip = suffragist_events.3.a.tt - scope:militant_suffragist_leader.interest_group = { - add_modifier = { - name = leader_imprisoned - years = 3 - } - } - } - - option = { - name = suffragist_events.3.b - default_option = yes - scope:anti_feminist_leader.interest_group = { - add_modifier = { - name = suffragist_leader_not_arrested - months = normal_modifier_time - } - } - } -} - -# Protester Killed -suffragist_events.4 = { - type = country_event - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - placement = root - - title = suffragist_events.4.t - desc = suffragist_events.4.d - flavor = suffragist_events.4.f - - duration = 3 - - trigger = { - NOT = { has_variable = suffrage_cooldown } - any_interest_group = { - leader = { - has_ideology = ideology_feminist - is_ruler = no - } - NOT = { root.ruler.interest_group = this } - is_in_government = no - } - NOT = { has_law = law_type:law_womens_suffrage } - OR = { - has_law = law_type:law_landed_voting - has_law = law_type:law_wealth_voting - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { - any_interest_group = { - OR = { - has_modifier = martyr_for_the_cause - has_modifier = protester_death_disregarded - } - } - } - } - - immediate = { - set_variable = { - name = suffrage_cooldown - months = short_modifier_time - } - random_interest_group = { - limit = { - leader = { - has_ideology = ideology_feminist - is_ruler = no - } - NOT = { root.ruler.interest_group = this } - is_in_government = no - } - save_scope_as = suffragist_ig - } - } - - option = { - name = suffragist_events.4.a - scope:suffragist_ig = { - add_modifier = { - name = martyr_for_the_cause - months = normal_modifier_time - } - } - ruler.interest_group = { - add_modifier = { - name = blamed_for_protester_death - months = normal_modifier_time - } - } - } - - option = { - name = suffragist_events.4.b - default_option = yes - scope:suffragist_ig = { - add_modifier = { - name = protester_death_disregarded - months = normal_modifier_time - } - } - ruler.interest_group = { - add_modifier = { - name = absolved_of_responsibility - months = normal_modifier_time - } - } - } -} - -# Hunger Strikes -suffragist_events.5 = { - type = country_event - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - placement = root - - title = suffragist_events.5.t - desc = suffragist_events.5.d - flavor = suffragist_events.5.f - - duration = 3 - - trigger = { - NOT = { has_variable = suffrage_cooldown } - any_interest_group = { - leader = { - has_ideology = ideology_feminist - } - OR = { - has_modifier = arrested_protesters - has_modifier = leader_imprisoned - } - } - NOT = { has_law = law_type:law_womens_suffrage } - OR = { - has_law = law_type:law_landed_voting - has_law = law_type:law_wealth_voting - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { - any_interest_group = { - OR = { - has_modifier = force_feeding_hunger_strikers - has_modifier = released_suffragist_prisoners - } - } - } - } - - immediate = { - set_variable = { - name = suffrage_cooldown - months = short_modifier_time - } - } - - option = { - name = suffragist_events.5.a - - every_interest_group = { - limit = { - leader = { has_ideology = ideology_feminist } - } - add_modifier = { - name = force_feeding_hunger_strikers - months = normal_modifier_time - } - } - add_radicals = { - strata = middle - value = medium_radicals - } - } - - option = { - name = suffragist_events.5.b - default_option = yes - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_womens_suffrage - value < neutral - } - } - add_modifier = { - name = released_suffragist_prisoners - months = normal_modifier_time - } - } - every_interest_group = { - limit = { - has_modifier = leader_imprisoned - } - remove_modifier = leader_imprisoned - custom_tooltip = suffragist_events.5.b.tt - } - trigger_event = { - id = suffragist_events.6 - days = 90 - } - } -} - -# Cat and Mouse Act -suffragist_events.6 = { - type = country_event - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - placement = root - - title = suffragist_events.6.t - desc = suffragist_events.6.d - flavor = suffragist_events.6.f - - duration = 3 - - option = { - name = suffragist_events.6.a - every_interest_group = { - limit = { - leader = { has_ideology = ideology_feminist } - } - add_modifier = { - name = cat_and_mouse_act - years = 3 - } - } - every_interest_group = { - limit = { - is_in_government = yes - } - add_modifier = { - name = upheld_cat_and_mouse_act - months = normal_modifier_time - } - } - } - - option = { - name = suffragist_events.6.b - default_option = yes - add_modifier = { - name = backtracked_on_law - years = 3 - } - } -} - -# Treatise on the Rights of Woman -suffragist_events.7 = { - type = country_event - - gui_window = event_window_1char_tabloid - left_icon = scope:suffragist_philosopher - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - placement = root - - title = suffragist_events.7.t - desc = suffragist_events.7.d - flavor = suffragist_events.7.f - - duration = 3 - - trigger = { - NOT = { has_variable = suffrage_cooldown } - ig:ig_intelligentsia = { - leader = { has_ideology = ideology_feminist } - } - NOT = { has_law = law_type:law_womens_suffrage } - OR = { - has_law = law_type:law_landed_voting - has_law = law_type:law_wealth_voting - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - NOT = { - any_interest_group = { - OR = { - leader = { - has_modifier = treatise_on_the_rights_of_women - } - has_modifier = treatise_banned - } - } - } - } - - immediate = { - set_variable = { - name = suffrage_cooldown - months = short_modifier_time - } - ig:ig_intelligentsia = { - leader = { - save_scope_as = suffragist_philosopher - } - } - } - - option = { - name = suffragist_events.7.a - default_option = yes - - scope:suffragist_philosopher = { - add_modifier = { - name = treatise_on_the_rights_of_women - months = normal_modifier_time - } - } - } - - option = { - name = suffragist_events.7.b - - trigger = { - OR = { - has_law = law_type:law_outlawed_dissent - has_law = law_type:law_censorship - } - } - - ig:ig_intelligentsia = { - add_modifier = { - name = treatise_banned - months = normal_modifier_time - } - } - } - - option = { - name = suffragist_events.7.c - - trigger = { - NAND = { - ig:ig_rural_folk = { - leader = { has_ideology = ideology_feminist } - } - ig:ig_trade_unions = { - leader = { has_ideology = ideology_feminist } - } - ig:ig_petty_bourgeoisie = { - leader = { has_ideology = ideology_feminist } - } - ig:ig_industrialists = { - leader = { has_ideology = ideology_feminist } - } - } - } - - random_list = { - 1 = { - modifier = { - if = { - limit = { - ig:ig_rural_folk = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_rural_folk = { leader = { set_ideology = ideology_feminist } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_trade_unions = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_trade_unions = { leader = { set_ideology = ideology_feminist } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_petty_bourgeoisie = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_petty_bourgeoisie = { leader = { set_ideology = ideology_feminist } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_industrialists = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_industrialists = { leader = { set_ideology = ideology_feminist } } - } - } - } -} - -# Feminist Convention -suffragist_events.8 = { - type = country_event - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - placement = root - - title = suffragist_events.8.t - desc = suffragist_events.8.d - flavor = suffragist_events.8.f - - duration = 3 - - trigger = { - NOT = { has_variable = suffrage_cooldown } - has_law = law_type:law_no_womens_rights - OR = { - has_law = law_type:law_census_voting - has_law = law_type:law_universal_suffrage - } - any_interest_group = { - leader = { has_ideology = ideology_reformer } - } - any_interest_group = { - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - NOR = { - leader = { has_ideology = ideology_reformer } - leader = { has_ideology = ideology_feminist } - } - } - } - - immediate = { - set_variable = { - name = suffrage_cooldown - months = short_modifier_time - } - } - - option = { - name = suffragist_events.8.a - random_list = { - 1 = { - modifier = { - if = { - limit = { - ig:ig_rural_folk = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_rural_folk = { leader = { set_ideology = ideology_feminist } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_trade_unions = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_trade_unions = { leader = { set_ideology = ideology_feminist } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_petty_bourgeoisie = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_petty_bourgeoisie = { leader = { set_ideology = ideology_feminist } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_industrialists = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_industrialists = { leader = { set_ideology = ideology_feminist } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_intelligentsia = { - leader = { has_ideology = ideology_feminist } - } - } - add = -1 - } - } - ig:ig_intelligentsia = { leader = { set_ideology = ideology_feminist } } - } - } - } - - option = { - name = suffragist_events.8.b - default_option = yes - - random_list = { - 1 = { - modifier = { - if = { - limit = { - ig:ig_rural_folk = { - leader = { has_ideology = ideology_reformer } - } - } - add = -1 - } - } - ig:ig_rural_folk = { leader = { set_ideology = ideology_reformer } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_trade_unions = { - leader = { has_ideology = ideology_reformer } - } - } - add = -1 - } - } - ig:ig_trade_unions = { leader = { set_ideology = ideology_reformer } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_petty_bourgeoisie = { - leader = { has_ideology = ideology_reformer } - } - } - add = -1 - } - } - ig:ig_petty_bourgeoisie = { leader = { set_ideology = ideology_reformer } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_industrialists = { - leader = { has_ideology = ideology_reformer } - } - } - add = -1 - } - } - ig:ig_industrialists = { leader = { set_ideology = ideology_reformer } } - } - 1 = { - modifier = { - if = { - limit = { - ig:ig_intelligentsia = { - leader = { has_ideology = ideology_reformer } - } - } - add = -1 - } - } - ig:ig_intelligentsia = { leader = { set_ideology = ideology_reformer } } - } - } - } -} - -# Votes for Women -suffragist_events.9 = { - type = country_event - event_image = { - video = "gfx/event_pictures/europenorthamerica_sufferage.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/sufferage" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - placement = root - - title = suffragist_events.9.t - desc = suffragist_events.9.d - flavor = suffragist_events.9.f - - duration = 3 - - immediate = { - if = { - limit = { - any_interest_group = { - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - is_marginal = no - NOT = { - leader = { has_ideology = ideology_feminist } - } - } - } - random_interest_group = { - limit = { - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - OR = { - is_marginal = no - is_in_government = yes - } - NOT = { - leader = { has_ideology = ideology_feminist } - } - } - save_scope_as = suffragist_ig - } - create_character = { - #role = politician # Remove this line - ig_leader = yes - interest_group = scope:suffragist_ig - female = yes - ideology = ideology_feminist - } - } - else = { - random_interest_group = { - limit = { - leader = { has_ideology = ideology_feminist } - } - save_scope_as = suffragist_ig - } - } - } - - option = { - name = suffragist_events.9.a - scope:suffragist_ig.leader = { - add_modifier = { - name = suffragist_trailblazer - months = normal_modifier_time - } - } - if = { - limit = { - any_interest_group = { - is_in_government = yes - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - NOT = { - leader = { has_ideology = ideology_feminist } - } - } - } - random_interest_group = { - limit = { - is_in_government = yes - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - NOT = { - leader = { has_ideology = ideology_feminist } - } - } - leader = { set_ideology = ideology_feminist } - } - } - } - - option = { - name = suffragist_events.9.b - default_option = yes - scope:suffragist_ig.leader = { - add_modifier = { - name = suffragist_trailblazer - months = normal_modifier_time - } - } - if = { - limit = { - any_interest_group = { - is_in_government = no - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - is_marginal = no - NOT = { - leader = { has_ideology = ideology_feminist } - } - } - } - random_interest_group = { - limit = { - is_in_government = no - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - is_marginal = no - NOT = { - leader = { has_ideology = ideology_feminist } - } - } - leader = { set_ideology = ideology_feminist } - } - } - } -} - -suffragist_events.10 = { - type = country_event - event_image = { - video = "gfx/event_pictures/southamerica_election.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/election" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - placement = root - - title = suffragist_events.10.t - desc = suffragist_events.10.d - flavor = suffragist_events.10.f - - duration = 3 - - option = { - name = suffragist_events.10.a - trigger = { - ig:ig_trade_unions = { is_in_government = yes } - } - ig:ig_trade_unions = { - add_ideology = ideology_feminist_ig - } - } - - option = { - name = suffragist_events.10.b - trigger = { - ig:ig_intelligentsia = { is_in_government = yes } - } - ig:ig_intelligentsia = { - add_ideology = ideology_feminist_ig - } - } - - option = { - name = suffragist_events.10.c - trigger = { - any_interest_group = { - is_in_government = yes - has_ideology = ideology_patriarchal - } - } - random_interest_group = { - limit = { - is_in_government = yes - has_ideology = ideology_patriarchal - } - remove_ideology = ideology_patriarchal - add_ideology = ideology_patriarchal_suffrage - } - } - - option = { - name = suffragist_events.10.e - default_option = yes - - if = { - limit = { - any_interest_group = { - leader = { has_ideology = ideology_feminist } - } - } - every_interest_group = { - limit = { - leader = { has_ideology = ideology_feminist } - } - leader = { - add_modifier = { - name = successful_suffragist - months = normal_modifier_time - } - } - } - } - else = { - random_interest_group = { - limit = { - OR = { - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_intelligentsia - is_interest_group_type = ig_trade_unions - is_interest_group_type = ig_petty_bourgeoisie - is_interest_group_type = ig_industrialists - } - NOT = { - leader = { has_ideology = ideology_feminist } - } - } - leader = { set_ideology = ideology_feminist } - } - } - } -} \ No newline at end of file diff --git a/events/tanzimat_events.txt b/events/tanzimat_events.txt deleted file mode 100644 index 7cd160cb..00000000 --- a/events/tanzimat_events.txt +++ /dev/null @@ -1,1165 +0,0 @@ -namespace = tanzimat_events - -# Tax Farming -tanzimat_events.1 = { - type = country_event - placement = root - title = tanzimat_events.1.t - desc = tanzimat_events.1.d - flavor = tanzimat_events.1.f - - event_image = { - video = "gfx/event_pictures/asia_politician_parliament_motion.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/politician_parliament_motion" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - NOT = { - has_variable = tanzimat_taxfarm - } - AND = { - has_law = law_type:law_land_based_taxation - OR = { - is_enacting_law = law_type:law_per_capita_based_taxation - is_enacting_law = law_type:law_proportional_taxation - is_enacting_law = law_type:law_graduated_taxation - is_enacting_law = law_type:law_consumption_based_taxation - } - } - } - immediate = { - currently_enacting_law = { - save_scope_as = current_law_scope - } - ig:ig_landowners = { - save_scope_as = governors - } - set_variable = tanzimat_taxfarm - } - option = { # Abolish tax farming, but leave the governors in positions of power - name = tanzimat_events.1.a - default_option = yes - add_modifier = { - name = new_system_old_faces - months = very_long_modifier_time - } - add_enactment_modifier = { - name = governors_pleased - } - } - option = { # Leave the system in place - name = tanzimat_events.1.b - ig:ig_landowners = { - add_modifier = { - name = retained_taxation_rights - months = long_modifier_time - } - } - add_enactment_modifier = { - name = governors_satisfied - } - } - option = { # Fully abolish the system - name = tanzimat_events.1.c - add_modifier = { - name = iltizam_abolished - months = very_long_modifier_time - } - ig:ig_landowners = { - add_modifier = { - name = rescinded_taxation_rights - months = long_modifier_time - } - } - } -} -# Land Code Reform -tanzimat_events.2 = { - type = country_event - placement = root - title = tanzimat_events.2.t - desc = tanzimat_events.2.d - flavor = tanzimat_events.2.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - NOT = { - has_variable = tanzimat_landcode - } - has_law = law_type:law_traditionalism - OR = { - is_enacting_law = law_type:law_agrarianism - is_enacting_law = law_type:law_interventionism - is_enacting_law = law_type:law_laissez_faire - is_enacting_law = law_type:law_command_economy - } - } - immediate = { - ig:ig_landowners = { - save_scope_as = governors - } - set_variable = tanzimat_landcode - } - option = { # hybrid land code - name = tanzimat_events.2.a - default_option = yes - add_modifier = { - name = reformed_land_code - months = very_long_modifier_time - } - add_radicals = { - pop_type = peasants - value = medium_radicals - } - custom_tooltip = tanzimat.2.tt1 - set_variable = reformed_landcode - } - option = { # traditional land ownership - name = tanzimat_events.2.b - ig:ig_landowners = { - add_modifier = { - name = traditional_land_system_retained - months = normal_modifier_time - } - } - ig:ig_rural_folk = { - add_modifier = { - name = traditional_land_system_retained - months = normal_modifier_time - } - } - } - option = { # modern, european land code - name = tanzimat_events.2.c - add_modifier = { - name = modern_land_code - months = very_long_modifier_time - } - add_radicals = { - pop_type = peasants - value = large_radicals - } - custom_tooltip = tanzimat.2.tt1 - set_variable = reformed_landcode - } -} -# Islâhat Hatt-ı Hümâyûnu - equality under the law -tanzimat_events.4 = { - type = country_event - placement = root - title = tanzimat_events.4.t - desc = tanzimat_events.4.d - flavor = tanzimat_events.4.f - - event_image = { - video = "gfx/event_pictures/africa_leader_arguing.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/africa/leader_arguing" - - icon = "gfx/interface/icons/event_icons/event_scales.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - NOT = { - has_variable = tanzimat_minority_rights - } - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - religion = { - has_discrimination_trait = christian - } - } - has_law = law_type:law_hereditary_bureaucrats - OR = { - is_enacting_law = law_type:law_appointed_bureaucrats - is_enacting_law = law_type:law_elected_bureaucrats - } - } - immediate = { - set_variable = tanzimat_minority_rights - } - option = { - name = tanzimat_events.4.a - default_option = yes - add_modifier = { - name = equality_under_the_law - months = very_long_modifier_time - } - if = { - limit = { - any_scope_pop = { - religion = rel:sunni - } - } - add_radicals = { - religion = rel:sunni - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:orthodox - } - } - add_loyalists = { - religion = rel:orthodox - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:oriental_orthodox - } - } - add_loyalists = { - religion = rel:oriental_orthodox - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:catholic - } - } - add_loyalists = { - religion = rel:catholic - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:protestant - } - } - add_loyalists = { - religion = rel:protestant - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:jewish - } - } - add_loyalists = { - religion = rel:jewish - value = large_radicals - } - } - custom_tooltip = tanzimat.4.tt1 - } - option = { - name = tanzimat_events.4.b - add_modifier = { - name = promises_of_reform_ott - months = very_long_modifier_time - } - if = { - limit = { - any_scope_pop = { - religion = rel:sunni - } - } - add_radicals = { - religion = rel:sunni - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:orthodox - } - } - add_loyalists = { - religion = rel:orthodox - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:oriental_orthodox - } - } - add_loyalists = { - religion = rel:oriental_orthodox - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:catholic - } - } - add_loyalists = { - religion = rel:catholic - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:protestant - } - } - add_loyalists = { - religion = rel:protestant - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:jewish - } - } - add_loyalists = { - religion = rel:jewish - value = medium_radicals - } - } - custom_tooltip = tanzimat.4.tt1 - } - option = { - name = tanzimat_events.4.c - add_enactment_modifier = { - name = establishment_favours_reform - } - if = { - limit = { - any_scope_pop = { - religion = rel:sunni - } - } - add_loyalists = { - religion = rel:sunni - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:orthodox - } - } - add_radicals = { - religion = rel:orthodox - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:oriental_orthodox - } - } - add_radicals = { - religion = rel:oriental_orthodox - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:catholic - } - } - add_radicals = { - religion = rel:catholic - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:protestant - } - } - add_radicals = { - religion = rel:protestant - value = large_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:jewish - } - } - add_radicals = { - religion = rel:jewish - value = large_radicals - } - } - } -} -# Paranoia Event -tanzimat_events.5 = { - type = country_event - placement = scope:paranoia_state_scope - title = tanzimat_events.5.t - desc = tanzimat_events.5.d - flavor = tanzimat_events.5.f - - event_image = { - video = "gfx/event_pictures/middleeast_islam.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/islam" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - NOT = { - has_variable = tanzimat_cooldown - } - any_neighbouring_state = { - owner = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:protestant - } - country_rank >= rank_value:major_power - } - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - } - } - immediate = { - random_neighbouring_state = { - limit = { - owner = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:protestant - } - country_rank >= rank_value:major_power - } - } - owner = { save_scope_as = neighbor_country } - } - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - } - save_scope_as = paranoia_state_scope - set_variable = { - name = paranoia_state_var - days = 360 - } - random_scope_pop = { - limit = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - religion = { - save_scope_as = discriminated_religion_scope - } - } - } - set_variable = { - name = tanzimat_cooldown - months = short_modifier_time - } - } - option = { - name = tanzimat_events.5.a - default_option = yes - scope:paranoia_state_scope = { - add_radicals = { - value = large_radicals - religion = scope:discriminated_religion_scope - } - } - custom_tooltip = tanzimat.5.tt1 - hidden_effect = { - random_list = { - 75 = { - trigger_event = { - id = tanzimat_events.6 days = 60 - } - } - 25 = { - } - } - } - } - option = { - name = tanzimat_events.5.b - change_relations = { - country = scope:neighbor_country - value = -30 - } - change_infamy = 5 - scope:paranoia_state_scope = { - add_radicals = { - value = very_large_radicals - religion = scope:discriminated_religion_scope - } - } - custom_tooltip = tanzimat.5.tt2 - hidden_effect = { - random_list = { - 5 = { - trigger_event = { - id = tanzimat_events.6 days = 60 - } - } - 95 = { - } - } - } - } -} -# Mob Event -tanzimat_events.6 = { - type = country_event - placement = scope:mob_state_scope - title = tanzimat_events.6.t - desc = tanzimat_events.6.d - flavor = tanzimat_events.6.f - - event_image = { - video = "gfx/event_pictures/unspecific_vandalized_storefront.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/vandalized_storefront" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - NOT = { - any_scope_state = { - has_variable = mob_state_var - } - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - has_variable = paranoia_state_var - } - } - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - has_variable = paranoia_state_var - } - save_scope_as = mob_state_scope - set_variable = { - name = mob_state_var - } - rel:sunni = { - save_scope_as = mob_religion - } - random_scope_pop = { - limit = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - save_scope_as = mob_victim_pop_scope - culture = { save_scope_as = mob_victim_culture } - } - } - set_variable = { - name = tanzimat_cooldown - months = short_modifier_time - } - } - option = { - name = tanzimat_events.6.a - default_option = yes - add_modifier = { - name = mobilizing_the_militia - multiplier = money_amount_multiplier_very_small - months = short_modifier_time - } - scope:mob_state_scope = { - add_radicals = { - value = very_large_radicals - culture = scope:mob_victim_culture - } - add_radicals = { - value = large_radicals - religion = scope:mob_religion - } - } - custom_tooltip = tanzimat.6.tt1 - hidden_effect = { - random_list = { - 50 = { - trigger_event = { - id = tanzimat_events.7 days = 60 - } - } - 50 = { - trigger_event = { - id = tanzimat_events.8 days = 60 - } - } - } - } - } - option = { - name = tanzimat_events.6.b - add_modifier = { - name = deploying_the_army - multiplier = money_amount_multiplier_very_small - months = short_modifier_time - } - scope:mob_state_scope = { - add_radicals = { - value = large_radicals - culture = scope:mob_victim_culture - } - add_radicals = { - value = large_radicals - religion = scope:mob_religion - } - } - custom_tooltip = tanzimat.6.tt2 - hidden_effect = { - random_list = { - 20 = { - trigger_event = { - id = tanzimat_events.7 days = 60 - } - } - 80 = { - trigger_event = { - id = tanzimat_events.8 days = 60 - } - } - } - } - } - option = { - name = tanzimat_events.6.c - scope:mob_state_scope = { - add_radicals = { - value = very_large_radicals - culture = scope:mob_victim_culture - } - add_radicals = { - value = large_radicals - religion = scope:mob_religion - } - } - custom_tooltip = tanzimat.6.tt3 - hidden_effect = { - random_list = { - 80 = { - trigger_event = { - id = tanzimat_events.7 days = 60 - } - } - 20 = { - trigger_event = { - id = tanzimat_events.8 days = 60 - } - } - } - } - } -} -# Massacre Event -tanzimat_events.7 = { - type = country_event - placement = scope:massacre_state_scope - title = tanzimat_events.7.t - desc = tanzimat_events.7.d - flavor = tanzimat_events.7.f - - event_image = { - video = "gfx/event_pictures/middleeast_police_breaking_door.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/police_breaking_door" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - has_variable = mob_state_var - } - } - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - has_variable = mob_state_var - } - remove_variable = mob_state_var - save_scope_as = massacre_state_scope - rel:sunni = { save_scope_as = sunni_religion } - random_scope_pop = { - limit = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - religion = { - save_scope_as = massacre_victims - } - } - } - set_variable = { - name = tanzimat_cooldown - months = short_modifier_time - } - } - option = { # breaks up crowds by gunning down rioters - name = tanzimat_events.7.a - default_option = yes - create_incident = { - country = root - value = 20 - } - scope:massacre_state_scope = { - add_radicals = { - value = large_radicals - religion = rel:sunni - } - add_radicals = { - value = large_radicals - religion = scope:massacre_victims - } - } - } - option = { # let it peter out - name = tanzimat_events.7.b - scope:massacre_state_scope = { - add_radicals = { - value = very_large_radicals - religion = rel:sunni - } - add_radicals = { - value = medium_radicals - religion = scope:massacre_victims - } - } - } -} -# Order Restored Event -tanzimat_events.8 = { - type = country_event - placement = scope:orderrestored_state_scope - title = tanzimat_events.8.t - desc = tanzimat_events.8.d - flavor = tanzimat_events.8.f - - event_image = { - video = "gfx/event_pictures/middleeast_middleclass_cafe.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/middleclass_cafe" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - has_variable = mob_state_var - } - } - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - religion = rel:sunni - } - any_scope_pop = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - has_variable = mob_state_var - } - remove_variable = mob_state_var - save_scope_as = orderrestored_state_scope - random_scope_pop = { - limit = { - religion = rel:sunni - } - culture = { save_scope_as = orderrestored_pop_scope } - } - random_scope_pop = { - limit = { - OR = { - religion = rel:orthodox - religion = rel:catholic - religion = rel:oriental_orthodox - religion = rel:protestant - } - } - culture = { save_scope_as = orderrestored_victim_pop_scope } - } - } - set_variable = { - name = tanzimat_cooldown - months = short_modifier_time - } - } - option = { # situation is calming down - name = tanzimat_events.8.a - default_option = yes - add_loyalists = { - value = 0.10 - culture = scope:orderrestored_victim_pop_scope - } - add_loyalists = { - value = 0.05 - culture = scope:orderrestored_pop_scope - } - } -} -# Land registration resisted -tanzimat_events.9 = { - type = country_event - placement = scope:peasant_state - title = tanzimat_events.9.t - desc = tanzimat_events.9.d - flavor = tanzimat_events.9.f - - event_image = { - video = "gfx/event_pictures/europenorthamerica_russian_serfs.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/russian_serfs" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - duration = 3 - - trigger = { - has_variable = sick_man_var - has_variable = reformed_landcode - NOT = { - has_variable = tanzimat_cooldown - } - any_scope_state = { - is_incorporated = yes - any_scope_pop = { - is_pop_type = peasants - } - } - any_scope_character = { - OR = { - has_role = general - } - } - } - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_pop = { - is_pop_type = peasants - } - } - random_scope_pop = { - limit = { - is_pop_type = peasants - } - save_scope_as = peasant_pop_scope - } - save_scope_as = peasant_state - } - set_variable = { - name = tanzimat_cooldown - months = short_modifier_time - } - random_scope_character = { - limit = { - has_role = general - } - save_scope_as = peasant_smashing_general - } - } - - option = { - name = tanzimat_events.9.a - default_option = yes - scope:peasant_state = { - add_modifier = { - name = peasant_unrest - months = normal_modifier_time - multiplier = 0.5 - } - add_radicals = { - pop_type = peasants - value = medium_radicals - } - } - ig:ig_landowners = { - add_modifier = { - name = expanding_holdings - months = normal_modifier_time - } - } - } - option = { - name = tanzimat_events.9.b - scope:peasant_state = { - add_modifier = { - name = peasant_unrest - months = normal_modifier_time - multiplier = 0.25 - } - add_radicals = { - pop_type = peasants - value = large_radicals - } - } - } - option = { - name = tanzimat_events.9.c - scope:peasant_state = { - add_modifier = { - name = peasant_unrest - months = normal_modifier_time - } - } - } -} -# Drafting Dhimmis -tanzimat_events.10 = { - type = country_event - placement = root - title = tanzimat_events.10.t - desc = tanzimat_events.10.d - flavor = tanzimat_events.10.f - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - has_technology_researched = mandatory_service - has_variable = sick_man_var - NOT = { - has_variable = tanzimat_military_service - } - } - immediate = { - set_variable = tanzimat_military_service - } - option = { - name = tanzimat_events.10.a - default_option = yes - remove_modifier = cizye_tax - add_modifier = { - name = draft_exemption_tax - months = very_long_modifier_time - } - } - option = { - name = tanzimat_events.10.b - remove_modifier = cizye_tax - if = { - limit = { - any_scope_pop = { - religion = rel:orthodox - } - } - add_radicals = { - religion = rel:orthodox - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:oriental_orthodox - } - } - add_radicals = { - religion = rel:oriental_orthodox - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:catholic - } - } - add_radicals = { - religion = rel:catholic - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:protestant - } - } - add_radicals = { - religion = rel:protestant - value = medium_radicals - } - } - if = { - limit = { - any_scope_pop = { - religion = rel:jewish - } - } - add_radicals = { - religion = rel:jewish - value = medium_radicals - } - } - } -} \ No newline at end of file diff --git a/events/tech_events/aviation.txt b/events/tech_events/aviation.txt deleted file mode 100644 index 514e9b96..00000000 --- a/events/tech_events/aviation.txt +++ /dev/null @@ -1,94 +0,0 @@ -namespace = aviation - -aviation.1 = { - type = country_event - placement = ROOT - - title = aviation.1.t - desc = aviation.1.d - flavor = aviation.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_airPlane.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/airplane" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - } - - immediate = { - ROOT = { save_scope_as = flying_circus_home } - random_scope_war = { - limit = { - any_scope_front = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_aerial_recon - value > 0.5 - } - } - } - } - save_scope_as = flying_circus_war - random_scope_front = { - limit = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_aerial_recon - value > 0.5 - } - } - } - random_scope_general = { - limit = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_aerial_recon - value > 0.5 - } - } - save_scope_as = flying_circus_general - } - random_scope_state = { - save_scope_as = flying_circus_state - } - } - } - } - - option = { # A cult of hero-worship will help domestically - name = aviation.1.a - default_option = yes - scope:flying_circus_war = { - add_war_war_support = { - target = scope:flying_circus_home - value = 10 - } - } - scope:flying_circus_general = { - add_modifier = { # popularity - name = war_hero_cult - } - } - } - option = { # Give him all he needs at the front! - name = aviation.1.b - - scope:flying_circus_general = { - add_modifier = { # combat - name = war_hero_fighter - } - } - } -} diff --git a/events/tech_events/camera_film_pm_events.txt b/events/tech_events/camera_film_pm_events.txt deleted file mode 100644 index e09f8e59..00000000 --- a/events/tech_events/camera_film_pm_events.txt +++ /dev/null @@ -1,134 +0,0 @@ -namespace = camera_film_pm_events - -camera_film_pm_events.1 = { - type = country_event - placement = scope:arts_academy_state - - event_image = { - video = "gfx/event_pictures/unspecific_world_fair.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/world_fair" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - title = camera_film_pm_events.1.t - desc = camera_film_pm_events.1.d - flavor = camera_film_pm_events.1.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_arts_academy - has_active_production_method = pm_photographic_art - } - } - save_scope_as = arts_academy_state - } - } - - option = { - name = camera_film_pm_events.1.a - default_option = yes - add_modifier = { - name = newspaper_photography - months = normal_modifier_time - } - } - - option = { - name = camera_film_pm_events.1.b - add_modifier = { - name = landscape_photography - months = normal_modifier_time - } - } - - option = { - name = camera_film_pm_events.1.c - trigger = { - NOT = { has_technology_researched = film } - can_research = film - } - add_technology_progress = { progress = 4000 technology = film } - } -} - -camera_film_pm_events.2 = { - type = country_event - placement = scope:arts_academy_state - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - title = camera_film_pm_events.2.t - desc = camera_film_pm_events.2.d - flavor = camera_film_pm_events.2.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_arts_academy - has_active_production_method = pm_film_art - } - } - save_scope_as = arts_academy_state - } - } - - option = { - name = camera_film_pm_events.2.a - default_option = yes - ig:ig_trade_unions = { - add_modifier = { - name = actuality_films - months = normal_modifier_time - } - } - ig:ig_rural_folk = { - add_modifier = { - name = actuality_films - months = normal_modifier_time - } - } - } - - option = { - name = camera_film_pm_events.2.b - ig:ig_intelligentsia = { - add_modifier = { - name = dramatic_films - months = normal_modifier_time - } - } - ig:ig_petty_bourgeoisie = { - add_modifier = { - name = dramatic_films - months = normal_modifier_time - } - } - } - - option = { - name = camera_film_pm_events.2.c - default_option = yes - trigger = { - NOT = { has_technology_researched = mass_propaganda } - can_research = mass_propaganda - } - add_technology_progress = { progress = 5000 technology = mass_propaganda } - } -} diff --git a/events/tech_events/flamethrowers_event.txt b/events/tech_events/flamethrowers_event.txt deleted file mode 100644 index 2f6968ac..00000000 --- a/events/tech_events/flamethrowers_event.txt +++ /dev/null @@ -1,57 +0,0 @@ -namespace = flamethrowers_event - -flamethrowers_event.1 = { - type = country_event - placement = root - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_fire.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/destruction" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - title = flamethrowers_event.1.t - desc = flamethrowers_event.1.d - flavor = flamethrowers_event.1.f - - trigger = { - # triggered by flamethrowers JE - } - - immediate = { - random_scope_war = { - limit = { - any_scope_front = { - front_side_pm_usage = { - target = ROOT - production_method = pm_flamethrower_company - value > 0.5 - } - } - } - save_scope_as = flamethrowers_event_war - } - } - - option = { - name = flamethrowers_event.1.a - add_modifier = { - name = instrument_of_fear - months = normal_modifier_time - } - } - - option = { - name = flamethrowers_event.1.b - default_option = yes - add_modifier = { - name = instrument_of_death - months = normal_modifier_time - } - } -} diff --git a/events/tech_events/military_tech_events_01.txt b/events/tech_events/military_tech_events_01.txt deleted file mode 100644 index cbb55da6..00000000 --- a/events/tech_events/military_tech_events_01.txt +++ /dev/null @@ -1,341 +0,0 @@ -namespace = military_tech_events - -# Rifling -military_tech_events.401 = { - type = country_event - placement = scope:rifle_state - - title = military_tech_events.401.t - desc = military_tech_events.401.d - flavor = military_tech_events.401.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - # triggered by rifling JE - } - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_arms_industry - level >= 3 - occupancy >= 0.75 - OR = { - has_active_production_method = pm_rifles - has_active_production_method = pm_repeaters - has_active_production_method = pm_bolt_action_rifles - } - } - } - save_scope_as = rifle_state - random_scope_building = { - limit = { - is_building_type = building_arms_industry - level >= 3 - occupancy >= 0.75 - OR = { - has_active_production_method = pm_rifles - has_active_production_method = pm_repeaters - has_active_production_method = pm_bolt_action_rifles - } - } - save_scope_as = rifle_factory - } - } - g:small_arms = { - save_scope_as = small_arms_good - } - } - - option = { # - name = military_tech_events.401.a - default_option = yes - scope:rifle_state = { - add_modifier = { - name = modern_rifle_arsenal - months = long_modifier_time - } - } - } - option = { # - name = military_tech_events.401.b - add_technology_progress = { - progress = 3000 technology = repeaters - } - scope:rifle_state = { - add_modifier = { - name = arsenal_proving_ground - months = long_modifier_time - } - } - } -} - -# Automatic Machine Guns -military_tech_events.402 = { - type = country_event - placement = ROOT - - title = military_tech_events.402.t - desc = military_tech_events.402.d - flavor = military_tech_events.402.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_before_the_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/before_the_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - trigger = { - # triggered by machine guns JE - } - immediate = { - random_scope_war = { - limit = { - any_scope_front = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_machine_gunners - value > 0.5 - } - } - } - } - save_scope_as = machine_gun_war - random_scope_front = { - limit = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_machine_gunners - value > 0.5 - } - } - } - random_scope_general = { - limit = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_machine_gunners - value > 0.5 - } - } - save_scope_as = machine_gun_general - } - } - random_country = { - limit = { - has_war_with = ROOT - } - save_scope_as = machine_gun_enemy - } - } - } - option = { # the enemy does have machine guns - name = military_tech_events.402.a - default_option = yes - trigger = { # This event is available if the enemy has machine guns researched - scope:machine_gun_enemy = { - has_technology_researched = automatic_machine_guns - } - } - scope:machine_gun_general = { - add_modifier = { - name = machine_gun_expertise_low - months = short_modifier_time - } - } - } - option = { # the enemy does not have machine guns - name = military_tech_events.402.b - trigger = { # This event is available if the enemy does not have machine guns researched - scope:machine_gun_enemy = { - NOT = { - has_technology_researched = automatic_machine_guns - } - } - } - scope:machine_gun_general = { - add_modifier = { - name = machine_gun_expertise_high - months = short_modifier_time - } - } - } - option = { # the general becomes adept at defensive warfare - name = military_tech_events.402.c - trigger = { - scope:machine_gun_general = { - OR = { - NOT = { has_trait = trench_rat } - NOT = { has_trait = stalwart_defender } - } - } - } - if = { - limit ={ - scope:machine_gun_general = { - has_trait = stalwart_defender - } - } - scope:machine_gun_general = { - add_trait = trench_rat - } - } - else = { - scope:machine_gun_general = { - add_trait = stalwart_defender - } - } - } -} - -# Ironclads -military_tech_events.403 = { - type = country_event - placement = ROOT - - title = military_tech_events.403.t - desc = military_tech_events.403.d - flavor = military_tech_events.403.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_naval_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/naval_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - trigger = { - # triggered by ironclads JE - } - immediate = { - random_scope_character = { - limit = { - has_role = admiral - OR = { - has_commander_order = patrol_coast - has_commander_order = raid_convoys - has_commander_order = naval_invasion - } - commander_pm_usage = { - target = ROOT - production_method = pm_ironclads - value > 0.30 - } - } - save_scope_as = ironclad_admiral - } - } - - option = { # - name = military_tech_events.403.a - add_modifier = { - name = armoured_doctrine - months = long_modifier_time - } - } - option = { # - name = military_tech_events.403.b - add_modifier = { - name = ramming_doctrine - months = long_modifier_time - } - } - option = { # - name = military_tech_events.403.c - default_option = yes - add_modifier = { - name = armoured_high_seas_fleet - months = long_modifier_time - } - } -} - -# Monitors -military_tech_events.404 = { - type = country_event - placement = ROOT - - title = military_tech_events.404.t - desc = military_tech_events.404.d - flavor = military_tech_events.404.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_naval_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/naval_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - trigger = { - # triggered by monitors JE - } - immediate = { - random_scope_character = { - limit = { - has_role = admiral - OR = { - has_commander_order = patrol_coast - has_commander_order = raid_convoys - has_commander_order = naval_invasion - } - commander_pm_usage = { - target = ROOT - production_method = pm_monitors - value > 0.30 - } - } - save_scope_as = monitor_admiral - } - } - option = { # - name = military_tech_events.404.a - default_option = yes - add_modifier = { - name = safer_shores - months = long_modifier_time - } - } - option = { # - name = military_tech_events.404.b - add_modifier = { - name = defensive_doctrine - months = long_modifier_time - } - } - option = { # - name = military_tech_events.404.c - add_modifier = { - name = quantity_over_quality - months = long_modifier_time - } - } -} diff --git a/events/tech_events/naval_tech_events.txt b/events/tech_events/naval_tech_events.txt deleted file mode 100644 index 4213a3b4..00000000 --- a/events/tech_events/naval_tech_events.txt +++ /dev/null @@ -1,410 +0,0 @@ -namespace = naval_tech_events - -naval_tech_events.1 = { - type = country_event - placement = root - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_naval_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/naval_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - title = naval_tech_events.1.t - desc = naval_tech_events.1.d - flavor = naval_tech_events.1.f - - trigger = { - # triggered by JE - } - - immediate = { - random_scope_character = { - limit = { - has_role = admiral - OR = { - has_commander_order = patrol_coast - has_commander_order = raid_convoys - has_commander_order = naval_invasion - } - commander_pm_usage = { - target = ROOT - production_method = pm_dreadnoughts - value > 0.5 - } - } - save_scope_as = dreadnought_tech_commander - } - } - - option = { - name = naval_tech_events.1.a - add_modifier = { - name = fearless_navy # country_prestige_mult - months = normal_modifier_time - } - } - - option = { - name = naval_tech_events.1.b - default_option = yes - add_modifier = { - name = not_just_for_show # country_navy_power_projection_mult - months = normal_modifier_time - } - } -} - -naval_tech_events.2 = { - type = country_event - placement = root - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_naval_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/naval_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - title = naval_tech_events.2.t - desc = naval_tech_events.2.d - flavor = naval_tech_events.2.f - - trigger = { - # triggered by JE - } - - immediate = { - random_scope_character = { - limit = { - has_role = admiral - OR = { - has_commander_order = patrol_coast - has_commander_order = raid_convoys - has_commander_order = naval_invasion - } - commander_pm_usage = { - target = ROOT - production_method = pm_destroyers - value > 0.5 - } - } - save_scope_as = destroyer_tech_commander - } - } - - option = { - name = naval_tech_events.2.a - add_modifier = { - name = safer_convoys # unit_convoy_requirements_mult - months = normal_modifier_time - } - } - - option = { - name = naval_tech_events.2.b - default_option = yes - add_modifier = { - name = safer_fleets # unit_navy_defense_mult - months = normal_modifier_time - } - } -} - -naval_tech_events.3 = { - type = country_event - placement = root - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_naval_battle.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/naval_battle" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - title = naval_tech_events.3.t - desc = naval_tech_events.3.d - flavor = naval_tech_events.3.f - - trigger = { - # triggered by JE - } - - immediate = { - random_scope_character = { - limit = { - has_role = admiral - OR = { - has_commander_order = patrol_coast - has_commander_order = raid_convoys - has_commander_order = naval_invasion - } - commander_pm_usage = { - target = ROOT - production_method = pm_battleships - value > 0.5 - } - } - save_scope_as = battleship_tech_commander - } - } - - option = { - name = naval_tech_events.3.a - add_modifier = { - name = gunship_diplomacy # country_influence_mult - months = normal_modifier_time - } - } - - option = { - name = naval_tech_events.3.b - default_option = yes - add_modifier = { - name = mighty_navy # country_navy_power_projection_mult - months = normal_modifier_time - } - } - - option = { - name = naval_tech_events.3.c - default_option = yes - trigger = { - has_technology_researched = sea_lane_strategies - NOT = { has_technology_researched = battlefleet_tactics } - can_research = battlefleet_tactics - } - add_technology_progress = { progress = 5000 technology = battlefleet_tactics } - } -} - -naval_tech_events.4 = { - type = country_event - placement = root - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_steam_ship.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/steam_ship" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - title = naval_tech_events.4.t - desc = naval_tech_events.4.d - flavor = naval_tech_events.4.f - - trigger = { - } - - immediate = { - random_scope_character = { - limit = { - has_role = admiral - OR = { - has_commander_order = patrol_coast - has_commander_order = raid_convoys - } - commander_pm_usage = { - target = ROOT - production_method = pm_submarine - value > 0.3 - } - } - save_scope_as = submarine_commander - } - } - - option = { - name = naval_tech_events.4.a - default_option = yes - - add_modifier = { - name = unrestricted_submarine_warfare - months = normal_modifier_time - } - } - - option = { - name = naval_tech_events.4.b - trigger = { - NOT = { has_technology_researched = destroyer } - can_research = destroyer - } - add_technology_progress = { progress = 6250 technology = destroyer } # half of total cost - } - - option = { - name = naval_tech_events.4.c - - trigger = { - scope:submarine_commander = { - NOT = { has_trait = expert_convoy_raider } - } - } - - scope:submarine_commander = { - if = { - limit = { - has_trait = experienced_convoy_raider - } - remove_trait = experienced_convoy_raider - add_trait = expert_convoy_raider - } - else_if = { - limit = { - has_trait = convoy_raider_commander - } - remove_trait = convoy_raider_commander - add_trait = experienced_convoy_raider - } - else = { - add_trait = convoy_raider_commander - } - } - } - - option = { - name = naval_tech_events.4.e - - trigger = { - scope:submarine_commander = { - NOT = { has_trait = celebrity_commander } - } - } - - scope:submarine_commander = { - if = { - limit = { - has_trait = popular_commander - } - remove_trait = popular_commander - add_trait = celebrity_commander - } - else = { - add_trait = popular_commander - } - } - } -} - -naval_tech_events.5 = { - type = country_event - placement = root - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_airplane.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/airplane" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - title = naval_tech_events.5.t - desc = naval_tech_events.5.d - flavor = naval_tech_events.5.f - - trigger = { - } - - immediate = { - random_scope_character = { - limit = { - has_role = admiral - OR = { - has_commander_order = patrol_coast - has_commander_order = raid_convoys - has_commander_order = naval_invasion - } - commander_pm_usage = { - target = ROOT - production_method = pm_carriers - value > 0.3 - } - } - save_scope_as = aviator_commander - } - } - - option = { - name = naval_tech_events.5.a - default_option = yes - - add_modifier = { - name = the_navy_of_tomorrow - months = normal_modifier_time - } - } - - option = { - name = naval_tech_events.5.b - - trigger = { - any_interest_group = { - leader = { - has_role = admiral - } - } - scope:aviator_commander = { - NOT = { has_role = politician } - } - } - - scope:aviator_commander = { kill_character = yes } - - every_interest_group = { - limit = { - leader = { - has_role = admiral - } - } - add_modifier = { - name = naval_traditions_upheld - months = normal_modifier_time - } - } - } - - option = { - name = naval_tech_events.5.c - - trigger = { - scope:aviator_commander = { - NOT = { has_role = politician } - } - } - - scope:aviator_commander = { - add_character_role = politician - set_as_interest_group_leader = yes - } - } - - option = { - name = naval_tech_events.5.e - trigger = { - can_research = military_aviation - } - - add_technology_progress = { progress = 7500 technology = military_aviation } # half of total cost - } -} diff --git a/events/tech_events/nursing_events.txt b/events/tech_events/nursing_events.txt deleted file mode 100644 index 3fbd5808..00000000 --- a/events/tech_events/nursing_events.txt +++ /dev/null @@ -1,289 +0,0 @@ -namespace = nursing_events - -nursing_events.1 = { #Bad conditions - type = country_event - placement = scope:ongoing_war_state - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - title = nursing_events.1.t - desc = nursing_events.1.d - flavor = nursing_events.1.f - - trigger = { - NOT = { - has_variable = nursing_cooldown - } - any_scope_war = { - any_scope_front = { exists = yes } - } - } - - immediate = { - set_variable = { - name = nursing_cooldown - months = 6 - } - random_scope_war = { - random_scope_front = { - random_scope_state = { save_scope_as = ongoing_war_state } - } - } - } - - option = { - name = nursing_events.1.a - default_option = yes - - add_modifier = { - name = war_wounded_disease - months = 24 - } - } - - option = { - name = nursing_events.1.b - capital = { - add_modifier = { - name = war_wounded_civilian_assistance - months = 24 - } - } - } -} - -nursing_events.2 = { #Handwashing - type = country_event - placement = scope:ongoing_war_state - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - title = nursing_events.2.t - desc = nursing_events.2.d - flavor = nursing_events.2.f - - trigger = { - is_at_war = yes - any_scope_war = { - num_country_dead = { - target = root - value >= 0 - } - any_scope_front = { - any_scope_state = { owner = root } - } - } - NOT = { - has_variable = nursing_cooldown - } - } - - immediate = { - random_scope_war = { - limit = { - num_country_dead = { - target = root - value >= 0 - } - } - save_scope_as = ongoing_war - random_scope_front = { - limit = { - any_scope_state = { owner = root } - } - random_scope_state = { - limit = { owner = root } - save_scope_as = ongoing_war_state - } - } - } - set_variable = { - name = nursing_cooldown - months = 6 - } - } - - option = { #Do it - default_option = yes - name = nursing_events.2.a - scope:ongoing_war_state = { - add_modifier = { - name = medical_hygiene - months = 24 - multiplier = 2 - } - } - } - - option = { #This should be taught everywhere - name = nursing_events.2.b - add_modifier = { - name = medical_hygiene - months = 24 - } - } -} - -nursing_events.3 = { #Prefab hospital - type = country_event - placement = scope:ongoing_war_state - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - title = nursing_events.3.t - desc = nursing_events.3.d - flavor = nursing_events.3.f - - trigger = { - is_at_war = yes - any_scope_war = { - num_country_dead = { - target = root - value >= 0 - } - any_scope_front = { exists = yes } - } - NOT = { - has_variable = nursing_cooldown - } - } - - immediate = { - random_scope_war = { - limit = { - num_country_dead = { - target = root - value >= 0 - } - } - save_scope_as = ongoing_war - random_scope_front = { - random_scope_state = { save_scope_as = ongoing_war_state } - } - } - set_variable = { - name = nursing_cooldown - months = 6 - } - } - option = { #Do it - name = nursing_events.3.a - default_option = yes - add_modifier = { - name = prefab_hospital - months = 24 - } - } - - option = { #the time and knowledge is better spent on research - name = nursing_events.3.b - trigger = { - OR = { - can_research = medical_degrees - can_research = quinine - can_research = malaria_prevention - can_research = antibiotics - } - } - if = { - limit = { - can_research = medical_degrees - } - add_technology_progress = { progress = 1650 technology = medical_degrees } - } - else_if = { - limit = { - can_research = quinine - } - add_technology_progress = { progress = 2500 technology = quinine } - } - else_if = { - limit = { - can_research = malaria_prevention - } - add_technology_progress = { progress = 4000 technology = malaria_prevention } - } - else_if = { - limit = { - can_research = antibiotics - } - add_technology_progress = { progress = 5000 technology = antibiotics } - } - } -} -nursing_events.4 = { - type = country_event - placement = scope:ongoing_war_state - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_sick_in_hospital.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - title = nursing_events.4.t - desc = nursing_events.4.d - flavor = nursing_events.4.f - - trigger = { - # Triggered by completing je_war_nursing - } - - immediate = { - random_scope_war = { - limit = { - any_scope_front = { - front_side_pm_usage = { - target = ROOT - production_method = pm_field_hospitals - value > 0.5 - } - } - } - save_scope_as = complete_nursing_war - random_scope_front = { - random_scope_state = { save_scope_as = ongoing_war_state } - } - } - } - - option = { #Do it - name = nursing_events.4.a - add_modifier = { - name = modern_nursing - months = 24 - } - } -} \ No newline at end of file diff --git a/events/tech_events/production_tech_events.txt b/events/tech_events/production_tech_events.txt deleted file mode 100644 index 2075538c..00000000 --- a/events/tech_events/production_tech_events.txt +++ /dev/null @@ -1,898 +0,0 @@ - namespace = production_tech_events - -production_tech_events.1 = { - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - duration = 3 - - placement = scope:rubber_state - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - title = production_tech_events.1.t - desc = production_tech_events.1.d - flavor = production_tech_events.1.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_rubber_plantation - occupancy >= 0.5 - level >= 5 - } - } - save_scope_as = rubber_state - random_scope_building = { - limit = { - is_building_type = building_rubber_plantation - occupancy >= 0.5 - level >= 5 - } - save_scope_as = rubber_building - } - } - } - - option = { - name = production_tech_events.1.a - default_option = yes - scope:rubber_state = { - add_modifier = { - name = rubber_production_modifier - months = normal_modifier_time - } - } - } - - option = { - name = production_tech_events.1.b - trigger = { - NOT = { has_technology_researched = vulcanization } - can_research = vulcanization - } - add_technology_progress = { progress = 3000 technology = vulcanization } - } -} - -production_tech_events.102 = { - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - placement = ROOT - - title = production_tech_events.102.t - desc = production_tech_events.102.d - flavor = production_tech_events.102.f - - immediate = { - } - - option = { # Make national to effect chemical plants to produce more explosives. - name = production_tech_events.102.a - default_option = yes - add_modifier = { - name = dynamite_production_modifier - months = normal_modifier_time - } - } - - option = { # Make national to effect mining industries - name = production_tech_events.102.b - add_modifier = { - name = mining_production_modifier - months = normal_modifier_time - } - } - - option = { # Make national to effect munitions plants - name = production_tech_events.102.c - add_modifier = { - name = munitions_production_modifier - months = normal_modifier_time - } - } -} - -production_tech_events.103 = { - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - placement = ROOT - - title = production_tech_events.103.t - desc = production_tech_events.103.d - flavor = production_tech_events.103.f - - immediate = { - } - - option = { - name = production_tech_events.103.a - default_option = yes - add_modifier = { - name = motor_industry_production_modifier - months = normal_modifier_time - } - } - - option = { - name = production_tech_events.103.b - add_modifier = { - name = public_trasportation_modifier - months = normal_modifier_time - } - } -} - -production_tech_events.200 = { - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - placement = ROOT - - title = production_tech_events.200.t - desc = production_tech_events.200.d - flavor = production_tech_events.200.f - - immediate = { - random_scope_building = { - limit = { - is_building_type = building_glassworks - } - save_scope_as = plastic_building - } - random_neighbouring_state = { - limit = { - owner = { - NOT = { has_technology_researched = plastics } - has_technology_researched = reinforced_concrete - } - - } - owner = { - save_scope_as = plastic_neighbor - } - } - save_scope_as = plastic_origin - } - - option = { - name = production_tech_events.200.a - default_option = yes - add_modifier = { - name = plastic_production_modifier - months = normal_modifier_time - } - } - option = { - name = production_tech_events.200.b - trigger = { - exists = scope:plastic_neighbor - scope:plastic_neighbor = { - NOT = { has_technology_researched = plastics } - is_player = no - } - } - - scope:plastic_neighbor = { - hidden_effect = { post_notification = country_shared_plastics_tech } - if = { - limit = { can_research = plastics } - add_technology_progress = { progress = 4000 technology = plastics } - } - change_relations = { - country = ROOT - value = 20 - } - } - } -} - -production_tech_events.210 = { - placement = ROOT - - title = production_tech_events.210.t - desc = production_tech_events.210.d - flavor = production_tech_events.210.f - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - immediate = { - random_scope_building = { - limit = { - is_building_type = building_glassworks - } - save_scope_as = radio_production_building - } - random_neighbouring_state = { - limit = { - owner = { - NOT = { has_technology_researched = radio } - has_technology_researched = telephone - } - } - owner = { - save_scope_as = radio_production_neighbor - } - } - save_scope_as = radio_production_origin - } - - option = { - name = production_tech_events.210.a - default_option = yes - add_modifier = { - name = radio_production_modifier - months = normal_modifier_time - } - } - - option = { - name = production_tech_events.210.b - trigger = { - exists = scope:radio_production_neighbor - scope:radio_production_neighbor = { - NOT = { has_technology_researched = radio } - } - } - scope:radio_production_neighbor = { - hidden_effect = { post_notification = country_shared_radio_tech } - if = { - limit = { can_research = radio } - add_technology_progress = { progress = 4000 technology = radio } - } - change_relations = { - country = ROOT - value = 20 - } - } - } -} - -production_tech_events.300 = { #telephone - type = country_event - duration = 3 - placement = scope:electrics_state - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - title = production_tech_events.300.t - desc = production_tech_events.300.d - flavor = production_tech_events.300.f - - trigger = { - #triggered by JE - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_electrics_industry - weekly_profit > 10 - occupancy > 0.75 - level = 5 - has_active_production_method = pm_telephones - } - } - save_scope_as = electrics_state - random_scope_building = { - limit = { - is_building_type = building_electrics_industry - weekly_profit > 10 - occupancy > 0.75 - level = 5 - has_active_production_method = pm_telephones - } - save_scope_as = electrics_building - } - } - } - - option = { #communications - name = production_tech_events.300.a - default_option = yes - if = { - limit = { can_research = radio } - add_technology_progress = { progress = 4000 technology = radio } - } - } - - option = { #industry! - name = production_tech_events.300.b - scope:electrics_state = { - add_modifier = { - name = electrics_building_modifier - months = normal_modifier_time - } - } - } -} - -production_tech_events.301 = { #whaling - type = country_event - duration = 3 - placement = scope:whaling_state - - event_image = { - video = "gfx/event_pictures/unspecific_whaling.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/whaling" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - title = production_tech_events.301.t - desc = production_tech_events.301.d - flavor = production_tech_events.301.f - - trigger = { - #triggered by JE - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_whaling_station - cash_reserves_ratio > 0.25 - weekly_profit > 0 - occupancy > 0.75 - level >= 3 - } - } - save_scope_as = whaling_state - random_scope_building = { - limit = { - is_building_type = building_whaling_station - cash_reserves_ratio > 0.25 - weekly_profit > 0 - occupancy > 0.75 - level >= 3 - } - save_scope_as = whaling_building - } - } - random_scope_character = { - limit = { - has_role = admiral - is_busy = no - is_ruler = no - } - save_scope_as = whaling_admiral_character - } - } - - option = { #ensure the safety of the workers - name = production_tech_events.301.a - default_option = yes - scope:whaling_admiral_character = { - add_modifier = { - name = whaling_admiral_modifier - months = normal_modifier_time - } - } - scope:whaling_state = { - add_modifier = { - name = whaling_state_mortality_modifier - months = normal_modifier_time - } - } - } - - option = { #industry! - name = production_tech_events.301.b - scope:whaling_state = { - add_modifier = { - name = whaling_state_modifier - months = normal_modifier_time - } - } - } -} - -production_tech_events.401 = { - type = country_event - placement = scope:oil_rig_state - - event_image = { - video = "gfx/event_pictures/middleeast_oil_derricks.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/oil_derricks" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - title = production_tech_events.401.t - desc = production_tech_events.401.d - flavor = production_tech_events.401.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_oil_rig - occupancy > 0.75 - cash_reserves_ratio > 0.25 - level >= 5 - } - } - save_scope_as = oil_rig_state - random_scope_building = { - limit = { - is_building_type = building_oil_rig - occupancy > 0.75 - cash_reserves_ratio > 0.25 - level >= 5 - } - save_scope_as = oil_rig_building - } - } - } - - option = { - name = production_tech_events.401.a - default_option = yes - scope:oil_rig_state = { - add_modifier = { - name = oil_production_modifier - months = normal_modifier_time - } - } - } - - option = { - name = production_tech_events.401.b - trigger = { - NOT = { has_technology_researched = combustion_engine } - has_technology_researched = rotary_valve_engine - } - add_technology_progress = { progress = 5000 technology = combustion_engine } - } -} - -production_tech_events.402 = { - type = country_event - placement = scope:power_plant_state - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - title = production_tech_events.402.t - desc = production_tech_events.402.d - flavor = production_tech_events.402.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_power_plant - occupancy > 0.75 - cash_reserves_ratio > 0.25 - level >= 5 - } - } - save_scope_as = power_plant_state - random_scope_building = { - limit = { - is_building_type = building_power_plant - occupancy > 0.75 - cash_reserves_ratio > 0.25 - level >= 5 - } - save_scope_as = power_plant_building - } - } - } - - option = { - name = production_tech_events.402.a - default_option = yes - scope:power_plant_state = { - add_modifier = { - name = electrical_power_production_modifier - months = normal_modifier_time - } - } - } - - option = { - name = production_tech_events.402.b - trigger = { - NOT = { has_technology_researched = electric_railway } - has_technology_researched = steel_railway_cars - can_research = electric_railway - } - add_technology_progress = { progress = 4000 technology = electric_railway } - } - - option = { - name = production_tech_events.402.c - trigger = { - NOT = { has_technology_researched = steam_turbine } - can_research = steam_turbine - } - add_technology_progress = { progress = 4000 technology = steam_turbine } - } - - option = { - name = production_tech_events.402.e - trigger = { - NOT = { has_technology_researched = shift_work } - can_research = shift_work - } - add_technology_progress = { progress = 3000 technology = shift_work } - } -} - -# ALL ABOARD THE RAILROAD TECHS -production_tech_events.501 = { - type = country_event - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - placement = scope:railway_state - - title = production_tech_events.501.t - desc = production_tech_events.501.d - flavor = production_tech_events.501.f - - trigger = { - any_scope_state = { - has_building = building_motor_industry - } - any_scope_state = { - has_building = building_railway - } - } - - immediate = { - random_scope_state = { - limit = { - has_building = building_motor_industry - } - save_scope_as = engine_state - random_scope_building = { - limit = { - is_building_type = building_motor_industry - } - save_scope_as = engine_building - } - } - random_scope_state = { - limit = { - has_building = building_railway - } - save_scope_as = railway_state - random_scope_building = { - limit = { - is_building_type = building_railway - } - save_scope_as = railway_building - } - } - } - - option = { - name = production_tech_events.501.a - default_option = yes - scope:railway_state = { - add_modifier = { - name = railway_production_modifier - months = normal_modifier_time - } - } - } - - option = { - name = production_tech_events.501.b - trigger = { - any_scope_state = { - has_building = building_motor_industry - } - } - scope:engine_state = { - add_modifier = { - name = engine_production_modifier - months = normal_modifier_time - } - } - } - - option = { - name = production_tech_events.501.c - trigger = { - NOT = { has_technology_researched = steel_railway_cars } - can_research = steel_railway_cars - } - add_technology_progress = { progress = 3000 technology = steel_railway_cars } - } -} - -production_tech_events.600 = { - - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - placement = root - - title = production_tech_events.600.t - desc = production_tech_events.600.d - flavor = production_tech_events.600.f - - immediate = { - } - - option = { - name = production_tech_events.600.a - default_option = yes - add_modifier = { - name = tractor_food_for_the_poor - months = normal_modifier_time - } - } - - option = { - name = production_tech_events.600.b - add_modifier = { - name = tractor_production - months = normal_modifier_time - } - } -} - -production_tech_events.601 = { - type = country_event - - placement = scope:atmospheric_engine_state - - title = production_tech_events.601.t - desc = production_tech_events.601.d - flavor = production_tech_events.601.f - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - immediate = { - random_scope_state = { - random_scope_building = { - limit = { - OR = { - is_building_type = building_coal_mine - is_building_type = building_iron_mine - is_building_type = building_sulfur_mine - is_building_type = building_lead_mine - } - has_active_production_method = pm_atmospheric_engine_pump_building_coal_mine - } - } - save_scope_as = atmospheric_engine_state - } - } - - option = { # mine production - name = production_tech_events.601.a - default_option = yes - add_modifier = { - name = atmospheric_engine_mining - months = normal_modifier_time - } - } - - option = { # railway tech - name = production_tech_events.601.b - trigger = { - NOT = { has_technology_researched = railways } - has_technology_researched = steelworking - has_technology_researched = lathe - } - add_technology_progress = { progress = 2500 technology = railways } - } - - option = { # boiler tech - name = production_tech_events.601.c - trigger = { - NOT = { has_technology_researched = watertube_boiler } - } - add_technology_progress = { progress = 2500 technology = watertube_boiler } - } -} - -# Steam Engines -production_tech_events.700 = { - type = country_event - - placement = scope:steam_engine_state - - title = production_tech_events.700.t - desc = production_tech_events.700.d - flavor = production_tech_events.700.f - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_motor_industry - occupancy > 0.75 - cash_reserves_ratio > 0.25 - weekly_profit > 0 - level >= 3 - } - } - save_scope_as = steam_engine_state - } - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_railway - occupancy > 0.75 - } - any_neighbouring_state = { - owner = ROOT - any_scope_building = { - is_building_type = building_railway - occupancy > 0.75 - } - } - } - save_scope_as = first_railway_state - random_neighbouring_state = { - limit = { - owner = ROOT - any_scope_building = { - is_building_type = building_railway - occupancy > 0.75 - } - } - save_scope_as = second_railway_state - } - } - } - - option = { # railway throughput - name = production_tech_events.700.a - default_option = yes - add_modifier = { - name = first_railway_modifier - months = normal_modifier_time - } - } - - option = { # motor industry throughput - name = production_tech_events.700.b - scope:steam_engine_state = { - add_modifier = { - name = steam_engine_production - months = normal_modifier_time - } - } - } - - option = { # railway car tech - name = production_tech_events.700.c - trigger = { - NOT = { has_technology_researched = steel_railway_cars } - can_research = steel_railway_cars - } - add_technology_progress = { progress = 3000 technology = steel_railway_cars } - } -} \ No newline at end of file diff --git a/events/tech_events/rubber_events.txt b/events/tech_events/rubber_events.txt deleted file mode 100644 index f2afd3ec..00000000 --- a/events/tech_events/rubber_events.txt +++ /dev/null @@ -1,77 +0,0 @@ -namespace = rubber_events - -# You export rubber - rubber_events.1 = { - type = state_event - placement = ROOT - - event_image = { - video = "gfx/event_pictures/asia_poor_people_moving.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/poor_people_moving" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - title = rubber_events.1.t - desc = rubber_events.1.d - flavor = rubber_events.1.f - - duration = 3 - - trigger = { - has_potential_resource = bg_rubber - NOT = { has_modifier = state_rubber_modifier } - NOT = { region = sr:region_brazil } - state_region = { - remaining_undepleted = { - type = bg_rubber - amount > 1 - } - } - } - - immediate = { - save_scope_as = rubber_state - } - - option = { #plant more rubber here - name = rubber_events.1.a - default_option = yes - scope:rubber_state = { - force_resource_discovery = bg_rubber - } - add_modifier = { - name = state_rubber_modifier - months = short_modifier_time - } - } - - option = { #expand the rubber to adjacent states - name = rubber_events.1.b - trigger = { - any_neighbouring_state = { - is_incorporated = yes - has_potential_resource = bg_rubber - state_region = { - remaining_undepleted = { - type = bg_rubber - amount > 1 - } - } - } - } - random_neighbouring_state = { - limit = { - is_incorporated = yes - has_potential_resource = bg_rubber - } - force_resource_discovery = bg_rubber - add_modifier = { - name = state_rubber_modifier - months = short_modifier_time - } - } - } -} diff --git a/events/tech_events/society_events_01.txt b/events/tech_events/society_events_01.txt deleted file mode 100644 index 0ad59e86..00000000 --- a/events/tech_events/society_events_01.txt +++ /dev/null @@ -1,216 +0,0 @@ -namespace = dt_society_events - -dt_society_events.1 = { - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - duration = 3 - - placement = scope:university_state - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - title = dt_society_events.1.t - desc = dt_society_events.1.d - flavor = dt_society_events.1.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_university - occupancy > 0.9 - level >= 3 - has_active_production_method = pm_philosophy_department - } - } - save_scope_as = university_state - random_scope_building = { - limit = { - is_building_type = building_university - occupancy > 0.9 - level >= 3 - has_active_production_method = pm_philosophy_department - } - save_scope_as = philosophy_department - } - } - } - - option = { - name = dt_society_events.1.a - default_option = yes - add_modifier = { # university throughput - name = synthesis_modifier - months = normal_modifier_time - } - } - - option = { - name = dt_society_events.1.b # investigate dialectical materialism - trigger = { - has_technology_researched = labor_movement - NOT = { has_technology_researched = socialism } - } - add_technology_progress = { progress = 3000 technology = socialism } - } - option = { - name = dt_society_events.1.c # we need a more pragmatic approach - trigger = { - has_technology_researched = psychiatry - NOT = { has_technology_researched = philosophical_pragmatism } - } - add_technology_progress = { progress = 3000 technology = philosophical_pragmatism } - } -} - -dt_society_events.2 = { - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/europenorthamerica_art_gallery.bk2" - } - - duration = 3 - - placement = scope:art_state - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/art_gallery" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - title = dt_society_events.2.t - desc = dt_society_events.2.d - flavor = dt_society_events.2.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_arts_academy - occupancy >= 0.9 - level >= 5 - has_active_production_method = pm_realist_art - } - } - save_scope_as = art_state - random_scope_building = { - limit = { - is_building_type = building_arts_academy - occupancy >= 0.9 - level >= 5 - has_active_production_method = pm_realist_art - } - save_scope_as = art_building - } - } - } - - option = { - name = dt_society_events.2.a - default_option = yes - add_modifier = { - name = realist_art - months = normal_modifier_time - } - } - - option = { - name = dt_society_events.2.b - trigger = { - NOT = { has_technology_researched = camera } - can_research = camera - } - add_technology_progress = { progress = 3000 technology = camera } - } - - option = { - name = dt_society_events.2.c - add_modifier = { - name = grim_realism - months = normal_modifier_time - } - } -} - -dt_society_events.3 = { - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - duration = 3 - - placement = scope:university_state - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - title = dt_society_events.3.t - desc = dt_society_events.3.d - flavor = dt_society_events.3.f - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_university - occupancy >= 0.9 - level >= 2 - } - } - save_scope_as = university_state - random_scope_building = { - limit = { - is_building_type = building_university - occupancy >= 0.9 - level >= 2 - } - save_scope_as = university_building - } - } - } - - option = { - name = dt_society_events.3.a - default_option = yes - add_modifier = { - name = new_academia - months = normal_modifier_time - } - } - - option = { - name = dt_society_events.3.b # empiricism - trigger = { - NOT = { has_technology_researched = empiricism } - } - add_technology_progress = { progress = 1650 technology = empiricism } - } - option = { - name = dt_society_events.3.c # fund medical research - trigger = { - NOT = { has_technology_researched = medical_degrees } - } - add_technology_progress = { progress = 1650 technology = medical_degrees } - } -} diff --git a/events/tech_events/society_events_03.txt b/events/tech_events/society_events_03.txt deleted file mode 100644 index c74e3c5b..00000000 --- a/events/tech_events/society_events_03.txt +++ /dev/null @@ -1,127 +0,0 @@ -namespace = society_tech_events - -society_tech_events.301 = { #airships - type = country_event - placement = ROOT - - event_image = { - video = "gfx/event_pictures/unspecififc_airship.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/airship" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - title = society_tech_events.301.t - desc = society_tech_events.301.d - flavor = society_tech_events.301.f - - duration = 3 - - trigger = { - } - - - immediate = { - } - - option = { #military focus - name = society_tech_events.301.a - default_option = yes - add_modifier = { - name = zeppelins_military_modifier - months = short_modifier_time - } - } - - option = { #society focus - name = society_tech_events.301.b - every_interest_group = { - limit = { - law_stance = { - law = law_type:law_per_capita_based_taxation - value > neutral - } - NOT = { is_interest_group_type = ig_armed_forces } - } - add_modifier = { - name = zeppelins_society_modifier - months = short_modifier_time - } - } - } - - option = { #trading focus - name = society_tech_events.301.c - add_modifier = { - name = zeppelins_trading_modifier - months = short_modifier_time - } - } -} - -society_tech_events.302 = { #romanticism - type = country_event - placement = scope:academy_state - - event_image = { - video = "gfx/event_pictures/europenorthamerica_art_gallery.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/art_gallery" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - title = society_tech_events.302.t - desc = society_tech_events.302.d - flavor = society_tech_events.302.f - - duration = 3 - - trigger = { - } - - immediate = { - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_arts_academy - occupancy >= 0.9 - level >= 2 - } - } - save_scope_as = academy_state - random_scope_building = { - limit = { - is_building_type = building_arts_academy - has_active_production_method = pm_traditional_art - occupancy >= 0.9 - level >=2 - } - save_scope_as = academy_building - } - } - } - - option = { #build a great building - name = society_tech_events.302.a - default_option = yes - scope:academy_state = { - add_modifier = { - name = romantic_building_modifier - months = normal_modifier_time - } - } - } - - option = { #this is garbage I want some Realism - name = society_tech_events.302.c - trigger = { - NOT = { has_technology_researched = realism } - can_research = realism - } - add_technology_progress = { progress = 2500 technology = realism } - } -} diff --git a/events/tech_events/society_tech_events.txt b/events/tech_events/society_tech_events.txt deleted file mode 100644 index 4d781f62..00000000 --- a/events/tech_events/society_tech_events.txt +++ /dev/null @@ -1,98 +0,0 @@ -namespace = society_tech_events - -society_tech_events.104 = { #Evelators - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - placement = ROOT - - title = society_tech_events.104.t - desc = society_tech_events.104.d - flavor = society_tech_events.104.f - - immediate = { - } - - option = { #Gives bonus for steel and glass industries - name = society_tech_events.104.a - default_option = yes - add_modifier = { - name = elevator_goods_production_modifier - months = normal_modifier_time - } - } - - option = { #Gives bonus for urban centers - name = society_tech_events.104.b - add_modifier = { - name = elevator_services_production_modifier - months = normal_modifier_time - } - } -} - -society_tech_events.105 = { #Mutal Funds - type = country_event - - trigger = { - } - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - placement = ROOT - - title = society_tech_events.105.t - desc = society_tech_events.105.d - flavor = society_tech_events.105.f - - immediate = { - } - - option = { - name = society_tech_events.105.a - default_option = yes - ig:ig_industrialists = { - add_modifier = { - name = mutual_funds_pop_attaction_modifier - months = normal_modifier_time - } - } - ig:ig_rural_folk = { - add_modifier = { - name = mutual_funds_pop_attaction_modifier - months = normal_modifier_time - } - } - } - - option = { - name = society_tech_events.105.b - trigger = { - NOT = { has_technology_researched = international_exchange_standards } - can_research = international_exchange_standards - } - add_technology_progress = { progress = 4000 technology = international_exchange_standards } - } -} diff --git a/events/tech_events/society_techs_02.txt b/events/tech_events/society_techs_02.txt deleted file mode 100644 index ab5293ac..00000000 --- a/events/tech_events/society_techs_02.txt +++ /dev/null @@ -1,52 +0,0 @@ -namespace = dan_society_tech_events - -dan_society_tech_events.1 = { - placement = ROOT - duration = 3 - - title = dan_society_tech_events.1.t - desc = dan_society_tech_events.1.d - flavor = dan_society_tech_events.1.f - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_default.dds" - - - immediate = { - random_scope_building = { - limit = { - is_building_type = building_government_administration - level >= 10 - occupancy > 0.9 - has_active_production_method = pm_vertical_filing_cabinets - } - save_scope_as = government_building - } - - } - - option = { - name = dan_society_tech_events.1.a - default_option = yes - add_modifier = { - name = horizontal_filing_cabinets_modifier - months = normal_modifier_time - } - } - - option = { - name = dan_society_tech_events.1.b - trigger = { - NOT = { has_technology_researched = identification_documents } - can_research = identification_documents - } - add_technology_progress = { progress = 3000 technology = identification_documents } - } - -} diff --git a/events/tech_events/trench_warfare.txt b/events/tech_events/trench_warfare.txt deleted file mode 100644 index c2b48edb..00000000 --- a/events/tech_events/trench_warfare.txt +++ /dev/null @@ -1,146 +0,0 @@ -namespace = trench_warfare - -trench_warfare.1 = { - type = country_event - placement = ROOT - - title = trench_warfare.1.t - desc = trench_warfare.1.d - flavor = trench_warfare.1.f - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - } - - immediate = { - ROOT = { save_scope_as = trench_warfare_home } - random_scope_war = { - limit = { - any_scope_front = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_trench_infantry - value > 0.5 - } - } - } - } - save_scope_as = trench_warfare_war - random_scope_front = { - limit = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_trench_infantry - value > 0.5 - } - } - } - random_scope_general = { - limit = { - owner = ROOT - NOT = { has_trait = trench_rat } - commander_pm_usage = { - target = ROOT - production_method = pm_trench_infantry - value > 0.5 - } - } - save_scope_as = trench_warfare_general - } - random_scope_state = { - save_scope_as = trench_warfare_state - } - } - } - } - - option = { # We must entrench, entrench, and entrench some more! - name = trench_warfare.1.a - default_option = yes - - scope:trench_warfare_general = { - add_trait = trench_rat - } - scope:trench_warfare_state = { - add_modifier = { # mortality and reduction in outputs - name = zone_rouge - months = long_modifier_time - } - state_region = { - add_devastation = 10 - } - } - } - option = { # We can't let our defenses stagnate. - name = trench_warfare.1.b - - trigger = { - NOT = { has_technology_researched = defense_in_depth } - } - - if = { - limit = { - can_research = defense_in_depth - } - add_technology_progress = { - progress = 4000 - technology = defense_in_depth - } - } - - scope:trench_warfare_state = { - add_modifier = { # smaller negative modifier because the front isn't static - name = zone_rouge - months = long_modifier_time - multiplier = 0.75 - } - state_region = { - add_devastation = 5 - } - } - } - - option = { # We need a breakthrough. - name = trench_warfare.1.c - - trigger = { - has_technology_researched = wargaming - NOT = { has_technology_researched = stormtroopers } - } - - if = { - limit = { - can_research = stormtroopers - } - add_technology_progress = { - progress = 5000 - technology = stormtroopers - } - } - - scope:trench_warfare_state = { - add_modifier = { # smaller negative modifier because the front is moving more - name = zone_rouge - months = long_modifier_time - multiplier = 0.75 - } - state_region = { - add_devastation = 5 - } - } - } -} diff --git a/events/tech_events/war_crimes_events.txt b/events/tech_events/war_crimes_events.txt deleted file mode 100644 index afd45c88..00000000 --- a/events/tech_events/war_crimes_events.txt +++ /dev/null @@ -1,159 +0,0 @@ -namespace = war_crimes - -war_crimes.1 = { - type = country_event - placement = ROOT - - title = war_crimes.1.t - desc = war_crimes.1.d - flavor = war_crimes.1.f - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - # triggered by war crimes JE - } - immediate = { - random_scope_war = { - limit = { - any_scope_front = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_chemical_weapons_specialists - value > 0.5 - } - } - } - } - random_scope_front = { - limit = { - any_scope_general = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_chemical_weapons_specialists - value > 0.5 - } - } - } - random_scope_general = { - limit = { - owner = ROOT - commander_pm_usage = { - target = ROOT - production_method = pm_chemical_weapons_specialists - value > 0.5 - } - } - save_scope_as = war_crimes_perpetrator - } - random_scope_state = { - limit = { - NOT = { owner = ROOT } - } - save_scope_as = war_crimes_state - } - } - } - } - - option = { # we will win by any means necessary - name = war_crimes.1.a - default_option = yes - scope:war_crimes_perpetrator = { - add_trait = war_criminal - } - scope:war_crimes_state = { - add_modifier = { # mortality, welfare - name = mustard_gas - multiplier = 2 - } - } - } - option = { # try the general for war crimes - name = war_crimes.1.b - scope:war_crimes_perpetrator = { - kill_character = yes - } - scope:war_crimes_state = { - add_modifier = { # mortality, welfare - name = mustard_gas - } - } - add_modifier = { # reduced kill rate - name = laws_against_war_crimes - months = long_modifier_time - } - } -} - -# Munitions Plants -war_crimes.2 = { - type = country_event - placement = scope:munitions_state - - title = war_crimes.2.t - desc = war_crimes.2.d - flavor = war_crimes.2.f - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - duration = 3 - - trigger = { - # triggered by je_munitions_factories - } - - immediate = { - random_scope_building = { - limit = { - is_building_type = building_munition_plants - cash_reserves_ratio > 0.25 - weekly_profit > 0 - occupancy >= 0.5 - level >= 5 - } - save_scope_as = munitions_building - state = { - save_scope_as = munitions_state - } - } - g:ammunition = { - save_scope_as = ammo_scope - } - } - - option = { - name = war_crimes.2.a - default_option = yes - scope:munitions_state = { - add_modifier = { # munitions plants throughput - name = munitions_modifier - months = normal_modifier_time - } - } - } - - option = { - name = war_crimes.2.b - add_technology_progress = { progress = 2500 technology = rifling } - } -} \ No newline at end of file diff --git a/events/technology_events.txt b/events/technology_events.txt deleted file mode 100644 index 7ca9f1c3..00000000 --- a/events/technology_events.txt +++ /dev/null @@ -1,414 +0,0 @@ -namespace = technology_events - -technology_events.1 = { #New regulations for cars - type = country_event - placement = root - - title = technology_events.1.t - desc = technology_events.1.d - flavor = technology_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/unspecific_automobile.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/automobile" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - has_technology_researched = combustion_engine - NOT = { - has_variable = car_regulations - } - capital.market = { - owner = root - mg:automobiles = { - market_goods_buy_orders > 200 - } - - } - } - - immediate = { - set_variable = { - name = car_regulations - value = yes - } - - } - - option = { #Restrict them - name = technology_events.1.a - - add_modifier = { - name = automobile_regulations - months = normal_modifier_time - } - - ig:ig_industrialists = { - add_modifier = { - name = industrialists_cars_restricted - months = normal_modifier_time - } - } - } - - option = { #Don't restrict them - name = technology_events.1.b - default_option = yes - ig:ig_industrialists = { - add_modifier = { - name = industrialists_cars_unrestricted - months = normal_modifier_time - } - } - } - - option = { #Restrict the people - name = technology_events.1.c - add_radicals = { - strata = poor - value = medium_radicals - } - } -} - -technology_events.10 = { #Telephone line between countries - type = country_event - placement = root - - title = technology_events.10.t - desc = technology_events.10.d - flavor = technology_events.10.f - - event_image = { - video = "gfx/event_pictures/unspecific_signed_contract.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - duration = 3 - - trigger = { - has_technology_researched = telephone - any_neighbouring_state = { - owner = { - relations:root >= relations_threshold:neutral - is_player = no - has_technology_researched = telephone - NOT = { - has_variable = telephone_exchange - } - } - } - } - - immediate = { - random_neighbouring_state = { - limit = { - owner = { - relations:root >= relations_threshold:neutral - has_technology_researched = telephone - NOT = { - has_variable = telephone_exchange - } - } - } - save_scope_as = telephone_neighbour_state - owner = { - save_scope_as = telephone_neighbour - set_variable = { - name = telephone_exchange - value = yes - } - } - } - } - - option = { #Sure - name = technology_events.10.a - change_relations = { - country = scope:telephone_neighbour - value = 20 - } - } - - option = { #No way - name = technology_events.10.b - default_option = yes - } -} - -technology_events.20 = { #Radio Chats - type = country_event - placement = root - - title = technology_events.20.t - desc = technology_events.20.d - flavor = technology_events.20.f - - gui_window = event_window_1char_tabloid - left_icon = scope:radio_ruler - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/misc/1Character_Banner" - - icon = "gfx/interface/icons/event_icons/event_portrait.dds" - - duration = 3 - - trigger = { - has_technology_researched = radio - NOT = { - has_variable = radio_chats - } - - } - - immediate = { - random_scope_character = { - limit = { - is_ruler = yes - } - save_scope_as = radio_ruler - interest_group = { - save_scope_as = radio_ruler_ig - } - } - set_variable = { - name = radio_chats - value = yes - } - - } - - - - option = { #Authority - name = technology_events.20.a - add_modifier = { - name = modifier_radio_authority - months = normal_modifier_time - } - } - - option = { #ig opinion - name = technology_events.20.b - default_option = yes - scope:radio_ruler_ig = { - add_modifier = { - name = modifier_radio_ig - months = normal_modifier_time - } - } - } - - option = { #God I love opium - name = technology_events.20.c - default_option = yes - highlighted_option = yes - trigger = { - scope:radio_ruler = { - has_trait = opium_addiction - } - } - - add_modifier = { - name = modifier_radio_opium - months = normal_modifier_time - } - } -} - -technology_events.30 = { #Article on weapons of war - type = country_event - placement = root - - title = technology_events.30.t - desc = technology_events.30.d - flavor = technology_events.30.f - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_military.dds" - - duration = 3 - - trigger = { - OR = { - has_technology_researched = automatic_machine_guns - has_technology_researched = chemical_warfare - } - is_at_war = yes - NOT = { - has_variable = weapons_of_war - } - - any_diplomatic_play = { - is_war = yes - } - - } - - immediate = { - set_variable = { - name = weapons_of_war - value = yes - } - - random_scope_war = { - save_scope_as = ongoing_war - } - - } - - option = { #Don't restrict it - name = technology_events.30.a - scope:ongoing_war = { - add_war_war_support = { - target = ROOT - value = -10 - } - } - ig:ig_intelligentsia = { - add_modifier = { - name = disapproves_of_no_weapon_restriction - months = normal_modifier_time - } - } - - - - } - - option = { #Cover it up - name = technology_events.30.b - default_option = yes - - add_modifier = { - name = covering_up_weapons - months = normal_modifier_time - } - - } -} - - -technology_events.40 = { #Distributing photos of our country - type = country_event - placement = root - - title = technology_events.40.t - desc = technology_events.40.d - flavor = technology_events.40.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - has_technology_researched = camera - NOT = { - has_variable = country_photographs - } - } - - immediate = { - set_variable = { - name = country_photographs - value = yes - } - } - - option = { #International - name = technology_events.40.a - add_modifier = { - name = modifier_international_photographs - months = normal_modifier_time - } - - } - - option = { #Domestic - name = technology_events.40.b - default_option = yes - add_modifier = { - name = modifier_domestic_photographs - months = normal_modifier_time - } - } -} - -technology_events.50 = { - type = country_event - placement = root - - title = technology_events.50.t - desc = technology_events.50.d - flavor = technology_events.50.f - - event_image = { - video = "gfx/event_pictures/middleeast_battlefield_trenches.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/battlefield_trenches" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - trigger = { - has_technology_researched = canneries - NOT = { - has_variable = war_time_cans - } - } - - immediate = { - set_variable = { - name = war_time_cans - value = yes - } - } - - option = { #yes - name = technology_events.50.a - add_modifier = { - name = modifier_developing_can_opener - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - - } - - option = { #no - name = technology_events.50.b - default_option = yes - ig:ig_armed_forces = { - add_modifier = { - name = modifier_can_anger - months = normal_modifier_time - } - } - } -} diff --git a/events/test_events.txt b/events/test_events.txt deleted file mode 100644 index ccd29747..00000000 --- a/events/test_events.txt +++ /dev/null @@ -1,3740 +0,0 @@ -namespace = test - -# commented out test events to avoid loc errors -# please fix & uncomment any test events that are still relevant -#test.3 = { -# type = country_event -# -# title = "Missing Title" -# desc = "Missing Desc" -# flavor = "Missing flavor" -# -# option = { -# name = "Missing option name" -# } -#} -# -#test.1 = { -# type = country_event -# hidden = yes -#} -# -#test.2 = { -# type = country_event -# placement = ROOT -# -# weight_multiplier = { -# base = 1 -# } -# -# duration = 3 -# -# option = { -# name = "Throw money at the problem" -# add_treasury = -1000 -# } -# option = { -# name = "Let them bicker." -# default_option = yes -# } -#} -# -#test.5 = { -# type = country_event -# # placement = top -# -# duration = -1 -# -# trigger = { always = no } -# cancellation_trigger = { always = no } -# -# option = { -# name = "Missing option name" -# if = { -# limit = { -# country_rank = c:RUS -# } -# c:GBR = { add_treasury = 100000 } -# -# if = { -# limit = { -# this = c:PRU -# } -# add_treasury = 100000 -# } -# } -# } -#} -# -#test.4 = { -# type = country_event -# -# trigger = { -# always = no -# } -# -# option = { -# name = "A" -# default_option = yes -# } -# -# option = { -# name = "B" -# } -#} -# -##effect loc tests -#test.6 = { -# type = country_event -# placement = ROOT -# -# weight_multiplier = { -# base = 1 -# } -# -# duration = 3 -# -# option = { -# name = "Throw money at the problem" -# add_treasury = -1000 -# add_technology_progress = { -# progress = 666 -# technology = percussion_cap -# } -# add_technology_progress = { -# progress = -666 -# technology = army_reserves -# } -# change_relations = { -# value = 10 -# country = c:PRU -# } -# change_relations = { -# value = -10 -# country = c:RUS -# } -# set_owes_obligation_to = { -# setting = yes -# country = c:RUS -# } -# set_owes_obligation_to = { -# setting = no -# country = c:PRU -# } -# c:DEN = { -# set_country_type = decentralized -# } -# set_capital = STATE_ILE_DE_FRANCE -# clear_debt = yes -# c:DEN = { -# clear_debt = no -# clear_scaled_debt = 5 -# } -# create_character = { -# first_name = Johan_Peter -# last_name = af_Billbergh -# } -# add_technology_researched = percussion_cap -# add_era_researched = era_3 -# } -#} -# -#test.8 = { -# type = country_event -# placement = ROOT -# -# weight_multiplier = { -# base = 1 -# } -# -# duration = 3 -# -# option = { -# name = "Missing option name" -# random_scope_state = { -# create_building = { -# level = 1 -# building = building_cottage_industry -# } -# set_state_owner = c:SWE -# create_pop = { -# pop_type = smallholders -# culture = zapotec -# religion = animist -# size = 788 -# } -# random_scope_pop = { -# add_pop_wealth = { -# wealth_distribution = { -# value = 8 -# } -# } -# add_pop_wealth = { -# wealth_distribution = { -# value = -8 -# } -# } -# set_pop_wealth = { -# wealth_distribution = { -# value = 8 -# } -# } -# set_pop_happiness = { -# happiness_distribution = { -# value = 10 -# } -# } -# } -# } -# random_list = { -# 2 = { -# change_relations = { -# value = 10 -# country = c:DEN -# } -# } -# } -# trigger_event = { -# id = test.9 -# } -# } -#} -# -#test.9 = { -# type = country_event -# -# title = "Angry plebs" -# -# duration = 3 -# -# trigger = { -# has_ruling_interest_group = ig_rural_folk -# } -# -# option = { -# name = "Get angry" -# ig:ig_rural_folk = { -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# -# ig:ig_petty_bourgeoisie = { -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# -# ig:ig_trade_unions = { -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# } -#} -# -#test.10 = { -# type = country_event -# placement = ROOT -# title = "Angry newbs" -# duration = 3 -# trigger = { -# -# } -# option = { -# name = "Get angry" -# default_option = yes -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# -# if = { -# limit = { -# religion = rel:protestant -# } -# -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# -# if = { -# limit = { -# any_neighbouring_state = { -# owner = { -# religion = root.religion -# } -# } -# } -# -# add_modifier = { -# name = angry_plebs -# months = long_modifier_time -# } -# } -# } -#} -# -#test.11 = { -# type = country_event -# placement = ROOT -# title = "Angry newbs" -# duration = 3 -# trigger = { -# -# } -# option = { -# name = "Get angry" -# default_option = yes -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# -# if = { -# limit = { -# ig:ig_petty_bourgeoisie = { -# has_ideology = ideology_jingoist -# } -# } -# -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# -# if = { -# limit = { -# any_interest_group = { -# has_ideology = ideology_jingoist -# } -# } -# -# add_modifier = { -# name = angry_plebs -# months = long_modifier_time -# } -# } -# } -#} -# -#test.12 = { -# type = country_event -# placement = ROOT -# title = "Missing title" -# desc = "Missing desc" -# flavor = "Missing flavor" -# duration = 3 -# trigger = { -# any_state = { -# owner = ROOT -# is_incorporated = no -# } -# } -# option = { -# name = "Throw money at the problem" -# random_state = { -# limit = { -# owner = ROOT -# is_incorporated = no -# } -# incorporate = yes -# } -# } -#} -# -#test.13 = { -# type = country_event -# placement = ROOT -# title = "Angry newbs" -# duration = 3 -# trigger = { -# -# } -# option = { -# name = "Get angry" -# default_option = yes -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# -# if = { -# limit = { -# any_interest_group = { -# law_stance = { -# law = law_oligarchy -# value >= strongly_approve -# } -# } -# } -# -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# } -#} -# -#test.14 = { -# type = country_event -# placement = ROOT -# title = "Angry newbs" -# duration = 3 -# -# option = { -# name = "Get angry" -# default_option = yes -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# -# if = { -# limit = { -# any_neighbouring_state = { -# owner = { -# average_sol > root.average_sol -# } -# } -# } -# -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# } -#} -# -#test.15 = { -# type = country_event -# -# title = "Angry plebs" -# -# duration = 3 -# -# trigger = { -# has_ruling_interest_group = ig_armed_forces -# } -# -# option = { -# name = "Get angry" -# ig:ig_armed_forces = { -# add_modifier = { -# name = angry_plebs -# months = normal_modifier_time -# } -# } -# } -#} -# -#test.16 = { -# type = country_event -# title = "Alchoholic plebs" -# duration = 5 -# trigger = { -# } -# option = { -# random_scope_character = { -# limit = { -# has_role = general -# experience_level > 1 -# } -# -# random_list = { -# 50 = { -# trigger = { -# NOT = { -# has_trait = bigoted -# } -# } -# -# modifier = { -# if = { -# limit = { -# always = yes -# } -# add = -10 -# } -# -# if = { -# limit = { -# has_trait = reckless -# } -# add = 30 -# } -# } -# -# add_trait = bigoted -# } -# -# 40 = { -# add_trait = reckless -# } -# } -# } -# } -#} -# -#test.17 = { -# type = country_event -# title = "Mad lads" -# duration = 5 -# trigger = { -# } -# -# option = { -# random_scope_character = { -# limit = { -# has_role = general -# } -# -# add_trait = wrathful -# add_trait = reserved -# add_trait = forest_commander -# add_trait = plains_commander -# } -# } -#} -# -#test.18 = { -# type = country_event -# duration = 10 -# trigger = { -# -# } -# -# option = { -# every_state = { -# set_state_owner = ROOT -# } -# } -#} -# -#test.19 = { -# type = country_event -# duration = 10 -# -# option = { -# trigger_event = { id = test.20 days = 0 popup = yes } -# } -#} -# -#test.20 = { -# type = country_event -# duration = 10 -# title = "What is the city of world desire" -# -# option = { -# default_option = yes -# name = "Stockholm" -# } -# -# option = { -# name = "New York" -# } -# -# option = { -# name = "Manchester" -# highlighted_option = yes -# -# trigger = { -# has_ruling_interest_group = ig_industrialists -# } -# -# show_as_unavailable = { always = yes } -# -# random_scope_character = { -# limit = { -# has_role = general -# } -# -# add_trait = wrathful -# } -# } -# -# option = { -# name = "Clearly Manchester" -# highlighted_option = yes -# -# show_as_unavailable = { always = yes } -# -# trigger = { -# has_gameplay_dlc = "City of Worlds Desire" -# } -# } -#} -# -#test.21 = { -# title = "No to slavery!" -# -# type = country_event -# duration = 10 -# -# option = { -# name = "for freedom!" -# -# if = { -# limit = { -# this = c:USA -# } -# create_country = { -# tag = CSA -# origin = this -# -# state = s:STATE_EASTERN_THRACE.region_state:TUR -# # state = another state.. -# -# on_created = { -# activate_law = law_type:law_slavery_banned -# } -# } -# } -# else = { -# create_country = { -# origin = this -# -# state = s:STATE_EASTERN_THRACE.region_state:TUR -# state = s:STATE_EASTERN_THRACE.region_state:TUR -# # state = another state.. -# -# on_created = { -# activate_law = law_type:law_slavery_banned -# } -# } -# } -# } -# -# option = { -# name = "we don't even?" -# -# default_option = yes -# -# trigger = { -# has_law = law_type:law_slavery_banned -# } -# } -# -# option = { -# name = "let me out" -# } -#} -# -#test.22 = { -# title = "is slave state trigger test event" -# -# type = country_event -# duration = 10 -# -# immediate = { -# random_state = { -# limit = { -# owner = ROOT -# } -# save_scope_as = random_state -# } -# } -# -# option = { -# name = "chosen state" -# default_option = yes -# -# custom_tooltip = "[SCOPE.sState('random_state').GetName]" -# } -# -# option = { -# name = "trigger tooltip" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_state = { -# is_slave_state = yes -# } -# } -# } -#} -# -#test.23 = { -# title = "character busy test event" -# -# type = country_event -# duration = 10 -# -# immediate = { -# random_scope_character = { -# save_scope_as = random_character -# } -# } -# -# option = { -# name = "becomes busy" -# -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_character = { -# is_busy = no -# } -# } -# -# scope:random_character = { -# set_character_busy = yes -# } -# } -# -# option = { -# name = "becomes free" -# -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_character = { -# is_busy = yes -# } -# } -# -# scope:random_character = { -# set_character_busy = no -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} -# -#test.24 = { -# title = "homelands test event" -# -# type = country_event -# duration = 10 -# -# option = { -# name = "state region is_homeland culture key" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_EASTERN_THRACE = { -# is_homeland = turkish -# } -# } -# } -# -# option = { -# name = "not - state region is_homeland culture key" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_EASTERN_THRACE = { -# is_homeland = north_german -# } -# } -# } -# -# option = { -# name = "state region is_homeland culture" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_EASTERN_THRACE = { -# is_homeland = cu:turkish -# } -# } -# } -# -# option = { -# name = "not - state region is_homeland culture" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_EASTERN_THRACE = { -# is_homeland = cu:north_german -# } -# } -# } -# -# option = { -# name = "culture has_homeland state" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# cu:turkish = { -# has_homeland = s:STATE_EASTERN_THRACE.region_state:TUR -# } -# } -# } -# -# option = { -# name = "not - culture has_homeland state" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# cu:north_german = { -# has_homeland = s:STATE_EASTERN_THRACE.region_state:TUR -# } -# } -# } -# -# option = { -# name = "culture has_homeland state region" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# cu:turkish = { -# has_homeland = s:STATE_EASTERN_THRACE -# } -# } -# } -# -# option = { -# name = "not - culture has_homeland state region" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# cu:north_german = { -# has_homeland = s:STATE_EASTERN_THRACE -# } -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} -# -# test.25 = { -# title = "state welfare modifier test" -# placement = scope:random_state -# -# type = country_event -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# -# option = { -# name = "add modifier effect adding static static modifier with dynamic modifier type" -# -# scope:random_state = { -# add_modifier = { -# name = swedish_welfare -# months = 12 -# } -# } -# } -# -# option = { -# name = "add modifier effect adding dynamic static modifier" -# -# scope:random_state = { -# add_modifier = { -# name = state_swedish_welfare_add_modifier -# months = 12 -# } -# } -# } -# -# option = { -# name = "add culture welfare modifier effect" -# -# scope:random_state = { -# add_culture_standard_of_living_modifier = { -# culture = cu:swedish -# months = 12 -# } -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -# } -# -# test.26 = { -# title = "flag scopes test" -# -# type = country_event -# duration = 10 -# -# option = { -# name = "this is the country" -# -# add_treasury = 1000 -# } -# -# option = { -# name = "this is their top overlord" -# -# top_overlord = { -# add_treasury = 1000 -# } -# } -# -# option = { -# name = "these are their subjects" -# -# every_subject_or_below = { -# add_treasury = 1000 -# } -# } -# -# option = { -# name = "these are their overlords" -# -# every_overlord_or_above = { -# add_treasury = 1000 -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} -# -#test.27 = { -# title = "culture/religion has_trait test" -# -# type = country_event -# duration = 10 -# -# option = { -# name = "are they european?" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_primary_culture = { -# has_discrimination_trait = european_heritage -# } -# } -# } -# -# option = { -# name = "are they christian?" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# religion = { -# has_discrimination_trait = christian -# } -# } -# } -# -# option = { -# name = "do they speak english?" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_primary_culture = { -# has_discrimination_trait = anglophone -# } -# } -# } -# -# option = { -# name = "are they british?" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_primary_culture = { -# has_discrimination_trait = british_culture_group -# } -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} -# -#test.28 = { -# title = "ig promotion/suppression test" -# -# type = country_event -# duration = 10 -# -# immediate = { -# random_interest_group = { -# save_scope_as = random_ig -# } -# } -# -# option = { -# name = "start promote landowners" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# ig:ig_landowners = { -# set_ig_bolstering = yes -# } -# } -# option = { -# name = "stop promote landowners" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# ig:ig_landowners = { -# set_ig_bolstering = no -# } -# } -# -# option = { -# name = "start suppress landowners" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# ig:ig_landowners = { -# set_ig_suppression = yes -# } -# } -# option = { -# name = "stop suppress landowners" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# ig:ig_landowners = { -# set_ig_suppression = no -# } -# } -# -# option = { -# name = "start promote random" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# scope:random_ig = { -# set_ig_bolstering = yes -# } -# } -# option = { -# name = "stop promote random" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# scope:random_ig = { -# set_ig_bolstering = no -# } -# } -# -# option = { -# name = "start suppress random" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# scope:random_ig = { -# set_ig_suppression = yes -# } -# } -# option = { -# name = "stop suppress random" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# scope:random_ig = { -# set_ig_suppression = no -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} -# -#test.29 = { -# title = "pollution trigger test" -# -# type = country_event -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# -# option = { -# name = "check pollution in state" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# scope:random_state.state_region = { -# pollution_amount > 100 -# } -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} -# -#test.30 = { -# title = "capital state trigger test" -# -# type = country_event -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# -# option = { -# name = "is random state root capital" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# scope:random_state = { -# is_capital = yes -# } -# } -# } -# -# option = { -# name = "is random state french capital" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# scope:random_state = { -# is_capital = yes -# } -# } -# } -# -# option = { -# name = "does ile de france contain our capital" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# s:STATE_ILE_DE_FRANCE = { -# contains_capital_of = ROOT -# } -# } -# } -# -# option = { -# name = "does ile de france contain french capital" -# -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# s:STATE_ILE_DE_FRANCE = { -# contains_capital_of = FRA -# } -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} -# -#test.31 = { -# type = country_event -# -# title = "add/remove primary culture test" -# -# option = { -# name = "add dutch as primary culture" -# add_primary_culture = cu:dutch -# } -# -# option = { -# name = "remove dutch as primary culture" -# remove_primary_culture = cu:dutch -# } -#} -# -#test.32 = { -# type = country_event -# -# title = "set pop qualifications test" -# -# option = { -# name = "more aristocrats in the capital" -# -# capital = { -# every_scope_pop = { -# set_pop_qualifications = { -# pop_type = aristocrats -# potential = 0.2 -# } -# } -# } -# } -# -# -# option = { -# name = "more literacy in the capital" -# -# capital = { -# every_scope_pop = { -# set_pop_literacy = { -# literacy_rate = 0.2 -# } -# } -# } -# } -# -# option = { -# name = "cancel" -# default_option = yes -# } -#} - -#test.33 = { -# type = country_event -# -# title = "Missing title" -# -# option = { -# name = "Missing option name" -# -# every_primary_culture = { -# add_cultural_obsession = liquor -# } -# } -# -# option = { -# name = CANCEL -# default_option = yes -# } -#} - -#test.40 = { -# type = country_event -# title = "Missing title" -# -# immediate = { -# create_character = { -# ideology = ideology_feminist -# save_scope_as = new_character -# -# } -# } -# -# option = { -# name = "Missing option name" -# -# scope:new_character = { -# set_as_interest_group_leader = yes -# } -# } -# -#} - -#test.34 = { -# type = country_event -# -# title = "Missing title" -# -# option = { -# name = "Missing option name" -# -# capital = { -# market = { -# every_trade_route = { -# limit = { -# goods = g:tea -# importer = ROOT.capital.market -# not = { owner = ROOT } -# } -# -# owner = { -# set_owes_obligation_to = { -# country = ROOT -# setting = yes -# } -# } -# } -# } -# } -# } -#} - -#test.35 = { -# type = country_event -# -# title = "Missing title" -# -# trigger = { -# radical_fraction = { -# value <= 0.10 -# culture = cu:north_german -# religion = rel:catholic -# pop_type = laborers -# } -# } -# -# option = { -# name = "Missing option name" -# -# add_radicals = { -# value = 0.1 -# culture = cu:north_german -# religion = rel:catholic -# pop_type = laborers -# } -# } -# option = { -# name = "All poor radicals" -# add_radicals = { -# value = 1 -# strata = poor -# } -# } -# option = { -# name = "All middle loyalists" -# add_loyalists = { -# value = 1 -# strata = middle -# } -# } -#} - -#test.36 = { -# type = country_event -# -# title = "Missing title" -# -# trigger = { always = no } -# -# option = { -# name = "Missing option name" -# default_option = yes -# -# ai_chance = { -# base = 10 -# modifier = { -# add = 50 -# c:TEX = ROOT -# } -# modifier = { -# factor = 0.2 -# is_at_war = no -# } -# } -# -# play_as = c:USA -# } -# option = { -# name = "Missing option name" -# -# ai_chance = { -# base = 10 -# modifier = { -# add = 50 -# c:BEL = ROOT -# } -# modifier = { -# factor = 0.2 -# is_at_war = yes -# } -# } -# -# play_as = c:FRA -# } -#} - -#test.37 = { -# title = "Missing title" -# -# type = country_event -# duration = 10 -# -# option = { -# name = "Missing option name" -# -# show_as_unavailable = { always = yes } -# trigger = { -# any_scope_character = { -# is_in_void = no # Shouldn't actually be needed, as void characters are not included in scoped character lists -# has_role = general -# } -# } -# -# random_scope_character = { -# limit = { -# is_in_void = no # Shouldn't actually be needed, as void characters are not included in scoped character lists -# has_role = general -# } -# place_character_in_void = 6 # After 6 months, delete the voided character -# } -# } -# -# option = { -# name = "Missing option name" -# -# show_as_unavailable = { always = yes } -# trigger = { -# any_character_in_void = { -# owner = root -# } -# } -# -# random_character_in_void = { -# limit = { owner = root } -# free_character_from_void = yes -# } -# } -# -# option = { -# name = "Missing option name" -# default_option = yes -# } -#} - -#test.38 = { -# type = country_event -# -# title = "Missing title" -# -# option = { -# name = add_dev -# capital = { -# state_region = { -# add_devastation = 25 -# add_arable_land = 2 -# } -# } -# } -# -# option = { -# name = rem_dev -# capital = { -# state_region = { -# add_devastation = -25 -# add_arable_land = -2 -# } -# } -# } -#} - -# Keeping this event here commented out since it can be usefull for testing the effects add_experience and set_commander_rank -#test.39 = { -# type = country_event -# -# title = "Missing title" -# duration = 10 -# option = { -# name = add_exp -# ruler = { -# add_experience = 0.1 -# } -# } -# -# option = { -# name = set_rank -# random_scope_character = { -# limit = { -# has_role = general -# } -# set_commander_rank = 4 -# } -# } -#} - -#test.43 = { -# type = country_event -# -# title = "Missing title" -# desc = natural_disaster_events.1.d -# flavor = natural_disaster_events.1.f -# -# duration = 10 -# -# ### CHARACTER EVENTS WITH SPECIAL BACKGROUNDS (choose one gui_window) -# #gui_window = event_window_1char_tabloid -# #gui_window = event_window_1char_lord_kitchener -# #gui_window = event_window_1char_propaganda -# #left_icon = ruler #only portraits and used in combination with the 3 windows above -# -# gui_window = event_window_2char -# left_icon = ruler #only portraits -# right_icon = c:PRU.ruler #only portraits and together with event_window_2char -# -# ### EVENT WITH A BIG ICON IN THE CENTER -# #gui_window = event_window_big_icon_center -# #center_icon = g:explosives #any icon, not just goods -# -# ### THESE MINOR ICONS IS IN THE HEADER AND CAN ALSO BE USED IN COMBINATION WITH THE VIDEO IMAGES. -# ### THEY SUPPORT FLAGS/ICONS/PORTRAITS AND 1 CAN BE USED ON EACH SIDE. -# ### IF USED IN COMBINATION WITH ANY OF THE CHARACTER WINDOWS I WOULD RECOMMEND NOT USING PORTRAITS. -# #minor_left_icon = ruler -# #minor_right_icon = ROOT -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test set_devastation effect using a small earthquake -#test.44 = { -# type = country_event -# -# title = natural_disaster_events.1.t -# desc = natural_disaster_events.1.d -# flavor = natural_disaster_events.1.f -# -# duration = 3 -# -# immediate = { -# random_state = { -# limit = { -# owner = ROOT -# } -# save_scope_as = earthquake_state -# } -# } -# -# option = { # Clear devastation -# name = "Missing option name" -# default_option = yes -# scope:earthquake_state.state_region = { -# set_devastation = 0 -# } -# -# } -# -# option = { # Half devastation -# name = Missing option name" -# scope:earthquake_state.state_region = { -# set_devastation = 50 -# } -# } -# -# option = { # Full devastation -# name = "Missing option name" -# scope:earthquake_state.state_region = { -# set_devastation = 100 -# } -# } -#} - - -# Test make_independent effect -#test.45 = { -# type = country_event -# title = "Missing title" -# duration = 10 -# -# option = { -# name = "Missing option name" -# make_independent = yes -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# make_independent = no -# } -#} - -# Test remove_diplomatic_pact effect -#test.46 = { -# type = country_event -# title = "Missing title" -# duration = 10 -# -# option = { -# name = "Missing option name" -# remove_diplomatic_pact = { -# country = c:NOR -# type = personal_union -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test has_play_goal trigger -#test.47 = { -# type = country_event -# title = "Missing title" -# duration = 10 -# -# option = { -# name = "Missing option name" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_diplomatic_play = { -# has_play_goal = return_state -# } -# } -# } -# -# option = { -# name = "Missing option name" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_diplomatic_play = { -# has_play_goal = conquer_state -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test set_ideology effect -#test.48 = { -# type = country_event -# title = "Missing title" -# duration = 10 -# -# immediate = { -# random_interest_group = { -# save_scope_as = random_ig -# } -# } -# -# option = { -# name = "Missing option name" -# scope:random_ig.leader = { -# set_ideology = ideology_traditionalist -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -# -# after = { -# random_state = { -# limit = { -# owner = ROOT -# } -# start_building_construction = building_barracks -# } -# } -#} - -# Test has_play_goal trigger -#test.49 = { -# type = country_event -# title = "Missing title" -# duration = 10 -# -# option = { -# name = "Missing option name" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_scope_war = { -# has_war_goal = return_state -# } -# } -# } -# -# option = { -# name = "Missing option name" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_scope_war = { -# has_war_goal = conquer_state -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test in_election_campaign trigger -#test.50 = { -# type = country_event -# title = "In election campaign test" -# duration = 10 -# -# option = { -# name = "Is in election campaign" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { in_election_campaign = yes } -# } -# -# option = { -# name = "Is not in election campaign" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { in_election_campaign = no } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test call_election effect -#test.51 = { -# type = country_event -# title = "Call election effect test" -# duration = 10 -# -# option = { -# name = "Call election in 8 months" -# call_election = { -# months = 8 -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test is_expanding_institution trigger -#test.55 = { -# type = country_event -# title = "Is expanding institution trigger test" -# duration = 10 -# -# option = { -# name = "Is expanding an institution" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { is_expanding_institution = yes } -# } -# -# option = { -# name = "Is NOT expanding an institution" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { is_expanding_institution = no } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test expanding_institution trigger -#test.56 = { -# type = country_event -# title = "Expanding institution trigger test" -# duration = 10 -# -# option = { -# name = "Is expanding Home Affairs" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { expanding_institution = institution_home_affairs } -# } -# -# option = { -# name = "Is expanding Education" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { expanding_institution = institution_schools } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.57 = { -# type = country_event -# title = "change_institution_investment_level effect test" -# duration = 10 -# -# option = { -# name = "Country changes the investment level of institution Law Enforcement by -1" -# change_institution_investment_level = { -# institution = institution_police -# investment = -1 -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.59 = { -# type = country_event -# title = "is_being_suppressed test" -# duration = 10 -# -# option = { -# name = "Landowners are being suppressed" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# ig:ig_landowners = { -# is_being_suppressed = yes -# } -# } -# } -# -# option = { -# name = "Devout are NOT being suppressed" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# ig:ig_devout = { -# is_being_suppressed = no -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} -# -#test.60 = { -# type = country_event -# title = "is_being_bolstered test" -# duration = 10 -# -# option = { -# name = "Landowners are being promoted" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# ig:ig_landowners = { -# is_being_bolstered = yes -# } -# } -# } -# -# option = { -# name = "Devout are NOT being promoted" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# ig:ig_devout = { -# is_being_bolstered = no -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.61 = { -# type = country_event -# title = "is_same_interest_group_type trigger test" -# duration = 10 -# -# immediate = { -# random_interest_group = { -# save_scope_as = random_ig -# } -# } -# -# option = { -# name = "Devout has scoped random IG type" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# ig:ig_devout = { -# is_same_interest_group_type = scope:random_ig -# } -# } -# } -# -# option = { -# name = "Landowners has scoped random IG type" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# ig:ig_landowners = { -# is_same_interest_group_type = scope:random_ig -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test remaining_undepleted trigger -#test.52 = { -# type = country_event -# title = "remaining_undepleted test" -# duration = 10 -# -# option = { -# name = "California does NOT have greater than 3 resources remaining in Gold Mines" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_CALIFORNIA = { -# remaining_undepleted = { -# type = bg_gold_mining -# amount > 3 -# } -# } -# } -# } -# -# option = { -# name = "Mysore has greater than 7 resources remaining in Gold Mines" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_MYSORE = { -# remaining_undepleted = { -# type = bg_gold_mining -# amount > 8 -# } -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test force_resource_discovery effect -#test.53 = { -# type = country_event -# title = "Force Resource Discovery effect test" -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# -# option = { -# name = "Discover resources in Gold Mines of random state" -# scope:random_state = { -# force_resource_discovery = bg_gold_mining -# } -# } -# -# option = { -# name = "Discover resources in Oil Extractors of random state" -# scope:random_state = { -# force_resource_discovery = bg_oil_extraction -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test force_resource_depletion effect -#test.54 = { -# type = country_event -# title = "Force Resource Depletion effect test" -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# -# option = { -# name = "Deplete resources in Gold Mines of random state" -# scope:random_state = { -# force_resource_depletion = bg_gold_mining -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.58 = { -# type = country_event -# placement = ROOT -# -# title = "state_disallow_incorporation modifier test" -# -# duration = 3 -# -# trigger = { -# } -# -# immediate = { -# random_state = { -# limit = { -# owner = ROOT -# } -# save_scope_as = cur_state -# } -# } -# -# option = { -# name = "Add state_disallow_incorporation modifier" -# default_option = yes -# scope:cur_state = { -# add_modifier = { -# name = modifier_state_disallow_incorporation_test -# months = 1 -# is_decaying = no -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# Test culture_secession_progress trigger -#test.59 = { -# type = country_event -# title = "Test culture secession progress trigger" -# duration = 10 -# -# option = { -# name = "Do nothing" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# # This option is available if `polish` are growing a secession -# # with progress greater than 20% in Prussia -# trigger = { -# cu:polish = { -# culture_secession_progress = { -# target = c:PRU -# value > 0.2 -# } -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.60 = { -# type = country_event -# title = "Test" -# desc = "Added country scope support to random_scope_culture. Added support to culture scope in has_culture" -# duration = 10 -# -# immediate = { -# # country scope support was added to `random_scope_culture` -# random_scope_culture = { -# save_scope_as = some_culture -# } -# } -# -# option = { -# name = "Check ruler culture against random scope culture" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# ruler = { -# has_culture = scope:some_culture -# } -# } -# } -# -# option = { -# name = "Check ruler culture against other character culture" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# ruler = { -# has_culture = c:PRU.ruler -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.61 = { -# type = country_event -# title = "Test create character effect" -# duration = 10 -# -# option = { -# name = "Create Erwin" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# create_character = { -# #role = politician # Remove this line -# first_name = "Erwin" # "August" "Erwin" -# last_name = "Vogel_von_Falkenstein" # "von_Alten" "Vogel_von_Falkenstein" -# ruler = yes -# age = 42 -# interest_group = ig:ig_rural_folk -# ideology = ideology_traditionalist -# culture = cu:brazilian -# religion = rel:theravada -# traits = { -# reserved -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -# -#} - -#test.62 = { -# type = country_event -# title = "Colony" -# duration = 10 -# -# immediate = { -# -# } -# -# option = { -# name = "Colony" -# default_option = yes -# -# set_all_colony = yes -# } -# -#} - -#test.63 = { -# type = country_event -# title = "Start building a construction" -# duration = 10 -# -# immediate = { -# random_state = { -# limit = { -# owner = ROOT -# } -# save_scope_as = cur_state -# } -# } -# -# option = { -# name = "Start building barracks" -# scope:cur_state = { -# start_building_construction = building_barracks -# } -# } -# -# option = { -# name = "Start building urban center" -# scope:cur_state = { -# start_building_construction = building_urban_center -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.64 = { -# type = country_event -# title = "Add pollution effect test" -# duration = 10 -# -# option = { -# name = "Remove 10 pollution" -# s:STATE_EASTERN_THRACE = { -# add_pollution = -10 -# } -# } -# -# option = { -# name = "Add 10 pollution" -# s:STATE_EASTERN_THRACE = { -# add_pollution = 10 -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# test.65 = { -# type = country_event -# placement = ROOT -# -# title = "Popularity modifier test" -# -# duration = 10 -# -# trigger = { -# } -# -# option = { -# name = "The Ruler is considered a real jerk" -# default_option = yes -# ruler = { -# add_modifier = { -# name = a_real_jerk -# years = 1 -# is_decaying = no -# } -# } -# } -# option = { -# name = "The Ruler is of the people" -# default_option = no -# ruler = { -# add_modifier = { -# name = of_the_people -# is_decaying = no -# } -# } -# } -# option = { -# name = "The Ruler was spotted dressing snappily" -# default_option = no -# ruler = { -# add_modifier = { -# name = snappy_dresser -# years = 2 -# is_decaying = yes -# } -# } -# } -# } - -#test.66 = { -# type = country_event -# -# title = "sound test event" -# desc = "sound test event" -# -# option = { -# name = "test option" -# } -# -# on_created_soundeffect = "event:/SFX/UI/SideBar/budget" -# on_opened_soundeffect = "event:/SFX/UI/SideBar/budget" -#} - -#test.661 = { -# type = country_event -# -# title = "test event" -# desc = "test event" -# -# option = { -# name = "test option" -# -# s:STATE_MINSK = { -# set_owner_of_provinces = { -# country = c:SWE -# provinces = { x0161E0 x2B4670 xA16195 xC9C7AF x51F4A4 x26722B x557F9F } -# } -# } -# } -#} - -#test.67 = { -# type = country_event -# placement = ROOT -# -# title = "Add building level effect test" -# duration = 10 -# -# immediate = { -# random_state = { -# limit = { -# owner = ROOT -# } -# save_scope_as = cur_state -# } -# } -# -# option = { -# name = "Add 2 levels to barracks" -# scope:cur_state = { -# add_building_level = { -# building = building_barracks -# level = 2 -# } -# } -# } -# -# option = { -# name = "Remove 1 level from barracks" -# scope:cur_state = { -# add_building_level = { -# building = building_barracks -# level = -1 -# } -# } -# } -# -# option = { -# name = "Add 10 levels to livestock ranches" -# scope:cur_state = { -# add_building_level = { -# building = building_livestock_ranch -# level = 10 -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# test.68 = { -# type = country_event -# placement = ROOT -# -# title = "Momentum test" -# -# duration = 10 -# -# trigger = { -# } -# -# option = { -# name = "Time for Election!" -# default_option = yes -# set_next_election_date = "1836.7.12" -# } -# -# option = { -# name = "Rural Folk gains momentum" -# ig:ig_rural_folk = { -# add_momentum = 0.2 -# } -# } -# -# option = { -# name = "Rural Folk loses momentum" -# ig:ig_rural_folk = { -# add_momentum = -0.1 -# } -# } -# -# option = { -# name = "Petty Bourgeoisie gains momentum" -# ig:ig_petty_bourgeoisie = { -# add_momentum = 0.4 -# } -# } -# -# option = { -# name = "Petty Bourgeoisie loses momentum" -# ig:ig_petty_bourgeoisie = { -# add_momentum = -0.25 -# } -# } -# } - -#test.69 = { -# type = country_event -# placement = ROOT -# -# title = "resolve_play_for effect test" -# duration = 10 -# -# immediate = { -# random_diplomatic_play = { -# save_scope_as = cur_play -# } -# } -# -# option = { -# name = "Resolve play for initiator" -# scope:cur_play = { -# resolve_play_for = initiator -# } -# } -# option = { -# name = "Resolve play for target" -# scope:cur_play = { -# resolve_play_for = target -# } -# } -# option = { -# name = "Resolve play for current country" -# scope:cur_play = { -# resolve_play_for = root -# } -# } -# option = { -# name = "Resolve play for Spain" -# scope:cur_play = { -# resolve_play_for = c:SPA -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.70 = { -# type = country_event -# -# title = "Change Enactment Success" -# -# option = { -# name = "Add Enactment Success" -# add_enactment_modifier = { -# name = law_enactment_chance -# multiplier = 0.1 -# } -# } -# -# option = { -# name = "Remove Enactment Success" -# add_enactment_modifier = { -# name = law_enactment_chance -# multiplier = -0.1 -# } -# } -#} - -# test.71 = { -# title = "Game Over Test" -# # is_popup = yes -# -# option = { -# name = "Lose the game!" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# c:BEL = { -# annex = root -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -# } - -#test.72 = { -# type = country_event -# placement = ROOT -# -# title = "lock_trade_route effect test" -# duration = 10 -# -# immediate = { -# random_trade_route = { -# save_scope_as = cur_trade_route -# } -# } -# -# option = { -# name = "Lock the trade route" -# scope:cur_trade_route = { -# lock_trade_route = { -# days = 4 -# } -# } -# } -# option = { -# name = "Lock the trade route" -# scope:cur_trade_route = { -# lock_trade_route = { -# weeks = 4 -# } -# } -# } -# option = { -# name = "Lock the trade route" -# scope:cur_trade_route = { -# lock_trade_route = { -# months = 4 -# } -# } -# } -# option = { -# name = "Lock the trade route" -# scope:cur_trade_route = { -# lock_trade_route = { -# years = 4 -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.73 = { -# type = country_event -# placement = ROOT -# -# title = "culture_is_discriminated_in trigger test" -# duration = 10 -# -# immediate = { -# random_scope_culture = { -# save_scope_as = cur_culture -# } -# } -# -# option = { -# name = "Check random scope culture if it's discriminated against" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# scope:cur_culture = { -# culture_is_discriminated_in = root -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.74 = { -# type = country_event -# placement = ROOT -# -# title = "has_claim_by trigger test" -# duration = 10 -# -# option = { -# name = "Check if there is a state which is claimed by Mexico" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# any_state = { -# owner = root -# has_claim_by = c:MEX -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.75 = { -# type = country_event -# placement = ROOT -# -# title = "add_investment_pool effect test" -# duration = 10 -# -# option = { -# name = "Add 50K to the investment pool" -# add_investment_pool = 50000 -# } -# -# option = { -# name = "Add 100K to the investment pool" -# add_investment_pool = 100000 -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.76 = { -# type = country_event -# title = "Missing title" -# -# option = { -# name = "Lead producer of grain" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# trigger = { -# leading_producer_of = g:grain -# } -# } -# option = { -# name = "Not lead producer of grain" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# trigger = { -# NOT = { leading_producer_of = g:grain } -# } -# } -#} - -#test.77 = { -# type = country_event -# title = "Missing title" -# -# option = { -# name = "global_country_ranking = 42" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# trigger = { -# global_country_ranking = 42 -# } -# } -# option = { -# name = "global_country_ranking > 42" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# trigger = { -# global_country_ranking > 42 -# } -# } -# option = { -# name = "global_country_ranking < 42" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# trigger = { -# global_country_ranking < 42 -# } -# } -#} - -#test.78 = { -# type = country_event -# title = "Missing title" -# -# immediate = { -# every_scope_pop = { -# if = { -# OR = { -# is_pop_type = peasants -# is_pop_type = soldiers -# is_pop_type = officers -# is_pop_type = aristocrats -# } -# save_scope_as = pop_scope -# } -# } -# } -# -# option = { -# name = "Country literacy_rate > 0.76" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# literacy_rate > 0.76 -# } -# } -# option = { -# name = "Pop literacy_rate > 0.76" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# -# trigger = { -# exists = scope:pop_scope -# scope:pop_scope = { -# literacy_rate > 0.76 -# } -# } -# } -#} - -#test.79 = { -# type = country_event -# title = "Missing title" -# -# immediate = { -# random_state = { -# limit = { owner = ROOT } -# save_scope_as = state_scope -# } -# } -# -# option = { -# name = "Mass migration target" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# trigger = { -# exists = scope:state_scope -# scope:state_scope = { -# is_mass_migration_target = yes -# } -# } -# } -# option = { -# name = "Mass migration target" -# show_as_unavailable = { always = yes } -# highlighted_option = yes -# trigger = { -# exists = scope:state_scope -# scope:state_scope = { -# is_mass_migration_target = no -# } -# } -# } -#} - -#test.80 = { -# type = country_event -# placement = ROOT -# -# title = "Average Infrastructure trigger test" -# duration = 10 -# -# option = { -# name = "Average Infrastructure in Incorporated states" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# average_incorporated_country_infrastructure > 10 -# } -# } -# -# option = { -# name = "Average Infrastructure in all states" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# average_country_infrastructure > 10 -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.81 = { -# type = country_event -# placement = ROOT -# -# title = "Market Access trigger test" -# duration = 10 -# -# immediate = { -# random_state = { -# limit = { -# owner = ROOT -# } -# save_scope_as = cur_state -# } -# } -# -# option = { -# name = "Market Access > 80" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# scope:cur_state = { -# market_access > 0.8 -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#est.82 = { -# type = country_event -# placement = ROOT -# -# title = "Pol Movement test" -# duration = 10 -# -# trigger = { -# any_political_movement = { -# political_movement_support > 0.1 -# political_movement_radicalism > 0.1 -# is_political_movement_type = movement_to_preserve -# any_supporting_interest_group = { -# has_ideology = ideology_paternalistic -# } -# } -# } -# -# immediate = { -# random_political_movement = { -# limit = { -# political_movement_support > 0.1 -# political_movement_radicalism > 0.1 -# is_political_movement_type = movement_to_preserve -# } -# save_scope_as = movement_example -# random_supporting_interest_group = { -# limit = { -# has_ideology = ideology_paternalistic -# } -# save_scope_as = example_ig -# } -# } -# } -# -# option = { -# name = movements.1.a -# scope:movement_example = { -# add_modifier = { -# name = example_modifier_pm -# months = 5 -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -# -#test.83 = { -# title = "Throughput Test" -# is_popup = yes -# -# option = { -# name = "More Bureaucracy" -# -# add_modifier = { -# name = more_bureaucracy -# months = normal_modifier_time -# } -# } -# -# option = { -# name = "Less Bureaucracy" -# -# add_modifier = { -# name = less_bureaucracy -# months = normal_modifier_time -# } -# } -# -# option = { -# name = "Cleanup" -# -# remove_modifier = more_bureaucracy -# remove_modifier = less_bureaucracy -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} -# -#test.84 = { -# type = country_event -# placement = ROOT -# -# title = "This is to be tested as USA" -# duration = 10 -# -# option = { -# name = "is_state_region_land = yes" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_WASHINGTON={ -# is_state_region_land = yes -# } -# } -# } -# option = { -# name = "is_state_region_land = no" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_WASHINGTON={ -# is_state_region_land = no -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} -# -#test.85 = { -# type = country_event -# placement = ROOT -# -# title = "This is to be tested as USA" -# duration = 10 -# -# option = { -# name = "is_province_land = yes" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_WASHINGTON={ -# p:xA4DD56 = { -# is_province_land = yes -# } -# } -# } -# } -# option = { -# name = "is_province_land = no" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# s:STATE_WASHINGTON={ -# p:xA4DD56 = { -# is_province_land = no -# } -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.86 = { -# type = country_event -# placement = ROOT -# -# title = "Test any_trigger localization" -# duration = 10 -# option = { -# name = "any_interest_group" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_interest_group = { -# is_revolutionary = no -# is_insurrectionary = no -# is_marginal = no -# OR = { -# has_ideology = ideology_pro_slavery -# leader = { -# has_ideology = ideology_slaver -# } -# } -# } -# } -# } -# option = { -# name = "any_diplomatic_play" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_diplomatic_play = { -# initiator_is = c:TUR -# target_is = c:EGY -# is_diplomatic_play_type = dp_return_state -# } -# } -# } -# option = { -# name = "any_in_hierarchy" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_in_hierarchy = { -# country_rank >= rank_value:great_power -# is_country_mobilized = yes -# } -# } -# } -# option = { -# name = "any_country" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_country = { -# country_rank >= rank_value:great_power -# is_country_mobilized = no -# } -# } -# } -# option = { -# name = "any_character" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_character = { -# has_religion = hindu -# is_female = yes -# is_character_alive = yes -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.87 = { # test calc_true_if -# type = country_event -# placement = ROOT -# -# title = "calc_true_if test" -# duration = 10 -# -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# calc_true_if = { -# amount = 1 -# owns_entire_state_region = STATE_CALABRIA -# owns_entire_state_region = STATE_APULIA -# owns_entire_state_region = STATE_ABRUZZO -# owns_entire_state_region = STATE_SCANIA -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.88 = { -# type = country_event -# placement = ROOT -# -# title = "Political Parties triggers test event" -# duration = 10 -# -# immediate = { -# random_active_party = { -# save_scope_as = cur_party -# } -# random_interest_group = { -# save_scope_as = cur_ig -# } -# } -# -# option = { -# name = "Any IG has a Party" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_interest_group = { -# has_party = yes -# } -# } -# } -# -# option = { -# name = "Any IG is a party member of random Party" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_interest_group = { -# is_member_of_party = scope:cur_party -# } -# } -# } -# -# option = { -# name = "Any Active Party is random Party" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_active_party = { -# is_party = scope:cur_party -# } -# } -# } -# -# option = { -# name = "Any Potential Party is random Party" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_potential_party = { -# is_party = scope:cur_party -# } -# } -# } -# -# option = { -# name = "Any Active Party is of the same type of random Party" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_active_party = { -# is_same_party_type = scope:cur_party -# } -# } -# } -# -# option = { -# name = "Any Potential Party is of the same type of random Party" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_potential_party = { -# is_same_party_type = scope:cur_party -# } -# } -# } -# -# option = { -# name = "Any Active Party is a Conservative party type" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_active_party = { -# is_party_type = conservative_party -# } -# } -# } -# -# option = { -# name = "Any Potential Party is a Conservative party type" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_potential_party = { -# is_party_type = conservative_party -# } -# } -# } -# -# option = { -# name = "Any Active Party has random IG as a party member" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_active_party = { -# has_party_member = scope:cur_ig -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.89 = { # test army_size navy_size -# type = country_event -# placement = ROOT -# -# title = "army_size navy_size test" -# duration = 10 -# -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# army_size > 20 -# } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# navy_size = 10 -# } -# } -# option = { -# name = "Option C" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# army_size = c:FRA.army_size -# } -# } -# option = { -# name = "Option D" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# navy_size > c:FRA.navy_size -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.90 = { # test is_split_state -# type = country_event -# placement = ROOT -# -# title = "is_split_state test" -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_state = { -# is_split_state = no -# } -# } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_state = { -# is_split_state = yes -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.91 = { # test convert_population -# type = country_event -# placement = ROOT -# -# title = "convert_population test" -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# scope:random_state = { -# convert_population = { -# value = 0.1 # 10% of population in the state -# target = rel:catholic -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.92 = { # test remove_war_goal effect -# type = country_event -# placement = ROOT -# -# title = "remove_war_goal test" -# duration = 10 -# -# immediate = { -# random_diplomatic_play = { -# limit = { -# any_scope_play_involved = { -# THIS = ROOT -# } -# } -# save_scope_as = cur_play -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# scope:cur_play = { -# remove_war_goal = { -# who = initiator -# war_goal = make_puppet -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.93 = { # test has_consumption_tax trigger -# type = country_event -# placement = ROOT -# -# title = "has_consumption_tax test" -# duration = 10 -# -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { has_consumption_tax = g:grain } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { NOT = { has_consumption_tax = g:fabric } } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.94 = { # test desired_law link -# type = country_event -# placement = ROOT -# -# title = "desired_law test" -# duration = 10 -# -# immediate = { -# random_political_movement = { -# save_scope_as = random_mov -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_mov = { desired_law = law_type:law_serfdom } -# } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_mov = { NOT = { desired_law = law_type:law_serfdom } } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.95 = { # test shares_heritage_and_other_trait_with_any_primary_culture trigger -# type = country_event -# placement = ROOT -# -# title = "shares_heritage_and_other_trait_with_any_primary_culture test" -# duration = 10 -# -# immediate = { -# random_scope_culture = { -# save_scope_as = cur_culture -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:cur_culture = { shares_heritage_and_other_trait_with_any_primary_culture = c:FRA } -# } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:cur_culture = { NOT = { shares_heritage_and_other_trait_with_any_primary_culture = c:FRA } } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.96 = { # test average_sol trigger -# type = country_event -# placement = ROOT -# -# title = "average_sol test" -# duration = 10 -# -# immediate = { -# random_scope_state = { -# save_scope_as = random_state -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { average_sol > 10 } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:random_state = { average_sol > 10 } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#Test set_state_religion effect -#test.97 = { -# type = country_event -# title = "Missing title" -# duration = 10 -# -# option = { -# name = "Make me protestant" -# set_state_religion = rel:protestant -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.98 = { # test region to strategic region link -# type = country_event -# placement = ROOT -# -# title = "region to strategic region link test" -# duration = 10 -# -# immediate = { -# random_state_region = { -# region = { -# save_scope_as = current_strategic_region -# } -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# trigger = { -# scope:current_strategic_region = { -# has_diplomatic_play = no -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#Test any_rival_country trigger -#test.99 = { -# type = country_event -# title = "Missing title" -# duration = 10 -# -# option = { -# name = "I have no rivals" -# trigger = { -# any_rival_country = { -# religion = rel:protestant -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.100 = { # test civil_war_progress_gain trigger -# type = country_event -# placement = ROOT -# -# title = "desired_law test" -# duration = 10 -# -# immediate = { -# random_civil_war = { -# save_scope_as = some_war -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:some_war = { civil_war_progress_gain > 0.2 } -# } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:some_war = { NOT = { civil_war_progress_gain > 0.2 } } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.101 = { # test pop_type_percent_country trigger -# type = country_event -# placement = ROOT -# -# title = "desired_law test" -# duration = 10 -# -# immediate = { -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# pop_type_percent_country = { -# pop_type = peasants -# percent > 0.2 -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.102 = { # test any_scope_pop scope -# type = country_event -# placement = ROOT -# -# title = "desired_law test" -# duration = 10 -# -# immediate = { -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# any_primary_culture = { -# any_scope_pop = { -# is_pop_type = peasants -# } -# } -# } -# -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.103 = { # test add_religion_welfare_modifier scope -# type = country_event -# placement = ROOT -# -# title = "desired_law test" -# duration = 10 -# -# immediate = { -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# -# capital = { -# add_religion_standard_of_living_modifier = { -# religion = rel:catholic -# months = normal_modifier_time -# multiplier = -4 -# } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -#test.104 = { # test is_vulnerable_front -# type = country_event -# placement = ROOT -# -# title = "is_vulnerable_front test" -# duration = 10 -# -# immediate = { -# random_scope_war = { -# owner = ROOT -# random_scope_front = { -# save_scope_as = some_front -# } -# } -# } -# option = { -# name = "Option A" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:some_front = { is_vulnerable_front = ROOT } -# } -# } -# option = { -# name = "Option B" -# highlighted_option = yes -# show_as_unavailable = { always = yes } -# trigger = { -# scope:some_front = { NOT = { is_vulnerable_front = ROOT } } -# } -# } -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} - -# test.105 = { -# type = country_event -# placement = scope:target_building -# -# title = "Building add_modifier Test Event" -# duration = 10 -# -# immediate = { -# random_scope_building = { -# limit = { -# is_building_type = building_government_administration -# } -# -# save_scope_as = target_building -# } -# } -# -# option = { -# name = "More Bureaucracy" -# -# scope:target_building = { -# add_modifier = { -# name = more_bureaucracy -# months = normal_modifier_time -# } -# } -# } -# -# option = { -# name = "Less Bureaucracy" -# -# scope:target_building = { -# add_modifier = { -# name = less_bureaucracy -# months = normal_modifier_time -# } -# } -# } -# -# option = { -# name = "CANCEL" -# default_option = yes -# } -#} diff --git a/events/trade_route_events.txt b/events/trade_route_events.txt deleted file mode 100644 index f2af2e4c..00000000 --- a/events/trade_route_events.txt +++ /dev/null @@ -1,455 +0,0 @@ -namespace = trade_route_events - -trade_route_events.1 = { - type = country_event - placement = ROOT - - title = trade_route_events.1.t - desc = trade_route_events.1.d - flavor = trade_route_events.1.f - - event_image = { - video = "gfx/event_pictures/southamerica_aristocrats.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/aristocrats" - - icon = "gfx/interface/icons/event_icons/event_fire.dds" - - duration = 3 - - trigger = { - NOT = { - any_scope_state = { has_building = building_arms_industry } - } - any_market = { - owner = root - any_trade_route = { - actor_market.owner = root - importer.owner = root - goods = g:small_arms - exporter.owner = { - save_temporary_scope_as = arms_seller - } - root = { - "scope:arms_seller.infamy" >= 5 - } - } - } - } - - immediate = { - random_market = { - limit = { - owner = root - any_trade_route = { - actor_market.owner = root - importer.owner = root - goods = g:small_arms - exporter.owner = { - save_temporary_scope_as = arms_seller - } - root = { - "scope:arms_seller.infamy" >= 5 - } - } - } - random_trade_route = { - limit = { - actor_market.owner = root - importer.owner = root - goods = g:small_arms - exporter.owner = { - save_temporary_scope_as = arms_seller - } - root = { - "scope:arms_seller.infamy" >= 5 - } - } - exporter.owner = { - save_scope_as = arms_seller_threat - } - } - } - } - - option = { - name = trade_route_events.1.a - add_journal_entry = { - type = je_build_local_arms_industry - } - } - - option = { - name = trade_route_events.1.b - default_option = yes - ig:ig_armed_forces = { - add_modifier = { - name = ig_unreliable_weapon_imports - months = normal_modifier_time - } - } - scope:arms_seller_threat = { - change_infamy = -5 - } - } -} - -trade_route_events.2 = { - type = country_event - placement = ROOT - - title = trade_route_events.2.t - desc = trade_route_events.2.d - flavor = trade_route_events.2.f - - event_image = { - video = "gfx/event_pictures/middleeast_engineer_blueprint.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/middleeast/engineer_blueprint" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - trigger = { - any_market = { - owner = root - any_trade_route = { - actor_market.owner = root - importer.owner = root - goods = g:small_arms - OR = { - AND = { - root = { is_researching_technology = gunsmithing } - exporter.owner = { has_technology_researched = gunsmithing } - } - AND = { - root = { is_researching_technology = percussion_cap } - exporter.owner = { has_technology_researched = percussion_cap } - } - AND = { - root = { is_researching_technology = rifling } - exporter.owner = { has_technology_researched = rifling } - } - AND = { - root = { is_researching_technology = repeaters } - exporter.owner = { has_technology_researched = repeaters } - } - AND = { - root = { is_researching_technology = bolt_action_rifles } - exporter.owner = { has_technology_researched = bolt_action_rifles } - } - } - } - } - } - - immediate = { - random_market = { - limit = { - owner = root - any_trade_route = { - actor_market.owner = root - importer.owner = root - goods = g:small_arms - OR = { - AND = { - root = { is_researching_technology = gunsmithing } - exporter.owner = { has_technology_researched = gunsmithing } - } - AND = { - root = { is_researching_technology = percussion_cap } - exporter.owner = { has_technology_researched = percussion_cap } - } - AND = { - root = { is_researching_technology = rifling } - exporter.owner = { has_technology_researched = rifling } - } - AND = { - root = { is_researching_technology = repeaters } - exporter.owner = { has_technology_researched = repeaters } - } - AND = { - root = { is_researching_technology = bolt_action_rifles } - exporter.owner = { has_technology_researched = bolt_action_rifles } - } - } - } - } - random_trade_route = { - limit = { - actor_market.owner = root - importer.owner = root - goods = g:small_arms - OR = { - AND = { - root = { is_researching_technology = gunsmithing } - exporter.owner = { has_technology_researched = gunsmithing } - } - AND = { - root = { is_researching_technology = percussion_cap } - exporter.owner = { has_technology_researched = percussion_cap } - } - AND = { - root = { is_researching_technology = rifling } - exporter.owner = { has_technology_researched = rifling } - } - AND = { - root = { is_researching_technology = repeaters } - exporter.owner = { has_technology_researched = repeaters } - } - AND = { - root = { is_researching_technology = bolt_action_rifles } - exporter.owner = { has_technology_researched = bolt_action_rifles } - } - } - } - exporter.owner = { - save_scope_as = arms_seller_gun_tech - } - } - } - } - - option = { - name = trade_route_events.2.a - add_modifier = { - name = modifier_researching_imported_weapons - multiplier = money_amount_multiplier_small - months = normal_modifier_time - } - if = { - limit = { is_researching_technology = gunsmithing } - add_technology_progress = { - technology = gunsmithing - progress = 1650 - } - } - else_if = { - limit = { is_researching_technology = percussion_cap } - add_technology_progress = { - technology = percussion_cap - progress = 2500 - } - } - else_if = { - limit = { is_researching_technology = rifling } - add_technology_progress = { - technology = rifling - progress = 2500 - } - } - else_if = { - limit = { is_researching_technology = repeaters } - add_technology_progress = { - technology = repeaters - progress = 3000 - } - } - else_if = { - limit = { is_researching_technology = bolt_action_rifles } - add_technology_progress = { - technology = bolt_action_rifles - progress = 4000 - } - } - } - - option = { - name = trade_route_events.2.b - default_option = yes - } -} - -trade_route_events.3 = { - type = country_event - placement = ROOT - - title = trade_route_events.3.t - desc = trade_route_events.3.d - flavor = trade_route_events.3.f - - event_image = { - video = "gfx/event_pictures/asia_farmers_market.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/farmers_market" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - trigger = { - any_interest_group = { - is_marginal = no - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_trade_unions - } - } - capital.market = { - owner = root - mg:grain = { market_goods_pricier > 0.25 } - any_trade_route = { - actor_market.owner = root - importer.owner = root - OR = { - goods = g:wine - goods = g:luxury_clothes - goods = g:luxury_furniture - } - } - NOT = { - any_trade_route = { - importer.owner = root - goods = g:grain - } - } - } - } - - immediate = { - random_interest_group = { - limit = { - is_marginal = no - OR = { - is_interest_group_type = ig_devout - is_interest_group_type = ig_trade_unions - } - } - save_scope_as = angry_luxury_import_ig - } - } - - option = { - name = trade_route_events.3.a - add_journal_entry = { - type = je_set_up_grain_import - target = scope:angry_luxury_import_ig - } - } - - option = { - name = trade_route_events.3.b - default_option = yes - scope:angry_luxury_import_ig = { - add_modifier = { - name = ig_refused_desired_imports - months = normal_modifier_time - } - } - } -} - -trade_route_events.4 = { - type = country_event - placement = ROOT - - title = trade_route_events.4.t - desc = trade_route_events.4.d - flavor = trade_route_events.4.f - - event_image = { - video = "gfx/event_pictures/unspecific_gears_pistons.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/gears_pistons" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - duration = 3 - - trigger = { - ig:ig_industrialists = { - is_marginal = no - } - capital.market = { - owner = root - mg:steel = { market_goods_pricier > 0.25 } - NOT = { - any_trade_route = { - importer.owner = root - goods = g:steel - } - } - } - } - - option = { - name = trade_route_events.4.a - add_journal_entry = { - type = je_set_up_steel_import - } - } - - option = { - name = trade_route_events.4.b - default_option = yes - ig:ig_industrialists = { - add_modifier = { - name = ig_refused_desired_imports - months = normal_modifier_time - } - } - } -} - -trade_route_events.5 = { - type = country_event - placement = ROOT - - title = trade_route_events.5.t - desc = trade_route_events.5.d - flavor = trade_route_events.5.f - - event_image = { - video = "gfx/event_pictures/asia_farmers_market.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/asia/farmers_market" - - icon = "gfx/interface/icons/event_icons/event_trade.dds" - - duration = 3 - - trigger = { - ig:ig_intelligentsia = { - is_marginal = no - } - capital.market = { - owner = root - mg:paper = { market_goods_pricier > 0.25 } - NOT = { - any_trade_route = { - importer.owner = root - goods = g:paper - } - } - } - } - - option = { - name = trade_route_events.5.a - add_journal_entry = { - type = je_set_up_paper_import - } - } - - option = { - name = trade_route_events.5.b - default_option = yes - ig:ig_intelligentsia = { - add_modifier = { - name = ig_refused_desired_imports - months = normal_modifier_time - } - } - } -} diff --git a/events/train_events.txt b/events/train_events.txt deleted file mode 100644 index 5eb253fa..00000000 --- a/events/train_events.txt +++ /dev/null @@ -1,99 +0,0 @@ -namespace = trains - -# Colliding for Sport -trains.1 = { - type = country_event - event_image = { - video = "gfx/event_pictures/unspecific_trains.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/unspecific/trains" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - title = trains.1.t - desc = trains.1.d - flavor = trains.1.f - - duration = 3 - - trigger = { - has_technology_researched = steel_railway_cars - any_scope_state = { - has_building = building_railway - } - } - - immediate = { - random_scope_state = { - limit = { has_building = building_railway } - save_scope_as = train_crashing_state - } - random_interest_group = { - limit = { - is_revolutionary = no - is_insurrectionary = no # people who are angrily plotting doom in a smoky backroom will not make a happy public showing at a fair - } - save_scope_as = train_crash_attendee_ig - leader = { - save_scope_as = train_crash_attendee - } - } - } - - option = { - name = trains.1.a - default_option = yes - scope:train_crash_attendee = { - add_modifier = { - name = a_smashing_appearance - months = short_modifier_time - } - } - random_list = { - 90 = { - scope:train_crashing_state = { - add_modifier = { - name = the_desire_to_smash_things_up - months = short_modifier_time - } - } - } - 10 = { - scope:train_crash_attendee = { kill_character = yes } - scope:train_crashing_state = { - add_radicals = { - value = small_radicals # People get mad about the mishandled event - } - } - } - } - } - option = { - name = trains.1.b - scope:train_crash_attendee_ig = { - add_modifier = { - name = the_desire_to_smash_things_up_has_been_denied - months = short_modifier_time - } - } - random_list = { - 90 = { - scope:train_crashing_state = { - add_modifier = { - name = the_desire_to_smash_things_up - months = short_modifier_time - } - } - } - 10 = { - scope:train_crashing_state = { - add_radicals = { - value = small_radicals # People get mad about the mishandled event - } - } - } - } - } -} diff --git a/events/urbanization_events.txt b/events/urbanization_events.txt deleted file mode 100644 index 58480e41..00000000 --- a/events/urbanization_events.txt +++ /dev/null @@ -1,361 +0,0 @@ -namespace = urbanization_events - -# De-peasantify reward -urbanization_events.1 = { - type = country_event - placement = ROOT - - title = urbanization_events.1.t - desc = urbanization_events.1.d - flavor = urbanization_events.1.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - #triggered by JE - } - - immediate = { - ig:ig_industrialists = { - save_scope_as = industrialist_ig - } - } - - option = { #focus on the people - name = urbanization_events.1.a - default_option = yes - add_modifier = { - name = modifier_urbanized_state - months = normal_modifier_time - } - } - - option = { #focus on the party - name = urbanization_events.1.b - scope:industrialist_ig = { - add_modifier = { - name = ig_urbanization_industrialists - months = normal_modifier_time - } - } - } -} - - -# people use the urban centers to go full on Social Hour(tm) -urbanization_events.2 = { - type = country_event - placement = scope:urbanization_state - - title = urbanization_events.2.t - desc = urbanization_events.2.d - flavor = urbanization_events.2.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/europenorthamerica_london_center.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/london_center" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - NOT = { has_variable = city_of_plenty_var } - any_scope_state = { - any_scope_building = { - is_building_type = building_urban_center - level >= 10 #London will get it at game start, but for everyone else this is quite hard - } - is_incorporated = yes - any_scope_pop = { - standard_of_living >= 32 - } - } - } - - immediate = { - set_variable = { - name = city_of_plenty_var - months = long_modifier_time - } - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_urban_center - level >= 5 - } - is_incorporated = yes - any_scope_pop = { - standard_of_living >= 32 - } - } - save_scope_as = urbanization_state - } - } - - cancellation_trigger = { - scope:urbanization_state = { - NOT = { - any_scope_pop = { - standard_of_living > 32 - } - } - } - } - - option = { #let them celebrate! - name = urbanization_events.2.a - default_option = yes - scope:urbanization_state = { - add_loyalists = { - strata = rich - value = 0.1 - } - add_loyalists = { - strata = middle - value = 0.1 - } - } - } - - option = { # party forever - name = urbanization_events.2.b - scope:urbanization_state = { - add_modifier = { # rich people expect more parties - name = luxurious_parties - months = long_modifier_time - } - add_loyalists = { - strata = rich - value = 0.25 - } - add_loyalists = { - strata = middle - value = 0.25 - } - } - } -} - -# Other IGs aren't happy that you're favouring the Industrialists -urbanization_events.4 = { - type = country_event - placement = ROOT - - title = urbanization_events.4.t - desc = urbanization_events.4.d - flavor = urbanization_events.4.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_protest.dds" - - trigger = { - NOT = { has_variable = industrialists_favouring_var } - ig:ig_industrialists = { - is_marginal = no - OR = { - is_in_government = yes - is_powerful = yes - } - } - } - - immediate = { - set_variable = { - name = industrialists_favouring_var - months = normal_modifier_time - } - ig:ig_industrialists = { - save_scope_as = industrialist_ig - } - random_interest_group = { - limit = { - is_marginal = no - NOT = { is_interest_group_type = ig_industrialists } - } - save_scope_as = opposing_ig - } - } - - option = { #appease them - name = urbanization_events.4.a - scope:opposing_ig = { - add_modifier = { - name = modifier_ig_happy_urbanization - months = normal_modifier_time - } - } - ig:ig_industrialists = { - add_modifier = { - name = modifier_ig_happy_urbanization_bad - months = normal_modifier_time - } - } - } - - option = { #ignore them - name = urbanization_events.4.b - default_option = yes - scope:opposing_ig = { - add_modifier = { - name = modifier_ignored_ig_urbanization - months = normal_modifier_time - } - } - } -} - -# Finally Urbanized -urbanization_events.5 = { - type = country_event - placement = scope:urbanization_state - - title = urbanization_events.5.t - desc = urbanization_events.5.d - flavor = urbanization_events.5.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_newspaper.dds" - - trigger = { - #triggered by JE - } - - immediate = { - random_scope_state = { - limit = { - is_incorporated = yes - any_scope_building = { - is_building_type = building_urban_center - level >= 10 - } - } - save_scope_as = urbanization_state - } - } - - option = { #Focus on the state - name = urbanization_events.5.a - default_option = yes - scope:urbanization_state = { - add_modifier = { - name = modifier_heavily_urbanized - months = short_modifier_time - } - } - } - - option = { #Focus on the Urban Centers - name = urbanization_events.5.b - scope:urbanization_state = { - add_modifier = { - name = modifier_urban_centers - months = short_modifier_time - } - } - } -} - -# Subsistence Farms -urbanization_events.6 = { - type = country_event - placement = scope:subsistence_state - - title = urbanization_events.6.t - desc = urbanization_events.6.d - flavor = urbanization_events.6.f - - duration = 3 - - event_image = { - video = "gfx/event_pictures/southamerica_factory_opening.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/southamerica/factory_opening" - - icon = "gfx/interface/icons/event_icons/event_industry.dds" - - trigger = { - NOT = { has_variable = subsistence_farms_var } - any_scope_state = { - is_incorporated = yes - has_subsistence_building = yes - } - ig:ig_industrialists = { - OR = { - is_powerful = yes - is_in_government = yes - } - } - } - - immediate = { - set_variable = { - name = subsistence_farms_var - months = normal_modifier_time - } - random_scope_state = { - limit = { - has_subsistence_building = yes - } - save_scope_as = subsistence_state - } - ig:ig_industrialists = { - save_scope_as = industrialist_ig - } - } - - option = { - name = urbanization_events.6.a - default_option = yes - scope:subsistence_state = { - add_modifier = { - name = modifier_no_subsistence_farming - months = normal_modifier_time - } - add_radicals = { - strata = rich - value = medium_radicals - } - } - } - - option = { - name = urbanization_events.6.b - ig:ig_industrialists = { - add_modifier = { - name = subsistence_farms_ignored - months = normal_modifier_time - } - } - } -} diff --git a/events/vampire_panic_events.txt b/events/vampire_panic_events.txt deleted file mode 100644 index d409aa8d..00000000 --- a/events/vampire_panic_events.txt +++ /dev/null @@ -1,184 +0,0 @@ -namespace = vampire_panic - -# Something weird has happened -vampire_panic.1 = { - type = country_event - placement = scope:vampire_state - - title = vampire_panic.1.t - desc = { - first_valid = { - triggered_desc = { - trigger = { - scope:vampire_state = { - state_region = s:STATE_WASHINGTON - } - } - desc = vampire_panic.1.d.cullen #incredibly niche easter egg - } - triggered_desc = { - trigger = { - NOT = { - scope:vampire_state = { - state_region = s:STATE_WASHINGTON - } - } - } - desc = vampire_panic.1.d - } - } - } - flavor = vampire_panic.1.f - - event_image = { - trigger = { - religion = rel:jewish - } - video = "gfx/event_pictures/europenorthamerica_judaism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - } - } - video = "gfx/event_pictures/southamerica_christianity.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:hindu - religion = rel:sikh - } - } - video = "gfx/event_pictures/asia_hinduism_sikhism.bk2" - } - event_image = { - trigger = { - religion = rel:shinto - } - video = "gfx/event_pictures/asia_confucianism_shinto.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - } - } - video = "gfx/event_pictures/asia_buddhism.bk2" - } - event_image = { - trigger = { - OR = { - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/middleeast_islam.bk2" - } - event_image = { - trigger = { - NOR = { - religion = rel:jewish - religion = rel:protestant - religion = rel:catholic - religion = rel:orthodox - religion = rel:oriental_orthodox - religion = rel:mahayana - religion = rel:gelugpa - religion = rel:theravada - religion = rel:shinto - religion = rel:hindu - religion = rel:sikh - religion = rel:sunni - religion = rel:shiite - } - } - video = "gfx/event_pictures/africa_animism.bk2" - } - - on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear" - on_opened_soundeffect = "event:/SFX/Events/europenorthamerica/judaism" - - icon = "gfx/interface/icons/event_icons/event_skull.dds" - - duration = 3 - - trigger = { - has_technology_researched = mass_communication #we have newspapers to spread the information - NOT = { has_technology_researched = antibiotics } - any_scope_state = { - any_scope_building = { - is_building_type = building_urban_center - level >= 2 - } - any_scope_pop = { - is_pop_type = peasants #you have a rural population moving into a city - } - NOT = { any_scope_building = { is_building_type = building_university } } - } - } - - immediate = { - ig:ig_devout = { save_scope_as = devout_ig } - random_scope_state = { - limit = { - any_scope_building = { - is_building_type = building_urban_center - level >= 2 - } - any_scope_pop = { - is_pop_type = peasants - #percent >= 0.4 - } - } - save_scope_as = vampire_state - } - } - - option = { #ignore it - name = vampire_panic.1.a - default_option = yes - scope:vampire_state = { - add_radicals = { - value = small_radicals - } - } - } - - option = { #send the academics to investigate - name = vampire_panic.1.b - scope:vampire_state = { - add_loyalists = { - pop_type = academics - value = 0.25 - } - } - add_modifier = { #spend bureaucracy - name = vampire_research_modifier - months = normal_modifier_time - } - if = { - limit = { can_research = antibiotics } - add_technology_progress = { progress = 5000 technology = antibiotics } - } - } - - option = { #send the church - name = vampire_panic.1.c - trigger = { - ig:ig_devout = { is_marginal = no } - } - scope:vampire_state = { - add_loyalists = { - pop_type = clergymen - value = 0.15 - } - } - } -} \ No newline at end of file diff --git a/gfx/.gitignore b/gfx/.gitignore new file mode 100644 index 00000000..2c330f27 --- /dev/null +++ b/gfx/.gitignore @@ -0,0 +1 @@ +/editor_terrain diff --git a/gfx/FX/mapname.shader b/gfx/FX/mapname.shader new file mode 100644 index 00000000..457a00ec --- /dev/null +++ b/gfx/FX/mapname.shader @@ -0,0 +1,102 @@ +Includes = { + "sharedconstants.fxh" + "jomini/countrynames.fxh" + "distance_fog.fxh" + "fog_of_war.fxh" + # MOD(colorful-mapname) + "coloroverlay.fxh" + # END MOD +} + +VertexShader = +{ + MainCode MapNameVertexShader + { + Input = "VS_INPUT_MAPNAME" + Output = "VS_OUTPUT_MAPNAME" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_MAPNAME Out = MapNameVertexShader( Input, FlatmapHeight, FlatmapLerp ); + return Out; + } + ]] + } +} + +PixelShader = +{ + TextureSampler FontAtlas + { + Ref = PdxTexture0 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + } + + MainCode MapNamePixelShader + { + Input = "VS_OUTPUT_MAPNAME" + Output = "PDX_COLOR" + Code + [[ + PDX_MAIN + { + float Alpha = CalcAlphaDistanceField( FontAtlas, Input.TexCoord ); + float3 Color = float3( 0.0f, 0.0f, 0.0f ); + + // All credits to terrapass for this shader code + static const float3 MERY_COUNTRY_COLOR = float3(0.0f, 0.0f, 9.0f)/255.0f; // Mery + static const float3 MERY_MAPNAME_COLOR = float3(1.0f, 1.0f, 1.0f); // Full black + + float2 ProvinceCoords = Input.WorldSpacePos.xz / ProvinceMapSize; + float4 CountryColor = BilinearColorSample( ProvinceCoords, IndirectionMapSize, InvIndirectionMapSize, ProvinceColorIndirectionTexture, ProvinceColorTexture ); + + if (distance(CountryColor, MERY_COUNTRY_COLOR) < 0.012f) { // Tweak the distance comparison value to get it working + Color = lerp(Color, MERY_MAPNAME_COLOR, FlatmapLerp); + Alpha *= lerp(1.0f, 0.5f, FlatmapLerp); + } + + float3 FlatmapColor = Color; // Pre effects color + + // Fog of war + Color = ApplyFogOfWar( Color, Input.WorldSpacePos ); + + // Flatmap color + Color = lerp( Color, FlatmapColor, FlatmapLerp); + + return float4( Color, Alpha ); + } + ]] + } +} + + +BlendState BlendState +{ + BlendEnable = yes + SourceBlend = "src_alpha" + DestBlend = "inv_src_alpha" + WriteMask = "RED|GREEN|BLUE" +} + +RasterizerState RasterizerState +{ + frontccw = yes +} + +DepthStencilState DepthStencilState +{ + DepthEnable = no +} + + +Effect mapname +{ + VertexShader = "MapNameVertexShader" + PixelShader = "MapNamePixelShader" +} + diff --git a/gfx/coat_of_arms/colored_emblems/ce_arsenio_pact.dds b/gfx/coat_of_arms/colored_emblems/ce_arsenio_pact.dds new file mode 100644 index 00000000..6cefa5c8 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_arsenio_pact.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_canton_medi.dds b/gfx/coat_of_arms/colored_emblems/ce_canton_medi.dds new file mode 100644 index 00000000..e9b95a7a Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_canton_medi.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_coa_meracydia.dds b/gfx/coat_of_arms/colored_emblems/ce_coa_meracydia.dds new file mode 100644 index 00000000..be2adba5 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_coa_meracydia.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_coa_yoahtl.dds b/gfx/coat_of_arms/colored_emblems/ce_coa_yoahtl.dds new file mode 100644 index 00000000..469bce10 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_coa_yoahtl.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_estalia.dds b/gfx/coat_of_arms/colored_emblems/ce_estalia.dds new file mode 100644 index 00000000..3b5b025c Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_estalia.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_flaming_jewel.dds b/gfx/coat_of_arms/colored_emblems/ce_flaming_jewel.dds new file mode 100644 index 00000000..3b93d83b Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_flaming_jewel.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_gensokyo.dds b/gfx/coat_of_arms/colored_emblems/ce_gensokyo.dds new file mode 100644 index 00000000..050f70f7 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_gensokyo.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_griffin.dds b/gfx/coat_of_arms/colored_emblems/ce_griffin.dds new file mode 100644 index 00000000..e1fb7999 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_griffin.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_if.dds b/gfx/coat_of_arms/colored_emblems/ce_if.dds new file mode 100644 index 00000000..3b669d79 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_if.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_lusitania.dds b/gfx/coat_of_arms/colored_emblems/ce_lusitania.dds new file mode 100644 index 00000000..4bbd6122 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_lusitania.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_lusitania_shields.dds b/gfx/coat_of_arms/colored_emblems/ce_lusitania_shields.dds new file mode 100644 index 00000000..22cd8a4e Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_lusitania_shields.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_medi.dds b/gfx/coat_of_arms/colored_emblems/ce_medi.dds new file mode 100644 index 00000000..ef00e592 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_medi.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_mehri.dds b/gfx/coat_of_arms/colored_emblems/ce_mehri.dds new file mode 100644 index 00000000..b455fefe Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_mehri.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_milanese_eagle.dds b/gfx/coat_of_arms/colored_emblems/ce_milanese_eagle.dds new file mode 100644 index 00000000..9b59a67e Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_milanese_eagle.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_rune_futhark_bjarkan.dds b/gfx/coat_of_arms/colored_emblems/ce_rune_futhark_bjarkan.dds new file mode 100644 index 00000000..f1c7e803 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_rune_futhark_bjarkan.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_shield_vertical_split.dds b/gfx/coat_of_arms/colored_emblems/ce_shield_vertical_split.dds new file mode 100644 index 00000000..fdb04717 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_shield_vertical_split.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_star_05.dds b/gfx/coat_of_arms/colored_emblems/ce_star_05.dds new file mode 100644 index 00000000..ab8696e3 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_star_05.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_star_anarchy.dds b/gfx/coat_of_arms/colored_emblems/ce_star_anarchy.dds new file mode 100644 index 00000000..3b5c173a Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_star_anarchy.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_tricolor_shield.dds b/gfx/coat_of_arms/colored_emblems/ce_tricolor_shield.dds new file mode 100644 index 00000000..40c67988 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_tricolor_shield.dds differ diff --git a/gfx/coat_of_arms/colored_emblems/ce_truidencia_monarchy.dds b/gfx/coat_of_arms/colored_emblems/ce_truidencia_monarchy.dds new file mode 100644 index 00000000..45ed2e15 Binary files /dev/null and b/gfx/coat_of_arms/colored_emblems/ce_truidencia_monarchy.dds differ diff --git a/gfx/coat_of_arms/patterns/pattern_gensokyo.dds b/gfx/coat_of_arms/patterns/pattern_gensokyo.dds new file mode 100644 index 00000000..3b4ecd21 Binary files /dev/null and b/gfx/coat_of_arms/patterns/pattern_gensokyo.dds differ diff --git a/gfx/coat_of_arms/patterns/pattern_jorvik.dds b/gfx/coat_of_arms/patterns/pattern_jorvik.dds new file mode 100644 index 00000000..6280c50b Binary files /dev/null and b/gfx/coat_of_arms/patterns/pattern_jorvik.dds differ diff --git a/gfx/coat_of_arms/patterns/pattern_lusitania.dds b/gfx/coat_of_arms/patterns/pattern_lusitania.dds new file mode 100644 index 00000000..3d29c8fb Binary files /dev/null and b/gfx/coat_of_arms/patterns/pattern_lusitania.dds differ diff --git a/gfx/coat_of_arms/patterns/pattern_stripes_chouwa.dds b/gfx/coat_of_arms/patterns/pattern_stripes_chouwa.dds new file mode 100644 index 00000000..5edddda4 Binary files /dev/null and b/gfx/coat_of_arms/patterns/pattern_stripes_chouwa.dds differ diff --git a/gfx/coat_of_arms/patterns/pattern_stripes_truidencia.dds b/gfx/coat_of_arms/patterns/pattern_stripes_truidencia.dds new file mode 100644 index 00000000..7ed62dad Binary files /dev/null and b/gfx/coat_of_arms/patterns/pattern_stripes_truidencia.dds differ diff --git a/gfx/coat_of_arms/patterns/pattern_tricorners.dds b/gfx/coat_of_arms/patterns/pattern_tricorners.dds new file mode 100644 index 00000000..67b13934 Binary files /dev/null and b/gfx/coat_of_arms/patterns/pattern_tricorners.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_arsenio_pact.dds b/gfx/coat_of_arms/textured_emblems/te_coa_arsenio_pact.dds new file mode 100644 index 00000000..b0d1abbd Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_arsenio_pact.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_commonwealth.dds b/gfx/coat_of_arms/textured_emblems/te_coa_commonwealth.dds new file mode 100644 index 00000000..5484ad2c Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_commonwealth.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_estalia.dds b/gfx/coat_of_arms/textured_emblems/te_coa_estalia.dds new file mode 100644 index 00000000..08b22db5 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_estalia.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_gensokyo.dds b/gfx/coat_of_arms/textured_emblems/te_coa_gensokyo.dds new file mode 100644 index 00000000..2e650d5e Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_gensokyo.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_griffin.dds b/gfx/coat_of_arms/textured_emblems/te_coa_griffin.dds new file mode 100644 index 00000000..872a260d Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_griffin.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_icarus.dds b/gfx/coat_of_arms/textured_emblems/te_coa_icarus.dds new file mode 100644 index 00000000..6749f0fe Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_icarus.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_if.dds b/gfx/coat_of_arms/textured_emblems/te_coa_if.dds new file mode 100644 index 00000000..3c297ef1 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_if.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_kallos.dds b/gfx/coat_of_arms/textured_emblems/te_coa_kallos.dds new file mode 100644 index 00000000..20e4a64f Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_kallos.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_lambat.dds b/gfx/coat_of_arms/textured_emblems/te_coa_lambat.dds new file mode 100644 index 00000000..8d888a4f Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_lambat.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_moloka.dds b/gfx/coat_of_arms/textured_emblems/te_coa_moloka.dds new file mode 100644 index 00000000..5d3e9151 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_moloka.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_novo_Sanjurjo.dds b/gfx/coat_of_arms/textured_emblems/te_coa_novo_Sanjurjo.dds new file mode 100644 index 00000000..7777b8dc Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_novo_Sanjurjo.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_pavia.dds b/gfx/coat_of_arms/textured_emblems/te_coa_pavia.dds new file mode 100644 index 00000000..85c2b408 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_pavia.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_reggio_Argeddina.dds b/gfx/coat_of_arms/textured_emblems/te_coa_reggio_Argeddina.dds new file mode 100644 index 00000000..4c891be1 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_reggio_Argeddina.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_transylvania.dds b/gfx/coat_of_arms/textured_emblems/te_coa_transylvania.dds new file mode 100644 index 00000000..d4ca10e5 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_transylvania.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_transylvania_angel.dds b/gfx/coat_of_arms/textured_emblems/te_coa_transylvania_angel.dds new file mode 100644 index 00000000..cade5fc4 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_transylvania_angel.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_coa_yoahtl.dds b/gfx/coat_of_arms/textured_emblems/te_coa_yoahtl.dds new file mode 100644 index 00000000..490b3771 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_coa_yoahtl.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_doom_city.dds b/gfx/coat_of_arms/textured_emblems/te_doom_city.dds new file mode 100644 index 00000000..f709f9ac Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_doom_city.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_milanese_eagle.dds b/gfx/coat_of_arms/textured_emblems/te_milanese_eagle.dds new file mode 100644 index 00000000..3e9c579e Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_milanese_eagle.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_milanese_serpent.dds b/gfx/coat_of_arms/textured_emblems/te_milanese_serpent.dds new file mode 100644 index 00000000..9d1efbe3 Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_milanese_serpent.dds differ diff --git a/gfx/coat_of_arms/textured_emblems/te_rose.dds b/gfx/coat_of_arms/textured_emblems/te_rose.dds new file mode 100644 index 00000000..1c021e5f Binary files /dev/null and b/gfx/coat_of_arms/textured_emblems/te_rose.dds differ diff --git a/gfx/editor_terrain.dvc b/gfx/editor_terrain.dvc new file mode 100644 index 00000000..9dfff165 --- /dev/null +++ b/gfx/editor_terrain.dvc @@ -0,0 +1,5 @@ +outs: +- md5: a7f6921f5039875bb5a333261d5b250b.dir + size: 195414747 + nfiles: 1 + path: editor_terrain diff --git a/gfx/frontend/interface/frontend/startscreen.dds b/gfx/frontend/interface/frontend/startscreen.dds new file mode 100644 index 00000000..b0520e71 Binary files /dev/null and b/gfx/frontend/interface/frontend/startscreen.dds differ diff --git a/gfx/interface/icons/building_icons/beetroot_farm.dds b/gfx/interface/icons/building_icons/beetroot_farm.dds new file mode 100644 index 00000000..5e5752ea Binary files /dev/null and b/gfx/interface/icons/building_icons/beetroot_farm.dds differ diff --git a/gfx/interface/icons/building_icons/cactus_farm.dds b/gfx/interface/icons/building_icons/cactus_farm.dds new file mode 100644 index 00000000..2a04486c Binary files /dev/null and b/gfx/interface/icons/building_icons/cactus_farm.dds differ diff --git a/gfx/interface/icons/building_icons/carrot_farm.dds b/gfx/interface/icons/building_icons/carrot_farm.dds new file mode 100644 index 00000000..cad0cfee Binary files /dev/null and b/gfx/interface/icons/building_icons/carrot_farm.dds differ diff --git a/gfx/interface/icons/building_icons/cocoa_farm.dds b/gfx/interface/icons/building_icons/cocoa_farm.dds new file mode 100644 index 00000000..5ff01832 Binary files /dev/null and b/gfx/interface/icons/building_icons/cocoa_farm.dds differ diff --git a/gfx/interface/icons/building_icons/glass_smelter.dds b/gfx/interface/icons/building_icons/glass_smelter.dds new file mode 100644 index 00000000..0c08ce69 Binary files /dev/null and b/gfx/interface/icons/building_icons/glass_smelter.dds differ diff --git a/gfx/interface/icons/building_icons/melon_farm.dds b/gfx/interface/icons/building_icons/melon_farm.dds new file mode 100644 index 00000000..94476419 Binary files /dev/null and b/gfx/interface/icons/building_icons/melon_farm.dds differ diff --git a/gfx/interface/icons/building_icons/mushroom_farm.dds b/gfx/interface/icons/building_icons/mushroom_farm.dds new file mode 100644 index 00000000..8c06d791 Binary files /dev/null and b/gfx/interface/icons/building_icons/mushroom_farm.dds differ diff --git a/gfx/interface/icons/building_icons/potato_farm.dds b/gfx/interface/icons/building_icons/potato_farm.dds new file mode 100644 index 00000000..97313250 Binary files /dev/null and b/gfx/interface/icons/building_icons/potato_farm.dds differ diff --git a/gfx/interface/icons/building_icons/pumpkin_farm.dds b/gfx/interface/icons/building_icons/pumpkin_farm.dds new file mode 100644 index 00000000..0990a324 Binary files /dev/null and b/gfx/interface/icons/building_icons/pumpkin_farm.dds differ diff --git a/gfx/interface/icons/building_icons/sand_pit.dds b/gfx/interface/icons/building_icons/sand_pit.dds new file mode 100644 index 00000000..f62fafea Binary files /dev/null and b/gfx/interface/icons/building_icons/sand_pit.dds differ diff --git a/gfx/interface/icons/building_icons/sugar_cane_farm.dds b/gfx/interface/icons/building_icons/sugar_cane_farm.dds new file mode 100644 index 00000000..ce0b5987 Binary files /dev/null and b/gfx/interface/icons/building_icons/sugar_cane_farm.dds differ diff --git a/gfx/interface/icons/building_icons/sugar_cane_farm.png b/gfx/interface/icons/building_icons/sugar_cane_farm.png new file mode 100644 index 00000000..eb994e8d Binary files /dev/null and b/gfx/interface/icons/building_icons/sugar_cane_farm.png differ diff --git a/gfx/interface/icons/building_icons/wheat_farm.dds b/gfx/interface/icons/building_icons/wheat_farm.dds new file mode 100644 index 00000000..7e7a2394 Binary files /dev/null and b/gfx/interface/icons/building_icons/wheat_farm.dds differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_artist.dds b/gfx/interface/icons/character_trait_icons/advanced_artist.dds new file mode 100644 index 00000000..bb3f0e2a Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_artist.dds differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_artist.png b/gfx/interface/icons/character_trait_icons/advanced_artist.png new file mode 100644 index 00000000..816ccf9f Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_artist.png differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_botter.dds b/gfx/interface/icons/character_trait_icons/advanced_botter.dds new file mode 100644 index 00000000..d374b844 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_botter.dds differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_botter.png b/gfx/interface/icons/character_trait_icons/advanced_botter.png new file mode 100644 index 00000000..516b7819 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_botter.png differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_builder.dds b/gfx/interface/icons/character_trait_icons/advanced_builder.dds new file mode 100644 index 00000000..60cc2bbe Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_builder.dds differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_builder.png b/gfx/interface/icons/character_trait_icons/advanced_builder.png new file mode 100644 index 00000000..47efc0a6 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_builder.png differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_diplomat.dds b/gfx/interface/icons/character_trait_icons/advanced_diplomat.dds new file mode 100644 index 00000000..5a6b203e Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_diplomat.dds differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_diplomat.png b/gfx/interface/icons/character_trait_icons/advanced_diplomat.png new file mode 100644 index 00000000..5c17a7a5 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_diplomat.png differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_pvper.dds b/gfx/interface/icons/character_trait_icons/advanced_pvper.dds new file mode 100644 index 00000000..9beede63 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_pvper.dds differ diff --git a/gfx/interface/icons/character_trait_icons/advanced_pvper.png b/gfx/interface/icons/character_trait_icons/advanced_pvper.png new file mode 100644 index 00000000..3c695eb4 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/advanced_pvper.png differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_artist.dds b/gfx/interface/icons/character_trait_icons/beginner_artist.dds new file mode 100644 index 00000000..2faa4786 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_artist.dds differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_artist.png b/gfx/interface/icons/character_trait_icons/beginner_artist.png new file mode 100644 index 00000000..a7f24d4b Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_artist.png differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_botter.dds b/gfx/interface/icons/character_trait_icons/beginner_botter.dds new file mode 100644 index 00000000..f88ec650 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_botter.dds differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_botter.png b/gfx/interface/icons/character_trait_icons/beginner_botter.png new file mode 100644 index 00000000..aa5fb62e Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_botter.png differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_builder.dds b/gfx/interface/icons/character_trait_icons/beginner_builder.dds new file mode 100644 index 00000000..8dfd5bb4 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_builder.dds differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_builder.png b/gfx/interface/icons/character_trait_icons/beginner_builder.png new file mode 100644 index 00000000..4a4218f7 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_builder.png differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_diplomat.dds b/gfx/interface/icons/character_trait_icons/beginner_diplomat.dds new file mode 100644 index 00000000..ca4c3176 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_diplomat.dds differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_diplomat.png b/gfx/interface/icons/character_trait_icons/beginner_diplomat.png new file mode 100644 index 00000000..7e5a1913 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_diplomat.png differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_pvper.dds b/gfx/interface/icons/character_trait_icons/beginner_pvper.dds new file mode 100644 index 00000000..c2958a9d Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_pvper.dds differ diff --git a/gfx/interface/icons/character_trait_icons/beginner_pvper.png b/gfx/interface/icons/character_trait_icons/beginner_pvper.png new file mode 100644 index 00000000..7a9474bb Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/beginner_pvper.png differ diff --git a/gfx/interface/icons/character_trait_icons/blank.dds b/gfx/interface/icons/character_trait_icons/blank.dds new file mode 100644 index 00000000..dcfbe970 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/blank.dds differ diff --git a/gfx/interface/icons/character_trait_icons/blank.png b/gfx/interface/icons/character_trait_icons/blank.png new file mode 100644 index 00000000..044115d6 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/blank.png differ diff --git a/gfx/interface/icons/character_trait_icons/expert_artist.dds b/gfx/interface/icons/character_trait_icons/expert_artist.dds new file mode 100644 index 00000000..5ca491b3 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_artist.dds differ diff --git a/gfx/interface/icons/character_trait_icons/expert_artist.png b/gfx/interface/icons/character_trait_icons/expert_artist.png new file mode 100644 index 00000000..9df8119a Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_artist.png differ diff --git a/gfx/interface/icons/character_trait_icons/expert_botter.dds b/gfx/interface/icons/character_trait_icons/expert_botter.dds new file mode 100644 index 00000000..8a4fd65f Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_botter.dds differ diff --git a/gfx/interface/icons/character_trait_icons/expert_botter.png b/gfx/interface/icons/character_trait_icons/expert_botter.png new file mode 100644 index 00000000..4cc12287 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_botter.png differ diff --git a/gfx/interface/icons/character_trait_icons/expert_builder.dds b/gfx/interface/icons/character_trait_icons/expert_builder.dds new file mode 100644 index 00000000..b3880ae2 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_builder.dds differ diff --git a/gfx/interface/icons/character_trait_icons/expert_builder.png b/gfx/interface/icons/character_trait_icons/expert_builder.png new file mode 100644 index 00000000..3bb6d7c7 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_builder.png differ diff --git a/gfx/interface/icons/character_trait_icons/expert_diplomat.dds b/gfx/interface/icons/character_trait_icons/expert_diplomat.dds new file mode 100644 index 00000000..2c2acaa1 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_diplomat.dds differ diff --git a/gfx/interface/icons/character_trait_icons/expert_diplomat.png b/gfx/interface/icons/character_trait_icons/expert_diplomat.png new file mode 100644 index 00000000..6ff73fec Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_diplomat.png differ diff --git a/gfx/interface/icons/character_trait_icons/expert_pvper.dds b/gfx/interface/icons/character_trait_icons/expert_pvper.dds new file mode 100644 index 00000000..2fd7fc3b Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_pvper.dds differ diff --git a/gfx/interface/icons/character_trait_icons/expert_pvper.png b/gfx/interface/icons/character_trait_icons/expert_pvper.png new file mode 100644 index 00000000..b1bc0ffe Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/expert_pvper.png differ diff --git a/gfx/interface/icons/character_trait_icons/historical.dds b/gfx/interface/icons/character_trait_icons/historical.dds new file mode 100644 index 00000000..8b66eed7 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/historical.dds differ diff --git a/gfx/interface/icons/character_trait_icons/historical.png b/gfx/interface/icons/character_trait_icons/historical.png new file mode 100644 index 00000000..83ebd1d3 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/historical.png differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_artist.dds b/gfx/interface/icons/character_trait_icons/intermediate_artist.dds new file mode 100644 index 00000000..80f9c59c Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_artist.dds differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_artist.png b/gfx/interface/icons/character_trait_icons/intermediate_artist.png new file mode 100644 index 00000000..6820e276 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_artist.png differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_botter.dds b/gfx/interface/icons/character_trait_icons/intermediate_botter.dds new file mode 100644 index 00000000..eb4eb219 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_botter.dds differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_botter.png b/gfx/interface/icons/character_trait_icons/intermediate_botter.png new file mode 100644 index 00000000..f499e408 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_botter.png differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_builder.dds b/gfx/interface/icons/character_trait_icons/intermediate_builder.dds new file mode 100644 index 00000000..c397576f Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_builder.dds differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_builder.png b/gfx/interface/icons/character_trait_icons/intermediate_builder.png new file mode 100644 index 00000000..a0e2c1a4 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_builder.png differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_diplomat.dds b/gfx/interface/icons/character_trait_icons/intermediate_diplomat.dds new file mode 100644 index 00000000..8e89c16f Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_diplomat.dds differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_diplomat.png b/gfx/interface/icons/character_trait_icons/intermediate_diplomat.png new file mode 100644 index 00000000..16a4cb4b Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_diplomat.png differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_pvper.dds b/gfx/interface/icons/character_trait_icons/intermediate_pvper.dds new file mode 100644 index 00000000..5f6110e1 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_pvper.dds differ diff --git a/gfx/interface/icons/character_trait_icons/intermediate_pvper.png b/gfx/interface/icons/character_trait_icons/intermediate_pvper.png new file mode 100644 index 00000000..e8e4feda Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/intermediate_pvper.png differ diff --git a/gfx/interface/icons/character_trait_icons/skill_traits.psd b/gfx/interface/icons/character_trait_icons/skill_traits.psd new file mode 100644 index 00000000..813e8e91 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/skill_traits.psd differ diff --git a/gfx/interface/icons/character_trait_icons/wholesome.dds b/gfx/interface/icons/character_trait_icons/wholesome.dds new file mode 100644 index 00000000..b030a285 Binary files /dev/null and b/gfx/interface/icons/character_trait_icons/wholesome.dds differ diff --git a/gfx/interface/icons/goods_icons/beetroot.dds b/gfx/interface/icons/goods_icons/beetroot.dds new file mode 100644 index 00000000..bdfdb981 Binary files /dev/null and b/gfx/interface/icons/goods_icons/beetroot.dds differ diff --git a/gfx/interface/icons/goods_icons/cactus.dds b/gfx/interface/icons/goods_icons/cactus.dds new file mode 100644 index 00000000..979348b2 Binary files /dev/null and b/gfx/interface/icons/goods_icons/cactus.dds differ diff --git a/gfx/interface/icons/goods_icons/carrot.dds b/gfx/interface/icons/goods_icons/carrot.dds new file mode 100644 index 00000000..715e59b7 Binary files /dev/null and b/gfx/interface/icons/goods_icons/carrot.dds differ diff --git a/gfx/interface/icons/goods_icons/cocoa_bean.dds b/gfx/interface/icons/goods_icons/cocoa_bean.dds new file mode 100644 index 00000000..eb827fd0 Binary files /dev/null and b/gfx/interface/icons/goods_icons/cocoa_bean.dds differ diff --git a/gfx/interface/icons/goods_icons/diamond.dds b/gfx/interface/icons/goods_icons/diamond.dds new file mode 100644 index 00000000..265fe934 Binary files /dev/null and b/gfx/interface/icons/goods_icons/diamond.dds differ diff --git a/gfx/interface/icons/goods_icons/experience_bottle.dds b/gfx/interface/icons/goods_icons/experience_bottle.dds new file mode 100644 index 00000000..2cd4bd85 Binary files /dev/null and b/gfx/interface/icons/goods_icons/experience_bottle.dds differ diff --git a/gfx/interface/icons/goods_icons/glass.dds b/gfx/interface/icons/goods_icons/glass.dds new file mode 100644 index 00000000..18cec985 Binary files /dev/null and b/gfx/interface/icons/goods_icons/glass.dds differ diff --git a/gfx/interface/icons/goods_icons/glass_bottle.dds b/gfx/interface/icons/goods_icons/glass_bottle.dds new file mode 100644 index 00000000..98cc5c77 Binary files /dev/null and b/gfx/interface/icons/goods_icons/glass_bottle.dds differ diff --git a/gfx/interface/icons/goods_icons/gold_ingot.dds b/gfx/interface/icons/goods_icons/gold_ingot.dds new file mode 100644 index 00000000..608487a1 Binary files /dev/null and b/gfx/interface/icons/goods_icons/gold_ingot.dds differ diff --git a/gfx/interface/icons/goods_icons/gold_ore.dds b/gfx/interface/icons/goods_icons/gold_ore.dds new file mode 100644 index 00000000..c17f09f0 Binary files /dev/null and b/gfx/interface/icons/goods_icons/gold_ore.dds differ diff --git a/gfx/interface/icons/goods_icons/gold_tools.dds b/gfx/interface/icons/goods_icons/gold_tools.dds new file mode 100644 index 00000000..12cdaa43 Binary files /dev/null and b/gfx/interface/icons/goods_icons/gold_tools.dds differ diff --git a/gfx/interface/icons/goods_icons/gunpowder.webp b/gfx/interface/icons/goods_icons/gunpowder.webp new file mode 100644 index 00000000..9b889bf8 Binary files /dev/null and b/gfx/interface/icons/goods_icons/gunpowder.webp differ diff --git a/gfx/interface/icons/goods_icons/melon.dds b/gfx/interface/icons/goods_icons/melon.dds new file mode 100644 index 00000000..8cbdfcc5 Binary files /dev/null and b/gfx/interface/icons/goods_icons/melon.dds differ diff --git a/gfx/interface/icons/goods_icons/mob_drops.dds b/gfx/interface/icons/goods_icons/mob_drops.dds new file mode 100644 index 00000000..feb31aec Binary files /dev/null and b/gfx/interface/icons/goods_icons/mob_drops.dds differ diff --git a/gfx/interface/icons/goods_icons/mushroom.dds b/gfx/interface/icons/goods_icons/mushroom.dds new file mode 100644 index 00000000..f4a58976 Binary files /dev/null and b/gfx/interface/icons/goods_icons/mushroom.dds differ diff --git a/gfx/interface/icons/goods_icons/oak_saplings.dds b/gfx/interface/icons/goods_icons/oak_saplings.dds new file mode 100644 index 00000000..1b66eedc Binary files /dev/null and b/gfx/interface/icons/goods_icons/oak_saplings.dds differ diff --git a/gfx/interface/icons/goods_icons/potato.dds b/gfx/interface/icons/goods_icons/potato.dds new file mode 100644 index 00000000..d4942f9b Binary files /dev/null and b/gfx/interface/icons/goods_icons/potato.dds differ diff --git a/gfx/interface/icons/goods_icons/pumpkin.dds b/gfx/interface/icons/goods_icons/pumpkin.dds new file mode 100644 index 00000000..ee81f83f Binary files /dev/null and b/gfx/interface/icons/goods_icons/pumpkin.dds differ diff --git a/gfx/interface/icons/goods_icons/redstone.dds b/gfx/interface/icons/goods_icons/redstone.dds new file mode 100644 index 00000000..f27bf6a0 Binary files /dev/null and b/gfx/interface/icons/goods_icons/redstone.dds differ diff --git a/gfx/interface/icons/goods_icons/sand.dds b/gfx/interface/icons/goods_icons/sand.dds new file mode 100644 index 00000000..a453550f Binary files /dev/null and b/gfx/interface/icons/goods_icons/sand.dds differ diff --git a/gfx/interface/icons/goods_icons/string.webp b/gfx/interface/icons/goods_icons/string.webp new file mode 100644 index 00000000..cc431207 Binary files /dev/null and b/gfx/interface/icons/goods_icons/string.webp differ diff --git a/gfx/interface/icons/goods_icons/wheat.dds b/gfx/interface/icons/goods_icons/wheat.dds new file mode 100644 index 00000000..00852ecf Binary files /dev/null and b/gfx/interface/icons/goods_icons/wheat.dds differ diff --git a/gfx/interface/icons/ideology_icons/egalitarian.dds b/gfx/interface/icons/ideology_icons/egalitarian.dds new file mode 100644 index 00000000..a711a63c Binary files /dev/null and b/gfx/interface/icons/ideology_icons/egalitarian.dds differ diff --git a/gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_egalitarian.dds b/gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_egalitarian.dds new file mode 100644 index 00000000..9fb11a6e Binary files /dev/null and b/gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_egalitarian.dds differ diff --git a/gfx/interface/icons/ig_icons/buildfriends.dds b/gfx/interface/icons/ig_icons/buildfriends.dds new file mode 100644 index 00000000..535bf6dd Binary files /dev/null and b/gfx/interface/icons/ig_icons/buildfriends.dds differ diff --git a/gfx/interface/icons/ig_icons/buildfriends_30.dds b/gfx/interface/icons/ig_icons/buildfriends_30.dds new file mode 100644 index 00000000..ef0bb2a3 Binary files /dev/null and b/gfx/interface/icons/ig_icons/buildfriends_30.dds differ diff --git a/gfx/interface/icons/ig_icons/fires_of_industry.dds b/gfx/interface/icons/ig_icons/fires_of_industry.dds new file mode 100644 index 00000000..6139fc63 Binary files /dev/null and b/gfx/interface/icons/ig_icons/fires_of_industry.dds differ diff --git a/gfx/interface/icons/ig_icons/fires_of_industry.png b/gfx/interface/icons/ig_icons/fires_of_industry.png new file mode 100644 index 00000000..34a6cd03 Binary files /dev/null and b/gfx/interface/icons/ig_icons/fires_of_industry.png differ diff --git a/gfx/interface/icons/ig_icons/grinders.dds b/gfx/interface/icons/ig_icons/grinders.dds new file mode 100644 index 00000000..0a30cfa1 Binary files /dev/null and b/gfx/interface/icons/ig_icons/grinders.dds differ diff --git a/gfx/interface/icons/ig_icons/grinders.pdn b/gfx/interface/icons/ig_icons/grinders.pdn new file mode 100644 index 00000000..2cde8ea4 Binary files /dev/null and b/gfx/interface/icons/ig_icons/grinders.pdn differ diff --git a/gfx/interface/icons/ig_icons/grinders_30.dds b/gfx/interface/icons/ig_icons/grinders_30.dds new file mode 100644 index 00000000..ee97fba7 Binary files /dev/null and b/gfx/interface/icons/ig_icons/grinders_30.dds differ diff --git a/gfx/interface/icons/ig_icons/industrialists.dds b/gfx/interface/icons/ig_icons/industrialists.dds new file mode 100644 index 00000000..3abc4178 Binary files /dev/null and b/gfx/interface/icons/ig_icons/industrialists.dds differ diff --git a/gfx/interface/icons/ig_icons/industrialists.pdn b/gfx/interface/icons/ig_icons/industrialists.pdn new file mode 100644 index 00000000..174c5b11 Binary files /dev/null and b/gfx/interface/icons/ig_icons/industrialists.pdn differ diff --git a/gfx/interface/icons/ig_icons/industrialists_30.dds b/gfx/interface/icons/ig_icons/industrialists_30.dds new file mode 100644 index 00000000..53024f9c Binary files /dev/null and b/gfx/interface/icons/ig_icons/industrialists_30.dds differ diff --git a/gfx/interface/icons/ig_icons/pvpers.dds b/gfx/interface/icons/ig_icons/pvpers.dds new file mode 100644 index 00000000..b283882e Binary files /dev/null and b/gfx/interface/icons/ig_icons/pvpers.dds differ diff --git a/gfx/interface/icons/ig_icons/pvpers_30.dds b/gfx/interface/icons/ig_icons/pvpers_30.dds new file mode 100644 index 00000000..49d1a450 Binary files /dev/null and b/gfx/interface/icons/ig_icons/pvpers_30.dds differ diff --git a/gfx/interface/icons/ig_icons/roleplayers.dds b/gfx/interface/icons/ig_icons/roleplayers.dds new file mode 100644 index 00000000..05de4cf5 Binary files /dev/null and b/gfx/interface/icons/ig_icons/roleplayers.dds differ diff --git a/gfx/interface/icons/ig_icons/roleplayers.pdn b/gfx/interface/icons/ig_icons/roleplayers.pdn new file mode 100644 index 00000000..0aafd1bb Binary files /dev/null and b/gfx/interface/icons/ig_icons/roleplayers.pdn differ diff --git a/gfx/interface/icons/ig_icons/roleplayers_30.dds b/gfx/interface/icons/ig_icons/roleplayers_30.dds new file mode 100644 index 00000000..9cbcc82c Binary files /dev/null and b/gfx/interface/icons/ig_icons/roleplayers_30.dds differ diff --git a/gfx/interface/icons/invention_icons/academia.dds b/gfx/interface/icons/invention_icons/academia.dds new file mode 100644 index 00000000..4eae8de2 Binary files /dev/null and b/gfx/interface/icons/invention_icons/academia.dds differ diff --git a/gfx/interface/icons/law_icons/Diamond_Sword_JE1_BE1.webp b/gfx/interface/icons/law_icons/Diamond_Sword_JE1_BE1.webp new file mode 100644 index 00000000..79c11f16 Binary files /dev/null and b/gfx/interface/icons/law_icons/Diamond_Sword_JE1_BE1.webp differ diff --git a/gfx/interface/icons/law_icons/army_with_a_state.dds b/gfx/interface/icons/law_icons/army_with_a_state.dds new file mode 100644 index 00000000..b76a6d10 Binary files /dev/null and b/gfx/interface/icons/law_icons/army_with_a_state.dds differ diff --git a/gfx/interface/icons/law_icons/army_with_a_state.png b/gfx/interface/icons/law_icons/army_with_a_state.png new file mode 100644 index 00000000..f5cfbef6 Binary files /dev/null and b/gfx/interface/icons/law_icons/army_with_a_state.png differ diff --git a/gfx/interface/icons/law_icons/complex_legal_system.dds b/gfx/interface/icons/law_icons/complex_legal_system.dds new file mode 100644 index 00000000..4920ff27 Binary files /dev/null and b/gfx/interface/icons/law_icons/complex_legal_system.dds differ diff --git a/gfx/interface/icons/law_icons/designated_clickers.dds b/gfx/interface/icons/law_icons/designated_clickers.dds new file mode 100644 index 00000000..b6fa3a1f Binary files /dev/null and b/gfx/interface/icons/law_icons/designated_clickers.dds differ diff --git a/gfx/interface/icons/law_icons/designated_clickers.png b/gfx/interface/icons/law_icons/designated_clickers.png new file mode 100644 index 00000000..8092ccc3 Binary files /dev/null and b/gfx/interface/icons/law_icons/designated_clickers.png differ diff --git a/gfx/interface/icons/law_icons/disarmed_nation.dds b/gfx/interface/icons/law_icons/disarmed_nation.dds new file mode 100644 index 00000000..b0fea675 Binary files /dev/null and b/gfx/interface/icons/law_icons/disarmed_nation.dds differ diff --git a/gfx/interface/icons/law_icons/laissez_faire.dds b/gfx/interface/icons/law_icons/laissez_faire.dds new file mode 100644 index 00000000..72e138b8 Binary files /dev/null and b/gfx/interface/icons/law_icons/laissez_faire.dds differ diff --git a/gfx/interface/icons/law_icons/lawless.dds b/gfx/interface/icons/law_icons/lawless.dds new file mode 100644 index 00000000..269501a9 Binary files /dev/null and b/gfx/interface/icons/law_icons/lawless.dds differ diff --git a/gfx/interface/icons/law_icons/mixed_economy.dds b/gfx/interface/icons/law_icons/mixed_economy.dds new file mode 100644 index 00000000..20213fc2 Binary files /dev/null and b/gfx/interface/icons/law_icons/mixed_economy.dds differ diff --git a/gfx/interface/icons/law_icons/national_militia.dds b/gfx/interface/icons/law_icons/national_militia.dds new file mode 100644 index 00000000..d44f920b Binary files /dev/null and b/gfx/interface/icons/law_icons/national_militia.dds differ diff --git a/gfx/interface/icons/law_icons/national_militia.png b/gfx/interface/icons/law_icons/national_militia.png new file mode 100644 index 00000000..bd17feb4 Binary files /dev/null and b/gfx/interface/icons/law_icons/national_militia.png differ diff --git a/gfx/interface/icons/law_icons/no_formal_legal_system.dds b/gfx/interface/icons/law_icons/no_formal_legal_system.dds new file mode 100644 index 00000000..49334419 Binary files /dev/null and b/gfx/interface/icons/law_icons/no_formal_legal_system.dds differ diff --git a/gfx/interface/icons/law_icons/only_volunteers.dds b/gfx/interface/icons/law_icons/only_volunteers.dds new file mode 100644 index 00000000..eb8ed6a6 Binary files /dev/null and b/gfx/interface/icons/law_icons/only_volunteers.dds differ diff --git a/gfx/interface/icons/law_icons/only_volunteers.png b/gfx/interface/icons/law_icons/only_volunteers.png new file mode 100644 index 00000000..306fa0fb Binary files /dev/null and b/gfx/interface/icons/law_icons/only_volunteers.png differ diff --git a/gfx/interface/icons/law_icons/planned_economy.dds b/gfx/interface/icons/law_icons/planned_economy.dds new file mode 100644 index 00000000..dc0588c0 Binary files /dev/null and b/gfx/interface/icons/law_icons/planned_economy.dds differ diff --git a/gfx/interface/icons/law_icons/simple_legal_system.dds b/gfx/interface/icons/law_icons/simple_legal_system.dds new file mode 100644 index 00000000..a306e3a5 Binary files /dev/null and b/gfx/interface/icons/law_icons/simple_legal_system.dds differ diff --git a/gfx/interface/icons/pops_icons/midfriend.dds b/gfx/interface/icons/pops_icons/midfriend.dds new file mode 100644 index 00000000..93b083ee Binary files /dev/null and b/gfx/interface/icons/pops_icons/midfriend.dds differ diff --git a/gfx/interface/icons/pops_icons/midfriend_15.dds b/gfx/interface/icons/pops_icons/midfriend_15.dds new file mode 100644 index 00000000..dd28f1b4 Binary files /dev/null and b/gfx/interface/icons/pops_icons/midfriend_15.dds differ diff --git a/gfx/interface/icons/pops_icons/newfriend.dds b/gfx/interface/icons/pops_icons/newfriend.dds new file mode 100644 index 00000000..5527bccd Binary files /dev/null and b/gfx/interface/icons/pops_icons/newfriend.dds differ diff --git a/gfx/interface/icons/pops_icons/newfriend_15.dds b/gfx/interface/icons/pops_icons/newfriend_15.dds new file mode 100644 index 00000000..c7249297 Binary files /dev/null and b/gfx/interface/icons/pops_icons/newfriend_15.dds differ diff --git a/gfx/interface/icons/pops_icons/oldfriend.dds b/gfx/interface/icons/pops_icons/oldfriend.dds new file mode 100644 index 00000000..d01e36e1 Binary files /dev/null and b/gfx/interface/icons/pops_icons/oldfriend.dds differ diff --git a/gfx/interface/icons/pops_icons/oldfriend_15.dds b/gfx/interface/icons/pops_icons/oldfriend_15.dds new file mode 100644 index 00000000..60626a8a Binary files /dev/null and b/gfx/interface/icons/pops_icons/oldfriend_15.dds differ diff --git a/gfx/interface/icons/production_method_icons/basic_gold_smelting.dds b/gfx/interface/icons/production_method_icons/basic_gold_smelting.dds new file mode 100644 index 00000000..5f449571 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/basic_gold_smelting.dds differ diff --git a/gfx/interface/icons/production_method_icons/basic_iron_smelting.dds b/gfx/interface/icons/production_method_icons/basic_iron_smelting.dds new file mode 100644 index 00000000..123694d9 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/basic_iron_smelting.dds differ diff --git a/gfx/interface/icons/production_method_icons/diamond_shovel.dds b/gfx/interface/icons/production_method_icons/diamond_shovel.dds new file mode 100644 index 00000000..9495cb44 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/diamond_shovel.dds differ diff --git a/gfx/interface/icons/production_method_icons/furnance.dds b/gfx/interface/icons/production_method_icons/furnance.dds new file mode 100644 index 00000000..fb008cb7 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/furnance.dds differ diff --git a/gfx/interface/icons/production_method_icons/gold_axe.dds b/gfx/interface/icons/production_method_icons/gold_axe.dds new file mode 100644 index 00000000..158c82c6 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/gold_axe.dds differ diff --git a/gfx/interface/icons/production_method_icons/gold_pickaxe.dds b/gfx/interface/icons/production_method_icons/gold_pickaxe.dds new file mode 100644 index 00000000..d61d0b92 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/gold_pickaxe.dds differ diff --git a/gfx/interface/icons/production_method_icons/gold_shovel.dds b/gfx/interface/icons/production_method_icons/gold_shovel.dds new file mode 100644 index 00000000..0d34bb47 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/gold_shovel.dds differ diff --git a/gfx/interface/icons/production_method_icons/gold_tools.dds b/gfx/interface/icons/production_method_icons/gold_tools.dds new file mode 100644 index 00000000..12cdaa43 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/gold_tools.dds differ diff --git a/gfx/interface/icons/production_method_icons/iron_reinforcement.dds b/gfx/interface/icons/production_method_icons/iron_reinforcement.dds new file mode 100644 index 00000000..a7304687 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/iron_reinforcement.dds differ diff --git a/gfx/interface/icons/production_method_icons/iron_shovel.dds b/gfx/interface/icons/production_method_icons/iron_shovel.dds new file mode 100644 index 00000000..90590905 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/iron_shovel.dds differ diff --git a/gfx/interface/icons/production_method_icons/lit_furnance.dds b/gfx/interface/icons/production_method_icons/lit_furnance.dds new file mode 100644 index 00000000..0504f947 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/lit_furnance.dds differ diff --git a/gfx/interface/icons/production_method_icons/manual.png b/gfx/interface/icons/production_method_icons/manual.png deleted file mode 100644 index 0d1314a9..00000000 Binary files a/gfx/interface/icons/production_method_icons/manual.png and /dev/null differ diff --git a/gfx/interface/icons/production_method_icons/stone_reinforcement.dds b/gfx/interface/icons/production_method_icons/stone_reinforcement.dds new file mode 100644 index 00000000..42f4305a Binary files /dev/null and b/gfx/interface/icons/production_method_icons/stone_reinforcement.dds differ diff --git a/gfx/interface/icons/production_method_icons/stone_shovel.dds b/gfx/interface/icons/production_method_icons/stone_shovel.dds new file mode 100644 index 00000000..08947bfe Binary files /dev/null and b/gfx/interface/icons/production_method_icons/stone_shovel.dds differ diff --git a/gfx/interface/icons/production_method_icons/wood_shovel.dds b/gfx/interface/icons/production_method_icons/wood_shovel.dds new file mode 100644 index 00000000..4c8cfef0 Binary files /dev/null and b/gfx/interface/icons/production_method_icons/wood_shovel.dds differ diff --git a/gfx/interface/icons/religion_icons/bezist.dds b/gfx/interface/icons/religion_icons/bezist.dds new file mode 100644 index 00000000..ca2dbea7 Binary files /dev/null and b/gfx/interface/icons/religion_icons/bezist.dds differ diff --git a/gfx/interface/icons/religion_icons/catholic.dds b/gfx/interface/icons/religion_icons/catholic.dds new file mode 100644 index 00000000..cf2766e8 Binary files /dev/null and b/gfx/interface/icons/religion_icons/catholic.dds differ diff --git a/gfx/interface/icons/religion_icons/protestant.dds b/gfx/interface/icons/religion_icons/protestant.dds new file mode 100644 index 00000000..106b03cf Binary files /dev/null and b/gfx/interface/icons/religion_icons/protestant.dds differ diff --git a/gfx/interface/icons/religion_icons/rhayatshola.dds b/gfx/interface/icons/religion_icons/rhayatshola.dds new file mode 100644 index 00000000..b4e8cab8 Binary files /dev/null and b/gfx/interface/icons/religion_icons/rhayatshola.dds differ diff --git a/gfx/interface/icons/religion_icons/shinto.dds b/gfx/interface/icons/religion_icons/shinto.dds new file mode 100644 index 00000000..1a14cde9 Binary files /dev/null and b/gfx/interface/icons/religion_icons/shinto.dds differ diff --git a/gfx/interface/icons/state_trait_icons/desert.dds b/gfx/interface/icons/state_trait_icons/desert.dds new file mode 100644 index 00000000..afeb8fc9 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/desert.dds differ diff --git a/gfx/interface/icons/state_trait_icons/empty.dds b/gfx/interface/icons/state_trait_icons/empty.dds new file mode 100644 index 00000000..e5264b5c Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/empty.dds differ diff --git a/gfx/interface/icons/state_trait_icons/forest.dds b/gfx/interface/icons/state_trait_icons/forest.dds new file mode 100644 index 00000000..f7daba13 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/forest.dds differ diff --git a/gfx/interface/icons/state_trait_icons/jungle.dds b/gfx/interface/icons/state_trait_icons/jungle.dds new file mode 100644 index 00000000..2f7d8ad2 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/jungle.dds differ diff --git a/gfx/interface/icons/state_trait_icons/mesa.dds b/gfx/interface/icons/state_trait_icons/mesa.dds new file mode 100644 index 00000000..bc5d9933 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/mesa.dds differ diff --git a/gfx/interface/icons/state_trait_icons/mountain.dds b/gfx/interface/icons/state_trait_icons/mountain.dds new file mode 100644 index 00000000..693c6431 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/mountain.dds differ diff --git a/gfx/interface/icons/state_trait_icons/mushroom_island.dds b/gfx/interface/icons/state_trait_icons/mushroom_island.dds new file mode 100644 index 00000000..7e633d93 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/mushroom_island.dds differ diff --git a/gfx/interface/icons/state_trait_icons/ocean.dds b/gfx/interface/icons/state_trait_icons/ocean.dds new file mode 100644 index 00000000..b36fa237 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/ocean.dds differ diff --git a/gfx/interface/icons/state_trait_icons/plains.dds b/gfx/interface/icons/state_trait_icons/plains.dds new file mode 100644 index 00000000..bf89e0c3 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/plains.dds differ diff --git a/gfx/interface/icons/state_trait_icons/river.dds b/gfx/interface/icons/state_trait_icons/river.dds new file mode 100644 index 00000000..7b266056 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/river.dds differ diff --git a/gfx/interface/icons/state_trait_icons/roofted_forest.dds b/gfx/interface/icons/state_trait_icons/roofted_forest.dds new file mode 100644 index 00000000..ea88441a Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/roofted_forest.dds differ diff --git a/gfx/interface/icons/state_trait_icons/savanna.dds b/gfx/interface/icons/state_trait_icons/savanna.dds new file mode 100644 index 00000000..37af4823 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/savanna.dds differ diff --git a/gfx/interface/icons/state_trait_icons/snowy_plains.dds b/gfx/interface/icons/state_trait_icons/snowy_plains.dds new file mode 100644 index 00000000..bbcbc497 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/snowy_plains.dds differ diff --git a/gfx/interface/icons/state_trait_icons/state_trait.psd b/gfx/interface/icons/state_trait_icons/state_trait.psd new file mode 100644 index 00000000..ad219ad7 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/state_trait.psd differ diff --git a/gfx/interface/icons/state_trait_icons/sunflower_plains.dds b/gfx/interface/icons/state_trait_icons/sunflower_plains.dds new file mode 100644 index 00000000..87919fa7 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/sunflower_plains.dds differ diff --git a/gfx/interface/icons/state_trait_icons/swamplands.dds b/gfx/interface/icons/state_trait_icons/swamplands.dds new file mode 100644 index 00000000..abfa7a68 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/swamplands.dds differ diff --git a/gfx/interface/icons/state_trait_icons/taiga.dds b/gfx/interface/icons/state_trait_icons/taiga.dds new file mode 100644 index 00000000..c2f79552 Binary files /dev/null and b/gfx/interface/icons/state_trait_icons/taiga.dds differ diff --git a/gfx/interface/icons/zeldrin.dds b/gfx/interface/icons/zeldrin.dds new file mode 100644 index 00000000..68ef59f7 Binary files /dev/null and b/gfx/interface/icons/zeldrin.dds differ diff --git a/gfx/logos/civtoria.png b/gfx/logos/civtoria.png new file mode 100644 index 00000000..d5446fa7 Binary files /dev/null and b/gfx/logos/civtoria.png differ diff --git a/gfx/logos/civtoria.psd b/gfx/logos/civtoria.psd new file mode 100644 index 00000000..8e622cdb Binary files /dev/null and b/gfx/logos/civtoria.psd differ diff --git a/gfx/map/building_config/default.txt b/gfx/map/building_config/default.txt new file mode 100644 index 00000000..1513d6a2 --- /dev/null +++ b/gfx/map/building_config/default.txt @@ -0,0 +1,1746 @@ +#AFRICAN CITY AFRICAN CITY AFRICAN CITY AFRICAN CITY AFRICAN CITY# + +african_urban_city_townsquare_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +african_urban_city_townsquare_skyscraper_01_mesh = { + size = 2 + + particles = { + "locator" = "particle_skyscraper_light" + } + + construction_entity = "building_construction_skyscraper_entity" +} + +african_urban_city_university_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +african_urban_city_academy_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +african_urban_city_barracks_01_mesh = { + size = 3 + construction_entity = "building_construction_6x6_entity" +} + +african_urban_city_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +african_urban_city_tradecenter_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + + + +african_urban_city_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_urban_city_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#AFRICAN PORT AFRICAN PORT AFRICAN PORT AFRICAN PORT AFRICAN PORT# + +african_urban_navalbase_01_mesh = { + size = 3 + construction_entity = "building_construction_6x6_entity" +} + + + + +#AFRICAN FARM AFRICAN FARM AFRICAN FARM AFRICAN FARM AFRICAN FARM# + +african_rural_farm_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +african_province_farm_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +african_province_farm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +african_province_subfarm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +african_province_subfarm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +african_rural_plantation_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + +african_rural_ranch_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + + + +african_rural_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_rural_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#AFRICAN MANUFACTORY AFRICAN MANUFACTORY AFRICAN MANUFACTORY AFRICAN MANUFACTORY AFRICAN MANUFACTORY# + +african_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +african_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +african_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +african_colonial_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +african_colonial_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +african_colonial_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +african_furniture_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +african_glassworks_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +african_tools_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + + + + +#AFRICAN FORESTRY AFRICAN FORESTRY AFRICAN FORESTRY AFRICAN FORESTRY AFRICAN FORESTRY# + +african_forestryhub_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +african_forestry_lumberdepo_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_forestry_lumberdepo_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_forestry_camp_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +african_forestry_camp_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#AFRICAN MINING AFRICAN MINING AFRICAN MINING AFRICAN MINING AFRICAN MINING# + +african_mininghub_centerpiece_01_mesh = { + size = 3 + + particles = { + "locator_chimney" = "smoke_chimney" + } + + construction_entity = "building_construction_6x6_entity" +} + +african_mining_coaldepo_01_mesh = { + size = 2 + construction_entity = "building_construction_2x2_entity" +} + +african_mining_processing_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ARABIC CITY ARABIC CITY ARABIC CITY ARABIC CITY ARABIC CITY# + +arabic_urban_city_townsquare_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +arabic_urban_city_townsquare_skyscraper_01_mesh = { + size = 2 + + particles = { + "locator" = "particle_skyscraper_light" + } + + construction_entity = "building_construction_skyscraper_entity" +} + +arabic_urban_city_university_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +arabic_urban_city_academy_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +arabic_urban_city_barracks_01_mesh = { + size = 3 + construction_entity = "building_construction_6x6_entity" +} + +arabic_urban_city_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +arabic_urban_city_tradecenter_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + + + +arabic_urban_city_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_urban_city_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ARABIC PORT ARABIC PORT ARABIC PORT ARABIC PORT ARABIC PORT# + +arabic_urban_navalbase_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + + + + +#ARABIC FARM ARABIC FARM ARABIC FARM ARABIC FARM ARABIC FARM# + +arabic_rural_farm_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +arabic_province_farm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +arabic_province_farm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +arabic_province_subfarm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +arabic_province_subfarm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +arabic_rural_plantation_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + +arabic_rural_ranch_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + + + +arabic_rural_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_rural_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ARABIC MANUFACTORY ARABIC MANUFACTORY ARABIC MANUFACTORY ARABIC MANUFACTORY ARABIC MANUFACTORY# + +arabic_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +arabic_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +arabic_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +arabic_colonial_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +arabic_colonial_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +arabic_colonial_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +arabic_furniture_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +arabic_glassworks_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +arabic_tools_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + + + + +#ARABIC FORESTRY ARABIC FORESTRY ARABIC FORESTRY ARABIC FORESTRY ARABIC FORESTRY# + +arabic_forestryhub_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +arabic_forestry_lumberdepo_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_forestry_lumberdepo_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_forestry_camp_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +arabic_forestry_camp_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ARABIC MINING ARABIC MINING ARABIC MINING ARABIC MINING ARABIC MINING# + +mininghub_centerpiece_sandstone_01_mesh = { + size = 3 + + particles = { + "locator_chimney" = "smoke_chimney" + } + + construction_entity = "building_construction_6x6_entity" +} + +generic_rural_mining_coaldepo_sandstone_01_mesh = { + size = 2 + construction_entity = "building_construction_2x2_entity" +} + +generic_rural_mining_processing_sandstone_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ASIAN CITY ASIAN CITY ASIAN CITY ASIAN CITY ASIAN CITY# + +asian_urban_city_townsquare_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +asian_urban_city_townsquare_skyscraper_01_mesh = { + size = 2 + + particles = { + "locator" = "particle_skyscraper_light" + } + + construction_entity = "building_construction_skyscraper_entity" +} + +asian_urban_city_university_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +asian_urban_city_academy_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +asian_urban_city_barracks_01_mesh = { + size = 3 + construction_entity = "building_construction_6x6_entity" +} + +asian_urban_city_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +asian_urban_city_tradecenter_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + + + +asian_urban_city_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_urban_city_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ASIAN PORT ASIAN PORT ASIAN PORT ASIAN PORT ASIAN PORT# + +asian_urban_navalbase_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + + + + +#ASIAN FARM ASIAN FARM ASIAN FARM ASIAN FARM ASIAN FARM# + +asian_rural_farm_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +asian_province_farm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +asian_province_farm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +asian_province_subfarm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +asian_province_subfarm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +asian_rural_plantation_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + +asian_rural_ranch_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + + + +asian_rural_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_rural_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ASIAN MANUFACTORY ASIAN MANUFACTORY ASIAN MANUFACTORY ASIAN MANUFACTORY ASIAN MANUFACTORY# + +asian_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +asian_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +asian_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +asian_colonial_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +asian_colonial_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +asian_colonial_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +asian_furniture_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +asian_glassworks_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +asian_tools_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + + + + +#ASIAN FORESTRY ASIAN FORESTRY ASIAN FORESTRY ASIAN FORESTRY ASIAN FORESTRY# + +asian_forestryhub_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +asian_forestry_lumberdepo_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_forestry_lumberdepo_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_forestry_camp_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +asian_forestry_camp_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#ASIAN MINING ASIAN MINING ASIAN MINING ASIAN MINING ASIAN MINING# + +asian_mininghub_centerpiece_01_mesh = { + size = 3 + + particles = { + "locator_chimney" = "smoke_chimney" + } + + construction_entity = "building_construction_6x6_entity" +} + +asian_mining_coaldepo_01_mesh = { + size = 2 + construction_entity = "building_construction_2x2_entity" +} + +asian_mining_processing_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#EUROPEAN CITY EUROPEAN CITY EUROPEAN CITY EUROPEAN CITY EUROPEAN CITY# + +european_city_urban_center_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +european_city_urban_center_skyscraper_01_mesh = { + size = 2 + + particles = { + "locator" = "particle_skyscraper_light" + } + + construction_entity = "building_construction_skyscraper_entity" +} + +european_city_university_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +european_city_art_academy_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +european_city_barracks_01_mesh = { + size = 3 + construction_entity = "building_construction_6x6_entity" +} + +european_city_government_administration_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +european_city_trade_center_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + + + +european_city_building_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_city_building_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#EUROPEAN PORT EUROPEAN PORT EUROPEAN PORT EUROPEAN PORT EUROPEAN PORT# + +european_port_naval_base_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + + + + +#EUROPEAN FARM EUROPEAN FARM EUROPEAN FARM EUROPEAN FARM EUROPEAN FARM# + +european_rural_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +european_province_farm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +european_province_farm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +european_province_subfarm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +european_province_subfarm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +european_rural_plantation_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + +european_rural_ranch_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + + + +european_rural_building_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +european_rural_building_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#EUROPEAN MANUFACTORY EUROPEAN MANUFACTORY EUROPEAN MANUFACTORY EUROPEAN MANUFACTORY EUROPEAN MANUFACTORY# + +generic_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +generic_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +generic_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +colonial_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +colonial_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +colonial_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +furniture_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +glassworks_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +tools_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + + + + +#EUROPEAN FORESTRY EUROPEAN FORESTRY EUROPEAN FORESTRY EUROPEAN FORESTRY EUROPEAN FORESTRY# + +generic_rural_forestryhub_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +generic_forestry_lumberdepo_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +generic_forestry_lumberdepo_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +generic__rural_forestry_camp_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +generic_rural_forestry_camp_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#EUROPEAN MINING EUROPEAN MINING EUROPEAN MINING EUROPEAN MINING EUROPEAN MINING# + +mininghub_centerpiece_01_mesh = { + size = 3 + + particles = { + "locator_chimney" = "smoke_chimney" + } + + construction_entity = "building_construction_6x6_entity" +} + +generic_mining_coaldepo_01_mesh = { + size = 2 + construction_entity = "building_construction_2x2_entity" +} + +generic_rural_mining_coaldepo_02_mesh = { + size = 2 + construction_entity = "building_construction_2x2_entity" +} + +generic_mining_processing_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +generic_oil_drill_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#LATIN CITY LATIN CITY LATIN CITY LATIN CITY LATIN CITY# + +latin_urban_city_townsquare_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +latin_urban_city_townsquare_skyscraper_01_mesh = { + size = 2 + + particles = { + "locator" = "particle_skyscraper_light" + } + + construction_entity = "building_construction_skyscraper_entity" +} + +latin_urban_city_university_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +latin_urban_city_academy_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +latin_urban_city_barracks_01_mesh = { + size = 3 + construction_entity = "building_construction_6x6_entity" +} + +latin_urban_city_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +latin_urban_city_tradecenter_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + + + +latin_urban_city_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_urban_city_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#LATIN PORT LATIN PORT LATIN PORT LATIN PORT LATIN PORT# + +latin_urban_navalbase_01_mesh = { + size = 3 + construction_entity = "building_construction_6x6_entity" +} + + + + +#LATIN FARM LATIN FARM LATIN FARM LATIN FARM LATIN FARM# + +latin_rural_farm_centerpiece_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +latin_province_farm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +latin_province_farm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +latin_province_subfarm_01_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +latin_province_subfarm_02_mesh = { + size = 2 + construction_entity = "building_construction_3x3_entity" +} + +latin_rural_plantation_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + +latin_rural_ranch_01_mesh = { + size = 4 + construction_entity = "building_construction_3x3_entity" +} + + + +latin_rural_residential_poor_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_poor_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_poor_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_mid_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_mid_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_mid_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_rich_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_rich_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_rural_residential_rich_03_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#LATIN MANUFACTORY LATIN MANUFACTORY LATIN MANUFACTORY LATIN MANUFACTORY LATIN MANUFACTORY# + +latin_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +latin_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +latin_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_4x4_entity" +} + +latin_colonial_manufactory_01_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +latin_colonial_manufactory_02_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +latin_colonial_manufactory_03_mesh = { + size = 2 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_3x3_entity" +} + +latin_furniture_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +latin_glassworks_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + +latin_tools_manufactory_01_mesh = { + size = 1 + + particles = { + "locator_chimney" = "particle_factory_smoke" + "locator_chimney_02" = "particle_factory_smoke" + } + + construction_entity = "building_construction_2x2_entity" +} + + + + +#LATIN FORESTRY LATIN FORESTRY LATIN FORESTRY LATIN FORESTRY LATIN FORESTRY# + +latin_forestryhub_01_mesh = { + size = 2 + construction_entity = "building_construction_4x4_entity" +} + +latin_forestry_lumberdepo_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_forestry_lumberdepo_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_forestry_camp_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + +latin_forestry_camp_02_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} + + + + +#LATIN MINING LATIN MINING LATIN MINING LATIN MINING LATIN MINING# + +latin_mininghub_centerpiece_01_mesh = { + size = 3 + + particles = { + "locator_chimney" = "smoke_chimney" + } + + construction_entity = "building_construction_6x6_entity" +} + +latin_mining_coaldepo_01_mesh = { + size = 2 + construction_entity = "building_construction_2x2_entity" +} + +latin_mining_processing_01_mesh = { + size = 1 + construction_entity = "building_construction_2x2_entity" +} \ No newline at end of file diff --git a/gfx/map/city_data/city_types/asian_city.txt b/gfx/map/city_data/city_types/asian_city.txt new file mode 100644 index 00000000..b4dc5b36 --- /dev/null +++ b/gfx/map/city_data/city_types/asian_city.txt @@ -0,0 +1,72 @@ +asian_city = { + graphical_culture = "asian" + city_type = city + center_building_mesh = "asian_urban_city_townsquare_01_mesh" + center_building_size = { 2 2 } + + min_residential_buildings = 2 + max_residential_buildings = 150 + max_residence_points = 200 + + rich_building_meshes = { + "asian_urban_city_residential_rich_01_mesh" + "asian_urban_city_residential_rich_02_mesh" + "asian_urban_city_residential_rich_03_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "asian_urban_city_residential_mid_01_mesh" + "asian_urban_city_residential_mid_02_mesh" + "asian_urban_city_residential_mid_03_mesh" + } + mid_building_offsets = { + position = 0.2 + rotation = 6.25 + } + poor_building_meshes = { + "asian_urban_city_residential_poor_01_mesh" + "asian_urban_city_residential_poor_02_mesh" + "asian_urban_city_residential_poor_03_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 20.0 + } + building_offsets = { #offsets for regular buildings + position = 0.0 + rotation = 0.0 + } + + building_construction_sector = {"asian_manufactory_03_mesh"} + building_food_industry = {"asian_manufactory_01_mesh"} + building_textile_mills = {"asian_tools_manufactory_01_mesh"} + building_furniture_manufacturies= {"asian_furniture_manufactory_01_mesh"} + building_glassworks = {"asian_glassworks_manufactory_01_mesh"} + building_tooling_workshops = {"asian_tools_manufactory_01_mesh"} + building_paper_mills = {"asian_manufactory_02_mesh"} + building_chemical_plants = {"asian_colonial_manufactory_01_mesh"} + building_steel_mills = {"asian_manufactory_01_mesh"} + building_arms_industry = {"asian_colonial_manufactory_03_mesh"} + building_war_machine_industry = {"war_machines_manufactory_01_mesh"} + building_motor_industry = {"asian_colonial_manufactory_02_mesh"} + building_munition_plants = {"asian_colonial_manufactory_03_mesh"} + building_synthetics_plants = {"asian_glassworks_manufactory_01_mesh"} + building_electrics_industry = {"asian_manufactory_02_mesh"} + building_power_plant = {"asian_manufactory_01_mesh"} + + building_suez_canal = {"canal_suezcanal_01_mesh"} + building_panama_canal = {"canal_panamacanal_01_mesh"} + building_eiffel_tower = {"wonder_eiffel_tower_01_mesh"} + + building_urban_center = {} + + building_government_administration = {"asian_urban_city_centerpiece_01_mesh"} + building_trade_center = {"asian_urban_city_tradecenter_01_mesh"} + building_university = {"asian_urban_city_university_01_mesh"} + building_arts_academy = {"asian_urban_city_academy_01_mesh"} + building_skyscraper = {"asian_urban_city_townsquare_skyscraper_01_mesh"} + building_barracks = {"asian_urban_city_barracks_01_mesh"} +} diff --git a/gfx/map/city_data/city_types/asian_farm.txt b/gfx/map/city_data/city_types/asian_farm.txt new file mode 100644 index 00000000..5780d4ca --- /dev/null +++ b/gfx/map/city_data/city_types/asian_farm.txt @@ -0,0 +1,89 @@ +asian_farm = { + graphical_culture = "asian" + city_type = farm + center_building_mesh = "asian_rural_farm_centerpiece_01_mesh" + center_building_size = { 2 2 } + + min_residential_buildings = 4 + max_residential_buildings = 50 + max_residence_points = 100 + + rich_building_meshes = { + "asian_rural_residential_rich_01_mesh" + "asian_rural_residential_rich_02_mesh" + "asian_rural_residential_rich_03_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "asian_rural_residential_mid_01_mesh" + "asian_rural_residential_mid_02_mesh" + "asian_rural_residential_mid_03_mesh" + } + mid_building_offsets = { + position = 0.1 + rotation = 180.0 + } + poor_building_meshes = { + "asian_rural_residential_poor_01_mesh" + "asian_rural_residential_poor_02_mesh" + "asian_rural_residential_poor_03_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 360.0 + } + building_offsets = { #offsets for regular buildings + position = 0.2 + rotation = 360.0 + } + + building_rye_farm = { + "asian_province_farm_01_mesh" + } + building_wheat_farm = { + "asian_province_farm_01_mesh" + } + building_rice_farm = { + "asian_province_farm_01_mesh" + } + building_maize_farm = { + "asian_province_farm_01_mesh" + } + building_millet_farm = { + "asian_province_farm_01_mesh" + } + building_livestock_ranch = { + "asian_rural_ranch_01_mesh" + } + + building_coffee_plantation = { + "asian_rural_plantation_01_mesh" + } + building_cotton_plantation = { + "asian_rural_plantation_01_mesh" + } + building_silk_plantation = { + "asian_rural_plantation_01_mesh" + } + building_dye_plantation = { + "asian_rural_plantation_01_mesh" + } + building_opium_plantation = { + "asian_rural_plantation_01_mesh" + } + building_tea_plantation = { + "asian_rural_plantation_01_mesh" + } + building_tobacco_plantation = { + "asian_rural_plantation_01_mesh" + } + building_sugar_plantation = { + "asian_rural_plantation_01_mesh" + } + building_banana_plantation = { + "asian_rural_plantation_01_mesh" + } +} \ No newline at end of file diff --git a/gfx/map/city_data/city_types/asian_mine.txt b/gfx/map/city_data/city_types/asian_mine.txt new file mode 100644 index 00000000..20db660e --- /dev/null +++ b/gfx/map/city_data/city_types/asian_mine.txt @@ -0,0 +1,66 @@ +asian_mine = { + graphical_culture = "asian" + city_type = mine + center_building_mesh = "asian_mininghub_centerpiece_01_mesh" + center_building_size = { 3 3 } + + + + min_residential_buildings = 4 + max_residential_buildings = 50 + max_residence_points = 100 + + rich_building_meshes = { + "asian_rural_residential_rich_01_mesh" + "asian_rural_residential_rich_02_mesh" + "asian_rural_residential_rich_03_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "asian_rural_residential_mid_01_mesh" + "asian_rural_residential_mid_02_mesh" + "asian_rural_residential_mid_03_mesh" + } + mid_building_offsets = { + position = 0.2 + rotation = 6.25 + } + poor_building_meshes = { + "asian_rural_residential_poor_01_mesh" + "asian_rural_residential_poor_02_mesh" + "asian_rural_residential_poor_03_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 20.0 + } + building_offsets = { #offsets for regular buildings + position = 0.2 + rotation = 360.0 + } + + building_coal_mine = { + "generic_rural_mining_coaldepo_02_mesh" + } + building_iron_mine = { + "asian_mining_coaldepo_01_mesh" + } + building_lead_mine = { + "asian_colonial_manufactory_02_mesh" + } + building_oil_rig = { + "generic_oil_drill_01_mesh" + } + building_gold_mine = { + "asian_mining_processing_01_mesh" + } + building_gold_fields = { + "asian_mining_processing_01_mesh" + } + building_sulfur_mine = { + "asian_colonial_manufactory_01_mesh" + } +} \ No newline at end of file diff --git a/gfx/map/city_data/city_types/asian_port.txt b/gfx/map/city_data/city_types/asian_port.txt new file mode 100644 index 00000000..d596c787 --- /dev/null +++ b/gfx/map/city_data/city_types/asian_port.txt @@ -0,0 +1,51 @@ +asian_port = { + graphical_culture = "asian" + city_type = port + center_building_entity = "asian_urban_port_centerpiece_01_entity" + center_modifiers = { + building_shipyards = "s" + building_port = "d" + building_fishing_wharf = "f" + } + modifier_key_prefix = "asian_port_01" + modifier_key_suffix = "entity" + center_building_size = { 1 1 } + + rich_building_meshes = { + "asian_urban_city_residential_rich_01_mesh" + "asian_urban_city_residential_rich_01_mesh" + "asian_urban_city_residential_rich_03_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "asian_urban_city_residential_mid_01_mesh" + "asian_urban_city_residential_mid_01_mesh" + "asian_urban_city_residential_mid_03_mesh" + } + mid_building_offsets = { + position = 0.2 + rotation = 6.25 + } + poor_building_meshes = { + "asian_urban_city_residential_poor_02_mesh" + "asian_urban_city_residential_poor_02_mesh" + "asian_urban_city_residential_poor_03_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 20.0 + } + building_offsets = { #offsets for regular buildings + position = 0.0 + rotation = 0.0 + } + + building_fishing_wharf = {} + building_whaling_station = {} + building_port = {} + building_naval_base = {"asian_urban_navalbase_01_mesh"} + building_shipyards = {} +} diff --git a/gfx/map/city_data/city_types/asian_wood.txt b/gfx/map/city_data/city_types/asian_wood.txt new file mode 100644 index 00000000..18ab5b77 --- /dev/null +++ b/gfx/map/city_data/city_types/asian_wood.txt @@ -0,0 +1,52 @@ +asian_wood = { + graphical_culture = "asian" + city_type = wood + center_building_mesh = "asian_forestryhub_01_mesh" + + min_residential_buildings = 2 + max_residential_buildings = 50 + max_residence_points = 100 + center_building_size = { 2 2 } + + + + rich_building_meshes = { + "asian_rural_residential_rich_03_mesh" + "asian_rural_residential_rich_02_mesh" + "asian_rural_residential_rich_01_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "asian_rural_residential_mid_03_mesh" + "asian_rural_residential_mid_02_mesh" + "asian_rural_residential_mid_01_mesh" + } + mid_building_offsets = { + position = 0.1 + rotation = 180.0 + } + poor_building_meshes = { + "generic_forestry_lumberpile_02_mesh" + "asian_rural_residential_poor_03_mesh" + "asian_rural_residential_poor_02_mesh" + "asian_rural_residential_poor_01_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 360.0 + } + building_offsets = { #offsets for regular buildings + position = 0.2 + rotation = 360.0 + } + + building_logging_camp = { + "asian_forestry_lumberdepo_01_mesh" + "asian_forestry_lumberdepo_02_mesh" + } + building_rubber_plantation = { + "rubber_lodge_01_mesh" + } \ No newline at end of file diff --git a/gfx/map/city_data/city_types/default.txt b/gfx/map/city_data/city_types/default.txt new file mode 100644 index 00000000..5fe2ffe4 --- /dev/null +++ b/gfx/map/city_data/city_types/default.txt @@ -0,0 +1,43 @@ + +default = { + #graphical_culture = "" + center_building_mesh = "european_city_urban_center_01_mesh" + center_building_size = { 1 2 } + + min_residential_buildings = 2 + max_residential_buildings = 100 + max_residence_points = 200 + + rich_building_meshes = { + "european_city_building_rich_01_mesh" + "european_city_building_rich_03_mesh" + "european_city_building_rich_02_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "european_city_building_mid_01_mesh" + "european_city_building_mid_03_mesh" + "european_city_building_mid_02_mesh" + } + mid_building_offsets = { + position = 0.1 + rotation = 10.0 + } + poor_building_meshes = { + "european_city_building_poor_02_mesh" + "european_city_building_poor_03_mesh" + "european_city_building_poor_01_mesh" + } + poor_building_offsets = { + position = 0.3 + rotation = 22.5 + } + + building_offsets = { #offsets for regular buildings + position = 0.0 + rotation = 0.0 + } +} diff --git a/gfx/map/city_data/city_types/default_city.txt b/gfx/map/city_data/city_types/default_city.txt new file mode 100644 index 00000000..6c8512a4 --- /dev/null +++ b/gfx/map/city_data/city_types/default_city.txt @@ -0,0 +1,74 @@ + +default_city = { + city_type = city + center_building_mesh = "european_city_urban_center_01_mesh" + center_building_size = { 2 2 } + + weight = -1 #default city is always down prioritized + + min_residential_buildings = 2 + max_residential_buildings = 150 + max_residence_points = 200 + + rich_building_meshes = { + "european_city_building_rich_01_mesh" + "european_city_building_rich_03_mesh" + "european_city_building_rich_02_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "european_city_building_mid_01_mesh" + "european_city_building_mid_03_mesh" + "european_city_building_mid_02_mesh" + } + mid_building_offsets = { + position = 0.2 + rotation = 6.25 + } + poor_building_meshes = { + "european_city_building_poor_02_mesh" + "european_city_building_poor_03_mesh" + "european_city_building_poor_01_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 20.0 + } + building_offsets = { #offsets for regular buildings + position = 0.0 + rotation = 0.0 + } + + building_construction_sector = {"generic_manufactory_03_mesh"} + building_food_industry = {"generic_manufactory_01_mesh"} + building_textile_mills = {"tools_manufactory_01_mesh"} + building_furniture_manufacturies= {"furniture_manufactory_01_mesh"} + building_glassworks = {"glassworks_manufactory_01_mesh"} + building_tooling_workshops = {"tools_manufactory_01_mesh"} + building_paper_mills = {"generic_manufactory_02_mesh"} + building_chemical_plants = {"colonial_manufactory_01_mesh"} + building_steel_mills = {"generic_manufactory_01_mesh"} + building_arms_industry = {"colonial_manufactory_03_mesh"} + building_war_machine_industry = {"war_machines_manufactory_01_mesh"} + building_motor_industry = {"colonial_manufactory_02_mesh"} + building_munition_plants = {"colonial_manufactory_03_mesh"} + building_synthetics_plants = {"glassworks_manufactory_01_mesh"} + building_electrics_industry = {"generic_manufactory_02_mesh"} + building_power_plant = {"generic_manufactory_01_mesh"} + + building_suez_canal = {"canal_suezcanal_01_mesh"} + building_panama_canal = {"canal_panamacanal_01_mesh"} + building_eiffel_tower = {"wonder_eiffel_tower_01_mesh"} + + building_urban_center = {} + + building_government_administration = {"european_city_government_administration_01_mesh"} + building_trade_center = {"european_city_trade_center_01_mesh"} + building_university = {"european_city_university_01_mesh"} + building_arts_academy = {"european_city_art_academy_01_mesh"} + building_skyscraper = {"european_city_urban_center_skyscraper_01_mesh"} + building_barracks = {"european_city_barracks_01_mesh"} +} diff --git a/gfx/map/city_data/city_types/default_farm.txt b/gfx/map/city_data/city_types/default_farm.txt new file mode 100644 index 00000000..ba1c7d54 --- /dev/null +++ b/gfx/map/city_data/city_types/default_farm.txt @@ -0,0 +1,96 @@ +default_farm = { + city_type = farm + center_building_mesh = "european_rural_center_piece_01_mesh" + center_building_size = { 2 2 } + + weight = -1 #default farm is always down prioritized + + min_residential_buildings = 4 + max_residential_buildings = 50 + max_residence_points = 100 + + rich_building_meshes = { + "european_rural_building_rich_01_mesh" + "european_rural_building_rich_02_mesh" + "european_rural_building_rich_03_mesh" + "european_rural_building_rich_04_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "european_rural_building_mid_01_mesh" + "european_rural_building_mid_02_mesh" + "european_rural_building_mid_03_mesh" + } + mid_building_offsets = { + position = 0.1 + rotation = 180.0 + } + poor_building_meshes = { + "european_rural_building_poor_01_mesh" + "european_rural_building_poor_02_mesh" + "european_rural_building_poor_03_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 360.0 + } + building_offsets = { #offsets for regular buildings + position = 0.2 + rotation = 360.0 + } + + building_rye_farm = { + "european_province_farm_01_mesh" + "european_province_farm_02_mesh" + } + building_wheat_farm = { + "european_province_farm_01_mesh" + "european_province_farm_02_mesh" + } + building_rice_farm = { + "european_province_farm_01_mesh" + "european_province_farm_02_mesh" + } + building_maize_farm = { + "european_province_farm_01_mesh" + "european_province_farm_02_mesh" + } + building_millet_farm = { + "european_province_farm_01_mesh" + "european_province_farm_02_mesh" + } + building_livestock_ranch = { + "european_rural_ranch_01_mesh" + } + + building_coffee_plantation = { + "european_rural_plantation_01_mesh" + } + building_silk_plantation = { + "european_rural_plantation_01_mesh" + } + building_cotton_plantation = { + "european_rural_plantation_01_mesh" + } + building_dye_plantation = { + "european_rural_plantation_01_mesh" + } + building_opium_plantation = { + "european_rural_plantation_01_mesh" + } + building_tea_plantation = { + "european_rural_plantation_01_mesh" + } + building_tobacco_plantation = { + "european_rural_plantation_01_mesh" + } + building_sugar_plantation = { + "european_rural_plantation_01_mesh" + } + building_banana_plantation = { + "european_rural_plantation_01_mesh" + } +} \ No newline at end of file diff --git a/gfx/map/city_data/city_types/default_mine.txt b/gfx/map/city_data/city_types/default_mine.txt new file mode 100644 index 00000000..c6cb0545 --- /dev/null +++ b/gfx/map/city_data/city_types/default_mine.txt @@ -0,0 +1,67 @@ +default_mine = { + + city_type = mine + center_building_mesh = "mininghub_centerpiece_01_mesh" + center_building_size = { 3 3 } + + weight = -1 #default mine is always down prioritized + + min_residential_buildings = 4 + max_residential_buildings = 50 + max_residence_points = 100 + + rich_building_meshes = { + "european_rural_building_rich_01_mesh" + "european_rural_building_rich_02_mesh" + "european_rural_building_rich_03_mesh" + "european_rural_building_rich_04_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "european_rural_building_mid_01_mesh" + "european_rural_building_mid_02_mesh" + "european_rural_building_mid_03_mesh" + } + mid_building_offsets = { + position = 0.2 + rotation = 6.25 + } + poor_building_meshes = { + "european_rural_building_poor_01_mesh" + "european_rural_building_poor_02_mesh" + "european_rural_building_poor_03_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 20.0 + } + building_offsets = { #offsets for regular buildings + position = 0.2 + rotation = 360.0 + } + + building_coal_mine = { + "generic_rural_mining_coaldepo_01_mesh" + } + building_iron_mine = { + "generic_rural_mining_coaldepo_02_mesh" + } + building_lead_mine = { + "generic_rural_mining_processing_01_mesh" + } + building_oil_rig = { + "generic_oil_drill_01_mesh" + } + building_gold_mine = { + "generic_rural_mining_processing_01_mesh" + } + building_gold_fields = { + "generic_rural_mining_processing_01_mesh" + } + building_sulfur_mine = { + "generic_rural_mining_processing_01_mesh" + } +} diff --git a/gfx/map/city_data/city_types/default_port.txt b/gfx/map/city_data/city_types/default_port.txt new file mode 100644 index 00000000..76cf9ef9 --- /dev/null +++ b/gfx/map/city_data/city_types/default_port.txt @@ -0,0 +1,56 @@ +default_port = { + city_type = port + center_building_entity = "european_port_01_entity" + center_modifiers = { + building_shipyards = "s" + building_port = "d" + building_fishing_wharf = "f" + } + modifier_key_prefix = "european_port_01" + modifier_key_suffix = "entity" + center_building_size = { 1 1 } + + weight = -1 #default port is always down prioritized + + min_residential_buildings = 2 + max_residential_buildings = 100 + max_residence_points = 100 + + rich_building_meshes = { + "european_city_building_rich_01_mesh" + "european_city_building_rich_03_mesh" + "european_city_building_rich_02_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "european_city_building_mid_01_mesh" + "european_city_building_mid_03_mesh" + "european_city_building_mid_02_mesh" + } + mid_building_offsets = { + position = 0.2 + rotation = 6.25 + } + poor_building_meshes = { + "european_city_building_poor_02_mesh" + "european_city_building_poor_03_mesh" + "european_city_building_poor_01_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 20.0 + } + building_offsets = { #offsets for regular buildings + position = 0.0 + rotation = 0.0 + } + + building_fishing_wharf = {} + building_whaling_station = {} + building_port = {} + building_naval_base = {"european_port_naval_base_01_mesh"} + building_shipyards = {} +} diff --git a/gfx/map/city_data/city_types/default_wood.txt b/gfx/map/city_data/city_types/default_wood.txt new file mode 100644 index 00000000..78c2d5b8 --- /dev/null +++ b/gfx/map/city_data/city_types/default_wood.txt @@ -0,0 +1,53 @@ +default_wood = { + + city_type = wood + center_building_mesh = "generic_rural_forestryhub_01_mesh" + + min_residential_buildings = 2 + max_residential_buildings = 50 + max_residence_points = 100 + center_building_size = { 2 2 } + + weight = -1 #default wood is always down prioritized + + rich_building_meshes = { + "european_rural_building_rich_03_mesh" + "european_rural_building_rich_02_mesh" + "european_rural_building_rich_01_mesh" + } + rich_building_offsets = { + position = 0.0 #in grid-space units. 1.0 means the mesh can be placed anywhere inside its allotted cell + rotation = 0.0 #in degrees + } + mid_building_meshes = { + "european_rural_building_mid_03_mesh" + "european_rural_building_mid_02_mesh" + "european_rural_building_mid_01_mesh" + } + mid_building_offsets = { + position = 0.1 + rotation = 180.0 + } + poor_building_meshes = { + "generic_forestry_lumberpile_02_mesh" + "european_rural_building_poor_03_mesh" + "european_rural_building_poor_02_mesh" + "european_rural_building_poor_01_mesh" + } + poor_building_offsets = { + position = 0.2 + rotation = 360.0 + } + building_offsets = { #offsets for regular buildings + position = 0.2 + rotation = 360.0 + } + + building_logging_camp = { + "generic_forestry_lumberdepo_01_mesh" + "generic_forestry_lumberdepo_02_mesh" + } + building_rubber_plantation = { + "rubber_lodge_01_mesh" + } +} \ No newline at end of file diff --git a/gfx/map/city_data/city_vfx/01_fireworks.txt b/gfx/map/city_data/city_vfx/01_fireworks.txt new file mode 100644 index 00000000..6c1ee68e --- /dev/null +++ b/gfx/map/city_data/city_vfx/01_fireworks.txt @@ -0,0 +1,14 @@ +fireworks = { + visible = { + OR = { + AND = { + loyalty > 0.3 + turmoil < 0.2 + } + + has_variable = fireworks_variable + } + } + + entity = "fireworks" +} \ No newline at end of file diff --git a/gfx/map/city_data/city_vfx/02_unrest.txt b/gfx/map/city_data/city_vfx/02_unrest.txt new file mode 100644 index 00000000..0ffe6250 --- /dev/null +++ b/gfx/map/city_data/city_vfx/02_unrest.txt @@ -0,0 +1,28 @@ +unrest_stage_4 = { + visible = + { + turmoil >= 0.5 + } + + entity = "turmoil_stage_4" +} + +unrest_stage_3 = { + visible = + { + turmoil >= 0.35 + turmoil < 0.5 + } + + entity = "turmoil_stage_3" +} + +unrest_stage_2 = { + visible = + { + turmoil >= 0.2 + turmoil < 0.35 + } + + entity = "turmoil_stage_2" +} \ No newline at end of file diff --git a/gfx/map/city_data/city_vfx/03_revolution.txt b/gfx/map/city_data/city_vfx/03_revolution.txt new file mode 100644 index 00000000..3ba089dd --- /dev/null +++ b/gfx/map/city_data/city_vfx/03_revolution.txt @@ -0,0 +1,8 @@ +# revolution = { +# visible = +# { +# is_in_revolt = yes +# } + +# entity = "revolution" +# } diff --git a/gfx/map/city_data/city_vfx/04_smog.txt b/gfx/map/city_data/city_vfx/04_smog.txt new file mode 100644 index 00000000..ba45724f --- /dev/null +++ b/gfx/map/city_data/city_vfx/04_smog.txt @@ -0,0 +1,28 @@ +smog_stage_3 = { + visible = + { + pollution_generation >= 350 + } + + entity = "pollution_stage_3" +} + +smog_stage_2 = { + visible = + { + pollution_generation >= 150 + pollution_generation < 350 + } + + entity = "pollution_stage_2" +} + +smog_stage_1 = { + visible = + { + pollution_generation >= 50 + pollution_generation < 150 + } + + entity = "pollution_stage_1" +} \ No newline at end of file diff --git a/gfx/map/city_data/city_vfx/05_devastation.txt b/gfx/map/city_data/city_vfx/05_devastation.txt new file mode 100644 index 00000000..adf14820 --- /dev/null +++ b/gfx/map/city_data/city_vfx/05_devastation.txt @@ -0,0 +1,27 @@ +devastation_stage_3 = { + visible = + { + devastation >= 0.5 + } + entity = "vfx_entity_devastation_stage_3" +} + +devastation_stage_2 = { + visible = + { + devastation >= 0.35 + devastation < 0.5 + } + + entity = "vfx_entity_devastation_stage_2" +} + +devastation_stage_1 = { + visible = + { + devastation >= 0.2 + devastation < 0.35 + } + + entity = "vfx_entity_devastation_stage_1" +} \ No newline at end of file diff --git a/gfx/map/city_data/city_vfx/06_conscription.txt b/gfx/map/city_data/city_vfx/06_conscription.txt new file mode 100644 index 00000000..5a002af6 --- /dev/null +++ b/gfx/map/city_data/city_vfx/06_conscription.txt @@ -0,0 +1,7 @@ +conscription = { + visible = { + has_active_building = building_conscription_center + } + + entity = "vfx_conscription_entity" +} \ No newline at end of file diff --git a/gfx/map/map_object_data/env_effects.txt b/gfx/map/map_object_data/env_effects.txt index 4416901b..a0f30248 100644 --- a/gfx/map/map_object_data/env_effects.txt +++ b/gfx/map/map_object_data/env_effects.txt @@ -95,8 +95,9 @@ object={ generated_content=no layer="environmental_effects" entity="env_sandstorm_small" - count=0 -} + count=1 + transform="5777.391113 0.000000 1215.847046 0.000000 0.855550 0.000000 0.517721 1.000000 1.000000 1.000000 +"} object={ name="env_snow_01_obj" clamp_to_water_level=no diff --git a/gfx/map/map_object_data/generated/baobab_generator_1.txt b/gfx/map/map_object_data/generated/baobab_generator_1.txt index cf32d55e..268571e9 100644 --- a/gfx/map/map_object_data/generated/baobab_generator_1.txt +++ b/gfx/map/map_object_data/generated/baobab_generator_1.txt @@ -5,8 +5,21 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_baobab_01_mesh" - count=0 -} + count=13 + transform="5690.305176 0.000000 1060.700195 0.000000 0.419023 0.000000 0.907976 0.309171 0.309171 0.309171 +5689.384766 0.000000 1072.970459 0.000000 0.276105 0.000000 0.961128 0.287157 0.287157 0.287157 +5688.427734 0.000000 1068.589722 0.000000 0.360552 0.000000 0.932739 0.313280 0.313280 0.313280 +5718.478027 0.000000 1051.612061 0.000000 0.297771 0.000000 0.954637 0.287485 0.287485 0.287485 +5717.208496 0.000000 1056.598022 0.000000 0.492858 0.000000 0.870109 0.321228 0.321228 0.321228 +5705.063965 0.000000 1047.180786 0.000000 0.036771 0.000000 0.999324 0.282810 0.282810 0.282810 +5727.334473 0.000000 1057.704224 0.000000 0.059106 0.000000 0.998252 0.272149 0.272149 0.272149 +5707.406250 0.000000 1049.789551 0.000000 0.652517 0.000000 0.757774 0.327633 0.327633 0.327633 +5701.729492 0.000000 1058.747559 0.000000 0.368788 0.000000 0.929514 0.305659 0.305659 0.305659 +5718.604004 0.000000 1055.248413 0.000000 0.566616 0.000000 0.823982 0.326880 0.326880 0.326880 +5699.094727 0.000000 1071.502930 0.000000 0.502427 0.000000 0.864620 0.323343 0.323343 0.323343 +5699.916016 0.000000 1077.816162 0.000000 0.302673 0.000000 0.953095 0.303491 0.303491 0.303491 +5697.323730 0.000000 1079.260498 0.000000 0.036349 0.000000 0.999339 0.282777 0.282777 0.282777 +"} object={ name="baobab_generator_1_1" clamp_to_water_level=no @@ -14,8 +27,22 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_baobab_02_mesh" - count=0 -} + count=14 + transform="5695.976562 0.000000 1067.334106 0.000000 0.925409 0.000000 0.378969 0.341529 0.341529 0.341529 +5691.305664 0.000000 1066.497803 0.000000 0.965054 0.000000 0.262051 0.353762 0.353762 0.353762 +5700.755371 0.000000 1044.591431 0.000000 0.966980 0.000000 0.254854 0.339824 0.339824 0.339824 +5714.230469 0.000000 1054.754272 0.000000 0.928039 0.000000 0.372483 0.322254 0.322254 0.322254 +5721.916992 0.000000 1061.484985 0.000000 0.995316 0.000000 0.096678 0.340802 0.340802 0.340802 +5712.244141 0.000000 1045.916626 0.000000 0.983162 0.000000 0.182738 0.356931 0.356931 0.356931 +5711.870117 0.000000 1053.541626 0.000000 0.844564 0.000000 0.535454 0.362476 0.362476 0.362476 +5718.025391 0.000000 1059.012817 0.000000 0.991983 0.000000 0.126374 0.390320 0.390320 0.390320 +5702.164062 0.000000 1045.288452 0.000000 0.868012 0.000000 0.496543 0.360305 0.360305 0.360305 +5700.298828 0.000000 1072.617188 0.000000 0.962080 0.000000 0.272767 0.378895 0.378895 0.378895 +5686.385254 0.000000 1077.112183 0.000000 0.854061 0.000000 0.520173 0.358951 0.358951 0.358951 +5694.905762 0.000000 1079.013428 0.000000 0.995014 0.000000 0.099734 0.392368 0.392368 0.392368 +5699.050781 0.000000 1076.597412 0.000000 0.996865 0.000000 0.079122 0.393949 0.393949 0.393949 +5697.598145 0.000000 1076.768921 0.000000 0.908226 0.000000 0.418480 0.367015 0.367015 0.367015 +"} object={ name="baobab_generator_1_2" clamp_to_water_level=no @@ -23,8 +50,18 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_baobab_03_mesh" - count=0 -} + count=10 + transform="5692.008301 0.000000 1058.995972 0.000000 0.773753 0.000000 -0.633487 0.390634 0.390634 0.390634 +5692.454590 0.000000 1057.057861 0.000000 0.936036 0.000000 -0.351903 0.412714 0.412714 0.412714 +5693.587402 0.000000 1064.616577 0.000000 0.967309 0.000000 -0.253599 0.418051 0.418051 0.418051 +5703.437500 0.000000 1071.762329 0.000000 0.999095 0.000000 -0.042533 0.356074 0.356074 0.356074 +5706.329590 0.000000 1041.423340 0.000000 0.973733 0.000000 -0.227691 0.414624 0.414624 0.414624 +5698.627930 0.000000 1045.425903 0.000000 0.978580 0.000000 -0.205866 0.371056 0.371056 0.371056 +5701.809082 0.000000 1072.201904 0.000000 0.994845 0.000000 -0.101408 0.407760 0.407760 0.407760 +5695.416504 0.000000 1080.428101 0.000000 0.731202 0.000000 -0.682161 0.457350 0.457350 0.457350 +5699.498047 0.000000 1073.960693 0.000000 0.781724 0.000000 -0.623624 0.451442 0.451442 0.451442 +5697.657715 0.000000 1073.706909 0.000000 0.778649 0.000000 -0.627459 0.447584 0.447584 0.447584 +"} object={ name="baobab_generator_1_3" clamp_to_water_level=no @@ -32,5 +69,17 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_baobab_04_mesh" - count=0 -} + count=12 + transform="5689.072754 0.000000 1066.835815 0.000000 0.358341 0.000000 -0.933591 0.437893 0.437893 0.437893 +5700.032715 0.000000 1048.330322 0.000000 0.563552 0.000000 -0.826080 0.429920 0.429920 0.429920 +5699.510742 0.000000 1063.646729 0.000000 0.184167 0.000000 -0.982895 0.411440 0.411440 0.411440 +5704.173828 0.000000 1038.985107 0.000000 0.217401 0.000000 -0.976082 0.442515 0.442515 0.442515 +5716.436035 0.000000 1058.990601 0.000000 0.631799 0.000000 -0.775132 0.448979 0.448979 0.448979 +5703.143066 0.000000 1044.103271 0.000000 0.071489 0.000000 -0.997441 0.514534 0.514534 0.514534 +5712.425781 0.000000 1067.421753 0.000000 0.461037 0.000000 -0.887381 0.473311 0.473311 0.473311 +5703.754395 0.000000 1046.685059 0.000000 0.508262 0.000000 -0.861203 0.479269 0.479269 0.479269 +5695.462891 0.000000 1073.553101 0.000000 0.032909 0.000000 -0.999458 0.514414 0.514414 0.514414 +5696.098633 0.000000 1080.152100 0.000000 0.300111 0.000000 -0.953904 0.444454 0.444454 0.444454 +5702.330566 0.000000 1085.299927 0.000000 0.696704 0.000000 -0.717359 0.380594 0.380594 0.380594 +5696.523438 0.000000 1074.859131 0.000000 0.022852 0.000000 -0.999739 0.518254 0.518254 0.518254 +"} diff --git a/gfx/map/map_object_data/generated/baobab_generator_2.txt b/gfx/map/map_object_data/generated/baobab_generator_2.txt index 13742901..1b35be56 100644 --- a/gfx/map/map_object_data/generated/baobab_generator_2.txt +++ b/gfx/map/map_object_data/generated/baobab_generator_2.txt @@ -5,8 +5,38 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_baobab_01_mesh" - count=0 -} + count=30 + transform="5693.125000 0.000000 1069.197998 0.000000 0.660994 0.000000 0.750391 0.228327 0.228327 0.228327 +5691.628418 0.000000 1060.394287 0.000000 0.228083 0.000000 0.973642 0.298608 0.298608 0.298608 +5711.130859 0.000000 1056.090576 0.000000 0.027923 0.000000 0.999610 0.186711 0.186711 0.186711 +5722.979980 0.000000 1058.551514 0.000000 0.444200 0.000000 0.895928 0.238197 0.238197 0.238197 +5703.979980 0.000000 1058.854004 0.000000 0.528244 0.000000 0.849093 0.209278 0.209278 0.209278 +5705.641113 0.000000 1069.906616 0.000000 0.326126 0.000000 0.945326 0.234626 0.234626 0.234626 +5710.875488 0.000000 1061.480835 0.000000 0.427635 0.000000 0.903952 0.189713 0.189713 0.189713 +5721.681152 0.000000 1050.496216 0.000000 0.454573 0.000000 0.890709 0.200036 0.200036 0.200036 +5705.604492 0.000000 1044.173096 0.000000 0.255498 0.000000 0.966810 0.250651 0.250651 0.250651 +5707.616211 0.000000 1046.059937 0.000000 0.324456 0.000000 0.945901 0.231356 0.231356 0.231356 +5729.910645 0.000000 1059.041626 0.000000 0.625958 0.000000 0.779857 0.249075 0.249075 0.249075 +5698.311035 0.000000 1053.329834 0.000000 0.627913 0.000000 0.778283 0.238443 0.238443 0.238443 +5715.576660 0.000000 1052.170410 0.000000 0.154544 0.000000 0.987986 0.224703 0.224703 0.224703 +5711.228516 0.000000 1043.730957 0.000000 0.656926 0.000000 0.753955 0.287336 0.287336 0.287336 +5700.483887 0.000000 1046.467407 0.000000 0.297626 0.000000 0.954683 0.292111 0.292111 0.292111 +5706.780273 0.000000 1051.502563 0.000000 0.120528 0.000000 0.992710 0.288954 0.288954 0.288954 +5712.583984 0.000000 1055.074829 0.000000 0.531262 0.000000 0.847208 0.309976 0.309976 0.309976 +5724.231934 0.000000 1058.321533 0.000000 0.705921 0.000000 0.708290 0.348518 0.348518 0.348518 +5696.860352 0.000000 1072.560303 0.000000 0.159936 0.000000 0.987127 0.301072 0.301072 0.301072 +5701.351562 0.000000 1068.351807 0.000000 0.513458 0.000000 0.858115 0.330206 0.330206 0.330206 +5693.512207 0.000000 1073.229248 0.000000 0.096078 0.000000 0.995374 0.221269 0.221269 0.221269 +5695.273438 0.000000 1084.594238 0.000000 0.519282 0.000000 0.854603 0.225253 0.225253 0.225253 +5687.353516 0.000000 1080.346924 0.000000 0.385111 0.000000 0.922870 0.290841 0.290841 0.290841 +5686.041992 0.000000 1073.245483 0.000000 0.461339 0.000000 0.887224 0.307428 0.307428 0.307428 +5694.358398 0.000000 1080.074829 0.000000 0.510735 0.000000 0.859738 0.320950 0.320950 0.320950 +5707.929688 0.000000 1085.208984 0.000000 0.576237 0.000000 0.817283 0.196068 0.196068 0.196068 +5702.424805 0.000000 1093.563232 0.000000 0.472879 0.000000 0.881128 0.194786 0.194786 0.194786 +5704.667480 0.000000 1077.982300 0.000000 0.518183 0.000000 0.855270 0.210932 0.210932 0.210932 +5706.256348 0.000000 1077.433838 0.000000 0.644762 0.000000 0.764383 0.314508 0.314508 0.314508 +5701.937500 0.000000 1073.703003 0.000000 0.438306 0.000000 0.898826 0.314661 0.314661 0.314661 +"} object={ name="baobab_generator_2_1" clamp_to_water_level=no @@ -14,8 +44,43 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_baobab_02_mesh" - count=0 -} + count=35 + transform="5695.487305 0.000000 1046.946411 0.000000 0.748537 0.000000 0.663094 0.211240 0.211240 0.211240 +5691.981445 0.000000 1071.937988 0.000000 0.972317 0.000000 0.233667 0.251786 0.251786 0.251786 +5695.163574 0.000000 1049.393311 0.000000 0.992620 0.000000 0.121270 0.260648 0.260648 0.260648 +5695.246094 0.000000 1052.728271 0.000000 0.714042 0.000000 0.700103 0.345593 0.345593 0.345593 +5703.671387 0.000000 1041.575317 0.000000 0.941156 0.000000 0.337972 0.232955 0.232955 0.232955 +5710.007324 0.000000 1047.609009 0.000000 0.953544 0.000000 0.301253 0.209307 0.209307 0.209307 +5696.254883 0.000000 1063.859619 0.000000 0.908124 0.000000 0.418701 0.217138 0.217138 0.217138 +5706.351562 0.000000 1037.597656 0.000000 0.975969 0.000000 0.217908 0.198190 0.198190 0.198190 +5699.505371 0.000000 1060.144897 0.000000 0.972784 0.000000 0.231714 0.242253 0.242253 0.242253 +5709.506836 0.000000 1052.533203 0.000000 0.795202 0.000000 0.606345 0.277240 0.277240 0.277240 +5730.735840 0.000000 1056.371826 0.000000 0.919395 0.000000 0.393336 0.214399 0.214399 0.214399 +5702.724121 0.000000 1050.226196 0.000000 0.789591 0.000000 0.613633 0.232575 0.232575 0.232575 +5716.984863 0.000000 1053.916748 0.000000 0.984741 0.000000 0.174026 0.296973 0.296973 0.296973 +5723.698730 0.000000 1063.218140 0.000000 0.915575 0.000000 0.402148 0.234890 0.234890 0.234890 +5704.309570 0.000000 1045.511963 0.000000 0.744331 0.000000 0.667811 0.266674 0.266674 0.266674 +5708.773926 0.000000 1050.902832 0.000000 0.995272 0.000000 0.097123 0.363547 0.363547 0.363547 +5726.924805 0.000000 1056.023560 0.000000 0.713638 0.000000 0.700515 0.302193 0.302193 0.302193 +5719.955566 0.000000 1050.509277 0.000000 0.736767 0.000000 0.676147 0.310443 0.310443 0.310443 +5712.399414 0.000000 1044.439453 0.000000 0.828831 0.000000 0.559500 0.335835 0.335835 0.335835 +5710.689941 0.000000 1053.063110 0.000000 0.998949 0.000000 0.045834 0.396955 0.396955 0.396955 +5709.130371 0.000000 1058.894897 0.000000 0.943185 0.000000 0.332267 0.376485 0.376485 0.376485 +5701.933594 0.000000 1057.555420 0.000000 0.826002 0.000000 0.563667 0.358415 0.358415 0.358415 +5719.733887 0.000000 1058.619995 0.000000 0.756073 0.000000 0.654488 0.345492 0.345492 0.345492 +5703.583496 0.000000 1068.972046 0.000000 0.792154 0.000000 0.610321 0.349850 0.349850 0.349850 +5688.639160 0.000000 1078.175415 0.000000 0.994138 0.000000 0.108120 0.231383 0.231383 0.231383 +5692.727539 0.000000 1075.697632 0.000000 0.719548 0.000000 0.694442 0.248371 0.248371 0.248371 +5688.246582 0.000000 1076.060059 0.000000 0.998475 0.000000 0.055212 0.254352 0.254352 0.254352 +5685.177734 0.000000 1083.723511 0.000000 0.811295 0.000000 0.584637 0.252532 0.252532 0.252532 +5684.916016 0.000000 1080.566162 0.000000 0.735038 0.000000 0.678026 0.272615 0.272615 0.272615 +5695.365723 0.000000 1083.168457 0.000000 0.953739 0.000000 0.300636 0.378654 0.378654 0.378654 +5687.719727 0.000000 1077.233032 0.000000 0.868136 0.000000 0.496327 0.360631 0.360631 0.360631 +5711.831543 0.000000 1077.375000 0.000000 0.871879 0.000000 0.489721 0.195273 0.195273 0.195273 +5703.408691 0.000000 1091.040649 0.000000 0.961748 0.000000 0.273936 0.304054 0.304054 0.304054 +5707.583984 0.000000 1076.760742 0.000000 0.779438 0.000000 0.626480 0.323782 0.323782 0.323782 +5700.601562 0.000000 1074.526611 0.000000 0.865813 0.000000 0.500368 0.366116 0.366116 0.366116 +"} object={ name="baobab_generator_2_2" clamp_to_water_level=no @@ -23,8 +88,49 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_baobab_03_mesh" - count=0 -} + count=41 + transform="5690.544434 0.000000 1057.141846 0.000000 0.735003 0.000000 -0.678064 0.252265 0.252265 0.252265 +5694.419434 0.000000 1058.866089 0.000000 0.996053 0.000000 -0.088764 0.224169 0.224169 0.224169 +5687.062500 0.000000 1067.736206 0.000000 0.985541 0.000000 -0.169439 0.228736 0.228736 0.228736 +5695.374512 0.000000 1056.814209 0.000000 0.938996 0.000000 -0.343927 0.274614 0.274614 0.274614 +5693.535645 0.000000 1070.894287 0.000000 0.999652 0.000000 -0.026395 0.278540 0.278540 0.278540 +5691.964844 0.000000 1068.020508 0.000000 0.773138 0.000000 -0.634237 0.307094 0.307094 0.307094 +5695.210449 0.000000 1051.320557 0.000000 0.764681 0.000000 -0.644409 0.405199 0.405199 0.405199 +5695.025879 0.000000 1066.083862 0.000000 0.867510 0.000000 -0.497420 0.386576 0.386576 0.386576 +5692.439453 0.000000 1065.771729 0.000000 0.801953 0.000000 -0.597387 0.445075 0.445075 0.445075 +5691.012207 0.000000 1065.145508 0.000000 0.761689 0.000000 -0.647943 0.449801 0.449801 0.449801 +5695.644043 0.000000 1072.739258 0.000000 0.838088 0.000000 -0.545535 0.442929 0.442929 0.442929 +5716.089355 0.000000 1061.535645 0.000000 0.972077 0.000000 -0.234660 0.223828 0.223828 0.223828 +5729.210449 0.000000 1061.592041 0.000000 0.805666 0.000000 -0.592370 0.205382 0.205382 0.205382 +5705.203613 0.000000 1052.419556 0.000000 0.998340 0.000000 -0.057597 0.200424 0.200424 0.200424 +5697.017578 0.000000 1043.411865 0.000000 0.967148 0.000000 -0.254213 0.211212 0.211212 0.211212 +5708.083496 0.000000 1062.232666 0.000000 0.900196 0.000000 -0.435486 0.218154 0.218154 0.218154 +5710.979980 0.000000 1041.558960 0.000000 0.795851 0.000000 -0.605493 0.238035 0.238035 0.238035 +5698.822754 0.000000 1050.686890 0.000000 0.874512 0.000000 -0.485004 0.249499 0.249499 0.249499 +5710.389160 0.000000 1050.103516 0.000000 0.947520 0.000000 -0.319697 0.304314 0.304314 0.304314 +5710.401855 0.000000 1058.414551 0.000000 0.939525 0.000000 -0.342480 0.244435 0.244435 0.244435 +5702.953125 0.000000 1052.328979 0.000000 0.921111 0.000000 -0.389301 0.257405 0.257405 0.257405 +5716.821777 0.000000 1047.829712 0.000000 0.737896 0.000000 -0.674914 0.320640 0.320640 0.320640 +5714.362793 0.000000 1049.355347 0.000000 0.902214 0.000000 -0.431289 0.299129 0.299129 0.299129 +5715.881836 0.000000 1055.256226 0.000000 0.983550 0.000000 -0.180633 0.346047 0.346047 0.346047 +5699.051758 0.000000 1066.571167 0.000000 0.966348 0.000000 -0.257238 0.376111 0.376111 0.376111 +5699.162109 0.000000 1068.770386 0.000000 0.952675 0.000000 -0.303992 0.418412 0.418412 0.418412 +5697.639160 0.000000 1051.925171 0.000000 0.992924 0.000000 -0.118754 0.338756 0.338756 0.338756 +5710.035156 0.000000 1042.718384 0.000000 0.975628 0.000000 -0.219430 0.326204 0.326204 0.326204 +5707.761719 0.000000 1041.128418 0.000000 0.990407 0.000000 -0.138180 0.408825 0.408825 0.408825 +5705.995605 0.000000 1065.559692 0.000000 0.936912 0.000000 -0.349566 0.374710 0.374710 0.374710 +5705.525391 0.000000 1038.766479 0.000000 0.757162 0.000000 -0.653227 0.408601 0.408601 0.408601 +5726.684082 0.000000 1058.979370 0.000000 0.833752 0.000000 -0.552140 0.405926 0.405926 0.405926 +5717.323242 0.000000 1057.940552 0.000000 0.721703 0.000000 -0.692203 0.424216 0.424216 0.424216 +5719.843750 0.000000 1055.058960 0.000000 0.884237 0.000000 -0.467038 0.409768 0.409768 0.409768 +5710.558105 0.000000 1069.591553 0.000000 0.871558 0.000000 -0.490292 0.435692 0.435692 0.435692 +5690.028320 0.000000 1086.301758 0.000000 0.998823 0.000000 -0.048498 0.213452 0.213452 0.213452 +5697.451172 0.000000 1085.378784 0.000000 0.888655 0.000000 -0.458577 0.203627 0.203627 0.203627 +5703.699707 0.000000 1089.057983 0.000000 0.946300 0.000000 -0.323289 0.319076 0.319076 0.319076 +5710.749512 0.000000 1073.234253 0.000000 0.965812 0.000000 -0.259243 0.303641 0.303641 0.303641 +5703.231934 0.000000 1086.442383 0.000000 0.799016 0.000000 -0.601309 0.428538 0.428538 0.428538 +5697.375488 0.000000 1075.595093 0.000000 0.757256 0.000000 -0.653119 0.454370 0.454370 0.454370 +"} object={ name="baobab_generator_2_3" clamp_to_water_level=no @@ -32,5 +138,33 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_baobab_04_mesh" - count=0 -} + count=28 + transform="5693.367188 0.000000 1067.854492 0.000000 0.117714 0.000000 -0.993048 0.447878 0.447878 0.447878 +5713.256836 0.000000 1051.433594 0.000000 0.036193 0.000000 -0.999345 0.229411 0.229411 0.229411 +5712.971680 0.000000 1065.895752 0.000000 0.209472 0.000000 -0.977815 0.274071 0.274071 0.274071 +5714.817383 0.000000 1047.162598 0.000000 0.392891 0.000000 -0.919585 0.285975 0.285975 0.285975 +5697.884766 0.000000 1067.771240 0.000000 0.089913 0.000000 -0.995950 0.306232 0.306232 0.306232 +5696.009766 0.000000 1058.911255 0.000000 0.201474 0.000000 -0.979494 0.231656 0.231656 0.231656 +5708.457520 0.000000 1068.494629 0.000000 0.524746 0.000000 -0.851259 0.271810 0.271810 0.271810 +5715.991699 0.000000 1049.946289 0.000000 0.645692 0.000000 -0.763598 0.310789 0.310789 0.310789 +5706.072266 0.000000 1072.890747 0.000000 0.186647 0.000000 -0.982427 0.273055 0.273055 0.273055 +5719.339844 0.000000 1049.126221 0.000000 0.128968 0.000000 -0.991649 0.265387 0.265387 0.265387 +5709.872070 0.000000 1045.121216 0.000000 0.312882 0.000000 -0.949792 0.250971 0.250971 0.250971 +5714.979980 0.000000 1056.732544 0.000000 0.496559 0.000000 -0.868003 0.375346 0.375346 0.375346 +5700.789062 0.000000 1050.575684 0.000000 0.450718 0.000000 -0.892666 0.346294 0.346294 0.346294 +5711.325195 0.000000 1051.727173 0.000000 0.358909 0.000000 -0.933373 0.330321 0.330321 0.330321 +5706.704590 0.000000 1039.461304 0.000000 0.352660 0.000000 -0.935752 0.295502 0.295502 0.295502 +5713.688477 0.000000 1044.945557 0.000000 0.023396 0.000000 -0.999726 0.446003 0.446003 0.446003 +5700.140625 0.000000 1058.286621 0.000000 0.518107 0.000000 -0.855316 0.420702 0.420702 0.420702 +5702.595703 0.000000 1042.717773 0.000000 0.108538 0.000000 -0.994092 0.369459 0.369459 0.369459 +5699.574219 0.000000 1070.142334 0.000000 0.224273 0.000000 -0.974526 0.498692 0.498692 0.498692 +5703.204590 0.000000 1045.701416 0.000000 0.185524 0.000000 -0.982640 0.505744 0.505744 0.505744 +5684.003906 0.000000 1076.530640 0.000000 0.001718 0.000000 -0.999999 0.264598 0.264598 0.264598 +5693.251953 0.000000 1080.017700 0.000000 0.244455 0.000000 -0.969661 0.311392 0.311392 0.311392 +5692.271484 0.000000 1081.716431 0.000000 0.360488 0.000000 -0.932764 0.308307 0.308307 0.308307 +5693.982422 0.000000 1084.728027 0.000000 0.542172 0.000000 -0.840267 0.463769 0.463769 0.463769 +5692.125488 0.000000 1084.097656 0.000000 0.414740 0.000000 -0.909940 0.473060 0.473060 0.473060 +5703.914551 0.000000 1075.040039 0.000000 0.459804 0.000000 -0.888020 0.221673 0.221673 0.221673 +5697.451660 0.000000 1082.595581 0.000000 0.506495 0.000000 -0.862243 0.268108 0.268108 0.268108 +5700.756836 0.000000 1091.996338 0.000000 0.095533 0.000000 -0.995426 0.347742 0.347742 0.347742 +"} diff --git a/gfx/map/map_object_data/generated/baobab_generator_3.txt b/gfx/map/map_object_data/generated/baobab_generator_3.txt index 7bffc119..fcb26c81 100644 --- a/gfx/map/map_object_data/generated/baobab_generator_3.txt +++ b/gfx/map/map_object_data/generated/baobab_generator_3.txt @@ -5,8 +5,62 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_baobab_01_mesh" - count=0 -} + count=54 + transform="5684.706543 0.000000 1073.034058 0.000000 0.067677 0.000000 0.997707 0.201057 0.201057 0.201057 +5694.095703 0.000000 1048.264893 0.000000 0.654082 0.000000 0.756424 0.244556 0.244556 0.244556 +5695.974609 0.000000 1048.250122 0.000000 0.394207 0.000000 0.919021 0.237829 0.237829 0.237829 +5692.166992 0.000000 1063.299927 0.000000 0.686519 0.000000 0.727112 0.284491 0.284491 0.284491 +5693.388184 0.000000 1056.533691 0.000000 0.052979 0.000000 0.998596 0.299539 0.299539 0.299539 +5692.497559 0.000000 1059.901733 0.000000 0.667848 0.000000 0.744298 0.316785 0.316785 0.316785 +5718.628418 0.000000 1046.745972 0.000000 0.405951 0.000000 0.913895 0.189927 0.189927 0.189927 +5701.141602 0.000000 1042.224976 0.000000 0.264297 0.000000 0.964441 0.209606 0.209606 0.209606 +5713.033691 0.000000 1056.679565 0.000000 0.607856 0.000000 0.794047 0.213371 0.213371 0.213371 +5708.080078 0.000000 1048.007568 0.000000 0.546901 0.000000 0.837198 0.213226 0.213226 0.213226 +5717.917480 0.000000 1060.980957 0.000000 0.207019 0.000000 0.978337 0.202899 0.202899 0.202899 +5704.280273 0.000000 1050.949707 0.000000 0.068263 0.000000 0.997667 0.212249 0.212249 0.212249 +5721.935547 0.000000 1057.121338 0.000000 0.008168 0.000000 0.999967 0.216624 0.216624 0.216624 +5698.657715 0.000000 1061.481079 0.000000 0.268897 0.000000 0.963169 0.222925 0.222925 0.222925 +5718.383789 0.000000 1063.730591 0.000000 0.340642 0.000000 0.940193 0.242168 0.242168 0.242168 +5713.977051 0.000000 1046.187988 0.000000 0.563421 0.000000 0.826170 0.262548 0.262548 0.262548 +5700.470703 0.000000 1051.707886 0.000000 0.294343 0.000000 0.955700 0.266524 0.266524 0.266524 +5718.176758 0.000000 1054.141724 0.000000 0.009227 0.000000 0.999957 0.293074 0.293074 0.293074 +5703.767090 0.000000 1042.721558 0.000000 0.089598 0.000000 0.995978 0.264033 0.264033 0.264033 +5724.939453 0.000000 1060.331543 0.000000 0.537850 0.000000 0.843041 0.285119 0.285119 0.285119 +5704.698730 0.000000 1048.183716 0.000000 0.662914 0.000000 0.748696 0.323647 0.323647 0.323647 +5707.251465 0.000000 1061.649780 0.000000 0.553675 0.000000 0.832733 0.336864 0.336864 0.336864 +5700.163086 0.000000 1068.501709 0.000000 0.400624 0.000000 0.916243 0.321613 0.321613 0.321613 +5705.360840 0.000000 1064.728394 0.000000 0.058826 0.000000 0.998268 0.284232 0.284232 0.284232 +5697.447266 0.000000 1048.340698 0.000000 0.585201 0.000000 0.810888 0.332574 0.332574 0.332574 +5705.627441 0.000000 1047.927246 0.000000 0.306881 0.000000 0.951748 0.303829 0.303829 0.303829 +5725.107422 0.000000 1058.174561 0.000000 0.632109 0.000000 0.774879 0.342013 0.342013 0.342013 +5700.944824 0.000000 1072.002930 0.000000 0.682644 0.000000 0.730751 0.337401 0.337401 0.337401 +5698.305176 0.000000 1071.022095 0.000000 0.219728 0.000000 0.975561 0.300966 0.300966 0.300966 +5701.330078 0.000000 1055.787842 0.000000 0.191228 0.000000 0.981546 0.305023 0.305023 0.305023 +5696.034180 0.000000 1072.650513 0.000000 0.273949 0.000000 0.961744 0.309271 0.309271 0.309271 +5698.373535 0.000000 1071.943604 0.000000 0.413523 0.000000 0.910494 0.315997 0.315997 0.315997 +5691.100586 0.000000 1083.295898 0.000000 0.673837 0.000000 0.738880 0.192631 0.192631 0.192631 +5691.529785 0.000000 1073.850098 0.000000 0.405682 0.000000 0.914014 0.200298 0.200298 0.200298 +5693.505859 0.000000 1081.279541 0.000000 0.009215 0.000000 0.999958 0.238331 0.238331 0.238331 +5687.961426 0.000000 1074.895752 0.000000 0.371224 0.000000 0.928543 0.271493 0.271493 0.271493 +5692.196777 0.000000 1082.973022 0.000000 0.171769 0.000000 0.985137 0.263645 0.263645 0.263645 +5695.554199 0.000000 1081.531006 0.000000 0.628474 0.000000 0.777831 0.331917 0.331917 0.331917 +5694.448730 0.000000 1073.728149 0.000000 0.409299 0.000000 0.912400 0.314509 0.314509 0.314509 +5694.515625 0.000000 1081.050171 0.000000 0.291374 0.000000 0.956609 0.302587 0.302587 0.302587 +5695.628906 0.000000 1074.507080 0.000000 0.058089 0.000000 0.998311 0.284440 0.284440 0.284440 +5687.095703 0.000000 1079.463135 0.000000 0.491289 0.000000 0.870997 0.319040 0.319040 0.319040 +5694.365234 0.000000 1082.850586 0.000000 0.369087 0.000000 0.929395 0.316621 0.316621 0.316621 +5702.070312 0.000000 1080.243042 0.000000 0.520841 0.000000 0.853653 0.208251 0.208251 0.208251 +5702.510254 0.000000 1089.803589 0.000000 0.321038 0.000000 0.947066 0.266737 0.266737 0.266737 +5700.220703 0.000000 1090.557861 0.000000 0.065577 0.000000 0.997847 0.254115 0.254115 0.254115 +5705.798340 0.000000 1078.576660 0.000000 0.613798 0.000000 0.789463 0.262607 0.262607 0.262607 +5705.453613 0.000000 1085.873413 0.000000 0.463972 0.000000 0.885850 0.273471 0.273471 0.273471 +5697.302734 0.000000 1077.756348 0.000000 0.082852 0.000000 0.996562 0.286337 0.286337 0.286337 +5696.672852 0.000000 1073.882568 0.000000 0.368972 0.000000 0.929441 0.316315 0.316315 0.316315 +5699.834473 0.000000 1076.212646 0.000000 0.509637 0.000000 0.860389 0.320853 0.320853 0.320853 +5696.416016 0.000000 1075.706543 0.000000 0.523358 0.000000 0.852113 0.322077 0.322077 0.322077 +5698.344238 0.000000 1077.057983 0.000000 0.111683 0.000000 0.993744 0.288550 0.288550 0.288550 +5699.692871 0.000000 1077.025757 0.000000 0.240988 0.000000 0.970528 0.298593 0.298593 0.298593 +"} object={ name="baobab_generator_3_1" clamp_to_water_level=no @@ -14,8 +68,48 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_baobab_02_mesh" - count=0 -} + count=40 + transform="5691.614258 0.000000 1065.725220 0.000000 0.801431 0.000000 0.598087 0.354704 0.354704 0.354704 +5689.486328 0.000000 1068.717285 0.000000 0.833425 0.000000 0.552632 0.357755 0.357755 0.357755 +5711.272949 0.000000 1038.637329 0.000000 0.757018 0.000000 0.653394 0.195111 0.195111 0.195111 +5708.526855 0.000000 1039.764526 0.000000 0.836505 0.000000 0.547959 0.195005 0.195005 0.195005 +5710.604980 0.000000 1064.295776 0.000000 0.985728 0.000000 0.168347 0.207644 0.207644 0.207644 +5712.716797 0.000000 1048.816528 0.000000 0.964320 0.000000 0.264739 0.197525 0.197525 0.197525 +5712.310547 0.000000 1064.314209 0.000000 0.915799 0.000000 0.401636 0.241040 0.241040 0.241040 +5699.329590 0.000000 1052.147095 0.000000 0.825626 0.000000 0.564218 0.244390 0.244390 0.244390 +5728.284180 0.000000 1058.907471 0.000000 0.970019 0.000000 0.243030 0.264277 0.264277 0.264277 +5715.524902 0.000000 1053.652588 0.000000 0.972417 0.000000 0.233250 0.247545 0.247545 0.247545 +5717.353516 0.000000 1052.608521 0.000000 0.995644 0.000000 0.093241 0.299559 0.299559 0.299559 +5698.176270 0.000000 1054.651978 0.000000 0.999777 0.000000 0.021135 0.297394 0.297394 0.297394 +5703.959473 0.000000 1065.977539 0.000000 0.922226 0.000000 0.386651 0.274883 0.274883 0.274883 +5705.122070 0.000000 1063.780396 0.000000 0.735196 0.000000 0.677855 0.278001 0.278001 0.278001 +5710.047363 0.000000 1043.916016 0.000000 0.915059 0.000000 0.403320 0.303202 0.303202 0.303202 +5708.862793 0.000000 1061.381104 0.000000 0.995656 0.000000 0.093105 0.302838 0.302838 0.302838 +5706.056641 0.000000 1040.365967 0.000000 0.995169 0.000000 0.098181 0.393739 0.393739 0.393739 +5707.804688 0.000000 1051.212646 0.000000 0.998775 0.000000 0.049489 0.358332 0.358332 0.358332 +5707.374512 0.000000 1048.749512 0.000000 0.998833 0.000000 0.048302 0.371611 0.371611 0.371611 +5704.681152 0.000000 1038.105347 0.000000 0.988262 0.000000 0.152772 0.362739 0.362739 0.362739 +5717.995605 0.000000 1057.224609 0.000000 0.946751 0.000000 0.321967 0.362402 0.362402 0.362402 +5709.445801 0.000000 1050.245728 0.000000 0.714951 0.000000 0.699175 0.328191 0.328191 0.328191 +5710.662598 0.000000 1071.606934 0.000000 0.996619 0.000000 0.082158 0.369773 0.369773 0.369773 +5705.040527 0.000000 1046.166260 0.000000 0.880322 0.000000 0.474377 0.362242 0.362242 0.362242 +5717.257324 0.000000 1059.517578 0.000000 0.994065 0.000000 0.108791 0.387690 0.387690 0.387690 +5710.467773 0.000000 1052.200684 0.000000 0.783170 0.000000 0.621808 0.355437 0.355437 0.355437 +5700.133301 0.000000 1054.687500 0.000000 0.983048 0.000000 0.183349 0.387295 0.387295 0.387295 +5711.551758 0.000000 1052.707153 0.000000 0.774160 0.000000 0.632990 0.354483 0.354483 0.354483 +5718.864258 0.000000 1058.744751 0.000000 0.944691 0.000000 0.327963 0.374473 0.374473 0.374473 +5718.175293 0.000000 1058.155273 0.000000 0.801021 0.000000 0.598636 0.350970 0.350970 0.350970 +5699.720215 0.000000 1070.913818 0.000000 0.990415 0.000000 0.138121 0.389830 0.389830 0.389830 +5700.305176 0.000000 1070.405029 0.000000 0.744405 0.000000 0.667728 0.344144 0.344144 0.344144 +5688.473633 0.000000 1081.333862 0.000000 0.800070 0.000000 0.599907 0.209337 0.209337 0.209337 +5693.818848 0.000000 1074.568359 0.000000 0.866749 0.000000 0.498744 0.253863 0.253863 0.253863 +5707.084961 0.000000 1083.581787 0.000000 0.970700 0.000000 0.240295 0.235709 0.235709 0.235709 +5705.676758 0.000000 1087.879639 0.000000 0.842015 0.000000 0.539455 0.240091 0.240091 0.240091 +5705.080078 0.000000 1083.053345 0.000000 0.936740 0.000000 0.350026 0.336162 0.336162 0.336162 +5697.034668 0.000000 1080.218018 0.000000 0.765123 0.000000 0.643885 0.337164 0.337164 0.337164 +5701.725586 0.000000 1075.703491 0.000000 0.945587 0.000000 0.325369 0.378571 0.378571 0.378571 +5696.885254 0.000000 1076.389282 0.000000 0.973124 0.000000 0.230281 0.382249 0.382249 0.382249 +"} object={ name="baobab_generator_3_2" clamp_to_water_level=no @@ -23,8 +117,47 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_baobab_03_mesh" - count=0 -} + count=39 + transform="5691.539551 0.000000 1069.253418 0.000000 0.852610 0.000000 -0.522548 0.303272 0.303272 0.303272 +5692.731934 0.000000 1054.843994 0.000000 0.992242 0.000000 -0.124319 0.330844 0.330844 0.330844 +5691.856934 0.000000 1062.451904 0.000000 0.868040 0.000000 -0.496494 0.436708 0.436708 0.436708 +5694.648926 0.000000 1052.054688 0.000000 0.936900 0.000000 -0.349596 0.425054 0.425054 0.425054 +5728.607910 0.000000 1055.809448 0.000000 0.999542 0.000000 -0.030250 0.224504 0.224504 0.224504 +5712.905273 0.000000 1070.618164 0.000000 0.889808 0.000000 -0.456335 0.233025 0.233025 0.233025 +5710.389648 0.000000 1054.503174 0.000000 0.979774 0.000000 -0.200109 0.248988 0.248988 0.248988 +5713.862305 0.000000 1053.046143 0.000000 0.936474 0.000000 -0.350738 0.269926 0.269926 0.269926 +5706.331055 0.000000 1062.055054 0.000000 0.717522 0.000000 -0.696536 0.288079 0.288079 0.288079 +5701.041016 0.000000 1060.495239 0.000000 0.739303 0.000000 -0.673373 0.256030 0.256030 0.256030 +5707.583008 0.000000 1063.663574 0.000000 0.734988 0.000000 -0.678080 0.287484 0.287484 0.287484 +5711.586426 0.000000 1042.588013 0.000000 0.882001 0.000000 -0.471248 0.335944 0.335944 0.335944 +5700.652344 0.000000 1053.994019 0.000000 0.995071 0.000000 -0.099166 0.406671 0.406671 0.406671 +5720.939453 0.000000 1062.029907 0.000000 0.991351 0.000000 -0.131234 0.394271 0.394271 0.394271 +5729.751465 0.000000 1056.695435 0.000000 0.999487 0.000000 -0.032041 0.356709 0.356709 0.356709 +5714.954102 0.000000 1055.634521 0.000000 0.996996 0.000000 -0.077458 0.341650 0.341650 0.341650 +5701.709473 0.000000 1069.548218 0.000000 0.988098 0.000000 -0.153826 0.410449 0.410449 0.410449 +5719.120117 0.000000 1054.336548 0.000000 0.808197 0.000000 -0.588913 0.417962 0.417962 0.417962 +5701.642578 0.000000 1059.734009 0.000000 0.907392 0.000000 -0.420285 0.389993 0.389993 0.389993 +5699.990234 0.000000 1066.602783 0.000000 0.841081 0.000000 -0.540909 0.391773 0.391773 0.391773 +5699.405762 0.000000 1072.400513 0.000000 0.875261 0.000000 -0.483651 0.438565 0.438565 0.438565 +5706.929688 0.000000 1040.730835 0.000000 0.730994 0.000000 -0.682383 0.447811 0.447811 0.447811 +5709.666504 0.000000 1073.137085 0.000000 0.733475 0.000000 -0.679716 0.450565 0.450565 0.450565 +5704.206543 0.000000 1047.423706 0.000000 0.995393 0.000000 -0.095879 0.407336 0.407336 0.407336 +5710.996094 0.000000 1053.894043 0.000000 0.752088 0.000000 -0.659062 0.447785 0.447785 0.447785 +5697.706543 0.000000 1072.713623 0.000000 0.886869 0.000000 -0.462022 0.433693 0.433693 0.433693 +5692.013184 0.000000 1088.067871 0.000000 0.924472 0.000000 -0.381249 0.203613 0.203613 0.203613 +5684.657715 0.000000 1073.239258 0.000000 0.998645 0.000000 -0.052040 0.221410 0.221410 0.221410 +5687.309570 0.000000 1081.448608 0.000000 0.815617 0.000000 -0.578592 0.368452 0.368452 0.368452 +5694.333008 0.000000 1078.437988 0.000000 0.997358 0.000000 -0.072649 0.405555 0.405555 0.405555 +5694.761719 0.000000 1074.496094 0.000000 0.748749 0.000000 -0.662854 0.455357 0.455357 0.455357 +5698.500488 0.000000 1092.947144 0.000000 0.820534 0.000000 -0.571598 0.204177 0.204177 0.204177 +5701.850586 0.000000 1090.981567 0.000000 0.953598 0.000000 -0.301084 0.311008 0.311008 0.311008 +5703.536621 0.000000 1087.444336 0.000000 0.996086 0.000000 -0.088385 0.395214 0.395214 0.395214 +5706.762695 0.000000 1078.292847 0.000000 0.948581 0.000000 -0.316534 0.396678 0.396678 0.396678 +5698.271484 0.000000 1076.009399 0.000000 0.988736 0.000000 -0.149673 0.411477 0.411477 0.411477 +5696.266602 0.000000 1079.281616 0.000000 0.861424 0.000000 -0.507886 0.440697 0.440697 0.440697 +5700.067871 0.000000 1073.226562 0.000000 0.775176 0.000000 -0.631746 0.452239 0.452239 0.452239 +5699.090332 0.000000 1075.772461 0.000000 0.778220 0.000000 -0.627992 0.451870 0.451870 0.451870 +"} object={ name="baobab_generator_3_3" clamp_to_water_level=no @@ -32,5 +165,57 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_baobab_04_mesh" - count=0 -} + count=52 + transform="5691.000977 0.000000 1054.519775 0.000000 0.390242 0.000000 -0.920712 0.223872 0.223872 0.223872 +5692.180664 0.000000 1050.821289 0.000000 0.631193 0.000000 -0.775626 0.236257 0.236257 0.236257 +5694.710938 0.000000 1054.945190 0.000000 0.685037 0.000000 -0.728508 0.318845 0.318845 0.318845 +5693.764648 0.000000 1054.374634 0.000000 0.031409 0.000000 -0.999507 0.385257 0.385257 0.385257 +5693.234863 0.000000 1065.413696 0.000000 0.071520 0.000000 -0.997439 0.505549 0.505549 0.505549 +5690.085938 0.000000 1063.793335 0.000000 0.516295 0.000000 -0.856411 0.472650 0.472650 0.472650 +5688.794922 0.000000 1069.366333 0.000000 0.619441 0.000000 -0.785043 0.465135 0.465135 0.465135 +5715.640625 0.000000 1042.030518 0.000000 0.305856 0.000000 -0.952078 0.211796 0.211796 0.211796 +5707.263184 0.000000 1053.281128 0.000000 0.269300 0.000000 -0.963056 0.234950 0.234950 0.234950 +5729.987305 0.000000 1054.332397 0.000000 0.493429 0.000000 -0.869786 0.238547 0.238547 0.238547 +5704.953125 0.000000 1042.649414 0.000000 0.344955 0.000000 -0.938619 0.263001 0.263001 0.263001 +5714.010742 0.000000 1067.251831 0.000000 0.571632 0.000000 -0.820510 0.265317 0.265317 0.265317 +5706.583984 0.000000 1042.942749 0.000000 0.436242 0.000000 -0.899829 0.261292 0.261292 0.261292 +5697.515137 0.000000 1045.903809 0.000000 0.348516 0.000000 -0.937303 0.356066 0.356066 0.356066 +5719.105469 0.000000 1060.902100 0.000000 0.242664 0.000000 -0.970110 0.416754 0.416754 0.416754 +5716.545898 0.000000 1048.879150 0.000000 0.375513 0.000000 -0.926817 0.380801 0.380801 0.380801 +5717.654297 0.000000 1050.631592 0.000000 0.119646 0.000000 -0.992817 0.419361 0.419361 0.419361 +5699.740234 0.000000 1044.291016 0.000000 0.198439 0.000000 -0.980113 0.428704 0.428704 0.428704 +5707.538086 0.000000 1040.063721 0.000000 0.342207 0.000000 -0.939625 0.477765 0.477765 0.477765 +5705.796387 0.000000 1049.213013 0.000000 0.652630 0.000000 -0.757677 0.412075 0.412075 0.412075 +5698.473633 0.000000 1063.889404 0.000000 0.291620 0.000000 -0.956534 0.406408 0.406408 0.406408 +5701.164062 0.000000 1062.145996 0.000000 0.216902 0.000000 -0.976193 0.400282 0.400282 0.400282 +5697.989746 0.000000 1049.795898 0.000000 0.201471 0.000000 -0.979494 0.470122 0.470122 0.470122 +5700.888184 0.000000 1057.651855 0.000000 0.069295 0.000000 -0.997596 0.488550 0.488550 0.488550 +5701.456055 0.000000 1071.274658 0.000000 0.633710 0.000000 -0.773570 0.467567 0.467567 0.467567 +5703.893555 0.000000 1044.671631 0.000000 0.523239 0.000000 -0.852186 0.477934 0.477934 0.477934 +5720.083984 0.000000 1062.381714 0.000000 0.024922 0.000000 -0.999689 0.477184 0.477184 0.477184 +5708.309082 0.000000 1050.066650 0.000000 0.053276 0.000000 -0.998580 0.447881 0.447881 0.447881 +5701.481934 0.000000 1053.504761 0.000000 0.060505 0.000000 -0.998168 0.501424 0.501424 0.501424 +5713.103516 0.000000 1066.801025 0.000000 0.033023 0.000000 -0.999455 0.503272 0.503272 0.503272 +5713.305664 0.000000 1067.744019 0.000000 0.094801 0.000000 -0.995496 0.499114 0.499114 0.499114 +5705.770020 0.000000 1046.695679 0.000000 0.448859 0.000000 -0.893602 0.484439 0.484439 0.484439 +5701.196289 0.000000 1072.796387 0.000000 0.637874 0.000000 -0.770141 0.467155 0.467155 0.467155 +5702.469727 0.000000 1044.550049 0.000000 0.419543 0.000000 -0.907736 0.486926 0.486926 0.486926 +5699.962402 0.000000 1071.841797 0.000000 0.156915 0.000000 -0.987612 0.503729 0.503729 0.503729 +5702.103516 0.000000 1068.129395 0.000000 0.030902 0.000000 -0.999522 0.517639 0.517639 0.517639 +5703.848145 0.000000 1068.167480 0.000000 0.615546 0.000000 -0.788101 0.469345 0.469345 0.469345 +5686.206543 0.000000 1080.618774 0.000000 0.268463 0.000000 -0.963290 0.397981 0.397981 0.397981 +5693.552246 0.000000 1082.516479 0.000000 0.153764 0.000000 -0.988108 0.359949 0.359949 0.359949 +5695.976562 0.000000 1079.197021 0.000000 0.191925 0.000000 -0.981409 0.505246 0.505246 0.505246 +5692.331543 0.000000 1085.624023 0.000000 0.459928 0.000000 -0.887956 0.469848 0.469848 0.469848 +5695.875000 0.000000 1075.596924 0.000000 0.002222 0.000000 -0.999998 0.519830 0.519830 0.519830 +5695.648438 0.000000 1082.365601 0.000000 0.269334 0.000000 -0.963047 0.490741 0.490741 0.490741 +5708.241699 0.000000 1075.467896 0.000000 0.511152 0.000000 -0.859490 0.269376 0.269376 0.269376 +5704.904785 0.000000 1079.482788 0.000000 0.689398 0.000000 -0.724383 0.310523 0.310523 0.310523 +5698.773438 0.000000 1079.244507 0.000000 0.329581 0.000000 -0.944127 0.350718 0.350718 0.350718 +5707.238281 0.000000 1079.344238 0.000000 0.230101 0.000000 -0.973167 0.453383 0.453383 0.453383 +5708.067383 0.000000 1073.290161 0.000000 0.083639 0.000000 -0.996496 0.500609 0.500609 0.500609 +5696.444336 0.000000 1077.369873 0.000000 0.408516 0.000000 -0.912751 0.487851 0.487851 0.487851 +5697.423828 0.000000 1074.637329 0.000000 0.473903 0.000000 -0.880577 0.482283 0.482283 0.482283 +5699.030273 0.000000 1077.511353 0.000000 0.068211 0.000000 -0.997671 0.514785 0.514785 0.514785 +5697.634766 0.000000 1078.481934 0.000000 0.388561 0.000000 -0.921423 0.489513 0.489513 0.489513 +"} diff --git a/gfx/map/map_object_data/generated/bush_01_generator_1.txt b/gfx/map/map_object_data/generated/bush_01_generator_1.txt index 14dff9b4..305d6557 100644 --- a/gfx/map/map_object_data/generated/bush_01_generator_1.txt +++ b/gfx/map/map_object_data/generated/bush_01_generator_1.txt @@ -5,8 +5,49 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_bush_01_mesh" - count=1 + count=42 transform="2922.638916 0.000000 3495.979492 0.000000 0.828254 0.000000 -0.560352 0.196937 0.196937 0.196937 +5001.400879 0.000000 863.384766 0.000000 0.992978 0.000000 -0.118303 0.139460 0.139460 0.139460 +5029.432617 0.000000 858.292664 0.000000 0.955181 0.000000 0.296024 0.125399 0.125399 0.125399 +5018.122559 0.000000 858.074036 0.000000 0.888844 0.000000 -0.458211 0.129098 0.129098 0.129098 +5003.929688 0.000000 859.271484 0.000000 0.804493 0.000000 0.593962 0.126792 0.126792 0.126792 +5003.442871 0.000000 865.074219 0.000000 0.418458 0.000000 0.908236 0.136598 0.136598 0.136598 +5010.128418 0.000000 868.027222 0.000000 0.970458 0.000000 0.241271 0.151755 0.151755 0.151755 +5011.362793 0.000000 875.253479 0.000000 0.119128 0.000000 0.992879 0.140532 0.140532 0.140532 +5015.105957 0.000000 868.502319 0.000000 0.903678 0.000000 0.428213 0.152996 0.152996 0.152996 +5079.890625 0.000000 866.323303 0.000000 0.685753 0.000000 0.727834 0.121688 0.121688 0.121688 +5081.237793 0.000000 853.424500 0.000000 0.948363 0.000000 0.317188 0.127528 0.127528 0.127528 +5124.458496 0.000000 845.247192 0.000000 0.444897 0.000000 0.895582 0.121598 0.121598 0.121598 +5134.953125 0.000000 844.752930 0.000000 0.363048 0.000000 0.931770 0.131477 0.131477 0.131477 +5141.502930 0.000000 839.100464 0.000000 0.995021 0.000000 0.099670 0.139611 0.139611 0.139611 +5134.604980 0.000000 838.358215 0.000000 0.982735 0.000000 0.185021 0.147580 0.147580 0.147580 +5122.396484 0.000000 849.127747 0.000000 0.181328 0.000000 0.983423 0.128511 0.128511 0.128511 +5183.958008 0.000000 868.164612 0.000000 0.820914 0.000000 -0.571052 0.149047 0.149047 0.149047 +5150.530273 0.000000 870.725708 0.000000 0.860265 0.000000 0.509848 0.122802 0.122802 0.122802 +5181.292480 0.000000 859.824585 0.000000 0.999796 0.000000 0.020206 0.130448 0.130448 0.130448 +5146.074219 0.000000 877.782043 0.000000 0.835929 0.000000 0.548837 0.142965 0.142965 0.142965 +5165.434082 0.000000 876.994873 0.000000 0.565313 0.000000 0.824876 0.127588 0.127588 0.127588 +5139.007324 0.000000 865.343994 0.000000 0.989191 0.000000 -0.146634 0.139024 0.139024 0.139024 +5182.270020 0.000000 851.697021 0.000000 0.841708 0.000000 0.539933 0.150165 0.150165 0.150165 +5181.507812 0.000000 897.042419 0.000000 0.343308 0.000000 0.939223 0.127616 0.127616 0.127616 +5167.537109 0.000000 874.394104 0.000000 0.645634 0.000000 0.763647 0.140540 0.140540 0.140540 +5148.947754 0.000000 877.337463 0.000000 0.235822 0.000000 0.971796 0.133042 0.133042 0.133042 +5135.671387 0.000000 848.794739 0.000000 0.052237 0.000000 0.998635 0.148214 0.148214 0.148214 +5180.013184 0.000000 862.130371 0.000000 0.999654 0.000000 0.026313 0.167367 0.167367 0.167367 +5164.051758 0.000000 879.359924 0.000000 0.157917 0.000000 0.987452 0.133760 0.133760 0.133760 +5173.428223 0.000000 865.106873 0.000000 0.797705 0.000000 0.603048 0.162410 0.162410 0.162410 +5134.686523 0.000000 861.857117 0.000000 0.876495 0.000000 -0.481410 0.149695 0.149695 0.149695 +5181.638184 0.000000 866.988831 0.000000 0.953102 0.000000 0.302648 0.147561 0.147561 0.147561 +5157.463867 0.000000 854.870972 0.000000 0.913073 0.000000 0.407796 0.145922 0.145922 0.145922 +5124.602051 0.000000 849.871460 0.000000 0.975971 0.000000 -0.217900 0.150626 0.150626 0.150626 +5126.475098 0.000000 861.856262 0.000000 0.998921 0.000000 0.046450 0.152156 0.152156 0.152156 +5180.034180 0.000000 895.088867 0.000000 0.291321 0.000000 0.956625 0.150496 0.150496 0.150496 +5137.219727 0.000000 858.724365 0.000000 0.190060 0.000000 0.981773 0.151046 0.151046 0.151046 +5143.366211 0.000000 849.918335 0.000000 0.640576 0.000000 0.767895 0.160116 0.160116 0.160116 +5173.097168 0.000000 849.050964 0.000000 0.797475 0.000000 0.603352 0.170089 0.170089 0.170089 +5177.112305 0.000000 853.855896 0.000000 0.988542 0.000000 -0.150943 0.172818 0.172818 0.172818 +5184.098633 0.000000 854.214600 0.000000 0.255547 0.000000 0.966797 0.155678 0.155678 0.155678 +5185.884766 0.000000 898.318176 0.000000 0.997967 0.000000 0.063740 0.128590 0.128590 0.128590 "} object={ name="bush_01_generator_1_1" @@ -15,7 +56,30 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_bush_02_mesh" - count=2 + count=25 transform="2923.596436 0.000000 3494.088379 0.000000 0.561725 0.000000 -0.827324 0.199272 0.199272 0.199272 2922.351562 0.000000 3494.635254 0.000000 0.806063 0.000000 -0.591830 0.197174 0.197174 0.197174 +5013.705078 0.000000 874.133301 0.000000 0.721378 0.000000 -0.692541 0.127972 0.127972 0.127972 +5023.453613 0.000000 863.995728 0.000000 0.786954 0.000000 -0.617011 0.141304 0.141304 0.141304 +5024.426758 0.000000 859.703430 0.000000 0.543768 0.000000 -0.839236 0.132358 0.132358 0.132358 +5015.293457 0.000000 870.830383 0.000000 0.041797 0.000000 -0.999126 0.145110 0.145110 0.145110 +5005.872070 0.000000 875.668091 0.000000 0.624337 0.000000 -0.781155 0.146934 0.146934 0.146934 +5078.937012 0.000000 861.692993 0.000000 0.758512 0.000000 -0.651659 0.131190 0.131190 0.131190 +5129.641113 0.000000 843.969116 0.000000 0.636645 0.000000 -0.771157 0.150317 0.150317 0.150317 +5136.971680 0.000000 839.958252 0.000000 0.382347 0.000000 -0.924019 0.135429 0.135429 0.135429 +5121.118652 0.000000 835.511353 0.000000 0.025895 0.000000 -0.999665 0.172805 0.172805 0.172805 +5122.026855 0.000000 839.407471 0.000000 0.286856 0.000000 -0.957974 0.158006 0.158006 0.158006 +5165.516602 0.000000 861.998901 0.000000 0.212518 0.000000 -0.977157 0.126818 0.126818 0.126818 +5160.763184 0.000000 862.387817 0.000000 0.545996 0.000000 -0.837788 0.141016 0.141016 0.141016 +5160.015625 0.000000 854.894226 0.000000 0.467390 0.000000 -0.884051 0.144891 0.144891 0.144891 +5124.948730 0.000000 847.380676 0.000000 0.346979 0.000000 -0.937873 0.145479 0.145479 0.145479 +5161.676758 0.000000 865.332642 0.000000 0.022663 0.000000 -0.999743 0.146370 0.146370 0.146370 +5150.961914 0.000000 848.226929 0.000000 0.612439 0.000000 -0.790518 0.157379 0.157379 0.157379 +5178.637207 0.000000 874.199341 0.000000 0.297836 0.000000 -0.954617 0.150956 0.150956 0.150956 +5144.077637 0.000000 856.662109 0.000000 0.006542 0.000000 -0.999979 0.153499 0.153499 0.153499 +5153.049316 0.000000 848.515930 0.000000 0.362529 0.000000 -0.931972 0.165180 0.165180 0.165180 +5176.246582 0.000000 850.122498 0.000000 0.126147 0.000000 -0.992012 0.186342 0.186342 0.186342 +5136.278320 0.000000 860.821411 0.000000 0.775604 0.000000 -0.631220 0.158556 0.158556 0.158556 +5185.017578 0.000000 873.958679 0.000000 0.217850 0.000000 -0.975982 0.175880 0.175880 0.175880 +5184.514160 0.000000 863.346497 0.000000 0.280386 0.000000 -0.959887 0.136461 0.136461 0.136461 "} diff --git a/gfx/map/map_object_data/generated/bush_01_generator_2.txt b/gfx/map/map_object_data/generated/bush_01_generator_2.txt index f4577d70..8d212891 100644 --- a/gfx/map/map_object_data/generated/bush_01_generator_2.txt +++ b/gfx/map/map_object_data/generated/bush_01_generator_2.txt @@ -5,10 +5,863 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_bush_01_mesh" - count=3 + count=856 transform="2927.868652 0.000000 3493.957764 0.000000 0.618814 0.000000 0.785537 0.114263 0.114263 0.114263 2921.322754 0.000000 3493.822510 0.000000 0.931763 0.000000 0.363068 0.112934 0.112934 0.112934 2925.747070 0.000000 3494.238525 0.000000 0.654205 0.000000 0.756318 0.133508 0.133508 0.133508 +4991.958008 0.000000 868.164612 0.000000 0.175228 0.000000 0.984528 0.095561 0.095561 0.095561 +4984.550781 0.000000 880.124817 0.000000 0.994184 0.000000 -0.107696 0.100343 0.100343 0.100343 +4991.210449 0.000000 881.867432 0.000000 0.998862 0.000000 0.047688 0.119147 0.119147 0.119147 +5082.979980 0.000000 832.614075 0.000000 0.783279 0.000000 0.621670 0.114038 0.114038 0.114038 +5089.210449 0.000000 835.654602 0.000000 0.900750 0.000000 -0.434338 0.101430 0.101430 0.101430 +5092.620605 0.000000 837.489746 0.000000 0.789975 0.000000 0.613139 0.106400 0.106400 0.106400 +5077.502930 0.000000 839.100464 0.000000 0.123470 0.000000 0.992348 0.095394 0.095394 0.095394 +5097.204590 0.000000 827.342590 0.000000 0.155410 0.000000 0.987850 0.095497 0.095497 0.095497 +5083.595215 0.000000 841.304993 0.000000 0.657228 0.000000 0.753691 0.107910 0.107910 0.107910 +5084.380371 0.000000 845.631592 0.000000 0.974517 0.000000 0.224314 0.114019 0.114019 0.114019 +5095.591309 0.000000 832.617310 0.000000 0.011030 0.000000 0.999939 0.095035 0.095035 0.095035 +5083.698730 0.000000 837.280579 0.000000 0.955577 0.000000 -0.294742 0.107456 0.107456 0.107456 +5092.952637 0.000000 831.258179 0.000000 0.810867 0.000000 0.585231 0.099932 0.099932 0.099932 +5079.348633 0.000000 843.779724 0.000000 0.656434 0.000000 0.754384 0.106817 0.106817 0.106817 +5083.203125 0.000000 830.098938 0.000000 0.718617 0.000000 0.695406 0.101651 0.101651 0.101651 +5083.673340 0.000000 843.554565 0.000000 0.997302 0.000000 0.073401 0.103399 0.103399 0.103399 +5098.678223 0.000000 828.956299 0.000000 0.052461 0.000000 0.998623 0.107696 0.107696 0.107696 +5096.284180 0.000000 829.247803 0.000000 0.873965 0.000000 -0.485989 0.120117 0.120117 0.120117 +5096.388184 0.000000 840.782898 0.000000 0.956956 0.000000 0.290234 0.112105 0.112105 0.112105 +5093.379395 0.000000 827.667908 0.000000 0.936538 0.000000 -0.350566 0.116155 0.116155 0.116155 +5020.793945 0.000000 850.107422 0.000000 0.394253 0.000000 0.919002 0.096560 0.096560 0.096560 +5032.832520 0.000000 850.766785 0.000000 0.914210 0.000000 -0.405242 0.101328 0.101328 0.101328 +5041.519043 0.000000 853.595276 0.000000 0.991540 0.000000 0.129802 0.099586 0.099586 0.099586 +5000.407715 0.000000 855.078003 0.000000 0.862994 0.000000 -0.505214 0.101686 0.101686 0.101686 +5040.541992 0.000000 869.850891 0.000000 0.968683 0.000000 0.248300 0.099201 0.099201 0.099201 +5030.893555 0.000000 866.712952 0.000000 0.957515 0.000000 0.288385 0.111001 0.111001 0.111001 +5036.083496 0.000000 867.326599 0.000000 0.896287 0.000000 0.443474 0.101022 0.101022 0.101022 +5032.763184 0.000000 862.387817 0.000000 0.995226 0.000000 -0.097597 0.122509 0.122509 0.122509 +5027.991211 0.000000 862.992126 0.000000 0.762393 0.000000 0.647114 0.117750 0.117750 0.117750 +4997.119141 0.000000 863.699829 0.000000 0.923790 0.000000 -0.382901 0.102102 0.102102 0.102102 +5024.618164 0.000000 850.631226 0.000000 0.998868 0.000000 0.047569 0.102366 0.102366 0.102366 +5039.663086 0.000000 857.277527 0.000000 0.912611 0.000000 0.408828 0.098659 0.098659 0.098659 +5040.918945 0.000000 862.251770 0.000000 0.184946 0.000000 0.982749 0.095592 0.095592 0.095592 +5007.197266 0.000000 858.898376 0.000000 0.602908 0.000000 0.797811 0.124519 0.124519 0.124519 +5034.835938 0.000000 853.271912 0.000000 0.992781 0.000000 0.119937 0.099617 0.099617 0.099617 +5017.661133 0.000000 850.331848 0.000000 0.766104 0.000000 0.642717 0.097778 0.097778 0.097778 +5001.084961 0.000000 858.083496 0.000000 0.918242 0.000000 0.396020 0.119993 0.119993 0.119993 +5028.759766 0.000000 868.641846 0.000000 0.037036 0.000000 0.999314 0.099114 0.099114 0.099114 +5027.200195 0.000000 860.062622 0.000000 0.999735 0.000000 0.023002 0.124279 0.124279 0.124279 +5028.029297 0.000000 865.818420 0.000000 0.092971 0.000000 0.995669 0.112113 0.112113 0.112113 +5036.352051 0.000000 864.526733 0.000000 0.990101 0.000000 0.140357 0.105965 0.105965 0.105965 +5000.614258 0.000000 860.794495 0.000000 0.029780 0.000000 0.999556 0.126793 0.126793 0.126793 +4998.395508 0.000000 877.321289 0.000000 0.853136 0.000000 -0.521688 0.119702 0.119702 0.119702 +4999.408691 0.000000 865.103149 0.000000 0.096156 0.000000 0.995366 0.122270 0.122270 0.122270 +5048.473633 0.000000 855.396362 0.000000 0.316779 0.000000 0.948499 0.096833 0.096833 0.096833 +5030.824707 0.000000 852.503540 0.000000 0.115789 0.000000 0.993274 0.100445 0.100445 0.100445 +5025.412109 0.000000 862.222717 0.000000 0.869454 0.000000 0.494014 0.122875 0.122875 0.122875 +5030.385742 0.000000 864.110657 0.000000 0.343121 0.000000 0.939291 0.114153 0.114153 0.114153 +5019.678223 0.000000 852.279785 0.000000 0.975925 0.000000 -0.218106 0.106623 0.106623 0.106623 +4999.143066 0.000000 874.650085 0.000000 0.976423 0.000000 0.215866 0.133523 0.133523 0.133523 +5025.365723 0.000000 857.440491 0.000000 0.921087 0.000000 0.389357 0.121127 0.121127 0.121127 +5005.487793 0.000000 857.282288 0.000000 0.747343 0.000000 0.664439 0.099602 0.099602 0.099602 +5043.914062 0.000000 853.054016 0.000000 0.890434 0.000000 -0.455112 0.128515 0.128515 0.128515 +4993.042969 0.000000 879.766724 0.000000 0.822518 0.000000 0.568739 0.108788 0.108788 0.108788 +5024.801270 0.000000 875.580872 0.000000 0.378841 0.000000 0.925462 0.103515 0.103515 0.103515 +5009.219727 0.000000 858.724365 0.000000 0.816470 0.000000 -0.577387 0.129091 0.129091 0.129091 +5002.618164 0.000000 860.809998 0.000000 0.954184 0.000000 0.299220 0.137592 0.137592 0.137592 +5005.704590 0.000000 860.092224 0.000000 0.706883 0.000000 0.707330 0.137646 0.137646 0.137646 +4992.144043 0.000000 875.665833 0.000000 0.823515 0.000000 0.567294 0.109893 0.109893 0.109893 +5008.278320 0.000000 860.821411 0.000000 0.723757 0.000000 0.690055 0.147047 0.147047 0.147047 +5031.104492 0.000000 859.159241 0.000000 0.998400 0.000000 0.056544 0.123587 0.123587 0.123587 +5027.093262 0.000000 869.641724 0.000000 0.518036 0.000000 0.855359 0.112178 0.112178 0.112178 +5022.945801 0.000000 875.729553 0.000000 0.298655 0.000000 0.954361 0.107524 0.107524 0.107524 +5002.704590 0.000000 870.008118 0.000000 0.835640 0.000000 0.549278 0.125917 0.125917 0.125917 +5000.309570 0.000000 876.058899 0.000000 0.293679 0.000000 0.955904 0.113956 0.113956 0.113956 +5032.256348 0.000000 864.113342 0.000000 0.999576 0.000000 -0.029105 0.117195 0.117195 0.117195 +5022.652344 0.000000 859.351013 0.000000 0.121222 0.000000 0.992625 0.120770 0.120770 0.120770 +5022.021484 0.000000 855.532532 0.000000 0.218513 0.000000 0.975834 0.110981 0.110981 0.110981 +5004.062012 0.000000 868.571045 0.000000 0.993113 0.000000 0.117157 0.133393 0.133393 0.133393 +5028.560547 0.000000 861.321411 0.000000 0.968252 0.000000 0.249975 0.126704 0.126704 0.126704 +5023.632324 0.000000 857.934448 0.000000 0.704213 0.000000 0.709989 0.119060 0.119060 0.119060 +4999.699707 0.000000 863.120483 0.000000 0.791351 0.000000 0.611362 0.116829 0.116829 0.116829 +5025.519531 0.000000 855.126587 0.000000 0.981629 0.000000 0.190802 0.115258 0.115258 0.115258 +5031.089844 0.000000 862.578735 0.000000 0.999923 0.000000 0.012434 0.126001 0.126001 0.126001 +5005.306641 0.000000 871.817078 0.000000 0.201698 0.000000 0.979448 0.125921 0.125921 0.125921 +5026.375977 0.000000 863.708374 0.000000 0.851343 0.000000 0.524610 0.118331 0.118331 0.118331 +5023.972656 0.000000 871.646606 0.000000 0.990887 0.000000 0.134696 0.144474 0.144474 0.144474 +5003.377441 0.000000 866.809204 0.000000 0.911512 0.000000 -0.411272 0.141378 0.141378 0.141378 +5004.617676 0.000000 863.912964 0.000000 0.817794 0.000000 -0.575511 0.141076 0.141076 0.141076 +5005.642090 0.000000 868.917297 0.000000 0.404195 0.000000 0.914673 0.128972 0.128972 0.128972 +5011.704102 0.000000 861.029846 0.000000 0.482599 0.000000 0.875841 0.133134 0.133134 0.133134 +5024.594727 0.000000 866.904053 0.000000 0.944837 0.000000 -0.327540 0.133617 0.133617 0.133617 +5013.729980 0.000000 862.855713 0.000000 0.842298 0.000000 0.539012 0.150720 0.150720 0.150720 +5006.222168 0.000000 870.416443 0.000000 0.827509 0.000000 -0.561453 0.139859 0.139859 0.139859 +5026.977539 0.000000 861.765076 0.000000 0.689081 0.000000 0.724685 0.121161 0.121161 0.121161 +5013.229004 0.000000 861.357910 0.000000 0.406051 0.000000 0.913850 0.139774 0.139774 0.139774 +5006.469238 0.000000 865.924194 0.000000 0.997531 0.000000 -0.070232 0.161706 0.161706 0.161706 +5003.039062 0.000000 863.522034 0.000000 0.915222 0.000000 0.402951 0.140418 0.140418 0.140418 +5002.378418 0.000000 859.127014 0.000000 0.996716 0.000000 -0.080971 0.129746 0.129746 0.129746 +5025.699219 0.000000 860.695862 0.000000 0.888739 0.000000 0.458414 0.123036 0.123036 0.123036 +5029.508789 0.000000 862.653931 0.000000 0.480397 0.000000 0.877051 0.118512 0.118512 0.118512 +5002.583984 0.000000 873.489624 0.000000 0.725372 0.000000 0.688358 0.138858 0.138858 0.138858 +5009.267090 0.000000 877.899414 0.000000 0.976995 0.000000 0.213263 0.127414 0.127414 0.127414 +5004.917480 0.000000 865.462769 0.000000 0.863154 0.000000 -0.504941 0.161784 0.161784 0.161784 +5013.918945 0.000000 858.773010 0.000000 0.828037 0.000000 0.560674 0.122013 0.122013 0.122013 +5018.692383 0.000000 859.716553 0.000000 0.100437 0.000000 0.994943 0.121220 0.121220 0.121220 +5017.045410 0.000000 859.157471 0.000000 0.981077 0.000000 0.193618 0.126382 0.126382 0.126382 +5006.035156 0.000000 873.265259 0.000000 0.860906 0.000000 0.508764 0.144836 0.144836 0.144836 +5021.938965 0.000000 863.799072 0.000000 0.204388 0.000000 0.978890 0.143081 0.143081 0.143081 +5015.560547 0.000000 864.791443 0.000000 0.136685 0.000000 0.990615 0.150774 0.150774 0.150774 +5001.923828 0.000000 864.860046 0.000000 0.997348 0.000000 -0.072787 0.140381 0.140381 0.140381 +5012.575195 0.000000 865.769653 0.000000 0.869214 0.000000 0.494436 0.158137 0.158137 0.158137 +4998.164062 0.000000 875.835388 0.000000 0.952996 0.000000 0.302983 0.133136 0.133136 0.133136 +5010.834473 0.000000 873.855103 0.000000 0.266651 0.000000 0.963793 0.133720 0.133720 0.133720 +5007.446289 0.000000 863.283691 0.000000 0.997208 0.000000 0.074677 0.141958 0.141958 0.141958 +5004.289551 0.000000 860.713013 0.000000 0.054943 0.000000 0.998489 0.134365 0.134365 0.134365 +5017.909180 0.000000 864.351929 0.000000 0.924065 0.000000 -0.382235 0.163926 0.163926 0.163926 +5021.067383 0.000000 870.778564 0.000000 0.572728 0.000000 0.819745 0.149349 0.149349 0.149349 +5001.676758 0.000000 861.942139 0.000000 0.964585 0.000000 -0.263771 0.134466 0.134466 0.134466 +5003.761719 0.000000 871.675293 0.000000 0.714398 0.000000 0.699740 0.125126 0.125126 0.125126 +4998.267578 0.000000 871.705688 0.000000 0.132924 0.000000 0.991126 0.120283 0.120283 0.120283 +5020.286133 0.000000 868.951172 0.000000 0.921325 0.000000 -0.388794 0.173608 0.173608 0.173608 +5005.735352 0.000000 862.933716 0.000000 0.707870 0.000000 0.706343 0.134921 0.134921 0.134921 +5015.062012 0.000000 863.387329 0.000000 0.061804 0.000000 0.998088 0.150395 0.150395 0.150395 +5011.301758 0.000000 866.834473 0.000000 0.405656 0.000000 0.914026 0.161898 0.161898 0.161898 +5016.230957 0.000000 862.274353 0.000000 0.843759 0.000000 -0.536722 0.169387 0.169387 0.169387 +5010.397949 0.000000 869.400818 0.000000 0.995089 0.000000 -0.098987 0.153424 0.153424 0.153424 +5016.874512 0.000000 865.280762 0.000000 0.998743 0.000000 0.050115 0.161646 0.161646 0.161646 +5023.813965 0.000000 870.304077 0.000000 0.999813 0.000000 0.019321 0.145009 0.145009 0.145009 +5020.436523 0.000000 863.868469 0.000000 0.946170 0.000000 0.323671 0.148010 0.148010 0.148010 +5007.028809 0.000000 860.371521 0.000000 0.846704 0.000000 -0.532065 0.151681 0.151681 0.151681 +5021.510254 0.000000 861.328552 0.000000 0.054575 0.000000 0.998510 0.130631 0.130631 0.130631 +5007.223145 0.000000 875.612183 0.000000 0.985414 0.000000 -0.170174 0.149268 0.149268 0.149268 +5018.696777 0.000000 867.011719 0.000000 0.794101 0.000000 0.607785 0.156344 0.156344 0.156344 +5009.185059 0.000000 861.771667 0.000000 0.904150 0.000000 0.427215 0.148583 0.148583 0.148583 +5014.709473 0.000000 867.227722 0.000000 0.978599 0.000000 -0.205777 0.155642 0.155642 0.155642 +5018.370605 0.000000 869.855408 0.000000 0.504485 0.000000 0.863420 0.160868 0.160868 0.160868 +5021.995605 0.000000 871.831848 0.000000 0.810226 0.000000 -0.586118 0.157133 0.157133 0.157133 +5022.762207 0.000000 869.434265 0.000000 0.973432 0.000000 0.228975 0.161826 0.161826 0.161826 +5013.918945 0.000000 868.170715 0.000000 0.577281 0.000000 0.816546 0.151549 0.151549 0.151549 +5006.047363 0.000000 874.462952 0.000000 0.193544 0.000000 0.981092 0.141957 0.141957 0.141957 +5018.768555 0.000000 862.197937 0.000000 0.496856 0.000000 0.867833 0.156489 0.156489 0.156489 +5021.720703 0.000000 869.848877 0.000000 0.090946 0.000000 0.995856 0.163354 0.163354 0.163354 +5016.183105 0.000000 868.953125 0.000000 0.276174 0.000000 0.961108 0.157400 0.157400 0.157400 +5020.949219 0.000000 867.970642 0.000000 0.089565 0.000000 0.995981 0.156941 0.156941 0.156941 +5009.124023 0.000000 867.267151 0.000000 0.800605 0.000000 0.599192 0.165179 0.165179 0.165179 +5084.793945 0.000000 850.107422 0.000000 0.163284 0.000000 0.986579 0.095522 0.095522 0.095522 +5112.065918 0.000000 872.628235 0.000000 0.654276 0.000000 0.756256 0.110076 0.110076 0.110076 +5074.127930 0.000000 860.541687 0.000000 0.974417 0.000000 0.224748 0.119579 0.119579 0.119579 +5105.272949 0.000000 880.890564 0.000000 0.989945 0.000000 -0.141450 0.100452 0.100452 0.100452 +5087.758301 0.000000 877.425232 0.000000 0.073792 0.000000 0.997274 0.095235 0.095235 0.095235 +5076.569336 0.000000 852.652100 0.000000 0.971922 0.000000 0.235302 0.103970 0.103970 0.103970 +5071.272949 0.000000 869.184204 0.000000 0.999242 0.000000 0.038935 0.099876 0.099876 0.099876 +5108.365234 0.000000 886.531860 0.000000 0.999629 0.000000 0.027254 0.099913 0.099913 0.099913 +5087.826172 0.000000 855.388000 0.000000 0.705027 0.000000 0.709180 0.097491 0.097491 0.097491 +5117.248047 0.000000 893.267700 0.000000 0.976434 0.000000 0.215815 0.099308 0.099308 0.099308 +5082.074219 0.000000 877.782043 0.000000 0.743238 0.000000 0.669027 0.097667 0.097667 0.097667 +5106.584961 0.000000 875.159851 0.000000 0.241255 0.000000 0.970462 0.100336 0.100336 0.100336 +5117.212891 0.000000 872.657410 0.000000 0.995691 0.000000 0.092730 0.110038 0.110038 0.110038 +5075.771973 0.000000 869.891052 0.000000 0.881874 0.000000 0.471486 0.108639 0.108639 0.108639 +5077.668945 0.000000 857.054504 0.000000 0.655015 0.000000 0.755616 0.115529 0.115529 0.115529 +5088.426758 0.000000 859.703430 0.000000 0.840669 0.000000 0.541549 0.098178 0.098178 0.098178 +5110.381836 0.000000 876.593262 0.000000 0.220124 0.000000 0.975472 0.115277 0.115277 0.115277 +5109.013672 0.000000 881.911987 0.000000 0.866516 0.000000 -0.499150 0.113339 0.113339 0.113339 +5107.863281 0.000000 871.638367 0.000000 0.865764 0.000000 -0.500453 0.101668 0.101668 0.101668 +5085.530273 0.000000 874.557983 0.000000 0.978499 0.000000 0.206253 0.099339 0.099339 0.099339 +5117.611816 0.000000 886.025269 0.000000 0.880476 0.000000 -0.474090 0.105271 0.105271 0.105271 +5104.580566 0.000000 877.706360 0.000000 0.126675 0.000000 0.991944 0.095672 0.095672 0.095672 +5068.112305 0.000000 862.172363 0.000000 0.904611 0.000000 -0.426239 0.101402 0.101402 0.101402 +5073.664551 0.000000 853.921631 0.000000 0.838977 0.000000 -0.544167 0.101832 0.101832 0.101832 +5106.798340 0.000000 883.946777 0.000000 0.741684 0.000000 0.670749 0.099028 0.099028 0.099028 +5072.939453 0.000000 863.194275 0.000000 0.826076 0.000000 -0.563559 0.114180 0.114180 0.114180 +5078.782715 0.000000 854.568970 0.000000 0.994009 0.000000 -0.109296 0.112435 0.112435 0.112435 +5079.068359 0.000000 851.776794 0.000000 0.999995 0.000000 -0.003063 0.108134 0.108134 0.108134 +5117.738281 0.000000 875.514771 0.000000 0.517451 0.000000 0.855713 0.112176 0.112176 0.112176 +5089.412109 0.000000 862.222717 0.000000 0.968210 0.000000 -0.250141 0.100805 0.100805 0.100805 +5073.436523 0.000000 871.134644 0.000000 0.836682 0.000000 -0.547689 0.102130 0.102130 0.102130 +5075.640625 0.000000 872.577393 0.000000 0.897625 0.000000 0.440759 0.098823 0.098823 0.098823 +5110.158691 0.000000 879.325378 0.000000 0.459030 0.000000 0.888421 0.116254 0.116254 0.116254 +5109.633789 0.000000 884.322876 0.000000 0.931218 0.000000 0.364463 0.100196 0.100196 0.100196 +5074.128418 0.000000 868.027222 0.000000 0.211709 0.000000 0.977333 0.105595 0.105595 0.105595 +5075.894531 0.000000 855.037415 0.000000 0.964390 0.000000 -0.264485 0.110739 0.110739 0.110739 +5112.742188 0.000000 877.159485 0.000000 0.321835 0.000000 0.946796 0.121063 0.121063 0.121063 +5111.044922 0.000000 886.353943 0.000000 0.220536 0.000000 0.975379 0.110453 0.110453 0.110453 +5116.008301 0.000000 889.542786 0.000000 0.825984 0.000000 -0.563693 0.103333 0.103333 0.103333 +5079.885254 0.000000 873.045715 0.000000 0.975077 0.000000 -0.221869 0.106072 0.106072 0.106072 +5111.405273 0.000000 882.118713 0.000000 0.926052 0.000000 -0.377395 0.112291 0.112291 0.112291 +5112.096680 0.000000 874.909546 0.000000 0.998419 0.000000 -0.056204 0.120103 0.120103 0.120103 +5079.105957 0.000000 868.502319 0.000000 0.928845 0.000000 -0.370468 0.120202 0.120202 0.120202 +5114.561523 0.000000 879.024902 0.000000 0.997336 0.000000 0.072948 0.124640 0.124640 0.124640 +5087.888672 0.000000 868.809875 0.000000 0.992067 0.000000 0.125711 0.103784 0.103784 0.103784 +5108.316895 0.000000 876.391541 0.000000 0.618786 0.000000 0.785560 0.110454 0.110454 0.110454 +5077.422363 0.000000 871.620483 0.000000 0.940622 0.000000 0.339456 0.108593 0.108593 0.108593 +5073.219727 0.000000 858.724365 0.000000 0.999234 0.000000 0.039132 0.113024 0.113024 0.113024 +5081.598145 0.000000 870.897217 0.000000 0.886980 0.000000 -0.461808 0.114326 0.114326 0.114326 +5113.129395 0.000000 886.084229 0.000000 0.996320 0.000000 0.085717 0.125147 0.125147 0.125147 +5072.278320 0.000000 860.821411 0.000000 0.929366 0.000000 -0.369159 0.115094 0.115094 0.115094 +5079.366211 0.000000 849.918335 0.000000 0.851039 0.000000 0.525103 0.110073 0.110073 0.110073 +5077.452637 0.000000 869.248535 0.000000 0.862622 0.000000 -0.505849 0.117924 0.117924 0.117924 +5083.877441 0.000000 858.756531 0.000000 0.083992 0.000000 0.996466 0.107276 0.107276 0.107276 +5115.429199 0.000000 872.578247 0.000000 0.922221 0.000000 0.386664 0.111735 0.111735 0.111735 +5116.473145 0.000000 874.249695 0.000000 0.972306 0.000000 0.233711 0.115096 0.115096 0.115096 +5112.471680 0.000000 887.721741 0.000000 0.959751 0.000000 -0.280852 0.126627 0.126627 0.126627 +5080.512695 0.000000 854.998535 0.000000 0.945993 0.000000 -0.324187 0.121714 0.121714 0.121714 +5113.864746 0.000000 875.856812 0.000000 0.998972 0.000000 -0.045325 0.120061 0.120061 0.120061 +5080.779785 0.000000 851.802185 0.000000 0.922285 0.000000 0.386510 0.120033 0.120033 0.120033 +5075.935547 0.000000 857.024048 0.000000 0.756640 0.000000 0.653832 0.112788 0.112788 0.112788 +5117.810547 0.000000 880.919067 0.000000 0.439477 0.000000 0.898254 0.111848 0.111848 0.111848 +5111.822754 0.000000 878.558777 0.000000 0.854904 0.000000 -0.518786 0.122539 0.122539 0.122539 +5076.433105 0.000000 864.280212 0.000000 0.860762 0.000000 0.509008 0.120604 0.120604 0.120604 +5075.704102 0.000000 861.029846 0.000000 0.814969 0.000000 0.579505 0.118078 0.118078 0.118078 +5077.729980 0.000000 862.855713 0.000000 0.440128 0.000000 0.897935 0.120496 0.120496 0.120496 +5077.229004 0.000000 861.357910 0.000000 0.560413 0.000000 0.828214 0.123220 0.123220 0.123220 +5078.338379 0.000000 860.248108 0.000000 0.891557 0.000000 -0.452909 0.130211 0.130211 0.130211 +5080.030273 0.000000 860.570801 0.000000 0.838612 0.000000 0.544729 0.118790 0.118790 0.118790 +5115.955078 0.000000 878.320801 0.000000 0.964316 0.000000 -0.264755 0.125996 0.125996 0.125996 +5077.918945 0.000000 858.773010 0.000000 0.165933 0.000000 0.986137 0.119346 0.119346 0.119346 +5079.560547 0.000000 864.791443 0.000000 0.787727 0.000000 0.616024 0.126678 0.126678 0.126678 +5079.062012 0.000000 863.387329 0.000000 0.661729 0.000000 0.749743 0.126465 0.126465 0.126465 +5131.959473 0.000000 839.272095 0.000000 0.891011 0.000000 -0.453982 0.101500 0.101500 0.101500 +5120.254883 0.000000 837.922119 0.000000 0.015931 0.000000 0.999873 0.116617 0.116617 0.116617 +5140.089355 0.000000 835.598145 0.000000 0.957968 0.000000 -0.286876 0.100926 0.100926 0.100926 +5183.586426 0.000000 844.215820 0.000000 0.205638 0.000000 0.978628 0.095659 0.095659 0.095659 +5126.507812 0.000000 842.872375 0.000000 0.578382 0.000000 0.815766 0.096963 0.096963 0.096963 +5129.278320 0.000000 840.864807 0.000000 0.486872 0.000000 0.873473 0.096619 0.096619 0.096619 +5132.375000 0.000000 845.449097 0.000000 0.383361 0.000000 0.923599 0.116473 0.116473 0.116473 +5130.235840 0.000000 834.465454 0.000000 0.877564 0.000000 0.479459 0.099235 0.099235 0.099235 +5136.382324 0.000000 846.597656 0.000000 0.323721 0.000000 0.946153 0.114075 0.114075 0.114075 +5139.253418 0.000000 838.367859 0.000000 0.999884 0.000000 -0.015259 0.105373 0.105373 0.105373 +5135.590332 0.000000 842.877747 0.000000 0.924845 0.000000 0.380344 0.147722 0.147722 0.147722 +5134.368652 0.000000 846.634766 0.000000 0.600363 0.000000 0.799727 0.122332 0.122332 0.122332 +5153.680176 0.000000 846.609009 0.000000 0.840857 0.000000 -0.541258 0.126064 0.126064 0.126064 +5124.679688 0.000000 843.396179 0.000000 0.862772 0.000000 0.505592 0.109604 0.109604 0.109604 +5120.517090 0.000000 840.558289 0.000000 0.819833 0.000000 0.572603 0.131295 0.131295 0.131295 +5132.970703 0.000000 837.767029 0.000000 0.852685 0.000000 0.522425 0.118891 0.118891 0.118891 +5133.317383 0.000000 844.008484 0.000000 0.970262 0.000000 0.242057 0.120067 0.120067 0.120067 +5128.564453 0.000000 842.512329 0.000000 0.983113 0.000000 -0.183001 0.147075 0.147075 0.147075 +5136.310547 0.000000 838.376709 0.000000 0.992088 0.000000 -0.125548 0.131055 0.131055 0.131055 +5136.425781 0.000000 841.484314 0.000000 0.901449 0.000000 0.432885 0.138060 0.138060 0.138060 +5140.440918 0.000000 846.287903 0.000000 0.976666 0.000000 -0.214764 0.125791 0.125791 0.125791 +5138.634277 0.000000 836.049927 0.000000 0.777651 0.000000 0.628696 0.123871 0.123871 0.123871 +5130.331055 0.000000 836.117554 0.000000 0.279330 0.000000 0.960195 0.136464 0.136464 0.136464 +5135.453125 0.000000 839.756409 0.000000 0.258348 0.000000 0.966052 0.142271 0.142271 0.142271 +5129.995605 0.000000 839.622253 0.000000 0.540831 0.000000 0.841131 0.140482 0.140482 0.140482 +5140.196289 0.000000 839.543579 0.000000 0.970804 0.000000 -0.239874 0.141136 0.141136 0.141136 +5120.328125 0.000000 839.249634 0.000000 0.987748 0.000000 -0.156058 0.146385 0.146385 0.146385 +5138.134277 0.000000 847.181458 0.000000 0.300883 0.000000 0.953661 0.150008 0.150008 0.150008 +5121.519531 0.000000 838.325012 0.000000 0.943406 0.000000 -0.331640 0.147226 0.147226 0.147226 +5123.040527 0.000000 838.826843 0.000000 0.886320 0.000000 -0.463074 0.154147 0.154147 0.154147 +5178.368164 0.000000 899.191589 0.000000 0.999941 0.000000 -0.010886 0.100035 0.100035 0.100035 +5183.487305 0.000000 877.493347 0.000000 0.821042 0.000000 0.570868 0.115372 0.115372 0.115372 +5124.032715 0.000000 878.877197 0.000000 0.556571 0.000000 0.830800 0.096879 0.096879 0.096879 +5151.826172 0.000000 855.388000 0.000000 0.928157 0.000000 0.372190 0.098786 0.098786 0.098786 +5175.107910 0.000000 892.466919 0.000000 0.662228 0.000000 0.749303 0.097304 0.097304 0.097304 +5181.658691 0.000000 882.581360 0.000000 0.897108 0.000000 -0.441810 0.125045 0.125045 0.125045 +5139.771973 0.000000 869.891052 0.000000 0.959258 0.000000 -0.282532 0.100912 0.100912 0.100912 +5181.524414 0.000000 864.335327 0.000000 0.627044 0.000000 0.778984 0.102328 0.102328 0.102328 +5147.932617 0.000000 867.535278 0.000000 0.881182 0.000000 0.472778 0.108634 0.108634 0.108634 +5177.910645 0.000000 895.216675 0.000000 0.383600 0.000000 0.923499 0.112161 0.112161 0.112161 +5161.204590 0.000000 883.826965 0.000000 0.454386 0.000000 0.890805 0.100015 0.100015 0.100015 +5181.611816 0.000000 886.025269 0.000000 0.889372 0.000000 -0.457185 0.123975 0.123975 0.123975 +5120.894531 0.000000 877.565735 0.000000 0.923650 0.000000 0.383237 0.104557 0.104557 0.104557 +5180.832520 0.000000 879.587402 0.000000 0.895856 0.000000 -0.444344 0.135288 0.135288 0.135288 +5178.462402 0.000000 864.335693 0.000000 0.590650 0.000000 0.806928 0.097011 0.097011 0.097011 +5181.032715 0.000000 869.453674 0.000000 0.600505 0.000000 0.799621 0.109827 0.109827 0.109827 +5136.939453 0.000000 863.194275 0.000000 0.695397 0.000000 0.718626 0.115190 0.115190 0.115190 +5128.614258 0.000000 860.794495 0.000000 0.932908 0.000000 -0.360114 0.104290 0.104290 0.104290 +5158.824707 0.000000 852.503540 0.000000 0.916593 0.000000 0.399821 0.104496 0.104496 0.104496 +5158.646484 0.000000 879.422852 0.000000 0.562670 0.000000 0.826681 0.124860 0.124860 0.124860 +5173.633789 0.000000 884.322876 0.000000 0.862719 0.000000 0.505684 0.128880 0.128880 0.128880 +5167.339355 0.000000 847.511658 0.000000 0.999883 0.000000 0.015286 0.100231 0.100231 0.100231 +5163.659668 0.000000 883.445251 0.000000 0.947042 0.000000 -0.321111 0.127362 0.127362 0.127362 +5183.509766 0.000000 884.484131 0.000000 0.931900 0.000000 0.362716 0.114043 0.114043 0.114043 +5156.550293 0.000000 878.059631 0.000000 0.561899 0.000000 0.827206 0.102599 0.102599 0.102599 +5174.385254 0.000000 851.174683 0.000000 0.909752 0.000000 0.415152 0.121017 0.121017 0.121017 +5167.645996 0.000000 854.963623 0.000000 0.851999 0.000000 0.523544 0.101824 0.101824 0.101824 +5180.727539 0.000000 849.760132 0.000000 0.987488 0.000000 0.157695 0.104234 0.104234 0.104234 +5179.305664 0.000000 897.044617 0.000000 0.920435 0.000000 -0.390897 0.132768 0.132768 0.132768 +5173.789062 0.000000 890.709412 0.000000 0.998124 0.000000 0.061221 0.121891 0.121891 0.121891 +5121.042969 0.000000 879.766724 0.000000 0.605257 0.000000 0.796030 0.102779 0.102779 0.102779 +5159.465820 0.000000 857.151306 0.000000 0.996639 0.000000 -0.081921 0.115707 0.115707 0.115707 +5175.867676 0.000000 894.497253 0.000000 0.554336 0.000000 0.832293 0.105282 0.105282 0.105282 +5152.801270 0.000000 875.580872 0.000000 0.717748 0.000000 0.696303 0.104379 0.104379 0.104379 +5179.003418 0.000000 893.275330 0.000000 0.977110 0.000000 -0.212735 0.134807 0.134807 0.134807 +5181.382324 0.000000 877.567932 0.000000 0.050136 0.000000 0.998742 0.139141 0.139141 0.139141 +5141.422363 0.000000 871.620483 0.000000 0.999155 0.000000 -0.041096 0.123411 0.123411 0.123411 +5154.934570 0.000000 850.834839 0.000000 0.260681 0.000000 0.965425 0.124564 0.124564 0.124564 +5168.914551 0.000000 864.449219 0.000000 0.659540 0.000000 0.751670 0.106286 0.106286 0.106286 +5167.882812 0.000000 852.289307 0.000000 0.956438 0.000000 0.291936 0.107659 0.107659 0.107659 +5170.490723 0.000000 870.055176 0.000000 0.965385 0.000000 0.260830 0.116659 0.116659 0.116659 +5180.454590 0.000000 887.604736 0.000000 0.299400 0.000000 0.954128 0.117204 0.117204 0.117204 +5154.177734 0.000000 874.198792 0.000000 0.999164 0.000000 -0.040870 0.154823 0.154823 0.154823 +5170.516602 0.000000 863.297058 0.000000 0.379884 0.000000 0.925034 0.148269 0.148269 0.148269 +5183.825195 0.000000 860.518250 0.000000 0.807441 0.000000 0.589949 0.119127 0.119127 0.119127 +5175.893555 0.000000 890.770386 0.000000 0.989004 0.000000 0.147891 0.122109 0.122109 0.122109 +5179.502441 0.000000 859.263000 0.000000 0.980639 0.000000 0.195824 0.152538 0.152538 0.152538 +5180.180664 0.000000 881.368164 0.000000 0.697686 0.000000 0.716404 0.142501 0.142501 0.142501 +5161.262207 0.000000 860.603271 0.000000 0.573073 0.000000 0.819505 0.112421 0.112421 0.112421 +5142.981445 0.000000 875.490173 0.000000 0.836995 0.000000 -0.547211 0.123239 0.123239 0.123239 +5132.062012 0.000000 868.571045 0.000000 0.881020 0.000000 0.473079 0.115802 0.115802 0.115802 +5178.270996 0.000000 855.599426 0.000000 0.106772 0.000000 0.994284 0.122314 0.122314 0.122314 +5137.145996 0.000000 849.819824 0.000000 0.397049 0.000000 0.917798 0.126781 0.126781 0.126781 +5180.473145 0.000000 874.249695 0.000000 1.000000 0.000000 0.000401 0.123808 0.123808 0.123808 +5165.839355 0.000000 873.951416 0.000000 0.865198 0.000000 0.501430 0.117884 0.117884 0.117884 +5136.728516 0.000000 847.272217 0.000000 0.932808 0.000000 0.360373 0.117374 0.117374 0.117374 +5178.250000 0.000000 880.757568 0.000000 0.992560 0.000000 -0.121756 0.123728 0.123728 0.123728 +5134.749512 0.000000 847.296692 0.000000 0.870801 0.000000 0.491635 0.123988 0.123988 0.123988 +5153.519531 0.000000 855.126587 0.000000 0.889267 0.000000 0.457389 0.119179 0.119179 0.119179 +5167.105469 0.000000 850.826965 0.000000 0.926920 0.000000 -0.375259 0.130996 0.130996 0.130996 +5123.050781 0.000000 850.659912 0.000000 0.828987 0.000000 0.559267 0.118722 0.118722 0.118722 +5136.004883 0.000000 864.733459 0.000000 0.653507 0.000000 0.756921 0.140043 0.140043 0.140043 +5170.132324 0.000000 866.686768 0.000000 0.889453 0.000000 -0.457027 0.154115 0.154115 0.154115 +5183.210449 0.000000 881.867432 0.000000 0.835190 0.000000 -0.549961 0.158058 0.158058 0.158058 +5177.206055 0.000000 856.892151 0.000000 0.996478 0.000000 0.083858 0.122361 0.122361 0.122361 +5133.642090 0.000000 868.917297 0.000000 0.576166 0.000000 0.817333 0.114064 0.114064 0.114064 +5142.020996 0.000000 848.585693 0.000000 0.970952 0.000000 0.239275 0.163439 0.163439 0.163439 +5174.362793 0.000000 880.907410 0.000000 0.826077 0.000000 -0.563557 0.131878 0.131878 0.131878 +5163.954590 0.000000 870.971680 0.000000 0.981872 0.000000 0.189544 0.153683 0.153683 0.153683 +5149.380859 0.000000 866.663269 0.000000 0.975137 0.000000 -0.221605 0.150644 0.150644 0.150644 +5152.131348 0.000000 852.385010 0.000000 0.904845 0.000000 -0.425741 0.130087 0.130087 0.130087 +5180.027344 0.000000 892.148010 0.000000 0.986036 0.000000 0.166532 0.137638 0.137638 0.137638 +5162.059082 0.000000 882.548645 0.000000 0.992703 0.000000 0.120586 0.125565 0.125565 0.125565 +5169.542480 0.000000 868.694397 0.000000 0.999690 0.000000 0.024891 0.134347 0.134347 0.134347 +5171.663574 0.000000 848.434021 0.000000 0.950630 0.000000 -0.310327 0.173716 0.173716 0.173716 +5157.374023 0.000000 853.232178 0.000000 0.999383 0.000000 -0.035116 0.154795 0.154795 0.154795 +5125.431641 0.000000 858.042297 0.000000 0.978073 0.000000 0.208264 0.131886 0.131886 0.131886 +5134.213379 0.000000 848.970581 0.000000 0.916410 0.000000 -0.400240 0.157784 0.157784 0.157784 +5149.067383 0.000000 870.778564 0.000000 0.852573 0.000000 0.522608 0.155768 0.155768 0.155768 +5165.387695 0.000000 880.053711 0.000000 0.910361 0.000000 0.413815 0.146443 0.146443 0.146443 +5155.500488 0.000000 874.850159 0.000000 0.998681 0.000000 -0.051342 0.154875 0.154875 0.154875 +5147.529297 0.000000 877.951538 0.000000 0.921516 0.000000 -0.388339 0.147507 0.147507 0.147507 +5181.240234 0.000000 861.296814 0.000000 0.920716 0.000000 0.390234 0.144906 0.144906 0.144906 +5150.191406 0.000000 849.479614 0.000000 0.210278 0.000000 0.977642 0.146325 0.146325 0.146325 +5148.743164 0.000000 875.878662 0.000000 0.829173 0.000000 -0.558992 0.167816 0.167816 0.167816 +5158.826172 0.000000 854.001709 0.000000 0.495989 0.000000 0.868329 0.132660 0.132660 0.132660 +5137.469238 0.000000 865.004089 0.000000 0.840078 0.000000 -0.542466 0.146605 0.146605 0.146605 +5135.104980 0.000000 850.168213 0.000000 0.462498 0.000000 0.886620 0.140064 0.140064 0.140064 +5165.249512 0.000000 878.504395 0.000000 0.148374 0.000000 0.988931 0.133717 0.133717 0.133717 +5182.095703 0.000000 878.811707 0.000000 0.816096 0.000000 0.577916 0.140604 0.140604 0.140604 +5181.294434 0.000000 862.781067 0.000000 0.976435 0.000000 0.215810 0.166347 0.166347 0.166347 +5148.286133 0.000000 868.951172 0.000000 0.946511 0.000000 -0.322673 0.142087 0.142087 0.142087 +5151.834473 0.000000 849.419128 0.000000 0.950977 0.000000 -0.309260 0.154472 0.154472 0.154472 +5173.635254 0.000000 885.788208 0.000000 0.924295 0.000000 -0.381680 0.132727 0.132727 0.132727 +5127.231934 0.000000 860.504883 0.000000 0.959236 0.000000 0.282606 0.150991 0.150991 0.150991 +5158.014160 0.000000 878.094299 0.000000 0.847312 0.000000 -0.531095 0.131148 0.131148 0.131148 +5163.008789 0.000000 873.815125 0.000000 0.852129 0.000000 -0.523333 0.135101 0.135101 0.135101 +5183.974609 0.000000 878.797058 0.000000 0.845522 0.000000 -0.533941 0.145989 0.145989 0.145989 +5145.534668 0.000000 856.827637 0.000000 0.934278 0.000000 0.356546 0.144522 0.144522 0.144522 +5153.739258 0.000000 849.789612 0.000000 0.228799 0.000000 0.973474 0.152318 0.152318 0.152318 +5183.423340 0.000000 850.740906 0.000000 0.478069 0.000000 0.878322 0.147721 0.147721 0.147721 +5140.179199 0.000000 848.542786 0.000000 0.989403 0.000000 0.145196 0.160039 0.160039 0.160039 +5144.631836 0.000000 857.878479 0.000000 0.389213 0.000000 0.921148 0.140768 0.140768 0.140768 +5135.028809 0.000000 860.371521 0.000000 0.279714 0.000000 0.960083 0.141302 0.141302 0.141302 +5164.222168 0.000000 880.651489 0.000000 0.081008 0.000000 0.996713 0.141420 0.141420 0.141420 +5182.025391 0.000000 850.393738 0.000000 0.682520 0.000000 0.730867 0.148951 0.148951 0.148951 +5134.623047 0.000000 851.976929 0.000000 0.738150 0.000000 0.674637 0.141678 0.141678 0.141678 +5156.154785 0.000000 854.968079 0.000000 0.478371 0.000000 0.878158 0.142852 0.142852 0.142852 +5179.628418 0.000000 890.941162 0.000000 0.116372 0.000000 0.993206 0.133039 0.133039 0.133039 +5154.554688 0.000000 856.979675 0.000000 0.126045 0.000000 0.992025 0.134686 0.134686 0.134686 +5171.413574 0.000000 866.816223 0.000000 0.519652 0.000000 0.854378 0.146870 0.146870 0.146870 +5147.792969 0.000000 876.706360 0.000000 0.772301 0.000000 0.635257 0.142467 0.142467 0.142467 +5149.995605 0.000000 871.831848 0.000000 0.419717 0.000000 0.907655 0.152802 0.152802 0.152802 +5125.292969 0.000000 853.283020 0.000000 0.981887 0.000000 -0.189467 0.151615 0.151615 0.151615 +5124.727051 0.000000 854.516479 0.000000 0.493955 0.000000 0.869488 0.158638 0.158638 0.158638 +5180.871582 0.000000 876.460449 0.000000 0.939386 0.000000 0.342862 0.144590 0.144590 0.144590 +5177.375000 0.000000 850.523376 0.000000 0.454683 0.000000 0.890653 0.171920 0.171920 0.171920 +5176.005371 0.000000 853.372864 0.000000 0.999424 0.000000 -0.033944 0.172175 0.172175 0.172175 +5178.917480 0.000000 894.512268 0.000000 0.999784 0.000000 -0.020800 0.158088 0.158088 0.158088 +5154.136719 0.000000 875.389465 0.000000 0.811860 0.000000 0.583852 0.151553 0.151553 0.151553 +5149.463379 0.000000 873.341614 0.000000 0.992718 0.000000 -0.120462 0.163089 0.163089 0.163089 +5179.012207 0.000000 895.692444 0.000000 0.999999 0.000000 -0.001740 0.157992 0.157992 0.157992 +5156.343262 0.000000 853.807007 0.000000 0.843569 0.000000 -0.537021 0.157412 0.157412 0.157412 +5136.053223 0.000000 852.625977 0.000000 0.999717 0.000000 -0.023797 0.159224 0.159224 0.159224 +5136.122070 0.000000 858.199341 0.000000 0.829066 0.000000 -0.559151 0.160967 0.160967 0.160967 +5146.768555 0.000000 862.197937 0.000000 0.772489 0.000000 0.635028 0.150140 0.150140 0.150140 +5147.824219 0.000000 860.127136 0.000000 0.822802 0.000000 0.568329 0.152746 0.152746 0.152746 +5171.308594 0.000000 862.440735 0.000000 0.902923 0.000000 0.429803 0.151883 0.151883 0.151883 +5159.854004 0.000000 858.314148 0.000000 0.832377 0.000000 0.554209 0.152280 0.152280 0.152280 +5162.742676 0.000000 871.455261 0.000000 0.152733 0.000000 0.988268 0.147645 0.147645 0.147645 +5158.214844 0.000000 859.895447 0.000000 0.004766 0.000000 0.999989 0.147447 0.147447 0.147447 +5183.475098 0.000000 852.032837 0.000000 0.901617 0.000000 -0.432534 0.176142 0.176142 0.176142 +5138.082520 0.000000 847.327881 0.000000 0.943513 0.000000 -0.331337 0.157983 0.157983 0.157983 +5148.225586 0.000000 874.895569 0.000000 0.391653 0.000000 0.920113 0.158580 0.158580 0.158580 +5171.716797 0.000000 849.517761 0.000000 0.875699 0.000000 -0.482857 0.174748 0.174748 0.174748 +5143.045898 0.000000 848.899536 0.000000 0.704163 0.000000 0.710039 0.160566 0.160566 0.160566 +5173.110840 0.000000 864.113342 0.000000 0.348804 0.000000 0.937196 0.159416 0.159416 0.159416 +5173.817871 0.000000 848.316040 0.000000 0.907929 0.000000 -0.419124 0.176060 0.176060 0.176060 +5194.351562 0.000000 868.144592 0.000000 0.361224 0.000000 0.932479 0.110455 0.110455 0.110455 +5187.837402 0.000000 870.827698 0.000000 0.860950 0.000000 -0.508690 0.101699 0.101699 0.101699 +5190.424805 0.000000 867.625793 0.000000 0.513217 0.000000 0.858259 0.122994 0.122994 0.122994 +5184.894531 0.000000 877.565735 0.000000 0.019450 0.000000 0.999811 0.095062 0.095062 0.095062 +5185.451660 0.000000 856.658081 0.000000 0.898160 0.000000 -0.439668 0.120489 0.120489 0.120489 +5184.090332 0.000000 850.561218 0.000000 0.596241 0.000000 0.802806 0.110895 0.110895 0.110895 +5192.173828 0.000000 869.531921 0.000000 0.918651 0.000000 -0.395071 0.111791 0.111791 0.111791 +5186.269043 0.000000 900.699463 0.000000 0.940091 0.000000 -0.340924 0.113852 0.113852 0.113852 +5184.371582 0.000000 852.350464 0.000000 0.277943 0.000000 0.960598 0.114968 0.114968 0.114968 +5184.588379 0.000000 899.568115 0.000000 0.965601 0.000000 0.260028 0.127773 0.127773 0.127773 +5184.043457 0.000000 871.516663 0.000000 0.613335 0.000000 0.789823 0.115869 0.115869 0.115869 +5184.233887 0.000000 860.708862 0.000000 0.890454 0.000000 0.455074 0.135743 0.135743 0.135743 +5187.162109 0.000000 899.317322 0.000000 0.973308 0.000000 -0.229504 0.147296 0.147296 0.147296 +5186.209961 0.000000 858.040466 0.000000 0.892116 0.000000 0.451806 0.123618 0.123618 0.123618 +5185.219727 0.000000 855.284180 0.000000 0.481387 0.000000 0.876508 0.156939 0.156939 0.156939 +5606.230957 0.000000 1168.216553 0.000000 0.557840 0.000000 0.829949 0.096884 0.096884 0.096884 +5605.982422 0.000000 1179.949341 0.000000 0.467249 0.000000 0.884126 0.096548 0.096548 0.096548 +5615.722656 0.000000 1174.007202 0.000000 0.829375 0.000000 0.558693 0.098113 0.098113 0.098113 +5579.959473 0.000000 1178.178345 0.000000 0.792054 0.000000 0.610451 0.097910 0.097910 0.097910 +5598.236816 0.000000 1182.217407 0.000000 0.190748 0.000000 0.981639 0.095611 0.095611 0.095611 +5623.107910 0.000000 1174.888794 0.000000 0.660521 0.000000 0.750808 0.097297 0.097297 0.097297 +5602.932617 0.000000 1183.764404 0.000000 0.903450 0.000000 -0.428693 0.101410 0.101410 0.101410 +5625.910645 0.000000 1177.638550 0.000000 0.945652 0.000000 0.325182 0.098946 0.098946 0.098946 +5627.981445 0.000000 1184.906738 0.000000 0.925126 0.000000 -0.379661 0.101523 0.101523 0.101523 +5606.346680 0.000000 1183.945190 0.000000 0.944801 0.000000 0.327644 0.098937 0.098937 0.098937 +5623.062500 0.000000 1180.704956 0.000000 0.283173 0.000000 0.959069 0.095914 0.095914 0.095914 +5630.390625 0.000000 1185.447998 0.000000 0.683156 0.000000 0.730273 0.098758 0.098758 0.098758 +5620.706543 0.000000 1186.002808 0.000000 0.692561 0.000000 0.721359 0.099346 0.099346 0.099346 +5562.368164 0.000000 1238.097778 0.000000 0.974643 0.000000 0.223768 0.099282 0.099282 0.099282 +5569.451172 0.000000 1198.347534 0.000000 0.050074 0.000000 0.998746 0.095159 0.095159 0.095159 +5569.318848 0.000000 1225.060303 0.000000 0.100802 0.000000 0.994906 0.095321 0.095321 0.095321 +5596.793945 0.000000 1189.013672 0.000000 0.761971 0.000000 0.647612 0.097758 0.097758 0.097758 +5579.959473 0.000000 1234.662720 0.000000 0.838709 0.000000 0.544579 0.098167 0.098167 0.098167 +5582.007324 0.000000 1217.062134 0.000000 0.997198 0.000000 -0.074802 0.100238 0.100238 0.100238 +5588.569336 0.000000 1191.558350 0.000000 0.792693 0.000000 0.609622 0.097913 0.097913 0.097913 +5568.254883 0.000000 1233.312744 0.000000 0.127711 0.000000 0.991811 0.095408 0.095408 0.095408 +5583.272949 0.000000 1208.090454 0.000000 0.990659 0.000000 -0.136365 0.100435 0.100435 0.100435 +5594.122559 0.000000 1196.980225 0.000000 0.814933 0.000000 -0.579555 0.101968 0.101968 0.101968 +5602.900879 0.000000 1186.236572 0.000000 0.985956 0.000000 -0.167003 0.100534 0.100534 0.100534 +5591.491699 0.000000 1186.803345 0.000000 0.320995 0.000000 0.947081 0.096040 0.096040 0.096040 +5580.552734 0.000000 1212.365967 0.000000 0.467467 0.000000 0.884011 0.096548 0.096548 0.096548 +5582.220703 0.000000 1203.252808 0.000000 0.475250 0.000000 0.879851 0.096576 0.096576 0.096576 +5587.007324 0.000000 1204.250244 0.000000 0.998966 0.000000 -0.045473 0.100145 0.100145 0.100145 +5590.937012 0.000000 1200.599243 0.000000 0.960400 0.000000 -0.278624 0.100899 0.100899 0.100899 +5593.237793 0.000000 1192.330811 0.000000 0.410118 0.000000 0.912032 0.096345 0.096345 0.096345 +5622.864258 0.000000 1241.170532 0.000000 0.312552 0.000000 0.949901 0.103273 0.103273 0.103273 +5597.237305 0.000000 1219.694092 0.000000 0.921046 0.000000 0.389454 0.103428 0.103428 0.103428 +5581.506836 0.000000 1221.986328 0.000000 0.387080 0.000000 0.922046 0.096265 0.096265 0.096265 +5615.868652 0.000000 1234.582886 0.000000 0.345937 0.000000 0.938258 0.105548 0.105548 0.105548 +5600.618164 0.000000 1189.537476 0.000000 0.722569 0.000000 0.691299 0.097570 0.097570 0.097570 +5591.371094 0.000000 1229.185791 0.000000 0.891652 0.000000 -0.452721 0.101780 0.101780 0.101780 +5589.502930 0.000000 1234.491089 0.000000 0.739749 0.000000 0.672882 0.097651 0.097651 0.097651 +5585.939453 0.000000 1227.967407 0.000000 0.085716 0.000000 0.996320 0.095273 0.095273 0.095273 +5591.293457 0.000000 1209.736694 0.000000 0.930304 0.000000 -0.366790 0.101195 0.101195 0.101195 +5586.579102 0.000000 1241.360718 0.000000 0.831479 0.000000 0.555556 0.098125 0.098125 0.098125 +5597.530273 0.000000 1213.464233 0.000000 0.857510 0.000000 0.514468 0.102409 0.102409 0.102409 +5619.402344 0.000000 1240.139160 0.000000 0.999856 0.000000 0.016960 0.107505 0.107505 0.107505 +5597.392090 0.000000 1230.845337 0.000000 0.110356 0.000000 0.993892 0.099358 0.099358 0.099358 +5623.062500 0.000000 1237.189331 0.000000 0.483230 0.000000 0.875493 0.102829 0.102829 0.102829 +5586.230469 0.000000 1224.207397 0.000000 0.988026 0.000000 -0.154290 0.100493 0.100493 0.100493 +5590.628418 0.000000 1216.199097 0.000000 0.242005 0.000000 0.970275 0.096583 0.096583 0.096583 +5593.681152 0.000000 1219.949341 0.000000 0.996040 0.000000 -0.088905 0.103373 0.103373 0.103373 +5603.666992 0.000000 1222.658081 0.000000 0.016321 0.000000 0.999867 0.102773 0.102773 0.102773 +5592.572266 0.000000 1225.636230 0.000000 0.401423 0.000000 0.915893 0.098743 0.098743 0.098743 +5600.449219 0.000000 1212.167236 0.000000 0.858869 0.000000 0.512196 0.104070 0.104070 0.104070 +5601.099609 0.000000 1220.121582 0.000000 0.977320 0.000000 -0.211768 0.107166 0.107166 0.107166 +5615.537109 0.000000 1213.300293 0.000000 0.914555 0.000000 0.404462 0.102268 0.102268 0.102268 +5609.676758 0.000000 1204.238892 0.000000 0.435519 0.000000 0.900179 0.101567 0.101567 0.101567 +5593.916992 0.000000 1230.938110 0.000000 0.960960 0.000000 0.276687 0.101051 0.101051 0.101051 +5612.194824 0.000000 1198.249268 0.000000 0.997639 0.000000 0.068678 0.104533 0.104533 0.104533 +5597.422852 0.000000 1224.723755 0.000000 0.959460 0.000000 0.281843 0.103809 0.103809 0.103809 +5587.991699 0.000000 1219.399414 0.000000 0.772970 0.000000 0.634443 0.097812 0.097812 0.097812 +5606.581055 0.000000 1221.296265 0.000000 0.932560 0.000000 -0.361015 0.109961 0.109961 0.109961 +5601.448730 0.000000 1209.468628 0.000000 0.919830 0.000000 0.392318 0.103418 0.103418 0.103418 +5591.191895 0.000000 1232.062500 0.000000 0.966090 0.000000 0.258206 0.099169 0.099169 0.099169 +5625.384766 0.000000 1242.423584 0.000000 0.998766 0.000000 0.049663 0.105715 0.105715 0.105715 +5598.952637 0.000000 1205.684204 0.000000 0.698261 0.000000 0.715843 0.101009 0.101009 0.101009 +5606.337891 0.000000 1199.908081 0.000000 0.990187 0.000000 0.139750 0.103179 0.103179 0.103179 +5604.575195 0.000000 1188.560913 0.000000 0.226627 0.000000 0.973982 0.095728 0.095728 0.095728 +5604.029297 0.000000 1204.724609 0.000000 0.913454 0.000000 0.406943 0.103917 0.103917 0.103917 +5597.958984 0.000000 1196.372192 0.000000 0.682991 0.000000 0.730427 0.097393 0.097393 0.097393 +5606.469727 0.000000 1212.765869 0.000000 0.557909 0.000000 0.829902 0.102583 0.102583 0.102583 +5612.352051 0.000000 1203.432983 0.000000 0.741543 0.000000 0.670906 0.102857 0.102857 0.102857 +5593.283691 0.000000 1207.789673 0.000000 0.067270 0.000000 0.997735 0.096548 0.096548 0.096548 +5607.299805 0.000000 1232.551270 0.000000 0.992532 0.000000 0.121987 0.109376 0.109376 0.109376 +5621.566895 0.000000 1198.634155 0.000000 0.781718 0.000000 0.623632 0.106354 0.106354 0.106354 +5601.062500 0.000000 1238.245850 0.000000 0.999873 0.000000 0.015942 0.108068 0.108068 0.108068 +5607.591309 0.000000 1228.007935 0.000000 0.422351 0.000000 0.906433 0.106918 0.106918 0.106918 +5588.984863 0.000000 1223.369873 0.000000 0.798565 0.000000 0.601909 0.097944 0.097944 0.097944 +5612.127930 0.000000 1213.613159 0.000000 0.516958 0.000000 0.856011 0.100252 0.100252 0.100252 +5629.125000 0.000000 1238.651123 0.000000 0.873501 0.000000 0.486823 0.105822 0.105822 0.105822 +5624.473633 0.000000 1194.302612 0.000000 0.998745 0.000000 -0.050090 0.108857 0.108857 0.108857 +5601.491699 0.000000 1192.067139 0.000000 0.149611 0.000000 0.988745 0.095478 0.095478 0.095478 +5601.412109 0.000000 1201.129028 0.000000 0.693363 0.000000 0.720588 0.099895 0.099895 0.099895 +5625.460938 0.000000 1186.275146 0.000000 0.840209 0.000000 -0.542263 0.105532 0.105532 0.105532 +5612.051758 0.000000 1218.266235 0.000000 0.782670 0.000000 0.622437 0.104166 0.104166 0.104166 +5603.689941 0.000000 1237.773560 0.000000 0.948664 0.000000 0.316285 0.109234 0.109234 0.109234 +5621.428223 0.000000 1204.013062 0.000000 0.128994 0.000000 0.991645 0.102628 0.102628 0.102628 +5631.976562 0.000000 1236.787231 0.000000 0.988337 0.000000 0.152280 0.104252 0.104252 0.104252 +5606.385742 0.000000 1203.016846 0.000000 0.938932 0.000000 0.344102 0.104698 0.104698 0.104698 +5617.394043 0.000000 1211.501587 0.000000 0.943173 0.000000 0.332301 0.104741 0.104741 0.104741 +5602.111328 0.000000 1217.787109 0.000000 0.929452 0.000000 -0.368942 0.108290 0.108290 0.108290 +5605.463867 0.000000 1193.777222 0.000000 0.839292 0.000000 -0.543682 0.102685 0.102685 0.102685 +5622.158691 0.000000 1218.231689 0.000000 0.955301 0.000000 -0.295634 0.108025 0.108025 0.108025 +5595.698730 0.000000 1232.671265 0.000000 0.085419 0.000000 0.996345 0.097674 0.097674 0.097674 +5614.693848 0.000000 1218.230469 0.000000 0.511204 0.000000 0.859459 0.102397 0.102397 0.102397 +5596.928223 0.000000 1204.052002 0.000000 0.999949 0.000000 0.010058 0.102488 0.102488 0.102488 +5591.339844 0.000000 1218.579346 0.000000 0.602538 0.000000 0.798091 0.097330 0.097330 0.097330 +5630.390625 0.000000 1241.932373 0.000000 0.828308 0.000000 -0.560273 0.107316 0.107316 0.107316 +5611.659668 0.000000 1222.351562 0.000000 0.980982 0.000000 0.194101 0.107451 0.107451 0.107451 +5595.190918 0.000000 1214.481323 0.000000 0.118748 0.000000 0.992924 0.099386 0.099386 0.099386 +5599.328613 0.000000 1236.493774 0.000000 0.466306 0.000000 0.884623 0.103305 0.103305 0.103305 +5631.509766 0.000000 1223.390381 0.000000 0.823677 0.000000 -0.567060 0.111911 0.111911 0.111911 +5611.095215 0.000000 1200.490479 0.000000 0.926487 0.000000 0.376327 0.102922 0.102922 0.102922 +5629.251953 0.000000 1192.986450 0.000000 0.812348 0.000000 0.583173 0.107628 0.107628 0.107628 +5630.994629 0.000000 1233.795654 0.000000 0.913739 0.000000 -0.406301 0.110131 0.110131 0.110131 +5623.044922 0.000000 1225.260254 0.000000 0.890294 0.000000 0.455386 0.105944 0.105944 0.105944 +5630.948242 0.000000 1188.326050 0.000000 0.956351 0.000000 -0.292220 0.108013 0.108013 0.108013 +5601.365723 0.000000 1196.346680 0.000000 0.888242 0.000000 -0.459375 0.102941 0.102941 0.102941 +5620.706543 0.000000 1242.487183 0.000000 0.789210 0.000000 0.614123 0.104750 0.104750 0.104750 +5614.782227 0.000000 1228.235962 0.000000 0.042389 0.000000 0.999101 0.102863 0.102863 0.102863 +5616.587891 0.000000 1206.425171 0.000000 0.493352 0.000000 0.869830 0.102869 0.102869 0.102869 +5596.944336 0.000000 1222.039307 0.000000 0.931688 0.000000 -0.363258 0.106002 0.106002 0.106002 +5628.008301 0.000000 1228.449097 0.000000 0.422854 0.000000 0.906198 0.105300 0.105300 0.105300 +5604.550293 0.000000 1216.965942 0.000000 0.068797 0.000000 0.997631 0.102421 0.102421 0.102421 +5609.650879 0.000000 1195.458618 0.000000 0.867197 0.000000 0.497965 0.100820 0.100820 0.100820 +5604.952637 0.000000 1226.648804 0.000000 0.118849 0.000000 0.992912 0.103661 0.103661 0.103661 +5627.739258 0.000000 1190.678467 0.000000 0.544821 0.000000 0.838553 0.104700 0.104700 0.104700 +5597.291016 0.000000 1228.514404 0.000000 0.135442 0.000000 0.990785 0.099977 0.099977 0.099977 +5617.687988 0.000000 1195.124390 0.000000 0.916875 0.000000 -0.399175 0.107266 0.107266 0.107266 +5624.630371 0.000000 1239.626831 0.000000 0.520085 0.000000 0.854115 0.104058 0.104058 0.104058 +5619.914062 0.000000 1191.960205 0.000000 0.824080 0.000000 0.566473 0.102754 0.102754 0.102754 +5628.727539 0.000000 1188.666382 0.000000 0.715948 0.000000 0.698154 0.103824 0.103824 0.103824 +5631.273438 0.000000 1197.562988 0.000000 0.853005 0.000000 -0.521904 0.114003 0.114003 0.114003 +5623.794922 0.000000 1199.178101 0.000000 0.786560 0.000000 0.617514 0.106381 0.106381 0.106381 +5603.522949 0.000000 1230.817749 0.000000 0.995029 0.000000 0.099588 0.108338 0.108338 0.108338 +5599.373535 0.000000 1229.604980 0.000000 0.770669 0.000000 0.637236 0.104102 0.104102 0.104102 +5623.405273 0.000000 1221.025024 0.000000 0.991982 0.000000 -0.126381 0.106872 0.106872 0.106872 +5614.671387 0.000000 1232.626343 0.000000 0.886042 0.000000 -0.463606 0.111489 0.111489 0.111489 +5617.314941 0.000000 1228.870117 0.000000 0.987282 0.000000 -0.158980 0.107547 0.107547 0.107547 +5624.096680 0.000000 1213.815796 0.000000 0.909526 0.000000 0.415646 0.106648 0.106648 0.106648 +5622.255859 0.000000 1194.931885 0.000000 0.185323 0.000000 0.982678 0.103359 0.103359 0.103359 +5627.305664 0.000000 1235.950928 0.000000 0.932310 0.000000 0.361661 0.106296 0.106296 0.106296 +5614.880859 0.000000 1236.707520 0.000000 0.999754 0.000000 0.022194 0.108607 0.108607 0.108607 +5621.789062 0.000000 1229.615601 0.000000 0.199537 0.000000 0.979890 0.100729 0.100729 0.100729 +5599.888672 0.000000 1207.716187 0.000000 0.573333 0.000000 0.819322 0.101017 0.101017 0.101017 +5599.005371 0.000000 1221.076538 0.000000 0.995884 0.000000 -0.090638 0.105626 0.105626 0.105626 +5595.443848 0.000000 1218.436890 0.000000 0.762483 0.000000 0.647008 0.102415 0.102415 0.102415 +5595.673340 0.000000 1238.945190 0.000000 0.256175 0.000000 0.966630 0.100388 0.100388 0.100388 +5615.085449 0.000000 1225.000000 0.000000 0.871081 0.000000 0.491139 0.106356 0.106356 0.106356 +5625.072754 0.000000 1236.288940 0.000000 0.999939 0.000000 -0.011084 0.107601 0.107601 0.107601 +5617.031738 0.000000 1232.510376 0.000000 0.338159 0.000000 0.941089 0.103904 0.103904 0.103904 +5617.262695 0.000000 1240.732910 0.000000 0.529271 0.000000 0.848453 0.104094 0.104094 0.104094 +5631.374512 0.000000 1226.267334 0.000000 0.619949 0.000000 0.784642 0.107739 0.107739 0.107739 +5625.190430 0.000000 1228.278687 0.000000 0.500913 0.000000 0.865498 0.102898 0.102898 0.102898 +5600.607910 0.000000 1225.262573 0.000000 0.897114 0.000000 -0.441800 0.108561 0.108561 0.108561 +5610.219238 0.000000 1232.386475 0.000000 0.881159 0.000000 -0.472821 0.112094 0.112094 0.112094 +5613.465820 0.000000 1230.467773 0.000000 0.538888 0.000000 0.842378 0.107930 0.107930 0.107930 +5623.867676 0.000000 1233.403564 0.000000 0.021048 0.000000 0.999778 0.100127 0.100127 0.100127 +5604.682129 0.000000 1209.961182 0.000000 0.945789 0.000000 -0.324782 0.107563 0.107563 0.107563 +5608.179688 0.000000 1214.356567 0.000000 0.886892 0.000000 0.461977 0.104264 0.104264 0.104264 +5604.916016 0.000000 1214.234253 0.000000 0.976272 0.000000 0.216550 0.106259 0.106259 0.106259 +5629.252441 0.000000 1196.598267 0.000000 0.963739 0.000000 -0.266848 0.113008 0.113008 0.113008 +5602.508301 0.000000 1232.737549 0.000000 0.972063 0.000000 0.234721 0.108976 0.108976 0.108976 +5610.678223 0.000000 1224.346924 0.000000 0.517985 0.000000 0.855390 0.105133 0.105133 0.105133 +5600.801270 0.000000 1214.487061 0.000000 0.671498 0.000000 0.741007 0.103615 0.103615 0.103615 +5604.342285 0.000000 1241.840576 0.000000 0.996052 0.000000 -0.088769 0.110115 0.110115 0.110115 +5624.246582 0.000000 1189.028809 0.000000 0.816794 0.000000 -0.576929 0.107384 0.107384 0.107384 +5613.836426 0.000000 1238.804688 0.000000 0.922963 0.000000 0.384888 0.107870 0.107870 0.107870 +5613.814941 0.000000 1222.718018 0.000000 0.972569 0.000000 -0.232616 0.109496 0.109496 0.109496 +5615.436035 0.000000 1220.893188 0.000000 0.987835 0.000000 -0.155508 0.106972 0.106972 0.106972 +5627.003418 0.000000 1232.181519 0.000000 0.775368 0.000000 0.631510 0.104675 0.104675 0.104675 +5607.167969 0.000000 1234.641846 0.000000 0.203134 0.000000 0.979151 0.103957 0.103957 0.103957 +5615.135742 0.000000 1202.228027 0.000000 0.325309 0.000000 0.945608 0.101705 0.101705 0.101705 +5627.815430 0.000000 1204.891724 0.000000 0.840274 0.000000 -0.542162 0.111807 0.111807 0.111807 +5618.394043 0.000000 1238.293701 0.000000 0.217113 0.000000 0.976146 0.101862 0.101862 0.101862 +5629.382324 0.000000 1216.474243 0.000000 0.312992 0.000000 0.949756 0.104351 0.104351 0.104351 +5620.316895 0.000000 1215.297729 0.000000 0.190250 0.000000 0.981736 0.102305 0.102305 0.102305 +5628.034180 0.000000 1233.995117 0.000000 0.768246 0.000000 0.640154 0.106280 0.106280 0.106280 +5598.716309 0.000000 1232.409912 0.000000 0.862055 0.000000 0.506815 0.105193 0.105193 0.105193 +5608.199219 0.000000 1217.017822 0.000000 0.987290 0.000000 0.158932 0.105902 0.105902 0.105902 +5611.407227 0.000000 1230.399902 0.000000 0.612112 0.000000 0.790771 0.107704 0.107704 0.107704 +5608.284180 0.000000 1224.638428 0.000000 0.566427 0.000000 0.824112 0.105875 0.105875 0.105875 +5610.638672 0.000000 1236.604492 0.000000 0.581046 0.000000 0.813871 0.106481 0.106481 0.106481 +5616.914551 0.000000 1203.355469 0.000000 0.923132 0.000000 0.384483 0.105659 0.105659 0.105659 +5628.271484 0.000000 1194.685181 0.000000 0.996164 0.000000 -0.087501 0.111234 0.111234 0.111234 +5630.970703 0.000000 1208.827881 0.000000 0.987115 0.000000 -0.160011 0.112618 0.112618 0.112618 +5625.360352 0.000000 1197.428589 0.000000 0.695735 0.000000 0.718298 0.106457 0.106457 0.106457 +5628.454590 0.000000 1226.510986 0.000000 0.762347 0.000000 0.647169 0.107344 0.107344 0.107344 +5604.742188 0.000000 1239.377075 0.000000 0.732774 0.000000 0.680472 0.107188 0.107188 0.107188 +5569.451172 0.000000 1254.831909 0.000000 0.464634 0.000000 0.885503 0.096538 0.096538 0.096538 +5569.318848 0.000000 1281.544678 0.000000 0.992595 0.000000 0.121474 0.099612 0.099612 0.099612 +5575.671387 0.000000 1267.512817 0.000000 0.984159 0.000000 0.177289 0.099433 0.099433 0.099433 +5594.979980 0.000000 1284.489014 0.000000 0.409578 0.000000 0.912275 0.096343 0.096343 0.096343 +5605.982422 0.000000 1292.918091 0.000000 0.898530 0.000000 0.438912 0.098554 0.098554 0.098554 +5615.722656 0.000000 1286.975952 0.000000 0.416389 0.000000 0.909186 0.096367 0.096367 0.096367 +5570.396484 0.000000 1244.518433 0.000000 0.984390 0.000000 -0.175999 0.100563 0.100563 0.100563 +5631.487305 0.000000 1272.883911 0.000000 0.995055 0.000000 -0.099326 0.100317 0.100317 0.100317 +5577.400879 0.000000 1258.775391 0.000000 0.824922 0.000000 -0.565246 0.101912 0.101912 0.101912 +5583.272949 0.000000 1264.574829 0.000000 0.895695 0.000000 -0.444669 0.101467 0.101467 0.101467 +5601.210449 0.000000 1287.529541 0.000000 0.406684 0.000000 0.913569 0.096333 0.096333 0.096333 +5612.760254 0.000000 1281.161377 0.000000 0.998504 0.000000 -0.054686 0.100174 0.100174 0.100174 +5609.260742 0.000000 1286.878418 0.000000 0.053827 0.000000 0.998550 0.095171 0.095171 0.095171 +5629.212891 0.000000 1268.047974 0.000000 0.898296 0.000000 0.439392 0.098552 0.098552 0.098552 +5629.524414 0.000000 1259.725952 0.000000 0.955644 0.000000 -0.294524 0.100952 0.100952 0.100952 +5627.211426 0.000000 1272.274414 0.000000 0.138928 0.000000 0.990302 0.095444 0.095444 0.095444 +5622.381836 0.000000 1271.983887 0.000000 0.284448 0.000000 0.958692 0.095918 0.095918 0.095918 +5630.624512 0.000000 1251.476440 0.000000 0.812487 0.000000 -0.582980 0.103409 0.103409 0.103409 +5583.831543 0.000000 1246.828125 0.000000 0.926192 0.000000 -0.377053 0.101231 0.101231 0.101231 +5609.204590 0.000000 1279.217651 0.000000 0.948507 0.000000 -0.316756 0.101026 0.101026 0.101026 +5620.003906 0.000000 1245.983765 0.000000 0.933318 0.000000 -0.359050 0.107687 0.107687 0.107687 +5615.917480 0.000000 1279.438232 0.000000 0.825632 0.000000 -0.564209 0.101908 0.101908 0.101908 +5620.014648 0.000000 1251.499512 0.000000 0.863147 0.000000 0.504953 0.103548 0.103548 0.103548 +5619.759277 0.000000 1274.021118 0.000000 0.862643 0.000000 -0.505813 0.101688 0.101688 0.101688 +5594.987305 0.000000 1242.744995 0.000000 0.927513 0.000000 0.373791 0.104038 0.104038 0.104038 +5620.463867 0.000000 1257.738037 0.000000 0.466078 0.000000 0.884743 0.100600 0.100600 0.100600 +5610.835938 0.000000 1248.662476 0.000000 0.282937 0.000000 0.959139 0.100480 0.100480 0.100480 +5615.537109 0.000000 1269.784668 0.000000 0.964836 0.000000 0.262852 0.099987 0.099987 0.099987 +5593.661133 0.000000 1245.722412 0.000000 0.921642 0.000000 -0.388041 0.104389 0.104389 0.104389 +5627.100586 0.000000 1252.749023 0.000000 0.684853 0.000000 0.728681 0.101494 0.101494 0.101494 +5626.462402 0.000000 1259.726318 0.000000 0.469931 0.000000 0.882703 0.096557 0.096557 0.096557 +5623.819336 0.000000 1261.487183 0.000000 0.950630 0.000000 0.310326 0.100382 0.100382 0.100382 +5612.194824 0.000000 1254.733643 0.000000 0.936722 0.000000 -0.350073 0.103688 0.103688 0.103688 +5619.016113 0.000000 1263.507324 0.000000 0.886329 0.000000 0.463057 0.099847 0.099847 0.099847 +5606.581055 0.000000 1277.780640 0.000000 0.050688 0.000000 0.998715 0.095161 0.095161 0.095161 +5616.746582 0.000000 1245.893921 0.000000 0.999861 0.000000 0.016673 0.106386 0.106386 0.106386 +5604.759766 0.000000 1264.032471 0.000000 0.613181 0.000000 0.789943 0.097101 0.097101 0.097101 +5598.961914 0.000000 1243.617554 0.000000 0.953790 0.000000 -0.300475 0.108608 0.108608 0.108608 +5588.994629 0.000000 1245.208984 0.000000 0.439973 0.000000 0.898011 0.096450 0.096450 0.096450 +5598.608887 0.000000 1248.195923 0.000000 0.888011 0.000000 -0.459822 0.106924 0.106924 0.106924 +5603.200195 0.000000 1255.453247 0.000000 0.834523 0.000000 -0.550973 0.105567 0.105567 0.105567 +5621.519043 0.000000 1269.281616 0.000000 0.288312 0.000000 0.957537 0.095931 0.095931 0.095931 +5595.635742 0.000000 1265.706665 0.000000 0.995728 0.000000 0.092337 0.099706 0.099706 0.099706 +5593.706543 0.000000 1256.295654 0.000000 0.934625 0.000000 -0.355635 0.101157 0.101157 0.101157 +5597.958984 0.000000 1252.856567 0.000000 0.991302 0.000000 0.131606 0.103764 0.103764 0.103764 +5612.352051 0.000000 1259.917358 0.000000 0.983764 0.000000 0.179470 0.100818 0.100818 0.100818 +5621.566895 0.000000 1255.118530 0.000000 0.498720 0.000000 0.866763 0.101806 0.101806 0.101806 +5624.639160 0.000000 1247.628540 0.000000 0.997961 0.000000 0.063829 0.105108 0.105108 0.105108 +5590.782715 0.000000 1249.959595 0.000000 0.872022 0.000000 -0.489467 0.101628 0.101628 0.101628 +5591.068359 0.000000 1247.167358 0.000000 0.835487 0.000000 0.549510 0.098148 0.098148 0.098148 +5591.408203 0.000000 1254.494385 0.000000 0.999148 0.000000 -0.041273 0.100131 0.100131 0.100131 +5612.127930 0.000000 1270.097534 0.000000 0.939468 0.000000 -0.342636 0.101963 0.101963 0.101963 +5628.013184 0.000000 1257.520996 0.000000 0.906551 0.000000 0.422096 0.099442 0.099442 0.099442 +5624.473633 0.000000 1250.786987 0.000000 0.975310 0.000000 -0.220839 0.106069 0.106069 0.106069 +5601.491699 0.000000 1248.551514 0.000000 0.736389 0.000000 0.676558 0.103378 0.103378 0.103378 +5606.824707 0.000000 1247.894165 0.000000 0.535804 0.000000 0.844342 0.104121 0.104121 0.104121 +5601.412109 0.000000 1257.613403 0.000000 0.898886 0.000000 0.438183 0.102145 0.102145 0.102145 +5625.460938 0.000000 1242.759521 0.000000 0.889665 0.000000 -0.456614 0.107481 0.107481 0.107481 +5621.428223 0.000000 1260.497437 0.000000 0.851454 0.000000 -0.524429 0.103752 0.103752 0.103752 +5617.394043 0.000000 1267.985962 0.000000 0.655067 0.000000 0.755571 0.098091 0.098091 0.098091 +5611.690430 0.000000 1246.220215 0.000000 0.808145 0.000000 0.588984 0.103760 0.103760 0.103760 +5605.463867 0.000000 1250.261597 0.000000 0.991719 0.000000 -0.128427 0.106316 0.106316 0.106316 +5609.128906 0.000000 1263.521973 0.000000 0.991288 0.000000 0.131713 0.101532 0.101532 0.101532 +5615.339355 0.000000 1242.902222 0.000000 0.930348 0.000000 0.366678 0.106278 0.106278 0.106278 +5595.678223 0.000000 1247.670410 0.000000 0.003529 0.000000 0.999994 0.099003 0.099003 0.099003 +5611.095215 0.000000 1256.974854 0.000000 0.177045 0.000000 0.984203 0.097440 0.097440 0.097440 +5629.251953 0.000000 1249.470825 0.000000 0.813425 0.000000 0.581670 0.100495 0.100495 0.100495 +5630.948242 0.000000 1244.810425 0.000000 0.762419 0.000000 0.647083 0.101320 0.101320 0.101320 +5601.365723 0.000000 1252.831055 0.000000 0.084598 0.000000 0.996415 0.099806 0.099806 0.099806 +5609.650879 0.000000 1251.942993 0.000000 0.997988 0.000000 0.063410 0.105669 0.105669 0.105669 +5627.739258 0.000000 1247.162842 0.000000 0.441451 0.000000 0.897285 0.101048 0.101048 0.101048 +5619.914062 0.000000 1248.444580 0.000000 0.969265 0.000000 0.246017 0.103377 0.103377 0.103377 +5620.657715 0.000000 1242.692383 0.000000 0.901777 0.000000 0.432202 0.105481 0.105481 0.105481 +5622.385254 0.000000 1246.565308 0.000000 0.229753 0.000000 0.973249 0.100833 0.100833 0.100833 +5628.727539 0.000000 1245.150757 0.000000 0.755177 0.000000 0.655521 0.102378 0.102378 0.102378 +5623.794922 0.000000 1255.662476 0.000000 0.964433 0.000000 -0.264326 0.106219 0.106219 0.106219 +5594.165527 0.000000 1250.914062 0.000000 0.949500 0.000000 0.313768 0.102034 0.102034 0.102034 +5622.255859 0.000000 1251.416260 0.000000 0.156615 0.000000 0.987660 0.100583 0.100583 0.100583 +5607.465820 0.000000 1252.541992 0.000000 0.984165 0.000000 -0.177254 0.104793 0.104793 0.104793 +5608.647949 0.000000 1243.982910 0.000000 0.989507 0.000000 0.144487 0.107067 0.107067 0.107067 +5606.792969 0.000000 1245.468262 0.000000 0.373438 0.000000 0.927655 0.104573 0.104573 0.104573 +5613.143066 0.000000 1242.958618 0.000000 0.223266 0.000000 0.974758 0.102420 0.102420 0.102420 +5601.049316 0.000000 1243.906494 0.000000 0.417322 0.000000 0.908759 0.104199 0.104199 0.104199 +5627.529785 0.000000 1243.303223 0.000000 0.665161 0.000000 0.746700 0.103041 0.103041 0.103041 +5602.934570 0.000000 1246.225464 0.000000 0.875118 0.000000 -0.483910 0.109862 0.109862 0.109862 +5638.215332 0.000000 1178.625122 0.000000 0.999980 0.000000 0.006292 0.099980 0.099980 0.099980 +5641.641113 0.000000 1182.875366 0.000000 0.160463 0.000000 0.987042 0.095513 0.095513 0.095513 +5633.884766 0.000000 1180.739990 0.000000 0.977999 0.000000 0.208612 0.099331 0.099331 0.099331 +5639.437500 0.000000 1184.731079 0.000000 0.813102 0.000000 0.582121 0.098022 0.098022 0.098022 +5662.236816 0.000000 1238.701782 0.000000 0.995051 0.000000 0.099369 0.099683 0.099683 0.099683 +5658.122559 0.000000 1196.980225 0.000000 0.945634 0.000000 0.325232 0.098946 0.098946 0.098946 +5674.009766 0.000000 1241.108521 0.000000 0.907733 0.000000 0.419547 0.098898 0.098898 0.098898 +5657.505859 0.000000 1239.943604 0.000000 0.996489 0.000000 0.083730 0.099733 0.099733 0.099733 +5662.060547 0.000000 1234.326782 0.000000 0.748735 0.000000 0.662869 0.097693 0.097693 0.097693 +5665.947754 0.000000 1235.645386 0.000000 0.998130 0.000000 0.061128 0.101762 0.101762 0.101762 +5694.419434 0.000000 1228.319214 0.000000 0.948434 0.000000 0.316973 0.098973 0.098973 0.098973 +5686.381836 0.000000 1215.499512 0.000000 0.982167 0.000000 0.188009 0.099398 0.099398 0.099398 +5647.831543 0.000000 1190.343750 0.000000 0.036277 0.000000 0.999342 0.095115 0.095115 0.095115 +5685.013672 0.000000 1220.818237 0.000000 0.986291 0.000000 -0.165018 0.100528 0.100528 0.100528 +5680.023926 0.000000 1238.706909 0.000000 0.943789 0.000000 0.330548 0.099759 0.099759 0.099759 +5673.322754 0.000000 1234.447510 0.000000 0.539447 0.000000 0.842020 0.098170 0.098170 0.098170 +5668.620605 0.000000 1232.880371 0.000000 0.911477 0.000000 0.411351 0.100585 0.100585 0.100585 +5662.953613 0.000000 1242.424438 0.000000 0.874070 0.000000 0.485800 0.098385 0.098385 0.098385 +5676.412598 0.000000 1228.445557 0.000000 0.128611 0.000000 0.991695 0.097816 0.097816 0.097816 +5653.502930 0.000000 1234.491089 0.000000 0.744383 0.000000 0.667753 0.097673 0.097673 0.097673 +5676.376953 0.000000 1232.439575 0.000000 0.999998 0.000000 0.002054 0.101394 0.101394 0.101394 +5661.530273 0.000000 1213.464233 0.000000 0.921818 0.000000 0.387624 0.099010 0.099010 0.099010 +5683.402344 0.000000 1240.139160 0.000000 0.962376 0.000000 0.271720 0.099957 0.099957 0.099957 +5650.190430 0.000000 1195.694092 0.000000 0.960565 0.000000 -0.278057 0.100897 0.100897 0.100897 +5661.392090 0.000000 1230.845337 0.000000 0.056816 0.000000 0.998385 0.099180 0.099180 0.099180 +5683.634277 0.000000 1228.899780 0.000000 0.522378 0.000000 0.852714 0.096750 0.096750 0.096750 +5679.917480 0.000000 1222.953857 0.000000 0.345772 0.000000 0.938319 0.096124 0.096124 0.096124 +5687.062500 0.000000 1237.189331 0.000000 0.926743 0.000000 0.375696 0.100157 0.100157 0.100157 +5683.759277 0.000000 1217.536743 0.000000 0.110151 0.000000 0.993915 0.095351 0.095351 0.095351 +5659.595215 0.000000 1236.695557 0.000000 0.975986 0.000000 0.217835 0.099301 0.099301 0.099301 +5677.386719 0.000000 1240.878906 0.000000 0.043299 0.000000 0.999062 0.095138 0.095138 0.095138 +5655.836426 0.000000 1236.784790 0.000000 0.919589 0.000000 0.392881 0.098715 0.098715 0.098715 +5680.580566 0.000000 1216.612671 0.000000 0.234506 0.000000 0.972115 0.095753 0.095753 0.095753 +5644.457520 0.000000 1237.947754 0.000000 0.840854 0.000000 -0.541262 0.101821 0.101821 0.101821 +5664.449219 0.000000 1212.167236 0.000000 0.997247 0.000000 -0.074158 0.100236 0.100236 0.100236 +5673.967773 0.000000 1215.989746 0.000000 0.942333 0.000000 -0.334677 0.101086 0.101086 0.101086 +5636.948730 0.000000 1186.286987 0.000000 0.832796 0.000000 0.553581 0.098407 0.098407 0.098407 +5685.860840 0.000000 1234.238281 0.000000 0.975023 0.000000 0.222103 0.101234 0.101234 0.101234 +5640.667480 0.000000 1190.951050 0.000000 0.903773 0.000000 -0.428012 0.102828 0.102828 0.102828 +5657.916992 0.000000 1230.938110 0.000000 0.137051 0.000000 0.990564 0.098913 0.098913 0.098913 +5638.057129 0.000000 1231.109619 0.000000 0.821624 0.000000 -0.570030 0.114208 0.114208 0.114208 +5632.042480 0.000000 1186.179199 0.000000 0.685161 0.000000 0.728392 0.100950 0.100950 0.100950 +5649.664551 0.000000 1192.827881 0.000000 0.866466 0.000000 -0.499236 0.101664 0.101664 0.101664 +5639.437500 0.000000 1241.215454 0.000000 0.047972 0.000000 0.998849 0.095419 0.095419 0.095419 +5682.798340 0.000000 1222.853027 0.000000 0.370314 0.000000 0.928907 0.096207 0.096207 0.096207 +5649.360840 0.000000 1232.332275 0.000000 0.996210 0.000000 -0.086980 0.104491 0.104491 0.104491 +5655.191895 0.000000 1232.062500 0.000000 0.869345 0.000000 0.494205 0.099181 0.099181 0.099181 +5644.083496 0.000000 1231.685791 0.000000 0.858468 0.000000 0.512866 0.108472 0.108472 0.108472 +5646.604980 0.000000 1233.748901 0.000000 0.316069 0.000000 0.948736 0.102210 0.102210 0.102210 +5689.384766 0.000000 1242.423584 0.000000 0.919416 0.000000 0.393287 0.098713 0.098713 0.098713 +5657.283691 0.000000 1207.789673 0.000000 0.315926 0.000000 0.948784 0.096023 0.096023 0.096023 +5642.564941 0.000000 1188.720825 0.000000 0.881384 0.000000 0.472401 0.098434 0.098434 0.098434 +5671.299805 0.000000 1232.551270 0.000000 0.629992 0.000000 0.776602 0.099075 0.099075 0.099075 +5671.591309 0.000000 1228.007935 0.000000 0.250959 0.000000 0.967998 0.099833 0.099833 0.099833 +5632.090332 0.000000 1189.467529 0.000000 0.995228 0.000000 0.097575 0.106111 0.106111 0.106111 +5665.910645 0.000000 1228.494751 0.000000 0.165307 0.000000 0.986242 0.099542 0.099542 0.099542 +5667.689941 0.000000 1237.773560 0.000000 0.399664 0.000000 0.916662 0.096309 0.096309 0.096309 +5646.686523 0.000000 1200.763306 0.000000 0.987578 0.000000 -0.157130 0.105288 0.105288 0.105288 +5675.601562 0.000000 1239.071899 0.000000 0.980490 0.000000 -0.196569 0.100912 0.100912 0.100912 +5638.363770 0.000000 1195.684570 0.000000 0.948472 0.000000 -0.316860 0.108101 0.108101 0.108101 +5642.235840 0.000000 1229.856079 0.000000 0.812943 0.000000 0.582343 0.111475 0.111475 0.111475 +5636.384766 0.000000 1236.944580 0.000000 0.996512 0.000000 -0.083456 0.103355 0.103355 0.103355 +5652.436035 0.000000 1228.443726 0.000000 0.831401 0.000000 0.555673 0.107745 0.107745 0.107745 +5659.698730 0.000000 1232.671265 0.000000 0.899943 0.000000 0.436007 0.099392 0.099392 0.099392 +5634.311035 0.000000 1222.782959 0.000000 0.716973 0.000000 0.697100 0.112026 0.112026 0.112026 +5634.552734 0.000000 1242.248047 0.000000 0.258384 0.000000 0.966042 0.097711 0.097711 0.097711 +5646.401855 0.000000 1227.867676 0.000000 0.939852 0.000000 -0.341583 0.116687 0.116687 0.116687 +5678.782227 0.000000 1228.235962 0.000000 0.753614 0.000000 0.657318 0.099633 0.099633 0.099633 +5660.944336 0.000000 1222.039307 0.000000 0.864877 0.000000 0.501985 0.103008 0.103008 0.103008 +5645.487793 0.000000 1196.188599 0.000000 0.999114 0.000000 -0.042083 0.103219 0.103219 0.103219 +5685.005371 0.000000 1238.367065 0.000000 0.992114 0.000000 0.125337 0.100995 0.100995 0.100995 +5636.602051 0.000000 1188.777710 0.000000 0.999732 0.000000 0.023165 0.103005 0.103005 0.103005 +5638.070312 0.000000 1193.211792 0.000000 0.998354 0.000000 -0.057359 0.106076 0.106076 0.106076 +5661.291016 0.000000 1228.514404 0.000000 0.969798 0.000000 -0.243908 0.105584 0.105584 0.105584 +5651.253418 0.000000 1233.758545 0.000000 0.950149 0.000000 -0.311796 0.104122 0.104122 0.104122 +5638.475098 0.000000 1200.762573 0.000000 0.954351 0.000000 0.298687 0.110963 0.110963 0.110963 +5663.330566 0.000000 1218.593018 0.000000 0.871293 0.000000 -0.490764 0.104195 0.104195 0.104195 +5659.203125 0.000000 1225.489624 0.000000 0.923459 0.000000 -0.383697 0.108911 0.108911 0.108911 +5667.522949 0.000000 1230.817749 0.000000 0.030350 0.000000 0.999539 0.098560 0.098560 0.098560 +5634.026855 0.000000 1234.798096 0.000000 0.998090 0.000000 0.061776 0.105674 0.105674 0.105674 +5637.729492 0.000000 1228.200684 0.000000 0.999603 0.000000 -0.028169 0.113267 0.113267 0.113267 +5643.263184 0.000000 1222.734253 0.000000 0.854527 0.000000 -0.519407 0.122542 0.122542 0.122542 +5633.042969 0.000000 1218.672974 0.000000 0.931663 0.000000 -0.363323 0.115072 0.115072 0.115072 +5649.493164 0.000000 1230.144653 0.000000 0.985664 0.000000 -0.168720 0.109270 0.109270 0.109270 +5663.005371 0.000000 1221.076538 0.000000 0.399589 0.000000 0.916695 0.099816 0.099816 0.099816 +5640.237305 0.000000 1234.198486 0.000000 0.923475 0.000000 0.383659 0.105108 0.105108 0.105108 +5635.385254 0.000000 1224.606323 0.000000 0.984833 0.000000 -0.173503 0.114357 0.114357 0.114357 +5634.199219 0.000000 1193.284180 0.000000 0.408114 0.000000 0.912931 0.104704 0.104704 0.104704 +5652.821777 0.000000 1217.282837 0.000000 0.834057 0.000000 -0.551678 0.116982 0.116982 0.116982 +5633.654297 0.000000 1200.530029 0.000000 0.763843 0.000000 0.645402 0.109543 0.109543 0.109543 +5656.887695 0.000000 1227.772095 0.000000 0.906075 0.000000 -0.423118 0.109627 0.109627 0.109627 +5641.808105 0.000000 1227.338989 0.000000 0.873577 0.000000 -0.486687 0.117843 0.117843 0.117843 +5635.099121 0.000000 1212.873535 0.000000 0.953090 0.000000 0.302686 0.113722 0.113722 0.113722 +5653.422363 0.000000 1210.526733 0.000000 0.167307 0.000000 0.985905 0.103296 0.103296 0.103296 +5650.979980 0.000000 1226.185669 0.000000 0.140805 0.000000 0.990037 0.108016 0.108016 0.108016 +5637.572266 0.000000 1233.102661 0.000000 0.966363 0.000000 -0.257182 0.109583 0.109583 0.109583 +5636.035156 0.000000 1192.391602 0.000000 0.047191 0.000000 0.998886 0.102347 0.102347 0.102347 +5642.234863 0.000000 1233.617798 0.000000 0.272703 0.000000 0.962098 0.104205 0.104205 0.104205 +5654.911621 0.000000 1227.161499 0.000000 0.694334 0.000000 0.719653 0.106996 0.106996 0.106996 +5654.604004 0.000000 1224.701538 0.000000 0.466642 0.000000 0.884447 0.107633 0.107633 0.107633 +5647.228516 0.000000 1213.184082 0.000000 0.997935 0.000000 0.064225 0.116288 0.116288 0.116288 +5636.789062 0.000000 1220.028809 0.000000 0.318749 0.000000 0.947839 0.113518 0.113518 0.113518 +5640.076660 0.000000 1230.225220 0.000000 0.912448 0.000000 0.409193 0.111647 0.111647 0.111647 +5644.080078 0.000000 1217.460693 0.000000 0.986297 0.000000 0.164977 0.120370 0.120370 0.120370 +5632.144043 0.000000 1214.572144 0.000000 0.933244 0.000000 -0.359243 0.116189 0.116189 0.116189 +5647.325195 0.000000 1221.180298 0.000000 0.879700 0.000000 0.475529 0.119100 0.119100 0.119100 +5653.008301 0.000000 1215.276978 0.000000 0.291939 0.000000 0.956437 0.108037 0.108037 0.108037 +5636.483887 0.000000 1215.920532 0.000000 0.987720 0.000000 0.156232 0.117617 0.117617 0.117617 +5636.189941 0.000000 1231.335205 0.000000 0.991906 0.000000 -0.126974 0.111374 0.111374 0.111374 +5633.726074 0.000000 1229.076294 0.000000 0.003941 0.000000 0.999992 0.106457 0.106457 0.106457 +5642.704590 0.000000 1208.914429 0.000000 0.974159 0.000000 -0.225864 0.115679 0.115679 0.115679 +5640.309570 0.000000 1214.965088 0.000000 0.738972 0.000000 0.673737 0.117614 0.117614 0.117614 +5637.832520 0.000000 1218.037598 0.000000 0.508963 0.000000 0.860788 0.114848 0.114848 0.114848 +5640.859375 0.000000 1223.658936 0.000000 0.000691 0.000000 1.000000 0.114961 0.114961 0.114961 +5642.780273 0.000000 1220.955688 0.000000 0.995870 0.000000 -0.090793 0.122482 0.122482 0.122482 +5635.095703 0.000000 1201.621948 0.000000 0.958649 0.000000 -0.284590 0.113074 0.113074 0.113074 +5644.773926 0.000000 1220.355957 0.000000 0.600726 0.000000 0.799455 0.119071 0.119071 0.119071 +5637.351074 0.000000 1224.297852 0.000000 0.344406 0.000000 0.938821 0.110389 0.110389 0.110389 +5646.389648 0.000000 1223.956299 0.000000 0.904558 0.000000 0.426350 0.119864 0.119864 0.119864 +5653.609863 0.000000 1218.820923 0.000000 0.106680 0.000000 0.994293 0.110563 0.110563 0.110563 +5649.862305 0.000000 1222.499268 0.000000 0.669616 0.000000 0.742708 0.116693 0.116693 0.116693 +5640.280273 0.000000 1220.402832 0.000000 0.999583 0.000000 -0.028872 0.122241 0.122241 0.122241 +5651.881836 0.000000 1224.709351 0.000000 0.878941 0.000000 0.476931 0.114683 0.114683 0.114683 +5642.416504 0.000000 1217.856079 0.000000 0.951310 0.000000 0.308235 0.120911 0.120911 0.120911 +5643.461426 0.000000 1213.766357 0.000000 0.775646 0.000000 0.631168 0.115089 0.115089 0.115089 +5649.688477 0.000000 1214.398682 0.000000 0.907699 0.000000 0.419621 0.115473 0.115473 0.115473 +5645.306641 0.000000 1210.723389 0.000000 0.443085 0.000000 0.896479 0.112403 0.112403 0.112403 +5639.546875 0.000000 1217.476685 0.000000 0.965979 0.000000 0.258621 0.118890 0.118890 0.118890 +5647.736328 0.000000 1216.933105 0.000000 0.379438 0.000000 0.925217 0.115918 0.115918 0.115918 +5647.974609 0.000000 1219.731812 0.000000 0.297617 0.000000 0.954685 0.116122 0.116122 0.116122 +5645.021484 0.000000 1218.800903 0.000000 0.537347 0.000000 0.843361 0.117685 0.117685 0.117685 +5717.705078 0.000000 1213.039551 0.000000 0.741283 0.000000 0.671193 0.097658 0.097658 0.097658 +5697.318848 0.000000 1225.060303 0.000000 0.987536 0.000000 -0.157392 0.100503 0.100503 0.100503 +5734.230957 0.000000 1224.700928 0.000000 0.066377 0.000000 0.997795 0.095211 0.095211 0.095211 +5710.007324 0.000000 1217.062134 0.000000 0.673898 0.000000 0.738825 0.097354 0.097354 0.097354 +5696.254883 0.000000 1233.312744 0.000000 0.811386 0.000000 -0.584510 0.101987 0.101987 0.101987 +5726.236816 0.000000 1238.701782 0.000000 0.458021 0.000000 0.888941 0.096514 0.096514 0.096514 +5718.478027 0.000000 1221.065186 0.000000 0.999893 0.000000 0.014642 0.099953 0.099953 0.099953 +5700.032715 0.000000 1217.783447 0.000000 0.849167 0.000000 0.528124 0.098229 0.098229 0.098229 +5703.979980 0.000000 1228.307129 0.000000 0.999628 0.000000 0.027275 0.099913 0.099913 0.099913 +5705.203613 0.000000 1221.872681 0.000000 0.976340 0.000000 -0.216241 0.100694 0.100694 0.100694 +5721.621582 0.000000 1234.046753 0.000000 0.908550 0.000000 0.417776 0.098628 0.098628 0.098628 +5710.953125 0.000000 1240.143555 0.000000 0.890500 0.000000 -0.454984 0.101504 0.101504 0.101504 +5705.641113 0.000000 1239.359741 0.000000 0.998325 0.000000 -0.057860 0.100184 0.100184 0.100184 +5699.505371 0.000000 1229.598022 0.000000 0.652094 0.000000 0.758138 0.097261 0.097261 0.097261 +5697.884766 0.000000 1237.224365 0.000000 0.509482 0.000000 0.860481 0.096702 0.096702 0.096702 +5696.163086 0.000000 1220.918457 0.000000 0.376448 0.000000 0.926438 0.096229 0.096229 0.096229 +5677.516602 0.000000 1257.389526 0.000000 0.220789 0.000000 0.975322 0.095709 0.095709 0.095709 +5660.793945 0.000000 1245.498047 0.000000 0.787468 0.000000 0.616355 0.097886 0.097886 0.097886 +5687.638184 0.000000 1258.399658 0.000000 0.294324 0.000000 0.955706 0.095951 0.095951 0.095951 +5681.519043 0.000000 1248.985840 0.000000 0.903895 0.000000 0.427755 0.098593 0.098593 0.098593 +5695.958008 0.000000 1263.555298 0.000000 0.431142 0.000000 0.902284 0.096419 0.096419 0.096419 +5669.432617 0.000000 1253.683350 0.000000 0.954162 0.000000 0.299290 0.099033 0.099033 0.099033 +5666.900879 0.000000 1242.720947 0.000000 0.355296 0.000000 0.934754 0.096156 0.096156 0.096156 +5646.873047 0.000000 1250.703369 0.000000 0.946562 0.000000 0.322522 0.098955 0.098955 0.098955 +5693.292480 0.000000 1255.215210 0.000000 0.958125 0.000000 0.286349 0.099076 0.099076 0.099076 +5655.491699 0.000000 1243.287720 0.000000 0.958865 0.000000 -0.283863 0.100916 0.100916 0.100916 +5677.943359 0.000000 1245.011230 0.000000 0.112013 0.000000 0.993707 0.095357 0.095357 0.095357 +5682.842773 0.000000 1260.526245 0.000000 0.294687 0.000000 0.955594 0.095952 0.095952 0.095952 +5668.045898 0.000000 1247.931152 0.000000 0.025095 0.000000 0.999685 0.095080 0.095080 0.095080 +5687.531250 0.000000 1253.259888 0.000000 0.964241 0.000000 0.265029 0.099146 0.099146 0.099146 +5650.283691 0.000000 1243.788940 0.000000 0.920216 0.000000 -0.391411 0.101280 0.101280 0.101280 +5672.763184 0.000000 1257.778442 0.000000 0.797861 0.000000 0.602841 0.097940 0.097940 0.097940 +5686.173828 0.000000 1248.840454 0.000000 0.987248 0.000000 0.159192 0.099491 0.099491 0.099491 +5682.318359 0.000000 1242.862183 0.000000 0.935024 0.000000 0.354585 0.099123 0.099123 0.099123 +5693.524414 0.000000 1259.725952 0.000000 0.329324 0.000000 0.944217 0.096068 0.096068 0.096068 +5636.047852 0.000000 1251.006348 0.000000 0.999121 0.000000 -0.041920 0.100133 0.100133 0.100133 +5672.015625 0.000000 1250.284790 0.000000 0.376653 0.000000 0.926354 0.096229 0.096229 0.096229 +5637.119141 0.000000 1259.090454 0.000000 0.999985 0.000000 -0.005489 0.100017 0.100017 0.100017 +5694.270020 0.000000 1247.087646 0.000000 0.402664 0.000000 0.915348 0.096319 0.096319 0.096319 +5632.514160 0.000000 1258.737061 0.000000 0.858836 0.000000 -0.512251 0.101712 0.101712 0.101712 +5694.624512 0.000000 1251.476440 0.000000 0.403325 0.000000 0.915057 0.096321 0.096321 0.096321 +5690.385254 0.000000 1245.248291 0.000000 0.907988 0.000000 -0.418997 0.101376 0.101376 0.101376 +5674.673340 0.000000 1242.800171 0.000000 0.389655 0.000000 0.920961 0.096274 0.096274 0.096274 +5678.042969 0.000000 1248.510864 0.000000 0.530564 0.000000 0.847645 0.096780 0.096780 0.096780 +5684.003906 0.000000 1245.983765 0.000000 0.999680 0.000000 -0.025283 0.100361 0.100361 0.100361 +5684.014648 0.000000 1251.499512 0.000000 0.842031 0.000000 0.539429 0.098186 0.098186 0.098186 +5674.835938 0.000000 1248.662476 0.000000 0.969678 0.000000 -0.244386 0.100786 0.100786 0.100786 +5636.948730 0.000000 1242.771362 0.000000 0.999517 0.000000 0.031086 0.100181 0.100181 0.100181 +5634.356934 0.000000 1247.554443 0.000000 0.479985 0.000000 0.877276 0.096864 0.096864 0.096864 +5635.820801 0.000000 1256.461670 0.000000 0.993093 0.000000 -0.117328 0.100374 0.100374 0.100374 +5633.451660 0.000000 1252.048706 0.000000 0.974687 0.000000 -0.223576 0.100718 0.100718 0.100718 +5688.639160 0.000000 1247.628540 0.000000 0.995222 0.000000 0.097635 0.099689 0.099689 0.099689 +5632.090332 0.000000 1245.951904 0.000000 0.904100 0.000000 0.427320 0.102185 0.102185 0.102185 +5689.460938 0.000000 1242.759521 0.000000 0.639336 0.000000 0.768927 0.097208 0.097208 0.097208 +5679.339355 0.000000 1242.902222 0.000000 0.418080 0.000000 0.908410 0.096643 0.096643 0.096643 +5737.563477 0.000000 1269.147217 0.000000 0.751950 0.000000 0.659221 0.097709 0.097709 0.097709 +5704.407715 0.000000 1250.468628 0.000000 0.912376 0.000000 0.409354 0.098658 0.098658 0.098658 +5733.432617 0.000000 1253.683350 0.000000 0.974507 0.000000 0.224356 0.099280 0.099280 0.099280 +5722.122559 0.000000 1253.464600 0.000000 0.292822 0.000000 0.956167 0.095946 0.095946 0.095946 +5719.491699 0.000000 1243.287720 0.000000 0.572757 0.000000 0.819726 0.096941 0.096941 0.096941 +5696.098633 0.000000 1249.605225 0.000000 0.884693 0.000000 0.466174 0.098456 0.098456 0.098456 +5703.914551 0.000000 1244.493164 0.000000 0.728408 0.000000 0.685144 0.097597 0.097597 0.097597 +5714.283691 0.000000 1243.788940 0.000000 0.910461 0.000000 -0.413596 0.101357 0.101357 0.101357 +4269.516602 0.000000 2330.592773 0.000000 0.940559 0.000000 -0.339630 0.101953 0.101953 0.101953 +4261.432617 0.000000 2326.886475 0.000000 0.998222 0.000000 0.059609 0.099810 0.099810 0.099810 +4264.763184 0.000000 2330.981445 0.000000 0.419548 0.000000 0.907733 0.096378 0.096378 0.096378 +4264.015625 0.000000 2323.488037 0.000000 0.999967 0.000000 -0.008123 0.100026 0.100026 0.100026 +4264.974609 0.000000 2327.380859 0.000000 0.968302 0.000000 -0.249781 0.102215 0.102215 0.102215 +4268.194824 0.000000 2327.936768 0.000000 0.980132 0.000000 0.198349 0.099364 0.099364 0.099364 +4262.337891 0.000000 2329.595459 0.000000 0.332007 0.000000 0.943277 0.096077 0.096077 0.096077 "} object={ name="bush_01_generator_2_1" @@ -17,9 +870,358 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_bush_02_mesh" - count=4 + count=353 transform="2926.671387 0.000000 3492.001465 0.000000 0.119503 0.000000 -0.992834 0.123081 0.123081 0.123081 2920.388184 0.000000 3495.548584 0.000000 0.609423 0.000000 -0.792845 0.117039 0.117039 0.117039 2925.470459 0.000000 3492.831299 0.000000 0.440731 0.000000 -0.897639 0.136903 0.136903 0.136903 2923.551025 0.000000 3495.254150 0.000000 0.376056 0.000000 -0.926597 0.200569 0.200569 0.200569 +4989.658691 0.000000 882.581360 0.000000 0.696036 0.000000 -0.718007 0.102549 0.102549 0.102549 +5093.982422 0.000000 841.043030 0.000000 0.407806 0.000000 -0.913069 0.106276 0.106276 0.106276 +5086.953613 0.000000 847.033752 0.000000 0.466576 0.000000 -0.884481 0.118814 0.118814 0.118814 +5090.508301 0.000000 837.346985 0.000000 0.309468 0.000000 -0.950910 0.110116 0.110116 0.110116 +5099.628906 0.000000 831.172363 0.000000 0.778507 0.000000 -0.627636 0.113892 0.113892 0.113892 +5033.563477 0.000000 873.756653 0.000000 0.612243 0.000000 -0.790670 0.102903 0.102903 0.102903 +5012.569336 0.000000 852.652100 0.000000 0.526077 0.000000 -0.850437 0.103237 0.103237 0.103237 +5026.900879 0.000000 847.330322 0.000000 0.220603 0.000000 -0.975364 0.104292 0.104292 0.104292 +5009.256836 0.000000 881.980469 0.000000 0.196543 0.000000 -0.980495 0.104370 0.104370 0.104370 +5028.045898 0.000000 852.540527 0.000000 0.351352 0.000000 -0.936244 0.111130 0.111130 0.111130 +5047.531250 0.000000 857.869324 0.000000 0.306215 0.000000 -0.951962 0.104009 0.104009 0.104009 +5021.237305 0.000000 880.787842 0.000000 0.539653 0.000000 -0.841888 0.103186 0.103186 0.103186 +5030.889160 0.000000 870.705261 0.000000 0.562977 0.000000 -0.826472 0.103097 0.103097 0.103097 +5039.145508 0.000000 865.413452 0.000000 0.788158 0.000000 -0.615472 0.102396 0.102396 0.102396 +5033.676758 0.000000 865.332642 0.000000 0.364431 0.000000 -0.931230 0.121551 0.121551 0.121551 +5030.337891 0.000000 861.001770 0.000000 0.804259 0.000000 -0.594279 0.132605 0.132605 0.132605 +5033.128906 0.000000 868.131287 0.000000 0.107416 0.000000 -0.994214 0.109055 0.109055 0.109055 +4998.475098 0.000000 861.856262 0.000000 0.637896 0.000000 -0.770123 0.128426 0.128426 0.128426 +5031.465820 0.000000 857.151306 0.000000 0.187771 0.000000 -0.982213 0.122822 0.122822 0.122822 +5001.322266 0.000000 866.233276 0.000000 0.774357 0.000000 -0.632749 0.140821 0.140821 0.140821 +5011.236816 0.000000 858.588684 0.000000 0.589704 0.000000 -0.807620 0.123476 0.123476 0.123476 +5034.440430 0.000000 863.474609 0.000000 0.682120 0.000000 -0.731241 0.118994 0.118994 0.118994 +5027.217285 0.000000 858.104187 0.000000 0.732133 0.000000 -0.681162 0.131351 0.131351 0.131351 +4996.483887 0.000000 877.014343 0.000000 0.739820 0.000000 -0.672805 0.117544 0.117544 0.117544 +5033.262207 0.000000 860.603271 0.000000 0.580363 0.000000 -0.814358 0.127560 0.127560 0.127560 +5000.404785 0.000000 867.693481 0.000000 0.352271 0.000000 -0.935898 0.143127 0.143127 0.143127 +5027.182129 0.000000 854.031982 0.000000 0.077349 0.000000 -0.997004 0.120892 0.120892 0.120892 +5003.461426 0.000000 874.860046 0.000000 0.145751 0.000000 -0.989321 0.151677 0.151677 0.151677 +5000.953125 0.000000 873.196350 0.000000 0.698524 0.000000 -0.715586 0.143037 0.143037 0.143037 +5000.954590 0.000000 870.983643 0.000000 0.188430 0.000000 -0.982087 0.129838 0.129838 0.129838 +5025.853027 0.000000 859.030396 0.000000 0.694055 0.000000 -0.719922 0.131573 0.131573 0.131573 +5014.338379 0.000000 860.248108 0.000000 0.649094 0.000000 -0.760708 0.150817 0.150817 0.150817 +5010.461914 0.000000 863.846313 0.000000 0.146816 0.000000 -0.989164 0.166313 0.166313 0.166313 +5029.106445 0.000000 859.863586 0.000000 0.637838 0.000000 -0.770171 0.130154 0.130154 0.130154 +4998.595703 0.000000 873.264709 0.000000 0.615423 0.000000 -0.788197 0.134881 0.134881 0.134881 +5010.930176 0.000000 871.128296 0.000000 0.089300 0.000000 -0.996005 0.134927 0.134927 0.134927 +5031.789551 0.000000 861.203064 0.000000 0.492849 0.000000 -0.870115 0.134338 0.134338 0.134338 +5009.469238 0.000000 865.004089 0.000000 0.741425 0.000000 -0.671035 0.167416 0.167416 0.167416 +5010.172363 0.000000 872.412964 0.000000 0.560154 0.000000 -0.828389 0.143831 0.143831 0.143831 +5004.996094 0.000000 877.097473 0.000000 0.051821 0.000000 -0.998656 0.132732 0.132732 0.132732 +5006.835449 0.000000 876.906250 0.000000 0.521759 0.000000 -0.853093 0.133621 0.133621 0.133621 +5025.762207 0.000000 869.163513 0.000000 0.673711 0.000000 -0.738995 0.143763 0.143763 0.143763 +4999.500488 0.000000 866.562012 0.000000 0.322187 0.000000 -0.946676 0.138608 0.138608 0.138608 +5016.470703 0.000000 870.013611 0.000000 0.484741 0.000000 -0.874658 0.147699 0.147699 0.147699 +5023.902832 0.000000 862.549316 0.000000 0.795608 0.000000 -0.605811 0.141242 0.141242 0.141242 +5008.399414 0.000000 874.986328 0.000000 0.577974 0.000000 -0.816055 0.151238 0.151238 0.151238 +5019.236816 0.000000 864.752502 0.000000 0.350604 0.000000 -0.936524 0.169899 0.169899 0.169899 +4996.081543 0.000000 867.235413 0.000000 0.378031 0.000000 -0.925793 0.142424 0.142424 0.142424 +5004.904785 0.000000 874.748047 0.000000 0.297831 0.000000 -0.954619 0.148625 0.148625 0.148625 +5000.616211 0.000000 864.509277 0.000000 0.135834 0.000000 -0.990732 0.146451 0.146451 0.146451 +5005.344238 0.000000 861.555359 0.000000 0.794851 0.000000 -0.606805 0.144107 0.144107 0.144107 +5016.136230 0.000000 867.679810 0.000000 0.131594 0.000000 -0.991304 0.165219 0.165219 0.165219 +5014.048340 0.000000 870.378540 0.000000 0.448829 0.000000 -0.893618 0.143244 0.143244 0.143244 +5000.409180 0.000000 862.085083 0.000000 0.273633 0.000000 -0.961834 0.144657 0.144657 0.144657 +5022.868164 0.000000 868.007874 0.000000 0.014676 0.000000 -0.999892 0.171100 0.171100 0.171100 +5014.963379 0.000000 869.738586 0.000000 0.092071 0.000000 -0.995752 0.162486 0.162486 0.162486 +5019.859375 0.000000 862.410828 0.000000 0.445322 0.000000 -0.895371 0.167621 0.167621 0.167621 +5011.508789 0.000000 863.657593 0.000000 0.337760 0.000000 -0.941232 0.165314 0.165314 0.165314 +5018.105957 0.000000 867.966553 0.000000 0.781397 0.000000 -0.624034 0.163089 0.163089 0.163089 +5021.912109 0.000000 867.558594 0.000000 0.640651 0.000000 -0.767833 0.169296 0.169296 0.169296 +5114.368164 0.000000 899.191589 0.000000 0.734494 0.000000 -0.678615 0.102374 0.102374 0.102374 +5104.541992 0.000000 869.850891 0.000000 0.777035 0.000000 -0.629458 0.102167 0.102167 0.102167 +5070.873047 0.000000 855.312683 0.000000 0.555047 0.000000 -0.831819 0.103416 0.103416 0.103416 +5070.220703 0.000000 864.346558 0.000000 0.709803 0.000000 -0.704401 0.106220 0.106220 0.106220 +5074.283691 0.000000 848.398315 0.000000 0.528391 0.000000 -0.849001 0.103228 0.103228 0.103228 +5109.994141 0.000000 868.551758 0.000000 0.738941 0.000000 -0.673770 0.102353 0.102353 0.102353 +5073.260254 0.000000 873.722778 0.000000 0.780360 0.000000 -0.625331 0.102150 0.102150 0.102150 +5111.060547 0.000000 888.865356 0.000000 0.805698 0.000000 -0.592327 0.118306 0.118306 0.118306 +5107.759277 0.000000 878.630493 0.000000 0.788677 0.000000 -0.614808 0.109258 0.109258 0.109258 +5081.661133 0.000000 850.331848 0.000000 0.787801 0.000000 -0.615930 0.124136 0.124136 0.124136 +5114.504395 0.000000 871.024475 0.000000 0.190892 0.000000 -0.981611 0.111114 0.111114 0.111114 +5086.961914 0.000000 848.226929 0.000000 0.428394 0.000000 -0.903592 0.107363 0.107363 0.107363 +5109.519043 0.000000 873.891052 0.000000 0.251886 0.000000 -0.967757 0.110902 0.110902 0.110902 +5072.186523 0.000000 866.416870 0.000000 0.341707 0.000000 -0.939807 0.111747 0.111747 0.111747 +5114.637207 0.000000 874.199341 0.000000 0.192813 0.000000 -0.981236 0.124557 0.124557 0.124557 +5070.686523 0.000000 861.857117 0.000000 0.454931 0.000000 -0.890526 0.110744 0.110744 0.110744 +5112.346680 0.000000 869.466492 0.000000 0.267162 0.000000 -0.963652 0.104139 0.104139 0.104139 +5083.678223 0.000000 852.279785 0.000000 0.059014 0.000000 -0.998257 0.119198 0.119198 0.119198 +5119.510742 0.000000 872.002319 0.000000 0.606922 0.000000 -0.794762 0.108978 0.108978 0.108978 +5110.180664 0.000000 871.115845 0.000000 0.221221 0.000000 -0.975224 0.109256 0.109256 0.109256 +5082.165527 0.000000 855.523376 0.000000 0.278424 0.000000 -0.960458 0.120140 0.120140 0.120140 +5072.098633 0.000000 857.025146 0.000000 0.226433 0.000000 -0.974027 0.115080 0.115080 0.115080 +5114.250000 0.000000 880.757568 0.000000 0.737012 0.000000 -0.675880 0.122147 0.122147 0.122147 +5074.442383 0.000000 862.282288 0.000000 0.419292 0.000000 -0.907852 0.123070 0.123070 0.123070 +5078.351074 0.000000 866.006042 0.000000 0.623123 0.000000 -0.782124 0.128501 0.128501 0.128501 +5081.909180 0.000000 864.351929 0.000000 0.522664 0.000000 -0.852539 0.130146 0.130146 0.130146 +5150.236816 0.000000 843.311157 0.000000 0.475592 0.000000 -0.879666 0.103422 0.103422 0.103422 +5127.437500 0.000000 845.824890 0.000000 0.627060 0.000000 -0.778971 0.110044 0.110044 0.110044 +5137.360840 0.000000 836.941589 0.000000 0.611551 0.000000 -0.791205 0.108959 0.108959 0.108959 +5141.843750 0.000000 841.065979 0.000000 0.231057 0.000000 -0.972940 0.119152 0.119152 0.119152 +5136.905273 0.000000 844.680664 0.000000 0.348370 0.000000 -0.937357 0.144891 0.144891 0.144891 +5121.843750 0.000000 837.160950 0.000000 0.444233 0.000000 -0.895911 0.127026 0.127026 0.127026 +5163.722656 0.000000 846.104492 0.000000 0.626039 0.000000 -0.779791 0.125029 0.125029 0.125029 +5128.986816 0.000000 845.489319 0.000000 0.081108 0.000000 -0.996705 0.141416 0.141416 0.141416 +5134.057129 0.000000 842.617126 0.000000 0.516620 0.000000 -0.856215 0.154474 0.154474 0.154474 +5123.162109 0.000000 842.832947 0.000000 0.361125 0.000000 -0.932517 0.139595 0.139595 0.139595 +5135.354980 0.000000 837.003357 0.000000 0.720719 0.000000 -0.693227 0.129124 0.129124 0.129124 +5141.894043 0.000000 844.055054 0.000000 0.570159 0.000000 -0.821534 0.139735 0.139735 0.139735 +5137.775879 0.000000 838.354492 0.000000 0.243827 0.000000 -0.969819 0.136035 0.136035 0.136035 +5120.421387 0.000000 834.304382 0.000000 0.784469 0.000000 -0.620168 0.168213 0.168213 0.168213 +5131.583008 0.000000 837.726074 0.000000 0.472399 0.000000 -0.881385 0.147183 0.147183 0.147183 +5136.554199 0.000000 843.556152 0.000000 0.594543 0.000000 -0.804064 0.153450 0.153450 0.153450 +5139.400879 0.000000 846.754272 0.000000 0.118781 0.000000 -0.992920 0.163525 0.163525 0.163525 +5121.318848 0.000000 886.154053 0.000000 0.315539 0.000000 -0.948913 0.103978 0.103978 0.103978 +5140.569336 0.000000 852.652100 0.000000 0.673236 0.000000 -0.739428 0.102649 0.102649 0.102649 +5174.816895 0.000000 848.516418 0.000000 0.063142 0.000000 -0.998005 0.104799 0.104799 0.104799 +5138.283691 0.000000 848.398315 0.000000 0.790774 0.000000 -0.612109 0.110390 0.110390 0.110390 +5179.211426 0.000000 876.883789 0.000000 0.764137 0.000000 -0.645054 0.110536 0.110536 0.110536 +5143.293457 0.000000 870.830383 0.000000 0.682402 0.000000 -0.730977 0.109795 0.109795 0.109795 +5166.042969 0.000000 853.120300 0.000000 0.718551 0.000000 -0.695474 0.111344 0.111344 0.111344 +5172.003906 0.000000 850.593201 0.000000 0.754182 0.000000 -0.656665 0.106578 0.106578 0.106578 +5153.448730 0.000000 870.562439 0.000000 0.583779 0.000000 -0.811913 0.124081 0.124081 0.124081 +5143.068359 0.000000 851.776794 0.000000 0.636448 0.000000 -0.771320 0.133041 0.133041 0.133041 +5181.738281 0.000000 875.514771 0.000000 0.237113 0.000000 -0.971482 0.129057 0.129057 0.129057 +5181.125000 0.000000 899.744873 0.000000 0.116032 0.000000 -0.993245 0.117818 0.117818 0.117818 +5140.805176 0.000000 847.333130 0.000000 0.796339 0.000000 -0.604851 0.127513 0.127513 0.127513 +5182.948242 0.000000 849.419739 0.000000 0.052670 0.000000 -0.998612 0.109824 0.109824 0.109824 +5183.163574 0.000000 879.940186 0.000000 0.124983 0.000000 -0.992159 0.150016 0.150016 0.150016 +5147.966309 0.000000 856.878723 0.000000 0.467774 0.000000 -0.883848 0.119968 0.119968 0.119968 +5180.271484 0.000000 855.778931 0.000000 0.467819 0.000000 -0.883824 0.115331 0.115331 0.115331 +5182.970703 0.000000 869.921631 0.000000 0.666473 0.000000 -0.745529 0.150134 0.150134 0.150134 +5172.679199 0.000000 866.954956 0.000000 0.789787 0.000000 -0.613381 0.138424 0.138424 0.138424 +5141.452637 0.000000 869.248535 0.000000 0.582179 0.000000 -0.813061 0.122357 0.122357 0.122357 +5165.431152 0.000000 851.317322 0.000000 0.635368 0.000000 -0.772209 0.118071 0.118071 0.118071 +5172.916016 0.000000 854.628662 0.000000 0.307068 0.000000 -0.951688 0.166644 0.166644 0.166644 +5126.054199 0.000000 848.864258 0.000000 0.574685 0.000000 -0.818375 0.126433 0.126433 0.126433 +5144.512695 0.000000 854.998535 0.000000 0.069881 0.000000 -0.997555 0.136181 0.136181 0.136181 +5165.674805 0.000000 860.269043 0.000000 0.503846 0.000000 -0.863794 0.125604 0.125604 0.125604 +5151.972656 0.000000 871.646606 0.000000 0.661711 0.000000 -0.749759 0.128301 0.128301 0.128301 +5181.810547 0.000000 880.919067 0.000000 0.534243 0.000000 -0.845331 0.150906 0.150906 0.150906 +5162.415039 0.000000 866.883789 0.000000 0.730269 0.000000 -0.683160 0.121611 0.121611 0.121611 +5182.038574 0.000000 871.248840 0.000000 0.049669 0.000000 -0.998766 0.161521 0.161521 0.161521 +5180.201172 0.000000 867.856140 0.000000 0.372388 0.000000 -0.928077 0.154661 0.154661 0.154661 +5172.122559 0.000000 884.930786 0.000000 0.531641 0.000000 -0.846969 0.135308 0.135308 0.135308 +5183.416504 0.000000 854.490601 0.000000 0.607137 0.000000 -0.794597 0.155682 0.155682 0.155682 +5178.082520 0.000000 851.490112 0.000000 0.723365 0.000000 -0.690466 0.123370 0.123370 0.123370 +5159.382324 0.000000 880.884094 0.000000 0.234041 0.000000 -0.972227 0.126149 0.126149 0.126149 +5182.383301 0.000000 868.432068 0.000000 0.121493 0.000000 -0.992592 0.152963 0.152963 0.152963 +5136.278320 0.000000 867.984924 0.000000 0.212474 0.000000 -0.977167 0.132663 0.132663 0.132663 +5137.817871 0.000000 866.426697 0.000000 0.067206 0.000000 -0.997739 0.133257 0.133257 0.133257 +5162.712402 0.000000 868.484070 0.000000 0.589773 0.000000 -0.807569 0.147709 0.147709 0.147709 +5180.112793 0.000000 882.940674 0.000000 0.427146 0.000000 -0.904183 0.127680 0.127680 0.127680 +5182.905762 0.000000 853.075989 0.000000 0.640279 0.000000 -0.768143 0.178512 0.178512 0.178512 +5159.789551 0.000000 861.203064 0.000000 0.236641 0.000000 -0.971597 0.140738 0.140738 0.140738 +5180.055664 0.000000 853.182983 0.000000 0.733860 0.000000 -0.679301 0.131915 0.131915 0.131915 +5181.587402 0.000000 895.163452 0.000000 0.675492 0.000000 -0.737367 0.161003 0.161003 0.161003 +5179.914062 0.000000 875.588318 0.000000 0.695153 0.000000 -0.718861 0.148803 0.148803 0.148803 +5127.015137 0.000000 855.487732 0.000000 0.281910 0.000000 -0.959441 0.144035 0.144035 0.144035 +5183.116211 0.000000 867.015381 0.000000 0.334418 0.000000 -0.942425 0.133313 0.133313 0.133313 +5125.597656 0.000000 860.733215 0.000000 0.717217 0.000000 -0.696850 0.136032 0.136032 0.136032 +5139.301758 0.000000 866.834473 0.000000 0.605308 0.000000 -0.795992 0.140124 0.140124 0.140124 +5156.309082 0.000000 876.651672 0.000000 0.195471 0.000000 -0.980710 0.136241 0.136241 0.136241 +5172.156250 0.000000 865.633667 0.000000 0.668142 0.000000 -0.744034 0.170255 0.170255 0.170255 +5125.475098 0.000000 855.541870 0.000000 0.482929 0.000000 -0.875660 0.169720 0.169720 0.169720 +5126.753418 0.000000 852.430298 0.000000 0.112766 0.000000 -0.993622 0.150659 0.150659 0.150659 +5137.185059 0.000000 861.771667 0.000000 0.630529 0.000000 -0.776165 0.159571 0.159571 0.159571 +5136.268066 0.000000 859.543762 0.000000 0.561213 0.000000 -0.827671 0.162886 0.162886 0.162886 +5124.601562 0.000000 848.589172 0.000000 0.284402 0.000000 -0.958705 0.155686 0.155686 0.155686 +5181.613770 0.000000 873.836792 0.000000 0.493545 0.000000 -0.869720 0.149969 0.149969 0.149969 +5178.650879 0.000000 858.443604 0.000000 0.732902 0.000000 -0.680334 0.157157 0.157157 0.157157 +5158.709473 0.000000 858.073303 0.000000 0.345488 0.000000 -0.938423 0.161199 0.161199 0.161199 +5147.859375 0.000000 862.410828 0.000000 0.490806 0.000000 -0.871269 0.158670 0.158670 0.158670 +5187.913086 0.000000 858.202148 0.000000 0.686670 0.000000 -0.726969 0.128741 0.128741 0.128741 +5193.322266 0.000000 866.233276 0.000000 0.396861 0.000000 -0.917879 0.112706 0.112706 0.112706 +5185.654297 0.000000 861.623779 0.000000 0.545001 0.000000 -0.838435 0.142177 0.142177 0.142177 +5184.597656 0.000000 867.732910 0.000000 0.613405 0.000000 -0.789768 0.130856 0.130856 0.130856 +5184.523438 0.000000 848.921692 0.000000 0.557015 0.000000 -0.830503 0.121317 0.121317 0.121317 +5187.049316 0.000000 859.536499 0.000000 0.038496 0.000000 -0.999259 0.131611 0.131611 0.131611 +5184.016113 0.000000 855.918152 0.000000 0.730628 0.000000 -0.682776 0.166352 0.166352 0.166352 +5184.049316 0.000000 872.963135 0.000000 0.088314 0.000000 -0.996093 0.176584 0.176584 0.176584 +5185.144043 0.000000 872.719910 0.000000 0.581840 0.000000 -0.813303 0.173726 0.173726 0.173726 +5629.248047 0.000000 1175.689575 0.000000 0.797225 0.000000 -0.603683 0.102063 0.102063 0.102063 +5615.868652 0.000000 1178.098511 0.000000 0.440207 0.000000 -0.897896 0.103549 0.103549 0.103549 +5629.507812 0.000000 1179.464233 0.000000 0.083425 0.000000 -0.996514 0.104734 0.104734 0.104734 +5625.384766 0.000000 1185.939209 0.000000 0.208413 0.000000 -0.978041 0.105208 0.105208 0.105208 +5562.544434 0.000000 1226.594971 0.000000 0.686491 0.000000 -0.727139 0.102592 0.102592 0.102592 +5586.127930 0.000000 1199.447876 0.000000 0.769364 0.000000 -0.638811 0.102206 0.102206 0.102206 +5575.979980 0.000000 1228.307129 0.000000 0.516323 0.000000 -0.856394 0.103273 0.103273 0.103273 +5577.203613 0.000000 1221.872681 0.000000 0.629812 0.000000 -0.776747 0.102831 0.102831 0.102831 +5589.668945 0.000000 1195.960815 0.000000 0.618743 0.000000 -0.785594 0.102876 0.102876 0.102876 +5599.334473 0.000000 1227.157349 0.000000 0.207355 0.000000 -0.978266 0.111642 0.111642 0.111642 +5616.023926 0.000000 1238.706909 0.000000 0.219501 0.000000 -0.975612 0.112183 0.112183 0.112183 +5629.507812 0.000000 1235.948608 0.000000 0.756847 0.000000 -0.653592 0.109429 0.109429 0.109429 +5606.686523 0.000000 1186.477661 0.000000 0.507799 0.000000 -0.861475 0.103305 0.103305 0.103305 +5602.735840 0.000000 1225.824951 0.000000 0.577001 0.000000 -0.816743 0.110835 0.110835 0.110835 +5627.981445 0.000000 1241.391113 0.000000 0.417791 0.000000 -0.908543 0.110304 0.110304 0.110304 +5596.431641 0.000000 1193.679688 0.000000 0.768535 0.000000 -0.639808 0.102210 0.102210 0.102210 +5595.595215 0.000000 1236.695557 0.000000 0.548789 0.000000 -0.835961 0.107485 0.107485 0.107485 +5609.064941 0.000000 1237.877441 0.000000 0.056333 0.000000 -0.998412 0.113335 0.113335 0.113335 +5613.386719 0.000000 1240.878906 0.000000 0.403008 0.000000 -0.915197 0.111521 0.111521 0.111521 +5602.857422 0.000000 1215.300781 0.000000 0.280044 0.000000 -0.959987 0.111386 0.111386 0.111386 +5591.836426 0.000000 1236.784790 0.000000 0.755798 0.000000 -0.654804 0.102559 0.102559 0.102559 +5609.967773 0.000000 1215.989746 0.000000 0.440793 0.000000 -0.897609 0.109638 0.109638 0.109638 +5621.860840 0.000000 1234.238281 0.000000 0.042111 0.000000 -0.999113 0.110447 0.110447 0.110447 +5619.016113 0.000000 1207.022949 0.000000 0.519585 0.000000 -0.854419 0.111649 0.111649 0.111649 +5616.746582 0.000000 1189.409546 0.000000 0.440468 0.000000 -0.897768 0.105578 0.105578 0.105578 +5589.934570 0.000000 1240.983887 0.000000 0.623863 0.000000 -0.781534 0.102856 0.102856 0.102856 +5604.759766 0.000000 1207.548096 0.000000 0.152298 0.000000 -0.988335 0.109490 0.109490 0.109490 +5596.380371 0.000000 1241.022217 0.000000 0.019426 0.000000 -0.999811 0.112287 0.112287 0.112287 +5592.795410 0.000000 1214.084106 0.000000 0.272550 0.000000 -0.962142 0.106746 0.106746 0.106746 +5603.200195 0.000000 1198.968872 0.000000 0.152795 0.000000 -0.988258 0.108317 0.108317 0.108317 +5595.635742 0.000000 1209.222290 0.000000 0.402127 0.000000 -0.915584 0.106877 0.106877 0.106877 +5596.947754 0.000000 1216.243652 0.000000 0.692086 0.000000 -0.721815 0.108026 0.108026 0.108026 +5593.706543 0.000000 1199.811279 0.000000 0.290397 0.000000 -0.956906 0.104062 0.104062 0.104062 +5624.639160 0.000000 1191.144165 0.000000 0.085360 0.000000 -0.996350 0.112649 0.112649 0.112649 +5615.447754 0.000000 1198.857544 0.000000 0.525892 0.000000 -0.850551 0.109888 0.109888 0.109888 +5606.824707 0.000000 1191.409790 0.000000 0.635538 0.000000 -0.772069 0.103096 0.103096 0.103096 +5601.910645 0.000000 1228.494751 0.000000 0.030313 0.000000 -0.999540 0.113425 0.113425 0.113425 +5613.942871 0.000000 1208.112793 0.000000 0.727478 0.000000 -0.686131 0.108431 0.108431 0.108431 +5606.646484 0.000000 1218.329102 0.000000 0.547183 0.000000 -0.837013 0.110959 0.110959 0.110959 +5611.601562 0.000000 1239.071899 0.000000 0.332625 0.000000 -0.943059 0.113527 0.113527 0.113527 +5600.544434 0.000000 1233.503418 0.000000 0.806297 0.000000 -0.591510 0.110302 0.110302 0.110302 +5611.690430 0.000000 1189.735840 0.000000 0.619832 0.000000 -0.784735 0.102872 0.102872 0.102872 +5609.128906 0.000000 1207.037598 0.000000 0.631674 0.000000 -0.775235 0.108872 0.108872 0.108872 +5621.633789 0.000000 1223.229126 0.000000 0.285722 0.000000 -0.958313 0.110783 0.110783 0.110783 +5631.697754 0.000000 1230.895996 0.000000 0.548336 0.000000 -0.836258 0.112110 0.112110 0.112110 +5601.641602 0.000000 1204.250488 0.000000 0.098950 0.000000 -0.995092 0.108497 0.108497 0.108497 +5624.742188 0.000000 1216.065796 0.000000 0.744548 0.000000 -0.667569 0.110066 0.110066 0.110066 +5594.245605 0.000000 1204.683716 0.000000 0.714817 0.000000 -0.699311 0.103900 0.103900 0.103900 +5621.005371 0.000000 1238.367065 0.000000 0.774824 0.000000 -0.632177 0.108761 0.108761 0.108761 +5622.180664 0.000000 1210.022095 0.000000 0.482062 0.000000 -0.876137 0.111798 0.111798 0.111798 +5600.330078 0.000000 1240.469360 0.000000 0.324404 0.000000 -0.945919 0.112392 0.112392 0.112392 +5617.129395 0.000000 1236.577759 0.000000 0.757846 0.000000 -0.652434 0.110570 0.110570 0.110570 +5596.838379 0.000000 1211.239258 0.000000 0.460553 0.000000 -0.887632 0.107824 0.107824 0.107824 +5611.596680 0.000000 1234.713379 0.000000 0.366163 0.000000 -0.930551 0.114565 0.114565 0.114565 +5631.163574 0.000000 1218.846436 0.000000 0.766928 0.000000 -0.641733 0.113957 0.113957 0.113957 +5599.330566 0.000000 1218.593018 0.000000 0.684626 0.000000 -0.728895 0.108635 0.108635 0.108635 +5622.385254 0.000000 1190.080933 0.000000 0.609084 0.000000 -0.793106 0.108969 0.108969 0.108969 +5615.645996 0.000000 1193.869873 0.000000 0.330628 0.000000 -0.943761 0.108876 0.108876 0.108876 +5595.203125 0.000000 1225.489624 0.000000 0.096116 0.000000 -0.995370 0.108506 0.108506 0.108506 +5604.144531 0.000000 1235.133301 0.000000 0.094862 0.000000 -0.995490 0.114376 0.114376 0.114376 +5626.561523 0.000000 1217.931152 0.000000 0.167690 0.000000 -0.985840 0.112950 0.112950 0.112950 +5607.465820 0.000000 1196.057617 0.000000 0.056979 0.000000 -0.998375 0.109223 0.109223 0.109223 +5617.424316 0.000000 1224.588379 0.000000 0.242469 0.000000 -0.970159 0.110935 0.110935 0.110935 +5606.962402 0.000000 1230.351807 0.000000 0.528628 0.000000 -0.848854 0.114504 0.114504 0.114504 +5618.103516 0.000000 1234.504761 0.000000 0.537430 0.000000 -0.843308 0.109842 0.109842 0.109842 +5607.778320 0.000000 1242.006836 0.000000 0.054735 0.000000 -0.998501 0.114515 0.114515 0.114515 +5613.747070 0.000000 1234.863403 0.000000 0.717260 0.000000 -0.696805 0.113646 0.113646 0.113646 +5610.281250 0.000000 1228.383667 0.000000 0.367629 0.000000 -0.929972 0.113978 0.113978 0.113978 +5611.060059 0.000000 1220.305420 0.000000 0.610003 0.000000 -0.792399 0.110118 0.110118 0.110118 +5613.585449 0.000000 1196.604980 0.000000 0.277590 0.000000 -0.960700 0.110228 0.110228 0.110228 +5625.678223 0.000000 1201.293457 0.000000 0.456797 0.000000 -0.889571 0.113056 0.113056 0.113056 +5613.537598 0.000000 1226.561523 0.000000 0.321255 0.000000 -0.946993 0.114151 0.114151 0.114151 +5608.389160 0.000000 1239.802246 0.000000 0.669688 0.000000 -0.742642 0.111004 0.111004 0.111004 +5606.819824 0.000000 1238.423584 0.000000 0.659617 0.000000 -0.751602 0.111626 0.111626 0.111626 +5629.282227 0.000000 1230.127075 0.000000 0.370013 0.000000 -0.929027 0.113388 0.113388 0.113388 +5618.709961 0.000000 1200.261719 0.000000 0.624336 0.000000 -0.781156 0.111209 0.111209 0.111209 +5621.177734 0.000000 1196.692261 0.000000 0.395120 0.000000 -0.918630 0.112131 0.112131 0.112131 +5630.854492 0.000000 1212.755249 0.000000 0.795983 0.000000 -0.605319 0.114364 0.114364 0.114364 +5622.302246 0.000000 1200.459351 0.000000 0.715240 0.000000 -0.698879 0.111935 0.111935 0.111935 +5631.825195 0.000000 1199.424561 0.000000 0.306637 0.000000 -0.951826 0.115953 0.115953 0.115953 +5628.771484 0.000000 1223.255981 0.000000 0.389955 0.000000 -0.920834 0.114475 0.114475 0.114475 +5562.807129 0.000000 1249.310791 0.000000 0.024413 0.000000 -0.999702 0.104922 0.104922 0.104922 +5576.407715 0.000000 1250.468628 0.000000 0.186694 0.000000 -0.982418 0.104402 0.104402 0.104402 +5624.550781 0.000000 1275.515381 0.000000 0.204689 0.000000 -0.978827 0.104344 0.104344 0.104344 +5620.365234 0.000000 1281.922485 0.000000 0.777362 0.000000 -0.629053 0.102166 0.102166 0.102166 +5594.709961 0.000000 1279.696167 0.000000 0.731260 0.000000 -0.682099 0.102389 0.102389 0.102389 +5597.237305 0.000000 1276.178467 0.000000 0.220378 0.000000 -0.975415 0.104293 0.104293 0.104293 +5613.311035 0.000000 1277.006104 0.000000 0.432118 0.000000 -0.901817 0.103578 0.103578 0.103578 +5621.013672 0.000000 1277.302612 0.000000 0.399836 0.000000 -0.916587 0.103691 0.103691 0.103691 +5626.385254 0.000000 1245.248291 0.000000 0.620067 0.000000 -0.784549 0.107770 0.107770 0.107770 +5619.863281 0.000000 1267.028931 0.000000 0.029407 0.000000 -0.999568 0.104906 0.104906 0.104906 +5586.190430 0.000000 1252.178467 0.000000 0.091975 0.000000 -0.995761 0.104707 0.104707 0.104707 +5616.918945 0.000000 1257.642456 0.000000 0.184344 0.000000 -0.982862 0.108212 0.108212 0.108212 +5626.028320 0.000000 1255.754883 0.000000 0.392998 0.000000 -0.919539 0.106910 0.106910 0.106910 +5616.580566 0.000000 1273.097046 0.000000 0.801980 0.000000 -0.597351 0.102038 0.102038 0.102038 +5609.967773 0.000000 1272.474121 0.000000 0.723619 0.000000 -0.690199 0.102425 0.102425 0.102425 +5598.952637 0.000000 1262.168579 0.000000 0.038302 0.000000 -0.999266 0.104878 0.104878 0.104878 +5606.337891 0.000000 1256.392456 0.000000 0.585940 0.000000 -0.810355 0.106181 0.106181 0.106181 +5604.575195 0.000000 1245.045288 0.000000 0.364761 0.000000 -0.931101 0.113408 0.113408 0.113408 +5604.029297 0.000000 1261.208984 0.000000 0.297241 0.000000 -0.954803 0.106079 0.106079 0.106079 +5606.469727 0.000000 1269.250244 0.000000 0.011561 0.000000 -0.999933 0.105257 0.105257 0.105257 +5615.447754 0.000000 1255.341919 0.000000 0.586684 0.000000 -0.809816 0.106178 0.106178 0.106178 +5613.942871 0.000000 1264.597168 0.000000 0.772701 0.000000 -0.634770 0.103048 0.103048 0.103048 +5606.385742 0.000000 1259.501221 0.000000 0.215685 0.000000 -0.976463 0.106353 0.106353 0.106353 +5601.641602 0.000000 1260.734863 0.000000 0.653480 0.000000 -0.756943 0.104747 0.104747 0.104747 +5616.587891 0.000000 1262.909546 0.000000 0.087997 0.000000 -0.996121 0.106186 0.106186 0.106186 +5598.816895 0.000000 1257.093994 0.000000 0.461888 0.000000 -0.886938 0.106080 0.106080 0.106080 +5617.687988 0.000000 1251.608765 0.000000 0.533896 0.000000 -0.845550 0.107544 0.107544 0.107544 +5615.645996 0.000000 1250.354248 0.000000 0.740932 0.000000 -0.671580 0.106071 0.106071 0.106071 +5624.246582 0.000000 1245.513184 0.000000 0.524550 0.000000 -0.851380 0.109315 0.109315 0.109315 +5670.893555 0.000000 1205.619263 0.000000 0.700067 0.000000 -0.714077 0.102532 0.102532 0.102532 +5666.932617 0.000000 1240.248779 0.000000 0.176074 0.000000 -0.984377 0.104437 0.104437 0.104437 +5679.868652 0.000000 1234.582886 0.000000 0.147149 0.000000 -0.989114 0.105994 0.105994 0.105994 +5691.981445 0.000000 1241.391113 0.000000 0.061287 0.000000 -0.998120 0.104805 0.104805 0.104805 +5670.346680 0.000000 1240.429565 0.000000 0.152015 0.000000 -0.988378 0.104514 0.104514 0.104514 +5673.064941 0.000000 1237.877441 0.000000 0.491091 0.000000 -0.871108 0.104814 0.104814 0.104814 +5638.507812 0.000000 1238.263062 0.000000 0.789293 0.000000 -0.614017 0.102962 0.102962 0.102962 +5641.278320 0.000000 1236.255493 0.000000 0.568329 0.000000 -0.822801 0.105097 0.105097 0.105097 +5652.094727 0.000000 1201.572754 0.000000 0.225236 0.000000 -0.974304 0.104277 0.104277 0.104277 +5665.062500 0.000000 1238.245850 0.000000 0.625255 0.000000 -0.780420 0.102850 0.102850 0.102850 +5670.646484 0.000000 1218.329102 0.000000 0.153326 0.000000 -0.988176 0.104510 0.104510 0.104510 +5664.544434 0.000000 1233.503418 0.000000 0.673934 0.000000 -0.738791 0.105234 0.105234 0.105234 +5634.575684 0.000000 1227.298950 0.000000 0.712083 0.000000 -0.702095 0.115395 0.115395 0.115395 +5675.659668 0.000000 1222.351562 0.000000 0.593750 0.000000 -0.804650 0.104419 0.104419 0.104419 +5655.935547 0.000000 1223.227051 0.000000 0.036139 0.000000 -0.999347 0.118693 0.118693 0.118693 +5633.118652 0.000000 1230.901978 0.000000 0.040959 0.000000 -0.999161 0.114563 0.114563 0.114563 +5668.952637 0.000000 1226.648804 0.000000 0.000235 0.000000 -1.000000 0.109999 0.109999 0.109999 +5634.269043 0.000000 1239.605713 0.000000 0.348745 0.000000 -0.937218 0.108812 0.108812 0.108812 +5663.373535 0.000000 1229.604980 0.000000 0.286583 0.000000 -0.958055 0.109031 0.109031 0.109031 +5659.443848 0.000000 1218.436890 0.000000 0.344377 0.000000 -0.938832 0.110574 0.110574 0.110574 +5664.607910 0.000000 1225.262573 0.000000 0.564763 0.000000 -0.825253 0.107999 0.107999 0.107999 +5638.953125 0.000000 1221.782104 0.000000 0.568293 0.000000 -0.822826 0.123576 0.123576 0.123576 +5638.997070 0.000000 1226.428833 0.000000 0.114965 0.000000 -0.993370 0.120753 0.120753 0.120753 +5645.139648 0.000000 1229.716553 0.000000 0.292840 0.000000 -0.956161 0.118919 0.118919 0.118919 +5640.722168 0.000000 1218.690918 0.000000 0.734302 0.000000 -0.678823 0.123882 0.123882 0.123882 +5632.597656 0.000000 1206.639160 0.000000 0.508551 0.000000 -0.861032 0.115166 0.115166 0.115166 +5649.033691 0.000000 1226.132690 0.000000 0.602269 0.000000 -0.798294 0.118225 0.118225 0.118225 +5647.799805 0.000000 1229.235718 0.000000 0.033051 0.000000 -0.999454 0.119292 0.119292 0.119292 +5643.557617 0.000000 1226.119629 0.000000 0.688472 0.000000 -0.725263 0.119536 0.119536 0.119536 +5645.340332 0.000000 1226.398682 0.000000 0.045596 0.000000 -0.998960 0.123359 0.123359 0.123359 +5634.681152 0.000000 1208.390381 0.000000 0.758002 0.000000 -0.652252 0.115152 0.115152 0.115152 +5644.062012 0.000000 1207.477295 0.000000 0.785922 0.000000 -0.618326 0.114994 0.114994 0.114994 +5640.404785 0.000000 1206.599731 0.000000 0.235635 0.000000 -0.971842 0.118551 0.118551 0.118551 +5650.362793 0.000000 1218.808472 0.000000 0.109173 0.000000 -0.994023 0.124292 0.124292 0.124292 +5634.335449 0.000000 1217.401855 0.000000 0.541293 0.000000 -0.840834 0.120231 0.120231 0.120231 +5640.953125 0.000000 1212.102539 0.000000 0.808794 0.000000 -0.588091 0.120001 0.120001 0.120001 +5648.583984 0.000000 1224.527954 0.000000 0.682255 0.000000 -0.731115 0.121292 0.121292 0.121292 +5641.880371 0.000000 1219.690430 0.000000 0.223164 0.000000 -0.974781 0.126192 0.126192 0.126192 +5703.671387 0.000000 1211.028442 0.000000 0.056577 0.000000 -0.998398 0.104820 0.104820 0.104820 +5711.130859 0.000000 1225.543701 0.000000 0.226995 0.000000 -0.973896 0.104271 0.104271 0.104271 +5722.979980 0.000000 1228.004639 0.000000 0.448059 0.000000 -0.894004 0.103521 0.103521 0.103521 +5707.959473 0.000000 1234.662720 0.000000 0.392788 0.000000 -0.919629 0.103715 0.103715 0.103715 +5716.089355 0.000000 1230.988770 0.000000 0.490607 0.000000 -0.871381 0.103368 0.103368 0.103368 +5702.215332 0.000000 1235.109497 0.000000 0.607880 0.000000 -0.794029 0.102920 0.102920 0.102920 +5700.763672 0.000000 1222.364136 0.000000 0.532832 0.000000 -0.846221 0.103211 0.103211 0.103211 +5700.957520 0.000000 1226.018921 0.000000 0.591307 0.000000 -0.806447 0.102986 0.102986 0.102986 +5696.009766 0.000000 1228.364380 0.000000 0.053352 0.000000 -0.998576 0.104830 0.104830 0.104830 +5650.127930 0.000000 1255.932251 0.000000 0.253844 0.000000 -0.967245 0.104183 0.104183 0.104183 +5672.832520 0.000000 1246.157349 0.000000 0.374924 0.000000 -0.927056 0.103777 0.103777 0.103777 +5652.569336 0.000000 1248.042725 0.000000 0.554385 0.000000 -0.832260 0.103130 0.103130 0.103130 +5676.062988 0.000000 1251.645386 0.000000 0.564097 0.000000 -0.825709 0.103092 0.103092 0.103092 +5682.789551 0.000000 1254.743530 0.000000 0.544075 0.000000 -0.839036 0.103169 0.103169 0.103169 +5633.017578 0.000000 1269.349365 0.000000 0.150456 0.000000 -0.988617 0.104519 0.104519 0.104519 +5643.929688 0.000000 1254.662109 0.000000 0.673363 0.000000 -0.739312 0.102648 0.102648 0.102648 +5638.330566 0.000000 1254.753052 0.000000 0.106920 0.000000 -0.994268 0.104659 0.104659 0.104659 +5670.686523 0.000000 1242.962036 0.000000 0.325294 0.000000 -0.945613 0.103945 0.103945 0.103945 +5679.663086 0.000000 1252.668091 0.000000 0.804824 0.000000 -0.593513 0.102023 0.102023 0.102023 +5680.746582 0.000000 1245.893921 0.000000 0.168233 0.000000 -0.985747 0.104462 0.104462 0.104462 +5632.042480 0.000000 1242.663574 0.000000 0.643798 0.000000 -0.765195 0.108243 0.108243 0.108243 +5741.516602 0.000000 1257.389526 0.000000 0.511630 0.000000 -0.859206 0.103290 0.103290 0.103290 +5727.453613 0.000000 1259.386353 0.000000 0.431730 0.000000 -0.902003 0.103579 0.103579 0.103579 +5716.569336 0.000000 1248.042725 0.000000 0.609085 0.000000 -0.793105 0.102915 0.102915 0.102915 +5719.890625 0.000000 1261.713989 0.000000 0.200210 0.000000 -0.979753 0.104358 0.104358 0.104358 +5710.873047 0.000000 1250.703369 0.000000 0.535143 0.000000 -0.844761 0.103203 0.103203 0.103203 +5727.826172 0.000000 1250.778687 0.000000 0.477306 0.000000 -0.878737 0.103416 0.103416 0.103416 +4268.062988 0.000000 2324.848389 0.000000 0.600487 0.000000 -0.799634 0.102950 0.102950 0.102950 +4268.083496 0.000000 2335.920410 0.000000 0.722175 0.000000 -0.691711 0.102431 0.102431 0.102431 +4271.447754 0.000000 2328.545166 0.000000 0.696369 0.000000 -0.717684 0.102548 0.102548 0.102548 "} diff --git a/gfx/map/map_object_data/generated/bush_02_generator_1.txt b/gfx/map/map_object_data/generated/bush_02_generator_1.txt index 2a83c8a4..e34ce665 100644 --- a/gfx/map/map_object_data/generated/bush_02_generator_1.txt +++ b/gfx/map/map_object_data/generated/bush_02_generator_1.txt @@ -5,9 +5,56 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_bush_03_mesh" - count=2 + count=49 transform="573.292725 0.000000 1142.246460 0.000000 0.593245 0.000000 0.805022 0.194043 0.194043 0.194043 572.013062 0.000000 1144.552246 0.000000 0.927495 0.000000 -0.373837 0.193933 0.193933 0.193933 +5150.953613 0.000000 847.033752 0.000000 0.431948 0.000000 0.901898 0.158272 0.158272 0.158272 +5582.953125 0.000000 1127.174805 0.000000 0.566587 0.000000 0.824002 0.161800 0.161800 0.161800 +5585.722656 0.000000 1125.380493 0.000000 0.943317 0.000000 -0.331894 0.167612 0.167612 0.167612 +5589.934570 0.000000 1128.015137 0.000000 0.878846 0.000000 -0.477105 0.169590 0.169590 0.169590 +5588.569336 0.000000 1135.073975 0.000000 0.999987 0.000000 0.005085 0.179803 0.179803 0.179803 +5583.272949 0.000000 1151.606079 0.000000 0.674093 0.000000 0.738646 0.159803 0.159803 0.159803 +5591.890625 0.000000 1148.745239 0.000000 0.907221 0.000000 -0.420654 0.185725 0.185725 0.185725 +5591.491699 0.000000 1130.318970 0.000000 0.816906 0.000000 0.576770 0.162032 0.162032 0.162032 +5582.220703 0.000000 1146.768433 0.000000 0.043160 0.000000 0.999068 0.170022 0.170022 0.170022 +5586.283691 0.000000 1130.820190 0.000000 0.981125 0.000000 0.193373 0.171480 0.171480 0.171480 +5587.007324 0.000000 1147.765869 0.000000 0.998344 0.000000 0.057532 0.191805 0.191805 0.191805 +5590.937012 0.000000 1144.114868 0.000000 0.816500 0.000000 -0.577345 0.199920 0.199920 0.199920 +5589.668945 0.000000 1139.476440 0.000000 0.176131 0.000000 0.984367 0.183097 0.183097 0.183097 +5579.786133 0.000000 1134.740479 0.000000 0.999988 0.000000 -0.004886 0.163611 0.163611 0.163611 +5583.831543 0.000000 1133.859375 0.000000 0.994060 0.000000 -0.108835 0.169775 0.169775 0.169775 +5591.293457 0.000000 1153.252319 0.000000 0.215619 0.000000 0.976478 0.159218 0.159218 0.159218 +5580.112305 0.000000 1144.594238 0.000000 0.955613 0.000000 -0.294624 0.175888 0.175888 0.175888 +5585.664551 0.000000 1136.343506 0.000000 0.175918 0.000000 0.984405 0.176136 0.176136 0.176136 +5588.094727 0.000000 1145.088379 0.000000 0.856974 0.000000 0.515360 0.195452 0.195452 0.195452 +5584.939453 0.000000 1145.616211 0.000000 0.986742 0.000000 -0.162294 0.193154 0.193154 0.193154 +5593.283691 0.000000 1151.305298 0.000000 0.809115 0.000000 0.587650 0.166354 0.166354 0.166354 +5588.832520 0.000000 1142.267090 0.000000 0.851275 0.000000 -0.524719 0.203517 0.203517 0.203517 +5590.782715 0.000000 1136.990845 0.000000 0.530786 0.000000 0.847506 0.175128 0.175128 0.175128 +5591.068359 0.000000 1134.198608 0.000000 0.603110 0.000000 0.797658 0.171284 0.171284 0.171284 +5583.671387 0.000000 1131.216553 0.000000 0.997290 0.000000 -0.073564 0.170146 0.170146 0.170146 +5590.077637 0.000000 1146.862183 0.000000 0.114124 0.000000 0.993466 0.181646 0.181646 0.181646 +5582.686523 0.000000 1144.278931 0.000000 0.539943 0.000000 0.841702 0.177902 0.177902 0.177902 +5586.498535 0.000000 1133.505493 0.000000 0.836787 0.000000 0.547529 0.171566 0.171566 0.171566 +5586.128418 0.000000 1150.449097 0.000000 0.997079 0.000000 0.076381 0.176600 0.176600 0.176600 +5592.535645 0.000000 1146.042480 0.000000 0.666482 0.000000 0.745521 0.178833 0.178833 0.178833 +5587.894531 0.000000 1137.459229 0.000000 0.473406 0.000000 0.880844 0.179614 0.179614 0.179614 +5581.487793 0.000000 1139.704224 0.000000 0.807429 0.000000 0.589965 0.173475 0.173475 0.173475 +5582.033691 0.000000 1135.578491 0.000000 0.003962 0.000000 0.999992 0.166072 0.166072 0.166072 +5591.105957 0.000000 1150.924194 0.000000 0.850297 0.000000 -0.526302 0.178444 0.178444 0.178444 +5585.219727 0.000000 1141.146240 0.000000 0.886661 0.000000 0.462420 0.190320 0.190320 0.190320 +5584.790527 0.000000 1137.842773 0.000000 0.979837 0.000000 -0.199799 0.185494 0.185494 0.185494 +5586.442383 0.000000 1144.704102 0.000000 0.985714 0.000000 0.168428 0.195579 0.195579 0.195579 +5587.935547 0.000000 1139.445923 0.000000 0.651417 0.000000 0.758720 0.186344 0.186344 0.186344 +5584.004883 0.000000 1147.155273 0.000000 0.901962 0.000000 0.431816 0.183351 0.183351 0.183351 +5588.433105 0.000000 1146.702026 0.000000 0.598729 0.000000 0.800951 0.188650 0.188650 0.188650 +5587.704102 0.000000 1143.451782 0.000000 0.721422 0.000000 0.692495 0.193490 0.193490 0.193490 +5589.729980 0.000000 1145.277588 0.000000 0.976601 0.000000 -0.215060 0.200252 0.200252 0.200252 +5589.229004 0.000000 1143.779785 0.000000 0.272559 0.000000 0.962139 0.191757 0.191757 0.191757 +5590.338379 0.000000 1142.669922 0.000000 0.998426 0.000000 -0.056078 0.196990 0.196990 0.196990 +5586.461914 0.000000 1146.268188 0.000000 0.942943 0.000000 0.332953 0.190081 0.190081 0.190081 +5589.918945 0.000000 1141.194946 0.000000 0.893643 0.000000 0.448779 0.193726 0.193726 0.193726 +5542.893555 0.000000 1205.619263 0.000000 0.971572 0.000000 0.236742 0.157893 0.157893 0.157893 "} object={ name="bush_02_generator_1_1" @@ -16,8 +63,30 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_bush_04_mesh" - count=3 + count=25 transform="570.028503 0.000000 1142.786133 0.000000 0.147256 0.000000 -0.989098 0.209059 0.209059 0.209059 571.524109 0.000000 1143.146851 0.000000 0.749773 0.000000 -0.661696 0.204603 0.204603 0.204603 573.240173 0.000000 1143.718750 0.000000 0.637150 0.000000 -0.770740 0.205602 0.205602 0.205602 +5584.971680 0.000000 1122.380127 0.000000 0.798978 0.000000 -0.601360 0.166373 0.166373 0.166373 +5586.579102 0.000000 1128.391968 0.000000 0.777160 0.000000 -0.629303 0.173426 0.173426 0.173426 +5594.122559 0.000000 1140.495850 0.000000 0.275515 0.000000 -0.961297 0.182560 0.182560 0.182560 +5582.873047 0.000000 1137.734619 0.000000 0.765802 0.000000 -0.643077 0.184403 0.184403 0.184403 +5579.929688 0.000000 1141.693359 0.000000 0.352555 0.000000 -0.935791 0.177452 0.177452 0.177452 +5593.237793 0.000000 1135.846436 0.000000 0.426571 0.000000 -0.904454 0.175854 0.175854 0.175854 +5587.771973 0.000000 1152.312988 0.000000 0.073946 0.000000 -0.997262 0.176075 0.176075 0.176075 +5595.131348 0.000000 1145.808716 0.000000 0.157203 0.000000 -0.987566 0.186164 0.186164 0.186164 +5595.932617 0.000000 1149.957153 0.000000 0.710935 0.000000 -0.703257 0.174536 0.174536 0.174536 +5586.190430 0.000000 1139.209717 0.000000 0.520154 0.000000 -0.854072 0.197840 0.197840 0.197840 +5597.020508 0.000000 1142.517822 0.000000 0.594045 0.000000 -0.804432 0.170183 0.170183 0.170183 +5583.197266 0.000000 1141.320312 0.000000 0.006340 0.000000 -0.999980 0.195845 0.195845 0.195845 +5579.486816 0.000000 1138.247070 0.000000 0.169305 0.000000 -0.985564 0.177316 0.177316 0.177316 +5588.994629 0.000000 1132.240234 0.000000 0.521601 0.000000 -0.853189 0.180476 0.180476 0.180476 +5593.706543 0.000000 1143.326904 0.000000 0.652978 0.000000 -0.757377 0.193384 0.193384 0.193384 +5584.186523 0.000000 1148.838745 0.000000 0.583770 0.000000 -0.811919 0.185255 0.185255 0.185255 +5589.235840 0.000000 1149.548584 0.000000 0.480722 0.000000 -0.876873 0.192325 0.192325 0.192325 +5591.408203 0.000000 1141.525635 0.000000 0.187362 0.000000 -0.982291 0.201782 0.201782 0.201782 +5592.077637 0.000000 1139.083984 0.000000 0.598000 0.000000 -0.801496 0.185154 0.185154 0.185154 +5584.098633 0.000000 1139.447021 0.000000 0.655742 0.000000 -0.754986 0.195664 0.195664 0.195664 +5587.236816 0.000000 1141.010620 0.000000 0.737643 0.000000 -0.675190 0.201852 0.201852 0.201852 +5584.278320 0.000000 1143.243286 0.000000 0.342461 0.000000 -0.939532 0.201373 0.201373 0.201373 "} diff --git a/gfx/map/map_object_data/generated/bush_02_generator_2.txt b/gfx/map/map_object_data/generated/bush_02_generator_2.txt index d7bdbb17..e4b5a724 100644 --- a/gfx/map/map_object_data/generated/bush_02_generator_2.txt +++ b/gfx/map/map_object_data/generated/bush_02_generator_2.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_bush_03_mesh" - count=8 + count=3706 transform="573.252319 0.000000 1140.113892 0.000000 0.755112 0.000000 0.655595 0.157673 0.157673 0.157673 572.125671 0.000000 1140.582031 0.000000 0.888394 0.000000 -0.459081 0.163794 0.163794 0.163794 570.650757 0.000000 1140.865479 0.000000 0.999943 0.000000 0.010670 0.156249 0.156249 0.156249 @@ -14,6 +14,3704 @@ 570.915955 0.000000 1142.438599 0.000000 0.813170 0.000000 0.582027 0.196045 0.196045 0.196045 572.185974 0.000000 1143.748169 0.000000 0.696477 0.000000 0.717579 0.194905 0.194905 0.194905 573.569519 0.000000 1142.997681 0.000000 0.032422 0.000000 0.999474 0.190206 0.190206 0.190206 +5117.248047 0.000000 836.783325 0.000000 0.025185 0.000000 0.999683 0.134763 0.134763 0.134763 +5118.419434 0.000000 832.928528 0.000000 0.982223 0.000000 -0.187719 0.100601 0.100601 0.100601 +5119.697754 0.000000 835.505371 0.000000 0.480337 0.000000 0.877084 0.118511 0.118511 0.118511 +5116.034180 0.000000 838.604492 0.000000 0.968512 0.000000 0.248969 0.139490 0.139490 0.139490 +5117.282227 0.000000 834.736450 0.000000 0.998081 0.000000 -0.061915 0.110582 0.110582 0.110582 +5118.675293 0.000000 842.532349 0.000000 0.456083 0.000000 0.889937 0.112457 0.112457 0.112457 +5117.587402 0.000000 838.679077 0.000000 0.547837 0.000000 0.836585 0.136180 0.136180 0.136180 +5117.367188 0.000000 841.916992 0.000000 0.978672 0.000000 0.205430 0.145256 0.145256 0.145256 +5118.841797 0.000000 845.313538 0.000000 0.825581 0.000000 -0.564284 0.143871 0.143871 0.143871 +5116.439453 0.000000 839.834290 0.000000 0.330179 0.000000 0.943918 0.135092 0.135092 0.135092 +5119.644043 0.000000 846.801758 0.000000 0.956450 0.000000 0.291898 0.161488 0.161488 0.161488 +5114.807129 0.000000 853.920166 0.000000 0.435654 0.000000 0.900114 0.120476 0.120476 0.120476 +5117.524414 0.000000 864.335327 0.000000 0.334641 0.000000 0.942346 0.138343 0.138343 0.138343 +5114.028320 0.000000 860.364197 0.000000 0.999936 0.000000 0.011326 0.099964 0.099964 0.099964 +5114.462402 0.000000 864.335693 0.000000 0.935927 0.000000 0.352195 0.118514 0.118514 0.118514 +5119.814453 0.000000 865.710327 0.000000 0.993057 0.000000 -0.117632 0.157451 0.157451 0.157451 +5117.251953 0.000000 854.080139 0.000000 0.713525 0.000000 0.700629 0.115833 0.115833 0.115833 +5118.948242 0.000000 849.419739 0.000000 0.675843 0.000000 0.737046 0.133634 0.133634 0.133634 +5111.794922 0.000000 860.271851 0.000000 0.976635 0.000000 0.214903 0.114611 0.114611 0.114611 +5115.815430 0.000000 865.985413 0.000000 0.060836 0.000000 0.998148 0.114126 0.114126 0.114126 +5113.678223 0.000000 862.387268 0.000000 0.043703 0.000000 0.999045 0.131116 0.131116 0.131116 +5116.271484 0.000000 855.778931 0.000000 0.062598 0.000000 0.998039 0.113066 0.113066 0.113066 +5110.302246 0.000000 861.553101 0.000000 0.937711 0.000000 -0.347416 0.116710 0.116710 0.116710 +5115.993164 0.000000 863.809204 0.000000 0.943466 0.000000 0.331470 0.141321 0.141321 0.141321 +5119.169434 0.000000 864.143311 0.000000 0.916101 0.000000 -0.400947 0.158923 0.158923 0.158923 +5112.379395 0.000000 861.646423 0.000000 0.899326 0.000000 0.437280 0.144664 0.144664 0.144664 +5111.353516 0.000000 854.409424 0.000000 0.911867 0.000000 -0.410485 0.127180 0.127180 0.127180 +5108.241699 0.000000 859.000427 0.000000 0.752466 0.000000 0.658631 0.122071 0.122071 0.122071 +5114.873047 0.000000 863.014526 0.000000 0.279957 0.000000 0.960013 0.137005 0.137005 0.137005 +5135.130859 0.000000 830.153015 0.000000 0.962695 0.000000 -0.270589 0.111327 0.111327 0.111327 +5154.932617 0.000000 844.858154 0.000000 0.845536 0.000000 -0.533919 0.130021 0.130021 0.130021 +5129.866211 0.000000 829.853577 0.000000 0.992339 0.000000 -0.123547 0.131047 0.131047 0.131047 +5120.009766 0.000000 832.973755 0.000000 0.845611 0.000000 -0.533799 0.137434 0.137434 0.137434 +5148.380371 0.000000 845.631592 0.000000 0.647602 0.000000 0.761979 0.112224 0.112224 0.112224 +5131.616211 0.000000 820.122375 0.000000 0.544404 0.000000 0.838823 0.139417 0.139417 0.139417 +5151.328613 0.000000 841.103149 0.000000 0.917873 0.000000 0.396874 0.121095 0.121095 0.121095 +5143.935547 0.000000 827.836365 0.000000 0.993682 0.000000 0.112231 0.117226 0.117226 0.117226 +5152.330078 0.000000 845.078674 0.000000 0.605814 0.000000 0.795606 0.115833 0.115833 0.115833 +5131.263184 0.000000 827.343567 0.000000 0.293071 0.000000 0.956091 0.108578 0.108578 0.108578 +5156.342285 0.000000 846.449890 0.000000 0.957070 0.000000 0.289858 0.119321 0.119321 0.119321 +5128.722168 0.000000 823.300354 0.000000 0.455672 0.000000 0.890148 0.110293 0.110293 0.110293 +5142.604004 0.000000 829.310913 0.000000 0.998430 0.000000 -0.056005 0.118979 0.118979 0.118979 +5131.557617 0.000000 830.729004 0.000000 0.343400 0.000000 0.939189 0.138385 0.138385 0.138385 +5124.189941 0.000000 835.944519 0.000000 0.983543 0.000000 0.180674 0.129777 0.129777 0.129777 +5121.726074 0.000000 833.685730 0.000000 0.994976 0.000000 0.100113 0.134583 0.134583 0.134583 +5128.859375 0.000000 828.268372 0.000000 0.936332 0.000000 0.351116 0.129042 0.129042 0.129042 +5134.389648 0.000000 828.565674 0.000000 0.201040 0.000000 0.979583 0.141457 0.141457 0.141457 +5137.862305 0.000000 827.108704 0.000000 0.995755 0.000000 -0.092039 0.124735 0.124735 0.124735 +5144.891602 0.000000 837.136353 0.000000 0.488872 0.000000 0.872356 0.135330 0.135330 0.135330 +5148.899902 0.000000 842.329956 0.000000 0.835333 0.000000 0.549744 0.135812 0.135812 0.135812 +5135.974609 0.000000 824.341125 0.000000 0.969906 0.000000 -0.243480 0.126473 0.126473 0.126473 +5131.147461 0.000000 828.946838 0.000000 0.202205 0.000000 0.979343 0.119493 0.119493 0.119493 +5142.025391 0.000000 833.075317 0.000000 0.160054 0.000000 0.987108 0.118788 0.118788 0.118788 +5131.735352 0.000000 834.834534 0.000000 0.806052 0.000000 0.591844 0.144918 0.144918 0.144918 +5138.728027 0.000000 824.939331 0.000000 0.816589 0.000000 -0.577220 0.135945 0.135945 0.135945 +5135.217285 0.000000 822.929749 0.000000 0.339044 0.000000 0.940771 0.135134 0.135134 0.135134 +5142.383789 0.000000 837.793091 0.000000 0.338512 0.000000 0.940962 0.131901 0.131901 0.131901 +5140.063965 0.000000 831.655518 0.000000 0.217738 0.000000 0.976007 0.147435 0.147435 0.147435 +5130.666016 0.000000 833.142822 0.000000 0.694966 0.000000 0.719043 0.157223 0.157223 0.157223 +5146.769531 0.000000 839.454651 0.000000 0.988475 0.000000 0.151384 0.138264 0.138264 0.138264 +5130.576172 0.000000 821.125061 0.000000 0.906969 0.000000 -0.421198 0.145970 0.145970 0.145970 +5143.285645 0.000000 830.491760 0.000000 0.186546 0.000000 0.982446 0.135496 0.135496 0.135496 +5150.155273 0.000000 846.274963 0.000000 0.204442 0.000000 0.978879 0.157014 0.157014 0.157014 +5167.663086 0.000000 857.277527 0.000000 0.454166 0.000000 0.890917 0.096501 0.096501 0.096501 +5179.100586 0.000000 857.358337 0.000000 0.749811 0.000000 0.661653 0.100162 0.100162 0.100162 +5140.994629 0.000000 849.818298 0.000000 0.999736 0.000000 -0.022966 0.111005 0.111005 0.111005 +5156.575195 0.000000 849.654602 0.000000 0.944162 0.000000 0.329481 0.144656 0.144656 0.144656 +5121.451660 0.000000 856.658081 0.000000 0.663906 0.000000 0.747816 0.105761 0.105761 0.105761 +5120.090332 0.000000 850.561218 0.000000 0.979944 0.000000 0.199272 0.149738 0.149738 0.149738 +5138.498535 0.000000 851.083618 0.000000 0.891694 0.000000 -0.452639 0.108603 0.108603 0.108603 +5182.582031 0.000000 862.132690 0.000000 0.673216 0.000000 0.739446 0.107986 0.107986 0.107986 +5183.814453 0.000000 865.710327 0.000000 0.455276 0.000000 0.890350 0.120563 0.120563 0.120563 +5146.245605 0.000000 865.777527 0.000000 0.999933 0.000000 0.011552 0.113684 0.113684 0.113684 +5124.756836 0.000000 866.058838 0.000000 0.811359 0.000000 -0.584548 0.104558 0.104558 0.104558 +5129.322266 0.000000 866.233276 0.000000 0.891616 0.000000 0.452792 0.107610 0.107610 0.107610 +5158.792969 0.000000 850.077637 0.000000 0.875757 0.000000 -0.482752 0.137179 0.137179 0.137179 +5179.815430 0.000000 865.985413 0.000000 0.890067 0.000000 0.455830 0.123048 0.123048 0.123048 +5177.678223 0.000000 862.387268 0.000000 0.982977 0.000000 -0.183730 0.128482 0.128482 0.128482 +5162.440430 0.000000 863.474609 0.000000 0.069840 0.000000 0.997558 0.110960 0.110960 0.110960 +5170.709961 0.000000 861.355469 0.000000 0.989377 0.000000 0.145370 0.158365 0.158365 0.158365 +5120.597656 0.000000 867.732910 0.000000 0.938472 0.000000 -0.345356 0.139362 0.139362 0.139362 +5130.618164 0.000000 860.809998 0.000000 0.972173 0.000000 0.234263 0.110645 0.110645 0.110645 +5168.943848 0.000000 858.854126 0.000000 0.934201 0.000000 0.356746 0.113512 0.113512 0.113512 +5130.704590 0.000000 870.008118 0.000000 0.890226 0.000000 -0.455518 0.135341 0.135341 0.135341 +5156.990723 0.000000 847.951233 0.000000 0.820102 0.000000 0.572217 0.118112 0.118112 0.118112 +5131.377441 0.000000 866.809204 0.000000 0.925482 0.000000 0.378791 0.118959 0.118959 0.118959 +5179.993164 0.000000 863.809204 0.000000 0.913696 0.000000 -0.406397 0.119782 0.119782 0.119782 +5183.169434 0.000000 864.143311 0.000000 0.994419 0.000000 0.105506 0.124510 0.124510 0.124510 +5162.439941 0.000000 859.489441 0.000000 0.933073 0.000000 0.359688 0.121806 0.121806 0.121806 +5127.434570 0.000000 858.009216 0.000000 0.237175 0.000000 0.971467 0.136803 0.136803 0.136803 +5132.617676 0.000000 863.912964 0.000000 0.625125 0.000000 0.780525 0.142051 0.142051 0.142051 +5140.433105 0.000000 864.280212 0.000000 0.815277 0.000000 -0.579072 0.128528 0.128528 0.128528 +5172.080566 0.000000 860.459167 0.000000 0.082866 0.000000 0.996561 0.119013 0.119013 0.119013 +5128.954590 0.000000 870.983643 0.000000 0.941734 0.000000 -0.336359 0.125161 0.125161 0.125161 +5124.635742 0.000000 859.668518 0.000000 0.998957 0.000000 -0.045652 0.121184 0.121184 0.121184 +5134.469238 0.000000 865.924194 0.000000 0.657442 0.000000 0.753505 0.136797 0.136797 0.136797 +5173.071289 0.000000 852.006897 0.000000 0.999384 0.000000 0.035106 0.152211 0.152211 0.152211 +5158.707031 0.000000 855.822937 0.000000 0.603544 0.000000 0.797330 0.121260 0.121260 0.121260 +5140.029785 0.000000 851.192383 0.000000 0.393241 0.000000 0.919435 0.123527 0.123527 0.123527 +5149.938965 0.000000 863.799072 0.000000 0.043915 0.000000 0.999035 0.120990 0.120990 0.120990 +5182.321777 0.000000 865.597839 0.000000 0.912043 0.000000 0.410095 0.123250 0.123250 0.123250 +5145.909180 0.000000 864.351929 0.000000 0.898536 0.000000 0.438900 0.123123 0.123123 0.123123 +5129.676758 0.000000 861.942139 0.000000 0.795241 0.000000 0.606293 0.126728 0.126728 0.126728 +5166.908691 0.000000 858.575073 0.000000 0.622491 0.000000 0.782627 0.122988 0.122988 0.122988 +5121.598145 0.000000 850.831421 0.000000 0.987847 0.000000 0.155429 0.149952 0.149952 0.149952 +5152.868164 0.000000 863.637024 0.000000 0.996827 0.000000 0.079602 0.146406 0.146406 0.146406 +5133.735352 0.000000 862.933716 0.000000 0.941148 0.000000 -0.337995 0.147823 0.147823 0.147823 +5139.337891 0.000000 847.424438 0.000000 0.297005 0.000000 0.954876 0.132785 0.132785 0.132785 +5126.813965 0.000000 869.029663 0.000000 0.919729 0.000000 0.392555 0.127750 0.127750 0.127750 +5164.311035 0.000000 860.854858 0.000000 0.581367 0.000000 0.813641 0.135276 0.135276 0.135276 +5124.588867 0.000000 856.903076 0.000000 0.868478 0.000000 0.495728 0.127826 0.127826 0.127826 +5182.420410 0.000000 860.606384 0.000000 0.582104 0.000000 0.813114 0.149949 0.149949 0.149949 +5160.696289 0.000000 857.513184 0.000000 0.820246 0.000000 0.572011 0.139539 0.139539 0.139539 +5185.945801 0.000000 863.569458 0.000000 0.479377 0.000000 0.877609 0.124459 0.124459 0.124459 +5572.458496 0.000000 1071.184692 0.000000 0.834897 0.000000 -0.550406 0.101855 0.101855 0.101855 +5594.979980 0.000000 1058.551514 0.000000 0.037204 0.000000 0.999308 0.095118 0.095118 0.095118 +5579.959473 0.000000 1065.209595 0.000000 0.947018 0.000000 -0.321179 0.101041 0.101041 0.101041 +5588.089355 0.000000 1061.535645 0.000000 0.391635 0.000000 0.920121 0.096281 0.096281 0.096281 +5612.662598 0.000000 1067.298950 0.000000 0.911003 0.000000 0.412399 0.098647 0.098647 0.098647 +5582.953125 0.000000 1070.690430 0.000000 0.994955 0.000000 -0.100319 0.101725 0.101725 0.101725 +5577.641113 0.000000 1069.906616 0.000000 0.947903 0.000000 -0.318560 0.101032 0.101032 0.101032 +5602.932617 0.000000 1070.795654 0.000000 0.970027 0.000000 0.242997 0.107278 0.107278 0.107278 +5598.060547 0.000000 1064.873657 0.000000 0.961462 0.000000 0.274938 0.100502 0.100502 0.100502 +5601.947754 0.000000 1066.192261 0.000000 0.860388 0.000000 -0.509640 0.105975 0.105975 0.105975 +5604.620605 0.000000 1063.427246 0.000000 0.925671 0.000000 -0.378329 0.101235 0.101235 0.101235 +5598.953613 0.000000 1072.971313 0.000000 0.980909 0.000000 -0.194468 0.118380 0.118380 0.118380 +5589.502930 0.000000 1065.037964 0.000000 0.748256 0.000000 0.663411 0.097691 0.097691 0.097691 +5586.579102 0.000000 1071.907593 0.000000 0.813362 0.000000 0.581758 0.107085 0.107085 0.107085 +5595.595215 0.000000 1067.242432 0.000000 0.639863 0.000000 0.768489 0.104018 0.104018 0.104018 +5609.064941 0.000000 1068.424316 0.000000 0.977246 0.000000 0.212109 0.099320 0.099320 0.099320 +5613.386719 0.000000 1071.425781 0.000000 0.831345 0.000000 -0.555757 0.101876 0.101876 0.101876 +5591.836426 0.000000 1067.331665 0.000000 0.983194 0.000000 0.182564 0.104707 0.104707 0.104707 +5580.457520 0.000000 1068.494629 0.000000 0.483363 0.000000 0.875420 0.096606 0.096606 0.096606 +5578.072266 0.000000 1072.890747 0.000000 0.997747 0.000000 -0.067091 0.100214 0.100214 0.100214 +5591.191895 0.000000 1062.609375 0.000000 0.887865 0.000000 -0.460103 0.101522 0.101522 0.101522 +5601.062500 0.000000 1068.792725 0.000000 0.825811 0.000000 0.563947 0.105512 0.105512 0.105512 +5587.443848 0.000000 1066.638550 0.000000 0.811579 0.000000 0.584242 0.098838 0.098838 0.098838 +5603.689941 0.000000 1068.320435 0.000000 0.917600 0.000000 0.397506 0.103952 0.103952 0.103952 +5600.544434 0.000000 1064.050293 0.000000 0.950051 0.000000 0.312096 0.099267 0.099267 0.099267 +5599.328613 0.000000 1067.040649 0.000000 0.947918 0.000000 0.318513 0.104790 0.104790 0.104790 +5584.382324 0.000000 1072.535156 0.000000 0.958916 0.000000 0.283690 0.108799 0.108799 0.108799 +5591.348633 0.000000 1069.717163 0.000000 0.087402 0.000000 0.996173 0.104086 0.104086 0.104086 +5604.342285 0.000000 1072.387451 0.000000 0.760497 0.000000 0.649342 0.105691 0.105691 0.105691 +5592.641113 0.000000 1072.443237 0.000000 0.702556 0.000000 0.711628 0.117412 0.117412 0.117412 +5593.618652 0.000000 1068.395996 0.000000 0.946533 0.000000 -0.322608 0.110952 0.110952 0.110952 +5598.288086 0.000000 1071.181152 0.000000 0.836677 0.000000 0.547697 0.111077 0.111077 0.111077 +5594.529785 0.000000 1072.125610 0.000000 0.864639 0.000000 0.502393 0.118430 0.118430 0.118430 +5525.705078 0.000000 1100.070801 0.000000 0.771732 0.000000 0.635948 0.097806 0.097806 0.097806 +5560.065918 0.000000 1098.565674 0.000000 0.882031 0.000000 -0.471191 0.101562 0.101562 0.101562 +5535.453613 0.000000 1089.933228 0.000000 0.949302 0.000000 -0.314366 0.101018 0.101018 0.101018 +5519.130859 0.000000 1112.574951 0.000000 0.422290 0.000000 0.906461 0.096388 0.096388 0.096388 +5545.563477 0.000000 1099.694092 0.000000 0.919449 0.000000 0.393210 0.098714 0.098714 0.098714 +5562.368164 0.000000 1125.129028 0.000000 0.867740 0.000000 0.497019 0.125616 0.125616 0.125616 +5535.758301 0.000000 1103.362793 0.000000 0.990389 0.000000 -0.138307 0.100442 0.100442 0.100442 +5567.958008 0.000000 1094.102173 0.000000 0.826999 0.000000 -0.562204 0.101900 0.101900 0.101900 +5567.487305 0.000000 1103.430786 0.000000 0.757666 0.000000 0.652642 0.100201 0.100201 0.100201 +5518.007324 0.000000 1104.093384 0.000000 0.940903 0.000000 -0.338677 0.101100 0.101100 0.101100 +5526.478027 0.000000 1108.096436 0.000000 0.222843 0.000000 0.974854 0.096520 0.096520 0.096520 +5527.890625 0.000000 1092.260864 0.000000 0.831708 0.000000 -0.555213 0.101874 0.101874 0.101874 +5542.893555 0.000000 1092.650513 0.000000 0.964296 0.000000 -0.264826 0.100853 0.100853 0.100853 +5524.089355 0.000000 1118.020020 0.000000 0.730774 0.000000 0.682620 0.113193 0.113193 0.113193 +5511.979980 0.000000 1115.338379 0.000000 0.999236 0.000000 -0.039085 0.100124 0.100124 0.100124 +5560.550781 0.000000 1106.062256 0.000000 0.985515 0.000000 0.169590 0.103636 0.103636 0.103636 +5555.456055 0.000000 1123.491333 0.000000 0.600715 0.000000 0.799463 0.115809 0.115809 0.115809 +5548.760254 0.000000 1111.708252 0.000000 0.927073 0.000000 0.374882 0.104034 0.104034 0.104034 +5536.032227 0.000000 1110.140991 0.000000 0.991730 0.000000 0.128338 0.108796 0.108796 0.108796 +5545.260742 0.000000 1117.425293 0.000000 0.946503 0.000000 0.322694 0.112536 0.112536 0.112536 +5545.385742 0.000000 1106.121216 0.000000 0.919769 0.000000 0.392461 0.100652 0.100652 0.100652 +5556.365234 0.000000 1112.469360 0.000000 0.099002 0.000000 0.995087 0.106262 0.106262 0.106262 +5565.248047 0.000000 1119.205200 0.000000 0.999429 0.000000 -0.033796 0.128990 0.128990 0.128990 +5559.107910 0.000000 1118.404419 0.000000 0.472024 0.000000 0.881586 0.119556 0.119556 0.119556 +5510.215332 0.000000 1122.140747 0.000000 0.124891 0.000000 0.992170 0.095399 0.095399 0.095399 +5539.765137 0.000000 1099.050415 0.000000 0.999565 0.000000 -0.029501 0.100094 0.100094 0.100094 +5567.586426 0.000000 1126.637695 0.000000 0.888705 0.000000 -0.458479 0.134786 0.134786 0.134786 +5513.641113 0.000000 1126.390991 0.000000 0.275088 0.000000 0.961419 0.098304 0.098304 0.098304 +5565.212891 0.000000 1098.594849 0.000000 0.250101 0.000000 0.968220 0.095805 0.095805 0.095805 +5521.256836 0.000000 1107.917969 0.000000 0.857161 0.000000 0.515049 0.098278 0.098278 0.098278 +5549.434082 0.000000 1102.932373 0.000000 0.867343 0.000000 0.497711 0.098342 0.098342 0.098342 +5529.505859 0.000000 1126.974854 0.000000 0.999571 0.000000 0.029290 0.124254 0.124254 0.124254 +5530.364746 0.000000 1098.764404 0.000000 0.639785 0.000000 0.768554 0.097210 0.097210 0.097210 +5522.817383 0.000000 1103.646973 0.000000 0.984680 0.000000 -0.174369 0.100558 0.100558 0.100558 +5558.864258 0.000000 1128.201782 0.000000 0.999658 0.000000 -0.026167 0.121670 0.121670 0.121670 +5534.060547 0.000000 1121.358032 0.000000 0.865356 0.000000 -0.501158 0.122461 0.122461 0.122461 +5542.535645 0.000000 1102.711182 0.000000 0.679679 0.000000 0.733509 0.097379 0.097379 0.097379 +5541.098633 0.000000 1116.074097 0.000000 0.998676 0.000000 -0.051449 0.115034 0.115034 0.115034 +5563.211426 0.000000 1102.821289 0.000000 0.841223 0.000000 0.540689 0.098182 0.098182 0.098182 +5537.947754 0.000000 1122.676636 0.000000 0.445674 0.000000 0.895195 0.116197 0.116197 0.116197 +5566.419434 0.000000 1115.350464 0.000000 0.933887 0.000000 -0.357569 0.124117 0.124117 0.124117 +5549.311035 0.000000 1107.552979 0.000000 0.034571 0.000000 0.999402 0.095909 0.095909 0.095909 +5558.381836 0.000000 1102.530762 0.000000 0.646653 0.000000 0.762785 0.097238 0.097238 0.097238 +5542.889160 0.000000 1096.642700 0.000000 0.280540 0.000000 0.959842 0.095905 0.095905 0.095905 +5512.908691 0.000000 1119.103149 0.000000 0.951195 0.000000 -0.308591 0.100999 0.100999 0.100999 +5552.647949 0.000000 1113.678833 0.000000 0.191595 0.000000 0.981474 0.104988 0.104988 0.104988 +5557.013672 0.000000 1107.849487 0.000000 0.996934 0.000000 0.078246 0.101148 0.101148 0.101148 +5552.023926 0.000000 1125.738159 0.000000 0.868659 0.000000 -0.495411 0.120158 0.120158 0.120158 +5551.868652 0.000000 1121.614136 0.000000 0.972437 0.000000 0.233165 0.116210 0.116210 0.116210 +5545.322754 0.000000 1121.478760 0.000000 0.825541 0.000000 0.564342 0.113753 0.113753 0.113753 +5540.620605 0.000000 1119.911621 0.000000 0.006001 0.000000 0.999982 0.110723 0.110723 0.110723 +5534.953613 0.000000 1129.455688 0.000000 0.019553 0.000000 0.999809 0.113968 0.113968 0.113968 +5565.507812 0.000000 1122.979858 0.000000 0.855226 0.000000 -0.518255 0.133366 0.133366 0.133366 +5527.371094 0.000000 1116.217041 0.000000 0.532699 0.000000 0.846305 0.110615 0.110615 0.110615 +5525.502930 0.000000 1121.522339 0.000000 0.893926 0.000000 -0.448215 0.120525 0.120525 0.120525 +5521.939453 0.000000 1114.998657 0.000000 0.968113 0.000000 -0.250512 0.103912 0.103912 0.103912 +5548.376953 0.000000 1119.470825 0.000000 0.981825 0.000000 0.189790 0.115262 0.115262 0.115262 +5522.579102 0.000000 1128.391968 0.000000 0.663137 0.000000 0.748498 0.121021 0.121021 0.121021 +5563.981445 0.000000 1128.422363 0.000000 0.999198 0.000000 0.040031 0.125890 0.125890 0.125890 +5533.530273 0.000000 1100.495483 0.000000 0.987685 0.000000 -0.156453 0.100500 0.100500 0.100500 +5545.204590 0.000000 1109.764526 0.000000 0.973467 0.000000 -0.228829 0.105532 0.105532 0.105532 +5555.402344 0.000000 1127.170410 0.000000 0.887675 0.000000 -0.460471 0.120577 0.120577 0.120577 +5545.656250 0.000000 1113.312866 0.000000 0.859806 0.000000 -0.510621 0.111107 0.111107 0.111107 +5551.917480 0.000000 1109.985107 0.000000 0.659639 0.000000 0.751583 0.099746 0.099746 0.099746 +5559.062500 0.000000 1124.220581 0.000000 0.942366 0.000000 0.334584 0.122465 0.122465 0.122465 +5522.230469 0.000000 1111.238647 0.000000 0.936298 0.000000 -0.351205 0.101142 0.101142 0.101142 +5555.759277 0.000000 1104.567993 0.000000 0.998933 0.000000 0.046183 0.099853 0.099853 0.099853 +5531.595215 0.000000 1123.726807 0.000000 0.508612 0.000000 0.860996 0.118638 0.118638 0.118638 +5545.064941 0.000000 1124.908691 0.000000 0.830723 0.000000 0.556687 0.109939 0.109939 0.109939 +5549.386719 0.000000 1127.910156 0.000000 0.945632 0.000000 -0.325239 0.111528 0.111528 0.111528 +5529.681152 0.000000 1106.980591 0.000000 0.104178 0.000000 0.994559 0.095332 0.095332 0.095332 +5539.666992 0.000000 1109.689331 0.000000 0.967782 0.000000 0.251789 0.106136 0.106136 0.106136 +5538.857422 0.000000 1102.332031 0.000000 0.078806 0.000000 0.996890 0.095251 0.095251 0.095251 +5552.580566 0.000000 1103.643921 0.000000 0.707210 0.000000 0.707003 0.097500 0.097500 0.097500 +5528.572266 0.000000 1112.667480 0.000000 0.956459 0.000000 0.291865 0.108769 0.108769 0.108769 +5516.457520 0.000000 1124.979004 0.000000 0.021042 0.000000 0.999779 0.103855 0.103855 0.103855 +5545.967773 0.000000 1103.020996 0.000000 0.802528 0.000000 0.596615 0.097965 0.097965 0.097965 +5537.099609 0.000000 1107.152832 0.000000 0.927852 0.000000 0.372947 0.103487 0.103487 0.103487 +5513.278320 0.000000 1123.286743 0.000000 0.926914 0.000000 -0.375273 0.101225 0.101225 0.101225 +5542.581055 0.000000 1108.327515 0.000000 0.313677 0.000000 0.949530 0.101126 0.101126 0.101126 +5514.072266 0.000000 1129.375122 0.000000 0.983219 0.000000 -0.182431 0.108755 0.108755 0.108755 +5562.631836 0.000000 1108.339600 0.000000 0.975006 0.000000 -0.222179 0.108894 0.108894 0.108894 +5527.191895 0.000000 1119.093750 0.000000 0.853663 0.000000 0.520826 0.116696 0.116696 0.116696 +5516.083496 0.000000 1118.717041 0.000000 0.909896 0.000000 0.414837 0.101125 0.101125 0.101125 +5561.384766 0.000000 1129.454834 0.000000 0.623685 0.000000 0.781676 0.120273 0.120273 0.120273 +5532.947754 0.000000 1103.274902 0.000000 0.563785 0.000000 0.825922 0.096907 0.096907 0.096907 +5543.299805 0.000000 1119.582520 0.000000 0.955694 0.000000 -0.294361 0.117069 0.117069 0.117069 +5543.591309 0.000000 1115.039185 0.000000 0.982923 0.000000 -0.184019 0.113832 0.113832 0.113832 +5524.984863 0.000000 1110.401123 0.000000 0.016730 0.000000 0.999860 0.096917 0.096917 0.096917 +5565.125000 0.000000 1125.682373 0.000000 0.035909 0.000000 0.999355 0.124155 0.124155 0.124155 +5563.000977 0.000000 1111.004150 0.000000 0.962499 0.000000 0.271284 0.109954 0.109954 0.109954 +5516.375000 0.000000 1127.870972 0.000000 0.150449 0.000000 0.988618 0.106446 0.106446 0.106446 +5537.910645 0.000000 1115.526001 0.000000 0.851318 0.000000 0.524650 0.111726 0.111726 0.111726 +5523.443848 0.000000 1123.122925 0.000000 0.917599 0.000000 0.397506 0.117775 0.117775 0.117775 +5518.650879 0.000000 1123.543945 0.000000 0.008282 0.000000 0.999966 0.105407 0.105407 0.105407 +5542.646484 0.000000 1105.360352 0.000000 0.732362 0.000000 0.680916 0.097889 0.097889 0.097889 +5567.976562 0.000000 1123.818481 0.000000 0.999385 0.000000 0.035075 0.133744 0.133744 0.133744 +5547.601562 0.000000 1126.103149 0.000000 0.898837 0.000000 -0.438283 0.109116 0.109116 0.109116 +5536.544434 0.000000 1120.534668 0.000000 0.901729 0.000000 0.432303 0.118182 0.118182 0.118182 +5557.633789 0.000000 1110.260376 0.000000 0.022075 0.000000 0.999756 0.101728 0.101728 0.101728 +5531.698730 0.000000 1119.702515 0.000000 0.976638 0.000000 0.214889 0.118505 0.118505 0.118505 +5566.390625 0.000000 1128.963623 0.000000 0.109369 0.000000 0.994001 0.124461 0.124461 0.124461 +5547.659668 0.000000 1109.382812 0.000000 0.311156 0.000000 0.950359 0.100041 0.100041 0.100041 +5535.328613 0.000000 1123.525024 0.000000 0.771844 0.000000 0.635812 0.118902 0.118902 0.118902 +5567.509766 0.000000 1110.421631 0.000000 0.998194 0.000000 0.060081 0.115744 0.115744 0.115744 +5566.994629 0.000000 1120.826904 0.000000 0.951033 0.000000 0.309090 0.131445 0.131445 0.131445 +5559.044922 0.000000 1112.291504 0.000000 0.963451 0.000000 -0.267883 0.114142 0.114142 0.114142 +5556.706543 0.000000 1129.518433 0.000000 0.915410 0.000000 0.402522 0.118307 0.118307 0.118307 +5532.944336 0.000000 1109.070557 0.000000 0.251013 0.000000 0.967984 0.100907 0.100907 0.100907 +5557.005371 0.000000 1125.398315 0.000000 0.883956 0.000000 0.467570 0.119134 0.119134 0.119134 +5564.008301 0.000000 1115.480347 0.000000 0.034678 0.000000 0.999399 0.114026 0.114026 0.114026 +5536.330078 0.000000 1127.500610 0.000000 0.939976 0.000000 0.341242 0.118559 0.118559 0.118559 +5540.952637 0.000000 1113.680054 0.000000 0.885411 0.000000 -0.464809 0.113200 0.113200 0.113200 +5533.291016 0.000000 1115.545654 0.000000 0.793460 0.000000 0.608623 0.111905 0.111905 0.111905 +5553.129395 0.000000 1123.609009 0.000000 0.967241 0.000000 -0.253862 0.119173 0.119173 0.119173 +5560.630371 0.000000 1126.658081 0.000000 0.427893 0.000000 0.903829 0.120442 0.120442 0.120442 +5523.253418 0.000000 1120.789795 0.000000 0.529290 0.000000 0.848441 0.112227 0.112227 0.112227 +5527.348633 0.000000 1126.201538 0.000000 0.892377 0.000000 0.451291 0.123068 0.123068 0.123068 +5531.203125 0.000000 1112.520874 0.000000 0.236767 0.000000 0.971566 0.105686 0.105686 0.105686 +5539.522949 0.000000 1117.848999 0.000000 0.852580 0.000000 -0.522596 0.117426 0.117426 0.117426 +5559.405273 0.000000 1108.056274 0.000000 0.984553 0.000000 -0.175087 0.106476 0.106476 0.106476 +5553.314941 0.000000 1115.901367 0.000000 0.938325 0.000000 0.345756 0.111340 0.111340 0.111340 +5563.305664 0.000000 1122.982178 0.000000 0.956820 0.000000 -0.290682 0.130061 0.130061 0.130061 +5550.880859 0.000000 1123.738770 0.000000 0.961383 0.000000 0.275214 0.116603 0.116603 0.116603 +5557.789062 0.000000 1116.646851 0.000000 0.973547 0.000000 0.228486 0.118452 0.118452 0.118452 +5521.493164 0.000000 1117.175903 0.000000 0.259825 0.000000 0.965656 0.102011 0.102011 0.102011 +5561.072754 0.000000 1123.320190 0.000000 0.957006 0.000000 -0.290069 0.127797 0.127797 0.127797 +5553.031738 0.000000 1119.541626 0.000000 0.999984 0.000000 0.005575 0.117626 0.117626 0.117626 +5553.262695 0.000000 1127.764160 0.000000 0.047730 0.000000 0.998860 0.111944 0.111944 0.111944 +5561.190430 0.000000 1115.309937 0.000000 0.997693 0.000000 0.067882 0.118511 0.118511 0.118511 +5554.103516 0.000000 1121.536011 0.000000 0.838550 0.000000 -0.544825 0.122087 0.122087 0.122087 +5536.607910 0.000000 1112.293823 0.000000 0.943897 0.000000 -0.330239 0.112679 0.112679 0.112679 +5546.219238 0.000000 1119.417725 0.000000 0.747951 0.000000 0.663754 0.112740 0.112740 0.112740 +5549.465820 0.000000 1117.499023 0.000000 0.994800 0.000000 -0.101849 0.114657 0.114657 0.114657 +5559.867676 0.000000 1120.434814 0.000000 0.138854 0.000000 0.990313 0.118703 0.118703 0.118703 +5538.508301 0.000000 1119.768799 0.000000 0.744161 0.000000 0.668000 0.114908 0.114908 0.114908 +5543.778320 0.000000 1129.038086 0.000000 0.493502 0.000000 0.869744 0.106118 0.106118 0.106118 +5549.747070 0.000000 1121.894653 0.000000 0.988852 0.000000 -0.148902 0.116518 0.116518 0.116518 +5546.678223 0.000000 1111.378174 0.000000 0.360991 0.000000 0.932569 0.101833 0.101833 0.101833 +5546.281250 0.000000 1115.414917 0.000000 0.659636 0.000000 0.751585 0.108467 0.108467 0.108467 +5549.836426 0.000000 1125.835938 0.000000 0.989520 0.000000 0.144399 0.112086 0.112086 0.112086 +5563.003418 0.000000 1119.212769 0.000000 0.936480 0.000000 0.350722 0.124613 0.124613 0.124613 +5543.167969 0.000000 1121.673096 0.000000 0.998137 0.000000 -0.061010 0.116192 0.116192 0.116192 +5529.618652 0.000000 1124.880371 0.000000 0.997110 0.000000 0.075969 0.124069 0.124069 0.124069 +5528.887695 0.000000 1114.803345 0.000000 0.856597 0.000000 0.515986 0.110662 0.110662 0.110662 +5554.394043 0.000000 1125.324951 0.000000 0.973365 0.000000 0.229259 0.118449 0.118449 0.118449 +5564.034180 0.000000 1121.026367 0.000000 0.814533 0.000000 -0.580118 0.133104 0.133104 0.133104 +5547.407227 0.000000 1117.431152 0.000000 0.998540 0.000000 0.054019 0.113530 0.113530 0.113530 +5544.284180 0.000000 1111.669678 0.000000 0.731812 0.000000 0.681507 0.104996 0.104996 0.104996 +5546.638672 0.000000 1123.635742 0.000000 0.799329 0.000000 0.600894 0.111392 0.111392 0.111392 +5544.389160 0.000000 1126.833496 0.000000 0.176923 0.000000 0.984225 0.104935 0.104935 0.104935 +5554.750488 0.000000 1113.756348 0.000000 0.999671 0.000000 -0.025658 0.109894 0.109894 0.109894 +5537.987305 0.000000 1110.816772 0.000000 0.870047 0.000000 -0.492969 0.111036 0.111036 0.111036 +5557.101074 0.000000 1118.528687 0.000000 0.993380 0.000000 0.114875 0.120565 0.120565 0.120565 +5524.141113 0.000000 1127.134888 0.000000 0.889388 0.000000 -0.457153 0.126818 0.126818 0.126818 +5557.007812 0.000000 1114.353516 0.000000 0.851498 0.000000 0.524358 0.113379 0.113379 0.113379 +5561.129395 0.000000 1112.021729 0.000000 0.907959 0.000000 -0.419058 0.114723 0.114723 0.114723 +5565.282227 0.000000 1117.158325 0.000000 0.983780 0.000000 0.179377 0.123656 0.123656 0.123656 +5519.590332 0.000000 1125.299561 0.000000 0.970966 0.000000 -0.239218 0.114600 0.114600 0.114600 +5526.911621 0.000000 1114.192749 0.000000 0.961156 0.000000 -0.276006 0.111912 0.111912 0.111912 +5531.739258 0.000000 1116.826538 0.000000 0.879433 0.000000 -0.476023 0.118936 0.118936 0.118936 +5525.843750 0.000000 1123.487793 0.000000 0.960975 0.000000 -0.276636 0.122653 0.122653 0.122653 +5561.007324 0.000000 1118.863647 0.000000 0.811580 0.000000 0.584242 0.122998 0.122998 0.122998 +5562.520996 0.000000 1127.115723 0.000000 0.631088 0.000000 0.775711 0.123577 0.123577 0.123577 +5534.288086 0.000000 1127.665527 0.000000 0.782245 0.000000 0.622971 0.118966 0.118966 0.118966 +5564.454590 0.000000 1113.542236 0.000000 0.969830 0.000000 0.243784 0.115057 0.115057 0.115057 +5532.161133 0.000000 1121.815186 0.000000 0.834713 0.000000 -0.550685 0.123255 0.123255 0.123255 +5520.905273 0.000000 1127.102539 0.000000 0.643939 0.000000 0.765077 0.116563 0.116563 0.116563 +5525.101562 0.000000 1119.654175 0.000000 0.538201 0.000000 0.842816 0.112266 0.112266 0.112266 +5532.720215 0.000000 1113.712280 0.000000 0.987982 0.000000 0.154571 0.110934 0.110934 0.110934 +5537.680176 0.000000 1129.030884 0.000000 0.877309 0.000000 -0.479925 0.120091 0.120091 0.120091 +5525.917480 0.000000 1117.465332 0.000000 0.999688 0.000000 -0.024970 0.112695 0.112695 0.112695 +5557.449707 0.000000 1123.094604 0.000000 0.981696 0.000000 0.190454 0.120827 0.120827 0.120827 +5564.771484 0.000000 1110.287231 0.000000 0.601504 0.000000 0.798870 0.108744 0.108744 0.108744 +5559.893555 0.000000 1116.707886 0.000000 0.074188 0.000000 0.997244 0.116311 0.116311 0.116311 +5544.388184 0.000000 1123.204712 0.000000 0.839729 0.000000 -0.543006 0.116374 0.116374 0.116374 +5558.588867 0.000000 1126.386230 0.000000 0.887384 0.000000 0.461032 0.120266 0.120266 0.120266 +5529.774414 0.000000 1122.902344 0.000000 0.736114 0.000000 0.676858 0.120879 0.120879 0.120879 +5557.188965 0.000000 1127.615845 0.000000 0.955835 0.000000 -0.293905 0.122157 0.122157 0.122157 +5541.294434 0.000000 1118.159302 0.000000 0.814182 0.000000 0.580610 0.114229 0.114229 0.114229 +5539.619629 0.000000 1115.109985 0.000000 0.644478 0.000000 0.764623 0.110030 0.110030 0.110030 +5565.535645 0.000000 1127.378662 0.000000 0.548624 0.000000 0.836069 0.126418 0.126418 0.126418 +5528.891602 0.000000 1119.558228 0.000000 0.964113 0.000000 0.265491 0.118307 0.118307 0.118307 +5528.204102 0.000000 1117.730591 0.000000 0.925038 0.000000 0.379874 0.114528 0.114528 0.114528 +5566.675293 0.000000 1124.954224 0.000000 0.988207 0.000000 -0.153122 0.133986 0.133986 0.133986 +5563.964844 0.000000 1124.504883 0.000000 0.858578 0.000000 -0.512684 0.129920 0.129920 0.129920 +5523.343262 0.000000 1124.804199 0.000000 0.876093 0.000000 0.482142 0.119622 0.119622 0.119622 +5541.577148 0.000000 1121.371704 0.000000 0.988198 0.000000 -0.153180 0.118223 0.118223 0.118223 +5532.899902 0.000000 1124.751831 0.000000 0.999563 0.000000 0.029575 0.122574 0.122574 0.122574 +5560.427734 0.000000 1125.074097 0.000000 0.879413 0.000000 -0.476059 0.127472 0.127472 0.127472 +5556.695312 0.000000 1120.175293 0.000000 0.972485 0.000000 0.232966 0.120103 0.120103 0.120103 +5524.440918 0.000000 1128.709717 0.000000 0.779273 0.000000 0.626685 0.122785 0.122785 0.122785 +5564.027344 0.000000 1118.085571 0.000000 0.872270 0.000000 0.489024 0.126756 0.126756 0.126756 +5564.104492 0.000000 1126.856812 0.000000 0.999227 0.000000 -0.039317 0.130696 0.130696 0.130696 +5558.280273 0.000000 1119.782471 0.000000 0.995291 0.000000 -0.096929 0.124192 0.124192 0.124192 +5560.412109 0.000000 1128.249268 0.000000 0.007346 0.000000 0.999973 0.117648 0.117648 0.117648 +5566.913574 0.000000 1119.241699 0.000000 0.036459 0.000000 0.999335 0.124157 0.124157 0.124157 +5528.325195 0.000000 1122.343384 0.000000 0.998097 0.000000 0.061661 0.123566 0.123566 0.123566 +5525.894043 0.000000 1126.476929 0.000000 0.917951 0.000000 -0.396693 0.126552 0.126552 0.126552 +5569.451172 0.000000 1085.378784 0.000000 0.150250 0.000000 0.988648 0.095480 0.095480 0.095480 +5569.318848 0.000000 1112.091553 0.000000 0.601644 0.000000 0.798764 0.119076 0.119076 0.119076 +5606.230957 0.000000 1111.732178 0.000000 0.942084 0.000000 0.335376 0.098911 0.098911 0.098911 +5615.722656 0.000000 1117.522827 0.000000 0.979531 0.000000 0.201293 0.099355 0.099355 0.099355 +5570.396484 0.000000 1075.065308 0.000000 0.107295 0.000000 0.994227 0.095342 0.095342 0.095342 +5577.400879 0.000000 1089.322266 0.000000 0.216700 0.000000 0.976238 0.095695 0.095695 0.095695 +5576.407715 0.000000 1081.015503 0.000000 0.047895 0.000000 0.998852 0.095153 0.095153 0.095153 +5568.254883 0.000000 1120.343994 0.000000 0.191950 0.000000 0.981405 0.129093 0.129093 0.129093 +5598.236816 0.000000 1125.733032 0.000000 0.999092 0.000000 -0.042611 0.120612 0.120612 0.120612 +5591.890625 0.000000 1092.260864 0.000000 0.733521 0.000000 0.679667 0.116489 0.116489 0.116489 +5575.979980 0.000000 1115.338379 0.000000 0.359408 0.000000 0.933180 0.134692 0.134692 0.134692 +5570.500488 0.000000 1092.947144 0.000000 0.883138 0.000000 0.469114 0.098446 0.098446 0.098446 +5601.210449 0.000000 1118.076416 0.000000 0.450584 0.000000 0.892734 0.110272 0.110272 0.110272 +5598.530273 0.000000 1096.663208 0.000000 0.974708 0.000000 -0.223483 0.108899 0.108899 0.108899 +5577.203613 0.000000 1108.903931 0.000000 0.982490 0.000000 0.186314 0.126969 0.126969 0.126969 +5612.760254 0.000000 1111.708252 0.000000 0.980703 0.000000 0.195506 0.099374 0.099374 0.099374 +5600.032227 0.000000 1110.140991 0.000000 0.268339 0.000000 0.963324 0.103115 0.103115 0.103115 +5593.621582 0.000000 1121.078003 0.000000 0.499302 0.000000 0.866428 0.139175 0.139175 0.139175 +5574.215332 0.000000 1122.140747 0.000000 0.414251 0.000000 0.910163 0.141435 0.141435 0.141435 +5594.074219 0.000000 1103.719604 0.000000 0.999304 0.000000 -0.037313 0.113300 0.113300 0.113300 +5591.491699 0.000000 1073.834595 0.000000 0.767682 0.000000 0.640830 0.116138 0.116138 0.116138 +5613.943359 0.000000 1075.558105 0.000000 0.047136 0.000000 0.998888 0.095150 0.095150 0.095150 +5575.914551 0.000000 1075.040039 0.000000 0.345563 0.000000 0.938395 0.096123 0.096123 0.096123 +5604.276367 0.000000 1106.449829 0.000000 0.942481 0.000000 -0.334259 0.101085 0.101085 0.101085 +5585.256836 0.000000 1107.917969 0.000000 0.908944 0.000000 -0.416919 0.133455 0.133455 0.133455 +5604.045898 0.000000 1078.478027 0.000000 0.169939 0.000000 0.985455 0.109728 0.109728 0.109728 +5586.283691 0.000000 1074.335815 0.000000 0.987808 0.000000 -0.155677 0.118232 0.118232 0.118232 +5574.330566 0.000000 1085.299927 0.000000 0.978932 0.000000 0.204185 0.099345 0.099345 0.099345 +5582.875488 0.000000 1117.965210 0.000000 0.570384 0.000000 0.821378 0.150964 0.150964 0.150964 +5587.007324 0.000000 1091.281494 0.000000 0.611947 0.000000 0.790898 0.112599 0.112599 0.112599 +5594.709961 0.000000 1110.243042 0.000000 0.637416 0.000000 0.770520 0.119254 0.119254 0.119254 +5578.351562 0.000000 1094.082031 0.000000 0.848306 0.000000 -0.529507 0.107763 0.107763 0.107763 +5590.937012 0.000000 1087.630493 0.000000 0.975325 0.000000 0.220775 0.125157 0.125157 0.125157 +5608.763184 0.000000 1088.325317 0.000000 0.976338 0.000000 -0.216251 0.100694 0.100694 0.100694 +5593.505859 0.000000 1126.974854 0.000000 0.999839 0.000000 0.017918 0.150054 0.150054 0.150054 +5571.505371 0.000000 1116.629272 0.000000 0.970867 0.000000 -0.239619 0.137183 0.137183 0.137183 +5594.364746 0.000000 1098.764404 0.000000 0.999989 0.000000 -0.004601 0.110941 0.110941 0.110941 +5602.932617 0.000000 1127.280029 0.000000 0.676588 0.000000 0.736362 0.103638 0.103638 0.103638 +5603.991211 0.000000 1088.929565 0.000000 0.253602 0.000000 0.967309 0.108431 0.108431 0.108431 +5586.817383 0.000000 1103.646973 0.000000 0.996560 0.000000 -0.082873 0.121890 0.121890 0.121890 +5593.237793 0.000000 1079.362061 0.000000 0.971569 0.000000 0.236758 0.126759 0.126759 0.126759 +5587.771973 0.000000 1095.828613 0.000000 0.856371 0.000000 0.516361 0.111211 0.111211 0.111211 +5602.015137 0.000000 1093.698608 0.000000 0.970513 0.000000 -0.241047 0.107832 0.107832 0.107832 +5589.668945 0.000000 1082.992065 0.000000 0.901751 0.000000 0.432255 0.123152 0.123152 0.123152 +5598.060547 0.000000 1121.358032 0.000000 0.974099 0.000000 -0.226123 0.123016 0.123016 0.123016 +5600.426758 0.000000 1085.640991 0.000000 0.864220 0.000000 0.503114 0.119529 0.119529 0.119529 +5572.763672 0.000000 1109.395386 0.000000 0.967403 0.000000 -0.253242 0.124819 0.124819 0.124819 +5595.131348 0.000000 1089.324341 0.000000 0.577172 0.000000 0.816622 0.120044 0.120044 0.120044 +5579.786133 0.000000 1078.256104 0.000000 0.018945 0.000000 0.999821 0.096392 0.096392 0.096392 +5585.260254 0.000000 1099.660278 0.000000 0.985173 0.000000 -0.171566 0.115476 0.115476 0.115476 +5608.015625 0.000000 1080.831665 0.000000 0.166062 0.000000 0.986115 0.099010 0.099010 0.099010 +5568.163086 0.000000 1107.949707 0.000000 0.910679 0.000000 0.413115 0.111631 0.111631 0.111631 +5573.119141 0.000000 1089.637329 0.000000 0.344324 0.000000 0.938851 0.096119 0.096119 0.096119 +5597.237305 0.000000 1106.725342 0.000000 0.899654 0.000000 -0.436603 0.113088 0.113088 0.113088 +5599.334473 0.000000 1114.188599 0.000000 0.796251 0.000000 0.604967 0.115763 0.115763 0.115763 +5595.932617 0.000000 1093.472778 0.000000 0.230608 0.000000 0.973047 0.113173 0.113173 0.113173 +5601.947754 0.000000 1122.676636 0.000000 0.161696 0.000000 0.986841 0.108092 0.108092 0.108092 +5568.156738 0.000000 1128.103271 0.000000 0.991762 0.000000 -0.128097 0.134441 0.134441 0.134441 +5606.889160 0.000000 1096.642700 0.000000 0.367687 0.000000 0.929950 0.096198 0.096198 0.096198 +5574.424805 0.000000 1093.563232 0.000000 0.630488 0.000000 0.776199 0.097171 0.097171 0.097171 +5583.831543 0.000000 1077.375000 0.000000 0.282197 0.000000 0.959356 0.105314 0.105314 0.105314 +5576.908691 0.000000 1119.103149 0.000000 0.973552 0.000000 -0.228468 0.151806 0.151806 0.151806 +5581.506836 0.000000 1109.017578 0.000000 0.992922 0.000000 0.118767 0.132828 0.132828 0.132828 +5609.322754 0.000000 1121.478760 0.000000 0.680972 0.000000 0.732310 0.097384 0.097384 0.097384 +5572.755371 0.000000 1101.075806 0.000000 0.128169 0.000000 0.991752 0.099418 0.099418 0.099418 +5604.620605 0.000000 1119.911621 0.000000 0.637355 0.000000 0.770570 0.097200 0.097200 0.097200 +5600.618164 0.000000 1076.568726 0.000000 0.626322 0.000000 0.779565 0.118109 0.118109 0.118109 +5591.371094 0.000000 1116.217041 0.000000 0.997821 0.000000 -0.065980 0.146526 0.146526 0.146526 +5589.502930 0.000000 1121.522339 0.000000 0.758197 0.000000 0.652026 0.150579 0.150579 0.150579 +5606.686523 0.000000 1073.508911 0.000000 0.992276 0.000000 -0.124053 0.104614 0.104614 0.104614 +5602.735840 0.000000 1112.856201 0.000000 0.504688 0.000000 0.863302 0.100746 0.100746 0.100746 +5615.663086 0.000000 1083.214966 0.000000 0.959790 0.000000 -0.280718 0.100906 0.100906 0.100906 +5572.957520 0.000000 1113.050171 0.000000 0.987193 0.000000 0.159529 0.132653 0.132653 0.132653 +5597.530273 0.000000 1100.495483 0.000000 0.039236 0.000000 0.999230 0.103918 0.103918 0.103918 +5609.656250 0.000000 1113.312866 0.000000 0.907930 0.000000 -0.419123 0.101377 0.101377 0.101377 +5606.346680 0.000000 1127.460815 0.000000 0.054112 0.000000 0.998535 0.095172 0.095172 0.095172 +5577.866211 0.000000 1112.275513 0.000000 0.961550 0.000000 0.274628 0.137150 0.137150 0.137150 +5568.009766 0.000000 1115.395630 0.000000 0.191520 0.000000 0.981489 0.122664 0.122664 0.122664 +5596.431641 0.000000 1080.710938 0.000000 0.537095 0.000000 0.843522 0.123107 0.123107 0.123107 +5586.230469 0.000000 1111.238647 0.000000 0.999146 0.000000 0.041330 0.140431 0.140431 0.140431 +5568.894531 0.000000 1103.503296 0.000000 0.873570 0.000000 -0.486698 0.106457 0.106457 0.106457 +5579.406250 0.000000 1106.273926 0.000000 0.999508 0.000000 0.031361 0.124246 0.124246 0.124246 +5603.104004 0.000000 1081.745239 0.000000 0.929961 0.000000 0.367659 0.120112 0.120112 0.120112 +5595.595215 0.000000 1123.726807 0.000000 0.916370 0.000000 -0.400332 0.139054 0.139054 0.139054 +5594.987305 0.000000 1073.291870 0.000000 0.893607 0.000000 -0.448851 0.122233 0.122233 0.122233 +5583.197266 0.000000 1084.835938 0.000000 0.753473 0.000000 0.657479 0.107844 0.107844 0.107844 +5593.681152 0.000000 1106.980591 0.000000 0.039960 0.000000 0.999201 0.112447 0.112447 0.112447 +5601.099609 0.000000 1107.152832 0.000000 0.476089 0.000000 0.879397 0.100637 0.100637 0.100637 +5593.661133 0.000000 1076.269287 0.000000 0.930646 0.000000 0.365920 0.124547 0.124547 0.124547 +5577.278320 0.000000 1123.286743 0.000000 0.999763 0.000000 0.021764 0.151716 0.151716 0.151716 +5579.486816 0.000000 1081.762695 0.000000 0.987510 0.000000 0.157556 0.101447 0.101447 0.101447 +5609.676758 0.000000 1091.270142 0.000000 0.891729 0.000000 -0.452570 0.101495 0.101495 0.101495 +5577.084961 0.000000 1084.020996 0.000000 0.997817 0.000000 -0.066046 0.100210 0.100210 0.100210 +5593.916992 0.000000 1117.969360 0.000000 0.950992 0.000000 -0.309215 0.141458 0.141458 0.141458 +5577.604492 0.000000 1100.657471 0.000000 0.604055 0.000000 0.796943 0.106581 0.106581 0.106581 +5612.194824 0.000000 1085.280518 0.000000 0.834222 0.000000 -0.551429 0.101859 0.101859 0.101859 +5574.057129 0.000000 1118.140869 0.000000 0.963575 0.000000 -0.267439 0.148609 0.148609 0.148609 +5585.664551 0.000000 1079.859131 0.000000 0.961632 0.000000 0.274342 0.115496 0.115496 0.115496 +5575.437500 0.000000 1128.246704 0.000000 0.921851 0.000000 0.387544 0.144366 0.144366 0.144366 +5604.759766 0.000000 1094.579346 0.000000 0.906870 0.000000 0.421411 0.098615 0.098615 0.098615 +5585.360840 0.000000 1119.363525 0.000000 0.927074 0.000000 0.374878 0.157711 0.157711 0.157711 +5581.099609 0.000000 1092.979736 0.000000 0.185814 0.000000 0.982585 0.102289 0.102289 0.102289 +5591.191895 0.000000 1119.093750 0.000000 0.998379 0.000000 -0.056924 0.148167 0.148167 0.148167 +5596.380371 0.000000 1128.053467 0.000000 0.999480 0.000000 0.032257 0.134316 0.134316 0.134316 +5588.994629 0.000000 1075.755859 0.000000 0.998956 0.000000 0.045690 0.120273 0.120273 0.120273 +5588.094727 0.000000 1088.604004 0.000000 0.999955 0.000000 -0.009461 0.122166 0.122166 0.122166 +5598.608887 0.000000 1078.742798 0.000000 0.921790 0.000000 0.387690 0.124453 0.124453 0.124453 +5582.604980 0.000000 1120.780151 0.000000 0.169436 0.000000 0.985541 0.154687 0.154687 0.154687 +5584.939453 0.000000 1089.131836 0.000000 0.306928 0.000000 0.951733 0.108093 0.108093 0.108093 +5598.952637 0.000000 1092.715454 0.000000 0.644962 0.000000 0.764214 0.110032 0.110032 0.110032 +5606.337891 0.000000 1086.939331 0.000000 0.951794 0.000000 -0.306739 0.107499 0.107499 0.107499 +5603.200195 0.000000 1086.000122 0.000000 0.999068 0.000000 0.043173 0.115248 0.115248 0.115248 +5584.244141 0.000000 1102.401001 0.000000 0.216472 0.000000 0.976289 0.116871 0.116871 0.116871 +5595.635742 0.000000 1096.253540 0.000000 0.001257 0.000000 0.999999 0.108044 0.108044 0.108044 +5596.947754 0.000000 1103.274902 0.000000 0.992523 0.000000 0.122061 0.109376 0.109376 0.109376 +5604.575195 0.000000 1075.592163 0.000000 0.868737 0.000000 0.495273 0.109095 0.109095 0.109095 +5593.283691 0.000000 1094.820923 0.000000 0.905533 0.000000 0.424277 0.114901 0.114901 0.114901 +5582.979980 0.000000 1098.043335 0.000000 0.991940 0.000000 -0.126710 0.113623 0.113623 0.113623 +5588.832520 0.000000 1085.782715 0.000000 0.775150 0.000000 0.631777 0.122211 0.122211 0.122211 +5578.564941 0.000000 1075.752075 0.000000 0.765781 0.000000 0.643102 0.097776 0.097776 0.097776 +5579.616211 0.000000 1102.544312 0.000000 0.999666 0.000000 -0.025843 0.116062 0.116062 0.116062 +5601.062500 0.000000 1125.277100 0.000000 0.292733 0.000000 0.956194 0.108040 0.108040 0.108040 +5590.782715 0.000000 1080.506470 0.000000 0.362468 0.000000 0.931996 0.121775 0.121775 0.121775 +5588.984863 0.000000 1110.401123 0.000000 0.981715 0.000000 -0.190357 0.139219 0.139219 0.139219 +5591.408203 0.000000 1085.041260 0.000000 0.978583 0.000000 -0.205852 0.127446 0.127446 0.127446 +5570.822754 0.000000 1107.171265 0.000000 0.974692 0.000000 0.223551 0.115690 0.115690 0.115690 +5580.721191 0.000000 1111.527954 0.000000 0.812242 0.000000 -0.583320 0.142261 0.142261 0.142261 +5580.375000 0.000000 1127.870972 0.000000 0.867077 0.000000 0.498174 0.159217 0.159217 0.159217 +5578.329590 0.000000 1097.907715 0.000000 0.517021 0.000000 0.855973 0.103503 0.103503 0.103503 +5601.910645 0.000000 1115.526001 0.000000 0.137791 0.000000 0.990461 0.106401 0.106401 0.106401 +5601.412109 0.000000 1088.160278 0.000000 0.879128 0.000000 0.476586 0.115235 0.115235 0.115235 +5587.443848 0.000000 1123.122925 0.000000 0.787365 0.000000 0.616487 0.157933 0.157933 0.157933 +5582.650879 0.000000 1123.543945 0.000000 0.919832 0.000000 0.392313 0.162039 0.162039 0.162039 +5603.689941 0.000000 1124.804810 0.000000 0.908436 0.000000 -0.418024 0.107336 0.107336 0.107336 +5590.077637 0.000000 1090.377808 0.000000 0.997968 0.000000 -0.063723 0.122938 0.122938 0.122938 +5582.686523 0.000000 1087.794556 0.000000 0.495082 0.000000 0.868846 0.105583 0.105583 0.105583 +5576.173828 0.000000 1095.469482 0.000000 0.621042 0.000000 0.783777 0.100670 0.100670 0.100670 +5578.235840 0.000000 1116.887329 0.000000 0.271011 0.000000 0.962576 0.144482 0.144482 0.144482 +5572.384766 0.000000 1123.975830 0.000000 0.769332 0.000000 0.638849 0.140802 0.140802 0.140802 +5588.436035 0.000000 1115.474976 0.000000 0.977893 0.000000 -0.209105 0.149455 0.149455 0.149455 +5586.498535 0.000000 1077.021118 0.000000 0.173900 0.000000 0.984763 0.114561 0.114561 0.114561 +5582.389160 0.000000 1106.587891 0.000000 0.354123 0.000000 0.935199 0.126048 0.126048 0.126048 +5595.698730 0.000000 1119.702515 0.000000 0.938259 0.000000 0.345934 0.134604 0.134604 0.134604 +5586.128418 0.000000 1093.964722 0.000000 0.985485 0.000000 0.169765 0.114222 0.114222 0.114222 +5596.928223 0.000000 1091.083252 0.000000 0.637412 0.000000 0.770523 0.115986 0.115986 0.115986 +5592.535645 0.000000 1089.558105 0.000000 0.343553 0.000000 0.939133 0.119540 0.119540 0.119540 +5591.339844 0.000000 1105.610596 0.000000 0.990644 0.000000 0.136475 0.119366 0.119366 0.119366 +5581.872070 0.000000 1101.605591 0.000000 0.901650 0.000000 -0.432466 0.116481 0.116481 0.116481 +5595.678223 0.000000 1078.217285 0.000000 0.999983 0.000000 -0.005807 0.127194 0.127194 0.127194 +5570.552734 0.000000 1129.279297 0.000000 0.993255 0.000000 -0.115949 0.137763 0.137763 0.137763 +5599.328613 0.000000 1123.525024 0.000000 0.959505 0.000000 0.281692 0.121019 0.121019 0.121019 +5591.935547 0.000000 1110.258301 0.000000 0.886083 0.000000 0.463526 0.130736 0.130736 0.130736 +5569.118652 0.000000 1117.933228 0.000000 0.717201 0.000000 0.696867 0.128968 0.128968 0.128968 +5592.077637 0.000000 1082.599609 0.000000 0.539095 0.000000 0.842245 0.123659 0.123659 0.123659 +5601.641602 0.000000 1091.281738 0.000000 0.915732 0.000000 -0.401791 0.115222 0.115222 0.115222 +5575.143066 0.000000 1100.587646 0.000000 0.992583 0.000000 -0.121570 0.107418 0.107418 0.107418 +5601.365723 0.000000 1083.377930 0.000000 0.165718 0.000000 0.986173 0.118810 0.118810 0.118810 +5596.944336 0.000000 1109.070557 0.000000 0.997825 0.000000 -0.065921 0.113403 0.113403 0.113403 +5581.487793 0.000000 1083.219849 0.000000 0.371291 0.000000 0.928517 0.102409 0.102409 0.102409 +5600.330078 0.000000 1127.500610 0.000000 0.097606 0.000000 0.995225 0.107325 0.107325 0.107325 +5597.291016 0.000000 1115.545654 0.000000 0.874345 0.000000 -0.485304 0.126945 0.126945 0.126945 +5587.253418 0.000000 1120.789795 0.000000 0.237321 0.000000 0.971431 0.152898 0.152898 0.152898 +5570.627930 0.000000 1101.910278 0.000000 0.832518 0.000000 0.553998 0.101155 0.101155 0.101155 +5591.885254 0.000000 1098.983276 0.000000 0.995217 0.000000 -0.097687 0.114642 0.114642 0.114642 +5591.348633 0.000000 1126.201538 0.000000 0.540853 0.000000 0.841117 0.151873 0.151873 0.151873 +5599.330566 0.000000 1105.624268 0.000000 0.963954 0.000000 0.266068 0.105530 0.105530 0.105530 +5595.203125 0.000000 1112.520874 0.000000 0.839384 0.000000 -0.543539 0.129497 0.129497 0.129497 +5570.269043 0.000000 1126.636963 0.000000 0.336868 0.000000 0.941552 0.133508 0.133508 0.133508 +5570.026855 0.000000 1121.829346 0.000000 0.981410 0.000000 0.191923 0.138638 0.138638 0.138638 +5573.729492 0.000000 1115.231934 0.000000 0.359962 0.000000 0.932967 0.130923 0.130923 0.130923 +5594.165527 0.000000 1081.460938 0.000000 0.046317 0.000000 0.998927 0.121000 0.121000 0.121000 +5587.576660 0.000000 1108.654785 0.000000 0.964746 0.000000 -0.263184 0.135594 0.135594 0.135594 +5591.105957 0.000000 1094.439819 0.000000 0.916987 0.000000 0.398918 0.114452 0.114452 0.114452 +5569.042969 0.000000 1105.704224 0.000000 0.887733 0.000000 0.460359 0.107028 0.107028 0.107028 +5585.493164 0.000000 1117.175903 0.000000 0.190477 0.000000 0.981692 0.148905 0.148905 0.148905 +5607.465820 0.000000 1083.088867 0.000000 0.126956 0.000000 0.991908 0.103690 0.103690 0.103690 +5595.673340 0.000000 1125.976440 0.000000 0.995705 0.000000 0.092585 0.137967 0.137967 0.137967 +5576.237305 0.000000 1121.229736 0.000000 0.921203 0.000000 0.389082 0.149889 0.149889 0.149889 +5602.508301 0.000000 1119.768799 0.000000 0.785181 0.000000 0.619266 0.103632 0.103632 0.103632 +5592.641113 0.000000 1128.927612 0.000000 0.964566 0.000000 -0.263843 0.154806 0.154806 0.154806 +5595.966309 0.000000 1082.816284 0.000000 0.974187 0.000000 0.225742 0.126249 0.126249 0.126249 +5581.139648 0.000000 1116.747803 0.000000 0.956747 0.000000 0.290921 0.152059 0.152059 0.152059 +5593.618652 0.000000 1124.880371 0.000000 0.842804 0.000000 0.538221 0.141373 0.141373 0.141373 +5592.887695 0.000000 1114.803345 0.000000 0.998708 0.000000 0.050824 0.137592 0.137592 0.137592 +5577.808105 0.000000 1114.370239 0.000000 0.158754 0.000000 0.987318 0.137509 0.137509 0.137509 +5598.716309 0.000000 1119.441162 0.000000 0.984966 0.000000 -0.172750 0.122804 0.122804 0.122804 +5596.979980 0.000000 1088.482300 0.000000 0.947352 0.000000 0.320194 0.120307 0.120307 0.120307 +5589.422363 0.000000 1097.557983 0.000000 0.998840 0.000000 -0.048153 0.113900 0.113900 0.113900 +5585.219727 0.000000 1084.661865 0.000000 0.501030 0.000000 0.865430 0.111564 0.111564 0.111564 +5586.979980 0.000000 1113.216919 0.000000 0.154679 0.000000 0.987965 0.140700 0.140700 0.140700 +5602.934570 0.000000 1076.772339 0.000000 0.965437 0.000000 -0.260635 0.118634 0.118634 0.118634 +5588.141113 0.000000 1127.134888 0.000000 0.102843 0.000000 0.994698 0.155943 0.155943 0.155943 +5583.590332 0.000000 1125.299561 0.000000 0.494643 0.000000 0.869096 0.159725 0.159725 0.159725 +5578.234863 0.000000 1120.649048 0.000000 0.883718 0.000000 -0.468019 0.158726 0.158726 0.158726 +5590.911621 0.000000 1114.192749 0.000000 0.941947 0.000000 0.335762 0.142408 0.142408 0.142408 +5591.416992 0.000000 1121.135864 0.000000 0.979688 0.000000 0.200526 0.149175 0.149175 0.149175 +5583.228516 0.000000 1100.215332 0.000000 0.901938 0.000000 -0.431866 0.118751 0.118751 0.118751 +5589.843750 0.000000 1123.487793 0.000000 0.998465 0.000000 -0.055380 0.156578 0.156578 0.156578 +5572.789062 0.000000 1107.060059 0.000000 0.980245 0.000000 0.197789 0.118571 0.118571 0.118571 +5597.096680 0.000000 1073.599365 0.000000 0.221368 0.000000 0.975190 0.115282 0.115282 0.115282 +5576.076660 0.000000 1117.256470 0.000000 0.962817 0.000000 0.270156 0.146611 0.146611 0.146611 +5583.799805 0.000000 1116.266968 0.000000 0.992364 0.000000 0.123347 0.155129 0.155129 0.155129 +5598.725586 0.000000 1076.795654 0.000000 0.969598 0.000000 0.244702 0.122835 0.122835 0.122835 +5582.368652 0.000000 1129.056641 0.000000 0.966940 0.000000 -0.255006 0.171141 0.171141 0.171141 +5598.288086 0.000000 1127.665527 0.000000 0.502493 0.000000 0.864581 0.116986 0.116986 0.116986 +5584.905273 0.000000 1127.102539 0.000000 0.967733 0.000000 0.251976 0.165593 0.165593 0.165593 +5589.101562 0.000000 1119.654175 0.000000 0.999869 0.000000 -0.016156 0.153020 0.153020 0.153020 +5596.720215 0.000000 1113.712280 0.000000 0.860974 0.000000 -0.508649 0.124203 0.124203 0.124203 +5601.680176 0.000000 1129.030884 0.000000 0.388929 0.000000 0.921268 0.109485 0.109485 0.109485 +5583.325195 0.000000 1108.211548 0.000000 0.601394 0.000000 0.798952 0.131580 0.131580 0.131580 +5589.008301 0.000000 1102.308228 0.000000 0.994726 0.000000 0.102572 0.119496 0.119496 0.119496 +5592.332520 0.000000 1108.407593 0.000000 0.012409 0.000000 0.999923 0.116071 0.116071 0.116071 +5575.440918 0.000000 1123.610229 0.000000 0.043068 0.000000 0.999072 0.139641 0.139641 0.139641 +5597.418457 0.000000 1123.200684 0.000000 0.980798 0.000000 0.195027 0.129160 0.129160 0.129160 +5572.679688 0.000000 1125.818115 0.000000 0.230779 0.000000 0.973006 0.137846 0.137846 0.137846 +5572.189941 0.000000 1118.366455 0.000000 0.953696 0.000000 -0.300772 0.143681 0.143681 0.143681 +5593.304688 0.000000 1074.196777 0.000000 0.931822 0.000000 -0.362914 0.125273 0.125273 0.125273 +5568.588379 0.000000 1125.505615 0.000000 0.987441 0.000000 -0.157990 0.136259 0.136259 0.136259 +5595.120117 0.000000 1075.151733 0.000000 0.881978 0.000000 -0.471291 0.125744 0.125744 0.125744 +5573.832520 0.000000 1105.068848 0.000000 0.916314 0.000000 0.400460 0.111681 0.111681 0.111681 +5581.340332 0.000000 1113.429932 0.000000 0.072192 0.000000 0.997391 0.137110 0.137110 0.137110 +5592.422363 0.000000 1102.903320 0.000000 0.474419 0.000000 0.880299 0.111993 0.111993 0.111993 +5578.780273 0.000000 1107.986938 0.000000 0.895628 0.000000 0.444804 0.122545 0.122545 0.122545 +5605.372070 0.000000 1077.267700 0.000000 0.773411 0.000000 0.633905 0.110144 0.110144 0.110144 +5598.021484 0.000000 1081.470093 0.000000 0.951403 0.000000 0.307949 0.125904 0.125904 0.125904 +5580.773926 0.000000 1107.387207 0.000000 0.883343 0.000000 -0.468727 0.130284 0.130284 0.130284 +5568.517090 0.000000 1122.980103 0.000000 0.811109 0.000000 0.584894 0.132878 0.132878 0.132878 +5595.877441 0.000000 1084.693970 0.000000 0.981595 0.000000 -0.190975 0.127949 0.127949 0.127949 +5604.749023 0.000000 1082.572632 0.000000 0.172536 0.000000 0.985003 0.109738 0.109738 0.109738 +5575.784180 0.000000 1126.519531 0.000000 0.814009 0.000000 0.580852 0.143883 0.143883 0.143883 +5580.919922 0.000000 1123.238892 0.000000 0.939956 0.000000 -0.341296 0.164266 0.164266 0.164266 +5568.850586 0.000000 1113.767822 0.000000 0.896241 0.000000 -0.443567 0.124484 0.124484 0.124484 +5603.182129 0.000000 1079.969482 0.000000 0.986515 0.000000 0.163673 0.119261 0.119261 0.119261 +5574.073242 0.000000 1126.990601 0.000000 0.380503 0.000000 0.924780 0.141263 0.141263 0.141263 +5599.632324 0.000000 1083.871948 0.000000 0.469983 0.000000 0.882675 0.122793 0.122793 0.122793 +5582.389648 0.000000 1110.987549 0.000000 0.886044 0.000000 -0.463601 0.143343 0.143343 0.143343 +5575.260254 0.000000 1119.807617 0.000000 0.963826 0.000000 -0.266531 0.148604 0.148604 0.148604 +5589.609863 0.000000 1105.852173 0.000000 0.789235 0.000000 0.614091 0.120655 0.120655 0.120655 +5585.862305 0.000000 1109.530518 0.000000 0.640153 0.000000 0.768247 0.131793 0.131793 0.131793 +5580.970703 0.000000 1120.188965 0.000000 0.024031 0.000000 0.999711 0.152335 0.152335 0.152335 +5568.525879 0.000000 1110.506226 0.000000 0.996553 0.000000 -0.082956 0.120205 0.120205 0.120205 +5594.057129 0.000000 1108.666260 0.000000 0.972567 0.000000 0.232622 0.117324 0.117324 0.117324 +5584.790527 0.000000 1081.358398 0.000000 0.014731 0.000000 0.999891 0.110222 0.110222 0.110222 +5592.512695 0.000000 1080.936035 0.000000 0.947347 0.000000 0.320210 0.126406 0.126406 0.126406 +5594.957520 0.000000 1079.829956 0.000000 0.840102 0.000000 0.542429 0.124850 0.124850 0.124850 +5578.663574 0.000000 1127.788086 0.000000 0.821860 0.000000 0.569689 0.153836 0.153836 0.153836 +5576.280273 0.000000 1107.434082 0.000000 0.828012 0.000000 -0.560710 0.124443 0.124443 0.124443 +5587.881836 0.000000 1111.740601 0.000000 0.589286 0.000000 0.807924 0.136406 0.136406 0.136406 +5592.891602 0.000000 1119.558228 0.000000 0.988268 0.000000 0.152731 0.141602 0.141602 0.141602 +5576.564453 0.000000 1124.934204 0.000000 0.917661 0.000000 -0.397365 0.154363 0.154363 0.154363 +5585.688477 0.000000 1101.429932 0.000000 0.235540 0.000000 0.971865 0.113728 0.113728 0.113728 +5592.204102 0.000000 1117.730591 0.000000 0.782780 0.000000 0.622298 0.137062 0.137062 0.137062 +5587.935547 0.000000 1082.961548 0.000000 0.899019 0.000000 -0.437909 0.122754 0.122754 0.122754 +5584.310547 0.000000 1120.798584 0.000000 0.959082 0.000000 0.283130 0.160425 0.160425 0.160425 +5584.583984 0.000000 1111.559204 0.000000 0.851309 0.000000 -0.524664 0.143658 0.143658 0.143658 +5593.349609 0.000000 1093.153809 0.000000 0.983731 0.000000 -0.179647 0.121141 0.121141 0.121141 +5593.336426 0.000000 1111.201416 0.000000 0.903886 0.000000 0.427773 0.125934 0.125934 0.125934 +5583.736328 0.000000 1103.964355 0.000000 0.803140 0.000000 0.595791 0.119099 0.119099 0.119099 +5579.256348 0.000000 1126.236450 0.000000 0.990871 0.000000 0.134817 0.156188 0.156188 0.156188 +5588.433105 0.000000 1090.217651 0.000000 0.678014 0.000000 0.735049 0.116737 0.116737 0.116737 +5584.425781 0.000000 1123.906128 0.000000 0.978149 0.000000 -0.207906 0.164112 0.164112 0.164112 +5573.809082 0.000000 1128.686279 0.000000 0.887617 0.000000 0.460582 0.139026 0.139026 0.139026 +5587.704102 0.000000 1086.967407 0.000000 0.896240 0.000000 -0.443569 0.121642 0.121642 0.121642 +5579.049316 0.000000 1123.083984 0.000000 0.949833 0.000000 -0.312758 0.158451 0.158451 0.158451 +5589.729980 0.000000 1088.793213 0.000000 0.082644 0.000000 0.996579 0.116344 0.116344 0.116344 +5583.974609 0.000000 1106.763062 0.000000 0.218402 0.000000 0.975859 0.125457 0.125457 0.125457 +5574.562500 0.000000 1116.625122 0.000000 0.965144 0.000000 0.261721 0.143320 0.143320 0.143320 +5576.986816 0.000000 1127.911133 0.000000 0.932454 0.000000 -0.361290 0.153607 0.153607 0.153607 +5588.440918 0.000000 1128.709717 0.000000 0.691406 0.000000 0.722467 0.162656 0.162656 0.162656 +5589.229004 0.000000 1087.295410 0.000000 0.344035 0.000000 0.938957 0.119003 0.119003 0.119003 +5589.555664 0.000000 1077.288208 0.000000 0.979116 0.000000 -0.203303 0.124052 0.124052 0.124052 +5582.057129 0.000000 1125.038940 0.000000 0.961453 0.000000 0.274969 0.163801 0.163801 0.163801 +5591.599609 0.000000 1127.758301 0.000000 0.870388 0.000000 0.492367 0.154292 0.154292 0.154292 +5601.853027 0.000000 1084.967896 0.000000 0.815666 0.000000 0.578522 0.119181 0.119181 0.119181 +5579.147461 0.000000 1111.368774 0.000000 0.999292 0.000000 0.037621 0.135412 0.135412 0.135412 +5593.935547 0.000000 1113.605713 0.000000 0.269250 0.000000 0.963070 0.127824 0.127824 0.127824 +5571.162109 0.000000 1125.254761 0.000000 0.908583 0.000000 0.417704 0.137030 0.137030 0.137030 +5593.632324 0.000000 1088.420654 0.000000 0.023885 0.000000 0.999715 0.118246 0.118246 0.118246 +5592.030273 0.000000 1086.508301 0.000000 0.205977 0.000000 0.978557 0.121116 0.121116 0.121116 +5590.351074 0.000000 1091.943604 0.000000 0.141444 0.000000 0.989946 0.117109 0.117109 0.117109 +5597.055664 0.000000 1079.216919 0.000000 0.985227 0.000000 -0.171254 0.127304 0.127304 0.127304 +5577.880371 0.000000 1106.721680 0.000000 0.920427 0.000000 -0.390913 0.123690 0.123690 0.123690 +5586.634277 0.000000 1118.471802 0.000000 0.329104 0.000000 0.944294 0.151770 0.151770 0.151770 +5588.841797 0.000000 1107.769287 0.000000 0.005404 0.000000 0.999985 0.120834 0.120834 0.120834 +5585.267090 0.000000 1103.836914 0.000000 0.849835 0.000000 0.527048 0.119971 0.119971 0.119971 +5586.536621 0.000000 1126.672852 0.000000 0.999465 0.000000 0.032701 0.166773 0.166773 0.166773 +5590.444824 0.000000 1124.901978 0.000000 0.999604 0.000000 -0.028153 0.153078 0.153078 0.153078 +5591.673828 0.000000 1079.159302 0.000000 0.922656 0.000000 -0.385623 0.128206 0.128206 0.128206 +5590.025391 0.000000 1115.497192 0.000000 0.970288 0.000000 0.241951 0.142858 0.142858 0.142858 +5583.354980 0.000000 1119.425171 0.000000 0.428857 0.000000 0.903372 0.153393 0.153393 0.153393 +5589.918945 0.000000 1084.710571 0.000000 0.966359 0.000000 0.257195 0.123896 0.123896 0.123896 +5595.133789 0.000000 1076.733276 0.000000 0.991171 0.000000 -0.132593 0.127709 0.127709 0.127709 +5597.264648 0.000000 1119.984375 0.000000 0.283070 0.000000 0.959099 0.124123 0.124123 0.124123 +5583.453125 0.000000 1122.178345 0.000000 0.950004 0.000000 -0.312236 0.165805 0.165805 0.165805 +5594.692383 0.000000 1085.654053 0.000000 0.995840 0.000000 -0.091121 0.127540 0.127540 0.127540 +5570.657715 0.000000 1117.965454 0.000000 0.117324 0.000000 0.993094 0.129837 0.129837 0.129837 +5593.045410 0.000000 1085.094971 0.000000 0.830012 0.000000 0.557745 0.125326 0.125326 0.125326 +5592.325195 0.000000 1122.343384 0.000000 0.878167 0.000000 0.478355 0.142243 0.142243 0.142243 +5597.034668 0.000000 1126.686890 0.000000 0.323110 0.000000 0.946362 0.125373 0.125373 0.125373 +5579.735352 0.000000 1117.256470 0.000000 0.809327 0.000000 0.587358 0.147689 0.147689 0.147689 +5586.728027 0.000000 1107.361206 0.000000 0.161714 0.000000 0.986838 0.124680 0.124680 0.124680 +5599.750977 0.000000 1079.786133 0.000000 0.337746 0.000000 0.941237 0.121130 0.121130 0.121130 +5583.217285 0.000000 1105.351685 0.000000 0.982964 0.000000 -0.183799 0.127356 0.127356 0.127356 +5579.568848 0.000000 1129.156494 0.000000 0.556728 0.000000 0.830695 0.154139 0.154139 0.154139 +5587.524902 0.000000 1110.136963 0.000000 0.841162 0.000000 0.540783 0.138059 0.138059 0.138059 +5586.425781 0.000000 1122.055298 0.000000 0.991307 0.000000 -0.131569 0.162022 0.162022 0.162022 +5581.681641 0.000000 1118.872070 0.000000 0.371214 0.000000 0.928547 0.151458 0.151458 0.151458 +5590.733398 0.000000 1081.974243 0.000000 0.220389 0.000000 0.975412 0.121176 0.121176 0.121176 +5590.696289 0.000000 1109.517822 0.000000 0.993083 0.000000 -0.117414 0.127085 0.127085 0.127085 +5571.452637 0.000000 1113.175659 0.000000 0.874762 0.000000 0.484553 0.126226 0.126226 0.126226 +5594.256836 0.000000 1077.928101 0.000000 0.066955 0.000000 0.997756 0.121084 0.121084 0.121084 +5569.626465 0.000000 1128.120483 0.000000 0.906225 0.000000 0.422795 0.132033 0.132033 0.132033 +5590.249023 0.000000 1129.570312 0.000000 0.997887 0.000000 -0.064975 0.161678 0.161678 0.161678 +5585.775879 0.000000 1120.776367 0.000000 0.367378 0.000000 0.930072 0.155748 0.155748 0.155748 +5595.159668 0.000000 1127.331665 0.000000 0.413429 0.000000 0.910537 0.134953 0.134953 0.134953 +5577.995605 0.000000 1122.044067 0.000000 0.818471 0.000000 -0.574547 0.154779 0.154779 0.154779 +5594.283691 0.000000 1119.749023 0.000000 0.048386 0.000000 0.998829 0.129537 0.129537 0.129537 +5590.889648 0.000000 1122.465088 0.000000 0.838326 0.000000 0.545170 0.146835 0.146835 0.146835 +5572.298828 0.000000 1129.101562 0.000000 0.995191 0.000000 0.097956 0.140736 0.140736 0.140736 +5580.607910 0.000000 1110.138794 0.000000 0.633060 0.000000 0.774103 0.135565 0.135565 0.135565 +5597.209473 0.000000 1129.164307 0.000000 0.999883 0.000000 0.015276 0.134388 0.134388 0.134388 +5588.063965 0.000000 1114.077393 0.000000 0.938116 0.000000 0.346322 0.146788 0.146788 0.146788 +5580.164062 0.000000 1108.712769 0.000000 0.997878 0.000000 -0.065115 0.133610 0.133610 0.133610 +5578.666016 0.000000 1115.564697 0.000000 0.985292 0.000000 0.170880 0.145419 0.145419 0.145419 +5594.769531 0.000000 1121.876465 0.000000 0.660060 0.000000 0.751213 0.133542 0.133542 0.133542 +5568.926758 0.000000 1126.896851 0.000000 0.997932 0.000000 0.064278 0.134738 0.134738 0.134738 +5571.094727 0.000000 1127.987305 0.000000 0.699402 0.000000 0.714729 0.135414 0.135414 0.135414 +5581.763672 0.000000 1127.841309 0.000000 0.701498 0.000000 0.712672 0.157816 0.157816 0.157816 +5579.583008 0.000000 1120.147949 0.000000 0.984399 0.000000 0.175953 0.155423 0.155423 0.155423 +5575.386719 0.000000 1118.418701 0.000000 0.635882 0.000000 0.771787 0.143204 0.143204 0.143204 +5592.351074 0.000000 1125.333496 0.000000 0.307709 0.000000 0.951481 0.138212 0.138212 0.138212 +5588.708984 0.000000 1116.768555 0.000000 0.406618 0.000000 0.913598 0.145714 0.145714 0.145714 +5589.230957 0.000000 1111.715576 0.000000 0.868971 0.000000 -0.494863 0.140656 0.140656 0.140656 +5588.561035 0.000000 1123.968506 0.000000 0.917405 0.000000 0.397955 0.154266 0.154266 0.154266 +5568.328125 0.000000 1121.671509 0.000000 0.365843 0.000000 0.930676 0.129873 0.129873 0.129873 +5574.251953 0.000000 1112.343628 0.000000 0.989290 0.000000 0.145966 0.134942 0.134942 0.134942 +5577.264160 0.000000 1117.796387 0.000000 0.241323 0.000000 0.970445 0.141652 0.141652 0.141652 +5594.914551 0.000000 1124.906982 0.000000 0.948389 0.000000 -0.317110 0.139797 0.139797 0.139797 +5581.796875 0.000000 1112.215942 0.000000 0.886357 0.000000 0.463003 0.141771 0.141771 0.141771 +5571.574219 0.000000 1126.626709 0.000000 0.958398 0.000000 -0.285436 0.140216 0.140216 0.140216 +5575.959473 0.000000 1122.461914 0.000000 0.970073 0.000000 -0.242815 0.147925 0.147925 0.147925 +5594.372559 0.000000 1126.059937 0.000000 0.946564 0.000000 0.322515 0.138592 0.138592 0.138592 +5573.108887 0.000000 1122.835693 0.000000 0.975947 0.000000 -0.218008 0.144985 0.144985 0.144985 +5591.398438 0.000000 1129.003418 0.000000 0.917848 0.000000 0.396933 0.159248 0.159248 0.159248 +5585.052246 0.000000 1116.007690 0.000000 0.999990 0.000000 0.004561 0.155720 0.155720 0.155720 +5593.752441 0.000000 1129.580322 0.000000 0.857257 0.000000 0.514889 0.150859 0.150859 0.150859 +5586.134277 0.000000 1129.603271 0.000000 0.383986 0.000000 0.923339 0.163390 0.163390 0.163390 +5587.222656 0.000000 1115.036133 0.000000 0.930953 0.000000 0.365140 0.150568 0.150568 0.150568 +5587.857422 0.000000 1125.900024 0.000000 0.997447 0.000000 -0.071412 0.162835 0.162835 0.162835 +5583.939941 0.000000 1127.901001 0.000000 0.302841 0.000000 0.953041 0.160234 0.160234 0.160234 +5579.042480 0.000000 1114.234985 0.000000 0.056859 0.000000 0.998382 0.139172 0.139172 0.139172 +5588.580078 0.000000 1120.800293 0.000000 0.996791 0.000000 -0.080054 0.154455 0.154455 0.154455 +5577.122070 0.000000 1120.264771 0.000000 0.549786 0.000000 0.835305 0.147043 0.147043 0.147043 +5576.362793 0.000000 1128.988159 0.000000 0.552113 0.000000 0.833769 0.148684 0.148684 0.148684 +5579.890137 0.000000 1123.936157 0.000000 0.561966 0.000000 0.827161 0.151999 0.151999 0.151999 +5584.554199 0.000000 1125.978027 0.000000 0.993739 0.000000 0.111727 0.165235 0.165235 0.165235 +5585.432129 0.000000 1128.333984 0.000000 0.998765 0.000000 -0.049678 0.171139 0.171139 0.171139 +5586.479492 0.000000 1119.846558 0.000000 0.997588 0.000000 -0.069419 0.158333 0.158333 0.158333 +5580.862793 0.000000 1117.865479 0.000000 0.925725 0.000000 0.378198 0.151606 0.151606 0.151606 +5588.942871 0.000000 1122.810303 0.000000 0.998996 0.000000 0.044796 0.156080 0.156080 0.156080 +5582.558105 0.000000 1126.075928 0.000000 0.866246 0.000000 0.499618 0.164167 0.164167 0.164167 +5580.296875 0.000000 1126.788818 0.000000 0.536935 0.000000 0.843624 0.156731 0.156731 0.156731 +5584.762695 0.000000 1124.907227 0.000000 0.913582 0.000000 0.406654 0.163616 0.163616 0.163616 +5583.440918 0.000000 1124.239136 0.000000 0.684131 0.000000 0.729359 0.160966 0.160966 0.160966 +5587.158691 0.000000 1127.534058 0.000000 0.908612 0.000000 -0.417641 0.169236 0.169236 0.169236 +5583.381836 0.000000 1128.769775 0.000000 0.995945 0.000000 0.089960 0.169261 0.169261 0.169261 +5498.544434 0.000000 1170.110596 0.000000 0.880364 0.000000 -0.474298 0.101573 0.101573 0.101573 +5503.487305 0.000000 1159.915161 0.000000 0.968809 0.000000 0.247810 0.099203 0.099203 0.099203 +5492.365234 0.000000 1168.953735 0.000000 0.976300 0.000000 0.216420 0.099306 0.099306 0.099306 +5501.248047 0.000000 1175.689575 0.000000 0.551236 0.000000 0.834349 0.096858 0.096858 0.096858 +5495.107910 0.000000 1174.888794 0.000000 0.999761 0.000000 0.021869 0.099930 0.099930 0.099930 +5501.658691 0.000000 1165.003296 0.000000 0.879214 0.000000 -0.476427 0.101581 0.101581 0.101581 +5497.910645 0.000000 1177.638550 0.000000 0.904181 0.000000 -0.427150 0.101405 0.101405 0.101405 +5501.507812 0.000000 1179.464233 0.000000 0.989562 0.000000 -0.144111 0.100742 0.100742 0.100742 +5499.981445 0.000000 1184.906738 0.000000 0.157627 0.000000 0.987499 0.095504 0.095504 0.095504 +5498.305176 0.000000 1173.668945 0.000000 0.858685 0.000000 -0.512504 0.101713 0.101713 0.101713 +5501.611816 0.000000 1168.447144 0.000000 0.789155 0.000000 0.614195 0.097895 0.097895 0.097895 +5497.384766 0.000000 1185.939209 0.000000 0.236264 0.000000 0.971689 0.095759 0.095759 0.095759 +5501.125000 0.000000 1182.166748 0.000000 0.949483 0.000000 -0.313818 0.102431 0.102431 0.102431 +5503.976562 0.000000 1180.302856 0.000000 0.932083 0.000000 -0.362245 0.104297 0.104297 0.104297 +5502.390625 0.000000 1185.447998 0.000000 0.347331 0.000000 0.937742 0.099091 0.099091 0.099091 +5502.994629 0.000000 1177.311279 0.000000 0.897374 0.000000 0.441271 0.100478 0.100478 0.100478 +5434.544434 0.000000 1226.594971 0.000000 0.308971 0.000000 0.951072 0.096000 0.096000 0.096000 +5427.456055 0.000000 1236.460083 0.000000 0.896376 0.000000 0.443294 0.098538 0.098538 0.098538 +5437.248047 0.000000 1232.173950 0.000000 0.667699 0.000000 0.744432 0.115593 0.115593 0.115593 +5439.586426 0.000000 1239.606445 0.000000 0.965448 0.000000 0.260596 0.133881 0.133881 0.133881 +5430.864258 0.000000 1241.170532 0.000000 0.810796 0.000000 -0.585328 0.105133 0.105133 0.105133 +5438.419434 0.000000 1228.319214 0.000000 0.995894 0.000000 -0.090524 0.115739 0.115739 0.115739 +5433.910645 0.000000 1234.122925 0.000000 0.745028 0.000000 0.667033 0.103968 0.103968 0.103968 +5437.507812 0.000000 1235.948608 0.000000 0.998037 0.000000 0.062633 0.122444 0.122444 0.122444 +5435.981445 0.000000 1241.391113 0.000000 0.988637 0.000000 -0.150324 0.117649 0.117649 0.117649 +5427.402344 0.000000 1240.139160 0.000000 0.761793 0.000000 0.647821 0.097757 0.097757 0.097757 +5431.062500 0.000000 1237.189331 0.000000 0.956478 0.000000 0.291806 0.101000 0.101000 0.101000 +5437.611816 0.000000 1224.931519 0.000000 0.401903 0.000000 0.915682 0.096317 0.096317 0.096317 +5429.860840 0.000000 1234.238281 0.000000 0.868169 0.000000 0.496269 0.098347 0.098347 0.098347 +5433.384766 0.000000 1242.423584 0.000000 0.484317 0.000000 0.874892 0.103916 0.103916 0.103916 +5437.125000 0.000000 1238.651123 0.000000 0.708160 0.000000 0.706052 0.123451 0.123451 0.123451 +5439.976562 0.000000 1236.787231 0.000000 0.911018 0.000000 -0.412366 0.134570 0.134570 0.134570 +5438.994629 0.000000 1233.795654 0.000000 0.885281 0.000000 0.465057 0.124661 0.124661 0.124661 +5432.630371 0.000000 1239.626831 0.000000 0.939275 0.000000 0.343165 0.107472 0.107472 0.107472 +5435.305664 0.000000 1235.950928 0.000000 0.176146 0.000000 0.984364 0.109216 0.109216 0.109216 +5439.374512 0.000000 1226.267334 0.000000 0.989601 0.000000 -0.143843 0.109746 0.109746 0.109746 +5435.003418 0.000000 1232.181519 0.000000 0.989271 0.000000 0.146092 0.110964 0.110964 0.110964 +5436.034180 0.000000 1233.995117 0.000000 0.174880 0.000000 0.984590 0.113494 0.113494 0.113494 +5434.520996 0.000000 1240.084473 0.000000 0.907873 0.000000 0.419246 0.115474 0.115474 0.115474 +5438.675293 0.000000 1237.922974 0.000000 0.974424 0.000000 -0.224719 0.133731 0.133731 0.133731 +5435.964844 0.000000 1237.473633 0.000000 0.387498 0.000000 0.921870 0.112716 0.112716 0.112716 +5439.025879 0.000000 1235.536987 0.000000 0.981990 0.000000 0.188935 0.129742 0.129742 0.129742 +5436.104492 0.000000 1239.825562 0.000000 0.925198 0.000000 0.379484 0.125042 0.125042 0.125042 +5438.913574 0.000000 1232.210449 0.000000 0.997005 0.000000 0.077332 0.126299 0.126299 0.126299 +5441.318848 0.000000 1225.060303 0.000000 0.533795 0.000000 0.845614 0.103028 0.103028 0.103028 +5488.205566 0.000000 1242.630615 0.000000 0.999754 0.000000 0.022172 0.099929 0.099929 0.099929 +5466.979980 0.000000 1228.004639 0.000000 0.982358 0.000000 0.187012 0.099680 0.099680 0.099680 +5477.982422 0.000000 1236.433716 0.000000 0.952078 0.000000 0.305857 0.099011 0.099011 0.099011 +5489.519043 0.000000 1192.501465 0.000000 0.914792 0.000000 0.403926 0.098676 0.098676 0.098676 +5503.958008 0.000000 1207.070923 0.000000 0.126340 0.000000 0.991987 0.095403 0.095403 0.095403 +5440.254883 0.000000 1233.312744 0.000000 0.999250 0.000000 0.038733 0.132609 0.132609 0.132609 +5470.236816 0.000000 1238.701782 0.000000 0.825842 0.000000 0.563901 0.104962 0.104962 0.104962 +5462.478027 0.000000 1221.065186 0.000000 0.482233 0.000000 0.876043 0.096602 0.096602 0.096602 +5447.979980 0.000000 1228.307129 0.000000 0.829697 0.000000 0.558215 0.128072 0.128072 0.128072 +5473.210449 0.000000 1231.045166 0.000000 0.864089 0.000000 0.503339 0.098321 0.098321 0.098321 +5449.203613 0.000000 1221.872681 0.000000 0.828631 0.000000 -0.559795 0.103318 0.103318 0.103318 +5494.816895 0.000000 1187.422607 0.000000 0.423142 0.000000 0.906063 0.096391 0.096391 0.096391 +5465.621582 0.000000 1234.046753 0.000000 0.919168 0.000000 0.393865 0.114472 0.114472 0.114472 +5454.953125 0.000000 1240.143555 0.000000 0.836363 0.000000 0.548175 0.152316 0.152316 0.152316 +5457.256836 0.000000 1220.886719 0.000000 0.094566 0.000000 0.995519 0.095301 0.095301 0.095301 +5461.208496 0.000000 1226.051147 0.000000 0.707297 0.000000 0.706917 0.105421 0.105421 0.105421 +5482.009766 0.000000 1241.108521 0.000000 0.038144 0.000000 0.999272 0.095121 0.095121 0.095121 +5495.531250 0.000000 1196.775513 0.000000 0.104964 0.000000 0.994476 0.095335 0.095335 0.095335 +5449.063965 0.000000 1216.633911 0.000000 0.216425 0.000000 0.976299 0.095694 0.095694 0.095694 +5454.875488 0.000000 1230.933960 0.000000 0.271786 0.000000 0.962358 0.128909 0.128909 0.128909 +5466.709961 0.000000 1223.211792 0.000000 0.989324 0.000000 -0.145733 0.100466 0.100466 0.100466 +5465.505859 0.000000 1239.943604 0.000000 0.927681 0.000000 0.373373 0.120641 0.120641 0.120641 +5443.505371 0.000000 1229.598022 0.000000 0.106005 0.000000 0.994366 0.119640 0.119640 0.119640 +5474.932617 0.000000 1240.248779 0.000000 0.957866 0.000000 -0.287215 0.100927 0.100927 0.100927 +5494.173828 0.000000 1192.356079 0.000000 0.991349 0.000000 -0.131255 0.100419 0.100419 0.100419 +5501.524414 0.000000 1203.241577 0.000000 0.987620 0.000000 -0.156865 0.100501 0.100501 0.100501 +5470.060547 0.000000 1234.326782 0.000000 0.964366 0.000000 0.264571 0.099148 0.099148 0.099148 +5502.270020 0.000000 1190.603271 0.000000 0.087222 0.000000 0.996189 0.097680 0.097680 0.097680 +5502.624512 0.000000 1194.992065 0.000000 0.976195 0.000000 -0.216896 0.100696 0.100696 0.100696 +5440.156738 0.000000 1241.072021 0.000000 0.307841 0.000000 0.951438 0.135524 0.135524 0.135524 +5451.941895 0.000000 1227.975952 0.000000 0.999991 0.000000 -0.004287 0.122706 0.122706 0.122706 +5453.506836 0.000000 1221.986328 0.000000 0.649162 0.000000 0.760651 0.098611 0.098611 0.098611 +5498.385254 0.000000 1188.763916 0.000000 0.461776 0.000000 0.886997 0.096528 0.096528 0.096528 +5470.953613 0.000000 1242.424438 0.000000 0.336719 0.000000 0.941605 0.107667 0.107667 0.107667 +5461.502930 0.000000 1234.491089 0.000000 0.940119 0.000000 -0.340846 0.130278 0.130278 0.130278 +5457.939453 0.000000 1227.967407 0.000000 0.061122 0.000000 0.998130 0.110394 0.110394 0.110394 +5444.957520 0.000000 1226.018921 0.000000 0.573837 0.000000 0.818969 0.116769 0.116769 0.116769 +5458.579102 0.000000 1241.360718 0.000000 0.999032 0.000000 0.043987 0.145454 0.145454 0.145454 +5478.346680 0.000000 1240.429565 0.000000 0.654639 0.000000 0.755942 0.097272 0.097272 0.097272 +5440.009766 0.000000 1228.364380 0.000000 0.381534 0.000000 0.924355 0.116466 0.116466 0.116466 +5458.230469 0.000000 1224.207397 0.000000 0.714061 0.000000 0.700083 0.104908 0.104908 0.104908 +5451.406250 0.000000 1219.242676 0.000000 0.999969 0.000000 -0.007897 0.100025 0.100025 0.100025 +5498.028320 0.000000 1199.270508 0.000000 0.847653 0.000000 0.530552 0.098220 0.098220 0.098220 +5446.724121 0.000000 1219.679321 0.000000 0.941245 0.000000 -0.337724 0.101097 0.101097 0.101097 +5464.572266 0.000000 1225.636230 0.000000 0.644529 0.000000 0.764580 0.097229 0.097229 0.097229 +5452.457520 0.000000 1237.947754 0.000000 0.930824 0.000000 -0.365468 0.155329 0.155329 0.155329 +5446.507812 0.000000 1238.263062 0.000000 0.583579 0.000000 0.812056 0.150501 0.150501 0.150501 +5449.278320 0.000000 1236.255493 0.000000 0.834585 0.000000 -0.550879 0.157493 0.157493 0.157493 +5457.722656 0.000000 1238.349243 0.000000 0.186928 0.000000 0.982374 0.142996 0.142996 0.142996 +5446.057129 0.000000 1231.109619 0.000000 0.991741 0.000000 -0.128259 0.138379 0.138379 0.138379 +5447.437500 0.000000 1241.215454 0.000000 0.005176 0.000000 0.999987 0.149045 0.149045 0.149045 +5461.934570 0.000000 1240.983887 0.000000 0.287763 0.000000 0.957702 0.133817 0.133817 0.133817 +5457.360840 0.000000 1232.332275 0.000000 0.464272 0.000000 0.885693 0.131420 0.131420 0.131420 +5447.213379 0.000000 1224.371948 0.000000 0.759534 0.000000 0.650468 0.111709 0.111709 0.111709 +5452.721191 0.000000 1224.496704 0.000000 0.987561 0.000000 0.157238 0.112039 0.112039 0.112039 +5459.443848 0.000000 1236.091675 0.000000 0.445059 0.000000 0.895501 0.136190 0.136190 0.136190 +5454.650879 0.000000 1236.512695 0.000000 0.265436 0.000000 0.964128 0.144991 0.144991 0.144991 +5450.235840 0.000000 1229.856079 0.000000 0.813506 0.000000 0.581556 0.128503 0.128503 0.128503 +5460.436035 0.000000 1228.443726 0.000000 0.288663 0.000000 0.957431 0.108562 0.108562 0.108562 +5442.575684 0.000000 1227.298950 0.000000 0.844315 0.000000 -0.535846 0.119194 0.119194 0.119194 +5467.698730 0.000000 1232.671265 0.000000 0.977875 0.000000 0.209189 0.106285 0.106285 0.106285 +5455.870117 0.000000 1222.994751 0.000000 0.883576 0.000000 0.468288 0.104240 0.104240 0.104240 +5442.552734 0.000000 1242.248047 0.000000 0.962521 0.000000 0.271205 0.144385 0.144385 0.144385 +5471.328613 0.000000 1236.493774 0.000000 0.016506 0.000000 0.999864 0.097449 0.097449 0.097449 +5441.118652 0.000000 1230.901978 0.000000 0.200000 0.000000 0.979796 0.122163 0.122163 0.122163 +5472.330078 0.000000 1240.469360 0.000000 0.982802 0.000000 -0.184661 0.104254 0.104254 0.104254 +5456.382324 0.000000 1241.988281 0.000000 0.767133 0.000000 0.641488 0.147360 0.147360 0.147360 +5463.348633 0.000000 1239.170288 0.000000 0.648665 0.000000 0.761074 0.126393 0.126393 0.126393 +5445.729492 0.000000 1228.200684 0.000000 0.318685 0.000000 0.947861 0.122663 0.122663 0.122663 +5451.263184 0.000000 1222.734253 0.000000 0.076549 0.000000 0.997066 0.102447 0.102447 0.102447 +5467.673340 0.000000 1238.945190 0.000000 0.951125 0.000000 0.308805 0.114808 0.114808 0.114808 +5448.237305 0.000000 1234.198486 0.000000 0.284091 0.000000 0.958797 0.145084 0.145084 0.145084 +5464.641113 0.000000 1241.896362 0.000000 0.573612 0.000000 0.819127 0.121656 0.121656 0.121656 +5443.385254 0.000000 1224.606323 0.000000 0.008326 0.000000 0.999965 0.104875 0.104875 0.104875 +5446.997070 0.000000 1226.428833 0.000000 0.999609 0.000000 -0.027956 0.122238 0.122238 0.122238 +5453.139648 0.000000 1229.716553 0.000000 0.049658 0.000000 0.998766 0.123679 0.123679 0.123679 +5465.618652 0.000000 1237.849121 0.000000 0.931517 0.000000 -0.363697 0.119608 0.119608 0.119608 +5449.808105 0.000000 1227.338989 0.000000 0.963393 0.000000 0.268094 0.122185 0.122185 0.122185 +5458.979980 0.000000 1226.185669 0.000000 0.999752 0.000000 0.022291 0.112525 0.112525 0.112525 +5460.141113 0.000000 1240.103638 0.000000 0.745929 0.000000 0.666025 0.136259 0.136259 0.136259 +5455.590332 0.000000 1238.268311 0.000000 0.794501 0.000000 0.607262 0.150861 0.150861 0.150861 +5450.234863 0.000000 1233.617798 0.000000 0.988677 0.000000 0.150058 0.144960 0.144960 0.144960 +5463.416992 0.000000 1234.104614 0.000000 0.963597 0.000000 0.267358 0.120521 0.120521 0.120521 +5444.166992 0.000000 1234.936401 0.000000 0.909577 0.000000 0.415536 0.144224 0.144224 0.144224 +5461.843750 0.000000 1236.456543 0.000000 0.906964 0.000000 -0.421209 0.135179 0.135179 0.135179 +5448.076660 0.000000 1230.225220 0.000000 0.471188 0.000000 0.882033 0.134700 0.134700 0.134700 +5455.799805 0.000000 1229.235718 0.000000 0.672657 0.000000 0.739955 0.123799 0.123799 0.123799 +5454.368652 0.000000 1242.025391 0.000000 0.923503 0.000000 -0.383592 0.155992 0.155992 0.155992 +5466.529785 0.000000 1241.578735 0.000000 0.999995 0.000000 -0.003225 0.119900 0.119900 0.119900 +5456.905273 0.000000 1240.071289 0.000000 0.905469 0.000000 -0.424413 0.152803 0.152803 0.152803 +5461.917480 0.000000 1230.434082 0.000000 0.952476 0.000000 -0.304614 0.119372 0.119372 0.119372 +5447.440918 0.000000 1236.578979 0.000000 0.260192 0.000000 0.965557 0.146576 0.146576 0.146576 +5444.679688 0.000000 1238.786865 0.000000 0.998566 0.000000 0.053535 0.151003 0.151003 0.151003 +5444.189941 0.000000 1231.335205 0.000000 0.726444 0.000000 0.687226 0.132851 0.132851 0.132851 +5465.774414 0.000000 1235.871094 0.000000 0.911765 0.000000 -0.410712 0.117529 0.117529 0.117529 +5440.588379 0.000000 1238.474365 0.000000 0.834984 0.000000 -0.550275 0.143795 0.143795 0.143795 +5453.340332 0.000000 1226.398682 0.000000 0.855160 0.000000 -0.518364 0.122537 0.122537 0.122537 +5441.843750 0.000000 1232.551514 0.000000 0.915301 0.000000 0.402771 0.131021 0.131021 0.131021 +5440.517090 0.000000 1235.948853 0.000000 0.999911 0.000000 -0.013351 0.138434 0.138434 0.138434 +5447.784180 0.000000 1239.488281 0.000000 0.819554 0.000000 0.573002 0.152168 0.152168 0.152168 +5452.919922 0.000000 1236.207642 0.000000 0.979660 0.000000 -0.200664 0.154489 0.154489 0.154489 +5440.850586 0.000000 1226.736572 0.000000 0.309340 0.000000 0.950951 0.109178 0.109178 0.109178 +5447.260254 0.000000 1232.776367 0.000000 0.890923 0.000000 0.454155 0.142369 0.142369 0.142369 +5452.970703 0.000000 1233.157715 0.000000 0.620234 0.000000 0.784417 0.139845 0.139845 0.139845 +5450.663574 0.000000 1240.756836 0.000000 0.018679 0.000000 0.999826 0.151776 0.151776 0.151776 +5448.564453 0.000000 1237.902954 0.000000 0.999999 0.000000 0.001648 0.154614 0.154614 0.154614 +5459.343262 0.000000 1237.772949 0.000000 0.026238 0.000000 0.999656 0.134236 0.134236 0.134236 +5451.256348 0.000000 1239.205200 0.000000 0.985173 0.000000 -0.171562 0.158850 0.158850 0.158850 +5445.809082 0.000000 1241.655029 0.000000 0.918429 0.000000 0.395586 0.149855 0.149855 0.149855 +5446.562500 0.000000 1229.593872 0.000000 0.991888 0.000000 -0.127113 0.131062 0.131062 0.131062 +5448.986816 0.000000 1240.879883 0.000000 0.733833 0.000000 0.679330 0.155868 0.155868 0.155868 +5460.440918 0.000000 1241.678467 0.000000 0.995283 0.000000 0.097009 0.139064 0.139064 0.139064 +5454.057129 0.000000 1238.007690 0.000000 0.752257 0.000000 0.658870 0.150534 0.150534 0.150534 +5463.599609 0.000000 1240.727051 0.000000 0.276808 0.000000 0.960925 0.127320 0.127320 0.127320 +5443.162109 0.000000 1238.223511 0.000000 0.998818 0.000000 0.048599 0.147111 0.147111 0.147111 +5458.010742 0.000000 1236.704956 0.000000 0.788290 0.000000 0.615303 0.138198 0.138198 0.138198 +5450.331055 0.000000 1231.508179 0.000000 0.084887 0.000000 0.996391 0.132365 0.132365 0.132365 +5462.444824 0.000000 1237.870728 0.000000 0.194650 0.000000 0.980873 0.120534 0.120534 0.120534 +5451.735352 0.000000 1230.225220 0.000000 0.364212 0.000000 0.931316 0.133637 0.133637 0.133637 +5453.467285 0.000000 1234.818726 0.000000 0.836624 0.000000 -0.547778 0.152911 0.152911 0.152911 +5451.568848 0.000000 1242.125244 0.000000 0.715503 0.000000 0.698610 0.155733 0.155733 0.155733 +5458.425781 0.000000 1235.024048 0.000000 0.849565 0.000000 -0.527483 0.137972 0.137972 0.137972 +5453.681641 0.000000 1231.840820 0.000000 0.173311 0.000000 0.984867 0.132224 0.132224 0.132224 +5456.398438 0.000000 1231.228271 0.000000 0.645671 0.000000 0.763616 0.125833 0.125833 0.125833 +5441.626465 0.000000 1241.089233 0.000000 0.440218 0.000000 0.897891 0.136166 0.136166 0.136166 +5462.249023 0.000000 1242.539062 0.000000 0.650343 0.000000 0.759641 0.131851 0.131851 0.131851 +5457.775879 0.000000 1233.745117 0.000000 0.844646 0.000000 0.535326 0.133687 0.133687 0.133687 +5449.995605 0.000000 1235.012817 0.000000 0.999822 0.000000 -0.018839 0.151351 0.151351 0.151351 +5444.298828 0.000000 1242.070312 0.000000 0.441125 0.000000 0.897446 0.146437 0.146437 0.146437 +5459.616211 0.000000 1232.430542 0.000000 0.928861 0.000000 0.370429 0.128402 0.128402 0.128402 +5450.666016 0.000000 1228.533447 0.000000 0.821265 0.000000 -0.570548 0.133626 0.133626 0.133626 +5440.926758 0.000000 1239.865601 0.000000 0.989867 0.000000 0.141999 0.140536 0.140536 0.140536 +5443.094727 0.000000 1240.956055 0.000000 0.500408 0.000000 0.865790 0.142430 0.142430 0.142430 +5453.763672 0.000000 1240.810059 0.000000 0.499928 0.000000 0.866067 0.152717 0.152717 0.152717 +5451.583008 0.000000 1233.116699 0.000000 0.876220 0.000000 0.481912 0.143327 0.143327 0.143327 +5452.955566 0.000000 1242.036011 0.000000 0.816435 0.000000 -0.577438 0.159936 0.159936 0.159936 +5449.264160 0.000000 1230.765137 0.000000 0.999870 0.000000 -0.016135 0.139567 0.139567 0.139567 +5446.966309 0.000000 1234.041870 0.000000 0.761786 0.000000 0.647829 0.145677 0.145677 0.145677 +5443.574219 0.000000 1239.595459 0.000000 0.972142 0.000000 0.234393 0.146229 0.146229 0.146229 +5447.959473 0.000000 1235.430664 0.000000 0.979033 0.000000 0.203702 0.148047 0.148047 0.148047 +5445.108887 0.000000 1235.804443 0.000000 0.962242 0.000000 -0.272197 0.147502 0.147502 0.147502 +5445.217285 0.000000 1234.320923 0.000000 0.804290 0.000000 0.594237 0.143257 0.143257 0.143257 +5455.939941 0.000000 1240.869751 0.000000 0.992185 0.000000 -0.124773 0.155800 0.155800 0.155800 +5456.554199 0.000000 1238.946777 0.000000 0.972823 0.000000 0.231552 0.148467 0.148467 0.148467 +5457.432129 0.000000 1241.302734 0.000000 0.945167 0.000000 -0.326588 0.152296 0.152296 0.152296 +5454.558105 0.000000 1239.044678 0.000000 0.807520 0.000000 0.589840 0.150968 0.150968 0.150968 +5452.296875 0.000000 1239.757568 0.000000 0.990426 0.000000 -0.138045 0.157554 0.157554 0.157554 +5549.516602 0.000000 1144.420776 0.000000 0.951760 0.000000 -0.306845 0.105802 0.105802 0.105802 +5519.130859 0.000000 1169.059326 0.000000 0.643994 0.000000 0.765031 0.097227 0.097227 0.097227 +5530.979980 0.000000 1171.520264 0.000000 0.419970 0.000000 0.907538 0.099349 0.099349 0.099349 +5541.982422 0.000000 1179.949341 0.000000 0.813103 0.000000 0.582119 0.119164 0.119164 0.119164 +5544.832520 0.000000 1133.188599 0.000000 0.777869 0.000000 0.628427 0.103592 0.103592 0.103592 +5562.368164 0.000000 1181.613403 0.000000 0.989030 0.000000 -0.147716 0.126082 0.126082 0.126082 +5535.758301 0.000000 1159.847168 0.000000 0.952178 0.000000 -0.305543 0.109758 0.109758 0.109758 +5559.638184 0.000000 1145.430908 0.000000 0.049486 0.000000 0.998775 0.101288 0.101288 0.101288 +5553.519043 0.000000 1136.017090 0.000000 0.862526 0.000000 0.506013 0.102993 0.102993 0.102993 +5567.958008 0.000000 1150.586548 0.000000 0.868620 0.000000 0.495479 0.106890 0.106890 0.106890 +5567.487305 0.000000 1159.915161 0.000000 0.388972 0.000000 0.921250 0.097620 0.097620 0.097620 +5518.007324 0.000000 1160.577759 0.000000 0.985723 0.000000 0.168374 0.099461 0.099461 0.099461 +5504.254883 0.000000 1176.828369 0.000000 0.881248 0.000000 0.472655 0.101466 0.101466 0.101466 +5534.236816 0.000000 1182.217407 0.000000 0.083792 0.000000 0.996483 0.127556 0.127556 0.127556 +5552.541992 0.000000 1152.272705 0.000000 0.914060 0.000000 0.405578 0.101158 0.101158 0.101158 +5527.890625 0.000000 1148.745239 0.000000 0.820964 0.000000 -0.570981 0.120494 0.120494 0.120494 +5508.032715 0.000000 1161.299072 0.000000 0.755193 0.000000 0.655502 0.097725 0.097725 0.097725 +5542.893555 0.000000 1149.134888 0.000000 0.972839 0.000000 0.231482 0.110100 0.110100 0.110100 +5524.089355 0.000000 1174.504395 0.000000 0.998830 0.000000 -0.048355 0.108851 0.108851 0.108851 +5511.979980 0.000000 1171.822754 0.000000 0.194625 0.000000 0.980878 0.095623 0.095623 0.095623 +5537.210449 0.000000 1174.560791 0.000000 0.155329 0.000000 0.987863 0.104859 0.104859 0.104859 +5538.900879 0.000000 1129.752197 0.000000 0.932504 0.000000 -0.361161 0.116764 0.116764 0.116764 +5548.662598 0.000000 1180.267700 0.000000 0.967888 0.000000 -0.251380 0.135541 0.135541 0.135541 +5548.760254 0.000000 1168.192627 0.000000 0.537938 0.000000 0.842985 0.100876 0.100876 0.100876 +5536.032227 0.000000 1166.625366 0.000000 0.947387 0.000000 0.320090 0.100903 0.100903 0.100903 +5545.260742 0.000000 1173.909668 0.000000 0.265526 0.000000 0.964104 0.107401 0.107401 0.107401 +5558.816895 0.000000 1130.938232 0.000000 0.411657 0.000000 0.911339 0.115513 0.115513 0.115513 +5545.385742 0.000000 1162.605591 0.000000 0.934038 0.000000 -0.357174 0.101163 0.101163 0.101163 +5556.365234 0.000000 1168.953735 0.000000 0.629046 0.000000 0.777368 0.107236 0.107236 0.107236 +5518.873047 0.000000 1137.734619 0.000000 0.882002 0.000000 0.471245 0.115258 0.115258 0.115258 +5565.292480 0.000000 1142.246460 0.000000 0.919006 0.000000 0.394243 0.112259 0.112259 0.112259 +5535.826172 0.000000 1137.809937 0.000000 0.159112 0.000000 0.987261 0.110223 0.110223 0.110223 +5565.248047 0.000000 1175.689575 0.000000 0.908550 0.000000 0.417777 0.119901 0.119901 0.119901 +5548.062988 0.000000 1138.676636 0.000000 0.157188 0.000000 0.987569 0.099515 0.099515 0.099515 +5554.789551 0.000000 1141.774780 0.000000 0.996816 0.000000 -0.079740 0.105028 0.105028 0.105028 +5539.765137 0.000000 1155.534790 0.000000 0.700556 0.000000 0.713598 0.107027 0.107027 0.107027 +5518.953125 0.000000 1183.659180 0.000000 0.980133 0.000000 -0.198339 0.121214 0.121214 0.121214 +5527.491699 0.000000 1130.318970 0.000000 0.874894 0.000000 0.484315 0.125124 0.125124 0.125124 +5565.658691 0.000000 1165.003296 0.000000 0.998947 0.000000 0.045878 0.108525 0.108525 0.108525 +5513.641113 0.000000 1182.875366 0.000000 0.905038 0.000000 -0.425330 0.114748 0.114748 0.114748 +5562.511719 0.000000 1150.197510 0.000000 0.997160 0.000000 -0.075307 0.105575 0.105575 0.105575 +5554.842773 0.000000 1147.557495 0.000000 0.721344 0.000000 0.692577 0.102211 0.102211 0.102211 +5565.212891 0.000000 1155.079224 0.000000 0.849531 0.000000 0.527539 0.100708 0.100708 0.100708 +5521.256836 0.000000 1164.402344 0.000000 0.991631 0.000000 0.129101 0.099588 0.099588 0.099588 +5546.009766 0.000000 1184.624146 0.000000 0.936525 0.000000 -0.350600 0.143919 0.143919 0.143919 +5520.971680 0.000000 1178.864502 0.000000 0.811052 0.000000 -0.584973 0.117130 0.117130 0.117130 +5548.083496 0.000000 1149.748535 0.000000 0.956493 0.000000 0.291757 0.104330 0.104330 0.104330 +5522.283691 0.000000 1130.820190 0.000000 0.976526 0.000000 0.215400 0.124623 0.124623 0.124623 +5515.929688 0.000000 1141.693359 0.000000 0.778918 0.000000 0.627126 0.104146 0.104146 0.104146 +5510.330566 0.000000 1141.784302 0.000000 0.785025 0.000000 0.619464 0.097874 0.097874 0.097874 +5518.875488 0.000000 1174.449585 0.000000 0.953363 0.000000 0.301827 0.103739 0.103739 0.103739 +5523.007324 0.000000 1147.765869 0.000000 0.976512 0.000000 -0.215462 0.117332 0.117332 0.117332 +5530.709961 0.000000 1166.727417 0.000000 0.642699 0.000000 0.766119 0.099673 0.099673 0.099673 +5514.351562 0.000000 1150.566406 0.000000 0.999991 0.000000 0.004276 0.099986 0.099986 0.099986 +5526.937012 0.000000 1144.114868 0.000000 0.439997 0.000000 0.897999 0.118334 0.118334 0.118334 +5544.763184 0.000000 1144.809692 0.000000 0.860672 0.000000 0.509159 0.106285 0.106285 0.106285 +5529.505859 0.000000 1183.459229 0.000000 0.740434 0.000000 0.672129 0.125281 0.125281 0.125281 +5507.505371 0.000000 1173.113647 0.000000 0.894233 0.000000 0.447602 0.098799 0.098799 0.098799 +5530.364746 0.000000 1155.248779 0.000000 0.990104 0.000000 0.140332 0.112658 0.112658 0.112658 +5538.932617 0.000000 1183.764404 0.000000 0.877043 0.000000 -0.480412 0.136598 0.136598 0.136598 +5522.817383 0.000000 1160.131348 0.000000 0.800686 0.000000 0.599085 0.097955 0.097955 0.097955 +5529.237793 0.000000 1135.846436 0.000000 0.977931 0.000000 0.208929 0.125206 0.125206 0.125206 +5523.771973 0.000000 1152.312988 0.000000 0.920696 0.000000 -0.390281 0.108936 0.108936 0.108936 +5538.015137 0.000000 1150.182983 0.000000 0.518182 0.000000 0.855270 0.111637 0.111637 0.111637 +5558.173828 0.000000 1135.871704 0.000000 0.683104 0.000000 0.730321 0.110761 0.110761 0.110761 +5554.318359 0.000000 1129.893433 0.000000 0.874825 0.000000 -0.484440 0.119541 0.119541 0.119541 +5557.994141 0.000000 1150.973633 0.000000 0.487805 0.000000 0.872953 0.099058 0.099058 0.099058 +5525.668945 0.000000 1139.476440 0.000000 0.332653 0.000000 0.943049 0.121647 0.121647 0.121647 +5565.524414 0.000000 1146.757202 0.000000 0.889983 0.000000 0.455994 0.108701 0.108701 0.108701 +5558.864258 0.000000 1184.686157 0.000000 0.999379 0.000000 0.035243 0.127588 0.127588 0.127588 +5534.060547 0.000000 1177.842407 0.000000 0.710076 0.000000 0.704126 0.114175 0.114175 0.114175 +5508.763672 0.000000 1165.879761 0.000000 0.994621 0.000000 0.103581 0.099670 0.099670 0.099670 +5531.131348 0.000000 1145.808716 0.000000 0.611254 0.000000 0.791434 0.116947 0.116947 0.116947 +5542.535645 0.000000 1159.195557 0.000000 0.138099 0.000000 0.990418 0.097312 0.097312 0.097312 +5515.786133 0.000000 1134.740479 0.000000 0.818964 0.000000 -0.573845 0.110798 0.110798 0.110798 +5521.260254 0.000000 1156.144653 0.000000 0.822769 0.000000 -0.568377 0.101924 0.101924 0.101924 +5541.098633 0.000000 1172.558472 0.000000 0.979952 0.000000 -0.199233 0.109941 0.109941 0.109941 +5563.211426 0.000000 1159.305664 0.000000 0.777641 0.000000 0.628708 0.099754 0.099754 0.099754 +5509.119141 0.000000 1146.121704 0.000000 0.825584 0.000000 -0.564279 0.101908 0.101908 0.101908 +5535.334473 0.000000 1170.672974 0.000000 0.991975 0.000000 -0.126433 0.104622 0.104622 0.104622 +5531.932617 0.000000 1149.957153 0.000000 0.999931 0.000000 -0.011752 0.117691 0.117691 0.117691 +5566.270020 0.000000 1134.118896 0.000000 0.508754 0.000000 0.860912 0.120806 0.120806 0.120806 +5537.947754 0.000000 1179.161011 0.000000 0.858765 0.000000 0.512370 0.120588 0.120588 0.120588 +5566.419434 0.000000 1171.834839 0.000000 0.892644 0.000000 0.450763 0.113688 0.113688 0.113688 +5549.311035 0.000000 1164.037354 0.000000 0.368594 0.000000 0.929590 0.096202 0.096202 0.096202 +5558.381836 0.000000 1159.015137 0.000000 0.368836 0.000000 0.929495 0.096202 0.096202 0.096202 +5566.624512 0.000000 1138.507690 0.000000 0.998501 0.000000 -0.054742 0.120658 0.120658 0.120658 +5549.375000 0.000000 1154.609131 0.000000 0.322051 0.000000 0.946722 0.098465 0.098465 0.098465 +5504.156738 0.000000 1184.587646 0.000000 0.056871 0.000000 0.998381 0.099714 0.099714 0.099714 +5555.213867 0.000000 1175.944702 0.000000 0.856784 0.000000 -0.515675 0.127654 0.127654 0.127654 +5515.941895 0.000000 1171.491577 0.000000 0.651745 0.000000 0.758438 0.097260 0.097260 0.097260 +5519.831543 0.000000 1133.859375 0.000000 0.783923 0.000000 0.620859 0.115139 0.115139 0.115139 +5512.908691 0.000000 1175.587524 0.000000 0.986242 0.000000 0.165306 0.100307 0.100307 0.100307 +5557.013672 0.000000 1164.333862 0.000000 0.977222 0.000000 -0.212220 0.105475 0.105475 0.105475 +5552.023926 0.000000 1182.222534 0.000000 0.970908 0.000000 0.239451 0.133975 0.133975 0.133975 +5551.868652 0.000000 1178.098511 0.000000 0.506670 0.000000 0.862140 0.127297 0.127297 0.127297 +5545.322754 0.000000 1177.963135 0.000000 0.417707 0.000000 0.908582 0.117698 0.117698 0.117698 +5562.385254 0.000000 1132.279541 0.000000 0.118538 0.000000 0.992949 0.116484 0.116484 0.116484 +5540.620605 0.000000 1176.395996 0.000000 0.953155 0.000000 -0.302483 0.118232 0.118232 0.118232 +5509.464844 0.000000 1134.469482 0.000000 0.789004 0.000000 0.614389 0.097894 0.097894 0.097894 +5561.910645 0.000000 1177.638550 0.000000 0.695507 0.000000 0.718519 0.125018 0.125018 0.125018 +5534.953613 0.000000 1185.940063 0.000000 0.927908 0.000000 0.372809 0.136693 0.136693 0.136693 +5536.618164 0.000000 1133.053101 0.000000 0.382683 0.000000 0.923880 0.109461 0.109461 0.109461 +5525.502930 0.000000 1178.006714 0.000000 0.987860 0.000000 0.155350 0.114833 0.114833 0.114833 +5542.686523 0.000000 1129.993286 0.000000 0.895678 0.000000 0.444703 0.108193 0.108193 0.108193 +5521.939453 0.000000 1171.483032 0.000000 0.255180 0.000000 0.966894 0.096627 0.096627 0.096627 +5538.735840 0.000000 1169.340576 0.000000 0.999423 0.000000 0.033957 0.103529 0.103529 0.103529 +5527.293457 0.000000 1153.252319 0.000000 0.990656 0.000000 0.136383 0.112115 0.112115 0.112115 +5546.673340 0.000000 1129.831421 0.000000 0.991959 0.000000 -0.126559 0.107998 0.107998 0.107998 +5555.863281 0.000000 1154.060181 0.000000 0.981822 0.000000 0.189803 0.100227 0.100227 0.100227 +5508.957520 0.000000 1169.534546 0.000000 0.991059 0.000000 -0.133426 0.100426 0.100426 0.100426 +5522.579102 0.000000 1184.876343 0.000000 0.890855 0.000000 0.454289 0.124710 0.124710 0.124710 +5563.981445 0.000000 1184.906738 0.000000 0.513254 0.000000 0.858237 0.117034 0.117034 0.117034 +5533.530273 0.000000 1156.979858 0.000000 0.377674 0.000000 0.925939 0.107285 0.107285 0.107285 +5544.974609 0.000000 1141.209106 0.000000 0.336012 0.000000 0.941858 0.103358 0.103358 0.103358 +5559.060547 0.000000 1171.287231 0.000000 0.999974 0.000000 0.007155 0.115940 0.115940 0.115940 +5551.145508 0.000000 1147.835327 0.000000 0.683083 0.000000 0.730341 0.101486 0.101486 0.101486 +5555.402344 0.000000 1183.654785 0.000000 0.813379 0.000000 0.581735 0.131247 0.131247 0.131247 +5533.392090 0.000000 1174.360962 0.000000 0.843660 0.000000 0.536878 0.109473 0.109473 0.109473 +5545.656250 0.000000 1169.797241 0.000000 0.923436 0.000000 0.383752 0.101236 0.101236 0.101236 +5555.634277 0.000000 1172.415405 0.000000 0.260935 0.000000 0.965356 0.115975 0.115975 0.115975 +5542.346680 0.000000 1183.945190 0.000000 0.993234 0.000000 -0.116126 0.136639 0.136639 0.136639 +5551.917480 0.000000 1166.469482 0.000000 0.434809 0.000000 0.900523 0.098323 0.098323 0.098323 +5559.062500 0.000000 1180.704956 0.000000 0.870294 0.000000 0.492533 0.128943 0.128943 0.128943 +5504.009766 0.000000 1171.880005 0.000000 0.337764 0.000000 0.941231 0.096097 0.096097 0.096097 +5532.431641 0.000000 1137.195312 0.000000 0.907792 0.000000 -0.419421 0.120972 0.120972 0.120972 +5522.230469 0.000000 1167.723022 0.000000 0.513583 0.000000 0.858040 0.096988 0.096988 0.096988 +5556.014648 0.000000 1138.530762 0.000000 0.558816 0.000000 0.829292 0.102044 0.102044 0.102044 +5552.918945 0.000000 1144.673706 0.000000 0.999883 0.000000 0.015275 0.104711 0.104711 0.104711 +5546.288574 0.000000 1152.835327 0.000000 0.999999 0.000000 0.001103 0.104198 0.104198 0.104198 +5555.759277 0.000000 1161.052368 0.000000 0.029233 0.000000 0.999573 0.095093 0.095093 0.095093 +5539.104004 0.000000 1138.229614 0.000000 0.977248 0.000000 -0.212098 0.111115 0.111115 0.111115 +5531.595215 0.000000 1180.211182 0.000000 0.285305 0.000000 0.958437 0.121446 0.121446 0.121446 +5530.987305 0.000000 1129.776245 0.000000 0.961724 0.000000 0.274019 0.122160 0.122160 0.122160 +5526.628418 0.000000 1159.714722 0.000000 0.674820 0.000000 0.737982 0.103630 0.103630 0.103630 +5545.064941 0.000000 1181.393066 0.000000 0.988399 0.000000 0.151882 0.132129 0.132129 0.132129 +5549.386719 0.000000 1184.394531 0.000000 0.178088 0.000000 0.984015 0.134387 0.134387 0.134387 +5519.197266 0.000000 1141.320312 0.000000 0.005604 0.000000 0.999984 0.109656 0.109656 0.109656 +5539.666992 0.000000 1166.173706 0.000000 0.980830 0.000000 -0.194867 0.102597 0.102597 0.102597 +5556.463867 0.000000 1144.769287 0.000000 0.968569 0.000000 0.248746 0.105035 0.105035 0.105035 +5538.857422 0.000000 1158.816406 0.000000 0.910126 0.000000 -0.414332 0.107890 0.107890 0.107890 +5527.836426 0.000000 1180.300415 0.000000 0.969115 0.000000 -0.246611 0.121968 0.121968 0.121968 +5528.572266 0.000000 1169.151855 0.000000 0.721305 0.000000 0.692617 0.100024 0.100024 0.100024 +5536.449219 0.000000 1155.682861 0.000000 0.526435 0.000000 0.850215 0.107336 0.107336 0.107336 +5546.835938 0.000000 1135.693726 0.000000 0.854532 0.000000 0.519399 0.103491 0.103491 0.103491 +5545.967773 0.000000 1159.505371 0.000000 0.947186 0.000000 -0.320686 0.101888 0.101888 0.101888 +5537.099609 0.000000 1163.637207 0.000000 0.928738 0.000000 0.370736 0.102942 0.102942 0.102942 +5508.948730 0.000000 1129.802612 0.000000 0.959784 0.000000 0.280739 0.099094 0.099094 0.099094 +5513.278320 0.000000 1179.771118 0.000000 0.938995 0.000000 -0.343932 0.108199 0.108199 0.108199 +5507.510742 0.000000 1176.615479 0.000000 0.981529 0.000000 0.191313 0.103006 0.103006 0.103006 +5545.676758 0.000000 1147.754517 0.000000 0.941471 0.000000 0.337094 0.106940 0.106940 0.106940 +5562.462402 0.000000 1146.757568 0.000000 0.921044 0.000000 -0.389458 0.110067 0.110067 0.110067 +5521.722656 0.000000 1181.864868 0.000000 0.271422 0.000000 0.962460 0.113331 0.113331 0.113331 +5512.667480 0.000000 1134.466675 0.000000 0.487295 0.000000 0.873238 0.101221 0.101221 0.101221 +5513.084961 0.000000 1140.505371 0.000000 0.986129 0.000000 0.165984 0.101977 0.101977 0.101977 +5559.819336 0.000000 1148.518433 0.000000 0.392815 0.000000 0.919617 0.100870 0.100870 0.100870 +5529.916992 0.000000 1174.453735 0.000000 0.928779 0.000000 0.370633 0.109030 0.109030 0.109030 +5516.526855 0.000000 1152.733276 0.000000 0.706777 0.000000 0.707437 0.097499 0.097499 0.097499 +5555.016113 0.000000 1150.538574 0.000000 0.030217 0.000000 0.999543 0.098026 0.098026 0.098026 +5523.991699 0.000000 1162.915039 0.000000 0.658353 0.000000 0.752709 0.097287 0.097287 0.097287 +5542.581055 0.000000 1164.811890 0.000000 0.909855 0.000000 0.414926 0.098914 0.098914 0.098914 +5514.072266 0.000000 1185.859497 0.000000 0.809874 0.000000 0.586604 0.115849 0.115849 0.115849 +5510.057129 0.000000 1174.625244 0.000000 0.730981 0.000000 0.682398 0.098430 0.098430 0.098430 +5565.032715 0.000000 1151.875610 0.000000 0.982441 0.000000 -0.186573 0.107078 0.107078 0.107078 +5552.746582 0.000000 1132.925171 0.000000 0.980152 0.000000 -0.198247 0.109938 0.109938 0.109938 +5562.504395 0.000000 1153.446411 0.000000 0.921748 0.000000 -0.387790 0.104955 0.104955 0.104955 +5516.112305 0.000000 1144.594238 0.000000 0.947062 0.000000 -0.321052 0.108682 0.108682 0.108682 +5511.437500 0.000000 1184.731079 0.000000 0.912120 0.000000 0.409924 0.109433 0.109433 0.109433 +5525.934570 0.000000 1184.499512 0.000000 0.291793 0.000000 0.956482 0.123086 0.123086 0.123086 +5554.798340 0.000000 1166.368652 0.000000 0.998953 0.000000 -0.045747 0.104915 0.104915 0.104915 +5540.759766 0.000000 1151.063721 0.000000 0.950582 0.000000 0.310474 0.112028 0.112028 0.112028 +5521.360840 0.000000 1175.847900 0.000000 0.091310 0.000000 0.995822 0.101430 0.101430 0.101430 +5517.099609 0.000000 1149.464111 0.000000 0.928545 0.000000 -0.371219 0.103762 0.103762 0.103762 +5527.191895 0.000000 1175.578125 0.000000 0.069984 0.000000 0.997548 0.104025 0.104025 0.104025 +5532.380371 0.000000 1184.537842 0.000000 0.299549 0.000000 0.954081 0.130646 0.130646 0.130646 +5534.961914 0.000000 1130.648804 0.000000 0.951894 0.000000 -0.306427 0.119379 0.119379 0.119379 +5524.094727 0.000000 1145.088379 0.000000 0.947117 0.000000 0.320888 0.120305 0.120305 0.120305 +5534.608887 0.000000 1135.227173 0.000000 0.753064 0.000000 0.657947 0.113316 0.113316 0.113316 +5518.604980 0.000000 1177.264526 0.000000 0.262889 0.000000 0.964826 0.104170 0.104170 0.104170 +5528.795410 0.000000 1157.599731 0.000000 0.597685 0.000000 0.801731 0.107096 0.107096 0.107096 +5561.384766 0.000000 1185.939209 0.000000 0.823397 0.000000 0.567466 0.122530 0.122530 0.122530 +5520.939453 0.000000 1145.616211 0.000000 0.608782 0.000000 0.793338 0.112584 0.112584 0.112584 +5534.952637 0.000000 1149.199829 0.000000 0.998442 0.000000 0.055793 0.116879 0.116879 0.116879 +5542.337891 0.000000 1143.423706 0.000000 0.533739 0.000000 0.845649 0.105739 0.105739 0.105739 +5557.519043 0.000000 1156.312866 0.000000 0.985034 0.000000 -0.172359 0.100551 0.100551 0.100551 +5520.244141 0.000000 1158.885376 0.000000 0.970273 0.000000 -0.242013 0.100778 0.100778 0.100778 +5531.635742 0.000000 1152.737915 0.000000 0.873491 0.000000 -0.486840 0.116705 0.116705 0.116705 +5532.947754 0.000000 1159.759277 0.000000 0.878390 0.000000 0.477944 0.106960 0.106960 0.106960 +5540.575195 0.000000 1132.076538 0.000000 0.999898 0.000000 0.014280 0.109194 0.109194 0.109194 +5540.029297 0.000000 1148.240234 0.000000 0.840149 0.000000 0.542355 0.112200 0.112200 0.112200 +5529.706543 0.000000 1143.326904 0.000000 0.980643 0.000000 -0.195805 0.124022 0.124022 0.124022 +5533.958984 0.000000 1139.887817 0.000000 0.981229 0.000000 -0.192846 0.119501 0.119501 0.119501 +5542.469727 0.000000 1156.281494 0.000000 0.993784 0.000000 -0.111323 0.104572 0.104572 0.104572 +5548.352051 0.000000 1146.948608 0.000000 0.738393 0.000000 0.674371 0.102294 0.102294 0.102294 +5529.283691 0.000000 1151.305298 0.000000 0.933065 0.000000 -0.359707 0.117891 0.117891 0.117891 +5518.979980 0.000000 1154.527710 0.000000 0.490451 0.000000 0.871469 0.096632 0.096632 0.096632 +5525.235840 0.000000 1149.548584 0.000000 0.819579 0.000000 -0.572966 0.118219 0.118219 0.118219 +5562.637207 0.000000 1156.621216 0.000000 0.926518 0.000000 -0.376251 0.102079 0.102079 0.102079 +5524.832520 0.000000 1142.267090 0.000000 0.857309 0.000000 0.514803 0.122229 0.122229 0.122229 +5514.564941 0.000000 1132.236450 0.000000 0.841174 0.000000 -0.540764 0.110660 0.110660 0.110660 +5557.566895 0.000000 1142.149780 0.000000 0.999777 0.000000 0.021103 0.105251 0.105251 0.105251 +5537.062500 0.000000 1181.761475 0.000000 0.983907 0.000000 0.178683 0.128672 0.128672 0.128672 +5512.614258 0.000000 1143.216309 0.000000 0.401542 0.000000 0.915841 0.097664 0.097664 0.097664 +5551.447754 0.000000 1142.373169 0.000000 0.304765 0.000000 0.952428 0.100019 0.100019 0.100019 +5543.591309 0.000000 1171.523560 0.000000 0.059643 0.000000 0.998220 0.101856 0.101856 0.101856 +5527.068359 0.000000 1134.198608 0.000000 0.024161 0.000000 0.999708 0.121975 0.121975 0.121975 +5519.671387 0.000000 1131.216553 0.000000 0.992739 0.000000 -0.120290 0.117536 0.117536 0.117536 +5565.738281 0.000000 1157.936646 0.000000 0.930580 0.000000 -0.366087 0.102610 0.102610 0.102610 +5527.408203 0.000000 1141.525635 0.000000 0.119123 0.000000 0.992879 0.119693 0.119693 0.119693 +5548.127930 0.000000 1157.128784 0.000000 0.660882 0.000000 0.750490 0.099206 0.099206 0.099206 +5564.013184 0.000000 1144.552246 0.000000 0.199825 0.000000 0.979832 0.107696 0.107696 0.107696 +5560.473633 0.000000 1137.818237 0.000000 0.899457 0.000000 0.437009 0.112088 0.112088 0.112088 +5563.000977 0.000000 1167.488525 0.000000 0.940062 0.000000 0.341004 0.110250 0.110250 0.110250 +5537.491699 0.000000 1135.582764 0.000000 0.323356 0.000000 0.946277 0.108693 0.108693 0.108693 +5516.375000 0.000000 1184.355347 0.000000 0.723930 0.000000 0.689873 0.118623 0.118623 0.118623 +5542.824707 0.000000 1134.925415 0.000000 0.117955 0.000000 0.993019 0.103124 0.103124 0.103124 +5523.443848 0.000000 1179.607300 0.000000 0.817314 0.000000 -0.576192 0.116520 0.116520 0.116520 +5549.942871 0.000000 1151.628418 0.000000 0.955602 0.000000 -0.294660 0.105759 0.105759 0.105759 +5542.646484 0.000000 1161.844727 0.000000 0.150977 0.000000 0.988537 0.097355 0.097355 0.097355 +5513.795410 0.000000 1129.711914 0.000000 0.938414 0.000000 0.345513 0.102478 0.102478 0.102478 +5539.689941 0.000000 1181.289185 0.000000 0.909150 0.000000 0.416470 0.126537 0.126537 0.126537 +5557.428223 0.000000 1147.528687 0.000000 0.361411 0.000000 0.932406 0.101296 0.101296 0.101296 +5526.077637 0.000000 1146.862183 0.000000 0.813098 0.000000 0.582127 0.117517 0.117517 0.117517 +5553.394043 0.000000 1155.017212 0.000000 0.507524 0.000000 0.861638 0.098049 0.098049 0.098049 +5523.640625 0.000000 1154.999268 0.000000 0.999794 0.000000 -0.020288 0.104830 0.104830 0.104830 +5547.601562 0.000000 1182.587524 0.000000 0.999870 0.000000 0.016134 0.138304 0.138304 0.138304 +5536.544434 0.000000 1177.019043 0.000000 0.201565 0.000000 0.979475 0.111453 0.111453 0.111453 +5538.111328 0.000000 1161.302734 0.000000 0.958952 0.000000 0.283569 0.103803 0.103803 0.103803 +5547.690430 0.000000 1133.251465 0.000000 0.084049 0.000000 0.996462 0.100338 0.100338 0.100338 +5515.442871 0.000000 1147.496094 0.000000 0.984824 0.000000 0.173559 0.101395 0.101395 0.101395 +5541.463867 0.000000 1137.292847 0.000000 0.003411 0.000000 0.999994 0.104326 0.104326 0.104326 +5545.128906 0.000000 1150.553223 0.000000 0.835241 0.000000 -0.549883 0.110127 0.110127 0.110127 +5524.436035 0.000000 1171.959351 0.000000 0.963743 0.000000 0.266832 0.102750 0.102750 0.102750 +5558.158691 0.000000 1161.747314 0.000000 0.167537 0.000000 0.985866 0.096874 0.096874 0.096874 +5557.633789 0.000000 1166.744751 0.000000 0.222392 0.000000 0.974957 0.101880 0.101880 0.101880 +5522.498535 0.000000 1133.505493 0.000000 0.561578 0.000000 0.827424 0.121055 0.121055 0.121055 +5522.128418 0.000000 1150.449097 0.000000 0.597451 0.000000 0.801906 0.107095 0.107095 0.107095 +5550.693848 0.000000 1161.746094 0.000000 0.127349 0.000000 0.991858 0.095674 0.095674 0.095674 +5567.697754 0.000000 1174.411621 0.000000 0.990445 0.000000 -0.137911 0.119291 0.119291 0.119291 +5527.339844 0.000000 1162.094971 0.000000 0.782185 0.000000 0.623046 0.101422 0.101422 0.101422 +5523.362793 0.000000 1157.675293 0.000000 0.919597 0.000000 -0.392863 0.103839 0.103839 0.103839 +5566.582031 0.000000 1144.554565 0.000000 0.998513 0.000000 -0.054507 0.115607 0.115607 0.115607 +5551.339355 0.000000 1129.933472 0.000000 0.989313 0.000000 0.145807 0.111523 0.111523 0.111523 +5506.552734 0.000000 1185.763672 0.000000 0.905221 0.000000 0.424941 0.103851 0.103851 0.103851 +5531.190918 0.000000 1157.996948 0.000000 0.431740 0.000000 0.901998 0.107495 0.107495 0.107495 +5535.328613 0.000000 1180.009399 0.000000 0.426217 0.000000 0.904621 0.124215 0.124215 0.124215 +5567.509766 0.000000 1166.906006 0.000000 0.943234 0.000000 -0.332128 0.110987 0.110987 0.110987 +5527.935547 0.000000 1166.742676 0.000000 0.548397 0.000000 0.836218 0.098204 0.098204 0.098204 +5505.118652 0.000000 1174.417603 0.000000 0.544280 0.000000 0.838903 0.098731 0.098731 0.098731 +5537.641602 0.000000 1147.766113 0.000000 0.987729 0.000000 -0.156178 0.117108 0.117108 0.117108 +5560.742188 0.000000 1159.581421 0.000000 0.804178 0.000000 0.594389 0.099346 0.099346 0.099346 +5567.814453 0.000000 1148.132202 0.000000 0.997730 0.000000 0.067340 0.110686 0.110686 0.110686 +5530.245605 0.000000 1148.199341 0.000000 0.621946 0.000000 0.783060 0.114278 0.114278 0.114278 +5566.994629 0.000000 1177.311279 0.000000 0.956471 0.000000 -0.291828 0.121018 0.121018 0.121018 +5567.510742 0.000000 1154.424194 0.000000 0.829186 0.000000 0.558973 0.100585 0.100585 0.100585 +5559.044922 0.000000 1168.775879 0.000000 0.943362 0.000000 -0.331764 0.113251 0.113251 0.113251 +5517.612305 0.000000 1132.816162 0.000000 0.860866 0.000000 0.508831 0.111242 0.111242 0.111242 +5550.782227 0.000000 1171.751587 0.000000 0.181005 0.000000 0.983482 0.106556 0.106556 0.106556 +5552.587891 0.000000 1149.940796 0.000000 0.054515 0.000000 0.998513 0.099173 0.099173 0.099173 +5532.944336 0.000000 1165.554932 0.000000 0.045724 0.000000 0.998954 0.099143 0.099143 0.099143 +5557.005371 0.000000 1181.882690 0.000000 0.868266 0.000000 0.496099 0.129477 0.129477 0.129477 +5564.008301 0.000000 1171.964722 0.000000 0.997683 0.000000 -0.068028 0.116218 0.116218 0.116218 +5540.550293 0.000000 1160.481567 0.000000 0.999950 0.000000 0.009973 0.102488 0.102488 0.102488 +5536.330078 0.000000 1183.984985 0.000000 0.862942 0.000000 0.505304 0.132737 0.132737 0.132737 +5545.650879 0.000000 1138.974243 0.000000 0.715053 0.000000 0.699070 0.104366 0.104366 0.104366 +5540.952637 0.000000 1170.164429 0.000000 0.869736 0.000000 0.493518 0.104694 0.104694 0.104694 +5534.816895 0.000000 1144.125244 0.000000 0.991380 0.000000 -0.131016 0.117014 0.117014 0.117014 +5553.129395 0.000000 1180.093384 0.000000 0.856599 0.000000 0.515983 0.131032 0.131032 0.131032 +5553.687988 0.000000 1138.640015 0.000000 0.982029 0.000000 0.188731 0.103015 0.103015 0.103015 +5532.838379 0.000000 1154.754883 0.000000 0.900258 0.000000 0.435357 0.111543 0.111543 0.111543 +5547.596680 0.000000 1178.229004 0.000000 0.624452 0.000000 0.781063 0.125175 0.125175 0.125175 +5560.630371 0.000000 1183.142456 0.000000 0.165970 0.000000 0.986131 0.121487 0.121487 0.121487 +5523.253418 0.000000 1177.274170 0.000000 0.162217 0.000000 0.986755 0.106489 0.106489 0.106489 +5518.033691 0.000000 1135.578491 0.000000 0.964906 0.000000 0.262597 0.116097 0.116097 0.116097 +5527.885254 0.000000 1155.467651 0.000000 0.935714 0.000000 -0.352760 0.111631 0.111631 0.111631 +5567.163574 0.000000 1162.362061 0.000000 0.217371 0.000000 0.976089 0.099718 0.099718 0.099718 +5556.657715 0.000000 1129.723633 0.000000 0.846510 0.000000 -0.532372 0.122030 0.122030 0.122030 +5527.348633 0.000000 1182.685913 0.000000 0.104635 0.000000 0.994511 0.118566 0.118566 0.118566 +5558.385254 0.000000 1133.596558 0.000000 0.971060 0.000000 0.238837 0.116188 0.116188 0.116188 +5551.645996 0.000000 1137.385498 0.000000 0.999983 0.000000 0.005757 0.105303 0.105303 0.105303 +5564.727539 0.000000 1132.182007 0.000000 0.996310 0.000000 0.085824 0.124030 0.124030 0.124030 +5559.794922 0.000000 1142.693726 0.000000 0.954993 0.000000 -0.296628 0.107463 0.107463 0.107463 +5539.522949 0.000000 1174.333374 0.000000 0.820107 0.000000 0.572211 0.108773 0.108773 0.108773 +5535.373535 0.000000 1173.120605 0.000000 0.963393 0.000000 0.268094 0.104968 0.104968 0.104968 +5559.405273 0.000000 1164.540649 0.000000 0.996208 0.000000 -0.086999 0.106738 0.106738 0.106738 +5550.671387 0.000000 1176.141968 0.000000 0.816191 0.000000 0.577783 0.125776 0.125776 0.125776 +5553.314941 0.000000 1172.385742 0.000000 0.900017 0.000000 -0.435854 0.120472 0.120472 0.120472 +5558.255859 0.000000 1138.447510 0.000000 0.573653 0.000000 0.819099 0.104277 0.104277 0.104277 +5527.105957 0.000000 1150.924194 0.000000 0.918276 0.000000 0.395940 0.114464 0.114464 0.114464 +5563.305664 0.000000 1179.466553 0.000000 0.442195 0.000000 0.896919 0.122126 0.122126 0.122126 +5550.880859 0.000000 1180.223145 0.000000 0.972415 0.000000 -0.233259 0.135461 0.135461 0.135461 +5557.789062 0.000000 1173.131226 0.000000 0.791879 0.000000 0.610679 0.119027 0.119027 0.119027 +5562.561523 0.000000 1161.446777 0.000000 0.522038 0.000000 0.852922 0.100271 0.100271 0.100271 +5535.888672 0.000000 1151.231812 0.000000 0.908967 0.000000 0.416868 0.114379 0.114379 0.114379 +5535.005371 0.000000 1164.592163 0.000000 0.908042 0.000000 -0.418878 0.105067 0.105067 0.105067 +5543.465820 0.000000 1139.573242 0.000000 0.926077 0.000000 -0.377335 0.110022 0.110022 0.110022 +5531.673340 0.000000 1182.460815 0.000000 0.468824 0.000000 0.883292 0.126033 0.126033 0.126033 +5561.072754 0.000000 1179.804565 0.000000 0.997216 0.000000 0.074566 0.129104 0.129104 0.129104 +5512.237305 0.000000 1177.714111 0.000000 0.997617 0.000000 0.068995 0.103973 0.103973 0.103973 +5514.166504 0.000000 1136.201172 0.000000 0.823445 0.000000 0.567396 0.106047 0.106047 0.106047 +5553.262695 0.000000 1184.248535 0.000000 0.935685 0.000000 0.352836 0.134018 0.134018 0.134018 +5542.962402 0.000000 1173.867432 0.000000 0.043847 0.000000 0.999038 0.104467 0.104467 0.104467 +5567.374512 0.000000 1169.782959 0.000000 0.947792 0.000000 -0.318888 0.113768 0.113768 0.113768 +5561.190430 0.000000 1171.794312 0.000000 0.482743 0.000000 0.875762 0.112569 0.112569 0.112569 +5554.103516 0.000000 1178.020386 0.000000 0.996298 0.000000 0.085969 0.130733 0.130733 0.130733 +5546.219238 0.000000 1175.902100 0.000000 0.864354 0.000000 -0.502884 0.120760 0.120760 0.120760 +5549.465820 0.000000 1173.983398 0.000000 0.516869 0.000000 0.856064 0.111089 0.111089 0.111089 +5544.647949 0.000000 1131.014160 0.000000 0.990656 0.000000 0.136383 0.106537 0.106537 0.106537 +5549.143066 0.000000 1129.989868 0.000000 0.791518 0.000000 0.611146 0.106409 0.106409 0.106409 +5540.682129 0.000000 1153.476807 0.000000 0.586596 0.000000 0.809880 0.107591 0.107591 0.107591 +5536.801270 0.000000 1158.002686 0.000000 0.967703 0.000000 0.252094 0.107246 0.107246 0.107246 +5540.342285 0.000000 1185.356201 0.000000 0.887293 0.000000 0.461207 0.138471 0.138471 0.138471 +5528.641113 0.000000 1185.411987 0.000000 0.886864 0.000000 0.462031 0.130192 0.130192 0.130192 +5560.246582 0.000000 1132.544434 0.000000 0.965309 0.000000 0.261110 0.118880 0.118880 0.118880 +5549.836426 0.000000 1182.320312 0.000000 0.873551 0.000000 -0.486732 0.139476 0.139476 0.139476 +5563.003418 0.000000 1175.697144 0.000000 0.924304 0.000000 0.381658 0.121713 0.121713 0.121713 +5531.966309 0.000000 1139.300659 0.000000 0.996292 0.000000 0.086039 0.121794 0.121794 0.121794 +5543.167969 0.000000 1178.157471 0.000000 0.714482 0.000000 0.699654 0.121302 0.121302 0.121302 +5529.618652 0.000000 1181.364746 0.000000 0.973134 0.000000 0.230238 0.122894 0.122894 0.122894 +5563.815430 0.000000 1148.407349 0.000000 0.851100 0.000000 -0.525004 0.108885 0.108885 0.108885 +5554.394043 0.000000 1181.809326 0.000000 0.383981 0.000000 0.923341 0.126722 0.126722 0.126722 +5563.529785 0.000000 1130.334473 0.000000 0.810818 0.000000 -0.585299 0.126845 0.126845 0.126845 +5533.739258 0.000000 1151.150635 0.000000 0.010263 0.000000 0.999947 0.110206 0.110206 0.110206 +5534.716309 0.000000 1175.925537 0.000000 0.994133 0.000000 -0.108169 0.110745 0.110745 0.110745 +5561.678223 0.000000 1144.809082 0.000000 0.888264 0.000000 -0.459334 0.109197 0.109197 0.109197 +5520.098633 0.000000 1139.447021 0.000000 0.652915 0.000000 0.757431 0.117698 0.117698 0.117698 +5547.407227 0.000000 1173.915527 0.000000 0.896676 0.000000 -0.442687 0.114817 0.114817 0.114817 +5525.422363 0.000000 1154.042358 0.000000 0.901217 0.000000 -0.433368 0.108529 0.108529 0.108529 +5521.219727 0.000000 1141.146240 0.000000 0.936972 0.000000 -0.349405 0.121250 0.121250 0.121250 +5546.638672 0.000000 1180.120117 0.000000 0.626568 0.000000 0.779367 0.130085 0.130085 0.130085 +5554.750488 0.000000 1170.240723 0.000000 0.994297 0.000000 0.106643 0.114455 0.114455 0.114455 +5523.236816 0.000000 1141.010620 0.000000 0.237887 0.000000 0.971293 0.118566 0.118566 0.118566 +5538.934570 0.000000 1133.256714 0.000000 0.986747 0.000000 -0.162264 0.112063 0.112063 0.112063 +5542.819824 0.000000 1181.939209 0.000000 0.923074 0.000000 -0.384622 0.132173 0.132173 0.132173 +5554.216309 0.000000 1174.232300 0.000000 0.860557 0.000000 -0.509354 0.127625 0.127625 0.127625 +5557.101074 0.000000 1175.013062 0.000000 0.679581 0.000000 0.733600 0.123291 0.123291 0.123291 +5524.141113 0.000000 1183.619263 0.000000 0.937527 0.000000 -0.347912 0.124077 0.124077 0.124077 +5561.129395 0.000000 1168.506104 0.000000 0.445513 0.000000 0.895276 0.109170 0.109170 0.109170 +5565.282227 0.000000 1173.642700 0.000000 0.945753 0.000000 0.324886 0.117517 0.117517 0.117517 +5527.416992 0.000000 1177.620239 0.000000 0.508272 0.000000 0.861197 0.108344 0.108344 0.108344 +5564.271484 0.000000 1138.200806 0.000000 0.197028 0.000000 0.980398 0.111972 0.111972 0.111972 +5525.843750 0.000000 1179.972168 0.000000 0.922786 0.000000 0.385312 0.113953 0.113953 0.113953 +5561.007324 0.000000 1175.348022 0.000000 0.680009 0.000000 0.733204 0.122203 0.122203 0.122203 +5533.096680 0.000000 1130.083740 0.000000 0.966432 0.000000 0.256922 0.119452 0.119452 0.119452 +5561.360352 0.000000 1140.944214 0.000000 0.137111 0.000000 0.990556 0.104794 0.104794 0.104794 +5562.520996 0.000000 1183.600098 0.000000 0.031254 0.000000 0.999511 0.117209 0.117209 0.117209 +5554.425293 0.000000 1131.841919 0.000000 0.786138 0.000000 0.618051 0.112959 0.112959 0.112959 +5534.725586 0.000000 1133.280029 0.000000 0.623922 0.000000 0.781486 0.113199 0.113199 0.113199 +5534.288086 0.000000 1184.149902 0.000000 0.408914 0.000000 0.912573 0.133312 0.133312 0.133312 +5564.454590 0.000000 1170.026611 0.000000 0.420082 0.000000 0.907486 0.111768 0.111768 0.111768 +5530.529785 0.000000 1185.094360 0.000000 0.319737 0.000000 0.947506 0.129124 0.129124 0.129124 +5520.905273 0.000000 1183.586914 0.000000 0.125542 0.000000 0.992088 0.115977 0.115977 0.115977 +5525.101562 0.000000 1176.138550 0.000000 0.161044 0.000000 0.986947 0.107555 0.107555 0.107555 +5537.680176 0.000000 1185.515259 0.000000 0.714633 0.000000 0.699499 0.136602 0.136602 0.136602 +5551.350098 0.000000 1184.430542 0.000000 0.815815 0.000000 0.578313 0.135659 0.135659 0.135659 +5520.278320 0.000000 1143.243286 0.000000 0.817669 0.000000 -0.575689 0.120515 0.120515 0.120515 +5527.366211 0.000000 1132.340210 0.000000 0.335024 0.000000 0.942210 0.122734 0.122734 0.122734 +5557.449707 0.000000 1179.578979 0.000000 0.102308 0.000000 0.994753 0.124965 0.124965 0.124965 +5559.432129 0.000000 1178.771240 0.000000 0.963771 0.000000 -0.266732 0.132219 0.132219 0.132219 +5567.825195 0.000000 1142.940186 0.000000 0.145012 0.000000 0.989430 0.111240 0.111240 0.111240 +5514.618164 0.000000 1181.130737 0.000000 0.851773 0.000000 -0.523911 0.115722 0.115722 0.115722 +5539.093262 0.000000 1152.063599 0.000000 0.877182 0.000000 -0.480158 0.114400 0.114400 0.114400 +5533.418457 0.000000 1179.685059 0.000000 0.229423 0.000000 0.973327 0.117459 0.117459 0.117459 +5559.893555 0.000000 1173.192261 0.000000 0.999800 0.000000 -0.019989 0.121085 0.121085 0.121085 +5543.260742 0.000000 1151.291504 0.000000 0.984882 0.000000 -0.173224 0.111539 0.111539 0.111539 +5516.251465 0.000000 1136.523560 0.000000 0.224046 0.000000 0.974578 0.107785 0.107785 0.107785 +5531.504395 0.000000 1143.665894 0.000000 0.999032 0.000000 0.043980 0.121398 0.121398 0.121398 +5529.304688 0.000000 1130.681152 0.000000 0.294446 0.000000 0.955668 0.120410 0.120410 0.120410 +5544.388184 0.000000 1179.689087 0.000000 0.315627 0.000000 0.948883 0.122112 0.122112 0.122112 +5534.609375 0.000000 1155.350098 0.000000 0.717564 0.000000 0.696493 0.109297 0.109297 0.109297 +5556.072754 0.000000 1178.190674 0.000000 0.631768 0.000000 0.775158 0.127391 0.127391 0.127391 +5558.588867 0.000000 1182.870605 0.000000 0.451990 0.000000 0.892023 0.124873 0.124873 0.124873 +5529.774414 0.000000 1179.386719 0.000000 0.878305 0.000000 -0.478100 0.121790 0.121790 0.121790 +5519.854980 0.000000 1136.217163 0.000000 0.871383 0.000000 -0.490603 0.118998 0.118998 0.118998 +5525.452637 0.000000 1151.670410 0.000000 0.816851 0.000000 0.576849 0.110950 0.110950 0.110950 +5531.120117 0.000000 1131.636108 0.000000 0.936405 0.000000 -0.350921 0.124089 0.124089 0.124089 +5531.849121 0.000000 1156.293091 0.000000 0.998538 0.000000 -0.054047 0.111676 0.111676 0.111676 +5534.652344 0.000000 1141.772827 0.000000 0.667315 0.000000 0.744776 0.111774 0.111774 0.111774 +5534.021484 0.000000 1137.954468 0.000000 0.979833 0.000000 0.199816 0.114667 0.114667 0.114667 +5541.294434 0.000000 1174.643677 0.000000 0.215128 0.000000 0.976586 0.107752 0.107752 0.107752 +5562.270996 0.000000 1138.021240 0.000000 0.196307 0.000000 0.980542 0.109290 0.109290 0.109290 +5521.145996 0.000000 1132.241699 0.000000 0.996334 0.000000 0.085543 0.120679 0.120679 0.120679 +5560.471680 0.000000 1170.143555 0.000000 0.445216 0.000000 0.895423 0.112412 0.112412 0.112412 +5535.632324 0.000000 1140.356323 0.000000 0.873017 0.000000 -0.487690 0.116708 0.116708 0.116708 +5520.728516 0.000000 1129.694092 0.000000 0.130614 0.000000 0.991433 0.115463 0.115463 0.115463 +5518.749512 0.000000 1129.718628 0.000000 0.998070 0.000000 -0.062095 0.116757 0.116757 0.116757 +5528.512695 0.000000 1137.420410 0.000000 0.506216 0.000000 0.862406 0.121336 0.121336 0.121336 +5530.957520 0.000000 1136.314331 0.000000 0.308969 0.000000 0.951072 0.117781 0.117781 0.117781 +5517.317383 0.000000 1182.914795 0.000000 0.732574 0.000000 0.680687 0.115937 0.115937 0.115937 +5514.663574 0.000000 1184.272461 0.000000 0.856422 0.000000 0.516276 0.116166 0.116166 0.116166 +5528.779785 0.000000 1134.224121 0.000000 0.865928 0.000000 0.500168 0.123949 0.123949 0.123949 +5522.442383 0.000000 1144.704102 0.000000 0.519546 0.000000 0.854442 0.115436 0.115436 0.115436 +5566.675293 0.000000 1181.438599 0.000000 0.926128 0.000000 -0.377209 0.120797 0.120797 0.120797 +5538.375977 0.000000 1146.130249 0.000000 0.962623 0.000000 0.270843 0.114954 0.114954 0.114954 +5529.349609 0.000000 1149.638184 0.000000 0.852677 0.000000 -0.522439 0.120846 0.120846 0.120846 +5563.964844 0.000000 1180.989258 0.000000 0.467048 0.000000 0.884232 0.121157 0.121157 0.121157 +5533.325684 0.000000 1134.162476 0.000000 0.999204 0.000000 -0.039886 0.118918 0.118918 0.118918 +5523.343262 0.000000 1181.288574 0.000000 0.990744 0.000000 -0.135743 0.119282 0.119282 0.119282 +5536.293457 0.000000 1178.694946 0.000000 0.989773 0.000000 0.142654 0.122130 0.122130 0.122130 +5523.350098 0.000000 1132.041382 0.000000 0.984597 0.000000 -0.174839 0.125629 0.125629 0.125629 +5522.929199 0.000000 1135.161743 0.000000 0.999937 0.000000 -0.011192 0.125535 0.125535 0.125535 +5524.433105 0.000000 1146.702026 0.000000 0.994266 0.000000 0.106933 0.118362 0.118362 0.118362 +5567.416504 0.000000 1136.912476 0.000000 0.019229 0.000000 0.999815 0.116097 0.116097 0.116097 +5562.082520 0.000000 1133.911987 0.000000 0.515884 0.000000 0.856658 0.118130 0.118130 0.118130 +5532.899902 0.000000 1181.236206 0.000000 0.045391 0.000000 0.998969 0.121529 0.121529 0.121529 +5525.729980 0.000000 1145.277588 0.000000 0.679225 0.000000 0.733930 0.118380 0.118380 0.118380 +5526.020996 0.000000 1131.007568 0.000000 0.838881 0.000000 0.544316 0.124841 0.124841 0.124841 +5555.824219 0.000000 1174.021973 0.000000 0.648799 0.000000 0.760960 0.122036 0.122036 0.122036 +5554.861328 0.000000 1185.204956 0.000000 0.867054 0.000000 0.498215 0.131120 0.131120 0.131120 +5556.695312 0.000000 1176.659668 0.000000 0.844129 0.000000 -0.536141 0.132313 0.132313 0.132313 +5524.440918 0.000000 1185.194092 0.000000 0.850165 0.000000 0.526517 0.126027 0.126027 0.126027 +5525.229004 0.000000 1143.779785 0.000000 0.247476 0.000000 0.968894 0.119141 0.119141 0.119141 +5541.366211 0.000000 1181.387207 0.000000 0.955399 0.000000 0.295319 0.127067 0.127067 0.127067 +5559.848633 0.000000 1129.750610 0.000000 0.531062 0.000000 0.847333 0.117657 0.117657 0.117657 +5529.632324 0.000000 1144.905029 0.000000 0.401938 0.000000 0.915667 0.117091 0.117091 0.117091 +5528.030273 0.000000 1142.992676 0.000000 0.258341 0.000000 0.966054 0.118112 0.118112 0.118112 +5522.536621 0.000000 1183.157227 0.000000 0.336634 0.000000 0.941636 0.118434 0.118434 0.118434 +5538.144043 0.000000 1180.677002 0.000000 0.993899 0.000000 0.110295 0.127840 0.127840 0.127840 +5558.280273 0.000000 1176.266846 0.000000 0.990305 0.000000 -0.138909 0.129986 0.129986 0.129986 +5560.412109 0.000000 1184.733643 0.000000 0.994387 0.000000 0.105802 0.124508 0.124508 0.124508 +5527.673828 0.000000 1135.643677 0.000000 0.753838 0.000000 0.657060 0.125364 0.125364 0.125364 +5531.133789 0.000000 1133.217651 0.000000 0.838725 0.000000 0.544555 0.120990 0.120990 0.120990 +5524.029785 0.000000 1133.614258 0.000000 0.901488 0.000000 0.432803 0.125359 0.125359 0.125359 +5529.045410 0.000000 1141.579346 0.000000 0.957799 0.000000 0.287439 0.122661 0.122661 0.122661 +5566.905762 0.000000 1135.497803 0.000000 0.600338 0.000000 0.799747 0.121244 0.121244 0.121244 +5538.393066 0.000000 1182.389160 0.000000 0.977606 0.000000 0.210443 0.133546 0.133546 0.133546 +5545.205566 0.000000 1186.143799 0.000000 0.554933 0.000000 0.831895 0.140017 0.140017 0.140017 +5526.014160 0.000000 1135.221558 0.000000 0.932885 0.000000 -0.360175 0.129796 0.129796 0.129796 +5536.754395 0.000000 1180.188477 0.000000 0.843782 0.000000 -0.536686 0.131745 0.131745 0.131745 +5531.159668 0.000000 1183.816040 0.000000 0.840974 0.000000 0.541076 0.128157 0.128157 0.128157 +5546.601562 0.000000 1181.536133 0.000000 0.689312 0.000000 0.724465 0.130440 0.130440 0.130440 +5550.236328 0.000000 1185.543945 0.000000 0.984027 0.000000 -0.178021 0.139164 0.139164 0.139164 +5541.805176 0.000000 1185.214233 0.000000 0.202454 0.000000 0.979292 0.134498 0.134498 0.134498 +5555.649902 0.000000 1182.309082 0.000000 0.839054 0.000000 -0.544048 0.136345 0.136345 0.136345 +5548.208984 0.000000 1183.774048 0.000000 0.707594 0.000000 0.706620 0.133827 0.133827 0.133827 +5537.632324 0.000000 1183.496948 0.000000 0.654723 0.000000 0.755869 0.131331 0.131331 0.131331 +5544.703613 0.000000 1184.556030 0.000000 0.588579 0.000000 0.808440 0.136946 0.136946 0.136946 +5540.170898 0.000000 1184.084106 0.000000 0.999757 0.000000 -0.022056 0.140715 0.140715 0.140715 +5548.898438 0.000000 1185.548340 0.000000 0.972106 0.000000 -0.234542 0.141676 0.141676 0.141676 +5626.544434 0.000000 1170.110596 0.000000 0.956466 0.000000 0.291844 0.099057 0.099057 0.099057 +5616.205566 0.000000 1186.146240 0.000000 0.961146 0.000000 0.276042 0.099110 0.099110 0.099110 +5583.130859 0.000000 1169.059326 0.000000 0.820995 0.000000 -0.570936 0.101934 0.101934 0.101934 +5609.563477 0.000000 1156.178467 0.000000 0.215886 0.000000 0.976419 0.095693 0.095693 0.095693 +5594.979980 0.000000 1171.520264 0.000000 0.458493 0.000000 0.888698 0.096516 0.096516 0.096516 +5608.832520 0.000000 1133.188599 0.000000 0.946330 0.000000 -0.323203 0.101048 0.101048 0.101048 +5599.758301 0.000000 1159.847168 0.000000 0.830439 0.000000 -0.557109 0.115865 0.115865 0.115865 +5577.400879 0.000000 1145.806641 0.000000 0.799067 0.000000 0.601242 0.151996 0.151996 0.151996 +5605.432617 0.000000 1140.714600 0.000000 0.506724 0.000000 0.862108 0.110505 0.110505 0.110505 +5568.254883 0.000000 1176.828369 0.000000 0.998640 0.000000 -0.052133 0.116159 0.116159 0.116159 +5606.893555 0.000000 1149.134888 0.000000 0.890499 0.000000 0.454986 0.100428 0.100428 0.100428 +5575.979980 0.000000 1171.822754 0.000000 0.897985 0.000000 0.440026 0.099930 0.099930 0.099930 +5570.500488 0.000000 1149.431519 0.000000 0.657089 0.000000 0.753813 0.120445 0.120445 0.120445 +5619.456055 0.000000 1179.975708 0.000000 0.528076 0.000000 0.849197 0.096771 0.096771 0.096771 +5601.210449 0.000000 1174.560791 0.000000 0.020469 0.000000 0.999790 0.095065 0.095065 0.095065 +5598.530273 0.000000 1153.147583 0.000000 0.079708 0.000000 0.996818 0.131808 0.131808 0.131808 +5612.662598 0.000000 1180.267700 0.000000 0.674382 0.000000 0.738382 0.097356 0.097356 0.097356 +5600.032227 0.000000 1166.625366 0.000000 0.992251 0.000000 0.124253 0.099603 0.099603 0.099603 +5593.621582 0.000000 1177.562378 0.000000 0.919059 0.000000 0.394120 0.098710 0.098710 0.098710 +5599.826172 0.000000 1137.809937 0.000000 0.351400 0.000000 0.936225 0.137886 0.137886 0.137886 +5603.765137 0.000000 1155.534790 0.000000 0.991566 0.000000 -0.129602 0.113071 0.113071 0.113071 +5582.953125 0.000000 1183.659180 0.000000 0.729863 0.000000 0.683593 0.097604 0.097604 0.097604 +5569.017578 0.000000 1156.380615 0.000000 0.969309 0.000000 0.245845 0.101155 0.101155 0.101155 +5594.074219 0.000000 1160.203979 0.000000 0.831811 0.000000 -0.555059 0.117568 0.117568 0.117568 +5577.641113 0.000000 1182.875366 0.000000 0.050911 0.000000 0.998703 0.095162 0.095162 0.095162 +5585.256836 0.000000 1164.402344 0.000000 0.297123 0.000000 0.954839 0.098917 0.098917 0.098917 +5589.208496 0.000000 1169.566772 0.000000 0.273045 0.000000 0.962001 0.095880 0.095880 0.095880 +5610.009766 0.000000 1184.624146 0.000000 0.011924 0.000000 0.999929 0.095038 0.095038 0.095038 +5604.045898 0.000000 1134.962402 0.000000 0.581666 0.000000 0.813428 0.101594 0.101594 0.101594 +5580.552734 0.000000 1155.881592 0.000000 0.747104 0.000000 0.664707 0.136815 0.136815 0.136815 +5612.083496 0.000000 1149.748535 0.000000 0.363970 0.000000 0.931411 0.096186 0.096186 0.096186 +5574.330566 0.000000 1141.784302 0.000000 0.973570 0.000000 0.228387 0.148483 0.148483 0.148483 +5582.875488 0.000000 1174.449585 0.000000 0.065237 0.000000 0.997870 0.095208 0.095208 0.095208 +5578.351562 0.000000 1150.566406 0.000000 0.608300 0.000000 0.793707 0.144127 0.144127 0.144127 +5608.763184 0.000000 1144.809692 0.000000 0.895903 0.000000 -0.444250 0.101465 0.101465 0.101465 +5571.505371 0.000000 1173.113647 0.000000 0.962459 0.000000 -0.271427 0.112460 0.112460 0.112460 +5594.364746 0.000000 1155.248779 0.000000 0.874543 0.000000 -0.484949 0.147436 0.147436 0.147436 +5586.817383 0.000000 1160.131348 0.000000 0.935693 0.000000 0.352816 0.118512 0.118512 0.118512 +5602.015137 0.000000 1150.182983 0.000000 0.968891 0.000000 0.247488 0.123380 0.123380 0.123380 +5572.763672 0.000000 1165.879761 0.000000 0.748020 0.000000 0.663676 0.098511 0.098511 0.098511 +5606.535645 0.000000 1159.195557 0.000000 0.978664 0.000000 -0.205468 0.100659 0.100659 0.100659 +5572.047852 0.000000 1138.037598 0.000000 0.999988 0.000000 0.004818 0.140035 0.140035 0.140035 +5608.015625 0.000000 1137.316040 0.000000 0.998025 0.000000 -0.062822 0.100200 0.100200 0.100200 +5573.119141 0.000000 1146.121704 0.000000 0.733620 0.000000 0.679560 0.132350 0.132350 0.132350 +5597.237305 0.000000 1163.209717 0.000000 0.880174 0.000000 0.474651 0.102561 0.102561 0.102561 +5568.514160 0.000000 1145.768311 0.000000 0.858878 0.000000 -0.512181 0.121940 0.121940 0.121940 +5574.424805 0.000000 1150.047607 0.000000 0.721183 0.000000 0.692745 0.131179 0.131179 0.131179 +5576.908691 0.000000 1175.587524 0.000000 0.706742 0.000000 0.707472 0.097771 0.097771 0.097771 +5581.506836 0.000000 1165.501953 0.000000 0.618584 0.000000 0.785719 0.100116 0.100116 0.100116 +5572.755371 0.000000 1157.560181 0.000000 0.211684 0.000000 0.977338 0.104523 0.104523 0.104523 +5598.953613 0.000000 1185.940063 0.000000 0.995092 0.000000 -0.098955 0.100316 0.100316 0.100316 +5585.939453 0.000000 1171.483032 0.000000 0.903667 0.000000 -0.428236 0.101409 0.101409 0.101409 +5572.957520 0.000000 1169.534546 0.000000 0.939951 0.000000 0.341310 0.103046 0.103046 0.103046 +5586.579102 0.000000 1184.876343 0.000000 0.870151 0.000000 -0.492785 0.101640 0.101640 0.101640 +5608.974609 0.000000 1141.209106 0.000000 0.581463 0.000000 0.813573 0.096975 0.096975 0.096975 +5619.402344 0.000000 1183.654785 0.000000 0.950661 0.000000 0.310233 0.098996 0.098996 0.098996 +5577.866211 0.000000 1168.759888 0.000000 0.203297 0.000000 0.979117 0.095652 0.095652 0.095652 +5568.009766 0.000000 1171.880005 0.000000 0.916762 0.000000 -0.399434 0.114645 0.114645 0.114645 +5596.431641 0.000000 1137.195312 0.000000 0.641092 0.000000 0.767464 0.150316 0.150316 0.150316 +5586.230469 0.000000 1167.723022 0.000000 0.955982 0.000000 -0.293425 0.100948 0.100948 0.100948 +5568.894531 0.000000 1159.987671 0.000000 0.999882 0.000000 0.015364 0.099951 0.099951 0.099951 +5579.406250 0.000000 1162.758301 0.000000 0.210716 0.000000 0.977547 0.100768 0.100768 0.100768 +5595.595215 0.000000 1180.211182 0.000000 0.963050 0.000000 -0.269322 0.100868 0.100868 0.100868 +5613.386719 0.000000 1184.394531 0.000000 0.400185 0.000000 0.916435 0.096311 0.096311 0.096311 +5593.681152 0.000000 1163.464966 0.000000 0.660415 0.000000 0.750901 0.107925 0.107925 0.107925 +5574.724121 0.000000 1163.194946 0.000000 0.879179 0.000000 -0.476492 0.103573 0.103573 0.103573 +5602.857422 0.000000 1158.816406 0.000000 0.167596 0.000000 0.985856 0.096874 0.096874 0.096874 +5600.449219 0.000000 1155.682861 0.000000 0.955220 0.000000 0.295896 0.120961 0.120961 0.120961 +5574.507812 0.000000 1181.778687 0.000000 0.675028 0.000000 0.737792 0.099813 0.099813 0.099813 +5572.948730 0.000000 1129.802612 0.000000 0.566646 0.000000 0.823961 0.136825 0.136825 0.136825 +5570.356934 0.000000 1134.585693 0.000000 0.987717 0.000000 -0.156254 0.134562 0.134562 0.134562 +5576.667480 0.000000 1134.466675 0.000000 0.983319 0.000000 -0.181889 0.158340 0.158340 0.158340 +5577.084961 0.000000 1140.505371 0.000000 0.498680 0.000000 0.866786 0.154876 0.154876 0.154876 +5577.604492 0.000000 1157.141846 0.000000 0.953038 0.000000 -0.302852 0.120496 0.120496 0.120496 +5578.072266 0.000000 1185.859497 0.000000 0.991864 0.000000 -0.127302 0.100406 0.100406 0.100406 +5574.057129 0.000000 1174.625244 0.000000 0.648925 0.000000 0.760853 0.100789 0.100789 0.100789 +5568.936035 0.000000 1152.296997 0.000000 0.860356 0.000000 0.509693 0.107384 0.107384 0.107384 +5568.042480 0.000000 1129.694824 0.000000 0.193753 0.000000 0.981050 0.128030 0.128030 0.128030 +5601.448730 0.000000 1152.984253 0.000000 0.314796 0.000000 0.949159 0.124260 0.124260 0.124260 +5575.437500 0.000000 1184.731079 0.000000 0.985573 0.000000 -0.169248 0.100823 0.100823 0.100823 +5589.934570 0.000000 1184.499512 0.000000 0.567298 0.000000 0.823513 0.096920 0.096920 0.096920 +5571.820801 0.000000 1143.492920 0.000000 0.988167 0.000000 0.153380 0.128220 0.128220 0.128220 +5604.759766 0.000000 1151.063721 0.000000 0.999970 0.000000 -0.007690 0.112633 0.112633 0.112633 +5596.380371 0.000000 1184.537842 0.000000 0.930147 0.000000 -0.367188 0.101197 0.101197 0.101197 +5598.608887 0.000000 1135.227173 0.000000 0.923081 0.000000 0.384606 0.136083 0.136083 0.136083 +5592.795410 0.000000 1157.599731 0.000000 0.998245 0.000000 -0.059220 0.141443 0.141443 0.141443 +5598.952637 0.000000 1149.199829 0.000000 0.894402 0.000000 -0.447264 0.152356 0.152356 0.152356 +5606.337891 0.000000 1143.423706 0.000000 0.966299 0.000000 -0.257424 0.103936 0.103936 0.103936 +5603.200195 0.000000 1142.484497 0.000000 0.932330 0.000000 0.361608 0.125673 0.125673 0.125673 +5584.244141 0.000000 1158.885376 0.000000 0.968311 0.000000 0.249748 0.128372 0.128372 0.128372 +5575.213379 0.000000 1167.887573 0.000000 0.871140 0.000000 -0.491035 0.101919 0.101919 0.101919 +5595.635742 0.000000 1152.737915 0.000000 0.242133 0.000000 0.970243 0.147558 0.147558 0.147558 +5604.029297 0.000000 1148.240234 0.000000 0.562124 0.000000 0.827053 0.111829 0.111829 0.111829 +5582.979980 0.000000 1154.527710 0.000000 0.133737 0.000000 0.991017 0.141136 0.141136 0.141136 +5576.614258 0.000000 1143.216309 0.000000 0.440573 0.000000 0.897717 0.154540 0.154540 0.154540 +5568.090332 0.000000 1132.983154 0.000000 0.309901 0.000000 0.950769 0.124777 0.124777 0.124777 +5575.408691 0.000000 1147.525024 0.000000 0.170651 0.000000 0.985331 0.137029 0.137029 0.137029 +5570.822754 0.000000 1163.655640 0.000000 0.771187 0.000000 0.636608 0.098625 0.098625 0.098625 +5601.491699 0.000000 1135.582764 0.000000 0.958038 0.000000 -0.286641 0.127782 0.127782 0.127782 +5578.329590 0.000000 1154.392090 0.000000 0.782136 0.000000 0.623108 0.129930 0.129930 0.129930 +5577.795410 0.000000 1129.711914 0.000000 0.972453 0.000000 0.233101 0.152352 0.152352 0.152352 +5571.913086 0.000000 1140.624023 0.000000 0.922676 0.000000 0.385577 0.127228 0.127228 0.127228 +5576.173828 0.000000 1151.953857 0.000000 0.949096 0.000000 -0.314988 0.143748 0.143748 0.143748 +5579.442871 0.000000 1147.496094 0.000000 0.869735 0.000000 -0.493519 0.162287 0.162287 0.162287 +5574.363770 0.000000 1139.200195 0.000000 0.996295 0.000000 0.086003 0.151405 0.151405 0.151405 +5588.805176 0.000000 1129.755005 0.000000 0.347070 0.000000 0.937839 0.160483 0.160483 0.160483 +5570.311035 0.000000 1166.298584 0.000000 0.870979 0.000000 0.491321 0.103600 0.103600 0.103600 +5591.339844 0.000000 1162.094971 0.000000 0.928037 0.000000 -0.372487 0.112839 0.112839 0.112839 +5569.118652 0.000000 1174.417603 0.000000 0.936771 0.000000 -0.349944 0.117286 0.117286 0.117286 +5601.641602 0.000000 1147.766113 0.000000 0.865742 0.000000 0.500490 0.138270 0.138270 0.138270 +5601.365723 0.000000 1139.862305 0.000000 0.952532 0.000000 0.304437 0.133130 0.133130 0.133130 +5574.070312 0.000000 1136.727417 0.000000 0.998500 0.000000 0.054748 0.149878 0.149878 0.149878 +5598.816895 0.000000 1144.125244 0.000000 0.544837 0.000000 0.838542 0.149727 0.149727 0.149727 +5572.756836 0.000000 1148.480713 0.000000 0.949758 0.000000 -0.312984 0.133553 0.133553 0.133553 +5591.885254 0.000000 1155.467651 0.000000 0.909598 0.000000 -0.415490 0.159002 0.159002 0.159002 +5574.475098 0.000000 1144.278198 0.000000 0.554541 0.000000 0.832157 0.142186 0.142186 0.142186 +5570.269043 0.000000 1183.121338 0.000000 0.999640 0.000000 -0.026824 0.107655 0.107655 0.107655 +5572.248535 0.000000 1150.987427 0.000000 0.665716 0.000000 0.746205 0.124306 0.124306 0.124306 +5594.165527 0.000000 1137.945312 0.000000 0.516657 0.000000 0.856193 0.160401 0.160401 0.160401 +5587.576660 0.000000 1165.139160 0.000000 0.868830 0.000000 0.495111 0.101382 0.101382 0.101382 +5568.712402 0.000000 1147.908447 0.000000 0.754265 0.000000 0.656571 0.117155 0.117155 0.117155 +5604.682129 0.000000 1153.476807 0.000000 0.921403 0.000000 0.388608 0.106197 0.106197 0.106197 +5601.049316 0.000000 1130.937744 0.000000 0.894320 0.000000 -0.447428 0.119384 0.119384 0.119384 +5571.385254 0.000000 1168.121948 0.000000 0.618319 0.000000 0.785927 0.105011 0.105011 0.105011 +5595.966309 0.000000 1139.300659 0.000000 0.639404 0.000000 0.768871 0.165553 0.165553 0.165553 +5596.979980 0.000000 1144.966675 0.000000 0.929794 0.000000 -0.368080 0.167816 0.167816 0.167816 +5589.422363 0.000000 1154.042358 0.000000 0.528384 0.000000 0.849006 0.154510 0.154510 0.154510 +5593.598145 0.000000 1153.319092 0.000000 0.991106 0.000000 0.133078 0.160101 0.160101 0.160101 +5572.035156 0.000000 1135.907227 0.000000 0.091225 0.000000 0.995830 0.135062 0.135062 0.135062 +5603.217285 0.000000 1140.526001 0.000000 0.986586 0.000000 0.163241 0.124835 0.124835 0.124835 +5583.228516 0.000000 1156.699707 0.000000 0.811166 0.000000 -0.584816 0.139984 0.139984 0.139984 +5574.912598 0.000000 1129.689087 0.000000 0.472571 0.000000 0.881293 0.141198 0.141198 0.141198 +5597.096680 0.000000 1130.083740 0.000000 0.714433 0.000000 0.699704 0.134962 0.134962 0.134962 +5568.597656 0.000000 1150.154785 0.000000 0.996329 0.000000 0.085601 0.112857 0.112857 0.112857 +5574.936035 0.000000 1133.263306 0.000000 0.947321 0.000000 0.320286 0.146364 0.146364 0.146364 +5598.725586 0.000000 1133.280029 0.000000 0.962616 0.000000 0.270869 0.132169 0.132169 0.132169 +5578.618164 0.000000 1143.231934 0.000000 0.562426 0.000000 0.826847 0.163945 0.163945 0.163945 +5581.704590 0.000000 1142.514160 0.000000 0.929104 0.000000 -0.369820 0.180866 0.180866 0.180866 +5580.080078 0.000000 1160.976318 0.000000 0.883376 0.000000 0.468665 0.110857 0.110857 0.110857 +5589.008301 0.000000 1158.792603 0.000000 0.891868 0.000000 0.452297 0.131893 0.131893 0.131893 +5603.093262 0.000000 1152.063599 0.000000 0.906015 0.000000 0.423245 0.116563 0.116563 0.116563 +5580.251465 0.000000 1136.523560 0.000000 0.986121 0.000000 0.166026 0.173862 0.173862 0.173862 +5569.726074 0.000000 1172.591919 0.000000 0.608102 0.000000 0.793859 0.112037 0.112037 0.112037 +5598.945801 0.000000 1158.151367 0.000000 0.984844 0.000000 -0.173440 0.114357 0.114357 0.114357 +5593.304688 0.000000 1130.681152 0.000000 0.978762 0.000000 -0.204998 0.158458 0.158458 0.158458 +5578.704590 0.000000 1152.430054 0.000000 0.865506 0.000000 0.500898 0.138819 0.138819 0.138819 +5598.609375 0.000000 1155.350098 0.000000 0.996103 0.000000 -0.088194 0.130899 0.130899 0.130899 +5583.854980 0.000000 1136.217163 0.000000 0.986672 0.000000 0.162723 0.179454 0.179454 0.179454 +5577.693359 0.000000 1138.750244 0.000000 0.955209 0.000000 0.295932 0.159247 0.159247 0.159247 +5568.588379 0.000000 1181.989990 0.000000 0.740282 0.000000 0.672296 0.112151 0.112151 0.112151 +5589.452637 0.000000 1151.670410 0.000000 0.071469 0.000000 0.997443 0.169116 0.169116 0.169116 +5595.120117 0.000000 1131.636108 0.000000 0.697994 0.000000 0.716103 0.144687 0.144687 0.144687 +5576.309570 0.000000 1158.480713 0.000000 0.124174 0.000000 0.992260 0.107955 0.107955 0.107955 +5571.095703 0.000000 1145.137573 0.000000 0.911626 0.000000 -0.411020 0.130589 0.130589 0.130589 +5602.087402 0.000000 1154.742676 0.000000 0.900501 0.000000 0.434853 0.110993 0.110993 0.110993 +5598.652344 0.000000 1141.772827 0.000000 0.995278 0.000000 -0.097066 0.150605 0.150605 0.150605 +5570.681152 0.000000 1151.906006 0.000000 0.907632 0.000000 0.419767 0.119340 0.119340 0.119340 +5568.517090 0.000000 1179.464478 0.000000 0.846951 0.000000 0.531671 0.113347 0.113347 0.113347 +5580.062012 0.000000 1150.992920 0.000000 0.917223 0.000000 -0.398375 0.158341 0.158341 0.158341 +5595.877441 0.000000 1141.178345 0.000000 0.997645 0.000000 -0.068585 0.175733 0.175733 0.175733 +5604.560547 0.000000 1143.743286 0.000000 0.850710 0.000000 -0.525635 0.117439 0.117439 0.117439 +5585.145996 0.000000 1132.241699 0.000000 0.764835 0.000000 0.644226 0.169252 0.169252 0.169252 +5582.777344 0.000000 1149.939697 0.000000 0.900929 0.000000 -0.433966 0.174446 0.174446 0.174446 +5575.620605 0.000000 1135.916748 0.000000 0.298818 0.000000 0.954310 0.143008 0.143008 0.143008 +5568.850586 0.000000 1170.252197 0.000000 0.239295 0.000000 0.970947 0.108377 0.108377 0.108377 +5576.404785 0.000000 1150.115356 0.000000 0.970932 0.000000 0.239355 0.141202 0.141202 0.141202 +5603.182129 0.000000 1136.453857 0.000000 0.279781 0.000000 0.960064 0.115513 0.115513 0.115513 +5599.632324 0.000000 1140.356323 0.000000 0.995944 0.000000 0.089978 0.149709 0.149709 0.149709 +5575.699707 0.000000 1145.542358 0.000000 0.977048 0.000000 -0.213022 0.147782 0.147782 0.147782 +5574.054199 0.000000 1131.286133 0.000000 0.994486 0.000000 -0.104869 0.146707 0.146707 0.146707 +5593.034668 0.000000 1161.634033 0.000000 0.707090 0.000000 0.707124 0.116344 0.116344 0.116344 +5584.728516 0.000000 1129.694092 0.000000 0.424953 0.000000 0.905216 0.164712 0.164712 0.164712 +5582.749512 0.000000 1129.718628 0.000000 0.949427 0.000000 0.313987 0.168022 0.168022 0.168022 +5594.957520 0.000000 1136.314331 0.000000 0.816190 0.000000 0.577784 0.162575 0.162575 0.162575 +5579.461426 0.000000 1157.281982 0.000000 0.999943 0.000000 0.010713 0.124887 0.124887 0.124887 +5585.688477 0.000000 1157.914307 0.000000 0.060501 0.000000 0.998168 0.134923 0.134923 0.134923 +5592.779785 0.000000 1134.224121 0.000000 0.954875 0.000000 0.297008 0.168119 0.168119 0.168119 +5581.306641 0.000000 1154.239014 0.000000 0.038112 0.000000 0.999273 0.133223 0.133223 0.133223 +5587.835449 0.000000 1150.574585 0.000000 0.928795 0.000000 -0.370595 0.179170 0.179170 0.179170 +5602.375977 0.000000 1146.130249 0.000000 0.923784 0.000000 -0.382915 0.130463 0.130463 0.130463 +5576.953125 0.000000 1155.618164 0.000000 0.995252 0.000000 -0.097327 0.126442 0.126442 0.126442 +5599.972656 0.000000 1154.068481 0.000000 0.158276 0.000000 0.987395 0.124666 0.124666 0.124666 +5593.349609 0.000000 1149.638184 0.000000 0.980775 0.000000 -0.195143 0.179265 0.179265 0.179265 +5571.050781 0.000000 1133.081787 0.000000 0.897893 0.000000 0.440215 0.132503 0.132503 0.132503 +5597.325684 0.000000 1134.162476 0.000000 0.962446 0.000000 -0.271474 0.150889 0.150889 0.150889 +5568.523438 0.000000 1131.343506 0.000000 0.980326 0.000000 0.197386 0.131377 0.131377 0.131377 +5579.316406 0.000000 1130.604492 0.000000 0.807819 0.000000 0.589431 0.157009 0.157009 0.157009 +5579.377441 0.000000 1149.231079 0.000000 0.970526 0.000000 0.240997 0.153980 0.153980 0.153980 +5583.824707 0.000000 1153.134155 0.000000 0.461920 0.000000 0.886921 0.152499 0.152499 0.152499 +5581.188965 0.000000 1137.942139 0.000000 0.970290 0.000000 -0.241944 0.176150 0.176150 0.176150 +5568.233887 0.000000 1143.130737 0.000000 0.556337 0.000000 0.830957 0.117773 0.117773 0.117773 +5575.434570 0.000000 1140.431030 0.000000 0.330011 0.000000 0.943977 0.143702 0.143702 0.143702 +5581.642090 0.000000 1151.339111 0.000000 0.988374 0.000000 0.152041 0.155543 0.155543 0.155543 +5587.350098 0.000000 1132.041382 0.000000 0.994087 0.000000 -0.108585 0.175395 0.175395 0.175395 +5586.929199 0.000000 1135.161743 0.000000 0.387302 0.000000 0.921953 0.174195 0.174195 0.174195 +5568.369629 0.000000 1140.589355 0.000000 0.830102 0.000000 -0.557612 0.124428 0.124428 0.124428 +5576.993164 0.000000 1132.814209 0.000000 0.473654 0.000000 0.880711 0.149319 0.149319 0.149319 +5600.594727 0.000000 1149.325928 0.000000 0.918989 0.000000 -0.394284 0.140728 0.140728 0.140728 +5578.256348 0.000000 1133.918213 0.000000 0.809779 0.000000 0.586735 0.158673 0.158673 0.158673 +5590.020996 0.000000 1131.007568 0.000000 0.907182 0.000000 -0.420738 0.167551 0.167551 0.167551 +5603.595703 0.000000 1149.799438 0.000000 0.983040 0.000000 0.183389 0.126981 0.126981 0.126981 +5582.222168 0.000000 1152.838257 0.000000 0.606141 0.000000 0.795357 0.153359 0.153359 0.153359 +5602.977539 0.000000 1144.186890 0.000000 0.119097 0.000000 0.992883 0.122899 0.122899 0.122899 +5572.635742 0.000000 1142.090332 0.000000 0.931643 0.000000 -0.363375 0.140580 0.140580 0.140580 +5594.869141 0.000000 1151.136353 0.000000 0.785211 0.000000 0.619228 0.158463 0.158463 0.158463 +5589.555664 0.000000 1133.772583 0.000000 0.932318 0.000000 -0.361639 0.176849 0.176849 0.176849 +5601.853027 0.000000 1141.452271 0.000000 0.954511 0.000000 0.298175 0.135932 0.135932 0.135932 +5599.967773 0.000000 1147.887207 0.000000 0.954932 0.000000 0.296824 0.152029 0.152029 0.152029 +5579.039062 0.000000 1145.943848 0.000000 0.933878 0.000000 -0.357592 0.166623 0.166623 0.166623 +5578.378418 0.000000 1141.548828 0.000000 0.773319 0.000000 0.634017 0.167133 0.167133 0.167133 +5584.278320 0.000000 1150.406738 0.000000 0.292646 0.000000 0.956221 0.165553 0.165553 0.165553 +5571.498047 0.000000 1130.445068 0.000000 0.999977 0.000000 -0.006848 0.136164 0.136164 0.136164 +5597.380859 0.000000 1149.085205 0.000000 0.077842 0.000000 0.996966 0.152610 0.152610 0.152610 +5593.632324 0.000000 1144.905029 0.000000 0.476949 0.000000 0.878931 0.180720 0.180720 0.180720 +5570.209961 0.000000 1140.462280 0.000000 0.928383 0.000000 -0.371625 0.130413 0.130413 0.130413 +5601.699219 0.000000 1143.117798 0.000000 0.518495 0.000000 0.855081 0.136025 0.136025 0.136025 +5592.030273 0.000000 1142.992676 0.000000 0.817284 0.000000 -0.576235 0.191915 0.191915 0.191915 +5590.351074 0.000000 1148.427979 0.000000 0.888126 0.000000 -0.459600 0.185978 0.185978 0.185978 +5597.055664 0.000000 1135.701294 0.000000 0.806482 0.000000 0.591259 0.146568 0.146568 0.146568 +5578.583984 0.000000 1155.911499 0.000000 0.843033 0.000000 0.537862 0.130373 0.130373 0.130373 +5576.131348 0.000000 1139.075195 0.000000 0.979331 0.000000 -0.202263 0.161827 0.161827 0.161827 +5580.917480 0.000000 1147.884644 0.000000 0.991689 0.000000 0.128657 0.167377 0.167377 0.167377 +5594.692383 0.000000 1142.138428 0.000000 0.672197 0.000000 0.740372 0.172879 0.172879 0.172879 +5593.045410 0.000000 1141.579346 0.000000 0.997578 0.000000 -0.069550 0.186968 0.186968 0.186968 +5582.035156 0.000000 1155.687134 0.000000 0.719660 0.000000 0.694326 0.144286 0.144286 0.144286 +5571.916016 0.000000 1134.300537 0.000000 0.951725 0.000000 0.306952 0.132564 0.132564 0.132564 +5591.560547 0.000000 1147.213379 0.000000 0.714282 0.000000 0.699858 0.185776 0.185776 0.185776 +5570.970703 0.000000 1139.135132 0.000000 0.810787 0.000000 -0.585342 0.133130 0.133130 0.133130 +5572.846680 0.000000 1144.594849 0.000000 0.954180 0.000000 0.299232 0.135927 0.135927 0.135927 +5599.750977 0.000000 1136.270508 0.000000 0.860983 0.000000 0.508633 0.140981 0.140981 0.140981 +5573.431641 0.000000 1140.464111 0.000000 0.965801 0.000000 -0.259284 0.140096 0.140096 0.140096 +5586.834473 0.000000 1156.276978 0.000000 0.751638 0.000000 0.659576 0.142319 0.142319 0.142319 +5576.161133 0.000000 1141.808838 0.000000 0.302025 0.000000 0.953300 0.153778 0.153778 0.153778 +5580.289551 0.000000 1143.134888 0.000000 0.986791 0.000000 0.161997 0.177786 0.177786 0.177786 +5593.909180 0.000000 1146.773804 0.000000 0.861697 0.000000 -0.507423 0.186866 0.186866 0.186866 +5582.213379 0.000000 1131.392456 0.000000 0.511989 0.000000 0.858992 0.164165 0.164165 0.164165 +5597.067383 0.000000 1153.200439 0.000000 0.995564 0.000000 0.094090 0.145780 0.145780 0.145780 +5569.657715 0.000000 1130.191284 0.000000 0.940768 0.000000 0.339052 0.130757 0.130757 0.130757 +5579.761719 0.000000 1154.097168 0.000000 0.028618 0.000000 0.999590 0.126255 0.126255 0.126255 +5589.272461 0.000000 1138.057007 0.000000 0.983459 0.000000 0.181129 0.190486 0.190486 0.190486 +5598.191406 0.000000 1131.901489 0.000000 0.404264 0.000000 0.914642 0.122497 0.122497 0.122497 +5600.240234 0.000000 1143.657349 0.000000 0.594053 0.000000 0.804426 0.136433 0.136433 0.136433 +5569.598145 0.000000 1133.253296 0.000000 0.975120 0.000000 -0.221677 0.130897 0.130897 0.130897 +5583.104980 0.000000 1132.590088 0.000000 0.438379 0.000000 0.898790 0.163172 0.163172 0.163172 +5573.850586 0.000000 1147.465942 0.000000 0.904281 0.000000 -0.426937 0.137478 0.137478 0.137478 +5576.364746 0.000000 1130.144287 0.000000 0.999862 0.000000 -0.016612 0.153583 0.153583 0.153583 +5577.352539 0.000000 1131.297119 0.000000 0.976792 0.000000 -0.214190 0.154556 0.154556 0.154556 +5600.868164 0.000000 1146.058960 0.000000 0.989321 0.000000 0.145753 0.139962 0.139962 0.139962 +5587.337891 0.000000 1129.846313 0.000000 0.926523 0.000000 -0.376237 0.171832 0.171832 0.171832 +5594.256836 0.000000 1134.412476 0.000000 0.989718 0.000000 -0.143031 0.162082 0.162082 0.162082 +5579.583984 0.000000 1133.245117 0.000000 0.995432 0.000000 0.095477 0.161412 0.161412 0.161412 +5590.014160 0.000000 1135.221558 0.000000 0.386280 0.000000 0.922381 0.169875 0.169875 0.169875 +5591.062012 0.000000 1145.809204 0.000000 0.933982 0.000000 0.357321 0.193798 0.193798 0.193798 +5574.813965 0.000000 1151.451538 0.000000 0.445821 0.000000 0.895122 0.129709 0.129709 0.129709 +5601.762207 0.000000 1151.585327 0.000000 0.999306 0.000000 0.037246 0.133735 0.133735 0.133735 +5575.231934 0.000000 1142.926758 0.000000 0.401232 0.000000 0.915977 0.142987 0.142987 0.142987 +5575.500488 0.000000 1148.983887 0.000000 0.825826 0.000000 0.563924 0.137935 0.137935 0.137935 +5573.597656 0.000000 1143.155151 0.000000 0.217886 0.000000 0.975974 0.132960 0.132960 0.132960 +5587.301758 0.000000 1149.256348 0.000000 0.995050 0.000000 0.099372 0.185405 0.185405 0.185405 +5592.230957 0.000000 1144.696289 0.000000 0.797823 0.000000 0.602892 0.183261 0.183261 0.183261 +5599.069336 0.000000 1139.070679 0.000000 0.814268 0.000000 -0.580489 0.149672 0.149672 0.149672 +5588.314941 0.000000 1156.593140 0.000000 0.588851 0.000000 0.808242 0.142925 0.142925 0.142925 +5572.588867 0.000000 1139.324951 0.000000 0.955572 0.000000 -0.294757 0.141390 0.141390 0.141390 +5581.299805 0.000000 1141.154175 0.000000 0.835352 0.000000 -0.549716 0.182022 0.182022 0.182022 +5586.397949 0.000000 1151.822632 0.000000 0.903911 0.000000 -0.427721 0.179521 0.179521 0.179521 +5592.470703 0.000000 1152.435425 0.000000 0.511558 0.000000 0.859249 0.155493 0.155493 0.155493 +5592.874512 0.000000 1147.702637 0.000000 0.937468 0.000000 0.348072 0.181674 0.181674 0.181674 +5593.036621 0.000000 1154.622437 0.000000 0.190596 0.000000 0.981669 0.145156 0.145156 0.145156 +5593.534668 0.000000 1139.249512 0.000000 0.862580 0.000000 0.505920 0.176796 0.176796 0.176796 +5588.600586 0.000000 1140.709473 0.000000 0.082258 0.000000 0.996611 0.187322 0.187322 0.187322 +5573.475098 0.000000 1137.963745 0.000000 0.952044 0.000000 -0.305960 0.142008 0.142008 0.142008 +5597.379395 0.000000 1141.162842 0.000000 0.605410 0.000000 0.795914 0.158792 0.158792 0.158792 +5588.179199 0.000000 1130.964600 0.000000 0.922070 0.000000 -0.387023 0.171895 0.171895 0.171895 +5596.436523 0.000000 1146.290405 0.000000 0.997326 0.000000 0.073076 0.164322 0.164322 0.164322 +5577.525391 0.000000 1151.735229 0.000000 0.457934 0.000000 0.888986 0.137337 0.137337 0.137337 +5588.958984 0.000000 1155.357300 0.000000 0.880024 0.000000 0.474930 0.157149 0.157149 0.157149 +5599.902832 0.000000 1144.971191 0.000000 0.887482 0.000000 0.460843 0.152265 0.152265 0.152265 +5584.399414 0.000000 1157.408203 0.000000 0.620107 0.000000 0.784517 0.137668 0.137668 0.137668 +5595.236816 0.000000 1147.174438 0.000000 0.320948 0.000000 0.947097 0.167868 0.167868 0.167868 +5582.755859 0.000000 1139.135620 0.000000 0.907512 0.000000 0.420026 0.180666 0.180666 0.180666 +5574.510254 0.000000 1146.287964 0.000000 0.167186 0.000000 0.985925 0.137013 0.137013 0.137013 +5592.631836 0.000000 1140.300415 0.000000 0.951577 0.000000 0.307412 0.184699 0.184699 0.184699 +5574.753418 0.000000 1134.852173 0.000000 0.562425 0.000000 0.826849 0.144402 0.144402 0.144402 +5583.028809 0.000000 1142.793335 0.000000 0.999760 0.000000 0.021892 0.187544 0.187544 0.187544 +5576.616211 0.000000 1146.931152 0.000000 0.212120 0.000000 0.977244 0.145263 0.145263 0.145263 +5580.183105 0.000000 1139.342773 0.000000 0.376531 0.000000 0.926404 0.170355 0.170355 0.170355 +5582.623047 0.000000 1134.398804 0.000000 0.936130 0.000000 0.351653 0.172791 0.172791 0.172791 +5587.737305 0.000000 1136.169189 0.000000 0.118252 0.000000 0.992984 0.177396 0.177396 0.177396 +5578.359863 0.000000 1137.505005 0.000000 0.680476 0.000000 0.732770 0.163122 0.163122 0.163122 +5592.231445 0.000000 1131.365845 0.000000 0.986514 0.000000 -0.163679 0.158247 0.158247 0.158247 +5576.904785 0.000000 1135.967163 0.000000 0.999721 0.000000 -0.023640 0.157541 0.157541 0.157541 +5573.529297 0.000000 1133.177490 0.000000 0.426127 0.000000 0.904664 0.136636 0.136636 0.136636 +5590.048340 0.000000 1152.800415 0.000000 0.291213 0.000000 0.956658 0.159632 0.159632 0.159632 +5590.709473 0.000000 1149.649536 0.000000 0.999995 0.000000 0.003099 0.183175 0.183175 0.183175 +5595.970215 0.000000 1130.669678 0.000000 0.998585 0.000000 -0.053177 0.148711 0.148711 0.148711 +5576.409180 0.000000 1144.506958 0.000000 0.988370 0.000000 0.152067 0.154428 0.154428 0.154428 +5588.231934 0.000000 1153.475342 0.000000 0.238311 0.000000 0.971189 0.163097 0.163097 0.163097 +5594.370605 0.000000 1152.277222 0.000000 0.821832 0.000000 -0.569730 0.157034 0.157034 0.157034 +5592.864258 0.000000 1156.241455 0.000000 0.993893 0.000000 0.110346 0.140680 0.140680 0.140680 +5599.169922 0.000000 1142.925171 0.000000 0.891763 0.000000 -0.452502 0.155227 0.155227 0.155227 +5584.268066 0.000000 1141.965576 0.000000 0.998407 0.000000 -0.056421 0.193625 0.193625 0.193625 +5585.011230 0.000000 1131.024658 0.000000 0.922859 0.000000 -0.385139 0.174153 0.174153 0.174153 +5590.163574 0.000000 1132.652832 0.000000 0.237558 0.000000 0.971373 0.163093 0.163093 0.163093 +5598.868164 0.000000 1150.429688 0.000000 0.885726 0.000000 0.464208 0.143420 0.143420 0.143420 +5596.834961 0.000000 1138.363281 0.000000 0.421932 0.000000 0.906628 0.153354 0.153354 0.153354 +5598.762207 0.000000 1151.856079 0.000000 0.841979 0.000000 0.539510 0.143016 0.143016 0.143016 +5581.527344 0.000000 1136.731201 0.000000 0.146904 0.000000 0.989151 0.166871 0.166871 0.166871 +5577.798340 0.000000 1135.061035 0.000000 0.963433 0.000000 -0.267948 0.158782 0.158782 0.158782 +5582.511719 0.000000 1140.321899 0.000000 0.349691 0.000000 0.936865 0.179348 0.179348 0.179348 +5578.511230 0.000000 1148.378296 0.000000 0.359878 0.000000 0.933000 0.149241 0.149241 0.149241 +5591.342773 0.000000 1154.427979 0.000000 0.963952 0.000000 -0.266075 0.158207 0.158207 0.158207 +5583.853516 0.000000 1144.424805 0.000000 0.964444 0.000000 0.264289 0.182189 0.182189 0.182189 +5589.918945 0.000000 1150.592529 0.000000 0.885768 0.000000 0.464129 0.174863 0.174863 0.174863 +5578.865723 0.000000 1144.778320 0.000000 0.994359 0.000000 -0.106068 0.165263 0.165263 0.165263 +5598.669434 0.000000 1145.303955 0.000000 0.249075 0.000000 0.968484 0.148130 0.148130 0.148130 +5587.206055 0.000000 1138.519287 0.000000 0.959194 0.000000 0.282749 0.189848 0.189848 0.189848 +5592.312988 0.000000 1133.116577 0.000000 0.960892 0.000000 0.276924 0.162124 0.162124 0.162124 +5580.215332 0.000000 1140.543823 0.000000 0.999787 0.000000 -0.020637 0.178829 0.178829 0.178829 +5582.695801 0.000000 1136.573486 0.000000 0.976925 0.000000 -0.213585 0.181628 0.181628 0.181628 +5580.748535 0.000000 1135.382690 0.000000 0.999291 0.000000 0.037646 0.170104 0.170104 0.170104 +5584.122070 0.000000 1140.621216 0.000000 0.925894 0.000000 0.377783 0.190894 0.190894 0.190894 +5584.913574 0.000000 1133.470459 0.000000 0.969684 0.000000 -0.244364 0.174470 0.174470 0.174470 +5594.768555 0.000000 1144.619873 0.000000 0.872130 0.000000 -0.489275 0.181050 0.181050 0.181050 +5595.824219 0.000000 1142.549072 0.000000 0.729955 0.000000 0.683495 0.173337 0.173337 0.173337 +5586.265625 0.000000 1132.396118 0.000000 0.998004 0.000000 -0.063145 0.175141 0.175141 0.175141 +5579.238281 0.000000 1135.828613 0.000000 0.969592 0.000000 0.244726 0.162298 0.162298 0.162298 +5595.859375 0.000000 1144.832764 0.000000 0.921673 0.000000 -0.387968 0.180411 0.180411 0.180411 +5593.950684 0.000000 1131.667969 0.000000 0.898903 0.000000 0.438147 0.155150 0.155150 0.155150 +5586.082520 0.000000 1129.749756 0.000000 0.048690 0.000000 0.998814 0.161524 0.161524 0.161524 +5580.654785 0.000000 1133.391968 0.000000 0.950267 0.000000 0.311437 0.165264 0.165264 0.165264 +5592.183105 0.000000 1151.375000 0.000000 0.923001 0.000000 0.384798 0.167614 0.167614 0.167614 +5586.778809 0.000000 1136.706787 0.000000 0.503268 0.000000 0.864130 0.179817 0.179817 0.179817 +5578.015137 0.000000 1139.890015 0.000000 0.635969 0.000000 0.771714 0.164985 0.164985 0.164985 +5585.124023 0.000000 1149.688965 0.000000 0.998660 0.000000 0.051754 0.179536 0.179536 0.179536 +5595.200684 0.000000 1140.317627 0.000000 0.930417 0.000000 -0.366502 0.177445 0.177445 0.177445 +5588.834473 0.000000 1152.584595 0.000000 0.983697 0.000000 0.179832 0.169328 0.169328 0.169328 +5581.181641 0.000000 1131.503540 0.000000 0.158087 0.000000 0.987425 0.156768 0.156768 0.156768 +5588.295898 0.000000 1138.417480 0.000000 0.707150 0.000000 0.707064 0.186807 0.186807 0.186807 +5583.718262 0.000000 1130.140747 0.000000 0.865250 0.000000 -0.501341 0.172585 0.172585 0.172585 +5578.814941 0.000000 1139.050781 0.000000 0.422435 0.000000 0.906393 0.163617 0.163617 0.163617 +5580.187012 0.000000 1149.959961 0.000000 0.792222 0.000000 0.610233 0.159619 0.159619 0.159619 +5579.305176 0.000000 1137.010498 0.000000 0.888767 0.000000 -0.458360 0.170046 0.170046 0.170046 +5593.039551 0.000000 1138.314941 0.000000 0.998733 0.000000 -0.050321 0.180120 0.180120 0.180120 +5596.514160 0.000000 1143.484253 0.000000 0.957005 0.000000 0.290072 0.163718 0.163718 0.163718 +5591.759277 0.000000 1138.106445 0.000000 0.999516 0.000000 0.031116 0.187489 0.187489 0.187489 +5584.839355 0.000000 1135.743530 0.000000 0.981137 0.000000 0.193312 0.178162 0.178162 0.178162 +5583.058105 0.000000 1135.413940 0.000000 0.973044 0.000000 -0.230618 0.176085 0.176085 0.176085 +5592.788574 0.000000 1143.799805 0.000000 0.950466 0.000000 0.310828 0.186342 0.186342 0.186342 +5588.380859 0.000000 1151.490601 0.000000 0.951588 0.000000 0.307378 0.175825 0.175825 0.175825 +5592.379395 0.000000 1136.395508 0.000000 0.718838 0.000000 0.695177 0.171060 0.171060 0.171060 +5579.088379 0.000000 1142.285645 0.000000 0.268066 0.000000 0.963400 0.162190 0.162190 0.162190 +5588.220215 0.000000 1149.648438 0.000000 0.995630 0.000000 0.093381 0.185441 0.185441 0.185441 +5586.751953 0.000000 1143.751953 0.000000 0.997414 0.000000 -0.071871 0.198773 0.198773 0.198773 +5580.269531 0.000000 1137.545166 0.000000 0.961865 0.000000 0.273524 0.173248 0.173248 0.173248 +5584.719727 0.000000 1136.769531 0.000000 0.744271 0.000000 0.667878 0.180023 0.180023 0.180023 +5590.670898 0.000000 1135.986572 0.000000 0.984302 0.000000 -0.176493 0.177467 0.177467 0.177467 +5588.853027 0.000000 1150.603882 0.000000 0.829330 0.000000 -0.558759 0.180943 0.180943 0.180943 +5582.202637 0.000000 1143.391724 0.000000 0.213031 0.000000 0.977045 0.179574 0.179574 0.179574 +5582.206543 0.000000 1141.614136 0.000000 0.519422 0.000000 0.854518 0.180470 0.180470 0.180470 +5588.064453 0.000000 1141.540894 0.000000 0.211364 0.000000 0.977408 0.188140 0.188140 0.188140 +5585.165527 0.000000 1150.870972 0.000000 0.914180 0.000000 0.405309 0.170257 0.170257 0.170257 +5594.146973 0.000000 1145.816895 0.000000 0.008371 0.000000 0.999965 0.169291 0.169291 0.169291 +5586.243652 0.000000 1134.455933 0.000000 0.994095 0.000000 -0.108509 0.181579 0.181579 0.181579 +5587.228027 0.000000 1134.224976 0.000000 0.989793 0.000000 0.142514 0.180129 0.180129 0.180129 +5584.583008 0.000000 1147.944092 0.000000 0.215304 0.000000 0.976547 0.177979 0.177979 0.177979 +5590.068359 0.000000 1144.414917 0.000000 0.197073 0.000000 0.980389 0.187513 0.187513 0.187513 +5589.932129 0.000000 1137.394409 0.000000 0.983143 0.000000 0.182837 0.184349 0.184349 0.184349 +5582.527832 0.000000 1145.855347 0.000000 0.423263 0.000000 0.906007 0.177122 0.177122 0.177122 +5587.490723 0.000000 1144.383911 0.000000 0.906724 0.000000 0.421725 0.193914 0.193914 0.193914 +5588.910645 0.000000 1144.645386 0.000000 0.457600 0.000000 0.889158 0.191944 0.191944 0.191944 +5585.243164 0.000000 1143.269409 0.000000 0.514604 0.000000 0.857428 0.187481 0.187481 0.187481 +5588.807617 0.000000 1139.166504 0.000000 0.142446 0.000000 0.989803 0.182889 0.182889 0.182889 +5593.814453 0.000000 1142.346924 0.000000 0.046226 0.000000 0.998931 0.179101 0.179101 0.179101 +5590.711914 0.000000 1147.586182 0.000000 0.104848 0.000000 0.994488 0.181589 0.181589 0.181589 +5589.444336 0.000000 1140.360596 0.000000 0.944557 0.000000 -0.328347 0.198733 0.198733 0.198733 +5587.198730 0.000000 1145.235962 0.000000 0.072199 0.000000 0.997390 0.187259 0.187259 0.187259 +5591.761719 0.000000 1140.676147 0.000000 0.998966 0.000000 0.045464 0.192998 0.192998 0.192998 +5591.802734 0.000000 1143.895386 0.000000 0.322363 0.000000 0.946616 0.188861 0.188861 0.188861 +5532.793945 0.000000 1189.013672 0.000000 0.974576 0.000000 0.224055 0.140161 0.140161 0.140161 +5511.671387 0.000000 1211.028442 0.000000 0.095059 0.000000 0.995472 0.095303 0.095303 0.095303 +5522.127930 0.000000 1199.447876 0.000000 0.827832 0.000000 -0.560976 0.129011 0.129011 0.129011 +5544.832520 0.000000 1189.672974 0.000000 0.935893 0.000000 0.352286 0.146758 0.146758 0.146758 +5515.959473 0.000000 1234.662720 0.000000 0.914237 0.000000 0.405179 0.098672 0.098672 0.098672 +5553.519043 0.000000 1192.501465 0.000000 0.997819 0.000000 0.066007 0.138084 0.138084 0.138084 +5567.487305 0.000000 1216.399536 0.000000 0.176093 0.000000 0.984374 0.117246 0.117246 0.117246 +5513.400879 0.000000 1202.291016 0.000000 0.981016 0.000000 -0.193927 0.105413 0.105413 0.105413 +5524.569336 0.000000 1191.558350 0.000000 0.158814 0.000000 0.987309 0.131624 0.131624 0.131624 +5541.432617 0.000000 1197.198975 0.000000 0.363467 0.000000 0.931607 0.150877 0.150877 0.150877 +5534.236816 0.000000 1238.701782 0.000000 0.980911 0.000000 -0.194455 0.107106 0.107106 0.107106 +5519.272949 0.000000 1208.090454 0.000000 0.621974 0.000000 0.783038 0.099041 0.099041 0.099041 +5530.122559 0.000000 1196.980225 0.000000 0.607980 0.000000 0.793952 0.140861 0.140861 0.140861 +5524.089355 0.000000 1230.988770 0.000000 0.724490 0.000000 0.689285 0.097579 0.097579 0.097579 +5560.550781 0.000000 1219.031006 0.000000 0.930256 0.000000 0.366912 0.138381 0.138381 0.138381 +5506.500488 0.000000 1205.915894 0.000000 0.996270 0.000000 -0.086288 0.100275 0.100275 0.100275 +5555.456055 0.000000 1236.460083 0.000000 0.146952 0.000000 0.989144 0.110712 0.110712 0.110712 +5537.210449 0.000000 1231.045166 0.000000 0.269334 0.000000 0.963047 0.103119 0.103119 0.103119 +5538.900879 0.000000 1186.236572 0.000000 0.998913 0.000000 0.046610 0.143764 0.143764 0.143764 +5548.662598 0.000000 1236.752075 0.000000 0.936508 0.000000 0.350646 0.109106 0.109106 0.109106 +5558.816895 0.000000 1187.422607 0.000000 0.536903 0.000000 0.843644 0.120937 0.120937 0.120937 +5556.365234 0.000000 1225.438110 0.000000 0.931774 0.000000 -0.363038 0.140012 0.140012 0.140012 +5529.621582 0.000000 1234.046753 0.000000 0.976219 0.000000 -0.216787 0.102670 0.102670 0.102670 +5565.292480 0.000000 1198.730835 0.000000 0.415776 0.000000 0.909467 0.111751 0.111751 0.111751 +5548.062988 0.000000 1195.161011 0.000000 0.554991 0.000000 0.831857 0.142731 0.142731 0.142731 +5554.789551 0.000000 1198.259155 0.000000 0.997669 0.000000 -0.068239 0.139799 0.139799 0.139799 +5539.765137 0.000000 1212.019165 0.000000 0.938560 0.000000 -0.345117 0.146159 0.146159 0.146159 +5518.953125 0.000000 1240.143555 0.000000 0.591260 0.000000 0.806481 0.097014 0.097014 0.097014 +5505.017578 0.000000 1212.864990 0.000000 0.026698 0.000000 0.999644 0.095085 0.095085 0.095085 +5527.491699 0.000000 1186.803345 0.000000 0.954947 0.000000 -0.296777 0.135178 0.135178 0.135178 +5504.098633 0.000000 1193.120850 0.000000 0.644237 0.000000 0.764826 0.101313 0.101313 0.101313 +5567.586426 0.000000 1239.606445 0.000000 0.966287 0.000000 -0.257466 0.100829 0.100829 0.100829 +5565.658691 0.000000 1221.487671 0.000000 0.487857 0.000000 0.872924 0.127747 0.127747 0.127747 +5549.943359 0.000000 1188.526855 0.000000 0.587684 0.000000 0.809091 0.138571 0.138571 0.138571 +5511.914551 0.000000 1188.008789 0.000000 0.714811 0.000000 0.699318 0.110376 0.110376 0.110376 +5554.842773 0.000000 1204.041870 0.000000 0.951380 0.000000 -0.308019 0.145978 0.145978 0.145978 +5540.276367 0.000000 1219.418579 0.000000 0.951731 0.000000 -0.306932 0.135789 0.135789 0.135789 +5521.256836 0.000000 1220.886719 0.000000 0.996781 0.000000 0.080170 0.099745 0.099745 0.099745 +5525.208496 0.000000 1226.051147 0.000000 0.387085 0.000000 0.922044 0.096265 0.096265 0.096265 +5546.009766 0.000000 1241.108521 0.000000 0.938335 0.000000 0.345727 0.106908 0.106908 0.106908 +5540.045898 0.000000 1191.446777 0.000000 0.995047 0.000000 -0.099408 0.151740 0.151740 0.151740 +5516.552734 0.000000 1212.365967 0.000000 0.830871 0.000000 -0.556465 0.101878 0.101878 0.101878 +5522.283691 0.000000 1187.304565 0.000000 0.916961 0.000000 0.398977 0.128274 0.128274 0.128274 +5515.929688 0.000000 1198.177734 0.000000 0.363517 0.000000 0.931588 0.109386 0.109386 0.109386 +5510.330566 0.000000 1198.268677 0.000000 0.107543 0.000000 0.994200 0.102554 0.102554 0.102554 +5523.007324 0.000000 1204.250244 0.000000 0.265888 0.000000 0.964004 0.111162 0.111162 0.111162 +5514.351562 0.000000 1207.050781 0.000000 0.350525 0.000000 0.936553 0.096409 0.096409 0.096409 +5526.937012 0.000000 1200.599243 0.000000 0.999837 0.000000 -0.018067 0.133971 0.133971 0.133971 +5544.763184 0.000000 1201.294067 0.000000 0.551322 0.000000 0.834292 0.155734 0.155734 0.155734 +5529.505859 0.000000 1239.943604 0.000000 0.996426 0.000000 -0.084474 0.105606 0.105606 0.105606 +5539.991211 0.000000 1201.898315 0.000000 0.971206 0.000000 -0.238241 0.157499 0.157499 0.157499 +5522.817383 0.000000 1216.615723 0.000000 0.900513 0.000000 -0.434829 0.101432 0.101432 0.101432 +5523.771973 0.000000 1208.797363 0.000000 0.413733 0.000000 0.910398 0.105805 0.105805 0.105805 +5558.173828 0.000000 1192.356079 0.000000 0.548366 0.000000 0.836239 0.119906 0.119906 0.119906 +5557.994141 0.000000 1207.458008 0.000000 0.992747 0.000000 0.120225 0.143983 0.143983 0.143983 +5558.864258 0.000000 1241.170532 0.000000 0.665028 0.000000 0.746818 0.100860 0.100860 0.100860 +5534.060547 0.000000 1234.326782 0.000000 0.918384 0.000000 0.395691 0.104511 0.104511 0.104511 +5536.426758 0.000000 1198.609741 0.000000 0.485981 0.000000 0.873969 0.148306 0.148306 0.148306 +5531.131348 0.000000 1202.293091 0.000000 0.434235 0.000000 0.900800 0.137217 0.137217 0.137217 +5542.535645 0.000000 1215.679932 0.000000 0.054810 0.000000 0.998497 0.140229 0.140229 0.140229 +5515.786133 0.000000 1191.224854 0.000000 0.862507 0.000000 0.506046 0.118414 0.118414 0.118414 +5521.260254 0.000000 1212.629028 0.000000 0.907726 0.000000 -0.419564 0.101378 0.101378 0.101378 +5541.098633 0.000000 1229.042847 0.000000 0.990218 0.000000 -0.139528 0.111981 0.111981 0.111981 +5563.211426 0.000000 1215.790039 0.000000 0.996445 0.000000 0.084248 0.135769 0.135769 0.135769 +5544.015625 0.000000 1193.800415 0.000000 0.976469 0.000000 -0.215657 0.152871 0.152871 0.152871 +5509.119141 0.000000 1202.606079 0.000000 0.725716 0.000000 0.687994 0.097585 0.097585 0.097585 +5531.932617 0.000000 1206.441528 0.000000 0.829348 0.000000 0.558733 0.134665 0.134665 0.134665 +5537.947754 0.000000 1235.645386 0.000000 0.978516 0.000000 0.206173 0.106296 0.106296 0.106296 +5504.514160 0.000000 1202.252686 0.000000 0.503629 0.000000 0.863920 0.096680 0.096680 0.096680 +5560.315430 0.000000 1223.180908 0.000000 0.905862 0.000000 0.423573 0.135344 0.135344 0.135344 +5566.419434 0.000000 1228.319214 0.000000 0.842533 0.000000 -0.538645 0.120348 0.120348 0.120348 +5549.311035 0.000000 1220.521729 0.000000 0.999681 0.000000 0.025238 0.144422 0.144422 0.144422 +5507.837402 0.000000 1209.734009 0.000000 0.409701 0.000000 0.912220 0.096344 0.096344 0.096344 +5549.375000 0.000000 1211.093506 0.000000 0.969103 0.000000 -0.246658 0.158107 0.158107 0.158107 +5519.831543 0.000000 1190.343750 0.000000 0.432518 0.000000 0.901626 0.122623 0.122623 0.122623 +5552.647949 0.000000 1226.647583 0.000000 0.092763 0.000000 0.995688 0.129730 0.129730 0.129730 +5551.868652 0.000000 1234.582886 0.000000 0.381003 0.000000 0.924574 0.113228 0.113228 0.113228 +5540.620605 0.000000 1232.880371 0.000000 0.646552 0.000000 0.762870 0.106226 0.106226 0.106226 +5509.464844 0.000000 1190.953857 0.000000 0.476081 0.000000 0.879402 0.106589 0.106589 0.106589 +5561.910645 0.000000 1234.122925 0.000000 0.823192 0.000000 -0.567763 0.117053 0.117053 0.117053 +5534.953613 0.000000 1242.424438 0.000000 0.815670 0.000000 -0.578517 0.109675 0.109675 0.109675 +5565.507812 0.000000 1235.948608 0.000000 0.592569 0.000000 0.805519 0.105987 0.105987 0.105987 +5536.618164 0.000000 1189.537476 0.000000 0.994485 0.000000 -0.104883 0.145583 0.145583 0.145583 +5527.371094 0.000000 1229.185791 0.000000 0.867585 0.000000 -0.497288 0.101657 0.101657 0.101657 +5548.412598 0.000000 1228.445557 0.000000 0.933631 0.000000 0.358235 0.126241 0.126241 0.126241 +5542.686523 0.000000 1186.477661 0.000000 0.555404 0.000000 0.831581 0.141648 0.141648 0.141648 +5538.735840 0.000000 1225.824951 0.000000 0.864656 0.000000 0.502365 0.115125 0.115125 0.115125 +5527.293457 0.000000 1209.736694 0.000000 0.987740 0.000000 -0.156111 0.121049 0.121049 0.121049 +5548.376953 0.000000 1232.439575 0.000000 0.838477 0.000000 0.544937 0.117139 0.117139 0.117139 +5546.673340 0.000000 1186.315796 0.000000 0.913575 0.000000 -0.406670 0.145897 0.145897 0.145897 +5551.663086 0.000000 1196.183716 0.000000 0.996114 0.000000 -0.088076 0.144382 0.144382 0.144382 +5522.579102 0.000000 1241.360718 0.000000 0.950335 0.000000 0.311229 0.098993 0.098993 0.098993 +5533.530273 0.000000 1213.464233 0.000000 0.922110 0.000000 -0.386927 0.131616 0.131616 0.131616 +5551.145508 0.000000 1204.319702 0.000000 0.999817 0.000000 -0.019125 0.153034 0.153034 0.153034 +5555.402344 0.000000 1240.139160 0.000000 0.241008 0.000000 0.970523 0.102482 0.102482 0.102482 +5522.190430 0.000000 1195.694092 0.000000 0.632508 0.000000 0.774554 0.128484 0.128484 0.128484 +5533.392090 0.000000 1230.845337 0.000000 0.999716 0.000000 -0.023830 0.103720 0.103720 0.103720 +5550.042969 0.000000 1192.026489 0.000000 0.304520 0.000000 0.952506 0.135508 0.135508 0.135508 +5556.003906 0.000000 1189.499390 0.000000 0.005343 0.000000 0.999986 0.120834 0.120834 0.120834 +5555.634277 0.000000 1228.899780 0.000000 0.573266 0.000000 0.819369 0.129801 0.129801 0.129801 +5551.917480 0.000000 1222.953857 0.000000 0.996948 0.000000 -0.078074 0.142651 0.142651 0.142651 +5562.305176 0.000000 1230.153320 0.000000 0.899470 0.000000 0.436983 0.119266 0.119266 0.119266 +5533.020508 0.000000 1199.002197 0.000000 0.995979 0.000000 -0.089592 0.148322 0.148322 0.148322 +5532.431641 0.000000 1193.679688 0.000000 0.969113 0.000000 -0.246615 0.144555 0.144555 0.144555 +5565.611816 0.000000 1224.931519 0.000000 0.992656 0.000000 -0.120970 0.131036 0.131036 0.131036 +5556.014648 0.000000 1195.015137 0.000000 0.672084 0.000000 0.740475 0.127613 0.127613 0.127613 +5552.918945 0.000000 1201.158081 0.000000 0.610305 0.000000 0.792167 0.141419 0.141419 0.141419 +5546.288574 0.000000 1209.319702 0.000000 0.031248 0.000000 0.999512 0.151840 0.151840 0.151840 +5555.759277 0.000000 1217.536743 0.000000 0.728100 0.000000 0.685471 0.144344 0.144344 0.144344 +5539.104004 0.000000 1194.713989 0.000000 0.999887 0.000000 -0.015049 0.153575 0.153575 0.153575 +5545.064941 0.000000 1237.877441 0.000000 0.618907 0.000000 0.785464 0.105558 0.105558 0.105558 +5529.681152 0.000000 1219.949341 0.000000 0.907362 0.000000 -0.420350 0.108480 0.108480 0.108480 +5539.666992 0.000000 1222.658081 0.000000 0.603861 0.000000 0.797090 0.117999 0.117999 0.117999 +5556.463867 0.000000 1201.253662 0.000000 0.676430 0.000000 0.736507 0.134183 0.134183 0.134183 +5538.857422 0.000000 1215.300781 0.000000 0.233045 0.000000 0.972466 0.135175 0.135175 0.135175 +5527.836426 0.000000 1236.784790 0.000000 0.572948 0.000000 0.819592 0.098300 0.098300 0.098300 +5552.580566 0.000000 1216.612671 0.000000 0.849687 0.000000 0.527287 0.145835 0.145835 0.145835 +5528.572266 0.000000 1225.636230 0.000000 0.418702 0.000000 0.908124 0.097725 0.097725 0.097725 +5546.835938 0.000000 1192.178101 0.000000 0.757991 0.000000 0.652265 0.145649 0.145649 0.145649 +5545.967773 0.000000 1215.989746 0.000000 0.109711 0.000000 0.993964 0.143158 0.143158 0.143158 +5537.099609 0.000000 1220.121582 0.000000 0.134601 0.000000 0.990900 0.117617 0.117617 0.117617 +5508.948730 0.000000 1186.286987 0.000000 0.993957 0.000000 -0.109771 0.109064 0.109064 0.109064 +5545.676758 0.000000 1204.238892 0.000000 0.997979 0.000000 0.063551 0.160459 0.160459 0.160459 +5506.356934 0.000000 1191.070068 0.000000 0.713394 0.000000 0.700763 0.104905 0.104905 0.104905 +5521.722656 0.000000 1238.349243 0.000000 0.515583 0.000000 0.856840 0.096724 0.096724 0.096724 +5512.667480 0.000000 1190.951050 0.000000 0.322489 0.000000 0.946573 0.112456 0.112456 0.112456 +5513.084961 0.000000 1196.989746 0.000000 0.063546 0.000000 0.997979 0.107736 0.107736 0.107736 +5559.819336 0.000000 1205.002808 0.000000 0.991098 0.000000 -0.133133 0.137276 0.137276 0.137276 +5529.916992 0.000000 1230.938110 0.000000 0.563850 0.000000 0.825877 0.096907 0.096907 0.096907 +5516.526855 0.000000 1209.217651 0.000000 0.520223 0.000000 0.854030 0.096742 0.096742 0.096742 +5548.194824 0.000000 1198.249268 0.000000 0.207415 0.000000 0.978253 0.144703 0.144703 0.144703 +5555.016113 0.000000 1207.022949 0.000000 0.844578 0.000000 0.535433 0.145789 0.145789 0.145789 +5523.991699 0.000000 1219.399414 0.000000 0.359711 0.000000 0.933064 0.096171 0.096171 0.096171 +5542.581055 0.000000 1221.296265 0.000000 0.993285 0.000000 0.115695 0.132283 0.132283 0.132283 +5562.631836 0.000000 1221.308350 0.000000 0.774058 0.000000 0.633115 0.132068 0.132068 0.132068 +5565.032715 0.000000 1208.359985 0.000000 0.998349 0.000000 0.057441 0.126379 0.126379 0.126379 +5552.746582 0.000000 1189.409546 0.000000 0.836584 0.000000 0.547839 0.134722 0.134722 0.134722 +5537.448730 0.000000 1209.468628 0.000000 0.844890 0.000000 0.534940 0.144142 0.144142 0.144142 +5525.934570 0.000000 1240.983887 0.000000 0.289388 0.000000 0.957212 0.097816 0.097816 0.097816 +5554.798340 0.000000 1222.853027 0.000000 0.613607 0.000000 0.789612 0.136542 0.136542 0.136542 +5540.759766 0.000000 1207.548096 0.000000 0.746469 0.000000 0.665421 0.152133 0.152133 0.152133 +5517.099609 0.000000 1205.948486 0.000000 0.913596 0.000000 -0.406622 0.108429 0.108429 0.108429 +5527.191895 0.000000 1232.062500 0.000000 0.906230 0.000000 0.422786 0.098611 0.098611 0.098611 +5534.961914 0.000000 1187.133179 0.000000 0.907092 0.000000 -0.420932 0.143697 0.143697 0.143697 +5524.994629 0.000000 1188.724609 0.000000 0.131849 0.000000 0.991270 0.128832 0.128832 0.128832 +5524.094727 0.000000 1201.572754 0.000000 0.259323 0.000000 0.965791 0.122948 0.122948 0.122948 +5528.795410 0.000000 1214.084106 0.000000 0.050935 0.000000 0.998702 0.108224 0.108224 0.108224 +5561.384766 0.000000 1242.423584 0.000000 0.163686 0.000000 0.986512 0.095523 0.095523 0.095523 +5520.939453 0.000000 1202.100586 0.000000 0.962895 0.000000 0.269877 0.114958 0.114958 0.114958 +5520.244141 0.000000 1215.369751 0.000000 0.552100 0.000000 0.833778 0.096862 0.096862 0.096862 +5531.635742 0.000000 1209.222290 0.000000 0.905975 0.000000 -0.423330 0.134621 0.134621 0.134621 +5540.029297 0.000000 1204.724609 0.000000 0.945432 0.000000 0.325819 0.155206 0.155206 0.155206 +5529.706543 0.000000 1199.811279 0.000000 0.928986 0.000000 0.370114 0.138366 0.138366 0.138366 +5520.186523 0.000000 1205.323120 0.000000 0.597765 0.000000 0.801672 0.109271 0.109271 0.109271 +5533.958984 0.000000 1196.372192 0.000000 0.865144 0.000000 0.501523 0.144875 0.144875 0.144875 +5548.352051 0.000000 1203.432983 0.000000 0.896715 0.000000 -0.442607 0.158015 0.158015 0.158015 +5529.283691 0.000000 1207.789673 0.000000 0.999999 0.000000 0.001606 0.130526 0.130526 0.130526 +5505.451660 0.000000 1195.564331 0.000000 0.984352 0.000000 -0.176213 0.103099 0.103099 0.103099 +5518.979980 0.000000 1211.012085 0.000000 0.760162 0.000000 0.649733 0.097749 0.097749 0.097749 +5562.637207 0.000000 1213.105591 0.000000 0.999142 0.000000 -0.041412 0.134631 0.134631 0.134631 +5524.832520 0.000000 1198.751465 0.000000 0.720709 0.000000 0.693237 0.128443 0.128443 0.128443 +5514.564941 0.000000 1188.720825 0.000000 0.851898 0.000000 -0.523707 0.121421 0.121421 0.121421 +5543.299805 0.000000 1232.551270 0.000000 0.959872 0.000000 -0.280438 0.110232 0.110232 0.110232 +5560.639160 0.000000 1191.144165 0.000000 0.979475 0.000000 -0.201565 0.116716 0.116716 0.116716 +5512.614258 0.000000 1199.700684 0.000000 0.957880 0.000000 -0.287167 0.111387 0.111387 0.111387 +5551.447754 0.000000 1198.857544 0.000000 0.849704 0.000000 -0.527260 0.148803 0.148803 0.148803 +5526.782715 0.000000 1193.475220 0.000000 0.910172 0.000000 -0.414231 0.141960 0.141960 0.141960 +5504.090332 0.000000 1189.467529 0.000000 0.972849 0.000000 0.231441 0.103983 0.103983 0.103983 +5527.068359 0.000000 1190.682983 0.000000 0.999985 0.000000 0.005441 0.139472 0.139472 0.139472 +5519.671387 0.000000 1187.700928 0.000000 0.984505 0.000000 -0.175359 0.127321 0.127321 0.127321 +5565.738281 0.000000 1214.421021 0.000000 0.947105 0.000000 0.320925 0.126957 0.126957 0.126957 +5564.013184 0.000000 1201.036621 0.000000 0.280515 0.000000 0.959850 0.112829 0.112829 0.112829 +5565.125000 0.000000 1238.651123 0.000000 0.946880 0.000000 -0.321587 0.101891 0.101891 0.101891 +5563.000977 0.000000 1223.972900 0.000000 0.542261 0.000000 0.840210 0.131269 0.131269 0.131269 +5537.491699 0.000000 1192.067139 0.000000 0.530828 0.000000 0.847480 0.144765 0.144765 0.144765 +5537.910645 0.000000 1228.494751 0.000000 0.803536 0.000000 0.595256 0.107027 0.107027 0.107027 +5537.412109 0.000000 1201.129028 0.000000 0.656398 0.000000 0.754415 0.149325 0.149325 0.149325 +5561.460938 0.000000 1186.275146 0.000000 0.627047 0.000000 0.778982 0.118657 0.118657 0.118657 +5521.436523 0.000000 1210.040894 0.000000 0.979510 0.000000 -0.201398 0.102619 0.102619 0.102619 +5513.795410 0.000000 1186.196289 0.000000 0.928559 0.000000 0.371185 0.114009 0.114009 0.114009 +5539.689941 0.000000 1237.773560 0.000000 0.988955 0.000000 0.148217 0.107054 0.107054 0.107054 +5526.077637 0.000000 1203.346558 0.000000 0.137962 0.000000 0.990438 0.124046 0.124046 0.124046 +5507.913086 0.000000 1197.108398 0.000000 0.747597 0.000000 0.664153 0.101245 0.101245 0.101245 +5567.976562 0.000000 1236.787231 0.000000 0.929035 0.000000 -0.369992 0.103191 0.103191 0.103191 +5542.385742 0.000000 1203.016846 0.000000 0.984880 0.000000 -0.173239 0.162239 0.162239 0.162239 +5553.394043 0.000000 1211.501587 0.000000 0.939569 0.000000 -0.342360 0.154076 0.154076 0.154076 +5518.686523 0.000000 1200.763306 0.000000 0.821323 0.000000 -0.570464 0.118207 0.118207 0.118207 +5536.544434 0.000000 1233.503418 0.000000 0.318764 0.000000 0.947834 0.102758 0.102758 0.102758 +5560.346680 0.000000 1208.372803 0.000000 0.780794 0.000000 0.624788 0.131566 0.131566 0.131566 +5565.638184 0.000000 1205.895142 0.000000 0.979634 0.000000 -0.200790 0.124042 0.124042 0.124042 +5538.111328 0.000000 1217.787109 0.000000 0.901909 0.000000 -0.431926 0.138070 0.138070 0.138070 +5547.690430 0.000000 1189.735840 0.000000 0.279675 0.000000 0.960095 0.139152 0.139152 0.139152 +5515.442871 0.000000 1203.980469 0.000000 0.104525 0.000000 0.994522 0.102543 0.102543 0.102543 +5510.363770 0.000000 1195.684570 0.000000 0.992413 0.000000 -0.122945 0.113609 0.113609 0.113609 +5541.463867 0.000000 1193.777222 0.000000 0.099423 0.000000 0.995045 0.145779 0.145779 0.145779 +5545.128906 0.000000 1207.037598 0.000000 0.532124 0.000000 0.846666 0.155617 0.155617 0.155617 +5522.498535 0.000000 1189.989868 0.000000 0.764972 0.000000 0.644064 0.129816 0.129816 0.129816 +5531.698730 0.000000 1232.671265 0.000000 0.118783 0.000000 0.992920 0.097249 0.097249 0.097249 +5524.805176 0.000000 1186.239380 0.000000 0.879499 0.000000 0.475901 0.130126 0.130126 0.130126 +5522.128418 0.000000 1206.933472 0.000000 0.593754 0.000000 0.804646 0.109797 0.109797 0.109797 +5550.693848 0.000000 1218.230469 0.000000 0.554531 0.000000 0.832163 0.143271 0.143271 0.143271 +5567.697754 0.000000 1230.895996 0.000000 0.995566 0.000000 -0.094062 0.114628 0.114628 0.114628 +5528.535645 0.000000 1202.526855 0.000000 0.866914 0.000000 -0.498459 0.138965 0.138965 0.138965 +5527.339844 0.000000 1218.579346 0.000000 0.905222 0.000000 0.424940 0.101641 0.101641 0.101641 +5523.362793 0.000000 1214.159668 0.000000 0.892231 0.000000 0.451579 0.099336 0.099336 0.099336 +5566.582031 0.000000 1201.038940 0.000000 0.647407 0.000000 0.762145 0.111133 0.111133 0.111133 +5551.339355 0.000000 1186.417847 0.000000 0.998638 0.000000 0.052181 0.139823 0.139823 0.139823 +5531.678223 0.000000 1191.186035 0.000000 0.197850 0.000000 0.980232 0.135548 0.135548 0.135548 +5547.659668 0.000000 1222.351562 0.000000 0.802339 0.000000 0.596869 0.134461 0.134461 0.134461 +5531.190918 0.000000 1214.481323 0.000000 0.975869 0.000000 0.218359 0.119604 0.119604 0.119604 +5535.328613 0.000000 1236.493774 0.000000 0.939502 0.000000 0.342544 0.105258 0.105258 0.105258 +5528.077637 0.000000 1195.568359 0.000000 0.757156 0.000000 0.653234 0.139620 0.139620 0.139620 +5537.641602 0.000000 1204.250488 0.000000 0.999445 0.000000 -0.033300 0.150860 0.150860 0.150860 +5530.245605 0.000000 1204.683716 0.000000 0.921057 0.000000 -0.389428 0.141839 0.141839 0.141839 +5559.044922 0.000000 1225.260254 0.000000 0.331520 0.000000 0.943448 0.132407 0.132407 0.132407 +5566.948242 0.000000 1188.326050 0.000000 0.999559 0.000000 0.029713 0.105782 0.105782 0.105782 +5537.365723 0.000000 1196.346680 0.000000 0.801777 0.000000 0.597623 0.148725 0.148725 0.148725 +5517.612305 0.000000 1189.300537 0.000000 0.968297 0.000000 -0.249802 0.124805 0.124805 0.124805 +5556.706543 0.000000 1242.487183 0.000000 0.969008 0.000000 -0.247028 0.102771 0.102771 0.102771 +5552.587891 0.000000 1206.425171 0.000000 0.848659 0.000000 0.528941 0.148577 0.148577 0.148577 +5517.487793 0.000000 1196.188599 0.000000 0.440851 0.000000 0.897581 0.114015 0.114015 0.114015 +5557.005371 0.000000 1238.367065 0.000000 0.924419 0.000000 -0.381378 0.112306 0.112306 0.112306 +5564.008301 0.000000 1228.449097 0.000000 0.224098 0.000000 0.974567 0.116901 0.116901 0.116901 +5540.550293 0.000000 1216.965942 0.000000 0.399267 0.000000 0.916834 0.135424 0.135424 0.135424 +5558.180664 0.000000 1210.022095 0.000000 0.811263 0.000000 0.584682 0.140567 0.140567 0.140567 +5508.602051 0.000000 1188.777710 0.000000 0.221929 0.000000 0.975063 0.105632 0.105632 0.105632 +5545.650879 0.000000 1195.458618 0.000000 0.009730 0.000000 0.999953 0.146939 0.146939 0.146939 +5540.952637 0.000000 1226.648804 0.000000 0.978925 0.000000 0.204219 0.112981 0.112981 0.112981 +5510.070312 0.000000 1193.211792 0.000000 0.252321 0.000000 0.967644 0.109499 0.109499 0.109499 +5563.739258 0.000000 1190.678467 0.000000 0.983131 0.000000 -0.182901 0.112701 0.112701 0.112701 +5534.816895 0.000000 1200.609619 0.000000 0.101623 0.000000 0.994823 0.142586 0.142586 0.142586 +5553.129395 0.000000 1236.577759 0.000000 0.871121 0.000000 -0.491068 0.116722 0.116722 0.116722 +5553.687988 0.000000 1195.124390 0.000000 0.515539 0.000000 0.856866 0.134926 0.134926 0.134926 +5532.838379 0.000000 1211.239258 0.000000 0.997066 0.000000 0.076549 0.133567 0.133567 0.133567 +5547.596680 0.000000 1234.713379 0.000000 0.541281 0.000000 0.840841 0.107940 0.107940 0.107940 +5560.630371 0.000000 1239.626831 0.000000 0.976548 0.000000 -0.215300 0.107178 0.107178 0.107178 +5555.914062 0.000000 1191.960205 0.000000 0.958458 0.000000 -0.285235 0.134561 0.134561 0.134561 +5567.163574 0.000000 1218.846436 0.000000 0.869423 0.000000 -0.494068 0.127554 0.127554 0.127554 +5510.475098 0.000000 1200.762573 0.000000 0.869260 0.000000 -0.494354 0.105917 0.105917 0.105917 +5556.657715 0.000000 1186.208008 0.000000 0.941769 0.000000 0.336262 0.127445 0.127445 0.127445 +5527.348633 0.000000 1239.170288 0.000000 0.920921 0.000000 -0.389749 0.104395 0.104395 0.104395 +5535.330566 0.000000 1218.593018 0.000000 0.999896 0.000000 0.014401 0.123193 0.123193 0.123193 +5551.645996 0.000000 1193.869873 0.000000 0.608739 0.000000 0.793370 0.137059 0.137059 0.137059 +5564.727539 0.000000 1188.666382 0.000000 0.006936 0.000000 0.999976 0.103806 0.103806 0.103806 +5540.144531 0.000000 1235.133301 0.000000 0.921830 0.000000 0.387594 0.106753 0.106753 0.106753 +5559.794922 0.000000 1199.178101 0.000000 0.993037 0.000000 -0.117806 0.130461 0.130461 0.130461 +5539.522949 0.000000 1230.817749 0.000000 0.824037 0.000000 -0.566535 0.110767 0.110767 0.110767 +5535.373535 0.000000 1229.604980 0.000000 0.543100 0.000000 0.839668 0.104151 0.104151 0.104151 +5550.671387 0.000000 1232.626343 0.000000 0.201846 0.000000 0.979417 0.116277 0.116277 0.116277 +5530.165527 0.000000 1194.429688 0.000000 0.999694 0.000000 0.024733 0.143864 0.143864 0.143864 +5558.255859 0.000000 1194.931885 0.000000 0.978743 0.000000 -0.205091 0.125751 0.125751 0.125751 +5527.105957 0.000000 1207.408569 0.000000 0.117395 0.000000 0.993085 0.118083 0.118083 0.118083 +5563.305664 0.000000 1235.950928 0.000000 0.907923 0.000000 -0.419138 0.113587 0.113587 0.113587 +5550.880859 0.000000 1236.707520 0.000000 0.988135 0.000000 -0.153589 0.113721 0.113721 0.113721 +5557.789062 0.000000 1229.615601 0.000000 0.611747 0.000000 0.791054 0.128916 0.128916 0.128916 +5535.888672 0.000000 1207.716187 0.000000 0.937362 0.000000 0.348357 0.143455 0.143455 0.143455 +5535.005371 0.000000 1221.076538 0.000000 0.999886 0.000000 0.015108 0.118710 0.118710 0.118710 +5543.465820 0.000000 1196.057617 0.000000 0.455390 0.000000 0.890292 0.153543 0.153543 0.153543 +5531.443848 0.000000 1218.436890 0.000000 0.965550 0.000000 -0.260217 0.113549 0.113549 0.113549 +5531.673340 0.000000 1238.945190 0.000000 0.404405 0.000000 0.914580 0.101991 0.101991 0.101991 +5561.072754 0.000000 1236.288940 0.000000 0.827093 0.000000 -0.562065 0.113032 0.113032 0.113032 +5553.262695 0.000000 1240.732910 0.000000 0.992581 0.000000 0.121585 0.106588 0.106588 0.106588 +5567.374512 0.000000 1226.267334 0.000000 0.858214 0.000000 -0.513292 0.124224 0.124224 0.124224 +5554.103516 0.000000 1234.504761 0.000000 0.517919 0.000000 0.855430 0.115971 0.115971 0.115971 +5536.607910 0.000000 1225.262573 0.000000 0.972855 0.000000 0.231416 0.115104 0.115104 0.115104 +5546.219238 0.000000 1232.386475 0.000000 0.765458 0.000000 0.643485 0.112838 0.112838 0.112838 +5549.465820 0.000000 1230.467773 0.000000 0.956378 0.000000 -0.292133 0.124412 0.124412 0.124412 +5544.647949 0.000000 1187.498535 0.000000 0.990201 0.000000 0.139650 0.143893 0.143893 0.143893 +5542.792969 0.000000 1188.983887 0.000000 0.370867 0.000000 0.928686 0.143371 0.143371 0.143371 +5559.867676 0.000000 1233.403564 0.000000 0.840108 0.000000 -0.542419 0.123217 0.123217 0.123217 +5549.143066 0.000000 1186.474243 0.000000 0.220003 0.000000 0.975499 0.136723 0.136723 0.136723 +5540.682129 0.000000 1209.961182 0.000000 0.592280 0.000000 0.805732 0.149467 0.149467 0.149467 +5544.179688 0.000000 1214.356567 0.000000 0.639506 0.000000 0.768786 0.145949 0.145949 0.145949 +5537.049316 0.000000 1187.422119 0.000000 0.712700 0.000000 0.701469 0.139322 0.139322 0.139322 +5538.508301 0.000000 1232.737549 0.000000 0.895125 0.000000 0.445815 0.105981 0.105981 0.105981 +5543.778320 0.000000 1242.006836 0.000000 0.750035 0.000000 0.661399 0.105636 0.105636 0.105636 +5549.747070 0.000000 1234.863403 0.000000 0.974878 0.000000 0.222738 0.113469 0.113469 0.113469 +5536.801270 0.000000 1214.487061 0.000000 0.975419 0.000000 0.220360 0.136284 0.136284 0.136284 +5528.641113 0.000000 1241.896362 0.000000 0.350927 0.000000 0.936403 0.102874 0.102874 0.102874 +5546.281250 0.000000 1228.383667 0.000000 0.957463 0.000000 -0.288556 0.124398 0.124398 0.124398 +5560.246582 0.000000 1189.028809 0.000000 0.823448 0.000000 0.567391 0.116487 0.116487 0.116487 +5549.836426 0.000000 1238.804688 0.000000 0.695140 0.000000 0.718874 0.105908 0.105908 0.105908 +5551.448242 0.000000 1210.679443 0.000000 0.848830 0.000000 0.528667 0.151330 0.151330 0.151330 +5549.814941 0.000000 1222.718018 0.000000 0.999206 0.000000 -0.039846 0.140795 0.140795 0.140795 +5506.199219 0.000000 1193.284180 0.000000 0.256216 0.000000 0.966620 0.101998 0.101998 0.101998 +5563.003418 0.000000 1232.181519 0.000000 0.831226 0.000000 -0.555934 0.118713 0.118713 0.118713 +5531.966309 0.000000 1195.785034 0.000000 0.154283 0.000000 0.988027 0.137489 0.137489 0.137489 +5547.060059 0.000000 1220.305420 0.000000 0.981413 0.000000 -0.191906 0.143172 0.143172 0.143172 +5543.167969 0.000000 1234.641846 0.000000 0.892681 0.000000 0.450689 0.107066 0.107066 0.107066 +5551.135742 0.000000 1202.228027 0.000000 0.983076 0.000000 0.183196 0.150930 0.150930 0.150930 +5549.585449 0.000000 1196.604980 0.000000 0.541061 0.000000 0.840983 0.145365 0.145365 0.145365 +5565.382324 0.000000 1216.474243 0.000000 0.991108 0.000000 0.133059 0.128862 0.128862 0.128862 +5556.316895 0.000000 1215.297729 0.000000 0.612020 0.000000 0.790843 0.144693 0.144693 0.144693 +5564.034180 0.000000 1233.995117 0.000000 0.772945 0.000000 0.634473 0.110141 0.110141 0.110141 +5561.678223 0.000000 1201.293457 0.000000 0.878938 0.000000 0.476936 0.124607 0.124607 0.124607 +5544.199219 0.000000 1217.017822 0.000000 0.864082 0.000000 0.503351 0.142662 0.142662 0.142662 +5544.688965 0.000000 1210.572388 0.000000 0.626157 0.000000 0.779697 0.152942 0.152942 0.152942 +5547.407227 0.000000 1230.399902 0.000000 0.813042 0.000000 -0.582205 0.121117 0.121117 0.121117 +5525.422363 0.000000 1210.526733 0.000000 0.511156 0.000000 0.859488 0.107814 0.107814 0.107814 +5521.219727 0.000000 1197.630615 0.000000 0.142566 0.000000 0.989785 0.119252 0.119252 0.119252 +5529.598145 0.000000 1209.803467 0.000000 0.968552 0.000000 -0.248811 0.127624 0.127624 0.127624 +5544.284180 0.000000 1224.638428 0.000000 0.982257 0.000000 0.187539 0.127521 0.127521 0.127521 +5549.537598 0.000000 1226.561523 0.000000 0.851341 0.000000 -0.524612 0.134537 0.134537 0.134537 +5538.934570 0.000000 1189.741089 0.000000 0.055239 0.000000 0.998473 0.139165 0.139165 0.139165 +5537.987305 0.000000 1223.785522 0.000000 0.782178 0.000000 0.623055 0.117321 0.117321 0.117321 +5547.311523 0.000000 1211.319702 0.000000 0.902393 0.000000 0.430914 0.156295 0.156295 0.156295 +5546.440430 0.000000 1202.380859 0.000000 0.675869 0.000000 0.737022 0.153816 0.153816 0.153816 +5557.007812 0.000000 1227.322266 0.000000 0.054242 0.000000 0.998528 0.129563 0.129563 0.129563 +5561.129395 0.000000 1224.990479 0.000000 0.849173 0.000000 -0.528115 0.139686 0.139686 0.139686 +5565.282227 0.000000 1230.127075 0.000000 0.828422 0.000000 0.560104 0.115970 0.115970 0.115970 +5508.035156 0.000000 1192.391602 0.000000 0.996974 0.000000 -0.077737 0.109514 0.109514 0.109514 +5550.245605 0.000000 1206.094360 0.000000 0.686303 0.000000 0.727316 0.150614 0.150614 0.150614 +5554.709961 0.000000 1200.261719 0.000000 0.914001 0.000000 -0.405713 0.144757 0.144757 0.144757 +5539.217285 0.000000 1197.010376 0.000000 0.847649 0.000000 0.530557 0.152420 0.152420 0.152420 +5544.756348 0.000000 1191.638428 0.000000 0.639371 0.000000 0.768898 0.145948 0.145948 0.145948 +5564.271484 0.000000 1194.685181 0.000000 0.993374 0.000000 -0.114923 0.110206 0.110206 0.110206 +5557.177734 0.000000 1196.692261 0.000000 0.289404 0.000000 0.957207 0.128450 0.128450 0.128450 +5566.970703 0.000000 1208.827881 0.000000 0.999173 0.000000 0.040657 0.122530 0.122530 0.122530 +5566.854492 0.000000 1212.755249 0.000000 0.945190 0.000000 -0.326521 0.124554 0.124554 0.124554 +5547.960938 0.000000 1208.274170 0.000000 0.561581 0.000000 0.827422 0.154711 0.154711 0.154711 +5531.528320 0.000000 1220.711060 0.000000 0.886086 0.000000 -0.463521 0.110351 0.110351 0.110351 +5510.912598 0.000000 1186.173462 0.000000 0.559070 0.000000 0.829120 0.109101 0.109101 0.109101 +5544.567383 0.000000 1220.855225 0.000000 0.548609 0.000000 0.836079 0.134557 0.134557 0.134557 +5510.936035 0.000000 1189.747681 0.000000 0.741007 0.000000 0.671498 0.110513 0.110513 0.110513 +5534.725586 0.000000 1189.764404 0.000000 0.545519 0.000000 0.838099 0.138338 0.138338 0.138338 +5517.704590 0.000000 1198.998535 0.000000 0.999664 0.000000 -0.025908 0.116623 0.116623 0.116623 +5547.628906 0.000000 1226.562988 0.000000 0.980709 0.000000 -0.195471 0.128531 0.128531 0.128531 +5564.454590 0.000000 1226.510986 0.000000 0.456540 0.000000 0.889703 0.122731 0.122731 0.122731 +5555.561035 0.000000 1212.433716 0.000000 0.995174 0.000000 -0.098122 0.151734 0.151734 0.151734 +5538.177734 0.000000 1213.104980 0.000000 0.576129 0.000000 0.817359 0.140136 0.140136 0.140136 +5558.302246 0.000000 1200.459351 0.000000 0.999969 0.000000 -0.007930 0.132246 0.132246 0.132246 +5554.516602 0.000000 1202.203369 0.000000 0.439144 0.000000 0.898417 0.138862 0.138862 0.138862 +5559.432129 0.000000 1235.255615 0.000000 0.921008 0.000000 0.389543 0.116149 0.116149 0.116149 +5538.967773 0.000000 1220.914551 0.000000 0.933557 0.000000 0.358429 0.124580 0.124580 0.124580 +5551.250488 0.000000 1215.152710 0.000000 0.930570 0.000000 0.366113 0.150009 0.150009 0.150009 +5554.395020 0.000000 1216.188477 0.000000 0.602239 0.000000 0.798316 0.143547 0.143547 0.143547 +5564.771484 0.000000 1223.255981 0.000000 0.983968 0.000000 0.178347 0.130344 0.130344 0.130344 +5553.909180 0.000000 1218.013184 0.000000 0.938818 0.000000 0.344413 0.144582 0.144582 0.144582 +5559.893555 0.000000 1229.676636 0.000000 0.855130 0.000000 -0.518414 0.132797 0.132797 0.132797 +5543.260742 0.000000 1207.775879 0.000000 0.840307 0.000000 -0.542111 0.162005 0.162005 0.162005 +5540.099609 0.000000 1224.489624 0.000000 0.979474 0.000000 -0.201573 0.120099 0.120099 0.120099 +5515.084961 0.000000 1196.550537 0.000000 0.997996 0.000000 0.063272 0.116292 0.116292 0.116292 +5546.257812 0.000000 1188.434326 0.000000 0.374041 0.000000 0.927412 0.139614 0.139614 0.139614 +5516.251465 0.000000 1193.007935 0.000000 0.625033 0.000000 0.780598 0.119191 0.119191 0.119191 +5552.943848 0.000000 1197.760376 0.000000 0.348970 0.000000 0.937134 0.135181 0.135181 0.135181 +5534.945801 0.000000 1214.635742 0.000000 0.948337 0.000000 0.317265 0.130854 0.130854 0.130854 +5547.071777 0.000000 1196.750366 0.000000 0.838757 0.000000 0.544506 0.151238 0.151238 0.151238 +5553.324707 0.000000 1221.769165 0.000000 0.138380 0.000000 0.990379 0.137415 0.137415 0.137415 +5534.609375 0.000000 1211.834473 0.000000 0.991887 0.000000 -0.127122 0.140624 0.140624 0.140624 +5564.180664 0.000000 1220.274414 0.000000 0.455270 0.000000 0.890354 0.127591 0.127591 0.127591 +5545.262207 0.000000 1199.509521 0.000000 0.713100 0.000000 0.701063 0.155169 0.155169 0.155169 +5556.072754 0.000000 1234.675049 0.000000 0.000106 0.000000 1.000000 0.113362 0.113362 0.113362 +5519.854980 0.000000 1192.701538 0.000000 0.691020 0.000000 0.722836 0.122263 0.122263 0.122263 +5561.814453 0.000000 1205.014282 0.000000 0.994412 0.000000 0.105568 0.131768 0.131768 0.131768 +5525.452637 0.000000 1208.154785 0.000000 0.047980 0.000000 0.998848 0.108213 0.108213 0.108213 +5531.120117 0.000000 1188.120483 0.000000 0.845335 0.000000 -0.534237 0.141998 0.141998 0.141998 +5531.849121 0.000000 1212.777466 0.000000 0.773818 0.000000 0.633408 0.120010 0.120010 0.120010 +5544.256348 0.000000 1203.019653 0.000000 0.695199 0.000000 0.718817 0.156679 0.156679 0.156679 +5528.422363 0.000000 1215.872070 0.000000 0.629070 0.000000 0.777349 0.110502 0.110502 0.110502 +5554.999023 0.000000 1193.514648 0.000000 0.264490 0.000000 0.964388 0.128877 0.128877 0.128877 +5537.433594 0.000000 1221.975464 0.000000 0.988854 0.000000 0.148889 0.122663 0.122663 0.122663 +5538.087402 0.000000 1211.227051 0.000000 0.433668 0.000000 0.901073 0.143156 0.143156 0.143156 +5560.654297 0.000000 1203.384766 0.000000 0.998990 0.000000 -0.044943 0.129597 0.129597 0.129597 +5543.039551 0.000000 1226.333496 0.000000 0.730617 0.000000 0.682788 0.114833 0.114833 0.114833 +5534.652344 0.000000 1198.257202 0.000000 0.705219 0.000000 0.708990 0.146374 0.146374 0.146374 +5534.021484 0.000000 1194.438843 0.000000 0.763786 0.000000 0.645470 0.144596 0.144596 0.144596 +5540.749023 0.000000 1195.541382 0.000000 0.217121 0.000000 0.976145 0.147968 0.147968 0.147968 +5552.748535 0.000000 1187.584229 0.000000 0.992569 0.000000 -0.121683 0.136663 0.136663 0.136663 +5546.442383 0.000000 1214.222656 0.000000 0.978884 0.000000 -0.204415 0.152816 0.152816 0.152816 +5562.270996 0.000000 1194.505615 0.000000 0.244805 0.000000 0.969572 0.108398 0.108398 0.108398 +5521.145996 0.000000 1188.726074 0.000000 0.959979 0.000000 -0.280072 0.131712 0.131712 0.131712 +5541.379395 0.000000 1223.058472 0.000000 0.989951 0.000000 0.141408 0.123808 0.123808 0.123808 +5563.429199 0.000000 1211.484497 0.000000 0.999324 0.000000 -0.036765 0.132929 0.132929 0.132929 +5564.473145 0.000000 1213.155884 0.000000 0.846883 0.000000 -0.531780 0.129441 0.129441 0.129441 +5563.262207 0.000000 1208.307861 0.000000 0.821476 0.000000 -0.570243 0.133625 0.133625 0.133625 +5511.620605 0.000000 1192.401123 0.000000 0.825367 0.000000 -0.564597 0.116468 0.116468 0.116468 +5552.891113 0.000000 1214.545898 0.000000 0.986196 0.000000 -0.165580 0.151498 0.151498 0.151498 +5556.916016 0.000000 1193.534912 0.000000 0.953020 0.000000 -0.302907 0.130679 0.130679 0.130679 +5539.182129 0.000000 1192.938232 0.000000 0.687335 0.000000 0.726340 0.146800 0.146800 0.146800 +5555.291016 0.000000 1196.595947 0.000000 0.430307 0.000000 0.902683 0.132336 0.132336 0.132336 +5538.937012 0.000000 1187.956543 0.000000 0.006576 0.000000 0.999978 0.136809 0.136809 0.136809 +5557.929688 0.000000 1202.242554 0.000000 0.965585 0.000000 -0.260089 0.139534 0.139534 0.139534 +5540.990723 0.000000 1186.857422 0.000000 0.311935 0.000000 0.950103 0.139846 0.139846 0.139846 +5549.839355 0.000000 1212.857666 0.000000 0.666222 0.000000 0.745754 0.150479 0.150479 0.150479 +5547.765137 0.000000 1215.456177 0.000000 0.862457 0.000000 0.506130 0.149256 0.149256 0.149256 +5520.728516 0.000000 1186.178467 0.000000 0.694796 0.000000 0.719207 0.125014 0.125014 0.125014 +5562.250000 0.000000 1219.663818 0.000000 0.684645 0.000000 0.728877 0.131504 0.131504 0.131504 +5518.749512 0.000000 1186.203003 0.000000 0.601098 0.000000 0.799175 0.122879 0.122879 0.122879 +5520.790527 0.000000 1194.327148 0.000000 0.303764 0.000000 0.952747 0.122599 0.122599 0.122599 +5528.512695 0.000000 1193.904785 0.000000 0.557496 0.000000 0.830179 0.137318 0.137318 0.137318 +5530.957520 0.000000 1192.798706 0.000000 0.973599 0.000000 0.228264 0.140698 0.140698 0.140698 +5543.089844 0.000000 1201.484985 0.000000 0.734893 0.000000 0.678183 0.158064 0.158064 0.158064 +5549.674805 0.000000 1199.175293 0.000000 0.025754 0.000000 0.999668 0.143821 0.143821 0.143821 +5541.967285 0.000000 1211.069214 0.000000 0.899353 0.000000 0.437223 0.150186 0.150186 0.150186 +5523.935547 0.000000 1195.930298 0.000000 0.851311 0.000000 0.524661 0.129888 0.129888 0.129888 +5538.375977 0.000000 1202.614624 0.000000 0.819193 0.000000 -0.573518 0.158770 0.158770 0.158770 +5544.687988 0.000000 1208.672485 0.000000 0.876657 0.000000 -0.481116 0.162784 0.162784 0.162784 +5560.710938 0.000000 1210.003418 0.000000 0.216320 0.000000 0.976323 0.132417 0.132417 0.132417 +5535.972656 0.000000 1210.552856 0.000000 0.999434 0.000000 -0.033654 0.140206 0.140206 0.140206 +5529.349609 0.000000 1206.122559 0.000000 0.396502 0.000000 0.918034 0.125700 0.125700 0.125700 +5551.105469 0.000000 1189.733276 0.000000 0.452480 0.000000 0.891774 0.134606 0.134606 0.134606 +5543.989746 0.000000 1212.075806 0.000000 0.125427 0.000000 0.992103 0.144837 0.144837 0.144837 +5520.004883 0.000000 1203.639648 0.000000 0.985628 0.000000 -0.168930 0.116593 0.116593 0.116593 +5533.325684 0.000000 1190.646851 0.000000 0.823233 0.000000 -0.567704 0.144460 0.144460 0.144460 +5565.810547 0.000000 1219.825317 0.000000 0.999805 0.000000 -0.019740 0.130054 0.130054 0.130054 +5558.403320 0.000000 1205.857666 0.000000 0.995598 0.000000 0.093721 0.136286 0.136286 0.136286 +5559.822754 0.000000 1217.465088 0.000000 0.845966 0.000000 0.533237 0.141950 0.141950 0.141950 +5515.316406 0.000000 1187.088867 0.000000 0.679348 0.000000 0.733816 0.115107 0.115107 0.115107 +5561.001953 0.000000 1221.603882 0.000000 0.964172 0.000000 -0.265278 0.139558 0.139558 0.139558 +5554.132324 0.000000 1205.593018 0.000000 0.966523 0.000000 0.256581 0.143344 0.143344 0.143344 +5563.993164 0.000000 1202.715454 0.000000 0.123009 0.000000 0.992406 0.119708 0.119708 0.119708 +5553.237305 0.000000 1199.378540 0.000000 0.986207 0.000000 0.165518 0.142658 0.142658 0.142658 +5567.210449 0.000000 1220.773682 0.000000 0.557380 0.000000 0.830257 0.123748 0.123748 0.123748 +5517.188965 0.000000 1194.426514 0.000000 0.648329 0.000000 0.761360 0.117675 0.117675 0.117675 +5546.439941 0.000000 1198.395752 0.000000 0.853087 0.000000 -0.521769 0.159604 0.159604 0.159604 +5521.288086 0.000000 1191.253174 0.000000 0.911591 0.000000 0.411098 0.129325 0.129325 0.129325 +5561.112305 0.000000 1192.762207 0.000000 0.957128 0.000000 -0.289664 0.118182 0.118182 0.118182 +5546.135254 0.000000 1190.671387 0.000000 0.970188 0.000000 -0.242355 0.147922 0.147922 0.147922 +5566.038574 0.000000 1210.155151 0.000000 0.357736 0.000000 0.933823 0.118522 0.118522 0.118522 +5564.201172 0.000000 1206.762451 0.000000 0.982130 0.000000 0.188203 0.124177 0.124177 0.124177 +5522.929199 0.000000 1191.646118 0.000000 0.740514 0.000000 0.672041 0.131300 0.131300 0.131300 +5556.122559 0.000000 1223.837036 0.000000 0.958075 0.000000 -0.286517 0.140786 0.140786 0.140786 +5524.433105 0.000000 1203.186401 0.000000 0.331577 0.000000 0.943428 0.120027 0.120027 0.120027 +5556.080566 0.000000 1199.365356 0.000000 0.996586 0.000000 -0.082565 0.135931 0.135931 0.135931 +5549.531250 0.000000 1204.564941 0.000000 0.044877 0.000000 0.998993 0.150843 0.150843 0.150843 +5561.728516 0.000000 1211.566528 0.000000 0.966947 0.000000 -0.254979 0.139511 0.139511 0.139511 +5523.704102 0.000000 1199.936157 0.000000 0.999942 0.000000 0.010732 0.126567 0.126567 0.126567 +5557.385254 0.000000 1216.779175 0.000000 0.004037 0.000000 0.999992 0.139459 0.139459 0.139459 +5536.594727 0.000000 1205.810303 0.000000 0.517547 0.000000 0.855655 0.145775 0.145775 0.145775 +5514.256348 0.000000 1190.402588 0.000000 0.845578 0.000000 0.533852 0.118289 0.118289 0.118289 +5543.382324 0.000000 1219.790405 0.000000 0.997874 0.000000 -0.065170 0.138101 0.138101 0.138101 +5516.241699 0.000000 1188.436646 0.000000 0.215535 0.000000 0.976496 0.118475 0.118475 0.118475 +5548.147461 0.000000 1201.807251 0.000000 0.889358 0.000000 -0.457212 0.155253 0.155253 0.155253 +5539.595703 0.000000 1206.283813 0.000000 0.701377 0.000000 0.712790 0.147440 0.147440 0.147440 +5558.998047 0.000000 1203.474121 0.000000 0.181699 0.000000 0.983354 0.128513 0.128513 0.128513 +5544.469727 0.000000 1205.437134 0.000000 0.999570 0.000000 -0.029323 0.160934 0.160934 0.160934 +5540.813477 0.000000 1203.326050 0.000000 0.545599 0.000000 0.838047 0.154071 0.154071 0.154071 +5556.777832 0.000000 1219.119873 0.000000 0.934008 0.000000 0.357251 0.143411 0.143411 0.143411 +5551.029785 0.000000 1200.415405 0.000000 0.747962 0.000000 0.663742 0.146124 0.146124 0.146124 +5556.695312 0.000000 1233.144043 0.000000 0.961135 0.000000 0.276079 0.122152 0.122152 0.122152 +5530.869141 0.000000 1207.620728 0.000000 0.476649 0.000000 0.879094 0.132563 0.132563 0.132563 +5558.362793 0.000000 1219.813599 0.000000 0.997395 0.000000 0.072136 0.142529 0.142529 0.142529 +5525.229004 0.000000 1200.264160 0.000000 0.951312 0.000000 0.308231 0.127012 0.127012 0.127012 +5525.555664 0.000000 1190.256958 0.000000 0.959767 0.000000 0.280796 0.136567 0.136567 0.136567 +5547.954590 0.000000 1209.877930 0.000000 0.975824 0.000000 0.218559 0.158544 0.158544 0.158544 +5559.848633 0.000000 1186.234985 0.000000 0.324383 0.000000 0.945926 0.119997 0.119997 0.119997 +5537.853027 0.000000 1197.936646 0.000000 0.915821 0.000000 -0.401587 0.153818 0.153818 0.153818 +5535.967773 0.000000 1204.371582 0.000000 0.903739 0.000000 -0.428084 0.149414 0.149414 0.149414 +5551.392090 0.000000 1207.452026 0.000000 0.823074 0.000000 0.567934 0.151649 0.151649 0.151649 +5526.338379 0.000000 1199.154297 0.000000 0.980943 0.000000 -0.194295 0.136418 0.136418 0.136418 +5533.380859 0.000000 1205.569580 0.000000 0.931689 0.000000 0.363257 0.142827 0.142827 0.142827 +5555.609375 0.000000 1221.521118 0.000000 0.047196 0.000000 0.998886 0.135929 0.135929 0.135929 +5550.203125 0.000000 1209.693237 0.000000 0.952433 0.000000 -0.304749 0.156712 0.156712 0.156712 +5541.817871 0.000000 1219.738647 0.000000 0.584916 0.000000 0.811094 0.130405 0.130405 0.130405 +5525.209473 0.000000 1193.034180 0.000000 0.015660 0.000000 0.999877 0.130993 0.130993 0.130993 +5528.030273 0.000000 1199.477051 0.000000 0.989083 0.000000 -0.147361 0.140715 0.140715 0.140715 +5541.508789 0.000000 1201.560181 0.000000 0.735215 0.000000 0.677833 0.155879 0.155879 0.155879 +5553.135254 0.000000 1213.008789 0.000000 0.895246 0.000000 0.445572 0.150141 0.150141 0.150141 +5549.641602 0.000000 1202.528931 0.000000 0.405282 0.000000 0.914191 0.150024 0.150024 0.150024 +5558.485352 0.000000 1211.586060 0.000000 0.865883 0.000000 -0.500247 0.145809 0.145809 0.145809 +5550.421387 0.000000 1195.218994 0.000000 0.960861 0.000000 0.277031 0.141581 0.141581 0.141581 +5527.673828 0.000000 1192.128052 0.000000 0.447964 0.000000 0.894052 0.135124 0.135124 0.135124 +5525.918945 0.000000 1197.679321 0.000000 0.477701 0.000000 0.878522 0.128780 0.128780 0.128780 +5561.993164 0.000000 1222.767700 0.000000 0.998026 0.000000 0.062801 0.136980 0.136980 0.136980 +5530.692383 0.000000 1198.622803 0.000000 0.112555 0.000000 0.993646 0.138364 0.138364 0.138364 +5554.908203 0.000000 1224.937744 0.000000 0.258357 0.000000 0.966050 0.132608 0.132608 0.132608 +5524.029785 0.000000 1190.098633 0.000000 0.468161 0.000000 0.883643 0.133062 0.133062 0.133062 +5564.112793 0.000000 1221.846924 0.000000 0.371796 0.000000 0.928315 0.127205 0.127205 0.127205 +5560.379395 0.000000 1200.552612 0.000000 0.944538 0.000000 -0.328401 0.127959 0.127959 0.127959 +5546.059082 0.000000 1221.454834 0.000000 0.691177 0.000000 0.722686 0.138639 0.138639 0.138639 +5559.353516 0.000000 1193.315674 0.000000 0.764729 0.000000 0.644352 0.121050 0.121050 0.121050 +5549.470215 0.000000 1214.398926 0.000000 0.847579 0.000000 -0.530669 0.155664 0.155664 0.155664 +5533.938965 0.000000 1202.705322 0.000000 0.189826 0.000000 0.981818 0.140332 0.140332 0.140332 +5535.303223 0.000000 1213.183350 0.000000 0.638177 0.000000 0.769890 0.132871 0.132871 0.132871 +5541.374023 0.000000 1192.138428 0.000000 0.447132 0.000000 0.894468 0.147551 0.147551 0.147551 +5547.175293 0.000000 1204.469360 0.000000 0.201404 0.000000 0.979508 0.153247 0.153247 0.153247 +5553.393555 0.000000 1210.002441 0.000000 0.820910 0.000000 0.571057 0.149433 0.149433 0.149433 +5556.319336 0.000000 1213.797607 0.000000 0.973462 0.000000 0.228850 0.147368 0.147368 0.147368 +5552.663086 0.000000 1204.827759 0.000000 0.969768 0.000000 -0.244030 0.150189 0.150189 0.150189 +5535.750977 0.000000 1192.754883 0.000000 0.999780 0.000000 -0.020987 0.146877 0.146877 0.146877 +5556.241699 0.000000 1197.906616 0.000000 0.852649 0.000000 -0.522484 0.136237 0.136237 0.136237 +5543.388184 0.000000 1204.232666 0.000000 0.998784 0.000000 0.049307 0.158854 0.158854 0.158854 +5518.213379 0.000000 1187.876831 0.000000 0.985204 0.000000 -0.171383 0.127305 0.127305 0.127305 +5534.394531 0.000000 1204.218140 0.000000 0.912837 0.000000 -0.408325 0.149312 0.149312 0.149312 +5533.067383 0.000000 1209.684814 0.000000 0.995092 0.000000 -0.098957 0.138250 0.138250 0.138250 +5541.604004 0.000000 1208.755859 0.000000 0.656118 0.000000 0.754659 0.149868 0.149868 0.149868 +5549.387695 0.000000 1218.959961 0.000000 0.865976 0.000000 -0.500085 0.149795 0.149795 0.149795 +5541.802246 0.000000 1204.448730 0.000000 0.987812 0.000000 -0.155653 0.157643 0.157643 0.157643 +5550.908691 0.000000 1197.481323 0.000000 0.973895 0.000000 0.227001 0.142928 0.142928 0.142928 +5539.500488 0.000000 1213.756470 0.000000 0.950151 0.000000 -0.311791 0.145997 0.145997 0.145997 +5525.272461 0.000000 1194.541382 0.000000 0.167347 0.000000 0.985898 0.129521 0.129521 0.129521 +5561.773926 0.000000 1207.960693 0.000000 0.999477 0.000000 0.032342 0.133756 0.133756 0.133756 +5532.743164 0.000000 1214.784912 0.000000 0.889486 0.000000 0.456962 0.124146 0.124146 0.124146 +5542.826172 0.000000 1192.907959 0.000000 0.478993 0.000000 0.877819 0.148267 0.148267 0.148267 +5539.030762 0.000000 1210.066284 0.000000 0.240550 0.000000 0.970637 0.142184 0.142184 0.142184 +5519.104980 0.000000 1189.074463 0.000000 0.798379 0.000000 0.602156 0.124555 0.124555 0.124555 +5567.883789 0.000000 1224.911377 0.000000 0.925735 0.000000 -0.378172 0.127606 0.127606 0.127606 +5549.249512 0.000000 1217.410645 0.000000 0.769266 0.000000 0.638929 0.146280 0.146280 0.146280 +5558.848633 0.000000 1208.684570 0.000000 0.547186 0.000000 0.837011 0.136177 0.136177 0.136177 +5558.203613 0.000000 1226.502319 0.000000 0.354038 0.000000 0.935231 0.130357 0.130357 0.130357 +5537.760254 0.000000 1190.579956 0.000000 0.999551 0.000000 0.029978 0.146639 0.146639 0.146639 +5547.575684 0.000000 1216.902100 0.000000 0.817291 0.000000 -0.576225 0.151933 0.151933 0.151933 +5532.286133 0.000000 1207.857422 0.000000 0.261644 0.000000 0.965164 0.135844 0.135844 0.135844 +5547.440918 0.000000 1193.860229 0.000000 0.371271 0.000000 0.928524 0.143373 0.143373 0.143373 +5536.868164 0.000000 1202.543335 0.000000 0.942826 0.000000 -0.333286 0.154595 0.154595 0.154595 +5523.337891 0.000000 1186.330688 0.000000 0.119187 0.000000 0.992872 0.123968 0.123968 0.123968 +5563.914062 0.000000 1214.494629 0.000000 0.914443 0.000000 0.404714 0.134329 0.134329 0.134329 +5535.834473 0.000000 1188.325439 0.000000 0.882109 0.000000 0.471046 0.140627 0.140627 0.140627 +5526.014160 0.000000 1191.705933 0.000000 0.999960 0.000000 -0.008917 0.139535 0.139535 0.139535 +5561.198730 0.000000 1212.907349 0.000000 0.987348 0.000000 0.158566 0.140461 0.140461 0.140461 +5544.074707 0.000000 1218.504761 0.000000 0.294162 0.000000 0.955756 0.137610 0.137610 0.137610 +5537.762207 0.000000 1208.069702 0.000000 0.949719 0.000000 0.313103 0.145291 0.145291 0.145291 +5557.635254 0.000000 1224.694458 0.000000 0.999347 0.000000 0.036125 0.138216 0.138216 0.138216 +5553.824707 0.000000 1196.657349 0.000000 0.655201 0.000000 0.755455 0.136783 0.136783 0.136783 +5550.671387 0.000000 1219.708496 0.000000 0.920802 0.000000 -0.390031 0.149785 0.149785 0.149785 +5558.908203 0.000000 1198.045898 0.000000 0.953728 0.000000 0.300672 0.128709 0.128709 0.128709 +5542.014160 0.000000 1217.000488 0.000000 0.785665 0.000000 0.618652 0.140921 0.140921 0.140921 +5541.210449 0.000000 1218.253418 0.000000 0.715823 0.000000 0.698281 0.131146 0.131146 0.131146 +5528.230957 0.000000 1201.180664 0.000000 0.968825 0.000000 -0.247746 0.140043 0.140043 0.140043 +5535.069336 0.000000 1195.555054 0.000000 0.994439 0.000000 -0.105317 0.148396 0.148396 0.148396 +5542.060059 0.000000 1206.996094 0.000000 0.946029 0.000000 0.324083 0.157432 0.157432 0.157432 +5553.096680 0.000000 1193.865356 0.000000 0.263437 0.000000 0.964677 0.132631 0.132631 0.132631 +5563.526855 0.000000 1218.939087 0.000000 0.983297 0.000000 0.182009 0.134227 0.134227 0.134227 +5538.581543 0.000000 1205.351562 0.000000 0.999950 0.000000 -0.010038 0.152990 0.152990 0.152990 +5542.002930 0.000000 1187.833496 0.000000 0.967431 0.000000 -0.253134 0.147410 0.147410 0.147410 +5538.937988 0.000000 1216.676880 0.000000 0.459033 0.000000 0.888419 0.131394 0.131394 0.131394 +5528.874512 0.000000 1204.187012 0.000000 0.998982 0.000000 0.045113 0.133701 0.133701 0.133701 +5551.960449 0.000000 1229.123657 0.000000 0.973413 0.000000 0.229056 0.130684 0.130684 0.130684 +5556.156250 0.000000 1204.539917 0.000000 0.126535 0.000000 0.991962 0.134688 0.134688 0.134688 +5541.085938 0.000000 1212.542847 0.000000 0.855522 0.000000 -0.517767 0.151601 0.151601 0.151601 +5545.922852 0.000000 1211.323853 0.000000 0.145850 0.000000 0.989307 0.150285 0.150285 0.150285 +5529.534668 0.000000 1195.733887 0.000000 0.900075 0.000000 0.435734 0.140807 0.140807 0.140807 +5561.187988 0.000000 1217.657227 0.000000 0.992601 0.000000 0.121420 0.141188 0.141188 0.141188 +5524.600586 0.000000 1197.193848 0.000000 0.999979 0.000000 0.006549 0.133306 0.133306 0.133306 +5537.739258 0.000000 1188.695923 0.000000 0.047107 0.000000 0.998890 0.138061 0.138061 0.138061 +5554.362305 0.000000 1220.869507 0.000000 0.727858 0.000000 0.685728 0.139421 0.139421 0.139421 +5543.522949 0.000000 1190.170044 0.000000 0.988260 0.000000 -0.152783 0.152562 0.152562 0.152562 +5533.379395 0.000000 1197.647217 0.000000 0.689138 0.000000 0.724631 0.143538 0.143538 0.143538 +5559.433594 0.000000 1207.375122 0.000000 0.117626 0.000000 0.993058 0.133579 0.133579 0.133579 +5535.813965 0.000000 1209.210327 0.000000 0.002672 0.000000 0.999996 0.135726 0.135726 0.135726 +5551.546387 0.000000 1192.519287 0.000000 0.863425 0.000000 -0.504478 0.143553 0.143553 0.143553 +5550.049316 0.000000 1224.085449 0.000000 0.186930 0.000000 0.982373 0.132285 0.132285 0.132285 +5535.902832 0.000000 1201.455566 0.000000 0.930441 0.000000 0.366441 0.147794 0.147794 0.147794 +5553.244629 0.000000 1223.224121 0.000000 0.918450 0.000000 -0.395537 0.143004 0.143004 0.143004 +5534.425293 0.000000 1193.056274 0.000000 0.138970 0.000000 0.990297 0.140091 0.140091 0.140091 +5531.236816 0.000000 1203.658813 0.000000 0.408033 0.000000 0.912967 0.137086 0.137086 0.137086 +5528.631836 0.000000 1196.784790 0.000000 0.052608 0.000000 0.998615 0.135420 0.135420 0.135420 +5542.074219 0.000000 1196.018433 0.000000 0.927566 0.000000 0.373660 0.157164 0.157164 0.157164 +5550.744141 0.000000 1211.825317 0.000000 0.256138 0.000000 0.966640 0.147629 0.147629 0.147629 +5559.129883 0.000000 1212.765259 0.000000 0.975189 0.000000 -0.221373 0.146129 0.146129 0.146129 +5554.572266 0.000000 1210.886597 0.000000 0.998485 0.000000 0.055032 0.149877 0.149877 0.149877 +5549.193359 0.000000 1207.021606 0.000000 0.625338 0.000000 0.780354 0.154026 0.154026 0.154026 +5556.695801 0.000000 1222.275513 0.000000 0.992526 0.000000 0.122029 0.138953 0.138953 0.138953 +5546.783691 0.000000 1218.978149 0.000000 0.984934 0.000000 -0.172933 0.147027 0.147027 0.147027 +5547.818848 0.000000 1223.673706 0.000000 0.888377 0.000000 0.459114 0.135171 0.135171 0.135171 +5551.484375 0.000000 1205.630981 0.000000 0.088446 0.000000 0.996081 0.145725 0.145725 0.145725 +5560.862793 0.000000 1220.294800 0.000000 0.997215 0.000000 -0.074581 0.138704 0.138704 0.138704 +5530.696777 0.000000 1205.917969 0.000000 0.952259 0.000000 0.305293 0.138673 0.138673 0.138673 +5552.351074 0.000000 1195.080688 0.000000 0.808749 0.000000 0.588154 0.136704 0.136704 0.136704 +5538.757812 0.000000 1191.633911 0.000000 0.923390 0.000000 -0.383863 0.150888 0.150888 0.150888 +5546.544434 0.000000 1223.024902 0.000000 0.961934 0.000000 -0.273283 0.138464 0.138464 0.138464 +5551.249023 0.000000 1208.909180 0.000000 0.907509 0.000000 -0.420033 0.157323 0.157323 0.157323 +5553.743164 0.000000 1225.817627 0.000000 0.610742 0.000000 0.791830 0.134894 0.134894 0.134894 +5550.269531 0.000000 1221.473511 0.000000 0.490700 0.000000 0.871328 0.139129 0.139129 0.139129 +5540.154785 0.000000 1193.874268 0.000000 0.896845 0.000000 0.442344 0.150710 0.150710 0.150710 +5544.166504 0.000000 1198.777954 0.000000 0.904140 0.000000 -0.427235 0.161339 0.161339 0.161339 +5536.387695 0.000000 1195.465332 0.000000 0.785303 0.000000 0.619111 0.148594 0.148594 0.148594 +5552.177246 0.000000 1224.213867 0.000000 0.963293 0.000000 0.268451 0.137734 0.137734 0.137734 +5556.467773 0.000000 1207.296631 0.000000 0.933730 0.000000 0.357978 0.142853 0.142853 0.142853 +5540.191406 0.000000 1197.876831 0.000000 0.682119 0.000000 0.731241 0.152768 0.152768 0.152768 +5538.554688 0.000000 1195.885986 0.000000 0.172571 0.000000 0.984997 0.146674 0.146674 0.146674 +5543.871094 0.000000 1206.607422 0.000000 0.422242 0.000000 0.906483 0.153356 0.153356 0.153356 +5548.134277 0.000000 1221.153198 0.000000 0.999847 0.000000 0.017503 0.144457 0.144457 0.144457 +5556.887695 0.000000 1209.758911 0.000000 0.961273 0.000000 -0.275597 0.147518 0.147518 0.147518 +5544.696289 0.000000 1196.419434 0.000000 0.968615 0.000000 -0.248566 0.158117 0.158117 0.158117 +5558.205566 0.000000 1221.385132 0.000000 0.962042 0.000000 0.272901 0.139379 0.139379 0.139379 +5555.413574 0.000000 1205.722412 0.000000 0.783038 0.000000 0.621974 0.141449 0.141449 0.141449 +5535.169922 0.000000 1199.409546 0.000000 0.806886 0.000000 0.590707 0.147120 0.147120 0.147120 +5559.424805 0.000000 1210.441040 0.000000 0.529539 0.000000 0.848286 0.138794 0.138794 0.138794 +5548.736816 0.000000 1188.993896 0.000000 0.505570 0.000000 0.862785 0.138125 0.138125 0.138125 +5545.821777 0.000000 1200.628906 0.000000 0.788441 0.000000 0.615110 0.157394 0.157394 0.157394 +5543.639160 0.000000 1213.244995 0.000000 0.877690 0.000000 0.479229 0.149406 0.149406 0.149406 +5548.330078 0.000000 1204.936768 0.000000 0.223884 0.000000 0.974616 0.151756 0.151756 0.151756 +5546.844238 0.000000 1195.071777 0.000000 0.963351 0.000000 -0.268244 0.152568 0.152568 0.152568 +5534.868164 0.000000 1206.914062 0.000000 0.989757 0.000000 -0.142762 0.145760 0.145760 0.145760 +5547.903809 0.000000 1186.279297 0.000000 0.973599 0.000000 -0.228264 0.145033 0.145033 0.145033 +5532.834961 0.000000 1194.847656 0.000000 0.936766 0.000000 -0.349955 0.147316 0.147316 0.147316 +5545.341797 0.000000 1214.821777 0.000000 0.860246 0.000000 -0.509879 0.152697 0.152697 0.152697 +5540.740723 0.000000 1211.274048 0.000000 0.076707 0.000000 0.997054 0.145134 0.145134 0.145134 +5543.881348 0.000000 1186.235107 0.000000 0.589637 0.000000 0.807668 0.141843 0.141843 0.141843 +5545.855957 0.000000 1187.187500 0.000000 0.878940 0.000000 -0.476933 0.146825 0.146825 0.146825 +5536.863281 0.000000 1206.996582 0.000000 0.837586 0.000000 -0.546305 0.150620 0.150620 0.150620 +5557.656738 0.000000 1208.815308 0.000000 0.639686 0.000000 0.768636 0.142138 0.142138 0.142138 +5545.849121 0.000000 1196.843994 0.000000 0.641333 0.000000 0.767263 0.152496 0.152496 0.152496 +5556.968750 0.000000 1217.919556 0.000000 0.790335 0.000000 0.612675 0.143698 0.143698 0.143698 +5552.334961 0.000000 1202.275269 0.000000 0.836159 0.000000 -0.548487 0.150062 0.150062 0.150062 +5552.162598 0.000000 1200.035156 0.000000 0.981640 0.000000 0.190745 0.144768 0.144768 0.144768 +5555.609375 0.000000 1216.338135 0.000000 0.593634 0.000000 0.804735 0.143496 0.143496 0.143496 +5555.089355 0.000000 1215.168701 0.000000 0.989866 0.000000 -0.142005 0.150821 0.150821 0.150821 +5534.669434 0.000000 1201.788330 0.000000 0.044526 0.000000 0.999008 0.142313 0.142313 0.142313 +5551.705078 0.000000 1217.455688 0.000000 0.441880 0.000000 0.897074 0.144820 0.144820 0.144820 +5553.310547 0.000000 1215.641724 0.000000 0.942052 0.000000 -0.335466 0.152341 0.152341 0.152341 +5545.447266 0.000000 1203.077271 0.000000 0.107307 0.000000 0.994226 0.153295 0.153295 0.153295 +5544.114258 0.000000 1188.727295 0.000000 0.427570 0.000000 0.903982 0.143124 0.143124 0.143124 +5549.140625 0.000000 1205.784424 0.000000 0.933706 0.000000 -0.358040 0.160391 0.160391 0.160391 +5550.356934 0.000000 1203.468872 0.000000 0.970071 0.000000 -0.242823 0.153006 0.153006 0.153006 +5551.663086 0.000000 1203.255127 0.000000 0.979510 0.000000 -0.201396 0.152801 0.152801 0.152801 +5542.709473 0.000000 1196.979614 0.000000 0.538461 0.000000 0.842651 0.154028 0.154028 0.154028 +5547.277832 0.000000 1199.184448 0.000000 0.244690 0.000000 0.969601 0.150254 0.150254 0.150254 +5550.525879 0.000000 1213.900146 0.000000 0.643654 0.000000 0.765317 0.149243 0.149243 0.149243 +5538.956543 0.000000 1207.401978 0.000000 0.927859 0.000000 -0.372931 0.153101 0.153101 0.153101 +5540.323242 0.000000 1196.672607 0.000000 0.823846 0.000000 0.566813 0.153854 0.153854 0.153854 +5537.511719 0.000000 1195.231323 0.000000 0.859678 0.000000 0.510836 0.149230 0.149230 0.149230 +5543.854004 0.000000 1197.220337 0.000000 0.071506 0.000000 0.997440 0.151511 0.151511 0.151511 +5545.081055 0.000000 1213.689209 0.000000 0.309881 0.000000 0.950775 0.148441 0.148441 0.148441 +5546.742676 0.000000 1210.361572 0.000000 0.732359 0.000000 0.680919 0.154763 0.154763 0.154763 +5543.998535 0.000000 1209.597656 0.000000 0.543131 0.000000 0.839648 0.153514 0.153514 0.153514 +5544.529297 0.000000 1204.042358 0.000000 0.457209 0.000000 0.889359 0.155175 0.155175 0.155175 +5588.968750 0.000000 1238.296997 0.000000 0.904847 0.000000 0.425738 0.098600 0.098600 0.098600 +5613.516602 0.000000 1200.905151 0.000000 0.968648 0.000000 0.248438 0.099201 0.099201 0.099201 +5606.230957 0.000000 1224.700928 0.000000 0.840389 0.000000 0.541983 0.098177 0.098177 0.098177 +5599.453613 0.000000 1202.901978 0.000000 0.941149 0.000000 0.337991 0.098903 0.098903 0.098903 +5609.563477 0.000000 1212.662842 0.000000 0.382214 0.000000 0.924074 0.096248 0.096248 0.096248 +5605.982422 0.000000 1236.433716 0.000000 0.914603 0.000000 -0.404352 0.101325 0.101325 0.101325 +5608.832520 0.000000 1189.672974 0.000000 0.328370 0.000000 0.944549 0.096065 0.096065 0.096065 +5626.368164 0.000000 1238.097778 0.000000 0.962264 0.000000 0.272118 0.099123 0.099123 0.099123 +5615.722656 0.000000 1230.491577 0.000000 0.943261 0.000000 0.332053 0.098923 0.098923 0.098923 +5617.519043 0.000000 1192.501465 0.000000 0.964502 0.000000 0.264075 0.099149 0.099149 0.099149 +5576.407715 0.000000 1193.984253 0.000000 0.826760 0.000000 0.562556 0.098098 0.098098 0.098098 +5590.478027 0.000000 1221.065186 0.000000 0.935031 0.000000 -0.354565 0.101154 0.101154 0.101154 +5572.032715 0.000000 1217.783447 0.000000 0.858491 0.000000 0.512828 0.110124 0.110124 0.110124 +5606.893555 0.000000 1205.619263 0.000000 0.999727 0.000000 0.023354 0.099926 0.099926 0.099926 +5588.089355 0.000000 1230.988770 0.000000 0.520836 0.000000 0.853657 0.096744 0.096744 0.096744 +5570.500488 0.000000 1205.915894 0.000000 0.495167 0.000000 0.868798 0.110456 0.110456 0.110456 +5619.456055 0.000000 1236.460083 0.000000 0.988482 0.000000 -0.151339 0.100484 0.100484 0.100484 +5601.210449 0.000000 1231.045166 0.000000 0.892941 0.000000 0.450174 0.098514 0.098514 0.098514 +5629.512207 0.000000 1186.197998 0.000000 0.073013 0.000000 0.997331 0.095233 0.095233 0.095233 +5598.530273 0.000000 1209.631958 0.000000 0.570139 0.000000 0.821548 0.096931 0.096931 0.096931 +5612.662598 0.000000 1236.752075 0.000000 0.844322 0.000000 0.535836 0.098200 0.098200 0.098200 +5612.760254 0.000000 1224.677002 0.000000 0.937307 0.000000 -0.348506 0.101133 0.101133 0.101133 +5609.260742 0.000000 1230.394043 0.000000 0.325462 0.000000 0.945555 0.096055 0.096055 0.096055 +5622.816895 0.000000 1187.422607 0.000000 0.826503 0.000000 -0.562933 0.101903 0.101903 0.101903 +5609.385742 0.000000 1219.089966 0.000000 0.827390 0.000000 0.561628 0.098102 0.098102 0.098102 +5593.621582 0.000000 1234.046753 0.000000 0.757987 0.000000 0.652270 0.097738 0.097738 0.097738 +5582.873047 0.000000 1194.218994 0.000000 0.573305 0.000000 0.819342 0.096943 0.096943 0.096943 +5599.826172 0.000000 1194.294312 0.000000 0.989646 0.000000 -0.143532 0.100458 0.100458 0.100458 +5629.248047 0.000000 1232.173950 0.000000 0.432117 0.000000 0.901818 0.096422 0.096422 0.096422 +5618.789551 0.000000 1198.259155 0.000000 0.496350 0.000000 0.868122 0.096653 0.096653 0.096653 +5623.107910 0.000000 1231.373169 0.000000 0.993161 0.000000 -0.116753 0.100372 0.100372 0.100372 +5603.765137 0.000000 1212.019165 0.000000 0.979424 0.000000 -0.201812 0.100647 0.100647 0.100647 +5582.953125 0.000000 1240.143555 0.000000 0.779570 0.000000 0.626315 0.097846 0.097846 0.097846 +5569.017578 0.000000 1212.864990 0.000000 0.021520 0.000000 0.999768 0.113976 0.113976 0.113976 +5594.074219 0.000000 1216.688354 0.000000 0.346154 0.000000 0.938178 0.096125 0.096125 0.096125 +5618.584961 0.000000 1214.066162 0.000000 0.995402 0.000000 -0.095782 0.100305 0.100305 0.100305 +5568.098633 0.000000 1193.120850 0.000000 0.189492 0.000000 0.981882 0.098017 0.098017 0.098017 +5631.586426 0.000000 1239.606445 0.000000 0.818781 0.000000 -0.574106 0.101946 0.101946 0.101946 +5575.914551 0.000000 1188.008789 0.000000 0.669443 0.000000 0.742864 0.097335 0.097335 0.097335 +5618.842773 0.000000 1204.041870 0.000000 0.848768 0.000000 -0.528765 0.101773 0.101773 0.101773 +5604.276367 0.000000 1219.418579 0.000000 0.268052 0.000000 0.963404 0.095864 0.095864 0.095864 +5589.208496 0.000000 1226.051147 0.000000 0.825212 0.000000 0.564823 0.098089 0.098089 0.098089 +5613.434082 0.000000 1215.901123 0.000000 0.899568 0.000000 -0.436780 0.101439 0.101439 0.101439 +5604.045898 0.000000 1191.446777 0.000000 0.985704 0.000000 -0.168483 0.100539 0.100539 0.100539 +5584.971680 0.000000 1235.348877 0.000000 0.871245 0.000000 0.490848 0.098367 0.098367 0.098367 +5623.531250 0.000000 1196.775513 0.000000 0.964239 0.000000 -0.265034 0.100854 0.100854 0.100854 +5577.063965 0.000000 1216.633911 0.000000 0.920973 0.000000 -0.389625 0.106664 0.106664 0.106664 +5579.929688 0.000000 1198.177734 0.000000 0.657458 0.000000 0.753491 0.097284 0.097284 0.097284 +5574.330566 0.000000 1198.268677 0.000000 0.997048 0.000000 0.076786 0.101152 0.101152 0.101152 +5582.875488 0.000000 1230.933960 0.000000 0.533293 0.000000 0.845931 0.096790 0.096790 0.096790 +5594.709961 0.000000 1223.211792 0.000000 0.828399 0.000000 -0.560138 0.101893 0.101893 0.101893 +5578.351562 0.000000 1207.050781 0.000000 0.886966 0.000000 0.461835 0.098748 0.098748 0.098748 +5608.763184 0.000000 1201.294067 0.000000 0.898713 0.000000 -0.438536 0.101445 0.101445 0.101445 +5594.364746 0.000000 1211.733154 0.000000 0.828886 0.000000 0.559417 0.098110 0.098110 0.098110 +5587.771973 0.000000 1208.797363 0.000000 0.356801 0.000000 0.934180 0.096161 0.096161 0.096161 +5622.173828 0.000000 1192.356079 0.000000 0.239712 0.000000 0.970844 0.095771 0.095771 0.095771 +5618.318359 0.000000 1186.377808 0.000000 0.995967 0.000000 -0.089718 0.100286 0.100286 0.100286 +5621.994141 0.000000 1207.458008 0.000000 0.697368 0.000000 0.716713 0.097456 0.097456 0.097456 +5629.524414 0.000000 1203.241577 0.000000 0.398904 0.000000 0.916993 0.097115 0.097115 0.097115 +5598.060547 0.000000 1234.326782 0.000000 0.977201 0.000000 0.212316 0.099319 0.099319 0.099319 +5600.426758 0.000000 1198.609741 0.000000 0.108973 0.000000 0.994045 0.095348 0.095348 0.095348 +5595.131348 0.000000 1202.293091 0.000000 0.699164 0.000000 0.714962 0.097464 0.097464 0.097464 +5627.211426 0.000000 1215.790039 0.000000 0.978032 0.000000 0.208453 0.099610 0.099610 0.099610 +5569.884766 0.000000 1237.224365 0.000000 0.962072 0.000000 -0.272795 0.100879 0.100879 0.100879 +5572.047852 0.000000 1194.521973 0.000000 0.867112 0.000000 0.498113 0.098616 0.098616 0.098616 +5608.015625 0.000000 1193.800415 0.000000 0.872267 0.000000 -0.489030 0.101626 0.101626 0.101626 +5568.163086 0.000000 1220.918457 0.000000 0.988078 0.000000 0.153956 0.120413 0.120413 0.120413 +5601.947754 0.000000 1235.645386 0.000000 0.808353 0.000000 0.588698 0.097996 0.097996 0.097996 +5568.514160 0.000000 1202.252686 0.000000 0.111322 0.000000 0.993784 0.109511 0.109511 0.109511 +5624.315430 0.000000 1223.180908 0.000000 0.122807 0.000000 0.992431 0.095392 0.095392 0.095392 +5630.419434 0.000000 1228.319214 0.000000 0.871723 0.000000 -0.489999 0.101630 0.101630 0.101630 +5571.837402 0.000000 1209.734009 0.000000 0.839781 0.000000 0.542926 0.114948 0.114948 0.114948 +5622.381836 0.000000 1215.499512 0.000000 0.987647 0.000000 0.156698 0.099499 0.099499 0.099499 +5613.375000 0.000000 1211.093506 0.000000 0.964263 0.000000 -0.264946 0.100854 0.100854 0.100854 +5606.889160 0.000000 1209.611450 0.000000 0.689541 0.000000 0.724247 0.097422 0.097422 0.097422 +5574.424805 0.000000 1206.531982 0.000000 0.659178 0.000000 0.751987 0.105194 0.105194 0.105194 +5579.941895 0.000000 1227.975952 0.000000 0.996736 0.000000 0.080730 0.099743 0.099743 0.099743 +5583.831543 0.000000 1190.343750 0.000000 0.146408 0.000000 0.989224 0.095468 0.095468 0.095468 +5576.908691 0.000000 1232.071899 0.000000 0.305265 0.000000 0.952268 0.095987 0.095987 0.095987 +5609.322754 0.000000 1234.447510 0.000000 0.784940 0.000000 0.619572 0.097873 0.097873 0.097873 +5626.385254 0.000000 1188.763916 0.000000 0.255458 0.000000 0.966820 0.095822 0.095822 0.095822 +5572.755371 0.000000 1214.044556 0.000000 0.106184 0.000000 0.994347 0.107356 0.107356 0.107356 +5604.620605 0.000000 1232.880371 0.000000 0.500195 0.000000 0.865913 0.096667 0.096667 0.096667 +5625.910645 0.000000 1234.122925 0.000000 0.959714 0.000000 0.280978 0.099093 0.099093 0.099093 +5598.953613 0.000000 1242.424438 0.000000 0.453839 0.000000 0.891084 0.096499 0.096499 0.096499 +5612.412598 0.000000 1228.445557 0.000000 0.989881 0.000000 -0.141900 0.100453 0.100453 0.100453 +5610.673340 0.000000 1186.315796 0.000000 0.933555 0.000000 0.358435 0.098833 0.098833 0.098833 +5619.863281 0.000000 1210.544556 0.000000 0.734005 0.000000 0.679144 0.097624 0.097624 0.097624 +5608.974609 0.000000 1197.693481 0.000000 0.085090 0.000000 0.996373 0.095271 0.095271 0.095271 +5623.060547 0.000000 1227.771606 0.000000 0.995143 0.000000 -0.098437 0.100314 0.100314 0.100314 +5609.204590 0.000000 1222.733276 0.000000 0.210582 0.000000 0.977576 0.095675 0.095675 0.095675 +5586.190430 0.000000 1195.694092 0.000000 0.816313 0.000000 -0.577609 0.101960 0.101960 0.101960 +5609.656250 0.000000 1226.281616 0.000000 0.769162 0.000000 0.639054 0.097793 0.097793 0.097793 +5620.003906 0.000000 1189.499390 0.000000 0.876583 0.000000 0.481250 0.098402 0.098402 0.098402 +5606.346680 0.000000 1240.429565 0.000000 0.938720 0.000000 -0.344681 0.101120 0.101120 0.101120 +5615.917480 0.000000 1222.953857 0.000000 0.994052 0.000000 0.108903 0.099653 0.099653 0.099653 +5577.866211 0.000000 1225.244263 0.000000 0.939598 0.000000 -0.342280 0.102528 0.102528 0.102528 +5568.009766 0.000000 1228.364380 0.000000 0.997687 0.000000 0.067971 0.112920 0.112920 0.112920 +5597.020508 0.000000 1199.002197 0.000000 0.760171 0.000000 0.649723 0.097749 0.097749 0.097749 +5620.014648 0.000000 1195.015137 0.000000 0.140386 0.000000 0.990097 0.095448 0.095448 0.095448 +5616.918945 0.000000 1201.158081 0.000000 0.985415 0.000000 -0.170171 0.100544 0.100544 0.100544 +5610.288574 0.000000 1209.319702 0.000000 0.812958 0.000000 0.582323 0.098021 0.098021 0.098021 +5619.759277 0.000000 1217.536743 0.000000 0.999776 0.000000 -0.021157 0.100067 0.100067 0.100067 +5603.104004 0.000000 1194.713989 0.000000 0.848251 0.000000 0.529595 0.098223 0.098223 0.098223 +5594.987305 0.000000 1186.260620 0.000000 0.687653 0.000000 0.726040 0.097414 0.097414 0.097414 +5574.724121 0.000000 1219.679321 0.000000 0.999650 0.000000 0.026464 0.108032 0.108032 0.108032 +5610.835938 0.000000 1192.178101 0.000000 0.893982 0.000000 0.448104 0.098521 0.098521 0.098521 +5593.661133 0.000000 1189.238037 0.000000 0.984808 0.000000 0.173644 0.099444 0.099444 0.099444 +5572.948730 0.000000 1186.286987 0.000000 0.999391 0.000000 0.034887 0.099889 0.099889 0.099889 +5571.510742 0.000000 1233.099854 0.000000 0.830098 0.000000 -0.557618 0.102168 0.102168 0.102168 +5579.486816 0.000000 1194.731445 0.000000 0.946825 0.000000 -0.321749 0.101043 0.101043 0.101043 +5627.100586 0.000000 1196.264648 0.000000 0.027187 0.000000 0.999630 0.095087 0.095087 0.095087 +5570.356934 0.000000 1191.070068 0.000000 0.787565 0.000000 0.616231 0.097887 0.097887 0.097887 +5626.462402 0.000000 1203.241943 0.000000 0.984212 0.000000 0.176992 0.099434 0.099434 0.099434 +5576.667480 0.000000 1190.951050 0.000000 0.980085 0.000000 0.198577 0.099364 0.099364 0.099364 +5577.084961 0.000000 1196.989746 0.000000 0.982901 0.000000 0.184135 0.099411 0.099411 0.099411 +5577.604492 0.000000 1213.626221 0.000000 0.961496 0.000000 0.274818 0.103834 0.103834 0.103834 +5626.631836 0.000000 1221.308350 0.000000 0.885876 0.000000 -0.463922 0.101536 0.101536 0.101536 +5629.032715 0.000000 1208.359985 0.000000 0.430914 0.000000 0.902393 0.099389 0.099389 0.099389 +5568.936035 0.000000 1208.781372 0.000000 0.125085 0.000000 0.992146 0.114372 0.114372 0.114372 +5626.504395 0.000000 1209.930786 0.000000 0.913586 0.000000 -0.406645 0.102752 0.102752 0.102752 +5568.042480 0.000000 1186.179199 0.000000 0.159932 0.000000 0.987128 0.101665 0.101665 0.101665 +5580.112305 0.000000 1201.078613 0.000000 0.826085 0.000000 -0.563545 0.101906 0.101906 0.101906 +5585.664551 0.000000 1192.827881 0.000000 0.986428 0.000000 0.164196 0.099475 0.099475 0.099475 +5618.798340 0.000000 1222.853027 0.000000 0.838385 0.000000 -0.545078 0.101835 0.101835 0.101835 +5571.820801 0.000000 1199.977295 0.000000 0.999355 0.000000 0.035924 0.107440 0.107440 0.107440 +5588.094727 0.000000 1201.572754 0.000000 0.446066 0.000000 0.895000 0.096472 0.096472 0.096472 +5598.608887 0.000000 1191.711548 0.000000 0.010872 0.000000 0.999941 0.095035 0.095035 0.095035 +5621.519043 0.000000 1212.797241 0.000000 0.923881 0.000000 0.382680 0.098750 0.098750 0.098750 +5575.213379 0.000000 1224.371948 0.000000 0.942918 0.000000 0.333025 0.104184 0.104184 0.104184 +5569.451660 0.000000 1195.564331 0.000000 0.891016 0.000000 0.453973 0.103742 0.103742 0.103742 +5626.637207 0.000000 1213.105591 0.000000 0.414862 0.000000 0.909884 0.097711 0.097711 0.097711 +5588.832520 0.000000 1198.751465 0.000000 0.925739 0.000000 -0.378163 0.101234 0.101234 0.101234 +5579.616211 0.000000 1215.513062 0.000000 0.975057 0.000000 -0.221953 0.101559 0.101559 0.101559 +5568.090332 0.000000 1189.467529 0.000000 0.334690 0.000000 0.942328 0.099585 0.099585 0.099585 +5591.068359 0.000000 1190.682983 0.000000 0.053546 0.000000 0.998565 0.095171 0.095171 0.095171 +5574.395508 0.000000 1216.227539 0.000000 0.982462 0.000000 0.186463 0.108035 0.108035 0.108035 +5570.822754 0.000000 1220.140015 0.000000 0.993908 0.000000 0.110214 0.114442 0.114442 0.114442 +5628.013184 0.000000 1201.036621 0.000000 0.521134 0.000000 0.853475 0.097016 0.097016 0.097016 +5578.329590 0.000000 1210.876465 0.000000 0.977931 0.000000 0.208926 0.099608 0.099608 0.099608 +5571.913086 0.000000 1197.108398 0.000000 0.457500 0.000000 0.889210 0.101108 0.101108 0.101108 +5629.638184 0.000000 1205.895142 0.000000 0.913738 0.000000 0.406304 0.100050 0.100050 0.100050 +5576.173828 0.000000 1208.438232 0.000000 0.829934 0.000000 0.557862 0.102239 0.102239 0.102239 +5570.575684 0.000000 1227.298950 0.000000 0.272568 0.000000 0.962137 0.105279 0.105279 0.105279 +5570.311035 0.000000 1222.782959 0.000000 0.892813 0.000000 0.450427 0.112586 0.112586 0.112586 +5569.118652 0.000000 1230.901978 0.000000 0.263551 0.000000 0.964646 0.104709 0.104709 0.104709 +5631.814453 0.000000 1204.616577 0.000000 0.179718 0.000000 0.983718 0.097985 0.097985 0.097985 +5631.510742 0.000000 1210.908569 0.000000 0.916891 0.000000 0.399137 0.101734 0.101734 0.101734 +5573.141602 0.000000 1211.678101 0.000000 0.953057 0.000000 -0.302790 0.114273 0.114273 0.114273 +5570.627930 0.000000 1214.879028 0.000000 0.999093 0.000000 0.042576 0.115809 0.115809 0.115809 +5572.756836 0.000000 1204.965088 0.000000 0.981279 0.000000 0.192591 0.109683 0.109683 0.109683 +5574.475098 0.000000 1200.762573 0.000000 0.997436 0.000000 -0.071570 0.104439 0.104439 0.104439 +5573.729492 0.000000 1228.200684 0.000000 0.694635 0.000000 0.719362 0.100993 0.100993 0.100993 +5572.248535 0.000000 1207.471802 0.000000 0.620810 0.000000 0.783961 0.108287 0.108287 0.108287 +5569.042969 0.000000 1218.672974 0.000000 0.952977 0.000000 -0.303042 0.121063 0.121063 0.121063 +5570.069824 0.000000 1210.993530 0.000000 0.984750 0.000000 -0.173977 0.117739 0.117739 0.117739 +5574.953125 0.000000 1221.782104 0.000000 0.958521 0.000000 -0.285020 0.109118 0.109118 0.109118 +5571.385254 0.000000 1224.606323 0.000000 0.725025 0.000000 0.688723 0.110429 0.110429 0.110429 +5569.654297 0.000000 1200.530029 0.000000 0.661974 0.000000 0.749527 0.109023 0.109023 0.109023 +5572.789062 0.000000 1220.028809 0.000000 0.949352 0.000000 0.314214 0.110905 0.110905 0.110905 +5568.144043 0.000000 1214.572144 0.000000 0.927610 0.000000 -0.373550 0.120215 0.120215 0.120215 +5572.483887 0.000000 1215.920532 0.000000 0.912656 0.000000 0.408728 0.111096 0.111096 0.111096 +5569.726074 0.000000 1229.076294 0.000000 0.993012 0.000000 -0.118017 0.113591 0.113591 0.113591 +5570.681152 0.000000 1208.390381 0.000000 0.943004 0.000000 -0.332782 0.118351 0.118351 0.118351 +5568.043457 0.000000 1210.422974 0.000000 0.128522 0.000000 0.991707 0.114385 0.114385 0.114385 +5439.958008 0.000000 1263.555298 0.000000 0.883841 0.000000 -0.467788 0.101549 0.101549 0.101549 +5430.816895 0.000000 1243.906982 0.000000 0.951754 0.000000 -0.306863 0.103539 0.103539 0.103539 +5431.531250 0.000000 1253.259888 0.000000 0.800035 0.000000 0.599954 0.097952 0.097952 0.097952 +5430.173828 0.000000 1248.840454 0.000000 0.843482 0.000000 0.537157 0.098195 0.098195 0.098195 +5426.318359 0.000000 1242.862183 0.000000 0.994622 0.000000 0.103573 0.099670 0.099670 0.099670 +5437.524414 0.000000 1259.725952 0.000000 0.992520 0.000000 -0.122080 0.100390 0.100390 0.100390 +5438.624512 0.000000 1251.476440 0.000000 0.962301 0.000000 -0.271986 0.114158 0.114158 0.114158 +5434.028320 0.000000 1255.754883 0.000000 0.993868 0.000000 0.110570 0.099647 0.099647 0.099647 +5435.100586 0.000000 1252.749023 0.000000 0.816652 0.000000 0.577131 0.098042 0.098042 0.098042 +5432.639160 0.000000 1247.628540 0.000000 0.275561 0.000000 0.961284 0.100455 0.100455 0.100455 +5436.013184 0.000000 1257.520996 0.000000 0.966503 0.000000 -0.256656 0.100826 0.100826 0.100826 +5433.460938 0.000000 1242.759521 0.000000 0.993404 0.000000 -0.114664 0.107956 0.107956 0.107956 +5438.582031 0.000000 1257.523315 0.000000 0.967588 0.000000 0.252535 0.100021 0.100021 0.100021 +5437.251953 0.000000 1249.470825 0.000000 0.050998 0.000000 0.998699 0.106091 0.106091 0.106091 +5438.948242 0.000000 1244.810425 0.000000 0.994843 0.000000 0.101422 0.127318 0.127318 0.127318 +5435.739258 0.000000 1247.162842 0.000000 0.994573 0.000000 -0.104044 0.110168 0.110168 0.110168 +5436.727539 0.000000 1245.150757 0.000000 0.997881 0.000000 -0.065061 0.120698 0.120698 0.120698 +5439.273438 0.000000 1254.047363 0.000000 0.975097 0.000000 -0.221777 0.105508 0.105508 0.105508 +5435.529785 0.000000 1243.303223 0.000000 0.928610 0.000000 -0.371057 0.116236 0.116236 0.116236 +5436.271484 0.000000 1251.169556 0.000000 0.898497 0.000000 0.438980 0.106559 0.106559 0.106559 +5439.462891 0.000000 1243.006226 0.000000 0.810992 0.000000 0.585057 0.129583 0.129583 0.129583 +5439.416504 0.000000 1249.881226 0.000000 0.076386 0.000000 0.997078 0.112585 0.112585 0.112585 +5447.671387 0.000000 1267.512817 0.000000 0.537905 0.000000 0.843006 0.096808 0.096808 0.096808 +5481.563477 0.000000 1269.147217 0.000000 0.545099 0.000000 0.838371 0.096835 0.096835 0.096835 +5489.272949 0.000000 1276.281128 0.000000 0.865058 0.000000 0.501672 0.098327 0.098327 0.098327 +5495.638184 0.000000 1258.399658 0.000000 0.891186 0.000000 0.453637 0.098501 0.098501 0.098501 +5489.519043 0.000000 1248.985840 0.000000 0.433022 0.000000 0.901383 0.096426 0.096426 0.096426 +5503.958008 0.000000 1263.555298 0.000000 0.960290 0.000000 -0.279005 0.105140 0.105140 0.105140 +5449.400879 0.000000 1258.775391 0.000000 0.533396 0.000000 0.845866 0.104111 0.104111 0.104111 +5460.569336 0.000000 1248.042725 0.000000 0.712319 0.000000 0.701855 0.133856 0.133856 0.133856 +5477.432617 0.000000 1253.683350 0.000000 0.369054 0.000000 0.929408 0.107252 0.107252 0.107252 +5488.541992 0.000000 1265.241455 0.000000 0.997988 0.000000 -0.063397 0.100483 0.100483 0.100483 +5463.890625 0.000000 1261.713989 0.000000 0.795783 0.000000 0.605582 0.101495 0.101495 0.101495 +5466.122559 0.000000 1253.464600 0.000000 0.848457 0.000000 0.529264 0.117760 0.117760 0.117760 +5478.893555 0.000000 1262.103638 0.000000 0.991568 0.000000 -0.129588 0.104070 0.104070 0.104070 +5442.500488 0.000000 1262.400269 0.000000 0.841127 0.000000 0.540837 0.098181 0.098181 0.098181 +5470.530273 0.000000 1266.116333 0.000000 0.971851 0.000000 -0.235596 0.100757 0.100757 0.100757 +5484.760254 0.000000 1281.161377 0.000000 0.985526 0.000000 0.169523 0.099458 0.099458 0.099458 +5454.873047 0.000000 1250.703369 0.000000 0.475008 0.000000 0.879981 0.129849 0.129849 0.129849 +5471.826172 0.000000 1250.778687 0.000000 0.839199 0.000000 0.543824 0.116594 0.116594 0.116594 +5484.062988 0.000000 1251.645386 0.000000 0.689874 0.000000 0.723930 0.098788 0.098788 0.098788 +5475.765137 0.000000 1268.503540 0.000000 0.936752 0.000000 -0.349992 0.101138 0.101138 0.101138 +5490.584961 0.000000 1270.550537 0.000000 0.877837 0.000000 -0.478959 0.101590 0.101590 0.101590 +5463.491699 0.000000 1243.287720 0.000000 0.974061 0.000000 -0.226288 0.136559 0.136559 0.136559 +5440.098633 0.000000 1249.605225 0.000000 0.999613 0.000000 0.027837 0.125379 0.125379 0.125379 +5485.943359 0.000000 1245.011230 0.000000 0.947528 0.000000 -0.319674 0.101036 0.101036 0.101036 +5485.434082 0.000000 1272.385498 0.000000 0.974299 0.000000 -0.225259 0.100723 0.100723 0.100723 +5476.045898 0.000000 1247.931152 0.000000 0.997137 0.000000 -0.075618 0.105014 0.105014 0.105014 +5484.083496 0.000000 1262.717285 0.000000 0.952007 0.000000 0.306077 0.102061 0.102061 0.102061 +5454.220703 0.000000 1259.737183 0.000000 0.769731 0.000000 0.638369 0.105740 0.105740 0.105740 +5458.283691 0.000000 1243.788940 0.000000 0.992768 0.000000 0.120051 0.145658 0.145658 0.145658 +5446.330566 0.000000 1254.753052 0.000000 0.864479 0.000000 -0.502669 0.123607 0.123607 0.123607 +5462.937012 0.000000 1257.083618 0.000000 0.002740 0.000000 0.999996 0.107517 0.107517 0.107517 +5466.364746 0.000000 1268.217529 0.000000 0.746138 0.000000 0.665792 0.097681 0.097681 0.097681 +5475.991211 0.000000 1258.382690 0.000000 0.306024 0.000000 0.952024 0.105401 0.105401 0.105401 +5465.237793 0.000000 1248.815186 0.000000 0.747063 0.000000 0.664753 0.125322 0.125322 0.125322 +5493.994141 0.000000 1263.942383 0.000000 0.799711 0.000000 0.600386 0.097950 0.097950 0.097950 +5461.668945 0.000000 1252.445190 0.000000 0.563345 0.000000 0.826222 0.122149 0.122149 0.122149 +5501.524414 0.000000 1259.725952 0.000000 0.997235 0.000000 -0.074310 0.100237 0.100237 0.100237 +5467.131348 0.000000 1258.777466 0.000000 0.413061 0.000000 0.910703 0.105802 0.105802 0.105802 +5478.535645 0.000000 1272.164307 0.000000 0.953670 0.000000 -0.300855 0.100973 0.100973 0.100973 +5451.786133 0.000000 1247.709229 0.000000 0.181490 0.000000 0.983393 0.144576 0.144576 0.144576 +5444.047852 0.000000 1251.006348 0.000000 0.999899 0.000000 -0.014196 0.132833 0.132833 0.132833 +5480.015625 0.000000 1250.284790 0.000000 0.271991 0.000000 0.962300 0.102054 0.102054 0.102054 +5445.119141 0.000000 1259.090454 0.000000 0.404517 0.000000 0.914530 0.100373 0.100373 0.100373 +5467.932617 0.000000 1262.925903 0.000000 0.846142 0.000000 -0.532957 0.103215 0.103215 0.103215 +5440.514160 0.000000 1258.737061 0.000000 0.994451 0.000000 0.105206 0.099665 0.099665 0.099665 +5496.315430 0.000000 1279.665283 0.000000 0.143521 0.000000 0.989647 0.095458 0.095458 0.095458 +5494.381836 0.000000 1271.983887 0.000000 0.981454 0.000000 0.191696 0.099386 0.099386 0.099386 +5478.889160 0.000000 1266.095825 0.000000 0.962390 0.000000 -0.271672 0.100876 0.100876 0.100876 +5446.424805 0.000000 1263.016357 0.000000 0.626488 0.000000 0.779431 0.097155 0.097155 0.097155 +5455.831543 0.000000 1246.828125 0.000000 0.822677 0.000000 0.568509 0.145602 0.145602 0.145602 +5445.464844 0.000000 1247.438232 0.000000 0.659024 0.000000 0.752122 0.140621 0.140621 0.140621 +5472.618164 0.000000 1246.021851 0.000000 0.848927 0.000000 0.528510 0.110609 0.110609 0.110609 +5469.530273 0.000000 1269.948608 0.000000 0.013088 0.000000 0.999914 0.095042 0.095042 0.095042 +5480.974609 0.000000 1254.177856 0.000000 0.859157 0.000000 0.511713 0.106825 0.106825 0.106825 +5487.145508 0.000000 1260.804077 0.000000 0.989494 0.000000 -0.144572 0.103557 0.103557 0.103557 +5458.190430 0.000000 1252.178467 0.000000 0.063871 0.000000 0.997958 0.120538 0.120538 0.120538 +5482.288574 0.000000 1265.804077 0.000000 0.916108 0.000000 -0.400932 0.102732 0.102732 0.102732 +5498.028320 0.000000 1255.754883 0.000000 0.761591 0.000000 0.648058 0.097756 0.097756 0.097756 +5475.104004 0.000000 1251.198364 0.000000 0.034313 0.000000 0.999411 0.107098 0.107098 0.107098 +5466.987305 0.000000 1242.744995 0.000000 0.574450 0.000000 0.818540 0.118944 0.118944 0.118944 +5455.197266 0.000000 1254.289062 0.000000 0.811761 0.000000 -0.583990 0.122839 0.122839 0.122839 +5488.580566 0.000000 1273.097046 0.000000 0.922500 0.000000 0.385997 0.098739 0.098739 0.098739 +5472.449219 0.000000 1268.651611 0.000000 0.975301 0.000000 -0.220881 0.100709 0.100709 0.100709 +5482.835938 0.000000 1248.662476 0.000000 0.706946 0.000000 0.707268 0.099411 0.099411 0.099411 +5487.537109 0.000000 1269.784668 0.000000 0.933512 0.000000 0.358547 0.098833 0.098833 0.098833 +5465.661133 0.000000 1245.722412 0.000000 0.979601 0.000000 -0.200953 0.130809 0.130809 0.130809 +5500.832520 0.000000 1274.978027 0.000000 0.990788 0.000000 0.135426 0.099568 0.099568 0.099568 +5444.948730 0.000000 1242.771362 0.000000 0.998052 0.000000 0.062380 0.151519 0.151519 0.151519 +5451.486816 0.000000 1251.215820 0.000000 0.988310 0.000000 -0.152459 0.137924 0.137924 0.137924 +5481.676758 0.000000 1260.723267 0.000000 0.735136 0.000000 0.677920 0.103372 0.103372 0.103372 +5498.462402 0.000000 1259.726318 0.000000 0.235099 0.000000 0.971971 0.095755 0.095755 0.095755 +5448.667480 0.000000 1247.435425 0.000000 0.983674 0.000000 0.179958 0.149275 0.149275 0.149275 +5491.016113 0.000000 1263.507324 0.000000 0.660807 0.000000 0.750555 0.097298 0.097298 0.097298 +5501.032715 0.000000 1264.844360 0.000000 0.976450 0.000000 -0.215742 0.104359 0.104359 0.104359 +5498.504395 0.000000 1266.415161 0.000000 0.061978 0.000000 0.998078 0.098664 0.098664 0.098664 +5440.042480 0.000000 1242.663574 0.000000 0.092593 0.000000 0.995704 0.131865 0.131865 0.131865 +5452.112305 0.000000 1257.562988 0.000000 0.992161 0.000000 -0.124968 0.115304 0.115304 0.115304 +5443.820801 0.000000 1256.461670 0.000000 0.950904 0.000000 0.309486 0.107595 0.107595 0.107595 +5476.759766 0.000000 1264.032471 0.000000 0.887204 0.000000 0.461377 0.099301 0.099301 0.099301 +5470.961914 0.000000 1243.617554 0.000000 0.982422 0.000000 -0.186676 0.112715 0.112715 0.112715 +5460.094727 0.000000 1258.057129 0.000000 0.585176 0.000000 0.810906 0.105412 0.105412 0.105412 +5470.608887 0.000000 1248.195923 0.000000 0.963830 0.000000 -0.266518 0.119222 0.119222 0.119222 +5470.952637 0.000000 1262.168579 0.000000 0.347258 0.000000 0.937770 0.099091 0.099091 0.099091 +5478.337891 0.000000 1256.392456 0.000000 0.959484 0.000000 0.281762 0.108806 0.108806 0.108806 +5493.519043 0.000000 1269.281616 0.000000 0.191740 0.000000 0.981446 0.095614 0.095614 0.095614 +5476.575195 0.000000 1245.045288 0.000000 0.878229 0.000000 0.478241 0.100342 0.100342 0.100342 +5476.029297 0.000000 1261.208984 0.000000 0.988183 0.000000 -0.153277 0.106401 0.106401 0.106401 +5465.706543 0.000000 1256.295654 0.000000 0.237514 0.000000 0.971384 0.108371 0.108371 0.108371 +5456.186523 0.000000 1261.807495 0.000000 0.993071 0.000000 -0.117513 0.102343 0.102343 0.102343 +5469.958984 0.000000 1252.856567 0.000000 0.952925 0.000000 0.303205 0.119267 0.119267 0.119267 +5484.352051 0.000000 1259.917358 0.000000 0.940855 0.000000 -0.338810 0.106481 0.106481 0.106481 +5461.235840 0.000000 1262.517334 0.000000 0.939418 0.000000 -0.342774 0.101114 0.101114 0.101114 +5498.637207 0.000000 1269.589966 0.000000 0.576489 0.000000 0.817105 0.099400 0.099400 0.099400 +5460.832520 0.000000 1255.235840 0.000000 0.027476 0.000000 0.999622 0.113998 0.113998 0.113998 +5450.564941 0.000000 1245.205200 0.000000 0.981813 0.000000 0.189852 0.155352 0.155352 0.155352 +5448.614258 0.000000 1256.185059 0.000000 0.999994 0.000000 0.003391 0.114834 0.114834 0.114834 +5487.447754 0.000000 1255.341919 0.000000 0.930462 0.000000 -0.366388 0.102611 0.102611 0.102611 +5462.782715 0.000000 1249.959595 0.000000 0.550792 0.000000 0.834642 0.128600 0.128600 0.128600 +5501.738281 0.000000 1270.905396 0.000000 0.965621 0.000000 -0.259953 0.104509 0.104509 0.104509 +5463.408203 0.000000 1254.494385 0.000000 0.997843 0.000000 0.065643 0.117960 0.117960 0.117960 +5473.412109 0.000000 1257.613403 0.000000 0.854022 0.000000 0.520237 0.111745 0.111745 0.111745 +5485.942871 0.000000 1264.597168 0.000000 0.392880 0.000000 0.919590 0.097634 0.097634 0.097634 +5449.795410 0.000000 1242.680664 0.000000 0.474690 0.000000 0.880153 0.153653 0.153653 0.153653 +5462.077637 0.000000 1259.830933 0.000000 0.996321 0.000000 -0.085695 0.109542 0.109542 0.109542 +5443.913086 0.000000 1253.592773 0.000000 0.818227 0.000000 -0.574895 0.123939 0.123939 0.123939 +5478.385742 0.000000 1259.501221 0.000000 0.692040 0.000000 0.721859 0.104802 0.104802 0.104802 +5489.394043 0.000000 1267.985962 0.000000 0.013223 0.000000 0.999913 0.095042 0.095042 0.095042 +5454.686523 0.000000 1257.247681 0.000000 0.990682 0.000000 0.136196 0.114347 0.114347 0.114347 +5496.346680 0.000000 1264.857178 0.000000 0.769335 0.000000 0.638845 0.099712 0.099712 0.099712 +5501.638184 0.000000 1262.379517 0.000000 0.637676 0.000000 0.770304 0.099651 0.099651 0.099651 +5483.690430 0.000000 1246.220215 0.000000 0.990613 0.000000 -0.136696 0.100718 0.100718 0.100718 +5451.442871 0.000000 1260.464844 0.000000 0.717993 0.000000 0.696050 0.099462 0.099462 0.099462 +5481.128906 0.000000 1263.521973 0.000000 0.965230 0.000000 -0.261402 0.104514 0.104514 0.104514 +5458.498535 0.000000 1246.474243 0.000000 0.759863 0.000000 0.650083 0.140734 0.140734 0.140734 +5460.805176 0.000000 1242.723755 0.000000 0.002389 0.000000 0.999997 0.134661 0.134661 0.134661 +5468.928223 0.000000 1260.536377 0.000000 0.719400 0.000000 0.694596 0.102748 0.102748 0.102748 +5464.535645 0.000000 1259.011230 0.000000 0.183354 0.000000 0.983047 0.104423 0.104423 0.104423 +5467.678223 0.000000 1247.670410 0.000000 0.982655 0.000000 -0.185441 0.124545 0.124545 0.124545 +5464.077637 0.000000 1252.052734 0.000000 0.933727 0.000000 -0.357987 0.122419 0.122419 0.122419 +5473.641602 0.000000 1260.734863 0.000000 0.442378 0.000000 0.896829 0.102673 0.102673 0.102673 +5503.814453 0.000000 1261.100952 0.000000 0.486338 0.000000 0.873771 0.098511 0.098511 0.098511 +5473.365723 0.000000 1252.831055 0.000000 0.196200 0.000000 0.980564 0.111433 0.111433 0.111433 +5453.612305 0.000000 1245.784912 0.000000 0.999482 0.000000 0.032173 0.155023 0.155023 0.155023 +5488.587891 0.000000 1262.909546 0.000000 0.487351 0.000000 0.873206 0.097974 0.097974 0.097974 +5444.602051 0.000000 1245.262085 0.000000 0.681685 0.000000 0.731646 0.145127 0.145127 0.145127 +5481.650879 0.000000 1251.942993 0.000000 0.895383 0.000000 0.445296 0.104879 0.104879 0.104879 +5446.070312 0.000000 1249.696167 0.000000 0.984066 0.000000 -0.177805 0.144233 0.144233 0.144233 +5470.816895 0.000000 1257.093994 0.000000 0.806967 0.000000 0.590596 0.111438 0.111438 0.111438 +5450.166504 0.000000 1249.169922 0.000000 0.788352 0.000000 0.615224 0.140392 0.140392 0.140392 +5467.966309 0.000000 1252.269409 0.000000 0.970723 0.000000 0.240200 0.118962 0.118962 0.118962 +5468.979980 0.000000 1257.935425 0.000000 0.964650 0.000000 -0.263536 0.114691 0.114691 0.114691 +5459.236816 0.000000 1253.979370 0.000000 0.938561 0.000000 -0.345114 0.128031 0.128031 0.128031 +5444.035156 0.000000 1248.875977 0.000000 0.337253 0.000000 0.941414 0.133510 0.133510 0.133510 +5475.217285 0.000000 1253.494751 0.000000 0.205969 0.000000 0.978558 0.109326 0.109326 0.109326 +5446.912598 0.000000 1242.657837 0.000000 0.857531 0.000000 -0.514432 0.158421 0.158421 0.158421 +5469.096680 0.000000 1243.052490 0.000000 0.996956 0.000000 -0.077961 0.117939 0.117939 0.117939 +5446.936035 0.000000 1246.232056 0.000000 0.992470 0.000000 -0.122484 0.149602 0.149602 0.149602 +5470.725586 0.000000 1246.248779 0.000000 0.956743 0.000000 0.290933 0.115432 0.115432 0.115432 +5453.704590 0.000000 1255.482910 0.000000 0.964437 0.000000 0.264314 0.120534 0.120534 0.120534 +5456.278320 0.000000 1256.212036 0.000000 0.994342 0.000000 0.106229 0.115015 0.115015 0.115015 +5463.366211 0.000000 1245.308960 0.000000 0.859332 0.000000 0.511419 0.133808 0.133808 0.133808 +5479.104492 0.000000 1254.549805 0.000000 0.602898 0.000000 0.797818 0.107119 0.107119 0.107119 +5451.084961 0.000000 1253.034912 0.000000 0.980444 0.000000 0.196796 0.128596 0.128596 0.128596 +5467.504395 0.000000 1256.634644 0.000000 0.774681 0.000000 0.632353 0.111247 0.111247 0.111247 +5465.304688 0.000000 1243.649902 0.000000 0.928814 0.000000 -0.370545 0.130408 0.130408 0.130408 +5455.854980 0.000000 1249.185913 0.000000 0.988828 0.000000 -0.149060 0.142975 0.142975 0.142975 +5449.693359 0.000000 1251.718994 0.000000 0.308696 0.000000 0.951161 0.132301 0.132301 0.132301 +5440.371582 0.000000 1247.741089 0.000000 0.973625 0.000000 0.228154 0.130132 0.130132 0.130132 +5470.652344 0.000000 1254.741577 0.000000 0.660268 0.000000 0.751030 0.114465 0.114465 0.114465 +5470.021484 0.000000 1250.923218 0.000000 0.826263 0.000000 -0.563284 0.121030 0.121030 0.121030 +5457.145996 0.000000 1245.210449 0.000000 0.999773 0.000000 0.021304 0.148359 0.148359 0.148359 +5446.054199 0.000000 1244.254883 0.000000 0.296341 0.000000 0.955082 0.147296 0.147296 0.147296 +5456.728516 0.000000 1242.662842 0.000000 0.860875 0.000000 -0.508816 0.152691 0.152691 0.152691 +5454.749512 0.000000 1242.687378 0.000000 0.866969 0.000000 -0.498362 0.156620 0.156620 0.156620 +5456.790527 0.000000 1250.811523 0.000000 0.969068 0.000000 0.246795 0.134498 0.134498 0.134498 +5464.512695 0.000000 1250.389160 0.000000 0.822010 0.000000 -0.569474 0.127339 0.127339 0.127339 +5466.957520 0.000000 1249.283081 0.000000 0.962069 0.000000 0.272806 0.122165 0.122165 0.122165 +5473.519531 0.000000 1250.517212 0.000000 0.595231 0.000000 0.803554 0.111978 0.111978 0.111978 +5459.935547 0.000000 1252.414673 0.000000 0.973842 0.000000 0.227224 0.125687 0.125687 0.125687 +5469.325684 0.000000 1247.131226 0.000000 0.002144 0.000000 0.999998 0.113902 0.113902 0.113902 +5440.523438 0.000000 1244.312256 0.000000 0.946644 0.000000 -0.322281 0.137556 0.137556 0.137556 +5451.316406 0.000000 1243.573242 0.000000 0.922836 0.000000 0.385192 0.157654 0.157654 0.157654 +5453.188965 0.000000 1250.910889 0.000000 0.936659 0.000000 0.350242 0.134030 0.134030 0.134030 +5457.288086 0.000000 1247.737549 0.000000 0.252983 0.000000 0.967471 0.140098 0.140098 0.140098 +5447.434570 0.000000 1253.399780 0.000000 0.913813 0.000000 0.406135 0.127136 0.127136 0.127136 +5459.350098 0.000000 1245.010132 0.000000 0.992352 0.000000 -0.123444 0.147357 0.147357 0.147357 +5458.929199 0.000000 1248.130493 0.000000 0.834826 0.000000 -0.550514 0.142084 0.142084 0.142084 +5448.993164 0.000000 1245.782959 0.000000 0.517207 0.000000 0.855860 0.151192 0.151192 0.151192 +5450.256348 0.000000 1246.886963 0.000000 0.847775 0.000000 0.530356 0.148569 0.148569 0.148569 +5452.241699 0.000000 1244.921021 0.000000 0.367843 0.000000 0.929888 0.149284 0.149284 0.149284 +5444.635742 0.000000 1255.059082 0.000000 0.313950 0.000000 0.949439 0.114574 0.114574 0.114574 +5461.555664 0.000000 1246.741333 0.000000 0.983907 0.000000 -0.178684 0.141984 0.141984 0.141984 +5450.378418 0.000000 1254.517578 0.000000 0.957822 0.000000 0.287361 0.120996 0.120996 0.120996 +5443.498047 0.000000 1243.413818 0.000000 0.977143 0.000000 0.212582 0.144665 0.144665 0.144665 +5461.209473 0.000000 1249.518555 0.000000 0.283676 0.000000 0.958920 0.131649 0.131649 0.131649 +5448.131348 0.000000 1252.043945 0.000000 0.248589 0.000000 0.968609 0.124513 0.124513 0.124513 +5463.673828 0.000000 1248.612427 0.000000 0.896082 0.000000 -0.443888 0.134717 0.134717 0.134717 +5467.133789 0.000000 1246.186401 0.000000 0.188323 0.000000 0.982107 0.118366 0.118366 0.118366 +5460.029785 0.000000 1246.583008 0.000000 0.835281 0.000000 0.549824 0.138560 0.138560 0.138560 +5443.916016 0.000000 1247.269287 0.000000 0.964968 0.000000 -0.262369 0.139545 0.139545 0.139545 +5445.431641 0.000000 1253.432861 0.000000 0.201814 0.000000 0.979424 0.120563 0.120563 0.120563 +5453.322266 0.000000 1247.253052 0.000000 0.460012 0.000000 0.887912 0.144918 0.144918 0.144918 +5454.213379 0.000000 1244.361206 0.000000 0.990916 0.000000 -0.134479 0.153035 0.153035 0.153035 +5441.657715 0.000000 1243.160034 0.000000 0.960828 0.000000 -0.277146 0.139612 0.139612 0.139612 +5461.272461 0.000000 1251.025757 0.000000 0.321969 0.000000 0.946750 0.126444 0.126444 0.126444 +5462.733398 0.000000 1251.427368 0.000000 0.035448 0.000000 0.999372 0.121489 0.121489 0.121489 +5455.104980 0.000000 1245.558838 0.000000 0.481965 0.000000 0.876190 0.147201 0.147201 0.147201 +5448.364746 0.000000 1243.113037 0.000000 0.999484 0.000000 -0.032136 0.159266 0.159266 0.159266 +5449.352539 0.000000 1244.265869 0.000000 0.207617 0.000000 0.978210 0.149528 0.149528 0.149528 +5459.337891 0.000000 1242.815063 0.000000 0.954271 0.000000 -0.298942 0.147631 0.147631 0.147631 +5451.583984 0.000000 1246.213867 0.000000 0.990998 0.000000 -0.133879 0.151907 0.151907 0.151907 +5462.014160 0.000000 1248.190308 0.000000 0.053487 0.000000 0.998569 0.126361 0.126361 0.126361 +5447.015137 0.000000 1250.878296 0.000000 0.630281 0.000000 0.776367 0.133371 0.133371 0.133371 +5445.475098 0.000000 1250.932495 0.000000 0.751549 0.000000 0.659678 0.129729 0.129729 0.129729 +5460.179199 0.000000 1243.933350 0.000000 0.999735 0.000000 0.023023 0.141633 0.141633 0.141633 +5446.753418 0.000000 1247.820923 0.000000 0.923129 0.000000 0.384491 0.147148 0.147148 0.147148 +5454.623047 0.000000 1247.367554 0.000000 0.089928 0.000000 0.995948 0.141462 0.141462 0.141462 +5448.904785 0.000000 1248.935913 0.000000 0.407694 0.000000 0.913118 0.139243 0.139243 0.139243 +5445.529297 0.000000 1246.146240 0.000000 0.777994 0.000000 0.628272 0.141412 0.141412 0.141412 +5457.011230 0.000000 1243.993408 0.000000 0.536690 0.000000 0.843780 0.145340 0.145340 0.145340 +5453.527344 0.000000 1249.699951 0.000000 0.208393 0.000000 0.978045 0.137205 0.137205 0.137205 +5444.601562 0.000000 1243.979736 0.000000 0.111856 0.000000 0.993724 0.144771 0.144771 0.144771 +5449.798340 0.000000 1248.029785 0.000000 0.552319 0.000000 0.833633 0.140003 0.140003 0.140003 +5452.067383 0.000000 1242.743286 0.000000 0.641833 0.000000 0.766844 0.152499 0.152499 0.152499 +5535.453613 0.000000 1259.386353 0.000000 0.919290 0.000000 0.393582 0.101754 0.101754 0.101754 +5519.130859 0.000000 1282.028076 0.000000 0.259928 0.000000 0.965628 0.095837 0.095837 0.095837 +5522.127930 0.000000 1255.932251 0.000000 0.986167 0.000000 0.165755 0.106993 0.106993 0.106993 +5535.758301 0.000000 1272.815918 0.000000 0.898556 0.000000 -0.438859 0.101446 0.101446 0.101446 +5553.519043 0.000000 1248.985840 0.000000 0.937893 0.000000 0.346924 0.098872 0.098872 0.098872 +5518.007324 0.000000 1273.546509 0.000000 0.588357 0.000000 0.808601 0.098361 0.098361 0.098361 +5524.569336 0.000000 1248.042725 0.000000 0.496518 0.000000 0.868027 0.102339 0.102339 0.102339 +5512.407715 0.000000 1250.468628 0.000000 0.999098 0.000000 -0.042468 0.100135 0.100135 0.100135 +5541.432617 0.000000 1253.683350 0.000000 0.985576 0.000000 -0.169236 0.102513 0.102513 0.102513 +5552.541992 0.000000 1265.241455 0.000000 0.994217 0.000000 -0.107389 0.100342 0.100342 0.100342 +5519.272949 0.000000 1264.574829 0.000000 0.574309 0.000000 0.818638 0.106452 0.106452 0.106452 +5526.478027 0.000000 1277.549561 0.000000 0.377327 0.000000 0.926080 0.096232 0.096232 0.096232 +5508.032715 0.000000 1274.267822 0.000000 0.357568 0.000000 0.933887 0.098050 0.098050 0.098050 +5530.122559 0.000000 1253.464600 0.000000 0.864759 0.000000 0.502187 0.105762 0.105762 0.105762 +5542.893555 0.000000 1262.103638 0.000000 0.832197 0.000000 -0.554481 0.101871 0.101871 0.101871 +5511.979980 0.000000 1284.791504 0.000000 0.847879 0.000000 0.530190 0.098221 0.098221 0.098221 +5506.500488 0.000000 1262.400269 0.000000 0.334038 0.000000 0.942560 0.102813 0.102813 0.102813 +5565.512207 0.000000 1242.682373 0.000000 0.977383 0.000000 -0.211475 0.100678 0.100678 0.100678 +5534.530273 0.000000 1266.116333 0.000000 0.585046 0.000000 0.811000 0.096989 0.096989 0.096989 +5538.900879 0.000000 1242.720947 0.000000 0.830166 0.000000 0.557516 0.105538 0.105538 0.105538 +5513.203613 0.000000 1278.357056 0.000000 0.934457 0.000000 -0.356075 0.101159 0.101159 0.101159 +5558.816895 0.000000 1243.906982 0.000000 0.270200 0.000000 0.962804 0.095871 0.095871 0.095871 +5545.385742 0.000000 1275.574341 0.000000 0.280123 0.000000 0.959964 0.095904 0.095904 0.095904 +5518.873047 0.000000 1250.703369 0.000000 0.945738 0.000000 0.324930 0.101441 0.101441 0.101441 +5548.062988 0.000000 1251.645386 0.000000 0.863959 0.000000 -0.503563 0.101680 0.101680 0.101680 +5554.789551 0.000000 1254.743530 0.000000 0.347089 0.000000 0.937832 0.096128 0.096128 0.096128 +5539.765137 0.000000 1268.503540 0.000000 0.113251 0.000000 0.993566 0.095361 0.095361 0.095361 +5505.017578 0.000000 1269.349365 0.000000 0.936658 0.000000 -0.350246 0.108788 0.108788 0.108788 +5530.074219 0.000000 1273.172729 0.000000 0.999578 0.000000 -0.029063 0.100093 0.100093 0.100093 +5504.098633 0.000000 1249.605225 0.000000 0.463038 0.000000 0.886338 0.096532 0.096532 0.096532 +5540.276367 0.000000 1275.902954 0.000000 0.902940 0.000000 0.429766 0.098586 0.098586 0.098586 +5540.045898 0.000000 1247.931152 0.000000 0.056651 0.000000 0.998394 0.101312 0.101312 0.101312 +5513.063965 0.000000 1273.118286 0.000000 0.984027 0.000000 -0.178018 0.105359 0.105359 0.105359 +5548.083496 0.000000 1262.717285 0.000000 0.850452 0.000000 -0.526053 0.101763 0.101763 0.101763 +5518.220703 0.000000 1259.737183 0.000000 0.842457 0.000000 -0.538763 0.111222 0.111222 0.111222 +5522.283691 0.000000 1243.788940 0.000000 0.862549 0.000000 -0.505974 0.102543 0.102543 0.102543 +5510.330566 0.000000 1254.753052 0.000000 0.832484 0.000000 -0.554049 0.103296 0.103296 0.103296 +5523.007324 0.000000 1260.734619 0.000000 0.993620 0.000000 0.112778 0.106618 0.106618 0.106618 +5514.351562 0.000000 1263.535156 0.000000 0.847154 0.000000 0.531348 0.111147 0.111147 0.111147 +5526.937012 0.000000 1257.083618 0.000000 0.527766 0.000000 0.849390 0.103546 0.103546 0.103546 +5530.364746 0.000000 1268.217529 0.000000 0.984290 0.000000 0.176562 0.099435 0.099435 0.099435 +5539.991211 0.000000 1258.382690 0.000000 0.965503 0.000000 0.260392 0.100550 0.100550 0.100550 +5522.817383 0.000000 1273.100098 0.000000 0.795308 0.000000 0.606205 0.097927 0.097927 0.097927 +5529.237793 0.000000 1248.815186 0.000000 0.495707 0.000000 0.868490 0.104502 0.104502 0.104502 +5523.771973 0.000000 1265.281738 0.000000 0.242648 0.000000 0.970114 0.102487 0.102487 0.102487 +5558.173828 0.000000 1248.840454 0.000000 0.967752 0.000000 -0.251904 0.100811 0.100811 0.100811 +5554.318359 0.000000 1242.862183 0.000000 0.908620 0.000000 -0.417624 0.104495 0.104495 0.104495 +5525.668945 0.000000 1252.445190 0.000000 0.996583 0.000000 0.082598 0.107280 0.107280 0.107280 +5536.426758 0.000000 1255.094116 0.000000 0.104098 0.000000 0.994567 0.099872 0.099872 0.099872 +5508.763672 0.000000 1278.848511 0.000000 0.958165 0.000000 -0.286218 0.100924 0.100924 0.100924 +5531.131348 0.000000 1258.777466 0.000000 0.972615 0.000000 0.232423 0.102868 0.102868 0.102868 +5515.786133 0.000000 1247.709229 0.000000 0.749904 0.000000 0.661547 0.097699 0.097699 0.097699 +5521.260254 0.000000 1269.113403 0.000000 0.981907 0.000000 -0.189362 0.105961 0.105961 0.105961 +5508.047852 0.000000 1251.006348 0.000000 0.154529 0.000000 0.987988 0.095494 0.095494 0.095494 +5504.514160 0.000000 1258.737061 0.000000 0.237892 0.000000 0.971291 0.097106 0.097106 0.097106 +5549.375000 0.000000 1267.577881 0.000000 0.936088 0.000000 0.351766 0.098856 0.098856 0.098856 +5542.889160 0.000000 1266.095825 0.000000 0.687031 0.000000 0.726628 0.097411 0.097411 0.097411 +5510.424805 0.000000 1263.016357 0.000000 0.876883 0.000000 0.480703 0.110808 0.110808 0.110808 +5562.385254 0.000000 1245.248291 0.000000 0.228876 0.000000 0.973456 0.095735 0.095735 0.095735 +5542.686523 0.000000 1242.962036 0.000000 0.913822 0.000000 0.406115 0.106684 0.106684 0.106684 +5527.293457 0.000000 1266.221069 0.000000 0.964533 0.000000 -0.263964 0.103393 0.103393 0.103393 +5546.673340 0.000000 1242.800171 0.000000 0.047243 0.000000 0.998883 0.101281 0.101281 0.101281 +5556.003906 0.000000 1245.983765 0.000000 0.280038 0.000000 0.959989 0.095903 0.095903 0.095903 +5533.020508 0.000000 1255.486572 0.000000 0.042634 0.000000 0.999091 0.101265 0.101265 0.101265 +5532.431641 0.000000 1250.164062 0.000000 0.971738 0.000000 0.236062 0.108415 0.108415 0.108415 +5504.894531 0.000000 1272.956421 0.000000 0.959985 0.000000 -0.280050 0.104013 0.104013 0.104013 +5546.288574 0.000000 1265.804077 0.000000 0.544911 0.000000 0.838494 0.096834 0.096834 0.096834 +5515.406250 0.000000 1275.727051 0.000000 0.991929 0.000000 -0.126793 0.101811 0.101811 0.101811 +5539.104004 0.000000 1251.198364 0.000000 0.920335 0.000000 0.391131 0.104528 0.104528 0.104528 +5530.987305 0.000000 1242.744995 0.000000 0.866135 0.000000 0.499809 0.106873 0.106873 0.106873 +5526.628418 0.000000 1272.683472 0.000000 0.989868 0.000000 0.141989 0.099547 0.099547 0.099547 +5519.197266 0.000000 1254.289062 0.000000 0.326900 0.000000 0.945059 0.102249 0.102249 0.102249 +5538.857422 0.000000 1271.785156 0.000000 0.205393 0.000000 0.978680 0.095658 0.095658 0.095658 +5546.835938 0.000000 1248.662476 0.000000 0.642739 0.000000 0.766085 0.097222 0.097222 0.097222 +5529.661133 0.000000 1245.722412 0.000000 0.901977 0.000000 0.431785 0.107139 0.107139 0.107139 +5545.676758 0.000000 1260.723267 0.000000 0.048299 0.000000 0.998833 0.095154 0.095154 0.095154 +5513.084961 0.000000 1253.474121 0.000000 0.984997 0.000000 0.172573 0.099448 0.099448 0.099448 +5513.604492 0.000000 1270.110596 0.000000 0.994330 0.000000 0.106337 0.106640 0.106640 0.106640 +5548.194824 0.000000 1254.733643 0.000000 0.762391 0.000000 0.647117 0.097760 0.097760 0.097760 +5523.991699 0.000000 1275.883789 0.000000 0.509066 0.000000 0.860727 0.096700 0.096700 0.096700 +5552.746582 0.000000 1245.893921 0.000000 0.297295 0.000000 0.954786 0.096767 0.096767 0.096767 +5537.448730 0.000000 1265.953003 0.000000 0.972911 0.000000 -0.231178 0.100743 0.100743 0.100743 +5540.759766 0.000000 1264.032471 0.000000 0.999987 0.000000 0.005087 0.099984 0.099984 0.099984 +5517.099609 0.000000 1262.432861 0.000000 0.995385 0.000000 -0.095965 0.111826 0.111826 0.111826 +5534.961914 0.000000 1243.617554 0.000000 0.522232 0.000000 0.852803 0.104066 0.104066 0.104066 +5524.994629 0.000000 1245.208984 0.000000 0.428594 0.000000 0.903497 0.100461 0.100461 0.100461 +5524.094727 0.000000 1258.057129 0.000000 0.841039 0.000000 -0.540974 0.109520 0.109520 0.109520 +5520.939453 0.000000 1258.584961 0.000000 0.938265 0.000000 -0.345918 0.110472 0.110472 0.110472 +5539.200195 0.000000 1255.453247 0.000000 0.927319 0.000000 0.374272 0.101269 0.101269 0.101269 +5520.244141 0.000000 1271.854126 0.000000 0.762689 0.000000 0.646765 0.100773 0.100773 0.100773 +5531.635742 0.000000 1265.706665 0.000000 0.978076 0.000000 0.208248 0.099332 0.099332 0.099332 +5540.575195 0.000000 1245.045288 0.000000 0.325346 0.000000 0.945595 0.102781 0.102781 0.102781 +5540.029297 0.000000 1261.208984 0.000000 0.994140 0.000000 -0.108098 0.100345 0.100345 0.100345 +5529.706543 0.000000 1256.295654 0.000000 0.945272 0.000000 -0.326283 0.107003 0.107003 0.107003 +5520.186523 0.000000 1261.807495 0.000000 0.588539 0.000000 0.808469 0.105426 0.105426 0.105426 +5533.958984 0.000000 1252.856567 0.000000 0.868190 0.000000 -0.496232 0.109341 0.109341 0.109341 +5529.283691 0.000000 1264.274048 0.000000 0.977229 0.000000 0.212185 0.100710 0.100710 0.100710 +5518.979980 0.000000 1267.496460 0.000000 0.992757 0.000000 -0.120141 0.108538 0.108538 0.108538 +5525.235840 0.000000 1262.517334 0.000000 0.480167 0.000000 0.877177 0.101194 0.101194 0.101194 +5515.616211 0.000000 1271.997437 0.000000 0.989704 0.000000 0.143131 0.106514 0.106514 0.106514 +5526.782715 0.000000 1249.959595 0.000000 0.918574 0.000000 0.395248 0.105619 0.105619 0.105619 +5527.068359 0.000000 1247.167358 0.000000 0.425198 0.000000 0.905100 0.103149 0.103149 0.103149 +5510.395508 0.000000 1272.711914 0.000000 0.978375 0.000000 0.206840 0.104067 0.104067 0.104067 +5527.408203 0.000000 1254.494385 0.000000 0.928429 0.000000 0.371510 0.106260 0.106260 0.106260 +5511.408691 0.000000 1260.493774 0.000000 0.992269 0.000000 -0.124105 0.110239 0.110239 0.110239 +5542.824707 0.000000 1247.894165 0.000000 0.996759 0.000000 -0.080450 0.105592 0.105592 0.105592 +5521.436523 0.000000 1266.525269 0.000000 0.987126 0.000000 -0.159947 0.107550 0.107550 0.107550 +5518.686523 0.000000 1257.247681 0.000000 0.050057 0.000000 0.998746 0.102356 0.102356 0.102356 +5523.640625 0.000000 1267.968018 0.000000 0.967224 0.000000 0.253926 0.105017 0.105017 0.105017 +5547.690430 0.000000 1246.220215 0.000000 0.999988 0.000000 0.004926 0.101385 0.101385 0.101385 +5512.173828 0.000000 1264.922607 0.000000 0.996621 0.000000 0.082131 0.113987 0.113987 0.113987 +5515.442871 0.000000 1260.464844 0.000000 0.067889 0.000000 0.997693 0.105085 0.105085 0.105085 +5541.463867 0.000000 1250.261597 0.000000 0.361098 0.000000 0.932528 0.100217 0.100217 0.100217 +5522.498535 0.000000 1246.474243 0.000000 0.922105 0.000000 0.386941 0.101224 0.101224 0.101224 +5524.805176 0.000000 1242.723755 0.000000 0.003164 0.000000 0.999995 0.098470 0.098470 0.098470 +5522.128418 0.000000 1263.417847 0.000000 0.949013 0.000000 0.315237 0.105910 0.105910 0.105910 +5532.928223 0.000000 1260.536377 0.000000 0.946393 0.000000 0.323017 0.100339 0.100339 0.100339 +5523.362793 0.000000 1270.644043 0.000000 0.558043 0.000000 0.829812 0.098241 0.098241 0.098241 +5523.894531 0.000000 1250.427979 0.000000 0.307266 0.000000 0.951624 0.101641 0.101641 0.101641 +5531.678223 0.000000 1247.670410 0.000000 0.248841 0.000000 0.968544 0.105193 0.105193 0.105193 +5528.077637 0.000000 1252.052734 0.000000 0.806022 0.000000 0.591885 0.104845 0.104845 0.104845 +5537.641602 0.000000 1260.734863 0.000000 0.917174 0.000000 -0.398487 0.102156 0.102156 0.102156 +5511.143066 0.000000 1270.040771 0.000000 0.978896 0.000000 -0.204360 0.108268 0.108268 0.108268 +5530.245605 0.000000 1261.168091 0.000000 0.988493 0.000000 -0.151269 0.102454 0.102454 0.102454 +5506.944824 0.000000 1260.052246 0.000000 0.149506 0.000000 0.988761 0.100559 0.100559 0.100559 +5537.365723 0.000000 1252.831055 0.000000 0.944295 0.000000 0.329099 0.104752 0.104752 0.104752 +5534.816895 0.000000 1257.093994 0.000000 0.258131 0.000000 0.966110 0.100394 0.100394 0.100394 +5506.627930 0.000000 1271.363403 0.000000 0.302537 0.000000 0.953138 0.102700 0.102700 0.102700 +5508.756836 0.000000 1261.449463 0.000000 0.589835 0.000000 0.807524 0.104888 0.104888 0.104888 +5510.028809 0.000000 1265.585815 0.000000 0.856049 0.000000 0.516895 0.111208 0.111208 0.111208 +5527.105957 0.000000 1263.892944 0.000000 0.271610 0.000000 0.962408 0.100441 0.100441 0.100441 +5544.647949 0.000000 1243.982910 0.000000 0.276798 0.000000 0.960928 0.102608 0.102608 0.102608 +5542.792969 0.000000 1245.468262 0.000000 0.695677 0.000000 0.718354 0.103727 0.103727 0.103727 +5549.143066 0.000000 1242.958618 0.000000 0.885864 0.000000 0.463944 0.103705 0.103705 0.103705 +5537.049316 0.000000 1243.906494 0.000000 0.998090 0.000000 0.061775 0.107351 0.107351 0.107351 +5531.966309 0.000000 1252.269409 0.000000 0.165596 0.000000 0.986194 0.102754 0.102754 0.102754 +5507.099121 0.000000 1269.357910 0.000000 0.645673 0.000000 0.763614 0.105678 0.105678 0.105678 +5533.096680 0.000000 1243.052490 0.000000 0.607074 0.000000 0.794645 0.104962 0.104962 0.104962 +5514.704590 0.000000 1265.398804 0.000000 0.552048 0.000000 0.833812 0.110156 0.110156 0.110156 +5512.404785 0.000000 1263.084106 0.000000 0.999935 0.000000 0.011405 0.113684 0.113684 0.113684 +5613.516602 0.000000 1257.389526 0.000000 0.949384 0.000000 0.314119 0.098983 0.098983 0.098983 +5606.230957 0.000000 1281.185303 0.000000 0.864580 0.000000 0.502495 0.098324 0.098324 0.098324 +5596.793945 0.000000 1245.498047 0.000000 0.550964 0.000000 0.834529 0.096857 0.096857 0.096857 +5580.978516 0.000000 1243.392212 0.000000 0.419490 0.000000 0.907760 0.096378 0.096378 0.096378 +5599.453613 0.000000 1259.386353 0.000000 0.780947 0.000000 0.624597 0.097853 0.097853 0.097853 +5586.127930 0.000000 1255.932251 0.000000 0.383652 0.000000 0.923478 0.096253 0.096253 0.096253 +5609.563477 0.000000 1269.147217 0.000000 0.998623 0.000000 0.052464 0.099833 0.099833 0.099833 +5608.832520 0.000000 1246.157349 0.000000 0.909694 0.000000 0.415279 0.098637 0.098637 0.098637 +5617.272949 0.000000 1276.281128 0.000000 0.992071 0.000000 -0.125679 0.100401 0.100401 0.100401 +5623.638184 0.000000 1258.399658 0.000000 0.904236 0.000000 0.427034 0.098596 0.098596 0.098596 +5582.007324 0.000000 1273.546509 0.000000 0.170511 0.000000 0.985356 0.095545 0.095545 0.095545 +5588.569336 0.000000 1248.042725 0.000000 0.999800 0.000000 -0.019994 0.100064 0.100064 0.100064 +5605.432617 0.000000 1253.683350 0.000000 0.656077 0.000000 0.754694 0.097278 0.097278 0.097278 +5590.478027 0.000000 1277.549561 0.000000 0.865849 0.000000 -0.500305 0.101668 0.101668 0.101668 +5594.122559 0.000000 1253.464600 0.000000 0.436746 0.000000 0.899585 0.096439 0.096439 0.096439 +5606.893555 0.000000 1262.103638 0.000000 0.420874 0.000000 0.907119 0.096383 0.096383 0.096383 +5598.530273 0.000000 1266.116333 0.000000 0.875724 0.000000 0.482813 0.098396 0.098396 0.098396 +5622.816895 0.000000 1243.906982 0.000000 0.999005 0.000000 0.044604 0.099858 0.099858 0.099858 +5609.385742 0.000000 1275.574341 0.000000 0.829129 0.000000 -0.559057 0.101888 0.101888 0.101888 +5582.873047 0.000000 1250.703369 0.000000 0.688861 0.000000 0.724894 0.097419 0.097419 0.097419 +5629.292480 0.000000 1255.215210 0.000000 0.990418 0.000000 0.138098 0.099559 0.099559 0.099559 +5599.826172 0.000000 1250.778687 0.000000 0.448419 0.000000 0.893824 0.096480 0.096480 0.096480 +5618.789551 0.000000 1254.743530 0.000000 0.948929 0.000000 -0.315488 0.101022 0.101022 0.101022 +5594.074219 0.000000 1273.172729 0.000000 0.896606 0.000000 0.442829 0.098540 0.098540 0.098540 +5618.584961 0.000000 1270.550537 0.000000 0.899921 0.000000 -0.436053 0.101436 0.101436 0.101436 +5591.491699 0.000000 1243.287720 0.000000 0.932856 0.000000 0.360250 0.098827 0.098827 0.098827 +5604.276367 0.000000 1275.902954 0.000000 0.867544 0.000000 0.497361 0.098343 0.098343 0.098343 +5613.434082 0.000000 1272.385498 0.000000 0.270039 0.000000 0.962849 0.095870 0.095870 0.095870 +5604.045898 0.000000 1247.931152 0.000000 0.980868 0.000000 -0.194672 0.100624 0.100624 0.100624 +5612.083496 0.000000 1262.717285 0.000000 0.999743 0.000000 -0.022689 0.100072 0.100072 0.100072 +5586.283691 0.000000 1243.788940 0.000000 0.949913 0.000000 0.312515 0.098988 0.098988 0.098988 +5608.763184 0.000000 1257.778442 0.000000 0.940656 0.000000 -0.339361 0.101102 0.101102 0.101102 +5594.364746 0.000000 1268.217529 0.000000 0.594820 0.000000 0.803859 0.097028 0.097028 0.097028 +5603.991211 0.000000 1258.382690 0.000000 0.074800 0.000000 0.997199 0.095238 0.095238 0.095238 +5593.237793 0.000000 1248.815186 0.000000 0.402257 0.000000 0.915527 0.096318 0.096318 0.096318 +5587.771973 0.000000 1265.281738 0.000000 0.913181 0.000000 0.407554 0.098664 0.098664 0.098664 +5602.015137 0.000000 1263.151733 0.000000 0.857580 0.000000 0.514351 0.098280 0.098280 0.098280 +5622.173828 0.000000 1248.840454 0.000000 0.066058 0.000000 0.997816 0.095210 0.095210 0.095210 +5600.426758 0.000000 1255.094116 0.000000 0.236561 0.000000 0.971617 0.095760 0.095760 0.095760 +5595.131348 0.000000 1258.777466 0.000000 0.889047 0.000000 -0.457816 0.101514 0.101514 0.101514 +5606.535645 0.000000 1272.164307 0.000000 0.992541 0.000000 -0.121910 0.100389 0.100389 0.100389 +5595.932617 0.000000 1262.925903 0.000000 0.946692 0.000000 0.322140 0.098956 0.098956 0.098956 +5613.375000 0.000000 1267.577881 0.000000 0.342095 0.000000 0.939665 0.096111 0.096111 0.096111 +5606.889160 0.000000 1266.095825 0.000000 0.309714 0.000000 0.950830 0.096002 0.096002 0.096002 +5591.293457 0.000000 1266.221069 0.000000 0.955509 0.000000 0.294960 0.099047 0.099047 0.099047 +5610.673340 0.000000 1242.800171 0.000000 0.982392 0.000000 0.186829 0.099402 0.099402 0.099402 +5614.042969 0.000000 1248.510864 0.000000 0.994035 0.000000 0.109058 0.099652 0.099652 0.099652 +5596.431641 0.000000 1250.164062 0.000000 0.755088 0.000000 0.655623 0.097724 0.097724 0.097724 +5610.288574 0.000000 1265.804077 0.000000 0.872855 0.000000 0.487980 0.098377 0.098377 0.098377 +5603.104004 0.000000 1251.198364 0.000000 0.032785 0.000000 0.999462 0.095104 0.095104 0.095104 +5609.676758 0.000000 1260.723267 0.000000 0.947723 0.000000 -0.319094 0.101034 0.101034 0.101034 +5643.959473 0.000000 1178.178345 0.000000 0.922522 0.000000 0.385945 0.098739 0.098739 0.098739 +5632.254883 0.000000 1176.828369 0.000000 0.974495 0.000000 0.224409 0.099280 0.099280 0.099280 +5644.978516 0.000000 1186.907837 0.000000 0.977821 0.000000 -0.209441 0.100672 0.100672 0.100672 +5688.065918 0.000000 1211.534424 0.000000 0.883568 0.000000 -0.468302 0.101551 0.101551 0.101551 +5669.982422 0.000000 1236.433716 0.000000 0.314731 0.000000 0.949181 0.096019 0.096019 0.096019 +5690.368164 0.000000 1238.097778 0.000000 0.674249 0.000000 0.738504 0.097355 0.097355 0.097355 +5679.722656 0.000000 1230.491577 0.000000 0.959457 0.000000 -0.281853 0.100909 0.100909 0.100909 +5681.272949 0.000000 1219.796753 0.000000 0.923128 0.000000 0.384493 0.098744 0.098744 0.098744 +5634.396484 0.000000 1188.034058 0.000000 0.852066 0.000000 -0.523434 0.101753 0.101753 0.101753 +5643.959473 0.000000 1234.662720 0.000000 0.711499 0.000000 0.702687 0.097520 0.097520 0.097520 +5695.487305 0.000000 1216.399536 0.000000 0.176774 0.000000 0.984251 0.095566 0.095566 0.095566 +5632.254883 0.000000 1233.312744 0.000000 0.180046 0.000000 0.983658 0.095576 0.095576 0.095576 +5680.541992 0.000000 1208.757080 0.000000 0.458566 0.000000 0.888660 0.096516 0.096516 0.096516 +5652.089355 0.000000 1230.988770 0.000000 0.901847 0.000000 0.432055 0.098578 0.098578 0.098578 +5688.550781 0.000000 1219.031006 0.000000 0.967610 0.000000 0.252449 0.099188 0.099188 0.099188 +5683.456055 0.000000 1236.460083 0.000000 0.997249 0.000000 -0.074131 0.100236 0.100236 0.100236 +5676.662598 0.000000 1236.752075 0.000000 0.071334 0.000000 0.997452 0.095227 0.095227 0.095227 +5673.260742 0.000000 1230.394043 0.000000 0.878917 0.000000 -0.476975 0.101583 0.101583 0.101583 +5673.385742 0.000000 1219.089966 0.000000 0.996717 0.000000 -0.080959 0.100258 0.100258 0.100258 +5657.621582 0.000000 1234.046753 0.000000 0.704844 0.000000 0.709362 0.097490 0.097490 0.097490 +5693.248047 0.000000 1232.173950 0.000000 0.900763 0.000000 0.434311 0.098570 0.098570 0.098570 +5687.107910 0.000000 1231.373169 0.000000 0.840996 0.000000 0.541042 0.098180 0.098180 0.098180 +5646.953125 0.000000 1240.143555 0.000000 0.998891 0.000000 0.047082 0.099850 0.099850 0.099850 +5682.584961 0.000000 1214.066162 0.000000 0.973566 0.000000 0.228407 0.099266 0.099266 0.099266 +5632.098633 0.000000 1193.120850 0.000000 0.444910 0.000000 0.895575 0.096468 0.096468 0.096468 +5695.586426 0.000000 1239.606445 0.000000 0.566130 0.000000 0.824316 0.096916 0.096916 0.096916 +5639.914551 0.000000 1188.008789 0.000000 0.809422 0.000000 0.587228 0.098002 0.098002 0.098002 +5668.276367 0.000000 1219.418579 0.000000 0.977961 0.000000 0.208789 0.099330 0.099330 0.099330 +5677.434082 0.000000 1215.901123 0.000000 0.917196 0.000000 -0.398437 0.101304 0.101304 0.101304 +5648.971680 0.000000 1235.348877 0.000000 0.835732 0.000000 -0.549137 0.101850 0.101850 0.101850 +5646.875488 0.000000 1230.933960 0.000000 0.970474 0.000000 0.241206 0.099225 0.099225 0.099225 +5658.709961 0.000000 1223.211792 0.000000 0.022324 0.000000 0.999751 0.095071 0.095071 0.095071 +5635.505371 0.000000 1229.598022 0.000000 0.861467 0.000000 -0.507813 0.101695 0.101695 0.101695 +5653.668945 0.000000 1195.960815 0.000000 0.717778 0.000000 0.696272 0.097548 0.097548 0.097548 +5643.786133 0.000000 1191.224854 0.000000 0.956037 0.000000 -0.293246 0.100947 0.100947 0.100947 +5669.098633 0.000000 1229.042847 0.000000 0.041172 0.000000 0.999152 0.095131 0.095131 0.095131 +5633.884766 0.000000 1237.224365 0.000000 0.903731 0.000000 -0.428101 0.101408 0.101408 0.101408 +5636.047852 0.000000 1194.521973 0.000000 0.996731 0.000000 0.080787 0.099743 0.099743 0.099743 +5632.163086 0.000000 1220.918457 0.000000 0.936179 0.000000 0.351524 0.099134 0.099134 0.099134 +5661.237305 0.000000 1219.694092 0.000000 0.704302 0.000000 0.709900 0.098307 0.098307 0.098307 +5663.334473 0.000000 1227.157349 0.000000 0.260680 0.000000 0.965425 0.095839 0.095839 0.095839 +5632.514160 0.000000 1202.252686 0.000000 0.914851 0.000000 -0.403792 0.103877 0.103877 0.103877 +5688.315430 0.000000 1223.180908 0.000000 0.535421 0.000000 0.844585 0.096798 0.096798 0.096798 +5643.941895 0.000000 1227.975952 0.000000 0.760775 0.000000 0.649016 0.097752 0.097752 0.097752 +5640.908691 0.000000 1232.071899 0.000000 0.508104 0.000000 0.861296 0.096697 0.096697 0.096697 +5689.910645 0.000000 1234.122925 0.000000 0.583230 0.000000 0.812307 0.096982 0.096982 0.096982 +5693.507812 0.000000 1235.948608 0.000000 0.952331 0.000000 0.305068 0.099013 0.099013 0.099013 +5649.939453 0.000000 1227.967407 0.000000 0.690533 0.000000 0.723300 0.097426 0.097426 0.097426 +5666.735840 0.000000 1225.824951 0.000000 0.380091 0.000000 0.924949 0.096241 0.096241 0.096241 +5636.957520 0.000000 1226.018921 0.000000 0.966168 0.000000 -0.257912 0.100830 0.100830 0.100830 +5687.060547 0.000000 1227.771606 0.000000 0.998873 0.000000 0.047462 0.099849 0.099849 0.099849 +5673.204590 0.000000 1222.733276 0.000000 0.831648 0.000000 -0.555303 0.101874 0.101874 0.101874 +5673.656250 0.000000 1226.281616 0.000000 0.439421 0.000000 0.898281 0.096448 0.096448 0.096448 +5641.866211 0.000000 1225.244263 0.000000 0.903687 0.000000 -0.428194 0.101408 0.101408 0.101408 +5690.305176 0.000000 1230.153320 0.000000 0.989584 0.000000 0.143956 0.099540 0.099540 0.099540 +5632.009766 0.000000 1228.364380 0.000000 0.882237 0.000000 0.470805 0.098440 0.098440 0.098440 +5693.611816 0.000000 1224.931519 0.000000 0.942371 0.000000 -0.334569 0.101086 0.101086 0.101086 +5654.628418 0.000000 1216.199097 0.000000 0.984315 0.000000 -0.176422 0.104790 0.104790 0.104790 +5647.197266 0.000000 1197.804688 0.000000 0.311110 0.000000 0.950374 0.096007 0.096007 0.096007 +5667.666992 0.000000 1222.658081 0.000000 0.743489 0.000000 0.668748 0.097668 0.097668 0.097668 +5666.857422 0.000000 1215.300781 0.000000 0.823362 0.000000 0.567516 0.098079 0.098079 0.098079 +5656.572266 0.000000 1225.636230 0.000000 0.892750 0.000000 0.450551 0.098512 0.098512 0.098512 +5665.099609 0.000000 1220.121582 0.000000 0.975834 0.000000 0.218514 0.099299 0.099299 0.099299 +5635.510742 0.000000 1233.099854 0.000000 0.971784 0.000000 0.235873 0.099242 0.099242 0.099242 +5643.486816 0.000000 1194.731445 0.000000 0.585579 0.000000 0.810615 0.096991 0.096991 0.096991 +5641.604492 0.000000 1213.626221 0.000000 0.617504 0.000000 0.786567 0.103376 0.103376 0.103376 +5651.991699 0.000000 1219.399414 0.000000 0.956191 0.000000 -0.292743 0.105753 0.105753 0.105753 +5670.581055 0.000000 1221.296265 0.000000 0.981960 0.000000 -0.189088 0.100606 0.100606 0.100606 +5632.936035 0.000000 1208.781372 0.000000 0.204287 0.000000 0.978911 0.100210 0.100210 0.100210 +5635.820801 0.000000 1199.977295 0.000000 0.996656 0.000000 -0.081709 0.101103 0.101103 0.101103 +5645.099609 0.000000 1205.948486 0.000000 0.970851 0.000000 0.239683 0.101731 0.101731 0.101731 +5656.795410 0.000000 1214.084106 0.000000 0.715756 0.000000 0.698351 0.099998 0.099998 0.099998 +5639.213379 0.000000 1224.371948 0.000000 0.848833 0.000000 -0.528662 0.101773 0.101773 0.101773 +5659.635742 0.000000 1209.222290 0.000000 0.861159 0.000000 0.508335 0.098303 0.098303 0.098303 +5660.947754 0.000000 1216.243652 0.000000 0.533695 0.000000 0.845677 0.097605 0.097605 0.097605 +5648.186523 0.000000 1205.323120 0.000000 0.902984 0.000000 -0.429674 0.102266 0.102266 0.102266 +5633.451660 0.000000 1195.564331 0.000000 0.998631 0.000000 0.052310 0.099833 0.099833 0.099833 +5646.979980 0.000000 1211.012085 0.000000 0.059975 0.000000 0.998200 0.101324 0.101324 0.101324 +5640.614258 0.000000 1199.700684 0.000000 0.986900 0.000000 0.161334 0.099484 0.099484 0.099484 +5652.984863 0.000000 1223.369873 0.000000 0.931837 0.000000 0.362877 0.099648 0.099648 0.099648 +5638.395508 0.000000 1216.227539 0.000000 0.981589 0.000000 0.191006 0.104121 0.104121 0.104121 +5639.408691 0.000000 1204.009399 0.000000 0.530692 0.000000 0.847565 0.100847 0.100847 0.100847 +5634.822754 0.000000 1220.140015 0.000000 0.008320 0.000000 0.999965 0.095293 0.095293 0.095293 +5644.721191 0.000000 1224.496704 0.000000 0.237353 0.000000 0.971423 0.095763 0.095763 0.095763 +5648.716797 0.000000 1218.269653 0.000000 0.955880 0.000000 -0.293759 0.106322 0.106322 0.106322 +5635.913086 0.000000 1197.108398 0.000000 0.895867 0.000000 0.444323 0.098534 0.098534 0.098534 +5640.173828 0.000000 1208.438232 0.000000 0.999754 0.000000 0.022193 0.106367 0.106367 0.106367 +5646.389160 0.000000 1219.556641 0.000000 0.695065 0.000000 0.718947 0.102632 0.102632 0.102632 +5650.128418 0.000000 1206.933472 0.000000 0.633915 0.000000 0.773403 0.099636 0.099636 0.099636 +5647.870117 0.000000 1222.994751 0.000000 0.998195 0.000000 -0.060056 0.101595 0.101595 0.101595 +5655.339844 0.000000 1218.579346 0.000000 0.938742 0.000000 0.344621 0.101927 0.101927 0.101927 +5651.362793 0.000000 1214.159668 0.000000 0.999800 0.000000 -0.020009 0.106510 0.106510 0.106510 +5645.872070 0.000000 1214.574341 0.000000 0.865613 0.000000 -0.500713 0.107650 0.107650 0.107650 +5659.190918 0.000000 1214.481323 0.000000 0.985226 0.000000 0.171259 0.101402 0.101402 0.101402 +5639.143066 0.000000 1213.556396 0.000000 0.967467 0.000000 -0.252998 0.107309 0.107309 0.107309 +5634.944824 0.000000 1203.567871 0.000000 0.531971 0.000000 0.846763 0.099768 0.099768 0.099768 +5637.141602 0.000000 1211.678101 0.000000 0.897868 0.000000 0.440265 0.105450 0.105450 0.105450 +5634.627930 0.000000 1214.879028 0.000000 0.990925 0.000000 0.134417 0.104312 0.104312 0.104312 +5636.756836 0.000000 1204.965088 0.000000 0.004352 0.000000 0.999991 0.099006 0.099006 0.099006 +5636.248535 0.000000 1207.471802 0.000000 0.989896 0.000000 0.141798 0.105403 0.105403 0.105403 +5638.028809 0.000000 1209.101440 0.000000 0.774753 0.000000 0.632265 0.104671 0.104671 0.104671 +5634.069824 0.000000 1210.993530 0.000000 0.944801 0.000000 0.327644 0.105312 0.105312 0.105312 +5641.322266 0.000000 1205.139526 0.000000 0.930639 0.000000 -0.365938 0.106011 0.106011 0.106011 +5717.208496 0.000000 1226.051147 0.000000 0.996526 0.000000 -0.083279 0.100265 0.100265 0.100265 +5712.971680 0.000000 1235.348877 0.000000 0.997351 0.000000 -0.072737 0.100232 0.100232 0.100232 +5721.505859 0.000000 1239.943604 0.000000 0.998835 0.000000 0.048258 0.099846 0.099846 0.099846 +5696.156738 0.000000 1241.072021 0.000000 0.362155 0.000000 0.932118 0.096180 0.096180 0.096180 +5704.908691 0.000000 1232.071899 0.000000 0.989112 0.000000 0.147164 0.099530 0.099530 0.099530 +5702.507812 0.000000 1238.263062 0.000000 0.484584 0.000000 0.874745 0.096610 0.096610 0.096610 +5702.057129 0.000000 1231.109619 0.000000 0.999971 0.000000 -0.007636 0.100024 0.100024 0.100024 +5633.451172 0.000000 1254.831909 0.000000 0.373457 0.000000 0.927647 0.096218 0.096218 0.096218 +5644.978516 0.000000 1243.392212 0.000000 0.867108 0.000000 -0.498121 0.101660 0.101660 0.101660 +5690.807129 0.000000 1249.310791 0.000000 0.640440 0.000000 0.768008 0.097212 0.097212 0.097212 +5641.400879 0.000000 1258.775391 0.000000 0.988767 0.000000 0.149468 0.099522 0.099522 0.099522 +5640.407715 0.000000 1250.468628 0.000000 0.271567 0.000000 0.962420 0.095875 0.095875 0.095875 +5634.500488 0.000000 1262.400269 0.000000 0.562087 0.000000 0.827078 0.096900 0.096900 0.096900 +5693.512207 0.000000 1242.682373 0.000000 0.998475 0.000000 0.055208 0.099824 0.099824 0.099824 +5686.816895 0.000000 1243.906982 0.000000 0.986817 0.000000 -0.161840 0.100517 0.100517 0.100517 +5639.914551 0.000000 1244.493164 0.000000 0.860249 0.000000 -0.509874 0.101703 0.101703 0.101703 +5643.786133 0.000000 1247.709229 0.000000 0.163962 0.000000 0.986467 0.095524 0.095524 0.095524 +5637.464844 0.000000 1247.438232 0.000000 0.853511 0.000000 -0.521074 0.101745 0.101745 0.101745 +5707.786133 0.000000 1247.709229 0.000000 0.683518 0.000000 0.729934 0.097396 0.097396 0.097396 +4205.516602 0.000000 2274.108398 0.000000 0.938261 0.000000 0.345928 0.098876 0.098876 0.098876 +4208.541992 0.000000 2281.960205 0.000000 0.427751 0.000000 0.903896 0.097217 0.097217 0.097217 +4210.789551 0.000000 2271.462402 0.000000 0.508246 0.000000 0.861212 0.096697 0.096697 0.096697 +4210.842773 0.000000 2277.244873 0.000000 0.815254 0.000000 -0.579104 0.119389 0.119389 0.119389 +4204.083496 0.000000 2279.436035 0.000000 0.266947 0.000000 0.963711 0.095860 0.095860 0.095860 +4213.994141 0.000000 2280.661133 0.000000 0.569500 0.000000 0.821991 0.100458 0.100458 0.100458 +4211.863281 0.000000 2283.747803 0.000000 0.000717 0.000000 1.000000 0.095002 0.095002 0.095002 +4207.145508 0.000000 2277.522949 0.000000 0.450733 0.000000 0.892659 0.096488 0.096488 0.096488 +4212.463867 0.000000 2274.456787 0.000000 0.982832 0.000000 0.184501 0.107485 0.107485 0.107485 +4215.819336 0.000000 2278.205811 0.000000 0.998338 0.000000 -0.057625 0.103832 0.103832 0.103832 +4211.016113 0.000000 2280.226074 0.000000 0.885170 0.000000 -0.465269 0.106945 0.106945 0.106945 +4213.428223 0.000000 2277.216309 0.000000 0.995804 0.000000 -0.091511 0.116867 0.116867 0.116867 +4208.587891 0.000000 2279.628174 0.000000 0.979510 0.000000 0.201396 0.107982 0.107982 0.107982 +4208.914551 0.000000 2276.558594 0.000000 0.134780 0.000000 0.990876 0.104252 0.104252 0.104252 +4212.679199 0.000000 2279.064209 0.000000 0.634730 0.000000 0.772734 0.108895 0.108895 0.108895 +4209.519043 0.000000 2322.188965 0.000000 0.993344 0.000000 -0.115190 0.100367 0.100367 0.100367 +4223.958008 0.000000 2336.758301 0.000000 0.808304 0.000000 0.588765 0.097996 0.097996 0.097996 +4216.550781 0.000000 2348.718506 0.000000 1.000000 0.000000 -0.000864 0.100003 0.100003 0.100003 +4204.760254 0.000000 2354.364502 0.000000 0.242706 0.000000 0.970100 0.095780 0.095780 0.095780 +4201.385742 0.000000 2348.777588 0.000000 0.977670 0.000000 0.210144 0.099326 0.099326 0.099326 +4215.107910 0.000000 2361.060791 0.000000 0.993519 0.000000 0.113662 0.099637 0.099637 0.099637 +4205.434082 0.000000 2345.588623 0.000000 0.981672 0.000000 0.190580 0.101338 0.101338 0.101338 +4198.535645 0.000000 2345.367432 0.000000 0.078128 0.000000 0.996943 0.095249 0.095249 0.095249 +4219.211426 0.000000 2345.477539 0.000000 0.767019 0.000000 0.641624 0.097783 0.097783 0.097783 +4214.381836 0.000000 2345.187012 0.000000 0.846576 0.000000 -0.532267 0.101787 0.101787 0.101787 +4222.624512 0.000000 2324.679443 0.000000 0.942074 0.000000 0.335406 0.098911 0.098911 0.098911 +4208.647949 0.000000 2356.335205 0.000000 0.897248 0.000000 0.441526 0.098544 0.098544 0.098544 +4211.863281 0.000000 2340.232178 0.000000 0.195121 0.000000 0.980779 0.095625 0.095625 0.095625 +4211.759277 0.000000 2347.224121 0.000000 0.961599 0.000000 0.274457 0.099115 0.099115 0.099115 +4218.637207 0.000000 2342.792969 0.000000 0.403430 0.000000 0.915010 0.096322 0.096322 0.096322 +4220.013184 0.000000 2330.724121 0.000000 0.749982 0.000000 0.661458 0.101804 0.101804 0.101804 +4213.428223 0.000000 2333.700684 0.000000 0.455616 0.000000 0.890176 0.096506 0.096506 0.096506 +4216.346680 0.000000 2338.060303 0.000000 0.999277 0.000000 0.038006 0.101278 0.101278 0.101278 +4201.128906 0.000000 2336.725098 0.000000 0.927756 0.000000 0.373188 0.103487 0.103487 0.103487 +4221.251953 0.000000 2322.673828 0.000000 0.440036 0.000000 0.897980 0.098342 0.098342 0.098342 +4222.948242 0.000000 2318.013428 0.000000 0.901468 0.000000 0.432846 0.099956 0.099956 0.099956 +4220.008301 0.000000 2358.136475 0.000000 0.601458 0.000000 0.798904 0.101132 0.101132 0.101132 +4239.130859 0.000000 2298.746826 0.000000 0.995310 0.000000 0.096739 0.099692 0.099692 0.099692 +4250.979980 0.000000 2301.207764 0.000000 0.841113 0.000000 -0.540859 0.101819 0.101819 0.101819 +4254.530273 0.000000 2282.834961 0.000000 0.309987 0.000000 0.950741 0.096003 0.096003 0.096003 +4238.953125 0.000000 2313.346680 0.000000 0.998812 0.000000 -0.048720 0.102119 0.102119 0.102119 +4245.208496 0.000000 2299.254150 0.000000 0.028325 0.000000 0.999599 0.097487 0.097487 0.097487 +4240.971680 0.000000 2308.552002 0.000000 0.455272 0.000000 0.890352 0.124888 0.124888 0.124888 +4249.505859 0.000000 2313.146729 0.000000 0.967400 0.000000 -0.253252 0.122559 0.122559 0.122559 +4251.932617 0.000000 2279.644531 0.000000 0.894218 0.000000 -0.447632 0.101762 0.101762 0.101762 +4247.371094 0.000000 2302.388916 0.000000 0.841782 0.000000 0.539817 0.118812 0.118812 0.118812 +4242.579102 0.000000 2314.563965 0.000000 0.992455 0.000000 0.122611 0.099609 0.099609 0.099609 +4236.457520 0.000000 2311.150879 0.000000 0.113401 0.000000 0.993549 0.095362 0.095362 0.095362 +4249.916992 0.000000 2304.141113 0.000000 0.934165 0.000000 -0.356841 0.109946 0.109946 0.109946 +4245.934570 0.000000 2314.187012 0.000000 0.084482 0.000000 0.996425 0.096070 0.096070 0.096070 +4247.191895 0.000000 2305.265625 0.000000 0.863314 0.000000 -0.504666 0.131021 0.131021 0.131021 +4252.380371 0.000000 2314.225342 0.000000 0.879962 0.000000 0.475043 0.101457 0.101457 0.101457 +4236.083496 0.000000 2304.888916 0.000000 0.872326 0.000000 0.488924 0.098649 0.098649 0.098649 +4238.604980 0.000000 2306.951904 0.000000 0.894475 0.000000 0.447118 0.118119 0.118119 0.118119 +4230.395508 0.000000 2289.430664 0.000000 0.987927 0.000000 -0.154917 0.104155 0.104155 0.104155 +4236.375000 0.000000 2314.042725 0.000000 0.993851 0.000000 -0.110726 0.101196 0.101196 0.101196 +4243.443848 0.000000 2309.294678 0.000000 0.999989 0.000000 -0.004668 0.130552 0.130552 0.130552 +4244.436035 0.000000 2301.646973 0.000000 0.155270 0.000000 0.987872 0.113954 0.113954 0.113954 +4238.401855 0.000000 2301.070801 0.000000 0.996306 0.000000 0.085876 0.106710 0.106710 0.106710 +4243.253418 0.000000 2306.961670 0.000000 0.764668 0.000000 0.644424 0.143507 0.143507 0.143507 +4247.348633 0.000000 2312.373535 0.000000 0.949416 0.000000 -0.314020 0.116580 0.116580 0.116580 +4230.028809 0.000000 2282.304688 0.000000 0.877557 0.000000 -0.479472 0.111552 0.111552 0.111552 +4241.493164 0.000000 2303.347900 0.000000 0.810573 0.000000 0.585637 0.133423 0.133423 0.133423 +4251.673340 0.000000 2312.148438 0.000000 0.184846 0.000000 0.982768 0.108177 0.108177 0.108177 +4248.641113 0.000000 2315.099609 0.000000 0.960474 0.000000 0.278368 0.120477 0.120477 0.120477 +4249.618652 0.000000 2311.052246 0.000000 0.996626 0.000000 0.082078 0.118457 0.118457 0.118457 +4247.416992 0.000000 2307.307861 0.000000 0.993982 0.000000 0.109544 0.127285 0.127285 0.127285 +4245.843750 0.000000 2309.659668 0.000000 0.506276 0.000000 0.862372 0.121878 0.121878 0.121878 +4250.529785 0.000000 2314.781738 0.000000 0.759686 0.000000 0.650290 0.111163 0.111163 0.111163 +4245.101562 0.000000 2305.825928 0.000000 0.225255 0.000000 0.974300 0.132994 0.132994 0.132994 +4245.917480 0.000000 2303.637207 0.000000 0.963217 0.000000 -0.268726 0.135053 0.135053 0.135053 +4249.774414 0.000000 2309.074219 0.000000 0.971641 0.000000 0.236463 0.116197 0.116197 0.116197 +4240.024902 0.000000 2300.793701 0.000000 0.997116 0.000000 -0.075896 0.118493 0.118493 0.118493 +4242.010742 0.000000 2309.907959 0.000000 0.659756 0.000000 0.751480 0.126999 0.126999 0.126999 +4242.634277 0.000000 2304.643555 0.000000 0.364652 0.000000 0.931144 0.144417 0.144417 0.144417 +4239.354980 0.000000 2305.597168 0.000000 0.994568 0.000000 0.104085 0.121723 0.121723 0.121723 +4240.398438 0.000000 2304.431396 0.000000 0.812201 0.000000 -0.583378 0.145690 0.145690 0.145690 +4241.775879 0.000000 2306.948242 0.000000 0.377393 0.000000 0.926053 0.134239 0.134239 0.134239 +4292.458496 0.000000 2313.841064 0.000000 0.329038 0.000000 0.944317 0.096067 0.096067 0.096067 +4318.236816 0.000000 2311.904785 0.000000 0.051995 0.000000 0.998647 0.095166 0.095166 0.095166 +4308.089355 0.000000 2304.191895 0.000000 0.894690 0.000000 -0.446688 0.113696 0.113696 0.113696 +4321.210449 0.000000 2304.248291 0.000000 0.880758 0.000000 0.473566 0.099257 0.099257 0.099257 +4313.621582 0.000000 2307.249756 0.000000 0.999661 0.000000 -0.026044 0.104849 0.104849 0.104849 +4294.215332 0.000000 2308.312744 0.000000 0.161208 0.000000 0.986920 0.095515 0.095515 0.095515 +4302.953125 0.000000 2313.346680 0.000000 0.816188 0.000000 -0.577787 0.105102 0.105102 0.105102 +4297.641113 0.000000 2312.562744 0.000000 0.324379 0.000000 0.945927 0.096321 0.096321 0.096321 +4302.875488 0.000000 2304.136963 0.000000 0.837372 0.000000 0.546634 0.098159 0.098159 0.098159 +4313.505859 0.000000 2313.146729 0.000000 0.878583 0.000000 0.477590 0.098415 0.098415 0.098415 +4322.932617 0.000000 2313.451904 0.000000 0.835837 0.000000 0.548977 0.103374 0.103374 0.103374 +4318.060547 0.000000 2307.529785 0.000000 0.324169 0.000000 0.945999 0.096858 0.096858 0.096858 +4319.334473 0.000000 2300.360352 0.000000 0.344948 0.000000 0.938622 0.096121 0.096121 0.096121 +4321.947754 0.000000 2308.848633 0.000000 0.917199 0.000000 0.398430 0.101737 0.101737 0.101737 +4324.620605 0.000000 2306.083496 0.000000 0.887056 0.000000 -0.461661 0.101527 0.101527 0.101527 +4318.953613 0.000000 2315.627441 0.000000 0.052501 0.000000 0.998621 0.095167 0.095167 0.095167 +4311.371094 0.000000 2302.388916 0.000000 0.892067 0.000000 -0.451903 0.108600 0.108600 0.108600 +4305.939453 0.000000 2301.170654 0.000000 0.992524 0.000000 -0.122049 0.100389 0.100389 0.100389 +4326.346680 0.000000 2313.632568 0.000000 0.250678 0.000000 0.968071 0.095807 0.095807 0.095807 +4315.595215 0.000000 2309.898682 0.000000 0.787474 0.000000 0.616347 0.097886 0.097886 0.097886 +4311.836426 0.000000 2309.987793 0.000000 0.507549 0.000000 0.861623 0.114300 0.114300 0.114300 +4300.457520 0.000000 2311.150879 0.000000 0.962470 0.000000 0.271387 0.104956 0.104956 0.104956 +4305.722656 0.000000 2311.552246 0.000000 0.341497 0.000000 0.939883 0.106609 0.106609 0.106609 +4298.072266 0.000000 2315.547119 0.000000 0.907053 0.000000 0.421016 0.099998 0.099998 0.099998 +4309.934570 0.000000 2314.187012 0.000000 0.995457 0.000000 0.095213 0.112822 0.112822 0.112822 +4305.360840 0.000000 2305.535400 0.000000 0.959489 0.000000 0.281747 0.102144 0.102144 0.102144 +4311.191895 0.000000 2305.265625 0.000000 0.217774 0.000000 0.975999 0.102400 0.102400 0.102400 +4321.062500 0.000000 2311.448975 0.000000 0.506639 0.000000 0.862158 0.098587 0.098587 0.098587 +4300.375000 0.000000 2314.042725 0.000000 0.905674 0.000000 -0.423975 0.107926 0.107926 0.107926 +4323.689941 0.000000 2310.976562 0.000000 0.235300 0.000000 0.971923 0.099779 0.099779 0.099779 +4320.544434 0.000000 2306.706543 0.000000 0.578390 0.000000 0.815760 0.102124 0.102124 0.102124 +4308.436035 0.000000 2301.646973 0.000000 0.999980 0.000000 -0.006324 0.102542 0.102542 0.102542 +4304.382324 0.000000 2315.191406 0.000000 0.862839 0.000000 -0.505478 0.116214 0.116214 0.116214 +4307.253418 0.000000 2306.961670 0.000000 0.999947 0.000000 0.010259 0.114808 0.114808 0.114808 +4311.348633 0.000000 2312.373535 0.000000 0.693819 0.000000 0.720149 0.104264 0.104264 0.104264 +4303.590332 0.000000 2311.471436 0.000000 0.094478 0.000000 0.995527 0.102509 0.102509 0.102509 +4309.101562 0.000000 2305.825928 0.000000 0.231262 0.000000 0.972891 0.107275 0.107275 0.107275 +4245.705078 0.000000 2342.727051 0.000000 0.332229 0.000000 0.943199 0.096078 0.096078 0.096078 +4225.318848 0.000000 2354.747803 0.000000 0.913378 0.000000 -0.407112 0.101335 0.101335 0.101335 +4252.793945 0.000000 2318.701172 0.000000 0.882730 0.000000 0.469881 0.098719 0.098719 0.098719 +4228.458496 0.000000 2370.325439 0.000000 0.611575 0.000000 0.791186 0.097095 0.097095 0.097095 +4280.065918 0.000000 2341.221924 0.000000 0.803760 0.000000 0.594953 0.097972 0.097972 0.097972 +4255.453613 0.000000 2332.589600 0.000000 0.813167 0.000000 0.582030 0.101592 0.101592 0.101592 +4279.638184 0.000000 2331.602783 0.000000 0.960087 0.000000 -0.279700 0.100902 0.100902 0.100902 +4287.958008 0.000000 2336.758301 0.000000 0.982622 0.000000 -0.185616 0.100594 0.100594 0.100594 +4287.487305 0.000000 2346.087158 0.000000 0.957512 0.000000 -0.288395 0.106303 0.106303 0.106303 +4238.007324 0.000000 2346.749512 0.000000 0.379465 0.000000 0.925206 0.096239 0.096239 0.096239 +4244.569336 0.000000 2321.245850 0.000000 0.934205 0.000000 0.356737 0.098839 0.098839 0.098839 +4224.254883 0.000000 2363.000244 0.000000 0.998862 0.000000 -0.047686 0.102116 0.102116 0.102116 +4272.541992 0.000000 2338.444580 0.000000 0.403987 0.000000 0.914765 0.098752 0.098752 0.098752 +4239.272949 0.000000 2337.777832 0.000000 0.992060 0.000000 -0.125767 0.100401 0.100401 0.100401 +4247.890625 0.000000 2334.916992 0.000000 0.794717 0.000000 0.606981 0.098747 0.098747 0.098747 +4250.122559 0.000000 2326.667725 0.000000 0.967784 0.000000 -0.251783 0.100810 0.100810 0.100810 +4262.893555 0.000000 2335.306641 0.000000 0.772963 0.000000 0.634452 0.097812 0.097812 0.097812 +4231.979980 0.000000 2357.994629 0.000000 0.973971 0.000000 0.226674 0.099272 0.099272 0.099272 +4280.550781 0.000000 2348.718506 0.000000 0.962967 0.000000 0.269618 0.099131 0.099131 0.099131 +4254.530273 0.000000 2339.319336 0.000000 0.662352 0.000000 0.749193 0.101938 0.101938 0.101938 +4268.760254 0.000000 2354.364502 0.000000 0.957816 0.000000 0.287381 0.099072 0.099072 0.099072 +4265.385742 0.000000 2348.777588 0.000000 0.769152 0.000000 0.639066 0.097793 0.097793 0.097793 +4249.621582 0.000000 2363.734131 0.000000 0.936641 0.000000 -0.350290 0.101139 0.101139 0.101139 +4238.873047 0.000000 2323.906494 0.000000 0.886553 0.000000 -0.462627 0.103522 0.103522 0.103522 +4285.292480 0.000000 2328.418457 0.000000 0.839463 0.000000 0.543417 0.098171 0.098171 0.098171 +4255.826172 0.000000 2323.981689 0.000000 0.983247 0.000000 -0.182280 0.116080 0.116080 0.116080 +4285.248047 0.000000 2361.861328 0.000000 0.950117 0.000000 0.311892 0.099822 0.099822 0.099822 +4259.765137 0.000000 2341.706543 0.000000 0.483745 0.000000 0.875209 0.096607 0.096607 0.096607 +4274.584961 0.000000 2343.753662 0.000000 0.995734 0.000000 -0.092275 0.107318 0.107318 0.107318 +4247.491699 0.000000 2316.490967 0.000000 0.999475 0.000000 0.032410 0.106333 0.106333 0.106333 +4285.658691 0.000000 2351.175049 0.000000 0.981780 0.000000 0.190020 0.102454 0.102454 0.102454 +4282.511719 0.000000 2336.369385 0.000000 0.975636 0.000000 0.219394 0.100130 0.100130 0.100130 +4285.212891 0.000000 2341.251221 0.000000 0.998882 0.000000 -0.047271 0.100151 0.100151 0.100151 +4245.208496 0.000000 2355.738525 0.000000 0.829913 0.000000 -0.557893 0.101884 0.101884 0.101884 +4236.552734 0.000000 2342.053467 0.000000 0.765952 0.000000 0.642898 0.102433 0.102433 0.102433 +4233.063965 0.000000 2346.321289 0.000000 0.999999 0.000000 0.001437 0.099995 0.099995 0.099995 +4238.220703 0.000000 2332.940186 0.000000 0.488934 0.000000 0.872321 0.097438 0.097438 0.097438 +4242.283691 0.000000 2316.992188 0.000000 0.165343 0.000000 0.986236 0.095529 0.095529 0.095529 +4243.007324 0.000000 2333.937744 0.000000 0.445482 0.000000 0.895291 0.097821 0.097821 0.097821 +4234.351562 0.000000 2336.738281 0.000000 0.918144 0.000000 0.396246 0.098703 0.098703 0.098703 +4246.937012 0.000000 2330.286621 0.000000 0.919434 0.000000 -0.393244 0.101286 0.101286 0.101286 +4250.364746 0.000000 2341.420654 0.000000 0.988265 0.000000 0.152751 0.099512 0.099512 0.099512 +4259.991211 0.000000 2331.585938 0.000000 0.445483 0.000000 0.895290 0.117817 0.117817 0.117817 +4243.771973 0.000000 2338.484863 0.000000 0.821305 0.000000 -0.570490 0.105644 0.105644 0.105644 +4258.015137 0.000000 2336.354980 0.000000 0.930622 0.000000 -0.365982 0.101193 0.101193 0.101193 +4256.426758 0.000000 2328.297119 0.000000 0.998468 0.000000 0.055335 0.122473 0.122473 0.122473 +4251.131348 0.000000 2331.980469 0.000000 0.975093 0.000000 0.221798 0.099288 0.099288 0.099288 +4241.260254 0.000000 2342.316406 0.000000 0.960089 0.000000 -0.279696 0.100902 0.100902 0.100902 +4283.211426 0.000000 2345.477539 0.000000 0.855199 0.000000 0.518300 0.101844 0.101844 0.101844 +4225.884766 0.000000 2366.911865 0.000000 0.899236 0.000000 -0.437463 0.101441 0.101441 0.101441 +4280.315430 0.000000 2352.868408 0.000000 0.943477 0.000000 0.331439 0.098925 0.098925 0.098925 +4286.419434 0.000000 2358.006592 0.000000 0.877674 0.000000 0.479259 0.101441 0.101441 0.101441 +4269.311035 0.000000 2350.209229 0.000000 0.597727 0.000000 0.801700 0.097039 0.097039 0.097039 +4227.837402 0.000000 2339.421387 0.000000 0.131840 0.000000 0.991271 0.095421 0.095421 0.095421 +4269.375000 0.000000 2340.781006 0.000000 0.989126 0.000000 -0.147069 0.100470 0.100470 0.100470 +4237.506836 0.000000 2351.673828 0.000000 0.275563 0.000000 0.961283 0.095889 0.095889 0.095889 +4277.013672 0.000000 2350.505615 0.000000 0.998268 0.000000 0.058822 0.099813 0.099813 0.099813 +4228.755371 0.000000 2343.731934 0.000000 0.842755 0.000000 -0.538297 0.101809 0.101809 0.101809 +4285.507812 0.000000 2365.636230 0.000000 0.188759 0.000000 0.982024 0.095604 0.095604 0.095604 +4256.618164 0.000000 2319.225098 0.000000 0.398891 0.000000 0.916998 0.096306 0.096306 0.096306 +4247.293457 0.000000 2339.424072 0.000000 0.634766 0.000000 0.772705 0.098006 0.098006 0.098006 +4275.863281 0.000000 2340.232178 0.000000 0.220271 0.000000 0.975439 0.100801 0.100801 0.100801 +4271.663086 0.000000 2325.871338 0.000000 0.998027 0.000000 -0.062786 0.100200 0.100200 0.100200 +4242.190430 0.000000 2325.381592 0.000000 0.081018 0.000000 0.996713 0.097126 0.097126 0.097126 +4252.431641 0.000000 2323.367188 0.000000 0.738450 0.000000 0.674308 0.105576 0.105576 0.105576 +4285.611816 0.000000 2354.619141 0.000000 0.935053 0.000000 -0.354509 0.105404 0.105404 0.105404 +4235.406250 0.000000 2348.930176 0.000000 0.990729 0.000000 0.135855 0.103192 0.103192 0.103192 +4250.987305 0.000000 2315.948242 0.000000 0.999048 0.000000 0.043634 0.113567 0.113567 0.113567 +4239.197266 0.000000 2327.492188 0.000000 0.993940 0.000000 -0.109927 0.100351 0.100351 0.100351 +4230.724121 0.000000 2349.366943 0.000000 0.975960 0.000000 -0.217949 0.102674 0.102674 0.102674 +4256.449219 0.000000 2341.854736 0.000000 0.503690 0.000000 0.863885 0.098576 0.098576 0.098576 +4266.835938 0.000000 2321.865723 0.000000 0.837737 0.000000 -0.546074 0.111823 0.111823 0.111823 +4271.537109 0.000000 2342.987793 0.000000 0.070546 0.000000 0.997509 0.095491 0.095491 0.095491 +4265.676758 0.000000 2333.926270 0.000000 0.448295 0.000000 0.893886 0.104857 0.104857 0.104857 +4282.462402 0.000000 2332.929443 0.000000 0.799698 0.000000 0.600402 0.102614 0.102614 0.102614 +4233.084961 0.000000 2326.677246 0.000000 0.830348 0.000000 0.557245 0.098119 0.098119 0.098119 +4279.819336 0.000000 2334.690186 0.000000 0.887994 0.000000 0.459856 0.098479 0.098479 0.098479 +4249.916992 0.000000 2360.625488 0.000000 0.872723 0.000000 -0.488215 0.102478 0.102478 0.102478 +4236.526855 0.000000 2338.905273 0.000000 0.984381 0.000000 0.176050 0.099437 0.099437 0.099437 +4275.016113 0.000000 2336.710449 0.000000 0.091756 0.000000 0.995782 0.102499 0.102499 0.102499 +4282.631836 0.000000 2350.995850 0.000000 0.216629 0.000000 0.976254 0.095695 0.095695 0.095695 +4236.112305 0.000000 2330.766113 0.000000 0.831393 0.000000 0.555686 0.101148 0.101148 0.101148 +4241.664551 0.000000 2322.515381 0.000000 0.886121 0.000000 -0.463453 0.105800 0.105800 0.105800 +4257.448730 0.000000 2339.156250 0.000000 0.480368 0.000000 0.877067 0.100654 0.100654 0.100654 +4244.094727 0.000000 2331.260254 0.000000 0.981755 0.000000 -0.190149 0.102582 0.102582 0.102582 +4254.608887 0.000000 2321.398926 0.000000 0.078104 0.000000 0.996945 0.100852 0.100852 0.100852 +4254.952637 0.000000 2335.371582 0.000000 0.542481 0.000000 0.840068 0.101978 0.101978 0.101978 +4259.200195 0.000000 2328.656250 0.000000 0.990012 0.000000 0.140984 0.134406 0.134406 0.134406 +4277.519043 0.000000 2342.484863 0.000000 0.432680 0.000000 0.901548 0.103717 0.103717 0.103717 +4251.635742 0.000000 2338.909668 0.000000 0.648268 0.000000 0.761413 0.101331 0.101331 0.101331 +4260.029297 0.000000 2334.412109 0.000000 0.999926 0.000000 0.012200 0.100241 0.100241 0.100241 +4253.958984 0.000000 2326.059814 0.000000 0.853686 0.000000 0.520788 0.099633 0.099633 0.099633 +4238.979980 0.000000 2340.699463 0.000000 0.397302 0.000000 0.917688 0.101426 0.101426 0.101426 +4245.235840 0.000000 2335.720459 0.000000 0.999480 0.000000 -0.032252 0.100103 0.100103 0.100103 +4282.637207 0.000000 2342.792969 0.000000 0.971633 0.000000 -0.236493 0.100760 0.100760 0.100760 +4244.832520 0.000000 2328.438965 0.000000 0.973473 0.000000 -0.228801 0.102146 0.102146 0.102146 +4234.564941 0.000000 2318.408203 0.000000 0.887991 0.000000 -0.459861 0.104649 0.104649 0.104649 +4263.591309 0.000000 2357.695312 0.000000 0.802486 0.000000 0.596671 0.097965 0.097965 0.097965 +4239.671387 0.000000 2317.388428 0.000000 0.906695 0.000000 -0.421787 0.102238 0.102238 0.102238 +4285.738281 0.000000 2344.108643 0.000000 0.857267 0.000000 0.514872 0.100205 0.100205 0.100205 +4283.000977 0.000000 2353.660400 0.000000 0.996354 0.000000 -0.085310 0.100272 0.100272 0.100272 +4257.491699 0.000000 2321.754639 0.000000 0.377920 0.000000 0.925838 0.104590 0.104590 0.104590 +4262.824707 0.000000 2321.097168 0.000000 0.961107 0.000000 0.276177 0.108826 0.108826 0.108826 +4257.412109 0.000000 2330.816406 0.000000 0.010016 0.000000 0.999950 0.108075 0.108075 0.108075 +4241.436523 0.000000 2339.728516 0.000000 0.651437 0.000000 0.758703 0.101345 0.101345 0.101345 +4262.385742 0.000000 2332.704346 0.000000 0.418055 0.000000 0.908422 0.105821 0.105821 0.105821 +4273.394043 0.000000 2341.189209 0.000000 0.886696 0.000000 0.462352 0.100952 0.100952 0.100952 +4285.638184 0.000000 2335.582520 0.000000 0.889872 0.000000 -0.456210 0.106342 0.106342 0.106342 +4228.384766 0.000000 2366.632080 0.000000 0.069411 0.000000 0.997588 0.095488 0.095488 0.095488 +4244.805176 0.000000 2315.927002 0.000000 0.983904 0.000000 0.178700 0.100264 0.100264 0.100264 +4242.128418 0.000000 2336.621094 0.000000 0.351010 0.000000 0.936372 0.098027 0.098027 0.098027 +4270.693848 0.000000 2347.917969 0.000000 0.492572 0.000000 0.870271 0.099076 0.099076 0.099076 +4286.582031 0.000000 2330.726562 0.000000 0.966064 0.000000 -0.258302 0.105068 0.105068 0.105068 +4251.678223 0.000000 2320.873535 0.000000 0.331989 0.000000 0.943283 0.100652 0.100652 0.100652 +4287.509766 0.000000 2353.077881 0.000000 0.807047 0.000000 0.590487 0.099362 0.099362 0.099362 +4267.095215 0.000000 2330.177979 0.000000 0.914647 0.000000 -0.404253 0.122611 0.122611 0.122611 +4225.118652 0.000000 2360.589600 0.000000 0.961658 0.000000 -0.274253 0.105123 0.105123 0.105123 +4257.641602 0.000000 2333.937988 0.000000 0.093874 0.000000 0.995584 0.104108 0.104108 0.104108 +4280.742188 0.000000 2345.753174 0.000000 0.942819 0.000000 -0.333305 0.104762 0.104762 0.104762 +4250.245605 0.000000 2334.371338 0.000000 0.846197 0.000000 0.532871 0.103438 0.103438 0.103438 +4286.994629 0.000000 2363.483154 0.000000 0.941036 0.000000 -0.338306 0.105913 0.105913 0.105913 +4257.365723 0.000000 2326.034180 0.000000 0.563502 0.000000 0.826115 0.128664 0.128664 0.128664 +4237.612305 0.000000 2318.988037 0.000000 0.224059 0.000000 0.974576 0.100814 0.100814 0.100814 +4284.008301 0.000000 2358.136475 0.000000 0.163772 0.000000 0.986498 0.097397 0.097397 0.097397 +4265.650879 0.000000 2325.145996 0.000000 0.997864 0.000000 -0.065319 0.142593 0.142593 0.142593 +4254.816895 0.000000 2330.297119 0.000000 0.999883 0.000000 -0.015269 0.105373 0.105373 0.105373 +4226.627930 0.000000 2344.566650 0.000000 0.981424 0.000000 -0.191850 0.103715 0.103715 0.103715 +4238.033691 0.000000 2321.750244 0.000000 0.458066 0.000000 0.888918 0.101651 0.101651 0.101651 +4287.163574 0.000000 2348.533936 0.000000 0.876432 0.000000 -0.481526 0.105299 0.105299 0.105299 +4247.105957 0.000000 2337.095947 0.000000 0.984761 0.000000 -0.173914 0.106472 0.106472 0.106472 +4269.585449 0.000000 2326.292480 0.000000 0.468266 0.000000 0.883588 0.112508 0.112508 0.112508 +4253.739258 0.000000 2337.322510 0.000000 0.739000 0.000000 0.673705 0.105579 0.105579 0.105579 +4272.914551 0.000000 2333.042969 0.000000 0.998045 0.000000 -0.062498 0.110023 0.110023 0.110023 +4269.587891 0.000000 2323.631592 0.000000 0.220143 0.000000 0.975468 0.105626 0.105626 0.105626 +4263.104492 0.000000 2327.752930 0.000000 0.939829 0.000000 0.341646 0.149028 0.149028 0.149028 +4267.071777 0.000000 2326.437988 0.000000 0.978364 0.000000 -0.206890 0.136474 0.136474 0.136474 +4254.652344 0.000000 2327.944824 0.000000 0.994230 0.000000 0.107267 0.114453 0.114453 0.114453 +4265.963379 0.000000 2323.388672 0.000000 0.978172 0.000000 0.207796 0.128550 0.128550 0.128550 +4260.560547 0.000000 2329.915039 0.000000 0.979521 0.000000 -0.201344 0.148290 0.148290 0.148290 +4259.182129 0.000000 2322.625732 0.000000 0.211506 0.000000 0.977377 0.120067 0.120067 0.120067 +4263.089844 0.000000 2331.172607 0.000000 0.999965 0.000000 -0.008375 0.127765 0.127765 0.127765 +4266.439941 0.000000 2328.083252 0.000000 0.934863 0.000000 0.355008 0.128471 0.128471 0.128471 +4258.977539 0.000000 2330.358887 0.000000 0.874765 0.000000 0.484547 0.120162 0.120162 0.120162 +4257.853027 0.000000 2327.624023 0.000000 0.904172 0.000000 0.427169 0.130908 0.130908 0.130908 +4257.699219 0.000000 2329.289551 0.000000 0.967398 0.000000 -0.253261 0.123689 0.123689 0.123689 +4261.508789 0.000000 2331.247803 0.000000 0.999393 0.000000 -0.034840 0.129555 0.129555 0.129555 +4262.707031 0.000000 2324.416748 0.000000 0.965861 0.000000 -0.259061 0.146873 0.146873 0.146873 +4263.789551 0.000000 2329.796875 0.000000 0.856713 0.000000 0.515793 0.144247 0.144247 0.144247 +4262.826172 0.000000 2322.595459 0.000000 0.116111 0.000000 0.993236 0.125023 0.125023 0.125023 +4262.074219 0.000000 2325.706055 0.000000 0.883159 0.000000 -0.469073 0.147922 0.147922 0.147922 +4264.398438 0.000000 2324.725830 0.000000 0.733444 0.000000 0.679750 0.138912 0.138912 0.138912 +4262.709473 0.000000 2326.666992 0.000000 0.962904 0.000000 0.269844 0.149390 0.149390 0.149390 +4333.516602 0.000000 2330.592773 0.000000 0.428652 0.000000 0.903470 0.096410 0.096410 0.096410 +4289.451172 0.000000 2328.034912 0.000000 0.993166 0.000000 0.116710 0.100465 0.100465 0.100465 +4289.318848 0.000000 2354.747803 0.000000 0.999489 0.000000 -0.031960 0.100102 0.100102 0.100102 +4316.793945 0.000000 2318.701172 0.000000 0.991342 0.000000 0.131302 0.099581 0.099581 0.099581 +4336.205566 0.000000 2372.318115 0.000000 0.964492 0.000000 -0.264111 0.100851 0.100851 0.100851 +4300.978516 0.000000 2316.595459 0.000000 0.244061 0.000000 0.969760 0.096590 0.096590 0.096590 +4344.065918 0.000000 2341.221924 0.000000 0.030241 0.000000 0.999543 0.095096 0.095096 0.095096 +4346.807129 0.000000 2322.513916 0.000000 0.687081 0.000000 0.726581 0.097411 0.097411 0.097411 +4295.671387 0.000000 2340.715820 0.000000 0.873661 0.000000 0.486536 0.098383 0.098383 0.098383 +4319.453613 0.000000 2332.589600 0.000000 0.643193 0.000000 0.765704 0.102943 0.102943 0.102943 +4329.563477 0.000000 2342.350342 0.000000 0.973540 0.000000 -0.228517 0.100734 0.100734 0.100734 +4328.832520 0.000000 2319.360596 0.000000 0.998672 0.000000 0.051512 0.099836 0.099836 0.099836 +4346.368164 0.000000 2367.785400 0.000000 0.096654 0.000000 0.995318 0.096109 0.096109 0.096109 +4351.958008 0.000000 2336.758301 0.000000 0.953970 0.000000 -0.299903 0.105212 0.105212 0.105212 +4302.007324 0.000000 2346.749512 0.000000 0.450873 0.000000 0.892588 0.098921 0.098921 0.098921 +4308.569336 0.000000 2321.245850 0.000000 0.655275 0.000000 0.755391 0.106266 0.106266 0.106266 +4296.407715 0.000000 2323.671631 0.000000 0.999016 0.000000 -0.044361 0.100141 0.100141 0.100141 +4325.432617 0.000000 2326.886475 0.000000 0.792781 0.000000 0.609507 0.097914 0.097914 0.097914 +4288.254883 0.000000 2363.000244 0.000000 0.984335 0.000000 -0.176309 0.100564 0.100564 0.100564 +4336.541992 0.000000 2338.444580 0.000000 0.722611 0.000000 0.691255 0.110963 0.110963 0.110963 +4303.272949 0.000000 2337.777832 0.000000 0.713982 0.000000 0.700164 0.097531 0.097531 0.097531 +4314.122559 0.000000 2326.667725 0.000000 0.998505 0.000000 -0.054658 0.103261 0.103261 0.103261 +4290.500488 0.000000 2335.603516 0.000000 0.560740 0.000000 0.827992 0.096895 0.096895 0.096895 +4339.456055 0.000000 2366.147705 0.000000 0.478101 0.000000 0.878305 0.097398 0.097398 0.097398 +4318.530273 0.000000 2339.319336 0.000000 0.770587 0.000000 0.637335 0.097800 0.097800 0.097800 +4297.203613 0.000000 2351.560059 0.000000 0.254602 0.000000 0.967046 0.095819 0.095819 0.095819 +4302.873047 0.000000 2323.906494 0.000000 0.486960 0.000000 0.873424 0.113128 0.113128 0.113128 +4349.292480 0.000000 2328.418457 0.000000 0.950031 0.000000 -0.312154 0.101011 0.101011 0.101011 +4319.826172 0.000000 2323.981689 0.000000 0.994671 0.000000 0.103096 0.102184 0.102184 0.102184 +4338.789551 0.000000 2327.946777 0.000000 0.372773 0.000000 0.927923 0.096216 0.096216 0.096216 +4289.017578 0.000000 2342.552490 0.000000 0.233399 0.000000 0.972381 0.095750 0.095750 0.095750 +4295.914551 0.000000 2317.696289 0.000000 0.909790 0.000000 -0.415070 0.101362 0.101362 0.101362 +4338.842773 0.000000 2333.729248 0.000000 0.841203 0.000000 0.540719 0.112207 0.112207 0.112207 +4349.212891 0.000000 2341.251221 0.000000 0.749744 0.000000 0.661728 0.097698 0.097698 0.097698 +4305.256836 0.000000 2350.574219 0.000000 0.204115 0.000000 0.978947 0.095654 0.095654 0.095654 +4333.434082 0.000000 2345.588623 0.000000 0.947568 0.000000 0.319553 0.098965 0.098965 0.098965 +4324.045898 0.000000 2321.134277 0.000000 0.992754 0.000000 0.120163 0.099617 0.099617 0.099617 +4343.531250 0.000000 2326.463135 0.000000 0.366435 0.000000 0.930444 0.097003 0.097003 0.097003 +4297.063965 0.000000 2346.321289 0.000000 0.961060 0.000000 -0.276340 0.102304 0.102304 0.102304 +4306.817383 0.000000 2346.303223 0.000000 0.954232 0.000000 0.299067 0.099033 0.099033 0.099033 +4313.237793 0.000000 2322.018311 0.000000 0.987065 0.000000 0.160319 0.099487 0.099487 0.099487 +4341.994141 0.000000 2337.145508 0.000000 0.088140 0.000000 0.996108 0.105156 0.105156 0.105156 +4342.864258 0.000000 2370.857910 0.000000 0.608873 0.000000 0.793268 0.097084 0.097084 0.097084 +4315.131348 0.000000 2331.980469 0.000000 0.964331 0.000000 -0.264698 0.100853 0.100853 0.100853 +4299.786133 0.000000 2320.912354 0.000000 0.888470 0.000000 -0.458934 0.101518 0.101518 0.101518 +4305.260254 0.000000 2342.316406 0.000000 0.035885 0.000000 0.999356 0.095114 0.095114 0.095114 +4289.884766 0.000000 2366.911865 0.000000 0.838669 0.000000 -0.544642 0.101833 0.101833 0.101833 +4292.047852 0.000000 2324.209473 0.000000 0.999528 0.000000 -0.030706 0.100098 0.100098 0.100098 +4288.514160 0.000000 2331.940186 0.000000 0.958432 0.000000 -0.285319 0.105727 0.105727 0.105727 +4333.375000 0.000000 2340.781006 0.000000 0.993515 0.000000 -0.113704 0.106829 0.106829 0.106829 +4326.889160 0.000000 2339.299072 0.000000 0.083414 0.000000 0.996515 0.097667 0.097667 0.097667 +4303.831543 0.000000 2320.031250 0.000000 0.307980 0.000000 0.951393 0.108635 0.108635 0.108635 +4301.506836 0.000000 2351.673828 0.000000 0.997420 0.000000 -0.071792 0.100229 0.100229 0.100229 +4339.863281 0.000000 2340.232178 0.000000 0.246280 0.000000 0.969199 0.100354 0.100354 0.100354 +4347.981445 0.000000 2371.078613 0.000000 0.815835 0.000000 0.578285 0.098037 0.098037 0.098037 +4335.145508 0.000000 2334.007324 0.000000 0.349021 0.000000 0.937115 0.108791 0.108791 0.108791 +4339.402344 0.000000 2369.826660 0.000000 0.843132 0.000000 0.537707 0.101218 0.101218 0.101218 +4343.062500 0.000000 2366.876953 0.000000 0.918801 0.000000 0.394722 0.101750 0.101750 0.101750 +4288.009766 0.000000 2358.052002 0.000000 0.965015 0.000000 -0.262194 0.100844 0.100844 0.100844 +4317.020508 0.000000 2328.689697 0.000000 0.962103 0.000000 -0.272686 0.110769 0.110769 0.110769 +4316.431641 0.000000 2323.367188 0.000000 0.656388 0.000000 0.754423 0.097279 0.097279 0.097279 +4340.014648 0.000000 2324.702637 0.000000 0.990271 0.000000 -0.139155 0.100444 0.100444 0.100444 +4336.918945 0.000000 2330.845459 0.000000 0.849360 0.000000 -0.527814 0.108326 0.108326 0.108326 +4346.028320 0.000000 2328.958008 0.000000 0.809509 0.000000 -0.587107 0.101997 0.101997 0.101997 +4323.104004 0.000000 2324.401367 0.000000 0.966217 0.000000 0.257729 0.099448 0.099448 0.099448 +4294.724121 0.000000 2349.366943 0.000000 0.881312 0.000000 -0.472534 0.104127 0.104127 0.104127 +4329.676758 0.000000 2333.926270 0.000000 0.458689 0.000000 0.888597 0.103816 0.103816 0.103816 +4346.462402 0.000000 2332.929443 0.000000 0.686615 0.000000 0.727022 0.102593 0.102593 0.102593 +4343.819336 0.000000 2334.690186 0.000000 0.918976 0.000000 -0.394312 0.103276 0.103276 0.103276 +4339.016113 0.000000 2336.710449 0.000000 0.297342 0.000000 0.954771 0.114508 0.114508 0.114508 +4349.032715 0.000000 2338.047363 0.000000 0.838301 0.000000 -0.545207 0.101835 0.101835 0.101835 +4305.664551 0.000000 2322.515381 0.000000 0.933684 0.000000 -0.358098 0.120719 0.120719 0.120719 +4291.820801 0.000000 2329.664795 0.000000 0.502408 0.000000 0.864631 0.096946 0.096946 0.096946 +4324.759766 0.000000 2337.235596 0.000000 0.315924 0.000000 0.948785 0.100058 0.100058 0.100058 +4308.994629 0.000000 2318.412109 0.000000 0.920129 0.000000 -0.391616 0.115182 0.115182 0.115182 +4318.608887 0.000000 2321.398926 0.000000 0.994112 0.000000 0.108359 0.099654 0.099654 0.099654 +4318.952637 0.000000 2335.371582 0.000000 0.597594 0.000000 0.801799 0.097039 0.097039 0.097039 +4323.200195 0.000000 2328.656250 0.000000 0.774953 0.000000 0.632019 0.107961 0.107961 0.107961 +4324.029297 0.000000 2334.412109 0.000000 0.978241 0.000000 -0.207472 0.109406 0.109406 0.109406 +4313.706543 0.000000 2329.498779 0.000000 0.532109 0.000000 0.846676 0.096786 0.096786 0.096786 +4317.958984 0.000000 2326.059814 0.000000 0.999267 0.000000 0.038290 0.107432 0.107432 0.107432 +4332.352051 0.000000 2333.120361 0.000000 0.276827 0.000000 0.960920 0.100996 0.100996 0.100996 +4302.979980 0.000000 2340.699463 0.000000 0.963237 0.000000 0.268654 0.099134 0.099134 0.099134 +4296.614258 0.000000 2329.388184 0.000000 0.760839 0.000000 0.648941 0.099121 0.099121 0.099121 +4311.068359 0.000000 2320.370605 0.000000 0.829549 0.000000 -0.558434 0.102171 0.102171 0.102171 +4303.671387 0.000000 2317.388428 0.000000 0.889135 0.000000 -0.457644 0.109191 0.109191 0.109191 +4332.127930 0.000000 2343.300781 0.000000 0.999809 0.000000 -0.019522 0.100062 0.100062 0.100062 +4295.408691 0.000000 2333.696777 0.000000 0.900771 0.000000 -0.434294 0.105692 0.105692 0.105692 +4321.491699 0.000000 2321.754639 0.000000 0.999274 0.000000 -0.038111 0.104889 0.104889 0.104889 +4298.329590 0.000000 2340.563965 0.000000 0.856757 0.000000 0.515721 0.098275 0.098275 0.098275 +4321.412109 0.000000 2330.816406 0.000000 0.892658 0.000000 0.450734 0.109273 0.109273 0.109273 +4333.942871 0.000000 2337.800293 0.000000 0.686421 0.000000 0.727204 0.102592 0.102592 0.102592 +4341.428223 0.000000 2333.700684 0.000000 0.413681 0.000000 0.910422 0.105265 0.105265 0.105265 +4326.385742 0.000000 2332.704346 0.000000 0.732508 0.000000 0.680758 0.106093 0.106093 0.106093 +4337.394043 0.000000 2341.189209 0.000000 0.846585 0.000000 -0.532254 0.110625 0.110625 0.110625 +4349.638184 0.000000 2335.582520 0.000000 0.101532 0.000000 0.994832 0.097727 0.097727 0.097727 +4306.498535 0.000000 2319.677490 0.000000 0.492746 0.000000 0.870173 0.119650 0.119650 0.119650 +4350.390625 0.000000 2371.619873 0.000000 0.994659 0.000000 -0.103212 0.100610 0.100610 0.100610 +4301.872070 0.000000 2344.261963 0.000000 0.152543 0.000000 0.988297 0.096825 0.096825 0.096825 +4307.894531 0.000000 2323.631104 0.000000 0.814299 0.000000 -0.580446 0.113682 0.113682 0.113682 +4321.641602 0.000000 2333.937988 0.000000 0.818810 0.000000 0.574064 0.107667 0.107667 0.107667 +4321.365723 0.000000 2326.034180 0.000000 0.623141 0.000000 0.782110 0.105577 0.105577 0.105577 +4340.706543 0.000000 2372.174805 0.000000 0.144841 0.000000 0.989455 0.098939 0.098939 0.098939 +4336.587891 0.000000 2336.112549 0.000000 0.526988 0.000000 0.849873 0.112759 0.112759 0.112759 +4301.487793 0.000000 2325.875977 0.000000 0.999995 0.000000 -0.003147 0.108134 0.108134 0.108134 +4318.816895 0.000000 2330.297119 0.000000 0.976399 0.000000 -0.215975 0.111129 0.111129 0.111129 +4302.033691 0.000000 2321.750244 0.000000 0.515835 0.000000 0.856688 0.109459 0.109459 0.109459 +4343.794922 0.000000 2328.865479 0.000000 0.917464 0.000000 -0.397818 0.107261 0.107261 0.107261 +4304.098633 0.000000 2325.618896 0.000000 0.202446 0.000000 0.979294 0.103955 0.103955 0.103955 +4336.914551 0.000000 2333.042969 0.000000 0.993820 0.000000 -0.111004 0.113566 0.113566 0.113566 +4334.245605 0.000000 2335.781982 0.000000 0.984157 0.000000 -0.177300 0.113807 0.113807 0.113807 +4303.854980 0.000000 2322.389160 0.000000 0.724734 0.000000 0.689029 0.114254 0.114254 0.114254 +4305.145996 0.000000 2318.413574 0.000000 0.936390 0.000000 0.350962 0.113535 0.113535 0.113535 +4304.728516 0.000000 2315.865967 0.000000 0.043474 0.000000 0.999055 0.108730 0.108730 0.108730 +4338.132324 0.000000 2335.280518 0.000000 0.464373 0.000000 0.885640 0.116818 0.116818 0.116818 +4305.288086 0.000000 2320.940674 0.000000 0.041716 0.000000 0.999130 0.113520 0.113520 0.113520 +4307.350098 0.000000 2318.213135 0.000000 0.049187 0.000000 0.998790 0.117813 0.117813 0.117813 +4236.978516 0.000000 2373.079834 0.000000 0.722466 0.000000 0.691406 0.097570 0.097570 0.097570 +4309.705078 0.000000 2399.211426 0.000000 0.904083 0.000000 0.427357 0.098594 0.098594 0.098594 +4326.230957 0.000000 2410.872803 0.000000 0.371447 0.000000 0.928454 0.096211 0.096211 0.096211 +4316.793945 0.000000 2375.185547 0.000000 0.995092 0.000000 0.098952 0.099685 0.099685 0.099685 +4346.807129 0.000000 2378.998291 0.000000 0.095347 0.000000 0.995444 0.095304 0.095304 0.095304 +4329.563477 0.000000 2398.834717 0.000000 0.043748 0.000000 0.999043 0.095139 0.095139 0.095139 +4314.979980 0.000000 2414.176514 0.000000 0.607407 0.000000 0.794391 0.097078 0.097078 0.097078 +4319.758301 0.000000 2402.503418 0.000000 0.187313 0.000000 0.982300 0.095600 0.095600 0.095600 +4337.519043 0.000000 2378.673340 0.000000 0.640776 0.000000 0.767728 0.097214 0.097214 0.097214 +4297.400879 0.000000 2388.462891 0.000000 0.992423 0.000000 -0.122867 0.100392 0.100392 0.100392 +4308.569336 0.000000 2377.730225 0.000000 0.979357 0.000000 -0.202138 0.102621 0.102621 0.102621 +4296.407715 0.000000 2380.156006 0.000000 0.791417 0.000000 0.611277 0.097907 0.097907 0.097907 +4318.236816 0.000000 2424.873535 0.000000 0.931578 0.000000 0.363542 0.098816 0.098816 0.098816 +4310.478027 0.000000 2407.237061 0.000000 0.386864 0.000000 0.922137 0.096264 0.096264 0.096264 +4321.210449 0.000000 2417.217041 0.000000 0.381613 0.000000 0.924322 0.096246 0.096246 0.096246 +4342.816895 0.000000 2373.594482 0.000000 0.776459 0.000000 0.630167 0.097830 0.097830 0.097830 +4329.385742 0.000000 2405.261963 0.000000 0.845942 0.000000 0.533275 0.098210 0.098210 0.098210 +4313.621582 0.000000 2420.218506 0.000000 0.231926 0.000000 0.972733 0.095745 0.095745 0.095745 +4302.873047 0.000000 2380.390869 0.000000 0.994898 0.000000 -0.100883 0.100322 0.100322 0.100322 +4349.292480 0.000000 2384.902832 0.000000 0.982758 0.000000 -0.184896 0.100592 0.100592 0.100592 +4323.765137 0.000000 2398.190918 0.000000 0.086679 0.000000 0.996236 0.095276 0.095276 0.095276 +4311.491699 0.000000 2372.975342 0.000000 0.969382 0.000000 -0.245558 0.100790 0.100790 0.100790 +4324.276367 0.000000 2405.590576 0.000000 0.986840 0.000000 0.161702 0.103106 0.103106 0.103106 +4305.256836 0.000000 2407.058594 0.000000 0.919770 0.000000 0.392459 0.098716 0.098716 0.098716 +4343.531250 0.000000 2382.947510 0.000000 0.945137 0.000000 0.326673 0.098941 0.098941 0.098941 +4302.220703 0.000000 2389.424561 0.000000 0.605855 0.000000 0.795575 0.097072 0.097072 0.097072 +4306.283691 0.000000 2373.476562 0.000000 0.999966 0.000000 -0.008271 0.100026 0.100026 0.100026 +4314.709961 0.000000 2409.383789 0.000000 0.995351 0.000000 -0.096314 0.100307 0.100307 0.100307 +4306.817383 0.000000 2402.787598 0.000000 0.359043 0.000000 0.933321 0.096169 0.096169 0.096169 +4313.237793 0.000000 2378.502686 0.000000 0.822405 0.000000 0.568903 0.098074 0.098074 0.098074 +4342.173828 0.000000 2378.528076 0.000000 0.882399 0.000000 -0.470502 0.104689 0.104689 0.104689 +4338.318359 0.000000 2372.549561 0.000000 0.986993 0.000000 0.160764 0.099486 0.099486 0.099486 +4326.535645 0.000000 2401.851807 0.000000 0.594122 0.000000 0.804375 0.097025 0.097025 0.097025 +4319.334473 0.000000 2413.329102 0.000000 0.200340 0.000000 0.979727 0.098053 0.098053 0.098053 +4350.270020 0.000000 2376.775146 0.000000 0.568266 0.000000 0.822845 0.099367 0.099367 0.099367 +4350.624512 0.000000 2381.163818 0.000000 0.869251 0.000000 0.494371 0.098629 0.098629 0.098629 +4303.831543 0.000000 2376.515625 0.000000 0.773180 0.000000 0.634186 0.100827 0.100827 0.100827 +4322.735840 0.000000 2411.996826 0.000000 0.971276 0.000000 -0.237958 0.100765 0.100765 0.100765 +4317.392090 0.000000 2417.017090 0.000000 0.999943 0.000000 -0.010648 0.104797 0.104797 0.104797 +4340.003906 0.000000 2375.671387 0.000000 0.978653 0.000000 -0.205521 0.103197 0.103197 0.103197 +4315.595215 0.000000 2422.867432 0.000000 0.648311 0.000000 0.761375 0.097245 0.097245 0.097245 +4314.987305 0.000000 2372.432617 0.000000 0.250692 0.000000 0.968067 0.095807 0.095807 0.095807 +4310.628418 0.000000 2402.370850 0.000000 0.574681 0.000000 0.818377 0.096949 0.096949 0.096949 +4303.197266 0.000000 2383.976562 0.000000 0.966702 0.000000 0.255906 0.099176 0.099176 0.099176 +4323.666992 0.000000 2408.830078 0.000000 0.972861 0.000000 -0.231392 0.102719 0.102719 0.102719 +4321.099609 0.000000 2406.293457 0.000000 0.979894 0.000000 0.199518 0.099639 0.099639 0.099639 +4313.661133 0.000000 2375.409912 0.000000 0.989310 0.000000 0.145826 0.103716 0.103716 0.103716 +4347.100586 0.000000 2382.436523 0.000000 0.970222 0.000000 -0.242217 0.105578 0.105578 0.105578 +4296.667480 0.000000 2377.123047 0.000000 0.588665 0.000000 0.808377 0.097003 0.097003 0.097003 +4313.916992 0.000000 2417.109863 0.000000 0.739428 0.000000 0.673236 0.097649 0.097649 0.097649 +4307.991699 0.000000 2405.571289 0.000000 0.966189 0.000000 0.257834 0.099170 0.099170 0.099170 +4300.112305 0.000000 2387.250488 0.000000 0.971399 0.000000 -0.237453 0.104432 0.104432 0.104432 +4305.664551 0.000000 2378.999756 0.000000 0.991499 0.000000 -0.130116 0.100415 0.100415 0.100415 +4308.994629 0.000000 2374.896484 0.000000 0.984146 0.000000 -0.177362 0.103103 0.103103 0.103103 +4344.639160 0.000000 2377.316162 0.000000 0.954850 0.000000 -0.297089 0.100960 0.100960 0.100960 +4311.068359 0.000000 2376.854980 0.000000 0.977245 0.000000 0.212113 0.100711 0.100711 0.100711 +4344.473633 0.000000 2380.474609 0.000000 0.581186 0.000000 0.813771 0.100505 0.100505 0.100505 +4326.646484 0.000000 2404.500977 0.000000 0.137919 0.000000 0.990443 0.097312 0.097312 0.097312 +4302.686523 0.000000 2386.935303 0.000000 0.894966 0.000000 -0.446135 0.103462 0.103462 0.103462 +4315.698730 0.000000 2418.843018 0.000000 0.960391 0.000000 0.278657 0.102155 0.102155 0.102155 +4311.339844 0.000000 2404.751221 0.000000 0.946575 0.000000 0.322484 0.099786 0.099786 0.099786 +4349.251953 0.000000 2379.158203 0.000000 0.698458 0.000000 0.715651 0.098826 0.098826 0.098826 +4301.487793 0.000000 2382.360352 0.000000 0.527412 0.000000 0.849609 0.099750 0.099750 0.099750 +4400.205566 0.000000 2315.833740 0.000000 0.607622 0.000000 0.794227 0.097079 0.097079 0.097079 +4372.968750 0.000000 2367.984375 0.000000 0.702836 0.000000 0.711352 0.097481 0.097481 0.097481 +4397.516602 0.000000 2330.592773 0.000000 0.224180 0.000000 0.974548 0.099205 0.099205 0.099205 +4353.451172 0.000000 2328.034912 0.000000 0.999889 0.000000 -0.014872 0.100047 0.100047 0.100047 +4356.458496 0.000000 2370.325439 0.000000 0.961511 0.000000 0.274767 0.099114 0.099114 0.099114 +4410.807129 0.000000 2322.513916 0.000000 0.978273 0.000000 0.207322 0.099335 0.099335 0.099335 +4359.671387 0.000000 2340.715820 0.000000 0.325244 0.000000 0.945630 0.096862 0.096862 0.096862 +4383.453613 0.000000 2332.589600 0.000000 0.465385 0.000000 0.885108 0.098434 0.098434 0.098434 +4367.130859 0.000000 2355.231201 0.000000 0.953731 0.000000 0.300661 0.099028 0.099028 0.099028 +4378.979980 0.000000 2357.692139 0.000000 0.963923 0.000000 0.266183 0.099142 0.099142 0.099142 +4389.982422 0.000000 2366.121094 0.000000 0.216945 0.000000 0.976184 0.099181 0.099181 0.099181 +4401.272949 0.000000 2349.484375 0.000000 0.947446 0.000000 0.319917 0.099241 0.099241 0.099241 +4383.758301 0.000000 2346.019043 0.000000 0.846126 0.000000 -0.532983 0.101789 0.101789 0.101789 +4363.959473 0.000000 2364.350342 0.000000 0.957094 0.000000 0.289777 0.099064 0.099064 0.099064 +4401.519043 0.000000 2322.188965 0.000000 0.040371 0.000000 0.999185 0.098060 0.098060 0.098060 +4361.400879 0.000000 2331.978516 0.000000 0.603593 0.000000 0.797292 0.101141 0.101141 0.101141 +4366.007324 0.000000 2346.749512 0.000000 0.944440 0.000000 0.328683 0.112513 0.112513 0.112513 +4389.432617 0.000000 2326.886475 0.000000 0.330456 0.000000 0.943821 0.097956 0.097956 0.097956 +4382.236816 0.000000 2368.389160 0.000000 0.995555 0.000000 -0.094185 0.100300 0.100300 0.100300 +4400.541992 0.000000 2338.444580 0.000000 0.358668 0.000000 0.933465 0.098053 0.098053 0.098053 +4367.272949 0.000000 2337.777832 0.000000 0.539097 0.000000 0.842244 0.098168 0.098168 0.098168 +4374.478027 0.000000 2350.752686 0.000000 0.809198 0.000000 -0.587536 0.101999 0.101999 0.101999 +4375.890625 0.000000 2334.916992 0.000000 0.618780 0.000000 0.785564 0.097124 0.097124 0.097124 +4356.032715 0.000000 2347.470947 0.000000 0.985250 0.000000 0.171123 0.099453 0.099453 0.099453 +4378.122559 0.000000 2326.667725 0.000000 0.033519 0.000000 0.999438 0.095107 0.095107 0.095107 +4390.893555 0.000000 2335.306641 0.000000 0.953391 0.000000 0.301738 0.102630 0.102630 0.102630 +4372.089355 0.000000 2360.676270 0.000000 0.171402 0.000000 0.985201 0.096887 0.096887 0.096887 +4359.979980 0.000000 2357.994629 0.000000 0.780430 0.000000 0.625244 0.097850 0.097850 0.097850 +4354.500488 0.000000 2335.603516 0.000000 0.999964 0.000000 0.008498 0.099973 0.099973 0.099973 +4385.210449 0.000000 2360.732666 0.000000 0.012945 0.000000 0.999916 0.095041 0.095041 0.095041 +4361.203613 0.000000 2351.560059 0.000000 0.933359 0.000000 0.358943 0.104091 0.104091 0.104091 +4396.760254 0.000000 2354.364502 0.000000 0.883429 0.000000 -0.468564 0.101552 0.101552 0.101552 +4384.032227 0.000000 2352.797363 0.000000 0.439587 0.000000 0.898200 0.096449 0.096449 0.096449 +4393.385742 0.000000 2348.777588 0.000000 0.816611 0.000000 0.577188 0.098041 0.098041 0.098041 +4377.621582 0.000000 2363.734131 0.000000 0.934007 0.000000 -0.357253 0.102013 0.102013 0.102013 +4383.826172 0.000000 2323.981689 0.000000 0.764113 0.000000 0.645082 0.097768 0.097768 0.097768 +4396.062988 0.000000 2324.848389 0.000000 0.543190 0.000000 0.839610 0.098184 0.098184 0.098184 +4402.789551 0.000000 2327.946777 0.000000 0.873755 0.000000 -0.486367 0.101901 0.101901 0.101901 +4387.765137 0.000000 2341.706543 0.000000 0.994087 0.000000 -0.108584 0.100346 0.100346 0.100346 +4366.953125 0.000000 2369.831055 0.000000 0.288110 0.000000 0.957597 0.096199 0.096199 0.096199 +4378.074219 0.000000 2346.375732 0.000000 0.538781 0.000000 0.842446 0.106845 0.106845 0.106845 +4402.584961 0.000000 2343.753662 0.000000 0.947352 0.000000 -0.320193 0.105849 0.105849 0.105849 +4397.943359 0.000000 2318.214355 0.000000 0.601347 0.000000 0.798988 0.097054 0.097054 0.097054 +4402.842773 0.000000 2333.729248 0.000000 0.820286 0.000000 0.571954 0.102731 0.102731 0.102731 +4369.256836 0.000000 2350.574219 0.000000 0.914039 0.000000 0.405626 0.098671 0.098671 0.098671 +4388.045898 0.000000 2321.134277 0.000000 0.954514 0.000000 0.298165 0.099036 0.099036 0.099036 +4368.971680 0.000000 2365.036377 0.000000 0.997970 0.000000 0.063688 0.099797 0.099797 0.099797 +4407.531250 0.000000 2326.463135 0.000000 0.885898 0.000000 0.463880 0.098465 0.098465 0.098465 +4361.063965 0.000000 2346.321289 0.000000 0.364480 0.000000 0.931211 0.107234 0.107234 0.107234 +4358.330566 0.000000 2327.956299 0.000000 0.172328 0.000000 0.985040 0.095551 0.095551 0.095551 +4366.875488 0.000000 2360.621338 0.000000 0.893267 0.000000 0.449527 0.099896 0.099896 0.099896 +4371.007324 0.000000 2333.937744 0.000000 0.971226 0.000000 -0.238161 0.100765 0.100765 0.100765 +4378.709961 0.000000 2352.899414 0.000000 0.850292 0.000000 0.526312 0.100162 0.100162 0.100162 +4362.351562 0.000000 2336.738281 0.000000 0.945992 0.000000 0.324190 0.098949 0.098949 0.098949 +4374.937012 0.000000 2330.286621 0.000000 0.902416 0.000000 0.430867 0.098582 0.098582 0.098582 +4386.932617 0.000000 2369.936279 0.000000 0.919853 0.000000 -0.392263 0.101283 0.101283 0.101283 +4387.991211 0.000000 2331.585938 0.000000 0.894800 0.000000 -0.446467 0.101473 0.101473 0.101473 +4371.771973 0.000000 2338.484863 0.000000 0.941348 0.000000 -0.337437 0.115538 0.115538 0.115538 +4386.015137 0.000000 2336.354980 0.000000 0.701001 0.000000 0.713161 0.101568 0.101568 0.101568 +4402.318359 0.000000 2316.065186 0.000000 0.812385 0.000000 0.583121 0.098018 0.098018 0.098018 +4405.994141 0.000000 2337.145508 0.000000 0.982993 0.000000 -0.183641 0.101997 0.101997 0.101997 +4382.060547 0.000000 2364.014160 0.000000 0.931302 0.000000 0.364248 0.098813 0.098813 0.098813 +4356.763672 0.000000 2352.051514 0.000000 0.862098 0.000000 0.506741 0.098308 0.098308 0.098308 +4379.131348 0.000000 2331.980469 0.000000 0.586047 0.000000 0.810277 0.096993 0.096993 0.096993 +4369.260254 0.000000 2342.316406 0.000000 0.196175 0.000000 0.980569 0.105540 0.105540 0.105540 +4389.098633 0.000000 2358.730469 0.000000 0.950302 0.000000 -0.311330 0.102988 0.102988 0.102988 +4381.237305 0.000000 2349.381592 0.000000 0.995606 0.000000 -0.093646 0.101141 0.101141 0.101141 +4379.932617 0.000000 2336.128906 0.000000 0.912397 0.000000 0.409305 0.098658 0.098658 0.098658 +4385.947754 0.000000 2365.333008 0.000000 0.998052 0.000000 -0.062384 0.100199 0.100199 0.100199 +4397.311035 0.000000 2350.209229 0.000000 0.981258 0.000000 0.192696 0.103002 0.103002 0.103002 +4406.381836 0.000000 2345.187012 0.000000 0.398502 0.000000 0.917168 0.096305 0.096305 0.096305 +4397.375000 0.000000 2340.781006 0.000000 0.911701 0.000000 0.410855 0.103350 0.103350 0.103350 +4352.156738 0.000000 2370.759521 0.000000 0.126259 0.000000 0.991997 0.095403 0.095403 0.095403 +4358.424805 0.000000 2336.219482 0.000000 0.998017 0.000000 -0.062950 0.100201 0.100201 0.100201 +4363.941895 0.000000 2357.663330 0.000000 0.953377 0.000000 0.301781 0.099856 0.099856 0.099856 +4360.908691 0.000000 2361.759277 0.000000 0.622973 0.000000 0.782243 0.097141 0.097141 0.097141 +4365.506836 0.000000 2351.673828 0.000000 0.981610 0.000000 -0.190896 0.100611 0.100611 0.100611 +4393.322754 0.000000 2364.135010 0.000000 0.859754 0.000000 0.510708 0.098294 0.098294 0.098294 +4356.755371 0.000000 2343.731934 0.000000 0.220869 0.000000 0.975304 0.097586 0.097586 0.097586 +4373.502930 0.000000 2364.178467 0.000000 0.974216 0.000000 0.225618 0.099276 0.099276 0.099276 +4386.735840 0.000000 2355.512451 0.000000 0.136802 0.000000 0.990598 0.095437 0.095437 0.095437 +4375.293457 0.000000 2339.424072 0.000000 0.822280 0.000000 0.569083 0.108237 0.108237 0.108237 +4403.863281 0.000000 2340.232178 0.000000 0.845197 0.000000 -0.534456 0.107783 0.107783 0.107783 +4399.663086 0.000000 2325.871338 0.000000 0.483322 0.000000 0.875443 0.096606 0.096606 0.096606 +4356.957520 0.000000 2355.706543 0.000000 0.019774 0.000000 0.999804 0.095063 0.095063 0.095063 +4370.579102 0.000000 2371.048340 0.000000 0.940368 0.000000 0.340159 0.103604 0.103604 0.103604 +4381.530273 0.000000 2343.151855 0.000000 0.764684 0.000000 0.644406 0.101331 0.101331 0.101331 +4392.974609 0.000000 2327.380859 0.000000 0.960952 0.000000 -0.276717 0.103436 0.103436 0.103436 +4381.392090 0.000000 2360.532715 0.000000 0.902218 0.000000 0.431281 0.099409 0.099409 0.099409 +4399.917480 0.000000 2352.641357 0.000000 0.364540 0.000000 0.931188 0.096188 0.096188 0.096188 +4404.014648 0.000000 2324.702637 0.000000 0.824650 0.000000 -0.565643 0.101914 0.101914 0.101914 +4400.918945 0.000000 2330.845459 0.000000 0.863500 0.000000 0.504349 0.100245 0.100245 0.100245 +4394.288574 0.000000 2339.007080 0.000000 0.596644 0.000000 0.802506 0.098938 0.098938 0.098938 +4363.406250 0.000000 2348.930176 0.000000 0.882132 0.000000 -0.471003 0.110949 0.110949 0.110949 +4410.028320 0.000000 2328.958008 0.000000 0.981310 0.000000 -0.192433 0.100616 0.100616 0.100616 +4387.104004 0.000000 2324.401367 0.000000 0.616441 0.000000 0.787401 0.098474 0.098474 0.098474 +4374.628418 0.000000 2345.886475 0.000000 0.217220 0.000000 0.976123 0.107224 0.107224 0.107224 +4393.064941 0.000000 2367.564941 0.000000 0.872065 0.000000 0.489389 0.098372 0.098372 0.098372 +4377.681152 0.000000 2349.636963 0.000000 0.650267 0.000000 0.759705 0.104609 0.104609 0.104609 +4358.724121 0.000000 2349.366943 0.000000 0.763482 0.000000 0.645829 0.100777 0.100777 0.100777 +4384.449219 0.000000 2341.854736 0.000000 0.991558 0.000000 0.129664 0.099586 0.099586 0.099586 +4394.835938 0.000000 2321.865723 0.000000 0.991867 0.000000 0.127275 0.099594 0.099594 0.099594 +4399.537109 0.000000 2342.987793 0.000000 0.986130 0.000000 -0.165975 0.102502 0.102502 0.102502 +4393.676758 0.000000 2333.926270 0.000000 0.986797 0.000000 -0.161961 0.100518 0.100518 0.100518 +4410.462402 0.000000 2332.929443 0.000000 0.886705 0.000000 -0.462335 0.101530 0.101530 0.101530 +4369.722656 0.000000 2368.036621 0.000000 0.658863 0.000000 0.752263 0.098107 0.098107 0.098107 +4377.916992 0.000000 2360.625488 0.000000 0.829361 0.000000 0.558713 0.099487 0.099487 0.099487 +4364.526855 0.000000 2338.905273 0.000000 0.226805 0.000000 0.973940 0.095728 0.095728 0.095728 +4396.194824 0.000000 2327.936768 0.000000 0.479564 0.000000 0.877507 0.099027 0.099027 0.099027 +4381.422852 0.000000 2354.411133 0.000000 0.871128 0.000000 0.491056 0.101397 0.101397 0.101397 +4371.991699 0.000000 2349.086914 0.000000 0.750263 0.000000 0.661139 0.098522 0.098522 0.098522 +4352.936035 0.000000 2338.468994 0.000000 0.479559 0.000000 0.877510 0.102274 0.102274 0.102274 +4385.448730 0.000000 2339.156250 0.000000 0.993236 0.000000 -0.116117 0.100652 0.100652 0.100652 +4359.437500 0.000000 2370.903076 0.000000 0.886919 0.000000 0.461925 0.098472 0.098472 0.098472 +4373.934570 0.000000 2370.671387 0.000000 0.291016 0.000000 0.956718 0.097284 0.097284 0.097284 +4388.759766 0.000000 2337.235596 0.000000 0.854952 0.000000 -0.518708 0.102591 0.102591 0.102591 +4369.360840 0.000000 2362.019775 0.000000 0.921968 0.000000 0.387267 0.103436 0.103436 0.103436 +4365.099609 0.000000 2335.635986 0.000000 0.888887 0.000000 0.458127 0.099313 0.099313 0.099313 +4375.191895 0.000000 2361.750000 0.000000 0.926410 0.000000 0.376517 0.099601 0.099601 0.099601 +4372.094727 0.000000 2331.260254 0.000000 0.704726 0.000000 0.709479 0.098309 0.098309 0.098309 +4364.083496 0.000000 2361.373291 0.000000 0.778732 0.000000 0.627357 0.101952 0.101952 0.101952 +4366.604980 0.000000 2363.436279 0.000000 0.862242 0.000000 -0.506497 0.105963 0.105963 0.105963 +4376.795410 0.000000 2343.771484 0.000000 0.999739 0.000000 -0.022832 0.109884 0.109884 0.109884 +4368.939453 0.000000 2331.788086 0.000000 0.994936 0.000000 0.100510 0.104426 0.104426 0.104426 +4382.952637 0.000000 2335.371582 0.000000 0.866817 0.000000 -0.498626 0.103655 0.103655 0.103655 +4390.337891 0.000000 2329.595459 0.000000 0.853944 0.000000 -0.520365 0.103167 0.103167 0.103167 +4379.635742 0.000000 2338.909668 0.000000 0.986986 0.000000 -0.160807 0.104737 0.104737 0.104737 +4380.947754 0.000000 2345.931152 0.000000 0.493940 0.000000 0.869496 0.097457 0.097457 0.097457 +4388.029297 0.000000 2334.412109 0.000000 0.999255 0.000000 -0.038583 0.100964 0.100964 0.100964 +4368.186523 0.000000 2335.010742 0.000000 0.764190 0.000000 0.644991 0.100233 0.100233 0.100233 +4381.958984 0.000000 2326.059814 0.000000 0.898665 0.000000 -0.438636 0.101445 0.101445 0.101445 +4396.352051 0.000000 2333.120361 0.000000 0.856436 0.000000 -0.516253 0.107711 0.107711 0.107711 +4377.283691 0.000000 2337.477051 0.000000 0.978726 0.000000 -0.205174 0.102068 0.102068 0.102068 +4366.979980 0.000000 2340.699463 0.000000 0.614949 0.000000 0.788567 0.100644 0.100644 0.100644 +4372.832520 0.000000 2328.438965 0.000000 0.992184 0.000000 -0.124780 0.104617 0.104617 0.104617 +4363.616211 0.000000 2345.200439 0.000000 0.763114 0.000000 0.646264 0.115563 0.115563 0.115563 +4360.614258 0.000000 2329.388184 0.000000 0.998051 0.000000 0.062399 0.099801 0.099801 0.099801 +4391.591309 0.000000 2357.695312 0.000000 0.825625 0.000000 -0.564220 0.106761 0.106761 0.106761 +4358.395508 0.000000 2345.915039 0.000000 0.957689 0.000000 -0.287807 0.106866 0.106866 0.106866 +4375.408203 0.000000 2327.697510 0.000000 0.931295 0.000000 0.364267 0.102411 0.102411 0.102411 +4396.127930 0.000000 2343.300781 0.000000 0.850010 0.000000 0.526767 0.098509 0.098509 0.098509 +4364.375000 0.000000 2370.527100 0.000000 0.899331 0.000000 -0.437268 0.105134 0.105134 0.105134 +4368.716797 0.000000 2347.957275 0.000000 0.543887 0.000000 0.839159 0.108494 0.108494 0.108494 +4362.329590 0.000000 2340.563965 0.000000 0.902864 0.000000 0.429926 0.100518 0.100518 0.100518 +4385.910645 0.000000 2358.182129 0.000000 0.704482 0.000000 0.709722 0.097761 0.097761 0.097761 +4371.443848 0.000000 2365.779053 0.000000 0.843515 0.000000 0.537106 0.098195 0.098195 0.098195 +4369.436523 0.000000 2339.728516 0.000000 0.775215 0.000000 0.631698 0.106318 0.106318 0.106318 +4405.428223 0.000000 2333.700684 0.000000 0.876774 0.000000 -0.480902 0.104158 0.104158 0.104158 +4401.394043 0.000000 2341.189209 0.000000 0.575341 0.000000 0.817914 0.101025 0.101025 0.101025 +4366.686523 0.000000 2330.450928 0.000000 0.417073 0.000000 0.908873 0.098259 0.098259 0.098259 +4371.640625 0.000000 2341.171143 0.000000 0.534458 0.000000 0.845195 0.111707 0.111707 0.111707 +4363.442871 0.000000 2333.667969 0.000000 0.473440 0.000000 0.880826 0.099545 0.099545 0.099545 +4393.128906 0.000000 2336.725098 0.000000 0.392121 0.000000 0.919914 0.097631 0.097631 0.097631 +4362.235840 0.000000 2359.543701 0.000000 0.915048 0.000000 0.403345 0.103930 0.103930 0.103930 +4366.389160 0.000000 2349.244141 0.000000 0.205514 0.000000 0.978654 0.100214 0.100214 0.100214 +4379.698730 0.000000 2362.358643 0.000000 0.291790 0.000000 0.956482 0.098361 0.098361 0.098361 +4398.693848 0.000000 2347.917969 0.000000 0.983762 0.000000 0.179477 0.100818 0.100818 0.100818 +4375.339844 0.000000 2348.266846 0.000000 0.962413 0.000000 -0.271592 0.105114 0.105114 0.105114 +4371.362793 0.000000 2343.847168 0.000000 0.880234 0.000000 0.474541 0.111936 0.111936 0.111936 +4365.872070 0.000000 2344.261963 0.000000 0.025469 0.000000 0.999676 0.115589 0.115589 0.115589 +4395.659668 0.000000 2352.039062 0.000000 0.914456 0.000000 0.404685 0.102820 0.102820 0.102820 +4379.190918 0.000000 2344.168701 0.000000 0.900056 0.000000 0.435775 0.107124 0.107124 0.107124 +4359.143066 0.000000 2343.243896 0.000000 0.868402 0.000000 -0.495861 0.106492 0.106492 0.106492 +4385.365723 0.000000 2326.034180 0.000000 0.857366 0.000000 -0.514708 0.104855 0.104855 0.104855 +4388.952637 0.000000 2356.336182 0.000000 0.506349 0.000000 0.862329 0.099128 0.099128 0.099128 +4382.816895 0.000000 2330.297119 0.000000 0.252875 0.000000 0.967499 0.099303 0.099303 0.099303 +4401.687988 0.000000 2324.812012 0.000000 0.901614 0.000000 -0.432541 0.103981 0.103981 0.103981 +4380.838379 0.000000 2340.926758 0.000000 0.999672 0.000000 0.025626 0.104117 0.104117 0.104117 +4368.382324 0.000000 2371.675781 0.000000 0.998374 0.000000 0.057012 0.102894 0.102894 0.102894 +4371.253418 0.000000 2363.446045 0.000000 0.142244 0.000000 0.989832 0.099465 0.099465 0.099465 +4388.144531 0.000000 2364.820801 0.000000 0.640516 0.000000 0.767945 0.100753 0.100753 0.100753 +4372.821777 0.000000 2346.970459 0.000000 0.972082 0.000000 0.234640 0.106196 0.106196 0.106196 +4373.422363 0.000000 2340.214355 0.000000 0.964715 0.000000 -0.263297 0.124295 0.124295 0.124295 +4377.598145 0.000000 2339.490967 0.000000 0.971808 0.000000 0.235774 0.109528 0.109528 0.109528 +4364.080078 0.000000 2347.148193 0.000000 0.980212 0.000000 0.197953 0.114674 0.114674 0.114674 +4373.008301 0.000000 2344.964355 0.000000 0.974285 0.000000 0.225319 0.109010 0.109010 0.109010 +4362.416504 0.000000 2347.543457 0.000000 0.904516 0.000000 0.426440 0.114893 0.114893 0.114893 +4369.688477 0.000000 2344.086182 0.000000 0.964344 0.000000 0.264651 0.113867 0.113867 0.113867 +4380.793945 0.000000 2375.185547 0.000000 0.512736 0.000000 0.858546 0.096714 0.096714 0.096714 +4364.978516 0.000000 2373.079834 0.000000 0.864807 0.000000 -0.502104 0.101959 0.101959 0.101959 +4392.832520 0.000000 2375.844971 0.000000 0.406297 0.000000 0.913741 0.096332 0.096332 0.096332 +4354.396484 0.000000 2374.205811 0.000000 0.001218 0.000000 0.999999 0.096867 0.096867 0.096867 +4378.122559 0.000000 2383.152100 0.000000 0.928028 0.000000 -0.372510 0.101215 0.101215 0.101215 +4386.900879 0.000000 2372.408447 0.000000 0.457121 0.000000 0.889405 0.096511 0.096511 0.096511 +4383.826172 0.000000 2380.466064 0.000000 0.965309 0.000000 0.261110 0.099159 0.099159 0.099159 +4375.491699 0.000000 2372.975342 0.000000 0.778825 0.000000 0.627242 0.098664 0.098664 0.098664 +4352.098633 0.000000 2379.292725 0.000000 0.517752 0.000000 0.855531 0.096732 0.096732 0.096732 +4359.914551 0.000000 2374.180664 0.000000 0.704648 0.000000 0.709557 0.098308 0.098308 0.098308 +4388.045898 0.000000 2377.618652 0.000000 0.734172 0.000000 0.678963 0.100085 0.100085 0.100085 +4370.283691 0.000000 2373.476562 0.000000 0.994134 0.000000 -0.108153 0.101188 0.101188 0.101188 +4377.237793 0.000000 2378.502686 0.000000 0.227317 0.000000 0.973821 0.097071 0.097071 0.097071 +4392.015625 0.000000 2379.972412 0.000000 0.889253 0.000000 -0.457416 0.101512 0.101512 0.101512 +4384.618164 0.000000 2375.709473 0.000000 0.923208 0.000000 -0.384300 0.101256 0.101256 0.101256 +4390.686523 0.000000 2372.649414 0.000000 0.373614 0.000000 0.927584 0.099723 0.099723 0.099723 +4380.431641 0.000000 2379.851562 0.000000 0.532428 0.000000 0.846475 0.100312 0.100312 0.100312 +4387.104004 0.000000 2380.885742 0.000000 0.526039 0.000000 0.850461 0.096763 0.096763 0.096763 +4377.661133 0.000000 2375.409912 0.000000 0.879196 0.000000 -0.476460 0.101581 0.101581 0.101581 +4356.948730 0.000000 2372.458740 0.000000 0.422359 0.000000 0.906429 0.096388 0.096388 0.096388 +4354.356934 0.000000 2377.241943 0.000000 0.732722 0.000000 0.680529 0.097891 0.097891 0.097891 +4352.042480 0.000000 2372.351074 0.000000 0.731712 0.000000 0.681614 0.097613 0.097613 0.097613 +4372.994629 0.000000 2374.896484 0.000000 0.992944 0.000000 0.118584 0.101017 0.101017 0.101017 +4382.608887 0.000000 2377.883301 0.000000 0.121856 0.000000 0.992548 0.097259 0.097259 0.097259 +4388.575195 0.000000 2374.732666 0.000000 0.842565 0.000000 0.538595 0.101765 0.101765 0.101765 +4374.782715 0.000000 2379.647217 0.000000 0.938979 0.000000 0.343973 0.098882 0.098882 0.098882 +4352.090332 0.000000 2375.639404 0.000000 0.150569 0.000000 0.988599 0.096818 0.096818 0.096818 +4367.671387 0.000000 2373.872803 0.000000 0.918396 0.000000 0.395663 0.098705 0.098705 0.098705 +4385.491699 0.000000 2378.239014 0.000000 0.939360 0.000000 -0.342932 0.103663 0.103663 0.103663 +4379.678223 0.000000 2377.357910 0.000000 0.840423 0.000000 0.541931 0.100102 0.100102 0.100102 "} object={ name="bush_02_generator_2_1" @@ -22,8 +3720,1687 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_bush_04_mesh" - count=3 + count=1682 transform="571.502258 0.000000 1141.684814 0.000000 0.589435 0.000000 -0.807815 0.160981 0.160981 0.160981 573.294678 0.000000 1145.202881 0.000000 0.249044 0.000000 -0.968492 0.199641 0.199641 0.199641 573.982239 0.000000 1141.212402 0.000000 0.768653 0.000000 -0.639666 0.164909 0.164909 0.164909 +5118.624512 0.000000 856.085754 0.000000 0.509846 0.000000 -0.860266 0.103297 0.103297 0.103297 +5109.566895 0.000000 859.727844 0.000000 0.254214 0.000000 -0.967148 0.130154 0.130154 0.130154 +5116.013184 0.000000 862.130371 0.000000 0.742536 0.000000 -0.669806 0.127275 0.127275 0.127275 +5114.270996 0.000000 855.599426 0.000000 0.266455 0.000000 -0.963847 0.131271 0.131271 0.131271 +5119.416504 0.000000 854.490601 0.000000 0.192317 0.000000 -0.981333 0.142687 0.142687 0.142687 +5118.321777 0.000000 865.597839 0.000000 0.654436 0.000000 -0.756117 0.161144 0.161144 0.161144 +5110.908203 0.000000 859.139648 0.000000 0.492446 0.000000 -0.870343 0.140710 0.140710 0.140710 +5117.039062 0.000000 865.606812 0.000000 0.297351 0.000000 -0.954768 0.149793 0.149793 0.149793 +5129.203613 0.000000 826.482056 0.000000 0.268878 0.000000 -0.963174 0.141762 0.141762 0.141762 +5126.215332 0.000000 839.718872 0.000000 0.110484 0.000000 -0.993878 0.104648 0.104648 0.104648 +5139.991699 0.000000 824.008728 0.000000 0.149567 0.000000 -0.988752 0.139363 0.139363 0.139363 +5126.057129 0.000000 835.718994 0.000000 0.476547 0.000000 -0.879149 0.114717 0.114717 0.114717 +5132.721191 0.000000 829.106079 0.000000 0.734852 0.000000 -0.678228 0.114130 0.114130 0.114130 +5129.808105 0.000000 831.948425 0.000000 0.710165 0.000000 -0.704036 0.112534 0.112534 0.112534 +5137.033691 0.000000 830.742126 0.000000 0.141895 0.000000 -0.989882 0.155795 0.155795 0.155795 +5150.288086 0.000000 845.243652 0.000000 0.349110 0.000000 -0.937082 0.133250 0.133250 0.133250 +5148.161133 0.000000 839.393372 0.000000 0.193665 0.000000 -0.981068 0.114028 0.114028 0.114028 +5135.325195 0.000000 825.789673 0.000000 0.691195 0.000000 -0.722668 0.128716 0.128716 0.128716 +5149.418457 0.000000 840.778748 0.000000 0.252011 0.000000 -0.967724 0.147090 0.147090 0.147090 +5139.881836 0.000000 829.318787 0.000000 0.240636 0.000000 -0.970615 0.156486 0.156486 0.156486 +5135.736328 0.000000 821.542480 0.000000 0.625130 0.000000 -0.780521 0.123882 0.123882 0.123882 +5131.049316 0.000000 840.662170 0.000000 0.127661 0.000000 -0.991818 0.124222 0.124222 0.124222 +5133.021484 0.000000 823.410278 0.000000 0.439918 0.000000 -0.898038 0.126465 0.126465 0.126465 +5140.841797 0.000000 825.347351 0.000000 0.377689 0.000000 -0.925932 0.155215 0.155215 0.155215 +5125.041016 0.000000 834.557800 0.000000 0.657755 0.000000 -0.753232 0.134076 0.134076 0.134076 +5122.657715 0.000000 835.543579 0.000000 0.274398 0.000000 -0.961616 0.129488 0.129488 0.129488 +5133.467285 0.000000 839.428040 0.000000 0.537835 0.000000 -0.843050 0.150886 0.150886 0.150886 +5139.524902 0.000000 827.715088 0.000000 0.185033 0.000000 -0.982732 0.142135 0.142135 0.142135 +5133.681641 0.000000 836.450195 0.000000 0.436882 0.000000 -0.899519 0.129959 0.129959 0.129959 +5140.708984 0.000000 834.346680 0.000000 0.301197 0.000000 -0.953562 0.162595 0.162595 0.162595 +5141.323242 0.000000 832.003113 0.000000 0.263762 0.000000 -0.964588 0.146452 0.146452 0.146452 +5139.222656 0.000000 832.614319 0.000000 0.776629 0.000000 -0.629958 0.145956 0.145956 0.145956 +5122.500488 0.000000 867.009705 0.000000 0.420363 0.000000 -0.907356 0.140481 0.140481 0.140481 +5154.900879 0.000000 847.330322 0.000000 0.566702 0.000000 -0.823923 0.137443 0.137443 0.137443 +5167.447754 0.000000 859.951294 0.000000 0.099935 0.000000 -0.994994 0.132538 0.132538 0.132538 +5120.712402 0.000000 865.486633 0.000000 0.253862 0.000000 -0.967240 0.152918 0.152918 0.152918 +5181.252441 0.000000 857.691956 0.000000 0.102666 0.000000 -0.994716 0.113175 0.113175 0.113175 +5165.585449 0.000000 857.698730 0.000000 0.703313 0.000000 -0.710880 0.130946 0.130946 0.130946 +5176.654297 0.000000 864.478577 0.000000 0.147524 0.000000 -0.989058 0.118876 0.118876 0.118876 +5161.963379 0.000000 854.794922 0.000000 0.692587 0.000000 -0.721334 0.133880 0.133880 0.133880 +5139.350098 0.000000 849.619507 0.000000 0.424271 0.000000 -0.905535 0.130595 0.130595 0.130595 +5141.555664 0.000000 851.350708 0.000000 0.561385 0.000000 -0.827554 0.132272 0.132272 0.132272 +5120.016113 0.000000 855.918152 0.000000 0.401004 0.000000 -0.916076 0.124308 0.124308 0.124308 +5131.039062 0.000000 863.522034 0.000000 0.471967 0.000000 -0.881616 0.140811 0.140811 0.140811 +5157.508789 0.000000 862.653931 0.000000 0.775660 0.000000 -0.631151 0.135660 0.135660 0.135660 +5175.353516 0.000000 854.409424 0.000000 0.050384 0.000000 -0.998730 0.142723 0.142723 0.142723 +5140.575195 0.000000 865.769653 0.000000 0.434325 0.000000 -0.900756 0.130550 0.130550 0.130550 +5168.663086 0.000000 865.921570 0.000000 0.745284 0.000000 -0.666747 0.127259 0.127259 0.127259 +5131.761719 0.000000 871.675293 0.000000 0.417149 0.000000 -0.908838 0.138174 0.138174 0.138174 +5159.522949 0.000000 851.263794 0.000000 0.679297 0.000000 -0.733863 0.138555 0.138555 0.138555 +5160.398438 0.000000 856.132080 0.000000 0.527392 0.000000 -0.849622 0.146896 0.146896 0.146896 +5150.228516 0.000000 847.277283 0.000000 0.327555 0.000000 -0.944832 0.170609 0.170609 0.170609 +5184.712402 0.000000 865.486633 0.000000 0.379836 0.000000 -0.925054 0.122070 0.122070 0.122070 +5601.210449 0.000000 1061.592041 0.000000 0.057799 0.000000 -0.998328 0.104816 0.104816 0.104816 +5593.621582 0.000000 1064.593628 0.000000 0.419833 0.000000 -0.907601 0.105653 0.105653 0.105653 +5610.009766 0.000000 1071.655396 0.000000 0.680940 0.000000 -0.732339 0.102616 0.102616 0.102616 +5584.971680 0.000000 1065.895752 0.000000 0.341569 0.000000 -0.939857 0.103890 0.103890 0.103890 +5593.505859 0.000000 1070.490479 0.000000 0.422573 0.000000 -0.906329 0.120154 0.120154 0.120154 +5609.322754 0.000000 1064.994385 0.000000 0.192825 0.000000 -0.981233 0.104382 0.104382 0.104382 +5597.392090 0.000000 1061.392212 0.000000 0.212440 0.000000 -0.977174 0.104319 0.104319 0.104319 +5606.346680 0.000000 1070.976440 0.000000 0.667475 0.000000 -0.744632 0.104112 0.104112 0.104112 +5585.722656 0.000000 1068.896118 0.000000 0.791015 0.000000 -0.611797 0.103525 0.103525 0.103525 +5589.934570 0.000000 1071.530762 0.000000 0.446148 0.000000 -0.894959 0.115998 0.115998 0.115998 +5596.380371 0.000000 1071.569092 0.000000 0.750237 0.000000 -0.661169 0.118060 0.118060 0.118060 +5600.330078 0.000000 1071.016235 0.000000 0.268028 0.000000 -0.963411 0.116096 0.116096 0.116096 +5595.673340 0.000000 1069.492065 0.000000 0.602789 0.000000 -0.797900 0.114186 0.114186 0.114186 +5588.141113 0.000000 1070.650513 0.000000 0.781655 0.000000 -0.623710 0.114447 0.114447 0.114447 +5601.680176 0.000000 1072.546509 0.000000 0.728026 0.000000 -0.685550 0.117607 0.117607 0.117607 +5537.210449 0.000000 1118.076416 0.000000 0.078811 0.000000 -0.996890 0.123234 0.123234 0.123234 +5534.530273 0.000000 1096.663208 0.000000 0.550379 0.000000 -0.834915 0.103145 0.103145 0.103145 +5548.662598 0.000000 1123.783325 0.000000 0.608028 0.000000 -0.793916 0.118776 0.118776 0.118776 +5529.621582 0.000000 1121.078003 0.000000 0.646590 0.000000 -0.762838 0.124926 0.124926 0.124926 +5518.953125 0.000000 1127.174805 0.000000 0.361794 0.000000 -0.932258 0.120398 0.120398 0.120398 +5530.074219 0.000000 1103.719604 0.000000 0.207621 0.000000 -0.978209 0.104334 0.104334 0.104334 +5554.584961 0.000000 1101.097412 0.000000 0.773094 0.000000 -0.634291 0.102187 0.102187 0.102187 +5565.658691 0.000000 1108.518921 0.000000 0.075216 0.000000 -0.997167 0.115031 0.115031 0.115031 +5540.276367 0.000000 1106.449829 0.000000 0.475189 0.000000 -0.879884 0.106611 0.106611 0.106611 +5525.208496 0.000000 1113.082397 0.000000 0.601683 0.000000 -0.798735 0.108424 0.108424 0.108424 +5546.009766 0.000000 1128.139771 0.000000 0.780299 0.000000 -0.625406 0.109876 0.109876 0.109876 +5520.971680 0.000000 1122.380127 0.000000 0.446311 0.000000 -0.894878 0.119477 0.119477 0.119477 +5518.875488 0.000000 1117.965210 0.000000 0.649010 0.000000 -0.760780 0.105342 0.105342 0.105342 +5530.709961 0.000000 1110.243042 0.000000 0.229150 0.000000 -0.973391 0.111565 0.111565 0.111565 +5538.932617 0.000000 1127.280029 0.000000 0.330303 0.000000 -0.943875 0.121687 0.121687 0.121687 +5538.015137 0.000000 1093.698608 0.000000 0.694413 0.000000 -0.719577 0.102557 0.102557 0.102557 +5533.237305 0.000000 1106.725342 0.000000 0.478922 0.000000 -0.877857 0.106597 0.106597 0.106597 +5535.334473 0.000000 1114.188599 0.000000 0.457451 0.000000 -0.889235 0.118272 0.118272 0.118272 +5560.315430 0.000000 1110.212158 0.000000 0.326879 0.000000 -0.945066 0.114713 0.114713 0.114713 +5555.213867 0.000000 1119.460327 0.000000 0.746104 0.000000 -0.665830 0.122095 0.122095 0.122095 +5515.941895 0.000000 1115.007202 0.000000 0.034222 0.000000 -0.999414 0.104891 0.104891 0.104891 +5561.910645 0.000000 1121.154175 0.000000 0.534318 0.000000 -0.845284 0.130669 0.130669 0.130669 +5548.412598 0.000000 1115.476807 0.000000 0.127708 0.000000 -0.991812 0.116604 0.116604 0.116604 +5538.735840 0.000000 1112.856201 0.000000 0.177478 0.000000 -0.984125 0.116426 0.116426 0.116426 +5559.060547 0.000000 1114.802856 0.000000 0.597583 0.000000 -0.801807 0.121131 0.121131 0.121131 +5533.392090 0.000000 1117.876587 0.000000 0.724732 0.000000 -0.689031 0.119346 0.119346 0.119346 +5555.634277 0.000000 1115.931030 0.000000 0.308656 0.000000 -0.951174 0.117693 0.117693 0.117693 +5542.346680 0.000000 1127.460815 0.000000 0.391410 0.000000 -0.920216 0.116794 0.116794 0.116794 +5562.305176 0.000000 1117.184570 0.000000 0.558519 0.000000 -0.829492 0.127087 0.127087 0.127087 +5565.611816 0.000000 1111.962769 0.000000 0.729159 0.000000 -0.684344 0.114733 0.114733 0.114733 +5527.836426 0.000000 1123.816040 0.000000 0.645103 0.000000 -0.764096 0.126661 0.126661 0.126661 +5536.449219 0.000000 1099.198486 0.000000 0.137366 0.000000 -0.990520 0.104561 0.104561 0.104561 +5510.507812 0.000000 1125.294312 0.000000 0.438089 0.000000 -0.898932 0.103557 0.103557 0.103557 +5564.832520 0.000000 1105.524902 0.000000 0.569934 0.000000 -0.821690 0.107400 0.107400 0.107400 +5557.860840 0.000000 1121.269531 0.000000 0.044861 0.000000 -0.998993 0.126886 0.126886 0.126886 +5521.722656 0.000000 1125.380493 0.000000 0.166294 0.000000 -0.986076 0.122904 0.122904 0.122904 +5529.916992 0.000000 1117.969360 0.000000 0.288962 0.000000 -0.957341 0.120683 0.120683 0.120683 +5533.422852 0.000000 1111.755005 0.000000 0.204641 0.000000 -0.978837 0.112820 0.112820 0.112820 +5511.437500 0.000000 1128.246704 0.000000 0.414817 0.000000 -0.909905 0.103638 0.103638 0.103638 +5525.934570 0.000000 1128.015137 0.000000 0.441282 0.000000 -0.897368 0.129939 0.129939 0.129939 +5554.798340 0.000000 1109.884277 0.000000 0.265718 0.000000 -0.964051 0.107936 0.107936 0.107936 +5521.360840 0.000000 1119.363525 0.000000 0.608152 0.000000 -0.793820 0.111856 0.111856 0.111856 +5532.380371 0.000000 1128.053467 0.000000 0.244700 0.000000 -0.969599 0.126690 0.126690 0.126690 +5518.604980 0.000000 1120.780151 0.000000 0.128182 0.000000 -0.991751 0.113673 0.113673 0.113673 +5537.062500 0.000000 1125.277100 0.000000 0.433091 0.000000 -0.901350 0.124753 0.124753 0.124753 +5539.689941 0.000000 1124.804810 0.000000 0.527412 0.000000 -0.849610 0.123184 0.123184 0.123184 +5538.111328 0.000000 1104.818359 0.000000 0.307423 0.000000 -0.951573 0.106627 0.106627 0.106627 +5524.436035 0.000000 1115.474976 0.000000 0.352767 0.000000 -0.935711 0.112870 0.112870 0.112870 +5567.697754 0.000000 1117.927246 0.000000 0.319402 0.000000 -0.947619 0.132213 0.132213 0.132213 +5527.935547 0.000000 1110.258301 0.000000 0.744697 0.000000 -0.667402 0.107199 0.107199 0.107199 +5550.782227 0.000000 1115.267212 0.000000 0.678204 0.000000 -0.734874 0.115564 0.115564 0.115564 +5547.596680 0.000000 1121.744629 0.000000 0.202583 0.000000 -0.979265 0.120427 0.120427 0.120427 +5520.382324 0.000000 1129.019531 0.000000 0.605261 0.000000 -0.796027 0.124555 0.124555 0.124555 +5567.163574 0.000000 1105.877686 0.000000 0.510009 0.000000 -0.860169 0.109951 0.109951 0.109951 +5540.144531 0.000000 1122.164551 0.000000 0.306160 0.000000 -0.951980 0.122364 0.122364 0.122364 +5535.373535 0.000000 1116.636230 0.000000 0.514291 0.000000 -0.857616 0.120349 0.120349 0.120349 +5550.671387 0.000000 1119.657593 0.000000 0.292366 0.000000 -0.956307 0.121252 0.121252 0.121252 +5535.005371 0.000000 1108.107788 0.000000 0.781968 0.000000 -0.623319 0.109295 0.109295 0.109295 +5531.673340 0.000000 1125.976440 0.000000 0.083762 0.000000 -0.996486 0.129670 0.129670 0.129670 +5551.085449 0.000000 1112.031250 0.000000 0.268743 0.000000 -0.963212 0.113760 0.113760 0.113760 +5553.424316 0.000000 1111.619629 0.000000 0.437745 0.000000 -0.899099 0.110810 0.110810 0.110810 +5542.962402 0.000000 1117.383057 0.000000 0.665057 0.000000 -0.746792 0.118504 0.118504 0.118504 +5567.374512 0.000000 1113.298584 0.000000 0.607387 0.000000 -0.794406 0.122238 0.122238 0.122238 +5540.342285 0.000000 1128.871826 0.000000 0.801231 0.000000 -0.598355 0.114904 0.114904 0.114904 +5528.641113 0.000000 1128.927612 0.000000 0.117426 0.000000 -0.993082 0.131295 0.131295 0.131295 +5534.716309 0.000000 1119.441162 0.000000 0.013218 0.000000 -0.999913 0.124656 0.124656 0.124656 +5549.537598 0.000000 1113.592773 0.000000 0.245685 0.000000 -0.969350 0.113259 0.113259 0.113259 +5542.819824 0.000000 1125.454834 0.000000 0.624695 0.000000 -0.780869 0.117545 0.117545 0.117545 +5554.216309 0.000000 1117.747925 0.000000 0.398415 0.000000 -0.917205 0.120833 0.120833 0.120833 +5527.416992 0.000000 1121.135864 0.000000 0.455801 0.000000 -0.890081 0.125236 0.125236 0.125236 +5518.368652 0.000000 1129.056641 0.000000 0.235142 0.000000 -0.971961 0.121473 0.121473 0.121473 +5530.529785 0.000000 1128.609985 0.000000 0.066354 0.000000 -0.997796 0.129151 0.129151 0.129151 +5551.350098 0.000000 1127.946167 0.000000 0.577446 0.000000 -0.816429 0.117183 0.117183 0.117183 +5559.432129 0.000000 1122.286865 0.000000 0.207178 0.000000 -0.978303 0.129178 0.129178 0.129178 +5540.742188 0.000000 1126.408325 0.000000 0.197346 0.000000 -0.980334 0.119862 0.119862 0.119862 +5533.418457 0.000000 1123.200684 0.000000 0.502232 0.000000 -0.864733 0.126769 0.126769 0.126769 +5556.072754 0.000000 1121.706299 0.000000 0.598153 0.000000 -0.801382 0.124589 0.124589 0.124589 +5560.471680 0.000000 1113.659180 0.000000 0.209613 0.000000 -0.977784 0.118063 0.118063 0.118063 +5536.293457 0.000000 1122.210571 0.000000 0.690592 0.000000 -0.723245 0.123548 0.123548 0.123548 +5527.599609 0.000000 1127.758301 0.000000 0.532669 0.000000 -0.846324 0.128943 0.128943 0.128943 +5567.025879 0.000000 1122.568237 0.000000 0.705025 0.000000 -0.709182 0.137253 0.137253 0.137253 +5522.536621 0.000000 1126.672852 0.000000 0.767550 0.000000 -0.640989 0.125979 0.125979 0.125979 +5526.444824 0.000000 1124.901978 0.000000 0.507080 0.000000 -0.861899 0.128483 0.128483 0.128483 +5565.587402 0.000000 1121.100952 0.000000 0.684426 0.000000 -0.729082 0.133927 0.133927 0.133927 +5566.871094 0.000000 1116.713623 0.000000 0.609975 0.000000 -0.792421 0.130874 0.130874 0.130874 +5609.563477 0.000000 1099.694092 0.000000 0.062359 0.000000 -0.998054 0.104801 0.104801 0.104801 +5605.982422 0.000000 1123.464966 0.000000 0.772900 0.000000 -0.634528 0.102188 0.102188 0.102188 +5583.272949 0.000000 1095.121704 0.000000 0.424159 0.000000 -0.905588 0.113763 0.113763 0.113763 +5572.032715 0.000000 1104.814697 0.000000 0.048572 0.000000 -0.998820 0.118648 0.118648 0.118648 +5606.893555 0.000000 1092.650513 0.000000 0.664214 0.000000 -0.747543 0.102688 0.102688 0.102688 +5612.662598 0.000000 1123.783325 0.000000 0.788630 0.000000 -0.614868 0.102108 0.102108 0.102108 +5609.260742 0.000000 1117.425293 0.000000 0.450366 0.000000 -0.892844 0.103513 0.103513 0.103513 +5609.385742 0.000000 1106.121216 0.000000 0.348078 0.000000 -0.937466 0.103868 0.103868 0.103868 +5582.873047 0.000000 1081.250244 0.000000 0.523707 0.000000 -0.851898 0.113946 0.113946 0.113946 +5612.062988 0.000000 1082.192261 0.000000 0.554735 0.000000 -0.832027 0.103128 0.103128 0.103128 +5603.765137 0.000000 1099.050415 0.000000 0.779045 0.000000 -0.626968 0.102157 0.102157 0.102157 +5569.017578 0.000000 1099.896240 0.000000 0.484184 0.000000 -0.874966 0.103391 0.103391 0.103391 +5577.641113 0.000000 1126.390991 0.000000 0.144081 0.000000 -0.989566 0.158713 0.158713 0.158713 +5589.208496 0.000000 1113.082397 0.000000 0.563858 0.000000 -0.825872 0.147854 0.147854 0.147854 +5610.009766 0.000000 1128.139771 0.000000 0.135519 0.000000 -0.990775 0.104567 0.104567 0.104567 +5580.552734 0.000000 1099.397217 0.000000 0.257042 0.000000 -0.966400 0.116136 0.116136 0.116136 +5577.063965 0.000000 1103.665161 0.000000 0.323289 0.000000 -0.946300 0.117055 0.117055 0.117055 +5582.220703 0.000000 1090.284058 0.000000 0.354101 0.000000 -0.935207 0.112865 0.112865 0.112865 +5579.929688 0.000000 1085.208984 0.000000 0.728471 0.000000 -0.685076 0.104410 0.104410 0.104410 +5606.535645 0.000000 1102.711182 0.000000 0.634578 0.000000 -0.772859 0.102812 0.102812 0.102812 +5605.098633 0.000000 1116.074097 0.000000 0.626149 0.000000 -0.779703 0.102846 0.102846 0.102846 +5569.884766 0.000000 1124.255615 0.000000 0.620523 0.000000 -0.784188 0.139464 0.139464 0.139464 +5572.047852 0.000000 1081.553223 0.000000 0.745638 0.000000 -0.666351 0.102321 0.102321 0.102321 +5571.837402 0.000000 1096.765259 0.000000 0.607387 0.000000 -0.794406 0.102922 0.102922 0.102922 +5579.941895 0.000000 1115.007202 0.000000 0.036916 0.000000 -0.999318 0.153358 0.153358 0.153358 +5598.953613 0.000000 1129.455688 0.000000 0.679764 0.000000 -0.733431 0.127054 0.127054 0.127054 +5585.939453 0.000000 1114.998657 0.000000 0.693549 0.000000 -0.720410 0.157432 0.157432 0.157432 +5591.293457 0.000000 1096.767944 0.000000 0.646995 0.000000 -0.762494 0.118016 0.118016 0.118016 +5610.673340 0.000000 1073.347046 0.000000 0.122369 0.000000 -0.992485 0.104610 0.104610 0.104610 +5608.974609 0.000000 1084.724731 0.000000 0.787894 0.000000 -0.615811 0.105258 0.105258 0.105258 +5586.190430 0.000000 1082.725342 0.000000 0.471837 0.000000 -0.881686 0.125166 0.125166 0.125166 +5597.392090 0.000000 1117.876587 0.000000 0.338128 0.000000 -0.941100 0.131551 0.131551 0.131551 +5614.042969 0.000000 1079.057739 0.000000 0.730942 0.000000 -0.682440 0.102391 0.102391 0.102391 +5597.020508 0.000000 1086.033447 0.000000 0.645826 0.000000 -0.763484 0.127809 0.127809 0.127809 +5590.628418 0.000000 1103.230347 0.000000 0.329595 0.000000 -0.944122 0.121689 0.121689 0.121689 +5603.666992 0.000000 1109.689331 0.000000 0.685642 0.000000 -0.727939 0.104032 0.104032 0.104032 +5574.724121 0.000000 1106.710571 0.000000 0.709269 0.000000 -0.704938 0.122873 0.122873 0.122873 +5602.857422 0.000000 1102.332031 0.000000 0.611860 0.000000 -0.790966 0.102904 0.102904 0.102904 +5591.836426 0.000000 1123.816040 0.000000 0.609299 0.000000 -0.792940 0.153939 0.153939 0.153939 +5592.572266 0.000000 1112.667480 0.000000 0.246511 0.000000 -0.969140 0.138943 0.138943 0.138943 +5580.457520 0.000000 1124.979004 0.000000 0.759396 0.000000 -0.650629 0.165556 0.165556 0.165556 +5600.449219 0.000000 1099.198486 0.000000 0.607606 0.000000 -0.794239 0.104363 0.104363 0.104363 +5610.835938 0.000000 1079.209351 0.000000 0.223026 0.000000 -0.974812 0.105160 0.105160 0.105160 +5574.507812 0.000000 1125.294312 0.000000 0.325911 0.000000 -0.945400 0.153731 0.153731 0.153731 +5571.510742 0.000000 1120.131104 0.000000 0.322816 0.000000 -0.946462 0.145011 0.145011 0.145011 +5576.667480 0.000000 1077.982300 0.000000 0.687202 0.000000 -0.726466 0.102588 0.102588 0.102588 +5580.526855 0.000000 1096.248901 0.000000 0.135524 0.000000 -0.990774 0.113647 0.113647 0.113647 +5597.422852 0.000000 1111.755005 0.000000 0.227021 0.000000 -0.973890 0.122088 0.122088 0.122088 +5587.991699 0.000000 1106.430664 0.000000 0.162817 0.000000 -0.986656 0.136379 0.136379 0.136379 +5578.072266 0.000000 1129.375122 0.000000 0.802258 0.000000 -0.596978 0.162344 0.162344 0.162344 +5580.112305 0.000000 1088.109863 0.000000 0.139863 0.000000 -0.990171 0.108361 0.108361 0.108361 +5601.448730 0.000000 1096.499878 0.000000 0.190334 0.000000 -0.981719 0.108192 0.108192 0.108192 +5598.961914 0.000000 1074.164429 0.000000 0.786547 0.000000 -0.617530 0.124144 0.124144 0.124144 +5580.083496 0.000000 1118.717041 0.000000 0.174736 0.000000 -0.984615 0.164414 0.164414 0.164414 +5592.795410 0.000000 1101.115356 0.000000 0.405598 0.000000 -0.914051 0.118481 0.118481 0.118481 +5575.213379 0.000000 1111.403198 0.000000 0.475092 0.000000 -0.879936 0.135002 0.135002 0.135002 +5604.029297 0.000000 1091.755859 0.000000 0.545498 0.000000 -0.838112 0.109232 0.109232 0.109232 +5593.706543 0.000000 1086.842529 0.000000 0.305465 0.000000 -0.952203 0.131690 0.131690 0.131690 +5584.186523 0.000000 1092.354370 0.000000 0.295319 0.000000 -0.955399 0.115995 0.115995 0.115995 +5597.958984 0.000000 1083.403442 0.000000 0.693658 0.000000 -0.720305 0.130426 0.130426 0.130426 +5589.235840 0.000000 1093.064209 0.000000 0.524770 0.000000 -0.851244 0.120882 0.120882 0.120882 +5576.614258 0.000000 1086.731934 0.000000 0.105265 0.000000 -0.994444 0.104664 0.104664 0.104664 +5591.068359 0.000000 1077.714233 0.000000 0.019317 0.000000 -0.999813 0.131100 0.131100 0.131100 +5583.671387 0.000000 1074.732178 0.000000 0.405326 0.000000 -0.914172 0.112093 0.112093 0.112093 +5574.395508 0.000000 1103.258789 0.000000 0.134891 0.000000 -0.990860 0.114235 0.114235 0.114235 +5601.491699 0.000000 1079.098389 0.000000 0.340799 0.000000 -0.940136 0.128629 0.128629 0.128629 +5606.824707 0.000000 1078.441040 0.000000 0.277485 0.000000 -0.960730 0.113145 0.113145 0.113145 +5584.716797 0.000000 1105.300903 0.000000 0.116188 0.000000 -0.993227 0.133058 0.133058 0.133058 +5585.436523 0.000000 1097.072144 0.000000 0.338942 0.000000 -0.940807 0.116414 0.116414 0.116414 +5606.385742 0.000000 1090.048096 0.000000 0.287324 0.000000 -0.957833 0.106113 0.106113 0.106113 +5587.640625 0.000000 1098.514893 0.000000 0.638714 0.000000 -0.769444 0.118631 0.118631 0.118631 +5600.544434 0.000000 1120.534668 0.000000 0.116773 0.000000 -0.993159 0.119574 0.119574 0.119574 +5611.690430 0.000000 1076.767090 0.000000 0.029052 0.000000 -0.999578 0.105201 0.105201 0.105201 +5579.442871 0.000000 1091.011719 0.000000 0.586184 0.000000 -0.810178 0.104449 0.104449 0.104449 +5605.463867 0.000000 1080.808472 0.000000 0.469766 0.000000 -0.882791 0.119380 0.119380 0.119380 +5570.575684 0.000000 1114.330200 0.000000 0.284840 0.000000 -0.958575 0.139357 0.139357 0.139357 +5588.805176 0.000000 1073.270630 0.000000 0.243777 0.000000 -0.969831 0.122023 0.122023 0.122023 +5570.311035 0.000000 1109.814209 0.000000 0.149475 0.000000 -0.988765 0.125895 0.125895 0.125895 +5583.870117 0.000000 1110.026001 0.000000 0.637135 0.000000 -0.770752 0.145131 0.145131 0.145131 +5587.362793 0.000000 1101.190918 0.000000 0.367466 0.000000 -0.930037 0.123865 0.123865 0.123865 +5587.894531 0.000000 1080.974854 0.000000 0.785490 0.000000 -0.618875 0.124151 0.124151 0.124151 +5595.190918 0.000000 1101.512573 0.000000 0.322914 0.000000 -0.946428 0.117057 0.117057 0.117057 +5582.401855 0.000000 1114.898926 0.000000 0.548572 0.000000 -0.836104 0.157184 0.157184 0.157184 +5594.245605 0.000000 1091.714966 0.000000 0.655357 0.000000 -0.755319 0.124306 0.124306 0.124306 +5581.612305 0.000000 1076.331787 0.000000 0.574299 0.000000 -0.818646 0.107960 0.107960 0.107960 +5573.141602 0.000000 1098.709351 0.000000 0.781691 0.000000 -0.623666 0.103574 0.103574 0.103574 +5609.650879 0.000000 1082.489868 0.000000 0.648352 0.000000 -0.761340 0.106496 0.106496 0.106496 +5598.816895 0.000000 1087.640869 0.000000 0.780944 0.000000 -0.624600 0.125324 0.125324 0.125324 +5596.838379 0.000000 1098.270508 0.000000 0.808736 0.000000 -0.588172 0.112002 0.112002 0.112002 +5584.382324 0.000000 1129.019531 0.000000 0.449897 0.000000 -0.893081 0.176874 0.176874 0.176874 +5582.033691 0.000000 1079.094116 0.000000 0.025785 0.000000 -0.999668 0.116380 0.116380 0.116380 +5603.522949 0.000000 1117.848999 0.000000 0.465424 0.000000 -0.885088 0.108965 0.108965 0.108965 +5599.373535 0.000000 1116.636230 0.000000 0.669109 0.000000 -0.743164 0.123660 0.123660 0.123660 +5579.263184 0.000000 1109.765503 0.000000 0.246825 0.000000 -0.969060 0.135439 0.135439 0.135439 +5599.888672 0.000000 1094.747437 0.000000 0.468589 0.000000 -0.883416 0.114169 0.114169 0.114169 +5599.005371 0.000000 1108.107788 0.000000 0.314023 0.000000 -0.949415 0.113595 0.113595 0.113595 +5595.443848 0.000000 1105.468140 0.000000 0.478126 0.000000 -0.878291 0.117028 0.117028 0.117028 +5600.607910 0.000000 1112.293823 0.000000 0.460435 0.000000 -0.887693 0.112462 0.112462 0.112462 +5606.792969 0.000000 1076.015137 0.000000 0.747246 0.000000 -0.664548 0.110052 0.110052 0.110052 +5601.049316 0.000000 1074.453369 0.000000 0.316408 0.000000 -0.948623 0.122906 0.122906 0.122906 +5574.953125 0.000000 1108.813354 0.000000 0.440165 0.000000 -0.897917 0.129944 0.129944 0.129944 +5571.385254 0.000000 1111.637573 0.000000 0.806865 0.000000 -0.590735 0.126872 0.126872 0.126872 +5588.821777 0.000000 1104.314087 0.000000 0.790946 0.000000 -0.611887 0.125832 0.125832 0.125832 +5574.997070 0.000000 1113.460083 0.000000 0.049572 0.000000 -0.998771 0.142139 0.142139 0.142139 +5597.739258 0.000000 1094.666260 0.000000 0.722707 0.000000 -0.691154 0.116488 0.116488 0.116488 +5584.098633 0.000000 1082.962646 0.000000 0.017070 0.000000 -0.999854 0.122290 0.122290 0.122290 +5593.598145 0.000000 1096.834717 0.000000 0.374941 0.000000 -0.927049 0.118020 0.118020 0.118020 +5576.722168 0.000000 1105.722168 0.000000 0.286699 0.000000 -0.958021 0.121857 0.121857 0.121857 +5587.236816 0.000000 1084.526245 0.000000 0.200753 0.000000 -0.979642 0.126280 0.126280 0.126280 +5573.572266 0.000000 1120.133911 0.000000 0.773956 0.000000 -0.633239 0.145975 0.145975 0.145975 +5601.987305 0.000000 1110.816772 0.000000 0.039402 0.000000 -0.999223 0.112806 0.112806 0.112806 +5603.217285 0.000000 1084.041626 0.000000 0.485566 0.000000 -0.874200 0.122210 0.122210 0.122210 +5595.739258 0.000000 1116.826538 0.000000 0.247001 0.000000 -0.969015 0.138941 0.138941 0.138941 +5590.604004 0.000000 1111.732788 0.000000 0.494683 0.000000 -0.869073 0.137225 0.137225 0.137225 +5572.166992 0.000000 1121.967651 0.000000 0.057784 0.000000 -0.998329 0.149737 0.149737 0.149737 +5595.528320 0.000000 1107.742310 0.000000 0.129333 0.000000 -0.991601 0.120114 0.120114 0.120114 +5585.033691 0.000000 1113.163940 0.000000 0.495238 0.000000 -0.868758 0.153434 0.153434 0.153434 +5594.529785 0.000000 1128.609985 0.000000 0.354856 0.000000 -0.934921 0.149514 0.149514 0.149514 +5580.080078 0.000000 1104.491943 0.000000 0.520011 0.000000 -0.854159 0.127266 0.127266 0.127266 +5596.161133 0.000000 1121.815186 0.000000 0.739854 0.000000 -0.672767 0.133025 0.133025 0.133025 +5589.917480 0.000000 1117.465332 0.000000 0.239198 0.000000 -0.970971 0.157661 0.157661 0.157661 +5584.278320 0.000000 1086.758911 0.000000 0.760822 0.000000 -0.648960 0.116855 0.116855 0.116855 +5591.366211 0.000000 1075.855835 0.000000 0.432174 0.000000 -0.901790 0.127659 0.127659 0.127659 +5578.618164 0.000000 1124.646362 0.000000 0.212641 0.000000 -0.977130 0.163636 0.163636 0.163636 +5579.557617 0.000000 1113.150879 0.000000 0.184396 0.000000 -0.982852 0.147402 0.147402 0.147402 +5569.726074 0.000000 1116.107544 0.000000 0.036381 0.000000 -0.999338 0.138670 0.138670 0.138670 +5595.504395 0.000000 1087.181519 0.000000 0.198202 0.000000 -0.980161 0.131552 0.131552 0.131552 +5590.981445 0.000000 1101.427734 0.000000 0.397080 0.000000 -0.917784 0.120257 0.120257 0.120257 +5593.774414 0.000000 1122.902344 0.000000 0.604667 0.000000 -0.796478 0.148777 0.148777 0.148777 +5589.452637 0.000000 1095.186035 0.000000 0.073645 0.000000 -0.997285 0.119732 0.119732 0.119732 +5576.859375 0.000000 1110.690186 0.000000 0.764650 0.000000 -0.644445 0.135160 0.135160 0.135160 +5598.652344 0.000000 1085.288452 0.000000 0.562203 0.000000 -0.826999 0.128225 0.128225 0.128225 +5569.843750 0.000000 1119.582764 0.000000 0.808220 0.000000 -0.588881 0.136577 0.136577 0.136577 +5573.351074 0.000000 1111.329102 0.000000 0.714775 0.000000 -0.699354 0.130880 0.130880 0.130880 +5585.145996 0.000000 1075.757324 0.000000 0.332458 0.000000 -0.943118 0.117603 0.117603 0.117603 +5586.362793 0.000000 1105.839722 0.000000 0.682694 0.000000 -0.730705 0.129338 0.129338 0.129338 +5602.937012 0.000000 1074.987793 0.000000 0.051808 0.000000 -0.998657 0.120399 0.120399 0.120399 +5593.034668 0.000000 1105.149658 0.000000 0.455194 0.000000 -0.890392 0.120020 0.120020 0.120020 +5581.317383 0.000000 1126.430420 0.000000 0.523133 0.000000 -0.852251 0.167163 0.167163 0.167163 +5578.416504 0.000000 1104.887329 0.000000 0.511748 0.000000 -0.859135 0.123832 0.123832 0.123832 +5587.070801 0.000000 1116.570923 0.000000 0.073125 0.000000 -0.997323 0.163167 0.163167 0.163167 +5601.519531 0.000000 1081.064087 0.000000 0.464316 0.000000 -0.885669 0.129256 0.129256 0.129256 +5592.779785 0.000000 1077.739746 0.000000 0.369304 0.000000 -0.929309 0.130835 0.130835 0.130835 +5586.442383 0.000000 1088.219727 0.000000 0.582399 0.000000 -0.812903 0.122356 0.122356 0.122356 +5597.325684 0.000000 1077.678101 0.000000 0.251572 0.000000 -0.967839 0.131333 0.131333 0.131333 +5587.343262 0.000000 1124.804199 0.000000 0.735944 0.000000 -0.677043 0.166311 0.166311 0.166311 +5572.140625 0.000000 1114.770996 0.000000 0.098258 0.000000 -0.995161 0.142515 0.142515 0.142515 +5593.560059 0.000000 1116.376587 0.000000 0.478790 0.000000 -0.877930 0.144833 0.144833 0.144833 +5584.024902 0.000000 1114.621704 0.000000 0.562532 0.000000 -0.826776 0.158257 0.158257 0.158257 +5587.350098 0.000000 1075.557007 0.000000 0.352944 0.000000 -0.935644 0.122179 0.122179 0.122179 +5586.929199 0.000000 1078.677368 0.000000 0.426231 0.000000 -0.904614 0.124782 0.124782 0.124782 +5596.899902 0.000000 1124.751831 0.000000 0.023204 0.000000 -0.999731 0.135787 0.135787 0.135787 +5590.020996 0.000000 1074.523193 0.000000 0.337737 0.000000 -0.941240 0.128060 0.128060 0.128060 +5571.051758 0.000000 1123.055542 0.000000 0.206576 0.000000 -0.978431 0.145547 0.145547 0.145547 +5581.021484 0.000000 1105.832153 0.000000 0.402302 0.000000 -0.915507 0.127787 0.127787 0.127787 +5590.338379 0.000000 1086.185547 0.000000 0.253148 0.000000 -0.967427 0.131326 0.131326 0.131326 +5576.627441 0.000000 1113.227539 0.000000 0.430568 0.000000 -0.902558 0.143334 0.143334 0.143334 +5586.010742 0.000000 1123.736206 0.000000 0.581194 0.000000 -0.813765 0.166227 0.166227 0.166227 +5589.209473 0.000000 1080.065430 0.000000 0.296008 0.000000 -0.955185 0.129981 0.129981 0.129981 +5600.131348 0.000000 1078.322510 0.000000 0.726396 0.000000 -0.687276 0.126796 0.126796 0.126796 +5578.331055 0.000000 1118.539429 0.000000 0.802886 0.000000 -0.596133 0.156622 0.156622 0.156622 +5573.041016 0.000000 1116.979614 0.000000 0.775800 0.000000 -0.630979 0.143673 0.143673 0.143673 +5588.029785 0.000000 1077.129883 0.000000 0.003813 0.000000 -0.999993 0.129397 0.129397 0.129397 +5573.961426 0.000000 1123.835938 0.000000 0.325327 0.000000 -0.945601 0.149658 0.149658 0.149658 +5581.467285 0.000000 1121.849976 0.000000 0.108354 0.000000 -0.994112 0.167682 0.167682 0.167682 +5589.894043 0.000000 1126.476929 0.000000 0.010206 0.000000 -0.999948 0.171712 0.171712 0.171712 +5574.382324 0.000000 1110.203125 0.000000 0.240848 0.000000 -0.970563 0.136048 0.136048 0.136048 +5584.398438 0.000000 1118.259521 0.000000 0.577788 0.000000 -0.816187 0.164516 0.164516 0.164516 +5595.304688 0.000000 1118.341797 0.000000 0.226200 0.000000 -0.974081 0.141952 0.141952 0.141952 +5588.196289 0.000000 1121.965454 0.000000 0.725032 0.000000 -0.688715 0.157787 0.157787 0.157787 +5590.383789 0.000000 1120.214966 0.000000 0.780083 0.000000 -0.625676 0.153371 0.153371 0.153371 +5568.421387 0.000000 1116.726318 0.000000 0.487573 0.000000 -0.873082 0.136680 0.136680 0.136680 +5587.616211 0.000000 1119.461792 0.000000 0.383724 0.000000 -0.923448 0.163902 0.163902 0.163902 +5577.022461 0.000000 1116.270386 0.000000 0.169311 0.000000 -0.985563 0.154493 0.154493 0.154493 +5568.126465 0.000000 1118.885986 0.000000 0.562536 0.000000 -0.826773 0.138042 0.138042 0.138042 +5580.955566 0.000000 1129.067261 0.000000 0.728568 0.000000 -0.684973 0.168088 0.168088 0.168088 +5591.285645 0.000000 1112.913574 0.000000 0.592979 0.000000 -0.805218 0.142498 0.142498 0.142498 +5589.323242 0.000000 1114.424927 0.000000 0.666394 0.000000 -0.745599 0.152436 0.152436 0.152436 +5574.966309 0.000000 1121.073120 0.000000 0.255296 0.000000 -0.966863 0.153495 0.153495 0.153495 +5582.365723 0.000000 1116.200439 0.000000 0.420088 0.000000 -0.907483 0.161380 0.161380 0.161380 +5581.130371 0.000000 1115.379272 0.000000 0.425775 0.000000 -0.904829 0.154965 0.154965 0.154965 +5582.943359 0.000000 1113.797729 0.000000 0.572612 0.000000 -0.819826 0.151846 0.151846 0.151846 +5589.902344 0.000000 1118.689575 0.000000 0.503431 0.000000 -0.864035 0.158020 0.158020 0.158020 +5580.104980 0.000000 1116.101807 0.000000 0.326337 0.000000 -0.945253 0.159552 0.159552 0.159552 +5587.400879 0.000000 1129.176147 0.000000 0.721495 0.000000 -0.692420 0.173881 0.173881 0.173881 +5582.414551 0.000000 1122.481201 0.000000 0.441315 0.000000 -0.897352 0.169965 0.169965 0.169965 +5581.689453 0.000000 1124.024292 0.000000 0.434209 0.000000 -0.900812 0.167685 0.167685 0.167685 +5496.550781 0.000000 1162.546631 0.000000 0.608172 0.000000 -0.793805 0.102919 0.102919 0.102919 +5491.456055 0.000000 1179.975708 0.000000 0.728269 0.000000 -0.685291 0.102403 0.102403 0.102403 +5503.586426 0.000000 1183.122070 0.000000 0.081737 0.000000 -0.996654 0.107967 0.107967 0.107967 +5494.864258 0.000000 1184.686157 0.000000 0.530049 0.000000 -0.847967 0.103222 0.103222 0.103222 +5496.315430 0.000000 1166.696533 0.000000 0.072478 0.000000 -0.997370 0.104769 0.104769 0.104769 +5502.419434 0.000000 1171.834839 0.000000 0.675698 0.000000 -0.737179 0.102638 0.102638 0.102638 +5495.062500 0.000000 1180.704956 0.000000 0.524369 0.000000 -0.851491 0.103243 0.103243 0.103243 +5503.697754 0.000000 1174.411621 0.000000 0.545219 0.000000 -0.838294 0.104031 0.104031 0.104031 +5431.107910 0.000000 1231.373169 0.000000 0.101223 0.000000 -0.994864 0.104677 0.104677 0.104677 +5437.658691 0.000000 1221.487671 0.000000 0.683522 0.000000 -0.729930 0.102604 0.102604 0.102604 +5434.305176 0.000000 1230.153320 0.000000 0.732511 0.000000 -0.680755 0.110127 0.110127 0.110127 +5439.697754 0.000000 1230.895996 0.000000 0.406589 0.000000 -0.913611 0.126027 0.126027 0.126027 +5438.390625 0.000000 1241.932373 0.000000 0.306070 0.000000 -0.952009 0.138680 0.138680 0.138680 +5436.008301 0.000000 1228.449097 0.000000 0.765024 0.000000 -0.644002 0.112250 0.112250 0.112250 +5433.072754 0.000000 1236.288940 0.000000 0.148535 0.000000 -0.988907 0.112431 0.112431 0.112431 +5437.282227 0.000000 1230.127075 0.000000 0.500288 0.000000 -0.865859 0.117515 0.117515 0.117515 +5437.535645 0.000000 1240.347412 0.000000 0.758048 0.000000 -0.652199 0.128328 0.128328 0.128328 +5454.007324 0.000000 1217.062134 0.000000 0.404032 0.000000 -0.914745 0.103676 0.103676 0.103676 +5444.032715 0.000000 1217.783447 0.000000 0.041425 0.000000 -0.999142 0.104868 0.104868 0.104868 +5460.089355 0.000000 1230.988770 0.000000 0.515221 0.000000 -0.857058 0.122081 0.122081 0.122081 +5501.512207 0.000000 1186.197998 0.000000 0.282823 0.000000 -0.959172 0.104962 0.104962 0.104962 +5501.292480 0.000000 1198.730835 0.000000 0.234233 0.000000 -0.972180 0.104247 0.104247 0.104247 +5449.641113 0.000000 1239.359741 0.000000 0.725819 0.000000 -0.687886 0.161224 0.161224 0.161224 +5498.511719 0.000000 1206.681885 0.000000 0.766630 0.000000 -0.642089 0.102219 0.102219 0.102219 +5456.971680 0.000000 1235.348877 0.000000 0.721521 0.000000 -0.692392 0.145187 0.145187 0.145187 +5444.763672 0.000000 1222.364136 0.000000 0.468969 0.000000 -0.883215 0.107793 0.107793 0.107793 +5441.884766 0.000000 1237.224365 0.000000 0.387785 0.000000 -0.921750 0.145283 0.145283 0.145283 +5440.163086 0.000000 1220.918457 0.000000 0.329714 0.000000 -0.944081 0.103930 0.103930 0.103930 +5473.947754 0.000000 1235.645386 0.000000 0.424252 0.000000 -0.905544 0.103605 0.103605 0.103605 +5448.908691 0.000000 1232.071899 0.000000 0.375113 0.000000 -0.926979 0.151158 0.151158 0.151158 +5463.371094 0.000000 1229.185791 0.000000 0.087960 0.000000 -0.996124 0.114400 0.114400 0.114400 +5469.392090 0.000000 1230.845337 0.000000 0.248397 0.000000 -0.968658 0.104201 0.104201 0.104201 +5449.866211 0.000000 1225.244263 0.000000 0.211048 0.000000 -0.977476 0.119811 0.119811 0.119811 +5467.595215 0.000000 1236.695557 0.000000 0.789508 0.000000 -0.613740 0.114974 0.114974 0.114974 +5463.836426 0.000000 1236.784790 0.000000 0.142756 0.000000 -0.989758 0.131778 0.131778 0.131778 +5443.510742 0.000000 1233.099854 0.000000 0.193239 0.000000 -0.981152 0.144438 0.144438 0.144438 +5465.916992 0.000000 1230.938110 0.000000 0.544213 0.000000 -0.838947 0.112127 0.112127 0.112127 +5450.072266 0.000000 1242.343872 0.000000 0.140265 0.000000 -0.990114 0.166932 0.166932 0.166932 +5463.191895 0.000000 1232.062500 0.000000 0.795441 0.000000 -0.606031 0.119513 0.119513 0.119513 +5468.380371 0.000000 1241.022217 0.000000 0.633596 0.000000 -0.773664 0.118080 0.118080 0.118080 +5452.083496 0.000000 1231.685791 0.000000 0.112509 0.000000 -0.993651 0.144798 0.144798 0.144798 +5454.604980 0.000000 1233.748901 0.000000 0.364563 0.000000 -0.931179 0.147140 0.147140 0.147140 +5473.062500 0.000000 1238.245850 0.000000 0.361435 0.000000 -0.932397 0.104695 0.104695 0.104695 +5460.984863 0.000000 1223.369873 0.000000 0.593420 0.000000 -0.804893 0.102978 0.102978 0.102978 +5452.375000 0.000000 1240.839722 0.000000 0.226623 0.000000 -0.973983 0.164733 0.164733 0.164733 +5444.384766 0.000000 1236.944580 0.000000 0.666784 0.000000 -0.745251 0.153584 0.153584 0.153584 +5442.311035 0.000000 1222.782959 0.000000 0.607944 0.000000 -0.793980 0.106091 0.106091 0.106091 +5454.401855 0.000000 1227.867676 0.000000 0.239761 0.000000 -0.970832 0.123791 0.123791 0.123791 +5502.948242 0.000000 1188.326050 0.000000 0.014416 0.000000 -0.999896 0.108188 0.108188 0.108188 +5459.253418 0.000000 1233.758545 0.000000 0.636033 0.000000 -0.771662 0.133619 0.133619 0.133619 +5442.269043 0.000000 1239.605713 0.000000 0.045835 0.000000 -0.998949 0.154491 0.154491 0.154491 +5442.026855 0.000000 1234.798096 0.000000 0.646634 0.000000 -0.762800 0.147378 0.147378 0.147378 +5457.493164 0.000000 1230.144653 0.000000 0.524454 0.000000 -0.851439 0.133608 0.133608 0.133608 +5445.572266 0.000000 1233.102661 0.000000 0.049904 0.000000 -0.998754 0.149186 0.149186 0.149186 +5457.033691 0.000000 1226.132690 0.000000 0.555222 0.000000 -0.831702 0.119592 0.119592 0.119592 +5470.288086 0.000000 1240.634277 0.000000 0.717054 0.000000 -0.697018 0.111926 0.111926 0.111926 +5461.101562 0.000000 1232.622925 0.000000 0.214625 0.000000 -0.976697 0.127979 0.127979 0.127979 +5450.618164 0.000000 1237.615112 0.000000 0.444762 0.000000 -0.895649 0.160084 0.160084 0.160084 +5451.557617 0.000000 1226.119629 0.000000 0.732444 0.000000 -0.680827 0.125614 0.125614 0.125614 +5441.726074 0.000000 1229.076294 0.000000 0.378449 0.000000 -0.925622 0.125564 0.125564 0.125564 +5445.351074 0.000000 1224.297852 0.000000 0.679379 0.000000 -0.733788 0.115558 0.115558 0.115558 +5446.073242 0.000000 1239.959351 0.000000 0.555157 0.000000 -0.831746 0.160034 0.160034 0.160034 +5453.317383 0.000000 1239.399170 0.000000 0.642061 0.000000 -0.766654 0.161225 0.161225 0.161225 +5459.070801 0.000000 1229.539673 0.000000 0.023826 0.000000 -0.999716 0.122852 0.122852 0.122852 +5456.310547 0.000000 1233.767334 0.000000 0.028691 0.000000 -0.999588 0.142817 0.142817 0.142817 +5444.140625 0.000000 1227.739746 0.000000 0.514385 0.000000 -0.857559 0.124399 0.124399 0.124399 +5456.425781 0.000000 1236.874878 0.000000 0.251211 0.000000 -0.967932 0.152931 0.152931 0.152931 +5451.049316 0.000000 1236.052734 0.000000 0.708271 0.000000 -0.705941 0.158479 0.158479 0.158479 +5443.051758 0.000000 1236.024292 0.000000 0.504486 0.000000 -0.863420 0.149911 0.149911 0.149911 +5448.627441 0.000000 1226.196289 0.000000 0.322455 0.000000 -0.946585 0.128124 0.128124 0.128124 +5458.634277 0.000000 1231.440552 0.000000 0.531987 0.000000 -0.846753 0.127789 0.127789 0.127789 +5445.041016 0.000000 1229.948364 0.000000 0.558405 0.000000 -0.829568 0.131709 0.131709 0.131709 +5458.536621 0.000000 1239.641602 0.000000 0.214438 0.000000 -0.976738 0.149602 0.149602 0.149602 +5455.354980 0.000000 1232.393921 0.000000 0.011655 0.000000 -0.999932 0.148771 0.148771 0.148771 +5455.453125 0.000000 1235.147095 0.000000 0.398447 0.000000 -0.917192 0.152784 0.152784 0.152784 +5442.657715 0.000000 1230.934204 0.000000 0.780692 0.000000 -0.624915 0.135054 0.135054 0.135054 +5445.961426 0.000000 1236.804688 0.000000 0.746186 0.000000 -0.665737 0.153048 0.153048 0.153048 +5461.894043 0.000000 1239.445679 0.000000 0.445054 0.000000 -0.895504 0.142103 0.142103 0.142103 +5447.386719 0.000000 1231.387451 0.000000 0.028824 0.000000 -0.999584 0.144579 0.144579 0.144579 +5440.328125 0.000000 1234.640259 0.000000 0.683872 0.000000 -0.729602 0.141977 0.141977 0.141977 +5458.134277 0.000000 1242.572021 0.000000 0.067440 0.000000 -0.997723 0.153215 0.153215 0.153215 +5459.857422 0.000000 1238.868774 0.000000 0.446772 0.000000 -0.894648 0.148474 0.148474 0.148474 +5448.362793 0.000000 1241.956909 0.000000 0.786943 0.000000 -0.617025 0.163043 0.163043 0.163043 +5445.351562 0.000000 1237.804932 0.000000 0.700292 0.000000 -0.713856 0.153365 0.153365 0.153365 +5451.890137 0.000000 1236.904907 0.000000 0.556968 0.000000 -0.830534 0.159446 0.159446 0.159446 +5562.544434 0.000000 1170.110596 0.000000 0.640556 0.000000 -0.767912 0.119774 0.119774 0.119774 +5542.230957 0.000000 1168.216553 0.000000 0.794536 0.000000 -0.607218 0.106366 0.106366 0.106366 +5560.065918 0.000000 1155.050049 0.000000 0.254669 0.000000 -0.967028 0.105056 0.105056 0.105056 +5535.453613 0.000000 1146.417603 0.000000 0.581793 0.000000 -0.813337 0.120050 0.120050 0.120050 +5545.563477 0.000000 1156.178467 0.000000 0.664666 0.000000 -0.747141 0.105274 0.105274 0.105274 +5551.722656 0.000000 1174.007202 0.000000 0.642190 0.000000 -0.766546 0.126676 0.126676 0.126676 +5553.272949 0.000000 1163.312378 0.000000 0.089797 0.000000 -0.995960 0.105007 0.105007 0.105007 +5541.432617 0.000000 1140.714600 0.000000 0.784824 0.000000 -0.619719 0.112140 0.112140 0.112140 +5519.272949 0.000000 1151.606079 0.000000 0.238051 0.000000 -0.971253 0.108615 0.108615 0.108615 +5526.478027 0.000000 1164.580811 0.000000 0.370961 0.000000 -0.928649 0.105825 0.105825 0.105825 +5530.122559 0.000000 1140.495850 0.000000 0.636679 0.000000 -0.771129 0.124976 0.124976 0.124976 +5560.550781 0.000000 1162.546631 0.000000 0.241763 0.000000 -0.970335 0.109770 0.109770 0.109770 +5555.456055 0.000000 1179.975708 0.000000 0.686201 0.000000 -0.727412 0.134491 0.134491 0.134491 +5565.512207 0.000000 1129.713623 0.000000 0.052325 0.000000 -0.998630 0.134492 0.134492 0.134492 +5534.530273 0.000000 1153.147583 0.000000 0.685229 0.000000 -0.728328 0.117254 0.117254 0.117254 +5513.203613 0.000000 1165.388306 0.000000 0.166216 0.000000 -0.986089 0.104468 0.104468 0.104468 +5529.621582 0.000000 1177.562378 0.000000 0.072004 0.000000 -0.997404 0.119738 0.119738 0.119738 +5559.107910 0.000000 1174.888794 0.000000 0.351782 0.000000 -0.936082 0.130911 0.130911 0.130911 +5510.215332 0.000000 1178.625122 0.000000 0.013485 0.000000 -0.999909 0.111131 0.111131 0.111131 +5530.074219 0.000000 1160.203979 0.000000 0.433917 0.000000 -0.900953 0.111404 0.111404 0.111404 +5554.584961 0.000000 1157.581787 0.000000 0.238596 0.000000 -0.971119 0.104233 0.104233 0.104233 +5567.586426 0.000000 1183.122070 0.000000 0.784233 0.000000 -0.620466 0.119581 0.119581 0.119581 +5549.943359 0.000000 1132.042480 0.000000 0.137716 0.000000 -0.990472 0.110125 0.110125 0.110125 +5511.914551 0.000000 1131.524414 0.000000 0.237219 0.000000 -0.971456 0.104530 0.104530 0.104530 +5540.276367 0.000000 1162.934204 0.000000 0.726612 0.000000 -0.687048 0.104993 0.104993 0.104993 +5525.208496 0.000000 1169.566772 0.000000 0.594408 0.000000 -0.804164 0.105570 0.105570 0.105570 +5549.434082 0.000000 1159.416748 0.000000 0.170094 0.000000 -0.985428 0.105334 0.105334 0.105334 +5540.045898 0.000000 1134.962402 0.000000 0.551395 0.000000 -0.834244 0.112675 0.112675 0.112675 +5516.552734 0.000000 1155.881592 0.000000 0.418026 0.000000 -0.908435 0.103627 0.103627 0.103627 +5559.531250 0.000000 1140.291138 0.000000 0.237327 0.000000 -0.971430 0.111537 0.111537 0.111537 +5513.063965 0.000000 1160.149536 0.000000 0.672067 0.000000 -0.740490 0.102654 0.102654 0.102654 +5518.220703 0.000000 1146.768433 0.000000 0.369874 0.000000 -0.929082 0.113388 0.113388 0.113388 +5539.991211 0.000000 1145.413940 0.000000 0.395402 0.000000 -0.918508 0.118521 0.118521 0.118521 +5536.426758 0.000000 1142.125366 0.000000 0.496908 0.000000 -0.867803 0.116950 0.116950 0.116950 +5505.884766 0.000000 1180.739990 0.000000 0.446405 0.000000 -0.894831 0.107877 0.107877 0.107877 +5508.047852 0.000000 1138.037598 0.000000 0.621433 0.000000 -0.783468 0.102866 0.102866 0.102866 +5544.015625 0.000000 1137.316040 0.000000 0.499406 0.000000 -0.866368 0.110572 0.110572 0.110572 +5504.163086 0.000000 1164.434082 0.000000 0.474207 0.000000 -0.880414 0.103427 0.103427 0.103427 +5533.237305 0.000000 1163.209717 0.000000 0.784632 0.000000 -0.619962 0.108136 0.108136 0.108136 +5560.315430 0.000000 1166.696533 0.000000 0.449151 0.000000 -0.893456 0.114246 0.114246 0.114246 +5542.889160 0.000000 1153.127075 0.000000 0.073543 0.000000 -0.997292 0.114450 0.114450 0.114450 +5517.506836 0.000000 1165.501953 0.000000 0.424578 0.000000 -0.905392 0.103604 0.103604 0.103604 +5552.647949 0.000000 1170.163208 0.000000 0.475047 0.000000 -0.879961 0.117620 0.117620 0.117620 +5565.507812 0.000000 1179.464233 0.000000 0.573791 0.000000 -0.819002 0.126437 0.126437 0.126437 +5527.371094 0.000000 1172.701416 0.000000 0.451398 0.000000 -0.892323 0.110178 0.110178 0.110178 +5548.412598 0.000000 1171.961182 0.000000 0.175643 0.000000 -0.984454 0.115262 0.115262 0.115262 +5548.376953 0.000000 1175.955200 0.000000 0.672527 0.000000 -0.740072 0.123643 0.123643 0.123643 +5551.663086 0.000000 1139.699341 0.000000 0.626904 0.000000 -0.779097 0.107164 0.107164 0.107164 +5545.204590 0.000000 1166.248901 0.000000 0.381592 0.000000 -0.924331 0.103754 0.103754 0.103754 +5522.190430 0.000000 1139.209717 0.000000 0.270034 0.000000 -0.962851 0.129506 0.129506 0.129506 +5550.042969 0.000000 1135.542114 0.000000 0.558686 0.000000 -0.829379 0.109179 0.109179 0.109179 +5556.003906 0.000000 1133.015015 0.000000 0.638093 0.000000 -0.769959 0.118058 0.118058 0.118058 +5513.866211 0.000000 1168.759888 0.000000 0.465961 0.000000 -0.884805 0.103457 0.103457 0.103457 +5562.305176 0.000000 1173.668945 0.000000 0.008727 0.000000 -0.999962 0.126437 0.126437 0.126437 +5533.020508 0.000000 1142.517822 0.000000 0.397793 0.000000 -0.917475 0.123159 0.123159 0.123159 +5565.611816 0.000000 1168.447144 0.000000 0.097310 0.000000 -0.995254 0.118472 0.118472 0.118472 +5562.028320 0.000000 1142.786133 0.000000 0.552627 0.000000 -0.833429 0.114981 0.114981 0.114981 +5529.681152 0.000000 1163.464966 0.000000 0.604852 0.000000 -0.796338 0.107834 0.107834 0.107834 +5552.580566 0.000000 1160.128296 0.000000 0.375270 0.000000 -0.926915 0.103776 0.103776 0.103776 +5516.457520 0.000000 1181.463379 0.000000 0.471595 0.000000 -0.881815 0.118793 0.118793 0.118793 +5551.537109 0.000000 1156.815918 0.000000 0.241418 0.000000 -0.970421 0.105100 0.105100 0.105100 +5529.661133 0.000000 1132.753662 0.000000 0.029468 0.000000 -0.999566 0.132235 0.132235 0.132235 +5510.507812 0.000000 1181.778687 0.000000 0.640043 0.000000 -0.768339 0.109987 0.109987 0.109987 +5564.832520 0.000000 1162.009277 0.000000 0.738163 0.000000 -0.674622 0.108951 0.108951 0.108951 +5557.860840 0.000000 1177.753906 0.000000 0.765162 0.000000 -0.643838 0.132866 0.132866 0.132866 +5515.486816 0.000000 1138.247070 0.000000 0.090665 0.000000 -0.995881 0.113217 0.113217 0.113217 +5563.100586 0.000000 1139.780273 0.000000 0.272873 0.000000 -0.962050 0.118995 0.118995 0.118995 +5548.194824 0.000000 1141.764893 0.000000 0.747658 0.000000 -0.664084 0.106611 0.106611 0.106611 +5533.422852 0.000000 1168.239380 0.000000 0.627797 0.000000 -0.778377 0.105432 0.105432 0.105432 +5562.631836 0.000000 1164.823975 0.000000 0.198583 0.000000 -0.980084 0.113426 0.113426 0.113426 +5521.664551 0.000000 1136.343506 0.000000 0.510928 0.000000 -0.859624 0.125572 0.125572 0.125572 +5537.448730 0.000000 1152.984253 0.000000 0.705876 0.000000 -0.708335 0.116575 0.116575 0.116575 +5524.994629 0.000000 1132.240234 0.000000 0.411155 0.000000 -0.911565 0.131814 0.131814 0.131814 +5516.083496 0.000000 1175.201416 0.000000 0.545988 0.000000 -0.837793 0.106340 0.106340 0.106340 +5539.200195 0.000000 1142.484497 0.000000 0.347318 0.000000 -0.937748 0.115800 0.115800 0.115800 +5520.186523 0.000000 1148.838745 0.000000 0.763029 0.000000 -0.646364 0.112260 0.112260 0.112260 +5543.299805 0.000000 1176.066895 0.000000 0.323618 0.000000 -0.946188 0.124042 0.124042 0.124042 +5560.639160 0.000000 1134.659790 0.000000 0.398006 0.000000 -0.917383 0.120835 0.120835 0.120835 +5526.782715 0.000000 1136.990845 0.000000 0.501750 0.000000 -0.865013 0.131981 0.131981 0.131981 +5524.984863 0.000000 1166.885498 0.000000 0.725356 0.000000 -0.688374 0.103277 0.103277 0.103277 +5565.125000 0.000000 1182.166748 0.000000 0.605423 0.000000 -0.795904 0.123401 0.123401 0.123401 +5537.910645 0.000000 1172.010376 0.000000 0.662740 0.000000 -0.748850 0.109310 0.109310 0.109310 +5537.412109 0.000000 1144.644653 0.000000 0.137792 0.000000 -0.990461 0.119497 0.119497 0.119497 +5561.460938 0.000000 1129.790771 0.000000 0.709539 0.000000 -0.704666 0.126891 0.126891 0.126891 +5518.650879 0.000000 1180.028320 0.000000 0.631026 0.000000 -0.775762 0.120972 0.120972 0.120972 +5521.436523 0.000000 1153.556519 0.000000 0.121690 0.000000 -0.992568 0.109007 0.109007 0.109007 +5548.051758 0.000000 1161.781860 0.000000 0.216200 0.000000 -0.976349 0.104599 0.104599 0.104599 +5567.976562 0.000000 1180.302856 0.000000 0.762297 0.000000 -0.647227 0.122002 0.122002 0.122002 +5542.385742 0.000000 1146.532471 0.000000 0.038900 0.000000 -0.999243 0.115746 0.115746 0.115746 +5518.686523 0.000000 1144.278931 0.000000 0.480896 0.000000 -0.876778 0.115858 0.115858 0.115858 +5560.346680 0.000000 1151.888428 0.000000 0.695056 0.000000 -0.718956 0.107437 0.107437 0.107437 +5565.638184 0.000000 1149.410767 0.000000 0.345632 0.000000 -0.938370 0.112897 0.112897 0.112897 +5508.384766 0.000000 1180.460205 0.000000 0.464155 0.000000 -0.885754 0.110129 0.110129 0.110129 +5531.698730 0.000000 1176.186890 0.000000 0.785608 0.000000 -0.618725 0.118429 0.118429 0.118429 +5524.805176 0.000000 1129.755005 0.000000 0.384195 0.000000 -0.923252 0.130190 0.130190 0.130190 +5532.928223 0.000000 1147.567627 0.000000 0.196698 0.000000 -0.980464 0.123373 0.123373 0.123373 +5528.535645 0.000000 1146.042480 0.000000 0.721028 0.000000 -0.692906 0.123383 0.123383 0.123383 +5566.390625 0.000000 1185.447998 0.000000 0.380447 0.000000 -0.924803 0.117418 0.117418 0.117418 +5523.894531 0.000000 1137.459229 0.000000 0.748062 0.000000 -0.663629 0.128389 0.128389 0.128389 +5531.678223 0.000000 1134.701660 0.000000 0.641750 0.000000 -0.766914 0.126678 0.126678 0.126678 +5547.095215 0.000000 1144.006104 0.000000 0.129998 0.000000 -0.991514 0.111323 0.111323 0.111323 +5528.077637 0.000000 1139.083984 0.000000 0.789661 0.000000 -0.613544 0.128129 0.128129 0.128129 +5565.251953 0.000000 1136.502075 0.000000 0.210288 0.000000 -0.977639 0.124489 0.124489 0.124489 +5566.948242 0.000000 1131.841675 0.000000 0.691227 0.000000 -0.722638 0.133313 0.133313 0.133313 +5537.365723 0.000000 1139.862305 0.000000 0.247769 0.000000 -0.968819 0.116754 0.116754 0.116754 +5556.706543 0.000000 1186.002808 0.000000 0.777484 0.000000 -0.628903 0.131641 0.131641 0.131641 +5517.487793 0.000000 1139.704224 0.000000 0.148459 0.000000 -0.988919 0.116530 0.116530 0.116530 +5558.180664 0.000000 1153.537720 0.000000 0.097916 0.000000 -0.995195 0.106741 0.106741 0.106741 +5563.739258 0.000000 1134.194092 0.000000 0.611702 0.000000 -0.791088 0.121641 0.121641 0.121641 +5533.291016 0.000000 1172.030029 0.000000 0.676565 0.000000 -0.736383 0.109247 0.109247 0.109247 +5520.382324 0.000000 1185.503906 0.000000 0.279177 0.000000 -0.960240 0.130635 0.130635 0.130635 +5555.914062 0.000000 1135.475830 0.000000 0.744021 0.000000 -0.668156 0.110642 0.110642 0.110642 +5535.330566 0.000000 1162.108643 0.000000 0.636795 0.000000 -0.771033 0.107698 0.107698 0.107698 +5531.203125 0.000000 1169.005249 0.000000 0.418650 0.000000 -0.908148 0.106237 0.106237 0.106237 +5506.269043 0.000000 1183.121338 0.000000 0.412889 0.000000 -0.910781 0.109742 0.109742 0.109742 +5567.273438 0.000000 1141.078613 0.000000 0.347453 0.000000 -0.937697 0.122201 0.122201 0.122201 +5540.144531 0.000000 1178.648926 0.000000 0.256501 0.000000 -0.966544 0.126643 0.126643 0.126643 +5506.026855 0.000000 1178.313721 0.000000 0.068776 0.000000 -0.997632 0.109770 0.109770 0.109770 +5530.165527 0.000000 1137.945312 0.000000 0.726949 0.000000 -0.686692 0.125645 0.125645 0.125645 +5531.443848 0.000000 1161.952515 0.000000 0.379149 0.000000 -0.925335 0.111610 0.111610 0.111610 +5551.085449 0.000000 1168.515625 0.000000 0.262515 0.000000 -0.964928 0.109698 0.109698 0.109698 +5553.424316 0.000000 1168.104004 0.000000 0.048409 0.000000 -0.998828 0.112188 0.112188 0.112188 +5553.031738 0.000000 1176.026001 0.000000 0.759392 0.000000 -0.650633 0.131757 0.131757 0.131757 +5542.792969 0.000000 1132.499512 0.000000 0.420571 0.000000 -0.907260 0.111455 0.111455 0.111455 +5559.867676 0.000000 1176.919189 0.000000 0.723190 0.000000 -0.690649 0.132552 0.132552 0.132552 +5540.916016 0.000000 1157.749878 0.000000 0.259540 0.000000 -0.965732 0.110292 0.110292 0.110292 +5565.252441 0.000000 1140.113892 0.000000 0.078040 0.000000 -0.996950 0.120303 0.120303 0.120303 +5537.049316 0.000000 1130.937744 0.000000 0.122696 0.000000 -0.992444 0.121311 0.121311 0.121311 +5538.508301 0.000000 1176.253174 0.000000 0.264035 0.000000 -0.964513 0.121362 0.121362 0.121362 +5543.778320 0.000000 1185.522461 0.000000 0.517398 0.000000 -0.855745 0.146370 0.146370 0.146370 +5549.747070 0.000000 1178.379028 0.000000 0.096139 0.000000 -0.995368 0.136072 0.136072 0.136072 +5546.281250 0.000000 1171.899292 0.000000 0.135106 0.000000 -0.990831 0.113649 0.113649 0.113649 +5564.034180 0.000000 1177.510742 0.000000 0.126080 0.000000 -0.992020 0.128330 0.128330 0.128330 +5532.979980 0.000000 1144.966675 0.000000 0.644350 0.000000 -0.764731 0.122635 0.122635 0.122635 +5529.598145 0.000000 1153.319092 0.000000 0.477652 0.000000 -0.878549 0.118768 0.118768 0.118768 +5549.537598 0.000000 1170.077148 0.000000 0.661886 0.000000 -0.749605 0.113341 0.113341 0.113341 +5544.389160 0.000000 1183.317871 0.000000 0.168841 0.000000 -0.985643 0.143376 0.143376 0.143376 +5557.007812 0.000000 1170.837891 0.000000 0.681040 0.000000 -0.732246 0.118999 0.118999 0.118999 +5519.590332 0.000000 1181.783936 0.000000 0.604589 0.000000 -0.796538 0.121098 0.121098 0.121098 +5539.217285 0.000000 1140.526001 0.000000 0.001948 0.000000 -0.999998 0.117052 0.117052 0.117052 +5554.317871 0.000000 1134.140625 0.000000 0.540532 0.000000 -0.841323 0.111564 0.111564 0.111564 +5518.368652 0.000000 1185.541016 0.000000 0.530515 0.000000 -0.847676 0.127796 0.127796 0.127796 +5517.704590 0.000000 1142.514160 0.000000 0.438408 0.000000 -0.898776 0.113128 0.113128 0.113128 +5532.161133 0.000000 1178.299561 0.000000 0.074489 0.000000 -0.997222 0.128532 0.128532 0.128532 +5540.742188 0.000000 1182.892700 0.000000 0.067085 0.000000 -0.997747 0.140302 0.140302 0.140302 +5564.771484 0.000000 1166.771606 0.000000 0.374115 0.000000 -0.927382 0.115117 0.115117 0.115117 +5563.502441 0.000000 1141.684814 0.000000 0.712706 0.000000 -0.701463 0.115392 0.115392 0.115392 +5557.097168 0.000000 1131.472778 0.000000 0.244060 0.000000 -0.969760 0.122606 0.122606 0.122606 +5557.188965 0.000000 1184.100220 0.000000 0.417708 0.000000 -0.908581 0.135268 0.135268 0.135268 +5531.877441 0.000000 1141.178345 0.000000 0.587931 0.000000 -0.808911 0.125215 0.125215 0.125215 +5547.722656 0.000000 1185.010742 0.000000 0.662617 0.000000 -0.748958 0.146131 0.146131 0.146131 +5565.535645 0.000000 1183.863037 0.000000 0.106140 0.000000 -0.994351 0.125477 0.125477 0.125477 +5520.790527 0.000000 1137.842773 0.000000 0.476636 0.000000 -0.879101 0.125725 0.125725 0.125725 +5523.935547 0.000000 1139.445923 0.000000 0.419469 0.000000 -0.907770 0.128875 0.128875 0.128875 +5521.288086 0.000000 1134.768799 0.000000 0.090869 0.000000 -0.995863 0.127295 0.127295 0.127295 +5567.462891 0.000000 1130.037476 0.000000 0.773223 0.000000 -0.634134 0.132814 0.132814 0.132814 +5520.425781 0.000000 1180.390503 0.000000 0.766485 0.000000 -0.642263 0.120832 0.120832 0.120832 +5545.936523 0.000000 1182.783936 0.000000 0.524373 0.000000 -0.851488 0.141706 0.141706 0.141706 +5523.704102 0.000000 1143.451782 0.000000 0.204890 0.000000 -0.978785 0.127433 0.127433 0.127433 +5560.427734 0.000000 1181.558472 0.000000 0.456245 0.000000 -0.889854 0.133931 0.133931 0.133931 +5525.555664 0.000000 1133.772583 0.000000 0.349855 0.000000 -0.936804 0.132083 0.132083 0.132083 +5527.599609 0.000000 1184.242676 0.000000 0.020007 0.000000 -0.999800 0.135800 0.135800 0.135800 +5526.338379 0.000000 1142.669922 0.000000 0.458419 0.000000 -0.888736 0.128123 0.128123 0.128123 +5525.209473 0.000000 1136.549805 0.000000 0.310001 0.000000 -0.950736 0.132836 0.132836 0.132836 +5564.027344 0.000000 1174.569946 0.000000 0.013445 0.000000 -0.999910 0.127595 0.127595 0.127595 +5525.918945 0.000000 1141.194946 0.000000 0.809012 0.000000 -0.587792 0.128571 0.128571 0.128571 +5533.034668 0.000000 1183.171265 0.000000 0.564669 0.000000 -0.825317 0.137453 0.137453 0.137453 +5535.732910 0.000000 1182.504272 0.000000 0.581902 0.000000 -0.813259 0.137941 0.137941 0.137941 +5558.238281 0.000000 1186.049561 0.000000 0.513635 0.000000 -0.858009 0.129031 0.129031 0.129031 +5525.272461 0.000000 1138.057007 0.000000 0.135501 0.000000 -0.990777 0.132393 0.132393 0.132393 +5526.733398 0.000000 1138.458618 0.000000 0.640444 0.000000 -0.768005 0.130716 0.130716 0.130716 +5526.249023 0.000000 1186.054688 0.000000 0.212214 0.000000 -0.977223 0.139677 0.139677 0.139677 +5553.352051 0.000000 1182.821167 0.000000 0.450351 0.000000 -0.892851 0.139757 0.139757 0.139757 +5533.209473 0.000000 1185.648682 0.000000 0.304753 0.000000 -0.952431 0.141599 0.141599 0.141599 +5550.953613 0.000000 1183.087036 0.000000 0.808670 0.000000 -0.588263 0.139431 0.139431 0.139431 +5546.913086 0.000000 1183.687744 0.000000 0.768179 0.000000 -0.640236 0.141436 0.141436 0.141436 +5613.516602 0.000000 1144.420776 0.000000 0.297526 0.000000 -0.954714 0.104038 0.104038 0.104038 +5626.368164 0.000000 1181.613403 0.000000 0.417576 0.000000 -0.908642 0.103629 0.103629 0.103629 +5582.007324 0.000000 1160.577759 0.000000 0.148308 0.000000 -0.988941 0.120044 0.120044 0.120044 +5590.478027 0.000000 1164.580811 0.000000 0.256713 0.000000 -0.966488 0.108551 0.108551 0.108551 +5572.032715 0.000000 1161.299072 0.000000 0.301496 0.000000 -0.953467 0.106065 0.106065 0.106065 +5588.089355 0.000000 1174.504395 0.000000 0.491142 0.000000 -0.871079 0.103366 0.103366 0.103366 +5602.900879 0.000000 1129.752197 0.000000 0.806859 0.000000 -0.590744 0.108584 0.108584 0.108584 +5577.203613 0.000000 1165.388306 0.000000 0.672346 0.000000 -0.740237 0.104091 0.104091 0.104091 +5574.215332 0.000000 1178.625122 0.000000 0.489110 0.000000 -0.872222 0.107717 0.107717 0.107717 +5568.098633 0.000000 1136.636475 0.000000 0.645477 0.000000 -0.763780 0.130689 0.130689 0.130689 +5631.586426 0.000000 1183.122070 0.000000 0.212874 0.000000 -0.977080 0.104317 0.104317 0.104317 +5575.914551 0.000000 1131.524414 0.000000 0.550150 0.000000 -0.835066 0.150818 0.150818 0.150818 +5604.276367 0.000000 1162.934204 0.000000 0.136514 0.000000 -0.990638 0.104564 0.104564 0.104564 +5584.971680 0.000000 1178.864502 0.000000 0.132618 0.000000 -0.991167 0.104577 0.104577 0.104577 +5577.063965 0.000000 1160.149536 0.000000 0.474721 0.000000 -0.880136 0.110668 0.110668 0.110668 +5594.709961 0.000000 1166.727417 0.000000 0.117843 0.000000 -0.993032 0.104624 0.104624 0.104624 +5593.505859 0.000000 1183.459229 0.000000 0.621903 0.000000 -0.783095 0.102864 0.102864 0.102864 +5603.991211 0.000000 1145.413940 0.000000 0.340386 0.000000 -0.940286 0.133870 0.133870 0.133870 +5622.864258 0.000000 1184.686157 0.000000 0.435505 0.000000 -0.900186 0.103566 0.103566 0.103566 +5598.060547 0.000000 1177.842407 0.000000 0.708020 0.000000 -0.706192 0.102496 0.102496 0.102496 +5600.426758 0.000000 1142.125366 0.000000 0.082889 0.000000 -0.996559 0.147276 0.147276 0.147276 +5585.260254 0.000000 1156.144653 0.000000 0.420079 0.000000 -0.907487 0.146868 0.146868 0.146868 +5569.884766 0.000000 1180.739990 0.000000 0.462615 0.000000 -0.886559 0.118830 0.118830 0.118830 +5568.163086 0.000000 1164.434082 0.000000 0.171319 0.000000 -0.985216 0.110011 0.110011 0.110011 +5601.947754 0.000000 1179.161011 0.000000 0.174123 0.000000 -0.984724 0.104443 0.104443 0.104443 +5571.837402 0.000000 1153.249634 0.000000 0.613095 0.000000 -0.790009 0.118752 0.118752 0.118752 +5568.156738 0.000000 1184.587646 0.000000 0.368903 0.000000 -0.929468 0.113392 0.113392 0.113392 +5606.889160 0.000000 1153.127075 0.000000 0.219432 0.000000 -0.975628 0.104296 0.104296 0.104296 +5579.941895 0.000000 1171.491577 0.000000 0.185514 0.000000 -0.982642 0.104406 0.104406 0.104406 +5616.023926 0.000000 1182.222534 0.000000 0.619961 0.000000 -0.784633 0.102871 0.102871 0.102871 +5573.464844 0.000000 1134.469482 0.000000 0.565005 0.000000 -0.825087 0.146115 0.146115 0.146115 +5600.618164 0.000000 1133.053101 0.000000 0.563603 0.000000 -0.826046 0.125330 0.125330 0.125330 +5606.686523 0.000000 1129.993286 0.000000 0.300827 0.000000 -0.953679 0.104027 0.104027 0.104027 +5597.530273 0.000000 1156.979858 0.000000 0.606970 0.000000 -0.794725 0.133196 0.133196 0.133196 +5603.104004 0.000000 1138.229614 0.000000 0.209655 0.000000 -0.977775 0.126245 0.126245 0.126245 +5594.987305 0.000000 1129.776245 0.000000 0.540294 0.000000 -0.841476 0.148561 0.148561 0.148561 +5590.628418 0.000000 1159.714722 0.000000 0.306608 0.000000 -0.951836 0.138677 0.138677 0.138677 +5591.836426 0.000000 1180.300415 0.000000 0.553171 0.000000 -0.833068 0.103134 0.103134 0.103134 +5580.457520 0.000000 1181.463379 0.000000 0.685450 0.000000 -0.728120 0.102596 0.102596 0.102596 +5601.099609 0.000000 1163.637207 0.000000 0.694230 0.000000 -0.719753 0.102557 0.102557 0.102557 +5593.661133 0.000000 1132.753662 0.000000 0.508026 0.000000 -0.861342 0.168990 0.168990 0.168990 +5577.278320 0.000000 1179.771118 0.000000 0.206550 0.000000 -0.978436 0.105215 0.105215 0.105215 +5571.510742 0.000000 1176.615479 0.000000 0.625766 0.000000 -0.780011 0.115236 0.115236 0.115236 +5609.676758 0.000000 1147.754517 0.000000 0.205967 0.000000 -0.978559 0.104340 0.104340 0.104340 +5580.526855 0.000000 1152.733276 0.000000 0.286593 0.000000 -0.958052 0.155675 0.155675 0.155675 +5587.991699 0.000000 1162.915039 0.000000 0.555122 0.000000 -0.831769 0.113815 0.113815 0.113815 +5581.099609 0.000000 1149.464111 0.000000 0.595302 0.000000 -0.803502 0.167868 0.167868 0.167868 +5598.961914 0.000000 1130.648804 0.000000 0.594594 0.000000 -0.804026 0.130952 0.130952 0.130952 +5596.947754 0.000000 1159.759277 0.000000 0.666051 0.000000 -0.745906 0.123676 0.123676 0.123676 +5604.575195 0.000000 1132.076538 0.000000 0.242160 0.000000 -0.970236 0.106849 0.106849 0.106849 +5597.958984 0.000000 1139.887817 0.000000 0.507791 0.000000 -0.861480 0.164361 0.164361 0.164361 +5569.451660 0.000000 1139.079956 0.000000 0.669605 0.000000 -0.742717 0.128259 0.128259 0.128259 +5578.564941 0.000000 1132.236450 0.000000 0.085379 0.000000 -0.996349 0.169559 0.169559 0.169559 +5579.616211 0.000000 1159.028687 0.000000 0.467665 0.000000 -0.883906 0.121127 0.121127 0.121127 +5588.984863 0.000000 1166.885498 0.000000 0.752206 0.000000 -0.658928 0.102290 0.102290 0.102290 +5574.395508 0.000000 1159.743164 0.000000 0.109517 0.000000 -0.993985 0.113152 0.113152 0.113152 +5584.716797 0.000000 1161.785278 0.000000 0.242118 0.000000 -0.970247 0.122614 0.122614 0.122614 +5601.412109 0.000000 1144.644653 0.000000 0.022184 0.000000 -0.999754 0.148723 0.148723 0.148723 +5585.436523 0.000000 1153.556519 0.000000 0.485251 0.000000 -0.874375 0.169706 0.169706 0.169706 +5606.385742 0.000000 1146.532471 0.000000 0.798428 0.000000 -0.602091 0.106345 0.106345 0.106345 +5587.640625 0.000000 1154.999268 0.000000 0.366608 0.000000 -0.930376 0.164576 0.164576 0.164576 +5605.463867 0.000000 1137.292847 0.000000 0.278069 0.000000 -0.960561 0.112560 0.112560 0.112560 +5572.384766 0.000000 1180.460205 0.000000 0.807822 0.000000 -0.589427 0.108578 0.108578 0.108578 +5570.575684 0.000000 1170.814575 0.000000 0.329821 0.000000 -0.944043 0.114702 0.114702 0.114702 +5582.389160 0.000000 1163.072266 0.000000 0.564677 0.000000 -0.825312 0.112042 0.112042 0.112042 +5596.928223 0.000000 1147.567627 0.000000 0.795907 0.000000 -0.605419 0.168115 0.168115 0.168115 +5587.362793 0.000000 1157.675293 0.000000 0.052141 0.000000 -0.998640 0.152699 0.152699 0.152699 +5581.872070 0.000000 1158.089966 0.000000 0.426234 0.000000 -0.904613 0.125943 0.125943 0.125943 +5595.678223 0.000000 1134.701660 0.000000 0.425421 0.000000 -0.904996 0.167155 0.167155 0.167155 +5570.552734 0.000000 1185.763672 0.000000 0.123560 0.000000 -0.992337 0.110173 0.110173 0.110173 +5595.190918 0.000000 1157.996948 0.000000 0.342681 0.000000 -0.939452 0.139680 0.139680 0.139680 +5575.143066 0.000000 1157.072021 0.000000 0.339996 0.000000 -0.940427 0.118156 0.118156 0.118156 +5594.245605 0.000000 1148.199341 0.000000 0.072039 0.000000 -0.997402 0.178433 0.178433 0.178433 +5570.944824 0.000000 1147.083496 0.000000 0.650312 0.000000 -0.759667 0.131815 0.131815 0.131815 +5581.612305 0.000000 1132.816162 0.000000 0.477069 0.000000 -0.878866 0.172651 0.172651 0.172651 +5573.141602 0.000000 1155.193726 0.000000 0.223870 0.000000 -0.974619 0.119763 0.119763 0.119763 +5572.602051 0.000000 1132.293335 0.000000 0.434218 0.000000 -0.900808 0.146797 0.146797 0.146797 +5596.838379 0.000000 1154.754883 0.000000 0.565150 0.000000 -0.824988 0.142071 0.142071 0.142071 +5570.026855 0.000000 1178.313721 0.000000 0.463805 0.000000 -0.885937 0.114768 0.114768 0.114768 +5573.729492 0.000000 1171.716309 0.000000 0.200008 0.000000 -0.979794 0.110498 0.110498 0.110498 +5574.028809 0.000000 1152.617065 0.000000 0.405348 0.000000 -0.914163 0.133002 0.133002 0.133002 +5599.888672 0.000000 1151.231812 0.000000 0.202807 0.000000 -0.979219 0.151994 0.151994 0.151994 +5595.443848 0.000000 1161.952515 0.000000 0.032503 0.000000 -0.999472 0.121057 0.121057 0.121057 +5578.166504 0.000000 1136.201172 0.000000 0.276976 0.000000 -0.960877 0.174386 0.174386 0.174386 +5570.069824 0.000000 1154.509155 0.000000 0.583545 0.000000 -0.812081 0.113693 0.113693 0.113693 +5577.322266 0.000000 1148.655151 0.000000 0.009429 0.000000 -0.999956 0.155250 0.155250 0.155250 +5600.801270 0.000000 1158.002686 0.000000 0.683242 0.000000 -0.730192 0.109791 0.109791 0.109791 +5570.199219 0.000000 1136.799805 0.000000 0.222181 0.000000 -0.975005 0.138465 0.138465 0.138465 +5588.821777 0.000000 1160.798462 0.000000 0.559325 0.000000 -0.828948 0.124772 0.124772 0.124772 +5569.654297 0.000000 1144.045654 0.000000 0.535137 0.000000 -0.844765 0.123728 0.123728 0.123728 +5597.739258 0.000000 1151.150635 0.000000 0.046225 0.000000 -0.998931 0.161538 0.161538 0.161538 +5602.934570 0.000000 1133.256714 0.000000 0.437051 0.000000 -0.899437 0.114874 0.114874 0.114874 +5573.572266 0.000000 1176.618286 0.000000 0.463052 0.000000 -0.886331 0.111872 0.111872 0.111872 +5591.366211 0.000000 1132.340210 0.000000 0.687215 0.000000 -0.726454 0.174716 0.174716 0.174716 +5579.084961 0.000000 1140.066162 0.000000 0.634617 0.000000 -0.772827 0.175672 0.175672 0.175672 +5595.504395 0.000000 1143.665894 0.000000 0.277433 0.000000 -0.960745 0.184881 0.184881 0.184881 +5590.981445 0.000000 1157.912109 0.000000 0.080096 0.000000 -0.996787 0.152569 0.152569 0.152569 +5568.371582 0.000000 1134.772339 0.000000 0.251643 0.000000 -0.967820 0.134251 0.134251 0.134251 +5595.849121 0.000000 1156.293091 0.000000 0.013307 0.000000 -0.999911 0.141120 0.141120 0.141120 +5592.422363 0.000000 1159.387695 0.000000 0.084928 0.000000 -0.996387 0.136119 0.136119 0.136119 +5598.021484 0.000000 1137.954468 0.000000 0.037452 0.000000 -0.999298 0.150417 0.150417 0.150417 +5569.843750 0.000000 1176.067139 0.000000 0.687663 0.000000 -0.726030 0.118966 0.118966 0.118966 +5584.985352 0.000000 1151.863281 0.000000 0.372138 0.000000 -0.928177 0.179082 0.179082 0.179082 +5592.512695 0.000000 1137.420410 0.000000 0.226575 0.000000 -0.973994 0.182842 0.182842 0.182842 +5601.519531 0.000000 1137.548462 0.000000 0.674833 0.000000 -0.737970 0.133406 0.133406 0.133406 +5585.288086 0.000000 1134.768799 0.000000 0.258902 0.000000 -0.965904 0.186741 0.186741 0.186741 +5580.617676 0.000000 1146.334839 0.000000 0.791783 0.000000 -0.610803 0.171582 0.171582 0.171582 +5576.954590 0.000000 1153.405518 0.000000 0.189593 0.000000 -0.981863 0.139775 0.139775 0.139775 +5580.241699 0.000000 1131.952271 0.000000 0.086914 0.000000 -0.996216 0.171898 0.171898 0.171898 +5571.049316 0.000000 1141.958374 0.000000 0.102105 0.000000 -0.994774 0.134875 0.134875 0.134875 +5582.469238 0.000000 1148.346069 0.000000 0.101202 0.000000 -0.994866 0.180033 0.180033 0.180033 +5568.016113 0.000000 1138.340088 0.000000 0.752016 0.000000 -0.659145 0.127792 0.127792 0.127792 +5585.817871 0.000000 1148.848633 0.000000 0.100078 0.000000 -0.994980 0.188250 0.188250 0.188250 +5589.209473 0.000000 1136.549805 0.000000 0.078207 0.000000 -0.996937 0.194244 0.194244 0.194244 +5600.131348 0.000000 1134.806885 0.000000 0.748688 0.000000 -0.662923 0.129531 0.129531 0.129531 +5584.485352 0.000000 1154.799683 0.000000 0.525006 0.000000 -0.851098 0.158476 0.158476 0.158476 +5591.673828 0.000000 1135.643677 0.000000 0.193548 0.000000 -0.981091 0.184200 0.184200 0.184200 +5595.133789 0.000000 1133.217651 0.000000 0.379265 0.000000 -0.925288 0.160438 0.160438 0.160438 +5588.029785 0.000000 1133.614258 0.000000 0.626849 0.000000 -0.779141 0.179760 0.179760 0.179760 +5597.938965 0.000000 1146.220947 0.000000 0.293263 0.000000 -0.956032 0.171381 0.171381 0.171381 +5577.923828 0.000000 1147.281982 0.000000 0.764098 0.000000 -0.645100 0.155209 0.155209 0.155209 +5588.575195 0.000000 1148.191528 0.000000 0.496965 0.000000 -0.867770 0.192215 0.192215 0.192215 +5594.062500 0.000000 1156.725098 0.000000 0.439661 0.000000 -0.898164 0.139228 0.139228 0.139228 +5581.322266 0.000000 1134.284302 0.000000 0.380718 0.000000 -0.924691 0.176706 0.176706 0.176706 +5583.446289 0.000000 1145.705566 0.000000 0.519059 0.000000 -0.854739 0.189749 0.189749 0.189749 +5586.930176 0.000000 1153.550171 0.000000 0.262421 0.000000 -0.964953 0.175050 0.175050 0.175050 +5598.394531 0.000000 1147.733765 0.000000 0.147248 0.000000 -0.989100 0.160454 0.160454 0.160454 +5577.676758 0.000000 1144.364014 0.000000 0.549122 0.000000 -0.835742 0.160070 0.160070 0.160070 +5586.338867 0.000000 1137.720703 0.000000 0.655763 0.000000 -0.754967 0.191060 0.191060 0.191060 +5585.469238 0.000000 1147.425903 0.000000 0.453406 0.000000 -0.891304 0.192508 0.192508 0.192508 +5593.742188 0.000000 1158.738770 0.000000 0.780096 0.000000 -0.625660 0.132769 0.132769 0.132769 +5586.172363 0.000000 1154.834839 0.000000 0.518817 0.000000 -0.854885 0.163718 0.163718 0.163718 +5590.733398 0.000000 1138.458618 0.000000 0.040253 0.000000 -0.999189 0.196818 0.196818 0.196818 +5595.322754 0.000000 1154.157471 0.000000 0.185026 0.000000 -0.982734 0.151493 0.151493 0.151493 +5601.760254 0.000000 1134.095581 0.000000 0.356401 0.000000 -0.934333 0.131473 0.131473 0.131473 +5596.286133 0.000000 1151.373047 0.000000 0.293061 0.000000 -0.956094 0.160306 0.160306 0.160306 +5590.404297 0.000000 1155.302856 0.000000 0.175979 0.000000 -0.984394 0.163823 0.163823 0.163823 +5595.790527 0.000000 1148.441040 0.000000 0.798292 0.000000 -0.602270 0.173812 0.173812 0.173812 +5581.735352 0.000000 1145.355591 0.000000 0.051510 0.000000 -0.998672 0.182655 0.182655 0.182655 +5575.015137 0.000000 1137.909546 0.000000 0.350559 0.000000 -0.936541 0.155935 0.155935 0.155935 +5591.035156 0.000000 1140.124634 0.000000 0.702861 0.000000 -0.711327 0.198146 0.198146 0.198146 +5599.813965 0.000000 1152.725952 0.000000 0.778925 0.000000 -0.627117 0.141361 0.141361 0.141361 +5598.425293 0.000000 1136.571899 0.000000 0.186806 0.000000 -0.982397 0.149730 0.149730 0.149730 +5597.510254 0.000000 1143.750488 0.000000 0.257978 0.000000 -0.966151 0.172157 0.172157 0.172157 +5591.724609 0.000000 1156.817017 0.000000 0.125348 0.000000 -0.992113 0.152358 0.152358 0.152358 +5594.696777 0.000000 1149.433594 0.000000 0.786763 0.000000 -0.617255 0.173915 0.173915 0.173915 +5581.344238 0.000000 1143.977173 0.000000 0.712996 0.000000 -0.701168 0.183132 0.183132 0.183132 +5585.185059 0.000000 1144.193481 0.000000 0.364278 0.000000 -0.931290 0.199484 0.199484 0.199484 +5574.218750 0.000000 1148.761597 0.000000 0.260088 0.000000 -0.965585 0.146469 0.146469 0.146469 +5592.136230 0.000000 1150.101685 0.000000 0.268514 0.000000 -0.963276 0.176766 0.176766 0.176766 +5595.442383 0.000000 1138.110352 0.000000 0.078922 0.000000 -0.996881 0.178395 0.178395 0.178395 +5587.389160 0.000000 1142.270386 0.000000 0.484989 0.000000 -0.874520 0.205039 0.205039 0.205039 +5586.263672 0.000000 1141.774048 0.000000 0.718407 0.000000 -0.695623 0.202028 0.202028 0.202028 +5577.453613 0.000000 1142.357788 0.000000 0.778214 0.000000 -0.628000 0.163687 0.163687 0.163687 +5589.042969 0.000000 1157.591431 0.000000 0.753975 0.000000 -0.656903 0.150700 0.150700 0.150700 +5594.770996 0.000000 1139.288208 0.000000 0.195326 0.000000 -0.980738 0.177758 0.177758 0.177758 +5585.255371 0.000000 1139.975952 0.000000 0.096846 0.000000 -0.995299 0.199412 0.199412 0.199412 +5592.429199 0.000000 1153.620972 0.000000 0.601186 0.000000 -0.799109 0.165523 0.165523 0.165523 +5584.053223 0.000000 1135.047852 0.000000 0.422483 0.000000 -0.906371 0.185746 0.185746 0.185746 +5593.831543 0.000000 1136.830933 0.000000 0.178975 0.000000 -0.983854 0.183113 0.183113 0.183113 +5592.484375 0.000000 1129.698608 0.000000 0.784997 0.000000 -0.619500 0.156766 0.156766 0.156766 +5596.718750 0.000000 1140.187988 0.000000 0.028448 0.000000 -0.999595 0.171617 0.171617 0.171617 +5590.342773 0.000000 1129.833008 0.000000 0.191633 0.000000 -0.981467 0.168421 0.168421 0.168421 +5576.070801 0.000000 1133.480347 0.000000 0.578537 0.000000 -0.815656 0.159317 0.159317 0.159317 +5590.963379 0.000000 1152.160400 0.000000 0.608432 0.000000 -0.793606 0.171242 0.171242 0.171242 +5578.092773 0.000000 1149.473999 0.000000 0.483779 0.000000 -0.875190 0.160447 0.160447 0.160447 +5586.209473 0.000000 1140.591064 0.000000 0.760148 0.000000 -0.649750 0.201638 0.201638 0.201638 +5580.067383 0.000000 1129.774536 0.000000 0.032421 0.000000 -0.999474 0.172184 0.172184 0.172184 +5577.386230 0.000000 1136.958008 0.000000 0.153443 0.000000 -0.988158 0.166279 0.166279 0.166279 +5583.758301 0.000000 1138.372559 0.000000 0.417230 0.000000 -0.908801 0.189843 0.189843 0.189843 +5587.508789 0.000000 1146.079468 0.000000 0.680423 0.000000 -0.732820 0.197187 0.197187 0.197187 +5594.105957 0.000000 1150.388428 0.000000 0.354646 0.000000 -0.935000 0.168132 0.168132 0.168132 +5585.250000 0.000000 1142.368408 0.000000 0.623761 0.000000 -0.781615 0.199374 0.199374 0.199374 +5591.045898 0.000000 1131.321411 0.000000 0.759945 0.000000 -0.649987 0.168988 0.168988 0.168988 +5584.073730 0.000000 1132.197144 0.000000 0.796638 0.000000 -0.604456 0.176686 0.176686 0.176686 +5583.467773 0.000000 1148.064331 0.000000 0.688711 0.000000 -0.725036 0.176429 0.176429 0.176429 +5583.814453 0.000000 1137.300537 0.000000 0.153408 0.000000 -0.988163 0.188527 0.188527 0.188527 +5585.086914 0.000000 1138.855591 0.000000 0.512059 0.000000 -0.858950 0.196741 0.196741 0.196741 +5587.048340 0.000000 1139.988892 0.000000 0.351051 0.000000 -0.936357 0.198989 0.198989 0.198989 +5589.314941 0.000000 1146.204346 0.000000 0.564125 0.000000 -0.825689 0.200409 0.200409 0.200409 +5589.468262 0.000000 1147.745483 0.000000 0.342149 0.000000 -0.939646 0.201957 0.201957 0.201957 +5581.866699 0.000000 1138.657715 0.000000 0.512455 0.000000 -0.858714 0.182850 0.182850 0.182850 +5580.740234 0.000000 1142.242432 0.000000 0.696515 0.000000 -0.717542 0.183264 0.183264 0.183264 +5593.353516 0.000000 1148.645020 0.000000 0.088782 0.000000 -0.996051 0.186555 0.186555 0.186555 +5592.943848 0.000000 1142.613525 0.000000 0.274650 0.000000 -0.961544 0.195980 0.195980 0.195980 +5587.004883 0.000000 1151.081665 0.000000 0.219607 0.000000 -0.975589 0.184635 0.184635 0.184635 +5584.854492 0.000000 1146.611084 0.000000 0.014884 0.000000 -0.999889 0.195206 0.195206 0.195206 +5587.924316 0.000000 1147.495361 0.000000 0.104167 0.000000 -0.994560 0.201126 0.201126 0.201126 +5585.859375 0.000000 1145.569946 0.000000 0.700604 0.000000 -0.713550 0.197017 0.197017 0.197017 +5591.222656 0.000000 1142.397339 0.000000 0.796976 0.000000 -0.604011 0.200698 0.200698 0.200698 +5589.702148 0.000000 1142.039062 0.000000 0.519488 0.000000 -0.854478 0.206522 0.206522 0.206522 +5518.007324 0.000000 1217.062134 0.000000 0.171219 0.000000 -0.985233 0.104452 0.104452 0.104452 +5512.407715 0.000000 1193.984253 0.000000 0.715083 0.000000 -0.699039 0.119972 0.119972 0.119972 +5552.541992 0.000000 1208.757080 0.000000 0.418935 0.000000 -0.908016 0.157323 0.157323 0.157323 +5527.890625 0.000000 1205.229614 0.000000 0.598667 0.000000 -0.800998 0.132085 0.132085 0.132085 +5565.512207 0.000000 1186.197998 0.000000 0.071670 0.000000 -0.997428 0.117978 0.117978 0.117978 +5534.530273 0.000000 1209.631958 0.000000 0.783478 0.000000 -0.621420 0.145906 0.145906 0.145906 +5548.760254 0.000000 1224.677002 0.000000 0.473888 0.000000 -0.880585 0.140802 0.140802 0.140802 +5536.032227 0.000000 1223.109741 0.000000 0.325489 0.000000 -0.945546 0.124617 0.124617 0.124617 +5545.260742 0.000000 1230.394043 0.000000 0.517198 0.000000 -0.855866 0.118601 0.118601 0.118601 +5545.385742 0.000000 1219.089966 0.000000 0.607209 0.000000 -0.794542 0.147609 0.147609 0.147609 +5518.873047 0.000000 1194.218994 0.000000 0.649447 0.000000 -0.760407 0.126639 0.126639 0.126639 +5535.826172 0.000000 1194.294312 0.000000 0.036328 0.000000 -0.999340 0.155123 0.155123 0.155123 +5565.248047 0.000000 1232.173950 0.000000 0.117899 0.000000 -0.993026 0.117812 0.117812 0.117812 +5559.107910 0.000000 1231.373169 0.000000 0.754649 0.000000 -0.656128 0.129495 0.129495 0.129495 +5530.074219 0.000000 1216.688354 0.000000 0.665591 0.000000 -0.746316 0.119076 0.119076 0.119076 +5554.584961 0.000000 1214.066162 0.000000 0.802986 0.000000 -0.595998 0.153192 0.153192 0.153192 +5562.511719 0.000000 1206.681885 0.000000 0.186357 0.000000 -0.982482 0.134525 0.134525 0.134525 +5565.212891 0.000000 1211.563599 0.000000 0.262853 0.000000 -0.964836 0.133620 0.133620 0.133620 +5549.434082 0.000000 1215.901123 0.000000 0.642231 0.000000 -0.766511 0.157193 0.157193 0.157193 +5520.971680 0.000000 1235.348877 0.000000 0.650301 0.000000 -0.759676 0.102746 0.102746 0.102746 +5559.531250 0.000000 1196.775513 0.000000 0.292988 0.000000 -0.956116 0.132909 0.132909 0.132909 +5548.083496 0.000000 1206.232910 0.000000 0.278502 0.000000 -0.960436 0.165046 0.165046 0.165046 +5518.220703 0.000000 1203.252808 0.000000 0.737353 0.000000 -0.675508 0.115837 0.115837 0.115837 +5518.875488 0.000000 1230.933960 0.000000 0.100585 0.000000 -0.994928 0.104679 0.104679 0.104679 +5530.709961 0.000000 1223.211792 0.000000 0.655396 0.000000 -0.755286 0.108768 0.108768 0.108768 +5530.364746 0.000000 1211.733154 0.000000 0.786326 0.000000 -0.617812 0.130439 0.130439 0.130439 +5538.932617 0.000000 1240.248779 0.000000 0.186412 0.000000 -0.982472 0.112884 0.112884 0.112884 +5529.237793 0.000000 1192.330811 0.000000 0.510820 0.000000 -0.859688 0.146405 0.146405 0.146405 +5538.015137 0.000000 1206.667358 0.000000 0.136601 0.000000 -0.990626 0.158164 0.158164 0.158164 +5554.318359 0.000000 1186.377808 0.000000 0.363787 0.000000 -0.931482 0.137838 0.137838 0.137838 +5525.668945 0.000000 1195.960815 0.000000 0.197491 0.000000 -0.980305 0.141495 0.141495 0.141495 +5565.524414 0.000000 1203.241577 0.000000 0.380666 0.000000 -0.924713 0.124973 0.124973 0.124973 +5508.047852 0.000000 1194.521973 0.000000 0.301362 0.000000 -0.953510 0.113059 0.113059 0.113059 +5533.237305 0.000000 1219.694092 0.000000 0.603192 0.000000 -0.797596 0.121105 0.121105 0.121105 +5535.334473 0.000000 1227.157349 0.000000 0.727350 0.000000 -0.686267 0.112447 0.112447 0.112447 +5566.270020 0.000000 1190.603271 0.000000 0.559518 0.000000 -0.828818 0.108598 0.108598 0.108598 +5558.381836 0.000000 1215.499512 0.000000 0.389979 0.000000 -0.920824 0.151665 0.151665 0.151665 +5566.624512 0.000000 1194.992065 0.000000 0.193241 0.000000 -0.981151 0.112860 0.112860 0.112860 +5542.889160 0.000000 1209.611450 0.000000 0.384470 0.000000 -0.923137 0.164479 0.164479 0.164479 +5510.424805 0.000000 1206.531982 0.000000 0.698808 0.000000 -0.715309 0.102537 0.102537 0.102537 +5555.213867 0.000000 1232.429077 0.000000 0.737857 0.000000 -0.674957 0.127876 0.127876 0.127876 +5557.013672 0.000000 1220.818237 0.000000 0.709871 0.000000 -0.704332 0.145837 0.145837 0.145837 +5552.023926 0.000000 1238.706909 0.000000 0.165542 0.000000 -0.986203 0.115883 0.115883 0.115883 +5545.322754 0.000000 1234.447510 0.000000 0.501962 0.000000 -0.864890 0.114035 0.114035 0.114035 +5562.385254 0.000000 1188.763916 0.000000 0.233733 0.000000 -0.972301 0.119726 0.119726 0.119726 +5525.502930 0.000000 1234.491089 0.000000 0.665565 0.000000 -0.746340 0.102682 0.102682 0.102682 +5555.863281 0.000000 1210.544556 0.000000 0.196025 0.000000 -0.980599 0.156704 0.156704 0.156704 +5563.981445 0.000000 1241.391113 0.000000 0.480756 0.000000 -0.876855 0.103404 0.103404 0.103404 +5544.974609 0.000000 1197.693481 0.000000 0.209625 0.000000 -0.977782 0.163651 0.163651 0.163651 +5559.060547 0.000000 1227.771606 0.000000 0.582828 0.000000 -0.812596 0.139668 0.139668 0.139668 +5545.204590 0.000000 1222.733276 0.000000 0.220483 0.000000 -0.975391 0.139641 0.139641 0.139641 +5545.656250 0.000000 1226.281616 0.000000 0.658569 0.000000 -0.752520 0.125441 0.125441 0.125441 +5542.346680 0.000000 1240.429565 0.000000 0.744932 0.000000 -0.667140 0.110637 0.110637 0.110637 +5559.062500 0.000000 1237.189331 0.000000 0.475025 0.000000 -0.879973 0.117040 0.117040 0.117040 +5522.230469 0.000000 1224.207397 0.000000 0.222686 0.000000 -0.974890 0.104285 0.104285 0.104285 +5562.028320 0.000000 1199.270508 0.000000 0.319739 0.000000 -0.947506 0.123476 0.123476 0.123476 +5531.595215 0.000000 1236.695557 0.000000 0.720613 0.000000 -0.693338 0.106743 0.106743 0.106743 +5530.987305 0.000000 1186.260620 0.000000 0.198439 0.000000 -0.980113 0.143245 0.143245 0.143245 +5526.628418 0.000000 1216.199097 0.000000 0.182559 0.000000 -0.983195 0.110558 0.110558 0.110558 +5549.386719 0.000000 1240.878906 0.000000 0.704030 0.000000 -0.710171 0.109693 0.109693 0.109693 +5519.197266 0.000000 1197.804688 0.000000 0.429869 0.000000 -0.902891 0.126508 0.126508 0.126508 +5536.449219 0.000000 1212.167236 0.000000 0.074004 0.000000 -0.997258 0.149076 0.149076 0.149076 +5551.537109 0.000000 1213.300293 0.000000 0.475730 0.000000 -0.879591 0.158754 0.158754 0.158754 +5529.661133 0.000000 1189.238037 0.000000 0.668911 0.000000 -0.743342 0.142067 0.142067 0.142067 +5564.832520 0.000000 1218.493652 0.000000 0.545730 0.000000 -0.837961 0.134082 0.134082 0.134082 +5557.860840 0.000000 1234.238281 0.000000 0.614039 0.000000 -0.789276 0.122783 0.122783 0.122783 +5515.486816 0.000000 1194.731445 0.000000 0.501498 0.000000 -0.865159 0.122141 0.122141 0.122141 +5563.100586 0.000000 1196.264648 0.000000 0.537689 0.000000 -0.843143 0.120247 0.120247 0.120247 +5562.462402 0.000000 1203.241943 0.000000 0.189311 0.000000 -0.981917 0.131004 0.131004 0.131004 +5533.422852 0.000000 1224.723755 0.000000 0.531760 0.000000 -0.846895 0.111022 0.111022 0.111022 +5562.504395 0.000000 1209.930786 0.000000 0.581353 0.000000 -0.813651 0.135058 0.135058 0.135058 +5504.042480 0.000000 1186.179199 0.000000 0.129892 0.000000 -0.991528 0.110152 0.110152 0.110152 +5516.112305 0.000000 1201.078613 0.000000 0.585807 0.000000 -0.810451 0.117146 0.117146 0.117146 +5521.664551 0.000000 1192.827881 0.000000 0.388177 0.000000 -0.921585 0.135402 0.135402 0.135402 +5507.820801 0.000000 1199.977295 0.000000 0.360637 0.000000 -0.932706 0.105280 0.105280 0.105280 +5532.380371 0.000000 1241.022217 0.000000 0.191285 0.000000 -0.981535 0.111697 0.111697 0.111697 +5534.608887 0.000000 1191.711548 0.000000 0.738866 0.000000 -0.673853 0.147366 0.147366 0.147366 +5534.952637 0.000000 1205.684204 0.000000 0.331491 0.000000 -0.943458 0.153121 0.153121 0.153121 +5542.337891 0.000000 1199.908081 0.000000 0.434188 0.000000 -0.900822 0.165364 0.165364 0.165364 +5539.200195 0.000000 1198.968872 0.000000 0.182268 0.000000 -0.983249 0.163791 0.163791 0.163791 +5557.519043 0.000000 1212.797241 0.000000 0.058666 0.000000 -0.998278 0.155605 0.155605 0.155605 +5532.947754 0.000000 1216.243652 0.000000 0.007983 0.000000 -0.999968 0.128204 0.128204 0.128204 +5540.575195 0.000000 1188.560913 0.000000 0.520622 0.000000 -0.853787 0.153295 0.153295 0.153295 +5542.469727 0.000000 1212.765869 0.000000 0.524039 0.000000 -0.851694 0.156746 0.156746 0.156746 +5525.235840 0.000000 1206.032959 0.000000 0.160942 0.000000 -0.986964 0.124095 0.124095 0.124095 +5557.566895 0.000000 1198.634155 0.000000 0.502766 0.000000 -0.864423 0.140080 0.140080 0.140080 +5537.062500 0.000000 1238.245850 0.000000 0.805556 0.000000 -0.592519 0.109163 0.109163 0.109163 +5543.591309 0.000000 1228.007935 0.000000 0.448364 0.000000 -0.893851 0.118309 0.118309 0.118309 +5524.984863 0.000000 1223.369873 0.000000 0.515485 0.000000 -0.856899 0.103276 0.103276 0.103276 +5527.408203 0.000000 1198.010010 0.000000 0.520229 0.000000 -0.854027 0.139992 0.139992 0.139992 +5548.127930 0.000000 1213.613159 0.000000 0.411306 0.000000 -0.911497 0.160267 0.160267 0.160267 +5560.473633 0.000000 1194.302612 0.000000 0.697175 0.000000 -0.716901 0.121215 0.121215 0.121215 +5542.824707 0.000000 1191.409790 0.000000 0.449848 0.000000 -0.893105 0.157157 0.157157 0.157157 +5549.942871 0.000000 1208.112793 0.000000 0.227926 0.000000 -0.973678 0.164726 0.164726 0.164726 +5542.646484 0.000000 1218.329102 0.000000 0.483612 0.000000 -0.875282 0.142492 0.142492 0.142492 +5548.051758 0.000000 1218.266235 0.000000 0.029837 0.000000 -0.999555 0.154566 0.154566 0.154566 +5557.428223 0.000000 1204.013062 0.000000 0.749787 0.000000 -0.661679 0.144426 0.144426 0.144426 +5523.640625 0.000000 1211.483643 0.000000 0.392343 0.000000 -0.919819 0.110980 0.110980 0.110980 +5547.601562 0.000000 1239.071899 0.000000 0.794872 0.000000 -0.606777 0.110939 0.110939 0.110939 +5558.158691 0.000000 1218.231689 0.000000 0.142706 0.000000 -0.989765 0.149349 0.149349 0.149349 +5557.633789 0.000000 1223.229126 0.000000 0.037005 0.000000 -0.999315 0.146306 0.146306 0.146306 +5532.928223 0.000000 1204.052002 0.000000 0.726230 0.000000 -0.687452 0.148025 0.148025 0.148025 +5523.894531 0.000000 1193.943604 0.000000 0.592151 0.000000 -0.805827 0.138464 0.138464 0.138464 +5567.509766 0.000000 1223.390381 0.000000 0.360117 0.000000 -0.932907 0.132038 0.132038 0.132038 +5547.095215 0.000000 1200.490479 0.000000 0.017265 0.000000 -0.999851 0.165796 0.165796 0.165796 +5560.742188 0.000000 1216.065796 0.000000 0.731354 0.000000 -0.681998 0.145123 0.145123 0.145123 +5567.814453 0.000000 1204.616577 0.000000 0.499225 0.000000 -0.866473 0.123309 0.123309 0.123309 +5565.251953 0.000000 1192.986450 0.000000 0.043160 0.000000 -0.999068 0.114556 0.114556 0.114556 +5566.994629 0.000000 1233.795654 0.000000 0.744647 0.000000 -0.667458 0.112358 0.112358 0.112358 +5567.510742 0.000000 1210.908569 0.000000 0.008920 0.000000 -0.999960 0.129377 0.129377 0.129377 +5550.782227 0.000000 1228.235962 0.000000 0.219422 0.000000 -0.975630 0.137308 0.137308 0.137308 +5532.944336 0.000000 1222.039307 0.000000 0.202957 0.000000 -0.979188 0.114580 0.114580 0.114580 +5536.330078 0.000000 1240.469360 0.000000 0.285182 0.000000 -0.958473 0.111368 0.111368 0.111368 +5533.291016 0.000000 1228.514404 0.000000 0.041345 0.000000 -0.999145 0.109862 0.109862 0.109862 +5518.033691 0.000000 1192.062866 0.000000 0.712918 0.000000 -0.701247 0.128595 0.128595 0.128595 +5527.885254 0.000000 1211.952026 0.000000 0.698268 0.000000 -0.715837 0.120635 0.120635 0.120635 +5558.385254 0.000000 1190.080933 0.000000 0.415978 0.000000 -0.909375 0.126567 0.126567 0.126567 +5531.203125 0.000000 1225.489624 0.000000 0.660556 0.000000 -0.750777 0.107594 0.107594 0.107594 +5567.273438 0.000000 1197.562988 0.000000 0.702093 0.000000 -0.712085 0.113148 0.113148 0.113148 +5559.405273 0.000000 1221.025024 0.000000 0.527603 0.000000 -0.849491 0.145159 0.145159 0.145159 +5553.314941 0.000000 1228.870117 0.000000 0.420691 0.000000 -0.907204 0.138738 0.138738 0.138738 +5560.096680 0.000000 1213.815796 0.000000 0.601119 0.000000 -0.799159 0.145337 0.145337 0.145337 +5562.561523 0.000000 1217.931152 0.000000 0.558300 0.000000 -0.829639 0.139797 0.139797 0.139797 +5551.085449 0.000000 1225.000000 0.000000 0.769432 0.000000 -0.638728 0.141427 0.141427 0.141427 +5553.424316 0.000000 1224.588379 0.000000 0.411162 0.000000 -0.911562 0.144008 0.144008 0.144008 +5514.166504 0.000000 1192.685547 0.000000 0.619009 0.000000 -0.785384 0.123911 0.123911 0.123911 +5553.031738 0.000000 1232.510376 0.000000 0.445493 0.000000 -0.895285 0.127600 0.127600 0.127600 +5542.962402 0.000000 1230.351807 0.000000 0.738981 0.000000 -0.673727 0.114681 0.114681 0.114681 +5561.190430 0.000000 1228.278687 0.000000 0.300750 0.000000 -0.953703 0.133458 0.133458 0.133458 +5540.916016 0.000000 1214.234253 0.000000 0.527023 0.000000 -0.849851 0.149211 0.149211 0.149211 +5565.252441 0.000000 1196.598267 0.000000 0.714033 0.000000 -0.700112 0.115959 0.115959 0.115959 +5546.678223 0.000000 1224.346924 0.000000 0.189122 0.000000 -0.981954 0.138023 0.138023 0.138023 +5540.342285 0.000000 1241.840576 0.000000 0.569963 0.000000 -0.821670 0.112020 0.112020 0.112020 +5551.436035 0.000000 1220.893188 0.000000 0.159343 0.000000 -0.987223 0.150443 0.150443 0.150443 +5563.815430 0.000000 1204.891724 0.000000 0.488325 0.000000 -0.872662 0.132623 0.132623 0.132623 +5554.394043 0.000000 1238.293701 0.000000 0.502462 0.000000 -0.864599 0.115191 0.115191 0.115191 +5563.529785 0.000000 1186.818848 0.000000 0.204746 0.000000 -0.978815 0.122757 0.122757 0.122757 +5533.739258 0.000000 1207.635010 0.000000 0.173166 0.000000 -0.984893 0.148038 0.148038 0.148038 +5532.979980 0.000000 1201.451050 0.000000 0.139066 0.000000 -0.990283 0.154637 0.154637 0.154637 +5520.098633 0.000000 1195.931396 0.000000 0.146433 0.000000 -0.989221 0.133520 0.133520 0.133520 +5546.638672 0.000000 1236.604492 0.000000 0.474856 0.000000 -0.880064 0.112985 0.112985 0.112985 +5544.389160 0.000000 1239.802246 0.000000 0.487055 0.000000 -0.873371 0.112358 0.112358 0.112358 +5554.750488 0.000000 1226.725098 0.000000 0.701414 0.000000 -0.712754 0.138998 0.138998 0.138998 +5523.236816 0.000000 1197.494995 0.000000 0.806883 0.000000 -0.590711 0.132015 0.132015 0.132015 +5542.819824 0.000000 1238.423584 0.000000 0.585044 0.000000 -0.811001 0.111956 0.111956 0.111956 +5552.914551 0.000000 1203.355469 0.000000 0.108723 0.000000 -0.994072 0.154195 0.154195 0.154195 +5551.882812 0.000000 1191.195557 0.000000 0.614560 0.000000 -0.788870 0.144108 0.144108 0.144108 +5554.216309 0.000000 1230.716675 0.000000 0.139877 0.000000 -0.990169 0.135304 0.135304 0.135304 +5557.101074 0.000000 1231.497437 0.000000 0.346433 0.000000 -0.938075 0.133843 0.133843 0.133843 +5554.317871 0.000000 1190.625000 0.000000 0.750560 0.000000 -0.660802 0.136397 0.136397 0.136397 +5555.318359 0.000000 1219.813354 0.000000 0.003718 0.000000 -0.999993 0.152924 0.152924 0.152924 +5556.679199 0.000000 1205.861206 0.000000 0.739571 0.000000 -0.673079 0.144495 0.144495 0.144495 +5549.587891 0.000000 1193.944092 0.000000 0.267186 0.000000 -0.963645 0.151104 0.151104 0.151104 +5561.007324 0.000000 1231.832397 0.000000 0.271294 0.000000 -0.962496 0.128917 0.128917 0.128917 +5533.096680 0.000000 1186.568115 0.000000 0.297967 0.000000 -0.954576 0.144544 0.144544 0.144544 +5561.360352 0.000000 1197.428589 0.000000 0.076745 0.000000 -0.997051 0.126763 0.126763 0.126763 +5554.490723 0.000000 1208.961426 0.000000 0.256016 0.000000 -0.966673 0.155243 0.155243 0.155243 +5554.425293 0.000000 1188.326294 0.000000 0.189965 0.000000 -0.981791 0.138604 0.138604 0.138604 +5514.618164 0.000000 1199.716309 0.000000 0.114365 0.000000 -0.993439 0.118997 0.118997 0.118997 +5556.393066 0.000000 1208.565430 0.000000 0.073886 0.000000 -0.997267 0.153185 0.153185 0.153185 +5520.278320 0.000000 1199.727661 0.000000 0.030701 0.000000 -0.999529 0.128116 0.128116 0.128116 +5527.366211 0.000000 1188.824585 0.000000 0.497517 0.000000 -0.867454 0.141843 0.141843 0.141843 +5557.449707 0.000000 1236.063354 0.000000 0.500924 0.000000 -0.865491 0.118670 0.118670 0.118670 +5567.825195 0.000000 1199.424561 0.000000 0.025258 0.000000 -0.999681 0.117557 0.117557 0.117557 +5543.104492 0.000000 1198.065430 0.000000 0.521222 0.000000 -0.853421 0.164861 0.164861 0.164861 +5539.093262 0.000000 1208.547974 0.000000 0.517983 0.000000 -0.855391 0.155045 0.155045 0.155045 +5543.147461 0.000000 1223.075195 0.000000 0.596553 0.000000 -0.802574 0.133249 0.133249 0.133249 +5531.504395 0.000000 1200.150269 0.000000 0.305373 0.000000 -0.952233 0.149172 0.149172 0.149172 +5529.304688 0.000000 1187.165527 0.000000 0.099321 0.000000 -0.995055 0.141337 0.141337 0.141337 +5548.016602 0.000000 1187.920532 0.000000 0.486163 0.000000 -0.873868 0.147691 0.147691 0.147691 +5563.502441 0.000000 1198.169189 0.000000 0.633663 0.000000 -0.773609 0.122111 0.122111 0.122111 +5513.693359 0.000000 1195.234619 0.000000 0.313191 0.000000 -0.949690 0.120589 0.120589 0.120589 +5560.708984 0.000000 1206.615356 0.000000 0.676558 0.000000 -0.736389 0.137421 0.137421 0.137421 +5557.097168 0.000000 1187.957153 0.000000 0.749663 0.000000 -0.661820 0.131818 0.131818 0.131818 +5541.372070 0.000000 1190.236450 0.000000 0.580352 0.000000 -0.814366 0.155842 0.155842 0.155842 +5533.614258 0.000000 1217.899780 0.000000 0.141518 0.000000 -0.989936 0.127683 0.127683 0.127683 +5549.431152 0.000000 1190.223511 0.000000 0.408752 0.000000 -0.912646 0.149247 0.149247 0.149247 +5531.877441 0.000000 1197.662720 0.000000 0.514862 0.000000 -0.857273 0.149855 0.149855 0.149855 +5545.963379 0.000000 1193.701172 0.000000 0.463827 0.000000 -0.885926 0.157081 0.157081 0.157081 +5540.560547 0.000000 1200.227661 0.000000 0.711880 0.000000 -0.702301 0.163621 0.163621 0.163621 +5540.830078 0.000000 1221.099609 0.000000 0.191448 0.000000 -0.981503 0.135089 0.135089 0.135089 +5560.471680 0.000000 1226.627930 0.000000 0.063953 0.000000 -0.997953 0.139141 0.139141 0.139141 +5535.632324 0.000000 1196.840698 0.000000 0.751403 0.000000 -0.659844 0.153584 0.153584 0.153584 +5564.312988 0.000000 1209.926758 0.000000 0.386284 0.000000 -0.922380 0.131343 0.131343 0.131343 +5561.864746 0.000000 1214.763062 0.000000 0.420883 0.000000 -0.907115 0.147444 0.147444 0.147444 +5546.375488 0.000000 1217.715088 0.000000 0.143961 0.000000 -0.989583 0.155785 0.155785 0.155785 +5537.519531 0.000000 1194.032837 0.000000 0.720761 0.000000 -0.693184 0.155522 0.155522 0.155522 +5548.442383 0.000000 1192.684692 0.000000 0.784994 0.000000 -0.619503 0.148184 0.148184 0.148184 +5528.779785 0.000000 1190.708496 0.000000 0.708818 0.000000 -0.705391 0.144695 0.144695 0.144695 +5522.442383 0.000000 1201.188477 0.000000 0.401945 0.000000 -0.915664 0.127208 0.127208 0.127208 +5546.415039 0.000000 1205.790039 0.000000 0.474122 0.000000 -0.880459 0.165716 0.165716 0.165716 +5567.169434 0.000000 1203.049561 0.000000 0.075165 0.000000 -0.997171 0.123835 0.123835 0.123835 +5556.078125 0.000000 1202.842529 0.000000 0.668499 0.000000 -0.743713 0.142069 0.142069 0.142069 +5561.206055 0.000000 1195.798340 0.000000 0.567519 0.000000 -0.823360 0.121847 0.121847 0.121847 +5523.350098 0.000000 1188.525757 0.000000 0.773585 0.000000 -0.633692 0.135674 0.135674 0.135674 +5541.265137 0.000000 1205.835449 0.000000 0.250434 0.000000 -0.968134 0.163442 0.163442 0.163442 +5537.478516 0.000000 1216.193359 0.000000 0.450506 0.000000 -0.892773 0.137437 0.137437 0.137437 +5525.729980 0.000000 1201.761963 0.000000 0.714873 0.000000 -0.699254 0.131453 0.131453 0.131453 +5538.559570 0.000000 1219.377319 0.000000 0.148158 0.000000 -0.988964 0.138198 0.138198 0.138198 +5526.020996 0.000000 1187.491943 0.000000 0.763877 0.000000 -0.645362 0.136883 0.136883 0.136883 +5566.383301 0.000000 1207.338379 0.000000 0.748639 0.000000 -0.662978 0.124373 0.124373 0.124373 +5555.824219 0.000000 1230.506348 0.000000 0.796869 0.000000 -0.604152 0.132084 0.132084 0.132084 +5538.977539 0.000000 1200.671265 0.000000 0.519625 0.000000 -0.854394 0.161399 0.161399 0.161399 +5552.395508 0.000000 1218.502930 0.000000 0.205430 0.000000 -0.978672 0.152566 0.152566 0.152566 +5522.461914 0.000000 1202.752563 0.000000 0.101389 0.000000 -0.994847 0.125495 0.125495 0.125495 +5557.071289 0.000000 1190.913208 0.000000 0.302174 0.000000 -0.953253 0.132870 0.132870 0.132870 +5529.632324 0.000000 1201.389404 0.000000 0.531481 0.000000 -0.847070 0.143404 0.143404 0.143404 +5537.699219 0.000000 1199.602173 0.000000 0.645445 0.000000 -0.763807 0.157748 0.157748 0.157748 +5526.351074 0.000000 1204.912354 0.000000 0.748544 0.000000 -0.663085 0.131252 0.131252 0.131252 +5536.131348 0.000000 1191.291260 0.000000 0.642686 0.000000 -0.766130 0.150857 0.150857 0.150857 +5541.106445 0.000000 1198.769897 0.000000 0.520564 0.000000 -0.853823 0.164286 0.164286 0.164286 +5533.055664 0.000000 1192.185669 0.000000 0.760634 0.000000 -0.649181 0.146643 0.146643 0.146643 +5542.707031 0.000000 1194.729126 0.000000 0.772657 0.000000 -0.634824 0.158007 0.158007 0.158007 +5546.712402 0.000000 1207.390259 0.000000 0.584295 0.000000 -0.811541 0.165630 0.165630 0.165630 +5550.867676 0.000000 1216.631470 0.000000 0.243849 0.000000 -0.969813 0.156470 0.156470 0.156470 +5563.955078 0.000000 1217.227051 0.000000 0.180754 0.000000 -0.983528 0.141569 0.141569 0.141569 +5531.133789 0.000000 1189.702026 0.000000 0.049694 0.000000 -0.998764 0.146250 0.146250 0.146250 +5529.045410 0.000000 1198.063721 0.000000 0.388480 0.000000 -0.921457 0.145280 0.145280 0.145280 +5553.542480 0.000000 1207.600586 0.000000 0.129751 0.000000 -0.991547 0.158197 0.158197 0.158197 +5548.188965 0.000000 1191.192993 0.000000 0.076182 0.000000 -0.997094 0.150827 0.150827 0.150827 +5527.560547 0.000000 1203.697754 0.000000 0.061047 0.000000 -0.998135 0.136218 0.136218 0.136218 +5555.663574 0.000000 1187.340332 0.000000 0.544735 0.000000 -0.838608 0.136977 0.136977 0.136977 +5536.608398 0.000000 1217.703125 0.000000 0.695659 0.000000 -0.718372 0.136160 0.136160 0.136160 +5565.976074 0.000000 1226.857666 0.000000 0.761660 0.000000 -0.647977 0.130024 0.130024 0.130024 +5529.909180 0.000000 1203.258179 0.000000 0.443509 0.000000 -0.896270 0.141530 0.141530 0.141530 +5551.286621 0.000000 1187.945312 0.000000 0.407487 0.000000 -0.913211 0.145188 0.145188 0.145188 +5558.904297 0.000000 1222.480103 0.000000 0.508189 0.000000 -0.861246 0.143525 0.143525 0.143525 +5558.609375 0.000000 1214.020508 0.000000 0.553856 0.000000 -0.832612 0.150797 0.150797 0.150797 +5543.789551 0.000000 1200.109253 0.000000 0.578046 0.000000 -0.816004 0.166824 0.166824 0.166824 +5534.191406 0.000000 1188.385864 0.000000 0.283861 0.000000 -0.958865 0.148691 0.148691 0.148691 +5536.240234 0.000000 1200.141724 0.000000 0.799898 0.000000 -0.600136 0.156646 0.156646 0.156646 +5563.962402 0.000000 1225.120239 0.000000 0.134203 0.000000 -0.990954 0.140600 0.140600 0.140600 +5522.338867 0.000000 1194.205078 0.000000 0.289314 0.000000 -0.957234 0.137588 0.137588 0.137588 +5526.733398 0.000000 1194.942993 0.000000 0.213541 0.000000 -0.976934 0.145515 0.145515 0.145515 +5531.322754 0.000000 1210.641846 0.000000 0.504784 0.000000 -0.863246 0.131966 0.131966 0.131966 +5531.790527 0.000000 1204.925415 0.000000 0.803007 0.000000 -0.595970 0.142902 0.142902 0.142902 +5530.256836 0.000000 1190.896851 0.000000 0.425966 0.000000 -0.904739 0.146838 0.146838 0.146838 +5527.062012 0.000000 1202.293579 0.000000 0.797418 0.000000 -0.603427 0.132652 0.132652 0.132652 +5539.506348 0.000000 1218.041992 0.000000 0.555043 0.000000 -0.831822 0.136347 0.136347 0.136347 +5548.311035 0.000000 1199.761108 0.000000 0.425733 0.000000 -0.904849 0.156706 0.156706 0.156706 +5527.035156 0.000000 1196.609009 0.000000 0.759470 0.000000 -0.650542 0.142068 0.142068 0.142068 +5552.063965 0.000000 1211.967896 0.000000 0.063861 0.000000 -0.997959 0.159690 0.159690 0.159690 +5542.782227 0.000000 1214.181519 0.000000 0.367270 0.000000 -0.930114 0.152942 0.152942 0.152942 +5557.096191 0.000000 1211.240356 0.000000 0.079121 0.000000 -0.996865 0.154921 0.154921 0.154921 +5548.409668 0.000000 1212.200317 0.000000 0.379946 0.000000 -0.925009 0.160435 0.160435 0.160435 +5540.309082 0.000000 1215.557861 0.000000 0.683475 0.000000 -0.729974 0.148303 0.148303 0.148303 +5562.093750 0.000000 1216.608765 0.000000 0.327929 0.000000 -0.944702 0.140911 0.140911 0.140911 +5547.008789 0.000000 1212.721313 0.000000 0.084470 0.000000 -0.996426 0.162523 0.162523 0.162523 +5551.221680 0.000000 1226.874146 0.000000 0.792632 0.000000 -0.609700 0.137260 0.137260 0.137260 +5536.052246 0.000000 1186.194092 0.000000 0.014881 0.000000 -0.999889 0.149932 0.149932 0.149932 +5524.179199 0.000000 1187.448975 0.000000 0.804198 0.000000 -0.594361 0.134891 0.134891 0.134891 +5554.478027 0.000000 1228.047607 0.000000 0.738526 0.000000 -0.674226 0.137047 0.137047 0.137047 +5532.436523 0.000000 1202.774780 0.000000 0.715495 0.000000 -0.698617 0.150392 0.150392 0.150392 +5558.834961 0.000000 1223.846436 0.000000 0.040496 0.000000 -0.999180 0.145703 0.145703 0.145703 +5544.459473 0.000000 1215.691406 0.000000 0.616836 0.000000 -0.787092 0.154470 0.154470 0.154470 +5539.032227 0.000000 1203.807983 0.000000 0.673516 0.000000 -0.739173 0.159866 0.159866 0.159866 +5559.777832 0.000000 1215.106934 0.000000 0.741463 0.000000 -0.670993 0.149642 0.149642 0.149642 +5533.510254 0.000000 1200.234863 0.000000 0.323728 0.000000 -0.946150 0.153742 0.153742 0.153742 +5543.319336 0.000000 1210.884644 0.000000 0.773807 0.000000 -0.633421 0.157998 0.157998 0.157998 +5548.222168 0.000000 1219.557739 0.000000 0.158729 0.000000 -0.987322 0.153958 0.153958 0.153958 +5548.992676 0.000000 1209.072632 0.000000 0.295075 0.000000 -0.955474 0.164376 0.164376 0.164376 +5557.408691 0.000000 1214.585571 0.000000 0.279308 0.000000 -0.960202 0.155128 0.155128 0.155128 +5543.339844 0.000000 1187.754395 0.000000 0.661340 0.000000 -0.750086 0.150166 0.150166 0.150166 +5558.683594 0.000000 1216.733765 0.000000 0.560704 0.000000 -0.828016 0.149026 0.149026 0.149026 +5550.200195 0.000000 1187.281616 0.000000 0.707889 0.000000 -0.706324 0.143552 0.143552 0.143552 +5531.442383 0.000000 1194.594727 0.000000 0.670754 0.000000 -0.741680 0.147807 0.147807 0.147807 +5555.083008 0.000000 1218.586060 0.000000 0.350513 0.000000 -0.936558 0.151281 0.151281 0.151281 +5559.338379 0.000000 1218.696045 0.000000 0.489043 0.000000 -0.872260 0.147676 0.147676 0.147676 +5554.304199 0.000000 1212.559692 0.000000 0.804927 0.000000 -0.593374 0.154319 0.154319 0.154319 +5548.345703 0.000000 1196.888428 0.000000 0.713361 0.000000 -0.700797 0.153851 0.153851 0.153851 +5549.442383 0.000000 1197.934692 0.000000 0.672578 0.000000 -0.740026 0.154122 0.154122 0.154122 +5544.398438 0.000000 1195.038330 0.000000 0.807488 0.000000 -0.589884 0.157727 0.157727 0.157727 +5551.984863 0.000000 1219.752197 0.000000 0.553946 0.000000 -0.832553 0.152530 0.152530 0.152530 +5540.202637 0.000000 1189.820557 0.000000 0.266093 0.000000 -0.963947 0.154610 0.154610 0.154610 +5534.762207 0.000000 1208.340454 0.000000 0.720274 0.000000 -0.693689 0.146343 0.146343 0.146343 +5544.923828 0.000000 1192.869995 0.000000 0.753559 0.000000 -0.657381 0.155287 0.155287 0.155287 +5540.268066 0.000000 1208.797852 0.000000 0.339811 0.000000 -0.940494 0.160064 0.160064 0.160064 +5545.168457 0.000000 1217.729248 0.000000 0.033750 0.000000 -0.999430 0.152197 0.152197 0.152197 +5536.728027 0.000000 1197.380615 0.000000 0.091170 0.000000 -0.995835 0.158971 0.158971 0.158971 +5545.763184 0.000000 1208.192383 0.000000 0.510076 0.000000 -0.860129 0.165505 0.165505 0.165505 +5540.343262 0.000000 1192.713257 0.000000 0.141546 0.000000 -0.989932 0.159897 0.159897 0.159897 +5543.708496 0.000000 1192.166626 0.000000 0.276671 0.000000 -0.960965 0.159807 0.159807 0.159807 +5547.242188 0.000000 1203.228271 0.000000 0.173894 0.000000 -0.984764 0.165003 0.165003 0.165003 +5542.214844 0.000000 1198.801636 0.000000 0.053726 0.000000 -0.998556 0.167374 0.167374 0.167374 +5589.705078 0.000000 1213.039551 0.000000 0.753991 0.000000 -0.656885 0.102281 0.102281 0.102281 +5616.205566 0.000000 1242.630615 0.000000 0.592866 0.000000 -0.805301 0.102980 0.102980 0.102980 +5572.458496 0.000000 1240.637817 0.000000 0.565697 0.000000 -0.824613 0.103086 0.103086 0.103086 +5583.130859 0.000000 1225.543701 0.000000 0.332155 0.000000 -0.943225 0.103922 0.103922 0.103922 +5594.979980 0.000000 1228.004639 0.000000 0.519041 0.000000 -0.854750 0.103263 0.103263 0.103263 +5599.758301 0.000000 1216.331543 0.000000 0.690862 0.000000 -0.722986 0.102572 0.102572 0.102572 +5577.400879 0.000000 1202.291016 0.000000 0.292203 0.000000 -0.956356 0.107262 0.107262 0.107262 +5605.432617 0.000000 1197.198975 0.000000 0.805928 0.000000 -0.592014 0.102017 0.102017 0.102017 +5598.236816 0.000000 1238.701782 0.000000 0.644055 0.000000 -0.764979 0.102773 0.102773 0.102773 +5616.541992 0.000000 1208.757080 0.000000 0.051953 0.000000 -0.998650 0.104835 0.104835 0.104835 +5591.890625 0.000000 1205.229614 0.000000 0.541376 0.000000 -0.840781 0.103179 0.103179 0.103179 +5600.032227 0.000000 1223.109741 0.000000 0.562361 0.000000 -0.826892 0.103099 0.103099 0.103099 +5620.365234 0.000000 1225.438110 0.000000 0.500376 0.000000 -0.865808 0.103332 0.103332 0.103332 +5612.062988 0.000000 1195.161011 0.000000 0.061056 0.000000 -0.998134 0.104806 0.104806 0.104806 +5574.215332 0.000000 1235.109497 0.000000 0.393416 0.000000 -0.919361 0.103713 0.103713 0.103713 +5613.943359 0.000000 1188.526855 0.000000 0.034321 0.000000 -0.999411 0.104891 0.104891 0.104891 +5585.256836 0.000000 1220.886719 0.000000 0.260502 0.000000 -0.965473 0.104161 0.104161 0.104161 +5610.009766 0.000000 1241.108521 0.000000 0.428982 0.000000 -0.903313 0.103589 0.103589 0.103589 +5612.083496 0.000000 1206.232910 0.000000 0.397594 0.000000 -0.917562 0.103698 0.103698 0.103698 +5586.283691 0.000000 1187.304565 0.000000 0.138375 0.000000 -0.990380 0.104558 0.104558 0.104558 +5593.505859 0.000000 1239.943604 0.000000 0.589652 0.000000 -0.807657 0.102993 0.102993 0.102993 +5571.505371 0.000000 1229.598022 0.000000 0.618384 0.000000 -0.785876 0.111235 0.111235 0.111235 +5602.932617 0.000000 1240.248779 0.000000 0.057211 0.000000 -0.998362 0.104818 0.104818 0.104818 +5603.991211 0.000000 1201.898315 0.000000 0.365830 0.000000 -0.930682 0.103808 0.103808 0.103808 +5586.817383 0.000000 1216.615723 0.000000 0.060964 0.000000 -0.998140 0.104806 0.104806 0.104806 +5602.015137 0.000000 1206.667358 0.000000 0.147713 0.000000 -0.989030 0.104528 0.104528 0.104528 +5572.763672 0.000000 1222.364136 0.000000 0.504233 0.000000 -0.863568 0.114026 0.114026 0.114026 +5606.535645 0.000000 1215.679932 0.000000 0.322418 0.000000 -0.946597 0.103955 0.103955 0.103955 +5579.786133 0.000000 1191.224854 0.000000 0.177632 0.000000 -0.984097 0.104432 0.104432 0.104432 +5585.260254 0.000000 1212.629028 0.000000 0.185270 0.000000 -0.982688 0.104407 0.104407 0.104407 +5605.098633 0.000000 1229.042847 0.000000 0.517315 0.000000 -0.855795 0.103269 0.103269 0.103269 +5573.119141 0.000000 1202.606079 0.000000 0.374275 0.000000 -0.927318 0.113953 0.113953 0.113953 +5595.932617 0.000000 1206.441528 0.000000 0.659153 0.000000 -0.752009 0.102709 0.102709 0.102709 +5630.270020 0.000000 1190.603271 0.000000 0.800491 0.000000 -0.599345 0.102046 0.102046 0.102046 +5613.311035 0.000000 1220.521729 0.000000 0.562618 0.000000 -0.826717 0.103098 0.103098 0.103098 +5630.624512 0.000000 1194.992065 0.000000 0.448715 0.000000 -0.893675 0.103519 0.103519 0.103519 +5619.213867 0.000000 1232.429077 0.000000 0.179177 0.000000 -0.983817 0.104427 0.104427 0.104427 +5616.647949 0.000000 1226.647583 0.000000 0.221698 0.000000 -0.975115 0.104288 0.104288 0.104288 +5621.013672 0.000000 1220.818237 0.000000 0.201917 0.000000 -0.979403 0.104353 0.104353 0.104353 +5573.464844 0.000000 1190.953857 0.000000 0.072283 0.000000 -0.997384 0.104770 0.104770 0.104770 +5612.376953 0.000000 1232.439575 0.000000 0.633101 0.000000 -0.774069 0.102818 0.102818 0.102818 +5615.663086 0.000000 1196.183716 0.000000 0.035599 0.000000 -0.999366 0.104887 0.104887 0.104887 +5572.957520 0.000000 1226.018921 0.000000 0.654995 0.000000 -0.755633 0.108769 0.108769 0.108769 +5615.145508 0.000000 1204.319702 0.000000 0.124850 0.000000 -0.992176 0.104602 0.104602 0.104602 +5614.042969 0.000000 1192.026489 0.000000 0.748157 0.000000 -0.663522 0.102309 0.102309 0.102309 +5619.634277 0.000000 1228.899780 0.000000 0.221408 0.000000 -0.975181 0.104289 0.104289 0.104289 +5626.305176 0.000000 1230.153320 0.000000 0.741888 0.000000 -0.670524 0.102339 0.102339 0.102339 +5629.611816 0.000000 1224.931519 0.000000 0.717213 0.000000 -0.696854 0.102454 0.102454 0.102454 +5568.894531 0.000000 1216.472046 0.000000 0.243312 0.000000 -0.969948 0.123777 0.123777 0.123777 +5579.406250 0.000000 1219.242676 0.000000 0.680216 0.000000 -0.733012 0.103481 0.103481 0.103481 +5626.028320 0.000000 1199.270508 0.000000 0.480886 0.000000 -0.876783 0.103403 0.103403 0.103403 +5583.197266 0.000000 1197.804688 0.000000 0.386971 0.000000 -0.922092 0.103735 0.103735 0.103735 +5620.463867 0.000000 1201.253662 0.000000 0.465434 0.000000 -0.885083 0.103459 0.103459 0.103459 +5616.580566 0.000000 1216.612671 0.000000 0.280159 0.000000 -0.959954 0.104096 0.104096 0.104096 +5628.832520 0.000000 1218.493652 0.000000 0.144575 0.000000 -0.989494 0.104538 0.104538 0.104538 +5623.819336 0.000000 1205.002808 0.000000 0.776919 0.000000 -0.629600 0.102168 0.102168 0.102168 +5580.526855 0.000000 1209.217651 0.000000 0.558754 0.000000 -0.829334 0.103113 0.103113 0.103113 +5574.057129 0.000000 1231.109619 0.000000 0.678981 0.000000 -0.734156 0.102624 0.102624 0.102624 +5581.099609 0.000000 1205.948486 0.000000 0.796803 0.000000 -0.604240 0.102065 0.102065 0.102065 +5598.961914 0.000000 1187.133179 0.000000 0.112980 0.000000 -0.993597 0.104640 0.104640 0.104640 +5588.994629 0.000000 1188.724609 0.000000 0.658883 0.000000 -0.752246 0.102710 0.102710 0.102710 +5576.614258 0.000000 1199.700684 0.000000 0.730517 0.000000 -0.682895 0.102393 0.102393 0.102393 +5590.782715 0.000000 1193.475220 0.000000 0.654749 0.000000 -0.755847 0.102728 0.102728 0.102728 +5629.738281 0.000000 1214.421021 0.000000 0.382335 0.000000 -0.924024 0.106367 0.106367 0.106367 +5591.408203 0.000000 1198.010010 0.000000 0.177537 0.000000 -0.984114 0.104432 0.104432 0.104432 +5575.408691 0.000000 1204.009399 0.000000 0.388385 0.000000 -0.921497 0.110413 0.110413 0.110413 +5627.000977 0.000000 1223.972900 0.000000 0.555465 0.000000 -0.831540 0.103125 0.103125 0.103125 +5624.346680 0.000000 1208.372803 0.000000 0.778036 0.000000 -0.628219 0.102162 0.102162 0.102162 +5579.442871 0.000000 1203.980469 0.000000 0.744263 0.000000 -0.667887 0.102328 0.102328 0.102328 +5630.582031 0.000000 1201.038940 0.000000 0.649721 0.000000 -0.760173 0.103037 0.103037 0.103037 +5575.143066 0.000000 1213.556396 0.000000 0.575887 0.000000 -0.817529 0.111995 0.111995 0.111995 +5570.944824 0.000000 1203.567871 0.000000 0.542315 0.000000 -0.840175 0.115603 0.115603 0.115603 +5574.028809 0.000000 1209.101440 0.000000 0.704765 0.000000 -0.709441 0.111412 0.111412 0.111412 +5568.712402 0.000000 1204.392822 0.000000 0.234591 0.000000 -0.972094 0.122059 0.122059 0.122059 +5571.099121 0.000000 1212.873535 0.000000 0.173686 0.000000 -0.984801 0.121120 0.121120 0.121120 +5568.597656 0.000000 1206.639160 0.000000 0.634674 0.000000 -0.772780 0.122106 0.122106 0.122106 +5573.832520 0.000000 1218.037598 0.000000 0.051827 0.000000 -0.998656 0.117462 0.117462 0.117462 +5568.850586 0.000000 1226.736572 0.000000 0.064534 0.000000 -0.997916 0.122701 0.122701 0.122701 +5568.525879 0.000000 1223.474976 0.000000 0.204165 0.000000 -0.978937 0.126267 0.126267 0.126267 +5570.335449 0.000000 1217.401855 0.000000 0.698939 0.000000 -0.715181 0.118334 0.118334 0.118334 +5431.638184 0.000000 1258.399658 0.000000 0.249429 0.000000 -0.968393 0.104198 0.104198 0.104198 +5425.519043 0.000000 1248.985840 0.000000 0.431856 0.000000 -0.901943 0.103579 0.103579 0.103579 +5437.292480 0.000000 1255.215210 0.000000 0.790953 0.000000 -0.611877 0.102382 0.102382 0.102382 +5434.511719 0.000000 1263.166260 0.000000 0.444646 0.000000 -0.895706 0.103533 0.103533 0.103533 +5438.270020 0.000000 1247.087646 0.000000 0.074492 0.000000 -0.997222 0.129119 0.129119 0.129119 +5434.385254 0.000000 1245.248291 0.000000 0.636938 0.000000 -0.770915 0.116336 0.116336 0.116336 +5428.003906 0.000000 1245.983765 0.000000 0.782455 0.000000 -0.622707 0.102140 0.102140 0.102140 +5432.473633 0.000000 1250.786987 0.000000 0.498515 0.000000 -0.866881 0.103339 0.103339 0.103339 +5432.246582 0.000000 1245.513184 0.000000 0.120157 0.000000 -0.992755 0.111357 0.111357 0.111357 +5498.807129 0.000000 1249.310791 0.000000 0.729052 0.000000 -0.684459 0.102400 0.102400 0.102400 +5480.832520 0.000000 1246.157349 0.000000 0.086356 0.000000 -0.996264 0.106192 0.106192 0.106192 +5503.487305 0.000000 1272.883911 0.000000 0.590891 0.000000 -0.806752 0.105007 0.105007 0.105007 +5455.272949 0.000000 1264.574829 0.000000 0.524971 0.000000 -0.851120 0.103241 0.103241 0.103241 +5496.550781 0.000000 1275.515381 0.000000 0.651259 0.000000 -0.758855 0.102742 0.102742 0.102742 +5474.900879 0.000000 1242.720947 0.000000 0.028210 0.000000 -0.999602 0.107555 0.107555 0.107555 +5481.385742 0.000000 1275.574341 0.000000 0.487955 0.000000 -0.872869 0.103377 0.103377 0.103377 +5492.365234 0.000000 1281.922485 0.000000 0.546247 0.000000 -0.837624 0.103161 0.103161 0.103161 +5501.292480 0.000000 1255.215210 0.000000 0.166030 0.000000 -0.986121 0.104469 0.104469 0.104469 +5490.789551 0.000000 1254.743530 0.000000 0.751098 0.000000 -0.660190 0.102295 0.102295 0.102295 +5501.658691 0.000000 1277.972046 0.000000 0.592257 0.000000 -0.805749 0.102982 0.102982 0.102982 +5498.511719 0.000000 1263.166260 0.000000 0.477339 0.000000 -0.878719 0.104864 0.104864 0.104864 +5447.914551 0.000000 1244.493164 0.000000 0.802536 0.000000 -0.596604 0.156625 0.156625 0.156625 +5490.842773 0.000000 1260.526245 0.000000 0.397585 0.000000 -0.917565 0.103698 0.103698 0.103698 +5501.212891 0.000000 1268.047974 0.000000 0.209344 0.000000 -0.977842 0.109297 0.109297 0.109297 +5495.531250 0.000000 1253.259888 0.000000 0.483332 0.000000 -0.875437 0.103394 0.103394 0.103394 +5451.929688 0.000000 1254.662109 0.000000 0.080190 0.000000 -0.996780 0.127923 0.127923 0.127923 +5459.007324 0.000000 1260.734619 0.000000 0.247175 0.000000 -0.968971 0.106832 0.106832 0.106832 +5450.351562 0.000000 1263.535156 0.000000 0.578513 0.000000 -0.815673 0.103036 0.103036 0.103036 +5480.763184 0.000000 1257.778442 0.000000 0.350494 0.000000 -0.936565 0.112879 0.112879 0.112879 +5459.771973 0.000000 1265.281738 0.000000 0.136910 0.000000 -0.990584 0.104563 0.104563 0.104563 +5474.015137 0.000000 1263.151733 0.000000 0.035796 0.000000 -0.999359 0.108705 0.108705 0.108705 +5472.426758 0.000000 1255.094116 0.000000 0.133038 0.000000 -0.991111 0.121858 0.121858 0.121858 +5499.211426 0.000000 1272.274414 0.000000 0.251622 0.000000 -0.967826 0.104190 0.104190 0.104190 +5485.375000 0.000000 1267.577881 0.000000 0.668519 0.000000 -0.743695 0.102669 0.102669 0.102669 +5493.013672 0.000000 1277.302612 0.000000 0.624456 0.000000 -0.781060 0.102853 0.102853 0.102853 +5478.686523 0.000000 1242.962036 0.000000 0.006037 0.000000 -0.999982 0.104981 0.104981 0.104981 +5482.673340 0.000000 1242.800171 0.000000 0.577643 0.000000 -0.816290 0.103040 0.103040 0.103040 +5491.863281 0.000000 1267.028931 0.000000 0.498773 0.000000 -0.866732 0.103338 0.103338 0.103338 +5487.663086 0.000000 1252.668091 0.000000 0.283783 0.000000 -0.958888 0.104376 0.104376 0.104376 +5486.042969 0.000000 1248.510864 0.000000 0.692541 0.000000 -0.721378 0.102565 0.102565 0.102565 +5469.020508 0.000000 1255.486572 0.000000 0.392767 0.000000 -0.919638 0.122018 0.122018 0.122018 +5468.431641 0.000000 1250.164062 0.000000 0.282832 0.000000 -0.959169 0.125954 0.125954 0.125954 +5488.918945 0.000000 1257.642456 0.000000 0.431270 0.000000 -0.902223 0.103581 0.103581 0.103581 +5491.759277 0.000000 1274.021118 0.000000 0.620075 0.000000 -0.784543 0.102871 0.102871 0.102871 +5492.463867 0.000000 1257.738037 0.000000 0.152137 0.000000 -0.988359 0.104514 0.104514 0.104514 +5442.356934 0.000000 1247.554443 0.000000 0.806569 0.000000 -0.591139 0.141161 0.141161 0.141161 +5449.084961 0.000000 1253.474121 0.000000 0.641696 0.000000 -0.766959 0.133588 0.133588 0.133588 +5495.819336 0.000000 1261.487183 0.000000 0.435792 0.000000 -0.900047 0.103565 0.103565 0.103565 +5484.194824 0.000000 1254.733643 0.000000 0.179393 0.000000 -0.983777 0.108814 0.108814 0.108814 +5457.664551 0.000000 1249.312256 0.000000 0.109737 0.000000 -0.993961 0.147741 0.147741 0.147741 +5473.448730 0.000000 1265.953003 0.000000 0.134701 0.000000 -0.990886 0.105449 0.105449 0.105449 +5460.994629 0.000000 1245.208984 0.000000 0.120280 0.000000 -0.992740 0.148866 0.148866 0.148866 +5456.939453 0.000000 1258.584961 0.000000 0.168064 0.000000 -0.985776 0.113533 0.113533 0.113533 +5475.200195 0.000000 1255.453247 0.000000 0.221987 0.000000 -0.975049 0.119186 0.119186 0.119186 +5467.635742 0.000000 1265.706665 0.000000 0.114389 0.000000 -0.993436 0.104635 0.104635 0.104635 +5441.451660 0.000000 1252.048706 0.000000 0.365947 0.000000 -0.930636 0.119800 0.119800 0.119800 +5440.090332 0.000000 1245.951904 0.000000 0.316640 0.000000 -0.948546 0.141545 0.141545 0.141545 +5463.068359 0.000000 1247.167358 0.000000 0.305110 0.000000 -0.952317 0.141015 0.141015 0.141015 +5455.671387 0.000000 1244.185303 0.000000 0.217981 0.000000 -0.975953 0.158934 0.158934 0.158934 +5447.408691 0.000000 1260.493774 0.000000 0.128841 0.000000 -0.991665 0.104882 0.104882 0.104882 +5473.491699 0.000000 1248.551514 0.000000 0.363131 0.000000 -0.931738 0.118648 0.118648 0.118648 +5478.824707 0.000000 1247.894165 0.000000 0.295398 0.000000 -0.955374 0.107251 0.107251 0.107251 +5446.363770 0.000000 1252.168945 0.000000 0.240834 0.000000 -0.970566 0.134297 0.134297 0.134297 +5477.463867 0.000000 1250.261597 0.000000 0.240548 0.000000 -0.970637 0.114445 0.114445 0.114445 +5459.894531 0.000000 1250.427979 0.000000 0.109578 0.000000 -0.993978 0.140120 0.140120 0.140120 +5483.095215 0.000000 1256.974854 0.000000 0.200602 0.000000 -0.979673 0.112250 0.112250 0.112250 +5466.245605 0.000000 1261.168091 0.000000 0.808120 0.000000 -0.589018 0.107434 0.107434 0.107434 +5503.510742 0.000000 1267.392944 0.000000 0.493384 0.000000 -0.869811 0.109437 0.109437 0.109437 +5453.487793 0.000000 1252.672974 0.000000 0.350334 0.000000 -0.936625 0.133826 0.133826 0.133826 +5454.033691 0.000000 1248.547241 0.000000 0.705576 0.000000 -0.708635 0.145864 0.145864 0.145864 +5446.475098 0.000000 1257.246948 0.000000 0.625298 0.000000 -0.780386 0.118119 0.118119 0.118119 +5466.165527 0.000000 1250.914062 0.000000 0.194787 0.000000 -0.980846 0.128058 0.128058 0.128058 +5479.465820 0.000000 1252.541992 0.000000 0.807244 0.000000 -0.590218 0.112011 0.112011 0.112011 +5473.049316 0.000000 1243.906494 0.000000 0.047169 0.000000 -0.998887 0.112192 0.112192 0.112192 +5442.199219 0.000000 1249.768555 0.000000 0.750230 0.000000 -0.661177 0.136399 0.136399 0.136399 +5456.098633 0.000000 1252.415771 0.000000 0.451964 0.000000 -0.892036 0.132211 0.132211 0.132211 +5457.219727 0.000000 1254.114990 0.000000 0.769166 0.000000 -0.639049 0.123679 0.123679 0.123679 +5474.934570 0.000000 1246.225464 0.000000 0.109014 0.000000 -0.994040 0.112567 0.112567 0.112567 +5482.440430 0.000000 1258.865234 0.000000 0.554421 0.000000 -0.832236 0.110351 0.110351 0.110351 +5450.618164 0.000000 1256.200684 0.000000 0.690519 0.000000 -0.723314 0.118377 0.118377 0.118377 +5452.251465 0.000000 1249.492310 0.000000 0.521890 0.000000 -0.853013 0.148082 0.148082 0.148082 +5467.120117 0.000000 1244.604858 0.000000 0.393759 0.000000 -0.919214 0.128405 0.128405 0.128405 +5467.877441 0.000000 1254.147095 0.000000 0.506807 0.000000 -0.862059 0.120960 0.120960 0.120960 +5447.620605 0.000000 1248.885498 0.000000 0.563524 0.000000 -0.826100 0.147855 0.147855 0.147855 +5471.632324 0.000000 1253.325073 0.000000 0.773076 0.000000 -0.634313 0.121938 0.121938 0.121938 +5464.779785 0.000000 1247.192871 0.000000 0.676648 0.000000 -0.736307 0.133396 0.133396 0.133396 +5443.050781 0.000000 1246.050537 0.000000 0.599051 0.000000 -0.800711 0.142465 0.142465 0.142465 +5462.020996 0.000000 1243.976318 0.000000 0.260789 0.000000 -0.965396 0.141214 0.141214 0.141214 +5440.016113 0.000000 1251.308838 0.000000 0.447909 0.000000 -0.894079 0.124690 0.124690 0.124690 +5442.209961 0.000000 1253.431030 0.000000 0.578656 0.000000 -0.815572 0.125259 0.125259 0.125259 +5458.338867 0.000000 1250.689453 0.000000 0.089738 0.000000 -0.995965 0.140205 0.140205 0.140205 +5441.598145 0.000000 1246.222046 0.000000 0.169059 0.000000 -0.985606 0.136938 0.136938 0.136938 +5459.737305 0.000000 1249.137939 0.000000 0.316489 0.000000 -0.948596 0.145041 0.145041 0.145041 +5450.359863 0.000000 1250.473755 0.000000 0.672089 0.000000 -0.740471 0.140898 0.140898 0.140898 +5446.916992 0.000000 1245.080200 0.000000 0.322231 0.000000 -0.946661 0.159573 0.159573 0.159573 +5549.516602 0.000000 1257.389526 0.000000 0.403604 0.000000 -0.914934 0.103678 0.103678 0.103678 +5505.318848 0.000000 1281.544678 0.000000 0.259816 0.000000 -0.965658 0.104163 0.104163 0.104163 +5516.978516 0.000000 1243.392212 0.000000 0.586727 0.000000 -0.809785 0.103004 0.103004 0.103004 +5545.563477 0.000000 1269.147217 0.000000 0.704773 0.000000 -0.709433 0.102510 0.102510 0.102510 +5544.832520 0.000000 1246.157349 0.000000 0.212889 0.000000 -0.977076 0.108116 0.108116 0.108116 +5513.400879 0.000000 1258.775391 0.000000 0.309695 0.000000 -0.950836 0.112446 0.112446 0.112446 +5527.890625 0.000000 1261.713989 0.000000 0.414423 0.000000 -0.910084 0.109156 0.109156 0.109156 +5535.826172 0.000000 1250.778687 0.000000 0.037544 0.000000 -0.999295 0.113988 0.113988 0.113988 +5527.491699 0.000000 1243.287720 0.000000 0.624557 0.000000 -0.780979 0.108903 0.108903 0.108903 +5549.943359 0.000000 1245.011230 0.000000 0.217066 0.000000 -0.976157 0.107517 0.107517 0.107517 +5521.256836 0.000000 1277.371094 0.000000 0.009676 0.000000 -0.999953 0.104969 0.104969 0.104969 +5516.552734 0.000000 1268.850342 0.000000 0.111112 0.000000 -0.993808 0.113146 0.113146 0.113146 +5559.531250 0.000000 1253.259888 0.000000 0.587000 0.000000 -0.809587 0.103003 0.103003 0.103003 +5515.929688 0.000000 1254.662109 0.000000 0.500907 0.000000 -0.865501 0.107093 0.107093 0.107093 +5544.763184 0.000000 1257.778442 0.000000 0.383625 0.000000 -0.923489 0.103747 0.103747 0.103747 +5538.015137 0.000000 1263.151733 0.000000 0.641552 0.000000 -0.767080 0.102783 0.102783 0.102783 +5542.535645 0.000000 1272.164307 0.000000 0.378887 0.000000 -0.925443 0.103763 0.103763 0.103763 +5544.015625 0.000000 1250.284790 0.000000 0.624295 0.000000 -0.781188 0.103142 0.103142 0.103142 +5504.163086 0.000000 1277.402832 0.000000 0.706181 0.000000 -0.708032 0.102504 0.102504 0.102504 +5509.119141 0.000000 1259.090454 0.000000 0.703241 0.000000 -0.710952 0.107973 0.107973 0.107973 +5531.932617 0.000000 1262.925903 0.000000 0.359687 0.000000 -0.933073 0.104701 0.104701 0.104701 +5507.837402 0.000000 1266.218384 0.000000 0.327312 0.000000 -0.944916 0.113546 0.113546 0.113546 +5519.831543 0.000000 1246.828125 0.000000 0.301071 0.000000 -0.953602 0.104027 0.104027 0.104027 +5517.506836 0.000000 1278.470703 0.000000 0.207201 0.000000 -0.978298 0.104336 0.104336 0.104336 +5508.755371 0.000000 1270.528931 0.000000 0.218468 0.000000 -0.975844 0.112187 0.112187 0.112187 +5536.618164 0.000000 1246.021851 0.000000 0.033348 0.000000 -0.999444 0.114002 0.114002 0.114002 +5551.663086 0.000000 1252.668091 0.000000 0.485043 0.000000 -0.874490 0.103388 0.103388 0.103388 +5533.530273 0.000000 1269.948608 0.000000 0.373777 0.000000 -0.927519 0.103781 0.103781 0.103781 +5544.974609 0.000000 1254.177856 0.000000 0.032182 0.000000 -0.999482 0.104898 0.104898 0.104898 +5522.190430 0.000000 1252.178467 0.000000 0.030400 0.000000 -0.999538 0.112837 0.112837 0.112837 +5550.042969 0.000000 1248.510864 0.000000 0.789804 0.000000 -0.613359 0.102102 0.102102 0.102102 +5510.724121 0.000000 1276.163696 0.000000 0.501188 0.000000 -0.865338 0.103329 0.103329 0.103329 +5536.449219 0.000000 1268.651611 0.000000 0.587254 0.000000 -0.809403 0.103002 0.103002 0.103002 +5515.486816 0.000000 1251.215820 0.000000 0.688440 0.000000 -0.725293 0.102583 0.102583 0.102583 +5516.526855 0.000000 1265.702026 0.000000 0.148761 0.000000 -0.988873 0.116529 0.116529 0.116529 +5504.936035 0.000000 1265.265747 0.000000 0.495311 0.000000 -0.868716 0.110588 0.110588 0.110588 +5516.112305 0.000000 1257.562988 0.000000 0.600560 0.000000 -0.799580 0.109005 0.109005 0.109005 +5521.664551 0.000000 1249.312256 0.000000 0.777705 0.000000 -0.628630 0.105312 0.105312 0.105312 +5507.820801 0.000000 1256.461670 0.000000 0.625422 0.000000 -0.780287 0.104290 0.104290 0.104290 +5534.608887 0.000000 1248.195923 0.000000 0.384472 0.000000 -0.923137 0.113915 0.113915 0.113915 +5528.795410 0.000000 1270.568481 0.000000 0.744061 0.000000 -0.668112 0.102329 0.102329 0.102329 +5534.952637 0.000000 1262.168579 0.000000 0.143101 0.000000 -0.989708 0.104543 0.104543 0.104543 +5542.337891 0.000000 1256.392456 0.000000 0.613968 0.000000 -0.789331 0.102896 0.102896 0.102896 +5524.832520 0.000000 1255.235840 0.000000 0.435485 0.000000 -0.900196 0.111979 0.111979 0.111979 +5512.614258 0.000000 1256.185059 0.000000 0.361089 0.000000 -0.932531 0.108768 0.108768 0.108768 +5506.822754 0.000000 1276.624390 0.000000 0.433326 0.000000 -0.901237 0.103573 0.103573 0.103573 +5537.491699 0.000000 1248.551514 0.000000 0.067392 0.000000 -0.997727 0.113884 0.113884 0.113884 +5514.329590 0.000000 1267.360840 0.000000 0.568661 0.000000 -0.822572 0.116067 0.116067 0.116067 +5537.412109 0.000000 1257.613403 0.000000 0.755481 0.000000 -0.655170 0.105998 0.105998 0.105998 +5526.077637 0.000000 1259.830933 0.000000 0.325282 0.000000 -0.945617 0.110642 0.110642 0.110642 +5528.535645 0.000000 1259.011230 0.000000 0.178711 0.000000 -0.983902 0.109401 0.109401 0.109401 +5517.872070 0.000000 1271.058716 0.000000 0.560547 0.000000 -0.828123 0.108593 0.108593 0.108593 +5551.339355 0.000000 1242.902222 0.000000 0.125651 0.000000 -0.992075 0.108994 0.108994 0.108994 +5509.141602 0.000000 1268.162476 0.000000 0.808157 0.000000 -0.588967 0.112005 0.112005 0.112005 +5517.487793 0.000000 1252.672974 0.000000 0.162414 0.000000 -0.986723 0.107700 0.107700 0.107700 +5510.475098 0.000000 1257.246948 0.000000 0.230105 0.000000 -0.973166 0.108642 0.108642 0.108642 +5508.248535 0.000000 1263.956177 0.000000 0.420110 0.000000 -0.907473 0.113779 0.113779 0.113779 +5530.165527 0.000000 1250.914062 0.000000 0.727220 0.000000 -0.686405 0.110727 0.110727 0.110727 +5506.069824 0.000000 1267.477905 0.000000 0.025892 0.000000 -0.999665 0.114616 0.114616 0.114616 +5513.322266 0.000000 1261.623901 0.000000 0.736958 0.000000 -0.675938 0.113545 0.113545 0.113545 +5521.219727 0.000000 1254.114990 0.000000 0.765054 0.000000 -0.643966 0.110531 0.110531 0.110531 +5523.236816 0.000000 1253.979370 0.000000 0.455629 0.000000 -0.890170 0.111321 0.111321 0.111321 +5538.934570 0.000000 1246.225464 0.000000 0.383349 0.000000 -0.923604 0.111594 0.111594 0.111594 +5534.725586 0.000000 1246.248779 0.000000 0.291779 0.000000 -0.956486 0.113676 0.113676 0.113676 +5589.705078 0.000000 1269.523926 0.000000 0.648167 0.000000 -0.761498 0.102755 0.102755 0.102755 +5624.065918 0.000000 1268.018799 0.000000 0.035552 0.000000 -0.999368 0.104887 0.104887 0.104887 +5626.807129 0.000000 1249.310791 0.000000 0.712437 0.000000 -0.701736 0.102476 0.102476 0.102476 +5599.758301 0.000000 1272.815918 0.000000 0.362530 0.000000 -0.931972 0.103819 0.103819 0.103819 +5617.519043 0.000000 1248.985840 0.000000 0.490755 0.000000 -0.871297 0.103367 0.103367 0.103367 +5631.958008 0.000000 1263.555298 0.000000 0.762799 0.000000 -0.646636 0.102238 0.102238 0.102238 +5616.541992 0.000000 1265.241455 0.000000 0.259973 0.000000 -0.965616 0.104163 0.104163 0.104163 +5591.890625 0.000000 1261.713989 0.000000 0.670989 0.000000 -0.741467 0.102659 0.102659 0.102659 +5629.512207 0.000000 1242.682373 0.000000 0.307139 0.000000 -0.951665 0.104006 0.104006 0.104006 +5602.900879 0.000000 1242.720947 0.000000 0.396633 0.000000 -0.917977 0.103702 0.103702 0.103702 +5600.032227 0.000000 1279.594116 0.000000 0.291938 0.000000 -0.956437 0.104057 0.104057 0.104057 +5612.062988 0.000000 1251.645386 0.000000 0.680015 0.000000 -0.733198 0.102620 0.102620 0.102620 +5603.765137 0.000000 1268.503540 0.000000 0.667669 0.000000 -0.744458 0.102673 0.102673 0.102673 +5613.943359 0.000000 1245.011230 0.000000 0.577960 0.000000 -0.816065 0.103038 0.103038 0.103038 +5626.511719 0.000000 1263.166260 0.000000 0.070243 0.000000 -0.997530 0.104776 0.104776 0.104776 +5618.842773 0.000000 1260.526245 0.000000 0.039887 0.000000 -0.999204 0.104873 0.104873 0.104873 +5623.531250 0.000000 1253.259888 0.000000 0.450432 0.000000 -0.892811 0.103513 0.103513 0.103513 +5582.220703 0.000000 1259.737183 0.000000 0.154314 0.000000 -0.988022 0.104507 0.104507 0.104507 +5587.007324 0.000000 1260.734619 0.000000 0.296352 0.000000 -0.955079 0.104042 0.104042 0.104042 +5590.937012 0.000000 1257.083618 0.000000 0.574043 0.000000 -0.818825 0.103054 0.103054 0.103054 +5618.318359 0.000000 1242.862183 0.000000 0.806634 0.000000 -0.591052 0.102013 0.102013 0.102013 +5621.994141 0.000000 1263.942383 0.000000 0.446461 0.000000 -0.894803 0.103527 0.103527 0.103527 +5589.668945 0.000000 1252.445190 0.000000 0.340877 0.000000 -0.940108 0.103893 0.103893 0.103893 +5608.015625 0.000000 1250.284790 0.000000 0.141640 0.000000 -0.989918 0.104548 0.104548 0.104548 +5630.270020 0.000000 1247.087646 0.000000 0.544087 0.000000 -0.839029 0.103169 0.103169 0.103169 +5600.618164 0.000000 1246.021851 0.000000 0.243240 0.000000 -0.969966 0.104218 0.104218 0.104218 +5606.686523 0.000000 1242.962036 0.000000 0.459262 0.000000 -0.888301 0.103481 0.103481 0.103481 +5615.663086 0.000000 1252.668091 0.000000 0.771076 0.000000 -0.636743 0.102197 0.102197 0.102197 +5597.530273 0.000000 1269.948608 0.000000 0.008756 0.000000 -0.999962 0.104972 0.104972 0.104972 +5608.974609 0.000000 1254.177856 0.000000 0.512065 0.000000 -0.858947 0.103289 0.103289 0.103289 +5615.145508 0.000000 1260.804077 0.000000 0.795344 0.000000 -0.606158 0.102073 0.102073 0.102073 +5597.020508 0.000000 1255.486572 0.000000 0.788785 0.000000 -0.614669 0.102107 0.102107 0.102107 +5602.857422 0.000000 1271.785156 0.000000 0.348190 0.000000 -0.937424 0.103868 0.103868 0.103868 +5600.449219 0.000000 1268.651611 0.000000 0.743749 0.000000 -0.668459 0.102330 0.102330 0.102330 +5601.448730 0.000000 1265.953003 0.000000 0.602047 0.000000 -0.798461 0.102944 0.102944 0.102944 +5636.458496 0.000000 1184.153442 0.000000 0.025082 0.000000 -0.999685 0.104920 0.104920 0.104920 +5632.156738 0.000000 1184.587646 0.000000 0.706158 0.000000 -0.708054 0.102504 0.102504 0.102504 +5652.968750 0.000000 1238.296997 0.000000 0.469128 0.000000 -0.883130 0.103446 0.103446 0.103446 +5680.205566 0.000000 1242.630615 0.000000 0.693787 0.000000 -0.720180 0.102559 0.102559 0.102559 +5636.458496 0.000000 1240.637817 0.000000 0.599230 0.000000 -0.800577 0.102955 0.102955 0.102955 +5665.210449 0.000000 1231.045166 0.000000 0.446842 0.000000 -0.894613 0.103525 0.103525 0.103525 +5676.760254 0.000000 1224.677002 0.000000 0.152892 0.000000 -0.988243 0.104511 0.104511 0.104511 +5684.365234 0.000000 1225.438110 0.000000 0.220081 0.000000 -0.975482 0.104294 0.104294 0.104294 +5638.215332 0.000000 1235.109497 0.000000 0.368752 0.000000 -0.929528 0.103798 0.103798 0.103798 +5693.658691 0.000000 1221.487671 0.000000 0.125908 0.000000 -0.992042 0.104598 0.104598 0.104598 +5641.641113 0.000000 1239.359741 0.000000 0.084505 0.000000 -0.996423 0.104731 0.104731 0.104731 +5666.015137 0.000000 1206.667358 0.000000 0.808873 0.000000 -0.587983 0.102001 0.102001 0.102001 +5686.864258 0.000000 1241.170532 0.000000 0.497471 0.000000 -0.867481 0.103343 0.103343 0.103343 +5670.535645 0.000000 1215.679932 0.000000 0.174119 0.000000 -0.984725 0.104443 0.104443 0.104443 +5677.311035 0.000000 1220.521729 0.000000 0.767328 0.000000 -0.641255 0.102216 0.102216 0.102216 +5632.156738 0.000000 1241.072021 0.000000 0.614028 0.000000 -0.789285 0.102895 0.102895 0.102895 +5683.213867 0.000000 1232.429077 0.000000 0.548595 0.000000 -0.836088 0.103152 0.103152 0.103152 +5680.647949 0.000000 1226.647583 0.000000 0.227337 0.000000 -0.973816 0.104270 0.104270 0.104270 +5637.464844 0.000000 1190.953857 0.000000 0.243288 0.000000 -0.969954 0.104218 0.104218 0.104218 +5655.371094 0.000000 1229.185791 0.000000 0.741106 0.000000 -0.671388 0.102343 0.102343 0.102343 +5650.230469 0.000000 1224.207397 0.000000 0.182011 0.000000 -0.983296 0.104417 0.104417 0.104417 +5632.894531 0.000000 1216.472046 0.000000 0.565633 0.000000 -0.824657 0.105685 0.105685 0.105685 +5657.681152 0.000000 1219.949341 0.000000 0.318114 0.000000 -0.948052 0.106008 0.106008 0.106008 +5638.724121 0.000000 1219.679321 0.000000 0.675019 0.000000 -0.737800 0.105804 0.105804 0.105804 +5634.356934 0.000000 1191.070068 0.000000 0.501063 0.000000 -0.865411 0.103329 0.103329 0.103329 +5641.084961 0.000000 1196.989746 0.000000 0.470451 0.000000 -0.882426 0.103441 0.103441 0.103441 +5661.422852 0.000000 1224.723755 0.000000 0.788503 0.000000 -0.615031 0.102109 0.102109 0.102109 +5644.112305 0.000000 1201.078613 0.000000 0.309879 0.000000 -0.950776 0.103997 0.103997 0.103997 +5648.939453 0.000000 1202.100586 0.000000 0.122094 0.000000 -0.992519 0.104610 0.104610 0.104610 +5648.244141 0.000000 1215.369751 0.000000 0.227913 0.000000 -0.973682 0.110986 0.110986 0.110986 +5643.616211 0.000000 1215.513062 0.000000 0.341457 0.000000 -0.939897 0.109420 0.109420 0.109420 +5642.329590 0.000000 1210.876465 0.000000 0.305095 0.000000 -0.952322 0.111297 0.111297 0.111297 +5649.436523 0.000000 1210.040894 0.000000 0.380012 0.000000 -0.924981 0.111025 0.111025 0.111025 +5651.640625 0.000000 1211.483643 0.000000 0.627965 0.000000 -0.778241 0.109464 0.109464 0.109464 +5643.442871 0.000000 1203.980469 0.000000 0.389566 0.000000 -0.920999 0.105179 0.105179 0.105179 +5655.885254 0.000000 1211.952026 0.000000 0.803806 0.000000 -0.594891 0.105172 0.105172 0.105172 +5651.576660 0.000000 1221.623535 0.000000 0.304148 0.000000 -0.952625 0.107221 0.107221 0.107221 +5632.712402 0.000000 1204.392822 0.000000 0.424233 0.000000 -0.905553 0.107959 0.107959 0.107959 +5710.875488 0.000000 1230.933960 0.000000 0.675372 0.000000 -0.737477 0.102640 0.102640 0.102640 +5707.941895 0.000000 1227.975952 0.000000 0.346606 0.000000 -0.938011 0.103873 0.103873 0.103873 +5717.502930 0.000000 1234.491089 0.000000 0.658972 0.000000 -0.752168 0.102710 0.102710 0.102710 +5714.579102 0.000000 1241.360718 0.000000 0.233656 0.000000 -0.972319 0.104249 0.104249 0.104249 +5708.457520 0.000000 1237.947754 0.000000 0.756441 0.000000 -0.654062 0.102269 0.102269 0.102269 +5705.278320 0.000000 1236.255493 0.000000 0.316026 0.000000 -0.948751 0.103977 0.103977 0.103977 +5699.510742 0.000000 1233.099854 0.000000 0.132023 0.000000 -0.991247 0.104579 0.104579 0.104579 +5713.722656 0.000000 1238.349243 0.000000 0.776773 0.000000 -0.629780 0.102169 0.102169 0.102169 +5639.671387 0.000000 1267.512817 0.000000 0.065732 0.000000 -0.997837 0.104791 0.104791 0.104791 +5634.396484 0.000000 1244.518433 0.000000 0.773412 0.000000 -0.633904 0.102185 0.102185 0.102185 +5632.098633 0.000000 1249.605225 0.000000 0.286735 0.000000 -0.958010 0.104074 0.104074 0.104074 +5697.451172 0.000000 1254.831909 0.000000 0.547907 0.000000 -0.836540 0.103154 0.103154 0.103154 +5698.396484 0.000000 1244.518433 0.000000 0.783694 0.000000 -0.621147 0.102133 0.102133 0.102133 +4215.638184 0.000000 2275.118408 0.000000 0.457510 0.000000 -0.889205 0.104357 0.104357 0.104357 +4208.918945 0.000000 2274.361084 0.000000 0.113311 0.000000 -0.993560 0.107863 0.107863 0.107863 +4221.512207 0.000000 2315.885498 0.000000 0.143494 0.000000 -0.989651 0.104542 0.104542 0.104542 +4210.584961 0.000000 2343.753662 0.000000 0.232441 0.000000 -0.972611 0.104253 0.104253 0.104253 +4205.375000 0.000000 2340.781006 0.000000 0.314677 0.000000 -0.949199 0.103981 0.103981 0.103981 +4198.889160 0.000000 2339.299072 0.000000 0.375305 0.000000 -0.926901 0.103775 0.103775 0.103775 +4201.967773 0.000000 2345.677246 0.000000 0.116716 0.000000 -0.993165 0.104628 0.104628 0.104628 +4207.537109 0.000000 2342.987793 0.000000 0.694672 0.000000 -0.719327 0.102556 0.102556 0.102556 +4204.127930 0.000000 2343.300781 0.000000 0.030468 0.000000 -0.999536 0.104903 0.104903 0.104903 +4206.693848 0.000000 2347.917969 0.000000 0.485243 0.000000 -0.874379 0.105415 0.105415 0.105415 +4203.095215 0.000000 2330.177979 0.000000 0.368314 0.000000 -0.929702 0.105253 0.105253 0.105253 +4223.510742 0.000000 2340.596191 0.000000 0.716004 0.000000 -0.698096 0.104469 0.104469 0.104469 +4214.180664 0.000000 2339.709473 0.000000 0.268931 0.000000 -0.963159 0.108509 0.108509 0.108509 +4214.255859 0.000000 2324.619385 0.000000 0.552696 0.000000 -0.833383 0.107469 0.107469 0.107469 +4228.458496 0.000000 2313.841064 0.000000 0.232543 0.000000 -0.972586 0.104253 0.104253 0.104253 +4255.453613 0.000000 2276.105225 0.000000 0.085200 0.000000 -0.996364 0.104728 0.104728 0.104728 +4235.959473 0.000000 2307.865967 0.000000 0.413912 0.000000 -0.910317 0.103642 0.103642 0.103642 +4254.236816 0.000000 2311.904785 0.000000 0.536959 0.000000 -0.843608 0.103196 0.103196 0.103196 +4250.364746 0.000000 2284.936279 0.000000 0.056893 0.000000 -0.998380 0.104819 0.104819 0.104819 +4245.502930 0.000000 2307.694092 0.000000 0.123155 0.000000 -0.992387 0.142406 0.142406 0.142406 +4251.595215 0.000000 2309.898682 0.000000 0.667341 0.000000 -0.744752 0.106988 0.106988 0.106988 +4241.722656 0.000000 2311.552246 0.000000 0.264690 0.000000 -0.964333 0.120192 0.120192 0.120192 +4234.072266 0.000000 2315.547119 0.000000 0.705373 0.000000 -0.708836 0.102508 0.102508 0.102508 +4251.635742 0.000000 2282.425293 0.000000 0.803008 0.000000 -0.595968 0.102032 0.102032 0.102032 +4238.650879 0.000000 2309.715820 0.000000 0.089826 0.000000 -0.995957 0.117913 0.117913 0.117913 +4231.143066 0.000000 2286.759521 0.000000 0.552234 0.000000 -0.833689 0.117294 0.117294 0.117294 +4239.799805 0.000000 2302.438721 0.000000 0.072002 0.000000 -0.997405 0.123260 0.123260 0.123260 +4243.070801 0.000000 2302.742920 0.000000 0.120103 0.000000 -0.992761 0.147694 0.147694 0.147694 +4240.310547 0.000000 2306.970459 0.000000 0.247264 0.000000 -0.968948 0.145361 0.145361 0.145361 +4242.425781 0.000000 2308.227051 0.000000 0.464405 0.000000 -0.885623 0.135052 0.135052 0.135052 +4243.616211 0.000000 2305.633789 0.000000 0.561226 0.000000 -0.827662 0.154799 0.154799 0.154799 +4244.708984 0.000000 2302.940430 0.000000 0.767290 0.000000 -0.641300 0.136861 0.136861 0.136861 +4308.968750 0.000000 2311.500000 0.000000 0.188311 0.000000 -0.982109 0.123405 0.123405 0.123405 +4303.130859 0.000000 2298.746826 0.000000 0.714896 0.000000 -0.699231 0.102465 0.102465 0.102465 +4314.979980 0.000000 2301.207764 0.000000 0.160779 0.000000 -0.986990 0.104486 0.104486 0.104486 +4325.982422 0.000000 2309.636719 0.000000 0.576891 0.000000 -0.816821 0.103043 0.103043 0.103043 +4299.959473 0.000000 2307.865967 0.000000 0.400124 0.000000 -0.916461 0.103690 0.103690 0.103690 +4309.208496 0.000000 2299.254150 0.000000 0.280658 0.000000 -0.959808 0.104094 0.104094 0.104094 +4304.971680 0.000000 2308.552002 0.000000 0.145941 0.000000 -0.989293 0.117125 0.117125 0.117125 +4309.502930 0.000000 2307.694092 0.000000 0.554117 0.000000 -0.832439 0.122486 0.122486 0.122486 +4306.579102 0.000000 2314.563965 0.000000 0.071684 0.000000 -0.997427 0.121500 0.121500 0.121500 +4317.392090 0.000000 2304.048340 0.000000 0.631985 0.000000 -0.774981 0.105415 0.105415 0.105415 +4312.572266 0.000000 2298.839355 0.000000 0.356755 0.000000 -0.934198 0.103839 0.103839 0.103839 +4297.278320 0.000000 2309.458496 0.000000 0.026255 0.000000 -0.999655 0.104916 0.104916 0.104916 +4313.916992 0.000000 2304.141113 0.000000 0.063737 0.000000 -0.997967 0.111549 0.111549 0.111549 +4302.604980 0.000000 2306.951904 0.000000 0.728637 0.000000 -0.684900 0.102402 0.102402 0.102402 +4307.443848 0.000000 2309.294678 0.000000 0.770077 0.000000 -0.637950 0.122528 0.122528 0.122528 +4302.650879 0.000000 2309.715820 0.000000 0.459393 0.000000 -0.888233 0.108988 0.108988 0.108988 +4315.698730 0.000000 2305.874268 0.000000 0.121919 0.000000 -0.992540 0.107834 0.107834 0.107834 +4308.141113 0.000000 2313.306885 0.000000 0.784437 0.000000 -0.620208 0.114431 0.114431 0.114431 +4311.416992 0.000000 2307.307861 0.000000 0.765291 0.000000 -0.643685 0.115112 0.115112 0.115112 +4309.843750 0.000000 2309.659668 0.000000 0.466892 0.000000 -0.884315 0.129824 0.129824 0.129824 +4302.368652 0.000000 2315.228516 0.000000 0.052602 0.000000 -0.998616 0.115110 0.115110 0.115110 +4244.968750 0.000000 2367.984375 0.000000 0.282291 0.000000 -0.959329 0.104089 0.104089 0.104089 +4242.127930 0.000000 2329.135498 0.000000 0.799816 0.000000 -0.600245 0.106337 0.106337 0.106337 +4265.563477 0.000000 2342.350342 0.000000 0.711933 0.000000 -0.702248 0.102478 0.102478 0.102478 +4264.832520 0.000000 2319.360596 0.000000 0.280809 0.000000 -0.959764 0.104094 0.104094 0.104094 +4282.368164 0.000000 2367.785400 0.000000 0.127641 0.000000 -0.991820 0.104593 0.104593 0.104593 +4273.272949 0.000000 2349.484375 0.000000 0.750024 0.000000 -0.661411 0.106599 0.106599 0.106599 +4257.210449 0.000000 2360.732666 0.000000 0.725117 0.000000 -0.688625 0.102418 0.102418 0.102418 +4274.842773 0.000000 2333.729248 0.000000 0.235997 0.000000 -0.971754 0.109206 0.109206 0.109206 +4269.434082 0.000000 2345.588623 0.000000 0.325473 0.000000 -0.945551 0.104818 0.104818 0.104818 +4260.045898 0.000000 2321.134277 0.000000 0.022565 0.000000 -0.999745 0.113452 0.113452 0.113452 +4249.237793 0.000000 2322.018311 0.000000 0.433563 0.000000 -0.901123 0.103573 0.103573 0.103573 +4277.994141 0.000000 2337.145508 0.000000 0.170293 0.000000 -0.985393 0.104455 0.104455 0.104455 +4245.668945 0.000000 2325.648193 0.000000 0.445197 0.000000 -0.895433 0.103531 0.103531 0.103531 +4285.524414 0.000000 2332.929199 0.000000 0.361409 0.000000 -0.932407 0.105277 0.105277 0.105277 +4235.786133 0.000000 2320.912354 0.000000 0.348942 0.000000 -0.937144 0.103865 0.103865 0.103865 +4251.932617 0.000000 2336.128906 0.000000 0.459775 0.000000 -0.888035 0.111305 0.111305 0.111305 +4278.381836 0.000000 2345.187012 0.000000 0.165295 0.000000 -0.986244 0.108861 0.108861 0.108861 +4271.145508 0.000000 2334.007324 0.000000 0.459379 0.000000 -0.888241 0.110727 0.110727 0.110727 +4265.204590 0.000000 2352.420654 0.000000 0.714214 0.000000 -0.699927 0.102468 0.102468 0.102468 +4265.656250 0.000000 2355.969238 0.000000 0.691457 0.000000 -0.722418 0.102570 0.102570 0.102570 +4282.305176 0.000000 2359.840820 0.000000 0.055345 0.000000 -0.998467 0.104824 0.104824 0.104824 +4253.020508 0.000000 2328.689697 0.000000 0.717659 0.000000 -0.696395 0.102452 0.102452 0.102452 +4272.918945 0.000000 2330.845459 0.000000 0.772460 0.000000 -0.635063 0.105339 0.105339 0.105339 +4282.028320 0.000000 2328.958008 0.000000 0.457067 0.000000 -0.889432 0.103489 0.103489 0.103489 +4275.759277 0.000000 2347.224121 0.000000 0.167033 0.000000 -0.985951 0.108855 0.108855 0.108855 +4259.104004 0.000000 2324.401367 0.000000 0.462136 0.000000 -0.886809 0.143758 0.143758 0.143758 +4272.580566 0.000000 2346.300049 0.000000 0.533363 0.000000 -0.845887 0.105811 0.105811 0.105811 +4248.572266 0.000000 2355.323730 0.000000 0.357022 0.000000 -0.934096 0.103838 0.103838 0.103838 +4249.661133 0.000000 2318.925537 0.000000 0.427856 0.000000 -0.903847 0.110267 0.110267 0.110267 +4284.832520 0.000000 2348.181152 0.000000 0.136619 0.000000 -0.990624 0.107200 0.107200 0.107200 +4232.667480 0.000000 2320.638672 0.000000 0.429487 0.000000 -0.903073 0.103587 0.103587 0.103587 +4240.939453 0.000000 2331.788086 0.000000 0.672118 0.000000 -0.740444 0.106392 0.106392 0.106392 +4268.352051 0.000000 2333.120361 0.000000 0.622911 0.000000 -0.782292 0.107758 0.107758 0.107758 +4249.283691 0.000000 2337.477051 0.000000 0.158339 0.000000 -0.987385 0.112397 0.112397 0.112397 +4235.616211 0.000000 2345.200439 0.000000 0.733821 0.000000 -0.679343 0.102664 0.102664 0.102664 +4284.013184 0.000000 2330.724121 0.000000 0.501716 0.000000 -0.865032 0.107668 0.107668 0.107668 +4236.375000 0.000000 2370.527100 0.000000 0.406337 0.000000 -0.913723 0.103668 0.103668 0.103668 +4233.795410 0.000000 2315.883789 0.000000 0.336481 0.000000 -0.941690 0.103908 0.103908 0.103908 +4268.051758 0.000000 2347.953613 0.000000 0.394488 0.000000 -0.918901 0.108067 0.108067 0.108067 +4238.686523 0.000000 2330.450928 0.000000 0.694533 0.000000 -0.719461 0.106291 0.106291 0.106291 +4261.463867 0.000000 2323.464844 0.000000 0.230271 0.000000 -0.973127 0.135509 0.135509 0.135509 +4278.158691 0.000000 2347.919189 0.000000 0.556531 0.000000 -0.830827 0.103988 0.103988 0.103988 +4252.928223 0.000000 2333.739502 0.000000 0.266656 0.000000 -0.963792 0.105016 0.105016 0.105016 +4287.697754 0.000000 2360.583496 0.000000 0.691147 0.000000 -0.722714 0.108030 0.108030 0.108030 +4237.872070 0.000000 2344.261963 0.000000 0.493649 0.000000 -0.869661 0.108857 0.108857 0.108857 +4272.587891 0.000000 2336.112549 0.000000 0.417717 0.000000 -0.908577 0.112627 0.112627 0.112627 +4228.602051 0.000000 2318.465088 0.000000 0.614292 0.000000 -0.789079 0.106641 0.106641 0.106641 +4280.096680 0.000000 2343.503418 0.000000 0.517338 0.000000 -0.855781 0.107030 0.107030 0.107030 +4255.888672 0.000000 2337.403564 0.000000 0.481991 0.000000 -0.876176 0.108902 0.108902 0.108902 +4263.465820 0.000000 2325.745117 0.000000 0.603590 0.000000 -0.797295 0.149937 0.149937 0.149937 +4276.316895 0.000000 2344.985352 0.000000 0.752064 0.000000 -0.659091 0.109454 0.109454 0.109454 +4259.217285 0.000000 2326.697998 0.000000 0.556403 0.000000 -0.830913 0.149628 0.149628 0.149628 +4264.756348 0.000000 2321.325928 0.000000 0.070900 0.000000 -0.997483 0.116220 0.116220 0.116220 +4249.304688 0.000000 2316.853027 0.000000 0.152614 0.000000 -0.988286 0.118857 0.118857 0.118857 +4265.262207 0.000000 2329.197021 0.000000 0.799386 0.000000 -0.600818 0.144073 0.144073 0.144073 +4254.021484 0.000000 2324.126221 0.000000 0.207840 0.000000 -0.978163 0.123330 0.123330 0.123330 +4260.749023 0.000000 2325.228760 0.000000 0.395326 0.000000 -0.918541 0.148733 0.148733 0.148733 +4255.632324 0.000000 2326.528076 0.000000 0.046205 0.000000 -0.998932 0.120419 0.120419 0.120419 +4257.519531 0.000000 2323.720459 0.000000 0.713305 0.000000 -0.700854 0.127444 0.127444 0.127444 +4261.106445 0.000000 2328.457275 0.000000 0.577974 0.000000 -0.816055 0.151816 0.151816 0.151816 +4264.166504 0.000000 2328.465576 0.000000 0.563896 0.000000 -0.825846 0.145543 0.145543 0.145543 +4260.191406 0.000000 2327.564209 0.000000 0.576487 0.000000 -0.817106 0.153556 0.153556 0.153556 +4258.554688 0.000000 2325.573486 0.000000 0.148596 0.000000 -0.988898 0.145223 0.145223 0.145223 +4264.696289 0.000000 2326.106934 0.000000 0.295115 0.000000 -0.955462 0.153884 0.153884 0.153884 +4265.849121 0.000000 2326.531494 0.000000 0.578082 0.000000 -0.815979 0.152392 0.152392 0.152392 +4309.705078 0.000000 2342.727051 0.000000 0.679081 0.000000 -0.734063 0.102624 0.102624 0.102624 +4306.127930 0.000000 2329.135498 0.000000 0.527712 0.000000 -0.849423 0.103230 0.103230 0.103230 +4343.638184 0.000000 2331.602783 0.000000 0.446987 0.000000 -0.894540 0.106715 0.106715 0.106715 +4337.519043 0.000000 2322.188965 0.000000 0.049657 0.000000 -0.998766 0.104842 0.104842 0.104842 +4297.400879 0.000000 2331.978516 0.000000 0.288627 0.000000 -0.957442 0.104068 0.104068 0.104068 +4292.032715 0.000000 2347.470947 0.000000 0.201156 0.000000 -0.979559 0.106401 0.106401 0.106401 +4326.893555 0.000000 2335.306641 0.000000 0.717420 0.000000 -0.696641 0.110202 0.110202 0.110202 +4322.900879 0.000000 2315.924072 0.000000 0.167523 0.000000 -0.985868 0.109439 0.109439 0.109439 +4323.765137 0.000000 2341.706543 0.000000 0.572600 0.000000 -0.819835 0.103059 0.103059 0.103059 +4338.584961 0.000000 2343.753662 0.000000 0.093466 0.000000 -0.995622 0.104702 0.104702 0.104702 +4311.491699 0.000000 2316.490967 0.000000 0.535331 0.000000 -0.844643 0.107538 0.107538 0.107538 +4351.586426 0.000000 2369.293945 0.000000 0.552146 0.000000 -0.833748 0.108627 0.108627 0.108627 +4346.511719 0.000000 2336.369385 0.000000 0.054996 0.000000 -0.998487 0.104825 0.104825 0.104825 +4300.552734 0.000000 2342.053467 0.000000 0.807086 0.000000 -0.590435 0.104582 0.104582 0.104582 +4332.083496 0.000000 2335.920410 0.000000 0.639716 0.000000 -0.768611 0.108837 0.108837 0.108837 +4306.283691 0.000000 2316.992188 0.000000 0.705889 0.000000 -0.708323 0.125763 0.125763 0.125763 +4299.929688 0.000000 2327.865234 0.000000 0.784255 0.000000 -0.620438 0.103561 0.103561 0.103561 +4294.330566 0.000000 2327.956299 0.000000 0.366061 0.000000 -0.930591 0.104098 0.104098 0.104098 +4298.351562 0.000000 2336.738281 0.000000 0.784458 0.000000 -0.620182 0.104132 0.104132 0.104132 +4310.937012 0.000000 2330.286621 0.000000 0.262118 0.000000 -0.965036 0.104156 0.104156 0.104156 +4328.763184 0.000000 2330.981445 0.000000 0.341732 0.000000 -0.939798 0.104181 0.104181 0.104181 +4291.505371 0.000000 2359.285645 0.000000 0.365617 0.000000 -0.930766 0.103809 0.103809 0.103809 +4323.991211 0.000000 2331.585938 0.000000 0.488855 0.000000 -0.872365 0.113509 0.113509 0.113509 +4322.015137 0.000000 2336.354980 0.000000 0.690695 0.000000 -0.723147 0.105734 0.105734 0.105734 +4342.173828 0.000000 2322.043701 0.000000 0.144916 0.000000 -0.989444 0.104537 0.104537 0.104537 +4309.668945 0.000000 2325.648193 0.000000 0.488179 0.000000 -0.872744 0.103377 0.103377 0.103377 +4349.524414 0.000000 2332.929199 0.000000 0.685868 0.000000 -0.727726 0.102882 0.102882 0.102882 +4320.426758 0.000000 2328.297119 0.000000 0.600566 0.000000 -0.799575 0.113042 0.113042 0.113042 +4292.763672 0.000000 2352.051514 0.000000 0.067490 0.000000 -0.997720 0.104785 0.104785 0.104785 +4288.163086 0.000000 2350.605957 0.000000 0.576706 0.000000 -0.816952 0.104487 0.104487 0.104487 +4293.119141 0.000000 2332.293701 0.000000 0.227792 0.000000 -0.973710 0.105729 0.105729 0.105729 +4294.424805 0.000000 2336.219482 0.000000 0.449217 0.000000 -0.893423 0.103517 0.103517 0.103517 +4336.023926 0.000000 2368.394287 0.000000 0.793459 0.000000 -0.608624 0.102083 0.102083 0.102083 +4349.507812 0.000000 2365.636230 0.000000 0.694089 0.000000 -0.719889 0.102558 0.102558 0.102558 +4320.618164 0.000000 2319.225098 0.000000 0.510074 0.000000 -0.860131 0.107058 0.107058 0.107058 +4326.686523 0.000000 2316.165039 0.000000 0.521443 0.000000 -0.853286 0.103254 0.103254 0.103254 +4306.190430 0.000000 2325.381592 0.000000 0.775572 0.000000 -0.631259 0.105895 0.105895 0.105895 +4288.894531 0.000000 2346.159424 0.000000 0.568551 0.000000 -0.822648 0.106828 0.106828 0.106828 +4330.288574 0.000000 2339.007080 0.000000 0.716845 0.000000 -0.697232 0.109057 0.109057 0.109057 +4299.406250 0.000000 2348.930176 0.000000 0.691859 0.000000 -0.722033 0.104579 0.104579 0.104579 +4303.197266 0.000000 2327.492188 0.000000 0.800440 0.000000 -0.599413 0.102332 0.102332 0.102332 +4340.463867 0.000000 2330.941162 0.000000 0.676939 0.000000 -0.736039 0.108670 0.108670 0.108670 +4335.537109 0.000000 2342.987793 0.000000 0.404850 0.000000 -0.914383 0.103964 0.103964 0.103964 +4299.486816 0.000000 2324.418945 0.000000 0.030266 0.000000 -0.999542 0.109311 0.109311 0.109311 +4297.084961 0.000000 2326.677246 0.000000 0.085815 0.000000 -0.996311 0.107953 0.107953 0.107953 +4300.526855 0.000000 2338.905273 0.000000 0.645734 0.000000 -0.763562 0.105356 0.105356 0.105356 +4326.337891 0.000000 2329.595459 0.000000 0.372058 0.000000 -0.928210 0.103787 0.103787 0.103787 +4304.244141 0.000000 2345.057129 0.000000 0.250108 0.000000 -0.968218 0.104195 0.104195 0.104195 +4341.566895 0.000000 2328.321533 0.000000 0.522243 0.000000 -0.852797 0.107589 0.107589 0.107589 +4290.822754 0.000000 2349.827393 0.000000 0.799231 0.000000 -0.601024 0.104053 0.104053 0.104053 +4349.125000 0.000000 2368.338623 0.000000 0.593000 0.000000 -0.805203 0.107306 0.107306 0.107306 +4351.976562 0.000000 2366.474854 0.000000 0.768424 0.000000 -0.639941 0.102210 0.102210 0.102210 +4329.128906 0.000000 2336.725098 0.000000 0.103270 0.000000 -0.994653 0.112001 0.112001 0.112001 +4308.805176 0.000000 2315.927002 0.000000 0.681293 0.000000 -0.732011 0.116124 0.116124 0.116124 +4341.005371 0.000000 2368.054688 0.000000 0.693829 0.000000 -0.720140 0.105719 0.105719 0.105719 +4344.630371 0.000000 2369.314453 0.000000 0.682713 0.000000 -0.730687 0.105195 0.105195 0.105195 +4335.448242 0.000000 2340.366943 0.000000 0.354019 0.000000 -0.935238 0.110539 0.110539 0.110539 +4340.679199 0.000000 2335.548584 0.000000 0.790084 0.000000 -0.612999 0.114398 0.114398 0.114398 +4338.490723 0.000000 2338.648926 0.000000 0.394548 0.000000 -0.918875 0.116782 0.116782 0.116782 +4338.516602 0.000000 2331.890869 0.000000 0.762910 0.000000 -0.646505 0.112834 0.112834 0.112834 +4306.929199 0.000000 2321.333496 0.000000 0.269497 0.000000 -0.963001 0.124841 0.124841 0.124841 +4300.978516 0.000000 2373.079834 0.000000 0.675972 0.000000 -0.736928 0.102637 0.102637 0.102637 +4306.127930 0.000000 2385.619873 0.000000 0.320380 0.000000 -0.947289 0.103962 0.103962 0.103962 +4349.512207 0.000000 2372.369873 0.000000 0.131599 0.000000 -0.991303 0.104580 0.104580 0.104580 +4320.032227 0.000000 2409.281738 0.000000 0.271912 0.000000 -0.962322 0.107915 0.107915 0.107915 +4333.434082 0.000000 2402.072998 0.000000 0.144375 0.000000 -0.989523 0.104539 0.104539 0.104539 +4299.929688 0.000000 2384.349609 0.000000 0.071049 0.000000 -0.997473 0.104774 0.104774 0.104774 +4318.060547 0.000000 2420.498535 0.000000 0.045902 0.000000 -0.998946 0.104854 0.104854 0.104854 +4299.786133 0.000000 2377.396729 0.000000 0.321399 0.000000 -0.946944 0.104832 0.104832 0.104832 +4340.014648 0.000000 2381.187012 0.000000 0.664240 0.000000 -0.747520 0.102688 0.102688 0.102688 +4346.028320 0.000000 2385.442383 0.000000 0.275342 0.000000 -0.961346 0.104112 0.104112 0.104112 +4313.681152 0.000000 2406.121338 0.000000 0.760638 0.000000 -0.649176 0.102249 0.102249 0.102249 +4329.967773 0.000000 2402.161621 0.000000 0.778123 0.000000 -0.628111 0.103593 0.103593 0.103593 +4299.486816 0.000000 2380.903320 0.000000 0.308717 0.000000 -0.951154 0.106040 0.106040 0.106040 +4317.422852 0.000000 2410.895508 0.000000 0.395272 0.000000 -0.918564 0.105159 0.105159 0.105159 +4326.581055 0.000000 2407.468262 0.000000 0.724901 0.000000 -0.688853 0.102419 0.102419 0.102419 +4306.498535 0.000000 2376.161865 0.000000 0.519949 0.000000 -0.854197 0.105284 0.105284 0.105284 +4317.291016 0.000000 2414.686279 0.000000 0.756292 0.000000 -0.654234 0.107713 0.107713 0.107713 +4340.657715 0.000000 2372.379883 0.000000 0.748603 0.000000 -0.663018 0.106033 0.106033 0.106033 +4342.385254 0.000000 2376.252686 0.000000 0.053540 0.000000 -0.998566 0.107472 0.107472 0.107472 +4373.705078 0.000000 2342.727051 0.000000 0.251998 0.000000 -0.967728 0.120824 0.120824 0.120824 +4353.318848 0.000000 2354.747803 0.000000 0.780982 0.000000 -0.624554 0.102147 0.102147 0.102147 +4390.230957 0.000000 2354.388428 0.000000 0.240570 0.000000 -0.970632 0.104519 0.104519 0.104519 +4408.065918 0.000000 2341.221924 0.000000 0.645367 0.000000 -0.763873 0.102767 0.102767 0.102767 +4370.127930 0.000000 2329.135498 0.000000 0.031488 0.000000 -0.999504 0.106957 0.106957 0.106957 +4393.563477 0.000000 2342.350342 0.000000 0.408033 0.000000 -0.912967 0.103662 0.103662 0.103662 +4392.832520 0.000000 2319.360596 0.000000 0.075500 0.000000 -0.997146 0.104759 0.104759 0.104759 +4407.638184 0.000000 2331.602783 0.000000 0.114617 0.000000 -0.993410 0.110203 0.110203 0.110203 +4352.254883 0.000000 2363.000244 0.000000 0.224242 0.000000 -0.974533 0.104280 0.104280 0.104280 +4382.530273 0.000000 2339.319336 0.000000 0.804762 0.000000 -0.593597 0.104595 0.104595 0.104595 +4393.260742 0.000000 2360.081543 0.000000 0.368522 0.000000 -0.929619 0.103799 0.103799 0.103799 +4413.292480 0.000000 2328.418457 0.000000 0.462534 0.000000 -0.886602 0.103469 0.103469 0.103469 +4353.017578 0.000000 2342.552490 0.000000 0.576635 0.000000 -0.817002 0.103044 0.103044 0.103044 +4361.641113 0.000000 2369.047119 0.000000 0.369901 0.000000 -0.929071 0.103794 0.103794 0.103794 +4394.009766 0.000000 2370.796143 0.000000 0.080764 0.000000 -0.996733 0.104743 0.104743 0.104743 +4397.434082 0.000000 2345.588623 0.000000 0.491268 0.000000 -0.871008 0.103365 0.103365 0.103365 +4364.552734 0.000000 2342.053467 0.000000 0.796467 0.000000 -0.604683 0.114933 0.114933 0.114933 +4396.083496 0.000000 2335.920410 0.000000 0.030360 0.000000 -0.999539 0.105197 0.105197 0.105197 +4366.220703 0.000000 2332.940186 0.000000 0.413178 0.000000 -0.910650 0.105096 0.105096 0.105096 +4363.929688 0.000000 2327.865234 0.000000 0.511186 0.000000 -0.859470 0.103292 0.103292 0.103292 +4392.763184 0.000000 2330.981445 0.000000 0.091878 0.000000 -0.995770 0.105000 0.105000 0.105000 +4378.364746 0.000000 2341.420654 0.000000 0.397105 0.000000 -0.917773 0.110962 0.110962 0.110962 +4370.817383 0.000000 2346.303223 0.000000 0.758228 0.000000 -0.651989 0.112286 0.112286 0.112286 +4377.237793 0.000000 2322.018311 0.000000 0.477447 0.000000 -0.878661 0.103416 0.103416 0.103416 +4406.173828 0.000000 2322.043701 0.000000 0.726942 0.000000 -0.686699 0.102409 0.102409 0.102409 +4373.668945 0.000000 2325.648193 0.000000 0.058667 0.000000 -0.998278 0.104813 0.104813 0.104813 +4413.524414 0.000000 2332.929199 0.000000 0.115894 0.000000 -0.993262 0.104630 0.104630 0.104630 +4384.426758 0.000000 2328.297119 0.000000 0.497894 0.000000 -0.867238 0.106525 0.106525 0.106525 +4353.884766 0.000000 2366.911865 0.000000 0.478283 0.000000 -0.878206 0.103702 0.103702 0.103702 +4392.015625 0.000000 2323.488037 0.000000 0.296155 0.000000 -0.955140 0.104043 0.104043 0.104043 +4357.119141 0.000000 2332.293701 0.000000 0.352639 0.000000 -0.935760 0.103853 0.103853 0.103853 +4383.334473 0.000000 2356.844727 0.000000 0.778399 0.000000 -0.627770 0.104163 0.104163 0.104163 +4355.837402 0.000000 2339.421387 0.000000 0.044786 0.000000 -0.998997 0.105739 0.105739 0.105739 +4390.889160 0.000000 2339.299072 0.000000 0.736158 0.000000 -0.676810 0.102653 0.102653 0.102653 +4388.620605 0.000000 2362.567871 0.000000 0.786107 0.000000 -0.618091 0.102121 0.102121 0.102121 +4375.371094 0.000000 2358.873291 0.000000 0.264629 0.000000 -0.964350 0.104148 0.104148 0.104148 +4399.145508 0.000000 2334.007324 0.000000 0.684599 0.000000 -0.728920 0.102600 0.102600 0.102600 +4393.204590 0.000000 2352.420654 0.000000 0.717496 0.000000 -0.696563 0.102453 0.102453 0.102453 +4393.656250 0.000000 2355.969238 0.000000 0.006039 0.000000 -0.999982 0.109392 0.109392 0.109392 +4398.042969 0.000000 2321.714111 0.000000 0.609925 0.000000 -0.792459 0.107236 0.107236 0.107236 +4390.346680 0.000000 2370.116943 0.000000 0.161310 0.000000 -0.986904 0.107704 0.107704 0.107704 +4361.866211 0.000000 2354.931641 0.000000 0.604259 0.000000 -0.796788 0.105530 0.105530 0.105530 +4381.020508 0.000000 2328.689697 0.000000 0.406072 0.000000 -0.913841 0.103669 0.103669 0.103669 +4403.759277 0.000000 2347.224121 0.000000 0.759993 0.000000 -0.649932 0.102252 0.102252 0.102252 +4404.463867 0.000000 2330.941162 0.000000 0.158799 0.000000 -0.987311 0.104785 0.104785 0.104785 +4400.580566 0.000000 2346.300049 0.000000 0.706273 0.000000 -0.707940 0.106236 0.106236 0.106236 +4376.572266 0.000000 2355.323730 0.000000 0.682942 0.000000 -0.730472 0.102607 0.102607 0.102607 +4407.819336 0.000000 2334.690186 0.000000 0.801416 0.000000 -0.598108 0.102041 0.102041 0.102041 +4361.604492 0.000000 2343.313721 0.000000 0.287332 0.000000 -0.957831 0.115442 0.115442 0.115442 +4403.016113 0.000000 2336.710449 0.000000 0.727007 0.000000 -0.686630 0.106138 0.106138 0.106138 +4362.072266 0.000000 2372.031494 0.000000 0.600150 0.000000 -0.799887 0.104393 0.104393 0.104393 +4400.746582 0.000000 2319.096924 0.000000 0.324889 0.000000 -0.945752 0.103947 0.103947 0.103947 +4364.112305 0.000000 2330.766113 0.000000 0.298847 0.000000 -0.954301 0.107240 0.107240 0.107240 +4387.200195 0.000000 2328.656250 0.000000 0.542290 0.000000 -0.840191 0.103176 0.103176 0.103176 +4405.519043 0.000000 2342.484863 0.000000 0.147055 0.000000 -0.989128 0.104530 0.104530 0.104530 +4368.244141 0.000000 2345.057129 0.000000 0.272544 0.000000 -0.962143 0.119579 0.119579 0.119579 +4359.213379 0.000000 2354.059326 0.000000 0.277382 0.000000 -0.960760 0.104105 0.104105 0.104105 +4377.706543 0.000000 2329.498779 0.000000 0.590421 0.000000 -0.807096 0.102990 0.102990 0.102990 +4405.566895 0.000000 2328.321533 0.000000 0.024042 0.000000 -0.999711 0.104923 0.104923 0.104923 +4399.447754 0.000000 2328.545166 0.000000 0.629692 0.000000 -0.776845 0.104272 0.104272 0.104272 +4385.412109 0.000000 2330.816406 0.000000 0.263338 0.000000 -0.964704 0.104152 0.104152 0.104152 +4387.689941 0.000000 2367.460938 0.000000 0.691552 0.000000 -0.722327 0.102569 0.102569 0.102569 +4390.385742 0.000000 2332.704346 0.000000 0.514386 0.000000 -0.857559 0.107041 0.107041 0.107041 +4384.544434 0.000000 2363.190918 0.000000 0.465344 0.000000 -0.885130 0.107806 0.107806 0.107806 +4370.128418 0.000000 2336.621094 0.000000 0.109055 0.000000 -0.994036 0.112567 0.112567 0.112567 +4375.885254 0.000000 2341.639404 0.000000 0.670527 0.000000 -0.741885 0.119052 0.119052 0.119052 +4379.443848 0.000000 2348.124268 0.000000 0.627910 0.000000 -0.778286 0.111769 0.111769 0.111769 +4360.722168 0.000000 2348.378418 0.000000 0.467537 0.000000 -0.883974 0.114173 0.114173 0.114173 +4367.228516 0.000000 2342.871582 0.000000 0.536414 0.000000 -0.843955 0.117362 0.117362 0.117362 +4374.981445 0.000000 2344.083984 0.000000 0.306245 0.000000 -0.951953 0.116537 0.116537 0.116537 +4360.309570 0.000000 2344.652588 0.000000 0.350668 0.000000 -0.936500 0.118115 0.118115 0.118115 +4353.451172 0.000000 2384.519287 0.000000 0.669737 0.000000 -0.742599 0.102664 0.102664 0.102664 +4372.569336 0.000000 2377.730225 0.000000 0.068362 0.000000 -0.997661 0.104782 0.104782 0.104782 +4389.432617 0.000000 2383.370850 0.000000 0.435424 0.000000 -0.900226 0.103566 0.103566 0.103566 +4363.786133 0.000000 2377.396729 0.000000 0.042690 0.000000 -0.999088 0.104864 0.104864 0.104864 +4357.464844 0.000000 2377.125732 0.000000 0.717582 0.000000 -0.696474 0.102452 0.102452 0.102452 +4375.068359 0.000000 2376.854980 0.000000 0.378748 0.000000 -0.925500 0.106961 0.106961 0.106961 +4361.795410 0.000000 2372.368164 0.000000 0.433387 0.000000 -0.901208 0.105024 0.105024 0.105024 +4372.805176 0.000000 2372.411377 0.000000 0.415551 0.000000 -0.909570 0.109152 0.109152 0.109152 +4356.602051 0.000000 2374.949463 0.000000 0.624686 0.000000 -0.780876 0.105445 0.105445 0.105445 "} diff --git a/gfx/map/map_object_data/generated/bush_dry_02_generator_1.txt b/gfx/map/map_object_data/generated/bush_dry_02_generator_1.txt index e6ae38e9..dc9ce2a2 100644 --- a/gfx/map/map_object_data/generated/bush_dry_02_generator_1.txt +++ b/gfx/map/map_object_data/generated/bush_dry_02_generator_1.txt @@ -5,8 +5,84 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_bush_05_mesh" - count=0 -} + count=76 + transform="5441.318848 0.000000 1281.544678 0.000000 0.906981 0.000000 0.421171 0.246527 0.246527 0.246527 +5488.205566 0.000000 1299.114990 0.000000 0.991126 0.000000 0.132927 0.248931 0.248931 0.248931 +5466.979980 0.000000 1284.489014 0.000000 0.616812 0.000000 0.787110 0.242705 0.242705 0.242705 +5421.516602 0.000000 1313.873901 0.000000 0.464277 0.000000 0.885690 0.241308 0.241308 0.241308 +5434.544434 0.000000 1339.563721 0.000000 0.533694 0.000000 0.845678 0.241948 0.241948 0.241948 +5434.807129 0.000000 1305.795166 0.000000 0.400320 0.000000 0.916376 0.240705 0.240705 0.240705 +5447.671387 0.000000 1323.997192 0.000000 0.880670 0.000000 0.473731 0.246042 0.246042 0.246042 +5471.453613 0.000000 1315.870728 0.000000 0.400285 0.000000 0.916391 0.240669 0.240669 0.240669 +5455.130859 0.000000 1338.512451 0.000000 0.770996 0.000000 0.636840 0.244463 0.244463 0.244463 +5458.127930 0.000000 1312.416626 0.000000 0.261756 0.000000 0.965134 0.239485 0.239485 0.239485 +5466.979980 0.000000 1340.973389 0.000000 0.630570 0.000000 0.776132 0.242846 0.242846 0.242846 +5487.722656 0.000000 1343.460327 0.000000 0.014678 0.000000 0.999892 0.237471 0.237471 0.237471 +5449.400879 0.000000 1315.259766 0.000000 0.994573 0.000000 0.104044 0.249158 0.249158 0.249158 +5505.318848 0.000000 1338.029053 0.000000 0.970661 0.000000 0.240450 0.248052 0.248052 0.248052 +5508.458496 0.000000 1353.606567 0.000000 0.544302 0.000000 0.838889 0.241987 0.241987 0.241987 +5569.451172 0.000000 1311.316284 0.000000 0.990038 0.000000 0.140798 0.248871 0.248871 0.248871 +5569.318848 0.000000 1338.029053 0.000000 0.184161 0.000000 0.982896 0.238931 0.238931 0.238931 +5759.487305 0.000000 1216.399536 0.000000 0.722284 0.000000 0.691596 0.243756 0.243756 0.243756 +5780.968750 0.000000 1238.296997 0.000000 0.920523 0.000000 0.390688 0.246731 0.246731 0.246731 +5791.453613 0.000000 1202.901978 0.000000 0.658018 0.000000 0.753002 0.243135 0.243135 0.243135 +5797.982422 0.000000 1236.433716 0.000000 0.250888 0.000000 0.968016 0.239271 0.239271 0.239271 +5762.396484 0.000000 1188.034058 0.000000 0.202608 0.000000 0.979260 0.238825 0.238825 0.238825 +5771.959473 0.000000 1234.662720 0.000000 0.721216 0.000000 0.692710 0.243791 0.243791 0.243791 +5768.407715 0.000000 1193.984253 0.000000 0.785654 0.000000 0.618667 0.244504 0.244504 0.244504 +5790.236816 0.000000 1238.701782 0.000000 0.990325 0.000000 0.138768 0.248862 0.248862 0.248862 +5775.272949 0.000000 1208.090454 0.000000 0.999363 0.000000 0.035700 0.249707 0.249707 0.249707 +5767.979980 0.000000 1228.307129 0.000000 0.906727 0.000000 0.421717 0.246441 0.246441 0.246441 +5762.500488 0.000000 1205.915894 0.000000 0.964078 0.000000 0.265620 0.247777 0.247777 0.247777 +5793.210449 0.000000 1231.045166 0.000000 0.182914 0.000000 0.983129 0.238661 0.238661 0.238661 +5785.621582 0.000000 1234.046753 0.000000 0.080130 0.000000 0.996784 0.237720 0.237720 0.237720 +5774.873047 0.000000 1194.218994 0.000000 0.752149 0.000000 0.658993 0.244050 0.244050 0.244050 +5754.544434 0.000000 1283.079346 0.000000 0.162033 0.000000 0.986785 0.238707 0.238707 0.238707 +5752.065918 0.000000 1324.503174 0.000000 0.600813 0.000000 0.799390 0.242484 0.242484 0.242484 +5754.807129 0.000000 1305.795166 0.000000 0.993944 0.000000 0.109889 0.249117 0.249117 0.249117 +5752.550781 0.000000 1331.999756 0.000000 0.563234 0.000000 0.826297 0.242079 0.242079 0.242079 +5780.968750 0.000000 1294.781372 0.000000 0.406361 0.000000 0.913713 0.240650 0.240650 0.240650 +5805.516602 0.000000 1257.389526 0.000000 0.290792 0.000000 0.956786 0.239729 0.239729 0.239729 +5798.230957 0.000000 1281.185303 0.000000 0.682761 0.000000 0.730641 0.243353 0.243353 0.243353 +5788.793945 0.000000 1245.498047 0.000000 0.416905 0.000000 0.908950 0.240744 0.240744 0.240744 +5808.205566 0.000000 1299.114990 0.000000 0.500265 0.000000 0.865873 0.241571 0.241571 0.241571 +5764.458496 0.000000 1297.122192 0.000000 0.826332 0.000000 0.563184 0.245109 0.245109 0.245109 +5801.563477 0.000000 1269.147217 0.000000 0.622717 0.000000 0.782447 0.242709 0.242709 0.242709 +5809.272949 0.000000 1276.281128 0.000000 0.841954 0.000000 0.539550 0.245394 0.245394 0.245394 +5760.254883 0.000000 1289.797119 0.000000 0.013703 0.000000 0.999906 0.237318 0.237318 0.237318 +5798.893555 0.000000 1262.103638 0.000000 0.764730 0.000000 0.644350 0.244297 0.244297 0.244297 +5780.968750 0.000000 1351.265747 0.000000 0.891069 0.000000 0.453867 0.246222 0.246222 0.246222 +5805.516602 0.000000 1313.873901 0.000000 0.981988 0.000000 0.188943 0.248470 0.248470 0.248470 +5761.451172 0.000000 1311.316284 0.000000 0.877023 0.000000 0.480448 0.245996 0.245996 0.245996 +5818.544434 0.000000 1339.563721 0.000000 0.629240 0.000000 0.777211 0.242888 0.242888 0.242888 +5781.705078 0.000000 1326.008301 0.000000 0.830074 0.000000 0.557653 0.245237 0.245237 0.245237 +5761.318848 0.000000 1338.029053 0.000000 0.903895 0.000000 0.427755 0.246427 0.246427 0.246427 +5798.230957 0.000000 1337.669678 0.000000 0.975521 0.000000 0.219908 0.248229 0.248229 0.248229 +5772.978516 0.000000 1299.876587 0.000000 0.598927 0.000000 0.800804 0.242465 0.242465 0.242465 +5816.065918 0.000000 1324.503174 0.000000 0.840700 0.000000 0.541501 0.245375 0.245375 0.245375 +5775.130859 0.000000 1338.512451 0.000000 0.367945 0.000000 0.929847 0.240387 0.240387 0.240387 +5762.396484 0.000000 1301.002808 0.000000 0.083006 0.000000 0.996549 0.237976 0.237976 0.237976 +5844.968750 0.000000 1351.265747 0.000000 0.930074 0.000000 0.367372 0.246959 0.246959 0.246959 +5485.516602 0.000000 1370.358276 0.000000 0.440716 0.000000 0.897647 0.241028 0.241028 0.241028 +5468.793945 0.000000 1358.466797 0.000000 0.636603 0.000000 0.771192 0.242909 0.242909 0.242909 +5498.807129 0.000000 1362.279541 0.000000 0.877518 0.000000 0.479544 0.245989 0.245989 0.245989 +5480.832520 0.000000 1359.126099 0.000000 0.993327 0.000000 0.115332 0.249069 0.249069 0.249069 +5505.451172 0.000000 1367.800659 0.000000 0.985707 0.000000 0.168470 0.248637 0.248637 0.248637 +5532.793945 0.000000 1358.466797 0.000000 0.661998 0.000000 0.749506 0.243204 0.243204 0.243204 +5516.978516 0.000000 1356.360962 0.000000 0.772483 0.000000 0.635036 0.244482 0.244482 0.244482 +5562.807129 0.000000 1362.279541 0.000000 0.822455 0.000000 0.568830 0.245147 0.245147 0.245147 +5522.127930 0.000000 1368.901001 0.000000 0.920901 0.000000 0.389797 0.246776 0.246776 0.246776 +5596.793945 0.000000 1358.466797 0.000000 0.934460 0.000000 0.356067 0.247092 0.247092 0.247092 +5580.978516 0.000000 1356.360962 0.000000 0.976039 0.000000 0.217597 0.248241 0.248241 0.248241 +5562.544434 0.000000 1452.532471 0.000000 0.991024 0.000000 0.133681 0.248925 0.248925 0.248925 +5560.065918 0.000000 1437.471924 0.000000 0.057920 0.000000 0.998321 0.237867 0.237867 0.237867 +5569.451172 0.000000 1424.285034 0.000000 0.903349 0.000000 0.428906 0.246459 0.246459 0.246459 +5569.318848 0.000000 1450.997803 0.000000 0.655473 0.000000 0.755218 0.243135 0.243135 0.243135 +5569.451172 0.000000 1480.769409 0.000000 0.754750 0.000000 0.656013 0.244284 0.244284 0.244284 +5596.793945 0.000000 1471.435547 0.000000 0.416977 0.000000 0.908917 0.240887 0.240887 0.240887 +5580.978516 0.000000 1469.329712 0.000000 0.992128 0.000000 0.125225 0.248993 0.248993 0.248993 +5836.978516 0.000000 1356.360962 0.000000 0.565245 0.000000 0.824923 0.242159 0.242159 0.242159 +"} object={ name="bush_dry_02_generator_1_1" clamp_to_water_level=no @@ -14,5 +90,77 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_bush_06_mesh" - count=0 -} + count=72 + transform="5434.544434 0.000000 1283.079346 0.000000 0.952631 0.000000 -0.304128 0.252469 0.252469 0.252469 +5461.705078 0.000000 1269.523926 0.000000 0.920768 0.000000 -0.390111 0.253202 0.253202 0.253202 +5478.230957 0.000000 1281.185303 0.000000 0.175661 0.000000 -0.984451 0.261182 0.261182 0.261182 +5444.458496 0.000000 1297.122192 0.000000 0.994379 0.000000 -0.105876 0.250851 0.250851 0.250851 +5455.130859 0.000000 1282.028076 0.000000 0.658228 0.000000 -0.752819 0.256836 0.256836 0.256836 +5477.982422 0.000000 1292.918091 0.000000 0.999701 0.000000 -0.024444 0.250197 0.250197 0.250197 +5460.968750 0.000000 1351.265747 0.000000 0.620611 0.000000 -0.784119 0.257257 0.257257 0.257257 +5485.516602 0.000000 1313.873901 0.000000 0.993910 0.000000 -0.110198 0.250886 0.250886 0.250886 +5441.451172 0.000000 1311.316284 0.000000 0.960573 0.000000 -0.278029 0.252260 0.252260 0.252260 +5441.318848 0.000000 1338.029053 0.000000 0.910695 0.000000 -0.413079 0.253402 0.253402 0.253402 +5478.230957 0.000000 1337.669678 0.000000 0.004437 0.000000 -0.999990 0.262611 0.262611 0.262611 +5468.793945 0.000000 1301.982422 0.000000 0.862240 0.000000 -0.506499 0.254293 0.254293 0.254293 +5488.205566 0.000000 1355.599365 0.000000 0.866591 0.000000 -0.499018 0.254223 0.254223 0.254223 +5477.982422 0.000000 1349.402466 0.000000 0.991935 0.000000 -0.126747 0.251027 0.251027 0.251027 +5480.832520 0.000000 1302.641724 0.000000 0.768657 0.000000 -0.639661 0.255588 0.255588 0.255588 +5498.368164 0.000000 1351.066528 0.000000 0.714615 0.000000 -0.699518 0.256238 0.256238 0.256238 +5524.968750 0.000000 1351.265747 0.000000 0.927104 0.000000 -0.374804 0.253069 0.253069 0.253069 +5626.807129 0.000000 1305.795166 0.000000 0.991982 0.000000 -0.126377 0.251016 0.251016 0.251016 +5583.130859 0.000000 1338.512451 0.000000 0.063262 0.000000 -0.997997 0.262090 0.262090 0.262090 +5754.544434 0.000000 1226.594971 0.000000 0.997461 0.000000 -0.071210 0.250574 0.250574 0.250574 +5761.318848 0.000000 1225.060303 0.000000 0.315381 0.000000 -0.948965 0.260220 0.260220 0.260220 +5774.007324 0.000000 1217.062134 0.000000 0.630578 0.000000 -0.776125 0.257348 0.257348 0.257348 +5782.478027 0.000000 1221.065186 0.000000 0.206480 0.000000 -0.978451 0.261143 0.261143 0.261143 +5764.032715 0.000000 1217.783447 0.000000 0.770462 0.000000 -0.637486 0.255716 0.255716 0.255716 +5786.122559 0.000000 1196.980225 0.000000 0.321357 0.000000 -0.946958 0.260168 0.260168 0.260168 +5780.089355 0.000000 1230.988770 0.000000 0.999461 0.000000 -0.032814 0.250269 0.250269 0.250269 +5769.203613 0.000000 1221.872681 0.000000 0.999197 0.000000 -0.040066 0.250331 0.250331 0.250331 +5754.368164 0.000000 1294.582153 0.000000 0.136142 0.000000 -0.990689 0.261592 0.261592 0.261592 +5633.451172 0.000000 1311.316284 0.000000 0.225317 0.000000 -0.974286 0.260733 0.260733 0.260733 +5741.516602 0.000000 1313.873901 0.000000 0.028322 0.000000 -0.999599 0.262323 0.262323 0.262323 +5754.544434 0.000000 1339.563721 0.000000 0.792469 0.000000 -0.609913 0.255322 0.255322 0.255322 +5734.230957 0.000000 1337.669678 0.000000 0.996170 0.000000 -0.087433 0.250699 0.250699 0.250699 +5743.722656 0.000000 1343.460327 0.000000 0.543963 0.000000 -0.839109 0.258016 0.258016 0.258016 +5745.272949 0.000000 1332.765503 0.000000 0.243901 0.000000 -0.969800 0.260746 0.260746 0.260746 +5759.487305 0.000000 1329.368286 0.000000 0.581870 0.000000 -0.813281 0.257706 0.257706 0.257706 +5818.544434 0.000000 1283.079346 0.000000 0.646960 0.000000 -0.762524 0.256955 0.256955 0.256955 +5781.705078 0.000000 1269.523926 0.000000 0.921984 0.000000 -0.387229 0.253239 0.253239 0.253239 +5761.318848 0.000000 1281.544678 0.000000 0.952787 0.000000 -0.303639 0.252484 0.252484 0.252484 +5772.978516 0.000000 1243.392212 0.000000 0.584998 0.000000 -0.811035 0.257616 0.257616 0.257616 +5816.065918 0.000000 1268.018799 0.000000 0.890651 0.000000 -0.454688 0.253800 0.253800 0.253800 +5791.453613 0.000000 1259.386353 0.000000 0.995945 0.000000 -0.089967 0.250728 0.250728 0.250728 +5775.130859 0.000000 1282.028076 0.000000 0.890011 0.000000 -0.455939 0.253856 0.253856 0.253856 +5786.979980 0.000000 1284.489014 0.000000 0.006898 0.000000 -0.999976 0.262592 0.262592 0.262592 +5800.832520 0.000000 1246.157349 0.000000 0.902453 0.000000 -0.430788 0.253586 0.253586 0.253586 +5807.722656 0.000000 1286.975952 0.000000 0.215647 0.000000 -0.976471 0.260897 0.260897 0.260897 +5791.758301 0.000000 1272.815918 0.000000 0.736613 0.000000 -0.676314 0.256026 0.256026 0.256026 +5771.959473 0.000000 1291.147095 0.000000 0.926126 0.000000 -0.377214 0.253162 0.253162 0.253162 +5825.318848 0.000000 1281.544678 0.000000 0.212696 0.000000 -0.977118 0.260879 0.260879 0.260879 +5788.793945 0.000000 1301.982422 0.000000 0.116219 0.000000 -0.993224 0.261664 0.261664 0.261664 +5818.807129 0.000000 1305.795166 0.000000 0.999917 0.000000 -0.012867 0.250104 0.250104 0.250104 +5767.671387 0.000000 1323.997192 0.000000 0.229185 0.000000 -0.973383 0.260785 0.260785 0.260785 +5791.453613 0.000000 1315.870728 0.000000 0.978572 0.000000 -0.205905 0.251663 0.251663 0.251663 +5815.638184 0.000000 1314.884033 0.000000 0.833609 0.000000 -0.552355 0.254730 0.254730 0.254730 +5825.451172 0.000000 1311.316284 0.000000 0.467902 0.000000 -0.883781 0.258693 0.258693 0.258693 +5825.318848 0.000000 1338.029053 0.000000 0.886260 0.000000 -0.463188 0.253847 0.253847 0.253847 +5828.458496 0.000000 1353.606567 0.000000 0.318491 0.000000 -0.947926 0.259998 0.259998 0.259998 +5839.130859 0.000000 1338.512451 0.000000 0.159867 0.000000 -0.987139 0.261354 0.261354 0.261354 +5452.978516 0.000000 1356.360962 0.000000 0.492324 0.000000 -0.870412 0.258470 0.258470 0.258470 +5524.968750 0.000000 1407.750122 0.000000 0.578276 0.000000 -0.815841 0.257623 0.257623 0.257623 +5542.230957 0.000000 1394.154053 0.000000 0.508190 0.000000 -0.861245 0.258323 0.258323 0.258323 +5511.671387 0.000000 1380.481567 0.000000 0.851395 0.000000 -0.524525 0.254428 0.254428 0.254428 +5535.453613 0.000000 1372.355103 0.000000 0.558343 0.000000 -0.829610 0.257878 0.257878 0.257878 +5545.563477 0.000000 1382.115967 0.000000 0.619525 0.000000 -0.784977 0.257268 0.257268 0.257268 +5549.516602 0.000000 1426.842651 0.000000 0.998768 0.000000 -0.049622 0.250398 0.250398 0.250398 +5542.230957 0.000000 1450.638428 0.000000 0.926443 0.000000 -0.376435 0.253083 0.253083 0.253083 +5532.793945 0.000000 1414.951172 0.000000 0.677584 0.000000 -0.735446 0.256601 0.256601 0.256601 +5588.968750 0.000000 1464.234497 0.000000 0.474692 0.000000 -0.880152 0.258631 0.258631 0.258631 +5589.705078 0.000000 1438.977051 0.000000 0.186700 0.000000 -0.982417 0.261049 0.261049 0.261049 +5572.458496 0.000000 1466.575317 0.000000 0.932618 0.000000 -0.360864 0.252961 0.252961 0.252961 +5575.671387 0.000000 1436.965942 0.000000 0.909436 0.000000 -0.415844 0.253440 0.253440 0.253440 +5583.130859 0.000000 1451.481201 0.000000 0.996496 0.000000 -0.083645 0.250672 0.250672 0.250672 +5852.793945 0.000000 1358.466797 0.000000 0.919875 0.000000 -0.392212 0.253220 0.253220 0.253220 +"} diff --git a/gfx/map/map_object_data/generated/bush_dry_02_generator_2.txt b/gfx/map/map_object_data/generated/bush_dry_02_generator_2.txt index 2386b916..44518552 100644 --- a/gfx/map/map_object_data/generated/bush_dry_02_generator_2.txt +++ b/gfx/map/map_object_data/generated/bush_dry_02_generator_2.txt @@ -5,8 +5,94 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_bush_05_mesh" - count=0 -} + count=86 + transform="5424.205566 0.000000 1299.114990 0.000000 0.858342 0.000000 0.513077 0.245696 0.245696 0.245696 +5487.722656 0.000000 1286.975952 0.000000 0.490090 0.000000 0.871672 0.241510 0.241510 0.241510 +5451.959473 0.000000 1291.147095 0.000000 0.766431 0.000000 0.642327 0.244406 0.244406 0.244406 +5460.089355 0.000000 1287.473145 0.000000 0.819882 0.000000 0.572533 0.245073 0.245073 0.245073 +5432.065918 0.000000 1324.503174 0.000000 0.911050 0.000000 0.412296 0.246605 0.246605 0.246605 +5439.958008 0.000000 1320.039673 0.000000 0.761932 0.000000 0.647657 0.244350 0.244350 0.244350 +5496.065918 0.000000 1324.503174 0.000000 0.811737 0.000000 0.584023 0.245017 0.245017 0.245017 +5481.563477 0.000000 1325.631592 0.000000 0.998478 0.000000 0.055151 0.249557 0.249557 0.249557 +5471.758301 0.000000 1329.300293 0.000000 0.560570 0.000000 0.828107 0.242144 0.242144 0.242144 +5460.569336 0.000000 1304.527100 0.000000 0.986430 0.000000 0.164184 0.248667 0.248667 0.248667 +5477.432617 0.000000 1310.167725 0.000000 0.410791 0.000000 0.911730 0.240761 0.240761 0.240761 +5463.890625 0.000000 1318.198364 0.000000 0.427285 0.000000 0.904117 0.240908 0.240908 0.240908 +5478.893555 0.000000 1318.588013 0.000000 0.993005 0.000000 0.118074 0.249047 0.249047 0.249047 +5474.900879 0.000000 1299.205322 0.000000 0.700898 0.000000 0.713262 0.243581 0.243581 0.243581 +5472.032227 0.000000 1336.078491 0.000000 0.775978 0.000000 0.630761 0.244483 0.244483 0.244483 +5552.205566 0.000000 1355.599365 0.000000 0.643410 0.000000 0.765522 0.243035 0.243035 0.243035 +5562.368164 0.000000 1351.066528 0.000000 0.978859 0.000000 0.204535 0.248348 0.248348 0.248348 +5515.959473 0.000000 1347.631470 0.000000 0.147565 0.000000 0.989052 0.238590 0.238590 0.238590 +5504.254883 0.000000 1346.281494 0.000000 0.686100 0.000000 0.727507 0.243441 0.243441 0.243441 +5599.453613 0.000000 1315.870728 0.000000 0.965173 0.000000 0.261612 0.247885 0.247885 0.247885 +5579.959473 0.000000 1347.631470 0.000000 0.031899 0.000000 0.999491 0.237658 0.237658 0.237658 +5726.236816 0.000000 1182.217407 0.000000 0.965607 0.000000 0.260005 0.247882 0.247882 0.247882 +5722.122559 0.000000 1196.980225 0.000000 0.286941 0.000000 0.957948 0.239656 0.239656 0.239656 +5752.550781 0.000000 1219.031006 0.000000 0.977960 0.000000 0.208791 0.248300 0.248300 0.248300 +5727.826172 0.000000 1194.294312 0.000000 0.646397 0.000000 0.763001 0.242931 0.242931 0.242931 +5757.212891 0.000000 1211.563599 0.000000 0.741183 0.000000 0.671303 0.243960 0.243960 0.243960 +5732.045898 0.000000 1191.446777 0.000000 0.104261 0.000000 0.994550 0.238011 0.238011 0.238011 +5792.032227 0.000000 1223.109741 0.000000 0.074104 0.000000 0.997250 0.237857 0.237857 0.237857 +5766.215332 0.000000 1235.109497 0.000000 0.142358 0.000000 0.989815 0.238414 0.238414 0.238414 +5774.953125 0.000000 1240.143555 0.000000 0.457938 0.000000 0.888984 0.241114 0.241114 0.241114 +5786.074219 0.000000 1216.688354 0.000000 0.776103 0.000000 0.630607 0.244464 0.244464 0.244464 +5783.491699 0.000000 1186.803345 0.000000 0.390882 0.000000 0.920441 0.240440 0.240440 0.240440 +5760.098633 0.000000 1193.120850 0.000000 0.638932 0.000000 0.769263 0.242824 0.242824 0.242824 +5781.208496 0.000000 1226.051147 0.000000 0.174940 0.000000 0.984579 0.238508 0.238508 0.238508 +5772.552734 0.000000 1212.365967 0.000000 0.354238 0.000000 0.935155 0.240004 0.240004 0.240004 +5769.063965 0.000000 1216.633911 0.000000 0.526591 0.000000 0.850119 0.241596 0.241596 0.241596 +5778.283691 0.000000 1187.304565 0.000000 0.930893 0.000000 0.365292 0.246931 0.246931 0.246931 +5779.007324 0.000000 1204.250244 0.000000 0.606254 0.000000 0.795271 0.242482 0.242482 0.242482 +5770.351562 0.000000 1207.050781 0.000000 0.935828 0.000000 0.352457 0.247021 0.247021 0.247021 +5779.771973 0.000000 1208.797363 0.000000 0.502418 0.000000 0.864625 0.241428 0.241428 0.241428 +5781.668945 0.000000 1195.960815 0.000000 0.727649 0.000000 0.685950 0.243772 0.243772 0.243772 +5764.047852 0.000000 1194.521973 0.000000 0.663660 0.000000 0.748035 0.243038 0.243038 0.243038 +5765.119141 0.000000 1202.606079 0.000000 0.506104 0.000000 0.862473 0.241431 0.241431 0.241431 +5763.837402 0.000000 1209.734009 0.000000 0.490720 0.000000 0.871317 0.241252 0.241252 0.241252 +5634.396484 0.000000 1301.002808 0.000000 0.050882 0.000000 0.998705 0.237810 0.237810 0.237810 +5737.563477 0.000000 1325.631592 0.000000 0.210717 0.000000 0.977547 0.239105 0.239105 0.239105 +5744.541992 0.000000 1321.725830 0.000000 0.253505 0.000000 0.967334 0.239376 0.239376 0.239376 +5778.127930 0.000000 1255.932251 0.000000 0.700848 0.000000 0.713311 0.243630 0.243630 0.243630 +5818.368164 0.000000 1294.582153 0.000000 0.606433 0.000000 0.795135 0.242628 0.242628 0.242628 +5774.007324 0.000000 1273.546509 0.000000 0.577027 0.000000 0.816725 0.242305 0.242305 0.242305 +5780.569336 0.000000 1248.042725 0.000000 0.946304 0.000000 0.323278 0.247339 0.247339 0.247339 +5783.890625 0.000000 1261.713989 0.000000 0.214859 0.000000 0.976645 0.239054 0.239054 0.239054 +5780.089355 0.000000 1287.473145 0.000000 0.066801 0.000000 0.997766 0.237797 0.237797 0.237797 +5767.979980 0.000000 1284.791504 0.000000 0.999212 0.000000 0.039681 0.249678 0.249678 0.249678 +5793.210449 0.000000 1287.529541 0.000000 0.668064 0.000000 0.744104 0.243217 0.243217 0.243217 +5792.032227 0.000000 1279.594116 0.000000 0.456157 0.000000 0.889899 0.241132 0.241132 0.241132 +5791.826172 0.000000 1250.778687 0.000000 0.539819 0.000000 0.841781 0.241882 0.241882 0.241882 +5769.641113 0.000000 1295.844116 0.000000 0.450644 0.000000 0.892704 0.240979 0.240979 0.240979 +5828.458496 0.000000 1297.122192 0.000000 0.786814 0.000000 0.617190 0.244686 0.244686 0.244686 +5764.458496 0.000000 1353.606567 0.000000 0.066462 0.000000 0.997789 0.237982 0.237982 0.237982 +5786.979980 0.000000 1340.973389 0.000000 0.548447 0.000000 0.836185 0.242058 0.242058 0.242058 +5809.272949 0.000000 1332.765503 0.000000 0.641038 0.000000 0.767509 0.242983 0.242983 0.242983 +5791.758301 0.000000 1329.300293 0.000000 0.624572 0.000000 0.780967 0.242784 0.242784 0.242784 +5823.958008 0.000000 1320.039673 0.000000 0.702354 0.000000 0.711828 0.243623 0.243623 0.243623 +5774.007324 0.000000 1330.030884 0.000000 0.089420 0.000000 0.995994 0.238028 0.238028 0.238028 +5782.478027 0.000000 1334.033936 0.000000 0.650810 0.000000 0.759241 0.243059 0.243059 0.243059 +5764.032715 0.000000 1330.752197 0.000000 0.985184 0.000000 0.171501 0.248607 0.248607 0.248607 +5798.893555 0.000000 1318.588013 0.000000 0.998989 0.000000 0.044945 0.249638 0.249638 0.249638 +5835.959473 0.000000 1347.631470 0.000000 0.973558 0.000000 0.228441 0.248144 0.248144 0.248144 +5471.453613 0.000000 1372.355103 0.000000 0.860760 0.000000 0.509010 0.245734 0.245734 0.245734 +5489.519043 0.000000 1361.954590 0.000000 0.900991 0.000000 0.433837 0.246387 0.246387 0.246387 +5552.205566 0.000000 1412.083740 0.000000 0.985606 0.000000 0.169058 0.248643 0.248643 0.248643 +5530.979980 0.000000 1397.457764 0.000000 0.858695 0.000000 0.512487 0.245685 0.245685 0.245685 +5518.007324 0.000000 1386.515259 0.000000 0.876408 0.000000 0.481570 0.245955 0.245955 0.245955 +5512.407715 0.000000 1363.437378 0.000000 0.763784 0.000000 0.645472 0.244351 0.244351 0.244351 +5519.272949 0.000000 1377.543579 0.000000 0.364930 0.000000 0.931035 0.240361 0.240361 0.240361 +5526.478027 0.000000 1390.518311 0.000000 0.632248 0.000000 0.774766 0.242864 0.242864 0.242864 +5527.890625 0.000000 1374.682739 0.000000 0.729752 0.000000 0.683712 0.243915 0.243915 0.243915 +5570.396484 0.000000 1357.487183 0.000000 0.781397 0.000000 0.624034 0.244595 0.244595 0.244595 +5562.807129 0.000000 1418.763916 0.000000 0.483261 0.000000 0.875476 0.241480 0.241480 0.241480 +5535.453613 0.000000 1428.839478 0.000000 0.938561 0.000000 0.345113 0.247185 0.247185 0.247185 +5579.959473 0.000000 1460.600220 0.000000 0.971227 0.000000 0.238156 0.248071 0.248071 0.248071 +5568.254883 0.000000 1459.250244 0.000000 0.993589 0.000000 0.113056 0.249088 0.249088 0.249088 +5570.396484 0.000000 1470.455933 0.000000 0.900564 0.000000 0.434724 0.246393 0.246393 0.246393 +5772.978516 0.000000 1356.360962 0.000000 0.246182 0.000000 0.969224 0.239438 0.239438 0.239438 +5844.569336 0.000000 1361.011475 0.000000 0.744286 0.000000 0.667861 0.244112 0.244112 0.244112 +"} object={ name="bush_dry_02_generator_2_1" clamp_to_water_level=no @@ -14,5 +100,88 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_bush_06_mesh" - count=0 -} + count=83 + transform="5471.453613 0.000000 1259.386353 0.000000 0.687779 0.000000 -0.725920 0.256490 0.256490 0.256490 +5471.758301 0.000000 1272.815918 0.000000 0.703372 0.000000 -0.710822 0.256341 0.256341 0.256341 +5444.458496 0.000000 1353.606567 0.000000 0.995023 0.000000 -0.099646 0.250797 0.250797 0.250797 +5498.807129 0.000000 1305.795166 0.000000 0.490068 0.000000 -0.871684 0.258457 0.258457 0.258457 +5442.396484 0.000000 1301.002808 0.000000 0.597255 0.000000 -0.802051 0.257465 0.257465 0.257465 +5489.519043 0.000000 1305.470215 0.000000 0.933782 0.000000 -0.357844 0.252935 0.252935 0.252935 +5454.007324 0.000000 1330.030884 0.000000 0.066329 0.000000 -0.997798 0.262113 0.262113 0.262113 +5448.407715 0.000000 1306.953003 0.000000 0.796241 0.000000 -0.604980 0.255231 0.255231 0.255231 +5470.236816 0.000000 1351.670532 0.000000 0.578121 0.000000 -0.815951 0.257714 0.257714 0.257714 +5455.272949 0.000000 1321.059204 0.000000 0.889464 0.000000 -0.457004 0.253821 0.253821 0.253821 +5484.662598 0.000000 1349.720825 0.000000 0.692340 0.000000 -0.721571 0.256540 0.256540 0.256540 +5575.671387 0.000000 1323.997192 0.000000 0.581122 0.000000 -0.813817 0.257595 0.257595 0.257595 +5582.007324 0.000000 1330.030884 0.000000 0.367535 0.000000 -0.930010 0.259617 0.259617 0.259617 +5734.893555 0.000000 1205.619263 0.000000 0.343447 0.000000 -0.939172 0.259824 0.259824 0.259824 +5730.900879 0.000000 1186.236572 0.000000 0.696268 0.000000 -0.717782 0.256471 0.256471 0.256471 +5757.292480 0.000000 1198.730835 0.000000 0.813695 0.000000 -0.581292 0.255091 0.255091 0.255091 +5740.062988 0.000000 1195.161011 0.000000 0.803356 0.000000 -0.595500 0.255215 0.255215 0.255215 +5754.511719 0.000000 1206.681885 0.000000 0.364978 0.000000 -0.931016 0.259751 0.259751 0.259751 +5790.236816 0.000000 1182.217407 0.000000 0.903476 0.000000 -0.428638 0.253567 0.253567 0.253567 +5774.953125 0.000000 1183.659180 0.000000 0.749892 0.000000 -0.661560 0.255865 0.255865 0.255865 +5808.205566 0.000000 1242.630615 0.000000 0.064062 0.000000 -0.997946 0.262037 0.262037 0.262037 +5764.458496 0.000000 1240.637817 0.000000 0.351857 0.000000 -0.936054 0.259677 0.259677 0.259677 +5807.722656 0.000000 1230.491577 0.000000 0.914545 0.000000 -0.404485 0.253340 0.253340 0.253340 +5791.758301 0.000000 1216.331543 0.000000 0.876509 0.000000 -0.481386 0.254044 0.254044 0.254044 +5760.254883 0.000000 1233.312744 0.000000 0.517009 0.000000 -0.855980 0.258304 0.258304 0.258304 +5783.890625 0.000000 1205.229614 0.000000 0.078854 0.000000 -0.996886 0.262105 0.262105 0.262105 +5801.260742 0.000000 1230.394043 0.000000 0.947067 0.000000 -0.321036 0.252642 0.252642 0.252642 +5761.017578 0.000000 1212.864990 0.000000 0.931594 0.000000 -0.363501 0.253042 0.253042 0.253042 +5767.914551 0.000000 1188.008789 0.000000 0.767436 0.000000 -0.641126 0.255669 0.255669 0.255669 +5777.256836 0.000000 1220.886719 0.000000 0.840681 0.000000 -0.541531 0.254715 0.254715 0.254715 +5776.971680 0.000000 1235.348877 0.000000 0.426557 0.000000 -0.904461 0.259275 0.259275 0.259275 +5774.220703 0.000000 1203.252808 0.000000 0.949606 0.000000 -0.313447 0.252627 0.252627 0.252627 +5771.929688 0.000000 1198.177734 0.000000 0.903112 0.000000 -0.429405 0.253670 0.253670 0.253670 +5766.330566 0.000000 1198.268677 0.000000 0.393068 0.000000 -0.919509 0.259686 0.259686 0.259686 +5774.875488 0.000000 1230.933960 0.000000 0.998074 0.000000 -0.062030 0.250511 0.250511 0.250511 +5786.709961 0.000000 1223.211792 0.000000 0.952717 0.000000 -0.303860 0.252524 0.252524 0.252524 +5785.505859 0.000000 1239.943604 0.000000 0.685168 0.000000 -0.728385 0.256722 0.256722 0.256722 +5764.763672 0.000000 1222.364136 0.000000 0.940887 0.000000 -0.338721 0.252847 0.252847 0.252847 +5771.786133 0.000000 1191.224854 0.000000 0.798243 0.000000 -0.602335 0.255346 0.255346 0.255346 +5766.424805 0.000000 1206.531982 0.000000 0.509953 0.000000 -0.860202 0.258565 0.258565 0.258565 +5663.758301 0.000000 1272.815918 0.000000 0.227873 0.000000 -0.973691 0.260796 0.260796 0.260796 +5654.478027 0.000000 1277.549561 0.000000 0.939096 0.000000 -0.343655 0.252824 0.252824 0.252824 +5759.958008 0.000000 1320.039673 0.000000 0.455486 0.000000 -0.890243 0.258839 0.258839 0.258839 +5740.760254 0.000000 1337.645752 0.000000 0.859488 0.000000 -0.511155 0.254337 0.254337 0.254337 +5746.584961 0.000000 1327.034912 0.000000 0.521544 0.000000 -0.853224 0.258293 0.258293 0.258293 +5797.982422 0.000000 1292.918091 0.000000 0.999998 0.000000 -0.001752 0.250014 0.250014 0.250014 +5797.432617 0.000000 1253.683350 0.000000 0.860809 0.000000 -0.508928 0.254299 0.254299 0.254299 +5808.541992 0.000000 1265.241455 0.000000 0.614010 0.000000 -0.789298 0.257324 0.257324 0.257324 +5782.478027 0.000000 1277.549561 0.000000 0.566154 0.000000 -0.824299 0.257832 0.257832 0.257832 +5786.122559 0.000000 1253.464600 0.000000 0.391959 0.000000 -0.919983 0.259441 0.259441 0.259441 +5790.530273 0.000000 1266.116333 0.000000 0.171569 0.000000 -0.985172 0.261390 0.261390 0.261390 +5794.900879 0.000000 1242.720947 0.000000 0.185713 0.000000 -0.982604 0.261229 0.261229 0.261229 +5769.203613 0.000000 1278.357056 0.000000 0.011603 0.000000 -0.999933 0.262602 0.262602 0.262602 +5801.385742 0.000000 1275.574341 0.000000 0.808036 0.000000 -0.589133 0.255112 0.255112 0.255112 +5766.215332 0.000000 1291.593872 0.000000 0.796490 0.000000 -0.604652 0.255309 0.255309 0.255309 +5795.765137 0.000000 1268.503540 0.000000 0.081422 0.000000 -0.996680 0.262177 0.262177 0.262177 +5774.953125 0.000000 1296.627930 0.000000 0.959544 0.000000 -0.281559 0.252316 0.252316 0.252316 +5786.074219 0.000000 1273.172729 0.000000 0.818997 0.000000 -0.573797 0.254978 0.254978 0.254978 +5796.276367 0.000000 1275.902954 0.000000 0.972374 0.000000 -0.233427 0.251919 0.251919 0.251919 +5778.127930 0.000000 1312.416626 0.000000 0.675707 0.000000 -0.737171 0.256648 0.256648 0.256648 +5801.563477 0.000000 1325.631592 0.000000 0.833823 0.000000 -0.552032 0.254690 0.254690 0.254690 +5800.832520 0.000000 1302.641724 0.000000 0.424804 0.000000 -0.905285 0.259079 0.259079 0.259079 +5771.959473 0.000000 1347.631470 0.000000 0.653782 0.000000 -0.756683 0.256883 0.256883 0.256883 +5809.519043 0.000000 1305.470215 0.000000 0.874957 0.000000 -0.484201 0.254070 0.254070 0.254070 +5808.541992 0.000000 1321.725830 0.000000 0.324174 0.000000 -0.945997 0.260028 0.260028 0.260028 +5769.203613 0.000000 1334.841431 0.000000 0.573047 0.000000 -0.819522 0.257764 0.257764 0.257764 +5831.671387 0.000000 1323.997192 0.000000 0.781195 0.000000 -0.624287 0.255386 0.255386 0.255386 +5496.065918 0.000000 1380.987549 0.000000 0.192132 0.000000 -0.981369 0.261004 0.261004 0.261004 +5495.638184 0.000000 1371.368408 0.000000 0.401295 0.000000 -0.915949 0.259286 0.259286 0.259286 +5474.900879 0.000000 1355.689697 0.000000 0.228122 0.000000 -0.973633 0.260836 0.260836 0.260836 +5535.758301 0.000000 1385.784668 0.000000 0.198364 0.000000 -0.980128 0.261039 0.261039 0.261039 +5506.396484 0.000000 1357.487183 0.000000 0.738155 0.000000 -0.674631 0.255962 0.255962 0.255962 +5513.400879 0.000000 1371.744141 0.000000 0.350736 0.000000 -0.936475 0.259762 0.259762 0.259762 +5530.122559 0.000000 1366.433350 0.000000 0.284888 0.000000 -0.958561 0.260321 0.260321 0.260321 +5575.671387 0.000000 1380.481567 0.000000 0.929797 0.000000 -0.368072 0.253011 0.253011 0.253011 +5552.205566 0.000000 1468.568115 0.000000 0.848605 0.000000 -0.529027 0.254453 0.254453 0.254453 +5545.563477 0.000000 1438.600342 0.000000 0.498837 0.000000 -0.866696 0.258409 0.258409 0.258409 +5553.272949 0.000000 1445.734253 0.000000 0.976299 0.000000 -0.216426 0.251750 0.251750 0.251750 +5559.638184 0.000000 1427.852783 0.000000 0.616346 0.000000 -0.787476 0.257272 0.257272 0.257272 +5567.958008 0.000000 1433.008423 0.000000 0.410149 0.000000 -0.912019 0.259209 0.259209 0.259209 +5567.487305 0.000000 1442.337036 0.000000 0.197405 0.000000 -0.980322 0.261047 0.261047 0.261047 +5562.807129 0.000000 1475.248291 0.000000 0.948275 0.000000 -0.317449 0.252581 0.252581 0.252581 +5826.396484 0.000000 1357.487183 0.000000 0.402881 0.000000 -0.915252 0.259272 0.259272 0.259272 +"} diff --git a/gfx/map/map_object_data/generated/cypress_dense_generator_1.txt b/gfx/map/map_object_data/generated/cypress_dense_generator_1.txt index e7afa33f..6711776e 100644 --- a/gfx/map/map_object_data/generated/cypress_dense_generator_1.txt +++ b/gfx/map/map_object_data/generated/cypress_dense_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_cypress_001_mesh" - count=435 + count=437 transform="1702.346802 0.000000 2031.210815 0.000000 0.971531 0.000000 0.236914 0.356135 0.356135 0.356135 1700.342041 0.000000 2032.621826 0.000000 0.983402 0.000000 0.181439 0.353848 0.353848 0.353848 1704.389160 0.000000 2030.583496 0.000000 0.777972 0.000000 0.628299 0.354715 0.354715 0.354715 @@ -441,6 +441,8 @@ 1612.241821 0.000000 2205.155518 0.000000 0.023232 0.000000 0.999730 0.291381 0.291381 0.291381 1601.657837 0.000000 2203.394287 0.000000 0.464798 0.000000 0.885417 0.319916 0.319916 0.319916 1609.352417 0.000000 2204.500244 0.000000 0.772200 0.000000 0.635380 0.347402 0.347402 0.347402 +4244.968750 0.000000 2311.500000 0.000000 0.350673 0.000000 0.936498 0.191373 0.191373 0.191373 +4249.621582 0.000000 2307.249756 0.000000 0.867521 0.000000 0.497400 0.195191 0.195191 0.195191 "} object={ name="cypress_dense_generator_1_1" @@ -449,7 +451,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_cypress_002_mesh" - count=440 + count=441 transform="1706.009521 0.000000 2031.889771 0.000000 0.066091 0.000000 -0.997814 0.287185 0.287185 0.287185 1698.932617 0.000000 2031.030029 0.000000 0.533266 0.000000 -0.845947 0.245919 0.245919 0.245919 1705.065186 0.000000 2028.658691 0.000000 0.854861 0.000000 -0.518858 0.336628 0.336628 0.336628 @@ -890,4 +892,5 @@ object={ 1608.667603 0.000000 2207.669922 0.000000 0.994434 0.000000 -0.105362 0.407563 0.407563 0.407563 1609.795410 0.000000 2202.915039 0.000000 0.796139 0.000000 -0.605114 0.351047 0.351047 0.351047 1600.523315 0.000000 2204.546631 0.000000 0.993243 0.000000 -0.116055 0.407986 0.407986 0.407986 +4236.978516 0.000000 2316.595459 0.000000 0.164217 0.000000 -0.986424 0.211407 0.211407 0.211407 "} diff --git a/gfx/map/map_object_data/generated/cypress_dense_generator_2.txt b/gfx/map/map_object_data/generated/cypress_dense_generator_2.txt index ef9acb21..7a3ced66 100644 --- a/gfx/map/map_object_data/generated/cypress_dense_generator_2.txt +++ b/gfx/map/map_object_data/generated/cypress_dense_generator_2.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_cypress_001_mesh" - count=446 + count=447 transform="1707.722900 0.000000 2032.276367 0.000000 0.625295 0.000000 0.780388 0.233871 0.233871 0.233871 1705.205444 0.000000 2033.409424 0.000000 0.720171 0.000000 0.693797 0.291362 0.291362 0.291362 1703.513672 0.000000 2031.595215 0.000000 0.226045 0.000000 0.974117 0.298498 0.298498 0.298498 @@ -452,6 +452,7 @@ 1606.916748 0.000000 2205.314453 0.000000 0.264890 0.000000 0.964279 0.316503 0.316503 0.316503 1608.071045 0.000000 2206.683350 0.000000 0.943174 0.000000 0.332299 0.375729 0.375729 0.375729 1611.228516 0.000000 2204.751465 0.000000 0.866789 0.000000 0.498675 0.360117 0.360117 0.360117 +4241.360840 0.000000 2305.535400 0.000000 0.178693 0.000000 0.983905 0.194915 0.194915 0.194915 "} object={ name="cypress_dense_generator_2_1" @@ -460,7 +461,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_cypress_002_mesh" - count=457 + count=462 transform="1702.819946 0.000000 2029.204834 0.000000 0.309739 0.000000 -0.950822 0.312607 0.312607 0.312607 1697.680054 0.000000 2032.780884 0.000000 0.762362 0.000000 -0.647150 0.320844 0.320844 0.320844 1700.742188 0.000000 2030.158325 0.000000 0.990017 0.000000 -0.140946 0.262927 0.262927 0.262927 @@ -918,4 +919,9 @@ object={ 1611.583984 0.000000 2206.448242 0.000000 0.273107 0.000000 -0.961984 0.349655 0.349655 0.349655 1601.375488 0.000000 2205.282715 0.000000 0.603214 0.000000 -0.797579 0.463387 0.463387 0.463387 1610.381226 0.000000 2204.288330 0.000000 0.811129 0.000000 -0.584867 0.447725 0.447725 0.447725 +4244.089355 0.000000 2304.191895 0.000000 0.544369 0.000000 -0.838846 0.206957 0.206957 0.206957 +4238.875488 0.000000 2304.136963 0.000000 0.929020 0.000000 -0.370030 0.203028 0.203028 0.203028 +4241.939453 0.000000 2301.170654 0.000000 0.967325 0.000000 -0.253538 0.203031 0.203031 0.203031 +4247.836426 0.000000 2309.987793 0.000000 0.057610 0.000000 -0.998339 0.226343 0.226343 0.226343 +4239.831543 0.000000 2320.031250 0.000000 0.772853 0.000000 -0.634586 0.205750 0.205750 0.205750 "} diff --git a/gfx/map/map_object_data/generated/cypress_dense_generator_3.txt b/gfx/map/map_object_data/generated/cypress_dense_generator_3.txt index 52aa40aa..f2e40bbf 100644 --- a/gfx/map/map_object_data/generated/cypress_dense_generator_3.txt +++ b/gfx/map/map_object_data/generated/cypress_dense_generator_3.txt @@ -375,7 +375,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_cypress_002_mesh" - count=421 + count=422 transform="1707.601562 0.000000 2029.853149 0.000000 0.428521 0.000000 -0.903532 0.216734 0.216734 0.216734 1696.520752 0.000000 2032.406006 0.000000 0.883734 0.000000 -0.467989 0.314164 0.314164 0.314164 1702.826050 0.000000 2032.409546 0.000000 0.861522 0.000000 -0.507720 0.371352 0.371352 0.371352 @@ -797,4 +797,5 @@ object={ 1608.661133 0.000000 2205.210693 0.000000 0.577431 0.000000 -0.816440 0.472973 0.472973 0.472973 1600.416016 0.000000 2205.394043 0.000000 0.895804 0.000000 -0.444449 0.431620 0.431620 0.431620 1611.473755 0.000000 2205.652344 0.000000 0.318176 0.000000 -0.948032 0.495263 0.495263 0.495263 +4232.173828 0.000000 2338.125732 0.000000 0.354829 0.000000 -0.934931 0.213542 0.213542 0.213542 "} diff --git a/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_1.txt b/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_1.txt index 08b5c923..a03c8365 100644 --- a/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_1.txt +++ b/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_1.txt @@ -5,8 +5,11 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_cypress_mediterranean_02_mesh" - count=0 -} + count=3 + transform="5650.283691 0.000000 1187.304565 0.000000 0.985690 0.000000 0.168571 0.198824 0.198824 0.198824 +5651.771973 0.000000 1208.797363 0.000000 0.397828 0.000000 0.917460 0.194659 0.194659 0.194659 +5652.994629 0.000000 1188.724609 0.000000 0.015311 0.000000 0.999883 0.216973 0.216973 0.216973 +"} object={ name="cypress_mediterranean_dense_generator_1_1" clamp_to_water_level=no @@ -14,5 +17,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_cypress_mediterranean_01_mesh" - count=0 -} + count=2 + transform="5652.968750 0.000000 1181.812622 0.000000 0.431899 0.000000 -0.901922 0.207269 0.207269 0.207269 +5652.805176 0.000000 1186.239380 0.000000 0.098276 0.000000 -0.995159 0.248552 0.248552 0.248552 +"} diff --git a/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_2.txt b/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_2.txt index 78bbdd4a..4e2deea3 100644 --- a/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_2.txt +++ b/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_2.txt @@ -5,8 +5,14 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_cypress_mediterranean_02_mesh" - count=0 -} + count=6 + transform="5660.793945 0.000000 1189.013672 0.000000 0.702517 0.000000 0.711667 0.194939 0.194939 0.194939 +5657.661133 0.000000 1189.238037 0.000000 0.850391 0.000000 0.526151 0.196155 0.196155 0.196155 +5653.235840 0.000000 1206.032959 0.000000 0.985414 0.000000 0.170173 0.203499 0.203499 0.203499 +5651.835449 0.000000 1207.058960 0.000000 0.826215 0.000000 -0.563355 0.258243 0.258243 0.258243 +5648.004883 0.000000 1203.639648 0.000000 0.199621 0.000000 0.979873 0.245350 0.245350 0.245350 +5649.469238 0.000000 1203.910278 0.000000 0.903628 0.000000 0.428319 0.257314 0.257314 0.257314 +"} object={ name="cypress_mediterranean_dense_generator_2_1" clamp_to_water_level=no @@ -14,5 +20,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_cypress_mediterranean_01_mesh" - count=0 -} + count=2 + transform="5655.366211 0.000000 1188.824585 0.000000 0.429662 0.000000 -0.902990 0.243871 0.243871 0.243871 +5649.817871 0.000000 1205.333008 0.000000 0.508745 0.000000 -0.860918 0.292022 0.292022 0.292022 +"} diff --git a/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_3.txt b/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_3.txt index 4cf7383a..9d0a9e89 100644 --- a/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_3.txt +++ b/gfx/map/map_object_data/generated/cypress_mediterranean_dense_generator_3.txt @@ -5,8 +5,13 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_cypress_mediterranean_02_mesh" - count=0 -} + count=5 + transform="5655.068359 0.000000 1190.682983 0.000000 0.915407 0.000000 0.402529 0.197125 0.197125 0.197125 +5654.020996 0.000000 1187.491943 0.000000 0.376604 0.000000 0.926374 0.217117 0.217117 0.217117 +5648.278320 0.000000 1206.891113 0.000000 0.085900 0.000000 0.996304 0.209926 0.209926 0.209926 +5652.179199 0.000000 1187.448975 0.000000 0.905025 0.000000 0.425358 0.229519 0.229519 0.229519 +5648.583008 0.000000 1204.428467 0.000000 0.862097 0.000000 -0.506743 0.284712 0.284712 0.284712 +"} object={ name="cypress_mediterranean_dense_generator_3_1" clamp_to_water_level=no @@ -14,5 +19,8 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_cypress_mediterranean_01_mesh" - count=0 -} + count=3 + transform="5653.934570 0.000000 1184.499512 0.000000 0.098953 0.000000 -0.995092 0.210214 0.210214 0.210214 +5654.249023 0.000000 1186.054688 0.000000 0.657467 0.000000 -0.753483 0.236340 0.236340 0.236340 +5651.301758 0.000000 1205.740723 0.000000 0.649072 0.000000 -0.760727 0.252821 0.252821 0.252821 +"} diff --git a/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_1.txt b/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_1.txt index 9d4614b8..7d512377 100644 --- a/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_1.txt +++ b/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_1.txt @@ -5,8 +5,25 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_cypress_mediterranean_02_mesh" - count=35 - transform="7446.478027 0.000000 938.643311 0.000000 0.989944 0.000000 0.141458 0.297289 0.297289 0.297289 + count=52 + transform="5626.544434 0.000000 1226.594971 0.000000 0.212150 0.000000 0.977237 0.191259 0.191259 0.191259 +5624.065918 0.000000 1211.534424 0.000000 0.924080 0.000000 -0.382199 0.202565 0.202565 0.202565 +5631.958008 0.000000 1207.070923 0.000000 0.660473 0.000000 0.750850 0.194402 0.194402 0.194402 +5631.487305 0.000000 1216.399536 0.000000 0.883484 0.000000 0.468462 0.196799 0.196799 0.196799 +5633.318848 0.000000 1225.060303 0.000000 0.974570 0.000000 -0.224084 0.201467 0.201467 0.201467 +5670.230957 0.000000 1224.700928 0.000000 0.990609 0.000000 0.136724 0.199120 0.199120 0.199120 +5639.671387 0.000000 1211.028442 0.000000 0.883073 0.000000 0.469236 0.196683 0.196683 0.196683 +5663.453613 0.000000 1202.901978 0.000000 0.917406 0.000000 0.397953 0.197333 0.197333 0.197333 +5647.130859 0.000000 1225.543701 0.000000 0.961018 0.000000 -0.276484 0.201846 0.201846 0.201846 +5650.127930 0.000000 1199.447876 0.000000 0.967175 0.000000 -0.254109 0.201693 0.201693 0.201693 +5663.758301 0.000000 1216.331543 0.000000 0.908651 0.000000 0.417557 0.197172 0.197172 0.197172 +5641.400879 0.000000 1202.291016 0.000000 0.753383 0.000000 0.657582 0.195199 0.195199 0.195199 +5646.007324 0.000000 1217.062134 0.000000 0.328700 0.000000 0.944434 0.191669 0.191669 0.191669 +5647.272949 0.000000 1208.090454 0.000000 0.891852 0.000000 0.452327 0.196813 0.196813 0.196813 +5654.478027 0.000000 1221.065186 0.000000 0.872176 0.000000 -0.489193 0.203382 0.203382 0.203382 +5655.890625 0.000000 1205.229614 0.000000 0.874208 0.000000 -0.485552 0.203392 0.203392 0.203392 +5641.203613 0.000000 1221.872681 0.000000 0.960774 0.000000 -0.277334 0.201873 0.201873 0.201873 +7446.478027 0.000000 938.643311 0.000000 0.989944 0.000000 0.141458 0.297289 0.297289 0.297289 7462.346680 0.000000 958.007690 0.000000 0.152392 0.000000 0.988320 0.272922 0.272922 0.272922 7442.230469 0.000000 941.785522 0.000000 0.859297 0.000000 0.511477 0.278200 0.278200 0.278200 7449.661133 0.000000 906.816223 0.000000 0.999321 0.000000 -0.036844 0.217397 0.217397 0.217397 @@ -49,8 +66,12 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_cypress_mediterranean_01_mesh" - count=12 - transform="7450.709961 0.000000 940.789917 0.000000 0.062880 0.000000 -0.998021 0.326483 0.326483 0.326483 + count=16 + transform="5633.451172 0.000000 1198.347534 0.000000 0.716108 0.000000 -0.697989 0.205034 0.205034 0.205034 +5653.705078 0.000000 1213.039551 0.000000 0.046602 0.000000 -0.998914 0.210350 0.210350 0.210350 +5636.032715 0.000000 1217.783447 0.000000 0.354750 0.000000 -0.934961 0.208083 0.208083 0.208083 +5634.500488 0.000000 1205.915894 0.000000 0.691762 0.000000 -0.722125 0.205378 0.205378 0.205378 +7450.709961 0.000000 940.789917 0.000000 0.062880 0.000000 -0.998021 0.326483 0.326483 0.326483 7449.237793 0.000000 909.908875 0.000000 0.280832 0.000000 -0.959757 0.308504 0.308504 0.308504 7444.984863 0.000000 940.947998 0.000000 0.654159 0.000000 -0.756357 0.316381 0.316381 0.316381 7463.778320 0.000000 959.584961 0.000000 0.066065 0.000000 -0.997815 0.328737 0.328737 0.328737 diff --git a/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_2.txt b/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_2.txt index 4b2e2b1a..c8fb4ad0 100644 --- a/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_2.txt +++ b/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_2.txt @@ -5,8 +5,33 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_cypress_mediterranean_02_mesh" - count=43 - transform="7442.498535 0.000000 907.567993 0.000000 0.997807 0.000000 0.066191 0.217643 0.217643 0.217643 + count=68 + transform="5626.807129 0.000000 1192.826416 0.000000 0.999533 0.000000 -0.030541 0.200196 0.200196 0.200196 +5623.638184 0.000000 1201.915283 0.000000 0.911886 0.000000 0.410444 0.197265 0.197265 0.197265 +5624.550781 0.000000 1219.031006 0.000000 0.935765 0.000000 0.352625 0.197661 0.197661 0.197661 +5629.212891 0.000000 1211.563599 0.000000 0.503363 0.000000 0.864075 0.193124 0.193124 0.193124 +5673.563477 0.000000 1212.662842 0.000000 0.984673 0.000000 0.174413 0.198871 0.198871 0.198871 +5658.979980 0.000000 1228.004639 0.000000 0.985894 0.000000 -0.167370 0.201083 0.201083 0.201083 +5652.569336 0.000000 1191.558350 0.000000 0.333986 0.000000 0.942578 0.192014 0.192014 0.192014 +5639.979980 0.000000 1228.307129 0.000000 0.894866 0.000000 0.446335 0.196997 0.196997 0.196997 +5662.530273 0.000000 1209.631958 0.000000 0.983871 0.000000 0.178881 0.198819 0.198819 0.198819 +5646.873047 0.000000 1194.218994 0.000000 0.858110 0.000000 -0.513465 0.203527 0.203527 0.203527 +5663.826172 0.000000 1194.294312 0.000000 0.300173 0.000000 0.953885 0.191720 0.191720 0.191720 +5667.765137 0.000000 1212.019165 0.000000 0.083266 0.000000 0.996527 0.190271 0.190271 0.190271 +5633.017578 0.000000 1212.864990 0.000000 0.980947 0.000000 0.194273 0.198697 0.198697 0.198697 +5658.074219 0.000000 1216.688354 0.000000 0.299417 0.000000 0.954122 0.191620 0.191620 0.191620 +5655.491699 0.000000 1186.803345 0.000000 0.829822 0.000000 -0.558029 0.203931 0.203931 0.203931 +5649.256836 0.000000 1220.886719 0.000000 0.914449 0.000000 -0.404701 0.202777 0.202777 0.202777 +5644.552734 0.000000 1212.365967 0.000000 0.044286 0.000000 0.999019 0.189634 0.189634 0.189634 +5641.063965 0.000000 1216.633911 0.000000 0.810732 0.000000 0.585417 0.195800 0.195800 0.195800 +5643.929688 0.000000 1198.177734 0.000000 0.822580 0.000000 -0.568650 0.204002 0.204002 0.204002 +5638.330566 0.000000 1198.268677 0.000000 0.971039 0.000000 -0.238921 0.201596 0.201596 0.201596 +5642.351562 0.000000 1207.050781 0.000000 0.774458 0.000000 0.632626 0.195383 0.195383 0.195383 +5658.364746 0.000000 1211.733154 0.000000 0.841323 0.000000 -0.540533 0.203807 0.203807 0.203807 +5650.817383 0.000000 1216.615723 0.000000 0.800821 0.000000 0.598904 0.195672 0.195672 0.195672 +5649.260254 0.000000 1212.629028 0.000000 0.921462 0.000000 -0.388468 0.202709 0.202709 0.202709 +5635.837402 0.000000 1209.734009 0.000000 0.877228 0.000000 0.480073 0.196637 0.196637 0.196637 +7442.498535 0.000000 907.567993 0.000000 0.997807 0.000000 0.066191 0.217643 0.217643 0.217643 7451.678223 0.000000 908.764160 0.000000 0.714458 0.000000 0.699678 0.216295 0.216295 0.216295 7452.944336 0.000000 939.617371 0.000000 0.828743 0.000000 -0.559629 0.217381 0.217381 0.217381 7451.443848 0.000000 936.014954 0.000000 0.714245 0.000000 0.699896 0.211598 0.211598 0.211598 @@ -57,8 +82,11 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_cypress_mediterranean_01_mesh" - count=11 - transform="7450.429199 0.000000 938.237793 0.000000 0.200727 0.000000 -0.979647 0.326140 0.326140 0.326140 + count=14 + transform="5640.407715 0.000000 1193.984253 0.000000 0.794871 0.000000 -0.606779 0.204216 0.204216 0.204216 +5646.220703 0.000000 1203.252808 0.000000 0.642263 0.000000 -0.766484 0.205843 0.205843 0.205843 +5651.007324 0.000000 1204.250244 0.000000 0.319592 0.000000 -0.947555 0.208364 0.208364 0.208364 +7450.429199 0.000000 938.237793 0.000000 0.200727 0.000000 -0.979647 0.326140 0.326140 0.326140 7472.587891 0.000000 980.487610 0.000000 0.209374 0.000000 -0.977836 0.232938 0.232938 0.232938 7478.255859 0.000000 968.994446 0.000000 0.649892 0.000000 -0.760027 0.234017 0.234017 0.234017 7476.078125 0.000000 976.905090 0.000000 0.141618 0.000000 -0.989921 0.266646 0.266646 0.266646 diff --git a/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_3.txt b/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_3.txt index b7af3115..256b1c6d 100644 --- a/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_3.txt +++ b/gfx/map/map_object_data/generated/cypress_mediterranean_sparse_generator_3.txt @@ -5,8 +5,17 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_cypress_mediterranean_02_mesh" - count=34 - transform="7445.668945 0.000000 913.538879 0.000000 0.861916 0.000000 -0.507052 0.203518 0.203518 0.203518 + count=43 + transform="5617.272949 0.000000 1219.796753 0.000000 0.993539 0.000000 -0.113494 0.200730 0.200730 0.200730 +5629.292480 0.000000 1198.730835 0.000000 0.328919 0.000000 0.944358 0.191979 0.191979 0.191979 +5664.032227 0.000000 1223.109741 0.000000 0.249226 0.000000 0.968445 0.191439 0.191439 0.191439 +5653.208496 0.000000 1226.051147 0.000000 0.999819 0.000000 -0.019038 0.200124 0.200124 0.200124 +5654.937012 0.000000 1200.599243 0.000000 0.677405 0.000000 0.735610 0.194532 0.194532 0.194532 +5636.763672 0.000000 1222.364136 0.000000 0.570629 0.000000 0.821208 0.193650 0.193650 0.193650 +5638.424805 0.000000 1206.531982 0.000000 0.786071 0.000000 0.618136 0.195525 0.195525 0.195525 +5645.506836 0.000000 1221.986328 0.000000 0.880153 0.000000 -0.474690 0.203297 0.203297 0.203297 +5655.293457 0.000000 1209.736694 0.000000 0.940269 0.000000 0.340433 0.197658 0.197658 0.197658 +7445.668945 0.000000 913.538879 0.000000 0.861916 0.000000 -0.507052 0.203518 0.203518 0.203518 7445.609863 0.000000 936.398987 0.000000 0.166377 0.000000 0.986062 0.203782 0.203782 0.203782 7443.350098 0.000000 906.103882 0.000000 0.922912 0.000000 -0.385011 0.221577 0.221577 0.221577 7446.696289 0.000000 940.064697 0.000000 0.917797 0.000000 0.397049 0.240051 0.240051 0.240051 @@ -48,8 +57,17 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_cypress_mediterranean_01_mesh" - count=14 - transform="7450.685059 0.000000 939.891357 0.000000 0.385112 0.000000 -0.922870 0.322450 0.322450 0.322450 + count=23 + transform="5629.658691 0.000000 1221.487671 0.000000 0.127063 0.000000 -0.991895 0.209405 0.209405 0.209405 +5626.511719 0.000000 1206.681885 0.000000 0.430626 0.000000 -0.902531 0.207363 0.207363 0.207363 +5657.237793 0.000000 1192.330811 0.000000 0.032337 0.000000 -0.999477 0.210101 0.210101 0.210101 +5659.131348 0.000000 1202.293091 0.000000 0.231344 0.000000 -0.972872 0.208814 0.208814 0.208814 +5637.119141 0.000000 1202.606079 0.000000 0.397908 0.000000 -0.917425 0.207743 0.207743 0.207743 +5659.932617 0.000000 1206.441528 0.000000 0.511875 0.000000 -0.859060 0.206837 0.206837 0.206837 +5636.755371 0.000000 1214.044556 0.000000 0.739412 0.000000 -0.673253 0.204979 0.204979 0.204979 +5643.406250 0.000000 1219.242676 0.000000 0.204532 0.000000 -0.978860 0.209166 0.209166 0.209166 +5644.526855 0.000000 1209.217651 0.000000 0.532085 0.000000 -0.846691 0.206857 0.206857 0.206857 +7450.685059 0.000000 939.891357 0.000000 0.385112 0.000000 -0.922870 0.322450 0.322450 0.322450 7446.437012 0.000000 936.145081 0.000000 0.178958 0.000000 -0.983857 0.325366 0.325366 0.325366 7451.358398 0.000000 941.391174 0.000000 0.771282 0.000000 -0.636494 0.312118 0.312118 0.312118 7450.909668 0.000000 938.960510 0.000000 0.606627 0.000000 -0.794986 0.317551 0.317551 0.317551 diff --git a/gfx/map/map_object_data/generated/european_dynamic_farmland_objects_generator_1.txt b/gfx/map/map_object_data/generated/european_dynamic_farmland_objects_generator_1.txt index b434dbc4..f1a371f5 100644 --- a/gfx/map/map_object_data/generated/european_dynamic_farmland_objects_generator_1.txt +++ b/gfx/map/map_object_data/generated/european_dynamic_farmland_objects_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="farms_dynamic" pdxmesh="european_province_farm_01_mesh" - count=164 + count=179 transform="1.017608 0.000000 3246.302490 0.000000 0.065749 0.000000 0.997836 0.000000 0.000000 0.000000 63.586391 0.000000 3273.043945 0.000000 0.652683 0.000000 0.757631 1.000000 1.000000 1.000000 0.156715 0.000000 3274.509521 0.000000 0.485787 0.000000 0.874077 0.000000 0.000000 0.000000 @@ -170,6 +170,21 @@ 346.122345 0.000000 3399.870850 0.000000 0.269848 0.000000 0.962903 1.000000 1.000000 1.000000 351.825958 0.000000 3397.184814 0.000000 0.390104 0.000000 0.920771 1.000000 1.000000 1.000000 337.664764 0.000000 3395.718506 0.000000 0.200559 0.000000 0.979682 0.000000 0.000000 0.000000 +5370.807129 0.000000 627.982666 0.000000 0.419773 0.000000 0.907629 0.000000 0.000000 0.000000 +5350.535645 0.000000 820.289368 0.000000 0.322861 0.000000 0.946446 0.000000 0.000000 0.000000 +5353.967773 0.000000 820.599182 0.000000 0.576891 0.000000 0.816821 0.000000 0.000000 0.000000 +5545.385742 0.000000 767.215027 0.000000 0.177536 0.000000 0.984114 0.000000 0.000000 0.000000 +5539.765137 0.000000 760.144104 0.000000 0.324350 0.000000 0.945937 0.000000 0.000000 0.000000 +5530.074219 0.000000 764.813293 0.000000 0.522469 0.000000 0.852658 0.000000 0.000000 0.000000 +5533.237305 0.000000 767.819092 0.000000 0.210008 0.000000 0.977700 1.000000 1.000000 1.000000 +5538.857422 0.000000 763.425781 0.000000 0.397425 0.000000 0.917635 1.000000 1.000000 1.000000 +5406.236816 0.000000 843.311157 0.000000 0.526601 0.000000 0.850113 0.000000 0.000000 0.000000 +5503.586426 0.000000 844.215820 0.000000 0.421553 0.000000 0.906804 0.000000 0.000000 0.000000 +5465.283691 0.000000 812.398987 0.000000 0.185931 0.000000 0.982563 0.000000 0.000000 0.000000 +5399.491699 0.000000 847.897156 0.000000 0.583341 0.000000 0.812228 0.000000 0.000000 0.000000 +5455.130859 0.000000 886.637390 0.000000 0.047719 0.000000 0.998861 0.000000 0.000000 0.000000 +5501.248047 0.000000 893.267700 0.000000 0.472314 0.000000 0.881430 0.000000 0.000000 0.000000 +5588.569336 0.000000 796.167725 0.000000 0.601919 0.000000 0.798557 0.000000 0.000000 0.000000 "} object={ name="european_dynamic_farmland_objects_generator_1_1" @@ -178,7 +193,7 @@ object={ generated_content=yes layer="farms_dynamic" pdxmesh="european_province_farm_02_mesh" - count=180 + count=203 transform="4.458565 0.000000 3274.075439 0.000000 0.826960 0.000000 0.562261 0.000000 0.000000 0.000000 48.024090 0.000000 3272.144287 0.000000 0.731592 0.000000 0.681742 1.000000 1.000000 1.000000 45.386604 0.000000 3274.316406 0.000000 0.960536 0.000000 0.278157 0.000000 0.000000 0.000000 @@ -359,6 +374,29 @@ object={ 338.190613 0.000000 3398.584717 0.000000 0.713022 0.000000 0.701141 0.000000 0.000000 0.000000 349.020508 0.000000 3401.892822 0.000000 0.970213 0.000000 0.242255 1.000000 1.000000 1.000000 355.200439 0.000000 3401.859375 0.000000 0.771519 0.000000 0.636207 1.000000 1.000000 1.000000 +5268.968750 0.000000 673.453247 0.000000 0.952671 0.000000 0.304002 0.000000 0.000000 0.000000 +5297.272949 0.000000 654.953064 0.000000 0.959985 0.000000 0.280051 0.000000 0.000000 0.000000 +5341.530273 0.000000 818.073608 0.000000 0.956569 0.000000 0.291506 0.000000 0.000000 0.000000 +5390.007324 0.000000 765.187073 0.000000 0.888086 0.000000 0.459677 0.000000 0.000000 0.000000 +5408.032227 0.000000 771.234741 0.000000 0.740004 0.000000 0.672602 0.000000 0.000000 0.000000 +5560.065918 0.000000 759.659485 0.000000 0.939510 0.000000 0.342522 0.000000 0.000000 0.000000 +5545.563477 0.000000 760.787903 0.000000 0.927364 0.000000 0.374159 0.000000 0.000000 0.000000 +5567.487305 0.000000 764.524597 0.000000 0.916836 0.000000 0.399263 0.000000 0.000000 0.000000 +5552.541992 0.000000 756.882141 0.000000 0.822523 0.000000 0.568732 0.000000 0.000000 0.000000 +5559.107910 0.000000 779.498169 0.000000 0.987508 0.000000 0.157571 1.000000 1.000000 1.000000 +5549.434082 0.000000 764.026123 0.000000 0.874382 0.000000 0.485239 0.000000 0.000000 0.000000 +5549.311035 0.000000 768.646790 0.000000 0.782300 0.000000 0.622901 0.000000 0.000000 0.000000 +5396.968750 0.000000 842.906372 0.000000 0.842262 0.000000 0.539069 0.000000 0.000000 0.000000 +5487.722656 0.000000 835.100891 0.000000 0.987561 0.000000 0.157236 0.000000 0.000000 0.000000 +5494.864258 0.000000 845.779907 0.000000 0.691884 0.000000 0.722008 0.000000 0.000000 0.000000 +5467.131348 0.000000 806.902405 0.000000 0.825439 0.000000 0.564492 0.000000 0.000000 0.000000 +5467.932617 0.000000 811.050903 0.000000 0.845520 0.000000 0.533943 0.000000 0.000000 0.000000 +5466.979980 0.000000 889.098450 0.000000 0.692878 0.000000 0.721055 0.000000 0.000000 0.000000 +5451.959473 0.000000 895.756470 0.000000 0.854844 0.000000 0.518885 0.000000 0.000000 0.000000 +5505.318848 0.000000 886.154053 0.000000 0.967297 0.000000 0.253647 0.000000 0.000000 0.000000 +5577.400879 0.000000 863.384766 0.000000 0.826673 0.000000 0.562683 0.000000 0.000000 0.000000 +5588.569336 0.000000 852.652100 0.000000 0.888185 0.000000 0.459486 0.000000 0.000000 0.000000 +5587.771973 0.000000 869.891052 0.000000 0.931810 0.000000 0.362946 0.000000 0.000000 0.000000 "} object={ name="european_dynamic_farmland_objects_generator_1_2" @@ -367,7 +405,7 @@ object={ generated_content=yes layer="farms_dynamic" pdxmesh="european_province_subfarm_01_mesh" - count=171 + count=188 transform="1.319075 0.000000 3258.497803 0.000000 0.954899 0.000000 -0.296931 0.000000 0.000000 0.000000 58.368271 0.000000 3271.535400 0.000000 0.995765 0.000000 -0.091935 1.000000 1.000000 1.000000 0.255028 0.000000 3266.750244 0.000000 0.942520 0.000000 -0.334148 0.000000 0.000000 0.000000 @@ -539,6 +577,23 @@ object={ 357.432404 0.000000 3400.089600 0.000000 0.975303 0.000000 -0.220873 0.000000 0.000000 0.000000 345.237579 0.000000 3395.221436 0.000000 0.903185 0.000000 -0.429251 1.000000 1.000000 1.000000 348.431702 0.000000 3396.570312 0.000000 0.963354 0.000000 -0.268232 1.000000 1.000000 1.000000 +5353.385742 0.000000 823.699402 0.000000 0.992759 0.000000 -0.120123 0.000000 0.000000 0.000000 +5347.765137 0.000000 816.628479 0.000000 0.990346 0.000000 -0.138615 1.000000 1.000000 1.000000 +5396.968750 0.000000 786.421997 0.000000 0.963147 0.000000 -0.268976 0.000000 0.000000 0.000000 +5414.230957 0.000000 772.825928 0.000000 0.960047 0.000000 -0.279840 0.000000 0.000000 0.000000 +5398.478027 0.000000 769.190186 0.000000 0.974819 0.000000 -0.222999 0.000000 0.000000 0.000000 +5535.758301 0.000000 764.456482 0.000000 0.991927 0.000000 -0.126810 0.000000 0.000000 0.000000 +5542.535645 0.000000 763.804993 0.000000 0.997650 0.000000 -0.068519 1.000000 1.000000 1.000000 +5545.967773 0.000000 764.114807 0.000000 0.880405 0.000000 -0.474223 1.000000 1.000000 1.000000 +5401.621582 0.000000 838.656128 0.000000 0.963846 0.000000 -0.266458 0.000000 0.000000 0.000000 +5498.368164 0.000000 842.707214 0.000000 0.967285 0.000000 -0.253693 0.000000 0.000000 0.000000 +5484.662598 0.000000 841.361450 0.000000 0.995760 0.000000 -0.091986 0.000000 0.000000 0.000000 +5463.293457 0.000000 814.346008 0.000000 0.871306 0.000000 -0.490739 0.000000 0.000000 0.000000 +5451.941895 0.000000 889.069641 0.000000 0.999635 0.000000 0.026998 0.000000 0.000000 0.000000 +5580.978516 0.000000 848.001587 0.000000 0.910920 0.000000 -0.412583 0.000000 0.000000 0.000000 +5586.127930 0.000000 860.541687 0.000000 0.893985 0.000000 -0.448096 0.000000 0.000000 0.000000 +5583.272949 0.000000 869.184204 0.000000 0.907793 0.000000 -0.419419 0.000000 0.000000 0.000000 +5582.220703 0.000000 864.346558 0.000000 0.892753 0.000000 -0.450547 0.000000 0.000000 0.000000 "} object={ name="european_dynamic_farmland_objects_generator_1_3" @@ -547,7 +602,7 @@ object={ generated_content=yes layer="farms_dynamic" pdxmesh="european_province_subfarm_02_mesh" - count=179 + count=196 transform="44.662395 0.000000 3270.189453 0.000000 0.492927 0.000000 -0.870071 0.000000 0.000000 0.000000 1.884608 0.000000 3270.661865 0.000000 0.354500 0.000000 -0.935056 0.000000 0.000000 0.000000 51.402554 0.000000 3273.576660 0.000000 0.450373 0.000000 -0.892841 1.000000 1.000000 1.000000 @@ -727,6 +782,23 @@ object={ 341.668732 0.000000 3398.851318 0.000000 0.773705 0.000000 -0.633546 0.000000 0.000000 0.000000 335.831329 0.000000 3393.234375 0.000000 0.445234 0.000000 -0.895414 1.000000 1.000000 1.000000 355.104156 0.000000 3397.604492 0.000000 0.625334 0.000000 -0.780357 0.000000 0.000000 0.000000 +5295.722656 0.000000 665.647766 0.000000 0.360493 0.000000 -0.932762 0.000000 0.000000 0.000000 +5361.272949 0.000000 654.953064 0.000000 0.469969 0.000000 -0.882683 0.000000 0.000000 0.000000 +5367.638184 0.000000 637.071594 0.000000 0.571098 0.000000 -0.820882 0.000000 0.000000 0.000000 +5279.453613 0.000000 807.511353 0.000000 0.697141 0.000000 -0.716934 0.000000 0.000000 0.000000 +5274.122559 0.000000 801.589661 0.000000 0.608463 0.000000 -0.793583 0.000000 0.000000 0.000000 +5338.074219 0.000000 821.297668 0.000000 0.400964 0.000000 -0.916094 0.000000 0.000000 0.000000 +5366.381836 0.000000 820.108887 0.000000 0.558638 0.000000 -0.829411 0.000000 0.000000 0.000000 +5360.580566 0.000000 821.221985 0.000000 0.318115 0.000000 -0.948052 0.000000 0.000000 0.000000 +5390.875488 0.000000 779.058899 0.000000 0.581378 0.000000 -0.813633 0.000000 0.000000 0.000000 +5563.211426 0.000000 763.915039 0.000000 0.409525 0.000000 -0.912299 0.000000 0.000000 0.000000 +5549.375000 0.000000 759.218567 0.000000 0.739315 0.000000 -0.673360 0.000000 0.000000 0.000000 +5401.505859 0.000000 844.552979 0.000000 0.391938 0.000000 -0.919991 0.000000 0.000000 0.000000 +5488.205566 0.000000 847.239990 0.000000 0.348843 0.000000 -0.937181 0.000000 0.000000 0.000000 +5463.890625 0.000000 809.838928 0.000000 0.758835 0.000000 -0.651283 0.000000 0.000000 0.000000 +5491.456055 0.000000 841.069519 0.000000 0.392198 0.000000 -0.919881 0.000000 0.000000 0.000000 +5508.458496 0.000000 845.247192 0.000000 0.812558 0.000000 -0.582880 0.000000 0.000000 0.000000 +5587.007324 0.000000 865.343994 0.000000 0.504556 0.000000 -0.863379 0.000000 0.000000 0.000000 "} object={ name="european_dynamic_farmland_objects_generator_1_4" @@ -735,7 +807,7 @@ object={ generated_content=yes layer="farms_dynamic" pdxmesh="windmill_01_mesh" - count=90 + count=97 transform="48.205395 0.000000 3276.068115 0.000000 0.269272 0.000000 -0.963064 0.000000 0.000000 0.000000 3.505235 0.000000 3263.035645 0.000000 0.128831 0.000000 -0.991667 0.000000 0.000000 0.000000 68.458565 0.000000 3274.075439 0.000000 0.110938 0.000000 -0.993827 1.000000 1.000000 1.000000 @@ -826,4 +898,11 @@ object={ 338.283539 0.000000 3390.195312 0.000000 0.012082 0.000000 -0.999927 0.000000 0.000000 0.000000 345.661163 0.000000 3392.128662 0.000000 0.252475 0.000000 -0.967603 0.000000 0.000000 0.000000 349.958832 0.000000 3399.262939 0.000000 0.232132 0.000000 -0.972684 1.000000 1.000000 1.000000 +5353.563477 0.000000 817.272278 0.000000 0.110546 0.000000 -0.993871 0.000000 0.000000 0.000000 +5357.434082 0.000000 820.510498 0.000000 0.137255 0.000000 -0.990536 0.000000 0.000000 0.000000 +5350.893555 0.000000 866.712952 0.000000 0.052402 0.000000 -0.998626 0.000000 0.000000 0.000000 +5396.089355 0.000000 835.598145 0.000000 0.042022 0.000000 -0.999117 0.000000 0.000000 0.000000 +5488.023926 0.000000 843.316284 0.000000 0.248877 0.000000 -0.968535 0.000000 0.000000 0.000000 +5565.512207 0.000000 790.807434 0.000000 0.235625 0.000000 -0.971844 0.000000 0.000000 0.000000 +5605.432617 0.000000 858.292664 0.000000 0.270618 0.000000 -0.962687 0.000000 0.000000 0.000000 "} diff --git a/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_1.txt b/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_1.txt index 2baeb96a..62788876 100644 --- a/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_1.txt +++ b/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_1.txt @@ -5,8 +5,10 @@ generated_content=yes layer="forestry_dynamic" pdxmesh="generic_rural_forestry_camp_01_mesh" - count=0 -} + count=2 + transform="5232.205566 0.000000 734.271240 0.000000 0.276466 0.000000 0.961024 0.000000 0.000000 0.000000 +5212.793945 0.000000 737.138672 0.000000 0.705402 0.000000 0.708807 0.000000 0.000000 0.000000 +"} object={ name="european_dynamic_forestry_objects_generator_1_1" clamp_to_water_level=no @@ -14,5 +16,6 @@ object={ generated_content=yes layer="forestry_dynamic" pdxmesh="generic_rural_forestry_camp_02_mesh" - count=0 -} + count=1 + transform="5204.968750 0.000000 729.937622 0.000000 0.123798 0.000000 -0.992307 0.000000 0.000000 0.000000 +"} diff --git a/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_2.txt b/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_2.txt index 7bdc8a61..b780d0da 100644 --- a/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_2.txt +++ b/gfx/map/map_object_data/generated/european_dynamic_forestry_objects_generator_2.txt @@ -5,5 +5,19 @@ generated_content=yes layer="forestry_dynamic" pdxmesh="generic_forestry_lumberpile_02_mesh" - count=0 -} + count=14 + transform="5205.705078 0.000000 704.680176 0.000000 0.601270 0.000000 -0.799046 0.500000 0.500000 0.500000 +5198.007324 0.000000 708.702698 0.000000 0.875975 0.000000 0.482356 0.500000 0.500000 0.500000 +5214.236816 0.000000 730.342407 0.000000 0.804673 0.000000 0.593719 0.500000 0.500000 0.500000 +5235.456055 0.000000 728.100769 0.000000 0.840163 0.000000 0.542334 0.500000 0.500000 0.500000 +5225.260742 0.000000 722.034668 0.000000 0.372171 0.000000 -0.928164 0.500000 0.500000 0.500000 +5209.621582 0.000000 725.687378 0.000000 0.866557 0.000000 -0.499078 0.500000 0.500000 0.500000 +5209.505859 0.000000 731.584229 0.000000 0.343201 0.000000 -0.939262 0.500000 0.500000 0.500000 +5218.932617 0.000000 731.889404 0.000000 0.913270 0.000000 -0.407356 0.500000 0.500000 0.500000 +5202.817383 0.000000 708.256409 0.000000 0.768041 0.000000 -0.640400 0.500000 0.500000 0.500000 +5217.947754 0.000000 727.286011 0.000000 0.111454 0.000000 -0.993770 0.500000 0.500000 0.500000 +5232.023926 0.000000 730.347534 0.000000 0.910560 0.000000 0.413378 0.500000 0.500000 0.500000 +5225.322754 0.000000 726.088135 0.000000 0.793182 0.000000 0.608985 0.500000 0.500000 0.500000 +5207.491699 0.000000 734.928406 0.000000 0.788707 0.000000 -0.614770 0.500000 0.500000 0.500000 +5234.318359 0.000000 734.502747 0.000000 0.794652 0.000000 0.607065 0.500000 0.500000 0.500000 +"} diff --git a/gfx/map/map_object_data/generated/iceberg_generator_1.txt b/gfx/map/map_object_data/generated/iceberg_generator_1.txt index 8ab810f3..7d5f50e0 100644 --- a/gfx/map/map_object_data/generated/iceberg_generator_1.txt +++ b/gfx/map/map_object_data/generated/iceberg_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic" pdxmesh="iceberg_01_mesh" - count=19 + count=102 transform="3273.400879 0.000000 129.087875 0.000000 0.942796 0.000000 0.333371 1.000000 1.000000 1.000000 3268.048096 0.000000 121.318817 0.000000 0.434600 0.000000 0.900623 1.000000 1.000000 1.000000 3267.837158 0.000000 136.530838 0.000000 0.692164 0.000000 0.721740 1.000000 1.000000 1.000000 @@ -21,6 +21,89 @@ 3527.914795 0.000000 3560.352539 0.000000 0.921612 0.000000 0.388112 1.000000 1.000000 1.000000 3586.396484 0.000000 3503.893311 0.000000 0.936566 0.000000 0.350492 1.000000 1.000000 1.000000 3592.407471 0.000000 3509.843506 0.000000 0.636993 0.000000 0.770870 1.000000 1.000000 1.000000 +4198.893555 0.000000 19.447336 0.000000 0.573541 0.000000 0.819177 1.000000 1.000000 1.000000 +4195.765137 0.000000 25.847248 0.000000 0.529416 0.000000 0.848363 1.000000 1.000000 1.000000 +4186.709961 0.000000 37.039940 0.000000 0.662764 0.000000 0.748828 1.000000 1.000000 1.000000 +4189.237305 0.000000 33.522213 0.000000 0.772303 0.000000 0.635255 1.000000 1.000000 1.000000 +4191.453613 0.000000 73.214500 0.000000 0.471632 0.000000 0.881795 1.000000 1.000000 1.000000 +4186.122559 0.000000 67.292755 0.000000 0.429516 0.000000 0.903059 1.000000 1.000000 1.000000 +4198.893555 0.000000 75.931709 0.000000 0.948229 0.000000 0.317588 1.000000 1.000000 1.000000 +4185.237793 0.000000 62.643272 0.000000 0.187967 0.000000 0.982175 1.000000 1.000000 1.000000 +4192.426758 0.000000 68.922188 0.000000 0.783422 0.000000 0.621490 1.000000 1.000000 1.000000 +4196.276367 0.000000 146.215500 0.000000 0.795227 0.000000 0.606312 1.000000 1.000000 1.000000 +4194.015137 0.000000 133.464279 0.000000 0.854713 0.000000 0.519102 1.000000 1.000000 1.000000 +4180.968750 0.000000 221.578217 0.000000 0.740189 0.000000 0.672399 1.000000 1.000000 1.000000 +4194.015137 0.000000 189.948654 0.000000 0.886093 0.000000 0.463507 1.000000 1.000000 1.000000 +4189.237305 0.000000 202.975342 0.000000 0.683352 0.000000 0.730089 1.000000 1.000000 1.000000 +4457.385742 0.000000 32.918129 0.000000 0.083749 0.000000 0.996487 1.000000 1.000000 1.000000 +4442.074219 0.000000 30.516434 0.000000 0.120006 0.000000 0.992773 1.000000 1.000000 1.000000 +4452.276367 0.000000 33.246750 0.000000 0.253925 0.000000 0.967224 1.000000 1.000000 1.000000 +4428.552734 0.000000 26.194050 0.000000 0.276621 0.000000 0.960979 1.000000 1.000000 1.000000 +4506.979980 0.000000 41.832813 0.000000 0.623838 0.000000 0.781554 1.000000 1.000000 1.000000 +4489.203613 0.000000 35.700775 0.000000 0.535616 0.000000 0.844462 1.000000 1.000000 1.000000 +4541.248047 0.000000 46.002056 0.000000 0.713114 0.000000 0.701048 1.000000 1.000000 1.000000 +4501.208496 0.000000 39.879234 0.000000 0.391866 0.000000 0.920022 1.000000 1.000000 1.000000 +4484.763672 0.000000 36.192204 0.000000 0.890544 0.000000 0.454897 1.000000 1.000000 1.000000 +4511.334473 0.000000 40.985420 0.000000 0.923560 0.000000 0.383453 1.000000 1.000000 1.000000 +4531.213867 0.000000 46.257217 0.000000 0.550884 0.000000 0.834582 1.000000 1.000000 1.000000 +4564.968750 0.000000 52.125099 0.000000 0.939851 0.000000 0.341585 1.000000 1.000000 1.000000 +4541.512207 0.000000 56.510555 0.000000 0.187093 0.000000 0.982342 1.000000 1.000000 1.000000 +4572.793945 0.000000 59.326149 0.000000 0.826452 0.000000 0.563007 1.000000 1.000000 1.000000 +4584.832520 0.000000 59.985531 0.000000 0.320771 0.000000 0.947157 1.000000 1.000000 1.000000 +4567.491699 0.000000 57.115894 0.000000 0.752941 0.000000 0.658089 1.000000 1.000000 1.000000 +4589.943359 0.000000 58.839302 0.000000 0.524272 0.000000 0.851551 1.000000 1.000000 1.000000 +4580.045898 0.000000 61.759289 0.000000 0.394099 0.000000 0.919068 1.000000 1.000000 1.000000 +4183.890625 0.000000 244.995193 0.000000 0.468217 0.000000 0.883614 1.000000 1.000000 1.000000 +4193.210449 0.000000 270.810822 0.000000 0.850134 0.000000 0.526567 1.000000 1.000000 1.000000 +4175.272949 0.000000 304.340424 0.000000 0.041839 0.000000 0.999124 1.000000 1.000000 1.000000 +4602.368164 0.000000 277.863464 0.000000 0.866661 0.000000 0.498897 1.000000 1.000000 1.000000 +4602.807129 0.000000 289.076416 0.000000 0.571509 0.000000 0.820596 1.000000 1.000000 1.000000 +4607.958008 0.000000 303.320862 0.000000 0.867024 0.000000 0.498267 1.000000 1.000000 1.000000 +4592.541992 0.000000 305.007141 0.000000 0.725237 0.000000 0.688500 1.000000 1.000000 1.000000 +4586.009766 0.000000 337.358521 0.000000 0.586294 0.000000 0.810098 1.000000 1.000000 1.000000 +4566.937012 0.000000 296.849243 0.000000 0.871780 0.000000 0.489897 1.000000 1.000000 1.000000 +4646.893555 0.000000 245.384842 0.000000 0.927740 0.000000 0.373228 1.000000 1.000000 1.000000 +4658.318359 0.000000 226.143387 0.000000 0.370974 0.000000 0.928643 1.000000 1.000000 1.000000 +4687.130859 0.000000 265.309296 0.000000 0.766665 0.000000 0.642047 1.000000 1.000000 1.000000 +4690.127930 0.000000 239.213562 0.000000 0.945911 0.000000 0.324427 1.000000 1.000000 1.000000 +4625.256836 0.000000 317.136749 0.000000 0.759058 0.000000 0.651023 1.000000 1.000000 1.000000 +4698.122559 0.000000 293.230255 0.000000 0.184007 0.000000 0.982925 1.000000 1.000000 1.000000 +4712.763184 0.000000 297.544067 0.000000 0.465451 0.000000 0.885074 1.000000 1.000000 1.000000 +4691.771973 0.000000 305.047333 0.000000 0.855440 0.000000 0.517902 1.000000 1.000000 1.000000 +4740.032715 0.000000 257.549103 0.000000 0.745965 0.000000 0.665985 1.000000 1.000000 1.000000 +4766.530273 0.000000 249.397568 0.000000 0.853008 0.000000 0.521897 1.000000 1.000000 1.000000 +4771.765137 0.000000 251.784744 0.000000 0.912649 0.000000 0.408745 1.000000 1.000000 1.000000 +4772.276367 0.000000 259.184265 0.000000 0.741522 0.000000 0.670929 1.000000 1.000000 1.000000 +4761.505859 0.000000 279.709198 0.000000 0.422729 0.000000 0.906256 1.000000 1.000000 1.000000 +4744.407715 0.000000 290.234222 0.000000 0.943630 0.000000 0.331002 1.000000 1.000000 1.000000 +5286.230957 0.000000 433.919678 0.000000 0.946178 0.000000 0.323647 1.000000 1.000000 1.000000 +5296.205566 0.000000 451.849365 0.000000 0.662431 0.000000 0.749123 1.000000 1.000000 1.000000 +5279.758301 0.000000 425.550262 0.000000 0.889216 0.000000 0.457487 1.000000 1.000000 1.000000 +5263.272949 0.000000 417.309174 0.000000 0.337754 0.000000 0.941235 1.000000 1.000000 1.000000 +5278.530273 0.000000 418.850677 0.000000 0.326158 0.000000 0.945315 1.000000 1.000000 1.000000 +5292.760254 0.000000 433.895752 0.000000 0.912571 0.000000 0.408917 1.000000 1.000000 1.000000 +5303.107910 0.000000 440.591919 0.000000 0.633966 0.000000 0.773361 1.000000 1.000000 1.000000 +5274.074219 0.000000 425.907043 0.000000 0.780340 0.000000 0.625355 1.000000 1.000000 1.000000 +5260.552734 0.000000 421.584686 0.000000 0.879826 0.000000 0.475296 1.000000 1.000000 1.000000 +5266.817383 0.000000 425.834534 0.000000 0.348151 0.000000 0.937439 1.000000 1.000000 1.000000 +5267.771973 0.000000 418.016083 0.000000 0.938526 0.000000 0.345207 1.000000 1.000000 1.000000 +5302.864258 0.000000 450.389252 0.000000 0.850992 0.000000 0.525179 1.000000 1.000000 1.000000 +5277.237305 0.000000 428.912842 0.000000 0.410291 0.000000 0.911955 1.000000 1.000000 1.000000 +5299.213867 0.000000 441.647827 0.000000 0.162736 0.000000 0.986670 1.000000 1.000000 1.000000 +5296.023926 0.000000 447.925659 0.000000 0.620369 0.000000 0.784310 1.000000 1.000000 1.000000 +5293.516602 0.000000 466.608307 0.000000 0.193901 0.000000 0.981021 1.000000 1.000000 1.000000 +5306.807129 0.000000 458.529541 0.000000 0.635439 0.000000 0.772151 1.000000 1.000000 1.000000 +5292.062988 0.000000 460.864136 0.000000 0.454394 0.000000 0.890801 1.000000 1.000000 1.000000 +5306.511719 0.000000 472.384979 0.000000 0.429255 0.000000 0.903183 1.000000 1.000000 1.000000 +5309.212891 0.000000 477.266785 0.000000 0.586312 0.000000 0.810085 1.000000 1.000000 1.000000 +5298.318359 0.000000 452.080902 0.000000 0.397162 0.000000 0.917749 1.000000 1.000000 1.000000 +5294.042969 0.000000 457.729675 0.000000 0.316077 0.000000 0.948734 1.000000 1.000000 1.000000 +5313.451172 0.000000 464.050629 0.000000 0.927426 0.000000 0.374006 1.000000 1.000000 1.000000 +5333.705078 0.000000 478.742706 0.000000 0.494858 0.000000 0.868974 1.000000 1.000000 1.000000 +5327.272949 0.000000 473.793549 0.000000 0.924370 0.000000 0.381497 1.000000 1.000000 1.000000 +5331.771973 0.000000 474.500458 0.000000 0.084004 0.000000 0.996465 1.000000 1.000000 1.000000 +5329.260254 0.000000 478.332153 0.000000 0.291703 0.000000 0.956509 1.000000 1.000000 1.000000 +5318.424805 0.000000 472.235168 0.000000 0.632678 0.000000 0.774415 1.000000 1.000000 1.000000 4713.563477 0.000000 3472.037842 0.000000 0.433471 0.000000 0.901168 1.000000 1.000000 1.000000 4743.671387 0.000000 3470.403320 0.000000 0.834838 0.000000 0.550495 1.000000 1.000000 1.000000 4740.032715 0.000000 3477.158447 0.000000 0.643010 0.000000 0.765858 1.000000 1.000000 1.000000 @@ -33,7 +116,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="iceberg_02_mesh" - count=8 + count=59 transform="3275.786377 0.000000 118.021675 0.000000 0.990721 0.000000 0.135911 1.000000 1.000000 1.000000 3583.487305 0.000000 3475.774658 0.000000 0.855963 0.000000 -0.517038 1.000000 1.000000 1.000000 3556.045898 0.000000 3450.821777 0.000000 0.907162 0.000000 -0.420781 1.000000 1.000000 1.000000 @@ -42,6 +125,57 @@ object={ 3476.569336 0.000000 3563.902100 0.000000 0.859760 0.000000 -0.510699 1.000000 1.000000 1.000000 3479.491943 0.000000 3559.147217 0.000000 0.862549 0.000000 -0.505973 1.000000 1.000000 1.000000 3602.283447 0.000000 3503.164062 0.000000 0.974828 0.000000 0.222960 1.000000 1.000000 1.000000 +4191.758301 0.000000 30.159634 0.000000 0.964318 0.000000 -0.264745 1.000000 1.000000 1.000000 +4190.530273 0.000000 23.460066 0.000000 0.968826 0.000000 0.247741 1.000000 1.000000 1.000000 +4186.074219 0.000000 30.516434 0.000000 0.999829 0.000000 0.018506 1.000000 1.000000 1.000000 +4194.015137 0.000000 20.495529 0.000000 0.986405 0.000000 0.164334 1.000000 1.000000 1.000000 +4204.662598 0.000000 107.064575 0.000000 0.856407 0.000000 -0.516302 1.000000 1.000000 1.000000 +4212.365234 0.000000 95.750626 0.000000 0.973469 0.000000 -0.228818 1.000000 1.000000 1.000000 +4202.009766 0.000000 111.421028 0.000000 0.993832 0.000000 0.110896 1.000000 1.000000 1.000000 +4188.793945 0.000000 115.810524 0.000000 0.966974 0.000000 0.254874 1.000000 1.000000 1.000000 +4193.210449 0.000000 157.842072 0.000000 0.991187 0.000000 0.132474 1.000000 1.000000 1.000000 +4194.900879 0.000000 113.033478 0.000000 0.973727 0.000000 -0.227720 1.000000 1.000000 1.000000 +4202.009766 0.000000 167.905396 0.000000 0.994086 0.000000 0.108598 1.000000 1.000000 1.000000 +4175.130859 0.000000 208.824905 0.000000 0.865949 0.000000 -0.500132 1.000000 1.000000 1.000000 +4182.478027 0.000000 204.346405 0.000000 0.903857 0.000000 -0.427835 1.000000 1.000000 1.000000 +4183.491699 0.000000 170.084641 0.000000 0.890754 0.000000 -0.454487 1.000000 1.000000 1.000000 +4447.758301 0.000000 30.159634 0.000000 0.882808 0.000000 -0.469734 1.000000 1.000000 1.000000 +4448.032227 0.000000 36.937885 0.000000 0.996609 0.000000 0.082282 1.000000 1.000000 1.000000 +4417.017578 0.000000 26.693058 0.000000 0.928078 0.000000 -0.372387 1.000000 1.000000 1.000000 +4477.658691 0.000000 35.315750 0.000000 0.992785 0.000000 0.119909 1.000000 1.000000 1.000000 +4538.368164 0.000000 51.925949 0.000000 0.813047 0.000000 -0.582198 1.000000 1.000000 1.000000 +4535.107910 0.000000 45.201309 0.000000 0.980815 0.000000 -0.194939 1.000000 1.000000 1.000000 +4544.254883 0.000000 47.140881 0.000000 0.996819 0.000000 -0.079697 1.000000 1.000000 1.000000 +4553.641113 0.000000 53.187851 0.000000 0.983354 0.000000 -0.181701 1.000000 1.000000 1.000000 +4569.505859 0.000000 53.771706 0.000000 0.973912 0.000000 -0.226927 1.000000 1.000000 1.000000 +4574.953613 0.000000 56.252522 0.000000 0.971767 0.000000 -0.235943 1.000000 1.000000 1.000000 +4578.900879 0.000000 56.549099 0.000000 0.981402 0.000000 -0.191964 1.000000 1.000000 1.000000 +4576.618164 0.000000 59.849983 0.000000 0.981314 0.000000 0.192413 1.000000 1.000000 1.000000 +4180.569336 0.000000 231.323959 0.000000 0.993929 0.000000 0.110024 1.000000 1.000000 1.000000 +4188.793945 0.000000 285.263641 0.000000 0.894085 0.000000 -0.447897 1.000000 1.000000 1.000000 +4193.210449 0.000000 327.295197 0.000000 0.980022 0.000000 0.198891 1.000000 1.000000 1.000000 +4595.456055 0.000000 332.710144 0.000000 0.955483 0.000000 -0.295045 1.000000 1.000000 1.000000 +4605.292480 0.000000 351.465210 0.000000 0.998922 0.000000 -0.046428 1.000000 1.000000 1.000000 +4640.032227 0.000000 206.391006 0.000000 0.889032 0.000000 -0.457846 1.000000 1.000000 1.000000 +4679.671387 0.000000 194.309677 0.000000 0.982787 0.000000 -0.184743 1.000000 1.000000 1.000000 +4714.009766 0.000000 224.389771 0.000000 0.998046 0.000000 0.062487 1.000000 1.000000 1.000000 +4630.478027 0.000000 260.830780 0.000000 0.912468 0.000000 -0.409147 1.000000 1.000000 1.000000 +4643.765137 0.000000 251.784744 0.000000 0.993065 0.000000 -0.117566 1.000000 1.000000 1.000000 +4671.586426 0.000000 279.372070 0.000000 0.998871 0.000000 -0.047504 1.000000 1.000000 1.000000 +4745.203613 0.000000 261.638275 0.000000 0.864162 0.000000 -0.503214 1.000000 1.000000 1.000000 +5269.705078 0.000000 422.258331 0.000000 0.954172 0.000000 -0.299260 1.000000 1.000000 1.000000 +5295.722656 0.000000 439.710297 0.000000 0.970801 0.000000 0.239885 1.000000 1.000000 1.000000 +5271.890625 0.000000 414.448334 0.000000 0.977830 0.000000 -0.209398 1.000000 1.000000 1.000000 +5299.456055 0.000000 445.678894 0.000000 0.909987 0.000000 -0.414636 1.000000 1.000000 1.000000 +5290.009766 0.000000 450.327271 0.000000 0.988982 0.000000 0.148033 1.000000 1.000000 1.000000 +5274.364746 0.000000 420.951935 0.000000 0.968608 0.000000 0.248592 1.000000 1.000000 1.000000 +5265.260254 0.000000 421.847778 0.000000 0.996939 0.000000 -0.078189 1.000000 1.000000 1.000000 +5304.065918 0.000000 477.237579 0.000000 0.919178 0.000000 -0.393841 1.000000 1.000000 1.000000 +5297.519043 0.000000 458.204620 0.000000 0.958603 0.000000 -0.284747 1.000000 1.000000 1.000000 +5311.958008 0.000000 472.773987 0.000000 0.997067 0.000000 0.076537 1.000000 1.000000 1.000000 +5309.512207 0.000000 451.901184 0.000000 0.995906 0.000000 -0.090400 1.000000 1.000000 1.000000 +5302.816895 0.000000 453.125793 0.000000 0.972410 0.000000 -0.233278 1.000000 1.000000 1.000000 +5322.351562 0.000000 472.753967 0.000000 0.981307 0.000000 0.192451 1.000000 1.000000 1.000000 "} object={ name="iceberg_generator_1_2" @@ -50,7 +184,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="iceberg_03_mesh" - count=13 + count=65 transform="3265.451416 0.000000 125.144379 0.000000 0.362971 0.000000 -0.931800 1.000000 1.000000 1.000000 3560.015625 0.000000 3453.175537 0.000000 0.801184 0.000000 -0.598418 1.000000 1.000000 1.000000 3520.513916 0.000000 3461.627686 0.000000 0.097253 0.000000 -0.995260 1.000000 1.000000 1.000000 @@ -60,6 +194,58 @@ object={ 3460.048096 0.000000 3510.381348 0.000000 0.738197 0.000000 -0.674586 1.000000 1.000000 1.000000 3461.119141 0.000000 3518.465576 0.000000 0.731986 0.000000 -0.681320 1.000000 1.000000 1.000000 3585.884521 0.000000 3496.599365 0.000000 0.076074 0.000000 -0.997102 1.000000 1.000000 1.000000 +4190.236816 0.000000 52.529881 0.000000 0.792689 0.000000 -0.609626 1.000000 1.000000 1.000000 +4208.541992 0.000000 79.069641 0.000000 0.104327 0.000000 -0.994543 1.000000 1.000000 1.000000 +4211.456055 0.000000 106.772629 0.000000 0.220356 0.000000 -0.975419 1.000000 1.000000 1.000000 +4215.107910 0.000000 101.685684 0.000000 0.418419 0.000000 -0.908254 1.000000 1.000000 1.000000 +4204.083496 0.000000 76.545364 0.000000 0.761002 0.000000 -0.648750 1.000000 1.000000 1.000000 +4194.932617 0.000000 110.561295 0.000000 0.605875 0.000000 -0.795560 1.000000 1.000000 1.000000 +4195.991211 0.000000 72.210846 0.000000 0.693300 0.000000 -0.720649 1.000000 1.000000 1.000000 +4191.453613 0.000000 129.698883 0.000000 0.697989 0.000000 -0.716109 1.000000 1.000000 1.000000 +4191.758301 0.000000 143.128387 0.000000 0.477417 0.000000 -0.878677 1.000000 1.000000 1.000000 +4211.456055 0.000000 163.257004 0.000000 0.174627 0.000000 -0.984635 1.000000 1.000000 1.000000 +4186.122559 0.000000 180.261505 0.000000 0.578201 0.000000 -0.815895 1.000000 1.000000 1.000000 +4423.671387 0.000000 24.856552 0.000000 0.456013 0.000000 -0.889973 1.000000 1.000000 1.000000 +4465.272949 0.000000 33.624935 0.000000 0.268873 0.000000 -0.963176 1.000000 1.000000 1.000000 +4472.550781 0.000000 32.859169 0.000000 0.629737 0.000000 -0.776809 1.000000 1.000000 1.000000 +4461.434082 0.000000 29.729279 0.000000 0.610676 0.000000 -0.791881 1.000000 1.000000 1.000000 +4495.130859 0.000000 39.371784 0.000000 0.137943 0.000000 -0.990440 1.000000 1.000000 1.000000 +4527.722656 0.000000 44.319668 0.000000 0.274949 0.000000 -0.961459 1.000000 1.000000 1.000000 +4521.260742 0.000000 44.222187 0.000000 0.523646 0.000000 -0.851936 1.000000 1.000000 1.000000 +4543.586426 0.000000 53.434566 0.000000 0.452488 0.000000 -0.891770 1.000000 1.000000 1.000000 +4517.098633 0.000000 42.871002 0.000000 0.699096 0.000000 -0.715028 1.000000 1.000000 1.000000 +4480.163086 0.000000 34.746544 0.000000 0.651635 0.000000 -0.758533 1.000000 1.000000 1.000000 +4537.910645 0.000000 47.951035 0.000000 0.629585 0.000000 -0.776932 1.000000 1.000000 1.000000 +4555.959473 0.000000 48.490871 0.000000 0.358918 0.000000 -0.933369 1.000000 1.000000 1.000000 +4550.215332 0.000000 48.937634 0.000000 0.176085 0.000000 -0.984375 1.000000 1.000000 1.000000 +4558.953125 0.000000 53.971703 0.000000 0.385217 0.000000 -0.922826 1.000000 1.000000 1.000000 +4562.579102 0.000000 55.188900 0.000000 0.283585 0.000000 -0.958947 1.000000 1.000000 1.000000 +4593.519043 0.000000 62.814007 0.000000 0.172888 0.000000 -0.984941 1.000000 1.000000 1.000000 +4590.042969 0.000000 62.339043 0.000000 0.603250 0.000000 -0.797552 1.000000 1.000000 1.000000 +4182.478027 0.000000 260.830780 0.000000 0.102599 0.000000 -0.994723 1.000000 1.000000 1.000000 +4180.569336 0.000000 287.808319 0.000000 0.684742 0.000000 -0.728786 1.000000 1.000000 1.000000 +4198.535645 0.000000 311.929993 0.000000 0.141282 0.000000 -0.989969 1.000000 1.000000 1.000000 +4191.334473 0.000000 323.407288 0.000000 0.274962 0.000000 -0.961455 1.000000 1.000000 1.000000 +4594.584961 0.000000 310.316132 0.000000 0.476330 0.000000 -0.879267 1.000000 1.000000 1.000000 +4594.842773 0.000000 300.291809 0.000000 0.729480 0.000000 -0.684002 1.000000 1.000000 1.000000 +4605.524414 0.000000 355.975952 0.000000 0.567392 0.000000 -0.823448 1.000000 1.000000 1.000000 +4653.434082 0.000000 199.182404 0.000000 0.356191 0.000000 -0.934413 1.000000 1.000000 1.000000 +4638.236816 0.000000 278.467377 0.000000 0.786239 0.000000 -0.617923 1.000000 1.000000 1.000000 +4780.662598 0.000000 276.517700 0.000000 0.722236 0.000000 -0.691647 1.000000 1.000000 1.000000 +5292.662598 0.000000 445.970825 0.000000 0.519086 0.000000 -0.854722 1.000000 1.000000 1.000000 +5289.260742 0.000000 439.612823 0.000000 0.120112 0.000000 -0.992760 1.000000 1.000000 1.000000 +5284.276367 0.000000 428.637390 0.000000 0.656109 0.000000 -0.754666 1.000000 1.000000 1.000000 +5293.943359 0.000000 454.229919 0.000000 0.284955 0.000000 -0.958541 1.000000 1.000000 1.000000 +5301.994141 0.000000 473.161163 0.000000 0.406334 0.000000 -0.913725 1.000000 1.000000 1.000000 +5309.524414 0.000000 468.944702 0.000000 0.483308 0.000000 -0.875450 1.000000 1.000000 1.000000 +5310.270020 0.000000 456.306396 0.000000 0.226954 0.000000 -0.973905 1.000000 1.000000 1.000000 +5310.624512 0.000000 460.695129 0.000000 0.042271 0.000000 -0.999106 1.000000 1.000000 1.000000 +5319.671387 0.000000 476.731567 0.000000 0.103182 0.000000 -0.994663 1.000000 1.000000 1.000000 +5314.500488 0.000000 471.619080 0.000000 0.249494 0.000000 -0.968376 1.000000 1.000000 1.000000 +5313.017578 0.000000 478.568054 0.000000 0.789562 0.000000 -0.613671 1.000000 1.000000 1.000000 +5312.098633 0.000000 458.823975 0.000000 0.275919 0.000000 -0.961181 1.000000 1.000000 1.000000 +5317.119141 0.000000 468.309204 0.000000 0.362563 0.000000 -0.931959 1.000000 1.000000 1.000000 +5315.837402 0.000000 475.437073 0.000000 0.490071 0.000000 -0.871682 1.000000 1.000000 1.000000 4703.453613 0.000000 3462.277100 0.000000 0.785693 0.000000 -0.618617 1.000000 1.000000 1.000000 4703.758301 0.000000 3475.706543 0.000000 0.597652 0.000000 -0.801755 1.000000 1.000000 1.000000 4706.015137 0.000000 3466.042480 0.000000 0.055154 0.000000 -0.998478 1.000000 1.000000 1.000000 diff --git a/gfx/map/map_object_data/generated/oak_dense_generator_1.txt b/gfx/map/map_object_data/generated/oak_dense_generator_1.txt index dcda7fa6..9977fe9b 100644 --- a/gfx/map/map_object_data/generated/oak_dense_generator_1.txt +++ b/gfx/map/map_object_data/generated/oak_dense_generator_1.txt @@ -5,8 +5,539 @@ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_01_mesh" - count=0 -} + count=531 + transform="5033.563477 0.000000 760.787903 0.000000 0.296910 0.000000 0.954905 0.368500 0.368500 0.368500 +5007.272949 0.000000 756.215454 0.000000 0.483095 0.000000 0.875568 0.377739 0.377739 0.377739 +5001.203613 0.000000 769.997681 0.000000 0.246676 0.000000 0.969098 0.380600 0.380600 0.380600 +5028.276367 0.000000 767.543640 0.000000 0.491505 0.000000 0.870875 0.373084 0.373084 0.373084 +5009.256836 0.000000 769.011719 0.000000 0.177327 0.000000 0.984152 0.376916 0.376916 0.376916 +5004.552734 0.000000 760.490906 0.000000 0.454312 0.000000 0.890843 0.379803 0.379803 0.379803 +5006.875488 0.000000 779.058899 0.000000 0.002284 0.000000 0.999997 0.369926 0.369926 0.369926 +5026.932617 0.000000 788.373779 0.000000 0.030609 0.000000 0.999531 0.365624 0.365624 0.365624 +5026.015137 0.000000 754.792419 0.000000 0.556740 0.000000 0.830687 0.383112 0.383112 0.383112 +5013.668945 0.000000 744.085754 0.000000 0.084329 0.000000 0.996438 0.378106 0.378106 0.378106 +5009.260254 0.000000 760.754028 0.000000 0.479329 0.000000 0.877635 0.375617 0.375617 0.375617 +5051.211426 0.000000 763.915039 0.000000 0.014080 0.000000 0.999901 0.374116 0.374116 0.374116 +5023.334473 0.000000 775.282288 0.000000 0.263808 0.000000 0.964575 0.366798 0.366798 0.366798 +5005.506836 0.000000 770.111328 0.000000 0.383042 0.000000 0.923731 0.375596 0.375596 0.375596 +5040.023926 0.000000 786.831909 0.000000 0.004827 0.000000 0.999988 0.375996 0.375996 0.375996 +5036.412598 0.000000 776.570618 0.000000 0.213748 0.000000 0.976889 0.380036 0.380036 0.380036 +5015.293457 0.000000 757.861633 0.000000 0.307781 0.000000 0.951457 0.373934 0.373934 0.373934 +5043.402344 0.000000 788.264099 0.000000 0.460735 0.000000 0.887538 0.382171 0.382171 0.382171 +5030.346680 0.000000 788.554565 0.000000 0.010203 0.000000 0.999948 0.360260 0.360260 0.360260 +5034.288574 0.000000 757.444702 0.000000 0.401919 0.000000 0.915675 0.376657 0.376657 0.376657 +5037.386719 0.000000 789.003906 0.000000 0.206326 0.000000 0.978483 0.365292 0.365292 0.365292 +5030.581055 0.000000 769.421326 0.000000 0.512030 0.000000 0.858968 0.373946 0.373946 0.373946 +5025.448730 0.000000 757.593689 0.000000 0.527128 0.000000 0.849786 0.379362 0.379362 0.379362 +4999.437500 0.000000 789.340515 0.000000 0.225814 0.000000 0.974171 0.367745 0.367745 0.367745 +5015.191895 0.000000 780.187500 0.000000 0.364333 0.000000 0.931269 0.375059 0.375059 0.375059 +5004.083496 0.000000 779.810730 0.000000 0.436151 0.000000 0.899873 0.380268 0.380268 0.380268 +5022.952637 0.000000 753.809204 0.000000 0.267383 0.000000 0.963590 0.375462 0.375462 0.375462 +5045.519043 0.000000 760.922302 0.000000 0.345031 0.000000 0.938591 0.374020 0.374020 0.374020 +5020.947754 0.000000 764.368713 0.000000 0.257487 0.000000 0.966282 0.372258 0.372258 0.372258 +5053.738281 0.000000 762.546021 0.000000 0.255686 0.000000 0.966760 0.378968 0.378968 0.378968 +5008.716797 0.000000 766.394714 0.000000 0.250537 0.000000 0.968107 0.377501 0.377501 0.377501 +5025.412109 0.000000 749.253967 0.000000 0.572911 0.000000 0.819618 0.381483 0.381483 0.381483 +5006.650879 0.000000 784.637695 0.000000 0.002297 0.000000 0.999997 0.361781 0.361781 0.361781 +5036.051758 0.000000 766.391174 0.000000 0.352958 0.000000 0.935639 0.375590 0.375590 0.375590 +5006.686523 0.000000 748.888367 0.000000 0.241462 0.000000 0.970410 0.371047 0.371047 0.371047 +5035.601562 0.000000 787.196960 0.000000 0.544348 0.000000 0.838860 0.374658 0.374658 0.374658 +5024.544434 0.000000 781.628418 0.000000 0.260189 0.000000 0.965558 0.370098 0.370098 0.370098 +5002.235840 0.000000 777.981079 0.000000 0.432678 0.000000 0.901548 0.376218 0.376218 0.376218 +5016.535645 0.000000 750.651917 0.000000 0.015481 0.000000 0.999880 0.367539 0.367539 0.367539 +5028.550293 0.000000 765.090881 0.000000 0.226722 0.000000 0.973960 0.368907 0.368907 0.368907 +5021.291016 0.000000 776.639404 0.000000 0.334212 0.000000 0.942498 0.372485 0.372485 0.372485 +4996.248535 0.000000 755.596741 0.000000 0.293609 0.000000 0.955926 0.377121 0.377121 0.377121 +5048.096680 0.000000 761.940796 0.000000 0.151458 0.000000 0.988464 0.373152 0.373152 0.373152 +5015.105957 0.000000 755.533569 0.000000 0.102165 0.000000 0.994767 0.372065 0.372065 0.372065 +5000.237305 0.000000 782.323425 0.000000 0.577203 0.000000 0.816601 0.379247 0.379247 0.379247 +5028.916016 0.000000 762.359314 0.000000 0.360122 0.000000 0.932905 0.372383 0.372383 0.372383 +5034.678223 0.000000 772.471924 0.000000 0.191174 0.000000 0.981556 0.374809 0.374809 0.374809 +5016.641113 0.000000 790.021362 0.000000 0.299124 0.000000 0.954214 0.367736 0.367736 0.367736 +5017.618652 0.000000 785.974121 0.000000 0.267077 0.000000 0.963675 0.366885 0.366885 0.366885 +5037.585449 0.000000 744.729980 0.000000 0.364925 0.000000 0.931037 0.375371 0.375371 0.375371 +5022.716309 0.000000 780.534851 0.000000 0.301384 0.000000 0.953503 0.368048 0.368048 0.368048 +5032.688965 0.000000 758.697388 0.000000 0.188017 0.000000 0.982166 0.366472 0.366472 0.366472 +5034.638672 0.000000 784.729492 0.000000 0.028043 0.000000 0.999607 0.365875 0.365875 0.365875 +5007.590332 0.000000 786.393372 0.000000 0.051824 0.000000 0.998656 0.361320 0.361320 0.361320 +5002.234863 0.000000 781.742798 0.000000 0.532160 0.000000 0.846644 0.380742 0.380742 0.380742 +4996.166992 0.000000 783.061462 0.000000 0.089447 0.000000 0.995992 0.372487 0.372487 0.372487 +5035.960938 0.000000 756.399109 0.000000 0.040266 0.000000 0.999189 0.369126 0.369126 0.369126 +5032.567383 0.000000 768.980164 0.000000 0.290558 0.000000 0.956858 0.370948 0.370948 0.370948 +5006.368652 0.000000 790.150391 0.000000 0.527963 0.000000 0.849268 0.374164 0.374164 0.374164 +5020.161133 0.000000 782.908997 0.000000 0.243951 0.000000 0.969788 0.368127 0.368127 0.368127 +5008.905273 0.000000 788.196289 0.000000 0.457703 0.000000 0.889105 0.372106 0.372106 0.372106 +5026.177734 0.000000 761.230042 0.000000 0.520110 0.000000 0.854099 0.378018 0.378018 0.378018 +5008.278320 0.000000 747.852661 0.000000 0.078855 0.000000 0.996886 0.371321 0.371321 0.371321 +5013.008301 0.000000 763.401917 0.000000 0.478285 0.000000 0.878205 0.372699 0.372699 0.372699 +5013.452637 0.000000 756.279785 0.000000 0.084382 0.000000 0.996433 0.369350 0.369350 0.369350 +5021.614258 0.000000 766.024780 0.000000 0.245037 0.000000 0.969514 0.372845 0.372845 0.372845 +5029.294434 0.000000 779.252991 0.000000 0.137200 0.000000 0.990543 0.363791 0.363791 0.363791 +5027.619629 0.000000 776.203735 0.000000 0.041657 0.000000 0.999132 0.366635 0.366635 0.366635 +5008.985352 0.000000 756.472717 0.000000 0.369486 0.000000 0.929236 0.372733 0.372733 0.372733 +5013.609863 0.000000 766.945862 0.000000 0.431932 0.000000 0.901906 0.374292 0.374292 0.374292 +5005.317383 0.000000 787.524109 0.000000 0.494686 0.000000 0.869072 0.373177 0.373177 0.373177 +5002.663574 0.000000 788.881836 0.000000 0.106162 0.000000 0.994349 0.362709 0.362709 0.362709 +4918.864258 0.000000 845.779907 0.000000 0.284947 0.000000 0.958543 0.372990 0.372990 0.372990 +4927.976562 0.000000 841.396667 0.000000 0.386458 0.000000 0.922307 0.374618 0.374618 0.374618 +4948.968750 0.000000 842.906372 0.000000 0.245716 0.000000 0.969342 0.366322 0.366322 0.366322 +4966.230957 0.000000 829.310303 0.000000 0.482069 0.000000 0.876133 0.372809 0.372809 0.372809 +4932.458496 0.000000 845.247192 0.000000 0.402612 0.000000 0.915371 0.372804 0.372804 0.372804 +4954.979980 0.000000 832.614075 0.000000 0.055825 0.000000 0.998441 0.367928 0.367928 0.367928 +4965.982422 0.000000 841.043030 0.000000 0.157232 0.000000 0.987562 0.371075 0.371075 0.371075 +4928.254883 0.000000 837.922119 0.000000 0.033589 0.000000 0.999436 0.379737 0.379737 0.379737 +4972.662598 0.000000 841.361450 0.000000 0.197221 0.000000 0.980359 0.366974 0.366974 0.366974 +4972.760254 0.000000 829.286377 0.000000 0.349694 0.000000 0.936864 0.369097 0.369097 0.369097 +4960.032227 0.000000 827.719116 0.000000 0.587670 0.000000 0.809100 0.375996 0.375996 0.375996 +4989.248047 0.000000 836.783325 0.000000 0.169687 0.000000 0.985498 0.364342 0.364342 0.364342 +4983.107910 0.000000 835.982544 0.000000 0.002710 0.000000 0.999996 0.366411 0.366411 0.366411 +4964.276367 0.000000 824.028015 0.000000 0.554241 0.000000 0.832356 0.374959 0.374959 0.374959 +4972.083496 0.000000 810.842224 0.000000 0.443496 0.000000 0.896276 0.382521 0.382521 0.382521 +4975.868652 0.000000 839.192200 0.000000 0.363568 0.000000 0.931568 0.373126 0.373126 0.373126 +4979.863281 0.000000 815.153992 0.000000 0.356121 0.000000 0.934440 0.369272 0.369272 0.369272 +4946.579102 0.000000 845.970154 0.000000 0.265004 0.000000 0.964247 0.366830 0.366830 0.366830 +4969.656250 0.000000 830.890991 0.000000 0.058558 0.000000 0.998284 0.362625 0.362625 0.362625 +4986.028320 0.000000 803.879822 0.000000 0.457991 0.000000 0.888957 0.374575 0.374575 0.374575 +4955.595215 0.000000 841.304993 0.000000 0.000363 0.000000 1.000000 0.360872 0.360872 0.360872 +4973.386719 0.000000 845.488281 0.000000 0.194084 0.000000 0.980985 0.370606 0.370606 0.370606 +4988.832520 0.000000 823.103027 0.000000 0.050437 0.000000 0.998727 0.361285 0.361285 0.361285 +4931.510742 0.000000 837.709229 0.000000 0.305933 0.000000 0.952053 0.378108 0.378108 0.378108 +4945.722656 0.000000 842.958557 0.000000 0.430218 0.000000 0.902725 0.371325 0.371325 0.371325 +4979.016113 0.000000 811.632385 0.000000 0.471269 0.000000 0.881990 0.372496 0.372496 0.372496 +4945.360840 0.000000 836.941589 0.000000 0.302331 0.000000 0.953203 0.369146 0.369146 0.369146 +4986.637207 0.000000 817.714966 0.000000 0.386719 0.000000 0.922198 0.370111 0.370111 0.370111 +4973.942871 0.000000 812.722107 0.000000 0.255088 0.000000 0.966918 0.375483 0.375483 0.375483 +4972.051758 0.000000 822.875549 0.000000 0.334748 0.000000 0.942308 0.368692 0.368692 0.368692 +4989.638184 0.000000 810.504456 0.000000 0.337264 0.000000 0.941410 0.371700 0.371700 0.371700 +4991.509766 0.000000 827.999756 0.000000 0.079799 0.000000 0.996811 0.362034 0.362034 0.362034 +4989.251953 0.000000 797.595764 0.000000 0.582514 0.000000 0.812821 0.384079 0.384079 0.384079 +4960.330078 0.000000 845.078674 0.000000 0.475142 0.000000 0.879909 0.372608 0.372608 0.372608 +4947.253418 0.000000 838.367859 0.000000 0.474302 0.000000 0.880362 0.375971 0.375971 0.375971 +4955.203125 0.000000 830.098938 0.000000 0.568574 0.000000 0.822632 0.378053 0.378053 0.378053 +4991.273438 0.000000 802.172302 0.000000 0.125448 0.000000 0.992100 0.366811 0.366811 0.366811 +4983.794922 0.000000 803.787476 0.000000 0.401272 0.000000 0.915959 0.375371 0.375371 0.375371 +4975.085449 0.000000 829.609375 0.000000 0.083251 0.000000 0.996529 0.362122 0.362122 0.362122 +4977.424316 0.000000 829.197815 0.000000 0.138812 0.000000 0.990319 0.363546 0.363546 0.363546 +4936.237305 0.000000 838.807800 0.000000 0.510852 0.000000 0.859669 0.373654 0.373654 0.373654 +4985.190430 0.000000 832.888062 0.000000 0.126392 0.000000 0.991980 0.363227 0.363227 0.363227 +4973.465820 0.000000 835.077209 0.000000 0.510996 0.000000 0.859583 0.373658 0.373658 0.373658 +4964.916016 0.000000 818.843689 0.000000 0.551033 0.000000 0.834484 0.374861 0.374861 0.374861 +4973.836426 0.000000 843.414001 0.000000 0.566882 0.000000 0.823799 0.379263 0.379263 0.379263 +4987.003418 0.000000 836.790955 0.000000 0.361467 0.000000 0.932385 0.369418 0.369418 0.369418 +4971.060059 0.000000 824.914856 0.000000 0.089456 0.000000 0.995991 0.362281 0.362281 0.362281 +4958.716309 0.000000 837.019226 0.000000 0.349481 0.000000 0.936943 0.373213 0.373213 0.373213 +4968.284180 0.000000 829.247803 0.000000 0.210258 0.000000 0.977646 0.365394 0.365394 0.365394 +4948.141113 0.000000 844.713013 0.000000 0.196279 0.000000 0.980548 0.365031 0.365031 0.365031 +4979.318359 0.000000 824.422729 0.000000 0.427983 0.000000 0.903787 0.371262 0.371262 0.371262 +4985.360352 0.000000 802.037903 0.000000 0.418741 0.000000 0.908106 0.374300 0.374300 0.374300 +4954.529785 0.000000 846.188110 0.000000 0.562488 0.000000 0.826805 0.375212 0.375212 0.375212 +4961.680176 0.000000 846.609009 0.000000 0.547063 0.000000 0.837091 0.374740 0.374740 0.374740 +4978.516602 0.000000 806.812683 0.000000 0.407686 0.000000 0.913122 0.376957 0.376957 0.376957 +4964.742188 0.000000 843.986450 0.000000 0.320720 0.000000 0.947174 0.371731 0.371731 0.371731 +4991.825195 0.000000 804.033875 0.000000 0.092050 0.000000 0.995754 0.365079 0.365079 0.365079 +4977.909180 0.000000 822.622559 0.000000 0.241289 0.000000 0.970453 0.366206 0.366206 0.366206 +4968.388184 0.000000 840.782898 0.000000 0.175527 0.000000 0.984475 0.369227 0.369227 0.369227 +4977.324707 0.000000 826.378479 0.000000 0.304751 0.000000 0.952432 0.367886 0.367886 0.367886 +4982.588867 0.000000 843.964417 0.000000 0.519295 0.000000 0.854595 0.377282 0.377282 0.377282 +4953.774414 0.000000 840.480469 0.000000 0.456066 0.000000 0.889946 0.373265 0.373265 0.373265 +4984.654297 0.000000 807.994202 0.000000 0.030759 0.000000 0.999527 0.365397 0.365397 0.365397 +4981.188965 0.000000 845.193970 0.000000 0.089518 0.000000 0.995985 0.367903 0.367903 0.367903 +4988.473145 0.000000 817.765320 0.000000 0.568923 0.000000 0.822390 0.375411 0.375411 0.375411 +4971.722656 0.000000 846.104492 0.000000 0.348035 0.000000 0.937482 0.370023 0.370023 0.370023 +4940.970703 0.000000 837.767029 0.000000 0.474648 0.000000 0.880176 0.372594 0.372594 0.372594 +4973.839355 0.000000 817.467041 0.000000 0.036770 0.000000 0.999324 0.360937 0.360937 0.360937 +4952.204102 0.000000 835.308777 0.000000 0.238148 0.000000 0.971229 0.370308 0.370308 0.370308 +4922.544434 0.000000 887.688721 0.000000 0.355337 0.000000 0.934738 0.377149 0.377149 0.377149 +4922.368164 0.000000 899.191589 0.000000 0.305014 0.000000 0.952348 0.377651 0.377651 0.377651 +4913.272949 0.000000 880.890564 0.000000 0.378138 0.000000 0.925749 0.379385 0.379385 0.379385 +4919.638184 0.000000 863.009094 0.000000 0.566649 0.000000 0.823959 0.381288 0.381288 0.381288 +4927.958008 0.000000 868.164612 0.000000 0.533506 0.000000 0.845796 0.375135 0.375135 0.375135 +4927.487305 0.000000 877.493347 0.000000 0.144090 0.000000 0.989565 0.371587 0.371587 0.371587 +4914.789551 0.000000 859.352905 0.000000 0.512336 0.000000 0.858785 0.374265 0.374265 0.374265 +4927.586426 0.000000 900.700195 0.000000 0.086333 0.000000 0.996266 0.377840 0.377840 0.377840 +4925.212891 0.000000 872.657410 0.000000 0.539809 0.000000 0.841787 0.378067 0.378067 0.378067 +4918.173828 0.000000 853.449890 0.000000 0.454534 0.000000 0.890730 0.374979 0.374979 0.374979 +4920.315430 0.000000 884.274597 0.000000 0.103345 0.000000 0.994646 0.372966 0.372966 0.372966 +4915.863281 0.000000 871.638367 0.000000 0.449123 0.000000 0.893470 0.376661 0.376661 0.376661 +4911.145508 0.000000 865.413452 0.000000 0.410693 0.000000 0.911774 0.373184 0.373184 0.373184 +4916.014648 0.000000 856.108948 0.000000 0.273673 0.000000 0.961823 0.367059 0.367059 0.367059 +4915.016113 0.000000 868.116760 0.000000 0.248351 0.000000 0.968670 0.366391 0.366391 0.366391 +4922.631836 0.000000 882.402039 0.000000 0.149407 0.000000 0.988776 0.371906 0.371906 0.371906 +4914.798340 0.000000 883.946777 0.000000 0.521126 0.000000 0.853480 0.379576 0.379576 0.379576 +4922.637207 0.000000 874.199341 0.000000 0.519651 0.000000 0.854379 0.381536 0.381536 0.381536 +4917.566895 0.000000 859.727844 0.000000 0.459621 0.000000 0.888115 0.373144 0.373144 0.373144 +4925.738281 0.000000 875.514771 0.000000 0.328214 0.000000 0.944604 0.375615 0.375615 0.375615 +4920.473633 0.000000 855.396362 0.000000 0.149310 0.000000 0.988790 0.365164 0.365164 0.365164 +4923.000977 0.000000 885.066711 0.000000 0.376135 0.000000 0.926565 0.374672 0.374672 0.374672 +4925.638184 0.000000 866.988831 0.000000 0.279025 0.000000 0.960284 0.367201 0.367201 0.367201 +4918.158691 0.000000 879.325378 0.000000 0.534561 0.000000 0.845130 0.378233 0.378233 0.378233 +4927.814453 0.000000 865.710327 0.000000 0.169217 0.000000 0.985579 0.365729 0.365729 0.365729 +4925.251953 0.000000 854.080139 0.000000 0.366184 0.000000 0.930542 0.372532 0.372532 0.372532 +4919.044922 0.000000 886.353943 0.000000 0.136166 0.000000 0.990686 0.370138 0.370138 0.370138 +4918.180664 0.000000 871.115845 0.000000 0.249766 0.000000 0.968306 0.370049 0.370049 0.370049 +4927.273438 0.000000 858.656677 0.000000 0.280481 0.000000 0.959859 0.368653 0.368653 0.368653 +4923.305664 0.000000 897.044617 0.000000 0.030910 0.000000 0.999522 0.370552 0.370552 0.370552 +4904.647949 0.000000 848.592285 0.000000 0.577998 0.000000 0.816038 0.380030 0.380030 0.380030 +4923.003418 0.000000 893.275330 0.000000 0.145797 0.000000 0.989315 0.371408 0.371408 0.371408 +4914.317871 0.000000 851.718750 0.000000 0.513461 0.000000 0.858113 0.378109 0.378109 0.378109 +4926.854492 0.000000 873.849060 0.000000 0.157859 0.000000 0.987462 0.370101 0.370101 0.370101 +4921.360352 0.000000 858.522278 0.000000 0.556345 0.000000 0.830952 0.378109 0.378109 0.378109 +4914.395020 0.000000 877.282227 0.000000 0.022044 0.000000 0.999757 0.367212 0.367212 0.367212 +4908.016602 0.000000 849.014221 0.000000 0.480751 0.000000 0.876857 0.377683 0.377683 0.377683 +4923.502441 0.000000 859.263000 0.000000 0.434947 0.000000 0.900456 0.376775 0.376775 0.376775 +4924.180664 0.000000 881.368164 0.000000 0.530835 0.000000 0.847475 0.380056 0.380056 0.380056 +4920.708984 0.000000 867.709106 0.000000 0.128615 0.000000 0.991695 0.367892 0.367892 0.367892 +4923.429199 0.000000 872.578247 0.000000 0.188937 0.000000 0.981989 0.369046 0.369046 0.369046 +4924.312988 0.000000 871.020508 0.000000 0.101717 0.000000 0.994813 0.363768 0.363768 0.363768 +4940.978516 0.000000 848.001587 0.000000 0.560780 0.000000 0.827965 0.375696 0.375696 0.375696 +4937.400879 0.000000 863.384766 0.000000 0.235186 0.000000 0.971950 0.366978 0.366978 0.366978 +4948.569336 0.000000 852.652100 0.000000 0.583078 0.000000 0.812416 0.375852 0.375852 0.375852 +4954.122559 0.000000 858.074036 0.000000 0.579595 0.000000 0.814905 0.375743 0.375743 0.375743 +4964.045898 0.000000 852.540527 0.000000 0.417579 0.000000 0.908640 0.370970 0.370970 0.370970 +4940.552734 0.000000 873.459656 0.000000 0.585136 0.000000 0.810935 0.378750 0.378750 0.378750 +4937.063965 0.000000 877.727600 0.000000 0.537373 0.000000 0.843344 0.380259 0.380259 0.380259 +4954.364746 0.000000 872.826965 0.000000 0.410529 0.000000 0.911848 0.370772 0.370772 0.370772 +4932.763672 0.000000 883.457825 0.000000 0.451614 0.000000 0.892213 0.377656 0.377656 0.377656 +4932.047852 0.000000 855.615662 0.000000 0.342631 0.000000 0.939470 0.369149 0.369149 0.369149 +4968.015625 0.000000 854.894226 0.000000 0.383112 0.000000 0.923702 0.370012 0.370012 0.370012 +4955.932617 0.000000 867.535278 0.000000 0.542142 0.000000 0.840287 0.376285 0.376285 0.376285 +4931.837402 0.000000 870.827698 0.000000 0.393378 0.000000 0.919377 0.374664 0.374664 0.374664 +4934.424805 0.000000 867.625793 0.000000 0.313131 0.000000 0.949710 0.368673 0.368673 0.368673 +4943.831543 0.000000 851.437500 0.000000 0.385126 0.000000 0.922864 0.372943 0.372943 0.372943 +4964.620605 0.000000 893.974121 0.000000 0.032857 0.000000 0.999460 0.376195 0.376195 0.376195 +4972.412598 0.000000 889.539368 0.000000 0.487798 0.000000 0.872957 0.381242 0.381242 0.381242 +4949.502930 0.000000 895.584839 0.000000 0.444750 0.000000 0.895655 0.375671 0.375671 0.375671 +4972.376953 0.000000 893.533325 0.000000 0.257245 0.000000 0.966346 0.373562 0.373562 0.373562 +4928.009766 0.000000 889.458130 0.000000 0.116633 0.000000 0.993175 0.371107 0.371107 0.371107 +4957.020508 0.000000 860.096008 0.000000 0.535950 0.000000 0.844250 0.374404 0.374404 0.374404 +4946.230469 0.000000 885.301147 0.000000 0.428207 0.000000 0.903681 0.371268 0.371268 0.371268 +4950.628418 0.000000 877.292847 0.000000 0.547409 0.000000 0.836865 0.374751 0.374751 0.374751 +4953.661133 0.000000 850.331848 0.000000 0.488130 0.000000 0.872771 0.372986 0.372986 0.372986 +4932.948730 0.000000 847.380676 0.000000 0.384188 0.000000 0.923255 0.371393 0.371393 0.371393 +4939.486816 0.000000 855.825256 0.000000 0.323454 0.000000 0.946244 0.368388 0.368388 0.368388 +4976.746582 0.000000 850.503296 0.000000 0.246591 0.000000 0.969120 0.375781 0.375781 0.375781 +4945.664551 0.000000 853.921631 0.000000 0.518128 0.000000 0.855303 0.376636 0.376636 0.376636 +4940.083496 0.000000 892.779480 0.000000 0.127401 0.000000 0.991851 0.369522 0.369522 0.369522 +4958.952637 0.000000 866.777954 0.000000 0.371930 0.000000 0.928261 0.378318 0.378318 0.378318 +4949.235840 0.000000 867.126709 0.000000 0.308643 0.000000 0.951178 0.367990 0.367990 0.367990 +4967.299805 0.000000 893.645081 0.000000 0.385037 0.000000 0.922901 0.377402 0.377402 0.377402 +4950.782715 0.000000 854.568970 0.000000 0.455205 0.000000 0.890387 0.373296 0.373296 0.373296 +4966.824707 0.000000 852.503540 0.000000 0.510343 0.000000 0.859971 0.373639 0.373639 0.373639 +4945.436523 0.000000 871.134644 0.000000 0.144084 0.000000 0.989565 0.366103 0.366103 0.366103 +4937.795410 0.000000 847.289978 0.000000 0.436505 0.000000 0.899702 0.371503 0.371503 0.371503 +4942.686523 0.000000 861.857117 0.000000 0.092756 0.000000 0.995689 0.362365 0.362365 0.362365 +4962.111328 0.000000 878.880798 0.000000 0.466245 0.000000 0.884656 0.376960 0.376960 0.376960 +4936.173828 0.000000 869.531921 0.000000 0.207336 0.000000 0.978270 0.365318 0.365318 0.365318 +4948.436035 0.000000 889.537476 0.000000 0.585666 0.000000 0.810552 0.375933 0.375933 0.375933 +4946.498535 0.000000 851.083618 0.000000 0.298238 0.000000 0.954491 0.367712 0.367712 0.367712 +4930.575684 0.000000 888.392700 0.000000 0.193289 0.000000 0.981142 0.372719 0.372719 0.372719 +4946.128418 0.000000 868.027222 0.000000 0.561212 0.000000 0.827672 0.376682 0.376682 0.376682 +4952.535645 0.000000 863.620667 0.000000 0.416987 0.000000 0.908912 0.370953 0.370953 0.370953 +4951.935547 0.000000 884.320740 0.000000 0.227178 0.000000 0.973853 0.366707 0.366707 0.366707 +4930.944824 0.000000 864.661560 0.000000 0.162871 0.000000 0.986647 0.366906 0.366906 0.366906 +4932.602051 0.000000 849.871460 0.000000 0.204934 0.000000 0.978776 0.367572 0.367572 0.367572 +4957.291016 0.000000 889.608154 0.000000 0.206328 0.000000 0.978483 0.365292 0.365292 0.365292 +4942.033691 0.000000 853.156616 0.000000 0.055198 0.000000 0.998475 0.366477 0.366477 0.366477 +4959.330566 0.000000 879.686707 0.000000 0.364948 0.000000 0.931028 0.369513 0.369513 0.369513 +4933.729492 0.000000 889.294495 0.000000 0.496707 0.000000 0.867919 0.378642 0.378642 0.378642 +4932.248535 0.000000 868.565491 0.000000 0.155215 0.000000 0.987881 0.368419 0.368419 0.368419 +4959.005371 0.000000 882.170349 0.000000 0.342369 0.000000 0.939566 0.369752 0.369752 0.369752 +4967.465820 0.000000 857.151306 0.000000 0.162000 0.000000 0.986791 0.364144 0.364144 0.364144 +4968.647949 0.000000 848.592285 0.000000 0.372871 0.000000 0.927883 0.369730 0.369730 0.369730 +4929.654297 0.000000 861.623779 0.000000 0.525915 0.000000 0.850537 0.374102 0.374102 0.374102 +4934.997070 0.000000 887.522583 0.000000 0.256266 0.000000 0.966606 0.369743 0.369743 0.369743 +4956.979980 0.000000 862.544800 0.000000 0.138448 0.000000 0.990370 0.363537 0.363537 0.363537 +4971.407227 0.000000 891.493652 0.000000 0.049356 0.000000 0.998781 0.361257 0.361257 0.361257 +4949.422363 0.000000 871.620483 0.000000 0.583751 0.000000 0.811933 0.376394 0.376394 0.376394 +4961.987305 0.000000 884.879272 0.000000 0.551390 0.000000 0.834247 0.374872 0.374872 0.374872 +4950.604004 0.000000 885.795288 0.000000 0.135411 0.000000 0.990790 0.364390 0.364390 0.364390 +4943.228516 0.000000 874.277771 0.000000 0.201279 0.000000 0.979534 0.366732 0.366732 0.366732 +4955.528320 0.000000 881.804810 0.000000 0.334941 0.000000 0.942239 0.368697 0.368697 0.368697 +4934.912598 0.000000 847.267273 0.000000 0.547274 0.000000 0.836954 0.376282 0.376282 0.376282 +4945.033691 0.000000 887.226501 0.000000 0.263430 0.000000 0.964678 0.371868 0.371868 0.371868 +4958.725586 0.000000 850.858215 0.000000 0.147196 0.000000 0.989107 0.371507 0.371507 0.371507 +4928.144043 0.000000 875.665833 0.000000 0.207903 0.000000 0.978149 0.374034 0.374034 0.374034 +4943.325195 0.000000 882.274048 0.000000 0.281668 0.000000 0.959512 0.373881 0.373881 0.373881 +4939.557617 0.000000 887.213379 0.000000 0.056246 0.000000 0.998417 0.370054 0.370054 0.370054 +4970.257812 0.000000 849.528076 0.000000 0.079987 0.000000 0.996796 0.362039 0.362039 0.362039 +4940.251465 0.000000 854.101746 0.000000 0.273956 0.000000 0.961742 0.367067 0.367067 0.367067 +4958.945801 0.000000 875.729553 0.000000 0.199244 0.000000 0.979950 0.365929 0.365929 0.365929 +4952.422363 0.000000 876.965881 0.000000 0.579016 0.000000 0.815316 0.375725 0.375725 0.375725 +4940.062012 0.000000 868.571045 0.000000 0.540642 0.000000 0.841253 0.374546 0.374546 0.374546 +4955.877441 0.000000 858.756531 0.000000 0.071307 0.000000 0.997454 0.361817 0.361817 0.361817 +4933.351074 0.000000 885.391602 0.000000 0.331874 0.000000 0.943324 0.374645 0.374645 0.374645 +4965.379395 0.000000 884.152283 0.000000 0.485273 0.000000 0.874363 0.374443 0.374443 0.374443 +4964.830078 0.000000 882.193359 0.000000 0.457992 0.000000 0.888956 0.373263 0.373263 0.373263 +4936.404785 0.000000 867.693481 0.000000 0.346623 0.000000 0.938004 0.370411 0.370411 0.370411 +4946.362793 0.000000 879.902222 0.000000 0.344364 0.000000 0.938836 0.368952 0.368952 0.368952 +4945.862305 0.000000 883.593079 0.000000 0.385489 0.000000 0.922712 0.373246 0.373246 0.373246 +4944.728516 0.000000 847.272217 0.000000 0.227687 0.000000 0.973734 0.365849 0.365849 0.365849 +4944.790527 0.000000 855.420959 0.000000 0.104511 0.000000 0.994524 0.366692 0.366692 0.366692 +4939.461426 0.000000 874.860046 0.000000 0.485717 0.000000 0.874116 0.376951 0.376951 0.376951 +4936.953125 0.000000 873.196350 0.000000 0.557408 0.000000 0.830239 0.375056 0.375056 0.375056 +5037.516602 0.000000 805.514526 0.000000 0.127106 0.000000 0.991889 0.368146 0.368146 0.368146 +5004.978516 0.000000 791.517212 0.000000 0.254465 0.000000 0.967082 0.366552 0.366552 0.366552 +4999.671387 0.000000 815.637817 0.000000 0.053083 0.000000 0.998590 0.361352 0.361352 0.361352 +5047.638184 0.000000 806.524719 0.000000 0.576600 0.000000 0.817027 0.380424 0.380424 0.380424 +5000.407715 0.000000 798.593628 0.000000 0.500594 0.000000 0.865682 0.378263 0.378263 0.378263 +5040.541992 0.000000 813.366516 0.000000 0.345789 0.000000 0.938312 0.371119 0.371119 0.371119 +5048.550781 0.000000 823.640442 0.000000 0.147654 0.000000 0.989039 0.366757 0.366757 0.366757 +4994.500488 0.000000 810.525330 0.000000 0.084683 0.000000 0.996408 0.364830 0.364830 0.364830 +5022.530273 0.000000 814.241333 0.000000 0.300963 0.000000 0.953636 0.372396 0.372396 0.372396 +5046.816895 0.000000 792.032043 0.000000 0.205016 0.000000 0.978759 0.373296 0.373296 0.373296 +5042.789551 0.000000 802.868530 0.000000 0.563222 0.000000 0.826306 0.382907 0.382907 0.382907 +4999.914551 0.000000 792.618164 0.000000 0.124194 0.000000 0.992258 0.368226 0.368226 0.368226 +5001.063965 0.000000 821.243225 0.000000 0.054196 0.000000 0.998530 0.371225 0.371225 0.371225 +5010.283691 0.000000 791.913940 0.000000 0.446921 0.000000 0.894573 0.373347 0.373347 0.373347 +5046.173828 0.000000 796.965515 0.000000 0.543466 0.000000 0.839431 0.375278 0.375278 0.375278 +5013.668945 0.000000 800.570129 0.000000 0.123196 0.000000 0.992382 0.364807 0.364807 0.364807 +5053.524414 0.000000 807.850952 0.000000 0.307215 0.000000 0.951640 0.375932 0.375932 0.375932 +5019.131348 0.000000 806.902405 0.000000 0.545645 0.000000 0.838016 0.378071 0.378071 0.378071 +5009.260254 0.000000 817.238403 0.000000 0.237777 0.000000 0.971320 0.366114 0.366114 0.366114 +4992.163086 0.000000 825.527771 0.000000 0.414798 0.000000 0.909913 0.370892 0.370892 0.370892 +4997.119141 0.000000 807.215454 0.000000 0.511444 0.000000 0.859317 0.377388 0.377388 0.377388 +5030.889160 0.000000 814.220886 0.000000 0.248310 0.000000 0.968681 0.372848 0.372848 0.372848 +5034.673340 0.000000 790.925171 0.000000 0.159308 0.000000 0.987229 0.364074 0.364074 0.364074 +5032.974609 0.000000 802.302795 0.000000 0.493019 0.000000 0.870019 0.376448 0.376448 0.376448 +5021.020508 0.000000 803.611633 0.000000 0.513485 0.000000 0.858098 0.375328 0.375328 0.375328 +5027.104004 0.000000 799.323364 0.000000 0.263783 0.000000 0.964582 0.371029 0.371029 0.371029 +5007.197266 0.000000 802.414001 0.000000 0.563595 0.000000 0.826051 0.375247 0.375247 0.375247 +5017.661133 0.000000 793.847473 0.000000 0.289678 0.000000 0.957124 0.367548 0.367548 0.367548 +5040.746582 0.000000 794.018921 0.000000 0.538109 0.000000 0.842875 0.377322 0.377322 0.377322 +4992.042480 0.000000 790.788574 0.000000 0.236221 0.000000 0.971699 0.379178 0.379178 0.379178 +5022.608887 0.000000 796.320923 0.000000 0.431110 0.000000 0.902299 0.373991 0.373991 0.373991 +5016.795410 0.000000 818.693420 0.000000 0.491522 0.000000 0.870865 0.380895 0.380895 0.380895 +5022.952637 0.000000 810.293579 0.000000 0.549648 0.000000 0.835396 0.377090 0.377090 0.377090 +5030.337891 0.000000 804.517395 0.000000 0.323513 0.000000 0.946224 0.372852 0.372852 0.372852 +5027.200195 0.000000 803.578247 0.000000 0.457915 0.000000 0.888996 0.372112 0.372112 0.372112 +5028.575195 0.000000 793.170227 0.000000 0.287131 0.000000 0.957891 0.373230 0.373230 0.373230 +5030.469727 0.000000 817.375305 0.000000 0.185106 0.000000 0.982719 0.367645 0.367645 0.367645 +5045.566895 0.000000 803.243469 0.000000 0.263122 0.000000 0.964763 0.376160 0.376160 0.376160 +5039.447754 0.000000 803.466919 0.000000 0.470032 0.000000 0.882649 0.377375 0.377375 0.377375 +4992.090332 0.000000 794.076843 0.000000 0.493063 0.000000 0.869994 0.374658 0.374658 0.374658 +5007.671387 0.000000 792.310364 0.000000 0.541165 0.000000 0.840917 0.374561 0.374561 0.374561 +5053.738281 0.000000 819.030396 0.000000 0.469993 0.000000 0.882670 0.376348 0.376348 0.376348 +4998.395508 0.000000 820.836914 0.000000 0.265070 0.000000 0.964229 0.371904 0.371904 0.371904 +5036.127930 0.000000 818.222534 0.000000 0.400259 0.000000 0.916402 0.379803 0.379803 0.379803 +5048.473633 0.000000 798.911987 0.000000 0.330682 0.000000 0.943742 0.370985 0.370985 0.370985 +5025.491699 0.000000 796.676514 0.000000 0.170715 0.000000 0.985320 0.369329 0.369329 0.369329 +5009.436523 0.000000 814.650269 0.000000 0.251168 0.000000 0.967943 0.366465 0.366465 0.366465 +5030.646484 0.000000 822.938477 0.000000 0.414581 0.000000 0.910013 0.380419 0.380419 0.380419 +5001.795410 0.000000 790.805603 0.000000 0.208638 0.000000 0.977993 0.369972 0.369972 0.369972 +4995.913086 0.000000 801.717773 0.000000 0.061480 0.000000 0.998108 0.364506 0.364506 0.364506 +5011.640625 0.000000 816.093018 0.000000 0.573668 0.000000 0.819088 0.375606 0.375606 0.375606 +5053.638184 0.000000 810.504456 0.000000 0.171872 0.000000 0.985119 0.373404 0.373404 0.373404 +5033.128906 0.000000 811.646912 0.000000 0.008963 0.000000 0.999960 0.373174 0.373174 0.373174 +4994.311035 0.000000 827.392334 0.000000 0.501318 0.000000 0.865263 0.376139 0.376139 0.376139 +5019.190918 0.000000 819.090637 0.000000 0.553182 0.000000 0.833060 0.379548 0.379548 0.379548 +4993.118652 0.000000 835.511353 0.000000 0.293216 0.000000 0.956046 0.369358 0.369358 0.369358 +5053.251953 0.000000 797.595764 0.000000 0.276713 0.000000 0.960953 0.376353 0.376353 0.376353 +4996.602051 0.000000 793.387085 0.000000 0.002702 0.000000 0.999996 0.363122 0.363122 0.363122 +5020.838379 0.000000 815.848633 0.000000 0.258744 0.000000 0.965946 0.368560 0.368560 0.368560 +4994.627930 0.000000 819.488464 0.000000 0.391845 0.000000 0.920031 0.370253 0.370253 0.370253 +5043.914062 0.000000 796.569641 0.000000 0.219701 0.000000 0.975567 0.372176 0.372176 0.372176 +5047.794922 0.000000 803.787476 0.000000 0.353039 0.000000 0.935609 0.378371 0.378371 0.378371 +4998.028809 0.000000 813.710876 0.000000 0.019906 0.000000 0.999802 0.361049 0.361049 0.361049 +5015.105957 0.000000 812.017944 0.000000 0.541110 0.000000 0.840952 0.376754 0.376754 0.376754 +5050.561523 0.000000 822.540527 0.000000 0.302841 0.000000 0.953041 0.372502 0.372502 0.372502 +5023.888672 0.000000 812.325500 0.000000 0.076690 0.000000 0.997055 0.369788 0.369788 0.369788 +5028.682129 0.000000 814.570618 0.000000 0.539071 0.000000 0.842261 0.377748 0.377748 0.377748 +5025.049316 0.000000 792.031555 0.000000 0.123086 0.000000 0.992396 0.366178 0.366178 0.366178 +5024.801270 0.000000 819.096497 0.000000 0.491894 0.000000 0.870655 0.373096 0.373096 0.373096 +5037.585449 0.000000 801.214355 0.000000 0.386318 0.000000 0.922366 0.376725 0.376725 0.376725 +5053.382324 0.000000 821.083557 0.000000 0.565463 0.000000 0.824774 0.379808 0.379808 0.379808 +5044.316895 0.000000 819.907166 0.000000 0.291417 0.000000 0.956596 0.373769 0.373769 0.373769 +5049.678223 0.000000 805.902893 0.000000 0.201748 0.000000 0.979437 0.374255 0.374255 0.374255 +5009.219727 0.000000 802.239990 0.000000 0.486939 0.000000 0.873436 0.372951 0.372951 0.372951 +5040.914551 0.000000 807.964844 0.000000 0.177960 0.000000 0.984038 0.371436 0.371436 0.371436 +5038.245605 0.000000 810.703796 0.000000 0.390989 0.000000 0.920395 0.370229 0.370229 0.370229 +5027.217285 0.000000 801.619812 0.000000 0.245488 0.000000 0.969400 0.366976 0.366976 0.366976 +5042.317871 0.000000 795.234375 0.000000 0.519409 0.000000 0.854526 0.376261 0.376261 0.376261 +5044.393066 0.000000 813.174866 0.000000 0.165439 0.000000 0.986220 0.367458 0.367458 0.367458 +5005.704590 0.000000 803.607849 0.000000 0.022482 0.000000 0.999747 0.360573 0.360573 0.360573 +5042.516602 0.000000 806.812683 0.000000 0.358846 0.000000 0.933397 0.376319 0.376319 0.376319 +5034.257812 0.000000 793.043701 0.000000 0.273535 0.000000 0.961862 0.367831 0.367831 0.367831 +4993.843750 0.000000 837.160950 0.000000 0.055057 0.000000 0.998483 0.368441 0.368441 0.368441 +5050.270996 0.000000 799.115051 0.000000 0.059340 0.000000 0.998238 0.364531 0.364531 0.364531 +5028.560547 0.000000 804.837036 0.000000 0.414718 0.000000 0.909950 0.370890 0.370890 0.370890 +4992.850586 0.000000 831.345947 0.000000 0.079889 0.000000 0.996804 0.362037 0.362037 0.362037 +4992.525879 0.000000 828.084351 0.000000 0.086494 0.000000 0.996252 0.362205 0.362205 0.362205 +5050.250000 0.000000 824.273193 0.000000 0.461000 0.000000 0.887400 0.376888 0.376888 0.376888 +5006.749512 0.000000 790.812317 0.000000 0.574710 0.000000 0.818357 0.375591 0.375591 0.375591 +5114.368164 0.000000 842.707214 0.000000 0.153067 0.000000 0.988216 0.380824 0.380824 0.380824 +5107.456055 0.000000 841.069519 0.000000 0.325044 0.000000 0.945699 0.382730 0.382730 0.382730 +5070.220703 0.000000 807.862183 0.000000 0.076642 0.000000 0.997059 0.376277 0.376277 0.376277 +5059.820801 0.000000 804.586609 0.000000 0.435503 0.000000 0.900187 0.378746 0.378746 0.378746 +5063.408691 0.000000 808.618774 0.000000 0.424962 0.000000 0.905211 0.376376 0.376376 0.376376 +5064.173828 0.000000 813.047546 0.000000 0.528917 0.000000 0.848674 0.382137 0.382137 0.382137 +5060.756836 0.000000 809.574463 0.000000 0.549075 0.000000 0.835773 0.382559 0.382559 0.382559 +5065.322266 0.000000 809.748901 0.000000 0.176718 0.000000 0.984262 0.370367 0.370367 0.370367 +5057.654297 0.000000 805.139404 0.000000 0.095487 0.000000 0.995431 0.370832 0.370832 0.370832 +5058.681152 0.000000 812.999817 0.000000 0.401681 0.000000 0.915780 0.375034 0.375034 0.375034 +5134.873047 0.000000 855.312683 0.000000 0.458755 0.000000 0.888563 0.383500 0.383500 0.383500 +5120.098633 0.000000 854.214600 0.000000 0.117910 0.000000 0.993024 0.380344 0.380344 0.380344 +5156.029297 0.000000 865.818420 0.000000 0.360309 0.000000 0.932833 0.381212 0.381212 0.381212 +5399.935547 0.000000 771.351990 0.000000 0.263904 0.000000 0.964549 0.377932 0.377932 0.377932 +5613.516602 0.000000 918.483276 0.000000 0.539920 0.000000 0.841717 0.387212 0.387212 0.387212 +5583.130859 0.000000 943.121765 0.000000 0.496935 0.000000 0.867788 0.383736 0.383736 0.383736 +5609.563477 0.000000 930.241028 0.000000 0.363005 0.000000 0.931787 0.377604 0.377604 0.377604 +5579.959473 0.000000 952.240845 0.000000 0.210836 0.000000 0.977521 0.381552 0.381552 0.381552 +5588.569336 0.000000 909.136475 0.000000 0.149053 0.000000 0.988829 0.378925 0.378925 0.378925 +5590.478027 0.000000 938.643311 0.000000 0.364310 0.000000 0.931278 0.380681 0.380681 0.380681 +5601.210449 0.000000 948.623352 0.000000 0.146434 0.000000 0.989220 0.372629 0.372629 0.372629 +5582.873047 0.000000 911.797058 0.000000 0.420672 0.000000 0.907213 0.384620 0.384620 0.384620 +5629.248047 0.000000 949.752075 0.000000 0.534454 0.000000 0.845198 0.380342 0.380342 0.380342 +5582.953125 0.000000 957.721680 0.000000 0.359488 0.000000 0.933150 0.380958 0.380958 0.380958 +5618.584961 0.000000 931.644226 0.000000 0.091493 0.000000 0.995806 0.372451 0.372451 0.372451 +5602.932617 0.000000 957.826904 0.000000 0.313915 0.000000 0.949451 0.376630 0.376630 0.376630 +5587.771973 0.000000 926.375427 0.000000 0.188442 0.000000 0.982084 0.378414 0.378414 0.378414 +5601.947754 0.000000 953.223511 0.000000 0.456375 0.000000 0.889788 0.379133 0.379133 0.379133 +5616.023926 0.000000 956.285034 0.000000 0.550929 0.000000 0.834552 0.382894 0.382894 0.382894 +5598.953613 0.000000 960.002502 0.000000 0.254632 0.000000 0.967038 0.374884 0.374884 0.374884 +5597.392090 0.000000 948.423462 0.000000 0.556484 0.000000 0.830858 0.380757 0.380757 0.380757 +5603.666992 0.000000 940.236206 0.000000 0.138159 0.000000 0.990410 0.371825 0.371825 0.371825 +5609.967773 0.000000 933.567932 0.000000 0.137555 0.000000 0.990494 0.371884 0.371884 0.371884 +5615.537109 0.000000 930.878479 0.000000 0.238101 0.000000 0.971240 0.375023 0.375023 0.375023 +5626.504395 0.000000 927.508850 0.000000 0.118371 0.000000 0.992969 0.377668 0.377668 0.377668 +5601.910645 0.000000 946.072876 0.000000 0.107564 0.000000 0.994198 0.371510 0.371510 0.371510 +5606.646484 0.000000 935.907227 0.000000 0.123508 0.000000 0.992344 0.371679 0.371679 0.371679 +5617.394043 0.000000 929.079773 0.000000 0.010150 0.000000 0.999949 0.372493 0.372493 0.372493 +5622.158691 0.000000 935.809753 0.000000 0.552224 0.000000 0.833696 0.380361 0.380361 0.380361 +5611.659668 0.000000 939.929626 0.000000 0.120037 0.000000 0.992769 0.371900 0.371900 0.371900 +5631.509766 0.000000 940.968506 0.000000 0.014103 0.000000 0.999901 0.369997 0.369997 0.369997 +5601.641602 0.000000 921.828613 0.000000 0.500657 0.000000 0.865646 0.381869 0.381869 0.381869 +5594.245605 0.000000 922.261902 0.000000 0.552814 0.000000 0.833305 0.380326 0.380326 0.380326 +5604.952637 0.000000 944.226929 0.000000 0.513934 0.000000 0.857830 0.379923 0.379923 0.379923 +5591.885254 0.000000 929.530090 0.000000 0.433032 0.000000 0.901378 0.380151 0.380151 0.380151 +5599.330566 0.000000 936.171082 0.000000 0.354307 0.000000 0.935129 0.376102 0.376102 0.376102 +5623.405273 0.000000 938.603088 0.000000 0.393948 0.000000 0.919133 0.378578 0.378578 0.378578 +5594.165527 0.000000 912.007751 0.000000 0.153454 0.000000 0.988156 0.375595 0.375595 0.375595 +5614.880859 0.000000 954.285583 0.000000 0.464718 0.000000 0.885459 0.379747 0.379747 0.379747 +5625.190430 0.000000 945.856812 0.000000 0.583143 0.000000 0.812369 0.381251 0.381251 0.381251 +5610.219238 0.000000 949.964661 0.000000 0.563762 0.000000 0.825937 0.381220 0.381220 0.381220 +5602.508301 0.000000 950.315735 0.000000 0.042983 0.000000 0.999076 0.371698 0.371698 0.371698 +5600.801270 0.000000 932.065247 0.000000 0.467155 0.000000 0.884175 0.378498 0.378498 0.378498 +5613.836426 0.000000 956.382751 0.000000 0.217176 0.000000 0.976132 0.373810 0.373810 0.373810 +5615.436035 0.000000 938.471375 0.000000 0.303646 0.000000 0.952785 0.376239 0.376239 0.376239 +5596.979980 0.000000 919.029175 0.000000 0.032021 0.000000 0.999487 0.372187 0.372187 0.372187 +5613.537598 0.000000 944.139648 0.000000 0.449490 0.000000 0.893285 0.379648 0.379648 0.379648 +5618.216309 0.000000 948.294800 0.000000 0.501910 0.000000 0.864920 0.379546 0.379546 0.379546 +5621.101074 0.000000 949.075500 0.000000 0.065135 0.000000 0.997876 0.370606 0.370606 0.370606 +5590.911621 0.000000 944.739624 0.000000 0.182754 0.000000 0.983159 0.374653 0.374653 0.374653 +5598.288086 0.000000 958.212402 0.000000 0.534642 0.000000 0.845079 0.381200 0.381200 0.381200 +5611.628906 0.000000 944.141113 0.000000 0.265340 0.000000 0.964155 0.375292 0.375292 0.375292 +5589.917480 0.000000 948.012268 0.000000 0.250487 0.000000 0.968120 0.374013 0.374013 0.374013 +5615.250488 0.000000 932.730896 0.000000 0.211089 0.000000 0.977467 0.373079 0.373079 0.373079 +5598.945801 0.000000 932.213928 0.000000 0.070767 0.000000 0.997493 0.370342 0.370342 0.370342 +5595.849121 0.000000 930.355591 0.000000 0.288351 0.000000 0.957525 0.375235 0.375235 0.375235 +5611.722656 0.000000 959.073242 0.000000 0.491592 0.000000 0.870825 0.379050 0.379050 0.379050 +5613.516602 0.000000 974.967651 0.000000 0.450282 0.000000 0.892887 0.385341 0.385341 0.385341 +5626.807129 0.000000 966.888916 0.000000 0.142686 0.000000 0.989768 0.379756 0.379756 0.379756 +5605.432617 0.000000 971.261414 0.000000 0.212335 0.000000 0.977197 0.377846 0.377846 0.377846 +5629.512207 0.000000 960.260559 0.000000 0.504686 0.000000 0.863303 0.385643 0.385643 0.385643 +5582.873047 0.000000 968.281433 0.000000 0.057799 0.000000 0.998328 0.375524 0.375524 0.375524 +5618.789551 0.000000 972.321655 0.000000 0.348760 0.000000 0.937212 0.383202 0.383202 0.383202 +5626.385254 0.000000 962.826416 0.000000 0.557145 0.000000 0.830415 0.385420 0.385420 0.385420 +5594.987305 0.000000 960.323181 0.000000 0.123441 0.000000 0.992352 0.371388 0.371388 0.371388 +5598.608887 0.000000 965.774048 0.000000 0.313170 0.000000 0.949697 0.375364 0.375364 0.375364 +5619.914062 0.000000 966.022766 0.000000 0.202410 0.000000 0.979301 0.376589 0.376589 0.376589 +5639.671387 0.000000 928.606567 0.000000 0.512011 0.000000 0.858979 0.386638 0.386638 0.386638 +5654.478027 0.000000 938.643311 0.000000 0.287383 0.000000 0.957816 0.383073 0.383073 0.383073 +5632.156738 0.000000 958.650208 0.000000 0.194657 0.000000 0.980871 0.379131 0.379131 0.379131 +5636.755371 0.000000 931.622681 0.000000 0.488593 0.000000 0.872512 0.384805 0.384805 0.384805 +5643.406250 0.000000 936.820801 0.000000 0.172938 0.000000 0.984933 0.378446 0.378446 0.378446 +5649.722656 0.000000 955.927307 0.000000 0.509259 0.000000 0.860613 0.381732 0.381732 0.381732 +5644.375000 0.000000 958.417847 0.000000 0.119193 0.000000 0.992871 0.376739 0.376739 0.376739 +5642.235840 0.000000 947.434204 0.000000 0.508283 0.000000 0.861190 0.379536 0.379536 0.379536 +5643.263184 0.000000 940.312317 0.000000 0.384624 0.000000 0.923073 0.379625 0.379625 0.379625 +5633.042969 0.000000 936.251099 0.000000 0.035184 0.000000 0.999381 0.371707 0.371707 0.371707 +5635.385254 0.000000 942.184509 0.000000 0.582588 0.000000 0.812768 0.381380 0.381380 0.381380 +5633.843750 0.000000 950.129700 0.000000 0.368513 0.000000 0.929623 0.376404 0.376404 0.376404 +5634.396484 0.000000 962.096497 0.000000 0.556475 0.000000 0.830864 0.387171 0.387171 0.387171 +5650.283691 0.000000 961.367065 0.000000 0.405076 0.000000 0.914283 0.383870 0.383870 0.383870 +5670.230957 0.000000 1055.247803 0.000000 0.315299 0.000000 0.948992 0.377156 0.377156 0.377156 +5663.758301 0.000000 1046.878418 0.000000 0.141570 0.000000 0.989928 0.376672 0.376672 0.376672 +5673.385742 0.000000 1049.636841 0.000000 0.092715 0.000000 0.995693 0.378673 0.378673 0.378673 +5695.586426 0.000000 1070.153320 0.000000 0.441710 0.000000 0.897158 0.371650 0.371650 0.371650 +5689.910645 0.000000 1064.669800 0.000000 0.496206 0.000000 0.868205 0.380573 0.380573 0.380573 +5690.462402 0.000000 1033.788818 0.000000 0.366605 0.000000 0.930377 0.372364 0.372364 0.372364 +5660.947754 0.000000 1046.790527 0.000000 0.197316 0.000000 0.980340 0.378075 0.378075 0.378075 +5670.646484 0.000000 1048.875977 0.000000 0.412136 0.000000 0.911122 0.375681 0.375681 0.375681 +5662.816895 0.000000 1031.156494 0.000000 0.395179 0.000000 0.918604 0.374474 0.374474 0.374474 +5688.630371 0.000000 1070.173706 0.000000 0.251916 0.000000 0.967749 0.370296 0.370296 0.370296 +5695.273438 0.000000 1028.109863 0.000000 0.209952 0.000000 0.977712 0.373056 0.373056 0.373056 +5674.281250 0.000000 1058.930542 0.000000 0.387259 0.000000 0.921971 0.372294 0.372294 0.372294 +5675.407227 0.000000 1060.946777 0.000000 0.309612 0.000000 0.950863 0.377047 0.377047 0.377047 +5689.129395 0.000000 1055.537354 0.000000 0.183107 0.000000 0.983093 0.374313 0.374313 0.374313 +5671.147461 0.000000 1053.622070 0.000000 0.080558 0.000000 0.996750 0.362054 0.362054 0.362054 +5661.614258 0.000000 1048.446655 0.000000 0.144016 0.000000 0.989575 0.367953 0.367953 0.367953 +5726.236816 0.000000 1069.248657 0.000000 0.546175 0.000000 0.837671 0.384630 0.384630 0.384630 +5733.098633 0.000000 1059.589722 0.000000 0.499036 0.000000 0.866581 0.379534 0.379534 0.379534 +5703.213379 0.000000 1054.918823 0.000000 0.419002 0.000000 0.907985 0.380389 0.380389 0.380389 +5708.375000 0.000000 1071.386597 0.000000 0.278837 0.000000 0.960339 0.371763 0.371763 0.371763 +5710.650879 0.000000 1067.059570 0.000000 0.000310 0.000000 1.000000 0.360008 0.360008 0.360008 +5723.673340 0.000000 1069.492065 0.000000 0.348541 0.000000 0.937294 0.376223 0.376223 0.376223 +5723.739258 0.000000 1060.342163 0.000000 0.400192 0.000000 0.916431 0.376677 0.376677 0.376677 +5704.076660 0.000000 1060.772095 0.000000 0.367539 0.000000 0.930008 0.369584 0.369584 0.369584 +5703.440918 0.000000 1067.125854 0.000000 0.542493 0.000000 0.840061 0.374602 0.374602 0.374602 +5725.418457 0.000000 1066.716309 0.000000 0.482974 0.000000 0.875635 0.372835 0.372835 0.372835 +5700.189941 0.000000 1061.882080 0.000000 0.297446 0.000000 0.954738 0.367691 0.367691 0.367691 +5687.638184 0.000000 1088.946533 0.000000 0.011925 0.000000 0.999929 0.376805 0.376805 0.376805 +5664.426758 0.000000 1085.640991 0.000000 0.561405 0.000000 0.827541 0.386081 0.386081 0.386081 +5685.566895 0.000000 1085.665405 0.000000 0.223749 0.000000 0.974647 0.378776 0.378776 0.378776 +5666.967773 0.000000 1107.945801 0.000000 0.221219 0.000000 0.975224 0.369314 0.369314 0.369314 +5690.270996 0.000000 1081.536865 0.000000 0.491230 0.000000 0.871030 0.373076 0.373076 0.373076 +5700.047852 0.000000 1081.553223 0.000000 0.556680 0.000000 0.830727 0.376698 0.376698 0.376698 +5705.795410 0.000000 1073.227539 0.000000 0.090197 0.000000 0.995924 0.362743 0.362743 0.362743 +5719.366211 0.000000 1075.855835 0.000000 0.097522 0.000000 0.995233 0.371461 0.371461 0.371461 +4215.060547 0.000000 2244.490234 0.000000 0.301780 0.000000 0.953377 0.381189 0.381189 0.381189 +4214.864258 0.000000 2314.373535 0.000000 0.180198 0.000000 0.983630 0.380156 0.380156 0.380156 +4216.065918 0.000000 2341.221924 0.000000 0.139442 0.000000 0.990230 0.379495 0.379495 0.379495 +4191.758301 0.000000 2346.019043 0.000000 0.380907 0.000000 0.924613 0.384151 0.384151 0.384151 +4208.541992 0.000000 2338.444580 0.000000 0.402214 0.000000 0.915546 0.382902 0.382902 0.382902 +4190.530273 0.000000 2339.319336 0.000000 0.554954 0.000000 0.831881 0.385921 0.385921 0.385921 +4195.765137 0.000000 2341.706543 0.000000 0.147567 0.000000 0.989052 0.377766 0.377766 0.377766 +4194.015137 0.000000 2336.354980 0.000000 0.252702 0.000000 0.967544 0.379903 0.379903 0.379903 +4204.412598 0.000000 2358.133057 0.000000 0.414951 0.000000 0.909844 0.383565 0.383565 0.383565 +4222.994629 0.000000 2363.483154 0.000000 0.350617 0.000000 0.936519 0.377598 0.377598 0.377598 +4231.671387 0.000000 2284.231445 0.000000 0.410819 0.000000 0.911717 0.384073 0.384073 0.384073 +4226.500488 0.000000 2279.119141 0.000000 0.374001 0.000000 0.927428 0.384288 0.384288 0.384288 +4276.365234 0.000000 2298.641357 0.000000 0.499134 0.000000 0.866525 0.386026 0.386026 0.386026 +4285.248047 0.000000 2305.376953 0.000000 0.200106 0.000000 0.979774 0.372925 0.372925 0.372925 +4225.017578 0.000000 2286.068115 0.000000 0.305710 0.000000 0.952125 0.381754 0.381754 0.381754 +4250.709961 0.000000 2296.415039 0.000000 0.102884 0.000000 0.994693 0.379773 0.379773 0.379773 +4278.864258 0.000000 2314.373535 0.000000 0.099996 0.000000 0.994988 0.377530 0.377530 0.377530 +4273.129395 0.000000 2309.781006 0.000000 0.432866 0.000000 0.901458 0.379251 0.379251 0.379251 +4270.671387 0.000000 2305.829590 0.000000 0.327319 0.000000 0.944914 0.377079 0.377079 0.377079 +4288.254883 0.000000 2306.515869 0.000000 0.171198 0.000000 0.985237 0.379118 0.379118 0.379118 +4297.203613 0.000000 2295.075684 0.000000 0.039396 0.000000 0.999224 0.377061 0.377061 0.377061 +4291.505371 0.000000 2302.801270 0.000000 0.170914 0.000000 0.985286 0.376179 0.376179 0.376179 +4312.795410 0.000000 2287.287109 0.000000 0.519304 0.000000 0.854589 0.383575 0.383575 0.383575 +4304.716797 0.000000 2291.472900 0.000000 0.327680 0.000000 0.944789 0.379557 0.379557 0.379557 +4307.362793 0.000000 2287.362793 0.000000 0.016059 0.000000 0.999871 0.369259 0.369259 0.369259 +4311.885254 0.000000 2285.155029 0.000000 0.556663 0.000000 0.830738 0.381202 0.381202 0.381202 +4239.130859 0.000000 2355.231201 0.000000 0.171733 0.000000 0.985144 0.380452 0.380452 0.380452 +4233.203613 0.000000 2351.560059 0.000000 0.183524 0.000000 0.983015 0.381450 0.381450 0.381450 +4279.107910 0.000000 2361.060791 0.000000 0.420349 0.000000 0.907363 0.384161 0.384161 0.384161 +4230.215332 0.000000 2364.797119 0.000000 0.123712 0.000000 0.992318 0.376811 0.376811 0.376811 +4225.017578 0.000000 2342.552490 0.000000 0.080743 0.000000 0.996735 0.379021 0.379021 0.379021 +4233.641113 0.000000 2369.047119 0.000000 0.434409 0.000000 0.900716 0.382530 0.382530 0.382530 +4240.971680 0.000000 2365.036377 0.000000 0.480319 0.000000 0.877094 0.384349 0.384349 0.384349 +4229.119141 0.000000 2332.293701 0.000000 0.140562 0.000000 0.990072 0.379654 0.379654 0.379654 +4218.511719 0.000000 2392.853760 0.000000 0.220665 0.000000 0.975350 0.381621 0.381621 0.381621 +4223.814453 0.000000 2390.788330 0.000000 0.442397 0.000000 0.896819 0.381224 0.381224 0.381224 +4226.396484 0.000000 2374.205811 0.000000 0.385822 0.000000 0.922573 0.384046 0.384046 0.384046 +4226.500488 0.000000 2392.087891 0.000000 0.455431 0.000000 0.890271 0.385308 0.385308 0.385308 +4235.929688 0.000000 2384.349609 0.000000 0.430038 0.000000 0.902811 0.383411 0.383411 0.383411 +4230.330566 0.000000 2384.440674 0.000000 0.024024 0.000000 0.999711 0.374514 0.374514 0.374514 +4457.563477 0.000000 2285.865967 0.000000 0.133786 0.000000 0.991010 0.378552 0.378552 0.378552 +4457.385742 0.000000 2292.293213 0.000000 0.547274 0.000000 0.836953 0.383065 0.383065 0.383065 +4451.765137 0.000000 2285.222168 0.000000 0.476045 0.000000 0.879421 0.383849 0.383849 0.383849 +4442.074219 0.000000 2289.891357 0.000000 0.461439 0.000000 0.887172 0.382892 0.382892 0.382892 +4452.276367 0.000000 2292.621826 0.000000 0.482996 0.000000 0.875623 0.382264 0.382264 0.382264 +4461.311035 0.000000 2293.724854 0.000000 0.448849 0.000000 0.893608 0.383995 0.383995 0.383995 +4454.581055 0.000000 2294.499512 0.000000 0.246858 0.000000 0.969052 0.378294 0.378294 0.378294 +"} object={ name="oak_dense_generator_1_1" clamp_to_water_level=no @@ -14,8 +545,611 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_02_mesh" - count=0 -} + count=603 + transform="5030.230957 0.000000 772.825928 0.000000 0.944088 0.000000 0.329694 0.392166 0.392166 0.392166 +4996.458496 0.000000 788.762817 0.000000 0.895171 0.000000 0.445722 0.390542 0.390542 0.390542 +5048.065918 0.000000 759.659485 0.000000 0.919960 0.000000 0.392013 0.392598 0.392598 0.392598 +5023.453613 0.000000 751.026978 0.000000 0.746944 0.000000 0.664887 0.384565 0.384565 0.384565 +5007.130859 0.000000 773.668640 0.000000 0.681408 0.000000 0.731904 0.384748 0.384748 0.384748 +5010.127930 0.000000 747.572937 0.000000 0.928267 0.000000 0.371915 0.392694 0.392694 0.392694 +5029.982422 0.000000 784.558655 0.000000 0.740677 0.000000 0.671861 0.381240 0.381240 0.381240 +4999.979980 0.000000 776.432190 0.000000 0.710447 0.000000 0.703751 0.385578 0.385578 0.385578 +5036.662598 0.000000 784.877075 0.000000 0.781713 0.000000 0.623639 0.387728 0.387728 0.387728 +5017.621582 0.000000 782.171753 0.000000 0.631148 0.000000 0.775662 0.378103 0.378103 0.378103 +5036.062988 0.000000 743.286011 0.000000 0.597261 0.000000 0.802047 0.384664 0.384664 0.384664 +5027.765137 0.000000 760.144104 0.000000 0.741925 0.000000 0.670483 0.384222 0.384222 0.384222 +5042.584961 0.000000 762.191101 0.000000 0.797242 0.000000 0.603660 0.386183 0.386183 0.386183 +5001.641113 0.000000 787.484741 0.000000 0.599356 0.000000 0.800483 0.376644 0.376644 0.376644 +5042.842773 0.000000 752.166809 0.000000 0.890859 0.000000 0.454280 0.393478 0.393478 0.393478 +5036.083496 0.000000 754.357849 0.000000 0.858392 0.000000 0.512994 0.388462 0.388462 0.388462 +5011.007324 0.000000 752.375244 0.000000 0.826530 0.000000 0.562892 0.388925 0.388925 0.388925 +5018.709961 0.000000 771.336792 0.000000 0.822767 0.000000 0.568379 0.387685 0.387685 0.387685 +5002.351562 0.000000 755.175842 0.000000 0.867741 0.000000 0.497017 0.388650 0.388650 0.388650 +5014.937012 0.000000 748.724243 0.000000 0.834609 0.000000 0.550843 0.386659 0.386659 0.386659 +5017.505859 0.000000 788.068604 0.000000 0.891406 0.000000 0.453206 0.388022 0.388022 0.388022 +5030.535645 0.000000 763.804993 0.000000 0.919509 0.000000 0.393070 0.389713 0.389713 0.389713 +5037.311035 0.000000 768.646790 0.000000 0.926519 0.000000 0.376248 0.392816 0.392816 0.392816 +5037.375000 0.000000 759.218567 0.000000 0.825277 0.000000 0.564728 0.385887 0.385887 0.385887 +4998.424805 0.000000 754.657043 0.000000 0.899153 0.000000 0.437634 0.390523 0.390523 0.390523 +5015.371094 0.000000 777.310791 0.000000 0.657360 0.000000 0.753577 0.383806 0.383806 0.383806 +5026.735840 0.000000 773.949951 0.000000 0.589762 0.000000 0.807577 0.377189 0.377189 0.377189 +5033.204590 0.000000 770.858215 0.000000 0.620408 0.000000 0.784279 0.380194 0.380194 0.380194 +5021.392090 0.000000 778.970337 0.000000 0.854892 0.000000 0.518806 0.387554 0.387554 0.387554 +5001.866211 0.000000 773.369202 0.000000 0.755426 0.000000 0.655234 0.386408 0.386408 0.386408 +5021.020508 0.000000 747.127258 0.000000 0.932376 0.000000 0.361489 0.393684 0.393684 0.393684 +5043.759277 0.000000 765.661743 0.000000 0.782062 0.000000 0.623201 0.387839 0.387839 0.387839 +5007.197266 0.000000 745.929626 0.000000 0.751220 0.000000 0.660052 0.388338 0.388338 0.388338 +5017.681152 0.000000 768.074341 0.000000 0.946488 0.000000 0.322738 0.392764 0.392764 0.392764 +5027.666992 0.000000 770.783081 0.000000 0.715165 0.000000 0.698956 0.380292 0.380292 0.380292 +5026.857422 0.000000 763.425781 0.000000 0.658464 0.000000 0.752612 0.383153 0.383153 0.383153 +5015.836426 0.000000 784.909729 0.000000 0.740941 0.000000 0.671570 0.382242 0.382242 0.382242 +5024.449219 0.000000 760.292175 0.000000 0.908363 0.000000 0.418183 0.391297 0.391297 0.391297 +5021.422852 0.000000 772.848694 0.000000 0.595379 0.000000 0.803445 0.377824 0.377824 0.377824 +5011.991699 0.000000 767.524353 0.000000 0.843516 0.000000 0.537105 0.388421 0.388421 0.388421 +5030.337891 0.000000 748.033020 0.000000 0.949963 0.000000 0.312363 0.394543 0.394543 0.394543 +5030.469727 0.000000 760.890930 0.000000 0.939929 0.000000 0.341371 0.391372 0.391372 0.391372 +5006.979980 0.000000 759.137024 0.000000 0.805418 0.000000 0.592707 0.386316 0.386316 0.386316 +5050.637207 0.000000 761.230591 0.000000 0.930924 0.000000 0.365213 0.392682 0.392682 0.392682 +5025.062500 0.000000 786.370789 0.000000 0.647708 0.000000 0.761888 0.379542 0.379542 0.379542 +5031.591309 0.000000 776.132935 0.000000 0.808688 0.000000 0.588238 0.385619 0.385619 0.385619 +5015.408203 0.000000 746.135071 0.000000 0.674690 0.000000 0.738101 0.384206 0.384206 0.384206 +5004.721191 0.000000 772.621704 0.000000 0.694765 0.000000 0.719237 0.383888 0.383888 0.383888 +5011.443848 0.000000 784.216675 0.000000 0.926035 0.000000 0.377437 0.391207 0.391207 0.391207 +5027.689941 0.000000 785.898499 0.000000 0.805330 0.000000 0.592827 0.383841 0.383841 0.383841 +5030.385742 0.000000 751.141907 0.000000 0.862348 0.000000 0.506316 0.389025 0.389025 0.389025 +4996.384766 0.000000 785.069519 0.000000 0.870860 0.000000 0.491531 0.390456 0.390456 0.390456 +5020.928223 0.000000 752.176941 0.000000 0.637310 0.000000 0.770607 0.382341 0.382341 0.382341 +5015.339844 0.000000 766.704346 0.000000 0.616000 0.000000 0.787746 0.377308 0.377308 0.377308 +5044.706543 0.000000 790.612244 0.000000 0.708546 0.000000 0.705665 0.386388 0.386388 0.386388 +5020.944336 0.000000 770.164246 0.000000 0.931919 0.000000 0.362666 0.390753 0.390753 0.390753 +5035.596680 0.000000 782.838379 0.000000 0.839576 0.000000 0.543242 0.389648 0.389648 0.389648 +5011.253418 0.000000 781.883484 0.000000 0.687014 0.000000 0.726644 0.382576 0.382576 0.382576 +5023.330566 0.000000 766.717957 0.000000 0.941260 0.000000 0.337682 0.393103 0.393103 0.393103 +5011.576660 0.000000 769.748474 0.000000 0.705654 0.000000 0.708556 0.384823 0.384823 0.384823 +5023.888672 0.000000 755.841125 0.000000 0.821247 0.000000 0.570573 0.388297 0.388297 0.388297 +5028.342285 0.000000 789.965515 0.000000 0.606076 0.000000 0.795407 0.376581 0.376581 0.376581 +5031.167969 0.000000 782.766846 0.000000 0.812590 0.000000 0.582836 0.384155 0.384155 0.384155 +5005.139648 0.000000 777.841553 0.000000 0.753962 0.000000 0.656918 0.386365 0.386365 0.386365 +5044.316895 0.000000 763.422791 0.000000 0.926922 0.000000 0.375254 0.392740 0.392740 0.392740 +5032.284180 0.000000 772.763428 0.000000 0.757067 0.000000 0.653337 0.385247 0.385247 0.385247 +5032.389160 0.000000 787.927246 0.000000 0.619856 0.000000 0.784716 0.377025 0.377025 0.377025 +5015.416992 0.000000 782.229675 0.000000 0.741231 0.000000 0.671250 0.383318 0.383318 0.383318 +5019.739258 0.000000 777.920288 0.000000 0.929242 0.000000 0.369472 0.391875 0.391875 0.391875 +5014.604004 0.000000 772.826538 0.000000 0.921009 0.000000 0.389542 0.392068 0.392068 0.392068 +5007.228516 0.000000 761.309021 0.000000 0.764106 0.000000 0.645091 0.385646 0.385646 0.385646 +5019.528320 0.000000 768.836060 0.000000 0.720729 0.000000 0.693217 0.383670 0.383670 0.383670 +5000.076660 0.000000 778.350281 0.000000 0.800061 0.000000 0.599918 0.386025 0.386025 0.386025 +5025.680176 0.000000 790.124634 0.000000 0.820664 0.000000 0.571410 0.385392 0.385392 0.385392 +5013.917480 0.000000 778.559143 0.000000 0.892671 0.000000 0.450709 0.390475 0.390475 0.390475 +5026.967773 0.000000 769.039551 0.000000 0.633639 0.000000 0.773629 0.378049 0.378049 0.378049 +5002.618164 0.000000 785.740112 0.000000 0.680260 0.000000 0.732971 0.380612 0.380612 0.380612 +5016.332520 0.000000 769.501282 0.000000 0.826656 0.000000 0.562707 0.386840 0.386840 0.386840 +5014.981445 0.000000 762.521423 0.000000 0.700426 0.000000 0.713725 0.379761 0.379761 0.379761 +5019.849121 0.000000 760.902466 0.000000 0.883745 0.000000 0.467968 0.387866 0.387866 0.387866 +5026.087402 0.000000 759.352112 0.000000 0.843879 0.000000 0.536534 0.386427 0.386427 0.386427 +5004.773926 0.000000 768.480896 0.000000 0.631288 0.000000 0.775549 0.381165 0.381165 0.381165 +5028.830078 0.000000 769.224609 0.000000 0.767671 0.000000 0.640845 0.382287 0.382287 0.382287 +5000.404785 0.000000 754.724731 0.000000 0.807596 0.000000 0.589736 0.386175 0.386175 0.386175 +5025.128418 0.000000 775.060059 0.000000 0.707956 0.000000 0.706256 0.381010 0.381010 0.381010 +5035.765137 0.000000 763.581177 0.000000 0.610924 0.000000 0.791689 0.377694 0.377694 0.377694 +5009.688477 0.000000 762.523682 0.000000 0.715967 0.000000 0.698135 0.384180 0.384180 0.384180 +5026.375977 0.000000 750.739624 0.000000 0.654117 0.000000 0.756393 0.381241 0.381241 0.381241 +4915.402344 0.000000 844.748474 0.000000 0.927010 0.000000 0.375036 0.392783 0.392783 0.392783 +4921.384766 0.000000 847.033020 0.000000 0.641301 0.000000 0.767290 0.379038 0.379038 0.379038 +4922.520996 0.000000 844.693848 0.000000 0.688295 0.000000 0.725431 0.380547 0.380547 0.380547 +4986.368164 0.000000 842.707214 0.000000 0.699802 0.000000 0.714337 0.387366 0.387366 0.387366 +4977.272949 0.000000 824.406189 0.000000 0.662990 0.000000 0.748628 0.378457 0.378457 0.378457 +4959.758301 0.000000 820.940857 0.000000 0.838102 0.000000 0.545513 0.385969 0.385969 0.385969 +4983.638184 0.000000 806.524719 0.000000 0.628633 0.000000 0.777702 0.378379 0.378379 0.378379 +4991.487305 0.000000 821.008972 0.000000 0.699524 0.000000 0.714609 0.379728 0.379728 0.379728 +4958.236816 0.000000 843.311157 0.000000 0.854976 0.000000 0.518667 0.386114 0.386114 0.386114 +4950.478027 0.000000 825.674561 0.000000 0.790157 0.000000 0.612905 0.389294 0.389294 0.389294 +4961.210449 0.000000 835.654602 0.000000 0.663935 0.000000 0.747791 0.381695 0.381695 0.381695 +4969.385742 0.000000 823.699402 0.000000 0.915329 0.000000 0.402707 0.389446 0.389446 0.389446 +4953.621582 0.000000 838.656128 0.000000 0.771426 0.000000 0.636319 0.383883 0.383883 0.383883 +4942.953125 0.000000 844.752930 0.000000 0.950824 0.000000 0.309730 0.391981 0.391981 0.391981 +4989.658691 0.000000 826.096985 0.000000 0.927993 0.000000 0.372599 0.390277 0.390277 0.390277 +4989.212891 0.000000 816.173035 0.000000 0.941313 0.000000 0.337535 0.391233 0.391233 0.391233 +4949.208496 0.000000 830.660461 0.000000 0.677498 0.000000 0.735524 0.381513 0.381513 0.381513 +4954.709961 0.000000 827.821167 0.000000 0.841531 0.000000 0.540209 0.385468 0.385468 0.385468 +4981.994141 0.000000 812.067383 0.000000 0.888251 0.000000 0.459359 0.387846 0.387846 0.387846 +4987.211426 0.000000 820.399414 0.000000 0.929012 0.000000 0.370050 0.390347 0.390347 0.390347 +4957.237305 0.000000 824.303467 0.000000 0.829761 0.000000 0.558119 0.384922 0.384922 0.384922 +4984.315430 0.000000 827.790222 0.000000 0.731674 0.000000 0.681655 0.380901 0.380901 0.380901 +4990.419434 0.000000 832.928528 0.000000 0.888433 0.000000 0.459006 0.387856 0.387856 0.387856 +4936.908691 0.000000 836.681274 0.000000 0.614453 0.000000 0.788954 0.376850 0.376850 0.376850 +4951.371094 0.000000 833.795166 0.000000 0.945144 0.000000 0.326655 0.391792 0.391792 0.391792 +4962.735840 0.000000 830.434326 0.000000 0.595590 0.000000 0.803289 0.379041 0.379041 0.379041 +4957.530273 0.000000 818.073608 0.000000 0.716780 0.000000 0.697300 0.388673 0.388673 0.388673 +4969.204590 0.000000 827.342590 0.000000 0.592817 0.000000 0.805337 0.376159 0.376159 0.376159 +4957.392090 0.000000 835.454712 0.000000 0.799995 0.000000 0.600006 0.386601 0.386601 0.386601 +4970.288574 0.000000 813.929077 0.000000 0.704539 0.000000 0.709665 0.386645 0.386645 0.386645 +4981.860840 0.000000 838.847717 0.000000 0.693120 0.000000 0.720822 0.382234 0.382234 0.382234 +4983.819336 0.000000 809.612183 0.000000 0.948705 0.000000 0.316164 0.391905 0.391905 0.391905 +4957.422852 0.000000 829.333069 0.000000 0.711145 0.000000 0.703046 0.380302 0.380302 0.380302 +4938.072266 0.000000 846.953247 0.000000 0.892296 0.000000 0.451452 0.388073 0.388073 0.388073 +4986.631836 0.000000 825.917664 0.000000 0.630929 0.000000 0.775841 0.377386 0.377386 0.377386 +4949.934570 0.000000 845.593201 0.000000 0.930214 0.000000 0.367018 0.390430 0.390430 0.390430 +4951.191895 0.000000 836.671875 0.000000 0.937286 0.000000 0.348560 0.391734 0.391734 0.391734 +4956.380371 0.000000 845.631592 0.000000 0.826135 0.000000 0.563473 0.384757 0.384757 0.384757 +4940.083496 0.000000 836.295105 0.000000 0.625330 0.000000 0.780361 0.377203 0.377203 0.377203 +4961.062500 0.000000 842.855164 0.000000 0.874785 0.000000 0.484511 0.388231 0.388231 0.388231 +4972.127930 0.000000 818.222534 0.000000 0.939529 0.000000 0.342468 0.391099 0.391099 0.391099 +4988.013184 0.000000 805.645996 0.000000 0.604479 0.000000 0.796621 0.377956 0.377956 0.377956 +4963.689941 0.000000 842.382874 0.000000 0.753176 0.000000 0.657819 0.383439 0.383439 0.383439 +4982.158691 0.000000 822.841003 0.000000 0.853818 0.000000 0.520572 0.386058 0.386058 0.386058 +4951.935547 0.000000 827.836365 0.000000 0.739600 0.000000 0.673047 0.385143 0.385143 0.385143 +4983.044922 0.000000 829.869568 0.000000 0.753966 0.000000 0.656914 0.381749 0.381749 0.381749 +4974.782227 0.000000 832.845398 0.000000 0.759389 0.000000 0.650637 0.381960 0.381960 0.381960 +4981.005371 0.000000 842.976501 0.000000 0.855644 0.000000 0.517565 0.386147 0.386147 0.386147 +4959.330566 0.000000 823.202332 0.000000 0.649273 0.000000 0.760556 0.377994 0.377994 0.377994 +4977.314941 0.000000 833.479492 0.000000 0.702621 0.000000 0.711565 0.379839 0.379839 0.379839 +4987.305664 0.000000 840.560242 0.000000 0.612130 0.000000 0.790757 0.379689 0.379689 0.379689 +4974.880859 0.000000 841.316833 0.000000 0.875218 0.000000 0.483729 0.389159 0.389159 0.389159 +4955.443848 0.000000 823.046204 0.000000 0.724598 0.000000 0.689172 0.384624 0.384624 0.384624 +4978.103516 0.000000 839.114136 0.000000 0.916200 0.000000 0.400721 0.391765 0.391765 0.391765 +4983.867676 0.000000 838.012878 0.000000 0.733712 0.000000 0.679460 0.381425 0.381425 0.381425 +4989.252441 0.000000 801.207581 0.000000 0.773335 0.000000 0.633998 0.384948 0.384948 0.384948 +4967.778320 0.000000 846.616211 0.000000 0.819697 0.000000 0.572797 0.384469 0.384469 0.384469 +4970.678223 0.000000 828.956299 0.000000 0.625533 0.000000 0.780198 0.377209 0.377209 0.377209 +4952.641113 0.000000 846.505737 0.000000 0.928888 0.000000 0.370361 0.390339 0.390339 0.390339 +4987.815430 0.000000 809.501038 0.000000 0.923284 0.000000 0.384119 0.391968 0.391968 0.391968 +4952.887695 0.000000 832.381470 0.000000 0.896557 0.000000 0.442929 0.389438 0.389438 0.389438 +4978.394043 0.000000 842.903015 0.000000 0.848621 0.000000 0.529002 0.385889 0.385889 0.385889 +4968.199219 0.000000 821.627197 0.000000 0.739013 0.000000 0.673691 0.381177 0.381177 0.381177 +4971.407227 0.000000 835.009277 0.000000 0.782622 0.000000 0.622497 0.384332 0.384332 0.384332 +4946.979980 0.000000 830.795044 0.000000 0.812942 0.000000 0.582344 0.388702 0.388702 0.388702 +4961.987305 0.000000 828.394897 0.000000 0.745110 0.000000 0.666941 0.383195 0.383195 0.383195 +4981.007812 0.000000 831.931641 0.000000 0.910986 0.000000 0.412438 0.389174 0.389174 0.389174 +4985.129395 0.000000 829.599854 0.000000 0.836276 0.000000 0.548308 0.385222 0.385222 0.385222 +4974.245605 0.000000 810.703796 0.000000 0.800243 0.000000 0.599676 0.387830 0.387830 0.387830 +4988.271484 0.000000 799.294556 0.000000 0.745682 0.000000 0.666302 0.385217 0.385217 0.385217 +4932.166992 0.000000 839.545837 0.000000 0.659691 0.000000 0.751537 0.378345 0.378345 0.378345 +4990.970703 0.000000 813.437256 0.000000 0.942003 0.000000 0.335604 0.391285 0.391285 0.391285 +4955.528320 0.000000 825.320435 0.000000 0.915164 0.000000 0.403081 0.390119 0.390119 0.390119 +4978.490723 0.000000 813.570801 0.000000 0.881122 0.000000 0.472889 0.387457 0.387457 0.387457 +4936.076660 0.000000 834.834656 0.000000 0.864943 0.000000 0.501870 0.386612 0.386612 0.386612 +4980.393066 0.000000 813.174866 0.000000 0.711186 0.000000 0.703004 0.380147 0.380147 0.380147 +4971.628906 0.000000 831.172363 0.000000 0.880700 0.000000 0.473674 0.387434 0.387434 0.387434 +4979.561035 0.000000 817.043152 0.000000 0.943544 0.000000 0.331248 0.391402 0.391402 0.391402 +4962.177734 0.000000 817.714417 0.000000 0.669867 0.000000 0.742481 0.383288 0.383288 0.383288 +4962.967773 0.000000 825.523926 0.000000 0.869233 0.000000 0.494402 0.386831 0.386831 0.386831 +4988.771484 0.000000 827.865356 0.000000 0.938070 0.000000 0.346445 0.390991 0.390991 0.390991 +4983.893555 0.000000 834.286011 0.000000 0.908740 0.000000 0.417362 0.390778 0.390778 0.390778 +4964.099609 0.000000 829.099060 0.000000 0.589801 0.000000 0.807549 0.376063 0.376063 0.376063 +4932.679688 0.000000 843.396179 0.000000 0.895945 0.000000 0.444166 0.388280 0.388280 0.388280 +4987.502441 0.000000 802.778625 0.000000 0.805131 0.000000 0.593097 0.385259 0.385259 0.385259 +4980.072754 0.000000 839.284424 0.000000 0.621152 0.000000 0.783690 0.380125 0.380125 0.380125 +4967.039551 0.000000 830.942871 0.000000 0.888226 0.000000 0.459408 0.388036 0.388036 0.388036 +4965.379395 0.000000 827.667908 0.000000 0.786300 0.000000 0.617845 0.383040 0.383040 0.383040 +4940.919922 0.000000 840.816956 0.000000 0.920727 0.000000 0.390208 0.390473 0.390473 0.390473 +4987.262207 0.000000 812.917236 0.000000 0.600548 0.000000 0.799589 0.376404 0.376404 0.376404 +4964.830078 0.000000 825.708984 0.000000 0.781375 0.000000 0.624061 0.382839 0.382839 0.382839 +4961.128418 0.000000 831.544434 0.000000 0.599806 0.000000 0.800145 0.380595 0.380595 0.380595 +4981.929688 0.000000 806.851990 0.000000 0.949686 0.000000 0.313203 0.392620 0.392620 0.392620 +4970.375488 0.000000 822.324524 0.000000 0.868230 0.000000 0.496162 0.386779 0.386779 0.386779 +4952.891602 0.000000 837.136353 0.000000 0.826464 0.000000 0.562990 0.386713 0.386713 0.386713 +4936.564453 0.000000 842.512329 0.000000 0.662067 0.000000 0.749444 0.380668 0.380668 0.380668 +4947.070801 0.000000 834.149048 0.000000 0.790012 0.000000 0.613092 0.383260 0.383260 0.383260 +4984.710938 0.000000 814.612793 0.000000 0.876454 0.000000 0.481486 0.387208 0.387208 0.387208 +4904.832520 0.000000 850.766785 0.000000 0.749771 0.000000 0.661697 0.385414 0.385414 0.385414 +4925.512207 0.000000 847.291809 0.000000 0.815425 0.000000 0.578863 0.384280 0.384280 0.384280 +4916.365234 0.000000 886.531860 0.000000 0.588142 0.000000 0.808758 0.381185 0.381185 0.381185 +4925.292480 0.000000 859.824585 0.000000 0.834660 0.000000 0.550766 0.387535 0.387535 0.387535 +4908.062988 0.000000 856.254761 0.000000 0.912363 0.000000 0.409382 0.392440 0.392440 0.392440 +4914.842773 0.000000 865.135559 0.000000 0.648235 0.000000 0.761440 0.377959 0.377959 0.377959 +4909.434082 0.000000 876.994873 0.000000 0.854863 0.000000 0.518854 0.392155 0.392155 0.392155 +4923.211426 0.000000 876.883789 0.000000 0.945903 0.000000 0.324450 0.393532 0.393532 0.393532 +4926.419434 0.000000 889.412903 0.000000 0.796832 0.000000 0.604201 0.387172 0.387172 0.387172 +4918.381836 0.000000 876.593262 0.000000 0.853034 0.000000 0.521856 0.387308 0.387308 0.387308 +4926.624512 0.000000 856.085754 0.000000 0.819415 0.000000 0.573201 0.386376 0.386376 0.386376 +4909.375000 0.000000 872.187317 0.000000 0.906364 0.000000 0.422497 0.392203 0.392203 0.392203 +4922.385254 0.000000 849.857666 0.000000 0.814743 0.000000 0.579823 0.384528 0.384528 0.384528 +4925.507812 0.000000 897.042419 0.000000 0.942204 0.000000 0.335039 0.392784 0.392784 0.392784 +4902.686523 0.000000 847.571411 0.000000 0.670741 0.000000 0.741691 0.385397 0.385397 0.385397 +4919.060547 0.000000 888.865356 0.000000 0.683792 0.000000 0.729677 0.383298 0.383298 0.383298 +4916.003906 0.000000 850.593201 0.000000 0.728260 0.000000 0.685301 0.383940 0.383940 0.383940 +4915.634277 0.000000 889.993469 0.000000 0.792988 0.000000 0.609237 0.389696 0.389696 0.389696 +4925.032715 0.000000 869.453674 0.000000 0.907036 0.000000 0.421052 0.388933 0.388933 0.388933 +4917.519043 0.000000 873.891052 0.000000 0.891263 0.000000 0.453487 0.389448 0.389448 0.389448 +4925.125000 0.000000 899.744873 0.000000 0.796680 0.000000 0.604401 0.387427 0.387427 0.387427 +4909.942871 0.000000 869.206482 0.000000 0.816473 0.000000 0.577384 0.386354 0.386354 0.386354 +4927.976562 0.000000 897.881042 0.000000 0.589233 0.000000 0.807963 0.380977 0.380977 0.380977 +4917.633789 0.000000 884.322876 0.000000 0.917638 0.000000 0.397417 0.391205 0.391205 0.391205 +4926.582031 0.000000 862.132690 0.000000 0.840577 0.000000 0.541692 0.385423 0.385423 0.385423 +4927.509766 0.000000 884.484131 0.000000 0.949904 0.000000 0.312542 0.393699 0.393699 0.393699 +4926.994629 0.000000 894.889404 0.000000 0.633987 0.000000 0.773344 0.381945 0.381945 0.381945 +4923.739258 0.000000 851.772278 0.000000 0.819878 0.000000 0.572539 0.385268 0.385268 0.385268 +4916.657715 0.000000 847.301697 0.000000 0.808831 0.000000 0.588041 0.385812 0.385812 0.385812 +4920.096680 0.000000 874.909546 0.000000 0.832104 0.000000 0.554619 0.388610 0.388610 0.388610 +4918.255859 0.000000 856.025696 0.000000 0.684826 0.000000 0.728706 0.379821 0.379821 0.379821 +4923.529785 0.000000 847.912598 0.000000 0.766605 0.000000 0.642119 0.382244 0.382244 0.382244 +4916.316895 0.000000 876.391541 0.000000 0.827206 0.000000 0.561898 0.386981 0.386981 0.386981 +4921.678223 0.000000 862.387268 0.000000 0.801366 0.000000 0.598175 0.386105 0.386105 0.386105 +4912.914551 0.000000 864.449219 0.000000 0.736437 0.000000 0.676506 0.381079 0.381079 0.381079 +4914.709961 0.000000 861.355469 0.000000 0.656694 0.000000 0.754157 0.379993 0.379993 0.379993 +4917.177734 0.000000 857.786072 0.000000 0.822126 0.000000 0.569306 0.384577 0.384577 0.384577 +4924.771484 0.000000 884.349731 0.000000 0.608423 0.000000 0.793613 0.381737 0.381737 0.381737 +4912.943848 0.000000 858.854126 0.000000 0.671534 0.000000 0.740974 0.382833 0.382833 0.382833 +4921.814453 0.000000 866.108093 0.000000 0.933256 0.000000 0.359212 0.391818 0.391818 0.391818 +4922.270996 0.000000 855.599426 0.000000 0.809307 0.000000 0.587385 0.384953 0.384953 0.384953 +4924.473145 0.000000 874.249695 0.000000 0.622552 0.000000 0.782579 0.382273 0.382273 0.382273 +4922.250000 0.000000 880.757568 0.000000 0.676630 0.000000 0.736323 0.383181 0.383181 0.383181 +4959.758301 0.000000 877.425232 0.000000 0.938142 0.000000 0.346252 0.390996 0.390996 0.390996 +4932.032715 0.000000 878.877197 0.000000 0.725781 0.000000 0.687926 0.385795 0.385795 0.385795 +4958.530273 0.000000 870.725708 0.000000 0.679352 0.000000 0.733812 0.384737 0.384737 0.384737 +4960.032227 0.000000 884.203491 0.000000 0.778806 0.000000 0.627264 0.382734 0.382734 0.382734 +4969.260742 0.000000 891.487793 0.000000 0.788332 0.000000 0.615250 0.383124 0.383124 0.383124 +4954.074219 0.000000 877.782043 0.000000 0.948989 0.000000 0.315310 0.391831 0.391831 0.391831 +4938.351562 0.000000 868.144592 0.000000 0.631023 0.000000 0.775764 0.377389 0.377389 0.377389 +4931.505371 0.000000 890.691772 0.000000 0.746983 0.000000 0.664843 0.385329 0.385329 0.385329 +4946.817383 0.000000 877.709534 0.000000 0.761779 0.000000 0.647837 0.382054 0.382054 0.382054 +4958.060547 0.000000 895.420532 0.000000 0.950552 0.000000 0.310567 0.395364 0.395364 0.395364 +4929.884766 0.000000 898.318176 0.000000 0.761903 0.000000 0.647691 0.389200 0.389200 0.389200 +4933.119141 0.000000 863.699829 0.000000 0.946971 0.000000 0.321319 0.392764 0.392764 0.392764 +4936.908691 0.000000 893.165649 0.000000 0.946640 0.000000 0.322292 0.393577 0.393577 0.393577 +4933.464844 0.000000 852.047546 0.000000 0.663833 0.000000 0.747881 0.382156 0.382156 0.382156 +4966.686523 0.000000 847.571411 0.000000 0.941442 0.000000 0.337175 0.391242 0.391242 0.391242 +4957.530273 0.000000 874.557983 0.000000 0.859375 0.000000 0.511346 0.386332 0.386332 0.386332 +4946.190430 0.000000 856.787781 0.000000 0.798605 0.000000 0.601855 0.384618 0.384618 0.384618 +4957.392090 0.000000 891.939087 0.000000 0.658436 0.000000 0.752637 0.378303 0.378303 0.378303 +4928.894531 0.000000 877.565735 0.000000 0.716931 0.000000 0.697145 0.385055 0.385055 0.385055 +4943.197266 0.000000 858.898376 0.000000 0.943450 0.000000 0.331515 0.391395 0.391395 0.391395 +4970.835938 0.000000 853.271912 0.000000 0.796734 0.000000 0.604330 0.383475 0.383475 0.383475 +4930.356934 0.000000 852.163818 0.000000 0.694209 0.000000 0.719773 0.381505 0.381505 0.381505 +4953.916992 0.000000 892.031799 0.000000 0.714679 0.000000 0.699452 0.381396 0.381396 0.381396 +4934.057129 0.000000 892.203369 0.000000 0.598076 0.000000 0.801439 0.381989 0.381989 0.381989 +4941.099609 0.000000 867.042236 0.000000 0.829742 0.000000 0.558147 0.385276 0.385276 0.385276 +4948.994629 0.000000 849.818298 0.000000 0.928774 0.000000 0.370647 0.390331 0.390331 0.390331 +4944.244141 0.000000 876.463440 0.000000 0.909765 0.000000 0.415124 0.389099 0.389099 0.389099 +4955.635742 0.000000 870.315979 0.000000 0.591785 0.000000 0.806096 0.376126 0.376126 0.376126 +4956.947754 0.000000 877.337463 0.000000 0.614182 0.000000 0.789165 0.376841 0.376841 0.376841 +4964.575195 0.000000 849.654602 0.000000 0.920218 0.000000 0.391407 0.390181 0.390181 0.390181 +4957.958984 0.000000 857.465942 0.000000 0.735746 0.000000 0.677258 0.382168 0.382168 0.382168 +4948.832520 0.000000 859.845276 0.000000 0.946140 0.000000 0.323758 0.392510 0.392510 0.392510 +4948.984863 0.000000 884.463623 0.000000 0.799505 0.000000 0.600660 0.383592 0.383592 0.383592 +4940.721191 0.000000 885.590454 0.000000 0.657021 0.000000 0.753873 0.384011 0.384011 0.384011 +4947.443848 0.000000 897.185425 0.000000 0.617544 0.000000 0.786536 0.382193 0.382193 0.382193 +4934.363770 0.000000 856.778259 0.000000 0.728354 0.000000 0.685201 0.380777 0.380777 0.380777 +4965.463867 0.000000 854.870972 0.000000 0.739767 0.000000 0.672863 0.381205 0.381205 0.381205 +4948.805176 0.000000 847.333130 0.000000 0.766269 0.000000 0.642520 0.382231 0.382231 0.382231 +4975.339355 0.000000 847.511658 0.000000 0.907571 0.000000 0.419899 0.389290 0.389290 0.389290 +4929.118652 0.000000 891.995728 0.000000 0.875026 0.000000 0.484076 0.389302 0.389302 0.389302 +4971.596680 0.000000 895.807129 0.000000 0.688771 0.000000 0.724979 0.385908 0.385908 0.385908 +4934.475098 0.000000 861.856262 0.000000 0.644285 0.000000 0.764785 0.381566 0.381566 0.381566 +4937.322266 0.000000 866.233276 0.000000 0.887627 0.000000 0.460564 0.388361 0.388361 0.388361 +4966.792969 0.000000 850.077637 0.000000 0.682469 0.000000 0.730915 0.379127 0.379127 0.379127 +4961.049316 0.000000 848.515930 0.000000 0.658128 0.000000 0.752906 0.381655 0.381655 0.381655 +4948.821777 0.000000 878.376587 0.000000 0.910948 0.000000 0.412520 0.390149 0.390149 0.390149 +4945.219727 0.000000 858.724365 0.000000 0.838477 0.000000 0.544937 0.385641 0.385641 0.385641 +4946.979980 0.000000 887.279419 0.000000 0.811762 0.000000 0.583988 0.384119 0.384119 0.384119 +4936.722168 0.000000 879.784729 0.000000 0.724590 0.000000 0.689180 0.385573 0.385573 0.385573 +4955.739258 0.000000 890.889038 0.000000 0.948321 0.000000 0.317313 0.391778 0.391778 0.391778 +4968.756348 0.000000 852.732117 0.000000 0.689296 0.000000 0.724480 0.379366 0.379366 0.379366 +4943.799805 0.000000 890.329468 0.000000 0.808604 0.000000 0.588354 0.386212 0.386212 0.386212 +4939.084961 0.000000 857.644287 0.000000 0.800366 0.000000 0.599512 0.383629 0.383629 0.383629 +4958.609375 0.000000 872.928284 0.000000 0.888741 0.000000 0.458410 0.390370 0.390370 0.390370 +4943.854980 0.000000 853.795349 0.000000 0.663031 0.000000 0.748592 0.381288 0.381288 0.381288 +4965.372070 0.000000 851.330139 0.000000 0.800118 0.000000 0.599843 0.383618 0.383618 0.383618 +4930.681152 0.000000 869.484192 0.000000 0.936296 0.000000 0.351213 0.392134 0.392134 0.392134 +4940.773926 0.000000 881.449646 0.000000 0.880269 0.000000 0.474476 0.390102 0.390102 0.390102 +4976.748535 0.000000 848.677917 0.000000 0.918418 0.000000 0.395612 0.390942 0.390942 0.390942 +4942.777344 0.000000 867.517761 0.000000 0.808203 0.000000 0.588904 0.386229 0.386229 0.386229 +4928.850586 0.000000 887.830322 0.000000 0.871601 0.000000 0.490217 0.388667 0.388667 0.388667 +4944.985352 0.000000 869.441467 0.000000 0.861239 0.000000 0.508200 0.387543 0.387543 0.387543 +4962.937012 0.000000 849.050354 0.000000 0.934481 0.000000 0.356013 0.392039 0.392039 0.392039 +4961.128418 0.000000 888.028809 0.000000 0.771462 0.000000 0.636276 0.382438 0.382438 0.382438 +4952.512695 0.000000 854.998535 0.000000 0.591562 0.000000 0.806259 0.378554 0.378554 0.378554 +5050.544434 0.000000 831.204346 0.000000 0.770840 0.000000 0.637029 0.389275 0.389275 0.389275 +5048.065918 0.000000 816.143860 0.000000 0.648005 0.000000 0.761636 0.381756 0.381756 0.381756 +5023.453613 0.000000 807.511353 0.000000 0.811391 0.000000 0.584504 0.384103 0.384103 0.384103 +5010.127930 0.000000 804.057312 0.000000 0.794001 0.000000 0.607916 0.383915 0.383915 0.383915 +5032.832520 0.000000 794.282410 0.000000 0.928282 0.000000 0.371877 0.392047 0.392047 0.392047 +5012.569336 0.000000 796.167725 0.000000 0.606587 0.000000 0.795017 0.378754 0.378754 0.378754 +5026.900879 0.000000 790.845947 0.000000 0.820136 0.000000 0.572168 0.386800 0.386800 0.386800 +5006.873047 0.000000 798.828308 0.000000 0.776840 0.000000 0.629699 0.382654 0.382654 0.382654 +5053.292480 0.000000 803.340210 0.000000 0.666375 0.000000 0.745617 0.383614 0.383614 0.383614 +5036.062988 0.000000 799.770386 0.000000 0.757729 0.000000 0.652569 0.384380 0.384380 0.384380 +4993.017578 0.000000 817.474304 0.000000 0.688038 0.000000 0.725675 0.379728 0.379728 0.379728 +4992.098633 0.000000 797.730225 0.000000 0.905874 0.000000 0.423547 0.388863 0.388863 0.388863 +5028.276367 0.000000 824.028015 0.000000 0.676452 0.000000 0.736487 0.384127 0.384127 0.384127 +5014.937012 0.000000 805.208618 0.000000 0.821825 0.000000 0.569741 0.386591 0.386591 0.386591 +5032.763184 0.000000 805.903442 0.000000 0.863335 0.000000 0.504631 0.388009 0.388009 0.388009 +4995.505371 0.000000 834.207397 0.000000 0.904725 0.000000 0.425995 0.392529 0.392529 0.392529 +4996.763672 0.000000 826.973450 0.000000 0.944967 0.000000 0.327164 0.394358 0.394358 0.394358 +4996.047852 0.000000 799.131287 0.000000 0.928263 0.000000 0.371924 0.390714 0.390714 0.390714 +5032.015625 0.000000 798.409851 0.000000 0.950870 0.000000 0.309590 0.392865 0.392865 0.392865 +5048.315430 0.000000 827.790222 0.000000 0.932168 0.000000 0.362025 0.392694 0.392694 0.392694 +4995.837402 0.000000 814.343323 0.000000 0.815877 0.000000 0.578226 0.384392 0.384392 0.384392 +5037.375000 0.000000 815.702942 0.000000 0.914474 0.000000 0.404644 0.390078 0.390078 0.390078 +4998.424805 0.000000 811.141418 0.000000 0.710724 0.000000 0.703470 0.381650 0.381650 0.381650 +5007.831543 0.000000 794.953125 0.000000 0.781640 0.000000 0.623730 0.382849 0.382849 0.382849 +5034.288574 0.000000 813.929077 0.000000 0.624165 0.000000 0.781293 0.380299 0.380299 0.380299 +5034.835938 0.000000 796.787537 0.000000 0.934544 0.000000 0.355846 0.392370 0.392370 0.392370 +4996.948730 0.000000 790.896301 0.000000 0.894503 0.000000 0.447061 0.389980 0.389980 0.389980 +5003.486816 0.000000 799.340881 0.000000 0.695552 0.000000 0.718475 0.380508 0.380508 0.380508 +5001.604492 0.000000 818.235657 0.000000 0.929520 0.000000 0.368771 0.391363 0.391363 0.391363 +5036.194824 0.000000 802.858643 0.000000 0.843130 0.000000 0.537710 0.388151 0.388151 0.388151 +4992.936035 0.000000 813.390808 0.000000 0.768702 0.000000 0.639608 0.382328 0.382328 0.382328 +5008.939453 0.000000 806.709900 0.000000 0.922113 0.000000 0.386920 0.389883 0.389883 0.389883 +5045.519043 0.000000 817.406677 0.000000 0.777877 0.000000 0.628417 0.385241 0.385241 0.385241 +5019.635742 0.000000 813.831604 0.000000 0.663629 0.000000 0.748062 0.380631 0.380631 0.380631 +5008.186523 0.000000 809.932495 0.000000 0.869503 0.000000 0.493927 0.386845 0.386845 0.386845 +5017.283691 0.000000 812.398987 0.000000 0.943212 0.000000 0.332191 0.391901 0.391901 0.391901 +5006.979980 0.000000 815.621399 0.000000 0.837665 0.000000 0.546184 0.385286 0.385286 0.385286 +5013.235840 0.000000 810.642334 0.000000 0.661110 0.000000 0.750289 0.378393 0.378393 0.378393 +5050.637207 0.000000 817.714966 0.000000 0.872409 0.000000 0.488777 0.390030 0.390030 0.390030 +5012.832520 0.000000 803.360901 0.000000 0.934256 0.000000 0.356604 0.391097 0.391097 0.391097 +5002.564941 0.000000 793.330200 0.000000 0.874584 0.000000 0.484873 0.389131 0.389131 0.389131 +5015.068359 0.000000 795.292419 0.000000 0.611801 0.000000 0.791011 0.378951 0.378951 0.378951 +5015.408203 0.000000 802.619446 0.000000 0.815594 0.000000 0.578624 0.385273 0.385273 0.385273 +4999.408691 0.000000 808.618774 0.000000 0.607856 0.000000 0.794047 0.378882 0.378882 0.378882 +5052.013184 0.000000 805.645996 0.000000 0.810821 0.000000 0.585294 0.388824 0.388824 0.388824 +5014.077637 0.000000 807.955933 0.000000 0.625442 0.000000 0.780270 0.380246 0.380246 0.380246 +5000.173828 0.000000 813.047546 0.000000 0.858701 0.000000 0.512477 0.386298 0.386298 0.386298 +4998.363770 0.000000 800.293884 0.000000 0.788737 0.000000 0.614730 0.385488 0.385488 0.385488 +5012.805176 0.000000 790.848755 0.000000 0.711628 0.000000 0.702556 0.380591 0.380591 0.380591 +5020.928223 0.000000 808.661316 0.000000 0.745618 0.000000 0.666374 0.381865 0.381865 0.381865 +5011.894531 0.000000 798.553040 0.000000 0.884807 0.000000 0.465959 0.388576 0.388576 0.388576 +5025.641602 0.000000 808.859863 0.000000 0.900392 0.000000 0.435080 0.389324 0.389324 0.389324 +5018.245605 0.000000 809.293152 0.000000 0.608121 0.000000 0.793844 0.379348 0.379348 0.379348 +5033.650879 0.000000 800.067993 0.000000 0.859917 0.000000 0.510434 0.387964 0.387964 0.387964 +5041.687988 0.000000 799.733826 0.000000 0.900927 0.000000 0.433970 0.391528 0.391528 0.391528 +5047.405273 0.000000 825.634338 0.000000 0.848224 0.000000 0.529638 0.388991 0.388991 0.388991 +4996.248535 0.000000 812.081116 0.000000 0.884296 0.000000 0.466926 0.387799 0.387799 0.387799 +4993.042969 0.000000 823.282349 0.000000 0.811186 0.000000 0.584789 0.384094 0.384094 0.384094 +4992.712402 0.000000 809.002258 0.000000 0.625890 0.000000 0.779911 0.379946 0.379946 0.379946 +5001.322266 0.000000 809.748901 0.000000 0.901727 0.000000 0.432306 0.390737 0.390737 0.390737 +4995.385254 0.000000 829.215759 0.000000 0.756547 0.000000 0.653940 0.384696 0.384696 0.384696 +5019.966309 0.000000 800.394348 0.000000 0.788032 0.000000 0.615634 0.385629 0.385629 0.385629 +5008.098633 0.000000 800.540771 0.000000 0.949858 0.000000 0.312682 0.391902 0.391902 0.391902 +4995.099121 0.000000 817.482910 0.000000 0.647142 0.000000 0.762370 0.378139 0.378139 0.378139 +5017.598145 0.000000 814.412842 0.000000 0.882235 0.000000 0.470810 0.388447 0.388447 0.388447 +5035.311523 0.000000 815.929016 0.000000 0.668204 0.000000 0.743978 0.379305 0.379305 0.379305 +5054.970703 0.000000 813.437256 0.000000 0.668365 0.000000 0.743834 0.383038 0.383038 0.383038 +4996.789062 0.000000 824.638184 0.000000 0.603100 0.000000 0.797665 0.382710 0.382710 0.382710 +4998.912598 0.000000 790.782898 0.000000 0.643291 0.000000 0.765622 0.380886 0.380886 0.380886 +5046.302246 0.000000 805.068726 0.000000 0.734038 0.000000 0.679109 0.384009 0.384009 0.384009 +5015.366211 0.000000 793.433960 0.000000 0.922372 0.000000 0.386303 0.391108 0.391108 0.391108 +5031.260742 0.000000 812.385254 0.000000 0.851587 0.000000 0.524214 0.388263 0.388263 0.388263 +5002.704590 0.000000 813.523743 0.000000 0.761725 0.000000 0.647901 0.382052 0.382052 0.382052 +5036.016602 0.000000 792.529846 0.000000 0.831692 0.000000 0.555237 0.385539 0.385539 0.385539 +5029.372070 0.000000 794.845764 0.000000 0.949962 0.000000 0.312366 0.393687 0.393687 0.393687 +5004.062012 0.000000 812.086670 0.000000 0.655859 0.000000 0.754884 0.378215 0.378215 0.378215 +5019.877441 0.000000 802.272156 0.000000 0.935503 0.000000 0.353318 0.392121 0.392121 0.392121 +5040.748535 0.000000 792.193542 0.000000 0.761012 0.000000 0.648738 0.382024 0.382024 0.382024 +5023.632324 0.000000 801.450073 0.000000 0.834767 0.000000 0.550604 0.386549 0.386549 0.386549 +4999.699707 0.000000 806.636108 0.000000 0.839417 0.000000 0.543487 0.387377 0.387377 0.387377 +4998.054199 0.000000 792.379883 0.000000 0.794088 0.000000 0.607803 0.385647 0.385647 0.385647 +5026.937012 0.000000 792.565979 0.000000 0.745597 0.000000 0.666397 0.384959 0.384959 0.384959 +5045.929688 0.000000 806.851990 0.000000 0.715095 0.000000 0.699028 0.383729 0.383729 0.383729 +5028.990723 0.000000 791.466858 0.000000 0.723925 0.000000 0.689879 0.382514 0.382514 0.382514 +5008.728516 0.000000 790.787842 0.000000 0.902006 0.000000 0.431723 0.388699 0.388699 0.388699 +5025.519531 0.000000 798.642212 0.000000 0.850828 0.000000 0.525444 0.387542 0.387542 0.387542 +5036.442383 0.000000 797.294006 0.000000 0.670734 0.000000 0.741698 0.380349 0.380349 0.380349 +5011.935547 0.000000 800.539673 0.000000 0.613509 0.000000 0.789687 0.376819 0.376819 0.376819 +5011.835449 0.000000 811.668335 0.000000 0.733283 0.000000 0.679924 0.380961 0.380961 0.380961 +5026.375977 0.000000 807.223999 0.000000 0.915212 0.000000 0.402973 0.389438 0.389438 0.389438 +5063.671387 0.000000 815.637817 0.000000 0.877590 0.000000 0.479412 0.391911 0.391911 0.391911 +5065.400879 0.000000 806.900391 0.000000 0.842499 0.000000 0.538697 0.387388 0.387388 0.387388 +5058.500488 0.000000 810.525330 0.000000 0.872798 0.000000 0.488082 0.389536 0.389536 0.389536 +5119.586426 0.000000 844.215820 0.000000 0.852431 0.000000 0.522839 0.391814 0.391814 0.391814 +5066.351562 0.000000 811.660217 0.000000 0.879680 0.000000 0.475566 0.391240 0.391240 0.391240 +5061.119141 0.000000 807.215454 0.000000 0.915074 0.000000 0.403287 0.391668 0.391668 0.391668 +5059.837402 0.000000 814.343323 0.000000 0.820372 0.000000 0.571830 0.387447 0.387447 0.387447 +5062.424805 0.000000 811.141418 0.000000 0.859147 0.000000 0.511729 0.388708 0.388708 0.388708 +5062.028809 0.000000 813.710876 0.000000 0.770943 0.000000 0.636904 0.385796 0.385796 0.385796 +5064.404785 0.000000 811.209106 0.000000 0.893473 0.000000 0.449116 0.390162 0.390162 0.390162 +5120.156738 0.000000 845.681458 0.000000 0.675854 0.000000 0.737036 0.387711 0.387711 0.387711 +5146.122559 0.000000 858.074036 0.000000 0.816463 0.000000 0.577398 0.391056 0.391056 0.391056 +5141.668945 0.000000 857.054504 0.000000 0.594052 0.000000 0.804427 0.384459 0.384459 0.384459 +5147.131348 0.000000 863.386780 0.000000 0.946594 0.000000 0.322428 0.394853 0.394853 0.394853 +5173.013672 0.000000 881.911987 0.000000 0.768257 0.000000 0.640141 0.389386 0.389386 0.389386 +5149.020508 0.000000 860.096008 0.000000 0.655990 0.000000 0.754769 0.387060 0.387060 0.387060 +5171.759277 0.000000 878.630493 0.000000 0.853460 0.000000 0.521158 0.391405 0.391405 0.391405 +5165.942871 0.000000 869.206482 0.000000 0.814411 0.000000 0.580288 0.389799 0.389799 0.389799 +5402.709961 0.000000 771.336792 0.000000 0.835464 0.000000 0.549545 0.391837 0.391837 0.391837 +5615.722656 0.000000 948.069641 0.000000 0.678649 0.000000 0.734463 0.383402 0.383402 0.383402 +5617.272949 0.000000 937.374939 0.000000 0.725770 0.000000 0.687937 0.384924 0.384924 0.384924 +5605.432617 0.000000 914.777039 0.000000 0.894742 0.000000 0.446583 0.393898 0.393898 0.393898 +5598.236816 0.000000 956.279907 0.000000 0.671482 0.000000 0.741021 0.383623 0.383623 0.383623 +5583.272949 0.000000 925.668579 0.000000 0.796129 0.000000 0.605127 0.390946 0.390946 0.390946 +5620.365234 0.000000 943.016235 0.000000 0.880265 0.000000 0.474483 0.390200 0.390200 0.390200 +5603.765137 0.000000 929.597229 0.000000 0.607224 0.000000 0.794531 0.381707 0.381707 0.381707 +5585.256836 0.000000 938.464844 0.000000 0.781769 0.000000 0.623568 0.390284 0.390284 0.390284 +5613.434082 0.000000 933.479248 0.000000 0.946876 0.000000 0.321598 0.393493 0.393493 0.393493 +5582.220703 0.000000 920.830933 0.000000 0.848032 0.000000 0.529945 0.391801 0.391801 0.391801 +5594.709961 0.000000 940.789917 0.000000 0.927015 0.000000 0.375025 0.393013 0.393013 0.393013 +5594.364746 0.000000 929.311340 0.000000 0.726473 0.000000 0.687195 0.384944 0.384944 0.384944 +5622.381836 0.000000 933.077637 0.000000 0.645346 0.000000 0.763890 0.383332 0.383332 0.383332 +5613.375000 0.000000 928.671692 0.000000 0.910131 0.000000 0.414322 0.392470 0.392470 0.392470 +5619.213867 0.000000 950.007202 0.000000 0.827392 0.000000 0.561625 0.388983 0.388983 0.388983 +5616.647949 0.000000 944.225769 0.000000 0.800105 0.000000 0.599860 0.387537 0.387537 0.387537 +5602.735840 0.000000 943.403076 0.000000 0.835405 0.000000 0.549634 0.388726 0.388726 0.388726 +5612.376953 0.000000 950.017700 0.000000 0.849862 0.000000 0.527006 0.388942 0.388942 0.388942 +5609.204590 0.000000 940.311340 0.000000 0.698574 0.000000 0.715538 0.384552 0.384552 0.384552 +5619.402344 0.000000 957.717224 0.000000 0.874713 0.000000 0.484641 0.391234 0.391234 0.391234 +5586.190430 0.000000 913.272156 0.000000 0.740505 0.000000 0.672051 0.388151 0.388151 0.388151 +5609.656250 0.000000 943.859741 0.000000 0.861829 0.000000 0.507199 0.390253 0.390253 0.390253 +5595.595215 0.000000 954.273743 0.000000 0.720660 0.000000 0.693289 0.384777 0.384777 0.384777 +5616.580566 0.000000 934.190735 0.000000 0.623390 0.000000 0.781911 0.382698 0.382698 0.382698 +5592.572266 0.000000 943.214355 0.000000 0.636871 0.000000 0.770970 0.385011 0.385011 0.385011 +5600.449219 0.000000 929.745300 0.000000 0.929166 0.000000 0.369662 0.392627 0.392627 0.392627 +5597.422852 0.000000 942.301819 0.000000 0.634261 0.000000 0.773119 0.382967 0.382967 0.382967 +5606.581055 0.000000 938.874451 0.000000 0.884672 0.000000 0.466213 0.390434 0.390434 0.390434 +5601.448730 0.000000 927.046814 0.000000 0.939381 0.000000 0.342876 0.393220 0.393220 0.393220 +5584.939453 0.000000 919.678650 0.000000 0.942642 0.000000 0.333806 0.394545 0.394545 0.394545 +5593.706543 0.000000 917.389343 0.000000 0.866529 0.000000 0.499127 0.389719 0.389719 0.389719 +5588.984863 0.000000 940.947998 0.000000 0.693670 0.000000 0.720293 0.386990 0.386990 0.386990 +5629.738281 0.000000 931.999146 0.000000 0.644283 0.000000 0.764787 0.385175 0.385175 0.385175 +5603.689941 0.000000 955.351624 0.000000 0.854766 0.000000 0.519014 0.389292 0.389292 0.389292 +5611.601562 0.000000 956.650085 0.000000 0.695373 0.000000 0.718649 0.384025 0.384025 0.384025 +5602.111328 0.000000 935.365173 0.000000 0.854071 0.000000 0.520156 0.389074 0.389074 0.389074 +5621.633789 0.000000 940.807251 0.000000 0.944158 0.000000 0.329493 0.393327 0.393327 0.393327 +5595.698730 0.000000 950.249329 0.000000 0.714553 0.000000 0.699581 0.385144 0.385144 0.385144 +5614.693848 0.000000 935.808655 0.000000 0.932498 0.000000 0.361174 0.392860 0.392860 0.392860 +5631.697754 0.000000 948.474121 0.000000 0.932647 0.000000 0.360790 0.392609 0.392609 0.392609 +5598.816895 0.000000 918.187805 0.000000 0.924110 0.000000 0.382126 0.393265 0.393265 0.393265 +5631.163574 0.000000 936.424561 0.000000 0.685071 0.000000 0.728476 0.384434 0.384434 0.384434 +5617.314941 0.000000 946.448242 0.000000 0.948500 0.000000 0.316776 0.393691 0.393691 0.393691 +5599.888672 0.000000 925.294250 0.000000 0.881568 0.000000 0.472057 0.390574 0.390574 0.390574 +5599.005371 0.000000 938.654724 0.000000 0.741806 0.000000 0.670614 0.385430 0.385430 0.385430 +5617.031738 0.000000 950.088562 0.000000 0.911491 0.000000 0.411319 0.392126 0.392126 0.392126 +5600.607910 0.000000 942.840637 0.000000 0.917245 0.000000 0.398324 0.391858 0.391858 0.391858 +5613.465820 0.000000 948.045959 0.000000 0.915085 0.000000 0.403262 0.391917 0.391917 0.391917 +5623.867676 0.000000 950.981628 0.000000 0.808066 0.000000 0.589092 0.388299 0.388299 0.388299 +5608.179688 0.000000 931.934631 0.000000 0.730518 0.000000 0.682894 0.385962 0.385962 0.385962 +5613.814941 0.000000 940.296082 0.000000 0.824121 0.000000 0.566414 0.388154 0.388154 0.388154 +5611.060059 0.000000 937.883606 0.000000 0.796606 0.000000 0.604498 0.387683 0.387683 0.387683 +5629.382324 0.000000 934.052307 0.000000 0.760099 0.000000 0.649807 0.386685 0.386685 0.386685 +5620.316895 0.000000 932.875916 0.000000 0.879683 0.000000 0.475560 0.390399 0.390399 0.390399 +5593.598145 0.000000 927.381592 0.000000 0.832551 0.000000 0.553948 0.388831 0.388831 0.388831 +5618.750488 0.000000 944.303284 0.000000 0.842806 0.000000 0.538218 0.388706 0.388706 0.388706 +5601.987305 0.000000 941.363647 0.000000 0.735126 0.000000 0.677931 0.385084 0.385084 0.385084 +5595.739258 0.000000 947.373413 0.000000 0.789819 0.000000 0.613340 0.387703 0.387703 0.387703 +5619.318359 0.000000 937.391479 0.000000 0.663228 0.000000 0.748417 0.383786 0.383786 0.383786 +5608.567383 0.000000 938.433289 0.000000 0.873182 0.000000 0.487394 0.389857 0.389857 0.389857 +5596.161133 0.000000 952.362122 0.000000 0.734012 0.000000 0.679137 0.384977 0.384977 0.384977 +5596.720215 0.000000 944.259155 0.000000 0.678219 0.000000 0.734860 0.384008 0.384008 0.384008 +5618.395020 0.000000 933.766602 0.000000 0.700688 0.000000 0.713468 0.384332 0.384332 0.384332 +5597.418457 0.000000 953.747498 0.000000 0.762039 0.000000 0.647531 0.385827 0.385827 0.385827 +5623.893555 0.000000 947.254761 0.000000 0.847683 0.000000 0.530503 0.389027 0.389027 0.389027 +5605.379395 0.000000 940.636658 0.000000 0.947147 0.000000 0.320799 0.393412 0.393412 0.393412 +5616.891113 0.000000 932.124084 0.000000 0.592797 0.000000 0.805352 0.381394 0.381394 0.381394 +5580.978516 0.000000 960.970337 0.000000 0.926774 0.000000 0.375620 0.393694 0.393694 0.393694 +5623.531250 0.000000 970.838074 0.000000 0.719163 0.000000 0.694841 0.389145 0.389145 0.389145 +5589.668945 0.000000 970.023254 0.000000 0.816611 0.000000 0.577189 0.390108 0.390108 0.390108 +5598.961914 0.000000 961.195679 0.000000 0.865487 0.000000 0.500931 0.389966 0.389966 0.389966 +5609.650879 0.000000 969.521118 0.000000 0.930320 0.000000 0.366750 0.393625 0.393625 0.393625 +5594.165527 0.000000 968.492126 0.000000 0.852674 0.000000 0.522443 0.390338 0.390338 0.390338 +5615.882812 0.000000 965.258057 0.000000 0.915302 0.000000 0.402768 0.392321 0.392321 0.392321 +5639.979980 0.000000 945.885315 0.000000 0.788198 0.000000 0.615422 0.386992 0.386992 0.386992 +5648.971680 0.000000 952.927002 0.000000 0.670137 0.000000 0.742237 0.384423 0.384423 0.384423 +5650.579102 0.000000 958.938904 0.000000 0.677575 0.000000 0.735454 0.387581 0.387581 0.387581 +5632.009766 0.000000 945.942505 0.000000 0.732339 0.000000 0.680940 0.386386 0.386386 0.386386 +5655.836426 0.000000 954.362854 0.000000 0.614025 0.000000 0.789286 0.385920 0.385920 0.385920 +5644.457520 0.000000 955.525940 0.000000 0.801542 0.000000 0.597939 0.388287 0.388287 0.388287 +5644.083496 0.000000 949.263855 0.000000 0.893908 0.000000 0.448251 0.391134 0.391134 0.391134 +5652.436035 0.000000 946.021851 0.000000 0.604535 0.000000 0.796579 0.384262 0.384262 0.384262 +5634.575684 0.000000 944.877075 0.000000 0.876294 0.000000 0.481776 0.390638 0.390638 0.390638 +5647.870117 0.000000 940.572876 0.000000 0.632464 0.000000 0.774590 0.385312 0.385312 0.385312 +5646.401855 0.000000 945.445862 0.000000 0.689363 0.000000 0.724416 0.384911 0.384911 0.384911 +5651.253418 0.000000 951.336609 0.000000 0.596559 0.000000 0.802569 0.382696 0.382696 0.382696 +5640.237305 0.000000 951.776550 0.000000 0.763224 0.000000 0.646134 0.385899 0.385899 0.385899 +5641.808105 0.000000 944.917175 0.000000 0.743123 0.000000 0.669155 0.385578 0.385578 0.385578 +5642.234863 0.000000 951.195923 0.000000 0.876730 0.000000 0.480983 0.389978 0.389978 0.389978 +5644.978516 0.000000 960.970337 0.000000 0.742366 0.000000 0.669994 0.389076 0.389076 0.389076 +5658.122559 0.000000 1027.527100 0.000000 0.859065 0.000000 0.511867 0.392917 0.392917 0.392917 +5676.760254 0.000000 1055.223877 0.000000 0.728976 0.000000 0.684539 0.389986 0.389986 0.389986 +5693.248047 0.000000 1062.720825 0.000000 0.734400 0.000000 0.678717 0.381152 0.381152 0.381152 +5666.015137 0.000000 1037.214233 0.000000 0.847441 0.000000 0.530890 0.392204 0.392204 0.392204 +5673.656250 0.000000 1056.828491 0.000000 0.880842 0.000000 0.473410 0.389707 0.389707 0.389707 +5693.611816 0.000000 1055.478394 0.000000 0.718827 0.000000 0.695189 0.387257 0.387257 0.387257 +5693.638184 0.000000 1036.442017 0.000000 0.821387 0.000000 0.570371 0.388150 0.388150 0.388150 +5694.390625 0.000000 1072.479248 0.000000 0.804425 0.000000 0.594054 0.383802 0.383802 0.383802 +5694.582031 0.000000 1031.585815 0.000000 0.848729 0.000000 0.528828 0.388148 0.388148 0.388148 +5694.994629 0.000000 1064.342529 0.000000 0.928647 0.000000 0.370964 0.390322 0.390322 0.390322 +5691.003418 0.000000 1062.728394 0.000000 0.946924 0.000000 0.321458 0.393251 0.393251 0.393251 +5693.382324 0.000000 1047.021118 0.000000 0.765527 0.000000 0.643404 0.383074 0.383074 0.383074 +5660.979980 0.000000 1031.997925 0.000000 0.735975 0.000000 0.677009 0.382622 0.382622 0.382622 +5672.284180 0.000000 1055.185303 0.000000 0.912762 0.000000 0.408492 0.389600 0.389600 0.389600 +5694.854492 0.000000 1043.302124 0.000000 0.634105 0.000000 0.773247 0.377491 0.377491 0.377491 +5662.945801 0.000000 1045.182617 0.000000 0.813004 0.000000 0.582258 0.387680 0.387680 0.387680 +5734.230957 0.000000 1055.247803 0.000000 0.837920 0.000000 0.545793 0.391928 0.391928 0.391928 +5702.215332 0.000000 1065.656372 0.000000 0.793633 0.000000 0.608396 0.383345 0.383345 0.383345 +5704.908691 0.000000 1062.618774 0.000000 0.788629 0.000000 0.614869 0.383137 0.383137 0.383137 +5705.866211 0.000000 1055.791138 0.000000 0.705154 0.000000 0.709054 0.386935 0.386935 0.386935 +5713.360840 0.000000 1062.879150 0.000000 0.896247 0.000000 0.443556 0.392542 0.392542 0.392542 +5704.237305 0.000000 1064.745361 0.000000 0.711404 0.000000 0.702783 0.380155 0.380155 0.380155 +5709.139648 0.000000 1060.263428 0.000000 0.696350 0.000000 0.717702 0.382533 0.382533 0.382533 +5700.166992 0.000000 1065.483276 0.000000 0.612209 0.000000 0.790696 0.376777 0.376777 0.376777 +5706.618164 0.000000 1030.263184 0.000000 0.629762 0.000000 0.776788 0.379080 0.379080 0.379080 +5724.161133 0.000000 1065.330811 0.000000 0.672599 0.000000 0.740007 0.378786 0.378786 0.378786 +5732.099609 0.000000 1055.036499 0.000000 0.720873 0.000000 0.693067 0.384668 0.384668 0.384668 +5700.679688 0.000000 1069.333740 0.000000 0.721510 0.000000 0.692404 0.380524 0.380524 0.380524 +5696.517090 0.000000 1066.495728 0.000000 0.816397 0.000000 0.577492 0.384323 0.384323 0.384323 +5703.784180 0.000000 1070.035156 0.000000 0.810186 0.000000 0.586172 0.384051 0.384051 0.384051 +5731.619629 0.000000 1058.625610 0.000000 0.788604 0.000000 0.614901 0.383136 0.383136 0.383136 +5708.919922 0.000000 1066.754517 0.000000 0.732877 0.000000 0.680361 0.380946 0.380946 0.380946 +5706.663574 0.000000 1071.303711 0.000000 0.667521 0.000000 0.744591 0.378612 0.378612 0.378612 +5686.816895 0.000000 1074.453857 0.000000 0.663167 0.000000 0.748472 0.382644 0.382644 0.382644 +5693.524414 0.000000 1090.272827 0.000000 0.620748 0.000000 0.784010 0.385692 0.385692 0.385692 +5665.987305 0.000000 1110.816772 0.000000 0.914162 0.000000 0.405349 0.390560 0.390560 0.390560 +5698.396484 0.000000 1075.065308 0.000000 0.742859 0.000000 0.669448 0.381322 0.381322 0.381322 +5722.987305 0.000000 1073.291870 0.000000 0.688065 0.000000 0.725649 0.387634 0.387634 0.387634 +5698.356934 0.000000 1078.101318 0.000000 0.635741 0.000000 0.771902 0.377544 0.377544 0.377544 +5711.671387 0.000000 1074.732178 0.000000 0.589799 0.000000 0.807550 0.385122 0.385122 0.385122 +5708.251465 0.000000 1080.039185 0.000000 0.805843 0.000000 0.592129 0.387344 0.387344 0.387344 +5711.854980 0.000000 1079.732788 0.000000 0.812448 0.000000 0.583034 0.387817 0.387817 0.387817 +5696.371582 0.000000 1078.287964 0.000000 0.769596 0.000000 0.638532 0.382363 0.382363 0.382363 +4231.671387 0.000000 2227.747070 0.000000 0.744922 0.000000 0.667151 0.390081 0.390081 0.390081 +4233.063965 0.000000 2233.352539 0.000000 0.899600 0.000000 0.436715 0.393298 0.393298 0.393298 +4218.807129 0.000000 2322.513916 0.000000 0.829288 0.000000 0.558822 0.391473 0.391473 0.391473 +4197.982422 0.000000 2366.121094 0.000000 0.727870 0.000000 0.685715 0.389361 0.389361 0.389361 +4215.638184 0.000000 2331.602783 0.000000 0.613413 0.000000 0.789762 0.387181 0.387181 0.387181 +4198.893555 0.000000 2335.306641 0.000000 0.944513 0.000000 0.328475 0.395087 0.395087 0.395087 +4214.816895 0.000000 2317.110107 0.000000 0.880712 0.000000 0.473653 0.392313 0.392313 0.392313 +4223.586426 0.000000 2369.293945 0.000000 0.821481 0.000000 0.570236 0.391305 0.391305 0.391305 +4221.658691 0.000000 2351.175049 0.000000 0.844851 0.000000 0.535001 0.391939 0.391939 0.391939 +4213.994141 0.000000 2337.145508 0.000000 0.841935 0.000000 0.539579 0.392003 0.392003 0.392003 +4222.270020 0.000000 2320.290771 0.000000 0.706416 0.000000 0.707797 0.388378 0.388378 0.388378 +4205.311035 0.000000 2350.209229 0.000000 0.926271 0.000000 0.376859 0.394173 0.394173 0.394173 +4207.868652 0.000000 2364.270264 0.000000 0.920669 0.000000 0.390345 0.394213 0.394213 0.394213 +4201.322754 0.000000 2364.135010 0.000000 0.809656 0.000000 0.586905 0.390323 0.390323 0.390323 +4221.507812 0.000000 2365.636230 0.000000 0.664465 0.000000 0.747319 0.386093 0.386093 0.386093 +4206.042969 0.000000 2321.714111 0.000000 0.705552 0.000000 0.708658 0.388360 0.388360 0.388360 +4211.634277 0.000000 2358.587158 0.000000 0.931362 0.000000 0.364095 0.394325 0.394325 0.394325 +4202.288574 0.000000 2339.007080 0.000000 0.798422 0.000000 0.602099 0.390063 0.390063 0.390063 +4208.580566 0.000000 2346.300049 0.000000 0.817285 0.000000 0.576234 0.390770 0.390770 0.390770 +4213.860840 0.000000 2363.925781 0.000000 0.660469 0.000000 0.750854 0.386641 0.386641 0.386641 +4201.676758 0.000000 2333.926270 0.000000 0.873638 0.000000 0.486576 0.392337 0.392337 0.392337 +4193.448730 0.000000 2339.156250 0.000000 0.790224 0.000000 0.612818 0.389724 0.389724 0.389724 +4204.352051 0.000000 2333.120361 0.000000 0.849663 0.000000 0.527325 0.391291 0.391291 0.391291 +4282.544434 0.000000 2299.798096 0.000000 0.843436 0.000000 0.537229 0.392666 0.392666 0.392666 +4282.368164 0.000000 2311.301025 0.000000 0.658651 0.000000 0.752449 0.386688 0.386688 0.386688 +4257.210449 0.000000 2304.248291 0.000000 0.853339 0.000000 0.521357 0.391840 0.391840 0.391840 +4279.060547 0.000000 2300.974609 0.000000 0.928501 0.000000 0.371329 0.394377 0.394377 0.394377 +4282.305176 0.000000 2303.356445 0.000000 0.827818 0.000000 0.560997 0.390008 0.390008 0.390008 +4248.572266 0.000000 2298.839355 0.000000 0.912752 0.000000 0.408514 0.393423 0.393423 0.393423 +4270.880859 0.000000 2309.910645 0.000000 0.921562 0.000000 0.388230 0.392654 0.392654 0.392654 +4273.262695 0.000000 2313.936035 0.000000 0.929835 0.000000 0.367977 0.393170 0.393170 0.393170 +4309.705078 0.000000 2286.242676 0.000000 0.846805 0.000000 0.531904 0.388883 0.388883 0.388883 +4295.671387 0.000000 2284.231445 0.000000 0.717853 0.000000 0.696195 0.390080 0.390080 0.390080 +4311.890625 0.000000 2278.432617 0.000000 0.815794 0.000000 0.578343 0.391840 0.391840 0.391840 +4295.979980 0.000000 2301.510254 0.000000 0.868440 0.000000 0.495794 0.392514 0.392514 0.392514 +4297.063965 0.000000 2289.836914 0.000000 0.807384 0.000000 0.590026 0.389917 0.389917 0.389917 +4314.364746 0.000000 2284.936279 0.000000 0.620446 0.000000 0.784249 0.387127 0.387127 0.387127 +4301.872070 0.000000 2287.777588 0.000000 0.705032 0.000000 0.709175 0.386499 0.386499 0.386499 +4250.979980 0.000000 2357.692139 0.000000 0.906081 0.000000 0.423105 0.393652 0.393652 0.393652 +4271.722656 0.000000 2360.178955 0.000000 0.912862 0.000000 0.408268 0.394204 0.394204 0.394204 +4235.959473 0.000000 2364.350342 0.000000 0.931627 0.000000 0.363417 0.394429 0.394429 0.394429 +4254.236816 0.000000 2368.389160 0.000000 0.936049 0.000000 0.351870 0.394811 0.394811 0.394811 +4244.089355 0.000000 2360.676270 0.000000 0.772245 0.000000 0.635324 0.389447 0.389447 0.389447 +4278.816895 0.000000 2317.110107 0.000000 0.881064 0.000000 0.472996 0.393112 0.393112 0.393112 +4224.098633 0.000000 2322.808350 0.000000 0.687782 0.000000 0.725917 0.388237 0.388237 0.388237 +4230.330566 0.000000 2327.956299 0.000000 0.918339 0.000000 0.395795 0.394351 0.394351 0.394351 +4274.318359 0.000000 2316.065186 0.000000 0.700137 0.000000 0.714008 0.387572 0.387572 0.387572 +4261.098633 0.000000 2358.730469 0.000000 0.660368 0.000000 0.750942 0.388081 0.388081 0.388081 +4224.163086 0.000000 2350.605957 0.000000 0.663796 0.000000 0.747914 0.387808 0.387808 0.387808 +4260.620605 0.000000 2362.567871 0.000000 0.912901 0.000000 0.408182 0.393513 0.393513 0.393513 +4247.371094 0.000000 2358.873291 0.000000 0.945976 0.000000 0.324237 0.394955 0.394955 0.394955 +4247.836426 0.000000 2366.472168 0.000000 0.691851 0.000000 0.722040 0.387795 0.387795 0.387795 +4233.278320 0.000000 2365.942871 0.000000 0.790286 0.000000 0.612738 0.389890 0.389890 0.389890 +4227.510742 0.000000 2362.787354 0.000000 0.698569 0.000000 0.715543 0.387060 0.387060 0.387060 +4241.722656 0.000000 2368.036621 0.000000 0.925455 0.000000 0.378857 0.393986 0.393986 0.393986 +4234.072266 0.000000 2372.031494 0.000000 0.658876 0.000000 0.752252 0.386650 0.386650 0.386650 +4216.065918 0.000000 2397.706299 0.000000 0.710900 0.000000 0.703293 0.389523 0.389523 0.389523 +4221.512207 0.000000 2372.369873 0.000000 0.871054 0.000000 0.491188 0.393027 0.393027 0.393027 +4222.624512 0.000000 2381.163818 0.000000 0.907997 0.000000 0.418977 0.393481 0.393481 0.393481 +4235.786133 0.000000 2377.396729 0.000000 0.660510 0.000000 0.750817 0.387236 0.387236 0.387236 +4224.514160 0.000000 2388.424561 0.000000 0.854012 0.000000 0.520254 0.391422 0.391422 0.391422 +4437.705078 0.000000 2286.242676 0.000000 0.948054 0.000000 0.318111 0.395797 0.395797 0.395797 +4454.230957 0.000000 2297.904053 0.000000 0.778064 0.000000 0.628185 0.389419 0.389419 0.389419 +4466.584961 0.000000 2287.269287 0.000000 0.825550 0.000000 0.564329 0.391347 0.391347 0.391347 +4451.666992 0.000000 2295.861328 0.000000 0.724072 0.000000 0.689725 0.388105 0.388105 0.388105 +4457.967773 0.000000 2289.192871 0.000000 0.667037 0.000000 0.745025 0.386485 0.386485 0.386485 +4463.537109 0.000000 2286.503418 0.000000 0.927943 0.000000 0.372722 0.394164 0.394164 0.394164 +"} object={ name="oak_dense_generator_1_2" clamp_to_water_level=no @@ -23,8 +1157,571 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_03_mesh" - count=0 -} + count=563 + transform="5040.205566 0.000000 790.755615 0.000000 0.976138 0.000000 -0.217151 0.405410 0.405410 0.405410 +4999.671387 0.000000 759.153442 0.000000 0.998817 0.000000 0.048621 0.399223 0.399223 0.399223 +5041.272949 0.000000 767.921814 0.000000 0.981170 0.000000 0.193146 0.396409 0.396409 0.396409 +5023.758301 0.000000 764.456482 0.000000 0.999987 0.000000 -0.005122 0.400105 0.400105 0.400105 +5003.959473 0.000000 782.787720 0.000000 0.995606 0.000000 -0.093639 0.402013 0.402013 0.402013 +5018.122559 0.000000 745.105286 0.000000 0.996874 0.000000 0.079006 0.398839 0.398839 0.398839 +5012.089355 0.000000 779.113770 0.000000 0.990192 0.000000 0.139710 0.397145 0.397145 0.397145 +5018.074219 0.000000 764.813293 0.000000 0.978371 0.000000 0.206860 0.394809 0.394809 0.394809 +5006.220703 0.000000 751.377808 0.000000 0.996686 0.000000 0.081344 0.398414 0.398414 0.398414 +5032.763184 0.000000 749.419067 0.000000 0.999991 0.000000 0.004357 0.399917 0.399917 0.399917 +5018.364746 0.000000 759.858215 0.000000 0.984225 0.000000 0.176920 0.396013 0.396013 0.396013 +5027.991211 0.000000 750.023376 0.000000 0.958461 0.000000 -0.285223 0.406326 0.406326 0.406326 +5022.060547 0.000000 782.451782 0.000000 0.971894 0.000000 -0.235420 0.406028 0.406028 0.406028 +5024.426758 0.000000 746.734680 0.000000 0.999816 0.000000 -0.019187 0.400303 0.400303 0.400303 +5019.131348 0.000000 750.418030 0.000000 0.996754 0.000000 0.080507 0.398318 0.398318 0.398318 +5046.381836 0.000000 763.624512 0.000000 0.965450 0.000000 0.260587 0.395459 0.395459 0.395459 +5003.941895 0.000000 776.100891 0.000000 0.999162 0.000000 -0.040923 0.400867 0.400867 0.400867 +5013.502930 0.000000 782.616089 0.000000 0.974432 0.000000 0.224682 0.394919 0.394919 0.394919 +5043.863281 0.000000 758.669617 0.000000 0.994430 0.000000 -0.105400 0.402125 0.402125 0.402125 +5039.663086 0.000000 744.308777 0.000000 0.979285 0.000000 -0.202486 0.403441 0.403441 0.403441 +5032.974609 0.000000 745.818420 0.000000 0.993551 0.000000 0.113384 0.398230 0.398230 0.398230 +5039.145508 0.000000 752.444702 0.000000 0.995570 0.000000 0.094018 0.398176 0.398176 0.398176 +5010.230469 0.000000 772.332397 0.000000 0.999997 0.000000 -0.002307 0.400048 0.400048 0.400048 +5033.967773 0.000000 764.114807 0.000000 0.981775 0.000000 0.190049 0.395131 0.395131 0.395131 +5050.504395 0.000000 758.055725 0.000000 0.984770 0.000000 -0.173864 0.403176 0.403176 0.403176 +5008.939453 0.000000 750.225525 0.000000 0.992885 0.000000 -0.119079 0.402146 0.402146 0.402146 +5028.029297 0.000000 752.849670 0.000000 0.996962 0.000000 -0.077890 0.401600 0.401600 0.401600 +5008.186523 0.000000 753.448120 0.000000 0.999749 0.000000 -0.022415 0.400373 0.400373 0.400373 +5039.447754 0.000000 746.982544 0.000000 0.987238 0.000000 0.159253 0.397237 0.397237 0.397237 +5025.910645 0.000000 776.619751 0.000000 0.996518 0.000000 -0.083382 0.401880 0.401880 0.401880 +5037.942871 0.000000 756.237732 0.000000 0.970375 0.000000 -0.241602 0.405544 0.405544 0.405544 +5030.646484 0.000000 766.454102 0.000000 0.960228 0.000000 0.279218 0.392808 0.392808 0.392808 +5041.394043 0.000000 759.626648 0.000000 0.966065 0.000000 -0.258299 0.405675 0.405675 0.405675 +5000.173828 0.000000 756.563171 0.000000 0.989134 0.000000 0.147015 0.396920 0.396920 0.396920 +5003.442871 0.000000 752.105469 0.000000 0.999652 0.000000 0.026376 0.399432 0.399432 0.399432 +5019.698730 0.000000 780.796204 0.000000 0.964256 0.000000 0.264972 0.393573 0.393573 0.393573 +5035.659668 0.000000 770.476501 0.000000 0.999990 0.000000 0.004541 0.399915 0.399915 0.399915 +5019.190918 0.000000 762.606262 0.000000 0.986251 0.000000 0.165254 0.395772 0.395772 0.395772 +5035.095215 0.000000 748.615540 0.000000 0.994794 0.000000 -0.101905 0.402156 0.402156 0.402156 +5046.180664 0.000000 758.147095 0.000000 0.999996 0.000000 -0.002880 0.400053 0.400053 0.400053 +5015.348633 0.000000 787.295349 0.000000 0.994595 0.000000 -0.103827 0.402649 0.402649 0.402649 +5028.144531 0.000000 783.258301 0.000000 0.993483 0.000000 -0.113981 0.402909 0.402909 0.402909 +5027.522949 0.000000 778.942810 0.000000 0.993854 0.000000 -0.110697 0.402570 0.402570 0.402570 +5019.443848 0.000000 766.561829 0.000000 0.998491 0.000000 -0.054923 0.401298 0.401298 0.401298 +5041.262695 0.000000 788.857971 0.000000 0.983703 0.000000 -0.179800 0.403674 0.403674 0.403674 +5001.322266 0.000000 753.264526 0.000000 0.998590 0.000000 0.053081 0.398992 0.398992 0.398992 +5031.778320 0.000000 790.131836 0.000000 0.976191 0.000000 0.216915 0.394432 0.394432 0.394432 +5039.135742 0.000000 750.352966 0.000000 0.994198 0.000000 -0.107568 0.402115 0.402115 0.402115 +5021.739258 0.000000 755.759949 0.000000 0.987894 0.000000 0.155128 0.396625 0.396625 0.396625 +5013.422363 0.000000 758.651733 0.000000 0.995055 0.000000 -0.099325 0.402379 0.402379 0.402379 +5017.598145 0.000000 757.928467 0.000000 0.975014 0.000000 -0.222143 0.405000 0.405000 0.405000 +5014.911621 0.000000 775.286499 0.000000 0.965163 0.000000 -0.261649 0.405049 0.405049 0.405049 +5013.843750 0.000000 784.581604 0.000000 0.963129 0.000000 -0.269040 0.406392 0.406392 0.406392 +5022.288086 0.000000 788.759277 0.000000 0.960548 0.000000 0.278116 0.392823 0.392823 0.392823 +5013.101562 0.000000 780.747925 0.000000 0.990658 0.000000 0.136368 0.397083 0.397083 0.397083 +5020.720215 0.000000 774.806030 0.000000 0.986333 0.000000 -0.164766 0.403893 0.403893 0.403893 +5028.099609 0.000000 772.614685 0.000000 0.998479 0.000000 -0.055139 0.401253 0.401253 0.401253 +5022.945801 0.000000 762.760803 0.000000 0.959735 0.000000 -0.280907 0.405872 0.405872 0.405872 +5002.704590 0.000000 757.039368 0.000000 0.997561 0.000000 -0.069795 0.401503 0.401503 0.401503 +4999.784180 0.000000 787.613281 0.000000 0.951492 0.000000 -0.307673 0.407027 0.407027 0.407027 +5004.919922 0.000000 784.332581 0.000000 0.999965 0.000000 -0.008382 0.400192 0.400192 0.400192 +5010.362793 0.000000 766.933472 0.000000 0.996115 0.000000 -0.088066 0.401801 0.401801 0.401801 +5011.881836 0.000000 772.834412 0.000000 0.998152 0.000000 -0.060774 0.401275 0.401275 0.401275 +5037.674805 0.000000 747.300293 0.000000 0.961239 0.000000 -0.275718 0.405718 0.405718 0.405718 +5008.310547 0.000000 781.892334 0.000000 0.976059 0.000000 0.217505 0.395446 0.395446 0.395446 +5057.017578 0.000000 760.989929 0.000000 0.999750 0.000000 -0.022339 0.400300 0.400300 0.400300 +4927.586426 0.000000 844.215820 0.000000 0.998377 0.000000 0.056956 0.398549 0.398549 0.398549 +4912.023926 0.000000 843.316284 0.000000 0.999301 0.000000 -0.037389 0.400545 0.400545 0.400545 +4923.981445 0.000000 846.000488 0.000000 0.957568 0.000000 -0.288208 0.407445 0.407445 0.407445 +4902.346680 0.000000 845.038940 0.000000 0.995721 0.000000 0.092414 0.398415 0.398415 0.398415 +4909.386719 0.000000 845.488281 0.000000 0.994812 0.000000 0.101728 0.398209 0.398209 0.398209 +4916.706543 0.000000 847.096619 0.000000 0.980111 0.000000 0.198451 0.395491 0.395491 0.395491 +4920.630371 0.000000 844.236267 0.000000 0.962356 0.000000 0.271792 0.393870 0.393870 0.393870 +4904.389160 0.000000 844.411621 0.000000 0.999750 0.000000 0.022368 0.399586 0.399586 0.399586 +4986.807129 0.000000 797.435791 0.000000 0.996328 0.000000 -0.085615 0.401207 0.401207 0.401207 +4991.958008 0.000000 811.680237 0.000000 0.954222 0.000000 0.299100 0.392766 0.392766 0.392766 +4935.979980 0.000000 832.916565 0.000000 0.999774 0.000000 -0.021251 0.400376 0.400376 0.400376 +4984.550781 0.000000 823.640442 0.000000 0.953095 0.000000 0.302670 0.392170 0.392170 0.392170 +4979.456055 0.000000 841.069519 0.000000 0.987205 0.000000 -0.159458 0.403534 0.403534 0.403534 +4980.365234 0.000000 830.047485 0.000000 0.992630 0.000000 -0.121181 0.403093 0.403093 0.403093 +4989.292480 0.000000 803.340210 0.000000 0.967719 0.000000 -0.252033 0.405928 0.405928 0.405928 +4978.789551 0.000000 802.868530 0.000000 0.993790 0.000000 -0.111269 0.401665 0.401665 0.401665 +4978.584961 0.000000 818.675476 0.000000 0.990281 0.000000 0.139082 0.396670 0.396670 0.396670 +4937.641113 0.000000 843.969116 0.000000 0.984190 0.000000 -0.177115 0.404063 0.404063 0.404063 +4970.009766 0.000000 845.717896 0.000000 0.998058 0.000000 0.062288 0.398590 0.398590 0.398590 +4953.505859 0.000000 844.552979 0.000000 0.954951 0.000000 -0.296763 0.407673 0.407673 0.407673 +4982.864258 0.000000 845.779907 0.000000 0.999146 0.000000 -0.041320 0.400737 0.400737 0.400737 +4966.535645 0.000000 820.289368 0.000000 0.999632 0.000000 -0.027109 0.400690 0.400690 0.400690 +4990.270020 0.000000 795.212646 0.000000 0.984652 0.000000 -0.174528 0.403250 0.403250 0.403250 +4928.156738 0.000000 845.681458 0.000000 0.989137 0.000000 -0.146994 0.403757 0.403757 0.403757 +4939.941895 0.000000 832.585266 0.000000 0.992602 0.000000 0.121412 0.397356 0.397356 0.397356 +4964.620605 0.000000 837.489746 0.000000 0.967069 0.000000 -0.254514 0.404973 0.404973 0.404973 +4975.145508 0.000000 808.929077 0.000000 0.999993 0.000000 0.003679 0.399942 0.399942 0.399942 +4975.917480 0.000000 827.563293 0.000000 0.999946 0.000000 -0.010394 0.400265 0.400265 0.400265 +4953.681152 0.000000 824.558716 0.000000 0.999969 0.000000 -0.007851 0.400156 0.400156 0.400156 +4976.580566 0.000000 821.221985 0.000000 0.959634 0.000000 -0.281251 0.407260 0.407260 0.407260 +4960.449219 0.000000 816.776550 0.000000 0.990764 0.000000 -0.135595 0.402397 0.402397 0.402397 +4934.507812 0.000000 842.872375 0.000000 0.999882 0.000000 -0.015356 0.400390 0.400390 0.400390 +4989.032715 0.000000 812.969299 0.000000 0.984367 0.000000 -0.176130 0.404509 0.404509 0.404509 +4986.504395 0.000000 814.540100 0.000000 0.987654 0.000000 -0.156654 0.404006 0.404006 0.404006 +4935.437500 0.000000 845.824890 0.000000 0.997567 0.000000 0.069713 0.398300 0.398300 0.398300 +4981.519043 0.000000 817.406677 0.000000 0.996296 0.000000 0.085987 0.397808 0.397808 0.397808 +4967.299805 0.000000 837.160706 0.000000 0.955061 0.000000 0.296409 0.393674 0.393674 0.393674 +4981.566895 0.000000 803.243469 0.000000 0.962919 0.000000 0.269792 0.394871 0.394871 0.394871 +4966.646484 0.000000 822.938477 0.000000 0.994626 0.000000 0.103531 0.397359 0.397359 0.397359 +4971.601562 0.000000 843.681335 0.000000 0.992620 0.000000 -0.121266 0.402883 0.402883 0.402883 +4960.544434 0.000000 838.112793 0.000000 0.999220 0.000000 -0.039484 0.400850 0.400850 0.400850 +4984.346680 0.000000 812.982117 0.000000 0.999694 0.000000 0.024719 0.399370 0.399370 0.399370 +4962.111328 0.000000 822.396423 0.000000 0.966710 0.000000 -0.255874 0.406589 0.406589 0.406589 +4938.235840 0.000000 834.465454 0.000000 0.985786 0.000000 -0.168004 0.404299 0.404299 0.404299 +4932.384766 0.000000 841.553894 0.000000 0.975004 0.000000 0.222187 0.394294 0.394294 0.394294 +4991.697754 0.000000 835.505371 0.000000 0.958983 0.000000 -0.283464 0.407319 0.407319 0.407319 +4990.582031 0.000000 805.648315 0.000000 0.978491 0.000000 -0.206292 0.404907 0.404907 0.404907 +4942.401855 0.000000 832.477112 0.000000 0.991133 0.000000 -0.132870 0.402322 0.402322 0.402322 +4990.994629 0.000000 838.405029 0.000000 0.956977 0.000000 -0.290164 0.407453 0.407453 0.407453 +4956.944336 0.000000 826.648621 0.000000 0.982737 0.000000 0.185008 0.395261 0.395261 0.395261 +4964.550293 0.000000 821.575256 0.000000 0.980578 0.000000 0.196130 0.394973 0.394973 0.394973 +4957.291016 0.000000 833.123779 0.000000 0.995393 0.000000 0.095883 0.398173 0.398173 0.398173 +4977.129395 0.000000 841.187134 0.000000 0.982037 0.000000 0.188688 0.396285 0.396285 0.396285 +4964.144531 0.000000 839.742676 0.000000 0.996901 0.000000 0.078669 0.398419 0.398419 0.398419 +4983.405273 0.000000 825.634338 0.000000 0.996838 0.000000 0.079460 0.397974 0.397974 0.397974 +4974.671387 0.000000 837.235718 0.000000 0.988745 0.000000 0.149612 0.396378 0.396378 0.396378 +4981.789062 0.000000 834.225037 0.000000 0.999075 0.000000 0.043003 0.399128 0.399128 0.399128 +4986.561523 0.000000 822.540527 0.000000 0.989929 0.000000 0.141563 0.396383 0.396383 0.396383 +4945.493164 0.000000 834.754028 0.000000 0.979605 0.000000 0.200935 0.395596 0.395596 0.395596 +4966.962402 0.000000 834.961182 0.000000 0.980010 0.000000 0.198948 0.395930 0.395930 0.395930 +4991.374512 0.000000 830.876770 0.000000 0.999170 0.000000 -0.040733 0.401038 0.401038 0.401038 +4968.179688 0.000000 818.965881 0.000000 0.997776 0.000000 0.066654 0.398301 0.398301 0.398301 +4964.342285 0.000000 846.449890 0.000000 0.992017 0.000000 0.126107 0.397134 0.397134 0.397134 +4975.448242 0.000000 815.288818 0.000000 0.999908 0.000000 -0.013569 0.400346 0.400346 0.400346 +4975.436035 0.000000 825.502625 0.000000 0.957954 0.000000 -0.286923 0.407411 0.407411 0.407411 +4967.167969 0.000000 839.251221 0.000000 0.999880 0.000000 0.015501 0.399681 0.399681 0.399681 +4941.139648 0.000000 834.325928 0.000000 0.996337 0.000000 -0.085514 0.402180 0.402180 0.402180 +4953.618652 0.000000 842.458496 0.000000 0.996206 0.000000 0.087027 0.397781 0.397781 0.397781 +4989.382324 0.000000 821.083557 0.000000 0.999705 0.000000 -0.024297 0.400619 0.400619 0.400619 +4968.688965 0.000000 815.181763 0.000000 0.967617 0.000000 0.252423 0.395171 0.395171 0.395171 +4968.389160 0.000000 844.411621 0.000000 0.953657 0.000000 0.300895 0.392568 0.392568 0.392568 +4966.819824 0.000000 843.032959 0.000000 0.957115 0.000000 -0.289707 0.406589 0.406589 0.406589 +4978.216309 0.000000 835.326050 0.000000 0.997618 0.000000 0.068980 0.398538 0.398538 0.398538 +4971.311523 0.000000 815.929016 0.000000 0.988465 0.000000 0.151451 0.396819 0.396819 0.396819 +4989.282227 0.000000 834.736450 0.000000 0.999979 0.000000 -0.006515 0.400166 0.400166 0.400166 +4938.234863 0.000000 838.227173 0.000000 0.991726 0.000000 0.128372 0.396722 0.396722 0.396722 +4950.604004 0.000000 829.310913 0.000000 0.998210 0.000000 -0.059808 0.401345 0.401345 0.401345 +4942.368652 0.000000 846.634766 0.000000 0.996807 0.000000 -0.079852 0.402036 0.402036 0.402036 +4958.288086 0.000000 845.243652 0.000000 0.994658 0.000000 0.103228 0.397367 0.397367 0.397367 +4949.101562 0.000000 837.232300 0.000000 0.959271 0.000000 0.282486 0.393294 0.393294 0.393294 +4949.917480 0.000000 835.043518 0.000000 0.968101 0.000000 0.250559 0.393715 0.393715 0.393715 +4978.395020 0.000000 820.797852 0.000000 0.968352 0.000000 -0.249589 0.406424 0.406424 0.406424 +4957.418457 0.000000 840.778748 0.000000 0.967663 0.000000 0.252248 0.393977 0.393977 0.393977 +4985.814453 0.000000 809.623718 0.000000 0.997856 0.000000 -0.065454 0.401406 0.401406 0.401406 +4928.588379 0.000000 843.083740 0.000000 0.998975 0.000000 0.045274 0.398847 0.398847 0.398847 +4987.429199 0.000000 816.093872 0.000000 0.999585 0.000000 0.028791 0.399267 0.399267 0.399267 +4976.891113 0.000000 819.155334 0.000000 0.984035 0.000000 0.177974 0.395613 0.395613 0.395613 +4954.057129 0.000000 826.244385 0.000000 0.986332 0.000000 0.164768 0.395785 0.395785 0.395785 +4985.864746 0.000000 819.372437 0.000000 0.993619 0.000000 -0.112788 0.402878 0.402878 0.402878 +4944.310547 0.000000 838.376709 0.000000 0.977999 0.000000 -0.208607 0.404806 0.404806 0.404806 +4920.550781 0.000000 880.124817 0.000000 0.958977 0.000000 0.283483 0.393958 0.393958 0.393958 +4918.816895 0.000000 848.516418 0.000000 0.974428 0.000000 -0.224698 0.405183 0.405183 0.405183 +4919.107910 0.000000 892.466919 0.000000 0.999150 0.000000 -0.041211 0.400722 0.400722 0.400722 +4909.943359 0.000000 849.620544 0.000000 0.984911 0.000000 -0.173064 0.403630 0.403630 0.403630 +4908.083496 0.000000 867.326599 0.000000 0.991023 0.000000 -0.133691 0.402752 0.402752 0.402752 +4904.763184 0.000000 862.387817 0.000000 0.996147 0.000000 -0.087704 0.401245 0.401245 0.401245 +4914.318359 0.000000 847.471497 0.000000 0.996708 0.000000 -0.081078 0.401739 0.401739 0.401739 +4925.524414 0.000000 864.335327 0.000000 0.992745 0.000000 0.120241 0.396931 0.396931 0.396931 +4904.015625 0.000000 854.894226 0.000000 0.987747 0.000000 0.156062 0.397551 0.397551 0.397551 +4926.270020 0.000000 851.697021 0.000000 0.962474 0.000000 0.271374 0.393002 0.393002 0.393002 +4917.013672 0.000000 881.911987 0.000000 0.995515 0.000000 -0.094606 0.402011 0.402011 0.402011 +4922.028320 0.000000 860.364197 0.000000 0.960140 0.000000 0.279521 0.393790 0.393790 0.393790 +4916.463867 0.000000 862.347473 0.000000 0.986146 0.000000 0.165877 0.396281 0.396281 0.396281 +4912.746582 0.000000 850.503296 0.000000 0.983823 0.000000 0.179143 0.395998 0.395998 0.395998 +4917.428223 0.000000 865.106873 0.000000 0.951968 0.000000 -0.306198 0.407536 0.407536 0.407536 +4907.690430 0.000000 850.829590 0.000000 0.992697 0.000000 -0.120634 0.402621 0.402621 0.402621 +4911.339355 0.000000 847.511658 0.000000 0.991739 0.000000 0.128269 0.397515 0.397515 0.397515 +4920.742188 0.000000 877.159485 0.000000 0.999832 0.000000 0.018346 0.399655 0.399655 0.399655 +4912.587891 0.000000 867.518860 0.000000 0.984657 0.000000 0.174502 0.395533 0.395533 0.395533 +4924.008301 0.000000 889.542786 0.000000 0.994065 0.000000 0.108785 0.397986 0.397986 0.397986 +4911.645996 0.000000 854.963623 0.000000 0.982820 0.000000 -0.184567 0.403624 0.403624 0.403624 +4909.143066 0.000000 847.567932 0.000000 0.992267 0.000000 0.124120 0.397515 0.397515 0.397515 +4920.246582 0.000000 850.122498 0.000000 0.998408 0.000000 0.056396 0.398777 0.398777 0.398777 +4911.448242 0.000000 871.773193 0.000000 0.990721 0.000000 -0.135911 0.402988 0.402988 0.402988 +4923.815430 0.000000 865.985413 0.000000 0.999977 0.000000 -0.006824 0.400174 0.400174 0.400174 +4925.382324 0.000000 877.567932 0.000000 0.968575 0.000000 -0.248722 0.405096 0.405096 0.405096 +4924.271484 0.000000 855.778931 0.000000 0.986780 0.000000 -0.162065 0.403739 0.403739 0.403739 +4915.561035 0.000000 873.527527 0.000000 0.997630 0.000000 0.068810 0.398580 0.398580 0.398580 +4918.302246 0.000000 861.553101 0.000000 0.974290 0.000000 0.225298 0.395336 0.395336 0.395336 +4909.431152 0.000000 851.317322 0.000000 0.976016 0.000000 -0.217697 0.404975 0.404975 0.404975 +4948.968750 0.000000 899.390747 0.000000 0.997294 0.000000 0.073511 0.398655 0.398655 0.398655 +4929.318848 0.000000 886.154053 0.000000 0.977189 0.000000 0.212372 0.395266 0.395266 0.395266 +4956.793945 0.000000 850.107422 0.000000 0.965461 0.000000 -0.260546 0.405909 0.405909 0.405909 +4935.671387 0.000000 872.122192 0.000000 0.981303 0.000000 -0.192468 0.404680 0.404680 0.404680 +4975.722656 0.000000 891.585266 0.000000 0.996207 0.000000 0.087014 0.398638 0.398638 0.398638 +4965.432617 0.000000 858.292664 0.000000 0.957671 0.000000 -0.287864 0.407436 0.407436 0.407436 +4951.890625 0.000000 866.323303 0.000000 0.958316 0.000000 0.285710 0.392622 0.392622 0.392622 +4935.979980 0.000000 889.400940 0.000000 0.964922 0.000000 0.262538 0.394708 0.394708 0.394708 +4930.500488 0.000000 867.009705 0.000000 0.973560 0.000000 -0.228433 0.405489 0.405489 0.405489 +4961.210449 0.000000 892.138977 0.000000 0.972474 0.000000 0.233013 0.396430 0.396430 0.396430 +4973.943359 0.000000 849.620544 0.000000 0.999085 0.000000 -0.042759 0.401089 0.401089 0.401089 +4945.256836 0.000000 881.980469 0.000000 0.968453 0.000000 0.249194 0.393687 0.393687 0.393687 +4944.971680 0.000000 896.442627 0.000000 0.996234 0.000000 -0.086700 0.401547 0.401547 0.401547 +4946.283691 0.000000 848.398315 0.000000 0.971146 0.000000 -0.238485 0.406132 0.406132 0.406132 +4934.330566 0.000000 859.362427 0.000000 0.973532 0.000000 0.228552 0.394416 0.394416 0.394416 +4942.875488 0.000000 892.027649 0.000000 0.981842 0.000000 0.189703 0.395702 0.395702 0.395702 +4950.937012 0.000000 861.692993 0.000000 0.995729 0.000000 0.092324 0.397747 0.397747 0.397747 +4953.237793 0.000000 853.424500 0.000000 0.999412 0.000000 -0.034293 0.400843 0.400843 0.400843 +4978.318359 0.000000 847.471497 0.000000 0.973136 0.000000 0.230233 0.394942 0.394942 0.394942 +4960.426758 0.000000 859.703430 0.000000 0.986104 0.000000 -0.166128 0.404250 0.404250 0.404250 +4955.131348 0.000000 863.386780 0.000000 0.998855 0.000000 0.047849 0.398781 0.398781 0.398781 +4965.098633 0.000000 890.136597 0.000000 0.998764 0.000000 -0.049707 0.401003 0.401003 0.401003 +4928.163086 0.000000 882.012146 0.000000 0.969163 0.000000 -0.246419 0.405134 0.405134 0.405134 +4959.334473 0.000000 888.251038 0.000000 0.952837 0.000000 -0.303484 0.407852 0.407852 0.407852 +4939.941895 0.000000 889.069641 0.000000 0.954568 0.000000 0.297992 0.393760 0.393760 0.393760 +4960.618164 0.000000 850.631226 0.000000 0.986406 0.000000 -0.164329 0.403462 0.403462 0.403462 +4962.735840 0.000000 886.918701 0.000000 0.995005 0.000000 0.099827 0.397454 0.397454 0.397454 +4969.204590 0.000000 883.826965 0.000000 0.964803 0.000000 0.262972 0.395522 0.395522 0.395522 +4969.656250 0.000000 887.375366 0.000000 0.999998 0.000000 0.001950 0.399956 0.399956 0.399956 +4956.431641 0.000000 854.773499 0.000000 0.961680 0.000000 0.274176 0.394092 0.394092 0.394092 +4939.406250 0.000000 880.336426 0.000000 0.992224 0.000000 -0.124468 0.402424 0.402424 0.402424 +4963.104004 0.000000 855.807739 0.000000 0.980415 0.000000 -0.196943 0.405048 0.405048 0.405048 +4953.681152 0.000000 881.043091 0.000000 0.987013 0.000000 -0.160641 0.403810 0.403810 0.403810 +4951.836426 0.000000 897.878479 0.000000 0.996582 0.000000 0.082608 0.398468 0.398468 0.398468 +4936.667480 0.000000 852.044861 0.000000 0.997158 0.000000 0.075340 0.398403 0.398403 0.398403 +4937.604492 0.000000 874.720032 0.000000 0.986879 0.000000 0.161464 0.396397 0.396397 0.396397 +4947.991699 0.000000 880.493103 0.000000 0.993554 0.000000 0.113360 0.397107 0.397107 0.397107 +4928.042480 0.000000 847.272949 0.000000 0.991636 0.000000 -0.129068 0.403296 0.403296 0.403296 +4945.360840 0.000000 893.425964 0.000000 0.978954 0.000000 -0.204079 0.405028 0.405028 0.405028 +4951.191895 0.000000 893.156250 0.000000 0.992752 0.000000 -0.120178 0.402911 0.402911 0.402911 +4958.608887 0.000000 852.805298 0.000000 0.962191 0.000000 0.272376 0.394160 0.394160 0.394160 +4942.604980 0.000000 894.842590 0.000000 0.998116 0.000000 0.061354 0.398872 0.398872 0.398872 +4952.795410 0.000000 875.177795 0.000000 0.959862 0.000000 0.280473 0.392761 0.392761 0.392761 +4966.337891 0.000000 861.001770 0.000000 0.957200 0.000000 0.289426 0.394722 0.394722 0.394722 +4944.186523 0.000000 866.416870 0.000000 0.986033 0.000000 -0.166551 0.404144 0.404144 0.404144 +4953.283691 0.000000 868.883362 0.000000 0.999558 0.000000 -0.029734 0.400757 0.400757 0.400757 +4942.979980 0.000000 872.105774 0.000000 0.978243 0.000000 0.207462 0.394950 0.394950 0.394950 +4936.614258 0.000000 860.794495 0.000000 0.989979 0.000000 -0.141217 0.403396 0.403396 0.403396 +4944.716797 0.000000 879.363464 0.000000 0.996682 0.000000 0.081400 0.397925 0.397925 0.397925 +4961.910645 0.000000 889.588501 0.000000 0.996658 0.000000 -0.081686 0.402082 0.402082 0.402082 +4938.235840 0.000000 890.949829 0.000000 0.997120 0.000000 0.075843 0.398215 0.398215 0.398215 +4942.389160 0.000000 880.650330 0.000000 0.990457 0.000000 0.137820 0.396942 0.396942 0.396942 +4930.311035 0.000000 883.876709 0.000000 0.960272 0.000000 0.279066 0.393730 0.393730 0.393730 +4951.339844 0.000000 879.673096 0.000000 0.952834 0.000000 0.303493 0.392794 0.392794 0.392794 +4947.894531 0.000000 855.037415 0.000000 0.973667 0.000000 0.227975 0.394442 0.394442 0.394442 +4942.401855 0.000000 888.961487 0.000000 0.977791 0.000000 -0.209580 0.404101 0.404101 0.404101 +4933.141602 0.000000 872.771851 0.000000 0.992902 0.000000 0.118935 0.397369 0.397369 0.397369 +4964.550293 0.000000 878.059631 0.000000 0.967619 0.000000 -0.252416 0.404357 0.404357 0.404357 +4964.952637 0.000000 887.742554 0.000000 0.961284 0.000000 -0.275560 0.407109 0.407109 0.407109 +4934.070312 0.000000 854.305603 0.000000 0.966181 0.000000 -0.257865 0.406212 0.406212 0.406212 +4956.838379 0.000000 872.333008 0.000000 0.955986 0.000000 -0.293413 0.407271 0.407271 0.407271 +4929.042969 0.000000 879.766724 0.000000 0.983034 0.000000 -0.183424 0.403675 0.403675 0.403675 +4945.493164 0.000000 891.238403 0.000000 0.987859 0.000000 0.155355 0.396519 0.396519 0.396519 +4955.443848 0.000000 879.530579 0.000000 0.999609 0.000000 0.027972 0.399288 0.399288 0.399288 +4966.962402 0.000000 891.445557 0.000000 0.996269 0.000000 0.086301 0.398024 0.398024 0.398024 +4928.712402 0.000000 865.486633 0.000000 0.957911 0.000000 -0.287065 0.407414 0.407414 0.407414 +4970.219238 0.000000 893.480286 0.000000 0.966777 0.000000 -0.255622 0.406002 0.406002 0.406002 +4973.465820 0.000000 891.561584 0.000000 0.991294 0.000000 -0.131669 0.402769 0.402769 0.402769 +4973.143066 0.000000 847.567932 0.000000 0.986261 0.000000 -0.165192 0.403903 0.403903 0.403903 +4937.808105 0.000000 888.432800 0.000000 0.997547 0.000000 0.069997 0.398541 0.398541 0.398541 +4957.739258 0.000000 868.728699 0.000000 0.988961 0.000000 0.148177 0.396636 0.396636 0.396636 +4944.098633 0.000000 857.025146 0.000000 0.977993 0.000000 -0.208637 0.405195 0.405195 0.405195 +4931.099121 0.000000 873.967285 0.000000 0.986598 0.000000 0.163172 0.396702 0.396702 0.396702 +4947.236816 0.000000 858.588684 0.000000 0.955259 0.000000 -0.295769 0.407016 0.407016 0.407016 +4932.789062 0.000000 881.122559 0.000000 0.999632 0.000000 0.027117 0.399472 0.399472 0.399472 +4936.076660 0.000000 891.319031 0.000000 0.957652 0.000000 0.287927 0.393336 0.393336 0.393336 +4934.936035 0.000000 850.841431 0.000000 0.992502 0.000000 0.122225 0.397528 0.397528 0.397528 +4949.101562 0.000000 893.716675 0.000000 0.954072 0.000000 0.299577 0.392784 0.392784 0.392784 +4944.278320 0.000000 860.821411 0.000000 0.999930 0.000000 0.011844 0.399698 0.399698 0.399698 +4962.967773 0.000000 882.008301 0.000000 0.952150 0.000000 0.305632 0.392091 0.392091 0.392091 +4967.147461 0.000000 884.168884 0.000000 0.975089 0.000000 0.221815 0.394729 0.394729 0.394729 +4938.704590 0.000000 870.008118 0.000000 0.994130 0.000000 0.108191 0.397240 0.397240 0.397240 +4950.981445 0.000000 875.490173 0.000000 0.976832 0.000000 0.214009 0.394508 0.394508 0.394508 +4928.371582 0.000000 852.350464 0.000000 0.973506 0.000000 0.228662 0.394240 0.394240 0.394240 +4936.309570 0.000000 876.058899 0.000000 0.985101 0.000000 -0.171977 0.403400 0.403400 0.403400 +4938.780273 0.000000 882.049438 0.000000 0.998687 0.000000 0.051225 0.398912 0.398912 0.398912 +4958.652344 0.000000 859.351013 0.000000 0.999735 0.000000 -0.023037 0.400587 0.400587 0.400587 +4929.843750 0.000000 893.645325 0.000000 0.999929 0.000000 -0.011909 0.400246 0.400246 0.400246 +4963.619629 0.000000 889.172485 0.000000 0.962334 0.000000 0.271869 0.393181 0.393181 0.393181 +4949.609863 0.000000 879.914612 0.000000 0.999495 0.000000 -0.031773 0.400736 0.400736 0.400736 +4954.057129 0.000000 882.728760 0.000000 0.995915 0.000000 -0.090293 0.401991 0.401991 0.401991 +4942.749512 0.000000 847.296692 0.000000 0.998728 0.000000 0.050430 0.398715 0.398715 0.398715 +4947.070801 0.000000 890.633423 0.000000 0.988387 0.000000 0.151961 0.396169 0.396169 0.396169 +4945.688477 0.000000 875.492432 0.000000 0.959815 0.000000 -0.280633 0.407244 0.407244 0.407244 +4946.442383 0.000000 862.282288 0.000000 0.994616 0.000000 -0.103625 0.402550 0.402550 0.402550 +4947.935547 0.000000 857.024048 0.000000 0.996984 0.000000 -0.077611 0.401850 0.401850 0.401850 +4947.835449 0.000000 868.152710 0.000000 0.973043 0.000000 0.230622 0.394434 0.394434 0.394434 +4962.375977 0.000000 863.708374 0.000000 0.998273 0.000000 0.058753 0.398741 0.398741 0.398741 +4993.318848 0.000000 829.669678 0.000000 0.995726 0.000000 0.092357 0.397645 0.397645 0.397645 +5050.807129 0.000000 797.435791 0.000000 0.975855 0.000000 -0.218419 0.404893 0.404893 0.404893 +5001.400879 0.000000 806.900391 0.000000 0.966848 0.000000 0.255353 0.394353 0.394353 0.394353 +4992.254883 0.000000 837.922119 0.000000 0.991788 0.000000 0.127893 0.397330 0.397330 0.397330 +5015.890625 0.000000 809.838928 0.000000 0.985510 0.000000 0.169618 0.396068 0.396068 0.396068 +5033.385742 0.000000 823.699402 0.000000 0.995436 0.000000 0.095428 0.398616 0.398616 0.398616 +5027.765137 0.000000 816.628479 0.000000 0.997757 0.000000 -0.066944 0.401659 0.401659 0.401659 +5015.491699 0.000000 791.412781 0.000000 0.971781 0.000000 0.235884 0.394495 0.394495 0.394495 +5037.943359 0.000000 793.136169 0.000000 0.995961 0.000000 0.089785 0.397791 0.397791 0.397791 +5047.531250 0.000000 801.384949 0.000000 0.999232 0.000000 -0.039177 0.400738 0.400738 0.400738 +5011.007324 0.000000 808.859619 0.000000 0.960232 0.000000 -0.279203 0.407206 0.407206 0.407206 +5042.318359 0.000000 790.987122 0.000000 0.997871 0.000000 -0.065221 0.401431 0.401431 0.401431 +4993.884766 0.000000 841.833801 0.000000 0.999993 0.000000 0.003673 0.399942 0.399942 0.399942 +5054.624512 0.000000 799.601379 0.000000 0.984955 0.000000 -0.172813 0.403512 0.403512 0.403512 +5021.530273 0.000000 818.073608 0.000000 0.974045 0.000000 0.226353 0.394676 0.394676 0.394676 +5039.145508 0.000000 808.929077 0.000000 0.990407 0.000000 0.138181 0.396733 0.396733 0.396733 +5020.431641 0.000000 798.289124 0.000000 0.997709 0.000000 -0.067649 0.401470 0.401470 0.401470 +5050.028320 0.000000 803.879822 0.000000 0.985029 0.000000 -0.172388 0.403183 0.403183 0.403183 +5027.666992 0.000000 827.267456 0.000000 0.998541 0.000000 0.053999 0.399169 0.399169 0.399169 +5044.463867 0.000000 805.863098 0.000000 0.998123 0.000000 -0.061237 0.401264 0.401264 0.401264 +5024.449219 0.000000 816.776550 0.000000 0.987904 0.000000 0.155065 0.396471 0.396471 0.396471 +4995.510742 0.000000 837.709229 0.000000 0.999076 0.000000 0.042974 0.399335 0.399335 0.399335 +5033.676758 0.000000 808.848267 0.000000 0.992754 0.000000 0.120164 0.397486 0.397486 0.397486 +4994.356934 0.000000 795.679443 0.000000 0.957540 0.000000 -0.288301 0.407447 0.407447 0.407447 +5047.819336 0.000000 809.612183 0.000000 0.968326 0.000000 -0.249690 0.404549 0.404549 0.404549 +5053.032715 0.000000 812.969299 0.000000 0.956235 0.000000 -0.292599 0.405649 0.405649 0.405649 +5050.504395 0.000000 814.540100 0.000000 0.992399 0.000000 0.123060 0.397622 0.397622 0.397622 +5028.759766 0.000000 812.157471 0.000000 0.995858 0.000000 0.090926 0.397763 0.397763 0.397763 +5022.961914 0.000000 791.742554 0.000000 0.985796 0.000000 -0.167946 0.404297 0.404297 0.404297 +5012.094727 0.000000 806.182129 0.000000 0.999774 0.000000 -0.021264 0.400480 0.400480 0.400480 +5008.244141 0.000000 819.979065 0.000000 0.985261 0.000000 0.171060 0.396919 0.396919 0.396919 +5028.029297 0.000000 809.334045 0.000000 0.951731 0.000000 -0.306935 0.407508 0.407508 0.407508 +5036.352051 0.000000 808.042358 0.000000 0.974738 0.000000 0.223352 0.394601 0.394601 0.394601 +5048.639160 0.000000 795.753601 0.000000 0.965610 0.000000 -0.259996 0.405647 0.405647 0.405647 +5025.412109 0.000000 805.738342 0.000000 0.974899 0.000000 0.222648 0.394282 0.394282 0.394282 +5037.942871 0.000000 812.722107 0.000000 0.963993 0.000000 0.265928 0.393710 0.393710 0.393710 +5045.428223 0.000000 808.622498 0.000000 0.985480 0.000000 -0.169792 0.403092 0.403092 0.403092 +5041.394043 0.000000 816.111023 0.000000 0.959505 0.000000 -0.281692 0.406459 0.406459 0.406459 +5006.686523 0.000000 805.372742 0.000000 0.999853 0.000000 0.017156 0.399563 0.399563 0.399563 +5026.111328 0.000000 822.396423 0.000000 0.999994 0.000000 -0.003596 0.400092 0.400092 0.400092 +5046.158691 0.000000 822.841003 0.000000 0.990768 0.000000 -0.135572 0.403062 0.403062 0.403062 +5011.362793 0.000000 818.769104 0.000000 0.994042 0.000000 -0.108997 0.401958 0.401958 0.401958 +4999.143066 0.000000 818.165710 0.000000 0.996718 0.000000 0.080957 0.397960 0.397960 0.397960 +5048.742188 0.000000 820.675110 0.000000 0.999100 0.000000 -0.042416 0.400989 0.400989 0.400989 +5005.612305 0.000000 793.909851 0.000000 0.994841 0.000000 0.101444 0.397412 0.397412 0.397412 +5005.487793 0.000000 800.797913 0.000000 0.999591 0.000000 -0.028614 0.400729 0.400729 0.400729 +5028.550293 0.000000 821.575256 0.000000 0.994945 0.000000 0.100423 0.397464 0.397464 0.397464 +5006.033691 0.000000 796.672241 0.000000 0.986166 0.000000 -0.165758 0.404241 0.404241 0.404241 +5015.885254 0.000000 816.561340 0.000000 0.977527 0.000000 0.210812 0.395397 0.395397 0.395397 +5018.165527 0.000000 799.039001 0.000000 0.994692 0.000000 0.102900 0.397540 0.397540 0.397540 +5031.465820 0.000000 800.666931 0.000000 0.996926 0.000000 -0.078353 0.401899 0.401899 0.401899 +5032.647949 0.000000 792.107910 0.000000 0.953428 0.000000 -0.301620 0.407802 0.407802 0.407802 +5030.792969 0.000000 793.593262 0.000000 0.971644 0.000000 0.236448 0.394243 0.394243 0.394243 +5037.143066 0.000000 791.083557 0.000000 0.999169 0.000000 0.040760 0.398962 0.398962 0.398962 +5032.179688 0.000000 818.965881 0.000000 0.986782 0.000000 0.162054 0.396530 0.396530 0.396530 +4994.199219 0.000000 797.893555 0.000000 0.992950 0.000000 0.118535 0.397230 0.397230 0.397230 +5020.979980 0.000000 806.060425 0.000000 0.992809 0.000000 -0.119706 0.403056 0.403056 0.403056 +5013.422363 0.000000 815.136108 0.000000 0.982660 0.000000 0.185419 0.395251 0.395251 0.395251 +5039.882812 0.000000 795.804932 0.000000 0.981917 0.000000 0.189313 0.395778 0.395778 0.395778 +5007.228516 0.000000 817.793396 0.000000 0.987490 0.000000 -0.157684 0.404032 0.404032 0.404032 +5021.096680 0.000000 791.177429 0.000000 0.977353 0.000000 0.211616 0.394570 0.394570 0.394570 +4998.936035 0.000000 794.357056 0.000000 0.999253 0.000000 0.038646 0.399083 0.399083 0.399083 +5043.561035 0.000000 817.043152 0.000000 0.997356 0.000000 0.072664 0.398388 0.398388 0.398388 +5026.177734 0.000000 817.714417 0.000000 0.981363 0.000000 -0.192165 0.404789 0.404789 0.404789 +5008.278320 0.000000 804.337036 0.000000 0.981272 0.000000 -0.192628 0.404936 0.404936 0.404936 +5003.084961 0.000000 801.159912 0.000000 0.990777 0.000000 -0.135500 0.403346 0.403346 0.403346 +5022.945801 0.000000 819.245178 0.000000 0.972495 0.000000 -0.232922 0.405986 0.405986 0.405986 +5022.609375 0.000000 816.443909 0.000000 0.985348 0.000000 -0.170558 0.404330 0.404330 0.404330 +5033.262207 0.000000 804.118896 0.000000 0.989579 0.000000 0.143994 0.396724 0.396724 0.396724 +5001.693359 0.000000 799.843994 0.000000 0.951663 0.000000 0.307144 0.393515 0.393515 0.393515 +5048.708984 0.000000 811.224731 0.000000 0.997792 0.000000 0.066415 0.398633 0.398633 0.398633 +4992.371582 0.000000 795.866089 0.000000 0.976135 0.000000 0.217165 0.394743 0.394743 0.394743 +5049.814453 0.000000 809.623718 0.000000 0.992654 0.000000 0.120986 0.397620 0.397620 0.397620 +5045.097168 0.000000 792.566589 0.000000 0.997715 0.000000 0.067567 0.398444 0.398444 0.398444 +5019.849121 0.000000 817.386841 0.000000 0.997232 0.000000 0.074359 0.398220 0.398220 0.398220 +4997.832520 0.000000 822.646912 0.000000 0.983580 0.000000 -0.180474 0.404068 0.404068 0.404068 +5026.087402 0.000000 815.836487 0.000000 0.988327 0.000000 -0.152345 0.403391 0.403391 0.403391 +5022.021484 0.000000 799.048157 0.000000 0.967947 0.000000 -0.251154 0.405755 0.405755 0.405755 +5033.963379 0.000000 798.310547 0.000000 0.998814 0.000000 -0.048692 0.401104 0.401104 0.401104 +5027.182129 0.000000 797.547607 0.000000 0.961814 0.000000 0.273704 0.394311 0.394311 0.394311 +5016.512695 0.000000 798.514160 0.000000 0.991278 0.000000 -0.131790 0.403313 0.403313 0.403313 +5049.864746 0.000000 819.372437 0.000000 0.955845 0.000000 -0.293870 0.406493 0.406493 0.406493 +4994.335449 0.000000 822.011292 0.000000 0.999939 0.000000 0.011071 0.399718 0.399718 0.399718 +5010.442383 0.000000 805.797913 0.000000 1.000000 0.000000 -0.000977 0.400024 0.400024 0.400024 +5037.674805 0.000000 803.784668 0.000000 0.973656 0.000000 -0.228022 0.404801 0.404801 0.404801 +5000.953125 0.000000 816.711975 0.000000 0.999993 0.000000 -0.003685 0.400094 0.400094 0.400094 +5067.929688 0.000000 802.787109 0.000000 0.989532 0.000000 0.144317 0.397368 0.397368 0.397368 +5068.112305 0.000000 805.687988 0.000000 0.999856 0.000000 -0.016947 0.400307 0.400307 0.400307 +5057.451660 0.000000 800.173706 0.000000 0.999993 0.000000 0.003686 0.399923 0.399923 0.399923 +5064.614258 0.000000 804.310120 0.000000 0.995821 0.000000 0.091327 0.397991 0.397991 0.397991 +5117.125000 0.000000 843.260498 0.000000 0.983406 0.000000 0.181421 0.397085 0.397085 0.397085 +5062.475098 0.000000 805.371887 0.000000 0.998214 0.000000 -0.059739 0.401209 0.401209 0.401209 +5056.597656 0.000000 811.248535 0.000000 0.989553 0.000000 0.144172 0.397269 0.397269 0.397269 +5120.042480 0.000000 847.272949 0.000000 0.994881 0.000000 0.101053 0.398448 0.398448 0.398448 +5606.230957 0.000000 942.279053 0.000000 0.977755 0.000000 0.209748 0.396043 0.396043 0.396043 +5631.958008 0.000000 924.648987 0.000000 0.997435 0.000000 0.071583 0.399034 0.399034 0.399034 +5598.530273 0.000000 927.210083 0.000000 0.997569 0.000000 -0.069680 0.401368 0.401368 0.401368 +5600.032227 0.000000 940.687866 0.000000 0.977675 0.000000 -0.210124 0.404239 0.404239 0.404239 +5609.260742 0.000000 947.972168 0.000000 0.993623 0.000000 -0.112751 0.402195 0.402195 0.402195 +5621.994141 0.000000 925.036133 0.000000 0.998948 0.000000 0.045852 0.399311 0.399311 0.399311 +5615.868652 0.000000 952.160950 0.000000 0.999471 0.000000 0.032525 0.399383 0.399383 0.399383 +5609.322754 0.000000 952.025635 0.000000 0.970271 0.000000 0.242021 0.395313 0.395313 0.395313 +5604.620605 0.000000 950.458496 0.000000 0.990846 0.000000 -0.134994 0.402556 0.402556 0.402556 +5612.412598 0.000000 946.023743 0.000000 0.988489 0.000000 0.151292 0.397149 0.397149 0.397149 +5597.530273 0.000000 931.042358 0.000000 0.985808 0.000000 0.167874 0.396690 0.396690 0.396690 +5623.062500 0.000000 954.767456 0.000000 0.999237 0.000000 0.039064 0.399364 0.399364 0.399364 +5619.759277 0.000000 935.114868 0.000000 0.999033 0.000000 -0.043958 0.400854 0.400854 0.400854 +5593.681152 0.000000 937.527466 0.000000 0.999583 0.000000 0.028859 0.399496 0.399496 0.399496 +5628.832520 0.000000 936.071777 0.000000 0.999139 0.000000 -0.041476 0.400818 0.400818 0.400818 +5585.722656 0.000000 955.927307 0.000000 0.998539 0.000000 0.054042 0.399115 0.399115 0.399115 +5596.380371 0.000000 958.600342 0.000000 0.985156 0.000000 0.171659 0.396692 0.396692 0.396692 +5592.795410 0.000000 931.662170 0.000000 0.998968 0.000000 0.045419 0.399165 0.399165 0.399165 +5625.384766 0.000000 960.001770 0.000000 0.979378 0.000000 -0.202036 0.403271 0.403271 0.403271 +5595.635742 0.000000 926.800354 0.000000 0.979737 0.000000 -0.200286 0.404027 0.404027 0.404027 +5596.947754 0.000000 933.821838 0.000000 0.952853 0.000000 -0.303432 0.406219 0.406219 0.406219 +5606.469727 0.000000 930.344055 0.000000 0.993660 0.000000 -0.112427 0.402171 0.402171 0.402171 +5612.051758 0.000000 935.844299 0.000000 0.996165 0.000000 -0.087496 0.401732 0.401732 0.401732 +5590.077637 0.000000 920.924683 0.000000 0.976991 0.000000 0.213279 0.395922 0.395922 0.395922 +5591.339844 0.000000 936.157471 0.000000 0.991436 0.000000 0.130590 0.397855 0.397855 0.397855 +5595.190918 0.000000 932.059387 0.000000 0.967763 0.000000 -0.251863 0.404856 0.404856 0.404856 +5592.077637 0.000000 913.146484 0.000000 0.998350 0.000000 -0.057429 0.401007 0.401007 0.401007 +5630.994629 0.000000 951.373779 0.000000 0.987552 0.000000 0.157292 0.396964 0.396964 0.396964 +5600.330078 0.000000 958.047424 0.000000 0.988951 0.000000 0.148240 0.397303 0.397303 0.397303 +5595.203125 0.000000 943.067688 0.000000 0.955361 0.000000 -0.295442 0.405451 0.405451 0.405451 +5604.144531 0.000000 952.711426 0.000000 0.990283 0.000000 -0.139067 0.402793 0.402793 0.402793 +5621.789062 0.000000 947.193787 0.000000 0.997979 0.000000 -0.063544 0.401254 0.401254 0.401254 +5604.682129 0.000000 927.539368 0.000000 0.992730 0.000000 0.120366 0.397747 0.397747 0.397747 +5592.641113 0.000000 959.474487 0.000000 0.971461 0.000000 0.237198 0.395432 0.395432 0.395432 +5610.281250 0.000000 945.961731 0.000000 0.978837 0.000000 0.204639 0.396090 0.396090 0.396090 +5598.716309 0.000000 949.987976 0.000000 0.981327 0.000000 -0.192349 0.403808 0.403808 0.403808 +5625.129395 0.000000 942.568604 0.000000 0.998094 0.000000 0.061704 0.398841 0.398841 0.398841 +5625.007324 0.000000 949.410522 0.000000 0.991971 0.000000 0.126467 0.397607 0.397607 0.397607 +5594.529785 0.000000 959.156860 0.000000 0.990165 0.000000 -0.139905 0.402824 0.402824 0.402824 +5617.909180 0.000000 935.591309 0.000000 0.962787 0.000000 0.270261 0.394726 0.394726 0.394726 +5617.324707 0.000000 939.347229 0.000000 0.997102 0.000000 -0.076078 0.401468 0.401468 0.401468 +5628.180664 0.000000 937.852539 0.000000 0.999664 0.000000 0.025930 0.399489 0.399489 0.399489 +5602.087402 0.000000 928.805237 0.000000 0.985621 0.000000 -0.168972 0.403383 0.403383 0.403383 +5599.453613 0.000000 976.964478 0.000000 0.995044 0.000000 -0.099433 0.401313 0.401313 0.401313 +5586.127930 0.000000 973.510437 0.000000 0.994652 0.000000 -0.103281 0.401519 0.401519 0.401519 +5576.407715 0.000000 968.046753 0.000000 0.994093 0.000000 0.108534 0.398534 0.398534 0.398534 +5579.786133 0.000000 965.287292 0.000000 0.996952 0.000000 -0.078017 0.401201 0.401201 0.401201 +5608.974609 0.000000 971.755920 0.000000 0.993681 0.000000 -0.112245 0.401780 0.401780 0.401780 +5586.190430 0.000000 969.756531 0.000000 0.993638 0.000000 -0.112626 0.401916 0.401916 0.401916 +5614.042969 0.000000 966.089050 0.000000 0.985491 0.000000 0.169727 0.397036 0.397036 0.397036 +5597.020508 0.000000 973.064758 0.000000 0.963261 0.000000 -0.268569 0.404114 0.404114 0.404114 +5593.661133 0.000000 963.300598 0.000000 0.980599 0.000000 0.196027 0.396217 0.396217 0.396217 +5591.068359 0.000000 964.745544 0.000000 0.967380 0.000000 0.253329 0.395025 0.395025 0.395025 +5615.339355 0.000000 960.480408 0.000000 0.998642 0.000000 -0.052102 0.401023 0.401023 0.401023 +5595.678223 0.000000 965.248535 0.000000 0.986029 0.000000 0.166573 0.396708 0.396708 0.396708 +5601.049316 0.000000 961.484680 0.000000 0.965645 0.000000 -0.259866 0.404975 0.404975 0.404975 +5597.096680 0.000000 960.630554 0.000000 0.994278 0.000000 0.106824 0.397916 0.397916 0.397916 +5618.425293 0.000000 962.388733 0.000000 0.962922 0.000000 -0.269782 0.405224 0.405224 0.405224 +5591.366211 0.000000 962.887085 0.000000 0.976456 0.000000 0.215718 0.395657 0.395657 0.395657 +5612.016602 0.000000 961.982971 0.000000 0.981630 0.000000 -0.190793 0.403719 0.403719 0.403719 +5616.748535 0.000000 961.646667 0.000000 0.978189 0.000000 0.207718 0.395894 0.395894 0.395894 +5636.458496 0.000000 958.215942 0.000000 0.970353 0.000000 -0.241692 0.403657 0.403657 0.403657 +5643.959473 0.000000 952.240845 0.000000 0.991442 0.000000 0.130545 0.397490 0.397490 0.397490 +5632.254883 0.000000 950.890869 0.000000 0.996626 0.000000 -0.082079 0.401625 0.401625 0.401625 +5636.032715 0.000000 935.361572 0.000000 0.998218 0.000000 -0.059671 0.400966 0.400966 0.400966 +5638.215332 0.000000 952.687622 0.000000 0.994637 0.000000 0.103429 0.398081 0.398081 0.398081 +5646.953125 0.000000 957.721680 0.000000 0.999814 0.000000 0.019296 0.399672 0.399672 0.399672 +5641.641113 0.000000 956.937866 0.000000 0.978432 0.000000 -0.206571 0.403480 0.403480 0.403480 +5641.063965 0.000000 934.211975 0.000000 0.999360 0.000000 -0.035769 0.400538 0.400538 0.400538 +5635.505371 0.000000 947.176147 0.000000 0.962103 0.000000 0.272686 0.394898 0.394898 0.394898 +5643.941895 0.000000 945.554016 0.000000 0.969593 0.000000 0.244723 0.395186 0.395186 0.395186 +5640.908691 0.000000 949.650024 0.000000 0.991398 0.000000 0.130886 0.397477 0.397477 0.397477 +5641.866211 0.000000 942.822327 0.000000 0.991430 0.000000 0.130638 0.397534 0.397534 0.397534 +5638.507812 0.000000 955.841125 0.000000 0.999705 0.000000 0.024269 0.399575 0.399575 0.399575 +5641.278320 0.000000 953.833557 0.000000 0.975079 0.000000 -0.221858 0.404234 0.404234 0.404234 +5635.510742 0.000000 950.677979 0.000000 0.996926 0.000000 -0.078346 0.401543 0.401543 0.401543 +5642.072266 0.000000 959.921997 0.000000 0.990237 0.000000 0.139391 0.397786 0.397786 0.397786 +5649.360840 0.000000 949.910339 0.000000 0.963077 0.000000 -0.269226 0.405335 0.405335 0.405335 +5646.604980 0.000000 951.326965 0.000000 0.976810 0.000000 -0.214109 0.404342 0.404342 0.404342 +5644.721191 0.000000 942.074829 0.000000 0.965527 0.000000 -0.260303 0.404760 0.404760 0.404760 +5640.076660 0.000000 947.803406 0.000000 0.988229 0.000000 0.152981 0.397032 0.397032 0.397032 +5693.658691 0.000000 1052.034546 0.000000 0.959176 0.000000 0.282808 0.394259 0.394259 0.394259 +5690.511719 0.000000 1037.228760 0.000000 0.967381 0.000000 0.253327 0.396215 0.396215 0.396215 +5667.991211 0.000000 1032.445190 0.000000 0.985800 0.000000 -0.167923 0.402443 0.402443 0.402443 +5691.211426 0.000000 1046.336914 0.000000 0.970484 0.000000 0.241166 0.396279 0.396279 0.396279 +5663.334473 0.000000 1057.704224 0.000000 0.958057 0.000000 0.286576 0.395356 0.395356 0.395356 +5679.868652 0.000000 1065.129761 0.000000 0.966475 0.000000 0.256759 0.396201 0.396201 0.396201 +5687.060547 0.000000 1058.318481 0.000000 0.957379 0.000000 -0.288833 0.404521 0.404521 0.404521 +5666.857422 0.000000 1045.847656 0.000000 0.959019 0.000000 0.283343 0.392685 0.392685 0.392685 +5664.449219 0.000000 1042.714111 0.000000 0.990269 0.000000 0.139168 0.396445 0.396445 0.396445 +5693.032715 0.000000 1038.906860 0.000000 0.999975 0.000000 -0.007069 0.400109 0.400109 0.400109 +5693.738281 0.000000 1044.967896 0.000000 0.999233 0.000000 0.039158 0.399155 0.399155 0.399155 +5666.111328 0.000000 1048.333984 0.000000 0.995471 0.000000 -0.095069 0.402187 0.402187 0.402187 +5678.782227 0.000000 1058.782837 0.000000 0.997420 0.000000 -0.071793 0.401367 0.401367 0.401367 +5664.801270 0.000000 1045.033936 0.000000 0.982574 0.000000 -0.185870 0.404761 0.404761 0.404761 +5694.970703 0.000000 1039.374756 0.000000 0.989567 0.000000 -0.144075 0.403046 0.403046 0.403046 +5672.567383 0.000000 1051.402100 0.000000 0.995495 0.000000 -0.094816 0.402015 0.402015 0.402015 +5700.458496 0.000000 1071.184692 0.000000 0.999641 0.000000 0.026779 0.399318 0.399318 0.399318 +5707.959473 0.000000 1065.209595 0.000000 0.975823 0.000000 0.218563 0.394389 0.394389 0.394389 +5726.060547 0.000000 1064.873657 0.000000 0.995206 0.000000 0.097800 0.397506 0.397506 0.397506 +5700.763672 0.000000 1052.911011 0.000000 0.956911 0.000000 0.290382 0.395896 0.395896 0.395896 +5707.941895 0.000000 1058.522827 0.000000 0.974870 0.000000 -0.222774 0.405070 0.405070 0.405070 +5700.957520 0.000000 1056.565796 0.000000 0.998194 0.000000 0.060081 0.398646 0.398646 0.398646 +5731.666992 0.000000 1053.204956 0.000000 0.954364 0.000000 0.298646 0.394882 0.394882 0.394882 +5702.507812 0.000000 1068.809937 0.000000 0.998805 0.000000 -0.048877 0.401245 0.401245 0.401245 +5728.544434 0.000000 1064.050293 0.000000 0.981444 0.000000 -0.191747 0.403882 0.403882 0.403882 +5698.575684 0.000000 1057.845825 0.000000 0.999526 0.000000 0.030799 0.399334 0.399334 0.399334 +5727.328613 0.000000 1067.040649 0.000000 0.951891 0.000000 0.306438 0.392831 0.392831 0.392831 +5697.118652 0.000000 1061.448853 0.000000 0.991248 0.000000 -0.132014 0.403372 0.403372 0.403372 +5723.203125 0.000000 1056.036499 0.000000 0.980319 0.000000 0.197421 0.394939 0.394939 0.394939 +5698.026855 0.000000 1065.344971 0.000000 0.994057 0.000000 -0.108864 0.402778 0.402778 0.402778 +5702.997070 0.000000 1056.975708 0.000000 0.991560 0.000000 0.129650 0.397131 0.397131 0.397131 +5726.716309 0.000000 1062.956787 0.000000 0.987805 0.000000 -0.155697 0.403981 0.403981 0.403981 +5706.234863 0.000000 1064.164673 0.000000 0.992969 0.000000 0.118371 0.396979 0.396979 0.396979 +5706.618164 0.000000 1068.161987 0.000000 0.996329 0.000000 0.085601 0.397818 0.397818 0.397818 +5696.588379 0.000000 1069.021240 0.000000 0.999914 0.000000 -0.013088 0.400333 0.400333 0.400333 +5702.073242 0.000000 1070.506226 0.000000 0.964618 0.000000 -0.263653 0.406794 0.406794 0.406794 +5690.807129 0.000000 1079.857666 0.000000 0.982369 0.000000 -0.186953 0.404789 0.404789 0.404789 +5659.932617 0.000000 1093.472778 0.000000 0.987155 0.000000 -0.159764 0.402259 0.402259 0.402259 +5690.462402 0.000000 1090.273193 0.000000 0.974227 0.000000 -0.225572 0.403488 0.403488 0.403488 +5694.582031 0.000000 1088.070190 0.000000 0.984313 0.000000 -0.176433 0.403471 0.403471 0.403471 +5695.825195 0.000000 1086.455811 0.000000 0.979519 0.000000 0.201352 0.395171 0.395171 0.395171 +5691.502441 0.000000 1085.200439 0.000000 0.999935 0.000000 -0.011425 0.400291 0.400291 0.400291 +5662.021484 0.000000 1081.470093 0.000000 0.996387 0.000000 -0.084927 0.401686 0.401686 0.401686 +5661.614258 0.000000 1104.931030 0.000000 0.998392 0.000000 0.056686 0.398658 0.398658 0.398658 +5696.042480 0.000000 1073.210449 0.000000 0.951350 0.000000 0.308113 0.392024 0.392024 0.392024 +5716.994629 0.000000 1075.755859 0.000000 0.972396 0.000000 -0.233338 0.404269 0.404269 0.404269 +5698.199219 0.000000 1080.315430 0.000000 0.995042 0.000000 -0.099453 0.402537 0.402537 0.402537 +5700.035156 0.000000 1079.422852 0.000000 0.981587 0.000000 0.191016 0.395240 0.395240 0.395240 +5702.054199 0.000000 1074.801758 0.000000 0.966751 0.000000 -0.255721 0.406585 0.406585 0.406585 +5712.728516 0.000000 1073.209717 0.000000 0.982391 0.000000 -0.186837 0.404129 0.404129 0.404129 +4212.365234 0.000000 2242.156982 0.000000 0.991742 0.000000 -0.128249 0.401856 0.401856 0.401856 +4228.458496 0.000000 2257.356689 0.000000 0.978222 0.000000 0.207562 0.397223 0.397223 0.397223 +4209.272949 0.000000 2349.484375 0.000000 0.999951 0.000000 -0.009885 0.400144 0.400144 0.400144 +4223.487305 0.000000 2346.087158 0.000000 0.990641 0.000000 0.136491 0.398024 0.398024 0.398024 +4197.432617 0.000000 2326.886475 0.000000 0.995272 0.000000 -0.097125 0.401307 0.401307 0.401307 +4210.789551 0.000000 2327.946777 0.000000 0.960487 0.000000 -0.278326 0.404056 0.404056 0.404056 +4221.212891 0.000000 2341.251221 0.000000 0.995405 0.000000 -0.095759 0.401413 0.401413 0.401413 +4204.083496 0.000000 2335.920410 0.000000 0.979112 0.000000 0.203320 0.396913 0.396913 0.396913 +4214.173828 0.000000 2322.043701 0.000000 0.982799 0.000000 -0.184680 0.402606 0.402606 0.402606 +4211.213867 0.000000 2362.116699 0.000000 0.962601 0.000000 -0.270922 0.404151 0.404151 0.404151 +4218.385254 0.000000 2318.451416 0.000000 0.984580 0.000000 -0.174934 0.402634 0.402634 0.402634 +4207.145508 0.000000 2334.007324 0.000000 0.999982 0.000000 -0.005944 0.400092 0.400092 0.400092 +4212.003906 0.000000 2319.187012 0.000000 0.974724 0.000000 -0.223414 0.403510 0.403510 0.403510 +4198.469727 0.000000 2342.453369 0.000000 0.974331 0.000000 -0.225120 0.403707 0.403707 0.403707 +4207.447754 0.000000 2328.545166 0.000000 0.985650 0.000000 -0.168801 0.402735 0.402735 0.402735 +4245.705078 0.000000 2286.242676 0.000000 0.995647 0.000000 -0.093202 0.401244 0.401244 0.401244 +4228.032715 0.000000 2290.986572 0.000000 0.981814 0.000000 -0.189845 0.402594 0.402594 0.402594 +4268.662598 0.000000 2309.955078 0.000000 0.995426 0.000000 -0.095539 0.401677 0.401677 0.401677 +4265.260742 0.000000 2303.597168 0.000000 0.970399 0.000000 0.241506 0.395664 0.395664 0.395664 +4286.419434 0.000000 2301.522217 0.000000 0.997037 0.000000 0.076925 0.398900 0.398900 0.398900 +4271.868652 0.000000 2307.785889 0.000000 0.953487 0.000000 -0.301433 0.405733 0.405733 0.405733 +4281.910645 0.000000 2307.325928 0.000000 0.984181 0.000000 0.177168 0.396825 0.396825 0.396825 +4285.507812 0.000000 2309.151855 0.000000 0.983249 0.000000 0.182267 0.397016 0.397016 0.397016 +4310.478027 0.000000 2294.268311 0.000000 0.999486 0.000000 0.032050 0.399577 0.399577 0.399577 +4306.817383 0.000000 2289.818848 0.000000 0.995865 0.000000 0.090848 0.398319 0.398319 0.398319 +4307.771973 0.000000 2282.000488 0.000000 0.970103 0.000000 -0.242695 0.403721 0.403721 0.403721 +4299.406250 0.000000 2292.445801 0.000000 0.998751 0.000000 -0.049974 0.400826 0.400826 0.400826 +4304.244141 0.000000 2288.572754 0.000000 0.996488 0.000000 -0.083734 0.401582 0.401582 0.401582 +4282.544434 0.000000 2356.282471 0.000000 0.974044 0.000000 0.226359 0.397059 0.397059 0.397059 +4262.230957 0.000000 2354.388428 0.000000 0.964405 0.000000 -0.264431 0.403528 0.403528 0.403528 +4231.671387 0.000000 2340.715820 0.000000 0.967500 0.000000 -0.252870 0.403319 0.403319 0.403319 +4261.982422 0.000000 2366.121094 0.000000 0.972325 0.000000 0.233632 0.396727 0.396727 0.396727 +4246.478027 0.000000 2350.752686 0.000000 0.998696 0.000000 0.051058 0.399299 0.399299 0.399299 +4268.662598 0.000000 2366.439453 0.000000 0.978007 0.000000 -0.208572 0.402854 0.402854 0.402854 +4256.032227 0.000000 2352.797363 0.000000 0.989685 0.000000 -0.143259 0.402031 0.402031 0.402031 +4258.932617 0.000000 2369.936279 0.000000 0.976697 0.000000 -0.214622 0.403056 0.403056 0.403056 +4228.763672 0.000000 2352.051514 0.000000 0.999728 0.000000 -0.023313 0.400329 0.400329 0.400329 +4235.941895 0.000000 2357.663330 0.000000 0.992112 0.000000 -0.125354 0.401807 0.401807 0.401807 +4271.868652 0.000000 2364.270264 0.000000 0.971658 0.000000 -0.236391 0.403408 0.403408 0.403408 +4241.939453 0.000000 2357.655029 0.000000 0.994332 0.000000 0.106315 0.398452 0.398452 0.398452 +4253.392090 0.000000 2360.532715 0.000000 0.991088 0.000000 0.133212 0.398019 0.398019 0.398019 +4251.595215 0.000000 2366.383057 0.000000 0.953354 0.000000 0.301853 0.395407 0.395407 0.395407 +4236.457520 0.000000 2367.635254 0.000000 0.952605 0.000000 -0.304211 0.404877 0.404877 0.404877 +4238.650879 0.000000 2366.200195 0.000000 0.994065 0.000000 0.108787 0.398231 0.398231 0.398231 +4221.524414 0.000000 2389.413574 0.000000 0.975704 0.000000 -0.219091 0.403298 0.403298 0.403298 +4244.569336 0.000000 2377.730225 0.000000 0.977642 0.000000 -0.210275 0.402941 0.402941 0.402941 +4247.491699 0.000000 2372.975342 0.000000 0.962474 0.000000 -0.271375 0.403938 0.403938 0.403938 +4224.098633 0.000000 2379.292725 0.000000 0.961076 0.000000 0.276282 0.395877 0.395877 0.395877 +4231.914551 0.000000 2374.180664 0.000000 0.981315 0.000000 -0.192409 0.402920 0.402920 0.402920 +4250.987305 0.000000 2372.432617 0.000000 0.999555 0.000000 -0.029832 0.400460 0.400460 0.400460 +4230.363770 0.000000 2381.856445 0.000000 0.964588 0.000000 -0.263763 0.404531 0.404531 0.404531 +4447.758301 0.000000 2289.534668 0.000000 0.964253 0.000000 -0.264983 0.404539 0.404539 0.404539 +4454.535645 0.000000 2288.883057 0.000000 0.988532 0.000000 0.151014 0.397472 0.397472 0.397472 +4444.947754 0.000000 2289.446777 0.000000 0.999645 0.000000 -0.026625 0.400435 0.400435 0.400435 +"} object={ name="oak_dense_generator_1_3" clamp_to_water_level=no @@ -32,8 +1729,615 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_04_mesh" - count=0 -} + count=607 + transform="5012.968750 0.000000 786.421997 0.000000 0.666088 0.000000 -0.745873 0.421227 0.421227 0.421227 +5037.516602 0.000000 749.030151 0.000000 0.870784 0.000000 -0.491665 0.411421 0.411421 0.411421 +5013.705078 0.000000 761.164551 0.000000 0.950144 0.000000 -0.311812 0.408075 0.408075 0.408075 +5018.979980 0.000000 776.129700 0.000000 0.873955 0.000000 -0.486006 0.410897 0.410897 0.410897 +5055.487305 0.000000 764.524597 0.000000 0.814049 0.000000 -0.580797 0.408076 0.408076 0.408076 +5006.007324 0.000000 765.187073 0.000000 0.867239 0.000000 -0.497891 0.408796 0.408796 0.408796 +5015.890625 0.000000 753.354553 0.000000 0.647211 0.000000 -0.762311 0.417920 0.417920 0.417920 +5025.210449 0.000000 779.170227 0.000000 0.887448 0.000000 -0.460909 0.410667 0.410667 0.410667 +5036.760254 0.000000 772.802002 0.000000 0.707366 0.000000 -0.706848 0.413837 0.413837 0.413837 +5024.032227 0.000000 771.234741 0.000000 0.897069 0.000000 -0.441891 0.411655 0.411655 0.411655 +5033.260742 0.000000 778.519043 0.000000 0.618934 0.000000 -0.785443 0.418088 0.418088 0.418088 +5033.385742 0.000000 767.215027 0.000000 0.751173 0.000000 -0.660105 0.417999 0.417999 0.417999 +5037.434082 0.000000 764.026123 0.000000 0.878146 0.000000 -0.478392 0.411108 0.411108 0.411108 +5008.971680 0.000000 783.473877 0.000000 0.757774 0.000000 -0.652517 0.415441 0.415441 0.415441 +5029.098633 0.000000 777.167847 0.000000 0.939915 0.000000 -0.341409 0.408211 0.408211 0.408211 +5021.237305 0.000000 767.819092 0.000000 0.763626 0.000000 -0.645659 0.414404 0.414404 0.414404 +5025.947754 0.000000 783.770386 0.000000 0.866546 0.000000 -0.499097 0.412289 0.412289 0.412289 +4995.837402 0.000000 757.858948 0.000000 0.600949 0.000000 -0.799287 0.413641 0.413641 0.413641 +5033.322754 0.000000 782.572510 0.000000 0.909623 0.000000 -0.415434 0.409990 0.409990 0.409990 +5028.620605 0.000000 781.005371 0.000000 0.807390 0.000000 -0.590018 0.416070 0.416070 0.416070 +5022.953613 0.000000 790.549377 0.000000 0.879770 0.000000 -0.475400 0.412616 0.412616 0.412616 +5021.530273 0.000000 761.589233 0.000000 0.945594 0.000000 -0.325350 0.407545 0.407545 0.407545 +5039.917480 0.000000 771.078918 0.000000 0.825244 0.000000 -0.564776 0.410189 0.410189 0.410189 +5014.628418 0.000000 764.324097 0.000000 0.785524 0.000000 -0.618831 0.416658 0.416658 0.416658 +5016.572266 0.000000 773.761230 0.000000 0.867006 0.000000 -0.498298 0.410392 0.410392 0.410392 +4998.507812 0.000000 786.388000 0.000000 0.603161 0.000000 -0.797620 0.420746 0.420746 0.420746 +5009.722656 0.000000 786.474182 0.000000 0.860394 0.000000 -0.509630 0.413617 0.413617 0.413617 +5017.916992 0.000000 779.063049 0.000000 0.667505 0.000000 -0.744605 0.416734 0.416734 0.416734 +5013.934570 0.000000 789.108826 0.000000 0.878554 0.000000 -0.477643 0.412681 0.412681 0.412681 +5028.759766 0.000000 755.673096 0.000000 0.636105 0.000000 -0.771603 0.415711 0.415711 0.415711 +5020.380371 0.000000 789.147217 0.000000 0.860941 0.000000 -0.508705 0.413590 0.413590 0.413590 +5016.795410 0.000000 762.209045 0.000000 0.720545 0.000000 -0.693408 0.419511 0.419511 0.419511 +5008.244141 0.000000 763.494690 0.000000 0.830026 0.000000 -0.557725 0.412112 0.412112 0.412112 +5017.706543 0.000000 747.936218 0.000000 0.887392 0.000000 -0.461016 0.408948 0.408948 0.408948 +5036.352051 0.000000 751.557983 0.000000 0.850808 0.000000 -0.525476 0.411796 0.411796 0.411796 +5012.832520 0.000000 746.876526 0.000000 0.940434 0.000000 -0.339975 0.406668 0.406668 0.406668 +5031.299805 0.000000 780.676331 0.000000 0.820799 0.000000 -0.571218 0.415482 0.415482 0.415482 +5002.329590 0.000000 759.001465 0.000000 0.747393 0.000000 -0.664383 0.414150 0.414150 0.414150 +5026.111328 0.000000 765.912048 0.000000 0.640346 0.000000 -0.768087 0.418236 0.418236 0.418236 +5012.436035 0.000000 776.568726 0.000000 0.727319 0.000000 -0.686299 0.416315 0.416315 0.416315 +5006.389160 0.000000 767.681580 0.000000 0.921206 0.000000 -0.389076 0.407163 0.407163 0.407163 +5010.128418 0.000000 755.058472 0.000000 0.910449 0.000000 -0.413620 0.408708 0.408708 0.408708 +5038.693848 0.000000 766.355530 0.000000 0.606238 0.000000 -0.795283 0.418226 0.418226 0.418226 +5011.362793 0.000000 762.284729 0.000000 0.897309 0.000000 -0.441403 0.410843 0.410843 0.410843 +5018.245605 0.000000 752.808777 0.000000 0.840061 0.000000 -0.542491 0.411595 0.411595 0.411595 +5022.816895 0.000000 748.734680 0.000000 0.811627 0.000000 -0.584176 0.412616 0.412616 0.412616 +5020.838379 0.000000 759.364258 0.000000 0.670771 0.000000 -0.741665 0.420484 0.420484 0.420484 +5019.203125 0.000000 773.614563 0.000000 0.813129 0.000000 -0.582084 0.412129 0.412129 0.412129 +4998.028809 0.000000 757.226501 0.000000 0.894046 0.000000 -0.447976 0.408790 0.408790 0.408790 +5003.263184 0.000000 770.859192 0.000000 0.835879 0.000000 -0.548914 0.411518 0.411518 0.411518 +5009.493164 0.000000 778.269653 0.000000 0.909896 0.000000 -0.414835 0.408650 0.408650 0.408650 +5019.673340 0.000000 787.070190 0.000000 0.795148 0.000000 -0.606416 0.416591 0.416591 0.416591 +5030.962402 0.000000 778.476807 0.000000 0.595972 0.000000 -0.803005 0.422345 0.422345 0.422345 +5024.607910 0.000000 773.387512 0.000000 0.882110 0.000000 -0.471044 0.412490 0.412490 0.412490 +5028.682129 0.000000 758.086243 0.000000 0.911684 0.000000 -0.410892 0.410783 0.410783 0.410783 +5026.508301 0.000000 780.862610 0.000000 0.791275 0.000000 -0.611461 0.416096 0.416096 0.416096 +5037.836426 0.000000 786.929626 0.000000 0.757283 0.000000 -0.653087 0.416559 0.416559 0.416559 +5032.199219 0.000000 765.142822 0.000000 0.644616 0.000000 -0.764507 0.422161 0.422161 0.422161 +5030.819824 0.000000 786.548584 0.000000 0.894210 0.000000 -0.447647 0.411819 0.411819 0.411819 +5025.987305 0.000000 771.910522 0.000000 0.930226 0.000000 -0.366988 0.409569 0.409569 0.409569 +5018.529785 0.000000 789.703735 0.000000 0.880334 0.000000 -0.474353 0.412585 0.412585 0.412585 +5039.350098 0.000000 789.039917 0.000000 0.685792 0.000000 -0.727797 0.420065 0.420065 0.420065 +5028.742188 0.000000 787.502075 0.000000 0.646711 0.000000 -0.762735 0.422091 0.422091 0.422091 +4999.440918 0.000000 784.703979 0.000000 0.734161 0.000000 -0.678976 0.416286 0.416286 0.416286 +5031.147461 0.000000 771.200134 0.000000 0.948650 0.000000 -0.316326 0.407585 0.407585 0.407585 +5003.557617 0.000000 774.244629 0.000000 0.860083 0.000000 -0.510154 0.411013 0.411013 0.411013 +5035.071777 0.000000 744.875366 0.000000 0.649702 0.000000 -0.760189 0.416731 0.416731 0.416731 +5032.388184 0.000000 784.298523 0.000000 0.857757 0.000000 -0.514055 0.413749 0.413749 0.413749 +5005.340332 0.000000 774.523682 0.000000 0.871204 0.000000 -0.490920 0.410659 0.410659 0.410659 +5016.422363 0.000000 763.997131 0.000000 0.667229 0.000000 -0.744853 0.421398 0.421398 0.421398 +5025.433594 0.000000 770.100464 0.000000 0.802253 0.000000 -0.596984 0.416291 0.416291 0.416291 +5029.379395 0.000000 771.183533 0.000000 0.746475 0.000000 -0.665414 0.417631 0.417631 0.417631 +5035.722656 0.000000 789.620117 0.000000 0.948271 0.000000 -0.317461 0.408226 0.408226 0.408226 +5037.839355 0.000000 760.982666 0.000000 0.880426 0.000000 -0.474183 0.411964 0.411964 0.411964 +5034.375488 0.000000 765.840149 0.000000 0.590863 0.000000 -0.806772 0.421278 0.421278 0.421278 +5016.891602 0.000000 780.651978 0.000000 0.784857 0.000000 -0.619677 0.415417 0.415417 0.415417 +5005.306641 0.000000 758.848328 0.000000 0.682162 0.000000 -0.731201 0.416952 0.416952 0.416952 +5010.442383 0.000000 749.313538 0.000000 0.933846 0.000000 -0.357675 0.407945 0.407945 0.407945 +5029.967285 0.000000 759.194214 0.000000 0.682644 0.000000 -0.730751 0.420866 0.420866 0.420866 +4922.368164 0.000000 842.707214 0.000000 0.810302 0.000000 -0.586013 0.411880 0.411880 0.411880 +4925.125000 0.000000 843.260498 0.000000 0.823271 0.000000 -0.567648 0.413322 0.413322 0.413322 +4913.262695 0.000000 845.342346 0.000000 0.762376 0.000000 -0.647135 0.412686 0.412686 0.412686 +4926.675293 0.000000 842.532349 0.000000 0.735805 0.000000 -0.677194 0.418944 0.418944 0.418944 +4986.544434 0.000000 831.204346 0.000000 0.795653 0.000000 -0.605753 0.416570 0.416570 0.416570 +4976.205566 0.000000 847.239990 0.000000 0.821189 0.000000 -0.570656 0.415465 0.415465 0.415465 +4943.130859 0.000000 830.153015 0.000000 0.676791 0.000000 -0.736176 0.411320 0.411320 0.411320 +4969.563477 0.000000 817.272278 0.000000 0.602399 0.000000 -0.798195 0.423537 0.423537 0.423537 +4976.541992 0.000000 813.366516 0.000000 0.639625 0.000000 -0.768687 0.422327 0.422327 0.422327 +4963.765137 0.000000 816.628479 0.000000 0.617244 0.000000 -0.786772 0.418086 0.418086 0.418086 +4986.511719 0.000000 811.291260 0.000000 0.866884 0.000000 -0.498511 0.412195 0.412195 0.412195 +4978.842773 0.000000 808.651184 0.000000 0.821707 0.000000 -0.569910 0.412989 0.412989 0.412989 +4944.971680 0.000000 839.958252 0.000000 0.665829 0.000000 -0.746104 0.419260 0.419260 0.419260 +4983.531250 0.000000 801.384949 0.000000 0.858811 0.000000 -0.512292 0.409775 0.409775 0.409775 +4942.875488 0.000000 835.543274 0.000000 0.709109 0.000000 -0.705099 0.418248 0.418248 0.418248 +4965.098633 0.000000 833.652222 0.000000 0.732006 0.000000 -0.681298 0.416692 0.416692 0.416692 +4961.947754 0.000000 840.254761 0.000000 0.933408 0.000000 -0.358817 0.408173 0.408173 0.408173 +4973.311035 0.000000 825.131165 0.000000 0.828254 0.000000 -0.560354 0.415147 0.415147 0.415147 +4982.381836 0.000000 820.108887 0.000000 0.685459 0.000000 -0.728111 0.420768 0.420768 0.420768 +4973.375000 0.000000 815.702942 0.000000 0.886268 0.000000 -0.463172 0.411686 0.411686 0.411686 +4979.213867 0.000000 837.038452 0.000000 0.799525 0.000000 -0.600633 0.412739 0.412739 0.412739 +4976.647949 0.000000 831.257019 0.000000 0.708437 0.000000 -0.705775 0.419952 0.419952 0.419952 +4976.023926 0.000000 843.316284 0.000000 0.868241 0.000000 -0.496143 0.411431 0.411431 0.411431 +4989.507812 0.000000 840.558044 0.000000 0.929980 0.000000 -0.367611 0.407951 0.407951 0.407951 +4972.412598 0.000000 833.054993 0.000000 0.899920 0.000000 -0.436056 0.411377 0.411377 0.411377 +4972.376953 0.000000 837.048950 0.000000 0.871009 0.000000 -0.491267 0.413077 0.413077 0.413077 +4983.060547 0.000000 832.380981 0.000000 0.639614 0.000000 -0.768696 0.422328 0.422328 0.422328 +4979.634277 0.000000 833.509094 0.000000 0.590156 0.000000 -0.807289 0.422190 0.422190 0.422190 +4966.346680 0.000000 845.038940 0.000000 0.826755 0.000000 -0.562563 0.414588 0.414588 0.414588 +4989.611816 0.000000 829.540894 0.000000 0.823203 0.000000 -0.567747 0.415375 0.415375 0.415375 +4979.759277 0.000000 822.146118 0.000000 0.814298 0.000000 -0.580447 0.415770 0.415770 0.415770 +4963.666992 0.000000 827.267456 0.000000 0.858708 0.000000 -0.512464 0.413701 0.413701 0.413701 +4962.857422 0.000000 819.910156 0.000000 0.928267 0.000000 -0.371913 0.409704 0.409704 0.409704 +4951.836426 0.000000 841.394104 0.000000 0.945193 0.000000 -0.326511 0.408154 0.408154 0.408154 +4975.537109 0.000000 817.909729 0.000000 0.818116 0.000000 -0.575053 0.415601 0.415601 0.415601 +4937.278320 0.000000 840.864807 0.000000 0.850547 0.000000 -0.525900 0.414102 0.414102 0.414102 +4966.581055 0.000000 825.905701 0.000000 0.696248 0.000000 -0.717802 0.420348 0.420348 0.420348 +4978.798340 0.000000 827.462402 0.000000 0.760068 0.000000 -0.649843 0.418013 0.418013 0.418013 +4942.604980 0.000000 838.358215 0.000000 0.889100 0.000000 -0.457714 0.412035 0.412035 0.412035 +4956.947754 0.000000 820.853088 0.000000 0.680845 0.000000 -0.732427 0.415881 0.415881 0.415881 +4966.469727 0.000000 817.375305 0.000000 0.594003 0.000000 -0.804463 0.423010 0.423010 0.423010 +4989.738281 0.000000 819.030396 0.000000 0.951046 0.000000 -0.309050 0.408001 0.408001 0.408001 +4940.375000 0.000000 845.449097 0.000000 0.672296 0.000000 -0.740283 0.421225 0.421225 0.421225 +4961.910645 0.000000 833.104126 0.000000 0.891198 0.000000 -0.453615 0.409827 0.409827 0.409827 +4947.443848 0.000000 840.701050 0.000000 0.828732 0.000000 -0.559646 0.413850 0.413850 0.413850 +4942.650879 0.000000 841.122070 0.000000 0.598734 0.000000 -0.800948 0.422958 0.422958 0.422958 +4981.428223 0.000000 808.622498 0.000000 0.680581 0.000000 -0.732673 0.420692 0.420692 0.420692 +4977.394043 0.000000 816.111023 0.000000 0.916119 0.000000 -0.400908 0.410504 0.410504 0.410504 +4955.698730 0.000000 837.280579 0.000000 0.917183 0.000000 -0.398465 0.409025 0.409025 0.409025 +4971.659668 0.000000 826.960876 0.000000 0.772256 0.000000 -0.635311 0.417530 0.417530 0.417530 +4959.328613 0.000000 841.103149 0.000000 0.630600 0.000000 -0.776108 0.421161 0.421161 0.421161 +4991.814453 0.000000 809.225952 0.000000 0.940990 0.000000 -0.338435 0.407395 0.407395 0.407395 +4991.163574 0.000000 823.455811 0.000000 0.799201 0.000000 -0.601063 0.416420 0.416420 0.416420 +4951.348633 0.000000 843.779724 0.000000 0.780894 0.000000 -0.624663 0.417181 0.417181 0.417181 +4930.269043 0.000000 844.215088 0.000000 0.775095 0.000000 -0.631845 0.417416 0.417416 0.417416 +4959.373535 0.000000 834.214355 0.000000 0.861088 0.000000 -0.508455 0.411292 0.411292 0.411292 +4959.005371 0.000000 825.685974 0.000000 0.684668 0.000000 -0.728855 0.420796 0.420796 0.420796 +4985.072754 0.000000 840.898315 0.000000 0.747818 0.000000 -0.663904 0.417618 0.417618 0.417618 +4977.031738 0.000000 837.119812 0.000000 0.926325 0.000000 -0.376725 0.408293 0.408293 0.408293 +4973.747070 0.000000 839.472839 0.000000 0.932082 0.000000 -0.362247 0.409439 0.409439 0.409439 +4970.281250 0.000000 832.992981 0.000000 0.825418 0.000000 -0.564522 0.414646 0.414646 0.414646 +4973.814941 0.000000 827.327332 0.000000 0.609962 0.000000 -0.792430 0.423295 0.423295 0.423295 +4985.678223 0.000000 805.902893 0.000000 0.844894 0.000000 -0.534934 0.413781 0.413781 0.413781 +4970.638672 0.000000 841.213867 0.000000 0.646240 0.000000 -0.763134 0.421284 0.421284 0.421284 +4978.750488 0.000000 831.334534 0.000000 0.747339 0.000000 -0.664443 0.418506 0.418506 0.418506 +4933.572266 0.000000 837.712036 0.000000 0.848799 0.000000 -0.528716 0.414047 0.414047 0.414047 +4943.590332 0.000000 842.877747 0.000000 0.602186 0.000000 -0.798356 0.423544 0.423544 0.423544 +4951.416992 0.000000 838.714050 0.000000 0.659953 0.000000 -0.751307 0.419821 0.419821 0.419821 +4955.739258 0.000000 834.404663 0.000000 0.840110 0.000000 -0.542416 0.411651 0.411651 0.411651 +4990.854492 0.000000 817.364685 0.000000 0.912769 0.000000 -0.408475 0.410400 0.410400 0.410400 +4949.843750 0.000000 841.065979 0.000000 0.835904 0.000000 -0.548876 0.414157 0.414157 0.414157 +4985.007324 0.000000 836.441772 0.000000 0.941330 0.000000 -0.337486 0.408594 0.408594 0.408594 +4968.567383 0.000000 825.464539 0.000000 0.883263 0.000000 -0.468877 0.412427 0.412427 0.412427 +4988.454590 0.000000 831.120361 0.000000 0.926638 0.000000 -0.375955 0.409815 0.409815 0.409815 +4956.161133 0.000000 839.393372 0.000000 0.642648 0.000000 -0.766162 0.420309 0.420309 0.420309 +4982.302246 0.000000 805.068726 0.000000 0.646755 0.000000 -0.762698 0.420964 0.420964 0.420964 +4981.449707 0.000000 840.672791 0.000000 0.711311 0.000000 -0.702878 0.419848 0.419848 0.419848 +4983.432129 0.000000 839.864929 0.000000 0.934125 0.000000 -0.356945 0.409076 0.409076 0.409076 +4975.250488 0.000000 819.762146 0.000000 0.825676 0.000000 -0.564144 0.415264 0.415264 0.415264 +4938.618164 0.000000 842.224487 0.000000 0.737391 0.000000 -0.675466 0.416774 0.416774 0.416774 +4967.147461 0.000000 827.684509 0.000000 0.717329 0.000000 -0.696735 0.418936 0.418936 0.418936 +4988.180664 0.000000 824.883789 0.000000 0.796328 0.000000 -0.604865 0.416542 0.416542 0.416542 +4984.708984 0.000000 811.224731 0.000000 0.705597 0.000000 -0.708614 0.418678 0.418678 0.418678 +4957.614258 0.000000 822.509155 0.000000 0.864983 0.000000 -0.501801 0.413386 0.413386 0.413386 +4935.784180 0.000000 844.097656 0.000000 0.791422 0.000000 -0.611271 0.416025 0.416025 0.416025 +4963.619629 0.000000 832.688110 0.000000 0.589627 0.000000 -0.807676 0.420421 0.420421 0.420421 +4935.260254 0.000000 837.385681 0.000000 0.792228 0.000000 -0.610226 0.416714 0.416714 0.416714 +4971.765137 0.000000 820.065552 0.000000 0.922000 0.000000 -0.387190 0.410124 0.410124 0.410124 +4909.516602 0.000000 861.998901 0.000000 0.897458 0.000000 -0.441101 0.407915 0.407915 0.407915 +4922.807129 0.000000 853.920166 0.000000 0.869864 0.000000 -0.493292 0.413137 0.413137 0.413137 +4913.519043 0.000000 853.595276 0.000000 0.844398 0.000000 -0.535716 0.411687 0.411687 0.411687 +4912.541992 0.000000 869.850891 0.000000 0.933084 0.000000 -0.359658 0.408377 0.408377 0.408377 +4914.584961 0.000000 875.159851 0.000000 0.664698 0.000000 -0.747112 0.417230 0.417230 0.417230 +4925.658691 0.000000 882.581360 0.000000 0.713017 0.000000 -0.701147 0.416295 0.416295 0.416295 +4922.511719 0.000000 867.775635 0.000000 0.722291 0.000000 -0.691589 0.419447 0.419447 0.419447 +4919.531250 0.000000 857.869324 0.000000 0.733707 0.000000 -0.679466 0.418464 0.418464 0.418464 +4921.910645 0.000000 895.216675 0.000000 0.850798 0.000000 -0.525492 0.410056 0.410056 0.410056 +4906.673340 0.000000 847.409546 0.000000 0.890132 0.000000 -0.455703 0.410230 0.410230 0.410230 +4922.305176 0.000000 891.247070 0.000000 0.875852 0.000000 -0.482580 0.409027 0.409027 0.409027 +4925.611816 0.000000 886.025269 0.000000 0.797159 0.000000 -0.603769 0.412008 0.412008 0.412008 +4912.580566 0.000000 877.706360 0.000000 0.929035 0.000000 -0.369993 0.407040 0.407040 0.407040 +4906.835938 0.000000 853.271912 0.000000 0.603293 0.000000 -0.797520 0.418668 0.418668 0.418668 +4924.832520 0.000000 879.587402 0.000000 0.843070 0.000000 -0.537804 0.412588 0.412588 0.412588 +4923.100586 0.000000 857.358337 0.000000 0.670698 0.000000 -0.741731 0.418025 0.418025 0.418025 +4919.819336 0.000000 866.096558 0.000000 0.606064 0.000000 -0.795416 0.420343 0.420343 0.420343 +4922.504395 0.000000 871.024475 0.000000 0.907317 0.000000 -0.420448 0.410292 0.410292 0.410292 +4908.352051 0.000000 864.526733 0.000000 0.941291 0.000000 -0.337595 0.406723 0.406723 0.406723 +4920.639160 0.000000 852.237976 0.000000 0.641875 0.000000 -0.766809 0.419591 0.419591 0.419591 +4924.013184 0.000000 862.130371 0.000000 0.614166 0.000000 -0.789177 0.423159 0.423159 0.423159 +4913.394043 0.000000 872.595398 0.000000 0.900003 0.000000 -0.435884 0.410021 0.410021 0.410021 +4905.128906 0.000000 868.131287 0.000000 0.914507 0.000000 -0.404571 0.406780 0.406780 0.406780 +4926.948242 0.000000 849.419739 0.000000 0.937725 0.000000 -0.347378 0.409034 0.409034 0.409034 +4913.687988 0.000000 856.218201 0.000000 0.884362 0.000000 -0.466802 0.410306 0.410306 0.410306 +4927.163574 0.000000 879.940186 0.000000 0.609894 0.000000 -0.792483 0.420145 0.420145 0.420145 +4918.385254 0.000000 851.174683 0.000000 0.914447 0.000000 -0.404707 0.409237 0.409237 0.409237 +4922.561523 0.000000 879.024902 0.000000 0.790988 0.000000 -0.611832 0.414497 0.414497 0.414497 +4927.374512 0.000000 887.361145 0.000000 0.917309 0.000000 -0.398176 0.407464 0.407464 0.407464 +4909.585449 0.000000 857.698730 0.000000 0.729996 0.000000 -0.683451 0.413488 0.413488 0.413488 +4917.007812 0.000000 888.416016 0.000000 0.777668 0.000000 -0.628675 0.412628 0.412628 0.412628 +4910.245605 0.000000 867.188171 0.000000 0.821311 0.000000 -0.570481 0.414974 0.414974 0.414974 +4907.960938 0.000000 869.367859 0.000000 0.804142 0.000000 -0.594437 0.412173 0.412173 0.412173 +4915.318359 0.000000 880.907104 0.000000 0.708055 0.000000 -0.706157 0.415620 0.415620 0.415620 +4916.679199 0.000000 866.954956 0.000000 0.653701 0.000000 -0.756753 0.421300 0.421300 0.421300 +4921.007324 0.000000 892.926147 0.000000 0.798192 0.000000 -0.602403 0.412525 0.412525 0.412525 +4914.490723 0.000000 870.055176 0.000000 0.849848 0.000000 -0.527028 0.411724 0.411724 0.411724 +4914.425293 0.000000 849.419983 0.000000 0.716938 0.000000 -0.697136 0.417486 0.417486 0.417486 +4906.257812 0.000000 849.528076 0.000000 0.936365 0.000000 -0.351027 0.408363 0.408363 0.408363 +4917.097168 0.000000 849.050964 0.000000 0.639804 0.000000 -0.768538 0.419739 0.419739 0.419739 +4914.999023 0.000000 854.608459 0.000000 0.917900 0.000000 -0.396812 0.409861 0.409861 0.409861 +4917.929688 0.000000 863.336365 0.000000 0.749015 0.000000 -0.662553 0.416164 0.416164 0.416164 +4920.710938 0.000000 871.097168 0.000000 0.896586 0.000000 -0.442869 0.410286 0.410286 0.410286 +4966.230957 0.000000 885.794678 0.000000 0.878259 0.000000 -0.478186 0.411750 0.411750 0.411750 +4943.130859 0.000000 886.637390 0.000000 0.610850 0.000000 -0.791746 0.416743 0.416743 0.416743 +4977.519043 0.000000 853.595276 0.000000 0.900400 0.000000 -0.435063 0.406787 0.406787 0.406787 +4928.254883 0.000000 894.406494 0.000000 0.805918 0.000000 -0.592027 0.411452 0.411452 0.411452 +4943.272949 0.000000 869.184204 0.000000 0.665109 0.000000 -0.746747 0.418734 0.418734 0.418734 +4948.089355 0.000000 892.082520 0.000000 0.778028 0.000000 -0.628229 0.416111 0.416111 0.416111 +4937.203613 0.000000 882.966431 0.000000 0.654773 0.000000 -0.755826 0.418013 0.418013 0.418013 +4972.062988 0.000000 856.254761 0.000000 0.902173 0.000000 -0.431374 0.406369 0.406369 0.406369 +4929.017578 0.000000 873.958679 0.000000 0.885700 0.000000 -0.464257 0.409715 0.409715 0.409715 +4951.491699 0.000000 847.897156 0.000000 0.735250 0.000000 -0.677796 0.418965 0.418965 0.418965 +4964.276367 0.000000 880.512390 0.000000 0.894953 0.000000 -0.446161 0.409398 0.409398 0.409398 +4949.208496 0.000000 887.144836 0.000000 0.662435 0.000000 -0.749119 0.421562 0.421562 0.421562 +4942.220703 0.000000 864.346558 0.000000 0.762669 0.000000 -0.646789 0.416998 0.416998 0.416998 +4939.929688 0.000000 859.271484 0.000000 0.830019 0.000000 -0.557735 0.415066 0.415066 0.415066 +4954.709961 0.000000 884.305542 0.000000 0.667359 0.000000 -0.744736 0.418416 0.418416 0.418416 +4947.771973 0.000000 869.891052 0.000000 0.798543 0.000000 -0.601938 0.415449 0.415449 0.415449 +4939.786133 0.000000 852.318542 0.000000 0.856664 0.000000 -0.515874 0.412287 0.412287 0.412287 +4957.237305 0.000000 880.787842 0.000000 0.921400 0.000000 -0.388617 0.410164 0.410164 0.410164 +4928.514160 0.000000 863.346497 0.000000 0.755423 0.000000 -0.655238 0.418195 0.418195 0.418195 +4969.322754 0.000000 895.541260 0.000000 0.857923 0.000000 -0.513778 0.409106 0.409106 0.409106 +4932.755371 0.000000 875.138306 0.000000 0.909869 0.000000 -0.414895 0.408566 0.408566 0.408566 +4951.371094 0.000000 890.279541 0.000000 0.702850 0.000000 -0.711338 0.420153 0.420153 0.420153 +4932.957520 0.000000 887.112732 0.000000 0.827849 0.000000 -0.560952 0.413232 0.413232 0.413232 +4955.595215 0.000000 897.789368 0.000000 0.754108 0.000000 -0.656750 0.411090 0.411090 0.411090 +4963.666992 0.000000 883.751831 0.000000 0.791998 0.000000 -0.610523 0.416723 0.416723 0.416723 +4952.572266 0.000000 886.729980 0.000000 0.945859 0.000000 -0.324576 0.408187 0.408187 0.408187 +4931.510742 0.000000 894.193604 0.000000 0.694786 0.000000 -0.719217 0.412585 0.412585 0.412585 +4945.722656 0.000000 899.442932 0.000000 0.679048 0.000000 -0.734094 0.413048 0.413048 0.413048 +4940.526855 0.000000 870.311462 0.000000 0.818473 0.000000 -0.574545 0.414699 0.414699 0.414699 +4957.422852 0.000000 885.817444 0.000000 0.666888 0.000000 -0.745158 0.418555 0.418555 0.418555 +4966.581055 0.000000 882.390076 0.000000 0.935477 0.000000 -0.353388 0.407160 0.407160 0.407160 +4928.936035 0.000000 869.875183 0.000000 0.839049 0.000000 -0.544056 0.414276 0.414276 0.414276 +4931.820801 0.000000 861.070984 0.000000 0.844463 0.000000 -0.535614 0.414394 0.414394 0.414394 +4958.961914 0.000000 848.226929 0.000000 0.774916 0.000000 -0.632065 0.416569 0.416569 0.416569 +4939.616211 0.000000 876.606750 0.000000 0.753688 0.000000 -0.657232 0.414574 0.414574 0.414574 +4928.090332 0.000000 850.561218 0.000000 0.723043 0.000000 -0.690803 0.418506 0.418506 0.418506 +4951.068359 0.000000 851.776794 0.000000 0.671655 0.000000 -0.740864 0.421247 0.421247 0.421247 +4951.408203 0.000000 859.103821 0.000000 0.737329 0.000000 -0.675534 0.417517 0.417517 0.417517 +4930.822754 0.000000 881.233765 0.000000 0.898369 0.000000 -0.439241 0.409559 0.409559 0.409559 +4938.329590 0.000000 871.970215 0.000000 0.839876 0.000000 -0.542778 0.414610 0.414610 0.414610 +4931.913086 0.000000 858.202148 0.000000 0.790751 0.000000 -0.612138 0.416775 0.416775 0.416775 +4947.640625 0.000000 872.577393 0.000000 0.909074 0.000000 -0.416635 0.410214 0.410214 0.410214 +4955.698730 0.000000 893.764954 0.000000 0.884132 0.000000 -0.467236 0.411482 0.411482 0.411482 +4943.870117 0.000000 884.088501 0.000000 0.944414 0.000000 -0.328759 0.406239 0.406239 0.406239 +4941.872070 0.000000 875.668091 0.000000 0.773735 0.000000 -0.633510 0.415210 0.415210 0.415210 +4955.678223 0.000000 852.279785 0.000000 0.879920 0.000000 -0.475121 0.411124 0.411124 0.411124 +4952.077637 0.000000 856.662109 0.000000 0.615913 0.000000 -0.787814 0.421427 0.421427 0.421427 +4961.365723 0.000000 857.440491 0.000000 0.779425 0.000000 -0.626495 0.417241 0.417241 0.417241 +4941.487793 0.000000 857.282288 0.000000 0.901218 0.000000 -0.433367 0.411414 0.411414 0.411414 +4955.203125 0.000000 886.583313 0.000000 0.690832 0.000000 -0.723016 0.420580 0.420580 0.420580 +4959.373535 0.000000 890.698730 0.000000 0.659506 0.000000 -0.751699 0.419877 0.419877 0.419877 +4954.165527 0.000000 855.523376 0.000000 0.812192 0.000000 -0.583390 0.413094 0.413094 0.413094 +4947.576660 0.000000 882.717224 0.000000 0.600383 0.000000 -0.799713 0.423601 0.423601 0.423601 +4939.263184 0.000000 883.827942 0.000000 0.915157 0.000000 -0.403097 0.408804 0.408804 0.408804 +4938.166504 0.000000 853.779236 0.000000 0.665951 0.000000 -0.745996 0.419088 0.419088 0.419088 +4934.953125 0.000000 882.875854 0.000000 0.927466 0.000000 -0.373909 0.407290 0.407290 0.407290 +4930.199219 0.000000 854.377930 0.000000 0.863845 0.000000 -0.503758 0.413444 0.413444 0.413444 +4955.966309 0.000000 856.878723 0.000000 0.885090 0.000000 -0.465420 0.411337 0.411337 0.411337 +4941.139648 0.000000 890.810303 0.000000 0.820482 0.000000 -0.571672 0.414220 0.414220 0.414220 +4952.887695 0.000000 888.865845 0.000000 0.721082 0.000000 -0.692850 0.419492 0.419492 0.419492 +4953.598145 0.000000 870.897217 0.000000 0.769898 0.000000 -0.638167 0.417625 0.417625 0.417625 +4962.934570 0.000000 850.834839 0.000000 0.838357 0.000000 -0.545121 0.413645 0.413645 0.413645 +4932.035156 0.000000 853.485352 0.000000 0.922315 0.000000 -0.386438 0.408380 0.408380 0.408380 +4950.911621 0.000000 888.255249 0.000000 0.631824 0.000000 -0.775112 0.422585 0.422585 0.422585 +4949.843750 0.000000 897.550354 0.000000 0.907257 0.000000 -0.420578 0.409472 0.409472 0.409472 +4957.096680 0.000000 847.661804 0.000000 0.943166 0.000000 -0.332321 0.408627 0.408627 0.408627 +4938.618164 0.000000 860.809998 0.000000 0.619386 0.000000 -0.785086 0.422991 0.422991 0.422991 +4956.720215 0.000000 887.774780 0.000000 0.634242 0.000000 -0.773135 0.422505 0.422505 0.422505 +4949.917480 0.000000 891.527893 0.000000 0.753843 0.000000 -0.657055 0.418256 0.418256 0.418256 +4949.008301 0.000000 876.370667 0.000000 0.674459 0.000000 -0.738312 0.419201 0.419201 0.419201 +4952.332520 0.000000 882.470032 0.000000 0.887196 0.000000 -0.461392 0.410129 0.410129 0.410129 +4964.099609 0.000000 885.583435 0.000000 0.913904 0.000000 -0.405930 0.410039 0.410039 0.410039 +4929.726074 0.000000 890.170105 0.000000 0.689851 0.000000 -0.723952 0.417138 0.417138 0.417138 +4955.504395 0.000000 861.244019 0.000000 0.819000 0.000000 -0.573794 0.415562 0.415562 0.415562 +4972.016602 0.000000 849.014221 0.000000 0.947521 0.000000 -0.319692 0.408286 0.408286 0.408286 +4937.693359 0.000000 856.328369 0.000000 0.750963 0.000000 -0.660344 0.418367 0.418367 0.418367 +4949.452637 0.000000 869.248535 0.000000 0.884324 0.000000 -0.466874 0.412224 0.412224 0.412224 +4936.859375 0.000000 884.752747 0.000000 0.831085 0.000000 -0.556145 0.413899 0.413899 0.413899 +4931.095703 0.000000 862.715759 0.000000 0.857808 0.000000 -0.513971 0.413746 0.413746 0.413746 +4961.433594 0.000000 883.069214 0.000000 0.757137 0.000000 -0.653256 0.418128 0.418128 0.418128 +4964.560547 0.000000 861.321411 0.000000 0.931441 0.000000 -0.363893 0.408350 0.408350 0.408350 +4945.145996 0.000000 849.819824 0.000000 0.678935 0.000000 -0.734198 0.420995 0.420995 0.420995 +4935.620605 0.000000 853.494873 0.000000 0.857933 0.000000 -0.513761 0.411288 0.411288 0.411288 +4963.182129 0.000000 854.031982 0.000000 0.860803 0.000000 -0.508939 0.413597 0.413597 0.413597 +4934.054199 0.000000 848.864258 0.000000 0.742584 0.000000 -0.669753 0.415757 0.415757 0.415757 +4947.881836 0.000000 885.803162 0.000000 0.710356 0.000000 -0.703843 0.419883 0.419883 0.419883 +4952.891602 0.000000 893.620728 0.000000 0.606287 0.000000 -0.795246 0.422081 0.422081 0.422081 +4972.442383 0.000000 853.778381 0.000000 0.612389 0.000000 -0.790556 0.419438 0.419438 0.419438 +4952.204102 0.000000 891.793152 0.000000 0.815617 0.000000 -0.578592 0.415712 0.415712 0.415712 +5023.758301 0.000000 820.940857 0.000000 0.636324 0.000000 -0.771422 0.420149 0.420149 0.420149 +4994.396484 0.000000 792.643372 0.000000 0.876092 0.000000 -0.482144 0.411857 0.411857 0.411857 +5041.519043 0.000000 797.110901 0.000000 0.846336 0.000000 -0.532650 0.411275 0.411275 0.411275 +5055.958008 0.000000 811.680237 0.000000 0.745104 0.000000 -0.666948 0.413051 0.413051 0.413051 +5055.487305 0.000000 821.008972 0.000000 0.668078 0.000000 -0.744091 0.415084 0.415084 0.415084 +5006.007324 0.000000 821.671448 0.000000 0.770236 0.000000 -0.637759 0.409531 0.409531 0.409531 +5007.272949 0.000000 812.699829 0.000000 0.918493 0.000000 -0.395436 0.410353 0.410353 0.410353 +5018.122559 0.000000 801.589661 0.000000 0.907455 0.000000 -0.420149 0.409396 0.409396 0.409396 +5030.893555 0.000000 810.228577 0.000000 0.630546 0.000000 -0.776152 0.419654 0.419654 0.419654 +5023.826172 0.000000 798.903625 0.000000 0.669811 0.000000 -0.742532 0.418970 0.418970 0.418970 +5053.658691 0.000000 826.096985 0.000000 0.686651 0.000000 -0.726987 0.413208 0.413208 0.413208 +5042.842773 0.000000 808.651184 0.000000 0.787464 0.000000 -0.616360 0.413164 0.413164 0.413164 +5053.212891 0.000000 816.173035 0.000000 0.900137 0.000000 -0.435606 0.409002 0.409002 0.409002 +5028.045898 0.000000 796.056152 0.000000 0.803782 0.000000 -0.594924 0.412885 0.412885 0.412885 +5004.552734 0.000000 816.975281 0.000000 0.833785 0.000000 -0.552089 0.414894 0.414894 0.414894 +5006.220703 0.000000 807.862183 0.000000 0.791414 0.000000 -0.611281 0.416551 0.416551 0.416551 +5003.929688 0.000000 802.787109 0.000000 0.691541 0.000000 -0.722337 0.418580 0.418580 0.418580 +5027.991211 0.000000 806.507751 0.000000 0.911008 0.000000 -0.412388 0.410824 0.410824 0.410824 +5017.237793 0.000000 796.940125 0.000000 0.769377 0.000000 -0.638795 0.417645 0.417645 0.417645 +5011.771973 0.000000 813.406677 0.000000 0.592485 0.000000 -0.805581 0.423852 0.423852 0.423852 +5045.994141 0.000000 812.067383 0.000000 0.935388 0.000000 -0.353624 0.408374 0.408374 0.408374 +5024.426758 0.000000 803.219055 0.000000 0.696635 0.000000 -0.717426 0.420135 0.420135 0.420135 +5003.786133 0.000000 795.834167 0.000000 0.870730 0.000000 -0.491762 0.412168 0.412168 0.412168 +5051.211426 0.000000 820.399414 0.000000 0.704903 0.000000 -0.709304 0.417638 0.417638 0.417638 +5019.932617 0.000000 811.050903 0.000000 0.936247 0.000000 -0.351343 0.408479 0.408479 0.408479 +5046.381836 0.000000 820.108887 0.000000 0.918333 0.000000 -0.395808 0.409652 0.409652 0.409652 +5030.686523 0.000000 791.087036 0.000000 0.619276 0.000000 -0.785174 0.422994 0.422994 0.422994 +4996.957520 0.000000 830.628357 0.000000 0.939491 0.000000 -0.342574 0.405098 0.405098 0.405098 +5038.042969 0.000000 796.635925 0.000000 0.753808 0.000000 -0.657095 0.417219 0.417219 0.417219 +5044.003906 0.000000 794.108826 0.000000 0.697667 0.000000 -0.716422 0.418862 0.418862 0.418862 +5040.918945 0.000000 805.767395 0.000000 0.772229 0.000000 -0.635344 0.415159 0.415159 0.415159 +4992.894531 0.000000 821.081360 0.000000 0.896523 0.000000 -0.442996 0.411687 0.411687 0.411687 +5026.857422 0.000000 819.910156 0.000000 0.928969 0.000000 -0.370159 0.409656 0.409656 0.409656 +5039.537109 0.000000 817.909729 0.000000 0.593744 0.000000 -0.804654 0.421010 0.421010 0.421010 +5052.832520 0.000000 823.103027 0.000000 0.916760 0.000000 -0.399439 0.407735 0.407735 0.407735 +5051.100586 0.000000 800.873962 0.000000 0.757204 0.000000 -0.653178 0.414820 0.414820 0.414820 +5000.667480 0.000000 795.560486 0.000000 0.631684 0.000000 -0.775226 0.418514 0.418514 0.418514 +5001.084961 0.000000 801.599121 0.000000 0.720930 0.000000 -0.693008 0.416553 0.416553 0.416553 +5004.526855 0.000000 813.827087 0.000000 0.889449 0.000000 -0.457035 0.412087 0.412087 0.412087 +5043.016113 0.000000 811.632385 0.000000 0.943657 0.000000 -0.330925 0.407882 0.407882 0.407882 +5050.631836 0.000000 825.917664 0.000000 0.947908 0.000000 -0.318544 0.406863 0.406863 0.406863 +5004.112305 0.000000 805.687988 0.000000 0.601268 0.000000 -0.799048 0.422972 0.422972 0.422972 +4995.820801 0.000000 804.586609 0.000000 0.717695 0.000000 -0.696357 0.416423 0.416423 0.416423 +5005.099609 0.000000 810.557861 0.000000 0.849517 0.000000 -0.527562 0.414151 0.414151 0.414151 +4993.451660 0.000000 800.173706 0.000000 0.650688 0.000000 -0.759345 0.419160 0.419160 0.419160 +5003.616211 0.000000 820.122375 0.000000 0.750472 0.000000 -0.660902 0.412005 0.412005 0.412005 +5051.000977 0.000000 828.582336 0.000000 0.772250 0.000000 -0.635318 0.412374 0.412374 0.412374 +5030.824707 0.000000 796.019165 0.000000 0.618020 0.000000 -0.786163 0.418338 0.418338 0.418338 +5002.329590 0.000000 815.485840 0.000000 0.932389 0.000000 -0.361456 0.409418 0.409418 0.409418 +5030.385742 0.000000 807.626282 0.000000 0.928838 0.000000 -0.370486 0.409570 0.409570 0.409570 +5048.346680 0.000000 812.982117 0.000000 0.630829 0.000000 -0.775922 0.418138 0.418138 0.418138 +5035.690430 0.000000 794.345215 0.000000 0.723464 0.000000 -0.690362 0.416665 0.416665 0.416665 +4994.575684 0.000000 831.908325 0.000000 0.796602 0.000000 -0.604504 0.413030 0.413030 0.413030 +5016.535645 0.000000 807.136292 0.000000 0.632179 0.000000 -0.774822 0.419076 0.419076 0.419076 +5054.582031 0.000000 805.648315 0.000000 0.640826 0.000000 -0.767686 0.416956 0.416956 0.416956 +5005.872070 0.000000 819.183716 0.000000 0.756385 0.000000 -0.654127 0.414241 0.414241 0.414241 +5039.339355 0.000000 791.027283 0.000000 0.909576 0.000000 -0.415538 0.410913 0.410913 0.410913 +5019.678223 0.000000 795.795410 0.000000 0.604807 0.000000 -0.796372 0.423460 0.423460 0.423460 +5055.510742 0.000000 815.517944 0.000000 0.941417 0.000000 -0.337245 0.406784 0.406784 0.406784 +4994.944824 0.000000 808.177185 0.000000 0.696030 0.000000 -0.718013 0.417476 0.417476 0.417476 +5025.365723 0.000000 800.956116 0.000000 0.675504 0.000000 -0.737356 0.419789 0.419789 0.419789 +4997.141602 0.000000 816.287476 0.000000 0.878844 0.000000 -0.477109 0.412392 0.412392 0.412392 +4998.070312 0.000000 797.821228 0.000000 0.924331 0.000000 -0.381593 0.409129 0.409129 0.409129 +4998.475098 0.000000 805.371887 0.000000 0.849969 0.000000 -0.526832 0.412079 0.412079 0.412079 +5044.657715 0.000000 790.817322 0.000000 0.792647 0.000000 -0.609681 0.411393 0.411393 0.411393 +5023.330566 0.000000 823.202332 0.000000 0.693830 0.000000 -0.720139 0.415817 0.415817 0.415817 +5046.385254 0.000000 794.690308 0.000000 0.705476 0.000000 -0.708734 0.418525 0.418525 0.418525 +5039.645996 0.000000 798.479248 0.000000 0.884263 0.000000 -0.466990 0.409826 0.409826 0.409826 +5055.273438 0.000000 802.172302 0.000000 0.698438 0.000000 -0.715671 0.416487 0.416487 0.416487 +5002.166504 0.000000 797.294861 0.000000 0.849018 0.000000 -0.528363 0.414064 0.414064 0.414064 +5053.252441 0.000000 801.207581 0.000000 0.923632 0.000000 -0.383280 0.408681 0.408681 0.408681 +5039.135742 0.000000 806.837341 0.000000 0.829700 0.000000 -0.558210 0.413395 0.413395 0.413395 +5051.815430 0.000000 809.501038 0.000000 0.610853 0.000000 -0.791744 0.416971 0.416971 0.416971 +5021.739258 0.000000 812.244324 0.000000 0.682252 0.000000 -0.731117 0.418997 0.418997 0.418997 +5034.440430 0.000000 806.990234 0.000000 0.665488 0.000000 -0.746408 0.419775 0.419775 0.419775 +4996.035156 0.000000 797.000977 0.000000 0.741786 0.000000 -0.670637 0.417507 0.417507 0.417507 +5054.854492 0.000000 817.364685 0.000000 0.645070 0.000000 -0.764124 0.418716 0.418716 0.418716 +5035.960938 0.000000 812.883484 0.000000 0.950779 0.000000 -0.309869 0.406922 0.406922 0.406922 +5037.587891 0.000000 798.553528 0.000000 0.596394 0.000000 -0.802692 0.420471 0.420471 0.420471 +4992.597656 0.000000 811.248535 0.000000 0.861438 0.000000 -0.507862 0.413299 0.413299 0.413299 +5022.725586 0.000000 794.373840 0.000000 0.612457 0.000000 -0.790504 0.422714 0.422714 0.422714 +5026.967773 0.000000 825.523926 0.000000 0.675962 0.000000 -0.736936 0.417458 0.417458 0.417458 +5055.825195 0.000000 804.033875 0.000000 0.845022 0.000000 -0.534731 0.410930 0.410930 0.410930 +5027.093262 0.000000 813.157349 0.000000 0.942259 0.000000 -0.334886 0.408440 0.408440 0.408440 +5004.251465 0.000000 797.617371 0.000000 0.642571 0.000000 -0.766226 0.422229 0.422229 0.422229 +4993.726074 0.000000 833.685730 0.000000 0.691552 0.000000 -0.722326 0.420554 0.420554 0.420554 +5019.504395 0.000000 804.759644 0.000000 0.885131 0.000000 -0.465342 0.410827 0.410827 0.410827 +5007.854980 0.000000 797.310974 0.000000 0.741032 0.000000 -0.671469 0.418747 0.418747 0.418747 +5013.452637 0.000000 812.764160 0.000000 0.903649 0.000000 -0.428273 0.411270 0.411270 0.411270 +5000.309570 0.000000 819.574524 0.000000 0.714776 0.000000 -0.699354 0.417711 0.417711 0.417711 +5032.256348 0.000000 807.628967 0.000000 0.719661 0.000000 -0.694325 0.417819 0.417819 0.417819 +5028.749023 0.000000 800.150757 0.000000 0.862618 0.000000 -0.505856 0.412738 0.412738 0.412738 +5052.473145 0.000000 817.765320 0.000000 0.831001 0.000000 -0.556271 0.411782 0.411782 0.411782 +4999.620605 0.000000 797.010498 0.000000 0.666234 0.000000 -0.745743 0.419625 0.419625 0.419625 +5008.985352 0.000000 812.957092 0.000000 0.611394 0.000000 -0.791326 0.423249 0.423249 0.423249 +5008.790527 0.000000 798.936584 0.000000 0.644301 0.000000 -0.764772 0.421259 0.421259 0.421259 +5016.779785 0.000000 795.317810 0.000000 0.939662 0.000000 -0.342105 0.408891 0.408891 0.408891 +5057.451172 0.000000 802.956909 0.000000 0.653807 0.000000 -0.756661 0.418254 0.418254 0.418254 +5057.017578 0.000000 817.474304 0.000000 0.934975 0.000000 -0.354714 0.407496 0.407496 0.407496 +5056.098633 0.000000 797.730225 0.000000 0.908789 0.000000 -0.417256 0.405846 0.405846 0.405846 +5062.330566 0.000000 802.878052 0.000000 0.758260 0.000000 -0.651953 0.412978 0.412978 0.412978 +5067.442871 0.000000 808.589844 0.000000 0.642070 0.000000 -0.766646 0.417928 0.417928 0.417928 +5060.248535 0.000000 812.081116 0.000000 0.912579 0.000000 -0.408901 0.409086 0.409086 0.409086 +5063.699707 0.000000 806.636108 0.000000 0.614351 0.000000 -0.789033 0.418205 0.418205 0.418205 +5117.512207 0.000000 847.291809 0.000000 0.695064 0.000000 -0.718948 0.410896 0.410896 0.410896 +5158.893555 0.000000 866.712952 0.000000 0.779063 0.000000 -0.626946 0.409169 0.409169 0.409169 +5170.584961 0.000000 875.159851 0.000000 0.947406 0.000000 -0.320034 0.404798 0.404798 0.404798 +5169.394043 0.000000 872.595398 0.000000 0.927231 0.000000 -0.374489 0.406325 0.406325 0.406325 +5401.681152 0.000000 768.074341 0.000000 0.941981 0.000000 -0.335665 0.405281 0.405281 0.405281 +5626.544434 0.000000 944.173096 0.000000 0.945067 0.000000 -0.326876 0.406418 0.406418 0.406418 +5594.979980 0.000000 945.582825 0.000000 0.717000 0.000000 -0.697074 0.414134 0.414134 0.414134 +5599.758301 0.000000 933.909607 0.000000 0.693460 0.000000 -0.720495 0.415907 0.415907 0.415907 +5624.550781 0.000000 936.609192 0.000000 0.777940 0.000000 -0.628339 0.413027 0.413027 0.413027 +5612.760254 0.000000 942.255127 0.000000 0.852182 0.000000 -0.523245 0.410668 0.410668 0.410668 +5594.074219 0.000000 934.266418 0.000000 0.745521 0.000000 -0.666482 0.413732 0.413732 0.413732 +5629.658691 0.000000 939.065735 0.000000 0.747555 0.000000 -0.664200 0.414146 0.414146 0.414146 +5582.875488 0.000000 948.512024 0.000000 0.828084 0.000000 -0.560605 0.409746 0.409746 0.409746 +5586.817383 0.000000 934.193909 0.000000 0.846505 0.000000 -0.532381 0.408101 0.408101 0.408101 +5606.535645 0.000000 933.258118 0.000000 0.896670 0.000000 -0.442700 0.409137 0.409137 0.409137 +5585.260254 0.000000 930.207153 0.000000 0.853933 0.000000 -0.520383 0.407679 0.407679 0.407679 +5605.098633 0.000000 946.620972 0.000000 0.950436 0.000000 -0.310921 0.405983 0.405983 0.405983 +5595.932617 0.000000 924.019653 0.000000 0.640364 0.000000 -0.768072 0.417492 0.417492 0.417492 +5630.419434 0.000000 945.897278 0.000000 0.944537 0.000000 -0.328405 0.406098 0.406098 0.406098 +5629.507812 0.000000 953.526794 0.000000 0.914777 0.000000 -0.403958 0.407371 0.407371 0.407371 +5585.939453 0.000000 945.545593 0.000000 0.683745 0.000000 -0.729721 0.413967 0.413967 0.413967 +5623.060547 0.000000 945.349731 0.000000 0.934116 0.000000 -0.356970 0.407272 0.407272 0.407272 +5619.634277 0.000000 946.477844 0.000000 0.914195 0.000000 -0.405273 0.408167 0.408167 0.408167 +5615.917480 0.000000 940.532043 0.000000 0.619512 0.000000 -0.784988 0.417398 0.417398 0.417398 +5609.064941 0.000000 955.455566 0.000000 0.671137 0.000000 -0.741333 0.415469 0.415469 0.415469 +5613.386719 0.000000 958.457031 0.000000 0.803803 0.000000 -0.594896 0.411993 0.411993 0.411993 +5602.857422 0.000000 932.878906 0.000000 0.794817 0.000000 -0.606849 0.412796 0.412796 0.412796 +5601.099609 0.000000 937.699707 0.000000 0.787351 0.000000 -0.616504 0.412936 0.412936 0.412936 +5621.860840 0.000000 951.816467 0.000000 0.803914 0.000000 -0.594746 0.411736 0.411736 0.411736 +5585.360840 0.000000 949.910339 0.000000 0.895607 0.000000 -0.444847 0.408056 0.408056 0.408056 +5621.519043 0.000000 930.375427 0.000000 0.931921 0.000000 -0.362661 0.406801 0.406801 0.406801 +5604.029297 0.000000 922.302795 0.000000 0.710587 0.000000 -0.703609 0.413172 0.413172 0.413172 +5607.299805 0.000000 950.129456 0.000000 0.797377 0.000000 -0.603482 0.412616 0.412616 0.412616 +5601.062500 0.000000 955.823914 0.000000 0.621976 0.000000 -0.783036 0.418145 0.418145 0.418145 +5612.127930 0.000000 931.191284 0.000000 0.878443 0.000000 -0.477848 0.409328 0.409328 0.409328 +5627.000977 0.000000 941.551086 0.000000 0.876979 0.000000 -0.480528 0.409010 0.409010 0.409010 +5600.544434 0.000000 951.081543 0.000000 0.910620 0.000000 -0.413244 0.407807 0.407807 0.407807 +5592.535645 0.000000 920.105042 0.000000 0.669831 0.000000 -0.742514 0.416755 0.416755 0.416755 +5599.328613 0.000000 954.071899 0.000000 0.588499 0.000000 -0.808498 0.418524 0.418524 0.418524 +5623.044922 0.000000 942.838318 0.000000 0.740450 0.000000 -0.672112 0.414316 0.414316 0.414316 +5620.706543 0.000000 960.065369 0.000000 0.786346 0.000000 -0.617787 0.412170 0.412170 0.412170 +5614.782227 0.000000 945.814148 0.000000 0.892479 0.000000 -0.451088 0.408856 0.408856 0.408856 +5596.944336 0.000000 939.617371 0.000000 0.808528 0.000000 -0.588458 0.412251 0.412251 0.412251 +5597.291016 0.000000 946.092529 0.000000 0.608916 0.000000 -0.793235 0.417931 0.417931 0.417931 +5596.838379 0.000000 928.817383 0.000000 0.748365 0.000000 -0.663287 0.414049 0.414049 0.414049 +5603.522949 0.000000 948.395935 0.000000 0.745187 0.000000 -0.666856 0.413960 0.413960 0.413960 +5614.671387 0.000000 950.204468 0.000000 0.642347 0.000000 -0.766414 0.416787 0.416787 0.416787 +5591.105957 0.000000 924.986694 0.000000 0.942531 0.000000 -0.334119 0.406158 0.406158 0.406158 +5595.443848 0.000000 936.014954 0.000000 0.746637 0.000000 -0.665232 0.413518 0.413518 0.413518 +5617.424316 0.000000 942.166565 0.000000 0.901413 0.000000 -0.432961 0.408876 0.408876 0.408876 +5617.262695 0.000000 958.311096 0.000000 0.781170 0.000000 -0.624319 0.412457 0.412457 0.412457 +5631.374512 0.000000 943.845520 0.000000 0.676533 0.000000 -0.736413 0.415210 0.415210 0.415210 +5607.778320 0.000000 959.584961 0.000000 0.826745 0.000000 -0.562576 0.411217 0.411217 0.411217 +5615.448242 0.000000 928.257568 0.000000 0.857268 0.000000 -0.514870 0.409560 0.409560 0.409560 +5627.003418 0.000000 949.759705 0.000000 0.671692 0.000000 -0.740830 0.415788 0.415788 0.415788 +5593.618652 0.000000 955.427246 0.000000 0.842787 0.000000 -0.538247 0.411295 0.411295 0.411295 +5628.034180 0.000000 951.573242 0.000000 0.711527 0.000000 -0.702659 0.414589 0.414589 0.414589 +5608.199219 0.000000 934.595947 0.000000 0.858300 0.000000 -0.513149 0.410843 0.410843 0.410843 +5611.407227 0.000000 947.978027 0.000000 0.628107 0.000000 -0.778127 0.417764 0.417764 0.417764 +5608.284180 0.000000 942.216553 0.000000 0.749208 0.000000 -0.662334 0.413266 0.413266 0.413266 +5608.389160 0.000000 957.380371 0.000000 0.918839 0.000000 -0.394634 0.407657 0.407657 0.407657 +5628.454590 0.000000 944.089111 0.000000 0.807068 0.000000 -0.590459 0.411858 0.411858 0.411858 +5602.177734 0.000000 930.683167 0.000000 0.852148 0.000000 -0.523302 0.411027 0.411027 0.411027 +5607.147461 0.000000 940.653259 0.000000 0.632217 0.000000 -0.774792 0.416862 0.416862 0.416862 +5598.609375 0.000000 929.412659 0.000000 0.756619 0.000000 -0.653856 0.414269 0.414269 0.414269 +5601.433594 0.000000 939.553589 0.000000 0.932003 0.000000 -0.362450 0.407408 0.407408 0.407408 +5597.614258 0.000000 935.477905 0.000000 0.871335 0.000000 -0.490689 0.410167 0.410167 0.410167 +5604.830078 0.000000 938.677734 0.000000 0.857556 0.000000 -0.514390 0.410791 0.410791 0.410791 +5596.793945 0.000000 963.076172 0.000000 0.869940 0.000000 -0.493157 0.410146 0.410146 0.410146 +5617.519043 0.000000 966.564026 0.000000 0.774310 0.000000 -0.632806 0.411906 0.411906 0.411906 +5612.062988 0.000000 969.223511 0.000000 0.752466 0.000000 -0.658631 0.411955 0.411955 0.411955 +5590.937012 0.000000 974.661743 0.000000 0.854816 0.000000 -0.518931 0.407791 0.407791 0.407791 +5615.663086 0.000000 970.246277 0.000000 0.888578 0.000000 -0.458725 0.407234 0.407234 0.407234 +5620.014648 0.000000 969.077698 0.000000 0.812695 0.000000 -0.582689 0.409752 0.409752 0.409752 +5583.197266 0.000000 971.867126 0.000000 0.888479 0.000000 -0.458917 0.407237 0.407237 0.407237 +5597.958984 0.000000 970.434692 0.000000 0.883377 0.000000 -0.468663 0.407940 0.407940 0.407940 +5624.639160 0.000000 965.206726 0.000000 0.638471 0.000000 -0.769646 0.413814 0.413814 0.413814 +5625.460938 0.000000 960.337646 0.000000 0.663437 0.000000 -0.748232 0.413592 0.413592 0.413592 +5582.033691 0.000000 966.125366 0.000000 0.735133 0.000000 -0.677923 0.412684 0.412684 0.412684 +5620.657715 0.000000 960.270447 0.000000 0.873519 0.000000 -0.486791 0.409291 0.409291 0.409291 +5615.645996 0.000000 967.932373 0.000000 0.715598 0.000000 -0.698513 0.413437 0.413437 0.413437 +5613.143066 0.000000 960.536682 0.000000 0.876827 0.000000 -0.480807 0.409717 0.409717 0.409717 +5608.756348 0.000000 965.700867 0.000000 0.932541 0.000000 -0.361063 0.407101 0.407101 0.407101 +5593.304688 0.000000 961.228088 0.000000 0.685461 0.000000 -0.728109 0.416167 0.416167 0.416167 +5605.372070 0.000000 964.298889 0.000000 0.889578 0.000000 -0.456782 0.409309 0.409309 0.409309 +5646.007324 0.000000 934.640198 0.000000 0.858601 0.000000 -0.512645 0.407203 0.407203 0.407203 +5633.017578 0.000000 930.443054 0.000000 0.924178 0.000000 -0.381963 0.406164 0.406164 0.406164 +5657.505859 0.000000 957.521729 0.000000 0.855988 0.000000 -0.516996 0.407515 0.407515 0.407515 +5649.939453 0.000000 945.545593 0.000000 0.892214 0.000000 -0.451613 0.408469 0.408469 0.408469 +5657.916992 0.000000 948.516174 0.000000 0.672966 0.000000 -0.739673 0.412721 0.412721 0.412721 +5638.057129 0.000000 948.687744 0.000000 0.685765 0.000000 -0.727823 0.416077 0.416077 0.416077 +5651.443848 0.000000 953.669800 0.000000 0.950959 0.000000 -0.309318 0.405637 0.405637 0.405637 +5646.650879 0.000000 954.090820 0.000000 0.756891 0.000000 -0.653541 0.412838 0.412838 0.412838 +5636.384766 0.000000 954.522644 0.000000 0.825842 0.000000 -0.563901 0.410290 0.410290 0.410290 +5634.311035 0.000000 940.361084 0.000000 0.893227 0.000000 -0.449605 0.409127 0.409127 0.409127 +5633.118652 0.000000 948.480103 0.000000 0.737556 0.000000 -0.675286 0.414473 0.414473 0.414473 +5637.729492 0.000000 945.778870 0.000000 0.657162 0.000000 -0.753749 0.416327 0.416327 0.416327 +5638.997070 0.000000 944.006958 0.000000 0.937193 0.000000 -0.348812 0.406992 0.406992 0.406992 +5679.722656 0.000000 1061.038452 0.000000 0.902518 0.000000 -0.430653 0.406336 0.406336 0.406336 +5695.958008 0.000000 1037.617798 0.000000 0.923552 0.000000 -0.383473 0.405168 0.405168 0.405168 +5658.709961 0.000000 1053.758667 0.000000 0.798231 0.000000 -0.602351 0.412459 0.412459 0.412459 +5693.524414 0.000000 1033.788452 0.000000 0.898181 0.000000 -0.439627 0.408682 0.408682 0.408682 +5686.864258 0.000000 1071.717407 0.000000 0.854306 0.000000 -0.519771 0.410125 0.410125 0.410125 +5661.422852 0.000000 1055.270630 0.000000 0.649917 0.000000 -0.760005 0.416467 0.416467 0.416467 +5681.031738 0.000000 1063.057251 0.000000 0.818538 0.000000 -0.574453 0.415583 0.415583 0.415583 +5668.916016 0.000000 1044.781128 0.000000 0.859802 0.000000 -0.510628 0.409419 0.409419 0.409419 +5692.034180 0.000000 1064.541992 0.000000 0.737119 0.000000 -0.675763 0.418895 0.418895 0.418895 +5690.520996 0.000000 1070.631348 0.000000 0.727733 0.000000 -0.685861 0.419246 0.419246 0.419246 +5695.825195 0.000000 1029.971436 0.000000 0.911781 0.000000 -0.410676 0.408389 0.408389 0.408389 +5662.652344 0.000000 1028.804077 0.000000 0.749751 0.000000 -0.661720 0.415489 0.415489 0.415489 +5692.473145 0.000000 1043.702759 0.000000 0.600841 0.000000 -0.799369 0.418684 0.418684 0.418684 +5697.451172 0.000000 1028.894409 0.000000 0.659424 0.000000 -0.751771 0.412616 0.412616 0.412616 +5710.220703 0.000000 1033.799683 0.000000 0.784392 0.000000 -0.620265 0.409488 0.409488 0.409488 +5729.947754 0.000000 1066.192261 0.000000 0.920252 0.000000 -0.391325 0.406023 0.406023 0.406023 +5699.837402 0.000000 1040.280884 0.000000 0.886423 0.000000 -0.462875 0.407281 0.407281 0.407281 +5696.156738 0.000000 1071.618896 0.000000 0.731720 0.000000 -0.681606 0.419097 0.419097 0.419097 +5704.614258 0.000000 1030.247559 0.000000 0.902177 0.000000 -0.431367 0.408797 0.408797 0.408797 +5700.384766 0.000000 1067.491455 0.000000 0.714063 0.000000 -0.700082 0.419748 0.419748 0.419748 +5732.952637 0.000000 1057.195679 0.000000 0.742186 0.000000 -0.670193 0.415109 0.415109 0.415109 +5702.475098 0.000000 1031.309448 0.000000 0.717393 0.000000 -0.696668 0.418588 0.418588 0.418588 +5698.269043 0.000000 1070.152588 0.000000 0.870506 0.000000 -0.492157 0.413103 0.413103 0.413103 +5727.373535 0.000000 1060.151855 0.000000 0.857496 0.000000 -0.514491 0.413762 0.413762 0.413762 +5705.808105 0.000000 1057.885864 0.000000 0.904012 0.000000 -0.427507 0.409175 0.409175 0.409175 +5697.726074 0.000000 1059.623169 0.000000 0.640789 0.000000 -0.767717 0.421895 0.421895 0.421895 +5703.260254 0.000000 1063.323242 0.000000 0.684197 0.000000 -0.729297 0.420812 0.420812 0.420812 +5708.970703 0.000000 1063.704590 0.000000 0.780411 0.000000 -0.625267 0.416155 0.416155 0.416155 +5704.564453 0.000000 1068.449829 0.000000 0.859710 0.000000 -0.510783 0.413652 0.413652 0.413652 +5658.122559 0.000000 1084.011475 0.000000 0.892267 0.000000 -0.451508 0.406690 0.406690 0.406690 +5694.270020 0.000000 1077.634521 0.000000 0.889349 0.000000 -0.457228 0.412093 0.412093 0.412093 +5684.014648 0.000000 1082.046387 0.000000 0.892520 0.000000 -0.451007 0.407990 0.407990 0.407990 +5694.948242 0.000000 1075.357300 0.000000 0.769336 0.000000 -0.638844 0.417647 0.417647 0.417647 +5662.816895 0.000000 1087.640869 0.000000 0.678464 0.000000 -0.734634 0.414173 0.414173 0.414173 +5689.360352 0.000000 1084.459839 0.000000 0.766346 0.000000 -0.642428 0.415780 0.415780 0.415780 +5706.564941 0.000000 1075.752075 0.000000 0.894449 0.000000 -0.447171 0.407893 0.407893 0.407893 +5699.913086 0.000000 1084.139648 0.000000 0.944859 0.000000 -0.327478 0.407979 0.407979 0.407979 +5697.654297 0.000000 1087.561279 0.000000 0.608604 0.000000 -0.793474 0.420867 0.420867 0.420867 +5702.912598 0.000000 1073.204712 0.000000 0.857529 0.000000 -0.514436 0.413760 0.413760 0.413760 +4218.368164 0.000000 2254.816650 0.000000 0.754392 0.000000 -0.656424 0.410440 0.410440 0.410440 +4225.318848 0.000000 2241.779053 0.000000 0.917539 0.000000 -0.397645 0.405615 0.405615 0.405615 +4205.516602 0.000000 2330.592773 0.000000 0.627779 0.000000 -0.778391 0.414165 0.414165 0.414165 +4218.544434 0.000000 2356.282471 0.000000 0.658842 0.000000 -0.752282 0.411692 0.411692 0.411692 +4218.368164 0.000000 2367.785400 0.000000 0.649995 0.000000 -0.759938 0.413189 0.413189 0.413189 +4201.260742 0.000000 2360.081543 0.000000 0.865022 0.000000 -0.501734 0.407716 0.407716 0.407716 +4221.292480 0.000000 2328.418457 0.000000 0.639530 0.000000 -0.768766 0.412085 0.412085 0.412085 +4200.763184 0.000000 2330.981445 0.000000 0.949874 0.000000 -0.312633 0.405049 0.405049 0.405049 +4216.315430 0.000000 2352.868408 0.000000 0.652577 0.000000 -0.757723 0.412407 0.412407 0.412407 +4213.013672 0.000000 2350.505615 0.000000 0.698271 0.000000 -0.715834 0.411752 0.411752 0.411752 +4204.051758 0.000000 2347.953613 0.000000 0.741654 0.000000 -0.670783 0.412703 0.412703 0.412703 +4223.697754 0.000000 2360.583496 0.000000 0.668023 0.000000 -0.744141 0.413912 0.413912 0.413912 +4225.318848 0.000000 2298.263428 0.000000 0.770958 0.000000 -0.636885 0.409515 0.409515 0.409515 +4272.205566 0.000000 2315.833740 0.000000 0.897718 0.000000 -0.440570 0.407882 0.407882 0.407882 +4271.722656 0.000000 2303.694580 0.000000 0.883892 0.000000 -0.467690 0.408359 0.408359 0.408359 +4246.478027 0.000000 2294.268311 0.000000 0.853084 0.000000 -0.521773 0.407894 0.407894 0.407894 +4275.456055 0.000000 2309.663330 0.000000 0.807538 0.000000 -0.589816 0.411371 0.411371 0.411371 +4279.107910 0.000000 2304.576416 0.000000 0.914616 0.000000 -0.404325 0.407087 0.407087 0.407087 +4233.641113 0.000000 2312.562744 0.000000 0.632751 0.000000 -0.774356 0.411985 0.411985 0.411985 +4228.763672 0.000000 2295.567139 0.000000 0.927660 0.000000 -0.373427 0.405465 0.405465 0.405465 +4261.098633 0.000000 2302.246094 0.000000 0.841073 0.000000 -0.540922 0.408076 0.408076 0.408076 +4227.837402 0.000000 2282.937012 0.000000 0.833928 0.000000 -0.551874 0.408348 0.408348 0.408348 +4224.156738 0.000000 2314.275146 0.000000 0.895458 0.000000 -0.445147 0.406565 0.406565 0.406565 +4275.213867 0.000000 2305.632324 0.000000 0.620093 0.000000 -0.784529 0.414861 0.414861 0.414861 +4272.023926 0.000000 2311.909912 0.000000 0.849929 0.000000 -0.526897 0.410280 0.410280 0.410280 +4265.322754 0.000000 2307.650635 0.000000 0.628937 0.000000 -0.777456 0.413874 0.413874 0.413874 +4268.412598 0.000000 2301.648682 0.000000 0.774279 0.000000 -0.632844 0.411804 0.411804 0.411804 +4275.402344 0.000000 2313.342285 0.000000 0.716040 0.000000 -0.698059 0.414198 0.414198 0.414198 +4275.634277 0.000000 2302.102783 0.000000 0.874387 0.000000 -0.485229 0.408474 0.408474 0.408474 +4279.062500 0.000000 2310.392578 0.000000 0.690934 0.000000 -0.722918 0.414403 0.414403 0.414403 +4246.628418 0.000000 2289.402100 0.000000 0.865466 0.000000 -0.500967 0.408305 0.408305 0.408305 +4277.860840 0.000000 2307.441406 0.000000 0.714786 0.000000 -0.699343 0.412916 0.412916 0.412916 +4273.314941 0.000000 2302.073242 0.000000 0.945479 0.000000 -0.325684 0.405930 0.405930 0.405930 +4273.031738 0.000000 2305.713623 0.000000 0.826601 0.000000 -0.562788 0.410954 0.410954 0.410954 +4283.003418 0.000000 2305.384766 0.000000 0.759201 0.000000 -0.650856 0.413341 0.413341 0.413341 +4300.552734 0.000000 2285.569092 0.000000 0.860448 0.000000 -0.509539 0.407902 0.407902 0.407902 +4311.293457 0.000000 2282.939697 0.000000 0.740549 0.000000 -0.672003 0.412510 0.412510 0.412510 +4307.640625 0.000000 2284.686768 0.000000 0.870043 0.000000 -0.492977 0.409189 0.409189 0.409189 +4226.396484 0.000000 2317.721436 0.000000 0.884414 0.000000 -0.466703 0.406788 0.406788 0.406788 +4233.400879 0.000000 2331.978516 0.000000 0.878047 0.000000 -0.478574 0.407027 0.407027 0.407027 +4226.500488 0.000000 2335.603516 0.000000 0.605491 0.000000 -0.795852 0.412822 0.412822 0.412822 +4275.456055 0.000000 2366.147705 0.000000 0.939345 0.000000 -0.342974 0.405104 0.405104 0.405104 +4265.260742 0.000000 2360.081543 0.000000 0.907056 0.000000 -0.421010 0.406184 0.406184 0.406184 +4276.365234 0.000000 2355.125732 0.000000 0.935530 0.000000 -0.353246 0.404994 0.404994 0.404994 +4266.009766 0.000000 2370.796143 0.000000 0.916073 0.000000 -0.401011 0.405872 0.405872 0.405872 +4238.875488 0.000000 2360.621338 0.000000 0.649975 0.000000 -0.759955 0.412112 0.412112 0.412112 +4249.505859 0.000000 2369.631104 0.000000 0.618506 0.000000 -0.785780 0.413270 0.413270 0.413270 +4227.505371 0.000000 2359.285645 0.000000 0.791189 0.000000 -0.611572 0.409068 0.409068 0.409068 +4254.060547 0.000000 2364.014160 0.000000 0.931586 0.000000 -0.363521 0.405759 0.405759 0.405759 +4255.334473 0.000000 2356.844727 0.000000 0.949809 0.000000 -0.312831 0.404655 0.404655 0.404655 +4257.947754 0.000000 2365.333008 0.000000 0.636155 0.000000 -0.771561 0.413245 0.413245 0.413245 +4224.514160 0.000000 2331.940186 0.000000 0.907727 0.000000 -0.419561 0.406161 0.406161 0.406161 +4230.507812 0.000000 2367.950439 0.000000 0.838935 0.000000 -0.544231 0.408735 0.408735 0.408735 +4218.807129 0.000000 2378.998291 0.000000 0.591347 0.000000 -0.806417 0.412740 0.412740 0.412740 +4221.292480 0.000000 2384.902832 0.000000 0.772631 0.000000 -0.634855 0.410097 0.410097 0.410097 +4218.504395 0.000000 2396.102539 0.000000 0.942473 0.000000 -0.334283 0.405378 0.405378 0.405378 +4225.451172 0.000000 2384.519287 0.000000 0.937946 0.000000 -0.346780 0.405163 0.405163 0.405163 +4232.407715 0.000000 2380.156006 0.000000 0.608593 0.000000 -0.793483 0.415788 0.415788 0.415788 +4258.900879 0.000000 2372.408447 0.000000 0.755926 0.000000 -0.654657 0.409800 0.409800 0.409800 +4238.873047 0.000000 2380.390869 0.000000 0.769167 0.000000 -0.639047 0.410211 0.410211 0.410211 +4235.486816 0.000000 2380.903320 0.000000 0.792383 0.000000 -0.610024 0.411073 0.411073 0.411073 +4232.667480 0.000000 2377.123047 0.000000 0.920768 0.000000 -0.390111 0.406403 0.406403 0.406403 +4448.032227 0.000000 2296.312988 0.000000 0.668386 0.000000 -0.743814 0.411685 0.411685 0.411685 +4461.434082 0.000000 2289.104248 0.000000 0.705194 0.000000 -0.709014 0.412317 0.412317 0.412317 +4445.530273 0.000000 2286.667480 0.000000 0.608825 0.000000 -0.793305 0.413633 0.413633 0.413633 +4450.857422 0.000000 2288.503906 0.000000 0.750438 0.000000 -0.660941 0.412727 0.412727 0.412727 +4452.550293 0.000000 2290.168945 0.000000 0.789689 0.000000 -0.613508 0.411081 0.411081 0.411081 +"} object={ name="oak_dense_generator_1_4" clamp_to_water_level=no @@ -41,5 +2345,611 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_dense_01_mesh" - count=0 -} + count=606 + transform="5001.400879 0.000000 750.416016 0.000000 0.339799 0.000000 -0.940498 0.419497 0.419497 0.419497 +5022.236816 0.000000 786.826782 0.000000 0.044480 0.000000 -0.999010 0.437419 0.437419 0.437419 +5040.541992 0.000000 756.882141 0.000000 0.504861 0.000000 -0.863201 0.418774 0.418774 0.418774 +5014.478027 0.000000 769.190186 0.000000 0.068454 0.000000 -0.997654 0.435030 0.435030 0.435030 +5030.893555 0.000000 753.744202 0.000000 0.137880 0.000000 -0.990449 0.427895 0.427895 0.427895 +4994.500488 0.000000 754.040955 0.000000 0.281787 0.000000 -0.959477 0.420149 0.420149 0.420149 +5022.530273 0.000000 757.756958 0.000000 0.067160 0.000000 -0.997742 0.433484 0.433484 0.433484 +4998.215332 0.000000 783.234497 0.000000 0.118441 0.000000 -0.992961 0.432409 0.432409 0.432409 +5006.953125 0.000000 788.268555 0.000000 0.304066 0.000000 -0.952651 0.432132 0.432132 0.432132 +5053.212891 0.000000 759.688660 0.000000 0.116686 0.000000 -0.993169 0.424899 0.424899 0.424899 +5013.208496 0.000000 774.176086 0.000000 0.149174 0.000000 -0.988811 0.431078 0.431078 0.431078 +5034.009766 0.000000 789.233521 0.000000 0.266455 0.000000 -0.963847 0.433132 0.433132 0.433132 +5003.929688 0.000000 746.302734 0.000000 0.505925 0.000000 -0.862578 0.414908 0.414908 0.414908 +5010.817383 0.000000 764.740784 0.000000 0.491599 0.000000 -0.870822 0.423800 0.423800 0.423800 +5011.771973 0.000000 756.922302 0.000000 0.070083 0.000000 -0.997541 0.434692 0.434692 0.434692 +5019.932617 0.000000 754.566528 0.000000 0.082768 0.000000 -0.996569 0.433284 0.433284 0.433284 +5030.889160 0.000000 757.736511 0.000000 0.178854 0.000000 -0.983876 0.428823 0.428823 0.428823 +5000.908691 0.000000 780.196899 0.000000 0.080648 0.000000 -0.996743 0.433554 0.433554 0.433554 +5009.939453 0.000000 776.092468 0.000000 0.310782 0.000000 -0.950481 0.423369 0.423369 0.423369 +5010.579102 0.000000 789.485779 0.000000 0.237149 0.000000 -0.971473 0.431111 0.431111 0.431111 +5033.656250 0.000000 774.406616 0.000000 0.020471 0.000000 -0.999790 0.430035 0.430035 0.430035 +5003.406250 0.000000 767.367676 0.000000 0.373245 0.000000 -0.927733 0.420410 0.420410 0.420410 +5019.595215 0.000000 784.820618 0.000000 0.155044 0.000000 -0.987907 0.436036 0.436036 0.436036 +5033.064941 0.000000 786.002441 0.000000 0.186063 0.000000 -0.982538 0.435234 0.435234 0.435234 +5040.580566 0.000000 764.737610 0.000000 0.095899 0.000000 -0.995391 0.431516 0.431516 0.431516 +5004.457520 0.000000 786.072815 0.000000 0.535753 0.000000 -0.844375 0.425602 0.425602 0.425602 +5025.099609 0.000000 768.246582 0.000000 0.165415 0.000000 -0.986224 0.432612 0.432612 0.432612 +5039.537109 0.000000 761.425354 0.000000 0.236563 0.000000 -0.971616 0.433852 0.433852 0.433852 +5001.278320 0.000000 784.380432 0.000000 0.186042 0.000000 -0.982542 0.431711 0.431711 0.431711 +5033.676758 0.000000 752.363892 0.000000 0.414763 0.000000 -0.909929 0.421803 0.421803 0.421803 +5004.526855 0.000000 757.342712 0.000000 0.576736 0.000000 -0.816931 0.419095 0.419095 0.419095 +5036.194824 0.000000 746.374268 0.000000 0.062441 0.000000 -0.998049 0.430878 0.430878 0.430878 +5002.072266 0.000000 790.468872 0.000000 0.352571 0.000000 -0.935785 0.427198 0.427198 0.427198 +4998.057129 0.000000 779.234619 0.000000 0.382112 0.000000 -0.924116 0.423306 0.423306 0.423306 +5004.112305 0.000000 749.203613 0.000000 0.119504 0.000000 -0.992834 0.429415 0.429415 0.429415 +5009.360840 0.000000 780.457214 0.000000 0.118185 0.000000 -0.992992 0.430167 0.430167 0.430167 +5005.099609 0.000000 754.073486 0.000000 0.568363 0.000000 -0.822778 0.416983 0.416983 0.416983 +5012.094727 0.000000 749.697754 0.000000 0.253049 0.000000 -0.967453 0.430202 0.430202 0.430202 +5006.604980 0.000000 781.873840 0.000000 0.563208 0.000000 -0.826315 0.420832 0.420832 0.420832 +5019.635742 0.000000 757.347229 0.000000 0.411896 0.000000 -0.911231 0.424439 0.424439 0.424439 +5017.283691 0.000000 755.914612 0.000000 0.283141 0.000000 -0.959078 0.425896 0.425896 0.425896 +5013.235840 0.000000 754.157959 0.000000 0.116267 0.000000 -0.993218 0.428755 0.428755 0.428755 +5012.984863 0.000000 771.494873 0.000000 0.110150 0.000000 -0.993915 0.431064 0.431064 0.431064 +5036.127930 0.000000 761.738159 0.000000 0.235200 0.000000 -0.971947 0.432290 0.432290 0.432290 +4999.408691 0.000000 752.134399 0.000000 0.115149 0.000000 -0.993348 0.426670 0.426670 0.426670 +5004.375000 0.000000 788.964722 0.000000 0.071671 0.000000 -0.997428 0.438173 0.438173 0.438173 +5009.436523 0.000000 758.165894 0.000000 0.515437 0.000000 -0.856928 0.425902 0.425902 0.425902 +5014.077637 0.000000 751.471558 0.000000 0.505455 0.000000 -0.862853 0.422556 0.422556 0.422556 +5011.640625 0.000000 759.608643 0.000000 0.054135 0.000000 -0.998534 0.436955 0.436955 0.436955 +5033.128906 0.000000 755.162537 0.000000 0.119919 0.000000 -0.992784 0.424481 0.424481 0.424481 +5007.870117 0.000000 771.119751 0.000000 0.257371 0.000000 -0.966313 0.425127 0.425127 0.425127 +5005.872070 0.000000 762.699341 0.000000 0.544327 0.000000 -0.838873 0.416349 0.416349 0.416349 +4994.552734 0.000000 790.373108 0.000000 0.291527 0.000000 -0.956563 0.425019 0.425019 0.425019 +5023.328613 0.000000 784.618774 0.000000 0.527781 0.000000 -0.849381 0.425842 0.425842 0.425842 +5015.935547 0.000000 771.351990 0.000000 0.408162 0.000000 -0.912910 0.424009 0.424009 0.424009 +5025.641602 0.000000 752.375488 0.000000 0.183747 0.000000 -0.982974 0.426021 0.426021 0.426021 +5006.401855 0.000000 775.992737 0.000000 0.558847 0.000000 -0.829270 0.418748 0.418748 0.418748 +5024.330078 0.000000 788.594299 0.000000 0.384233 0.000000 -0.923236 0.428313 0.428313 0.428313 +5028.952637 0.000000 774.773804 0.000000 0.416183 0.000000 -0.909281 0.424908 0.424908 0.424908 +5008.382324 0.000000 790.113281 0.000000 0.389889 0.000000 -0.920862 0.429626 0.429626 0.429626 +5015.885254 0.000000 760.076965 0.000000 0.221890 0.000000 -0.975072 0.434302 0.434302 0.434302 +5023.373535 0.000000 777.729980 0.000000 0.263003 0.000000 -0.964795 0.433093 0.433093 0.433093 +5023.005371 0.000000 769.201599 0.000000 0.179380 0.000000 -0.983780 0.434852 0.434852 0.434852 +5032.179688 0.000000 762.481506 0.000000 0.300084 0.000000 -0.953913 0.432239 0.432239 0.432239 +5039.448242 0.000000 758.804443 0.000000 0.177272 0.000000 -0.984162 0.434906 0.434906 0.434906 +5012.821777 0.000000 765.407837 0.000000 0.241818 0.000000 -0.970322 0.432853 0.432853 0.432853 +5035.060059 0.000000 768.430481 0.000000 0.052591 0.000000 -0.998616 0.430549 0.430549 0.430549 +5016.887695 0.000000 775.897095 0.000000 0.298865 0.000000 -0.954295 0.425691 0.425691 0.425691 +5001.808105 0.000000 775.464050 0.000000 0.217538 0.000000 -0.976052 0.425711 0.425711 0.425711 +5020.979980 0.000000 749.576050 0.000000 0.437941 0.000000 -0.899004 0.424104 0.424104 0.424104 +5010.979980 0.000000 774.310669 0.000000 0.446661 0.000000 -0.894703 0.423673 0.423673 0.423673 +5035.311523 0.000000 759.444641 0.000000 0.371294 0.000000 -0.928515 0.428649 0.428649 0.428649 +5012.141113 0.000000 788.228638 0.000000 0.497044 0.000000 -0.867725 0.426753 0.426753 0.426753 +5034.440430 0.000000 750.505859 0.000000 0.272142 0.000000 -0.962257 0.426126 0.426126 0.426126 +5038.245605 0.000000 754.219421 0.000000 0.431007 0.000000 -0.902349 0.422136 0.422136 0.422136 +5009.033691 0.000000 774.257751 0.000000 0.135384 0.000000 -0.990793 0.426797 0.426797 0.426797 +5043.561035 0.000000 760.558777 0.000000 0.513547 0.000000 -0.858062 0.424206 0.424206 0.424206 +5039.250488 0.000000 763.277771 0.000000 0.442572 0.000000 -0.896733 0.427770 0.427770 0.427770 +5027.093262 0.000000 756.672974 0.000000 0.308651 0.000000 -0.951176 0.425608 0.425608 0.425608 +5021.418457 0.000000 784.294373 0.000000 0.414522 0.000000 -0.910039 0.428317 0.428317 0.428317 +4996.679688 0.000000 786.911804 0.000000 0.510668 0.000000 -0.859778 0.419686 0.419686 0.419686 +5019.504395 0.000000 748.275269 0.000000 0.244827 0.000000 -0.969567 0.429274 0.429274 0.429274 +5022.609375 0.000000 759.959534 0.000000 0.083295 0.000000 -0.996525 0.436243 0.436243 0.436243 +5017.774414 0.000000 783.996094 0.000000 0.283286 0.000000 -0.959035 0.431661 0.431661 0.431661 +5031.039551 0.000000 774.458496 0.000000 0.517850 0.000000 -0.855471 0.423832 0.423832 0.423832 +5034.442383 0.000000 762.347717 0.000000 0.303806 0.000000 -0.952734 0.430816 0.430816 0.430816 +5040.891113 0.000000 762.670959 0.000000 0.533429 0.000000 -0.845845 0.424867 0.424867 0.424867 +4998.073242 0.000000 788.084351 0.000000 0.512114 0.000000 -0.858918 0.424813 0.424813 0.424813 +4999.260254 0.000000 780.901306 0.000000 0.193687 0.000000 -0.981063 0.428785 0.428785 0.428785 +5017.034668 0.000000 766.243408 0.000000 0.093679 0.000000 -0.995602 0.436431 0.436431 0.436431 +5018.057129 0.000000 769.760010 0.000000 0.542668 0.000000 -0.839947 0.421261 0.421261 0.421261 +5000.564453 0.000000 786.027954 0.000000 0.526337 0.000000 -0.850276 0.425581 0.425581 0.425581 +5011.070801 0.000000 777.664673 0.000000 0.475283 0.000000 -0.879833 0.422930 0.422930 0.422930 +5011.835449 0.000000 755.183960 0.000000 0.019333 0.000000 -0.999813 0.431684 0.431684 0.431684 +4912.205566 0.000000 847.239990 0.000000 0.376802 0.000000 -0.926294 0.424543 0.424543 0.424543 +4906.009766 0.000000 845.717896 0.000000 0.263940 0.000000 -0.964539 0.423955 0.423955 0.423955 +4925.507812 0.000000 840.558044 0.000000 0.339483 0.000000 -0.940612 0.420970 0.420970 0.420970 +4926.390625 0.000000 846.541809 0.000000 0.082785 0.000000 -0.996567 0.437889 0.437889 0.437889 +4917.188965 0.000000 845.193970 0.000000 0.432296 0.000000 -0.901732 0.422220 0.422220 0.422220 +4907.722656 0.000000 846.104492 0.000000 0.250484 0.000000 -0.968121 0.428487 0.428487 0.428487 +4925.535645 0.000000 844.956787 0.000000 0.436702 0.000000 -0.899606 0.428492 0.428492 0.428492 +4984.065918 0.000000 816.143860 0.000000 0.287608 0.000000 -0.957748 0.432571 0.432571 0.432571 +4975.722656 0.000000 835.100891 0.000000 0.324675 0.000000 -0.945826 0.431580 0.431580 0.431580 +4939.959473 0.000000 839.272095 0.000000 0.098230 0.000000 -0.995164 0.437495 0.437495 0.437495 +4948.089355 0.000000 835.598145 0.000000 0.305309 0.000000 -0.952253 0.431281 0.431281 0.431281 +4969.260742 0.000000 835.003418 0.000000 0.156554 0.000000 -0.987669 0.431056 0.431056 0.431056 +4934.215332 0.000000 839.718872 0.000000 0.242147 0.000000 -0.970239 0.433772 0.433772 0.433772 +4954.074219 0.000000 821.297668 0.000000 0.438784 0.000000 -0.898593 0.416669 0.416669 0.416669 +4973.434082 0.000000 820.510498 0.000000 0.169454 0.000000 -0.985538 0.435664 0.435664 0.435664 +4931.505371 0.000000 834.207397 0.000000 0.029785 0.000000 -0.999556 0.422468 0.422468 0.422468 +4962.932617 0.000000 844.858154 0.000000 0.281774 0.000000 -0.959481 0.432534 0.432534 0.432534 +4989.524414 0.000000 807.850952 0.000000 0.211291 0.000000 -0.977423 0.429426 0.429426 0.429426 +4958.060547 0.000000 838.936157 0.000000 0.010674 0.000000 -0.999943 0.435755 0.435755 0.435755 +4929.884766 0.000000 841.833801 0.000000 0.163577 0.000000 -0.986531 0.434552 0.434552 0.434552 +4959.334473 0.000000 831.766663 0.000000 0.519341 0.000000 -0.854567 0.419954 0.419954 0.419954 +4990.624512 0.000000 799.601379 0.000000 0.184995 0.000000 -0.982739 0.433810 0.433810 0.433810 +4966.889160 0.000000 814.220886 0.000000 0.420247 0.000000 -0.907410 0.420666 0.420666 0.420666 +4981.013672 0.000000 825.427612 0.000000 0.444294 0.000000 -0.895881 0.428276 0.428276 0.428276 +4969.322754 0.000000 839.056885 0.000000 0.081194 0.000000 -0.996698 0.432575 0.432575 0.432575 +4985.910645 0.000000 838.732300 0.000000 0.356973 0.000000 -0.934115 0.430705 0.430705 0.430705 +4958.953613 0.000000 847.033752 0.000000 0.481988 0.000000 -0.876178 0.427193 0.427193 0.427193 +4949.502930 0.000000 839.100464 0.000000 0.090073 0.000000 -0.995935 0.434746 0.434746 0.434746 +4945.939453 0.000000 832.576843 0.000000 0.175778 0.000000 -0.984430 0.424502 0.424502 0.424502 +4979.402344 0.000000 844.748474 0.000000 0.191131 0.000000 -0.981565 0.435103 0.435103 0.435103 +4986.305176 0.000000 834.762695 0.000000 0.088449 0.000000 -0.996081 0.437745 0.437745 0.437745 +4983.062500 0.000000 841.798706 0.000000 0.053762 0.000000 -0.998554 0.438630 0.438630 0.438630 +4946.230469 0.000000 828.816772 0.000000 0.581314 0.000000 -0.813679 0.414474 0.414474 0.414474 +4969.064941 0.000000 842.486816 0.000000 0.426421 0.000000 -0.904525 0.425791 0.425791 0.425791 +4980.463867 0.000000 805.863098 0.000000 0.339741 0.000000 -0.940519 0.425550 0.425550 0.425550 +4952.572266 0.000000 830.245605 0.000000 0.140568 0.000000 -0.990071 0.435338 0.435338 0.435338 +4940.457520 0.000000 842.557190 0.000000 0.587520 0.000000 -0.809209 0.423396 0.423396 0.423396 +4969.967773 0.000000 820.599182 0.000000 0.325894 0.000000 -0.945406 0.431547 0.431547 0.431547 +4961.099609 0.000000 824.730957 0.000000 0.553760 0.000000 -0.832676 0.425055 0.425055 0.425055 +4987.100586 0.000000 800.873962 0.000000 0.078735 0.000000 -0.996896 0.430096 0.430096 0.430096 +4986.462402 0.000000 807.851318 0.000000 0.571441 0.000000 -0.820643 0.421387 0.421387 0.421387 +4953.916992 0.000000 835.547424 0.000000 0.059777 0.000000 -0.998212 0.433724 0.433724 0.433724 +4934.057129 0.000000 835.718994 0.000000 0.214848 0.000000 -0.976647 0.434486 0.434486 0.434486 +4967.591309 0.000000 832.617310 0.000000 0.431018 0.000000 -0.902343 0.423989 0.423989 0.423989 +4987.000977 0.000000 828.582336 0.000000 0.529378 0.000000 -0.848386 0.425794 0.425794 0.425794 +4991.976562 0.000000 841.396667 0.000000 0.246687 0.000000 -0.969095 0.424877 0.424877 0.424877 +4948.436035 0.000000 833.053101 0.000000 0.168769 0.000000 -0.985656 0.433303 0.433303 0.433303 +4981.633789 0.000000 827.838501 0.000000 0.253896 0.000000 -0.967231 0.433463 0.433463 0.433463 +4974.693848 0.000000 822.839905 0.000000 0.313830 0.000000 -0.949479 0.431871 0.431871 0.431871 +4930.552734 0.000000 846.857483 0.000000 0.438012 0.000000 -0.898969 0.428064 0.428064 0.428064 +4984.742188 0.000000 820.675110 0.000000 0.319818 0.000000 -0.947479 0.431710 0.431710 0.431710 +4991.510742 0.000000 815.517944 0.000000 0.170885 0.000000 -0.985291 0.434509 0.434509 0.434509 +4980.706543 0.000000 847.096619 0.000000 0.564497 0.000000 -0.825435 0.417259 0.417259 0.417259 +4976.587891 0.000000 811.034485 0.000000 0.186904 0.000000 -0.982378 0.429551 0.429551 0.429551 +4988.008301 0.000000 833.058411 0.000000 0.013080 0.000000 -0.999914 0.439667 0.439667 0.439667 +4982.180664 0.000000 814.631470 0.000000 0.586433 0.000000 -0.809997 0.424043 0.424043 0.424043 +4964.952637 0.000000 831.258179 0.000000 0.102987 0.000000 -0.994683 0.434881 0.434881 0.434881 +4971.596680 0.000000 839.322754 0.000000 0.503960 0.000000 -0.863727 0.425197 0.425197 0.425197 +4944.382324 0.000000 846.597656 0.000000 0.124706 0.000000 -0.992194 0.436816 0.436816 0.436816 +4963.522949 0.000000 835.427185 0.000000 0.342740 0.000000 -0.939430 0.424751 0.424751 0.424751 +4930.026855 0.000000 839.407471 0.000000 0.360637 0.000000 -0.932706 0.427484 0.427484 0.427484 +4984.096680 0.000000 818.425171 0.000000 0.391230 0.000000 -0.920293 0.429764 0.429764 0.429764 +4955.673340 0.000000 843.554565 0.000000 0.144008 0.000000 -0.989577 0.436320 0.436320 0.436320 +4977.262695 0.000000 845.342346 0.000000 0.287683 0.000000 -0.957726 0.431611 0.431611 0.431611 +4960.607910 0.000000 829.871887 0.000000 0.429588 0.000000 -0.903025 0.425936 0.425936 0.425936 +4970.219238 0.000000 836.995911 0.000000 0.350963 0.000000 -0.936390 0.429295 0.429295 0.429295 +4962.508301 0.000000 837.346985 0.000000 0.101081 0.000000 -0.994878 0.429570 0.429570 0.429570 +4960.801270 0.000000 819.096497 0.000000 0.499406 0.000000 -0.866368 0.423545 0.423545 0.423545 +4980.316895 0.000000 819.907166 0.000000 0.274122 0.000000 -0.961695 0.432929 0.432929 0.432929 +4988.034180 0.000000 838.604492 0.000000 0.190587 0.000000 -0.981670 0.435117 0.435117 0.435117 +4973.537598 0.000000 831.170898 0.000000 0.381354 0.000000 -0.924429 0.430037 0.430037 0.430037 +4981.101074 0.000000 836.106750 0.000000 0.455795 0.000000 -0.890085 0.421920 0.421920 0.421920 +4950.911621 0.000000 831.770874 0.000000 0.481511 0.000000 -0.876440 0.426514 0.426514 0.426514 +4980.679199 0.000000 810.470581 0.000000 0.563072 0.000000 -0.826408 0.424770 0.424770 0.424770 +4944.905273 0.000000 844.680664 0.000000 0.046578 0.000000 -0.998915 0.438813 0.438813 0.438813 +4956.720215 0.000000 831.290405 0.000000 0.479077 0.000000 -0.877773 0.423320 0.423320 0.423320 +4975.350098 0.000000 845.524292 0.000000 0.363037 0.000000 -0.931775 0.426108 0.426108 0.426108 +4952.332520 0.000000 825.985657 0.000000 0.479184 0.000000 -0.877715 0.421231 0.421231 0.421231 +4935.440918 0.000000 841.188354 0.000000 0.066610 0.000000 -0.997779 0.438303 0.438303 0.438303 +4932.189941 0.000000 835.944519 0.000000 0.488977 0.000000 -0.872296 0.421539 0.421539 0.421539 +4961.433594 0.000000 826.584839 0.000000 0.339711 0.000000 -0.940530 0.431174 0.431174 0.431174 +4928.517090 0.000000 840.558289 0.000000 0.460852 0.000000 -0.887477 0.426822 0.426822 0.426822 +4970.442383 0.000000 818.832092 0.000000 0.539244 0.000000 -0.842149 0.425497 0.425497 0.425497 +4984.471680 0.000000 831.237366 0.000000 0.024372 0.000000 -0.999703 0.439379 0.439379 0.439379 +4934.073242 0.000000 844.568726 0.000000 0.520343 0.000000 -0.853957 0.424940 0.424940 0.424940 +4988.312988 0.000000 814.536133 0.000000 0.437036 0.000000 -0.899444 0.428482 0.428482 0.428482 +4986.250000 0.000000 824.273193 0.000000 0.470778 0.000000 -0.882252 0.427518 0.427518 0.427518 +4941.317383 0.000000 844.008484 0.000000 0.523548 0.000000 -0.851996 0.425969 0.425969 0.425969 +4938.663574 0.000000 845.366211 0.000000 0.469067 0.000000 -0.883163 0.427567 0.427567 0.427567 +4920.065918 0.000000 872.628235 0.000000 0.171122 0.000000 -0.985250 0.430522 0.430522 0.430522 +4905.563477 0.000000 873.756653 0.000000 0.330728 0.000000 -0.943726 0.416016 0.416016 0.416016 +4902.893555 0.000000 866.712952 0.000000 0.411982 0.000000 -0.911192 0.415853 0.415853 0.415853 +4925.248047 0.000000 893.267700 0.000000 0.510808 0.000000 -0.859695 0.418237 0.418237 0.418237 +4917.994141 0.000000 868.551758 0.000000 0.500991 0.000000 -0.865452 0.425227 0.425227 0.425227 +4911.663086 0.000000 857.277527 0.000000 0.074132 0.000000 -0.997248 0.427425 0.427425 0.427425 +4910.042969 0.000000 853.120300 0.000000 0.185415 0.000000 -0.982660 0.430274 0.430274 0.430274 +4912.918945 0.000000 862.251770 0.000000 0.529707 0.000000 -0.848181 0.422902 0.422902 0.422902 +4906.288574 0.000000 870.413452 0.000000 0.288981 0.000000 -0.957335 0.421307 0.421307 0.421307 +4915.759277 0.000000 878.630493 0.000000 0.558011 0.000000 -0.829834 0.419549 0.419549 0.419549 +4911.537109 0.000000 874.394104 0.000000 0.191552 0.000000 -0.981482 0.424977 0.424977 0.424977 +4922.462402 0.000000 864.335693 0.000000 0.091803 0.000000 -0.995777 0.437659 0.437659 0.437659 +4908.194824 0.000000 859.343018 0.000000 0.350480 0.000000 -0.936570 0.420951 0.420951 0.420951 +4911.447754 0.000000 859.951294 0.000000 0.410845 0.000000 -0.911705 0.420052 0.420052 0.420052 +4921.460938 0.000000 847.368896 0.000000 0.259358 0.000000 -0.965781 0.431359 0.431359 0.431359 +4920.346680 0.000000 869.466492 0.000000 0.196943 0.000000 -0.980415 0.430840 0.430840 0.430840 +4927.697754 0.000000 891.989746 0.000000 0.184246 0.000000 -0.982880 0.425735 0.425735 0.425735 +4927.510742 0.000000 872.002319 0.000000 0.223139 0.000000 -0.974787 0.428491 0.428491 0.428491 +4915.914062 0.000000 853.054016 0.000000 0.409854 0.000000 -0.912151 0.423454 0.423454 0.423454 +4924.727539 0.000000 849.760132 0.000000 0.330068 0.000000 -0.943957 0.431434 0.431434 0.431434 +4919.794922 0.000000 860.271851 0.000000 0.386005 0.000000 -0.922497 0.424103 0.424103 0.424103 +4919.405273 0.000000 882.118713 0.000000 0.408288 0.000000 -0.912853 0.421881 0.421881 0.421881 +4921.190430 0.000000 889.372437 0.000000 0.205598 0.000000 -0.978637 0.425534 0.425534 0.425534 +4925.252441 0.000000 857.691956 0.000000 0.044982 0.000000 -0.998988 0.431083 0.431083 0.431083 +4911.135742 0.000000 863.321716 0.000000 0.142936 0.000000 -0.989732 0.429292 0.429292 0.429292 +4924.034180 0.000000 895.088867 0.000000 0.521339 0.000000 -0.853350 0.419807 0.419807 0.419807 +4911.882812 0.000000 852.289307 0.000000 0.493687 0.000000 -0.869640 0.423061 0.423061 0.423061 +4926.970703 0.000000 869.921631 0.000000 0.498123 0.000000 -0.867107 0.425884 0.425884 0.425884 +4909.587891 0.000000 855.037903 0.000000 0.349569 0.000000 -0.936911 0.424301 0.424301 0.424301 +4916.393066 0.000000 869.659241 0.000000 0.019195 0.000000 -0.999816 0.437419 0.437419 0.437419 +4914.516602 0.000000 863.297058 0.000000 0.518360 0.000000 -0.855163 0.424792 0.424792 0.424792 +4927.825195 0.000000 860.518250 0.000000 0.301235 0.000000 -0.953550 0.432208 0.432208 0.432208 +4920.654297 0.000000 864.478577 0.000000 0.284630 0.000000 -0.958637 0.427785 0.427785 0.427785 +4912.748535 0.000000 848.677917 0.000000 0.126814 0.000000 -0.991927 0.432221 0.432221 0.432221 +4923.262207 0.000000 869.401611 0.000000 0.172876 0.000000 -0.984944 0.433134 0.433134 0.433134 +4912.891113 0.000000 875.639709 0.000000 0.270190 0.000000 -0.962807 0.425908 0.425908 0.425908 +4916.916016 0.000000 854.628662 0.000000 0.252101 0.000000 -0.967701 0.433510 0.433510 0.433510 +4915.291016 0.000000 857.689697 0.000000 0.164449 0.000000 -0.986386 0.435793 0.435793 0.435793 +4908.442383 0.000000 853.778381 0.000000 0.312981 0.000000 -0.949759 0.426641 0.426641 0.426641 +4929.451172 0.000000 859.441284 0.000000 0.430159 0.000000 -0.902753 0.428677 0.428677 0.428677 +4949.705078 0.000000 874.133301 0.000000 0.305467 0.000000 -0.952203 0.429263 0.429263 0.429263 +4959.453613 0.000000 863.995728 0.000000 0.372604 0.000000 -0.927990 0.430277 0.430277 0.430277 +4946.127930 0.000000 860.541687 0.000000 0.145400 0.000000 -0.989373 0.434008 0.434008 0.434008 +4954.979980 0.000000 889.098450 0.000000 0.349547 0.000000 -0.936919 0.430907 0.430907 0.430907 +4968.832520 0.000000 850.766785 0.000000 0.033984 0.000000 -0.999422 0.439134 0.439134 0.439134 +4930.396484 0.000000 849.127747 0.000000 0.351278 0.000000 -0.936271 0.428197 0.428197 0.428197 +4939.959473 0.000000 895.756470 0.000000 0.471387 0.000000 -0.881926 0.418280 0.418280 0.418280 +4942.007324 0.000000 878.155823 0.000000 0.365914 0.000000 -0.930649 0.426937 0.426937 0.426937 +4936.407715 0.000000 855.078003 0.000000 0.545521 0.000000 -0.838097 0.424364 0.424364 0.424364 +4950.478027 0.000000 882.158936 0.000000 0.150578 0.000000 -0.988598 0.431402 0.431402 0.431402 +4962.900879 0.000000 847.330322 0.000000 0.081691 0.000000 -0.996658 0.436356 0.436356 0.436356 +4953.621582 0.000000 895.140503 0.000000 0.113986 0.000000 -0.993482 0.430182 0.430182 0.430182 +4942.873047 0.000000 855.312683 0.000000 0.309550 0.000000 -0.950883 0.428097 0.428097 0.428097 +4959.826172 0.000000 855.388000 0.000000 0.159548 0.000000 -0.987190 0.431130 0.431130 0.431130 +4928.098633 0.000000 854.214600 0.000000 0.025728 0.000000 -0.999669 0.439345 0.439345 0.439345 +4935.914551 0.000000 849.102539 0.000000 0.427715 0.000000 -0.903914 0.424236 0.424236 0.424236 +4947.007324 0.000000 865.343994 0.000000 0.466377 0.000000 -0.884586 0.427428 0.427428 0.427428 +4963.991211 0.000000 862.992126 0.000000 0.158132 0.000000 -0.987418 0.430246 0.430246 0.430246 +4949.668945 0.000000 857.054504 0.000000 0.446139 0.000000 -0.894964 0.426564 0.426564 0.426564 +4945.260254 0.000000 873.722778 0.000000 0.463147 0.000000 -0.886281 0.427194 0.427194 0.427194 +4941.506836 0.000000 883.080078 0.000000 0.216729 0.000000 -0.976232 0.426739 0.426739 0.426739 +4945.939453 0.000000 889.061218 0.000000 0.470724 0.000000 -0.882280 0.423472 0.423472 0.423472 +4951.293457 0.000000 870.830383 0.000000 0.167117 0.000000 -0.985937 0.435724 0.435724 0.435724 +4970.673340 0.000000 847.409546 0.000000 0.387406 0.000000 -0.921909 0.428933 0.428933 0.428933 +4968.974609 0.000000 858.787170 0.000000 0.071054 0.000000 -0.997472 0.427631 0.427631 0.427631 +4974.042969 0.000000 853.120300 0.000000 0.130716 0.000000 -0.991420 0.425232 0.425232 0.425232 +4937.866211 0.000000 886.337952 0.000000 0.406117 0.000000 -0.913821 0.425265 0.425265 0.425265 +4954.987305 0.000000 847.354431 0.000000 0.065939 0.000000 -0.997824 0.438320 0.438320 0.438320 +4934.724121 0.000000 880.773132 0.000000 0.554285 0.000000 -0.832327 0.417822 0.417822 0.417822 +4962.857422 0.000000 876.394531 0.000000 0.035664 0.000000 -0.999364 0.426368 0.426368 0.426368 +4961.099609 0.000000 881.215332 0.000000 0.449520 0.000000 -0.893270 0.428128 0.428128 0.428128 +4937.084961 0.000000 858.083496 0.000000 0.563624 0.000000 -0.826031 0.424364 0.424364 0.424364 +4940.112305 0.000000 862.172363 0.000000 0.503528 0.000000 -0.863979 0.425209 0.425209 0.425209 +4948.094727 0.000000 862.666504 0.000000 0.204133 0.000000 -0.978943 0.433674 0.433674 0.433674 +4944.939453 0.000000 863.194275 0.000000 0.152101 0.000000 -0.988365 0.436112 0.436112 0.436112 +4963.200195 0.000000 860.062622 0.000000 0.459719 0.000000 -0.888064 0.427836 0.427836 0.427836 +4935.213379 0.000000 885.465698 0.000000 0.213491 0.000000 -0.976945 0.429309 0.429309 0.429309 +4953.706543 0.000000 860.904968 0.000000 0.231140 0.000000 -0.972920 0.434060 0.434060 0.434060 +4929.451660 0.000000 856.658081 0.000000 0.399550 0.000000 -0.916711 0.429533 0.429533 0.429533 +4938.564941 0.000000 849.814575 0.000000 0.538942 0.000000 -0.842343 0.424156 0.424156 0.424156 +4967.591309 0.000000 889.101685 0.000000 0.142169 0.000000 -0.989842 0.436367 0.436367 0.436367 +4943.671387 0.000000 848.794739 0.000000 0.175062 0.000000 -0.984558 0.433360 0.433360 0.433360 +4934.395508 0.000000 877.321289 0.000000 0.478787 0.000000 -0.877931 0.420545 0.420545 0.420545 +4935.408691 0.000000 865.103149 0.000000 0.090924 0.000000 -0.995858 0.435465 0.435465 0.435465 +4961.491699 0.000000 853.160889 0.000000 0.414419 0.000000 -0.910086 0.425522 0.425522 0.425522 +4961.412109 0.000000 862.222717 0.000000 0.193893 0.000000 -0.981023 0.435031 0.435031 0.435031 +4950.077637 0.000000 864.440308 0.000000 0.353338 0.000000 -0.935496 0.430804 0.430804 0.430804 +4971.690430 0.000000 850.829590 0.000000 0.404923 0.000000 -0.914351 0.429384 0.429384 0.429384 +4939.442871 0.000000 865.074219 0.000000 0.129912 0.000000 -0.991526 0.431072 0.431072 0.431072 +4956.928223 0.000000 865.145691 0.000000 0.342616 0.000000 -0.939475 0.431095 0.431095 0.431095 +4947.362793 0.000000 875.253479 0.000000 0.574660 0.000000 -0.818392 0.424363 0.424363 0.424363 +4955.190918 0.000000 875.575012 0.000000 0.481486 0.000000 -0.876454 0.427208 0.427208 0.427208 +4961.641602 0.000000 865.344238 0.000000 0.204881 0.000000 -0.978787 0.429023 0.429023 0.429023 +4935.143066 0.000000 874.650085 0.000000 0.220254 0.000000 -0.975443 0.429092 0.429092 0.429092 +4954.245605 0.000000 865.777527 0.000000 0.170528 0.000000 -0.985353 0.435636 0.435636 0.435636 +4941.612305 0.000000 850.394226 0.000000 0.480333 0.000000 -0.877086 0.425425 0.425425 0.425425 +4956.944336 0.000000 883.132996 0.000000 0.199752 0.000000 -0.979847 0.433853 0.433853 0.433853 +4969.650879 0.000000 856.552368 0.000000 0.418852 0.000000 -0.908055 0.425299 0.425299 0.425299 +4958.816895 0.000000 861.703430 0.000000 0.484076 0.000000 -0.875026 0.427132 0.427132 0.427132 +4947.253418 0.000000 894.852234 0.000000 0.563473 0.000000 -0.826135 0.422330 0.422330 0.422330 +4930.627930 0.000000 875.972839 0.000000 0.474702 0.000000 -0.880147 0.420365 0.420365 0.420365 +4932.756836 0.000000 866.058838 0.000000 0.186203 0.000000 -0.982511 0.431224 0.431224 0.431224 +4951.885254 0.000000 873.045715 0.000000 0.482343 0.000000 -0.875983 0.427183 0.427183 0.427183 +4980.657715 0.000000 847.301697 0.000000 0.365209 0.000000 -0.930926 0.421276 0.421276 0.421276 +4963.522949 0.000000 891.911560 0.000000 0.115591 0.000000 -0.993297 0.426516 0.426516 0.426516 +4934.028809 0.000000 870.195251 0.000000 0.033054 0.000000 -0.999454 0.439158 0.439158 0.439158 +4951.105957 0.000000 868.502319 0.000000 0.049052 0.000000 -0.998796 0.438750 0.438750 0.438750 +4930.069824 0.000000 872.087280 0.000000 0.020354 0.000000 -0.999793 0.431198 0.431198 0.431198 +4960.607910 0.000000 886.356262 0.000000 0.053760 0.000000 -0.998554 0.438630 0.438630 0.438630 +4960.801270 0.000000 875.580872 0.000000 0.548304 0.000000 -0.836279 0.418002 0.418002 0.418002 +4970.281250 0.000000 889.477356 0.000000 0.434281 0.000000 -0.900777 0.424360 0.424360 0.424360 +4931.385254 0.000000 885.700134 0.000000 0.430960 0.000000 -0.902371 0.424440 0.424440 0.424440 +4968.284180 0.000000 885.732178 0.000000 0.563215 0.000000 -0.826310 0.418938 0.418938 0.418938 +4963.217285 0.000000 858.104187 0.000000 0.581142 0.000000 -0.813803 0.424208 0.424208 0.424208 +4951.416992 0.000000 895.198425 0.000000 0.297790 0.000000 -0.954631 0.426727 0.426727 0.426727 +4928.597656 0.000000 867.732910 0.000000 0.032801 0.000000 -0.999462 0.439165 0.439165 0.439165 +4941.704590 0.000000 860.092224 0.000000 0.100909 0.000000 -0.994896 0.437426 0.437426 0.437426 +4940.080078 0.000000 878.554443 0.000000 0.235974 0.000000 -0.971759 0.425883 0.425883 0.425883 +4951.366211 0.000000 849.918335 0.000000 0.111947 0.000000 -0.993714 0.437143 0.437143 0.437143 +4967.104492 0.000000 859.159241 0.000000 0.500218 0.000000 -0.865900 0.424883 0.424883 0.424883 +4953.304688 0.000000 848.259338 0.000000 0.078913 0.000000 -0.996881 0.437988 0.437988 0.437988 +4955.120117 0.000000 849.214294 0.000000 0.471195 0.000000 -0.882029 0.427506 0.427506 0.427506 +4955.849121 0.000000 873.871216 0.000000 0.280574 0.000000 -0.959832 0.432758 0.432758 0.432758 +4967.039551 0.000000 887.427246 0.000000 0.288111 0.000000 -0.957597 0.431536 0.431536 0.431536 +4958.021484 0.000000 855.532532 0.000000 0.038051 0.000000 -0.999276 0.433827 0.433827 0.433827 +4957.614258 0.000000 878.993530 0.000000 0.542271 0.000000 -0.840204 0.425405 0.425405 0.425405 +4973.431152 0.000000 851.317322 0.000000 0.099564 0.000000 -0.995031 0.437460 0.437460 0.437460 +4964.749023 0.000000 856.635132 0.000000 0.240008 0.000000 -0.970771 0.433828 0.433828 0.433828 +4969.963379 0.000000 854.794922 0.000000 0.514729 0.000000 -0.857353 0.426231 0.426231 0.426231 +4959.632324 0.000000 857.934448 0.000000 0.186053 0.000000 -0.982540 0.435234 0.435234 0.435234 +4935.699707 0.000000 863.120483 0.000000 0.359330 0.000000 -0.933211 0.426855 0.426855 0.426855 +4953.034668 0.000000 879.212158 0.000000 0.218593 0.000000 -0.975816 0.434388 0.434388 0.434388 +4964.990723 0.000000 847.951233 0.000000 0.250887 0.000000 -0.968017 0.429859 0.429859 0.429859 +4954.957520 0.000000 853.892456 0.000000 0.505929 0.000000 -0.862575 0.423375 0.423375 0.423375 +4961.519531 0.000000 855.126587 0.000000 0.172924 0.000000 -0.984935 0.434667 0.434667 0.434667 +4952.779785 0.000000 851.802185 0.000000 0.146391 0.000000 -0.989227 0.436259 0.436259 0.436259 +4941.306641 0.000000 871.817078 0.000000 0.425176 0.000000 -0.905111 0.427178 0.427178 0.427178 +4993.451172 0.000000 802.956909 0.000000 0.494131 0.000000 -0.869388 0.424997 0.424997 0.424997 +5013.705078 0.000000 817.648926 0.000000 0.447299 0.000000 -0.894385 0.426588 0.426588 0.426588 +5020.793945 0.000000 793.623047 0.000000 0.238127 0.000000 -0.971234 0.433877 0.433877 0.433877 +5033.563477 0.000000 817.272278 0.000000 0.013048 0.000000 -0.999915 0.432123 0.432123 0.432123 +5029.432617 0.000000 801.808289 0.000000 0.314427 0.000000 -0.949282 0.430044 0.430044 0.430044 +4996.032715 0.000000 822.392822 0.000000 0.478839 0.000000 -0.877903 0.424021 0.424021 0.424021 +5024.032227 0.000000 827.719116 0.000000 0.427014 0.000000 -0.904245 0.416300 0.416300 0.416300 +5018.074219 0.000000 821.297668 0.000000 0.533051 0.000000 -0.846083 0.417274 0.417274 0.417274 +5042.584961 0.000000 818.675476 0.000000 0.045177 0.000000 -0.998979 0.428870 0.428870 0.428870 +5050.511719 0.000000 811.291260 0.000000 0.540698 0.000000 -0.841217 0.417817 0.417817 0.417817 +5037.434082 0.000000 820.510498 0.000000 0.292828 0.000000 -0.956165 0.418569 0.418569 0.418569 +5036.083496 0.000000 810.842224 0.000000 0.490053 0.000000 -0.871693 0.424580 0.424580 0.424580 +4998.330566 0.000000 802.878052 0.000000 0.005654 0.000000 -0.999984 0.433682 0.433682 0.433682 +5002.351562 0.000000 811.660217 0.000000 0.051696 0.000000 -0.998663 0.438683 0.438683 0.438683 +5018.364746 0.000000 816.342590 0.000000 0.433826 0.000000 -0.900997 0.426836 0.426836 0.426836 +5026.015137 0.000000 811.276794 0.000000 0.207724 0.000000 -0.978188 0.430049 0.430049 0.430049 +5030.535645 0.000000 820.289368 0.000000 0.416948 0.000000 -0.908931 0.422612 0.422612 0.422612 +4992.514160 0.000000 806.862122 0.000000 0.114711 0.000000 -0.993399 0.431112 0.431112 0.431112 +5045.013672 0.000000 825.427612 0.000000 0.520506 0.000000 -0.853858 0.415380 0.415380 0.415380 +4996.755371 0.000000 818.653931 0.000000 0.010316 0.000000 -0.999947 0.438802 0.438802 0.438802 +4997.464844 0.000000 795.563171 0.000000 0.241432 0.000000 -0.970418 0.431273 0.431273 0.431273 +5024.618164 0.000000 794.146851 0.000000 0.415728 0.000000 -0.909489 0.426516 0.426516 0.426516 +5015.293457 0.000000 814.346008 0.000000 0.316294 0.000000 -0.948661 0.428063 0.428063 0.428063 +5043.863281 0.000000 815.153992 0.000000 0.082292 0.000000 -0.996608 0.433443 0.433443 0.433443 +5039.663086 0.000000 800.793152 0.000000 0.256329 0.000000 -0.966590 0.424820 0.424820 0.424820 +5010.190430 0.000000 800.303406 0.000000 0.247100 0.000000 -0.968990 0.433642 0.433642 0.433642 +4992.009766 0.000000 832.973755 0.000000 0.141879 0.000000 -0.989884 0.436375 0.436375 0.436375 +5053.611816 0.000000 829.540894 0.000000 0.263899 0.000000 -0.964550 0.420245 0.420245 0.420245 +5044.014648 0.000000 799.624573 0.000000 0.134982 0.000000 -0.990848 0.427808 0.427808 0.427808 +5018.987305 0.000000 790.870056 0.000000 0.419461 0.000000 -0.907773 0.428978 0.428978 0.428978 +5033.967773 0.000000 820.599182 0.000000 0.127543 0.000000 -0.991833 0.424423 0.424423 0.424423 +5025.099609 0.000000 824.730957 0.000000 0.252618 0.000000 -0.967566 0.424827 0.424827 0.424827 +5050.462402 0.000000 807.851318 0.000000 0.036584 0.000000 -0.999331 0.427118 0.427118 0.427118 +5009.664551 0.000000 797.437256 0.000000 0.237254 0.000000 -0.971448 0.430377 0.430377 0.430377 +5025.448730 0.000000 814.078064 0.000000 0.265917 0.000000 -0.963996 0.428532 0.428532 0.428532 +5012.994629 0.000000 793.333923 0.000000 0.097890 0.000000 -0.995197 0.434782 0.434782 0.434782 +5020.947754 0.000000 820.853088 0.000000 0.276566 0.000000 -0.960995 0.425647 0.425647 0.425647 +5017.706543 0.000000 804.420593 0.000000 0.035458 0.000000 -0.999371 0.432657 0.432657 0.432657 +5021.958984 0.000000 800.981567 0.000000 0.399662 0.000000 -0.916662 0.425709 0.425709 0.425709 +5000.614258 0.000000 804.310120 0.000000 0.324457 0.000000 -0.945901 0.426569 0.426569 0.426569 +5014.782715 0.000000 798.084595 0.000000 0.555240 0.000000 -0.831690 0.423245 0.423245 0.423245 +4994.822754 0.000000 824.749390 0.000000 0.543501 0.000000 -0.839409 0.425368 0.425368 0.425368 +5003.442871 0.000000 808.589844 0.000000 0.070589 0.000000 -0.997505 0.434456 0.434456 0.434456 +5029.463867 0.000000 798.386597 0.000000 0.328931 0.000000 -0.944354 0.427146 0.427146 0.427146 +5010.498535 0.000000 794.599243 0.000000 0.318848 0.000000 -0.947806 0.427816 0.427816 0.427816 +5010.128418 0.000000 811.542847 0.000000 0.099198 0.000000 -0.995068 0.437470 0.437470 0.437470 +5035.095215 0.000000 805.099915 0.000000 0.578559 0.000000 -0.815641 0.420384 0.420384 0.420384 +5016.077637 0.000000 800.177734 0.000000 0.140689 0.000000 -0.990054 0.433193 0.433193 0.433193 +5055.814453 0.000000 809.225952 0.000000 0.053257 0.000000 -0.998581 0.429172 0.429172 0.429172 +5040.587891 0.000000 811.034485 0.000000 0.321070 0.000000 -0.947056 0.429875 0.429875 0.429875 +5046.180664 0.000000 814.631470 0.000000 0.425402 0.000000 -0.905004 0.424404 0.424404 0.424404 +5022.816895 0.000000 805.219055 0.000000 0.266987 0.000000 -0.963700 0.433118 0.433118 0.433118 +4996.756836 0.000000 809.574463 0.000000 0.034942 0.000000 -0.999389 0.435659 0.435659 0.435659 +5048.096680 0.000000 818.425171 0.000000 0.547892 0.000000 -0.836549 0.421573 0.421573 0.421573 +5046.255859 0.000000 799.541321 0.000000 0.183224 0.000000 -0.983071 0.431223 0.431223 0.431223 +4994.069824 0.000000 815.602905 0.000000 0.037388 0.000000 -0.999301 0.438818 0.438818 0.438818 +5028.916016 0.000000 818.843689 0.000000 0.071083 0.000000 -0.997470 0.438188 0.438188 0.438188 +5039.448242 0.000000 815.288818 0.000000 0.388800 0.000000 -0.921322 0.427258 0.427258 0.427258 +4993.654297 0.000000 805.139404 0.000000 0.168061 0.000000 -0.985777 0.431570 0.431570 0.431570 +5032.688965 0.000000 815.181763 0.000000 0.000774 0.000000 -1.000000 0.433082 0.433082 0.433082 +5011.236816 0.000000 802.104309 0.000000 0.276177 0.000000 -0.961107 0.432875 0.432875 0.432875 +5026.934570 0.000000 794.350464 0.000000 0.553526 0.000000 -0.832832 0.420296 0.420296 0.420296 +5042.709961 0.000000 804.871094 0.000000 0.354697 0.000000 -0.934981 0.425096 0.425096 0.425096 +5032.756348 0.000000 796.247742 0.000000 0.478277 0.000000 -0.878209 0.421948 0.421948 0.421948 +5052.271484 0.000000 799.294556 0.000000 0.360221 0.000000 -0.932867 0.426234 0.426234 0.426234 +5044.679199 0.000000 810.470581 0.000000 0.575928 0.000000 -0.817500 0.418637 0.418637 0.418637 +5042.490723 0.000000 813.570801 0.000000 0.418561 0.000000 -0.908189 0.427922 0.427922 0.427922 +5042.425293 0.000000 792.935608 0.000000 0.096682 0.000000 -0.995315 0.435032 0.435032 0.435032 +5002.618164 0.000000 804.325623 0.000000 0.479716 0.000000 -0.877424 0.424266 0.424266 0.424266 +4992.144043 0.000000 819.181458 0.000000 0.156902 0.000000 -0.987614 0.435988 0.435988 0.435988 +5031.104492 0.000000 802.674866 0.000000 0.113516 0.000000 -0.993536 0.433538 0.433538 0.433538 +4996.483887 0.000000 820.529968 0.000000 0.576140 0.000000 -0.817351 0.424365 0.424365 0.424365 +5040.943848 0.000000 802.369751 0.000000 0.147499 0.000000 -0.989062 0.428700 0.428700 0.428700 +5017.304688 0.000000 791.774963 0.000000 0.547778 0.000000 -0.836624 0.425238 0.425238 0.425238 +5035.071777 0.000000 801.359741 0.000000 0.545774 0.000000 -0.837932 0.422819 0.422819 0.422819 +5019.120117 0.000000 792.729919 0.000000 0.119127 0.000000 -0.992879 0.436959 0.436959 0.436959 +4995.095703 0.000000 806.231384 0.000000 0.473519 0.000000 -0.880783 0.422489 0.422489 0.422489 +5022.652344 0.000000 802.866638 0.000000 0.104068 0.000000 -0.994570 0.435661 0.435661 0.435661 +4994.681152 0.000000 812.999817 0.000000 0.298503 0.000000 -0.954409 0.430699 0.430699 0.430699 +5037.431152 0.000000 794.832947 0.000000 0.457480 0.000000 -0.889220 0.423961 0.423961 0.423961 +5009.145996 0.000000 793.335449 0.000000 0.404684 0.000000 -0.914456 0.428123 0.428123 0.428123 +5006.777344 0.000000 811.033386 0.000000 0.330081 0.000000 -0.943953 0.431434 0.431434 0.431434 +5000.404785 0.000000 811.209106 0.000000 0.177918 0.000000 -0.984045 0.432109 0.432109 0.432109 +5037.839355 0.000000 817.467041 0.000000 0.389486 0.000000 -0.921033 0.425662 0.425662 0.425662 +5018.957520 0.000000 797.408081 0.000000 0.531112 0.000000 -0.847302 0.425742 0.425742 0.425742 +5003.461426 0.000000 818.375671 0.000000 0.324211 0.000000 -0.945985 0.426079 0.426079 0.426079 +5031.089844 0.000000 806.094360 0.000000 0.264121 0.000000 -0.964490 0.432868 0.432868 0.432868 +5005.306641 0.000000 815.332703 0.000000 0.035493 0.000000 -0.999370 0.439096 0.439096 0.439096 +5029.967285 0.000000 815.678589 0.000000 0.169763 0.000000 -0.985485 0.431112 0.431112 0.431112 +5056.514160 0.000000 806.862122 0.000000 0.477037 0.000000 -0.878883 0.419029 0.419029 0.419029 +5111.062500 0.000000 841.798706 0.000000 0.203702 0.000000 -0.979033 0.420729 0.420729 0.420729 +5056.936035 0.000000 813.390808 0.000000 0.164581 0.000000 -0.986364 0.427018 0.427018 0.427018 +5059.913086 0.000000 801.717773 0.000000 0.249168 0.000000 -0.968460 0.424631 0.424631 0.424631 +5058.944824 0.000000 808.177185 0.000000 0.392193 0.000000 -0.919883 0.419942 0.419942 0.419942 +5058.069824 0.000000 815.602905 0.000000 0.534935 0.000000 -0.844893 0.420753 0.420753 0.420753 +5066.618164 0.000000 804.325623 0.000000 0.018580 0.000000 -0.999827 0.434412 0.434412 0.434412 +5142.937012 0.000000 861.692993 0.000000 0.473759 0.000000 -0.880655 0.415222 0.415222 0.415222 +5605.982422 0.000000 954.011780 0.000000 0.381365 0.000000 -0.924424 0.422733 0.422733 0.422733 +5619.456055 0.000000 954.038269 0.000000 0.456731 0.000000 -0.889605 0.418067 0.418067 0.418067 +5612.662598 0.000000 954.330200 0.000000 0.406950 0.000000 -0.913450 0.422599 0.422599 0.422599 +5609.385742 0.000000 936.668152 0.000000 0.031670 0.000000 -0.999498 0.429357 0.429357 0.429357 +5623.107910 0.000000 948.951294 0.000000 0.283956 0.000000 -0.958837 0.425302 0.425302 0.425302 +5626.511719 0.000000 924.260010 0.000000 0.570494 0.000000 -0.821302 0.413714 0.413714 0.413714 +5604.276367 0.000000 936.996765 0.000000 0.587321 0.000000 -0.809354 0.418741 0.418741 0.418741 +5584.971680 0.000000 952.927002 0.000000 0.541335 0.000000 -0.840807 0.416856 0.416856 0.416856 +5612.083496 0.000000 923.810974 0.000000 0.147692 0.000000 -0.989033 0.420173 0.420173 0.420173 +5603.991211 0.000000 919.476501 0.000000 0.408806 0.000000 -0.912621 0.418025 0.418025 0.418025 +5598.060547 0.000000 951.904907 0.000000 0.240058 0.000000 -0.970759 0.425867 0.425867 0.425867 +5600.426758 0.000000 916.187805 0.000000 0.138623 0.000000 -0.990345 0.422233 0.422233 0.422233 +5597.237305 0.000000 937.272217 0.000000 0.521049 0.000000 -0.853526 0.420171 0.420171 0.420171 +5599.334473 0.000000 944.735413 0.000000 0.351787 0.000000 -0.936080 0.424193 0.424193 0.424193 +5624.315430 0.000000 940.758972 0.000000 0.416044 0.000000 -0.909344 0.420465 0.420465 0.420465 +5613.311035 0.000000 938.099915 0.000000 0.007712 0.000000 -0.999970 0.429423 0.429423 0.429423 +5621.013672 0.000000 938.396362 0.000000 0.580535 0.000000 -0.814236 0.418337 0.418337 0.418337 +5625.910645 0.000000 951.701050 0.000000 0.027494 0.000000 -0.999622 0.428126 0.428126 0.428126 +5627.981445 0.000000 958.969238 0.000000 0.492543 0.000000 -0.870288 0.415499 0.415499 0.415499 +5626.305176 0.000000 947.731445 0.000000 0.270873 0.000000 -0.962615 0.425829 0.425829 0.425829 +5629.611816 0.000000 942.509644 0.000000 0.548194 0.000000 -0.836352 0.417658 0.417658 0.417658 +5626.631836 0.000000 938.886414 0.000000 0.073607 0.000000 -0.997287 0.428257 0.428257 0.428257 +5618.798340 0.000000 940.431152 0.000000 0.002372 0.000000 -0.999997 0.430385 0.430385 0.430385 +5582.604980 0.000000 951.326965 0.000000 0.389620 0.000000 -0.920976 0.418879 0.418879 0.418879 +5597.958984 0.000000 913.950317 0.000000 0.371493 0.000000 -0.928436 0.419670 0.419670 0.419670 +5593.283691 0.000000 925.367737 0.000000 0.567787 0.000000 -0.823175 0.418540 0.418540 0.418540 +5607.591309 0.000000 945.586060 0.000000 0.452362 0.000000 -0.891834 0.420292 0.420292 0.420292 +5631.976562 0.000000 954.365417 0.000000 0.489214 0.000000 -0.872164 0.418253 0.418253 0.418253 +5624.742188 0.000000 933.643860 0.000000 0.123785 0.000000 -0.992309 0.427449 0.427449 0.427449 +5628.008301 0.000000 946.027161 0.000000 0.096509 0.000000 -0.995332 0.429074 0.429074 0.429074 +5604.550293 0.000000 934.544006 0.000000 0.511075 0.000000 -0.859536 0.420710 0.420710 0.420710 +5617.129395 0.000000 954.155884 0.000000 0.116880 0.000000 -0.993146 0.425549 0.425549 0.425549 +5611.596680 0.000000 952.291504 0.000000 0.371077 0.000000 -0.928602 0.422828 0.422828 0.422828 +5599.373535 0.000000 947.183105 0.000000 0.566870 0.000000 -0.823807 0.419384 0.419384 0.419384 +5624.096680 0.000000 931.393921 0.000000 0.202421 0.000000 -0.979299 0.424435 0.424435 0.424435 +5626.561523 0.000000 935.509277 0.000000 0.487455 0.000000 -0.873148 0.420620 0.420620 0.420620 +5585.493164 0.000000 947.722778 0.000000 0.069483 0.000000 -0.997583 0.426311 0.426311 0.426311 +5595.673340 0.000000 956.523315 0.000000 0.184445 0.000000 -0.982843 0.427737 0.427737 0.427737 +5615.085449 0.000000 942.578125 0.000000 0.381368 0.000000 -0.924423 0.423440 0.423440 0.423440 +5606.962402 0.000000 947.929932 0.000000 0.182943 0.000000 -0.983124 0.425621 0.425621 0.425621 +5604.916016 0.000000 931.812439 0.000000 0.212823 0.000000 -0.977091 0.427157 0.427157 0.427157 +5613.747070 0.000000 952.441589 0.000000 0.303971 0.000000 -0.952681 0.425393 0.425393 0.425393 +5610.678223 0.000000 941.925049 0.000000 0.428911 0.000000 -0.903347 0.422294 0.422294 0.422294 +5604.342285 0.000000 959.418640 0.000000 0.476284 0.000000 -0.879291 0.419366 0.419366 0.419366 +5607.167969 0.000000 952.219971 0.000000 0.152400 0.000000 -0.988319 0.428458 0.428458 0.428458 +5597.739258 0.000000 925.213074 0.000000 0.396185 0.000000 -0.918171 0.423353 0.423353 0.423353 +5610.638672 0.000000 954.182617 0.000000 0.522989 0.000000 -0.852340 0.419871 0.419871 0.419871 +5621.007812 0.000000 944.900391 0.000000 0.586624 0.000000 -0.809860 0.418381 0.418381 0.418381 +5629.282227 0.000000 947.705200 0.000000 0.286684 0.000000 -0.958025 0.425246 0.425246 0.425246 +5591.416992 0.000000 951.682800 0.000000 0.307937 0.000000 -0.951407 0.425058 0.425058 0.425058 +5589.101562 0.000000 950.201050 0.000000 0.278939 0.000000 -0.960309 0.424955 0.424955 0.424955 +5602.967773 0.000000 938.492676 0.000000 0.365200 0.000000 -0.930929 0.423846 0.423846 0.423846 +5603.093262 0.000000 926.126099 0.000000 0.276534 0.000000 -0.961004 0.424874 0.424874 0.424874 +5604.099609 0.000000 942.067810 0.000000 0.449497 0.000000 -0.893282 0.421951 0.421951 0.421951 +5608.388184 0.000000 953.751648 0.000000 0.242189 0.000000 -0.970229 0.425427 0.425427 0.425427 +5593.774414 0.000000 953.449219 0.000000 0.078805 0.000000 -0.996890 0.429276 0.429276 0.429276 +5603.619629 0.000000 945.656860 0.000000 0.220593 0.000000 -0.975366 0.426594 0.426594 0.426594 +5624.471680 0.000000 944.206116 0.000000 0.405754 0.000000 -0.913982 0.422798 0.422798 0.422798 +5594.122559 0.000000 971.042786 0.000000 0.445820 0.000000 -0.895122 0.418268 0.418268 0.418268 +5603.991211 0.000000 975.960876 0.000000 0.532343 0.000000 -0.846529 0.414314 0.414314 0.414314 +5622.173828 0.000000 966.418640 0.000000 0.554504 0.000000 -0.832181 0.415707 0.415707 0.415707 +5600.426758 0.000000 972.672180 0.000000 0.271807 0.000000 -0.962352 0.419988 0.419988 0.419988 +5588.994629 0.000000 962.787048 0.000000 0.318107 0.000000 -0.948055 0.424907 0.424907 0.424907 +5588.805176 0.000000 960.301880 0.000000 0.437845 0.000000 -0.899050 0.421484 0.421484 0.421484 +5587.894531 0.000000 968.006165 0.000000 0.536980 0.000000 -0.843595 0.417044 0.417044 0.417044 +5598.725586 0.000000 963.826965 0.000000 0.495548 0.000000 -0.868580 0.420702 0.420702 0.420702 +5633.318848 0.000000 942.638428 0.000000 0.058077 0.000000 -0.998312 0.428701 0.428701 0.428701 +5658.979980 0.000000 945.582825 0.000000 0.086125 0.000000 -0.996284 0.420088 0.420088 0.420088 +5646.875488 0.000000 948.512024 0.000000 0.357622 0.000000 -0.933866 0.423767 0.423767 0.423767 +5636.957520 0.000000 943.597107 0.000000 0.036146 0.000000 -0.999346 0.430804 0.430804 0.430804 +5639.437500 0.000000 958.793640 0.000000 0.010717 0.000000 -0.999943 0.423992 0.423992 0.423992 +5634.026855 0.000000 952.376221 0.000000 0.496421 0.000000 -0.868082 0.419528 0.419528 0.419528 +5649.493164 0.000000 947.722778 0.000000 0.210647 0.000000 -0.977562 0.425641 0.425641 0.425641 +5645.139648 0.000000 947.294678 0.000000 0.350417 0.000000 -0.936594 0.424464 0.424464 0.424464 +5637.572266 0.000000 950.680786 0.000000 0.478296 0.000000 -0.878199 0.420609 0.420609 0.420609 +5647.799805 0.000000 946.813843 0.000000 0.461982 0.000000 -0.886889 0.421346 0.421346 0.421346 +5636.189941 0.000000 948.913269 0.000000 0.313256 0.000000 -0.949669 0.425071 0.425071 0.425071 +5673.260742 0.000000 1060.940918 0.000000 0.522084 0.000000 -0.852894 0.414281 0.414281 0.414281 +5693.292480 0.000000 1029.277710 0.000000 0.403689 0.000000 -0.914896 0.419554 0.419554 0.419554 +5670.535645 0.000000 1046.226807 0.000000 0.168441 0.000000 -0.985712 0.422254 0.422254 0.422254 +5688.315430 0.000000 1053.727783 0.000000 0.333488 0.000000 -0.942754 0.418068 0.418068 0.418068 +5692.013184 0.000000 1031.583496 0.000000 0.359083 0.000000 -0.933306 0.429866 0.429866 0.429866 +5695.697754 0.000000 1061.442871 0.000000 0.249476 0.000000 -0.968381 0.433579 0.433579 0.433579 +5695.510742 0.000000 1041.455444 0.000000 0.282452 0.000000 -0.959282 0.432708 0.432708 0.432708 +5660.944336 0.000000 1052.586182 0.000000 0.502170 0.000000 -0.864769 0.424673 0.424673 0.424673 +5678.671387 0.000000 1063.173218 0.000000 0.222217 0.000000 -0.974997 0.428444 0.428444 0.428444 +5677.465820 0.000000 1061.014648 0.000000 0.398458 0.000000 -0.917187 0.422028 0.422028 0.422028 +5691.815430 0.000000 1035.438599 0.000000 0.336435 0.000000 -0.941707 0.424703 0.424703 0.424703 +5693.282227 0.000000 1060.673950 0.000000 0.268893 0.000000 -0.963170 0.428723 0.428723 0.428723 +5659.528320 0.000000 1051.257935 0.000000 0.173857 0.000000 -0.984771 0.426488 0.426488 0.426488 +5689.007324 0.000000 1062.379272 0.000000 0.578191 0.000000 -0.815901 0.418297 0.418297 0.418297 +5692.771484 0.000000 1053.802856 0.000000 0.407382 0.000000 -0.913258 0.423050 0.423050 0.423050 +5669.379395 0.000000 1053.605347 0.000000 0.208476 0.000000 -0.978027 0.427586 0.427586 0.427586 +5694.675293 0.000000 1068.469849 0.000000 0.308391 0.000000 -0.951260 0.432017 0.432017 0.432017 +5697.318848 0.000000 1055.607178 0.000000 0.354316 0.000000 -0.935126 0.417984 0.417984 0.417984 +5707.929688 0.000000 1028.724609 0.000000 0.281560 0.000000 -0.959544 0.423426 0.423426 0.423426 +5702.330566 0.000000 1028.815552 0.000000 0.248097 0.000000 -0.968735 0.429134 0.429134 0.429134 +5696.163086 0.000000 1051.465332 0.000000 0.489598 0.000000 -0.871948 0.415337 0.415337 0.415337 +5701.119141 0.000000 1033.152954 0.000000 0.578068 0.000000 -0.815988 0.417061 0.417061 0.417061 +5705.278320 0.000000 1066.802368 0.000000 0.242814 0.000000 -0.970073 0.433754 0.433754 0.433754 +5705.084961 0.000000 1027.536621 0.000000 0.144327 0.000000 -0.989530 0.421858 0.421858 0.421858 +5702.057129 0.000000 1061.656494 0.000000 0.395490 0.000000 -0.918470 0.429646 0.429646 0.429646 +5706.235840 0.000000 1060.402954 0.000000 0.016761 0.000000 -0.999860 0.439573 0.439573 0.439573 +5698.552734 0.000000 1072.794922 0.000000 0.012736 0.000000 -0.999919 0.439676 0.439676 0.439676 +5731.522949 0.000000 1061.364624 0.000000 0.358289 0.000000 -0.933611 0.424355 0.424355 0.424355 +5697.042969 0.000000 1049.219849 0.000000 0.544326 0.000000 -0.838873 0.419479 0.419479 0.419479 +5701.572266 0.000000 1063.649536 0.000000 0.056002 0.000000 -0.998431 0.438573 0.438573 0.438573 +5711.590332 0.000000 1068.815186 0.000000 0.001407 0.000000 -0.999999 0.439964 0.439964 0.439964 +5724.720215 0.000000 1057.227905 0.000000 0.475250 0.000000 -0.879851 0.427389 0.427389 0.427389 +5697.843750 0.000000 1063.098389 0.000000 0.515113 0.000000 -0.857122 0.426220 0.426220 0.426220 +5729.128418 0.000000 1057.481934 0.000000 0.486889 0.000000 -0.873464 0.427051 0.427051 0.427051 +5709.317383 0.000000 1069.946045 0.000000 0.243529 0.000000 -0.969894 0.433736 0.433736 0.433736 +5687.531250 0.000000 1083.806763 0.000000 0.031027 0.000000 -0.999519 0.432367 0.432367 0.432367 +5686.173828 0.000000 1079.387329 0.000000 0.098245 0.000000 -0.995162 0.425070 0.425070 0.425070 +5667.104004 0.000000 1081.745239 0.000000 0.508220 0.000000 -0.861227 0.416269 0.416269 0.416269 +5689.460938 0.000000 1073.306396 0.000000 0.308894 0.000000 -0.951097 0.429493 0.429493 0.429493 +5665.365723 0.000000 1083.377930 0.000000 0.151752 0.000000 -0.988419 0.423868 0.423868 0.423868 +5691.739258 0.000000 1077.709717 0.000000 0.082966 0.000000 -0.996552 0.437885 0.437885 0.437885 +5693.252441 0.000000 1083.629517 0.000000 0.356157 0.000000 -0.934426 0.430727 0.430727 0.430727 +5665.433594 0.000000 1109.006714 0.000000 0.388970 0.000000 -0.921250 0.426434 0.426434 0.426434 +5665.519531 0.000000 1081.064087 0.000000 0.433304 0.000000 -0.901248 0.424272 0.424272 0.424272 +5707.786133 0.000000 1078.256104 0.000000 0.559504 0.000000 -0.828827 0.416976 0.416976 0.416976 +5701.119141 0.000000 1089.637329 0.000000 0.380405 0.000000 -0.924820 0.418332 0.418332 0.418332 +5696.514160 0.000000 1089.283936 0.000000 0.275304 0.000000 -0.961357 0.424254 0.424254 0.424254 +5700.948730 0.000000 1073.318237 0.000000 0.448289 0.000000 -0.893889 0.428163 0.428163 0.428163 +5713.664551 0.000000 1079.859131 0.000000 0.219078 0.000000 -0.975707 0.421165 0.421165 0.421165 +5696.090332 0.000000 1076.498779 0.000000 0.460334 0.000000 -0.887746 0.427818 0.427818 0.427818 +5702.363770 0.000000 1082.715820 0.000000 0.372728 0.000000 -0.927941 0.422498 0.422498 0.422498 +5700.602051 0.000000 1075.808960 0.000000 0.349431 0.000000 -0.936962 0.430910 0.430910 0.430910 +5706.166504 0.000000 1079.716797 0.000000 0.125341 0.000000 -0.992114 0.425110 0.425110 0.425110 +5702.936035 0.000000 1076.778931 0.000000 0.046746 0.000000 -0.998907 0.434548 0.434548 0.434548 +5713.145996 0.000000 1075.757324 0.000000 0.441569 0.000000 -0.897228 0.425796 0.425796 0.425796 +5703.620605 0.000000 1079.432373 0.000000 0.073235 0.000000 -0.997315 0.431030 0.431030 0.431030 +4233.604492 0.000000 2230.344971 0.000000 0.502077 0.000000 -0.864823 0.416589 0.416589 0.416589 +4208.205566 0.000000 2315.833740 0.000000 0.310659 0.000000 -0.950521 0.416605 0.416605 0.416605 +4218.368164 0.000000 2311.301025 0.000000 0.199396 0.000000 -0.979919 0.418607 0.418607 0.418607 +4223.586426 0.000000 2312.809570 0.000000 0.025754 0.000000 -0.999668 0.420984 0.420984 0.420984 +4222.419434 0.000000 2301.522217 0.000000 0.408004 0.000000 -0.912980 0.416372 0.416372 0.416372 +4191.453613 0.000000 2332.589600 0.000000 0.464173 0.000000 -0.885744 0.415104 0.415104 0.415104 +4201.563477 0.000000 2342.350342 0.000000 0.155802 0.000000 -0.987788 0.422740 0.422740 0.422740 +4207.722656 0.000000 2360.178955 0.000000 0.171029 0.000000 -0.985266 0.420606 0.420606 0.420606 +4204.662598 0.000000 2366.439453 0.000000 0.076428 0.000000 -0.997075 0.421712 0.421712 0.421712 +4212.365234 0.000000 2355.125732 0.000000 0.431931 0.000000 -0.901906 0.416222 0.416222 0.416222 +4221.248047 0.000000 2361.861328 0.000000 0.145540 0.000000 -0.989352 0.423333 0.423333 0.423333 +4204.062988 0.000000 2324.848389 0.000000 0.374218 0.000000 -0.927341 0.416124 0.416124 0.416124 +4218.511719 0.000000 2336.369385 0.000000 0.371910 0.000000 -0.928269 0.416990 0.416990 0.416990 +4210.842773 0.000000 2333.729248 0.000000 0.135997 0.000000 -0.990709 0.420913 0.420913 0.420913 +4196.276367 0.000000 2349.106201 0.000000 0.373256 0.000000 -0.927728 0.416198 0.416198 0.416198 +4215.531250 0.000000 2326.463135 0.000000 0.549135 0.000000 -0.835734 0.413883 0.413883 0.413883 +4195.991211 0.000000 2331.585938 0.000000 0.151846 0.000000 -0.988404 0.420113 0.420113 0.420113 +4222.419434 0.000000 2358.006592 0.000000 0.338862 0.000000 -0.940836 0.417923 0.417923 0.417923 +4217.910645 0.000000 2363.810303 0.000000 0.113409 0.000000 -0.993548 0.422700 0.422700 0.422700 +4230.215332 0.000000 2308.312744 0.000000 0.159511 0.000000 -0.987196 0.420073 0.420073 0.420073 +4260.620605 0.000000 2306.083496 0.000000 0.468975 0.000000 -0.883211 0.415569 0.415569 0.415569 +4268.376953 0.000000 2305.642578 0.000000 0.136987 0.000000 -0.990573 0.425121 0.425121 0.425121 +4249.283691 0.000000 2280.992676 0.000000 0.019993 0.000000 -0.999800 0.426172 0.426172 0.426172 +4287.697754 0.000000 2304.099121 0.000000 0.003339 0.000000 -0.999994 0.428254 0.428254 0.428254 +4247.935547 0.000000 2296.430176 0.000000 0.541676 0.000000 -0.840587 0.416500 0.416500 0.416500 +4277.005371 0.000000 2311.570312 0.000000 0.467891 0.000000 -0.883786 0.419700 0.419700 0.419700 +4281.072754 0.000000 2309.492188 0.000000 0.527633 0.000000 -0.849472 0.417687 0.417687 0.417687 +4274.394043 0.000000 2311.496826 0.000000 0.236902 0.000000 -0.971534 0.424269 0.424269 0.424269 +4289.318848 0.000000 2298.263428 0.000000 0.342774 0.000000 -0.939418 0.416460 0.416460 0.416460 +4302.007324 0.000000 2290.265137 0.000000 0.541026 0.000000 -0.841006 0.417710 0.417710 0.417710 +4305.260254 0.000000 2285.832031 0.000000 0.082389 0.000000 -0.996600 0.424226 0.424226 0.424226 +4292.957520 0.000000 2299.222168 0.000000 0.172821 0.000000 -0.984953 0.420370 0.420370 0.420370 +4288.009766 0.000000 2301.567627 0.000000 0.041900 0.000000 -0.999122 0.422520 0.422520 0.422520 +4310.628418 0.000000 2289.402100 0.000000 0.425307 0.000000 -0.905049 0.417966 0.417966 0.417966 +4299.616211 0.000000 2288.716064 0.000000 0.053311 0.000000 -0.998578 0.428186 0.428186 0.428186 +4225.451172 0.000000 2328.034912 0.000000 0.468656 0.000000 -0.883381 0.415033 0.415033 0.415033 +4228.032715 0.000000 2347.470947 0.000000 0.005122 0.000000 -0.999987 0.420951 0.420951 0.420951 +4238.953125 0.000000 2369.831055 0.000000 0.093049 0.000000 -0.995661 0.423535 0.423535 0.423535 +4250.709961 0.000000 2352.899414 0.000000 0.452740 0.000000 -0.891643 0.415117 0.415117 0.415117 +4228.047852 0.000000 2324.209473 0.000000 0.291205 0.000000 -0.956661 0.418021 0.418021 0.418021 +4223.958008 0.000000 2393.242676 0.000000 0.290833 0.000000 -0.956774 0.420319 0.420319 0.420319 +4221.212891 0.000000 2397.735596 0.000000 0.394012 0.000000 -0.919105 0.417346 0.417346 0.417346 +4221.032715 0.000000 2394.531738 0.000000 0.156614 0.000000 -0.987660 0.421527 0.421527 0.421527 +4252.793945 0.000000 2375.185547 0.000000 0.561475 0.000000 -0.827494 0.413334 0.413334 0.413334 +4242.283691 0.000000 2373.476562 0.000000 0.254765 0.000000 -0.967003 0.420130 0.420130 0.420130 +4228.047852 0.000000 2380.693848 0.000000 0.229734 0.000000 -0.973253 0.421327 0.421327 0.421327 +4229.119141 0.000000 2388.778076 0.000000 0.189970 0.000000 -0.981790 0.420391 0.420391 0.420391 +4229.464844 0.000000 2377.125732 0.000000 0.486395 0.000000 -0.873739 0.415761 0.415761 0.415761 +4227.820801 0.000000 2386.149170 0.000000 0.428590 0.000000 -0.903499 0.417627 0.417627 0.417627 +4465.272949 0.000000 2293.000000 0.000000 0.304450 0.000000 -0.952528 0.416565 0.416565 0.416565 +4445.237305 0.000000 2292.897217 0.000000 0.546152 0.000000 -0.837686 0.414082 0.414082 0.414082 +4457.204590 0.000000 2295.936279 0.000000 0.200488 0.000000 -0.979696 0.421599 0.421599 0.421599 +4464.580566 0.000000 2289.815674 0.000000 0.215559 0.000000 -0.976491 0.420207 0.420207 0.420207 +4449.099609 0.000000 2293.324707 0.000000 0.014087 0.000000 -0.999901 0.424873 0.424873 0.424873 +4454.646484 0.000000 2291.532227 0.000000 0.485526 0.000000 -0.874222 0.418538 0.418538 0.418538 +4450.111328 0.000000 2290.990234 0.000000 0.507700 0.000000 -0.861534 0.416797 0.416797 0.416797 +"} diff --git a/gfx/map/map_object_data/generated/oak_dense_generator_2.txt b/gfx/map/map_object_data/generated/oak_dense_generator_2.txt index 8060e018..d726c3ce 100644 --- a/gfx/map/map_object_data/generated/oak_dense_generator_2.txt +++ b/gfx/map/map_object_data/generated/oak_dense_generator_2.txt @@ -5,8 +5,772 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_01_mesh" - count=0 -} + count=764 + transform="5050.511719 0.000000 754.806885 0.000000 0.548906 0.000000 0.835884 0.386855 0.386855 0.386855 +4996.756836 0.000000 753.090088 0.000000 0.122338 0.000000 0.992489 0.376428 0.376428 0.376428 +4997.729492 0.000000 776.325745 0.000000 0.526296 0.000000 0.850301 0.384773 0.384773 0.384773 +5024.801270 0.000000 762.612122 0.000000 0.206558 0.000000 0.978434 0.376117 0.376117 0.376117 +5007.799805 0.000000 777.360718 0.000000 0.336671 0.000000 0.941622 0.378611 0.378611 0.378611 +5042.395020 0.000000 764.313477 0.000000 0.307065 0.000000 0.951688 0.377249 0.377249 0.377249 +5031.260742 0.000000 755.900879 0.000000 0.379261 0.000000 0.925290 0.380173 0.380173 0.380173 +5052.473145 0.000000 761.280945 0.000000 0.267090 0.000000 0.963672 0.376170 0.376170 0.376170 +5006.777344 0.000000 754.549011 0.000000 0.318297 0.000000 0.947991 0.378521 0.378521 0.378521 +5031.089844 0.000000 749.609985 0.000000 0.134046 0.000000 0.990975 0.375329 0.375329 0.375329 +5016.204102 0.000000 778.824402 0.000000 0.049038 0.000000 0.998797 0.369683 0.369683 0.369683 +5017.349609 0.000000 754.247559 0.000000 0.429208 0.000000 0.903206 0.377262 0.377262 0.377262 +5008.004883 0.000000 751.764709 0.000000 0.473198 0.000000 0.880956 0.380625 0.380625 0.380625 +5003.377441 0.000000 753.840454 0.000000 0.363738 0.000000 0.931501 0.374208 0.374208 0.374208 +5024.293457 0.000000 783.304321 0.000000 0.385493 0.000000 0.922711 0.372366 0.372366 0.372366 +5003.256348 0.000000 787.330200 0.000000 0.147906 0.000000 0.989001 0.364633 0.364633 0.364633 +5005.642090 0.000000 755.948547 0.000000 0.121685 0.000000 0.992569 0.374536 0.374536 0.374536 +5008.425781 0.000000 784.999939 0.000000 0.533886 0.000000 0.845557 0.375448 0.375448 0.375448 +5033.936523 0.000000 787.393311 0.000000 0.523113 0.000000 0.852264 0.374018 0.374018 0.374018 +5031.382324 0.000000 767.915344 0.000000 0.251575 0.000000 0.967838 0.366542 0.366542 0.366542 +5026.559570 0.000000 767.502380 0.000000 0.163913 0.000000 0.986475 0.367914 0.367914 0.367914 +5039.029785 0.000000 748.540405 0.000000 0.000939 0.000000 1.000000 0.370763 0.370763 0.370763 +5018.869141 0.000000 755.745789 0.000000 0.552365 0.000000 0.833602 0.377953 0.377953 0.377953 +5012.440918 0.000000 789.803528 0.000000 0.562393 0.000000 0.826870 0.375210 0.375210 0.375210 +5014.338379 0.000000 747.279358 0.000000 0.399006 0.000000 0.916948 0.377926 0.377926 0.377926 +5008.278320 0.000000 755.016174 0.000000 0.442745 0.000000 0.896648 0.379676 0.379676 0.379676 +5021.380859 0.000000 753.694519 0.000000 0.577984 0.000000 0.816048 0.380840 0.380840 0.380840 +5038.203125 0.000000 757.818237 0.000000 0.543291 0.000000 0.839544 0.378656 0.378656 0.378656 +5030.078125 0.000000 775.926514 0.000000 0.368934 0.000000 0.929456 0.372303 0.372303 0.372303 +5008.485352 0.000000 759.409058 0.000000 0.571106 0.000000 0.820876 0.375767 0.375767 0.375767 +5007.354980 0.000000 780.518982 0.000000 0.140689 0.000000 0.990054 0.369377 0.369377 0.369377 +5004.917480 0.000000 752.494019 0.000000 0.360277 0.000000 0.932845 0.376049 0.376049 0.376049 +5007.453125 0.000000 783.272034 0.000000 0.069036 0.000000 0.997614 0.365583 0.365583 0.365583 +5035.175293 0.000000 752.594360 0.000000 0.520467 0.000000 0.853882 0.379458 0.379458 0.379458 +5003.568848 0.000000 790.250183 0.000000 0.096718 0.000000 0.995312 0.366882 0.366882 0.366882 +5010.930176 0.000000 758.159546 0.000000 0.395891 0.000000 0.918297 0.371644 0.371644 0.371644 +5003.761719 0.000000 758.706543 0.000000 0.454390 0.000000 0.890803 0.378597 0.378597 0.378597 +5019.529297 0.000000 764.982788 0.000000 0.220868 0.000000 0.975304 0.366412 0.366412 0.366412 +5015.955566 0.000000 768.087463 0.000000 0.502934 0.000000 0.864325 0.375661 0.375661 0.375661 +5037.249512 0.000000 765.535645 0.000000 0.161427 0.000000 0.986885 0.368630 0.368630 0.368630 +5033.205566 0.000000 790.753174 0.000000 0.023750 0.000000 0.999718 0.360605 0.360605 0.360605 +5015.838867 0.000000 765.320557 0.000000 0.268939 0.000000 0.963157 0.367582 0.367582 0.367582 +5020.286133 0.000000 755.982422 0.000000 0.373109 0.000000 0.927788 0.374246 0.374246 0.374246 +5011.521973 0.000000 766.072571 0.000000 0.273867 0.000000 0.961768 0.373587 0.373587 0.373587 +5019.304688 0.000000 779.435547 0.000000 0.064318 0.000000 0.997929 0.368634 0.368634 0.368634 +5024.813477 0.000000 777.802734 0.000000 0.393124 0.000000 0.919486 0.373726 0.373726 0.373726 +4999.500488 0.000000 753.593262 0.000000 0.039504 0.000000 0.999219 0.371940 0.371940 0.371940 +5014.889648 0.000000 783.558838 0.000000 0.182888 0.000000 0.983134 0.368561 0.368561 0.368561 +5022.348145 0.000000 764.635315 0.000000 0.365725 0.000000 0.930723 0.375448 0.375448 0.375448 +5012.314941 0.000000 761.202454 0.000000 0.009364 0.000000 0.999956 0.360238 0.360238 0.360238 +5026.937988 0.000000 764.801941 0.000000 0.509008 0.000000 0.860762 0.378413 0.378413 0.378413 +5012.063965 0.000000 775.171143 0.000000 0.318870 0.000000 0.947798 0.372745 0.372745 0.372745 +5017.036621 0.000000 759.231812 0.000000 0.170821 0.000000 0.985302 0.364371 0.364371 0.364371 +5008.399414 0.000000 762.017578 0.000000 0.441447 0.000000 0.897287 0.377203 0.377203 0.377203 +5019.236816 0.000000 751.783752 0.000000 0.557133 0.000000 0.830423 0.379549 0.379549 0.379549 +5036.208984 0.000000 788.383484 0.000000 0.570549 0.000000 0.821263 0.375462 0.375462 0.375462 +5038.744141 0.000000 759.950378 0.000000 0.211098 0.000000 0.977465 0.365959 0.365959 0.365959 +5001.264160 0.000000 778.890137 0.000000 0.347582 0.000000 0.937650 0.373593 0.373593 0.373593 +5034.913086 0.000000 788.297119 0.000000 0.542121 0.000000 0.840301 0.374590 0.374590 0.374590 +5023.182129 0.000000 781.796021 0.000000 0.185561 0.000000 0.982633 0.365029 0.365029 0.365029 +5039.249023 0.000000 757.034119 0.000000 0.414122 0.000000 0.910221 0.375499 0.375499 0.375499 +5016.136230 0.000000 754.711060 0.000000 0.337053 0.000000 0.941486 0.375249 0.375249 0.375249 +5014.048340 0.000000 757.409790 0.000000 0.059407 0.000000 0.998234 0.368683 0.368683 0.368683 +5028.170898 0.000000 788.693481 0.000000 0.573748 0.000000 0.819032 0.375561 0.375561 0.375561 +5042.304199 0.000000 760.684631 0.000000 0.578491 0.000000 0.815689 0.377614 0.377614 0.377614 +5023.826172 0.000000 785.872681 0.000000 0.531973 0.000000 0.846761 0.374284 0.374284 0.374284 +5019.792969 0.000000 763.737610 0.000000 0.251754 0.000000 0.967791 0.366481 0.366481 0.366481 +5021.817383 0.000000 774.176331 0.000000 0.465665 0.000000 0.884961 0.374450 0.374450 0.374450 +5036.898438 0.000000 790.157715 0.000000 0.186576 0.000000 0.982440 0.364779 0.364779 0.364779 +5033.341797 0.000000 762.946838 0.000000 0.558159 0.000000 0.829734 0.375079 0.375079 0.375079 +5028.740723 0.000000 759.398987 0.000000 0.137331 0.000000 0.990525 0.363508 0.363508 0.363508 +5016.179688 0.000000 774.905090 0.000000 0.275244 0.000000 0.961374 0.373810 0.373810 0.373810 +5031.513672 0.000000 788.938965 0.000000 0.244510 0.000000 0.969647 0.366290 0.366290 0.366290 +5015.342773 0.000000 759.037415 0.000000 0.475700 0.000000 0.879607 0.372624 0.372624 0.372624 +5001.122070 0.000000 781.358521 0.000000 0.569933 0.000000 0.821691 0.378283 0.378283 0.378283 +5037.140625 0.000000 753.909424 0.000000 0.008632 0.000000 0.999963 0.366226 0.366226 0.366226 +5016.507324 0.000000 781.821899 0.000000 0.447060 0.000000 0.894504 0.374456 0.374456 0.374456 +5034.690430 0.000000 790.340088 0.000000 0.522003 0.000000 0.852944 0.373985 0.373985 0.373985 +5029.261230 0.000000 783.678528 0.000000 0.019527 0.000000 0.999809 0.360497 0.360497 0.360497 +5023.222656 0.000000 788.131409 0.000000 0.581993 0.000000 0.813194 0.375818 0.375818 0.375818 +5019.859375 0.000000 749.442078 0.000000 0.405347 0.000000 0.914163 0.374487 0.374487 0.374487 +5020.939453 0.000000 777.909668 0.000000 0.324773 0.000000 0.945792 0.372262 0.372262 0.372262 +5025.173340 0.000000 758.694031 0.000000 0.538036 0.000000 0.842922 0.377821 0.377821 0.377821 +5020.615723 0.000000 768.783569 0.000000 0.055207 0.000000 0.998475 0.366325 0.366325 0.366325 +5011.400879 0.000000 790.269897 0.000000 0.391041 0.000000 0.920373 0.371865 0.371865 0.371865 +5012.037109 0.000000 774.045532 0.000000 0.213337 0.000000 0.976979 0.370349 0.370349 0.370349 +5001.561035 0.000000 785.442444 0.000000 0.231483 0.000000 0.972839 0.369354 0.369354 0.369354 +5033.344238 0.000000 783.724731 0.000000 0.352328 0.000000 0.935877 0.371768 0.371768 0.371768 +5031.189453 0.000000 772.255615 0.000000 0.503306 0.000000 0.864108 0.375671 0.375671 0.375671 +5029.165527 0.000000 772.339661 0.000000 0.537204 0.000000 0.843452 0.377198 0.377198 0.377198 +5007.440918 0.000000 785.332947 0.000000 0.050891 0.000000 0.998704 0.362966 0.362966 0.362966 +5039.327637 0.000000 790.104919 0.000000 0.369082 0.000000 0.929397 0.369626 0.369626 0.369626 +5022.155273 0.000000 789.790588 0.000000 0.111084 0.000000 0.993811 0.362835 0.362835 0.362835 +5007.688965 0.000000 784.273132 0.000000 0.042141 0.000000 0.999112 0.362753 0.362753 0.362753 +4927.025879 0.000000 840.146423 0.000000 0.019497 0.000000 0.999810 0.366461 0.366461 0.366461 +4905.205566 0.000000 847.237549 0.000000 0.476000 0.000000 0.879446 0.378160 0.378160 0.378160 +4922.669922 0.000000 846.519043 0.000000 0.157772 0.000000 0.987476 0.364035 0.364035 0.364035 +4921.671875 0.000000 845.652588 0.000000 0.071668 0.000000 0.997429 0.366617 0.366617 0.366617 +4913.639160 0.000000 846.537903 0.000000 0.156897 0.000000 0.987615 0.370716 0.370716 0.370716 +4924.292969 0.000000 847.104065 0.000000 0.285460 0.000000 0.958390 0.367372 0.367372 0.367372 +4989.125000 0.000000 843.260498 0.000000 0.523654 0.000000 0.851931 0.385083 0.385083 0.385083 +4943.799805 0.000000 833.845093 0.000000 0.434263 0.000000 0.900786 0.380456 0.380456 0.380456 +4965.294434 0.000000 835.737366 0.000000 0.447546 0.000000 0.894261 0.378337 0.378337 0.378337 +4986.270996 0.000000 799.115051 0.000000 0.422908 0.000000 0.906173 0.380350 0.380350 0.380350 +4958.190918 0.000000 827.835083 0.000000 0.525135 0.000000 0.851019 0.374079 0.374079 0.374079 +4960.293457 0.000000 839.788696 0.000000 0.288594 0.000000 0.957452 0.372496 0.372496 0.372496 +4991.416504 0.000000 798.006226 0.000000 0.388000 0.000000 0.921659 0.371376 0.371376 0.371376 +4967.382324 0.000000 824.399719 0.000000 0.306574 0.000000 0.951847 0.367997 0.367997 0.367997 +4990.383301 0.000000 811.947693 0.000000 0.010741 0.000000 0.999942 0.362844 0.362844 0.362844 +4978.861328 0.000000 846.298706 0.000000 0.162014 0.000000 0.986789 0.369347 0.369347 0.369347 +4982.362793 0.000000 824.423035 0.000000 0.313072 0.000000 0.949729 0.368109 0.368109 0.368109 +4948.440918 0.000000 846.287903 0.000000 0.239843 0.000000 0.970812 0.366168 0.366168 0.366168 +4942.057129 0.000000 842.617126 0.000000 0.094115 0.000000 0.995561 0.362400 0.362400 0.362400 +4966.078125 0.000000 832.410889 0.000000 0.269825 0.000000 0.962910 0.372335 0.372335 0.372335 +4968.653320 0.000000 836.423828 0.000000 0.537262 0.000000 0.843415 0.378051 0.378051 0.378051 +4950.025391 0.000000 833.075317 0.000000 0.140383 0.000000 0.990097 0.364729 0.364729 0.364729 +4962.837891 0.000000 838.872681 0.000000 0.566813 0.000000 0.823846 0.381727 0.381727 0.381727 +4974.867676 0.000000 821.240845 0.000000 0.320957 0.000000 0.947094 0.369066 0.369066 0.369066 +4943.354980 0.000000 837.003357 0.000000 0.568755 0.000000 0.822507 0.375406 0.375406 0.375406 +4990.913574 0.000000 836.819763 0.000000 0.242286 0.000000 0.970205 0.366232 0.366232 0.366232 +4977.542480 0.000000 812.210022 0.000000 0.249483 0.000000 0.968379 0.366421 0.366421 0.366421 +4977.393555 0.000000 814.611816 0.000000 0.101259 0.000000 0.994860 0.362583 0.362583 0.362583 +4959.732910 0.000000 843.598022 0.000000 0.376401 0.000000 0.926457 0.369827 0.369827 0.369827 +4980.241699 0.000000 802.516052 0.000000 0.082672 0.000000 0.996577 0.372064 0.372064 0.372064 +4939.568848 0.000000 846.734558 0.000000 0.578763 0.000000 0.815496 0.375717 0.375717 0.375717 +4962.393066 0.000000 843.482910 0.000000 0.197458 0.000000 0.980311 0.368350 0.368350 0.368350 +4982.904297 0.000000 827.089539 0.000000 0.053570 0.000000 0.998564 0.361365 0.361365 0.361365 +4982.609375 0.000000 818.629822 0.000000 0.334570 0.000000 0.942371 0.368687 0.368687 0.368687 +4946.425781 0.000000 839.633423 0.000000 0.272999 0.000000 0.962014 0.371113 0.371113 0.371113 +4982.203613 0.000000 831.111694 0.000000 0.259759 0.000000 0.965674 0.366691 0.366691 0.366691 +4971.575684 0.000000 821.511475 0.000000 0.209577 0.000000 0.977792 0.365377 0.365377 0.365377 +4962.377441 0.000000 834.508484 0.000000 0.481784 0.000000 0.876290 0.378347 0.378347 0.378347 +4955.159668 0.000000 844.909790 0.000000 0.243326 0.000000 0.969945 0.366259 0.366259 0.366259 +4937.995605 0.000000 839.622253 0.000000 0.024702 0.000000 0.999695 0.360629 0.360629 0.360629 +4958.348145 0.000000 821.119690 0.000000 0.341558 0.000000 0.939861 0.370280 0.370280 0.370280 +4981.096191 0.000000 815.849731 0.000000 0.283477 0.000000 0.958979 0.367319 0.367319 0.367319 +4950.383789 0.000000 837.793091 0.000000 0.491514 0.000000 0.870870 0.375459 0.375459 0.375459 +4987.526855 0.000000 823.548401 0.000000 0.050923 0.000000 0.998703 0.361297 0.361297 0.361297 +4975.960449 0.000000 833.733032 0.000000 0.111837 0.000000 0.993727 0.362854 0.362854 0.362854 +4980.156250 0.000000 809.149292 0.000000 0.488824 0.000000 0.872382 0.373324 0.373324 0.373324 +4954.769531 0.000000 839.454651 0.000000 0.057193 0.000000 0.998363 0.364253 0.364253 0.364253 +4962.454102 0.000000 831.802490 0.000000 0.234052 0.000000 0.972224 0.370014 0.370014 0.370014 +4991.314453 0.000000 818.694031 0.000000 0.206637 0.000000 0.978418 0.365300 0.365300 0.365300 +4974.953613 0.000000 844.180786 0.000000 0.212038 0.000000 0.977261 0.370455 0.370455 0.370455 +4990.420410 0.000000 804.122009 0.000000 0.546765 0.000000 0.837286 0.376564 0.376564 0.376564 +4972.208984 0.000000 844.867859 0.000000 0.321597 0.000000 0.946876 0.373428 0.373428 0.373428 +4940.955566 0.000000 846.645386 0.000000 0.106835 0.000000 0.994277 0.362726 0.362726 0.362726 +4984.732422 0.000000 839.338318 0.000000 0.528464 0.000000 0.848956 0.374179 0.374179 0.374179 +4991.927246 0.000000 805.526611 0.000000 0.259080 0.000000 0.965856 0.369091 0.369091 0.369091 +4955.559082 0.000000 826.670593 0.000000 0.537530 0.000000 0.843245 0.374451 0.374451 0.374451 +4970.783691 0.000000 823.587524 0.000000 0.339628 0.000000 0.940560 0.368824 0.368824 0.368824 +4971.818848 0.000000 828.283142 0.000000 0.393308 0.000000 0.919407 0.370294 0.370294 0.370294 +4972.655273 0.000000 842.706665 0.000000 0.386343 0.000000 0.922355 0.374850 0.374850 0.374850 +4960.342773 0.000000 825.826660 0.000000 0.293643 0.000000 0.955915 0.367589 0.367589 0.367589 +4976.056641 0.000000 841.988098 0.000000 0.026153 0.000000 0.999658 0.369767 0.369767 0.369767 +4958.022949 0.000000 834.194031 0.000000 0.419327 0.000000 0.907835 0.375906 0.375906 0.375906 +4976.896973 0.000000 838.391724 0.000000 0.454440 0.000000 0.890777 0.377775 0.377775 0.377775 +4976.177246 0.000000 828.823181 0.000000 0.142858 0.000000 0.989743 0.363650 0.363650 0.363650 +4971.584473 0.000000 829.856201 0.000000 0.516536 0.000000 0.856265 0.373822 0.373822 0.373822 +4980.147949 0.000000 845.943481 0.000000 0.481206 0.000000 0.876608 0.376840 0.376840 0.376840 +4982.683594 0.000000 821.343079 0.000000 0.169381 0.000000 0.985551 0.364334 0.364334 0.364334 +4968.301758 0.000000 831.098083 0.000000 0.470085 0.000000 0.882621 0.373272 0.373272 0.373272 +4988.439453 0.000000 839.834290 0.000000 0.024145 0.000000 0.999708 0.360615 0.360615 0.360615 +4978.163574 0.000000 837.756897 0.000000 0.398027 0.000000 0.917374 0.377035 0.377035 0.377035 +4978.304199 0.000000 817.169006 0.000000 0.111631 0.000000 0.993750 0.362849 0.362849 0.362849 +4982.205566 0.000000 825.994507 0.000000 0.230385 0.000000 0.973100 0.365920 0.365920 0.365920 +4978.448730 0.000000 834.006104 0.000000 0.023835 0.000000 0.999716 0.367250 0.367250 0.367250 +4974.644531 0.000000 835.777466 0.000000 0.370322 0.000000 0.928904 0.369660 0.369660 0.369660 +4975.887207 0.000000 840.570923 0.000000 0.256896 0.000000 0.966439 0.371853 0.371853 0.371853 +4983.424805 0.000000 815.050415 0.000000 0.454877 0.000000 0.890554 0.372025 0.372025 0.372025 +4967.639160 0.000000 817.854431 0.000000 0.375744 0.000000 0.926724 0.370815 0.370815 0.370815 +4990.477051 0.000000 816.187500 0.000000 0.327768 0.000000 0.944758 0.369430 0.369430 0.369430 +4979.326660 0.000000 838.296997 0.000000 0.475865 0.000000 0.879518 0.378533 0.378533 0.378533 +4984.930664 0.000000 803.181396 0.000000 0.138082 0.000000 0.990421 0.367675 0.367675 0.367675 +4969.341797 0.000000 819.431213 0.000000 0.161181 0.000000 0.986925 0.364122 0.364122 0.364122 +4983.950684 0.000000 828.965271 0.000000 0.010880 0.000000 0.999941 0.360277 0.360277 0.360277 +4966.524902 0.000000 838.134644 0.000000 0.584116 0.000000 0.811671 0.380519 0.380519 0.380519 +4982.646973 0.000000 809.269897 0.000000 0.341542 0.000000 0.939867 0.369242 0.369242 0.369242 +4987.484375 0.000000 831.977539 0.000000 0.374401 0.000000 0.927267 0.369772 0.369772 0.369772 +4971.627441 0.000000 841.964722 0.000000 0.154506 0.000000 0.987992 0.365293 0.365293 0.365293 +4970.301758 0.000000 834.327026 0.000000 0.527831 0.000000 0.849349 0.376338 0.376338 0.376338 +4979.609375 0.000000 820.947510 0.000000 0.206868 0.000000 0.978369 0.365306 0.365306 0.365306 +4989.613770 0.000000 817.352417 0.000000 0.575592 0.000000 0.817737 0.375618 0.375618 0.375618 +4961.799316 0.000000 829.667175 0.000000 0.356866 0.000000 0.934155 0.372243 0.372243 0.372243 +4962.421875 0.000000 827.273132 0.000000 0.533796 0.000000 0.845614 0.374339 0.374339 0.374339 +4969.785156 0.000000 824.864563 0.000000 0.161078 0.000000 0.986942 0.364120 0.364120 0.364120 +4962.136719 0.000000 818.905090 0.000000 0.509358 0.000000 0.860555 0.373609 0.373609 0.373609 +4985.538086 0.000000 813.731750 0.000000 0.511852 0.000000 0.859074 0.373683 0.373683 0.373683 +4991.312988 0.000000 832.056213 0.000000 0.093173 0.000000 0.995650 0.362376 0.362376 0.362376 +4982.847168 0.000000 833.643188 0.000000 0.485790 0.000000 0.874076 0.372917 0.372917 0.372917 +4959.121582 0.000000 822.041504 0.000000 0.317436 0.000000 0.948280 0.368226 0.368226 0.368226 +4978.230469 0.000000 841.737610 0.000000 0.417701 0.000000 0.908584 0.374843 0.374843 0.374843 +4967.071777 0.000000 840.499390 0.000000 0.019687 0.000000 0.999806 0.367317 0.367317 0.367317 +4954.672852 0.000000 829.056641 0.000000 0.505340 0.000000 0.862920 0.373491 0.373491 0.373491 +4979.578125 0.000000 814.018555 0.000000 0.555294 0.000000 0.831654 0.374992 0.374992 0.374992 +4989.552246 0.000000 800.094543 0.000000 0.164033 0.000000 0.986455 0.369181 0.369181 0.369181 +4974.525879 0.000000 818.509460 0.000000 0.503638 0.000000 0.863915 0.373440 0.373440 0.373440 +4962.942871 0.000000 829.216125 0.000000 0.144499 0.000000 0.989505 0.365188 0.365188 0.365188 +4967.150391 0.000000 844.160339 0.000000 0.054300 0.000000 0.998525 0.362974 0.362974 0.362974 +4951.105469 0.000000 834.964600 0.000000 0.402055 0.000000 0.915615 0.372789 0.372789 0.372789 +4991.384277 0.000000 806.545471 0.000000 0.052709 0.000000 0.998610 0.366952 0.366952 0.366952 +4983.218262 0.000000 842.917786 0.000000 0.260596 0.000000 0.965448 0.371021 0.371021 0.371021 +4959.222656 0.000000 844.615784 0.000000 0.317573 0.000000 0.948234 0.368229 0.368229 0.368229 +4983.916992 0.000000 840.947815 0.000000 0.225154 0.000000 0.974323 0.365783 0.365783 0.365783 +4969.081055 0.000000 818.298584 0.000000 0.046126 0.000000 0.998936 0.361175 0.361175 0.361175 +4985.305176 0.000000 841.977966 0.000000 0.450975 0.000000 0.892537 0.373236 0.373236 0.373236 +4956.615723 0.000000 825.267944 0.000000 0.044682 0.000000 0.999001 0.361138 0.361138 0.361138 +4988.561035 0.000000 810.285156 0.000000 0.443473 0.000000 0.896288 0.374364 0.374364 0.374364 +4980.024414 0.000000 831.101135 0.000000 0.516470 0.000000 0.856305 0.373820 0.373820 0.373820 +4983.349609 0.000000 831.251282 0.000000 0.080811 0.000000 0.996729 0.362060 0.362060 0.362060 +4979.336914 0.000000 812.892944 0.000000 0.269829 0.000000 0.962908 0.366957 0.366957 0.366957 +4956.950195 0.000000 838.646118 0.000000 0.115135 0.000000 0.993350 0.366136 0.366136 0.366136 +4978.101562 0.000000 823.726013 0.000000 0.096757 0.000000 0.995308 0.362468 0.362468 0.362468 +4983.381348 0.000000 804.808167 0.000000 0.128572 0.000000 0.991700 0.365155 0.365155 0.365155 +4953.314941 0.000000 843.510986 0.000000 0.447964 0.000000 0.894052 0.371828 0.371828 0.371828 +4977.606934 0.000000 821.588562 0.000000 0.113968 0.000000 0.993484 0.362909 0.362909 0.362909 +4961.875488 0.000000 825.544006 0.000000 0.571225 0.000000 0.820793 0.375483 0.375483 0.375483 +4957.200684 0.000000 839.726990 0.000000 0.189712 0.000000 0.981840 0.367892 0.367892 0.367892 +4943.440918 0.000000 841.817322 0.000000 0.181566 0.000000 0.983379 0.365689 0.365689 0.365689 +4971.103516 0.000000 826.054199 0.000000 0.090451 0.000000 0.995901 0.362306 0.362306 0.362306 +4982.707520 0.000000 806.065063 0.000000 0.214460 0.000000 0.976733 0.367127 0.367127 0.367127 +4935.085449 0.000000 844.867554 0.000000 0.252160 0.000000 0.967686 0.367937 0.367937 0.367937 +4937.744141 0.000000 842.932068 0.000000 0.539548 0.000000 0.841955 0.377161 0.377161 0.377161 +4943.688965 0.000000 840.757507 0.000000 0.218672 0.000000 0.975798 0.366625 0.366625 0.366625 +4988.967285 0.000000 802.370728 0.000000 0.061206 0.000000 0.998125 0.364876 0.364876 0.364876 +4948.864746 0.000000 843.947876 0.000000 0.421181 0.000000 0.906977 0.371071 0.371071 0.371071 +4958.140625 0.000000 826.447632 0.000000 0.326214 0.000000 0.945296 0.368462 0.368462 0.368462 +4902.889160 0.000000 870.705261 0.000000 0.526082 0.000000 0.850434 0.385835 0.385835 0.385835 +4907.095215 0.000000 861.584290 0.000000 0.301102 0.000000 0.953592 0.379536 0.379536 0.379536 +4905.650879 0.000000 856.552368 0.000000 0.571977 0.000000 0.820270 0.385640 0.385640 0.385640 +4917.789062 0.000000 890.709412 0.000000 0.202358 0.000000 0.979312 0.376724 0.376724 0.376724 +4906.440430 0.000000 863.474609 0.000000 0.086942 0.000000 0.996213 0.376145 0.376145 0.376145 +4904.756348 0.000000 852.732117 0.000000 0.257601 0.000000 0.966251 0.376906 0.376906 0.376906 +4911.250488 0.000000 876.246521 0.000000 0.084952 0.000000 0.996385 0.375445 0.375445 0.375445 +4909.674805 0.000000 860.269043 0.000000 0.573832 0.000000 0.818973 0.383374 0.383374 0.383374 +4921.001953 0.000000 882.697632 0.000000 0.123603 0.000000 0.992332 0.370813 0.370813 0.370813 +4913.237305 0.000000 860.472229 0.000000 0.034634 0.000000 0.999400 0.369013 0.369013 0.369013 +4927.169434 0.000000 864.143311 0.000000 0.542112 0.000000 0.840307 0.375586 0.375586 0.375586 +4926.038574 0.000000 871.248840 0.000000 0.052499 0.000000 0.998621 0.361565 0.361565 0.361565 +4909.531250 0.000000 865.658752 0.000000 0.370429 0.000000 0.928861 0.376742 0.376742 0.376742 +4908.147461 0.000000 862.901001 0.000000 0.572452 0.000000 0.819938 0.382864 0.382864 0.382864 +4924.027344 0.000000 892.148010 0.000000 0.003153 0.000000 0.999995 0.372369 0.372369 0.372369 +4910.421387 0.000000 856.312744 0.000000 0.137413 0.000000 0.990514 0.373742 0.373742 0.373742 +4926.913574 0.000000 893.304138 0.000000 0.307474 0.000000 0.951557 0.372608 0.372608 0.372608 +4920.379395 0.000000 861.646423 0.000000 0.229625 0.000000 0.973279 0.371450 0.371450 0.371450 +4913.542480 0.000000 868.694397 0.000000 0.252842 0.000000 0.967507 0.370055 0.370055 0.370055 +4916.241699 0.000000 859.000427 0.000000 0.474640 0.000000 0.880180 0.373561 0.373561 0.373561 +4911.286621 0.000000 849.039001 0.000000 0.257894 0.000000 0.966173 0.373183 0.373183 0.373183 +4926.095703 0.000000 878.811707 0.000000 0.187300 0.000000 0.982303 0.369561 0.369561 0.369561 +4927.116211 0.000000 867.015381 0.000000 0.219237 0.000000 0.975672 0.367448 0.367448 0.367448 +4923.526855 0.000000 880.032776 0.000000 0.576414 0.000000 0.817158 0.380563 0.380563 0.380563 +4924.926270 0.000000 851.108643 0.000000 0.154238 0.000000 0.988034 0.363943 0.363943 0.363943 +4927.365723 0.000000 857.231018 0.000000 0.187211 0.000000 0.982320 0.369144 0.369144 0.369144 +4910.744141 0.000000 872.919128 0.000000 0.465815 0.000000 0.884882 0.378793 0.378793 0.378793 +4927.927246 0.000000 862.010986 0.000000 0.112659 0.000000 0.993634 0.362875 0.362875 0.362875 +4923.590332 0.000000 850.418152 0.000000 0.505326 0.000000 0.862929 0.374842 0.374842 0.374842 +4912.351074 0.000000 856.174500 0.000000 0.336246 0.000000 0.941774 0.373944 0.373944 0.373944 +4923.996582 0.000000 854.534546 0.000000 0.453135 0.000000 0.891442 0.373624 0.373624 0.373624 +4910.200195 0.000000 848.375427 0.000000 0.192463 0.000000 0.981304 0.371808 0.371808 0.371808 +4924.439453 0.000000 896.318665 0.000000 0.460577 0.000000 0.887620 0.376933 0.376933 0.376933 +4913.067871 0.000000 851.794556 0.000000 0.052727 0.000000 0.998609 0.366270 0.366270 0.366270 +4919.424805 0.000000 871.534790 0.000000 0.523243 0.000000 0.852183 0.376824 0.376824 0.376824 +4925.982422 0.000000 858.790466 0.000000 0.538203 0.000000 0.842815 0.378576 0.378576 0.378576 +4914.592773 0.000000 852.976807 0.000000 0.482288 0.000000 0.876013 0.378199 0.378199 0.378199 +4924.552246 0.000000 848.574890 0.000000 0.462693 0.000000 0.886519 0.372249 0.372249 0.372249 +4925.613770 0.000000 873.836792 0.000000 0.465475 0.000000 0.885061 0.376182 0.376182 0.376182 +4921.471191 0.000000 863.604919 0.000000 0.560020 0.000000 0.828479 0.378842 0.378842 0.378842 +4914.833984 0.000000 855.845947 0.000000 0.336343 0.000000 0.941739 0.370329 0.370329 0.370329 +4917.144531 0.000000 856.586609 0.000000 0.150613 0.000000 0.988593 0.363850 0.363850 0.363850 +4910.356934 0.000000 864.562622 0.000000 0.478233 0.000000 0.878233 0.374946 0.374946 0.374946 +4913.734375 0.000000 865.374756 0.000000 0.397990 0.000000 0.917390 0.370423 0.370423 0.370423 +4922.833496 0.000000 866.674805 0.000000 0.568851 0.000000 0.822441 0.375409 0.375409 0.375409 +4920.213867 0.000000 858.792786 0.000000 0.197510 0.000000 0.980301 0.369379 0.369379 0.369379 +4906.590820 0.000000 850.674561 0.000000 0.035531 0.000000 0.999369 0.366731 0.366731 0.366731 +4907.013184 0.000000 848.475891 0.000000 0.493608 0.000000 0.869685 0.375410 0.375410 0.375410 +4922.572266 0.000000 847.301636 0.000000 0.154582 0.000000 0.987980 0.363952 0.363952 0.363952 +4915.716797 0.000000 849.517761 0.000000 0.255134 0.000000 0.966906 0.370240 0.370240 0.370240 +4917.577148 0.000000 866.211609 0.000000 0.459256 0.000000 0.888304 0.372861 0.372861 0.372861 +4916.250488 0.000000 857.166138 0.000000 0.550594 0.000000 0.834773 0.374848 0.374848 0.374848 +4913.976074 0.000000 862.344238 0.000000 0.199677 0.000000 0.979862 0.369018 0.369018 0.369018 +4914.566406 0.000000 856.856018 0.000000 0.129601 0.000000 0.991566 0.363310 0.363310 0.363310 +4915.945312 0.000000 854.102356 0.000000 0.472660 0.000000 0.881245 0.373937 0.373937 0.373937 +4923.427246 0.000000 870.450562 0.000000 0.127029 0.000000 0.991899 0.365766 0.365766 0.365766 +4974.671387 0.000000 893.720093 0.000000 0.292064 0.000000 0.956399 0.380210 0.380210 0.380210 +4973.747070 0.000000 895.957214 0.000000 0.057355 0.000000 0.998354 0.375592 0.375592 0.375592 +4942.389648 0.000000 885.050049 0.000000 0.231964 0.000000 0.972724 0.375105 0.375105 0.375105 +4936.280273 0.000000 881.496582 0.000000 0.048894 0.000000 0.998804 0.372340 0.372340 0.372340 +4938.416504 0.000000 878.949768 0.000000 0.505118 0.000000 0.863050 0.380659 0.380659 0.380659 +4930.335449 0.000000 878.495667 0.000000 0.174376 0.000000 0.984679 0.372407 0.372407 0.372407 +4959.972656 0.000000 871.646606 0.000000 0.117161 0.000000 0.993113 0.373077 0.373077 0.373077 +4953.349609 0.000000 867.216309 0.000000 0.314110 0.000000 0.949387 0.368136 0.368136 0.368136 +4939.316406 0.000000 848.182678 0.000000 0.092702 0.000000 0.995694 0.364357 0.364357 0.364357 +4943.736328 0.000000 878.026855 0.000000 0.015778 0.000000 0.999876 0.364983 0.364983 0.364983 +4939.377441 0.000000 866.809204 0.000000 0.194067 0.000000 0.980988 0.366622 0.366622 0.366622 +4945.288086 0.000000 852.346863 0.000000 0.055304 0.000000 0.998470 0.365495 0.365495 0.365495 +4948.433105 0.000000 864.280212 0.000000 0.485303 0.000000 0.874346 0.372956 0.372956 0.372956 +4928.369629 0.000000 858.167542 0.000000 0.197664 0.000000 0.980270 0.365067 0.365067 0.365067 +4947.704102 0.000000 861.029846 0.000000 0.427630 0.000000 0.903954 0.373056 0.373056 0.373056 +4936.993164 0.000000 850.392334 0.000000 0.169208 0.000000 0.985580 0.372023 0.372023 0.372023 +4961.478516 0.000000 877.287109 0.000000 0.163633 0.000000 0.986521 0.368961 0.368961 0.368961 +4967.382324 0.000000 880.884094 0.000000 0.215531 0.000000 0.976497 0.376548 0.376548 0.376548 +4943.974609 0.000000 880.825500 0.000000 0.281548 0.000000 0.959547 0.371568 0.371568 0.371568 +4940.241699 0.000000 849.530457 0.000000 0.174557 0.000000 0.984647 0.365234 0.365234 0.365234 +4962.559570 0.000000 880.471130 0.000000 0.008296 0.000000 0.999966 0.360991 0.360991 0.360991 +4934.562500 0.000000 890.687622 0.000000 0.197376 0.000000 0.980328 0.369650 0.369650 0.369650 +4954.869141 0.000000 868.714539 0.000000 0.322413 0.000000 0.946599 0.368360 0.368360 0.368360 +4942.469238 0.000000 865.924194 0.000000 0.273789 0.000000 0.961790 0.368741 0.368741 0.368741 +4941.021484 0.000000 879.894653 0.000000 0.075005 0.000000 0.997183 0.370948 0.370948 0.370948 +4939.147461 0.000000 885.431213 0.000000 0.011366 0.000000 0.999935 0.367064 0.367064 0.367064 +4950.338379 0.000000 860.248108 0.000000 0.407311 0.000000 0.913290 0.371947 0.371947 0.371947 +4939.039062 0.000000 863.522034 0.000000 0.218553 0.000000 0.975825 0.366892 0.366892 0.366892 +4938.378418 0.000000 859.127014 0.000000 0.082723 0.000000 0.996573 0.362109 0.362109 0.362109 +4945.817871 0.000000 866.426697 0.000000 0.028131 0.000000 0.999604 0.361795 0.361795 0.361795 +4931.498047 0.000000 848.023193 0.000000 0.369408 0.000000 0.929267 0.372255 0.372255 0.372255 +4937.912598 0.000000 876.367798 0.000000 0.553629 0.000000 0.832763 0.380640 0.380640 0.380640 +4965.106445 0.000000 859.863586 0.000000 0.540529 0.000000 0.841325 0.374542 0.374542 0.374542 +4937.880371 0.000000 880.784180 0.000000 0.507359 0.000000 0.861735 0.381122 0.381122 0.381122 +4938.331055 0.000000 892.601929 0.000000 0.351740 0.000000 0.936098 0.375201 0.375201 0.375201 +4968.653320 0.000000 892.908203 0.000000 0.245930 0.000000 0.969288 0.370685 0.370685 0.370685 +4948.841797 0.000000 881.831726 0.000000 0.182957 0.000000 0.983121 0.366832 0.366832 0.366832 +4933.041016 0.000000 891.042175 0.000000 0.009114 0.000000 0.999958 0.366158 0.366158 0.366158 +4950.025391 0.000000 889.559692 0.000000 0.375021 0.000000 0.927016 0.369789 0.369789 0.369789 +4934.164062 0.000000 875.835388 0.000000 0.154982 0.000000 0.987917 0.369474 0.369474 0.369474 +4959.750977 0.000000 853.848572 0.000000 0.069848 0.000000 0.997558 0.368225 0.368225 0.368225 +4943.446289 0.000000 863.283691 0.000000 0.484847 0.000000 0.874599 0.374059 0.374059 0.374059 +4943.217285 0.000000 879.414124 0.000000 0.375128 0.000000 0.926973 0.373287 0.373287 0.373287 +4946.930176 0.000000 871.128296 0.000000 0.560426 0.000000 0.828204 0.376660 0.376660 0.376660 +4941.681641 0.000000 892.934570 0.000000 0.110383 0.000000 0.993889 0.369160 0.369160 0.369160 +4953.742188 0.000000 876.316895 0.000000 0.446926 0.000000 0.894571 0.371798 0.371798 0.371798 +4943.104980 0.000000 850.168213 0.000000 0.397635 0.000000 0.917544 0.373256 0.373256 0.373256 +4961.760254 0.000000 851.673767 0.000000 0.566025 0.000000 0.824388 0.379677 0.379677 0.379677 +4950.696289 0.000000 883.580322 0.000000 0.461518 0.000000 0.887131 0.375866 0.375866 0.375866 +4956.286133 0.000000 868.951172 0.000000 0.569933 0.000000 0.821691 0.378187 0.378187 0.378187 +4939.583984 0.000000 850.823303 0.000000 0.571721 0.000000 0.820448 0.378669 0.378669 0.378669 +4950.014160 0.000000 852.799683 0.000000 0.185722 0.000000 0.982602 0.364757 0.364757 0.364757 +4935.015137 0.000000 855.487732 0.000000 0.065452 0.000000 0.997856 0.364148 0.364148 0.364148 +4951.062012 0.000000 863.387329 0.000000 0.060755 0.000000 0.998153 0.361623 0.361623 0.361623 +4934.813965 0.000000 869.029663 0.000000 0.481918 0.000000 0.876216 0.372805 0.372805 0.372805 +4950.889648 0.000000 896.527588 0.000000 0.107368 0.000000 0.994219 0.372895 0.372895 0.372895 +4935.363281 0.000000 870.716003 0.000000 0.512860 0.000000 0.858472 0.373713 0.373713 0.373713 +4959.069336 0.000000 856.648743 0.000000 0.000777 0.000000 1.000000 0.360020 0.360020 0.360020 +4946.397949 0.000000 869.400818 0.000000 0.549500 0.000000 0.835494 0.376345 0.376345 0.376345 +4966.002930 0.000000 848.927185 0.000000 0.236984 0.000000 0.971514 0.366159 0.366159 0.366159 +4931.093750 0.000000 877.335632 0.000000 0.501484 0.000000 0.865167 0.380476 0.380476 0.380476 +4948.063965 0.000000 888.139893 0.000000 0.434020 0.000000 0.900903 0.371432 0.371432 0.371432 +4953.036621 0.000000 872.200562 0.000000 0.181067 0.000000 0.983471 0.364636 0.364636 0.364636 +4973.684570 0.000000 890.176331 0.000000 0.294049 0.000000 0.955790 0.373318 0.373318 0.373318 +4930.875977 0.000000 879.852356 0.000000 0.517179 0.000000 0.855877 0.379689 0.379689 0.379689 +4962.454102 0.000000 888.286865 0.000000 0.510810 0.000000 0.859694 0.374376 0.374376 0.374376 +4948.958984 0.000000 872.935364 0.000000 0.152469 0.000000 0.988308 0.365243 0.365243 0.365243 +4959.902832 0.000000 862.549316 0.000000 0.141662 0.000000 0.989915 0.363620 0.363620 0.363620 +4958.684082 0.000000 889.526184 0.000000 0.554900 0.000000 0.831917 0.374979 0.374979 0.374979 +4942.755859 0.000000 856.713684 0.000000 0.004059 0.000000 0.999992 0.362216 0.362216 0.362216 +4950.619629 0.000000 880.786743 0.000000 0.040417 0.000000 0.999183 0.367525 0.367525 0.367525 +4966.074219 0.000000 857.112183 0.000000 0.095185 0.000000 0.995460 0.362428 0.362428 0.362428 +4934.753418 0.000000 852.430298 0.000000 0.401290 0.000000 0.915951 0.375776 0.375776 0.375776 +4943.028809 0.000000 860.371521 0.000000 0.562193 0.000000 0.827006 0.375203 0.375203 0.375203 +4959.786621 0.000000 880.987000 0.000000 0.547526 0.000000 0.836789 0.374754 0.374754 0.374754 +4932.081543 0.000000 867.235413 0.000000 0.243780 0.000000 0.969830 0.370107 0.370107 0.370107 +4940.904785 0.000000 874.748047 0.000000 0.396119 0.000000 0.918199 0.374206 0.374206 0.374206 +4932.788086 0.000000 869.766479 0.000000 0.258134 0.000000 0.966109 0.370768 0.370768 0.370768 +4936.616211 0.000000 864.509277 0.000000 0.128862 0.000000 0.991663 0.364946 0.364946 0.364946 +4941.344238 0.000000 861.555359 0.000000 0.313273 0.000000 0.949663 0.368114 0.368114 0.368114 +4945.185059 0.000000 861.771667 0.000000 0.554069 0.000000 0.832471 0.374954 0.374954 0.374954 +4938.359863 0.000000 855.083130 0.000000 0.483508 0.000000 0.875340 0.372851 0.372851 0.372851 +4961.315918 0.000000 879.958679 0.000000 0.059425 0.000000 0.998233 0.361514 0.361514 0.361514 +4933.529297 0.000000 850.755554 0.000000 0.356393 0.000000 0.934336 0.374098 0.374098 0.374098 +4942.365723 0.000000 890.262939 0.000000 0.459634 0.000000 0.888108 0.376037 0.376037 0.376037 +4957.817383 0.000000 887.145081 0.000000 0.243426 0.000000 0.969920 0.366262 0.366262 0.366262 +4936.415527 0.000000 874.337891 0.000000 0.378162 0.000000 0.925739 0.373715 0.373715 0.373715 +4957.854004 0.000000 876.457947 0.000000 0.085101 0.000000 0.996372 0.362170 0.362170 0.362170 +4964.202637 0.000000 850.914246 0.000000 0.403484 0.000000 0.914987 0.370576 0.370576 0.370576 +4950.163574 0.000000 850.230896 0.000000 0.415323 0.000000 0.909674 0.370907 0.370907 0.370907 +4971.365234 0.000000 890.253479 0.000000 0.244652 0.000000 0.969611 0.366294 0.366294 0.366294 +4956.834961 0.000000 855.941406 0.000000 0.069663 0.000000 0.997571 0.368071 0.368071 0.368071 +4974.633301 0.000000 851.981506 0.000000 0.096256 0.000000 0.995357 0.366946 0.366946 0.366946 +4959.082031 0.000000 883.413330 0.000000 0.366533 0.000000 0.930405 0.370392 0.370392 0.370392 +4972.451660 0.000000 890.878113 0.000000 0.214620 0.000000 0.976698 0.371595 0.371595 0.371595 +4952.179688 0.000000 887.873840 0.000000 0.577027 0.000000 0.816725 0.376331 0.376331 0.376331 +4970.301758 0.000000 890.811401 0.000000 0.404286 0.000000 0.914632 0.370598 0.370598 0.370598 +4930.773438 0.000000 853.307068 0.000000 0.452366 0.000000 0.891832 0.374648 0.374648 0.374648 +4931.510254 0.000000 854.539673 0.000000 0.096238 0.000000 0.995358 0.362454 0.362454 0.362454 +4939.042480 0.000000 888.297546 0.000000 0.134452 0.000000 0.990920 0.370389 0.370389 0.370389 +4933.319336 0.000000 867.234070 0.000000 0.513466 0.000000 0.858110 0.376719 0.376719 0.376719 +4946.234375 0.000000 878.728821 0.000000 0.503555 0.000000 0.863963 0.373438 0.373438 0.373438 +4943.586426 0.000000 873.134888 0.000000 0.147928 0.000000 0.988998 0.365627 0.365627 0.365627 +4966.709473 0.000000 858.073303 0.000000 0.252780 0.000000 0.967524 0.368740 0.368740 0.368740 +4958.526367 0.000000 891.721008 0.000000 0.423131 0.000000 0.906068 0.373503 0.373503 0.373503 +4929.121582 0.000000 864.374146 0.000000 0.362361 0.000000 0.932038 0.369442 0.369442 0.369442 +4946.479492 0.000000 893.909119 0.000000 0.568643 0.000000 0.822584 0.376705 0.376705 0.376705 +4956.237305 0.000000 851.240906 0.000000 0.335123 0.000000 0.942174 0.372446 0.372446 0.372446 +4935.767090 0.000000 873.268372 0.000000 0.378778 0.000000 0.925488 0.371427 0.371427 0.371427 +4945.980469 0.000000 886.521362 0.000000 0.521745 0.000000 0.853102 0.377957 0.377957 0.377957 +4967.854004 0.000000 858.314148 0.000000 0.176302 0.000000 0.984336 0.366879 0.366879 0.366879 +4969.761719 0.000000 886.254822 0.000000 0.530134 0.000000 0.847914 0.377311 0.377311 0.377311 +4954.586914 0.000000 878.790955 0.000000 0.028371 0.000000 0.999597 0.360723 0.360723 0.360723 +4965.645508 0.000000 883.045532 0.000000 0.347936 0.000000 0.937518 0.370324 0.370324 0.370324 +4928.361816 0.000000 868.901611 0.000000 0.009105 0.000000 0.999959 0.361246 0.361246 0.361246 +4932.465332 0.000000 886.055298 0.000000 0.572385 0.000000 0.819985 0.378639 0.378639 0.378639 +4953.886230 0.000000 889.338013 0.000000 0.531268 0.000000 0.847204 0.374263 0.374263 0.374263 +4979.501953 0.000000 847.332520 0.000000 0.094161 0.000000 0.995557 0.367857 0.367857 0.367857 +4970.590820 0.000000 850.674561 0.000000 0.181314 0.000000 0.983425 0.364643 0.364643 0.364643 +4953.950684 0.000000 849.246155 0.000000 0.544253 0.000000 0.838921 0.374655 0.374655 0.374655 +4949.500000 0.000000 877.449341 0.000000 0.405985 0.000000 0.913880 0.373351 0.373351 0.373351 +4971.013184 0.000000 848.475891 0.000000 0.529586 0.000000 0.848256 0.374212 0.374212 0.374212 +4956.615723 0.000000 881.752319 0.000000 0.084232 0.000000 0.996446 0.362148 0.362148 0.362148 +4958.069336 0.000000 860.393799 0.000000 0.203624 0.000000 0.979049 0.365222 0.365222 0.365222 +4948.037109 0.000000 887.014282 0.000000 0.250847 0.000000 0.968027 0.366457 0.366457 0.366457 +4955.464355 0.000000 872.830017 0.000000 0.026391 0.000000 0.999652 0.360672 0.360672 0.360672 +4963.665039 0.000000 856.846619 0.000000 0.436219 0.000000 0.899841 0.371495 0.371495 0.371495 +4952.998535 0.000000 878.022339 0.000000 0.486045 0.000000 0.873934 0.372925 0.372925 0.372925 +4977.364258 0.000000 849.554993 0.000000 0.468054 0.000000 0.883700 0.375867 0.375867 0.375867 +4945.124023 0.000000 867.267151 0.000000 0.385713 0.000000 0.922619 0.370905 0.370905 0.370905 +4948.834473 0.000000 870.162659 0.000000 0.220882 0.000000 0.975300 0.366412 0.366412 0.366412 +4956.235840 0.000000 889.942688 0.000000 0.293366 0.000000 0.956000 0.367582 0.367582 0.367582 +4971.303711 0.000000 849.825806 0.000000 0.438029 0.000000 0.898961 0.371546 0.371546 0.371546 +4964.375977 0.000000 884.530334 0.000000 0.329942 0.000000 0.944001 0.370350 0.370350 0.370350 +4953.039551 0.000000 855.893127 0.000000 0.587604 0.000000 0.809149 0.378442 0.378442 0.378442 +4952.939453 0.000000 892.576782 0.000000 0.060184 0.000000 0.998187 0.363721 0.363721 0.363721 +4944.360840 0.000000 893.810181 0.000000 0.176287 0.000000 0.984339 0.365904 0.365904 0.365904 +4958.662598 0.000000 858.325745 0.000000 0.201474 0.000000 0.979494 0.365166 0.365166 0.365166 +4968.990723 0.000000 855.216919 0.000000 0.457588 0.000000 0.889164 0.372103 0.372103 0.372103 +5021.237305 0.000000 824.303467 0.000000 0.074827 0.000000 0.997197 0.379759 0.379759 0.379759 +5030.581055 0.000000 825.905701 0.000000 0.364988 0.000000 0.931012 0.381948 0.381948 0.381948 +5013.008301 0.000000 819.886292 0.000000 0.209380 0.000000 0.977834 0.374742 0.374742 0.374742 +5051.262207 0.000000 812.917236 0.000000 0.163873 0.000000 0.986481 0.373811 0.373811 0.373811 +5052.312988 0.000000 814.536133 0.000000 0.304546 0.000000 0.952498 0.375123 0.375123 0.375123 +4999.546875 0.000000 822.086060 0.000000 0.128917 0.000000 0.991655 0.373873 0.373873 0.373873 +5031.989746 0.000000 816.685120 0.000000 0.254107 0.000000 0.967176 0.369298 0.369298 0.369298 +5053.810547 0.000000 824.434692 0.000000 0.406276 0.000000 0.913750 0.380033 0.380033 0.380033 +5046.403320 0.000000 810.467041 0.000000 0.212820 0.000000 0.977091 0.374468 0.374468 0.374468 +5003.377441 0.000000 810.324829 0.000000 0.369720 0.000000 0.929143 0.369644 0.369644 0.369644 +5005.188965 0.000000 799.035889 0.000000 0.477290 0.000000 0.878746 0.372671 0.372671 0.372671 +5044.078125 0.000000 807.451965 0.000000 0.410722 0.000000 0.911761 0.375877 0.375877 0.375877 +5034.439941 0.000000 803.005066 0.000000 0.274455 0.000000 0.961600 0.370695 0.370695 0.370695 +5009.288086 0.000000 795.862488 0.000000 0.172888 0.000000 0.984941 0.368401 0.368401 0.368401 +5049.112305 0.000000 797.371521 0.000000 0.519789 0.000000 0.854295 0.375556 0.375556 0.375556 +5034.135254 0.000000 795.280701 0.000000 0.421524 0.000000 0.906817 0.375163 0.375163 0.375163 +5005.642090 0.000000 812.432922 0.000000 0.246587 0.000000 0.969121 0.366345 0.366345 0.366345 +4992.369629 0.000000 801.683167 0.000000 0.287690 0.000000 0.957724 0.371582 0.371582 0.371582 +5000.993164 0.000000 793.907959 0.000000 0.132660 0.000000 0.991162 0.370064 0.370064 0.370064 +5054.383301 0.000000 811.947693 0.000000 0.084807 0.000000 0.996397 0.373439 0.373439 0.373439 +5032.469727 0.000000 810.046448 0.000000 0.020914 0.000000 0.999781 0.373379 0.373379 0.373379 +4996.635742 0.000000 803.184143 0.000000 0.315848 0.000000 0.948810 0.371365 0.371365 0.371365 +5014.338379 0.000000 803.763733 0.000000 0.094924 0.000000 0.995484 0.364779 0.364779 0.364779 +5025.699219 0.000000 804.211487 0.000000 0.517450 0.000000 0.855713 0.373849 0.373849 0.373849 +4995.597168 0.000000 815.887817 0.000000 0.571889 0.000000 0.820331 0.375647 0.375647 0.375647 +5016.030273 0.000000 804.086426 0.000000 0.563771 0.000000 0.825931 0.379328 0.379328 0.379328 +5029.508789 0.000000 806.169556 0.000000 0.352946 0.000000 0.935644 0.369186 0.369186 0.369186 +5024.131348 0.000000 795.900635 0.000000 0.456463 0.000000 0.889742 0.374535 0.374535 0.374535 +5041.135254 0.000000 817.618164 0.000000 0.054012 0.000000 0.998540 0.365693 0.365693 0.365693 +5002.583984 0.000000 817.005249 0.000000 0.029827 0.000000 0.999555 0.360760 0.360760 0.360760 +5046.485352 0.000000 816.195496 0.000000 0.290371 0.000000 0.956914 0.372409 0.372409 0.372409 +5038.421387 0.000000 799.828369 0.000000 0.441756 0.000000 0.897135 0.377488 0.377488 0.377488 +5023.303223 0.000000 817.792664 0.000000 0.587268 0.000000 0.809393 0.376172 0.376172 0.376172 +5000.161133 0.000000 802.902649 0.000000 0.511611 0.000000 0.859217 0.377547 0.377547 0.377547 +5017.909180 0.000000 807.867554 0.000000 0.071681 0.000000 0.997428 0.367740 0.367740 0.367740 +5027.500488 0.000000 818.365784 0.000000 0.441056 0.000000 0.897479 0.371632 0.371632 0.371632 +5022.191406 0.000000 792.995239 0.000000 0.017278 0.000000 0.999851 0.360440 0.360440 0.360440 +5014.733398 0.000000 799.552368 0.000000 0.479903 0.000000 0.877321 0.374670 0.374670 0.374670 +5052.055664 0.000000 796.698608 0.000000 0.412184 0.000000 0.911101 0.379001 0.379001 0.379001 +5025.760254 0.000000 795.189392 0.000000 0.491646 0.000000 0.870795 0.375463 0.375463 0.375463 +5053.294434 0.000000 806.296692 0.000000 0.573825 0.000000 0.818978 0.381649 0.381649 0.381649 +5019.790527 0.000000 809.534790 0.000000 0.447283 0.000000 0.894392 0.375070 0.375070 0.375070 +5005.735352 0.000000 806.449341 0.000000 0.039155 0.000000 0.999233 0.366580 0.366580 0.366580 +5023.834473 0.000000 792.934753 0.000000 0.584808 0.000000 0.811172 0.375906 0.375906 0.375906 +5049.198730 0.000000 817.516724 0.000000 0.493896 0.000000 0.869521 0.377786 0.377786 0.377786 +4998.813965 0.000000 812.545288 0.000000 0.204418 0.000000 0.978884 0.365719 0.365719 0.365719 +5047.122559 0.000000 795.924133 0.000000 0.480357 0.000000 0.877073 0.374843 0.374843 0.374843 +4997.597656 0.000000 804.248840 0.000000 0.335996 0.000000 0.941863 0.372896 0.372896 0.372896 +5045.096191 0.000000 815.849731 0.000000 0.399336 0.000000 0.916804 0.374283 0.374283 0.374283 +5050.093750 0.000000 821.218140 0.000000 0.146217 0.000000 0.989253 0.368145 0.368145 0.368145 +4997.854492 0.000000 825.534424 0.000000 0.375606 0.000000 0.926779 0.377798 0.377798 0.377798 +5010.397949 0.000000 812.916443 0.000000 0.353742 0.000000 0.935343 0.369207 0.369207 0.369207 +5016.470703 0.000000 813.529236 0.000000 0.552283 0.000000 0.833656 0.376425 0.376425 0.376425 +5012.600586 0.000000 801.803223 0.000000 0.399171 0.000000 0.916876 0.371789 0.371789 0.371789 +5031.522949 0.000000 794.779419 0.000000 0.196587 0.000000 0.980486 0.371894 0.371894 0.371894 +4993.280273 0.000000 824.630615 0.000000 0.555941 0.000000 0.831222 0.375011 0.375011 0.375011 +5021.379395 0.000000 802.256653 0.000000 0.113490 0.000000 0.993539 0.365152 0.365152 0.365152 +5046.252441 0.000000 793.335876 0.000000 0.397486 0.000000 0.917608 0.377256 0.377256 0.377256 +5020.436523 0.000000 807.384094 0.000000 0.587435 0.000000 0.809271 0.375989 0.375989 0.375989 +4992.126465 0.000000 836.464172 0.000000 0.219774 0.000000 0.975551 0.371908 0.371908 0.371908 +4998.510254 0.000000 807.381653 0.000000 0.149056 0.000000 0.988829 0.368777 0.368777 0.368777 +5047.777832 0.000000 819.716370 0.000000 0.277114 0.000000 0.960837 0.369791 0.369791 0.369791 +5055.927246 0.000000 805.526611 0.000000 0.266387 0.000000 0.963866 0.374792 0.374792 0.374792 +5039.484375 0.000000 810.240356 0.000000 0.358465 0.000000 0.933543 0.369336 0.369336 0.369336 +5036.992676 0.000000 813.682007 0.000000 0.210742 0.000000 0.977542 0.368256 0.368256 0.368256 +4996.081543 0.000000 810.751038 0.000000 0.451214 0.000000 0.892416 0.373793 0.373793 0.373793 +4996.788086 0.000000 813.282104 0.000000 0.133356 0.000000 0.991068 0.363908 0.363908 0.363908 +4993.219727 0.000000 798.799805 0.000000 0.310680 0.000000 0.950515 0.368420 0.368420 0.368420 +5004.183105 0.000000 800.436523 0.000000 0.007731 0.000000 0.999970 0.360197 0.360197 0.360197 +4996.220703 0.000000 808.135925 0.000000 0.256800 0.000000 0.966464 0.369559 0.369559 0.369559 +4994.176270 0.000000 828.714478 0.000000 0.140527 0.000000 0.990077 0.369302 0.369302 0.369302 +5044.467773 0.000000 811.905945 0.000000 0.367749 0.000000 0.929925 0.376745 0.376745 0.376745 +4994.597656 0.000000 804.246277 0.000000 0.440131 0.000000 0.897933 0.376227 0.376227 0.376227 +5044.887695 0.000000 814.368347 0.000000 0.438638 0.000000 0.898664 0.375243 0.375243 0.375243 +5047.338379 0.000000 823.305481 0.000000 0.173408 0.000000 0.984850 0.368552 0.368552 0.368552 +5042.304199 0.000000 817.169006 0.000000 0.106647 0.000000 0.994297 0.367545 0.367545 0.367545 +5046.205566 0.000000 825.994507 0.000000 0.545811 0.000000 0.837908 0.380407 0.380407 0.380407 +5036.345703 0.000000 801.497803 0.000000 0.557633 0.000000 0.830087 0.380588 0.380588 0.380588 +5043.413574 0.000000 810.331848 0.000000 0.403262 0.000000 0.915085 0.372994 0.372994 0.372994 +5021.854004 0.000000 819.973572 0.000000 0.077798 0.000000 0.996969 0.365188 0.365188 0.365188 +5008.268066 0.000000 803.059387 0.000000 0.391968 0.000000 0.919979 0.370256 0.370256 0.370256 +5052.125488 0.000000 801.675842 0.000000 0.425139 0.000000 0.905128 0.375024 0.375024 0.375024 +5045.270996 0.000000 794.081360 0.000000 0.389070 0.000000 0.921208 0.372340 0.372340 0.372340 +4996.727051 0.000000 798.032104 0.000000 0.168602 0.000000 0.985684 0.365853 0.365853 0.365853 +5005.527344 0.000000 797.825012 0.000000 0.529460 0.000000 0.848335 0.374208 0.374208 0.374208 +5049.375000 0.000000 794.039001 0.000000 0.111383 0.000000 0.993778 0.368671 0.368671 0.368671 +5028.268066 0.000000 813.407288 0.000000 0.063766 0.000000 0.997965 0.362979 0.362979 0.362979 +4994.773438 0.000000 796.822693 0.000000 0.407675 0.000000 0.913127 0.373164 0.373164 0.373164 +5026.136719 0.000000 818.905090 0.000000 0.427426 0.000000 0.904050 0.371246 0.371246 0.371246 +5007.853516 0.000000 805.518555 0.000000 0.158561 0.000000 0.987349 0.364055 0.364055 0.364055 +5027.792969 0.000000 791.757812 0.000000 0.010211 0.000000 0.999948 0.366182 0.366182 0.366182 +5032.114258 0.000000 793.336609 0.000000 0.554227 0.000000 0.832365 0.374959 0.374959 0.374959 +5006.047363 0.000000 817.978577 0.000000 0.224011 0.000000 0.974587 0.365753 0.365753 0.365753 +5006.695801 0.000000 797.667236 0.000000 0.551407 0.000000 0.834237 0.374873 0.374873 0.374873 +5037.140625 0.000000 810.393799 0.000000 0.248976 0.000000 0.968510 0.369372 0.369372 0.369372 +5038.356934 0.000000 808.078247 0.000000 0.400515 0.000000 0.916290 0.372692 0.372692 0.372692 +5039.663086 0.000000 807.864441 0.000000 0.332393 0.000000 0.943141 0.372135 0.372135 0.372135 +4998.916992 0.000000 793.205200 0.000000 0.564638 0.000000 0.825338 0.378672 0.378672 0.378672 +5020.237305 0.000000 794.756531 0.000000 0.409740 0.000000 0.912202 0.370750 0.370750 0.370750 +5053.552246 0.000000 800.094543 0.000000 0.340510 0.000000 0.940241 0.373002 0.373002 0.373002 +5004.748535 0.000000 796.476501 0.000000 0.017726 0.000000 0.999843 0.360451 0.360451 0.360451 +5042.000000 0.000000 794.089172 0.000000 0.067033 0.000000 0.997751 0.365162 0.365162 0.365162 +5008.913574 0.000000 794.564209 0.000000 0.265582 0.000000 0.964088 0.370551 0.370551 0.370551 +5025.511719 0.000000 799.840759 0.000000 0.110603 0.000000 0.993865 0.367123 0.367123 0.367123 +5055.956055 0.000000 817.699585 0.000000 0.166705 0.000000 0.986007 0.369800 0.369800 0.369800 +5024.901855 0.000000 797.664978 0.000000 0.117411 0.000000 0.993083 0.368148 0.368148 0.368148 +5037.243652 0.000000 799.643372 0.000000 0.503575 0.000000 0.863951 0.377084 0.377084 0.377084 +5041.734375 0.000000 808.890381 0.000000 0.093644 0.000000 0.995606 0.367403 0.367403 0.367403 +4997.924316 0.000000 806.420715 0.000000 0.380935 0.000000 0.924602 0.374194 0.374194 0.374194 +5022.228516 0.000000 790.792908 0.000000 0.518715 0.000000 0.854947 0.373887 0.373887 0.373887 +4992.361816 0.000000 812.417236 0.000000 0.311019 0.000000 0.950404 0.368054 0.368054 0.368054 +4992.369141 0.000000 830.308411 0.000000 0.050534 0.000000 0.998722 0.361287 0.361287 0.361287 +5002.092773 0.000000 810.567749 0.000000 0.489158 0.000000 0.872195 0.373016 0.373016 0.373016 +5034.742676 0.000000 814.970886 0.000000 0.393158 0.000000 0.919471 0.371222 0.371222 0.371222 +5051.256348 0.000000 799.751770 0.000000 0.343971 0.000000 0.938980 0.371378 0.371378 0.371378 +5004.067383 0.000000 790.868347 0.000000 0.539382 0.000000 0.842061 0.374507 0.374507 0.374507 +4997.747070 0.000000 823.752197 0.000000 0.113874 0.000000 0.993495 0.367343 0.367343 0.367343 +5021.720703 0.000000 813.364502 0.000000 0.007363 0.000000 0.999973 0.363778 0.363778 0.363778 +5022.069336 0.000000 803.909424 0.000000 0.064424 0.000000 0.997923 0.363372 0.363372 0.363372 +4995.692383 0.000000 824.082275 0.000000 0.016845 0.000000 0.999858 0.360429 0.360429 0.360429 +4993.144043 0.000000 816.235535 0.000000 0.243216 0.000000 0.969972 0.366918 0.366918 0.366918 +5054.436523 0.000000 801.303528 0.000000 0.426976 0.000000 0.904263 0.375126 0.375126 0.375126 +4993.343750 0.000000 804.094604 0.000000 0.543550 0.000000 0.839377 0.377568 0.377568 0.377568 +5004.654785 0.000000 794.485657 0.000000 0.340993 0.000000 0.940066 0.368861 0.368861 0.368861 +5010.778809 0.000000 797.800476 0.000000 0.270931 0.000000 0.962599 0.370482 0.370482 0.370482 +5018.454102 0.000000 791.795288 0.000000 0.528719 0.000000 0.848797 0.374186 0.374186 0.374186 +5040.471680 0.000000 815.583008 0.000000 0.202336 0.000000 0.979316 0.367714 0.367714 0.367714 +5023.684570 0.000000 794.916504 0.000000 0.331423 0.000000 0.943482 0.369279 0.369279 0.369279 +5041.862305 0.000000 791.983093 0.000000 0.020491 0.000000 0.999790 0.361683 0.361683 0.361683 +5024.682129 0.000000 808.195557 0.000000 0.080871 0.000000 0.996725 0.364665 0.364665 0.364665 +5018.731934 0.000000 814.374146 0.000000 0.425443 0.000000 0.904985 0.371191 0.371191 0.371191 +5035.132812 0.000000 806.148254 0.000000 0.252031 0.000000 0.967719 0.369116 0.369116 0.369116 +5002.814941 0.000000 800.144531 0.000000 0.525416 0.000000 0.850845 0.374951 0.374951 0.374951 +5004.187012 0.000000 811.053650 0.000000 0.318472 0.000000 0.947932 0.368254 0.368254 0.368254 +5041.666504 0.000000 811.151855 0.000000 0.573237 0.000000 0.819390 0.376936 0.376936 0.376936 +5015.759277 0.000000 799.200195 0.000000 0.039086 0.000000 0.999236 0.363749 0.363749 0.363749 +4995.740234 0.000000 818.353455 0.000000 0.180882 0.000000 0.983505 0.364632 0.364632 0.364632 +5071.272949 0.000000 812.699829 0.000000 0.082923 0.000000 0.996556 0.380760 0.380760 0.380760 +5065.084961 0.000000 801.599121 0.000000 0.102299 0.000000 0.994754 0.378446 0.378446 0.378446 +5056.144043 0.000000 819.181458 0.000000 0.536559 0.000000 0.843862 0.381895 0.381895 0.381895 +5059.049316 0.000000 803.052124 0.000000 0.291835 0.000000 0.956469 0.375306 0.375306 0.375306 +5059.597168 0.000000 815.887817 0.000000 0.050639 0.000000 0.998717 0.368653 0.368653 0.368653 +5068.289551 0.000000 804.228638 0.000000 0.582334 0.000000 0.812950 0.382796 0.382796 0.382796 +5069.735352 0.000000 806.449341 0.000000 0.423283 0.000000 0.905997 0.378659 0.378659 0.378659 +5058.009277 0.000000 811.830017 0.000000 0.139509 0.000000 0.990221 0.370637 0.370637 0.370637 +5064.409180 0.000000 805.600708 0.000000 0.432692 0.000000 0.901542 0.375321 0.375321 0.375321 +5066.865723 0.000000 805.872070 0.000000 0.278004 0.000000 0.960580 0.371422 0.371422 0.371422 +5162.288574 0.000000 870.413452 0.000000 0.185304 0.000000 0.982681 0.380230 0.380230 0.380230 +5156.759766 0.000000 868.641846 0.000000 0.121108 0.000000 0.992639 0.378940 0.378940 0.378940 +5170.395020 0.000000 877.282227 0.000000 0.571891 0.000000 0.820329 0.384629 0.384629 0.384629 +5399.339844 0.000000 766.704346 0.000000 0.094402 0.000000 0.995534 0.377887 0.377887 0.377887 +5577.641113 0.000000 956.937866 0.000000 0.122995 0.000000 0.992407 0.380775 0.380775 0.380775 +5593.661133 0.000000 906.816223 0.000000 0.395171 0.000000 0.918607 0.383603 0.383603 0.383603 +5587.640625 0.000000 929.061768 0.000000 0.548177 0.000000 0.836362 0.384716 0.384716 0.384716 +5627.305664 0.000000 953.528992 0.000000 0.458570 0.000000 0.888658 0.381311 0.381311 0.381311 +5618.394043 0.000000 955.871765 0.000000 0.547511 0.000000 0.836799 0.383664 0.383664 0.383664 +5606.819824 0.000000 956.001709 0.000000 0.475600 0.000000 0.879662 0.380674 0.380674 0.380674 +5584.905273 0.000000 957.649414 0.000000 0.488760 0.000000 0.872418 0.382585 0.382585 0.382585 +5589.008301 0.000000 932.855042 0.000000 0.493016 0.000000 0.870020 0.383245 0.383245 0.383245 +5604.742188 0.000000 956.955200 0.000000 0.513911 0.000000 0.857843 0.381261 0.381261 0.381261 +5613.839355 0.000000 930.435791 0.000000 0.347640 0.000000 0.937628 0.377236 0.377236 0.377236 +5611.765137 0.000000 933.034302 0.000000 0.559784 0.000000 0.828639 0.381030 0.381030 0.381030 +5584.310547 0.000000 951.345459 0.000000 0.332737 0.000000 0.943020 0.378784 0.378784 0.378784 +5593.336426 0.000000 941.748291 0.000000 0.357849 0.000000 0.933779 0.379486 0.379486 0.379486 +5625.001953 0.000000 939.182007 0.000000 0.351712 0.000000 0.936108 0.377862 0.377862 0.377862 +5584.024902 0.000000 945.168579 0.000000 0.553226 0.000000 0.833031 0.383187 0.383187 0.383187 +5609.936523 0.000000 956.846436 0.000000 0.112077 0.000000 0.993699 0.372473 0.372473 0.372473 +5589.729980 0.000000 919.340088 0.000000 0.261722 0.000000 0.965143 0.376133 0.376133 0.376133 +5602.559570 0.000000 936.955505 0.000000 0.405864 0.000000 0.913934 0.378011 0.378011 0.378011 +5596.266602 0.000000 941.117188 0.000000 0.453808 0.000000 0.891100 0.378859 0.378859 0.378859 +5620.777832 0.000000 936.698059 0.000000 0.282350 0.000000 0.959311 0.376076 0.376076 0.376076 +5616.395508 0.000000 936.080994 0.000000 0.125664 0.000000 0.992073 0.371288 0.371288 0.371288 +5606.078125 0.000000 945.379639 0.000000 0.409391 0.000000 0.912359 0.378830 0.378830 0.378830 +5608.653320 0.000000 949.392578 0.000000 0.189036 0.000000 0.981970 0.372357 0.372357 0.372357 +5590.025391 0.000000 946.044067 0.000000 0.501770 0.000000 0.865001 0.380065 0.380065 0.380065 +5597.264648 0.000000 950.531189 0.000000 0.225312 0.000000 0.974287 0.373301 0.373301 0.373301 +5618.908203 0.000000 942.515869 0.000000 0.015327 0.000000 0.999883 0.370099 0.370099 0.370099 +5613.470215 0.000000 931.977051 0.000000 0.455478 0.000000 0.890247 0.379443 0.379443 0.379443 +5599.732910 0.000000 956.566772 0.000000 0.192951 0.000000 0.981208 0.372987 0.372987 0.372987 +5622.904297 0.000000 940.058289 0.000000 0.028034 0.000000 0.999607 0.370882 0.370882 0.370882 +5603.500488 0.000000 931.334534 0.000000 0.261125 0.000000 0.965305 0.373839 0.373839 0.373839 +5595.322754 0.000000 928.219971 0.000000 0.157099 0.000000 0.987583 0.371919 0.371919 0.371919 +5622.203613 0.000000 944.080444 0.000000 0.376391 0.000000 0.926461 0.376394 0.376394 0.376394 +5626.590332 0.000000 946.304443 0.000000 0.255884 0.000000 0.966708 0.373861 0.373861 0.373861 +5600.754395 0.000000 954.251038 0.000000 0.324706 0.000000 0.945815 0.374985 0.374985 0.374985 +5591.062012 0.000000 919.871704 0.000000 0.491879 0.000000 0.870664 0.379531 0.379531 0.379531 +5608.074707 0.000000 936.082947 0.000000 0.212800 0.000000 0.977096 0.374129 0.374129 0.374129 +5603.506348 0.000000 935.620117 0.000000 0.566302 0.000000 0.824198 0.380651 0.380651 0.380651 +5609.033691 0.000000 945.186707 0.000000 0.021553 0.000000 0.999768 0.370992 0.370992 0.370992 +5591.035156 0.000000 914.187134 0.000000 0.266153 0.000000 0.963931 0.376022 0.376022 0.376022 +5600.813477 0.000000 947.255859 0.000000 0.435437 0.000000 0.900219 0.378185 0.378185 0.378185 +5606.014160 0.000000 934.578674 0.000000 0.067767 0.000000 0.997701 0.370582 0.370582 0.370582 +5611.248047 0.000000 950.947021 0.000000 0.063516 0.000000 0.997981 0.371628 0.371628 0.371628 +5588.196289 0.000000 952.512329 0.000000 0.275687 0.000000 0.961248 0.375625 0.375625 0.375625 +5626.093750 0.000000 934.186890 0.000000 0.510520 0.000000 0.859866 0.379897 0.379897 0.379897 +5590.383789 0.000000 950.761841 0.000000 0.350111 0.000000 0.936708 0.375832 0.375832 0.375832 +5602.937988 0.000000 934.255066 0.000000 0.489382 0.000000 0.872069 0.378841 0.378841 0.378841 +5615.221680 0.000000 944.452271 0.000000 0.564459 0.000000 0.825461 0.381625 0.381625 0.381625 +5608.459473 0.000000 933.269531 0.000000 0.128560 0.000000 0.991702 0.371706 0.371706 0.371706 +5610.783691 0.000000 936.556274 0.000000 0.250325 0.000000 0.968162 0.374997 0.374997 0.374997 +5630.147949 0.000000 948.704712 0.000000 0.404250 0.000000 0.914648 0.376881 0.376881 0.376881 +5597.685059 0.000000 938.504700 0.000000 0.182217 0.000000 0.983258 0.372980 0.372980 0.372980 +5594.914551 0.000000 955.453796 0.000000 0.046191 0.000000 0.998933 0.369703 0.369703 0.369703 +5610.351562 0.000000 952.838379 0.000000 0.038695 0.000000 0.999251 0.370624 0.370624 0.370624 +5599.443848 0.000000 941.861389 0.000000 0.540490 0.000000 0.841351 0.380182 0.380182 0.380182 +5594.370605 0.000000 926.339783 0.000000 0.144873 0.000000 0.989450 0.371531 0.371531 0.371531 +5599.826172 0.000000 955.325806 0.000000 0.117189 0.000000 0.993110 0.371409 0.371409 0.371409 +5612.194824 0.000000 972.311768 0.000000 0.253572 0.000000 0.967316 0.381098 0.381098 0.381098 +5606.337891 0.000000 973.970520 0.000000 0.427865 0.000000 0.903843 0.383150 0.383150 0.383150 +5587.236816 0.000000 971.557434 0.000000 0.456441 0.000000 0.889754 0.382640 0.382640 0.382640 +5580.251465 0.000000 967.070496 0.000000 0.416586 0.000000 0.909096 0.381654 0.381654 0.381654 +5595.877441 0.000000 971.725281 0.000000 0.545573 0.000000 0.838063 0.383626 0.383626 0.383626 +5592.512695 0.000000 967.967285 0.000000 0.091204 0.000000 0.995832 0.372003 0.372003 0.372003 +5594.957520 0.000000 966.861206 0.000000 0.339493 0.000000 0.940609 0.377196 0.377196 0.377196 +5601.519531 0.000000 968.095337 0.000000 0.021315 0.000000 0.999773 0.372535 0.372535 0.372535 +5597.325684 0.000000 964.709351 0.000000 0.047350 0.000000 0.998878 0.370486 0.370486 0.370486 +5590.020996 0.000000 961.554443 0.000000 0.416045 0.000000 0.909344 0.377939 0.377939 0.377939 +5623.848633 0.000000 960.297485 0.000000 0.361212 0.000000 0.932484 0.379367 0.379367 0.379367 +5597.055664 0.000000 966.248169 0.000000 0.012777 0.000000 0.999918 0.371294 0.371294 0.371294 +5591.673828 0.000000 966.190491 0.000000 0.337550 0.000000 0.941308 0.377158 0.377158 0.377158 +5588.029785 0.000000 964.161133 0.000000 0.145970 0.000000 0.989289 0.373047 0.373047 0.373047 +5598.191406 0.000000 962.448364 0.000000 0.129555 0.000000 0.991572 0.371654 0.371654 0.371654 +5601.760254 0.000000 964.642517 0.000000 0.585846 0.000000 0.810423 0.381129 0.381129 0.381129 +5594.256836 0.000000 964.959290 0.000000 0.339890 0.000000 0.940465 0.375921 0.375921 0.375921 +5607.339844 0.000000 961.816895 0.000000 0.513225 0.000000 0.858254 0.379855 0.379855 0.379855 +5612.736816 0.000000 963.056458 0.000000 0.080031 0.000000 0.996792 0.370451 0.370451 0.370451 +5646.368652 0.000000 959.603516 0.000000 0.299215 0.000000 0.954186 0.379884 0.379884 0.379884 +5645.340332 0.000000 943.976807 0.000000 0.066558 0.000000 0.997783 0.372812 0.372812 0.372812 +5640.859375 0.000000 941.237122 0.000000 0.487133 0.000000 0.873328 0.380911 0.380911 0.380911 +5632.517090 0.000000 953.527039 0.000000 0.242885 0.000000 0.970055 0.375314 0.375314 0.375314 +5651.343262 0.000000 955.351135 0.000000 0.115520 0.000000 0.993305 0.375154 0.375154 0.375154 +5643.256348 0.000000 956.783325 0.000000 0.542428 0.000000 0.840102 0.383116 0.383116 0.383116 +5648.425781 0.000000 954.453064 0.000000 0.291839 0.000000 0.956467 0.377534 0.377534 0.377534 +5642.331055 0.000000 949.086304 0.000000 0.012137 0.000000 0.999926 0.370504 0.370504 0.370504 +5634.657715 0.000000 948.512329 0.000000 0.427388 0.000000 0.904068 0.377955 0.377955 0.377955 +5633.639160 0.000000 938.956360 0.000000 0.475395 0.000000 0.879773 0.379220 0.379220 0.379220 +5645.467285 0.000000 952.396790 0.000000 0.042693 0.000000 0.999088 0.370320 0.370320 0.370320 +5641.022461 0.000000 946.817261 0.000000 0.221904 0.000000 0.975069 0.373971 0.373971 0.373971 +5632.126465 0.000000 949.432922 0.000000 0.549912 0.000000 0.835223 0.380701 0.380701 0.380701 +5638.251953 0.000000 942.890503 0.000000 0.054003 0.000000 0.998541 0.370464 0.370464 0.370464 +5632.042480 0.000000 960.241699 0.000000 0.212682 0.000000 0.977121 0.380968 0.380968 0.380968 +5690.028320 0.000000 1029.817383 0.000000 0.291821 0.000000 0.956473 0.381925 0.381925 0.381925 +5657.681152 0.000000 1050.496216 0.000000 0.012126 0.000000 0.999927 0.378209 0.378209 0.378209 +5695.509766 0.000000 1053.937256 0.000000 0.425648 0.000000 0.904889 0.383339 0.383339 0.383339 +5662.609375 0.000000 1042.381348 0.000000 0.515514 0.000000 0.856881 0.381963 0.381963 0.381963 +5688.471680 0.000000 1057.174805 0.000000 0.435482 0.000000 0.900197 0.378857 0.378857 0.378857 +5671.382324 0.000000 1050.337280 0.000000 0.072588 0.000000 0.997362 0.361850 0.361850 0.361850 +5664.240234 0.000000 1030.688599 0.000000 0.021008 0.000000 0.999779 0.368738 0.368738 0.368738 +5691.962402 0.000000 1055.667114 0.000000 0.241356 0.000000 0.970437 0.366207 0.366207 0.366207 +5693.294434 0.000000 1032.234131 0.000000 0.531087 0.000000 0.847317 0.380718 0.380718 0.380718 +5668.309082 0.000000 1046.104736 0.000000 0.012778 0.000000 0.999918 0.360325 0.360325 0.360325 +5690.873047 0.000000 1032.467651 0.000000 0.310502 0.000000 0.950573 0.370985 0.370985 0.370985 +5691.484375 0.000000 1057.915039 0.000000 0.240927 0.000000 0.970543 0.366196 0.366196 0.366196 +5690.917480 0.000000 1063.965332 0.000000 0.430136 0.000000 0.902764 0.376777 0.376777 0.376777 +5672.188477 0.000000 1054.061768 0.000000 0.440819 0.000000 0.897596 0.372460 0.372460 0.372460 +5660.615723 0.000000 1051.205444 0.000000 0.490292 0.000000 0.871558 0.375533 0.375533 0.375533 +5665.533203 0.000000 1042.778076 0.000000 0.571040 0.000000 0.820922 0.375477 0.375477 0.375477 +5694.015625 0.000000 1049.335083 0.000000 0.576907 0.000000 0.816810 0.377091 0.377091 0.377091 +5717.502930 0.000000 1065.037964 0.000000 0.276575 0.000000 0.960992 0.382279 0.382279 0.382279 +5711.799805 0.000000 1059.782593 0.000000 0.583657 0.000000 0.812000 0.384387 0.384387 0.384387 +5701.351074 0.000000 1054.844727 0.000000 0.488178 0.000000 0.872744 0.381727 0.381727 0.381727 +5698.335449 0.000000 1047.948730 0.000000 0.452310 0.000000 0.891861 0.381301 0.381301 0.381301 +5724.899902 0.000000 1068.267456 0.000000 0.329628 0.000000 0.944111 0.370959 0.370959 0.370959 +5718.444824 0.000000 1068.417603 0.000000 0.374579 0.000000 0.927195 0.376651 0.376651 0.376651 +5726.022949 0.000000 1060.131592 0.000000 0.514438 0.000000 0.857528 0.373760 0.373760 0.373760 +5725.817383 0.000000 1056.598267 0.000000 0.389522 0.000000 0.921017 0.370189 0.370189 0.370189 +5729.799316 0.000000 1055.604736 0.000000 0.499952 0.000000 0.866053 0.373332 0.373332 0.373332 +5724.429199 0.000000 1056.062134 0.000000 0.381251 0.000000 0.924472 0.369961 0.369961 0.369961 +5726.526367 0.000000 1061.174194 0.000000 0.480607 0.000000 0.876936 0.372767 0.372767 0.372767 +5713.432129 0.000000 1071.849609 0.000000 0.455591 0.000000 0.890189 0.372046 0.372046 0.372046 +5720.413086 0.000000 1070.136963 0.000000 0.073233 0.000000 0.997315 0.367848 0.367848 0.367848 +5722.378418 0.000000 1067.392578 0.000000 0.093235 0.000000 0.995644 0.367099 0.367099 0.367099 +5697.148926 0.000000 1040.867920 0.000000 0.139335 0.000000 0.990245 0.365632 0.365632 0.365632 +5724.950195 0.000000 1064.583618 0.000000 0.002149 0.000000 0.999998 0.360055 0.360055 0.360055 +5704.949219 0.000000 1065.653931 0.000000 0.266383 0.000000 0.963867 0.366866 0.366866 0.366866 +5696.148438 0.000000 1046.242676 0.000000 0.298758 0.000000 0.954329 0.367726 0.367726 0.367726 +5718.794922 0.000000 1070.598145 0.000000 0.515168 0.000000 0.857089 0.375889 0.375889 0.375889 +5731.250488 0.000000 1054.145142 0.000000 0.442932 0.000000 0.896555 0.371685 0.371685 0.371685 +5711.688965 0.000000 1066.695068 0.000000 0.417663 0.000000 0.908602 0.370972 0.370972 0.370972 +5690.511719 0.000000 1093.713135 0.000000 0.532772 0.000000 0.846259 0.386549 0.386549 0.386549 +5660.431641 0.000000 1080.710938 0.000000 0.116895 0.000000 0.993144 0.379242 0.379242 0.379242 +5695.814453 0.000000 1091.647827 0.000000 0.236921 0.000000 0.971529 0.378724 0.378724 0.378724 +5690.353516 0.000000 1074.333618 0.000000 0.488218 0.000000 0.872722 0.372988 0.372988 0.372988 +5690.650879 0.000000 1084.381104 0.000000 0.069787 0.000000 0.997562 0.361779 0.361779 0.361779 +5664.901855 0.000000 1080.086792 0.000000 0.086105 0.000000 0.996286 0.367903 0.367903 0.367903 +5691.256348 0.000000 1082.173706 0.000000 0.583208 0.000000 0.812323 0.375856 0.375856 0.375856 +5690.572266 0.000000 1073.239136 0.000000 0.441395 0.000000 0.897313 0.371641 0.371641 0.371641 +5690.012207 0.000000 1083.532837 0.000000 0.363922 0.000000 0.931429 0.369485 0.369485 0.369485 +5690.104004 0.000000 1085.257324 0.000000 0.512436 0.000000 0.858725 0.373701 0.373701 0.373701 +5705.084961 0.000000 1084.020996 0.000000 0.307165 0.000000 0.951656 0.382404 0.382404 0.382404 +5698.944824 0.000000 1090.599121 0.000000 0.113708 0.000000 0.993514 0.378469 0.378469 0.378469 +5720.484375 0.000000 1073.214233 0.000000 0.145804 0.000000 0.989313 0.367496 0.367496 0.367496 +5697.343750 0.000000 1086.516479 0.000000 0.238134 0.000000 0.971232 0.369710 0.369710 0.369710 +5703.012695 0.000000 1074.293945 0.000000 0.165989 0.000000 0.986128 0.364247 0.364247 0.364247 +5696.405762 0.000000 1082.979126 0.000000 0.501422 0.000000 0.865203 0.373375 0.373375 0.373375 +5700.471191 0.000000 1076.847168 0.000000 0.496309 0.000000 0.868146 0.373225 0.373225 0.373225 +4215.044922 0.000000 2241.979004 0.000000 0.511564 0.000000 0.859245 0.382863 0.382863 0.382863 +4227.837402 0.000000 2226.452637 0.000000 0.060978 0.000000 0.998139 0.379495 0.379495 0.379495 +4210.318359 0.000000 2316.065186 0.000000 0.375896 0.000000 0.926662 0.383604 0.383604 0.383604 +4216.639160 0.000000 2320.831787 0.000000 0.493108 0.000000 0.869968 0.384985 0.384985 0.384985 +4205.942871 0.000000 2337.800293 0.000000 0.294708 0.000000 0.955587 0.380380 0.380380 0.380380 +4219.739258 0.000000 2320.365967 0.000000 0.572271 0.000000 0.820064 0.385789 0.385789 0.385789 +4200.199219 0.000000 2346.705322 0.000000 0.304292 0.000000 0.952579 0.379401 0.379401 0.379401 +4206.245605 0.000000 2335.781982 0.000000 0.039852 0.000000 0.999206 0.376227 0.376227 0.376227 +4272.647949 0.000000 2299.850830 0.000000 0.128315 0.000000 0.991734 0.379766 0.379766 0.379766 +4269.386719 0.000000 2314.082031 0.000000 0.157258 0.000000 0.987558 0.379189 0.379189 0.379189 +4262.962402 0.000000 2303.554932 0.000000 0.264920 0.000000 0.964270 0.380032 0.380032 0.380032 +4266.219238 0.000000 2305.589600 0.000000 0.202289 0.000000 0.979326 0.377611 0.377611 0.377611 +4269.836426 0.000000 2312.007812 0.000000 0.105019 0.000000 0.994470 0.376876 0.376876 0.376876 +4251.739258 0.000000 2302.998291 0.000000 0.194117 0.000000 0.980978 0.378435 0.378435 0.378435 +4246.604004 0.000000 2297.904541 0.000000 0.356101 0.000000 0.934448 0.380057 0.380057 0.380057 +4297.866211 0.000000 2298.447266 0.000000 0.320377 0.000000 0.947290 0.382599 0.382599 0.382599 +4296.722168 0.000000 2291.894043 0.000000 0.472842 0.000000 0.881147 0.382717 0.382717 0.382717 +4303.228516 0.000000 2286.387207 0.000000 0.388300 0.000000 0.921533 0.378816 0.378816 0.378816 +4300.996094 0.000000 2289.206787 0.000000 0.355633 0.000000 0.934626 0.375829 0.375829 0.375829 +4285.512207 0.000000 2315.885498 0.000000 0.069031 0.000000 0.997615 0.380505 0.380505 0.380505 +4231.914551 0.000000 2317.696289 0.000000 0.580402 0.000000 0.814330 0.387504 0.387504 0.387504 +4268.412598 0.000000 2358.133057 0.000000 0.409533 0.000000 0.912295 0.383824 0.383824 0.383824 +4245.502930 0.000000 2364.178467 0.000000 0.049753 0.000000 0.998762 0.378431 0.378431 0.378431 +4228.957520 0.000000 2355.706543 0.000000 0.186288 0.000000 0.982495 0.380037 0.380037 0.380037 +4279.060547 0.000000 2357.458984 0.000000 0.031041 0.000000 0.999518 0.378012 0.378012 0.378012 +4228.948730 0.000000 2315.974365 0.000000 0.568780 0.000000 0.822490 0.386401 0.386401 0.386401 +4272.746582 0.000000 2319.096924 0.000000 0.170783 0.000000 0.985309 0.380229 0.380229 0.380229 +4227.820801 0.000000 2329.664795 0.000000 0.056553 0.000000 0.998400 0.378755 0.378755 0.378755 +4257.910645 0.000000 2358.182129 0.000000 0.085426 0.000000 0.996345 0.378048 0.378048 0.378048 +4251.698730 0.000000 2362.358643 0.000000 0.405560 0.000000 0.914069 0.381920 0.381920 0.381920 +4226.269043 0.000000 2369.293213 0.000000 0.382020 0.000000 0.924154 0.382166 0.382166 0.382166 +4226.026855 0.000000 2364.485596 0.000000 0.226476 0.000000 0.974017 0.379021 0.379021 0.379021 +4218.385254 0.000000 2374.935791 0.000000 0.346056 0.000000 0.938214 0.382979 0.382979 0.382979 +4239.831543 0.000000 2376.515625 0.000000 0.571289 0.000000 0.820749 0.386637 0.386637 0.386637 +4233.084961 0.000000 2383.161621 0.000000 0.042365 0.000000 0.999102 0.378174 0.378174 0.378174 +4236.112305 0.000000 2387.250488 0.000000 0.294241 0.000000 0.955731 0.381452 0.381452 0.381452 +4241.664551 0.000000 2378.999756 0.000000 0.042599 0.000000 0.999092 0.378101 0.378101 0.378101 +4225.451660 0.000000 2381.736084 0.000000 0.524931 0.000000 0.851145 0.384901 0.384901 0.384901 +4234.564941 0.000000 2374.892578 0.000000 0.127948 0.000000 0.991781 0.377672 0.377672 0.377672 +4239.671387 0.000000 2373.872803 0.000000 0.473959 0.000000 0.880547 0.383114 0.383114 0.383114 +4233.795410 0.000000 2372.368164 0.000000 0.403186 0.000000 0.915118 0.382456 0.382456 0.382456 +4226.944824 0.000000 2389.739746 0.000000 0.489030 0.000000 0.872267 0.382855 0.382855 0.382855 +4450.735840 0.000000 2299.028076 0.000000 0.037799 0.000000 0.999285 0.378721 0.378721 0.378721 +4440.795410 0.000000 2287.287109 0.000000 0.032247 0.000000 0.999480 0.377722 0.377722 0.377722 +4462.693848 0.000000 2291.433594 0.000000 0.326368 0.000000 0.945243 0.381698 0.381698 0.381698 +4450.177734 0.000000 2286.308105 0.000000 0.320408 0.000000 0.947280 0.379554 0.379554 0.379554 +"} object={ name="oak_dense_generator_2_1" clamp_to_water_level=no @@ -14,8 +778,762 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_02_mesh" - count=0 -} + count=754 + transform="5040.918945 0.000000 749.283020 0.000000 0.901529 0.000000 0.432719 0.393431 0.393431 0.393431 +4995.510742 0.000000 781.224854 0.000000 0.751179 0.000000 0.660098 0.389741 0.389741 0.389741 +5003.616211 0.000000 763.638000 0.000000 0.688011 0.000000 0.725700 0.387714 0.387714 0.387714 +5048.346680 0.000000 756.497742 0.000000 0.740415 0.000000 0.672149 0.388627 0.388627 0.388627 +5038.880859 0.000000 784.832458 0.000000 0.776082 0.000000 0.630632 0.389336 0.389336 0.389336 +5037.814941 0.000000 770.842957 0.000000 0.935992 0.000000 0.352022 0.393660 0.393660 0.393660 +4998.997070 0.000000 774.553833 0.000000 0.765968 0.000000 0.642878 0.387937 0.387937 0.387937 +5009.219727 0.000000 745.755615 0.000000 0.842848 0.000000 0.538151 0.390722 0.390722 0.390722 +5037.537598 0.000000 774.686523 0.000000 0.847765 0.000000 0.530372 0.390900 0.390900 0.390900 +5054.854492 0.000000 760.880310 0.000000 0.733439 0.000000 0.679755 0.388356 0.388356 0.388356 +5035.628906 0.000000 774.687988 0.000000 0.881057 0.000000 0.473009 0.390996 0.390996 0.390996 +5007.325195 0.000000 769.305298 0.000000 0.732418 0.000000 0.680855 0.386164 0.386164 0.386164 +5000.859375 0.000000 771.783997 0.000000 0.802308 0.000000 0.596910 0.389716 0.389716 0.389716 +5032.687988 0.000000 756.797485 0.000000 0.912682 0.000000 0.408671 0.391655 0.391655 0.391655 +5022.924805 0.000000 773.601685 0.000000 0.869186 0.000000 0.494485 0.386829 0.386829 0.386829 +5034.439941 0.000000 746.520691 0.000000 0.726883 0.000000 0.686762 0.383406 0.383406 0.383406 +5017.560059 0.000000 777.470398 0.000000 0.891576 0.000000 0.452870 0.390097 0.390097 0.390097 +5004.617676 0.000000 750.944214 0.000000 0.850135 0.000000 0.526564 0.387900 0.387900 0.387900 +5029.265137 0.000000 753.960388 0.000000 0.893286 0.000000 0.449489 0.390433 0.390433 0.390433 +5037.531250 0.000000 752.690002 0.000000 0.779822 0.000000 0.626001 0.385376 0.385376 0.385376 +5000.954590 0.000000 758.014893 0.000000 0.695196 0.000000 0.718820 0.386023 0.386023 0.386023 +5027.595703 0.000000 754.408752 0.000000 0.883700 0.000000 0.468054 0.391609 0.391609 0.391609 +5032.469727 0.000000 753.562073 0.000000 0.699205 0.000000 0.714922 0.384808 0.384808 0.384808 +5006.222168 0.000000 757.447693 0.000000 0.814140 0.000000 0.580669 0.387069 0.387069 0.387069 +5000.986816 0.000000 789.004944 0.000000 0.881492 0.000000 0.472199 0.388778 0.388778 0.388778 +5015.599609 0.000000 788.852051 0.000000 0.874502 0.000000 0.485022 0.387358 0.387358 0.387358 +5040.395508 0.000000 766.627869 0.000000 0.675460 0.000000 0.737397 0.384681 0.384681 0.384681 +5005.021484 0.000000 766.925903 0.000000 0.608888 0.000000 0.793257 0.382480 0.382480 0.382480 +5003.147461 0.000000 772.462463 0.000000 0.803458 0.000000 0.595361 0.386499 0.386499 0.386499 +5010.634277 0.000000 779.565552 0.000000 0.805366 0.000000 0.592777 0.385965 0.385965 0.385965 +5041.135254 0.000000 761.133789 0.000000 0.674118 0.000000 0.738623 0.379129 0.379129 0.379129 +5014.025391 0.000000 776.590942 0.000000 0.770487 0.000000 0.637456 0.386885 0.386885 0.386885 +5024.284180 0.000000 776.485596 0.000000 0.860841 0.000000 0.508874 0.387978 0.387978 0.387978 +5023.303223 0.000000 761.308289 0.000000 0.913320 0.000000 0.407242 0.390492 0.390492 0.390492 +5010.728027 0.000000 768.454956 0.000000 0.922432 0.000000 0.386161 0.392359 0.392359 0.392359 +5041.393555 0.000000 758.127441 0.000000 0.913038 0.000000 0.407873 0.390875 0.390875 0.390875 +5021.067383 0.000000 757.809814 0.000000 0.593999 0.000000 0.804466 0.377316 0.377316 0.377316 +5029.604004 0.000000 756.880859 0.000000 0.833598 0.000000 0.552371 0.387552 0.387552 0.387552 +5020.743164 0.000000 762.909912 0.000000 0.814426 0.000000 0.580268 0.386461 0.386461 0.386461 +5019.322754 0.000000 758.766846 0.000000 0.816339 0.000000 0.577573 0.386195 0.386195 0.386195 +5014.404297 0.000000 759.912170 0.000000 0.636700 0.000000 0.771111 0.377576 0.377576 0.377576 +5005.735352 0.000000 749.964966 0.000000 0.944938 0.000000 0.327248 0.393242 0.393242 0.393242 +5014.249023 0.000000 790.664062 0.000000 0.892483 0.000000 0.451081 0.389181 0.389181 0.389181 +5026.377441 0.000000 778.024109 0.000000 0.624487 0.000000 0.781035 0.379234 0.379234 0.379234 +5024.754395 0.000000 784.797913 0.000000 0.788021 0.000000 0.615648 0.383443 0.383443 0.383443 +5049.198730 0.000000 761.032349 0.000000 0.835388 0.000000 0.549660 0.388987 0.388987 0.388987 +5019.159668 0.000000 788.425415 0.000000 0.777686 0.000000 0.628653 0.382689 0.382689 0.382689 +4998.813965 0.000000 756.060913 0.000000 0.944263 0.000000 0.329192 0.393652 0.393652 0.393652 +5001.995605 0.000000 783.137878 0.000000 0.945863 0.000000 0.324566 0.392820 0.392820 0.392820 +5033.033691 0.000000 775.733582 0.000000 0.882973 0.000000 0.469423 0.390534 0.390534 0.390534 +5036.311035 0.000000 747.886108 0.000000 0.882055 0.000000 0.471147 0.389957 0.389957 0.389957 +5045.096191 0.000000 759.365356 0.000000 0.846925 0.000000 0.531713 0.389755 0.389755 0.389755 +5016.230957 0.000000 749.305603 0.000000 0.808741 0.000000 0.588165 0.385778 0.385778 0.385778 +5035.008789 0.000000 760.846375 0.000000 0.822273 0.000000 0.569093 0.384584 0.384584 0.384584 +5029.805176 0.000000 789.823608 0.000000 0.812898 0.000000 0.582406 0.384169 0.384169 0.384169 +5004.164062 0.000000 769.806519 0.000000 0.831584 0.000000 0.555399 0.387504 0.387504 0.387504 +5021.948242 0.000000 775.417236 0.000000 0.838498 0.000000 0.544905 0.386447 0.386447 0.386447 +5027.804199 0.000000 777.598267 0.000000 0.807763 0.000000 0.589508 0.386244 0.386244 0.386244 +5001.525391 0.000000 756.344604 0.000000 0.860363 0.000000 0.509682 0.388838 0.388838 0.388838 +5012.708984 0.000000 777.862305 0.000000 0.840979 0.000000 0.541067 0.387668 0.387668 0.387668 +5036.222168 0.000000 767.682739 0.000000 0.610360 0.000000 0.792125 0.381557 0.381557 0.381557 +5036.992676 0.000000 757.197632 0.000000 0.715556 0.000000 0.698555 0.382430 0.382430 0.382430 +5024.342773 0.000000 769.342285 0.000000 0.673751 0.000000 0.738958 0.380694 0.380694 0.380694 +5023.443848 0.000000 772.408264 0.000000 0.938113 0.000000 0.346329 0.390994 0.390994 0.390994 +5005.344238 0.000000 748.586609 0.000000 0.680084 0.000000 0.733135 0.383318 0.383318 0.383318 +5009.185059 0.000000 748.802917 0.000000 0.813418 0.000000 0.581679 0.387198 0.387198 0.387198 +5002.112793 0.000000 771.453735 0.000000 0.911152 0.000000 0.412070 0.391581 0.391581 0.391581 +5022.521973 0.000000 767.742615 0.000000 0.900475 0.000000 0.434907 0.390991 0.390991 0.390991 +5009.977051 0.000000 763.766113 0.000000 0.689034 0.000000 0.724729 0.383405 0.383405 0.383405 +4999.959473 0.000000 783.555664 0.000000 0.892016 0.000000 0.452005 0.389532 0.389532 0.389532 +5018.372559 0.000000 787.153625 0.000000 0.753672 0.000000 0.657250 0.381738 0.381738 0.381738 +5015.398438 0.000000 790.097107 0.000000 0.906933 0.000000 0.421276 0.389947 0.389947 0.389947 +5027.658203 0.000000 774.852234 0.000000 0.828893 0.000000 0.559407 0.386631 0.386631 0.386631 +5029.123047 0.000000 773.458862 0.000000 0.807238 0.000000 0.590227 0.385657 0.385657 0.385657 +5031.639160 0.000000 761.370056 0.000000 0.639308 0.000000 0.768951 0.378276 0.378276 0.378276 +5022.762207 0.000000 756.465515 0.000000 0.864422 0.000000 0.502767 0.388269 0.388269 0.388269 +5035.627441 0.000000 785.480347 0.000000 0.867738 0.000000 0.497022 0.388494 0.388494 0.388494 +5023.082031 0.000000 770.444580 0.000000 0.852949 0.000000 0.521994 0.386015 0.386015 0.386015 +5020.419922 0.000000 765.839783 0.000000 0.817400 0.000000 0.576070 0.387003 0.387003 0.387003 +5033.168457 0.000000 765.854248 0.000000 0.824078 0.000000 0.566476 0.384665 0.384665 0.384665 +5007.939941 0.000000 788.994751 0.000000 0.652966 0.000000 0.757387 0.378118 0.378118 0.378118 +5026.421875 0.000000 770.788757 0.000000 0.763257 0.000000 0.646095 0.382112 0.382112 0.382112 +5043.089355 0.000000 763.293762 0.000000 0.793863 0.000000 0.608096 0.386064 0.386064 0.386064 +5003.042480 0.000000 775.328796 0.000000 0.671854 0.000000 0.740684 0.382842 0.382842 0.382842 +5021.463379 0.000000 760.372864 0.000000 0.760911 0.000000 0.648857 0.383924 0.383924 0.383924 +5023.890137 0.000000 780.538025 0.000000 0.840272 0.000000 0.542166 0.385523 0.385523 0.385523 +5000.362793 0.000000 790.081909 0.000000 0.638713 0.000000 0.769445 0.380624 0.380624 0.380624 +5033.492676 0.000000 784.780640 0.000000 0.822800 0.000000 0.568331 0.384607 0.384607 0.384607 +5027.980469 0.000000 782.090393 0.000000 0.942271 0.000000 0.334850 0.391407 0.391407 0.391407 +5031.595215 0.000000 777.394775 0.000000 0.628014 0.000000 0.778202 0.379606 0.379606 0.379606 +5018.378418 0.000000 784.970703 0.000000 0.781418 0.000000 0.624008 0.382840 0.382840 0.382840 +5018.614258 0.000000 777.940369 0.000000 0.741469 0.000000 0.670987 0.384208 0.384208 0.384208 +5002.092773 0.000000 754.083374 0.000000 0.776803 0.000000 0.629743 0.385136 0.385136 0.385136 +5033.081055 0.000000 761.814209 0.000000 0.655461 0.000000 0.755229 0.378758 0.378758 0.378758 +5014.189453 0.000000 763.300049 0.000000 0.700233 0.000000 0.713914 0.379754 0.379754 0.379754 +5034.742676 0.000000 758.486511 0.000000 0.740453 0.000000 0.672108 0.382262 0.382262 0.382262 +5013.500000 0.000000 764.480591 0.000000 0.867070 0.000000 0.498186 0.387085 0.387085 0.387085 +5017.549805 0.000000 789.183838 0.000000 0.672692 0.000000 0.739922 0.378789 0.378789 0.378789 +5019.464355 0.000000 759.861267 0.000000 0.613510 0.000000 0.789687 0.379592 0.379592 0.379592 +5006.414551 0.000000 783.574951 0.000000 0.722612 0.000000 0.691254 0.382508 0.382508 0.382508 +4998.709961 0.000000 790.426758 0.000000 0.606180 0.000000 0.795328 0.379844 0.379844 0.379844 +4999.583496 0.000000 786.550171 0.000000 0.872170 0.000000 0.489204 0.388514 0.388514 0.388514 +5029.960449 0.000000 774.165649 0.000000 0.897131 0.000000 0.441765 0.390016 0.390016 0.390016 +5028.052246 0.000000 773.739990 0.000000 0.813468 0.000000 0.581610 0.385898 0.385898 0.385898 +5020.950195 0.000000 782.161743 0.000000 0.618325 0.000000 0.785922 0.378239 0.378239 0.378239 +5018.105957 0.000000 754.997803 0.000000 0.736157 0.000000 0.676811 0.383370 0.383370 0.383370 +5020.341797 0.000000 783.961060 0.000000 0.921996 0.000000 0.387199 0.390431 0.390431 0.390431 +5017.314941 0.000000 787.026611 0.000000 0.799327 0.000000 0.600896 0.383585 0.383585 0.383585 +5029.641602 0.000000 761.579407 0.000000 0.733134 0.000000 0.680084 0.381628 0.381628 0.381628 +5036.319336 0.000000 759.097229 0.000000 0.875989 0.000000 0.482332 0.388163 0.388163 0.388163 +5027.967285 0.000000 768.571106 0.000000 0.942707 0.000000 0.333622 0.391559 0.391559 0.391559 +5025.256836 0.000000 771.143677 0.000000 0.634271 0.000000 0.773111 0.377496 0.377496 0.377496 +5040.273926 0.000000 763.572449 0.000000 0.840305 0.000000 0.542114 0.385868 0.385868 0.385868 +5014.794922 0.000000 788.176270 0.000000 0.739766 0.000000 0.672864 0.381574 0.381574 0.381574 +5027.250488 0.000000 771.723267 0.000000 0.875332 0.000000 0.483522 0.387149 0.387149 0.387149 +4911.350098 0.000000 845.524292 0.000000 0.710243 0.000000 0.703956 0.386274 0.386274 0.386274 +4918.588867 0.000000 843.964417 0.000000 0.607834 0.000000 0.794064 0.384883 0.384883 0.384883 +4918.238281 0.000000 847.143311 0.000000 0.692461 0.000000 0.721455 0.380886 0.380886 0.380886 +4910.236328 0.000000 846.637634 0.000000 0.705140 0.000000 0.709068 0.384770 0.384770 0.384770 +4926.841797 0.000000 845.313538 0.000000 0.771454 0.000000 0.636285 0.382438 0.382438 0.382438 +4916.147949 0.000000 845.943481 0.000000 0.906442 0.000000 0.422330 0.391379 0.391379 0.391379 +4926.572266 0.000000 841.299011 0.000000 0.700314 0.000000 0.713835 0.382813 0.382813 0.382813 +4971.960938 0.000000 812.883484 0.000000 0.677566 0.000000 0.735462 0.386013 0.386013 0.386013 +4958.945801 0.000000 819.245178 0.000000 0.919117 0.000000 0.393984 0.392438 0.392438 0.392438 +4967.989746 0.000000 816.685120 0.000000 0.799273 0.000000 0.600969 0.384130 0.384130 0.384130 +4980.078125 0.000000 807.451965 0.000000 0.669312 0.000000 0.742981 0.380596 0.380596 0.380596 +4985.206055 0.000000 800.407776 0.000000 0.853178 0.000000 0.521619 0.389396 0.389396 0.389396 +4990.038574 0.000000 814.764465 0.000000 0.622244 0.000000 0.782824 0.377821 0.377821 0.377821 +4985.728516 0.000000 816.175964 0.000000 0.692590 0.000000 0.721332 0.379482 0.379482 0.379482 +4969.936523 0.000000 843.877686 0.000000 0.903863 0.000000 0.427822 0.389912 0.389912 0.389912 +4939.049316 0.000000 840.662170 0.000000 0.786398 0.000000 0.617720 0.385073 0.385073 0.385073 +4979.824219 0.000000 835.115723 0.000000 0.730909 0.000000 0.682475 0.384098 0.384098 0.384098 +4934.562500 0.000000 834.203247 0.000000 0.907506 0.000000 0.420038 0.388961 0.388961 0.388961 +4931.051758 0.000000 840.633728 0.000000 0.757640 0.000000 0.652673 0.381892 0.381892 0.381892 +4965.817871 0.000000 824.348022 0.000000 0.651044 0.000000 0.759040 0.378054 0.378054 0.378054 +4938.331055 0.000000 836.117554 0.000000 0.933354 0.000000 0.358958 0.390651 0.390651 0.390651 +4982.485352 0.000000 816.195496 0.000000 0.903716 0.000000 0.428133 0.388734 0.388734 0.388734 +4933.041016 0.000000 834.557800 0.000000 0.933262 0.000000 0.359197 0.392534 0.392534 0.392534 +4973.470215 0.000000 819.008301 0.000000 0.894278 0.000000 0.447512 0.388185 0.388185 0.388185 +4933.961426 0.000000 841.414124 0.000000 0.887661 0.000000 0.460498 0.387814 0.387814 0.387814 +4952.325195 0.000000 839.921509 0.000000 0.906034 0.000000 0.423205 0.389789 0.389789 0.389789 +4987.523926 0.000000 804.240601 0.000000 0.642498 0.000000 0.766287 0.377899 0.377899 0.377899 +4987.962402 0.000000 829.729614 0.000000 0.662449 0.000000 0.749107 0.378439 0.378439 0.378439 +4987.914062 0.000000 819.103943 0.000000 0.836805 0.000000 0.547502 0.385246 0.385246 0.385246 +4950.249023 0.000000 847.148438 0.000000 0.936201 0.000000 0.351464 0.390855 0.390855 0.390855 +4945.775879 0.000000 838.354492 0.000000 0.840526 0.000000 0.541772 0.386907 0.386907 0.386907 +4981.635254 0.000000 829.303833 0.000000 0.932320 0.000000 0.361635 0.390577 0.390577 0.390577 +4976.063965 0.000000 816.577271 0.000000 0.694154 0.000000 0.719827 0.379538 0.379538 0.379538 +4960.813477 0.000000 834.287109 0.000000 0.872040 0.000000 0.489435 0.388917 0.388917 0.388917 +4974.671387 0.000000 824.317871 0.000000 0.756679 0.000000 0.653787 0.381854 0.381854 0.381854 +4990.208984 0.000000 827.441956 0.000000 0.608708 0.000000 0.793394 0.376665 0.376665 0.376665 +4982.908203 0.000000 802.655273 0.000000 0.633996 0.000000 0.773336 0.381195 0.381195 0.381195 +4977.352051 0.000000 843.914917 0.000000 0.892673 0.000000 0.450705 0.389705 0.389705 0.389705 +4971.008789 0.000000 817.330750 0.000000 0.754334 0.000000 0.656490 0.381763 0.381763 0.381763 +4938.666016 0.000000 833.142822 0.000000 0.842682 0.000000 0.538412 0.387651 0.387651 0.387651 +4965.085938 0.000000 817.152161 0.000000 0.704129 0.000000 0.710072 0.382298 0.382298 0.382298 +4965.886230 0.000000 836.953003 0.000000 0.757439 0.000000 0.652906 0.386253 0.386253 0.386253 +4974.049316 0.000000 828.694824 0.000000 0.848808 0.000000 0.528702 0.385814 0.385814 0.385814 +4931.094727 0.000000 845.565430 0.000000 0.928493 0.000000 0.371351 0.390312 0.390312 0.390312 +4975.816406 0.000000 836.569580 0.000000 0.833462 0.000000 0.552576 0.385881 0.385881 0.385881 +4949.230957 0.000000 829.293701 0.000000 0.592982 0.000000 0.805216 0.381772 0.381772 0.381772 +4983.129883 0.000000 817.374634 0.000000 0.632701 0.000000 0.774396 0.377444 0.377444 0.377444 +4978.572266 0.000000 815.495911 0.000000 0.819051 0.000000 0.573720 0.384440 0.384440 0.384440 +4984.862793 0.000000 824.904175 0.000000 0.658897 0.000000 0.752233 0.378318 0.378318 0.378318 +4959.182129 0.000000 838.280396 0.000000 0.802447 0.000000 0.596724 0.385346 0.385346 0.385346 +4970.544434 0.000000 827.634277 0.000000 0.764744 0.000000 0.644334 0.382171 0.382171 0.382171 +4959.443848 0.000000 828.892639 0.000000 0.900001 0.000000 0.435887 0.388785 0.388785 0.388785 +4951.285645 0.000000 830.491760 0.000000 0.703500 0.000000 0.710695 0.380384 0.380384 0.380384 +4949.323242 0.000000 832.003113 0.000000 0.898715 0.000000 0.438534 0.389211 0.389211 0.389211 +4989.505859 0.000000 798.857666 0.000000 0.898920 0.000000 0.438112 0.390807 0.390807 0.390807 +4968.703613 0.000000 845.649719 0.000000 0.904695 0.000000 0.426059 0.389298 0.389298 0.389298 +4958.521973 0.000000 824.226990 0.000000 0.849423 0.000000 0.527713 0.385844 0.385844 0.385844 +4958.985352 0.000000 839.825134 0.000000 0.878975 0.000000 0.476868 0.388608 0.388608 0.388608 +4981.881348 0.000000 832.940979 0.000000 0.837912 0.000000 0.545806 0.386105 0.386105 0.386105 +4986.116699 0.000000 840.097412 0.000000 0.717545 0.000000 0.696512 0.382841 0.382841 0.382841 +4985.099121 0.000000 837.783325 0.000000 0.632577 0.000000 0.774497 0.377883 0.377883 0.377883 +4933.108887 0.000000 840.413879 0.000000 0.745562 0.000000 0.666436 0.381426 0.381426 0.381426 +4975.984863 0.000000 824.361633 0.000000 0.821779 0.000000 0.569806 0.384561 0.384561 0.384561 +4963.658203 0.000000 831.336609 0.000000 0.629660 0.000000 0.776871 0.380010 0.380010 0.380010 +4971.365234 0.000000 833.769104 0.000000 0.773004 0.000000 0.634401 0.383220 0.383220 0.383220 +4963.590332 0.000000 836.669556 0.000000 0.655302 0.000000 0.755367 0.382771 0.382771 0.382771 +4990.710938 0.000000 829.007690 0.000000 0.804441 0.000000 0.594032 0.383803 0.383803 0.383803 +4973.494141 0.000000 832.421631 0.000000 0.929871 0.000000 0.367885 0.390501 0.390501 0.390501 +4946.134277 0.000000 847.181458 0.000000 0.758944 0.000000 0.651156 0.381943 0.381943 0.381943 +4984.311035 0.000000 835.433350 0.000000 0.907303 0.000000 0.420477 0.389187 0.389187 0.389187 +4988.871582 0.000000 819.976074 0.000000 0.608273 0.000000 0.793728 0.376651 0.376651 0.376651 +4976.161133 0.000000 830.130310 0.000000 0.776824 0.000000 0.629717 0.382654 0.382654 0.382654 +4973.710938 0.000000 841.980469 0.000000 0.619033 0.000000 0.785365 0.378261 0.378261 0.378261 +4947.857422 0.000000 843.478149 0.000000 0.876762 0.000000 0.480924 0.387224 0.387224 0.387224 +4959.082031 0.000000 826.928955 0.000000 0.649278 0.000000 0.760551 0.377994 0.377994 0.377994 +4974.588379 0.000000 834.562561 0.000000 0.910954 0.000000 0.412507 0.389172 0.389172 0.389172 +4956.046387 0.000000 824.095398 0.000000 0.924322 0.000000 0.381613 0.390030 0.390030 0.390030 +4943.939941 0.000000 845.479126 0.000000 0.779868 0.000000 0.625945 0.382777 0.382777 0.382777 +4986.917480 0.000000 838.027893 0.000000 0.623594 0.000000 0.781748 0.377146 0.377146 0.377146 +4960.813965 0.000000 828.636047 0.000000 0.709648 0.000000 0.704557 0.382004 0.382004 0.382004 +4979.089355 0.000000 819.778137 0.000000 0.946907 0.000000 0.321507 0.392188 0.392188 0.392188 +4985.471191 0.000000 807.120544 0.000000 0.788651 0.000000 0.614841 0.385121 0.385121 0.385121 +4960.520996 0.000000 846.234070 0.000000 0.631798 0.000000 0.775133 0.377415 0.377415 0.377415 +4932.561035 0.000000 837.062805 0.000000 0.853202 0.000000 0.521580 0.386164 0.386164 0.386164 +4955.313477 0.000000 838.414734 0.000000 0.670509 0.000000 0.741901 0.380258 0.380258 0.380258 +4971.446289 0.000000 832.392822 0.000000 0.810293 0.000000 0.586025 0.384712 0.384712 0.384712 +4970.410156 0.000000 831.817017 0.000000 0.727943 0.000000 0.685638 0.380762 0.380762 0.380762 +4959.890137 0.000000 837.022400 0.000000 0.754752 0.000000 0.656010 0.384209 0.384209 0.384209 +4986.145020 0.000000 835.925415 0.000000 0.880856 0.000000 0.473384 0.387443 0.387443 0.387443 +4937.122070 0.000000 837.842896 0.000000 0.763599 0.000000 0.645691 0.382126 0.382126 0.382126 +4980.617188 0.000000 844.138306 0.000000 0.621978 0.000000 0.783035 0.380507 0.380507 0.380507 +4952.507324 0.000000 838.306274 0.000000 0.906289 0.000000 0.422658 0.389803 0.389803 0.389803 +4945.432129 0.000000 845.912109 0.000000 0.707523 0.000000 0.706690 0.380015 0.380015 0.380015 +4971.550781 0.000000 840.488525 0.000000 0.783790 0.000000 0.621026 0.383573 0.383573 0.383573 +4983.883789 0.000000 836.830322 0.000000 0.936060 0.000000 0.351841 0.392424 0.392424 0.392424 +4990.282715 0.000000 806.901978 0.000000 0.913316 0.000000 0.407251 0.390869 0.390869 0.390869 +4967.595215 0.000000 833.879150 0.000000 0.837091 0.000000 0.547063 0.387659 0.387659 0.387659 +4991.956055 0.000000 817.699585 0.000000 0.612986 0.000000 0.790094 0.377485 0.377485 0.377485 +4970.690430 0.000000 846.824463 0.000000 0.727750 0.000000 0.685842 0.381359 0.381359 0.381359 +4988.196777 0.000000 800.551147 0.000000 0.859203 0.000000 0.511635 0.388227 0.388227 0.388227 +4978.290039 0.000000 844.547363 0.000000 0.779139 0.000000 0.626851 0.382748 0.382748 0.382748 +4990.141113 0.000000 837.649475 0.000000 0.753832 0.000000 0.657067 0.381744 0.381744 0.381744 +4973.039062 0.000000 828.204651 0.000000 0.674020 0.000000 0.738713 0.378835 0.378835 0.378835 +4980.629395 0.000000 832.981384 0.000000 0.667084 0.000000 0.744983 0.379772 0.379772 0.379772 +4934.282227 0.000000 836.835693 0.000000 0.767960 0.000000 0.640498 0.382298 0.382298 0.382298 +4990.358398 0.000000 797.653015 0.000000 0.937137 0.000000 0.348961 0.391848 0.391848 0.391848 +4947.400879 0.000000 846.754272 0.000000 0.756890 0.000000 0.653543 0.381863 0.381863 0.381863 +4948.037109 0.000000 830.529907 0.000000 0.749296 0.000000 0.662235 0.383809 0.383809 0.383809 +4968.466309 0.000000 824.318726 0.000000 0.652141 0.000000 0.758098 0.378090 0.378090 0.378090 +4989.764648 0.000000 828.437134 0.000000 0.633502 0.000000 0.773741 0.377471 0.377471 0.377471 +4978.699707 0.000000 821.834167 0.000000 0.600399 0.000000 0.799701 0.376399 0.376399 0.376399 +4935.583496 0.000000 843.034546 0.000000 0.868496 0.000000 0.495696 0.386819 0.386819 0.386819 +4972.436035 0.000000 831.937012 0.000000 0.802856 0.000000 0.596173 0.383735 0.383735 0.383735 +4981.577148 0.000000 809.727234 0.000000 0.862011 0.000000 0.506890 0.386623 0.386623 0.386623 +4965.249023 0.000000 844.986816 0.000000 0.613081 0.000000 0.790020 0.377169 0.377169 0.377169 +4932.485840 0.000000 838.131592 0.000000 0.921597 0.000000 0.388148 0.389849 0.389849 0.389849 +4976.471680 0.000000 815.583008 0.000000 0.817713 0.000000 0.575627 0.384381 0.384381 0.384381 +4984.785645 0.000000 819.305420 0.000000 0.917160 0.000000 0.398518 0.389562 0.389562 0.389562 +4951.599609 0.000000 837.667969 0.000000 0.943059 0.000000 0.332625 0.392127 0.392127 0.392127 +4941.689453 0.000000 841.602478 0.000000 0.849489 0.000000 0.527606 0.386791 0.386791 0.386791 +4991.124512 0.000000 814.494629 0.000000 0.876400 0.000000 0.481583 0.387606 0.387606 0.387606 +4967.486328 0.000000 819.768372 0.000000 0.701701 0.000000 0.712472 0.379806 0.379806 0.379806 +4964.375977 0.000000 828.045959 0.000000 0.944556 0.000000 0.328351 0.391481 0.391481 0.391481 +4961.256836 0.000000 827.628052 0.000000 0.897348 0.000000 0.441324 0.388361 0.388361 0.388361 +4976.425781 0.000000 812.300964 0.000000 0.858699 0.000000 0.512480 0.386298 0.386298 0.386298 +4987.427246 0.000000 813.966187 0.000000 0.803988 0.000000 0.594646 0.383783 0.383783 0.383783 +4958.155273 0.000000 846.274963 0.000000 0.715090 0.000000 0.699032 0.380289 0.380289 0.380289 +4981.304199 0.000000 811.309021 0.000000 0.900481 0.000000 0.434896 0.388543 0.388543 0.388543 +4944.360840 0.000000 837.325806 0.000000 0.620127 0.000000 0.784501 0.377979 0.377979 0.377979 +4908.127930 0.000000 874.706909 0.000000 0.820533 0.000000 0.571598 0.390430 0.390430 0.390430 +4910.693848 0.000000 879.324280 0.000000 0.754333 0.000000 0.656492 0.388736 0.388736 0.388736 +4902.792969 0.000000 850.077637 0.000000 0.890463 0.000000 0.455055 0.392593 0.392593 0.392593 +4919.822754 0.000000 878.558777 0.000000 0.891702 0.000000 0.452622 0.389845 0.389845 0.389845 +4924.201172 0.000000 867.856140 0.000000 0.657923 0.000000 0.753085 0.378285 0.378285 0.378285 +4927.416504 0.000000 854.490601 0.000000 0.767683 0.000000 0.640830 0.384371 0.384371 0.384371 +4917.385254 0.000000 877.872864 0.000000 0.878723 0.000000 0.477332 0.389142 0.389142 0.389142 +4922.082520 0.000000 851.490112 0.000000 0.680812 0.000000 0.732458 0.380137 0.380137 0.380137 +4926.905762 0.000000 853.075989 0.000000 0.783846 0.000000 0.620956 0.382940 0.382940 0.382940 +4919.353516 0.000000 854.409424 0.000000 0.901086 0.000000 0.433641 0.388959 0.388959 0.388959 +4927.883789 0.000000 886.005188 0.000000 0.939336 0.000000 0.342998 0.393619 0.393619 0.393619 +4918.203613 0.000000 887.596069 0.000000 0.626768 0.000000 0.779206 0.381398 0.381398 0.381398 +4912.063965 0.000000 873.061646 0.000000 0.939998 0.000000 0.341179 0.392264 0.392264 0.392264 +4918.041992 0.000000 847.307922 0.000000 0.925210 0.000000 0.379457 0.390769 0.390769 0.390769 +4921.187988 0.000000 878.750977 0.000000 0.613745 0.000000 0.789504 0.381098 0.381098 0.381098 +4927.314453 0.000000 875.178406 0.000000 0.785738 0.000000 0.618560 0.387013 0.387013 0.387013 +4925.367188 0.000000 898.401367 0.000000 0.765562 0.000000 0.643363 0.386460 0.386460 0.386460 +4925.818848 0.000000 848.630859 0.000000 0.883895 0.000000 0.467686 0.387607 0.387607 0.387607 +4926.420410 0.000000 860.606384 0.000000 0.942950 0.000000 0.332934 0.391357 0.391357 0.391357 +4919.777832 0.000000 876.200745 0.000000 0.802526 0.000000 0.596617 0.385221 0.385221 0.385221 +4914.572266 0.000000 871.980286 0.000000 0.938368 0.000000 0.345636 0.392546 0.392546 0.392546 +4920.862793 0.000000 881.388550 0.000000 0.898523 0.000000 0.438927 0.390448 0.390448 0.390448 +4916.887695 0.000000 870.852722 0.000000 0.588606 0.000000 0.808420 0.377624 0.377624 0.377624 +4919.338379 0.000000 879.789856 0.000000 0.896028 0.000000 0.443997 0.390054 0.390054 0.390054 +4915.413574 0.000000 866.816223 0.000000 0.623878 0.000000 0.781522 0.377156 0.377156 0.377156 +4919.719727 0.000000 851.295471 0.000000 0.829138 0.000000 0.559044 0.386848 0.386848 0.386848 +4920.930664 0.000000 859.665771 0.000000 0.806558 0.000000 0.591155 0.385883 0.385883 0.385883 +4915.583984 0.000000 851.841553 0.000000 0.915708 0.000000 0.401845 0.391225 0.391225 0.391225 +4918.646973 0.000000 865.754272 0.000000 0.892345 0.000000 0.451354 0.390156 0.390156 0.390156 +4915.609375 0.000000 877.431885 0.000000 0.722783 0.000000 0.691075 0.383847 0.383847 0.383847 +4921.538086 0.000000 870.216125 0.000000 0.814510 0.000000 0.580149 0.386125 0.386125 0.386125 +4919.961426 0.000000 848.958252 0.000000 0.924270 0.000000 0.381739 0.391043 0.391043 0.391043 +4919.569824 0.000000 867.263794 0.000000 0.864900 0.000000 0.501944 0.388369 0.388369 0.388369 +4915.578125 0.000000 870.502930 0.000000 0.945960 0.000000 0.324282 0.393025 0.393025 0.393025 +4912.795410 0.000000 857.290649 0.000000 0.665241 0.000000 0.746628 0.382111 0.382111 0.382111 +4924.159668 0.000000 864.901917 0.000000 0.930072 0.000000 0.367376 0.390420 0.390420 0.390420 +4926.358398 0.000000 854.137390 0.000000 0.705692 0.000000 0.708519 0.382308 0.382308 0.382308 +4913.437988 0.000000 863.440552 0.000000 0.728572 0.000000 0.684970 0.382933 0.382933 0.382933 +4917.988770 0.000000 858.504883 0.000000 0.813589 0.000000 0.581440 0.384757 0.384757 0.384757 +4915.336914 0.000000 869.377319 0.000000 0.616462 0.000000 0.787385 0.376915 0.376915 0.376915 +4916.906250 0.000000 853.518005 0.000000 0.596308 0.000000 0.802756 0.379201 0.379201 0.379201 +4927.022461 0.000000 859.713623 0.000000 0.757449 0.000000 0.652894 0.382666 0.382666 0.382666 +4923.028320 0.000000 852.669495 0.000000 0.845917 0.000000 0.533314 0.385676 0.385676 0.385676 +4907.303711 0.000000 849.825806 0.000000 0.736363 0.000000 0.676586 0.382672 0.382672 0.382672 +4942.650879 0.000000 897.606445 0.000000 0.945151 0.000000 0.326634 0.394684 0.394684 0.394684 +4930.026855 0.000000 895.891846 0.000000 0.891188 0.000000 0.453634 0.392618 0.392618 0.392618 +4959.888672 0.000000 868.809875 0.000000 0.791103 0.000000 0.611682 0.388662 0.388662 0.388662 +4936.237305 0.000000 895.292175 0.000000 0.936284 0.000000 0.351245 0.394104 0.394104 0.394104 +4932.483887 0.000000 877.014343 0.000000 0.779172 0.000000 0.626810 0.387484 0.387484 0.387484 +4933.832520 0.000000 879.131287 0.000000 0.741519 0.000000 0.670932 0.386229 0.386229 0.386229 +4941.340332 0.000000 887.492432 0.000000 0.825236 0.000000 0.564787 0.389272 0.389272 0.389272 +4944.310547 0.000000 894.861084 0.000000 0.870951 0.000000 0.491371 0.389561 0.389561 0.389561 +4944.583984 0.000000 885.621765 0.000000 0.609945 0.000000 0.792444 0.379628 0.379628 0.379628 +4958.190918 0.000000 884.319458 0.000000 0.820980 0.000000 0.570956 0.384677 0.384677 0.384677 +4932.140625 0.000000 888.833496 0.000000 0.873307 0.000000 0.487171 0.389659 0.389659 0.389659 +4950.020996 0.000000 848.585693 0.000000 0.813315 0.000000 0.581824 0.384187 0.384187 0.384187 +4956.266602 0.000000 884.632812 0.000000 0.590313 0.000000 0.807174 0.379269 0.379269 0.379269 +4959.967773 0.000000 865.465332 0.000000 0.836114 0.000000 0.548555 0.386548 0.386548 0.386548 +4928.016113 0.000000 855.918152 0.000000 0.807921 0.000000 0.589291 0.383953 0.383953 0.383953 +4953.935547 0.000000 887.668274 0.000000 0.801558 0.000000 0.597917 0.384128 0.384128 0.384128 +4944.278320 0.000000 867.984924 0.000000 0.829083 0.000000 0.559125 0.385306 0.385306 0.385306 +4946.010742 0.000000 897.798706 0.000000 0.787514 0.000000 0.616297 0.386937 0.386937 0.386937 +4957.380859 0.000000 866.663269 0.000000 0.829577 0.000000 0.558392 0.386866 0.386866 0.386866 +4950.351074 0.000000 866.006042 0.000000 0.945670 0.000000 0.325128 0.391567 0.391567 0.391567 +4960.131348 0.000000 852.385010 0.000000 0.644181 0.000000 0.764873 0.380563 0.380563 0.380563 +4966.707031 0.000000 855.822937 0.000000 0.687053 0.000000 0.726607 0.379288 0.379288 0.379288 +4936.131348 0.000000 856.653381 0.000000 0.610807 0.000000 0.791780 0.376732 0.376732 0.376732 +4945.267090 0.000000 877.899414 0.000000 0.754924 0.000000 0.655813 0.381786 0.381786 0.381786 +4943.354980 0.000000 893.487732 0.000000 0.790702 0.000000 0.612201 0.385164 0.385164 0.385164 +4949.918945 0.000000 858.773010 0.000000 0.696865 0.000000 0.717202 0.381830 0.381830 0.381830 +4930.657715 0.000000 892.027954 0.000000 0.923327 0.000000 0.384014 0.392522 0.392522 0.392522 +4942.035156 0.000000 873.265259 0.000000 0.835582 0.000000 0.549365 0.385945 0.385945 0.385945 +4931.916016 0.000000 851.878662 0.000000 0.927397 0.000000 0.374078 0.391347 0.391347 0.391347 +4959.303223 0.000000 874.277039 0.000000 0.773740 0.000000 0.633503 0.382940 0.382940 0.382940 +4979.663574 0.000000 848.434021 0.000000 0.940436 0.000000 0.339970 0.393730 0.393730 0.393730 +4930.970703 0.000000 856.713257 0.000000 0.930376 0.000000 0.366608 0.390442 0.390442 0.390442 +4948.575195 0.000000 865.769653 0.000000 0.909649 0.000000 0.415378 0.389113 0.389113 0.389113 +4932.846680 0.000000 862.172913 0.000000 0.817127 0.000000 0.576458 0.386410 0.386410 0.386410 +4954.062500 0.000000 874.303223 0.000000 0.834635 0.000000 0.550804 0.385146 0.385146 0.385146 +4936.161133 0.000000 859.387024 0.000000 0.840993 0.000000 0.541046 0.385671 0.385671 0.385671 +4942.213379 0.000000 848.970581 0.000000 0.687468 0.000000 0.726215 0.380560 0.380560 0.380560 +4957.067383 0.000000 870.778564 0.000000 0.949184 0.000000 0.314721 0.392343 0.392343 0.392343 +4939.761719 0.000000 871.675293 0.000000 0.800479 0.000000 0.599361 0.383634 0.383634 0.383634 +4955.529297 0.000000 877.951538 0.000000 0.802318 0.000000 0.596897 0.383712 0.383712 0.383712 +4956.743164 0.000000 875.878662 0.000000 0.644878 0.000000 0.764285 0.377847 0.377847 0.377847 +4945.469238 0.000000 865.004089 0.000000 0.658706 0.000000 0.752400 0.378524 0.378524 0.378524 +4934.382324 0.000000 884.265564 0.000000 0.939319 0.000000 0.343045 0.392430 0.392430 0.392430 +4971.440918 0.000000 854.953979 0.000000 0.636204 0.000000 0.771521 0.381168 0.381168 0.381168 +4960.868164 0.000000 863.637024 0.000000 0.903773 0.000000 0.428013 0.388737 0.388737 0.388737 +4942.835449 0.000000 876.906250 0.000000 0.694118 0.000000 0.719861 0.381944 0.381944 0.381944 +4935.231934 0.000000 860.504883 0.000000 0.738971 0.000000 0.673737 0.384349 0.384349 0.384349 +4952.470703 0.000000 870.013611 0.000000 0.616213 0.000000 0.787580 0.376907 0.376907 0.376907 +4928.421387 0.000000 890.788757 0.000000 0.871560 0.000000 0.490289 0.389152 0.389152 0.389152 +4938.576172 0.000000 877.609436 0.000000 0.741904 0.000000 0.670506 0.385066 0.385066 0.385066 +4949.353516 0.000000 883.155396 0.000000 0.935376 0.000000 0.353654 0.390795 0.390795 0.390795 +4951.724609 0.000000 874.395081 0.000000 0.722979 0.000000 0.690870 0.380578 0.380578 0.380578 +4935.662109 0.000000 883.990906 0.000000 0.604999 0.000000 0.796226 0.382479 0.382479 0.382479 +4929.219727 0.000000 855.284180 0.000000 0.746204 0.000000 0.665717 0.381450 0.381450 0.381450 +4940.183105 0.000000 856.920898 0.000000 0.734200 0.000000 0.678933 0.380995 0.380995 0.380995 +4958.022949 0.000000 890.678406 0.000000 0.915750 0.000000 0.401748 0.390339 0.390339 0.390339 +4955.430664 0.000000 887.900269 0.000000 0.684481 0.000000 0.729031 0.379198 0.379198 0.379198 +4949.323242 0.000000 888.487488 0.000000 0.948413 0.000000 0.317037 0.391785 0.391785 0.391785 +4960.387695 0.000000 856.559143 0.000000 0.647880 0.000000 0.761743 0.377948 0.377948 0.377948 +4930.176270 0.000000 885.198853 0.000000 0.848068 0.000000 0.529888 0.387870 0.387870 0.387870 +4950.048340 0.000000 870.378540 0.000000 0.734420 0.000000 0.678696 0.381004 0.381004 0.381004 +4962.554688 0.000000 856.979675 0.000000 0.738033 0.000000 0.674765 0.381140 0.381140 0.381140 +4955.970215 0.000000 848.247742 0.000000 0.650250 0.000000 0.759720 0.378027 0.378027 0.378027 +4942.689941 0.000000 883.609924 0.000000 0.909701 0.000000 0.415264 0.391297 0.391297 0.391297 +4936.409180 0.000000 862.085083 0.000000 0.872019 0.000000 0.489473 0.387333 0.387333 0.387333 +4954.203125 0.000000 879.871460 0.000000 0.901707 0.000000 0.432348 0.388615 0.388615 0.388615 +4930.857910 0.000000 889.609131 0.000000 0.916954 0.000000 0.398993 0.391864 0.391864 0.391864 +4952.864258 0.000000 873.819580 0.000000 0.946895 0.000000 0.321544 0.391664 0.391664 0.391664 +4959.169922 0.000000 860.503235 0.000000 0.744396 0.000000 0.667738 0.381381 0.381381 0.381381 +4971.276855 0.000000 892.752197 0.000000 0.912727 0.000000 0.408570 0.390228 0.390228 0.390228 +4965.123047 0.000000 886.427612 0.000000 0.922597 0.000000 0.385765 0.389915 0.389915 0.389915 +4951.843750 0.000000 885.605774 0.000000 0.604685 0.000000 0.796465 0.377134 0.377134 0.377134 +4947.389160 0.000000 859.848511 0.000000 0.941186 0.000000 0.337888 0.391946 0.391946 0.391946 +4932.727051 0.000000 854.516479 0.000000 0.931763 0.000000 0.363066 0.390613 0.390613 0.390613 +4932.601562 0.000000 848.589172 0.000000 0.850536 0.000000 0.525917 0.386838 0.386838 0.386838 +4947.222656 0.000000 889.098694 0.000000 0.848873 0.000000 0.528596 0.385817 0.385817 0.385817 +4957.048828 0.000000 848.908081 0.000000 0.881582 0.000000 0.472031 0.387482 0.387482 0.387482 +4956.419922 0.000000 878.808533 0.000000 0.883081 0.000000 0.469220 0.387563 0.387563 0.387563 +4969.849121 0.000000 857.937805 0.000000 0.624663 0.000000 0.780894 0.380089 0.380089 0.380089 +4942.511719 0.000000 857.900024 0.000000 0.918956 0.000000 0.394361 0.390224 0.390224 0.390224 +4949.042969 0.000000 875.169495 0.000000 0.784291 0.000000 0.620393 0.384462 0.384462 0.384462 +4961.799316 0.000000 886.151550 0.000000 0.945661 0.000000 0.325154 0.391567 0.391567 0.391567 +4960.728027 0.000000 858.474365 0.000000 0.689103 0.000000 0.724664 0.379360 0.379360 0.379360 +4960.813965 0.000000 885.120422 0.000000 0.864452 0.000000 0.502715 0.386587 0.386587 0.386587 +4956.429199 0.000000 886.609070 0.000000 0.658865 0.000000 0.752261 0.378317 0.378317 0.378317 +4959.121582 0.000000 878.525879 0.000000 0.798503 0.000000 0.601991 0.383550 0.383550 0.383550 +4957.463379 0.000000 873.341614 0.000000 0.735548 0.000000 0.677473 0.381826 0.381826 0.381826 +4931.610840 0.000000 849.247375 0.000000 0.869114 0.000000 0.494612 0.387961 0.387961 0.387961 +4940.518066 0.000000 875.855896 0.000000 0.769663 0.000000 0.638450 0.384648 0.384648 0.384648 +4942.047363 0.000000 874.462952 0.000000 0.860086 0.000000 0.510149 0.386982 0.386982 0.386982 +4928.213379 0.000000 859.367249 0.000000 0.690259 0.000000 0.723562 0.379400 0.379400 0.379400 +4934.916992 0.000000 849.689575 0.000000 0.834072 0.000000 0.551655 0.387454 0.387454 0.387454 +4940.748535 0.000000 852.960876 0.000000 0.636916 0.000000 0.770934 0.379385 0.379385 0.379385 +4931.978516 0.000000 863.483521 0.000000 0.611674 0.000000 0.791110 0.376760 0.376760 0.376760 +4944.122070 0.000000 858.199341 0.000000 0.860184 0.000000 0.509984 0.386666 0.386666 0.386666 +4954.768555 0.000000 862.197937 0.000000 0.722677 0.000000 0.691186 0.380567 0.380567 0.380567 +4950.342773 0.000000 847.411133 0.000000 0.675255 0.000000 0.737585 0.378877 0.378877 0.378877 +4973.104004 0.000000 848.720093 0.000000 0.651819 0.000000 0.758375 0.378080 0.378080 0.378080 +4960.087402 0.000000 887.384888 0.000000 0.893460 0.000000 0.449142 0.388138 0.388138 0.388138 +4946.265625 0.000000 849.974243 0.000000 0.881774 0.000000 0.471673 0.387492 0.387492 0.387492 +4958.228516 0.000000 847.277283 0.000000 0.868975 0.000000 0.494856 0.386818 0.386818 0.386818 +4954.905273 0.000000 880.838989 0.000000 0.851143 0.000000 0.524933 0.385927 0.385927 0.385927 +4928.369141 0.000000 886.792786 0.000000 0.751595 0.000000 0.659625 0.384067 0.384067 0.384067 +4940.104980 0.000000 890.164368 0.000000 0.880870 0.000000 0.473359 0.388477 0.388477 0.388477 +4928.125977 0.000000 866.687561 0.000000 0.914939 0.000000 0.403592 0.389421 0.389421 0.389421 +4957.720703 0.000000 869.848877 0.000000 0.839263 0.000000 0.543726 0.386997 0.386997 0.386997 +4937.386230 0.000000 854.536072 0.000000 0.756056 0.000000 0.654507 0.382507 0.382507 0.382507 +4956.225586 0.000000 874.895569 0.000000 0.820040 0.000000 0.572306 0.384484 0.384484 0.384484 +4936.323730 0.000000 865.790161 0.000000 0.816513 0.000000 0.577327 0.385034 0.385034 0.385034 +4964.052246 0.000000 886.708740 0.000000 0.941386 0.000000 0.337331 0.391238 0.391238 0.391238 +4951.987793 0.000000 875.903992 0.000000 0.948739 0.000000 0.316060 0.391811 0.391811 0.391811 +4947.508789 0.000000 863.657593 0.000000 0.899659 0.000000 0.436594 0.388901 0.388901 0.388901 +4954.105957 0.000000 867.966553 0.000000 0.768973 0.000000 0.639281 0.383516 0.383516 0.383516 +4933.937500 0.000000 847.765564 0.000000 0.946724 0.000000 0.322045 0.392027 0.392027 0.392027 +4977.862305 0.000000 848.467468 0.000000 0.861138 0.000000 0.508371 0.388124 0.388124 0.388124 +4966.425293 0.000000 851.076965 0.000000 0.803726 0.000000 0.594999 0.383772 0.383772 0.383772 +4961.875488 0.000000 882.028381 0.000000 0.916743 0.000000 0.399478 0.389535 0.389535 0.389535 +4949.654297 0.000000 881.178467 0.000000 0.842612 0.000000 0.538522 0.386399 0.386399 0.386399 +4948.295898 0.000000 855.995605 0.000000 0.641709 0.000000 0.766948 0.377742 0.377742 0.377742 +4943.718262 0.000000 847.718933 0.000000 0.598116 0.000000 0.801409 0.376327 0.376327 0.376327 +4948.371094 0.000000 883.506104 0.000000 0.618216 0.000000 0.786009 0.376972 0.376972 0.376972 +4961.256836 0.000000 884.112427 0.000000 0.787112 0.000000 0.616810 0.383074 0.383074 0.383074 +4948.417969 0.000000 877.360962 0.000000 0.734950 0.000000 0.678121 0.382772 0.382772 0.382772 +4951.759277 0.000000 855.684570 0.000000 0.854696 0.000000 0.519129 0.386727 0.386727 0.386727 +4934.427246 0.000000 857.823486 0.000000 0.934770 0.000000 0.355254 0.390752 0.390752 0.390752 +4956.338867 0.000000 891.767517 0.000000 0.790730 0.000000 0.612165 0.383224 0.383224 0.383224 +4952.788574 0.000000 861.377930 0.000000 0.712595 0.000000 0.701576 0.380198 0.380198 0.380198 +5051.739258 0.000000 795.287903 0.000000 0.871624 0.000000 0.490174 0.391482 0.391482 0.391482 +5032.199219 0.000000 821.627197 0.000000 0.914581 0.000000 0.404404 0.392953 0.392953 0.392953 +5045.177734 0.000000 801.301697 0.000000 0.667186 0.000000 0.744891 0.384894 0.384894 0.384894 +5042.999023 0.000000 798.124084 0.000000 0.940854 0.000000 0.338812 0.393666 0.393666 0.393666 +5021.614258 0.000000 822.509155 0.000000 0.851391 0.000000 0.524532 0.390847 0.390847 0.390847 +5017.349609 0.000000 810.731934 0.000000 0.794863 0.000000 0.606789 0.384308 0.384308 0.384308 +5008.004883 0.000000 808.249084 0.000000 0.945809 0.000000 0.324724 0.391578 0.391578 0.391578 +5034.415039 0.000000 810.399414 0.000000 0.736497 0.000000 0.676441 0.385348 0.385348 0.385348 +5054.038574 0.000000 814.764465 0.000000 0.724058 0.000000 0.689739 0.384988 0.384988 0.384988 +5012.433105 0.000000 807.795837 0.000000 0.880201 0.000000 0.474601 0.388839 0.388839 0.388839 +5029.265137 0.000000 810.444763 0.000000 0.852968 0.000000 0.521963 0.387277 0.387277 0.387277 +5037.531250 0.000000 809.174377 0.000000 0.822897 0.000000 0.568191 0.385517 0.385517 0.385517 +5011.704102 0.000000 804.545471 0.000000 0.938184 0.000000 0.346137 0.391299 0.391299 0.391299 +5045.385254 0.000000 821.388489 0.000000 0.840280 0.000000 0.542153 0.388298 0.388298 0.388298 +5013.729980 0.000000 806.371338 0.000000 0.845696 0.000000 0.533664 0.387295 0.387295 0.387295 +5036.147461 0.000000 806.416626 0.000000 0.688743 0.000000 0.725005 0.382344 0.382344 0.382344 +5006.222168 0.000000 813.932068 0.000000 0.896157 0.000000 0.443737 0.388292 0.388292 0.388292 +5028.813477 0.000000 807.935486 0.000000 0.706842 0.000000 0.707372 0.379990 0.379990 0.379990 +5026.977539 0.000000 805.280701 0.000000 0.938011 0.000000 0.346604 0.391499 0.391499 0.391499 +5046.362793 0.000000 824.423035 0.000000 0.603401 0.000000 0.797438 0.381795 0.381795 0.381795 +5035.954590 0.000000 814.487305 0.000000 0.647430 0.000000 0.762125 0.378625 0.378625 0.378625 +5025.853027 0.000000 802.546021 0.000000 0.918245 0.000000 0.396012 0.389753 0.389753 0.389753 +4992.016113 0.000000 799.433777 0.000000 0.927424 0.000000 0.374011 0.390353 0.390353 0.390353 +5045.071289 0.000000 795.522522 0.000000 0.856909 0.000000 0.515467 0.387210 0.387210 0.387210 +5001.912598 0.000000 819.883423 0.000000 0.845223 0.000000 0.534414 0.387106 0.387106 0.387106 +5037.641602 0.000000 807.138245 0.000000 0.920215 0.000000 0.391413 0.391245 0.391245 0.391245 +5051.955078 0.000000 821.836426 0.000000 0.778159 0.000000 0.628067 0.384810 0.384810 0.384810 +5013.918945 0.000000 802.288635 0.000000 0.887414 0.000000 0.460974 0.388302 0.388302 0.388302 +4993.639160 0.000000 825.987610 0.000000 0.647099 0.000000 0.762406 0.377921 0.377921 0.377921 +4995.916016 0.000000 795.394287 0.000000 0.709300 0.000000 0.704907 0.380079 0.380079 0.380079 +5036.188965 0.000000 795.802368 0.000000 0.653235 0.000000 0.757155 0.381215 0.381215 0.381215 +5035.175293 0.000000 809.078735 0.000000 0.813049 0.000000 0.582196 0.384424 0.384424 0.384424 +5012.575195 0.000000 809.285278 0.000000 0.779278 0.000000 0.626679 0.383565 0.383565 0.383565 +5044.319336 0.000000 818.407043 0.000000 0.884891 0.000000 0.465798 0.390032 0.390032 0.390032 +4997.431641 0.000000 801.557922 0.000000 0.927349 0.000000 0.374198 0.391076 0.391076 0.391076 +5007.446289 0.000000 806.799316 0.000000 0.634000 0.000000 0.773333 0.377752 0.377752 0.377752 +5004.289551 0.000000 804.228638 0.000000 0.596647 0.000000 0.802504 0.376885 0.376885 0.376885 +5029.802246 0.000000 809.058105 0.000000 0.698433 0.000000 0.715675 0.380805 0.380805 0.380805 +5001.676758 0.000000 805.457764 0.000000 0.939453 0.000000 0.342677 0.392508 0.392508 0.392508 +5038.908691 0.000000 802.090698 0.000000 0.851029 0.000000 0.525119 0.388434 0.388434 0.388434 +5013.272461 0.000000 799.150818 0.000000 0.650428 0.000000 0.759568 0.379799 0.379799 0.379799 +5051.962402 0.000000 829.729614 0.000000 0.590141 0.000000 0.807300 0.383111 0.383111 0.383111 +5010.338867 0.000000 798.814453 0.000000 0.926507 0.000000 0.376277 0.390908 0.390908 0.390908 +5020.286133 0.000000 812.466797 0.000000 0.835519 0.000000 0.549461 0.386523 0.386523 0.386523 +4995.452637 0.000000 830.753784 0.000000 0.809539 0.000000 0.587066 0.387406 0.387406 0.387406 +5035.440918 0.000000 798.469604 0.000000 0.934939 0.000000 0.354808 0.391814 0.391814 0.391814 +5024.868164 0.000000 807.152649 0.000000 0.680339 0.000000 0.732898 0.379053 0.379053 0.379053 +5051.914062 0.000000 819.103943 0.000000 0.814951 0.000000 0.579529 0.386852 0.386852 0.386852 +4999.231934 0.000000 804.020508 0.000000 0.860452 0.000000 0.509531 0.388361 0.388361 0.388361 +5040.063965 0.000000 816.577271 0.000000 0.914872 0.000000 0.403745 0.390600 0.390600 0.390600 +4999.363281 0.000000 814.231628 0.000000 0.817065 0.000000 0.576546 0.384352 0.384352 0.384352 +5029.210449 0.000000 822.862854 0.000000 0.848779 0.000000 0.528747 0.386870 0.386870 0.386870 +5022.348145 0.000000 821.119690 0.000000 0.946011 0.000000 0.324134 0.392451 0.392451 0.392451 +5035.008789 0.000000 817.330750 0.000000 0.684968 0.000000 0.728573 0.382597 0.382597 0.382597 +5030.060059 0.000000 811.605469 0.000000 0.660961 0.000000 0.750420 0.381227 0.381227 0.381227 +5024.052246 0.000000 790.803528 0.000000 0.833177 0.000000 0.553007 0.385927 0.385927 0.385927 +5049.187988 0.000000 822.266602 0.000000 0.664705 0.000000 0.747106 0.380285 0.380285 0.380285 +5055.314453 0.000000 818.694031 0.000000 0.648750 0.000000 0.761001 0.382425 0.382425 0.382425 +4993.323730 0.000000 796.838684 0.000000 0.787628 0.000000 0.616152 0.383095 0.383095 0.383095 +5006.755859 0.000000 800.229309 0.000000 0.859358 0.000000 0.511375 0.386331 0.386331 0.386331 +4993.498535 0.000000 818.758118 0.000000 0.934182 0.000000 0.356796 0.390710 0.390710 0.390710 +5021.510254 0.000000 804.844177 0.000000 0.622338 0.000000 0.782748 0.377150 0.377150 0.377150 +5015.724609 0.000000 817.910706 0.000000 0.885857 0.000000 0.463959 0.389545 0.389545 0.389545 +5037.193359 0.000000 811.630981 0.000000 0.803854 0.000000 0.594827 0.385209 0.385209 0.385209 +5048.862793 0.000000 824.904175 0.000000 0.831101 0.000000 0.556122 0.386720 0.386720 0.386720 +4997.597168 0.000000 817.667908 0.000000 0.949391 0.000000 0.314097 0.392039 0.392039 0.392039 +5031.339844 0.000000 792.363770 0.000000 0.599347 0.000000 0.800489 0.377617 0.377617 0.377617 +5039.249023 0.000000 813.518494 0.000000 0.695647 0.000000 0.718384 0.380471 0.380471 0.380471 +5009.185059 0.000000 805.287292 0.000000 0.939519 0.000000 0.342496 0.391098 0.391098 0.391098 +5053.505859 0.000000 798.857666 0.000000 0.870412 0.000000 0.492325 0.388768 0.388768 0.388768 +5002.359863 0.000000 798.598755 0.000000 0.949826 0.000000 0.312779 0.392265 0.392265 0.392265 +5024.387695 0.000000 800.074768 0.000000 0.898474 0.000000 0.439028 0.389152 0.389152 0.389152 +5023.169922 0.000000 804.018860 0.000000 0.702031 0.000000 0.712147 0.379818 0.379818 0.379818 +5000.415527 0.000000 817.853516 0.000000 0.933922 0.000000 0.357477 0.390691 0.390691 0.390691 +5033.821777 0.000000 805.238220 0.000000 0.614779 0.000000 0.788700 0.379401 0.379401 0.379401 +4997.044922 0.000000 821.657959 0.000000 0.682632 0.000000 0.730762 0.379133 0.379133 0.379133 +5009.011230 0.000000 792.118408 0.000000 0.821367 0.000000 0.570400 0.385210 0.385210 0.385210 +5021.995605 0.000000 815.347473 0.000000 0.836344 0.000000 0.548206 0.386065 0.386065 0.386065 +5047.719727 0.000000 794.811096 0.000000 0.929979 0.000000 0.367612 0.391147 0.391147 0.391147 +5042.592773 0.000000 796.492432 0.000000 0.841393 0.000000 0.540424 0.388226 0.388226 0.388226 +5033.341797 0.000000 819.431213 0.000000 0.763597 0.000000 0.645693 0.385034 0.385034 0.385034 +5045.096680 0.000000 804.691589 0.000000 0.596101 0.000000 0.802909 0.380777 0.380777 0.380777 +5028.740723 0.000000 815.883362 0.000000 0.907729 0.000000 0.419556 0.390380 0.390380 0.390380 +5031.881348 0.000000 790.844482 0.000000 0.866293 0.000000 0.499537 0.386680 0.386680 0.386680 +4996.601562 0.000000 792.104797 0.000000 0.738122 0.000000 0.674668 0.382585 0.382585 0.382585 +5038.601562 0.000000 797.883789 0.000000 0.820419 0.000000 0.571763 0.385382 0.385382 0.385382 +5010.263672 0.000000 802.867798 0.000000 0.949828 0.000000 0.312774 0.391899 0.391899 0.391899 +4995.510254 0.000000 798.055298 0.000000 0.660627 0.000000 0.750715 0.380581 0.380581 0.380581 +5046.206543 0.000000 798.196960 0.000000 0.820264 0.000000 0.571986 0.386288 0.386288 0.386288 +5008.053223 0.000000 796.141602 0.000000 0.759687 0.000000 0.650289 0.383845 0.383845 0.383845 +5007.586426 0.000000 816.650513 0.000000 0.888465 0.000000 0.458943 0.387858 0.387858 0.387858 +5043.578125 0.000000 814.018555 0.000000 0.950780 0.000000 0.309865 0.392921 0.392921 0.392921 +5008.122070 0.000000 801.714966 0.000000 0.737180 0.000000 0.675696 0.381107 0.381107 0.381107 +5014.342773 0.000000 790.926758 0.000000 0.820768 0.000000 0.571262 0.385943 0.385943 0.385943 +5029.454590 0.000000 819.965149 0.000000 0.857835 0.000000 0.513926 0.386255 0.386255 0.386255 +5052.196777 0.000000 800.551147 0.000000 0.933806 0.000000 0.357779 0.391925 0.391925 0.391925 +5041.195312 0.000000 791.144165 0.000000 0.682974 0.000000 0.730443 0.379758 0.379758 0.379758 +4993.237793 0.000000 827.103271 0.000000 0.823664 0.000000 0.567078 0.384646 0.384646 0.384646 +5030.214844 0.000000 803.411072 0.000000 0.778517 0.000000 0.627624 0.384382 0.384382 0.384382 +5010.209473 0.000000 801.684875 0.000000 0.890564 0.000000 0.454857 0.387975 0.387975 0.387975 +5034.590820 0.000000 794.190186 0.000000 0.891994 0.000000 0.452047 0.389742 0.389742 0.389742 +5017.950684 0.000000 792.761780 0.000000 0.845921 0.000000 0.533309 0.385704 0.385704 0.385704 +5010.082520 0.000000 790.843506 0.000000 0.944733 0.000000 0.327842 0.391961 0.391961 0.391961 +5033.191895 0.000000 793.227295 0.000000 0.813653 0.000000 0.581350 0.384202 0.384202 0.384202 +5020.025391 0.000000 797.152100 0.000000 0.891181 0.000000 0.453647 0.388645 0.388645 0.388645 +5007.758301 0.000000 799.466248 0.000000 0.741512 0.000000 0.670940 0.381271 0.381271 0.381271 +5043.336914 0.000000 812.892944 0.000000 0.930176 0.000000 0.367113 0.390784 0.390784 0.390784 +5020.949219 0.000000 811.486267 0.000000 0.875986 0.000000 0.482337 0.388012 0.388012 0.388012 +4992.016602 0.000000 813.934509 0.000000 0.692188 0.000000 0.721717 0.379468 0.379468 0.379468 +4995.739746 0.000000 813.052063 0.000000 0.926046 0.000000 0.377410 0.390628 0.390628 0.390628 +5049.506836 0.000000 798.353882 0.000000 0.766198 0.000000 0.642604 0.383587 0.383587 0.383587 +5029.641602 0.000000 818.063782 0.000000 0.882874 0.000000 0.469609 0.387552 0.387552 0.387552 +5002.056641 0.000000 814.428467 0.000000 0.652349 0.000000 0.757919 0.378097 0.378097 0.378097 +5023.664551 0.000000 802.500305 0.000000 0.895128 0.000000 0.445809 0.388764 0.388764 0.388764 +5040.425781 0.000000 812.300964 0.000000 0.932888 0.000000 0.360166 0.391262 0.391262 0.391262 +5017.039551 0.000000 799.408752 0.000000 0.624433 0.000000 0.781078 0.377532 0.377532 0.377532 +5003.538086 0.000000 814.126221 0.000000 0.752077 0.000000 0.659075 0.381676 0.381676 0.381676 +5007.058105 0.000000 796.507629 0.000000 0.882032 0.000000 0.471190 0.387506 0.387506 0.387506 +5106.103516 0.000000 839.114136 0.000000 0.777780 0.000000 0.628537 0.389140 0.389140 0.389140 +5059.099121 0.000000 817.482910 0.000000 0.790123 0.000000 0.612949 0.388173 0.388173 0.388173 +5067.377441 0.000000 810.324829 0.000000 0.935647 0.000000 0.352937 0.393624 0.393624 0.393624 +5056.369629 0.000000 801.683167 0.000000 0.886114 0.000000 0.463467 0.389942 0.389942 0.389942 +5065.923828 0.000000 808.375671 0.000000 0.851770 0.000000 0.523916 0.388271 0.388271 0.388271 +5061.597656 0.000000 804.248840 0.000000 0.800461 0.000000 0.599385 0.387131 0.387131 0.387131 +5060.081543 0.000000 810.751038 0.000000 0.938112 0.000000 0.346333 0.392495 0.392495 0.392495 +5061.575684 0.000000 812.129761 0.000000 0.806391 0.000000 0.591383 0.386351 0.386351 0.386351 +5158.385742 0.000000 864.110657 0.000000 0.848369 0.000000 0.529405 0.391671 0.391671 0.391671 +5167.448242 0.000000 871.773193 0.000000 0.648856 0.000000 0.760912 0.386227 0.386227 0.386227 +5579.941895 0.000000 945.554016 0.000000 0.695500 0.000000 0.718526 0.388872 0.388872 0.388872 +5583.197266 0.000000 915.382751 0.000000 0.793144 0.000000 0.609034 0.390485 0.390485 0.390485 +5578.072266 0.000000 959.921997 0.000000 0.902577 0.000000 0.430529 0.393400 0.393400 0.393400 +5583.870117 0.000000 940.572876 0.000000 0.759115 0.000000 0.650957 0.389594 0.389594 0.389594 +5587.894531 0.000000 911.521790 0.000000 0.812831 0.000000 0.582499 0.390531 0.390531 0.390531 +5611.311523 0.000000 928.897766 0.000000 0.858620 0.000000 0.512613 0.390621 0.390621 0.390621 +5601.680176 0.000000 959.577759 0.000000 0.634556 0.000000 0.772877 0.383989 0.383989 0.383989 +5621.449707 0.000000 953.641541 0.000000 0.810932 0.000000 0.585140 0.389170 0.389170 0.389170 +5623.432129 0.000000 952.833679 0.000000 0.748734 0.000000 0.662870 0.387372 0.387372 0.387372 +5622.588867 0.000000 956.933167 0.000000 0.810557 0.000000 0.585660 0.389909 0.389909 0.389909 +5593.034668 0.000000 935.696533 0.000000 0.890917 0.000000 0.454166 0.391644 0.391644 0.391644 +5610.375488 0.000000 935.293274 0.000000 0.826669 0.000000 0.562688 0.388004 0.388004 0.388004 +5629.810547 0.000000 937.403442 0.000000 0.918513 0.000000 0.395390 0.391983 0.391983 0.391983 +5587.343262 0.000000 955.351135 0.000000 0.843223 0.000000 0.537564 0.390138 0.390138 0.390138 +5593.560059 0.000000 946.923523 0.000000 0.730176 0.000000 0.683259 0.386329 0.386329 0.386329 +5601.478516 0.000000 933.771484 0.000000 0.853444 0.000000 0.521184 0.389132 0.389132 0.389132 +5603.595703 0.000000 923.861877 0.000000 0.714957 0.000000 0.699169 0.386470 0.386470 0.386470 +5588.440918 0.000000 959.256653 0.000000 0.936886 0.000000 0.349634 0.393508 0.393508 0.393508 +5591.599609 0.000000 958.305176 0.000000 0.738568 0.000000 0.674179 0.386332 0.386332 0.386332 +5619.609375 0.000000 939.099182 0.000000 0.918137 0.000000 0.396262 0.391801 0.391801 0.391801 +5605.817871 0.000000 937.316772 0.000000 0.841382 0.000000 0.540441 0.388654 0.388654 0.388654 +5628.027344 0.000000 948.632385 0.000000 0.948770 0.000000 0.315968 0.393724 0.393724 0.393724 +5602.144043 0.000000 954.739502 0.000000 0.724347 0.000000 0.689436 0.385073 0.385073 0.385073 +5590.444824 0.000000 955.448792 0.000000 0.853612 0.000000 0.520909 0.389440 0.389440 0.389440 +5627.955078 0.000000 934.805176 0.000000 0.889945 0.000000 0.456069 0.390802 0.390802 0.390802 +5625.993164 0.000000 940.345886 0.000000 0.950382 0.000000 0.311084 0.394330 0.394330 0.394330 +5597.034668 0.000000 957.233765 0.000000 0.948940 0.000000 0.315455 0.393542 0.393542 0.393542 +5594.062500 0.000000 930.787598 0.000000 0.855630 0.000000 0.517588 0.389460 0.389460 0.389460 +5593.909180 0.000000 920.836304 0.000000 0.751019 0.000000 0.660281 0.385560 0.385560 0.385560 +5597.067383 0.000000 927.262939 0.000000 0.852192 0.000000 0.523229 0.389195 0.389195 0.389195 +5596.743164 0.000000 932.363037 0.000000 0.824989 0.000000 0.565148 0.387884 0.387884 0.387884 +5603.030762 0.000000 927.644348 0.000000 0.909381 0.000000 0.415963 0.391732 0.391732 0.391732 +5599.740723 0.000000 948.718567 0.000000 0.932709 0.000000 0.360630 0.392742 0.392742 0.392742 +5630.095703 0.000000 935.296082 0.000000 0.931341 0.000000 0.364148 0.393207 0.393207 0.393207 +5595.790527 0.000000 922.503540 0.000000 0.669352 0.000000 0.742945 0.383274 0.383274 0.383274 +5594.283691 0.000000 950.295837 0.000000 0.765367 0.000000 0.643594 0.386594 0.386594 0.386594 +5590.889648 0.000000 953.011963 0.000000 0.948241 0.000000 0.317550 0.393594 0.393594 0.393594 +5603.429199 0.000000 953.921021 0.000000 0.821666 0.000000 0.569970 0.388099 0.388099 0.388099 +5598.348145 0.000000 934.088440 0.000000 0.738969 0.000000 0.673740 0.385235 0.385235 0.385235 +5604.309082 0.000000 933.136047 0.000000 0.895740 0.000000 0.444578 0.390983 0.390983 0.390983 +5594.769531 0.000000 952.423401 0.000000 0.933886 0.000000 0.357570 0.392879 0.392879 0.392879 +5597.948242 0.000000 944.870361 0.000000 0.764096 0.000000 0.645102 0.386416 0.386416 0.386416 +5618.362305 0.000000 938.447571 0.000000 0.602025 0.000000 0.798477 0.381392 0.381392 0.381392 +5595.236816 0.000000 921.236877 0.000000 0.693442 0.000000 0.720513 0.384373 0.384373 0.384373 +5598.684082 0.000000 946.010559 0.000000 0.933972 0.000000 0.357345 0.392683 0.392683 0.392683 +5592.351074 0.000000 955.880371 0.000000 0.613392 0.000000 0.789778 0.381907 0.381907 0.381907 +5601.632324 0.000000 957.559387 0.000000 0.736770 0.000000 0.676144 0.385800 0.385800 0.385800 +5612.655273 0.000000 955.675415 0.000000 0.935768 0.000000 0.352617 0.392929 0.392929 0.392929 +5619.748047 0.000000 945.205383 0.000000 0.688579 0.000000 0.725162 0.383878 0.383878 0.383878 +5627.628418 0.000000 947.425537 0.000000 0.730479 0.000000 0.682935 0.385023 0.385023 0.385023 +5622.683594 0.000000 934.311829 0.000000 0.638257 0.000000 0.769823 0.382497 0.382497 0.382497 +5614.644531 0.000000 948.746216 0.000000 0.892135 0.000000 0.451768 0.390568 0.390568 0.390568 +5615.984863 0.000000 937.330383 0.000000 0.604738 0.000000 0.796424 0.381690 0.381690 0.381690 +5597.854004 0.000000 932.942322 0.000000 0.860626 0.000000 0.509238 0.389222 0.389222 0.389222 +5631.246094 0.000000 939.759521 0.000000 0.849116 0.000000 0.528207 0.388858 0.388858 0.388858 +5579.486816 0.000000 968.794006 0.000000 0.950528 0.000000 0.310640 0.395426 0.395426 0.395426 +5584.098633 0.000000 969.993896 0.000000 0.849617 0.000000 0.527401 0.390708 0.390708 0.390708 +5615.105469 0.000000 963.795715 0.000000 0.936326 0.000000 0.351133 0.392942 0.392942 0.392942 +5585.288086 0.000000 965.315613 0.000000 0.827368 0.000000 0.561660 0.388922 0.388922 0.388922 +5586.929199 0.000000 965.708618 0.000000 0.628509 0.000000 0.777803 0.382869 0.382869 0.382869 +5589.555664 0.000000 964.319458 0.000000 0.592425 0.000000 0.805626 0.382273 0.382273 0.382273 +5615.286621 0.000000 962.007751 0.000000 0.819214 0.000000 0.573488 0.387985 0.387985 0.387985 +5606.826172 0.000000 966.970459 0.000000 0.857927 0.000000 0.513771 0.390220 0.390220 0.390220 +5599.834473 0.000000 962.387878 0.000000 0.853703 0.000000 0.520761 0.389224 0.389224 0.389224 +5590.014160 0.000000 965.768433 0.000000 0.769662 0.000000 0.638451 0.386550 0.386550 0.386550 +5601.739258 0.000000 962.758362 0.000000 0.679643 0.000000 0.733543 0.383881 0.383881 0.383881 +5588.179199 0.000000 961.511536 0.000000 0.824823 0.000000 0.565391 0.388449 0.388449 0.388449 +5653.934570 0.000000 958.561951 0.000000 0.769951 0.000000 0.638103 0.389945 0.389945 0.389945 +5638.395508 0.000000 933.805664 0.000000 0.948774 0.000000 0.315957 0.395313 0.395313 0.395313 +5650.979980 0.000000 943.763794 0.000000 0.713160 0.000000 0.701002 0.387239 0.387239 0.387239 +5655.416992 0.000000 951.682800 0.000000 0.919914 0.000000 0.392120 0.393401 0.393401 0.393401 +5649.033691 0.000000 943.710876 0.000000 0.602067 0.000000 0.798445 0.384209 0.384209 0.384209 +5648.905273 0.000000 957.649414 0.000000 0.766047 0.000000 0.642785 0.388462 0.388462 0.388462 +5644.919922 0.000000 953.785706 0.000000 0.728254 0.000000 0.685307 0.385335 0.385335 0.385335 +5632.850586 0.000000 944.314697 0.000000 0.932942 0.000000 0.360026 0.393306 0.393306 0.393306 +5644.970703 0.000000 950.735779 0.000000 0.815979 0.000000 0.578081 0.387782 0.387782 0.387782 +5632.525879 0.000000 941.053101 0.000000 0.595771 0.000000 0.803154 0.381467 0.381467 0.381467 +5648.583984 0.000000 942.106140 0.000000 0.695312 0.000000 0.718708 0.386306 0.386306 0.386306 +5643.049316 0.000000 953.630920 0.000000 0.657882 0.000000 0.753121 0.383649 0.383649 0.383649 +5643.147461 0.000000 941.915588 0.000000 0.639443 0.000000 0.768839 0.384805 0.384805 0.384805 +5640.627441 0.000000 943.774475 0.000000 0.709645 0.000000 0.704559 0.385283 0.385283 0.385283 +5635.452637 0.000000 943.722534 0.000000 0.861139 0.000000 0.508369 0.389535 0.389535 0.389535 +5649.775879 0.000000 951.323242 0.000000 0.727392 0.000000 0.686222 0.385311 0.385311 0.385311 +5632.098633 0.000000 939.812561 0.000000 0.921259 0.000000 0.388950 0.392281 0.392281 0.392281 +5641.264160 0.000000 948.343262 0.000000 0.780825 0.000000 0.624750 0.387028 0.387028 0.387028 +5638.966309 0.000000 951.619934 0.000000 0.728811 0.000000 0.684715 0.385276 0.385276 0.385276 +5639.914551 0.000000 962.071289 0.000000 0.747101 0.000000 0.664710 0.390415 0.390415 0.390415 +5636.948730 0.000000 960.349426 0.000000 0.895878 0.000000 0.444301 0.393609 0.393609 0.393609 +5658.074219 0.000000 1047.235229 0.000000 0.895204 0.000000 0.445657 0.393865 0.393865 0.393865 +5661.958984 0.000000 1026.919067 0.000000 0.939415 0.000000 0.342782 0.394672 0.394672 0.394672 +5687.867676 0.000000 1063.950439 0.000000 0.681583 0.000000 0.731741 0.386187 0.386187 0.386187 +5659.504395 0.000000 1030.697144 0.000000 0.717264 0.000000 0.696802 0.386604 0.386604 0.386604 +5666.087402 0.000000 1041.773926 0.000000 0.811474 0.000000 0.584389 0.389810 0.389810 0.389810 +5660.266602 0.000000 1054.085938 0.000000 0.692561 0.000000 0.721359 0.384631 0.384631 0.384631 +5691.523926 0.000000 1030.178101 0.000000 0.913315 0.000000 0.407254 0.392146 0.392146 0.392146 +5695.314453 0.000000 1044.631592 0.000000 0.903265 0.000000 0.429082 0.388707 0.388707 0.388707 +5680.927734 0.000000 1061.734741 0.000000 0.664688 0.000000 0.747121 0.383065 0.383065 0.383065 +5694.499512 0.000000 1046.107300 0.000000 0.928846 0.000000 0.370467 0.390336 0.390336 0.390336 +5663.169922 0.000000 1029.956421 0.000000 0.604327 0.000000 0.796736 0.380253 0.380253 0.380253 +5694.477051 0.000000 1042.125000 0.000000 0.826530 0.000000 0.562893 0.384775 0.384775 0.384775 +5662.868164 0.000000 1037.460938 0.000000 0.813935 0.000000 0.580955 0.385762 0.385762 0.385762 +5660.419922 0.000000 1048.261597 0.000000 0.902811 0.000000 0.430038 0.390012 0.390012 0.390012 +5665.173340 0.000000 1041.115967 0.000000 0.750894 0.000000 0.660422 0.382315 0.382315 0.382315 +5683.956055 0.000000 1062.153687 0.000000 0.637909 0.000000 0.770112 0.377616 0.377616 0.377616 +5691.452148 0.000000 1056.608276 0.000000 0.672405 0.000000 0.740183 0.378779 0.378779 0.378779 +5694.093750 0.000000 1065.595703 0.000000 0.607266 0.000000 0.794498 0.376619 0.376619 0.376619 +5689.357910 0.000000 1061.178101 0.000000 0.639058 0.000000 0.769159 0.379275 0.379275 0.379275 +5724.380371 0.000000 1071.569092 0.000000 0.914497 0.000000 0.404592 0.393677 0.393677 0.393677 +5708.721191 0.000000 1055.043579 0.000000 0.728150 0.000000 0.685418 0.388914 0.388914 0.388914 +5699.385254 0.000000 1055.153198 0.000000 0.656489 0.000000 0.754336 0.386046 0.386046 0.386046 +5699.099121 0.000000 1043.420410 0.000000 0.823238 0.000000 0.567696 0.390354 0.390354 0.390354 +5709.340332 0.000000 1056.945557 0.000000 0.865337 0.000000 0.501191 0.391219 0.391219 0.391219 +5706.378418 0.000000 1028.580078 0.000000 0.880411 0.000000 0.474211 0.390996 0.390996 0.390996 +5704.161133 0.000000 1028.840088 0.000000 0.893842 0.000000 0.448382 0.389739 0.389739 0.389739 +5713.775879 0.000000 1064.291992 0.000000 0.817903 0.000000 0.575356 0.388399 0.388399 0.388399 +5703.231934 0.000000 1029.958008 0.000000 0.880909 0.000000 0.473286 0.389119 0.389119 0.389119 +5722.283691 0.000000 1063.264648 0.000000 0.791745 0.000000 0.610852 0.387597 0.387597 0.387597 +5727.182129 0.000000 1064.217896 0.000000 0.916727 0.000000 0.399515 0.389534 0.389534 0.389534 +5704.409180 0.000000 1031.538208 0.000000 0.788903 0.000000 0.614517 0.386948 0.386948 0.386948 +5733.123047 0.000000 1055.880737 0.000000 0.608109 0.000000 0.793853 0.381637 0.381637 0.381637 +5724.472656 0.000000 1062.234985 0.000000 0.939984 0.000000 0.341220 0.391133 0.391133 0.391133 +5705.453613 0.000000 1029.389038 0.000000 0.892786 0.000000 0.450480 0.389687 0.389687 0.389687 +5706.865723 0.000000 1031.809570 0.000000 0.845072 0.000000 0.534653 0.386734 0.386734 0.386734 +5730.942871 0.000000 1055.153564 0.000000 0.934905 0.000000 0.354898 0.390761 0.390761 0.390761 +5699.005859 0.000000 1067.676758 0.000000 0.834428 0.000000 0.551117 0.385136 0.385136 0.385136 +5703.968750 0.000000 1057.671997 0.000000 0.680000 0.000000 0.733212 0.381836 0.381836 0.381836 +5724.235840 0.000000 1059.395874 0.000000 0.780863 0.000000 0.624702 0.382818 0.382818 0.382818 +5703.536621 0.000000 1030.959961 0.000000 0.593034 0.000000 0.805177 0.377427 0.377427 0.377427 +5712.762695 0.000000 1068.422852 0.000000 0.886661 0.000000 0.462420 0.387758 0.387758 0.387758 +5725.200684 0.000000 1065.664429 0.000000 0.897349 0.000000 0.441321 0.388361 0.388361 0.388361 +5711.440918 0.000000 1067.754761 0.000000 0.681983 0.000000 0.731368 0.379111 0.379111 0.379111 +5706.944824 0.000000 1064.993408 0.000000 0.744762 0.000000 0.667330 0.381395 0.381395 0.381395 +5682.789551 0.000000 1085.290405 0.000000 0.835049 0.000000 0.550176 0.392262 0.392262 0.392262 +5691.815430 0.000000 1091.922974 0.000000 0.655553 0.000000 0.755149 0.386880 0.386880 0.386880 +5689.678223 0.000000 1088.324707 0.000000 0.612870 0.000000 0.790184 0.384942 0.384942 0.384942 +5686.302246 0.000000 1087.490601 0.000000 0.909922 0.000000 0.414780 0.392782 0.392782 0.392782 +5665.128418 0.000000 1113.966309 0.000000 0.877993 0.000000 0.478673 0.391476 0.391476 0.391476 +5661.380859 0.000000 1092.600830 0.000000 0.664071 0.000000 0.747669 0.384904 0.384904 0.384904 +5662.425293 0.000000 1080.087524 0.000000 0.782022 0.000000 0.623250 0.386662 0.386662 0.386662 +5688.213867 0.000000 1084.730347 0.000000 0.723597 0.000000 0.690223 0.382769 0.382769 0.382769 +5691.028320 0.000000 1078.607056 0.000000 0.933616 0.000000 0.358275 0.390669 0.390669 0.390669 +5665.256836 0.000000 1110.049927 0.000000 0.916659 0.000000 0.399670 0.390700 0.390700 0.390700 +5707.316406 0.000000 1074.120117 0.000000 0.947050 0.000000 0.321086 0.394434 0.394434 0.394434 +5697.945801 0.000000 1089.506958 0.000000 0.864532 0.000000 0.502578 0.390114 0.390114 0.390114 +5696.213379 0.000000 1085.304810 0.000000 0.610549 0.000000 0.791979 0.376724 0.376724 0.376724 +5712.073730 0.000000 1075.712769 0.000000 0.688859 0.000000 0.724896 0.381214 0.381214 0.381214 +4228.032715 0.000000 2234.502197 0.000000 0.613559 0.000000 0.789649 0.388092 0.388092 0.388092 +4221.524414 0.000000 2332.929199 0.000000 0.754055 0.000000 0.656811 0.390089 0.390089 0.390089 +4221.611816 0.000000 2354.619141 0.000000 0.921314 0.000000 0.388820 0.394497 0.394497 0.394497 +4212.014648 0.000000 2324.702637 0.000000 0.746103 0.000000 0.665830 0.389559 0.389559 0.389559 +4212.463867 0.000000 2330.941162 0.000000 0.812120 0.000000 0.583491 0.391383 0.391383 0.391383 +4219.100586 0.000000 2325.952148 0.000000 0.712559 0.000000 0.701612 0.388895 0.388895 0.388895 +4204.194824 0.000000 2327.936768 0.000000 0.747482 0.000000 0.664282 0.389843 0.389843 0.389843 +4210.798340 0.000000 2352.540527 0.000000 0.897931 0.000000 0.440135 0.393537 0.393537 0.393537 +4190.952637 0.000000 2335.371582 0.000000 0.720039 0.000000 0.693934 0.388512 0.388512 0.388512 +4217.460938 0.000000 2315.962646 0.000000 0.919004 0.000000 0.394249 0.394152 0.394152 0.394152 +4198.646484 0.000000 2348.016602 0.000000 0.602446 0.000000 0.798160 0.386479 0.386479 0.386479 +4209.394043 0.000000 2341.189209 0.000000 0.836095 0.000000 0.548585 0.391418 0.391418 0.391418 +4214.158691 0.000000 2347.919189 0.000000 0.907036 0.000000 0.421052 0.393533 0.393533 0.393533 +4203.659668 0.000000 2352.039062 0.000000 0.751642 0.000000 0.659572 0.389319 0.389319 0.389319 +4220.727539 0.000000 2318.353760 0.000000 0.818581 0.000000 0.574392 0.390682 0.390682 0.390682 +4196.682129 0.000000 2339.648682 0.000000 0.944001 0.000000 0.329942 0.394762 0.394762 0.394762 +4196.916016 0.000000 2343.921875 0.000000 0.815778 0.000000 0.578366 0.390054 0.390054 0.390054 +4207.448242 0.000000 2340.366943 0.000000 0.848489 0.000000 0.529214 0.391173 0.391173 0.391173 +4219.003418 0.000000 2361.869141 0.000000 0.802439 0.000000 0.596734 0.390166 0.390166 0.390166 +4205.839355 0.000000 2342.545166 0.000000 0.654105 0.000000 0.756404 0.384881 0.384881 0.384881 +4203.765137 0.000000 2345.143555 0.000000 0.736652 0.000000 0.676272 0.387392 0.387392 0.387392 +4197.967285 0.000000 2340.756592 0.000000 0.776337 0.000000 0.630318 0.388695 0.388695 0.388695 +4205.470215 0.000000 2344.086426 0.000000 0.799706 0.000000 0.600392 0.388489 0.388489 0.388489 +4268.760254 0.000000 2297.880127 0.000000 0.931670 0.000000 0.363305 0.395117 0.395117 0.395117 +4266.009766 0.000000 2314.311768 0.000000 0.714729 0.000000 0.699401 0.389558 0.389558 0.389558 +4233.278320 0.000000 2309.458496 0.000000 0.656198 0.000000 0.754589 0.387619 0.387619 0.387619 +4263.299805 0.000000 2305.754395 0.000000 0.847156 0.000000 0.531344 0.391721 0.391721 0.391721 +4287.976562 0.000000 2309.990479 0.000000 0.822219 0.000000 0.569171 0.390960 0.390960 0.390960 +4270.782227 0.000000 2301.439209 0.000000 0.718835 0.000000 0.695180 0.387718 0.387718 0.387718 +4269.747070 0.000000 2308.066650 0.000000 0.751742 0.000000 0.659457 0.387380 0.387380 0.387380 +4254.716309 0.000000 2305.613037 0.000000 0.841281 0.000000 0.540599 0.391131 0.391131 0.391131 +4267.407227 0.000000 2303.603027 0.000000 0.671603 0.000000 0.740912 0.386251 0.386251 0.386251 +4305.256836 0.000000 2294.089844 0.000000 0.856720 0.000000 0.515781 0.392830 0.392830 0.392830 +4294.724121 0.000000 2292.882568 0.000000 0.707691 0.000000 0.706523 0.389031 0.389031 0.389031 +4297.604492 0.000000 2286.829346 0.000000 0.850774 0.000000 0.525532 0.391739 0.391739 0.391739 +4313.283691 0.000000 2280.992676 0.000000 0.922503 0.000000 0.385989 0.394282 0.394282 0.394282 +4290.575684 0.000000 2300.501953 0.000000 0.759431 0.000000 0.650588 0.388823 0.388823 0.388823 +4293.729492 0.000000 2301.403809 0.000000 0.675755 0.000000 0.737126 0.386840 0.386840 0.386840 +4309.422363 0.000000 2283.729980 0.000000 0.657103 0.000000 0.753801 0.386144 0.386144 0.386144 +4289.726074 0.000000 2302.279541 0.000000 0.688553 0.000000 0.725186 0.385619 0.385619 0.385619 +4299.461426 0.000000 2286.969482 0.000000 0.811840 0.000000 0.583880 0.389571 0.389571 0.389571 +4306.834473 0.000000 2285.964355 0.000000 0.901321 0.000000 0.433153 0.392014 0.392014 0.392014 +4310.404297 0.000000 2284.990234 0.000000 0.626122 0.000000 0.779725 0.382855 0.382855 0.382855 +4302.835449 0.000000 2289.015625 0.000000 0.927485 0.000000 0.373861 0.392653 0.392653 0.392653 +4232.407715 0.000000 2323.671631 0.000000 0.589714 0.000000 0.807612 0.387749 0.387749 0.387749 +4275.213867 0.000000 2362.116699 0.000000 0.884126 0.000000 0.467249 0.393300 0.393300 0.393300 +4224.009766 0.000000 2358.052002 0.000000 0.741638 0.000000 0.670800 0.389537 0.389537 0.389537 +4224.894531 0.000000 2346.159424 0.000000 0.629101 0.000000 0.777323 0.387418 0.387418 0.387418 +4226.356934 0.000000 2320.757568 0.000000 0.790673 0.000000 0.612238 0.390755 0.390755 0.390755 +4231.437500 0.000000 2370.903076 0.000000 0.886997 0.000000 0.461775 0.393026 0.393026 0.393026 +4238.604980 0.000000 2363.436279 0.000000 0.685639 0.000000 0.727941 0.388439 0.388439 0.388439 +4263.299805 0.000000 2362.238770 0.000000 0.934576 0.000000 0.355764 0.394697 0.394697 0.394697 +4224.090332 0.000000 2319.155029 0.000000 0.769492 0.000000 0.638656 0.389969 0.389969 0.389969 +4239.590332 0.000000 2367.955811 0.000000 0.950906 0.000000 0.309481 0.394894 0.394894 0.394894 +4222.270020 0.000000 2376.775146 0.000000 0.898958 0.000000 0.438035 0.393752 0.393752 0.393752 +4218.462402 0.000000 2389.413818 0.000000 0.833924 0.000000 0.551880 0.391593 0.391593 0.391593 +4238.220703 0.000000 2389.424561 0.000000 0.800085 0.000000 0.599887 0.391359 0.391359 0.391359 +4224.936035 0.000000 2394.953369 0.000000 0.757010 0.000000 0.653403 0.389618 0.389618 0.389618 +4230.070312 0.000000 2379.383789 0.000000 0.847629 0.000000 0.530590 0.390756 0.390756 0.390756 +4224.712402 0.000000 2390.564697 0.000000 0.696482 0.000000 0.717574 0.387532 0.387532 0.387532 +4460.051758 0.000000 2291.469238 0.000000 0.841864 0.000000 0.539690 0.391034 0.391034 0.391034 +4447.330566 0.000000 2291.796143 0.000000 0.940273 0.000000 0.340421 0.394328 0.394328 0.394328 +4452.916016 0.000000 2287.437500 0.000000 0.680740 0.000000 0.732525 0.386168 0.386168 0.386168 +4456.567383 0.000000 2294.058350 0.000000 0.811765 0.000000 0.583984 0.390160 0.390160 0.390160 +4463.250488 0.000000 2288.355957 0.000000 0.758191 0.000000 0.652033 0.388581 0.388581 0.388581 +"} object={ name="oak_dense_generator_2_2" clamp_to_water_level=no @@ -23,8 +1541,786 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_03_mesh" - count=0 -} + count=778 + transform="5006.873047 0.000000 742.343933 0.000000 0.969543 0.000000 -0.244922 0.403286 0.403286 0.403286 +5001.063965 0.000000 764.758850 0.000000 0.999982 0.000000 0.006007 0.399921 0.399921 0.399921 +5001.604492 0.000000 761.751282 0.000000 0.998074 0.000000 -0.062034 0.400890 0.400890 0.400890 +5053.032715 0.000000 756.484924 0.000000 0.979445 0.000000 -0.201710 0.402961 0.402961 0.402961 +5027.200195 0.000000 747.093872 0.000000 0.992628 0.000000 -0.121201 0.401759 0.401759 0.401759 +5039.085449 0.000000 773.125000 0.000000 0.977323 0.000000 -0.211756 0.403345 0.403345 0.403345 +5037.747070 0.000000 782.988464 0.000000 0.952633 0.000000 0.304123 0.395124 0.395124 0.395124 +5008.098633 0.000000 744.056396 0.000000 0.971741 0.000000 0.236050 0.396109 0.396109 0.396109 +5043.318359 0.000000 767.938354 0.000000 0.952107 0.000000 -0.305765 0.404872 0.404872 0.404872 +5032.256348 0.000000 751.144592 0.000000 0.999870 0.000000 0.016125 0.399688 0.399688 0.399688 +5004.062012 0.000000 755.602295 0.000000 0.958839 0.000000 -0.283952 0.405060 0.405060 0.405060 +5051.429199 0.000000 759.609497 0.000000 0.983836 0.000000 -0.179074 0.403272 0.403272 0.403272 +5008.583984 0.000000 772.653015 0.000000 0.975325 0.000000 0.220773 0.396054 0.396054 0.396054 +5031.989746 0.000000 760.200745 0.000000 0.977855 0.000000 0.209282 0.394778 0.394778 0.394778 +5034.415039 0.000000 753.915039 0.000000 0.995799 0.000000 -0.091567 0.401841 0.401841 0.401841 +5022.190918 0.000000 771.350708 0.000000 0.975033 0.000000 -0.222060 0.405702 0.405702 0.405702 +5007.736328 0.000000 765.058105 0.000000 0.960450 0.000000 -0.278451 0.404762 0.404762 0.404762 +5007.824707 0.000000 757.743530 0.000000 0.997573 0.000000 0.069627 0.398546 0.398546 0.398546 +5008.024902 0.000000 775.715454 0.000000 0.960449 0.000000 0.278458 0.394730 0.394730 0.394730 +5012.433105 0.000000 751.311462 0.000000 0.960918 0.000000 0.276833 0.394258 0.394258 0.394258 +5049.728516 0.000000 759.691589 0.000000 0.970746 0.000000 0.240107 0.395545 0.395545 0.395545 +5025.478516 0.000000 764.318359 0.000000 0.998878 0.000000 0.047363 0.399179 0.399179 0.399179 +5029.366211 0.000000 785.996521 0.000000 0.979306 0.000000 0.202388 0.394810 0.394810 0.394810 +5039.392090 0.000000 755.577087 0.000000 0.993793 0.000000 -0.111242 0.402193 0.402193 0.402193 +5017.935547 0.000000 774.699524 0.000000 0.988513 0.000000 0.151134 0.396924 0.396924 0.396924 +5010.461914 0.000000 750.877563 0.000000 0.977005 0.000000 -0.213217 0.404152 0.404152 0.404152 +5037.641602 0.000000 750.653870 0.000000 0.992491 0.000000 0.122316 0.397386 0.397386 0.397386 +5002.331055 0.000000 779.633179 0.000000 0.991778 0.000000 0.127972 0.397373 0.397373 0.397373 +5034.712402 0.000000 755.515320 0.000000 0.990197 0.000000 -0.139678 0.402771 0.402771 0.402771 +5012.841797 0.000000 768.862976 0.000000 0.989477 0.000000 -0.144693 0.403103 0.403103 0.403103 +5026.144043 0.000000 785.286377 0.000000 0.997279 0.000000 -0.073717 0.401879 0.401879 0.401879 +5026.837891 0.000000 782.388306 0.000000 0.990891 0.000000 -0.134667 0.403399 0.403399 0.403399 +5038.867676 0.000000 764.756470 0.000000 0.997055 0.000000 0.076691 0.398313 0.398313 0.398313 +5006.035156 0.000000 760.296509 0.000000 0.987161 0.000000 0.159730 0.396716 0.396716 0.396716 +5034.059082 0.000000 769.579895 0.000000 0.962040 0.000000 0.272907 0.394438 0.394438 0.394438 +5021.938965 0.000000 750.830322 0.000000 0.999988 0.000000 0.004802 0.399898 0.399898 0.399898 +5016.325195 0.000000 783.437134 0.000000 0.972603 0.000000 -0.232474 0.405787 0.405787 0.405787 +5003.735352 0.000000 778.350159 0.000000 0.990616 0.000000 -0.136672 0.402807 0.402807 0.402807 +5044.319336 0.000000 761.922668 0.000000 0.958670 0.000000 0.284521 0.393849 0.393849 0.393849 +5005.467285 0.000000 782.943665 0.000000 0.983960 0.000000 -0.178390 0.403546 0.403546 0.403546 +5031.388184 0.000000 752.357666 0.000000 0.991814 0.000000 -0.127691 0.402493 0.402493 0.402493 +5022.394531 0.000000 752.343201 0.000000 0.957665 0.000000 -0.287884 0.405511 0.405511 0.405511 +5026.393066 0.000000 786.998535 0.000000 0.998931 0.000000 -0.046227 0.401120 0.401120 0.401120 +5011.524902 0.000000 771.230713 0.000000 0.998714 0.000000 0.050697 0.399038 0.399038 0.399038 +5010.425781 0.000000 783.149048 0.000000 0.967894 0.000000 -0.251358 0.405671 0.405671 0.405671 +5029.802246 0.000000 752.573730 0.000000 0.994881 0.000000 0.101053 0.397923 0.397923 0.397923 +5014.696289 0.000000 770.611572 0.000000 0.989483 0.000000 0.144648 0.396970 0.396970 0.396970 +5008.398438 0.000000 779.353333 0.000000 0.989034 0.000000 0.147690 0.397002 0.397002 0.397002 +5032.074707 0.000000 766.629822 0.000000 0.996087 0.000000 0.088378 0.397791 0.397791 0.397791 +5027.506348 0.000000 766.166992 0.000000 0.980271 0.000000 0.197661 0.395460 0.395460 0.395460 +5018.283691 0.000000 780.842712 0.000000 0.987656 0.000000 -0.156642 0.403770 0.403770 0.403770 +5038.671387 0.000000 767.833496 0.000000 0.996614 0.000000 -0.082218 0.401632 0.401632 0.401632 +5027.429199 0.000000 784.467896 0.000000 0.960218 0.000000 0.279252 0.392793 0.392793 0.392793 +5030.014160 0.000000 765.125549 0.000000 0.982404 0.000000 0.186769 0.395216 0.395216 0.395216 +5011.301758 0.000000 753.865723 0.000000 0.966014 0.000000 0.258491 0.395157 0.395157 0.395157 +5028.309082 0.000000 763.682922 0.000000 0.994276 0.000000 -0.106846 0.402459 0.402459 0.402459 +5032.675293 0.000000 781.337158 0.000000 0.986326 0.000000 0.164806 0.396528 0.396528 0.396528 +5011.616211 0.000000 780.555542 0.000000 0.999464 0.000000 -0.032748 0.400702 0.400702 0.400702 +5021.209473 0.000000 790.258118 0.000000 0.991671 0.000000 0.128800 0.396711 0.396711 0.396711 +5016.874512 0.000000 752.312012 0.000000 0.958078 0.000000 -0.286507 0.405455 0.405455 0.405455 +5002.666016 0.000000 776.658447 0.000000 0.999247 0.000000 0.038808 0.399178 0.399178 0.399178 +5029.085938 0.000000 760.667786 0.000000 0.957892 0.000000 -0.287127 0.407154 0.407154 0.407154 +5033.922852 0.000000 759.448792 0.000000 0.966683 0.000000 0.255975 0.393718 0.393718 0.393718 +5018.769531 0.000000 782.970276 0.000000 0.999753 0.000000 0.022241 0.399434 0.399434 0.399434 +5029.886230 0.000000 780.468628 0.000000 0.999771 0.000000 -0.021397 0.400545 0.400545 0.400545 +5005.763672 0.000000 788.934998 0.000000 0.998853 0.000000 -0.047883 0.401220 0.401220 0.401220 +5012.958984 0.000000 759.966614 0.000000 0.985686 0.000000 0.168589 0.395949 0.395949 0.395949 +5023.902832 0.000000 749.580566 0.000000 0.984966 0.000000 -0.172747 0.403511 0.403511 0.403511 +5013.353516 0.000000 770.186646 0.000000 0.999086 0.000000 -0.042734 0.400909 0.400909 0.400909 +5004.955566 0.000000 790.161011 0.000000 0.980612 0.000000 0.195962 0.394977 0.394977 0.394977 +5023.786621 0.000000 768.018250 0.000000 0.995990 0.000000 -0.089470 0.402246 0.402246 0.402246 +5015.724609 0.000000 761.426331 0.000000 0.996236 0.000000 -0.086677 0.402210 0.402210 0.402210 +5047.129883 0.000000 760.890259 0.000000 0.997799 0.000000 -0.066314 0.401335 0.401335 0.401335 +5025.632324 0.000000 788.106262 0.000000 0.985104 0.000000 -0.171960 0.404159 0.404159 0.404159 +5019.559082 0.000000 770.186218 0.000000 0.975543 0.000000 0.219808 0.395485 0.395485 0.395485 +5037.193359 0.000000 755.146606 0.000000 0.991847 0.000000 -0.127433 0.402737 0.402737 0.402737 +5018.696777 0.000000 754.042969 0.000000 0.958164 0.000000 0.286219 0.393507 0.393507 0.393507 +5028.687500 0.000000 784.867065 0.000000 0.997813 0.000000 -0.066094 0.401684 0.401684 0.401684 +5022.022949 0.000000 777.709656 0.000000 0.985819 0.000000 -0.167812 0.404277 0.404277 0.404277 +5019.430664 0.000000 774.931519 0.000000 0.993380 0.000000 0.114872 0.397620 0.397620 0.397620 +5013.323242 0.000000 775.518738 0.000000 0.997676 0.000000 0.068144 0.398509 0.398509 0.398509 +5032.703613 0.000000 789.165344 0.000000 0.995851 0.000000 -0.090998 0.402320 0.402320 0.402320 +4998.966309 0.000000 782.166809 0.000000 0.999711 0.000000 -0.024061 0.400537 0.400537 0.400537 +5005.796875 0.000000 773.309692 0.000000 0.961227 0.000000 0.275757 0.394392 0.394392 0.394392 +5012.231934 0.000000 758.084717 0.000000 0.965238 0.000000 -0.261373 0.406325 0.406325 0.406325 +5018.370605 0.000000 756.886658 0.000000 0.996396 0.000000 0.084829 0.398189 0.398189 0.398189 +5025.498047 0.000000 782.511658 0.000000 0.963304 0.000000 0.268412 0.393609 0.393609 0.393609 +5033.405762 0.000000 772.149719 0.000000 0.960544 0.000000 0.278129 0.394160 0.394160 0.394160 +5027.061035 0.000000 789.613770 0.000000 0.969639 0.000000 -0.244541 0.405514 0.405514 0.405514 +5020.472656 0.000000 779.813049 0.000000 0.953249 0.000000 0.302186 0.392995 0.392995 0.392995 +5021.995605 0.000000 758.863098 0.000000 0.989288 0.000000 -0.145976 0.403592 0.403592 0.403592 +5017.770020 0.000000 773.464661 0.000000 0.999532 0.000000 0.030590 0.399390 0.399390 0.399390 +5017.752441 0.000000 790.674072 0.000000 0.974178 0.000000 -0.225782 0.405799 0.405799 0.405799 +5040.248535 0.000000 788.102234 0.000000 0.995916 0.000000 -0.090287 0.401837 0.401837 0.401837 +5010.134277 0.000000 790.697083 0.000000 0.982908 0.000000 0.184100 0.395544 0.395544 0.395544 +5020.231934 0.000000 775.899658 0.000000 0.999196 0.000000 0.040080 0.399057 0.399057 0.399057 +5025.799316 0.000000 773.182800 0.000000 0.990275 0.000000 0.139121 0.396446 0.396446 0.396446 +5002.511230 0.000000 752.987732 0.000000 0.999504 0.000000 0.031491 0.399322 0.399322 0.399322 +5033.785156 0.000000 768.380188 0.000000 0.974917 0.000000 -0.222571 0.405110 0.405110 0.405110 +5007.853516 0.000000 749.034180 0.000000 0.999912 0.000000 0.013294 0.399710 0.399710 0.399710 +5029.762695 0.000000 778.174316 0.000000 0.995005 0.000000 -0.099822 0.402526 0.402526 0.402526 +5019.631348 0.000000 790.146851 0.000000 0.994073 0.000000 0.108714 0.397226 0.397226 0.397226 +5014.176758 0.000000 771.719849 0.000000 0.951197 0.000000 -0.308584 0.406547 0.406547 0.406547 +5041.310547 0.000000 763.766724 0.000000 0.980965 0.000000 0.194184 0.395180 0.395180 0.395180 +5031.071777 0.000000 784.015015 0.000000 0.999779 0.000000 0.021032 0.399464 0.399464 0.399464 +5003.890137 0.000000 785.029907 0.000000 0.993972 0.000000 -0.109630 0.402589 0.402589 0.402589 +5029.870117 0.000000 787.224915 0.000000 0.966100 0.000000 -0.258168 0.406650 0.406650 0.406650 +5010.479492 0.000000 780.940369 0.000000 0.994971 0.000000 -0.100160 0.402149 0.402149 0.402149 +5026.942871 0.000000 772.731750 0.000000 0.999984 0.000000 0.005660 0.399863 0.399863 0.399863 +5018.768555 0.000000 749.229187 0.000000 0.989955 0.000000 -0.141382 0.403138 0.403138 0.403138 +5031.150391 0.000000 787.675964 0.000000 0.997483 0.000000 -0.070899 0.401807 0.401807 0.401807 +5016.413086 0.000000 787.715149 0.000000 0.974745 0.000000 0.223319 0.394265 0.394265 0.394265 +5029.454590 0.000000 763.480774 0.000000 0.969729 0.000000 0.244185 0.394334 0.394334 0.394334 +5029.645508 0.000000 770.076782 0.000000 0.952872 0.000000 0.303373 0.392536 0.392536 0.392536 +5021.720703 0.000000 756.880127 0.000000 0.985490 0.000000 -0.169731 0.404139 0.404139 0.404139 +5028.531250 0.000000 778.442810 0.000000 0.980697 0.000000 0.195533 0.395028 0.395028 0.395028 +5032.466309 0.000000 767.834351 0.000000 0.999580 0.000000 -0.028990 0.400724 0.400724 0.400724 +5004.296875 0.000000 787.882568 0.000000 0.990397 0.000000 0.138253 0.396468 0.396468 0.396468 +5015.987793 0.000000 762.935242 0.000000 0.977953 0.000000 0.208825 0.394643 0.394643 0.394643 +5029.249023 0.000000 788.502441 0.000000 0.999266 0.000000 0.038304 0.399024 0.399024 0.399024 +5033.375000 0.000000 788.339844 0.000000 0.997259 0.000000 -0.073983 0.401886 0.401886 0.401886 +5026.110840 0.000000 789.079102 0.000000 0.968878 0.000000 -0.247538 0.405583 0.405583 0.405583 +5014.742676 0.000000 760.924988 0.000000 0.965698 0.000000 -0.259666 0.406689 0.406689 0.406689 +5038.371582 0.000000 758.921631 0.000000 0.995409 0.000000 -0.095713 0.402403 0.402403 0.402403 +5031.486328 0.000000 763.283997 0.000000 0.996504 0.000000 -0.083543 0.402130 0.402130 0.402130 +5012.417969 0.000000 764.392212 0.000000 0.983689 0.000000 0.179875 0.395521 0.395521 0.395521 +5001.744141 0.000000 786.447693 0.000000 0.999824 0.000000 -0.018760 0.400472 0.400472 0.400472 +5025.586426 0.000000 781.416931 0.000000 0.999572 0.000000 0.029263 0.399331 0.399331 0.399331 +4926.994629 0.000000 838.405029 0.000000 0.999986 0.000000 -0.005272 0.400079 0.400079 0.400079 +4917.005371 0.000000 842.976501 0.000000 0.999806 0.000000 -0.019676 0.400313 0.400313 0.400313 +4900.342285 0.000000 846.449890 0.000000 0.999017 0.000000 0.044322 0.399298 0.399298 0.399298 +4923.964844 0.000000 842.083069 0.000000 0.998609 0.000000 -0.052736 0.401001 0.401001 0.401001 +4914.861328 0.000000 846.298706 0.000000 0.978240 0.000000 0.207475 0.395523 0.395523 0.395523 +4920.427734 0.000000 842.652222 0.000000 0.998716 0.000000 -0.050653 0.400875 0.400875 0.400875 +4926.281738 0.000000 843.848816 0.000000 0.991499 0.000000 0.130113 0.396677 0.396677 0.396677 +4919.533691 0.000000 844.736755 0.000000 0.977585 0.000000 -0.210541 0.404470 0.404470 0.404470 +4919.347168 0.000000 846.832520 0.000000 0.987588 0.000000 0.157068 0.396259 0.396259 0.396259 +4917.492676 0.000000 846.310608 0.000000 0.969785 0.000000 -0.243962 0.405562 0.405562 0.405562 +4984.473633 0.000000 798.911987 0.000000 0.975221 0.000000 0.221233 0.396692 0.396692 0.396692 +4933.729492 0.000000 832.810120 0.000000 0.978725 0.000000 -0.205174 0.403178 0.403178 0.403178 +4976.914551 0.000000 807.964844 0.000000 0.987270 0.000000 -0.159053 0.402624 0.402624 0.402624 +4965.967285 0.000000 815.678589 0.000000 0.969949 0.000000 -0.243310 0.404234 0.404234 0.404234 +4983.822754 0.000000 822.074402 0.000000 0.957889 0.000000 -0.287137 0.407416 0.407416 0.407416 +4947.343262 0.000000 842.382385 0.000000 0.983192 0.000000 -0.182572 0.404675 0.404675 0.404675 +4939.256348 0.000000 843.814575 0.000000 0.978339 0.000000 0.207009 0.395284 0.395284 0.395284 +4953.560059 0.000000 833.954773 0.000000 0.989087 0.000000 0.147336 0.396596 0.396596 0.396596 +4944.024902 0.000000 832.199829 0.000000 0.985730 0.000000 0.168334 0.397027 0.397027 0.397027 +4988.201172 0.000000 811.371765 0.000000 0.996506 0.000000 -0.083518 0.401929 0.401929 0.401929 +4965.577148 0.000000 838.949829 0.000000 0.998940 0.000000 0.046038 0.399076 0.399076 0.399076 +4956.899902 0.000000 842.329956 0.000000 0.953003 0.000000 -0.302960 0.407838 0.407838 0.407838 +4961.478516 0.000000 820.802734 0.000000 0.986291 0.000000 0.165013 0.395779 0.395779 0.395779 +4982.998047 0.000000 808.083557 0.000000 0.977444 0.000000 0.211193 0.394645 0.394645 0.394645 +4976.395508 0.000000 823.112244 0.000000 0.998956 0.000000 -0.045675 0.401163 0.401163 0.401163 +4974.203125 0.000000 814.302612 0.000000 0.955577 0.000000 0.294740 0.392381 0.392381 0.392381 +4991.025879 0.000000 840.146423 0.000000 0.991656 0.000000 -0.128911 0.402433 0.402433 0.402433 +4946.634277 0.000000 836.049927 0.000000 0.999999 0.000000 0.001674 0.399960 0.399960 0.399960 +4988.027344 0.000000 835.663635 0.000000 0.998108 0.000000 0.061479 0.398433 0.398433 0.398433 +4946.536621 0.000000 844.251038 0.000000 0.962282 0.000000 -0.272053 0.407016 0.407016 0.407016 +4985.993164 0.000000 827.377136 0.000000 0.997131 0.000000 0.075693 0.398071 0.398071 0.398071 +4984.379395 0.000000 805.162048 0.000000 0.997318 0.000000 -0.073189 0.401789 0.401789 0.401789 +4960.284180 0.000000 832.969971 0.000000 0.970712 0.000000 0.240247 0.394936 0.394936 0.394936 +4990.905762 0.000000 796.591614 0.000000 0.969273 0.000000 0.245986 0.394316 0.394316 0.394316 +4980.319336 0.000000 818.407043 0.000000 0.990676 0.000000 -0.136240 0.403480 0.403480 0.403480 +4941.467285 0.000000 839.428040 0.000000 0.973490 0.000000 0.228730 0.394123 0.394123 0.394123 +4949.894043 0.000000 844.055054 0.000000 0.959063 0.000000 -0.283192 0.407311 0.407311 0.407311 +4973.387695 0.000000 823.569336 0.000000 0.998486 0.000000 -0.055013 0.401402 0.401402 0.401402 +4989.240234 0.000000 804.812439 0.000000 0.999663 0.000000 0.025966 0.399379 0.399379 0.399379 +4968.728027 0.000000 833.594910 0.000000 0.964923 0.000000 0.262533 0.394124 0.394124 0.394124 +4991.883789 0.000000 829.520813 0.000000 0.951780 0.000000 0.306780 0.392060 0.392060 0.392060 +4982.848633 0.000000 813.293884 0.000000 0.999972 0.000000 0.007510 0.399809 0.399809 0.399809 +4969.205566 0.000000 847.237549 0.000000 0.985541 0.000000 0.169437 0.395664 0.395664 0.395664 +4990.871094 0.000000 834.291748 0.000000 0.983899 0.000000 -0.178728 0.404576 0.404576 0.404576 +4929.626465 0.000000 845.698608 0.000000 0.990601 0.000000 -0.136783 0.403494 0.403494 0.403494 +4955.304688 0.000000 835.919922 0.000000 0.961891 0.000000 0.273432 0.394372 0.394372 0.394372 +4968.074707 0.000000 823.114197 0.000000 0.989896 0.000000 0.141798 0.396377 0.396377 0.396377 +4954.283691 0.000000 837.327087 0.000000 0.995775 0.000000 -0.091823 0.402025 0.402025 0.402025 +4966.782227 0.000000 818.790894 0.000000 0.999390 0.000000 0.034915 0.399111 0.399111 0.399111 +4972.409668 0.000000 816.809692 0.000000 0.989638 0.000000 0.143586 0.396331 0.396331 0.396331 +4947.616211 0.000000 837.039917 0.000000 0.992499 0.000000 0.122256 0.397081 0.397081 0.397081 +4977.244629 0.000000 827.833557 0.000000 0.986229 0.000000 -0.165384 0.404231 0.404231 0.404231 +4959.786621 0.000000 824.502625 0.000000 0.988173 0.000000 0.153342 0.396080 0.396080 0.396080 +4974.744141 0.000000 816.434753 0.000000 0.998040 0.000000 -0.062585 0.401595 0.401595 0.401595 +4948.561035 0.000000 841.546631 0.000000 0.973538 0.000000 -0.228524 0.405618 0.405618 0.405618 +4966.464355 0.000000 833.675293 0.000000 0.999931 0.000000 0.011753 0.399749 0.399749 0.399749 +4990.147949 0.000000 835.735962 0.000000 0.994615 0.000000 -0.103638 0.402644 0.402644 0.402644 +4972.222168 0.000000 824.167114 0.000000 0.982915 0.000000 0.184061 0.395286 0.395286 0.395286 +4937.264160 0.000000 835.374512 0.000000 0.954545 0.000000 -0.298066 0.407707 0.407707 0.407707 +4954.914551 0.000000 842.485046 0.000000 0.999963 0.000000 -0.008557 0.400218 0.400218 0.400218 +4970.351562 0.000000 839.869629 0.000000 0.980872 0.000000 -0.194653 0.404734 0.404734 0.404734 +4986.406250 0.000000 829.861572 0.000000 0.998312 0.000000 0.058077 0.398520 0.398520 0.398520 +4961.152344 0.000000 836.949158 0.000000 0.994611 0.000000 -0.103679 0.402272 0.402272 0.402272 +4974.797363 0.000000 842.584351 0.000000 0.999401 0.000000 0.034600 0.399281 0.399281 0.399281 +4974.269531 0.000000 826.082886 0.000000 0.999951 0.000000 0.009947 0.399747 0.399747 0.399747 +4979.748047 0.000000 832.236633 0.000000 0.964773 0.000000 -0.263085 0.406287 0.406287 0.406287 +4964.170898 0.000000 845.177856 0.000000 0.999740 0.000000 0.022801 0.399428 0.399428 0.399428 +4974.722168 0.000000 838.592834 0.000000 0.996774 0.000000 0.080264 0.398199 0.398199 0.398199 +4954.203125 0.000000 823.387085 0.000000 0.951349 0.000000 0.308116 0.393666 0.393666 0.393666 +4935.959473 0.000000 840.040039 0.000000 0.979856 0.000000 -0.199706 0.405120 0.405120 0.405120 +4979.413574 0.000000 810.331848 0.000000 0.970745 0.000000 -0.240112 0.406175 0.406175 0.406175 +4986.264648 0.000000 841.419189 0.000000 0.999232 0.000000 -0.039181 0.400873 0.400873 0.400873 +4957.817383 0.000000 830.660706 0.000000 0.998738 0.000000 -0.050214 0.401094 0.401094 0.401094 +4971.276855 0.000000 836.267822 0.000000 0.999796 0.000000 0.020197 0.399512 0.399512 0.399512 +4965.123047 0.000000 829.943237 0.000000 0.994539 0.000000 -0.104362 0.402662 0.402662 0.402662 +4986.750488 0.000000 805.268677 0.000000 0.972165 0.000000 -0.234297 0.405987 0.405987 0.405987 +4977.639160 0.000000 846.537903 0.000000 0.985825 0.000000 0.167777 0.395707 0.395707 0.395707 +4951.843750 0.000000 829.121399 0.000000 0.999620 0.000000 -0.027560 0.400619 0.400619 0.400619 +4988.125488 0.000000 801.675842 0.000000 0.955074 0.000000 0.296366 0.393405 0.393405 0.393405 +4976.248535 0.000000 844.586609 0.000000 0.956948 0.000000 0.290261 0.392721 0.392721 0.392721 +4981.096680 0.000000 804.691589 0.000000 0.999649 0.000000 0.026493 0.399447 0.399447 0.399447 +4975.731934 0.000000 837.880005 0.000000 0.997364 0.000000 0.072567 0.398248 0.398248 0.398248 +4947.222656 0.000000 832.614319 0.000000 0.987268 0.000000 0.159063 0.396682 0.396682 0.396682 +4973.871094 0.000000 840.664490 0.000000 0.991691 0.000000 0.128644 0.396895 0.396895 0.396895 +4956.419922 0.000000 822.324158 0.000000 0.979701 0.000000 0.200463 0.394860 0.394860 0.394860 +4973.887207 0.000000 830.013245 0.000000 0.990111 0.000000 -0.140288 0.403584 0.403584 0.403584 +4981.656738 0.000000 813.424683 0.000000 0.980703 0.000000 0.195502 0.394989 0.394989 0.394989 +4980.968750 0.000000 822.528870 0.000000 0.998816 0.000000 0.048644 0.398761 0.398761 0.398761 +4959.371094 0.000000 845.842590 0.000000 0.984594 0.000000 0.174858 0.395524 0.395524 0.395524 +4966.706543 0.000000 836.117493 0.000000 0.995172 0.000000 -0.098150 0.402067 0.402067 0.402067 +4987.344238 0.000000 827.418335 0.000000 0.993007 0.000000 0.118059 0.396987 0.396987 0.396987 +4977.310547 0.000000 820.251099 0.000000 0.972560 0.000000 0.232651 0.394021 0.394021 0.394021 +4968.134277 0.000000 835.371704 0.000000 0.956322 0.000000 0.292317 0.393483 0.393483 0.393483 +4933.351562 0.000000 842.414307 0.000000 0.998417 0.000000 0.056250 0.398567 0.398567 0.398567 +4979.368652 0.000000 842.267151 0.000000 0.999308 0.000000 -0.037207 0.400942 0.400942 0.400942 +4958.526367 0.000000 835.236633 0.000000 0.982598 0.000000 0.185743 0.396045 0.396045 0.396045 +4953.064941 0.000000 841.419922 0.000000 0.954875 0.000000 0.297007 0.392652 0.392652 0.392652 +4970.127930 0.000000 838.234558 0.000000 0.999147 0.000000 -0.041301 0.400998 0.400998 0.400998 +4946.479492 0.000000 837.424744 0.000000 0.980908 0.000000 -0.194472 0.404661 0.404661 0.404661 +4969.492676 0.000000 841.265015 0.000000 0.999826 0.000000 -0.018627 0.400411 0.400411 0.400411 +4968.275879 0.000000 839.553833 0.000000 0.980352 0.000000 -0.197256 0.404342 0.404342 0.404342 +4929.670898 0.000000 840.701965 0.000000 0.990264 0.000000 -0.139201 0.403431 0.403431 0.403431 +4972.563965 0.000000 830.501099 0.000000 0.968086 0.000000 0.250617 0.393549 0.393549 0.393549 +4984.008301 0.000000 833.030640 0.000000 0.957732 0.000000 -0.287663 0.407430 0.407430 0.407430 +4972.773926 0.000000 826.704346 0.000000 0.999989 0.000000 0.004651 0.399882 0.399882 0.399882 +4969.761719 0.000000 829.770447 0.000000 0.978761 0.000000 0.205004 0.394742 0.394742 0.394742 +4954.378418 0.000000 841.455078 0.000000 0.990008 0.000000 -0.141010 0.403525 0.403525 0.403525 +4984.213867 0.000000 802.308411 0.000000 0.999993 0.000000 0.003843 0.399913 0.399913 0.399913 +4983.779785 0.000000 813.967407 0.000000 0.973985 0.000000 0.226611 0.394179 0.394179 0.394179 +4975.144043 0.000000 828.505859 0.000000 0.966870 0.000000 0.255268 0.393427 0.393427 0.393427 +4957.641113 0.000000 836.537231 0.000000 0.969740 0.000000 0.244140 0.394545 0.394545 0.394545 +4980.413574 0.000000 840.339294 0.000000 0.998708 0.000000 0.050823 0.398705 0.398705 0.398705 +4990.436523 0.000000 801.303528 0.000000 0.957509 0.000000 -0.288404 0.406720 0.406720 0.406720 +4940.296875 0.000000 844.366943 0.000000 0.988552 0.000000 -0.150880 0.403857 0.403857 0.403857 +4937.561035 0.000000 841.926819 0.000000 0.987009 0.000000 -0.160664 0.404109 0.404109 0.404109 +4978.433594 0.000000 828.539734 0.000000 0.999004 0.000000 0.044629 0.398863 0.398863 0.398863 +4970.652344 0.000000 830.433899 0.000000 0.956154 0.000000 -0.292863 0.407569 0.407569 0.407569 +4991.022461 0.000000 803.229248 0.000000 0.999652 0.000000 0.026390 0.399394 0.399394 0.399394 +4955.906250 0.000000 829.195557 0.000000 0.999576 0.000000 0.029133 0.399258 0.399258 0.399258 +4962.110840 0.000000 845.563477 0.000000 0.990120 0.000000 0.140219 0.396439 0.396439 0.396439 +4938.690430 0.000000 837.143066 0.000000 0.990207 0.000000 0.139603 0.396433 0.396433 0.396433 +4965.641602 0.000000 818.063782 0.000000 0.975633 0.000000 -0.219410 0.405633 0.405633 0.405633 +4972.319336 0.000000 815.581604 0.000000 0.997060 0.000000 0.076624 0.398139 0.398139 0.398139 +4989.902344 0.000000 813.631592 0.000000 0.996876 0.000000 -0.078980 0.402013 0.402013 0.402013 +4963.967285 0.000000 825.055481 0.000000 0.982995 0.000000 0.183632 0.395297 0.395297 0.395297 +4987.452148 0.000000 830.670776 0.000000 0.995493 0.000000 -0.094838 0.402419 0.402419 0.402419 +4942.090820 0.000000 834.815063 0.000000 0.999497 0.000000 -0.031707 0.400739 0.400739 0.400739 +4936.949219 0.000000 839.716370 0.000000 0.974709 0.000000 -0.223478 0.405739 0.405739 0.405739 +4981.110840 0.000000 807.628967 0.000000 0.999383 0.000000 0.035136 0.399186 0.399186 0.399186 +4988.205566 0.000000 820.778564 0.000000 0.999590 0.000000 -0.028647 0.400730 0.400730 0.400730 +4976.273926 0.000000 820.056824 0.000000 0.968245 0.000000 -0.250005 0.406435 0.406435 0.406435 +4980.598145 0.000000 816.846558 0.000000 0.986801 0.000000 -0.161937 0.404142 0.404142 0.404142 +4954.823242 0.000000 840.501404 0.000000 0.964774 0.000000 -0.263081 0.406633 0.406633 0.406633 +4985.357910 0.000000 835.240601 0.000000 0.995465 0.000000 0.095124 0.397626 0.397626 0.397626 +4988.731934 0.000000 828.906494 0.000000 0.971941 0.000000 0.235223 0.393953 0.393953 0.393953 +4984.766113 0.000000 810.183228 0.000000 0.954070 0.000000 -0.299583 0.407216 0.407216 0.407216 +4938.944824 0.000000 839.055908 0.000000 0.999985 0.000000 0.005523 0.399859 0.399859 0.399859 +4905.676758 0.000000 865.332642 0.000000 0.999278 0.000000 0.037999 0.399431 0.399431 0.399431 +4925.282227 0.000000 891.220825 0.000000 0.965985 0.000000 0.258600 0.395808 0.395808 0.395808 +4913.909180 0.000000 879.106934 0.000000 0.999382 0.000000 -0.035164 0.400636 0.400636 0.400636 +4921.864746 0.000000 875.856812 0.000000 0.991564 0.000000 0.129621 0.397482 0.397482 0.397482 +4926.675293 0.000000 899.016724 0.000000 0.982521 0.000000 -0.186154 0.403515 0.403515 0.403515 +4911.105469 0.000000 850.826965 0.000000 0.992135 0.000000 -0.125173 0.402695 0.402695 0.402695 +4923.964844 0.000000 898.567444 0.000000 0.998245 0.000000 0.059222 0.398950 0.398950 0.398950 +4927.210449 0.000000 881.867432 0.000000 0.997510 0.000000 -0.070525 0.401466 0.401466 0.401466 +4921.206055 0.000000 856.892151 0.000000 0.955296 0.000000 0.295653 0.392942 0.392942 0.392942 +4921.728516 0.000000 872.660339 0.000000 0.972736 0.000000 -0.231914 0.405107 0.405107 0.405107 +4917.071289 0.000000 852.006897 0.000000 0.985708 0.000000 -0.168462 0.403778 0.403778 0.403778 +4927.025879 0.000000 896.630798 0.000000 0.989233 0.000000 0.146350 0.397030 0.397030 0.397030 +4913.135254 0.000000 874.102539 0.000000 0.997747 0.000000 -0.067095 0.401341 0.401341 0.401341 +4918.280273 0.000000 893.844971 0.000000 0.996645 0.000000 0.081843 0.398564 0.398564 0.398564 +4921.993164 0.000000 883.861511 0.000000 0.967754 0.000000 -0.251898 0.405137 0.405137 0.405137 +4921.144531 0.000000 848.880920 0.000000 0.978309 0.000000 0.207153 0.395166 0.395166 0.395166 +4924.112793 0.000000 882.940674 0.000000 0.998059 0.000000 0.062273 0.398693 0.398693 0.398693 +4913.393555 0.000000 871.096191 0.000000 0.998657 0.000000 -0.051803 0.401056 0.401056 0.401056 +4916.319336 0.000000 874.891418 0.000000 0.953463 0.000000 -0.301511 0.406591 0.406591 0.406591 +4921.773926 0.000000 869.054443 0.000000 0.999966 0.000000 0.008203 0.399816 0.399816 0.399816 +4918.848633 0.000000 869.778259 0.000000 0.999641 0.000000 0.026810 0.399411 0.399411 0.399411 +4907.440918 0.000000 854.953979 0.000000 0.967763 0.000000 0.251864 0.395309 0.395309 0.395309 +4917.635254 0.000000 885.788208 0.000000 0.960361 0.000000 -0.278759 0.406080 0.406080 0.406080 +4918.908203 0.000000 859.139648 0.000000 0.995422 0.000000 0.095581 0.397739 0.397739 0.397739 +4922.093750 0.000000 877.702515 0.000000 0.980318 0.000000 -0.197425 0.403890 0.403890 0.403890 +4913.096680 0.000000 854.959106 0.000000 0.998738 0.000000 -0.050230 0.401149 0.401149 0.401149 +4927.974609 0.000000 878.797058 0.000000 0.972660 0.000000 0.232235 0.394839 0.394839 0.394839 +4914.362305 0.000000 881.963196 0.000000 0.952302 0.000000 -0.305157 0.406178 0.406178 0.406178 +4922.873047 0.000000 863.014526 0.000000 0.986927 0.000000 -0.161169 0.403742 0.403742 0.403742 +4919.129883 0.000000 873.859009 0.000000 0.963005 0.000000 -0.269484 0.406281 0.406281 0.406281 +4911.484375 0.000000 866.724731 0.000000 0.984073 0.000000 -0.177763 0.404408 0.404408 0.404408 +4917.408691 0.000000 875.679321 0.000000 0.997308 0.000000 0.073323 0.398421 0.398421 0.398421 +4926.025391 0.000000 850.393738 0.000000 0.964739 0.000000 -0.263207 0.406782 0.406782 0.406782 +4911.249023 0.000000 870.002869 0.000000 0.977902 0.000000 0.209063 0.395383 0.395383 0.395383 +4925.505859 0.000000 855.342041 0.000000 0.997678 0.000000 0.068111 0.398434 0.398434 0.398434 +4908.736816 0.000000 850.087708 0.000000 0.976312 0.000000 0.216369 0.395056 0.395056 0.395056 +4926.477051 0.000000 872.671875 0.000000 0.983870 0.000000 -0.178885 0.403808 0.403808 0.403808 +4917.270996 0.000000 850.565735 0.000000 0.963180 0.000000 -0.268858 0.405790 0.405790 0.405790 +4917.096680 0.000000 861.175964 0.000000 0.980095 0.000000 -0.198530 0.404431 0.404431 0.404431 +4921.375000 0.000000 850.523376 0.000000 0.995599 0.000000 0.093717 0.397966 0.397966 0.397966 +4905.855957 0.000000 848.281250 0.000000 0.973203 0.000000 0.229946 0.395146 0.395146 0.395146 +4904.114258 0.000000 849.820984 0.000000 0.999110 0.000000 -0.042182 0.400883 0.400883 0.400883 +4914.000000 0.000000 850.573547 0.000000 0.999463 0.000000 -0.032759 0.400695 0.400695 0.400695 +4922.830078 0.000000 865.519958 0.000000 0.962123 0.000000 -0.272615 0.407031 0.407031 0.407031 +4913.364258 0.000000 849.554993 0.000000 0.984905 0.000000 -0.173093 0.403883 0.403883 0.403883 +4912.471680 0.000000 872.067383 0.000000 0.999912 0.000000 0.013260 0.399705 0.399705 0.399705 +4921.506836 0.000000 854.838257 0.000000 0.985365 0.000000 0.170456 0.395801 0.395801 0.395801 +4913.862305 0.000000 848.467468 0.000000 0.968740 0.000000 -0.248078 0.405595 0.405595 0.405595 +4914.345703 0.000000 860.381287 0.000000 0.994302 0.000000 -0.106601 0.402501 0.402501 0.402501 +4912.425781 0.000000 868.785339 0.000000 0.971377 0.000000 -0.237542 0.405461 0.405461 0.405461 +4964.029297 0.000000 865.818420 0.000000 0.958400 0.000000 -0.285428 0.404148 0.404148 0.404148 +4935.260254 0.000000 893.870056 0.000000 0.988792 0.000000 -0.149302 0.402903 0.402903 0.402903 +4975.105469 0.000000 850.826965 0.000000 0.968535 0.000000 -0.248877 0.405639 0.405639 0.405639 +4953.336426 0.000000 885.263916 0.000000 0.998717 0.000000 -0.050637 0.401115 0.401115 0.401115 +4958.924805 0.000000 886.570435 0.000000 0.997587 0.000000 0.069431 0.398231 0.398231 0.398231 +4928.043457 0.000000 871.516663 0.000000 0.998167 0.000000 -0.060515 0.401309 0.401309 0.401309 +4970.135254 0.000000 851.765076 0.000000 0.994247 0.000000 0.107107 0.397267 0.397267 0.397267 +4940.617676 0.000000 863.912964 0.000000 0.961042 0.000000 0.276403 0.393232 0.393232 0.393232 +4944.024902 0.000000 888.684204 0.000000 0.999055 0.000000 0.043463 0.399056 0.399056 0.399056 +4941.642090 0.000000 868.917297 0.000000 0.995942 0.000000 -0.089997 0.402295 0.402295 0.402295 +4946.929199 0.000000 852.739868 0.000000 0.969579 0.000000 -0.244779 0.406026 0.406026 0.406026 +4949.729980 0.000000 862.855713 0.000000 0.990443 0.000000 -0.137925 0.403413 0.403413 0.403413 +4962.977539 0.000000 861.765076 0.000000 0.999943 0.000000 -0.010649 0.400271 0.400271 0.400271 +4949.555664 0.000000 851.350708 0.000000 0.992556 0.000000 -0.121793 0.403109 0.403109 0.403109 +4961.699219 0.000000 860.695862 0.000000 0.979149 0.000000 0.203145 0.394791 0.394791 0.394791 +4949.209473 0.000000 854.127869 0.000000 0.982504 0.000000 0.186243 0.395230 0.395230 0.395230 +4946.634277 0.000000 892.534302 0.000000 0.984404 0.000000 0.175920 0.395735 0.395735 0.395735 +4940.917480 0.000000 865.462769 0.000000 0.999348 0.000000 0.036095 0.399144 0.399144 0.399144 +4954.692383 0.000000 859.716553 0.000000 0.982794 0.000000 0.184704 0.395269 0.395269 0.395269 +4929.639160 0.000000 882.471985 0.000000 0.992192 0.000000 0.124722 0.397421 0.397421 0.397421 +4957.938965 0.000000 863.799072 0.000000 0.990283 0.000000 -0.139066 0.403553 0.403553 0.403553 +4940.289551 0.000000 860.713013 0.000000 0.960554 0.000000 0.278092 0.392824 0.392824 0.392824 +4975.286621 0.000000 849.039001 0.000000 0.965080 0.000000 -0.261953 0.406749 0.406749 0.406749 +4947.524902 0.000000 884.199463 0.000000 0.958910 0.000000 0.283711 0.392675 0.392675 0.392675 +4946.425781 0.000000 896.117798 0.000000 0.985929 0.000000 0.167166 0.396696 0.396696 0.396696 +4958.191406 0.000000 849.479614 0.000000 0.992800 0.000000 -0.119780 0.402908 0.402908 0.402908 +4951.955566 0.000000 881.056213 0.000000 0.999350 0.000000 -0.036049 0.400765 0.400765 0.400765 +4946.338867 0.000000 855.298828 0.000000 0.990493 0.000000 0.137566 0.396665 0.396665 0.396665 +4966.826172 0.000000 854.001709 0.000000 0.974343 0.000000 0.225070 0.394219 0.394219 0.394219 +4929.598145 0.000000 850.831421 0.000000 0.980790 0.000000 0.195066 0.395236 0.395236 0.395236 +4946.172363 0.000000 872.412964 0.000000 0.983151 0.000000 -0.182794 0.404369 0.404369 0.404369 +4950.733398 0.000000 856.036743 0.000000 0.957168 0.000000 0.289533 0.393312 0.393312 0.393312 +4968.728027 0.000000 890.079285 0.000000 0.973417 0.000000 0.229040 0.394115 0.394115 0.394115 +4933.850586 0.000000 865.044067 0.000000 0.997074 0.000000 -0.076442 0.401666 0.401666 0.401666 +4940.996094 0.000000 877.097473 0.000000 0.954666 0.000000 0.297680 0.393722 0.393722 0.393722 +4937.352539 0.000000 848.875244 0.000000 0.969163 0.000000 0.246420 0.394468 0.394468 0.394468 +4947.337891 0.000000 847.424438 0.000000 0.979509 0.000000 0.201398 0.394836 0.394836 0.394836 +4959.834473 0.000000 849.419128 0.000000 0.991944 0.000000 -0.126679 0.403076 0.403076 0.403076 +4963.506348 0.000000 879.135742 0.000000 0.990260 0.000000 0.139227 0.397036 0.397036 0.397036 +4960.813477 0.000000 890.771484 0.000000 0.951349 0.000000 0.308115 0.393541 0.393541 0.393541 +4935.500488 0.000000 866.562012 0.000000 0.966529 0.000000 0.256559 0.393509 0.393509 0.393509 +4948.314941 0.000000 874.171204 0.000000 0.993986 0.000000 0.109509 0.397452 0.397452 0.397452 +4932.588867 0.000000 856.903076 0.000000 0.951894 0.000000 -0.306427 0.407931 0.407931 0.407931 +4941.299805 0.000000 858.732300 0.000000 0.980761 0.000000 -0.195214 0.405003 0.405003 0.405003 +4933.854492 0.000000 882.018799 0.000000 0.974651 0.000000 -0.223732 0.404574 0.404574 0.404574 +4950.383789 0.000000 894.277466 0.000000 0.979820 0.000000 -0.199883 0.404240 0.404240 0.404240 +4960.052246 0.000000 847.287903 0.000000 0.956287 0.000000 0.292431 0.392443 0.392443 0.392443 +4929.280273 0.000000 881.114990 0.000000 0.978017 0.000000 -0.208526 0.404626 0.404626 0.404626 +4937.022461 0.000000 890.332886 0.000000 0.978968 0.000000 0.204014 0.395312 0.395312 0.395312 +4935.386719 0.000000 892.481201 0.000000 0.973446 0.000000 0.228919 0.395525 0.395525 0.395525 +4958.425293 0.000000 854.149963 0.000000 0.970202 0.000000 0.242298 0.394599 0.394599 0.394599 +4952.631836 0.000000 857.878479 0.000000 0.999518 0.000000 -0.031052 0.400733 0.400733 0.400733 +4947.693848 0.000000 876.601379 0.000000 0.996419 0.000000 0.084548 0.397844 0.397844 0.397844 +4953.172852 0.000000 883.780396 0.000000 0.996270 0.000000 0.086287 0.398175 0.398175 0.398175 +4955.559082 0.000000 883.154968 0.000000 0.960875 0.000000 0.276981 0.393820 0.393820 0.393820 +4943.223145 0.000000 875.612183 0.000000 0.958088 0.000000 -0.286475 0.407065 0.407065 0.407065 +4942.623047 0.000000 851.976929 0.000000 0.974004 0.000000 -0.226531 0.405260 0.405260 0.405260 +4947.737305 0.000000 853.747314 0.000000 0.998741 0.000000 -0.050170 0.401223 0.401223 0.401223 +4938.112793 0.000000 884.422485 0.000000 0.954829 0.000000 0.297154 0.393628 0.393628 0.393628 +4945.977051 0.000000 876.734863 0.000000 0.998732 0.000000 -0.050345 0.401283 0.401283 0.401283 +4964.191406 0.000000 858.970581 0.000000 0.992365 0.000000 -0.123334 0.403149 0.403149 0.403149 +4968.696289 0.000000 857.513184 0.000000 0.999019 0.000000 0.044293 0.399016 0.399016 0.399016 +4928.042480 0.000000 880.696838 0.000000 0.959062 0.000000 0.283195 0.393678 0.393678 0.393678 +4968.398438 0.000000 856.132080 0.000000 0.988102 0.000000 -0.153797 0.403431 0.403431 0.403431 +4972.736816 0.000000 850.087708 0.000000 0.987107 0.000000 -0.160060 0.404094 0.404094 0.404094 +4956.472656 0.000000 892.781799 0.000000 0.960235 0.000000 -0.279194 0.405976 0.405976 0.405976 +4944.512207 0.000000 883.010986 0.000000 0.967132 0.000000 -0.254276 0.405854 0.405854 0.405854 +4957.995605 0.000000 871.831848 0.000000 0.960068 0.000000 0.279767 0.393218 0.393218 0.393218 +4933.292969 0.000000 853.283020 0.000000 0.974474 0.000000 0.224499 0.395218 0.395218 0.395218 +4946.263672 0.000000 859.352173 0.000000 0.967060 0.000000 0.254548 0.393986 0.393986 0.393986 +4933.933594 0.000000 888.102234 0.000000 0.989711 0.000000 -0.143079 0.402918 0.402918 0.402918 +4945.206543 0.000000 884.596985 0.000000 0.997889 0.000000 -0.064940 0.401447 0.401447 0.401447 +4938.511230 0.000000 865.956482 0.000000 0.997299 0.000000 0.073451 0.398414 0.398414 0.398414 +4962.421875 0.000000 883.757507 0.000000 0.996807 0.000000 -0.079852 0.402036 0.402036 0.402036 +4951.342773 0.000000 872.006165 0.000000 0.987897 0.000000 0.155110 0.396034 0.396034 0.396034 +4970.279785 0.000000 892.122375 0.000000 0.971218 0.000000 -0.238190 0.405584 0.405584 0.405584 +4945.255371 0.000000 857.554077 0.000000 0.960478 0.000000 -0.278355 0.406972 0.406972 0.406972 +4952.312988 0.000000 850.694702 0.000000 0.974627 0.000000 -0.223835 0.405749 0.405749 0.405749 +4968.134277 0.000000 891.856079 0.000000 0.977092 0.000000 0.212816 0.394539 0.394539 0.394539 +4940.215332 0.000000 858.121948 0.000000 0.997096 0.000000 0.076158 0.398059 0.398059 0.398059 +4968.114258 0.000000 849.820984 0.000000 0.999792 0.000000 -0.020380 0.400519 0.400519 0.400519 +4944.053223 0.000000 852.625977 0.000000 0.992763 0.000000 -0.120089 0.402741 0.402741 0.402741 +4962.942871 0.000000 885.700500 0.000000 0.964487 0.000000 -0.264129 0.406807 0.406807 0.406807 +4952.484375 0.000000 847.276733 0.000000 0.978919 0.000000 -0.204247 0.405238 0.405238 0.405238 +4944.913574 0.000000 851.048584 0.000000 0.999948 0.000000 -0.010191 0.400246 0.400246 0.400246 +4928.649414 0.000000 862.180725 0.000000 0.994373 0.000000 -0.105936 0.402703 0.402703 0.402703 +4940.862793 0.000000 891.927979 0.000000 0.998921 0.000000 0.046450 0.398914 0.398914 0.398914 +4955.824219 0.000000 860.127136 0.000000 0.992307 0.000000 -0.123803 0.403161 0.403161 0.403161 +4964.323242 0.000000 857.766357 0.000000 0.997032 0.000000 -0.076991 0.401962 0.401962 0.401962 +4939.572266 0.000000 872.844482 0.000000 0.969970 0.000000 -0.243225 0.406023 0.406023 0.406023 +4945.965332 0.000000 887.890747 0.000000 0.978571 0.000000 0.205909 0.395526 0.395526 0.395526 +4946.209473 0.000000 858.169250 0.000000 0.995643 0.000000 0.093243 0.397818 0.397818 0.397818 +4952.446289 0.000000 890.604797 0.000000 0.997323 0.000000 -0.073126 0.401864 0.401864 0.401864 +4952.817383 0.000000 880.299194 0.000000 0.995891 0.000000 0.090564 0.397858 0.397858 0.397858 +4929.343750 0.000000 860.578979 0.000000 0.957850 0.000000 0.287268 0.392580 0.392580 0.392580 +4952.183105 0.000000 868.953125 0.000000 0.997466 0.000000 0.071149 0.398187 0.398187 0.398187 +4948.545898 0.000000 879.425964 0.000000 0.990505 0.000000 -0.137473 0.403195 0.403195 0.403195 +4938.015137 0.000000 857.468079 0.000000 0.999012 0.000000 -0.044434 0.401132 0.401132 0.401132 +4954.454102 0.000000 848.279663 0.000000 0.986748 0.000000 -0.162258 0.404150 0.404150 0.404150 +4964.699219 0.000000 888.780518 0.000000 0.979675 0.000000 -0.200590 0.405022 0.405022 0.405022 +4945.250000 0.000000 859.946533 0.000000 0.999546 0.000000 0.030114 0.399250 0.399250 0.399250 +4950.239258 0.000000 886.796692 0.000000 0.982244 0.000000 0.187606 0.395194 0.395194 0.395194 +4965.656250 0.000000 855.966309 0.000000 0.963440 0.000000 0.267923 0.393093 0.393093 0.393093 +4951.045898 0.000000 848.899536 0.000000 0.976924 0.000000 0.213587 0.394519 0.394519 0.394519 +4963.967285 0.000000 881.539856 0.000000 0.979882 0.000000 0.199579 0.394984 0.394984 0.394984 +4954.731934 0.000000 870.858521 0.000000 0.999994 0.000000 0.003528 0.399910 0.399910 0.399910 +4957.639160 0.000000 850.740784 0.000000 0.971038 0.000000 0.238926 0.394591 0.394591 0.394591 +4954.147949 0.000000 871.811157 0.000000 0.953670 0.000000 0.300855 0.392218 0.392218 0.392218 +4942.294922 0.000000 893.773926 0.000000 0.970104 0.000000 0.242690 0.394480 0.394480 0.394480 +4967.189453 0.000000 885.224365 0.000000 0.974161 0.000000 0.225856 0.394631 0.394631 0.394631 +4937.207520 0.000000 872.007751 0.000000 0.988834 0.000000 0.149022 0.396191 0.396191 0.396191 +4930.728516 0.000000 847.287415 0.000000 0.970821 0.000000 0.239805 0.393918 0.393918 0.393918 +4962.886719 0.000000 889.938660 0.000000 0.999545 0.000000 -0.030162 0.400747 0.400747 0.400747 +4944.073730 0.000000 849.775208 0.000000 0.977284 0.000000 -0.211933 0.405438 0.405438 0.405438 +4943.467773 0.000000 865.642456 0.000000 0.983046 0.000000 0.183358 0.395544 0.395544 0.395544 +4935.502930 0.000000 854.539001 0.000000 0.993960 0.000000 0.109742 0.397381 0.397381 0.397381 +5014.628418 0.000000 820.808472 0.000000 0.988090 0.000000 -0.153877 0.402222 0.402222 0.402222 +4998.724121 0.000000 824.288757 0.000000 0.992844 0.000000 0.119420 0.398231 0.398231 0.398231 +5047.044922 0.000000 829.869568 0.000000 0.965464 0.000000 -0.260537 0.404001 0.404001 0.404001 +5049.129395 0.000000 829.599854 0.000000 0.979766 0.000000 0.200145 0.396438 0.396438 0.396438 +5039.250488 0.000000 819.762146 0.000000 0.975044 0.000000 -0.222013 0.403756 0.403756 0.403756 +5052.180664 0.000000 824.883789 0.000000 0.984104 0.000000 -0.177592 0.403093 0.403093 0.403093 +5048.654297 0.000000 807.994202 0.000000 0.999812 0.000000 0.019368 0.399628 0.399628 0.399628 +5051.429199 0.000000 816.093872 0.000000 0.989252 0.000000 0.146223 0.397135 0.397135 0.397135 +5040.891113 0.000000 819.155334 0.000000 0.999632 0.000000 -0.027127 0.400486 0.400486 0.400486 +5044.916016 0.000000 798.144287 0.000000 0.968212 0.000000 0.250129 0.395102 0.395102 0.395102 +5009.688477 0.000000 819.008057 0.000000 0.997355 0.000000 0.072684 0.398696 0.398696 0.398696 +5032.687988 0.000000 813.281860 0.000000 0.984509 0.000000 0.175331 0.396894 0.396894 0.396894 +5048.710938 0.000000 814.612793 0.000000 0.996693 0.000000 0.081257 0.398355 0.398355 0.398355 +5039.105469 0.000000 794.342590 0.000000 0.951709 0.000000 -0.307002 0.406918 0.406918 0.406918 +4995.050781 0.000000 794.175537 0.000000 0.993979 0.000000 0.109570 0.397204 0.397204 0.397204 +5047.822754 0.000000 822.074402 0.000000 0.954471 0.000000 -0.298304 0.406821 0.406821 0.406821 +5049.001953 0.000000 826.213257 0.000000 0.977832 0.000000 0.209389 0.395840 0.395840 0.395840 +5042.132324 0.000000 810.202393 0.000000 0.994867 0.000000 0.101193 0.397631 0.397631 0.397631 +5051.993164 0.000000 807.324829 0.000000 0.999434 0.000000 0.033650 0.399405 0.399405 0.399405 +4999.434570 0.000000 801.524841 0.000000 0.984297 0.000000 0.176519 0.396110 0.396110 0.396110 +5004.617676 0.000000 807.428589 0.000000 0.979225 0.000000 -0.202775 0.404455 0.404455 0.404455 +5052.201172 0.000000 811.371765 0.000000 0.996433 0.000000 -0.084388 0.401607 0.401607 0.401607 +5044.080566 0.000000 803.974792 0.000000 0.975157 0.000000 0.221514 0.395918 0.395918 0.395918 +5000.954590 0.000000 814.499268 0.000000 0.998586 0.000000 -0.053161 0.401354 0.401354 0.401354 +5055.416504 0.000000 798.006226 0.000000 0.998753 0.000000 -0.049934 0.401010 0.401010 0.401010 +5025.478516 0.000000 820.802734 0.000000 0.999951 0.000000 0.009926 0.399747 0.399747 0.399747 +5004.241699 0.000000 793.046082 0.000000 0.975594 0.000000 -0.219582 0.405638 0.405638 0.405638 +5014.020996 0.000000 792.101318 0.000000 0.959452 0.000000 -0.281872 0.406406 0.406406 0.406406 +4995.049316 0.000000 803.052124 0.000000 0.976253 0.000000 0.216634 0.395115 0.395115 0.395115 +5039.029785 0.000000 805.024780 0.000000 0.995595 0.000000 0.093758 0.397886 0.397886 0.397886 +5018.869141 0.000000 812.230164 0.000000 0.994833 0.000000 0.101523 0.397669 0.397669 0.397669 +5013.229004 0.000000 804.873535 0.000000 0.985156 0.000000 0.171663 0.396072 0.396072 0.396072 +5003.039062 0.000000 807.037659 0.000000 0.990554 0.000000 -0.137122 0.402809 0.402809 0.402809 +5002.378418 0.000000 802.642639 0.000000 0.975089 0.000000 0.221813 0.394851 0.394851 0.394851 +4995.498047 0.000000 791.538818 0.000000 0.999962 0.000000 0.008753 0.399828 0.399828 0.399828 +5017.632324 0.000000 805.998779 0.000000 0.998237 0.000000 0.059354 0.398737 0.398737 0.398737 +5029.817871 0.000000 824.348022 0.000000 0.958382 0.000000 0.285489 0.394449 0.394449 0.394449 +5000.131348 0.000000 800.169006 0.000000 0.970240 0.000000 -0.242146 0.405288 0.405288 0.405288 +5008.485352 0.000000 815.893433 0.000000 0.983987 0.000000 -0.178240 0.404563 0.404563 0.404563 +5049.993164 0.000000 827.377136 0.000000 0.993867 0.000000 -0.110581 0.402185 0.402185 0.402185 +4995.329590 0.000000 826.209534 0.000000 0.998326 0.000000 0.057829 0.398680 0.398680 0.398680 +5012.029785 0.000000 794.708008 0.000000 0.979446 0.000000 0.201708 0.395396 0.395396 0.395396 +5047.353516 0.000000 797.925049 0.000000 0.988857 0.000000 -0.148868 0.403708 0.403708 0.403708 +5015.560547 0.000000 808.307068 0.000000 0.998608 0.000000 -0.052736 0.401217 0.401217 0.401217 +5043.663574 0.000000 791.949646 0.000000 0.958760 0.000000 -0.284217 0.406317 0.406317 0.406317 +5029.374023 0.000000 796.747803 0.000000 0.990298 0.000000 0.138958 0.397181 0.397181 0.397181 +5024.608398 0.000000 822.312561 0.000000 0.998376 0.000000 0.056964 0.398694 0.398694 0.398694 +5040.663086 0.000000 809.437195 0.000000 0.999470 0.000000 -0.032539 0.400718 0.400718 0.400718 +5023.750977 0.000000 797.364197 0.000000 0.979851 0.000000 -0.199730 0.404649 0.404649 0.404649 +5010.834473 0.000000 817.370728 0.000000 0.957608 0.000000 -0.288076 0.407427 0.407427 0.407427 +4998.595703 0.000000 816.780334 0.000000 0.992090 0.000000 -0.125531 0.403205 0.403205 0.403205 +5010.930176 0.000000 814.643921 0.000000 0.968128 0.000000 -0.250457 0.406446 0.406446 0.406446 +5022.394531 0.000000 808.827576 0.000000 0.955479 0.000000 -0.295058 0.407448 0.407448 0.407448 +5029.604004 0.000000 813.365234 0.000000 0.978239 0.000000 -0.207481 0.405134 0.405134 0.405134 +5046.609375 0.000000 818.629822 0.000000 0.990421 0.000000 0.138081 0.396756 0.396756 0.396756 +5024.240234 0.000000 804.751099 0.000000 0.955660 0.000000 0.294474 0.392388 0.392388 0.392388 +4993.598145 0.000000 794.347046 0.000000 0.999008 0.000000 -0.044521 0.401070 0.401070 0.401070 +5017.742188 0.000000 819.832520 0.000000 0.975645 0.000000 0.219356 0.396003 0.396003 0.396003 +5010.172363 0.000000 815.928589 0.000000 0.997364 0.000000 -0.072563 0.401849 0.401849 0.401849 +5007.104980 0.000000 793.683838 0.000000 0.990972 0.000000 -0.134068 0.403424 0.403424 0.403424 +5011.337891 0.000000 790.940063 0.000000 0.994023 0.000000 -0.109170 0.402633 0.402633 0.402633 +5018.256836 0.000000 795.506165 0.000000 0.987856 0.000000 -0.155370 0.403973 0.403973 0.403973 +5003.583984 0.000000 794.338928 0.000000 0.997933 0.000000 0.064267 0.398478 0.398478 0.398478 +5014.014160 0.000000 796.315308 0.000000 0.998826 0.000000 -0.048451 0.401142 0.401142 0.401142 +4999.500488 0.000000 810.077637 0.000000 0.992233 0.000000 0.124395 0.397067 0.397067 0.397067 +5030.782227 0.000000 818.790894 0.000000 0.998748 0.000000 0.050016 0.398871 0.398871 0.398871 +5016.230957 0.000000 805.789978 0.000000 0.999969 0.000000 0.007881 0.399832 0.399832 0.399832 +5028.309082 0.000000 820.167297 0.000000 0.968821 0.000000 -0.247763 0.406313 0.406313 0.406313 +4996.588867 0.000000 800.418701 0.000000 0.999846 0.000000 -0.017571 0.400409 0.400409 0.400409 +5005.299805 0.000000 802.247925 0.000000 0.993513 0.000000 -0.113718 0.402902 0.402902 0.402902 +5051.526855 0.000000 823.548401 0.000000 0.987193 0.000000 -0.159532 0.403488 0.403488 0.403488 +4992.421387 0.000000 834.304382 0.000000 0.983944 0.000000 0.178478 0.395681 0.395681 0.395681 +5026.937988 0.000000 821.286316 0.000000 0.951432 0.000000 -0.307860 0.407969 0.407969 0.407969 +4995.093750 0.000000 820.851257 0.000000 0.999963 0.000000 -0.008649 0.400220 0.400220 0.400220 +5017.036621 0.000000 815.716187 0.000000 0.956911 0.000000 0.290382 0.393056 0.393056 0.393056 +5023.813965 0.000000 813.819702 0.000000 0.990060 0.000000 0.140648 0.397146 0.397146 0.397146 +5039.546387 0.000000 797.128662 0.000000 0.999938 0.000000 0.011154 0.399732 0.399732 0.399732 +4992.049316 0.000000 816.478760 0.000000 0.985616 0.000000 -0.168998 0.404239 0.404239 0.404239 +5001.525391 0.000000 812.828979 0.000000 0.972274 0.000000 -0.233845 0.406010 0.406010 0.406010 +5023.902832 0.000000 806.064941 0.000000 0.967243 0.000000 0.253852 0.393464 0.393464 0.393464 +4994.009277 0.000000 811.830017 0.000000 0.990414 0.000000 -0.138127 0.403280 0.403280 0.403280 +5019.236816 0.000000 808.268127 0.000000 0.999427 0.000000 -0.033855 0.400763 0.400763 0.400763 +4994.058594 0.000000 809.220642 0.000000 0.999381 0.000000 0.035169 0.399232 0.399232 0.399232 +5054.420410 0.000000 804.122009 0.000000 0.998227 0.000000 -0.059515 0.401154 0.401154 0.401154 +5027.032227 0.000000 808.417358 0.000000 0.997965 0.000000 0.063769 0.398528 0.398528 0.398528 +4998.753418 0.000000 795.945923 0.000000 0.999801 0.000000 0.019966 0.399526 0.399526 0.399526 +5045.408691 0.000000 819.194946 0.000000 0.988948 0.000000 0.148265 0.396939 0.396939 0.396939 +5026.757812 0.000000 796.243225 0.000000 0.952759 0.000000 -0.303729 0.406333 0.406333 0.406333 +5005.344238 0.000000 805.070984 0.000000 0.951525 0.000000 -0.307571 0.407758 0.407758 0.407758 +5016.136230 0.000000 811.195435 0.000000 0.998712 0.000000 -0.050747 0.401222 0.401222 0.401222 +5011.737305 0.000000 797.262939 0.000000 0.974863 0.000000 0.222804 0.394884 0.394884 0.394884 +5025.315918 0.000000 823.474304 0.000000 0.968788 0.000000 0.247892 0.394259 0.394259 0.394259 +4997.529297 0.000000 794.271179 0.000000 0.997919 0.000000 0.064475 0.398479 0.398479 0.398479 +5028.191406 0.000000 802.486206 0.000000 0.990381 0.000000 -0.138368 0.403535 0.403535 0.403535 +5032.696289 0.000000 801.028809 0.000000 0.993907 0.000000 0.110220 0.397518 0.397518 0.397518 +5019.442383 0.000000 799.204102 0.000000 0.978585 0.000000 -0.205845 0.404948 0.404948 0.404948 +5012.231934 0.000000 814.569092 0.000000 0.989314 0.000000 -0.145803 0.403726 0.403726 0.403726 +4996.370605 0.000000 817.370850 0.000000 0.984171 0.000000 0.177219 0.395561 0.395561 0.395561 +5016.864258 0.000000 817.335205 0.000000 0.963593 0.000000 0.267374 0.394040 0.394040 0.394040 +5036.330078 0.000000 809.546143 0.000000 0.996692 0.000000 0.081273 0.398050 0.398050 0.398050 +4994.732422 0.000000 798.994873 0.000000 0.999662 0.000000 -0.025996 0.400595 0.400595 0.400595 +5020.834961 0.000000 799.457031 0.000000 0.966577 0.000000 0.256375 0.394369 0.394369 0.394369 +5038.633301 0.000000 795.497131 0.000000 0.997498 0.000000 0.070691 0.398432 0.398432 0.398432 +5043.583984 0.000000 795.357178 0.000000 0.996141 0.000000 0.087764 0.397964 0.397964 0.397964 +5022.762207 0.000000 812.949890 0.000000 0.992389 0.000000 0.123142 0.397503 0.397503 0.397503 +4993.354492 0.000000 832.497253 0.000000 0.979324 0.000000 0.202296 0.394813 0.394813 0.394813 +4993.515137 0.000000 819.966248 0.000000 0.972218 0.000000 0.234078 0.393983 0.393983 0.393983 +5045.656738 0.000000 813.424683 0.000000 0.994629 0.000000 0.103501 0.397598 0.397598 0.397598 +5001.453613 0.000000 803.451599 0.000000 0.952393 0.000000 -0.304872 0.406729 0.406729 0.406729 +5018.770996 0.000000 800.381897 0.000000 0.999388 0.000000 0.034986 0.399242 0.399242 0.399242 +5002.511230 0.000000 809.472107 0.000000 0.996972 0.000000 0.077764 0.398212 0.398212 0.398212 +5050.650879 0.000000 801.959229 0.000000 0.983979 0.000000 0.178286 0.396268 0.396268 0.396268 +5013.918945 0.000000 811.686340 0.000000 0.997634 0.000000 0.068744 0.398248 0.398248 0.398248 +5002.865723 0.000000 805.872070 0.000000 0.997578 0.000000 -0.069561 0.401578 0.401578 0.401578 +5021.463379 0.000000 816.857239 0.000000 0.978463 0.000000 -0.206422 0.405295 0.405295 0.405295 +5011.206055 0.000000 799.613037 0.000000 0.999875 0.000000 0.015798 0.399628 0.399628 0.399628 +5016.312988 0.000000 794.210327 0.000000 0.976358 0.000000 0.216158 0.394452 0.394452 0.394452 +5030.709473 0.000000 801.588928 0.000000 0.986429 0.000000 -0.164189 0.403994 0.403994 0.403994 +5035.277832 0.000000 803.793884 0.000000 0.999290 0.000000 0.037675 0.399146 0.399146 0.399146 +5017.831543 0.000000 797.924744 0.000000 0.988825 0.000000 -0.149082 0.403811 0.403811 0.403811 +4999.767090 0.000000 816.783997 0.000000 0.989959 0.000000 0.141354 0.396388 0.396388 0.396388 +4992.649414 0.000000 805.696350 0.000000 0.986211 0.000000 -0.165491 0.403744 0.403744 0.403744 +5018.768555 0.000000 805.713562 0.000000 0.964945 0.000000 -0.262453 0.405940 0.405940 0.405940 +5020.718750 0.000000 801.281677 0.000000 0.970692 0.000000 -0.240329 0.405381 0.405381 0.405381 +5037.104004 0.000000 792.235718 0.000000 0.965543 0.000000 0.260245 0.393532 0.393532 0.393532 +5040.198730 0.000000 814.453064 0.000000 0.967766 0.000000 -0.251853 0.406013 0.406013 0.406013 +5043.501953 0.000000 790.848145 0.000000 0.956836 0.000000 -0.290629 0.406464 0.406464 0.406464 +5049.725098 0.000000 823.283875 0.000000 0.999573 0.000000 0.029234 0.399317 0.399317 0.399317 +5029.876953 0.000000 814.598633 0.000000 0.976055 0.000000 -0.217523 0.404872 0.404872 0.404872 +5039.740234 0.000000 805.919861 0.000000 0.999914 0.000000 0.013102 0.399705 0.399705 0.399705 +5027.665039 0.000000 800.362244 0.000000 0.960834 0.000000 -0.277125 0.407010 0.407010 0.407010 +5047.309570 0.000000 799.026794 0.000000 0.995193 0.000000 0.097938 0.397791 0.397791 0.397791 +4993.148926 0.000000 814.930420 0.000000 0.975368 0.000000 0.220583 0.394447 0.394447 0.394447 +5041.364258 0.000000 793.070618 0.000000 0.996257 0.000000 -0.086443 0.402204 0.402204 0.402204 +5025.533203 0.000000 816.840637 0.000000 0.988965 0.000000 0.148151 0.396629 0.396629 0.396629 +5036.319336 0.000000 815.581604 0.000000 0.990327 0.000000 -0.138757 0.403316 0.403316 0.403316 +5015.045898 0.000000 792.415161 0.000000 0.963992 0.000000 -0.265932 0.406035 0.406035 0.406035 +5021.639160 0.000000 794.256409 0.000000 0.997205 0.000000 -0.074712 0.401904 0.401904 0.401904 +5012.295898 0.000000 799.511230 0.000000 0.955668 0.000000 -0.294445 0.406999 0.406999 0.406999 +5001.207520 0.000000 815.523376 0.000000 0.993392 0.000000 0.114768 0.397071 0.397071 0.397071 +5008.073730 0.000000 793.290833 0.000000 0.974084 0.000000 0.226185 0.394441 0.394441 0.394441 +4999.460938 0.000000 811.724243 0.000000 0.990888 0.000000 0.134691 0.396823 0.396823 0.396823 +5020.514160 0.000000 804.578064 0.000000 0.996124 0.000000 0.087955 0.397762 0.397762 0.397762 +5022.662598 0.000000 801.841370 0.000000 0.964403 0.000000 -0.264437 0.406174 0.406174 0.406174 +5060.047852 0.000000 799.131287 0.000000 0.999037 0.000000 0.043882 0.399397 0.399397 0.399397 +5107.213867 0.000000 837.038452 0.000000 0.996477 0.000000 0.083865 0.398843 0.398843 0.398843 +5062.363770 0.000000 800.293884 0.000000 0.957891 0.000000 0.287132 0.395492 0.395492 0.395492 +5056.712402 0.000000 809.002258 0.000000 0.977518 0.000000 -0.210852 0.403469 0.403469 0.403469 +5059.095703 0.000000 806.231384 0.000000 0.994591 0.000000 0.103867 0.397984 0.397984 0.397984 +5066.378418 0.000000 802.642639 0.000000 0.976474 0.000000 -0.215634 0.403950 0.403950 0.403950 +5068.917480 0.000000 808.978394 0.000000 0.999406 0.000000 0.034474 0.399394 0.399394 0.399394 +5058.970703 0.000000 800.228882 0.000000 0.997049 0.000000 -0.076764 0.401435 0.401435 0.401435 +5064.616211 0.000000 808.024902 0.000000 0.994434 0.000000 -0.105365 0.402245 0.402245 0.402245 +5066.511230 0.000000 809.472107 0.000000 0.982911 0.000000 0.184082 0.396201 0.396201 0.396201 +5061.319336 0.000000 810.749695 0.000000 0.998743 0.000000 -0.050127 0.401064 0.401064 0.401064 +5148.928223 0.000000 865.145691 0.000000 0.996554 0.000000 0.082947 0.398785 0.398785 0.398785 +5160.256348 0.000000 864.113342 0.000000 0.995663 0.000000 -0.093037 0.401503 0.401503 0.401503 +5608.763184 0.000000 918.872192 0.000000 0.998499 0.000000 -0.054764 0.400750 0.400750 0.400750 +5580.457520 0.000000 955.525940 0.000000 0.961779 0.000000 -0.273827 0.403975 0.403975 0.403975 +5585.664551 0.000000 910.406006 0.000000 0.999623 0.000000 -0.027461 0.400398 0.400398 0.400398 +5585.436523 0.000000 927.619019 0.000000 0.997814 0.000000 -0.066082 0.400958 0.400958 0.400958 +5582.686523 0.000000 918.341492 0.000000 0.973992 0.000000 0.226584 0.396599 0.396599 0.396599 +5587.362793 0.000000 931.737854 0.000000 0.997070 0.000000 -0.076494 0.401162 0.401162 0.401162 +5631.510742 0.000000 928.486694 0.000000 0.982041 0.000000 0.188666 0.397072 0.397072 0.397072 +5588.821777 0.000000 934.860962 0.000000 0.984645 0.000000 0.174567 0.397275 0.397275 0.397275 +5608.688965 0.000000 928.150513 0.000000 0.991814 0.000000 -0.127688 0.402276 0.402276 0.402276 +5583.799805 0.000000 946.813843 0.000000 0.998841 0.000000 0.048130 0.399211 0.399211 0.399211 +5582.368652 0.000000 959.603516 0.000000 0.993194 0.000000 0.116473 0.398047 0.398047 0.398047 +5619.561035 0.000000 930.011902 0.000000 0.961583 0.000000 0.274515 0.394821 0.394821 0.394821 +5615.350098 0.000000 958.493042 0.000000 0.985083 0.000000 0.172081 0.396805 0.396805 0.396805 +5607.260742 0.000000 925.354004 0.000000 0.994213 0.000000 -0.107425 0.401838 0.401838 0.401838 +5590.981445 0.000000 931.974548 0.000000 0.998729 0.000000 0.050409 0.399124 0.399124 0.399124 +5610.442383 0.000000 931.800842 0.000000 0.953017 0.000000 0.302916 0.394314 0.394314 0.394314 +5625.864746 0.000000 932.341187 0.000000 0.982229 0.000000 0.187688 0.396418 0.396418 0.396418 +5592.891602 0.000000 950.105103 0.000000 0.972929 0.000000 0.231105 0.395540 0.395540 0.395540 +5592.204102 0.000000 948.277527 0.000000 0.964899 0.000000 -0.262623 0.404976 0.404976 0.404976 +5605.967285 0.000000 928.647339 0.000000 0.994249 0.000000 -0.107092 0.402073 0.402073 0.402073 +5599.972656 0.000000 928.130981 0.000000 0.995699 0.000000 0.092649 0.398142 0.398142 0.398142 +5607.989746 0.000000 929.653870 0.000000 0.981219 0.000000 0.192895 0.396385 0.396385 0.396385 +5605.577148 0.000000 951.918579 0.000000 0.976151 0.000000 -0.217091 0.404130 0.404130 0.404130 +5588.433105 0.000000 920.764587 0.000000 0.992306 0.000000 -0.123808 0.402237 0.402237 0.402237 +5620.695312 0.000000 950.722168 0.000000 0.973544 0.000000 0.228498 0.395753 0.395753 0.395753 +5594.869141 0.000000 925.198914 0.000000 0.996219 0.000000 -0.086878 0.401737 0.401737 0.401737 +5599.967773 0.000000 921.949707 0.000000 0.963281 0.000000 0.268495 0.395114 0.395114 0.395114 +5586.010742 0.000000 954.283081 0.000000 0.993757 0.000000 0.111571 0.398057 0.398057 0.398057 +5597.380859 0.000000 923.147644 0.000000 0.961931 0.000000 0.273293 0.394637 0.394637 0.394637 +5592.030273 0.000000 917.055176 0.000000 0.995978 0.000000 0.089593 0.398235 0.398235 0.398235 +5602.837891 0.000000 951.841431 0.000000 0.975293 0.000000 0.220914 0.395874 0.395874 0.395874 +5589.918945 0.000000 915.257385 0.000000 0.987887 0.000000 0.155176 0.397246 0.397246 0.397246 +5628.112793 0.000000 939.425049 0.000000 0.981102 0.000000 0.193494 0.396208 0.396208 0.396208 +5610.059082 0.000000 939.033020 0.000000 0.998899 0.000000 0.046916 0.399091 0.399091 0.399091 +5597.938965 0.000000 920.283447 0.000000 0.998655 0.000000 0.051842 0.399026 0.399026 0.399026 +5620.319336 0.000000 931.375793 0.000000 0.999117 0.000000 0.042009 0.399230 0.399230 0.399230 +5602.393066 0.000000 956.451660 0.000000 0.991274 0.000000 -0.131820 0.402469 0.402469 0.402469 +5586.425781 0.000000 952.602173 0.000000 0.997233 0.000000 -0.074337 0.401334 0.401334 0.401334 +5595.529297 0.000000 934.435913 0.000000 0.999074 0.000000 0.043019 0.399190 0.399190 0.399190 +5593.742188 0.000000 932.801270 0.000000 0.992576 0.000000 -0.121628 0.402198 0.402198 0.402198 +5629.587402 0.000000 951.647827 0.000000 0.954100 0.000000 -0.299487 0.405695 0.405695 0.405695 +5611.575684 0.000000 934.480225 0.000000 0.989585 0.000000 0.143953 0.397100 0.397100 0.397100 +5627.914062 0.000000 932.072693 0.000000 0.997522 0.000000 -0.070356 0.401308 0.401308 0.401308 +5595.304688 0.000000 948.888672 0.000000 0.995338 0.000000 0.096450 0.398177 0.398177 0.398177 +5606.782227 0.000000 931.759644 0.000000 0.996677 0.000000 -0.081453 0.401572 0.401572 0.401572 +5614.671387 0.000000 937.286621 0.000000 0.986072 0.000000 -0.166321 0.403321 0.403321 0.403321 +5605.210449 0.000000 935.831604 0.000000 0.959863 0.000000 0.280468 0.394308 0.394308 0.394308 +5627.526855 0.000000 936.517151 0.000000 0.985988 0.000000 0.166815 0.396678 0.396678 0.396678 +5592.874512 0.000000 921.765137 0.000000 0.997910 0.000000 0.064614 0.398705 0.398705 0.398705 +5605.085938 0.000000 930.120911 0.000000 0.990013 0.000000 0.140978 0.397168 0.397168 0.397168 +5625.187988 0.000000 935.235352 0.000000 0.994411 0.000000 0.105581 0.397872 0.397872 0.397872 +5613.684570 0.000000 946.660706 0.000000 0.960469 0.000000 -0.278386 0.405296 0.405296 0.405296 +5618.478027 0.000000 945.625732 0.000000 0.995805 0.000000 -0.091496 0.401821 0.401821 0.401821 +5622.834961 0.000000 941.424561 0.000000 0.994362 0.000000 -0.106038 0.402005 0.402005 0.402005 +5613.556641 0.000000 949.393188 0.000000 0.976758 0.000000 -0.214344 0.404207 0.404207 0.404207 +5612.222168 0.000000 937.135864 0.000000 0.975290 0.000000 -0.220929 0.404327 0.404327 0.404327 +5600.342773 0.000000 938.795410 0.000000 0.999215 0.000000 -0.039626 0.400792 0.400792 0.400792 +5604.687500 0.000000 954.320190 0.000000 0.999214 0.000000 -0.039634 0.400764 0.400764 0.400764 +5610.913086 0.000000 957.750244 0.000000 0.952790 0.000000 0.303630 0.393854 0.393854 0.393854 +5601.315918 0.000000 936.443054 0.000000 0.999148 0.000000 -0.041270 0.400804 0.400804 0.400804 +5598.521973 0.000000 937.195740 0.000000 0.994452 0.000000 -0.105188 0.402084 0.402084 0.402084 +5612.614746 0.000000 953.006592 0.000000 0.980053 0.000000 0.198734 0.395974 0.395974 0.395974 +5576.667480 0.000000 965.013611 0.000000 0.966485 0.000000 -0.256724 0.403695 0.403695 0.403695 +5603.217285 0.000000 971.072937 0.000000 0.959610 0.000000 0.281333 0.395301 0.395301 0.395301 +5587.350098 0.000000 962.588257 0.000000 0.999832 0.000000 0.018339 0.399636 0.399636 0.399636 +5589.209473 0.000000 967.096619 0.000000 0.964226 0.000000 0.265081 0.395191 0.395191 0.395191 +5619.663574 0.000000 961.402771 0.000000 0.998321 0.000000 -0.057922 0.401117 0.401117 0.401117 +5587.337891 0.000000 960.393188 0.000000 0.970460 0.000000 0.241260 0.395389 0.395389 0.395389 +5606.002930 0.000000 961.895935 0.000000 0.964770 0.000000 0.263095 0.394802 0.394802 0.394802 +5590.163574 0.000000 963.199646 0.000000 0.980006 0.000000 0.198969 0.395999 0.395999 0.395999 +5634.552734 0.000000 959.826233 0.000000 0.990532 0.000000 0.137282 0.397916 0.397916 0.397916 +5652.141113 0.000000 957.681763 0.000000 0.963016 0.000000 0.269446 0.395777 0.395777 0.395777 +5653.101562 0.000000 950.201050 0.000000 0.971924 0.000000 -0.235296 0.404163 0.404163 0.404163 +5643.557617 0.000000 943.697754 0.000000 0.983905 0.000000 0.178694 0.396699 0.396699 0.396699 +5633.726074 0.000000 946.654480 0.000000 0.991293 0.000000 -0.131677 0.402446 0.402446 0.402446 +5646.389648 0.000000 941.534424 0.000000 0.996975 0.000000 0.077722 0.398710 0.398710 0.398710 +5651.070801 0.000000 947.117798 0.000000 0.998466 0.000000 -0.055363 0.401001 0.401001 0.401001 +5634.335449 0.000000 934.980042 0.000000 0.961189 0.000000 -0.275891 0.404703 0.404703 0.404703 +5637.041016 0.000000 947.526550 0.000000 0.986402 0.000000 0.164353 0.396876 0.396876 0.396876 +5647.453125 0.000000 952.725159 0.000000 0.961589 0.000000 -0.274494 0.405290 0.405290 0.405290 +5645.681641 0.000000 949.418945 0.000000 0.965054 0.000000 0.262050 0.394943 0.394943 0.394943 +5642.666016 0.000000 946.111572 0.000000 0.987283 0.000000 -0.158976 0.403149 0.403149 0.403149 +5639.386719 0.000000 948.965576 0.000000 0.959679 0.000000 -0.281099 0.405620 0.405620 0.405620 +5635.621094 0.000000 940.837952 0.000000 0.960748 0.000000 -0.277424 0.405502 0.405502 0.405502 +5634.176270 0.000000 941.683228 0.000000 0.999134 0.000000 0.041608 0.399185 0.399185 0.399185 +5659.443848 0.000000 1048.983765 0.000000 0.993796 0.000000 0.111223 0.398275 0.398275 0.398275 +5664.607910 0.000000 1055.809448 0.000000 0.994122 0.000000 -0.108262 0.401858 0.401858 0.401858 +5666.967773 0.000000 1051.461426 0.000000 0.999574 0.000000 0.029173 0.399500 0.399500 0.399500 +5683.824219 0.000000 1061.053223 0.000000 0.959821 0.000000 -0.280612 0.404942 0.404942 0.404942 +5663.303223 0.000000 1043.730225 0.000000 0.983785 0.000000 -0.179352 0.403160 0.403160 0.403160 +5664.868164 0.000000 1033.090210 0.000000 0.967904 0.000000 0.251321 0.394875 0.394875 0.394875 +5669.210449 0.000000 1048.800293 0.000000 0.974112 0.000000 -0.226065 0.405807 0.405807 0.405807 +5679.960449 0.000000 1059.670532 0.000000 0.993001 0.000000 0.118108 0.397748 0.397748 0.397748 +5694.420410 0.000000 1030.059448 0.000000 0.975277 0.000000 0.220985 0.395260 0.395260 0.395260 +5661.685059 0.000000 1051.473389 0.000000 0.999261 0.000000 -0.038433 0.400889 0.400889 0.400889 +5693.039062 0.000000 1035.059937 0.000000 0.997374 0.000000 -0.072416 0.401657 0.401657 0.401657 +5682.163574 0.000000 1063.694336 0.000000 0.967016 0.000000 0.254717 0.393441 0.393441 0.393441 +5692.871582 0.000000 1045.913574 0.000000 0.989253 0.000000 0.146216 0.396835 0.396835 0.396835 +5660.046387 0.000000 1050.032837 0.000000 0.972352 0.000000 -0.233521 0.405449 0.405449 0.405449 +5673.785156 0.000000 1050.802002 0.000000 0.982863 0.000000 -0.184339 0.403934 0.403934 0.403934 +5691.344238 0.000000 1053.355835 0.000000 0.963326 0.000000 0.268334 0.394425 0.394425 0.394425 +5689.653809 0.000000 1069.559204 0.000000 0.999466 0.000000 0.032689 0.399311 0.399311 0.399311 +5695.956055 0.000000 1043.637085 0.000000 0.969351 0.000000 0.245679 0.393679 0.393679 0.393679 +5692.564941 0.000000 1067.088379 0.000000 0.990476 0.000000 -0.137687 0.403517 0.403517 0.403517 +5713.493164 0.000000 1060.691528 0.000000 0.999489 0.000000 -0.031954 0.400480 0.400480 0.400480 +5704.859375 0.000000 1054.205811 0.000000 0.999550 0.000000 0.029983 0.399503 0.399503 0.399503 +5726.190918 0.000000 1053.772583 0.000000 0.998537 0.000000 0.054072 0.398990 0.398990 0.398990 +5725.264648 0.000000 1063.500000 0.000000 0.962166 0.000000 0.272463 0.392973 0.392973 0.392973 +5730.377441 0.000000 1060.445923 0.000000 0.996050 0.000000 -0.088794 0.401798 0.401798 0.401798 +5728.813477 0.000000 1060.224609 0.000000 0.970206 0.000000 0.242280 0.393768 0.393768 0.393768 +5696.049316 0.000000 1042.416260 0.000000 0.969558 0.000000 -0.244863 0.406299 0.406299 0.406299 +5722.914551 0.000000 1068.422607 0.000000 0.958686 0.000000 0.284468 0.394354 0.394354 0.394354 +5726.985352 0.000000 1065.762695 0.000000 0.961048 0.000000 -0.276382 0.407131 0.407131 0.407131 +5731.658203 0.000000 1057.274048 0.000000 0.957043 0.000000 0.289945 0.392509 0.392509 0.392509 +5728.813965 0.000000 1054.573486 0.000000 0.999578 0.000000 -0.029044 0.400740 0.400740 0.400740 +5712.554199 0.000000 1069.493652 0.000000 0.972617 0.000000 0.232413 0.394027 0.394027 0.394027 +5728.087402 0.000000 1056.838013 0.000000 0.997550 0.000000 -0.069964 0.401783 0.401783 0.401783 +5696.016602 0.000000 1039.872070 0.000000 0.996719 0.000000 0.080945 0.398098 0.398098 0.398098 +5730.886719 0.000000 1059.391724 0.000000 0.999958 0.000000 -0.009156 0.400233 0.400233 0.400233 +5703.085449 0.000000 1070.805054 0.000000 0.999229 0.000000 -0.039256 0.401000 0.401000 0.401000 +5701.068848 0.000000 1070.345093 0.000000 0.995376 0.000000 0.096058 0.397550 0.397550 0.397550 +5691.993164 0.000000 1089.746704 0.000000 0.998078 0.000000 0.061978 0.398870 0.398870 0.398870 +5693.294434 0.000000 1088.718506 0.000000 0.974349 0.000000 -0.225044 0.404397 0.404397 0.404397 +5686.908203 0.000000 1085.077148 0.000000 0.953757 0.000000 0.300578 0.394131 0.394131 0.394131 +5686.252441 0.000000 1075.757690 0.000000 0.980790 0.000000 -0.195065 0.404029 0.404029 0.404029 +5691.503906 0.000000 1075.108398 0.000000 0.989954 0.000000 0.141392 0.396387 0.396387 0.396387 +5694.436523 0.000000 1083.725342 0.000000 0.995390 0.000000 -0.095913 0.402446 0.402446 0.402446 +5689.506836 0.000000 1080.775757 0.000000 0.998704 0.000000 -0.050898 0.401297 0.401297 0.401297 +5702.475098 0.000000 1087.793823 0.000000 0.999993 0.000000 0.003846 0.399941 0.399941 0.399941 +5705.693359 0.000000 1082.265869 0.000000 0.966547 0.000000 -0.256491 0.404300 0.404300 0.404300 +5703.015137 0.000000 1081.425171 0.000000 0.994108 0.000000 0.108397 0.397782 0.397782 0.397782 +5702.916992 0.000000 1075.627075 0.000000 0.992277 0.000000 0.124041 0.396833 0.396833 0.396833 +5708.748535 0.000000 1078.898315 0.000000 0.999937 0.000000 -0.011208 0.400242 0.400242 0.400242 +5707.305176 0.000000 1080.526123 0.000000 0.992116 0.000000 -0.125319 0.403030 0.403030 0.403030 +4215.107910 0.000000 2248.092041 0.000000 0.994049 0.000000 -0.108933 0.401461 0.401461 0.401461 +4236.552734 0.000000 2229.084717 0.000000 0.998321 0.000000 0.057917 0.399219 0.399219 0.399219 +4207.663086 0.000000 2325.871338 0.000000 0.995799 0.000000 -0.091565 0.401259 0.401259 0.401259 +4218.305176 0.000000 2359.840820 0.000000 0.972900 0.000000 -0.231228 0.403321 0.403321 0.403321 +4194.857422 0.000000 2344.988281 0.000000 0.999945 0.000000 -0.010480 0.400153 0.400153 0.400153 +4218.504395 0.000000 2339.618164 0.000000 0.992176 0.000000 0.124848 0.398187 0.398187 0.398187 +4213.519043 0.000000 2342.484863 0.000000 0.979131 0.000000 0.203228 0.397098 0.397098 0.397098 +4221.738281 0.000000 2344.108643 0.000000 0.968867 0.000000 -0.247581 0.403698 0.403698 0.403698 +4223.976562 0.000000 2366.474854 0.000000 0.996246 0.000000 -0.086567 0.401307 0.401307 0.401307 +4193.641602 0.000000 2333.937988 0.000000 0.982455 0.000000 0.186499 0.397209 0.397209 0.397209 +4209.314941 0.000000 2358.557617 0.000000 0.986701 0.000000 0.162548 0.397399 0.397399 0.397399 +4220.034180 0.000000 2363.682617 0.000000 0.992023 0.000000 0.126059 0.397797 0.397797 0.397797 +4203.311523 0.000000 2341.007080 0.000000 0.958001 0.000000 -0.286765 0.404894 0.404894 0.404894 +4202.442383 0.000000 2343.910156 0.000000 0.999438 0.000000 0.033513 0.399404 0.399404 0.399404 +4261.982422 0.000000 2309.636719 0.000000 0.952658 0.000000 0.304045 0.396036 0.396036 0.396036 +4228.755371 0.000000 2287.247559 0.000000 0.998850 0.000000 0.047949 0.399351 0.399351 0.399351 +4265.064941 0.000000 2311.080566 0.000000 0.959829 0.000000 -0.280587 0.403934 0.403934 0.403934 +4254.952637 0.000000 2278.887207 0.000000 0.962232 0.000000 0.272232 0.396063 0.396063 0.396063 +4285.125000 0.000000 2311.854248 0.000000 0.999808 0.000000 0.019573 0.399713 0.399713 0.399713 +4286.994629 0.000000 2306.998779 0.000000 0.967308 0.000000 0.253605 0.395852 0.395852 0.395852 +4283.305664 0.000000 2309.154053 0.000000 0.971337 0.000000 0.237707 0.395926 0.395926 0.395926 +4269.465820 0.000000 2303.670898 0.000000 0.999981 0.000000 -0.006199 0.400106 0.400106 0.400106 +4269.537598 0.000000 2299.764648 0.000000 0.992003 0.000000 0.126215 0.398029 0.398029 0.398029 +4278.588867 0.000000 2312.558105 0.000000 0.991835 0.000000 0.127531 0.397867 0.397867 0.397867 +4277.188965 0.000000 2313.787842 0.000000 0.999967 0.000000 -0.008188 0.400146 0.400146 0.400146 +4291.510742 0.000000 2306.302979 0.000000 0.998662 0.000000 -0.051718 0.400718 0.400718 0.400718 +4307.991699 0.000000 2292.602539 0.000000 0.957989 0.000000 -0.286804 0.404212 0.404212 0.404212 +4302.979980 0.000000 2284.215088 0.000000 0.995910 0.000000 -0.090347 0.401369 0.401369 0.401369 +4289.118652 0.000000 2304.105225 0.000000 0.956173 0.000000 -0.292802 0.404822 0.404822 0.404822 +4313.598145 0.000000 2283.006592 0.000000 0.974338 0.000000 0.225092 0.396338 0.396338 0.396338 +4309.008301 0.000000 2288.479980 0.000000 0.982846 0.000000 0.184426 0.396805 0.396805 0.396805 +4305.688477 0.000000 2287.601807 0.000000 0.982369 0.000000 0.186952 0.396441 0.396441 0.396441 +4303.736328 0.000000 2290.136230 0.000000 0.986611 0.000000 0.163090 0.397096 0.397096 0.397096 +4308.314941 0.000000 2286.280518 0.000000 0.984143 0.000000 0.177377 0.396465 0.396465 0.396465 +4304.399414 0.000000 2287.095703 0.000000 0.991867 0.000000 -0.127279 0.402415 0.402415 0.402415 +4273.519043 0.000000 2322.188965 0.000000 0.996043 0.000000 0.088877 0.398854 0.398854 0.398854 +4230.424805 0.000000 2336.219482 0.000000 0.996625 0.000000 0.082090 0.398892 0.398892 0.398892 +4232.908691 0.000000 2361.759277 0.000000 0.974116 0.000000 -0.226050 0.403188 0.403188 0.403188 +4265.322754 0.000000 2364.135010 0.000000 0.992246 0.000000 0.124290 0.398270 0.398270 0.398270 +4275.634277 0.000000 2358.587158 0.000000 0.984462 0.000000 0.175595 0.397444 0.397444 0.397444 +4269.386719 0.000000 2370.566406 0.000000 0.994086 0.000000 -0.108600 0.401548 0.401548 0.401548 +4277.860840 0.000000 2363.925781 0.000000 0.981472 0.000000 0.191605 0.397276 0.397276 0.397276 +4236.083496 0.000000 2361.373291 0.000000 0.976067 0.000000 -0.217469 0.403098 0.403098 0.403098 +4240.382324 0.000000 2371.675781 0.000000 0.982770 0.000000 -0.184830 0.402822 0.402822 0.402822 +4276.657715 0.000000 2315.895508 0.000000 0.987229 0.000000 0.159309 0.397364 0.397364 0.397364 +4259.522949 0.000000 2360.505371 0.000000 0.979862 0.000000 0.199677 0.396868 0.396868 0.396868 +4254.716309 0.000000 2362.097412 0.000000 0.998386 0.000000 -0.056797 0.400888 0.400888 0.400888 +4238.368652 0.000000 2371.712891 0.000000 0.986097 0.000000 -0.166171 0.402726 0.402726 0.402726 +4221.638184 0.000000 2392.066895 0.000000 0.991638 0.000000 -0.129051 0.401932 0.401932 0.401932 +4221.252441 0.000000 2382.770020 0.000000 0.999746 0.000000 -0.022557 0.400342 0.400342 0.400342 +4233.400879 0.000000 2388.462891 0.000000 0.993105 0.000000 -0.117224 0.401519 0.401519 0.401519 +4242.190430 0.000000 2381.865967 0.000000 0.999958 0.000000 0.009160 0.399871 0.399871 0.399871 +4232.614258 0.000000 2385.872559 0.000000 0.996704 0.000000 -0.081121 0.401229 0.401229 0.401229 +4234.166504 0.000000 2378.857422 0.000000 0.987820 0.000000 -0.155600 0.402387 0.402387 0.402387 +4448.801270 0.000000 2287.690186 0.000000 0.994496 0.000000 0.104777 0.398333 0.398333 0.398333 +4459.060059 0.000000 2293.508545 0.000000 0.980622 0.000000 0.195908 0.396918 0.396918 0.396918 +"} object={ name="oak_dense_generator_2_3" clamp_to_water_level=no @@ -32,8 +2328,780 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_04_mesh" - count=0 -} + count=772 + transform="4996.957520 0.000000 774.143982 0.000000 0.908072 0.000000 -0.418815 0.405912 0.405912 0.405912 +4999.213379 0.000000 772.496948 0.000000 0.778795 0.000000 -0.627278 0.409954 0.409954 0.409954 +5021.958984 0.000000 744.497192 0.000000 0.905845 0.000000 -0.423610 0.406225 0.406225 0.406225 +5041.324707 0.000000 769.894104 0.000000 0.704793 0.000000 -0.709413 0.412916 0.412916 0.412916 +5052.312988 0.000000 758.051758 0.000000 0.721771 0.000000 -0.692132 0.413092 0.413092 0.413092 +5009.862305 0.000000 770.624329 0.000000 0.670736 0.000000 -0.741696 0.415187 0.415187 0.415187 +5004.970703 0.000000 781.282654 0.000000 0.835385 0.000000 -0.549665 0.409763 0.409763 0.409763 +5003.461426 0.000000 761.891296 0.000000 0.738878 0.000000 -0.673839 0.412294 0.412294 0.412294 +5048.710938 0.000000 758.128418 0.000000 0.769082 0.000000 -0.639150 0.412741 0.412741 0.412741 +5011.343262 0.000000 785.898010 0.000000 0.827453 0.000000 -0.561534 0.413546 0.413546 0.413546 +4997.809082 0.000000 789.780090 0.000000 0.925033 0.000000 -0.379887 0.407977 0.407977 0.407977 +5024.594727 0.000000 753.935303 0.000000 0.621825 0.000000 -0.783157 0.416891 0.416891 0.416891 +5013.729980 0.000000 749.886963 0.000000 0.776397 0.000000 -0.630245 0.415661 0.415661 0.415661 +5020.266602 0.000000 771.664062 0.000000 0.714956 0.000000 -0.699169 0.419291 0.419291 0.419291 +5036.147461 0.000000 749.932251 0.000000 0.905840 0.000000 -0.423620 0.409720 0.409720 0.409720 +5028.813477 0.000000 751.451111 0.000000 0.709617 0.000000 -0.704588 0.416006 0.416006 0.416006 +5026.977539 0.000000 748.796326 0.000000 0.746552 0.000000 -0.665327 0.412576 0.412576 0.412576 +5013.229004 0.000000 748.389160 0.000000 0.791985 0.000000 -0.610541 0.415084 0.415084 0.415084 +5006.057129 0.000000 786.132751 0.000000 0.854261 0.000000 -0.519845 0.413921 0.413921 0.413921 +5035.954590 0.000000 758.002930 0.000000 0.921995 0.000000 -0.387202 0.409569 0.409569 0.409569 +5023.967773 0.000000 752.496582 0.000000 0.861537 0.000000 -0.507695 0.410050 0.410050 0.410050 +5000.627441 0.000000 774.321350 0.000000 0.917071 0.000000 -0.398724 0.407802 0.407802 0.407802 +5017.632324 0.000000 749.514404 0.000000 0.742727 0.000000 -0.669594 0.416595 0.416595 0.416595 +5016.030273 0.000000 747.602051 0.000000 0.736224 0.000000 -0.676738 0.413881 0.413881 0.413881 +5046.485352 0.000000 759.711121 0.000000 0.861161 0.000000 -0.508332 0.409798 0.409798 0.409798 +5032.653320 0.000000 779.939453 0.000000 0.858994 0.000000 -0.511986 0.410762 0.410762 0.410762 +4997.961426 0.000000 784.929749 0.000000 0.673811 0.000000 -0.738904 0.415443 0.415443 0.415443 +5015.560547 0.000000 751.822693 0.000000 0.787152 0.000000 -0.616758 0.414402 0.414402 0.414402 +5023.732910 0.000000 787.113647 0.000000 0.861021 0.000000 -0.508570 0.413080 0.413080 0.413080 +5018.062500 0.000000 761.334473 0.000000 0.682889 0.000000 -0.730522 0.420408 0.420408 0.420408 +5010.834473 0.000000 760.886353 0.000000 0.793007 0.000000 -0.609212 0.415111 0.415111 0.415111 +5007.446289 0.000000 750.314941 0.000000 0.812818 0.000000 -0.582518 0.412109 0.412109 0.412109 +5007.217285 0.000000 766.445374 0.000000 0.916194 0.000000 -0.400736 0.407391 0.407391 0.407391 +5017.909180 0.000000 751.383179 0.000000 0.664466 0.000000 -0.747319 0.417616 0.417616 0.417616 +5037.387695 0.000000 767.084961 0.000000 0.919181 0.000000 -0.393836 0.408166 0.408166 0.408166 +5023.740723 0.000000 779.265442 0.000000 0.877554 0.000000 -0.479478 0.412434 0.412434 0.412434 +5035.575684 0.000000 765.027100 0.000000 0.950959 0.000000 -0.309317 0.407129 0.407129 0.407129 +5024.868164 0.000000 750.668274 0.000000 0.932172 0.000000 -0.362015 0.407824 0.407824 0.407824 +5019.790527 0.000000 753.050415 0.000000 0.755152 0.000000 -0.655550 0.414457 0.414457 0.414457 +5015.062012 0.000000 750.418579 0.000000 0.873746 0.000000 -0.486382 0.411007 0.411007 0.411007 +5025.762207 0.000000 756.194763 0.000000 0.895783 0.000000 -0.444492 0.409360 0.409360 0.409360 +5040.063965 0.000000 760.092896 0.000000 0.871819 0.000000 -0.489829 0.412856 0.412856 0.412856 +5030.782227 0.000000 762.306519 0.000000 0.770036 0.000000 -0.638000 0.417619 0.417619 0.417619 +5014.292480 0.000000 765.717468 0.000000 0.932934 0.000000 -0.360047 0.409195 0.409195 0.409195 +4999.363281 0.000000 757.747253 0.000000 0.935876 0.000000 -0.352329 0.406814 0.406814 0.406814 +5029.210449 0.000000 766.378479 0.000000 0.683790 0.000000 -0.729679 0.420826 0.420826 0.420826 +5036.409668 0.000000 760.325317 0.000000 0.720836 0.000000 -0.693106 0.418545 0.418545 0.418545 +5010.397949 0.000000 756.432068 0.000000 0.704197 0.000000 -0.710005 0.418252 0.418252 0.418252 +5004.607910 0.000000 771.232483 0.000000 0.894042 0.000000 -0.447983 0.409625 0.409625 0.409625 +5026.581543 0.000000 753.476562 0.000000 0.718668 0.000000 -0.695353 0.415280 0.415280 0.415280 +5026.454102 0.000000 775.318115 0.000000 0.877199 0.000000 -0.480126 0.411277 0.411277 0.411277 +5031.243164 0.000000 785.197144 0.000000 0.894175 0.000000 -0.447718 0.411821 0.411821 0.411821 +5023.813965 0.000000 757.335327 0.000000 0.672396 0.000000 -0.740192 0.418558 0.418558 0.418558 +5020.436523 0.000000 750.899719 0.000000 0.865623 0.000000 -0.500697 0.411154 0.411154 0.411154 +5038.953613 0.000000 787.696411 0.000000 0.844926 0.000000 -0.534883 0.410736 0.410736 0.410736 +4999.386719 0.000000 779.512451 0.000000 0.658010 0.000000 -0.753009 0.416859 0.416859 0.416859 +5022.684082 0.000000 776.557434 0.000000 0.949436 0.000000 -0.313961 0.408101 0.408101 0.408101 +5016.351074 0.000000 786.427246 0.000000 0.885419 0.000000 -0.464793 0.412310 0.412310 0.412310 +5014.619629 0.000000 767.817993 0.000000 0.605130 0.000000 -0.796127 0.423036 0.423036 0.423036 +5027.032227 0.000000 751.932983 0.000000 0.887044 0.000000 -0.461686 0.410495 0.410495 0.410495 +5013.230957 0.000000 772.809326 0.000000 0.948978 0.000000 -0.315343 0.406952 0.406952 0.406952 +5021.510254 0.000000 748.359802 0.000000 0.831530 0.000000 -0.555480 0.412704 0.412704 0.412704 +5012.561035 0.000000 785.062256 0.000000 0.927096 0.000000 -0.374824 0.409016 0.409016 0.409016 +5022.176270 0.000000 785.454834 0.000000 0.602984 0.000000 -0.797753 0.423518 0.423518 0.423518 +5042.572266 0.000000 759.011536 0.000000 0.922127 0.000000 -0.386886 0.407994 0.407994 0.407994 +5036.655273 0.000000 786.222290 0.000000 0.901364 0.000000 -0.433063 0.410421 0.410421 0.410421 +5021.685059 0.000000 769.051575 0.000000 0.665628 0.000000 -0.746284 0.418719 0.418719 0.418719 +5025.152344 0.000000 780.464783 0.000000 0.625425 0.000000 -0.780284 0.420470 0.420470 0.420470 +5018.203125 0.000000 766.902710 0.000000 0.909217 0.000000 -0.416323 0.410141 0.410141 0.410141 +5037.442383 0.000000 746.059753 0.000000 0.765234 0.000000 -0.643753 0.414318 0.414318 0.414318 +5016.864258 0.000000 760.850830 0.000000 0.657434 0.000000 -0.753513 0.421731 0.421731 0.421731 +5041.639160 0.000000 790.053528 0.000000 0.923478 0.000000 -0.383651 0.409732 0.409732 0.409732 +5015.843750 0.000000 772.637024 0.000000 0.933535 0.000000 -0.358485 0.407268 0.407268 0.407268 +5036.330078 0.000000 753.061768 0.000000 0.842587 0.000000 -0.538560 0.412296 0.412296 0.412296 +5030.524902 0.000000 781.650269 0.000000 0.646777 0.000000 -0.762679 0.422089 0.422089 0.422089 +5028.268066 0.000000 756.922913 0.000000 0.804273 0.000000 -0.594260 0.413535 0.413535 0.413535 +5011.857422 0.000000 786.993774 0.000000 0.949453 0.000000 -0.313909 0.407015 0.407015 0.407015 +5026.360840 0.000000 779.670044 0.000000 0.924042 0.000000 -0.382291 0.409088 0.409088 0.409088 +5020.046387 0.000000 767.611023 0.000000 0.782808 0.000000 -0.622264 0.413783 0.413783 0.413783 +5013.042969 0.000000 762.200745 0.000000 0.640662 0.000000 -0.767823 0.422293 0.422293 0.422293 +5024.813965 0.000000 772.151672 0.000000 0.616599 0.000000 -0.787277 0.423081 0.423081 0.423081 +5019.313477 0.000000 781.930359 0.000000 0.857230 0.000000 -0.514934 0.412964 0.412964 0.412964 +5008.554199 0.000000 787.071777 0.000000 0.859167 0.000000 -0.511696 0.413679 0.413679 0.413679 +5016.429199 0.000000 758.230347 0.000000 0.886313 0.000000 -0.463087 0.412261 0.412261 0.412261 +5022.526367 0.000000 778.752258 0.000000 0.663976 0.000000 -0.747753 0.421003 0.421003 0.421003 +5017.064941 0.000000 784.935547 0.000000 0.874808 0.000000 -0.484470 0.412879 0.412879 0.412879 +5038.525879 0.000000 762.025085 0.000000 0.708042 0.000000 -0.706171 0.419575 0.419575 0.419575 +5035.550781 0.000000 784.004150 0.000000 0.890699 0.000000 -0.454593 0.410439 0.410439 0.410439 +5012.942871 0.000000 783.904053 0.000000 0.841801 0.000000 -0.539788 0.412783 0.412783 0.412783 +5018.586914 0.000000 765.822205 0.000000 0.621277 0.000000 -0.783591 0.422435 0.422435 0.422435 +5032.188477 0.000000 771.639954 0.000000 0.666947 0.000000 -0.745105 0.418470 0.418470 0.418470 +5024.087402 0.000000 774.416138 0.000000 0.757296 0.000000 -0.653072 0.417233 0.417233 0.417233 +5031.291504 0.000000 773.302368 0.000000 0.924596 0.000000 -0.380949 0.409113 0.409113 0.409113 +5006.558105 0.000000 787.169739 0.000000 0.801266 0.000000 -0.598308 0.416333 0.416333 0.416333 +5037.231445 0.000000 787.879761 0.000000 0.872835 0.000000 -0.488016 0.411862 0.411862 0.411862 +5027.712891 0.000000 751.077332 0.000000 0.681189 0.000000 -0.732107 0.417964 0.417964 0.417964 +5012.545898 0.000000 766.457214 0.000000 0.926676 0.000000 -0.375861 0.408812 0.408812 0.408812 +5018.685059 0.000000 763.894531 0.000000 0.834010 0.000000 -0.551749 0.414883 0.414883 0.414883 +5024.789062 0.000000 787.417053 0.000000 0.643082 0.000000 -0.765798 0.420601 0.420601 0.420601 +5031.715332 0.000000 781.803711 0.000000 0.816752 0.000000 -0.576989 0.415662 0.415662 0.415662 +5025.875488 0.000000 769.059631 0.000000 0.946133 0.000000 -0.323777 0.407655 0.407655 0.407655 +5020.235840 0.000000 776.973938 0.000000 0.721751 0.000000 -0.692153 0.417100 0.417100 0.417100 +5027.216309 0.000000 759.227295 0.000000 0.651806 0.000000 -0.758385 0.420631 0.420631 0.420631 +5018.147949 0.000000 758.842407 0.000000 0.656467 0.000000 -0.754355 0.419161 0.419161 0.419161 +5018.823242 0.000000 784.017029 0.000000 0.930496 0.000000 -0.366302 0.409550 0.409550 0.409550 +5021.200684 0.000000 783.242615 0.000000 0.719793 0.000000 -0.694189 0.418466 0.418466 0.418466 +5026.961426 0.000000 783.478027 0.000000 0.798175 0.000000 -0.602426 0.416270 0.416270 0.416270 +4999.085449 0.000000 788.383179 0.000000 0.696791 0.000000 -0.717274 0.419211 0.419211 0.419211 +5022.140625 0.000000 769.963257 0.000000 0.825970 0.000000 -0.563714 0.415011 0.415011 0.415011 +4903.778320 0.000000 846.616211 0.000000 0.908546 0.000000 -0.417786 0.407532 0.407532 0.407532 +4920.412109 0.000000 845.827332 0.000000 0.774841 0.000000 -0.632156 0.415240 0.415240 0.415240 +4990.948242 0.000000 792.935364 0.000000 0.638294 0.000000 -0.769793 0.413028 0.413028 0.413028 +4978.709961 0.000000 804.871094 0.000000 0.715385 0.000000 -0.698730 0.413867 0.413867 0.413867 +4953.336426 0.000000 828.779541 0.000000 0.913778 0.000000 -0.406215 0.410422 0.410422 0.410422 +4989.810547 0.000000 824.434692 0.000000 0.934846 0.000000 -0.355053 0.409243 0.409243 0.409243 +4982.403320 0.000000 810.467041 0.000000 0.828691 0.000000 -0.559706 0.414919 0.414919 0.414919 +4985.001953 0.000000 826.213257 0.000000 0.823676 0.000000 -0.567060 0.415354 0.415354 0.415354 +4991.210449 0.000000 825.383057 0.000000 0.814588 0.000000 -0.580041 0.415757 0.415757 0.415757 +4980.122559 0.000000 828.446411 0.000000 0.928015 0.000000 -0.372542 0.409721 0.409721 0.409721 +4980.080566 0.000000 803.974792 0.000000 0.944434 0.000000 -0.328701 0.406288 0.406288 0.406288 +4933.809082 0.000000 846.264465 0.000000 0.902880 0.000000 -0.429893 0.410806 0.410806 0.410806 +4962.559570 0.000000 823.986755 0.000000 0.649393 0.000000 -0.760453 0.422002 0.422002 0.422002 +4956.266602 0.000000 828.148438 0.000000 0.873350 0.000000 -0.487093 0.412854 0.412854 0.412854 +4984.427734 0.000000 842.652222 0.000000 0.767621 0.000000 -0.640904 0.412956 0.412956 0.412956 +4975.392090 0.000000 812.061462 0.000000 0.841179 0.000000 -0.540757 0.413551 0.413551 0.413551 +4953.935547 0.000000 831.183899 0.000000 0.670599 0.000000 -0.741820 0.420657 0.420657 0.420657 +4931.162109 0.000000 842.832947 0.000000 0.945394 0.000000 -0.325929 0.408454 0.408454 0.408454 +4946.010742 0.000000 841.314331 0.000000 0.842429 0.000000 -0.538808 0.413268 0.413268 0.413268 +4979.609375 0.000000 826.130432 0.000000 0.740903 0.000000 -0.671612 0.418752 0.418752 0.418752 +4987.955078 0.000000 821.836426 0.000000 0.826037 0.000000 -0.563616 0.415247 0.415247 0.415247 +4943.453125 0.000000 839.756409 0.000000 0.629142 0.000000 -0.777290 0.422539 0.422539 0.422539 +4978.908203 0.000000 829.547119 0.000000 0.657460 0.000000 -0.753490 0.421730 0.421730 0.421730 +4988.112793 0.000000 826.456299 0.000000 0.881929 0.000000 -0.471381 0.412500 0.412500 0.412500 +4970.059082 0.000000 826.064270 0.000000 0.918221 0.000000 -0.396068 0.410370 0.410370 0.410370 +4989.976074 0.000000 831.467102 0.000000 0.773964 0.000000 -0.633230 0.417462 0.417462 0.417462 +4976.663086 0.000000 809.437195 0.000000 0.816509 0.000000 -0.577333 0.411708 0.411708 0.411708 +4985.773926 0.000000 812.570068 0.000000 0.880357 0.000000 -0.474311 0.412584 0.412584 0.412584 +4959.740723 0.000000 835.749817 0.000000 0.857428 0.000000 -0.514605 0.411444 0.411444 0.411444 +4973.249512 0.000000 822.020020 0.000000 0.833738 0.000000 -0.552160 0.414896 0.414896 0.414896 +4990.095703 0.000000 822.327332 0.000000 0.745229 0.000000 -0.666808 0.418587 0.418587 0.418587 +4989.294434 0.000000 806.296692 0.000000 0.656020 0.000000 -0.754744 0.418534 0.418534 0.418534 +4989.587402 0.000000 838.679077 0.000000 0.666445 0.000000 -0.745554 0.421425 0.421425 0.421425 +4950.696289 0.000000 827.095947 0.000000 0.848151 0.000000 -0.529754 0.411234 0.411234 0.411234 +4985.198730 0.000000 817.516724 0.000000 0.903473 0.000000 -0.428645 0.411281 0.411281 0.411281 +4991.116211 0.000000 810.531006 0.000000 0.943618 0.000000 -0.331036 0.408036 0.408036 0.408036 +4963.429199 0.000000 840.952271 0.000000 0.844165 0.000000 -0.536083 0.411244 0.411244 0.411244 +4966.014160 0.000000 821.609924 0.000000 0.702864 0.000000 -0.711324 0.420152 0.420152 0.420152 +4971.248047 0.000000 837.978271 0.000000 0.801021 0.000000 -0.598637 0.415510 0.415510 0.415510 +4948.196289 0.000000 839.543579 0.000000 0.630953 0.000000 -0.775821 0.420840 0.420840 0.420840 +4964.309082 0.000000 820.167297 0.000000 0.819404 0.000000 -0.573217 0.415544 0.415544 0.415544 +4991.974609 0.000000 822.312683 0.000000 0.925958 0.000000 -0.377627 0.409861 0.409861 0.409861 +4957.209473 0.000000 846.742493 0.000000 0.868683 0.000000 -0.495368 0.413197 0.413197 0.413197 +4948.063965 0.000000 831.655518 0.000000 0.724824 0.000000 -0.688934 0.417001 0.417001 0.417001 +4975.221680 0.000000 831.483521 0.000000 0.725639 0.000000 -0.688076 0.419324 0.419324 0.419324 +4928.926758 0.000000 844.474976 0.000000 0.922064 0.000000 -0.387037 0.410120 0.410120 0.410120 +4963.804199 0.000000 834.082642 0.000000 0.905793 0.000000 -0.423720 0.408870 0.408870 0.408870 +4983.433594 0.000000 811.984436 0.000000 0.824005 0.000000 -0.566583 0.415128 0.415128 0.415128 +4937.022461 0.000000 833.848511 0.000000 0.724296 0.000000 -0.689489 0.414929 0.414929 0.414929 +4939.583008 0.000000 837.726074 0.000000 0.876974 0.000000 -0.480538 0.412765 0.412765 0.412765 +4989.367188 0.000000 841.916992 0.000000 0.845854 0.000000 -0.533414 0.411883 0.411883 0.411883 +4958.684082 0.000000 833.041809 0.000000 0.609518 0.000000 -0.792773 0.418099 0.418099 0.418099 +4991.365723 0.000000 800.746643 0.000000 0.707753 0.000000 -0.706460 0.418018 0.418018 0.418018 +4983.777832 0.000000 819.716370 0.000000 0.693189 0.000000 -0.720756 0.420496 0.420496 0.420496 +4948.708984 0.000000 834.346680 0.000000 0.685389 0.000000 -0.728177 0.420241 0.420241 0.420241 +4953.172852 0.000000 827.296021 0.000000 0.912407 0.000000 -0.409285 0.409538 0.409538 0.409538 +4958.176270 0.000000 841.939209 0.000000 0.835258 0.000000 -0.549859 0.413866 0.413866 0.413866 +4980.695801 0.000000 826.884949 0.000000 0.833620 0.000000 -0.552339 0.414901 0.414901 0.414901 +4981.408691 0.000000 819.194946 0.000000 0.592540 0.000000 -0.805541 0.423850 0.423850 0.423850 +4976.927734 0.000000 835.797180 0.000000 0.644613 0.000000 -0.764509 0.419858 0.419858 0.419858 +4967.743652 0.000000 826.521667 0.000000 0.757140 0.000000 -0.653253 0.417488 0.417488 0.417488 +4990.499512 0.000000 820.169800 0.000000 0.624504 0.000000 -0.781021 0.422824 0.422824 0.422824 +4957.685059 0.000000 825.535950 0.000000 0.937233 0.000000 -0.348704 0.409070 0.409070 0.409070 +4970.913086 0.000000 844.781494 0.000000 0.907176 0.000000 -0.420751 0.409823 0.409823 0.409823 +4975.249023 0.000000 813.518494 0.000000 0.916331 0.000000 -0.400423 0.409771 0.409771 0.409771 +4978.249023 0.000000 840.461304 0.000000 0.813039 0.000000 -0.582210 0.413715 0.413715 0.413715 +4989.039062 0.000000 809.122437 0.000000 0.928496 0.000000 -0.371343 0.407637 0.407637 0.407637 +4977.743164 0.000000 830.427063 0.000000 0.642114 0.000000 -0.766609 0.422245 0.422245 0.422245 +4961.315918 0.000000 823.474304 0.000000 0.943839 0.000000 -0.330406 0.408575 0.408575 0.408575 +4983.338379 0.000000 823.305481 0.000000 0.940525 0.000000 -0.339723 0.408827 0.408827 0.408827 +4972.614746 0.000000 840.037842 0.000000 0.594228 0.000000 -0.804297 0.422490 0.422490 0.422490 +4954.372559 0.000000 843.638000 0.000000 0.695695 0.000000 -0.718337 0.420408 0.420408 0.420408 +4951.398438 0.000000 846.581482 0.000000 0.689250 0.000000 -0.724524 0.420635 0.420635 0.420635 +4972.898438 0.000000 846.642090 0.000000 0.778366 0.000000 -0.627811 0.415962 0.415962 0.415962 +4956.472656 0.000000 836.297424 0.000000 0.815656 0.000000 -0.578537 0.413646 0.413646 0.413646 +4953.770020 0.000000 829.949036 0.000000 0.627739 0.000000 -0.778424 0.422228 0.422228 0.422228 +4988.166992 0.000000 837.362427 0.000000 0.858934 0.000000 -0.512087 0.413690 0.413690 0.413690 +4985.404785 0.000000 828.425415 0.000000 0.901899 0.000000 -0.431948 0.411374 0.411374 0.411374 +4929.803711 0.000000 843.107239 0.000000 0.836878 0.000000 -0.547389 0.414750 0.414750 0.414750 +4981.900391 0.000000 842.156006 0.000000 0.832572 0.000000 -0.553917 0.414949 0.414949 0.414949 +4968.053711 0.000000 843.135498 0.000000 0.751530 0.000000 -0.659699 0.416439 0.416439 0.416439 +4967.513672 0.000000 845.423340 0.000000 0.743575 0.000000 -0.668653 0.417882 0.417882 0.417882 +4956.429199 0.000000 830.124695 0.000000 0.894595 0.000000 -0.446878 0.410085 0.410085 0.410085 +4972.346191 0.000000 838.421143 0.000000 0.883702 0.000000 -0.468050 0.412403 0.412403 0.412403 +4955.631348 0.000000 846.631226 0.000000 0.719055 0.000000 -0.694953 0.419566 0.419566 0.419566 +4975.705078 0.000000 822.065063 0.000000 0.791397 0.000000 -0.611303 0.416748 0.416748 0.416748 +4950.176758 0.000000 828.204224 0.000000 0.830853 0.000000 -0.556493 0.413260 0.413260 0.413260 +4983.669922 0.000000 824.445862 0.000000 0.729415 0.000000 -0.684071 0.419183 0.419183 0.419183 +4983.569824 0.000000 810.779419 0.000000 0.796843 0.000000 -0.604186 0.416293 0.416293 0.416293 +4965.870117 0.000000 843.709290 0.000000 0.897381 0.000000 -0.441256 0.410382 0.410382 0.410382 +4931.040527 0.000000 838.826843 0.000000 0.649844 0.000000 -0.760068 0.419745 0.419745 0.419745 +4940.862793 0.000000 835.443604 0.000000 0.930466 0.000000 -0.366378 0.409552 0.409552 0.409552 +4982.610352 0.000000 840.694519 0.000000 0.938334 0.000000 -0.345730 0.408990 0.408990 0.408990 +4989.398438 0.000000 833.594177 0.000000 0.940851 0.000000 -0.338822 0.408802 0.408802 0.408802 +4968.188477 0.000000 828.124329 0.000000 0.865180 0.000000 -0.501461 0.413376 0.413376 0.413376 +4986.833496 0.000000 810.190430 0.000000 0.657267 0.000000 -0.753658 0.419947 0.419947 0.419947 +4985.484375 0.000000 831.797119 0.000000 0.794666 0.000000 -0.607046 0.416612 0.416612 0.416612 +4965.645508 0.000000 826.561157 0.000000 0.922158 0.000000 -0.386814 0.410114 0.410114 0.410114 +4942.558105 0.000000 843.654114 0.000000 0.875765 0.000000 -0.482737 0.412829 0.412829 0.412829 +4989.255859 0.000000 811.871155 0.000000 0.620313 0.000000 -0.784354 0.420799 0.420799 0.420799 +4974.890137 0.000000 827.036072 0.000000 0.899685 0.000000 -0.436539 0.411504 0.411504 0.411504 +4953.886230 0.000000 832.853638 0.000000 0.748213 0.000000 -0.663458 0.416698 0.416698 0.416698 +4990.400879 0.000000 830.331970 0.000000 0.608972 0.000000 -0.793191 0.423327 0.423327 0.423327 +4953.549805 0.000000 845.668213 0.000000 0.746989 0.000000 -0.664837 0.418520 0.418520 0.418520 +4985.725098 0.000000 823.283875 0.000000 0.626357 0.000000 -0.779536 0.422764 0.422764 0.422764 +4942.414551 0.000000 840.059326 0.000000 0.642376 0.000000 -0.766390 0.421582 0.421582 0.421582 +4934.709961 0.000000 846.911133 0.000000 0.628969 0.000000 -0.777430 0.421300 0.421300 0.421300 +4965.960449 0.000000 830.650024 0.000000 0.879660 0.000000 -0.475602 0.411780 0.411780 0.411780 +4969.375000 0.000000 844.824219 0.000000 0.947066 0.000000 -0.321040 0.407947 0.407947 0.407947 +4956.341797 0.000000 840.445435 0.000000 0.712600 0.000000 -0.701571 0.418365 0.418365 0.418365 +4964.699219 0.000000 832.296143 0.000000 0.712597 0.000000 -0.701574 0.417317 0.417317 0.417317 +4986.872070 0.000000 818.911987 0.000000 0.751852 0.000000 -0.659332 0.418333 0.418333 0.418333 +4950.239258 0.000000 830.312317 0.000000 0.925017 0.000000 -0.379926 0.409671 0.409671 0.409671 +4943.808594 0.000000 834.952637 0.000000 0.638913 0.000000 -0.769279 0.420466 0.420466 0.420466 +4972.578125 0.000000 821.168762 0.000000 0.909558 0.000000 -0.415576 0.410914 0.410914 0.410914 +4981.292480 0.000000 820.348022 0.000000 0.920853 0.000000 -0.389911 0.410200 0.410200 0.410200 +4974.371582 0.000000 815.406006 0.000000 0.759988 0.000000 -0.649937 0.418016 0.418016 0.418016 +4942.294922 0.000000 837.289551 0.000000 0.904826 0.000000 -0.425781 0.411200 0.411200 0.411200 +4967.189453 0.000000 828.739990 0.000000 0.599904 0.000000 -0.800072 0.423616 0.423616 0.423616 +4944.762695 0.000000 842.485352 0.000000 0.923712 0.000000 -0.383089 0.410011 0.410011 0.410011 +4987.046387 0.000000 824.964966 0.000000 0.621779 0.000000 -0.783193 0.422913 0.422913 0.422913 +4985.619629 0.000000 815.119995 0.000000 0.665897 0.000000 -0.746044 0.421444 0.421444 0.421444 +4990.514160 0.000000 821.391968 0.000000 0.668488 0.000000 -0.743723 0.421355 0.421355 0.421355 +4963.250488 0.000000 828.207642 0.000000 0.781177 0.000000 -0.624310 0.416463 0.416463 0.416463 +4989.388184 0.000000 830.596252 0.000000 0.919754 0.000000 -0.392494 0.410271 0.410271 0.410271 +4986.104004 0.000000 802.835449 0.000000 0.803694 0.000000 -0.595043 0.414797 0.414797 0.414797 +4933.068848 0.000000 844.407532 0.000000 0.813675 0.000000 -0.581320 0.414589 0.414589 0.414589 +4921.072754 0.000000 897.382690 0.000000 0.882300 0.000000 -0.470687 0.408148 0.408148 0.408148 +4919.867676 0.000000 894.497253 0.000000 0.706988 0.000000 -0.707226 0.412552 0.412552 0.412552 +4917.101074 0.000000 892.591125 0.000000 0.597277 0.000000 -0.802035 0.414499 0.414499 0.414499 +4924.454590 0.000000 887.604736 0.000000 0.895081 0.000000 -0.445905 0.408562 0.408562 0.408562 +4907.071777 0.000000 857.844116 0.000000 0.855892 0.000000 -0.517155 0.409281 0.409281 0.409281 +4913.324707 0.000000 882.862854 0.000000 0.875417 0.000000 -0.483368 0.408338 0.408338 0.408338 +4925.810547 0.000000 880.919067 0.000000 0.774339 0.000000 -0.632770 0.413513 0.413513 0.413513 +4918.403320 0.000000 866.951416 0.000000 0.888675 0.000000 -0.458538 0.410537 0.410537 0.410537 +4906.415039 0.000000 866.883789 0.000000 0.842014 0.000000 -0.539456 0.410100 0.410100 0.410100 +4921.112305 0.000000 853.855896 0.000000 0.831377 0.000000 -0.555710 0.413210 0.413210 0.413210 +4927.462891 0.000000 847.615601 0.000000 0.780009 0.000000 -0.625768 0.417217 0.417217 0.417217 +4926.383301 0.000000 868.432068 0.000000 0.885716 0.000000 -0.464228 0.411908 0.411908 0.411908 +4918.998047 0.000000 864.567932 0.000000 0.824361 0.000000 -0.566065 0.412649 0.412649 0.412649 +4911.029785 0.000000 861.509155 0.000000 0.937163 0.000000 -0.348891 0.406353 0.406353 0.406353 +4918.362793 0.000000 880.907410 0.000000 0.922438 0.000000 -0.386144 0.407483 0.407483 0.407483 +4911.392090 0.000000 868.545837 0.000000 0.705779 0.000000 -0.708432 0.417178 0.417178 0.417178 +4909.641602 0.000000 863.622620 0.000000 0.923316 0.000000 -0.384042 0.407026 0.407026 0.407026 +4906.712402 0.000000 868.484070 0.000000 0.841101 0.000000 -0.540878 0.410929 0.410929 0.410929 +4908.188965 0.000000 852.286743 0.000000 0.949773 0.000000 -0.312939 0.406770 0.406770 0.406770 +4926.321777 0.000000 865.597839 0.000000 0.741459 0.000000 -0.670998 0.417996 0.417996 0.417996 +4925.976074 0.000000 887.951477 0.000000 0.853858 0.000000 -0.520507 0.410141 0.410141 0.410141 +4912.663086 0.000000 865.921570 0.000000 0.643222 0.000000 -0.765679 0.422208 0.422208 0.422208 +4918.609375 0.000000 875.114197 0.000000 0.948088 0.000000 -0.318008 0.407514 0.407514 0.407514 +4923.523926 0.000000 860.724976 0.000000 0.591386 0.000000 -0.806388 0.420561 0.420561 0.420561 +4925.240234 0.000000 861.296814 0.000000 0.674715 0.000000 -0.738079 0.419815 0.419815 0.419815 +4924.055664 0.000000 853.182983 0.000000 0.678749 0.000000 -0.734370 0.421002 0.421002 0.421002 +4925.587402 0.000000 895.163452 0.000000 0.897776 0.000000 -0.440452 0.408836 0.408836 0.408836 +4926.871094 0.000000 890.776123 0.000000 0.845964 0.000000 -0.533239 0.410447 0.410447 0.410447 +4921.198730 0.000000 874.001099 0.000000 0.801600 0.000000 -0.597861 0.412415 0.412415 0.412415 +4913.824707 0.000000 857.751038 0.000000 0.597215 0.000000 -0.802081 0.419752 0.419752 0.419752 +4917.096191 0.000000 872.334106 0.000000 0.828326 0.000000 -0.560246 0.413332 0.413332 0.413332 +4916.156250 0.000000 865.633667 0.000000 0.606295 0.000000 -0.795240 0.422265 0.422265 0.422265 +4927.423340 0.000000 850.740906 0.000000 0.945547 0.000000 -0.325486 0.408442 0.408442 0.408442 +4919.433594 0.000000 868.468811 0.000000 0.875472 0.000000 -0.483269 0.411081 0.411081 0.411081 +4918.252441 0.000000 849.820251 0.000000 0.818596 0.000000 -0.574370 0.413992 0.413992 0.413992 +4911.546387 0.000000 853.613037 0.000000 0.713471 0.000000 -0.700685 0.416979 0.416979 0.416979 +4909.193359 0.000000 868.115356 0.000000 0.764728 0.000000 -0.644354 0.415522 0.415522 0.415522 +4908.992676 0.000000 870.166382 0.000000 0.758209 0.000000 -0.652011 0.414362 0.414362 0.414362 +4921.981445 0.000000 852.893188 0.000000 0.881007 0.000000 -0.473102 0.411048 0.411048 0.411048 +4922.353516 0.000000 848.396057 0.000000 0.639510 0.000000 -0.768783 0.421937 0.421937 0.421937 +4916.467773 0.000000 868.390320 0.000000 0.843663 0.000000 -0.536873 0.413668 0.413668 0.413668 +4918.683594 0.000000 877.827454 0.000000 0.609266 0.000000 -0.792966 0.421168 0.421168 0.421168 +4915.083008 0.000000 879.679810 0.000000 0.849108 0.000000 -0.528220 0.411115 0.411115 0.411115 +4914.304199 0.000000 873.653381 0.000000 0.798592 0.000000 -0.601873 0.413318 0.413318 0.413318 +4907.903809 0.000000 847.373047 0.000000 0.808646 0.000000 -0.588295 0.413598 0.413598 0.413598 +4924.125488 0.000000 858.160217 0.000000 0.795972 0.000000 -0.605334 0.413895 0.413895 0.413895 +4910.633301 0.000000 851.981506 0.000000 0.675562 0.000000 -0.737303 0.417800 0.417800 0.417800 +4917.656738 0.000000 869.909058 0.000000 0.893172 0.000000 -0.449715 0.411249 0.411249 0.411249 +4912.334961 0.000000 863.368958 0.000000 0.610929 0.000000 -0.791686 0.420664 0.420664 0.420664 +4915.089355 0.000000 876.262512 0.000000 0.604627 0.000000 -0.796509 0.419509 0.419509 0.419509 +4922.650879 0.000000 858.443604 0.000000 0.934045 0.000000 -0.357154 0.407568 0.407568 0.407568 +4911.663086 0.000000 864.348816 0.000000 0.803152 0.000000 -0.595775 0.414914 0.414914 0.414914 +4926.282715 0.000000 863.386353 0.000000 0.811607 0.000000 -0.584203 0.415887 0.415887 0.415887 +4915.308594 0.000000 862.440735 0.000000 0.884719 0.000000 -0.466124 0.411719 0.411719 0.411719 +4927.384277 0.000000 863.029846 0.000000 0.657973 0.000000 -0.753042 0.421713 0.421713 0.421713 +4925.255859 0.000000 868.355530 0.000000 0.760343 0.000000 -0.649522 0.418002 0.418002 0.418002 +4924.561035 0.000000 866.769531 0.000000 0.714580 0.000000 -0.699554 0.419729 0.419729 0.419729 +4926.436523 0.000000 857.787903 0.000000 0.902904 0.000000 -0.429843 0.409917 0.409917 0.409917 +4919.309570 0.000000 855.511169 0.000000 0.729098 0.000000 -0.684410 0.418555 0.418555 0.418555 +4925.902344 0.000000 870.115967 0.000000 0.912242 0.000000 -0.409651 0.410411 0.410411 0.410411 +4917.110840 0.000000 864.113342 0.000000 0.815062 0.000000 -0.579373 0.414965 0.414965 0.414965 +4917.304199 0.000000 867.793396 0.000000 0.824689 0.000000 -0.565587 0.414918 0.414918 0.414918 +4962.015137 0.000000 867.761169 0.000000 0.624015 0.000000 -0.781413 0.412181 0.412181 0.412181 +4975.868652 0.000000 895.676575 0.000000 0.944726 0.000000 -0.327862 0.404653 0.404653 0.404653 +4960.449219 0.000000 873.260925 0.000000 0.728737 0.000000 -0.684794 0.411224 0.411224 0.411224 +4958.716309 0.000000 893.503601 0.000000 0.815548 0.000000 -0.578690 0.410970 0.410970 0.410970 +4938.234863 0.000000 894.711548 0.000000 0.620515 0.000000 -0.784194 0.415258 0.415258 0.415258 +4973.587891 0.000000 855.037903 0.000000 0.760432 0.000000 -0.649417 0.412246 0.412246 0.412246 +4978.425293 0.000000 849.419983 0.000000 0.886861 0.000000 -0.462036 0.408681 0.408681 0.408681 +4932.189941 0.000000 892.428894 0.000000 0.813485 0.000000 -0.581586 0.411653 0.411653 0.411653 +4928.517090 0.000000 897.042664 0.000000 0.832880 0.000000 -0.553453 0.409986 0.409986 0.409986 +4931.050781 0.000000 850.659912 0.000000 0.808720 0.000000 -0.588193 0.414192 0.414192 0.414192 +4947.343262 0.000000 898.866760 0.000000 0.876103 0.000000 -0.482124 0.408917 0.408917 0.408917 +4941.188965 0.000000 855.520264 0.000000 0.813568 0.000000 -0.581470 0.415802 0.415802 0.415802 +4935.434570 0.000000 858.009216 0.000000 0.841018 0.000000 -0.541007 0.413843 0.413843 0.413843 +4947.350098 0.000000 849.619507 0.000000 0.736047 0.000000 -0.676930 0.418935 0.418935 0.418935 +4944.425781 0.000000 897.968689 0.000000 0.730420 0.000000 -0.682998 0.413402 0.413402 0.413402 +4938.256348 0.000000 851.496338 0.000000 0.931602 0.000000 -0.363481 0.408247 0.408247 0.408247 +4931.049316 0.000000 859.536499 0.000000 0.937469 0.000000 -0.348069 0.409053 0.409053 0.409053 +4953.632324 0.000000 862.483154 0.000000 0.818052 0.000000 -0.575144 0.415604 0.415604 0.415604 +4938.583984 0.000000 873.489624 0.000000 0.885442 0.000000 -0.464749 0.411850 0.411850 0.411850 +4944.485352 0.000000 872.377808 0.000000 0.857299 0.000000 -0.514820 0.413501 0.413501 0.413501 +4951.673828 0.000000 853.221741 0.000000 0.881396 0.000000 -0.472377 0.412528 0.412528 0.412528 +4931.329590 0.000000 882.693909 0.000000 0.725175 0.000000 -0.688564 0.416838 0.416838 0.416838 +4948.029785 0.000000 851.192383 0.000000 0.827197 0.000000 -0.561912 0.415195 0.415195 0.415195 +4953.045410 0.000000 859.157471 0.000000 0.928750 0.000000 -0.370707 0.409671 0.409671 0.409671 +4972.188965 0.000000 852.286743 0.000000 0.878251 0.000000 -0.478199 0.410630 0.410630 0.410630 +4965.374023 0.000000 853.232178 0.000000 0.815321 0.000000 -0.579009 0.415725 0.415725 0.415725 +4937.923828 0.000000 864.860046 0.000000 0.796949 0.000000 -0.604047 0.415771 0.415771 0.415771 +4933.431641 0.000000 858.042297 0.000000 0.837464 0.000000 -0.546493 0.414723 0.414723 0.414723 +4941.322266 0.000000 851.862366 0.000000 0.605862 0.000000 -0.795570 0.421865 0.421865 0.421865 +4937.676758 0.000000 861.942139 0.000000 0.752403 0.000000 -0.658703 0.417234 0.417234 0.417234 +4967.789551 0.000000 861.203064 0.000000 0.607335 0.000000 -0.794446 0.416503 0.416503 0.416503 +4949.272461 0.000000 855.635193 0.000000 0.624126 0.000000 -0.781324 0.422836 0.422836 0.422836 +4934.267578 0.000000 871.705688 0.000000 0.797823 0.000000 -0.602892 0.416479 0.416479 0.416479 +4960.240234 0.000000 861.235474 0.000000 0.936870 0.000000 -0.349679 0.409097 0.409097 0.409097 +4936.364746 0.000000 847.722412 0.000000 0.845551 0.000000 -0.533894 0.414342 0.414342 0.414342 +4951.838867 0.000000 878.289307 0.000000 0.692047 0.000000 -0.721852 0.418845 0.418845 0.418845 +4931.452637 0.000000 887.238159 0.000000 0.883898 0.000000 -0.467679 0.410206 0.410206 0.410206 +4944.398438 0.000000 892.322083 0.000000 0.853540 0.000000 -0.521027 0.413409 0.413409 0.413409 +4950.404297 0.000000 872.880920 0.000000 0.940737 0.000000 -0.339137 0.408811 0.408811 0.408811 +4955.790527 0.000000 866.019165 0.000000 0.870169 0.000000 -0.492753 0.412246 0.412246 0.412246 +4941.735352 0.000000 862.933716 0.000000 0.902031 0.000000 -0.431670 0.410787 0.410787 0.410787 +4945.775879 0.000000 894.838867 0.000000 0.717958 0.000000 -0.696086 0.415646 0.415646 0.415646 +4955.304688 0.000000 892.404297 0.000000 0.625636 0.000000 -0.780115 0.421134 0.421134 0.421134 +4951.035156 0.000000 857.702759 0.000000 0.690379 0.000000 -0.723448 0.418415 0.418415 0.418415 +4947.301758 0.000000 866.834473 0.000000 0.688862 0.000000 -0.724892 0.420446 0.420446 0.420446 +4952.230957 0.000000 862.274353 0.000000 0.931442 0.000000 -0.363890 0.409484 0.409484 0.409484 +4948.196289 0.000000 896.027954 0.000000 0.921519 0.000000 -0.388333 0.408702 0.408702 0.408702 +4940.607910 0.000000 884.201233 0.000000 0.789036 0.000000 -0.614347 0.412387 0.412387 0.412387 +4952.874512 0.000000 865.280762 0.000000 0.907457 0.000000 -0.420145 0.411042 0.411042 0.411042 +4940.164062 0.000000 882.775269 0.000000 0.799207 0.000000 -0.601055 0.412750 0.412750 0.412750 +4953.534668 0.000000 856.827637 0.000000 0.887560 0.000000 -0.460692 0.411307 0.411307 0.411307 +4961.739258 0.000000 849.789612 0.000000 0.923982 0.000000 -0.382436 0.408445 0.408445 0.408445 +4954.769531 0.000000 895.939026 0.000000 0.928548 0.000000 -0.371213 0.407159 0.407159 0.407159 +4957.948242 0.000000 888.385986 0.000000 0.847770 0.000000 -0.530365 0.414236 0.414236 0.414236 +4933.475098 0.000000 855.541870 0.000000 0.910229 0.000000 -0.414106 0.410787 0.410787 0.410787 +4957.379395 0.000000 858.741028 0.000000 0.913711 0.000000 -0.406364 0.410656 0.410656 0.410656 +4948.179199 0.000000 848.542786 0.000000 0.715511 0.000000 -0.698602 0.419696 0.419696 0.419696 +4956.436523 0.000000 863.868469 0.000000 0.808394 0.000000 -0.588642 0.416027 0.416027 0.416027 +4944.399414 0.000000 874.986328 0.000000 0.875519 0.000000 -0.483184 0.412842 0.412842 0.412842 +4930.009277 0.000000 868.314392 0.000000 0.947959 0.000000 -0.318392 0.407103 0.407103 0.407103 +4928.126465 0.000000 892.948547 0.000000 0.871955 0.000000 -0.489586 0.410576 0.410576 0.410576 +4930.058594 0.000000 865.705017 0.000000 0.806817 0.000000 -0.590801 0.414864 0.414864 0.414864 +4934.510254 0.000000 863.866028 0.000000 0.914351 0.000000 -0.404922 0.409305 0.409305 0.409305 +4929.498535 0.000000 875.242493 0.000000 0.877067 0.000000 -0.480368 0.409557 0.409557 0.409557 +4949.230957 0.000000 885.778076 0.000000 0.774330 0.000000 -0.632781 0.417447 0.417447 0.417447 +4957.510254 0.000000 861.328552 0.000000 0.789916 0.000000 -0.613216 0.416810 0.416810 0.416810 +4934.251953 0.000000 886.406128 0.000000 0.647757 0.000000 -0.761847 0.419981 0.419981 0.419981 +4931.455566 0.000000 865.946716 0.000000 0.663353 0.000000 -0.748307 0.419884 0.419884 0.419884 +4967.743652 0.000000 883.006042 0.000000 0.884062 0.000000 -0.467369 0.409640 0.409640 0.409640 +4954.696777 0.000000 867.011719 0.000000 0.676983 0.000000 -0.735999 0.419659 0.419659 0.419659 +4937.264160 0.000000 891.858887 0.000000 0.920121 0.000000 -0.391633 0.409182 0.409182 0.409182 +4960.342773 0.000000 882.311035 0.000000 0.745507 0.000000 -0.666498 0.418577 0.418577 0.418577 +4951.285645 0.000000 886.976135 0.000000 0.891962 0.000000 -0.452110 0.411946 0.411946 0.411946 +4934.218750 0.000000 866.339722 0.000000 0.832101 0.000000 -0.554624 0.414707 0.414707 0.414707 +4942.057129 0.000000 881.928040 0.000000 0.783110 0.000000 -0.621883 0.414845 0.414845 0.414845 +4932.993652 0.000000 871.448730 0.000000 0.939346 0.000000 -0.342970 0.408338 0.408338 0.408338 +4952.231445 0.000000 848.943970 0.000000 0.911178 0.000000 -0.412012 0.410814 0.410814 0.410814 +4936.904785 0.000000 853.545288 0.000000 0.898852 0.000000 -0.438253 0.409604 0.409604 0.409604 +4932.370605 0.000000 873.855225 0.000000 0.863060 0.000000 -0.505102 0.411686 0.411686 0.411686 +4954.370605 0.000000 869.855408 0.000000 0.950681 0.000000 -0.310170 0.408031 0.408031 0.408031 +4955.792969 0.000000 876.706360 0.000000 0.935666 0.000000 -0.352887 0.409184 0.409184 0.409184 +4945.357910 0.000000 880.681274 0.000000 0.756706 0.000000 -0.653756 0.417860 0.417860 0.417860 +4929.950684 0.000000 887.240051 0.000000 0.927223 0.000000 -0.374510 0.408491 0.408491 0.408491 +4963.658203 0.000000 887.820984 0.000000 0.924181 0.000000 -0.381954 0.409980 0.409980 0.409980 +4944.268066 0.000000 859.543762 0.000000 0.737064 0.000000 -0.675823 0.418489 0.418489 0.418489 +4930.732422 0.000000 855.479248 0.000000 0.903037 0.000000 -0.429562 0.411307 0.411307 0.411307 +4949.902344 0.000000 892.752014 0.000000 0.769586 0.000000 -0.638543 0.416427 0.416427 0.416427 +4972.416992 0.000000 892.269165 0.000000 0.912749 0.000000 -0.408522 0.408489 0.408489 0.408489 +4968.923828 0.000000 853.963745 0.000000 0.717674 0.000000 -0.696379 0.419617 0.419617 0.419617 +4967.881348 0.000000 847.328857 0.000000 0.770720 0.000000 -0.637174 0.417592 0.417592 0.417592 +4956.231934 0.000000 888.868408 0.000000 0.695305 0.000000 -0.718715 0.420422 0.420422 0.420422 +4969.855957 0.000000 848.281250 0.000000 0.719523 0.000000 -0.694469 0.419549 0.419549 0.419549 +4937.798340 0.000000 852.639221 0.000000 0.600271 0.000000 -0.799797 0.419624 0.419624 0.419624 +4956.046387 0.000000 880.579773 0.000000 0.929051 0.000000 -0.369951 0.409650 0.409650 0.409650 +4937.453613 0.000000 859.935974 0.000000 0.612707 0.000000 -0.790310 0.422842 0.422842 0.422842 +4943.853516 0.000000 862.002930 0.000000 0.850320 0.000000 -0.526266 0.413504 0.413504 0.413504 +4949.918945 0.000000 868.170715 0.000000 0.788876 0.000000 -0.614552 0.416655 0.416655 0.416655 +4938.865723 0.000000 862.356445 0.000000 0.670224 0.000000 -0.742159 0.420502 0.420502 0.420502 +4970.410156 0.000000 888.301392 0.000000 0.869754 0.000000 -0.493486 0.411210 0.411210 0.411210 +4947.206055 0.000000 856.097412 0.000000 0.674000 0.000000 -0.738731 0.419796 0.419796 0.419796 +4964.343262 0.000000 853.807007 0.000000 0.941891 0.000000 -0.335920 0.408724 0.408724 0.408724 +4961.743164 0.000000 847.504028 0.000000 0.697532 0.000000 -0.716553 0.420343 0.420343 0.420343 +4952.429199 0.000000 871.199097 0.000000 0.924327 0.000000 -0.381602 0.409970 0.409970 0.409970 +4967.708496 0.000000 853.260376 0.000000 0.791067 0.000000 -0.611730 0.416762 0.416762 0.416762 +4946.317871 0.000000 882.508362 0.000000 0.877429 0.000000 -0.479706 0.412741 0.412741 0.412741 +4951.733887 0.000000 889.166809 0.000000 0.907600 0.000000 -0.419835 0.411033 0.411033 0.411033 +4953.831543 0.000000 854.409119 0.000000 0.932172 0.000000 -0.362015 0.408471 0.408471 0.408471 +4967.595215 0.000000 890.363525 0.000000 0.808787 0.000000 -0.588102 0.414378 0.414378 0.414378 +4960.901855 0.000000 854.149353 0.000000 0.814273 0.000000 -0.580482 0.415369 0.415369 0.415369 +4929.375488 0.000000 849.657593 0.000000 0.725345 0.000000 -0.688386 0.419334 0.419334 0.419334 +4939.238281 0.000000 853.406738 0.000000 0.937122 0.000000 -0.349002 0.408082 0.408082 0.408082 +4950.963379 0.000000 869.738586 0.000000 0.633640 0.000000 -0.773628 0.422525 0.422525 0.422525 +4956.939453 0.000000 890.878418 0.000000 0.898206 0.000000 -0.439575 0.411590 0.411590 0.411590 +4940.067383 0.000000 847.352722 0.000000 0.936659 0.000000 -0.350244 0.409112 0.409112 0.409112 +4969.729980 0.000000 853.237671 0.000000 0.623977 0.000000 -0.781443 0.422841 0.422841 0.422841 +4928.405762 0.000000 857.041687 0.000000 0.801674 0.000000 -0.597762 0.416315 0.416315 0.416315 +4956.949219 0.000000 867.970642 0.000000 0.945385 0.000000 -0.325957 0.407361 0.407361 0.407361 +4954.685059 0.000000 876.863281 0.000000 0.773082 0.000000 -0.634306 0.417497 0.417497 0.417497 +4955.200684 0.000000 857.895691 0.000000 0.593451 0.000000 -0.804870 0.421906 0.421906 0.421906 +4939.732910 0.000000 869.577148 0.000000 0.845535 0.000000 -0.533921 0.414343 0.414343 0.414343 +4950.742676 0.000000 873.893738 0.000000 0.842461 0.000000 -0.538758 0.414489 0.414489 0.414489 +4959.664551 0.000000 858.984680 0.000000 0.918936 0.000000 -0.394407 0.410324 0.410324 0.410324 +4965.165527 0.000000 885.308411 0.000000 0.893588 0.000000 -0.448888 0.411180 0.411180 0.411180 +4939.305176 0.000000 854.588562 0.000000 0.660333 0.000000 -0.750973 0.421633 0.421633 0.421633 +4947.823730 0.000000 881.530151 0.000000 0.939049 0.000000 -0.343784 0.408937 0.408937 0.408937 +4963.250488 0.000000 884.692017 0.000000 0.870821 0.000000 -0.491601 0.413087 0.413087 0.413087 +4938.381348 0.000000 848.663208 0.000000 0.784257 0.000000 -0.620436 0.416141 0.416141 0.416141 +4958.140625 0.000000 882.932007 0.000000 0.929282 0.000000 -0.369370 0.409370 0.409370 0.409370 +5055.163574 0.000000 823.455811 0.000000 0.888677 0.000000 -0.458533 0.407183 0.407183 0.407183 +5049.360352 0.000000 802.037903 0.000000 0.948224 0.000000 -0.317603 0.405616 0.405616 0.405616 +5042.395020 0.000000 820.797852 0.000000 0.785297 0.000000 -0.619119 0.410634 0.410634 0.410634 +5051.502441 0.000000 802.778625 0.000000 0.678622 0.000000 -0.734488 0.415157 0.415157 0.415157 +5014.981445 0.000000 819.005798 0.000000 0.729541 0.000000 -0.683937 0.413576 0.413576 0.413576 +5034.442383 0.000000 818.832092 0.000000 0.726843 0.000000 -0.686804 0.414289 0.414289 0.414289 +5021.325684 0.000000 795.256226 0.000000 0.727606 0.000000 -0.685995 0.419251 0.419251 0.419251 +4992.523438 0.000000 792.437317 0.000000 0.896404 0.000000 -0.443239 0.409217 0.409217 0.409217 +5007.824707 0.000000 814.227905 0.000000 0.696946 0.000000 -0.717124 0.420363 0.420363 0.420363 +4992.233887 0.000000 804.224487 0.000000 0.721896 0.000000 -0.692001 0.417210 0.417210 0.417210 +5010.929199 0.000000 796.255493 0.000000 0.924933 0.000000 -0.380131 0.408878 0.408878 0.408878 +5049.728516 0.000000 816.175964 0.000000 0.787671 0.000000 -0.616097 0.413986 0.413986 0.413986 +5027.595703 0.000000 810.893127 0.000000 0.900266 0.000000 -0.435339 0.409940 0.409940 0.409940 +5046.998047 0.000000 808.083557 0.000000 0.930657 0.000000 -0.365893 0.406752 0.406752 0.406752 +5023.967773 0.000000 808.980957 0.000000 0.938747 0.000000 -0.344607 0.408748 0.408748 0.408748 +5039.392090 0.000000 812.061462 0.000000 0.772364 0.000000 -0.635181 0.416770 0.416770 0.416770 +5009.817871 0.000000 809.942322 0.000000 0.770810 0.000000 -0.637065 0.417588 0.417588 0.417588 +5013.209473 0.000000 797.643494 0.000000 0.716240 0.000000 -0.697854 0.417856 0.417856 0.417856 +5014.351074 0.000000 809.521667 0.000000 0.857636 0.000000 -0.514258 0.412460 0.412460 0.412460 +5029.106445 0.000000 803.379211 0.000000 0.935271 0.000000 -0.353932 0.409212 0.409212 0.409212 +5021.055664 0.000000 796.795044 0.000000 0.760177 0.000000 -0.649716 0.417056 0.417056 0.417056 +5017.045410 0.000000 802.673096 0.000000 0.644549 0.000000 -0.764563 0.419991 0.419991 0.419991 +5048.379395 0.000000 805.162048 0.000000 0.635454 0.000000 -0.772139 0.416607 0.416607 0.416607 +5021.938965 0.000000 807.314697 0.000000 0.695391 0.000000 -0.718631 0.420418 0.420418 0.420418 +5054.321777 0.000000 809.113464 0.000000 0.949347 0.000000 -0.314229 0.406145 0.406145 0.406145 +4994.970703 0.000000 800.228882 0.000000 0.906637 0.000000 -0.421911 0.410243 0.410243 0.410243 +4998.164062 0.000000 819.351013 0.000000 0.929211 0.000000 -0.369550 0.409526 0.409526 0.409526 +5018.062500 0.000000 817.818848 0.000000 0.718193 0.000000 -0.695844 0.418406 0.418406 0.418406 +5044.241699 0.000000 802.516052 0.000000 0.660188 0.000000 -0.751100 0.415529 0.415529 0.415529 +5006.213379 0.000000 792.486206 0.000000 0.678277 0.000000 -0.734807 0.421018 0.421018 0.421018 +5021.067383 0.000000 814.294189 0.000000 0.939842 0.000000 -0.341608 0.408373 0.408373 0.408373 +5003.761719 0.000000 815.190918 0.000000 0.827252 0.000000 -0.561832 0.415192 0.415192 0.415192 +5031.789551 0.000000 804.718689 0.000000 0.929315 0.000000 -0.369287 0.408272 0.408272 0.408272 +4997.850586 0.000000 808.559692 0.000000 0.616711 0.000000 -0.787190 0.421041 0.421041 0.421041 +5000.364746 0.000000 791.238037 0.000000 0.861038 0.000000 -0.508540 0.411774 0.411774 0.411774 +5014.404297 0.000000 816.396545 0.000000 0.703662 0.000000 -0.710535 0.417125 0.417125 0.417125 +4993.945801 0.000000 807.085083 0.000000 0.823784 0.000000 -0.566903 0.412881 0.412881 0.412881 +5027.506348 0.000000 822.651367 0.000000 0.828511 0.000000 -0.559974 0.415135 0.415135 0.415135 +5036.311035 0.000000 804.370483 0.000000 0.937208 0.000000 -0.348770 0.407862 0.407862 0.407862 +5030.014160 0.000000 821.609924 0.000000 0.771955 0.000000 -0.635678 0.413656 0.413656 0.413656 +5036.409668 0.000000 816.809692 0.000000 0.858139 0.000000 -0.513417 0.411818 0.411818 0.411818 +5023.069336 0.000000 800.164368 0.000000 0.659499 0.000000 -0.751705 0.419623 0.419623 0.419623 +5012.314941 0.000000 817.686829 0.000000 0.690214 0.000000 -0.723605 0.419430 0.419430 0.419430 +5041.096680 0.000000 798.474731 0.000000 0.914665 0.000000 -0.404213 0.407854 0.407854 0.407854 +5026.581543 0.000000 809.960938 0.000000 0.884726 0.000000 -0.466111 0.411186 0.411186 0.411186 +5030.002930 0.000000 792.442810 0.000000 0.865628 0.000000 -0.500688 0.412647 0.412647 0.412647 +5029.085938 0.000000 817.152161 0.000000 0.767107 0.000000 -0.641520 0.416588 0.416588 0.416588 +5025.739258 0.000000 793.305237 0.000000 0.854565 0.000000 -0.519345 0.412761 0.412761 0.412761 +5047.433594 0.000000 811.984436 0.000000 0.880334 0.000000 -0.474354 0.409303 0.409303 0.409303 +5012.179199 0.000000 792.058411 0.000000 0.864077 0.000000 -0.503359 0.412458 0.412458 0.412458 +4993.993652 0.000000 814.231262 0.000000 0.626612 0.000000 -0.779332 0.422309 0.422309 0.422309 +5012.958984 0.000000 816.450989 0.000000 0.642002 0.000000 -0.766703 0.420983 0.420983 0.420983 +4995.621094 0.000000 827.869202 0.000000 0.611854 0.000000 -0.790970 0.420819 0.420819 0.420819 +5022.425293 0.000000 797.665588 0.000000 0.602470 0.000000 -0.798142 0.421366 0.421366 0.421366 +5030.074219 0.000000 800.627808 0.000000 0.678391 0.000000 -0.734701 0.419984 0.419984 0.419984 +5007.028809 0.000000 803.887146 0.000000 0.616302 0.000000 -0.787510 0.423090 0.423090 0.423090 +5047.129883 0.000000 817.374634 0.000000 0.625012 0.000000 -0.780616 0.419364 0.419364 0.419364 +5031.319336 0.000000 815.493958 0.000000 0.916999 0.000000 -0.398890 0.408441 0.408441 0.408441 +4992.098633 0.000000 826.843811 0.000000 0.853457 0.000000 -0.521164 0.413960 0.413960 0.413960 +5000.616211 0.000000 808.024902 0.000000 0.904950 0.000000 -0.425517 0.409108 0.409108 0.409108 +5049.981445 0.000000 796.408813 0.000000 0.793338 0.000000 -0.608781 0.415622 0.415622 0.415622 +4998.218750 0.000000 809.855347 0.000000 0.839754 0.000000 -0.542967 0.413212 0.413212 0.413212 +5051.996582 0.000000 798.050171 0.000000 0.830092 0.000000 -0.557626 0.413882 0.413882 0.413882 +5032.166504 0.000000 803.387390 0.000000 0.639355 0.000000 -0.768912 0.419577 0.419577 0.419577 +5016.231445 0.000000 792.459595 0.000000 0.591570 0.000000 -0.806254 0.423834 0.423834 0.423834 +5000.904785 0.000000 797.060913 0.000000 0.883558 0.000000 -0.468321 0.409710 0.409710 0.409710 +5014.709473 0.000000 810.743347 0.000000 0.786722 0.000000 -0.617308 0.416377 0.416377 0.416377 +5031.871094 0.000000 811.216797 0.000000 0.844732 0.000000 -0.535190 0.412492 0.412492 0.412492 +5019.970215 0.000000 791.763367 0.000000 0.661855 0.000000 -0.749632 0.421582 0.421582 0.421582 +4997.575684 0.000000 812.129761 0.000000 0.707397 0.000000 -0.706816 0.419715 0.419715 0.419715 +4992.042480 0.000000 824.212463 0.000000 0.730826 0.000000 -0.682564 0.419131 0.419131 0.419131 +5036.736816 0.000000 793.603333 0.000000 0.752132 0.000000 -0.659013 0.417675 0.417675 0.417675 +5031.639160 0.000000 817.854431 0.000000 0.738725 0.000000 -0.674007 0.417283 0.417283 0.417283 +5034.844238 0.000000 799.681091 0.000000 0.701891 0.000000 -0.712285 0.417891 0.417891 0.417891 +5028.202637 0.000000 794.429871 0.000000 0.820791 0.000000 -0.571228 0.412083 0.412083 0.412083 +5011.389160 0.000000 803.364136 0.000000 0.797221 0.000000 -0.603687 0.416504 0.416504 0.416504 +5054.477051 0.000000 816.187500 0.000000 0.845434 0.000000 -0.534081 0.412125 0.412125 0.412125 +5022.868164 0.000000 811.523499 0.000000 0.817308 0.000000 -0.576201 0.414227 0.414227 0.414227 +5021.048828 0.000000 792.423706 0.000000 0.887679 0.000000 -0.460463 0.412185 0.412185 0.412185 +4996.693359 0.000000 823.421570 0.000000 0.896688 0.000000 -0.442663 0.410281 0.410281 0.410281 +5033.849121 0.000000 801.453430 0.000000 0.807044 0.000000 -0.590492 0.414193 0.414193 0.414193 +5006.511719 0.000000 801.415649 0.000000 0.811798 0.000000 -0.583938 0.415879 0.415879 0.415879 +5040.334961 0.000000 806.884583 0.000000 0.717588 0.000000 -0.696468 0.415811 0.415811 0.415811 +5024.728027 0.000000 801.989990 0.000000 0.691897 0.000000 -0.721996 0.419253 0.419253 0.419253 +4995.798340 0.000000 819.387329 0.000000 0.870480 0.000000 -0.492204 0.413105 0.413105 0.413105 +4994.034668 0.000000 816.867004 0.000000 0.606874 0.000000 -0.794798 0.423165 0.423165 0.423165 +4997.319336 0.000000 810.749695 0.000000 0.941225 0.000000 -0.337780 0.408189 0.408189 0.408189 +4995.610840 0.000000 792.763000 0.000000 0.612810 0.000000 -0.790230 0.421474 0.421474 0.421474 +5025.743164 0.000000 791.019653 0.000000 0.638792 0.000000 -0.769380 0.421084 0.421084 0.421084 +5004.215332 0.000000 801.637573 0.000000 0.897847 0.000000 -0.440308 0.411610 0.411610 0.411610 +4992.213379 0.000000 802.882874 0.000000 0.916537 0.000000 -0.399950 0.409759 0.409759 0.409759 +4993.121582 0.000000 807.889771 0.000000 0.704095 0.000000 -0.710105 0.416875 0.416875 0.416875 +5016.484375 0.000000 790.792358 0.000000 0.922669 0.000000 -0.385593 0.410080 0.410080 0.410080 +5026.956543 0.000000 812.011414 0.000000 0.938119 0.000000 -0.346313 0.408740 0.408740 0.408740 +5028.323242 0.000000 801.281982 0.000000 0.937456 0.000000 -0.348103 0.408539 0.408539 0.408539 +5003.572266 0.000000 816.360107 0.000000 0.683430 0.000000 -0.730016 0.420839 0.420839 0.420839 +5031.854004 0.000000 801.829773 0.000000 0.803033 0.000000 -0.595934 0.415460 0.415460 0.415460 +5003.238281 0.000000 796.922363 0.000000 0.664354 0.000000 -0.747418 0.421328 0.421328 0.421328 +4999.204590 0.000000 819.763916 0.000000 0.692854 0.000000 -0.721078 0.420267 0.420267 0.420267 +5025.173340 0.000000 815.178406 0.000000 0.788298 0.000000 -0.615293 0.414527 0.414527 0.414527 +5035.013184 0.000000 791.991516 0.000000 0.862843 0.000000 -0.505471 0.413494 0.413494 0.413494 +5043.716797 0.000000 793.033386 0.000000 0.612547 0.000000 -0.790434 0.421664 0.421664 0.421664 +4999.012695 0.000000 791.872070 0.000000 0.832188 0.000000 -0.554494 0.412883 0.412883 0.412883 +4992.405762 0.000000 800.557312 0.000000 0.781675 0.000000 -0.623687 0.414964 0.414964 0.414964 +5016.183105 0.000000 812.468750 0.000000 0.747524 0.000000 -0.664234 0.417375 0.417375 0.417375 +5009.124023 0.000000 810.782776 0.000000 0.728764 0.000000 -0.684765 0.419208 0.419208 0.419208 +5012.834473 0.000000 813.678284 0.000000 0.677889 0.000000 -0.735164 0.421032 0.421032 0.421032 +5009.250000 0.000000 803.462158 0.000000 0.886841 0.000000 -0.462075 0.412232 0.412232 0.412232 +4997.505859 0.000000 820.251831 0.000000 0.863343 0.000000 -0.504618 0.413469 0.413469 0.413469 +5035.303711 0.000000 793.341431 0.000000 0.663961 0.000000 -0.747767 0.421004 0.421004 0.421004 +5038.371582 0.000000 815.406006 0.000000 0.880179 0.000000 -0.474642 0.411507 0.411507 0.411507 +5038.294922 0.000000 806.224182 0.000000 0.785887 0.000000 -0.618371 0.415079 0.415079 0.415079 +5018.147949 0.000000 815.326782 0.000000 0.673613 0.000000 -0.739084 0.421179 0.421179 0.421179 +5007.718262 0.000000 791.234558 0.000000 0.615221 0.000000 -0.788355 0.423125 0.423125 0.423125 +5031.486328 0.000000 819.768372 0.000000 0.918924 0.000000 -0.394435 0.409151 0.409151 0.409151 +4992.148438 0.000000 820.305176 0.000000 0.706905 0.000000 -0.707309 0.420007 0.420007 0.420007 +4996.471191 0.000000 794.425293 0.000000 0.904434 0.000000 -0.426614 0.410387 0.410387 0.410387 +5007.467773 0.000000 809.158081 0.000000 0.846603 0.000000 -0.532225 0.413591 0.413591 0.413591 +5039.757812 0.000000 793.546509 0.000000 0.823410 0.000000 -0.567447 0.413980 0.413980 0.413980 +5070.686523 0.000000 805.372742 0.000000 0.915883 0.000000 -0.401445 0.406167 0.406167 0.406167 +5069.704590 0.000000 803.607849 0.000000 0.927698 0.000000 -0.373331 0.406018 0.406018 0.406018 +5068.617676 0.000000 807.428589 0.000000 0.632824 0.000000 -0.774295 0.416671 0.416671 0.416671 +5058.209961 0.000000 801.556091 0.000000 0.811163 0.000000 -0.584820 0.411665 0.411665 0.411665 +5064.161133 0.000000 802.902649 0.000000 0.797968 0.000000 -0.602700 0.411822 0.411822 0.411822 +5062.813965 0.000000 812.545288 0.000000 0.891763 0.000000 -0.452503 0.409660 0.409660 0.409660 +5063.231934 0.000000 804.020508 0.000000 0.737426 0.000000 -0.675428 0.414996 0.414996 0.414996 +5060.788086 0.000000 813.282104 0.000000 0.785783 0.000000 -0.618503 0.414384 0.414384 0.414384 +5161.128906 0.000000 868.131287 0.000000 0.803050 0.000000 -0.595911 0.409244 0.409244 0.409244 +5592.887695 0.000000 945.350220 0.000000 0.877326 0.000000 -0.479894 0.408797 0.408797 0.408797 +5585.033691 0.000000 943.710876 0.000000 0.603844 0.000000 -0.797102 0.415062 0.415062 0.415062 +5618.490723 0.000000 926.539551 0.000000 0.619235 0.000000 -0.785206 0.414789 0.414789 0.414789 +5584.278320 0.000000 917.305786 0.000000 0.858814 0.000000 -0.512288 0.408567 0.408567 0.408567 +5628.771484 0.000000 940.834106 0.000000 0.916907 0.000000 -0.399100 0.407687 0.407687 0.407687 +5592.332520 0.000000 938.954407 0.000000 0.782614 0.000000 -0.622507 0.411609 0.411609 0.411609 +5620.072754 0.000000 952.253174 0.000000 0.628550 0.000000 -0.777769 0.415439 0.415439 0.415439 +5592.422363 0.000000 933.450256 0.000000 0.926573 0.000000 -0.376114 0.406950 0.406950 0.406950 +5607.039551 0.000000 943.911621 0.000000 0.778900 0.000000 -0.627149 0.412693 0.412693 0.412693 +5598.652344 0.000000 915.835388 0.000000 0.594657 0.000000 -0.803980 0.415156 0.415156 0.415156 +5621.188965 0.000000 958.162720 0.000000 0.950735 0.000000 -0.310003 0.405603 0.405603 0.405603 +5605.294434 0.000000 948.706116 0.000000 0.703470 0.000000 -0.710725 0.414486 0.414486 0.414486 +5628.473145 0.000000 930.734070 0.000000 0.804377 0.000000 -0.594119 0.410832 0.410832 0.410832 +5601.128418 0.000000 944.513184 0.000000 0.621366 0.000000 -0.783521 0.417712 0.417712 0.417712 +5586.442383 0.000000 918.766663 0.000000 0.913827 0.000000 -0.406105 0.407183 0.407183 0.407183 +5593.349609 0.000000 923.700684 0.000000 0.740076 0.000000 -0.672523 0.414327 0.414327 0.414327 +5623.822754 0.000000 935.043152 0.000000 0.743504 0.000000 -0.668731 0.414593 0.414593 0.414593 +5598.190918 0.000000 940.803833 0.000000 0.927514 0.000000 -0.373789 0.407594 0.407594 0.407594 +5620.122559 0.000000 941.415161 0.000000 0.883555 0.000000 -0.468327 0.409686 0.409686 0.409686 +5605.265137 0.000000 923.413513 0.000000 0.883654 0.000000 -0.468140 0.408222 0.408222 0.408222 +5596.899902 0.000000 955.298706 0.000000 0.846422 0.000000 -0.532513 0.411076 0.411076 0.411076 +5607.382324 0.000000 937.368469 0.000000 0.860731 0.000000 -0.509060 0.410560 0.410560 0.410560 +5618.861328 0.000000 959.267456 0.000000 0.768441 0.000000 -0.639921 0.412759 0.412759 0.412759 +5605.366211 0.000000 955.449646 0.000000 0.682365 0.000000 -0.731012 0.415800 0.415800 0.415800 +5590.338379 0.000000 916.732483 0.000000 0.749950 0.000000 -0.661495 0.413859 0.413859 0.413859 +5593.632324 0.000000 918.967529 0.000000 0.834287 0.000000 -0.551331 0.411721 0.411721 0.411721 +5586.634277 0.000000 949.018677 0.000000 0.758605 0.000000 -0.651550 0.413181 0.413181 0.413181 +5617.135254 0.000000 930.586914 0.000000 0.858833 0.000000 -0.512255 0.410097 0.410097 0.410097 +5622.280273 0.000000 950.329346 0.000000 0.753940 0.000000 -0.656944 0.413313 0.413313 0.413313 +5594.692383 0.000000 916.200928 0.000000 0.630714 0.000000 -0.776016 0.416633 0.416633 0.416633 +5593.045410 0.000000 915.641846 0.000000 0.626786 0.000000 -0.779192 0.416638 0.416638 0.416638 +5599.303223 0.000000 930.761414 0.000000 0.668468 0.000000 -0.743741 0.416205 0.416205 0.416205 +5591.560547 0.000000 921.275818 0.000000 0.939599 0.000000 -0.342276 0.406628 0.406628 0.406628 +5592.325195 0.000000 952.890259 0.000000 0.775174 0.000000 -0.631748 0.413418 0.413418 0.413418 +5589.894043 0.000000 957.023804 0.000000 0.853673 0.000000 -0.520810 0.409737 0.409737 0.409737 +5598.394531 0.000000 921.796326 0.000000 0.666826 0.000000 -0.745214 0.415114 0.415114 0.415114 +5613.387695 0.000000 936.538086 0.000000 0.923287 0.000000 -0.384110 0.407657 0.407657 0.407657 +5622.609375 0.000000 931.598572 0.000000 0.615763 0.000000 -0.787932 0.416402 0.416402 0.416402 +5613.249512 0.000000 934.988770 0.000000 0.889692 0.000000 -0.456561 0.409375 0.409375 0.409375 +5613.470215 0.000000 951.034302 0.000000 0.873045 0.000000 -0.487640 0.410148 0.410148 0.410148 +5595.159668 0.000000 957.878540 0.000000 0.818598 0.000000 -0.574367 0.412250 0.412250 0.412250 +5601.762207 0.000000 925.647888 0.000000 0.939144 0.000000 -0.343524 0.406671 0.406671 0.406671 +5630.208984 0.000000 940.410706 0.000000 0.630182 0.000000 -0.776447 0.417134 0.417134 0.417134 +5610.601562 0.000000 955.598572 0.000000 0.912844 0.000000 -0.408310 0.408190 0.408190 0.408190 +5614.236328 0.000000 959.606384 0.000000 0.641895 0.000000 -0.766793 0.416144 0.416144 0.416144 +5592.230957 0.000000 918.758728 0.000000 0.926805 0.000000 -0.375543 0.407727 0.407727 0.407727 +5608.675293 0.000000 950.790283 0.000000 0.871261 0.000000 -0.490820 0.410144 0.410144 0.410144 +5592.470703 0.000000 926.497986 0.000000 0.797387 0.000000 -0.603468 0.412324 0.412324 0.412324 +5603.804199 0.000000 947.051392 0.000000 0.840632 0.000000 -0.541607 0.411345 0.411345 0.411345 +5607.243164 0.000000 954.650269 0.000000 0.781463 0.000000 -0.623952 0.412784 0.412784 0.412784 +5617.244629 0.000000 940.802307 0.000000 0.625603 0.000000 -0.780142 0.416801 0.416801 0.416801 +5615.816406 0.000000 949.538330 0.000000 0.859511 0.000000 -0.511118 0.410795 0.410795 0.410795 +5612.208984 0.000000 957.836609 0.000000 0.815924 0.000000 -0.578159 0.411943 0.411943 0.411943 +5623.777832 0.000000 932.685120 0.000000 0.788110 0.000000 -0.615534 0.412713 0.412713 0.412713 +5624.862793 0.000000 937.872925 0.000000 0.727933 0.000000 -0.685649 0.414485 0.414485 0.414485 +5621.408691 0.000000 932.163696 0.000000 0.861733 0.000000 -0.507362 0.410309 0.410309 0.410309 +5599.182129 0.000000 951.249146 0.000000 0.758551 0.000000 -0.651613 0.413820 0.413820 0.413820 +5610.544434 0.000000 940.603027 0.000000 0.823546 0.000000 -0.567250 0.411926 0.411926 0.411926 +5598.022949 0.000000 947.162781 0.000000 0.606785 0.000000 -0.794866 0.418396 0.418396 0.418396 +5617.743164 0.000000 943.395813 0.000000 0.920547 0.000000 -0.390632 0.407955 0.407955 0.407955 +5605.123047 0.000000 942.911987 0.000000 0.619066 0.000000 -0.785339 0.417950 0.417950 0.417950 +5611.365234 0.000000 946.737854 0.000000 0.643856 0.000000 -0.765147 0.417358 0.417358 0.417358 +5613.871094 0.000000 953.633240 0.000000 0.693549 0.000000 -0.720410 0.416186 0.416186 0.416186 +5575.914551 0.000000 962.071289 0.000000 0.735216 0.000000 -0.677833 0.409855 0.409855 0.409855 +5588.832520 0.000000 972.814026 0.000000 0.907968 0.000000 -0.419040 0.406520 0.406520 0.406520 +5624.473633 0.000000 968.365112 0.000000 0.737505 0.000000 -0.675342 0.410662 0.410662 0.410662 +5613.585449 0.000000 970.667480 0.000000 0.646792 0.000000 -0.762667 0.413470 0.413470 0.413470 +5613.587891 0.000000 968.006653 0.000000 0.836481 0.000000 -0.547996 0.409643 0.409643 0.409643 +5595.120117 0.000000 962.183044 0.000000 0.616213 0.000000 -0.787580 0.417478 0.417478 0.417478 +5618.999023 0.000000 967.577209 0.000000 0.863360 0.000000 -0.504588 0.409058 0.409058 0.409058 +5598.021484 0.000000 968.501282 0.000000 0.944537 0.000000 -0.328405 0.405881 0.405881 0.405881 +5609.963379 0.000000 967.763672 0.000000 0.748214 0.000000 -0.663457 0.413148 0.413148 0.413148 +5620.916016 0.000000 967.597412 0.000000 0.768404 0.000000 -0.639965 0.411616 0.411616 0.411616 +5584.790527 0.000000 968.389709 0.000000 0.922224 0.000000 -0.386656 0.406641 0.406641 0.406641 +5592.779785 0.000000 964.770935 0.000000 0.633722 0.000000 -0.773561 0.417620 0.417620 0.417620 +5587.935547 0.000000 969.992798 0.000000 0.790511 0.000000 -0.612448 0.411190 0.411190 0.411190 +5621.071289 0.000000 964.975647 0.000000 0.937753 0.000000 -0.347303 0.406252 0.406252 0.406252 +5600.131348 0.000000 965.353760 0.000000 0.941172 0.000000 -0.337927 0.406885 0.406885 0.406885 +5612.188965 0.000000 965.255493 0.000000 0.840993 0.000000 -0.541046 0.410733 0.410733 0.410733 +5599.750977 0.000000 966.817322 0.000000 0.607715 0.000000 -0.794155 0.417090 0.417090 0.417090 +5592.231445 0.000000 961.912720 0.000000 0.774492 0.000000 -0.632584 0.413576 0.413576 0.413576 +5648.382324 0.000000 959.566406 0.000000 0.770691 0.000000 -0.637210 0.410694 0.410694 0.410694 +5653.917480 0.000000 948.012268 0.000000 0.894735 0.000000 -0.446597 0.408114 0.408114 0.408114 +5642.618164 0.000000 955.193237 0.000000 0.748546 0.000000 -0.663083 0.413067 0.413067 0.413067 +5636.679688 0.000000 956.364929 0.000000 0.616443 0.000000 -0.787399 0.414576 0.414576 0.414576 +5642.780273 0.000000 938.533813 0.000000 0.785298 0.000000 -0.619118 0.410901 0.410901 0.410901 +5637.351074 0.000000 941.875977 0.000000 0.793250 0.000000 -0.608896 0.412454 0.412454 0.412454 +5639.784180 0.000000 957.066406 0.000000 0.892225 0.000000 -0.451592 0.407697 0.407697 0.407697 +5638.073242 0.000000 957.537476 0.000000 0.939124 0.000000 -0.343579 0.405761 0.405761 0.405761 +5640.564453 0.000000 955.481079 0.000000 0.921321 0.000000 -0.388804 0.407138 0.407138 0.407138 +5648.024902 0.000000 945.168579 0.000000 0.874359 0.000000 -0.485279 0.409158 0.409158 0.409158 +5646.057129 0.000000 955.585876 0.000000 0.758408 0.000000 -0.651780 0.412797 0.412797 0.412797 +5635.051758 0.000000 953.602478 0.000000 0.834661 0.000000 -0.550763 0.410834 0.410834 0.410834 +5635.162109 0.000000 955.801697 0.000000 0.928996 0.000000 -0.370090 0.406606 0.406606 0.406606 +5650.634277 0.000000 949.018677 0.000000 0.728951 0.000000 -0.684566 0.414005 0.414005 0.414005 +5635.329590 0.000000 939.178284 0.000000 0.862588 0.000000 -0.505908 0.409932 0.409932 0.409932 +5650.425781 0.000000 952.602173 0.000000 0.935353 0.000000 -0.353715 0.406481 0.406481 0.406481 +5638.382324 0.000000 940.749939 0.000000 0.743130 0.000000 -0.669147 0.413616 0.413616 0.413616 +5648.398438 0.000000 948.806458 0.000000 0.865287 0.000000 -0.501277 0.410277 0.410277 0.410277 +5651.616211 0.000000 950.008667 0.000000 0.845215 0.000000 -0.534426 0.410473 0.410473 0.410473 +5675.659668 0.000000 1052.898438 0.000000 0.720715 0.000000 -0.693231 0.411512 0.411512 0.411512 +5682.216309 0.000000 1061.263550 0.000000 0.862521 0.000000 -0.506020 0.409219 0.409219 0.409219 +5665.987305 0.000000 1054.332397 0.000000 0.654348 0.000000 -0.756194 0.414685 0.414685 0.414685 +5692.312988 0.000000 1040.473633 0.000000 0.871166 0.000000 -0.490989 0.408457 0.408457 0.408457 +5663.972656 0.000000 1041.099731 0.000000 0.849725 0.000000 -0.527226 0.410287 0.410287 0.410287 +5662.190918 0.000000 1053.772583 0.000000 0.754632 0.000000 -0.656149 0.413222 0.413222 0.413222 +5694.038574 0.000000 1040.702026 0.000000 0.652122 0.000000 -0.758114 0.421910 0.421910 0.421910 +5692.201172 0.000000 1037.309326 0.000000 0.915049 0.000000 -0.403343 0.408105 0.408105 0.408105 +5664.594727 0.000000 1036.357178 0.000000 0.647947 0.000000 -0.761685 0.416775 0.416775 0.416775 +5665.853027 0.000000 1028.483521 0.000000 0.677852 0.000000 -0.735199 0.414641 0.414641 0.414641 +5693.240234 0.000000 1030.750000 0.000000 0.820816 0.000000 -0.571193 0.415087 0.415087 0.415087 +5665.762207 0.000000 1038.616577 0.000000 0.925101 0.000000 -0.379721 0.407896 0.407896 0.407896 +5661.379395 0.000000 1028.194092 0.000000 0.895351 0.000000 -0.445360 0.410279 0.410279 0.410279 +5695.927246 0.000000 1031.464111 0.000000 0.739230 0.000000 -0.673454 0.415716 0.415716 0.415716 +5659.559082 0.000000 1052.608032 0.000000 0.700678 0.000000 -0.713478 0.415312 0.415312 0.415312 +5690.406250 0.000000 1055.799072 0.000000 0.885796 0.000000 -0.464074 0.412289 0.412289 0.412289 +5682.113770 0.000000 1062.474121 0.000000 0.792255 0.000000 -0.610191 0.416713 0.416713 0.416713 +5666.136719 0.000000 1044.842529 0.000000 0.846178 0.000000 -0.532900 0.414312 0.414312 0.414312 +5688.008301 0.000000 1058.968140 0.000000 0.938642 0.000000 -0.344892 0.407631 0.407631 0.407631 +5692.205566 0.000000 1046.716064 0.000000 0.804721 0.000000 -0.593653 0.415392 0.415392 0.415392 +5660.514160 0.000000 1030.515503 0.000000 0.727495 0.000000 -0.686113 0.417669 0.417669 0.417669 +5713.939453 0.000000 1058.514282 0.000000 0.614878 0.000000 -0.788622 0.412975 0.412975 0.412975 +5710.368652 0.000000 1072.572266 0.000000 0.606381 0.000000 -0.795174 0.414688 0.414688 0.414688 +5707.557617 0.000000 1056.666504 0.000000 0.755355 0.000000 -0.655316 0.413452 0.413452 0.413452 +5729.433594 0.000000 1052.522339 0.000000 0.590194 0.000000 -0.807262 0.417638 0.417638 0.417638 +5728.293457 0.000000 1065.726196 0.000000 0.943862 0.000000 -0.330340 0.406774 0.406774 0.406774 +5705.676758 0.000000 1031.395264 0.000000 0.808688 0.000000 -0.588238 0.412403 0.412403 0.412403 +5727.740723 0.000000 1061.687378 0.000000 0.909557 0.000000 -0.415579 0.410914 0.410914 0.410914 +5723.159668 0.000000 1070.847290 0.000000 0.782080 0.000000 -0.623178 0.414277 0.414277 0.414277 +5722.769531 0.000000 1065.392090 0.000000 0.922870 0.000000 -0.385111 0.408389 0.408389 0.408389 +5725.948242 0.000000 1057.839111 0.000000 0.655337 0.000000 -0.755337 0.421802 0.421802 0.421802 +5729.152344 0.000000 1062.886597 0.000000 0.589534 0.000000 -0.807743 0.421128 0.421128 0.421128 +5715.857422 0.000000 1069.415649 0.000000 0.948020 0.000000 -0.318212 0.406807 0.406807 0.406807 +5711.939941 0.000000 1071.416626 0.000000 0.888270 0.000000 -0.459323 0.411080 0.411080 0.411080 +5723.313477 0.000000 1064.352295 0.000000 0.921729 0.000000 -0.387834 0.408452 0.408452 0.408452 +5727.890137 0.000000 1062.959961 0.000000 0.833583 0.000000 -0.552394 0.414903 0.414903 0.414903 +5725.641113 0.000000 1062.474731 0.000000 0.851466 0.000000 -0.524410 0.414057 0.414057 0.414057 +5724.341797 0.000000 1066.382935 0.000000 0.940069 0.000000 -0.340985 0.408861 0.408861 0.408861 +5724.338867 0.000000 1061.220703 0.000000 0.841992 0.000000 -0.539490 0.414511 0.414511 0.414511 +5670.581055 0.000000 1108.327515 0.000000 0.780013 0.000000 -0.625764 0.409554 0.409554 0.409554 +5661.379395 0.000000 1084.678467 0.000000 0.835841 0.000000 -0.548972 0.411200 0.411200 0.411200 +5695.022461 0.000000 1085.651123 0.000000 0.872888 0.000000 -0.487921 0.412980 0.412980 0.412980 +5667.967285 0.000000 1107.477295 0.000000 0.665228 0.000000 -0.746641 0.419194 0.419194 0.419194 +5692.967285 0.000000 1084.792603 0.000000 0.888155 0.000000 -0.459544 0.412159 0.412159 0.412159 +5714.498535 0.000000 1077.021118 0.000000 0.789788 0.000000 -0.613380 0.409891 0.409891 0.409891 +5696.712402 0.000000 1091.424072 0.000000 0.762148 0.000000 -0.647402 0.410970 0.410970 0.410970 +5718.342773 0.000000 1073.348633 0.000000 0.714358 0.000000 -0.699780 0.419737 0.419737 0.419737 +5714.265625 0.000000 1075.911743 0.000000 0.607355 0.000000 -0.794431 0.420399 0.420399 0.420399 +4221.125000 0.000000 2255.369873 0.000000 0.831142 0.000000 -0.556060 0.408450 0.408450 0.408450 +4226.500488 0.000000 2222.634766 0.000000 0.846518 0.000000 -0.532360 0.407288 0.407288 0.407288 +4211.456055 0.000000 2366.147705 0.000000 0.860237 0.000000 -0.509894 0.406973 0.406973 0.406973 +4214.864258 0.000000 2370.857910 0.000000 0.686717 0.000000 -0.726925 0.410850 0.410850 0.410850 +4192.426758 0.000000 2328.297119 0.000000 0.751918 0.000000 -0.659256 0.409740 0.409740 0.409740 +4204.376953 0.000000 2362.126953 0.000000 0.692015 0.000000 -0.721883 0.411276 0.411276 0.411276 +4200.974609 0.000000 2327.380859 0.000000 0.677839 0.000000 -0.735210 0.411259 0.411259 0.411259 +4208.918945 0.000000 2330.845459 0.000000 0.844036 0.000000 -0.536287 0.408281 0.408281 0.408281 +4218.028320 0.000000 2328.958008 0.000000 0.822360 0.000000 -0.568967 0.408552 0.408552 0.408552 +4192.449219 0.000000 2341.854736 0.000000 0.772932 0.000000 -0.634489 0.409781 0.409781 0.409781 +4221.032715 0.000000 2338.047363 0.000000 0.686099 0.000000 -0.727508 0.411593 0.411593 0.411593 +4196.759766 0.000000 2337.235596 0.000000 0.948379 0.000000 -0.317139 0.404866 0.404866 0.404866 +4196.029297 0.000000 2334.412109 0.000000 0.652401 0.000000 -0.757874 0.412539 0.412539 0.412539 +4198.385742 0.000000 2332.704346 0.000000 0.912620 0.000000 -0.408810 0.406182 0.406182 0.406182 +4214.385254 0.000000 2319.768311 0.000000 0.881023 0.000000 -0.473073 0.407357 0.407357 0.407357 +4218.561523 0.000000 2347.618652 0.000000 0.944140 0.000000 -0.329544 0.405047 0.405047 0.405047 +4205.465820 0.000000 2360.155273 0.000000 0.788980 0.000000 -0.614419 0.410307 0.410307 0.410307 +4200.179688 0.000000 2344.043945 0.000000 0.927327 0.000000 -0.374253 0.406378 0.406378 0.406378 +4200.688965 0.000000 2340.259766 0.000000 0.765564 0.000000 -0.643360 0.412039 0.412039 0.412039 +4202.375488 0.000000 2347.402588 0.000000 0.660781 0.000000 -0.750579 0.414370 0.414370 0.414370 +4253.392090 0.000000 2304.048340 0.000000 0.921011 0.000000 -0.389536 0.405594 0.405594 0.405594 +4239.197266 0.000000 2271.007812 0.000000 0.926443 0.000000 -0.376436 0.405646 0.405646 0.405646 +4230.507812 0.000000 2311.466064 0.000000 0.605016 0.000000 -0.796214 0.413382 0.413382 0.413382 +4241.664551 0.000000 2266.031006 0.000000 0.701406 0.000000 -0.712762 0.411370 0.411370 0.411370 +4281.384766 0.000000 2315.626709 0.000000 0.929863 0.000000 -0.367907 0.405380 0.405380 0.405380 +4244.984863 0.000000 2296.572998 0.000000 0.927128 0.000000 -0.374745 0.405581 0.405581 0.405581 +4280.630371 0.000000 2312.830078 0.000000 0.737526 0.000000 -0.675319 0.411513 0.411513 0.411513 +4247.885254 0.000000 2285.155029 0.000000 0.738890 0.000000 -0.673826 0.411038 0.411038 0.411038 +4271.085449 0.000000 2298.203125 0.000000 0.836371 0.000000 -0.548164 0.409067 0.409067 0.409067 +4266.281250 0.000000 2301.586670 0.000000 0.653828 0.000000 -0.756643 0.414526 0.414526 0.414526 +4284.034180 0.000000 2307.198242 0.000000 0.950675 0.000000 -0.310190 0.405622 0.405622 0.405622 +4274.216309 0.000000 2303.919922 0.000000 0.940946 0.000000 -0.338557 0.405777 0.405777 0.405777 +4285.282227 0.000000 2303.330322 0.000000 0.774984 0.000000 -0.631981 0.411204 0.411204 0.411204 +4281.007324 0.000000 2305.035645 0.000000 0.652632 0.000000 -0.757675 0.415454 0.415454 0.415454 +4246.981445 0.000000 2287.599609 0.000000 0.803937 0.000000 -0.594714 0.411989 0.411989 0.411989 +4284.027344 0.000000 2304.257324 0.000000 0.775243 0.000000 -0.631663 0.413518 0.413518 0.413518 +4301.506836 0.000000 2295.189453 0.000000 0.946511 0.000000 -0.322672 0.404643 0.404643 0.404643 +4302.389160 0.000000 2292.759766 0.000000 0.696169 0.000000 -0.717878 0.412035 0.412035 0.412035 +4300.080078 0.000000 2290.663818 0.000000 0.635096 0.000000 -0.772433 0.416263 0.416263 0.416263 +4298.416504 0.000000 2291.059082 0.000000 0.783140 0.000000 -0.621845 0.411996 0.411996 0.411996 +4303.217285 0.000000 2291.523438 0.000000 0.745684 0.000000 -0.666299 0.412926 0.412926 0.412926 +4272.205566 0.000000 2372.318115 0.000000 0.898213 0.000000 -0.439560 0.405817 0.405817 0.405817 +4224.156738 0.000000 2370.759521 0.000000 0.939042 0.000000 -0.343803 0.404802 0.404802 0.404802 +4262.346680 0.000000 2370.116943 0.000000 0.882347 0.000000 -0.470600 0.406875 0.406875 0.406875 +4233.866211 0.000000 2354.931641 0.000000 0.782035 0.000000 -0.623234 0.409474 0.409474 0.409474 +4242.230469 0.000000 2353.895020 0.000000 0.653444 0.000000 -0.756975 0.411876 0.411876 0.411876 +4224.936035 0.000000 2338.468994 0.000000 0.847643 0.000000 -0.530566 0.407959 0.407959 0.407959 +4247.191895 0.000000 2361.750000 0.000000 0.720949 0.000000 -0.692988 0.411239 0.411239 0.411239 +4243.443848 0.000000 2365.779053 0.000000 0.612453 0.000000 -0.790507 0.413109 0.413109 0.413109 +4256.544434 0.000000 2363.190918 0.000000 0.813047 0.000000 -0.582198 0.409929 0.409929 0.409929 +4244.436035 0.000000 2358.131348 0.000000 0.906630 0.000000 -0.421927 0.406612 0.406612 0.406612 +4247.348633 0.000000 2368.857910 0.000000 0.876437 0.000000 -0.481516 0.407475 0.407475 0.407475 +4258.508301 0.000000 2362.425049 0.000000 0.836035 0.000000 -0.548677 0.409309 0.409309 0.409309 +4234.618164 0.000000 2367.302734 0.000000 0.946028 0.000000 -0.324086 0.405306 0.405306 0.405306 +4220.013184 0.000000 2387.208496 0.000000 0.933528 0.000000 -0.358503 0.405309 0.405309 0.405309 +4223.169434 0.000000 2389.221436 0.000000 0.850381 0.000000 -0.526168 0.409379 0.409379 0.409379 +4256.618164 0.000000 2375.709473 0.000000 0.797511 0.000000 -0.603305 0.408860 0.408860 0.408860 +4228.948730 0.000000 2372.458740 0.000000 0.614937 0.000000 -0.788576 0.412973 0.412973 0.412973 +4244.994629 0.000000 2374.896484 0.000000 0.926135 0.000000 -0.377191 0.405542 0.405542 0.405542 +4237.612305 0.000000 2375.472412 0.000000 0.934302 0.000000 -0.356482 0.405678 0.405678 0.405678 +4228.035156 0.000000 2378.563477 0.000000 0.618708 0.000000 -0.785621 0.414214 0.414214 0.414214 +4441.681152 0.000000 2293.152588 0.000000 0.850740 0.000000 -0.525587 0.407654 0.407654 0.407654 +4448.449219 0.000000 2285.370361 0.000000 0.898926 0.000000 -0.438101 0.406408 0.406408 0.406408 +4454.469727 0.000000 2285.968994 0.000000 0.638660 0.000000 -0.769489 0.413547 0.413547 0.413547 +4460.127930 0.000000 2286.816406 0.000000 0.916366 0.000000 -0.400341 0.406005 0.406005 0.406005 +4465.394043 0.000000 2284.704834 0.000000 0.935978 0.000000 -0.352059 0.405209 0.405209 0.405209 +4443.190918 0.000000 2287.684326 0.000000 0.626019 0.000000 -0.779808 0.413084 0.413084 0.413084 +4456.199219 0.000000 2290.220947 0.000000 0.623884 0.000000 -0.781517 0.414647 0.414647 0.414647 +4449.478516 0.000000 2289.396484 0.000000 0.850420 0.000000 -0.526104 0.409488 0.409488 0.409488 +4455.382324 0.000000 2292.993408 0.000000 0.900967 0.000000 -0.433887 0.407686 0.407686 0.407686 +"} object={ name="oak_dense_generator_2_4" clamp_to_water_level=no @@ -41,5 +3109,753 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_dense_01_mesh" - count=0 -} + count=748 + transform="4992.156738 0.000000 789.197083 0.000000 0.043499 0.000000 -0.999053 0.420590 0.420590 0.420590 +5055.510742 0.000000 759.033569 0.000000 0.353621 0.000000 -0.935389 0.418115 0.418115 0.418115 +5040.587891 0.000000 754.550110 0.000000 0.554178 0.000000 -0.832398 0.415713 0.415713 0.415713 +5034.281250 0.000000 776.508606 0.000000 0.364979 0.000000 -0.931016 0.420743 0.420743 0.420743 +5039.436035 0.000000 769.018250 0.000000 0.533373 0.000000 -0.845880 0.417821 0.417821 0.417821 +5011.236816 0.000000 745.619934 0.000000 0.057418 0.000000 -0.998350 0.423727 0.423727 0.423727 +4997.572266 0.000000 781.227661 0.000000 0.196634 0.000000 -0.980477 0.424815 0.424815 0.424815 +5040.914551 0.000000 751.480469 0.000000 0.475363 0.000000 -0.879790 0.416914 0.416914 0.416914 +5037.587891 0.000000 742.069153 0.000000 0.550119 0.000000 -0.835087 0.416284 0.416284 0.416284 +5005.704590 0.000000 747.123474 0.000000 0.107736 0.000000 -0.994180 0.425199 0.425199 0.425199 +5004.080078 0.000000 765.585693 0.000000 0.158356 0.000000 -0.987382 0.423755 0.423755 0.423755 +5041.909180 0.000000 766.138184 0.000000 0.039959 0.000000 -0.999201 0.428281 0.428281 0.428281 +4996.189941 0.000000 779.460144 0.000000 0.474385 0.000000 -0.880318 0.418276 0.418276 0.418276 +5033.262207 0.000000 747.634521 0.000000 0.081228 0.000000 -0.996696 0.425584 0.425584 0.425584 +5002.780273 0.000000 769.080688 0.000000 0.166403 0.000000 -0.986058 0.425931 0.425931 0.425931 +5006.389648 0.000000 772.081299 0.000000 0.242783 0.000000 -0.970081 0.424621 0.424621 0.424621 +5023.972656 0.000000 758.677856 0.000000 0.511861 0.000000 -0.859068 0.425181 0.425181 0.425181 +5017.336426 0.000000 772.295166 0.000000 0.247799 0.000000 -0.968811 0.426305 0.426305 0.426305 +5029.577148 0.000000 782.465454 0.000000 0.119058 0.000000 -0.992887 0.436961 0.436961 0.436961 +5011.704102 0.000000 748.061096 0.000000 0.436424 0.000000 -0.899741 0.424308 0.424308 0.424308 +5003.049316 0.000000 784.177795 0.000000 0.046428 0.000000 -0.998922 0.435925 0.435925 0.435925 +5020.899902 0.000000 785.845581 0.000000 0.252154 0.000000 -0.967687 0.432589 0.432589 0.432589 +5007.974609 0.000000 767.856750 0.000000 0.057499 0.000000 -0.998346 0.427126 0.427126 0.427126 +4998.562500 0.000000 777.718872 0.000000 0.375466 0.000000 -0.926836 0.421909 0.421909 0.421909 +5003.039062 0.000000 750.553284 0.000000 0.528266 0.000000 -0.849079 0.420054 0.420054 0.420054 +5010.010742 0.000000 784.829956 0.000000 0.061968 0.000000 -0.998078 0.434278 0.434278 0.434278 +5029.817871 0.000000 767.863647 0.000000 0.001063 0.000000 -0.999999 0.439973 0.439973 0.439973 +5014.351074 0.000000 753.037292 0.000000 0.063890 0.000000 -0.997957 0.431149 0.431149 0.431149 +5009.267090 0.000000 764.930664 0.000000 0.209756 0.000000 -0.977754 0.425794 0.425794 0.425794 +5010.536621 0.000000 787.766663 0.000000 0.323377 0.000000 -0.946270 0.427275 0.427275 0.427275 +5014.444824 0.000000 785.995667 0.000000 0.582922 0.000000 -0.812528 0.422874 0.422874 0.422874 +5021.264648 0.000000 781.078064 0.000000 0.532697 0.000000 -0.846306 0.424284 0.424284 0.424284 +5018.692383 0.000000 746.747803 0.000000 0.462935 0.000000 -0.886392 0.419693 0.419693 0.419693 +5017.045410 0.000000 746.188721 0.000000 0.431191 0.000000 -0.902261 0.421008 0.421008 0.421008 +5037.470215 0.000000 762.523926 0.000000 0.422740 0.000000 -0.906251 0.426337 0.426337 0.426337 +5021.034668 0.000000 787.780640 0.000000 0.207930 0.000000 -0.978144 0.434666 0.434666 0.434666 +5012.575195 0.000000 752.800903 0.000000 0.142622 0.000000 -0.989777 0.428586 0.428586 0.428586 +5013.894043 0.000000 787.570679 0.000000 0.528714 0.000000 -0.848800 0.425561 0.425561 0.425561 +5027.500488 0.000000 761.881409 0.000000 0.505176 0.000000 -0.863016 0.422355 0.422355 0.422355 +5024.240234 0.000000 748.266724 0.000000 0.200034 0.000000 -0.979789 0.426393 0.426393 0.426393 +5027.030762 0.000000 758.191223 0.000000 0.400798 0.000000 -0.916167 0.427763 0.427763 0.427763 +5017.742188 0.000000 763.348145 0.000000 0.527725 0.000000 -0.849416 0.425844 0.425844 0.425844 +5010.172363 0.000000 759.444214 0.000000 0.132769 0.000000 -0.991147 0.435030 0.435030 0.435030 +5032.728027 0.000000 777.110535 0.000000 0.557356 0.000000 -0.830273 0.419125 0.419125 0.419125 +5009.775879 0.000000 781.870117 0.000000 0.304390 0.000000 -0.952548 0.426203 0.426203 0.426203 +5034.601562 0.000000 786.145447 0.000000 0.147934 0.000000 -0.988997 0.436219 0.436219 0.436219 +5038.236328 0.000000 790.153259 0.000000 0.288622 0.000000 -0.957443 0.432544 0.432544 0.432544 +5012.196289 0.000000 783.059204 0.000000 0.229873 0.000000 -0.973221 0.430016 0.430016 0.430016 +4996.298828 0.000000 790.195312 0.000000 0.212762 0.000000 -0.977104 0.429325 0.429325 0.429325 +5014.383789 0.000000 781.308716 0.000000 0.523010 0.000000 -0.852327 0.421246 0.421246 0.421246 +5016.470703 0.000000 757.044861 0.000000 0.276169 0.000000 -0.961109 0.428814 0.428814 0.428814 +5001.022461 0.000000 777.364136 0.000000 0.011389 0.000000 -0.999935 0.433481 0.433481 0.433481 +5003.583008 0.000000 781.241699 0.000000 0.428210 0.000000 -0.903679 0.421521 0.421521 0.421521 +5032.459473 0.000000 763.816406 0.000000 0.409782 0.000000 -0.912184 0.429248 0.429248 0.429248 +5011.693848 0.000000 763.632629 0.000000 0.511665 0.000000 -0.859185 0.424516 0.424516 0.424516 +5007.028809 0.000000 747.402771 0.000000 0.213274 0.000000 -0.976992 0.425658 0.425658 0.425658 +5017.172852 0.000000 770.811646 0.000000 0.258686 0.000000 -0.965961 0.427127 0.427127 0.427127 +5030.464355 0.000000 777.190918 0.000000 0.543077 0.000000 -0.839683 0.422793 0.422793 0.422793 +5031.319336 0.000000 759.009583 0.000000 0.246445 0.000000 -0.969157 0.433659 0.433659 0.433659 +5034.783691 0.000000 767.103149 0.000000 0.452689 0.000000 -0.891669 0.423419 0.423419 0.423419 +5039.484375 0.000000 753.755981 0.000000 0.040579 0.000000 -0.999176 0.429645 0.429645 0.429645 +5031.743652 0.000000 770.037292 0.000000 0.035919 0.000000 -0.999355 0.436173 0.436173 0.436173 +5018.914551 0.000000 786.000671 0.000000 0.548813 0.000000 -0.835945 0.425206 0.425206 0.425206 +5025.315918 0.000000 766.989929 0.000000 0.424992 0.000000 -0.905197 0.422323 0.422323 0.422323 +5022.985352 0.000000 783.340759 0.000000 0.106160 0.000000 -0.994349 0.437145 0.437145 0.437145 +5036.345703 0.000000 745.013428 0.000000 0.315060 0.000000 -0.949072 0.425720 0.425720 0.425720 +5039.984863 0.000000 767.877258 0.000000 0.029170 0.000000 -0.999574 0.430559 0.430559 0.430559 +5021.854004 0.000000 763.489197 0.000000 0.363638 0.000000 -0.931540 0.426214 0.426214 0.426214 +5027.590332 0.000000 780.185181 0.000000 0.542140 0.000000 -0.840288 0.424413 0.424413 0.424413 +5013.902344 0.000000 779.783264 0.000000 0.088916 0.000000 -0.996039 0.430186 0.430186 0.430186 +5011.222656 0.000000 776.129944 0.000000 0.012843 0.000000 -0.999918 0.433216 0.433216 0.433216 +5023.371094 0.000000 789.358215 0.000000 0.205685 0.000000 -0.978618 0.434725 0.434725 0.434725 +5032.053711 0.000000 786.651123 0.000000 0.122814 0.000000 -0.992430 0.436865 0.436865 0.436865 +5024.520996 0.000000 789.749695 0.000000 0.000890 0.000000 -1.000000 0.437782 0.437782 0.437782 +5020.429199 0.000000 773.640320 0.000000 0.434953 0.000000 -0.900453 0.426638 0.426638 0.426638 +5030.706543 0.000000 779.633118 0.000000 0.193288 0.000000 -0.981142 0.432985 0.432985 0.432985 +5023.121582 0.000000 765.557129 0.000000 0.547261 0.000000 -0.836962 0.420351 0.420351 0.420351 +5027.546875 0.000000 787.257019 0.000000 0.458289 0.000000 -0.888803 0.426510 0.426510 0.426510 +5039.705078 0.000000 765.580688 0.000000 0.251652 0.000000 -0.967818 0.428921 0.428921 0.428921 +5012.580078 0.000000 781.894043 0.000000 0.433157 0.000000 -0.901318 0.423939 0.423939 0.423939 +5010.234375 0.000000 765.760071 0.000000 0.005434 0.000000 -0.999985 0.435250 0.435250 0.435250 +5035.277832 0.000000 747.309509 0.000000 0.426815 0.000000 -0.904339 0.424765 0.424765 0.424765 +5009.432129 0.000000 789.427734 0.000000 0.192086 0.000000 -0.981378 0.435078 0.435078 0.435078 +5032.275879 0.000000 783.069458 0.000000 0.163039 0.000000 -0.986620 0.432809 0.432809 0.432809 +5018.905273 0.000000 767.870239 0.000000 0.479392 0.000000 -0.877601 0.425290 0.425290 0.425290 +5031.180176 0.000000 764.721252 0.000000 0.198421 0.000000 -0.980117 0.434913 0.434913 0.434913 +5029.876953 0.000000 758.114258 0.000000 0.497279 0.000000 -0.867591 0.426747 0.426747 0.426747 +5016.817383 0.000000 767.330444 0.000000 0.078685 0.000000 -0.996900 0.436802 0.436802 0.436802 +5020.225586 0.000000 761.926819 0.000000 0.422691 0.000000 -0.906274 0.425828 0.425828 0.425828 +5021.641113 0.000000 780.052856 0.000000 0.008514 0.000000 -0.999964 0.437599 0.437599 0.437599 +5016.998535 0.000000 765.053589 0.000000 0.088781 0.000000 -0.996051 0.435369 0.435369 0.435369 +5005.689453 0.000000 785.118103 0.000000 0.578906 0.000000 -0.815394 0.421851 0.421851 0.421851 +5027.812500 0.000000 769.721008 0.000000 0.379201 0.000000 -0.925314 0.429329 0.429329 0.429329 +5028.375977 0.000000 771.561584 0.000000 0.083615 0.000000 -0.996498 0.436012 0.436012 0.436012 +5008.762695 0.000000 786.000977 0.000000 0.177224 0.000000 -0.984171 0.435463 0.435463 0.435463 +5038.329102 0.000000 788.534668 0.000000 0.108176 0.000000 -0.994132 0.435999 0.435999 0.435999 +5012.864746 0.000000 787.463501 0.000000 0.298055 0.000000 -0.954549 0.431976 0.431976 0.431976 +4924.104492 0.000000 844.434998 0.000000 0.151456 0.000000 -0.988464 0.436128 0.436128 0.436128 +4908.898438 0.000000 846.642090 0.000000 0.462138 0.000000 -0.886808 0.421778 0.421778 0.421778 +4925.190430 0.000000 846.203430 0.000000 0.120362 0.000000 -0.992730 0.436928 0.436928 0.436928 +4906.690430 0.000000 846.824463 0.000000 0.425111 0.000000 -0.905141 0.424468 0.424468 0.424468 +4927.644043 0.000000 846.801758 0.000000 0.212359 0.000000 -0.977192 0.434551 0.434551 0.434551 +4976.918945 0.000000 805.767395 0.000000 0.031920 0.000000 -0.999490 0.421668 0.421668 0.421668 +4948.984863 0.000000 827.979248 0.000000 0.350163 0.000000 -0.936689 0.418595 0.418595 0.418595 +4964.682129 0.000000 814.570618 0.000000 0.013288 0.000000 -0.999912 0.426830 0.426830 0.426830 +4958.924805 0.000000 830.086060 0.000000 0.005322 0.000000 -0.999986 0.430485 0.430485 0.430485 +4978.132324 0.000000 810.202393 0.000000 0.513127 0.000000 -0.858313 0.426279 0.426279 0.426279 +4987.993164 0.000000 807.324829 0.000000 0.012664 0.000000 -0.999920 0.434621 0.434621 0.434621 +4991.169434 0.000000 807.658936 0.000000 0.218350 0.000000 -0.975870 0.429404 0.429404 0.429404 +4944.425781 0.000000 841.484314 0.000000 0.294254 0.000000 -0.955727 0.429981 0.429981 0.429981 +4981.385254 0.000000 821.388489 0.000000 0.547235 0.000000 -0.836979 0.425254 0.425254 0.425254 +4980.777832 0.000000 823.729309 0.000000 0.018899 0.000000 -0.999821 0.439519 0.439519 0.439519 +4980.695312 0.000000 837.753418 0.000000 0.518950 0.000000 -0.854805 0.420475 0.420475 0.420475 +4936.986816 0.000000 845.489319 0.000000 0.345079 0.000000 -0.938574 0.429568 0.429568 0.429568 +4965.366211 0.000000 842.480896 0.000000 0.179264 0.000000 -0.983801 0.431592 0.431592 0.431592 +4971.954590 0.000000 814.487305 0.000000 0.357120 0.000000 -0.934058 0.425223 0.425223 0.425223 +4951.599609 0.000000 845.336426 0.000000 0.541677 0.000000 -0.840587 0.425423 0.425423 0.425423 +4977.135254 0.000000 817.618164 0.000000 0.026353 0.000000 -0.999653 0.439329 0.439329 0.439329 +4962.144043 0.000000 841.770752 0.000000 0.065984 0.000000 -0.997821 0.429903 0.429903 0.429903 +4982.280273 0.000000 837.360596 0.000000 0.032081 0.000000 -0.999485 0.432422 0.432422 0.432422 +4950.444824 0.000000 842.480042 0.000000 0.500475 0.000000 -0.865751 0.426653 0.426653 0.426653 +4957.264648 0.000000 837.562439 0.000000 0.575594 0.000000 -0.817735 0.421179 0.421179 0.421179 +4957.034668 0.000000 844.265015 0.000000 0.557140 0.000000 -0.830419 0.424952 0.424952 0.424952 +4939.735352 0.000000 834.834534 0.000000 0.385964 0.000000 -0.922514 0.429910 0.429910 0.429910 +4990.321777 0.000000 809.113464 0.000000 0.337964 0.000000 -0.941159 0.426262 0.426262 0.426262 +4960.608398 0.000000 822.312561 0.000000 0.063271 0.000000 -0.997996 0.438388 0.438388 0.438388 +4963.500488 0.000000 818.365784 0.000000 0.496371 0.000000 -0.868111 0.426773 0.426773 0.426773 +4941.681641 0.000000 836.450195 0.000000 0.514750 0.000000 -0.857340 0.426231 0.426231 0.426231 +4973.470215 0.000000 838.065552 0.000000 0.351112 0.000000 -0.936333 0.430864 0.430864 0.430864 +4986.590332 0.000000 833.335693 0.000000 0.328162 0.000000 -0.944621 0.431486 0.431486 0.431486 +4944.398438 0.000000 835.837708 0.000000 0.422386 0.000000 -0.906416 0.424703 0.424703 0.424703 +4960.754395 0.000000 841.282288 0.000000 0.356120 0.000000 -0.934440 0.426872 0.426872 0.426872 +4963.506348 0.000000 822.651367 0.000000 0.389446 0.000000 -0.921049 0.429813 0.429813 0.429813 +4969.033691 0.000000 832.217957 0.000000 0.341306 0.000000 -0.939952 0.427041 0.427041 0.427041 +4950.889648 0.000000 840.043213 0.000000 0.396449 0.000000 -0.918057 0.428516 0.428516 0.428516 +4970.601562 0.000000 842.629822 0.000000 0.109524 0.000000 -0.993984 0.434652 0.434652 0.434652 +4965.210449 0.000000 822.862854 0.000000 0.350614 0.000000 -0.936520 0.430878 0.430878 0.430878 +4974.236328 0.000000 846.637634 0.000000 0.263097 0.000000 -0.964769 0.432243 0.432243 0.432243 +4986.093750 0.000000 821.218140 0.000000 0.010288 0.000000 -0.999947 0.439738 0.439738 0.439738 +4968.675293 0.000000 837.821533 0.000000 0.428834 0.000000 -0.903383 0.424660 0.424660 0.424660 +4932.298828 0.000000 846.679688 0.000000 0.182695 0.000000 -0.983170 0.433729 0.433729 0.433729 +4965.805176 0.000000 846.307983 0.000000 0.372398 0.000000 -0.928073 0.426958 0.426958 0.426958 +4962.937988 0.000000 821.286316 0.000000 0.126980 0.000000 -0.991905 0.436758 0.436758 0.436758 +4969.922852 0.000000 815.933167 0.000000 0.452039 0.000000 -0.891998 0.420849 0.420849 0.420849 +4985.187988 0.000000 822.266602 0.000000 0.395318 0.000000 -0.918544 0.429651 0.429651 0.429651 +4973.684570 0.000000 833.691956 0.000000 0.232447 0.000000 -0.972609 0.433693 0.433693 0.433693 +4957.948242 0.000000 831.901611 0.000000 0.508655 0.000000 -0.860970 0.422579 0.422579 0.422579 +4978.362305 0.000000 825.478821 0.000000 0.171166 0.000000 -0.985242 0.435620 0.435620 0.435620 +4979.649902 0.000000 843.402893 0.000000 0.301968 0.000000 -0.953318 0.431999 0.431999 0.431999 +4967.243164 0.000000 841.681519 0.000000 0.513776 0.000000 -0.857924 0.421729 0.421729 0.421729 +4978.478027 0.000000 832.656982 0.000000 0.193259 0.000000 -0.981148 0.432505 0.432505 0.432505 +4941.763672 0.000000 845.419373 0.000000 0.452461 0.000000 -0.891784 0.428044 0.428044 0.428044 +4982.834961 0.000000 828.455811 0.000000 0.073885 0.000000 -0.997267 0.438117 0.438117 0.438117 +4968.459473 0.000000 820.300781 0.000000 0.102605 0.000000 -0.994722 0.437383 0.437383 0.437383 +4935.386719 0.000000 835.996826 0.000000 0.283369 0.000000 -0.959011 0.432684 0.432684 0.432684 +4952.351074 0.000000 842.911621 0.000000 0.493253 0.000000 -0.869886 0.426865 0.426865 0.426865 +4986.873047 0.000000 806.530151 0.000000 0.513749 0.000000 -0.857940 0.422914 0.422914 0.422914 +4973.556641 0.000000 836.424438 0.000000 0.292164 0.000000 -0.956368 0.432450 0.432450 0.432450 +4961.632324 0.000000 844.590637 0.000000 0.209011 0.000000 -0.977913 0.434638 0.434638 0.434638 +4980.601074 0.000000 841.718811 0.000000 0.272716 0.000000 -0.962095 0.432966 0.432966 0.432966 +4977.044434 0.000000 839.861572 0.000000 0.497688 0.000000 -0.867356 0.421230 0.421230 0.421230 +4964.687500 0.000000 841.351440 0.000000 0.166061 0.000000 -0.986115 0.428742 0.428742 0.428742 +4955.430664 0.000000 831.415894 0.000000 0.550881 0.000000 -0.834584 0.422432 0.422432 0.422432 +4989.145996 0.000000 832.460510 0.000000 0.336608 0.000000 -0.941645 0.431258 0.431258 0.431258 +4976.316895 0.000000 832.512573 0.000000 0.230578 0.000000 -0.973054 0.434075 0.434075 0.434075 +4934.966309 0.000000 838.651184 0.000000 0.245656 0.000000 -0.969357 0.433680 0.433680 0.433680 +4987.628418 0.000000 834.456787 0.000000 0.331896 0.000000 -0.943316 0.431385 0.431385 0.431385 +4980.467773 0.000000 811.905945 0.000000 0.508468 0.000000 -0.861081 0.426417 0.426417 0.426417 +4972.134277 0.000000 825.762573 0.000000 0.047745 0.000000 -0.998860 0.438784 0.438784 0.438784 +4980.887695 0.000000 814.368347 0.000000 0.485761 0.000000 -0.874092 0.427083 0.427083 0.427083 +4931.574219 0.000000 844.204834 0.000000 0.471676 0.000000 -0.881772 0.427492 0.427492 0.427492 +4979.083008 0.000000 823.195435 0.000000 0.346806 0.000000 -0.937937 0.430981 0.430981 0.430981 +4977.121094 0.000000 842.689331 0.000000 0.358020 0.000000 -0.933714 0.426526 0.426526 0.426526 +4959.826172 0.000000 842.357056 0.000000 0.580068 0.000000 -0.814568 0.424242 0.424242 0.424242 +4961.498047 0.000000 838.996033 0.000000 0.518829 0.000000 -0.854878 0.422065 0.422065 0.422065 +4969.405762 0.000000 828.634094 0.000000 0.344093 0.000000 -0.938936 0.431055 0.431055 0.431055 +4963.061035 0.000000 846.098145 0.000000 0.311557 0.000000 -0.950227 0.430617 0.430617 0.430617 +4989.982422 0.000000 802.306091 0.000000 0.556421 0.000000 -0.830901 0.422819 0.422819 0.422819 +4949.902344 0.000000 836.267639 0.000000 0.141581 0.000000 -0.989927 0.433458 0.433458 0.433458 +4953.752441 0.000000 847.158447 0.000000 0.384830 0.000000 -0.922988 0.429941 0.429941 0.429941 +4985.239746 0.000000 834.110535 0.000000 0.168466 0.000000 -0.985708 0.434920 0.434920 0.434920 +4972.416992 0.000000 835.784790 0.000000 0.344488 0.000000 -0.938791 0.431044 0.431044 0.431044 +4991.246094 0.000000 826.790771 0.000000 0.432972 0.000000 -0.901408 0.428597 0.428597 0.428597 +4974.873535 0.000000 839.882629 0.000000 0.385412 0.000000 -0.922745 0.426345 0.426345 0.426345 +4972.451660 0.000000 834.393738 0.000000 0.577361 0.000000 -0.816489 0.424327 0.424327 0.424327 +4952.179688 0.000000 831.389465 0.000000 0.183725 0.000000 -0.982978 0.434257 0.434257 0.434257 +4933.217285 0.000000 838.930298 0.000000 0.108790 0.000000 -0.994065 0.437224 0.437224 0.437224 +4969.168457 0.000000 822.338623 0.000000 0.029034 0.000000 -0.999578 0.439261 0.439261 0.439261 +4982.086914 0.000000 835.380371 0.000000 0.409800 0.000000 -0.912175 0.424603 0.424603 0.424603 +4970.279785 0.000000 835.638000 0.000000 0.330027 0.000000 -0.943971 0.428785 0.428785 0.428785 +4987.012207 0.000000 839.208069 0.000000 0.433308 0.000000 -0.901246 0.428588 0.428588 0.428588 +4963.546875 0.000000 843.741394 0.000000 0.247669 0.000000 -0.968845 0.430462 0.430462 0.430462 +4928.860352 0.000000 846.622742 0.000000 0.367901 0.000000 -0.929865 0.430406 0.430406 0.430406 +4948.580078 0.000000 838.378418 0.000000 0.543043 0.000000 -0.839705 0.423391 0.423391 0.423391 +4936.362793 0.000000 846.566284 0.000000 0.372074 0.000000 -0.928203 0.430292 0.430292 0.430292 +4939.890137 0.000000 841.514282 0.000000 0.182848 0.000000 -0.983141 0.431093 0.431093 0.431093 +4944.554199 0.000000 843.556152 0.000000 0.039402 0.000000 -0.999223 0.438996 0.438996 0.438996 +4976.827148 0.000000 834.619141 0.000000 0.560190 0.000000 -0.828364 0.422275 0.422275 0.422275 +4951.733887 0.000000 832.682434 0.000000 0.040063 0.000000 -0.999197 0.437757 0.437757 0.437757 +4928.743652 0.000000 841.701965 0.000000 0.511633 0.000000 -0.859204 0.425394 0.425394 0.425394 +4977.638184 0.000000 831.869934 0.000000 0.311609 0.000000 -0.950211 0.431931 0.431931 0.431931 +4952.413086 0.000000 844.199524 0.000000 0.439340 0.000000 -0.898321 0.428417 0.428417 0.428417 +4976.564941 0.000000 825.374268 0.000000 0.168973 0.000000 -0.985621 0.435676 0.435676 0.435676 +4965.454590 0.000000 819.965149 0.000000 0.274308 0.000000 -0.961642 0.432924 0.432924 0.432924 +4948.942871 0.000000 840.388428 0.000000 0.517567 0.000000 -0.855643 0.425019 0.425019 0.425019 +4967.291504 0.000000 829.786743 0.000000 0.437876 0.000000 -0.899035 0.428459 0.428459 0.428459 +4985.571289 0.000000 830.637085 0.000000 0.431589 0.000000 -0.902071 0.428636 0.428636 0.428636 +4954.905273 0.000000 824.354614 0.000000 0.308607 0.000000 -0.951190 0.429940 0.429940 0.429940 +4983.038086 0.000000 838.781311 0.000000 0.367992 0.000000 -0.929829 0.429688 0.429688 0.429688 +4973.231445 0.000000 844.364136 0.000000 0.505296 0.000000 -0.862946 0.422248 0.422248 0.422248 +4983.966309 0.000000 826.676941 0.000000 0.055197 0.000000 -0.998475 0.438594 0.438594 0.438594 +4976.198730 0.000000 814.453064 0.000000 0.354083 0.000000 -0.935214 0.430783 0.430783 0.430783 +4976.327148 0.000000 846.084351 0.000000 0.441539 0.000000 -0.897242 0.428355 0.428355 0.428355 +4967.180176 0.000000 821.205627 0.000000 0.063505 0.000000 -0.997982 0.438382 0.438382 0.438382 +4931.005859 0.000000 841.739258 0.000000 0.356421 0.000000 -0.934326 0.430720 0.430720 0.430720 +4976.086914 0.000000 826.462769 0.000000 0.257488 0.000000 -0.966282 0.433368 0.433368 0.433368 +4952.446289 0.000000 834.120422 0.000000 0.339271 0.000000 -0.940689 0.427333 0.427333 0.427333 +4984.073242 0.000000 830.219910 0.000000 0.369128 0.000000 -0.929379 0.430373 0.430373 0.430373 +4964.052246 0.000000 830.224365 0.000000 0.545344 0.000000 -0.838212 0.423624 0.423624 0.423624 +4960.789062 0.000000 843.901428 0.000000 0.332173 0.000000 -0.943218 0.428670 0.428670 0.428670 +4981.139160 0.000000 830.776245 0.000000 0.388924 0.000000 -0.921270 0.429828 0.429828 0.429828 +4985.036621 0.000000 804.307678 0.000000 0.137308 0.000000 -0.990528 0.434990 0.434990 0.434990 +4985.960449 0.000000 837.008972 0.000000 0.492909 0.000000 -0.870081 0.426348 0.426348 0.426348 +4963.812500 0.000000 826.205383 0.000000 0.198539 0.000000 -0.980093 0.434910 0.434910 0.434910 +4986.459473 0.000000 832.305481 0.000000 0.130737 0.000000 -0.991417 0.436661 0.436661 0.436661 +4965.165527 0.000000 828.824036 0.000000 0.101468 0.000000 -0.994839 0.437412 0.437412 0.437412 +4990.093750 0.000000 839.658142 0.000000 0.504182 0.000000 -0.863598 0.426387 0.426387 0.426387 +4950.794922 0.000000 844.660645 0.000000 0.516760 0.000000 -0.856130 0.426171 0.426171 0.426171 +4990.015625 0.000000 823.397583 0.000000 0.474303 0.000000 -0.880362 0.427416 0.427416 0.427416 +4975.327637 0.000000 846.589294 0.000000 0.275740 0.000000 -0.961232 0.431919 0.431919 0.431919 +4968.788086 0.000000 830.168640 0.000000 0.085164 0.000000 -0.996367 0.436716 0.436716 0.436716 +4954.429199 0.000000 825.269043 0.000000 0.017622 0.000000 -0.999845 0.436992 0.436992 0.436992 +4914.750488 0.000000 887.818909 0.000000 0.349628 0.000000 -0.936889 0.421027 0.421027 0.421027 +4921.129395 0.000000 886.084229 0.000000 0.395518 0.000000 -0.918458 0.419705 0.419705 0.419705 +4919.893555 0.000000 890.770386 0.000000 0.443270 0.000000 -0.896388 0.420924 0.420924 0.420924 +4920.471680 0.000000 887.721741 0.000000 0.223844 0.000000 -0.974625 0.422767 0.422767 0.422767 +4909.839355 0.000000 873.951416 0.000000 0.315750 0.000000 -0.948842 0.422336 0.422336 0.422336 +4914.132324 0.000000 866.686768 0.000000 0.304613 0.000000 -0.952476 0.432118 0.432118 0.432118 +4923.993164 0.000000 863.809204 0.000000 0.135840 0.000000 -0.990731 0.433164 0.433164 0.433164 +4916.078125 0.000000 863.936340 0.000000 0.231930 0.000000 -0.972733 0.429835 0.429835 0.429835 +4906.135254 0.000000 851.765076 0.000000 0.515681 0.000000 -0.856780 0.422298 0.422298 0.422298 +4916.122559 0.000000 884.930786 0.000000 0.104063 0.000000 -0.994571 0.431560 0.431560 0.431560 +4916.080566 0.000000 860.459167 0.000000 0.572553 0.000000 -0.819868 0.421309 0.421309 0.421309 +4916.777832 0.000000 880.213684 0.000000 0.572044 0.000000 -0.820223 0.420410 0.420410 0.420410 +4919.848633 0.000000 847.328735 0.000000 0.027712 0.000000 -0.999616 0.436598 0.436598 0.436598 +4912.395508 0.000000 879.596619 0.000000 0.000939 0.000000 -1.000000 0.428375 0.428375 0.428375 +4915.609375 0.000000 882.614807 0.000000 0.107336 0.000000 -0.994223 0.429225 0.429225 0.429225 +4910.203125 0.000000 870.786987 0.000000 0.309391 0.000000 -0.950935 0.427536 0.427536 0.427536 +4918.485352 0.000000 872.679871 0.000000 0.094893 0.000000 -0.995487 0.433969 0.433969 0.433969 +4923.955078 0.000000 878.320801 0.000000 0.176087 0.000000 -0.984375 0.430691 0.430691 0.430691 +4915.663574 0.000000 848.434021 0.000000 0.508781 0.000000 -0.860896 0.423508 0.423508 0.423508 +4918.904297 0.000000 883.573914 0.000000 0.046969 0.000000 -0.998896 0.428989 0.428989 0.428989 +4923.962402 0.000000 886.213989 0.000000 0.076171 0.000000 -0.997095 0.428283 0.428283 0.428283 +4925.294434 0.000000 862.781067 0.000000 0.055157 0.000000 -0.998478 0.438595 0.438595 0.438595 +4919.122559 0.000000 852.408508 0.000000 0.111786 0.000000 -0.993732 0.433214 0.433214 0.433214 +4918.834961 0.000000 884.940186 0.000000 0.193288 0.000000 -0.981142 0.426113 0.426113 0.426113 +4919.696777 0.000000 856.551453 0.000000 0.279985 0.000000 -0.960004 0.431810 0.431810 0.431810 +4925.256836 0.000000 852.630371 0.000000 0.048462 0.000000 -0.998825 0.438765 0.438765 0.438765 +4916.695801 0.000000 883.369324 0.000000 0.031590 0.000000 -0.999501 0.432355 0.432355 0.432355 +4926.147949 0.000000 892.220337 0.000000 0.503012 0.000000 -0.864280 0.422722 0.422722 0.422722 +4926.499512 0.000000 876.654175 0.000000 0.238239 0.000000 -0.971207 0.426502 0.426502 0.426502 +4925.039062 0.000000 865.606812 0.000000 0.086012 0.000000 -0.996294 0.437807 0.437807 0.437807 +4923.503906 0.000000 849.170898 0.000000 0.518774 0.000000 -0.854912 0.425650 0.425650 0.425650 +4918.395020 0.000000 857.328857 0.000000 0.442248 0.000000 -0.896893 0.427501 0.427501 0.427501 +4922.750488 0.000000 861.753052 0.000000 0.563889 0.000000 -0.825851 0.421300 0.421300 0.421300 +4908.330078 0.000000 866.030518 0.000000 0.474897 0.000000 -0.880041 0.422080 0.422080 0.422080 +4924.871582 0.000000 876.460449 0.000000 0.295053 0.000000 -0.955481 0.425771 0.425771 0.425771 +4916.968750 0.000000 879.013245 0.000000 0.413232 0.000000 -0.910626 0.424408 0.424408 0.424408 +4920.005371 0.000000 853.372864 0.000000 0.573382 0.000000 -0.819288 0.421526 0.421526 0.421526 +4918.206543 0.000000 854.681335 0.000000 0.493062 0.000000 -0.869994 0.425975 0.425975 0.425975 +4919.779785 0.000000 870.451782 0.000000 0.060922 0.000000 -0.998143 0.434301 0.434301 0.434301 +4923.256348 0.000000 856.236145 0.000000 0.334229 0.000000 -0.942492 0.426532 0.426532 0.426532 +4927.475098 0.000000 852.032837 0.000000 0.497470 0.000000 -0.867481 0.426741 0.426741 0.426741 +4914.122070 0.000000 864.318542 0.000000 0.179425 0.000000 -0.983772 0.435406 0.435406 0.435406 +4915.812988 0.000000 861.484680 0.000000 0.197203 0.000000 -0.980363 0.432136 0.432136 0.432136 +4927.124512 0.000000 870.979004 0.000000 0.197600 0.000000 -0.980283 0.434729 0.434729 0.434729 +4913.666504 0.000000 867.636230 0.000000 0.569704 0.000000 -0.821850 0.424565 0.424565 0.424565 +4917.339355 0.000000 855.586121 0.000000 0.350304 0.000000 -0.936636 0.430886 0.430886 0.430886 +4969.385742 0.000000 880.183777 0.000000 0.272324 0.000000 -0.962206 0.417070 0.417070 0.417070 +4975.882812 0.000000 852.289307 0.000000 0.400551 0.000000 -0.916275 0.420307 0.420307 0.420307 +4971.628906 0.000000 887.656738 0.000000 0.151818 0.000000 -0.988409 0.424363 0.424363 0.424363 +4956.161133 0.000000 895.877747 0.000000 0.001071 0.000000 -0.999999 0.426413 0.426413 0.426413 +4971.071777 0.000000 857.844116 0.000000 0.306765 0.000000 -0.951785 0.422002 0.422002 0.422002 +4953.774414 0.000000 896.964844 0.000000 0.343433 0.000000 -0.939177 0.420532 0.420532 0.420532 +4940.970703 0.000000 894.251404 0.000000 0.149281 0.000000 -0.988795 0.424903 0.424903 0.424903 +4928.525879 0.000000 884.568726 0.000000 0.400347 0.000000 -0.916364 0.421989 0.421989 0.421989 +4935.546875 0.000000 878.570435 0.000000 0.052991 0.000000 -0.998595 0.428116 0.428116 0.428116 +4944.004883 0.000000 864.733459 0.000000 0.266112 0.000000 -0.963942 0.432816 0.432816 0.432816 +4957.325684 0.000000 851.740601 0.000000 0.467186 0.000000 -0.884159 0.424318 0.424318 0.424318 +4928.523438 0.000000 848.921692 0.000000 0.429427 0.000000 -0.903101 0.428697 0.428697 0.428697 +4943.824707 0.000000 870.712280 0.000000 0.346084 0.000000 -0.938204 0.427232 0.427232 0.427232 +4953.560059 0.000000 890.439148 0.000000 0.287126 0.000000 -0.957893 0.432584 0.432584 0.432584 +4928.233887 0.000000 860.708862 0.000000 0.229407 0.000000 -0.973330 0.434106 0.434106 0.434106 +4936.954590 0.000000 870.983643 0.000000 0.225238 0.000000 -0.974304 0.434215 0.434215 0.434215 +4942.222168 0.000000 870.416443 0.000000 0.434603 0.000000 -0.900622 0.425080 0.425080 0.425080 +4932.635742 0.000000 859.668518 0.000000 0.502497 0.000000 -0.864579 0.426593 0.426593 0.426593 +4949.229004 0.000000 861.357910 0.000000 0.567793 0.000000 -0.823171 0.422306 0.422306 0.422306 +4961.853027 0.000000 859.030396 0.000000 0.323610 0.000000 -0.946190 0.431608 0.431608 0.431608 +4946.461914 0.000000 863.846313 0.000000 0.138911 0.000000 -0.990305 0.435165 0.435165 0.435165 +4936.627441 0.000000 887.290100 0.000000 0.359557 0.000000 -0.933123 0.426369 0.426369 0.426369 +4930.209961 0.000000 858.040466 0.000000 0.056898 0.000000 -0.998380 0.438550 0.438550 0.438550 +4965.817871 0.000000 880.832397 0.000000 0.109896 0.000000 -0.993943 0.429684 0.429684 0.429684 +4931.597168 0.000000 872.372192 0.000000 0.072550 0.000000 -0.997365 0.430147 0.430147 0.430147 +4952.030273 0.000000 860.570801 0.000000 0.566503 0.000000 -0.824060 0.424664 0.424664 0.424664 +4965.508789 0.000000 862.653931 0.000000 0.123286 0.000000 -0.992371 0.425508 0.425508 0.425508 +4957.055664 0.000000 853.279419 0.000000 0.046276 0.000000 -0.998929 0.431590 0.431590 0.431590 +4966.078125 0.000000 888.895264 0.000000 0.292736 0.000000 -0.956193 0.432435 0.432435 0.432435 +4955.133789 0.000000 850.795776 0.000000 0.105089 0.000000 -0.994463 0.437319 0.437319 0.437319 +4960.284180 0.000000 889.454346 0.000000 0.523682 0.000000 -0.851914 0.425965 0.425965 0.425965 +4951.560547 0.000000 864.791443 0.000000 0.249972 0.000000 -0.968253 0.433566 0.433566 0.433566 +4939.735352 0.000000 891.318909 0.000000 0.263569 0.000000 -0.964641 0.430669 0.430669 0.430669 +4946.728027 0.000000 881.423706 0.000000 0.282876 0.000000 -0.959157 0.432697 0.432697 0.432697 +4960.608398 0.000000 878.796936 0.000000 0.246502 0.000000 -0.969142 0.433657 0.433657 0.433657 +4946.834473 0.000000 873.855103 0.000000 0.027511 0.000000 -0.999622 0.436679 0.436679 0.436679 +4934.595703 0.000000 873.264709 0.000000 0.526443 0.000000 -0.850210 0.424563 0.424563 0.424563 +4953.909180 0.000000 864.351929 0.000000 0.139513 0.000000 -0.990220 0.436436 0.436436 0.436436 +4958.394531 0.000000 865.311951 0.000000 0.220772 0.000000 -0.975325 0.431235 0.431235 0.431235 +4929.657715 0.000000 847.769348 0.000000 0.066518 0.000000 -0.997785 0.438305 0.438305 0.438305 +4955.322754 0.000000 871.735596 0.000000 0.331497 0.000000 -0.943456 0.431396 0.431396 0.431396 +4954.256836 0.000000 851.990540 0.000000 0.364422 0.000000 -0.931234 0.430501 0.430501 0.430501 +4947.521973 0.000000 879.041321 0.000000 0.337027 0.000000 -0.941495 0.431246 0.431246 0.431246 +4962.377441 0.000000 890.992859 0.000000 0.142455 0.000000 -0.989801 0.426022 0.426022 0.426022 +4929.945801 0.000000 863.569458 0.000000 0.043988 0.000000 -0.999032 0.438879 0.438879 0.438879 +4969.033691 0.000000 888.702332 0.000000 0.109703 0.000000 -0.993964 0.436982 0.436982 0.436982 +4954.283691 0.000000 893.811462 0.000000 0.003587 0.000000 -0.999994 0.437013 0.437013 0.437013 +4950.292480 0.000000 878.686218 0.000000 0.326717 0.000000 -0.945122 0.428928 0.428928 0.428928 +4933.597656 0.000000 860.733215 0.000000 0.215399 0.000000 -0.976526 0.429470 0.429470 0.429470 +4958.348145 0.000000 877.604065 0.000000 0.277417 0.000000 -0.960750 0.432842 0.432842 0.432842 +4947.616211 0.000000 893.524292 0.000000 0.568363 0.000000 -0.822778 0.423303 0.423303 0.423303 +4938.666016 0.000000 889.627197 0.000000 0.116338 0.000000 -0.993210 0.429988 0.429988 0.429988 +4948.600586 0.000000 858.287598 0.000000 0.218293 0.000000 -0.975883 0.430687 0.430687 0.430687 +4967.522949 0.000000 851.263794 0.000000 0.515443 0.000000 -0.856924 0.426210 0.426210 0.426210 +4928.049316 0.000000 872.963135 0.000000 0.114539 0.000000 -0.993419 0.429298 0.429298 0.429298 +4929.323730 0.000000 853.323059 0.000000 0.518855 0.000000 -0.854862 0.425597 0.425597 0.425597 +4937.525391 0.000000 869.313354 0.000000 0.066589 0.000000 -0.997781 0.438303 0.438303 0.438303 +4929.993652 0.000000 870.715637 0.000000 0.064111 0.000000 -0.997943 0.432574 0.432574 0.432574 +4931.621094 0.000000 884.353577 0.000000 0.121602 0.000000 -0.992579 0.431470 0.431470 0.431470 +4955.236816 0.000000 864.752502 0.000000 0.008934 0.000000 -0.999960 0.439773 0.439773 0.439773 +4948.708984 0.000000 890.831055 0.000000 0.479304 0.000000 -0.877649 0.427271 0.427271 0.427271 +4973.556641 0.000000 892.908813 0.000000 0.486948 0.000000 -0.873431 0.421427 0.421427 0.421427 +4966.464355 0.000000 890.159668 0.000000 0.380953 0.000000 -0.924595 0.426984 0.426984 0.426984 +4928.098633 0.000000 883.328186 0.000000 0.544954 0.000000 -0.838466 0.420507 0.420507 0.420507 +4933.597168 0.000000 874.152283 0.000000 0.456677 0.000000 -0.889632 0.421955 0.421955 0.421955 +4962.757812 0.000000 852.727600 0.000000 0.019234 0.000000 -0.999815 0.439510 0.439510 0.439510 +4957.685059 0.000000 882.020325 0.000000 0.550429 0.000000 -0.834882 0.424417 0.424417 0.424417 +4967.339844 0.000000 848.848145 0.000000 0.506079 0.000000 -0.862487 0.426436 0.426436 0.426436 +4959.443848 0.000000 885.377014 0.000000 0.029885 0.000000 -0.999553 0.438854 0.438854 0.438854 +4952.136230 0.000000 867.679810 0.000000 0.078096 0.000000 -0.996946 0.438009 0.438009 0.438009 +4964.154785 0.000000 854.968079 0.000000 0.387586 0.000000 -0.921833 0.429865 0.429865 0.429865 +4932.220703 0.000000 864.620300 0.000000 0.193039 0.000000 -0.981191 0.429967 0.429967 0.429967 +4958.521973 0.000000 880.711365 0.000000 0.325814 0.000000 -0.945434 0.431549 0.431549 0.431549 +4950.709473 0.000000 867.227722 0.000000 0.527887 0.000000 -0.849315 0.425839 0.425839 0.425839 +4930.597656 0.000000 860.730652 0.000000 0.281121 0.000000 -0.959672 0.432744 0.432744 0.432744 +4974.200195 0.000000 848.375427 0.000000 0.081705 0.000000 -0.996657 0.437917 0.437917 0.437917 +4968.301758 0.000000 887.582458 0.000000 0.494066 0.000000 -0.869424 0.423630 0.423630 0.423630 +4955.442383 0.000000 855.688477 0.000000 0.463390 0.000000 -0.886155 0.422891 0.422891 0.422891 +4948.231934 0.000000 871.053467 0.000000 0.452838 0.000000 -0.891593 0.427428 0.427428 0.427428 +4933.575684 0.000000 868.614136 0.000000 0.401518 0.000000 -0.915851 0.425837 0.425837 0.425837 +4941.130371 0.000000 889.441772 0.000000 0.032336 0.000000 -0.999477 0.430419 0.430419 0.430419 +4945.011230 0.000000 848.602783 0.000000 0.148598 0.000000 -0.988898 0.436202 0.436202 0.436202 +4953.770020 0.000000 886.433411 0.000000 0.281621 0.000000 -0.959526 0.431832 0.431832 0.431832 +4945.052246 0.000000 890.070190 0.000000 0.111401 0.000000 -0.993775 0.432567 0.432567 0.432567 +4971.903809 0.000000 847.373047 0.000000 0.534216 0.000000 -0.845348 0.424844 0.424844 0.424844 +4936.396484 0.000000 886.046265 0.000000 0.459266 0.000000 -0.888299 0.423972 0.423972 0.423972 +4941.527344 0.000000 854.309387 0.000000 0.034125 0.000000 -0.999418 0.439131 0.439131 0.439131 +4929.312988 0.000000 866.751282 0.000000 0.195040 0.000000 -0.980795 0.435001 0.435001 0.435001 +4954.770996 0.000000 856.866272 0.000000 0.123954 0.000000 -0.992288 0.433874 0.433874 0.433874 +4971.446289 0.000000 888.877197 0.000000 0.210651 0.000000 -0.977561 0.429508 0.429508 0.429508 +4958.669434 0.000000 862.882080 0.000000 0.490836 0.000000 -0.871252 0.426935 0.426935 0.426935 +4950.176758 0.000000 884.688599 0.000000 0.008023 0.000000 -0.999968 0.438781 0.438781 0.438781 +4948.580078 0.000000 894.862793 0.000000 0.176660 0.000000 -0.984272 0.430539 0.430539 0.430539 +4963.792969 0.000000 848.242188 0.000000 0.413015 0.000000 -0.910724 0.425042 0.425042 0.425042 +4942.695801 0.000000 854.151611 0.000000 0.237755 0.000000 -0.971325 0.429767 0.429767 0.429767 +4954.672852 0.000000 885.541016 0.000000 0.066666 0.000000 -0.997775 0.432969 0.432969 0.432969 +4931.154785 0.000000 868.017578 0.000000 0.298727 0.000000 -0.954339 0.427782 0.427782 0.427782 +4956.718750 0.000000 857.766052 0.000000 0.038463 0.000000 -0.999260 0.436725 0.436725 0.436725 +4965.606445 0.000000 850.184998 0.000000 0.461991 0.000000 -0.886885 0.427771 0.427771 0.427771 +4961.511719 0.000000 856.325134 0.000000 0.308279 0.000000 -0.951296 0.432020 0.432020 0.432020 +4942.050293 0.000000 879.418701 0.000000 0.065452 0.000000 -0.997856 0.433898 0.433898 0.433898 +4951.105469 0.000000 891.448975 0.000000 0.136186 0.000000 -0.990683 0.436521 0.436521 0.436521 +4948.942871 0.000000 896.872803 0.000000 0.067161 0.000000 -0.997742 0.432808 0.432808 0.432808 +4954.614258 0.000000 890.909119 0.000000 0.576583 0.000000 -0.817039 0.424351 0.424351 0.424351 +4933.924316 0.000000 862.905090 0.000000 0.385531 0.000000 -0.922695 0.425991 0.425991 0.425991 +4977.195312 0.000000 847.628540 0.000000 0.203402 0.000000 -0.979095 0.434784 0.434784 0.434784 +4967.291504 0.000000 886.271118 0.000000 0.529684 0.000000 -0.848195 0.424976 0.424976 0.424976 +4938.092773 0.000000 867.052124 0.000000 0.074176 0.000000 -0.997245 0.436316 0.436316 0.436316 +4955.859375 0.000000 862.410828 0.000000 0.533262 0.000000 -0.845950 0.425677 0.425677 0.425677 +4950.189453 0.000000 876.268799 0.000000 0.337700 0.000000 -0.941254 0.431228 0.431228 0.431228 +4966.214844 0.000000 859.895447 0.000000 0.276183 0.000000 -0.961105 0.430683 0.430683 0.430683 +4962.086426 0.000000 854.163635 0.000000 0.136786 0.000000 -0.990601 0.436506 0.436506 0.436506 +4946.082520 0.000000 847.327881 0.000000 0.469943 0.000000 -0.882697 0.427542 0.427542 0.427542 +4969.191895 0.000000 849.711670 0.000000 0.194399 0.000000 -0.980923 0.435018 0.435018 0.435018 +4959.979004 0.000000 876.333557 0.000000 0.158254 0.000000 -0.987398 0.435953 0.435953 0.435953 +4965.960449 0.000000 887.134399 0.000000 0.449147 0.000000 -0.893458 0.428138 0.428138 0.428138 +4943.758301 0.000000 855.950623 0.000000 0.081872 0.000000 -0.996643 0.433304 0.433304 0.433304 +4940.654785 0.000000 850.970032 0.000000 0.026779 0.000000 -0.999641 0.436697 0.436697 0.436697 +4946.778809 0.000000 854.284851 0.000000 0.146307 0.000000 -0.989239 0.434412 0.434412 0.434412 +4935.351074 0.000000 886.516541 0.000000 0.439693 0.000000 -0.898148 0.425733 0.425733 0.425733 +4938.056641 0.000000 870.912842 0.000000 0.085933 0.000000 -0.996301 0.437809 0.437809 0.437809 +4963.812500 0.000000 882.689758 0.000000 0.176589 0.000000 -0.984285 0.435479 0.435479 0.435479 +4941.181641 0.000000 849.081604 0.000000 0.089707 0.000000 -0.995968 0.436899 0.436899 0.436899 +4969.046387 0.000000 847.590393 0.000000 0.299549 0.000000 -0.954081 0.432253 0.432253 0.432253 +4971.191406 0.000000 851.812866 0.000000 0.179407 0.000000 -0.983775 0.435407 0.435407 0.435407 +4938.814941 0.000000 856.628906 0.000000 0.484814 0.000000 -0.874617 0.427111 0.427111 0.427111 +4940.187012 0.000000 867.538025 0.000000 0.344434 0.000000 -0.938810 0.430315 0.430315 0.430315 +4935.460938 0.000000 868.208618 0.000000 0.382261 0.000000 -0.924054 0.430012 0.430012 0.430012 +4956.514160 0.000000 861.062439 0.000000 0.111426 0.000000 -0.993773 0.437157 0.437157 0.437157 +4939.538086 0.000000 870.610596 0.000000 0.525823 0.000000 -0.850594 0.425901 0.425901 0.425901 +4954.429199 0.000000 881.753418 0.000000 0.007116 0.000000 -0.999975 0.439819 0.439819 0.439819 +4963.282715 0.000000 851.801880 0.000000 0.513516 0.000000 -0.858080 0.424413 0.424413 0.424413 +5010.817383 0.000000 821.225159 0.000000 0.256670 0.000000 -0.966499 0.417481 0.417481 0.417481 +5023.005371 0.000000 825.685974 0.000000 0.017321 0.000000 -0.999850 0.424511 0.424511 0.424511 +5048.246582 0.000000 793.638123 0.000000 0.516786 0.000000 -0.856114 0.415907 0.415907 0.415907 +5052.771484 0.000000 827.865356 0.000000 0.034780 0.000000 -0.999395 0.424926 0.424926 0.424926 +5028.830078 0.000000 825.708984 0.000000 0.373595 0.000000 -0.927592 0.422776 0.422776 0.422776 +5023.972656 0.000000 815.162231 0.000000 0.055639 0.000000 -0.998451 0.433060 0.433060 0.433060 +5003.316406 0.000000 791.698303 0.000000 0.000578 0.000000 -1.000000 0.435281 0.435281 0.435281 +5041.237305 0.000000 803.987854 0.000000 0.264725 0.000000 -0.964324 0.426282 0.426282 0.426282 +5055.169434 0.000000 807.658936 0.000000 0.516546 0.000000 -0.856259 0.418837 0.418837 0.418837 +4992.043457 0.000000 815.032288 0.000000 0.394454 0.000000 -0.918916 0.429093 0.429093 0.429093 +5049.206055 0.000000 800.407776 0.000000 0.105315 0.000000 -0.994439 0.430143 0.430143 0.430143 +5011.350098 0.000000 793.135132 0.000000 0.125477 0.000000 -0.992097 0.433838 0.433838 0.433838 +5024.594727 0.000000 810.419678 0.000000 0.138893 0.000000 -0.990307 0.430519 0.430519 0.430519 +5002.256348 0.000000 795.011963 0.000000 0.135416 0.000000 -0.990789 0.433962 0.433962 0.433962 +5026.559570 0.000000 823.986755 0.000000 0.287116 0.000000 -0.957896 0.432584 0.432584 0.432584 +5044.777832 0.000000 823.729309 0.000000 0.358603 0.000000 -0.933490 0.420801 0.420801 0.420801 +5013.555664 0.000000 794.866333 0.000000 0.044597 0.000000 -0.999005 0.434597 0.434597 0.434597 +5006.469238 0.000000 809.439819 0.000000 0.077376 0.000000 -0.997002 0.436164 0.436164 0.436164 +5010.461914 0.000000 807.361938 0.000000 0.456966 0.000000 -0.889484 0.427860 0.427860 0.427860 +5008.278320 0.000000 811.500549 0.000000 0.104524 0.000000 -0.994522 0.437333 0.437333 0.437333 +5021.380859 0.000000 810.178894 0.000000 0.408864 0.000000 -0.912595 0.427380 0.427380 0.427380 +4994.209961 0.000000 801.556091 0.000000 0.003671 0.000000 -0.999993 0.436855 0.436855 0.436855 +5038.203125 0.000000 814.302612 0.000000 0.024445 0.000000 -0.999701 0.435980 0.435980 0.435980 +5030.707031 0.000000 799.338562 0.000000 0.506713 0.000000 -0.862115 0.422888 0.422888 0.422888 +5034.712402 0.000000 811.999695 0.000000 0.115286 0.000000 -0.993332 0.428702 0.428702 0.428702 +5015.673828 0.000000 796.737366 0.000000 0.356902 0.000000 -0.934142 0.428419 0.428419 0.428419 +5004.917480 0.000000 808.978394 0.000000 0.481349 0.000000 -0.876529 0.424597 0.424597 0.424597 +5019.133789 0.000000 794.311401 0.000000 0.340321 0.000000 -0.940309 0.431157 0.431157 0.431157 +5018.692383 0.000000 803.232178 0.000000 0.082057 0.000000 -0.996628 0.432482 0.432482 0.432482 +5006.035156 0.000000 816.780884 0.000000 0.513354 0.000000 -0.858177 0.426272 0.426272 0.426272 +5041.542480 0.000000 812.210022 0.000000 0.586408 0.000000 -0.810016 0.422393 0.422393 0.422393 +5001.923828 0.000000 808.375671 0.000000 0.119863 0.000000 -0.992790 0.430059 0.430059 0.430059 +5041.393555 0.000000 814.611816 0.000000 0.073013 0.000000 -0.997331 0.435372 0.435372 0.435372 +4996.846680 0.000000 805.688538 0.000000 0.048799 0.000000 -0.998809 0.433589 0.433589 0.433589 +5005.322266 0.000000 795.377991 0.000000 0.126811 0.000000 -0.991927 0.436762 0.436762 0.436762 +5031.388184 0.000000 808.842041 0.000000 0.546630 0.000000 -0.837375 0.422498 0.422498 0.422498 +5039.286621 0.000000 792.554626 0.000000 0.517350 0.000000 -0.855774 0.423795 0.423795 0.423795 +5053.240234 0.000000 804.812439 0.000000 0.299205 0.000000 -0.954189 0.422647 0.422647 0.422647 +5049.773926 0.000000 812.570068 0.000000 0.522809 0.000000 -0.852450 0.420844 0.420844 0.420844 +5020.743164 0.000000 819.394287 0.000000 0.312219 0.000000 -0.950010 0.429223 0.429223 0.429223 +4998.267578 0.000000 815.221313 0.000000 0.414256 0.000000 -0.910160 0.429123 0.429123 0.429123 +5030.826172 0.000000 797.517334 0.000000 0.228893 0.000000 -0.973451 0.427162 0.427162 0.427162 +5027.030762 0.000000 814.675598 0.000000 0.078671 0.000000 -0.996901 0.433078 0.433078 0.433078 +5009.469238 0.000000 808.519714 0.000000 0.345459 0.000000 -0.938434 0.431018 0.431018 0.431018 +5046.848633 0.000000 813.293884 0.000000 0.396899 0.000000 -0.917862 0.424498 0.424498 0.424498 +5001.352539 0.000000 792.390869 0.000000 0.132298 0.000000 -0.991210 0.429943 0.429943 0.429943 +5019.322754 0.000000 815.251221 0.000000 0.425029 0.000000 -0.905180 0.428821 0.428821 0.428821 +4999.015137 0.000000 799.003357 0.000000 0.230968 0.000000 -0.972961 0.429857 0.429857 0.429857 +5015.062012 0.000000 806.902954 0.000000 0.046260 0.000000 -0.998929 0.433645 0.433645 0.433645 +5015.035156 0.000000 801.218384 0.000000 0.161522 0.000000 -0.986869 0.433267 0.433267 0.433267 +5025.762207 0.000000 812.679138 0.000000 0.078711 0.000000 -0.996898 0.430842 0.430842 0.430842 +5011.301758 0.000000 810.350098 0.000000 0.218254 0.000000 -0.975892 0.434397 0.434397 0.434397 +5016.874512 0.000000 808.796387 0.000000 0.462659 0.000000 -0.886537 0.424759 0.424759 0.424759 +5033.922852 0.000000 815.933167 0.000000 0.319313 0.000000 -0.947649 0.426250 0.426250 0.426250 +5017.534668 0.000000 800.343262 0.000000 0.457971 0.000000 -0.888967 0.425426 0.425426 0.425426 +4994.875977 0.000000 823.367981 0.000000 0.341047 0.000000 -0.940046 0.431137 0.431137 0.431137 +4997.475098 0.000000 799.057495 0.000000 0.306336 0.000000 -0.951923 0.430688 0.430688 0.430688 +5055.365723 0.000000 800.746643 0.000000 0.513657 0.000000 -0.857996 0.422710 0.422710 0.422710 +5016.631836 0.000000 801.394104 0.000000 0.368771 0.000000 -0.929520 0.427702 0.427702 0.427702 +5038.744141 0.000000 816.434753 0.000000 0.134923 0.000000 -0.990856 0.432253 0.432253 0.432253 +5042.572266 0.000000 815.495911 0.000000 0.525785 0.000000 -0.850617 0.422854 0.422854 0.422854 +4995.455566 0.000000 809.462341 0.000000 0.546944 0.000000 -0.837169 0.421647 0.421647 0.421647 +5004.904785 0.000000 818.263672 0.000000 0.101307 0.000000 -0.994855 0.429346 0.429346 0.429346 +5018.696777 0.000000 810.527344 0.000000 0.456992 0.000000 -0.889471 0.425889 0.425889 0.425889 +5006.623047 0.000000 795.492554 0.000000 0.415691 0.000000 -0.909506 0.429083 0.429083 0.429083 +4999.754395 0.000000 820.747559 0.000000 0.545073 0.000000 -0.838389 0.421448 0.421448 0.421448 +5028.154785 0.000000 798.483704 0.000000 0.045823 0.000000 -0.998950 0.433503 0.433503 0.433503 +4996.993652 0.000000 814.964355 0.000000 0.049926 0.000000 -0.998753 0.437817 0.437817 0.437817 +5014.048340 0.000000 813.894165 0.000000 0.117559 0.000000 -0.993066 0.433807 0.433807 0.433807 +5046.683594 0.000000 821.343079 0.000000 0.132763 0.000000 -0.991148 0.434097 0.434097 0.434097 +5026.554688 0.000000 800.495300 0.000000 0.147692 0.000000 -0.989033 0.435515 0.435515 0.435515 +5038.200195 0.000000 791.891052 0.000000 0.223977 0.000000 -0.974594 0.434248 0.434248 0.434248 +5000.409180 0.000000 805.600708 0.000000 0.208424 0.000000 -0.978039 0.429150 0.429150 0.429150 +5018.370605 0.000000 813.371033 0.000000 0.478677 0.000000 -0.877991 0.424560 0.424560 0.424560 +5041.067871 0.000000 795.310181 0.000000 0.536837 0.000000 -0.843686 0.422712 0.422712 0.422712 +5037.442383 0.000000 802.544128 0.000000 0.122433 0.000000 -0.992477 0.430223 0.430223 0.430223 +5032.398438 0.000000 799.647705 0.000000 0.063963 0.000000 -0.997952 0.434157 0.434157 0.434157 +4993.950684 0.000000 830.755676 0.000000 0.103065 0.000000 -0.994675 0.437371 0.437371 0.437371 +5047.424805 0.000000 815.050415 0.000000 0.180805 0.000000 -0.983519 0.429961 0.429961 0.429961 +5014.163574 0.000000 793.746521 0.000000 0.228382 0.000000 -0.973572 0.430050 0.430050 0.430050 +5035.903809 0.000000 790.888672 0.000000 0.078992 0.000000 -0.996875 0.437986 0.437986 0.437986 +4997.292969 0.000000 796.798645 0.000000 0.041608 0.000000 -0.999134 0.436421 0.436421 0.436421 +5032.923828 0.000000 797.479370 0.000000 0.468786 0.000000 -0.883312 0.422168 0.422168 0.422168 +5052.871582 0.000000 819.976074 0.000000 0.511747 0.000000 -0.859136 0.422604 0.422604 0.422604 +5033.855957 0.000000 791.796875 0.000000 0.088303 0.000000 -0.996094 0.437748 0.437748 0.437748 +5024.863281 0.000000 811.605896 0.000000 0.347255 0.000000 -0.937771 0.425929 0.425929 0.425929 +4993.312988 0.000000 810.266907 0.000000 0.547638 0.000000 -0.836715 0.424747 0.424747 0.424747 +5040.162598 0.000000 804.644531 0.000000 0.254967 0.000000 -0.966950 0.428911 0.428911 0.428911 +5048.005371 0.000000 796.888489 0.000000 0.454072 0.000000 -0.890965 0.426241 0.426241 0.426241 +4992.489258 0.000000 822.203308 0.000000 0.401533 0.000000 -0.915845 0.429478 0.429478 0.429478 +5015.342773 0.000000 815.521790 0.000000 0.117055 0.000000 -0.993125 0.432658 0.432658 0.432658 +5051.344238 0.000000 827.418335 0.000000 0.439196 0.000000 -0.898391 0.422848 0.422848 0.422848 +5022.669434 0.000000 806.397705 0.000000 0.192018 0.000000 -0.981391 0.435080 0.435080 0.435080 +5009.255371 0.000000 801.069702 0.000000 0.346751 0.000000 -0.937957 0.430983 0.430983 0.430983 +5033.447266 0.000000 807.686584 0.000000 0.303983 0.000000 -0.952677 0.429299 0.429299 0.429299 +5016.429199 0.000000 814.714722 0.000000 0.442799 0.000000 -0.896621 0.426209 0.426209 0.426209 +4995.154785 0.000000 811.533203 0.000000 0.062671 0.000000 -0.998034 0.435692 0.435692 0.435692 +5019.824219 0.000000 803.642761 0.000000 0.581511 0.000000 -0.813539 0.420733 0.420733 0.420733 +5024.590820 0.000000 817.922180 0.000000 0.578495 0.000000 -0.815686 0.421624 0.421624 0.421624 +5035.242188 0.000000 807.837708 0.000000 0.555357 0.000000 -0.831612 0.423045 0.423045 0.423045 +5010.265625 0.000000 793.489868 0.000000 0.374300 0.000000 -0.927308 0.427800 0.427800 0.427800 +5014.963379 0.000000 813.254211 0.000000 0.250986 0.000000 -0.967991 0.430646 0.430646 0.430646 +5019.859375 0.000000 805.926453 0.000000 0.155997 0.000000 -0.987758 0.431633 0.431633 0.431633 +4992.125977 0.000000 810.203186 0.000000 0.580607 0.000000 -0.814184 0.423750 0.423750 0.423750 +5020.225586 0.000000 818.411194 0.000000 0.249696 0.000000 -0.968324 0.430743 0.430743 0.430743 +5019.464355 0.000000 816.345642 0.000000 0.237216 0.000000 -0.971457 0.431841 0.431841 0.431841 +5023.979004 0.000000 819.849182 0.000000 0.366963 0.000000 -0.930236 0.430432 0.430432 0.430432 +5027.712891 0.000000 807.561707 0.000000 0.049819 0.000000 -0.998758 0.438731 0.438731 0.438731 +5044.906250 0.000000 797.033630 0.000000 0.221136 0.000000 -0.975243 0.430284 0.430284 0.430284 +4994.932617 0.000000 814.942322 0.000000 0.414468 0.000000 -0.910064 0.428946 0.428946 0.428946 +5011.508789 0.000000 807.173218 0.000000 0.088336 0.000000 -0.996091 0.437674 0.437674 0.437674 +5018.105957 0.000000 811.482178 0.000000 0.165707 0.000000 -0.986175 0.433166 0.433166 0.433166 +5002.015137 0.000000 800.983704 0.000000 0.012865 0.000000 -0.999917 0.438350 0.438350 0.438350 +5051.028320 0.000000 796.185120 0.000000 0.505485 0.000000 -0.862835 0.423127 0.423127 0.423127 +5003.732910 0.000000 813.092773 0.000000 0.065897 0.000000 -0.997826 0.438321 0.438321 0.438321 +4992.352051 0.000000 829.166992 0.000000 0.470315 0.000000 -0.882499 0.427531 0.427531 0.427531 +5005.181641 0.000000 792.597229 0.000000 0.103638 0.000000 -0.994615 0.437356 0.437356 0.437356 +4994.595215 0.000000 818.417542 0.000000 0.100118 0.000000 -0.994976 0.437446 0.437446 0.437446 +5033.046387 0.000000 791.106018 0.000000 0.091405 0.000000 -0.995814 0.437669 0.437669 0.437669 +4994.037109 0.000000 821.007751 0.000000 0.461709 0.000000 -0.887032 0.427779 0.427779 0.427779 +5018.285645 0.000000 796.586487 0.000000 0.510723 0.000000 -0.859746 0.426350 0.426350 0.426350 +5021.912109 0.000000 811.074219 0.000000 0.286989 0.000000 -0.957934 0.430479 0.430479 0.430479 +5003.305176 0.000000 798.104187 0.000000 0.406725 0.000000 -0.913551 0.428011 0.428011 0.428011 +5028.187500 0.000000 803.836975 0.000000 0.234711 0.000000 -0.972065 0.433967 0.433967 0.433967 +5026.564453 0.000000 816.761108 0.000000 0.166358 0.000000 -0.986065 0.434763 0.434763 0.434763 +5115.981445 0.000000 846.000488 0.000000 0.241427 0.000000 -0.970419 0.418419 0.418419 0.418419 +5056.894531 0.000000 821.081360 0.000000 0.099535 0.000000 -0.995034 0.421448 0.421448 0.421448 +5069.099609 0.000000 810.557861 0.000000 0.473115 0.000000 -0.881001 0.416255 0.416255 0.416255 +5056.043457 0.000000 815.032288 0.000000 0.378597 0.000000 -0.925561 0.425153 0.425153 0.425153 +5056.233887 0.000000 804.224487 0.000000 0.503677 0.000000 -0.863892 0.420622 0.420622 0.420622 +5060.635742 0.000000 803.184143 0.000000 0.420546 0.000000 -0.907271 0.421058 0.421058 0.421058 +5056.016113 0.000000 799.433777 0.000000 0.110864 0.000000 -0.993836 0.425655 0.425655 0.425655 +5067.039062 0.000000 807.037659 0.000000 0.297430 0.000000 -0.954744 0.425594 0.425594 0.425594 +5060.846680 0.000000 805.688538 0.000000 0.365261 0.000000 -0.930905 0.423964 0.423964 0.423964 +5065.676758 0.000000 805.457764 0.000000 0.379775 0.000000 -0.925079 0.425951 0.425951 0.425951 +5063.500488 0.000000 810.077637 0.000000 0.508042 0.000000 -0.861333 0.421817 0.421817 0.421817 +5056.049316 0.000000 816.478760 0.000000 0.426349 0.000000 -0.904559 0.423366 0.423366 0.423366 +5057.993652 0.000000 814.231262 0.000000 0.583516 0.000000 -0.812102 0.420159 0.420159 0.420159 +5062.510254 0.000000 807.381653 0.000000 0.521189 0.000000 -0.853441 0.420474 0.420474 0.420474 +5062.218750 0.000000 809.855347 0.000000 0.396529 0.000000 -0.918022 0.424274 0.424274 0.424274 +5056.213379 0.000000 802.882874 0.000000 0.423956 0.000000 -0.905683 0.424099 0.424099 0.424099 +5118.270020 0.000000 851.697021 0.000000 0.510659 0.000000 -0.859783 0.414209 0.414209 0.414209 +5145.706543 0.000000 860.904968 0.000000 0.203124 0.000000 -0.979153 0.419715 0.419715 0.419715 +5587.991699 0.000000 936.977478 0.000000 0.404653 0.000000 -0.914470 0.416309 0.416309 0.416309 +5580.721191 0.000000 942.074829 0.000000 0.522427 0.000000 -0.852684 0.414836 0.414836 0.414836 +5591.935547 0.000000 940.805115 0.000000 0.347607 0.000000 -0.937640 0.419547 0.419547 0.419547 +5621.005371 0.000000 955.945251 0.000000 0.429907 0.000000 -0.902873 0.418223 0.418223 0.418223 +5625.072754 0.000000 953.867065 0.000000 0.559131 0.000000 -0.829080 0.416838 0.416838 0.416838 +5618.103516 0.000000 952.082886 0.000000 0.506305 0.000000 -0.862354 0.418017 0.418017 0.418017 +5595.966309 0.000000 913.363098 0.000000 0.503760 0.000000 -0.863844 0.417964 0.417964 0.417964 +5585.219727 0.000000 915.208740 0.000000 0.365987 0.000000 -0.930620 0.418693 0.418693 0.418693 +5590.604004 0.000000 942.279663 0.000000 0.583690 0.000000 -0.811976 0.416275 0.416275 0.416275 +5595.528320 0.000000 938.289185 0.000000 0.386163 0.000000 -0.922431 0.421578 0.421578 0.421578 +5595.504395 0.000000 917.728394 0.000000 0.548451 0.000000 -0.836183 0.418542 0.418542 0.418542 +5589.452637 0.000000 925.732910 0.000000 0.469896 0.000000 -0.882722 0.418308 0.418308 0.418308 +5595.877441 0.000000 915.240906 0.000000 0.195528 0.000000 -0.980698 0.424972 0.424972 0.424972 +5626.250000 0.000000 937.241943 0.000000 0.191869 0.000000 -0.981420 0.427310 0.427310 0.427310 +5594.057129 0.000000 939.213135 0.000000 0.204892 0.000000 -0.978785 0.425071 0.425071 0.425071 +5587.881836 0.000000 942.287537 0.000000 0.331313 0.000000 -0.943521 0.420934 0.420934 0.420934 +5630.675293 0.000000 955.501099 0.000000 0.054049 0.000000 -0.998538 0.426127 0.426127 0.426127 +5608.687988 0.000000 926.250610 0.000000 0.133112 0.000000 -0.991101 0.424472 0.424472 0.424472 +5598.924805 0.000000 943.054810 0.000000 0.533833 0.000000 -0.845590 0.420276 0.420276 0.420276 +5600.293457 0.000000 952.757446 0.000000 0.100030 0.000000 -0.994984 0.427976 0.427976 0.427976 +5631.210449 0.000000 938.351807 0.000000 0.411085 0.000000 -0.911597 0.422969 0.422969 0.422969 +5587.704102 0.000000 917.514221 0.000000 0.082908 0.000000 -0.996557 0.425406 0.425406 0.425406 +5621.385254 0.000000 934.357239 0.000000 0.411194 0.000000 -0.911548 0.422623 0.422623 0.422623 +5600.594727 0.000000 923.388428 0.000000 0.581600 0.000000 -0.813475 0.417126 0.417126 0.417126 +5619.824219 0.000000 948.084473 0.000000 0.065190 0.000000 -0.997873 0.429468 0.429468 0.429468 +5622.362793 0.000000 937.391785 0.000000 0.497503 0.000000 -0.867462 0.419924 0.419924 0.419924 +5589.229004 0.000000 917.842285 0.000000 0.300092 0.000000 -0.953910 0.423010 0.423010 0.423010 +5593.935547 0.000000 944.152649 0.000000 0.553287 0.000000 -0.832991 0.417303 0.417303 0.417303 +5590.351074 0.000000 922.490417 0.000000 0.275868 0.000000 -0.961196 0.423921 0.423921 0.423921 +5631.025879 0.000000 953.115173 0.000000 0.161225 0.000000 -0.986918 0.425676 0.425676 0.425676 +5614.867676 0.000000 934.209595 0.000000 0.371487 0.000000 -0.928438 0.422998 0.422998 0.422998 +5630.913574 0.000000 949.788513 0.000000 0.384964 0.000000 -0.922931 0.423539 0.423539 0.423539 +5600.284180 0.000000 945.938721 0.000000 0.150323 0.000000 -0.988637 0.427933 0.427933 0.427933 +5600.608398 0.000000 935.281311 0.000000 0.576759 0.000000 -0.816914 0.418474 0.418474 0.418474 +5629.976074 0.000000 944.435852 0.000000 0.443865 0.000000 -0.896094 0.420856 0.420856 0.420856 +5605.604004 0.000000 926.333984 0.000000 0.112955 0.000000 -0.993600 0.427219 0.427219 0.427219 +5627.962402 0.000000 942.698364 0.000000 0.199365 0.000000 -0.979925 0.425038 0.425038 0.425038 +5608.728027 0.000000 946.563660 0.000000 0.005212 0.000000 -0.999986 0.430409 0.430409 0.430409 +5631.883789 0.000000 942.489563 0.000000 0.421566 0.000000 -0.906798 0.420867 0.420867 0.420867 +5609.205566 0.000000 960.206299 0.000000 0.156968 0.000000 -0.987604 0.428154 0.428154 0.428154 +5596.286133 0.000000 925.435547 0.000000 0.567395 0.000000 -0.823445 0.419419 0.419419 0.419419 +5630.871094 0.000000 947.260498 0.000000 0.017371 0.000000 -0.999849 0.429552 0.429552 0.429552 +5590.249023 0.000000 960.117188 0.000000 0.091304 0.000000 -0.995823 0.428586 0.428586 0.428586 +5602.377441 0.000000 947.477234 0.000000 0.346816 0.000000 -0.937933 0.424117 0.424117 0.424117 +5621.635254 0.000000 942.272583 0.000000 0.017344 0.000000 -0.999850 0.430793 0.430793 0.430793 +5611.008789 0.000000 930.299500 0.000000 0.400066 0.000000 -0.916486 0.421416 0.421416 0.421416 +5597.209473 0.000000 959.711243 0.000000 0.276873 0.000000 -0.960906 0.424739 0.424739 0.424739 +5593.036621 0.000000 928.684937 0.000000 0.314651 0.000000 -0.949207 0.423481 0.423481 0.423481 +5615.960449 0.000000 946.701782 0.000000 0.380615 0.000000 -0.924733 0.422631 0.422631 0.422631 +5602.454102 0.000000 944.771240 0.000000 0.350400 0.000000 -0.936600 0.423920 0.423920 0.423920 +5599.813965 0.000000 926.788452 0.000000 0.005898 0.000000 -0.999983 0.430708 0.430708 0.430708 +5614.049316 0.000000 941.663574 0.000000 0.024607 0.000000 -0.999697 0.429800 0.429800 0.429800 +5596.436523 0.000000 920.352844 0.000000 0.544398 0.000000 -0.838827 0.418683 0.418683 0.418683 +5599.786621 0.000000 937.471375 0.000000 0.147258 0.000000 -0.989098 0.428137 0.428137 0.428137 +5598.176270 0.000000 954.907959 0.000000 0.161800 0.000000 -0.986824 0.427705 0.427705 0.427705 +5620.695801 0.000000 939.853699 0.000000 0.315424 0.000000 -0.948951 0.424090 0.424090 0.424090 +5611.818848 0.000000 941.251892 0.000000 0.522691 0.000000 -0.852522 0.420184 0.420184 0.420184 +5616.927734 0.000000 948.765930 0.000000 0.301616 0.000000 -0.953429 0.424874 0.424874 0.424874 +5607.743652 0.000000 939.490417 0.000000 0.085565 0.000000 -0.996333 0.429291 0.429291 0.429291 +5594.696777 0.000000 923.496094 0.000000 0.518762 0.000000 -0.854919 0.420480 0.420480 0.420480 +5601.152344 0.000000 949.917908 0.000000 0.293980 0.000000 -0.955812 0.424460 0.424460 0.424460 +5608.703613 0.000000 958.618469 0.000000 0.131148 0.000000 -0.991363 0.427955 0.427955 0.427955 +5616.316895 0.000000 945.481323 0.000000 0.489460 0.000000 -0.872026 0.420523 0.420523 0.420523 +5621.881348 0.000000 945.909729 0.000000 0.560858 0.000000 -0.827912 0.418994 0.418994 0.418994 +5594.372559 0.000000 956.606750 0.000000 0.117548 0.000000 -0.993067 0.429092 0.429092 0.429092 +5608.763184 0.000000 975.356567 0.000000 0.429696 0.000000 -0.902973 0.415245 0.415245 0.415245 +5585.219727 0.000000 971.693115 0.000000 0.271433 0.000000 -0.962457 0.420253 0.420253 0.420253 +5604.749023 0.000000 969.603882 0.000000 0.385140 0.000000 -0.922858 0.420483 0.420483 0.420483 +5585.145996 0.000000 962.788574 0.000000 0.480015 0.000000 -0.877260 0.420197 0.420197 0.420197 +5599.632324 0.000000 970.903198 0.000000 0.440176 0.000000 -0.897912 0.418316 0.418316 0.418316 +5595.133789 0.000000 963.764526 0.000000 0.393827 0.000000 -0.919185 0.422473 0.422473 0.422473 +5600.052246 0.000000 960.256653 0.000000 0.252629 0.000000 -0.967563 0.424892 0.424892 0.424892 +5602.757812 0.000000 965.696350 0.000000 0.548332 0.000000 -0.836261 0.419583 0.419583 0.419583 +5614.200195 0.000000 961.344177 0.000000 0.488367 0.000000 -0.872638 0.420812 0.420812 0.420812 +5595.970215 0.000000 961.216492 0.000000 0.291385 0.000000 -0.956606 0.425213 0.425213 0.425213 +5647.590332 0.000000 955.846497 0.000000 0.493949 0.000000 -0.869491 0.419002 0.419002 0.419002 +5654.911621 0.000000 944.739624 0.000000 0.261136 0.000000 -0.965302 0.420290 0.420290 0.420290 +5636.166992 0.000000 952.514587 0.000000 0.382094 0.000000 -0.924123 0.421423 0.421423 0.421423 +5653.843750 0.000000 954.034729 0.000000 0.153439 0.000000 -0.988158 0.423132 0.423132 0.423132 +5639.440918 0.000000 954.157104 0.000000 0.410279 0.000000 -0.911960 0.420120 0.420120 0.420120 +5637.832520 0.000000 935.615662 0.000000 0.423065 0.000000 -0.906099 0.418345 0.418345 0.418345 +5639.260254 0.000000 950.354431 0.000000 0.440429 0.000000 -0.897787 0.421763 0.421763 0.421763 +5645.317383 0.000000 956.977234 0.000000 0.186414 0.000000 -0.982471 0.423760 0.423760 0.423760 +5648.310547 0.000000 951.345459 0.000000 0.339062 0.000000 -0.940764 0.423791 0.423791 0.423791 +5636.140625 0.000000 945.317871 0.000000 0.151815 0.000000 -0.988409 0.427125 0.427125 0.427125 +5638.562500 0.000000 947.171997 0.000000 0.541178 0.000000 -0.840908 0.418854 0.418854 0.418854 +5647.354980 0.000000 949.972107 0.000000 0.338095 0.000000 -0.941112 0.424178 0.424178 0.424178 +5643.735352 0.000000 947.803284 0.000000 0.416375 0.000000 -0.909193 0.422510 0.422510 0.422510 +5641.995605 0.000000 952.591003 0.000000 0.395610 0.000000 -0.918419 0.422029 0.422029 0.422029 +5632.421387 0.000000 947.273132 0.000000 0.484082 0.000000 -0.875023 0.419737 0.419737 0.419737 +5643.583008 0.000000 950.694824 0.000000 0.518461 0.000000 -0.855101 0.420487 0.420487 0.420487 +5646.365723 0.000000 946.747314 0.000000 0.399362 0.000000 -0.916793 0.422704 0.422704 0.422704 +5647.671387 0.000000 961.763489 0.000000 0.399909 0.000000 -0.916555 0.417077 0.417077 0.417077 +5695.814453 0.000000 1035.163452 0.000000 0.335925 0.000000 -0.941889 0.418152 0.418152 0.418152 +5663.005371 0.000000 1051.623413 0.000000 0.254574 0.000000 -0.967053 0.420854 0.420854 0.420854 +5658.057129 0.000000 1052.181885 0.000000 0.144313 0.000000 -0.989532 0.427483 0.427483 0.427483 +5691.993164 0.000000 1033.262329 0.000000 0.337745 0.000000 -0.941238 0.428349 0.428349 0.428349 +5665.699219 0.000000 1030.149048 0.000000 0.474973 0.000000 -0.880000 0.421702 0.421702 0.421702 +5663.443848 0.000000 1054.830078 0.000000 0.107098 0.000000 -0.994249 0.436756 0.436756 0.436756 +5677.494141 0.000000 1058.359131 0.000000 0.492241 0.000000 -0.870459 0.423678 0.423678 0.423678 +5679.731934 0.000000 1063.817505 0.000000 0.459125 0.000000 -0.888372 0.423102 0.423102 0.423102 +5662.669434 0.000000 1032.335205 0.000000 0.401728 0.000000 -0.915759 0.426583 0.426583 0.426583 +5673.761719 0.000000 1055.707886 0.000000 0.356550 0.000000 -0.934276 0.429813 0.429813 0.429813 +5692.159668 0.000000 1034.354980 0.000000 0.398861 0.000000 -0.917011 0.426539 0.426539 0.426539 +5695.124512 0.000000 1040.432129 0.000000 0.360228 0.000000 -0.932864 0.430616 0.430616 0.430616 +5694.514160 0.000000 1047.329468 0.000000 0.042611 0.000000 -0.999092 0.438915 0.438915 0.438915 +5698.069824 0.000000 1041.540405 0.000000 0.326392 0.000000 -0.945235 0.418735 0.418735 0.418735 +5730.508301 0.000000 1063.284424 0.000000 0.174796 0.000000 -0.984605 0.423336 0.423336 0.423336 +5721.618652 0.000000 1068.395996 0.000000 0.428801 0.000000 -0.903399 0.419200 0.419200 0.419200 +5719.416992 0.000000 1064.651489 0.000000 0.312022 0.000000 -0.950075 0.421843 0.421843 0.421843 +5717.843750 0.000000 1067.003418 0.000000 0.171858 0.000000 -0.985122 0.423525 0.423525 0.423525 +5703.699707 0.000000 1032.573608 0.000000 0.102461 0.000000 -0.994737 0.425217 0.425217 0.425217 +5730.454102 0.000000 1057.739990 0.000000 0.155062 0.000000 -0.987905 0.436035 0.436035 0.436035 +5731.804199 0.000000 1060.020142 0.000000 0.054008 0.000000 -0.998540 0.430672 0.430672 0.430672 +5726.176270 0.000000 1067.876709 0.000000 0.586988 0.000000 -0.809596 0.421717 0.421717 0.421717 +5727.443848 0.000000 1054.830078 0.000000 0.246225 0.000000 -0.969213 0.433665 0.433665 0.433665 +5729.498047 0.000000 1064.933594 0.000000 0.043367 0.000000 -0.999059 0.430735 0.430735 0.430735 +5721.064941 0.000000 1067.357422 0.000000 0.153613 0.000000 -0.988131 0.429919 0.429919 0.429919 +5696.361816 0.000000 1038.354736 0.000000 0.565986 0.000000 -0.824415 0.422744 0.422744 0.422744 +5697.144043 0.000000 1042.172974 0.000000 0.419240 0.000000 -0.907875 0.428984 0.428984 0.428984 +5708.296875 0.000000 1070.304443 0.000000 0.498712 0.000000 -0.866768 0.422987 0.422987 0.422987 +5703.570801 0.000000 1059.814575 0.000000 0.029563 0.000000 -0.999563 0.439247 0.439247 0.439247 +5705.744141 0.000000 1068.869507 0.000000 0.325653 0.000000 -0.945489 0.431553 0.431553 0.431553 +5704.993164 0.000000 1076.329834 0.000000 0.354664 0.000000 -0.934994 0.422201 0.422201 0.422201 +5698.728516 0.000000 1073.224976 0.000000 0.446533 0.000000 -0.894767 0.428213 0.428213 0.428213 +4223.586426 0.000000 2256.325195 0.000000 0.482455 0.000000 -0.875921 0.414176 0.414176 0.414176 +4219.981445 0.000000 2314.594238 0.000000 0.505101 0.000000 -0.863060 0.414818 0.414818 0.414818 +4217.384766 0.000000 2315.626709 0.000000 0.391324 0.000000 -0.920253 0.416865 0.416865 0.416865 +4198.230957 0.000000 2354.388428 0.000000 0.118286 0.000000 -0.992980 0.418563 0.418563 0.418563 +4215.060547 0.000000 2357.458984 0.000000 0.224672 0.000000 -0.974435 0.419464 0.419464 0.419464 +4207.917480 0.000000 2352.641357 0.000000 0.416641 0.000000 -0.909071 0.416124 0.416124 0.416124 +4220.832520 0.000000 2348.181152 0.000000 0.356317 0.000000 -0.934365 0.417831 0.417831 0.417831 +4218.462402 0.000000 2332.929443 0.000000 0.481367 0.000000 -0.876519 0.415046 0.415046 0.415046 +4215.819336 0.000000 2334.690186 0.000000 0.582986 0.000000 -0.812482 0.413307 0.413307 0.413307 +4211.016113 0.000000 2336.710449 0.000000 0.007754 0.000000 -0.999970 0.422555 0.422555 0.422555 +4218.631836 0.000000 2350.995850 0.000000 0.516388 0.000000 -0.856355 0.414888 0.414888 0.414888 +4208.746582 0.000000 2319.096924 0.000000 0.003076 0.000000 -0.999995 0.422935 0.422935 0.422935 +4221.125000 0.000000 2368.338623 0.000000 0.513846 0.000000 -0.857883 0.415291 0.415291 0.415291 +4213.633789 0.000000 2352.916504 0.000000 0.337656 0.000000 -0.941269 0.417942 0.417942 0.417942 +4216.742188 0.000000 2345.753174 0.000000 0.281195 0.000000 -0.959651 0.419260 0.419260 0.419260 +4208.587891 0.000000 2336.112549 0.000000 0.495149 0.000000 -0.868808 0.415770 0.415770 0.415770 +4196.550293 0.000000 2346.653320 0.000000 0.019230 0.000000 -0.999815 0.424016 0.424016 0.424016 +4219.305664 0.000000 2365.638428 0.000000 0.029212 0.000000 -0.999573 0.424246 0.424246 0.424246 +4215.867676 0.000000 2363.091064 0.000000 0.027162 0.000000 -0.999631 0.424202 0.424202 0.424202 +4203.060059 0.000000 2349.992920 0.000000 0.239786 0.000000 -0.970826 0.421163 0.421163 0.421163 +4207.250488 0.000000 2344.840332 0.000000 0.468627 0.000000 -0.883396 0.417792 0.417792 0.417792 +4199.989746 0.000000 2341.763184 0.000000 0.277981 0.000000 -0.960586 0.422464 0.422464 0.422464 +4276.706543 0.000000 2315.690430 0.000000 0.179892 0.000000 -0.983686 0.422902 0.422902 0.422902 +4267.596680 0.000000 2307.916504 0.000000 0.115446 0.000000 -0.993314 0.424049 0.424049 0.424049 +4251.203125 0.000000 2298.692627 0.000000 0.332634 0.000000 -0.943056 0.419188 0.419188 0.419188 +4277.789062 0.000000 2302.818848 0.000000 0.037772 0.000000 -0.999286 0.425030 0.425030 0.425030 +4274.103516 0.000000 2307.708008 0.000000 0.213758 0.000000 -0.976887 0.423483 0.423483 0.423483 +4279.867676 0.000000 2306.606689 0.000000 0.413448 0.000000 -0.910528 0.419602 0.419602 0.419602 +4266.638672 0.000000 2309.807617 0.000000 0.319581 0.000000 -0.947559 0.419901 0.419901 0.419901 +4277.101074 0.000000 2304.700439 0.000000 0.156010 0.000000 -0.987756 0.423442 0.423442 0.423442 +4271.350098 0.000000 2314.118164 0.000000 0.246851 0.000000 -0.969053 0.421179 0.421179 0.421179 +4277.449707 0.000000 2309.266602 0.000000 0.445404 0.000000 -0.895330 0.419661 0.419661 0.419661 +4279.432129 0.000000 2308.458740 0.000000 0.112922 0.000000 -0.993604 0.425692 0.425692 0.425692 +4276.072754 0.000000 2307.878174 0.000000 0.552926 0.000000 -0.833230 0.416426 0.416426 0.416426 +4274.861328 0.000000 2314.892578 0.000000 0.392332 0.000000 -0.919824 0.420114 0.420114 0.420114 +4286.913574 0.000000 2305.413574 0.000000 0.238449 0.000000 -0.971155 0.423974 0.423974 0.423974 +4308.821777 0.000000 2290.486084 0.000000 0.224001 0.000000 -0.974589 0.420683 0.420683 0.420683 +4310.981445 0.000000 2287.599609 0.000000 0.339286 0.000000 -0.940683 0.422258 0.422258 0.422258 +4289.843750 0.000000 2305.754639 0.000000 0.160073 0.000000 -0.987105 0.422881 0.422881 0.422881 +4308.958984 0.000000 2285.044678 0.000000 0.518407 0.000000 -0.855134 0.419617 0.419617 0.419617 +4269.943359 0.000000 2318.214355 0.000000 0.564039 0.000000 -0.825748 0.412855 0.412855 0.412855 +4241.256836 0.000000 2350.574219 0.000000 0.250730 0.000000 -0.968057 0.417562 0.417562 0.417562 +4235.929688 0.000000 2327.865234 0.000000 0.092054 0.000000 -0.995754 0.420008 0.420008 0.420008 +4272.023926 0.000000 2368.394287 0.000000 0.096158 0.000000 -0.995366 0.420982 0.420982 0.420982 +4258.735840 0.000000 2355.512451 0.000000 0.566511 0.000000 -0.824054 0.413299 0.413299 0.413299 +4242.579102 0.000000 2371.048340 0.000000 0.479520 0.000000 -0.877531 0.415183 0.415183 0.415183 +4265.064941 0.000000 2367.564941 0.000000 0.375601 0.000000 -0.926781 0.417110 0.417110 0.417110 +4224.042480 0.000000 2315.866699 0.000000 0.288867 0.000000 -0.957369 0.418183 0.418183 0.418183 +4241.360840 0.000000 2362.019775 0.000000 0.349479 0.000000 -0.936944 0.417091 0.417091 0.417091 +4231.213379 0.000000 2354.059326 0.000000 0.211527 0.000000 -0.977372 0.419320 0.419320 0.419320 +4271.339355 0.000000 2316.105469 0.000000 0.570589 0.000000 -0.821236 0.414337 0.414337 0.414337 +4225.843750 0.000000 2362.239014 0.000000 0.280675 0.000000 -0.959803 0.422415 0.422415 0.422415 +4237.317383 0.000000 2369.086670 0.000000 0.133020 0.000000 -0.991113 0.424115 0.424115 0.424115 +4235.256348 0.000000 2368.892822 0.000000 0.379816 0.000000 -0.925062 0.419935 0.419935 0.419935 +4218.028320 0.000000 2385.442383 0.000000 0.455681 0.000000 -0.890143 0.415456 0.415456 0.415456 +4219.100586 0.000000 2382.436523 0.000000 0.388328 0.000000 -0.921521 0.416502 0.416502 0.416502 +4218.637207 0.000000 2399.277344 0.000000 0.318340 0.000000 -0.947977 0.418614 0.418614 0.418614 +4222.582031 0.000000 2387.210938 0.000000 0.534434 0.000000 -0.845210 0.415787 0.415787 0.415787 +4239.197266 0.000000 2383.976562 0.000000 0.524221 0.000000 -0.851582 0.414653 0.414653 0.414653 +4249.661133 0.000000 2375.409912 0.000000 0.240513 0.000000 -0.970646 0.419095 0.419095 0.419095 +4237.487793 0.000000 2382.360352 0.000000 0.575638 0.000000 -0.817705 0.414533 0.414533 0.414533 +4238.033691 0.000000 2378.234619 0.000000 0.575619 0.000000 -0.817718 0.414294 0.414294 0.414294 +4233.693359 0.000000 2381.406494 0.000000 0.455170 0.000000 -0.890404 0.418918 0.418918 0.418918 +4231.620605 0.000000 2378.572998 0.000000 0.218831 0.000000 -0.975763 0.422315 0.422315 0.422315 +4442.364746 0.000000 2284.936279 0.000000 0.579166 0.000000 -0.815210 0.412801 0.412801 0.412801 +4461.375000 0.000000 2284.296631 0.000000 0.053891 0.000000 -0.998547 0.420828 0.420828 0.420828 +4454.889160 0.000000 2282.814697 0.000000 0.011794 0.000000 -0.999930 0.421874 0.421874 0.421874 +4438.628418 0.000000 2289.402100 0.000000 0.215949 0.000000 -0.976405 0.418850 0.418850 0.418850 +4443.443848 0.000000 2291.639893 0.000000 0.522473 0.000000 -0.852656 0.415804 0.415804 0.415804 +4456.179688 0.000000 2287.559570 0.000000 0.386463 0.000000 -0.922305 0.418172 0.418172 0.418172 +"} diff --git a/gfx/map/map_object_data/generated/oak_dense_generator_3.txt b/gfx/map/map_object_data/generated/oak_dense_generator_3.txt index d6945e9a..3e02d1c7 100644 --- a/gfx/map/map_object_data/generated/oak_dense_generator_3.txt +++ b/gfx/map/map_object_data/generated/oak_dense_generator_3.txt @@ -5,8 +5,919 @@ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_01_mesh" - count=0 -} + count=911 + transform="4994.269043 0.000000 787.730713 0.000000 0.335732 0.000000 0.941958 0.381845 0.381845 0.381845 +5042.490723 0.000000 757.086426 0.000000 0.490617 0.000000 0.871375 0.384099 0.384099 0.384099 +5022.652344 0.000000 746.382263 0.000000 0.163413 0.000000 0.986558 0.377665 0.377665 0.377665 +5028.560547 0.000000 748.352661 0.000000 0.230068 0.000000 0.973175 0.378478 0.378478 0.378478 +5051.262207 0.000000 756.432861 0.000000 0.223008 0.000000 0.974817 0.379503 0.379503 0.379503 +5049.864746 0.000000 762.888062 0.000000 0.464175 0.000000 0.885743 0.382560 0.382560 0.382560 +5045.385254 0.000000 764.904114 0.000000 0.090806 0.000000 0.995869 0.375838 0.375838 0.375838 +5025.853027 0.000000 746.061646 0.000000 0.374568 0.000000 0.927199 0.381273 0.381273 0.381273 +5041.542480 0.000000 755.725647 0.000000 0.323915 0.000000 0.946086 0.380173 0.380173 0.380173 +5024.608398 0.000000 765.828186 0.000000 0.319087 0.000000 0.947725 0.378411 0.378411 0.378411 +5006.835449 0.000000 763.937500 0.000000 0.046712 0.000000 0.998908 0.372681 0.372681 0.372681 +5006.057129 0.000000 768.959290 0.000000 0.214201 0.000000 0.976790 0.374969 0.374969 0.374969 +5032.166504 0.000000 746.903015 0.000000 0.453168 0.000000 0.891425 0.381098 0.381098 0.381098 +5035.584473 0.000000 773.371826 0.000000 0.220538 0.000000 0.975378 0.375358 0.375358 0.375358 +5032.301758 0.000000 774.613708 0.000000 0.156618 0.000000 0.987659 0.372615 0.372615 0.372615 +4997.108887 0.000000 783.929504 0.000000 0.575502 0.000000 0.817801 0.382214 0.382214 0.382214 +5008.512207 0.000000 770.042236 0.000000 0.563837 0.000000 0.825886 0.382338 0.382338 0.382338 +5009.052246 0.000000 777.101440 0.000000 0.378231 0.000000 0.925711 0.377969 0.377969 0.377969 +5035.446289 0.000000 775.908447 0.000000 0.371811 0.000000 0.928308 0.378256 0.378256 0.378256 +5022.669434 0.000000 749.913330 0.000000 0.586592 0.000000 0.809883 0.380911 0.380911 0.380911 +5015.733887 0.000000 776.198059 0.000000 0.034038 0.000000 0.999421 0.370842 0.370842 0.370842 +5015.105469 0.000000 778.480225 0.000000 0.487639 0.000000 0.873045 0.379331 0.379331 0.379331 +5003.572266 0.000000 759.875732 0.000000 0.229794 0.000000 0.973239 0.373927 0.373927 0.373927 +5014.963379 0.000000 756.769836 0.000000 0.079270 0.000000 0.996853 0.369095 0.369095 0.369095 +5002.277832 0.000000 770.348511 0.000000 0.304928 0.000000 0.952375 0.375005 0.375005 0.375005 +5016.446289 0.000000 777.636047 0.000000 0.522077 0.000000 0.852899 0.378476 0.378476 0.378476 +5020.949219 0.000000 755.001892 0.000000 0.323220 0.000000 0.946324 0.373093 0.373093 0.373093 +5025.533203 0.000000 760.356262 0.000000 0.064944 0.000000 0.997889 0.369625 0.369625 0.369625 +5032.529297 0.000000 752.167419 0.000000 0.168895 0.000000 0.985634 0.373276 0.373276 0.373276 +5028.699219 0.000000 775.811768 0.000000 0.245983 0.000000 0.969274 0.371148 0.371148 0.371148 +5007.808594 0.000000 778.468262 0.000000 0.161321 0.000000 0.986902 0.372989 0.372989 0.372989 +5013.654297 0.000000 768.209717 0.000000 0.257518 0.000000 0.966274 0.371997 0.371997 0.371997 +5006.294922 0.000000 780.805176 0.000000 0.297730 0.000000 0.954650 0.372829 0.372829 0.372829 +5012.371094 0.000000 770.537354 0.000000 0.208250 0.000000 0.978076 0.371051 0.371051 0.371051 +5021.912109 0.000000 754.589844 0.000000 0.326379 0.000000 0.945239 0.373165 0.373165 0.373165 +5002.944824 0.000000 782.571533 0.000000 0.579876 0.000000 0.814705 0.379556 0.379556 0.379556 +5020.514160 0.000000 748.093689 0.000000 0.065136 0.000000 0.997876 0.367524 0.367524 0.367524 +5026.564453 0.000000 760.276733 0.000000 0.064362 0.000000 0.997927 0.367657 0.367657 0.367657 +5018.429199 0.000000 768.784668 0.000000 0.069926 0.000000 0.997552 0.368002 0.368002 0.368002 +5032.891602 0.000000 759.732422 0.000000 0.450617 0.000000 0.892717 0.373226 0.373226 0.373226 +5030.730957 0.000000 759.889954 0.000000 0.460758 0.000000 0.887526 0.372194 0.372194 0.372194 +5030.235352 0.000000 771.781372 0.000000 0.162954 0.000000 0.986634 0.366838 0.366838 0.366838 +5023.611328 0.000000 759.713440 0.000000 0.523231 0.000000 0.852191 0.375143 0.375143 0.375143 +5013.314941 0.000000 750.813721 0.000000 0.534811 0.000000 0.844972 0.379395 0.379395 0.379395 +5013.468262 0.000000 752.354858 0.000000 0.336956 0.000000 0.941521 0.375430 0.375430 0.375430 +5010.747559 0.000000 786.774109 0.000000 0.579789 0.000000 0.814767 0.379078 0.379078 0.379078 +5010.954102 0.000000 773.212646 0.000000 0.523739 0.000000 0.851879 0.378619 0.378619 0.378619 +5021.189453 0.000000 771.216492 0.000000 0.226563 0.000000 0.973997 0.366557 0.366557 0.366557 +5009.884277 0.000000 788.521973 0.000000 0.188504 0.000000 0.982072 0.364829 0.364829 0.364829 +5028.296387 0.000000 761.282043 0.000000 0.532041 0.000000 0.846719 0.375194 0.375194 0.375194 +5021.834473 0.000000 767.032715 0.000000 0.541809 0.000000 0.840502 0.379515 0.379515 0.379515 +5022.024414 0.000000 787.799194 0.000000 0.056279 0.000000 0.998415 0.362871 0.362871 0.362871 +5018.146973 0.000000 750.426331 0.000000 0.320840 0.000000 0.947133 0.374033 0.374033 0.374033 +5034.594238 0.000000 764.885376 0.000000 0.393568 0.000000 0.919295 0.373562 0.373562 0.373562 +5000.644531 0.000000 787.038086 0.000000 0.357065 0.000000 0.934080 0.369659 0.369659 0.369659 +5003.985352 0.000000 783.797119 0.000000 0.578448 0.000000 0.815720 0.379518 0.379518 0.379518 +5014.055176 0.000000 762.129700 0.000000 0.533901 0.000000 0.845547 0.374342 0.374342 0.374342 +5028.357422 0.000000 779.536194 0.000000 0.567644 0.000000 0.823274 0.375565 0.375565 0.375565 +5002.266602 0.000000 784.763916 0.000000 0.575938 0.000000 0.817493 0.377445 0.377445 0.377445 +5001.360840 0.000000 782.306519 0.000000 0.554641 0.000000 0.832090 0.378652 0.378652 0.378652 +5031.437500 0.000000 756.925293 0.000000 0.175136 0.000000 0.984544 0.371099 0.371099 0.371099 +5008.803711 0.000000 757.428284 0.000000 0.002924 0.000000 0.999996 0.364145 0.364145 0.364145 +5003.080566 0.000000 777.530701 0.000000 0.384574 0.000000 0.923094 0.375102 0.375102 0.375102 +5004.542480 0.000000 759.513855 0.000000 0.214505 0.000000 0.976723 0.371998 0.371998 0.371998 +5015.371582 0.000000 763.708130 0.000000 0.555178 0.000000 0.831731 0.374988 0.374988 0.374988 +5037.089844 0.000000 761.618652 0.000000 0.559948 0.000000 0.828528 0.376353 0.376353 0.376353 +5001.863770 0.000000 789.447571 0.000000 0.439840 0.000000 0.898076 0.374549 0.374549 0.374549 +5030.622070 0.000000 768.472534 0.000000 0.277361 0.000000 0.960766 0.367479 0.367479 0.367479 +5029.517578 0.000000 781.446106 0.000000 0.568145 0.000000 0.822928 0.375387 0.375387 0.375387 +5022.914062 0.000000 786.152893 0.000000 0.230804 0.000000 0.973000 0.367200 0.367200 0.367200 +5043.399902 0.000000 761.487854 0.000000 0.326454 0.000000 0.945213 0.370941 0.370941 0.370941 +5027.412598 0.000000 767.139282 0.000000 0.210317 0.000000 0.977633 0.368992 0.368992 0.368992 +5026.342773 0.000000 769.859009 0.000000 0.088768 0.000000 0.996052 0.363225 0.363225 0.363225 +5015.377441 0.000000 768.802612 0.000000 0.306578 0.000000 0.951845 0.370638 0.370638 0.370638 +5018.912598 0.000000 760.706299 0.000000 0.208182 0.000000 0.978090 0.366088 0.366088 0.366088 +5030.831055 0.000000 775.359131 0.000000 0.154994 0.000000 0.987915 0.367143 0.367143 0.367143 +5001.775879 0.000000 780.537659 0.000000 0.447639 0.000000 0.894214 0.375079 0.375079 0.375079 +5017.470215 0.000000 760.157837 0.000000 0.405085 0.000000 0.914279 0.370621 0.370621 0.370621 +5005.274414 0.000000 751.637268 0.000000 0.517374 0.000000 0.855760 0.377591 0.377591 0.377591 +5037.326660 0.000000 760.149658 0.000000 0.000186 0.000000 1.000000 0.361965 0.361965 0.361965 +5003.432617 0.000000 788.307373 0.000000 0.358113 0.000000 0.933678 0.369326 0.369326 0.369326 +5023.107910 0.000000 771.523621 0.000000 0.075910 0.000000 0.997115 0.361935 0.361935 0.361935 +5022.850586 0.000000 779.620300 0.000000 0.442966 0.000000 0.896539 0.372352 0.372352 0.372352 +5039.706543 0.000000 764.300354 0.000000 0.558050 0.000000 0.829807 0.378497 0.378497 0.378497 +5039.123047 0.000000 757.930786 0.000000 0.169875 0.000000 0.985466 0.370009 0.370009 0.370009 +5024.118652 0.000000 778.399048 0.000000 0.086957 0.000000 0.996212 0.366959 0.366959 0.366959 +5020.763184 0.000000 761.040894 0.000000 0.048557 0.000000 0.998820 0.365341 0.365341 0.365341 +5006.183594 0.000000 758.638672 0.000000 0.445045 0.000000 0.895508 0.376066 0.376066 0.376066 +5013.257324 0.000000 777.095703 0.000000 0.497270 0.000000 0.867596 0.377344 0.377344 0.377344 +5006.078125 0.000000 788.063049 0.000000 0.438135 0.000000 0.898909 0.371549 0.371549 0.371549 +5034.893066 0.000000 789.252563 0.000000 0.251802 0.000000 0.967779 0.366482 0.366482 0.366482 +5029.024902 0.000000 780.204651 0.000000 0.551771 0.000000 0.833995 0.374884 0.374884 0.374884 +5011.296875 0.000000 782.904968 0.000000 0.567111 0.000000 0.823641 0.378399 0.378399 0.378399 +5014.503906 0.000000 786.916992 0.000000 0.092105 0.000000 0.995749 0.362349 0.362349 0.362349 +5004.758789 0.000000 785.232605 0.000000 0.566308 0.000000 0.824194 0.377797 0.377797 0.377797 +5025.092285 0.000000 776.900879 0.000000 0.398655 0.000000 0.917101 0.373861 0.373861 0.373861 +5027.133789 0.000000 768.179565 0.000000 0.055892 0.000000 0.998437 0.362407 0.362407 0.362407 +5011.537598 0.000000 789.415894 0.000000 0.238295 0.000000 0.971193 0.368917 0.368917 0.368917 +5005.020508 0.000000 788.367798 0.000000 0.351092 0.000000 0.936341 0.369135 0.369135 0.369135 +5014.816406 0.000000 749.606750 0.000000 0.557880 0.000000 0.829921 0.377613 0.377613 0.377613 +5014.048340 0.000000 748.118164 0.000000 0.093652 0.000000 0.995605 0.366223 0.366223 0.366223 +5030.583008 0.000000 758.555603 0.000000 0.120465 0.000000 0.992718 0.363075 0.363075 0.363075 +5026.231934 0.000000 782.971680 0.000000 0.517519 0.000000 0.855672 0.374159 0.374159 0.374159 +5009.229004 0.000000 758.999207 0.000000 0.306505 0.000000 0.951869 0.368310 0.368310 0.368310 +5040.898438 0.000000 760.312622 0.000000 0.509970 0.000000 0.860192 0.373989 0.373989 0.373989 +5028.415039 0.000000 784.054077 0.000000 0.072146 0.000000 0.997394 0.361839 0.361839 0.361839 +5023.651855 0.000000 769.806152 0.000000 0.055468 0.000000 0.998460 0.362018 0.362018 0.362018 +5020.669922 0.000000 772.370850 0.000000 0.235538 0.000000 0.971865 0.368318 0.368318 0.368318 +5031.354492 0.000000 767.024780 0.000000 0.063957 0.000000 0.997953 0.361705 0.361705 0.361705 +5020.500488 0.000000 780.633606 0.000000 0.257737 0.000000 0.966215 0.368470 0.368470 0.368470 +5015.062500 0.000000 765.943115 0.000000 0.568419 0.000000 0.822739 0.375878 0.375878 0.375878 +5022.081055 0.000000 773.321411 0.000000 0.556989 0.000000 0.830520 0.375043 0.375043 0.375043 +5016.324707 0.000000 782.624451 0.000000 0.573958 0.000000 0.818884 0.376334 0.376334 0.376334 +5028.594238 0.000000 785.711975 0.000000 0.395822 0.000000 0.918327 0.370363 0.370363 0.370363 +5040.919922 0.000000 790.404114 0.000000 0.551402 0.000000 0.834240 0.375612 0.375612 0.375612 +5029.391113 0.000000 785.208740 0.000000 0.380161 0.000000 0.924920 0.369931 0.369931 0.369931 +5028.538574 0.000000 766.793579 0.000000 0.003633 0.000000 0.999993 0.360093 0.360093 0.360093 +5029.172363 0.000000 786.797913 0.000000 0.344980 0.000000 0.938610 0.368969 0.368969 0.368969 +5019.018555 0.000000 787.589294 0.000000 0.470768 0.000000 0.882257 0.372482 0.372482 0.372482 +5023.141602 0.000000 785.408997 0.000000 0.013202 0.000000 0.999913 0.360336 0.360336 0.360336 +5006.809570 0.000000 786.283386 0.000000 0.005853 0.000000 0.999983 0.360149 0.360149 0.360149 +5028.773926 0.000000 781.741516 0.000000 0.069623 0.000000 0.997573 0.361774 0.361774 0.361774 +4925.367188 0.000000 841.916992 0.000000 0.549971 0.000000 0.835184 0.383071 0.383071 0.383071 +4923.539551 0.000000 843.315918 0.000000 0.239007 0.000000 0.971018 0.374775 0.374775 0.374775 +4916.617188 0.000000 844.138306 0.000000 0.304676 0.000000 0.952456 0.375063 0.375063 0.375063 +4921.561523 0.000000 844.628174 0.000000 0.484378 0.000000 0.874859 0.376280 0.376280 0.376280 +4924.995605 0.000000 844.187012 0.000000 0.363620 0.000000 0.931547 0.369477 0.369477 0.369477 +4915.744141 0.000000 846.841431 0.000000 0.087136 0.000000 0.996196 0.368222 0.368222 0.368222 +4923.424805 0.000000 846.952759 0.000000 0.191711 0.000000 0.981451 0.364912 0.364912 0.364912 +4927.019043 0.000000 843.639893 0.000000 0.204251 0.000000 0.978919 0.365238 0.365238 0.365238 +4947.881836 0.000000 829.318787 0.000000 0.288553 0.000000 0.957464 0.380536 0.380536 0.380536 +4951.955566 0.000000 824.571838 0.000000 0.366470 0.000000 0.930430 0.380599 0.380599 0.380599 +4988.055664 0.000000 796.698608 0.000000 0.180482 0.000000 0.983578 0.376692 0.376692 0.376692 +4956.231934 0.000000 832.384033 0.000000 0.576439 0.000000 0.817141 0.381805 0.381805 0.381805 +4978.113770 0.000000 836.536621 0.000000 0.510945 0.000000 0.859613 0.379545 0.379545 0.379545 +4956.939453 0.000000 834.394043 0.000000 0.346331 0.000000 0.938112 0.374658 0.374658 0.374658 +4964.531250 0.000000 834.927185 0.000000 0.101680 0.000000 0.994817 0.371249 0.371249 0.371249 +4979.127441 0.000000 839.822632 0.000000 0.344280 0.000000 0.938867 0.375647 0.375647 0.375647 +4986.012207 0.000000 801.111023 0.000000 0.497876 0.000000 0.867248 0.378826 0.378826 0.378826 +4977.666504 0.000000 811.151855 0.000000 0.277176 0.000000 0.960819 0.372433 0.372433 0.372433 +4981.577637 0.000000 805.813354 0.000000 0.538907 0.000000 0.842366 0.379094 0.379094 0.379094 +4961.586426 0.000000 837.901306 0.000000 0.528500 0.000000 0.848933 0.377825 0.377825 0.377825 +4956.799316 0.000000 823.301025 0.000000 0.074414 0.000000 0.997227 0.361897 0.361897 0.361897 +4988.182617 0.000000 816.790466 0.000000 0.328608 0.000000 0.944466 0.368526 0.368526 0.368526 +4967.517090 0.000000 825.469421 0.000000 0.399682 0.000000 0.916654 0.370528 0.370528 0.370528 +4966.826172 0.000000 846.237671 0.000000 0.577643 0.000000 0.816289 0.375682 0.375682 0.375682 +4958.405762 0.000000 829.021118 0.000000 0.434431 0.000000 0.900705 0.372116 0.372116 0.372116 +4951.335449 0.000000 826.275696 0.000000 0.221595 0.000000 0.975139 0.372888 0.372888 0.372888 +4987.404785 0.000000 815.025024 0.000000 0.107723 0.000000 0.994181 0.362748 0.362748 0.362748 +4989.160156 0.000000 825.190247 0.000000 0.521679 0.000000 0.853142 0.373976 0.373976 0.373976 +4978.986816 0.000000 835.973816 0.000000 0.542329 0.000000 0.840166 0.378880 0.378880 0.378880 +4966.218750 0.000000 839.778687 0.000000 0.242791 0.000000 0.970079 0.372731 0.372731 0.372731 +4946.747559 0.000000 843.258484 0.000000 0.111447 0.000000 0.993770 0.362844 0.362844 0.362844 +4950.826172 0.000000 841.330261 0.000000 0.029878 0.000000 0.999554 0.362223 0.362223 0.362223 +4972.519531 0.000000 819.315735 0.000000 0.265697 0.000000 0.964056 0.366848 0.366848 0.366848 +4975.394531 0.000000 823.548706 0.000000 0.570571 0.000000 0.821248 0.375462 0.375462 0.375462 +4949.892578 0.000000 840.030212 0.000000 0.481181 0.000000 0.876621 0.373957 0.373957 0.373957 +4952.628906 0.000000 845.157715 0.000000 0.372717 0.000000 0.927945 0.369726 0.369726 0.369726 +4968.988770 0.000000 843.488708 0.000000 0.363068 0.000000 0.931763 0.372635 0.372635 0.372635 +4938.266602 0.000000 841.248291 0.000000 0.103629 0.000000 0.994616 0.367112 0.367112 0.367112 +4937.360840 0.000000 838.790894 0.000000 0.418079 0.000000 0.908411 0.370984 0.370984 0.370984 +4988.816406 0.000000 818.738220 0.000000 0.472605 0.000000 0.881275 0.372535 0.372535 0.372535 +4988.497559 0.000000 833.964233 0.000000 0.072395 0.000000 0.997376 0.361845 0.361845 0.361845 +4982.238281 0.000000 843.069458 0.000000 0.144420 0.000000 0.989516 0.368389 0.368389 0.368389 +4950.491699 0.000000 839.153503 0.000000 0.562592 0.000000 0.826735 0.377305 0.377305 0.377305 +4965.378906 0.000000 847.210449 0.000000 0.387640 0.000000 0.921811 0.373416 0.373416 0.373416 +4982.862305 0.000000 807.100586 0.000000 0.265735 0.000000 0.964046 0.368409 0.368409 0.368409 +4983.702637 0.000000 843.783813 0.000000 0.367306 0.000000 0.930100 0.373515 0.373515 0.373515 +4945.620605 0.000000 843.921387 0.000000 0.264736 0.000000 0.964321 0.366823 0.366823 0.366823 +4939.483398 0.000000 842.871887 0.000000 0.195566 0.000000 0.980690 0.368923 0.368923 0.368923 +4962.731934 0.000000 842.531677 0.000000 0.350242 0.000000 0.936659 0.372019 0.372019 0.372019 +4937.863770 0.000000 845.931946 0.000000 0.066574 0.000000 0.997781 0.363499 0.363499 0.363499 +4965.729004 0.000000 825.415405 0.000000 0.479390 0.000000 0.877602 0.372731 0.372731 0.372731 +4985.056152 0.000000 827.184875 0.000000 0.566726 0.000000 0.823906 0.375343 0.375343 0.375343 +4984.525879 0.000000 832.204712 0.000000 0.013356 0.000000 0.999911 0.360340 0.360340 0.360340 +4960.250977 0.000000 831.989014 0.000000 0.293428 0.000000 0.955981 0.373368 0.373368 0.373368 +4978.412598 0.000000 812.635620 0.000000 0.430216 0.000000 0.902726 0.371325 0.371325 0.371325 +4987.962891 0.000000 828.356628 0.000000 0.027445 0.000000 0.999623 0.360699 0.360699 0.360699 +4965.324707 0.000000 820.955322 0.000000 0.246632 0.000000 0.969109 0.366346 0.366346 0.366346 +4974.263184 0.000000 825.159119 0.000000 0.288179 0.000000 0.957576 0.367444 0.367444 0.367444 +4964.909180 0.000000 824.754395 0.000000 0.371531 0.000000 0.928421 0.369693 0.369693 0.369693 +4949.033691 0.000000 835.342529 0.000000 0.125444 0.000000 0.992101 0.364141 0.364141 0.364141 +4961.437500 0.000000 818.288452 0.000000 0.196233 0.000000 0.980557 0.369144 0.369144 0.369144 +4950.823730 0.000000 845.839294 0.000000 0.473770 0.000000 0.880649 0.372569 0.372569 0.372569 +4959.888672 0.000000 846.934204 0.000000 0.409644 0.000000 0.912245 0.370748 0.370748 0.370748 +4986.916016 0.000000 803.532349 0.000000 0.533850 0.000000 0.845579 0.376604 0.376604 0.376604 +4970.251953 0.000000 817.883789 0.000000 0.435258 0.000000 0.900306 0.371467 0.371467 0.371467 +4940.830078 0.000000 836.875244 0.000000 0.422392 0.000000 0.906413 0.371105 0.371105 0.371105 +4952.785156 0.000000 833.278564 0.000000 0.509982 0.000000 0.860185 0.376162 0.376162 0.376162 +4938.577148 0.000000 844.419861 0.000000 0.412050 0.000000 0.911161 0.370815 0.370815 0.370815 +4965.860840 0.000000 816.677063 0.000000 0.267457 0.000000 0.963570 0.370854 0.370854 0.370854 +4989.060059 0.000000 813.968384 0.000000 0.581890 0.000000 0.813268 0.375815 0.375815 0.375815 +4970.893066 0.000000 845.736938 0.000000 0.268539 0.000000 0.963269 0.370620 0.370620 0.370620 +4990.388184 0.000000 810.001648 0.000000 0.111551 0.000000 0.993759 0.365251 0.365251 0.365251 +4941.718262 0.000000 838.436157 0.000000 0.117940 0.000000 0.993021 0.363010 0.363010 0.363010 +4987.415527 0.000000 817.241943 0.000000 0.205656 0.000000 0.978624 0.365275 0.365275 0.365275 +4979.771973 0.000000 829.307678 0.000000 0.122644 0.000000 0.992451 0.363131 0.363131 0.363131 +4973.771973 0.000000 822.768005 0.000000 0.307065 0.000000 0.951689 0.367948 0.367948 0.367948 +4938.618164 0.000000 843.148682 0.000000 0.574588 0.000000 0.818443 0.378316 0.378316 0.378316 +4955.588867 0.000000 827.564026 0.000000 0.160450 0.000000 0.987044 0.364104 0.364104 0.364104 +4943.476074 0.000000 838.869751 0.000000 0.285794 0.000000 0.958291 0.367572 0.367572 0.367572 +4987.856934 0.000000 836.514404 0.000000 0.392943 0.000000 0.919563 0.370283 0.370283 0.370283 +4941.666504 0.000000 847.199646 0.000000 0.420312 0.000000 0.907380 0.371046 0.371046 0.371046 +4985.323242 0.000000 824.113647 0.000000 0.220722 0.000000 0.975337 0.365667 0.365667 0.365667 +4977.754395 0.000000 834.563599 0.000000 0.249132 0.000000 0.968470 0.369902 0.369902 0.369902 +4978.227051 0.000000 824.588684 0.000000 0.283152 0.000000 0.959075 0.367310 0.367310 0.367310 +4979.277344 0.000000 828.259583 0.000000 0.409816 0.000000 0.912168 0.370753 0.370753 0.370753 +4964.881836 0.000000 845.772278 0.000000 0.026331 0.000000 0.999653 0.361288 0.361288 0.361288 +4990.365234 0.000000 800.428650 0.000000 0.111330 0.000000 0.993784 0.366484 0.366484 0.366484 +4954.909668 0.000000 825.991760 0.000000 0.248006 0.000000 0.968759 0.368557 0.368557 0.368557 +4947.236816 0.000000 835.408203 0.000000 0.549995 0.000000 0.835168 0.374928 0.374928 0.374928 +4983.870605 0.000000 839.026062 0.000000 0.236795 0.000000 0.971560 0.366886 0.366886 0.366886 +4982.953613 0.000000 814.224670 0.000000 0.354571 0.000000 0.935029 0.369230 0.369230 0.369230 +4930.305176 0.000000 845.084595 0.000000 0.058880 0.000000 0.998265 0.361500 0.361500 0.361500 +4950.864258 0.000000 832.807190 0.000000 0.474168 0.000000 0.880435 0.373440 0.373440 0.373440 +4959.761230 0.000000 829.789307 0.000000 0.443012 0.000000 0.896515 0.372353 0.372353 0.372353 +4968.175781 0.000000 831.937866 0.000000 0.431765 0.000000 0.901986 0.372211 0.372211 0.372211 +4955.523438 0.000000 839.962708 0.000000 0.455193 0.000000 0.890393 0.374063 0.374063 0.374063 +4971.156738 0.000000 820.659424 0.000000 0.532526 0.000000 0.846414 0.374301 0.374301 0.374301 +4979.668457 0.000000 825.247864 0.000000 0.044102 0.000000 0.999027 0.361123 0.361123 0.361123 +4963.731445 0.000000 821.830688 0.000000 0.351581 0.000000 0.936157 0.369148 0.369148 0.369148 +4969.793945 0.000000 822.954956 0.000000 0.152219 0.000000 0.988347 0.363891 0.363891 0.363891 +4936.052246 0.000000 836.532471 0.000000 0.239429 0.000000 0.970914 0.366157 0.366157 0.366157 +4947.405273 0.000000 844.288696 0.000000 0.201834 0.000000 0.979420 0.365175 0.365175 0.365175 +4972.274414 0.000000 821.998169 0.000000 0.497727 0.000000 0.867334 0.373267 0.373267 0.373267 +4974.347168 0.000000 813.460266 0.000000 0.324924 0.000000 0.945740 0.370594 0.370594 0.370594 +4972.901367 0.000000 822.878296 0.000000 0.398089 0.000000 0.917347 0.370426 0.370426 0.370426 +4935.696289 0.000000 838.153809 0.000000 0.348168 0.000000 0.937432 0.369056 0.369056 0.369056 +4970.755371 0.000000 843.571655 0.000000 0.386853 0.000000 0.922141 0.372166 0.372166 0.372166 +4981.265137 0.000000 833.555420 0.000000 0.437018 0.000000 0.899453 0.373081 0.373081 0.373081 +4974.713379 0.000000 820.405090 0.000000 0.460757 0.000000 0.887526 0.372848 0.372848 0.372848 +4973.972168 0.000000 821.151611 0.000000 0.028225 0.000000 0.999602 0.360719 0.360719 0.360719 +4991.843262 0.000000 839.970032 0.000000 0.475516 0.000000 0.879707 0.372780 0.372780 0.372780 +4979.365723 0.000000 845.629639 0.000000 0.299434 0.000000 0.954117 0.367744 0.367744 0.367744 +4939.480957 0.000000 836.892090 0.000000 0.548487 0.000000 0.836159 0.374784 0.374784 0.374784 +4956.669922 0.000000 828.855225 0.000000 0.478120 0.000000 0.878295 0.372909 0.372909 0.372909 +4983.098145 0.000000 810.000671 0.000000 0.535732 0.000000 0.844388 0.374749 0.374749 0.374749 +4981.553223 0.000000 816.542664 0.000000 0.359313 0.000000 0.933217 0.369359 0.369359 0.369359 +4982.468750 0.000000 838.160767 0.000000 0.367824 0.000000 0.929896 0.370307 0.370307 0.370307 +4986.575195 0.000000 812.318176 0.000000 0.040835 0.000000 0.999166 0.361040 0.361040 0.361040 +4933.196289 0.000000 846.858887 0.000000 0.198838 0.000000 0.980032 0.366671 0.366671 0.366671 +4984.638672 0.000000 813.791321 0.000000 0.509739 0.000000 0.860329 0.373621 0.373621 0.373621 +4978.340332 0.000000 816.292053 0.000000 0.526569 0.000000 0.850132 0.374122 0.374122 0.374122 +4983.541992 0.000000 812.794128 0.000000 0.016113 0.000000 0.999870 0.360410 0.360410 0.360410 +4987.979980 0.000000 819.918213 0.000000 0.034580 0.000000 0.999402 0.360881 0.360881 0.360881 +4982.050293 0.000000 820.846985 0.000000 0.068904 0.000000 0.997623 0.361756 0.361756 0.361756 +4963.090820 0.000000 826.715942 0.000000 0.036790 0.000000 0.999323 0.360937 0.360937 0.360937 +4928.927246 0.000000 845.294495 0.000000 0.428577 0.000000 0.903505 0.371279 0.371279 0.371279 +4982.541016 0.000000 823.595093 0.000000 0.202422 0.000000 0.979298 0.365191 0.365191 0.365191 +4982.847656 0.000000 825.063416 0.000000 0.305858 0.000000 0.952077 0.367915 0.367915 0.367915 +4991.485352 0.000000 828.816406 0.000000 0.003177 0.000000 0.999995 0.360081 0.360081 0.360081 +4936.485352 0.000000 840.669556 0.000000 0.471667 0.000000 0.881777 0.372508 0.372508 0.372508 +4980.509766 0.000000 826.093872 0.000000 0.305484 0.000000 0.952197 0.367905 0.367905 0.367905 +4986.250488 0.000000 828.160461 0.000000 0.457288 0.000000 0.889319 0.372094 0.372094 0.372094 +4961.344727 0.000000 822.646912 0.000000 0.314757 0.000000 0.949172 0.368154 0.368154 0.368154 +4969.358887 0.000000 825.551636 0.000000 0.248659 0.000000 0.968591 0.366399 0.366399 0.366399 +4981.990234 0.000000 828.573486 0.000000 0.250903 0.000000 0.968012 0.366458 0.366458 0.366458 +4961.145020 0.000000 825.845764 0.000000 0.285204 0.000000 0.958467 0.367365 0.367365 0.367365 +4969.240723 0.000000 820.255066 0.000000 0.356251 0.000000 0.934390 0.369276 0.369276 0.369276 +4976.919922 0.000000 846.888489 0.000000 0.221018 0.000000 0.975270 0.365675 0.365675 0.365675 +4953.396484 0.000000 831.779175 0.000000 0.256574 0.000000 0.966525 0.367590 0.367590 0.367590 +4989.930176 0.000000 832.288513 0.000000 0.107314 0.000000 0.994225 0.362738 0.362738 0.362738 +4948.348633 0.000000 845.471863 0.000000 0.416141 0.000000 0.909300 0.370929 0.370929 0.370929 +4934.103516 0.000000 842.191895 0.000000 0.487821 0.000000 0.872944 0.373030 0.373030 0.373030 +4959.873047 0.000000 822.631287 0.000000 0.166274 0.000000 0.986080 0.364254 0.364254 0.364254 +4982.459961 0.000000 827.763733 0.000000 0.449089 0.000000 0.893487 0.371860 0.371860 0.371860 +4973.208496 0.000000 819.759094 0.000000 0.451650 0.000000 0.892195 0.371933 0.371933 0.371933 +4983.266602 0.000000 818.181274 0.000000 0.106220 0.000000 0.994343 0.362710 0.362710 0.362710 +4972.874023 0.000000 833.680664 0.000000 0.131801 0.000000 0.991276 0.363725 0.363725 0.363725 +4979.265625 0.000000 826.833252 0.000000 0.488957 0.000000 0.872308 0.373010 0.373010 0.373010 +4977.605957 0.000000 827.103271 0.000000 0.104368 0.000000 0.994539 0.362663 0.362663 0.362663 +4988.932129 0.000000 816.953613 0.000000 0.291478 0.000000 0.956578 0.367532 0.367532 0.367532 +4979.979492 0.000000 823.874207 0.000000 0.066692 0.000000 0.997774 0.361700 0.361700 0.361700 +4983.818359 0.000000 831.905945 0.000000 0.433445 0.000000 0.901180 0.371416 0.371416 0.371416 +4939.041504 0.000000 838.288818 0.000000 0.343349 0.000000 0.939208 0.368925 0.368925 0.368925 +4985.145020 0.000000 813.040222 0.000000 0.455950 0.000000 0.890005 0.372056 0.372056 0.372056 +4988.852539 0.000000 838.505676 0.000000 0.456751 0.000000 0.889595 0.372079 0.372079 0.372079 +4986.452148 0.000000 820.465210 0.000000 0.093792 0.000000 0.995592 0.362392 0.362392 0.362392 +4970.459473 0.000000 825.371582 0.000000 0.228378 0.000000 0.973573 0.365867 0.365867 0.365867 +4985.334473 0.000000 821.337402 0.000000 0.575844 0.000000 0.817560 0.375626 0.375626 0.375626 +4978.004883 0.000000 814.174072 0.000000 0.174631 0.000000 0.984634 0.364470 0.364470 0.364470 +4941.070312 0.000000 845.827454 0.000000 0.170335 0.000000 0.985386 0.364359 0.364359 0.364359 +4978.856445 0.000000 826.063538 0.000000 0.530377 0.000000 0.847762 0.374236 0.374236 0.374236 +4969.913086 0.000000 821.709290 0.000000 0.213883 0.000000 0.976859 0.365489 0.365489 0.365489 +4913.424316 0.000000 885.682190 0.000000 0.022449 0.000000 0.999748 0.377425 0.377425 0.377425 +4911.436035 0.000000 881.987000 0.000000 0.323487 0.000000 0.946233 0.381839 0.381839 0.381839 +4922.520996 0.000000 901.178223 0.000000 0.309620 0.000000 0.950860 0.381061 0.381061 0.381061 +4900.990723 0.000000 847.951233 0.000000 0.339229 0.000000 0.940704 0.380615 0.380615 0.380615 +4907.954590 0.000000 870.971680 0.000000 0.195918 0.000000 0.980620 0.377093 0.377093 0.377093 +4908.409668 0.000000 873.294067 0.000000 0.362008 0.000000 0.932175 0.378543 0.378543 0.378543 +4920.732422 0.000000 895.822693 0.000000 0.116432 0.000000 0.993199 0.373572 0.373572 0.373572 +4922.406250 0.000000 886.345947 0.000000 0.571369 0.000000 0.820693 0.381783 0.381783 0.381783 +4925.145996 0.000000 888.944885 0.000000 0.575051 0.000000 0.818118 0.382299 0.382299 0.382299 +4908.345703 0.000000 857.982178 0.000000 0.521177 0.000000 0.853449 0.381670 0.381670 0.381670 +4910.601562 0.000000 854.368164 0.000000 0.461036 0.000000 0.887382 0.378688 0.378688 0.378688 +4912.162598 0.000000 861.128906 0.000000 0.095089 0.000000 0.995469 0.370235 0.370235 0.370235 +4925.552246 0.000000 856.578918 0.000000 0.407267 0.000000 0.913309 0.376545 0.376545 0.376545 +4924.196777 0.000000 857.035522 0.000000 0.463562 0.000000 0.886064 0.377819 0.377819 0.377819 +4918.497559 0.000000 860.429565 0.000000 0.300008 0.000000 0.953937 0.374018 0.374018 0.374018 +4919.966309 0.000000 883.161316 0.000000 0.384999 0.000000 0.922917 0.377636 0.377636 0.377636 +4915.501953 0.000000 847.332520 0.000000 0.155960 0.000000 0.987763 0.369707 0.369707 0.369707 +4925.764648 0.000000 884.921509 0.000000 0.555551 0.000000 0.831483 0.380441 0.380441 0.380441 +4920.792480 0.000000 865.535156 0.000000 0.498473 0.000000 0.866905 0.377269 0.377269 0.377269 +4909.281250 0.000000 852.385315 0.000000 0.285955 0.000000 0.958243 0.372757 0.372757 0.372757 +4917.139160 0.000000 887.260620 0.000000 0.425378 0.000000 0.905016 0.377403 0.377403 0.377403 +4919.580566 0.000000 877.305359 0.000000 0.327985 0.000000 0.944683 0.371412 0.371412 0.371412 +4924.959961 0.000000 878.519714 0.000000 0.562970 0.000000 0.826477 0.378433 0.378433 0.378433 +4924.393066 0.000000 872.041077 0.000000 0.403129 0.000000 0.915143 0.374664 0.374664 0.374664 +4923.404785 0.000000 871.509399 0.000000 0.576145 0.000000 0.817348 0.377308 0.377308 0.377308 +4912.027344 0.000000 851.272400 0.000000 0.552946 0.000000 0.833217 0.378116 0.378116 0.378116 +4926.515625 0.000000 855.112610 0.000000 0.424710 0.000000 0.905329 0.374562 0.374562 0.374562 +4927.628906 0.000000 848.569580 0.000000 0.076689 0.000000 0.997055 0.361955 0.361955 0.361955 +4918.076172 0.000000 886.641541 0.000000 0.251327 0.000000 0.967902 0.372584 0.372584 0.372584 +4924.217285 0.000000 868.854797 0.000000 0.537366 0.000000 0.843349 0.374446 0.374446 0.374446 +4914.747559 0.000000 871.035339 0.000000 0.335734 0.000000 0.941957 0.374055 0.374055 0.374055 +4921.875977 0.000000 861.361145 0.000000 0.114882 0.000000 0.993379 0.368965 0.368965 0.368965 +4924.246094 0.000000 869.988403 0.000000 0.170098 0.000000 0.985427 0.364353 0.364353 0.364353 +4920.833496 0.000000 872.118103 0.000000 0.144776 0.000000 0.989465 0.368896 0.368896 0.368896 +4923.654297 0.000000 867.098938 0.000000 0.583974 0.000000 0.811772 0.375880 0.375880 0.375880 +4925.623047 0.000000 849.549683 0.000000 0.565338 0.000000 0.824859 0.375300 0.375300 0.375300 +4916.538086 0.000000 877.425720 0.000000 0.457480 0.000000 0.889220 0.376093 0.376093 0.376093 +4920.301758 0.000000 854.428955 0.000000 0.354711 0.000000 0.934976 0.370380 0.370380 0.370380 +4916.795410 0.000000 848.220337 0.000000 0.305785 0.000000 0.952101 0.371625 0.371625 0.371625 +4914.802734 0.000000 848.315491 0.000000 0.516112 0.000000 0.856521 0.376686 0.376686 0.376686 +4918.330566 0.000000 874.278809 0.000000 0.229955 0.000000 0.973201 0.368917 0.368917 0.368917 +4921.087891 0.000000 852.986023 0.000000 0.434845 0.000000 0.900505 0.374870 0.374870 0.374870 +4926.091797 0.000000 861.438721 0.000000 0.435693 0.000000 0.900095 0.371480 0.371480 0.371480 +4920.552246 0.000000 856.291321 0.000000 0.531306 0.000000 0.847180 0.376232 0.376232 0.376232 +4914.671875 0.000000 867.318420 0.000000 0.401527 0.000000 0.915847 0.370522 0.370522 0.370522 +4922.229980 0.000000 850.661194 0.000000 0.480582 0.000000 0.876950 0.374154 0.374154 0.374154 +4922.575195 0.000000 868.802551 0.000000 0.046660 0.000000 0.998911 0.363852 0.363852 0.363852 +4926.699707 0.000000 871.777466 0.000000 0.489675 0.000000 0.871905 0.373189 0.373189 0.373189 +4918.868652 0.000000 856.632446 0.000000 0.580118 0.000000 0.814532 0.376472 0.376472 0.376472 +4927.057129 0.000000 866.019653 0.000000 0.054828 0.000000 0.998496 0.363441 0.363441 0.363441 +4926.761719 0.000000 848.558533 0.000000 0.251905 0.000000 0.967752 0.366485 0.366485 0.366485 +4925.781250 0.000000 862.167480 0.000000 0.407622 0.000000 0.913151 0.370691 0.370691 0.370691 +4972.662598 0.000000 897.845825 0.000000 0.070891 0.000000 0.997484 0.380529 0.380529 0.380529 +4953.505859 0.000000 901.037354 0.000000 0.494210 0.000000 0.869343 0.386213 0.386213 0.386213 +4970.678223 0.000000 885.440674 0.000000 0.511600 0.000000 0.859224 0.385083 0.385083 0.385083 +4933.572266 0.000000 894.196411 0.000000 0.239611 0.000000 0.970869 0.380294 0.380294 0.380294 +4957.264648 0.000000 894.046814 0.000000 0.321016 0.000000 0.947074 0.379068 0.379068 0.379068 +4962.937988 0.000000 877.770691 0.000000 0.271786 0.000000 0.962358 0.377747 0.377747 0.377747 +4970.844238 0.000000 856.165466 0.000000 0.191772 0.000000 0.981439 0.375921 0.375921 0.375921 +4929.515137 0.000000 876.450623 0.000000 0.126164 0.000000 0.992009 0.372019 0.372019 0.372019 +4929.519531 0.000000 894.809387 0.000000 0.222055 0.000000 0.975034 0.375655 0.375655 0.375655 +4934.988770 0.000000 888.725830 0.000000 0.516231 0.000000 0.856449 0.379513 0.379513 0.379513 +4966.706543 0.000000 892.601868 0.000000 0.095797 0.000000 0.995401 0.371648 0.371648 0.371648 +4932.508301 0.000000 889.966125 0.000000 0.182414 0.000000 0.983222 0.371806 0.371806 0.371806 +4968.188477 0.000000 884.608704 0.000000 0.184438 0.000000 0.982844 0.373024 0.373024 0.373024 +4943.546387 0.000000 885.147522 0.000000 0.355684 0.000000 0.934606 0.377518 0.377518 0.377518 +4929.144043 0.000000 872.719910 0.000000 0.457369 0.000000 0.889277 0.377951 0.377951 0.377951 +4968.788086 0.000000 886.653015 0.000000 0.096835 0.000000 0.995300 0.366959 0.366959 0.366959 +4940.066406 0.000000 877.531006 0.000000 0.482440 0.000000 0.875929 0.377830 0.377830 0.377830 +4957.897949 0.000000 848.290955 0.000000 0.445977 0.000000 0.895044 0.371772 0.371772 0.371772 +4966.235352 0.000000 884.750122 0.000000 0.296521 0.000000 0.955026 0.370075 0.370075 0.370075 +4946.137207 0.000000 890.223633 0.000000 0.214295 0.000000 0.976769 0.365973 0.365973 0.365973 +4959.795898 0.000000 875.179871 0.000000 0.259704 0.000000 0.965688 0.367474 0.367474 0.367474 +4940.269531 0.000000 855.123230 0.000000 0.216940 0.000000 0.976185 0.365569 0.365569 0.365569 +4946.954102 0.000000 886.181396 0.000000 0.096037 0.000000 0.995378 0.362449 0.362449 0.362449 +4945.626953 0.000000 892.246216 0.000000 0.031015 0.000000 0.999519 0.362328 0.362328 0.362328 +4969.061035 0.000000 851.781494 0.000000 0.539651 0.000000 0.841889 0.374516 0.374516 0.374516 +4948.064453 0.000000 859.119080 0.000000 0.324078 0.000000 0.946030 0.371812 0.371812 0.371812 +4962.923828 0.000000 859.108215 0.000000 0.186666 0.000000 0.982423 0.364781 0.364781 0.364781 +4949.892578 0.000000 896.514587 0.000000 0.483210 0.000000 0.875505 0.376730 0.376730 0.376730 +4961.619629 0.000000 864.328552 0.000000 0.554363 0.000000 0.832275 0.379087 0.379087 0.379087 +4962.215820 0.000000 858.058655 0.000000 0.409597 0.000000 0.912267 0.370746 0.370746 0.370746 +4932.888184 0.000000 888.198730 0.000000 0.450853 0.000000 0.892598 0.377583 0.377583 0.377583 +4929.228027 0.000000 857.694153 0.000000 0.550246 0.000000 0.835003 0.374837 0.374837 0.374837 +4962.059082 0.000000 848.445068 0.000000 0.348259 0.000000 0.937398 0.373426 0.373426 0.373426 +4947.228027 0.000000 851.803162 0.000000 0.166446 0.000000 0.986050 0.364258 0.364258 0.364258 +4946.564453 0.000000 884.357666 0.000000 0.063879 0.000000 0.997958 0.361628 0.361628 0.361628 +4942.026855 0.000000 847.953308 0.000000 0.240387 0.000000 0.970677 0.366182 0.366182 0.366182 +4950.491699 0.000000 895.637878 0.000000 0.056891 0.000000 0.998380 0.368101 0.368101 0.368101 +4957.937500 0.000000 862.260742 0.000000 0.363437 0.000000 0.931619 0.369472 0.369472 0.369472 +4947.763672 0.000000 878.068909 0.000000 0.569461 0.000000 0.822019 0.375428 0.375428 0.375428 +4944.803711 0.000000 870.397034 0.000000 0.108000 0.000000 0.994151 0.365239 0.365239 0.365239 +4944.505371 0.000000 871.394104 0.000000 0.264087 0.000000 0.964499 0.369019 0.369019 0.369019 +4930.988770 0.000000 863.672119 0.000000 0.266904 0.000000 0.963723 0.366880 0.366880 0.366880 +4939.260254 0.000000 867.790771 0.000000 0.272697 0.000000 0.962100 0.368585 0.368585 0.368585 +4943.065918 0.000000 881.337891 0.000000 0.230635 0.000000 0.973040 0.370403 0.370403 0.370403 +4942.926270 0.000000 871.081604 0.000000 0.127059 0.000000 0.991895 0.367713 0.367713 0.367713 +4935.893555 0.000000 875.218445 0.000000 0.006601 0.000000 0.999978 0.366260 0.366260 0.366260 +4936.579102 0.000000 883.724976 0.000000 0.552696 0.000000 0.833383 0.379290 0.379290 0.379290 +4939.201660 0.000000 858.597961 0.000000 0.495256 0.000000 0.868747 0.373194 0.373194 0.373194 +4949.506348 0.000000 894.621765 0.000000 0.191447 0.000000 0.981503 0.369791 0.369791 0.369791 +4948.185547 0.000000 875.794067 0.000000 0.035643 0.000000 0.999365 0.364357 0.364357 0.364357 +4953.595215 0.000000 851.320251 0.000000 0.552262 0.000000 0.833670 0.374899 0.374899 0.374899 +4960.543945 0.000000 853.264893 0.000000 0.157997 0.000000 0.987440 0.368482 0.368482 0.368482 +4941.398926 0.000000 869.959045 0.000000 0.335400 0.000000 0.942076 0.368710 0.368710 0.368710 +4965.896973 0.000000 854.017883 0.000000 0.336924 0.000000 0.941532 0.368751 0.368751 0.368751 +4954.430664 0.000000 892.848267 0.000000 0.152947 0.000000 0.988234 0.366528 0.366528 0.366528 +4953.506836 0.000000 852.542419 0.000000 0.129357 0.000000 0.991598 0.364598 0.364598 0.364598 +4928.444336 0.000000 851.432373 0.000000 0.318733 0.000000 0.947844 0.369754 0.369754 0.369754 +4941.274414 0.000000 864.606018 0.000000 0.046544 0.000000 0.998916 0.363849 0.363849 0.363849 +4968.428711 0.000000 890.981262 0.000000 0.298658 0.000000 0.954360 0.367723 0.367723 0.367723 +4929.423828 0.000000 848.699768 0.000000 0.130351 0.000000 0.991468 0.363329 0.363329 0.363329 +4961.448730 0.000000 878.268860 0.000000 0.301027 0.000000 0.953616 0.367786 0.367786 0.367786 +4952.785156 0.000000 889.762939 0.000000 0.212087 0.000000 0.977251 0.365442 0.365442 0.365442 +4956.763184 0.000000 874.009644 0.000000 0.196353 0.000000 0.980533 0.365033 0.365033 0.365033 +4962.001465 0.000000 850.776245 0.000000 0.332311 0.000000 0.943170 0.370841 0.370841 0.370841 +4957.746582 0.000000 864.679749 0.000000 0.106113 0.000000 0.994354 0.362707 0.362707 0.362707 +4958.477539 0.000000 879.284058 0.000000 0.232935 0.000000 0.972492 0.365987 0.365987 0.365987 +4965.216797 0.000000 857.415100 0.000000 0.188417 0.000000 0.982089 0.364827 0.364827 0.364827 +4953.831055 0.000000 884.503723 0.000000 0.223505 0.000000 0.974703 0.370375 0.370375 0.370375 +4935.958984 0.000000 884.936951 0.000000 0.427427 0.000000 0.904050 0.375588 0.375588 0.375588 +4944.302246 0.000000 889.564697 0.000000 0.360751 0.000000 0.932662 0.373899 0.373899 0.373899 +4956.175293 0.000000 849.171326 0.000000 0.553587 0.000000 0.832791 0.374939 0.374939 0.374939 +4948.914551 0.000000 850.717651 0.000000 0.014194 0.000000 0.999899 0.360361 0.360361 0.360361 +4947.957031 0.000000 890.302490 0.000000 0.566659 0.000000 0.823952 0.375680 0.375680 0.375680 +4947.708008 0.000000 865.942017 0.000000 0.550611 0.000000 0.834762 0.375046 0.375046 0.375046 +4932.478516 0.000000 872.177856 0.000000 0.254831 0.000000 0.966986 0.371020 0.371020 0.371020 +4931.831543 0.000000 859.080872 0.000000 0.465135 0.000000 0.885240 0.372320 0.372320 0.372320 +4955.044922 0.000000 867.845886 0.000000 0.070837 0.000000 0.997488 0.364352 0.364352 0.364352 +4965.097656 0.000000 848.883728 0.000000 0.496105 0.000000 0.868263 0.374322 0.374322 0.374322 +4941.484375 0.000000 863.761902 0.000000 0.084885 0.000000 0.996391 0.364093 0.364093 0.364093 +4949.483887 0.000000 879.000183 0.000000 0.421292 0.000000 0.906925 0.373683 0.373683 0.373683 +4966.294434 0.000000 853.204346 0.000000 0.532929 0.000000 0.846160 0.374313 0.374313 0.374313 +4958.598145 0.000000 874.788879 0.000000 0.542093 0.000000 0.840319 0.375187 0.375187 0.375187 +4959.487793 0.000000 889.116028 0.000000 0.335299 0.000000 0.942112 0.368707 0.368707 0.368707 +4947.236816 0.000000 891.892578 0.000000 0.267948 0.000000 0.963433 0.367362 0.367362 0.367362 +4948.746094 0.000000 851.803345 0.000000 0.201817 0.000000 0.979423 0.365175 0.365175 0.365175 +4930.186523 0.000000 857.131104 0.000000 0.057682 0.000000 0.998335 0.361470 0.361470 0.361470 +4951.863281 0.000000 863.057983 0.000000 0.015062 0.000000 0.999887 0.360461 0.360461 0.360461 +4945.713867 0.000000 850.705811 0.000000 0.458197 0.000000 0.888850 0.373596 0.373596 0.373596 +4950.602051 0.000000 856.893616 0.000000 0.225017 0.000000 0.974355 0.369403 0.369403 0.369403 +4949.702148 0.000000 859.617188 0.000000 0.157469 0.000000 0.987524 0.367906 0.367906 0.367906 +4932.067871 0.000000 847.289062 0.000000 0.383746 0.000000 0.923439 0.371381 0.371381 0.371381 +4947.825195 0.000000 857.943787 0.000000 0.216147 0.000000 0.976361 0.367777 0.367777 0.367777 +4950.942383 0.000000 852.624084 0.000000 0.236079 0.000000 0.971734 0.366069 0.366069 0.366069 +4951.187012 0.000000 860.824951 0.000000 0.229758 0.000000 0.973248 0.367374 0.367374 0.367374 +4949.570801 0.000000 882.281433 0.000000 0.021105 0.000000 0.999777 0.360537 0.360537 0.360537 +4971.471191 0.000000 893.593628 0.000000 0.567760 0.000000 0.823194 0.377548 0.377548 0.377548 +4950.816406 0.000000 862.575500 0.000000 0.291086 0.000000 0.956697 0.367585 0.367585 0.367585 +4948.464355 0.000000 860.610718 0.000000 0.503524 0.000000 0.863981 0.375937 0.375937 0.375937 +4946.341797 0.000000 864.817017 0.000000 0.231068 0.000000 0.972938 0.366205 0.366205 0.366205 +4950.559082 0.000000 859.401123 0.000000 0.371933 0.000000 0.928260 0.371902 0.371902 0.371902 +4950.048340 0.000000 861.086914 0.000000 0.535576 0.000000 0.844487 0.375497 0.375497 0.375497 +4931.832031 0.000000 857.316833 0.000000 0.324295 0.000000 0.945956 0.368410 0.368410 0.368410 +4932.643066 0.000000 858.643311 0.000000 0.517445 0.000000 0.855716 0.373849 0.373849 0.373849 +4958.799805 0.000000 857.476685 0.000000 0.479517 0.000000 0.877533 0.372735 0.372735 0.372735 +4934.234863 0.000000 855.163818 0.000000 0.471741 0.000000 0.881737 0.374289 0.374289 0.374289 +4960.896973 0.000000 887.166626 0.000000 0.534355 0.000000 0.845260 0.374356 0.374356 0.374356 +4953.587891 0.000000 893.125366 0.000000 0.495163 0.000000 0.868800 0.374716 0.374716 0.374716 +4950.209473 0.000000 863.620300 0.000000 0.521189 0.000000 0.853441 0.374012 0.374012 0.374012 +4965.347168 0.000000 889.315979 0.000000 0.172967 0.000000 0.984928 0.365264 0.365264 0.365264 +4943.005859 0.000000 849.342529 0.000000 0.492079 0.000000 0.870550 0.374736 0.374736 0.374736 +4957.415527 0.000000 865.823364 0.000000 0.440017 0.000000 0.897989 0.371602 0.371602 0.371602 +4951.729492 0.000000 877.436096 0.000000 0.118671 0.000000 0.992934 0.363029 0.363029 0.363029 +4957.157715 0.000000 863.404297 0.000000 0.515302 0.000000 0.857008 0.373786 0.373786 0.373786 +4949.219727 0.000000 853.231201 0.000000 0.037329 0.000000 0.999303 0.360951 0.360951 0.360951 +4962.762207 0.000000 889.098022 0.000000 0.507432 0.000000 0.861692 0.374278 0.374278 0.374278 +4954.103027 0.000000 869.056152 0.000000 0.568304 0.000000 0.822819 0.375392 0.375392 0.375392 +4949.886230 0.000000 856.224976 0.000000 0.145099 0.000000 0.989417 0.365843 0.365843 0.365843 +4938.463867 0.000000 891.779236 0.000000 0.337520 0.000000 0.941318 0.371155 0.371155 0.371155 +4928.032715 0.000000 861.615540 0.000000 0.058646 0.000000 0.998279 0.361494 0.361494 0.361494 +4946.499512 0.000000 875.286926 0.000000 0.430168 0.000000 0.902749 0.371380 0.371380 0.371380 +4949.901855 0.000000 849.450806 0.000000 0.536921 0.000000 0.843633 0.374433 0.374433 0.374433 +4945.948242 0.000000 861.470032 0.000000 0.584613 0.000000 0.811312 0.375900 0.375900 0.375900 +4954.310547 0.000000 890.047791 0.000000 0.357506 0.000000 0.933911 0.369310 0.369310 0.369310 +4953.324219 0.000000 863.261780 0.000000 0.230377 0.000000 0.973102 0.365920 0.365920 0.365920 +4932.708008 0.000000 856.092651 0.000000 0.203244 0.000000 0.979128 0.365212 0.365212 0.365212 +4967.543457 0.000000 850.426697 0.000000 0.394713 0.000000 0.918804 0.370332 0.370332 0.370332 +4950.025391 0.000000 854.070557 0.000000 0.267799 0.000000 0.963475 0.368396 0.368396 0.368396 +4950.393066 0.000000 893.444824 0.000000 0.516769 0.000000 0.856125 0.375163 0.375163 0.375163 +4943.194336 0.000000 862.506409 0.000000 0.136178 0.000000 0.990684 0.365054 0.365054 0.365054 +4934.857910 0.000000 872.398193 0.000000 0.468872 0.000000 0.883266 0.373833 0.373833 0.373833 +4963.339844 0.000000 854.828247 0.000000 0.170877 0.000000 0.985292 0.364373 0.364373 0.364373 +4967.170410 0.000000 855.166260 0.000000 0.398521 0.000000 0.917159 0.370438 0.370438 0.370438 +4952.270020 0.000000 848.126099 0.000000 0.269214 0.000000 0.963080 0.366941 0.366941 0.366941 +4937.267578 0.000000 867.116760 0.000000 0.214517 0.000000 0.976720 0.367061 0.367061 0.367061 +4934.073242 0.000000 858.562622 0.000000 0.338352 0.000000 0.941020 0.370319 0.370319 0.370319 +4938.516602 0.000000 855.889038 0.000000 0.370032 0.000000 0.929019 0.369652 0.369652 0.369652 +4975.564453 0.000000 848.281616 0.000000 0.350942 0.000000 0.936397 0.369131 0.369131 0.369131 +4957.767578 0.000000 883.639221 0.000000 0.384044 0.000000 0.923315 0.370919 0.370919 0.370919 +4959.693359 0.000000 881.794312 0.000000 0.031954 0.000000 0.999489 0.360814 0.360814 0.360814 +4964.917480 0.000000 850.566406 0.000000 0.276625 0.000000 0.960978 0.367137 0.367137 0.367137 +4960.196777 0.000000 885.611938 0.000000 0.255981 0.000000 0.966682 0.366592 0.366592 0.366592 +4959.374512 0.000000 889.905457 0.000000 0.080281 0.000000 0.996772 0.362047 0.362047 0.362047 +4958.248535 0.000000 878.393066 0.000000 0.579098 0.000000 0.815258 0.375728 0.375728 0.375728 +4944.453125 0.000000 848.037109 0.000000 0.173164 0.000000 0.984893 0.364432 0.364432 0.364432 +4964.138672 0.000000 851.762268 0.000000 0.355782 0.000000 0.934569 0.369263 0.369263 0.369263 +4948.812500 0.000000 887.872314 0.000000 0.016262 0.000000 0.999868 0.360414 0.360414 0.360414 +4951.811523 0.000000 891.111572 0.000000 0.428364 0.000000 0.903606 0.371273 0.371273 0.371273 +4959.873047 0.000000 879.115662 0.000000 0.193641 0.000000 0.981072 0.364962 0.364962 0.364962 +4938.231445 0.000000 860.035889 0.000000 0.071608 0.000000 0.997433 0.361825 0.361825 0.361825 +4969.575195 0.000000 849.033936 0.000000 0.524783 0.000000 0.851236 0.374068 0.374068 0.374068 +4955.549316 0.000000 878.766052 0.000000 0.043381 0.000000 0.999059 0.361105 0.361105 0.361105 +4951.680176 0.000000 870.115723 0.000000 0.581649 0.000000 0.813440 0.375807 0.375807 0.375807 +4957.272461 0.000000 886.573059 0.000000 0.035745 0.000000 0.999361 0.360910 0.360910 0.360910 +4929.987793 0.000000 855.119141 0.000000 0.317785 0.000000 0.948163 0.368235 0.368235 0.368235 +4948.743652 0.000000 864.981262 0.000000 0.086065 0.000000 0.996290 0.362268 0.362268 0.362268 +4951.173828 0.000000 872.755066 0.000000 0.279588 0.000000 0.960120 0.367216 0.367216 0.367216 +4956.618652 0.000000 858.532104 0.000000 0.584045 0.000000 0.811721 0.375882 0.375882 0.375882 +4963.322754 0.000000 886.411255 0.000000 0.484655 0.000000 0.874705 0.372884 0.372884 0.372884 +4961.844727 0.000000 888.753052 0.000000 0.130569 0.000000 0.991439 0.363334 0.363334 0.363334 +4952.111816 0.000000 865.351379 0.000000 0.147400 0.000000 0.989077 0.363767 0.363767 0.363767 +4966.950684 0.000000 851.754883 0.000000 0.488661 0.000000 0.872474 0.373001 0.373001 0.373001 +5016.422363 0.000000 820.481506 0.000000 0.381558 0.000000 0.924345 0.381923 0.381923 0.381923 +5048.471680 0.000000 831.237366 0.000000 0.167519 0.000000 0.985869 0.378432 0.378432 0.378432 +5043.291016 0.000000 801.205322 0.000000 0.185243 0.000000 0.982693 0.377602 0.377602 0.377602 +5051.523926 0.000000 804.240601 0.000000 0.482605 0.000000 0.875838 0.382629 0.382629 0.382629 +5008.399414 0.000000 818.501953 0.000000 0.027996 0.000000 0.999608 0.372345 0.372345 0.372345 +5032.459473 0.000000 820.300781 0.000000 0.235329 0.000000 0.971916 0.377433 0.377433 0.377433 +5050.406250 0.000000 829.861572 0.000000 0.053171 0.000000 0.998585 0.372721 0.372721 0.372721 +5046.395020 0.000000 800.844482 0.000000 0.569834 0.000000 0.821760 0.381844 0.381844 0.381844 +5001.798340 0.000000 796.154846 0.000000 0.215078 0.000000 0.976597 0.373025 0.373025 0.373025 +4996.470703 0.000000 825.770386 0.000000 0.028325 0.000000 0.999599 0.371119 0.371119 0.371119 +5028.343262 0.000000 797.322632 0.000000 0.020428 0.000000 0.999791 0.368648 0.368648 0.368648 +5047.569824 0.000000 810.779419 0.000000 0.025732 0.000000 0.999669 0.370916 0.370916 0.370916 +5004.518066 0.000000 819.371521 0.000000 0.107275 0.000000 0.994229 0.370774 0.370774 0.370774 +5033.081055 0.000000 818.298584 0.000000 0.164828 0.000000 0.986322 0.370040 0.370040 0.370040 +5026.086426 0.000000 797.679260 0.000000 0.553533 0.000000 0.832827 0.379803 0.379803 0.379803 +5001.386230 0.000000 798.051697 0.000000 0.568501 0.000000 0.822682 0.379933 0.379933 0.379933 +5052.561035 0.000000 810.285156 0.000000 0.331643 0.000000 0.943405 0.376548 0.376548 0.376548 +5002.479980 0.000000 818.930969 0.000000 0.323023 0.000000 0.946391 0.373895 0.373895 0.373895 +5033.729980 0.000000 796.753296 0.000000 0.046235 0.000000 0.998931 0.368790 0.368790 0.368790 +5048.792480 0.000000 809.050781 0.000000 0.028371 0.000000 0.999597 0.369733 0.369733 0.369733 +5050.012207 0.000000 801.111023 0.000000 0.441379 0.000000 0.897321 0.376812 0.376812 0.376812 +4997.937500 0.000000 791.281189 0.000000 0.100847 0.000000 0.994902 0.368223 0.368223 0.368223 +5019.200684 0.000000 801.411316 0.000000 0.512832 0.000000 0.858489 0.377630 0.377630 0.377630 +5029.656250 0.000000 799.481934 0.000000 0.244287 0.000000 0.969703 0.370912 0.370912 0.370912 +4999.536621 0.000000 805.022522 0.000000 0.319329 0.000000 0.947644 0.372880 0.372880 0.372880 +5033.171875 0.000000 814.257812 0.000000 0.415236 0.000000 0.909714 0.375925 0.375925 0.375925 +5021.493652 0.000000 798.139038 0.000000 0.299997 0.000000 0.953940 0.372500 0.372500 0.372500 +4994.728516 0.000000 790.803040 0.000000 0.458048 0.000000 0.888927 0.378513 0.378513 0.378513 +5008.839355 0.000000 796.837280 0.000000 0.438140 0.000000 0.898907 0.374506 0.374506 0.374506 +5016.788574 0.000000 804.893555 0.000000 0.581749 0.000000 0.813368 0.379795 0.379795 0.379795 +5049.844727 0.000000 825.210999 0.000000 0.158847 0.000000 0.987303 0.368220 0.368220 0.368220 +5031.188477 0.000000 803.894226 0.000000 0.026250 0.000000 0.999655 0.364447 0.364447 0.364447 +5043.003906 0.000000 794.424927 0.000000 0.499905 0.000000 0.866080 0.375736 0.375736 0.375736 +5025.560059 0.000000 819.787720 0.000000 0.260625 0.000000 0.965440 0.366714 0.366714 0.366714 +5029.770020 0.000000 795.783752 0.000000 0.092827 0.000000 0.995682 0.370632 0.370632 0.370632 +5052.182617 0.000000 816.790466 0.000000 0.400154 0.000000 0.916448 0.376850 0.376850 0.376850 +5034.282715 0.000000 804.286987 0.000000 0.496090 0.000000 0.868271 0.377525 0.377525 0.377525 +5009.086914 0.000000 799.949341 0.000000 0.103017 0.000000 0.994680 0.364167 0.364167 0.364167 +5011.048340 0.000000 801.082581 0.000000 0.190168 0.000000 0.981752 0.364872 0.364872 0.364872 +5052.393066 0.000000 815.556702 0.000000 0.343442 0.000000 0.939174 0.375934 0.375934 0.375934 +5025.559570 0.000000 810.058960 0.000000 0.309700 0.000000 0.950834 0.373223 0.373223 0.373223 +5050.291992 0.000000 800.126465 0.000000 0.064135 0.000000 0.997941 0.368630 0.368630 0.368630 +5003.583496 0.000000 817.367676 0.000000 0.045885 0.000000 0.998947 0.361169 0.361169 0.361169 +5051.024414 0.000000 798.408997 0.000000 0.023142 0.000000 0.999732 0.363680 0.363680 0.363680 +5010.751953 0.000000 804.845764 0.000000 0.229792 0.000000 0.973240 0.367041 0.367041 0.367041 +5040.027344 0.000000 794.788025 0.000000 0.545685 0.000000 0.837990 0.377526 0.377526 0.377526 +5012.853027 0.000000 811.697632 0.000000 0.025924 0.000000 0.999664 0.360660 0.360660 0.360660 +4993.989746 0.000000 823.858398 0.000000 0.158173 0.000000 0.987411 0.364045 0.364045 0.364045 +5006.202637 0.000000 804.485474 0.000000 0.009393 0.000000 0.999956 0.360239 0.360239 0.360239 +5049.850098 0.000000 818.370850 0.000000 0.454410 0.000000 0.890793 0.376073 0.376073 0.376073 +5012.484375 0.000000 815.554688 0.000000 0.095334 0.000000 0.995445 0.362431 0.362431 0.362431 +5002.822754 0.000000 790.791138 0.000000 0.239880 0.000000 0.970803 0.370149 0.370149 0.370149 +5033.550293 0.000000 806.572815 0.000000 0.063835 0.000000 0.997960 0.365013 0.365013 0.365013 +5054.515625 0.000000 798.628235 0.000000 0.430092 0.000000 0.902785 0.377226 0.377226 0.377226 +4995.727539 0.000000 825.124207 0.000000 0.215343 0.000000 0.976538 0.365527 0.365527 0.365527 +4998.565430 0.000000 796.932495 0.000000 0.477810 0.000000 0.878463 0.374989 0.374989 0.374989 +5010.223633 0.000000 813.934387 0.000000 0.222695 0.000000 0.974888 0.365719 0.365719 0.365719 +4994.627930 0.000000 805.328247 0.000000 0.496972 0.000000 0.867767 0.377599 0.377599 0.377599 +5046.026367 0.000000 795.691528 0.000000 0.556937 0.000000 0.830555 0.376950 0.376950 0.376950 +4994.988770 0.000000 807.187744 0.000000 0.016903 0.000000 0.999857 0.367568 0.367568 0.367568 +5006.583984 0.000000 811.996338 0.000000 0.400849 0.000000 0.916144 0.370503 0.370503 0.370503 +5016.755371 0.000000 793.308899 0.000000 0.305561 0.000000 0.952173 0.367970 0.367970 0.367970 +4999.816895 0.000000 793.643860 0.000000 0.414509 0.000000 0.910045 0.374880 0.374880 0.374880 +5006.926270 0.000000 814.597229 0.000000 0.150956 0.000000 0.988540 0.363859 0.363859 0.363859 +5026.542969 0.000000 798.531921 0.000000 0.196820 0.000000 0.980440 0.369500 0.369500 0.369500 +4997.411133 0.000000 802.561035 0.000000 0.175857 0.000000 0.984416 0.368051 0.368051 0.368051 +5048.811035 0.000000 794.823425 0.000000 0.320640 0.000000 0.947201 0.373283 0.373283 0.373283 +5034.320312 0.000000 808.164124 0.000000 0.305841 0.000000 0.952083 0.368418 0.368418 0.368418 +5030.424805 0.000000 798.379089 0.000000 0.367543 0.000000 0.930007 0.373699 0.373699 0.373699 +5003.228516 0.000000 792.642151 0.000000 0.084643 0.000000 0.996411 0.368094 0.368094 0.368094 +5002.592285 0.000000 817.961975 0.000000 0.344854 0.000000 0.938656 0.368966 0.368966 0.368966 +5020.227539 0.000000 790.823853 0.000000 0.342865 0.000000 0.939385 0.368912 0.368912 0.368912 +5043.399902 0.000000 817.972229 0.000000 0.149261 0.000000 0.988798 0.368498 0.368498 0.368498 +4994.271484 0.000000 793.587524 0.000000 0.091450 0.000000 0.995810 0.365139 0.365139 0.365139 +5029.324707 0.000000 820.955322 0.000000 0.523972 0.000000 0.851735 0.374299 0.374299 0.374299 +5041.571777 0.000000 813.185059 0.000000 0.027262 0.000000 0.999628 0.363392 0.363392 0.363392 +5017.506836 0.000000 796.058044 0.000000 0.374377 0.000000 0.927277 0.369771 0.369771 0.369771 +4996.651367 0.000000 804.119934 0.000000 0.198422 0.000000 0.980117 0.369742 0.369742 0.369742 +5006.527832 0.000000 806.949158 0.000000 0.242962 0.000000 0.970036 0.366647 0.366647 0.366647 +5024.645508 0.000000 821.356567 0.000000 0.035565 0.000000 0.999367 0.360906 0.360906 0.360906 +5037.085449 0.000000 806.347595 0.000000 0.312443 0.000000 0.949936 0.372722 0.372722 0.372722 +5012.910645 0.000000 805.739197 0.000000 0.126703 0.000000 0.991941 0.367128 0.367128 0.367128 +5044.597656 0.000000 793.340210 0.000000 0.263620 0.000000 0.964626 0.369984 0.369984 0.369984 +5008.218750 0.000000 812.398926 0.000000 0.257809 0.000000 0.966196 0.366640 0.366640 0.366640 +5039.123047 0.000000 814.415161 0.000000 0.579742 0.000000 0.814800 0.377840 0.377840 0.377840 +5033.935059 0.000000 799.213440 0.000000 0.568741 0.000000 0.822517 0.378106 0.378106 0.378106 +5046.992676 0.000000 822.473938 0.000000 0.383860 0.000000 0.923391 0.373499 0.373499 0.373499 +5015.689453 0.000000 798.117249 0.000000 0.130423 0.000000 0.991458 0.365919 0.365919 0.365919 +5002.929688 0.000000 814.793335 0.000000 0.460117 0.000000 0.887858 0.372175 0.372175 0.372175 +5027.811035 0.000000 814.186462 0.000000 0.248485 0.000000 0.968636 0.370744 0.370744 0.370744 +5014.711914 0.000000 808.679932 0.000000 0.229322 0.000000 0.973351 0.369102 0.369102 0.369102 +5036.346680 0.000000 791.691467 0.000000 0.310400 0.000000 0.950606 0.368037 0.368037 0.368037 +5012.914551 0.000000 794.233276 0.000000 0.516261 0.000000 0.856431 0.376689 0.376689 0.376689 +5033.702637 0.000000 793.985168 0.000000 0.123276 0.000000 0.992372 0.363147 0.363147 0.363147 +5006.756348 0.000000 808.601624 0.000000 0.120471 0.000000 0.992717 0.364885 0.364885 0.364885 +5011.198730 0.000000 806.329651 0.000000 0.318715 0.000000 0.947851 0.368322 0.368322 0.368322 +4992.266602 0.000000 796.859802 0.000000 0.417543 0.000000 0.908657 0.370969 0.370969 0.370969 +5001.240723 0.000000 791.510925 0.000000 0.146214 0.000000 0.989253 0.368572 0.368572 0.368572 +4996.478516 0.000000 815.693481 0.000000 0.300111 0.000000 0.953904 0.368520 0.368520 0.368520 +5004.557617 0.000000 814.769043 0.000000 0.130870 0.000000 0.991400 0.363342 0.363342 0.363342 +4993.429688 0.000000 802.074219 0.000000 0.045564 0.000000 0.998961 0.363826 0.363826 0.363826 +5015.761719 0.000000 801.769836 0.000000 0.459989 0.000000 0.887925 0.374191 0.374191 0.374191 +4997.655273 0.000000 818.615356 0.000000 0.316232 0.000000 0.948682 0.368942 0.368942 0.368942 +5035.456543 0.000000 806.972290 0.000000 0.085188 0.000000 0.996365 0.365139 0.365139 0.365139 +5019.044922 0.000000 811.361511 0.000000 0.522864 0.000000 0.852416 0.375896 0.375896 0.375896 +5023.843262 0.000000 809.916565 0.000000 0.136703 0.000000 0.990612 0.364351 0.364351 0.364351 +5010.104004 0.000000 816.816467 0.000000 0.570434 0.000000 0.821343 0.375506 0.375506 0.375506 +5038.760254 0.000000 817.436157 0.000000 0.382231 0.000000 0.924067 0.373518 0.373518 0.373518 +4992.073242 0.000000 821.410461 0.000000 0.084773 0.000000 0.996400 0.362161 0.362161 0.362161 +5048.396973 0.000000 822.778076 0.000000 0.355424 0.000000 0.934705 0.371785 0.371785 0.371785 +5013.702148 0.000000 803.132812 0.000000 0.453062 0.000000 0.891479 0.373128 0.373128 0.373128 +5040.474609 0.000000 793.030090 0.000000 0.046275 0.000000 0.998929 0.361179 0.361179 0.361179 +5026.308105 0.000000 820.604370 0.000000 0.205592 0.000000 0.978638 0.365273 0.365273 0.365273 +5034.220215 0.000000 806.034058 0.000000 0.026365 0.000000 0.999652 0.363756 0.363756 0.363756 +5027.731445 0.000000 821.830688 0.000000 0.325389 0.000000 0.945580 0.368440 0.368440 0.368440 +5014.214844 0.000000 795.473938 0.000000 0.146362 0.000000 0.989231 0.367153 0.367153 0.367153 +5013.121094 0.000000 802.534424 0.000000 0.501667 0.000000 0.865061 0.374478 0.374478 0.374478 +4999.094727 0.000000 815.035583 0.000000 0.132031 0.000000 0.991246 0.363372 0.363372 0.363372 +5021.415527 0.000000 809.338989 0.000000 0.128224 0.000000 0.991745 0.364138 0.364138 0.364138 +5009.705078 0.000000 807.708008 0.000000 0.352424 0.000000 0.935840 0.369171 0.369171 0.369171 +5009.948242 0.000000 804.985657 0.000000 0.558507 0.000000 0.829500 0.375090 0.375090 0.375090 +5039.803711 0.000000 809.489441 0.000000 0.576561 0.000000 0.817054 0.377463 0.377463 0.377463 +5029.287109 0.000000 822.017456 0.000000 0.514991 0.000000 0.857196 0.375730 0.375730 0.375730 +5041.769531 0.000000 815.342041 0.000000 0.582672 0.000000 0.812707 0.377592 0.377592 0.377592 +5023.998535 0.000000 806.889038 0.000000 0.155418 0.000000 0.987849 0.363974 0.363974 0.363974 +5007.194336 0.000000 806.022034 0.000000 0.503948 0.000000 0.863734 0.373762 0.373762 0.373762 +5035.956543 0.000000 808.774170 0.000000 0.144146 0.000000 0.989556 0.364253 0.364253 0.364253 +5029.009766 0.000000 802.537964 0.000000 0.581273 0.000000 0.813709 0.375796 0.375796 0.375796 +4998.469727 0.000000 818.612488 0.000000 0.157329 0.000000 0.987546 0.364446 0.364446 0.364446 +5024.637207 0.000000 806.385254 0.000000 0.122044 0.000000 0.992525 0.363116 0.363116 0.363116 +4993.046387 0.000000 825.419067 0.000000 0.393806 0.000000 0.919194 0.370307 0.370307 0.370307 +4997.598633 0.000000 821.078796 0.000000 0.029963 0.000000 0.999551 0.360763 0.360763 0.360763 +5020.562988 0.000000 805.366211 0.000000 0.322477 0.000000 0.946577 0.368423 0.368423 0.368423 +5009.605957 0.000000 813.454834 0.000000 0.408781 0.000000 0.912633 0.370724 0.370724 0.370724 +4992.237793 0.000000 817.254272 0.000000 0.264550 0.000000 0.964372 0.367469 0.367469 0.367469 +5021.031738 0.000000 807.897156 0.000000 0.402150 0.000000 0.915574 0.370539 0.370539 0.370539 +5071.197266 0.000000 802.414001 0.000000 0.550115 0.000000 0.835089 0.386627 0.386627 0.386627 +5112.630371 0.000000 844.236267 0.000000 0.435144 0.000000 0.900361 0.383438 0.383438 0.383438 +5058.627930 0.000000 819.488464 0.000000 0.014965 0.000000 0.999888 0.377316 0.377316 0.377316 +5057.945801 0.000000 807.085083 0.000000 0.539021 0.000000 0.842292 0.382248 0.382248 0.382248 +5060.588867 0.000000 800.418701 0.000000 0.376296 0.000000 0.926500 0.380356 0.380356 0.380356 +5069.344238 0.000000 805.070984 0.000000 0.095663 0.000000 0.995414 0.373266 0.373266 0.373266 +5059.978516 0.000000 806.999146 0.000000 0.285447 0.000000 0.958395 0.375177 0.375177 0.375177 +5059.154785 0.000000 811.533203 0.000000 0.149717 0.000000 0.988729 0.370849 0.370849 0.370849 +5056.649414 0.000000 805.696350 0.000000 0.083365 0.000000 0.996519 0.370591 0.370591 0.370591 +5064.323730 0.000000 809.305786 0.000000 0.347911 0.000000 0.937528 0.374147 0.374147 0.374147 +5057.148926 0.000000 814.930420 0.000000 0.162969 0.000000 0.986631 0.370070 0.370070 0.370070 +5063.536621 0.000000 805.022522 0.000000 0.548298 0.000000 0.836283 0.379971 0.379971 0.379971 +5065.402832 0.000000 811.419556 0.000000 0.424341 0.000000 0.905503 0.376079 0.376079 0.376079 +5057.228027 0.000000 801.209778 0.000000 0.068301 0.000000 0.997665 0.368642 0.368642 0.368642 +5128.667480 0.000000 852.044861 0.000000 0.330011 0.000000 0.943977 0.383049 0.383049 0.383049 +5136.098633 0.000000 857.025146 0.000000 0.375426 0.000000 0.926852 0.382591 0.382591 0.382591 +5132.251465 0.000000 854.101746 0.000000 0.414915 0.000000 0.909860 0.382081 0.382081 0.382081 +5147.504395 0.000000 861.244019 0.000000 0.235486 0.000000 0.971878 0.379632 0.379632 0.379632 +5120.371582 0.000000 852.350464 0.000000 0.177879 0.000000 0.984052 0.378871 0.378871 0.378871 +5139.935547 0.000000 857.024048 0.000000 0.391638 0.000000 0.920120 0.381915 0.381915 0.381915 +5154.375977 0.000000 863.708374 0.000000 0.003756 0.000000 0.999993 0.375588 0.375588 0.375588 +5156.813477 0.000000 864.419861 0.000000 0.153892 0.000000 0.988088 0.377866 0.377866 0.377866 +5397.609863 0.000000 766.945862 0.000000 0.569829 0.000000 0.821764 0.385119 0.385119 0.385119 +5398.696289 0.000000 770.611572 0.000000 0.177403 0.000000 0.984138 0.376431 0.376431 0.376431 +5623.819336 0.000000 922.580933 0.000000 0.479522 0.000000 0.877530 0.385405 0.385405 0.385405 +5578.235840 0.000000 947.434204 0.000000 0.548835 0.000000 0.835931 0.386013 0.386013 0.386013 +5598.021484 0.000000 912.016907 0.000000 0.092923 0.000000 0.995673 0.376832 0.376832 0.376832 +5592.512695 0.000000 911.482910 0.000000 0.045180 0.000000 0.998979 0.375015 0.375015 0.375015 +5594.957520 0.000000 910.376831 0.000000 0.052858 0.000000 0.998602 0.375520 0.375520 0.375520 +5614.203125 0.000000 927.271362 0.000000 0.279345 0.000000 0.960191 0.378718 0.378718 0.378718 +5589.209473 0.000000 910.612244 0.000000 0.227423 0.000000 0.973796 0.378702 0.378702 0.378702 +5589.272461 0.000000 912.119568 0.000000 0.189755 0.000000 0.981832 0.376712 0.376712 0.376712 +5590.733398 0.000000 912.521118 0.000000 0.577218 0.000000 0.816590 0.383398 0.383398 0.383398 +5591.838867 0.000000 934.773682 0.000000 0.244316 0.000000 0.969696 0.377986 0.377986 0.377986 +5617.352051 0.000000 956.883667 0.000000 0.405409 0.000000 0.914136 0.380017 0.380017 0.380017 +5621.096191 0.000000 928.818481 0.000000 0.571004 0.000000 0.820947 0.383410 0.383410 0.383410 +5587.301758 0.000000 923.318848 0.000000 0.103622 0.000000 0.994617 0.375828 0.375828 0.375828 +5619.649902 0.000000 956.371643 0.000000 0.547633 0.000000 0.836719 0.382825 0.382825 0.382825 +5599.902832 0.000000 919.033691 0.000000 0.295517 0.000000 0.955337 0.378172 0.378172 0.378172 +5629.367188 0.000000 954.885742 0.000000 0.016514 0.000000 0.999864 0.374002 0.374002 0.374002 +5593.172852 0.000000 940.264771 0.000000 0.376878 0.000000 0.926263 0.379834 0.379834 0.379834 +5623.129883 0.000000 930.343384 0.000000 0.407503 0.000000 0.913204 0.379194 0.379194 0.379194 +5606.464355 0.000000 946.644043 0.000000 0.116101 0.000000 0.993237 0.373130 0.373130 0.373130 +5607.319336 0.000000 928.462708 0.000000 0.163454 0.000000 0.986551 0.373803 0.373803 0.373803 +5617.044434 0.000000 952.830322 0.000000 0.331053 0.000000 0.943612 0.378015 0.378015 0.378015 +5616.177246 0.000000 941.791931 0.000000 0.230020 0.000000 0.973186 0.374867 0.374867 0.374867 +5590.048340 0.000000 926.862915 0.000000 0.365456 0.000000 0.930829 0.378549 0.378549 0.378549 +5598.985352 0.000000 952.793884 0.000000 0.113708 0.000000 0.993514 0.372285 0.372285 0.372285 +5608.301758 0.000000 944.066833 0.000000 0.023395 0.000000 0.999726 0.371026 0.371026 0.371026 +5614.722168 0.000000 951.561584 0.000000 0.187867 0.000000 0.982195 0.373437 0.373437 0.373437 +5619.083008 0.000000 936.164185 0.000000 0.444647 0.000000 0.895706 0.378717 0.378717 0.378717 +5609.405762 0.000000 941.602844 0.000000 0.502722 0.000000 0.864448 0.379773 0.379773 0.379773 +5595.792969 0.000000 933.190735 0.000000 0.513026 0.000000 0.858373 0.380314 0.380314 0.380314 +5591.398438 0.000000 959.550232 0.000000 0.255589 0.000000 0.966785 0.375755 0.375755 0.375755 +5615.887207 0.000000 953.539673 0.000000 0.183346 0.000000 0.983049 0.373695 0.373695 0.373695 +5611.276855 0.000000 949.236572 0.000000 0.473933 0.000000 0.880561 0.379188 0.379188 0.379188 +5612.898438 0.000000 959.610840 0.000000 0.537953 0.000000 0.842975 0.381124 0.381124 0.381124 +5603.658203 0.000000 944.305359 0.000000 0.077819 0.000000 0.996968 0.370556 0.370556 0.370556 +5609.341797 0.000000 932.399963 0.000000 0.334625 0.000000 0.942352 0.375872 0.375872 0.375872 +5624.311035 0.000000 948.402100 0.000000 0.474434 0.000000 0.880291 0.379683 0.379683 0.379683 +5615.731934 0.000000 950.848755 0.000000 0.517798 0.000000 0.855503 0.380267 0.380267 0.380267 +5627.484375 0.000000 944.946289 0.000000 0.117892 0.000000 0.993026 0.372003 0.372003 0.372003 +5628.166992 0.000000 950.331177 0.000000 0.245772 0.000000 0.969328 0.375238 0.375238 0.375238 +5604.268066 0.000000 926.376038 0.000000 0.314901 0.000000 0.949125 0.376649 0.376649 0.376649 +5596.231934 0.000000 945.352783 0.000000 0.221401 0.000000 0.975183 0.373894 0.373894 0.373894 +5611.627441 0.000000 954.933472 0.000000 0.123338 0.000000 0.992365 0.371820 0.371820 0.371820 +5607.513672 0.000000 958.392090 0.000000 0.084077 0.000000 0.996459 0.372090 0.372090 0.372090 +5601.799316 0.000000 942.635925 0.000000 0.454349 0.000000 0.890824 0.378157 0.378157 0.378157 +5609.785156 0.000000 937.833313 0.000000 0.479985 0.000000 0.877277 0.379588 0.379588 0.379588 +5602.136719 0.000000 931.873840 0.000000 0.033200 0.000000 0.999449 0.369214 0.369214 0.369214 +5627.344238 0.000000 940.387085 0.000000 0.584823 0.000000 0.811161 0.382993 0.382993 0.382993 +5612.346191 0.000000 951.389893 0.000000 0.295293 0.000000 0.955407 0.374678 0.374678 0.374678 +5610.279785 0.000000 948.606750 0.000000 0.224821 0.000000 0.974400 0.374029 0.374029 0.374029 +5603.546875 0.000000 956.710144 0.000000 0.447116 0.000000 0.894476 0.379323 0.379323 0.379323 +5611.446289 0.000000 945.361572 0.000000 0.539543 0.000000 0.841958 0.381009 0.381009 0.381009 +5615.705078 0.000000 935.033813 0.000000 0.033095 0.000000 0.999452 0.370287 0.370287 0.370287 +5617.310547 0.000000 933.219849 0.000000 0.080381 0.000000 0.996764 0.370383 0.370383 0.370383 +5616.827148 0.000000 947.587891 0.000000 0.083807 0.000000 0.996482 0.370897 0.370897 0.370897 +5593.064941 0.000000 954.388672 0.000000 0.035217 0.000000 0.999380 0.369484 0.369484 0.369484 +5609.492676 0.000000 954.233765 0.000000 0.061757 0.000000 0.998091 0.372047 0.372047 0.372047 +5602.956543 0.000000 924.980164 0.000000 0.550705 0.000000 0.834700 0.381804 0.381804 0.381804 +5608.275879 0.000000 952.522583 0.000000 0.540614 0.000000 0.841271 0.380834 0.380834 0.380834 +5623.883789 0.000000 949.799072 0.000000 0.385506 0.000000 0.922705 0.376825 0.376825 0.376825 +5617.638184 0.000000 944.838684 0.000000 0.416358 0.000000 0.909201 0.377888 0.377888 0.377888 +5625.571289 0.000000 943.605835 0.000000 0.273142 0.000000 0.961974 0.375704 0.375704 0.375704 +5613.231445 0.000000 957.332886 0.000000 0.404856 0.000000 0.914381 0.377644 0.377644 0.377644 +5609.081055 0.000000 931.267334 0.000000 0.316144 0.000000 0.948711 0.376673 0.376673 0.376673 +5607.180176 0.000000 934.174377 0.000000 0.219406 0.000000 0.975634 0.373585 0.373585 0.373585 +5596.615723 0.000000 938.236694 0.000000 0.523920 0.000000 0.851768 0.380150 0.380150 0.380150 +5605.876953 0.000000 927.567383 0.000000 0.572182 0.000000 0.820127 0.382042 0.382042 0.382042 +5619.956055 0.000000 949.184937 0.000000 0.368638 0.000000 0.929573 0.376645 0.376645 0.376645 +5596.225586 0.000000 931.379944 0.000000 0.202438 0.000000 0.979295 0.373177 0.373177 0.373177 +5618.433594 0.000000 941.508484 0.000000 0.236321 0.000000 0.971675 0.374191 0.374191 0.374191 +5601.533203 0.000000 929.809387 0.000000 0.384277 0.000000 0.923218 0.377092 0.377092 0.377092 +5594.105957 0.000000 924.450928 0.000000 0.536668 0.000000 0.843794 0.379941 0.379941 0.379941 +5593.314941 0.000000 956.479736 0.000000 0.207912 0.000000 0.978148 0.373422 0.373422 0.373422 +5617.606934 0.000000 934.557312 0.000000 0.213209 0.000000 0.977007 0.373867 0.373867 0.373867 +5621.139160 0.000000 943.744995 0.000000 0.403186 0.000000 0.915118 0.377089 0.377089 0.377089 +5596.235840 0.000000 946.427063 0.000000 0.172438 0.000000 0.985020 0.372647 0.372647 0.372647 +5621.292480 0.000000 933.316772 0.000000 0.551213 0.000000 0.834365 0.380879 0.380879 0.380879 +5601.256836 0.000000 940.596802 0.000000 0.363871 0.000000 0.931449 0.376006 0.376006 0.376006 +5627.046387 0.000000 937.933716 0.000000 0.516847 0.000000 0.856078 0.379630 0.379630 0.379630 +5597.200684 0.000000 952.695740 0.000000 0.323991 0.000000 0.946060 0.375031 0.375031 0.375031 +5596.338867 0.000000 948.251892 0.000000 0.030866 0.000000 0.999524 0.369782 0.369782 0.369782 +5598.140625 0.000000 939.416382 0.000000 0.299725 0.000000 0.954026 0.374897 0.374897 0.374897 +5614.206055 0.000000 932.697754 0.000000 0.263178 0.000000 0.964747 0.374142 0.374142 0.374142 +5606.218750 0.000000 952.747437 0.000000 0.395146 0.000000 0.918618 0.376624 0.376624 0.376624 +5604.659668 0.000000 939.847900 0.000000 0.521478 0.000000 0.853264 0.379584 0.379584 0.379584 +5609.240234 0.000000 934.266541 0.000000 0.415152 0.000000 0.909752 0.377007 0.377007 0.377007 +5604.296387 0.000000 930.735168 0.000000 0.546133 0.000000 0.837698 0.380117 0.380117 0.380117 +5601.412109 0.000000 975.191467 0.000000 0.252193 0.000000 0.967677 0.381209 0.381209 0.381209 +5578.166504 0.000000 966.747986 0.000000 0.166437 0.000000 0.986052 0.378905 0.378905 0.378905 +5627.529785 0.000000 960.881348 0.000000 0.501199 0.000000 0.865332 0.384387 0.384387 0.384387 +5586.338867 0.000000 968.267578 0.000000 0.578071 0.000000 0.815986 0.383797 0.383797 0.383797 +5593.534668 0.000000 969.796387 0.000000 0.088885 0.000000 0.996042 0.373661 0.373661 0.373661 +5622.252441 0.000000 962.789001 0.000000 0.155871 0.000000 0.987777 0.375708 0.375708 0.375708 +5585.011230 0.000000 961.571533 0.000000 0.147006 0.000000 0.989136 0.373919 0.373919 0.373919 +5604.202637 0.000000 963.882996 0.000000 0.326320 0.000000 0.945259 0.375637 0.375637 0.375637 +5609.855957 0.000000 961.250000 0.000000 0.494524 0.000000 0.869164 0.379012 0.379012 0.379012 +5592.312988 0.000000 963.663452 0.000000 0.473253 0.000000 0.880927 0.379335 0.379335 0.379335 +5604.343262 0.000000 966.775757 0.000000 0.568515 0.000000 0.822673 0.382104 0.382104 0.382104 +5596.237305 0.000000 964.209656 0.000000 0.139800 0.000000 0.990180 0.372286 0.372286 0.372286 +5613.104004 0.000000 961.688843 0.000000 0.436524 0.000000 0.899693 0.378320 0.378320 0.378320 +5593.950684 0.000000 962.214905 0.000000 0.259272 0.000000 0.965804 0.374911 0.374911 0.374911 +5617.862305 0.000000 961.436218 0.000000 0.382234 0.000000 0.924065 0.376873 0.376873 0.376873 +5611.303711 0.000000 962.794556 0.000000 0.314196 0.000000 0.949358 0.374823 0.374823 0.374823 +5597.639160 0.000000 963.709534 0.000000 0.549633 0.000000 0.835407 0.380546 0.380546 0.380546 +5603.494629 0.000000 962.932800 0.000000 0.009059 0.000000 0.999959 0.369198 0.369198 0.369198 +5646.389160 0.000000 937.134705 0.000000 0.562640 0.000000 0.826702 0.385956 0.385956 0.385956 +5635.099121 0.000000 930.451660 0.000000 0.119480 0.000000 0.992837 0.378120 0.378120 0.378120 +5654.604004 0.000000 942.279663 0.000000 0.336517 0.000000 0.941677 0.381796 0.381796 0.381796 +5633.280273 0.000000 937.599365 0.000000 0.483585 0.000000 0.875298 0.380359 0.380359 0.380359 +5637.933594 0.000000 944.586609 0.000000 0.355743 0.000000 0.934584 0.376916 0.376916 0.376916 +5633.519531 0.000000 951.293762 0.000000 0.076948 0.000000 0.997035 0.370464 0.370464 0.370464 +5638.988770 0.000000 945.210205 0.000000 0.042692 0.000000 0.999088 0.370014 0.370014 0.370014 +5633.670898 0.000000 953.670715 0.000000 0.523183 0.000000 0.852220 0.380999 0.380999 0.380999 +5632.369141 0.000000 943.277161 0.000000 0.583815 0.000000 0.811887 0.382025 0.382025 0.382025 +5636.485840 0.000000 951.100342 0.000000 0.478013 0.000000 0.878353 0.379385 0.379385 0.379385 +5646.294922 0.000000 950.258301 0.000000 0.178502 0.000000 0.983940 0.372003 0.372003 0.372003 +5637.164062 0.000000 949.177246 0.000000 0.334619 0.000000 0.942353 0.375381 0.375381 0.375381 +5655.491699 0.000000 960.865906 0.000000 0.213048 0.000000 0.977042 0.382327 0.382327 0.382327 +5688.654297 0.000000 1033.931641 0.000000 0.351347 0.000000 0.936245 0.380820 0.380820 0.380820 +5661.380859 0.000000 1036.116455 0.000000 0.178596 0.000000 0.983923 0.378118 0.378118 0.378118 +5664.608398 0.000000 1048.250000 0.000000 0.069764 0.000000 0.997563 0.376018 0.376018 0.376018 +5663.082031 0.000000 1052.866455 0.000000 0.367345 0.000000 0.930085 0.377930 0.377930 0.377930 +5680.827148 0.000000 1060.556641 0.000000 0.131935 0.000000 0.991258 0.371127 0.371127 0.371127 +5689.484375 0.000000 1057.734619 0.000000 0.145715 0.000000 0.989327 0.373113 0.373113 0.373113 +5662.069336 0.000000 1029.846924 0.000000 0.167000 0.000000 0.985957 0.369947 0.369947 0.369947 +5688.073242 0.000000 1056.157471 0.000000 0.135774 0.000000 0.990740 0.372923 0.372923 0.372923 +5672.466309 0.000000 1050.256226 0.000000 0.202017 0.000000 0.979382 0.370983 0.370983 0.370983 +5664.682129 0.000000 1034.133057 0.000000 0.529675 0.000000 0.848201 0.380231 0.380231 0.380231 +5694.353027 0.000000 1044.182983 0.000000 0.187152 0.000000 0.982331 0.364794 0.364794 0.364794 +5661.834473 0.000000 1049.454590 0.000000 0.187032 0.000000 0.982354 0.368933 0.368933 0.368933 +5694.219727 0.000000 1051.254028 0.000000 0.213223 0.000000 0.977003 0.372107 0.372107 0.372107 +5695.314453 0.000000 1045.603271 0.000000 0.183706 0.000000 0.982981 0.364705 0.364705 0.364705 +5688.525879 0.000000 1058.142212 0.000000 0.079691 0.000000 0.996820 0.367690 0.367690 0.367690 +5670.622070 0.000000 1050.894409 0.000000 0.030539 0.000000 0.999534 0.360778 0.360778 0.360778 +5691.962891 0.000000 1054.294189 0.000000 0.080684 0.000000 0.996740 0.362057 0.362057 0.362057 +5668.909180 0.000000 1050.691895 0.000000 0.437108 0.000000 0.899409 0.371520 0.371520 0.371520 +5691.009277 0.000000 1067.977295 0.000000 0.111815 0.000000 0.993729 0.364456 0.364456 0.364456 +5664.570312 0.000000 1041.814331 0.000000 0.145522 0.000000 0.989355 0.365071 0.365071 0.365071 +5691.424805 0.000000 1072.890259 0.000000 0.523832 0.000000 0.851821 0.374040 0.374040 0.374040 +5660.538086 0.000000 1028.806152 0.000000 0.101153 0.000000 0.994871 0.367276 0.367276 0.367276 +5669.131348 0.000000 1049.725708 0.000000 0.237704 0.000000 0.971338 0.366112 0.366112 0.366112 +5660.115723 0.000000 1051.930664 0.000000 0.544186 0.000000 0.838964 0.376989 0.376989 0.376989 +5666.308105 0.000000 1046.541870 0.000000 0.364658 0.000000 0.931142 0.369505 0.369505 0.369505 +5692.863281 0.000000 1031.514160 0.000000 0.287622 0.000000 0.957744 0.368259 0.368259 0.368259 +5694.699707 0.000000 1041.230591 0.000000 0.022711 0.000000 0.999742 0.360578 0.360578 0.360578 +5692.342773 0.000000 1069.600342 0.000000 0.446324 0.000000 0.894871 0.371781 0.371781 0.371781 +5666.152344 0.000000 1047.374756 0.000000 0.576882 0.000000 0.816828 0.375658 0.375658 0.375658 +5732.620605 0.000000 1063.427246 0.000000 0.332311 0.000000 0.943170 0.383390 0.383390 0.383390 +5735.591309 0.000000 1058.554810 0.000000 0.342242 0.000000 0.939612 0.382679 0.382679 0.382679 +5722.529785 0.000000 1072.125610 0.000000 0.231826 0.000000 0.972757 0.379641 0.379641 0.379641 +5721.549805 0.000000 1071.605713 0.000000 0.562182 0.000000 0.827013 0.379093 0.379093 0.379093 +5732.699219 0.000000 1058.233643 0.000000 0.442199 0.000000 0.896917 0.378276 0.378276 0.378276 +5733.165527 0.000000 1054.761597 0.000000 0.023443 0.000000 0.999725 0.369018 0.369018 0.369018 +5729.586426 0.000000 1063.838867 0.000000 0.303111 0.000000 0.952955 0.371625 0.371625 0.371625 +5716.864746 0.000000 1069.885376 0.000000 0.108049 0.000000 0.994146 0.367723 0.367723 0.367723 +5707.444824 0.000000 1030.868042 0.000000 0.160216 0.000000 0.987082 0.366843 0.366843 0.366843 +5726.393066 0.000000 1066.560181 0.000000 0.497434 0.000000 0.867502 0.375827 0.375827 0.375827 +5720.628906 0.000000 1071.095215 0.000000 0.382862 0.000000 0.923806 0.374710 0.374710 0.374710 +5723.129883 0.000000 1059.523071 0.000000 0.538634 0.000000 0.842540 0.377236 0.377236 0.377236 +5697.727051 0.000000 1038.699951 0.000000 0.063172 0.000000 0.998003 0.364621 0.364621 0.364621 +5703.262207 0.000000 1028.475708 0.000000 0.526267 0.000000 0.850319 0.377564 0.377564 0.377564 +5699.472656 0.000000 1057.611938 0.000000 0.497467 0.000000 0.867483 0.377296 0.377296 0.377296 +5726.850586 0.000000 1062.042114 0.000000 0.296715 0.000000 0.954966 0.367671 0.367671 0.367671 +5710.078125 0.000000 1070.484863 0.000000 0.236440 0.000000 0.971646 0.369072 0.369072 0.369072 +5698.389160 0.000000 1068.434570 0.000000 0.315060 0.000000 0.949072 0.368162 0.368162 0.368162 +5699.833008 0.000000 1069.332153 0.000000 0.117835 0.000000 0.993033 0.363008 0.363008 0.363008 +5701.162109 0.000000 1067.189819 0.000000 0.585091 0.000000 0.810967 0.375915 0.375915 0.375915 +5723.913086 0.000000 1056.683228 0.000000 0.228422 0.000000 0.973562 0.365869 0.365869 0.365869 +5712.749023 0.000000 1071.420166 0.000000 0.256781 0.000000 0.966469 0.366613 0.366613 0.366613 +5697.014648 0.000000 1063.645996 0.000000 0.229013 0.000000 0.973423 0.365884 0.365884 0.365884 +5718.163574 0.000000 1072.300659 0.000000 0.483397 0.000000 0.875401 0.372848 0.372848 0.372848 +5716.348633 0.000000 1071.409424 0.000000 0.536874 0.000000 0.843663 0.374432 0.374432 0.374432 +5710.809570 0.000000 1068.705322 0.000000 0.124687 0.000000 0.992196 0.363183 0.363183 0.363183 +5705.565918 0.000000 1062.215942 0.000000 0.172835 0.000000 0.984951 0.364423 0.364423 0.364423 +5730.918945 0.000000 1057.116821 0.000000 0.443466 0.000000 0.896291 0.371700 0.371700 0.371700 +5697.625977 0.000000 1070.695312 0.000000 0.038719 0.000000 0.999250 0.360986 0.360986 0.360986 +5698.985840 0.000000 1070.691284 0.000000 0.482517 0.000000 0.875887 0.372822 0.372822 0.372822 +5660.944336 0.000000 1109.070557 0.000000 0.028702 0.000000 0.999588 0.377825 0.377825 0.377825 +5671.382324 0.000000 1106.821655 0.000000 0.238011 0.000000 0.971262 0.378675 0.378675 0.378675 +5694.321777 0.000000 1091.535278 0.000000 0.170672 0.000000 0.985328 0.377642 0.377642 0.377642 +5695.184082 0.000000 1087.233521 0.000000 0.476445 0.000000 0.879204 0.374416 0.374416 0.374416 +5690.916016 0.000000 1085.954224 0.000000 0.420353 0.000000 0.907361 0.371047 0.371047 0.371047 +5664.706543 0.000000 1081.602417 0.000000 0.338209 0.000000 0.941071 0.373498 0.373498 0.373498 +5669.131348 0.000000 1106.210083 0.000000 0.170494 0.000000 0.985359 0.367507 0.367507 0.367507 +5662.799805 0.000000 1083.414185 0.000000 0.475246 0.000000 0.879853 0.373793 0.373793 0.373793 +5689.922852 0.000000 1075.073608 0.000000 0.381069 0.000000 0.924547 0.371016 0.371016 0.371016 +5689.898926 0.000000 1080.043335 0.000000 0.162290 0.000000 0.986743 0.364151 0.364151 0.364151 +5663.801758 0.000000 1083.070923 0.000000 0.287481 0.000000 0.957786 0.368831 0.368831 0.368831 +5692.789062 0.000000 1082.325073 0.000000 0.325553 0.000000 0.945524 0.368444 0.368444 0.368444 +5693.256836 0.000000 1076.350830 0.000000 0.112343 0.000000 0.993669 0.362867 0.362867 0.362867 +5704.070801 0.000000 1076.995972 0.000000 0.536509 0.000000 0.843895 0.381543 0.381543 0.381543 +5711.058105 0.000000 1078.929565 0.000000 0.308120 0.000000 0.951348 0.375385 0.375385 0.375385 +5706.822754 0.000000 1073.213013 0.000000 0.521001 0.000000 0.853556 0.378245 0.378245 0.378245 +5704.761230 0.000000 1081.894409 0.000000 0.263439 0.000000 0.964676 0.372519 0.372519 0.372519 +5696.804688 0.000000 1082.088379 0.000000 0.585158 0.000000 0.810920 0.375917 0.375917 0.375917 +5700.784668 0.000000 1077.588623 0.000000 0.139719 0.000000 0.990191 0.363570 0.363570 0.363570 +4213.007812 0.000000 2244.041016 0.000000 0.306226 0.000000 0.951959 0.381510 0.381510 0.381510 +4214.203613 0.000000 2243.221191 0.000000 0.459459 0.000000 0.888199 0.381438 0.381438 0.381438 +4232.309570 0.000000 2231.683838 0.000000 0.290897 0.000000 0.956754 0.379745 0.379745 0.379745 +4201.656250 0.000000 2355.969238 0.000000 0.063808 0.000000 0.997962 0.379760 0.379760 0.379760 +4193.412109 0.000000 2330.816406 0.000000 0.008206 0.000000 0.999966 0.378388 0.378388 0.378388 +4215.044922 0.000000 2354.947754 0.000000 0.179505 0.000000 0.983757 0.380146 0.380146 0.380146 +4209.424316 0.000000 2354.275879 0.000000 0.099142 0.000000 0.995073 0.378693 0.378693 0.378693 +4202.440430 0.000000 2332.068359 0.000000 0.175592 0.000000 0.984463 0.378558 0.378558 0.378558 +4210.425293 0.000000 2318.013672 0.000000 0.243458 0.000000 0.969912 0.379890 0.379890 0.379890 +4194.177734 0.000000 2342.792480 0.000000 0.423060 0.000000 0.906102 0.382957 0.382957 0.382957 +4199.260742 0.000000 2337.463379 0.000000 0.131180 0.000000 0.991359 0.378441 0.378441 0.378441 +4200.256348 0.000000 2332.707031 0.000000 0.223796 0.000000 0.974636 0.379717 0.379717 0.379717 +4205.674805 0.000000 2328.862793 0.000000 0.301417 0.000000 0.953492 0.379920 0.379920 0.379920 +4200.687988 0.000000 2338.360107 0.000000 0.346798 0.000000 0.937940 0.380804 0.380804 0.380804 +4222.913574 0.000000 2361.897949 0.000000 0.447053 0.000000 0.894507 0.381644 0.381644 0.381644 +4229.119141 0.000000 2275.809326 0.000000 0.209330 0.000000 0.977845 0.382074 0.382074 0.382074 +4232.908691 0.000000 2305.274902 0.000000 0.102348 0.000000 0.994749 0.380572 0.380572 0.380572 +4265.656250 0.000000 2299.484863 0.000000 0.262835 0.000000 0.964841 0.382214 0.382214 0.382214 +4238.686523 0.000000 2273.966553 0.000000 0.170511 0.000000 0.985356 0.379946 0.379946 0.379946 +4228.756836 0.000000 2278.168213 0.000000 0.341963 0.000000 0.939713 0.382553 0.382553 0.382553 +4259.522949 0.000000 2304.020996 0.000000 0.555911 0.000000 0.831242 0.385986 0.385986 0.385986 +4240.098633 0.000000 2269.134521 0.000000 0.087043 0.000000 0.996205 0.377776 0.377776 0.377776 +4249.598145 0.000000 2283.006592 0.000000 0.221457 0.000000 0.975170 0.379681 0.379681 0.379681 +4267.628906 0.000000 2299.766113 0.000000 0.374927 0.000000 0.927054 0.382464 0.382464 0.382464 +4245.008301 0.000000 2288.479980 0.000000 0.496928 0.000000 0.867792 0.384418 0.384418 0.384418 +4279.893555 0.000000 2302.879883 0.000000 0.482064 0.000000 0.876136 0.383366 0.383366 0.383366 +4283.964844 0.000000 2310.676758 0.000000 0.030926 0.000000 0.999522 0.375934 0.375934 0.375934 +4264.728027 0.000000 2302.188721 0.000000 0.185192 0.000000 0.982702 0.375389 0.375389 0.375389 +4269.556641 0.000000 2305.018311 0.000000 0.341648 0.000000 0.939828 0.378581 0.378581 0.378581 +4276.601074 0.000000 2310.312500 0.000000 0.524942 0.000000 0.851138 0.381495 0.381495 0.381495 +4270.797363 0.000000 2311.178223 0.000000 0.491974 0.000000 0.870610 0.381063 0.381063 0.381063 +4281.099121 0.000000 2306.377197 0.000000 0.115404 0.000000 0.993319 0.374062 0.374062 0.374062 +4268.614746 0.000000 2308.631592 0.000000 0.095264 0.000000 0.995452 0.374143 0.374143 0.374143 +4271.887207 0.000000 2309.164795 0.000000 0.229031 0.000000 0.973419 0.375316 0.375316 0.375316 +4274.230469 0.000000 2310.331299 0.000000 0.099838 0.000000 0.995004 0.373195 0.373195 0.373195 +4282.145020 0.000000 2304.519043 0.000000 0.148145 0.000000 0.988966 0.373230 0.373230 0.373230 +4295.213379 0.000000 2297.574951 0.000000 0.541552 0.000000 0.840667 0.386040 0.386040 0.386040 +4311.339844 0.000000 2291.782471 0.000000 0.159953 0.000000 0.987125 0.380144 0.380144 0.380144 +4311.724609 0.000000 2286.504395 0.000000 0.335162 0.000000 0.942161 0.377663 0.377663 0.377663 +4302.047363 0.000000 2286.572266 0.000000 0.526401 0.000000 0.850236 0.381628 0.381628 0.381628 +4253.422852 0.000000 2354.411133 0.000000 0.452526 0.000000 0.891751 0.384934 0.384934 0.384934 +4232.614258 0.000000 2329.388184 0.000000 0.478096 0.000000 0.878308 0.384955 0.384955 0.384955 +4226.552734 0.000000 2371.935547 0.000000 0.393592 0.000000 0.919285 0.383578 0.383578 0.383578 +4226.944824 0.000000 2333.255371 0.000000 0.406522 0.000000 0.913641 0.383662 0.383662 0.383662 +4274.103516 0.000000 2364.192383 0.000000 0.507081 0.000000 0.861899 0.384903 0.384903 0.384903 +4263.167969 0.000000 2364.329346 0.000000 0.477510 0.000000 0.878626 0.384249 0.384249 0.384249 +4274.394043 0.000000 2367.981201 0.000000 0.548859 0.000000 0.835915 0.385569 0.385569 0.385569 +4251.739258 0.000000 2359.482666 0.000000 0.462231 0.000000 0.886759 0.383723 0.383723 0.383723 +4249.774414 0.000000 2365.558594 0.000000 0.101681 0.000000 0.994817 0.377336 0.377336 0.377336 +4258.837891 0.000000 2363.950684 0.000000 0.252543 0.000000 0.967586 0.378916 0.378916 0.378916 +4237.763672 0.000000 2370.497559 0.000000 0.457873 0.000000 0.889018 0.381626 0.381626 0.381626 +4217.460938 0.000000 2372.447021 0.000000 0.580970 0.000000 0.813925 0.386706 0.386706 0.386706 +4228.602051 0.000000 2374.949463 0.000000 0.341227 0.000000 0.939981 0.382480 0.382480 0.382480 +4234.618164 0.000000 2385.888184 0.000000 0.186502 0.000000 0.982455 0.379626 0.379626 0.379626 +4458.288574 0.000000 2282.522705 0.000000 0.255631 0.000000 0.966774 0.382374 0.382374 0.382374 +4450.967773 0.000000 2294.117676 0.000000 0.357279 0.000000 0.933998 0.381161 0.381161 0.381161 +4440.422363 0.000000 2289.075195 0.000000 0.038209 0.000000 0.999270 0.376737 0.376737 0.376737 +4464.891113 0.000000 2287.749023 0.000000 0.256278 0.000000 0.966603 0.379567 0.379567 0.379567 +4456.074707 0.000000 2291.708008 0.000000 0.165451 0.000000 0.986218 0.377067 0.377067 0.377067 +"} object={ name="oak_dense_generator_3_1" clamp_to_water_level=no @@ -14,8 +925,882 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_02_mesh" - count=0 -} + count=874 + transform="5055.958008 0.000000 755.195862 0.000000 0.668406 0.000000 0.743797 0.389237 0.389237 0.389237 +5045.994141 0.000000 755.583008 0.000000 0.675854 0.000000 0.737036 0.389077 0.389077 0.389077 +4994.026855 0.000000 782.923096 0.000000 0.944083 0.000000 0.329708 0.395152 0.395152 0.395152 +5035.407227 0.000000 778.524902 0.000000 0.787746 0.000000 0.616000 0.390092 0.390092 0.390092 +5031.104492 0.000000 746.190491 0.000000 0.767916 0.000000 0.640550 0.389551 0.389551 0.389551 +5006.469238 0.000000 752.955444 0.000000 0.755614 0.000000 0.655017 0.388232 0.388232 0.388232 +5009.817871 0.000000 753.457947 0.000000 0.835614 0.000000 0.549317 0.390331 0.390331 0.390331 +4997.041016 0.000000 778.073425 0.000000 0.887424 0.000000 0.460954 0.391867 0.391867 0.391867 +5035.818848 0.000000 771.798767 0.000000 0.925267 0.000000 0.379317 0.392735 0.392735 0.392735 +4996.788086 0.000000 756.797729 0.000000 0.659304 0.000000 0.751877 0.385512 0.385512 0.385512 +5034.351562 0.000000 783.385254 0.000000 0.627757 0.000000 0.778409 0.383919 0.383919 0.383919 +5036.134277 0.000000 769.278198 0.000000 0.856236 0.000000 0.516585 0.389890 0.389890 0.389890 +5006.689941 0.000000 770.641174 0.000000 0.711396 0.000000 0.702792 0.385058 0.385058 0.385058 +4997.575684 0.000000 755.645386 0.000000 0.639843 0.000000 0.768506 0.384245 0.384245 0.384245 +5037.871094 0.000000 784.180115 0.000000 0.901373 0.000000 0.433044 0.391838 0.391838 0.391838 +5037.710938 0.000000 785.496094 0.000000 0.949421 0.000000 0.314005 0.394179 0.394179 0.394179 +5010.263672 0.000000 746.383423 0.000000 0.697387 0.000000 0.716695 0.384679 0.384679 0.384679 +5053.613770 0.000000 760.868042 0.000000 0.930411 0.000000 0.366517 0.393123 0.393123 0.393123 +4997.319336 0.000000 754.265320 0.000000 0.703418 0.000000 0.710776 0.385789 0.385789 0.385789 +5039.663086 0.000000 751.380066 0.000000 0.775914 0.000000 0.630839 0.386605 0.386605 0.386605 +5035.242188 0.000000 751.353333 0.000000 0.882792 0.000000 0.469764 0.390135 0.390135 0.390135 +5004.104980 0.000000 777.195618 0.000000 0.898188 0.000000 0.439611 0.391341 0.391341 0.391341 +5002.347656 0.000000 774.366516 0.000000 0.751800 0.000000 0.659392 0.385188 0.385188 0.385188 +5023.979004 0.000000 763.364807 0.000000 0.790763 0.000000 0.612122 0.386416 0.386416 0.386416 +5001.062988 0.000000 776.276855 0.000000 0.950402 0.000000 0.311026 0.393210 0.393210 0.393210 +5040.471680 0.000000 759.098633 0.000000 0.891098 0.000000 0.453810 0.389769 0.389769 0.389769 +5009.250000 0.000000 746.977783 0.000000 0.938581 0.000000 0.345059 0.393228 0.393228 0.393228 +5041.606934 0.000000 765.104187 0.000000 0.793551 0.000000 0.608504 0.386020 0.386020 0.386020 +5005.676758 0.000000 771.290894 0.000000 0.875524 0.000000 0.483174 0.389551 0.389551 0.389551 +5002.056641 0.000000 757.944092 0.000000 0.918261 0.000000 0.395976 0.391238 0.391238 0.391238 +5003.732910 0.000000 756.608398 0.000000 0.895401 0.000000 0.445260 0.390069 0.390069 0.390069 +5024.682129 0.000000 751.711182 0.000000 0.880003 0.000000 0.474968 0.389547 0.389547 0.389547 +5036.578125 0.000000 764.684387 0.000000 0.905369 0.000000 0.424626 0.390234 0.390234 0.390234 +5033.171875 0.000000 757.773438 0.000000 0.607215 0.000000 0.794537 0.381798 0.381798 0.381798 +5016.939453 0.000000 779.608032 0.000000 0.890291 0.000000 0.455393 0.390580 0.390580 0.390580 +5003.538086 0.000000 757.641846 0.000000 0.864154 0.000000 0.503228 0.388652 0.388652 0.388652 +5020.338867 0.000000 778.798767 0.000000 0.939148 0.000000 0.343514 0.391999 0.391999 0.391999 +5011.158691 0.000000 788.627808 0.000000 0.926574 0.000000 0.376112 0.390990 0.390990 0.390990 +5022.965820 0.000000 763.786133 0.000000 0.795685 0.000000 0.605711 0.386582 0.386582 0.386582 +5035.729004 0.000000 755.352417 0.000000 0.843315 0.000000 0.537420 0.388782 0.388782 0.388782 +5007.381836 0.000000 789.863525 0.000000 0.943970 0.000000 0.330031 0.391435 0.391435 0.391435 +5000.403320 0.000000 785.044373 0.000000 0.936368 0.000000 0.351020 0.391780 0.391780 0.391780 +5031.420898 0.000000 765.800537 0.000000 0.720381 0.000000 0.693579 0.380483 0.380483 0.380483 +5010.751953 0.000000 748.361389 0.000000 0.622862 0.000000 0.782331 0.380487 0.380487 0.380487 +5018.199707 0.000000 762.444397 0.000000 0.889726 0.000000 0.456495 0.387928 0.387928 0.387928 +5033.240234 0.000000 764.813416 0.000000 0.829038 0.000000 0.559192 0.384889 0.384889 0.384889 +5012.845703 0.000000 779.774414 0.000000 0.595837 0.000000 0.803106 0.381003 0.381003 0.381003 +5020.289062 0.000000 758.500549 0.000000 0.939805 0.000000 0.341711 0.391450 0.391450 0.391450 +5035.257324 0.000000 757.109680 0.000000 0.726815 0.000000 0.686833 0.384727 0.384727 0.384727 +5012.484375 0.000000 759.070312 0.000000 0.945205 0.000000 0.326477 0.392046 0.392046 0.392046 +5021.979492 0.000000 762.500610 0.000000 0.650807 0.000000 0.759243 0.381145 0.381145 0.381145 +5003.251465 0.000000 779.227844 0.000000 0.867684 0.000000 0.497117 0.389349 0.389349 0.389349 +5013.995605 0.000000 774.802795 0.000000 0.922085 0.000000 0.386988 0.391310 0.391310 0.391310 +5021.353516 0.000000 789.231201 0.000000 0.888929 0.000000 0.458044 0.387884 0.387884 0.387884 +5015.415527 0.000000 785.809082 0.000000 0.947184 0.000000 0.320692 0.392127 0.392127 0.392127 +5019.129883 0.000000 777.101196 0.000000 0.804903 0.000000 0.593406 0.386360 0.386360 0.386360 +5019.948730 0.000000 786.122498 0.000000 0.676195 0.000000 0.736723 0.378910 0.378910 0.378910 +5031.671875 0.000000 779.737610 0.000000 0.622975 0.000000 0.782241 0.378472 0.378472 0.378472 +5029.378906 0.000000 790.726074 0.000000 0.933196 0.000000 0.359367 0.391557 0.391557 0.391557 +5024.414062 0.000000 770.328735 0.000000 0.643763 0.000000 0.765225 0.377810 0.377810 0.377810 +5000.217285 0.000000 780.910095 0.000000 0.853909 0.000000 0.520422 0.387674 0.387674 0.387674 +5006.926270 0.000000 758.112854 0.000000 0.937807 0.000000 0.347157 0.392353 0.392353 0.392353 +5026.731934 0.000000 786.047302 0.000000 0.831874 0.000000 0.554965 0.385753 0.385753 0.385753 +5006.662598 0.000000 789.185120 0.000000 0.700394 0.000000 0.713756 0.379759 0.379759 0.379759 +5014.068359 0.000000 749.024231 0.000000 0.940683 0.000000 0.339288 0.392084 0.392084 0.392084 +5009.119629 0.000000 782.555542 0.000000 0.946371 0.000000 0.323082 0.392854 0.392854 0.392854 +5028.909180 0.000000 768.270020 0.000000 0.868101 0.000000 0.496387 0.386773 0.386773 0.386773 +5010.972168 0.000000 785.013977 0.000000 0.696751 0.000000 0.717313 0.381827 0.381827 0.381827 +5026.604004 0.000000 790.474304 0.000000 0.841534 0.000000 0.540203 0.387633 0.387633 0.387633 +5007.460938 0.000000 781.435669 0.000000 0.623719 0.000000 0.781649 0.380779 0.380779 0.380779 +5014.823730 0.000000 789.354919 0.000000 0.840375 0.000000 0.542005 0.385699 0.385699 0.385699 +5023.888672 0.000000 790.449829 0.000000 0.740835 0.000000 0.671687 0.381246 0.381246 0.381246 +5034.251953 0.000000 761.399414 0.000000 0.622844 0.000000 0.782346 0.377122 0.377122 0.377122 +5020.200684 0.000000 781.592224 0.000000 0.733960 0.000000 0.679192 0.382030 0.382030 0.382030 +5001.779297 0.000000 776.836792 0.000000 0.724660 0.000000 0.689107 0.383677 0.383677 0.383677 +5020.412109 0.000000 760.169434 0.000000 0.800375 0.000000 0.599499 0.385363 0.385363 0.385363 +5002.756348 0.000000 789.856018 0.000000 0.670543 0.000000 0.741870 0.378715 0.378715 0.378715 +5036.581055 0.000000 787.137695 0.000000 0.875755 0.000000 0.482756 0.388278 0.388278 0.388278 +5003.493652 0.000000 789.266724 0.000000 0.666972 0.000000 0.745083 0.378593 0.378593 0.378593 +5034.533691 0.000000 760.101257 0.000000 0.737311 0.000000 0.675554 0.381112 0.381112 0.381112 +5024.570312 0.000000 759.392456 0.000000 0.778050 0.000000 0.628202 0.384976 0.384976 0.384976 +5019.349609 0.000000 789.303711 0.000000 0.790026 0.000000 0.613073 0.383195 0.383195 0.383195 +5007.359863 0.000000 748.235535 0.000000 0.759158 0.000000 0.650906 0.384535 0.384535 0.384535 +5019.044922 0.000000 754.877136 0.000000 0.707228 0.000000 0.706985 0.382435 0.382435 0.382435 +5010.104004 0.000000 760.332092 0.000000 0.661149 0.000000 0.750255 0.380428 0.380428 0.380428 +5033.803711 0.000000 790.098877 0.000000 0.724605 0.000000 0.689164 0.380638 0.380638 0.380638 +5015.802734 0.000000 748.504700 0.000000 0.864311 0.000000 0.502957 0.387948 0.387948 0.387948 +5004.220215 0.000000 786.946594 0.000000 0.807512 0.000000 0.589851 0.383935 0.383935 0.383935 +5005.666504 0.000000 790.715271 0.000000 0.631709 0.000000 0.775205 0.377412 0.377412 0.377412 +5022.598145 0.000000 761.820129 0.000000 0.639759 0.000000 0.768576 0.380128 0.380128 0.380128 +5021.604980 0.000000 771.987610 0.000000 0.588510 0.000000 0.808490 0.376540 0.376540 0.376540 +5016.856934 0.000000 763.198059 0.000000 0.950760 0.000000 0.309928 0.391976 0.391976 0.391976 +5006.654297 0.000000 782.742920 0.000000 0.844772 0.000000 0.535126 0.387059 0.387059 0.387059 +5026.722656 0.000000 766.560181 0.000000 0.702944 0.000000 0.711245 0.381945 0.381945 0.381945 +5030.179688 0.000000 778.944641 0.000000 0.806529 0.000000 0.591195 0.384840 0.384840 0.384840 +5017.509277 0.000000 781.288452 0.000000 0.876961 0.000000 0.480562 0.388436 0.388436 0.388436 +5015.622559 0.000000 784.058655 0.000000 0.765814 0.000000 0.643062 0.383155 0.383155 0.383155 +5005.829590 0.000000 784.226318 0.000000 0.788398 0.000000 0.615165 0.384814 0.384814 0.384814 +5029.912109 0.000000 766.881775 0.000000 0.790378 0.000000 0.612619 0.383209 0.383209 0.383209 +5019.523438 0.000000 783.478333 0.000000 0.662908 0.000000 0.748701 0.378454 0.378454 0.378454 +5017.665527 0.000000 765.669861 0.000000 0.944087 0.000000 0.329696 0.391981 0.391981 0.391981 +5035.156738 0.000000 764.175049 0.000000 0.787382 0.000000 0.616466 0.384942 0.384942 0.384942 +5033.793945 0.000000 766.470581 0.000000 0.850242 0.000000 0.526392 0.386160 0.386160 0.386160 +5021.715332 0.000000 786.177551 0.000000 0.743424 0.000000 0.668820 0.381344 0.381344 0.381344 +5009.305664 0.000000 785.322144 0.000000 0.759074 0.000000 0.651004 0.382727 0.382727 0.382727 +5034.755371 0.000000 787.087280 0.000000 0.805015 0.000000 0.593254 0.383827 0.383827 0.383827 +5024.896973 0.000000 774.197876 0.000000 0.770019 0.000000 0.638021 0.383244 0.383244 0.383244 +5015.729492 0.000000 764.467346 0.000000 0.700593 0.000000 0.713561 0.380163 0.380163 0.380163 +5010.499512 0.000000 762.318176 0.000000 0.630605 0.000000 0.776104 0.378928 0.378928 0.378928 +5040.281738 0.000000 760.888245 0.000000 0.855540 0.000000 0.517737 0.386332 0.386332 0.386332 +5036.097656 0.000000 790.392029 0.000000 0.875021 0.000000 0.484085 0.387132 0.387132 0.387132 +5031.216797 0.000000 760.563354 0.000000 0.874658 0.000000 0.484741 0.387467 0.387467 0.387467 +5006.660156 0.000000 785.504150 0.000000 0.875521 0.000000 0.483180 0.387712 0.387712 0.387712 +5021.374512 0.000000 785.122986 0.000000 0.942660 0.000000 0.333755 0.391573 0.391573 0.391573 +5021.219238 0.000000 758.623779 0.000000 0.943775 0.000000 0.330590 0.391740 0.391740 0.391740 +5015.998047 0.000000 789.554749 0.000000 0.612671 0.000000 0.790338 0.377247 0.377247 0.377247 +5033.240723 0.000000 763.770691 0.000000 0.932885 0.000000 0.360175 0.390617 0.390617 0.390617 +5014.163574 0.000000 789.878784 0.000000 0.599119 0.000000 0.800660 0.376822 0.376822 0.376822 +5023.693359 0.000000 768.825562 0.000000 0.789127 0.000000 0.614231 0.383422 0.383422 0.383422 +5024.196777 0.000000 772.643188 0.000000 0.939567 0.000000 0.342365 0.391102 0.391102 0.391102 +5021.862793 0.000000 759.650574 0.000000 0.637587 0.000000 0.770378 0.378440 0.378440 0.378440 +5030.015137 0.000000 786.442627 0.000000 0.689149 0.000000 0.724620 0.379361 0.379361 0.379361 +5031.749023 0.000000 783.652588 0.000000 0.722064 0.000000 0.691826 0.380545 0.380545 0.380545 +5015.744141 0.000000 762.195068 0.000000 0.627794 0.000000 0.778380 0.377283 0.377283 0.377283 +5038.016113 0.000000 759.645264 0.000000 0.695900 0.000000 0.718139 0.379920 0.379920 0.379920 +5023.842773 0.000000 781.315063 0.000000 0.923769 0.000000 0.382950 0.390071 0.390071 0.390071 +5030.634766 0.000000 763.047302 0.000000 0.808703 0.000000 0.588217 0.383986 0.383986 0.383986 +4923.305664 0.000000 840.560242 0.000000 0.904181 0.000000 0.427149 0.393543 0.393543 0.393543 +4910.953613 0.000000 844.180786 0.000000 0.926244 0.000000 0.376925 0.393207 0.393207 0.393207 +4927.583984 0.000000 843.076294 0.000000 0.931201 0.000000 0.364506 0.390499 0.390499 0.390499 +4961.448730 0.000000 814.078064 0.000000 0.700226 0.000000 0.713921 0.389122 0.389122 0.389122 +4987.964844 0.000000 842.083069 0.000000 0.924886 0.000000 0.380245 0.393807 0.393807 0.393807 +4975.484375 0.000000 810.240356 0.000000 0.715922 0.000000 0.698180 0.385375 0.385375 0.385375 +4945.052246 0.000000 833.585815 0.000000 0.666975 0.000000 0.745080 0.385225 0.385225 0.385225 +4929.519531 0.000000 838.325012 0.000000 0.772102 0.000000 0.635499 0.387037 0.387037 0.387037 +4980.589844 0.000000 834.199951 0.000000 0.898292 0.000000 0.439400 0.390778 0.390778 0.390778 +4965.762695 0.000000 834.658691 0.000000 0.946645 0.000000 0.322277 0.393577 0.393577 0.393577 +4940.104980 0.000000 833.679993 0.000000 0.769570 0.000000 0.638563 0.386374 0.386374 0.386374 +4978.122070 0.000000 807.834167 0.000000 0.863525 0.000000 0.504307 0.389417 0.389417 0.389417 +4982.952148 0.000000 834.737244 0.000000 0.722234 0.000000 0.691649 0.383640 0.383640 0.383640 +4974.329102 0.000000 845.019043 0.000000 0.727865 0.000000 0.685721 0.383551 0.383551 0.383551 +4952.939453 0.000000 836.092407 0.000000 0.913392 0.000000 0.407082 0.390684 0.390684 0.390684 +4953.272461 0.000000 825.534424 0.000000 0.598619 0.000000 0.801034 0.381584 0.381584 0.381584 +4961.560059 0.000000 819.787720 0.000000 0.643418 0.000000 0.765515 0.380411 0.380411 0.380411 +4936.754883 0.000000 844.493835 0.000000 0.865626 0.000000 0.500691 0.387275 0.387275 0.387275 +4949.127930 0.000000 844.961731 0.000000 0.651690 0.000000 0.758485 0.378075 0.378075 0.378075 +4988.959961 0.000000 822.035339 0.000000 0.893034 0.000000 0.449990 0.388114 0.388114 0.388114 +4973.173340 0.000000 814.675537 0.000000 0.919343 0.000000 0.393457 0.390187 0.390187 0.390187 +4958.203125 0.000000 837.940491 0.000000 0.813985 0.000000 0.580886 0.386321 0.386321 0.386321 +4980.330566 0.000000 824.642151 0.000000 0.934438 0.000000 0.356126 0.390728 0.390728 0.390728 +4988.832520 0.000000 824.119202 0.000000 0.923084 0.000000 0.384598 0.389947 0.389947 0.389947 +4975.847168 0.000000 818.903076 0.000000 0.610599 0.000000 0.791940 0.376726 0.376726 0.376726 +4987.312012 0.000000 811.900269 0.000000 0.927905 0.000000 0.372816 0.391073 0.391073 0.391073 +4985.683594 0.000000 810.690430 0.000000 0.894406 0.000000 0.447257 0.389002 0.389002 0.389002 +4986.567871 0.000000 815.591553 0.000000 0.945134 0.000000 0.326682 0.391526 0.391526 0.391526 +4957.189453 0.000000 827.700867 0.000000 0.772037 0.000000 0.635577 0.382461 0.382461 0.382461 +4988.518066 0.000000 804.103943 0.000000 0.813043 0.000000 0.582203 0.385137 0.385137 0.385137 +4939.251465 0.000000 835.712219 0.000000 0.698968 0.000000 0.715153 0.379709 0.379709 0.379709 +4958.024414 0.000000 844.283569 0.000000 0.659982 0.000000 0.751281 0.378355 0.378355 0.378355 +4949.995605 0.000000 831.287170 0.000000 0.800105 0.000000 0.599860 0.385609 0.385609 0.385609 +4990.515625 0.000000 798.628235 0.000000 0.786106 0.000000 0.618091 0.383731 0.383731 0.383731 +4970.594238 0.000000 821.369751 0.000000 0.882250 0.000000 0.470782 0.387518 0.387518 0.387518 +4981.595703 0.000000 843.843384 0.000000 0.626480 0.000000 0.779437 0.377240 0.377240 0.377240 +4964.422852 0.000000 843.031982 0.000000 0.705278 0.000000 0.708931 0.382098 0.382098 0.382098 +4979.380859 0.000000 816.048523 0.000000 0.678037 0.000000 0.735028 0.378974 0.378974 0.378974 +4934.627441 0.000000 840.592529 0.000000 0.621023 0.000000 0.783793 0.377063 0.377063 0.377063 +4982.066406 0.000000 807.836060 0.000000 0.800670 0.000000 0.599106 0.384412 0.384412 0.384412 +4936.217285 0.000000 837.394470 0.000000 0.830382 0.000000 0.557195 0.384950 0.384950 0.384950 +4939.080566 0.000000 834.015076 0.000000 0.919912 0.000000 0.392126 0.389739 0.389739 0.389739 +4978.747559 0.000000 814.550964 0.000000 0.914081 0.000000 0.405533 0.389367 0.389367 0.389367 +4968.559570 0.000000 817.467163 0.000000 0.935772 0.000000 0.352607 0.390824 0.390824 0.390824 +4981.342773 0.000000 824.521667 0.000000 0.920423 0.000000 0.390924 0.389772 0.389772 0.389772 +4987.031250 0.000000 821.483643 0.000000 0.860390 0.000000 0.509637 0.386382 0.386382 0.386382 +4934.509766 0.000000 845.628906 0.000000 0.925225 0.000000 0.379419 0.390517 0.390517 0.390517 +4988.246094 0.000000 813.504028 0.000000 0.659304 0.000000 0.751876 0.378332 0.378332 0.378332 +4991.029297 0.000000 822.515198 0.000000 0.602330 0.000000 0.798248 0.376461 0.376461 0.376461 +4984.892090 0.000000 816.601074 0.000000 0.819523 0.000000 0.573047 0.384461 0.384461 0.384461 +4959.623535 0.000000 839.119934 0.000000 0.930202 0.000000 0.367048 0.391387 0.391387 0.391387 +4944.604004 0.000000 834.438965 0.000000 0.759354 0.000000 0.650678 0.384577 0.384577 0.384577 +4974.308594 0.000000 831.918579 0.000000 0.909742 0.000000 0.415173 0.389098 0.389098 0.389098 +4987.654297 0.000000 810.614563 0.000000 0.716159 0.000000 0.697937 0.381948 0.381948 0.381948 +4988.331543 0.000000 803.202209 0.000000 0.813284 0.000000 0.581867 0.385550 0.385550 0.385550 +4945.119629 0.000000 839.039917 0.000000 0.941684 0.000000 0.336500 0.392152 0.392152 0.392152 +4935.164551 0.000000 839.557312 0.000000 0.893320 0.000000 0.449422 0.388130 0.388130 0.388130 +4945.887207 0.000000 840.395569 0.000000 0.689951 0.000000 0.723856 0.380925 0.380925 0.380925 +4943.460938 0.000000 837.920044 0.000000 0.605505 0.000000 0.795841 0.376562 0.376562 0.376562 +4961.192871 0.000000 845.490601 0.000000 0.682561 0.000000 0.730828 0.379131 0.379131 0.379131 +4939.432617 0.000000 844.791748 0.000000 0.858556 0.000000 0.512719 0.386291 0.386291 0.386291 +4959.107910 0.000000 828.007996 0.000000 0.675646 0.000000 0.737226 0.379387 0.379387 0.379387 +4958.850586 0.000000 836.104675 0.000000 0.752427 0.000000 0.658675 0.384131 0.384131 0.384131 +4980.538086 0.000000 820.941345 0.000000 0.941085 0.000000 0.338171 0.391215 0.391215 0.391215 +4989.161621 0.000000 815.051636 0.000000 0.776662 0.000000 0.629918 0.382647 0.382647 0.382647 +4965.866699 0.000000 819.133667 0.000000 0.879932 0.000000 0.475100 0.387393 0.387393 0.387393 +4960.517578 0.000000 836.308105 0.000000 0.794739 0.000000 0.606952 0.385736 0.385736 0.385736 +4991.416016 0.000000 837.588257 0.000000 0.761371 0.000000 0.648316 0.382038 0.382038 0.382038 +4975.123047 0.000000 814.415161 0.000000 0.682299 0.000000 0.731073 0.379122 0.379122 0.379122 +4985.652832 0.000000 811.615723 0.000000 0.876654 0.000000 0.481121 0.388096 0.388096 0.388096 +4984.610352 0.000000 821.570374 0.000000 0.926506 0.000000 0.376281 0.390176 0.390176 0.390176 +4941.181641 0.000000 843.105896 0.000000 0.684676 0.000000 0.728847 0.379735 0.379735 0.379735 +4970.709473 0.000000 839.015808 0.000000 0.887098 0.000000 0.461580 0.388405 0.388405 0.388405 +4947.773926 0.000000 834.721619 0.000000 0.711336 0.000000 0.702852 0.380231 0.380231 0.380231 +4958.477539 0.000000 822.799683 0.000000 0.862776 0.000000 0.505586 0.386502 0.386502 0.386502 +4953.831055 0.000000 828.019348 0.000000 0.750480 0.000000 0.660893 0.382011 0.382011 0.382011 +4976.424316 0.000000 818.176758 0.000000 0.627665 0.000000 0.778483 0.378126 0.378126 0.378126 +4948.250488 0.000000 842.382874 0.000000 0.804217 0.000000 0.594336 0.383793 0.383793 0.383793 +4980.202148 0.000000 842.596375 0.000000 0.627805 0.000000 0.778371 0.377284 0.377284 0.377284 +4940.758789 0.000000 841.716980 0.000000 0.596844 0.000000 0.802357 0.377867 0.377867 0.377867 +4990.648926 0.000000 826.117188 0.000000 0.788275 0.000000 0.615323 0.383122 0.383122 0.383122 +4984.463867 0.000000 840.202942 0.000000 0.798549 0.000000 0.601930 0.384326 0.384326 0.384326 +4990.866699 0.000000 835.226013 0.000000 0.886538 0.000000 0.462656 0.387752 0.387752 0.387752 +4982.330566 0.000000 817.794434 0.000000 0.794517 0.000000 0.607242 0.383382 0.383382 0.383382 +4986.668457 0.000000 826.810425 0.000000 0.947321 0.000000 0.320284 0.391698 0.391698 0.391698 +4974.491211 0.000000 827.924316 0.000000 0.926387 0.000000 0.376574 0.390168 0.390168 0.390168 +4989.234863 0.000000 839.476196 0.000000 0.832835 0.000000 0.553521 0.385063 0.385063 0.385063 +4980.764648 0.000000 827.748779 0.000000 0.676029 0.000000 0.736875 0.378904 0.378904 0.378904 +4963.133789 0.000000 824.663940 0.000000 0.899987 0.000000 0.435917 0.388514 0.388514 0.388514 +4951.622559 0.000000 840.543030 0.000000 0.926594 0.000000 0.376064 0.390548 0.390548 0.390548 +4941.829590 0.000000 840.710693 0.000000 0.819002 0.000000 0.573791 0.385475 0.385475 0.385475 +4945.055176 0.000000 837.871216 0.000000 0.796633 0.000000 0.604463 0.384152 0.384152 0.384152 +4952.531250 0.000000 828.504883 0.000000 0.863111 0.000000 0.505014 0.386810 0.386810 0.386810 +4965.912109 0.000000 823.366150 0.000000 0.680896 0.000000 0.732380 0.379073 0.379073 0.379073 +4940.681641 0.000000 839.752380 0.000000 0.606748 0.000000 0.794894 0.376602 0.376602 0.376602 +4968.383789 0.000000 827.100891 0.000000 0.905671 0.000000 0.423982 0.388851 0.388851 0.388851 +4971.471191 0.000000 837.109253 0.000000 0.804302 0.000000 0.594221 0.384623 0.384623 0.384623 +4962.980957 0.000000 819.052246 0.000000 0.672195 0.000000 0.740374 0.378772 0.378772 0.378772 +4981.423340 0.000000 815.029236 0.000000 0.838880 0.000000 0.544317 0.385343 0.385343 0.385343 +4929.706543 0.000000 846.776184 0.000000 0.879979 0.000000 0.475012 0.387396 0.387396 0.387396 +4930.894043 0.000000 843.641479 0.000000 0.792524 0.000000 0.609841 0.383299 0.383299 0.383299 +4965.782227 0.000000 831.571533 0.000000 0.922414 0.000000 0.386203 0.390576 0.390576 0.390576 +4990.091797 0.000000 804.954346 0.000000 0.640901 0.000000 0.767623 0.379332 0.379332 0.379332 +4957.715332 0.000000 842.661926 0.000000 0.884448 0.000000 0.466638 0.387637 0.387637 0.387637 +4978.671875 0.000000 810.834045 0.000000 0.667432 0.000000 0.744671 0.378609 0.378609 0.378609 +4986.701660 0.000000 823.427612 0.000000 0.926551 0.000000 0.376168 0.390179 0.390179 0.390179 +4981.199707 0.000000 828.550659 0.000000 0.672242 0.000000 0.740331 0.378774 0.378774 0.378774 +4970.032227 0.000000 826.904907 0.000000 0.921333 0.000000 0.388774 0.389832 0.389832 0.389832 +4983.621094 0.000000 805.673584 0.000000 0.726497 0.000000 0.687169 0.381692 0.381692 0.381692 +4988.474121 0.000000 825.675110 0.000000 0.789933 0.000000 0.613194 0.383191 0.383191 0.383191 +4977.021484 0.000000 830.010315 0.000000 0.906149 0.000000 0.422958 0.388879 0.388879 0.388879 +4958.416992 0.000000 825.057190 0.000000 0.843146 0.000000 0.537684 0.385544 0.385544 0.385544 +4973.224609 0.000000 837.172852 0.000000 0.680126 0.000000 0.733095 0.379046 0.379046 0.379046 +4989.693848 0.000000 820.324097 0.000000 0.944049 0.000000 0.329806 0.391441 0.391441 0.391441 +4929.198730 0.000000 843.656860 0.000000 0.905402 0.000000 0.424556 0.388834 0.388834 0.388834 +4990.202637 0.000000 833.794495 0.000000 0.778588 0.000000 0.627535 0.382725 0.382725 0.382725 +4980.506836 0.000000 821.797913 0.000000 0.940458 0.000000 0.339909 0.391168 0.391168 0.391168 +4967.826172 0.000000 830.419800 0.000000 0.901708 0.000000 0.432346 0.388793 0.388793 0.388793 +4976.281738 0.000000 817.372620 0.000000 0.750676 0.000000 0.660671 0.381622 0.381622 0.381622 +4947.529297 0.000000 836.191467 0.000000 0.844280 0.000000 0.535902 0.386530 0.386530 0.386530 +4977.769531 0.000000 815.342041 0.000000 0.946161 0.000000 0.323695 0.391606 0.391606 0.391606 +4987.614258 0.000000 839.787781 0.000000 0.936664 0.000000 0.350230 0.390888 0.390888 0.390888 +4956.295410 0.000000 827.157043 0.000000 0.597901 0.000000 0.801570 0.376320 0.376320 0.376320 +4975.876953 0.000000 830.919373 0.000000 0.663050 0.000000 0.748575 0.378459 0.378459 0.378459 +4967.216797 0.000000 817.047729 0.000000 0.801679 0.000000 0.597755 0.384229 0.384229 0.384229 +4984.636230 0.000000 834.700500 0.000000 0.838065 0.000000 0.545570 0.385622 0.385622 0.385622 +4965.967285 0.000000 822.508911 0.000000 0.785709 0.000000 0.618596 0.383016 0.383016 0.383016 +4940.046387 0.000000 838.471680 0.000000 0.909509 0.000000 0.415684 0.389083 0.389083 0.389083 +4957.446777 0.000000 843.543762 0.000000 0.931714 0.000000 0.363193 0.390535 0.390535 0.390535 +4957.767578 0.000000 827.154846 0.000000 0.948592 0.000000 0.316503 0.391799 0.391799 0.391799 +4931.720215 0.000000 844.976379 0.000000 0.892668 0.000000 0.450716 0.388094 0.388094 0.388094 +4960.023926 0.000000 844.333557 0.000000 0.902756 0.000000 0.430152 0.388677 0.388677 0.388677 +4950.163574 0.000000 846.363159 0.000000 0.863726 0.000000 0.503962 0.386550 0.386550 0.386550 +4971.884766 0.000000 841.206848 0.000000 0.599071 0.000000 0.800696 0.377238 0.377238 0.377238 +4979.694336 0.000000 812.140991 0.000000 0.868995 0.000000 0.494821 0.386819 0.386819 0.386819 +4982.948242 0.000000 826.287598 0.000000 0.812349 0.000000 0.583172 0.384145 0.384145 0.384145 +4980.718262 0.000000 809.684143 0.000000 0.709569 0.000000 0.704636 0.380323 0.380323 0.380323 +4942.809570 0.000000 842.767761 0.000000 0.717692 0.000000 0.696360 0.380384 0.380384 0.380384 +4984.702637 0.000000 828.810303 0.000000 0.764494 0.000000 0.644631 0.382161 0.382161 0.382161 +4990.886719 0.000000 836.038391 0.000000 0.858293 0.000000 0.513160 0.386278 0.386278 0.386278 +4933.517090 0.000000 836.929382 0.000000 0.865027 0.000000 0.501725 0.386747 0.386747 0.386747 +4933.387207 0.000000 839.692139 0.000000 0.907284 0.000000 0.420518 0.388948 0.388948 0.388948 +4962.735840 0.000000 818.318298 0.000000 0.637065 0.000000 0.770810 0.377588 0.377588 0.377588 +4976.581543 0.000000 833.247681 0.000000 0.618770 0.000000 0.785572 0.376990 0.376990 0.376990 +4951.680664 0.000000 844.504211 0.000000 0.817202 0.000000 0.576351 0.384358 0.384358 0.384358 +4975.320312 0.000000 824.736084 0.000000 0.858066 0.000000 0.513540 0.386267 0.386267 0.386267 +4991.749512 0.000000 838.495972 0.000000 0.768617 0.000000 0.639709 0.382428 0.382428 0.382428 +4977.020996 0.000000 813.954224 0.000000 0.664785 0.000000 0.747035 0.378518 0.378518 0.378518 +4973.906250 0.000000 838.692139 0.000000 0.932943 0.000000 0.360024 0.390621 0.390621 0.390621 +4930.985840 0.000000 844.753845 0.000000 0.625203 0.000000 0.780462 0.377199 0.377199 0.377199 +4980.625977 0.000000 815.166321 0.000000 0.929511 0.000000 0.368794 0.390382 0.390382 0.390382 +4904.256348 0.000000 864.113342 0.000000 0.805538 0.000000 0.592544 0.390500 0.390500 0.390500 +4907.175293 0.000000 865.563110 0.000000 0.764104 0.000000 0.645094 0.388657 0.388657 0.388657 +4910.908691 0.000000 858.575073 0.000000 0.741305 0.000000 0.671168 0.387142 0.387142 0.387142 +4908.311035 0.000000 860.854858 0.000000 0.804309 0.000000 0.594211 0.388976 0.388976 0.388976 +4902.002930 0.000000 848.927185 0.000000 0.888887 0.000000 0.458127 0.392040 0.392040 0.392040 +4922.116699 0.000000 896.581787 0.000000 0.696802 0.000000 0.717263 0.384704 0.384704 0.384704 +4926.710938 0.000000 885.492065 0.000000 0.623343 0.000000 0.781949 0.382204 0.382204 0.382204 +4919.950684 0.000000 885.449646 0.000000 0.883895 0.000000 0.467685 0.390766 0.390766 0.390766 +4922.917480 0.000000 894.512268 0.000000 0.862280 0.000000 0.506432 0.389314 0.389314 0.389314 +4926.572266 0.000000 897.783386 0.000000 0.729544 0.000000 0.683934 0.384770 0.384770 0.384770 +4918.847168 0.000000 890.127563 0.000000 0.868940 0.000000 0.494917 0.390254 0.390254 0.390254 +4909.140625 0.000000 866.878174 0.000000 0.757276 0.000000 0.653095 0.385395 0.385395 0.385395 +4913.195312 0.000000 847.628540 0.000000 0.721510 0.000000 0.692404 0.384152 0.384152 0.384152 +4926.141113 0.000000 894.133850 0.000000 0.943468 0.000000 0.331465 0.393100 0.393100 0.393100 +4924.564941 0.000000 897.635254 0.000000 0.631659 0.000000 0.775246 0.381264 0.381264 0.381264 +4911.740234 0.000000 862.404236 0.000000 0.939262 0.000000 0.343201 0.392811 0.392811 0.392811 +4919.349609 0.000000 887.735657 0.000000 0.907153 0.000000 0.420800 0.390957 0.390957 0.390957 +4919.381348 0.000000 861.292542 0.000000 0.599488 0.000000 0.800384 0.380957 0.380957 0.380957 +4921.960449 0.000000 893.493347 0.000000 0.731353 0.000000 0.681999 0.385461 0.385461 0.385461 +4912.528320 0.000000 853.138062 0.000000 0.911531 0.000000 0.411230 0.391239 0.391239 0.391239 +4905.046387 0.000000 847.590393 0.000000 0.881225 0.000000 0.472697 0.389995 0.389995 0.389995 +4921.357910 0.000000 891.724976 0.000000 0.769345 0.000000 0.638833 0.386367 0.386367 0.386367 +4924.731934 0.000000 885.390869 0.000000 0.881395 0.000000 0.472380 0.390198 0.390198 0.390198 +4920.766113 0.000000 866.667603 0.000000 0.940018 0.000000 0.341126 0.392248 0.392248 0.392248 +4919.173828 0.000000 850.313293 0.000000 0.621806 0.000000 0.783171 0.380053 0.380053 0.380053 +4926.514160 0.000000 877.876343 0.000000 0.784241 0.000000 0.620457 0.386665 0.386665 0.386665 +4917.577637 0.000000 862.297729 0.000000 0.875175 0.000000 0.483807 0.388729 0.388729 0.388729 +4921.661133 0.000000 864.997681 0.000000 0.783188 0.000000 0.621785 0.385459 0.385459 0.385459 +4911.757812 0.000000 850.030884 0.000000 0.801237 0.000000 0.598347 0.386228 0.386228 0.386228 +4922.104004 0.000000 859.319824 0.000000 0.706671 0.000000 0.707542 0.383713 0.383713 0.383713 +4921.844727 0.000000 881.695374 0.000000 0.899831 0.000000 0.436239 0.390511 0.390511 0.390511 +4927.554199 0.000000 855.593567 0.000000 0.923975 0.000000 0.382453 0.391182 0.391182 0.391182 +4924.182617 0.000000 873.274841 0.000000 0.834762 0.000000 0.550610 0.387219 0.387219 0.387219 +4914.077148 0.000000 876.041321 0.000000 0.644593 0.000000 0.764526 0.381575 0.381575 0.381575 +4915.848633 0.000000 883.940857 0.000000 0.950243 0.000000 0.311510 0.393673 0.393673 0.393673 +4920.537109 0.000000 857.707642 0.000000 0.716874 0.000000 0.697203 0.381857 0.381857 0.381857 +4920.119629 0.000000 873.663269 0.000000 0.856359 0.000000 0.516382 0.388160 0.388160 0.388160 +4912.417969 0.000000 854.223328 0.000000 0.933296 0.000000 0.359108 0.391600 0.391600 0.391600 +4923.024414 0.000000 854.893372 0.000000 0.738153 0.000000 0.674634 0.382253 0.382253 0.382253 +4920.491211 0.000000 848.095154 0.000000 0.745744 0.000000 0.666232 0.383107 0.383107 0.383107 +4910.351074 0.000000 866.215454 0.000000 0.608077 0.000000 0.793878 0.377377 0.377377 0.377377 +4911.114746 0.000000 867.612183 0.000000 0.686347 0.000000 0.727274 0.379914 0.379914 0.379914 +4926.219727 0.000000 881.800903 0.000000 0.687609 0.000000 0.726081 0.383121 0.383121 0.383121 +4922.491699 0.000000 869.997620 0.000000 0.774806 0.000000 0.632199 0.383768 0.383768 0.383768 +4918.026367 0.000000 852.175903 0.000000 0.948253 0.000000 0.317516 0.392643 0.392643 0.392643 +4918.066406 0.000000 864.320435 0.000000 0.880460 0.000000 0.474121 0.389616 0.389616 0.389616 +4917.687012 0.000000 883.294617 0.000000 0.910216 0.000000 0.414133 0.391024 0.391024 0.391024 +4927.976562 0.000000 853.259583 0.000000 0.784699 0.000000 0.619877 0.382975 0.382975 0.382975 +4923.962891 0.000000 884.841003 0.000000 0.705318 0.000000 0.708892 0.383162 0.383162 0.383162 +4910.978027 0.000000 852.858459 0.000000 0.625364 0.000000 0.780333 0.380422 0.380422 0.380422 +4925.943359 0.000000 853.276306 0.000000 0.729282 0.000000 0.684213 0.380812 0.380812 0.380812 +4918.939941 0.000000 847.537537 0.000000 0.649445 0.000000 0.760408 0.379510 0.379510 0.379510 +4912.073730 0.000000 865.205627 0.000000 0.926071 0.000000 0.377348 0.390147 0.390147 0.390147 +4908.463379 0.000000 851.343750 0.000000 0.860677 0.000000 0.509152 0.387890 0.387890 0.387890 +4922.916016 0.000000 860.016724 0.000000 0.942047 0.000000 0.335481 0.392501 0.392501 0.392501 +4927.875000 0.000000 849.659485 0.000000 0.864934 0.000000 0.501885 0.386611 0.386611 0.386611 +4919.095703 0.000000 853.525635 0.000000 0.910780 0.000000 0.412892 0.390309 0.390309 0.390309 +4925.060059 0.000000 870.452759 0.000000 0.821033 0.000000 0.570881 0.385014 0.385014 0.385014 +4917.164062 0.000000 858.895569 0.000000 0.935342 0.000000 0.353744 0.391118 0.391118 0.391118 +4923.415527 0.000000 873.726318 0.000000 0.723685 0.000000 0.690131 0.382924 0.382924 0.382924 +4926.401855 0.000000 867.543030 0.000000 0.749892 0.000000 0.661560 0.382566 0.382566 0.382566 +4916.295410 0.000000 858.112671 0.000000 0.788889 0.000000 0.614536 0.383742 0.383742 0.383742 +4915.951172 0.000000 863.080261 0.000000 0.926444 0.000000 0.376433 0.390673 0.390673 0.390673 +4918.953613 0.000000 870.709045 0.000000 0.888330 0.000000 0.459205 0.389161 0.389161 0.389161 +4924.746582 0.000000 854.942139 0.000000 0.888348 0.000000 0.459171 0.389043 0.389043 0.389043 +4915.625977 0.000000 864.810486 0.000000 0.592871 0.000000 0.805298 0.376160 0.376160 0.376160 +4926.117188 0.000000 859.655029 0.000000 0.881898 0.000000 0.471440 0.388038 0.388038 0.388038 +4921.898926 0.000000 854.105835 0.000000 0.923673 0.000000 0.383182 0.390359 0.390359 0.390359 +4914.237305 0.000000 868.321899 0.000000 0.796607 0.000000 0.604497 0.383470 0.383470 0.383470 +4916.718262 0.000000 866.168518 0.000000 0.928504 0.000000 0.371322 0.390559 0.390559 0.390559 +4923.592773 0.000000 853.797668 0.000000 0.619074 0.000000 0.785333 0.376999 0.376999 0.376999 +4966.646484 0.000000 879.422852 0.000000 0.920071 0.000000 0.391751 0.394392 0.394392 0.394392 +4978.317871 0.000000 851.718750 0.000000 0.612400 0.000000 0.790548 0.386343 0.386343 0.386343 +4968.675293 0.000000 894.305908 0.000000 0.589931 0.000000 0.807454 0.384139 0.384139 0.384139 +4963.804199 0.000000 890.567017 0.000000 0.924841 0.000000 0.380355 0.392889 0.392889 0.392889 +4933.044922 0.000000 878.142334 0.000000 0.655397 0.000000 0.755284 0.383970 0.383970 0.383970 +4973.494141 0.000000 888.906006 0.000000 0.847095 0.000000 0.531442 0.390096 0.390096 0.390096 +4929.237793 0.000000 883.587646 0.000000 0.639892 0.000000 0.768465 0.381927 0.381927 0.381927 +4933.862793 0.000000 883.130493 0.000000 0.945326 0.000000 0.326127 0.393266 0.393266 0.393266 +4934.282227 0.000000 893.320068 0.000000 0.769127 0.000000 0.639096 0.386568 0.386568 0.386568 +4935.968750 0.000000 888.218872 0.000000 0.835016 0.000000 0.550225 0.388393 0.388393 0.388393 +4935.204590 0.000000 876.248291 0.000000 0.831122 0.000000 0.556090 0.388694 0.388694 0.388694 +4933.747070 0.000000 880.236572 0.000000 0.793308 0.000000 0.608821 0.387253 0.387253 0.387253 +4956.025391 0.000000 853.636475 0.000000 0.900681 0.000000 0.434480 0.390687 0.390687 0.390687 +4957.641113 0.000000 893.021606 0.000000 0.891033 0.000000 0.453939 0.390048 0.390048 0.390048 +4929.148926 0.000000 871.414795 0.000000 0.815315 0.000000 0.579018 0.386649 0.386649 0.386649 +4931.739746 0.000000 869.536438 0.000000 0.849272 0.000000 0.527956 0.387808 0.387808 0.387808 +4930.420898 0.000000 890.981934 0.000000 0.598173 0.000000 0.801367 0.381248 0.381248 0.381248 +4941.138672 0.000000 878.803955 0.000000 0.817242 0.000000 0.576294 0.388071 0.388071 0.388071 +4935.536621 0.000000 861.506897 0.000000 0.839327 0.000000 0.543627 0.387832 0.387832 0.387832 +4957.493652 0.000000 854.623413 0.000000 0.722447 0.000000 0.691427 0.383761 0.383761 0.383761 +4942.090820 0.000000 891.299438 0.000000 0.875275 0.000000 0.483625 0.388935 0.388935 0.388935 +4928.148438 0.000000 876.789551 0.000000 0.757350 0.000000 0.653009 0.386215 0.386215 0.386215 +4932.471191 0.000000 850.909668 0.000000 0.670186 0.000000 0.742194 0.382044 0.382044 0.382044 +4943.058105 0.000000 852.992004 0.000000 0.898722 0.000000 0.438518 0.389959 0.389959 0.389959 +4953.272461 0.000000 882.018799 0.000000 0.777696 0.000000 0.628641 0.385642 0.385642 0.385642 +4943.814453 0.000000 854.878601 0.000000 0.948887 0.000000 0.315617 0.392817 0.392817 0.392817 +4928.030273 0.000000 864.654785 0.000000 0.937571 0.000000 0.347794 0.390954 0.390954 0.390954 +4959.969727 0.000000 848.392578 0.000000 0.865578 0.000000 0.500773 0.387299 0.387299 0.387299 +4948.380859 0.000000 869.068726 0.000000 0.719402 0.000000 0.694594 0.380677 0.380677 0.380677 +4965.770020 0.000000 852.268127 0.000000 0.844584 0.000000 0.535424 0.385612 0.385612 0.385612 +4958.965820 0.000000 876.754883 0.000000 0.894954 0.000000 0.446159 0.388223 0.388223 0.388223 +4950.346191 0.000000 890.530701 0.000000 0.765699 0.000000 0.643199 0.382209 0.382209 0.382209 +4946.467285 0.000000 891.482788 0.000000 0.933171 0.000000 0.359432 0.390766 0.390766 0.390766 +4949.314941 0.000000 863.782471 0.000000 0.694453 0.000000 0.719538 0.380190 0.380190 0.380190 +4929.989746 0.000000 880.342773 0.000000 0.665951 0.000000 0.745995 0.381459 0.381459 0.381459 +4956.289062 0.000000 871.469299 0.000000 0.946251 0.000000 0.323432 0.392123 0.392123 0.392123 +4957.979492 0.000000 875.469360 0.000000 0.948130 0.000000 0.317883 0.391762 0.391762 0.391762 +4941.866699 0.000000 856.235779 0.000000 0.949209 0.000000 0.314646 0.391849 0.391849 0.391849 +4940.740234 0.000000 859.820557 0.000000 0.935341 0.000000 0.353748 0.390793 0.390793 0.390793 +4942.462402 0.000000 850.907959 0.000000 0.810123 0.000000 0.586260 0.385581 0.385581 0.385581 +4931.727539 0.000000 881.608582 0.000000 0.671125 0.000000 0.741344 0.382446 0.382446 0.382446 +4929.867188 0.000000 892.637573 0.000000 0.920276 0.000000 0.391270 0.391690 0.391690 0.391690 +4946.243652 0.000000 852.034058 0.000000 0.832281 0.000000 0.554354 0.385683 0.385683 0.385683 +4947.004883 0.000000 868.659790 0.000000 0.927492 0.000000 0.373842 0.390836 0.390836 0.390836 +4974.127441 0.000000 850.568542 0.000000 0.757428 0.000000 0.652918 0.384050 0.384050 0.384050 +4960.414062 0.000000 883.297485 0.000000 0.897774 0.000000 0.440457 0.388385 0.388385 0.388385 +4958.916992 0.000000 855.068237 0.000000 0.869583 0.000000 0.493787 0.388602 0.388602 0.388602 +4933.642578 0.000000 890.280884 0.000000 0.908849 0.000000 0.417124 0.390676 0.390676 0.390676 +4960.829590 0.000000 849.457886 0.000000 0.636301 0.000000 0.771441 0.381038 0.381038 0.381038 +4939.080566 0.000000 890.499451 0.000000 0.701650 0.000000 0.712522 0.381349 0.381349 0.381349 +4941.893066 0.000000 876.687256 0.000000 0.771897 0.000000 0.635748 0.385689 0.385689 0.385689 +4929.727051 0.000000 869.246887 0.000000 0.734853 0.000000 0.678227 0.381504 0.381504 0.381504 +4951.371582 0.000000 876.676880 0.000000 0.802577 0.000000 0.596548 0.383723 0.383723 0.383723 +4932.596680 0.000000 852.604980 0.000000 0.915846 0.000000 0.401530 0.391273 0.391273 0.391273 +4947.924316 0.000000 865.073486 0.000000 0.785199 0.000000 0.619244 0.383128 0.383128 0.383128 +4929.426270 0.000000 891.109009 0.000000 0.627711 0.000000 0.778446 0.381112 0.381112 0.381112 +4961.109375 0.000000 888.970642 0.000000 0.758561 0.000000 0.651602 0.381928 0.381928 0.381928 +4937.580566 0.000000 861.008972 0.000000 0.719522 0.000000 0.694470 0.381601 0.381601 0.381601 +4938.185059 0.000000 863.948792 0.000000 0.819020 0.000000 0.573765 0.385018 0.385018 0.385018 +4937.038086 0.000000 859.050171 0.000000 0.640932 0.000000 0.767598 0.378066 0.378066 0.378066 +4930.271484 0.000000 850.071899 0.000000 0.805370 0.000000 0.592772 0.385680 0.385680 0.385680 +4936.761230 0.000000 855.956848 0.000000 0.728853 0.000000 0.684670 0.381511 0.381511 0.381511 +4951.377441 0.000000 881.771362 0.000000 0.918662 0.000000 0.395044 0.391382 0.391382 0.391382 +4942.938965 0.000000 878.495667 0.000000 0.829992 0.000000 0.557775 0.386676 0.386676 0.386676 +4932.651367 0.000000 860.604309 0.000000 0.949749 0.000000 0.313014 0.393069 0.393069 0.393069 +4942.527832 0.000000 863.433533 0.000000 0.883295 0.000000 0.468817 0.388110 0.388110 0.388110 +4940.908691 0.000000 868.155029 0.000000 0.859360 0.000000 0.511371 0.386331 0.386331 0.386331 +4930.586426 0.000000 882.148132 0.000000 0.673466 0.000000 0.739218 0.381557 0.381557 0.381557 +4948.122559 0.000000 850.121765 0.000000 0.801751 0.000000 0.597658 0.383688 0.383688 0.383688 +4931.037598 0.000000 857.638123 0.000000 0.907085 0.000000 0.420947 0.388936 0.388936 0.388936 +4944.218750 0.000000 868.883301 0.000000 0.686895 0.000000 0.726757 0.380988 0.380988 0.380988 +4942.631836 0.000000 892.909790 0.000000 0.610309 0.000000 0.792164 0.379410 0.379410 0.379410 +4936.997559 0.000000 870.068848 0.000000 0.735489 0.000000 0.677537 0.381044 0.381044 0.381044 +4937.084473 0.000000 865.295715 0.000000 0.850466 0.000000 0.526030 0.386531 0.386531 0.386531 +4956.412109 0.000000 873.138184 0.000000 0.940895 0.000000 0.338698 0.391563 0.391563 0.391563 +4935.293457 0.000000 869.813416 0.000000 0.725406 0.000000 0.688321 0.380668 0.380668 0.380668 +4950.711914 0.000000 865.164307 0.000000 0.692863 0.000000 0.721069 0.379492 0.379492 0.379492 +4949.257324 0.000000 890.064453 0.000000 0.672532 0.000000 0.740068 0.378783 0.378783 0.378783 +4961.317871 0.000000 859.838684 0.000000 0.868135 0.000000 0.496328 0.386775 0.386775 0.386775 +4947.198730 0.000000 862.814026 0.000000 0.841778 0.000000 0.539823 0.385992 0.385992 0.385992 +4931.237793 0.000000 852.523743 0.000000 0.811337 0.000000 0.584579 0.385628 0.385628 0.385628 +4952.152832 0.000000 859.638062 0.000000 0.845395 0.000000 0.534141 0.385651 0.385651 0.385651 +4930.182129 0.000000 859.941284 0.000000 0.895329 0.000000 0.445405 0.388245 0.388245 0.388245 +4960.861816 0.000000 847.640686 0.000000 0.609017 0.000000 0.793157 0.376675 0.376675 0.376675 +4938.227051 0.000000 863.065857 0.000000 0.689270 0.000000 0.724504 0.380134 0.380134 0.380134 +4947.296875 0.000000 895.873718 0.000000 0.757172 0.000000 0.653216 0.383651 0.383651 0.383651 +4930.212402 0.000000 858.982971 0.000000 0.701200 0.000000 0.712964 0.379788 0.379788 0.379788 +4936.266602 0.000000 857.544006 0.000000 0.846420 0.000000 0.532516 0.385700 0.385700 0.385700 +4954.924316 0.000000 858.759521 0.000000 0.786129 0.000000 0.618062 0.383033 0.383033 0.383033 +4962.097168 0.000000 861.560486 0.000000 0.824953 0.000000 0.565201 0.384704 0.384704 0.384704 +4937.597168 0.000000 849.728333 0.000000 0.614968 0.000000 0.788552 0.379815 0.379815 0.379815 +4945.608887 0.000000 879.383118 0.000000 0.928946 0.000000 0.370214 0.390343 0.390343 0.390343 +4947.035156 0.000000 867.684814 0.000000 0.778815 0.000000 0.627254 0.382904 0.382904 0.382904 +4936.282227 0.000000 854.146057 0.000000 0.878754 0.000000 0.477275 0.387802 0.387802 0.387802 +4936.661133 0.000000 849.585754 0.000000 0.881061 0.000000 0.473002 0.389053 0.389053 0.389053 +4945.756836 0.000000 849.132141 0.000000 0.736053 0.000000 0.676924 0.381065 0.381065 0.381065 +4934.603516 0.000000 865.476807 0.000000 0.914884 0.000000 0.403717 0.390040 0.390040 0.390040 +4947.120117 0.000000 864.434570 0.000000 0.767877 0.000000 0.640598 0.382434 0.382434 0.382434 +4963.133789 0.000000 881.148315 0.000000 0.688032 0.000000 0.725680 0.379727 0.379727 0.379727 +4953.430664 0.000000 869.744995 0.000000 0.632917 0.000000 0.774220 0.377451 0.377451 0.377451 +4962.144531 0.000000 881.212219 0.000000 0.896391 0.000000 0.443263 0.388535 0.388535 0.388535 +4956.115723 0.000000 882.477539 0.000000 0.706028 0.000000 0.708184 0.380551 0.380551 0.380551 +4950.864258 0.000000 889.291565 0.000000 0.939741 0.000000 0.341887 0.391115 0.391115 0.391115 +4968.175781 0.000000 888.422241 0.000000 0.598721 0.000000 0.800958 0.376485 0.376485 0.376485 +4945.493652 0.000000 882.795776 0.000000 0.837901 0.000000 0.545822 0.386854 0.386854 0.386854 +4963.477539 0.000000 853.204224 0.000000 0.606199 0.000000 0.795313 0.376585 0.376585 0.376585 +4944.137207 0.000000 850.624268 0.000000 0.929365 0.000000 0.369161 0.390881 0.390881 0.390881 +4952.802734 0.000000 881.232971 0.000000 0.895150 0.000000 0.445765 0.389088 0.389088 0.389088 +4960.583984 0.000000 862.033508 0.000000 0.876243 0.000000 0.481870 0.387197 0.387197 0.387197 +4935.856445 0.000000 855.805115 0.000000 0.844132 0.000000 0.536135 0.386523 0.386523 0.386523 +4953.045898 0.000000 864.431885 0.000000 0.653098 0.000000 0.757273 0.378123 0.378123 0.378123 +4950.214844 0.000000 851.958313 0.000000 0.666265 0.000000 0.745715 0.378569 0.378569 0.378569 +4955.169922 0.000000 891.570984 0.000000 0.743958 0.000000 0.668227 0.381364 0.381364 0.381364 +4951.726562 0.000000 863.882141 0.000000 0.839297 0.000000 0.543674 0.385391 0.385391 0.385391 +4942.848145 0.000000 873.497314 0.000000 0.891627 0.000000 0.452771 0.388645 0.388645 0.388645 +4955.737793 0.000000 868.326538 0.000000 0.716584 0.000000 0.697501 0.380344 0.380344 0.380344 +4946.026367 0.000000 865.619629 0.000000 0.613131 0.000000 0.789981 0.376989 0.376989 0.376989 +4959.930176 0.000000 878.302429 0.000000 0.899348 0.000000 0.437234 0.388477 0.388477 0.388477 +4968.470703 0.000000 889.297485 0.000000 0.633469 0.000000 0.773768 0.377602 0.377602 0.377602 +4928.843750 0.000000 861.273193 0.000000 0.821552 0.000000 0.570134 0.384551 0.384551 0.384551 +4951.881836 0.000000 851.455933 0.000000 0.937897 0.000000 0.346914 0.390978 0.390978 0.390978 +4966.536133 0.000000 886.565674 0.000000 0.898317 0.000000 0.439348 0.388780 0.388780 0.388780 +4948.084961 0.000000 847.736450 0.000000 0.938024 0.000000 0.346572 0.390988 0.390988 0.390988 +4953.168945 0.000000 849.064087 0.000000 0.604347 0.000000 0.796722 0.376525 0.376525 0.376525 +4965.102051 0.000000 854.128479 0.000000 0.908703 0.000000 0.417443 0.389034 0.389034 0.389034 +4929.634766 0.000000 852.544373 0.000000 0.916799 0.000000 0.399349 0.389744 0.389744 0.389744 +4945.569336 0.000000 851.556641 0.000000 0.935802 0.000000 0.352527 0.391311 0.391311 0.391311 +4948.540039 0.000000 853.675110 0.000000 0.756082 0.000000 0.654477 0.381831 0.381831 0.381831 +4945.015625 0.000000 866.304443 0.000000 0.730209 0.000000 0.683224 0.381372 0.381372 0.381372 +4933.725098 0.000000 857.300232 0.000000 0.915631 0.000000 0.402019 0.389465 0.389465 0.389465 +4949.999512 0.000000 866.863586 0.000000 0.786857 0.000000 0.617135 0.383063 0.383063 0.383063 +4957.056152 0.000000 875.163574 0.000000 0.909414 0.000000 0.415893 0.389078 0.389078 0.389078 +4946.996094 0.000000 876.922180 0.000000 0.826315 0.000000 0.563209 0.384765 0.384765 0.384765 +4952.258301 0.000000 864.435547 0.000000 0.711809 0.000000 0.702373 0.380170 0.380170 0.380170 +4969.299805 0.000000 889.440186 0.000000 0.927332 0.000000 0.374239 0.390290 0.390290 0.390290 +4951.744141 0.000000 875.163818 0.000000 0.929754 0.000000 0.368182 0.390398 0.390398 0.390398 +4953.971191 0.000000 866.683594 0.000000 0.935431 0.000000 0.353509 0.390799 0.390799 0.390799 +4955.946777 0.000000 875.827026 0.000000 0.606217 0.000000 0.795299 0.376585 0.376585 0.376585 +4952.548340 0.000000 878.625977 0.000000 0.923953 0.000000 0.382507 0.390005 0.390005 0.390005 +4956.554688 0.000000 876.638550 0.000000 0.864267 0.000000 0.503034 0.386577 0.386577 0.386577 +4961.473145 0.000000 858.351562 0.000000 0.915084 0.000000 0.403263 0.389430 0.389430 0.389430 +4969.143555 0.000000 890.741272 0.000000 0.699939 0.000000 0.714203 0.379743 0.379743 0.379743 +4958.575684 0.000000 860.990479 0.000000 0.936709 0.000000 0.350110 0.390892 0.390892 0.390892 +5035.765137 0.000000 820.065552 0.000000 0.800413 0.000000 0.599449 0.389890 0.389890 0.389890 +5019.529297 0.000000 821.467163 0.000000 0.840784 0.000000 0.541371 0.390203 0.390203 0.390203 +5044.156250 0.000000 809.149292 0.000000 0.807380 0.000000 0.590031 0.388561 0.388561 0.388561 +5007.223145 0.000000 819.127808 0.000000 0.677909 0.000000 0.735146 0.384701 0.384701 0.384701 +5054.499512 0.000000 820.169800 0.000000 0.674954 0.000000 0.737860 0.385083 0.385083 0.385083 +5024.342773 0.000000 825.826660 0.000000 0.780183 0.000000 0.625552 0.387244 0.387244 0.387244 +5049.538086 0.000000 813.731750 0.000000 0.804125 0.000000 0.594460 0.387000 0.387000 0.387000 +5042.833984 0.000000 799.361572 0.000000 0.823866 0.000000 0.566785 0.388958 0.388958 0.388958 +5023.121582 0.000000 822.041504 0.000000 0.593228 0.000000 0.805034 0.381592 0.381592 0.381592 +4998.969727 0.000000 823.105347 0.000000 0.840104 0.000000 0.542425 0.389609 0.389609 0.389609 +5047.961426 0.000000 792.473877 0.000000 0.779464 0.000000 0.626446 0.386749 0.386749 0.386749 +4993.375488 0.000000 793.173218 0.000000 0.684382 0.000000 0.729123 0.383600 0.383600 0.383600 +5031.998535 0.000000 814.206970 0.000000 0.781637 0.000000 0.623733 0.386145 0.386145 0.386145 +5055.022461 0.000000 803.229248 0.000000 0.639352 0.000000 0.768914 0.381868 0.381868 0.381868 +5047.381348 0.000000 804.808167 0.000000 0.682470 0.000000 0.730913 0.382443 0.382443 0.382443 +5050.872070 0.000000 818.911987 0.000000 0.832625 0.000000 0.553837 0.387515 0.387515 0.387515 +5048.785645 0.000000 819.305420 0.000000 0.925174 0.000000 0.379544 0.391525 0.391525 0.391525 +5055.124512 0.000000 814.494629 0.000000 0.731138 0.000000 0.682230 0.385192 0.385192 0.385192 +5027.967285 0.000000 825.055481 0.000000 0.937371 0.000000 0.348331 0.392503 0.392503 0.392503 +5041.758301 0.000000 803.032654 0.000000 0.647215 0.000000 0.762307 0.382513 0.382513 0.382513 +5039.897461 0.000000 802.466797 0.000000 0.854163 0.000000 0.520005 0.388559 0.388559 0.388559 +5045.304199 0.000000 811.309021 0.000000 0.718001 0.000000 0.696042 0.385008 0.385008 0.385008 +5052.967285 0.000000 802.370728 0.000000 0.948771 0.000000 0.315964 0.393740 0.393740 0.393740 +5005.781738 0.000000 811.311584 0.000000 0.901398 0.000000 0.432991 0.388597 0.388597 0.388597 +5030.730957 0.000000 816.374329 0.000000 0.721066 0.000000 0.692866 0.382113 0.382113 0.382113 +5021.897949 0.000000 791.806580 0.000000 0.888246 0.000000 0.459367 0.387846 0.387846 0.387846 +5055.554199 0.000000 799.109192 0.000000 0.928996 0.000000 0.370091 0.392334 0.392334 0.392334 +4993.302734 0.000000 795.334534 0.000000 0.754315 0.000000 0.656513 0.382799 0.382799 0.382799 +5013.314941 0.000000 807.298096 0.000000 0.636723 0.000000 0.771093 0.380127 0.380127 0.380127 +5023.795898 0.000000 818.695496 0.000000 0.940106 0.000000 0.340882 0.391142 0.391142 0.391142 +5040.511719 0.000000 803.296265 0.000000 0.839070 0.000000 0.544023 0.388397 0.388397 0.388397 +5049.683594 0.000000 810.690430 0.000000 0.852319 0.000000 0.523022 0.388678 0.388678 0.388678 +5033.061035 0.000000 795.297119 0.000000 0.719158 0.000000 0.694846 0.383967 0.383967 0.383967 +5023.628906 0.000000 793.912048 0.000000 0.908170 0.000000 0.418601 0.389002 0.389002 0.389002 +5012.064453 0.000000 802.634705 0.000000 0.599625 0.000000 0.800281 0.377347 0.377347 0.377347 +5023.024902 0.000000 815.401611 0.000000 0.839929 0.000000 0.542697 0.387483 0.387483 0.387483 +5006.462402 0.000000 794.423584 0.000000 0.588638 0.000000 0.808397 0.376027 0.376027 0.376027 +5026.923828 0.000000 802.623840 0.000000 0.877154 0.000000 0.480209 0.387245 0.387245 0.387245 +4993.787109 0.000000 806.120483 0.000000 0.675027 0.000000 0.737793 0.382267 0.382267 0.382267 +5025.619629 0.000000 807.844177 0.000000 0.915682 0.000000 0.401904 0.389468 0.389468 0.389468 +5017.353516 0.000000 809.738770 0.000000 0.824658 0.000000 0.565631 0.386342 0.386342 0.386342 +4993.867188 0.000000 836.153198 0.000000 0.929863 0.000000 0.367906 0.392155 0.392155 0.392155 +4993.228027 0.000000 801.209778 0.000000 0.883965 0.000000 0.467554 0.389190 0.389190 0.389190 +5016.943848 0.000000 803.707275 0.000000 0.645432 0.000000 0.763818 0.380036 0.380036 0.380036 +5029.482910 0.000000 805.193726 0.000000 0.589000 0.000000 0.808133 0.376038 0.376038 0.376038 +4995.858398 0.000000 805.555664 0.000000 0.739277 0.000000 0.673402 0.384248 0.384248 0.384248 +5002.762695 0.000000 795.870972 0.000000 0.778849 0.000000 0.627212 0.383954 0.383954 0.383954 +5039.114746 0.000000 811.127808 0.000000 0.911556 0.000000 0.411176 0.389209 0.389209 0.389209 +5011.004883 0.000000 812.175415 0.000000 0.871378 0.000000 0.490612 0.386942 0.386942 0.386942 +5022.916992 0.000000 798.583862 0.000000 0.672648 0.000000 0.739963 0.381117 0.381117 0.381117 +5020.714355 0.000000 813.402222 0.000000 0.793287 0.000000 0.608848 0.384834 0.384834 0.384834 +5001.080078 0.000000 800.631470 0.000000 0.900856 0.000000 0.434119 0.390291 0.390291 0.390291 +5018.914062 0.000000 798.389160 0.000000 0.902352 0.000000 0.431001 0.389365 0.389365 0.389365 +5004.171387 0.000000 792.102844 0.000000 0.842565 0.000000 0.538594 0.385516 0.385516 0.385516 +5018.750000 0.000000 804.192017 0.000000 0.829773 0.000000 0.558101 0.386755 0.386755 0.386755 +4996.713867 0.000000 819.609863 0.000000 0.817366 0.000000 0.576119 0.384733 0.384733 0.384733 +5003.201660 0.000000 802.113586 0.000000 0.677909 0.000000 0.735146 0.380990 0.380990 0.380990 +5034.464355 0.000000 800.635132 0.000000 0.823966 0.000000 0.566639 0.386163 0.386163 0.386163 +5001.038086 0.000000 802.565796 0.000000 0.706434 0.000000 0.707779 0.382921 0.382921 0.382921 +5017.595215 0.000000 794.835876 0.000000 0.884032 0.000000 0.467426 0.387615 0.387615 0.387615 +4997.725586 0.000000 793.281677 0.000000 0.685488 0.000000 0.728084 0.380821 0.380821 0.380821 +5018.042969 0.000000 802.551941 0.000000 0.821038 0.000000 0.570873 0.386743 0.386743 0.386743 +5023.132324 0.000000 809.388672 0.000000 0.859474 0.000000 0.511179 0.386658 0.386658 0.386658 +4999.259766 0.000000 800.502136 0.000000 0.849978 0.000000 0.526818 0.387838 0.387838 0.387838 +5026.231445 0.000000 803.406250 0.000000 0.758893 0.000000 0.651216 0.381941 0.381941 0.381941 +5024.790527 0.000000 795.105225 0.000000 0.933834 0.000000 0.357705 0.391507 0.391507 0.391507 +5004.908691 0.000000 811.670654 0.000000 0.672187 0.000000 0.740382 0.378772 0.378772 0.378772 +5027.621094 0.000000 804.613159 0.000000 0.935557 0.000000 0.353177 0.391331 0.391331 0.391331 +5014.378418 0.000000 812.569275 0.000000 0.808907 0.000000 0.587936 0.385376 0.385376 0.385376 +5027.800781 0.000000 820.930298 0.000000 0.867213 0.000000 0.497937 0.386727 0.386727 0.386727 +5009.243164 0.000000 804.363159 0.000000 0.832626 0.000000 0.553836 0.385053 0.385053 0.385053 +5012.807617 0.000000 800.260254 0.000000 0.707495 0.000000 0.706718 0.380915 0.380915 0.380915 +4993.834961 0.000000 817.889160 0.000000 0.802128 0.000000 0.597152 0.384023 0.384023 0.384023 +5037.280762 0.000000 807.976685 0.000000 0.939935 0.000000 0.341354 0.392416 0.392416 0.392416 +5029.860840 0.000000 816.677063 0.000000 0.920982 0.000000 0.389605 0.390468 0.390468 0.390468 +5004.835938 0.000000 806.308289 0.000000 0.834123 0.000000 0.551578 0.387252 0.387252 0.387252 +5017.814453 0.000000 803.440613 0.000000 0.943711 0.000000 0.330772 0.392257 0.392257 0.392257 +5007.351074 0.000000 801.056641 0.000000 0.940713 0.000000 0.339203 0.391187 0.391187 0.391187 +4999.664551 0.000000 807.724609 0.000000 0.894202 0.000000 0.447664 0.389803 0.389803 0.389803 +5006.421875 0.000000 813.030029 0.000000 0.910906 0.000000 0.412614 0.389169 0.389169 0.389169 +5021.760742 0.000000 796.025146 0.000000 0.680986 0.000000 0.732296 0.380184 0.380184 0.380184 +5005.807617 0.000000 808.841797 0.000000 0.918944 0.000000 0.394388 0.390668 0.390668 0.390668 +5044.380371 0.000000 794.911072 0.000000 0.835274 0.000000 0.549834 0.386251 0.386251 0.386251 +4995.237793 0.000000 796.039368 0.000000 0.700934 0.000000 0.713226 0.381484 0.381484 0.381484 +5011.675781 0.000000 816.997925 0.000000 0.873492 0.000000 0.486838 0.387077 0.387077 0.387077 +5011.708008 0.000000 809.457642 0.000000 0.689808 0.000000 0.723992 0.379384 0.379384 0.379384 +5019.286133 0.000000 796.588440 0.000000 0.864701 0.000000 0.502288 0.386599 0.386599 0.386599 +4995.154297 0.000000 822.490845 0.000000 0.859232 0.000000 0.511586 0.386325 0.386325 0.386325 +4995.831543 0.000000 802.596497 0.000000 0.874957 0.000000 0.484200 0.388694 0.388694 0.388694 +5010.353516 0.000000 810.661011 0.000000 0.691802 0.000000 0.722087 0.379455 0.379455 0.379455 +5005.337891 0.000000 817.452942 0.000000 0.918471 0.000000 0.395487 0.389646 0.389646 0.389646 +5026.097168 0.000000 805.076111 0.000000 0.942515 0.000000 0.334164 0.391817 0.391817 0.391817 +5024.472168 0.000000 801.137939 0.000000 0.825538 0.000000 0.564346 0.385688 0.385688 0.385688 +4993.719727 0.000000 831.658875 0.000000 0.802481 0.000000 0.596678 0.383719 0.383719 0.383719 +5011.035156 0.000000 811.200439 0.000000 0.843412 0.000000 0.537267 0.385557 0.385557 0.385557 +5021.943359 0.000000 796.888977 0.000000 0.602440 0.000000 0.798164 0.377710 0.377710 0.377710 +5009.756836 0.000000 792.647766 0.000000 0.937655 0.000000 0.347569 0.391351 0.391351 0.391351 +4994.186523 0.000000 800.646729 0.000000 0.914802 0.000000 0.403902 0.390222 0.390222 0.390222 +5014.411621 0.000000 794.625916 0.000000 0.890967 0.000000 0.454068 0.389127 0.389127 0.389127 +4998.603516 0.000000 808.992432 0.000000 0.856784 0.000000 0.515676 0.387529 0.387529 0.387529 +5014.602051 0.000000 800.409241 0.000000 0.839164 0.000000 0.543879 0.386419 0.386419 0.386419 +5049.087891 0.000000 796.501648 0.000000 0.820026 0.000000 0.572327 0.385457 0.385457 0.385457 +5017.430664 0.000000 813.260620 0.000000 0.625945 0.000000 0.779867 0.378607 0.378607 0.378607 +5026.479492 0.000000 809.102295 0.000000 0.698313 0.000000 0.715792 0.381597 0.381597 0.381597 +5029.912109 0.000000 823.366150 0.000000 0.788389 0.000000 0.615177 0.384384 0.384384 0.384384 +5023.473145 0.000000 796.436707 0.000000 0.680612 0.000000 0.732644 0.380992 0.380992 0.380992 +4997.979492 0.000000 796.299744 0.000000 0.694664 0.000000 0.719334 0.380879 0.380879 0.380879 +4994.314941 0.000000 826.507996 0.000000 0.763033 0.000000 0.646360 0.383963 0.383963 0.383963 +5016.679199 0.000000 796.287170 0.000000 0.682447 0.000000 0.730936 0.379127 0.379127 0.379127 +5006.320312 0.000000 793.343689 0.000000 0.871158 0.000000 0.491003 0.386930 0.386930 0.386930 +4995.793457 0.000000 823.239624 0.000000 0.645377 0.000000 0.763864 0.377864 0.377864 0.377864 +5014.729492 0.000000 802.032654 0.000000 0.857455 0.000000 0.514558 0.387100 0.387100 0.387100 +5029.660645 0.000000 808.180847 0.000000 0.938415 0.000000 0.345511 0.391510 0.391510 0.391510 +5022.799805 0.000000 800.992310 0.000000 0.891716 0.000000 0.452595 0.389166 0.389166 0.389166 +5027.418945 0.000000 809.897949 0.000000 0.754002 0.000000 0.656872 0.383468 0.383468 0.383468 +5009.229004 0.000000 815.483582 0.000000 0.926490 0.000000 0.376319 0.390175 0.390175 0.390175 +5036.766602 0.000000 808.804810 0.000000 0.856947 0.000000 0.515405 0.387022 0.387022 0.387022 +5019.061523 0.000000 795.166138 0.000000 0.852144 0.000000 0.523308 0.385976 0.385976 0.385976 +4994.038574 0.000000 824.997070 0.000000 0.806709 0.000000 0.590949 0.383900 0.383900 0.383900 +4992.720215 0.000000 803.530518 0.000000 0.922427 0.000000 0.386170 0.390597 0.390597 0.390597 +5028.796387 0.000000 808.754028 0.000000 0.778399 0.000000 0.627770 0.383666 0.383666 0.383666 +5011.430176 0.000000 817.955017 0.000000 0.610495 0.000000 0.792020 0.376768 0.376768 0.376768 +5012.873047 0.000000 792.527771 0.000000 0.727597 0.000000 0.686005 0.382146 0.382146 0.382146 +5010.026367 0.000000 809.135254 0.000000 0.708615 0.000000 0.705596 0.380054 0.380054 0.380054 +4998.531738 0.000000 814.424133 0.000000 0.932536 0.000000 0.361077 0.390593 0.390593 0.390593 +4996.708008 0.000000 799.608276 0.000000 0.943850 0.000000 0.330375 0.391796 0.391796 0.391796 +5031.543457 0.000000 793.942322 0.000000 0.932530 0.000000 0.361093 0.391090 0.391090 0.391090 +5023.611816 0.000000 803.328857 0.000000 0.656085 0.000000 0.754687 0.379205 0.379205 0.379205 +5001.821777 0.000000 813.624878 0.000000 0.669593 0.000000 0.742728 0.378683 0.378683 0.378683 +4993.634766 0.000000 796.059998 0.000000 0.664664 0.000000 0.747143 0.378514 0.378514 0.378514 +5004.529785 0.000000 804.997131 0.000000 0.693691 0.000000 0.720272 0.380043 0.380043 0.380043 +5047.902344 0.000000 796.097534 0.000000 0.857525 0.000000 0.514442 0.386591 0.386591 0.386591 +5009.015625 0.000000 809.820068 0.000000 0.931555 0.000000 0.363599 0.390524 0.390524 0.390524 +4994.271973 0.000000 820.219421 0.000000 0.711676 0.000000 0.702508 0.380165 0.380165 0.380165 +5007.369629 0.000000 795.744202 0.000000 0.803256 0.000000 0.595634 0.383752 0.383752 0.383752 +4993.203613 0.000000 814.143616 0.000000 0.914042 0.000000 0.405620 0.389573 0.389573 0.389573 +5020.308594 0.000000 806.610413 0.000000 0.632661 0.000000 0.774429 0.377443 0.377443 0.377443 +4993.505371 0.000000 821.582642 0.000000 0.590797 0.000000 0.806820 0.376095 0.376095 0.376095 +5013.313477 0.000000 814.330505 0.000000 0.702309 0.000000 0.711873 0.379828 0.379828 0.379828 +5026.152344 0.000000 821.437256 0.000000 0.800577 0.000000 0.599230 0.383638 0.383638 0.383638 +5004.042969 0.000000 796.859924 0.000000 0.672800 0.000000 0.739825 0.378793 0.378793 0.378793 +4995.065430 0.000000 821.725342 0.000000 0.618440 0.000000 0.785832 0.376979 0.376979 0.376979 +5033.575195 0.000000 792.549561 0.000000 0.889269 0.000000 0.457385 0.387903 0.387903 0.387903 +4995.168457 0.000000 818.929871 0.000000 0.920200 0.000000 0.391448 0.389758 0.389758 0.389758 +4996.909668 0.000000 812.524292 0.000000 0.604616 0.000000 0.796517 0.376856 0.376856 0.376856 +5011.627930 0.000000 812.668762 0.000000 0.690072 0.000000 0.723740 0.379394 0.379394 0.379394 +5105.031738 0.000000 837.119812 0.000000 0.689626 0.000000 0.724166 0.388233 0.388233 0.388233 +5065.525391 0.000000 812.828979 0.000000 0.833311 0.000000 0.552804 0.389676 0.389676 0.389676 +5057.312988 0.000000 810.266907 0.000000 0.748566 0.000000 0.663060 0.386318 0.386318 0.386318 +5061.924316 0.000000 806.420715 0.000000 0.854077 0.000000 0.520147 0.389020 0.389020 0.389020 +5056.361816 0.000000 812.417236 0.000000 0.643726 0.000000 0.765256 0.383248 0.383248 0.383248 +5160.688965 0.000000 871.666138 0.000000 0.945232 0.000000 0.326398 0.395119 0.395119 0.395119 +5168.063965 0.000000 873.061646 0.000000 0.924063 0.000000 0.382241 0.393537 0.393537 0.393537 +5395.991699 0.000000 767.524353 0.000000 0.943685 0.000000 0.330846 0.395404 0.395404 0.395404 +5584.244141 0.000000 932.947815 0.000000 0.901877 0.000000 0.431993 0.393866 0.393866 0.393866 +5611.960938 0.000000 925.852234 0.000000 0.886536 0.000000 0.462660 0.392603 0.392603 0.392603 +5589.609863 0.000000 936.398987 0.000000 0.819801 0.000000 0.572648 0.390714 0.390714 0.390714 +5625.728516 0.000000 929.144714 0.000000 0.845210 0.000000 0.534435 0.390569 0.390569 0.390569 +5605.802246 0.000000 922.026855 0.000000 0.923505 0.000000 0.383585 0.393356 0.393356 0.393356 +5591.955566 0.000000 937.540588 0.000000 0.632270 0.000000 0.774748 0.385484 0.385484 0.385484 +5600.868164 0.000000 920.121399 0.000000 0.914850 0.000000 0.403794 0.392798 0.392798 0.392798 +5602.581543 0.000000 922.929688 0.000000 0.943381 0.000000 0.331712 0.394091 0.394091 0.394091 +5605.805176 0.000000 959.276733 0.000000 0.926743 0.000000 0.375695 0.393058 0.393058 0.393058 +5630.499512 0.000000 933.138550 0.000000 0.894627 0.000000 0.446814 0.391975 0.391975 0.391975 +5591.285645 0.000000 943.460510 0.000000 0.689401 0.000000 0.724380 0.386085 0.386085 0.386085 +5626.406250 0.000000 942.830322 0.000000 0.653368 0.000000 0.757041 0.384306 0.384306 0.384306 +5629.145996 0.000000 945.429260 0.000000 0.908314 0.000000 0.418289 0.391898 0.391898 0.391898 +5590.709473 0.000000 923.712097 0.000000 0.827338 0.000000 0.561704 0.388951 0.388951 0.388951 +5628.439453 0.000000 952.803040 0.000000 0.617057 0.000000 0.786919 0.383944 0.383944 0.383944 +5622.205566 0.000000 938.963257 0.000000 0.802137 0.000000 0.597140 0.388242 0.388242 0.388242 +5625.099121 0.000000 950.752075 0.000000 0.611547 0.000000 0.791208 0.383365 0.383365 0.383365 +5618.448730 0.000000 946.974854 0.000000 0.714086 0.000000 0.700058 0.384822 0.384822 0.384822 +5617.639160 0.000000 959.506653 0.000000 0.905710 0.000000 0.423898 0.391913 0.391913 0.391913 +5603.590332 0.000000 949.638306 0.000000 0.842940 0.000000 0.538008 0.389136 0.389136 0.389136 +5619.326660 0.000000 951.265747 0.000000 0.754219 0.000000 0.656623 0.386766 0.386766 0.386766 +5606.524902 0.000000 951.103394 0.000000 0.849655 0.000000 0.527338 0.389183 0.389183 0.389183 +5586.134277 0.000000 960.150208 0.000000 0.659075 0.000000 0.752078 0.383892 0.383892 0.383892 +5614.873535 0.000000 952.851379 0.000000 0.608157 0.000000 0.793817 0.382600 0.382600 0.382600 +5625.404785 0.000000 941.394165 0.000000 0.634177 0.000000 0.773188 0.384157 0.384157 0.384157 +5602.360840 0.000000 949.123169 0.000000 0.703043 0.000000 0.711147 0.384871 0.384871 0.384871 +5600.863281 0.000000 924.574646 0.000000 0.833498 0.000000 0.552522 0.388864 0.388864 0.388864 +5618.113770 0.000000 949.505371 0.000000 0.711652 0.000000 0.702532 0.384754 0.384754 0.384754 +5596.046387 0.000000 937.064148 0.000000 0.863547 0.000000 0.504269 0.389576 0.389576 0.389576 +5609.168457 0.000000 935.307373 0.000000 0.910426 0.000000 0.413672 0.391418 0.391418 0.391418 +5600.813965 0.000000 941.604797 0.000000 0.633173 0.000000 0.774011 0.382277 0.382277 0.382277 +5619.089355 0.000000 932.746887 0.000000 0.925920 0.000000 0.377719 0.392361 0.392361 0.392361 +5620.589844 0.000000 947.168701 0.000000 0.803691 0.000000 0.595047 0.387430 0.387430 0.387430 +5631.312988 0.000000 945.024963 0.000000 0.656033 0.000000 0.754732 0.384413 0.384413 0.384413 +5595.631348 0.000000 959.599976 0.000000 0.828988 0.000000 0.559266 0.388057 0.388057 0.388057 +5588.580078 0.000000 951.347168 0.000000 0.753335 0.000000 0.657637 0.386096 0.386096 0.386096 +5591.733887 0.000000 945.651184 0.000000 0.939463 0.000000 0.342652 0.393609 0.393609 0.393609 +5607.595215 0.000000 946.847900 0.000000 0.929486 0.000000 0.368858 0.393021 0.393021 0.393021 +5600.087402 0.000000 943.869263 0.000000 0.644357 0.000000 0.764725 0.382699 0.382699 0.382699 +5596.939453 0.000000 947.362793 0.000000 0.712533 0.000000 0.701638 0.384778 0.384778 0.384778 +5616.086914 0.000000 939.431519 0.000000 0.620868 0.000000 0.783915 0.382636 0.382636 0.382636 +5604.531250 0.000000 947.895935 0.000000 0.623083 0.000000 0.782156 0.383004 0.383004 0.383004 +5605.960449 0.000000 943.618774 0.000000 0.909592 0.000000 0.415503 0.391485 0.391485 0.391485 +5592.183105 0.000000 925.437500 0.000000 0.896705 0.000000 0.442630 0.391208 0.391208 0.391208 +5596.949219 0.000000 924.455017 0.000000 0.880341 0.000000 0.474342 0.390080 0.390080 0.390080 +5604.699219 0.000000 945.264893 0.000000 0.751730 0.000000 0.659471 0.385977 0.385977 0.385977 +5607.715332 0.000000 951.256836 0.000000 0.836819 0.000000 0.547480 0.388718 0.388718 0.388718 +5603.812500 0.000000 939.174133 0.000000 0.799706 0.000000 0.600392 0.387170 0.387170 0.387170 +5626.459473 0.000000 945.274231 0.000000 0.818257 0.000000 0.574853 0.388197 0.388197 0.388197 +5622.952148 0.000000 947.705994 0.000000 0.714844 0.000000 0.699284 0.384804 0.384804 0.384804 +5604.375977 0.000000 941.014709 0.000000 0.920547 0.000000 0.390632 0.391905 0.391905 0.391905 +5603.250488 0.000000 941.176392 0.000000 0.933906 0.000000 0.357519 0.392807 0.392807 0.392807 +5607.517090 0.000000 938.438171 0.000000 0.752499 0.000000 0.658594 0.385820 0.385820 0.385820 +5599.611328 0.000000 929.166565 0.000000 0.708120 0.000000 0.706092 0.384303 0.384303 0.384303 +5618.309082 0.000000 939.562500 0.000000 0.901310 0.000000 0.433176 0.390985 0.390985 0.390985 +5614.767090 0.000000 943.562866 0.000000 0.752422 0.000000 0.658681 0.385710 0.385710 0.385710 +5595.131348 0.000000 976.355530 0.000000 0.707120 0.000000 0.707093 0.389647 0.389647 0.389647 +5582.623047 0.000000 964.945679 0.000000 0.622350 0.000000 0.782739 0.384198 0.384198 0.384198 +5600.387695 0.000000 969.527893 0.000000 0.838700 0.000000 0.544593 0.389792 0.389792 0.389792 +5602.554688 0.000000 969.948425 0.000000 0.630257 0.000000 0.776387 0.384377 0.384377 0.384377 +5614.633301 0.000000 964.950256 0.000000 0.592735 0.000000 0.805398 0.382655 0.382655 0.382655 +5621.270996 0.000000 963.534485 0.000000 0.659507 0.000000 0.751698 0.384497 0.384497 0.384497 +5607.881348 0.000000 960.297607 0.000000 0.834086 0.000000 0.551635 0.388592 0.388592 0.388592 +5601.743164 0.000000 960.472778 0.000000 0.694161 0.000000 0.719820 0.384794 0.384794 0.384794 +5607.708496 0.000000 966.229126 0.000000 0.828751 0.000000 0.559617 0.389235 0.389235 0.389235 +5584.913574 0.000000 964.017334 0.000000 0.869764 0.000000 0.493468 0.390414 0.390414 0.390414 +5600.901855 0.000000 967.118103 0.000000 0.667879 0.000000 0.744270 0.384156 0.384156 0.384156 +5590.342773 0.000000 960.379883 0.000000 0.623071 0.000000 0.782165 0.382645 0.382645 0.382645 +5617.195312 0.000000 960.597290 0.000000 0.813115 0.000000 0.582103 0.387808 0.387808 0.387808 +5602.086426 0.000000 967.132385 0.000000 0.942536 0.000000 0.334104 0.393639 0.393639 0.393639 +5606.425293 0.000000 964.045715 0.000000 0.838528 0.000000 0.544858 0.388981 0.388981 0.388981 +5609.046387 0.000000 960.559143 0.000000 0.645291 0.000000 0.763937 0.382680 0.382680 0.382680 +5632.936035 0.000000 926.359558 0.000000 0.777661 0.000000 0.628683 0.390597 0.390597 0.390597 +5657.618652 0.000000 955.427246 0.000000 0.937601 0.000000 0.347712 0.394840 0.394840 0.394840 +5657.774414 0.000000 953.449219 0.000000 0.918849 0.000000 0.394610 0.393924 0.393924 0.393924 +5640.986816 0.000000 958.458069 0.000000 0.811117 0.000000 0.584884 0.390236 0.390236 0.390236 +5650.536621 0.000000 957.219788 0.000000 0.920223 0.000000 0.391396 0.393534 0.393534 0.393534 +5654.025391 0.000000 946.044067 0.000000 0.655263 0.000000 0.755401 0.386233 0.386233 0.386233 +5637.854492 0.000000 938.503174 0.000000 0.895432 0.000000 0.445198 0.391637 0.391637 0.391637 +5634.875977 0.000000 936.336731 0.000000 0.812802 0.000000 0.582541 0.388915 0.388915 0.388915 +5642.112793 0.000000 940.906860 0.000000 0.712433 0.000000 0.701740 0.386523 0.386523 0.386523 +5634.857910 0.000000 946.093506 0.000000 0.928989 0.000000 0.370108 0.392996 0.392996 0.392996 +5640.396484 0.000000 942.530640 0.000000 0.940593 0.000000 0.339536 0.393479 0.393479 0.393479 +5643.890137 0.000000 954.483032 0.000000 0.781065 0.000000 0.624450 0.387843 0.387843 0.387843 +5644.104980 0.000000 946.648743 0.000000 0.924270 0.000000 0.381740 0.392099 0.392099 0.392099 +5646.414551 0.000000 953.028076 0.000000 0.899625 0.000000 0.436664 0.391403 0.391403 0.391403 +5656.535645 0.000000 1033.073730 0.000000 0.949295 0.000000 0.314387 0.395481 0.395481 0.395481 +5659.877441 0.000000 1028.209595 0.000000 0.747666 0.000000 0.664075 0.388577 0.388577 0.388577 +5675.584473 0.000000 1055.793701 0.000000 0.747403 0.000000 0.664371 0.387229 0.387229 0.387229 +5662.762207 0.000000 1038.887329 0.000000 0.740679 0.000000 0.671859 0.385507 0.385507 0.385507 +5689.404785 0.000000 1054.362915 0.000000 0.727059 0.000000 0.686575 0.385981 0.385981 0.385981 +5689.305176 0.000000 1067.915527 0.000000 0.777387 0.000000 0.629023 0.386583 0.386583 0.386583 +5663.979004 0.000000 1045.786743 0.000000 0.631540 0.000000 0.775344 0.382412 0.382412 0.382412 +5674.652344 0.000000 1056.371460 0.000000 0.764285 0.000000 0.644879 0.385897 0.385897 0.385897 +5663.664551 0.000000 1028.437866 0.000000 0.732852 0.000000 0.680388 0.383971 0.383971 0.383971 +5662.405762 0.000000 1054.958618 0.000000 0.667154 0.000000 0.744920 0.378893 0.378893 0.378893 +5695.184082 0.000000 1030.749146 0.000000 0.687398 0.000000 0.726281 0.382709 0.382709 0.382709 +5693.034180 0.000000 1061.736450 0.000000 0.930759 0.000000 0.365634 0.391720 0.391720 0.391720 +5665.619629 0.000000 1033.781616 0.000000 0.628029 0.000000 0.778190 0.382011 0.382011 0.382011 +5673.023438 0.000000 1052.296265 0.000000 0.940473 0.000000 0.339867 0.391602 0.391602 0.391602 +5695.029297 0.000000 1048.452637 0.000000 0.591476 0.000000 0.806322 0.377521 0.377521 0.377521 +5669.912109 0.000000 1049.303589 0.000000 0.832715 0.000000 0.553701 0.385057 0.385057 0.385057 +5663.761230 0.000000 1055.726807 0.000000 0.712000 0.000000 0.702180 0.380449 0.380449 0.380449 +5666.980957 0.000000 1044.989746 0.000000 0.805919 0.000000 0.592025 0.383866 0.383866 0.383866 +5669.287109 0.000000 1047.954956 0.000000 0.608800 0.000000 0.793324 0.376668 0.376668 0.376668 +5660.295410 0.000000 1053.094482 0.000000 0.831183 0.000000 0.555999 0.386076 0.386076 0.386076 +5669.967285 0.000000 1048.446411 0.000000 0.928292 0.000000 0.371853 0.390298 0.390298 0.390298 +5692.186035 0.000000 1030.779419 0.000000 0.588953 0.000000 0.808168 0.376648 0.376648 0.376648 +5693.781250 0.000000 1031.620605 0.000000 0.592095 0.000000 0.805868 0.376744 0.376744 0.376744 +5665.354980 0.000000 1042.006470 0.000000 0.772222 0.000000 0.635352 0.382468 0.382468 0.382468 +5695.749512 0.000000 1064.433472 0.000000 0.786522 0.000000 0.617562 0.383050 0.383050 0.383050 +5692.099609 0.000000 1066.480347 0.000000 0.924969 0.000000 0.380044 0.390073 0.390073 0.390073 +5699.093750 0.000000 1046.788696 0.000000 0.910313 0.000000 0.413921 0.392755 0.392755 0.392755 +5720.351074 0.000000 1068.849121 0.000000 0.733662 0.000000 0.679515 0.387280 0.387280 0.387280 +5722.372559 0.000000 1069.575562 0.000000 0.661731 0.000000 0.749741 0.383409 0.383409 0.383409 +5722.614258 0.000000 1060.362183 0.000000 0.742504 0.000000 0.669842 0.385230 0.385230 0.385230 +5733.960449 0.000000 1056.587524 0.000000 0.820517 0.000000 0.571622 0.387483 0.387483 0.387483 +5732.052246 0.000000 1056.161865 0.000000 0.945501 0.000000 0.325618 0.393177 0.393177 0.393177 +5710.294922 0.000000 1063.227051 0.000000 0.752981 0.000000 0.658042 0.385297 0.385297 0.385297 +5717.386719 0.000000 1072.544434 0.000000 0.944150 0.000000 0.329517 0.391449 0.391449 0.391449 +5724.664062 0.000000 1069.261475 0.000000 0.926036 0.000000 0.377436 0.390898 0.390898 0.390898 +5726.683105 0.000000 1056.990967 0.000000 0.940256 0.000000 0.340467 0.391153 0.391153 0.391153 +5727.623535 0.000000 1065.057495 0.000000 0.912802 0.000000 0.408401 0.389287 0.389287 0.389287 +5713.233887 0.000000 1072.883667 0.000000 0.675886 0.000000 0.737006 0.381795 0.381795 0.381795 +5708.830078 0.000000 1062.812744 0.000000 0.879308 0.000000 0.476253 0.388128 0.388128 0.388128 +5728.118652 0.000000 1060.820923 0.000000 0.920357 0.000000 0.391079 0.389768 0.389768 0.389768 +5722.283691 0.000000 1057.953613 0.000000 0.777999 0.000000 0.628265 0.382701 0.382701 0.382701 +5702.476074 0.000000 1030.388184 0.000000 0.594459 0.000000 0.804126 0.377470 0.377470 0.377470 +5696.073242 0.000000 1047.348022 0.000000 0.766729 0.000000 0.641971 0.382249 0.382249 0.382249 +5696.240723 0.000000 1061.299805 0.000000 0.838693 0.000000 0.544604 0.385334 0.385334 0.385334 +5730.762207 0.000000 1058.551147 0.000000 0.597967 0.000000 0.801521 0.376322 0.376322 0.376322 +5698.363770 0.000000 1066.104004 0.000000 0.649366 0.000000 0.760476 0.377997 0.377997 0.377997 +5696.939453 0.000000 1045.294922 0.000000 0.716536 0.000000 0.697550 0.380342 0.380342 0.380342 +5726.081055 0.000000 1055.743286 0.000000 0.872740 0.000000 0.488186 0.387013 0.387013 0.387013 +5697.940430 0.000000 1061.158081 0.000000 0.858384 0.000000 0.513008 0.386283 0.386283 0.386283 +5726.100098 0.000000 1061.843506 0.000000 0.736138 0.000000 0.676832 0.381068 0.381068 0.381068 +5701.517090 0.000000 1062.866943 0.000000 0.872979 0.000000 0.487758 0.387025 0.387025 0.387025 +5727.270020 0.000000 1060.936890 0.000000 0.644376 0.000000 0.764709 0.377831 0.377831 0.377831 +5701.387207 0.000000 1065.629639 0.000000 0.925938 0.000000 0.377676 0.390138 0.390138 0.390138 +5727.842773 0.000000 1063.736938 0.000000 0.938503 0.000000 0.345270 0.391023 0.391023 0.391023 +5698.768066 0.000000 1063.176147 0.000000 0.781803 0.000000 0.623526 0.382856 0.382856 0.382856 +5704.456055 0.000000 1058.243530 0.000000 0.916191 0.000000 0.400742 0.389500 0.389500 0.389500 +5667.619629 0.000000 1115.109985 0.000000 0.829444 0.000000 0.558589 0.390589 0.390589 0.390589 +5689.036621 0.000000 1086.729614 0.000000 0.695077 0.000000 0.718936 0.384217 0.384217 0.384217 +5689.492676 0.000000 1078.093628 0.000000 0.848888 0.000000 0.528574 0.385818 0.385818 0.385818 +5688.552246 0.000000 1082.228882 0.000000 0.835249 0.000000 0.549872 0.385523 0.385523 0.385523 +5690.712891 0.000000 1077.874512 0.000000 0.878293 0.000000 0.478123 0.387305 0.387305 0.387305 +5705.400879 0.000000 1089.322266 0.000000 0.641575 0.000000 0.767060 0.388738 0.388738 0.388738 +5696.649414 0.000000 1088.118164 0.000000 0.905442 0.000000 0.424471 0.391770 0.391770 0.391770 +5703.502930 0.000000 1080.476562 0.000000 0.719525 0.000000 0.694466 0.384323 0.384323 0.384323 +5701.411133 0.000000 1084.982910 0.000000 0.786481 0.000000 0.617615 0.386239 0.386239 0.386239 +5699.019531 0.000000 1084.513550 0.000000 0.610972 0.000000 0.791652 0.378152 0.378152 0.378152 +5699.037598 0.000000 1083.575562 0.000000 0.713862 0.000000 0.700286 0.380244 0.380244 0.380244 +5697.429688 0.000000 1084.496094 0.000000 0.888835 0.000000 0.458228 0.387879 0.387879 0.387879 +5699.831543 0.000000 1085.018433 0.000000 0.701949 0.000000 0.712227 0.381042 0.381042 0.381042 +5698.212402 0.000000 1084.920532 0.000000 0.913608 0.000000 0.406597 0.389985 0.389985 0.389985 +4228.763672 0.000000 2239.082764 0.000000 0.942419 0.000000 0.334436 0.395488 0.395488 0.395488 +4228.384766 0.000000 2253.663330 0.000000 0.887923 0.000000 0.459992 0.393126 0.393126 0.393126 +4211.456055 0.000000 2309.663330 0.000000 0.913741 0.000000 0.406296 0.394589 0.394589 0.394589 +4211.402344 0.000000 2313.342285 0.000000 0.880889 0.000000 0.473322 0.393402 0.393402 0.393402 +4198.337891 0.000000 2329.595459 0.000000 0.590736 0.000000 0.806865 0.386968 0.386968 0.386968 +4221.638184 0.000000 2335.582520 0.000000 0.769081 0.000000 0.639152 0.390375 0.390375 0.390375 +4211.914062 0.000000 2321.647705 0.000000 0.933884 0.000000 0.357575 0.394723 0.394723 0.394723 +4207.135742 0.000000 2331.915527 0.000000 0.639937 0.000000 0.768427 0.386697 0.386697 0.386697 +4221.382324 0.000000 2346.161621 0.000000 0.764747 0.000000 0.644330 0.389652 0.389652 0.389652 +4210.750488 0.000000 2356.412598 0.000000 0.914095 0.000000 0.405500 0.393892 0.393892 0.393892 +4213.007812 0.000000 2357.009766 0.000000 0.737970 0.000000 0.674834 0.389126 0.389126 0.389126 +4203.960938 0.000000 2337.961670 0.000000 0.822810 0.000000 0.568317 0.390976 0.390976 0.390976 +4194.087402 0.000000 2340.914551 0.000000 0.617180 0.000000 0.786822 0.385846 0.385846 0.385846 +4194.375977 0.000000 2332.302002 0.000000 0.675055 0.000000 0.737768 0.387115 0.387115 0.387115 +4203.008789 0.000000 2342.408936 0.000000 0.618827 0.000000 0.785527 0.383939 0.383939 0.383939 +4224.009766 0.000000 2301.567627 0.000000 0.610689 0.000000 0.791870 0.387634 0.387634 0.387634 +4231.437500 0.000000 2314.418701 0.000000 0.765713 0.000000 0.643182 0.390407 0.390407 0.390407 +4244.821777 0.000000 2290.486084 0.000000 0.920270 0.000000 0.391283 0.394018 0.394018 0.394018 +4241.219727 0.000000 2270.833740 0.000000 0.904392 0.000000 0.426702 0.393595 0.393595 0.393595 +4277.007812 0.000000 2300.525391 0.000000 0.889098 0.000000 0.457716 0.392831 0.392831 0.392831 +4253.380859 0.000000 2278.772705 0.000000 0.907235 0.000000 0.420625 0.392695 0.392695 0.392695 +4278.280273 0.000000 2305.954346 0.000000 0.832964 0.000000 0.553327 0.390016 0.390016 0.390016 +4285.587402 0.000000 2307.272949 0.000000 0.615829 0.000000 0.787880 0.383826 0.383826 0.383826 +4269.470215 0.000000 2306.659424 0.000000 0.934961 0.000000 0.354750 0.393608 0.393608 0.393608 +4251.790527 0.000000 2278.128418 0.000000 0.883253 0.000000 0.468897 0.391690 0.391690 0.391690 +4270.953613 0.000000 2312.774658 0.000000 0.857783 0.000000 0.514013 0.390727 0.390727 0.390727 +4273.044434 0.000000 2308.455322 0.000000 0.889006 0.000000 0.457896 0.391213 0.391213 0.391213 +4274.249023 0.000000 2309.054932 0.000000 0.684651 0.000000 0.728871 0.385279 0.385279 0.385279 +4273.121094 0.000000 2311.283203 0.000000 0.721144 0.000000 0.692785 0.385822 0.385822 0.385822 +4272.248535 0.000000 2313.180420 0.000000 0.761088 0.000000 0.648648 0.387207 0.387207 0.387207 +4271.731934 0.000000 2306.473877 0.000000 0.938643 0.000000 0.344891 0.393407 0.393407 0.393407 +4275.368652 0.000000 2310.860840 0.000000 0.846286 0.000000 0.532729 0.389761 0.389761 0.389761 +4292.032715 0.000000 2290.986572 0.000000 0.771325 0.000000 0.636442 0.391113 0.391113 0.391113 +4299.263184 0.000000 2295.937256 0.000000 0.636372 0.000000 0.771382 0.386891 0.386891 0.386891 +4296.309570 0.000000 2288.168213 0.000000 0.931454 0.000000 0.363858 0.394050 0.394050 0.394050 +4292.140625 0.000000 2300.942871 0.000000 0.854354 0.000000 0.519691 0.391323 0.391323 0.391323 +4305.267090 0.000000 2290.008789 0.000000 0.691010 0.000000 0.722845 0.386648 0.386648 0.386648 +4309.042969 0.000000 2287.278809 0.000000 0.932320 0.000000 0.361634 0.392665 0.392665 0.392665 +4275.402344 0.000000 2369.826660 0.000000 0.835233 0.000000 0.549897 0.392209 0.392209 0.392209 +4259.666992 0.000000 2352.345703 0.000000 0.593081 0.000000 0.805142 0.387242 0.387242 0.387242 +4257.062500 0.000000 2367.933350 0.000000 0.830593 0.000000 0.556880 0.391684 0.391684 0.391684 +4226.822754 0.000000 2349.827393 0.000000 0.928920 0.000000 0.370280 0.394754 0.394754 0.394754 +4281.460938 0.000000 2315.962646 0.000000 0.627433 0.000000 0.778671 0.387254 0.387254 0.387254 +4267.601562 0.000000 2368.759521 0.000000 0.696590 0.000000 0.717470 0.388853 0.388853 0.388853 +4238.401855 0.000000 2357.555176 0.000000 0.923098 0.000000 0.384564 0.394324 0.394324 0.394324 +4230.475098 0.000000 2330.449951 0.000000 0.838013 0.000000 0.545650 0.391700 0.391700 0.391700 +4241.493164 0.000000 2359.832275 0.000000 0.818228 0.000000 0.574894 0.391162 0.391162 0.391162 +4251.673340 0.000000 2368.632812 0.000000 0.734678 0.000000 0.678416 0.389241 0.389241 0.389241 +4262.962402 0.000000 2360.039307 0.000000 0.914369 0.000000 0.404883 0.393839 0.393839 0.393839 +4248.887695 0.000000 2357.459473 0.000000 0.787005 0.000000 0.616947 0.390141 0.390141 0.390141 +4246.604004 0.000000 2354.388916 0.000000 0.901010 0.000000 0.433798 0.393391 0.393391 0.393391 +4252.161133 0.000000 2364.471436 0.000000 0.912920 0.000000 0.408138 0.393493 0.393493 0.393493 +4240.905273 0.000000 2369.758789 0.000000 0.748888 0.000000 0.662696 0.388787 0.388787 0.388787 +4253.418457 0.000000 2365.856934 0.000000 0.930565 0.000000 0.366127 0.394198 0.394198 0.394198 +4231.784180 0.000000 2369.175781 0.000000 0.848394 0.000000 0.529366 0.391588 0.391588 0.391588 +4248.891602 0.000000 2362.214600 0.000000 0.624122 0.000000 0.781327 0.386029 0.386029 0.386029 +4226.356934 0.000000 2377.241943 0.000000 0.903018 0.000000 0.429602 0.393858 0.393858 0.393858 +4254.608887 0.000000 2377.883301 0.000000 0.904108 0.000000 0.427305 0.393827 0.393827 0.393827 +4227.913086 0.000000 2383.280273 0.000000 0.837778 0.000000 0.546010 0.391954 0.391954 0.391954 +4243.894531 0.000000 2380.115479 0.000000 0.636500 0.000000 0.771277 0.387553 0.387553 0.387553 +4224.597656 0.000000 2392.811035 0.000000 0.903406 0.000000 0.428787 0.393229 0.393229 0.393229 +4227.095703 0.000000 2387.793945 0.000000 0.782924 0.000000 0.622118 0.389506 0.389506 0.389506 +4231.434570 0.000000 2383.087402 0.000000 0.917094 0.000000 0.398672 0.393571 0.393571 0.393571 +4228.846680 0.000000 2387.250977 0.000000 0.707671 0.000000 0.706542 0.386876 0.386876 0.386876 +4231.231934 0.000000 2385.583008 0.000000 0.802838 0.000000 0.596197 0.389475 0.389475 0.389475 +4445.614258 0.000000 2291.103027 0.000000 0.792189 0.000000 0.610275 0.389709 0.389709 0.389709 +4452.830078 0.000000 2294.302734 0.000000 0.758052 0.000000 0.652194 0.388896 0.388896 0.388896 +4453.967285 0.000000 2284.272217 0.000000 0.906371 0.000000 0.422484 0.393161 0.393161 0.393161 +4448.608398 0.000000 2290.906250 0.000000 0.819842 0.000000 0.572590 0.389407 0.389407 0.389407 +4459.575684 0.000000 2290.105225 0.000000 0.713370 0.000000 0.700787 0.387361 0.387361 0.387361 +4454.014160 0.000000 2290.203613 0.000000 0.940753 0.000000 0.339094 0.393971 0.393971 0.393971 +4446.348145 0.000000 2289.713379 0.000000 0.921298 0.000000 0.388858 0.393240 0.393240 0.393240 +"} object={ name="oak_dense_generator_3_2" clamp_to_water_level=no @@ -23,8 +1808,916 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_03_mesh" - count=0 -} + count=908 + transform="5005.487793 0.000000 744.313538 0.000000 0.993084 0.000000 -0.117408 0.401680 0.401680 0.401680 +5044.393066 0.000000 756.690491 0.000000 0.980531 0.000000 0.196364 0.397010 0.397010 0.397010 +5002.416504 0.000000 765.981018 0.000000 0.985573 0.000000 0.169248 0.397359 0.397359 0.397359 +5025.699219 0.000000 747.727112 0.000000 0.974232 0.000000 -0.225546 0.403590 0.403590 0.403590 +5029.508789 0.000000 749.685181 0.000000 0.986078 0.000000 -0.166284 0.402686 0.402686 0.402686 +5040.663086 0.000000 752.952820 0.000000 0.994450 0.000000 -0.105209 0.401731 0.401731 0.401731 +5004.289551 0.000000 747.744263 0.000000 0.999375 0.000000 -0.035351 0.400609 0.400609 0.400609 +4997.850586 0.000000 752.075317 0.000000 0.976299 0.000000 0.216425 0.396449 0.396449 0.396449 +5047.777832 0.000000 763.231995 0.000000 0.998986 0.000000 0.045025 0.399224 0.399224 0.399224 +5038.269531 0.000000 769.598511 0.000000 0.995597 0.000000 -0.093742 0.401659 0.401659 0.401659 +5005.130371 0.000000 776.473022 0.000000 0.983488 0.000000 0.180975 0.396538 0.396538 0.396538 +5022.868164 0.000000 755.039124 0.000000 0.980702 0.000000 -0.195510 0.403793 0.403793 0.403793 +4997.217285 0.000000 782.445923 0.000000 0.962721 0.000000 -0.270496 0.405088 0.405088 0.405088 +5033.763184 0.000000 756.317383 0.000000 0.998575 0.000000 -0.053366 0.401058 0.401058 0.401058 +4997.351562 0.000000 785.929932 0.000000 0.984932 0.000000 -0.172943 0.403229 0.403229 0.403229 +5038.356934 0.000000 751.593872 0.000000 0.999978 0.000000 0.006659 0.399869 0.399869 0.399869 +5018.672852 0.000000 772.572266 0.000000 0.981480 0.000000 0.191563 0.396237 0.396237 0.396237 +5024.724121 0.000000 756.713196 0.000000 0.969699 0.000000 0.244304 0.394985 0.394985 0.394985 +4998.282227 0.000000 780.351318 0.000000 0.969131 0.000000 -0.246545 0.405212 0.405212 0.405212 +5000.323730 0.000000 752.821411 0.000000 0.999662 0.000000 0.025979 0.399507 0.399507 0.399507 +5031.998535 0.000000 757.722595 0.000000 0.978377 0.000000 0.206829 0.395683 0.395683 0.395683 +5011.508789 0.000000 750.688843 0.000000 0.968603 0.000000 0.248614 0.395145 0.395145 0.395145 +5036.463379 0.000000 748.920532 0.000000 0.977107 0.000000 0.212749 0.395236 0.395236 0.395236 +5044.598145 0.000000 760.362183 0.000000 0.993945 0.000000 -0.109880 0.402347 0.402347 0.402347 +5036.757812 0.000000 744.077637 0.000000 0.987182 0.000000 -0.159596 0.403297 0.403297 0.403297 +5012.380859 0.000000 756.099976 0.000000 0.995643 0.000000 0.093247 0.398074 0.398074 0.398074 +5034.282715 0.000000 747.802612 0.000000 0.977842 0.000000 -0.209343 0.404623 0.404623 0.404623 +5035.449707 0.000000 762.580322 0.000000 0.993057 0.000000 -0.117630 0.402879 0.402879 0.402879 +5007.746582 0.000000 787.659973 0.000000 0.998860 0.000000 0.047725 0.398784 0.398784 0.398784 +5010.467285 0.000000 778.514038 0.000000 0.958995 0.000000 0.283424 0.393644 0.393644 0.393644 +5037.173340 0.000000 758.191162 0.000000 0.995598 0.000000 0.093724 0.397793 0.397793 0.397793 +5006.202637 0.000000 748.001099 0.000000 0.981397 0.000000 0.191989 0.395785 0.395785 0.395785 +4998.803223 0.000000 787.374390 0.000000 0.993841 0.000000 0.110812 0.397505 0.397505 0.397505 +5013.486816 0.000000 785.550964 0.000000 0.978633 0.000000 -0.205613 0.404860 0.404860 0.404860 +5020.115234 0.000000 788.124939 0.000000 0.978968 0.000000 0.204012 0.394768 0.394768 0.394768 +5008.178223 0.000000 761.006592 0.000000 0.999244 0.000000 0.038875 0.399115 0.399115 0.399115 +5013.892578 0.000000 783.545837 0.000000 0.971737 0.000000 -0.236066 0.405343 0.405343 0.405343 +5002.930176 0.000000 756.019531 0.000000 0.976823 0.000000 -0.214050 0.404642 0.404642 0.404642 +5028.422852 0.000000 786.547607 0.000000 0.971084 0.000000 -0.238739 0.406139 0.406139 0.406139 +5016.628906 0.000000 788.673340 0.000000 0.994052 0.000000 -0.108906 0.402779 0.402779 0.402779 +5010.223633 0.000000 757.450012 0.000000 0.984226 0.000000 0.176917 0.395888 0.395888 0.395888 +5005.517090 0.000000 775.565796 0.000000 0.992621 0.000000 -0.121254 0.402525 0.402525 0.402525 +5000.383301 0.000000 779.268005 0.000000 0.969404 0.000000 0.245470 0.394613 0.394613 0.394613 +5008.505371 0.000000 758.425354 0.000000 0.998185 0.000000 -0.060225 0.401516 0.401516 0.401516 +4999.080078 0.000000 785.607605 0.000000 0.998722 0.000000 0.050542 0.398897 0.398897 0.398897 +5040.989258 0.000000 765.863159 0.000000 0.988975 0.000000 0.148081 0.396824 0.396824 0.396824 +5017.231934 0.000000 783.068237 0.000000 0.964648 0.000000 0.263542 0.393422 0.393422 0.393422 +5026.094238 0.000000 758.357117 0.000000 0.997842 0.000000 0.065659 0.398425 0.398425 0.398425 +5001.805664 0.000000 788.427856 0.000000 0.997279 0.000000 0.073719 0.398316 0.398316 0.398316 +5030.516602 0.000000 770.485718 0.000000 0.983485 0.000000 0.180990 0.395711 0.395711 0.395711 +5010.847656 0.000000 775.252563 0.000000 0.956661 0.000000 -0.291205 0.406315 0.406315 0.406315 +5012.944824 0.000000 767.581177 0.000000 0.984324 0.000000 0.176371 0.395945 0.395945 0.395945 +4999.164551 0.000000 783.072937 0.000000 0.985202 0.000000 -0.171398 0.403844 0.403844 0.403844 +5021.536133 0.000000 765.092041 0.000000 0.999850 0.000000 -0.017331 0.400367 0.400367 0.400367 +5027.260742 0.000000 760.971191 0.000000 0.971676 0.000000 0.236316 0.394878 0.394878 0.394878 +5025.192871 0.000000 789.006226 0.000000 0.995891 0.000000 -0.090559 0.402182 0.402182 0.402182 +5037.207031 0.000000 748.098877 0.000000 0.999888 0.000000 -0.014941 0.400332 0.400332 0.400332 +5024.517578 0.000000 779.823730 0.000000 0.996387 0.000000 -0.084934 0.401894 0.401894 0.401894 +5005.181641 0.000000 786.621521 0.000000 0.993500 0.000000 -0.113833 0.402905 0.402905 0.402905 +5009.333008 0.000000 759.830688 0.000000 0.999965 0.000000 -0.008305 0.400209 0.400209 0.400209 +5030.631836 0.000000 767.434021 0.000000 0.995920 0.000000 -0.090243 0.402297 0.402297 0.402297 +5009.103516 0.000000 784.379089 0.000000 0.991857 0.000000 0.127355 0.396888 0.396888 0.396888 +5018.225586 0.000000 788.589600 0.000000 0.985116 0.000000 0.171890 0.395601 0.395601 0.395601 +5024.121094 0.000000 784.175537 0.000000 0.979627 0.000000 -0.200825 0.405048 0.405048 0.405048 +5012.250488 0.000000 785.898499 0.000000 0.971095 0.000000 0.238693 0.394344 0.394344 0.394344 +5007.476074 0.000000 782.385376 0.000000 0.955004 0.000000 0.296594 0.393099 0.393099 0.393099 +5038.760254 0.000000 760.951782 0.000000 0.996973 0.000000 -0.077751 0.401978 0.401978 0.401978 +5035.210449 0.000000 761.740540 0.000000 0.992518 0.000000 0.122095 0.396883 0.396883 0.396883 +5013.483887 0.000000 766.031433 0.000000 0.977315 0.000000 -0.211791 0.404880 0.404880 0.404880 +5033.783691 0.000000 786.525574 0.000000 0.999717 0.000000 0.023782 0.399394 0.399394 0.399394 +5028.881836 0.000000 789.287903 0.000000 0.967214 0.000000 0.253965 0.393461 0.393461 0.393461 +5028.431152 0.000000 765.997070 0.000000 0.973982 0.000000 -0.226624 0.405296 0.405296 0.405296 +5016.412109 0.000000 785.563477 0.000000 0.981778 0.000000 -0.190031 0.404869 0.404869 0.404869 +5010.979004 0.000000 759.048706 0.000000 0.997326 0.000000 0.073083 0.398218 0.398218 0.398218 +5016.141602 0.000000 766.329651 0.000000 0.953767 0.000000 0.300547 0.392470 0.392470 0.392470 +5023.309082 0.000000 758.113892 0.000000 0.998616 0.000000 -0.052599 0.401282 0.401282 0.401282 +5025.254395 0.000000 785.485596 0.000000 0.999253 0.000000 0.038642 0.399035 0.399035 0.399035 +5027.050781 0.000000 785.243042 0.000000 0.999281 0.000000 0.037902 0.399035 0.399035 0.399035 +5017.587891 0.000000 780.156616 0.000000 0.994868 0.000000 0.101185 0.397662 0.397662 0.397662 +5029.347168 0.000000 776.347229 0.000000 0.981086 0.000000 0.193574 0.395409 0.395409 0.395409 +5026.636719 0.000000 778.859497 0.000000 0.999996 0.000000 0.002883 0.399933 0.399933 0.399933 +5010.187500 0.000000 758.556763 0.000000 0.990786 0.000000 -0.135434 0.403310 0.403310 0.403310 +5035.825684 0.000000 786.395447 0.000000 0.993403 0.000000 -0.114677 0.402927 0.402927 0.402927 +5032.627930 0.000000 790.083801 0.000000 0.982604 0.000000 0.185716 0.395243 0.395243 0.395243 +5020.295410 0.000000 770.672668 0.000000 0.978587 0.000000 -0.205833 0.405165 0.405165 0.405165 +5013.760254 0.000000 786.559265 0.000000 0.958497 0.000000 -0.285104 0.407290 0.407290 0.407290 +5017.561035 0.000000 761.958496 0.000000 0.964474 0.000000 0.264177 0.393192 0.393192 0.393192 +5027.090820 0.000000 770.231567 0.000000 0.990868 0.000000 0.134839 0.396556 0.396556 0.396556 +5028.014648 0.000000 787.908447 0.000000 0.995076 0.000000 -0.099113 0.402528 0.402528 0.402528 +5027.922363 0.000000 785.121765 0.000000 0.956649 0.000000 -0.291244 0.407526 0.407526 0.407526 +5021.446777 0.000000 787.059387 0.000000 0.959635 0.000000 -0.281248 0.407260 0.407260 0.407260 +5008.749023 0.000000 788.998352 0.000000 0.992241 0.000000 -0.124327 0.403174 0.403174 0.403174 +5015.379395 0.000000 767.499023 0.000000 0.951150 0.000000 0.308729 0.392149 0.392149 0.392149 +5039.493652 0.000000 760.632263 0.000000 0.959587 0.000000 -0.281413 0.407250 0.407250 0.407250 +5013.000977 0.000000 760.785889 0.000000 0.985454 0.000000 0.169942 0.395651 0.395651 0.395651 +5020.428223 0.000000 789.979431 0.000000 0.953556 0.000000 -0.301216 0.407791 0.407791 0.407791 +5004.256348 0.000000 789.784241 0.000000 0.953968 0.000000 -0.299908 0.407756 0.407756 0.407756 +5016.705566 0.000000 760.065796 0.000000 0.984809 0.000000 -0.173641 0.404444 0.404444 0.404444 +5030.550781 0.000000 780.852051 0.000000 0.984929 0.000000 0.172958 0.395573 0.395573 0.395573 +5031.942383 0.000000 758.522400 0.000000 0.998552 0.000000 0.053798 0.398629 0.398629 0.398629 +5031.610352 0.000000 784.539124 0.000000 0.971697 0.000000 -0.236232 0.406073 0.406073 0.406073 +4905.064941 0.000000 842.486816 0.000000 0.972899 0.000000 0.231229 0.396808 0.396808 0.396808 +4906.913086 0.000000 844.781494 0.000000 0.978511 0.000000 0.206194 0.396184 0.396184 0.396184 +4904.703613 0.000000 845.649719 0.000000 0.999964 0.000000 -0.008483 0.400157 0.400157 0.400157 +4912.327148 0.000000 846.084351 0.000000 0.999917 0.000000 0.012911 0.399732 0.399732 0.399732 +4922.537598 0.000000 845.658936 0.000000 0.993609 0.000000 0.112876 0.397289 0.397289 0.397289 +4923.304688 0.000000 844.268188 0.000000 0.999943 0.000000 0.010708 0.399743 0.399743 0.399743 +4984.630371 0.000000 844.236267 0.000000 0.998940 0.000000 -0.046027 0.400664 0.400664 0.400664 +4953.034668 0.000000 822.727783 0.000000 0.999533 0.000000 -0.030571 0.400464 0.400464 0.400464 +4968.687988 0.000000 813.281860 0.000000 0.952115 0.000000 0.305740 0.395191 0.395191 0.395191 +4928.328125 0.000000 839.249634 0.000000 0.999824 0.000000 -0.018762 0.400353 0.400353 0.400353 +4982.395020 0.000000 800.844482 0.000000 0.963947 0.000000 -0.266096 0.404895 0.404895 0.404895 +4990.572266 0.000000 841.299011 0.000000 0.997843 0.000000 0.065643 0.398763 0.398763 0.398763 +4960.087402 0.000000 830.900513 0.000000 0.980415 0.000000 -0.196945 0.404147 0.404147 0.404147 +4982.497559 0.000000 803.945190 0.000000 0.978301 0.000000 0.207189 0.395561 0.395561 0.395561 +4979.956055 0.000000 836.216187 0.000000 0.989603 0.000000 0.143828 0.397146 0.397146 0.397146 +4986.830078 0.000000 809.035583 0.000000 0.993134 0.000000 0.116985 0.397611 0.397611 0.397611 +4984.792480 0.000000 809.050781 0.000000 0.999796 0.000000 -0.020214 0.400434 0.400434 0.400434 +4962.886719 0.000000 833.454285 0.000000 0.986748 0.000000 0.162258 0.396460 0.396460 0.396460 +4956.338867 0.000000 835.283142 0.000000 0.993570 0.000000 0.113219 0.397638 0.397638 0.397638 +4985.661133 0.000000 808.513306 0.000000 0.994654 0.000000 -0.103260 0.402221 0.402221 0.402221 +4962.564453 0.000000 816.761108 0.000000 0.966708 0.000000 -0.255883 0.405168 0.405168 0.405168 +4985.844727 0.000000 825.210999 0.000000 0.966216 0.000000 0.257732 0.393362 0.393362 0.393362 +4968.891602 0.000000 816.216797 0.000000 0.999853 0.000000 -0.017135 0.400436 0.400436 0.400436 +4966.730957 0.000000 816.374329 0.000000 0.992181 0.000000 -0.124811 0.403080 0.403080 0.403080 +4947.158691 0.000000 845.112183 0.000000 0.998600 0.000000 -0.052905 0.401348 0.401348 0.401348 +4966.235352 0.000000 828.265747 0.000000 0.952404 0.000000 -0.304838 0.407888 0.407888 0.407888 +4970.766602 0.000000 819.828613 0.000000 0.998494 0.000000 -0.054869 0.401398 0.401398 0.401398 +4978.077148 0.000000 819.556946 0.000000 0.951705 0.000000 -0.307015 0.407448 0.407448 0.407448 +4928.040039 0.000000 843.940186 0.000000 0.957736 0.000000 -0.287650 0.407430 0.407430 0.407430 +4988.393066 0.000000 815.556702 0.000000 0.999113 0.000000 -0.042113 0.401073 0.401073 0.401073 +4943.381836 0.000000 846.347900 0.000000 0.993122 0.000000 -0.117088 0.402988 0.402988 0.402988 +4961.751465 0.000000 830.757874 0.000000 0.991105 0.000000 0.133081 0.397208 0.397208 0.397208 +4949.386719 0.000000 846.606934 0.000000 0.968968 0.000000 -0.247185 0.406360 0.406360 0.406360 +4974.767090 0.000000 830.594116 0.000000 0.999678 0.000000 0.025379 0.399354 0.399354 0.399354 +4967.420898 0.000000 822.284912 0.000000 0.959992 0.000000 -0.280027 0.407227 0.407227 0.407227 +4960.311035 0.000000 823.547180 0.000000 0.985860 0.000000 0.167570 0.395713 0.395713 0.395713 +4956.664062 0.000000 843.323914 0.000000 0.963457 0.000000 -0.267862 0.406905 0.406905 0.406905 +4948.845703 0.000000 836.258789 0.000000 0.982869 0.000000 0.184307 0.395659 0.395659 0.395659 +4985.850098 0.000000 818.370850 0.000000 0.984727 0.000000 -0.174104 0.404456 0.404456 0.404456 +4968.232910 0.000000 841.849609 0.000000 0.952184 0.000000 -0.305524 0.406852 0.406852 0.406852 +4989.034180 0.000000 835.798950 0.000000 0.960435 0.000000 0.278503 0.392813 0.392813 0.392813 +4956.115234 0.000000 844.609314 0.000000 0.986860 0.000000 -0.161576 0.404133 0.404133 0.404133 +4957.834473 0.000000 823.517090 0.000000 0.969942 0.000000 -0.243336 0.406259 0.406259 0.406259 +4983.814453 0.000000 807.493103 0.000000 0.968459 0.000000 0.249173 0.393889 0.393889 0.393889 +4963.876465 0.000000 819.287354 0.000000 0.983283 0.000000 0.182081 0.395337 0.395337 0.395337 +4989.072754 0.000000 837.756775 0.000000 0.996129 0.000000 -0.087905 0.402241 0.402241 0.402241 +4936.644531 0.000000 843.522461 0.000000 0.975544 0.000000 -0.219804 0.405057 0.405057 0.405057 +4951.415527 0.000000 842.293457 0.000000 0.994826 0.000000 -0.101596 0.402592 0.402592 0.402592 +4981.109375 0.000000 835.056274 0.000000 0.994684 0.000000 -0.102977 0.402091 0.402091 0.402091 +4987.025879 0.000000 835.500854 0.000000 0.995998 0.000000 0.089371 0.397721 0.397721 0.397721 +4955.948730 0.000000 842.606873 0.000000 0.974924 0.000000 -0.222539 0.405715 0.405715 0.405715 +4990.947754 0.000000 824.432983 0.000000 0.983560 0.000000 0.180581 0.395376 0.395376 0.395376 +4967.671875 0.000000 836.221985 0.000000 0.959798 0.000000 0.280693 0.394019 0.394019 0.394019 +4974.219727 0.000000 821.972900 0.000000 0.968279 0.000000 -0.249871 0.406280 0.406280 0.406280 +4973.089844 0.000000 818.103027 0.000000 0.985755 0.000000 0.168190 0.395697 0.395697 0.395697 +4985.875977 0.000000 804.876770 0.000000 0.981887 0.000000 -0.189469 0.404654 0.404654 0.404654 +4966.622070 0.000000 824.956909 0.000000 0.986594 0.000000 0.163193 0.395834 0.395834 0.395834 +4940.804688 0.000000 838.732056 0.000000 0.974110 0.000000 0.226075 0.394193 0.394193 0.394193 +4981.169434 0.000000 812.603577 0.000000 0.985731 0.000000 0.168330 0.395693 0.395693 0.395693 +4961.109375 0.000000 832.486267 0.000000 0.988765 0.000000 -0.149479 0.403132 0.403132 0.403132 +4931.990234 0.000000 840.665222 0.000000 0.974887 0.000000 0.222700 0.394281 0.394281 0.394281 +4980.046387 0.000000 823.083191 0.000000 0.968592 0.000000 0.248656 0.393601 0.393601 0.393601 +4966.516602 0.000000 826.970093 0.000000 0.991202 0.000000 -0.132361 0.403261 0.403261 0.403261 +4942.662598 0.000000 845.669495 0.000000 0.998365 0.000000 0.057162 0.398544 0.398544 0.398544 +4952.083984 0.000000 836.444153 0.000000 0.963091 0.000000 0.269175 0.393944 0.393944 0.393944 +4977.165527 0.000000 810.228943 0.000000 0.985536 0.000000 -0.169465 0.403639 0.403639 0.403639 +4979.548340 0.000000 818.948120 0.000000 0.999940 0.000000 -0.010944 0.400261 0.400261 0.400261 +4977.571777 0.000000 813.185059 0.000000 0.979996 0.000000 -0.199017 0.405102 0.405102 0.405102 +4966.831055 0.000000 831.843506 0.000000 0.998286 0.000000 0.058521 0.398532 0.398532 0.398532 +4990.394531 0.000000 808.174988 0.000000 0.994575 0.000000 -0.104018 0.402232 0.402232 0.402232 +4945.233887 0.000000 846.946167 0.000000 0.974430 0.000000 0.224689 0.394229 0.394229 0.394229 +4980.963379 0.000000 838.645996 0.000000 0.985907 0.000000 0.167296 0.396290 0.396290 0.396290 +4974.968262 0.000000 833.743042 0.000000 0.971032 0.000000 0.238948 0.393856 0.393856 0.393856 +4984.384766 0.000000 841.732605 0.000000 0.978637 0.000000 0.205596 0.394975 0.394975 0.394975 +4972.419434 0.000000 827.536194 0.000000 0.992288 0.000000 0.123954 0.396835 0.396835 0.396835 +4938.756348 0.000000 846.340393 0.000000 0.987390 0.000000 0.158309 0.395952 0.395952 0.395952 +4969.873047 0.000000 842.082214 0.000000 0.955573 0.000000 -0.294754 0.406827 0.406827 0.406827 +4988.916504 0.000000 807.162415 0.000000 0.955507 0.000000 -0.294968 0.406488 0.406488 0.406488 +4939.493652 0.000000 845.751099 0.000000 0.958472 0.000000 -0.285187 0.407364 0.407364 0.407364 +4986.115723 0.000000 828.979614 0.000000 0.955064 0.000000 -0.296399 0.407663 0.407663 0.407663 +4970.533691 0.000000 816.585632 0.000000 0.981734 0.000000 -0.190261 0.404875 0.404875 0.404875 +4978.770508 0.000000 843.723694 0.000000 0.979843 0.000000 -0.199771 0.405091 0.405091 0.405091 +4947.296875 0.000000 839.389343 0.000000 0.979364 0.000000 -0.202104 0.404542 0.404542 0.404542 +4989.921875 0.000000 812.747314 0.000000 0.993460 0.000000 0.114177 0.397086 0.397086 0.397086 +4972.896973 0.000000 839.193054 0.000000 0.999988 0.000000 0.004865 0.399876 0.399876 0.399876 +4984.313965 0.000000 825.611206 0.000000 0.997292 0.000000 -0.073548 0.401875 0.401875 0.401875 +4973.784668 0.000000 824.372864 0.000000 0.979032 0.000000 -0.203707 0.405224 0.405224 0.405224 +4985.849609 0.000000 826.502136 0.000000 0.995723 0.000000 0.092385 0.397644 0.397644 0.397644 +4954.225586 0.000000 845.073975 0.000000 0.999995 0.000000 -0.003317 0.400084 0.400084 0.400084 +4954.685059 0.000000 826.922607 0.000000 0.999228 0.000000 -0.039287 0.401001 0.401001 0.401001 +4990.401855 0.000000 811.058655 0.000000 0.998603 0.000000 -0.052843 0.401259 0.401259 0.401259 +4964.282227 0.000000 833.314331 0.000000 0.983866 0.000000 -0.178908 0.404006 0.404006 0.404006 +4969.803711 0.000000 846.583252 0.000000 0.955951 0.000000 -0.293526 0.407586 0.407586 0.407586 +4940.220215 0.000000 843.430969 0.000000 0.999880 0.000000 -0.015474 0.400384 0.400384 0.400384 +4932.944824 0.000000 846.065430 0.000000 0.999914 0.000000 0.013135 0.399681 0.399681 0.399681 +4974.760254 0.000000 817.436157 0.000000 0.977396 0.000000 0.211418 0.394575 0.394575 0.394575 +4971.210449 0.000000 818.224915 0.000000 0.978205 0.000000 -0.207641 0.405326 0.405326 0.405326 +4974.829590 0.000000 812.747742 0.000000 0.999815 0.000000 0.019225 0.399544 0.399544 0.399544 +4942.654297 0.000000 839.227295 0.000000 0.998597 0.000000 0.052945 0.398659 0.398659 0.398659 +4954.448730 0.000000 838.316345 0.000000 0.964591 0.000000 0.263749 0.393696 0.393696 0.393696 +4947.537598 0.000000 845.900269 0.000000 0.999333 0.000000 -0.036528 0.400930 0.400930 0.400930 +4965.131348 0.000000 823.788208 0.000000 0.973516 0.000000 0.228619 0.394126 0.394126 0.394126 +4971.233398 0.000000 822.582214 0.000000 0.999982 0.000000 -0.006006 0.400153 0.400153 0.400153 +4982.086914 0.000000 821.977051 0.000000 0.995743 0.000000 0.092175 0.397649 0.397649 0.397649 +4956.115723 0.000000 825.993164 0.000000 0.979780 0.000000 -0.200080 0.405130 0.405130 0.405130 +4975.449707 0.000000 832.319092 0.000000 0.985318 0.000000 0.170729 0.395631 0.395631 0.395631 +4975.766602 0.000000 812.842773 0.000000 0.999611 0.000000 0.027874 0.399339 0.399339 0.399339 +4990.151855 0.000000 834.765015 0.000000 0.953000 0.000000 -0.302970 0.407838 0.407838 0.407838 +4962.308105 0.000000 820.604370 0.000000 0.998046 0.000000 -0.062488 0.401592 0.401592 0.401592 +4952.664062 0.000000 829.353149 0.000000 0.995351 0.000000 -0.096310 0.402403 0.402403 0.402403 +4983.422852 0.000000 827.786987 0.000000 0.992330 0.000000 0.123613 0.396844 0.396844 0.396844 +4990.619629 0.000000 819.183289 0.000000 0.989259 0.000000 0.146175 0.396264 0.396264 0.396264 +4943.599121 0.000000 836.140137 0.000000 0.951813 0.000000 -0.306678 0.407937 0.407937 0.407937 +4974.247070 0.000000 823.578064 0.000000 0.990009 0.000000 0.141001 0.396397 0.396397 0.396397 +4991.677246 0.000000 834.668091 0.000000 0.996516 0.000000 -0.083407 0.402126 0.402126 0.402126 +4991.648438 0.000000 799.943726 0.000000 0.991268 0.000000 -0.131861 0.403229 0.403229 0.403229 +4928.034180 0.000000 846.713013 0.000000 0.995822 0.000000 0.091317 0.397671 0.397671 0.397671 +4981.856445 0.000000 825.240967 0.000000 0.999927 0.000000 -0.012053 0.400307 0.400307 0.400307 +4972.460938 0.000000 824.997498 0.000000 0.984338 0.000000 0.176291 0.395487 0.395487 0.395487 +4931.833008 0.000000 843.394653 0.000000 0.961052 0.000000 0.276367 0.392870 0.392870 0.392870 +4982.890625 0.000000 819.448914 0.000000 1.000000 0.000000 -0.000275 0.400007 0.400007 0.400007 +4991.655273 0.000000 836.377686 0.000000 0.995835 0.000000 0.091175 0.397675 0.397675 0.397675 +4990.096680 0.000000 836.598755 0.000000 0.993580 0.000000 -0.113129 0.402887 0.402887 0.402887 +4988.797363 0.000000 829.915283 0.000000 0.999852 0.000000 0.017188 0.399562 0.399562 0.399562 +4987.146973 0.000000 829.471619 0.000000 0.953890 0.000000 -0.300157 0.407763 0.407763 0.407763 +4938.463867 0.000000 835.294861 0.000000 0.951981 0.000000 -0.306156 0.407923 0.407923 0.407923 +4983.281250 0.000000 816.511536 0.000000 0.993954 0.000000 0.109796 0.397198 0.397198 0.397198 +4991.161621 0.000000 829.989990 0.000000 0.992893 0.000000 -0.119008 0.403038 0.403038 0.403038 +4980.191895 0.000000 817.592041 0.000000 0.972161 0.000000 -0.234313 0.406023 0.406023 0.406023 +4991.884277 0.000000 813.116211 0.000000 0.991042 0.000000 -0.133550 0.403411 0.403411 0.403411 +4965.287109 0.000000 822.017456 0.000000 0.999479 0.000000 0.032275 0.399178 0.399178 0.399178 +4970.470703 0.000000 824.350769 0.000000 0.999997 0.000000 0.002448 0.399938 0.399938 0.399938 +4982.477051 0.000000 829.197754 0.000000 0.997678 0.000000 -0.068105 0.401736 0.401736 0.401736 +4982.727539 0.000000 812.463440 0.000000 0.954280 0.000000 -0.298915 0.407730 0.407730 0.407730 +4949.760254 0.000000 843.043640 0.000000 0.980335 0.000000 0.197341 0.394942 0.394942 0.394942 +4971.661621 0.000000 823.591797 0.000000 0.971849 0.000000 -0.235603 0.406056 0.406056 0.406056 +4982.235352 0.000000 816.978271 0.000000 0.999835 0.000000 0.018172 0.399537 0.399537 0.399537 +4971.963379 0.000000 829.094727 0.000000 0.999845 0.000000 0.017581 0.399552 0.399552 0.399552 +4948.237793 0.000000 840.816467 0.000000 0.959287 0.000000 -0.282433 0.406977 0.406977 0.406977 +4985.521973 0.000000 839.480225 0.000000 0.999012 0.000000 0.044439 0.398868 0.398868 0.398868 +4989.188965 0.000000 831.643616 0.000000 0.968763 0.000000 0.247988 0.393618 0.393618 0.393618 +4949.166016 0.000000 845.829102 0.000000 0.999733 0.000000 0.023125 0.399411 0.399411 0.399411 +4989.492676 0.000000 818.263489 0.000000 0.978434 0.000000 -0.206560 0.405298 0.405298 0.405298 +4931.962402 0.000000 845.904358 0.000000 0.988265 0.000000 0.152750 0.396095 0.396095 0.396095 +4962.854492 0.000000 822.080505 0.000000 0.980264 0.000000 0.197692 0.394932 0.394932 0.394932 +4957.453613 0.000000 844.934326 0.000000 0.965339 0.000000 0.260997 0.393276 0.393276 0.393276 +4975.242188 0.000000 826.273804 0.000000 0.999365 0.000000 0.035624 0.399093 0.399093 0.399093 +4962.152344 0.000000 821.437256 0.000000 0.992783 0.000000 0.119923 0.396939 0.396939 0.396939 +4971.594238 0.000000 816.658752 0.000000 0.999876 0.000000 -0.015740 0.400401 0.400401 0.400401 +4981.358887 0.000000 841.454224 0.000000 0.961996 0.000000 0.273063 0.392957 0.392957 0.392957 +4955.018555 0.000000 844.073669 0.000000 0.955483 0.000000 0.295046 0.392373 0.392373 0.392373 +4941.670410 0.000000 846.288269 0.000000 0.987143 0.000000 0.159841 0.395912 0.395912 0.395912 +4935.848145 0.000000 842.229919 0.000000 0.960357 0.000000 -0.278773 0.407180 0.407180 0.407180 +4969.058105 0.000000 829.319580 0.000000 0.977635 0.000000 -0.210309 0.405396 0.405396 0.405396 +4971.019531 0.000000 828.257141 0.000000 0.994102 0.000000 -0.108448 0.402767 0.402767 0.402767 +4982.318359 0.000000 808.574524 0.000000 0.987254 0.000000 -0.159152 0.404022 0.404022 0.404022 +4937.565918 0.000000 836.278442 0.000000 0.999690 0.000000 -0.024917 0.400635 0.400635 0.400635 +4984.180176 0.000000 815.234436 0.000000 0.989623 0.000000 0.143688 0.396328 0.396328 0.396328 +4966.634766 0.000000 819.531677 0.000000 0.970307 0.000000 0.241878 0.393779 0.393779 0.393779 +4988.255371 0.000000 822.587036 0.000000 0.998749 0.000000 -0.049998 0.401274 0.401274 0.401274 +4978.207520 0.000000 817.945251 0.000000 0.991820 0.000000 -0.127641 0.403259 0.403259 0.403259 +4929.625977 0.000000 844.757812 0.000000 0.988824 0.000000 0.149085 0.396189 0.396189 0.396189 +4953.452148 0.000000 846.450439 0.000000 0.997737 0.000000 0.067232 0.398287 0.398287 0.398287 +4972.776855 0.000000 831.220886 0.000000 0.995301 0.000000 0.096824 0.397531 0.397531 0.397531 +4975.493164 0.000000 833.105774 0.000000 0.994095 0.000000 -0.108513 0.402769 0.402769 0.402769 +4905.963379 0.000000 854.794922 0.000000 0.951269 0.000000 0.308361 0.395101 0.395101 0.395101 +4924.104492 0.000000 900.919373 0.000000 0.988852 0.000000 0.148903 0.397582 0.397582 0.397582 +4910.867676 0.000000 877.725220 0.000000 0.999960 0.000000 0.008973 0.399852 0.399852 0.399852 +4914.908203 0.000000 886.031494 0.000000 0.986764 0.000000 -0.162165 0.402822 0.402822 0.402822 +4922.590332 0.000000 889.820068 0.000000 0.993348 0.000000 0.115148 0.398052 0.398052 0.398052 +4917.881348 0.000000 889.425354 0.000000 0.994895 0.000000 0.100913 0.398122 0.398122 0.398122 +4923.539551 0.000000 899.800293 0.000000 0.981051 0.000000 -0.193751 0.403456 0.403456 0.403456 +4927.246094 0.000000 883.275146 0.000000 0.972840 0.000000 0.231480 0.395824 0.395824 0.395824 +4920.311035 0.000000 891.917725 0.000000 0.966665 0.000000 -0.256046 0.405094 0.405094 0.405094 +4918.086914 0.000000 891.864746 0.000000 0.994537 0.000000 0.104382 0.398032 0.398032 0.398032 +4927.312988 0.000000 888.540588 0.000000 0.981024 0.000000 -0.193885 0.403858 0.403858 0.403858 +4919.669922 0.000000 880.930237 0.000000 0.975043 0.000000 -0.222017 0.404226 0.404226 0.404226 +4927.956055 0.000000 874.183960 0.000000 0.999163 0.000000 -0.040916 0.400797 0.400797 0.400797 +4912.198730 0.000000 870.937439 0.000000 0.978660 0.000000 0.205486 0.395784 0.395784 0.395784 +4916.629395 0.000000 889.465759 0.000000 0.984945 0.000000 -0.172871 0.403227 0.403227 0.403227 +4921.725098 0.000000 879.768250 0.000000 0.997330 0.000000 -0.073020 0.401518 0.401518 0.401518 +4916.024414 0.000000 887.585510 0.000000 0.988510 0.000000 -0.151155 0.403031 0.403031 0.403031 +4914.699707 0.000000 878.318542 0.000000 0.988214 0.000000 0.153078 0.396931 0.396931 0.396931 +4908.467773 0.000000 855.270935 0.000000 0.978232 0.000000 -0.207515 0.404185 0.404185 0.404185 +4922.012207 0.000000 857.595398 0.000000 0.978951 0.000000 0.204096 0.395566 0.395566 0.395566 +4917.292480 0.000000 876.832397 0.000000 0.997657 0.000000 0.068407 0.398506 0.398506 0.398506 +4910.294922 0.000000 862.708557 0.000000 0.999687 0.000000 0.025026 0.399486 0.399486 0.399486 +4924.205566 0.000000 877.262939 0.000000 0.981230 0.000000 -0.192842 0.403934 0.403934 0.403934 +4926.093750 0.000000 896.142517 0.000000 0.991825 0.000000 -0.127606 0.402588 0.402588 0.402588 +4921.619629 0.000000 871.604370 0.000000 0.970056 0.000000 0.242880 0.394500 0.394500 0.394500 +4927.578613 0.000000 873.048157 0.000000 0.975505 0.000000 0.219976 0.395305 0.395305 0.395305 +4927.565430 0.000000 889.787842 0.000000 0.986721 0.000000 -0.162427 0.403226 0.403226 0.403226 +4922.291992 0.000000 856.610840 0.000000 0.962737 0.000000 -0.270438 0.405907 0.405907 0.405907 +4914.309082 0.000000 883.078125 0.000000 0.990946 0.000000 -0.134265 0.402690 0.402690 0.402690 +4912.511719 0.000000 859.780640 0.000000 0.953629 0.000000 0.300985 0.393711 0.393711 0.393711 +4913.560547 0.000000 861.415466 0.000000 0.979913 0.000000 0.199424 0.395950 0.395950 0.395950 +4921.308105 0.000000 855.912170 0.000000 0.962716 0.000000 -0.270516 0.406716 0.406716 0.406716 +4910.127441 0.000000 850.568542 0.000000 0.976036 0.000000 -0.217610 0.404710 0.404710 0.404710 +4917.342773 0.000000 881.006042 0.000000 0.990352 0.000000 -0.138574 0.402950 0.402950 0.402950 +4927.029297 0.000000 878.999573 0.000000 0.998149 0.000000 -0.060821 0.401340 0.401340 0.401340 +4920.892090 0.000000 873.085449 0.000000 0.980259 0.000000 -0.197716 0.404343 0.404343 0.404343 +4917.169434 0.000000 869.087952 0.000000 0.956041 0.000000 -0.293232 0.407177 0.407177 0.407177 +4913.165527 0.000000 866.713318 0.000000 0.983513 0.000000 0.180840 0.395369 0.395369 0.395369 +4915.971191 0.000000 867.573486 0.000000 0.989554 0.000000 0.144161 0.396316 0.396316 0.396316 +4926.394531 0.000000 864.659363 0.000000 0.963350 0.000000 0.268248 0.393356 0.393356 0.393356 +4925.161621 0.000000 871.536011 0.000000 0.998234 0.000000 0.059408 0.398534 0.398534 0.398534 +4921.652832 0.000000 868.100098 0.000000 0.977812 0.000000 -0.209485 0.404742 0.404742 0.404742 +4918.992676 0.000000 878.958313 0.000000 0.986826 0.000000 0.161784 0.396487 0.396487 0.396487 +4924.916504 0.000000 863.646790 0.000000 0.969265 0.000000 0.246020 0.393670 0.393670 0.393670 +4914.033203 0.000000 855.391479 0.000000 0.995839 0.000000 0.091128 0.397795 0.397795 0.397795 +4915.295410 0.000000 860.086609 0.000000 0.999939 0.000000 0.011004 0.399742 0.399742 0.399742 +4926.365234 0.000000 856.913025 0.000000 0.974374 0.000000 0.224932 0.394936 0.394936 0.394936 +4915.500000 0.000000 858.542297 0.000000 0.986657 0.000000 -0.162812 0.404075 0.404075 0.404075 +4924.340820 0.000000 862.997375 0.000000 0.981578 0.000000 0.191059 0.395105 0.395105 0.395105 +4915.430664 0.000000 856.798096 0.000000 0.988564 0.000000 -0.150800 0.403855 0.403855 0.403855 +4916.698242 0.000000 859.838196 0.000000 0.951956 0.000000 0.306234 0.392354 0.392354 0.392354 +4921.008789 0.000000 849.718384 0.000000 0.999968 0.000000 -0.007951 0.400184 0.400184 0.400184 +4917.589844 0.000000 854.087585 0.000000 0.994228 0.000000 -0.107288 0.402737 0.402737 0.402737 +4918.890625 0.000000 875.933289 0.000000 0.952030 0.000000 -0.306004 0.407221 0.407221 0.407221 +4924.863281 0.000000 862.060974 0.000000 0.980131 0.000000 0.198349 0.394915 0.394915 0.394915 +4918.692383 0.000000 858.093201 0.000000 0.980120 0.000000 0.198404 0.395283 0.395283 0.395283 +4925.407227 0.000000 851.822998 0.000000 0.956058 0.000000 0.293179 0.392423 0.392423 0.392423 +4912.334961 0.000000 866.695557 0.000000 0.991821 0.000000 0.127639 0.396741 0.396741 0.396741 +4926.333008 0.000000 852.500549 0.000000 0.998593 0.000000 -0.053035 0.401351 0.401351 0.401351 +4924.112793 0.000000 851.047241 0.000000 0.957628 0.000000 0.288007 0.392561 0.392561 0.392561 +4926.692383 0.000000 851.020874 0.000000 0.990394 0.000000 -0.138274 0.403532 0.403532 0.403532 +4925.687500 0.000000 866.131104 0.000000 0.988984 0.000000 0.148021 0.396217 0.396217 0.396217 +4937.278320 0.000000 897.349182 0.000000 0.999870 0.000000 -0.016126 0.400218 0.400218 0.400218 +4953.618652 0.000000 898.942871 0.000000 0.998813 0.000000 0.048713 0.399292 0.399292 0.399292 +4940.919922 0.000000 897.301331 0.000000 0.954342 0.000000 0.298717 0.395320 0.395320 0.395320 +4943.453125 0.000000 896.240784 0.000000 0.992590 0.000000 -0.121509 0.401946 0.401946 0.401946 +4965.210449 0.000000 879.347229 0.000000 0.988739 0.000000 -0.149653 0.402565 0.402565 0.402565 +4959.813965 0.000000 870.304077 0.000000 0.972000 0.000000 -0.234981 0.404394 0.404394 0.404394 +4941.796875 0.000000 886.278442 0.000000 0.994763 0.000000 -0.102212 0.401830 0.401830 0.401830 +4929.354492 0.000000 888.981628 0.000000 0.969528 0.000000 0.244981 0.395082 0.395082 0.395082 +4932.693359 0.000000 879.905945 0.000000 0.990363 0.000000 -0.138498 0.402602 0.402602 0.402602 +4931.798340 0.000000 875.871704 0.000000 0.993502 0.000000 0.113817 0.397841 0.397841 0.397841 +4928.489258 0.000000 878.687683 0.000000 0.971686 0.000000 0.236277 0.395248 0.395248 0.395248 +4930.932617 0.000000 871.426697 0.000000 0.982494 0.000000 0.186292 0.395930 0.395930 0.395930 +4938.690430 0.000000 893.627441 0.000000 0.999758 0.000000 0.022011 0.399549 0.399549 0.399549 +4973.281250 0.000000 852.385315 0.000000 0.996997 0.000000 0.077443 0.398347 0.398347 0.398347 +4959.684570 0.000000 851.400879 0.000000 0.999326 0.000000 -0.036708 0.400735 0.400735 0.400735 +4944.999512 0.000000 888.314575 0.000000 0.964677 0.000000 0.263435 0.394210 0.394210 0.394210 +4932.652344 0.000000 884.540894 0.000000 0.999380 0.000000 0.035202 0.399276 0.399276 0.399276 +4941.781738 0.000000 867.795959 0.000000 0.981519 0.000000 -0.191363 0.404788 0.404788 0.404788 +4962.505859 0.000000 862.696960 0.000000 0.998722 0.000000 0.050545 0.398917 0.398917 0.398917 +4961.560059 0.000000 876.272095 0.000000 0.957435 0.000000 -0.288650 0.406462 0.406462 0.406462 +4958.405762 0.000000 885.505493 0.000000 0.996756 0.000000 0.080479 0.397969 0.397969 0.397969 +4939.583496 0.000000 873.852051 0.000000 0.958501 0.000000 -0.285090 0.407088 0.407088 0.407088 +4958.344238 0.000000 873.924316 0.000000 0.972289 0.000000 0.233782 0.395228 0.395228 0.395228 +4949.468262 0.000000 865.323608 0.000000 0.953085 0.000000 -0.302703 0.407816 0.407816 0.407816 +4944.719727 0.000000 854.347595 0.000000 0.961531 0.000000 -0.274697 0.406322 0.406322 0.406322 +4964.659668 0.000000 883.363525 0.000000 0.998803 0.000000 -0.048907 0.401195 0.401195 0.401195 +4950.670898 0.000000 853.564697 0.000000 0.951500 0.000000 -0.307648 0.407963 0.407963 0.407963 +4948.845703 0.000000 892.743164 0.000000 0.998397 0.000000 0.056598 0.398657 0.398657 0.398657 +4948.853027 0.000000 868.182007 0.000000 0.970197 0.000000 0.242319 0.393841 0.393841 0.393841 +4942.202637 0.000000 860.969849 0.000000 0.966736 0.000000 0.255775 0.393414 0.393414 0.393414 +4957.189453 0.000000 884.185242 0.000000 0.985963 0.000000 -0.166965 0.403702 0.403702 0.403702 +4955.759277 0.000000 849.987793 0.000000 0.953378 0.000000 0.301780 0.392194 0.392194 0.392194 +4967.911621 0.000000 852.188293 0.000000 0.971007 0.000000 -0.239052 0.406147 0.406147 0.406147 +4946.806152 0.000000 876.158875 0.000000 0.999721 0.000000 0.023625 0.399398 0.399398 0.399398 +4955.129883 0.000000 890.069946 0.000000 0.996534 0.000000 -0.083182 0.402121 0.402121 0.402121 +4950.055176 0.000000 875.098450 0.000000 0.976073 0.000000 -0.217441 0.405582 0.405582 0.405582 +4946.823242 0.000000 883.404114 0.000000 0.997399 0.000000 0.072077 0.398163 0.398163 0.398163 +4952.943848 0.000000 860.191650 0.000000 0.970840 0.000000 -0.239729 0.406165 0.406165 0.406165 +4932.135742 0.000000 891.473267 0.000000 0.969098 0.000000 0.246675 0.394599 0.394599 0.394599 +4964.076660 0.000000 855.933594 0.000000 0.977266 0.000000 0.212017 0.394560 0.394560 0.394560 +4952.755371 0.000000 849.793274 0.000000 0.999929 0.000000 -0.011880 0.400303 0.400303 0.400303 +4937.080078 0.000000 857.115845 0.000000 0.999995 0.000000 -0.003154 0.400080 0.400080 0.400080 +4962.542969 0.000000 855.016296 0.000000 0.999852 0.000000 -0.017231 0.400439 0.400439 0.400439 +4939.947266 0.000000 863.173706 0.000000 0.995157 0.000000 0.098299 0.397586 0.397586 0.397586 +4933.411133 0.000000 859.045410 0.000000 0.958972 0.000000 0.283500 0.392680 0.392680 0.392680 +4940.542480 0.000000 872.482605 0.000000 0.970277 0.000000 0.241997 0.394508 0.394508 0.394508 +4958.683105 0.000000 887.537903 0.000000 0.967839 0.000000 -0.251570 0.406476 0.406476 0.406476 +4956.431152 0.000000 866.728210 0.000000 0.983328 0.000000 0.181841 0.395946 0.395946 0.395946 +4937.816895 0.000000 872.778931 0.000000 0.964375 0.000000 -0.264538 0.406818 0.406818 0.406818 +4939.228516 0.000000 849.126526 0.000000 0.958275 0.000000 0.285849 0.393009 0.393009 0.393009 +4933.444336 0.000000 856.496277 0.000000 0.982684 0.000000 -0.185291 0.404746 0.404746 0.404746 +4944.604004 0.000000 890.923340 0.000000 0.954956 0.000000 -0.296747 0.406724 0.406724 0.406724 +4934.282227 0.000000 885.274170 0.000000 0.961398 0.000000 -0.275161 0.406027 0.406027 0.406027 +4956.227539 0.000000 847.308228 0.000000 0.998950 0.000000 0.045819 0.398833 0.398833 0.398833 +4950.068359 0.000000 861.992981 0.000000 0.981742 0.000000 -0.190218 0.404663 0.404663 0.404663 +4952.083984 0.000000 892.928528 0.000000 0.952756 0.000000 0.303736 0.392588 0.392588 0.392588 +4974.421387 0.000000 847.300659 0.000000 0.990405 0.000000 -0.138195 0.403427 0.403427 0.403427 +4969.572266 0.000000 892.824951 0.000000 0.996681 0.000000 0.081410 0.398193 0.398193 0.398193 +4928.672852 0.000000 847.945129 0.000000 0.999872 0.000000 0.015977 0.399593 0.399593 0.399593 +4944.047852 0.000000 886.433044 0.000000 0.999181 0.000000 0.040458 0.399127 0.399127 0.399127 +4949.098145 0.000000 848.209045 0.000000 0.994251 0.000000 -0.107074 0.402732 0.402732 0.402732 +4939.228027 0.000000 882.897278 0.000000 0.986710 0.000000 -0.162491 0.403464 0.403464 0.403464 +4962.231445 0.000000 859.890625 0.000000 0.992123 0.000000 -0.125270 0.403198 0.403198 0.403198 +4950.761719 0.000000 892.343384 0.000000 0.993296 0.000000 0.115601 0.397200 0.397200 0.397200 +4943.258301 0.000000 864.186768 0.000000 0.990810 0.000000 0.135262 0.396721 0.396721 0.396721 +4957.536133 0.000000 878.060791 0.000000 0.996760 0.000000 -0.080431 0.402050 0.402050 0.402050 +4945.859375 0.000000 863.148132 0.000000 0.993233 0.000000 0.116137 0.397036 0.397036 0.397036 +4959.107910 0.000000 884.492371 0.000000 0.993615 0.000000 0.112821 0.397149 0.397149 0.397149 +4943.000977 0.000000 890.949646 0.000000 0.996836 0.000000 0.079485 0.398256 0.398256 0.398256 +4963.621094 0.000000 861.097534 0.000000 0.960963 0.000000 0.276676 0.392861 0.392861 0.392861 +4938.012695 0.000000 850.552551 0.000000 0.999983 0.000000 0.005760 0.399872 0.399872 0.399872 +4946.019531 0.000000 853.036560 0.000000 0.992758 0.000000 0.120128 0.397066 0.397066 0.397066 +4962.721191 0.000000 860.882324 0.000000 0.982147 0.000000 0.188113 0.395181 0.395181 0.395181 +4965.791992 0.000000 847.350403 0.000000 0.982670 0.000000 -0.185363 0.404226 0.404226 0.404226 +4948.807617 0.000000 856.744629 0.000000 0.960796 0.000000 0.277258 0.393267 0.393267 0.393267 +4951.689453 0.000000 854.601624 0.000000 0.951786 0.000000 0.306763 0.392418 0.392418 0.392418 +4943.974609 0.000000 879.909058 0.000000 0.972945 0.000000 -0.231035 0.405250 0.405250 0.405250 +4936.499023 0.000000 863.592529 0.000000 0.979482 0.000000 -0.201534 0.405026 0.405026 0.405026 +4947.773926 0.000000 891.205994 0.000000 0.999816 0.000000 -0.019164 0.400481 0.400481 0.400481 +4947.048828 0.000000 880.511292 0.000000 0.997939 0.000000 -0.064165 0.401635 0.401635 0.401635 +4934.836914 0.000000 862.822449 0.000000 0.985184 0.000000 0.171501 0.396153 0.396153 0.396153 +4930.526855 0.000000 848.166199 0.000000 0.982762 0.000000 0.184876 0.395673 0.395673 0.395673 +4953.814453 0.000000 859.924988 0.000000 0.997177 0.000000 -0.075087 0.401914 0.401914 0.401914 +4937.685059 0.000000 873.763306 0.000000 0.957239 0.000000 0.289299 0.392526 0.392526 0.392526 +4948.163574 0.000000 884.873657 0.000000 0.965522 0.000000 -0.260320 0.406706 0.406706 0.406706 +4949.470703 0.000000 866.248413 0.000000 0.996938 0.000000 0.078191 0.398007 0.398007 0.398007 +4936.070801 0.000000 871.289673 0.000000 0.952788 0.000000 0.303638 0.392144 0.392144 0.392144 +4942.919922 0.000000 848.269653 0.000000 0.999608 0.000000 0.027999 0.399330 0.399330 0.399330 +4942.421875 0.000000 869.514404 0.000000 0.996074 0.000000 -0.088530 0.401970 0.401970 0.401970 +4947.675781 0.000000 873.482300 0.000000 0.999977 0.000000 -0.006799 0.400162 0.400162 0.400162 +4937.240723 0.000000 847.995300 0.000000 0.961735 0.000000 -0.273982 0.407067 0.407067 0.407067 +4969.616211 0.000000 890.154419 0.000000 0.969259 0.000000 -0.246043 0.406330 0.406330 0.406330 +4964.888184 0.000000 852.199402 0.000000 0.974785 0.000000 -0.223148 0.405731 0.405731 0.405731 +4934.026855 0.000000 872.575684 0.000000 0.993435 0.000000 -0.114394 0.402771 0.402771 0.402771 +4943.359863 0.000000 861.204285 0.000000 0.986852 0.000000 0.161627 0.395866 0.395866 0.395866 +4969.341309 0.000000 893.704773 0.000000 0.999999 0.000000 -0.001360 0.400030 0.400030 0.400030 +4960.643555 0.000000 876.933716 0.000000 0.965410 0.000000 0.260738 0.394178 0.394178 0.394178 +4957.107422 0.000000 888.721497 0.000000 0.998309 0.000000 0.058127 0.398519 0.398519 0.398519 +4929.429688 0.000000 858.558594 0.000000 0.998197 0.000000 -0.060015 0.401529 0.401529 0.401529 +4951.761719 0.000000 858.254211 0.000000 0.999016 0.000000 -0.044355 0.401048 0.401048 0.401048 +4946.353516 0.000000 867.145386 0.000000 0.999311 0.000000 -0.037116 0.400936 0.400936 0.400936 +4952.928711 0.000000 868.071655 0.000000 0.980745 0.000000 0.195291 0.394995 0.394995 0.394995 +4931.821777 0.000000 883.467834 0.000000 0.984944 0.000000 -0.172874 0.403852 0.403852 0.403852 +4954.685059 0.000000 883.406982 0.000000 0.999899 0.000000 0.014242 0.399686 0.399686 0.399686 +4933.199219 0.000000 870.586426 0.000000 0.978789 0.000000 -0.204871 0.404914 0.404914 0.404914 +4950.437012 0.000000 879.660706 0.000000 0.998060 0.000000 -0.062267 0.401456 0.401456 0.401456 +4949.793945 0.000000 883.911011 0.000000 0.963838 0.000000 -0.266490 0.406869 0.406869 0.406869 +4929.151855 0.000000 868.452820 0.000000 0.991231 0.000000 -0.132142 0.403289 0.403289 0.403289 +4945.480469 0.000000 885.765259 0.000000 0.992224 0.000000 0.124465 0.397221 0.397221 0.397221 +4964.835449 0.000000 855.514526 0.000000 0.999346 0.000000 0.036161 0.399079 0.399079 0.399079 +4946.979004 0.000000 872.017456 0.000000 1.000000 0.000000 0.000465 0.399989 0.399989 0.399989 +4960.800781 0.000000 860.565002 0.000000 0.999981 0.000000 -0.006113 0.400156 0.400156 0.400156 +4952.856934 0.000000 876.166809 0.000000 0.969512 0.000000 -0.245045 0.406304 0.406304 0.406304 +4931.834473 0.000000 850.275085 0.000000 0.960224 0.000000 0.279230 0.393613 0.393613 0.393613 +4948.676758 0.000000 886.434204 0.000000 0.996423 0.000000 0.084501 0.397846 0.397846 0.397846 +4953.665527 0.000000 878.638611 0.000000 0.962301 0.000000 0.271987 0.392986 0.392986 0.392986 +4952.679199 0.000000 852.771545 0.000000 0.990259 0.000000 0.139235 0.396568 0.396568 0.396568 +4956.944824 0.000000 856.948730 0.000000 0.997128 0.000000 -0.075735 0.401817 0.401817 0.401817 +4945.401367 0.000000 847.837891 0.000000 0.969115 0.000000 -0.246608 0.406345 0.406345 0.406345 +4968.075195 0.000000 854.031921 0.000000 0.988366 0.000000 0.152092 0.396112 0.396112 0.396112 +4970.345703 0.000000 852.575439 0.000000 0.997496 0.000000 -0.070728 0.401803 0.401803 0.401803 +4954.001953 0.000000 861.722046 0.000000 0.980534 0.000000 0.196347 0.394967 0.394967 0.394967 +4944.188965 0.000000 863.687866 0.000000 0.997749 0.000000 0.067052 0.398291 0.398291 0.398291 +4945.883301 0.000000 881.370544 0.000000 0.965032 0.000000 0.262132 0.393352 0.393352 0.393352 +4944.200195 0.000000 862.787781 0.000000 0.979105 0.000000 -0.203358 0.405215 0.405215 0.405215 +4944.606934 0.000000 851.868347 0.000000 0.972357 0.000000 -0.233497 0.405684 0.405684 0.405684 +4955.061523 0.000000 851.650513 0.000000 0.998918 0.000000 0.046510 0.398815 0.398815 0.398815 +4959.651855 0.000000 882.774902 0.000000 0.985056 0.000000 -0.172236 0.404287 0.404287 0.404287 +4951.416504 0.000000 865.646240 0.000000 0.985008 0.000000 -0.172510 0.404415 0.404415 0.404415 +4928.720215 0.000000 860.014893 0.000000 0.972470 0.000000 -0.233026 0.405989 0.405989 0.405989 +4931.840820 0.000000 856.430969 0.000000 0.971877 0.000000 0.235489 0.393946 0.393946 0.393946 +4941.137695 0.000000 860.746460 0.000000 0.959835 0.000000 -0.280563 0.407242 0.407242 0.407242 +4955.485840 0.000000 866.786255 0.000000 0.995888 0.000000 -0.090597 0.402156 0.402156 0.402156 +4932.626465 0.000000 857.717041 0.000000 0.997175 0.000000 0.075110 0.398086 0.398086 0.398086 +4960.140137 0.000000 854.571289 0.000000 0.989382 0.000000 -0.145341 0.403620 0.403620 0.403620 +4934.531738 0.000000 870.908508 0.000000 0.999925 0.000000 -0.012285 0.400313 0.400313 0.400313 +4966.794922 0.000000 889.380310 0.000000 0.982294 0.000000 -0.187348 0.404799 0.404799 0.404799 +4968.292480 0.000000 851.485352 0.000000 0.988101 0.000000 0.153804 0.396068 0.396068 0.396068 +4940.529785 0.000000 861.481506 0.000000 0.992385 0.000000 0.123177 0.396855 0.396855 0.396855 +4951.556641 0.000000 867.112732 0.000000 0.998724 0.000000 0.050505 0.398713 0.398713 0.398713 +4950.701172 0.000000 848.145691 0.000000 0.998048 0.000000 0.062451 0.398409 0.398409 0.398409 +4960.637207 0.000000 862.869629 0.000000 0.993180 0.000000 -0.116595 0.402976 0.402976 0.402976 +4962.267578 0.000000 853.379333 0.000000 0.985674 0.000000 0.168663 0.395684 0.395684 0.395684 +4951.833496 0.000000 886.389404 0.000000 0.996072 0.000000 0.088548 0.397742 0.397742 0.397742 +4956.393066 0.000000 877.963135 0.000000 0.966254 0.000000 0.257593 0.393366 0.393366 0.393366 +4954.466309 0.000000 865.013489 0.000000 0.976573 0.000000 -0.215185 0.405523 0.405523 0.405523 +4955.399414 0.000000 859.380676 0.000000 0.982723 0.000000 -0.185080 0.404740 0.404740 0.404740 +4956.308594 0.000000 863.094788 0.000000 0.999061 0.000000 -0.043336 0.401104 0.401104 0.401104 +4938.430664 0.000000 861.598022 0.000000 0.999356 0.000000 0.035885 0.399086 0.399086 0.399086 +4928.011719 0.000000 865.804810 0.000000 0.999674 0.000000 0.025544 0.399349 0.399349 0.399349 +4948.597168 0.000000 888.756165 0.000000 0.973351 0.000000 0.229319 0.394108 0.394108 0.394108 +4949.584961 0.000000 847.487793 0.000000 0.968784 0.000000 0.247906 0.393621 0.393621 0.393621 +4938.298828 0.000000 847.914673 0.000000 0.979889 0.000000 0.199546 0.394884 0.394884 0.394884 +4973.195801 0.000000 849.468201 0.000000 0.953633 0.000000 -0.300971 0.407785 0.407785 0.407785 +4955.670898 0.000000 889.423096 0.000000 0.973290 0.000000 -0.229579 0.405899 0.405899 0.405899 +5040.580566 0.000000 821.221985 0.000000 0.968367 0.000000 0.249531 0.396550 0.396550 0.396550 +4992.517090 0.000000 840.558289 0.000000 0.999286 0.000000 0.037784 0.399406 0.399406 0.399406 +5052.112793 0.000000 826.456299 0.000000 0.999624 0.000000 -0.027423 0.400445 0.400445 0.400445 +5041.824707 0.000000 801.266663 0.000000 0.988896 0.000000 0.148609 0.397363 0.397363 0.397363 +4994.857910 0.000000 833.124756 0.000000 0.993165 0.000000 0.116716 0.397850 0.397850 0.397850 +5053.982422 0.000000 802.306091 0.000000 0.964919 0.000000 -0.262547 0.405173 0.405173 0.405173 +5013.042969 0.000000 818.685120 0.000000 0.995863 0.000000 0.090870 0.398310 0.398310 0.398310 +5053.613770 0.000000 817.352417 0.000000 0.994789 0.000000 -0.101959 0.402040 0.402040 0.402040 +5043.089355 0.000000 819.778137 0.000000 0.994747 0.000000 -0.102362 0.401940 0.401940 0.401940 +4995.978516 0.000000 806.999146 0.000000 0.987543 0.000000 0.157351 0.396702 0.396702 0.396702 +5029.606445 0.000000 793.700623 0.000000 0.999265 0.000000 0.038333 0.399198 0.399198 0.399198 +5000.070801 0.000000 794.574097 0.000000 0.999625 0.000000 0.027383 0.399428 0.399428 0.399428 +5047.779785 0.000000 813.967407 0.000000 0.998163 0.000000 -0.060586 0.401277 0.401277 0.401277 +5041.437988 0.000000 806.956177 0.000000 0.999925 0.000000 -0.012237 0.400251 0.400251 0.400251 +5043.812988 0.000000 805.000305 0.000000 0.999724 0.000000 -0.023490 0.400488 0.400488 0.400488 +5014.742676 0.000000 817.409363 0.000000 0.955747 0.000000 -0.294190 0.406471 0.406471 0.406471 +5038.404297 0.000000 803.023926 0.000000 0.986466 0.000000 -0.163965 0.403446 0.403446 0.403446 +5052.205566 0.000000 820.778564 0.000000 0.974788 0.000000 0.223134 0.395315 0.395315 0.395315 +5051.046387 0.000000 824.964966 0.000000 0.999234 0.000000 0.039136 0.399171 0.399171 0.399171 +5049.619629 0.000000 815.119995 0.000000 0.996772 0.000000 -0.080279 0.401625 0.401625 0.401625 +5047.173828 0.000000 793.828918 0.000000 0.951925 0.000000 -0.306332 0.406094 0.406094 0.406094 +5046.707520 0.000000 806.065063 0.000000 0.999029 0.000000 0.044059 0.399098 0.399098 0.399098 +5027.494629 0.000000 793.479675 0.000000 0.998669 0.000000 0.051573 0.398936 0.398936 0.398936 +4998.427246 0.000000 801.339111 0.000000 0.969833 0.000000 0.243768 0.394602 0.394602 0.394602 +4992.030273 0.000000 808.170410 0.000000 0.983230 0.000000 -0.182371 0.404112 0.404112 0.404112 +5026.505859 0.000000 806.212585 0.000000 0.984826 0.000000 -0.173543 0.404442 0.404442 0.404442 +5031.297852 0.000000 807.148071 0.000000 0.996177 0.000000 0.087355 0.397795 0.397795 0.397795 +5048.119629 0.000000 817.178894 0.000000 0.999703 0.000000 -0.024355 0.400513 0.400513 0.400513 +5003.088379 0.000000 803.379333 0.000000 0.971300 0.000000 0.237857 0.394472 0.394472 0.394472 +5040.417969 0.000000 797.738953 0.000000 0.972306 0.000000 0.233712 0.395265 0.395265 0.395265 +5018.199707 0.000000 818.928772 0.000000 0.991274 0.000000 -0.131817 0.402746 0.402746 0.402746 +5003.444824 0.000000 804.930542 0.000000 0.982591 0.000000 -0.185783 0.404236 0.404236 0.404236 +5028.296387 0.000000 817.766418 0.000000 0.990854 0.000000 -0.134935 0.403224 0.403224 0.403224 +5055.352051 0.000000 812.475159 0.000000 0.974353 0.000000 -0.225023 0.404590 0.404590 0.404590 +5001.402832 0.000000 811.419556 0.000000 0.987627 0.000000 -0.156823 0.403633 0.403633 0.403633 +5018.146973 0.000000 806.910706 0.000000 0.971017 0.000000 0.239009 0.394674 0.394674 0.394674 +5027.876465 0.000000 819.287354 0.000000 0.986712 0.000000 0.162476 0.395844 0.395844 0.395844 +5026.215820 0.000000 801.574280 0.000000 0.999142 0.000000 -0.041404 0.401034 0.401034 0.401034 +5037.587891 0.000000 797.570862 0.000000 0.997181 0.000000 -0.075040 0.401766 0.401766 0.401766 +5038.626465 0.000000 804.074890 0.000000 0.999248 0.000000 -0.038786 0.400874 0.400874 0.400874 +5043.380859 0.000000 816.048523 0.000000 0.995245 0.000000 -0.097407 0.402163 0.402163 0.402163 +5008.059082 0.000000 813.285156 0.000000 0.992602 0.000000 -0.121412 0.403099 0.403099 0.403099 +5006.073242 0.000000 810.335388 0.000000 0.955648 0.000000 0.294512 0.392387 0.392387 0.392387 +5008.583008 0.000000 809.037842 0.000000 0.969216 0.000000 0.246213 0.393665 0.393665 0.393665 +5008.803711 0.000000 813.912659 0.000000 0.998712 0.000000 0.050733 0.398708 0.398708 0.398708 +5008.854492 0.000000 807.704773 0.000000 0.955239 0.000000 -0.295836 0.407648 0.407648 0.407648 +5008.505371 0.000000 814.909729 0.000000 0.997093 0.000000 -0.076198 0.401942 0.401942 0.401942 +5003.260254 0.000000 811.306396 0.000000 0.999861 0.000000 0.016689 0.399575 0.399575 0.399575 +5024.829590 0.000000 792.973511 0.000000 0.999984 0.000000 -0.005635 0.400132 0.400132 0.400132 +4994.948730 0.000000 813.943970 0.000000 0.969842 0.000000 -0.243735 0.405962 0.405962 0.405962 +4993.447266 0.000000 822.403198 0.000000 0.984747 0.000000 -0.173991 0.404453 0.404453 0.404453 +5032.559570 0.000000 817.467163 0.000000 0.989331 0.000000 -0.145683 0.403015 0.403015 0.403015 +4993.727051 0.000000 812.762512 0.000000 0.987282 0.000000 0.158980 0.395934 0.395934 0.395934 +5004.727539 0.000000 812.798340 0.000000 0.998969 0.000000 0.045406 0.398843 0.398843 0.398843 +5004.542480 0.000000 815.998230 0.000000 0.986959 0.000000 -0.160971 0.404117 0.404117 0.404117 +5049.684082 0.000000 820.336426 0.000000 0.985551 0.000000 -0.169376 0.403969 0.403969 0.403969 +4996.596680 0.000000 796.120605 0.000000 0.973518 0.000000 -0.228609 0.405493 0.405493 0.405493 +5015.932129 0.000000 795.786133 0.000000 0.985424 0.000000 -0.170119 0.403944 0.403944 0.403944 +4993.525879 0.000000 828.010681 0.000000 0.996359 0.000000 -0.085256 0.402174 0.402174 0.402174 +5035.391113 0.000000 800.473694 0.000000 0.999809 0.000000 -0.019527 0.400449 0.400449 0.400449 +5048.892090 0.000000 816.601074 0.000000 0.953671 0.000000 0.300851 0.393561 0.393561 0.393561 +4995.974609 0.000000 821.455627 0.000000 0.995155 0.000000 -0.098316 0.402508 0.402508 0.402508 +5011.924316 0.000000 808.589111 0.000000 0.994809 0.000000 -0.101762 0.402596 0.402596 0.402596 +5001.816895 0.000000 816.294556 0.000000 0.998346 0.000000 0.057490 0.398535 0.398535 0.398535 +5028.938477 0.000000 809.565918 0.000000 0.989506 0.000000 0.144494 0.396510 0.396510 0.396510 +5001.580566 0.000000 804.524597 0.000000 0.999974 0.000000 0.007273 0.399844 0.399844 0.399844 +4992.016602 0.000000 831.949707 0.000000 0.955903 0.000000 0.293681 0.392410 0.392410 0.392410 +4993.034668 0.000000 797.796143 0.000000 0.994899 0.000000 0.100876 0.397427 0.397427 0.397427 +5001.307617 0.000000 794.844543 0.000000 0.991814 0.000000 -0.127689 0.402672 0.402672 0.402672 +5014.068359 0.000000 805.508606 0.000000 0.951284 0.000000 -0.308316 0.406933 0.406933 0.406933 +5041.165527 0.000000 810.228943 0.000000 0.998871 0.000000 0.047511 0.398859 0.398859 0.398859 +5038.421387 0.000000 790.816284 0.000000 0.999691 0.000000 -0.024863 0.400633 0.400633 0.400633 +5030.880859 0.000000 811.170471 0.000000 0.994716 0.000000 0.102663 0.397725 0.397725 0.397725 +5011.490723 0.000000 805.477661 0.000000 0.974424 0.000000 -0.224717 0.405579 0.405579 0.405579 +5036.463379 0.000000 794.859375 0.000000 0.999079 0.000000 0.042904 0.399061 0.399061 0.399061 +4994.586426 0.000000 825.663757 0.000000 0.960145 0.000000 -0.279502 0.407214 0.407214 0.407214 +5026.721191 0.000000 804.397949 0.000000 0.956915 0.000000 0.290369 0.392924 0.392924 0.392924 +5029.791992 0.000000 790.866028 0.000000 0.956294 0.000000 -0.292407 0.406816 0.406816 0.406816 +5024.706543 0.000000 799.180542 0.000000 0.971833 0.000000 -0.235670 0.405357 0.405357 0.405357 +5020.763184 0.000000 817.525269 0.000000 0.963078 0.000000 -0.269223 0.406941 0.406941 0.406941 +5000.262207 0.000000 801.972839 0.000000 0.954318 0.000000 0.298792 0.393440 0.393440 0.393440 +5047.095703 0.000000 797.041260 0.000000 0.994679 0.000000 0.103022 0.397439 0.397439 0.397439 +5009.333008 0.000000 816.315063 0.000000 0.967443 0.000000 0.253088 0.393484 0.393484 0.393484 +5021.746582 0.000000 808.195374 0.000000 0.978669 0.000000 0.205443 0.394855 0.394855 0.394855 +5005.396973 0.000000 814.415894 0.000000 0.969121 0.000000 -0.246587 0.406345 0.406345 0.406345 +5007.156250 0.000000 813.595154 0.000000 0.978972 0.000000 -0.203995 0.405231 0.405231 0.405231 +5019.403320 0.000000 812.958740 0.000000 0.986764 0.000000 -0.162164 0.403733 0.403733 0.403733 +4999.293457 0.000000 813.329041 0.000000 0.980416 0.000000 -0.196938 0.404979 0.404979 0.404979 +5006.183594 0.000000 815.123047 0.000000 0.968794 0.000000 0.247867 0.393622 0.393622 0.393622 +5025.317871 0.000000 803.354309 0.000000 0.969846 0.000000 -0.243720 0.406196 0.406196 0.406196 +5000.070801 0.000000 814.805298 0.000000 0.998093 0.000000 0.061726 0.398427 0.398427 0.398427 +5028.006348 0.000000 808.413757 0.000000 0.999953 0.000000 -0.009676 0.400233 0.400233 0.400233 +5024.570312 0.000000 815.876831 0.000000 0.990836 0.000000 -0.135070 0.402970 0.402970 0.402970 +5024.861816 0.000000 791.156311 0.000000 0.999466 0.000000 0.032676 0.399215 0.399215 0.399215 +5030.645996 0.000000 809.370972 0.000000 0.969110 0.000000 -0.246630 0.405649 0.405649 0.405649 +5024.643555 0.000000 820.449341 0.000000 0.999782 0.000000 -0.020880 0.400532 0.400532 0.400532 +5034.345215 0.000000 809.506104 0.000000 0.992191 0.000000 0.124725 0.396866 0.396866 0.396866 +4997.606445 0.000000 805.143494 0.000000 0.996246 0.000000 0.086568 0.398087 0.398087 0.398087 +4992.795898 0.000000 826.256531 0.000000 0.981153 0.000000 -0.193233 0.404952 0.404952 0.404952 +4993.927246 0.000000 808.286377 0.000000 0.972672 0.000000 -0.232183 0.405253 0.405253 0.405253 +4992.330566 0.000000 798.585205 0.000000 0.973435 0.000000 -0.228964 0.405814 0.405814 0.405814 +5038.829590 0.000000 812.747742 0.000000 0.977137 0.000000 0.212609 0.394780 0.394780 0.394780 +4993.182129 0.000000 828.815308 0.000000 0.986956 0.000000 0.160992 0.395882 0.395882 0.395882 +5020.538086 0.000000 802.868652 0.000000 0.999992 0.000000 0.004014 0.399904 0.399904 0.399904 +5009.713867 0.000000 794.221436 0.000000 0.973997 0.000000 -0.226562 0.405169 0.405169 0.405169 +5026.722656 0.000000 823.044556 0.000000 0.991563 0.000000 0.129625 0.396690 0.396690 0.396690 +5020.162598 0.000000 808.237061 0.000000 0.959232 0.000000 -0.282620 0.407125 0.407125 0.407125 +5046.086914 0.000000 821.977051 0.000000 0.985406 0.000000 -0.170218 0.404057 0.404057 0.404057 +5039.766602 0.000000 812.842773 0.000000 0.975977 0.000000 0.217874 0.394648 0.394648 0.394648 +5025.216309 0.000000 795.869751 0.000000 0.963806 0.000000 0.266606 0.393734 0.393734 0.393734 +5022.864258 0.000000 793.534790 0.000000 0.998434 0.000000 0.055945 0.398575 0.398575 0.398575 +5031.477051 0.000000 807.982727 0.000000 0.977865 0.000000 0.209236 0.394685 0.394685 0.394685 +5014.559082 0.000000 802.916748 0.000000 0.976320 0.000000 -0.216331 0.405204 0.405204 0.405204 +4995.747559 0.000000 816.751526 0.000000 0.967589 0.000000 0.252531 0.393563 0.393563 0.393563 +4995.832031 0.000000 800.832458 0.000000 0.996949 0.000000 0.078059 0.398162 0.398162 0.398162 +4996.643066 0.000000 802.158936 0.000000 0.990799 0.000000 -0.135341 0.403111 0.403111 0.403111 +5024.583984 0.000000 805.549133 0.000000 0.980020 0.000000 0.198901 0.394901 0.394901 0.394901 +4992.139160 0.000000 823.145386 0.000000 0.989659 0.000000 -0.143440 0.403665 0.403665 0.403665 +5016.593750 0.000000 810.320557 0.000000 0.964519 0.000000 0.264015 0.393570 0.393570 0.393570 +5038.347168 0.000000 813.460266 0.000000 0.996305 0.000000 -0.085883 0.402095 0.402095 0.402095 +5008.188965 0.000000 807.203491 0.000000 0.999801 0.000000 -0.019947 0.400508 0.400508 0.400508 +5042.671875 0.000000 810.834045 0.000000 0.996159 0.000000 -0.087566 0.402049 0.402049 0.402049 +5007.005859 0.000000 792.858154 0.000000 0.991069 0.000000 0.133348 0.396594 0.396594 0.396594 +5027.757812 0.000000 805.654114 0.000000 0.998632 0.000000 -0.052283 0.401256 0.401256 0.401256 +5023.133301 0.000000 790.815308 0.000000 0.997954 0.000000 -0.063938 0.401629 0.401629 0.401629 +5004.807129 0.000000 793.662598 0.000000 0.974630 0.000000 0.223820 0.394252 0.394252 0.394252 +4992.240723 0.000000 835.362366 0.000000 0.998417 0.000000 -0.056244 0.401354 0.401354 0.401354 +4995.277344 0.000000 812.358154 0.000000 0.994165 0.000000 0.107871 0.397383 0.397383 0.397383 +4995.676758 0.000000 820.251892 0.000000 0.999769 0.000000 0.021507 0.399452 0.399452 0.399452 +5013.675293 0.000000 815.987976 0.000000 0.975883 0.000000 0.218293 0.394396 0.394396 0.394396 +4994.161133 0.000000 822.818298 0.000000 0.995737 0.000000 0.092241 0.397648 0.397648 0.397648 +5008.570312 0.000000 816.768005 0.000000 0.982211 0.000000 -0.187779 0.404810 0.404810 0.404810 +5049.898926 0.000000 797.621460 0.000000 0.997678 0.000000 -0.068101 0.401627 0.401627 0.401627 +5010.975586 0.000000 813.584839 0.000000 0.989566 0.000000 -0.144078 0.403682 0.403682 0.403682 +4997.592285 0.000000 812.976501 0.000000 0.978537 0.000000 0.206069 0.394787 0.394787 0.394787 +5023.312012 0.000000 816.966492 0.000000 0.978032 0.000000 0.208456 0.394694 0.394694 0.394694 +4998.857910 0.000000 815.913818 0.000000 0.999614 0.000000 -0.027775 0.400707 0.400707 0.400707 +5017.168945 0.000000 792.579712 0.000000 0.999216 0.000000 -0.039599 0.401007 0.401007 0.401007 +5005.304199 0.000000 797.052246 0.000000 0.999764 0.000000 -0.021727 0.400553 0.400553 0.400553 +5002.516602 0.000000 799.404663 0.000000 0.991371 0.000000 0.131086 0.396803 0.396803 0.396803 +5005.012207 0.000000 801.450256 0.000000 0.990522 0.000000 0.137357 0.396491 0.396491 0.396491 +5023.605957 0.000000 805.329163 0.000000 0.997818 0.000000 0.066027 0.398317 0.398317 0.398317 +5035.568848 0.000000 815.188660 0.000000 0.965695 0.000000 0.259677 0.393521 0.393521 0.393521 +5029.458008 0.000000 812.564880 0.000000 0.999813 0.000000 -0.019336 0.400475 0.400475 0.400475 +5021.862793 0.000000 816.134949 0.000000 0.984949 0.000000 -0.172844 0.404424 0.404424 0.404424 +5012.670410 0.000000 810.092896 0.000000 0.990060 0.000000 -0.140646 0.403593 0.403593 0.403593 +5004.262695 0.000000 799.455566 0.000000 0.985129 0.000000 -0.171816 0.404397 0.404397 0.404397 +4995.883301 0.000000 815.138062 0.000000 0.990209 0.000000 -0.139593 0.403545 0.403545 0.403545 +5007.444336 0.000000 803.148193 0.000000 0.996291 0.000000 -0.086044 0.402194 0.402194 0.402194 +4992.797363 0.000000 824.022949 0.000000 0.979876 0.000000 -0.199608 0.405117 0.405117 0.405117 +5026.735840 0.000000 818.318298 0.000000 0.961538 0.000000 -0.274671 0.407086 0.407086 0.407086 +4992.512695 0.000000 824.828125 0.000000 0.960649 0.000000 0.277765 0.392833 0.392833 0.392833 +5022.575684 0.000000 804.506104 0.000000 0.984644 0.000000 -0.174576 0.404468 0.404468 0.404468 +4993.169434 0.000000 830.629944 0.000000 0.971394 0.000000 0.237475 0.393894 0.393894 0.393894 +5114.520996 0.000000 844.693848 0.000000 0.999488 0.000000 0.032004 0.399530 0.399530 0.399530 +5063.434570 0.000000 801.524841 0.000000 0.980607 0.000000 0.195985 0.396947 0.396947 0.396947 +5061.431641 0.000000 801.557922 0.000000 0.999963 0.000000 0.008606 0.399857 0.399857 0.399857 +5059.455566 0.000000 809.462341 0.000000 0.975353 0.000000 -0.220652 0.403799 0.403799 0.403799 +5057.219727 0.000000 798.799805 0.000000 0.972327 0.000000 0.233624 0.395856 0.395856 0.395856 +5060.220703 0.000000 808.135925 0.000000 0.996343 0.000000 0.085439 0.398492 0.398492 0.398492 +5065.453613 0.000000 803.451599 0.000000 0.963366 0.000000 -0.268191 0.404962 0.404962 0.404962 +5058.034668 0.000000 816.867004 0.000000 0.990567 0.000000 0.137029 0.397536 0.397536 0.397536 +5057.343750 0.000000 804.094604 0.000000 0.989362 0.000000 -0.145471 0.402887 0.402887 0.402887 +5058.932617 0.000000 814.942322 0.000000 0.981979 0.000000 -0.188992 0.403921 0.403921 0.403921 +5063.460938 0.000000 811.724243 0.000000 0.997527 0.000000 -0.070283 0.401479 0.401479 0.401479 +5155.200195 0.000000 860.062622 0.000000 0.990059 0.000000 -0.140649 0.401938 0.401938 0.401938 +5153.641602 0.000000 865.344238 0.000000 0.997683 0.000000 -0.068030 0.400955 0.400955 0.400955 +5155.595703 0.000000 867.377502 0.000000 0.988900 0.000000 0.148580 0.397565 0.397565 0.397565 +5400.332520 0.000000 769.501282 0.000000 0.954188 0.000000 0.299208 0.395312 0.395312 0.395312 +5391.736328 0.000000 765.058105 0.000000 0.960560 0.000000 -0.278071 0.404587 0.404587 0.404587 +5591.491699 0.000000 904.381531 0.000000 0.971792 0.000000 0.235841 0.396885 0.396885 0.396885 +5598.608887 0.000000 909.289673 0.000000 0.970295 0.000000 -0.241924 0.403428 0.403428 0.403428 +5587.576660 0.000000 939.201599 0.000000 0.999885 0.000000 -0.015181 0.400225 0.400225 0.400225 +5626.520996 0.000000 957.662598 0.000000 0.952447 0.000000 -0.304705 0.404700 0.404700 0.404700 +5629.535645 0.000000 957.925537 0.000000 0.978116 0.000000 0.208062 0.396714 0.396714 0.396714 +5584.425781 0.000000 954.453064 0.000000 0.960623 0.000000 -0.277857 0.404611 0.404611 0.404611 +5604.813477 0.000000 920.904236 0.000000 0.971606 0.000000 0.236604 0.396207 0.396207 0.396207 +5611.954590 0.000000 927.456055 0.000000 0.992058 0.000000 -0.125783 0.402059 0.402059 0.402059 +5616.063965 0.000000 929.546021 0.000000 0.997774 0.000000 0.066690 0.398824 0.398824 0.398824 +5590.292480 0.000000 935.170593 0.000000 0.999046 0.000000 0.043666 0.399274 0.399274 0.399274 +5612.409668 0.000000 929.778442 0.000000 0.996550 0.000000 -0.083000 0.401465 0.401465 0.401465 +5606.060059 0.000000 924.574219 0.000000 0.987224 0.000000 -0.159336 0.402733 0.402733 0.402733 +5631.974609 0.000000 935.281433 0.000000 0.997446 0.000000 0.071426 0.398697 0.398697 0.398697 +5605.886230 0.000000 949.921753 0.000000 0.998150 0.000000 0.060798 0.398885 0.398885 0.398885 +5592.631836 0.000000 914.362854 0.000000 0.992960 0.000000 0.118453 0.397789 0.397789 0.397789 +5624.732422 0.000000 952.307068 0.000000 0.955798 0.000000 -0.294023 0.405141 0.405141 0.405141 +5618.572266 0.000000 928.464661 0.000000 0.970205 0.000000 -0.242284 0.404289 0.404289 0.404289 +5592.136230 0.000000 924.164185 0.000000 0.999551 0.000000 -0.029974 0.400575 0.400575 0.400575 +5589.323242 0.000000 944.971863 0.000000 0.990295 0.000000 -0.138984 0.402569 0.402569 0.402569 +5612.134277 0.000000 938.731323 0.000000 0.974437 0.000000 -0.224660 0.404265 0.404265 0.404265 +5618.304199 0.000000 930.137756 0.000000 0.972467 0.000000 -0.233039 0.404380 0.404380 0.404380 +5617.121094 0.000000 955.658081 0.000000 0.996652 0.000000 -0.081761 0.401439 0.401439 0.401439 +5592.864258 0.000000 930.303955 0.000000 0.976127 0.000000 -0.217201 0.404023 0.404023 0.404023 +5585.052246 0.000000 946.554565 0.000000 0.977664 0.000000 -0.210175 0.403711 0.403711 0.403711 +5604.740723 0.000000 928.852112 0.000000 0.998481 0.000000 -0.055091 0.401065 0.401065 0.401065 +5616.161133 0.000000 943.099060 0.000000 0.965940 0.000000 0.258767 0.394812 0.394812 0.394812 +5599.082031 0.000000 939.897705 0.000000 0.994576 0.000000 -0.104014 0.402066 0.402066 0.402066 +5613.887207 0.000000 942.981995 0.000000 0.995070 0.000000 0.099172 0.398076 0.398076 0.398076 +5612.451660 0.000000 947.362488 0.000000 0.965180 0.000000 0.261587 0.395031 0.395031 0.395031 +5620.968750 0.000000 935.497620 0.000000 0.993684 0.000000 0.112218 0.397782 0.397782 0.397782 +5610.301758 0.000000 947.295776 0.000000 0.997390 0.000000 0.072207 0.398560 0.398560 0.398560 +5608.053711 0.000000 956.104248 0.000000 0.999279 0.000000 -0.037967 0.400717 0.400717 0.400717 +5626.917480 0.000000 950.996643 0.000000 0.997545 0.000000 -0.070026 0.401263 0.401263 0.401263 +5600.520996 0.000000 959.202820 0.000000 0.981173 0.000000 -0.193131 0.403523 0.403523 0.403523 +5622.086914 0.000000 948.349121 0.000000 0.999404 0.000000 -0.034532 0.400681 0.400681 0.400681 +5605.762695 0.000000 947.627441 0.000000 0.968319 0.000000 -0.249715 0.404776 0.404776 0.404776 +5623.669922 0.000000 937.414612 0.000000 0.983305 0.000000 0.181968 0.396528 0.396528 0.396528 +5599.890137 0.000000 949.991150 0.000000 0.994743 0.000000 -0.102403 0.402018 0.402018 0.402018 +5607.071777 0.000000 953.468140 0.000000 0.997612 0.000000 -0.069065 0.401387 0.401387 0.401387 +5605.870117 0.000000 956.678040 0.000000 0.963611 0.000000 0.267308 0.395082 0.395082 0.395082 +5598.526367 0.000000 948.205383 0.000000 0.974116 0.000000 -0.226050 0.404486 0.404486 0.404486 +5592.507324 0.000000 951.275024 0.000000 0.999431 0.000000 -0.033729 0.400645 0.400645 0.400645 +5610.127930 0.000000 951.203308 0.000000 0.959567 0.000000 -0.281481 0.405371 0.405371 0.405371 +5624.008301 0.000000 945.999390 0.000000 0.999669 0.000000 0.025722 0.399491 0.399491 0.399491 +5610.690430 0.000000 959.793213 0.000000 0.999286 0.000000 -0.037778 0.400749 0.400749 0.400749 +5588.942871 0.000000 953.357178 0.000000 0.988581 0.000000 -0.150688 0.402855 0.402855 0.402855 +5607.291504 0.000000 942.755493 0.000000 0.974211 0.000000 0.225640 0.395738 0.395738 0.395738 +5594.905273 0.000000 937.323364 0.000000 0.997818 0.000000 0.066028 0.398773 0.398773 0.398773 +5613.039062 0.000000 941.173401 0.000000 0.999381 0.000000 -0.035189 0.400692 0.400692 0.400692 +5614.890137 0.000000 940.004822 0.000000 0.997502 0.000000 -0.070635 0.401363 0.401363 0.401363 +5601.173340 0.000000 928.147156 0.000000 0.976465 0.000000 0.215676 0.395767 0.395767 0.395767 +5595.464355 0.000000 929.314392 0.000000 0.999914 0.000000 -0.013149 0.400261 0.400261 0.400261 +5599.979004 0.000000 932.817932 0.000000 0.959931 0.000000 0.280237 0.394384 0.394384 0.394384 +5604.052246 0.000000 943.193115 0.000000 0.998091 0.000000 -0.061767 0.401228 0.401228 0.401228 +5610.652344 0.000000 943.402649 0.000000 0.957447 0.000000 -0.288609 0.405526 0.405526 0.405526 +5596.341797 0.000000 953.414185 0.000000 0.998541 0.000000 -0.054008 0.401087 0.401087 0.401087 +5612.578125 0.000000 934.137512 0.000000 0.954716 0.000000 -0.297520 0.405973 0.405973 0.405973 +5603.967285 0.000000 938.024231 0.000000 0.983513 0.000000 -0.180837 0.403623 0.403623 0.403623 +5607.486328 0.000000 932.737122 0.000000 0.999999 0.000000 0.001489 0.399970 0.399970 0.399970 +5597.912109 0.000000 924.042969 0.000000 0.989593 0.000000 0.143894 0.397102 0.397102 0.397102 +5598.965820 0.000000 933.239258 0.000000 0.989771 0.000000 -0.142663 0.402831 0.402831 0.402831 +5601.751465 0.000000 943.726624 0.000000 0.958285 0.000000 0.285815 0.394240 0.394240 0.394240 +5596.115234 0.000000 957.578064 0.000000 0.991781 0.000000 0.127944 0.397418 0.397418 0.397418 +5588.094727 0.000000 975.635254 0.000000 0.999960 0.000000 0.008993 0.399874 0.399874 0.399874 +5577.795410 0.000000 960.258728 0.000000 0.997913 0.000000 -0.064566 0.400913 0.400913 0.400913 +5621.177734 0.000000 970.754822 0.000000 0.995879 0.000000 0.090692 0.398671 0.398671 0.398671 +5607.104492 0.000000 972.127991 0.000000 0.971571 0.000000 -0.236747 0.403568 0.403568 0.403568 +5616.943848 0.000000 971.822876 0.000000 0.999896 0.000000 0.014436 0.399782 0.399782 0.399782 +5611.071777 0.000000 970.812866 0.000000 0.974897 0.000000 -0.222656 0.403532 0.403532 0.403532 +5583.104980 0.000000 963.136963 0.000000 0.999971 0.000000 0.007621 0.399865 0.399865 0.399865 +5623.122559 0.000000 965.377258 0.000000 0.980977 0.000000 -0.194122 0.403268 0.403268 0.403268 +5599.069336 0.000000 969.617493 0.000000 0.964318 0.000000 -0.264748 0.404709 0.404709 0.404709 +5611.903809 0.000000 960.341797 0.000000 0.979019 0.000000 0.203771 0.396086 0.396086 0.396086 +5597.048828 0.000000 961.876831 0.000000 0.986131 0.000000 -0.165971 0.403247 0.403247 0.403247 +5593.831543 0.000000 967.377869 0.000000 0.999432 0.000000 -0.033694 0.400638 0.400638 0.400638 +5598.228516 0.000000 960.246033 0.000000 0.970490 0.000000 0.241143 0.395343 0.395343 0.395343 +5610.590820 0.000000 963.643311 0.000000 0.999435 0.000000 0.033605 0.399324 0.399324 0.399324 +5586.082520 0.000000 960.296631 0.000000 0.995794 0.000000 -0.091625 0.401736 0.401736 0.401736 +5617.364258 0.000000 962.523743 0.000000 0.998947 0.000000 0.045875 0.399097 0.399097 0.399097 +5599.684570 0.000000 964.369629 0.000000 1.000000 0.000000 -0.000617 0.400012 0.400012 0.400012 +5605.770020 0.000000 965.236877 0.000000 0.999855 0.000000 0.017001 0.399666 0.399666 0.399666 +5659.595215 0.000000 954.273743 0.000000 0.998666 0.000000 0.051640 0.399301 0.399301 0.399301 +5651.576660 0.000000 939.201599 0.000000 0.993622 0.000000 0.112761 0.398358 0.398358 0.398358 +5656.887695 0.000000 945.350220 0.000000 0.985964 0.000000 0.166959 0.397563 0.397563 0.397563 +5647.325195 0.000000 938.758423 0.000000 0.999868 0.000000 0.016250 0.399748 0.399748 0.399748 +5649.862305 0.000000 940.077454 0.000000 0.984755 0.000000 -0.173947 0.402820 0.402820 0.402820 +5637.961426 0.000000 954.382874 0.000000 0.987233 0.000000 0.159286 0.397252 0.397252 0.397252 +5652.708984 0.000000 947.315430 0.000000 0.987034 0.000000 0.160510 0.397247 0.397247 0.397247 +5639.662109 0.000000 940.475281 0.000000 0.978433 0.000000 0.206562 0.396135 0.396135 0.396135 +5639.959473 0.000000 953.008789 0.000000 0.964818 0.000000 0.262920 0.395072 0.395072 0.395072 +5632.042480 0.000000 937.181213 0.000000 0.982169 0.000000 -0.188000 0.403485 0.403485 0.403485 +5646.943359 0.000000 944.344543 0.000000 0.963411 0.000000 -0.268028 0.405054 0.405054 0.405054 +5633.354492 0.000000 945.466003 0.000000 0.974956 0.000000 -0.222398 0.404076 0.404076 0.404076 +5636.508301 0.000000 946.450500 0.000000 0.999948 0.000000 0.010193 0.399807 0.399807 0.399807 +5650.479492 0.000000 950.393494 0.000000 0.970827 0.000000 0.239781 0.395502 0.395502 0.395502 +5635.040527 0.000000 951.795593 0.000000 0.994062 0.000000 0.108815 0.397855 0.397855 0.397855 +5635.149902 0.000000 949.543274 0.000000 0.981709 0.000000 -0.190389 0.403740 0.403740 0.403740 +5641.062988 0.000000 945.729980 0.000000 0.996129 0.000000 -0.087904 0.401732 0.401732 0.401732 +5642.690430 0.000000 950.111816 0.000000 0.967714 0.000000 0.252050 0.394911 0.394911 0.394911 +5639.351074 0.000000 943.000916 0.000000 0.997701 0.000000 -0.067764 0.401321 0.401321 0.401321 +5647.808594 0.000000 947.921387 0.000000 0.999649 0.000000 -0.026476 0.400518 0.400518 0.400518 +5646.090820 0.000000 947.783813 0.000000 0.999783 0.000000 -0.020810 0.400407 0.400407 0.400407 +5661.739258 0.000000 1038.181885 0.000000 0.999951 0.000000 0.009848 0.399857 0.399857 0.399857 +5686.588867 0.000000 1069.901855 0.000000 0.977075 0.000000 -0.212894 0.403385 0.403385 0.403385 +5662.924805 0.000000 1056.023560 0.000000 0.992670 0.000000 0.120857 0.398064 0.398064 0.398064 +5686.280273 0.000000 1063.298096 0.000000 0.974525 0.000000 0.224280 0.396194 0.396194 0.396194 +5675.818848 0.000000 1054.220581 0.000000 0.965901 0.000000 0.258913 0.395397 0.395397 0.395397 +5690.750488 0.000000 1031.206177 0.000000 0.984825 0.000000 -0.173548 0.403266 0.403266 0.403266 +5674.301758 0.000000 1060.264526 0.000000 0.955655 0.000000 0.294488 0.394537 0.394537 0.394537 +5686.086914 0.000000 1061.317871 0.000000 0.968080 0.000000 0.250643 0.395408 0.395408 0.395408 +5674.279785 0.000000 1061.575439 0.000000 0.987697 0.000000 0.156378 0.397130 0.397130 0.397130 +5674.410156 0.000000 1057.754517 0.000000 0.995360 0.000000 -0.096217 0.401939 0.401939 0.401939 +5693.255859 0.000000 1037.808716 0.000000 0.975205 0.000000 -0.221306 0.404357 0.404357 0.404357 +5690.830078 0.000000 1034.973022 0.000000 0.972973 0.000000 0.230918 0.395311 0.395311 0.395311 +5695.565430 0.000000 1059.240967 0.000000 0.996877 0.000000 0.078975 0.398283 0.398283 0.398283 +5692.182617 0.000000 1042.728027 0.000000 0.980114 0.000000 -0.198435 0.404030 0.404030 0.404030 +5671.517090 0.000000 1051.406860 0.000000 0.993729 0.000000 -0.111816 0.402853 0.402853 0.402853 +5663.795898 0.000000 1044.633057 0.000000 0.991523 0.000000 -0.129932 0.402583 0.402583 0.402583 +5693.160156 0.000000 1051.127686 0.000000 0.956672 0.000000 -0.291166 0.406520 0.406520 0.406520 +5668.659668 0.000000 1052.816650 0.000000 0.989726 0.000000 0.142979 0.397092 0.397092 0.397092 +5692.518066 0.000000 1030.041382 0.000000 0.998741 0.000000 -0.050162 0.401245 0.401245 0.401245 +5691.025879 0.000000 1061.438354 0.000000 0.980284 0.000000 -0.197595 0.404052 0.404052 0.404052 +5692.816406 0.000000 1044.675659 0.000000 0.991361 0.000000 -0.131165 0.402837 0.402837 0.402837 +5669.729004 0.000000 1051.352905 0.000000 0.977844 0.000000 0.209334 0.394630 0.394630 0.394630 +5693.895020 0.000000 1068.801636 0.000000 0.972766 0.000000 -0.231790 0.405957 0.405957 0.405957 +5661.157715 0.000000 1032.857422 0.000000 0.957549 0.000000 -0.288271 0.406804 0.406804 0.406804 +5691.146973 0.000000 1055.409058 0.000000 0.996581 0.000000 0.082626 0.397894 0.397894 0.397894 +5662.081055 0.000000 1055.743286 0.000000 0.999403 0.000000 -0.034540 0.400868 0.400868 0.400868 +5693.569336 0.000000 1030.028931 0.000000 0.999952 0.000000 0.009836 0.399756 0.399756 0.399756 +5668.538574 0.000000 1049.215454 0.000000 0.990664 0.000000 -0.136325 0.403482 0.403482 0.403482 +5666.735840 0.000000 1044.255737 0.000000 0.991912 0.000000 0.126925 0.396759 0.396759 0.396759 +5680.574219 0.000000 1062.442017 0.000000 0.982208 0.000000 0.187799 0.395189 0.395189 0.395189 +5719.191895 0.000000 1062.609375 0.000000 0.988546 0.000000 0.150922 0.397927 0.397927 0.397927 +5707.039062 0.000000 1032.975098 0.000000 0.999352 0.000000 -0.035987 0.400613 0.400613 0.400613 +5702.510254 0.000000 1033.319214 0.000000 0.954361 0.000000 -0.298657 0.405209 0.405209 0.405209 +5708.955566 0.000000 1072.582886 0.000000 0.999937 0.000000 0.011192 0.399808 0.399808 0.399808 +5702.251953 0.000000 1055.859253 0.000000 0.989544 0.000000 0.144231 0.397507 0.397507 0.397507 +5707.042480 0.000000 1057.750610 0.000000 0.994728 0.000000 0.102552 0.398066 0.398066 0.398066 +5706.347656 0.000000 1056.788330 0.000000 0.994119 0.000000 0.108293 0.397958 0.397958 0.397958 +5722.823242 0.000000 1066.438965 0.000000 0.988216 0.000000 -0.153065 0.403422 0.403422 0.403422 +5726.203125 0.000000 1063.878052 0.000000 0.999865 0.000000 -0.016427 0.400418 0.400418 0.400418 +5721.231934 0.000000 1065.490112 0.000000 0.998851 0.000000 0.047929 0.398889 0.398889 0.398889 +5707.080566 0.000000 1059.952637 0.000000 0.984492 0.000000 0.175429 0.396020 0.396020 0.396020 +5724.580078 0.000000 1067.331543 0.000000 0.999002 0.000000 -0.044676 0.401138 0.401138 0.401138 +5713.887207 0.000000 1066.333130 0.000000 0.994908 0.000000 0.100787 0.397853 0.397853 0.397853 +5697.834961 0.000000 1043.826660 0.000000 0.996095 0.000000 0.088289 0.397749 0.397749 0.397749 +5715.537598 0.000000 1071.837769 0.000000 0.957481 0.000000 0.288498 0.392548 0.392548 0.392548 +5729.506836 0.000000 1060.765015 0.000000 0.963072 0.000000 0.269243 0.393058 0.393058 0.393058 +5727.761230 0.000000 1055.726807 0.000000 0.971901 0.000000 -0.235391 0.406051 0.406051 0.406051 +5715.405273 0.000000 1070.226196 0.000000 0.979307 0.000000 -0.202382 0.405189 0.405189 0.405189 +5729.680664 0.000000 1059.931152 0.000000 0.979805 0.000000 0.199953 0.394874 0.394874 0.394874 +5698.395996 0.000000 1067.085205 0.000000 0.984481 0.000000 -0.175489 0.404492 0.404492 0.404492 +5697.198730 0.000000 1069.594360 0.000000 0.983823 0.000000 -0.179144 0.404587 0.404587 0.404587 +5728.096191 0.000000 1059.710327 0.000000 0.969472 0.000000 -0.245203 0.406308 0.406308 0.406308 +5724.500488 0.000000 1063.055420 0.000000 0.999950 0.000000 0.010017 0.399745 0.399745 0.399745 +5728.196777 0.000000 1055.065063 0.000000 0.953333 0.000000 0.301922 0.392190 0.392190 0.392190 +5727.374512 0.000000 1059.358643 0.000000 0.986566 0.000000 0.163361 0.395821 0.395821 0.395821 +5697.505371 0.000000 1047.520142 0.000000 0.988961 0.000000 0.148176 0.396213 0.396213 0.396213 +5696.237793 0.000000 1043.191772 0.000000 0.952647 0.000000 0.304079 0.392132 0.392132 0.392132 +5726.710449 0.000000 1058.176025 0.000000 0.999897 0.000000 -0.014361 0.400366 0.400366 0.400366 +5725.272461 0.000000 1056.026123 0.000000 0.956799 0.000000 -0.290750 0.407512 0.407512 0.407512 +5731.277832 0.000000 1057.924683 0.000000 0.999722 0.000000 -0.023595 0.400601 0.400601 0.400601 +5665.875488 0.000000 1107.965942 0.000000 0.964383 0.000000 -0.264508 0.405280 0.405280 0.405280 +5667.250488 0.000000 1110.629517 0.000000 0.997093 0.000000 -0.076193 0.401504 0.401504 0.401504 +5688.537109 0.000000 1083.645142 0.000000 0.983762 0.000000 -0.179478 0.404487 0.404487 0.404487 +5688.491211 0.000000 1074.032593 0.000000 0.978232 0.000000 0.207514 0.394865 0.394865 0.394865 +5669.729004 0.000000 1107.837280 0.000000 0.999304 0.000000 0.037304 0.399134 0.399134 0.399134 +5692.863281 0.000000 1087.998535 0.000000 0.998376 0.000000 0.056967 0.398660 0.398660 0.398660 +5719.045898 0.000000 1074.837036 0.000000 0.960795 0.000000 0.277260 0.394557 0.394557 0.394557 +5710.462402 0.000000 1076.845459 0.000000 0.999249 0.000000 -0.038755 0.400825 0.400825 0.400825 +5697.228027 0.000000 1083.631592 0.000000 0.989139 0.000000 -0.146984 0.403757 0.403757 0.403757 +5721.756836 0.000000 1073.348267 0.000000 0.996361 0.000000 0.085236 0.398053 0.398053 0.398053 +5715.126953 0.000000 1074.663330 0.000000 0.956360 0.000000 -0.292192 0.406588 0.406588 0.406588 +5706.516602 0.000000 1081.826538 0.000000 0.978312 0.000000 0.207136 0.394968 0.394968 0.394968 +4230.395508 0.000000 2232.946289 0.000000 0.999483 0.000000 -0.032144 0.400456 0.400456 0.400456 +4222.390625 0.000000 2315.135498 0.000000 0.984479 0.000000 0.175501 0.397481 0.397481 0.397481 +4216.630371 0.000000 2312.830078 0.000000 0.995266 0.000000 0.097187 0.398625 0.398625 0.398625 +4195.200195 0.000000 2328.656250 0.000000 0.978155 0.000000 -0.207876 0.402875 0.402875 0.402875 +4216.473633 0.000000 2323.990234 0.000000 0.982407 0.000000 -0.186752 0.402673 0.402673 0.402673 +4215.405273 0.000000 2350.712402 0.000000 0.983660 0.000000 -0.180036 0.402666 0.402666 0.402666 +4209.031738 0.000000 2362.197998 0.000000 0.994154 0.000000 -0.107975 0.401556 0.401556 0.401556 +4202.678223 0.000000 2354.034424 0.000000 0.988152 0.000000 0.153479 0.397676 0.397676 0.397676 +4199.167969 0.000000 2364.329346 0.000000 0.972728 0.000000 -0.231949 0.403401 0.403401 0.403401 +4208.914551 0.000000 2333.042969 0.000000 0.991896 0.000000 -0.127051 0.401908 0.401908 0.401908 +4207.882812 0.000000 2320.883057 0.000000 0.962659 0.000000 -0.270717 0.404052 0.404052 0.404052 +4217.007324 0.000000 2361.520020 0.000000 0.999558 0.000000 0.029744 0.399541 0.399541 0.399541 +4215.893555 0.000000 2359.364258 0.000000 0.999060 0.000000 0.043357 0.399348 0.399348 0.399348 +4200.388184 0.000000 2365.861084 0.000000 0.998573 0.000000 0.053400 0.399176 0.399176 0.399176 +4208.891113 0.000000 2344.233398 0.000000 0.995809 0.000000 -0.091456 0.401390 0.401390 0.401390 +4195.595703 0.000000 2335.971191 0.000000 0.967996 0.000000 -0.250966 0.404003 0.404003 0.404003 +4206.867676 0.000000 2346.319092 0.000000 0.974084 0.000000 -0.226188 0.403680 0.403680 0.403680 +4221.587402 0.000000 2363.757324 0.000000 0.983395 0.000000 0.181481 0.396820 0.396820 0.396820 +4199.319336 0.000000 2340.572021 0.000000 0.965765 0.000000 0.259417 0.395427 0.395427 0.395427 +4222.141113 0.000000 2362.727539 0.000000 0.995227 0.000000 0.097591 0.398194 0.398194 0.398194 +4254.060547 0.000000 2307.529785 0.000000 0.999992 0.000000 0.004060 0.399947 0.399947 0.399947 +4228.384766 0.000000 2310.147705 0.000000 0.974761 0.000000 -0.223253 0.403193 0.403193 0.403193 +4247.339844 0.000000 2291.782471 0.000000 0.970098 0.000000 0.242715 0.396536 0.396536 0.396536 +4284.008301 0.000000 2301.652100 0.000000 0.985541 0.000000 -0.169436 0.402406 0.402406 0.402406 +4248.887695 0.000000 2300.975098 0.000000 0.957758 0.000000 -0.287574 0.404384 0.404384 0.404384 +4245.609863 0.000000 2292.023926 0.000000 0.976202 0.000000 0.216864 0.396638 0.396638 0.396638 +4250.869141 0.000000 2280.823975 0.000000 0.960849 0.000000 0.277074 0.395514 0.395514 0.395514 +4286.871094 0.000000 2302.885498 0.000000 0.966795 0.000000 0.255555 0.395587 0.395587 0.395587 +4273.352051 0.000000 2312.508789 0.000000 0.969678 0.000000 -0.244387 0.404475 0.404475 0.404475 +4269.684570 0.000000 2302.285645 0.000000 0.992186 0.000000 -0.124768 0.402130 0.402130 0.402130 +4275.649902 0.000000 2311.996582 0.000000 0.993811 0.000000 0.111084 0.397971 0.397971 0.397971 +4271.816406 0.000000 2305.163330 0.000000 0.981396 0.000000 0.191992 0.396421 0.396421 0.396421 +4250.696777 0.000000 2279.121094 0.000000 0.992639 0.000000 -0.121107 0.402067 0.402067 0.402067 +4272.056641 0.000000 2310.581787 0.000000 1.000000 0.000000 -0.000390 0.400007 0.400007 0.400007 +4274.163574 0.000000 2306.350586 0.000000 0.978955 0.000000 -0.204078 0.403561 0.403561 0.403561 +4270.644531 0.000000 2304.371338 0.000000 0.986226 0.000000 0.165404 0.396922 0.396922 0.396922 +4270.873535 0.000000 2308.476318 0.000000 0.983443 0.000000 -0.181220 0.403357 0.403357 0.403357 +4284.166992 0.000000 2305.956299 0.000000 0.973315 0.000000 0.229471 0.395422 0.395422 0.395422 +4277.900391 0.000000 2310.749756 0.000000 0.953399 0.000000 0.301711 0.394430 0.394430 0.394430 +4282.917480 0.000000 2306.621582 0.000000 0.974115 0.000000 0.226051 0.395822 0.395822 0.395822 +4283.012207 0.000000 2307.801758 0.000000 0.985142 0.000000 0.171740 0.396837 0.396837 0.396837 +4289.884766 0.000000 2310.427490 0.000000 0.985990 0.000000 0.166804 0.397783 0.397783 0.397783 +4298.329590 0.000000 2284.079590 0.000000 0.990351 0.000000 -0.138578 0.401985 0.401985 0.401985 +4305.436523 0.000000 2283.244141 0.000000 0.972885 0.000000 -0.231291 0.403251 0.403251 0.403251 +4311.105957 0.000000 2280.611572 0.000000 0.960579 0.000000 -0.278008 0.404150 0.404150 0.404150 +4300.773926 0.000000 2293.559082 0.000000 0.999744 0.000000 0.022639 0.399638 0.399638 0.399638 +4301.021484 0.000000 2292.003906 0.000000 0.998273 0.000000 -0.058747 0.400939 0.400939 0.400939 +4306.172363 0.000000 2284.522217 0.000000 0.973465 0.000000 0.228835 0.395884 0.395884 0.395884 +4288.421387 0.000000 2302.898193 0.000000 0.974771 0.000000 0.223209 0.396010 0.396010 0.396010 +4311.342773 0.000000 2284.115479 0.000000 0.992042 0.000000 -0.125908 0.402421 0.402421 0.402421 +4229.464844 0.000000 2320.641357 0.000000 0.996954 0.000000 0.077992 0.398955 0.398955 0.398955 +4230.057129 0.000000 2360.797119 0.000000 0.993766 0.000000 0.111482 0.398466 0.398466 0.398466 +4259.689941 0.000000 2367.460938 0.000000 0.999429 0.000000 -0.033793 0.400486 0.400486 0.400486 +4234.235840 0.000000 2359.543701 0.000000 0.963733 0.000000 -0.266868 0.403858 0.403858 0.403858 +4226.575684 0.000000 2356.986328 0.000000 0.991294 0.000000 0.131667 0.398154 0.398154 0.398154 +4247.935547 0.000000 2352.914551 0.000000 0.999923 0.000000 0.012374 0.399825 0.399825 0.399825 +4279.867676 0.000000 2363.091064 0.000000 0.973381 0.000000 0.229193 0.396663 0.396663 0.396663 +4233.808105 0.000000 2357.026611 0.000000 0.975091 0.000000 -0.221807 0.403239 0.403239 0.403239 +4244.141113 0.000000 2369.791260 0.000000 0.975173 0.000000 -0.221444 0.403267 0.403267 0.403267 +4245.843750 0.000000 2366.144043 0.000000 0.956783 0.000000 -0.290803 0.404567 0.404567 0.404567 +4245.917480 0.000000 2360.121582 0.000000 0.996210 0.000000 -0.086986 0.401335 0.401335 0.401335 +4228.679688 0.000000 2368.474365 0.000000 0.991696 0.000000 -0.128601 0.401957 0.401957 0.401957 +4224.517090 0.000000 2365.636475 0.000000 0.989399 0.000000 -0.145223 0.402307 0.402307 0.402307 +4272.748535 0.000000 2317.271729 0.000000 0.971966 0.000000 -0.235122 0.403745 0.403745 0.403745 +4234.663574 0.000000 2370.444336 0.000000 0.960655 0.000000 -0.277744 0.404455 0.404455 0.404455 +4238.057129 0.000000 2367.695312 0.000000 0.979371 0.000000 -0.202071 0.403302 0.403302 0.403302 +4242.010742 0.000000 2366.392334 0.000000 0.977132 0.000000 0.212632 0.396566 0.396566 0.396566 +4223.273438 0.000000 2383.734863 0.000000 0.974075 0.000000 -0.226223 0.403270 0.403270 0.403270 +4222.970703 0.000000 2394.999756 0.000000 0.990857 0.000000 0.134915 0.397959 0.397959 0.397959 +4244.805176 0.000000 2372.411377 0.000000 0.976556 0.000000 0.215265 0.396923 0.396923 0.396923 +4230.936035 0.000000 2375.919678 0.000000 0.990505 0.000000 -0.137476 0.402080 0.402080 0.402080 +4236.251465 0.000000 2379.179932 0.000000 0.997982 0.000000 -0.063493 0.400977 0.400977 0.400977 +4239.854980 0.000000 2378.873535 0.000000 0.999518 0.000000 -0.031056 0.400464 0.400464 0.400464 +4240.728516 0.000000 2372.350342 0.000000 0.956995 0.000000 -0.290105 0.404718 0.404718 0.404718 +4235.316406 0.000000 2373.260742 0.000000 0.999998 0.000000 -0.001773 0.400028 0.400028 0.400028 +4231.015137 0.000000 2380.565918 0.000000 0.992823 0.000000 0.119596 0.397965 0.397965 0.397965 +4452.952637 0.000000 2299.851807 0.000000 0.977559 0.000000 -0.210662 0.403073 0.403073 0.403073 +4450.087402 0.000000 2284.430176 0.000000 0.980489 0.000000 -0.196575 0.402974 0.402974 0.402974 +4462.867676 0.000000 2289.834717 0.000000 0.953903 0.000000 -0.300115 0.404901 0.404901 0.404901 +4451.500488 0.000000 2286.959473 0.000000 0.982128 0.000000 0.188213 0.396890 0.396890 0.396890 +4452.309082 0.000000 2288.760986 0.000000 0.997367 0.000000 0.072515 0.398735 0.398735 0.398735 +"} object={ name="oak_dense_generator_3_3" clamp_to_water_level=no @@ -32,8 +2725,851 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_04_mesh" - count=0 -} + count=843 + transform="5039.868652 0.000000 782.707825 0.000000 0.835304 0.000000 -0.549789 0.407819 0.407819 0.407819 +5034.219238 0.000000 780.511536 0.000000 0.596251 0.000000 -0.802798 0.413914 0.413914 0.413914 +5042.861328 0.000000 789.814331 0.000000 0.801232 0.000000 -0.598354 0.410473 0.410473 0.410473 +5038.908691 0.000000 745.606323 0.000000 0.766995 0.000000 -0.641653 0.411757 0.411757 0.411757 +5051.914062 0.000000 762.619568 0.000000 0.950171 0.000000 -0.311729 0.405271 0.405271 0.405271 +5004.904785 0.000000 761.779297 0.000000 0.808621 0.000000 -0.588331 0.411557 0.411557 0.411557 +5034.544434 0.000000 771.149902 0.000000 0.675367 0.000000 -0.737482 0.415487 0.415487 0.415487 +5015.285645 0.000000 774.007385 0.000000 0.718814 0.000000 -0.695203 0.414662 0.414662 0.414662 +4998.218750 0.000000 753.370972 0.000000 0.744337 0.000000 -0.667804 0.413400 0.413400 0.413400 +5006.365723 0.000000 777.294189 0.000000 0.891657 0.000000 -0.452712 0.408187 0.408187 0.408187 +5047.424805 0.000000 758.566040 0.000000 0.670579 0.000000 -0.741838 0.415358 0.415358 0.415358 +5033.821777 0.000000 748.753845 0.000000 0.847907 0.000000 -0.530145 0.410630 0.410630 0.410630 +5043.609375 0.000000 764.463135 0.000000 0.608654 0.000000 -0.793436 0.416565 0.416565 0.416565 +5009.206543 0.000000 771.628235 0.000000 0.607354 0.000000 -0.794432 0.416686 0.416686 0.416686 +5026.136719 0.000000 762.420715 0.000000 0.608255 0.000000 -0.793742 0.418130 0.418130 0.418130 +5013.918945 0.000000 755.201965 0.000000 0.725250 0.000000 -0.688485 0.415015 0.415015 0.415015 +5034.410156 0.000000 775.332642 0.000000 0.603782 0.000000 -0.797149 0.416860 0.416860 0.416860 +5032.134277 0.000000 778.887329 0.000000 0.886509 0.000000 -0.462712 0.409632 0.409632 0.409632 +5006.047363 0.000000 761.494202 0.000000 0.945806 0.000000 -0.324733 0.406771 0.406771 0.406771 +5007.586426 0.000000 760.166138 0.000000 0.831967 0.000000 -0.554824 0.412040 0.412040 0.412040 +5010.317871 0.000000 769.539612 0.000000 0.887614 0.000000 -0.460588 0.409225 0.409225 0.409225 +5024.590820 0.000000 761.437805 0.000000 0.865446 0.000000 -0.501002 0.410585 0.410585 0.410585 +5033.761719 0.000000 773.286072 0.000000 0.594750 0.000000 -0.803911 0.419350 0.419350 0.419350 +5040.327148 0.000000 789.599976 0.000000 0.885504 0.000000 -0.464632 0.409820 0.409820 0.409820 +5004.307617 0.000000 775.057373 0.000000 0.937807 0.000000 -0.347158 0.407364 0.407364 0.407364 +5019.906250 0.000000 772.711182 0.000000 0.898931 0.000000 -0.438090 0.408853 0.408853 0.408853 +5012.834473 0.000000 757.193909 0.000000 0.780390 0.000000 -0.625293 0.413930 0.413930 0.413930 +5002.690430 0.000000 780.658691 0.000000 0.751224 0.000000 -0.660047 0.413750 0.413750 0.413750 +5007.914062 0.000000 774.420837 0.000000 0.849573 0.000000 -0.527470 0.410653 0.410653 0.410653 +5014.239258 0.000000 773.827942 0.000000 0.632651 0.000000 -0.774437 0.417559 0.417559 0.417559 +5026.886719 0.000000 776.969910 0.000000 0.915954 0.000000 -0.401283 0.409010 0.409010 0.409010 +5032.788086 0.000000 773.684265 0.000000 0.854551 0.000000 -0.519368 0.411316 0.411316 0.411316 +4999.460938 0.000000 755.239868 0.000000 0.611734 0.000000 -0.791064 0.419091 0.419091 0.419091 +5020.799316 0.000000 766.816650 0.000000 0.611946 0.000000 -0.790900 0.418721 0.418721 0.418721 +5038.206055 0.000000 763.244629 0.000000 0.930029 0.000000 -0.367486 0.409395 0.409395 0.409395 +5010.137207 0.000000 777.254883 0.000000 0.901385 0.000000 -0.433018 0.409548 0.409548 0.409548 +5042.077148 0.000000 763.072571 0.000000 0.902864 0.000000 -0.429927 0.409475 0.409475 0.409475 +5000.754883 0.000000 788.009460 0.000000 0.730560 0.000000 -0.682848 0.417152 0.417152 0.417152 +5004.040527 0.000000 753.069336 0.000000 0.851125 0.000000 -0.524963 0.411011 0.411011 0.411011 +5028.659668 0.000000 770.394775 0.000000 0.913187 0.000000 -0.407541 0.410165 0.410165 0.410165 +5039.847168 0.000000 762.418701 0.000000 0.684163 0.000000 -0.729329 0.420405 0.420405 0.420405 +5009.626953 0.000000 779.277466 0.000000 0.862906 0.000000 -0.505365 0.410714 0.410714 0.410714 +5000.681152 0.000000 755.683472 0.000000 0.879970 0.000000 -0.475029 0.410850 0.410850 0.410850 +5030.267090 0.000000 756.108276 0.000000 0.618471 0.000000 -0.785807 0.418732 0.418732 0.418732 +5001.402832 0.000000 754.935181 0.000000 0.861172 0.000000 -0.508314 0.411688 0.411688 0.411688 +5019.121094 0.000000 761.611023 0.000000 0.669364 0.000000 -0.742934 0.420865 0.420865 0.420865 +5010.806152 0.000000 763.190125 0.000000 0.706169 0.000000 -0.708044 0.418659 0.418659 0.418659 +5032.988770 0.000000 787.004333 0.000000 0.631541 0.000000 -0.775342 0.422594 0.422594 0.422594 +5026.436523 0.000000 757.396606 0.000000 0.816578 0.000000 -0.577235 0.412536 0.412536 0.412536 +5011.004883 0.000000 755.691040 0.000000 0.644276 0.000000 -0.764793 0.417782 0.417782 0.417782 +5021.937500 0.000000 749.291992 0.000000 0.775351 0.000000 -0.631530 0.414744 0.414744 0.414744 +5015.120117 0.000000 771.914673 0.000000 0.781997 0.000000 -0.623283 0.414045 0.414045 0.414045 +5011.763672 0.000000 765.100159 0.000000 0.846885 0.000000 -0.531777 0.412626 0.412626 0.412626 +5003.483398 0.000000 786.387512 0.000000 0.872149 0.000000 -0.489240 0.412712 0.412712 0.412712 +5022.683105 0.000000 774.569153 0.000000 0.767077 0.000000 -0.641555 0.417737 0.417737 0.417737 +5029.729004 0.000000 768.931030 0.000000 0.791307 0.000000 -0.611419 0.416752 0.416752 0.416752 +5013.506348 0.000000 781.653015 0.000000 0.845792 0.000000 -0.533513 0.411998 0.411998 0.411998 +5041.642578 0.000000 761.986084 0.000000 0.615387 0.000000 -0.788225 0.422803 0.422803 0.422803 +5029.324707 0.000000 764.470947 0.000000 0.691686 0.000000 -0.722198 0.418696 0.418696 0.418696 +5009.233887 0.000000 790.461792 0.000000 0.724246 0.000000 -0.689542 0.419261 0.419261 0.419261 +5027.964844 0.000000 758.661133 0.000000 0.876076 0.000000 -0.482173 0.412059 0.412059 0.412059 +5043.744141 0.000000 790.357056 0.000000 0.911317 0.000000 -0.411706 0.409301 0.409301 0.409301 +5029.866699 0.000000 762.649292 0.000000 0.752671 0.000000 -0.658397 0.416507 0.416507 0.416507 +5033.785645 0.000000 758.552917 0.000000 0.849371 0.000000 -0.527797 0.413492 0.413492 0.413492 +5029.860840 0.000000 760.192688 0.000000 0.761030 0.000000 -0.648716 0.417341 0.417341 0.417341 +5017.402832 0.000000 764.184021 0.000000 0.736581 0.000000 -0.676349 0.417728 0.417728 0.417728 +5000.144043 0.000000 788.681152 0.000000 0.911890 0.000000 -0.410435 0.409651 0.409651 0.409651 +5040.424316 0.000000 761.692383 0.000000 0.853825 0.000000 -0.520559 0.413751 0.413751 0.413751 +5014.974121 0.000000 765.137329 0.000000 0.879549 0.000000 -0.475808 0.412380 0.412380 0.412380 +5002.618164 0.000000 786.664307 0.000000 0.793943 0.000000 -0.607992 0.416250 0.416250 0.416250 +5036.530762 0.000000 789.248596 0.000000 0.807710 0.000000 -0.589579 0.416057 0.416057 0.416057 +5023.487793 0.000000 776.147278 0.000000 0.631140 0.000000 -0.775669 0.422518 0.422518 0.422518 +5026.144531 0.000000 768.243469 0.000000 0.831730 0.000000 -0.555180 0.414606 0.414606 0.414606 +5023.761230 0.000000 773.304932 0.000000 0.633351 0.000000 -0.773865 0.422534 0.422534 0.422534 +5032.535645 0.000000 782.182678 0.000000 0.749903 0.000000 -0.661548 0.416856 0.416856 0.416856 +5036.599609 0.000000 763.772827 0.000000 0.880963 0.000000 -0.473185 0.411444 0.411444 0.411444 +5016.189941 0.000000 759.177002 0.000000 0.651672 0.000000 -0.758501 0.421925 0.421925 0.421925 +5038.713379 0.000000 763.920715 0.000000 0.863535 0.000000 -0.504290 0.413196 0.413196 0.413196 +5035.839355 0.000000 760.945435 0.000000 0.903315 0.000000 -0.428978 0.411290 0.411290 0.411290 +5025.864746 0.000000 786.138733 0.000000 0.603134 0.000000 -0.797640 0.421808 0.421808 0.421808 +5029.258301 0.000000 758.700439 0.000000 0.867272 0.000000 -0.497835 0.413270 0.413270 0.413270 +5031.519531 0.000000 785.985046 0.000000 0.937349 0.000000 -0.348393 0.409062 0.409062 0.409062 +5032.132812 0.000000 759.294556 0.000000 0.741198 0.000000 -0.671286 0.417859 0.417859 0.417859 +5022.946289 0.000000 787.329346 0.000000 0.894714 0.000000 -0.446640 0.411351 0.411351 0.411351 +5024.008789 0.000000 785.091614 0.000000 0.718165 0.000000 -0.695873 0.419214 0.419214 0.419214 +5014.807129 0.000000 761.735840 0.000000 0.890319 0.000000 -0.455336 0.412038 0.412038 0.412038 +5013.558105 0.000000 762.796997 0.000000 0.671610 0.000000 -0.740905 0.421248 0.421248 0.421248 +5030.417969 0.000000 782.535400 0.000000 0.918356 0.000000 -0.395755 0.410361 0.410361 0.410361 +5026.306641 0.000000 781.741638 0.000000 0.669817 0.000000 -0.742526 0.420474 0.420474 0.420474 +5023.374512 0.000000 776.936707 0.000000 0.740898 0.000000 -0.671618 0.418678 0.418678 0.418678 +5021.453613 0.000000 788.449951 0.000000 0.772371 0.000000 -0.635172 0.417526 0.417526 0.417526 +5012.269043 0.000000 762.018616 0.000000 0.801141 0.000000 -0.598476 0.416338 0.416338 0.416338 +5035.594238 0.000000 760.174377 0.000000 0.763400 0.000000 -0.645926 0.417882 0.417882 0.417882 +5032.884766 0.000000 766.605042 0.000000 0.903685 0.000000 -0.428199 0.411047 0.411047 0.411047 +5019.549316 0.000000 765.797302 0.000000 0.705531 0.000000 -0.708679 0.419624 0.419624 0.419624 +5032.374512 0.000000 765.921570 0.000000 0.652245 0.000000 -0.758008 0.421906 0.421906 0.421906 +5015.173828 0.000000 759.786316 0.000000 0.928534 0.000000 -0.371247 0.409686 0.409686 0.409686 +5005.070312 0.000000 789.343079 0.000000 0.888583 0.000000 -0.458716 0.412135 0.412135 0.412135 +5033.913086 0.000000 765.224915 0.000000 0.868283 0.000000 -0.496069 0.413218 0.413218 0.413218 +4914.394043 0.000000 842.903015 0.000000 0.929751 0.000000 -0.368188 0.405723 0.405723 0.405723 +4908.208984 0.000000 844.867859 0.000000 0.615022 0.000000 -0.788510 0.415965 0.415965 0.415965 +4918.227051 0.000000 844.949463 0.000000 0.641081 0.000000 -0.767474 0.418435 0.418435 0.418435 +4923.354492 0.000000 845.209473 0.000000 0.939412 0.000000 -0.342790 0.408386 0.408386 0.408386 +4920.520020 0.000000 846.726501 0.000000 0.649149 0.000000 -0.760661 0.420715 0.420715 0.420715 +4927.451172 0.000000 845.975647 0.000000 0.835191 0.000000 -0.549959 0.414829 0.414829 0.414829 +4926.821777 0.000000 844.503784 0.000000 0.677011 0.000000 -0.735973 0.421062 0.421062 0.421062 +4962.087402 0.000000 815.836487 0.000000 0.810967 0.000000 -0.585092 0.409612 0.409612 0.409612 +4983.696777 0.000000 800.067078 0.000000 0.684494 0.000000 -0.729018 0.414847 0.414847 0.414847 +4967.319336 0.000000 815.493958 0.000000 0.797341 0.000000 -0.603530 0.411776 0.411776 0.411776 +4972.992676 0.000000 813.682007 0.000000 0.928064 0.000000 -0.372421 0.407126 0.407126 0.407126 +4942.365723 0.000000 833.778564 0.000000 0.888249 0.000000 -0.459362 0.408317 0.408317 0.408317 +4985.653809 0.000000 843.621704 0.000000 0.881475 0.000000 -0.472231 0.409160 0.409160 0.409160 +4977.734375 0.000000 808.890381 0.000000 0.615645 0.000000 -0.788023 0.417266 0.417266 0.417266 +4954.586914 0.000000 822.306580 0.000000 0.839964 0.000000 -0.542643 0.411599 0.411599 0.411599 +4954.614258 0.000000 834.424744 0.000000 0.605410 0.000000 -0.795914 0.418707 0.418707 0.418707 +4988.564941 0.000000 841.150879 0.000000 0.831024 0.000000 -0.556237 0.412458 0.412458 0.412458 +4991.578613 0.000000 816.563782 0.000000 0.724600 0.000000 -0.689169 0.418792 0.418792 0.418792 +4974.206055 0.000000 819.729004 0.000000 0.930479 0.000000 -0.366344 0.409551 0.409551 0.409551 +4991.565430 0.000000 833.303467 0.000000 0.896288 0.000000 -0.443472 0.411700 0.411700 0.411700 +4958.965820 0.000000 820.270508 0.000000 0.889637 0.000000 -0.456668 0.411532 0.411532 0.411532 +4971.449707 0.000000 819.064697 0.000000 0.810973 0.000000 -0.585083 0.415915 0.415915 0.415915 +4979.848633 0.000000 827.456482 0.000000 0.886967 0.000000 -0.461833 0.412225 0.412225 0.412225 +4950.346191 0.000000 834.046326 0.000000 0.894076 0.000000 -0.447916 0.410922 0.410922 0.410922 +4986.291992 0.000000 800.126465 0.000000 0.843853 0.000000 -0.536575 0.411425 0.411425 0.411425 +4984.119629 0.000000 817.178894 0.000000 0.861669 0.000000 -0.507471 0.413554 0.413554 0.413554 +4946.467285 0.000000 834.998413 0.000000 0.730092 0.000000 -0.683349 0.419083 0.419083 0.419083 +4933.164062 0.000000 836.208496 0.000000 0.923554 0.000000 -0.383469 0.409923 0.409923 0.409923 +4945.626953 0.000000 835.761841 0.000000 0.807700 0.000000 -0.589594 0.413727 0.413727 0.413727 +4991.352051 0.000000 812.475159 0.000000 0.676707 0.000000 -0.736253 0.421073 0.421073 0.421073 +4949.486816 0.000000 842.035339 0.000000 0.768212 0.000000 -0.640195 0.417692 0.417692 0.417692 +4932.163086 0.000000 842.564209 0.000000 0.693489 0.000000 -0.720468 0.420486 0.420486 0.420486 +4957.353516 0.000000 845.715576 0.000000 0.877777 0.000000 -0.479070 0.412722 0.412722 0.412722 +4958.393066 0.000000 840.622681 0.000000 0.866440 0.000000 -0.499281 0.412451 0.412451 0.412451 +4986.562012 0.000000 816.738770 0.000000 0.921228 0.000000 -0.389022 0.410175 0.410175 0.410175 +4969.023438 0.000000 826.358826 0.000000 0.905399 0.000000 -0.424561 0.411166 0.411166 0.411166 +4939.985352 0.000000 840.281494 0.000000 0.728203 0.000000 -0.685361 0.416929 0.416929 0.416929 +4990.219727 0.000000 825.316528 0.000000 0.635424 0.000000 -0.772164 0.422466 0.422466 0.422466 +4982.076172 0.000000 830.157166 0.000000 0.613949 0.000000 -0.789345 0.423166 0.423166 0.423166 +4991.314453 0.000000 819.665833 0.000000 0.930639 0.000000 -0.365938 0.409540 0.409540 0.409540 +4951.120117 0.000000 828.399048 0.000000 0.725866 0.000000 -0.687837 0.417043 0.417043 0.417043 +4936.383301 0.000000 835.752380 0.000000 0.601594 0.000000 -0.798802 0.423563 0.423563 0.423563 +4988.217285 0.000000 812.370422 0.000000 0.606432 0.000000 -0.795135 0.423408 0.423408 0.423408 +4976.989258 0.000000 822.347534 0.000000 0.780240 0.000000 -0.625480 0.417208 0.417208 0.417208 +4981.687012 0.000000 826.810242 0.000000 0.920565 0.000000 -0.390589 0.410218 0.410218 0.410218 +4991.976562 0.000000 796.775208 0.000000 0.851692 0.000000 -0.524042 0.412614 0.412614 0.412614 +4978.298340 0.000000 845.509644 0.000000 0.936759 0.000000 -0.349976 0.409105 0.409105 0.409105 +4933.456055 0.000000 845.337158 0.000000 0.696481 0.000000 -0.717576 0.418821 0.418821 0.418821 +4937.805664 0.000000 844.912231 0.000000 0.699681 0.000000 -0.714455 0.419312 0.419312 0.419312 +4958.914062 0.000000 842.637268 0.000000 0.694592 0.000000 -0.719404 0.420447 0.420447 0.420447 +4952.250000 0.000000 826.947388 0.000000 0.867738 0.000000 -0.497022 0.411765 0.411765 0.411765 +4982.158691 0.000000 836.409912 0.000000 0.927211 0.000000 -0.374541 0.408089 0.408089 0.408089 +4977.642578 0.000000 818.470459 0.000000 0.893347 0.000000 -0.449367 0.411426 0.411426 0.411426 +4963.412598 0.000000 823.623657 0.000000 0.936113 0.000000 -0.351700 0.409152 0.409152 0.409152 +4962.342773 0.000000 826.343384 0.000000 0.687624 0.000000 -0.726067 0.420692 0.420692 0.420692 +4978.836914 0.000000 809.599121 0.000000 0.796808 0.000000 -0.604233 0.413898 0.413898 0.413898 +4954.430664 0.000000 836.363892 0.000000 0.846102 0.000000 -0.533022 0.412379 0.412379 0.412379 +4969.572266 0.000000 836.340576 0.000000 0.741918 0.000000 -0.670491 0.416071 0.416071 0.416071 +4962.604004 0.000000 846.958679 0.000000 0.670657 0.000000 -0.741768 0.420405 0.420405 0.420405 +4960.645508 0.000000 821.356567 0.000000 0.701860 0.000000 -0.712314 0.420188 0.420188 0.420188 +4937.775879 0.000000 837.022034 0.000000 0.786691 0.000000 -0.617347 0.416943 0.416943 0.416943 +4979.744141 0.000000 846.841431 0.000000 0.688355 0.000000 -0.725374 0.417668 0.417668 0.417668 +4973.326660 0.000000 816.634033 0.000000 0.865666 0.000000 -0.500623 0.413352 0.413352 0.413352 +4984.857422 0.000000 812.190186 0.000000 0.905171 0.000000 -0.425047 0.411179 0.411179 0.411179 +4956.200684 0.000000 838.076599 0.000000 0.610795 0.000000 -0.791789 0.421261 0.421261 0.421261 +4975.706543 0.000000 820.784729 0.000000 0.877514 0.000000 -0.479551 0.412436 0.412436 0.412436 +4931.405762 0.000000 846.463074 0.000000 0.751595 0.000000 -0.659625 0.418091 0.418091 0.418091 +4961.448730 0.000000 821.784485 0.000000 0.903409 0.000000 -0.428780 0.411285 0.411285 0.411285 +4946.325195 0.000000 842.180420 0.000000 0.864918 0.000000 -0.501913 0.413390 0.413390 0.413390 +4960.118652 0.000000 834.883423 0.000000 0.907036 0.000000 -0.421052 0.409418 0.409418 0.409418 +4982.992676 0.000000 822.473938 0.000000 0.844372 0.000000 -0.535758 0.414398 0.414398 0.414398 +4961.003906 0.000000 840.394531 0.000000 0.830886 0.000000 -0.556442 0.413141 0.413141 0.413141 +4980.704102 0.000000 829.224670 0.000000 0.647753 0.000000 -0.761850 0.422057 0.422057 0.422057 +4955.349609 0.000000 845.788086 0.000000 0.911890 0.000000 -0.410435 0.410770 0.410770 0.410770 +4977.252930 0.000000 823.483459 0.000000 0.623553 0.000000 -0.781781 0.422855 0.422855 0.422855 +4931.235840 0.000000 839.759216 0.000000 0.807559 0.000000 -0.589786 0.414425 0.414425 0.414425 +4934.077148 0.000000 838.540894 0.000000 0.907182 0.000000 -0.420739 0.411058 0.411058 0.411058 +4937.230957 0.000000 846.607971 0.000000 0.703471 0.000000 -0.710724 0.420131 0.420131 0.420131 +4964.431152 0.000000 822.481445 0.000000 0.896651 0.000000 -0.442738 0.411679 0.411679 0.411679 +4976.715332 0.000000 827.121582 0.000000 0.788033 0.000000 -0.615633 0.416888 0.416888 0.416888 +4988.357910 0.000000 832.092651 0.000000 0.695740 0.000000 -0.718294 0.420406 0.420406 0.420406 +4962.722656 0.000000 823.044556 0.000000 0.739471 0.000000 -0.673189 0.418806 0.418806 0.418806 +4984.396973 0.000000 822.778076 0.000000 0.818670 0.000000 -0.574265 0.415577 0.415577 0.415577 +4962.144531 0.000000 824.727844 0.000000 0.866563 0.000000 -0.499067 0.413306 0.413306 0.413306 +4986.085938 0.000000 837.855896 0.000000 0.864205 0.000000 -0.503140 0.413426 0.413426 0.413426 +4973.417480 0.000000 825.982605 0.000000 0.643404 0.000000 -0.765527 0.422202 0.422202 0.422202 +4950.175293 0.000000 832.217834 0.000000 0.807348 0.000000 -0.590075 0.415568 0.415568 0.415568 +4984.616211 0.000000 838.487183 0.000000 0.925087 0.000000 -0.379755 0.409919 0.409919 0.409919 +4986.658203 0.000000 819.732117 0.000000 0.766027 0.000000 -0.642809 0.417778 0.417778 0.417778 +4948.327637 0.000000 837.537476 0.000000 0.900673 0.000000 -0.434497 0.410526 0.410526 0.410526 +4952.833496 0.000000 840.618408 0.000000 0.755115 0.000000 -0.655593 0.417421 0.417421 0.417421 +4971.839355 0.000000 817.429810 0.000000 0.950436 0.000000 -0.310920 0.408051 0.408051 0.408051 +4976.898438 0.000000 816.796997 0.000000 0.939795 0.000000 -0.341739 0.408881 0.408881 0.408881 +4990.679688 0.000000 828.153931 0.000000 0.872567 0.000000 -0.488495 0.412996 0.412996 0.412996 +4988.863281 0.000000 805.576599 0.000000 0.668197 0.000000 -0.743985 0.420067 0.420067 0.420067 +4930.363770 0.000000 840.166565 0.000000 0.705745 0.000000 -0.708466 0.420049 0.420049 0.420049 +4989.823242 0.000000 815.571045 0.000000 0.943075 0.000000 -0.332580 0.408634 0.408634 0.408634 +4963.578125 0.000000 846.848633 0.000000 0.810869 0.000000 -0.585227 0.415264 0.415264 0.415264 +4982.634277 0.000000 815.348572 0.000000 0.730066 0.000000 -0.683377 0.419159 0.419159 0.419159 +4984.510742 0.000000 833.693848 0.000000 0.642596 0.000000 -0.766205 0.422229 0.422229 0.422229 +4991.117188 0.000000 811.460754 0.000000 0.826162 0.000000 -0.563433 0.414255 0.414255 0.414255 +4971.825684 0.000000 842.879822 0.000000 0.823270 0.000000 -0.567650 0.414317 0.414317 0.414317 +4967.354492 0.000000 823.509155 0.000000 0.675742 0.000000 -0.737139 0.421106 0.421106 0.421106 +4958.946289 0.000000 843.813721 0.000000 0.919858 0.000000 -0.392253 0.410264 0.410264 0.410264 +4933.162109 0.000000 841.252258 0.000000 0.764641 0.000000 -0.644457 0.417833 0.417833 0.417833 +4990.699707 0.000000 815.293091 0.000000 0.881298 0.000000 -0.472562 0.412140 0.412140 0.412140 +4942.660156 0.000000 841.988525 0.000000 0.615574 0.000000 -0.788079 0.422434 0.422434 0.422434 +4930.373535 0.000000 846.006104 0.000000 0.707452 0.000000 -0.706762 0.419713 0.419713 0.419713 +4986.728516 0.000000 804.455505 0.000000 0.643674 0.000000 -0.765300 0.422062 0.422062 0.422062 +4964.014648 0.000000 844.392822 0.000000 0.891940 0.000000 -0.452154 0.411760 0.411760 0.411760 +4928.159668 0.000000 844.851318 0.000000 0.879835 0.000000 -0.475280 0.412612 0.412612 0.412612 +4978.114258 0.000000 829.652588 0.000000 0.635981 0.000000 -0.771705 0.422448 0.422448 0.422448 +4986.037598 0.000000 833.988953 0.000000 0.876412 0.000000 -0.481562 0.412794 0.412794 0.412794 +4978.041016 0.000000 827.750916 0.000000 0.909018 0.000000 -0.416756 0.410947 0.410947 0.410947 +4936.895020 0.000000 834.664185 0.000000 0.764515 0.000000 -0.644605 0.417838 0.417838 0.417838 +4991.328613 0.000000 821.787903 0.000000 0.820578 0.000000 -0.571534 0.415492 0.415492 0.415492 +4951.998047 0.000000 846.039124 0.000000 0.890374 0.000000 -0.455229 0.412035 0.412035 0.412035 +4967.717285 0.000000 820.608032 0.000000 0.808658 0.000000 -0.588278 0.416016 0.416016 0.416016 +4980.609375 0.000000 819.139587 0.000000 0.708979 0.000000 -0.705229 0.419932 0.419932 0.419932 +4991.636230 0.000000 826.108887 0.000000 0.757937 0.000000 -0.652327 0.418097 0.418097 0.418097 +4975.991211 0.000000 831.698608 0.000000 0.601196 0.000000 -0.799102 0.423575 0.423575 0.423575 +4970.064941 0.000000 840.629395 0.000000 0.649475 0.000000 -0.760383 0.421180 0.421180 0.421180 +4964.538574 0.000000 823.277954 0.000000 0.946588 0.000000 -0.322444 0.408360 0.408360 0.408360 +4988.122070 0.000000 827.242126 0.000000 0.919656 0.000000 -0.392725 0.410277 0.410277 0.410277 +4981.918457 0.000000 815.661499 0.000000 0.693336 0.000000 -0.720615 0.420491 0.420491 0.420491 +4976.527344 0.000000 828.124023 0.000000 0.674084 0.000000 -0.738655 0.421163 0.421163 0.421163 +4984.833496 0.000000 830.414185 0.000000 0.627780 0.000000 -0.778391 0.422717 0.422717 0.422717 +4972.978027 0.000000 824.378845 0.000000 0.605300 0.000000 -0.795998 0.423444 0.423444 0.423444 +4968.374512 0.000000 822.405945 0.000000 0.820429 0.000000 -0.571748 0.415499 0.415499 0.415499 +4962.864258 0.000000 844.091003 0.000000 0.889268 0.000000 -0.457386 0.412026 0.412026 0.412026 +4974.016113 0.000000 816.129639 0.000000 0.688613 0.000000 -0.725130 0.420658 0.420658 0.420658 +4976.610840 0.000000 823.919617 0.000000 0.732619 0.000000 -0.680639 0.419064 0.419064 0.419064 +4987.265137 0.000000 805.849548 0.000000 0.701974 0.000000 -0.712203 0.420065 0.420065 0.420065 +4983.568848 0.000000 818.974731 0.000000 0.902530 0.000000 -0.430627 0.411337 0.411337 0.411337 +4977.982422 0.000000 831.194824 0.000000 0.948114 0.000000 -0.317930 0.408239 0.408239 0.408239 +4912.647949 0.000000 887.741394 0.000000 0.933586 0.000000 -0.358353 0.404886 0.404886 0.404886 +4917.860840 0.000000 895.332092 0.000000 0.878095 0.000000 -0.478487 0.406826 0.406826 0.406826 +4900.575195 0.000000 849.654602 0.000000 0.688890 0.000000 -0.724866 0.411296 0.411296 0.411296 +4904.688965 0.000000 871.666138 0.000000 0.838351 0.000000 -0.545131 0.408694 0.408694 0.408694 +4904.687988 0.000000 869.766235 0.000000 0.628855 0.000000 -0.777523 0.414499 0.414499 0.414499 +4906.439941 0.000000 859.489441 0.000000 0.942648 0.000000 -0.333787 0.405591 0.405591 0.405591 +4904.469727 0.000000 866.530823 0.000000 0.593274 0.000000 -0.805000 0.414576 0.414576 0.414576 +4926.208984 0.000000 883.926331 0.000000 0.667421 0.000000 -0.744681 0.415016 0.415016 0.415016 +4921.239746 0.000000 890.594910 0.000000 0.915355 0.000000 -0.402649 0.408153 0.408153 0.408153 +4904.923828 0.000000 853.963745 0.000000 0.827261 0.000000 -0.561818 0.410515 0.410515 0.410515 +4923.344238 0.000000 883.902710 0.000000 0.692260 0.000000 -0.721648 0.415940 0.415940 0.415940 +4922.145020 0.000000 892.409790 0.000000 0.897335 0.000000 -0.441349 0.409175 0.409175 0.409175 +4909.104004 0.000000 848.720093 0.000000 0.935055 0.000000 -0.354502 0.407563 0.407563 0.407563 +4905.191895 0.000000 849.711670 0.000000 0.884385 0.000000 -0.466758 0.410160 0.410160 0.410160 +4914.101562 0.000000 880.210388 0.000000 0.862871 0.000000 -0.505425 0.410556 0.410556 0.410556 +4920.785645 0.000000 875.789795 0.000000 0.861656 0.000000 -0.507493 0.410312 0.410312 0.410312 +4921.036621 0.000000 860.792053 0.000000 0.840152 0.000000 -0.542351 0.412222 0.412222 0.412222 +4907.191406 0.000000 851.812866 0.000000 0.930417 0.000000 -0.366502 0.408132 0.408132 0.408132 +4923.046387 0.000000 881.449341 0.000000 0.852974 0.000000 -0.521954 0.411160 0.411160 0.411160 +4924.967285 0.000000 858.855103 0.000000 0.815188 0.000000 -0.579196 0.413201 0.413201 0.413201 +4915.003906 0.000000 850.909302 0.000000 0.650979 0.000000 -0.759096 0.418291 0.418291 0.418291 +4914.001465 0.000000 854.521362 0.000000 0.938243 0.000000 -0.345978 0.408538 0.408538 0.408538 +4909.173340 0.000000 871.159912 0.000000 0.627811 0.000000 -0.778365 0.418039 0.418039 0.418039 +4923.312012 0.000000 868.384644 0.000000 0.768467 0.000000 -0.639890 0.416468 0.416468 0.416468 +4922.567871 0.000000 872.075928 0.000000 0.905494 0.000000 -0.424359 0.409825 0.409825 0.409825 +4927.184082 0.000000 861.296021 0.000000 0.794323 0.000000 -0.607496 0.416626 0.416626 0.416626 +4924.518066 0.000000 860.588318 0.000000 0.870981 0.000000 -0.491317 0.412258 0.412258 0.412258 +4908.935547 0.000000 869.118164 0.000000 0.943968 0.000000 -0.330038 0.407457 0.407457 0.407457 +4915.106445 0.000000 864.133911 0.000000 0.946395 0.000000 -0.323010 0.408376 0.408376 0.408376 +4922.562012 0.000000 873.223145 0.000000 0.816828 0.000000 -0.576882 0.413786 0.413786 0.413786 +4919.855469 0.000000 865.085327 0.000000 0.766055 0.000000 -0.642774 0.414675 0.414675 0.414675 +4926.947754 0.000000 880.917358 0.000000 0.840272 0.000000 -0.542166 0.411902 0.411902 0.411902 +4916.064941 0.000000 855.126221 0.000000 0.920480 0.000000 -0.390791 0.410224 0.410224 0.410224 +4914.626465 0.000000 858.407654 0.000000 0.636381 0.000000 -0.771375 0.421951 0.421951 0.421951 +4916.046387 0.000000 879.567566 0.000000 0.932087 0.000000 -0.362233 0.407903 0.407903 0.407903 +4914.836914 0.000000 866.083496 0.000000 0.626662 0.000000 -0.779291 0.422754 0.422754 0.422754 +4916.881348 0.000000 863.187988 0.000000 0.750633 0.000000 -0.660720 0.416109 0.416109 0.416109 +4920.857422 0.000000 868.674561 0.000000 0.789580 0.000000 -0.613648 0.414845 0.414845 0.414845 +4927.170410 0.000000 865.105591 0.000000 0.943103 0.000000 -0.332501 0.408293 0.408293 0.408293 +4919.102539 0.000000 849.406006 0.000000 0.710543 0.000000 -0.703654 0.417849 0.417849 0.417849 +4925.921875 0.000000 869.231689 0.000000 0.861859 0.000000 -0.507148 0.413544 0.413544 0.413544 +4924.598145 0.000000 852.027588 0.000000 0.837710 0.000000 -0.546116 0.414712 0.414712 0.414712 +4917.423340 0.000000 871.513611 0.000000 0.616190 0.000000 -0.787598 0.421554 0.421554 0.421554 +4927.117188 0.000000 867.945129 0.000000 0.819756 0.000000 -0.572713 0.414707 0.414707 0.414707 +4925.711426 0.000000 865.094482 0.000000 0.943515 0.000000 -0.331329 0.408600 0.408600 0.408600 +4925.207520 0.000000 848.090759 0.000000 0.920836 0.000000 -0.389949 0.410201 0.410201 0.410201 +4915.694336 0.000000 868.625366 0.000000 0.891560 0.000000 -0.452903 0.411969 0.411969 0.411969 +4925.256836 0.000000 850.413330 0.000000 0.849258 0.000000 -0.527978 0.414164 0.414164 0.414164 +4975.645996 0.000000 854.963623 0.000000 0.668721 0.000000 -0.743514 0.412097 0.412097 0.412097 +4967.167969 0.000000 895.735596 0.000000 0.664549 0.000000 -0.747245 0.412641 0.412641 0.412641 +4928.588379 0.000000 899.568115 0.000000 0.716864 0.000000 -0.697213 0.411826 0.411826 0.411826 +4941.467285 0.000000 895.912415 0.000000 0.644874 0.000000 -0.764289 0.415246 0.415246 0.415246 +4971.248047 0.000000 894.462646 0.000000 0.641785 0.000000 -0.766885 0.415186 0.415186 0.415186 +4939.583008 0.000000 894.210449 0.000000 0.919387 0.000000 -0.393354 0.406843 0.406843 0.406843 +4948.561035 0.000000 898.031006 0.000000 0.853380 0.000000 -0.521289 0.410021 0.410021 0.410021 +4935.754395 0.000000 877.231934 0.000000 0.859843 0.000000 -0.510559 0.410274 0.410274 0.410274 +4968.166504 0.000000 859.871765 0.000000 0.739179 0.000000 -0.673509 0.413615 0.413615 0.413615 +4942.943359 0.000000 887.860168 0.000000 0.897151 0.000000 -0.441725 0.408384 0.408384 0.408384 +4930.034668 0.000000 873.351379 0.000000 0.864695 0.000000 -0.502297 0.410589 0.410589 0.410589 +4932.561035 0.000000 893.547180 0.000000 0.647661 0.000000 -0.761929 0.416264 0.416264 0.416264 +4965.762695 0.000000 891.143066 0.000000 0.629571 0.000000 -0.776943 0.417949 0.417949 0.417949 +4934.969727 0.000000 879.589722 0.000000 0.728478 0.000000 -0.685070 0.413980 0.413980 0.413980 +4936.099121 0.000000 882.655212 0.000000 0.921708 0.000000 -0.387885 0.408373 0.408373 0.408373 +4938.277832 0.000000 883.317261 0.000000 0.628739 0.000000 -0.777616 0.418905 0.418905 0.418905 +4938.347656 0.000000 887.335266 0.000000 0.935511 0.000000 -0.353298 0.407140 0.407140 0.407140 +4964.531250 0.000000 891.411560 0.000000 0.802657 0.000000 -0.596440 0.412891 0.412891 0.412891 +4930.422363 0.000000 886.263855 0.000000 0.841295 0.000000 -0.540576 0.411977 0.411977 0.411977 +4955.906250 0.000000 885.679932 0.000000 0.777095 0.000000 -0.629383 0.414922 0.414922 0.414922 +4960.682129 0.000000 864.679932 0.000000 0.773418 0.000000 -0.633896 0.414604 0.414604 0.414604 +4935.570801 0.000000 890.361450 0.000000 0.772109 0.000000 -0.635491 0.415232 0.415232 0.415232 +4954.285645 0.000000 853.070862 0.000000 0.836650 0.000000 -0.547738 0.413024 0.413024 0.413024 +4957.912109 0.000000 867.558594 0.000000 0.806741 0.000000 -0.590905 0.414015 0.414015 0.414015 +4964.187500 0.000000 860.321350 0.000000 0.941007 0.000000 -0.338388 0.407739 0.407739 0.407739 +4944.839355 0.000000 853.321655 0.000000 0.939802 0.000000 -0.341719 0.407940 0.407940 0.407940 +4975.757812 0.000000 850.030884 0.000000 0.730307 0.000000 -0.683119 0.416860 0.416860 0.416860 +4956.799316 0.000000 879.785400 0.000000 0.731945 0.000000 -0.681364 0.419089 0.419089 0.419089 +4952.379395 0.000000 853.973572 0.000000 0.867625 0.000000 -0.497219 0.412784 0.412784 0.412784 +4945.086914 0.000000 856.433716 0.000000 0.904294 0.000000 -0.426910 0.410902 0.410902 0.410902 +4947.048340 0.000000 857.566956 0.000000 0.783328 0.000000 -0.621608 0.415976 0.415976 0.415976 +4945.990723 0.000000 874.501343 0.000000 0.661204 0.000000 -0.750206 0.421604 0.421604 0.421604 +4951.335449 0.000000 882.760071 0.000000 0.691224 0.000000 -0.722641 0.417864 0.417864 0.417864 +4950.463867 0.000000 871.508240 0.000000 0.607845 0.000000 -0.794056 0.423363 0.423363 0.423363 +4954.199707 0.000000 875.413147 0.000000 0.695076 0.000000 -0.718936 0.420430 0.420430 0.420430 +4939.444824 0.000000 861.414917 0.000000 0.710169 0.000000 -0.704032 0.419890 0.419890 0.419890 +4948.484375 0.000000 872.039062 0.000000 0.822236 0.000000 -0.569147 0.414844 0.414844 0.414844 +4937.671875 0.000000 885.347839 0.000000 0.681334 0.000000 -0.731973 0.419354 0.419354 0.419354 +4939.251465 0.000000 892.196594 0.000000 0.744682 0.000000 -0.667420 0.414959 0.414959 0.414959 +4959.628906 0.000000 850.396423 0.000000 0.778112 0.000000 -0.628126 0.413598 0.413598 0.413598 +4937.402832 0.000000 867.903931 0.000000 0.788095 0.000000 -0.615553 0.416124 0.416124 0.416124 +4945.165527 0.000000 868.449097 0.000000 0.951046 0.000000 -0.309050 0.407342 0.407342 0.407342 +4949.995605 0.000000 887.771545 0.000000 0.728062 0.000000 -0.685511 0.419234 0.419234 0.419234 +4944.178223 0.000000 873.975342 0.000000 0.940833 0.000000 -0.338872 0.408631 0.408631 0.408631 +4929.787109 0.000000 862.604858 0.000000 0.922914 0.000000 -0.385007 0.410064 0.410064 0.410064 +4953.353516 0.000000 866.223145 0.000000 0.925725 0.000000 -0.378197 0.409876 0.409876 0.409876 +4934.565430 0.000000 853.416870 0.000000 0.738323 0.000000 -0.674448 0.415486 0.415486 0.415486 +4946.223633 0.000000 870.418762 0.000000 0.765714 0.000000 -0.643181 0.416709 0.416709 0.416709 +4953.147461 0.000000 891.380371 0.000000 0.927649 0.000000 -0.373453 0.409746 0.409746 0.409746 +4965.482910 0.000000 861.678101 0.000000 0.891131 0.000000 -0.453746 0.410559 0.410559 0.410559 +4943.179688 0.000000 866.610046 0.000000 0.784652 0.000000 -0.619936 0.414623 0.414623 0.414623 +4931.858398 0.000000 862.040039 0.000000 0.934668 0.000000 -0.355521 0.409256 0.409256 0.409256 +4935.104492 0.000000 891.562561 0.000000 0.887094 0.000000 -0.461589 0.410613 0.410613 0.410613 +4944.059082 0.000000 869.769531 0.000000 0.767762 0.000000 -0.640735 0.416251 0.416251 0.416251 +4944.583008 0.000000 865.522217 0.000000 0.617294 0.000000 -0.786732 0.422832 0.422832 0.422832 +4951.120117 0.000000 884.883423 0.000000 0.879940 0.000000 -0.475085 0.412285 0.412285 0.412285 +4944.854492 0.000000 864.189148 0.000000 0.837098 0.000000 -0.547052 0.414596 0.414596 0.414596 +4966.167480 0.000000 858.922119 0.000000 0.949582 0.000000 -0.313518 0.407579 0.407579 0.407579 +4956.714355 0.000000 869.886597 0.000000 0.628521 0.000000 -0.777792 0.420157 0.420157 0.420157 +4940.727539 0.000000 869.282715 0.000000 0.883949 0.000000 -0.467582 0.412390 0.412390 0.412390 +4954.914062 0.000000 854.873535 0.000000 0.629696 0.000000 -0.776842 0.418701 0.418701 0.418701 +4940.171387 0.000000 848.587219 0.000000 0.872276 0.000000 -0.489014 0.412731 0.412731 0.412731 +4951.932129 0.000000 852.270508 0.000000 0.684809 0.000000 -0.728723 0.420791 0.420791 0.420791 +4960.250977 0.000000 888.473389 0.000000 0.788764 0.000000 -0.614696 0.416858 0.416858 0.416858 +4960.818359 0.000000 865.883911 0.000000 0.670165 0.000000 -0.742212 0.417790 0.417790 0.417790 +4944.493164 0.000000 877.367981 0.000000 0.765849 0.000000 -0.643021 0.417786 0.417786 0.417786 +4966.424805 0.000000 854.863464 0.000000 0.627190 0.000000 -0.778866 0.422736 0.422736 0.422736 +4976.280762 0.000000 847.859619 0.000000 0.761857 0.000000 -0.647745 0.417943 0.417943 0.417943 +4952.250000 0.000000 883.431763 0.000000 0.820093 0.000000 -0.572230 0.412867 0.412867 0.412867 +4933.725586 0.000000 849.766052 0.000000 0.601474 0.000000 -0.798892 0.421995 0.421995 0.421995 +4954.042969 0.000000 859.036316 0.000000 0.824186 0.000000 -0.566319 0.415331 0.415331 0.415331 +4965.326660 0.000000 860.761230 0.000000 0.898760 0.000000 -0.438441 0.410175 0.410175 0.410175 +4963.412598 0.000000 880.108032 0.000000 0.596012 0.000000 -0.802976 0.423275 0.423275 0.423275 +4948.944824 0.000000 880.549927 0.000000 0.849742 0.000000 -0.527198 0.413281 0.413281 0.413281 +4935.259766 0.000000 856.986511 0.000000 0.683018 0.000000 -0.730402 0.420853 0.420853 0.420853 +4966.831055 0.000000 888.327881 0.000000 0.730988 0.000000 -0.682390 0.419125 0.419125 0.419125 +4949.932129 0.000000 854.972473 0.000000 0.711842 0.000000 -0.702340 0.419829 0.419829 0.419829 +4960.645508 0.000000 877.840942 0.000000 0.619970 0.000000 -0.784626 0.419909 0.419909 0.419909 +4953.470215 0.000000 873.126587 0.000000 0.903402 0.000000 -0.428794 0.411285 0.411285 0.411285 +4947.490723 0.000000 861.962036 0.000000 0.651892 0.000000 -0.758312 0.420543 0.420543 0.420543 +4972.463379 0.000000 851.343750 0.000000 0.721882 0.000000 -0.692016 0.419462 0.419462 0.419462 +4939.714844 0.000000 864.149597 0.000000 0.774966 0.000000 -0.632003 0.414757 0.414757 0.414757 +4971.475098 0.000000 854.028748 0.000000 0.793665 0.000000 -0.608355 0.413976 0.413976 0.413976 +4969.935059 0.000000 855.697815 0.000000 0.944064 0.000000 -0.329764 0.408558 0.408558 0.408558 +4974.858887 0.000000 849.954529 0.000000 0.710780 0.000000 -0.703414 0.419867 0.419867 0.419867 +4945.243164 0.000000 860.847534 0.000000 0.928049 0.000000 -0.372458 0.409719 0.409719 0.409719 +4959.192383 0.000000 864.859741 0.000000 0.743022 0.000000 -0.669267 0.416987 0.416987 0.416987 +4947.126953 0.000000 848.725769 0.000000 0.717134 0.000000 -0.696936 0.419636 0.419636 0.419636 +4945.511230 0.000000 854.845703 0.000000 0.818637 0.000000 -0.574312 0.413898 0.413898 0.413898 +4940.835938 0.000000 862.792664 0.000000 0.783872 0.000000 -0.620923 0.416190 0.416190 0.416190 +4938.929688 0.000000 871.277710 0.000000 0.868791 0.000000 -0.495180 0.413192 0.413192 0.413192 +4941.396973 0.000000 870.900269 0.000000 0.740098 0.000000 -0.672499 0.417714 0.417714 0.417714 +4943.156250 0.000000 870.079529 0.000000 0.761201 0.000000 -0.648516 0.415784 0.415784 0.415784 +4971.767090 0.000000 853.168518 0.000000 0.619460 0.000000 -0.785028 0.422988 0.422988 0.422988 +4955.403320 0.000000 869.443115 0.000000 0.603004 0.000000 -0.797738 0.423518 0.423518 0.423518 +4949.444336 0.000000 857.938721 0.000000 0.884481 0.000000 -0.466576 0.411634 0.411634 0.411634 +4929.931641 0.000000 855.887695 0.000000 0.842133 0.000000 -0.539269 0.414504 0.414504 0.414504 +4955.286133 0.000000 853.072815 0.000000 0.693347 0.000000 -0.720604 0.418080 0.418080 0.418080 +4931.030273 0.000000 851.573853 0.000000 0.935311 0.000000 -0.353826 0.408162 0.408162 0.408162 +4960.472168 0.000000 857.622314 0.000000 0.943178 0.000000 -0.332287 0.408626 0.408626 0.408626 +4953.062012 0.000000 887.515625 0.000000 0.746658 0.000000 -0.665209 0.418024 0.418024 0.418024 +4961.637695 0.000000 863.198425 0.000000 0.871351 0.000000 -0.490660 0.413060 0.413060 0.413060 +4929.927246 0.000000 864.770752 0.000000 0.899821 0.000000 -0.436258 0.411496 0.411496 0.411496 +4958.970703 0.000000 849.092468 0.000000 0.766557 0.000000 -0.642176 0.416887 0.416887 0.416887 +4957.719238 0.000000 859.543762 0.000000 0.802881 0.000000 -0.596140 0.416264 0.416264 0.416264 +4967.482910 0.000000 856.259216 0.000000 0.803306 0.000000 -0.595567 0.416246 0.416246 0.416246 +4946.647949 0.000000 866.149902 0.000000 0.819155 0.000000 -0.573572 0.415403 0.415403 0.415403 +4942.034668 0.000000 855.061707 0.000000 0.797626 0.000000 -0.603152 0.414483 0.414483 0.414483 +4961.092285 0.000000 889.869629 0.000000 0.648660 0.000000 -0.761078 0.422026 0.422026 0.422026 +4952.141602 0.000000 879.298401 0.000000 0.685989 0.000000 -0.727611 0.420750 0.420750 0.420750 +4936.460938 0.000000 872.450195 0.000000 0.603722 0.000000 -0.797195 0.423495 0.423495 0.423495 +4942.320312 0.000000 849.828064 0.000000 0.815625 0.000000 -0.578581 0.414756 0.414756 0.414756 +4950.729492 0.000000 858.517029 0.000000 0.838463 0.000000 -0.544959 0.413612 0.413612 0.413612 +4950.175293 0.000000 888.702209 0.000000 0.718593 0.000000 -0.695431 0.419583 0.419583 0.419583 +4944.993652 0.000000 883.715820 0.000000 0.879995 0.000000 -0.474983 0.411269 0.411269 0.411269 +4937.919434 0.000000 858.356750 0.000000 0.665491 0.000000 -0.746406 0.421121 0.421121 0.421121 +4929.600098 0.000000 867.558716 0.000000 0.832792 0.000000 -0.553585 0.414939 0.414939 0.414939 +4949.385742 0.000000 860.517456 0.000000 0.791213 0.000000 -0.611541 0.415179 0.415179 0.415179 +4961.171387 0.000000 861.359192 0.000000 0.768821 0.000000 -0.639464 0.417667 0.417667 0.417667 +4954.441895 0.000000 886.977417 0.000000 0.823940 0.000000 -0.566678 0.415342 0.415342 0.415342 +4962.206055 0.000000 855.841858 0.000000 0.884372 0.000000 -0.466783 0.412367 0.412367 0.412367 +4935.094727 0.000000 871.519958 0.000000 0.627351 0.000000 -0.778736 0.422731 0.422731 0.422731 +4959.133301 0.000000 847.299683 0.000000 0.921904 0.000000 -0.387418 0.410131 0.410131 0.410131 +4940.807129 0.000000 850.146973 0.000000 0.737783 0.000000 -0.675038 0.417612 0.417612 0.417612 +4967.854492 0.000000 848.172668 0.000000 0.869429 0.000000 -0.494058 0.413133 0.413133 0.413133 +4949.675293 0.000000 872.472351 0.000000 0.930077 0.000000 -0.367364 0.409222 0.409222 0.409222 +4954.384766 0.000000 851.118469 0.000000 0.875376 0.000000 -0.483444 0.412849 0.412849 0.412849 +4945.705078 0.000000 864.192383 0.000000 0.733488 0.000000 -0.679702 0.418845 0.418845 0.418845 +4953.690430 0.000000 865.145996 0.000000 0.873160 0.000000 -0.487434 0.412965 0.412965 0.412965 +4966.745605 0.000000 856.637756 0.000000 0.848980 0.000000 -0.528425 0.414177 0.414177 0.414177 +4944.570312 0.000000 873.252380 0.000000 0.809864 0.000000 -0.586618 0.415650 0.415650 0.415650 +4947.430176 0.000000 874.439392 0.000000 0.793312 0.000000 -0.608816 0.416636 0.416636 0.416636 +4946.975586 0.000000 870.069214 0.000000 0.947828 0.000000 -0.318783 0.407760 0.407760 0.407760 +4956.598633 0.000000 865.924866 0.000000 0.664248 0.000000 -0.747512 0.421500 0.421500 0.421500 +4956.295410 0.000000 883.641418 0.000000 0.696316 0.000000 -0.717735 0.419786 0.419786 0.419786 +4946.925293 0.000000 873.039062 0.000000 0.944046 0.000000 -0.329814 0.407988 0.407988 0.407988 +4959.611816 0.000000 859.813232 0.000000 0.947424 0.000000 -0.319981 0.408294 0.408294 0.408294 +4959.801758 0.000000 857.133484 0.000000 0.877539 0.000000 -0.479505 0.412735 0.412735 0.412735 +4953.561035 0.000000 874.927246 0.000000 0.887194 0.000000 -0.461398 0.412212 0.412212 0.412212 +4958.081055 0.000000 886.290161 0.000000 0.879095 0.000000 -0.476646 0.412652 0.412652 0.412652 +4963.090820 0.000000 883.200317 0.000000 0.840297 0.000000 -0.542126 0.414590 0.414590 0.414590 +4934.743652 0.000000 864.648926 0.000000 0.946131 0.000000 -0.323783 0.407902 0.407902 0.407902 +4949.435059 0.000000 852.214966 0.000000 0.859945 0.000000 -0.510387 0.413640 0.413640 0.413640 +4961.344727 0.000000 879.131287 0.000000 0.626777 0.000000 -0.779199 0.422750 0.422750 0.422750 +4950.807129 0.000000 874.704590 0.000000 0.923129 0.000000 -0.384490 0.410050 0.410050 0.410050 +4941.012207 0.000000 857.934631 0.000000 0.945585 0.000000 -0.325376 0.408439 0.408439 0.408439 +4959.605957 0.000000 861.813538 0.000000 0.890440 0.000000 -0.455101 0.412032 0.412032 0.412032 +4955.672363 0.000000 864.060852 0.000000 0.853875 0.000000 -0.520478 0.413940 0.413940 0.413940 +4953.396484 0.000000 888.263550 0.000000 0.921754 0.000000 -0.387775 0.410141 0.410141 0.410141 +4969.511230 0.000000 852.479980 0.000000 0.948839 0.000000 -0.315762 0.408181 0.408181 0.408181 +4949.313477 0.000000 870.814880 0.000000 0.806285 0.000000 -0.591528 0.415770 0.415770 0.415770 +4952.376465 0.000000 858.739746 0.000000 0.926741 0.000000 -0.375700 0.409808 0.409808 0.409808 +4948.670410 0.000000 866.577271 0.000000 0.638286 0.000000 -0.769800 0.422371 0.422371 0.422371 +4950.666992 0.000000 849.597534 0.000000 0.848364 0.000000 -0.529413 0.414207 0.414207 0.414207 +4946.212402 0.000000 880.670471 0.000000 0.781359 0.000000 -0.624081 0.417162 0.417162 0.417162 +4944.086914 0.000000 875.699768 0.000000 0.676349 0.000000 -0.736581 0.421085 0.421085 0.421085 +4952.705566 0.000000 873.034546 0.000000 0.947658 0.000000 -0.319288 0.408276 0.408276 0.408276 +4945.392578 0.000000 862.540344 0.000000 0.939645 0.000000 -0.342151 0.408892 0.408892 0.408892 +4949.296387 0.000000 889.255920 0.000000 0.938250 0.000000 -0.345959 0.408996 0.408996 0.408996 +4954.578613 0.000000 876.081360 0.000000 0.926059 0.000000 -0.377379 0.409854 0.409854 0.409854 +4943.444336 0.000000 859.632568 0.000000 0.880693 0.000000 -0.473688 0.412566 0.412566 0.412566 +4947.422363 0.000000 879.839600 0.000000 0.765580 0.000000 -0.643341 0.417796 0.417796 0.417796 +4962.918945 0.000000 887.663757 0.000000 0.661716 0.000000 -0.749754 0.421586 0.421586 0.421586 +4951.324707 0.000000 853.939209 0.000000 0.670932 0.000000 -0.741519 0.421272 0.421272 0.421272 +4958.425781 0.000000 856.239563 0.000000 0.752468 0.000000 -0.658629 0.418309 0.418309 0.418309 +4946.795410 0.000000 879.244507 0.000000 0.853174 0.000000 -0.521627 0.413974 0.413974 0.413974 +4958.002930 0.000000 889.889465 0.000000 0.839962 0.000000 -0.542645 0.414606 0.414606 0.414606 +5000.722168 0.000000 823.300354 0.000000 0.746195 0.000000 -0.665727 0.410766 0.410766 0.410766 +5050.082520 0.000000 795.005737 0.000000 0.625739 0.000000 -0.780033 0.414876 0.414876 0.414876 +4994.657715 0.000000 835.543579 0.000000 0.946976 0.000000 -0.321303 0.405553 0.405553 0.405553 +5037.470215 0.000000 819.008301 0.000000 0.631294 0.000000 -0.775544 0.415467 0.415467 0.415467 +5055.116211 0.000000 810.531006 0.000000 0.609338 0.000000 -0.792911 0.416366 0.416366 0.416366 +5047.696777 0.000000 800.067078 0.000000 0.755351 0.000000 -0.655321 0.413452 0.413452 0.413452 +5046.646973 0.000000 809.269897 0.000000 0.919282 0.000000 -0.393601 0.407292 0.407292 0.407292 +5049.404785 0.000000 828.425415 0.000000 0.945403 0.000000 -0.325905 0.405868 0.405868 0.405868 +5049.471191 0.000000 807.120544 0.000000 0.755091 0.000000 -0.655621 0.413745 0.413745 0.413745 +5031.708496 0.000000 796.776001 0.000000 0.790963 0.000000 -0.611865 0.413347 0.413347 0.413347 +5054.282715 0.000000 806.901978 0.000000 0.872088 0.000000 -0.489349 0.409370 0.409370 0.409370 +5055.384277 0.000000 806.545471 0.000000 0.829985 0.000000 -0.557786 0.410843 0.410843 0.410843 +5053.255859 0.000000 811.871155 0.000000 0.745318 0.000000 -0.666709 0.413883 0.413883 0.413883 +5031.180176 0.000000 821.205627 0.000000 0.854292 0.000000 -0.519794 0.410835 0.410835 0.410835 +5000.323730 0.000000 809.305786 0.000000 0.790454 0.000000 -0.612521 0.413660 0.413660 0.413660 +4994.422363 0.000000 829.779480 0.000000 0.689405 0.000000 -0.724376 0.417394 0.417394 0.417394 +5036.467773 0.000000 798.786560 0.000000 0.617781 0.000000 -0.786350 0.419880 0.419880 0.419880 +5037.281250 0.000000 795.900940 0.000000 0.702724 0.000000 -0.711462 0.417312 0.417312 0.417312 +5030.425293 0.000000 794.592590 0.000000 0.731537 0.000000 -0.681802 0.415358 0.415358 0.415358 +5040.528320 0.000000 796.653687 0.000000 0.770195 0.000000 -0.637808 0.413883 0.413883 0.413883 +5045.292480 0.000000 820.348022 0.000000 0.946152 0.000000 -0.323723 0.406732 0.406732 0.406732 +5027.216309 0.000000 815.711670 0.000000 0.922673 0.000000 -0.385583 0.408776 0.408776 0.408776 +5043.945312 0.000000 797.617981 0.000000 0.769580 0.000000 -0.638551 0.414283 0.414283 0.414283 +5044.598145 0.000000 816.846558 0.000000 0.672645 0.000000 -0.739966 0.418093 0.418093 0.418093 +5048.766113 0.000000 810.183228 0.000000 0.862704 0.000000 -0.505709 0.410907 0.410907 0.410907 +5045.577637 0.000000 805.813354 0.000000 0.825773 0.000000 -0.564002 0.412357 0.412357 0.412357 +5036.757812 0.000000 800.562012 0.000000 0.737994 0.000000 -0.674807 0.414683 0.414683 0.414683 +5032.990723 0.000000 798.732544 0.000000 0.701850 0.000000 -0.712324 0.417972 0.417972 0.417972 +5027.282715 0.000000 795.317505 0.000000 0.921524 0.000000 -0.388321 0.408224 0.408224 0.408224 +5012.380859 0.000000 812.584351 0.000000 0.780975 0.000000 -0.624563 0.417178 0.417178 0.417178 +5016.379395 0.000000 797.489197 0.000000 0.810421 0.000000 -0.585848 0.415939 0.415939 0.415939 +5022.965820 0.000000 820.270508 0.000000 0.654413 0.000000 -0.756137 0.419607 0.419607 0.419607 +5048.537109 0.000000 801.223267 0.000000 0.794950 0.000000 -0.606675 0.413410 0.413410 0.413410 +5037.173340 0.000000 814.675537 0.000000 0.651001 0.000000 -0.759077 0.420528 0.420528 0.420528 +5022.344238 0.000000 817.439941 0.000000 0.640860 0.000000 -0.767658 0.422111 0.422111 0.422111 +5041.560547 0.000000 804.931091 0.000000 0.684973 0.000000 -0.728568 0.417973 0.417973 0.417973 +5014.463867 0.000000 815.023865 0.000000 0.861263 0.000000 -0.508160 0.411977 0.411977 0.411977 +5012.220215 0.000000 810.742126 0.000000 0.926365 0.000000 -0.376627 0.409833 0.409833 0.409833 +5008.719727 0.000000 797.863220 0.000000 0.798690 0.000000 -0.601743 0.414733 0.414733 0.414733 +5024.311035 0.000000 823.547180 0.000000 0.800974 0.000000 -0.598699 0.414711 0.414711 0.414711 +5000.681152 0.000000 812.167847 0.000000 0.936852 0.000000 -0.349725 0.409098 0.409098 0.409098 +5014.670898 0.000000 797.080322 0.000000 0.734522 0.000000 -0.678585 0.417577 0.417577 0.417577 +5054.353027 0.000000 818.245422 0.000000 0.905402 0.000000 -0.424555 0.408911 0.408911 0.408911 +5031.911621 0.000000 795.703918 0.000000 0.942668 0.000000 -0.333733 0.406966 0.406966 0.406966 +5005.866699 0.000000 799.751404 0.000000 0.736298 0.000000 -0.676658 0.418926 0.418926 0.418926 +5047.814453 0.000000 807.493103 0.000000 0.907100 0.000000 -0.420915 0.408894 0.408894 0.408894 +5004.740234 0.000000 803.336182 0.000000 0.715306 0.000000 -0.698811 0.419703 0.419703 0.419703 +5049.308105 0.000000 799.427795 0.000000 0.808249 0.000000 -0.588841 0.414807 0.414807 0.414807 +5036.935547 0.000000 812.633789 0.000000 0.901742 0.000000 -0.432275 0.410446 0.410446 0.410446 +5008.178223 0.000000 817.490967 0.000000 0.812205 0.000000 -0.583372 0.415861 0.415861 0.415861 +5028.887207 0.000000 806.934082 0.000000 0.750018 0.000000 -0.661417 0.418404 0.418404 0.418404 +5019.121094 0.000000 818.095398 0.000000 0.743820 0.000000 -0.668380 0.415205 0.415205 0.415205 +5001.223633 0.000000 819.181641 0.000000 0.738755 0.000000 -0.673974 0.416913 0.416913 0.416913 +5010.243652 0.000000 795.549683 0.000000 0.752831 0.000000 -0.658214 0.416035 0.416035 0.416035 +5038.351074 0.000000 809.731079 0.000000 0.938136 0.000000 -0.346267 0.408333 0.408333 0.408333 +5026.436523 0.000000 813.880981 0.000000 0.675283 0.000000 -0.737559 0.420501 0.420501 0.420501 +5011.228027 0.000000 795.318787 0.000000 0.623341 0.000000 -0.781950 0.420038 0.420038 0.420038 +5052.816406 0.000000 818.738220 0.000000 0.944720 0.000000 -0.327879 0.407306 0.407306 0.407306 +5007.179688 0.000000 810.125671 0.000000 0.854313 0.000000 -0.519759 0.413918 0.413918 0.413918 +5006.026855 0.000000 791.468933 0.000000 0.611706 0.000000 -0.791085 0.423239 0.423239 0.423239 +5031.437500 0.000000 813.409668 0.000000 0.919336 0.000000 -0.393474 0.408602 0.408602 0.408602 +5030.167480 0.000000 802.437744 0.000000 0.851384 0.000000 -0.524543 0.412710 0.412710 0.412710 +5046.066406 0.000000 807.836060 0.000000 0.622262 0.000000 -0.782809 0.418407 0.418407 0.418407 +5051.543457 0.000000 818.157227 0.000000 0.927072 0.000000 -0.374882 0.408174 0.408174 0.408174 +5042.747559 0.000000 814.550964 0.000000 0.631788 0.000000 -0.775141 0.419929 0.419929 0.419929 +5028.576660 0.000000 811.197327 0.000000 0.871500 0.000000 -0.490395 0.411875 0.411875 0.411875 +5051.031250 0.000000 821.483643 0.000000 0.796519 0.000000 -0.604614 0.414524 0.414524 0.414524 +4995.019531 0.000000 802.091736 0.000000 0.875434 0.000000 -0.483338 0.411284 0.411284 0.411284 +5020.431152 0.000000 810.243835 0.000000 0.748852 0.000000 -0.662738 0.417255 0.417255 0.417255 +5045.169434 0.000000 812.603577 0.000000 0.895848 0.000000 -0.444361 0.410668 0.410668 0.410668 +4993.426270 0.000000 834.624634 0.000000 0.686176 0.000000 -0.727435 0.419604 0.419604 0.419604 +4997.444336 0.000000 800.011902 0.000000 0.631308 0.000000 -0.775532 0.420652 0.420652 0.420652 +5042.412598 0.000000 812.635620 0.000000 0.703247 0.000000 -0.710946 0.419388 0.419388 0.419388 +5015.241699 0.000000 794.369202 0.000000 0.788025 0.000000 -0.615643 0.415299 0.415299 0.415299 +5040.280762 0.000000 791.375244 0.000000 0.924750 0.000000 -0.380575 0.409649 0.409649 0.409649 +5024.543945 0.000000 796.780518 0.000000 0.857167 0.000000 -0.515039 0.411860 0.411860 0.411860 +5005.398926 0.000000 813.474670 0.000000 0.922857 0.000000 -0.385143 0.410068 0.410068 0.410068 +5029.326660 0.000000 804.276855 0.000000 0.887836 0.000000 -0.460160 0.412177 0.412177 0.412177 +5027.412598 0.000000 823.623657 0.000000 0.883539 0.000000 -0.468358 0.412412 0.412412 0.412412 +5018.547852 0.000000 793.557190 0.000000 0.718142 0.000000 -0.695897 0.419599 0.419599 0.419599 +5018.912598 0.000000 817.190674 0.000000 0.918234 0.000000 -0.396039 0.409739 0.409739 0.409739 +5020.631836 0.000000 795.947693 0.000000 0.589686 0.000000 -0.807633 0.423940 0.423940 0.423940 +5043.971191 0.000000 811.089111 0.000000 0.799221 0.000000 -0.601037 0.415067 0.415067 0.415067 +5017.756836 0.000000 790.926392 0.000000 0.698566 0.000000 -0.715545 0.420306 0.420306 0.420306 +4992.444336 0.000000 794.947998 0.000000 0.880973 0.000000 -0.473166 0.411837 0.411837 0.411837 +5040.073730 0.000000 808.721252 0.000000 0.685990 0.000000 -0.727611 0.417983 0.417983 0.417983 +5017.470215 0.000000 816.642212 0.000000 0.825107 0.000000 -0.564976 0.413221 0.413221 0.413221 +4995.781738 0.000000 803.622864 0.000000 0.634189 0.000000 -0.773178 0.419771 0.419771 0.419771 +5009.859375 0.000000 806.663757 0.000000 0.939908 0.000000 -0.341427 0.408873 0.408873 0.408873 +5037.207031 0.000000 804.583252 0.000000 0.727202 0.000000 -0.686424 0.416697 0.416697 0.416697 +5002.012695 0.000000 794.068176 0.000000 0.702643 0.000000 -0.711542 0.418737 0.418737 0.418737 +5012.122559 0.000000 793.637390 0.000000 0.767391 0.000000 -0.641179 0.416438 0.416438 0.416438 +4995.037598 0.000000 801.153748 0.000000 0.615079 0.000000 -0.788466 0.421361 0.421361 0.421361 +4994.881836 0.000000 816.480591 0.000000 0.942175 0.000000 -0.335123 0.408617 0.408617 0.408617 +5025.448730 0.000000 821.784485 0.000000 0.853911 0.000000 -0.520419 0.413938 0.413938 0.413938 +5000.997559 0.000000 813.584473 0.000000 0.646254 0.000000 -0.763122 0.422107 0.422107 0.422107 +5048.610352 0.000000 821.570374 0.000000 0.857659 0.000000 -0.514219 0.412594 0.412594 0.412594 +5011.126953 0.000000 792.241394 0.000000 0.681321 0.000000 -0.731985 0.419231 0.419231 0.419231 +5020.412109 0.000000 816.653809 0.000000 0.708000 0.000000 -0.706212 0.419968 0.419968 0.419968 +5000.499023 0.000000 807.108154 0.000000 0.905058 0.000000 -0.425288 0.409607 0.409607 0.409607 +5028.287109 0.000000 810.216064 0.000000 0.766534 0.000000 -0.642204 0.416157 0.416157 0.416157 +5001.685059 0.000000 817.278931 0.000000 0.851817 0.000000 -0.523839 0.414040 0.414040 0.414040 +5048.301758 0.000000 797.944580 0.000000 0.896271 0.000000 -0.443506 0.410967 0.410967 0.410967 +5013.470703 0.000000 809.764038 0.000000 0.920275 0.000000 -0.391273 0.409755 0.409755 0.409755 +5036.719238 0.000000 807.181396 0.000000 0.665087 0.000000 -0.746766 0.418356 0.418356 0.418356 +5004.916016 0.000000 799.905334 0.000000 0.640129 0.000000 -0.768267 0.422310 0.422310 0.422310 +5030.277344 0.000000 806.707031 0.000000 0.780524 0.000000 -0.625126 0.417028 0.417028 0.417028 +5020.175293 0.000000 792.686951 0.000000 0.821269 0.000000 -0.570541 0.415461 0.415461 0.415461 +5013.444336 0.000000 801.454346 0.000000 0.759555 0.000000 -0.650443 0.417220 0.417220 0.417220 +5016.152832 0.000000 803.153687 0.000000 0.890098 0.000000 -0.455769 0.410869 0.410869 0.410869 +4996.928223 0.000000 822.544189 0.000000 0.714812 0.000000 -0.699316 0.417362 0.417362 0.417362 +5023.155762 0.000000 795.627625 0.000000 0.922227 0.000000 -0.386649 0.409891 0.409891 0.409891 +4998.026855 0.000000 816.091309 0.000000 0.858739 0.000000 -0.512413 0.413700 0.413700 0.413700 +5007.359863 0.000000 804.719910 0.000000 0.847957 0.000000 -0.530066 0.414227 0.414227 0.414227 +5016.928711 0.000000 811.587280 0.000000 0.903196 0.000000 -0.429228 0.410677 0.410677 0.410677 +4995.821777 0.000000 826.983459 0.000000 0.789443 0.000000 -0.613824 0.415081 0.415081 0.415081 +5025.637695 0.000000 806.714050 0.000000 0.775408 0.000000 -0.631460 0.417404 0.417404 0.417404 +5038.106445 0.000000 804.793030 0.000000 0.933282 0.000000 -0.359145 0.408272 0.408272 0.408272 +5015.802734 0.000000 804.989075 0.000000 0.895567 0.000000 -0.444927 0.410199 0.410199 0.410199 +4997.199219 0.000000 814.102051 0.000000 0.942085 0.000000 -0.335375 0.408504 0.408504 0.408504 +5049.323242 0.000000 824.113647 0.000000 0.643791 0.000000 -0.765202 0.419622 0.419622 0.419622 +5028.431152 0.000000 822.481445 0.000000 0.938708 0.000000 -0.344714 0.408294 0.408294 0.408294 +5005.493652 0.000000 809.663635 0.000000 0.761195 0.000000 -0.648523 0.416243 0.416243 0.416243 +5031.637207 0.000000 809.722656 0.000000 0.849791 0.000000 -0.527121 0.412586 0.412586 0.412586 +5012.746094 0.000000 795.318970 0.000000 0.949607 0.000000 -0.313444 0.407227 0.407227 0.407227 +5006.034668 0.000000 798.577332 0.000000 0.857545 0.000000 -0.514409 0.413759 0.413759 0.413759 +5024.800781 0.000000 804.080627 0.000000 0.900732 0.000000 -0.434376 0.411442 0.411442 0.411442 +5011.120117 0.000000 807.950195 0.000000 0.588911 0.000000 -0.808198 0.423918 0.423918 0.423918 +5007.791992 0.000000 810.760742 0.000000 0.847650 0.000000 -0.530555 0.414241 0.414241 0.414241 +5012.797852 0.000000 798.396484 0.000000 0.930163 0.000000 -0.367147 0.408804 0.408804 0.408804 +5019.628418 0.000000 797.930908 0.000000 0.840496 0.000000 -0.541818 0.414581 0.414581 0.414581 +5000.460938 0.000000 815.965820 0.000000 0.807925 0.000000 -0.589285 0.416047 0.416047 0.416047 +5009.790039 0.000000 799.460205 0.000000 0.759843 0.000000 -0.650106 0.417280 0.417280 0.417280 +5026.980957 0.000000 819.052246 0.000000 0.661089 0.000000 -0.750307 0.421608 0.421608 0.421608 +5010.341797 0.000000 808.332642 0.000000 0.931462 0.000000 -0.363838 0.409483 0.409483 0.409483 +5007.677246 0.000000 815.162292 0.000000 0.920274 0.000000 -0.391275 0.410237 0.410237 0.410237 +4996.151855 0.000000 808.974609 0.000000 0.736678 0.000000 -0.676243 0.417243 0.417243 0.417243 +5008.200195 0.000000 806.303406 0.000000 0.717212 0.000000 -0.696855 0.419633 0.419633 0.419633 +5013.886230 0.000000 799.740601 0.000000 0.927192 0.000000 -0.374586 0.408991 0.408991 0.408991 +5010.187500 0.000000 815.041138 0.000000 0.674102 0.000000 -0.738638 0.421162 0.421162 0.421162 +4992.804688 0.000000 799.666504 0.000000 0.848518 0.000000 -0.529166 0.414033 0.414033 0.414033 +5017.369141 0.000000 798.625000 0.000000 0.842165 0.000000 -0.539219 0.414275 0.414275 0.414275 +5006.848145 0.000000 817.012939 0.000000 0.858242 0.000000 -0.513246 0.413725 0.413725 0.413725 +5005.137695 0.000000 804.262085 0.000000 0.873359 0.000000 -0.487077 0.412625 0.412625 0.412625 +5029.629883 0.000000 807.275330 0.000000 0.618175 0.000000 -0.786041 0.423030 0.423030 0.423030 +5019.737793 0.000000 811.842163 0.000000 0.727651 0.000000 -0.685947 0.417852 0.417852 0.417852 +5004.502441 0.000000 795.354309 0.000000 0.693920 0.000000 -0.720052 0.420471 0.420471 0.420471 +4992.939453 0.000000 819.357361 0.000000 0.702269 0.000000 -0.711912 0.420174 0.420174 0.420174 +5040.334961 0.000000 810.211182 0.000000 0.752974 0.000000 -0.658050 0.417250 0.417250 0.417250 +5010.925293 0.000000 816.554688 0.000000 0.765718 0.000000 -0.643177 0.417756 0.417756 0.417756 +5022.523926 0.000000 807.861450 0.000000 0.822636 0.000000 -0.568568 0.415400 0.415400 0.415400 +5016.270020 0.000000 791.641724 0.000000 0.644931 0.000000 -0.764240 0.422151 0.422151 0.422151 +5015.556641 0.000000 810.628357 0.000000 0.633666 0.000000 -0.773607 0.421773 0.421773 0.421773 +5021.219238 0.000000 815.108154 0.000000 0.666012 0.000000 -0.745941 0.420221 0.420221 0.420221 +5004.335449 0.000000 810.278564 0.000000 0.855022 0.000000 -0.518592 0.413884 0.413884 0.413884 +5026.854492 0.000000 822.080505 0.000000 0.741406 0.000000 -0.671057 0.418733 0.418733 0.418733 +5008.453125 0.000000 791.552734 0.000000 0.741005 0.000000 -0.671499 0.418638 0.418638 0.418638 +5039.876953 0.000000 811.390686 0.000000 0.652176 0.000000 -0.758067 0.421908 0.421908 0.421908 +5005.927734 0.000000 795.882751 0.000000 0.654415 0.000000 -0.756136 0.421833 0.421833 0.421833 +5017.044922 0.000000 797.904297 0.000000 0.816063 0.000000 -0.577963 0.415692 0.415692 0.415692 +4999.665527 0.000000 812.469666 0.000000 0.595614 0.000000 -0.803270 0.423427 0.423427 0.423427 +5002.473633 0.000000 796.583740 0.000000 0.766663 0.000000 -0.642050 0.417614 0.417614 0.417614 +4993.987793 0.000000 798.634766 0.000000 0.597544 0.000000 -0.801836 0.423413 0.423413 0.423413 +5066.704590 0.000000 813.523743 0.000000 0.924376 0.000000 -0.381483 0.405843 0.405843 0.405843 +5108.072754 0.000000 839.284424 0.000000 0.918830 0.000000 -0.394655 0.406462 0.406462 0.406462 +5062.267578 0.000000 815.221313 0.000000 0.819096 0.000000 -0.573657 0.409884 0.409884 0.409884 +5061.850586 0.000000 808.559692 0.000000 0.700225 0.000000 -0.713922 0.414014 0.414014 0.414014 +5058.597656 0.000000 804.246277 0.000000 0.949384 0.000000 -0.314118 0.406063 0.406063 0.406063 +5057.144043 0.000000 816.235535 0.000000 0.709931 0.000000 -0.704272 0.416153 0.416153 0.416153 +5056.405762 0.000000 800.557312 0.000000 0.857178 0.000000 -0.515020 0.411292 0.411292 0.411292 +5067.444824 0.000000 804.930542 0.000000 0.807597 0.000000 -0.589735 0.413983 0.413983 0.413983 +5114.082520 0.000000 851.490112 0.000000 0.614347 0.000000 -0.789036 0.414619 0.414619 0.414619 +5168.580566 0.000000 877.706360 0.000000 0.686524 0.000000 -0.727107 0.411016 0.411016 0.411016 +5168.891113 0.000000 875.639709 0.000000 0.932070 0.000000 -0.362278 0.405720 0.405720 0.405720 +5133.188965 0.000000 855.520264 0.000000 0.869403 0.000000 -0.494104 0.408103 0.408103 0.408103 +5397.353516 0.000000 770.186646 0.000000 0.900367 0.000000 -0.435131 0.408137 0.408137 0.408137 +5401.172852 0.000000 770.811646 0.000000 0.753758 0.000000 -0.657152 0.412531 0.412531 0.412531 +5618.842773 0.000000 921.619934 0.000000 0.843643 0.000000 -0.536904 0.407443 0.407443 0.407443 +5603.104004 0.000000 912.292114 0.000000 0.867804 0.000000 -0.496907 0.407115 0.407115 0.407115 +5581.139648 0.000000 947.294678 0.000000 0.902210 0.000000 -0.431297 0.406791 0.406791 0.406791 +5584.098633 0.000000 913.509521 0.000000 0.724685 0.000000 -0.689080 0.411501 0.411501 0.411501 +5583.590332 0.000000 955.846497 0.000000 0.777880 0.000000 -0.628412 0.410450 0.410450 0.410450 +5587.935547 0.000000 913.508423 0.000000 0.601135 0.000000 -0.799148 0.414886 0.414886 0.414886 +5624.427734 0.000000 955.620972 0.000000 0.678757 0.000000 -0.734363 0.413301 0.413301 0.413301 +5622.485352 0.000000 929.164246 0.000000 0.616583 0.000000 -0.787290 0.415388 0.415388 0.415388 +5625.198730 0.000000 930.485474 0.000000 0.824136 0.000000 -0.566392 0.410763 0.410763 0.410763 +5609.922852 0.000000 928.901917 0.000000 0.900227 0.000000 -0.435420 0.408008 0.408008 0.408008 +5593.534668 0.000000 913.312012 0.000000 0.853820 0.000000 -0.520569 0.409596 0.409596 0.409596 +5597.510254 0.000000 917.812927 0.000000 0.894788 0.000000 -0.446492 0.408181 0.408181 0.408181 +5588.561035 0.000000 954.515381 0.000000 0.643349 0.000000 -0.765573 0.415978 0.415978 0.415978 +5616.056641 0.000000 954.956848 0.000000 0.635212 0.000000 -0.772338 0.415511 0.415511 0.415511 +5595.430664 0.000000 944.384644 0.000000 0.752964 0.000000 -0.658062 0.413162 0.413162 0.413162 +5611.584473 0.000000 942.824951 0.000000 0.695613 0.000000 -0.718416 0.415128 0.415128 0.415128 +5618.163574 0.000000 950.725647 0.000000 0.880473 0.000000 -0.474097 0.409125 0.409125 0.409125 +5623.338379 0.000000 936.274231 0.000000 0.936085 0.000000 -0.351774 0.406820 0.406820 0.406820 +5597.817383 0.000000 943.629456 0.000000 0.656497 0.000000 -0.754328 0.416472 0.416472 0.416472 +5603.061035 0.000000 959.066895 0.000000 0.937874 0.000000 -0.346976 0.406334 0.406334 0.406334 +5596.472656 0.000000 949.266174 0.000000 0.702971 0.000000 -0.711218 0.415526 0.415526 0.415526 +5597.995605 0.000000 928.316223 0.000000 0.653506 0.000000 -0.756922 0.416634 0.416634 0.416634 +5598.868164 0.000000 924.492249 0.000000 0.798538 0.000000 -0.601944 0.412385 0.412385 0.412385 +5593.752441 0.000000 960.127197 0.000000 0.843801 0.000000 -0.536656 0.411229 0.411229 0.411229 +5612.416992 0.000000 948.753540 0.000000 0.741126 0.000000 -0.671366 0.414333 0.414333 0.414333 +5628.871582 0.000000 932.944824 0.000000 0.671197 0.000000 -0.741279 0.415009 0.415009 0.415009 +5613.710938 0.000000 954.949219 0.000000 0.905941 0.000000 -0.423403 0.408579 0.408579 0.408579 +5614.588379 0.000000 947.531311 0.000000 0.836366 0.000000 -0.548172 0.411124 0.411124 0.411124 +5599.371094 0.000000 958.811340 0.000000 0.859797 0.000000 -0.510636 0.410008 0.410008 0.410008 +5596.429199 0.000000 943.093445 0.000000 0.887156 0.000000 -0.461471 0.409245 0.409245 0.409245 +5599.121582 0.000000 935.010254 0.000000 0.837686 0.000000 -0.546152 0.411539 0.411539 0.411539 +5610.410156 0.000000 944.785767 0.000000 0.822124 0.000000 -0.569309 0.411492 0.411492 0.411492 +5608.134277 0.000000 948.340454 0.000000 0.649750 0.000000 -0.760148 0.417290 0.417290 0.417290 +5626.145020 0.000000 948.894165 0.000000 0.623017 0.000000 -0.782209 0.416997 0.416997 0.416997 +5586.479492 0.000000 950.393494 0.000000 0.910126 0.000000 -0.414332 0.407828 0.407828 0.407828 +5614.525879 0.000000 931.478210 0.000000 0.659941 0.000000 -0.751317 0.415959 0.415959 0.415959 +5603.980469 0.000000 951.543518 0.000000 0.940617 0.000000 -0.339470 0.406416 0.406416 0.406416 +5611.550781 0.000000 953.457275 0.000000 0.948264 0.000000 -0.317482 0.406194 0.406194 0.406194 +5612.563965 0.000000 943.469849 0.000000 0.685217 0.000000 -0.728338 0.415807 0.415807 0.415807 +5600.590820 0.000000 930.890930 0.000000 0.897971 0.000000 -0.440054 0.409078 0.409078 0.409078 +5592.413086 0.000000 957.168274 0.000000 0.627314 0.000000 -0.778766 0.417428 0.417428 0.417428 +5605.454590 0.000000 932.933899 0.000000 0.823904 0.000000 -0.566729 0.411793 0.411793 0.411793 +5608.188477 0.000000 941.093079 0.000000 0.616953 0.000000 -0.787000 0.417551 0.417551 0.417551 +5594.614258 0.000000 947.393494 0.000000 0.723336 0.000000 -0.690496 0.414195 0.414195 0.414195 +5625.484375 0.000000 944.765869 0.000000 0.636000 0.000000 -0.771689 0.417429 0.417429 0.417429 +5605.261230 0.000000 953.131653 0.000000 0.919218 0.000000 -0.393749 0.408103 0.408103 0.408103 +5605.645508 0.000000 939.529907 0.000000 0.748324 0.000000 -0.663333 0.414485 0.414485 0.414485 +5623.038086 0.000000 951.750061 0.000000 0.915457 0.000000 -0.402417 0.407693 0.407693 0.407693 +5630.141113 0.000000 950.618225 0.000000 0.645889 0.000000 -0.763431 0.416698 0.416698 0.416698 +5600.724121 0.000000 926.166321 0.000000 0.719523 0.000000 -0.694469 0.414872 0.414872 0.414872 +5625.725098 0.000000 936.252625 0.000000 0.839305 0.000000 -0.543661 0.411021 0.411021 0.411021 +5615.144043 0.000000 941.474609 0.000000 0.843238 0.000000 -0.537540 0.410938 0.410938 0.410938 +5597.641113 0.000000 949.505981 0.000000 0.895447 0.000000 -0.445168 0.409053 0.409053 0.409053 +5624.073242 0.000000 943.188660 0.000000 0.810901 0.000000 -0.585183 0.411736 0.411736 0.411736 +5608.466309 0.000000 937.287476 0.000000 0.589706 0.000000 -0.807618 0.417931 0.417931 0.417931 +5620.024414 0.000000 944.069885 0.000000 0.905538 0.000000 -0.424265 0.408532 0.408532 0.408532 +5618.699707 0.000000 934.802917 0.000000 0.609747 0.000000 -0.792596 0.417773 0.417773 0.417773 +5600.789062 0.000000 956.870178 0.000000 0.912720 0.000000 -0.408585 0.408049 0.408049 0.408049 +5618.101562 0.000000 936.694763 0.000000 0.853744 0.000000 -0.520693 0.410501 0.410501 0.410501 +5609.344238 0.000000 953.177856 0.000000 0.753800 0.000000 -0.657103 0.413747 0.413747 0.413747 +5594.731934 0.000000 927.342896 0.000000 0.655526 0.000000 -0.755173 0.417095 0.417095 0.417095 +5605.165527 0.000000 941.792786 0.000000 0.600967 0.000000 -0.799274 0.418681 0.418681 0.418681 +5594.823242 0.000000 953.470154 0.000000 0.916121 0.000000 -0.400902 0.408033 0.408033 0.408033 +5602.886719 0.000000 946.423035 0.000000 0.677027 0.000000 -0.735958 0.416395 0.416395 0.416395 +5602.564453 0.000000 929.729858 0.000000 0.937999 0.000000 -0.346639 0.407052 0.407052 0.407052 +5601.560059 0.000000 932.756470 0.000000 0.760643 0.000000 -0.649170 0.414005 0.414005 0.414005 +5618.077148 0.000000 932.525696 0.000000 0.628329 0.000000 -0.777948 0.417581 0.417581 0.417581 +5598.405762 0.000000 941.989868 0.000000 0.897055 0.000000 -0.441918 0.409074 0.409074 0.409074 +5615.447754 0.000000 972.920044 0.000000 0.619170 0.000000 -0.785257 0.412716 0.412716 0.412716 +5598.652344 0.000000 972.319763 0.000000 0.750831 0.000000 -0.660494 0.411059 0.411059 0.411059 +5614.421387 0.000000 969.281494 0.000000 0.804477 0.000000 -0.593984 0.410353 0.410353 0.410353 +5617.096680 0.000000 967.927856 0.000000 0.760558 0.000000 -0.649270 0.412278 0.412278 0.412278 +5615.546387 0.000000 966.581787 0.000000 0.807867 0.000000 -0.589365 0.410952 0.410952 0.410952 +5595.442383 0.000000 968.657227 0.000000 0.793875 0.000000 -0.608081 0.411488 0.411488 0.411488 +5617.067871 0.000000 964.763306 0.000000 0.906594 0.000000 -0.422003 0.408070 0.408070 0.408070 +5608.923828 0.000000 966.932495 0.000000 0.744110 0.000000 -0.668057 0.413260 0.413260 0.413260 +5608.114258 0.000000 962.789734 0.000000 0.907571 0.000000 -0.419899 0.408698 0.408698 0.408698 +5586.265625 0.000000 962.942993 0.000000 0.913898 0.000000 -0.405945 0.408307 0.408307 0.408307 +5611.013184 0.000000 961.444641 0.000000 0.659005 0.000000 -0.752138 0.416237 0.416237 0.416237 +5619.716797 0.000000 962.486511 0.000000 0.779911 0.000000 -0.625891 0.412933 0.412933 0.412933 +5594.454102 0.000000 961.248413 0.000000 0.688938 0.000000 -0.724820 0.416031 0.416031 0.416031 +5591.045898 0.000000 961.868286 0.000000 0.885301 0.000000 -0.465018 0.409346 0.409346 0.409346 +5655.348633 0.000000 956.748474 0.000000 0.877987 0.000000 -0.478685 0.407327 0.407327 0.407327 +5642.663574 0.000000 958.334961 0.000000 0.655659 0.000000 -0.755057 0.413545 0.413545 0.413545 +5651.881836 0.000000 942.287537 0.000000 0.892392 0.000000 -0.451262 0.407691 0.407691 0.407691 +5656.891602 0.000000 950.105103 0.000000 0.664170 0.000000 -0.747581 0.412902 0.412902 0.412902 +5639.546875 0.000000 935.054810 0.000000 0.902243 0.000000 -0.431228 0.406946 0.406946 0.406946 +5650.010742 0.000000 954.283081 0.000000 0.890917 0.000000 -0.454166 0.408050 0.408050 0.408050 +5641.880371 0.000000 937.268555 0.000000 0.827543 0.000000 -0.561402 0.409554 0.409554 0.409554 +5645.796875 0.000000 942.762817 0.000000 0.824554 0.000000 -0.565784 0.410870 0.410870 0.410870 +5649.052246 0.000000 946.554565 0.000000 0.937008 0.000000 -0.349309 0.406735 0.406735 0.406735 +5643.042480 0.000000 944.781921 0.000000 0.861796 0.000000 -0.507255 0.410360 0.410360 0.410360 +5641.122070 0.000000 950.811646 0.000000 0.682273 0.000000 -0.731097 0.416458 0.416458 0.416458 +5638.282227 0.000000 949.804443 0.000000 0.758560 0.000000 -0.651603 0.413997 0.413997 0.413997 +5639.968750 0.000000 944.703247 0.000000 0.705055 0.000000 -0.709152 0.415469 0.415469 0.415469 +5634.422363 0.000000 942.748230 0.000000 0.618082 0.000000 -0.786114 0.417749 0.417749 0.417749 +5667.200195 0.000000 1029.515747 0.000000 0.752623 0.000000 -0.658452 0.409869 0.409869 0.409869 +5677.537598 0.000000 1057.108398 0.000000 0.826046 0.000000 -0.563602 0.409178 0.409178 0.409178 +5667.030762 0.000000 1040.613159 0.000000 0.938445 0.000000 -0.345429 0.405759 0.405759 0.405759 +5687.533691 0.000000 1070.674316 0.000000 0.947165 0.000000 -0.320746 0.406049 0.406049 0.406049 +5689.571289 0.000000 1056.574585 0.000000 0.815064 0.000000 -0.579371 0.411663 0.411663 0.411663 +5692.561035 0.000000 1036.222656 0.000000 0.878628 0.000000 -0.477508 0.409719 0.409719 0.409719 +5695.022461 0.000000 1029.166748 0.000000 0.776262 0.000000 -0.630411 0.413521 0.413521 0.413521 +5668.375977 0.000000 1053.983521 0.000000 0.783399 0.000000 -0.621520 0.413596 0.413596 0.413596 +5660.799316 0.000000 1049.238525 0.000000 0.760941 0.000000 -0.648821 0.415864 0.415864 0.415864 +5692.832520 0.000000 1050.056763 0.000000 0.736113 0.000000 -0.676859 0.416408 0.416408 0.416408 +5661.189453 0.000000 1053.638428 0.000000 0.896421 0.000000 -0.443203 0.410844 0.410844 0.410844 +5689.561523 0.000000 1070.565674 0.000000 0.895148 0.000000 -0.445769 0.410428 0.410428 0.410428 +5663.192383 0.000000 1034.312866 0.000000 0.877659 0.000000 -0.479286 0.410732 0.410732 0.410732 +5690.115723 0.000000 1054.917114 0.000000 0.936265 0.000000 -0.351296 0.409141 0.409141 0.409141 +5691.334961 0.000000 1033.989380 0.000000 0.832436 0.000000 -0.554121 0.413577 0.413577 0.413577 +5661.719238 0.000000 1028.996948 0.000000 0.833121 0.000000 -0.553091 0.413051 0.413051 0.413051 +5672.383789 0.000000 1053.038452 0.000000 0.939977 0.000000 -0.341237 0.408433 0.408433 0.408433 +5692.310547 0.000000 1068.801880 0.000000 0.631757 0.000000 -0.775166 0.422587 0.422587 0.422587 +5667.731445 0.000000 1047.768188 0.000000 0.761827 0.000000 -0.647781 0.417944 0.417944 0.417944 +5693.693848 0.000000 1046.261597 0.000000 0.864707 0.000000 -0.502277 0.412743 0.412743 0.412743 +5690.250488 0.000000 1054.097900 0.000000 0.931176 0.000000 -0.364569 0.409503 0.409503 0.409503 +5695.019043 0.000000 1069.577393 0.000000 0.893346 0.000000 -0.449369 0.411868 0.411868 0.411868 +5692.852539 0.000000 1064.443115 0.000000 0.929188 0.000000 -0.369608 0.409641 0.409641 0.409641 +5698.681152 0.000000 1038.937256 0.000000 0.731748 0.000000 -0.681575 0.411832 0.411832 0.411832 +5726.405762 0.000000 1054.958618 0.000000 0.838528 0.000000 -0.544858 0.414673 0.414673 0.414673 +5718.826172 0.000000 1067.267822 0.000000 0.711349 0.000000 -0.702839 0.417356 0.417356 0.417356 +5696.599609 0.000000 1044.272827 0.000000 0.928237 0.000000 -0.371990 0.409706 0.409706 0.409706 +5728.250977 0.000000 1057.926514 0.000000 0.600869 0.000000 -0.799348 0.423586 0.423586 0.423586 +5724.200684 0.000000 1064.014038 0.000000 0.822389 0.000000 -0.568926 0.415411 0.415411 0.415411 +5722.441895 0.000000 1056.430542 0.000000 0.648641 0.000000 -0.761095 0.422027 0.422027 0.422027 +5728.896973 0.000000 1056.619751 0.000000 0.695351 0.000000 -0.718670 0.420420 0.420420 0.420420 +5725.374512 0.000000 1067.544922 0.000000 0.867839 0.000000 -0.496845 0.413241 0.413241 0.413241 +5717.166016 0.000000 1071.766602 0.000000 0.632955 0.000000 -0.774189 0.422547 0.422547 0.422547 +5703.630371 0.000000 1031.775024 0.000000 0.762218 0.000000 -0.647320 0.416980 0.416980 0.416980 +5729.844727 0.000000 1058.206177 0.000000 0.940418 0.000000 -0.340019 0.408835 0.408835 0.408835 +5726.002930 0.000000 1059.342651 0.000000 0.693961 0.000000 -0.720012 0.420469 0.420469 0.420469 +5726.807129 0.000000 1064.954224 0.000000 0.713191 0.000000 -0.700970 0.419780 0.419780 0.419780 +5695.169434 0.000000 1090.080811 0.000000 0.940200 0.000000 -0.340623 0.405554 0.405554 0.405554 +5687.173828 0.000000 1076.250854 0.000000 0.848680 0.000000 -0.528907 0.411938 0.411938 0.411938 +5691.349609 0.000000 1084.036011 0.000000 0.778831 0.000000 -0.627233 0.417265 0.417265 0.417265 +5691.592773 0.000000 1079.735107 0.000000 0.763523 0.000000 -0.645780 0.417877 0.417877 0.417877 +5692.507812 0.000000 1079.768555 0.000000 0.703618 0.000000 -0.710578 0.420125 0.420125 0.420125 +5721.304688 0.000000 1074.196777 0.000000 0.891073 0.000000 -0.453861 0.407127 0.407127 0.407127 +5713.288086 0.000000 1078.284424 0.000000 0.809881 0.000000 -0.586594 0.409828 0.409828 0.409828 +5702.565430 0.000000 1079.354370 0.000000 0.596298 0.000000 -0.802763 0.419311 0.419311 0.419311 +5699.858398 0.000000 1087.977539 0.000000 0.950897 0.000000 -0.309508 0.406521 0.406521 0.406521 +5701.444336 0.000000 1082.433838 0.000000 0.948795 0.000000 -0.315891 0.407270 0.407270 0.407270 +5698.182129 0.000000 1085.878784 0.000000 0.919146 0.000000 -0.393917 0.409684 0.409684 0.409684 +5696.720215 0.000000 1085.952393 0.000000 0.680252 0.000000 -0.732979 0.420950 0.420950 0.420950 +5717.584961 0.000000 1073.425293 0.000000 0.885381 0.000000 -0.464866 0.412312 0.412312 0.412312 +4233.912598 0.000000 2231.992676 0.000000 0.610804 0.000000 -0.791782 0.414508 0.414508 0.414508 +4215.062500 0.000000 2310.392578 0.000000 0.928057 0.000000 -0.372437 0.405221 0.405221 0.405221 +4219.981445 0.000000 2371.078613 0.000000 0.685932 0.000000 -0.727666 0.411027 0.411027 0.411027 +4201.064941 0.000000 2367.564941 0.000000 0.791147 0.000000 -0.611626 0.409004 0.409004 0.409004 +4217.384766 0.000000 2372.111084 0.000000 0.787302 0.000000 -0.616568 0.409288 0.409288 0.409288 +4199.299805 0.000000 2362.238770 0.000000 0.768924 0.000000 -0.639340 0.409628 0.409628 0.409628 +4223.163574 0.000000 2348.533936 0.000000 0.857731 0.000000 -0.514098 0.407792 0.407792 0.407792 +4213.789062 0.000000 2359.303223 0.000000 0.892661 0.000000 -0.450728 0.407004 0.407004 0.407004 +4202.219238 0.000000 2362.073975 0.000000 0.927924 0.000000 -0.372769 0.405493 0.405493 0.405493 +4203.407227 0.000000 2360.087402 0.000000 0.658934 0.000000 -0.752201 0.412626 0.412626 0.412626 +4213.101074 0.000000 2361.184814 0.000000 0.839254 0.000000 -0.543739 0.408525 0.408525 0.408525 +4195.093262 0.000000 2338.235596 0.000000 0.931129 0.000000 -0.364689 0.405536 0.405536 0.405536 +4199.089844 0.000000 2331.172607 0.000000 0.843956 0.000000 -0.536412 0.408848 0.408848 0.408848 +4204.147461 0.000000 2331.494873 0.000000 0.938980 0.000000 -0.343972 0.405575 0.405575 0.405575 +4212.695312 0.000000 2362.831543 0.000000 0.595666 0.000000 -0.803232 0.414670 0.414670 0.414670 +4206.203125 0.000000 2339.380859 0.000000 0.844831 0.000000 -0.535034 0.408908 0.408908 0.408908 +4220.027344 0.000000 2360.741699 0.000000 0.794586 0.000000 -0.607152 0.410686 0.410686 0.410686 +4287.586426 0.000000 2312.809570 0.000000 0.716589 0.000000 -0.697496 0.410059 0.410059 0.410059 +4271.917480 0.000000 2296.156982 0.000000 0.945074 0.000000 -0.326858 0.404522 0.404522 0.404522 +4267.601562 0.000000 2312.275146 0.000000 0.842697 0.000000 -0.538388 0.408147 0.408147 0.408147 +4226.552734 0.000000 2315.451172 0.000000 0.820283 0.000000 -0.571957 0.408786 0.408786 0.408786 +4281.190430 0.000000 2301.481934 0.000000 0.787384 0.000000 -0.616462 0.409519 0.409519 0.409519 +4263.167969 0.000000 2307.844971 0.000000 0.668314 0.000000 -0.743879 0.412147 0.412147 0.412147 +4253.739258 0.000000 2280.838135 0.000000 0.784151 0.000000 -0.620570 0.409694 0.409694 0.409694 +4249.349609 0.000000 2279.325684 0.000000 0.725980 0.000000 -0.687716 0.412041 0.412041 0.412041 +4249.336426 0.000000 2297.373291 0.000000 0.899303 0.000000 -0.437326 0.407345 0.407345 0.407345 +4265.033691 0.000000 2300.811768 0.000000 0.722208 0.000000 -0.691676 0.412509 0.412509 0.412509 +4267.248047 0.000000 2306.572021 0.000000 0.760216 0.000000 -0.649670 0.411687 0.411687 0.411687 +4271.960449 0.000000 2302.326660 0.000000 0.815095 0.000000 -0.579327 0.410613 0.410613 0.410613 +4247.724609 0.000000 2286.504395 0.000000 0.724352 0.000000 -0.689430 0.414319 0.414319 0.414319 +4286.147949 0.000000 2304.329834 0.000000 0.665790 0.000000 -0.746139 0.415181 0.415181 0.415181 +4272.927734 0.000000 2304.390869 0.000000 0.694190 0.000000 -0.719791 0.414724 0.414724 0.414724 +4272.896973 0.000000 2306.985596 0.000000 0.764825 0.000000 -0.644238 0.412898 0.412898 0.412898 +4294.997070 0.000000 2299.631836 0.000000 0.691644 0.000000 -0.722239 0.411847 0.411847 0.411847 +4296.280273 0.000000 2293.605957 0.000000 0.757415 0.000000 -0.652934 0.410870 0.410870 0.410870 +4304.485352 0.000000 2284.487305 0.000000 0.899448 0.000000 -0.437028 0.407362 0.407362 0.407362 +4307.693848 0.000000 2288.710693 0.000000 0.788944 0.000000 -0.614466 0.412225 0.412225 0.412225 +4303.223145 0.000000 2287.721436 0.000000 0.900979 0.000000 -0.433862 0.408112 0.408112 0.408112 +4305.977051 0.000000 2288.844238 0.000000 0.667288 0.000000 -0.744800 0.415859 0.415859 0.415859 +4300.066406 0.000000 2289.640381 0.000000 0.648817 0.000000 -0.760945 0.417315 0.417315 0.417315 +4281.910645 0.000000 2363.810303 0.000000 0.745289 0.000000 -0.666742 0.409803 0.409803 0.409803 +4254.953613 0.000000 2372.111816 0.000000 0.786473 0.000000 -0.617625 0.408908 0.408908 0.408908 +4245.934570 0.000000 2370.671387 0.000000 0.834527 0.000000 -0.550967 0.408158 0.408158 0.408158 +4244.984863 0.000000 2353.057373 0.000000 0.870370 0.000000 -0.492398 0.407224 0.407224 0.407224 +4236.721191 0.000000 2354.184326 0.000000 0.596048 0.000000 -0.802949 0.412987 0.412987 0.412987 +4226.311035 0.000000 2352.470459 0.000000 0.759931 0.000000 -0.650003 0.410246 0.410246 0.410246 +4243.253418 0.000000 2363.446045 0.000000 0.924071 0.000000 -0.382220 0.405562 0.405562 0.405562 +4255.373535 0.000000 2359.292480 0.000000 0.880525 0.000000 -0.474000 0.407101 0.407101 0.407101 +4226.199219 0.000000 2322.971680 0.000000 0.718283 0.000000 -0.695751 0.411142 0.411142 0.411142 +4230.997070 0.000000 2356.116211 0.000000 0.827479 0.000000 -0.561496 0.408603 0.408603 0.408603 +4229.572266 0.000000 2362.790283 0.000000 0.663290 0.000000 -0.748362 0.412751 0.412751 0.412751 +4250.529785 0.000000 2371.266113 0.000000 0.769930 0.000000 -0.638129 0.410194 0.410194 0.410194 +4231.440918 0.000000 2366.266602 0.000000 0.751665 0.000000 -0.659545 0.410932 0.410932 0.410932 +4232.564453 0.000000 2367.590332 0.000000 0.620333 0.000000 -0.784339 0.414496 0.414496 0.414496 +4243.343262 0.000000 2367.460449 0.000000 0.894147 0.000000 -0.447773 0.407441 0.407441 0.407441 +4221.251953 0.000000 2379.158203 0.000000 0.691467 0.000000 -0.722408 0.411810 0.411810 0.411810 +4223.510742 0.000000 2397.080566 0.000000 0.862457 0.000000 -0.506130 0.407499 0.407499 0.407499 +4219.739258 0.000000 2376.850342 0.000000 0.843624 0.000000 -0.536934 0.408151 0.408151 0.408151 +4223.825195 0.000000 2385.596436 0.000000 0.895978 0.000000 -0.444099 0.406893 0.406893 0.406893 +4222.321777 0.000000 2390.676025 0.000000 0.748800 0.000000 -0.662796 0.412228 0.412228 0.412228 +4230.475098 0.000000 2386.934326 0.000000 0.628570 0.000000 -0.777753 0.412858 0.412858 0.412858 +4225.654297 0.000000 2386.701904 0.000000 0.816415 0.000000 -0.577466 0.409191 0.409191 0.409191 +4459.659668 0.000000 2295.554688 0.000000 0.713470 0.000000 -0.700686 0.411319 0.411319 0.411319 +4456.284180 0.000000 2297.841553 0.000000 0.646296 0.000000 -0.763087 0.412786 0.412786 0.412786 +4455.147461 0.000000 2296.278320 0.000000 0.821886 0.000000 -0.569651 0.409442 0.409442 0.409442 +4446.945801 0.000000 2287.838867 0.000000 0.602042 0.000000 -0.798464 0.414083 0.414083 0.414083 +4459.765137 0.000000 2288.659180 0.000000 0.865912 0.000000 -0.500196 0.408239 0.408239 0.408239 +4458.375488 0.000000 2290.918213 0.000000 0.787871 0.000000 -0.615840 0.410799 0.410799 0.410799 +4450.559570 0.000000 2292.580566 0.000000 0.883154 0.000000 -0.469084 0.407972 0.407972 0.407972 +4454.782227 0.000000 2287.384766 0.000000 0.897732 0.000000 -0.440542 0.407471 0.407471 0.407471 +4453.210449 0.000000 2291.456543 0.000000 0.709427 0.000000 -0.704779 0.413121 0.413121 0.413121 +"} object={ name="oak_dense_generator_3_4" clamp_to_water_level=no @@ -41,5 +3577,857 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_dense_01_mesh" - count=0 -} + count=852 + transform="5011.935547 0.000000 744.055298 0.000000 0.015589 0.000000 -0.999878 0.424383 0.424383 0.424383 +5002.583984 0.000000 760.520874 0.000000 0.520031 0.000000 -0.854147 0.417025 0.417025 0.417025 +5046.609375 0.000000 762.145447 0.000000 0.450395 0.000000 -0.892830 0.419011 0.419011 0.419011 +5031.789551 0.000000 748.234314 0.000000 0.104708 0.000000 -0.994503 0.425179 0.425179 0.425179 +5005.681641 0.000000 779.965820 0.000000 0.286725 0.000000 -0.958013 0.422561 0.422561 0.422561 +5009.469238 0.000000 752.035339 0.000000 0.313579 0.000000 -0.949562 0.420814 0.420814 0.420814 +5004.996094 0.000000 764.128723 0.000000 0.198626 0.000000 -0.980075 0.423067 0.423067 0.423067 +5030.060059 0.000000 755.121094 0.000000 0.498326 0.000000 -0.866990 0.417601 0.417601 0.417601 +4995.094727 0.000000 789.081055 0.000000 0.267801 0.000000 -0.963474 0.422259 0.422259 0.422259 +5007.223145 0.000000 762.643433 0.000000 0.295527 0.000000 -0.955334 0.422779 0.422779 0.422779 +4996.081543 0.000000 754.266663 0.000000 0.349081 0.000000 -0.937093 0.421826 0.421826 0.421826 +5045.408691 0.000000 762.710571 0.000000 0.358457 0.000000 -0.933546 0.422728 0.422728 0.422728 +5038.797363 0.000000 786.099976 0.000000 0.345033 0.000000 -0.938591 0.423181 0.423181 0.423181 +5014.709473 0.000000 754.258972 0.000000 0.001892 0.000000 -0.999998 0.429846 0.429846 0.429846 +5008.268066 0.000000 746.575012 0.000000 0.324836 0.000000 -0.945770 0.423836 0.423836 0.423836 +5006.943359 0.000000 774.891418 0.000000 0.269976 0.000000 -0.962867 0.424876 0.424876 0.424876 +5011.389160 0.000000 746.879761 0.000000 0.444236 0.000000 -0.895910 0.421292 0.421292 0.421292 +5000.396484 0.000000 773.077515 0.000000 0.016545 0.000000 -0.999863 0.429568 0.429568 0.429568 +4996.561035 0.000000 780.578430 0.000000 0.503306 0.000000 -0.864108 0.418859 0.418859 0.418859 +5033.447266 0.000000 751.202209 0.000000 0.273840 0.000000 -0.961775 0.424993 0.424993 0.424993 +5009.965332 0.000000 774.921997 0.000000 0.261562 0.000000 -0.965187 0.424391 0.424391 0.424391 +5017.886230 0.000000 776.369263 0.000000 0.374646 0.000000 -0.927168 0.425007 0.425007 0.425007 +5007.546387 0.000000 772.178772 0.000000 0.392557 0.000000 -0.919728 0.421683 0.421683 0.421683 +5016.183105 0.000000 755.984375 0.000000 0.225171 0.000000 -0.974319 0.427105 0.427105 0.427105 +5004.499512 0.000000 773.679749 0.000000 0.503525 0.000000 -0.863981 0.420938 0.420938 0.420938 +5015.599609 0.000000 781.183594 0.000000 0.507842 0.000000 -0.861450 0.421615 0.421615 0.421615 +5018.731934 0.000000 757.889771 0.000000 0.487892 0.000000 -0.872904 0.422624 0.422624 0.422624 +5035.132812 0.000000 749.663879 0.000000 0.557844 0.000000 -0.829946 0.420677 0.420677 0.420677 +5000.949219 0.000000 783.231995 0.000000 0.312386 0.000000 -0.949955 0.427217 0.427217 0.427217 +5035.103516 0.000000 769.569824 0.000000 0.557964 0.000000 -0.829865 0.419697 0.419697 0.419697 +5008.360840 0.000000 780.841431 0.000000 0.578561 0.000000 -0.815639 0.419812 0.419812 0.419812 +5016.788574 0.000000 748.409180 0.000000 0.212275 0.000000 -0.977210 0.430691 0.430691 0.430691 +5017.272461 0.000000 769.050049 0.000000 0.136607 0.000000 -0.990625 0.431571 0.431571 0.431571 +5031.297852 0.000000 750.663696 0.000000 0.578734 0.000000 -0.815516 0.419713 0.419713 0.419713 +5031.517090 0.000000 768.985046 0.000000 0.267006 0.000000 -0.963695 0.432793 0.432793 0.432793 +5034.766602 0.000000 763.344238 0.000000 0.253372 0.000000 -0.967369 0.432098 0.432098 0.432098 +5030.826172 0.000000 789.753296 0.000000 0.313928 0.000000 -0.949447 0.431868 0.431868 0.431868 +5022.405762 0.000000 772.536743 0.000000 0.403702 0.000000 -0.914890 0.429418 0.429418 0.429418 +5013.127930 0.000000 788.477356 0.000000 0.290994 0.000000 -0.956725 0.432481 0.432481 0.432481 +5009.990723 0.000000 761.532593 0.000000 0.536381 0.000000 -0.843976 0.422874 0.422874 0.422874 +5015.335449 0.000000 769.791321 0.000000 0.293634 0.000000 -0.955918 0.429678 0.429678 0.429678 +5025.751465 0.000000 774.273499 0.000000 0.005696 0.000000 -0.999984 0.437901 0.437901 0.437901 +5022.344238 0.000000 760.955566 0.000000 0.431811 0.000000 -0.901964 0.425486 0.425486 0.425486 +5023.795898 0.000000 762.211121 0.000000 0.524346 0.000000 -0.851505 0.421010 0.421010 0.421010 +5013.386719 0.000000 790.122559 0.000000 0.577836 0.000000 -0.816153 0.423787 0.423787 0.423787 +5014.463867 0.000000 758.539490 0.000000 0.475584 0.000000 -0.879670 0.427379 0.427379 0.427379 +5022.203125 0.000000 781.456116 0.000000 0.020127 0.000000 -0.999797 0.439178 0.439178 0.439178 +5002.929199 0.000000 773.449890 0.000000 0.496329 0.000000 -0.868135 0.422260 0.422260 0.422260 +5030.218750 0.000000 783.294312 0.000000 0.567180 0.000000 -0.823594 0.424643 0.424643 0.424643 +5014.826172 0.000000 784.845886 0.000000 0.309045 0.000000 -0.951048 0.430305 0.430305 0.430305 +5020.664062 0.000000 786.839539 0.000000 0.079664 0.000000 -0.996822 0.437969 0.437969 0.437969 +5036.519531 0.000000 762.831360 0.000000 0.560965 0.000000 -0.827839 0.422643 0.422643 0.422643 +5032.232910 0.000000 785.365234 0.000000 0.323126 0.000000 -0.946356 0.431621 0.431621 0.431621 +5027.832520 0.000000 756.016296 0.000000 0.587000 0.000000 -0.809587 0.419220 0.419220 0.419220 +5023.024902 0.000000 758.917236 0.000000 0.212495 0.000000 -0.977162 0.433057 0.433057 0.433057 +5036.935547 0.000000 756.149414 0.000000 0.189781 0.000000 -0.981827 0.431348 0.431348 0.431348 +5030.308594 0.000000 785.694336 0.000000 0.087439 0.000000 -0.996170 0.437771 0.437771 0.437771 +5028.887207 0.000000 750.449707 0.000000 0.168130 0.000000 -0.985765 0.428699 0.428699 0.428699 +5022.393066 0.000000 784.138306 0.000000 0.497006 0.000000 -0.867747 0.426755 0.426755 0.426755 +5025.619629 0.000000 751.359802 0.000000 0.556627 0.000000 -0.830763 0.420708 0.420708 0.420708 +5027.500000 0.000000 781.170715 0.000000 0.010877 0.000000 -0.999941 0.438165 0.438165 0.438165 +5033.023438 0.000000 769.874451 0.000000 0.099133 0.000000 -0.995074 0.433504 0.433504 0.433504 +4998.627441 0.000000 784.108154 0.000000 0.285576 0.000000 -0.958356 0.427955 0.427955 0.427955 +5008.059082 0.000000 756.800781 0.000000 0.048382 0.000000 -0.998829 0.434815 0.434815 0.434815 +5014.491699 0.000000 782.669128 0.000000 0.556135 0.000000 -0.831092 0.422240 0.422240 0.422240 +5003.260254 0.000000 754.822021 0.000000 0.423172 0.000000 -0.906050 0.424741 0.424741 0.424741 +5038.219727 0.000000 765.488525 0.000000 0.584769 0.000000 -0.811200 0.420788 0.420788 0.420788 +5020.714355 0.000000 756.917847 0.000000 0.329810 0.000000 -0.944047 0.429962 0.429962 0.429962 +5009.620605 0.000000 787.437012 0.000000 0.042234 0.000000 -0.999108 0.438924 0.438924 0.438924 +5032.559570 0.000000 760.982788 0.000000 0.576549 0.000000 -0.817062 0.423731 0.423731 0.423731 +4998.509766 0.000000 789.144531 0.000000 0.323039 0.000000 -0.946386 0.429825 0.429825 0.429825 +5024.250977 0.000000 775.504639 0.000000 0.490559 0.000000 -0.871408 0.425623 0.425623 0.425623 +5023.623535 0.000000 782.635559 0.000000 0.550914 0.000000 -0.834562 0.425044 0.425044 0.425044 +5025.109375 0.000000 776.001892 0.000000 0.516248 0.000000 -0.856439 0.423157 0.423157 0.423157 +5012.185547 0.000000 762.825317 0.000000 0.266193 0.000000 -0.963920 0.433139 0.433139 0.433139 +5020.580078 0.000000 784.909668 0.000000 0.308757 0.000000 -0.951141 0.431128 0.431128 0.431128 +5043.548340 0.000000 762.463745 0.000000 0.373052 0.000000 -0.927811 0.425339 0.425339 0.425339 +5009.887207 0.000000 783.911194 0.000000 0.211016 0.000000 -0.977483 0.429500 0.429500 0.429500 +5011.490723 0.000000 748.993286 0.000000 0.113930 0.000000 -0.993489 0.431638 0.431638 0.431638 +5037.085449 0.000000 749.863220 0.000000 0.029279 0.000000 -0.999571 0.434251 0.434251 0.434251 +5012.910645 0.000000 749.254822 0.000000 0.270190 0.000000 -0.962807 0.429795 0.429795 0.429795 +5010.325195 0.000000 785.696045 0.000000 0.005174 0.000000 -0.999987 0.435569 0.435569 0.435569 +5002.577148 0.000000 787.935486 0.000000 0.099581 0.000000 -0.995029 0.436579 0.436579 0.436579 +5011.773926 0.000000 778.237244 0.000000 0.246987 0.000000 -0.969019 0.429225 0.429225 0.429225 +5033.873047 0.000000 785.597839 0.000000 0.543884 0.000000 -0.839161 0.425356 0.425356 0.425356 +5025.003906 0.000000 783.910156 0.000000 0.343487 0.000000 -0.939158 0.428695 0.428695 0.428695 +5011.198730 0.000000 749.845276 0.000000 0.328817 0.000000 -0.944394 0.426840 0.426840 0.426840 +5011.675781 0.000000 760.513550 0.000000 0.282079 0.000000 -0.959391 0.429639 0.429639 0.429639 +5021.107422 0.000000 775.752747 0.000000 0.269382 0.000000 -0.963033 0.430527 0.430527 0.430527 +4998.077148 0.000000 782.056519 0.000000 0.502621 0.000000 -0.864507 0.423305 0.423305 0.423305 +5028.282227 0.000000 776.829956 0.000000 0.167743 0.000000 -0.985831 0.433048 0.433048 0.433048 +5014.437012 0.000000 766.691956 0.000000 0.363884 0.000000 -0.931444 0.429978 0.429978 0.429978 +5018.448730 0.000000 781.831970 0.000000 0.301157 0.000000 -0.953575 0.430315 0.430315 0.430315 +5029.131348 0.000000 767.303833 0.000000 0.307676 0.000000 -0.951491 0.432036 0.432036 0.432036 +5025.582520 0.000000 784.588562 0.000000 0.329318 0.000000 -0.944219 0.430838 0.430838 0.430838 +5026.492676 0.000000 784.496094 0.000000 0.352659 0.000000 -0.935752 0.430822 0.430822 0.430822 +5028.712402 0.000000 782.520081 0.000000 0.347245 0.000000 -0.937774 0.430969 0.430969 0.430969 +5016.833496 0.000000 784.134033 0.000000 0.463519 0.000000 -0.886087 0.427727 0.427727 0.427727 +5022.416992 0.000000 768.572815 0.000000 0.203697 0.000000 -0.979034 0.434231 0.434231 0.434231 +5013.675293 0.000000 759.503601 0.000000 0.440285 0.000000 -0.897858 0.426665 0.426665 0.426665 +5024.640625 0.000000 782.512390 0.000000 0.495297 0.000000 -0.868723 0.424755 0.424755 0.424755 +5022.100586 0.000000 783.348999 0.000000 0.008921 0.000000 -0.999960 0.439617 0.439617 0.439617 +5038.699707 0.000000 789.503113 0.000000 0.553507 0.000000 -0.832845 0.424228 0.424228 0.424228 +5029.967285 0.000000 766.024536 0.000000 0.140046 0.000000 -0.990145 0.436422 0.436422 0.436422 +5013.166016 0.000000 789.344727 0.000000 0.233562 0.000000 -0.972342 0.433997 0.433997 0.433997 +5013.725586 0.000000 760.334106 0.000000 0.059161 0.000000 -0.998248 0.438493 0.438493 0.438493 +5021.767578 0.000000 770.670471 0.000000 0.113040 0.000000 -0.993590 0.436315 0.436315 0.436315 +5031.717285 0.000000 764.123657 0.000000 0.150497 0.000000 -0.988611 0.436153 0.436153 0.436153 +5012.348633 0.000000 788.987488 0.000000 0.179509 0.000000 -0.983756 0.435404 0.435404 0.435404 +5037.560547 0.000000 789.761353 0.000000 0.260625 0.000000 -0.965440 0.433286 0.433286 0.433286 +5035.567383 0.000000 788.864014 0.000000 0.469307 0.000000 -0.883035 0.427560 0.427560 0.427560 +5027.512207 0.000000 782.805481 0.000000 0.422846 0.000000 -0.906202 0.428543 0.428543 0.428543 +5022.710449 0.000000 775.754089 0.000000 0.180341 0.000000 -0.983604 0.435382 0.435382 0.435382 +5005.670410 0.000000 789.803894 0.000000 0.023876 0.000000 -0.999715 0.439392 0.439392 0.439392 +5018.578613 0.000000 763.112610 0.000000 0.099560 0.000000 -0.995032 0.437461 0.437461 0.437461 +5019.946777 0.000000 762.858276 0.000000 0.249107 0.000000 -0.968476 0.433589 0.433589 0.433589 +5017.452148 0.000000 789.966064 0.000000 0.495476 0.000000 -0.868621 0.426800 0.426800 0.426800 +4912.248535 0.000000 844.586609 0.000000 0.048222 0.000000 -0.998837 0.427444 0.427444 0.427444 +4914.290039 0.000000 844.547363 0.000000 0.151554 0.000000 -0.988449 0.426634 0.426634 0.426634 +4924.675293 0.000000 845.368164 0.000000 0.533395 0.000000 -0.845866 0.425673 0.425673 0.425673 +4925.971680 0.000000 845.742737 0.000000 0.326062 0.000000 -0.945349 0.431542 0.431542 0.431542 +4927.617676 0.000000 845.031433 0.000000 0.298567 0.000000 -0.954389 0.432279 0.432279 0.432279 +4982.255859 0.000000 799.541321 0.000000 0.155166 0.000000 -0.987888 0.420560 0.420560 0.420560 +4981.177734 0.000000 801.301697 0.000000 0.284103 0.000000 -0.958794 0.419919 0.419919 0.419919 +4939.557617 0.000000 830.729004 0.000000 0.542140 0.000000 -0.840288 0.415096 0.415096 0.415096 +4932.140625 0.000000 832.349121 0.000000 0.057563 0.000000 -0.998342 0.423271 0.423271 0.423271 +4991.423340 0.000000 794.256531 0.000000 0.090101 0.000000 -0.995933 0.427427 0.427427 0.427427 +4987.996582 0.000000 798.050171 0.000000 0.322710 0.000000 -0.946498 0.421523 0.421523 0.421523 +4941.130371 0.000000 832.957397 0.000000 0.433341 0.000000 -0.901230 0.422085 0.422085 0.422085 +4962.360840 0.000000 836.154419 0.000000 0.489985 0.000000 -0.871731 0.421304 0.421304 0.421304 +4986.650879 0.000000 801.959229 0.000000 0.148304 0.000000 -0.988942 0.428684 0.428684 0.428684 +4963.980469 0.000000 838.574768 0.000000 0.543575 0.000000 -0.839361 0.418800 0.418800 0.418800 +4965.261230 0.000000 840.162903 0.000000 0.047239 0.000000 -0.998884 0.431189 0.431189 0.431189 +4988.159668 0.000000 808.417542 0.000000 0.352452 0.000000 -0.935830 0.424300 0.424300 0.424300 +4970.742676 0.000000 814.970886 0.000000 0.050636 0.000000 -0.998717 0.431803 0.431803 0.431803 +4981.988770 0.000000 802.020508 0.000000 0.227703 0.000000 -0.973731 0.425177 0.425177 0.425177 +4937.062988 0.000000 832.761230 0.000000 0.542760 0.000000 -0.839887 0.419565 0.419565 0.419565 +4967.715332 0.000000 838.288086 0.000000 0.377825 0.000000 -0.925877 0.424343 0.424343 0.424343 +4969.344238 0.000000 840.209106 0.000000 0.331758 0.000000 -0.943364 0.427204 0.427204 0.427204 +4984.633789 0.000000 806.178406 0.000000 0.364655 0.000000 -0.931143 0.426907 0.426907 0.426907 +4991.554199 0.000000 799.109192 0.000000 0.505250 0.000000 -0.862973 0.425420 0.425420 0.425420 +4946.137207 0.000000 833.739258 0.000000 0.172332 0.000000 -0.985039 0.429030 0.429030 0.429030 +4983.580566 0.000000 820.820984 0.000000 0.350135 0.000000 -0.936699 0.430891 0.430891 0.430891 +4981.111816 0.000000 839.572998 0.000000 0.338533 0.000000 -0.940955 0.427045 0.427045 0.427045 +4943.746582 0.000000 844.144348 0.000000 0.566876 0.000000 -0.823803 0.424652 0.424652 0.424652 +4936.403320 0.000000 841.528748 0.000000 0.443163 0.000000 -0.896441 0.428308 0.428308 0.428308 +4978.309082 0.000000 826.593750 0.000000 0.403098 0.000000 -0.915157 0.429435 0.429435 0.429435 +4964.659668 0.000000 826.879150 0.000000 0.041064 0.000000 -0.999157 0.438954 0.438954 0.438954 +4982.121094 0.000000 839.822021 0.000000 0.208990 0.000000 -0.977918 0.433824 0.433824 0.433824 +4969.240234 0.000000 821.297791 0.000000 0.543663 0.000000 -0.839304 0.425363 0.425363 0.425363 +4991.184082 0.000000 804.811646 0.000000 0.074628 0.000000 -0.997211 0.435334 0.435334 0.435334 +4945.884277 0.000000 845.006348 0.000000 0.452542 0.000000 -0.891743 0.428041 0.428041 0.428041 +4990.353027 0.000000 818.245422 0.000000 0.491584 0.000000 -0.870830 0.426913 0.426913 0.426913 +4933.709473 0.000000 843.610718 0.000000 0.563931 0.000000 -0.825822 0.424743 0.424743 0.424743 +4964.296387 0.000000 817.766418 0.000000 0.275602 0.000000 -0.961272 0.428956 0.428956 0.428956 +4934.803223 0.000000 843.858765 0.000000 0.106818 0.000000 -0.994279 0.437202 0.437202 0.437202 +4966.308594 0.000000 842.178711 0.000000 0.389062 0.000000 -0.921212 0.426257 0.426257 0.426257 +4983.855469 0.000000 808.600952 0.000000 0.405287 0.000000 -0.914190 0.429028 0.429028 0.429028 +4989.095215 0.000000 826.906860 0.000000 0.252331 0.000000 -0.967641 0.433504 0.433504 0.433504 +4955.129883 0.000000 833.585571 0.000000 0.506562 0.000000 -0.862204 0.422009 0.422009 0.422009 +4953.147461 0.000000 834.895996 0.000000 0.214386 0.000000 -0.976749 0.430236 0.430236 0.430236 +4979.209473 0.000000 830.491577 0.000000 0.199479 0.000000 -0.979902 0.434886 0.434886 0.434886 +4935.104492 0.000000 835.078186 0.000000 0.087041 0.000000 -0.996205 0.437781 0.437781 0.437781 +4986.491699 0.000000 813.513245 0.000000 0.503270 0.000000 -0.864129 0.426570 0.426570 0.426570 +4935.080078 0.000000 842.091980 0.000000 0.359695 0.000000 -0.933070 0.430570 0.430570 0.430570 +4960.414062 0.000000 826.813110 0.000000 0.305629 0.000000 -0.952151 0.432091 0.432091 0.432091 +4953.231934 0.000000 839.552612 0.000000 0.076915 0.000000 -0.997038 0.434907 0.434907 0.434907 +4987.543457 0.000000 818.157227 0.000000 0.151592 0.000000 -0.988443 0.436125 0.436125 0.436125 +4985.684082 0.000000 820.336426 0.000000 0.173506 0.000000 -0.984833 0.435559 0.435559 0.435559 +4949.506348 0.000000 838.137390 0.000000 0.075475 0.000000 -0.997148 0.435090 0.435090 0.435090 +4956.580078 0.000000 841.394043 0.000000 0.228547 0.000000 -0.973533 0.431652 0.431652 0.431652 +4979.399902 0.000000 817.972229 0.000000 0.288201 0.000000 -0.957570 0.432555 0.432555 0.432555 +4984.833496 0.000000 815.633728 0.000000 0.430508 0.000000 -0.902587 0.428667 0.428667 0.428667 +4946.972168 0.000000 841.498352 0.000000 0.548668 0.000000 -0.836040 0.423085 0.423085 0.423085 +4979.971191 0.000000 811.089111 0.000000 0.248371 0.000000 -0.968665 0.433608 0.433608 0.433608 +4982.722168 0.000000 811.351135 0.000000 0.419552 0.000000 -0.907731 0.428577 0.428577 0.428577 +4968.428711 0.000000 834.496887 0.000000 0.413046 0.000000 -0.910710 0.425155 0.425155 0.425155 +4950.761719 0.000000 835.859009 0.000000 0.554477 0.000000 -0.832199 0.423119 0.423119 0.423119 +4980.881348 0.000000 806.703613 0.000000 0.517501 0.000000 -0.855682 0.423790 0.423790 0.423790 +4943.000977 0.000000 834.465271 0.000000 0.576202 0.000000 -0.817307 0.422309 0.422309 0.422309 +4982.205078 0.000000 832.043213 0.000000 0.402011 0.000000 -0.915635 0.429465 0.429465 0.429465 +4963.800781 0.000000 820.930298 0.000000 0.453341 0.000000 -0.891337 0.428019 0.428019 0.428019 +4942.631836 0.000000 836.425415 0.000000 0.387283 0.000000 -0.921961 0.429873 0.429873 0.429873 +4991.422852 0.000000 839.247803 0.000000 0.114800 0.000000 -0.993389 0.436852 0.436852 0.436852 +4936.144043 0.000000 845.165527 0.000000 0.098969 0.000000 -0.995091 0.435712 0.435712 0.435712 +4949.257324 0.000000 833.580078 0.000000 0.496861 0.000000 -0.867830 0.424975 0.424975 0.424975 +4987.621094 0.000000 825.689819 0.000000 0.207190 0.000000 -0.978301 0.434685 0.434685 0.434685 +4928.029297 0.000000 842.346680 0.000000 0.223103 0.000000 -0.974795 0.434270 0.434270 0.434270 +4942.078125 0.000000 844.547424 0.000000 0.105705 0.000000 -0.994398 0.437303 0.437303 0.437303 +4969.616211 0.000000 833.670044 0.000000 0.183739 0.000000 -0.982975 0.430658 0.430658 0.430658 +4969.341309 0.000000 837.220398 0.000000 0.512745 0.000000 -0.858541 0.422579 0.422579 0.422579 +4980.485840 0.000000 808.304810 0.000000 0.333307 0.000000 -0.942818 0.430978 0.430978 0.430978 +4960.643555 0.000000 820.449341 0.000000 0.555373 0.000000 -0.831601 0.425006 0.425006 0.425006 +4966.631836 0.000000 823.918396 0.000000 0.501915 0.000000 -0.864917 0.426610 0.426610 0.426610 +4945.103516 0.000000 840.863464 0.000000 0.034600 0.000000 -0.999401 0.436204 0.436204 0.436204 +4960.121094 0.000000 840.659912 0.000000 0.264757 0.000000 -0.964315 0.429013 0.429013 0.429013 +4953.062012 0.000000 831.031250 0.000000 0.456099 0.000000 -0.889929 0.427118 0.427118 0.427118 +4944.262695 0.000000 839.395020 0.000000 0.174929 0.000000 -0.984581 0.431901 0.431901 0.431901 +4950.503906 0.000000 843.401367 0.000000 0.024377 0.000000 -0.999703 0.439379 0.439379 0.439379 +4987.421387 0.000000 822.665161 0.000000 0.133308 0.000000 -0.991075 0.436595 0.436595 0.436595 +4969.783691 0.000000 843.009949 0.000000 0.446644 0.000000 -0.894712 0.425278 0.425278 0.425278 +4977.513184 0.000000 825.278015 0.000000 0.056706 0.000000 -0.998391 0.438555 0.438555 0.438555 +4955.358398 0.000000 828.422424 0.000000 0.575204 0.000000 -0.818010 0.424394 0.424394 0.424394 +4981.175781 0.000000 818.200562 0.000000 0.335519 0.000000 -0.942034 0.431287 0.431287 0.431287 +4952.412109 0.000000 842.047852 0.000000 0.518437 0.000000 -0.855116 0.426121 0.426121 0.426121 +4981.654785 0.000000 823.592896 0.000000 0.547935 0.000000 -0.836521 0.425233 0.425233 0.425233 +4957.604980 0.000000 828.471985 0.000000 0.004258 0.000000 -0.999991 0.439579 0.439579 0.439579 +4934.438477 0.000000 837.754395 0.000000 0.274600 0.000000 -0.961559 0.432916 0.432916 0.432916 +4929.211914 0.000000 842.451721 0.000000 0.409679 0.000000 -0.912230 0.429251 0.429251 0.429251 +4941.020508 0.000000 844.852173 0.000000 0.285938 0.000000 -0.958248 0.432616 0.432616 0.432616 +4984.991699 0.000000 818.354797 0.000000 0.212177 0.000000 -0.977231 0.434556 0.434556 0.434556 +4941.990723 0.000000 835.657715 0.000000 0.086779 0.000000 -0.996228 0.437787 0.437787 0.437787 +4972.599609 0.000000 820.257202 0.000000 0.035230 0.000000 -0.999379 0.439103 0.439103 0.439103 +4945.305664 0.000000 841.806519 0.000000 0.029391 0.000000 -0.999568 0.436327 0.436327 0.436327 +4930.389160 0.000000 842.497131 0.000000 0.116756 0.000000 -0.993161 0.437020 0.437020 0.437020 +4935.515625 0.000000 846.669861 0.000000 0.469759 0.000000 -0.882795 0.425873 0.425873 0.425873 +4980.220215 0.000000 815.974243 0.000000 0.118891 0.000000 -0.992907 0.436965 0.436965 0.436965 +4961.864746 0.000000 842.623108 0.000000 0.192161 0.000000 -0.981363 0.432050 0.432050 0.432050 +4988.400391 0.000000 834.813049 0.000000 0.058052 0.000000 -0.998314 0.438521 0.438521 0.438521 +4930.395996 0.000000 841.147705 0.000000 0.235054 0.000000 -0.971982 0.433958 0.433958 0.433958 +4959.651855 0.000000 826.290527 0.000000 0.203239 0.000000 -0.979129 0.434788 0.434788 0.434788 +4986.883301 0.000000 834.126343 0.000000 0.320488 0.000000 -0.947253 0.431692 0.431692 0.431692 +4968.627930 0.000000 846.568176 0.000000 0.355218 0.000000 -0.934784 0.430753 0.430753 0.430753 +4938.843262 0.000000 839.868835 0.000000 0.578978 0.000000 -0.815343 0.424276 0.424276 0.424276 +4977.131836 0.000000 832.673279 0.000000 0.171255 0.000000 -0.985227 0.435617 0.435617 0.435617 +4982.160156 0.000000 841.377747 0.000000 0.017623 0.000000 -0.999845 0.439551 0.439551 0.439551 +4959.930176 0.000000 821.818054 0.000000 0.022006 0.000000 -0.999758 0.437661 0.437661 0.437661 +4966.536133 0.000000 830.081299 0.000000 0.528736 0.000000 -0.848786 0.425408 0.425408 0.425408 +4958.081055 0.000000 829.805786 0.000000 0.575115 0.000000 -0.818072 0.423823 0.423823 0.423823 +4987.215332 0.000000 832.808044 0.000000 0.547236 0.000000 -0.836978 0.425254 0.425254 0.425254 +4944.749023 0.000000 845.482727 0.000000 0.476993 0.000000 -0.878907 0.427338 0.427338 0.427338 +4982.848145 0.000000 830.630188 0.000000 0.576397 0.000000 -0.817170 0.424357 0.424357 0.424357 +4969.770996 0.000000 827.884155 0.000000 0.174513 0.000000 -0.984655 0.435533 0.435533 0.435533 +4959.693359 0.000000 825.309937 0.000000 0.057912 0.000000 -0.998322 0.438524 0.438524 0.438524 +4975.493652 0.000000 817.116638 0.000000 0.349748 0.000000 -0.936844 0.430901 0.430901 0.430901 +4987.613770 0.000000 824.338745 0.000000 0.340199 0.000000 -0.940353 0.431160 0.431160 0.431160 +4981.161133 0.000000 829.976562 0.000000 0.148650 0.000000 -0.988890 0.436201 0.436201 0.436201 +4978.237305 0.000000 811.837524 0.000000 0.515448 0.000000 -0.856921 0.426210 0.426210 0.426210 +4990.385254 0.000000 838.895020 0.000000 0.386404 0.000000 -0.922329 0.429722 0.429722 0.429722 +4984.611328 0.000000 837.123779 0.000000 0.149218 0.000000 -0.988804 0.435476 0.435476 0.435476 +4985.955078 0.000000 817.240540 0.000000 0.557774 0.000000 -0.829993 0.424932 0.424932 0.424932 +4956.428223 0.000000 846.463806 0.000000 0.445273 0.000000 -0.895395 0.428248 0.428248 0.428248 +4968.884766 0.000000 823.089417 0.000000 0.548496 0.000000 -0.836153 0.425216 0.425216 0.425216 +4940.256348 0.000000 846.268616 0.000000 0.346864 0.000000 -0.937916 0.430980 0.430980 0.430980 +4975.481934 0.000000 834.367859 0.000000 0.174955 0.000000 -0.984576 0.435522 0.435522 0.435522 +4990.800293 0.000000 831.395935 0.000000 0.103020 0.000000 -0.994679 0.437372 0.437372 0.437372 +4985.961914 0.000000 822.041138 0.000000 0.182626 0.000000 -0.983183 0.435323 0.435323 0.435323 +4987.464355 0.000000 833.617920 0.000000 0.290859 0.000000 -0.956766 0.432485 0.432485 0.432485 +4975.426270 0.000000 816.096741 0.000000 0.123752 0.000000 -0.992313 0.436841 0.436841 0.436841 +4968.938965 0.000000 828.045166 0.000000 0.500007 0.000000 -0.866021 0.426666 0.426666 0.426666 +4925.535645 0.000000 901.441162 0.000000 0.234038 0.000000 -0.972227 0.421590 0.421590 0.421590 +4923.914062 0.000000 875.588318 0.000000 0.164022 0.000000 -0.986457 0.425344 0.425344 0.425344 +4923.628418 0.000000 890.941162 0.000000 0.003175 0.000000 -0.999995 0.428100 0.428100 0.428100 +4918.205566 0.000000 882.478882 0.000000 0.205953 0.000000 -0.978562 0.425936 0.425936 0.425936 +4921.099121 0.000000 894.267700 0.000000 0.347560 0.000000 -0.937658 0.422098 0.422098 0.422098 +4922.264648 0.000000 897.903564 0.000000 0.409262 0.000000 -0.912417 0.421976 0.421976 0.421976 +4921.404785 0.000000 884.909790 0.000000 0.434279 0.000000 -0.900779 0.420664 0.420664 0.420664 +4923.012207 0.000000 895.692444 0.000000 0.186500 0.000000 -0.982455 0.427833 0.427833 0.427833 +4913.310547 0.000000 876.735474 0.000000 0.128205 0.000000 -0.991748 0.426789 0.426789 0.426789 +4920.008301 0.000000 889.515015 0.000000 0.262193 0.000000 -0.965015 0.424444 0.424444 0.424444 +4921.484375 0.000000 888.281494 0.000000 0.154909 0.000000 -0.987929 0.426500 0.426500 0.426500 +4910.371582 0.000000 871.890381 0.000000 0.226479 0.000000 -0.974016 0.429424 0.429424 0.429424 +4913.758301 0.000000 859.517029 0.000000 0.248340 0.000000 -0.968673 0.427151 0.427151 0.427151 +4916.598145 0.000000 873.330933 0.000000 0.397982 0.000000 -0.917393 0.426039 0.426039 0.426039 +4926.015625 0.000000 879.881958 0.000000 0.210888 0.000000 -0.977510 0.429909 0.429909 0.429909 +4917.817871 0.000000 848.316040 0.000000 0.487545 0.000000 -0.873098 0.423904 0.423904 0.423904 +4920.633789 0.000000 862.662781 0.000000 0.333528 0.000000 -0.942740 0.426670 0.426670 0.426670 +4926.448730 0.000000 847.790588 0.000000 0.138222 0.000000 -0.990401 0.436469 0.436469 0.436469 +4910.372070 0.000000 868.278870 0.000000 0.431464 0.000000 -0.902130 0.424540 0.424540 0.424540 +4916.330566 0.000000 881.126526 0.000000 0.275147 0.000000 -0.961402 0.427418 0.427418 0.427418 +4921.683594 0.000000 867.174805 0.000000 0.332012 0.000000 -0.943275 0.427444 0.427444 0.427444 +4905.061035 0.000000 851.781494 0.000000 0.020966 0.000000 -0.999780 0.431263 0.431263 0.431263 +4927.352051 0.000000 868.959534 0.000000 0.413445 0.000000 -0.910529 0.428232 0.428232 0.428232 +4924.553711 0.000000 847.572449 0.000000 0.263940 0.000000 -0.964539 0.433198 0.433198 0.433198 +4925.095215 0.000000 883.391235 0.000000 0.174260 0.000000 -0.984700 0.429268 0.429268 0.429268 +4915.380859 0.000000 872.532898 0.000000 0.096147 0.000000 -0.995367 0.430406 0.430406 0.430406 +4913.640137 0.000000 852.613708 0.000000 0.352100 0.000000 -0.935962 0.425033 0.425033 0.425033 +4920.811035 0.000000 851.307800 0.000000 0.425984 0.000000 -0.904731 0.424503 0.424503 0.424503 +4914.412598 0.000000 869.119995 0.000000 0.077441 0.000000 -0.996997 0.438026 0.438026 0.438026 +4924.331543 0.000000 859.686584 0.000000 0.408334 0.000000 -0.912832 0.424580 0.424580 0.424580 +4913.571777 0.000000 869.669434 0.000000 0.071816 0.000000 -0.997418 0.434128 0.434128 0.434128 +4918.722168 0.000000 867.835510 0.000000 0.446684 0.000000 -0.894692 0.424503 0.424503 0.424503 +4922.970215 0.000000 851.187805 0.000000 0.565090 0.000000 -0.825029 0.423448 0.423448 0.423448 +4916.597656 0.000000 849.824585 0.000000 0.311089 0.000000 -0.950381 0.428249 0.428249 0.428249 +4911.123047 0.000000 870.899536 0.000000 0.526259 0.000000 -0.850325 0.422284 0.422284 0.422284 +4926.388184 0.000000 866.486023 0.000000 0.360970 0.000000 -0.932577 0.428976 0.428976 0.428976 +4916.485840 0.000000 864.789185 0.000000 0.496059 0.000000 -0.868289 0.425470 0.425470 0.425470 +4923.334961 0.000000 864.536255 0.000000 0.270285 0.000000 -0.962780 0.433031 0.433031 0.433031 +4919.626953 0.000000 848.168030 0.000000 0.081929 0.000000 -0.996638 0.434046 0.434046 0.434046 +4927.884277 0.000000 869.600586 0.000000 0.372475 0.000000 -0.928042 0.429331 0.429331 0.429331 +4924.981445 0.000000 867.535156 0.000000 0.246068 0.000000 -0.969253 0.433669 0.433669 0.433669 +4926.803711 0.000000 850.208923 0.000000 0.282174 0.000000 -0.959363 0.432716 0.432716 0.432716 +4927.914062 0.000000 863.876953 0.000000 0.420013 0.000000 -0.907518 0.428962 0.428962 0.428962 +4911.876953 0.000000 867.875061 0.000000 0.196457 0.000000 -0.980512 0.433868 0.433868 0.433868 +4917.907227 0.000000 856.709595 0.000000 0.585779 0.000000 -0.810471 0.424063 0.424063 0.424063 +4925.725098 0.000000 851.107178 0.000000 0.109035 0.000000 -0.994038 0.437218 0.437218 0.437218 +4924.507812 0.000000 853.831055 0.000000 0.353813 0.000000 -0.935316 0.430791 0.430791 0.430791 +4982.816895 0.000000 848.516418 0.000000 0.337257 0.000000 -0.941413 0.415926 0.415926 0.415926 +4965.294434 0.000000 892.221741 0.000000 0.210875 0.000000 -0.977513 0.421025 0.421025 0.421025 +4952.325195 0.000000 896.405884 0.000000 0.110918 0.000000 -0.993830 0.424561 0.424561 0.424561 +4959.740723 0.000000 892.234192 0.000000 0.369702 0.000000 -0.929150 0.421190 0.421190 0.421190 +4975.546387 0.000000 853.613037 0.000000 0.117762 0.000000 -0.993042 0.425461 0.425461 0.425461 +4928.328125 0.000000 895.734009 0.000000 0.355071 0.000000 -0.934839 0.421831 0.421831 0.421831 +4971.584473 0.000000 886.340576 0.000000 0.342285 0.000000 -0.939596 0.420980 0.420980 0.420980 +4977.067871 0.000000 851.794556 0.000000 0.408162 0.000000 -0.912909 0.421080 0.421080 0.421080 +4969.405762 0.000000 885.118469 0.000000 0.189778 0.000000 -0.981827 0.426870 0.426870 0.426870 +4947.857422 0.000000 899.962524 0.000000 0.547769 0.000000 -0.836630 0.417568 0.417568 0.417568 +4932.470703 0.000000 882.254761 0.000000 0.151666 0.000000 -0.988432 0.428757 0.428757 0.428757 +4955.313477 0.000000 894.899109 0.000000 0.538052 0.000000 -0.842912 0.418874 0.418874 0.418874 +4952.507324 0.000000 894.790649 0.000000 0.414544 0.000000 -0.910029 0.423692 0.423692 0.423692 +4936.070801 0.000000 851.058472 0.000000 0.486134 0.000000 -0.873884 0.421233 0.421233 0.421233 +4931.149902 0.000000 893.058899 0.000000 0.563144 0.000000 -0.826359 0.418454 0.418454 0.418454 +4931.692383 0.000000 880.566650 0.000000 0.064369 0.000000 -0.997926 0.431666 0.431666 0.431666 +4940.307617 0.000000 888.026123 0.000000 0.441985 0.000000 -0.897022 0.422007 0.422007 0.422007 +4938.479980 0.000000 875.415344 0.000000 0.179840 0.000000 -0.983696 0.430121 0.430121 0.430121 +4935.012695 0.000000 848.356445 0.000000 0.450918 0.000000 -0.892565 0.423682 0.423682 0.423682 +4937.062988 0.000000 889.245605 0.000000 0.559552 0.000000 -0.828795 0.420341 0.420341 0.420341 +4928.016602 0.000000 870.418884 0.000000 0.481865 0.000000 -0.876245 0.423091 0.423091 0.423091 +4943.808594 0.000000 891.437012 0.000000 0.487917 0.000000 -0.872890 0.423259 0.423259 0.423259 +4951.599609 0.000000 894.152344 0.000000 0.468259 0.000000 -0.883591 0.422830 0.422830 0.422830 +4963.494629 0.000000 849.964050 0.000000 0.274612 0.000000 -0.961555 0.428269 0.428269 0.428269 +4964.130371 0.000000 847.266541 0.000000 0.022726 0.000000 -0.999742 0.435093 0.435093 0.435093 +4959.611328 0.000000 872.682190 0.000000 0.249017 0.000000 -0.968499 0.426676 0.426676 0.426676 +4929.302734 0.000000 851.818909 0.000000 0.562106 0.000000 -0.827065 0.423632 0.423632 0.423632 +4940.040527 0.000000 866.038086 0.000000 0.288804 0.000000 -0.957388 0.431774 0.431774 0.431774 +4961.751465 0.000000 887.242249 0.000000 0.506970 0.000000 -0.861964 0.426461 0.426461 0.426461 +4944.272461 0.000000 881.820984 0.000000 0.006459 0.000000 -0.999979 0.439211 0.439211 0.439211 +4939.088379 0.000000 859.863708 0.000000 0.221091 0.000000 -0.975253 0.434323 0.434323 0.434323 +4948.220215 0.000000 867.226501 0.000000 0.022063 0.000000 -0.999757 0.439438 0.439438 0.439438 +4946.751953 0.000000 861.330139 0.000000 0.439649 0.000000 -0.898170 0.426626 0.426626 0.426626 +4960.311035 0.000000 880.031555 0.000000 0.558327 0.000000 -0.829621 0.424915 0.424915 0.424915 +4936.681152 0.000000 868.652222 0.000000 0.532513 0.000000 -0.846422 0.425700 0.425700 0.425700 +4938.822754 0.000000 847.275513 0.000000 0.233836 0.000000 -0.972276 0.433990 0.433990 0.433990 +4942.206543 0.000000 859.192200 0.000000 0.019878 0.000000 -0.999802 0.439494 0.439494 0.439494 +4935.659180 0.000000 851.999634 0.000000 0.314010 0.000000 -0.949420 0.425243 0.425243 0.425243 +4957.834473 0.000000 880.001465 0.000000 0.347962 0.000000 -0.937509 0.430950 0.430950 0.430950 +4954.146973 0.000000 863.395081 0.000000 0.013055 0.000000 -0.999915 0.439668 0.439668 0.439668 +4955.121094 0.000000 874.579773 0.000000 0.094099 0.000000 -0.995563 0.437600 0.437600 0.437600 +4938.930176 0.000000 868.988281 0.000000 0.205579 0.000000 -0.978641 0.434727 0.434727 0.434727 +4937.223633 0.000000 875.666016 0.000000 0.037964 0.000000 -0.999279 0.434058 0.434058 0.434058 +4957.689453 0.000000 856.500061 0.000000 0.099392 0.000000 -0.995048 0.435261 0.435261 0.435261 +4930.627930 0.000000 861.812622 0.000000 0.536399 0.000000 -0.843965 0.425583 0.425583 0.425583 +4938.762695 0.000000 852.355347 0.000000 0.238670 0.000000 -0.971101 0.430145 0.430145 0.430145 +4939.761719 0.000000 884.677124 0.000000 0.548109 0.000000 -0.836407 0.420924 0.420924 0.420924 +4942.073242 0.000000 866.819763 0.000000 0.517135 0.000000 -0.855904 0.422467 0.422467 0.422467 +4942.583984 0.000000 868.480713 0.000000 0.504874 0.000000 -0.863193 0.423143 0.423143 0.423143 +4930.948730 0.000000 870.428345 0.000000 0.224185 0.000000 -0.974547 0.429207 0.429207 0.429207 +4935.262207 0.000000 859.022583 0.000000 0.327435 0.000000 -0.944874 0.429961 0.429961 0.429961 +4931.019531 0.000000 858.576111 0.000000 0.330123 0.000000 -0.943938 0.431433 0.431433 0.431433 +4954.750000 0.000000 860.676392 0.000000 0.226246 0.000000 -0.974070 0.434188 0.434188 0.434188 +4951.241699 0.000000 850.853577 0.000000 0.423579 0.000000 -0.905859 0.428862 0.428862 0.428862 +4938.592285 0.000000 874.446350 0.000000 0.229489 0.000000 -0.973311 0.429021 0.429021 0.429021 +4929.034668 0.000000 854.280518 0.000000 0.310990 0.000000 -0.950413 0.431947 0.431947 0.431947 +4936.505859 0.000000 866.706055 0.000000 0.426219 0.000000 -0.904620 0.427489 0.427489 0.427489 +4962.342773 0.000000 882.827759 0.000000 0.014412 0.000000 -0.999896 0.439633 0.439633 0.439633 +4954.547852 0.000000 850.041565 0.000000 0.120989 0.000000 -0.992654 0.436911 0.436911 0.436911 +4946.847656 0.000000 888.221313 0.000000 0.122637 0.000000 -0.992452 0.436869 0.436869 0.436869 +4954.912598 0.000000 873.675049 0.000000 0.078130 0.000000 -0.996943 0.438008 0.438008 0.438008 +4959.132324 0.000000 865.873047 0.000000 0.443602 0.000000 -0.896224 0.425744 0.425744 0.425744 +4953.756836 0.000000 847.410767 0.000000 0.509942 0.000000 -0.860209 0.426373 0.426373 0.426373 +4949.033691 0.000000 891.826904 0.000000 0.541365 0.000000 -0.840788 0.425433 0.425433 0.425433 +4947.247070 0.000000 885.115234 0.000000 0.548271 0.000000 -0.836301 0.425223 0.425223 0.425223 +4947.257324 0.000000 850.538879 0.000000 0.283419 0.000000 -0.958996 0.432683 0.432683 0.432683 +4931.781738 0.000000 860.107239 0.000000 0.158135 0.000000 -0.987418 0.435956 0.435956 0.435956 +4948.910645 0.000000 862.223572 0.000000 0.155556 0.000000 -0.987827 0.434893 0.434893 0.434893 +4950.378418 0.000000 869.053650 0.000000 0.381211 0.000000 -0.924488 0.430041 0.430041 0.430041 +4960.706543 0.000000 855.664917 0.000000 0.492969 0.000000 -0.870047 0.426188 0.426188 0.426188 +4936.262207 0.000000 858.457214 0.000000 0.175624 0.000000 -0.984457 0.434948 0.434948 0.434948 +4945.333008 0.000000 872.799438 0.000000 0.221562 0.000000 -0.975146 0.433638 0.433638 0.433638 +4945.145020 0.000000 876.246582 0.000000 0.346321 0.000000 -0.938116 0.430994 0.430994 0.430994 +4953.402832 0.000000 877.152771 0.000000 0.163272 0.000000 -0.986581 0.435824 0.435824 0.435824 +4954.283691 0.000000 888.500488 0.000000 0.319564 0.000000 -0.947565 0.431717 0.431717 0.431717 +4943.351074 0.000000 857.541016 0.000000 0.129486 0.000000 -0.991581 0.434751 0.434751 0.434751 +4935.664551 0.000000 864.208984 0.000000 0.496566 0.000000 -0.867999 0.425193 0.425193 0.425193 +4942.183594 0.000000 871.607422 0.000000 0.287065 0.000000 -0.957911 0.428624 0.428624 0.428624 +4940.916016 0.000000 856.389709 0.000000 0.494334 0.000000 -0.869272 0.426833 0.426833 0.426833 +4937.526367 0.000000 855.431152 0.000000 0.540610 0.000000 -0.841273 0.424507 0.424507 0.424507 +4972.346680 0.000000 848.175842 0.000000 0.243916 0.000000 -0.969796 0.433725 0.433725 0.433725 +4969.702637 0.000000 850.469543 0.000000 0.179191 0.000000 -0.983814 0.435412 0.435412 0.435412 +4941.807617 0.000000 865.326172 0.000000 0.081917 0.000000 -0.996639 0.435310 0.435310 0.435310 +4942.756348 0.000000 865.085999 0.000000 0.495171 0.000000 -0.868796 0.425442 0.425442 0.425442 +4928.266602 0.000000 853.344177 0.000000 0.562751 0.000000 -0.826627 0.424294 0.424294 0.424294 +4944.566406 0.000000 878.448608 0.000000 0.085921 0.000000 -0.996302 0.437809 0.437809 0.437809 +4940.557617 0.000000 871.253418 0.000000 0.341195 0.000000 -0.939993 0.429363 0.429363 0.429363 +4950.974121 0.000000 878.106079 0.000000 0.002119 0.000000 -0.999998 0.436656 0.436656 0.436656 +4951.222656 0.000000 859.975464 0.000000 0.197802 0.000000 -0.980242 0.432395 0.432395 0.432395 +4941.337891 0.000000 873.937317 0.000000 0.030412 0.000000 -0.999537 0.434611 0.434611 0.434611 +4946.104004 0.000000 873.300842 0.000000 0.309938 0.000000 -0.950757 0.429844 0.429844 0.429844 +4964.282227 0.000000 889.798706 0.000000 0.423306 0.000000 -0.905987 0.428190 0.428190 0.428190 +4951.802734 0.000000 861.473450 0.000000 0.223030 0.000000 -0.974811 0.432794 0.432794 0.432794 +4928.330566 0.000000 855.069580 0.000000 0.331908 0.000000 -0.943312 0.431385 0.431385 0.431385 +4941.493652 0.000000 866.148010 0.000000 0.544835 0.000000 -0.838544 0.424731 0.424731 0.424731 +4956.538086 0.000000 859.353027 0.000000 0.283762 0.000000 -0.958895 0.432673 0.432673 0.432673 +4950.411621 0.000000 851.110291 0.000000 0.012843 0.000000 -0.999918 0.439673 0.439673 0.439673 +4966.179688 0.000000 891.913391 0.000000 0.215061 0.000000 -0.976601 0.430965 0.430965 0.430965 +4956.162598 0.000000 864.721436 0.000000 0.381450 0.000000 -0.924389 0.430034 0.430034 0.430034 +4941.361328 0.000000 872.712952 0.000000 0.064386 0.000000 -0.997925 0.433846 0.433846 0.433846 +4928.416016 0.000000 849.769043 0.000000 0.195648 0.000000 -0.980674 0.434986 0.434986 0.434986 +4948.797852 0.000000 854.880859 0.000000 0.479474 0.000000 -0.877556 0.427266 0.427266 0.427266 +4948.539551 0.000000 882.639160 0.000000 0.415434 0.000000 -0.909623 0.429090 0.429090 0.429090 +4959.761230 0.000000 886.273682 0.000000 0.339978 0.000000 -0.940433 0.431166 0.431166 0.431166 +4940.274414 0.000000 864.906921 0.000000 0.549503 0.000000 -0.835492 0.423457 0.423457 0.423457 +4945.790039 0.000000 855.944580 0.000000 0.370129 0.000000 -0.928981 0.427073 0.427073 0.427073 +4936.206543 0.000000 870.395935 0.000000 0.389311 0.000000 -0.921107 0.429817 0.429817 0.429817 +4965.782227 0.000000 888.055908 0.000000 0.324149 0.000000 -0.946006 0.430850 0.430850 0.430850 +4952.189941 0.000000 872.145752 0.000000 0.279286 0.000000 -0.960208 0.432792 0.432792 0.432792 +4952.593750 0.000000 866.804932 0.000000 0.418774 0.000000 -0.908090 0.428997 0.428997 0.428997 +4945.146484 0.000000 874.546753 0.000000 0.422095 0.000000 -0.906552 0.428904 0.428904 0.428904 +4933.510742 0.000000 859.898865 0.000000 0.348222 0.000000 -0.937412 0.430943 0.430943 0.430943 +4962.658203 0.000000 850.033813 0.000000 0.404640 0.000000 -0.914476 0.427317 0.427317 0.427317 +4945.229004 0.000000 871.967957 0.000000 0.228993 0.000000 -0.973428 0.431842 0.431842 0.431842 +4958.416992 0.000000 881.541565 0.000000 0.175580 0.000000 -0.984465 0.435506 0.435506 0.435506 +4946.187500 0.000000 871.525513 0.000000 0.192081 0.000000 -0.981379 0.432946 0.432946 0.432946 +4928.804688 0.000000 856.150879 0.000000 0.402905 0.000000 -0.915242 0.429440 0.429440 0.429440 +4951.048828 0.000000 866.468628 0.000000 0.169870 0.000000 -0.985466 0.435653 0.435653 0.435653 +4950.880859 0.000000 864.234009 0.000000 0.080262 0.000000 -0.996774 0.437954 0.437954 0.437954 +4948.805664 0.000000 863.080811 0.000000 0.092347 0.000000 -0.995727 0.436464 0.436464 0.436464 +4937.042969 0.000000 862.624634 0.000000 0.507341 0.000000 -0.861745 0.425724 0.425724 0.425724 +4948.873047 0.000000 849.012146 0.000000 0.257144 0.000000 -0.966373 0.433377 0.433377 0.433377 +4940.502441 0.000000 851.838684 0.000000 0.532896 0.000000 -0.846181 0.423976 0.423976 0.423976 +4967.826172 0.000000 886.904175 0.000000 0.154008 0.000000 -0.988070 0.434931 0.434931 0.434931 +4954.689453 0.000000 864.105225 0.000000 0.428909 0.000000 -0.903348 0.428712 0.428712 0.428712 +4947.529297 0.000000 892.675842 0.000000 0.575764 0.000000 -0.817616 0.423086 0.423086 0.423086 +4947.719238 0.000000 852.532288 0.000000 0.064782 0.000000 -0.997899 0.436695 0.436695 0.436695 +4942.142578 0.000000 872.451477 0.000000 0.229020 0.000000 -0.973422 0.432377 0.432377 0.432377 +4959.998535 0.000000 863.373413 0.000000 0.541495 0.000000 -0.840704 0.425429 0.425429 0.425429 +4937.821777 0.000000 870.109253 0.000000 0.282721 0.000000 -0.959202 0.432701 0.432701 0.432701 +4939.491699 0.000000 860.559937 0.000000 0.433039 0.000000 -0.901375 0.428595 0.428595 0.428595 +4946.036621 0.000000 877.533508 0.000000 0.154982 0.000000 -0.987917 0.436037 0.436037 0.436037 +4965.009766 0.000000 859.022339 0.000000 0.412664 0.000000 -0.910883 0.429168 0.429168 0.429168 +4942.709473 0.000000 874.908386 0.000000 0.570822 0.000000 -0.821074 0.423424 0.423424 0.423424 +4955.913086 0.000000 887.230103 0.000000 0.264517 0.000000 -0.964381 0.433183 0.433183 0.433183 +4937.391113 0.000000 864.209167 0.000000 0.153067 0.000000 -0.988216 0.434459 0.434459 0.434459 +4928.885254 0.000000 850.451782 0.000000 0.138691 0.000000 -0.990336 0.434741 0.434741 0.434741 +4955.109863 0.000000 865.587219 0.000000 0.064796 0.000000 -0.997899 0.438349 0.438349 0.438349 +4966.076172 0.000000 848.120422 0.000000 0.083134 0.000000 -0.996538 0.437806 0.437806 0.437806 +4945.245605 0.000000 877.068176 0.000000 0.470511 0.000000 -0.882394 0.427526 0.427526 0.427526 +4939.109863 0.000000 872.192688 0.000000 0.442751 0.000000 -0.896645 0.427265 0.427265 0.427265 +4953.352539 0.000000 858.408691 0.000000 0.347010 0.000000 -0.937861 0.430976 0.430976 0.430976 +4949.725586 0.000000 873.302856 0.000000 0.211687 0.000000 -0.977337 0.433280 0.433280 0.433280 +4955.971680 0.000000 872.203735 0.000000 0.434198 0.000000 -0.900818 0.428563 0.428563 0.428563 +4935.184082 0.000000 867.318420 0.000000 0.071251 0.000000 -0.997458 0.437510 0.437510 0.437510 +4940.335449 0.000000 866.762939 0.000000 0.353920 0.000000 -0.935276 0.430063 0.430063 0.430063 +4946.896973 0.000000 889.855835 0.000000 0.119873 0.000000 -0.992789 0.436940 0.436940 0.436940 +4961.145020 0.000000 882.330139 0.000000 0.428394 0.000000 -0.903592 0.428726 0.428726 0.428726 +4944.707031 0.000000 880.193298 0.000000 0.242554 0.000000 -0.970138 0.433232 0.433232 0.433232 +4956.562988 0.000000 861.850586 0.000000 0.474132 0.000000 -0.880454 0.427421 0.427421 0.427421 +4949.000977 0.000000 873.754639 0.000000 0.284484 0.000000 -0.958681 0.431438 0.431438 0.431438 +4969.811035 0.000000 888.829468 0.000000 0.333664 0.000000 -0.942692 0.431153 0.431153 0.431153 +4944.707031 0.000000 881.131042 0.000000 0.188461 0.000000 -0.982081 0.434620 0.434620 0.434620 +4940.262695 0.000000 855.939941 0.000000 0.443712 0.000000 -0.896169 0.428293 0.428293 0.428293 +4957.031738 0.000000 864.381531 0.000000 0.459911 0.000000 -0.887965 0.427831 0.427831 0.427831 +4946.594238 0.000000 849.277039 0.000000 0.233677 0.000000 -0.972314 0.433994 0.433994 0.433994 +4958.710449 0.000000 888.722839 0.000000 0.496075 0.000000 -0.868279 0.426782 0.426782 0.426782 +4935.665527 0.000000 868.954041 0.000000 0.288027 0.000000 -0.957622 0.432560 0.432560 0.432560 +4947.177734 0.000000 882.047241 0.000000 0.128967 0.000000 -0.991649 0.436707 0.436707 0.436707 +4947.011230 0.000000 878.459961 0.000000 0.291579 0.000000 -0.956547 0.432466 0.432466 0.432466 +4971.215820 0.000000 852.586548 0.000000 0.030246 0.000000 -0.999542 0.439230 0.439230 0.439230 +4966.628418 0.000000 849.343445 0.000000 0.161395 0.000000 -0.986890 0.435802 0.435802 0.435802 +4954.823730 0.000000 877.661560 0.000000 0.012481 0.000000 -0.999922 0.439682 0.439682 0.439682 +4949.459473 0.000000 890.846741 0.000000 0.569862 0.000000 -0.821740 0.424560 0.424560 0.424560 +4952.608887 0.000000 865.990784 0.000000 0.361607 0.000000 -0.932331 0.430578 0.430578 0.430578 +4940.557129 0.000000 858.856567 0.000000 0.465609 0.000000 -0.884991 0.427667 0.427667 0.427667 +5043.759277 0.000000 822.146118 0.000000 0.561883 0.000000 -0.827217 0.413327 0.413327 0.413327 +5019.443848 0.000000 823.046204 0.000000 0.184389 0.000000 -0.982853 0.419921 0.419921 0.419921 +4997.351074 0.000000 828.907227 0.000000 0.522309 0.000000 -0.852757 0.415909 0.415909 0.415909 +5046.908203 0.000000 802.655273 0.000000 0.085926 0.000000 -0.996302 0.426541 0.426541 0.426541 +5050.873047 0.000000 806.530151 0.000000 0.135376 0.000000 -0.990794 0.425364 0.425364 0.425364 +5053.256836 0.000000 796.145996 0.000000 0.281327 0.000000 -0.959612 0.423559 0.423559 0.423559 +4992.328125 0.000000 839.249634 0.000000 0.109277 0.000000 -0.994011 0.426413 0.426413 0.426413 +5040.351074 0.000000 799.690125 0.000000 0.437907 0.000000 -0.899020 0.421092 0.421092 0.421092 +5053.039062 0.000000 809.122437 0.000000 0.292524 0.000000 -0.956258 0.422899 0.422899 0.422899 +4993.519531 0.000000 838.325012 0.000000 0.119036 0.000000 -0.992890 0.426235 0.426235 0.426235 +5045.144531 0.000000 800.102234 0.000000 0.549989 0.000000 -0.835172 0.417767 0.417767 0.417767 +5047.669922 0.000000 824.445862 0.000000 0.495838 0.000000 -0.868415 0.420748 0.420748 0.420748 +5043.308594 0.000000 805.956360 0.000000 0.017652 0.000000 -0.999844 0.432261 0.432261 0.432261 +5024.724121 0.000000 813.197571 0.000000 0.182596 0.000000 -0.983188 0.428675 0.428675 0.428675 +5042.122070 0.000000 807.834167 0.000000 0.311586 0.000000 -0.950218 0.424668 0.424668 0.424668 +5032.529297 0.000000 808.651794 0.000000 0.503798 0.000000 -0.863821 0.421765 0.421765 0.421765 +5041.976074 0.000000 805.859863 0.000000 0.062844 0.000000 -0.998023 0.433204 0.433204 0.433204 +5036.463379 0.000000 805.404907 0.000000 0.551433 0.000000 -0.834219 0.421776 0.421776 0.421776 +5035.191406 0.000000 795.328491 0.000000 0.422988 0.000000 -0.906135 0.424802 0.424802 0.424802 +5045.110840 0.000000 807.628967 0.000000 0.096861 0.000000 -0.995298 0.430980 0.430980 0.430980 +4999.502930 0.000000 798.054626 0.000000 0.493509 0.000000 -0.869740 0.423539 0.423539 0.423539 +5002.381348 0.000000 792.178833 0.000000 0.505781 0.000000 -0.862662 0.422340 0.422340 0.422340 +5049.661133 0.000000 808.513306 0.000000 0.143458 0.000000 -0.989656 0.427999 0.427999 0.427999 +5007.814453 0.000000 798.394226 0.000000 0.032213 0.000000 -0.999481 0.439180 0.439180 0.439180 +5055.578613 0.000000 816.563782 0.000000 0.012236 0.000000 -0.999925 0.433541 0.433541 0.433541 +5028.130371 0.000000 790.782166 0.000000 0.150856 0.000000 -0.988556 0.432600 0.432600 0.432600 +5032.891602 0.000000 816.216797 0.000000 0.258890 0.000000 -0.965907 0.426992 0.426992 0.426992 +5033.507324 0.000000 809.901245 0.000000 0.558447 0.000000 -0.829540 0.420418 0.420418 0.420418 +5035.281250 0.000000 802.395813 0.000000 0.443734 0.000000 -0.896158 0.425186 0.425186 0.425186 +5023.969727 0.000000 791.908203 0.000000 0.547565 0.000000 -0.836763 0.425244 0.425244 0.425244 +5023.729980 0.000000 810.968628 0.000000 0.348689 0.000000 -0.937239 0.428140 0.428140 0.428140 +5023.611328 0.000000 816.197815 0.000000 0.104422 0.000000 -0.994533 0.437043 0.437043 0.437043 +5038.372070 0.000000 811.794495 0.000000 0.238807 0.000000 -0.971067 0.433859 0.433859 0.433859 +5047.580566 0.000000 820.820984 0.000000 0.385489 0.000000 -0.922712 0.427869 0.427869 0.427869 +5004.040527 0.000000 809.553711 0.000000 0.337831 0.000000 -0.941207 0.428225 0.428225 0.428225 +5035.729004 0.000000 811.836792 0.000000 0.277262 0.000000 -0.960794 0.425439 0.425439 0.425439 +5004.269531 0.000000 798.638855 0.000000 0.496148 0.000000 -0.868238 0.426780 0.426780 0.426780 +5013.468262 0.000000 808.839233 0.000000 0.088734 0.000000 -0.996055 0.435962 0.435962 0.435962 +5020.289062 0.000000 814.984924 0.000000 0.368854 0.000000 -0.929487 0.428653 0.428653 0.428653 +4998.455566 0.000000 821.855591 0.000000 0.416689 0.000000 -0.909049 0.424612 0.424612 0.424612 +5019.759277 0.000000 793.503418 0.000000 0.480099 0.000000 -0.877214 0.427248 0.427248 0.427248 +5035.257324 0.000000 813.594055 0.000000 0.337634 0.000000 -0.941278 0.426943 0.426943 0.426943 +5021.979492 0.000000 818.984985 0.000000 0.008290 0.000000 -0.999966 0.436434 0.436434 0.436434 +5030.267090 0.000000 812.592651 0.000000 0.168661 0.000000 -0.985674 0.429807 0.429807 0.429807 +5006.206543 0.000000 802.707825 0.000000 0.111087 0.000000 -0.993811 0.437165 0.437165 0.437165 +5027.832520 0.000000 812.500671 0.000000 0.154623 0.000000 -0.987974 0.434987 0.434987 0.434987 +4999.659180 0.000000 795.515259 0.000000 0.102712 0.000000 -0.994711 0.434815 0.434815 0.434815 +5009.165527 0.000000 811.964722 0.000000 0.416471 0.000000 -0.909149 0.429061 0.429061 0.429061 +5002.930176 0.000000 812.503906 0.000000 0.356633 0.000000 -0.934245 0.430714 0.430714 0.430714 +5022.329102 0.000000 795.286560 0.000000 0.152477 0.000000 -0.988307 0.435323 0.435323 0.435323 +5021.689453 0.000000 800.015686 0.000000 0.004096 0.000000 -0.999992 0.434733 0.434733 0.434733 +5026.059082 0.000000 791.960693 0.000000 0.453755 0.000000 -0.891127 0.423833 0.423833 0.423833 +5038.127441 0.000000 794.084167 0.000000 0.083136 0.000000 -0.996538 0.432978 0.432978 0.432978 +5021.937500 0.000000 805.776367 0.000000 0.065440 0.000000 -0.997856 0.438257 0.438257 0.438257 +4992.599609 0.000000 818.335327 0.000000 0.569779 0.000000 -0.821798 0.424562 0.424562 0.424562 +5028.076660 0.000000 799.449219 0.000000 0.116765 0.000000 -0.993160 0.431939 0.431939 0.431939 +5046.862305 0.000000 807.100586 0.000000 0.142728 0.000000 -0.989762 0.429225 0.429225 0.429225 +4999.262207 0.000000 802.538208 0.000000 0.578852 0.000000 -0.815433 0.420519 0.420519 0.420519 +5033.508789 0.000000 803.155212 0.000000 0.498262 0.000000 -0.867027 0.423417 0.423417 0.423417 +5024.818359 0.000000 809.399536 0.000000 0.207465 0.000000 -0.978242 0.432298 0.432298 0.432298 +5026.094238 0.000000 814.841492 0.000000 0.567667 0.000000 -0.823258 0.421441 0.421441 0.421441 +4999.893555 0.000000 818.734070 0.000000 0.114991 0.000000 -0.993367 0.436629 0.436629 0.436629 +5028.603516 0.000000 805.786926 0.000000 0.431900 0.000000 -0.901922 0.428627 0.428627 0.428627 +5032.155273 0.000000 806.679016 0.000000 0.168225 0.000000 -0.985749 0.432546 0.432546 0.432546 +5032.732422 0.000000 804.899658 0.000000 0.303583 0.000000 -0.952805 0.428616 0.428616 0.428616 +5038.978027 0.000000 796.374084 0.000000 0.175057 0.000000 -0.984558 0.433499 0.433499 0.433499 +4998.207520 0.000000 794.968506 0.000000 0.418854 0.000000 -0.908053 0.427005 0.427005 0.427005 +5000.505859 0.000000 810.221680 0.000000 0.047622 0.000000 -0.998865 0.435136 0.435136 0.435136 +5030.326660 0.000000 805.564636 0.000000 0.350346 0.000000 -0.936620 0.426525 0.426525 0.426525 +5013.932129 0.000000 798.488098 0.000000 0.458631 0.000000 -0.888627 0.425627 0.425627 0.425627 +5013.098145 0.000000 791.724670 0.000000 0.326682 0.000000 -0.945134 0.430846 0.430846 0.430846 +5025.437500 0.000000 818.288452 0.000000 0.020833 0.000000 -0.999783 0.439469 0.439469 0.439469 +5005.274414 0.000000 808.121643 0.000000 0.111471 0.000000 -0.993768 0.433586 0.433586 0.433586 +4992.844727 0.000000 833.382690 0.000000 0.075239 0.000000 -0.997166 0.438082 0.438082 0.438082 +5007.258301 0.000000 807.702393 0.000000 0.268737 0.000000 -0.963214 0.432682 0.432682 0.432682 +5011.257324 0.000000 794.054504 0.000000 0.079966 0.000000 -0.996798 0.433272 0.433272 0.433272 +5027.964844 0.000000 815.145508 0.000000 0.440495 0.000000 -0.897755 0.424711 0.424711 0.424711 +5037.326660 0.000000 816.634033 0.000000 0.322081 0.000000 -0.946712 0.427243 0.427243 0.427243 +5027.260742 0.000000 817.455566 0.000000 0.479086 0.000000 -0.877768 0.426529 0.426529 0.426529 +5034.251953 0.000000 817.883789 0.000000 0.465704 0.000000 -0.884940 0.423162 0.423162 0.423162 +5010.019531 0.000000 796.552185 0.000000 0.516509 0.000000 -0.856282 0.423407 0.423407 0.423407 +5029.866699 0.000000 819.133667 0.000000 0.006530 0.000000 -0.999979 0.439834 0.439834 0.439834 +5024.556641 0.000000 814.470398 0.000000 0.578664 0.000000 -0.815566 0.420905 0.420905 0.420905 +5038.858887 0.000000 793.470154 0.000000 0.229207 0.000000 -0.973378 0.431034 0.431034 0.431034 +5023.192383 0.000000 808.375366 0.000000 0.370655 0.000000 -0.928771 0.429617 0.429617 0.429617 +5009.511230 0.000000 798.361328 0.000000 0.477995 0.000000 -0.878363 0.426185 0.426185 0.426185 +4998.836914 0.000000 806.338074 0.000000 0.035545 0.000000 -0.999368 0.433729 0.433729 0.433729 +5022.161621 0.000000 809.708984 0.000000 0.132568 0.000000 -0.991174 0.435753 0.435753 0.435753 +5029.216797 0.000000 800.930725 0.000000 0.493187 0.000000 -0.869923 0.425339 0.425339 0.425339 +5006.919922 0.000000 791.785278 0.000000 0.266081 0.000000 -0.963951 0.433142 0.433142 0.433142 +4993.931641 0.000000 799.403320 0.000000 0.360667 0.000000 -0.932695 0.430244 0.430244 0.430244 +4994.182129 0.000000 803.456909 0.000000 0.277069 0.000000 -0.960850 0.428857 0.428857 0.428857 +4995.030273 0.000000 795.089478 0.000000 0.480405 0.000000 -0.877047 0.427239 0.427239 0.427239 +5015.222656 0.000000 803.491089 0.000000 0.583295 0.000000 -0.812260 0.422626 0.422626 0.422626 +5048.313965 0.000000 825.611206 0.000000 0.035867 0.000000 -0.999357 0.434565 0.434565 0.434565 +4994.212402 0.000000 802.498596 0.000000 0.535672 0.000000 -0.844426 0.422492 0.422492 0.422492 +4996.955566 0.000000 808.698608 0.000000 0.088413 0.000000 -0.996084 0.434415 0.434415 0.434415 +5030.569824 0.000000 808.490906 0.000000 0.534261 0.000000 -0.845320 0.422831 0.422831 0.422831 +5034.449219 0.000000 802.127808 0.000000 0.387837 0.000000 -0.921728 0.426579 0.426579 0.426579 +5022.598145 0.000000 818.304504 0.000000 0.529165 0.000000 -0.848519 0.425800 0.425800 0.425800 +5022.970703 0.000000 792.608093 0.000000 0.484093 0.000000 -0.875016 0.427132 0.427132 0.427132 +5021.719238 0.000000 803.059387 0.000000 0.422766 0.000000 -0.906239 0.427129 0.427129 0.427129 +4993.151855 0.000000 811.968445 0.000000 0.284553 0.000000 -0.958660 0.432012 0.432012 0.432012 +5010.647949 0.000000 809.665527 0.000000 0.331783 0.000000 -0.943356 0.431388 0.431388 0.431388 +5027.165527 0.000000 806.801514 0.000000 0.174988 0.000000 -0.984571 0.435521 0.435521 0.435521 +5007.457031 0.000000 811.812622 0.000000 0.024036 0.000000 -0.999711 0.439388 0.439388 0.439388 +5010.979004 0.000000 815.533081 0.000000 0.051313 0.000000 -0.998683 0.438693 0.438693 0.438693 +5003.237793 0.000000 795.147095 0.000000 0.161467 0.000000 -0.986878 0.433338 0.433338 0.433338 +5029.131348 0.000000 823.788208 0.000000 0.370775 0.000000 -0.928723 0.428068 0.428068 0.428068 +4995.834473 0.000000 793.790710 0.000000 0.571132 0.000000 -0.820858 0.422693 0.422693 0.422693 +5011.825195 0.000000 801.459412 0.000000 0.191086 0.000000 -0.981573 0.435104 0.435104 0.435104 +5014.942383 0.000000 796.139709 0.000000 0.040231 0.000000 -0.999190 0.436071 0.436071 0.436071 +5005.361328 0.000000 816.228577 0.000000 0.189835 0.000000 -0.981816 0.435136 0.435136 0.435136 +4996.910156 0.000000 811.546936 0.000000 0.155115 0.000000 -0.987896 0.433632 0.433632 0.433632 +5004.274414 0.000000 808.422546 0.000000 0.386897 0.000000 -0.922123 0.427013 0.427013 0.427013 +5037.165527 0.000000 796.746155 0.000000 0.452709 0.000000 -0.891658 0.425893 0.425893 0.425893 +5012.464355 0.000000 804.126343 0.000000 0.378916 0.000000 -0.925431 0.426916 0.426916 0.426916 +5000.206543 0.000000 813.911560 0.000000 0.364242 0.000000 -0.931304 0.430506 0.430506 0.430506 +5009.401367 0.000000 791.353516 0.000000 0.584059 0.000000 -0.811711 0.423975 0.423975 0.423975 +5016.189941 0.000000 815.661377 0.000000 0.121108 0.000000 -0.992639 0.434158 0.434158 0.434158 +4993.600098 0.000000 811.074341 0.000000 0.287092 0.000000 -0.957903 0.431946 0.431946 0.431946 +4998.445312 0.000000 817.623108 0.000000 0.417306 0.000000 -0.908766 0.429038 0.429038 0.429038 +5025.171387 0.000000 804.874817 0.000000 0.528142 0.000000 -0.849156 0.425831 0.425831 0.425831 +5048.552246 0.000000 799.806946 0.000000 0.284525 0.000000 -0.958669 0.430156 0.430156 0.430156 +5021.157715 0.000000 806.919922 0.000000 0.213204 0.000000 -0.977008 0.434529 0.434529 0.434529 +5013.219727 0.000000 796.746826 0.000000 0.550485 0.000000 -0.834845 0.422837 0.422837 0.422837 +5046.890625 0.000000 819.448914 0.000000 0.545717 0.000000 -0.837970 0.423267 0.423267 0.423267 +5031.854492 0.000000 791.688293 0.000000 0.336151 0.000000 -0.941808 0.431270 0.431270 0.431270 +5018.384766 0.000000 794.634094 0.000000 0.054250 0.000000 -0.998527 0.438618 0.438618 0.438618 +5013.901855 0.000000 792.966431 0.000000 0.167654 0.000000 -0.985846 0.433120 0.433120 0.433120 +5030.745605 0.000000 800.153381 0.000000 0.483590 0.000000 -0.875295 0.425816 0.425816 0.425816 +5019.485840 0.000000 810.301880 0.000000 0.056221 0.000000 -0.998418 0.435770 0.435770 0.435770 +5020.598633 0.000000 809.440491 0.000000 0.506910 0.000000 -0.861999 0.425840 0.425840 0.425840 +5006.142578 0.000000 815.967102 0.000000 0.018694 0.000000 -0.999825 0.439524 0.439524 0.439524 +4992.002930 0.000000 831.119263 0.000000 0.148634 0.000000 -0.988892 0.436201 0.436201 0.436201 +5042.949219 0.000000 793.593323 0.000000 0.283463 0.000000 -0.958983 0.430503 0.430503 0.430503 +5012.084961 0.000000 791.252075 0.000000 0.517419 0.000000 -0.855732 0.425587 0.425587 0.425587 +4994.344238 0.000000 794.636108 0.000000 0.437659 0.000000 -0.899141 0.428465 0.428465 0.428465 +5011.006836 0.000000 804.080994 0.000000 0.045492 0.000000 -0.998965 0.437546 0.437546 0.437546 +5030.076172 0.000000 791.636047 0.000000 0.538040 0.000000 -0.842919 0.425533 0.425533 0.425533 +5039.564453 0.000000 791.797241 0.000000 0.162293 0.000000 -0.986743 0.435849 0.435849 0.435849 +5003.109863 0.000000 815.708313 0.000000 0.048988 0.000000 -0.998799 0.438752 0.438752 0.438752 +4992.465820 0.000000 815.732910 0.000000 0.517063 0.000000 -0.855947 0.425649 0.425649 0.425649 +5019.971680 0.000000 815.719360 0.000000 0.277008 0.000000 -0.960868 0.432853 0.432853 0.432853 +4997.720703 0.000000 816.878723 0.000000 0.274444 0.000000 -0.961603 0.432210 0.432210 0.432210 +5004.168945 0.000000 817.929749 0.000000 0.424766 0.000000 -0.905303 0.428828 0.428828 0.428828 +5013.999512 0.000000 810.379211 0.000000 0.260490 0.000000 -0.965477 0.433289 0.433289 0.433289 +5009.886230 0.000000 812.287292 0.000000 0.376787 0.000000 -0.926300 0.430162 0.430162 0.430162 +5028.954102 0.000000 813.833862 0.000000 0.515774 0.000000 -0.856724 0.425276 0.425276 0.425276 +5011.633789 0.000000 815.088623 0.000000 0.267223 0.000000 -0.963635 0.433112 0.433112 0.433112 +4995.692871 0.000000 794.603943 0.000000 0.495369 0.000000 -0.868683 0.426803 0.426803 0.426803 +5011.523438 0.000000 814.134583 0.000000 0.352009 0.000000 -0.935997 0.430840 0.430840 0.430840 +4999.686523 0.000000 817.569031 0.000000 0.522794 0.000000 -0.852459 0.425991 0.425991 0.425991 +5009.392578 0.000000 806.055969 0.000000 0.407642 0.000000 -0.913142 0.429308 0.429308 0.429308 +5007.083008 0.000000 794.878052 0.000000 0.179444 0.000000 -0.983768 0.435406 0.435406 0.435406 +5004.557129 0.000000 802.372192 0.000000 0.497140 0.000000 -0.867670 0.426751 0.426751 0.426751 +5061.141602 0.000000 816.287476 0.000000 0.116692 0.000000 -0.993168 0.421124 0.421124 0.421124 +5113.072754 0.000000 840.898315 0.000000 0.405944 0.000000 -0.913898 0.416635 0.416635 0.416635 +5058.058594 0.000000 809.220642 0.000000 0.014500 0.000000 -0.999895 0.426576 0.426576 0.426576 +5057.498535 0.000000 818.758118 0.000000 0.152505 0.000000 -0.988303 0.425554 0.425554 0.425554 +5060.993652 0.000000 814.964355 0.000000 0.508087 0.000000 -0.861306 0.419588 0.419588 0.419588 +5057.515137 0.000000 819.966248 0.000000 0.079087 0.000000 -0.996868 0.426887 0.426887 0.426887 +5056.125977 0.000000 810.203186 0.000000 0.587317 0.000000 -0.809357 0.417799 0.417799 0.417799 +5056.016602 0.000000 813.934509 0.000000 0.383919 0.000000 -0.923367 0.422621 0.422621 0.422621 +5059.739746 0.000000 813.052063 0.000000 0.294487 0.000000 -0.955655 0.427435 0.427435 0.427435 +5058.948730 0.000000 813.943970 0.000000 0.214953 0.000000 -0.976624 0.429209 0.429209 0.429209 +5065.580566 0.000000 804.524597 0.000000 0.333896 0.000000 -0.942610 0.427031 0.427031 0.427031 +5064.505859 0.000000 810.221680 0.000000 0.073507 0.000000 -0.997295 0.431623 0.431623 0.431623 +5064.499023 0.000000 807.108154 0.000000 0.055202 0.000000 -0.998475 0.433599 0.433599 0.433599 +5114.385254 0.000000 849.857666 0.000000 0.092868 0.000000 -0.995678 0.419923 0.419923 0.419923 +5131.486816 0.000000 855.825256 0.000000 0.400518 0.000000 -0.916289 0.415795 0.415795 0.415795 +5129.693359 0.000000 856.328369 0.000000 0.288900 0.000000 -0.957359 0.419267 0.419267 0.419267 +5130.378418 0.000000 859.127014 0.000000 0.551656 0.000000 -0.834072 0.416008 0.416008 0.416008 +5580.112305 0.000000 918.656738 0.000000 0.494303 0.000000 -0.869290 0.414469 0.414469 0.414469 +5599.632324 0.000000 914.418823 0.000000 0.171098 0.000000 -0.985254 0.422700 0.422700 0.422700 +5624.710938 0.000000 927.581543 0.000000 0.529879 0.000000 -0.848073 0.415771 0.415771 0.415771 +5627.964844 0.000000 955.051819 0.000000 0.407896 0.000000 -0.913028 0.418615 0.418615 0.418615 +5602.977539 0.000000 918.249451 0.000000 0.217115 0.000000 -0.976146 0.421196 0.421196 0.421196 +5617.393555 0.000000 927.580566 0.000000 0.383794 0.000000 -0.923419 0.419451 0.419451 0.419451 +5588.575195 0.000000 922.254028 0.000000 0.523685 0.000000 -0.851912 0.417870 0.417870 0.417870 +5590.404297 0.000000 929.365295 0.000000 0.054518 0.000000 -0.998513 0.426801 0.426801 0.426801 +5588.063965 0.000000 944.624268 0.000000 0.515021 0.000000 -0.857178 0.418973 0.418973 0.418973 +5588.600586 0.000000 914.771973 0.000000 0.065450 0.000000 -0.997856 0.426607 0.426607 0.426607 +5597.379395 0.000000 915.225403 0.000000 0.546583 0.000000 -0.837405 0.417147 0.417147 0.417147 +5614.953613 0.000000 957.149536 0.000000 0.401317 0.000000 -0.915939 0.421159 0.421159 0.421159 +5589.230957 0.000000 942.262451 0.000000 0.235271 0.000000 -0.971930 0.423101 0.423101 0.423101 +5591.724609 0.000000 930.879456 0.000000 0.373780 0.000000 -0.927517 0.420638 0.420638 0.420638 +5614.744141 0.000000 929.403503 0.000000 0.370763 0.000000 -0.928728 0.421051 0.421051 0.421051 +5595.559082 0.000000 939.639343 0.000000 0.498326 0.000000 -0.866989 0.419277 0.419277 0.419277 +5618.249023 0.000000 953.430054 0.000000 0.302274 0.000000 -0.953221 0.421895 0.421895 0.421895 +5614.797363 0.000000 955.553101 0.000000 0.282694 0.000000 -0.959210 0.423917 0.423917 0.423917 +5614.269531 0.000000 939.051636 0.000000 0.241822 0.000000 -0.970321 0.424971 0.424971 0.424971 +5616.896973 0.000000 951.360474 0.000000 0.565266 0.000000 -0.824909 0.418018 0.418018 0.418018 +5620.147949 0.000000 958.912231 0.000000 0.000961 0.000000 -1.000000 0.427904 0.427904 0.427904 +5604.170898 0.000000 958.146606 0.000000 0.296093 0.000000 -0.955159 0.422895 0.422895 0.422895 +5594.203125 0.000000 936.355835 0.000000 0.227891 0.000000 -0.973687 0.424906 0.424906 0.424906 +5601.498047 0.000000 951.964783 0.000000 0.586472 0.000000 -0.809969 0.417300 0.417300 0.417300 +5607.639160 0.000000 930.823181 0.000000 0.119530 0.000000 -0.992831 0.427965 0.427965 0.427965 +5630.710938 0.000000 941.976440 0.000000 0.063288 0.000000 -0.997995 0.429054 0.429054 0.429054 +5598.762207 0.000000 925.918640 0.000000 0.334151 0.000000 -0.942520 0.423585 0.423585 0.423585 +5625.239746 0.000000 947.079285 0.000000 0.008514 0.000000 -0.999964 0.430266 0.430266 0.430266 +5623.950684 0.000000 941.934021 0.000000 0.215219 0.000000 -0.976566 0.425553 0.425553 0.425553 +5613.494141 0.000000 945.390381 0.000000 0.047465 0.000000 -0.998873 0.428066 0.428066 0.428066 +5587.222656 0.000000 945.583069 0.000000 0.246806 0.000000 -0.969065 0.423687 0.423687 0.423687 +5596.419922 0.000000 935.292908 0.000000 0.565130 0.000000 -0.825002 0.419232 0.419232 0.419232 +5619.609375 0.000000 933.916260 0.000000 0.579188 0.000000 -0.815194 0.418797 0.418797 0.418797 +5602.421875 0.000000 940.241882 0.000000 0.078448 0.000000 -0.996918 0.429357 0.429357 0.429357 +5606.706543 0.000000 949.086243 0.000000 0.402358 0.000000 -0.915482 0.421947 0.421947 0.421947 +5622.847168 0.000000 946.611938 0.000000 0.132514 0.000000 -0.991181 0.428216 0.428216 0.428216 +5595.313477 0.000000 951.383484 0.000000 0.240603 0.000000 -0.970624 0.425459 0.425459 0.425459 +5597.463379 0.000000 929.825989 0.000000 0.515992 0.000000 -0.856594 0.419928 0.419928 0.419928 +5592.429199 0.000000 927.683472 0.000000 0.243455 0.000000 -0.969912 0.425204 0.425204 0.425204 +5594.672852 0.000000 942.025391 0.000000 0.068696 0.000000 -0.997638 0.427299 0.427299 0.427299 +5602.942871 0.000000 942.184875 0.000000 0.290302 0.000000 -0.956935 0.424725 0.424725 0.424725 +5594.768555 0.000000 918.682312 0.000000 0.455267 0.000000 -0.890355 0.420945 0.420945 0.420945 +5595.824219 0.000000 916.611511 0.000000 0.001040 0.000000 -0.999999 0.429392 0.429392 0.429392 +5612.773926 0.000000 939.673096 0.000000 0.151449 0.000000 -0.988465 0.426707 0.426707 0.426707 +5591.105469 0.000000 947.933350 0.000000 0.277490 0.000000 -0.960729 0.424598 0.424598 0.424598 +5616.564941 0.000000 938.343018 0.000000 0.451049 0.000000 -0.892499 0.421256 0.421256 0.421256 +5629.398438 0.000000 946.562927 0.000000 0.124038 0.000000 -0.992277 0.428528 0.428528 0.428528 +5594.586914 0.000000 935.275330 0.000000 0.021012 0.000000 -0.999779 0.429173 0.429173 0.429173 +5594.378418 0.000000 954.423828 0.000000 0.344066 0.000000 -0.938945 0.424236 0.424236 0.424236 +5599.222656 0.000000 957.584534 0.000000 0.325052 0.000000 -0.945696 0.424327 0.424327 0.424327 +5595.859375 0.000000 918.895203 0.000000 0.409680 0.000000 -0.912229 0.421910 0.421910 0.421910 +5620.629395 0.000000 945.950134 0.000000 0.125407 0.000000 -0.992105 0.428140 0.428140 0.428140 +5593.549805 0.000000 958.636963 0.000000 0.104310 0.000000 -0.994545 0.427968 0.427968 0.427968 +5597.720703 0.000000 926.333252 0.000000 0.174246 0.000000 -0.984702 0.427387 0.427387 0.427387 +5623.349609 0.000000 944.220032 0.000000 0.312077 0.000000 -0.950057 0.424971 0.424971 0.424971 +5596.950195 0.000000 951.614868 0.000000 0.046022 0.000000 -0.998940 0.430301 0.430301 0.430301 +5594.685059 0.000000 933.347656 0.000000 0.561210 0.000000 -0.827674 0.418596 0.418596 0.418596 +5605.641602 0.000000 931.032532 0.000000 0.577684 0.000000 -0.816261 0.419119 0.419119 0.419119 +5591.599609 0.000000 950.636719 0.000000 0.441678 0.000000 -0.897174 0.422180 0.422180 0.422180 +5601.875488 0.000000 938.512756 0.000000 0.465308 0.000000 -0.885149 0.421706 0.421706 0.421706 +5603.216309 0.000000 928.680420 0.000000 0.299089 0.000000 -0.954225 0.425243 0.425243 0.425243 +5594.147949 0.000000 928.295532 0.000000 0.489737 0.000000 -0.871870 0.421045 0.421045 0.421045 +5616.273926 0.000000 933.025574 0.000000 0.065741 0.000000 -0.997837 0.429908 0.429908 0.429908 +5602.961426 0.000000 952.931152 0.000000 0.204560 0.000000 -0.978854 0.426781 0.426781 0.426781 +5592.788574 0.000000 917.862305 0.000000 0.014795 0.000000 -0.999891 0.430611 0.430611 0.430611 +5596.799316 0.000000 936.269775 0.000000 0.551797 0.000000 -0.833978 0.419452 0.419452 0.419452 +5596.664062 0.000000 956.292664 0.000000 0.073843 0.000000 -0.997270 0.430121 0.430121 0.430121 +5598.816895 0.000000 974.672180 0.000000 0.371443 0.000000 -0.928456 0.416878 0.416878 0.416878 +5589.918945 0.000000 971.741760 0.000000 0.003945 0.000000 -0.999992 0.425191 0.425191 0.425191 +5623.353516 0.000000 967.378174 0.000000 0.334449 0.000000 -0.942414 0.419649 0.419649 0.419649 +5598.425293 0.000000 967.118713 0.000000 0.507744 0.000000 -0.861508 0.419336 0.419336 0.419336 +5587.737305 0.000000 966.716064 0.000000 0.516706 0.000000 -0.856163 0.418629 0.418629 0.418629 +5603.792969 0.000000 961.210938 0.000000 0.461968 0.000000 -0.886897 0.420638 0.420638 0.420638 +5584.053223 0.000000 965.594727 0.000000 0.419138 0.000000 -0.907922 0.421143 0.421143 0.421143 +5592.484375 0.000000 960.245483 0.000000 0.402633 0.000000 -0.915361 0.422923 0.422923 0.422923 +5618.000000 0.000000 963.542297 0.000000 0.113040 0.000000 -0.993590 0.427873 0.427873 0.427873 +5605.606445 0.000000 963.153748 0.000000 0.585571 0.000000 -0.810621 0.418595 0.418595 0.418595 +5619.501953 0.000000 960.301270 0.000000 0.156555 0.000000 -0.987669 0.427245 0.427245 0.427245 +5609.191895 0.000000 962.680420 0.000000 0.484193 0.000000 -0.874961 0.421384 0.421384 0.421384 +5615.757812 0.000000 962.999634 0.000000 0.474446 0.000000 -0.880285 0.421177 0.421177 0.421177 +5603.282715 0.000000 964.770630 0.000000 0.128365 0.000000 -0.991727 0.428514 0.428514 0.428514 +5659.698730 0.000000 950.249329 0.000000 0.553465 0.000000 -0.832872 0.413908 0.413908 0.413908 +5636.483887 0.000000 933.498718 0.000000 0.281664 0.000000 -0.959513 0.419637 0.419637 0.419637 +5656.204102 0.000000 948.277527 0.000000 0.229517 0.000000 -0.973305 0.420462 0.420462 0.420462 +5652.196289 0.000000 952.512329 0.000000 0.206416 0.000000 -0.978464 0.423273 0.423273 0.423273 +5644.607910 0.000000 940.685608 0.000000 0.361916 0.000000 -0.932211 0.420440 0.420440 0.420440 +5632.328125 0.000000 952.218384 0.000000 0.214261 0.000000 -0.976776 0.425233 0.425233 0.425233 +5637.108887 0.000000 953.382629 0.000000 0.348271 0.000000 -0.937394 0.422084 0.422084 0.422084 +5633.950684 0.000000 943.724426 0.000000 0.383658 0.000000 -0.923475 0.422333 0.422333 0.422333 +5645.130371 0.000000 945.926147 0.000000 0.104557 0.000000 -0.994519 0.427963 0.427963 0.427963 +5653.902344 0.000000 949.236389 0.000000 0.283200 0.000000 -0.959061 0.422497 0.422497 0.422497 +5637.217285 0.000000 951.899048 0.000000 0.138030 0.000000 -0.990428 0.427534 0.427534 0.427534 +5636.470703 0.000000 938.739136 0.000000 0.265961 0.000000 -0.963984 0.423591 0.423591 0.423591 +5636.561035 0.000000 950.031555 0.000000 0.259275 0.000000 -0.965804 0.425154 0.425154 0.425154 +5644.862793 0.000000 948.412354 0.000000 0.324346 0.000000 -0.945938 0.423660 0.423660 0.423660 +5633.237793 0.000000 940.072021 0.000000 0.482964 0.000000 -0.875640 0.421199 0.421199 0.421199 +5636.465332 0.000000 942.539673 0.000000 0.190751 0.000000 -0.981639 0.427677 0.427677 0.427677 +5644.307617 0.000000 944.510498 0.000000 0.489483 0.000000 -0.872013 0.420205 0.420205 0.420205 +5690.561523 0.000000 1048.478027 0.000000 0.164647 0.000000 -0.986353 0.420771 0.420771 0.420771 +5671.039551 0.000000 1056.880371 0.000000 0.128641 0.000000 -0.991691 0.421597 0.421597 0.421597 +5664.863281 0.000000 1037.543457 0.000000 0.541941 0.000000 -0.840416 0.419335 0.419335 0.419335 +5676.451660 0.000000 1060.331177 0.000000 0.043242 0.000000 -0.999065 0.428983 0.428983 0.428983 +5693.613770 0.000000 1043.289917 0.000000 0.530587 0.000000 -0.847631 0.420404 0.420404 0.420404 +5658.905273 0.000000 1050.292114 0.000000 0.514818 0.000000 -0.857299 0.419543 0.419543 0.419543 +5672.788086 0.000000 1056.106201 0.000000 0.470795 0.000000 -0.882243 0.422553 0.422553 0.422553 +5666.564453 0.000000 1042.698608 0.000000 0.193428 0.000000 -0.981114 0.428516 0.428516 0.428516 +5695.578613 0.000000 1042.501221 0.000000 0.128420 0.000000 -0.991720 0.436721 0.436721 0.436721 +5692.959961 0.000000 1047.972778 0.000000 0.242380 0.000000 -0.970181 0.432111 0.432111 0.432111 +5671.420898 0.000000 1048.222412 0.000000 0.555701 0.000000 -0.831382 0.420830 0.420830 0.420830 +5695.352051 0.000000 1038.412598 0.000000 0.555196 0.000000 -0.831720 0.420696 0.420696 0.420696 +5667.876465 0.000000 1045.224854 0.000000 0.397803 0.000000 -0.917471 0.429582 0.429582 0.429582 +5694.947754 0.000000 1050.370483 0.000000 0.326139 0.000000 -0.945322 0.425480 0.425480 0.425480 +5690.613770 0.000000 1069.677979 0.000000 0.114434 0.000000 -0.993431 0.437080 0.437080 0.437080 +5669.324707 0.000000 1046.892822 0.000000 0.145310 0.000000 -0.989386 0.436287 0.436287 0.436287 +5663.132324 0.000000 1035.326172 0.000000 0.136254 0.000000 -0.990674 0.430791 0.430791 0.430791 +5664.556641 0.000000 1040.407837 0.000000 0.558099 0.000000 -0.829774 0.423994 0.423994 0.423994 +5668.431152 0.000000 1048.418945 0.000000 0.225106 0.000000 -0.974334 0.434218 0.434218 0.434218 +5694.619629 0.000000 1045.120728 0.000000 0.491610 0.000000 -0.870816 0.426913 0.426913 0.426913 +5691.550293 0.000000 1067.302002 0.000000 0.063927 0.000000 -0.997955 0.436716 0.436716 0.436716 +5695.328613 0.000000 1047.725342 0.000000 0.132013 0.000000 -0.991248 0.436628 0.436628 0.436628 +5680.264648 0.000000 1063.245483 0.000000 0.333919 0.000000 -0.942602 0.431330 0.431330 0.431330 +5694.886719 0.000000 1061.975830 0.000000 0.471337 0.000000 -0.881953 0.427502 0.427502 0.427502 +5720.891602 0.000000 1063.073853 0.000000 0.025734 0.000000 -0.999669 0.424455 0.424455 0.424455 +5727.082031 0.000000 1052.866455 0.000000 0.358222 0.000000 -0.933637 0.422492 0.422492 0.422492 +5698.595215 0.000000 1044.354980 0.000000 0.536113 0.000000 -0.844147 0.419369 0.419369 0.419369 +5729.109375 0.000000 1058.423706 0.000000 0.397848 0.000000 -0.917451 0.429581 0.429581 0.429581 +5705.038086 0.000000 1028.503296 0.000000 0.315350 0.000000 -0.948976 0.427586 0.427586 0.427586 +5728.517578 0.000000 1062.245605 0.000000 0.092186 0.000000 -0.995742 0.433220 0.433220 0.433220 +5716.250488 0.000000 1068.320435 0.000000 0.271412 0.000000 -0.962463 0.428601 0.428601 0.428601 +5727.487793 0.000000 1058.569214 0.000000 0.259799 0.000000 -0.965663 0.433307 0.433307 0.433307 +5729.092285 0.000000 1059.322754 0.000000 0.436988 0.000000 -0.899467 0.428484 0.428484 0.428484 +5725.715332 0.000000 1068.599365 0.000000 0.579443 0.000000 -0.815013 0.422406 0.422406 0.422406 +5726.100586 0.000000 1065.770874 0.000000 0.012678 0.000000 -0.999920 0.439677 0.439677 0.439677 +5709.307617 0.000000 1068.266479 0.000000 0.096174 0.000000 -0.995365 0.437547 0.437547 0.437547 +5707.041504 0.000000 1064.226318 0.000000 0.128807 0.000000 -0.991670 0.436711 0.436711 0.436711 +5731.322754 0.000000 1055.864380 0.000000 0.195087 0.000000 -0.980786 0.435000 0.435000 0.435000 +5662.190918 0.000000 1110.256958 0.000000 0.585748 0.000000 -0.810493 0.414722 0.414722 0.414722 +5687.122559 0.000000 1078.345947 0.000000 0.378029 0.000000 -0.925794 0.420145 0.420145 0.420145 +5663.082031 0.000000 1109.350830 0.000000 0.441921 0.000000 -0.897054 0.421286 0.421286 0.421286 +5666.942871 0.000000 1111.637939 0.000000 0.111324 0.000000 -0.993784 0.428780 0.428780 0.428780 +5669.645508 0.000000 1108.983032 0.000000 0.086526 0.000000 -0.996250 0.427864 0.427864 0.427864 +5663.664551 0.000000 1084.922241 0.000000 0.441711 0.000000 -0.897157 0.421401 0.421401 0.421401 +5668.909180 0.000000 1107.176270 0.000000 0.487181 0.000000 -0.873301 0.424656 0.424656 0.424656 +5689.008789 0.000000 1075.655884 0.000000 0.185676 0.000000 -0.982611 0.434000 0.434000 0.434000 +5694.091797 0.000000 1087.376221 0.000000 0.543935 0.000000 -0.839127 0.423714 0.423714 0.423714 +5691.573242 0.000000 1081.384521 0.000000 0.065020 0.000000 -0.997884 0.438343 0.438343 0.438343 +5690.718750 0.000000 1075.027344 0.000000 0.351718 0.000000 -0.936106 0.430848 0.430848 0.430848 +5716.179199 0.000000 1074.480225 0.000000 0.010981 0.000000 -0.999940 0.428272 0.428272 0.428272 +5708.269531 0.000000 1081.060791 0.000000 0.530009 0.000000 -0.847992 0.420216 0.420216 0.420216 +5698.627930 0.000000 1087.750122 0.000000 0.331484 0.000000 -0.943461 0.425548 0.425548 0.425548 +5702.207520 0.000000 1077.390381 0.000000 0.477260 0.000000 -0.878762 0.424329 0.424329 0.424329 +5713.756836 0.000000 1075.069580 0.000000 0.433435 0.000000 -0.901185 0.426006 0.426006 0.426006 +5698.186523 0.000000 1083.068604 0.000000 0.463873 0.000000 -0.885902 0.427717 0.427717 0.427717 +5699.832031 0.000000 1083.254272 0.000000 0.093270 0.000000 -0.995641 0.437621 0.437621 0.437621 +5699.840820 0.000000 1082.368530 0.000000 0.379147 0.000000 -0.925336 0.430097 0.430097 0.430097 +5716.084961 0.000000 1073.673950 0.000000 0.202495 0.000000 -0.979283 0.434808 0.434808 0.434808 +4228.166992 0.000000 2251.655273 0.000000 0.418915 0.000000 -0.908026 0.416884 0.416884 0.416884 +4213.566895 0.000000 2328.321533 0.000000 0.445748 0.000000 -0.895158 0.415335 0.415335 0.415335 +4219.000977 0.000000 2353.660400 0.000000 0.509379 0.000000 -0.860542 0.414696 0.414696 0.414696 +4222.582031 0.000000 2330.726562 0.000000 0.222488 0.000000 -0.974935 0.418824 0.418824 0.418824 +4223.814453 0.000000 2334.303955 0.000000 0.015675 0.000000 -0.999877 0.422208 0.422208 0.422208 +4206.782227 0.000000 2357.923584 0.000000 0.487372 0.000000 -0.873194 0.415109 0.415109 0.415109 +4207.645996 0.000000 2323.557373 0.000000 0.259866 0.000000 -0.965645 0.418743 0.418743 0.418743 +4216.096680 0.000000 2343.503418 0.000000 0.227549 0.000000 -0.973767 0.419689 0.419689 0.419689 +4191.888672 0.000000 2337.403564 0.000000 0.270201 0.000000 -0.962804 0.419042 0.419042 0.419042 +4219.529785 0.000000 2316.506348 0.000000 0.541046 0.000000 -0.840993 0.414617 0.414617 0.414617 +4209.909180 0.000000 2347.700684 0.000000 0.435162 0.000000 -0.900352 0.416841 0.416841 0.416841 +4223.025879 0.000000 2365.224609 0.000000 0.245679 0.000000 -0.969351 0.421594 0.421594 0.421594 +4205.249512 0.000000 2347.098145 0.000000 0.307058 0.000000 -0.951691 0.421745 0.421745 0.421745 +4203.575684 0.000000 2346.589600 0.000000 0.479980 0.000000 -0.877280 0.418114 0.418114 0.418114 +4204.409668 0.000000 2341.887695 0.000000 0.100846 0.000000 -0.994902 0.424438 0.424438 0.424438 +4201.922852 0.000000 2341.011230 0.000000 0.179497 0.000000 -0.983758 0.423950 0.423950 0.423950 +4247.890625 0.000000 2278.432617 0.000000 0.230101 0.000000 -0.973167 0.417244 0.417244 0.417244 +4247.293457 0.000000 2282.939697 0.000000 0.486840 0.000000 -0.873491 0.414269 0.414269 0.414269 +4283.981445 0.000000 2314.594238 0.000000 0.184303 0.000000 -0.982870 0.418816 0.418816 0.418816 +4275.824219 0.000000 2303.709473 0.000000 0.126830 0.000000 -0.991925 0.424147 0.424147 0.424147 +4280.427734 0.000000 2311.246094 0.000000 0.254313 0.000000 -0.967122 0.421973 0.421973 0.421973 +4276.695312 0.000000 2306.347168 0.000000 0.390839 0.000000 -0.920459 0.419500 0.419500 0.419500 +4280.732422 0.000000 2307.932129 0.000000 0.077808 0.000000 -0.996968 0.426612 0.426612 0.426612 +4270.722168 0.000000 2307.186523 0.000000 0.422886 0.000000 -0.906183 0.421236 0.421236 0.421236 +4280.311035 0.000000 2304.027100 0.000000 0.357646 0.000000 -0.933857 0.421661 0.421661 0.421661 +4315.635742 0.000000 2282.425293 0.000000 0.090153 0.000000 -0.995928 0.420773 0.420773 0.420773 +4297.912598 0.000000 2288.477051 0.000000 0.221854 0.000000 -0.975080 0.421524 0.421524 0.421524 +4313.036621 0.000000 2284.309814 0.000000 0.450626 0.000000 -0.892713 0.418455 0.418455 0.418455 +4298.576172 0.000000 2289.718750 0.000000 0.037335 0.000000 -0.999303 0.428483 0.428483 0.428483 +4300.904785 0.000000 2286.857422 0.000000 0.114788 0.000000 -0.993390 0.424932 0.424932 0.424932 +4276.003906 0.000000 2319.187012 0.000000 0.399505 0.000000 -0.916731 0.415810 0.415810 0.415810 +4225.451660 0.000000 2325.251709 0.000000 0.448029 0.000000 -0.894019 0.415576 0.415576 0.415576 +4231.408691 0.000000 2333.696777 0.000000 0.407777 0.000000 -0.913082 0.416204 0.416204 0.416204 +4227.913086 0.000000 2326.795898 0.000000 0.410731 0.000000 -0.911756 0.416101 0.416101 0.416101 +4260.952637 0.000000 2356.336182 0.000000 0.384785 0.000000 -0.923006 0.416732 0.416732 0.416732 +4253.291016 0.000000 2358.201904 0.000000 0.312175 0.000000 -0.950025 0.418273 0.418273 0.418273 +4224.712402 0.000000 2334.080322 0.000000 0.290605 0.000000 -0.956843 0.418284 0.418284 0.418284 +4269.747070 0.000000 2364.551025 0.000000 0.424074 0.000000 -0.905628 0.416291 0.416291 0.416291 +4249.618652 0.000000 2367.536621 0.000000 0.146861 0.000000 -0.989157 0.421322 0.421322 0.421322 +4246.911621 0.000000 2356.848877 0.000000 0.444083 0.000000 -0.895986 0.416637 0.416637 0.416637 +4247.416992 0.000000 2363.792236 0.000000 0.557172 0.000000 -0.830397 0.414873 0.414873 0.414873 +4228.166992 0.000000 2364.624023 0.000000 0.048587 0.000000 -0.998819 0.423105 0.423105 0.423105 +4224.371582 0.000000 2320.944092 0.000000 0.357653 0.000000 -0.933855 0.417991 0.417991 0.417991 +4261.294434 0.000000 2360.815430 0.000000 0.450474 0.000000 -0.892790 0.417026 0.417026 0.417026 +4240.425781 0.000000 2366.562500 0.000000 0.272189 0.000000 -0.962244 0.420823 0.420823 0.420823 +4227.051758 0.000000 2365.711914 0.000000 0.476370 0.000000 -0.879245 0.416789 0.416789 0.416789 +4219.429199 0.000000 2397.656250 0.000000 0.000522 0.000000 -1.000000 0.424776 0.424776 0.424776 +4222.383301 0.000000 2393.510254 0.000000 0.519349 0.000000 -0.854562 0.416322 0.416322 0.416322 +4224.090332 0.000000 2375.639404 0.000000 0.254412 0.000000 -0.967096 0.418364 0.418364 0.418364 +4226.199219 0.000000 2379.456055 0.000000 0.486308 0.000000 -0.873788 0.415444 0.415444 0.415444 +4235.084961 0.000000 2382.722412 0.000000 0.517476 0.000000 -0.855698 0.415536 0.415536 0.415536 +4238.749512 0.000000 2372.374756 0.000000 0.128940 0.000000 -0.991652 0.422600 0.422600 0.422600 +4236.241699 0.000000 2374.608643 0.000000 0.165964 0.000000 -0.986132 0.421873 0.421873 0.421873 +4232.131348 0.000000 2381.731445 0.000000 0.578456 0.000000 -0.815713 0.416433 0.416433 0.416433 +4457.656250 0.000000 2299.484863 0.000000 0.413113 0.000000 -0.910680 0.415607 0.415607 0.415607 +4452.682129 0.000000 2283.164307 0.000000 0.181062 0.000000 -0.983472 0.419970 0.419970 0.419970 +4458.442383 0.000000 2287.425781 0.000000 0.347954 0.000000 -0.937512 0.418570 0.418570 0.418570 +4455.989746 0.000000 2285.278809 0.000000 0.528393 0.000000 -0.849000 0.415646 0.415646 0.415646 +4453.817871 0.000000 2292.941895 0.000000 0.069233 0.000000 -0.997601 0.424966 0.424966 0.424966 +4450.937988 0.000000 2289.880127 0.000000 0.273939 0.000000 -0.961747 0.422795 0.422795 0.422795 +"} diff --git a/gfx/map/map_object_data/generated/oak_generator_1.txt b/gfx/map/map_object_data/generated/oak_generator_1.txt index a70735de..51e7c211 100644 --- a/gfx/map/map_object_data/generated/oak_generator_1.txt +++ b/gfx/map/map_object_data/generated/oak_generator_1.txt @@ -5,14 +5,223 @@ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_01_mesh" - count=7 + count=216 transform="4578.111328 0.000000 709.427673 0.000000 0.222017 0.000000 0.975043 0.330051 0.330051 0.330051 +4986.544434 0.000000 887.688721 0.000000 0.366792 0.000000 0.930303 0.334439 0.334439 0.334439 +4989.212891 0.000000 872.657410 0.000000 0.480923 0.000000 0.876763 0.335474 0.335474 0.335474 +5012.968750 0.000000 842.906372 0.000000 0.504500 0.000000 0.863412 0.335068 0.335068 0.335068 +5013.502930 0.000000 839.100464 0.000000 0.087128 0.000000 0.996197 0.330231 0.330231 0.330231 +5076.968750 0.000000 842.906372 0.000000 0.317533 0.000000 0.948247 0.332829 0.332829 0.332829 +5088.032227 0.000000 827.719116 0.000000 0.424739 0.000000 0.905316 0.336447 0.336447 0.336447 +5073.360840 0.000000 836.941589 0.000000 0.529356 0.000000 0.848400 0.335484 0.335484 0.335484 +5079.191895 0.000000 836.671875 0.000000 0.172663 0.000000 0.984981 0.330771 0.330771 0.330771 +5050.807129 0.000000 853.920166 0.000000 0.239909 0.000000 0.970795 0.332529 0.332529 0.332529 +5029.982422 0.000000 897.527405 0.000000 0.023433 0.000000 0.999725 0.327894 0.327894 0.327894 +5047.638184 0.000000 863.009094 0.000000 0.017050 0.000000 0.999855 0.330653 0.330653 0.330653 +5007.272949 0.000000 869.184204 0.000000 0.510126 0.000000 0.860100 0.336021 0.336021 0.336021 +5015.890625 0.000000 866.323303 0.000000 0.327470 0.000000 0.944862 0.332595 0.332595 0.332595 +4996.032715 0.000000 878.877197 0.000000 0.100388 0.000000 0.994948 0.332271 0.332271 0.332271 +5001.203613 0.000000 882.966431 0.000000 0.504823 0.000000 0.863223 0.335847 0.335847 0.335847 +5053.292480 0.000000 859.824585 0.000000 0.044173 0.000000 0.999024 0.329324 0.329324 0.329324 +5006.220703 0.000000 864.346558 0.000000 0.587653 0.000000 0.809113 0.337645 0.337645 0.337645 +4995.505371 0.000000 890.691772 0.000000 0.131758 0.000000 0.991282 0.332652 0.332652 0.332652 +5046.173828 0.000000 853.449890 0.000000 0.446033 0.000000 0.895017 0.335859 0.335859 0.335859 +5013.668945 0.000000 857.054504 0.000000 0.317406 0.000000 0.948290 0.333482 0.333482 0.333482 +5029.098633 0.000000 890.136597 0.000000 0.382114 0.000000 0.924115 0.334808 0.334808 0.334808 +4992.163086 0.000000 882.012146 0.000000 0.218292 0.000000 0.975883 0.331942 0.331942 0.331942 +5023.334473 0.000000 888.251038 0.000000 0.540463 0.000000 0.841368 0.336371 0.336371 0.336371 +5054.624512 0.000000 856.085754 0.000000 0.040120 0.000000 0.999195 0.328868 0.328868 0.328868 +5005.506836 0.000000 883.080078 0.000000 0.099598 0.000000 0.995028 0.329691 0.329691 0.329691 +5032.974609 0.000000 858.787170 0.000000 0.264642 0.000000 0.964347 0.332011 0.332011 0.332011 +5050.028320 0.000000 860.364197 0.000000 0.091714 0.000000 0.995785 0.329582 0.329582 0.329582 +5040.580566 0.000000 877.706360 0.000000 0.116534 0.000000 0.993187 0.329863 0.329863 0.329863 +4992.936035 0.000000 869.875183 0.000000 0.087335 0.000000 0.996179 0.327836 0.327836 0.327836 +5050.504395 0.000000 871.024475 0.000000 0.504905 0.000000 0.863175 0.334938 0.334938 0.334938 +5008.244141 0.000000 876.463440 0.000000 0.385903 0.000000 0.922539 0.332962 0.332962 0.332962 +5008.186523 0.000000 866.416870 0.000000 0.075347 0.000000 0.997157 0.329094 0.329094 0.329094 +5006.979980 0.000000 872.105774 0.000000 0.106720 0.000000 0.994289 0.329854 0.329854 0.329854 +5012.984863 0.000000 884.463623 0.000000 0.255202 0.000000 0.966888 0.329926 0.329926 0.329926 +5008.716797 0.000000 879.363464 0.000000 0.524695 0.000000 0.851290 0.335495 0.335495 0.335495 +5101.516602 0.000000 861.998901 0.000000 0.279225 0.000000 0.960226 0.335034 0.335034 0.335034 +5057.451172 0.000000 859.441284 0.000000 0.361822 0.000000 0.932247 0.333792 0.333792 0.333792 +5077.705078 0.000000 874.133301 0.000000 0.065963 0.000000 0.997822 0.331263 0.331263 0.331263 +5058.396484 0.000000 849.127747 0.000000 0.142269 0.000000 0.989828 0.333467 0.333467 0.333467 +5058.500488 0.000000 867.009705 0.000000 0.042777 0.000000 0.999085 0.330774 0.330774 0.330774 +5114.511719 0.000000 867.775635 0.000000 0.369879 0.000000 0.929080 0.334950 0.334950 0.334950 +5060.047852 0.000000 855.615662 0.000000 0.112483 0.000000 0.993654 0.329806 0.329806 0.329806 +5056.514160 0.000000 863.346497 0.000000 0.401536 0.000000 0.915843 0.333968 0.333968 0.333968 +5061.464844 0.000000 852.047546 0.000000 0.021380 0.000000 0.999771 0.329421 0.329421 0.329421 +5113.910645 0.000000 895.216675 0.000000 0.582571 0.000000 0.812780 0.337563 0.337563 0.337563 +5108.003906 0.000000 850.593201 0.000000 0.090246 0.000000 0.995920 0.330273 0.330273 0.330273 +5116.832520 0.000000 879.587402 0.000000 0.275267 0.000000 0.961368 0.331712 0.331712 0.331712 +5115.100586 0.000000 857.358337 0.000000 0.444448 0.000000 0.895805 0.335351 0.335351 0.335351 +5145.505859 0.000000 844.552979 0.000000 0.335942 0.000000 0.941883 0.333902 0.333902 0.333902 +5124.763672 0.000000 826.973450 0.000000 0.018089 0.000000 0.999836 0.330124 0.330124 0.330124 +5128.908691 0.000000 836.681274 0.000000 0.066252 0.000000 0.997803 0.331004 0.331004 0.331004 +5124.755371 0.000000 818.653931 0.000000 0.200239 0.000000 0.979747 0.331576 0.331576 0.331576 +5179.981445 0.000000 846.000488 0.000000 0.491934 0.000000 0.870633 0.335599 0.335599 0.335599 +5137.722656 0.000000 842.958557 0.000000 0.545294 0.000000 0.838245 0.335581 0.335581 0.335581 +5122.269043 0.000000 844.215088 0.000000 0.073637 0.000000 0.997285 0.327173 0.327173 0.327173 +5178.807129 0.000000 853.920166 0.000000 0.428148 0.000000 0.903709 0.334816 0.334816 0.334816 +5127.671387 0.000000 872.122192 0.000000 0.451327 0.000000 0.892359 0.335116 0.335116 0.335116 +5151.453613 0.000000 863.995728 0.000000 0.145959 0.000000 0.989291 0.332016 0.332016 0.332016 +5128.407715 0.000000 855.078003 0.000000 0.556961 0.000000 0.830539 0.335570 0.335570 0.335570 +5157.432617 0.000000 858.292664 0.000000 0.566743 0.000000 0.823894 0.337098 0.337098 0.337098 +5181.512207 0.000000 847.291809 0.000000 0.510333 0.000000 0.859977 0.335663 0.335663 0.335663 +5161.385742 0.000000 880.183777 0.000000 0.264079 0.000000 0.964501 0.333142 0.333142 0.333142 +5155.765137 0.000000 873.112854 0.000000 0.244665 0.000000 0.969608 0.332941 0.332941 0.332941 +5165.943359 0.000000 849.620544 0.000000 0.546504 0.000000 0.837456 0.336686 0.336686 0.336686 +5162.009766 0.000000 902.202271 0.000000 0.456170 0.000000 0.889892 0.334901 0.334901 0.334901 +5126.330566 0.000000 859.362427 0.000000 0.371751 0.000000 0.928333 0.334196 0.334196 0.334196 +5145.505859 0.000000 901.037354 0.000000 0.112590 0.000000 0.993642 0.330700 0.330700 0.330700 +5146.364746 0.000000 872.826965 0.000000 0.124501 0.000000 0.992220 0.332059 0.332059 0.332059 +5125.119141 0.000000 863.699829 0.000000 0.306915 0.000000 0.951737 0.332455 0.332455 0.332455 +5176.315430 0.000000 884.274597 0.000000 0.098276 0.000000 0.995159 0.330059 0.330059 0.330059 +5165.375000 0.000000 872.187317 0.000000 0.581730 0.000000 0.813382 0.337549 0.337549 0.337549 +5125.464844 0.000000 852.047546 0.000000 0.446606 0.000000 0.894731 0.335480 0.335480 0.335480 +5175.060547 0.000000 888.865356 0.000000 0.025408 0.000000 0.999677 0.330082 0.330082 0.330082 +5172.463867 0.000000 862.347473 0.000000 0.373925 0.000000 0.927459 0.333708 0.333708 0.333708 +5175.819336 0.000000 866.096558 0.000000 0.280908 0.000000 0.959735 0.332863 0.332863 0.332863 +5171.016113 0.000000 868.116760 0.000000 0.229294 0.000000 0.973357 0.330396 0.330396 0.330396 +5141.235840 0.000000 867.126709 0.000000 0.250941 0.000000 0.968002 0.331355 0.331355 0.331355 +5186.396484 0.000000 849.127747 0.000000 0.566983 0.000000 0.823729 0.338709 0.338709 0.338709 +5186.500488 0.000000 867.009705 0.000000 0.124066 0.000000 0.992274 0.331864 0.331864 0.331864 +5371.211426 0.000000 820.399414 0.000000 0.544936 0.000000 0.838478 0.337834 0.337834 0.337834 +5346.857422 0.000000 819.910156 0.000000 0.486844 0.000000 0.873489 0.330414 0.330414 0.330414 +5335.339844 0.000000 823.188721 0.000000 0.248619 0.000000 0.968601 0.331091 0.331091 0.331091 +5348.682129 0.000000 814.570618 0.000000 0.282385 0.000000 0.959301 0.329853 0.329853 0.329853 +5421.516602 0.000000 749.030151 0.000000 0.420623 0.000000 0.907235 0.335996 0.335996 0.335996 +5424.647949 0.000000 774.772644 0.000000 0.419749 0.000000 0.907640 0.334940 0.334940 0.334940 +5409.099609 0.000000 768.246582 0.000000 0.176572 0.000000 0.984288 0.330886 0.330886 0.330886 +5395.443848 0.000000 784.216675 0.000000 0.262997 0.000000 0.964797 0.326687 0.326687 0.326687 +5563.981445 0.000000 789.516113 0.000000 0.195421 0.000000 0.980719 0.331870 0.331870 0.331870 +5561.384766 0.000000 790.548645 0.000000 0.168927 0.000000 0.985629 0.327474 0.327474 0.327474 +5548.051758 0.000000 766.391174 0.000000 0.248362 0.000000 0.968667 0.324110 0.324110 0.324110 +5538.111328 0.000000 765.912048 0.000000 0.566729 0.000000 0.823904 0.332698 0.332698 0.332698 +5552.587891 0.000000 754.550110 0.000000 0.022764 0.000000 0.999741 0.319633 0.319633 0.319633 +5535.330566 0.000000 766.717957 0.000000 0.264487 0.000000 0.964389 0.327284 0.327284 0.327284 +5403.595215 0.000000 841.304993 0.000000 0.129129 0.000000 0.991628 0.325631 0.325631 0.325631 +5403.698730 0.000000 837.280579 0.000000 0.423245 0.000000 0.906015 0.333010 0.333010 0.333010 +5484.376953 0.000000 837.048950 0.000000 0.099820 0.000000 0.995005 0.326288 0.326288 0.326288 +5495.062500 0.000000 841.798706 0.000000 0.573786 0.000000 0.819005 0.332684 0.332684 0.332684 +5467.635742 0.000000 813.831604 0.000000 0.278866 0.000000 0.960330 0.329683 0.329683 0.329683 +5501.125000 0.000000 843.260498 0.000000 0.384884 0.000000 0.922965 0.325087 0.325087 0.325087 +5496.630371 0.000000 844.236267 0.000000 0.491256 0.000000 0.871015 0.327689 0.327689 0.327689 +5489.031738 0.000000 837.119812 0.000000 0.121398 0.000000 0.992604 0.325372 0.325372 0.325372 +5485.836426 0.000000 843.414001 0.000000 0.055659 0.000000 0.998450 0.326567 0.326567 0.326567 +5402.987305 0.000000 847.354431 0.000000 0.434347 0.000000 0.900746 0.332753 0.332753 0.332753 +5501.512207 0.000000 847.291809 0.000000 0.397442 0.000000 0.917627 0.334109 0.334109 0.334109 +5494.816895 0.000000 848.516418 0.000000 0.070497 0.000000 0.997512 0.326404 0.326404 0.326404 +5502.419434 0.000000 889.412903 0.000000 0.366720 0.000000 0.930332 0.330312 0.330312 0.330312 +5498.385254 0.000000 849.857666 0.000000 0.523816 0.000000 0.851831 0.327685 0.327685 0.327685 +5501.507812 0.000000 897.042419 0.000000 0.055940 0.000000 0.998434 0.328425 0.328425 0.328425 +5452.721191 0.000000 885.590454 0.000000 0.436247 0.000000 0.899827 0.333470 0.333470 0.333470 +5503.697754 0.000000 891.989746 0.000000 0.349522 0.000000 0.936928 0.327145 0.327145 0.327145 +5492.657715 0.000000 847.301697 0.000000 0.300565 0.000000 0.953761 0.328990 0.328990 0.328990 +5464.887695 0.000000 888.865845 0.000000 0.173982 0.000000 0.984749 0.323592 0.323592 0.323592 +5589.668945 0.000000 800.570129 0.000000 0.254712 0.000000 0.967017 0.330091 0.330091 0.330091 +5506.396484 0.000000 849.127747 0.000000 0.457238 0.000000 0.889344 0.337503 0.337503 0.337503 +5583.197266 0.000000 858.898376 0.000000 0.558983 0.000000 0.829179 0.335862 0.335862 0.335862 +5576.614258 0.000000 860.794495 0.000000 0.337017 0.000000 0.941499 0.327699 0.327699 0.327699 +5591.408203 0.000000 859.103821 0.000000 0.067071 0.000000 0.997748 0.325956 0.325956 0.325956 +5575.408691 0.000000 865.103149 0.000000 0.291711 0.000000 0.956507 0.324269 0.324269 0.324269 +5582.686523 0.000000 861.857117 0.000000 0.563575 0.000000 0.826065 0.333012 0.333012 0.333012 +5605.463867 0.000000 854.870972 0.000000 0.100927 0.000000 0.994894 0.328040 0.328040 0.328040 +5581.487793 0.000000 857.282288 0.000000 0.521117 0.000000 0.853485 0.329180 0.329180 0.329180 +5577.322266 0.000000 866.233276 0.000000 0.459545 0.000000 0.888155 0.333186 0.333186 0.333186 +5138.283691 0.000000 904.882690 0.000000 0.295379 0.000000 0.955380 0.333675 0.333675 0.333675 +5162.673340 0.000000 903.893921 0.000000 0.475500 0.000000 0.879715 0.335202 0.335202 0.335202 +5466.979980 0.000000 945.582825 0.000000 0.583015 0.000000 0.812461 0.333924 0.333924 0.333924 +5465.621582 0.000000 951.624878 0.000000 0.388028 0.000000 0.921647 0.330691 0.330691 0.330691 +5465.681152 0.000000 937.527466 0.000000 0.151324 0.000000 0.988484 0.329295 0.329295 0.329295 +5580.978516 0.000000 904.485962 0.000000 0.383271 0.000000 0.923636 0.336162 0.336162 0.336162 +5626.368164 0.000000 955.675964 0.000000 0.144102 0.000000 0.989563 0.333488 0.333488 0.333488 +5577.400879 0.000000 919.869141 0.000000 0.149890 0.000000 0.988703 0.330763 0.330763 0.330763 +5591.890625 0.000000 922.807678 0.000000 0.275188 0.000000 0.961390 0.334364 0.334364 0.334364 +5593.621582 0.000000 951.624878 0.000000 0.363564 0.000000 0.931569 0.334603 0.334603 0.334603 +5629.212891 0.000000 929.141785 0.000000 0.287890 0.000000 0.957664 0.332513 0.332513 0.332513 +5593.237793 0.000000 909.908875 0.000000 0.152226 0.000000 0.988346 0.331291 0.331291 0.331291 +5602.015137 0.000000 924.245544 0.000000 0.087159 0.000000 0.996194 0.331593 0.331593 0.331593 +5583.831543 0.000000 907.921875 0.000000 0.366677 0.000000 0.930348 0.334698 0.334698 0.334698 +5591.371094 0.000000 946.763916 0.000000 0.032075 0.000000 0.999485 0.328958 0.328958 0.328958 +5586.579102 0.000000 958.938904 0.000000 0.109215 0.000000 0.994018 0.329441 0.329441 0.329441 +5616.918945 0.000000 918.736145 0.000000 0.239137 0.000000 0.970986 0.331648 0.331648 0.331648 +5620.463867 0.000000 918.831848 0.000000 0.392754 0.000000 0.919644 0.334396 0.334396 0.334396 +5629.032715 0.000000 925.938049 0.000000 0.470680 0.000000 0.882304 0.334560 0.334560 0.334560 +5603.200195 0.000000 916.546997 0.000000 0.207616 0.000000 0.978210 0.330963 0.330963 0.330963 +5591.068359 0.000000 908.261169 0.000000 0.485332 0.000000 0.874330 0.335217 0.335217 0.335217 +5587.443848 0.000000 953.669800 0.000000 0.501116 0.000000 0.865380 0.332773 0.332773 0.332773 +5565.292480 0.000000 972.793335 0.000000 0.094495 0.000000 0.995525 0.330588 0.330588 0.330588 +5566.624512 0.000000 969.054504 0.000000 0.241452 0.000000 0.970413 0.331101 0.331101 0.331101 +5569.451172 0.000000 972.410034 0.000000 0.101434 0.000000 0.994842 0.326828 0.326828 0.326828 +5623.638184 0.000000 975.977844 0.000000 0.255921 0.000000 0.966698 0.327645 0.327645 0.327645 +5591.890625 0.000000 979.292053 0.000000 0.432547 0.000000 0.901611 0.334882 0.334882 0.334882 +5606.893555 0.000000 979.681702 0.000000 0.498678 0.000000 0.866787 0.335659 0.335659 0.335659 +5602.900879 0.000000 960.299072 0.000000 0.433312 0.000000 0.901244 0.335727 0.335727 0.335727 +5579.929688 0.000000 972.240234 0.000000 0.423412 0.000000 0.905937 0.330833 0.330833 0.330833 +5610.673340 0.000000 960.378296 0.000000 0.404929 0.000000 0.914348 0.334775 0.334775 0.334775 +5620.003906 0.000000 963.561951 0.000000 0.131083 0.000000 0.991371 0.327676 0.327676 0.327676 +5603.104004 0.000000 968.776489 0.000000 0.366474 0.000000 0.930428 0.332815 0.332815 0.332815 +5602.857422 0.000000 989.363281 0.000000 0.558041 0.000000 0.829813 0.335589 0.335589 0.335589 +5626.462402 0.000000 977.304443 0.000000 0.094418 0.000000 0.995533 0.327297 0.327297 0.327297 +5584.939453 0.000000 976.163025 0.000000 0.163043 0.000000 0.986619 0.330452 0.330452 0.330452 +5603.200195 0.000000 973.031372 0.000000 0.416397 0.000000 0.909183 0.331451 0.331451 0.331451 +5606.469727 0.000000 986.828430 0.000000 0.224472 0.000000 0.974481 0.331204 0.331204 0.331204 +5621.428223 0.000000 978.075623 0.000000 0.394339 0.000000 0.918965 0.330702 0.330702 0.330702 +5605.463867 0.000000 967.839722 0.000000 0.038334 0.000000 0.999265 0.325964 0.325964 0.325964 +5592.535645 0.000000 976.589417 0.000000 0.483478 0.000000 0.875356 0.333650 0.333650 0.333650 +5630.582031 0.000000 975.101440 0.000000 0.245027 0.000000 0.969516 0.329650 0.329650 0.329650 +5601.641602 0.000000 978.312988 0.000000 0.155497 0.000000 0.987836 0.325278 0.325278 0.325278 +5594.245605 0.000000 978.746277 0.000000 0.559699 0.000000 0.828696 0.334765 0.334765 0.334765 +5630.948242 0.000000 962.388489 0.000000 0.228239 0.000000 0.973605 0.326690 0.326690 0.326690 +5616.587891 0.000000 980.487610 0.000000 0.455813 0.000000 0.890076 0.332882 0.332882 0.332882 +5581.487793 0.000000 970.251038 0.000000 0.095140 0.000000 0.995464 0.326019 0.326019 0.326019 +5631.273438 0.000000 971.625427 0.000000 0.442632 0.000000 0.896703 0.331486 0.331486 0.331486 +5604.682129 0.000000 984.023743 0.000000 0.398875 0.000000 0.917005 0.331747 0.331747 0.331747 +5615.135742 0.000000 976.290466 0.000000 0.419266 0.000000 0.907864 0.330110 0.330110 0.330110 +5588.968750 0.000000 1068.843872 0.000000 0.016367 0.000000 0.999866 0.332547 0.332547 0.332547 +5524.968750 0.000000 1125.328247 0.000000 0.280276 0.000000 0.959920 0.335496 0.335496 0.335496 +5596.793945 0.000000 1076.044922 0.000000 0.467996 0.000000 0.883731 0.337689 0.337689 0.337689 +5583.130859 0.000000 1112.574951 0.000000 0.458267 0.000000 0.888815 0.337612 0.337612 0.337612 +5525.705078 0.000000 1156.555176 0.000000 0.030680 0.000000 0.999529 0.332775 0.332775 0.332775 +5516.978516 0.000000 1130.423462 0.000000 0.141928 0.000000 0.989877 0.333837 0.333837 0.333837 +5588.968750 0.000000 1181.812622 0.000000 0.247340 0.000000 0.968929 0.335227 0.335227 0.335227 +5569.451172 0.000000 1141.863159 0.000000 0.471868 0.000000 0.881669 0.337880 0.337880 0.337880 +5589.705078 0.000000 1156.555176 0.000000 0.449537 0.000000 0.893262 0.337598 0.337598 0.337598 +5572.458496 0.000000 1184.153442 0.000000 0.417147 0.000000 0.908839 0.337194 0.337194 0.337194 +5549.516602 0.000000 1200.905151 0.000000 0.545597 0.000000 0.838047 0.338843 0.338843 0.338843 +5525.705078 0.000000 1213.039551 0.000000 0.346961 0.000000 0.937880 0.336341 0.336341 0.336341 +5542.230957 0.000000 1224.700928 0.000000 0.092220 0.000000 0.995739 0.333335 0.333335 0.333335 +5441.451172 0.000000 1254.831909 0.000000 0.087803 0.000000 0.996138 0.333285 0.333285 0.333285 +5452.978516 0.000000 1243.392212 0.000000 0.374879 0.000000 0.927074 0.336470 0.336470 0.336470 +5653.705078 0.000000 930.617676 0.000000 0.315372 0.000000 0.948968 0.333344 0.333344 0.333344 +5670.230957 0.000000 942.279053 0.000000 0.348133 0.000000 0.937445 0.336249 0.336249 0.336249 +5634.500488 0.000000 923.494080 0.000000 0.025114 0.000000 0.999685 0.330956 0.330956 0.330956 +5664.032227 0.000000 940.687866 0.000000 0.474351 0.000000 0.880336 0.335842 0.335842 0.335842 +5657.621582 0.000000 951.624878 0.000000 0.571453 0.000000 0.820635 0.337216 0.337216 0.337216 +5658.074219 0.000000 934.266418 0.000000 0.425645 0.000000 0.904890 0.334581 0.334581 0.334581 +5658.709961 0.000000 940.789917 0.000000 0.370707 0.000000 0.928750 0.333245 0.333245 0.333245 +5650.817383 0.000000 934.193909 0.000000 0.409415 0.000000 0.912348 0.333334 0.333334 0.333334 +5662.060547 0.000000 951.904907 0.000000 0.478447 0.000000 0.878117 0.335154 0.335154 0.335154 +5663.334473 0.000000 944.735413 0.000000 0.193403 0.000000 0.981119 0.330339 0.330339 0.330339 +5638.724121 0.000000 937.257507 0.000000 0.018695 0.000000 0.999825 0.328640 0.328640 0.328640 +5661.422852 0.000000 942.301819 0.000000 0.226882 0.000000 0.973922 0.330301 0.330301 0.330301 +5648.244141 0.000000 932.947815 0.000000 0.169533 0.000000 0.985525 0.330299 0.330299 0.330299 +5639.143066 0.000000 931.134460 0.000000 0.351234 0.000000 0.936288 0.331309 0.331309 0.331309 +5633.451172 0.000000 972.410034 0.000000 0.509837 0.000000 0.860271 0.334523 0.334523 0.334523 +5632.090332 0.000000 963.529968 0.000000 0.218603 0.000000 0.975814 0.326518 0.326518 0.326518 +5638.363770 0.000000 969.747009 0.000000 0.061606 0.000000 0.998101 0.327846 0.327846 0.327846 +5634.199219 0.000000 967.346680 0.000000 0.560186 0.000000 0.828367 0.333239 0.333239 0.333239 +5667.666992 0.000000 1109.689331 0.000000 0.427629 0.000000 0.903954 0.324846 0.324846 0.324846 +5704.407715 0.000000 1081.015503 0.000000 0.474148 0.000000 0.880445 0.336263 0.336263 0.336263 +5716.805176 0.000000 1073.270630 0.000000 0.168474 0.000000 0.985706 0.326793 0.326793 0.326793 7409.519043 0.000000 514.689026 0.000000 0.179270 0.000000 0.983800 0.333172 0.333172 0.333172 7410.318359 0.000000 508.565277 0.000000 0.262399 0.000000 0.964960 0.332778 0.332778 0.332778 7409.687988 0.000000 517.311951 0.000000 0.337968 0.000000 0.941157 0.330824 0.330824 0.330824 7455.758301 0.000000 482.034637 0.000000 0.338602 0.000000 0.940930 0.326551 0.326551 0.326551 7432.407715 0.000000 459.687347 0.000000 0.109097 0.000000 0.994031 0.333143 0.333143 0.333143 7441.436523 0.000000 475.744019 0.000000 0.420834 0.000000 0.907138 0.330438 0.330438 0.330438 +4225.451172 0.000000 2271.550537 0.000000 0.084870 0.000000 0.996392 0.332862 0.332862 0.332862 "} object={ name="oak_generator_1_1" @@ -21,8 +230,198 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_02_mesh" - count=3 - transform="7424.156738 0.000000 506.775177 0.000000 0.938843 0.000000 0.344345 0.344747 0.344747 0.344747 + count=193 + transform="4987.211426 0.000000 876.883789 0.000000 0.888155 0.000000 0.459543 0.343909 0.343909 0.343909 +4983.819336 0.000000 866.096558 0.000000 0.612800 0.000000 0.790238 0.337022 0.337022 0.337022 +4986.631836 0.000000 882.402039 0.000000 0.921125 0.000000 0.389268 0.344183 0.344183 0.344183 +4989.032715 0.000000 869.453674 0.000000 0.763947 0.000000 0.645279 0.339581 0.339581 0.339581 +4989.638184 0.000000 866.988831 0.000000 0.880467 0.000000 0.474107 0.342771 0.342771 0.342771 +5040.205566 0.000000 847.239990 0.000000 0.816924 0.000000 0.576746 0.342480 0.342480 0.342480 +5006.953125 0.000000 844.752930 0.000000 0.853216 0.000000 0.521557 0.342713 0.342713 0.342713 +5034.009766 0.000000 845.717896 0.000000 0.637366 0.000000 0.770561 0.339123 0.339123 0.339123 +5100.662598 0.000000 841.361450 0.000000 0.638328 0.000000 0.769764 0.338141 0.338141 0.338141 +5072.971680 0.000000 839.958252 0.000000 0.828241 0.000000 0.560372 0.341814 0.341814 0.341814 +5081.505859 0.000000 844.552979 0.000000 0.939411 0.000000 0.342793 0.345215 0.345215 0.345215 +5073.939453 0.000000 832.576843 0.000000 0.899957 0.000000 0.435978 0.344146 0.344146 0.344146 +5118.390625 0.000000 846.541809 0.000000 0.843950 0.000000 0.536421 0.340897 0.340897 0.340897 +5023.758301 0.000000 877.425232 0.000000 0.604043 0.000000 0.796952 0.337348 0.337348 0.337348 +5055.958008 0.000000 868.164612 0.000000 0.669125 0.000000 0.743150 0.339020 0.339020 0.339020 +4994.500488 0.000000 867.009705 0.000000 0.687993 0.000000 0.725718 0.338895 0.338895 0.338895 +5024.032227 0.000000 884.203491 0.000000 0.904333 0.000000 0.426827 0.344817 0.344817 0.344817 +5042.584961 0.000000 875.159851 0.000000 0.842690 0.000000 0.538399 0.342946 0.342946 0.342946 +5037.943359 0.000000 849.620544 0.000000 0.590430 0.000000 0.807089 0.338634 0.338634 0.338634 +5028.276367 0.000000 880.512390 0.000000 0.908717 0.000000 0.417412 0.344563 0.344563 0.344563 +5011.007324 0.000000 865.343994 0.000000 0.627629 0.000000 0.778512 0.337135 0.337135 0.337135 +5018.709961 0.000000 884.305542 0.000000 0.747797 0.000000 0.663927 0.341277 0.341277 0.341277 +5017.237793 0.000000 853.424500 0.000000 0.931235 0.000000 0.364419 0.344704 0.344704 0.344704 +5046.381836 0.000000 876.593262 0.000000 0.687464 0.000000 0.726219 0.339027 0.339027 0.339027 +5037.375000 0.000000 872.187317 0.000000 0.648438 0.000000 0.761267 0.339264 0.339264 0.339264 +4996.755371 0.000000 875.138306 0.000000 0.752647 0.000000 0.658425 0.340988 0.340988 0.340988 +5043.863281 0.000000 871.638367 0.000000 0.849389 0.000000 0.527767 0.342349 0.342349 0.342349 +5001.866211 0.000000 886.337952 0.000000 0.784357 0.000000 0.620310 0.340762 0.340762 0.340762 +5020.431641 0.000000 854.773499 0.000000 0.648855 0.000000 0.760912 0.338591 0.338591 0.338591 +5034.288574 0.000000 870.413452 0.000000 0.626887 0.000000 0.779110 0.338487 0.338487 0.338487 +5027.666992 0.000000 883.751831 0.000000 0.747655 0.000000 0.664087 0.339973 0.339973 0.339973 +5013.235840 0.000000 867.126709 0.000000 0.842630 0.000000 0.538493 0.341777 0.341777 0.341777 +5014.782715 0.000000 854.568970 0.000000 0.609637 0.000000 0.792680 0.337285 0.337285 0.337285 +5010.498535 0.000000 851.083618 0.000000 0.944851 0.000000 0.327502 0.345248 0.345248 0.345248 +5068.978516 0.000000 848.001587 0.000000 0.877014 0.000000 0.480466 0.344088 0.344088 0.344088 +5087.453613 0.000000 863.995728 0.000000 0.746754 0.000000 0.665101 0.340209 0.340209 0.340209 +5105.519043 0.000000 853.595276 0.000000 0.887916 0.000000 0.460006 0.343463 0.343463 0.343463 +5111.107910 0.000000 892.466919 0.000000 0.820824 0.000000 0.571182 0.342138 0.342138 0.342138 +5101.943359 0.000000 849.620544 0.000000 0.944492 0.000000 0.328536 0.345086 0.345086 0.345086 +5111.531250 0.000000 857.869324 0.000000 0.713193 0.000000 0.700968 0.340091 0.340091 0.340091 +5083.131348 0.000000 863.386780 0.000000 0.621544 0.000000 0.783380 0.337534 0.337534 0.337534 +5094.686523 0.000000 847.571411 0.000000 0.877099 0.000000 0.480309 0.343521 0.343521 0.343521 +5114.305176 0.000000 891.247070 0.000000 0.810029 0.000000 0.586390 0.341568 0.341568 0.341568 +5085.020508 0.000000 860.096008 0.000000 0.895139 0.000000 0.445787 0.344004 0.344004 0.344004 +5084.431641 0.000000 854.773499 0.000000 0.882650 0.000000 0.470031 0.343116 0.343116 0.343116 +5080.795410 0.000000 875.177795 0.000000 0.685055 0.000000 0.728491 0.338911 0.338911 0.338911 +5140.968750 0.000000 842.906372 0.000000 0.857055 0.000000 0.515224 0.343615 0.343615 0.343615 +5127.671387 0.000000 815.637817 0.000000 0.846688 0.000000 0.532090 0.343431 0.343431 0.343431 +5146.979980 0.000000 832.614075 0.000000 0.663127 0.000000 0.748507 0.338138 0.338138 0.338138 +5127.979980 0.000000 832.916565 0.000000 0.798603 0.000000 0.601858 0.341507 0.341507 0.341507 +5147.595215 0.000000 841.304993 0.000000 0.922519 0.000000 0.385952 0.344685 0.344685 0.344685 +5177.384766 0.000000 847.033020 0.000000 0.911759 0.000000 0.410725 0.344157 0.344157 0.344157 +5191.979980 0.000000 832.916565 0.000000 0.875549 0.000000 0.483130 0.343766 0.343766 0.343766 +5161.563477 0.000000 873.756653 0.000000 0.625868 0.000000 0.779929 0.336477 0.336477 0.336477 +5143.491699 0.000000 847.897156 0.000000 0.949251 0.000000 0.314519 0.346086 0.346086 0.346086 +5131.929688 0.000000 859.271484 0.000000 0.935068 0.000000 0.354468 0.345108 0.345108 0.345108 +5130.351562 0.000000 868.144592 0.000000 0.775430 0.000000 0.631434 0.340983 0.340983 0.340983 +5173.994141 0.000000 868.551758 0.000000 0.625123 0.000000 0.780526 0.337911 0.337911 0.337911 +5124.047852 0.000000 855.615662 0.000000 0.690001 0.000000 0.723808 0.339888 0.339888 0.339888 +5120.163086 0.000000 882.012146 0.000000 0.907438 0.000000 0.420186 0.344316 0.344316 0.344316 +5120.514160 0.000000 863.346497 0.000000 0.688079 0.000000 0.725636 0.338258 0.338258 0.338258 +5123.837402 0.000000 870.827698 0.000000 0.680150 0.000000 0.733073 0.338173 0.338173 0.338173 +5174.381836 0.000000 876.593262 0.000000 0.859886 0.000000 0.510487 0.343212 0.343212 0.343212 +5168.647949 0.000000 887.741394 0.000000 0.813329 0.000000 0.581804 0.342241 0.342241 0.342241 +5167.145508 0.000000 865.413452 0.000000 0.887216 0.000000 0.461355 0.343631 0.343631 0.343631 +5122.356934 0.000000 852.163818 0.000000 0.929313 0.000000 0.369292 0.344828 0.344828 0.344828 +5129.084961 0.000000 858.083496 0.000000 0.618272 0.000000 0.785964 0.337871 0.337871 0.337871 +5158.469727 0.000000 873.859680 0.000000 0.802702 0.000000 0.596380 0.340759 0.340759 0.340759 +5176.639160 0.000000 852.237976 0.000000 0.788836 0.000000 0.614604 0.339619 0.339619 0.339619 +5142.782715 0.000000 854.568970 0.000000 0.849924 0.000000 0.526905 0.341878 0.341878 0.341878 +5143.408203 0.000000 859.103821 0.000000 0.613083 0.000000 0.790019 0.335515 0.335515 0.335515 +5153.365723 0.000000 857.440491 0.000000 0.598062 0.000000 0.801450 0.336311 0.336311 0.336311 +5184.254883 0.000000 894.406494 0.000000 0.721416 0.000000 0.692502 0.339406 0.339406 0.339406 +5262.220703 0.000000 807.862183 0.000000 0.761397 0.000000 0.648286 0.334777 0.334777 0.334777 +5277.958984 0.000000 800.981567 0.000000 0.930172 0.000000 0.367124 0.343168 0.343168 0.343168 +5274.245605 0.000000 809.293152 0.000000 0.597794 0.000000 0.801650 0.331999 0.331999 0.331999 +5350.893555 0.000000 810.228577 0.000000 0.919415 0.000000 0.393290 0.344172 0.344172 0.344172 +5368.550781 0.000000 823.640442 0.000000 0.866095 0.000000 0.499879 0.343231 0.343231 0.343231 +5337.681152 0.000000 824.558716 0.000000 0.753608 0.000000 0.657324 0.340192 0.340192 0.340192 +5344.449219 0.000000 816.776550 0.000000 0.768291 0.000000 0.640101 0.339257 0.339257 0.339257 +5359.537109 0.000000 817.909729 0.000000 0.927272 0.000000 0.374389 0.344954 0.344954 0.344954 +5343.330566 0.000000 823.202332 0.000000 0.837417 0.000000 0.546564 0.340804 0.340804 0.340804 +5348.916016 0.000000 818.843689 0.000000 0.636207 0.000000 0.771518 0.335177 0.335177 0.335177 +5350.385742 0.000000 864.110657 0.000000 0.911071 0.000000 0.412248 0.342370 0.342370 0.342370 +5397.705078 0.000000 761.164551 0.000000 0.840243 0.000000 0.542209 0.343365 0.343365 0.343365 +5423.722656 0.000000 778.616516 0.000000 0.729685 0.000000 0.683783 0.334605 0.334605 0.334605 +5389.506836 0.000000 770.111328 0.000000 0.940155 0.000000 0.340746 0.344577 0.344577 0.344577 +5421.942871 0.000000 756.237732 0.000000 0.910846 0.000000 0.412746 0.342602 0.342602 0.342602 +5465.621582 0.000000 782.171753 0.000000 0.660155 0.000000 0.751129 0.338825 0.338825 0.338825 +5464.641113 0.000000 790.021362 0.000000 0.945386 0.000000 0.325954 0.344575 0.344575 0.344575 +5557.994141 0.000000 755.583008 0.000000 0.851029 0.000000 0.525119 0.341691 0.341691 0.341691 +5559.060547 0.000000 775.896606 0.000000 0.897159 0.000000 0.441708 0.342684 0.342684 0.342684 +5532.944336 0.000000 770.164246 0.000000 0.945509 0.000000 0.325597 0.344436 0.344436 0.344436 +5551.448242 0.000000 758.804443 0.000000 0.808584 0.000000 0.588381 0.339089 0.339089 0.339089 +5397.502930 0.000000 839.100464 0.000000 0.779370 0.000000 0.626564 0.339468 0.339468 0.339468 +5397.934570 0.000000 845.593201 0.000000 0.675457 0.000000 0.737399 0.337139 0.337139 0.337139 +5399.191895 0.000000 836.671875 0.000000 0.788445 0.000000 0.615106 0.339059 0.339059 0.339059 +5462.937012 0.000000 805.208618 0.000000 0.935634 0.000000 0.352971 0.342624 0.342624 0.342624 +5491.402344 0.000000 844.748474 0.000000 0.722240 0.000000 0.691643 0.332982 0.332982 0.332982 +5462.077637 0.000000 807.955933 0.000000 0.871034 0.000000 0.491223 0.338558 0.338558 0.338558 +5464.535645 0.000000 807.136292 0.000000 0.825263 0.000000 0.564749 0.336628 0.336628 0.336628 +5489.129395 0.000000 841.187134 0.000000 0.943547 0.000000 0.331237 0.345000 0.345000 0.345000 +5486.671387 0.000000 837.235718 0.000000 0.668656 0.000000 0.743572 0.335165 0.335165 0.335165 +5499.305664 0.000000 840.560242 0.000000 0.683324 0.000000 0.730115 0.335088 0.335088 0.335088 +5495.867676 0.000000 838.012878 0.000000 0.898329 0.000000 0.439322 0.342230 0.342230 0.342230 +5485.747070 0.000000 839.472839 0.000000 0.933395 0.000000 0.358852 0.342688 0.342688 0.342688 +5462.478027 0.000000 882.158936 0.000000 0.937675 0.000000 0.347512 0.345782 0.345782 0.345782 +5495.107910 0.000000 892.466919 0.000000 0.703992 0.000000 0.710208 0.339269 0.339269 0.339269 +5461.208496 0.000000 887.144836 0.000000 0.655372 0.000000 0.755306 0.330924 0.330924 0.330924 +5454.875488 0.000000 892.027649 0.000000 0.946569 0.000000 0.322503 0.343802 0.343802 0.343802 +5502.270020 0.000000 851.697021 0.000000 0.669216 0.000000 0.743068 0.336130 0.336130 0.336130 +5497.910645 0.000000 895.216675 0.000000 0.753591 0.000000 0.657344 0.338781 0.338781 0.338781 +5457.360840 0.000000 893.425964 0.000000 0.824180 0.000000 0.566328 0.340715 0.340715 0.340715 +5460.984863 0.000000 884.463623 0.000000 0.689731 0.000000 0.724065 0.333268 0.333268 0.333268 +5504.156738 0.000000 845.681458 0.000000 0.723490 0.000000 0.690334 0.337783 0.337783 0.337783 +5582.953125 0.000000 844.752930 0.000000 0.648373 0.000000 0.761323 0.339036 0.339036 0.339036 +5593.237793 0.000000 796.940125 0.000000 0.678547 0.000000 0.734557 0.339187 0.339187 0.339187 +5504.009766 0.000000 889.458130 0.000000 0.702764 0.000000 0.711423 0.337897 0.337897 0.337897 +5508.948730 0.000000 847.380676 0.000000 0.645780 0.000000 0.763524 0.335843 0.335843 0.335843 +5582.873047 0.000000 855.312683 0.000000 0.919762 0.000000 0.392476 0.345013 0.345013 0.345013 +5599.826172 0.000000 855.388000 0.000000 0.684985 0.000000 0.728557 0.340336 0.340336 0.340336 +5579.929688 0.000000 859.271484 0.000000 0.691652 0.000000 0.722231 0.334627 0.334627 0.334627 +5574.424805 0.000000 867.625793 0.000000 0.866697 0.000000 0.498835 0.339595 0.339595 0.339595 +5603.104004 0.000000 855.807739 0.000000 0.914968 0.000000 0.403526 0.343558 0.343558 0.343558 +5588.994629 0.000000 849.818298 0.000000 0.838567 0.000000 0.544799 0.340888 0.340888 0.340888 +5601.365723 0.000000 857.440491 0.000000 0.590085 0.000000 0.807341 0.333004 0.333004 0.333004 +5469.422852 0.000000 942.301819 0.000000 0.779556 0.000000 0.626333 0.338526 0.338526 0.338526 +5572.458496 0.000000 958.215942 0.000000 0.935428 0.000000 0.353517 0.344980 0.344980 0.344980 +5631.487305 0.000000 933.977722 0.000000 0.689579 0.000000 0.724211 0.339314 0.339314 0.339314 +5582.007324 0.000000 934.640198 0.000000 0.763017 0.000000 0.646378 0.339867 0.339867 0.339867 +5606.893555 0.000000 923.197327 0.000000 0.711408 0.000000 0.702779 0.339548 0.339548 0.339548 +5610.009766 0.000000 958.686646 0.000000 0.644970 0.000000 0.764208 0.339626 0.339626 0.339626 +5578.351562 0.000000 924.628967 0.000000 0.698636 0.000000 0.715478 0.339794 0.339794 0.339794 +5608.974609 0.000000 915.271545 0.000000 0.857527 0.000000 0.514440 0.343107 0.343107 0.343107 +5577.084961 0.000000 914.567871 0.000000 0.693201 0.000000 0.720744 0.339275 0.339275 0.339275 +5619.016113 0.000000 924.601135 0.000000 0.867228 0.000000 0.497910 0.343032 0.343032 0.343032 +5575.437500 0.000000 958.793640 0.000000 0.911470 0.000000 0.411366 0.343647 0.343647 0.343647 +5584.186523 0.000000 922.901245 0.000000 0.901628 0.000000 0.432513 0.343278 0.343278 0.343278 +5582.979980 0.000000 928.590149 0.000000 0.827281 0.000000 0.561789 0.341686 0.341686 0.341686 +5580.375000 0.000000 958.417847 0.000000 0.713745 0.000000 0.700405 0.336677 0.336677 0.336677 +5582.650879 0.000000 954.090820 0.000000 0.772563 0.000000 0.634939 0.338369 0.338369 0.338369 +5579.442871 0.000000 921.558594 0.000000 0.770951 0.000000 0.636895 0.340106 0.340106 0.340106 +5588.436035 0.000000 946.021851 0.000000 0.717245 0.000000 0.696821 0.338514 0.338514 0.338514 +5582.401855 0.000000 945.445862 0.000000 0.915535 0.000000 0.402238 0.343688 0.343688 0.343688 +5570.396484 0.000000 962.096497 0.000000 0.773446 0.000000 0.633862 0.340192 0.340192 0.340192 +5631.958008 0.000000 981.133362 0.000000 0.940310 0.000000 0.340320 0.345964 0.345964 0.345964 +5570.500488 0.000000 979.978455 0.000000 0.865982 0.000000 0.500075 0.343365 0.343365 0.343365 +5598.530273 0.000000 983.694458 0.000000 0.838439 0.000000 0.544995 0.340481 0.340481 0.340481 +5587.007324 0.000000 978.312744 0.000000 0.863302 0.000000 0.504687 0.343089 0.343089 0.343089 +5618.318359 0.000000 960.440247 0.000000 0.847886 0.000000 0.530179 0.342407 0.342407 0.342407 +5608.015625 0.000000 967.862976 0.000000 0.897826 0.000000 0.440351 0.342230 0.342230 0.342230 +5573.119141 0.000000 976.668579 0.000000 0.757834 0.000000 0.652447 0.339534 0.339534 0.339534 +5630.270020 0.000000 964.665771 0.000000 0.713682 0.000000 0.700470 0.337455 0.337455 0.337455 +5573.464844 0.000000 965.016296 0.000000 0.767692 0.000000 0.640819 0.338726 0.338726 0.338726 +5597.530273 0.000000 987.526733 0.000000 0.803164 0.000000 0.595758 0.341161 0.341161 0.341161 +5627.100586 0.000000 970.327087 0.000000 0.937780 0.000000 0.347229 0.344345 0.344345 0.344345 +5616.746582 0.000000 963.472046 0.000000 0.897171 0.000000 0.441683 0.343564 0.343564 0.343564 +5601.448730 0.000000 983.531189 0.000000 0.755506 0.000000 0.655142 0.337578 0.337578 0.337578 +5604.759766 0.000000 981.610596 0.000000 0.702384 0.000000 0.711798 0.338580 0.338580 0.338580 +5598.952637 0.000000 979.746704 0.000000 0.898452 0.000000 0.439071 0.342255 0.342255 0.342255 +5612.352051 0.000000 977.495483 0.000000 0.592312 0.000000 0.805709 0.333996 0.333996 0.333996 +5628.013184 0.000000 975.099121 0.000000 0.823903 0.000000 0.566730 0.340418 0.340418 0.340418 +5590.077637 0.000000 977.409058 0.000000 0.680623 0.000000 0.732634 0.337787 0.337787 0.337787 +5571.913086 0.000000 971.170898 0.000000 0.934080 0.000000 0.357065 0.343667 0.343667 0.343667 +5581.612305 0.000000 963.362976 0.000000 0.879462 0.000000 0.475969 0.342501 0.342501 0.342501 +5628.727539 0.000000 962.728882 0.000000 0.838074 0.000000 0.545556 0.340092 0.340092 0.340092 +5623.794922 0.000000 973.240601 0.000000 0.671705 0.000000 0.740819 0.336769 0.336769 0.336769 +5606.792969 0.000000 963.046387 0.000000 0.596365 0.000000 0.802714 0.335710 0.335710 0.335710 +5629.252441 0.000000 970.660706 0.000000 0.594344 0.000000 0.804211 0.333957 0.333957 0.333957 +5624.246582 0.000000 963.091248 0.000000 0.861228 0.000000 0.508219 0.341079 0.341079 0.341079 +5570.199219 0.000000 967.346680 0.000000 0.696417 0.000000 0.717638 0.337376 0.337376 0.337376 +5508.458496 0.000000 1127.669067 0.000000 0.918949 0.000000 0.394376 0.345448 0.345448 0.345448 +5588.968750 0.000000 1125.328247 0.000000 0.818144 0.000000 0.575014 0.343095 0.343095 0.343095 +5485.516602 0.000000 1200.905151 0.000000 0.598409 0.000000 0.801190 0.339606 0.339606 0.339606 +5524.968750 0.000000 1238.296997 0.000000 0.724245 0.000000 0.689543 0.341457 0.341457 0.341457 +5562.807129 0.000000 1192.826416 0.000000 0.640994 0.000000 0.767546 0.340137 0.340137 0.340137 +5434.807129 0.000000 1249.310791 0.000000 0.835668 0.000000 0.549235 0.343446 0.343446 0.343446 +5669.982422 0.000000 954.011780 0.000000 0.604284 0.000000 0.796769 0.339568 0.339568 0.339568 +5649.260254 0.000000 930.207153 0.000000 0.909362 0.000000 0.416005 0.344302 0.344302 0.344302 +5661.237305 0.000000 937.272217 0.000000 0.812742 0.000000 0.582624 0.341495 0.341495 0.341495 +5645.506836 0.000000 939.564453 0.000000 0.936037 0.000000 0.351900 0.345318 0.345318 0.345318 +5656.572266 0.000000 943.214355 0.000000 0.886371 0.000000 0.462976 0.343712 0.343712 0.343712 +5648.716797 0.000000 935.847839 0.000000 0.602816 0.000000 0.797880 0.336601 0.336601 0.336601 +5643.786133 0.000000 965.287292 0.000000 0.684710 0.000000 0.728815 0.339654 0.339654 0.339654 +5632.514160 0.000000 976.315247 0.000000 0.897134 0.000000 0.441759 0.343883 0.343883 0.343883 +5635.913086 0.000000 971.170898 0.000000 0.944286 0.000000 0.329126 0.345135 0.345135 0.345135 +5719.836426 0.000000 1067.331665 0.000000 0.860996 0.000000 0.508612 0.338391 0.338391 0.338391 +5666.735840 0.000000 1112.856201 0.000000 0.723162 0.000000 0.690678 0.334811 0.334811 0.334811 +5710.873047 0.000000 1081.250244 0.000000 0.685598 0.000000 0.727980 0.339527 0.339527 0.339527 +5709.612305 0.000000 1076.331787 0.000000 0.745651 0.000000 0.666337 0.337128 0.337128 0.337128 +7424.156738 0.000000 506.775177 0.000000 0.938843 0.000000 0.344345 0.344747 0.344747 0.344747 7437.612305 0.000000 455.003601 0.000000 0.754751 0.000000 0.656011 0.337402 0.337402 0.337402 7433.322266 0.000000 470.842621 0.000000 0.884800 0.000000 0.465972 0.341910 0.341910 0.341910 "} @@ -33,8 +432,195 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_03_mesh" - count=9 + count=197 transform="4573.237305 0.000000 711.334717 0.000000 0.976678 0.000000 0.214709 0.347268 0.347268 0.347268 +5008.971680 0.000000 839.958252 0.000000 0.999076 0.000000 -0.042982 0.350535 0.350535 0.350535 +5094.230957 0.000000 829.310303 0.000000 0.997594 0.000000 -0.069330 0.350797 0.350797 0.350797 +5093.098633 0.000000 833.652222 0.000000 0.980903 0.000000 -0.194497 0.352557 0.352557 0.352557 +5087.334473 0.000000 831.766663 0.000000 0.990113 0.000000 -0.140270 0.351838 0.351838 0.351838 +5113.910645 0.000000 838.732300 0.000000 0.993377 0.000000 0.114898 0.348541 0.348541 0.348541 +5107.402344 0.000000 844.748474 0.000000 0.952279 0.000000 -0.305230 0.353984 0.353984 0.353984 +5094.346680 0.000000 845.038940 0.000000 0.982102 0.000000 0.188349 0.347508 0.347508 0.347508 +5048.065918 0.000000 872.628235 0.000000 0.989723 0.000000 -0.142999 0.352019 0.352019 0.352019 +4999.671387 0.000000 872.122192 0.000000 0.952028 0.000000 -0.306010 0.353900 0.353900 0.353900 +5003.959473 0.000000 895.756470 0.000000 0.971159 0.000000 0.238433 0.347160 0.347160 0.347160 +5018.074219 0.000000 877.782043 0.000000 0.962023 0.000000 0.272967 0.346171 0.346171 0.346171 +5013.208496 0.000000 887.144836 0.000000 0.998604 0.000000 0.052819 0.349245 0.349245 0.349245 +4998.330566 0.000000 859.362427 0.000000 0.996993 0.000000 -0.077487 0.351037 0.351037 0.351037 +5053.524414 0.000000 864.335327 0.000000 0.990290 0.000000 -0.139018 0.351828 0.351828 0.351828 +4996.763672 0.000000 883.457825 0.000000 0.997012 0.000000 -0.077250 0.351037 0.351037 0.351037 +5030.535645 0.000000 876.773743 0.000000 0.996700 0.000000 -0.081178 0.351083 0.351083 0.351083 +5003.786133 0.000000 852.318542 0.000000 0.978882 0.000000 -0.204428 0.352815 0.352815 0.352815 +5032.015625 0.000000 854.894226 0.000000 0.998130 0.000000 -0.061126 0.350770 0.350770 0.350770 +5054.270020 0.000000 851.697021 0.000000 0.994756 0.000000 0.102277 0.348688 0.348688 0.348688 +4992.514160 0.000000 863.346497 0.000000 0.955419 0.000000 -0.295252 0.353758 0.353758 0.353758 +5003.941895 0.000000 889.069641 0.000000 0.984266 0.000000 0.176693 0.347718 0.347718 0.347718 +5021.530273 0.000000 874.557983 0.000000 0.979152 0.000000 0.203130 0.347069 0.347069 0.347069 +5010.230469 0.000000 885.301147 0.000000 0.995605 0.000000 -0.093650 0.351278 0.351278 0.351278 +5004.457520 0.000000 899.041565 0.000000 0.989094 0.000000 -0.147289 0.352034 0.352034 0.352034 +5033.967773 0.000000 877.083557 0.000000 0.999554 0.000000 0.029868 0.349606 0.349606 0.349606 +5022.608887 0.000000 852.805298 0.000000 0.976754 0.000000 0.214362 0.346932 0.346932 0.346932 +5022.952637 0.000000 866.777954 0.000000 0.953971 0.000000 -0.299899 0.354192 0.354192 0.354192 +5045.519043 0.000000 873.891052 0.000000 0.961954 0.000000 -0.273211 0.353929 0.353929 0.353929 +5020.947754 0.000000 877.337463 0.000000 0.983644 0.000000 0.180124 0.347420 0.347420 0.347420 +5017.706543 0.000000 860.904968 0.000000 0.981308 0.000000 -0.192442 0.352783 0.352783 0.352783 +5114.544434 0.000000 887.688721 0.000000 0.992253 0.000000 0.124231 0.348514 0.348514 0.348514 +5065.400879 0.000000 863.384766 0.000000 0.973693 0.000000 -0.227865 0.352672 0.352672 0.352672 +5112.550781 0.000000 880.124817 0.000000 0.985287 0.000000 -0.170910 0.352109 0.352109 0.352109 +5056.098633 0.000000 854.214600 0.000000 0.989733 0.000000 -0.142929 0.351974 0.351974 0.351974 +5067.929688 0.000000 859.271484 0.000000 0.963651 0.000000 0.267164 0.346692 0.346692 0.346692 +5062.330566 0.000000 859.362427 0.000000 0.971725 0.000000 0.236117 0.347042 0.347042 0.347042 +5082.364746 0.000000 872.826965 0.000000 0.996273 0.000000 -0.086260 0.351143 0.351143 0.351143 +5108.014648 0.000000 856.108948 0.000000 0.984695 0.000000 0.174284 0.347735 0.347735 0.347735 +5058.356934 0.000000 852.163818 0.000000 0.995157 0.000000 -0.098300 0.351342 0.351342 0.351342 +5086.952637 0.000000 866.777954 0.000000 0.980669 0.000000 -0.195675 0.352728 0.352728 0.352728 +5124.032715 0.000000 822.392822 0.000000 0.966139 0.000000 -0.258022 0.353728 0.353728 0.353728 +5124.957520 0.000000 830.628357 0.000000 0.969335 0.000000 0.245745 0.346225 0.346225 0.346225 +5138.579102 0.000000 845.970154 0.000000 0.967962 0.000000 0.251097 0.346773 0.346773 0.346773 +5144.572266 0.000000 830.245605 0.000000 0.954014 0.000000 0.299763 0.346023 0.346023 0.346023 +5184.156738 0.000000 845.681458 0.000000 0.992938 0.000000 0.118633 0.348353 0.348353 0.348353 +5178.544434 0.000000 887.688721 0.000000 0.994234 0.000000 0.107231 0.348686 0.348686 0.348686 +5176.065918 0.000000 872.628235 0.000000 0.969166 0.000000 0.246408 0.346769 0.346769 0.346769 +5138.127930 0.000000 860.541687 0.000000 0.989948 0.000000 0.141434 0.348165 0.348165 0.348165 +5160.832520 0.000000 850.766785 0.000000 0.968381 0.000000 0.249477 0.347103 0.347103 0.347103 +5129.400879 0.000000 863.384766 0.000000 0.996791 0.000000 0.080049 0.349069 0.349069 0.349069 +5168.541992 0.000000 869.850891 0.000000 0.951844 0.000000 -0.306583 0.353798 0.353798 0.353798 +5135.272949 0.000000 869.184204 0.000000 0.988924 0.000000 0.148423 0.348106 0.348106 0.348106 +5181.248047 0.000000 893.267700 0.000000 0.999836 0.000000 -0.018126 0.350231 0.350231 0.350231 +5175.531250 0.000000 857.869324 0.000000 0.962128 0.000000 0.272599 0.346683 0.346683 0.346683 +5155.991211 0.000000 862.992126 0.000000 0.960069 0.000000 -0.279765 0.353630 0.353630 0.353630 +5145.237793 0.000000 853.424500 0.000000 0.998842 0.000000 -0.048102 0.350605 0.350605 0.350605 +5174.173828 0.000000 853.449890 0.000000 0.993847 0.000000 -0.110765 0.351537 0.351537 0.351537 +5152.426758 0.000000 859.703430 0.000000 0.995421 0.000000 -0.095584 0.351363 0.351363 0.351363 +5137.260254 0.000000 873.722778 0.000000 0.983493 0.000000 0.180944 0.347719 0.347719 0.347719 +5145.661133 0.000000 850.331848 0.000000 0.999010 0.000000 -0.044488 0.350591 0.350591 0.350591 +5127.408691 0.000000 865.103149 0.000000 0.954928 0.000000 -0.296839 0.354240 0.354240 0.354240 +5183.976562 0.000000 897.881042 0.000000 0.993019 0.000000 -0.117957 0.351699 0.351699 0.351699 +5133.612305 0.000000 850.394226 0.000000 0.997972 0.000000 -0.063651 0.350977 0.350977 0.350977 +5134.033691 0.000000 853.156616 0.000000 0.978864 0.000000 -0.204510 0.353293 0.353293 0.353293 +5185.451172 0.000000 859.441284 0.000000 0.981337 0.000000 0.192298 0.347489 0.347489 0.347489 +5275.131348 0.000000 806.902405 0.000000 0.985651 0.000000 -0.168794 0.353401 0.353401 0.353401 +5296.746582 0.000000 794.018921 0.000000 0.970236 0.000000 -0.242162 0.353270 0.353270 0.353270 +5262.686523 0.000000 805.372742 0.000000 0.994612 0.000000 0.103668 0.348013 0.348013 0.348013 +5397.502930 0.000000 782.616089 0.000000 0.999999 0.000000 0.001464 0.349977 0.349977 0.349977 +5398.628418 0.000000 764.324097 0.000000 0.996549 0.000000 0.083006 0.348849 0.348849 0.348849 +5420.352051 0.000000 751.557983 0.000000 0.970493 0.000000 -0.241130 0.354086 0.354086 0.354086 +5396.984863 0.000000 771.494873 0.000000 0.974602 0.000000 -0.223945 0.353217 0.353217 0.353217 +5395.253418 0.000000 781.883484 0.000000 0.984647 0.000000 0.174560 0.346458 0.346458 0.346458 +5540.276367 0.000000 767.543640 0.000000 0.959530 0.000000 0.281607 0.346221 0.346221 0.346221 +5548.083496 0.000000 754.357849 0.000000 0.974964 0.000000 -0.222361 0.353742 0.353742 0.353742 +5558.864258 0.000000 789.295532 0.000000 0.956706 0.000000 0.291056 0.345884 0.345884 0.345884 +5555.863281 0.000000 758.669617 0.000000 0.955781 0.000000 0.294081 0.345214 0.345214 0.345214 +5552.918945 0.000000 749.283020 0.000000 0.959239 0.000000 -0.282595 0.354606 0.354606 0.354606 +5549.942871 0.000000 756.237732 0.000000 0.985588 0.000000 -0.169162 0.352651 0.352651 0.352651 +5553.394043 0.000000 759.626648 0.000000 0.962432 0.000000 0.271523 0.344894 0.344894 0.344894 +5540.550293 0.000000 765.090881 0.000000 0.985173 0.000000 -0.171562 0.353043 0.353043 0.353043 +5535.005371 0.000000 769.201599 0.000000 0.997727 0.000000 -0.067381 0.351093 0.351093 0.351093 +5399.491699 0.000000 791.412781 0.000000 0.999999 0.000000 -0.001592 0.350019 0.350019 0.350019 +5399.348633 0.000000 843.779724 0.000000 0.984807 0.000000 0.173651 0.346729 0.346729 0.346729 +5400.641113 0.000000 846.505737 0.000000 0.996727 0.000000 -0.080838 0.351322 0.351322 0.351322 +5461.705078 0.000000 817.648926 0.000000 0.999353 0.000000 0.035973 0.349591 0.349591 0.349591 +5482.009766 0.000000 845.717896 0.000000 0.955075 0.000000 -0.296364 0.353589 0.353589 0.353589 +5497.910645 0.000000 838.732300 0.000000 0.973935 0.000000 -0.226829 0.353599 0.353599 0.353599 +5466.987305 0.000000 790.870056 0.000000 0.951643 0.000000 0.307205 0.345184 0.345184 0.345184 +5465.706543 0.000000 804.420593 0.000000 0.971208 0.000000 -0.238234 0.355360 0.355360 0.355360 +5463.408203 0.000000 802.619446 0.000000 0.999970 0.000000 -0.007805 0.350118 0.350118 0.350118 +5502.390625 0.000000 846.541809 0.000000 0.984367 0.000000 -0.176128 0.353945 0.353945 0.353945 +5406.961914 0.000000 848.226929 0.000000 0.996143 0.000000 0.087749 0.348791 0.348791 0.348791 +5490.318359 0.000000 847.471497 0.000000 0.996695 0.000000 -0.081231 0.351279 0.351279 0.351279 +5448.908691 0.000000 893.165649 0.000000 0.991131 0.000000 -0.132890 0.352195 0.352195 0.352195 +5457.939453 0.000000 889.061218 0.000000 0.999754 0.000000 0.022185 0.349614 0.349614 0.349614 +5469.392090 0.000000 891.939087 0.000000 0.960488 0.000000 0.278320 0.344751 0.344751 0.344751 +5497.460938 0.000000 847.368896 0.000000 0.989370 0.000000 0.145423 0.347634 0.347634 0.347634 +5460.436035 0.000000 889.537476 0.000000 0.978087 0.000000 0.208197 0.346426 0.346426 0.346426 +5455.870117 0.000000 884.088501 0.000000 0.989747 0.000000 -0.142832 0.352386 0.352386 0.352386 +5502.994629 0.000000 894.889404 0.000000 0.999902 0.000000 0.014001 0.349762 0.349762 0.349762 +5459.576660 0.000000 882.717224 0.000000 0.998274 0.000000 0.058727 0.349099 0.349099 0.349099 +5457.493164 0.000000 891.238403 0.000000 0.989529 0.000000 -0.144332 0.353025 0.353025 0.353025 +5561.460938 0.000000 790.884521 0.000000 0.969054 0.000000 0.246848 0.345990 0.345990 0.345990 +5590.782715 0.000000 798.084595 0.000000 0.998467 0.000000 0.055355 0.348935 0.348935 0.348935 +5591.068359 0.000000 795.292419 0.000000 0.953740 0.000000 0.300632 0.344077 0.344077 0.344077 +5592.077637 0.000000 800.177734 0.000000 0.966459 0.000000 0.256823 0.345665 0.345665 0.345665 +5504.042480 0.000000 847.272949 0.000000 0.998949 0.000000 -0.045844 0.350707 0.350707 0.350707 +5573.464844 0.000000 852.047546 0.000000 0.998578 0.000000 -0.053306 0.350676 0.350676 0.350676 +5592.535645 0.000000 863.620667 0.000000 0.994401 0.000000 -0.105673 0.351536 0.351536 0.351536 +5572.756836 0.000000 866.058838 0.000000 0.985825 0.000000 -0.167778 0.352961 0.352961 0.352961 +5466.709961 0.000000 940.789917 0.000000 0.999793 0.000000 0.020365 0.349652 0.349652 0.349652 +5463.191895 0.000000 949.640625 0.000000 0.987174 0.000000 0.159650 0.346497 0.346497 0.346497 +5467.203125 0.000000 943.067688 0.000000 0.992906 0.000000 0.118902 0.347563 0.347563 0.347563 +5596.793945 0.000000 906.591797 0.000000 0.990696 0.000000 -0.136092 0.351569 0.351569 0.351569 +5624.065918 0.000000 929.112610 0.000000 0.963280 0.000000 -0.268499 0.353480 0.353480 0.353480 +5599.453613 0.000000 920.480103 0.000000 0.999905 0.000000 -0.013760 0.350179 0.350179 0.350179 +5616.541992 0.000000 926.335266 0.000000 0.988986 0.000000 -0.148011 0.351843 0.351843 0.351843 +5594.122559 0.000000 914.558411 0.000000 0.998432 0.000000 -0.055979 0.350673 0.350673 0.350673 +5618.789551 0.000000 915.837280 0.000000 0.999977 0.000000 -0.006854 0.350084 0.350084 0.350084 +5574.215332 0.000000 952.687622 0.000000 0.954023 0.000000 -0.299734 0.353644 0.353644 0.353644 +5631.586426 0.000000 957.184570 0.000000 0.979435 0.000000 0.201762 0.347293 0.347293 0.347293 +5589.208496 0.000000 943.629211 0.000000 0.991793 0.000000 -0.127854 0.351636 0.351636 0.351636 +5577.063965 0.000000 934.211975 0.000000 0.951961 0.000000 0.306219 0.346057 0.346057 0.346057 +5579.786133 0.000000 908.802917 0.000000 0.985560 0.000000 -0.169328 0.352096 0.352096 0.352096 +5581.506836 0.000000 939.564453 0.000000 0.996390 0.000000 -0.084895 0.351240 0.351240 0.351240 +5589.502930 0.000000 952.069214 0.000000 0.996037 0.000000 -0.088941 0.351362 0.351362 0.351362 +5577.866211 0.000000 942.822327 0.000000 0.996076 0.000000 0.088501 0.348862 0.348862 0.348862 +5591.836426 0.000000 954.362854 0.000000 0.990672 0.000000 -0.136271 0.351839 0.351839 0.351839 +5579.486816 0.000000 912.309631 0.000000 0.991317 0.000000 0.131493 0.348237 0.348237 0.348237 +5609.676758 0.000000 921.817017 0.000000 0.999918 0.000000 -0.012793 0.350182 0.350182 0.350182 +5588.994629 0.000000 906.302673 0.000000 0.999938 0.000000 0.011166 0.349847 0.349847 0.349847 +5590.782715 0.000000 911.053345 0.000000 0.999305 0.000000 0.037287 0.349487 0.349487 0.349487 +5587.253418 0.000000 951.336609 0.000000 0.995566 0.000000 -0.094069 0.351618 0.351618 0.351618 +5624.065918 0.000000 985.596985 0.000000 0.993470 0.000000 0.114096 0.348671 0.348671 0.348671 +5608.832520 0.000000 963.735535 0.000000 0.985451 0.000000 0.169962 0.347411 0.347411 0.347411 +5599.758301 0.000000 990.393982 0.000000 0.999438 0.000000 -0.033528 0.350426 0.350426 0.350426 +5577.400879 0.000000 976.353516 0.000000 0.994633 0.000000 0.103465 0.348460 0.348460 0.348460 +5622.816895 0.000000 961.485168 0.000000 0.978390 0.000000 0.206770 0.346906 0.346906 0.346906 +5626.511719 0.000000 980.744385 0.000000 0.977313 0.000000 -0.211802 0.352779 0.352779 0.352779 +5593.237793 0.000000 966.393250 0.000000 0.968610 0.000000 0.248585 0.346696 0.346696 0.346696 +5602.015137 0.000000 980.729919 0.000000 0.961213 0.000000 -0.275808 0.354419 0.354419 0.354419 +5621.994141 0.000000 981.520508 0.000000 0.999989 0.000000 -0.004634 0.350071 0.350071 0.350071 +5629.524414 0.000000 977.304077 0.000000 0.961862 0.000000 0.273535 0.345933 0.345933 0.345933 +5595.932617 0.000000 980.504028 0.000000 0.999493 0.000000 -0.031840 0.350473 0.350473 0.350473 +5568.514160 0.000000 976.315247 0.000000 0.962850 0.000000 -0.270036 0.353667 0.353667 0.353667 +5606.889160 0.000000 983.674011 0.000000 0.991604 0.000000 -0.129312 0.351807 0.351807 0.351807 +5583.831543 0.000000 964.406250 0.000000 0.999700 0.000000 0.024481 0.349680 0.349680 0.349680 +5606.686523 0.000000 960.540161 0.000000 0.987330 0.000000 -0.158677 0.352221 0.352221 0.352221 +5619.863281 0.000000 984.607117 0.000000 0.971055 0.000000 0.238857 0.346870 0.346870 0.346870 +5577.084961 0.000000 971.052246 0.000000 0.999272 0.000000 -0.038162 0.350619 0.350619 0.350619 +5623.819336 0.000000 979.065308 0.000000 0.969832 0.000000 0.243773 0.346105 0.346105 0.346105 +5580.112305 0.000000 975.141113 0.000000 0.996668 0.000000 -0.081568 0.351281 0.351281 0.351281 +5571.820801 0.000000 974.039734 0.000000 0.983070 0.000000 0.183231 0.347206 0.347206 0.347206 +5593.706543 0.000000 973.873718 0.000000 0.989475 0.000000 0.144704 0.347488 0.347488 0.347488 +5621.566895 0.000000 972.696594 0.000000 0.970403 0.000000 -0.241490 0.353676 0.353676 0.353676 +5583.671387 0.000000 961.763489 0.000000 0.999550 0.000000 -0.030010 0.350456 0.350456 0.350456 +5591.408203 0.000000 972.072571 0.000000 0.995772 0.000000 0.091855 0.348397 0.348397 0.348397 +5606.385742 0.000000 977.079407 0.000000 0.998841 0.000000 -0.048137 0.350709 0.350709 0.350709 +5596.928223 0.000000 978.114441 0.000000 0.954831 0.000000 0.297151 0.344938 0.344938 0.344938 +5617.687988 0.000000 969.186951 0.000000 0.970441 0.000000 -0.241338 0.354228 0.354228 0.354228 +5562.544434 0.000000 1113.626221 0.000000 0.958376 0.000000 0.285510 0.346762 0.346762 0.346762 +5542.230957 0.000000 1111.732178 0.000000 0.999298 0.000000 -0.037470 0.350421 0.350421 0.350421 +5589.705078 0.000000 1100.070801 0.000000 0.998021 0.000000 0.062886 0.349291 0.349291 0.349291 +5444.458496 0.000000 1240.637817 0.000000 0.990489 0.000000 0.137593 0.348426 0.348426 0.348426 +5508.458496 0.000000 1184.153442 0.000000 0.999202 0.000000 0.039935 0.349550 0.349550 0.349550 +5505.451172 0.000000 1254.831909 0.000000 0.972936 0.000000 0.231073 0.347392 0.347392 0.347392 +5644.552734 0.000000 929.944031 0.000000 0.988654 0.000000 0.150209 0.348136 0.348136 0.348136 +5635.837402 0.000000 927.312073 0.000000 0.997012 0.000000 -0.077247 0.351088 0.351088 0.351088 +5632.894531 0.000000 934.050110 0.000000 0.972237 0.000000 -0.234000 0.353199 0.353199 0.353199 +5641.604492 0.000000 931.204407 0.000000 0.960886 0.000000 -0.276943 0.354070 0.354070 0.354070 +5651.991699 0.000000 936.977478 0.000000 0.971236 0.000000 0.238119 0.346712 0.346712 0.346712 +5643.616211 0.000000 933.091125 0.000000 0.998501 0.000000 -0.054730 0.350766 0.350766 0.350766 +5637.141602 0.000000 929.256226 0.000000 0.993583 0.000000 0.113108 0.348277 0.348277 0.348277 +5634.069824 0.000000 928.571655 0.000000 0.998726 0.000000 -0.050463 0.350774 0.350774 0.350774 +5632.098633 0.000000 967.183350 0.000000 0.975587 0.000000 -0.219614 0.353821 0.353821 0.353821 +5634.356934 0.000000 965.132568 0.000000 0.982095 0.000000 -0.188386 0.353237 0.353237 0.353237 +5721.621582 0.000000 1064.593628 0.000000 0.979951 0.000000 0.199237 0.347432 0.347432 0.347432 +5714.579102 0.000000 1071.907593 0.000000 0.955981 0.000000 0.293430 0.344288 0.344288 0.344288 +5717.934570 0.000000 1071.530762 0.000000 0.999993 0.000000 -0.003674 0.350082 0.350082 0.350082 +5719.348633 0.000000 1069.717163 0.000000 0.999673 0.000000 -0.025562 0.350570 0.350570 0.350570 +5670.230957 0.000000 1111.732178 0.000000 0.992797 0.000000 0.119807 0.348541 0.348541 0.348541 +5663.330566 0.000000 1105.624268 0.000000 0.966437 0.000000 0.256905 0.345096 0.345096 0.345096 +5663.005371 0.000000 1108.107788 0.000000 0.997822 0.000000 -0.065965 0.351148 0.351148 0.351148 +5708.978516 0.000000 1073.939087 0.000000 0.994557 0.000000 -0.104192 0.351250 0.351250 0.351250 +5714.283691 0.000000 1074.335815 0.000000 0.970847 0.000000 0.239699 0.346901 0.346901 0.346901 +5707.486816 0.000000 1081.762695 0.000000 0.994535 0.000000 -0.104405 0.351860 0.351860 0.351860 7408.205566 0.000000 508.333740 0.000000 0.983212 0.000000 -0.182465 0.352886 0.352886 0.352886 7444.968750 0.000000 504.000092 0.000000 0.998521 0.000000 -0.054366 0.350613 0.350613 0.350613 7431.671387 0.000000 476.731567 0.000000 0.991149 0.000000 0.132756 0.347865 0.347865 0.347865 @@ -43,6 +629,7 @@ object={ 7435.486816 0.000000 460.434631 0.000000 0.964345 0.000000 0.264648 0.344535 0.344535 0.344535 7432.614258 0.000000 465.403870 0.000000 0.993942 0.000000 0.109904 0.348220 0.348220 0.348220 7447.348633 0.000000 504.873474 0.000000 0.993455 0.000000 -0.114222 0.352491 0.352491 0.352491 +4230.424805 0.000000 2279.735107 0.000000 0.990194 0.000000 0.139697 0.348065 0.348065 0.348065 "} object={ name="oak_generator_1_3" @@ -51,8 +638,230 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_04_mesh" - count=6 - transform="7433.400879 0.000000 467.994141 0.000000 0.758950 0.000000 -0.651150 0.365552 0.365552 0.365552 + count=228 + transform="4991.487305 0.000000 877.493347 0.000000 0.671579 0.000000 -0.740933 0.360573 0.360573 0.360573 +4980.365234 0.000000 886.531860 0.000000 0.856922 0.000000 -0.515447 0.356341 0.356341 0.356341 +4986.511719 0.000000 867.775635 0.000000 0.900973 0.000000 -0.433876 0.356549 0.356549 0.356549 +4986.462402 0.000000 864.335693 0.000000 0.930945 0.000000 -0.365159 0.355324 0.355324 0.355324 +4984.346680 0.000000 869.466492 0.000000 0.855937 0.000000 -0.517080 0.358001 0.358001 0.358001 +5013.934570 0.000000 845.593201 0.000000 0.839663 0.000000 -0.543108 0.358102 0.358102 0.358102 +5009.360840 0.000000 836.941589 0.000000 0.726560 0.000000 -0.687103 0.360359 0.360359 0.360359 +5071.130859 0.000000 830.153015 0.000000 0.828375 0.000000 -0.560174 0.356806 0.356806 0.356806 +5076.089355 0.000000 835.598145 0.000000 0.795399 0.000000 -0.606086 0.359302 0.359302 0.359302 +5081.621582 0.000000 838.656128 0.000000 0.721794 0.000000 -0.692108 0.359351 0.359351 0.359351 +5098.009766 0.000000 845.717896 0.000000 0.626934 0.000000 -0.779072 0.362097 0.362097 0.362097 +5089.947754 0.000000 840.254761 0.000000 0.885757 0.000000 -0.464149 0.356137 0.356137 0.356137 +5097.322754 0.000000 839.056885 0.000000 0.646118 0.000000 -0.763237 0.360964 0.360964 0.360964 +5107.634277 0.000000 833.509094 0.000000 0.872701 0.000000 -0.488256 0.356864 0.356864 0.356864 +5085.422852 0.000000 829.333069 0.000000 0.864652 0.000000 -0.502372 0.357014 0.357014 0.357014 +5007.130859 0.000000 886.637390 0.000000 0.941999 0.000000 -0.335616 0.354441 0.354441 0.354441 +5014.478027 0.000000 882.158936 0.000000 0.841600 0.000000 -0.540102 0.357204 0.357204 0.357204 +4999.979980 0.000000 889.400940 0.000000 0.678649 0.000000 -0.734463 0.361064 0.361064 0.361064 +5025.210449 0.000000 892.138977 0.000000 0.713719 0.000000 -0.700432 0.360544 0.360544 0.360544 +5022.530273 0.000000 870.725708 0.000000 0.936204 0.000000 -0.351457 0.354801 0.354801 0.354801 +5023.826172 0.000000 855.388000 0.000000 0.860878 0.000000 -0.508812 0.356623 0.356623 0.356623 +5036.062988 0.000000 856.254761 0.000000 0.931433 0.000000 -0.363912 0.355045 0.355045 0.355045 +5027.765137 0.000000 873.112854 0.000000 0.907313 0.000000 -0.420457 0.355195 0.355195 0.355195 +4993.017578 0.000000 873.958679 0.000000 0.682242 0.000000 -0.731127 0.361034 0.361034 0.361034 +5015.491699 0.000000 847.897156 0.000000 0.888775 0.000000 -0.458343 0.356740 0.356740 0.356740 +5008.971680 0.000000 896.442627 0.000000 0.926391 0.000000 -0.376562 0.354807 0.354807 0.354807 +5010.283691 0.000000 848.398315 0.000000 0.761276 0.000000 -0.648428 0.359031 0.359031 0.359031 +5006.875488 0.000000 892.027649 0.000000 0.806501 0.000000 -0.591233 0.358208 0.358208 0.358208 +5010.817383 0.000000 877.709534 0.000000 0.608185 0.000000 -0.793796 0.362660 0.362660 0.362660 +5019.131348 0.000000 863.386780 0.000000 0.919059 0.000000 -0.394121 0.355770 0.355770 0.355770 +5019.932617 0.000000 867.535278 0.000000 0.741495 0.000000 -0.670958 0.360572 0.360572 0.360572 +4995.837402 0.000000 870.827698 0.000000 0.770352 0.000000 -0.637619 0.359848 0.359848 0.359848 +4998.424805 0.000000 867.625793 0.000000 0.831562 0.000000 -0.555432 0.357332 0.357332 0.357332 +5009.939453 0.000000 889.061218 0.000000 0.599313 0.000000 -0.800515 0.361800 0.361800 0.361800 +4996.957520 0.000000 887.112732 0.000000 0.648401 0.000000 -0.761299 0.361833 0.361833 0.361833 +5003.406250 0.000000 880.336426 0.000000 0.689770 0.000000 -0.724029 0.360824 0.360824 0.360824 +5043.759277 0.000000 878.630493 0.000000 0.667878 0.000000 -0.744271 0.361956 0.361956 0.361956 +5051.100586 0.000000 857.358337 0.000000 0.893920 0.000000 -0.448226 0.356437 0.356437 0.356437 +5036.194824 0.000000 859.343018 0.000000 0.735405 0.000000 -0.677628 0.359954 0.359954 0.359954 +5016.795410 0.000000 875.177795 0.000000 0.601243 0.000000 -0.799066 0.362740 0.362740 0.362740 +5004.375000 0.000000 901.933472 0.000000 0.671000 0.000000 -0.741457 0.361969 0.361969 0.361969 +5009.436523 0.000000 871.134644 0.000000 0.843736 0.000000 -0.536758 0.358095 0.358095 0.358095 +5019.190918 0.000000 875.575012 0.000000 0.866245 0.000000 -0.499620 0.357611 0.357611 0.357611 +5111.638184 0.000000 863.009094 0.000000 0.927816 0.000000 -0.373037 0.355111 0.355111 0.355111 +5119.487305 0.000000 877.493347 0.000000 0.927256 0.000000 -0.374429 0.354477 0.354477 0.354477 +5064.407715 0.000000 855.078003 0.000000 0.858183 0.000000 -0.513344 0.356359 0.356359 0.356359 +5082.122559 0.000000 858.074036 0.000000 0.687685 0.000000 -0.726010 0.359868 0.359868 0.359868 +5110.816895 0.000000 848.516418 0.000000 0.942137 0.000000 -0.335228 0.354092 0.354092 0.354092 +5100.062988 0.000000 856.254761 0.000000 0.895252 0.000000 -0.445559 0.355528 0.355528 0.355528 +5063.914551 0.000000 849.102539 0.000000 0.950967 0.000000 -0.309291 0.353860 0.353860 0.353860 +5110.173828 0.000000 853.449890 0.000000 0.950702 0.000000 -0.310106 0.354146 0.354146 0.354146 +5083.932617 0.000000 867.535278 0.000000 0.922170 0.000000 -0.386785 0.355171 0.355171 0.355171 +5103.145508 0.000000 865.413452 0.000000 0.935619 0.000000 -0.353012 0.354587 0.354587 0.354587 +5067.486816 0.000000 855.825256 0.000000 0.913413 0.000000 -0.407034 0.355971 0.355971 0.355971 +5085.958984 0.000000 857.465942 0.000000 0.888978 0.000000 -0.457949 0.356505 0.356505 0.356505 +5168.205566 0.000000 847.239990 0.000000 0.702218 0.000000 -0.711962 0.360350 0.360350 0.360350 +5145.621582 0.000000 838.656128 0.000000 0.848304 0.000000 -0.529510 0.357314 0.357314 0.357314 +5162.009766 0.000000 845.717896 0.000000 0.769266 0.000000 -0.638928 0.358782 0.358782 0.358782 +5131.941895 0.000000 832.585266 0.000000 0.720249 0.000000 -0.693715 0.360551 0.360551 0.360551 +5133.506836 0.000000 826.595703 0.000000 0.842388 0.000000 -0.538872 0.357434 0.357434 0.357434 +5137.939453 0.000000 832.576843 0.000000 0.864523 0.000000 -0.502594 0.357339 0.357339 0.357339 +5141.934570 0.000000 845.593201 0.000000 0.926137 0.000000 -0.377186 0.355306 0.355306 0.355306 +5121.451172 0.000000 859.441284 0.000000 0.904428 0.000000 -0.426626 0.355296 0.355296 0.355296 +5141.705078 0.000000 874.133301 0.000000 0.814505 0.000000 -0.580156 0.358085 0.358085 0.358085 +5158.230957 0.000000 885.794678 0.000000 0.890162 0.000000 -0.455644 0.356532 0.356532 0.356532 +5148.793945 0.000000 850.107422 0.000000 0.941440 0.000000 -0.337179 0.355845 0.355845 0.355845 +5132.978516 0.000000 848.001587 0.000000 0.947471 0.000000 -0.319843 0.354082 0.354082 0.354082 +5175.638184 0.000000 863.009094 0.000000 0.843273 0.000000 -0.537486 0.357264 0.357264 0.357264 +5176.550781 0.000000 880.124817 0.000000 0.703995 0.000000 -0.710205 0.360248 0.360248 0.360248 +5178.511719 0.000000 867.775635 0.000000 0.916080 0.000000 -0.400995 0.355426 0.355426 0.355426 +5131.786133 0.000000 852.318542 0.000000 0.876227 0.000000 -0.481899 0.357008 0.357008 0.357008 +5178.385254 0.000000 849.857666 0.000000 0.644367 0.000000 -0.764716 0.362210 0.362210 0.362210 +5171.634277 0.000000 889.993469 0.000000 0.808579 0.000000 -0.588388 0.358712 0.358712 0.358712 +5178.305176 0.000000 891.247070 0.000000 0.862150 0.000000 -0.506654 0.357103 0.357103 0.357103 +5168.746582 0.000000 850.503296 0.000000 0.857369 0.000000 -0.514702 0.357346 0.357346 0.357346 +5137.664551 0.000000 853.921631 0.000000 0.645470 0.000000 -0.763786 0.362721 0.362721 0.362721 +5133.099609 0.000000 867.042236 0.000000 0.925325 0.000000 -0.379175 0.355335 0.355335 0.355335 +5173.519043 0.000000 873.891052 0.000000 0.593549 0.000000 -0.804798 0.364016 0.364016 0.364016 +5139.894531 0.000000 855.037415 0.000000 0.811281 0.000000 -0.584657 0.359467 0.359467 0.359467 +5177.190430 0.000000 889.372437 0.000000 0.946102 0.000000 -0.323868 0.355389 0.355389 0.355389 +5167.135742 0.000000 863.321716 0.000000 0.908094 0.000000 -0.418767 0.356796 0.356796 0.356796 +5188.948730 0.000000 847.380676 0.000000 0.650088 0.000000 -0.759859 0.361690 0.361690 0.361690 +5297.519043 0.000000 797.110901 0.000000 0.846891 0.000000 -0.531767 0.356712 0.356712 0.356712 +5275.932617 0.000000 811.050903 0.000000 0.687168 0.000000 -0.726499 0.361725 0.361725 0.361725 +5277.020508 0.000000 803.611633 0.000000 0.794543 0.000000 -0.607208 0.358980 0.358980 0.358980 +5260.112305 0.000000 805.687988 0.000000 0.910854 0.000000 -0.412730 0.359480 0.359480 0.359480 +5256.614258 0.000000 804.310120 0.000000 0.793408 0.000000 -0.608691 0.359521 0.359521 0.359521 +5348.276367 0.000000 824.028015 0.000000 0.798836 0.000000 -0.601549 0.358854 0.358854 0.358854 +5363.759277 0.000000 822.146118 0.000000 0.852721 0.000000 -0.522367 0.357300 0.357300 0.357300 +5350.581055 0.000000 825.905701 0.000000 0.694926 0.000000 -0.719081 0.361500 0.361500 0.361500 +5352.179688 0.000000 818.965881 0.000000 0.934692 0.000000 -0.355458 0.356351 0.356351 0.356351 +5424.541992 0.000000 756.882141 0.000000 0.693071 0.000000 -0.720869 0.361888 0.361888 0.361888 +5396.089355 0.000000 779.113770 0.000000 0.824080 0.000000 -0.566474 0.359209 0.359209 0.359209 +5394.817383 0.000000 764.740784 0.000000 0.715144 0.000000 -0.698977 0.360854 0.360854 0.360854 +5393.939453 0.000000 776.092468 0.000000 0.753349 0.000000 -0.657621 0.359782 0.359782 0.359782 +5427.634277 0.000000 777.024719 0.000000 0.663445 0.000000 -0.748225 0.361893 0.361893 0.361893 +5403.595215 0.000000 784.820618 0.000000 0.813197 0.000000 -0.581988 0.362131 0.362131 0.362131 +5405.422852 0.000000 772.848694 0.000000 0.795821 0.000000 -0.605532 0.359179 0.359179 0.359179 +5399.885254 0.000000 760.076965 0.000000 0.680542 0.000000 -0.732709 0.362358 0.362358 0.362358 +5393.493164 0.000000 778.269653 0.000000 0.892920 0.000000 -0.450216 0.357610 0.357610 0.357610 +5536.032227 0.000000 771.234741 0.000000 0.705821 0.000000 -0.708390 0.363585 0.363585 0.363585 +5554.842773 0.000000 752.166809 0.000000 0.868402 0.000000 -0.495860 0.361560 0.361560 0.361560 +5551.145508 0.000000 752.444702 0.000000 0.719393 0.000000 -0.694604 0.362178 0.362178 0.362178 +5546.288574 0.000000 757.444702 0.000000 0.710457 0.000000 -0.703741 0.362483 0.362483 0.362483 +5526.628418 0.000000 764.324097 0.000000 0.806665 0.000000 -0.591009 0.360221 0.360221 0.360221 +5537.099609 0.000000 768.246582 0.000000 0.693522 0.000000 -0.720436 0.363461 0.363461 0.363461 +5551.537109 0.000000 761.425354 0.000000 0.903871 0.000000 -0.427805 0.357764 0.357764 0.357764 +5555.016113 0.000000 755.148010 0.000000 0.915228 0.000000 -0.402937 0.358625 0.358625 0.358625 +5551.447754 0.000000 746.982544 0.000000 0.670194 0.000000 -0.742186 0.362167 0.362167 0.362167 +5542.646484 0.000000 766.454102 0.000000 0.757536 0.000000 -0.652793 0.362275 0.362275 0.362275 +5557.428223 0.000000 752.138123 0.000000 0.597637 0.000000 -0.801767 0.363127 0.363127 0.363127 +5550.693848 0.000000 766.355530 0.000000 0.742506 0.000000 -0.669839 0.363821 0.363821 0.363821 +5558.180664 0.000000 758.147095 0.000000 0.762084 0.000000 -0.647478 0.360862 0.360862 0.360862 +5531.443848 0.000000 766.561829 0.000000 0.861450 0.000000 -0.507843 0.359146 0.359146 0.359146 +5540.916016 0.000000 762.359314 0.000000 0.874727 0.000000 -0.484617 0.359615 0.359615 0.359615 +5406.953613 0.000000 847.033752 0.000000 0.829638 0.000000 -0.558302 0.362189 0.362189 0.362189 +5399.836426 0.000000 841.394104 0.000000 0.811521 0.000000 -0.584323 0.358970 0.358970 0.358970 +5401.916992 0.000000 835.547424 0.000000 0.817860 0.000000 -0.575417 0.360875 0.360875 0.360875 +5401.618652 0.000000 842.458496 0.000000 0.900427 0.000000 -0.435008 0.358396 0.358396 0.358396 +5491.213867 0.000000 837.038452 0.000000 0.913859 0.000000 -0.406031 0.359316 0.359316 0.359316 +5485.386719 0.000000 845.488281 0.000000 0.900742 0.000000 -0.434354 0.355968 0.355968 0.355968 +5466.245605 0.000000 809.293152 0.000000 0.720219 0.000000 -0.693747 0.367083 0.367083 0.367083 +5463.105957 0.000000 812.017944 0.000000 0.617044 0.000000 -0.786929 0.364089 0.364089 0.364089 +5497.072754 0.000000 840.898315 0.000000 0.941288 0.000000 -0.337606 0.355386 0.355386 0.355386 +5489.262695 0.000000 845.342346 0.000000 0.811199 0.000000 -0.584770 0.360915 0.360915 0.360915 +5490.103516 0.000000 839.114136 0.000000 0.900281 0.000000 -0.435309 0.358756 0.358756 0.358756 +5471.334473 0.000000 888.251038 0.000000 0.782109 0.000000 -0.623141 0.360287 0.360287 0.360287 +5449.866211 0.000000 886.337952 0.000000 0.714429 0.000000 -0.699708 0.362122 0.362122 0.362122 +5462.628418 0.000000 877.292847 0.000000 0.755957 0.000000 -0.654621 0.361443 0.361443 0.361443 +5464.572266 0.000000 886.729980 0.000000 0.911859 0.000000 -0.410503 0.355895 0.355895 0.355895 +5450.235840 0.000000 890.949829 0.000000 0.826239 0.000000 -0.563320 0.358837 0.358837 0.358837 +5463.339844 0.000000 879.673096 0.000000 0.863025 0.000000 -0.505161 0.360041 0.360041 0.360041 +5500.727539 0.000000 849.760132 0.000000 0.889663 0.000000 -0.456618 0.360566 0.360566 0.360566 +5499.003418 0.000000 893.275330 0.000000 0.878672 0.000000 -0.477426 0.358589 0.358589 0.358589 +5588.994629 0.000000 793.333923 0.000000 0.622815 0.000000 -0.782369 0.362326 0.362326 0.362326 +5580.552734 0.000000 873.459656 0.000000 0.846333 0.000000 -0.532654 0.357166 0.357166 0.357166 +5578.351562 0.000000 868.144592 0.000000 0.926062 0.000000 -0.377370 0.355900 0.355900 0.355900 +5590.937012 0.000000 861.692993 0.000000 0.948812 0.000000 -0.315842 0.354184 0.354184 0.354184 +5595.131348 0.000000 863.386780 0.000000 0.913067 0.000000 -0.407810 0.358974 0.358974 0.358974 +5588.094727 0.000000 862.666504 0.000000 0.888337 0.000000 -0.459192 0.360630 0.360630 0.360630 +5584.939453 0.000000 863.194275 0.000000 0.813172 0.000000 -0.582023 0.363842 0.363842 0.363842 +5589.235840 0.000000 867.126709 0.000000 0.819062 0.000000 -0.573705 0.358569 0.358569 0.358569 +5578.329590 0.000000 871.970215 0.000000 0.713089 0.000000 -0.701074 0.365274 0.365274 0.365274 +5590.077637 0.000000 864.440308 0.000000 0.855678 0.000000 -0.517509 0.359030 0.359030 0.359030 +5586.128418 0.000000 868.027222 0.000000 0.861085 0.000000 -0.508461 0.359368 0.359368 0.359368 +5594.245605 0.000000 865.777527 0.000000 0.846356 0.000000 -0.532618 0.362196 0.362196 0.362196 +5143.491699 0.000000 904.381531 0.000000 0.621031 0.000000 -0.783786 0.362514 0.362514 0.362514 +5454.007324 0.000000 934.640198 0.000000 0.857242 0.000000 -0.514914 0.358129 0.358129 0.358129 +5460.089355 0.000000 948.566895 0.000000 0.935390 0.000000 -0.353618 0.355053 0.355053 0.355053 +5588.968750 0.000000 955.875122 0.000000 0.908583 0.000000 -0.417704 0.356382 0.356382 0.356382 +5589.705078 0.000000 930.617676 0.000000 0.821670 0.000000 -0.569963 0.357816 0.357816 0.357816 +5623.638184 0.000000 919.493469 0.000000 0.903295 0.000000 -0.429019 0.355850 0.355850 0.355850 +5576.407715 0.000000 911.562378 0.000000 0.928997 0.000000 -0.370086 0.354671 0.354671 0.354671 +5588.089355 0.000000 948.566895 0.000000 0.876124 0.000000 -0.482086 0.357846 0.357846 0.357846 +5612.062988 0.000000 912.739136 0.000000 0.926323 0.000000 -0.376731 0.354641 0.354641 0.354641 +5580.552734 0.000000 929.944031 0.000000 0.622631 0.000000 -0.782515 0.361858 0.361858 0.361858 +5579.929688 0.000000 915.755859 0.000000 0.831610 0.000000 -0.555361 0.358155 0.358155 0.358155 +5574.330566 0.000000 915.846802 0.000000 0.814668 0.000000 -0.579928 0.357811 0.357811 0.357811 +5590.937012 0.000000 918.177368 0.000000 0.625669 0.000000 -0.780089 0.360946 0.360946 0.360946 +5589.668945 0.000000 913.538879 0.000000 0.874103 0.000000 -0.485741 0.356847 0.356847 0.356847 +5615.145508 0.000000 921.897827 0.000000 0.822988 0.000000 -0.568059 0.358658 0.358658 0.358658 +5586.230469 0.000000 941.785522 0.000000 0.686741 0.000000 -0.726902 0.360453 0.360453 0.360453 +5579.406250 0.000000 936.820801 0.000000 0.636693 0.000000 -0.771117 0.362004 0.362004 0.362004 +5581.099609 0.000000 923.526611 0.000000 0.869013 0.000000 -0.494789 0.357485 0.357485 0.357485 +5606.337891 0.000000 917.486145 0.000000 0.671819 0.000000 -0.740715 0.361334 0.361334 0.361334 +5612.352051 0.000000 921.011108 0.000000 0.822956 0.000000 -0.568105 0.358526 0.358526 0.358526 +5601.412109 0.000000 918.707092 0.000000 0.654595 0.000000 -0.755980 0.362058 0.362058 0.362058 +5630.390625 0.000000 959.510559 0.000000 0.592929 0.000000 -0.805254 0.363824 0.363824 0.363824 +5609.563477 0.000000 986.725403 0.000000 0.876942 0.000000 -0.480597 0.356308 0.356308 0.356308 +5588.569336 0.000000 965.620850 0.000000 0.877986 0.000000 -0.478687 0.356172 0.356172 0.356172 +5629.292480 0.000000 972.793335 0.000000 0.938183 0.000000 -0.346141 0.356069 0.356069 0.356069 +5599.826172 0.000000 968.356750 0.000000 0.643615 0.000000 -0.765349 0.361119 0.361119 0.361119 +5604.045898 0.000000 965.509277 0.000000 0.742379 0.000000 -0.669980 0.361451 0.361451 0.361451 +5572.047852 0.000000 968.584412 0.000000 0.720489 0.000000 -0.693466 0.363458 0.363458 0.363458 +5630.624512 0.000000 969.054504 0.000000 0.601779 0.000000 -0.798663 0.365924 0.365924 0.365924 +5615.145508 0.000000 978.382202 0.000000 0.633732 0.000000 -0.773553 0.364258 0.364258 0.364258 +5616.918945 0.000000 975.220520 0.000000 0.928326 0.000000 -0.371768 0.356041 0.356041 0.356041 +5626.028320 0.000000 973.332947 0.000000 0.804097 0.000000 -0.594498 0.361015 0.361015 0.361015 +5620.463867 0.000000 975.316223 0.000000 0.735865 0.000000 -0.677128 0.362024 0.362024 0.362024 +5600.449219 0.000000 986.229675 0.000000 0.855170 0.000000 -0.518347 0.358642 0.358642 0.358642 +5610.835938 0.000000 966.240662 0.000000 0.882940 0.000000 -0.469487 0.357708 0.357708 0.357708 +5609.676758 0.000000 978.301392 0.000000 0.786644 0.000000 -0.617407 0.359798 0.359798 0.359798 +5585.664551 0.000000 966.890381 0.000000 0.926219 0.000000 -0.376987 0.355522 0.355522 0.355522 +5595.635742 0.000000 983.284729 0.000000 0.849804 0.000000 -0.527099 0.357835 0.357835 0.357835 +5604.575195 0.000000 962.623352 0.000000 0.930729 0.000000 -0.365711 0.355512 0.355512 0.355512 +5569.451660 0.000000 969.626831 0.000000 0.900188 0.000000 -0.435501 0.356930 0.356930 0.356930 +5606.824707 0.000000 965.472290 0.000000 0.688067 0.000000 -0.725647 0.363516 0.363516 0.363516 +5611.690430 0.000000 963.798340 0.000000 0.925326 0.000000 -0.379173 0.355556 0.355556 0.355556 +5611.095215 0.000000 974.553040 0.000000 0.865161 0.000000 -0.501493 0.358607 0.358607 0.358607 +5592.077637 0.000000 969.630859 0.000000 0.916279 0.000000 -0.400541 0.355996 0.355996 0.355996 +5574.475098 0.000000 974.825012 0.000000 0.931068 0.000000 -0.364846 0.356184 0.356184 0.356184 +5622.385254 0.000000 964.143433 0.000000 0.891160 0.000000 -0.453689 0.358188 0.358188 0.358188 +5622.255859 0.000000 968.994446 0.000000 0.831393 0.000000 -0.555685 0.358958 0.358958 0.358958 +5599.888672 0.000000 981.778625 0.000000 0.646277 0.000000 -0.763103 0.364867 0.364867 0.364867 +5572.458496 0.000000 1127.669067 0.000000 0.660482 0.000000 -0.750842 0.359536 0.359536 0.359536 +5608.832520 0.000000 1076.704224 0.000000 0.785470 0.000000 -0.618900 0.357551 0.357551 0.357551 +5460.968750 0.000000 1238.296997 0.000000 0.891245 0.000000 -0.453521 0.355306 0.355306 0.355306 +5524.968750 0.000000 1181.812622 0.000000 0.938145 0.000000 -0.346242 0.353954 0.353954 0.353954 +5505.451172 0.000000 1141.863159 0.000000 0.650210 0.000000 -0.759755 0.359727 0.359727 0.359727 +5505.451172 0.000000 1198.347534 0.000000 0.675039 0.000000 -0.737782 0.359317 0.359317 0.359317 +5560.065918 0.000000 1211.534424 0.000000 0.841795 0.000000 -0.539797 0.356427 0.356427 0.356427 +5442.396484 0.000000 1244.518433 0.000000 0.626499 0.000000 -0.779422 0.360191 0.360191 0.360191 +5524.968750 0.000000 1294.781372 0.000000 0.764528 0.000000 -0.644590 0.357865 0.357865 0.357865 +5525.705078 0.000000 1269.523926 0.000000 0.839946 0.000000 -0.542670 0.356416 0.356416 0.356416 +5532.793945 0.000000 1245.498047 0.000000 0.641839 0.000000 -0.766839 0.359812 0.359812 0.359812 +5652.089355 0.000000 948.566895 0.000000 0.750921 0.000000 -0.660392 0.358383 0.358383 0.358383 +5649.256836 0.000000 938.464844 0.000000 0.703143 0.000000 -0.711049 0.360229 0.360229 0.360229 +5636.763672 0.000000 939.942200 0.000000 0.920523 0.000000 -0.390689 0.355033 0.355033 0.355033 +5661.392090 0.000000 948.423462 0.000000 0.906910 0.000000 -0.421324 0.356365 0.356365 0.356365 +5657.681152 0.000000 937.527466 0.000000 0.811899 0.000000 -0.583797 0.359070 0.359070 0.359070 +5634.627930 0.000000 932.457214 0.000000 0.740063 0.000000 -0.672538 0.361247 0.361247 0.361247 +5640.407715 0.000000 968.046753 0.000000 0.788490 0.000000 -0.615047 0.359001 0.359001 0.359001 +5638.330566 0.000000 972.331177 0.000000 0.827514 0.000000 -0.561445 0.357293 0.357293 0.357293 +5636.047852 0.000000 968.584412 0.000000 0.861232 0.000000 -0.508211 0.358198 0.358198 0.358198 +5637.464844 0.000000 965.016296 0.000000 0.873302 0.000000 -0.487179 0.358426 0.358426 0.358426 +5640.667480 0.000000 965.013611 0.000000 0.700471 0.000000 -0.713681 0.361215 0.361215 0.361215 +5638.070312 0.000000 967.274353 0.000000 0.860901 0.000000 -0.508772 0.358255 0.358255 0.358255 +5710.953125 0.000000 1070.690430 0.000000 0.943955 0.000000 -0.330075 0.353968 0.353968 0.353968 +5712.382324 0.000000 1072.535156 0.000000 0.713621 0.000000 -0.700532 0.364005 0.364005 0.364005 +5664.032227 0.000000 1110.140991 0.000000 0.631729 0.000000 -0.775189 0.368214 0.368214 0.368214 +5668.276367 0.000000 1106.449829 0.000000 0.695899 0.000000 -0.718139 0.362880 0.362880 0.362880 +5659.443848 0.000000 1105.468140 0.000000 0.615336 0.000000 -0.788265 0.370231 0.370231 0.370231 +7433.400879 0.000000 467.994141 0.000000 0.758950 0.000000 -0.651150 0.365552 0.365552 0.365552 7435.929688 0.000000 463.880859 0.000000 0.725593 0.000000 -0.688124 0.361207 0.361207 0.361207 7458.735840 0.000000 491.528046 0.000000 0.864692 0.000000 -0.502303 0.357472 0.357472 0.357472 7433.084961 0.000000 462.692871 0.000000 0.865328 0.000000 -0.501206 0.358188 0.358188 0.358188 @@ -66,11 +875,196 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="oak_tree_dense_01_mesh" - count=6 - transform="7408.023926 0.000000 504.410034 0.000000 0.369096 0.000000 -0.929391 0.367666 0.367666 0.367666 + count=191 + transform="4984.065918 0.000000 872.628235 0.000000 0.023719 0.000000 -0.999719 0.370142 0.370142 0.370142 +4983.638184 0.000000 863.009094 0.000000 0.319918 0.000000 -0.947445 0.366646 0.366646 0.366646 +4976.541992 0.000000 869.850891 0.000000 0.292052 0.000000 -0.956402 0.365033 0.365033 0.365033 +4978.842773 0.000000 865.135559 0.000000 0.197437 0.000000 -0.980316 0.367204 0.367204 0.367204 +4981.994141 0.000000 868.551758 0.000000 0.386271 0.000000 -0.922385 0.365595 0.365595 0.365595 +4989.524414 0.000000 864.335327 0.000000 0.206581 0.000000 -0.978430 0.369290 0.369290 0.369290 +4984.315430 0.000000 884.274597 0.000000 0.399173 0.000000 -0.916875 0.365612 0.365612 0.365612 +4989.611816 0.000000 886.025269 0.000000 0.356609 0.000000 -0.934254 0.365598 0.365598 0.365598 +4988.832520 0.000000 879.587402 0.000000 0.127937 0.000000 -0.991782 0.369033 0.369033 0.369033 +4986.504395 0.000000 871.024475 0.000000 0.355842 0.000000 -0.934546 0.367296 0.367296 0.367296 +5036.662598 0.000000 841.361450 0.000000 0.458726 0.000000 -0.888578 0.363912 0.363912 0.363912 +5104.205566 0.000000 847.239990 0.000000 0.532754 0.000000 -0.846270 0.361814 0.361814 0.361814 +5108.365234 0.000000 830.047485 0.000000 0.538369 0.000000 -0.842709 0.362655 0.362655 0.362655 +5111.107910 0.000000 835.982544 0.000000 0.554440 0.000000 -0.832224 0.363143 0.363143 0.363143 +5070.875488 0.000000 835.543274 0.000000 0.330577 0.000000 -0.943779 0.365633 0.365633 0.365633 +5082.709961 0.000000 827.821167 0.000000 0.524925 0.000000 -0.851149 0.363879 0.363879 0.363879 +5097.064941 0.000000 842.486816 0.000000 0.002534 0.000000 -0.999997 0.371446 0.371446 0.371446 +5079.836426 0.000000 841.394104 0.000000 0.033002 0.000000 -0.999455 0.371298 0.371298 0.371298 +5099.596680 0.000000 839.322754 0.000000 0.187634 0.000000 -0.982239 0.370831 0.370831 0.370831 +5075.253418 0.000000 838.367859 0.000000 0.285834 0.000000 -0.958279 0.369363 0.369363 0.369363 +5037.516602 0.000000 861.998901 0.000000 0.423457 0.000000 -0.905916 0.365550 0.365550 0.365550 +4993.451172 0.000000 859.441284 0.000000 0.442392 0.000000 -0.896822 0.362443 0.362443 0.362443 +4993.318848 0.000000 886.154053 0.000000 0.206137 0.000000 -0.978523 0.367748 0.367748 0.367748 +5010.127930 0.000000 860.541687 0.000000 0.473069 0.000000 -0.881025 0.363800 0.363800 0.363800 +5006.007324 0.000000 878.155823 0.000000 0.525959 0.000000 -0.850510 0.363996 0.363996 0.363996 +5004.552734 0.000000 873.459656 0.000000 0.514307 0.000000 -0.857606 0.363463 0.363463 0.363463 +5002.351562 0.000000 868.144592 0.000000 0.509069 0.000000 -0.860725 0.362727 0.362727 0.362727 +5014.937012 0.000000 861.692993 0.000000 0.016394 0.000000 -0.999866 0.371188 0.371188 0.371188 +5018.364746 0.000000 872.826965 0.000000 0.019554 0.000000 -0.999809 0.372230 0.372230 0.372230 +5011.771973 0.000000 869.891052 0.000000 0.027363 0.000000 -0.999626 0.371713 0.371713 0.371713 +5026.015137 0.000000 867.761169 0.000000 0.533894 0.000000 -0.845551 0.362766 0.362766 0.362766 +5009.260254 0.000000 873.722778 0.000000 0.564244 0.000000 -0.825608 0.363961 0.363961 0.363961 +5028.620605 0.000000 893.974121 0.000000 0.317554 0.000000 -0.948240 0.367279 0.367279 0.367279 +5026.735840 0.000000 886.918701 0.000000 0.115217 0.000000 -0.993340 0.370664 0.370664 0.370664 +5021.020508 0.000000 860.096008 0.000000 0.416201 0.000000 -0.909273 0.365211 0.365211 0.365211 +5044.014648 0.000000 856.108948 0.000000 0.216590 0.000000 -0.976263 0.367549 0.367549 0.367549 +5011.991699 0.000000 880.493103 0.000000 0.105808 0.000000 -0.994387 0.370479 0.370479 0.370479 +4999.213379 0.000000 885.465698 0.000000 0.573871 0.000000 -0.818945 0.363793 0.363793 0.363793 +5019.635742 0.000000 870.315979 0.000000 0.168477 0.000000 -0.985706 0.370145 0.370145 0.370145 +5017.283691 0.000000 868.883362 0.000000 0.142829 0.000000 -0.989747 0.369957 0.369957 0.369957 +5016.077637 0.000000 856.662109 0.000000 0.567919 0.000000 -0.823085 0.364024 0.364024 0.364024 +5119.958008 0.000000 868.164612 0.000000 0.438016 0.000000 -0.898967 0.364548 0.364548 0.364548 +5086.530273 0.000000 870.725708 0.000000 0.192092 0.000000 -0.981377 0.367272 0.367272 0.367272 +5117.292480 0.000000 859.824585 0.000000 0.383713 0.000000 -0.923452 0.365992 0.365992 0.365992 +5079.491699 0.000000 847.897156 0.000000 0.269956 0.000000 -0.962873 0.367969 0.367969 0.367969 +5117.658691 0.000000 882.581360 0.000000 0.164623 0.000000 -0.986357 0.369035 0.369035 0.369035 +5096.763184 0.000000 862.387817 0.000000 0.568329 0.000000 -0.822802 0.362581 0.362581 0.362581 +5067.786133 0.000000 852.318542 0.000000 0.310070 0.000000 -0.950714 0.367498 0.367498 0.367498 +5061.119141 0.000000 863.699829 0.000000 0.092405 0.000000 -0.995722 0.372863 0.372863 0.372863 +5098.673340 0.000000 847.409546 0.000000 0.579865 0.000000 -0.814713 0.363854 0.363854 0.363854 +5056.936035 0.000000 869.875183 0.000000 0.555471 0.000000 -0.831536 0.363727 0.363727 0.363727 +5137.256836 0.000000 825.496094 0.000000 0.086744 0.000000 -0.996231 0.369126 0.369126 0.369126 +5141.208496 0.000000 830.660461 0.000000 0.487460 0.000000 -0.873145 0.364007 0.364007 0.364007 +5165.434082 0.000000 820.510498 0.000000 0.440914 0.000000 -0.897549 0.363825 0.363825 0.363825 +5134.875488 0.000000 835.543274 0.000000 0.288172 0.000000 -0.957579 0.366254 0.366254 0.366254 +5121.884766 0.000000 841.833801 0.000000 0.279588 0.000000 -0.960120 0.365974 0.365974 0.365974 +5181.507812 0.000000 840.558044 0.000000 0.438486 0.000000 -0.898738 0.365371 0.365371 0.365371 +5143.890625 0.000000 866.323303 0.000000 0.388625 0.000000 -0.921396 0.364128 0.364128 0.364128 +5127.914551 0.000000 849.102539 0.000000 0.051596 0.000000 -0.998668 0.371637 0.371637 0.371637 +5181.212891 0.000000 872.657410 0.000000 0.193036 0.000000 -0.981192 0.366418 0.366418 0.366418 +5156.045898 0.000000 852.540527 0.000000 0.405140 0.000000 -0.914255 0.365524 0.365524 0.365524 +5164.083496 0.000000 867.326599 0.000000 0.508068 0.000000 -0.861317 0.363059 0.363059 0.363059 +5165.311035 0.000000 881.615540 0.000000 0.226302 0.000000 -0.974057 0.366599 0.366599 0.366599 +5135.831543 0.000000 851.437500 0.000000 0.121922 0.000000 -0.992540 0.370062 0.370062 0.370062 +5168.918945 0.000000 862.251770 0.000000 0.301576 0.000000 -0.953442 0.367015 0.367015 0.367015 +5135.197266 0.000000 858.898376 0.000000 0.174807 0.000000 -0.984603 0.369139 0.369139 0.369139 +5140.094727 0.000000 862.666504 0.000000 0.417269 0.000000 -0.908783 0.365893 0.365893 0.365893 +5149.958984 0.000000 857.465942 0.000000 0.286997 0.000000 -0.957931 0.371134 0.371134 0.371134 +5140.832520 0.000000 859.845276 0.000000 0.397839 0.000000 -0.917455 0.367661 0.367661 0.367661 +5130.564941 0.000000 849.814575 0.000000 0.161863 0.000000 -0.986813 0.371841 0.371841 0.371841 +5174.158691 0.000000 879.325378 0.000000 0.053952 0.000000 -0.998544 0.373923 0.373923 0.373923 +5189.119141 0.000000 863.699829 0.000000 0.403657 0.000000 -0.914911 0.364991 0.364991 0.364991 +5257.400879 0.000000 806.900391 0.000000 0.294969 0.000000 -0.955507 0.365386 0.365386 0.365386 +5294.042969 0.000000 796.635925 0.000000 0.228134 0.000000 -0.973630 0.368392 0.368392 0.368392 +5343.758301 0.000000 820.940857 0.000000 0.047293 0.000000 -0.998881 0.368171 0.368171 0.368171 +5338.709961 0.000000 827.821167 0.000000 0.573229 0.000000 -0.819395 0.362294 0.362294 0.362294 +5338.364746 0.000000 816.342590 0.000000 0.585235 0.000000 -0.810864 0.364708 0.364708 0.364708 +5341.237305 0.000000 824.303467 0.000000 0.475005 0.000000 -0.879983 0.363443 0.363443 0.363443 +5357.311035 0.000000 825.131165 0.000000 0.492372 0.000000 -0.870385 0.363748 0.363748 0.363748 +5350.889160 0.000000 814.220886 0.000000 0.225519 0.000000 -0.974239 0.370541 0.370541 0.370541 +5350.469727 0.000000 817.375305 0.000000 0.354188 0.000000 -0.935174 0.369751 0.369751 0.369751 +5339.190918 0.000000 819.090637 0.000000 0.396289 0.000000 -0.918126 0.368704 0.368704 0.368704 +5348.550293 0.000000 821.575256 0.000000 0.296203 0.000000 -0.955125 0.369588 0.369588 0.369588 +5353.676758 0.000000 865.332642 0.000000 0.241129 0.000000 -0.970493 0.372267 0.372267 0.372267 +5401.621582 0.000000 782.171753 0.000000 0.152186 0.000000 -0.988352 0.369391 0.369391 0.369391 +5426.842773 0.000000 752.166809 0.000000 0.506558 0.000000 -0.862206 0.363081 0.363081 0.363081 +5407.334473 0.000000 775.282288 0.000000 0.548567 0.000000 -0.836107 0.363756 0.363756 0.363756 +5421.375000 0.000000 759.218567 0.000000 0.582926 0.000000 -0.812525 0.363095 0.363095 0.363095 +5423.145508 0.000000 752.444702 0.000000 0.170799 0.000000 -0.985306 0.372067 0.372067 0.372067 +5431.819336 0.000000 753.127808 0.000000 0.259717 0.000000 -0.965685 0.367716 0.367716 0.367716 +5397.934570 0.000000 789.108826 0.000000 0.138340 0.000000 -0.990385 0.373149 0.373149 0.373149 +5399.191895 0.000000 780.187500 0.000000 0.355413 0.000000 -0.934709 0.369466 0.369466 0.369466 +5424.587891 0.000000 754.550110 0.000000 0.311643 0.000000 -0.950199 0.377172 0.377172 0.377172 +5408.607910 0.000000 773.387512 0.000000 0.351158 0.000000 -0.936316 0.368851 0.368851 0.368851 +5401.618652 0.000000 785.974121 0.000000 0.022755 0.000000 -0.999741 0.379218 0.379218 0.379218 +5554.584961 0.000000 762.191101 0.000000 0.044733 0.000000 -0.998999 0.368135 0.368135 0.368135 +5551.663086 0.000000 744.308777 0.000000 0.153007 0.000000 -0.988225 0.370370 0.370370 0.370370 +5536.449219 0.000000 760.292175 0.000000 0.313141 0.000000 -0.949706 0.368110 0.368110 0.368110 +5542.469727 0.000000 760.890930 0.000000 0.459567 0.000000 -0.888143 0.366957 0.366957 0.366957 +5562.637207 0.000000 761.230591 0.000000 0.459140 0.000000 -0.888364 0.368254 0.368254 0.368254 +5548.127930 0.000000 761.738159 0.000000 0.443163 0.000000 -0.896441 0.367970 0.367970 0.367970 +5544.179688 0.000000 762.481506 0.000000 0.435971 0.000000 -0.899961 0.367855 0.367855 0.367855 +5551.436035 0.000000 769.018250 0.000000 0.058570 0.000000 -0.998283 0.377550 0.377550 0.377550 +5393.939453 0.000000 832.576843 0.000000 0.397904 0.000000 -0.917427 0.365630 0.365630 0.365630 +5501.507812 0.000000 840.558044 0.000000 0.233464 0.000000 -0.972365 0.373800 0.373800 0.373800 +5499.981445 0.000000 846.000488 0.000000 0.060606 0.000000 -0.998162 0.369925 0.369925 0.369925 +5493.860840 0.000000 838.847717 0.000000 0.089550 0.000000 -0.995982 0.383002 0.383002 0.383002 +5497.384766 0.000000 847.033020 0.000000 0.483857 0.000000 -0.875147 0.367274 0.367274 0.367274 +5492.706543 0.000000 847.096619 0.000000 0.499064 0.000000 -0.866565 0.367404 0.367404 0.367404 +5493.005371 0.000000 842.976501 0.000000 0.261285 0.000000 -0.965262 0.379110 0.379110 0.379110 +5486.880859 0.000000 841.316833 0.000000 0.130587 0.000000 -0.991437 0.371765 0.371765 0.371765 +5460.089355 0.000000 892.082520 0.000000 0.496778 0.000000 -0.867877 0.362213 0.362213 0.362213 +5498.305176 0.000000 891.247070 0.000000 0.378896 0.000000 -0.925439 0.365392 0.365392 0.365392 +5458.230469 0.000000 885.301147 0.000000 0.058784 0.000000 -0.998271 0.372724 0.372724 0.372724 +5452.083496 0.000000 892.779480 0.000000 0.290633 0.000000 -0.956835 0.373357 0.373357 0.373357 +5454.401855 0.000000 888.961487 0.000000 0.508357 0.000000 -0.861146 0.370307 0.370307 0.370307 +5502.948242 0.000000 849.419739 0.000000 0.008193 0.000000 -0.999966 0.384817 0.384817 0.384817 +5469.291016 0.000000 889.608154 0.000000 0.024758 0.000000 -0.999693 0.384448 0.384448 0.384448 +5586.498535 0.000000 794.599243 0.000000 0.498496 0.000000 -0.866892 0.369797 0.369797 0.369797 +5594.122559 0.000000 858.074036 0.000000 0.048169 0.000000 -0.998839 0.367961 0.367961 0.367961 +5580.526855 0.000000 870.311462 0.000000 0.389738 0.000000 -0.920926 0.370097 0.370097 0.370097 +5593.706543 0.000000 860.904968 0.000000 0.374198 0.000000 -0.927349 0.369452 0.369452 0.369452 +5584.186523 0.000000 866.416870 0.000000 0.306944 0.000000 -0.951728 0.377059 0.377059 0.377059 +5576.173828 0.000000 869.531921 0.000000 0.354689 0.000000 -0.934984 0.376921 0.376921 0.376921 +5607.465820 0.000000 857.151306 0.000000 0.376969 0.000000 -0.926226 0.368316 0.368316 0.368316 +5616.205566 0.000000 960.208740 0.000000 0.024799 0.000000 -0.999692 0.369790 0.369790 0.369790 +5586.127930 0.000000 917.026062 0.000000 0.333751 0.000000 -0.942661 0.367580 0.367580 0.367580 +5575.979980 0.000000 945.885315 0.000000 0.524096 0.000000 -0.851659 0.361977 0.361977 0.361977 +5577.203613 0.000000 939.450806 0.000000 0.061726 0.000000 -0.998093 0.369713 0.369713 0.369713 +5586.283691 0.000000 904.882690 0.000000 0.190200 0.000000 -0.981745 0.367598 0.367598 0.367598 +5587.007324 0.000000 921.828369 0.000000 0.430143 0.000000 -0.902761 0.366138 0.366138 0.366138 +5629.524414 0.000000 920.819702 0.000000 0.039256 0.000000 -0.999229 0.369940 0.369940 0.369940 +5622.864258 0.000000 958.748657 0.000000 0.197255 0.000000 -0.980352 0.368585 0.368585 0.368585 +5626.462402 0.000000 920.820068 0.000000 0.139423 0.000000 -0.990233 0.369130 0.369130 0.369130 +5591.191895 0.000000 949.640625 0.000000 0.497389 0.000000 -0.867528 0.364958 0.364958 0.364958 +5580.083496 0.000000 949.263855 0.000000 0.377931 0.000000 -0.925834 0.366749 0.366749 0.366749 +5606.385742 0.000000 920.595032 0.000000 0.333939 0.000000 -0.942595 0.367469 0.367469 0.367469 +5624.346680 0.000000 925.950867 0.000000 0.498897 0.000000 -0.866661 0.364842 0.364842 0.364842 +5584.382324 0.000000 959.566406 0.000000 0.125635 0.000000 -0.992076 0.371778 0.371778 0.371778 +5566.270020 0.000000 964.665771 0.000000 0.484645 0.000000 -0.874711 0.363445 0.363445 0.363445 +5616.541992 0.000000 982.819641 0.000000 0.542057 0.000000 -0.840342 0.364257 0.364257 0.364257 +5603.765137 0.000000 986.081604 0.000000 0.273686 0.000000 -0.961819 0.370741 0.370741 0.370741 +5568.098633 0.000000 967.183350 0.000000 0.223220 0.000000 -0.974768 0.369401 0.369401 0.369401 +5613.943359 0.000000 962.589294 0.000000 0.386790 0.000000 -0.922168 0.365485 0.365485 0.365485 +5618.842773 0.000000 978.104309 0.000000 0.557594 0.000000 -0.830113 0.366900 0.366900 0.366900 +5612.083496 0.000000 980.295349 0.000000 0.226190 0.000000 -0.974083 0.369299 0.369299 0.369299 +5582.220703 0.000000 977.315308 0.000000 0.486555 0.000000 -0.873650 0.365182 0.365182 0.365182 +5586.283691 0.000000 961.367065 0.000000 0.300643 0.000000 -0.953737 0.366475 0.366475 0.366475 +5574.330566 0.000000 972.331177 0.000000 0.177470 0.000000 -0.984126 0.374151 0.374151 0.374151 +5594.364746 0.000000 985.795715 0.000000 0.100787 0.000000 -0.994908 0.369714 0.369714 0.369714 +5606.535645 0.000000 989.742493 0.000000 0.513024 0.000000 -0.858374 0.363618 0.363618 0.363618 +5572.948730 0.000000 960.349426 0.000000 0.477285 0.000000 -0.878749 0.365802 0.365802 0.365802 +5570.356934 0.000000 965.132568 0.000000 0.327489 0.000000 -0.944855 0.368864 0.368864 0.368864 +5619.016113 0.000000 981.085510 0.000000 0.512587 0.000000 -0.858636 0.366421 0.366421 0.366421 +5604.029297 0.000000 978.787170 0.000000 0.082801 0.000000 -0.996566 0.371842 0.371842 0.371842 +5578.564941 0.000000 962.783325 0.000000 0.044415 0.000000 -0.999013 0.374541 0.374541 0.374541 +5576.614258 0.000000 973.763245 0.000000 0.363911 0.000000 -0.931434 0.370732 0.370732 0.370732 +5582.686523 0.000000 974.825867 0.000000 0.077781 0.000000 -0.996970 0.373286 0.373286 0.373286 +5574.363770 0.000000 969.747009 0.000000 0.456750 0.000000 -0.889595 0.367868 0.367868 0.367868 +5629.251953 0.000000 967.048889 0.000000 0.433473 0.000000 -0.901166 0.367948 0.367948 0.367948 +5572.602051 0.000000 962.840210 0.000000 0.416433 0.000000 -0.909167 0.367601 0.367601 0.367601 +5574.070312 0.000000 967.274353 0.000000 0.564603 0.000000 -0.825363 0.366245 0.366245 0.366245 +5627.739258 0.000000 964.741028 0.000000 0.308616 0.000000 -0.951187 0.370925 0.370925 0.370925 +5607.465820 0.000000 970.120056 0.000000 0.000192 0.000000 -1.000000 0.377516 0.377516 0.377516 +5613.516602 0.000000 1087.936401 0.000000 0.199340 0.000000 -0.979930 0.365384 0.365384 0.365384 +5599.453613 0.000000 1089.933228 0.000000 0.517084 0.000000 -0.855935 0.361625 0.361625 0.361625 +5532.793945 0.000000 1132.529297 0.000000 0.235139 0.000000 -0.971962 0.365030 0.365030 0.365030 +5485.516602 0.000000 1257.389526 0.000000 0.091328 0.000000 -0.995821 0.366546 0.366546 0.366546 +5652.968750 0.000000 955.875122 0.000000 0.462964 0.000000 -0.886377 0.362661 0.362661 0.362661 +5647.130859 0.000000 943.121765 0.000000 0.280883 0.000000 -0.959742 0.364721 0.364721 0.364721 +5663.758301 0.000000 933.909607 0.000000 0.468922 0.000000 -0.883240 0.363056 0.363056 0.363056 +5662.236816 0.000000 956.279907 0.000000 0.493871 0.000000 -0.869535 0.363403 0.363403 0.363403 +5665.210449 0.000000 948.623352 0.000000 0.458482 0.000000 -0.888704 0.364585 0.364585 0.364585 +5641.203613 0.000000 939.450806 0.000000 0.431116 0.000000 -0.902297 0.364599 0.364599 0.364599 +5665.947754 0.000000 953.223511 0.000000 0.541733 0.000000 -0.840551 0.362823 0.362823 0.362823 +5666.735840 0.000000 943.403076 0.000000 0.298840 0.000000 -0.954303 0.366002 0.366002 0.366002 +5654.628418 0.000000 933.777222 0.000000 0.484489 0.000000 -0.874797 0.364750 0.364750 0.364750 +5633.451660 0.000000 969.626831 0.000000 0.068871 0.000000 -0.997626 0.374409 0.374409 0.374409 +5636.602051 0.000000 962.840210 0.000000 0.282626 0.000000 -0.959230 0.369975 0.369975 0.369975 +5720.641113 0.000000 1072.443237 0.000000 0.319359 0.000000 -0.947634 0.369920 0.369920 0.369920 +5667.765137 0.000000 1099.050415 0.000000 0.501101 0.000000 -0.865389 0.362749 0.362749 0.362749 +5658.074219 0.000000 1103.719604 0.000000 0.374024 0.000000 -0.927419 0.374695 0.374695 0.374695 +5661.237305 0.000000 1106.725342 0.000000 0.419154 0.000000 -0.907915 0.371086 0.371086 0.371086 +5665.099609 0.000000 1107.152832 0.000000 0.116473 0.000000 -0.993194 0.382399 0.382399 0.382399 +7408.023926 0.000000 504.410034 0.000000 0.369096 0.000000 -0.929391 0.367666 0.367666 0.367666 7408.746582 0.000000 511.597046 0.000000 0.101769 0.000000 -0.994808 0.371626 0.371626 0.371626 7425.451172 0.000000 464.050629 0.000000 0.575006 0.000000 -0.818150 0.364736 0.364736 0.364736 7450.074219 0.000000 482.391418 0.000000 0.463911 0.000000 -0.885882 0.363885 0.363885 0.363885 7424.098633 0.000000 458.823975 0.000000 0.237193 0.000000 -0.971463 0.374080 0.374080 0.374080 7428.248535 0.000000 473.174866 0.000000 0.385435 0.000000 -0.922735 0.373463 0.373463 0.373463 +4233.063965 0.000000 2289.836914 0.000000 0.547175 0.000000 -0.837018 0.362090 0.362090 0.362090 "} diff --git a/gfx/map/map_object_data/generated/oak_generator_2.txt b/gfx/map/map_object_data/generated/oak_generator_2.txt index a4bce546..05b2c79b 100644 --- a/gfx/map/map_object_data/generated/oak_generator_2.txt +++ b/gfx/map/map_object_data/generated/oak_generator_2.txt @@ -5,8 +5,284 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_01_mesh" - count=10 - transform="7431.408691 0.000000 469.712524 0.000000 0.209986 0.000000 0.977704 0.332422 0.332422 0.332422 + count=287 + transform="4989.292480 0.000000 859.824585 0.000000 0.519864 0.000000 0.854249 0.338233 0.338233 0.338233 +4990.419434 0.000000 889.412903 0.000000 0.517408 0.000000 0.855739 0.337661 0.337661 0.337661 +4982.381836 0.000000 876.593262 0.000000 0.095612 0.000000 0.995419 0.332149 0.332149 0.332149 +4980.463867 0.000000 862.347473 0.000000 0.324607 0.000000 0.945849 0.334070 0.334070 0.334070 +4989.738281 0.000000 875.514771 0.000000 0.495632 0.000000 0.868533 0.336438 0.336438 0.336438 +4988.013184 0.000000 862.130371 0.000000 0.113788 0.000000 0.993505 0.330588 0.330588 0.330588 +4987.000977 0.000000 885.066711 0.000000 0.563090 0.000000 0.826395 0.336571 0.336571 0.336571 +4981.428223 0.000000 865.106873 0.000000 0.167504 0.000000 0.985871 0.331372 0.331372 0.331372 +4991.510742 0.000000 872.002319 0.000000 0.447742 0.000000 0.894163 0.335013 0.335013 0.335013 +4986.561523 0.000000 879.024902 0.000000 0.350777 0.000000 0.936459 0.333897 0.333897 0.333897 +4987.262207 0.000000 869.401611 0.000000 0.022353 0.000000 0.999750 0.327066 0.327066 0.327066 +5012.141113 0.000000 844.713013 0.000000 0.275330 0.000000 0.961350 0.331770 0.331770 0.331770 +5086.060547 0.000000 838.936157 0.000000 0.197958 0.000000 0.980210 0.333402 0.333402 0.333402 +5097.656250 0.000000 830.890991 0.000000 0.358137 0.000000 0.933669 0.335423 0.335423 0.335423 +5089.099609 0.000000 824.730957 0.000000 0.477193 0.000000 0.878798 0.336073 0.336073 0.336073 +5075.443848 0.000000 840.701050 0.000000 0.281382 0.000000 0.959596 0.332195 0.332195 0.332195 +5077.101562 0.000000 837.232300 0.000000 0.432216 0.000000 0.901770 0.332766 0.332766 0.332766 +5074.634277 0.000000 836.049927 0.000000 0.184754 0.000000 0.982785 0.328459 0.328459 0.328459 +5018.979980 0.000000 889.098450 0.000000 0.446522 0.000000 0.894773 0.337512 0.337512 0.337512 +5050.511719 0.000000 867.775635 0.000000 0.064395 0.000000 0.997925 0.332362 0.332362 0.332362 +5030.346680 0.000000 901.523315 0.000000 0.515111 0.000000 0.857124 0.337269 0.337269 0.337269 +5024.449219 0.000000 873.260925 0.000000 0.175471 0.000000 0.984484 0.332272 0.332272 0.332272 +5025.099609 0.000000 881.215332 0.000000 0.444725 0.000000 0.895667 0.335792 0.335792 0.335792 +5009.664551 0.000000 853.921631 0.000000 0.149102 0.000000 0.988822 0.331870 0.331870 0.331870 +5012.094727 0.000000 862.666504 0.000000 0.585863 0.000000 0.810410 0.337368 0.337368 0.337368 +5008.939453 0.000000 863.194275 0.000000 0.443935 0.000000 0.896059 0.335198 0.335198 0.335198 +5012.832520 0.000000 859.845276 0.000000 0.059251 0.000000 0.998243 0.330255 0.330255 0.330255 +5039.339355 0.000000 847.511658 0.000000 0.023231 0.000000 0.999730 0.329108 0.329108 0.329108 +5025.641602 0.000000 865.344238 0.000000 0.453444 0.000000 0.891285 0.335388 0.335388 0.335388 +5018.245605 0.000000 865.777527 0.000000 0.446820 0.000000 0.894624 0.334080 0.334080 0.334080 +5028.550293 0.000000 878.059631 0.000000 0.494638 0.000000 0.869099 0.335503 0.335503 0.335503 +4996.756836 0.000000 866.058838 0.000000 0.063377 0.000000 0.997990 0.330375 0.330375 0.330375 +5028.144531 0.000000 896.227051 0.000000 0.357785 0.000000 0.933804 0.332786 0.332786 0.332786 +5018.165527 0.000000 855.523376 0.000000 0.555709 0.000000 0.831377 0.336277 0.336277 0.336277 +5046.255859 0.000000 856.025696 0.000000 0.340454 0.000000 0.940261 0.333056 0.333056 0.333056 +5002.166504 0.000000 853.779236 0.000000 0.405383 0.000000 0.914147 0.334227 0.334227 0.334227 +5053.252441 0.000000 857.691956 0.000000 0.085247 0.000000 0.996360 0.329427 0.329427 0.329427 +4998.953125 0.000000 882.875854 0.000000 0.402899 0.000000 0.915244 0.334291 0.334291 0.334291 +5005.139648 0.000000 890.810303 0.000000 0.258853 0.000000 0.965917 0.330899 0.330899 0.330899 +5010.979980 0.000000 887.279419 0.000000 0.358078 0.000000 0.933692 0.332791 0.332791 0.332791 +5115.211426 0.000000 876.883789 0.000000 0.587575 0.000000 0.809170 0.338920 0.338920 0.338920 +5114.631836 0.000000 882.402039 0.000000 0.274204 0.000000 0.961671 0.333730 0.333730 0.333730 +5086.608887 0.000000 852.805298 0.000000 0.170309 0.000000 0.985391 0.332633 0.332633 0.332633 +5081.283691 0.000000 868.883362 0.000000 0.385864 0.000000 0.922556 0.335220 0.335220 0.335220 +5057.451660 0.000000 856.658081 0.000000 0.364517 0.000000 0.931197 0.334407 0.334407 0.334407 +5101.942871 0.000000 869.206482 0.000000 0.519415 0.000000 0.854522 0.336436 0.336436 0.336436 +5078.077637 0.000000 864.440308 0.000000 0.120403 0.000000 0.992725 0.330424 0.330424 0.330424 +5089.641602 0.000000 865.344238 0.000000 0.461848 0.000000 0.886959 0.335752 0.335752 0.335752 +5082.245605 0.000000 865.777527 0.000000 0.364011 0.000000 0.931395 0.333876 0.333876 0.333876 +5115.305664 0.000000 897.044617 0.000000 0.481566 0.000000 0.876410 0.335904 0.335904 0.335904 +5066.166504 0.000000 853.779236 0.000000 0.513774 0.000000 0.857926 0.335628 0.335628 0.335628 +5056.712402 0.000000 865.486633 0.000000 0.290487 0.000000 0.956879 0.332885 0.332885 0.332885 +5057.654297 0.000000 861.623779 0.000000 0.222763 0.000000 0.974873 0.331356 0.331356 0.331356 +5113.007324 0.000000 892.926147 0.000000 0.083028 0.000000 0.996547 0.328551 0.328551 0.328551 +5101.431152 0.000000 851.317322 0.000000 0.231586 0.000000 0.972814 0.329846 0.329846 0.329846 +5158.346680 0.000000 845.038940 0.000000 0.219740 0.000000 0.975558 0.332964 0.332964 0.332964 +5165.386719 0.000000 845.488281 0.000000 0.075485 0.000000 0.997147 0.331447 0.331447 0.331447 +5176.630371 0.000000 844.236267 0.000000 0.414955 0.000000 0.909842 0.334920 0.334920 0.334920 +5122.627930 0.000000 819.488464 0.000000 0.556215 0.000000 0.831039 0.336928 0.336928 0.336928 +5137.493164 0.000000 834.754028 0.000000 0.142090 0.000000 0.989854 0.331156 0.331156 0.331156 +5147.673340 0.000000 843.554565 0.000000 0.582464 0.000000 0.812856 0.336815 0.336815 0.336815 +5160.389160 0.000000 844.411621 0.000000 0.419301 0.000000 0.907847 0.333989 0.333989 0.333989 +5140.141113 0.000000 844.713013 0.000000 0.001990 0.000000 0.999998 0.328478 0.328478 0.328478 +5170.842773 0.000000 865.135559 0.000000 0.148749 0.000000 0.988875 0.333604 0.333604 0.333604 +5162.673340 0.000000 847.409546 0.000000 0.515415 0.000000 0.856941 0.337049 0.337049 0.337049 +5138.190430 0.000000 856.787781 0.000000 0.055248 0.000000 0.998473 0.331394 0.331394 0.331394 +5152.449219 0.000000 873.260925 0.000000 0.005464 0.000000 0.999985 0.331056 0.331056 0.331056 +5164.194824 0.000000 859.343018 0.000000 0.505971 0.000000 0.862551 0.336638 0.336638 0.336638 +5145.283691 0.000000 868.883362 0.000000 0.257819 0.000000 0.966193 0.333345 0.333345 0.333345 +5130.329590 0.000000 871.970215 0.000000 0.244614 0.000000 0.969620 0.333287 0.333287 0.333287 +5126.363770 0.000000 856.778259 0.000000 0.103294 0.000000 0.994651 0.331409 0.331409 0.331409 +5144.535645 0.000000 863.620667 0.000000 0.082324 0.000000 0.996606 0.329517 0.329517 0.329517 +5133.487793 0.000000 857.282288 0.000000 0.234609 0.000000 0.972090 0.331408 0.331408 0.331408 +5161.650879 0.000000 856.552368 0.000000 0.276093 0.000000 0.961131 0.333078 0.333078 0.333078 +5172.657715 0.000000 847.301697 0.000000 0.400658 0.000000 0.916228 0.333701 0.333701 0.333701 +5167.085449 0.000000 886.093750 0.000000 0.559062 0.000000 0.829126 0.337059 0.337059 0.337059 +5156.916016 0.000000 875.328064 0.000000 0.540093 0.000000 0.841605 0.336540 0.336540 0.336540 +5122.199219 0.000000 854.377930 0.000000 0.459321 0.000000 0.888270 0.334998 0.334998 0.334998 +5179.529785 0.000000 847.912598 0.000000 0.364247 0.000000 0.931302 0.333670 0.333670 0.333670 +5172.316895 0.000000 876.391541 0.000000 0.428654 0.000000 0.903469 0.332656 0.332656 0.332656 +5160.284180 0.000000 885.732178 0.000000 0.436415 0.000000 0.899746 0.334451 0.334451 0.334451 +5126.936035 0.000000 850.841431 0.000000 0.529740 0.000000 0.848160 0.335269 0.335269 0.335269 +5151.632324 0.000000 857.934448 0.000000 0.011997 0.000000 0.999928 0.325619 0.325619 0.325619 +5142.338379 0.000000 860.248108 0.000000 0.348620 0.000000 0.937264 0.331479 0.331479 0.331479 +5123.498047 0.000000 848.023193 0.000000 0.550513 0.000000 0.834826 0.334204 0.334204 0.334204 +5141.209473 0.000000 854.127869 0.000000 0.087529 0.000000 0.996162 0.323627 0.323627 0.323627 +5144.030273 0.000000 860.570801 0.000000 0.579110 0.000000 0.815249 0.334842 0.334842 0.334842 +5169.393555 0.000000 871.096191 0.000000 0.020558 0.000000 0.999789 0.324602 0.324602 0.324602 +5187.510742 0.000000 894.193604 0.000000 0.079513 0.000000 0.996834 0.331628 0.331628 0.331628 +5190.028809 0.000000 870.195251 0.000000 0.134851 0.000000 0.990866 0.330181 0.330181 0.330181 +5283.991211 0.000000 806.507751 0.000000 0.575068 0.000000 0.818106 0.338698 0.338698 0.338698 +5260.617676 0.000000 807.428589 0.000000 0.222390 0.000000 0.974958 0.321880 0.321880 0.321880 +5263.446289 0.000000 806.799316 0.000000 0.404029 0.000000 0.914746 0.325075 0.325075 0.325075 +5260.289551 0.000000 804.228638 0.000000 0.183938 0.000000 0.982938 0.319122 0.319122 0.319122 +5261.735352 0.000000 806.449341 0.000000 0.343080 0.000000 0.939306 0.324509 0.324509 0.324509 +5277.510254 0.000000 804.844177 0.000000 0.451357 0.000000 0.892344 0.328421 0.328421 0.328421 +5362.584961 0.000000 818.675476 0.000000 0.346494 0.000000 0.938052 0.336017 0.336017 0.336017 +5345.448730 0.000000 814.078064 0.000000 0.521098 0.000000 0.853497 0.336507 0.336507 0.336507 +5336.795410 0.000000 818.693420 0.000000 0.245727 0.000000 0.969339 0.333301 0.333301 0.333301 +5339.849121 0.000000 817.386841 0.000000 0.560615 0.000000 0.828077 0.334825 0.334825 0.334825 +5354.442383 0.000000 818.832092 0.000000 0.362208 0.000000 0.932097 0.332277 0.332277 0.332277 +5360.395508 0.000000 823.112244 0.000000 0.170165 0.000000 0.985416 0.328962 0.328962 0.328962 +5338.062500 0.000000 817.818848 0.000000 0.225753 0.000000 0.974185 0.329110 0.329110 0.329110 +5355.575684 0.000000 821.511475 0.000000 0.260157 0.000000 0.965566 0.325892 0.325892 0.325892 +5363.609375 0.000000 820.947510 0.000000 0.113751 0.000000 0.993509 0.324096 0.324096 0.324096 +5395.343262 0.000000 785.898010 0.000000 0.143398 0.000000 0.989665 0.324503 0.324503 0.324503 +5427.824219 0.000000 778.631348 0.000000 0.493668 0.000000 0.869650 0.332631 0.332631 0.332631 +5399.599609 0.000000 788.852051 0.000000 0.469921 0.000000 0.882708 0.332138 0.332138 0.332138 +5394.634277 0.000000 779.565552 0.000000 0.079766 0.000000 0.996814 0.321078 0.321078 0.321078 +5565.738281 0.000000 762.546021 0.000000 0.381512 0.000000 0.924364 0.333769 0.333769 0.333769 +5556.706543 0.000000 790.612244 0.000000 0.398170 0.000000 0.917312 0.334678 0.334678 0.334678 +5557.101074 0.000000 779.622375 0.000000 0.389222 0.000000 0.921144 0.333731 0.333731 0.333731 +5554.490723 0.000000 757.086426 0.000000 0.135364 0.000000 0.990796 0.323417 0.323417 0.323417 +5552.943848 0.000000 745.885376 0.000000 0.529078 0.000000 0.848573 0.332912 0.332912 0.332912 +5549.839355 0.000000 760.982666 0.000000 0.028591 0.000000 0.999591 0.325070 0.325070 0.325070 +5561.728516 0.000000 759.691589 0.000000 0.425316 0.000000 0.905045 0.333291 0.333291 0.333291 +5537.478516 0.000000 764.318359 0.000000 0.456950 0.000000 0.889493 0.332375 0.332375 0.332375 +5551.392090 0.000000 755.577087 0.000000 0.006496 0.000000 0.999979 0.325738 0.325738 0.325738 +5550.867676 0.000000 764.756470 0.000000 0.377863 0.000000 0.925862 0.328183 0.328183 0.328183 +5558.848633 0.000000 756.809509 0.000000 0.299089 0.000000 0.954225 0.329961 0.329961 0.329961 +5552.063965 0.000000 760.092896 0.000000 0.530114 0.000000 0.847926 0.332534 0.332534 0.332534 +5553.824707 0.000000 744.782288 0.000000 0.181397 0.000000 0.983410 0.326586 0.326586 0.326586 +5530.203125 0.000000 766.902710 0.000000 0.027182 0.000000 0.999631 0.323496 0.323496 0.323496 +5399.371094 0.000000 833.795166 0.000000 0.097378 0.000000 0.995247 0.332299 0.332299 0.332299 +5393.360840 0.000000 836.941589 0.000000 0.317906 0.000000 0.948122 0.334415 0.334415 0.334415 +5393.493164 0.000000 834.754028 0.000000 0.166945 0.000000 0.985966 0.328974 0.328974 0.328974 +5407.732910 0.000000 843.598022 0.000000 0.231166 0.000000 0.972914 0.327736 0.327736 0.327736 +5402.769531 0.000000 839.454651 0.000000 0.524014 0.000000 0.851709 0.327735 0.327735 0.327735 +5490.216309 0.000000 835.326050 0.000000 0.006902 0.000000 0.999976 0.328682 0.328682 0.328682 +5493.101074 0.000000 836.106750 0.000000 0.508454 0.000000 0.861089 0.333865 0.333865 0.333865 +5494.588867 0.000000 843.964417 0.000000 0.380241 0.000000 0.924888 0.328643 0.328643 0.328643 +5496.427734 0.000000 842.652222 0.000000 0.338921 0.000000 0.940815 0.329716 0.329716 0.329716 +5466.869141 0.000000 812.230164 0.000000 0.394004 0.000000 0.919109 0.331613 0.331613 0.331613 +5463.035156 0.000000 801.218384 0.000000 0.392920 0.000000 0.919573 0.328739 0.328739 0.328739 +5464.470703 0.000000 813.529236 0.000000 0.290706 0.000000 0.956812 0.327035 0.327035 0.327035 +5491.649902 0.000000 843.402893 0.000000 0.103100 0.000000 0.994671 0.317301 0.317301 0.317301 +5487.816406 0.000000 836.569580 0.000000 0.238199 0.000000 0.971216 0.326462 0.326462 0.326462 +5466.696777 0.000000 810.527344 0.000000 0.507212 0.000000 0.861821 0.331391 0.331391 0.331391 +5502.281738 0.000000 843.848816 0.000000 0.217021 0.000000 0.976167 0.320583 0.320583 0.320583 +5498.116699 0.000000 840.097412 0.000000 0.035356 0.000000 0.999375 0.322027 0.322027 0.322027 +5489.121094 0.000000 842.689331 0.000000 0.219867 0.000000 0.975530 0.319939 0.319939 0.319939 +5491.326660 0.000000 838.296997 0.000000 0.082128 0.000000 0.996622 0.321059 0.321059 0.321059 +5496.246582 0.000000 850.122498 0.000000 0.585174 0.000000 0.810908 0.336861 0.336861 0.336861 +5449.808105 0.000000 888.432800 0.000000 0.489203 0.000000 0.872170 0.334815 0.334815 0.334815 +5500.034180 0.000000 895.088867 0.000000 0.139402 0.000000 0.990236 0.327806 0.327806 0.327806 +5462.911621 0.000000 888.255249 0.000000 0.197159 0.000000 0.980372 0.319422 0.319422 0.319422 +5467.739258 0.000000 890.889038 0.000000 0.407106 0.000000 0.913381 0.332140 0.332140 0.332140 +5457.033691 0.000000 887.226501 0.000000 0.015994 0.000000 0.999872 0.317598 0.317598 0.317598 +5455.799805 0.000000 890.329468 0.000000 0.232470 0.000000 0.972604 0.322913 0.322913 0.322913 +5459.881836 0.000000 885.803162 0.000000 0.488586 0.000000 0.872515 0.334064 0.334064 0.334064 +5459.070801 0.000000 890.633423 0.000000 0.483427 0.000000 0.875385 0.333556 0.333556 0.333556 +5503.462891 0.000000 847.615601 0.000000 0.268389 0.000000 0.963311 0.321054 0.321054 0.321054 +5462.025391 0.000000 889.559692 0.000000 0.522419 0.000000 0.852689 0.327248 0.327248 0.327248 +5462.292480 0.000000 878.686218 0.000000 0.426638 0.000000 0.904422 0.328573 0.328573 0.328573 +5503.423340 0.000000 850.740906 0.000000 0.101749 0.000000 0.994810 0.325678 0.325678 0.325678 +5461.323242 0.000000 888.487488 0.000000 0.303207 0.000000 0.952925 0.328484 0.328484 0.328484 +5592.512695 0.000000 798.514160 0.000000 0.502363 0.000000 0.864657 0.330743 0.330743 0.330743 +5591.673828 0.000000 796.737366 0.000000 0.391926 0.000000 0.919997 0.331220 0.331220 0.331220 +5584.278320 0.000000 860.821411 0.000000 0.375401 0.000000 0.926862 0.327461 0.327461 0.327461 +5580.251465 0.000000 854.101746 0.000000 0.580820 0.000000 0.814032 0.336371 0.336371 0.336371 +5578.704590 0.000000 870.008118 0.000000 0.190762 0.000000 0.981636 0.322891 0.322891 0.322891 +5589.452637 0.000000 869.248535 0.000000 0.321918 0.000000 0.946767 0.327734 0.327734 0.327734 +5599.632324 0.000000 857.934448 0.000000 0.514681 0.000000 0.857382 0.334427 0.334427 0.334427 +5575.699707 0.000000 863.120483 0.000000 0.052399 0.000000 0.998626 0.327180 0.327180 0.327180 +5584.004883 0.000000 864.733459 0.000000 0.310216 0.000000 0.950666 0.327019 0.327019 0.327019 +5582.222168 0.000000 870.416443 0.000000 0.184601 0.000000 0.982813 0.324765 0.324765 0.324765 +5585.817871 0.000000 866.426697 0.000000 0.532104 0.000000 0.846679 0.328296 0.328296 0.328296 +5592.030273 0.000000 860.570801 0.000000 0.219679 0.000000 0.975572 0.327893 0.327893 0.327893 +5588.029785 0.000000 851.192383 0.000000 0.298023 0.000000 0.954559 0.323294 0.323294 0.323294 +5577.923828 0.000000 864.860046 0.000000 0.195774 0.000000 0.980649 0.328033 0.328033 0.328033 +5577.676758 0.000000 861.942139 0.000000 0.022187 0.000000 0.999754 0.321854 0.321854 0.321854 +5591.062012 0.000000 863.387329 0.000000 0.477488 0.000000 0.878638 0.330780 0.330780 0.330780 +5575.500488 0.000000 866.562012 0.000000 0.118882 0.000000 0.992908 0.321080 0.321080 0.321080 +5586.397949 0.000000 869.400818 0.000000 0.581346 0.000000 0.813656 0.333308 0.333308 0.333308 +5467.430664 0.000000 944.384644 0.000000 0.283085 0.000000 0.959095 0.328238 0.328238 0.328238 +5623.531250 0.000000 914.353699 0.000000 0.122989 0.000000 0.992408 0.333115 0.333115 0.333115 +5593.505859 0.000000 957.521729 0.000000 0.392707 0.000000 0.919664 0.336435 0.336435 0.336435 +5595.131348 0.000000 919.871155 0.000000 0.010594 0.000000 0.999944 0.331527 0.331527 0.331527 +5598.952637 0.000000 923.262329 0.000000 0.514464 0.000000 0.857512 0.337170 0.337170 0.337170 +5588.832520 0.000000 916.329651 0.000000 0.493919 0.000000 0.869508 0.335860 0.335860 0.335860 +5629.638184 0.000000 923.473206 0.000000 0.376819 0.000000 0.926287 0.333803 0.333803 0.333803 +5581.487793 0.000000 913.766663 0.000000 0.234788 0.000000 0.972047 0.331469 0.331469 0.331469 +5588.141113 0.000000 957.681763 0.000000 0.086189 0.000000 0.996279 0.328986 0.328986 0.328986 +5630.970703 0.000000 926.406006 0.000000 0.563844 0.000000 0.825882 0.335947 0.335947 0.335947 +5630.854492 0.000000 930.333435 0.000000 0.020434 0.000000 0.999791 0.328731 0.328731 0.328731 +5583.228516 0.000000 930.762146 0.000000 0.256508 0.000000 0.966542 0.331379 0.331379 0.331379 +5589.843750 0.000000 954.034729 0.000000 0.317643 0.000000 0.948210 0.331523 0.331523 0.331523 +5578.618164 0.000000 955.193237 0.000000 0.238956 0.000000 0.971030 0.330019 0.330019 0.330019 +5581.340332 0.000000 943.976807 0.000000 0.076132 0.000000 0.997098 0.328582 0.328582 0.328582 +5584.985352 0.000000 925.925842 0.000000 0.490410 0.000000 0.871492 0.334465 0.334465 0.334465 +5628.312988 0.000000 927.504883 0.000000 0.507341 0.000000 0.861746 0.335115 0.335115 0.335115 +5581.317383 0.000000 956.977234 0.000000 0.246768 0.000000 0.969075 0.327599 0.327599 0.327599 +5607.089844 0.000000 919.063110 0.000000 0.467016 0.000000 0.884249 0.334359 0.334359 0.334359 +5584.004883 0.000000 921.217834 0.000000 0.401353 0.000000 0.915923 0.332549 0.332549 0.332549 +5576.986816 0.000000 958.458069 0.000000 0.001214 0.000000 0.999999 0.324902 0.324902 0.324902 +5582.469238 0.000000 922.408569 0.000000 0.296962 0.000000 0.954889 0.330868 0.330868 0.330868 +5585.817871 0.000000 922.911072 0.000000 0.430773 0.000000 0.902460 0.333085 0.333085 0.333085 +5604.276367 0.000000 993.481140 0.000000 0.417075 0.000000 0.908872 0.336845 0.336845 0.336845 +5613.375000 0.000000 985.156067 0.000000 0.065589 0.000000 0.997847 0.332245 0.332245 0.332245 +5596.431641 0.000000 967.742249 0.000000 0.435719 0.000000 0.900083 0.336299 0.336299 0.336299 +5610.288574 0.000000 983.382202 0.000000 0.372063 0.000000 0.928207 0.334772 0.334772 0.334772 +5584.186523 0.000000 979.385620 0.000000 0.433145 0.000000 0.901325 0.335970 0.335970 0.335970 +5593.283691 0.000000 981.852112 0.000000 0.395892 0.000000 0.918297 0.334137 0.334137 0.334137 +5624.346680 0.000000 982.435242 0.000000 0.128070 0.000000 0.991765 0.331725 0.331725 0.331725 +5579.442871 0.000000 978.042969 0.000000 0.269132 0.000000 0.963103 0.333040 0.333040 0.333040 +5609.128906 0.000000 981.100037 0.000000 0.506561 0.000000 0.862204 0.335829 0.335829 0.335829 +5596.838379 0.000000 985.301758 0.000000 0.105270 0.000000 0.994444 0.328489 0.328489 0.328489 +5577.322266 0.000000 979.202026 0.000000 0.176599 0.000000 0.984283 0.331191 0.331191 0.331191 +5600.801270 0.000000 988.549622 0.000000 0.527842 0.000000 0.849343 0.335193 0.335193 0.335193 +5627.815430 0.000000 978.954163 0.000000 0.547338 0.000000 0.836912 0.335920 0.335920 0.335920 +5597.739258 0.000000 981.697449 0.000000 0.379197 0.000000 0.925316 0.331101 0.331101 0.331101 +5610.440430 0.000000 976.443359 0.000000 0.446341 0.000000 0.894863 0.331554 0.331554 0.331554 +5625.360352 0.000000 971.491028 0.000000 0.439282 0.000000 0.898349 0.332837 0.332837 0.332837 +5631.825195 0.000000 973.487000 0.000000 0.382201 0.000000 0.924079 0.330896 0.330896 0.330896 +5595.504395 0.000000 974.212769 0.000000 0.227953 0.000000 0.973672 0.326744 0.326744 0.326744 +5602.087402 0.000000 985.289612 0.000000 0.233914 0.000000 0.972257 0.327083 0.327083 0.327083 +5599.972656 0.000000 984.615356 0.000000 0.076745 0.000000 0.997051 0.326307 0.326307 0.326307 +5610.415039 0.000000 979.852539 0.000000 0.502203 0.000000 0.864750 0.333752 0.333752 0.333752 +5618.132324 0.000000 979.655518 0.000000 0.085386 0.000000 0.996348 0.324367 0.324367 0.324367 +5625.112305 0.000000 966.824646 0.000000 0.400007 0.000000 0.916512 0.331615 0.331615 0.331615 +5575.434570 0.000000 970.977966 0.000000 0.067230 0.000000 0.997738 0.325761 0.325761 0.325761 +5631.462891 0.000000 960.584351 0.000000 0.124748 0.000000 0.992188 0.326630 0.326630 0.326630 +5620.080566 0.000000 973.427917 0.000000 0.504691 0.000000 0.863300 0.334297 0.334297 0.334297 +5626.082520 0.000000 964.458862 0.000000 0.330136 0.000000 0.943933 0.329453 0.329453 0.329453 +5600.594727 0.000000 979.872803 0.000000 0.033406 0.000000 0.999442 0.323133 0.323133 0.323133 +5602.977539 0.000000 974.733826 0.000000 0.557660 0.000000 0.830070 0.332802 0.332802 0.332802 +5615.029785 0.000000 974.477905 0.000000 0.233953 0.000000 0.972248 0.328250 0.328250 0.328250 +5590.338379 0.000000 973.216858 0.000000 0.495109 0.000000 0.868831 0.331647 0.331647 0.331647 +5597.380859 0.000000 979.632019 0.000000 0.404194 0.000000 0.914673 0.330628 0.330628 0.330628 +5594.692383 0.000000 972.685303 0.000000 0.383917 0.000000 0.923368 0.330361 0.330361 0.330361 +5625.144531 0.000000 961.849670 0.000000 0.450369 0.000000 0.892843 0.333124 0.333124 0.333124 +5624.379395 0.000000 974.615173 0.000000 0.267184 0.000000 0.963646 0.327389 0.327389 0.327389 +5573.431641 0.000000 971.011047 0.000000 0.321098 0.000000 0.947046 0.329077 0.329077 0.329077 +5598.394531 0.000000 978.280701 0.000000 0.532628 0.000000 0.846349 0.332806 0.332806 0.332806 +5600.240234 0.000000 974.204224 0.000000 0.000689 0.000000 1.000000 0.324207 0.324207 0.324207 +5596.286133 0.000000 981.919922 0.000000 0.221625 0.000000 0.975132 0.328456 0.328456 0.328456 +5575.015137 0.000000 968.456482 0.000000 0.142204 0.000000 0.989837 0.326727 0.326727 0.326727 +5572.588867 0.000000 969.871826 0.000000 0.306490 0.000000 0.951874 0.327883 0.327883 0.327883 +5599.813965 0.000000 983.272827 0.000000 0.283592 0.000000 0.958945 0.328807 0.328807 0.328807 +5596.436523 0.000000 976.837219 0.000000 0.358117 0.000000 0.933677 0.329371 0.329371 0.329371 +5603.032227 0.000000 977.870483 0.000000 0.341252 0.000000 0.939972 0.329757 0.329757 0.329757 +5606.074219 0.000000 970.080933 0.000000 0.557861 0.000000 0.829934 0.332849 0.332849 0.332849 +5630.025391 0.000000 963.362488 0.000000 0.384469 0.000000 0.923138 0.329548 0.329548 0.329548 +5612.345703 0.000000 970.950928 0.000000 0.492093 0.000000 0.870542 0.331540 0.331540 0.331540 +5616.205566 0.000000 1073.177490 0.000000 0.228313 0.000000 0.973588 0.335008 0.335008 0.335008 +5605.982422 0.000000 1066.980591 0.000000 0.191865 0.000000 0.981421 0.334470 0.334470 0.334470 +5530.979980 0.000000 1115.035889 0.000000 0.108052 0.000000 0.994145 0.333578 0.333578 0.333578 +5522.127930 0.000000 1142.963501 0.000000 0.206023 0.000000 0.978547 0.334633 0.334633 0.334633 +5519.130859 0.000000 1225.543701 0.000000 0.491442 0.000000 0.870910 0.338131 0.338131 0.338131 +5545.563477 0.000000 1212.662842 0.000000 0.499146 0.000000 0.866518 0.338185 0.338185 0.338185 +5530.979980 0.000000 1228.004639 0.000000 0.299425 0.000000 0.954120 0.335777 0.335777 0.335777 +5567.958008 0.000000 1207.070923 0.000000 0.324177 0.000000 0.945996 0.336015 0.336015 0.336015 +5575.671387 0.000000 1211.028442 0.000000 0.496225 0.000000 0.868194 0.338193 0.338193 0.338193 +5516.978516 0.000000 1299.876587 0.000000 0.555344 0.000000 0.831621 0.338974 0.338974 0.338974 +5653.208496 0.000000 943.629211 0.000000 0.273925 0.000000 0.961751 0.334800 0.334800 0.334800 +5667.666992 0.000000 940.236206 0.000000 0.098625 0.000000 0.995125 0.331671 0.331671 0.331671 +5660.947754 0.000000 933.821838 0.000000 0.090314 0.000000 0.995913 0.331438 0.331438 0.331438 +5646.979980 0.000000 928.590149 0.000000 0.164090 0.000000 0.986445 0.332555 0.332555 0.332555 +5665.062500 0.000000 955.823914 0.000000 0.037831 0.000000 0.999284 0.330577 0.330577 0.330577 +5655.935547 0.000000 940.805115 0.000000 0.135612 0.000000 0.990762 0.331571 0.331571 0.331571 +5659.203125 0.000000 943.067688 0.000000 0.437793 0.000000 0.899076 0.334521 0.334521 0.334521 +5663.373535 0.000000 947.183105 0.000000 0.277845 0.000000 0.960626 0.331638 0.331638 0.331638 +5664.607910 0.000000 942.840637 0.000000 0.431122 0.000000 0.902294 0.334910 0.334910 0.334910 +5659.528320 0.000000 938.289185 0.000000 0.068818 0.000000 0.997629 0.328215 0.328215 0.328215 +5653.008301 0.000000 932.855042 0.000000 0.577056 0.000000 0.816705 0.336555 0.336555 0.336555 +5636.035156 0.000000 966.454102 0.000000 0.425091 0.000000 0.905151 0.331211 0.331211 0.331211 +5632.371582 0.000000 965.319214 0.000000 0.129832 0.000000 0.991536 0.326209 0.326209 0.326209 +5635.050781 0.000000 963.628662 0.000000 0.463577 0.000000 0.886057 0.332067 0.332067 0.332067 +5632.233887 0.000000 973.677612 0.000000 0.121691 0.000000 0.992568 0.328352 0.328352 0.328352 +5632.369629 0.000000 971.136292 0.000000 0.054447 0.000000 0.998517 0.326880 0.326880 0.326880 +5634.970703 0.000000 969.682007 0.000000 0.499502 0.000000 0.866313 0.333337 0.333337 0.333337 +5668.952637 0.000000 1113.680054 0.000000 0.333509 0.000000 0.942747 0.331986 0.331986 0.331986 +5664.607910 0.000000 1112.293823 0.000000 0.414545 0.000000 0.910029 0.333815 0.333815 0.333815 +5669.379395 0.000000 1110.089722 0.000000 0.010247 0.000000 0.999947 0.320205 0.320205 0.320205 +5662.521973 0.000000 1106.648926 0.000000 0.572305 0.000000 0.820041 0.328577 0.328577 0.328577 +5710.033691 0.000000 1079.094116 0.000000 0.189030 0.000000 0.981971 0.330758 0.330758 0.330758 +7431.408691 0.000000 469.712524 0.000000 0.209986 0.000000 0.977704 0.332422 0.332422 0.332422 7430.475098 0.000000 466.465637 0.000000 0.003259 0.000000 0.999995 0.328770 0.328770 0.328770 7455.330566 0.000000 484.296082 0.000000 0.210774 0.000000 0.977535 0.331424 0.331424 0.331424 7432.953125 0.000000 477.805695 0.000000 0.328682 0.000000 0.944441 0.331534 0.331534 0.331534 @@ -16,6 +292,7 @@ 7430.267578 0.000000 476.315063 0.000000 0.347135 0.000000 0.937815 0.330498 0.330498 0.330498 7459.658203 0.000000 492.430359 0.000000 0.404809 0.000000 0.914401 0.329177 0.329177 0.329177 7424.042480 0.000000 508.366699 0.000000 0.073623 0.000000 0.997286 0.330378 0.330378 0.330378 +4224.894531 0.000000 2289.675049 0.000000 0.410428 0.000000 0.911893 0.335808 0.335808 0.335808 "} object={ name="oak_generator_2_1" @@ -24,13 +301,299 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_02_mesh" - count=6 - transform="7406.880859 0.000000 502.410583 0.000000 0.803922 0.000000 0.594735 0.341596 0.341596 0.341596 + count=292 + transform="4990.582031 0.000000 862.132690 0.000000 0.915455 0.000000 0.402420 0.344626 0.344626 0.344626 +4985.678223 0.000000 862.387268 0.000000 0.728141 0.000000 0.685428 0.339805 0.339805 0.339805 +4985.814453 0.000000 866.108093 0.000000 0.700681 0.000000 0.713475 0.338407 0.338407 0.338407 +5040.023926 0.000000 843.316284 0.000000 0.814881 0.000000 0.579628 0.342518 0.342518 0.342518 +5004.457520 0.000000 842.557190 0.000000 0.899710 0.000000 0.436489 0.344336 0.344336 0.344336 +5037.836426 0.000000 843.414001 0.000000 0.703021 0.000000 0.711169 0.338835 0.338835 0.338835 +5097.260742 0.000000 835.003418 0.000000 0.856807 0.000000 0.515637 0.343751 0.343751 0.343751 +5094.962402 0.000000 834.961182 0.000000 0.601703 0.000000 0.798720 0.337712 0.337712 0.337712 +5080.641113 0.000000 846.505737 0.000000 0.774869 0.000000 0.632122 0.340642 0.340642 0.340642 +5094.819824 0.000000 843.032959 0.000000 0.621577 0.000000 0.783353 0.337771 0.337771 0.337771 +5077.917480 0.000000 835.043518 0.000000 0.750046 0.000000 0.661386 0.339676 0.339676 0.339676 +5099.722656 0.000000 846.104492 0.000000 0.843361 0.000000 0.537347 0.341747 0.341747 0.341747 +5075.070801 0.000000 834.149048 0.000000 0.858992 0.000000 0.511989 0.342133 0.342133 0.342133 +5096.653320 0.000000 836.423828 0.000000 0.938025 0.000000 0.346567 0.344526 0.344526 0.344526 +5010.190430 0.000000 856.787781 0.000000 0.704337 0.000000 0.709866 0.340172 0.340172 0.340172 +5014.628418 0.000000 877.292847 0.000000 0.877071 0.000000 0.480361 0.343586 0.343586 0.343586 +4998.724121 0.000000 880.773132 0.000000 0.870463 0.000000 0.492233 0.343412 0.343412 0.343412 +5050.462402 0.000000 864.335693 0.000000 0.877341 0.000000 0.479867 0.343549 0.343549 0.343549 +5004.526855 0.000000 870.311462 0.000000 0.616656 0.000000 0.787232 0.338359 0.338359 0.338359 +5015.408203 0.000000 859.103821 0.000000 0.807023 0.000000 0.590520 0.341279 0.341279 0.341279 +4994.822754 0.000000 881.233765 0.000000 0.836386 0.000000 0.548141 0.342624 0.342624 0.342624 +5052.013184 0.000000 862.130371 0.000000 0.616363 0.000000 0.787463 0.337482 0.337482 0.337482 +5014.077637 0.000000 864.440308 0.000000 0.752476 0.000000 0.658619 0.340199 0.340199 0.340199 +5002.235840 0.000000 890.949829 0.000000 0.943921 0.000000 0.330172 0.345575 0.345575 0.345575 +5012.805176 0.000000 847.333130 0.000000 0.797504 0.000000 0.603313 0.341738 0.341738 0.341738 +4994.311035 0.000000 883.876709 0.000000 0.921672 0.000000 0.387969 0.344708 0.344708 0.344708 +5054.582031 0.000000 862.132690 0.000000 0.886633 0.000000 0.462474 0.343341 0.343341 0.343341 +5035.095215 0.000000 861.584290 0.000000 0.668433 0.000000 0.743773 0.338091 0.338091 0.338091 +5033.650879 0.000000 856.552368 0.000000 0.732979 0.000000 0.680252 0.340293 0.340293 0.340293 +5015.885254 0.000000 873.045715 0.000000 0.712194 0.000000 0.701983 0.339461 0.339461 0.339461 +5023.330566 0.000000 879.686707 0.000000 0.697948 0.000000 0.716148 0.338979 0.338979 0.338979 +4992.712402 0.000000 865.486633 0.000000 0.943918 0.000000 0.330180 0.345472 0.345472 0.345472 +5013.422363 0.000000 871.620483 0.000000 0.709942 0.000000 0.704260 0.339417 0.339417 0.339417 +5052.271484 0.000000 855.778931 0.000000 0.729336 0.000000 0.684156 0.339565 0.339565 0.339565 +5091.991211 0.000000 862.992126 0.000000 0.622567 0.000000 0.782566 0.339555 0.339555 0.339555 +5102.042969 0.000000 853.120300 0.000000 0.784845 0.000000 0.619693 0.341532 0.341532 0.341532 +5107.634277 0.000000 889.993469 0.000000 0.630678 0.000000 0.776044 0.339288 0.339288 0.339288 +5117.032715 0.000000 869.453674 0.000000 0.927811 0.000000 0.373050 0.345257 0.345257 0.345257 +5081.706543 0.000000 860.904968 0.000000 0.756470 0.000000 0.654028 0.340532 0.340532 0.340532 +5112.473633 0.000000 855.396362 0.000000 0.750446 0.000000 0.660931 0.340473 0.340473 0.340473 +5067.442871 0.000000 865.074219 0.000000 0.781373 0.000000 0.624064 0.340755 0.340755 0.340755 +5062.363770 0.000000 856.778259 0.000000 0.883775 0.000000 0.467912 0.343788 0.343788 0.343788 +5084.928223 0.000000 865.145691 0.000000 0.883997 0.000000 0.467492 0.343284 0.343284 0.343284 +5080.535645 0.000000 863.620667 0.000000 0.828787 0.000000 0.559564 0.341775 0.341775 0.341775 +5062.070312 0.000000 854.305603 0.000000 0.635389 0.000000 0.772192 0.338590 0.338590 0.338590 +5060.756836 0.000000 866.058838 0.000000 0.892787 0.000000 0.450479 0.343099 0.343099 0.343099 +5058.199219 0.000000 854.377930 0.000000 0.763091 0.000000 0.646291 0.340268 0.340268 0.340268 +5085.739258 0.000000 868.728699 0.000000 0.920151 0.000000 0.391563 0.344551 0.344551 0.344551 +5101.587891 0.000000 855.037903 0.000000 0.945938 0.000000 0.324347 0.345382 0.345382 0.345382 +5098.257812 0.000000 849.528076 0.000000 0.615229 0.000000 0.788348 0.335677 0.335677 0.335677 +5108.916016 0.000000 854.628662 0.000000 0.674800 0.000000 0.738001 0.338068 0.338068 0.338068 +5129.063965 0.000000 821.243225 0.000000 0.764885 0.000000 0.644167 0.341866 0.341866 0.341866 +5132.457520 0.000000 842.557190 0.000000 0.608095 0.000000 0.793864 0.338781 0.338781 0.338781 +5123.510742 0.000000 837.709229 0.000000 0.598730 0.000000 0.800951 0.338434 0.338434 0.338434 +5126.395508 0.000000 820.836914 0.000000 0.715017 0.000000 0.699107 0.340327 0.340327 0.340327 +5134.650879 0.000000 841.122070 0.000000 0.948561 0.000000 0.316595 0.345904 0.345904 0.345904 +5182.390625 0.000000 846.541809 0.000000 0.859454 0.000000 0.511213 0.342850 0.342850 0.342850 +5122.552734 0.000000 846.857483 0.000000 0.721640 0.000000 0.692269 0.339277 0.339277 0.339277 +5179.305664 0.000000 840.560242 0.000000 0.911039 0.000000 0.412320 0.343891 0.343891 0.343891 +5177.072754 0.000000 840.898315 0.000000 0.783350 0.000000 0.621580 0.341003 0.341003 0.341003 +5126.997070 0.000000 831.038208 0.000000 0.807103 0.000000 0.590410 0.340894 0.340894 0.340894 +5125.832520 0.000000 822.646912 0.000000 0.663724 0.000000 0.747978 0.337928 0.337928 0.337928 +5186.552734 0.000000 846.857483 0.000000 0.912416 0.000000 0.409265 0.344087 0.344087 0.344087 +5172.365234 0.000000 886.531860 0.000000 0.896845 0.000000 0.442344 0.344735 0.344735 0.344735 +5182.624512 0.000000 856.085754 0.000000 0.935262 0.000000 0.353956 0.345606 0.345606 0.345606 +5160.974609 0.000000 858.787170 0.000000 0.703912 0.000000 0.710287 0.340199 0.340199 0.340199 +5155.104004 0.000000 855.807739 0.000000 0.787859 0.000000 0.615856 0.341536 0.341536 0.341536 +5150.608887 0.000000 852.805298 0.000000 0.705328 0.000000 0.708881 0.339845 0.339845 0.339845 +5144.795410 0.000000 875.177795 0.000000 0.949772 0.000000 0.312944 0.345967 0.345967 0.345967 +5177.460938 0.000000 847.368896 0.000000 0.745607 0.000000 0.666385 0.339931 0.339931 0.339931 +5131.442871 0.000000 865.074219 0.000000 0.676808 0.000000 0.736160 0.339336 0.339336 0.339336 +5139.362793 0.000000 875.253479 0.000000 0.848127 0.000000 0.529792 0.342706 0.342706 0.342706 +5125.141602 0.000000 872.771851 0.000000 0.911974 0.000000 0.410248 0.344072 0.344072 0.344072 +5126.070312 0.000000 854.305603 0.000000 0.941431 0.000000 0.337206 0.345176 0.345176 0.345176 +5179.739258 0.000000 851.772278 0.000000 0.786218 0.000000 0.617949 0.341269 0.341269 0.341269 +5163.311523 0.000000 872.413391 0.000000 0.734338 0.000000 0.678784 0.339699 0.339699 0.339699 +5126.912598 0.000000 847.267273 0.000000 0.746264 0.000000 0.665650 0.339117 0.339117 0.339117 +5171.561035 0.000000 873.527527 0.000000 0.697864 0.000000 0.716230 0.338803 0.338803 0.338803 +5135.854980 0.000000 853.795349 0.000000 0.915591 0.000000 0.402111 0.343383 0.343383 0.343383 +5173.385254 0.000000 877.872864 0.000000 0.866663 0.000000 0.498895 0.341967 0.341967 0.341967 +5172.777832 0.000000 880.213684 0.000000 0.924430 0.000000 0.381352 0.344103 0.344103 0.344103 +5141.272461 0.000000 855.635193 0.000000 0.808194 0.000000 0.588917 0.338803 0.338803 0.338803 +5188.248535 0.000000 868.565491 0.000000 0.866086 0.000000 0.499895 0.342727 0.342727 0.342727 +5259.929688 0.000000 802.787109 0.000000 0.699131 0.000000 0.714993 0.340603 0.340603 0.340603 +5295.882812 0.000000 795.804932 0.000000 0.653314 0.000000 0.757087 0.330864 0.330864 0.330864 +5262.469238 0.000000 809.439819 0.000000 0.767380 0.000000 0.641193 0.339174 0.339174 0.339174 +5275.236816 0.000000 808.268127 0.000000 0.789458 0.000000 0.613804 0.337209 0.337209 0.337209 +5334.478027 0.000000 825.674561 0.000000 0.915890 0.000000 0.401429 0.345290 0.345290 0.345290 +5357.375000 0.000000 815.702942 0.000000 0.791339 0.000000 0.611378 0.342240 0.342240 0.342240 +5334.628418 0.000000 820.808472 0.000000 0.882263 0.000000 0.470757 0.344004 0.344004 0.344004 +5346.111328 0.000000 822.396423 0.000000 0.874301 0.000000 0.485384 0.342981 0.342981 0.342981 +5339.528320 0.000000 825.320435 0.000000 0.615009 0.000000 0.788520 0.335792 0.335792 0.335792 +5361.909180 0.000000 822.622559 0.000000 0.659693 0.000000 0.751535 0.337219 0.337219 0.337219 +5346.087402 0.000000 815.836487 0.000000 0.632804 0.000000 0.774312 0.337464 0.337464 0.337464 +5355.765137 0.000000 820.065552 0.000000 0.704744 0.000000 0.709462 0.335458 0.335458 0.335458 +5365.385254 0.000000 821.388489 0.000000 0.597966 0.000000 0.801521 0.334928 0.334928 0.334928 +5344.608398 0.000000 822.312561 0.000000 0.868392 0.000000 0.495878 0.341250 0.341250 0.341250 +5350.014160 0.000000 821.609924 0.000000 0.910293 0.000000 0.413965 0.342746 0.342746 0.342746 +5355.008789 0.000000 817.330750 0.000000 0.854204 0.000000 0.519938 0.341042 0.341042 0.341042 +5353.341797 0.000000 819.431213 0.000000 0.949594 0.000000 0.313482 0.344428 0.344428 0.344428 +5348.029297 0.000000 865.818420 0.000000 0.750468 0.000000 0.660907 0.340316 0.340316 0.340316 +5404.944336 0.000000 770.164246 0.000000 0.799194 0.000000 0.601073 0.341407 0.341407 0.341407 +5422.671387 0.000000 780.751343 0.000000 0.923464 0.000000 0.383684 0.344443 0.344443 0.344443 +5396.141113 0.000000 788.228638 0.000000 0.621811 0.000000 0.783167 0.335456 0.335456 0.335456 +5388.080078 0.000000 765.585693 0.000000 0.753500 0.000000 0.657448 0.337807 0.337807 0.337807 +5397.101562 0.000000 780.747925 0.000000 0.789592 0.000000 0.613632 0.335280 0.335280 0.335280 +5398.981445 0.000000 762.521423 0.000000 0.644169 0.000000 0.764883 0.336417 0.336417 0.336417 +5409.433594 0.000000 770.100464 0.000000 0.927791 0.000000 0.373100 0.343318 0.343318 0.343318 +5389.021484 0.000000 766.925903 0.000000 0.697461 0.000000 0.716623 0.337853 0.337853 0.337853 +5421.641602 0.000000 750.653870 0.000000 0.622677 0.000000 0.782479 0.334924 0.334924 0.334924 +5399.955566 0.000000 768.087463 0.000000 0.930195 0.000000 0.367067 0.342085 0.342085 0.342085 +5392.398438 0.000000 779.353333 0.000000 0.780704 0.000000 0.624901 0.339000 0.339000 0.339000 +5390.835449 0.000000 763.937500 0.000000 0.938039 0.000000 0.346529 0.344326 0.344326 0.344326 +5396.196289 0.000000 783.059204 0.000000 0.869378 0.000000 0.494148 0.341713 0.341713 0.341713 +5398.383789 0.000000 781.308716 0.000000 0.590035 0.000000 0.807378 0.334851 0.334851 0.334851 +5403.559082 0.000000 770.186218 0.000000 0.735541 0.000000 0.677481 0.334748 0.334748 0.334748 +5467.595215 0.000000 784.820618 0.000000 0.945185 0.000000 0.326535 0.345771 0.345771 0.345771 +5557.860840 0.000000 782.363342 0.000000 0.689786 0.000000 0.724013 0.339813 0.339813 0.339813 +5528.795410 0.000000 762.209045 0.000000 0.720583 0.000000 0.693368 0.339791 0.339791 0.339791 +5532.947754 0.000000 764.368713 0.000000 0.941428 0.000000 0.337215 0.345417 0.345417 0.345417 +5551.135742 0.000000 750.352966 0.000000 0.721146 0.000000 0.692783 0.338698 0.338698 0.338698 +5544.688965 0.000000 758.697388 0.000000 0.935547 0.000000 0.353203 0.345079 0.345079 0.345079 +5547.960938 0.000000 756.399109 0.000000 0.846711 0.000000 0.532053 0.341029 0.341029 0.341029 +5556.679199 0.000000 753.986206 0.000000 0.646543 0.000000 0.762877 0.337755 0.337755 0.337755 +5537.433594 0.000000 770.100464 0.000000 0.602629 0.000000 0.798021 0.334054 0.334054 0.334054 +5529.034668 0.000000 766.243408 0.000000 0.883209 0.000000 0.468979 0.342173 0.342173 0.342173 +5547.765137 0.000000 763.581177 0.000000 0.839375 0.000000 0.543553 0.340886 0.340886 0.340886 +5543.989746 0.000000 760.200745 0.000000 0.912029 0.000000 0.410125 0.343446 0.343446 0.343446 +5534.190918 0.000000 771.350708 0.000000 0.838376 0.000000 0.545092 0.339522 0.339522 0.339522 +5554.132324 0.000000 753.718018 0.000000 0.917982 0.000000 0.396622 0.340913 0.340913 0.340913 +5560.412109 0.000000 789.342957 0.000000 0.646056 0.000000 0.763290 0.336683 0.336683 0.336683 +5553.393555 0.000000 758.127441 0.000000 0.729831 0.000000 0.683628 0.336023 0.336023 0.336023 +5558.203613 0.000000 774.627319 0.000000 0.640005 0.000000 0.768371 0.335988 0.335988 0.335988 +5527.838867 0.000000 765.320557 0.000000 0.863691 0.000000 0.504022 0.341461 0.341461 0.341461 +5547.575684 0.000000 765.027100 0.000000 0.735731 0.000000 0.677274 0.335469 0.335469 0.335469 +5540.309082 0.000000 763.682922 0.000000 0.646828 0.000000 0.762636 0.333515 0.333515 0.333515 +5547.008789 0.000000 760.846375 0.000000 0.944296 0.000000 0.329098 0.344506 0.344506 0.344506 +5536.342773 0.000000 769.342285 0.000000 0.934075 0.000000 0.357076 0.343890 0.343890 0.343890 +5407.328613 0.000000 841.103149 0.000000 0.609897 0.000000 0.792481 0.337929 0.337929 0.337929 +5409.680176 0.000000 846.609009 0.000000 0.873164 0.000000 0.487426 0.342081 0.342081 0.342081 +5397.917480 0.000000 835.043518 0.000000 0.668864 0.000000 0.743384 0.336671 0.336671 0.336671 +5394.634277 0.000000 836.049927 0.000000 0.703071 0.000000 0.711119 0.336348 0.336348 0.336348 +5398.249023 0.000000 847.148438 0.000000 0.848842 0.000000 0.528646 0.340923 0.340923 0.340923 +5400.351074 0.000000 842.911621 0.000000 0.828444 0.000000 0.560071 0.338910 0.338910 0.338910 +5483.601562 0.000000 843.681335 0.000000 0.693621 0.000000 0.720340 0.339247 0.339247 0.339247 +5490.394043 0.000000 842.903015 0.000000 0.876968 0.000000 0.480549 0.338831 0.338831 0.338831 +5465.598145 0.000000 814.412842 0.000000 0.775612 0.000000 0.631210 0.336421 0.336421 0.336421 +5487.350098 0.000000 845.524292 0.000000 0.808277 0.000000 0.588803 0.339465 0.339465 0.339465 +5467.504395 0.000000 804.759644 0.000000 0.776860 0.000000 0.629673 0.334823 0.334823 0.334823 +5465.304688 0.000000 791.774963 0.000000 0.683610 0.000000 0.729847 0.336632 0.336632 0.336632 +5461.452637 0.000000 812.764160 0.000000 0.762106 0.000000 0.647452 0.340062 0.340062 0.340062 +5467.120117 0.000000 792.729919 0.000000 0.719528 0.000000 0.694464 0.338966 0.338966 0.338966 +5501.535645 0.000000 844.956787 0.000000 0.660562 0.000000 0.750772 0.337088 0.337088 0.337088 +5490.861328 0.000000 846.298706 0.000000 0.730824 0.000000 0.682566 0.338184 0.338184 0.338184 +5465.632324 0.000000 805.998779 0.000000 0.937035 0.000000 0.349235 0.342051 0.342051 0.342051 +5462.351074 0.000000 809.521667 0.000000 0.598080 0.000000 0.801436 0.331722 0.331722 0.331722 +5500.104492 0.000000 844.434998 0.000000 0.820464 0.000000 0.571698 0.340747 0.340747 0.340747 +5464.230957 0.000000 805.789978 0.000000 0.594035 0.000000 0.804439 0.329173 0.329173 0.329173 +5486.953613 0.000000 844.180786 0.000000 0.676720 0.000000 0.736240 0.336153 0.336153 0.336153 +5493.900391 0.000000 842.156006 0.000000 0.613978 0.000000 0.789323 0.329730 0.329730 0.329730 +5464.795410 0.000000 875.177795 0.000000 0.729470 0.000000 0.684013 0.340720 0.340720 0.340720 +5503.976562 0.000000 897.881042 0.000000 0.909109 0.000000 0.416558 0.344162 0.344162 0.344162 +5453.139648 0.000000 890.810303 0.000000 0.695514 0.000000 0.718512 0.337742 0.337742 0.337742 +5458.979980 0.000000 887.279419 0.000000 0.808896 0.000000 0.587952 0.340911 0.340911 0.340911 +5461.917480 0.000000 891.527893 0.000000 0.927273 0.000000 0.374385 0.344317 0.344317 0.344317 +5451.557617 0.000000 887.213379 0.000000 0.784762 0.000000 0.619797 0.338727 0.338727 0.338727 +5448.627441 0.000000 887.290100 0.000000 0.932037 0.000000 0.362364 0.344200 0.344200 0.344200 +5502.871094 0.000000 890.776123 0.000000 0.906889 0.000000 0.421369 0.341810 0.341810 0.341810 +5494.041992 0.000000 847.307922 0.000000 0.830172 0.000000 0.557507 0.337702 0.337702 0.337702 +5460.063965 0.000000 888.139893 0.000000 0.890374 0.000000 0.455229 0.341947 0.341947 0.341947 +5469.948242 0.000000 888.385986 0.000000 0.755487 0.000000 0.655164 0.334082 0.334082 0.334082 +5449.022461 0.000000 890.332886 0.000000 0.793557 0.000000 0.608496 0.339311 0.339311 0.339311 +5461.353516 0.000000 883.155396 0.000000 0.760532 0.000000 0.649300 0.334254 0.334254 0.334254 +5496.311035 0.000000 891.917725 0.000000 0.706860 0.000000 0.707353 0.332492 0.332492 0.332492 +5508.298828 0.000000 846.679688 0.000000 0.940459 0.000000 0.339906 0.344348 0.344348 0.344348 +5588.029785 0.000000 794.708008 0.000000 0.795395 0.000000 0.606091 0.338223 0.338223 0.338223 +5508.166992 0.000000 896.030212 0.000000 0.725345 0.000000 0.688386 0.338191 0.338191 0.338191 +5585.436523 0.000000 871.134644 0.000000 0.657524 0.000000 0.753434 0.339152 0.339152 0.339152 +5596.928223 0.000000 865.145691 0.000000 0.875353 0.000000 0.483484 0.343474 0.343474 0.343474 +5585.219727 0.000000 858.724365 0.000000 0.845621 0.000000 0.533783 0.341095 0.341095 0.341095 +5604.749023 0.000000 856.635132 0.000000 0.862995 0.000000 0.505213 0.339703 0.339703 0.339703 +5584.985352 0.000000 869.441467 0.000000 0.792436 0.000000 0.609955 0.338364 0.338364 0.338364 +5601.519531 0.000000 855.126587 0.000000 0.767686 0.000000 0.640826 0.338239 0.338239 0.338239 +5587.835449 0.000000 868.152710 0.000000 0.762979 0.000000 0.646423 0.337655 0.337655 0.337655 +5580.241699 0.000000 849.530457 0.000000 0.919844 0.000000 0.392283 0.342427 0.342427 0.342427 +5586.461914 0.000000 863.846313 0.000000 0.930867 0.000000 0.365358 0.343676 0.343676 0.343676 +5591.560547 0.000000 864.791443 0.000000 0.938600 0.000000 0.345006 0.344152 0.344152 0.344152 +5588.575195 0.000000 865.769653 0.000000 0.727531 0.000000 0.686075 0.333153 0.333153 0.333153 +5583.028809 0.000000 860.371521 0.000000 0.805074 0.000000 0.593174 0.338903 0.338903 0.338903 +5467.443848 0.000000 936.014954 0.000000 0.775217 0.000000 0.631695 0.339724 0.339724 0.339724 +5467.528320 0.000000 938.289185 0.000000 0.891991 0.000000 0.452053 0.341249 0.341249 0.341249 +5453.021484 0.000000 936.379028 0.000000 0.844739 0.000000 0.535178 0.341365 0.341365 0.341365 +5467.559082 0.000000 939.639343 0.000000 0.701094 0.000000 0.713069 0.335190 0.335190 0.335190 +5575.671387 0.000000 928.606567 0.000000 0.667959 0.000000 0.744198 0.340576 0.340576 0.340576 +5574.507812 0.000000 955.841125 0.000000 0.740362 0.000000 0.672208 0.340467 0.340467 0.340467 +5626.637207 0.000000 930.683716 0.000000 0.773243 0.000000 0.634109 0.341328 0.341328 0.341328 +5579.616211 0.000000 933.091125 0.000000 0.632772 0.000000 0.774338 0.338392 0.338392 0.338392 +5615.447754 0.000000 916.435669 0.000000 0.935626 0.000000 0.352992 0.345161 0.345161 0.345161 +5591.408203 0.000000 915.588196 0.000000 0.680221 0.000000 0.733007 0.339576 0.339576 0.339576 +5629.125000 0.000000 956.229248 0.000000 0.876846 0.000000 0.480771 0.343405 0.343405 0.343405 +5611.095215 0.000000 918.068665 0.000000 0.929627 0.000000 0.368502 0.344575 0.344575 0.344575 +5582.033691 0.000000 909.640991 0.000000 0.941233 0.000000 0.337758 0.345364 0.345364 0.345364 +5580.773926 0.000000 937.934021 0.000000 0.749006 0.000000 0.662563 0.339590 0.339590 0.339590 +5578.663574 0.000000 958.334961 0.000000 0.647784 0.000000 0.761824 0.335356 0.335356 0.335356 +5585.688477 0.000000 931.976807 0.000000 0.750587 0.000000 0.660772 0.339593 0.339593 0.339593 +5583.354980 0.000000 949.972107 0.000000 0.618556 0.000000 0.785740 0.335981 0.335981 0.335981 +5579.568848 0.000000 959.703308 0.000000 0.938594 0.000000 0.345025 0.344044 0.344044 0.344044 +5585.775879 0.000000 951.323242 0.000000 0.652477 0.000000 0.757809 0.335648 0.335648 0.335648 +5601.491699 0.000000 966.129639 0.000000 0.890159 0.000000 0.455651 0.343902 0.343902 0.343902 +5613.942871 0.000000 982.175232 0.000000 0.764374 0.000000 0.644774 0.340877 0.340877 0.340877 +5629.638184 0.000000 979.957581 0.000000 0.935911 0.000000 0.352238 0.345156 0.345156 0.345156 +5570.944824 0.000000 977.630310 0.000000 0.740152 0.000000 0.672439 0.339786 0.339786 0.339786 +5601.365723 0.000000 970.409241 0.000000 0.715410 0.000000 0.698705 0.338914 0.338914 0.338914 +5572.756836 0.000000 979.027588 0.000000 0.734395 0.000000 0.678723 0.339994 0.339994 0.339994 +5604.916016 0.000000 988.296814 0.000000 0.943785 0.000000 0.330559 0.345231 0.345231 0.345231 +5595.966309 0.000000 969.847473 0.000000 0.920733 0.000000 0.390193 0.344343 0.344343 0.344343 +5625.678223 0.000000 975.356018 0.000000 0.659849 0.000000 0.751398 0.335217 0.335217 0.335217 +5618.709961 0.000000 974.324219 0.000000 0.650917 0.000000 0.759149 0.336668 0.336668 0.336668 +5603.093262 0.000000 982.610474 0.000000 0.915385 0.000000 0.402579 0.343284 0.343284 0.343284 +5583.854980 0.000000 966.764099 0.000000 0.652084 0.000000 0.758147 0.337895 0.337895 0.337895 +5575.620605 0.000000 966.463623 0.000000 0.905124 0.000000 0.425149 0.342652 0.342652 0.342652 +5607.089844 0.000000 975.547485 0.000000 0.883492 0.000000 0.468445 0.342289 0.342289 0.342289 +5586.442383 0.000000 975.251038 0.000000 0.800479 0.000000 0.599360 0.339948 0.339948 0.339948 +5602.375977 0.000000 976.677124 0.000000 0.780901 0.000000 0.624654 0.338828 0.338828 0.338828 +5579.316406 0.000000 961.151428 0.000000 0.950275 0.000000 0.311412 0.344604 0.344604 0.344604 +5627.993164 0.000000 976.777954 0.000000 0.891643 0.000000 0.452738 0.342775 0.342775 0.342775 +5620.078125 0.000000 976.905090 0.000000 0.881229 0.000000 0.472689 0.341396 0.341396 0.341396 +5610.439941 0.000000 972.458191 0.000000 0.831532 0.000000 0.555477 0.340017 0.340017 0.340017 +5625.206055 0.000000 969.860901 0.000000 0.943947 0.000000 0.330097 0.345076 0.345076 0.345076 +5568.233887 0.000000 973.677612 0.000000 0.635101 0.000000 0.772429 0.336079 0.336079 0.336079 +5613.531250 0.000000 978.627502 0.000000 0.906996 0.000000 0.421139 0.343144 0.343144 0.343144 +5603.595703 0.000000 980.346252 0.000000 0.895387 0.000000 0.445288 0.342701 0.342701 0.342701 +5615.392090 0.000000 981.514587 0.000000 0.847000 0.000000 0.531594 0.341576 0.341576 0.341576 +5578.378418 0.000000 972.095764 0.000000 0.737182 0.000000 0.675694 0.337456 0.337456 0.337456 +5601.699219 0.000000 973.664612 0.000000 0.627889 0.000000 0.778303 0.336166 0.336166 0.336166 +5605.106445 0.000000 972.832336 0.000000 0.884945 0.000000 0.465695 0.341598 0.341598 0.341598 +5593.045410 0.000000 972.126221 0.000000 0.715818 0.000000 0.698287 0.336626 0.336626 0.336626 +5617.542480 0.000000 981.663147 0.000000 0.681609 0.000000 0.731717 0.337197 0.337197 0.337197 +5605.374023 0.000000 966.200928 0.000000 0.773183 0.000000 0.634183 0.339225 0.339225 0.339225 +5616.663086 0.000000 978.890320 0.000000 0.730024 0.000000 0.683422 0.337245 0.337245 0.337245 +5576.161133 0.000000 972.355774 0.000000 0.933722 0.000000 0.357999 0.343666 0.343666 0.343666 +5614.908691 0.000000 971.543823 0.000000 0.894115 0.000000 0.447837 0.342047 0.342047 0.342047 +5629.294434 0.000000 975.749817 0.000000 0.728475 0.000000 0.685072 0.337998 0.337998 0.337998 +5600.868164 0.000000 976.605774 0.000000 0.732903 0.000000 0.680333 0.337055 0.337055 0.337055 +5579.583984 0.000000 963.792053 0.000000 0.664377 0.000000 0.747398 0.336428 0.336428 0.336428 +5612.311035 0.000000 973.823608 0.000000 0.719826 0.000000 0.694154 0.337497 0.337497 0.337497 +5591.035156 0.000000 970.671509 0.000000 0.935347 0.000000 0.353733 0.344171 0.344171 0.344171 +5573.597656 0.000000 973.701965 0.000000 0.868826 0.000000 0.495118 0.341197 0.341197 0.341197 +5573.475098 0.000000 968.510620 0.000000 0.593376 0.000000 0.804926 0.333569 0.333569 0.333569 +5625.981445 0.000000 965.861938 0.000000 0.783070 0.000000 0.621934 0.338417 0.338417 0.338417 +5594.979980 0.000000 1115.035889 0.000000 0.715821 0.000000 0.698284 0.341287 0.341287 0.341287 +5594.122559 0.000000 1084.011475 0.000000 0.813372 0.000000 0.581743 0.342947 0.342947 0.342947 +5498.807129 0.000000 1192.826416 0.000000 0.640168 0.000000 0.768235 0.340163 0.340163 0.340163 +5569.318848 0.000000 1168.575928 0.000000 0.843086 0.000000 0.537779 0.343649 0.343649 0.343649 +5580.978516 0.000000 1130.423462 0.000000 0.821133 0.000000 0.570736 0.343180 0.343180 0.343180 +5552.205566 0.000000 1242.630615 0.000000 0.674142 0.000000 0.738602 0.340706 0.340706 0.340706 +5541.982422 0.000000 1236.433716 0.000000 0.902286 0.000000 0.431139 0.344995 0.344995 0.344995 +5468.793945 0.000000 1245.498047 0.000000 0.793888 0.000000 0.608064 0.342690 0.342690 0.342690 +5448.407715 0.000000 1250.468628 0.000000 0.820854 0.000000 0.571138 0.343121 0.343121 0.343121 +5532.793945 0.000000 1301.982422 0.000000 0.889837 0.000000 0.456279 0.344701 0.344701 0.344701 +5669.098633 0.000000 946.620972 0.000000 0.826005 0.000000 0.563662 0.342858 0.342858 0.342858 +5655.371094 0.000000 946.763916 0.000000 0.718760 0.000000 0.695258 0.340663 0.340663 0.340663 +5665.099609 0.000000 937.699707 0.000000 0.860485 0.000000 0.509476 0.343367 0.343367 0.343367 +5655.191895 0.000000 949.640625 0.000000 0.682681 0.000000 0.730717 0.339869 0.339869 0.339869 +5656.795410 0.000000 931.662170 0.000000 0.625875 0.000000 0.779923 0.338510 0.338510 0.338510 +5651.362793 0.000000 931.737854 0.000000 0.766736 0.000000 0.641963 0.340742 0.340742 0.340742 +5652.821777 0.000000 934.860962 0.000000 0.816843 0.000000 0.576860 0.341108 0.341108 0.341108 +5660.720215 0.000000 944.259155 0.000000 0.630915 0.000000 0.775852 0.337080 0.337080 0.337080 +5632.144043 0.000000 932.150208 0.000000 0.890059 0.000000 0.455845 0.343238 0.343238 0.343238 +5640.309570 0.000000 932.543274 0.000000 0.698627 0.000000 0.715486 0.338156 0.338156 0.338156 +5632.043457 0.000000 928.001038 0.000000 0.749516 0.000000 0.661986 0.339064 0.339064 0.339064 +5634.500488 0.000000 979.978455 0.000000 0.751839 0.000000 0.659346 0.341728 0.341728 0.341728 +5643.486816 0.000000 968.794006 0.000000 0.705588 0.000000 0.708622 0.340297 0.340297 0.340297 +5641.084961 0.000000 971.052246 0.000000 0.829584 0.000000 0.558382 0.342494 0.342494 0.342494 +5632.523438 0.000000 961.890442 0.000000 0.674271 0.000000 0.738484 0.336679 0.336679 0.336679 +5632.016113 0.000000 968.886902 0.000000 0.910166 0.000000 0.414243 0.343058 0.343058 0.343058 +5633.598145 0.000000 963.800171 0.000000 0.775250 0.000000 0.631654 0.338112 0.338112 0.338112 +5719.398438 0.000000 1072.519043 0.000000 0.714195 0.000000 0.699947 0.333504 0.333504 0.333504 +5668.099609 0.000000 1111.520874 0.000000 0.752260 0.000000 0.658866 0.336267 0.336267 0.336267 +5656.422363 0.000000 1102.903320 0.000000 0.898812 0.000000 0.438335 0.342308 0.342308 0.342308 +5668.830078 0.000000 1108.130859 0.000000 0.887328 0.000000 0.461140 0.342504 0.342504 0.342504 +5667.658203 0.000000 1113.758423 0.000000 0.742670 0.000000 0.669657 0.335382 0.335382 0.335382 +5666.421875 0.000000 1109.695068 0.000000 0.814972 0.000000 0.579500 0.336227 0.336227 0.336227 +5664.813965 0.000000 1111.057861 0.000000 0.652131 0.000000 0.758106 0.332332 0.332332 0.332332 +5711.104980 0.000000 1076.105713 0.000000 0.747960 0.000000 0.663744 0.337316 0.337316 0.337316 +7406.880859 0.000000 502.410583 0.000000 0.803922 0.000000 0.594735 0.341596 0.341596 0.341596 7440.278320 0.000000 472.594269 0.000000 0.856861 0.000000 0.515547 0.341646 0.341646 0.341646 7430.595703 0.000000 477.874084 0.000000 0.915788 0.000000 0.401662 0.343373 0.343373 0.343373 7454.348145 0.000000 482.213409 0.000000 0.890567 0.000000 0.454852 0.340964 0.340964 0.340964 7458.454102 0.000000 492.896240 0.000000 0.826274 0.000000 0.563269 0.339204 0.339204 0.339204 7429.575684 0.000000 473.223511 0.000000 0.657050 0.000000 0.753847 0.332951 0.332951 0.332951 +4232.173828 0.000000 2281.641357 0.000000 0.694480 0.000000 0.719512 0.339474 0.339474 0.339474 "} object={ name="oak_generator_2_2" @@ -39,8 +602,280 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_03_mesh" - count=8 - transform="7408.748535 0.000000 509.771667 0.000000 0.993844 0.000000 0.110790 0.348254 0.348254 0.348254 + count=280 + transform="4979.016113 0.000000 868.116760 0.000000 0.979922 0.000000 0.199379 0.347483 0.347483 0.347483 +4986.637207 0.000000 874.199341 0.000000 0.990600 0.000000 -0.136793 0.351757 0.351757 0.351757 +4984.654297 0.000000 864.478577 0.000000 0.959866 0.000000 0.280460 0.345939 0.345939 0.345939 +5039.868652 0.000000 839.192200 0.000000 0.989402 0.000000 -0.145204 0.351738 0.351738 0.351738 +5037.386719 0.000000 845.488281 0.000000 0.999383 0.000000 -0.035118 0.350451 0.350451 0.350451 +5006.604980 0.000000 838.358215 0.000000 0.991025 0.000000 -0.133680 0.351740 0.351740 0.351740 +5006.650879 0.000000 841.122070 0.000000 0.997307 0.000000 0.073339 0.349028 0.349028 0.349028 +5013.101562 0.000000 837.232300 0.000000 0.977967 0.000000 -0.208759 0.352977 0.352977 0.352977 +5092.276367 0.000000 824.028015 0.000000 0.998824 0.000000 0.048484 0.349428 0.349428 0.349428 +5077.208496 0.000000 830.660461 0.000000 0.998964 0.000000 -0.045518 0.350529 0.350529 0.350529 +5117.507812 0.000000 840.558044 0.000000 0.993999 0.000000 0.109392 0.348650 0.348650 0.348650 +5090.735840 0.000000 830.434326 0.000000 0.999552 0.000000 0.029938 0.349627 0.349627 0.349627 +5091.689941 0.000000 842.382874 0.000000 0.996833 0.000000 0.079524 0.348939 0.348939 0.348939 +5099.601562 0.000000 843.681335 0.000000 0.952015 0.000000 0.306051 0.345665 0.345665 0.345665 +5076.436035 0.000000 833.053101 0.000000 0.966813 0.000000 -0.255485 0.353307 0.353307 0.353307 +5105.314941 0.000000 833.479492 0.000000 0.986930 0.000000 -0.161148 0.352150 0.352150 0.352150 +5099.407227 0.000000 835.009277 0.000000 0.975612 0.000000 0.219503 0.346935 0.346935 0.346935 +5096.389160 0.000000 844.411621 0.000000 0.999705 0.000000 -0.024276 0.350329 0.350329 0.350329 +5079.416992 0.000000 838.714050 0.000000 0.997135 0.000000 -0.075640 0.351045 0.351045 0.351045 +5007.831543 0.000000 851.437500 0.000000 0.973349 0.000000 -0.229327 0.352871 0.352871 0.352871 +4992.009766 0.000000 889.458130 0.000000 0.992148 0.000000 0.125069 0.348461 0.348461 0.348461 +5027.104004 0.000000 855.807739 0.000000 0.967434 0.000000 0.253125 0.346858 0.346858 0.346858 +5017.681152 0.000000 881.043091 0.000000 0.959846 0.000000 -0.280528 0.353640 0.353640 0.353640 +5012.994629 0.000000 849.818298 0.000000 0.978576 0.000000 -0.205884 0.352627 0.352627 0.352627 +5004.083496 0.000000 892.779480 0.000000 0.989418 0.000000 -0.145095 0.351838 0.351838 0.351838 +5030.469727 0.000000 873.859680 0.000000 0.984898 0.000000 0.173134 0.347689 0.347689 0.347689 +5048.639160 0.000000 852.237976 0.000000 0.976273 0.000000 -0.216542 0.352832 0.352832 0.352832 +5015.068359 0.000000 851.776794 0.000000 0.990003 0.000000 0.141047 0.348059 0.348059 0.348059 +5025.491699 0.000000 853.160889 0.000000 0.978392 0.000000 0.206757 0.347134 0.347134 0.347134 +5026.111328 0.000000 878.880798 0.000000 0.980299 0.000000 -0.197520 0.352597 0.352597 0.352597 +4997.141602 0.000000 872.771851 0.000000 0.997317 0.000000 -0.073206 0.350967 0.350967 0.350967 +5021.291016 0.000000 889.608154 0.000000 0.961998 0.000000 0.273056 0.345988 0.345988 0.345988 +5020.838379 0.000000 872.333008 0.000000 0.993506 0.000000 -0.113782 0.351629 0.351629 0.351629 +4997.729492 0.000000 889.294495 0.000000 0.958679 0.000000 -0.284491 0.353794 0.353794 0.353794 +4996.248535 0.000000 868.565491 0.000000 0.999388 0.000000 0.034985 0.349528 0.349528 0.349528 +5003.263184 0.000000 883.827942 0.000000 0.960633 0.000000 0.277820 0.346138 0.346138 0.346138 +5037.585449 0.000000 857.698730 0.000000 0.990760 0.000000 -0.135626 0.351843 0.351843 0.351843 +5021.739258 0.000000 868.728699 0.000000 0.985051 0.000000 -0.172264 0.352398 0.352398 0.352398 +5020.979980 0.000000 862.544800 0.000000 0.986232 0.000000 -0.165367 0.352279 0.352279 0.352279 +5017.598145 0.000000 870.897217 0.000000 0.995216 0.000000 -0.097701 0.351415 0.351415 0.351415 +5049.360352 0.000000 858.522278 0.000000 0.979350 0.000000 -0.202171 0.352819 0.352819 0.352819 +4992.597656 0.000000 867.732910 0.000000 0.985402 0.000000 -0.170241 0.352437 0.352437 0.352437 +5042.490723 0.000000 870.055176 0.000000 0.987238 0.000000 0.159250 0.347799 0.347799 0.347799 +5007.325195 0.000000 882.274048 0.000000 0.957831 0.000000 -0.287332 0.354036 0.354036 0.354036 +5019.504395 0.000000 861.244019 0.000000 0.984838 0.000000 -0.173477 0.352453 0.352453 0.352453 +5017.304688 0.000000 848.259338 0.000000 0.957365 0.000000 0.288880 0.345877 0.345877 0.345877 +5019.849121 0.000000 873.871216 0.000000 0.999112 0.000000 0.042134 0.349396 0.349396 0.349396 +5021.614258 0.000000 878.993530 0.000000 0.998228 0.000000 0.059508 0.349136 0.349136 0.349136 +5112.315430 0.000000 884.274597 0.000000 0.980223 0.000000 0.197896 0.347554 0.347554 0.347554 +5082.987305 0.000000 847.354431 0.000000 0.997947 0.000000 -0.064041 0.350809 0.350809 0.350809 +5104.746582 0.000000 850.503296 0.000000 0.999598 0.000000 -0.028367 0.350369 0.350369 0.350369 +5076.832520 0.000000 859.845276 0.000000 0.997994 0.000000 0.063303 0.349192 0.349192 0.349192 +5113.460938 0.000000 847.368896 0.000000 0.998872 0.000000 0.047484 0.349400 0.349400 0.349400 +5059.913086 0.000000 858.202148 0.000000 0.970389 0.000000 -0.241547 0.353283 0.353283 0.353283 +5076.805176 0.000000 847.333130 0.000000 0.998856 0.000000 0.047826 0.349377 0.349377 0.349377 +5103.339355 0.000000 847.511658 0.000000 0.999615 0.000000 0.027752 0.349630 0.349630 0.349630 +5058.944824 0.000000 864.661560 0.000000 0.998023 0.000000 -0.062845 0.350816 0.350816 0.350816 +5117.382324 0.000000 877.567932 0.000000 0.994595 0.000000 -0.103834 0.351500 0.351500 0.351500 +5113.360352 0.000000 858.522278 0.000000 0.999488 0.000000 0.031996 0.349553 0.349553 0.349553 +5119.462891 0.000000 847.615601 0.000000 0.996997 0.000000 -0.077437 0.351246 0.351246 0.351246 +5060.846680 0.000000 862.172913 0.000000 0.987765 0.000000 0.155947 0.347578 0.347578 0.347578 +5123.505371 0.000000 834.207397 0.000000 0.962963 0.000000 -0.269635 0.353173 0.353173 0.353173 +5143.371094 0.000000 833.795166 0.000000 0.999562 0.000000 -0.029588 0.350353 0.350353 0.350353 +5138.230469 0.000000 828.816772 0.000000 0.964274 0.000000 0.264907 0.346580 0.346580 0.346580 +5132.083496 0.000000 836.295105 0.000000 0.954774 0.000000 -0.297332 0.353812 0.353812 0.353812 +5183.976562 0.000000 841.396667 0.000000 0.988740 0.000000 -0.149645 0.351943 0.351943 0.351943 +5166.693848 0.000000 822.839905 0.000000 0.969657 0.000000 -0.244470 0.353291 0.353291 0.353291 +5172.706543 0.000000 847.096619 0.000000 0.970068 0.000000 -0.242835 0.353451 0.353451 0.353451 +5139.576660 0.000000 826.232849 0.000000 0.956259 0.000000 -0.292522 0.353943 0.353943 0.353943 +5128.237305 0.000000 838.807800 0.000000 0.991825 0.000000 0.127609 0.348267 0.348267 0.348267 +5167.436035 0.000000 825.502625 0.000000 0.984127 0.000000 -0.177463 0.352557 0.352557 0.352557 +5125.572266 0.000000 837.712036 0.000000 0.974788 0.000000 -0.223132 0.353156 0.353156 0.353156 +5142.911621 0.000000 831.770874 0.000000 0.981299 0.000000 0.192491 0.347267 0.347267 0.347267 +5135.799805 0.000000 833.845093 0.000000 0.957729 0.000000 -0.287671 0.354118 0.354118 0.354118 +5121.017578 0.000000 873.958679 0.000000 0.964748 0.000000 -0.263175 0.353083 0.353083 0.353083 +5156.276367 0.000000 880.512390 0.000000 0.969520 0.000000 0.245011 0.347145 0.347145 0.347145 +5170.318359 0.000000 847.471497 0.000000 0.959541 0.000000 -0.281567 0.353454 0.353454 0.353454 +5158.535645 0.000000 876.773743 0.000000 0.999507 0.000000 -0.031393 0.350373 0.350373 0.350373 +5126.424805 0.000000 867.625793 0.000000 0.951191 0.000000 -0.308604 0.353742 0.353742 0.353742 +5152.618164 0.000000 850.631226 0.000000 0.992989 0.000000 0.118210 0.348540 0.348540 0.348540 +5148.431641 0.000000 854.773499 0.000000 0.991071 0.000000 0.133338 0.348352 0.348352 0.348352 +5158.337891 0.000000 861.001770 0.000000 0.969383 0.000000 0.245554 0.346792 0.346792 0.346792 +5176.346680 0.000000 869.466492 0.000000 0.995974 0.000000 -0.089640 0.351173 0.351173 0.351173 +5146.165527 0.000000 855.523376 0.000000 0.967033 0.000000 0.254650 0.346456 0.346456 0.346456 +5130.166504 0.000000 853.779236 0.000000 0.998097 0.000000 -0.061665 0.350860 0.350860 0.350860 +5160.179688 0.000000 875.450256 0.000000 0.992010 0.000000 0.126158 0.348292 0.348292 0.348292 +5121.654297 0.000000 861.623779 0.000000 0.992987 0.000000 0.118224 0.348302 0.348302 0.348302 +5165.537598 0.000000 887.655273 0.000000 0.980102 0.000000 -0.198494 0.352794 0.352794 0.352794 +5177.129395 0.000000 886.084229 0.000000 0.994605 0.000000 -0.103734 0.351453 0.351453 0.351453 +5182.854492 0.000000 873.849060 0.000000 0.999979 0.000000 0.006548 0.349909 0.349909 0.349909 +5147.877441 0.000000 858.756531 0.000000 0.992841 0.000000 0.119440 0.348091 0.348091 0.348091 +5175.822754 0.000000 878.558777 0.000000 0.999982 0.000000 -0.005943 0.350094 0.350094 0.350094 +5131.316406 0.000000 848.182678 0.000000 0.998844 0.000000 -0.048072 0.350746 0.350746 0.350746 +5164.147461 0.000000 862.901001 0.000000 0.990355 0.000000 -0.138555 0.352217 0.352217 0.352217 +5146.692383 0.000000 859.716553 0.000000 0.996893 0.000000 -0.078764 0.351257 0.351257 0.351257 +5142.733398 0.000000 856.036743 0.000000 0.993893 0.000000 -0.110352 0.351817 0.351817 0.351817 +5191.914551 0.000000 849.102539 0.000000 0.968665 0.000000 0.248372 0.347050 0.347050 0.347050 +5272.535645 0.000000 807.136292 0.000000 0.983268 0.000000 -0.182164 0.352361 0.352361 0.352361 +5278.816895 0.000000 805.219055 0.000000 0.989626 0.000000 -0.143665 0.351921 0.351921 0.351921 +5259.039062 0.000000 807.037659 0.000000 0.987671 0.000000 0.156543 0.347205 0.347205 0.347205 +5277.938965 0.000000 807.314697 0.000000 0.993843 0.000000 -0.110795 0.351858 0.351858 0.351858 +5275.790527 0.000000 809.534790 0.000000 0.997640 0.000000 0.068664 0.348670 0.348670 0.348670 +5294.633301 0.000000 795.497131 0.000000 0.975616 0.000000 0.219485 0.345069 0.345069 0.345069 +5345.099609 0.000000 824.730957 0.000000 0.979386 0.000000 -0.201997 0.352470 0.352470 0.352470 +5340.947754 0.000000 820.853088 0.000000 0.983321 0.000000 0.181880 0.347675 0.347675 0.347675 +5366.158691 0.000000 822.841003 0.000000 0.989921 0.000000 -0.141622 0.351844 0.351844 0.351844 +5352.199219 0.000000 821.627197 0.000000 0.959841 0.000000 0.280545 0.345068 0.345068 0.345068 +5352.567383 0.000000 825.464539 0.000000 0.984828 0.000000 -0.173534 0.352637 0.352637 0.352637 +5342.945801 0.000000 819.245178 0.000000 0.988365 0.000000 0.152102 0.347865 0.347865 0.347865 +5347.500488 0.000000 818.365784 0.000000 0.977785 0.000000 -0.209612 0.353893 0.353893 0.353893 +5339.529297 0.000000 821.467163 0.000000 0.967367 0.000000 0.253378 0.345602 0.345602 0.345602 +5349.085938 0.000000 817.152161 0.000000 0.997810 0.000000 0.066143 0.348809 0.348809 0.348809 +5352.256348 0.000000 864.113342 0.000000 0.999945 0.000000 0.010498 0.349824 0.349824 0.349824 +5417.204590 0.000000 770.858215 0.000000 0.999702 0.000000 -0.024402 0.350306 0.350306 0.350306 +5425.314941 0.000000 776.995117 0.000000 0.985472 0.000000 -0.169838 0.352431 0.352431 0.352431 +5412.682129 0.000000 758.086243 0.000000 0.991421 0.000000 0.130708 0.348036 0.348036 0.348036 +5426.216309 0.000000 778.841675 0.000000 0.995777 0.000000 0.091809 0.348486 0.348486 0.348486 +5422.245605 0.000000 754.219421 0.000000 0.999933 0.000000 -0.011571 0.350199 0.350199 0.350199 +5401.034668 0.000000 766.243408 0.000000 0.956724 0.000000 0.290998 0.344066 0.344066 0.344066 +5406.190918 0.000000 771.350708 0.000000 0.989972 0.000000 -0.141261 0.352310 0.352310 0.352310 +5422.203125 0.000000 757.818237 0.000000 0.974141 0.000000 0.225941 0.345927 0.345927 0.345927 +5425.542480 0.000000 755.725647 0.000000 0.956717 0.000000 -0.291020 0.356399 0.356399 0.356399 +5424.663086 0.000000 752.952820 0.000000 0.990888 0.000000 0.134687 0.347763 0.347763 0.347763 +5394.425781 0.000000 783.149048 0.000000 0.975723 0.000000 -0.219008 0.353762 0.353762 0.353762 +5422.644531 0.000000 779.293091 0.000000 0.981964 0.000000 -0.189069 0.353889 0.353889 0.353889 +5544.199219 0.000000 765.142822 0.000000 0.974700 0.000000 -0.223518 0.353142 0.353142 0.353142 +5547.311523 0.000000 759.444641 0.000000 0.952712 0.000000 -0.303875 0.356084 0.356084 0.356084 +5559.893555 0.000000 777.801636 0.000000 0.999782 0.000000 0.020869 0.349597 0.349597 0.349597 +5538.087402 0.000000 759.352112 0.000000 0.993706 0.000000 -0.112017 0.351952 0.351952 0.351952 +5560.471680 0.000000 774.752991 0.000000 0.998346 0.000000 -0.057489 0.350910 0.350910 0.350910 +5553.237305 0.000000 747.503479 0.000000 0.959063 0.000000 -0.283192 0.354692 0.354692 0.354692 +5553.135254 0.000000 761.133789 0.000000 0.994977 0.000000 0.100106 0.348270 0.348270 0.348270 +5558.485352 0.000000 759.711121 0.000000 0.993082 0.000000 -0.117427 0.351815 0.351815 0.351815 +5549.470215 0.000000 762.523926 0.000000 0.951247 0.000000 0.308432 0.344192 0.344192 0.344192 +5536.608398 0.000000 765.828186 0.000000 0.978943 0.000000 -0.204132 0.353305 0.353305 0.353305 +5539.030762 0.000000 758.191223 0.000000 0.999918 0.000000 -0.012791 0.350222 0.350222 0.350222 +5542.782227 0.000000 762.306519 0.000000 0.995559 0.000000 -0.094143 0.351779 0.351779 0.351779 +5526.292480 0.000000 765.717468 0.000000 0.978758 0.000000 0.205019 0.346662 0.346662 0.346662 +5550.671387 0.000000 767.833496 0.000000 0.974844 0.000000 0.222889 0.345767 0.345767 0.345767 +5548.409668 0.000000 760.325317 0.000000 0.997361 0.000000 -0.072599 0.351175 0.351175 0.351175 +5537.315918 0.000000 766.989929 0.000000 0.999593 0.000000 -0.028535 0.350521 0.350521 0.350521 +5534.521973 0.000000 767.742615 0.000000 0.987751 0.000000 -0.156041 0.352731 0.352731 0.352731 +5555.413574 0.000000 753.847473 0.000000 0.998909 0.000000 -0.046689 0.351041 0.351041 0.351041 +5551.984863 0.000000 767.877258 0.000000 0.961679 0.000000 -0.274178 0.355230 0.355230 0.355230 +5535.082031 0.000000 770.444580 0.000000 0.978638 0.000000 -0.205591 0.353763 0.353763 0.353763 +5396.141113 0.000000 844.713013 0.000000 0.994510 0.000000 0.104640 0.348374 0.348374 0.348374 +5406.288086 0.000000 845.243652 0.000000 0.998165 0.000000 0.060555 0.349079 0.349079 0.349079 +5402.529785 0.000000 846.188110 0.000000 0.999918 0.000000 0.012830 0.349803 0.349803 0.349803 +5397.101562 0.000000 837.232300 0.000000 0.997723 0.000000 0.067450 0.348723 0.348723 0.348723 +5401.774414 0.000000 840.480469 0.000000 0.991662 0.000000 -0.128865 0.352518 0.352518 0.352518 +5398.444824 0.000000 842.480042 0.000000 0.958762 0.000000 0.284211 0.344599 0.344599 0.344599 +5397.894043 0.000000 844.055054 0.000000 0.996343 0.000000 0.085448 0.348673 0.348673 0.348673 +5398.383789 0.000000 837.793091 0.000000 0.981926 0.000000 -0.189267 0.353145 0.353145 0.353145 +5463.885254 0.000000 816.561340 0.000000 0.962775 0.000000 -0.270303 0.353707 0.353707 0.353707 +5492.072754 0.000000 839.284424 0.000000 0.966212 0.000000 -0.257750 0.355809 0.355809 0.355809 +5462.338379 0.000000 803.763733 0.000000 0.999899 0.000000 0.014216 0.349786 0.349786 0.349786 +5463.560547 0.000000 808.307068 0.000000 0.999970 0.000000 -0.007736 0.350152 0.350152 0.350152 +5465.909180 0.000000 807.867554 0.000000 0.990869 0.000000 0.134830 0.346987 0.346987 0.346987 +5494.238281 0.000000 847.143311 0.000000 0.999160 0.000000 0.040969 0.349148 0.349148 0.349148 +5485.470215 0.000000 838.065552 0.000000 0.999796 0.000000 0.020177 0.349598 0.349598 0.349598 +5489.352051 0.000000 843.914917 0.000000 0.999737 0.000000 0.022923 0.349489 0.349489 0.349489 +5464.874512 0.000000 808.796387 0.000000 0.990758 0.000000 0.135640 0.346968 0.346968 0.346968 +5467.236816 0.000000 808.268127 0.000000 0.987215 0.000000 0.159394 0.346433 0.346433 0.346433 +5488.927734 0.000000 835.797180 0.000000 0.992945 0.000000 0.118579 0.347902 0.347902 0.347902 +5502.841797 0.000000 845.313538 0.000000 0.968893 0.000000 -0.247481 0.355572 0.355572 0.355572 +5492.147949 0.000000 845.943481 0.000000 0.999173 0.000000 -0.040664 0.350906 0.350906 0.350906 +5498.264648 0.000000 841.419189 0.000000 0.995057 0.000000 -0.099307 0.351812 0.351812 0.351812 +5490.113770 0.000000 836.536621 0.000000 0.995186 0.000000 0.098000 0.347813 0.347813 0.347813 +5448.237305 0.000000 895.292175 0.000000 0.990340 0.000000 -0.138658 0.352072 0.352072 0.352072 +5448.076660 0.000000 891.319031 0.000000 0.999024 0.000000 -0.044163 0.350722 0.350722 0.350722 +5468.720215 0.000000 887.774780 0.000000 0.974196 0.000000 -0.225702 0.353899 0.353899 0.353899 +5460.841797 0.000000 881.831726 0.000000 0.962464 0.000000 0.271408 0.345821 0.345821 0.345821 +5455.354980 0.000000 893.487732 0.000000 0.993787 0.000000 -0.111301 0.352105 0.352105 0.352105 +5502.913574 0.000000 893.304138 0.000000 0.985356 0.000000 0.170509 0.347342 0.347342 0.347342 +5465.742188 0.000000 876.316895 0.000000 0.955081 0.000000 -0.296345 0.355179 0.355179 0.355179 +5463.838867 0.000000 878.289307 0.000000 0.983020 0.000000 0.183501 0.346501 0.346501 0.346501 +5500.926270 0.000000 851.108643 0.000000 0.999998 0.000000 -0.001805 0.350032 0.350032 0.350032 +5454.943359 0.000000 887.860168 0.000000 0.981109 0.000000 0.193457 0.345662 0.345662 0.345662 +5563.529785 0.000000 791.428223 0.000000 0.999655 0.000000 -0.026246 0.350397 0.350397 0.350397 +5509.809082 0.000000 846.264465 0.000000 0.960040 0.000000 0.279864 0.345378 0.345378 0.345378 +5509.961426 0.000000 897.898499 0.000000 0.959888 0.000000 -0.280382 0.354420 0.354420 0.354420 +5596.979980 0.000000 862.544800 0.000000 0.994978 0.000000 -0.100093 0.351410 0.351410 0.351410 +5578.618164 0.000000 860.809998 0.000000 0.953999 0.000000 0.299809 0.343215 0.343215 0.343215 +5595.504395 0.000000 861.244019 0.000000 0.999943 0.000000 -0.010722 0.350178 0.350178 0.350178 +5603.182129 0.000000 854.031982 0.000000 0.954690 0.000000 -0.297601 0.354687 0.354687 0.354687 +5578.378418 0.000000 859.127014 0.000000 0.964902 0.000000 -0.262611 0.355062 0.355062 0.355062 +5606.707031 0.000000 855.822937 0.000000 0.955744 0.000000 0.294199 0.345355 0.345355 0.345355 +5579.761719 0.000000 871.675293 0.000000 0.980817 0.000000 0.194933 0.346143 0.346143 0.346143 +5574.813965 0.000000 869.029663 0.000000 0.964572 0.000000 -0.263820 0.354677 0.354677 0.354677 +5572.081543 0.000000 867.235413 0.000000 0.999826 0.000000 0.018640 0.349673 0.349673 0.349673 +5580.183105 0.000000 856.920898 0.000000 0.999143 0.000000 -0.041390 0.350843 0.350843 0.350843 +5576.409180 0.000000 862.085083 0.000000 0.960879 0.000000 0.276968 0.343747 0.343747 0.343747 +5629.292480 0.000000 916.308960 0.000000 0.968388 0.000000 -0.249450 0.352930 0.352930 0.352930 +5606.346680 0.000000 958.007690 0.000000 0.988817 0.000000 0.149133 0.348130 0.348130 0.348130 +5597.020508 0.000000 916.580383 0.000000 0.999880 0.000000 0.015519 0.349805 0.349805 0.349805 +5593.916992 0.000000 948.516174 0.000000 0.999279 0.000000 0.037967 0.349514 0.349514 0.349514 +5580.526855 0.000000 926.795837 0.000000 0.993227 0.000000 -0.116192 0.351526 0.351526 0.351526 +5612.194824 0.000000 915.827393 0.000000 0.995573 0.000000 0.093993 0.348795 0.348795 0.348795 +5589.235840 0.000000 923.611084 0.000000 0.962331 0.000000 0.271882 0.346427 0.346427 0.346427 +5613.942871 0.000000 925.690857 0.000000 0.961598 0.000000 0.274462 0.346490 0.346490 0.346490 +5621.428223 0.000000 921.591248 0.000000 0.969631 0.000000 0.244574 0.346535 0.346535 0.346535 +5586.498535 0.000000 907.567993 0.000000 0.994481 0.000000 0.104915 0.348586 0.348586 0.348586 +5581.872070 0.000000 932.152466 0.000000 0.968521 0.000000 -0.248931 0.353473 0.353473 0.353473 +5583.325195 0.000000 938.758423 0.000000 0.992695 0.000000 -0.120648 0.351691 0.351691 0.351691 +5580.919922 0.000000 953.785706 0.000000 0.994349 0.000000 0.106162 0.348406 0.348406 0.348406 +5584.790527 0.000000 911.905334 0.000000 0.999997 0.000000 -0.002311 0.350034 0.350034 0.350034 +5587.070801 0.000000 947.117798 0.000000 0.998527 0.000000 -0.054265 0.350863 0.350863 0.350863 +5622.403320 0.000000 923.435791 0.000000 0.979726 0.000000 0.200343 0.347030 0.347030 0.347030 +5565.252441 0.000000 970.660706 0.000000 0.997629 0.000000 -0.068827 0.350915 0.350915 0.350915 +5578.351562 0.000000 981.113342 0.000000 0.998957 0.000000 0.045652 0.349465 0.349465 0.349465 +5602.111328 0.000000 991.849548 0.000000 0.976726 0.000000 -0.214491 0.352871 0.352871 0.352871 +5569.654297 0.000000 974.592529 0.000000 0.997871 0.000000 0.065223 0.349039 0.349039 0.349039 +5596.979980 0.000000 975.513550 0.000000 0.999639 0.000000 0.026874 0.349551 0.349551 0.349551 +5572.035156 0.000000 966.454102 0.000000 0.999138 0.000000 0.041501 0.349287 0.349287 0.349287 +5574.912598 0.000000 960.236023 0.000000 0.956115 0.000000 0.292991 0.345297 0.345297 0.345297 +5578.618164 0.000000 973.778748 0.000000 0.961127 0.000000 -0.276107 0.354730 0.354730 0.354730 +5609.262207 0.000000 973.572021 0.000000 0.999301 0.000000 0.037370 0.349388 0.349388 0.349388 +5621.097168 0.000000 962.019714 0.000000 0.995045 0.000000 0.099421 0.348455 0.348455 0.348455 +5619.291016 0.000000 970.658447 0.000000 0.999914 0.000000 0.013128 0.349792 0.349792 0.349792 +5605.967285 0.000000 985.131714 0.000000 0.997826 0.000000 -0.065905 0.351037 0.351037 0.351037 +5622.403320 0.000000 979.920166 0.000000 0.971619 0.000000 -0.236550 0.353777 0.353777 0.353777 +5581.188965 0.000000 968.489014 0.000000 0.955746 0.000000 -0.294192 0.354475 0.354475 0.354475 +5568.369629 0.000000 971.136292 0.000000 0.951553 0.000000 -0.307485 0.355025 0.355025 0.355025 +5622.998047 0.000000 977.536682 0.000000 0.986508 0.000000 -0.163715 0.352795 0.352795 0.352795 +5572.635742 0.000000 972.637268 0.000000 0.962157 0.000000 0.272495 0.345310 0.345310 0.345310 +5592.030273 0.000000 973.539551 0.000000 0.999649 0.000000 -0.026511 0.350459 0.350459 0.350459 +5607.789551 0.000000 974.171814 0.000000 0.985117 0.000000 0.171887 0.347268 0.347268 0.347268 +5603.500488 0.000000 987.818909 0.000000 0.996840 0.000000 -0.079430 0.351275 0.351275 0.351275 +5628.055664 0.000000 966.151733 0.000000 0.977108 0.000000 0.212742 0.346572 0.346572 0.346572 +5576.364746 0.000000 960.691162 0.000000 0.990688 0.000000 -0.136149 0.352315 0.352315 0.352315 +5601.762207 0.000000 982.132263 0.000000 0.999986 0.000000 -0.005238 0.350091 0.350091 0.350091 +5620.156250 0.000000 978.602417 0.000000 0.999993 0.000000 0.003836 0.349936 0.349936 0.349936 +5583.028809 0.000000 973.340271 0.000000 0.982315 0.000000 -0.187236 0.353185 0.353185 0.353185 +5597.510254 0.000000 974.297302 0.000000 0.987539 0.000000 0.157374 0.347363 0.347363 0.347363 +5627.590332 0.000000 963.386902 0.000000 0.991829 0.000000 -0.127575 0.352157 0.352157 0.352157 +5616.351074 0.000000 969.143250 0.000000 0.978474 0.000000 -0.206372 0.353605 0.353605 0.353605 +5608.696289 0.000000 970.481934 0.000000 0.988867 0.000000 0.148800 0.347409 0.347409 0.347409 +5619.413574 0.000000 979.784973 0.000000 0.965307 0.000000 -0.261118 0.354559 0.354559 0.354559 +5623.719727 0.000000 964.264221 0.000000 0.996207 0.000000 0.087020 0.348485 0.348485 0.348485 +5598.236816 0.000000 1069.248657 0.000000 0.999645 0.000000 0.026650 0.349698 0.349698 0.349698 +5552.205566 0.000000 1129.661865 0.000000 0.983325 0.000000 0.181855 0.347955 0.347955 0.347955 +5541.982422 0.000000 1123.464966 0.000000 0.972638 0.000000 0.232327 0.347357 0.347357 0.347357 +5515.959473 0.000000 1121.693970 0.000000 0.988462 0.000000 0.151471 0.348286 0.348286 0.348286 +5586.127930 0.000000 1086.479126 0.000000 0.978437 0.000000 0.206547 0.347655 0.347655 0.347655 +5488.205566 0.000000 1186.146240 0.000000 0.962365 0.000000 0.271762 0.346922 0.346922 0.346922 +5434.368164 0.000000 1238.097778 0.000000 0.993775 0.000000 -0.111404 0.351263 0.351263 0.351263 +5455.130859 0.000000 1225.543701 0.000000 0.994505 0.000000 0.104690 0.348818 0.348818 0.348818 +5506.396484 0.000000 1131.549683 0.000000 0.962922 0.000000 -0.269779 0.353091 0.353091 0.353091 +5596.793945 0.000000 1132.529297 0.000000 0.996683 0.000000 -0.081377 0.350911 0.350911 0.350911 +5505.318848 0.000000 1225.060303 0.000000 0.992808 0.000000 -0.119714 0.351342 0.351342 0.351342 +5516.978516 0.000000 1186.907837 0.000000 0.974714 0.000000 -0.223456 0.352530 0.352530 0.352530 +5559.638184 0.000000 1201.915283 0.000000 0.971472 0.000000 -0.237153 0.352699 0.352699 0.352699 +5508.458496 0.000000 1297.122192 0.000000 0.958553 0.000000 0.284914 0.346769 0.346769 0.346769 +5666.932617 0.000000 957.826904 0.000000 0.999982 0.000000 -0.005956 0.350069 0.350069 0.350069 +5651.771973 0.000000 926.375427 0.000000 0.980451 0.000000 0.196762 0.347681 0.347681 0.347681 +5665.910645 0.000000 946.072876 0.000000 0.982278 0.000000 -0.187428 0.352537 0.352537 0.352537 +5664.544434 0.000000 951.081543 0.000000 0.999569 0.000000 0.029355 0.349614 0.349614 0.349614 +5659.190918 0.000000 932.059387 0.000000 0.999999 0.000000 -0.001190 0.350016 0.350016 0.350016 +5661.291016 0.000000 946.092529 0.000000 0.957884 0.000000 0.287157 0.345763 0.345763 0.345763 +5663.330566 0.000000 936.171082 0.000000 0.987201 0.000000 0.159482 0.347901 0.347901 0.347901 +5662.716309 0.000000 949.987976 0.000000 0.997041 0.000000 -0.076867 0.351086 0.351086 0.351086 +5660.161133 0.000000 952.362122 0.000000 0.956041 0.000000 -0.293233 0.354291 0.354291 0.354291 +5656.332520 0.000000 938.954407 0.000000 0.958070 0.000000 0.286536 0.345975 0.345975 0.345975 +5641.795410 0.000000 960.258728 0.000000 0.978137 0.000000 0.207961 0.347355 0.347355 0.347355 +5638.936035 0.000000 963.810181 0.000000 0.969904 0.000000 -0.243488 0.353600 0.353600 0.353600 +5669.817871 0.000000 1106.769897 0.000000 0.969624 0.000000 -0.244601 0.353973 0.353973 0.353973 +5659.529297 0.000000 1103.889038 0.000000 0.994850 0.000000 -0.101362 0.352112 0.352112 0.352112 +5664.342773 0.000000 1108.248535 0.000000 0.967774 0.000000 0.251820 0.344328 0.344328 0.344328 +5659.792969 0.000000 1102.643921 0.000000 0.994068 0.000000 -0.108761 0.352266 0.352266 0.352266 +5660.419922 0.000000 1104.745972 0.000000 0.982735 0.000000 -0.185019 0.354146 0.354146 0.354146 +5660.046387 0.000000 1106.517212 0.000000 0.988772 0.000000 0.149434 0.347221 0.347221 0.347221 +5710.623047 0.000000 1077.914429 0.000000 0.974035 0.000000 -0.226398 0.353991 0.353991 0.353991 +7408.748535 0.000000 509.771667 0.000000 0.993844 0.000000 0.110790 0.348254 0.348254 0.348254 7424.371582 0.000000 456.959839 0.000000 0.974595 0.000000 0.223974 0.346585 0.346585 0.346585 7459.619629 0.000000 493.781860 0.000000 0.957453 0.000000 -0.288588 0.355282 0.355282 0.355282 7440.985352 0.000000 474.050842 0.000000 0.975249 0.000000 0.221108 0.346162 0.346162 0.346162 @@ -56,8 +891,289 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_04_mesh" - count=4 - transform="7452.947754 0.000000 481.946838 0.000000 0.608740 0.000000 -0.793369 0.361370 0.361370 0.361370 + count=285 + transform="4981.013672 0.000000 881.911987 0.000000 0.887504 0.000000 -0.460800 0.355817 0.355817 0.355817 +4991.509766 0.000000 884.484131 0.000000 0.633069 0.000000 -0.774095 0.361835 0.361835 0.361835 +4991.814453 0.000000 865.710327 0.000000 0.810414 0.000000 -0.585858 0.358724 0.358724 0.358724 +4982.180664 0.000000 871.115845 0.000000 0.853133 0.000000 -0.521693 0.357361 0.357361 0.357361 +4990.970703 0.000000 869.921631 0.000000 0.607122 0.000000 -0.794609 0.363642 0.363642 0.363642 +4984.708984 0.000000 867.709106 0.000000 0.897650 0.000000 -0.440709 0.356660 0.356660 0.356660 +5015.836426 0.000000 841.394104 0.000000 0.674203 0.000000 -0.738546 0.360128 0.360128 0.360128 +5041.129395 0.000000 841.187134 0.000000 0.939032 0.000000 -0.343829 0.354554 0.354554 0.354554 +5038.880859 0.000000 841.316833 0.000000 0.762101 0.000000 -0.647458 0.359354 0.359354 0.359354 +5013.843750 0.000000 841.065979 0.000000 0.840312 0.000000 -0.542103 0.357835 0.357835 0.357835 +5101.386719 0.000000 845.488281 0.000000 0.817739 0.000000 -0.575589 0.357771 0.357771 0.357771 +5077.934570 0.000000 845.593201 0.000000 0.716741 0.000000 -0.697340 0.360317 0.360317 0.360317 +5106.798340 0.000000 827.462402 0.000000 0.640799 0.000000 -0.767709 0.361089 0.361089 0.361089 +5073.493164 0.000000 834.754028 0.000000 0.764704 0.000000 -0.644382 0.359789 0.359789 0.359789 +5088.607910 0.000000 829.871887 0.000000 0.844588 0.000000 -0.535417 0.357578 0.357578 0.357578 +5098.219238 0.000000 836.995911 0.000000 0.867706 0.000000 -0.497077 0.356932 0.356932 0.356932 +5109.101074 0.000000 836.106750 0.000000 0.899400 0.000000 -0.437127 0.356226 0.356226 0.356226 +5112.427734 0.000000 842.652222 0.000000 0.739669 0.000000 -0.672971 0.363030 0.363030 0.363030 +5001.063965 0.000000 877.727600 0.000000 0.740398 0.000000 -0.672169 0.358728 0.358728 0.358728 +5000.908691 0.000000 893.165649 0.000000 0.620426 0.000000 -0.784265 0.360634 0.360634 0.360634 +5038.042969 0.000000 853.120300 0.000000 0.890926 0.000000 -0.454148 0.355746 0.355746 0.355746 +5016.572266 0.000000 886.729980 0.000000 0.935308 0.000000 -0.353836 0.354661 0.354661 0.354661 +5043.016113 0.000000 868.116760 0.000000 0.784740 0.000000 -0.619825 0.358587 0.358587 0.358587 +5053.032715 0.000000 869.453674 0.000000 0.658857 0.000000 -0.752268 0.361309 0.361309 0.361309 +5025.448730 0.000000 870.562439 0.000000 0.751472 0.000000 -0.659765 0.359097 0.359097 0.359097 +5009.360840 0.000000 893.425964 0.000000 0.842993 0.000000 -0.537924 0.357519 0.357519 0.357519 +5005.099609 0.000000 867.042236 0.000000 0.827458 0.000000 -0.561528 0.357476 0.357476 0.357476 +5006.604980 0.000000 894.842590 0.000000 0.692099 0.000000 -0.721802 0.360816 0.360816 0.360816 +5021.958984 0.000000 857.465942 0.000000 0.949768 0.000000 -0.312956 0.354144 0.354144 0.354144 +5004.721191 0.000000 885.590454 0.000000 0.905839 0.000000 -0.423623 0.356001 0.356001 0.356001 +5006.389160 0.000000 880.650330 0.000000 0.950953 0.000000 -0.309334 0.354356 0.354356 0.354356 +5016.535645 0.000000 863.620667 0.000000 0.791717 0.000000 -0.610889 0.359188 0.359188 0.359188 +5015.935547 0.000000 884.320740 0.000000 0.904175 0.000000 -0.427161 0.356267 0.356267 0.356267 +5053.251953 0.000000 854.080139 0.000000 0.684956 0.000000 -0.728585 0.361305 0.361305 0.361305 +4994.944824 0.000000 864.661560 0.000000 0.658572 0.000000 -0.752518 0.361091 0.361091 0.361091 +5023.373535 0.000000 890.698730 0.000000 0.852947 0.000000 -0.521997 0.357702 0.357702 0.357702 +5019.443848 0.000000 879.530579 0.000000 0.736712 0.000000 -0.676206 0.360252 0.360252 0.360252 +4994.069824 0.000000 872.087280 0.000000 0.662582 0.000000 -0.748989 0.361465 0.361465 0.361465 +5028.682129 0.000000 871.054993 0.000000 0.885326 0.000000 -0.464971 0.356867 0.356867 0.356867 +5019.966309 0.000000 856.878723 0.000000 0.631533 0.000000 -0.775349 0.362172 0.362172 0.362172 +4998.997070 0.000000 887.522583 0.000000 0.788142 0.000000 -0.615493 0.359414 0.359414 0.359414 +5016.512695 0.000000 854.998535 0.000000 0.681279 0.000000 -0.732024 0.361949 0.361949 0.361949 +5079.293457 0.000000 870.830383 0.000000 0.878502 0.000000 -0.477739 0.356071 0.356071 0.356071 +5076.994629 0.000000 849.818298 0.000000 0.946301 0.000000 -0.323288 0.354056 0.354056 0.354056 +5083.635742 0.000000 870.315979 0.000000 0.608810 0.000000 -0.793316 0.362049 0.362049 0.362049 +5056.090332 0.000000 850.561218 0.000000 0.924020 0.000000 -0.382344 0.354971 0.354971 0.354971 +5079.408203 0.000000 859.103821 0.000000 0.677266 0.000000 -0.735739 0.361053 0.361053 0.361053 +5115.739258 0.000000 851.772278 0.000000 0.931849 0.000000 -0.362847 0.354932 0.354932 0.354932 +5119.163574 0.000000 879.940186 0.000000 0.854694 0.000000 -0.519132 0.357226 0.357226 0.357226 +5103.135742 0.000000 863.321716 0.000000 0.809746 0.000000 -0.586780 0.358411 0.358411 0.358411 +5131.406250 0.000000 823.852051 0.000000 0.887397 0.000000 -0.461006 0.356008 0.356008 0.356008 +5164.127930 0.000000 818.222534 0.000000 0.718903 0.000000 -0.695111 0.360174 0.360174 0.360174 +5134.389160 0.000000 824.165955 0.000000 0.747718 0.000000 -0.664016 0.359296 0.359296 0.359296 +5134.401855 0.000000 832.477112 0.000000 0.753953 0.000000 -0.656928 0.360114 0.360114 0.360114 +5121.626465 0.000000 845.698608 0.000000 0.648453 0.000000 -0.761255 0.365045 0.365045 0.365045 +5120.926758 0.000000 844.474976 0.000000 0.895745 0.000000 -0.444569 0.358011 0.358011 0.358011 +5134.220703 0.000000 864.346558 0.000000 0.643703 0.000000 -0.765276 0.360242 0.360242 0.360242 +5171.863281 0.000000 871.638367 0.000000 0.614535 0.000000 -0.788889 0.361398 0.361398 0.361398 +5149.530273 0.000000 874.557983 0.000000 0.930205 0.000000 -0.367041 0.354630 0.354630 0.354630 +5178.504395 0.000000 871.024475 0.000000 0.745133 0.000000 -0.666915 0.359027 0.359027 0.359027 +5176.473633 0.000000 855.396362 0.000000 0.609819 0.000000 -0.792541 0.361513 0.361513 0.361513 +5181.251953 0.000000 854.080139 0.000000 0.919805 0.000000 -0.392375 0.355443 0.355443 0.355443 +5183.510742 0.000000 872.002319 0.000000 0.807695 0.000000 -0.589601 0.358788 0.358788 0.358788 +5168.587891 0.000000 867.518860 0.000000 0.620035 0.000000 -0.784574 0.361980 0.361980 0.361980 +5143.105957 0.000000 868.502319 0.000000 0.771746 0.000000 -0.635931 0.359124 0.359124 0.359124 +5151.888672 0.000000 868.809875 0.000000 0.864997 0.000000 -0.501778 0.356959 0.356959 0.356959 +5122.069824 0.000000 872.087280 0.000000 0.722400 0.000000 -0.691475 0.360108 0.360108 0.360108 +5139.236816 0.000000 858.588684 0.000000 0.890956 0.000000 -0.454091 0.357105 0.357105 0.357105 +5155.217285 0.000000 858.104187 0.000000 0.740354 0.000000 -0.672217 0.360242 0.360242 0.360242 +5170.317871 0.000000 851.718750 0.000000 0.937614 0.000000 -0.347677 0.354995 0.354995 0.354995 +5166.203125 0.000000 870.786987 0.000000 0.628413 0.000000 -0.777880 0.363629 0.363629 0.363629 +5165.641602 0.000000 863.622620 0.000000 0.853884 0.000000 -0.520463 0.358729 0.358729 0.358729 +5143.035156 0.000000 857.702759 0.000000 0.821092 0.000000 -0.570797 0.359979 0.359979 0.359979 +5264.939453 0.000000 806.709900 0.000000 0.914718 0.000000 -0.404092 0.355143 0.355143 0.355143 +5273.706543 0.000000 804.420593 0.000000 0.908286 0.000000 -0.418350 0.355525 0.355525 0.355525 +5281.641602 0.000000 808.859863 0.000000 0.898369 0.000000 -0.439242 0.356556 0.356556 0.356556 +5276.979980 0.000000 806.060425 0.000000 0.691683 0.000000 -0.722201 0.363503 0.363503 0.363503 +5258.618164 0.000000 804.325623 0.000000 0.615997 0.000000 -0.787748 0.370213 0.370213 0.370213 +5295.105469 0.000000 794.342590 0.000000 0.798375 0.000000 -0.602160 0.364399 0.364399 0.364399 +5261.344238 0.000000 805.070984 0.000000 0.621180 0.000000 -0.783668 0.370066 0.370066 0.370066 +5358.693848 0.000000 822.839905 0.000000 0.602343 0.000000 -0.798237 0.362277 0.362277 0.362277 +5362.395020 0.000000 820.797852 0.000000 0.633842 0.000000 -0.773462 0.365724 0.365724 0.365724 +5349.967285 0.000000 815.678589 0.000000 0.829970 0.000000 -0.557808 0.359281 0.359281 0.359281 +5351.989746 0.000000 816.685120 0.000000 0.767665 0.000000 -0.640851 0.361366 0.361366 0.361366 +5364.777832 0.000000 823.729309 0.000000 0.937677 0.000000 -0.347509 0.355458 0.355458 0.355458 +5366.683594 0.000000 821.343079 0.000000 0.874548 0.000000 -0.484939 0.359025 0.359025 0.359025 +5353.128906 0.000000 868.131287 0.000000 0.729118 0.000000 -0.684388 0.359682 0.359682 0.359682 +5349.265137 0.000000 866.929138 0.000000 0.697751 0.000000 -0.716340 0.364513 0.364513 0.364513 +5352.469727 0.000000 866.530823 0.000000 0.876685 0.000000 -0.481065 0.360349 0.360349 0.360349 +5351.871094 0.000000 867.701172 0.000000 0.781558 0.000000 -0.623833 0.365010 0.365010 0.365010 +5420.083496 0.000000 754.357849 0.000000 0.800908 0.000000 -0.598787 0.357489 0.357489 0.357489 +5419.095215 0.000000 748.615540 0.000000 0.617811 0.000000 -0.786326 0.361583 0.361583 0.361583 +5397.917480 0.000000 778.559143 0.000000 0.940845 0.000000 -0.338838 0.355286 0.355286 0.355286 +5413.967285 0.000000 759.194214 0.000000 0.891926 0.000000 -0.452182 0.357031 0.357031 0.357031 +5396.440918 0.000000 789.803528 0.000000 0.757577 0.000000 -0.652746 0.361497 0.361497 0.361497 +5393.267090 0.000000 764.930664 0.000000 0.797828 0.000000 -0.602885 0.360913 0.360913 0.360913 +5394.536621 0.000000 787.766663 0.000000 0.881364 0.000000 -0.472439 0.357954 0.357954 0.357954 +5388.996094 0.000000 764.128723 0.000000 0.636205 0.000000 -0.771520 0.364977 0.364977 0.364977 +5395.616211 0.000000 780.555542 0.000000 0.847109 0.000000 -0.531419 0.361309 0.361309 0.361309 +5423.249023 0.000000 757.034119 0.000000 0.841152 0.000000 -0.540799 0.360210 0.360210 0.360210 +5422.588379 0.000000 778.078186 0.000000 0.607202 0.000000 -0.794547 0.368775 0.368775 0.368775 +5529.681152 0.000000 768.074341 0.000000 0.832985 0.000000 -0.553296 0.357582 0.357582 0.357582 +5552.580566 0.000000 764.737610 0.000000 0.816062 0.000000 -0.577964 0.357727 0.357727 0.357727 +5527.339844 0.000000 766.704346 0.000000 0.896762 0.000000 -0.442514 0.356068 0.356068 0.356068 +5559.867676 0.000000 781.528503 0.000000 0.896742 0.000000 -0.442553 0.356590 0.356590 0.356590 +5536.801270 0.000000 762.612122 0.000000 0.724127 0.000000 -0.689666 0.361604 0.361604 0.361604 +5552.914551 0.000000 751.480469 0.000000 0.777948 0.000000 -0.628329 0.360300 0.360300 0.360300 +5537.987305 0.000000 771.910522 0.000000 0.668481 0.000000 -0.743729 0.364473 0.364473 0.364473 +5550.245605 0.000000 754.219421 0.000000 0.919054 0.000000 -0.394132 0.356283 0.356283 0.356283 +5554.516602 0.000000 750.328308 0.000000 0.804850 0.000000 -0.593478 0.362880 0.362880 0.362880 +5551.250488 0.000000 763.277771 0.000000 0.835817 0.000000 -0.549008 0.360918 0.360918 0.360918 +5549.531250 0.000000 752.690002 0.000000 0.940660 0.000000 -0.339349 0.356353 0.356353 0.356353 +5532.266602 0.000000 771.664062 0.000000 0.820562 0.000000 -0.571557 0.360207 0.360207 0.360207 +5550.203125 0.000000 757.818237 0.000000 0.772910 0.000000 -0.634515 0.361412 0.361412 0.361412 +5552.663086 0.000000 752.952820 0.000000 0.939935 0.000000 -0.341352 0.355768 0.355768 0.355768 +5549.387695 0.000000 767.084961 0.000000 0.787118 0.000000 -0.616803 0.363039 0.363039 0.363039 +5539.500488 0.000000 761.881409 0.000000 0.929224 0.000000 -0.369517 0.357160 0.357160 0.357160 +5549.249512 0.000000 765.535645 0.000000 0.941172 0.000000 -0.337928 0.356566 0.356566 0.356566 +5538.937988 0.000000 764.801941 0.000000 0.908382 0.000000 -0.418141 0.357709 0.357709 0.357709 +5550.744141 0.000000 759.950378 0.000000 0.802760 0.000000 -0.596302 0.361081 0.361081 0.361081 +5549.193359 0.000000 755.146606 0.000000 0.678727 0.000000 -0.734390 0.363765 0.363765 0.363765 +5548.330078 0.000000 753.061768 0.000000 0.921668 0.000000 -0.387979 0.357311 0.357311 0.357311 +5399.416992 0.000000 838.714050 0.000000 0.852958 0.000000 -0.521979 0.360413 0.360413 0.360413 +5400.891602 0.000000 837.136353 0.000000 0.628603 0.000000 -0.777726 0.363937 0.363937 0.363937 +5395.070801 0.000000 834.149048 0.000000 0.787748 0.000000 -0.615998 0.363657 0.363657 0.363657 +5399.599609 0.000000 845.336426 0.000000 0.619276 0.000000 -0.785173 0.370120 0.370120 0.370120 +5395.616211 0.000000 837.039917 0.000000 0.742618 0.000000 -0.669715 0.362664 0.362664 0.362664 +5397.902344 0.000000 836.267639 0.000000 0.696616 0.000000 -0.717445 0.365136 0.365136 0.365136 +5487.868652 0.000000 839.192200 0.000000 0.868295 0.000000 -0.496048 0.356327 0.356327 0.356327 +5503.976562 0.000000 841.396667 0.000000 0.674716 0.000000 -0.738078 0.360700 0.360700 0.360700 +5464.077637 0.000000 800.177734 0.000000 0.939372 0.000000 -0.342900 0.354649 0.354649 0.354649 +5493.449707 0.000000 840.672791 0.000000 0.902015 0.000000 -0.431705 0.359049 0.359049 0.359049 +5502.675293 0.000000 842.532349 0.000000 0.921925 0.000000 -0.387369 0.358655 0.358655 0.358655 +5465.349609 0.000000 810.731934 0.000000 0.710251 0.000000 -0.703949 0.364296 0.364296 0.364296 +5496.412109 0.000000 845.827332 0.000000 0.817189 0.000000 -0.576370 0.362963 0.362963 0.362963 +5463.062012 0.000000 806.902954 0.000000 0.825411 0.000000 -0.564532 0.363366 0.363366 0.363366 +5501.367188 0.000000 841.916992 0.000000 0.673793 0.000000 -0.738920 0.364821 0.364821 0.364821 +5492.601074 0.000000 841.718811 0.000000 0.949319 0.000000 -0.314313 0.356482 0.356482 0.356482 +5464.136230 0.000000 811.195435 0.000000 0.840320 0.000000 -0.542090 0.360488 0.360488 0.360488 +5486.797363 0.000000 842.584351 0.000000 0.872161 0.000000 -0.489218 0.359626 0.359626 0.359626 +5497.671875 0.000000 845.652588 0.000000 0.659724 0.000000 -0.751508 0.367944 0.367944 0.367944 +5487.731934 0.000000 837.880005 0.000000 0.628532 0.000000 -0.777783 0.365768 0.365768 0.365768 +5467.203125 0.000000 886.583313 0.000000 0.893721 0.000000 -0.448623 0.356646 0.356646 0.356646 +5497.007324 0.000000 892.926147 0.000000 0.715117 0.000000 -0.699005 0.367246 0.367246 0.367246 +5495.893555 0.000000 890.770386 0.000000 0.875385 0.000000 -0.483426 0.357208 0.357208 0.357208 +5495.848633 0.000000 847.328735 0.000000 0.615380 0.000000 -0.788230 0.368881 0.368881 0.368881 +5497.144531 0.000000 848.880920 0.000000 0.680536 0.000000 -0.732715 0.364334 0.364334 0.364334 +5453.681641 0.000000 892.934570 0.000000 0.784774 0.000000 -0.619782 0.362237 0.362237 0.362237 +5501.818848 0.000000 848.630859 0.000000 0.947414 0.000000 -0.320011 0.357258 0.357258 0.357258 +5463.285645 0.000000 886.976135 0.000000 0.706372 0.000000 -0.707840 0.364293 0.364293 0.364293 +5498.353516 0.000000 848.396057 0.000000 0.749912 0.000000 -0.661538 0.365822 0.365822 0.365822 +5454.365723 0.000000 890.262939 0.000000 0.602133 0.000000 -0.798396 0.368744 0.368744 0.368744 +5499.503906 0.000000 849.170898 0.000000 0.641768 0.000000 -0.766899 0.369130 0.369130 0.369130 +5497.239746 0.000000 890.594910 0.000000 0.773474 0.000000 -0.633827 0.365296 0.365296 0.365296 +5580.375000 0.000000 845.449097 0.000000 0.686961 0.000000 -0.726695 0.360343 0.360343 0.360343 +5587.894531 0.000000 798.553040 0.000000 0.933439 0.000000 -0.358736 0.355194 0.355194 0.355194 +5585.145996 0.000000 793.335449 0.000000 0.643073 0.000000 -0.765805 0.362729 0.362729 0.362729 +5585.288086 0.000000 795.862488 0.000000 0.727749 0.000000 -0.685844 0.364594 0.364594 0.364594 +5586.929199 0.000000 796.255493 0.000000 0.638890 0.000000 -0.769298 0.364572 0.364572 0.364572 +5590.733398 0.000000 799.552368 0.000000 0.727332 0.000000 -0.686286 0.364540 0.364540 0.364540 +5511.914551 0.000000 849.102539 0.000000 0.748369 0.000000 -0.663283 0.358333 0.358333 0.358333 +5586.579102 0.000000 902.454529 0.000000 0.906250 0.000000 -0.422743 0.355225 0.355225 0.355225 +5580.112305 0.000000 862.172363 0.000000 0.902193 0.000000 -0.431333 0.355767 0.355767 0.355767 +5583.824707 0.000000 870.712280 0.000000 0.651761 0.000000 -0.758425 0.365684 0.365684 0.365684 +5588.433105 0.000000 864.280212 0.000000 0.760718 0.000000 -0.649082 0.365739 0.365739 0.365739 +5589.729980 0.000000 862.855713 0.000000 0.663049 0.000000 -0.748576 0.368848 0.368848 0.368848 +5589.555664 0.000000 851.350708 0.000000 0.667610 0.000000 -0.744511 0.367685 0.367685 0.367685 +5584.278320 0.000000 867.984924 0.000000 0.702634 0.000000 -0.711552 0.367018 0.367018 0.367018 +5580.917480 0.000000 865.462769 0.000000 0.875763 0.000000 -0.482742 0.360015 0.360015 0.360015 +5587.301758 0.000000 866.834473 0.000000 0.828564 0.000000 -0.559895 0.363241 0.363241 0.363241 +5577.525391 0.000000 869.313354 0.000000 0.838231 0.000000 -0.545315 0.362851 0.362851 0.362851 +5595.236816 0.000000 864.752502 0.000000 0.863069 0.000000 -0.505087 0.361497 0.361497 0.361497 +5585.185059 0.000000 861.771667 0.000000 0.836983 0.000000 -0.547228 0.361005 0.361005 0.361005 +5574.218750 0.000000 866.339722 0.000000 0.771319 0.000000 -0.636448 0.363744 0.363744 0.363744 +5454.389160 0.000000 937.134705 0.000000 0.627550 0.000000 -0.778576 0.362398 0.362398 0.362398 +5468.944336 0.000000 939.617371 0.000000 0.938557 0.000000 -0.345124 0.354973 0.354973 0.354973 +5463.416992 0.000000 951.682800 0.000000 0.878316 0.000000 -0.478081 0.359756 0.359756 0.359756 +5455.736328 0.000000 934.511230 0.000000 0.938980 0.000000 -0.343971 0.355277 0.355277 0.355277 +5468.266602 0.000000 941.117188 0.000000 0.588021 0.000000 -0.808846 0.365519 0.365519 0.365519 +5617.519043 0.000000 910.079651 0.000000 0.671928 0.000000 -0.740617 0.359401 0.359401 0.359401 +5627.211426 0.000000 933.368164 0.000000 0.906451 0.000000 -0.422312 0.355238 0.355238 0.355238 +5588.094727 0.000000 919.150879 0.000000 0.899103 0.000000 -0.437738 0.356057 0.356057 0.356057 +5586.128418 0.000000 924.511597 0.000000 0.784410 0.000000 -0.620242 0.359237 0.359237 0.359237 +5631.814453 0.000000 922.194702 0.000000 0.883828 0.000000 -0.467812 0.356444 0.356444 0.356444 +5616.587891 0.000000 924.003235 0.000000 0.929272 0.000000 -0.369397 0.354992 0.354992 0.354992 +5615.135742 0.000000 919.806091 0.000000 0.932169 0.000000 -0.362024 0.355244 0.355244 0.355244 +5627.815430 0.000000 922.469788 0.000000 0.642816 0.000000 -0.766021 0.362200 0.362200 0.362200 +5586.979980 0.000000 943.763794 0.000000 0.876889 0.000000 -0.480692 0.356945 0.356945 0.356945 +5616.914551 0.000000 920.933594 0.000000 0.616347 0.000000 -0.787475 0.363191 0.363191 0.363191 +5610.440430 0.000000 919.958984 0.000000 0.854551 0.000000 -0.519368 0.357850 0.357850 0.357850 +5614.245605 0.000000 923.672546 0.000000 0.857160 0.000000 -0.515051 0.357399 0.357399 0.357399 +5620.679199 0.000000 923.439331 0.000000 0.718916 0.000000 -0.695097 0.360913 0.360913 0.360913 +5581.704590 0.000000 916.576599 0.000000 0.941417 0.000000 -0.337245 0.355290 0.355290 0.355290 +5624.708984 0.000000 924.193481 0.000000 0.595034 0.000000 -0.803701 0.363214 0.363214 0.363214 +5625.814453 0.000000 922.592468 0.000000 0.722379 0.000000 -0.691497 0.361009 0.361009 0.361009 +5627.262207 0.000000 925.885986 0.000000 0.817678 0.000000 -0.575676 0.358925 0.358925 0.358925 +5579.256348 0.000000 956.783325 0.000000 0.699988 0.000000 -0.714155 0.362684 0.362684 0.362684 +5586.536621 0.000000 957.219788 0.000000 0.703132 0.000000 -0.711059 0.362026 0.362026 0.362026 +5584.398438 0.000000 948.806458 0.000000 0.606120 0.000000 -0.795373 0.365187 0.365187 0.365187 +5565.524414 0.000000 977.304077 0.000000 0.807543 0.000000 -0.589808 0.357414 0.357414 0.357414 +5566.582031 0.000000 975.101440 0.000000 0.724124 0.000000 -0.689670 0.360507 0.360507 0.360507 +5567.273438 0.000000 971.625427 0.000000 0.947295 0.000000 -0.320363 0.354801 0.354801 0.354801 +5574.424805 0.000000 980.594543 0.000000 0.896084 0.000000 -0.443885 0.355626 0.355626 0.355626 +5600.618164 0.000000 963.599976 0.000000 0.866158 0.000000 -0.499769 0.356493 0.356493 0.356493 +5568.090332 0.000000 963.529968 0.000000 0.920464 0.000000 -0.390828 0.355298 0.355298 0.355298 +5617.394043 0.000000 985.564148 0.000000 0.802830 0.000000 -0.596208 0.358205 0.358205 0.358205 +5602.934570 0.000000 963.803589 0.000000 0.873488 0.000000 -0.486846 0.356953 0.356953 0.356953 +5616.914551 0.000000 977.417969 0.000000 0.792552 0.000000 -0.609804 0.361146 0.361146 0.361146 +5618.317871 0.000000 964.687500 0.000000 0.925753 0.000000 -0.378130 0.356184 0.356184 0.356184 +5628.271484 0.000000 968.747681 0.000000 0.939515 0.000000 -0.342507 0.355850 0.355850 0.355850 +5581.704590 0.000000 973.060974 0.000000 0.943691 0.000000 -0.330828 0.355672 0.355672 0.355672 +5622.302246 0.000000 974.521851 0.000000 0.907328 0.000000 -0.420424 0.357393 0.357393 0.357393 +5618.516602 0.000000 976.265808 0.000000 0.704194 0.000000 -0.710008 0.363107 0.363107 0.363107 +5610.257812 0.000000 962.496826 0.000000 0.897241 0.000000 -0.441541 0.356533 0.356533 0.356533 +5598.945801 0.000000 988.698303 0.000000 0.697786 0.000000 -0.716306 0.361129 0.361129 0.361129 +5577.693359 0.000000 969.297119 0.000000 0.882746 0.000000 -0.469851 0.357308 0.357308 0.357308 +5608.256348 0.000000 977.082092 0.000000 0.786640 0.000000 -0.617412 0.360263 0.360263 0.360263 +5624.654297 0.000000 977.447327 0.000000 0.607209 0.000000 -0.794542 0.364683 0.364683 0.364683 +5604.560547 0.000000 974.290161 0.000000 0.901160 0.000000 -0.433486 0.357463 0.357463 0.357463 +5575.699707 0.000000 976.089233 0.000000 0.860983 0.000000 -0.508634 0.358090 0.358090 0.358090 +5574.054199 0.000000 961.833008 0.000000 0.704611 0.000000 -0.709594 0.362477 0.362477 0.362477 +5621.929688 0.000000 976.305115 0.000000 0.932438 0.000000 -0.361329 0.356461 0.356461 0.356461 +5582.749512 0.000000 960.265442 0.000000 0.848093 0.000000 -0.529848 0.358490 0.358490 0.358490 +5612.442383 0.000000 966.747131 0.000000 0.935074 0.000000 -0.354452 0.355398 0.355398 0.355398 +5613.674805 0.000000 973.237793 0.000000 0.686419 0.000000 -0.727206 0.363269 0.363269 0.363269 +5617.237305 0.000000 973.440979 0.000000 0.847432 0.000000 -0.530905 0.358509 0.358509 0.358509 +5610.135254 0.000000 964.733826 0.000000 0.726173 0.000000 -0.687512 0.361526 0.361526 0.361526 +5631.416504 0.000000 967.459351 0.000000 0.826595 0.000000 -0.562798 0.360211 0.360211 0.360211 +5612.147461 0.000000 975.869751 0.000000 0.940376 0.000000 -0.340136 0.355747 0.355747 0.355747 +5568.016113 0.000000 968.886902 0.000000 0.783795 0.000000 -0.621020 0.360304 0.360304 0.360304 +5593.632324 0.000000 975.451904 0.000000 0.926454 0.000000 -0.376408 0.356407 0.356407 0.356407 +5605.508789 0.000000 975.622681 0.000000 0.852444 0.000000 -0.522819 0.359158 0.359158 0.359158 +5570.970703 0.000000 969.682007 0.000000 0.920252 0.000000 -0.391325 0.356517 0.356517 0.356517 +5572.846680 0.000000 975.141663 0.000000 0.922255 0.000000 -0.386582 0.356278 0.356278 0.356278 +5577.676758 0.000000 974.910889 0.000000 0.927629 0.000000 -0.373502 0.356171 0.356171 0.356171 +5627.523926 0.000000 973.693726 0.000000 0.601967 0.000000 -0.798521 0.366001 0.366001 0.366001 +5603.030762 0.000000 984.128723 0.000000 0.908511 0.000000 -0.417860 0.357402 0.357402 0.357402 +5577.352539 0.000000 961.843994 0.000000 0.823676 0.000000 -0.567060 0.360221 0.360221 0.360221 +5611.440918 0.000000 967.922729 0.000000 0.808859 0.000000 -0.588002 0.359914 0.359914 0.359914 +5575.231934 0.000000 973.473633 0.000000 0.906982 0.000000 -0.421170 0.357540 0.357540 0.357540 +5617.824707 0.000000 970.719788 0.000000 0.893183 0.000000 -0.449694 0.357703 0.357703 0.357703 +5581.299805 0.000000 971.701050 0.000000 0.925254 0.000000 -0.379349 0.356324 0.356324 0.356324 +5588.600586 0.000000 971.256348 0.000000 0.843334 0.000000 -0.537389 0.359221 0.359221 0.359221 +5607.522949 0.000000 964.232544 0.000000 0.866098 0.000000 -0.499874 0.358713 0.358713 0.358713 +5631.423340 0.000000 963.709656 0.000000 0.806549 0.000000 -0.591167 0.360998 0.360998 0.360998 +5628.926270 0.000000 964.077393 0.000000 0.611585 0.000000 -0.791179 0.364994 0.364994 0.364994 +5608.398438 0.000000 969.100830 0.000000 0.834905 0.000000 -0.550394 0.360135 0.360135 0.360135 +5579.959473 0.000000 1121.693970 0.000000 0.858875 0.000000 -0.512185 0.356061 0.356061 0.356061 +5605.432617 0.000000 1084.230225 0.000000 0.611768 0.000000 -0.791037 0.360325 0.360325 0.360325 +5590.478027 0.000000 1108.096436 0.000000 0.748088 0.000000 -0.663600 0.358211 0.358211 0.358211 +5552.205566 0.000000 1186.146240 0.000000 0.601848 0.000000 -0.798611 0.360346 0.360346 0.360346 +5524.569336 0.000000 1135.073975 0.000000 0.908626 0.000000 -0.417611 0.354875 0.354875 0.354875 +5586.127930 0.000000 1142.963501 0.000000 0.707517 0.000000 -0.706696 0.358812 0.358812 0.358812 +5570.396484 0.000000 1188.034058 0.000000 0.780454 0.000000 -0.625213 0.357613 0.357613 0.357613 +5458.127930 0.000000 1255.932251 0.000000 0.588408 0.000000 -0.808564 0.360574 0.360574 0.360574 +5511.671387 0.000000 1267.512817 0.000000 0.614338 0.000000 -0.789043 0.360209 0.360209 0.360209 +5650.230469 0.000000 941.785522 0.000000 0.887338 0.000000 -0.461120 0.355821 0.355821 0.355821 +5642.329590 0.000000 928.454590 0.000000 0.889971 0.000000 -0.456018 0.355999 0.355999 0.355999 +5640.173828 0.000000 926.016296 0.000000 0.861509 0.000000 -0.507742 0.356841 0.356841 0.356841 +5645.872070 0.000000 932.152466 0.000000 0.712681 0.000000 -0.701489 0.360836 0.360836 0.360836 +5663.328613 0.000000 954.071899 0.000000 0.932039 0.000000 -0.362357 0.354941 0.354941 0.354941 +5660.944336 0.000000 939.617371 0.000000 0.751077 0.000000 -0.660215 0.360176 0.360176 0.360176 +5638.028809 0.000000 926.679626 0.000000 0.921875 0.000000 -0.387488 0.355407 0.355407 0.355407 +5659.739258 0.000000 947.373413 0.000000 0.945718 0.000000 -0.324988 0.354541 0.354541 0.354541 +5636.789062 0.000000 937.606934 0.000000 0.718334 0.000000 -0.695698 0.360521 0.360521 0.360521 +5658.057129 0.000000 939.213135 0.000000 0.842875 0.000000 -0.538109 0.358242 0.358242 0.358242 +5642.416504 0.000000 935.434143 0.000000 0.648766 0.000000 -0.760988 0.362507 0.362507 0.362507 +5635.597168 0.000000 928.856567 0.000000 0.850894 0.000000 -0.525337 0.358482 0.358482 0.358482 +5633.654297 0.000000 974.592529 0.000000 0.764515 0.000000 -0.644607 0.360038 0.360038 0.360038 +5635.498047 0.000000 960.991943 0.000000 0.889203 0.000000 -0.457514 0.357308 0.357308 0.357308 +5635.916016 0.000000 964.847412 0.000000 0.808539 0.000000 -0.588442 0.360747 0.360747 0.360747 +5633.323730 0.000000 966.291809 0.000000 0.797328 0.000000 -0.603546 0.361182 0.361182 0.361182 +5715.443848 0.000000 1066.638550 0.000000 0.633667 0.000000 -0.773606 0.361632 0.361632 0.361632 +5718.249023 0.000000 1073.085938 0.000000 0.945379 0.000000 -0.325974 0.357065 0.357065 0.357065 +5716.196289 0.000000 1065.481079 0.000000 0.948300 0.000000 -0.317375 0.355432 0.355432 0.355432 +5659.528320 0.000000 1107.742310 0.000000 0.867975 0.000000 -0.496609 0.357152 0.357152 0.357152 +5666.559570 0.000000 1106.408569 0.000000 0.900014 0.000000 -0.435860 0.360049 0.360049 0.360049 +5657.742188 0.000000 1102.254395 0.000000 0.600514 0.000000 -0.799614 0.365708 0.365708 0.365708 +5661.685059 0.000000 1107.957764 0.000000 0.596868 0.000000 -0.802339 0.367250 0.367250 0.367250 +5658.203125 0.000000 1105.808960 0.000000 0.874463 0.000000 -0.485091 0.361285 0.361285 0.361285 +5709.487793 0.000000 1083.219849 0.000000 0.947399 0.000000 -0.320056 0.354256 0.354256 0.354256 +7452.947754 0.000000 481.946838 0.000000 0.608740 0.000000 -0.793369 0.361370 0.361370 0.361370 7435.084961 0.000000 462.253662 0.000000 0.801366 0.000000 -0.598174 0.359469 0.359469 0.359469 7424.233887 0.000000 465.318237 0.000000 0.817831 0.000000 -0.575459 0.359430 0.359430 0.359430 7432.616211 0.000000 469.118652 0.000000 0.675508 0.000000 -0.737352 0.366663 0.366663 0.366663 @@ -69,8 +1185,276 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="oak_tree_dense_01_mesh" - count=10 - transform="7409.129395 0.000000 502.280914 0.000000 0.478103 0.000000 -0.878304 0.364617 0.364617 0.364617 + count=280 + transform="4979.863281 0.000000 871.638367 0.000000 0.257044 0.000000 -0.966400 0.366036 0.366036 0.366036 +4986.028320 0.000000 860.364197 0.000000 0.364599 0.000000 -0.931165 0.365017 0.365017 0.365017 +4987.815430 0.000000 865.985413 0.000000 0.512236 0.000000 -0.858845 0.364713 0.364713 0.364713 +4988.312988 0.000000 871.020508 0.000000 0.526107 0.000000 -0.850418 0.364704 0.364704 0.364704 +4990.383301 0.000000 868.432068 0.000000 0.293865 0.000000 -0.955847 0.368903 0.368903 0.368903 +5016.641113 0.000000 846.505737 0.000000 0.522839 0.000000 -0.852431 0.364091 0.364091 0.364091 +5110.864258 0.000000 845.779907 0.000000 0.358107 0.000000 -0.933680 0.364157 0.364157 0.364157 +5079.371094 0.000000 833.795166 0.000000 0.434203 0.000000 -0.900815 0.363329 0.363329 0.363329 +5074.579102 0.000000 845.970154 0.000000 0.272965 0.000000 -0.962024 0.365947 0.365947 0.365947 +5085.392090 0.000000 835.454712 0.000000 0.094077 0.000000 -0.995565 0.368192 0.368192 0.368192 +5091.666992 0.000000 827.267456 0.000000 0.262994 0.000000 -0.964797 0.366245 0.366245 0.366245 +5113.384766 0.000000 847.033020 0.000000 0.203936 0.000000 -0.978984 0.367240 0.367240 0.367240 +5089.910645 0.000000 833.104126 0.000000 0.556664 0.000000 -0.830738 0.363065 0.363065 0.363065 +5088.544434 0.000000 838.112793 0.000000 0.168573 0.000000 -0.985689 0.368552 0.368552 0.368552 +5098.281250 0.000000 832.992981 0.000000 0.210743 0.000000 -0.977542 0.368221 0.368221 0.368221 +5086.716309 0.000000 837.019226 0.000000 0.526603 0.000000 -0.850111 0.364473 0.364473 0.364473 +5077.843750 0.000000 841.065979 0.000000 0.247165 0.000000 -0.968973 0.368700 0.368700 0.368700 +5095.147461 0.000000 827.684509 0.000000 0.494694 0.000000 -0.869067 0.364910 0.364910 0.364910 +5110.588867 0.000000 843.964417 0.000000 0.506202 0.000000 -0.862415 0.364677 0.364677 0.364677 +5042.789551 0.000000 859.352905 0.000000 0.019451 0.000000 -0.999811 0.367758 0.367758 0.367758 +4992.894531 0.000000 877.565735 0.000000 0.492181 0.000000 -0.870493 0.363105 0.363105 0.363105 +5026.857422 0.000000 876.394531 0.000000 0.382266 0.000000 -0.924052 0.364675 0.364675 0.364675 +5003.486816 0.000000 855.825256 0.000000 0.520250 0.000000 -0.854014 0.362522 0.362522 0.362522 +5040.746582 0.000000 850.503296 0.000000 0.379879 0.000000 -0.925036 0.365171 0.365171 0.365171 +5011.640625 0.000000 872.577393 0.000000 0.002562 0.000000 -0.999997 0.371582 0.371582 0.371582 +5046.158691 0.000000 879.325378 0.000000 0.297956 0.000000 -0.954580 0.366124 0.366124 0.366124 +5020.928223 0.000000 865.145691 0.000000 0.136863 0.000000 -0.990590 0.369979 0.369979 0.369979 +5007.870117 0.000000 884.088501 0.000000 0.414409 0.000000 -0.910091 0.365587 0.365587 0.365587 +5055.814453 0.000000 865.710327 0.000000 0.449094 0.000000 -0.893485 0.364725 0.364725 0.364725 +5020.944336 0.000000 883.132996 0.000000 0.421694 0.000000 -0.906738 0.364635 0.364635 0.364635 +5019.203125 0.000000 886.583313 0.000000 0.122558 0.000000 -0.992461 0.369231 0.369231 0.369231 +5055.273438 0.000000 858.656677 0.000000 0.421006 0.000000 -0.907058 0.365737 0.365737 0.365737 +5011.576660 0.000000 882.717224 0.000000 0.048308 0.000000 -0.998833 0.371485 0.371485 0.371485 +5023.888672 0.000000 868.809875 0.000000 0.500725 0.000000 -0.865607 0.363852 0.363852 0.363852 +5032.179688 0.000000 875.450256 0.000000 0.048234 0.000000 -0.998836 0.370688 0.370688 0.370688 +4995.385254 0.000000 885.700134 0.000000 0.092358 0.000000 -0.995726 0.369893 0.369893 0.369893 +4995.099121 0.000000 873.967285 0.000000 0.397791 0.000000 -0.917476 0.365734 0.365734 0.365734 +5014.604004 0.000000 885.795288 0.000000 0.268195 0.000000 -0.963365 0.368449 0.368449 0.368449 +5007.228516 0.000000 874.277771 0.000000 0.442758 0.000000 -0.896641 0.365257 0.365257 0.365257 +5042.395020 0.000000 877.282227 0.000000 0.300195 0.000000 -0.953878 0.367753 0.367753 0.367753 +5019.120117 0.000000 849.214294 0.000000 0.368956 0.000000 -0.929447 0.368241 0.368241 0.368241 +5021.325684 0.000000 851.740601 0.000000 0.540137 0.000000 -0.841577 0.364814 0.364814 0.364814 +5023.967773 0.000000 865.465332 0.000000 0.572277 0.000000 -0.820061 0.364619 0.364619 0.364619 +5090.015137 0.000000 867.761169 0.000000 0.090390 0.000000 -0.995906 0.367591 0.367591 0.367591 +5103.663086 0.000000 857.277527 0.000000 0.047338 0.000000 -0.998879 0.368437 0.368437 0.368437 +5059.820801 0.000000 861.070984 0.000000 0.363244 0.000000 -0.931694 0.365925 0.365925 0.365925 +5069.099609 0.000000 867.042236 0.000000 0.112306 0.000000 -0.993674 0.368667 0.368667 0.368667 +5066.564941 0.000000 849.814575 0.000000 0.259374 0.000000 -0.965777 0.367721 0.367721 0.367721 +5118.582031 0.000000 862.132690 0.000000 0.587473 0.000000 -0.809244 0.362729 0.362729 0.362729 +5107.914062 0.000000 853.054016 0.000000 0.185686 0.000000 -0.982609 0.368201 0.368201 0.368201 +5083.966309 0.000000 856.878723 0.000000 0.147304 0.000000 -0.989091 0.369334 0.369334 0.369334 +5084.979980 0.000000 862.544800 0.000000 0.451590 0.000000 -0.892226 0.365266 0.365266 0.365266 +5106.317871 0.000000 851.718750 0.000000 0.107097 0.000000 -0.994249 0.370333 0.370333 0.370333 +5100.016602 0.000000 849.014221 0.000000 0.560122 0.000000 -0.828410 0.364331 0.364331 0.364331 +5115.502441 0.000000 859.263000 0.000000 0.054341 0.000000 -0.998522 0.371598 0.371598 0.371598 +5145.916992 0.000000 835.547424 0.000000 0.418616 0.000000 -0.908163 0.364081 0.364081 0.364081 +5143.191895 0.000000 836.671875 0.000000 0.048421 0.000000 -0.998827 0.370153 0.370153 0.370153 +5141.101562 0.000000 837.232300 0.000000 0.069292 0.000000 -0.997596 0.370991 0.370991 0.370991 +5125.809082 0.000000 846.264465 0.000000 0.083875 0.000000 -0.996476 0.372476 0.372476 0.372476 +5154.015137 0.000000 867.761169 0.000000 0.066195 0.000000 -0.997807 0.367617 0.367617 0.367617 +5155.666992 0.000000 883.751831 0.000000 0.121781 0.000000 -0.992557 0.368102 0.368102 0.368102 +5132.526855 0.000000 870.311462 0.000000 0.324987 0.000000 -0.945719 0.365437 0.365437 0.365437 +5136.186523 0.000000 866.416870 0.000000 0.553237 0.000000 -0.833024 0.363033 0.363033 0.363033 +5164.352051 0.000000 864.526733 0.000000 0.500850 0.000000 -0.865534 0.363027 0.363027 0.363027 +5134.979980 0.000000 872.105774 0.000000 0.271193 0.000000 -0.962525 0.366252 0.366252 0.366252 +5153.412109 0.000000 862.222717 0.000000 0.362047 0.000000 -0.932160 0.365261 0.365261 0.365261 +5138.128418 0.000000 868.027222 0.000000 0.042633 0.000000 -0.999091 0.370363 0.370363 0.370363 +5163.095215 0.000000 861.584290 0.000000 0.264051 0.000000 -0.964509 0.367712 0.367712 0.367712 +5176.742188 0.000000 877.159485 0.000000 0.374134 0.000000 -0.927375 0.365770 0.365770 0.365770 +5175.044922 0.000000 886.353943 0.000000 0.119459 0.000000 -0.992839 0.370857 0.370857 0.370857 +5183.273438 0.000000 858.656677 0.000000 0.371011 0.000000 -0.928629 0.366439 0.366439 0.366439 +5175.405273 0.000000 882.118713 0.000000 0.533617 0.000000 -0.845726 0.363695 0.363695 0.363695 +5163.060059 0.000000 881.399231 0.000000 0.525965 0.000000 -0.850506 0.363596 0.363596 0.363596 +5173.007812 0.000000 888.416016 0.000000 0.388474 0.000000 -0.921460 0.366895 0.366895 0.366895 +5150.725586 0.000000 850.858215 0.000000 0.244549 0.000000 -0.969637 0.369490 0.369490 0.369490 +5150.652344 0.000000 859.351013 0.000000 0.255755 0.000000 -0.966742 0.369950 0.369950 0.369950 +5156.830078 0.000000 882.193359 0.000000 0.355691 0.000000 -0.934604 0.367246 0.367246 0.367246 +5136.790527 0.000000 855.420959 0.000000 0.009165 0.000000 -0.999958 0.372515 0.372515 0.372515 +5149.325684 0.000000 851.740601 0.000000 0.471483 0.000000 -0.881875 0.368352 0.368352 0.368352 +5137.288086 0.000000 852.346863 0.000000 0.369559 0.000000 -0.929207 0.367450 0.367450 0.367450 +5147.133789 0.000000 850.795776 0.000000 0.487018 0.000000 -0.873392 0.366334 0.366334 0.366334 +5121.657715 0.000000 847.769348 0.000000 0.204036 0.000000 -0.978963 0.372488 0.372488 0.372488 +5129.352539 0.000000 848.875244 0.000000 0.450604 0.000000 -0.892724 0.367498 0.367498 0.367498 +5184.042480 0.000000 847.272949 0.000000 0.176011 0.000000 -0.984388 0.367721 0.367721 0.367721 +5187.820801 0.000000 861.070984 0.000000 0.426506 0.000000 -0.904485 0.364615 0.364615 0.364615 +5191.408691 0.000000 865.103149 0.000000 0.587334 0.000000 -0.809345 0.362401 0.362401 0.362401 +5293.943359 0.000000 793.136169 0.000000 0.096872 0.000000 -0.995297 0.366999 0.366999 0.366999 +5275.966309 0.000000 800.394348 0.000000 0.491602 0.000000 -0.870820 0.366069 0.366069 0.366069 +5275.504395 0.000000 804.759644 0.000000 0.002585 0.000000 -0.999997 0.372199 0.372199 0.372199 +5273.045410 0.000000 802.673096 0.000000 0.396838 0.000000 -0.917889 0.367830 0.367830 0.367830 +5276.436523 0.000000 807.384094 0.000000 0.109787 0.000000 -0.993955 0.374444 0.374444 0.374444 +5370.561523 0.000000 822.540527 0.000000 0.366001 0.000000 -0.930615 0.366983 0.366983 0.366983 +5344.801270 0.000000 819.096497 0.000000 0.194645 0.000000 -0.980874 0.370123 0.370123 0.370123 +5346.177734 0.000000 817.714417 0.000000 0.390806 0.000000 -0.920473 0.372784 0.372784 0.372784 +5336.422363 0.000000 820.481506 0.000000 0.547382 0.000000 -0.836883 0.364686 0.364686 0.364686 +5337.034668 0.000000 822.727783 0.000000 0.236373 0.000000 -0.971662 0.373979 0.373979 0.373979 +5344.594727 0.000000 810.419678 0.000000 0.071295 0.000000 -0.997455 0.374239 0.374239 0.374239 +5340.743164 0.000000 819.394287 0.000000 0.012391 0.000000 -0.999923 0.374647 0.374647 0.374647 +5350.782227 0.000000 818.790894 0.000000 0.451134 0.000000 -0.892456 0.368983 0.368983 0.368983 +5352.459473 0.000000 820.300781 0.000000 0.041307 0.000000 -0.999147 0.376528 0.376528 0.376528 +5351.260742 0.000000 868.869629 0.000000 0.346763 0.000000 -0.937953 0.367116 0.367116 0.367116 +5351.388184 0.000000 865.326416 0.000000 0.051393 0.000000 -0.998679 0.377283 0.377283 0.377283 +5393.360840 0.000000 780.457214 0.000000 0.553992 0.000000 -0.832522 0.362463 0.362463 0.362463 +5389.139648 0.000000 777.841553 0.000000 0.498191 0.000000 -0.867067 0.365082 0.365082 0.365082 +5409.987305 0.000000 771.910522 0.000000 0.014713 0.000000 -0.999892 0.377194 0.377194 0.377194 +5388.773926 0.000000 768.480896 0.000000 0.196062 0.000000 -0.980592 0.371962 0.371962 0.371962 +5395.070801 0.000000 777.664673 0.000000 0.524885 0.000000 -0.851173 0.364769 0.364769 0.364769 +5423.392090 0.000000 755.577087 0.000000 0.562510 0.000000 -0.826791 0.366755 0.366755 0.366755 +5394.010742 0.000000 784.829956 0.000000 0.238207 0.000000 -0.971214 0.373771 0.373771 0.373771 +5396.841797 0.000000 768.862976 0.000000 0.220449 0.000000 -0.975398 0.370797 0.370797 0.370797 +5420.992676 0.000000 757.197632 0.000000 0.578552 0.000000 -0.815646 0.366586 0.366586 0.366586 +5553.687988 0.000000 743.249451 0.000000 0.044535 0.000000 -0.999008 0.370538 0.370538 0.370538 +5560.096680 0.000000 761.940796 0.000000 0.542514 0.000000 -0.840047 0.364205 0.364205 0.364205 +5556.393066 0.000000 756.690491 0.000000 0.280750 0.000000 -0.959781 0.371298 0.371298 0.371298 +5538.177734 0.000000 761.230042 0.000000 0.489688 0.000000 -0.871898 0.370035 0.370035 0.370035 +5546.442383 0.000000 762.347717 0.000000 0.551112 0.000000 -0.834431 0.365655 0.365655 0.365655 +5546.375488 0.000000 765.840149 0.000000 0.168185 0.000000 -0.985756 0.377376 0.377376 0.377376 +5560.710938 0.000000 758.128418 0.000000 0.142908 0.000000 -0.989736 0.371078 0.371078 0.371078 +5543.382324 0.000000 767.915344 0.000000 0.584696 0.000000 -0.811252 0.366331 0.366331 0.366331 +5538.559570 0.000000 767.502380 0.000000 0.437288 0.000000 -0.899322 0.367148 0.367148 0.367148 +5547.954590 0.000000 758.002930 0.000000 0.487554 0.000000 -0.873093 0.370916 0.370916 0.370916 +5553.542480 0.000000 755.725647 0.000000 0.036339 0.000000 -0.999340 0.380101 0.380101 0.380101 +5542.014160 0.000000 765.125549 0.000000 0.320124 0.000000 -0.947375 0.371648 0.371648 0.371648 +5548.222168 0.000000 767.682739 0.000000 0.008793 0.000000 -0.999961 0.380641 0.380641 0.380641 +5550.269531 0.000000 769.598511 0.000000 0.475963 0.000000 -0.879465 0.369580 0.369580 0.369580 +5405.418457 0.000000 840.778748 0.000000 0.207375 0.000000 -0.978262 0.372967 0.372967 0.372967 +5400.204102 0.000000 835.308777 0.000000 0.459395 0.000000 -0.888232 0.369396 0.369396 0.369396 +5400.325195 0.000000 839.921509 0.000000 0.292857 0.000000 -0.956156 0.378378 0.378378 0.378378 +5405.209473 0.000000 846.742493 0.000000 0.129263 0.000000 -0.991610 0.374241 0.374241 0.374241 +5461.235840 0.000000 810.642334 0.000000 0.537719 0.000000 -0.843124 0.363322 0.363322 0.363322 +5495.432129 0.000000 839.864929 0.000000 0.294456 0.000000 -0.955665 0.371728 0.371728 0.371728 +5493.188965 0.000000 845.193970 0.000000 0.474815 0.000000 -0.880086 0.373976 0.373976 0.373976 +5492.695312 0.000000 837.753418 0.000000 0.436878 0.000000 -0.899521 0.367399 0.367399 0.367399 +5464.030273 0.000000 804.086426 0.000000 0.430822 0.000000 -0.902437 0.375076 0.375076 0.375076 +5467.790527 0.000000 809.534790 0.000000 0.324170 0.000000 -0.945999 0.377644 0.377644 0.377644 +5465.036621 0.000000 815.716187 0.000000 0.129188 0.000000 -0.991620 0.378650 0.378650 0.378650 +5490.163574 0.000000 837.756897 0.000000 0.487315 0.000000 -0.873226 0.373658 0.373658 0.373658 +5486.644531 0.000000 835.777466 0.000000 0.367010 0.000000 -0.930217 0.370884 0.370884 0.370884 +5488.248535 0.000000 844.586609 0.000000 0.176548 0.000000 -0.984292 0.374349 0.374349 0.374349 +5405.096680 0.000000 847.661804 0.000000 0.111770 0.000000 -0.993734 0.374538 0.374538 0.374538 +5453.340332 0.000000 887.492432 0.000000 0.015422 0.000000 -0.999881 0.378676 0.378676 0.378676 +5464.422363 0.000000 876.965881 0.000000 0.495238 0.000000 -0.868757 0.368121 0.368121 0.368121 +5454.389648 0.000000 885.050049 0.000000 0.181958 0.000000 -0.983306 0.373101 0.373101 0.373101 +5456.024902 0.000000 888.684204 0.000000 0.168579 0.000000 -0.985688 0.374368 0.374368 0.374368 +5450.331055 0.000000 892.601929 0.000000 0.546870 0.000000 -0.837218 0.366862 0.366862 0.366862 +5461.230957 0.000000 885.778076 0.000000 0.351721 0.000000 -0.936105 0.375034 0.375034 0.375034 +5453.796875 0.000000 886.278442 0.000000 0.281732 0.000000 -0.959493 0.373695 0.373695 0.373695 +5457.052246 0.000000 890.070190 0.000000 0.450414 0.000000 -0.892820 0.373046 0.373046 0.373046 +5468.231934 0.000000 888.868408 0.000000 0.045207 0.000000 -0.998978 0.383992 0.383992 0.383992 +5500.552246 0.000000 848.574890 0.000000 0.443230 0.000000 -0.896408 0.374768 0.374768 0.374768 +5556.657715 0.000000 790.817322 0.000000 0.396273 0.000000 -0.918133 0.365349 0.365349 0.365349 +5505.626465 0.000000 845.698608 0.000000 0.502940 0.000000 -0.864321 0.366736 0.366736 0.366736 +5589.555664 0.000000 794.866333 0.000000 0.450618 0.000000 -0.892717 0.369957 0.369957 0.369957 +5589.272461 0.000000 799.150818 0.000000 0.148336 0.000000 -0.988937 0.373172 0.373172 0.373172 +5590.014160 0.000000 796.315308 0.000000 0.039698 0.000000 -0.999212 0.374616 0.374616 0.374616 +5591.035156 0.000000 801.218384 0.000000 0.324157 0.000000 -0.946003 0.370977 0.370977 0.370977 +5593.534668 0.000000 800.343262 0.000000 0.019075 0.000000 -0.999818 0.375897 0.375897 0.375897 +5592.631836 0.000000 801.394104 0.000000 0.145682 0.000000 -0.989331 0.373776 0.373776 0.373776 +5504.850586 0.000000 887.830322 0.000000 0.364886 0.000000 -0.931052 0.369302 0.369302 0.369302 +5573.119141 0.000000 863.699829 0.000000 0.409663 0.000000 -0.912237 0.363651 0.363651 0.363651 +5591.068359 0.000000 851.776794 0.000000 0.451595 0.000000 -0.892223 0.364977 0.364977 0.364977 +5576.404785 0.000000 867.693481 0.000000 0.222776 0.000000 -0.974870 0.370702 0.370702 0.370702 +5581.306641 0.000000 871.817078 0.000000 0.485126 0.000000 -0.874444 0.368274 0.368274 0.368274 +5586.442383 0.000000 862.282288 0.000000 0.054071 0.000000 -0.998537 0.375644 0.375644 0.375644 +5579.039062 0.000000 863.522034 0.000000 0.094650 0.000000 -0.995511 0.373022 0.373022 0.373022 +5578.583984 0.000000 873.489624 0.000000 0.452185 0.000000 -0.891924 0.367952 0.367952 0.367952 +5593.045410 0.000000 859.157471 0.000000 0.028452 0.000000 -0.999595 0.375876 0.375876 0.375876 +5585.469238 0.000000 865.004089 0.000000 0.446790 0.000000 -0.894639 0.370276 0.370276 0.370276 +5600.387695 0.000000 856.559143 0.000000 0.459170 0.000000 -0.888349 0.369783 0.369783 0.369783 +5465.916992 0.000000 948.516174 0.000000 0.495635 0.000000 -0.868531 0.363010 0.363010 0.363010 +5461.917480 0.000000 948.012268 0.000000 0.188909 0.000000 -0.981995 0.369304 0.369304 0.369304 +5452.773926 0.000000 937.934021 0.000000 0.427920 0.000000 -0.903816 0.367258 0.367258 0.367258 +5466.057129 0.000000 939.213135 0.000000 0.540617 0.000000 -0.841269 0.368648 0.368648 0.368648 +5464.891602 0.000000 950.105103 0.000000 0.031069 0.000000 -0.999517 0.375361 0.375361 0.375361 +5462.383789 0.000000 950.761841 0.000000 0.553869 0.000000 -0.832604 0.369256 0.369256 0.369256 +5599.826172 0.000000 911.872375 0.000000 0.431704 0.000000 -0.902015 0.362969 0.362969 0.362969 +5606.889160 0.000000 927.189636 0.000000 0.250623 0.000000 -0.968085 0.365599 0.365599 0.365599 +5591.293457 0.000000 927.314758 0.000000 0.135973 0.000000 -0.990713 0.367672 0.367672 0.367672 +5574.724121 0.000000 937.257507 0.000000 0.022030 0.000000 -0.999757 0.368811 0.368811 0.368811 +5577.278320 0.000000 953.833557 0.000000 0.396710 0.000000 -0.917944 0.365089 0.365089 0.365089 +5589.934570 0.000000 958.561951 0.000000 0.148832 0.000000 -0.988862 0.368692 0.368692 0.368692 +5604.759766 0.000000 925.126221 0.000000 0.221047 0.000000 -0.975263 0.366901 0.366901 0.366901 +5621.566895 0.000000 916.212219 0.000000 0.245977 0.000000 -0.969276 0.366811 0.366811 0.366811 +5576.614258 0.000000 917.278870 0.000000 0.457030 0.000000 -0.889451 0.364942 0.364942 0.364942 +5584.716797 0.000000 935.847839 0.000000 0.342676 0.000000 -0.939454 0.366697 0.366697 0.366697 +5582.389160 0.000000 937.134705 0.000000 0.449409 0.000000 -0.893326 0.365637 0.365637 0.365637 +5622.180664 0.000000 927.600220 0.000000 0.110836 0.000000 -0.993839 0.369196 0.369196 0.369196 +5579.263184 0.000000 940.312317 0.000000 0.270110 0.000000 -0.962830 0.367854 0.367854 0.367854 +5587.236816 0.000000 915.073059 0.000000 0.353138 0.000000 -0.935571 0.367073 0.367073 0.367073 +5578.618164 0.000000 917.294373 0.000000 0.177473 0.000000 -0.984126 0.370501 0.370501 0.370501 +5580.080078 0.000000 935.038818 0.000000 0.228693 0.000000 -0.973499 0.368911 0.368911 0.368911 +5608.256348 0.000000 920.597717 0.000000 0.062694 0.000000 -0.998033 0.371413 0.371413 0.371413 +5582.777344 0.000000 924.002136 0.000000 0.368462 0.000000 -0.929643 0.366998 0.366998 0.366998 +5584.583984 0.000000 942.106140 0.000000 0.412608 0.000000 -0.910909 0.366615 0.366615 0.366615 +5580.617676 0.000000 920.397339 0.000000 0.045121 0.000000 -0.998982 0.372929 0.372929 0.372929 +5582.057129 0.000000 955.585876 0.000000 0.103631 0.000000 -0.994616 0.374804 0.374804 0.374804 +5583.453125 0.000000 952.725159 0.000000 0.130340 0.000000 -0.991469 0.372902 0.372902 0.372902 +5587.616211 0.000000 950.008667 0.000000 0.424757 0.000000 -0.905308 0.369438 0.369438 0.369438 +5581.763672 0.000000 958.388123 0.000000 0.068216 0.000000 -0.997671 0.375798 0.375798 0.375798 +5580.955566 0.000000 959.614136 0.000000 0.492346 0.000000 -0.870399 0.368132 0.368132 0.368132 +5562.807129 0.000000 966.888916 0.000000 0.102697 0.000000 -0.994713 0.366482 0.366482 0.366482 +5564.013184 0.000000 975.099121 0.000000 0.156798 0.000000 -0.987631 0.367845 0.367845 0.367845 +5567.825195 0.000000 973.487000 0.000000 0.226815 0.000000 -0.973938 0.369524 0.369524 0.369524 +5568.042480 0.000000 960.241699 0.000000 0.292822 0.000000 -0.956167 0.365636 0.365636 0.365636 +5590.782715 0.000000 967.537720 0.000000 0.045155 0.000000 -0.998980 0.370196 0.370196 0.370196 +5575.408691 0.000000 978.071899 0.000000 0.367695 0.000000 -0.929946 0.366384 0.366384 0.366384 +5608.647949 0.000000 961.561035 0.000000 0.211289 0.000000 -0.977424 0.368747 0.368747 0.368747 +5614.245605 0.000000 980.156921 0.000000 0.078576 0.000000 -0.996908 0.372426 0.372426 0.372426 +5620.679199 0.000000 979.923706 0.000000 0.065967 0.000000 -0.997822 0.374917 0.374917 0.374917 +5618.490723 0.000000 983.023926 0.000000 0.073943 0.000000 -0.997262 0.371645 0.371645 0.371645 +5574.936035 0.000000 963.810181 0.000000 0.034189 0.000000 -0.999415 0.375511 0.375511 0.375511 +5620.393066 0.000000 982.627991 0.000000 0.477468 0.000000 -0.878649 0.365236 0.365236 0.365236 +5602.177734 0.000000 987.167542 0.000000 0.131878 0.000000 -0.991266 0.373066 0.373066 0.373066 +5584.278320 0.000000 973.790161 0.000000 0.113656 0.000000 -0.993520 0.374315 0.374315 0.374315 +5579.084961 0.000000 970.613037 0.000000 0.178387 0.000000 -0.983960 0.372736 0.372736 0.372736 +5598.609375 0.000000 985.897034 0.000000 0.082082 0.000000 -0.996626 0.373608 0.373608 0.373608 +5627.502441 0.000000 972.231750 0.000000 0.331027 0.000000 -0.943621 0.371339 0.371339 0.371339 +5625.814453 0.000000 979.076843 0.000000 0.427886 0.000000 -0.903833 0.367012 0.367012 0.367012 +5571.095703 0.000000 975.684509 0.000000 0.549855 0.000000 -0.835260 0.364988 0.364988 0.364988 +5626.270996 0.000000 968.568176 0.000000 0.331960 0.000000 -0.943294 0.369061 0.369061 0.369061 +5603.182129 0.000000 967.000732 0.000000 0.279899 0.000000 -0.960029 0.368388 0.368388 0.368388 +5588.433105 0.000000 977.248962 0.000000 0.142242 0.000000 -0.989832 0.371088 0.371088 0.371088 +5587.704102 0.000000 973.998596 0.000000 0.097292 0.000000 -0.995256 0.374976 0.374976 0.374976 +5576.993164 0.000000 963.361084 0.000000 0.514188 0.000000 -0.857678 0.367878 0.367878 0.367878 +5589.729980 0.000000 975.824463 0.000000 0.519285 0.000000 -0.854601 0.366611 0.366611 0.366611 +5578.256348 0.000000 964.465088 0.000000 0.392267 0.000000 -0.919851 0.367958 0.367958 0.367958 +5580.241699 0.000000 962.499207 0.000000 0.182327 0.000000 -0.983238 0.370973 0.370973 0.370973 +5604.813477 0.000000 977.388611 0.000000 0.402005 0.000000 -0.915637 0.368148 0.368148 0.368148 +5571.049316 0.000000 972.505249 0.000000 0.055363 0.000000 -0.998466 0.375159 0.375159 0.375159 +5589.229004 0.000000 974.326660 0.000000 0.040390 0.000000 -0.999184 0.374806 0.374806 0.374806 +5599.967773 0.000000 978.434082 0.000000 0.089611 0.000000 -0.995977 0.375236 0.375236 0.375236 +5570.209961 0.000000 971.009216 0.000000 0.530250 0.000000 -0.847841 0.367551 0.367551 0.367551 +5606.707031 0.000000 968.791687 0.000000 0.444859 0.000000 -0.895600 0.368376 0.368376 0.368376 +5613.641602 0.000000 976.591370 0.000000 0.501541 0.000000 -0.865134 0.367858 0.367858 0.367858 +5630.905762 0.000000 966.044739 0.000000 0.111332 0.000000 -0.993783 0.374928 0.374928 0.374928 +5597.938965 0.000000 976.767822 0.000000 0.241448 0.000000 -0.970414 0.372726 0.372726 0.372726 +5611.175293 0.000000 978.531860 0.000000 0.288001 0.000000 -0.957630 0.369888 0.369888 0.369888 +5580.289551 0.000000 973.681763 0.000000 0.526834 0.000000 -0.849968 0.367088 0.367088 0.367088 +5629.240234 0.000000 974.265564 0.000000 0.427783 0.000000 -0.903881 0.367951 0.367951 0.367951 +5592.230957 0.000000 975.243103 0.000000 0.259636 0.000000 -0.965706 0.371718 0.371718 0.371718 +5631.365723 0.000000 970.199768 0.000000 0.153398 0.000000 -0.988164 0.373584 0.373584 0.373584 +5574.753418 0.000000 965.399048 0.000000 0.140810 0.000000 -0.990037 0.374857 0.374857 0.374857 +5613.442383 0.000000 971.997253 0.000000 0.173900 0.000000 -0.984763 0.374396 0.374396 0.374396 +5424.205566 0.000000 1242.630615 0.000000 0.289330 0.000000 -0.957229 0.364286 0.364286 0.364286 +5451.959473 0.000000 1234.662720 0.000000 0.105610 0.000000 -0.994408 0.366641 0.366641 0.366641 +5505.318848 0.000000 1168.575928 0.000000 0.133584 0.000000 -0.991037 0.366070 0.366070 0.366070 +5512.407715 0.000000 1137.499878 0.000000 0.292154 0.000000 -0.956371 0.364475 0.364475 0.364475 +5599.453613 0.000000 1146.417603 0.000000 0.212434 0.000000 -0.977175 0.365234 0.365234 0.365234 +5535.453613 0.000000 1202.901978 0.000000 0.453290 0.000000 -0.891363 0.362355 0.362355 0.362355 +5580.978516 0.000000 1186.907837 0.000000 0.084426 0.000000 -0.996430 0.366688 0.366688 0.366688 +5658.364746 0.000000 929.311340 0.000000 0.456814 0.000000 -0.889562 0.362885 0.362885 0.362885 +5633.884766 0.000000 954.802551 0.000000 0.430122 0.000000 -0.902771 0.363284 0.363284 0.363284 +5638.424805 0.000000 924.110168 0.000000 0.277734 0.000000 -0.960658 0.365942 0.365942 0.365942 +5661.530273 0.000000 931.042358 0.000000 0.459886 0.000000 -0.887978 0.363036 0.363036 0.363036 +5634.822754 0.000000 937.718140 0.000000 0.404280 0.000000 -0.914635 0.365234 0.365234 0.365234 +5655.339844 0.000000 936.157471 0.000000 0.478248 0.000000 -0.878225 0.365036 0.365036 0.365036 +5663.005371 0.000000 938.654724 0.000000 0.089666 0.000000 -0.995972 0.369929 0.369929 0.369929 +5659.443848 0.000000 936.014954 0.000000 0.469091 0.000000 -0.883150 0.365418 0.365418 0.365418 +5640.722168 0.000000 936.269104 0.000000 0.436034 0.000000 -0.899930 0.365506 0.365506 0.365506 +5644.080078 0.000000 935.038818 0.000000 0.073905 0.000000 -0.997265 0.371842 0.371842 0.371842 +5661.418457 0.000000 953.747498 0.000000 0.082514 0.000000 -0.996590 0.371456 0.371456 0.371456 +5638.164062 0.000000 932.319763 0.000000 0.092001 0.000000 -0.995759 0.373451 0.373451 0.373451 +5635.820801 0.000000 974.039734 0.000000 0.081451 0.000000 -0.996677 0.369519 0.369519 0.369519 +5639.620605 0.000000 966.463623 0.000000 0.229072 0.000000 -0.973410 0.370720 0.370720 0.370720 +5633.657715 0.000000 960.738098 0.000000 0.540173 0.000000 -0.841554 0.366037 0.366037 0.366037 +5670.646484 0.000000 1105.360352 0.000000 0.378885 0.000000 -0.925444 0.365805 0.365805 0.365805 +5663.786621 0.000000 1106.924561 0.000000 0.095185 0.000000 -0.995460 0.382876 0.382876 0.382876 +5706.359863 0.000000 1081.020630 0.000000 0.165662 0.000000 -0.986183 0.374972 0.374972 0.374972 +7409.129395 0.000000 502.280914 0.000000 0.478103 0.000000 -0.878304 0.364617 0.364617 0.364617 7427.913086 0.000000 462.811523 0.000000 0.398440 0.000000 -0.917195 0.364963 0.364963 0.364963 7433.693359 0.000000 460.937744 0.000000 0.340175 0.000000 -0.940362 0.370476 0.370476 0.370476 7453.614258 0.000000 483.602936 0.000000 0.348591 0.000000 -0.937275 0.377066 0.377066 0.377066 @@ -80,4 +1464,6 @@ object={ 7432.161133 0.000000 463.996399 0.000000 0.347575 0.000000 -0.937652 0.368963 0.368963 0.368963 7433.676758 0.000000 466.551514 0.000000 0.138074 0.000000 -0.990422 0.381413 0.381413 0.381413 7432.409180 0.000000 466.694489 0.000000 0.195455 0.000000 -0.980713 0.380136 0.380136 0.380136 +4233.604492 0.000000 2286.829346 0.000000 0.579360 0.000000 -0.815072 0.361823 0.361823 0.361823 +4227.820801 0.000000 2273.180420 0.000000 0.148022 0.000000 -0.988984 0.367771 0.367771 0.367771 "} diff --git a/gfx/map/map_object_data/generated/oak_generator_3.txt b/gfx/map/map_object_data/generated/oak_generator_3.txt index b3d3b40c..097e81fc 100644 --- a/gfx/map/map_object_data/generated/oak_generator_3.txt +++ b/gfx/map/map_object_data/generated/oak_generator_3.txt @@ -5,11 +5,256 @@ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_01_mesh" - count=4 + count=249 transform="4578.937988 0.000000 708.317566 0.000000 0.317592 0.000000 0.948228 0.331522 0.331522 0.331522 +4991.374512 0.000000 887.361145 0.000000 0.509868 0.000000 0.860253 0.336696 0.336696 0.336696 +4980.393066 0.000000 869.659241 0.000000 0.357123 0.000000 0.934057 0.333988 0.333988 0.333988 +4985.001953 0.000000 882.697632 0.000000 0.581107 0.000000 0.813827 0.336916 0.336916 0.336916 +4990.038574 0.000000 871.248840 0.000000 0.396315 0.000000 0.918115 0.333228 0.333228 0.333228 +4982.998047 0.000000 864.567932 0.000000 0.568035 0.000000 0.823004 0.336570 0.336570 0.336570 +5070.604980 0.000000 838.358215 0.000000 0.177571 0.000000 0.984108 0.333090 0.333090 0.333090 +5095.299805 0.000000 837.160706 0.000000 0.542846 0.000000 0.839832 0.337630 0.337630 0.337630 +5102.782227 0.000000 832.845398 0.000000 0.183313 0.000000 0.983055 0.332494 0.332494 0.332494 +5084.944336 0.000000 826.648621 0.000000 0.261119 0.000000 0.965307 0.333388 0.333388 0.333388 +5085.291016 0.000000 833.123779 0.000000 0.393244 0.000000 0.919434 0.335015 0.335015 0.335015 +5081.618652 0.000000 842.458496 0.000000 0.285639 0.000000 0.958337 0.333153 0.333153 0.333153 +5111.893555 0.000000 834.286011 0.000000 0.185435 0.000000 0.982656 0.331494 0.331494 0.331494 +5097.936523 0.000000 843.877686 0.000000 0.373800 0.000000 0.927509 0.333758 0.333758 0.333758 +5076.196289 0.000000 839.543579 0.000000 0.446261 0.000000 0.894903 0.333199 0.333199 0.333199 +5075.616211 0.000000 837.039917 0.000000 0.469025 0.000000 0.883185 0.333162 0.333162 0.333162 +5098.410156 0.000000 831.817017 0.000000 0.083268 0.000000 0.996527 0.325955 0.325955 0.325955 +5113.653809 0.000000 843.621704 0.000000 0.000950 0.000000 1.000000 0.322291 0.322291 0.322291 +5039.537109 0.000000 874.394104 0.000000 0.400811 0.000000 0.916161 0.336184 0.336184 0.336184 +5001.604492 0.000000 874.720032 0.000000 0.388343 0.000000 0.921515 0.336073 0.336073 0.336073 +5003.616211 0.000000 876.606750 0.000000 0.084136 0.000000 0.996454 0.331620 0.331620 0.331620 +5029.463867 0.000000 854.870972 0.000000 0.407892 0.000000 0.913030 0.335673 0.335673 0.335673 +5015.339844 0.000000 879.673096 0.000000 0.467044 0.000000 0.884234 0.336634 0.336634 0.336634 +5028.952637 0.000000 887.742554 0.000000 0.488907 0.000000 0.872336 0.336478 0.336478 0.336478 +5022.816895 0.000000 861.703430 0.000000 0.565587 0.000000 0.824689 0.337842 0.337842 0.337842 +5048.096680 0.000000 874.909546 0.000000 0.560166 0.000000 0.828380 0.337802 0.337802 0.337802 +5023.005371 0.000000 882.170349 0.000000 0.121583 0.000000 0.992581 0.331516 0.331516 0.331516 +5049.678223 0.000000 862.387268 0.000000 0.170774 0.000000 0.985310 0.331783 0.331783 0.331783 +5054.970703 0.000000 869.921631 0.000000 0.170216 0.000000 0.985407 0.331654 0.331654 0.331654 +5004.080078 0.000000 878.554443 0.000000 0.103025 0.000000 0.994679 0.330636 0.330636 0.330636 +5022.609375 0.000000 872.928284 0.000000 0.307633 0.000000 0.951505 0.333016 0.333016 0.333016 +5016.422363 0.000000 876.965881 0.000000 0.085631 0.000000 0.996327 0.330016 0.330016 0.330016 +4994.681152 0.000000 869.484192 0.000000 0.103342 0.000000 0.994646 0.329358 0.329358 0.329358 +5006.777344 0.000000 867.517761 0.000000 0.180140 0.000000 0.983641 0.331543 0.331543 0.331543 +5006.389648 0.000000 885.050049 0.000000 0.465877 0.000000 0.884850 0.335194 0.335194 0.335194 +5009.688477 0.000000 875.492432 0.000000 0.391521 0.000000 0.920169 0.333408 0.333408 0.333408 +5016.779785 0.000000 851.802185 0.000000 0.064071 0.000000 0.997945 0.329462 0.329462 0.329462 +5010.442383 0.000000 862.282288 0.000000 0.031194 0.000000 0.999513 0.329081 0.329081 0.329081 +5011.835449 0.000000 868.152710 0.000000 0.523796 0.000000 0.851844 0.335658 0.335658 0.335658 +5008.583984 0.000000 885.621765 0.000000 0.003756 0.000000 0.999993 0.328776 0.328776 0.328776 +5049.728516 0.000000 872.660339 0.000000 0.212975 0.000000 0.977058 0.330921 0.330921 0.330921 +5018.869141 0.000000 868.714539 0.000000 0.352949 0.000000 0.935643 0.332924 0.332924 0.332924 +5013.555664 0.000000 851.350708 0.000000 0.549503 0.000000 0.835492 0.336130 0.336130 0.336130 +5009.817871 0.000000 866.426697 0.000000 0.406869 0.000000 0.913486 0.333897 0.333897 0.333897 +5075.007324 0.000000 865.343994 0.000000 0.555804 0.000000 0.831314 0.338723 0.338723 0.338723 +5071.197266 0.000000 858.898376 0.000000 0.155927 0.000000 0.987769 0.333317 0.333317 0.333317 +5076.094727 0.000000 862.666504 0.000000 0.284591 0.000000 0.958649 0.334371 0.334371 0.334371 +5103.447754 0.000000 859.951294 0.000000 0.567825 0.000000 0.823149 0.338298 0.338298 0.338298 +5063.408691 0.000000 865.103149 0.000000 0.512434 0.000000 0.858726 0.337231 0.337231 0.337231 +5083.190918 0.000000 875.575012 0.000000 0.006283 0.000000 0.999980 0.330109 0.330109 0.330109 +5080.077637 0.000000 856.662109 0.000000 0.153678 0.000000 0.988121 0.332115 0.332115 0.332115 +5110.385254 0.000000 851.174683 0.000000 0.166579 0.000000 0.986028 0.331851 0.331851 0.331851 +5098.440430 0.000000 863.474609 0.000000 0.254259 0.000000 0.967136 0.332380 0.332380 0.332380 +5083.504395 0.000000 861.244019 0.000000 0.436103 0.000000 0.899897 0.335180 0.335180 0.335180 +5113.814453 0.000000 866.108093 0.000000 0.171739 0.000000 0.985142 0.331246 0.331246 0.331246 +5100.442383 0.000000 853.778381 0.000000 0.133403 0.000000 0.991062 0.330412 0.330412 0.330412 +5140.436035 0.000000 833.053101 0.000000 0.235621 0.000000 0.971845 0.333403 0.333403 0.333403 +5144.641113 0.000000 846.505737 0.000000 0.085770 0.000000 0.996315 0.331121 0.331121 0.331121 +5167.250488 0.000000 819.762146 0.000000 0.546059 0.000000 0.837747 0.337070 0.337070 0.337070 +5167.917480 0.000000 884.047668 0.000000 0.451387 0.000000 0.892328 0.336899 0.336899 0.336899 +5154.857422 0.000000 876.394531 0.000000 0.481593 0.000000 0.876395 0.337304 0.337304 0.337304 +5141.934570 0.000000 902.077576 0.000000 0.584902 0.000000 0.811104 0.338675 0.338675 0.338675 +5164.127930 0.000000 874.706909 0.000000 0.062180 0.000000 0.998065 0.331480 0.331480 0.331480 +5128.173828 0.000000 869.531921 0.000000 0.300271 0.000000 0.953854 0.334073 0.334073 0.334073 +5148.979980 0.000000 862.544800 0.000000 0.538434 0.000000 0.842668 0.336601 0.336601 0.336601 +5181.282227 0.000000 891.220825 0.000000 0.045279 0.000000 0.998974 0.329872 0.329872 0.329872 +5124.035156 0.000000 853.485352 0.000000 0.139324 0.000000 0.990247 0.331244 0.331244 0.331244 +5159.104492 0.000000 859.159241 0.000000 0.265709 0.000000 0.964053 0.332254 0.332254 0.332254 +5182.675293 0.000000 899.016724 0.000000 0.384371 0.000000 0.923179 0.333709 0.333709 0.333709 +5120.233887 0.000000 860.708862 0.000000 0.555701 0.000000 0.831382 0.335934 0.335934 0.335934 +5172.319336 0.000000 874.891418 0.000000 0.296276 0.000000 0.955102 0.331579 0.331579 0.331579 +5174.203613 0.000000 887.596069 0.000000 0.189127 0.000000 0.981953 0.330157 0.330157 0.330157 +5167.249023 0.000000 870.002869 0.000000 0.521902 0.000000 0.853005 0.334377 0.334377 0.334377 +5130.359863 0.000000 855.083130 0.000000 0.066429 0.000000 0.997791 0.326405 0.326405 0.326405 +5176.008301 0.000000 889.515015 0.000000 0.006494 0.000000 0.999979 0.324439 0.324439 0.324439 +5177.484375 0.000000 888.281494 0.000000 0.232994 0.000000 0.972478 0.328176 0.328176 0.328176 +5149.639160 0.000000 850.740784 0.000000 0.302130 0.000000 0.953267 0.328520 0.328520 0.328520 +5186.944824 0.000000 864.661560 0.000000 0.336559 0.000000 0.941662 0.334823 0.334823 0.334823 +5276.718750 0.000000 801.281677 0.000000 0.038304 0.000000 0.999266 0.322147 0.322147 0.322147 +5262.527832 0.000000 806.949158 0.000000 0.047441 0.000000 0.998874 0.317122 0.317122 0.317122 +5260.835938 0.000000 806.308289 0.000000 0.234213 0.000000 0.972185 0.322133 0.322133 0.322133 +5339.443848 0.000000 823.046204 0.000000 0.019869 0.000000 0.999803 0.330147 0.330147 0.330147 +5355.060059 0.000000 824.914856 0.000000 0.182625 0.000000 0.983183 0.332122 0.332122 0.332122 +5336.332520 0.000000 825.985657 0.000000 0.263998 0.000000 0.964523 0.332173 0.332173 0.332173 +5343.121582 0.000000 822.041504 0.000000 0.548520 0.000000 0.836137 0.334253 0.334253 0.334253 +5348.296387 0.000000 817.766418 0.000000 0.272778 0.000000 0.962077 0.326699 0.326699 0.326699 +5347.260742 0.000000 817.455566 0.000000 0.534447 0.000000 0.845202 0.330379 0.330379 0.330379 +5353.447266 0.000000 864.170959 0.000000 0.446629 0.000000 0.894719 0.331415 0.331415 0.331415 +5399.348633 0.000000 787.295349 0.000000 0.395406 0.000000 0.918507 0.335096 0.335096 0.335096 +5399.724609 0.000000 761.426331 0.000000 0.435394 0.000000 0.900240 0.333162 0.333162 0.333162 +5407.082031 0.000000 770.444580 0.000000 0.399823 0.000000 0.916592 0.331105 0.331105 0.331105 +5396.580078 0.000000 781.894043 0.000000 0.497475 0.000000 0.867478 0.326602 0.326602 0.326602 +5394.479492 0.000000 780.940369 0.000000 0.575511 0.000000 0.817794 0.330672 0.330672 0.330672 +5425.734375 0.000000 752.406006 0.000000 0.390968 0.000000 0.920404 0.330641 0.330641 0.330641 +5400.817383 0.000000 767.330444 0.000000 0.075285 0.000000 0.997162 0.319946 0.319946 0.319946 +5389.138672 0.000000 765.835205 0.000000 0.312116 0.000000 0.950044 0.328699 0.328699 0.328699 +5394.467285 0.000000 778.514038 0.000000 0.148508 0.000000 0.988911 0.322421 0.322421 0.322421 +5402.685059 0.000000 770.438232 0.000000 0.314660 0.000000 0.949205 0.324373 0.324373 0.324373 +5403.588867 0.000000 771.079651 0.000000 0.426462 0.000000 0.904506 0.326841 0.326841 0.326841 +5400.141602 0.000000 766.329651 0.000000 0.211026 0.000000 0.977480 0.322705 0.322705 0.322705 +5553.272949 0.000000 767.921814 0.000000 0.487608 0.000000 0.873063 0.338082 0.338082 0.338082 +5559.432129 0.000000 783.380554 0.000000 0.385595 0.000000 0.922668 0.334035 0.334035 0.334035 +5551.029785 0.000000 748.540405 0.000000 0.465270 0.000000 0.885169 0.334378 0.334378 0.334378 +5531.529297 0.000000 764.982788 0.000000 0.585646 0.000000 0.810567 0.335630 0.335630 0.335630 +5541.085938 0.000000 760.667786 0.000000 0.066371 0.000000 0.997795 0.326339 0.326339 0.326339 +5546.783691 0.000000 767.103149 0.000000 0.222828 0.000000 0.974858 0.328946 0.328946 0.328946 +5548.992676 0.000000 757.197632 0.000000 0.240832 0.000000 0.970567 0.329294 0.329294 0.329294 +5559.424805 0.000000 758.566040 0.000000 0.020560 0.000000 0.999789 0.326092 0.326092 0.326092 +5543.639160 0.000000 761.370056 0.000000 0.571421 0.000000 0.820657 0.335071 0.335071 0.335071 +5545.341797 0.000000 762.946838 0.000000 0.126561 0.000000 0.991959 0.326975 0.326975 0.326975 +5549.140625 0.000000 753.909424 0.000000 0.034469 0.000000 0.999406 0.321809 0.321809 0.321809 +5541.454590 0.000000 763.480774 0.000000 0.066062 0.000000 0.997815 0.321403 0.321403 0.321403 +5548.319336 0.000000 759.097229 0.000000 0.582442 0.000000 0.812872 0.333373 0.333373 0.333373 +5537.256836 0.000000 771.143677 0.000000 0.178039 0.000000 0.984023 0.325981 0.325981 0.325981 +5551.394531 0.000000 767.064331 0.000000 0.135191 0.000000 0.990820 0.322975 0.322975 0.322975 +5550.219727 0.000000 765.488525 0.000000 0.435910 0.000000 0.899990 0.329355 0.329355 0.329355 +5404.899902 0.000000 842.329956 0.000000 0.157201 0.000000 0.987567 0.329937 0.329937 0.329937 +5392.398438 0.000000 835.837708 0.000000 0.218733 0.000000 0.975785 0.329765 0.329765 0.329765 +5396.196289 0.000000 839.543579 0.000000 0.236122 0.000000 0.971723 0.329276 0.329276 0.329276 +5402.378418 0.000000 841.455078 0.000000 0.489318 0.000000 0.872105 0.332086 0.332086 0.332086 +5495.107910 0.000000 835.982544 0.000000 0.116440 0.000000 0.993198 0.333419 0.333419 0.333419 +5461.422363 0.000000 815.136108 0.000000 0.340030 0.000000 0.940414 0.333638 0.333638 0.333638 +5496.732422 0.000000 839.338318 0.000000 0.399655 0.000000 0.916665 0.331761 0.331761 0.331761 +5486.588379 0.000000 834.562561 0.000000 0.045780 0.000000 0.998952 0.323349 0.323349 0.323349 +5492.617188 0.000000 844.138306 0.000000 0.509176 0.000000 0.860663 0.326903 0.326903 0.326903 +5464.429199 0.000000 814.714722 0.000000 0.585844 0.000000 0.810424 0.331217 0.331217 0.331217 +5494.227051 0.000000 844.949463 0.000000 0.129853 0.000000 0.991533 0.317902 0.317902 0.317902 +5466.750000 0.000000 804.192017 0.000000 0.029299 0.000000 0.999571 0.315653 0.315653 0.315653 +5490.770508 0.000000 843.723694 0.000000 0.212863 0.000000 0.977082 0.319780 0.319780 0.319780 +5484.896973 0.000000 839.193054 0.000000 0.254238 0.000000 0.967142 0.323827 0.323827 0.323827 +5463.371094 0.000000 890.279541 0.000000 0.233004 0.000000 0.972476 0.334303 0.334303 0.334303 +5471.373535 0.000000 890.698730 0.000000 0.552635 0.000000 0.833424 0.337430 0.337430 0.337430 +5465.034668 0.000000 879.212158 0.000000 0.526414 0.000000 0.850228 0.335479 0.335479 0.335479 +5452.970703 0.000000 894.251404 0.000000 0.130704 0.000000 0.991421 0.330689 0.330689 0.330689 +5501.587402 0.000000 895.163452 0.000000 0.098005 0.000000 0.995186 0.327160 0.327160 0.327160 +5502.025391 0.000000 850.393738 0.000000 0.161847 0.000000 0.986816 0.326682 0.326682 0.326682 +5469.817383 0.000000 887.145081 0.000000 0.158421 0.000000 0.987372 0.325823 0.325823 0.325823 +5448.396484 0.000000 886.046265 0.000000 0.379259 0.000000 0.925290 0.331516 0.331516 0.331516 +5468.429199 0.000000 886.609070 0.000000 0.206296 0.000000 0.978490 0.326657 0.326657 0.326657 +5503.312988 0.000000 888.540588 0.000000 0.205133 0.000000 0.978734 0.327530 0.327530 0.327530 +5498.145020 0.000000 892.409790 0.000000 0.065113 0.000000 0.997878 0.324017 0.324017 0.324017 +5450.347656 0.000000 887.335266 0.000000 0.361500 0.000000 0.932372 0.329747 0.329747 0.329747 +5452.499512 0.000000 886.648499 0.000000 0.270873 0.000000 0.962615 0.326097 0.326097 0.326097 +5462.239258 0.000000 886.796692 0.000000 0.532706 0.000000 0.846300 0.331662 0.331662 0.331662 +5454.294922 0.000000 893.773926 0.000000 0.472919 0.000000 0.881106 0.329650 0.329650 0.329650 +5461.995605 0.000000 887.771545 0.000000 0.331814 0.000000 0.943345 0.322536 0.322536 0.322536 +5501.623047 0.000000 849.549683 0.000000 0.283341 0.000000 0.959019 0.321401 0.321401 0.321401 +5455.000977 0.000000 890.949646 0.000000 0.244381 0.000000 0.969679 0.323162 0.323162 0.323162 +5588.600586 0.000000 801.803223 0.000000 0.211660 0.000000 0.977343 0.329420 0.329420 0.329420 +5591.759277 0.000000 799.200195 0.000000 0.475071 0.000000 0.879948 0.329320 0.329320 0.329320 +5587.228027 0.000000 795.318787 0.000000 0.585293 0.000000 0.810822 0.332154 0.332154 0.332154 +5591.932129 0.000000 795.786133 0.000000 0.080660 0.000000 0.996742 0.321096 0.321096 0.321096 +5591.689453 0.000000 798.117249 0.000000 0.112586 0.000000 0.993642 0.321973 0.321973 0.321973 +5589.934570 0.000000 902.077576 0.000000 0.469991 0.000000 0.882671 0.336911 0.336911 0.336911 +5574.070312 0.000000 854.305603 0.000000 0.353378 0.000000 0.935481 0.334833 0.334833 0.334833 +5581.642090 0.000000 868.917297 0.000000 0.093423 0.000000 0.995626 0.329412 0.329412 0.329412 +5576.954590 0.000000 870.983643 0.000000 0.190973 0.000000 0.981595 0.329822 0.329822 0.329822 +5573.850586 0.000000 865.044067 0.000000 0.116885 0.000000 0.993146 0.328280 0.328280 0.328280 +5588.179199 0.000000 848.542786 0.000000 0.189732 0.000000 0.981836 0.328176 0.328176 0.328176 +5606.074219 0.000000 857.112183 0.000000 0.022660 0.000000 0.999743 0.326056 0.326056 0.326056 +5589.918945 0.000000 868.170715 0.000000 0.124514 0.000000 0.992218 0.324099 0.324099 0.324099 +5581.181641 0.000000 849.081604 0.000000 0.482812 0.000000 0.875724 0.329956 0.329956 0.329956 +5579.538086 0.000000 870.610596 0.000000 0.556970 0.000000 0.830533 0.330732 0.330732 0.330732 +5579.088379 0.000000 859.863708 0.000000 0.372763 0.000000 0.927927 0.327355 0.327355 0.327355 +5588.853027 0.000000 868.182007 0.000000 0.551817 0.000000 0.833965 0.332333 0.332333 0.332333 +5594.146973 0.000000 863.395081 0.000000 0.421778 0.000000 0.906699 0.325743 0.325743 0.325743 +5582.583984 0.000000 868.480713 0.000000 0.450320 0.000000 0.892867 0.328880 0.328880 0.328880 +5587.924316 0.000000 865.073486 0.000000 0.564030 0.000000 0.825755 0.328352 0.328352 0.328352 +5588.122559 0.000000 850.121765 0.000000 0.387342 0.000000 0.921936 0.325297 0.325297 0.325297 +5586.353516 0.000000 867.145386 0.000000 0.147834 0.000000 0.989012 0.318306 0.318306 0.318306 +5586.647949 0.000000 866.149902 0.000000 0.116082 0.000000 0.993240 0.317592 0.317592 0.317592 +5140.994629 0.000000 906.302673 0.000000 0.255695 0.000000 0.966757 0.334062 0.334062 0.334062 +5145.304688 0.000000 904.743713 0.000000 0.404477 0.000000 0.914548 0.334012 0.334012 0.334012 +5465.774414 0.000000 953.449219 0.000000 0.092266 0.000000 0.995734 0.329977 0.329977 0.329977 +5469.817383 0.000000 943.629456 0.000000 0.436111 0.000000 0.899893 0.331022 0.331022 0.331022 +5573.119141 0.000000 920.184204 0.000000 0.099235 0.000000 0.995064 0.333029 0.333029 0.333029 +5619.863281 0.000000 928.122742 0.000000 0.070943 0.000000 0.997480 0.332177 0.332177 0.332177 +5577.604492 0.000000 931.204407 0.000000 0.231286 0.000000 0.972886 0.333815 0.333815 0.333815 +5578.329590 0.000000 928.454590 0.000000 0.337033 0.000000 0.941493 0.334722 0.334722 0.334722 +5625.678223 0.000000 918.871643 0.000000 0.245591 0.000000 0.969373 0.332895 0.332895 0.332895 +5576.722168 0.000000 936.269104 0.000000 0.231073 0.000000 0.972937 0.332819 0.332819 0.332819 +5620.393066 0.000000 926.143616 0.000000 0.038859 0.000000 0.999245 0.330189 0.330189 0.330189 +5575.784180 0.000000 957.066406 0.000000 0.335614 0.000000 0.941999 0.332771 0.332771 0.332771 +5602.375977 0.000000 920.192749 0.000000 0.452852 0.000000 0.891586 0.334754 0.334754 0.334754 +5583.736328 0.000000 934.511230 0.000000 0.354101 0.000000 0.935207 0.332571 0.332571 0.332571 +5630.038574 0.000000 927.733215 0.000000 0.208599 0.000000 0.978001 0.330323 0.330323 0.330323 +5583.974609 0.000000 937.309875 0.000000 0.196946 0.000000 0.980414 0.330571 0.330571 0.330571 +5579.039062 0.000000 920.006409 0.000000 0.142514 0.000000 0.989793 0.329539 0.329539 0.329539 +5578.378418 0.000000 915.611389 0.000000 0.062087 0.000000 0.998071 0.329106 0.329106 0.329106 +5601.699219 0.000000 917.180237 0.000000 0.527669 0.000000 0.849450 0.335899 0.335899 0.335899 +5613.641602 0.000000 920.106995 0.000000 0.333903 0.000000 0.942608 0.332638 0.332638 0.332638 +5622.238281 0.000000 960.112061 0.000000 0.127745 0.000000 0.991807 0.328569 0.328569 0.328569 +5582.558105 0.000000 956.622864 0.000000 0.076558 0.000000 0.997065 0.324541 0.324541 0.324541 +5586.498535 0.000000 964.052368 0.000000 0.101497 0.000000 0.994836 0.331386 0.331386 0.331386 +5604.550293 0.000000 991.028381 0.000000 0.404183 0.000000 0.914678 0.335118 0.335118 0.335118 +5608.688965 0.000000 984.634888 0.000000 0.185570 0.000000 0.982631 0.332282 0.332282 0.332282 +5613.431152 0.000000 964.286072 0.000000 0.347849 0.000000 0.937551 0.333059 0.333059 0.333059 +5604.990723 0.000000 960.919983 0.000000 0.509912 0.000000 0.860227 0.336018 0.336018 0.336018 +5631.169434 0.000000 977.112061 0.000000 0.038684 0.000000 0.999251 0.328379 0.328379 0.328379 +5610.712402 0.000000 981.452820 0.000000 0.463917 0.000000 0.885879 0.334546 0.334546 0.334546 +5591.560547 0.000000 977.760193 0.000000 0.154190 0.000000 0.988041 0.328966 0.328966 0.328966 +5583.446289 0.000000 976.252441 0.000000 0.467963 0.000000 0.883748 0.334516 0.334516 0.334516 +5593.909180 0.000000 977.320679 0.000000 0.200538 0.000000 0.979686 0.329008 0.329008 0.329008 +5605.085938 0.000000 986.605286 0.000000 0.294366 0.000000 0.955693 0.330660 0.330660 0.330660 +5595.236816 0.000000 977.721252 0.000000 0.445482 0.000000 0.895291 0.331926 0.331926 0.331926 +5623.696777 0.000000 969.520203 0.000000 0.457151 0.000000 0.889389 0.333336 0.333336 0.333336 +5631.927246 0.000000 974.979736 0.000000 0.001818 0.000000 0.999998 0.325871 0.325871 0.325871 +5581.344238 0.000000 974.524109 0.000000 0.009492 0.000000 0.999955 0.325512 0.325512 0.325512 +5585.185059 0.000000 974.740417 0.000000 0.159399 0.000000 0.987214 0.328490 0.328490 0.328490 +5618.592773 0.000000 965.945557 0.000000 0.483825 0.000000 0.875165 0.333004 0.333004 0.333004 +5625.375000 0.000000 963.492126 0.000000 0.244017 0.000000 0.969771 0.327841 0.327841 0.327841 +5585.255371 0.000000 970.522827 0.000000 0.267135 0.000000 0.963659 0.327729 0.327729 0.327729 +5615.663086 0.000000 977.317566 0.000000 0.070887 0.000000 0.997484 0.323789 0.323789 0.323789 +5606.709473 0.000000 971.042053 0.000000 0.280660 0.000000 0.959807 0.327464 0.327464 0.327464 +5611.277832 0.000000 973.247009 0.000000 0.233476 0.000000 0.972362 0.327367 0.327367 0.327367 +5604.323242 0.000000 970.735107 0.000000 0.519486 0.000000 0.854479 0.333393 0.333393 0.333393 +5617.734375 0.000000 978.343506 0.000000 0.437652 0.000000 0.899144 0.331051 0.331051 0.331051 +5611.242188 0.000000 977.290833 0.000000 0.135925 0.000000 0.990719 0.326123 0.326123 0.326123 +5586.209473 0.000000 971.138000 0.000000 0.407140 0.000000 0.913366 0.330632 0.330632 0.330632 +5630.436523 0.000000 970.756653 0.000000 0.207016 0.000000 0.978338 0.327324 0.327324 0.327324 +5618.566406 0.000000 969.824768 0.000000 0.337155 0.000000 0.941449 0.328988 0.328988 0.328988 +5582.007324 0.000000 1104.093384 0.000000 0.400390 0.000000 0.916345 0.336937 0.336937 0.336937 +5588.089355 0.000000 1118.020020 0.000000 0.125802 0.000000 0.992055 0.333653 0.333653 0.333653 +5437.512207 0.000000 1242.682373 0.000000 0.413253 0.000000 0.910616 0.337046 0.337046 0.337046 +5496.065918 0.000000 1268.018799 0.000000 0.382412 0.000000 0.923992 0.336820 0.336820 0.336820 +5634.269043 0.000000 957.183838 0.000000 0.178250 0.000000 0.983985 0.332065 0.332065 0.332065 +5636.248535 0.000000 925.049866 0.000000 0.059615 0.000000 0.998221 0.330788 0.330788 0.330788 +5665.987305 0.000000 941.363647 0.000000 0.441640 0.000000 0.897192 0.335359 0.335359 0.335359 +5656.422363 0.000000 933.450256 0.000000 0.525263 0.000000 0.850940 0.336304 0.336304 0.336304 +5645.021484 0.000000 936.379028 0.000000 0.175276 0.000000 0.984519 0.330746 0.330746 0.330746 +5649.267090 0.000000 934.383789 0.000000 0.553556 0.000000 0.832812 0.335725 0.335725 0.335725 +5638.267578 0.000000 928.190063 0.000000 0.180705 0.000000 0.983537 0.329609 0.329609 0.329609 +5633.626465 0.000000 958.667358 0.000000 0.574958 0.000000 0.818183 0.335975 0.335975 0.335975 +5654.292480 0.000000 935.170593 0.000000 0.234416 0.000000 0.972136 0.330531 0.330531 0.330531 +5638.753418 0.000000 965.399048 0.000000 0.178241 0.000000 0.983987 0.328477 0.328477 0.328477 +5633.219727 0.000000 968.252930 0.000000 0.215525 0.000000 0.976498 0.328001 0.328001 0.328001 +5635.510254 0.000000 967.508423 0.000000 0.301848 0.000000 0.953356 0.328294 0.328294 0.328294 +5721.752441 0.000000 1073.095947 0.000000 0.547218 0.000000 0.836990 0.334141 0.334141 0.334141 +5719.622559 0.000000 1066.480591 0.000000 0.153529 0.000000 0.988144 0.319177 0.319177 0.319177 +5656.998535 0.000000 1103.959839 0.000000 0.423676 0.000000 0.905814 0.330789 0.330789 0.330789 +5667.812500 0.000000 1108.627197 0.000000 0.449432 0.000000 0.893315 0.325386 0.325386 0.325386 +5669.165527 0.000000 1111.245972 0.000000 0.228006 0.000000 0.973660 0.324402 0.324402 0.324402 +5666.144531 0.000000 1107.149658 0.000000 0.522310 0.000000 0.852755 0.327245 0.327245 0.327245 7409.352051 0.000000 505.008667 0.000000 0.077672 0.000000 0.996979 0.327887 0.327887 0.327887 7434.378418 0.000000 463.736359 0.000000 0.047737 0.000000 0.998860 0.327509 0.327509 0.327509 7425.323730 0.000000 457.932434 0.000000 0.257228 0.000000 0.966351 0.330188 0.330188 0.330188 +4227.913086 0.000000 2270.311523 0.000000 0.034247 0.000000 0.999413 0.331203 0.331203 0.331203 +4226.627930 0.000000 2288.082275 0.000000 0.365346 0.000000 0.930872 0.334680 0.334680 0.334680 +4224.144043 0.000000 2287.775146 0.000000 0.162188 0.000000 0.986760 0.330747 0.330747 0.330747 "} object={ name="oak_generator_3_1" @@ -18,8 +263,282 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_02_mesh" - count=8 - transform="7408.351074 0.000000 517.268250 0.000000 0.745487 0.000000 0.666521 0.338589 0.338589 0.338589 + count=283 + transform="4981.519043 0.000000 873.891052 0.000000 0.820729 0.000000 0.571317 0.342508 0.342508 0.342508 +4991.163574 0.000000 879.940186 0.000000 0.942159 0.000000 0.335165 0.345625 0.345625 0.345625 +4984.096680 0.000000 874.909546 0.000000 0.833984 0.000000 0.551789 0.342696 0.342696 0.342696 +4988.180664 0.000000 881.368164 0.000000 0.720574 0.000000 0.693378 0.339422 0.339422 0.339422 +4984.710938 0.000000 871.097168 0.000000 0.930500 0.000000 0.366292 0.344773 0.344773 0.344773 +4991.169434 0.000000 864.143311 0.000000 0.658409 0.000000 0.752660 0.338124 0.338124 0.338124 +5109.860840 0.000000 838.847717 0.000000 0.786514 0.000000 0.617572 0.341973 0.341973 0.341973 +5091.619629 0.000000 832.688110 0.000000 0.705984 0.000000 0.708228 0.339066 0.339066 0.339066 +5079.599609 0.000000 845.336426 0.000000 0.917242 0.000000 0.398330 0.344326 0.344326 0.344326 +5074.425781 0.000000 839.633423 0.000000 0.887201 0.000000 0.461384 0.342751 0.342751 0.342751 +5098.351562 0.000000 839.869629 0.000000 0.818719 0.000000 0.574194 0.340781 0.340781 0.340781 +5039.447754 0.000000 859.951294 0.000000 0.942298 0.000000 0.334776 0.345779 0.345779 0.345779 +5000.173828 0.000000 869.531921 0.000000 0.913897 0.000000 0.405946 0.344886 0.344886 0.344886 +4998.363770 0.000000 856.778259 0.000000 0.852464 0.000000 0.522786 0.343150 0.343150 0.343150 +4994.575684 0.000000 888.392700 0.000000 0.897497 0.000000 0.441020 0.344213 0.344213 0.344213 +5011.894531 0.000000 855.037415 0.000000 0.943343 0.000000 0.331820 0.345715 0.345715 0.345715 +5035.960938 0.000000 869.367859 0.000000 0.621116 0.000000 0.783719 0.338038 0.338038 0.338038 +5013.008301 0.000000 876.370667 0.000000 0.801683 0.000000 0.597749 0.341659 0.341659 0.341659 +5015.366211 0.000000 849.918335 0.000000 0.753389 0.000000 0.657575 0.340375 0.340375 0.340375 +5014.981445 0.000000 875.490173 0.000000 0.848186 0.000000 0.529698 0.342634 0.342634 0.342634 +5013.452637 0.000000 869.248535 0.000000 0.919470 0.000000 0.393161 0.344404 0.344404 0.344404 +5005.340332 0.000000 887.492432 0.000000 0.753677 0.000000 0.657246 0.340475 0.340475 0.340475 +4997.351074 0.000000 885.391602 0.000000 0.856351 0.000000 0.516395 0.342508 0.342508 0.342508 +5009.862305 0.000000 883.593079 0.000000 0.752035 0.000000 0.659123 0.339813 0.339813 0.339813 +4992.525879 0.000000 884.568726 0.000000 0.853307 0.000000 0.521409 0.342643 0.342643 0.342643 +5017.349609 0.000000 867.216309 0.000000 0.661580 0.000000 0.749874 0.338331 0.338331 0.338331 +5051.993164 0.000000 863.809204 0.000000 0.796642 0.000000 0.604452 0.341011 0.341011 0.341011 +4992.043457 0.000000 871.516663 0.000000 0.840445 0.000000 0.541897 0.341818 0.341818 0.341818 +5049.206055 0.000000 856.892151 0.000000 0.656165 0.000000 0.754617 0.338158 0.338158 0.338158 +5021.380859 0.000000 866.663269 0.000000 0.683106 0.000000 0.730319 0.338660 0.338660 0.338660 +5026.837891 0.000000 895.357056 0.000000 0.684154 0.000000 0.729337 0.338430 0.338430 0.338430 +5023.750977 0.000000 853.848572 0.000000 0.912744 0.000000 0.408532 0.344024 0.344024 0.344024 +5018.062500 0.000000 874.303223 0.000000 0.602447 0.000000 0.798159 0.336554 0.336554 0.336554 +5077.235840 0.000000 867.126709 0.000000 0.881954 0.000000 0.471335 0.343953 0.343953 0.343953 +5119.273438 0.000000 858.656677 0.000000 0.776294 0.000000 0.630370 0.341478 0.341478 0.341478 +5101.143066 0.000000 847.567932 0.000000 0.810606 0.000000 0.585592 0.341855 0.341855 0.341855 +5075.236816 0.000000 858.588684 0.000000 0.829042 0.000000 0.559186 0.342222 0.342222 0.342222 +5109.177734 0.000000 857.786072 0.000000 0.861348 0.000000 0.508016 0.343109 0.343109 0.343109 +5083.849121 0.000000 873.871216 0.000000 0.925421 0.000000 0.378940 0.344855 0.344855 0.344855 +5103.029785 0.000000 861.509155 0.000000 0.711892 0.000000 0.702289 0.338910 0.338910 0.338910 +5087.967773 0.000000 865.465332 0.000000 0.862824 0.000000 0.505505 0.342660 0.342660 0.342660 +5117.240234 0.000000 861.296814 0.000000 0.945253 0.000000 0.326337 0.345222 0.345222 0.345222 +5134.007324 0.000000 821.671448 0.000000 0.859317 0.000000 0.511444 0.343948 0.343948 0.343948 +5165.311035 0.000000 825.131165 0.000000 0.626884 0.000000 0.779112 0.339619 0.339619 0.339619 +5127.213379 0.000000 828.981323 0.000000 0.702027 0.000000 0.712150 0.340339 0.340339 0.340339 +5164.051758 0.000000 822.875549 0.000000 0.884060 0.000000 0.467373 0.344051 0.344051 0.344051 +5122.575684 0.000000 831.908325 0.000000 0.818516 0.000000 0.574484 0.342433 0.342433 0.342433 +5135.870117 0.000000 827.604126 0.000000 0.904650 0.000000 0.426155 0.344499 0.344499 0.344499 +5124.483887 0.000000 820.529968 0.000000 0.719494 0.000000 0.694498 0.339736 0.339736 0.339736 +5136.024902 0.000000 832.199829 0.000000 0.671500 0.000000 0.741005 0.338369 0.338369 0.338369 +5120.860352 0.000000 846.622742 0.000000 0.645449 0.000000 0.763803 0.335684 0.335684 0.335684 +5179.000977 0.000000 885.066711 0.000000 0.595837 0.000000 0.803105 0.338552 0.338552 0.338552 +5153.491699 0.000000 853.160889 0.000000 0.925263 0.000000 0.379327 0.345240 0.345240 0.345240 +5129.795410 0.000000 847.289978 0.000000 0.809523 0.000000 0.587088 0.342215 0.342215 0.342215 +5139.640625 0.000000 872.577393 0.000000 0.757481 0.000000 0.652857 0.341080 0.341080 0.341080 +5175.794922 0.000000 860.271851 0.000000 0.826422 0.000000 0.563052 0.342213 0.342213 0.342213 +5160.389160 0.000000 900.895996 0.000000 0.649565 0.000000 0.760306 0.338377 0.338377 0.338377 +5135.228516 0.000000 874.277771 0.000000 0.883268 0.000000 0.468868 0.343646 0.343646 0.343646 +5172.393066 0.000000 869.659241 0.000000 0.635936 0.000000 0.771742 0.338099 0.338099 0.338099 +5159.147461 0.000000 884.168884 0.000000 0.784490 0.000000 0.620141 0.340765 0.340765 0.340765 +5131.084961 0.000000 857.644287 0.000000 0.905978 0.000000 0.423324 0.344023 0.344023 0.344023 +5179.262207 0.000000 869.401611 0.000000 0.646692 0.000000 0.762751 0.338023 0.338023 0.338023 +5163.722656 0.000000 902.588867 0.000000 0.772132 0.000000 0.635462 0.340523 0.340523 0.340523 +5159.989746 0.000000 873.169495 0.000000 0.935352 0.000000 0.353718 0.344772 0.344772 0.344772 +5172.078125 0.000000 863.936340 0.000000 0.853875 0.000000 0.520479 0.342490 0.342490 0.342490 +5183.025879 0.000000 896.630798 0.000000 0.610432 0.000000 0.792069 0.336860 0.336860 0.336860 +5138.338867 0.000000 855.298828 0.000000 0.681372 0.000000 0.731937 0.337551 0.337551 0.337551 +5177.981445 0.000000 852.893188 0.000000 0.668081 0.000000 0.744088 0.336838 0.336838 0.336838 +5137.255371 0.000000 857.554077 0.000000 0.893144 0.000000 0.449771 0.342357 0.342357 0.342357 +5148.237305 0.000000 851.240906 0.000000 0.926821 0.000000 0.375504 0.343458 0.343458 0.343458 +5148.718750 0.000000 857.766052 0.000000 0.711002 0.000000 0.703190 0.337121 0.337121 0.337121 +5140.295898 0.000000 855.995605 0.000000 0.751107 0.000000 0.660180 0.337178 0.337178 0.337178 +5188.756836 0.000000 866.058838 0.000000 0.790321 0.000000 0.612694 0.341673 0.341673 0.341673 +5276.928223 0.000000 808.661316 0.000000 0.834023 0.000000 0.551730 0.342646 0.342646 0.342646 +5274.692383 0.000000 803.232178 0.000000 0.814539 0.000000 0.580109 0.341294 0.341294 0.341294 +5258.865723 0.000000 805.872070 0.000000 0.901864 0.000000 0.432021 0.340046 0.340046 0.340046 +5274.146973 0.000000 806.910706 0.000000 0.858338 0.000000 0.513084 0.339196 0.339196 0.339196 +5277.689453 0.000000 800.015686 0.000000 0.845387 0.000000 0.534154 0.339758 0.339758 0.339758 +5294.127441 0.000000 794.084167 0.000000 0.847081 0.000000 0.531464 0.337515 0.337515 0.337515 +5261.484375 0.000000 807.277527 0.000000 0.885641 0.000000 0.464370 0.339915 0.339915 0.339915 +5350.646484 0.000000 822.938477 0.000000 0.610920 0.000000 0.791692 0.338784 0.338784 0.338784 +5352.688965 0.000000 815.181763 0.000000 0.873524 0.000000 0.486782 0.343470 0.343470 0.343470 +5345.478516 0.000000 820.802734 0.000000 0.802069 0.000000 0.597231 0.341024 0.341024 0.341024 +5351.382324 0.000000 824.399719 0.000000 0.921115 0.000000 0.389291 0.344270 0.344270 0.344270 +5346.559570 0.000000 823.986755 0.000000 0.933253 0.000000 0.359220 0.344911 0.344911 0.344911 +5351.639160 0.000000 817.854431 0.000000 0.702099 0.000000 0.712079 0.337051 0.337051 0.337051 +5348.740723 0.000000 815.883362 0.000000 0.884302 0.000000 0.466916 0.342380 0.342380 0.342380 +5353.081055 0.000000 818.298584 0.000000 0.846348 0.000000 0.532630 0.340184 0.340184 0.340184 +5351.486328 0.000000 819.768372 0.000000 0.779539 0.000000 0.626354 0.338349 0.338349 0.338349 +5348.759766 0.000000 868.641846 0.000000 0.866999 0.000000 0.498309 0.343733 0.343733 0.343733 +5353.134766 0.000000 867.207642 0.000000 0.807247 0.000000 0.590214 0.336981 0.336981 0.336981 +5350.127930 0.000000 867.116211 0.000000 0.909698 0.000000 0.415271 0.340458 0.340458 0.340458 +5389.872070 0.000000 762.699341 0.000000 0.727770 0.000000 0.685821 0.340557 0.340557 0.340557 +5416.284180 0.000000 772.763428 0.000000 0.775311 0.000000 0.631579 0.341219 0.341219 0.341219 +5388.607910 0.000000 771.232483 0.000000 0.772928 0.000000 0.634494 0.339279 0.339279 0.339279 +5424.827148 0.000000 778.134766 0.000000 0.832572 0.000000 0.553917 0.340561 0.340561 0.340561 +5415.291504 0.000000 773.302368 0.000000 0.797036 0.000000 0.603931 0.337818 0.337818 0.337818 +5409.256836 0.000000 771.143677 0.000000 0.858549 0.000000 0.512732 0.340592 0.340592 0.340592 +5402.823242 0.000000 784.017029 0.000000 0.699982 0.000000 0.714161 0.334466 0.334466 0.334466 +5425.666504 0.000000 754.667480 0.000000 0.934169 0.000000 0.356830 0.342093 0.342093 0.342093 +5399.335449 0.000000 769.791321 0.000000 0.881362 0.000000 0.472441 0.339638 0.339638 0.339638 +5465.774414 0.000000 783.996094 0.000000 0.710514 0.000000 0.703683 0.339735 0.339735 0.339735 +5557.188965 0.000000 788.709595 0.000000 0.874766 0.000000 0.484545 0.342906 0.342906 0.342906 +5552.891113 0.000000 762.670959 0.000000 0.756239 0.000000 0.654296 0.339872 0.339872 0.339872 +5558.280273 0.000000 780.876221 0.000000 0.931900 0.000000 0.362715 0.344665 0.344665 0.344665 +5544.074707 0.000000 766.629822 0.000000 0.595222 0.000000 0.803561 0.335892 0.335892 0.335892 +5535.786621 0.000000 768.018250 0.000000 0.836305 0.000000 0.548265 0.340594 0.340594 0.340594 +5551.484375 0.000000 753.755981 0.000000 0.785186 0.000000 0.619260 0.339409 0.339409 0.339409 +5548.134277 0.000000 769.278198 0.000000 0.830425 0.000000 0.557131 0.340189 0.340189 0.340189 +5558.086914 0.000000 778.895996 0.000000 0.910261 0.000000 0.414035 0.342614 0.342614 0.342614 +5538.136719 0.000000 762.420715 0.000000 0.938024 0.000000 0.346572 0.343320 0.343320 0.343320 +5555.578125 0.000000 757.534180 0.000000 0.712279 0.000000 0.701896 0.335587 0.335587 0.335587 +5553.734375 0.000000 752.406006 0.000000 0.894646 0.000000 0.446777 0.342331 0.342331 0.342331 +5554.122070 0.000000 751.349792 0.000000 0.695644 0.000000 0.718386 0.333752 0.333752 0.333752 +5528.998535 0.000000 765.053589 0.000000 0.867528 0.000000 0.497388 0.340902 0.340902 0.340902 +5552.471680 0.000000 759.098633 0.000000 0.672429 0.000000 0.740162 0.334527 0.334527 0.334527 +5550.371582 0.000000 758.921631 0.000000 0.756857 0.000000 0.653581 0.337645 0.337645 0.337645 +5548.519531 0.000000 762.831360 0.000000 0.595814 0.000000 0.803123 0.332726 0.332726 0.332726 +5546.594238 0.000000 764.885376 0.000000 0.630858 0.000000 0.775899 0.332655 0.332655 0.332655 +5554.836914 0.000000 753.114746 0.000000 0.672483 0.000000 0.740113 0.331434 0.331434 0.331434 +5549.784668 0.000000 767.888489 0.000000 0.871764 0.000000 0.489926 0.339956 0.339956 0.339956 +5549.771973 0.000000 766.283630 0.000000 0.771729 0.000000 0.635951 0.336479 0.336479 0.336479 +5555.951172 0.000000 750.111511 0.000000 0.739329 0.000000 0.673345 0.335025 0.335025 0.335025 +5399.398438 0.000000 846.581482 0.000000 0.742425 0.000000 0.669929 0.338037 0.338037 0.338037 +5394.479492 0.000000 837.424744 0.000000 0.756197 0.000000 0.654344 0.337690 0.337690 0.337690 +5394.467285 0.000000 834.998413 0.000000 0.624637 0.000000 0.780915 0.331560 0.331560 0.331560 +5398.823730 0.000000 845.839294 0.000000 0.645909 0.000000 0.763414 0.330647 0.330647 0.330647 +5483.596680 0.000000 839.322754 0.000000 0.774928 0.000000 0.632049 0.341361 0.341361 0.341361 +5484.655273 0.000000 842.706665 0.000000 0.842672 0.000000 0.538427 0.341206 0.341206 0.341206 +5467.970215 0.000000 791.763367 0.000000 0.643198 0.000000 0.765700 0.336550 0.336550 0.336550 +5466.370605 0.000000 813.371033 0.000000 0.899001 0.000000 0.437946 0.342850 0.342850 0.342850 +5495.218262 0.000000 842.917786 0.000000 0.831804 0.000000 0.555069 0.339356 0.339356 0.339356 +5503.644043 0.000000 846.801758 0.000000 0.794661 0.000000 0.607053 0.335465 0.335465 0.335465 +5467.859375 0.000000 805.926453 0.000000 0.933897 0.000000 0.357542 0.341853 0.341853 0.341853 +5491.956055 0.000000 836.216187 0.000000 0.912994 0.000000 0.407974 0.340636 0.340636 0.340636 +5492.413574 0.000000 840.339294 0.000000 0.813023 0.000000 0.582232 0.337402 0.337402 0.337402 +5466.105957 0.000000 811.482178 0.000000 0.737278 0.000000 0.675589 0.336713 0.336713 0.336713 +5494.238281 0.000000 843.069458 0.000000 0.739440 0.000000 0.673222 0.336641 0.336641 0.336641 +5490.298340 0.000000 845.509644 0.000000 0.929908 0.000000 0.367793 0.341608 0.341608 0.341608 +5450.234863 0.000000 894.711548 0.000000 0.595566 0.000000 0.803306 0.337896 0.337896 0.337896 +5451.735352 0.000000 891.318909 0.000000 0.942858 0.000000 0.333194 0.344984 0.344984 0.344984 +5459.524902 0.000000 884.199463 0.000000 0.880803 0.000000 0.473483 0.342587 0.342587 0.342587 +5452.607910 0.000000 884.201233 0.000000 0.870272 0.000000 0.492571 0.342394 0.342394 0.342394 +5470.684082 0.000000 889.526184 0.000000 0.693606 0.000000 0.720354 0.337701 0.337701 0.337701 +5502.147949 0.000000 892.220337 0.000000 0.754296 0.000000 0.656534 0.338892 0.338892 0.338892 +5455.546387 0.000000 885.147522 0.000000 0.882901 0.000000 0.469559 0.341864 0.341864 0.341864 +5468.939453 0.000000 890.878418 0.000000 0.787788 0.000000 0.615946 0.337649 0.337649 0.337649 +5455.808594 0.000000 891.437012 0.000000 0.797512 0.000000 0.603303 0.336871 0.336871 0.336871 +5497.960449 0.000000 893.493347 0.000000 0.864346 0.000000 0.502897 0.338259 0.338259 0.338259 +5456.999512 0.000000 888.314575 0.000000 0.798588 0.000000 0.601878 0.338770 0.338770 0.338770 +5468.338867 0.000000 891.767517 0.000000 0.909190 0.000000 0.416381 0.342007 0.342007 0.342007 +5454.221680 0.000000 887.124573 0.000000 0.640213 0.000000 0.768197 0.330481 0.330481 0.330481 +5461.793945 0.000000 883.911011 0.000000 0.787972 0.000000 0.615711 0.335221 0.335221 0.335221 +5506.552734 0.000000 846.857483 0.000000 0.924849 0.000000 0.380335 0.345057 0.345057 0.345057 +5593.039551 0.000000 799.408752 0.000000 0.671455 0.000000 0.741045 0.334612 0.334612 0.334612 +5591.241699 0.000000 794.369202 0.000000 0.785638 0.000000 0.618686 0.337060 0.337060 0.337060 +5509.108887 0.000000 896.898254 0.000000 0.768003 0.000000 0.640446 0.339189 0.339189 0.339189 +5572.248535 0.000000 868.565491 0.000000 0.740504 0.000000 0.672052 0.340437 0.340437 0.340437 +5593.632324 0.000000 862.483154 0.000000 0.771359 0.000000 0.636401 0.339994 0.339994 0.339994 +5593.909180 0.000000 864.351929 0.000000 0.683188 0.000000 0.730243 0.338340 0.338340 0.338340 +5599.069336 0.000000 856.648743 0.000000 0.664647 0.000000 0.747158 0.337245 0.337245 0.337245 +5576.616211 0.000000 864.509277 0.000000 0.737493 0.000000 0.675355 0.338144 0.338144 0.338144 +5584.268066 0.000000 859.543762 0.000000 0.741963 0.000000 0.670441 0.338379 0.338379 0.338379 +5573.319336 0.000000 867.234070 0.000000 0.664841 0.000000 0.746985 0.335185 0.335185 0.335185 +5595.859375 0.000000 862.410828 0.000000 0.922864 0.000000 0.385127 0.341554 0.341554 0.341554 +5585.124023 0.000000 867.267151 0.000000 0.812539 0.000000 0.582907 0.336623 0.336623 0.336623 +5575.460938 0.000000 868.208618 0.000000 0.692369 0.000000 0.721544 0.335879 0.335879 0.335879 +5589.468262 0.000000 865.323608 0.000000 0.701147 0.000000 0.713017 0.332313 0.332313 0.332313 +5579.444824 0.000000 861.414917 0.000000 0.909372 0.000000 0.415984 0.340441 0.340441 0.340441 +5581.866699 0.000000 856.235779 0.000000 0.941694 0.000000 0.336471 0.343013 0.343013 0.343013 +5581.274414 0.000000 864.606018 0.000000 0.855687 0.000000 0.517493 0.339188 0.339188 0.339188 +5585.859375 0.000000 863.148132 0.000000 0.710181 0.000000 0.704019 0.332597 0.332597 0.332597 +5575.664551 0.000000 864.208984 0.000000 0.794706 0.000000 0.606994 0.336834 0.336834 0.336834 +5588.914551 0.000000 850.717651 0.000000 0.878789 0.000000 0.477211 0.339524 0.339524 0.339524 +5574.603516 0.000000 865.476807 0.000000 0.680397 0.000000 0.732844 0.333398 0.333398 0.333398 +5452.080078 0.000000 935.038818 0.000000 0.740871 0.000000 0.671647 0.340155 0.340155 0.340155 +5455.974609 0.000000 937.309875 0.000000 0.916677 0.000000 0.399629 0.344288 0.344288 0.344288 +5468.429199 0.000000 943.093445 0.000000 0.697480 0.000000 0.716604 0.336457 0.336457 0.336457 +5463.599609 0.000000 950.636719 0.000000 0.874141 0.000000 0.485672 0.340074 0.340074 0.340074 +5462.761719 0.000000 948.827759 0.000000 0.939356 0.000000 0.342945 0.342353 0.342353 0.342353 +5574.363770 0.000000 913.262634 0.000000 0.932373 0.000000 0.361498 0.345475 0.345475 0.345475 +5596.928223 0.000000 921.630066 0.000000 0.727405 0.000000 0.686209 0.340649 0.340649 0.340649 +5624.630371 0.000000 957.205017 0.000000 0.912596 0.000000 0.408863 0.344774 0.344774 0.344774 +5574.475098 0.000000 918.340637 0.000000 0.742082 0.000000 0.670309 0.340757 0.340757 0.340757 +5578.166504 0.000000 910.263611 0.000000 0.643514 0.000000 0.765435 0.338803 0.338803 0.338803 +5577.322266 0.000000 922.717651 0.000000 0.786285 0.000000 0.617864 0.341561 0.341561 0.341561 +5618.709961 0.000000 917.839844 0.000000 0.921000 0.000000 0.389563 0.344808 0.344808 0.344808 +5603.217285 0.000000 914.588562 0.000000 0.677336 0.000000 0.735674 0.339021 0.339021 0.339021 +5618.516602 0.000000 919.781433 0.000000 0.760619 0.000000 0.649199 0.340307 0.340307 0.340307 +5591.366211 0.000000 906.402710 0.000000 0.920371 0.000000 0.391046 0.344594 0.344594 0.344594 +5627.429199 0.000000 929.062622 0.000000 0.854630 0.000000 0.519238 0.342749 0.342749 0.342749 +5576.564453 0.000000 955.481079 0.000000 0.889586 0.000000 0.456768 0.343368 0.343368 0.343368 +5628.201172 0.000000 924.340515 0.000000 0.893212 0.000000 0.449635 0.343337 0.343337 0.343337 +5630.383301 0.000000 924.916443 0.000000 0.924796 0.000000 0.380462 0.344612 0.344612 0.344612 +5584.278320 0.000000 924.469299 0.000000 0.689363 0.000000 0.724416 0.338107 0.338107 0.338107 +5584.485352 0.000000 928.862183 0.000000 0.878630 0.000000 0.477502 0.342758 0.342758 0.342758 +5580.917480 0.000000 921.947144 0.000000 0.692289 0.000000 0.721620 0.337884 0.337884 0.337884 +5581.467285 0.000000 952.396790 0.000000 0.676675 0.000000 0.736282 0.337599 0.337599 0.337599 +5581.735352 0.000000 919.418091 0.000000 0.621059 0.000000 0.783764 0.336266 0.336266 0.336266 +5588.708984 0.000000 947.315430 0.000000 0.706009 0.000000 0.708203 0.338276 0.338276 0.338276 +5583.028809 0.000000 916.855896 0.000000 0.933156 0.000000 0.359472 0.344409 0.344409 0.344409 +5581.344238 0.000000 918.039734 0.000000 0.750276 0.000000 0.661125 0.338986 0.338986 0.338986 +5589.902344 0.000000 949.236389 0.000000 0.869119 0.000000 0.494603 0.341930 0.341930 0.341930 +5576.362793 0.000000 959.535034 0.000000 0.947587 0.000000 0.319499 0.344800 0.344800 0.344800 +5584.554199 0.000000 956.524902 0.000000 0.859690 0.000000 0.510816 0.341427 0.341427 0.341427 +5580.296875 0.000000 957.335693 0.000000 0.736186 0.000000 0.676780 0.337399 0.337399 0.337399 +5584.728516 0.000000 960.240967 0.000000 0.651883 0.000000 0.758320 0.337854 0.337854 0.337854 +5593.349609 0.000000 980.185059 0.000000 0.735035 0.000000 0.678029 0.339844 0.339844 0.339844 +5580.617676 0.000000 976.881714 0.000000 0.856271 0.000000 0.516526 0.342222 0.342222 0.342222 +5605.265137 0.000000 979.897888 0.000000 0.901539 0.000000 0.432697 0.343431 0.343431 0.343431 +5579.039062 0.000000 976.490784 0.000000 0.935472 0.000000 0.353400 0.344777 0.344777 0.344777 +5620.241699 0.000000 971.969177 0.000000 0.650004 0.000000 0.759931 0.336876 0.336876 0.336876 +5581.322266 0.000000 964.831116 0.000000 0.915034 0.000000 0.403377 0.344123 0.344123 0.344123 +5597.067383 0.000000 983.747314 0.000000 0.833685 0.000000 0.552241 0.341054 0.341054 0.341054 +5597.379395 0.000000 971.709778 0.000000 0.641831 0.000000 0.766846 0.337095 0.337095 0.337095 +5599.902832 0.000000 975.518066 0.000000 0.949795 0.000000 0.312873 0.345037 0.345037 0.345037 +5582.755859 0.000000 969.682434 0.000000 0.912778 0.000000 0.408456 0.343492 0.343492 0.343492 +5592.631836 0.000000 970.847229 0.000000 0.662162 0.000000 0.749361 0.336566 0.336566 0.336566 +5615.484375 0.000000 979.693481 0.000000 0.700599 0.000000 0.713555 0.337191 0.337191 0.337191 +5594.696777 0.000000 979.980469 0.000000 0.695602 0.000000 0.718428 0.337498 0.337498 0.337498 +5629.505859 0.000000 968.310791 0.000000 0.852895 0.000000 0.522082 0.340809 0.340809 0.340809 +5627.996582 0.000000 967.503296 0.000000 0.643259 0.000000 0.765648 0.336551 0.336551 0.336551 +5604.191406 0.000000 971.939331 0.000000 0.822430 0.000000 0.568867 0.340192 0.340192 0.340192 +5627.503906 0.000000 962.139648 0.000000 0.785786 0.000000 0.618499 0.338754 0.338754 0.338754 +5610.844238 0.000000 969.134216 0.000000 0.815734 0.000000 0.578427 0.340137 0.340137 0.340137 +5587.389160 0.000000 972.817261 0.000000 0.902146 0.000000 0.431431 0.342438 0.342438 0.342438 +5628.125488 0.000000 971.128967 0.000000 0.597998 0.000000 0.801497 0.334035 0.334035 0.334035 +5619.583984 0.000000 964.810303 0.000000 0.898741 0.000000 0.438480 0.342762 0.342762 0.342762 +5598.762207 0.000000 982.403015 0.000000 0.824499 0.000000 0.565863 0.340067 0.340067 0.340067 +5622.646973 0.000000 978.723022 0.000000 0.820189 0.000000 0.572093 0.340367 0.340367 0.340367 +5609.849121 0.000000 970.906555 0.000000 0.861627 0.000000 0.507541 0.340767 0.340767 0.340767 +5624.005371 0.000000 966.341614 0.000000 0.882700 0.000000 0.469937 0.342241 0.342241 0.342241 +5625.471191 0.000000 976.573669 0.000000 0.732643 0.000000 0.680614 0.338030 0.338030 0.338030 +5618.833984 0.000000 968.814697 0.000000 0.865795 0.000000 0.500399 0.341025 0.341025 0.341025 +5622.206543 0.000000 967.650085 0.000000 0.746929 0.000000 0.664904 0.338115 0.338115 0.338115 +5574.916992 0.000000 962.658325 0.000000 0.920755 0.000000 0.390141 0.343346 0.343346 0.343346 +5584.122070 0.000000 971.168091 0.000000 0.923742 0.000000 0.383014 0.343268 0.343268 0.343268 +5595.859375 0.000000 975.379578 0.000000 0.589701 0.000000 0.807621 0.333694 0.333694 0.333694 +5600.724121 0.000000 982.650696 0.000000 0.948919 0.000000 0.315518 0.344418 0.344418 0.344418 +5604.187500 0.000000 973.290100 0.000000 0.887593 0.000000 0.460629 0.341697 0.341697 0.341697 +5612.757812 0.000000 970.015137 0.000000 0.657954 0.000000 0.753058 0.335098 0.335098 0.335098 +5608.990723 0.000000 968.185669 0.000000 0.609224 0.000000 0.792998 0.334077 0.334077 0.334077 +5602.505859 0.000000 975.665710 0.000000 0.601932 0.000000 0.798547 0.333756 0.333756 0.333756 +5534.236816 0.000000 1125.733032 0.000000 0.695544 0.000000 0.718484 0.340964 0.340964 0.340964 +5575.671387 0.000000 1098.059692 0.000000 0.918951 0.000000 0.394372 0.345466 0.345466 0.345466 +5617.519043 0.000000 1079.532715 0.000000 0.942585 0.000000 0.333967 0.346177 0.346177 0.346177 +5498.807129 0.000000 1136.342041 0.000000 0.890408 0.000000 0.455163 0.344715 0.344715 0.344715 +5495.638184 0.000000 1201.915283 0.000000 0.843211 0.000000 0.537583 0.343627 0.343627 0.343627 +5535.758301 0.000000 1216.331543 0.000000 0.877314 0.000000 0.479917 0.344380 0.344380 0.344380 +5526.478027 0.000000 1221.065186 0.000000 0.873278 0.000000 0.487223 0.344264 0.344264 0.344264 +5668.620605 0.000000 950.458496 0.000000 0.615209 0.000000 0.788364 0.339406 0.339406 0.339406 +5655.293457 0.000000 927.314758 0.000000 0.770435 0.000000 0.637518 0.341936 0.341936 0.341936 +5655.885254 0.000000 929.530090 0.000000 0.893981 0.000000 0.448106 0.344214 0.344214 0.344214 +5667.522949 0.000000 948.395935 0.000000 0.945491 0.000000 0.325648 0.345841 0.345841 0.345841 +5657.034668 0.000000 935.696533 0.000000 0.921163 0.000000 0.389176 0.344376 0.344376 0.344376 +5662.190918 0.000000 940.803833 0.000000 0.734657 0.000000 0.678439 0.339771 0.339771 0.339771 +5647.217285 0.000000 935.898499 0.000000 0.673156 0.000000 0.739501 0.338000 0.338000 0.338000 +5639.754395 0.000000 933.716309 0.000000 0.829575 0.000000 0.558396 0.340604 0.340604 0.340604 +5642.166504 0.000000 966.747986 0.000000 0.715255 0.000000 0.698864 0.340162 0.340162 0.340162 +5638.912598 0.000000 960.236023 0.000000 0.895910 0.000000 0.444236 0.343745 0.343745 0.343745 +5641.693359 0.000000 969.297119 0.000000 0.945331 0.000000 0.326114 0.345486 0.345486 0.345486 +5637.431641 0.000000 971.011047 0.000000 0.890955 0.000000 0.454092 0.343348 0.343348 0.343348 +5639.015137 0.000000 968.456482 0.000000 0.854992 0.000000 0.518641 0.341996 0.341996 0.341996 +5634.732422 0.000000 968.447998 0.000000 0.622560 0.000000 0.782572 0.335707 0.335707 0.335707 +5634.773438 0.000000 966.275818 0.000000 0.717971 0.000000 0.696073 0.336781 0.336781 0.336781 +5715.253418 0.000000 1064.305420 0.000000 0.688199 0.000000 0.725522 0.339927 0.339927 0.339927 +5714.134277 0.000000 1073.118896 0.000000 0.917234 0.000000 0.398350 0.342911 0.342911 0.342911 +5715.158691 0.000000 1071.049683 0.000000 0.607693 0.000000 0.794172 0.332400 0.332400 0.332400 +5668.916016 0.000000 1101.265503 0.000000 0.790877 0.000000 0.611975 0.341340 0.341340 0.341340 +5658.685059 0.000000 1102.800781 0.000000 0.868766 0.000000 0.495224 0.339226 0.339226 0.339226 +5668.375977 0.000000 1110.467896 0.000000 0.896363 0.000000 0.443320 0.341231 0.341231 0.341231 +5664.414062 0.000000 1109.234985 0.000000 0.814516 0.000000 0.580141 0.336210 0.336210 0.336210 +5667.412598 0.000000 1106.045532 0.000000 0.687516 0.000000 0.726169 0.331891 0.331891 0.331891 +5714.082520 0.000000 1073.265381 0.000000 0.896310 0.000000 0.443429 0.342052 0.342052 0.342052 +7408.351074 0.000000 517.268250 0.000000 0.745487 0.000000 0.666521 0.338589 0.338589 0.338589 7424.213379 0.000000 463.976654 0.000000 0.939659 0.000000 0.342113 0.343257 0.343257 0.343257 7429.924316 0.000000 467.514465 0.000000 0.890423 0.000000 0.455133 0.339575 0.339575 0.339575 7432.323730 0.000000 470.399506 0.000000 0.742840 0.000000 0.669469 0.337758 0.337758 0.337758 @@ -27,6 +546,7 @@ object={ 7425.228027 0.000000 462.303497 0.000000 0.871271 0.000000 0.490802 0.340093 0.340093 0.340093 7426.182129 0.000000 464.550659 0.000000 0.788346 0.000000 0.615232 0.336248 0.336248 0.336248 7429.606445 0.000000 466.237244 0.000000 0.847509 0.000000 0.530781 0.337655 0.337655 0.337655 +4227.099121 0.000000 2286.076660 0.000000 0.911298 0.000000 0.411748 0.344438 0.344438 0.344438 "} object={ name="oak_generator_3_2" @@ -35,8 +555,252 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_03_mesh" - count=8 - transform="7410.833984 0.000000 516.939697 0.000000 0.999884 0.000000 0.015243 0.349758 0.349758 0.349758 + count=253 + transform="4983.060547 0.000000 888.865356 0.000000 0.990914 0.000000 0.134497 0.348415 0.348415 0.348415 +4982.158691 0.000000 879.325378 0.000000 0.999748 0.000000 0.022459 0.349720 0.349720 0.349720 +4983.794922 0.000000 860.271851 0.000000 0.995204 0.000000 -0.097824 0.351237 0.351237 0.351237 +4985.129395 0.000000 886.084229 0.000000 0.958408 0.000000 -0.285401 0.353718 0.353718 0.353718 +4987.429199 0.000000 872.578247 0.000000 0.999991 0.000000 0.004133 0.349944 0.349944 0.349944 +4989.810547 0.000000 880.919067 0.000000 0.988616 0.000000 -0.150458 0.352085 0.352085 0.352085 +4988.201172 0.000000 867.856140 0.000000 0.958944 0.000000 -0.283596 0.354208 0.354208 0.354208 +4985.773926 0.000000 869.054443 0.000000 0.999960 0.000000 -0.008954 0.350132 0.350132 0.350132 +5008.382324 0.000000 846.597656 0.000000 0.985165 0.000000 0.171611 0.347807 0.347807 0.347807 +5006.368652 0.000000 846.634766 0.000000 0.962853 0.000000 -0.270026 0.353608 0.353608 0.353608 +5100.412598 0.000000 833.054993 0.000000 0.991714 0.000000 -0.128468 0.351514 0.351514 0.351514 +5095.778320 0.000000 846.616211 0.000000 0.999698 0.000000 0.024563 0.349682 0.349682 0.349682 +5106.750488 0.000000 831.334534 0.000000 0.951551 0.000000 0.307491 0.345849 0.345849 0.345849 +5076.141113 0.000000 844.713013 0.000000 0.996153 0.000000 -0.087631 0.351173 0.351173 0.351173 +5109.449707 0.000000 840.672791 0.000000 0.994357 0.000000 -0.106087 0.351435 0.351435 0.351435 +5072.310547 0.000000 838.376709 0.000000 0.981878 0.000000 -0.189513 0.352624 0.352624 0.352624 +5074.010742 0.000000 841.314331 0.000000 0.969348 0.000000 -0.245692 0.353438 0.353438 0.353438 +5096.675293 0.000000 837.821533 0.000000 0.980004 0.000000 0.198978 0.346902 0.346902 0.346902 +5045.566895 0.000000 859.727844 0.000000 0.971034 0.000000 -0.238942 0.352983 0.352983 0.352983 +5026.508301 0.000000 893.831360 0.000000 0.998245 0.000000 -0.059219 0.350779 0.350779 0.350779 +5044.316895 0.000000 876.391541 0.000000 0.980429 0.000000 -0.196873 0.352554 0.352554 0.352554 +5007.824707 0.000000 870.712280 0.000000 0.990008 0.000000 0.141009 0.348078 0.348078 0.348078 +5012.433105 0.000000 864.280212 0.000000 0.999165 0.000000 -0.040847 0.350569 0.350569 0.350569 +5055.416504 0.000000 854.490601 0.000000 0.971711 0.000000 0.236173 0.346698 0.346698 0.346698 +4996.846680 0.000000 862.172913 0.000000 0.973497 0.000000 0.228700 0.346623 0.346623 0.346623 +5022.394531 0.000000 865.311951 0.000000 0.999710 0.000000 -0.024066 0.350366 0.350366 0.350366 +5020.743164 0.000000 875.878662 0.000000 0.970713 0.000000 0.240244 0.346523 0.346523 0.346523 +4998.382324 0.000000 884.265564 0.000000 0.980718 0.000000 -0.195430 0.352827 0.352827 0.352827 +5097.676758 0.000000 865.332642 0.000000 0.976534 0.000000 -0.215363 0.352589 0.352589 0.352589 +5100.194824 0.000000 859.343018 0.000000 0.999982 0.000000 -0.005969 0.350071 0.350071 0.350071 +5089.448730 0.000000 870.562439 0.000000 0.987997 0.000000 -0.154472 0.351857 0.351857 0.351857 +5115.000977 0.000000 885.066711 0.000000 0.983501 0.000000 -0.180901 0.352233 0.352233 0.352233 +5086.816895 0.000000 861.703430 0.000000 0.981925 0.000000 0.189271 0.347604 0.347604 0.347604 +5110.255859 0.000000 856.025696 0.000000 0.957092 0.000000 0.289784 0.346249 0.346249 0.346249 +5113.190430 0.000000 889.372437 0.000000 0.988574 0.000000 0.150736 0.348083 0.348083 0.348083 +5111.893555 0.000000 890.770386 0.000000 0.984790 0.000000 0.173750 0.347703 0.347703 0.347703 +5116.180664 0.000000 881.368164 0.000000 0.980756 0.000000 -0.195236 0.352627 0.352627 0.352627 +5112.708984 0.000000 867.709106 0.000000 0.989347 0.000000 0.145575 0.348040 0.348040 0.348040 +5056.371582 0.000000 852.350464 0.000000 0.993481 0.000000 0.113998 0.348443 0.348443 0.348443 +5103.105469 0.000000 850.826965 0.000000 0.997131 0.000000 -0.075689 0.351043 0.351043 0.351043 +5085.325684 0.000000 851.740601 0.000000 0.955617 0.000000 -0.294612 0.354272 0.354272 0.354272 +5061.850586 0.000000 865.044067 0.000000 0.992621 0.000000 0.121259 0.348205 0.348205 0.348205 +5130.329590 0.000000 815.485840 0.000000 0.985056 0.000000 -0.172232 0.352110 0.352110 0.352110 +5132.080078 0.000000 822.070068 0.000000 0.996793 0.000000 -0.080018 0.351050 0.351050 0.351050 +5176.427734 0.000000 842.652222 0.000000 0.992267 0.000000 -0.124124 0.351729 0.351729 0.351729 +5124.298828 0.000000 846.679688 0.000000 0.999049 0.000000 0.043605 0.349341 0.349341 0.349341 +5190.997070 0.000000 831.038208 0.000000 0.997023 0.000000 -0.077103 0.351015 0.351015 0.351015 +5178.631836 0.000000 882.402039 0.000000 0.995362 0.000000 -0.096205 0.351166 0.351166 0.351166 +5120.936035 0.000000 869.875183 0.000000 0.999622 0.000000 0.027477 0.349667 0.349667 0.349667 +5123.820801 0.000000 861.070984 0.000000 0.997973 0.000000 -0.063644 0.350776 0.350776 0.350776 +5150.952637 0.000000 866.777954 0.000000 0.956210 0.000000 -0.292681 0.353608 0.353608 0.353608 +5122.944824 0.000000 864.661560 0.000000 0.999121 0.000000 0.041931 0.349474 0.349474 0.349474 +5126.028809 0.000000 870.195251 0.000000 0.976375 0.000000 -0.216082 0.352826 0.352826 0.352826 +5165.814941 0.000000 883.811707 0.000000 0.998814 0.000000 -0.048693 0.350624 0.350624 0.350624 +5149.739258 0.000000 868.728699 0.000000 0.968568 0.000000 -0.248749 0.353262 0.353262 0.353262 +5123.099121 0.000000 873.967285 0.000000 0.976389 0.000000 -0.216018 0.352882 0.352882 0.352882 +5163.960938 0.000000 869.367859 0.000000 0.994993 0.000000 -0.099943 0.351308 0.351308 0.351308 +5167.250488 0.000000 876.246521 0.000000 0.996918 0.000000 -0.078449 0.351081 0.351081 0.351081 +5156.749023 0.000000 856.635132 0.000000 0.999832 0.000000 0.018335 0.349755 0.349755 0.349755 +5168.748535 0.000000 848.677917 0.000000 0.998339 0.000000 0.057615 0.349202 0.349202 0.349202 +5127.620605 0.000000 853.494873 0.000000 0.977196 0.000000 0.212338 0.347074 0.347074 0.347074 +5167.392090 0.000000 868.545837 0.000000 0.998467 0.000000 -0.055346 0.350806 0.350806 0.350806 +5143.673828 0.000000 853.221741 0.000000 0.993051 0.000000 0.117682 0.348320 0.348320 0.348320 +5141.918945 0.000000 858.773010 0.000000 0.991264 0.000000 0.131895 0.347989 0.347989 0.347989 +5145.045410 0.000000 859.157471 0.000000 0.979481 0.000000 0.201538 0.346959 0.346959 0.346959 +5133.322266 0.000000 851.862366 0.000000 0.999694 0.000000 -0.024733 0.350379 0.350379 0.350379 +5146.256836 0.000000 851.990540 0.000000 0.984821 0.000000 -0.173573 0.352683 0.352683 0.352683 +5142.249023 0.000000 903.632812 0.000000 0.962307 0.000000 0.271966 0.346005 0.346005 0.346005 +5121.945801 0.000000 863.569458 0.000000 0.999917 0.000000 -0.012863 0.350186 0.350186 0.350186 +5172.968750 0.000000 879.013245 0.000000 0.987330 0.000000 0.158682 0.347452 0.347452 0.347452 +5257.676758 0.000000 805.457764 0.000000 0.975890 0.000000 0.218262 0.346799 0.346799 0.346799 +5280.868164 0.000000 807.152649 0.000000 0.966284 0.000000 0.257478 0.346052 0.346052 0.346052 +5276.514160 0.000000 804.578064 0.000000 0.953878 0.000000 -0.300195 0.355968 0.355968 0.355968 +5263.258301 0.000000 807.702393 0.000000 0.954631 0.000000 0.297791 0.343474 0.343474 0.343474 +5345.641602 0.000000 808.859863 0.000000 0.988243 0.000000 0.152891 0.348082 0.348082 0.348082 +5368.742188 0.000000 820.675110 0.000000 0.962250 0.000000 0.272167 0.346520 0.346520 0.346520 +5341.854004 0.000000 819.973572 0.000000 0.966444 0.000000 0.256879 0.345891 0.345891 0.345891 +5344.863281 0.000000 811.605896 0.000000 0.966845 0.000000 0.255364 0.345826 0.345826 0.345826 +5349.454590 0.000000 819.965149 0.000000 0.964527 0.000000 0.263985 0.345506 0.345506 0.345506 +5336.817383 0.000000 823.814819 0.000000 0.999507 0.000000 0.031386 0.349435 0.349435 0.349435 +5362.699707 0.000000 821.834167 0.000000 0.984463 0.000000 0.175591 0.346861 0.346861 0.346861 +5346.564453 0.000000 816.761108 0.000000 0.987268 0.000000 0.159069 0.346887 0.346887 0.346887 +5347.876465 0.000000 819.287354 0.000000 0.996709 0.000000 -0.081066 0.351496 0.351496 0.351496 +5352.529297 0.000000 865.136169 0.000000 0.988628 0.000000 0.150382 0.347467 0.347467 0.347467 +5350.880859 0.000000 867.654846 0.000000 0.957933 0.000000 0.286992 0.343514 0.343514 0.343514 +5388.083496 0.000000 779.810730 0.000000 0.995865 0.000000 0.090850 0.348903 0.348903 0.348903 +5390.389160 0.000000 767.681580 0.000000 0.984468 0.000000 -0.175562 0.352228 0.352228 0.352228 +5403.203125 0.000000 773.614563 0.000000 0.985257 0.000000 0.171081 0.347799 0.347799 0.347799 +5397.843750 0.000000 784.581604 0.000000 0.978532 0.000000 -0.206095 0.352739 0.352739 0.352739 +5401.774414 0.000000 783.996094 0.000000 0.996831 0.000000 0.079550 0.348911 0.348911 0.348911 +5424.927734 0.000000 779.312805 0.000000 0.990343 0.000000 0.138636 0.347764 0.347764 0.347764 +5399.377441 0.000000 768.802612 0.000000 0.995860 0.000000 0.090902 0.348083 0.348083 0.348083 +5395.773926 0.000000 778.237244 0.000000 0.955854 0.000000 0.293841 0.344215 0.344215 0.344215 +5403.358398 0.000000 771.938049 0.000000 0.967850 0.000000 -0.251527 0.355210 0.355210 0.355210 +5465.752441 0.000000 790.674072 0.000000 0.957983 0.000000 -0.286824 0.354753 0.354753 0.354753 +5547.060059 0.000000 768.430481 0.000000 0.978749 0.000000 0.205064 0.347257 0.347257 0.347257 +5555.561035 0.000000 760.558777 0.000000 0.999878 0.000000 0.015614 0.349792 0.349792 0.349792 +5528.422363 0.000000 763.997131 0.000000 0.969041 0.000000 -0.246898 0.353324 0.353324 0.353324 +5550.908691 0.000000 745.606323 0.000000 0.982210 0.000000 0.187788 0.347285 0.347285 0.347285 +5556.887695 0.000000 757.883972 0.000000 0.998534 0.000000 -0.054124 0.350897 0.350897 0.350897 +5557.656738 0.000000 756.940308 0.000000 0.999673 0.000000 -0.025559 0.350423 0.350423 0.350423 +5551.705078 0.000000 765.580688 0.000000 0.976987 0.000000 0.213300 0.346037 0.346037 0.346037 +5550.525879 0.000000 762.025085 0.000000 0.993380 0.000000 0.114876 0.347837 0.347837 0.347837 +5552.795410 0.000000 744.321899 0.000000 0.989603 0.000000 -0.143823 0.352434 0.352434 0.352434 +5530.905273 0.000000 767.870239 0.000000 0.999692 0.000000 -0.024804 0.350426 0.350426 0.350426 +5546.742676 0.000000 758.486511 0.000000 0.995099 0.000000 -0.098886 0.351952 0.351952 0.351952 +5558.952148 0.000000 778.252869 0.000000 0.973196 0.000000 -0.229977 0.354015 0.354015 0.354015 +5538.564453 0.000000 760.276733 0.000000 0.993952 0.000000 0.109819 0.347918 0.347918 0.347918 +5550.206055 0.000000 763.244629 0.000000 0.993746 0.000000 0.111665 0.347898 0.347898 0.347898 +5536.311035 0.000000 767.062805 0.000000 0.975129 0.000000 0.221640 0.345918 0.345918 0.345918 +5555.971191 0.000000 754.604736 0.000000 0.993772 0.000000 -0.111436 0.352322 0.352322 0.352322 +5401.314941 0.000000 843.510986 0.000000 0.955371 0.000000 -0.295409 0.355594 0.355594 0.355594 +5398.794922 0.000000 844.660645 0.000000 0.999964 0.000000 -0.008473 0.350189 0.350189 0.350189 +5406.155273 0.000000 846.274963 0.000000 0.982273 0.000000 0.187456 0.346120 0.346120 0.346120 +5395.773926 0.000000 834.721619 0.000000 0.995758 0.000000 -0.092010 0.351896 0.351896 0.351896 +5402.448730 0.000000 838.316345 0.000000 0.972906 0.000000 0.231200 0.344903 0.344903 0.344903 +5499.964844 0.000000 842.083069 0.000000 0.975199 0.000000 0.221328 0.346909 0.346909 0.346909 +5490.249023 0.000000 840.461304 0.000000 0.990885 0.000000 -0.134713 0.352178 0.352178 0.352178 +5462.048340 0.000000 813.894165 0.000000 0.971258 0.000000 0.238027 0.346262 0.346262 0.346262 +5490.230469 0.000000 841.737610 0.000000 0.968791 0.000000 -0.247881 0.354038 0.354038 0.354038 +5491.368652 0.000000 842.267151 0.000000 0.998367 0.000000 0.057129 0.348726 0.348726 0.348726 +5464.484375 0.000000 790.792358 0.000000 0.998893 0.000000 0.047043 0.349231 0.349231 0.349231 +5490.290039 0.000000 844.547363 0.000000 0.985049 0.000000 -0.172275 0.353858 0.353858 0.353858 +5493.492676 0.000000 846.310608 0.000000 0.999612 0.000000 -0.027848 0.350462 0.350462 0.350462 +5491.127441 0.000000 839.822632 0.000000 0.999582 0.000000 -0.028921 0.350562 0.350562 0.350562 +5464.788574 0.000000 804.893555 0.000000 0.956240 0.000000 -0.292585 0.356616 0.356616 0.356616 +5503.583984 0.000000 843.076294 0.000000 0.990178 0.000000 0.139814 0.346948 0.346948 0.346948 +5462.463867 0.000000 815.023865 0.000000 0.998842 0.000000 -0.048111 0.350965 0.350965 0.350965 +5462.068359 0.000000 805.508606 0.000000 0.988336 0.000000 0.152287 0.346874 0.346874 0.346874 +5492.963379 0.000000 838.645996 0.000000 0.999115 0.000000 0.042071 0.349062 0.349062 0.349062 +5462.711914 0.000000 808.679932 0.000000 0.996386 0.000000 0.084937 0.348328 0.348328 0.348328 +5492.316406 0.000000 844.976807 0.000000 0.972272 0.000000 0.233852 0.344741 0.344741 0.344741 +5499.305664 0.000000 897.044617 0.000000 0.976068 0.000000 0.217467 0.347203 0.347203 0.347203 +5499.529785 0.000000 847.912598 0.000000 0.997631 0.000000 -0.068788 0.350908 0.350908 0.350908 +5500.027344 0.000000 892.148010 0.000000 0.999864 0.000000 0.016500 0.349769 0.349769 0.349769 +5497.099121 0.000000 894.267700 0.000000 0.960785 0.000000 0.277296 0.345605 0.345605 0.345605 +5463.733887 0.000000 889.166809 0.000000 0.994469 0.000000 -0.105031 0.352345 0.352345 0.352345 +5502.141113 0.000000 894.133850 0.000000 0.999135 0.000000 0.041577 0.349293 0.349293 0.349293 +5460.037109 0.000000 887.014282 0.000000 0.953621 0.000000 -0.301009 0.356813 0.356813 0.356813 +5468.235840 0.000000 889.942688 0.000000 0.995300 0.000000 -0.096842 0.352161 0.352161 0.352161 +5456.604004 0.000000 890.923340 0.000000 0.969781 0.000000 0.243976 0.344853 0.344853 0.344853 +5456.047852 0.000000 886.433044 0.000000 0.996462 0.000000 0.084044 0.348246 0.348246 0.348246 +5503.875000 0.000000 849.659485 0.000000 0.984772 0.000000 -0.173852 0.353893 0.353893 0.353893 +5466.283691 0.000000 888.500488 0.000000 0.996551 0.000000 0.082989 0.348149 0.348149 0.348149 +5460.163574 0.000000 884.873657 0.000000 0.967528 0.000000 0.252765 0.344719 0.344719 0.344719 +5460.676758 0.000000 886.434204 0.000000 0.974640 0.000000 0.223778 0.344971 0.344971 0.344971 +5588.832520 0.000000 803.360901 0.000000 0.981931 0.000000 0.189241 0.347679 0.347679 0.347679 +5580.955566 0.000000 846.645386 0.000000 0.995077 0.000000 -0.099103 0.351579 0.351579 0.351579 +5587.737305 0.000000 797.262939 0.000000 0.997763 0.000000 -0.066856 0.351111 0.351111 0.351111 +5587.257324 0.000000 794.054504 0.000000 0.999565 0.000000 -0.029500 0.350557 0.350557 0.350557 +5505.657715 0.000000 847.769348 0.000000 0.967174 0.000000 0.254117 0.346037 0.346037 0.346037 +5505.950684 0.000000 887.240051 0.000000 0.990960 0.000000 -0.134156 0.352169 0.352169 0.352169 +5582.979980 0.000000 872.105774 0.000000 0.977776 0.000000 0.209654 0.347407 0.347407 0.347407 +5603.217285 0.000000 858.104187 0.000000 0.989114 0.000000 -0.147149 0.351916 0.351916 0.351916 +5582.777344 0.000000 867.517761 0.000000 0.982389 0.000000 -0.186848 0.352652 0.352652 0.352652 +5581.299805 0.000000 858.732300 0.000000 0.997914 0.000000 0.064550 0.348998 0.348998 0.348998 +5574.510254 0.000000 863.866028 0.000000 0.975081 0.000000 0.221848 0.346638 0.346638 0.346638 +5595.824219 0.000000 860.127136 0.000000 0.984645 0.000000 -0.174568 0.352905 0.352905 0.352905 +5600.901855 0.000000 854.149353 0.000000 0.999561 0.000000 0.029630 0.349499 0.349499 0.349499 +5578.056641 0.000000 870.912842 0.000000 0.982136 0.000000 -0.188174 0.353722 0.353722 0.353722 +5584.583008 0.000000 865.522217 0.000000 0.982179 0.000000 0.187947 0.346539 0.346539 0.346539 +5584.854492 0.000000 864.189148 0.000000 0.965629 0.000000 -0.259924 0.354813 0.354813 0.354813 +5578.929688 0.000000 871.277710 0.000000 0.988951 0.000000 -0.148245 0.352925 0.352925 0.352925 +5587.120117 0.000000 864.434570 0.000000 0.996643 0.000000 0.081873 0.348174 0.348174 0.348174 +5142.020996 0.000000 905.070068 0.000000 0.993672 0.000000 -0.112324 0.351564 0.351564 0.351564 +5468.720215 0.000000 944.259155 0.000000 0.998661 0.000000 -0.051739 0.350692 0.350692 0.350692 +5455.217285 0.000000 935.898499 0.000000 0.972693 0.000000 0.232094 0.346480 0.346480 0.346480 +5467.906250 0.000000 942.164307 0.000000 0.999846 0.000000 -0.017573 0.350359 0.350359 0.350359 +5626.028320 0.000000 916.848572 0.000000 0.984387 0.000000 0.176017 0.347890 0.347890 0.347890 +5590.628418 0.000000 933.777222 0.000000 0.998050 0.000000 -0.062426 0.350745 0.350745 0.350745 +5583.671387 0.000000 905.279114 0.000000 0.974330 0.000000 0.225123 0.347252 0.347252 0.347252 +5628.013184 0.000000 918.614746 0.000000 0.977731 0.000000 0.209860 0.347404 0.347404 0.347404 +5609.128906 0.000000 924.615662 0.000000 0.979720 0.000000 0.200371 0.347453 0.347453 0.347453 +5595.678223 0.000000 908.764160 0.000000 0.998564 0.000000 -0.053573 0.350665 0.350665 0.350665 +5591.348633 0.000000 956.748474 0.000000 0.953561 0.000000 -0.301201 0.353957 0.353957 0.353957 +5613.585449 0.000000 914.183105 0.000000 0.975887 0.000000 0.218275 0.347183 0.347183 0.347183 +5578.234863 0.000000 951.195923 0.000000 0.971036 0.000000 -0.238933 0.353131 0.353131 0.353131 +5579.557617 0.000000 943.697754 0.000000 0.996378 0.000000 0.085036 0.348847 0.348847 0.348847 +5580.251465 0.000000 910.586121 0.000000 0.972089 0.000000 -0.234612 0.353187 0.353187 0.353187 +5583.854980 0.000000 910.279724 0.000000 0.998302 0.000000 -0.058250 0.350810 0.350810 0.350810 +5624.654297 0.000000 920.962952 0.000000 0.997415 0.000000 0.071860 0.349020 0.349020 0.349020 +5580.062012 0.000000 925.055420 0.000000 0.999638 0.000000 0.026897 0.349636 0.349636 0.349636 +5604.560547 0.000000 917.805786 0.000000 0.998719 0.000000 -0.050602 0.350690 0.350690 0.350690 +5585.862305 0.000000 940.077454 0.000000 0.997059 0.000000 -0.076641 0.351042 0.351042 0.351042 +5618.132324 0.000000 923.171143 0.000000 0.992232 0.000000 -0.124404 0.351749 0.351749 0.351749 +5583.824707 0.000000 927.196655 0.000000 0.999071 0.000000 -0.043088 0.350599 0.350599 0.350599 +5585.288086 0.000000 908.831238 0.000000 0.995351 0.000000 -0.096310 0.351332 0.351332 0.351332 +5579.049316 0.000000 953.630920 0.000000 0.999219 0.000000 0.039523 0.349446 0.349446 0.349446 +5612.147461 0.000000 919.385376 0.000000 0.992015 0.000000 0.126120 0.348188 0.348188 0.348188 +5605.508789 0.000000 919.138306 0.000000 0.996792 0.000000 -0.080033 0.351159 0.351159 0.351159 +5607.388184 0.000000 921.810791 0.000000 0.962479 0.000000 0.271355 0.346098 0.346098 0.346098 +5582.835449 0.000000 933.390625 0.000000 0.999972 0.000000 -0.007537 0.350109 0.350109 0.350109 +5584.762695 0.000000 955.454102 0.000000 0.957519 0.000000 -0.288369 0.355023 0.355023 0.355023 +5562.028320 0.000000 973.332947 0.000000 0.966891 0.000000 0.255189 0.346967 0.346967 0.346967 +5564.271484 0.000000 968.747681 0.000000 0.996699 0.000000 0.081186 0.348949 0.348949 0.348949 +5591.491699 0.000000 960.865906 0.000000 0.998364 0.000000 -0.057174 0.350652 0.350652 0.350652 +5591.293457 0.000000 983.799133 0.000000 0.952098 0.000000 0.305794 0.346361 0.346361 0.346361 +5626.504395 0.000000 983.993225 0.000000 0.975205 0.000000 -0.221305 0.352671 0.352671 0.352671 +5584.004883 0.000000 977.702209 0.000000 0.990131 0.000000 0.140148 0.348046 0.348046 0.348046 +5601.853027 0.000000 971.999146 0.000000 0.988415 0.000000 0.151776 0.347817 0.347817 0.347817 +5586.461914 0.000000 976.815063 0.000000 0.999925 0.000000 -0.012228 0.350177 0.350177 0.350177 +5571.916016 0.000000 964.847412 0.000000 0.996304 0.000000 0.085896 0.348689 0.348689 0.348689 +5599.303223 0.000000 987.245789 0.000000 0.970837 0.000000 -0.239741 0.353607 0.353607 0.353607 +5582.213379 0.000000 961.939331 0.000000 0.994523 0.000000 0.104513 0.348408 0.348408 0.348408 +5605.604004 0.000000 982.818359 0.000000 0.961866 0.000000 -0.273519 0.354212 0.354212 0.354212 +5605.802246 0.000000 978.511230 0.000000 0.993465 0.000000 -0.114136 0.351679 0.351679 0.351679 +5581.735352 0.000000 975.902466 0.000000 0.983377 0.000000 0.181576 0.347136 0.347136 0.347136 +5629.818848 0.000000 961.599609 0.000000 0.998948 0.000000 -0.045857 0.350734 0.350734 0.350734 +5569.219727 0.000000 968.252930 0.000000 0.993474 0.000000 -0.114055 0.351758 0.351758 0.351758 +5626.353516 0.000000 961.364807 0.000000 0.998154 0.000000 0.060739 0.349055 0.349055 0.349055 +5604.154785 0.000000 967.936829 0.000000 0.986931 0.000000 -0.161142 0.352539 0.352539 0.352539 +5570.597656 0.000000 973.699402 0.000000 0.990989 0.000000 -0.133943 0.352230 0.352230 0.352230 +5626.750488 0.000000 974.721802 0.000000 0.989797 0.000000 0.142482 0.347645 0.347645 0.347645 +5621.096680 0.000000 974.144714 0.000000 0.982196 0.000000 0.187859 0.346945 0.346945 0.346945 +5582.511719 0.000000 970.868774 0.000000 0.997935 0.000000 0.064236 0.348916 0.348916 0.348916 +5626.650879 0.000000 971.412354 0.000000 0.954900 0.000000 -0.296927 0.354808 0.354808 0.354808 +5580.215332 0.000000 971.090698 0.000000 0.992292 0.000000 0.123924 0.347981 0.347981 0.347981 +5629.552246 0.000000 969.547668 0.000000 0.999370 0.000000 0.035487 0.349406 0.349406 0.349406 +5594.768555 0.000000 975.166687 0.000000 0.997210 0.000000 -0.074646 0.351296 0.351296 0.351296 +5576.070801 0.000000 964.027222 0.000000 0.998713 0.000000 -0.050715 0.350838 0.350838 0.350838 +5616.795410 0.000000 970.259399 0.000000 0.998686 0.000000 0.051248 0.349153 0.349153 0.349153 +5628.196777 0.000000 970.004272 0.000000 0.998042 0.000000 -0.062546 0.351075 0.351075 0.351075 +5617.437988 0.000000 976.409302 0.000000 0.998006 0.000000 0.063115 0.348927 0.348927 0.348927 +5621.110840 0.000000 977.082092 0.000000 0.989071 0.000000 -0.147442 0.352586 0.352586 0.352586 +5624.633789 0.000000 975.631531 0.000000 0.965643 0.000000 0.259872 0.345429 0.345429 0.345429 +5551.722656 0.000000 1117.522827 0.000000 0.954784 0.000000 -0.297299 0.353389 0.353389 0.353389 +5580.978516 0.000000 1073.939087 0.000000 0.974273 0.000000 0.225373 0.347457 0.347457 0.347457 +5588.569336 0.000000 1078.589600 0.000000 0.983361 0.000000 -0.181660 0.352059 0.352059 0.352059 +5496.065918 0.000000 1211.534424 0.000000 0.998762 0.000000 -0.049738 0.350556 0.350556 0.350556 +5511.671387 0.000000 1154.544067 0.000000 0.959668 0.000000 0.281137 0.346813 0.346813 0.346813 +5513.400879 0.000000 1145.806641 0.000000 0.998157 0.000000 0.060681 0.349316 0.349316 0.349316 +5647.228516 0.000000 930.762146 0.000000 0.999996 0.000000 0.002904 0.349962 0.349962 0.349962 +5650.362793 0.000000 936.386597 0.000000 0.971518 0.000000 -0.236964 0.353272 0.353272 0.353272 +5662.924805 0.000000 943.054810 0.000000 0.955203 0.000000 0.295951 0.345734 0.345734 0.345734 +5647.736328 0.000000 934.511230 0.000000 0.979457 0.000000 0.201653 0.347073 0.347073 0.347073 +5660.899902 0.000000 955.298706 0.000000 0.983799 0.000000 0.179273 0.347527 0.347527 0.347527 +5638.595703 0.000000 929.749084 0.000000 0.980658 0.000000 0.195727 0.347108 0.347108 0.347108 +5632.049316 0.000000 929.447510 0.000000 0.960532 0.000000 0.278169 0.345739 0.345739 0.345739 +5638.054199 0.000000 961.833008 0.000000 0.989237 0.000000 0.146325 0.348005 0.348005 0.348005 +5715.400879 0.000000 1072.691772 0.000000 0.999901 0.000000 0.014096 0.349756 0.349756 0.349756 +5657.034668 0.000000 1105.149658 0.000000 0.986955 0.000000 -0.160993 0.352190 0.352190 0.352190 +5663.121582 0.000000 1104.463379 0.000000 0.995938 0.000000 0.090038 0.348298 0.348298 0.348298 +5660.615723 0.000000 1107.689819 0.000000 0.960209 0.000000 0.279282 0.344757 0.344757 0.344757 +5718.020996 0.000000 1074.523193 0.000000 0.999979 0.000000 0.006443 0.349909 0.349909 0.349909 +7410.833984 0.000000 516.939697 0.000000 0.999884 0.000000 0.015243 0.349758 0.349758 0.349758 7435.786133 0.000000 456.927917 0.000000 0.999929 0.000000 -0.011940 0.350139 0.350139 0.350139 7431.699707 0.000000 467.729889 0.000000 0.978059 0.000000 0.208330 0.347158 0.347158 0.347158 7425.626465 0.000000 506.792358 0.000000 0.986282 0.000000 -0.165066 0.352478 0.352478 0.352478 @@ -44,6 +808,7 @@ object={ 7433.084473 0.000000 469.905121 0.000000 0.985659 0.000000 -0.168749 0.353408 0.353408 0.353408 7432.499023 0.000000 468.201874 0.000000 0.978300 0.000000 0.207194 0.345806 0.345806 0.345806 7454.477539 0.000000 483.893433 0.000000 0.965424 0.000000 0.260684 0.344953 0.344953 0.344953 +4233.322266 0.000000 2278.342529 0.000000 0.998286 0.000000 0.058524 0.349243 0.349243 0.349243 "} object={ name="oak_generator_3_3" @@ -52,9 +817,260 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_04_mesh" - count=2 - transform="7434.814941 0.000000 461.238281 0.000000 0.604640 0.000000 -0.796499 0.368801 0.368801 0.368801 + count=253 + transform="4984.742188 0.000000 877.159485 0.000000 0.769337 0.000000 -0.638844 0.358720 0.358720 0.358720 +4983.405273 0.000000 882.118713 0.000000 0.898382 0.000000 -0.439216 0.355920 0.355920 0.355920 +4989.382324 0.000000 877.567932 0.000000 0.703180 0.000000 -0.711012 0.360090 0.360090 0.360090 +4982.403320 0.000000 866.951416 0.000000 0.912034 0.000000 -0.410114 0.356019 0.356019 0.356019 +4991.116211 0.000000 867.015381 0.000000 0.927597 0.000000 -0.373581 0.355570 0.355570 0.355570 +5039.350098 0.000000 845.524292 0.000000 0.883267 0.000000 -0.468871 0.356354 0.356354 0.356354 +5010.634277 0.000000 836.049927 0.000000 0.874878 0.000000 -0.484344 0.357223 0.357223 0.357223 +5085.237305 0.000000 824.303467 0.000000 0.777875 0.000000 -0.628419 0.357867 0.357867 0.357867 +5108.706543 0.000000 847.096619 0.000000 0.760409 0.000000 -0.649445 0.358740 0.358740 0.358740 +5109.789062 0.000000 834.225037 0.000000 0.692768 0.000000 -0.721161 0.360346 0.360346 0.360346 +5098.638672 0.000000 841.213867 0.000000 0.940689 0.000000 -0.339269 0.354416 0.354416 0.354416 +5089.987305 0.000000 828.394897 0.000000 0.928913 0.000000 -0.370298 0.355088 0.355088 0.355088 +5115.964844 0.000000 842.083069 0.000000 0.936281 0.000000 -0.351251 0.355143 0.355143 0.355143 +5018.987305 0.000000 847.354431 0.000000 0.804221 0.000000 -0.594330 0.357591 0.357591 0.357591 +5021.422852 0.000000 885.817444 0.000000 0.852280 0.000000 -0.523086 0.356662 0.356662 0.356662 +5004.112305 0.000000 862.172363 0.000000 0.859639 0.000000 -0.510902 0.356466 0.356466 0.356466 +5025.910645 0.000000 889.588501 0.000000 0.590305 0.000000 -0.807180 0.361409 0.361409 0.361409 +5006.650879 0.000000 897.606445 0.000000 0.938636 0.000000 -0.344910 0.354369 0.354369 0.354369 +5006.686523 0.000000 861.857117 0.000000 0.921331 0.000000 -0.388780 0.354867 0.354867 0.354867 +4994.627930 0.000000 875.972839 0.000000 0.933161 0.000000 -0.359458 0.354691 0.354691 0.354691 +5027.522949 0.000000 891.911560 0.000000 0.877460 0.000000 -0.479651 0.356513 0.356513 0.356513 +4998.028809 0.000000 870.195251 0.000000 0.652642 0.000000 -0.757666 0.361043 0.361043 0.361043 +5012.821777 0.000000 878.376587 0.000000 0.750694 0.000000 -0.660650 0.359396 0.359396 0.359396 +5019.528320 0.000000 881.804810 0.000000 0.621886 0.000000 -0.783108 0.362067 0.362067 0.362067 +5022.725586 0.000000 850.858215 0.000000 0.596152 0.000000 -0.802872 0.362054 0.362054 0.362054 +5046.302246 0.000000 861.553101 0.000000 0.909316 0.000000 -0.416106 0.355587 0.355587 0.355587 +5026.967773 0.000000 882.008301 0.000000 0.750635 0.000000 -0.660717 0.359965 0.359965 0.359965 +5051.502441 0.000000 859.263000 0.000000 0.820596 0.000000 -0.571509 0.358213 0.358213 0.358213 +5000.859375 0.000000 884.752747 0.000000 0.914454 0.000000 -0.404690 0.355843 0.355843 0.355843 +5002.780273 0.000000 882.049438 0.000000 0.763151 0.000000 -0.646221 0.359639 0.359639 0.359639 +5004.773926 0.000000 881.449646 0.000000 0.918301 0.000000 -0.395883 0.355531 0.355531 0.355531 +5027.619629 0.000000 889.172485 0.000000 0.679908 0.000000 -0.733297 0.361580 0.361580 0.361580 +5008.985352 0.000000 869.441467 0.000000 0.774376 0.000000 -0.632726 0.359608 0.359608 0.359608 +5040.891113 0.000000 875.639709 0.000000 0.663407 0.000000 -0.748259 0.361561 0.361561 0.361561 +5010.362793 0.000000 879.902222 0.000000 0.625667 0.000000 -0.780090 0.362315 0.362315 0.362315 +5018.957520 0.000000 853.892456 0.000000 0.919204 0.000000 -0.393781 0.355499 0.355499 0.355499 +5011.881836 0.000000 885.803162 0.000000 0.867389 0.000000 -0.497631 0.357100 0.357100 0.357100 +5037.674805 0.000000 860.269043 0.000000 0.922599 0.000000 -0.385760 0.355433 0.355433 0.355433 +5008.004883 0.000000 864.733459 0.000000 0.916782 0.000000 -0.399387 0.355654 0.355654 0.355654 +5042.132324 0.000000 866.686768 0.000000 0.903628 0.000000 -0.428317 0.356208 0.356208 0.356208 +5007.736328 0.000000 878.026855 0.000000 0.693608 0.000000 -0.720353 0.361069 0.361069 0.361069 +5007.974609 0.000000 880.825500 0.000000 0.660605 0.000000 -0.750734 0.361761 0.361761 0.361761 +5029.366211 0.000000 898.965271 0.000000 0.634478 0.000000 -0.772941 0.362737 0.362737 0.362737 +5008.278320 0.000000 867.984924 0.000000 0.861687 0.000000 -0.507441 0.357441 0.357441 0.357441 +5017.632324 0.000000 862.483154 0.000000 0.696124 0.000000 -0.717922 0.361196 0.361196 0.361196 +5014.351074 0.000000 866.006042 0.000000 0.776845 0.000000 -0.629692 0.359583 0.359583 0.359583 +5019.322754 0.000000 871.735596 0.000000 0.843009 0.000000 -0.537900 0.358164 0.358164 0.358164 +4997.597656 0.000000 860.733215 0.000000 0.588802 0.000000 -0.808278 0.363693 0.363693 0.363693 +5074.190430 0.000000 856.787781 0.000000 0.695169 0.000000 -0.718846 0.359392 0.359392 0.359392 +5065.795410 0.000000 847.289978 0.000000 0.603471 0.000000 -0.797385 0.361291 0.361291 0.361291 +5069.612305 0.000000 850.394226 0.000000 0.639153 0.000000 -0.769080 0.360887 0.360887 0.360887 +5109.789062 0.000000 890.709412 0.000000 0.705405 0.000000 -0.708805 0.360257 0.360257 0.360257 +5096.647949 0.000000 848.592285 0.000000 0.778561 0.000000 -0.627569 0.358685 0.358685 0.358685 +5115.003418 0.000000 893.275330 0.000000 0.788607 0.000000 -0.614898 0.358391 0.358391 0.358391 +5109.007812 0.000000 888.416016 0.000000 0.772749 0.000000 -0.634712 0.359073 0.359073 0.359073 +5060.035156 0.000000 853.485352 0.000000 0.938835 0.000000 -0.344367 0.354669 0.354669 0.354669 +5097.262207 0.000000 860.603271 0.000000 0.740807 0.000000 -0.671718 0.360136 0.360136 0.360136 +5059.095703 0.000000 862.715759 0.000000 0.940440 0.000000 -0.339960 0.354850 0.354850 0.354850 +5058.681152 0.000000 869.484192 0.000000 0.799366 0.000000 -0.600844 0.359011 0.359011 0.359011 +5081.349609 0.000000 867.216309 0.000000 0.682441 0.000000 -0.730940 0.361173 0.361173 0.361173 +5067.316406 0.000000 848.182678 0.000000 0.842905 0.000000 -0.538063 0.357695 0.357695 0.357695 +5081.045410 0.000000 859.157471 0.000000 0.599469 0.000000 -0.800398 0.363176 0.363176 0.363176 +5149.291016 0.000000 833.123779 0.000000 0.847098 0.000000 -0.531437 0.357221 0.357221 0.357221 +5126.595703 0.000000 816.780334 0.000000 0.938509 0.000000 -0.345256 0.354990 0.354990 0.354990 +5123.094727 0.000000 845.565430 0.000000 0.880590 0.000000 -0.473879 0.357528 0.357528 0.357528 +5164.062988 0.000000 856.254761 0.000000 0.680791 0.000000 -0.732478 0.359337 0.359337 0.359337 +5178.028320 0.000000 860.364197 0.000000 0.804545 0.000000 -0.593892 0.357584 0.357584 0.357584 +5132.112305 0.000000 862.172363 0.000000 0.632819 0.000000 -0.774299 0.360679 0.360679 0.360679 +5137.436523 0.000000 871.134644 0.000000 0.683155 0.000000 -0.730273 0.359944 0.359944 0.359944 +5142.077637 0.000000 864.440308 0.000000 0.806041 0.000000 -0.591860 0.357831 0.357831 0.357831 +5123.913086 0.000000 858.202148 0.000000 0.937880 0.000000 -0.346961 0.354443 0.354443 0.354443 +5163.690430 0.000000 850.829590 0.000000 0.701731 0.000000 -0.712442 0.359908 0.359908 0.359908 +5182.994629 0.000000 894.889404 0.000000 0.769966 0.000000 -0.638085 0.358707 0.358707 0.358707 +5180.008301 0.000000 889.542786 0.000000 0.761738 0.000000 -0.647886 0.358868 0.358868 0.358868 +5160.567383 0.000000 881.948914 0.000000 0.651140 0.000000 -0.758957 0.361144 0.361144 0.361144 +5170.425293 0.000000 849.419983 0.000000 0.874799 0.000000 -0.484486 0.356784 0.356784 0.356784 +5174.302246 0.000000 861.553101 0.000000 0.694365 0.000000 -0.719623 0.360458 0.360458 0.360458 +5122.681152 0.000000 869.484192 0.000000 0.878838 0.000000 -0.477121 0.356562 0.356562 0.356562 +5162.442383 0.000000 875.316467 0.000000 0.921995 0.000000 -0.387201 0.355611 0.355611 0.355611 +5141.729980 0.000000 862.855713 0.000000 0.700559 0.000000 -0.713595 0.361075 0.361075 0.361075 +5130.256348 0.000000 851.496338 0.000000 0.639481 0.000000 -0.768807 0.362950 0.362950 0.362950 +5154.559570 0.000000 880.471130 0.000000 0.813386 0.000000 -0.581724 0.358815 0.358815 0.358815 +5174.485352 0.000000 872.679871 0.000000 0.755048 0.000000 -0.655670 0.360091 0.360091 0.360091 +5151.069336 0.000000 856.648743 0.000000 0.821953 0.000000 -0.569556 0.359478 0.359478 0.359478 +5161.922852 0.000000 872.417542 0.000000 0.904499 0.000000 -0.426476 0.356660 0.356660 0.356660 +5123.610840 0.000000 849.247375 0.000000 0.944190 0.000000 -0.329401 0.355367 0.355367 0.355367 +5184.936035 0.000000 869.875183 0.000000 0.778642 0.000000 -0.627468 0.358120 0.358120 0.358120 +5293.431152 0.000000 794.832947 0.000000 0.822665 0.000000 -0.568526 0.358428 0.358428 0.358428 +5263.853516 0.000000 805.518555 0.000000 0.866384 0.000000 -0.499379 0.360006 0.360006 0.360006 +5259.444824 0.000000 804.930542 0.000000 0.811082 0.000000 -0.584933 0.363922 0.363922 0.363922 +5277.937500 0.000000 805.776367 0.000000 0.945114 0.000000 -0.326742 0.356515 0.356515 0.356515 +5348.830078 0.000000 825.708984 0.000000 0.746302 0.000000 -0.665607 0.359991 0.359991 0.359991 +5348.309082 0.000000 820.167297 0.000000 0.860729 0.000000 -0.509064 0.358237 0.358237 0.358237 +5345.315918 0.000000 823.474304 0.000000 0.816682 0.000000 -0.577088 0.360374 0.360374 0.360374 +5339.792969 0.000000 820.221985 0.000000 0.619085 0.000000 -0.785324 0.365508 0.365508 0.365508 +5346.136719 0.000000 818.905090 0.000000 0.765254 0.000000 -0.643728 0.362894 0.362894 0.362894 +5367.580566 0.000000 820.820984 0.000000 0.745802 0.000000 -0.666168 0.362996 0.362996 0.362996 +5354.594238 0.000000 821.369751 0.000000 0.914099 0.000000 -0.405492 0.357698 0.357698 0.357698 +5353.991211 0.000000 867.744568 0.000000 0.746728 0.000000 -0.665130 0.365006 0.365006 0.365006 +5351.637207 0.000000 866.207031 0.000000 0.604055 0.000000 -0.796943 0.370549 0.370549 0.370549 +5411.765137 0.000000 760.144104 0.000000 0.901680 0.000000 -0.432403 0.355099 0.355099 0.355099 +5392.244141 0.000000 763.494690 0.000000 0.597543 0.000000 -0.801837 0.361219 0.361219 0.361219 +5396.821777 0.000000 765.407837 0.000000 0.909119 0.000000 -0.416535 0.355594 0.355594 0.355594 +5391.799805 0.000000 777.360718 0.000000 0.919346 0.000000 -0.393451 0.355530 0.355530 0.355530 +5430.403320 0.000000 753.982666 0.000000 0.950342 0.000000 -0.311207 0.354286 0.354286 0.354286 +5397.894043 0.000000 787.570679 0.000000 0.701733 0.000000 -0.712440 0.361675 0.361675 0.361675 +5391.223145 0.000000 762.643433 0.000000 0.825296 0.000000 -0.564700 0.359622 0.359622 0.359622 +5395.857422 0.000000 786.993774 0.000000 0.856619 0.000000 -0.515949 0.358763 0.358763 0.358763 +5402.378418 0.000000 784.970703 0.000000 0.788516 0.000000 -0.615015 0.362936 0.362936 0.362936 +5397.506348 0.000000 781.653015 0.000000 0.900999 0.000000 -0.433821 0.359998 0.359998 0.359998 +5390.938965 0.000000 765.526917 0.000000 0.668253 0.000000 -0.743934 0.368693 0.368693 0.368693 +5562.520996 0.000000 788.209473 0.000000 0.804466 0.000000 -0.593999 0.358392 0.358392 0.358392 +5554.572266 0.000000 759.011536 0.000000 0.678591 0.000000 -0.734517 0.363227 0.363227 0.363227 +5551.249023 0.000000 757.034119 0.000000 0.729525 0.000000 -0.683954 0.362504 0.362504 0.362504 +5561.671875 0.000000 789.168213 0.000000 0.634264 0.000000 -0.773116 0.363552 0.363552 0.363552 +5552.198730 0.000000 757.968689 0.000000 0.943388 0.000000 -0.331692 0.356189 0.356189 0.356189 +5555.336914 0.000000 756.408569 0.000000 0.603369 0.000000 -0.797462 0.367099 0.367099 0.367099 +5553.666504 0.000000 754.667480 0.000000 0.731832 0.000000 -0.681486 0.364708 0.364708 0.364708 +5551.847168 0.000000 762.418701 0.000000 0.621033 0.000000 -0.783784 0.366922 0.366922 0.366922 +5539.876465 0.000000 762.802979 0.000000 0.735460 0.000000 -0.677568 0.364051 0.364051 0.364051 +5555.106445 0.000000 751.165161 0.000000 0.927491 0.000000 -0.373846 0.357767 0.357767 0.357767 +5554.412598 0.000000 756.151245 0.000000 0.842098 0.000000 -0.539324 0.360552 0.360552 0.360552 +5539.260742 0.000000 760.971191 0.000000 0.885324 0.000000 -0.464975 0.359149 0.359149 0.359149 +5407.826172 0.000000 842.357056 0.000000 0.637432 0.000000 -0.770507 0.364642 0.364642 0.364642 +5403.313477 0.000000 838.414734 0.000000 0.922004 0.000000 -0.387180 0.358685 0.358685 0.358685 +5400.507324 0.000000 838.306274 0.000000 0.713921 0.000000 -0.700226 0.367284 0.367284 0.367284 +5396.845703 0.000000 836.258789 0.000000 0.836336 0.000000 -0.548217 0.360977 0.360977 0.360977 +5395.236816 0.000000 835.408203 0.000000 0.927924 0.000000 -0.372770 0.357861 0.357861 0.357861 +5484.346191 0.000000 838.421143 0.000000 0.868201 0.000000 -0.496212 0.360344 0.360344 0.360344 +5495.533691 0.000000 844.736755 0.000000 0.687620 0.000000 -0.726070 0.368106 0.368106 0.368106 +5466.768555 0.000000 805.713562 0.000000 0.886387 0.000000 -0.462944 0.360725 0.360725 0.360725 +5495.347168 0.000000 846.832520 0.000000 0.908552 0.000000 -0.417772 0.358963 0.358963 0.358963 +5495.916992 0.000000 840.947815 0.000000 0.946159 0.000000 -0.323703 0.355948 0.355948 0.355948 +5500.564941 0.000000 841.150879 0.000000 0.798780 0.000000 -0.601624 0.361507 0.361507 0.361507 +5493.111816 0.000000 839.572998 0.000000 0.622971 0.000000 -0.782245 0.370015 0.370015 0.370015 +5466.146973 0.000000 806.910706 0.000000 0.905251 0.000000 -0.424877 0.359778 0.359778 0.359778 +5465.353516 0.000000 809.738770 0.000000 0.746048 0.000000 -0.665893 0.366236 0.366236 0.366236 +5497.561523 0.000000 844.628174 0.000000 0.885575 0.000000 -0.464495 0.360194 0.360194 0.360194 +5463.863281 0.000000 806.573608 0.000000 0.858159 0.000000 -0.513385 0.362013 0.362013 0.362013 +5463.187012 0.000000 804.340576 0.000000 0.624446 0.000000 -0.781068 0.368328 0.368328 0.368328 +5408.052246 0.000000 847.287903 0.000000 0.948622 0.000000 -0.316413 0.355007 0.355007 0.355007 +5406.228516 0.000000 847.277283 0.000000 0.632329 0.000000 -0.774700 0.368237 0.368237 0.368237 +5501.282227 0.000000 891.220825 0.000000 0.862470 0.000000 -0.506109 0.356909 0.356909 0.356909 +5465.935547 0.000000 887.668274 0.000000 0.687262 0.000000 -0.726409 0.361332 0.361332 0.361332 +5456.398438 0.000000 892.322083 0.000000 0.939041 0.000000 -0.343805 0.355413 0.355413 0.355413 +5494.252441 0.000000 849.820251 0.000000 0.891745 0.000000 -0.452537 0.357386 0.357386 0.357386 +5496.732422 0.000000 895.822693 0.000000 0.732602 0.000000 -0.680657 0.361710 0.361710 0.361710 +5449.264160 0.000000 891.858887 0.000000 0.824218 0.000000 -0.566272 0.359836 0.359836 0.359836 +5457.965332 0.000000 887.890747 0.000000 0.899568 0.000000 -0.436781 0.359420 0.359420 0.359420 +5450.690430 0.000000 893.627441 0.000000 0.884419 0.000000 -0.466693 0.358252 0.358252 0.358252 +5455.914062 0.000000 887.389587 0.000000 0.936712 0.000000 -0.350102 0.357970 0.357970 0.357970 +5460.371094 0.000000 883.506104 0.000000 0.835783 0.000000 -0.549060 0.362951 0.362951 0.362951 +5497.357910 0.000000 891.724976 0.000000 0.710589 0.000000 -0.703607 0.367390 0.367390 0.367390 +5502.448730 0.000000 847.790588 0.000000 0.765328 0.000000 -0.643641 0.365580 0.365580 0.365580 +5455.305664 0.000000 889.447937 0.000000 0.603347 0.000000 -0.797479 0.368068 0.368068 0.368068 +5503.628906 0.000000 848.569580 0.000000 0.717679 0.000000 -0.696374 0.367164 0.367164 0.367164 +5494.939941 0.000000 847.537537 0.000000 0.911840 0.000000 -0.410546 0.358798 0.358798 0.358798 +5469.107422 0.000000 888.721497 0.000000 0.789365 0.000000 -0.613924 0.364729 0.364729 0.364729 +5460.539551 0.000000 882.639160 0.000000 0.611665 0.000000 -0.791117 0.370335 0.370335 0.370335 +5462.864258 0.000000 889.291565 0.000000 0.940855 0.000000 -0.338809 0.357702 0.357702 0.357702 +5504.926758 0.000000 844.474976 0.000000 0.852198 0.000000 -0.523219 0.358829 0.358829 0.358829 +5582.368652 0.000000 846.634766 0.000000 0.805916 0.000000 -0.592030 0.358498 0.358498 0.358498 +5584.913574 0.000000 794.564209 0.000000 0.833247 0.000000 -0.552901 0.361313 0.361313 0.361313 +5580.062012 0.000000 868.571045 0.000000 0.683246 0.000000 -0.730188 0.361409 0.361409 0.361409 +5605.106445 0.000000 859.863586 0.000000 0.735395 0.000000 -0.677638 0.361060 0.361060 0.361060 +5589.314941 0.000000 863.782471 0.000000 0.825124 0.000000 -0.564952 0.363377 0.363377 0.363377 +5576.681152 0.000000 868.652222 0.000000 0.743898 0.000000 -0.668293 0.366308 0.366308 0.366308 +5579.201660 0.000000 858.597961 0.000000 0.884469 0.000000 -0.466598 0.359247 0.359247 0.359247 +5588.910645 0.000000 862.223572 0.000000 0.867274 0.000000 -0.497830 0.361611 0.361611 0.361611 +5585.243164 0.000000 860.847534 0.000000 0.938798 0.000000 -0.344469 0.356684 0.356684 0.356684 +5576.499023 0.000000 863.592529 0.000000 0.851113 0.000000 -0.524983 0.362315 0.362315 0.362315 +5605.216797 0.000000 857.415100 0.000000 0.836230 0.000000 -0.548378 0.361284 0.361284 0.361284 +5580.916016 0.000000 856.389709 0.000000 0.749289 0.000000 -0.662244 0.364736 0.364736 0.364736 +5587.708008 0.000000 865.942017 0.000000 0.628146 0.000000 -0.778096 0.369867 0.369867 0.369867 +5588.746094 0.000000 851.803345 0.000000 0.778709 0.000000 -0.627386 0.364282 0.364282 0.364282 +5464.507324 0.000000 951.275024 0.000000 0.855615 0.000000 -0.517614 0.358961 0.358961 0.358961 +5466.429199 0.000000 938.237793 0.000000 0.938516 0.000000 -0.345237 0.356576 0.356576 0.356576 +5575.408691 0.000000 921.587524 0.000000 0.849423 0.000000 -0.527712 0.356825 0.356825 0.356825 +5570.552734 0.000000 959.826233 0.000000 0.902362 0.000000 -0.430979 0.355665 0.355665 0.355665 +5601.365723 0.000000 913.924866 0.000000 0.821710 0.000000 -0.569906 0.357577 0.357577 0.357577 +5574.073242 0.000000 957.537476 0.000000 0.818457 0.000000 -0.574568 0.358584 0.358584 0.358584 +5621.929688 0.000000 919.820740 0.000000 0.781857 0.000000 -0.623458 0.358999 0.358999 0.358999 +5579.377441 0.000000 923.293579 0.000000 0.930020 0.000000 -0.367509 0.355146 0.355146 0.355146 +5586.929199 0.000000 909.224243 0.000000 0.849361 0.000000 -0.527812 0.357895 0.357895 0.357895 +5573.809082 0.000000 959.233215 0.000000 0.676677 0.000000 -0.736280 0.361497 0.361497 0.361497 +5582.222168 0.000000 926.900818 0.000000 0.724288 0.000000 -0.689498 0.360570 0.360570 0.360570 +5581.021484 0.000000 936.379028 0.000000 0.864850 0.000000 -0.502030 0.357560 0.357560 0.357560 +5586.461914 0.000000 920.330688 0.000000 0.659805 0.000000 -0.751437 0.362184 0.362184 0.362184 +5583.217285 0.000000 935.898499 0.000000 0.634152 0.000000 -0.773208 0.362743 0.362743 0.362743 +5585.469238 0.000000 921.488464 0.000000 0.599287 0.000000 -0.800534 0.363990 0.363990 0.363990 +5563.100586 0.000000 970.327087 0.000000 0.846417 0.000000 -0.532520 0.356649 0.356649 0.356649 +5631.814453 0.000000 978.679077 0.000000 0.916150 0.000000 -0.400835 0.355262 0.355262 0.355262 +5624.708984 0.000000 980.677856 0.000000 0.849841 0.000000 -0.527039 0.357712 0.357712 0.357712 +5568.371582 0.000000 965.319214 0.000000 0.787431 0.000000 -0.616403 0.359286 0.359286 0.359286 +5607.989746 0.000000 986.138245 0.000000 0.688615 0.000000 -0.725127 0.361341 0.361341 0.361341 +5608.469727 0.000000 979.499573 0.000000 0.699492 0.000000 -0.714641 0.361721 0.361721 0.361721 +5576.131348 0.000000 969.622131 0.000000 0.773952 0.000000 -0.633245 0.360246 0.360246 0.360246 +5577.923828 0.000000 977.828796 0.000000 0.699986 0.000000 -0.714157 0.361816 0.361816 0.361816 +5590.733398 0.000000 969.005493 0.000000 0.909677 0.000000 -0.415316 0.356306 0.356306 0.356306 +5595.790527 0.000000 978.987915 0.000000 0.864672 0.000000 -0.502338 0.358209 0.358209 0.358209 +5591.062012 0.000000 976.356079 0.000000 0.914526 0.000000 -0.404528 0.356186 0.356186 0.356186 +5622.908203 0.000000 972.108398 0.000000 0.926616 0.000000 -0.376008 0.356114 0.356114 0.356114 +5602.581543 0.000000 979.414062 0.000000 0.783588 0.000000 -0.621281 0.360749 0.360749 0.360749 +5622.041992 0.000000 960.276672 0.000000 0.688346 0.000000 -0.725383 0.362056 0.362056 0.362056 +5574.510254 0.000000 976.834778 0.000000 0.606402 0.000000 -0.795158 0.363936 0.363936 0.363936 +5626.873047 0.000000 975.983276 0.000000 0.865581 0.000000 -0.500768 0.358639 0.358639 0.358639 +5629.256836 0.000000 965.599121 0.000000 0.700004 0.000000 -0.714139 0.363066 0.363066 0.363066 +5576.904785 0.000000 966.514038 0.000000 0.925145 0.000000 -0.379614 0.356124 0.356124 0.356124 +5584.268066 0.000000 972.512512 0.000000 0.795306 0.000000 -0.606208 0.360870 0.360870 0.360870 +5612.330078 0.000000 978.999268 0.000000 0.853533 0.000000 -0.521038 0.358644 0.358644 0.358644 +5570.732422 0.000000 968.447998 0.000000 0.800133 0.000000 -0.599823 0.360427 0.360427 0.360427 +5604.740723 0.000000 985.336487 0.000000 0.691131 0.000000 -0.722729 0.362704 0.362704 0.362704 +5586.263672 0.000000 972.320923 0.000000 0.627747 0.000000 -0.778418 0.365123 0.365123 0.365123 +5616.162598 0.000000 974.097656 0.000000 0.794032 0.000000 -0.607876 0.360362 0.360362 0.360362 +5577.453613 0.000000 972.904724 0.000000 0.911917 0.000000 -0.410374 0.357316 0.357316 0.357316 +5621.144531 0.000000 969.555359 0.000000 0.950970 0.000000 -0.309284 0.355042 0.355042 0.355042 +5614.356934 0.000000 977.531372 0.000000 0.940791 0.000000 -0.338987 0.356044 0.356044 0.356044 +5630.358398 0.000000 967.106140 0.000000 0.646583 0.000000 -0.762844 0.364823 0.364823 0.364823 +5620.906250 0.000000 966.486755 0.000000 0.665003 0.000000 -0.746840 0.364479 0.364479 0.364479 +5599.758301 0.000000 1103.362793 0.000000 0.643246 0.000000 -0.765660 0.359792 0.359792 0.359792 +5599.826172 0.000000 1081.325562 0.000000 0.692551 0.000000 -0.721369 0.359153 0.359153 0.359153 +5575.671387 0.000000 1154.544067 0.000000 0.772971 0.000000 -0.634441 0.357687 0.357687 0.357687 +5576.407715 0.000000 1137.499878 0.000000 0.895210 0.000000 -0.445644 0.355206 0.355206 0.355206 +5551.722656 0.000000 1230.491577 0.000000 0.764887 0.000000 -0.644164 0.357859 0.357859 0.357859 +5553.272949 0.000000 1219.796753 0.000000 0.898464 0.000000 -0.439048 0.355104 0.355104 0.355104 +5506.396484 0.000000 1188.034058 0.000000 0.644729 0.000000 -0.764411 0.359770 0.359770 0.359770 +5653.502930 0.000000 952.069214 0.000000 0.926387 0.000000 -0.376572 0.354538 0.354538 0.354538 +5639.213379 0.000000 941.950073 0.000000 0.940777 0.000000 -0.339027 0.354171 0.354171 0.354171 +5652.984863 0.000000 940.947998 0.000000 0.800946 0.000000 -0.598737 0.357909 0.357909 0.357909 +5651.640625 0.000000 929.061768 0.000000 0.704646 0.000000 -0.709560 0.359857 0.359857 0.359857 +5632.597656 0.000000 924.217285 0.000000 0.805663 0.000000 -0.592375 0.358476 0.358476 0.358476 +5632.588379 0.000000 956.052490 0.000000 0.853978 0.000000 -0.520309 0.357220 0.357220 0.357220 +5653.609863 0.000000 936.398987 0.000000 0.828927 0.000000 -0.559357 0.358117 0.358117 0.358117 +5665.128418 0.000000 944.513184 0.000000 0.604279 0.000000 -0.796773 0.362406 0.362406 0.362406 +5661.264648 0.000000 950.531189 0.000000 0.693948 0.000000 -0.720025 0.361765 0.361765 0.361765 +5637.597168 0.000000 930.636658 0.000000 0.752555 0.000000 -0.658530 0.361401 0.361401 0.361401 +5636.370605 0.000000 930.339600 0.000000 0.942349 0.000000 -0.334631 0.355411 0.355411 0.355411 +5636.588867 0.000000 969.871826 0.000000 0.602088 0.000000 -0.798430 0.364220 0.364220 0.364220 +5637.475098 0.000000 968.510620 0.000000 0.816548 0.000000 -0.577277 0.359464 0.359464 0.359464 +5637.292969 0.000000 966.251770 0.000000 0.938308 0.000000 -0.345801 0.355862 0.355862 0.355862 +5635.610840 0.000000 962.216125 0.000000 0.898415 0.000000 -0.439147 0.357489 0.357489 0.357489 +5719.415527 0.000000 1068.230957 0.000000 0.746953 0.000000 -0.664877 0.366206 0.366206 0.366206 +5662.140625 0.000000 1108.869507 0.000000 0.822384 0.000000 -0.568933 0.360524 0.360524 0.360524 +5661.834473 0.000000 1105.938965 0.000000 0.939389 0.000000 -0.342853 0.357798 0.357798 0.357798 +5666.342773 0.000000 1108.765259 0.000000 0.673254 0.000000 -0.739412 0.368543 0.368543 0.368543 +5667.133789 0.000000 1107.085815 0.000000 0.935389 0.000000 -0.353619 0.358053 0.358053 0.358053 +5713.011230 0.000000 1074.540283 0.000000 0.882722 0.000000 -0.469896 0.358164 0.358164 0.358164 +7434.814941 0.000000 461.238281 0.000000 0.604640 0.000000 -0.796499 0.368801 0.368801 0.368801 7446.794922 0.000000 505.754425 0.000000 0.854720 0.000000 -0.519090 0.361875 0.361875 0.361875 +4231.408691 0.000000 2277.212402 0.000000 0.654728 0.000000 -0.755865 0.360409 0.360409 0.360409 +4229.141602 0.000000 2284.881348 0.000000 0.765328 0.000000 -0.643641 0.358982 0.358982 0.358982 +4230.267578 0.000000 2283.814941 0.000000 0.730475 0.000000 -0.682939 0.360970 0.360970 0.360970 +4231.363281 0.000000 2282.825439 0.000000 0.666283 0.000000 -0.745699 0.362281 0.362281 0.362281 "} object={ name="oak_generator_3_4" @@ -63,12 +1079,266 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="oak_tree_dense_01_mesh" - count=7 + count=261 transform="4579.506348 0.000000 709.682617 0.000000 0.065112 0.000000 -0.997878 0.372300 0.372300 0.372300 +4990.854492 0.000000 873.849060 0.000000 0.214063 0.000000 -0.976820 0.368353 0.368353 0.368353 +4980.679199 0.000000 866.954956 0.000000 0.534297 0.000000 -0.845297 0.363552 0.363552 0.363552 +4988.771484 0.000000 884.349731 0.000000 0.387550 0.000000 -0.921849 0.365936 0.365936 0.365936 +4986.250000 0.000000 880.757568 0.000000 0.573364 0.000000 -0.819301 0.363466 0.363466 0.363466 +4988.112793 0.000000 882.940674 0.000000 0.525733 0.000000 -0.850649 0.364266 0.364266 0.364266 +5035.601562 0.000000 843.681335 0.000000 0.445890 0.000000 -0.895088 0.363901 0.363901 0.363901 +5104.647949 0.000000 831.257019 0.000000 0.263359 0.000000 -0.964698 0.365215 0.365215 0.365215 +5090.967773 0.000000 825.523926 0.000000 0.466606 0.000000 -0.884465 0.364320 0.364320 0.364320 +5092.742188 0.000000 843.986450 0.000000 0.551739 0.000000 -0.834017 0.362842 0.362842 0.362842 +5093.294434 0.000000 835.737366 0.000000 0.155754 0.000000 -0.987796 0.369589 0.369589 0.369589 +5117.535645 0.000000 844.956787 0.000000 0.370447 0.000000 -0.928854 0.366239 0.366239 0.366239 +5082.057129 0.000000 826.244385 0.000000 0.200261 0.000000 -0.979743 0.368663 0.368663 0.368663 +5108.695312 0.000000 837.753418 0.000000 0.384613 0.000000 -0.923078 0.366184 0.366184 0.366184 +5002.329590 0.000000 871.970215 0.000000 0.329183 0.000000 -0.944266 0.365220 0.365220 0.365220 +5030.646484 0.000000 879.422852 0.000000 0.539436 0.000000 -0.842026 0.362246 0.362246 0.362246 +5047.794922 0.000000 860.271851 0.000000 0.529209 0.000000 -0.848492 0.363190 0.363190 0.363190 +5051.815430 0.000000 865.985413 0.000000 0.012476 0.000000 -0.999922 0.370084 0.370084 0.370084 +5001.808105 0.000000 888.432800 0.000000 0.511883 0.000000 -0.859055 0.363680 0.363680 0.363680 +5045.177734 0.000000 857.786072 0.000000 0.334871 0.000000 -0.942264 0.365952 0.365952 0.365952 +5055.825195 0.000000 860.518250 0.000000 0.146361 0.000000 -0.989231 0.369472 0.369472 0.369472 +5003.557617 0.000000 887.213379 0.000000 0.243371 0.000000 -0.969933 0.367829 0.367829 0.367829 +5019.877441 0.000000 858.756531 0.000000 0.205937 0.000000 -0.978565 0.368942 0.368942 0.368942 +5028.749023 0.000000 856.635132 0.000000 0.407728 0.000000 -0.913103 0.365285 0.365285 0.365285 +5029.294434 0.000000 892.221741 0.000000 0.480299 0.000000 -0.877105 0.364816 0.364816 0.364816 +5050.270996 0.000000 855.599426 0.000000 0.058260 0.000000 -0.998301 0.370948 0.370948 0.370948 +5005.317383 0.000000 900.492859 0.000000 0.181376 0.000000 -0.983414 0.369896 0.369896 0.369896 +5010.929199 0.000000 852.739868 0.000000 0.547565 0.000000 -0.836763 0.363816 0.363816 0.363816 +5003.147461 0.000000 885.431213 0.000000 0.547033 0.000000 -0.837111 0.363695 0.363695 0.363695 +5016.030273 0.000000 860.570801 0.000000 0.449632 0.000000 -0.893214 0.365875 0.365875 0.365875 +5008.485352 0.000000 872.377808 0.000000 0.541993 0.000000 -0.840383 0.364345 0.364345 0.364345 +5015.673828 0.000000 853.221741 0.000000 0.568642 0.000000 -0.822585 0.363842 0.363842 0.363842 +5012.029785 0.000000 851.192383 0.000000 0.319187 0.000000 -0.947692 0.367473 0.367473 0.367473 +5019.790527 0.000000 866.019165 0.000000 0.546336 0.000000 -0.837566 0.364271 0.364271 0.364271 +5028.309082 0.000000 876.651672 0.000000 0.033945 0.000000 -0.999424 0.372426 0.372426 0.372426 +5013.230957 0.000000 885.778076 0.000000 0.515426 0.000000 -0.856934 0.365739 0.365739 0.365739 +5019.970215 0.000000 848.247742 0.000000 0.337296 0.000000 -0.941399 0.368759 0.368759 0.368759 +5064.667480 0.000000 852.044861 0.000000 0.120153 0.000000 -0.992755 0.367235 0.367235 0.367235 +5099.690430 0.000000 850.829590 0.000000 0.064032 0.000000 -0.997948 0.368498 0.368498 0.368498 +5112.246582 0.000000 850.122498 0.000000 0.499478 0.000000 -0.866326 0.363642 0.363642 0.363642 +5102.245605 0.000000 867.188171 0.000000 0.341239 0.000000 -0.939977 0.366024 0.366024 0.366024 +5118.970703 0.000000 869.921631 0.000000 0.572336 0.000000 -0.820019 0.362518 0.362518 0.362518 +5078.981445 0.000000 875.490173 0.000000 0.401409 0.000000 -0.915899 0.365933 0.365933 0.365933 +5056.233887 0.000000 860.708862 0.000000 0.435777 0.000000 -0.900054 0.365510 0.365510 0.365510 +5081.632324 0.000000 862.483154 0.000000 0.367144 0.000000 -0.930164 0.366548 0.366548 0.366548 +5103.286621 0.000000 849.039001 0.000000 0.379517 0.000000 -0.925185 0.367241 0.367241 0.367241 +5126.724121 0.000000 824.288757 0.000000 0.117508 0.000000 -0.993072 0.367204 0.367204 0.367204 +5136.716797 0.000000 822.879089 0.000000 0.237929 0.000000 -0.971283 0.366568 0.366568 0.366568 +5130.234863 0.000000 838.227173 0.000000 0.168383 0.000000 -0.985722 0.368309 0.368309 0.368309 +5124.789062 0.000000 824.638184 0.000000 0.529782 0.000000 -0.848134 0.363403 0.363403 0.363403 +5141.917480 0.000000 835.043518 0.000000 0.038559 0.000000 -0.999256 0.370083 0.370083 0.370083 +5130.780273 0.000000 825.565063 0.000000 0.145357 0.000000 -0.989379 0.369299 0.369299 0.369299 +5132.773926 0.000000 824.965271 0.000000 0.460932 0.000000 -0.887435 0.365263 0.365263 0.365263 +5132.919922 0.000000 840.816956 0.000000 0.101474 0.000000 -0.994838 0.369705 0.369705 0.369705 +5128.280273 0.000000 825.012207 0.000000 0.014408 0.000000 -0.999896 0.372303 0.372303 0.372303 +5139.070801 0.000000 834.149048 0.000000 0.368129 0.000000 -0.929775 0.366012 0.366012 0.366012 +5182.675293 0.000000 842.532349 0.000000 0.013568 0.000000 -0.999908 0.371567 0.371567 0.371567 +5129.880371 0.000000 824.299805 0.000000 0.469489 0.000000 -0.882938 0.365506 0.365506 0.365506 +5147.190918 0.000000 875.575012 0.000000 0.474870 0.000000 -0.880056 0.363445 0.363445 0.363445 +5174.180664 0.000000 871.115845 0.000000 0.011454 0.000000 -0.999934 0.369484 0.369484 0.369484 +5150.816895 0.000000 861.703430 0.000000 0.215903 0.000000 -0.976415 0.366849 0.366849 0.366849 +5148.838379 0.000000 872.333008 0.000000 0.209672 0.000000 -0.977772 0.367107 0.367107 0.367107 +5124.248535 0.000000 868.565491 0.000000 0.172595 0.000000 -0.984993 0.368131 0.368131 0.368131 +5165.143066 0.000000 847.567932 0.000000 0.067682 0.000000 -0.997707 0.369503 0.369503 0.369503 +5145.618652 0.000000 898.942871 0.000000 0.487620 0.000000 -0.873056 0.364098 0.364098 0.364098 +5162.257812 0.000000 849.528076 0.000000 0.418760 0.000000 -0.908097 0.365174 0.365174 0.365174 +5169.324707 0.000000 882.862854 0.000000 0.196487 0.000000 -0.980506 0.368176 0.368176 0.368176 +5164.016602 0.000000 849.014221 0.000000 0.269416 0.000000 -0.963024 0.367410 0.367410 0.367410 +5123.095703 0.000000 862.715759 0.000000 0.113046 0.000000 -0.993590 0.369422 0.369422 0.369422 +5179.429199 0.000000 872.578247 0.000000 0.098510 0.000000 -0.995136 0.369810 0.369810 0.369810 +5134.777344 0.000000 867.517761 0.000000 0.392226 0.000000 -0.919869 0.366071 0.366071 0.366071 +5176.471680 0.000000 887.721741 0.000000 0.249486 0.000000 -0.968378 0.368436 0.368436 0.368436 +5173.929688 0.000000 863.336365 0.000000 0.142379 0.000000 -0.989812 0.369589 0.369589 0.369589 +5159.089844 0.000000 862.578735 0.000000 0.174882 0.000000 -0.984589 0.369686 0.369686 0.369686 +5128.993164 0.000000 850.392334 0.000000 0.405261 0.000000 -0.914201 0.365875 0.365875 0.365875 +5160.469727 0.000000 866.530823 0.000000 0.352940 0.000000 -0.935646 0.366812 0.366812 0.366812 +5153.853027 0.000000 859.030396 0.000000 0.441613 0.000000 -0.897205 0.365858 0.365858 0.365858 +5131.583984 0.000000 850.823303 0.000000 0.503364 0.000000 -0.864074 0.365407 0.365407 0.365407 +5173.096191 0.000000 872.334106 0.000000 0.373789 0.000000 -0.927514 0.367798 0.367798 0.367798 +5177.187988 0.000000 878.750977 0.000000 0.055428 0.000000 -0.998463 0.372576 0.372576 0.372576 +5140.600586 0.000000 858.287598 0.000000 0.556604 0.000000 -0.830778 0.364908 0.364908 0.364908 +5134.755859 0.000000 856.713684 0.000000 0.390898 0.000000 -0.920434 0.367725 0.367725 0.367725 +5125.529297 0.000000 850.755554 0.000000 0.363496 0.000000 -0.931596 0.368959 0.368959 0.368959 +5175.338379 0.000000 879.789856 0.000000 0.469920 0.000000 -0.882709 0.367059 0.367059 0.367059 +5275.877441 0.000000 802.272156 0.000000 0.109772 0.000000 -0.993957 0.370551 0.370551 0.370551 +5262.202637 0.000000 804.485474 0.000000 0.208770 0.000000 -0.977965 0.376034 0.376034 0.376034 +5356.051758 0.000000 822.875549 0.000000 0.300147 0.000000 -0.953893 0.365763 0.365763 0.365763 +5343.005371 0.000000 825.685974 0.000000 0.536619 0.000000 -0.843825 0.362638 0.362638 0.362638 +5355.311523 0.000000 815.929016 0.000000 0.374939 0.000000 -0.927050 0.365344 0.365344 0.365344 +5359.250488 0.000000 819.762146 0.000000 0.406128 0.000000 -0.913816 0.365359 0.365359 0.365359 +5333.609863 0.000000 823.430237 0.000000 0.092122 0.000000 -0.995748 0.370477 0.370477 0.370477 +5351.319336 0.000000 815.493958 0.000000 0.392344 0.000000 -0.919819 0.367854 0.367854 0.367854 +5361.310547 0.000000 820.251099 0.000000 0.364564 0.000000 -0.931178 0.369517 0.369517 0.369517 +5351.180176 0.000000 821.205627 0.000000 0.392044 0.000000 -0.919946 0.369850 0.369850 0.369850 +5338.685059 0.000000 820.378906 0.000000 0.264815 0.000000 -0.964299 0.372369 0.372369 0.372369 +5353.507324 0.000000 866.385620 0.000000 0.281266 0.000000 -0.959630 0.376513 0.376513 0.376513 +5415.147461 0.000000 771.200134 0.000000 0.483497 0.000000 -0.875346 0.364579 0.364579 0.364579 +5388.164062 0.000000 769.806519 0.000000 0.102959 0.000000 -0.994686 0.373468 0.373468 0.373468 +5398.619629 0.000000 767.817993 0.000000 0.430918 0.000000 -0.902391 0.367600 0.367600 0.367600 +5423.484375 0.000000 753.755981 0.000000 0.294653 0.000000 -0.955604 0.370057 0.370057 0.370057 +5401.064941 0.000000 784.935547 0.000000 0.392093 0.000000 -0.919925 0.372043 0.372043 0.372043 +5415.189453 0.000000 772.255615 0.000000 0.059191 0.000000 -0.998247 0.378397 0.378397 0.378397 +5424.425781 0.000000 755.816589 0.000000 0.365381 0.000000 -0.930858 0.375934 0.375934 0.375934 +5401.272461 0.000000 769.050049 0.000000 0.378671 0.000000 -0.925531 0.375468 0.375468 0.375468 +5534.945801 0.000000 762.760803 0.000000 0.202166 0.000000 -0.979351 0.368279 0.368279 0.368279 +5533.614258 0.000000 766.024780 0.000000 0.275227 0.000000 -0.961379 0.367780 0.367780 0.367780 +5564.473145 0.000000 761.280945 0.000000 0.166332 0.000000 -0.986070 0.369440 0.369440 0.369440 +5539.506348 0.000000 766.166992 0.000000 0.295429 0.000000 -0.955365 0.369489 0.369489 0.369489 +5562.669922 0.000000 790.034668 0.000000 0.584122 0.000000 -0.811666 0.364315 0.364315 0.364315 +5544.459473 0.000000 763.816406 0.000000 0.459355 0.000000 -0.888253 0.367438 0.367438 0.367438 +5552.162598 0.000000 748.160156 0.000000 0.364950 0.000000 -0.931027 0.369249 0.369249 0.369249 +5558.847168 0.000000 777.158813 0.000000 0.491315 0.000000 -0.870982 0.370415 0.370415 0.370415 +5543.180176 0.000000 764.721252 0.000000 0.157597 0.000000 -0.987504 0.374562 0.374562 0.374562 +5548.578125 0.000000 764.684387 0.000000 0.532178 0.000000 -0.846633 0.369232 0.369232 0.369232 +5539.216309 0.000000 759.227295 0.000000 0.460147 0.000000 -0.887843 0.368999 0.368999 0.368999 +5543.486328 0.000000 763.283997 0.000000 0.405044 0.000000 -0.914297 0.371776 0.371776 0.371776 +5552.425781 0.000000 755.816589 0.000000 0.113856 0.000000 -0.993497 0.378575 0.378575 0.378575 +5541.866699 0.000000 762.649292 0.000000 0.321997 0.000000 -0.946741 0.373622 0.373622 0.373622 +5396.436035 0.000000 833.053101 0.000000 0.448616 0.000000 -0.893725 0.363814 0.363814 0.363814 +5408.330078 0.000000 845.078674 0.000000 0.583489 0.000000 -0.812121 0.361801 0.361801 0.361801 +5397.843750 0.000000 841.065979 0.000000 0.176454 0.000000 -0.984309 0.368385 0.368385 0.368385 +5402.283691 0.000000 837.327087 0.000000 0.345431 0.000000 -0.938444 0.368254 0.368254 0.368254 +5396.708984 0.000000 834.346680 0.000000 0.386381 0.000000 -0.922339 0.368672 0.368672 0.368672 +5401.752441 0.000000 847.158447 0.000000 0.551855 0.000000 -0.833940 0.366115 0.366115 0.366115 +5401.064941 0.000000 841.419922 0.000000 0.413602 0.000000 -0.910458 0.372299 0.372299 0.372299 +5400.446289 0.000000 834.120422 0.000000 0.420477 0.000000 -0.907303 0.370165 0.370165 0.370165 +5404.341797 0.000000 840.445435 0.000000 0.368611 0.000000 -0.929584 0.370124 0.370124 0.370124 +5399.415527 0.000000 842.293457 0.000000 0.054090 0.000000 -0.998536 0.378427 0.378427 0.378427 +5398.491699 0.000000 839.153503 0.000000 0.050674 0.000000 -0.998715 0.378823 0.378823 0.378823 +5401.231934 0.000000 839.552612 0.000000 0.534144 0.000000 -0.845394 0.372444 0.372444 0.372444 +5407.888672 0.000000 846.934204 0.000000 0.314408 0.000000 -0.949288 0.375742 0.375742 0.375742 +5482.638672 0.000000 841.213867 0.000000 0.217221 0.000000 -0.976123 0.368014 0.368014 0.368014 +5485.556641 0.000000 836.424438 0.000000 0.509862 0.000000 -0.860256 0.366698 0.366698 0.366698 +5489.639160 0.000000 846.537903 0.000000 0.250745 0.000000 -0.968053 0.370489 0.370489 0.370489 +5463.342773 0.000000 815.521790 0.000000 0.084571 0.000000 -0.996417 0.379802 0.379802 0.379802 +5488.827148 0.000000 834.619141 0.000000 0.050710 0.000000 -0.998713 0.376830 0.376830 0.376830 +5497.653809 0.000000 843.621704 0.000000 0.219145 0.000000 -0.975692 0.372351 0.372351 0.372351 +5494.610352 0.000000 840.694519 0.000000 0.007715 0.000000 -0.999970 0.378204 0.378204 0.378204 +5495.038086 0.000000 838.781311 0.000000 0.576109 0.000000 -0.817373 0.366345 0.366345 0.366345 +5464.183105 0.000000 812.468750 0.000000 0.217885 0.000000 -0.975974 0.374321 0.374321 0.374321 +5493.595703 0.000000 843.843384 0.000000 0.241765 0.000000 -0.970335 0.379559 0.379559 0.379559 +5492.202148 0.000000 842.596375 0.000000 0.031442 0.000000 -0.999506 0.384299 0.384299 0.384299 +5463.802734 0.000000 804.989075 0.000000 0.419017 0.000000 -0.907979 0.373277 0.373277 0.373277 +5400.484375 0.000000 847.276733 0.000000 0.333495 0.000000 -0.942752 0.370111 0.370111 0.370111 +5398.342773 0.000000 847.411133 0.000000 0.299044 0.000000 -0.954239 0.370649 0.370649 0.370649 +5463.935547 0.000000 884.320740 0.000000 0.232266 0.000000 -0.972652 0.366990 0.366990 0.366990 +5457.980469 0.000000 886.521362 0.000000 0.175969 0.000000 -0.984396 0.379049 0.379049 0.379049 +5465.886230 0.000000 889.338013 0.000000 0.179277 0.000000 -0.983799 0.376306 0.376306 0.376306 +5454.090820 0.000000 891.299438 0.000000 0.435200 0.000000 -0.900334 0.372715 0.372715 0.372715 +5562.353516 0.000000 791.911682 0.000000 0.404887 0.000000 -0.914367 0.367444 0.367444 0.367444 +5589.209473 0.000000 797.643494 0.000000 0.440423 0.000000 -0.897790 0.366753 0.366753 0.366753 +5586.243652 0.000000 795.549683 0.000000 0.368746 0.000000 -0.929530 0.372519 0.372519 0.372519 +5575.620605 0.000000 853.494873 0.000000 0.294734 0.000000 -0.955579 0.367723 0.367723 0.367723 +5582.749512 0.000000 847.296692 0.000000 0.520712 0.000000 -0.853733 0.363723 0.363723 0.363723 +5581.188965 0.000000 855.520264 0.000000 0.560160 0.000000 -0.828385 0.363989 0.363989 0.363989 +5597.938965 0.000000 863.799072 0.000000 0.375464 0.000000 -0.926837 0.366683 0.366683 0.366683 +5606.826172 0.000000 854.001709 0.000000 0.531967 0.000000 -0.846765 0.365707 0.365707 0.365707 +5594.768555 0.000000 862.197937 0.000000 0.540858 0.000000 -0.841114 0.371350 0.371350 0.371350 +5604.323242 0.000000 857.766357 0.000000 0.268176 0.000000 -0.963370 0.375261 0.375261 0.375261 +5601.511719 0.000000 856.325134 0.000000 0.275829 0.000000 -0.961207 0.373357 0.373357 0.373357 +5579.572266 0.000000 872.844482 0.000000 0.463076 0.000000 -0.886318 0.367752 0.367752 0.367752 +5587.508789 0.000000 863.657593 0.000000 0.116046 0.000000 -0.993244 0.374592 0.374592 0.374592 +5588.380859 0.000000 869.068726 0.000000 0.139715 0.000000 -0.990192 0.375626 0.375626 0.375626 +5580.171387 0.000000 848.587219 0.000000 0.506998 0.000000 -0.861947 0.369521 0.369521 0.369521 +5581.807617 0.000000 865.326172 0.000000 0.515193 0.000000 -0.857074 0.370466 0.370466 0.370466 +5587.035156 0.000000 867.684814 0.000000 0.510838 0.000000 -0.859677 0.373053 0.373053 0.373053 +5466.672852 0.000000 942.025391 0.000000 0.349324 0.000000 -0.937002 0.374821 0.374821 0.374821 +5572.047852 0.000000 912.100037 0.000000 0.489179 0.000000 -0.872183 0.362315 0.362315 0.362315 +5615.663086 0.000000 913.761902 0.000000 0.002161 0.000000 -0.999998 0.368641 0.368641 0.368641 +5596.431641 0.000000 911.257874 0.000000 0.095792 0.000000 -0.995401 0.367333 0.367333 0.367333 +5610.288574 0.000000 926.897827 0.000000 0.485385 0.000000 -0.874301 0.362598 0.362598 0.362598 +5575.213379 0.000000 941.950073 0.000000 0.539275 0.000000 -0.842130 0.362248 0.362248 0.362248 +5589.422363 0.000000 928.104858 0.000000 0.238895 0.000000 -0.971045 0.367310 0.367310 0.367310 +5622.302246 0.000000 918.037476 0.000000 0.342245 0.000000 -0.939611 0.366117 0.366117 0.366117 +5579.084961 0.000000 914.128662 0.000000 0.565617 0.000000 -0.824668 0.363429 0.363429 0.363429 +5609.262207 0.000000 917.087646 0.000000 0.540573 0.000000 -0.841297 0.363539 0.363539 0.363539 +5578.780273 0.000000 938.533813 0.000000 0.444097 0.000000 -0.895979 0.365382 0.365382 0.365382 +5582.389648 0.000000 941.534424 0.000000 0.148774 0.000000 -0.988871 0.369997 0.369997 0.369997 +5580.970703 0.000000 950.735779 0.000000 0.335193 0.000000 -0.942150 0.367289 0.367289 0.367289 +5613.674805 0.000000 916.753418 0.000000 0.226546 0.000000 -0.974001 0.368179 0.368179 0.368179 +5587.835449 0.000000 924.637085 0.000000 0.269809 0.000000 -0.962914 0.367915 0.367915 0.367915 +5581.188965 0.000000 912.004639 0.000000 0.154869 0.000000 -0.987935 0.369663 0.369663 0.369663 +5620.078125 0.000000 920.420715 0.000000 0.077779 0.000000 -0.996971 0.370938 0.370938 0.370938 +5622.998047 0.000000 921.052307 0.000000 0.078187 0.000000 -0.996939 0.370736 0.370736 0.370736 +5583.446289 0.000000 919.768066 0.000000 0.513942 0.000000 -0.857825 0.365766 0.365766 0.365766 +5580.289551 0.000000 917.197388 0.000000 0.295641 0.000000 -0.955299 0.369541 0.369541 0.369541 +5586.338867 0.000000 911.783203 0.000000 0.550800 0.000000 -0.834637 0.364194 0.364194 0.364194 +5582.365723 0.000000 946.747314 0.000000 0.042904 0.000000 -0.999079 0.373831 0.373831 0.373831 +5583.939941 0.000000 958.447876 0.000000 0.192895 0.000000 -0.981219 0.372134 0.372134 0.372134 +5593.598145 0.000000 983.865967 0.000000 0.154460 0.000000 -0.987999 0.368184 0.368184 0.368184 +5607.260742 0.000000 981.838379 0.000000 0.412537 0.000000 -0.910941 0.365115 0.365115 0.365115 +5602.937012 0.000000 962.019104 0.000000 0.174782 0.000000 -0.984607 0.369078 0.369078 0.369078 +5571.050781 0.000000 963.628662 0.000000 0.551138 0.000000 -0.834414 0.364102 0.364102 0.364102 +5594.869141 0.000000 981.683289 0.000000 0.281045 0.000000 -0.959695 0.369102 0.369102 0.369102 +5589.272461 0.000000 968.603943 0.000000 0.133041 0.000000 -0.991111 0.371602 0.371602 0.371602 +5630.420410 0.000000 973.575134 0.000000 0.200008 0.000000 -0.979794 0.372197 0.372197 0.372197 +5608.166504 0.000000 972.840515 0.000000 0.415576 0.000000 -0.909558 0.368714 0.368714 0.368714 +5620.467773 0.000000 981.359070 0.000000 0.013388 0.000000 -0.999910 0.374019 0.374019 0.374019 +5573.529297 0.000000 963.724304 0.000000 0.030714 0.000000 -0.999528 0.373752 0.373752 0.373752 +5576.409180 0.000000 975.053833 0.000000 0.123604 0.000000 -0.992332 0.373326 0.373326 0.373326 +5629.982422 0.000000 971.759216 0.000000 0.457521 0.000000 -0.889199 0.368811 0.368811 0.368811 +5598.868164 0.000000 980.976624 0.000000 0.465983 0.000000 -0.884794 0.368600 0.368600 0.368600 +5624.930664 0.000000 972.634521 0.000000 0.513456 0.000000 -0.858116 0.367126 0.367126 0.367126 +5573.292969 0.000000 966.251770 0.000000 0.230364 0.000000 -0.973105 0.372979 0.372979 0.372979 +5572.727051 0.000000 967.485229 0.000000 0.241505 0.000000 -0.970400 0.372783 0.372783 0.372783 +5600.863281 0.000000 981.059021 0.000000 0.116223 0.000000 -0.993223 0.374907 0.374907 0.374907 +5577.798340 0.000000 965.607971 0.000000 0.581357 0.000000 -0.813649 0.365696 0.365696 0.365696 +5628.552246 0.000000 961.543640 0.000000 0.272769 0.000000 -0.962080 0.370700 0.370700 0.370700 +5616.334961 0.000000 976.337708 0.000000 0.056050 0.000000 -0.998428 0.375743 0.375743 0.375743 +5570.773438 0.000000 966.275818 0.000000 0.560948 0.000000 -0.827851 0.365382 0.365382 0.365382 +5595.824219 0.000000 973.095886 0.000000 0.574430 0.000000 -0.818554 0.366003 0.366003 0.366003 +5607.854004 0.000000 971.282898 0.000000 0.200210 0.000000 -0.979753 0.373988 0.373988 0.373988 +5601.173340 0.000000 984.631531 0.000000 0.558282 0.000000 -0.829651 0.366501 0.366501 0.366501 +5609.729980 0.000000 966.206421 0.000000 0.187078 0.000000 -0.982345 0.373558 0.373558 0.373558 +5623.381348 0.000000 974.261292 0.000000 0.315470 0.000000 -0.948936 0.371296 0.371296 0.371296 +5600.682129 0.000000 977.648682 0.000000 0.231870 0.000000 -0.972747 0.373128 0.373128 0.373128 +5603.216309 0.000000 985.164795 0.000000 0.042240 0.000000 -0.999107 0.376245 0.376245 0.376245 +5615.897461 0.000000 971.919922 0.000000 0.205517 0.000000 -0.978654 0.373357 0.373357 0.373357 +5553.272949 0.000000 1106.828003 0.000000 0.576181 0.000000 -0.817322 0.360743 0.360743 0.360743 +5602.900879 0.000000 1073.267822 0.000000 0.092891 0.000000 -0.995676 0.366786 0.366786 0.366786 +5498.368164 0.000000 1181.613403 0.000000 0.552629 0.000000 -0.833427 0.361063 0.361063 0.361063 +5446.215332 0.000000 1235.109497 0.000000 0.192785 0.000000 -0.981241 0.365639 0.365639 0.365639 +5562.807129 0.000000 1136.342041 0.000000 0.250723 0.000000 -0.968059 0.364734 0.364734 0.364734 +5515.959473 0.000000 1178.178345 0.000000 0.440857 0.000000 -0.897577 0.362511 0.362511 0.362511 +5570.396484 0.000000 1131.549683 0.000000 0.359421 0.000000 -0.933176 0.363509 0.363509 0.363509 +5632.163086 0.000000 938.496521 0.000000 0.224646 0.000000 -0.974440 0.365563 0.365563 0.365563 +5660.380371 0.000000 958.600342 0.000000 0.229709 0.000000 -0.973259 0.366322 0.366322 0.366322 +5659.673340 0.000000 956.523315 0.000000 0.556299 0.000000 -0.830982 0.362642 0.362642 0.362642 +5638.953125 0.000000 939.360229 0.000000 0.295713 0.000000 -0.955277 0.366265 0.366265 0.366265 +5654.981445 0.000000 931.974548 0.000000 0.018367 0.000000 -0.999831 0.370415 0.370415 0.370415 +5644.773926 0.000000 937.934021 0.000000 0.521853 0.000000 -0.853036 0.364107 0.364107 0.364107 +5640.280273 0.000000 937.980957 0.000000 0.539280 0.000000 -0.842126 0.363866 0.363866 0.363866 +5643.461426 0.000000 931.344421 0.000000 0.540178 0.000000 -0.841551 0.363415 0.363415 0.363415 +5640.953125 0.000000 929.680725 0.000000 0.528881 0.000000 -0.848696 0.363992 0.363992 0.363992 +5647.974609 0.000000 937.309875 0.000000 0.232758 0.000000 -0.972535 0.368326 0.368326 0.368326 +5660.266602 0.000000 941.117188 0.000000 0.017879 0.000000 -0.999840 0.372525 0.372525 0.372525 +5641.912598 0.000000 932.852173 0.000000 0.450833 0.000000 -0.892608 0.366386 0.366386 0.366386 +5655.838867 0.000000 934.773682 0.000000 0.517870 0.000000 -0.855459 0.364978 0.364978 0.364978 +5651.521973 0.000000 935.525696 0.000000 0.058575 0.000000 -0.998283 0.371934 0.371934 0.371934 +5635.093750 0.000000 933.820007 0.000000 0.367548 0.000000 -0.930004 0.368212 0.368212 0.368212 +5642.564941 0.000000 962.783325 0.000000 0.158266 0.000000 -0.987397 0.367333 0.367333 0.367333 +5634.209961 0.000000 971.009216 0.000000 0.457280 0.000000 -0.889323 0.365895 0.365895 0.365895 +5637.529297 0.000000 963.724304 0.000000 0.123892 0.000000 -0.992296 0.372499 0.372499 0.372499 +5636.727051 0.000000 967.485229 0.000000 0.150444 0.000000 -0.988618 0.373571 0.373571 0.373571 +5633.375488 0.000000 962.626343 0.000000 0.013144 0.000000 -0.999914 0.377085 0.377085 0.377085 +5715.343262 0.000000 1068.319824 0.000000 0.547374 0.000000 -0.836888 0.364123 0.364123 0.364123 +5716.580078 0.000000 1064.315918 0.000000 0.225398 0.000000 -0.974267 0.372597 0.372597 0.372597 +5717.127930 0.000000 1070.899170 0.000000 0.308760 0.000000 -0.951140 0.378006 0.378006 0.378006 +5718.823730 0.000000 1071.776855 0.000000 0.280081 0.000000 -0.959976 0.378506 0.378506 0.378506 +5718.503906 0.000000 1069.338867 0.000000 0.140624 0.000000 -0.990063 0.381856 0.381856 0.381856 +5658.586914 0.000000 1104.728516 0.000000 0.174492 0.000000 -0.984659 0.381092 0.381092 0.381092 +5660.799316 0.000000 1105.722900 0.000000 0.378800 0.000000 -0.925479 0.376344 0.376344 0.376344 7409.096680 0.000000 516.052856 0.000000 0.557402 0.000000 -0.830243 0.365321 0.365321 0.365321 7437.322266 0.000000 456.471741 0.000000 0.218966 0.000000 -0.975733 0.370467 0.370467 0.370467 7455.121582 0.000000 483.135254 0.000000 0.211383 0.000000 -0.977403 0.375983 0.375983 0.375983 7453.536133 0.000000 482.670197 0.000000 0.210551 0.000000 -0.977583 0.380273 0.380273 0.380273 7427.781738 0.000000 464.716614 0.000000 0.148457 0.000000 -0.988919 0.379506 0.379506 0.379506 7446.503906 0.000000 504.495087 0.000000 0.210747 0.000000 -0.977541 0.379557 0.379557 0.379557 +4226.069824 0.000000 2284.196777 0.000000 0.225303 0.000000 -0.974289 0.367257 0.367257 0.367257 +4228.483887 0.000000 2289.123779 0.000000 0.538459 0.000000 -0.842652 0.363354 0.363354 0.363354 +4229.832520 0.000000 2291.240723 0.000000 0.242665 0.000000 -0.970110 0.367781 0.367781 0.367781 "} diff --git a/gfx/map/map_object_data/generated/palm_dense_generator_1.txt b/gfx/map/map_object_data/generated/palm_dense_generator_1.txt index 6d9f7caa..4b1ac009 100644 --- a/gfx/map/map_object_data/generated/palm_dense_generator_1.txt +++ b/gfx/map/map_object_data/generated/palm_dense_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_palm_01_mesh" - count=153 + count=915 transform="510.419189 0.000000 776.444153 0.000000 0.243639 0.000000 0.969866 0.292147 0.292147 0.292147 496.648071 0.000000 774.772644 0.000000 0.105779 0.000000 0.994390 0.241634 0.241634 0.241634 459.486969 0.000000 742.856506 0.000000 0.511680 0.000000 0.859176 0.607220 0.607220 0.607220 @@ -159,6 +159,768 @@ 545.910461 0.000000 1962.791626 0.000000 0.631523 0.000000 0.775357 0.360114 0.360114 0.360114 550.819946 0.000000 1972.720459 0.000000 0.000860 0.000000 1.000000 0.627343 0.627343 0.627343 522.704590 0.000000 1999.695679 0.000000 0.216469 0.000000 0.976289 0.739997 0.739997 0.739997 +5569.318848 0.000000 942.638428 0.000000 0.196765 0.000000 0.980451 0.198243 0.198243 0.198243 +5588.089355 0.000000 1005.051270 0.000000 0.057218 0.000000 0.998362 0.177493 0.177493 0.177493 +5660.793945 0.000000 963.076172 0.000000 0.165482 0.000000 0.986213 0.193354 0.193354 0.193354 +5761.451172 0.000000 1141.863159 0.000000 0.162743 0.000000 0.986668 0.191694 0.191694 0.191694 +5778.127930 0.000000 1142.963501 0.000000 0.849762 0.000000 0.527166 0.382932 0.382932 0.382932 +4479.487305 0.000000 1950.696411 0.000000 0.271597 0.000000 0.962411 0.224873 0.224873 0.224873 +4474.511719 0.000000 1940.978760 0.000000 0.406020 0.000000 0.913864 0.321722 0.321722 0.321722 +4474.637207 0.000000 1947.402466 0.000000 0.349444 0.000000 0.936957 0.342836 0.342836 0.342836 +4454.230957 0.000000 2015.482178 0.000000 0.126540 0.000000 0.991961 0.197737 0.197737 0.197737 +4464.205566 0.000000 2033.411865 0.000000 0.641157 0.000000 0.767410 0.805613 0.805613 0.805613 +4463.722656 0.000000 2021.272827 0.000000 0.597839 0.000000 0.801616 0.559784 0.559784 0.559784 +4472.550781 0.000000 2009.812256 0.000000 0.624541 0.000000 0.780992 0.644589 0.644589 0.644589 +4460.662598 0.000000 2027.533325 0.000000 0.149378 0.000000 0.988780 0.250452 0.250452 0.250452 +4477.658691 0.000000 2012.268921 0.000000 0.555909 0.000000 0.831243 0.703369 0.703369 0.703369 +4458.009766 0.000000 2031.889771 0.000000 0.325017 0.000000 0.945708 0.259972 0.259972 0.259972 +4461.434082 0.000000 2006.682373 0.000000 0.726063 0.000000 0.687629 0.350364 0.350364 0.350364 +4454.535645 0.000000 2006.461182 0.000000 0.804595 0.000000 0.593823 0.381190 0.381190 0.381190 +4461.311035 0.000000 2011.302979 0.000000 0.157274 0.000000 0.987555 0.462250 0.462250 0.462250 +4467.213867 0.000000 2023.210327 0.000000 0.641164 0.000000 0.767404 0.741202 0.741202 0.741202 +4463.868652 0.000000 2025.364136 0.000000 0.454925 0.000000 0.890530 0.338331 0.338331 0.338331 +4473.910645 0.000000 2024.904175 0.000000 0.848656 0.000000 0.528945 0.694277 0.694277 0.694277 +4460.412598 0.000000 2019.226807 0.000000 0.798201 0.000000 0.602391 0.659919 0.659919 0.659919 +4475.981445 0.000000 2032.172363 0.000000 0.848798 0.000000 0.528718 0.739598 0.739598 0.739598 +4471.060547 0.000000 2018.552856 0.000000 0.006853 0.000000 0.999977 0.865296 0.865296 0.865296 +4467.402344 0.000000 2030.920410 0.000000 0.640565 0.000000 0.767904 0.805498 0.805498 0.805498 +4463.917480 0.000000 2013.735107 0.000000 0.320154 0.000000 0.947366 0.651154 0.651154 0.651154 +4477.611816 0.000000 2015.712769 0.000000 0.535145 0.000000 0.844760 0.642175 0.642175 0.642175 +4467.759277 0.000000 2008.317993 0.000000 0.308080 0.000000 0.951361 0.427100 0.427100 0.427100 +4479.976562 0.000000 2027.568481 0.000000 0.523918 0.000000 0.851769 0.424343 0.424343 0.424343 +4462.693848 0.000000 2009.011719 0.000000 0.715489 0.000000 0.698624 0.404321 0.404321 0.404321 +4479.509766 0.000000 2014.171631 0.000000 0.558221 0.000000 0.829692 0.453258 0.453258 0.453258 +4472.742188 0.000000 2006.847046 0.000000 0.220406 0.000000 0.975408 0.330857 0.330857 0.330857 +4469.005371 0.000000 2029.148315 0.000000 0.568289 0.000000 0.822829 0.721613 0.721613 0.721613 +4476.008301 0.000000 2019.230347 0.000000 0.671532 0.000000 0.740976 0.546370 0.546370 0.546370 +4465.129395 0.000000 2027.359009 0.000000 0.214989 0.000000 0.976616 0.359288 0.359288 0.359288 +4472.630371 0.000000 2030.408081 0.000000 0.822138 0.000000 0.569289 0.814308 0.814308 0.814308 +4479.163574 0.000000 2009.627686 0.000000 0.623077 0.000000 0.782160 0.579575 0.579575 0.579575 +4465.314941 0.000000 2019.651367 0.000000 0.329787 0.000000 0.944055 0.786188 0.786188 0.786188 +4465.262695 0.000000 2031.514160 0.000000 0.863849 0.000000 0.503751 0.724073 0.724073 0.724073 +4471.867676 0.000000 2024.184814 0.000000 0.716936 0.000000 0.697139 0.731223 0.731223 0.731223 +4466.394043 0.000000 2029.074951 0.000000 0.151908 0.000000 0.988395 0.524757 0.524757 0.524757 +4461.537598 0.000000 2017.342773 0.000000 0.728389 0.000000 0.685164 0.749433 0.749433 0.749433 +4466.750488 0.000000 2017.506348 0.000000 0.498361 0.000000 0.866970 0.930070 0.930070 0.930070 +4469.007812 0.000000 2018.103516 0.000000 0.746639 0.000000 0.665229 0.953667 0.953667 0.953667 +4476.771484 0.000000 2014.037231 0.000000 0.284443 0.000000 0.958693 0.597764 0.597764 0.597764 +4476.180664 0.000000 2011.055664 0.000000 0.179889 0.000000 0.983687 0.660968 0.660968 0.660968 +4470.588867 0.000000 2030.136230 0.000000 0.035288 0.000000 0.999377 0.805644 0.805644 0.805644 +4469.188965 0.000000 2031.365845 0.000000 0.684900 0.000000 0.728637 0.899119 0.899119 0.899119 +4473.001953 0.000000 2012.385132 0.000000 0.632905 0.000000 0.774229 0.921079 0.921079 0.921079 +4468.122559 0.000000 2014.618286 0.000000 0.514239 0.000000 0.857647 0.934385 0.934385 0.934385 +4466.861328 0.000000 2032.470581 0.000000 0.056338 0.000000 0.998412 0.837802 0.837802 0.837802 +4500.968750 0.000000 1972.593872 0.000000 0.704391 0.000000 0.709813 0.754527 0.754527 0.754527 +4518.230957 0.000000 1958.997803 0.000000 0.437936 0.000000 0.899006 0.747112 0.747112 0.747112 +4511.453613 0.000000 1937.198853 0.000000 0.537319 0.000000 0.843379 0.936113 0.936113 0.936113 +4521.563477 0.000000 1946.959717 0.000000 0.710717 0.000000 0.703478 0.371724 0.371724 0.371724 +4517.982422 0.000000 1970.730591 0.000000 0.590101 0.000000 0.807329 0.632527 0.632527 0.632527 +4491.959473 0.000000 1968.959595 0.000000 0.064196 0.000000 0.997937 0.825105 0.825105 0.825105 +4517.432617 0.000000 1931.495850 0.000000 0.572056 0.000000 0.820214 0.295783 0.295783 0.295783 +4510.236816 0.000000 1972.998657 0.000000 0.135217 0.000000 0.990816 0.721914 0.721914 0.721914 +4495.272949 0.000000 1942.387329 0.000000 0.075304 0.000000 0.997161 0.537603 0.537603 0.537603 +4512.032227 0.000000 1957.406616 0.000000 0.200623 0.000000 0.979668 0.880053 0.880053 0.880053 +4532.365234 0.000000 1959.734985 0.000000 0.635057 0.000000 0.772465 0.596814 0.596814 0.596814 +4535.107910 0.000000 1965.670044 0.000000 0.249854 0.000000 0.968284 0.566249 0.566249 0.566249 +4506.074219 0.000000 1950.985229 0.000000 0.522142 0.000000 0.852858 0.934973 0.934973 0.934973 +4530.584961 0.000000 1948.363037 0.000000 0.451121 0.000000 0.892463 0.287321 0.287321 0.287321 +4522.009766 0.000000 1975.405396 0.000000 0.123034 0.000000 0.992402 0.679999 0.679999 0.679999 +4499.007324 0.000000 1938.547119 0.000000 0.813303 0.000000 0.581840 0.957676 0.957676 0.957676 +4506.709961 0.000000 1957.508667 0.000000 0.420397 0.000000 0.907340 0.856095 0.856095 0.856095 +4507.131348 0.000000 1936.589966 0.000000 0.731817 0.000000 0.681501 0.952266 0.952266 0.952266 +4497.260254 0.000000 1946.925903 0.000000 0.521207 0.000000 0.853430 0.856788 0.856788 0.856788 +4517.098633 0.000000 1963.339722 0.000000 0.514145 0.000000 0.857704 0.711552 0.711552 0.711552 +4511.334473 0.000000 1961.454224 0.000000 0.740617 0.000000 0.671928 0.731511 0.731511 0.731511 +4507.932617 0.000000 1940.738403 0.000000 0.284879 0.000000 0.958563 0.918391 0.918391 0.918391 +4531.213867 0.000000 1966.725952 0.000000 0.593209 0.000000 0.805049 0.658605 0.658605 0.658605 +4488.908691 0.000000 1966.368774 0.000000 0.294953 0.000000 0.955512 0.723762 0.723762 0.723762 +4493.506836 0.000000 1956.283203 0.000000 0.832369 0.000000 0.554222 0.403868 0.403868 0.403868 +4528.647949 0.000000 1960.944458 0.000000 0.797524 0.000000 0.603288 0.720073 0.720073 0.720073 +4528.023926 0.000000 1973.003784 0.000000 0.799900 0.000000 0.600134 0.725792 0.725792 0.725792 +4541.507812 0.000000 1970.245483 0.000000 0.800919 0.000000 0.598773 0.877721 0.877721 0.877721 +4503.293457 0.000000 1944.033569 0.000000 0.447708 0.000000 0.894180 0.929552 0.929552 0.929552 +4524.376953 0.000000 1966.736450 0.000000 0.615978 0.000000 0.787763 0.822743 0.822743 0.822743 +4539.981445 0.000000 1975.687988 0.000000 0.618628 0.000000 0.785684 0.828759 0.828759 0.828759 +4521.204590 0.000000 1957.030151 0.000000 0.513338 0.000000 0.858187 0.690146 0.690146 0.690146 +4518.346680 0.000000 1974.726440 0.000000 0.257748 0.000000 0.966212 0.712259 0.712259 0.712259 +4527.917480 0.000000 1957.250732 0.000000 0.373256 0.000000 0.927729 0.542247 0.542247 0.542247 +4535.062500 0.000000 1971.486206 0.000000 0.720872 0.000000 0.693068 0.721767 0.721767 0.721767 +4509.020508 0.000000 1933.299072 0.000000 0.787545 0.000000 0.616257 0.919935 0.919935 0.919935 +4541.611816 0.000000 1959.228394 0.000000 0.658648 0.000000 0.752451 0.858431 0.858431 0.858431 +4498.230469 0.000000 1958.504272 0.000000 0.400483 0.000000 0.916304 0.597127 0.597127 0.597127 +4521.064941 0.000000 1972.174316 0.000000 0.780168 0.000000 0.625571 0.777391 0.777391 0.777391 +4525.386719 0.000000 1975.175781 0.000000 0.366048 0.000000 0.930596 0.680335 0.680335 0.680335 +4505.681152 0.000000 1954.246216 0.000000 0.834882 0.000000 0.550429 0.929715 0.929715 0.929715 +4503.836426 0.000000 1971.081665 0.000000 0.780469 0.000000 0.625195 0.741226 0.741226 0.741226 +4528.580566 0.000000 1950.909546 0.000000 0.686408 0.000000 0.727217 0.364918 0.364918 0.364918 +4513.099609 0.000000 1954.418457 0.000000 0.261643 0.000000 0.965165 0.916853 0.916853 0.916853 +4540.832520 0.000000 1952.790527 0.000000 0.350822 0.000000 0.936442 0.650979 0.650979 0.650979 +4489.278320 0.000000 1970.552368 0.000000 0.861825 0.000000 0.507205 0.693398 0.693398 0.693398 +4501.934570 0.000000 1975.280762 0.000000 0.613306 0.000000 0.789845 0.714511 0.714511 0.714511 +4493.099609 0.000000 1940.245361 0.000000 0.220497 0.000000 0.975388 0.467945 0.467945 0.467945 +4492.083496 0.000000 1965.982666 0.000000 0.588925 0.000000 0.808188 0.887933 0.887933 0.887933 +4504.795410 0.000000 1948.380981 0.000000 0.671487 0.000000 0.741016 0.946869 0.946869 0.946869 +4507.635742 0.000000 1943.519165 0.000000 0.855018 0.000000 0.518599 0.965291 0.965291 0.965291 +4496.186523 0.000000 1939.619995 0.000000 0.224123 0.000000 0.974561 0.787845 0.787845 0.787845 +4509.958984 0.000000 1930.669067 0.000000 0.621240 0.000000 0.783621 0.526181 0.526181 0.526181 +4518.469727 0.000000 1947.062744 0.000000 0.093098 0.000000 0.995657 0.282545 0.282545 0.282545 +4505.283691 0.000000 1942.086548 0.000000 0.263046 0.000000 0.964783 0.916945 0.916945 0.916945 +4513.062500 0.000000 1972.542725 0.000000 0.638086 0.000000 0.769965 0.783331 0.783331 0.783331 +4503.408203 0.000000 1932.306885 0.000000 0.427868 0.000000 0.903841 0.591844 0.591844 0.591844 +4539.000977 0.000000 1958.269775 0.000000 0.010977 0.000000 0.999940 0.697436 0.697436 0.697436 +4497.436523 0.000000 1944.337769 0.000000 0.831080 0.000000 0.556153 0.940370 0.940370 0.940370 +4518.646484 0.000000 1952.625977 0.000000 0.355826 0.000000 0.934552 0.773026 0.773026 0.773026 +4515.689941 0.000000 1972.070435 0.000000 0.667899 0.000000 0.744252 0.762591 0.762591 0.762591 +4512.544434 0.000000 1967.800293 0.000000 0.048316 0.000000 0.998832 0.425757 0.425757 0.425757 +4500.436035 0.000000 1962.740601 0.000000 0.462564 0.000000 0.886586 0.884901 0.884901 0.884901 +4494.389160 0.000000 1953.853516 0.000000 0.572487 0.000000 0.819914 0.367762 0.367762 0.367762 +4498.128418 0.000000 1941.230347 0.000000 0.762266 0.000000 0.647264 0.955183 0.955183 0.955183 +4508.928223 0.000000 1938.348877 0.000000 0.673884 0.000000 0.738837 0.947075 0.947075 0.947075 +4543.697754 0.000000 1965.192871 0.000000 0.782620 0.000000 0.622500 0.862630 0.862630 0.862630 +4504.535645 0.000000 1936.823730 0.000000 0.042154 0.000000 0.999111 0.902684 0.902684 0.902684 +4495.870117 0.000000 1957.291626 0.000000 0.831105 0.000000 0.556116 0.585974 0.585974 0.585974 +4503.339844 0.000000 1952.876221 0.000000 0.434725 0.000000 0.900563 0.871536 0.871536 0.871536 +4507.190918 0.000000 1948.778198 0.000000 0.438184 0.000000 0.898886 0.928876 0.928876 0.928876 +4526.782227 0.000000 1962.532837 0.000000 0.652400 0.000000 0.757875 0.818711 0.818711 0.818711 +4516.550293 0.000000 1951.262817 0.000000 0.786126 0.000000 0.618066 0.911673 0.911673 0.911673 +4512.330078 0.000000 1974.766235 0.000000 0.493347 0.000000 0.869832 0.861740 0.861740 0.861740 +4496.382324 0.000000 1976.285156 0.000000 0.493772 0.000000 0.869591 0.473291 0.473291 0.473291 +4503.885254 0.000000 1946.248901 0.000000 0.448638 0.000000 0.893713 0.929618 0.929618 0.929618 +4543.163574 0.000000 1953.143311 0.000000 0.461915 0.000000 0.886924 0.696841 0.696841 0.696841 +4516.144531 0.000000 1969.430176 0.000000 0.117312 0.000000 0.993095 0.509106 0.509106 0.509106 +4529.314941 0.000000 1963.166992 0.000000 0.843570 0.000000 0.537020 0.768607 0.768607 0.768607 +4503.105957 0.000000 1941.705444 0.000000 0.284782 0.000000 0.958592 0.918384 0.918384 0.918384 +4539.305664 0.000000 1970.247803 0.000000 0.199199 0.000000 0.979959 0.754778 0.754778 0.754778 +4526.880859 0.000000 1971.004395 0.000000 0.842741 0.000000 0.538319 0.819992 0.819992 0.819992 +4507.443848 0.000000 1952.733765 0.000000 0.540566 0.000000 0.841302 0.936358 0.936358 0.936358 +4507.673340 0.000000 1973.242065 0.000000 0.601023 0.000000 0.799232 0.660169 0.660169 0.660169 +4518.962402 0.000000 1964.648682 0.000000 0.859222 0.000000 0.511604 0.778418 0.778418 0.778418 +4537.190430 0.000000 1962.575562 0.000000 0.565128 0.000000 0.825003 0.668539 0.668539 0.668539 +4530.103516 0.000000 1968.801636 0.000000 0.641911 0.000000 0.766779 0.730799 0.730799 0.730799 +4512.607910 0.000000 1959.559448 0.000000 0.106520 0.000000 0.994311 0.821264 0.821264 0.821264 +4522.219238 0.000000 1966.683350 0.000000 0.665964 0.000000 0.745983 0.815940 0.815940 0.815940 +4535.867676 0.000000 1967.700439 0.000000 0.573906 0.000000 0.818921 0.654789 0.654789 0.654789 +4516.916016 0.000000 1948.531128 0.000000 0.830712 0.000000 0.556703 0.759781 0.759781 0.759781 +4525.814941 0.000000 1957.014893 0.000000 0.042587 0.000000 0.999093 0.532304 0.532304 0.532304 +4530.394043 0.000000 1972.590576 0.000000 0.697461 0.000000 0.716623 0.685666 0.685666 0.685666 +4509.739258 0.000000 1941.931885 0.000000 0.282417 0.000000 0.959292 0.918227 0.918227 0.918227 +4508.979980 0.000000 1935.747925 0.000000 0.373888 0.000000 0.927474 0.924395 0.924395 0.924395 +4501.422363 0.000000 1944.823608 0.000000 0.104836 0.000000 0.994489 0.906686 0.906686 0.906686 +4498.979980 0.000000 1960.482544 0.000000 0.706372 0.000000 0.707840 0.797343 0.797343 0.797343 +4525.537598 0.000000 1960.858398 0.000000 0.597177 0.000000 0.802109 0.753846 0.753846 0.753846 +4522.638672 0.000000 1970.901367 0.000000 0.696341 0.000000 0.717711 0.784528 0.784528 0.784528 +4518.819824 0.000000 1972.720459 0.000000 0.224075 0.000000 0.974572 0.662506 0.662506 0.662506 +4530.216309 0.000000 1965.013550 0.000000 0.080585 0.000000 0.996748 0.518130 0.518130 0.518130 +4500.141113 0.000000 1974.400513 0.000000 0.696356 0.000000 0.717697 0.731837 0.731837 0.731837 +4495.590332 0.000000 1972.565186 0.000000 0.308320 0.000000 0.951283 0.737142 0.737142 0.737142 +4502.911621 0.000000 1961.458374 0.000000 0.026225 0.000000 0.999656 0.797555 0.797555 0.797555 +4503.416992 0.000000 1968.401489 0.000000 0.482606 0.000000 0.875838 0.673989 0.673989 0.673989 +4507.528320 0.000000 1955.007935 0.000000 0.657230 0.000000 0.753690 0.925195 0.925195 0.925195 +4538.520996 0.000000 1974.381348 0.000000 0.587961 0.000000 0.808890 0.823141 0.823141 0.823141 +4495.799805 0.000000 1963.532593 0.000000 0.018790 0.000000 0.999823 0.586324 0.586324 0.586324 +4501.917480 0.000000 1964.730957 0.000000 0.853309 0.000000 0.521406 0.939612 0.939612 0.939612 +4535.432129 0.000000 1969.552490 0.000000 0.538711 0.000000 0.842491 0.668670 0.668670 0.668670 +4519.147461 0.000000 1957.372070 0.000000 0.270981 0.000000 0.962585 0.714349 0.714349 0.714349 +4510.945801 0.000000 1948.932617 0.000000 0.081569 0.000000 0.996668 0.905199 0.905199 0.905199 +4504.422363 0.000000 1950.168945 0.000000 0.424754 0.000000 0.905309 0.927928 0.927928 0.927928 +4519.039551 0.000000 1960.630371 0.000000 0.852932 0.000000 0.522022 0.828128 0.828128 0.828128 +4516.830078 0.000000 1955.396484 0.000000 0.355966 0.000000 0.934499 0.849051 0.849051 0.849051 +4499.835449 0.000000 1941.355835 0.000000 0.427368 0.000000 0.904078 0.928112 0.928112 0.928112 +4505.336426 0.000000 1958.467041 0.000000 0.673792 0.000000 0.738921 0.886039 0.886039 0.886039 +4510.190918 0.000000 1957.522583 0.000000 0.800122 0.000000 0.599837 0.933992 0.933992 0.933992 +4513.478516 0.000000 1950.490234 0.000000 0.164219 0.000000 0.986424 0.910502 0.910502 0.910502 +4514.559570 0.000000 1953.674194 0.000000 0.179013 0.000000 0.983847 0.894791 0.894791 0.894791 +4506.869141 0.000000 1941.917603 0.000000 0.730673 0.000000 0.682727 0.952159 0.952159 0.952159 +4511.303223 0.000000 1947.480225 0.000000 0.434594 0.000000 0.900626 0.928622 0.928622 0.928622 +4503.560547 0.000000 1937.994629 0.000000 0.351363 0.000000 0.936239 0.922856 0.922856 0.922856 +4564.968750 0.000000 1972.593872 0.000000 0.768737 0.000000 0.639566 0.622558 0.622558 0.622558 +4551.671387 0.000000 1945.325317 0.000000 0.112530 0.000000 0.993648 0.203519 0.203519 0.203519 +4559.130859 0.000000 1959.840576 0.000000 0.670163 0.000000 0.742214 0.356239 0.356239 0.356239 +4548.032715 0.000000 1952.080322 0.000000 0.335877 0.000000 0.941906 0.611649 0.611649 0.611649 +4546.500488 0.000000 1940.212769 0.000000 0.773569 0.000000 0.633713 0.356838 0.356838 0.356838 +4553.203613 0.000000 1956.169556 0.000000 0.050039 0.000000 0.998747 0.663083 0.663083 0.663083 +4553.641113 0.000000 1973.656616 0.000000 0.199311 0.000000 0.979936 0.737388 0.737388 0.737388 +4558.875488 0.000000 1965.230835 0.000000 0.692074 0.000000 0.721826 0.810426 0.810426 0.810426 +4569.505859 0.000000 1974.240479 0.000000 0.632597 0.000000 0.774481 0.337110 0.337110 0.337110 +4548.763672 0.000000 1956.661011 0.000000 0.391656 0.000000 0.920112 0.887117 0.887117 0.887117 +4548.755371 0.000000 1948.341431 0.000000 0.539254 0.000000 0.842143 0.350396 0.350396 0.350396 +4561.939453 0.000000 1962.264282 0.000000 0.596381 0.000000 0.802701 0.353791 0.353791 0.353791 +4562.579102 0.000000 1975.657593 0.000000 0.044854 0.000000 0.998994 0.612166 0.612166 0.612166 +4544.894531 0.000000 1950.768921 0.000000 0.493691 0.000000 0.869637 0.588786 0.588786 0.588786 +4550.724121 0.000000 1953.976196 0.000000 0.781758 0.000000 0.623582 0.558076 0.558076 0.558076 +4556.457520 0.000000 1972.244629 0.000000 0.689221 0.000000 0.724551 0.831501 0.831501 0.831501 +4561.722656 0.000000 1972.646118 0.000000 0.815859 0.000000 0.578251 0.765930 0.765930 0.765930 +4551.437500 0.000000 1975.512329 0.000000 0.807147 0.000000 0.590351 0.753298 0.753298 0.753298 +4561.360840 0.000000 1966.629150 0.000000 0.423686 0.000000 0.905809 0.626895 0.626895 0.626895 +4556.083496 0.000000 1965.982666 0.000000 0.023218 0.000000 0.999730 0.848161 0.848161 0.848161 +4558.604980 0.000000 1968.045776 0.000000 0.020810 0.000000 0.999783 0.806133 0.806133 0.806133 +4546.627930 0.000000 1949.175903 0.000000 0.616209 0.000000 0.787582 0.437387 0.437387 0.437387 +4561.493164 0.000000 1964.441528 0.000000 0.114821 0.000000 0.993386 0.409013 0.409013 0.409013 +4557.139648 0.000000 1964.013428 0.000000 0.044027 0.000000 0.999030 0.850203 0.850203 0.850203 +4564.141113 0.000000 1974.400513 0.000000 0.612407 0.000000 0.790543 0.577370 0.577370 0.577370 +4554.234863 0.000000 1967.914673 0.000000 0.798009 0.000000 0.602645 0.940414 0.940414 0.940414 +4548.166992 0.000000 1969.233276 0.000000 0.698913 0.000000 0.715207 0.888386 0.888386 0.888386 +4548.789062 0.000000 1954.325684 0.000000 0.474769 0.000000 0.880110 0.852510 0.852510 0.852510 +4554.618164 0.000000 1971.911987 0.000000 0.303057 0.000000 0.952972 0.838257 0.838257 0.838257 +4555.557617 0.000000 1960.416504 0.000000 0.479812 0.000000 0.877371 0.878950 0.878950 0.878950 +4548.189941 0.000000 1965.632080 0.000000 0.522635 0.000000 0.852557 0.892193 0.892193 0.892193 +4544.588379 0.000000 1972.771240 0.000000 0.854621 0.000000 0.519253 0.907534 0.907534 0.907534 +4544.517090 0.000000 1970.245728 0.000000 0.529181 0.000000 0.848509 0.835323 0.835323 0.835323 +4556.970703 0.000000 1967.454590 0.000000 0.201375 0.000000 0.979514 0.843235 0.843235 0.843235 +4481.451172 0.000000 1989.128784 0.000000 0.688570 0.000000 0.725170 0.323486 0.323486 0.323486 +4481.318848 0.000000 2015.841553 0.000000 0.108186 0.000000 0.994131 0.282586 0.282586 0.282586 +4538.807129 0.000000 1983.607666 0.000000 0.726632 0.000000 0.687027 0.923420 0.923420 0.923420 +4487.671387 0.000000 2001.809692 0.000000 0.617611 0.000000 0.786484 0.568685 0.568685 0.568685 +4498.127930 0.000000 1990.229126 0.000000 0.279305 0.000000 0.960203 0.819646 0.819646 0.819646 +4521.563477 0.000000 2003.444092 0.000000 0.238581 0.000000 0.971123 0.257464 0.257464 0.257464 +4511.758301 0.000000 2007.112793 0.000000 0.690601 0.000000 0.723236 0.555375 0.555375 0.555375 +4529.519043 0.000000 1983.282715 0.000000 0.811184 0.000000 0.584791 0.739023 0.739023 0.739023 +4543.958008 0.000000 1997.852173 0.000000 0.838288 0.000000 0.545228 0.406494 0.406494 0.406494 +4517.432617 0.000000 1987.980225 0.000000 0.590508 0.000000 0.807032 0.577815 0.577815 0.577815 +4480.254883 0.000000 2024.093994 0.000000 0.656954 0.000000 0.753931 0.454665 0.454665 0.454665 +4503.890625 0.000000 1996.010864 0.000000 0.780778 0.000000 0.624809 0.920642 0.920642 0.920642 +4484.032715 0.000000 2008.564697 0.000000 0.047491 0.000000 0.998872 0.264407 0.264407 0.264407 +4506.122559 0.000000 1987.761475 0.000000 0.104642 0.000000 0.994510 0.649125 0.649125 0.649125 +4500.089355 0.000000 2021.770020 0.000000 0.333128 0.000000 0.942882 0.713164 0.713164 0.713164 +4487.979980 0.000000 2019.088379 0.000000 0.546038 0.000000 0.837760 0.339701 0.339701 0.339701 +4482.500488 0.000000 1996.697144 0.000000 0.668994 0.000000 0.743268 0.348437 0.348437 0.348437 +4510.530273 0.000000 2000.413208 0.000000 0.815099 0.000000 0.579322 0.634911 0.634911 0.634911 +4514.900879 0.000000 1977.017822 0.000000 0.770428 0.000000 0.637527 0.914572 0.914572 0.914572 +4524.662598 0.000000 2027.533325 0.000000 0.130567 0.000000 0.991440 0.762298 0.762298 0.762298 +4494.873047 0.000000 1985.000244 0.000000 0.774558 0.000000 0.632503 0.458196 0.458196 0.458196 +4494.953125 0.000000 2030.924805 0.000000 0.229771 0.000000 0.973245 0.914760 0.914760 0.914760 +4530.584961 0.000000 2004.847412 0.000000 0.454965 0.000000 0.890509 0.317770 0.317770 0.317770 +4543.586426 0.000000 2030.387695 0.000000 0.817646 0.000000 0.575722 0.960944 0.960944 0.960944 +4541.658691 0.000000 2012.268921 0.000000 0.349534 0.000000 0.936924 0.699330 0.699330 0.699330 +4525.943359 0.000000 1979.308105 0.000000 0.628563 0.000000 0.777758 0.691512 0.691512 0.691512 +4538.511719 0.000000 1997.463135 0.000000 0.392107 0.000000 0.919919 0.287886 0.287886 0.287886 +4516.276367 0.000000 2010.199829 0.000000 0.456372 0.000000 0.889789 0.319675 0.319675 0.319675 +4541.212891 0.000000 2002.344849 0.000000 0.153675 0.000000 0.988121 0.667931 0.667931 0.667931 +4501.208496 0.000000 2016.832397 0.000000 0.663877 0.000000 0.747842 0.900662 0.900662 0.900662 +4525.434082 0.000000 2006.682373 0.000000 0.756288 0.000000 0.654239 0.387029 0.387029 0.387029 +4491.929688 0.000000 1988.958984 0.000000 0.401743 0.000000 0.915752 0.480008 0.480008 0.480008 +4486.330566 0.000000 1989.049927 0.000000 0.055209 0.000000 0.998475 0.334330 0.334330 0.334330 +4505.505859 0.000000 2030.724854 0.000000 0.510344 0.000000 0.859970 0.339118 0.339118 0.339118 +4483.505371 0.000000 2020.379272 0.000000 0.439297 0.000000 0.898342 0.330745 0.330745 0.330745 +4506.364746 0.000000 2002.514404 0.000000 0.195149 0.000000 0.980774 0.850742 0.850742 0.850742 +4514.015137 0.000000 1997.448608 0.000000 0.039936 0.000000 0.999202 0.248332 0.248332 0.248332 +4530.318359 0.000000 1977.159058 0.000000 0.105210 0.000000 0.994450 0.584128 0.584128 0.584128 +4510.060547 0.000000 2025.108032 0.000000 0.620190 0.000000 0.784452 0.324052 0.324052 0.324052 +4484.763672 0.000000 2013.145386 0.000000 0.169166 0.000000 0.985588 0.258169 0.258169 0.258169 +4507.131348 0.000000 1993.074341 0.000000 0.383091 0.000000 0.923711 0.667120 0.667120 0.667120 +4518.535645 0.000000 2006.461182 0.000000 0.355779 0.000000 0.934570 0.286195 0.286195 0.286195 +4497.260254 0.000000 2003.410278 0.000000 0.604379 0.000000 0.796697 0.902653 0.902653 0.902653 +4539.211426 0.000000 2006.571289 0.000000 0.214874 0.000000 0.976642 0.780576 0.780576 0.780576 +4481.884766 0.000000 2028.005615 0.000000 0.259432 0.000000 0.965761 0.410049 0.410049 0.410049 +4485.119141 0.000000 1993.387329 0.000000 0.855952 0.000000 0.517056 0.418398 0.418398 0.418398 +4542.270020 0.000000 1981.384521 0.000000 0.676588 0.000000 0.736362 0.902676 0.902676 0.902676 +4536.315430 0.000000 2013.962158 0.000000 0.565688 0.000000 0.824619 0.553364 0.553364 0.553364 +4542.419434 0.000000 2019.100464 0.000000 0.370384 0.000000 0.928879 0.633208 0.633208 0.633208 +4483.837402 0.000000 2000.515259 0.000000 0.464412 0.000000 0.885619 0.330126 0.330126 0.330126 +4480.156738 0.000000 2031.853271 0.000000 0.602410 0.000000 0.798186 0.484832 0.484832 0.484832 +4486.424805 0.000000 1997.313232 0.000000 0.815518 0.000000 0.578732 0.610575 0.610575 0.610575 +4531.213867 0.000000 2023.210327 0.000000 0.796865 0.000000 0.604157 0.730088 0.730088 0.730088 +4493.506836 0.000000 2012.767578 0.000000 0.470825 0.000000 0.882227 0.497103 0.497103 0.497103 +4528.647949 0.000000 2017.428833 0.000000 0.255331 0.000000 0.966854 0.757455 0.757455 0.757455 +4528.023926 0.000000 2029.488159 0.000000 0.756118 0.000000 0.654435 0.913972 0.913972 0.913972 +4538.385254 0.000000 1979.545166 0.000000 0.139859 0.000000 0.990171 0.823223 0.823223 0.823223 +4541.507812 0.000000 2026.729858 0.000000 0.160789 0.000000 0.986989 0.893392 0.893392 0.893392 +4503.371094 0.000000 2019.967041 0.000000 0.804696 0.000000 0.593687 0.788837 0.788837 0.788837 +4524.412598 0.000000 2019.226807 0.000000 0.248174 0.000000 0.968715 0.733403 0.733403 0.733403 +4518.686523 0.000000 1977.258911 0.000000 0.203379 0.000000 0.979100 0.743785 0.743785 0.743785 +4497.939453 0.000000 2018.748657 0.000000 0.420942 0.000000 0.907088 0.829238 0.829238 0.829238 +4514.735840 0.000000 2016.606201 0.000000 0.727817 0.000000 0.685772 0.371243 0.371243 0.371243 +4522.673340 0.000000 1977.097046 0.000000 0.341779 0.000000 0.939780 0.714573 0.714573 0.714573 +4531.863281 0.000000 2001.325806 0.000000 0.816172 0.000000 0.577809 0.400570 0.400570 0.400570 +4527.663086 0.000000 1986.964966 0.000000 0.724613 0.000000 0.689156 0.696957 0.696957 0.696957 +4498.579102 0.000000 2032.141968 0.000000 0.444390 0.000000 0.895833 0.916011 0.916011 0.916011 +4535.060547 0.000000 2018.552856 0.000000 0.389123 0.000000 0.921186 0.569868 0.569868 0.569868 +4521.204590 0.000000 2013.514526 0.000000 0.130335 0.000000 0.991470 0.345997 0.345997 0.345997 +4531.634277 0.000000 2019.681030 0.000000 0.168348 0.000000 0.985728 0.583815 0.583815 0.583815 +4528.918945 0.000000 1991.939331 0.000000 0.732001 0.000000 0.681303 0.663232 0.663232 0.663232 +4502.628418 0.000000 2006.980347 0.000000 0.786618 0.000000 0.617440 0.951653 0.951653 0.951653 +4521.064941 0.000000 2028.658691 0.000000 0.585849 0.000000 0.810420 0.581791 0.581791 0.581791 +4495.197266 0.000000 1988.585938 0.000000 0.403565 0.000000 0.914951 0.746922 0.746922 0.746922 +4514.857422 0.000000 2006.082031 0.000000 0.789033 0.000000 0.614351 0.389754 0.389754 0.389754 +4492.457520 0.000000 2028.729004 0.000000 0.194878 0.000000 0.980828 0.912486 0.912486 0.912486 +4512.449219 0.000000 2002.948486 0.000000 0.511738 0.000000 0.859141 0.374087 0.374087 0.374087 +4513.099609 0.000000 2010.902832 0.000000 0.806533 0.000000 0.591189 0.401224 0.401224 0.401224 +4527.537109 0.000000 2004.081543 0.000000 0.380465 0.000000 0.924795 0.310350 0.310350 0.310350 +4486.507812 0.000000 2029.044312 0.000000 0.309123 0.000000 0.951022 0.867306 0.867306 0.867306 +4533.860840 0.000000 2025.019531 0.000000 0.018620 0.000000 0.999827 0.473314 0.473314 0.473314 +4539.100586 0.000000 1987.045898 0.000000 0.117499 0.000000 0.993073 0.701931 0.701931 0.701931 +4535.819336 0.000000 1995.784058 0.000000 0.491444 0.000000 0.870909 0.335724 0.335724 0.335724 +4505.916992 0.000000 2021.719360 0.000000 0.384036 0.000000 0.923318 0.472230 0.472230 0.472230 +4492.526855 0.000000 1999.998901 0.000000 0.813075 0.000000 0.582159 0.960442 0.960442 0.960442 +4524.194824 0.000000 1989.030518 0.000000 0.758329 0.000000 0.651872 0.624860 0.624860 0.624860 +4509.422852 0.000000 2015.505005 0.000000 0.033880 0.000000 0.999426 0.365053 0.365053 0.365053 +4531.016113 0.000000 1997.804199 0.000000 0.274768 0.000000 0.961510 0.351852 0.351852 0.351852 +4490.072266 0.000000 2033.125122 0.000000 0.675450 0.000000 0.737405 0.947210 0.947210 0.947210 +4486.057129 0.000000 2021.890869 0.000000 0.208032 0.000000 0.978122 0.345536 0.345536 0.345536 +4541.032715 0.000000 1999.141235 0.000000 0.218958 0.000000 0.975734 0.298278 0.298278 0.298278 +4528.746582 0.000000 1980.190796 0.000000 0.450953 0.000000 0.892548 0.663046 0.663046 0.663046 +4497.664551 0.000000 1983.609131 0.000000 0.048998 0.000000 0.998799 0.421239 0.421239 0.421239 +4501.934570 0.000000 2031.765137 0.000000 0.709368 0.000000 0.704838 0.841084 0.841084 0.841084 +4497.360840 0.000000 2023.113525 0.000000 0.322169 0.000000 0.946682 0.861312 0.861312 0.861312 +4493.099609 0.000000 1996.729736 0.000000 0.845300 0.000000 0.534292 0.964116 0.964116 0.964116 +4503.191895 0.000000 2022.843750 0.000000 0.694783 0.000000 0.719220 0.561119 0.561119 0.561119 +4500.094727 0.000000 1992.354004 0.000000 0.860652 0.000000 0.509193 0.925175 0.925175 0.925175 +4494.604980 0.000000 2024.530151 0.000000 0.327723 0.000000 0.944774 0.921256 0.921256 0.921256 +4504.795410 0.000000 2004.865356 0.000000 0.311726 0.000000 0.950172 0.893888 0.893888 0.893888 +4518.337891 0.000000 1990.689331 0.000000 0.173520 0.000000 0.984830 0.315509 0.315509 0.315509 +4515.200195 0.000000 1989.750122 0.000000 0.563044 0.000000 0.826427 0.472486 0.472486 0.472486 +4494.979980 0.000000 2001.793335 0.000000 0.009789 0.000000 0.999952 0.893608 0.893608 0.893608 +4538.637207 0.000000 2003.886841 0.000000 0.471354 0.000000 0.881944 0.469192 0.469192 0.469192 +4491.616211 0.000000 2006.294312 0.000000 0.270859 0.000000 0.962619 0.544519 0.544519 0.544519 +4533.566895 0.000000 1989.415405 0.000000 0.725451 0.000000 0.688274 0.697151 0.697151 0.697151 +4502.782715 0.000000 1984.256470 0.000000 0.851165 0.000000 0.524899 0.838039 0.838039 0.838039 +4503.068359 0.000000 1981.464233 0.000000 0.681190 0.000000 0.732107 0.893569 0.893569 0.893569 +4495.671387 0.000000 1978.482178 0.000000 0.865483 0.000000 0.500938 0.421996 0.421996 0.421996 +4541.738281 0.000000 2005.202271 0.000000 0.573404 0.000000 0.819273 0.872717 0.872717 0.872717 +4487.408691 0.000000 1994.790649 0.000000 0.122675 0.000000 0.992447 0.447156 0.447156 0.447156 +4482.822754 0.000000 2010.921265 0.000000 0.391585 0.000000 0.920142 0.325413 0.325413 0.325413 +4541.125000 0.000000 2029.432373 0.000000 0.721796 0.000000 0.692106 0.944467 0.944467 0.944467 +4492.721191 0.000000 2015.277954 0.000000 0.126707 0.000000 0.991940 0.443129 0.443129 0.443129 +4536.473633 0.000000 1985.083862 0.000000 0.179812 0.000000 0.983701 0.811568 0.811568 0.811568 +4513.491699 0.000000 1982.848389 0.000000 0.129474 0.000000 0.991583 0.800343 0.800343 0.800343 +4492.375000 0.000000 2031.620972 0.000000 0.506495 0.000000 0.862243 0.933812 0.933812 0.933812 +4518.824707 0.000000 1982.191040 0.000000 0.507961 0.000000 0.861380 0.759176 0.759176 0.759176 +4513.412109 0.000000 1991.910278 0.000000 0.421919 0.000000 0.906633 0.388778 0.388778 0.388778 +4537.460938 0.000000 1977.056396 0.000000 0.242996 0.000000 0.970027 0.726907 0.726907 0.726907 +4525.942871 0.000000 1998.894043 0.000000 0.070713 0.000000 0.997497 0.262387 0.262387 0.262387 +4494.650879 0.000000 2027.293945 0.000000 0.425944 0.000000 0.904750 0.928012 0.928012 0.928012 +4524.051758 0.000000 2009.047485 0.000000 0.846662 0.000000 0.532131 0.426890 0.426890 0.426890 +4533.428223 0.000000 1994.794312 0.000000 0.126637 0.000000 0.991949 0.366723 0.366723 0.366723 +4502.077637 0.000000 1994.127808 0.000000 0.020463 0.000000 0.999791 0.789833 0.789833 0.789833 +4499.640625 0.000000 2002.264893 0.000000 0.625570 0.000000 0.780168 0.906832 0.906832 0.906832 +4523.690430 0.000000 1980.517090 0.000000 0.119863 0.000000 0.992790 0.618616 0.618616 0.618616 +4486.363770 0.000000 1986.465820 0.000000 0.507693 0.000000 0.861538 0.347193 0.347193 0.347193 +4484.384766 0.000000 2027.725830 0.000000 0.684992 0.000000 0.728550 0.782129 0.782129 0.782129 +4500.805176 0.000000 1977.020630 0.000000 0.654449 0.000000 0.756107 0.765150 0.765150 0.765150 +4504.535645 0.000000 1993.308105 0.000000 0.568793 0.000000 0.822480 0.753865 0.753865 0.753865 +4495.870117 0.000000 2013.776001 0.000000 0.826937 0.000000 0.562295 0.758716 0.758716 0.758716 +4507.190918 0.000000 2005.262573 0.000000 0.500712 0.000000 0.865614 0.881662 0.881662 0.881662 +4513.641602 0.000000 1995.031738 0.000000 0.336988 0.000000 0.941509 0.324396 0.324396 0.324396 +4494.401855 0.000000 2018.648926 0.000000 0.368692 0.000000 0.929552 0.697050 0.697050 0.697050 +4506.245605 0.000000 1995.464966 0.000000 0.337866 0.000000 0.941194 0.719481 0.719481 0.719481 +4542.994629 0.000000 2024.576904 0.000000 0.490640 0.000000 0.871362 0.932647 0.932647 0.932647 +4535.044922 0.000000 2016.041504 0.000000 0.196270 0.000000 0.980550 0.572776 0.572776 0.572776 +4542.948242 0.000000 1979.107300 0.000000 0.374529 0.000000 0.927215 0.840878 0.840878 0.840878 +4532.706543 0.000000 2033.268433 0.000000 0.395931 0.000000 0.918280 0.581120 0.581120 0.581120 +4485.141602 0.000000 2002.459351 0.000000 0.235220 0.000000 0.971942 0.379697 0.379697 0.379697 +4528.587891 0.000000 1997.206421 0.000000 0.835399 0.000000 0.549644 0.511227 0.511227 0.511227 +4508.944336 0.000000 2012.820557 0.000000 0.705323 0.000000 0.708886 0.525383 0.525383 0.525383 +4529.129395 0.000000 2027.359009 0.000000 0.066989 0.000000 0.997754 0.735185 0.735185 0.735185 +4508.838379 0.000000 2002.020508 0.000000 0.695214 0.000000 0.718803 0.816473 0.816473 0.816473 +4523.596680 0.000000 2025.494629 0.000000 0.508006 0.000000 0.861354 0.616645 0.616645 0.616645 +4496.382324 0.000000 2032.769531 0.000000 0.531442 0.000000 0.847095 0.935670 0.935670 0.935670 +4499.253418 0.000000 2024.539795 0.000000 0.183572 0.000000 0.983006 0.859843 0.859843 0.859843 +4531.914062 0.000000 1982.741455 0.000000 0.794860 0.000000 0.606793 0.744921 0.744921 0.744921 +4511.330566 0.000000 2009.374268 0.000000 0.720865 0.000000 0.693076 0.510135 0.510135 0.510135 +4527.645996 0.000000 1984.651123 0.000000 0.737063 0.000000 0.675824 0.704982 0.704982 0.704982 +4482.269043 0.000000 2030.386963 0.000000 0.747428 0.000000 0.664343 0.646933 0.646933 0.646933 +4540.727539 0.000000 1979.447632 0.000000 0.848733 0.000000 0.528822 0.937818 0.937818 0.937818 +4535.794922 0.000000 1989.959351 0.000000 0.650721 0.000000 0.759317 0.732607 0.732607 0.732607 +4526.671387 0.000000 2023.407593 0.000000 0.567482 0.000000 0.823386 0.742843 0.742843 0.742843 +4536.096680 0.000000 2004.597046 0.000000 0.719342 0.000000 0.694656 0.581242 0.581242 0.581242 +4503.105957 0.000000 1998.189819 0.000000 0.597181 0.000000 0.802106 0.893337 0.893337 0.893337 +4533.789062 0.000000 2020.396851 0.000000 0.648428 0.000000 0.761276 0.669919 0.669919 0.669919 +4497.493164 0.000000 2020.925903 0.000000 0.330608 0.000000 0.943768 0.830888 0.830888 0.830888 +4519.465820 0.000000 1986.838867 0.000000 0.423952 0.000000 0.905685 0.576051 0.576051 0.576051 +4507.443848 0.000000 2009.218140 0.000000 0.663143 0.000000 0.748493 0.837234 0.837234 0.837234 +4529.424316 0.000000 2015.369629 0.000000 0.105657 0.000000 0.994403 0.694394 0.694394 0.694394 +4537.072754 0.000000 2027.070190 0.000000 0.793737 0.000000 0.608261 0.703857 0.703857 0.703857 +4543.374512 0.000000 2017.048584 0.000000 0.082245 0.000000 0.996612 0.513372 0.513372 0.513372 +4537.190430 0.000000 2019.059937 0.000000 0.775665 0.000000 0.631145 0.634179 0.634179 0.634179 +4522.219238 0.000000 2023.167725 0.000000 0.660149 0.000000 0.751134 0.652088 0.652088 0.652088 +4518.792969 0.000000 1979.765137 0.000000 0.615658 0.000000 0.788014 0.844863 0.844863 0.844863 +4525.143066 0.000000 1977.255493 0.000000 0.007953 0.000000 0.999968 0.600871 0.600871 0.600871 +4513.049316 0.000000 1978.203369 0.000000 0.354091 0.000000 0.935211 0.866908 0.866908 0.866908 +4522.678223 0.000000 2015.128174 0.000000 0.106480 0.000000 0.994315 0.552953 0.552953 0.552953 +4525.814941 0.000000 2013.499268 0.000000 0.064974 0.000000 0.997887 0.535929 0.535929 0.535929 +4500.821777 0.000000 2008.064087 0.000000 0.139054 0.000000 0.990285 0.870290 0.870290 0.870290 +4539.003418 0.000000 2022.962769 0.000000 0.591817 0.000000 0.806072 0.643012 0.643012 0.643012 +4527.135742 0.000000 1993.009277 0.000000 0.063972 0.000000 0.997952 0.447033 0.447033 0.447033 +4504.887695 0.000000 2018.553345 0.000000 0.487065 0.000000 0.873366 0.587553 0.587553 0.587553 +4530.394043 0.000000 2029.074951 0.000000 0.806295 0.000000 0.591514 0.836447 0.836447 0.836447 +4509.739258 0.000000 1998.416260 0.000000 0.259006 0.000000 0.965876 0.679096 0.679096 0.679096 +4508.979980 0.000000 1992.232300 0.000000 0.835946 0.000000 0.548812 0.650757 0.650757 0.650757 +4501.422363 0.000000 2001.307983 0.000000 0.357285 0.000000 0.933995 0.887146 0.887146 0.887146 +4525.537598 0.000000 2017.342773 0.000000 0.217112 0.000000 0.976147 0.734344 0.734344 0.734344 +4514.934570 0.000000 1980.522339 0.000000 0.659518 0.000000 0.751689 0.887236 0.887236 0.887236 +4533.101074 0.000000 2022.278687 0.000000 0.712767 0.000000 0.701401 0.663774 0.663774 0.663774 +4500.141113 0.000000 2030.884888 0.000000 0.806553 0.000000 0.591161 0.863055 0.863055 0.863055 +4537.129395 0.000000 2015.771729 0.000000 0.772674 0.000000 0.634803 0.703488 0.703488 0.703488 +4541.282227 0.000000 2020.908325 0.000000 0.671227 0.000000 0.741252 0.752688 0.752688 0.752688 +4490.234863 0.000000 2024.399048 0.000000 0.008782 0.000000 0.999961 0.874821 0.874821 0.874821 +4515.217285 0.000000 1987.791626 0.000000 0.528907 0.000000 0.848680 0.580515 0.580515 0.580515 +4540.271484 0.000000 1985.466431 0.000000 0.099140 0.000000 0.995073 0.813746 0.813746 0.813746 +4533.177734 0.000000 1987.473511 0.000000 0.020178 0.000000 0.999796 0.549402 0.549402 0.549402 +4542.854492 0.000000 2003.536499 0.000000 0.782969 0.000000 0.622061 0.931112 0.931112 0.931112 +4501.843750 0.000000 2027.237793 0.000000 0.643910 0.000000 0.765101 0.844561 0.844561 0.844561 +4525.587891 0.000000 1984.725342 0.000000 0.651587 0.000000 0.758574 0.691117 0.691117 0.691117 +4537.360352 0.000000 1988.209839 0.000000 0.073917 0.000000 0.997264 0.558063 0.558063 0.558063 +4497.033691 0.000000 2016.913940 0.000000 0.654821 0.000000 0.755784 0.846636 0.846636 0.846636 +4530.425293 0.000000 1979.107544 0.000000 0.486589 0.000000 0.873631 0.648582 0.648582 0.648582 +4495.799805 0.000000 2020.016968 0.000000 0.722457 0.000000 0.691416 0.876561 0.876561 0.876561 +4510.725586 0.000000 1980.545654 0.000000 0.034216 0.000000 0.999414 0.844637 0.844637 0.844637 +4494.368652 0.000000 2032.806641 0.000000 0.801041 0.000000 0.598609 0.959144 0.959144 0.959144 +4492.080078 0.000000 2008.241943 0.000000 0.213327 0.000000 0.976981 0.565293 0.565293 0.565293 +4527.350098 0.000000 2031.696167 0.000000 0.687859 0.000000 0.725845 0.948290 0.948290 0.948290 +4530.516602 0.000000 1992.984619 0.000000 0.180200 0.000000 0.983630 0.666547 0.666547 0.666547 +4496.278320 0.000000 1990.508911 0.000000 0.427382 0.000000 0.904071 0.870603 0.870603 0.870603 +4501.008301 0.000000 2006.058228 0.000000 0.078453 0.000000 0.996918 0.875941 0.875941 0.875941 +4504.422363 0.000000 2006.653320 0.000000 0.806214 0.000000 0.591624 0.939783 0.939783 0.939783 +4492.062012 0.000000 1998.258545 0.000000 0.410319 0.000000 0.911942 0.926917 0.926917 0.926917 +4496.985352 0.000000 1999.128906 0.000000 0.503883 0.000000 0.863772 0.930495 0.930495 0.930495 +4541.535645 0.000000 2031.128662 0.000000 0.477139 0.000000 0.878828 0.917194 0.917194 0.917194 +4488.404785 0.000000 1997.380981 0.000000 0.360319 0.000000 0.932829 0.762369 0.762369 0.762369 +4515.182129 0.000000 1983.719482 0.000000 0.663223 0.000000 0.748422 0.848252 0.848252 0.848252 +4498.362793 0.000000 2009.589722 0.000000 0.716243 0.000000 0.697851 0.910333 0.910333 0.910333 +4497.862305 0.000000 2013.280518 0.000000 0.144920 0.000000 0.989443 0.800369 0.800369 0.800369 +4516.990723 0.000000 1977.638672 0.000000 0.089458 0.000000 0.995991 0.768305 0.768305 0.768305 +4504.512695 0.000000 1984.686035 0.000000 0.555071 0.000000 0.831803 0.828482 0.828482 0.828482 +4490.663574 0.000000 2031.538086 0.000000 0.717994 0.000000 0.696050 0.950988 0.950988 0.950988 +4499.070801 0.000000 2020.320923 0.000000 0.559106 0.000000 0.829096 0.863096 0.863096 0.863096 +4497.688477 0.000000 2005.179932 0.000000 0.503557 0.000000 0.863962 0.863284 0.863284 0.863284 +4542.675293 0.000000 2028.704224 0.000000 0.123673 0.000000 0.992323 0.907893 0.907893 0.907893 +4539.964844 0.000000 2028.254883 0.000000 0.573165 0.000000 0.819440 0.874117 0.874117 0.874117 +4509.325684 0.000000 1981.428101 0.000000 0.672024 0.000000 0.740529 0.923183 0.923183 0.923183 +4496.425781 0.000000 2027.656128 0.000000 0.198812 0.000000 0.980038 0.912742 0.912742 0.912742 +4538.082520 0.000000 1981.177612 0.000000 0.778159 0.000000 0.628067 0.926253 0.926253 0.926253 +4488.986816 0.000000 2031.661133 0.000000 0.629289 0.000000 0.777171 0.941997 0.941997 0.941997 +4498.010742 0.000000 2027.486206 0.000000 0.842836 0.000000 0.538170 0.953609 0.953609 0.953609 +4498.536621 0.000000 2030.422852 0.000000 0.004449 0.000000 0.999990 0.883859 0.883859 0.883859 +4492.917480 0.000000 1995.150269 0.000000 0.772706 0.000000 0.634764 0.956219 0.956219 0.956219 +4545.451172 0.000000 1989.128784 0.000000 0.362267 0.000000 0.932074 0.302707 0.302707 0.302707 +4572.793945 0.000000 1979.794922 0.000000 0.310607 0.000000 0.950538 0.253270 0.253270 0.253270 +4551.671387 0.000000 2001.809692 0.000000 0.659886 0.000000 0.751366 0.360877 0.360877 0.360877 +4546.396484 0.000000 1978.815308 0.000000 0.856704 0.000000 0.515809 0.777649 0.777649 0.777649 +4567.890625 0.000000 1996.010864 0.000000 0.029795 0.000000 0.999556 0.209731 0.209731 0.209731 +4548.032715 0.000000 2008.564697 0.000000 0.381421 0.000000 0.924401 0.399370 0.399370 0.399370 +4553.203613 0.000000 2012.653931 0.000000 0.410566 0.000000 0.911831 0.258881 0.258881 0.258881 +4550.215332 0.000000 2025.890747 0.000000 0.135728 0.000000 0.990746 0.244806 0.244806 0.244806 +4553.063965 0.000000 2007.415161 0.000000 0.768640 0.000000 0.639681 0.359902 0.359902 0.359902 +4563.007324 0.000000 1995.031494 0.000000 0.629213 0.000000 0.777233 0.382578 0.382578 0.382578 +4554.351562 0.000000 1997.832031 0.000000 0.640258 0.000000 0.768160 0.363867 0.363867 0.363867 +4547.505371 0.000000 2020.379272 0.000000 0.265475 0.000000 0.964118 0.615519 0.615519 0.615519 +4565.668945 0.000000 1986.742065 0.000000 0.336465 0.000000 0.941696 0.278871 0.278871 0.278871 +4548.763672 0.000000 2013.145386 0.000000 0.581382 0.000000 0.813631 0.350879 0.350879 0.350879 +4555.786133 0.000000 1982.006104 0.000000 0.732604 0.000000 0.680655 0.351690 0.351690 0.351690 +4545.884766 0.000000 2028.005615 0.000000 0.184761 0.000000 0.982783 0.911830 0.911830 0.911830 +4549.119141 0.000000 1993.387329 0.000000 0.427000 0.000000 0.904252 0.291449 0.291449 0.291449 +4547.837402 0.000000 2000.515259 0.000000 0.346654 0.000000 0.937993 0.715369 0.715369 0.715369 +4559.831543 0.000000 1981.125000 0.000000 0.497588 0.000000 0.867414 0.312444 0.312444 0.312444 +4548.755371 0.000000 2004.825806 0.000000 0.736060 0.000000 0.676916 0.490380 0.490380 0.490380 +4579.104004 0.000000 1985.495239 0.000000 0.554962 0.000000 0.831876 0.377461 0.377461 0.377461 +4550.507812 0.000000 2029.044312 0.000000 0.360614 0.000000 0.932715 0.332208 0.332208 0.332208 +4556.112305 0.000000 1991.859863 0.000000 0.502823 0.000000 0.864389 0.328380 0.328380 0.328380 +4557.099609 0.000000 1996.729736 0.000000 0.622547 0.000000 0.782583 0.358297 0.358297 0.358297 +4564.094727 0.000000 1992.354004 0.000000 0.020680 0.000000 0.999786 0.300450 0.300450 0.300450 +4574.608887 0.000000 1982.492798 0.000000 0.653147 0.000000 0.757232 0.542400 0.542400 0.542400 +4560.939453 0.000000 1992.881836 0.000000 0.537160 0.000000 0.843480 0.361487 0.361487 0.361487 +4544.090332 0.000000 1980.248779 0.000000 0.283061 0.000000 0.959102 0.721877 0.721877 0.721877 +4551.408691 0.000000 1994.790649 0.000000 0.095492 0.000000 0.995430 0.265221 0.265221 0.265221 +4577.412109 0.000000 1991.910278 0.000000 0.134785 0.000000 0.990875 0.526973 0.526973 0.526973 +4553.795410 0.000000 1976.977539 0.000000 0.097142 0.000000 0.995271 0.415244 0.415244 0.415244 +4555.442871 0.000000 1994.761719 0.000000 0.692413 0.000000 0.721502 0.395087 0.395087 0.395087 +4548.384766 0.000000 2027.725830 0.000000 0.072876 0.000000 0.997341 0.467581 0.467581 0.467581 +4564.805176 0.000000 1977.020630 0.000000 0.019135 0.000000 0.999817 0.380257 0.380257 0.380257 +4546.311035 0.000000 2013.564209 0.000000 0.146600 0.000000 0.989196 0.315467 0.315467 0.315467 +4545.118652 0.000000 2021.683228 0.000000 0.589625 0.000000 0.807677 0.736340 0.736340 0.736340 +4577.365723 0.000000 1987.127930 0.000000 0.522463 0.000000 0.852662 0.817249 0.817249 0.817249 +4548.248535 0.000000 1998.253052 0.000000 0.846515 0.000000 0.532364 0.561774 0.561774 0.561774 +4571.966309 0.000000 1986.566284 0.000000 0.187346 0.000000 0.982294 0.515658 0.515658 0.515658 +4547.099121 0.000000 2003.654785 0.000000 0.694943 0.000000 0.719065 0.757732 0.757732 0.757732 +4544.517090 0.000000 2026.730103 0.000000 0.122426 0.000000 0.992478 0.907813 0.907813 0.907813 +4575.632324 0.000000 1987.621948 0.000000 0.453774 0.000000 0.891117 0.883857 0.883857 0.883857 +4544.043457 0.000000 2001.204224 0.000000 0.784119 0.000000 0.620611 0.922276 0.922276 0.922276 +4444.793945 0.000000 2036.279297 0.000000 0.394205 0.000000 0.919023 0.253381 0.253381 0.253381 +4472.065918 0.000000 2058.800049 0.000000 0.834324 0.000000 0.551274 0.376459 0.376459 0.376459 +4447.453613 0.000000 2050.167725 0.000000 0.792140 0.000000 0.610339 0.377816 0.377816 0.377816 +4456.832520 0.000000 2036.938599 0.000000 0.648872 0.000000 0.760897 0.373389 0.373389 0.373389 +4465.519043 0.000000 2039.767090 0.000000 0.628373 0.000000 0.777913 0.770647 0.770647 0.770647 +4479.487305 0.000000 2063.665283 0.000000 0.758004 0.000000 0.652250 0.409249 0.409249 0.409249 +4442.122559 0.000000 2044.245850 0.000000 0.704777 0.000000 0.709429 0.360300 0.360300 0.360300 +4454.893555 0.000000 2052.884766 0.000000 0.081587 0.000000 0.996666 0.188275 0.188275 0.188275 +4452.045898 0.000000 2038.712402 0.000000 0.762167 0.000000 0.647381 0.392679 0.392679 0.392679 +4478.624512 0.000000 2042.257690 0.000000 0.180891 0.000000 0.983503 0.300592 0.300592 0.300592 +4474.385254 0.000000 2036.029541 0.000000 0.497454 0.000000 0.867490 0.655771 0.655771 0.655771 +4458.673340 0.000000 2033.581421 0.000000 0.625111 0.000000 0.780536 0.346071 0.346071 0.346071 +4456.974609 0.000000 2044.959106 0.000000 0.295392 0.000000 0.955376 0.447787 0.447787 0.447787 +4462.042969 0.000000 2039.292114 0.000000 0.855726 0.000000 0.517430 0.666653 0.666653 0.666653 +4444.431641 0.000000 2040.945312 0.000000 0.314903 0.000000 0.949124 0.284128 0.284128 0.284128 +4451.104004 0.000000 2041.979614 0.000000 0.388045 0.000000 0.921640 0.468273 0.468273 0.468273 +4475.100586 0.000000 2043.530273 0.000000 0.383118 0.000000 0.923699 0.322277 0.322277 0.322277 +4460.194824 0.000000 2045.514893 0.000000 0.727804 0.000000 0.685786 0.376899 0.376899 0.376899 +4445.958984 0.000000 2043.637817 0.000000 0.764284 0.000000 0.644880 0.391603 0.391603 0.391603 +4472.639160 0.000000 2038.409790 0.000000 0.428114 0.000000 0.903725 0.778972 0.778972 0.778972 +4472.473633 0.000000 2041.568237 0.000000 0.215688 0.000000 0.976462 0.471886 0.471886 0.471886 +4453.463867 0.000000 2041.042847 0.000000 0.554086 0.000000 0.832460 0.580438 0.580438 0.580438 +4478.582031 0.000000 2048.304688 0.000000 0.312181 0.000000 0.950022 0.715330 0.715330 0.715330 +4477.251953 0.000000 2040.252075 0.000000 0.501829 0.000000 0.864967 0.355376 0.355376 0.355376 +4449.365723 0.000000 2043.612305 0.000000 0.070486 0.000000 0.997513 0.610770 0.610770 0.610770 +4467.914062 0.000000 2039.225830 0.000000 0.699820 0.000000 0.714319 0.894523 0.894523 0.894523 +4468.657715 0.000000 2033.473633 0.000000 0.582495 0.000000 0.812835 0.925369 0.925369 0.925369 +4470.385254 0.000000 2037.346558 0.000000 0.550699 0.000000 0.834704 0.925293 0.925293 0.925293 +4463.645996 0.000000 2041.135498 0.000000 0.065297 0.000000 0.997866 0.423872 0.423872 0.423872 +4479.273438 0.000000 2044.828613 0.000000 0.779587 0.000000 0.626294 0.510261 0.510261 0.510261 +4472.246582 0.000000 2036.294434 0.000000 0.589084 0.000000 0.808072 0.889365 0.889365 0.889365 +4451.217285 0.000000 2044.276001 0.000000 0.745690 0.000000 0.666293 0.732710 0.732710 0.732710 +4518.230957 0.000000 2071.966553 0.000000 0.535259 0.000000 0.844688 0.935957 0.935957 0.935957 +4508.793945 0.000000 2036.279297 0.000000 0.660223 0.000000 0.751069 0.329768 0.329768 0.329768 +4484.458496 0.000000 2087.903564 0.000000 0.129787 0.000000 0.991542 0.341713 0.341713 0.341713 +4492.978516 0.000000 2034.173462 0.000000 0.786013 0.000000 0.618210 0.957572 0.957572 0.957572 +4495.130859 0.000000 2072.809326 0.000000 0.742882 0.000000 0.669423 0.562723 0.562723 0.562723 +4506.979980 0.000000 2075.270264 0.000000 0.039566 0.000000 0.999217 0.457358 0.457358 0.457358 +4527.722656 0.000000 2077.757080 0.000000 0.182312 0.000000 0.983241 0.265670 0.265670 0.265670 +4529.272949 0.000000 2067.062500 0.000000 0.372062 0.000000 0.928208 0.522483 0.522483 0.522483 +4529.519043 0.000000 2039.767090 0.000000 0.279867 0.000000 0.960039 0.887209 0.887209 0.887209 +4489.400879 0.000000 2049.556641 0.000000 0.641251 0.000000 0.767331 0.622935 0.622935 0.622935 +4517.432617 0.000000 2044.464600 0.000000 0.493849 0.000000 0.869547 0.795541 0.795541 0.795541 +4502.478027 0.000000 2068.330811 0.000000 0.105969 0.000000 0.994369 0.770680 0.770680 0.770680 +4518.893555 0.000000 2052.884766 0.000000 0.796078 0.000000 0.605194 0.669311 0.669311 0.669311 +4514.900879 0.000000 2033.502197 0.000000 0.084591 0.000000 0.996416 0.235653 0.235653 0.235653 +4524.760254 0.000000 2071.942627 0.000000 0.662675 0.000000 0.748907 0.870302 0.870302 0.870302 +4534.816895 0.000000 2034.688232 0.000000 0.620664 0.000000 0.784076 0.545154 0.545154 0.545154 +4521.385742 0.000000 2066.355713 0.000000 0.092046 0.000000 0.995755 0.905868 0.905868 0.905868 +4532.365234 0.000000 2072.703857 0.000000 0.688125 0.000000 0.725592 0.342811 0.342811 0.342811 +4541.292480 0.000000 2045.996460 0.000000 0.176972 0.000000 0.984216 0.316034 0.316034 0.316034 +4511.826172 0.000000 2041.559937 0.000000 0.778412 0.000000 0.627754 0.377247 0.377247 0.377247 +4515.765137 0.000000 2059.284668 0.000000 0.201900 0.000000 0.979406 0.528003 0.528003 0.528003 +4494.953125 0.000000 2087.409180 0.000000 0.448829 0.000000 0.893618 0.507310 0.507310 0.507310 +4506.074219 0.000000 2063.953857 0.000000 0.064144 0.000000 0.997941 0.791247 0.791247 0.791247 +4530.842773 0.000000 2051.307373 0.000000 0.197530 0.000000 0.980297 0.352297 0.352297 0.352297 +4516.276367 0.000000 2066.684326 0.000000 0.072195 0.000000 0.997391 0.904600 0.904600 0.904600 +4525.434082 0.000000 2063.166748 0.000000 0.475065 0.000000 0.879951 0.770034 0.770034 0.770034 +4492.552734 0.000000 2059.631592 0.000000 0.269171 0.000000 0.963093 0.833727 0.833727 0.833727 +4535.531250 0.000000 2044.041138 0.000000 0.212746 0.000000 0.977107 0.350474 0.350474 0.350474 +4489.063965 0.000000 2063.899414 0.000000 0.767116 0.000000 0.641509 0.955662 0.955662 0.955662 +4498.283691 0.000000 2034.570190 0.000000 0.218758 0.000000 0.975779 0.859430 0.859430 0.859430 +4491.929688 0.000000 2045.443359 0.000000 0.848062 0.000000 0.529896 0.649481 0.649481 0.649481 +4486.330566 0.000000 2045.534302 0.000000 0.656070 0.000000 0.754700 0.697224 0.697224 0.697224 +4499.007324 0.000000 2051.515869 0.000000 0.824870 0.000000 0.565322 0.396726 0.396726 0.396726 +4505.505859 0.000000 2087.209229 0.000000 0.218482 0.000000 0.975841 0.276963 0.276963 0.276963 +4506.364746 0.000000 2058.998779 0.000000 0.686953 0.000000 0.726702 0.493204 0.493204 0.493204 +4515.991211 0.000000 2049.164062 0.000000 0.862976 0.000000 0.505245 0.733868 0.733868 0.733868 +4505.237793 0.000000 2039.596436 0.000000 0.107951 0.000000 0.994156 0.250783 0.250783 0.250783 +4514.015137 0.000000 2053.933105 0.000000 0.861108 0.000000 0.508422 0.595091 0.595091 0.595091 +4533.994141 0.000000 2054.723633 0.000000 0.837066 0.000000 0.547102 0.409166 0.409166 0.409166 +4510.060547 0.000000 2081.592285 0.000000 0.776283 0.000000 0.630385 0.391448 0.391448 0.391448 +4518.535645 0.000000 2062.945557 0.000000 0.722162 0.000000 0.691724 0.930774 0.930774 0.930774 +4491.786133 0.000000 2038.490479 0.000000 0.156972 0.000000 0.987603 0.871932 0.871932 0.871932 +4497.260254 0.000000 2059.894531 0.000000 0.787242 0.000000 0.616644 0.652037 0.652037 0.652037 +4517.098633 0.000000 2076.308594 0.000000 0.083645 0.000000 0.996496 0.386112 0.386112 0.386112 +4484.047852 0.000000 2041.787598 0.000000 0.507873 0.000000 0.861432 0.596449 0.596449 0.596449 +4480.163086 0.000000 2068.184082 0.000000 0.641257 0.000000 0.767326 0.346381 0.346381 0.346381 +4509.237305 0.000000 2066.959717 0.000000 0.644190 0.000000 0.764866 0.940648 0.940648 0.940648 +4542.270020 0.000000 2037.868896 0.000000 0.287826 0.000000 0.957683 0.779773 0.779773 0.779773 +4513.947754 0.000000 2082.911133 0.000000 0.757369 0.000000 0.652987 0.372902 0.372902 0.372902 +4480.514160 0.000000 2049.518311 0.000000 0.370523 0.000000 0.928823 0.861711 0.861711 0.861711 +4542.624512 0.000000 2042.257690 0.000000 0.567979 0.000000 0.823043 0.491982 0.491982 0.491982 +4518.889160 0.000000 2056.877197 0.000000 0.097289 0.000000 0.995256 0.461961 0.461961 0.461961 +4486.424805 0.000000 2053.797607 0.000000 0.662272 0.000000 0.749264 0.946082 0.946082 0.946082 +4495.831543 0.000000 2037.609375 0.000000 0.389004 0.000000 0.921236 0.925436 0.925436 0.925436 +4488.908691 0.000000 2079.337402 0.000000 0.153581 0.000000 0.988136 0.276662 0.276662 0.276662 +4521.322754 0.000000 2081.713135 0.000000 0.481166 0.000000 0.876629 0.296272 0.296272 0.296272 +4484.755371 0.000000 2061.310059 0.000000 0.717578 0.000000 0.696478 0.950950 0.950950 0.950950 +4485.464844 0.000000 2038.219482 0.000000 0.427895 0.000000 0.903829 0.581771 0.581771 0.581771 +4503.371094 0.000000 2076.451416 0.000000 0.334341 0.000000 0.942452 0.413554 0.413554 0.413554 +4518.686523 0.000000 2033.743286 0.000000 0.852705 0.000000 0.522393 0.511624 0.511624 0.511624 +4514.735840 0.000000 2073.090576 0.000000 0.468213 0.000000 0.883615 0.857983 0.857983 0.857983 +4503.293457 0.000000 2057.002197 0.000000 0.459659 0.000000 0.888096 0.330108 0.330108 0.330108 +4522.673340 0.000000 2033.581421 0.000000 0.847523 0.000000 0.530758 0.927506 0.927506 0.927506 +4520.974609 0.000000 2044.959106 0.000000 0.616736 0.000000 0.787170 0.942309 0.942309 0.942309 +4509.392090 0.000000 2078.110840 0.000000 0.470699 0.000000 0.882294 0.388479 0.388479 0.388479 +4521.656250 0.000000 2073.547363 0.000000 0.588422 0.000000 0.808554 0.877984 0.877984 0.877984 +4532.003906 0.000000 2036.765015 0.000000 0.412660 0.000000 0.910885 0.599280 0.599280 0.599280 +4509.020508 0.000000 2046.267822 0.000000 0.440743 0.000000 0.897633 0.311792 0.311792 0.311792 +4532.014648 0.000000 2042.280762 0.000000 0.624066 0.000000 0.781372 0.536285 0.536285 0.536285 +4491.406250 0.000000 2066.508301 0.000000 0.656086 0.000000 0.754686 0.944277 0.944277 0.944277 +4507.595215 0.000000 2083.961182 0.000000 0.348764 0.000000 0.937211 0.321254 0.321254 0.321254 +4502.628418 0.000000 2063.464600 0.000000 0.683167 0.000000 0.730262 0.891467 0.891467 0.891467 +4505.681152 0.000000 2067.215088 0.000000 0.659227 0.000000 0.751944 0.921603 0.921603 0.921603 +4486.724121 0.000000 2066.945068 0.000000 0.393470 0.000000 0.919338 0.876824 0.876824 0.876824 +4504.572266 0.000000 2072.901855 0.000000 0.603782 0.000000 0.797150 0.605200 0.605200 0.605200 +4492.457520 0.000000 2085.213379 0.000000 0.742815 0.000000 0.669497 0.711463 0.711463 0.711463 +4540.832520 0.000000 2065.759277 0.000000 0.699414 0.000000 0.714717 0.367314 0.367314 0.367314 +4491.486816 0.000000 2041.997070 0.000000 0.563717 0.000000 0.825968 0.874068 0.874068 0.874068 +4539.100586 0.000000 2043.530273 0.000000 0.730616 0.000000 0.682789 0.484492 0.484492 0.484492 +4521.676758 0.000000 2051.504395 0.000000 0.046767 0.000000 0.998906 0.656921 0.656921 0.656921 +4535.819336 0.000000 2052.268311 0.000000 0.736367 0.000000 0.676583 0.373382 0.373382 0.373382 +4492.526855 0.000000 2056.483398 0.000000 0.093969 0.000000 0.995575 0.619936 0.619936 0.619936 +4538.504395 0.000000 2057.196289 0.000000 0.694220 0.000000 0.719763 0.546614 0.546614 0.546614 +4480.042480 0.000000 2033.444824 0.000000 0.412036 0.000000 0.911168 0.431283 0.431283 0.431283 +4487.437500 0.000000 2088.481201 0.000000 0.052732 0.000000 0.998609 0.597117 0.597117 0.597117 +4530.798340 0.000000 2070.118652 0.000000 0.599821 0.000000 0.800134 0.353075 0.353075 0.353075 +4483.820801 0.000000 2047.242920 0.000000 0.509347 0.000000 0.860561 0.849115 0.849115 0.849115 +4516.759766 0.000000 2054.813721 0.000000 0.616758 0.000000 0.787153 0.492367 0.492367 0.492367 +4497.360840 0.000000 2079.597900 0.000000 0.667435 0.000000 0.744668 0.521723 0.521723 0.521723 +4500.994629 0.000000 2035.990234 0.000000 0.504438 0.000000 0.863448 0.709790 0.709790 0.709790 +4518.337891 0.000000 2047.173706 0.000000 0.195843 0.000000 0.980635 0.856992 0.856992 0.856992 +4515.200195 0.000000 2046.234497 0.000000 0.621752 0.000000 0.783214 0.700515 0.700515 0.700515 +4533.519043 0.000000 2060.062988 0.000000 0.668224 0.000000 0.743960 0.536110 0.536110 0.536110 +4507.635742 0.000000 2056.487793 0.000000 0.113914 0.000000 0.993491 0.276897 0.276897 0.276897 +4516.575195 0.000000 2035.826538 0.000000 0.773933 0.000000 0.633267 0.408471 0.408471 0.408471 +4496.186523 0.000000 2052.588867 0.000000 0.660973 0.000000 0.750409 0.364293 0.364293 0.364293 +4481.451660 0.000000 2042.829956 0.000000 0.772998 0.000000 0.634409 0.489993 0.489993 0.489993 +4490.564941 0.000000 2035.986450 0.000000 0.363333 0.000000 0.931659 0.923672 0.923672 0.923672 +4491.616211 0.000000 2062.778564 0.000000 0.151925 0.000000 0.988392 0.909709 0.909709 0.909709 +4527.447754 0.000000 2046.123169 0.000000 0.447021 0.000000 0.894524 0.866470 0.866470 0.866470 +4500.984863 0.000000 2070.635498 0.000000 0.261394 0.000000 0.965232 0.474769 0.474769 0.474769 +4503.068359 0.000000 2037.948608 0.000000 0.398076 0.000000 0.917352 0.419906 0.419906 0.419906 +4541.738281 0.000000 2061.686768 0.000000 0.266493 0.000000 0.963837 0.466193 0.466193 0.466193 +4486.395508 0.000000 2063.493164 0.000000 0.314006 0.000000 0.949421 0.920334 0.920334 0.920334 +4524.127930 0.000000 2060.878906 0.000000 0.309209 0.000000 0.950994 0.660066 0.660066 0.660066 +4492.721191 0.000000 2071.762451 0.000000 0.253106 0.000000 0.967438 0.656281 0.656281 0.656281 +4536.473633 0.000000 2041.568237 0.000000 0.065626 0.000000 0.997844 0.361409 0.361409 0.361409 +4492.375000 0.000000 2088.105225 0.000000 0.790935 0.000000 0.611901 0.608742 0.608742 0.608742 +4490.329590 0.000000 2058.142090 0.000000 0.798061 0.000000 0.602576 0.958828 0.958828 0.958828 +4513.910645 0.000000 2075.760254 0.000000 0.369649 0.000000 0.929171 0.591730 0.591730 0.591730 +4499.443848 0.000000 2083.357178 0.000000 0.182920 0.000000 0.983128 0.466467 0.466467 0.466467 +4497.436523 0.000000 2057.306641 0.000000 0.780337 0.000000 0.625359 0.510451 0.510451 0.510451 +4533.428223 0.000000 2051.278809 0.000000 0.236570 0.000000 0.971615 0.291004 0.291004 0.291004 +4518.385742 0.000000 2050.282471 0.000000 0.798885 0.000000 0.601483 0.782129 0.782129 0.782129 +4536.346680 0.000000 2055.638428 0.000000 0.169890 0.000000 0.985463 0.288705 0.288705 0.288705 +4541.638184 0.000000 2053.160645 0.000000 0.694059 0.000000 0.719918 0.417502 0.417502 0.417502 +4491.442871 0.000000 2051.246094 0.000000 0.427206 0.000000 0.904154 0.456677 0.456677 0.456677 +4517.463867 0.000000 2041.042847 0.000000 0.625533 0.000000 0.780198 0.738056 0.738056 0.738056 +4500.436035 0.000000 2075.709473 0.000000 0.516417 0.000000 0.856337 0.383510 0.383510 0.383510 +4534.158691 0.000000 2065.497314 0.000000 0.347614 0.000000 0.937638 0.398087 0.398087 0.398087 +4498.498535 0.000000 2037.255493 0.000000 0.406073 0.000000 0.913841 0.878276 0.878276 0.878276 +4507.698730 0.000000 2079.936768 0.000000 0.713997 0.000000 0.700149 0.494581 0.494581 0.494581 +4499.362793 0.000000 2061.425293 0.000000 0.269839 0.000000 0.962905 0.584973 0.584973 0.584973 +4527.339355 0.000000 2033.683472 0.000000 0.123865 0.000000 0.992299 0.907906 0.907906 0.907906 +4523.659668 0.000000 2069.617188 0.000000 0.865391 0.000000 0.501097 0.956365 0.956365 0.956365 +4513.641602 0.000000 2051.516113 0.000000 0.444632 0.000000 0.895713 0.473635 0.473635 0.473635 +4541.251953 0.000000 2040.252075 0.000000 0.791760 0.000000 0.610832 0.608962 0.608962 0.608962 +4513.365723 0.000000 2043.612305 0.000000 0.743967 0.000000 0.668216 0.401667 0.401667 0.401667 +4528.587891 0.000000 2053.690674 0.000000 0.551732 0.000000 0.834021 0.461142 0.461142 0.461142 +4493.487793 0.000000 2043.454224 0.000000 0.787441 0.000000 0.616390 0.789643 0.789643 0.789643 +4484.602051 0.000000 2036.043335 0.000000 0.718855 0.000000 0.695160 0.711000 0.711000 0.711000 +4503.885254 0.000000 2059.217529 0.000000 0.554775 0.000000 0.832001 0.508179 0.508179 0.508179 +4484.248535 0.000000 2054.737305 0.000000 0.143449 0.000000 0.989658 0.909164 0.909164 0.909164 +4489.322266 0.000000 2052.405029 0.000000 0.474627 0.000000 0.880187 0.843496 0.843496 0.843496 +4512.607910 0.000000 2072.528076 0.000000 0.337423 0.000000 0.941353 0.775859 0.775859 0.775859 +4520.647949 0.000000 2034.764160 0.000000 0.191604 0.000000 0.981472 0.713272 0.713272 0.713272 +4516.682129 0.000000 2057.226807 0.000000 0.636383 0.000000 0.771373 0.534082 0.534082 0.534082 +4520.179688 0.000000 2061.622070 0.000000 0.232662 0.000000 0.972558 0.742469 0.742469 0.742469 +4516.916016 0.000000 2061.500000 0.000000 0.830535 0.000000 0.556967 0.879808 0.879808 0.879808 +4486.953125 0.000000 2069.047852 0.000000 0.388011 0.000000 0.921655 0.766810 0.766810 0.766810 +4525.814941 0.000000 2069.983643 0.000000 0.422806 0.000000 0.906220 0.854732 0.854732 0.854732 +4482.199219 0.000000 2040.549805 0.000000 0.786447 0.000000 0.617658 0.559295 0.559295 0.559295 +4493.139648 0.000000 2076.982178 0.000000 0.132339 0.000000 0.991204 0.448733 0.448733 0.448733 +4504.887695 0.000000 2075.037598 0.000000 0.289245 0.000000 0.957255 0.484207 0.484207 0.484207 +4496.098633 0.000000 2043.197021 0.000000 0.846250 0.000000 0.532787 0.789936 0.789936 0.789936 +4525.537598 0.000000 2073.827148 0.000000 0.684967 0.000000 0.728574 0.755591 0.755591 0.755591 +4522.440430 0.000000 2049.646484 0.000000 0.436297 0.000000 0.899803 0.865029 0.865029 0.865029 +4495.590332 0.000000 2085.533936 0.000000 0.314208 0.000000 0.949354 0.527114 0.527114 0.527114 +4530.709961 0.000000 2047.527344 0.000000 0.622838 0.000000 0.782351 0.584424 0.584424 0.584424 +4520.756348 0.000000 2038.904053 0.000000 0.465140 0.000000 0.885237 0.914517 0.914517 0.914517 +4484.789062 0.000000 2067.294434 0.000000 0.509873 0.000000 0.860250 0.770511 0.770511 0.770511 +4507.528320 0.000000 2067.976807 0.000000 0.793432 0.000000 0.608659 0.945599 0.945599 0.945599 +4486.912598 0.000000 2033.439087 0.000000 0.541828 0.000000 0.840489 0.887112 0.887112 0.887112 +4480.597656 0.000000 2053.904785 0.000000 0.071546 0.000000 0.997437 0.904559 0.904559 0.904559 +4523.628906 0.000000 2073.828613 0.000000 0.184621 0.000000 0.982810 0.776132 0.776132 0.776132 +4492.080078 0.000000 2064.726318 0.000000 0.792746 0.000000 0.609551 0.958270 0.958270 0.958270 +4514.177734 0.000000 2060.370605 0.000000 0.181537 0.000000 0.983384 0.711723 0.711723 0.711723 +4480.144043 0.000000 2061.837646 0.000000 0.188634 0.000000 0.982047 0.825197 0.825197 0.825197 +4495.325195 0.000000 2068.446045 0.000000 0.411250 0.000000 0.911522 0.709665 0.709665 0.709665 +4519.147461 0.000000 2070.340820 0.000000 0.805624 0.000000 0.592427 0.959634 0.959634 0.959634 +4522.257812 0.000000 2035.699951 0.000000 0.195293 0.000000 0.980745 0.887811 0.887811 0.887811 +4510.945801 0.000000 2061.901367 0.000000 0.831093 0.000000 0.556133 0.749665 0.749665 0.749665 +4495.854980 0.000000 2039.967163 0.000000 0.785149 0.000000 0.619308 0.955482 0.955482 0.955482 +4488.309570 0.000000 2062.230713 0.000000 0.038129 0.000000 0.999273 0.902428 0.902428 0.902428 +4485.832520 0.000000 2065.303223 0.000000 0.447815 0.000000 0.894126 0.874865 0.874865 0.874865 +4520.256348 0.000000 2050.285156 0.000000 0.120986 0.000000 0.992654 0.668420 0.668420 0.668420 +4483.095703 0.000000 2048.887695 0.000000 0.631670 0.000000 0.775237 0.919608 0.919608 0.919608 +4482.681152 0.000000 2055.656006 0.000000 0.738322 0.000000 0.674448 0.952876 0.952876 0.952876 +4509.614258 0.000000 2065.165527 0.000000 0.677894 0.000000 0.735160 0.921441 0.921441 0.921441 +4525.431152 0.000000 2037.489136 0.000000 0.063588 0.000000 0.997976 0.904051 0.904051 0.904051 +4516.749023 0.000000 2042.807007 0.000000 0.289904 0.000000 0.957056 0.739902 0.739902 0.739902 +4521.963379 0.000000 2040.966797 0.000000 0.446827 0.000000 0.894620 0.929489 0.929489 0.929489 +4516.560547 0.000000 2047.493286 0.000000 0.260900 0.000000 0.965366 0.811016 0.811016 0.811016 +4487.620605 0.000000 2039.666748 0.000000 0.301481 0.000000 0.953472 0.713612 0.713612 0.713612 +4487.699707 0.000000 2049.292480 0.000000 0.794129 0.000000 0.607749 0.876093 0.876093 0.876093 +4486.054199 0.000000 2035.036133 0.000000 0.602384 0.000000 0.798206 0.880236 0.880236 0.880236 +4501.609863 0.000000 2066.086426 0.000000 0.750293 0.000000 0.661105 0.899920 0.899920 0.899920 +4496.790527 0.000000 2041.592773 0.000000 0.574325 0.000000 0.818628 0.885795 0.885795 0.885795 +4522.375488 0.000000 2064.980713 0.000000 0.229937 0.000000 0.973205 0.886695 0.886695 0.886695 +4490.416504 0.000000 2065.121582 0.000000 0.841299 0.000000 0.540570 0.963642 0.963642 0.963642 +4524.442383 0.000000 2039.950317 0.000000 0.662202 0.000000 0.749325 0.946076 0.946076 0.946076 +4487.546875 0.000000 2064.742432 0.000000 0.450283 0.000000 0.892886 0.929735 0.929735 0.929735 +4488.953125 0.000000 2059.368164 0.000000 0.335187 0.000000 0.942152 0.921760 0.921760 0.921760 +4495.736328 0.000000 2064.198730 0.000000 0.252128 0.000000 0.967694 0.859063 0.859063 0.859063 +4493.188965 0.000000 2041.692139 0.000000 0.717227 0.000000 0.696840 0.912807 0.912807 0.912807 +4497.288086 0.000000 2038.518799 0.000000 0.838652 0.000000 0.544667 0.952115 0.952115 0.952115 +4522.135254 0.000000 2037.937012 0.000000 0.379341 0.000000 0.925257 0.924770 0.924770 0.924770 +4488.993164 0.000000 2036.564209 0.000000 0.668363 0.000000 0.743835 0.907651 0.907651 0.907651 +4513.478516 0.000000 2063.458984 0.000000 0.481990 0.000000 0.876176 0.895226 0.895226 0.895226 +4517.817871 0.000000 2067.004395 0.000000 0.733286 0.000000 0.679920 0.952403 0.952403 0.952403 +4490.583984 0.000000 2059.661621 0.000000 0.187189 0.000000 0.982324 0.911988 0.911988 0.911988 +4572.793945 0.000000 2036.279297 0.000000 0.478450 0.000000 0.878115 0.278020 0.278020 0.278020 +4581.982422 0.000000 2083.699219 0.000000 0.677939 0.000000 0.735118 0.330833 0.330833 0.330833 +4575.758301 0.000000 2063.597168 0.000000 0.827182 0.000000 0.561934 0.388940 0.388940 0.388940 +4570.122559 0.000000 2044.245850 0.000000 0.501007 0.000000 0.865443 0.479264 0.479264 0.479264 +4546.500488 0.000000 2053.181641 0.000000 0.582170 0.000000 0.813067 0.636012 0.636012 0.636012 +4595.456055 0.000000 2083.725830 0.000000 0.793380 0.000000 0.608727 0.398781 0.398781 0.398781 +4574.530273 0.000000 2056.897461 0.000000 0.730699 0.000000 0.682700 0.364644 0.364644 0.364644 +4588.760254 0.000000 2071.942627 0.000000 0.352399 0.000000 0.935850 0.261073 0.261073 0.261073 +4585.260742 0.000000 2077.659668 0.000000 0.778211 0.000000 0.628003 0.390411 0.390411 0.390411 +4579.765137 0.000000 2059.284668 0.000000 0.807597 0.000000 0.589734 0.405285 0.405285 0.405285 +4567.491699 0.000000 2034.068970 0.000000 0.596881 0.000000 0.802330 0.312044 0.312044 0.312044 +4580.276367 0.000000 2066.684326 0.000000 0.743574 0.000000 0.668654 0.506100 0.506100 0.506100 +4586.009766 0.000000 2088.374268 0.000000 0.593402 0.000000 0.804906 0.332890 0.332890 0.332890 +4589.434082 0.000000 2063.166748 0.000000 0.233039 0.000000 0.972467 0.231416 0.231416 0.231416 +4558.220703 0.000000 2050.518311 0.000000 0.123378 0.000000 0.992360 0.213327 0.213327 0.213327 +4550.330566 0.000000 2045.534302 0.000000 0.053820 0.000000 0.998551 0.285650 0.285650 0.285650 +4579.991211 0.000000 2049.164062 0.000000 0.155396 0.000000 0.987852 0.262117 0.262117 0.262117 +4569.237793 0.000000 2039.596436 0.000000 0.783373 0.000000 0.621552 0.389735 0.389735 0.389735 +4598.864258 0.000000 2088.436035 0.000000 0.519287 0.000000 0.854600 0.342274 0.342274 0.342274 +4576.426758 0.000000 2045.875366 0.000000 0.352782 0.000000 0.935705 0.280189 0.280189 0.280189 +4571.131348 0.000000 2049.558594 0.000000 0.210579 0.000000 0.977577 0.313063 0.313063 0.313063 +4549.119141 0.000000 2049.871826 0.000000 0.757203 0.000000 0.653180 0.413517 0.413517 0.413517 +4571.932617 0.000000 2053.707031 0.000000 0.796861 0.000000 0.604163 0.380234 0.380234 0.380234 +4544.514160 0.000000 2049.518311 0.000000 0.375357 0.000000 0.926880 0.368089 0.368089 0.368089 +4547.837402 0.000000 2056.999512 0.000000 0.499219 0.000000 0.866476 0.574894 0.574894 0.574894 +4592.023926 0.000000 2085.972412 0.000000 0.578320 0.000000 0.815810 0.508071 0.508071 0.508071 +4588.412598 0.000000 2075.711182 0.000000 0.300907 0.000000 0.953653 0.272113 0.272113 0.272113 +4572.431641 0.000000 2040.945312 0.000000 0.075750 0.000000 0.997127 0.243033 0.243033 0.243033 +4585.064941 0.000000 2085.143066 0.000000 0.595753 0.000000 0.803168 0.336207 0.336207 0.336207 +4589.386719 0.000000 2088.144531 0.000000 0.126093 0.000000 0.992018 0.278776 0.278776 0.278776 +4585.967773 0.000000 2063.255371 0.000000 0.071532 0.000000 0.997438 0.270377 0.270377 0.270377 +4552.667480 0.000000 2038.216675 0.000000 0.131025 0.000000 0.991379 0.491637 0.491637 0.491637 +4547.820801 0.000000 2047.242920 0.000000 0.024273 0.000000 0.999705 0.271238 0.271238 0.271238 +4573.958984 0.000000 2043.637817 0.000000 0.805640 0.000000 0.592405 0.400989 0.400989 0.400989 +4544.090332 0.000000 2036.733154 0.000000 0.492066 0.000000 0.870558 0.855218 0.855218 0.855218 +4567.408203 0.000000 2045.275635 0.000000 0.036472 0.000000 0.999335 0.405474 0.405474 0.405474 +4551.408691 0.000000 2051.274902 0.000000 0.832005 0.000000 0.554768 0.408606 0.408606 0.408606 +4577.412109 0.000000 2048.394531 0.000000 0.632373 0.000000 0.774664 0.359623 0.359623 0.359623 +4582.646484 0.000000 2065.594727 0.000000 0.437382 0.000000 0.899276 0.440236 0.440236 0.440236 +4553.795410 0.000000 2033.461914 0.000000 0.109947 0.000000 0.993937 0.301900 0.301900 0.301900 +4563.894531 0.000000 2041.209229 0.000000 0.742079 0.000000 0.670313 0.519795 0.519795 0.519795 +4568.077637 0.000000 2042.833984 0.000000 0.157755 0.000000 0.987478 0.452888 0.452888 0.452888 +4546.944824 0.000000 2050.833496 0.000000 0.570843 0.000000 0.821060 0.506600 0.506600 0.506600 +4596.706543 0.000000 2089.752930 0.000000 0.613734 0.000000 0.789513 0.468664 0.468664 0.468664 +4548.248535 0.000000 2054.737305 0.000000 0.354344 0.000000 0.935115 0.490595 0.490595 0.490595 +4590.880859 0.000000 2083.973145 0.000000 0.696610 0.000000 0.717450 0.537623 0.537623 0.537623 +4593.262695 0.000000 2087.998535 0.000000 0.490468 0.000000 0.871459 0.558471 0.558471 0.558471 +4546.199219 0.000000 2040.549805 0.000000 0.720953 0.000000 0.692984 0.650600 0.650600 0.650600 +4508.793945 0.000000 2092.763672 0.000000 0.778511 0.000000 0.627631 0.351358 0.351358 0.351358 +4492.978516 0.000000 2090.657959 0.000000 0.709657 0.000000 0.704547 0.461397 0.461397 0.461397 +4503.491699 0.000000 2090.553467 0.000000 0.055298 0.000000 0.998470 0.200919 0.200919 0.200919 +4487.914551 0.000000 2091.758789 0.000000 0.647098 0.000000 0.762407 0.639215 0.639215 0.639215 +4498.283691 0.000000 2091.054688 0.000000 0.452213 0.000000 0.891910 0.286732 0.286732 0.286732 +4491.929688 0.000000 2101.927734 0.000000 0.381656 0.000000 0.924304 0.292010 0.292010 0.292010 +4484.948730 0.000000 2090.036865 0.000000 0.737033 0.000000 0.675857 0.453898 0.453898 0.453898 +4489.084961 0.000000 2100.739746 0.000000 0.164051 0.000000 0.986452 0.267804 0.267804 0.267804 +4490.564941 0.000000 2092.470703 0.000000 0.015430 0.000000 0.999881 0.362138 0.362138 0.362138 +4486.912598 0.000000 2089.923584 0.000000 0.330852 0.000000 0.943683 0.642297 0.642297 0.642297 +4602.807129 0.000000 2096.576416 0.000000 0.523056 0.000000 0.852298 0.317734 0.317734 0.317734 +4599.638184 0.000000 2105.665283 0.000000 0.214448 0.000000 0.976735 0.213376 0.213376 0.213376 +4594.789551 0.000000 2102.009277 0.000000 0.192578 0.000000 0.981282 0.216900 0.216900 0.216900 +4599.531250 0.000000 2100.525635 0.000000 0.146812 0.000000 0.989164 0.243599 0.243599 0.243599 +4600.639160 0.000000 2094.894287 0.000000 0.166994 0.000000 0.985958 0.278805 0.278805 0.278805 "} object={ name="palm_dense_generator_1_1" @@ -167,7 +929,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_palm_02_mesh" - count=155 + count=881 transform="482.932587 0.000000 788.373779 0.000000 0.996646 0.000000 0.081833 0.486839 0.486839 0.486839 457.084747 0.000000 745.114746 0.000000 0.970389 0.000000 -0.241547 0.991687 0.991687 0.991687 511.374634 0.000000 774.392395 0.000000 0.978624 0.000000 -0.205660 1.013187 1.013187 1.013187 @@ -323,6 +1085,732 @@ object={ 552.567444 0.000000 1955.152100 0.000000 0.999845 0.000000 0.017593 0.998880 0.998880 0.998880 548.742126 0.000000 1973.673950 0.000000 0.904063 0.000000 -0.427400 0.936809 0.936809 0.936809 535.408081 0.000000 1988.791260 0.000000 0.999520 0.000000 -0.030988 0.769729 0.769729 0.769729 +5567.487305 0.000000 933.977722 0.000000 0.999303 0.000000 -0.037331 0.507900 0.507900 0.507900 +5572.032715 0.000000 935.361572 0.000000 0.999909 0.000000 0.013484 0.497117 0.497117 0.497117 +5549.516602 0.000000 974.967651 0.000000 0.997515 0.000000 -0.070449 0.515604 0.515604 0.515604 +5653.705078 0.000000 1043.586426 0.000000 0.998119 0.000000 -0.061304 0.513484 0.513484 0.513484 +5724.793945 0.000000 1189.013672 0.000000 0.871271 0.000000 0.490802 0.386461 0.386461 0.386461 +5767.671387 0.000000 1154.544067 0.000000 0.999065 0.000000 -0.043242 0.509314 0.509314 0.509314 +5769.400879 0.000000 1145.806641 0.000000 0.976124 0.000000 -0.217216 0.545672 0.545672 0.545672 +5761.451172 0.000000 1198.347534 0.000000 0.893305 0.000000 0.449451 0.397181 0.397181 0.397181 +4477.212891 0.000000 1945.860474 0.000000 0.873691 0.000000 -0.486481 0.581240 0.581240 0.581240 +4474.504395 0.000000 1944.227661 0.000000 0.975534 0.000000 0.219848 0.558378 0.558378 0.558378 +4477.738281 0.000000 1948.717896 0.000000 0.946354 0.000000 -0.323132 0.551875 0.551875 0.551875 +4472.065918 0.000000 2002.315674 0.000000 0.998544 0.000000 -0.053944 0.510004 0.510004 0.510004 +4474.368164 0.000000 2028.879028 0.000000 0.985259 0.000000 -0.171067 0.733785 0.733785 0.733785 +4447.758301 0.000000 2007.112793 0.000000 0.999745 0.000000 0.022564 0.495158 0.495158 0.495158 +4467.456055 0.000000 2027.241333 0.000000 0.946331 0.000000 0.323200 0.589448 0.589448 0.589448 +4446.530273 0.000000 2000.413208 0.000000 0.948727 0.000000 -0.316097 0.562989 0.562989 0.562989 +4457.385742 0.000000 2009.871216 0.000000 0.905760 0.000000 0.423791 0.428383 0.428383 0.428383 +4477.248047 0.000000 2022.955200 0.000000 0.999968 0.000000 0.007974 0.626181 0.626181 0.626181 +4479.586426 0.000000 2030.387695 0.000000 0.998666 0.000000 -0.051644 0.596316 0.596316 0.596316 +4475.211426 0.000000 2006.571289 0.000000 0.988875 0.000000 0.148746 0.589107 0.589107 0.589107 +4470.381836 0.000000 2006.280762 0.000000 0.986037 0.000000 0.166524 0.474501 0.474501 0.474501 +4464.647949 0.000000 2017.428833 0.000000 0.877988 0.000000 -0.478682 1.060937 1.060937 1.060937 +4477.507812 0.000000 2026.729858 0.000000 0.999772 0.000000 0.021365 0.643631 0.643631 0.643631 +4471.062500 0.000000 2027.970581 0.000000 0.913215 0.000000 -0.407477 0.871392 0.871392 0.871392 +4461.386719 0.000000 2031.660156 0.000000 0.996133 0.000000 0.087856 0.486856 0.486856 0.486856 +4448.449219 0.000000 2002.948486 0.000000 0.999172 0.000000 -0.040677 0.507177 0.507177 0.507177 +4473.384766 0.000000 2033.204834 0.000000 0.947283 0.000000 0.320398 0.956275 0.956275 0.956275 +4477.738281 0.000000 2005.202271 0.000000 0.987963 0.000000 -0.154693 0.523789 0.523789 0.523789 +4475.000977 0.000000 2014.754150 0.000000 0.944188 0.000000 -0.329408 1.046511 1.046511 1.046511 +4469.633789 0.000000 2014.010376 0.000000 0.948567 0.000000 -0.316576 1.020507 1.020507 1.020507 +4468.706543 0.000000 2033.268433 0.000000 0.883365 0.000000 0.468685 0.961639 0.961639 0.961639 +4462.782227 0.000000 2019.017212 0.000000 0.908952 0.000000 0.416902 0.764891 0.764891 0.764891 +4471.405273 0.000000 2011.806274 0.000000 0.962738 0.000000 0.270437 0.963697 0.963697 0.963697 +4474.561523 0.000000 2008.712402 0.000000 0.974371 0.000000 0.224945 0.797223 0.797223 0.797223 +4466.103516 0.000000 2025.286011 0.000000 0.956887 0.000000 -0.290462 0.758636 0.758636 0.758636 +4461.814941 0.000000 2013.499268 0.000000 0.999327 0.000000 0.036693 0.817666 0.817666 0.817666 +4463.436035 0.000000 2011.674438 0.000000 0.993026 0.000000 -0.117898 0.690648 0.690648 0.690648 +4475.003418 0.000000 2022.962769 0.000000 0.982273 0.000000 -0.187456 0.751221 0.751221 0.751221 +4466.216309 0.000000 2021.497925 0.000000 0.993661 0.000000 -0.112417 1.015778 1.015778 1.015778 +4469.101074 0.000000 2022.278687 0.000000 0.985907 0.000000 0.167295 0.951298 0.951298 0.951298 +4473.129395 0.000000 2015.771729 0.000000 0.999258 0.000000 -0.038516 1.003434 1.003434 1.003434 +4473.007324 0.000000 2022.613647 0.000000 0.911322 0.000000 0.411694 0.785989 0.785989 0.785989 +4471.893555 0.000000 2020.457886 0.000000 0.975310 0.000000 0.220840 0.975150 0.975150 0.975150 +4468.072754 0.000000 2025.456299 0.000000 0.975068 0.000000 0.221905 0.822620 0.822620 0.822620 +4472.471680 0.000000 2017.409180 0.000000 0.920760 0.000000 0.390129 0.958878 0.958878 0.958878 +4538.544434 0.000000 1960.891846 0.000000 0.978338 0.000000 0.207013 0.900099 0.900099 0.900099 +4506.979980 0.000000 1962.301514 0.000000 0.999360 0.000000 -0.035782 0.834138 0.834138 0.834138 +4529.272949 0.000000 1954.093628 0.000000 0.959077 0.000000 -0.283145 0.633134 0.633134 0.633134 +4543.958008 0.000000 1941.367798 0.000000 0.883752 0.000000 -0.467956 0.598659 0.598659 0.598659 +4543.487305 0.000000 1950.696411 0.000000 0.940643 0.000000 -0.339398 0.820832 0.820832 0.820832 +4494.007324 0.000000 1951.359009 0.000000 0.972554 0.000000 -0.232676 0.554609 0.554609 0.554609 +4502.478027 0.000000 1955.362061 0.000000 0.953556 0.000000 -0.301216 1.042394 1.042394 1.042394 +4503.890625 0.000000 1939.526489 0.000000 0.869242 0.000000 0.494386 0.967079 0.967079 0.967079 +4500.089355 0.000000 1965.285645 0.000000 0.956164 0.000000 -0.292833 1.032720 1.032720 1.032720 +4513.210449 0.000000 1965.342041 0.000000 0.921983 0.000000 0.387232 0.607369 0.607369 0.607369 +4510.530273 0.000000 1943.928833 0.000000 0.927069 0.000000 0.374892 0.975536 0.975536 0.975536 +4524.662598 0.000000 1971.048950 0.000000 0.912040 0.000000 0.410102 0.883500 0.883500 0.883500 +4524.760254 0.000000 1958.973877 0.000000 0.999965 0.000000 0.008308 0.812394 0.812394 0.812394 +4521.260742 0.000000 1964.690918 0.000000 0.962545 0.000000 -0.271122 0.958325 0.958325 0.958325 +4521.385742 0.000000 1953.386841 0.000000 0.995989 0.000000 -0.089476 0.818325 0.818325 0.818325 +4505.621582 0.000000 1968.343628 0.000000 0.988300 0.000000 0.152521 0.676140 0.676140 0.676140 +4511.826172 0.000000 1928.591187 0.000000 0.954852 0.000000 0.297081 0.447023 0.447023 0.447023 +4494.953125 0.000000 1974.440430 0.000000 0.961986 0.000000 -0.273099 0.794905 0.794905 0.794905 +4543.586426 0.000000 1973.903320 0.000000 0.993466 0.000000 -0.114124 1.016019 1.016019 1.016019 +4541.658691 0.000000 1955.784546 0.000000 0.959950 0.000000 -0.280171 0.988133 0.988133 0.988133 +4501.208496 0.000000 1960.348022 0.000000 0.878407 0.000000 -0.477913 1.064562 1.064562 1.064562 +4525.434082 0.000000 1950.197998 0.000000 0.918224 0.000000 -0.396061 0.631582 0.631582 0.631582 +4494.220703 0.000000 1937.549683 0.000000 0.936796 0.000000 0.349876 0.537085 0.537085 0.537085 +4494.875488 0.000000 1965.230835 0.000000 0.886612 0.000000 0.462513 0.935538 0.935538 0.935538 +4502.937012 0.000000 1934.896118 0.000000 0.999570 0.000000 0.029316 0.997606 0.997606 0.997606 +4515.991211 0.000000 1936.195190 0.000000 0.993054 0.000000 -0.117661 0.542161 0.542161 0.542161 +4498.817383 0.000000 1950.912598 0.000000 0.911612 0.000000 0.411051 0.801306 0.801306 0.801306 +4514.015137 0.000000 1940.964233 0.000000 0.998993 0.000000 0.044864 0.551930 0.551930 0.551930 +4501.668945 0.000000 1930.257690 0.000000 0.996948 0.000000 -0.078068 0.514603 0.514603 0.514603 +4534.864258 0.000000 1975.467407 0.000000 0.972285 0.000000 -0.233799 0.851550 0.851550 0.851550 +4510.060547 0.000000 1968.623657 0.000000 0.967794 0.000000 0.251744 0.630481 0.630481 0.630481 +4518.535645 0.000000 1949.976807 0.000000 0.935137 0.000000 -0.354286 0.789231 0.789231 0.789231 +4539.211426 0.000000 1950.086914 0.000000 0.885875 0.000000 0.463924 0.526911 0.526911 0.526911 +4513.947754 0.000000 1969.942261 0.000000 0.930528 0.000000 -0.366221 0.766738 0.766738 0.766738 +4536.315430 0.000000 1957.477783 0.000000 0.876224 0.000000 -0.481903 0.960442 0.960442 0.960442 +4542.419434 0.000000 1962.616089 0.000000 0.871880 0.000000 0.489719 0.896556 0.896556 0.896556 +4527.868652 0.000000 1968.879761 0.000000 0.957596 0.000000 0.288114 0.862200 0.862200 0.862200 +4521.322754 0.000000 1968.744385 0.000000 0.914860 0.000000 -0.403772 0.946901 0.946901 0.946901 +4503.371094 0.000000 1963.482666 0.000000 0.990397 0.000000 -0.138254 1.018387 1.018387 1.018387 +4501.502930 0.000000 1968.787964 0.000000 0.998288 0.000000 -0.058483 1.008196 1.008196 1.008196 +4514.735840 0.000000 1960.121826 0.000000 0.983180 0.000000 -0.182637 0.982838 0.982838 0.982838 +4521.656250 0.000000 1960.578491 0.000000 0.969499 0.000000 0.245095 0.869021 0.869021 0.869021 +4531.634277 0.000000 1963.196655 0.000000 0.963131 0.000000 -0.269034 0.823457 0.823457 0.823457 +4538.305176 0.000000 1964.450195 0.000000 0.997325 0.000000 -0.073097 0.913180 0.913180 0.913180 +4531.759277 0.000000 1951.833618 0.000000 0.938994 0.000000 -0.343932 0.560087 0.560087 0.560087 +4507.595215 0.000000 1970.992432 0.000000 0.999275 0.000000 0.038070 0.714402 0.714402 0.714402 +4502.628418 0.000000 1950.495972 0.000000 0.971247 0.000000 0.238072 0.983617 0.983617 0.983617 +4515.666992 0.000000 1956.954956 0.000000 0.935174 0.000000 0.354190 0.960682 0.960682 0.960682 +4504.572266 0.000000 1959.933105 0.000000 0.921739 0.000000 0.387811 0.945415 0.945415 0.945415 +4492.457520 0.000000 1972.244629 0.000000 0.925396 0.000000 0.379003 0.811836 0.811836 0.811836 +4486.507812 0.000000 1972.559937 0.000000 0.998652 0.000000 -0.051913 0.508071 0.508071 0.508071 +4497.722656 0.000000 1972.646118 0.000000 0.945411 0.000000 -0.325882 0.957591 0.957591 0.957591 +4505.916992 0.000000 1965.234985 0.000000 0.952761 0.000000 -0.303720 0.896844 0.896844 0.896844 +4492.526855 0.000000 1943.514526 0.000000 0.932591 0.000000 -0.360936 0.630792 0.630792 0.630792 +4509.422852 0.000000 1959.020630 0.000000 0.995103 0.000000 -0.098840 0.941378 0.941378 0.941378 +4499.991699 0.000000 1953.696289 0.000000 0.920959 0.000000 -0.389659 0.839289 0.839289 0.839289 +4486.057129 0.000000 1965.406494 0.000000 0.976493 0.000000 -0.215551 0.532950 0.532950 0.532950 +4538.631836 0.000000 1955.605225 0.000000 0.999798 0.000000 0.020117 0.884140 0.884140 0.884140 +4513.448730 0.000000 1943.765503 0.000000 0.910715 0.000000 0.413036 0.857208 0.857208 0.857208 +4503.191895 0.000000 1966.359375 0.000000 0.914483 0.000000 0.404625 0.843202 0.843202 0.843202 +4500.094727 0.000000 1935.869629 0.000000 0.910091 0.000000 0.414408 0.940155 0.940155 0.940155 +4494.604980 0.000000 1968.045776 0.000000 0.972435 0.000000 0.233173 0.979025 0.979025 0.979025 +4537.384766 0.000000 1976.720459 0.000000 0.886822 0.000000 0.462111 0.854138 0.854138 0.854138 +4510.952637 0.000000 1939.981079 0.000000 0.992711 0.000000 0.120520 0.992309 0.992309 0.992309 +4496.244141 0.000000 1949.666626 0.000000 0.889305 0.000000 0.457315 0.762793 0.762793 0.762793 +4505.706543 0.000000 1934.108154 0.000000 0.999612 0.000000 -0.027855 1.001773 1.001773 1.001773 +4494.979980 0.000000 1945.308960 0.000000 0.893434 0.000000 0.449194 0.694152 0.694152 0.694152 +4501.235840 0.000000 1940.329834 0.000000 0.944398 0.000000 -0.328805 1.021329 1.021329 1.021329 +4500.832520 0.000000 1933.048340 0.000000 0.989348 0.000000 0.145568 0.526733 0.526733 0.526733 +4519.299805 0.000000 1966.848145 0.000000 0.890389 0.000000 -0.455200 0.884690 0.884690 0.884690 +4519.591309 0.000000 1962.304810 0.000000 0.937035 0.000000 0.349236 0.832017 0.832017 0.832017 +4541.738281 0.000000 1948.717896 0.000000 0.917436 0.000000 0.397883 0.510074 0.510074 0.510074 +4492.375000 0.000000 1975.136597 0.000000 0.909280 0.000000 0.416186 0.636213 0.636213 0.636213 +4496.716797 0.000000 1952.566528 0.000000 0.996306 0.000000 0.085869 0.589391 0.589391 0.589391 +4499.443848 0.000000 1970.388550 0.000000 0.915801 0.000000 0.401633 0.936881 0.936881 0.936881 +4494.650879 0.000000 1970.809570 0.000000 0.988608 0.000000 -0.150511 1.017087 1.017087 1.017087 +4524.051758 0.000000 1952.563110 0.000000 0.986328 0.000000 -0.164791 0.668670 0.668670 0.668670 +4523.601562 0.000000 1973.368774 0.000000 0.999417 0.000000 -0.034142 0.877883 0.877883 0.877883 +4534.158691 0.000000 1952.528564 0.000000 0.936507 0.000000 -0.350650 0.573008 0.573008 0.573008 +4533.633789 0.000000 1957.526001 0.000000 0.992874 0.000000 0.119168 0.681602 0.681602 0.681602 +4499.362793 0.000000 1948.456543 0.000000 0.987710 0.000000 -0.156296 1.021275 1.021275 1.021275 +4542.390625 0.000000 1976.229248 0.000000 0.957286 0.000000 -0.289142 1.041083 1.041083 1.041083 +4523.659668 0.000000 1956.648438 0.000000 0.999160 0.000000 -0.040987 0.815405 0.815405 0.815405 +4511.328613 0.000000 1970.790649 0.000000 0.999257 0.000000 0.038541 0.782995 0.782995 0.782995 +4543.509766 0.000000 1957.687256 0.000000 0.928206 0.000000 0.372066 0.951745 0.951745 0.951745 +4503.935547 0.000000 1957.523926 0.000000 0.999433 0.000000 -0.033670 1.004666 1.004666 1.004666 +4506.245605 0.000000 1938.980591 0.000000 0.881789 0.000000 -0.471643 1.031268 1.031268 1.031268 +4542.994629 0.000000 1968.092529 0.000000 0.906239 0.000000 0.422767 0.881437 0.881437 0.881437 +4535.044922 0.000000 1959.557129 0.000000 0.998527 0.000000 -0.054266 0.773506 0.773506 0.773506 +4532.706543 0.000000 1976.784058 0.000000 0.990180 0.000000 -0.139796 0.816724 0.816724 0.816724 +4533.005371 0.000000 1972.663940 0.000000 0.929018 0.000000 -0.370034 0.850382 0.850382 0.850382 +4540.008301 0.000000 1962.745972 0.000000 0.997767 0.000000 -0.066794 0.985111 0.985111 0.985111 +4516.952637 0.000000 1960.945679 0.000000 0.883551 0.000000 0.468335 0.863474 0.863474 0.863474 +4509.291016 0.000000 1962.811279 0.000000 0.884343 0.000000 0.466838 0.656386 0.656386 0.656386 +4510.816895 0.000000 1934.906494 0.000000 0.997261 0.000000 -0.073962 1.006931 1.006931 1.006931 +4529.129395 0.000000 1970.874634 0.000000 0.885285 0.000000 -0.465049 0.938693 0.938693 0.938693 +4508.838379 0.000000 1945.536133 0.000000 0.999980 0.000000 -0.006260 1.000399 1.000399 1.000399 +4499.253418 0.000000 1968.055420 0.000000 0.945181 0.000000 0.326547 0.965369 0.965369 0.965369 +4503.348633 0.000000 1973.467163 0.000000 0.884478 0.000000 0.466582 0.776347 0.776347 0.776347 +4511.330566 0.000000 1952.889893 0.000000 0.995713 0.000000 0.092495 0.994103 0.994103 0.994103 +4507.203125 0.000000 1959.786499 0.000000 0.997471 0.000000 -0.071072 0.956613 0.956613 0.956613 +4511.373535 0.000000 1963.901855 0.000000 0.980452 0.000000 0.196759 0.678627 0.678627 0.678627 +4535.405273 0.000000 1955.321899 0.000000 0.993106 0.000000 0.117216 0.662367 0.662367 0.662367 +4526.671387 0.000000 1966.923218 0.000000 0.999325 0.000000 -0.036738 0.922242 0.922242 0.922242 +4499.576660 0.000000 1955.920410 0.000000 0.869896 0.000000 -0.493235 0.838601 0.838601 0.838601 +4538.561523 0.000000 1952.228027 0.000000 0.999132 0.000000 0.041654 0.762859 0.762859 0.762859 +4511.888672 0.000000 1942.013062 0.000000 0.981056 0.000000 0.193724 0.987589 0.987589 0.987589 +4511.005371 0.000000 1955.373413 0.000000 0.986703 0.000000 0.162533 0.989607 0.989607 0.989607 +4529.424316 0.000000 1958.885254 0.000000 0.999506 0.000000 -0.031413 0.760000 0.760000 0.760000 +4488.237305 0.000000 1968.495361 0.000000 0.868097 0.000000 -0.496395 0.953680 0.953680 0.953680 +4529.031738 0.000000 1966.807251 0.000000 0.970849 0.000000 -0.239690 0.900751 0.900751 0.900751 +4529.262695 0.000000 1975.029785 0.000000 0.994309 0.000000 -0.106534 0.816202 0.816202 0.816202 +4514.508301 0.000000 1967.034424 0.000000 0.986439 0.000000 -0.164127 0.742464 0.742464 0.742464 +4519.778320 0.000000 1976.303711 0.000000 0.973419 0.000000 0.229031 0.911857 0.911857 0.911857 +4525.747070 0.000000 1969.160278 0.000000 0.999796 0.000000 0.020215 0.928340 0.928340 0.928340 +4522.678223 0.000000 1958.643799 0.000000 0.935586 0.000000 -0.353098 0.885977 0.885977 0.885977 +4522.281250 0.000000 1962.680542 0.000000 0.871688 0.000000 -0.490061 1.026491 1.026491 1.026491 +4525.836426 0.000000 1973.101562 0.000000 0.897438 0.000000 -0.441141 0.972020 0.972020 0.972020 +4523.060059 0.000000 1954.602295 0.000000 0.866825 0.000000 -0.498613 0.854156 0.854156 0.854156 +4519.167969 0.000000 1968.938721 0.000000 0.999670 0.000000 0.025684 0.814517 0.814517 0.814517 +4505.618652 0.000000 1972.145996 0.000000 0.890866 0.000000 0.454266 0.733125 0.733125 0.733125 +4540.034180 0.000000 1968.291992 0.000000 0.993921 0.000000 -0.110097 0.986547 0.986547 0.986547 +4520.284180 0.000000 1958.935303 0.000000 0.934327 0.000000 0.356416 0.795438 0.795438 0.795438 +4513.987305 0.000000 1958.082397 0.000000 0.897683 0.000000 -0.440642 1.055707 1.055707 1.055707 +4490.234863 0.000000 1967.914673 0.000000 0.877741 0.000000 -0.479136 1.046031 1.046031 1.046031 +4502.604004 0.000000 1958.998413 0.000000 0.984896 0.000000 0.173149 0.977712 0.977712 0.977712 +4537.007324 0.000000 1966.129272 0.000000 0.976211 0.000000 -0.216821 0.911492 0.911492 0.911492 +4488.076660 0.000000 1964.522095 0.000000 0.999924 0.000000 -0.012294 0.766699 0.766699 0.766699 +4523.628906 0.000000 1960.859863 0.000000 0.877453 0.000000 0.479663 0.830410 0.830410 0.830410 +4540.454590 0.000000 1960.807861 0.000000 0.968013 0.000000 0.250900 0.928818 0.928818 0.928818 +4506.529785 0.000000 1975.875610 0.000000 0.908978 0.000000 0.416844 0.908389 0.908389 0.908389 +4501.101562 0.000000 1966.919800 0.000000 0.882450 0.000000 0.470406 0.938010 0.938010 0.938010 +4513.680176 0.000000 1976.296509 0.000000 0.921336 0.000000 0.388768 0.954842 0.954842 0.954842 +4501.008301 0.000000 1949.573853 0.000000 0.883931 0.000000 -0.467617 1.033164 1.033164 1.033164 +4490.618164 0.000000 1971.911987 0.000000 0.999842 0.000000 0.017763 0.923796 0.923796 0.923796 +4540.771484 0.000000 1957.552856 0.000000 0.996862 0.000000 0.079159 0.974008 0.974008 0.974008 +4516.099609 0.000000 1958.786499 0.000000 0.880634 0.000000 -0.473798 1.032888 1.032888 1.032888 +4520.388184 0.000000 1970.470337 0.000000 0.957430 0.000000 -0.288666 0.923060 0.923060 0.923060 +4510.609375 0.000000 1946.131348 0.000000 0.918365 0.000000 -0.395734 1.025902 1.025902 1.025902 +4502.981445 0.000000 1948.693359 0.000000 0.902133 0.000000 -0.431458 1.028400 1.028400 1.028400 +4501.452637 0.000000 1942.451660 0.000000 0.970128 0.000000 -0.242593 1.015600 1.015600 1.015600 +4509.614258 0.000000 1952.196655 0.000000 0.999314 0.000000 -0.037047 1.002359 1.002359 1.002359 +4517.379395 0.000000 1957.355347 0.000000 0.998597 0.000000 0.052946 0.992978 0.992978 0.992978 +4492.919922 0.000000 1970.504517 0.000000 0.998819 0.000000 -0.048594 1.006153 1.006153 1.006153 +4496.985352 0.000000 1942.644531 0.000000 0.931588 0.000000 0.363517 0.969628 0.969628 0.969628 +4541.535645 0.000000 1974.644287 0.000000 0.922727 0.000000 -0.385454 1.050837 1.050837 1.050837 +4501.609863 0.000000 1953.117798 0.000000 0.960457 0.000000 -0.278428 1.002001 1.002001 1.002001 +4492.970703 0.000000 1967.454590 0.000000 0.890224 0.000000 -0.455522 1.041445 1.041445 1.041445 +4496.310547 0.000000 1968.064209 0.000000 0.966000 0.000000 0.258541 0.975125 0.975125 0.975125 +4511.972656 0.000000 1944.849731 0.000000 0.933890 0.000000 0.357560 0.976722 0.976722 0.976722 +4505.349609 0.000000 1940.419434 0.000000 0.935661 0.000000 -0.352901 1.022961 1.022961 1.022961 +4501.729980 0.000000 1936.058838 0.000000 0.879657 0.000000 -0.475608 1.031554 1.031554 1.031554 +4511.967773 0.000000 1938.668457 0.000000 0.996193 0.000000 0.087174 0.994443 0.994443 0.994443 +4502.351074 0.000000 1939.209229 0.000000 0.875502 0.000000 0.483214 0.967894 0.967894 0.967894 +4545.318848 0.000000 1959.357178 0.000000 0.966174 0.000000 -0.257890 1.028718 1.028718 1.028718 +4548.458496 0.000000 1974.934692 0.000000 0.918243 0.000000 -0.396019 0.955006 0.955006 0.955006 +4555.959473 0.000000 1968.959595 0.000000 0.898117 0.000000 -0.439756 1.048084 1.048084 1.048084 +4544.254883 0.000000 1967.609619 0.000000 0.930318 0.000000 0.366755 0.895616 0.895616 0.895616 +4564.089355 0.000000 1965.285645 0.000000 0.970668 0.000000 0.240425 0.449718 0.449718 0.449718 +4551.979980 0.000000 1962.604004 0.000000 0.997296 0.000000 0.073485 0.993995 0.993995 0.993995 +4550.215332 0.000000 1969.406372 0.000000 0.997586 0.000000 -0.069442 1.008068 1.008068 1.008068 +4558.953125 0.000000 1974.440430 0.000000 0.985394 0.000000 0.170292 0.830906 0.830906 0.830906 +4560.971680 0.000000 1969.645752 0.000000 0.989695 0.000000 -0.143193 0.894991 0.894991 0.894991 +4553.063965 0.000000 1950.930786 0.000000 0.989766 0.000000 -0.142699 0.525148 0.525148 0.525148 +4547.505371 0.000000 1963.894897 0.000000 0.917120 0.000000 -0.398612 1.050054 1.050054 1.050054 +4544.163086 0.000000 1955.215332 0.000000 0.952563 0.000000 0.304341 0.958078 0.958078 0.958078 +4547.837402 0.000000 1944.030884 0.000000 0.945998 0.000000 -0.324173 0.557241 0.557241 0.557241 +4555.941895 0.000000 1962.272827 0.000000 0.912401 0.000000 -0.409298 1.038215 1.038215 1.038215 +4548.957520 0.000000 1960.315796 0.000000 0.968101 0.000000 -0.250559 1.023710 1.023710 1.023710 +4555.406250 0.000000 1953.539551 0.000000 0.989548 0.000000 -0.144207 0.525850 0.525850 0.525850 +4567.836426 0.000000 1971.081665 0.000000 0.915173 0.000000 0.403061 0.431487 0.431487 0.431487 +4550.507812 0.000000 1972.559937 0.000000 0.886900 0.000000 0.461962 0.874963 0.874963 0.874963 +4554.072266 0.000000 1976.640747 0.000000 0.998571 0.000000 0.053449 0.638481 0.638481 0.638481 +4551.213379 0.000000 1958.668823 0.000000 0.967871 0.000000 -0.251446 1.022273 1.022273 1.022273 +4556.721191 0.000000 1958.793579 0.000000 0.906727 0.000000 -0.421718 0.651234 0.651234 0.651234 +4556.375000 0.000000 1975.136597 0.000000 0.943981 0.000000 -0.329999 0.896442 0.896442 0.896442 +4563.443848 0.000000 1970.388550 0.000000 0.924827 0.000000 0.380389 0.632810 0.632810 0.632810 +4546.552734 0.000000 1976.544922 0.000000 0.982695 0.000000 -0.185233 0.940136 0.940136 0.940136 +4545.118652 0.000000 1965.198853 0.000000 0.943561 0.000000 0.331198 0.896086 0.896086 0.896086 +4558.401855 0.000000 1962.164551 0.000000 0.932963 0.000000 0.359971 0.695149 0.695149 0.695149 +4560.382324 0.000000 1976.285156 0.000000 0.960971 0.000000 0.276651 0.773771 0.773771 0.773771 +4563.253418 0.000000 1968.055420 0.000000 0.927688 0.000000 -0.373357 0.663244 0.663244 0.663244 +4546.026855 0.000000 1969.094971 0.000000 0.901959 0.000000 -0.431822 1.030599 1.030599 1.030599 +4549.729492 0.000000 1962.497559 0.000000 0.990377 0.000000 -0.138399 1.012999 1.012999 1.012999 +4555.263184 0.000000 1957.031128 0.000000 0.985909 0.000000 -0.167284 0.674020 0.674020 0.674020 +4549.572266 0.000000 1967.399536 0.000000 0.999119 0.000000 -0.041956 1.005061 1.005061 1.005061 +4551.440918 0.000000 1970.875854 0.000000 0.971029 0.000000 0.238962 0.968012 0.968012 0.968012 +4549.351074 0.000000 1958.594727 0.000000 0.996056 0.000000 -0.088723 1.008317 1.008317 1.008317 +4544.850586 0.000000 1961.033447 0.000000 0.925403 0.000000 -0.378986 1.047453 1.047453 1.047453 +4548.140625 0.000000 1962.036621 0.000000 0.953344 0.000000 0.301886 0.971289 0.971289 0.971289 +4550.562500 0.000000 1963.890747 0.000000 0.948768 0.000000 -0.315974 1.026245 1.026245 1.026245 +4525.516602 0.000000 1991.686401 0.000000 0.889584 0.000000 -0.456771 0.713100 0.713100 0.713100 +4538.544434 0.000000 2017.376221 0.000000 0.966985 0.000000 0.254834 0.742688 0.742688 0.742688 +4518.230957 0.000000 2015.482178 0.000000 0.899975 0.000000 0.435941 0.433613 0.433613 0.433613 +4508.793945 0.000000 1979.794922 0.000000 0.893870 0.000000 0.448326 0.957173 0.957173 0.957173 +4492.978516 0.000000 1977.689087 0.000000 0.974212 0.000000 0.225635 0.605706 0.605706 0.605706 +4536.065918 0.000000 2002.315674 0.000000 0.994119 0.000000 0.108291 0.483381 0.483381 0.483381 +4506.979980 0.000000 2018.785889 0.000000 0.993009 0.000000 0.118041 0.608602 0.608602 0.608602 +4517.982422 0.000000 2027.214966 0.000000 0.996347 0.000000 0.085401 0.485431 0.485431 0.485431 +4520.832520 0.000000 1980.454224 0.000000 0.947139 0.000000 0.320824 0.882390 0.882390 0.882390 +4535.638184 0.000000 1992.696533 0.000000 0.994461 0.000000 -0.105109 0.614595 0.614595 0.614595 +4489.400879 0.000000 1993.072266 0.000000 0.970114 0.000000 0.242651 0.779406 0.779406 0.779406 +4494.007324 0.000000 2007.843384 0.000000 0.959309 0.000000 -0.282358 0.955356 0.955356 0.955356 +4502.478027 0.000000 2011.846436 0.000000 0.990141 0.000000 0.140072 0.986212 0.986212 0.986212 +4518.893555 0.000000 1996.400513 0.000000 0.997530 0.000000 0.070236 0.486917 0.486917 0.486917 +4536.550781 0.000000 2009.812256 0.000000 0.868835 0.000000 -0.495102 0.882399 0.882399 0.882399 +4531.456055 0.000000 2027.241333 0.000000 0.943896 0.000000 0.330242 0.789792 0.789792 0.789792 +4513.210449 0.000000 2021.826416 0.000000 0.958269 0.000000 -0.285867 0.553958 0.553958 0.553958 +4489.203613 0.000000 2012.653931 0.000000 0.998839 0.000000 0.048163 0.492332 0.492332 0.492332 +4524.760254 0.000000 2015.458252 0.000000 0.943648 0.000000 -0.330950 0.958411 0.958411 0.958411 +4512.032227 0.000000 2013.890991 0.000000 0.937953 0.000000 -0.346763 0.557155 0.557155 0.557155 +4534.816895 0.000000 1978.203857 0.000000 0.999993 0.000000 0.003847 0.906275 0.906275 0.906275 +4521.385742 0.000000 2009.871216 0.000000 0.889135 0.000000 -0.457645 0.576010 0.576010 0.576010 +4532.365234 0.000000 2016.219360 0.000000 0.992525 0.000000 -0.122043 0.833336 0.833336 0.833336 +4530.789551 0.000000 1989.040405 0.000000 0.999936 0.000000 -0.011321 0.781242 0.781242 0.781242 +4535.107910 0.000000 2022.154419 0.000000 0.889923 0.000000 -0.456110 0.733055 0.733055 0.733055 +4481.017578 0.000000 2003.646240 0.000000 0.997855 0.000000 -0.065456 0.510572 0.510572 0.510572 +4530.842773 0.000000 1994.823120 0.000000 0.934664 0.000000 -0.355533 0.804125 0.804125 0.804125 +4522.009766 0.000000 2031.889771 0.000000 0.902041 0.000000 -0.431651 1.044299 1.044299 1.044299 +4496.971680 0.000000 2026.130127 0.000000 0.962519 0.000000 -0.271215 1.017485 1.017485 1.017485 +4535.531250 0.000000 1987.556763 0.000000 0.907202 0.000000 0.420695 0.804730 0.804730 0.804730 +4494.220703 0.000000 1994.034058 0.000000 0.907816 0.000000 0.419370 0.972450 0.972450 0.972450 +4499.007324 0.000000 1995.031494 0.000000 0.992754 0.000000 0.120161 0.988723 0.988723 0.988723 +4490.351562 0.000000 1997.832031 0.000000 0.998047 0.000000 0.062464 0.994523 0.994523 0.994523 +4520.763184 0.000000 1992.075317 0.000000 0.980237 0.000000 0.197828 0.468753 0.468753 0.468753 +4499.771973 0.000000 1999.578613 0.000000 0.999847 0.000000 0.017476 0.998495 0.998495 0.998495 +4541.524414 0.000000 1994.022827 0.000000 0.885449 0.000000 -0.464737 0.587786 0.587786 0.587786 +4534.864258 0.000000 2031.951782 0.000000 0.890291 0.000000 0.455393 0.629142 0.629142 0.629142 +4512.426758 0.000000 1989.390991 0.000000 0.927896 0.000000 -0.372840 0.718327 0.718327 0.718327 +4491.786133 0.000000 1982.006104 0.000000 0.947670 0.000000 -0.319251 0.553176 0.553176 0.553176 +4517.098633 0.000000 2019.824097 0.000000 0.921820 0.000000 0.387618 0.433072 0.433072 0.433072 +4480.163086 0.000000 2011.699707 0.000000 0.873969 0.000000 0.485981 0.532396 0.532396 0.532396 +4507.932617 0.000000 1997.222778 0.000000 0.963033 0.000000 0.269383 0.920942 0.920942 0.920942 +4513.947754 0.000000 2026.426636 0.000000 0.998672 0.000000 -0.051523 0.509980 0.509980 0.509980 +4518.889160 0.000000 2000.392700 0.000000 0.977076 0.000000 -0.212889 0.540892 0.540892 0.540892 +4495.831543 0.000000 1981.125000 0.000000 0.879366 0.000000 0.476146 0.426592 0.426592 0.426592 +4527.868652 0.000000 2025.364136 0.000000 0.984326 0.000000 0.176357 0.929864 0.929864 0.929864 +4484.755371 0.000000 2004.825806 0.000000 0.998498 0.000000 0.054785 0.555279 0.555279 0.555279 +4512.618164 0.000000 1980.318726 0.000000 0.917311 0.000000 -0.398171 1.049381 1.049381 1.049381 +4524.376953 0.000000 2023.220825 0.000000 0.957910 0.000000 0.287069 0.837135 0.837135 0.837135 +4484.957520 0.000000 2016.800171 0.000000 0.999698 0.000000 0.024559 0.495576 0.495576 0.495576 +4539.981445 0.000000 2032.172363 0.000000 0.999171 0.000000 0.040720 0.954835 0.954835 0.954835 +4531.402344 0.000000 2030.920410 0.000000 0.999910 0.000000 0.013442 0.944088 0.944088 0.944088 +4521.656250 0.000000 2017.062866 0.000000 0.897026 0.000000 -0.441977 0.730511 0.730511 0.730511 +4489.866211 0.000000 2016.025513 0.000000 0.913330 0.000000 -0.407220 0.567065 0.567065 0.567065 +4535.062500 0.000000 2027.970581 0.000000 0.999100 0.000000 -0.042414 0.668599 0.668599 0.668599 +4480.009766 0.000000 2019.145630 0.000000 0.961786 0.000000 -0.273802 0.543310 0.543310 0.543310 +4509.020508 0.000000 1989.783447 0.000000 0.889983 0.000000 -0.455994 0.807320 0.807320 0.807320 +4498.230469 0.000000 2014.988647 0.000000 0.944136 0.000000 -0.329555 1.038987 1.038987 1.038987 +4515.104004 0.000000 1985.495239 0.000000 0.902696 0.000000 -0.430280 0.946730 0.946730 0.946730 +4506.987305 0.000000 1977.041870 0.000000 0.926601 0.000000 -0.376047 1.043023 1.043023 1.043023 +4505.681152 0.000000 2010.730591 0.000000 0.995485 0.000000 -0.094921 1.012318 1.012318 1.012318 +4515.666992 0.000000 2013.439331 0.000000 0.978878 0.000000 0.204447 0.465996 0.465996 0.465996 +4532.463867 0.000000 1992.034912 0.000000 0.994443 0.000000 -0.105276 0.776910 0.776910 0.776910 +4503.836426 0.000000 2027.566040 0.000000 0.950522 0.000000 0.310658 0.679070 0.679070 0.679070 +4528.580566 0.000000 2007.393921 0.000000 0.991879 0.000000 0.127184 0.479990 0.479990 0.479990 +4540.832520 0.000000 2009.274902 0.000000 0.957615 0.000000 -0.288052 1.017545 1.017545 1.017545 +4489.084961 0.000000 1987.770996 0.000000 0.993455 0.000000 -0.114221 0.517704 0.517704 0.517704 +4489.604492 0.000000 2004.407471 0.000000 0.921361 0.000000 -0.388707 0.819684 0.819684 0.819684 +4499.991699 0.000000 2010.180664 0.000000 0.911243 0.000000 0.411869 0.948812 0.948812 0.948812 +4530.798340 0.000000 2013.634277 0.000000 0.998269 0.000000 -0.058810 0.818270 0.818270 0.818270 +4510.961914 0.000000 1977.914429 0.000000 0.999752 0.000000 0.022281 0.997680 0.997680 0.997680 +4500.994629 0.000000 1979.505859 0.000000 0.965389 0.000000 0.260816 0.881683 0.881683 0.881683 +4510.608887 0.000000 1982.492798 0.000000 0.931934 0.000000 -0.362628 1.041968 1.041968 1.041968 +4496.939453 0.000000 1992.881836 0.000000 0.995427 0.000000 0.095522 0.992763 0.992763 0.992763 +4510.952637 0.000000 1996.465454 0.000000 0.995205 0.000000 0.097816 0.665523 0.665523 0.665523 +4496.244141 0.000000 2006.151001 0.000000 0.994311 0.000000 0.106513 0.985373 0.985373 0.985373 +4507.635742 0.000000 2000.003540 0.000000 0.993986 0.000000 -0.109508 1.013725 1.013725 1.013725 +4508.947754 0.000000 2007.024902 0.000000 0.872750 0.000000 -0.488168 0.947517 0.947517 0.947517 +4505.706543 0.000000 1990.592529 0.000000 0.893118 0.000000 0.449823 0.759077 0.759077 0.759077 +4496.186523 0.000000 1996.104370 0.000000 0.963040 0.000000 0.269359 0.982638 0.982638 0.982638 +4509.958984 0.000000 1987.153442 0.000000 0.906987 0.000000 -0.421159 0.916792 0.916792 0.916792 +4524.352051 0.000000 1994.214233 0.000000 0.935265 0.000000 -0.353948 0.563264 0.563264 0.563264 +4505.283691 0.000000 1998.570923 0.000000 0.998837 0.000000 0.048220 0.994111 0.994111 0.994111 +4500.832520 0.000000 1989.532715 0.000000 0.999600 0.000000 -0.028294 0.847622 0.847622 0.847622 +4490.564941 0.000000 1979.502075 0.000000 0.926284 0.000000 0.376827 0.466681 0.466681 0.466681 +4519.299805 0.000000 2023.332520 0.000000 0.949443 0.000000 -0.313939 0.548433 0.548433 0.548433 +4536.639160 0.000000 1981.925415 0.000000 0.955982 0.000000 0.293424 0.953149 0.953149 0.953149 +4488.614258 0.000000 1990.481934 0.000000 0.967486 0.000000 0.252923 0.649745 0.649745 0.649745 +4527.447754 0.000000 1989.638794 0.000000 0.878102 0.000000 0.478473 0.673944 0.673944 0.673944 +4486.395508 0.000000 2007.008789 0.000000 0.895209 0.000000 0.445646 0.478556 0.478556 0.478556 +4503.408203 0.000000 1988.791260 0.000000 0.914217 0.000000 0.405225 0.792167 0.792167 0.792167 +4539.000977 0.000000 2014.754150 0.000000 0.983958 0.000000 0.178402 0.775087 0.775087 0.775087 +4496.716797 0.000000 2009.050903 0.000000 0.894320 0.000000 -0.447428 1.064970 1.064970 1.064970 +4499.443848 0.000000 2026.872925 0.000000 0.887167 0.000000 -0.461448 1.039155 1.039155 1.039155 +4497.436523 0.000000 2000.822144 0.000000 0.997195 0.000000 -0.074847 1.006228 1.006228 1.006228 +4543.976562 0.000000 2027.568481 0.000000 0.998499 0.000000 -0.054778 1.003489 1.003489 1.003489 +4494.686523 0.000000 1991.544556 0.000000 0.892322 0.000000 0.451399 0.950542 0.950542 0.950542 +4491.442871 0.000000 1994.761719 0.000000 0.928305 0.000000 0.371819 0.962051 0.962051 0.962051 +4517.463867 0.000000 1984.558472 0.000000 0.989706 0.000000 -0.143118 0.856190 0.856190 0.856190 +4490.235840 0.000000 2020.637329 0.000000 0.998515 0.000000 0.054469 0.809907 0.809907 0.809907 +4500.436035 0.000000 2019.224976 0.000000 0.966225 0.000000 0.257698 0.965448 0.965448 0.965448 +4534.158691 0.000000 2009.012939 0.000000 0.935461 0.000000 0.353430 0.555551 0.555551 0.555551 +4533.633789 0.000000 2014.010376 0.000000 0.867424 0.000000 0.497570 0.705176 0.705176 0.705176 +4498.498535 0.000000 1980.771118 0.000000 0.866182 0.000000 0.499729 0.704774 0.704774 0.704774 +4498.128418 0.000000 1997.714722 0.000000 0.999462 0.000000 0.032808 0.997419 0.997419 0.997419 +4526.693848 0.000000 2009.011719 0.000000 0.998225 0.000000 -0.059558 0.543304 0.543304 0.543304 +4508.928223 0.000000 1994.833252 0.000000 0.962002 0.000000 -0.273044 0.828989 0.828989 0.828989 +4499.362793 0.000000 2004.940918 0.000000 0.987593 0.000000 -0.157038 1.016889 1.016889 1.016889 +4542.390625 0.000000 2032.713623 0.000000 0.949024 0.000000 0.315204 0.977664 0.977664 0.977664 +4493.872070 0.000000 2005.355591 0.000000 0.907256 0.000000 -0.420578 1.014980 1.014980 1.014980 +4499.894531 0.000000 1984.724854 0.000000 0.998857 0.000000 -0.047798 0.787144 0.787144 0.787144 +4507.678223 0.000000 1981.967285 0.000000 0.985822 0.000000 0.167794 0.984721 0.984721 0.984721 +4543.509766 0.000000 2014.171631 0.000000 0.977648 0.000000 -0.210250 0.799040 0.799040 0.799040 +4493.487793 0.000000 1986.969849 0.000000 0.994620 0.000000 0.103588 0.596315 0.596315 0.596315 +4533.005371 0.000000 2029.148315 0.000000 0.887076 0.000000 0.461624 0.662256 0.662256 0.662256 +4540.008301 0.000000 2019.230347 0.000000 0.960197 0.000000 0.279324 0.763379 0.763379 0.763379 +4521.650879 0.000000 1986.239868 0.000000 0.974312 0.000000 -0.225201 0.816142 0.816142 0.816142 +4539.739258 0.000000 1981.459717 0.000000 0.986174 0.000000 -0.165713 1.018080 1.018080 1.018080 +4529.687988 0.000000 1985.905640 0.000000 0.998073 0.000000 0.062044 0.852997 0.852997 0.852997 +4543.163574 0.000000 2009.627686 0.000000 0.982675 0.000000 -0.185335 0.988015 0.988015 0.988015 +4532.657715 0.000000 1976.989258 0.000000 0.972587 0.000000 0.232540 0.756290 0.756290 0.756290 +4503.348633 0.000000 2029.951538 0.000000 0.929720 0.000000 0.368268 0.659322 0.659322 0.659322 +4534.385254 0.000000 1980.862183 0.000000 0.991522 0.000000 0.129935 0.921796 0.921796 0.921796 +4535.405273 0.000000 2011.806274 0.000000 0.912402 0.000000 0.409295 0.608318 0.608318 0.608318 +4506.165527 0.000000 1985.210938 0.000000 0.930654 0.000000 0.365900 0.948657 0.948657 0.948657 +4486.028809 0.000000 1999.882690 0.000000 0.973502 0.000000 0.228677 0.683109 0.683109 0.683109 +4539.305664 0.000000 2026.732178 0.000000 0.965267 0.000000 -0.261264 1.034646 1.034646 1.034646 +4526.880859 0.000000 2027.488770 0.000000 0.999999 0.000000 -0.001390 1.000193 1.000193 1.000193 +4538.561523 0.000000 2008.712402 0.000000 0.995103 0.000000 0.098844 0.951293 0.951293 0.951293 +4511.888672 0.000000 1998.497437 0.000000 0.996906 0.000000 -0.078597 0.738273 0.738273 0.738273 +4481.042969 0.000000 2009.454224 0.000000 0.925911 0.000000 -0.377741 0.709195 0.709195 0.709195 +4527.085449 0.000000 2015.781250 0.000000 0.991430 0.000000 -0.130638 0.931716 0.931716 0.931716 +4488.237305 0.000000 2024.979736 0.000000 0.924506 0.000000 0.381167 0.948744 0.948744 0.948744 +4529.262695 0.000000 2031.514160 0.000000 0.977232 0.000000 -0.212172 1.021297 1.021297 1.021297 +4530.103516 0.000000 2025.286011 0.000000 0.997615 0.000000 0.069031 0.812493 0.812493 0.812493 +4525.465820 0.000000 2021.249023 0.000000 0.906899 0.000000 0.421349 0.860981 0.860981 0.860981 +4541.252441 0.000000 1987.379517 0.000000 0.897340 0.000000 0.441340 0.745481 0.745481 0.745481 +4525.747070 0.000000 2025.644653 0.000000 0.887088 0.000000 -0.461600 0.984829 0.984829 0.984829 +4525.836426 0.000000 2029.585938 0.000000 0.948832 0.000000 0.315780 0.964147 0.964147 0.964147 +4493.139648 0.000000 2020.497803 0.000000 0.957970 0.000000 -0.286868 0.965549 0.965549 0.965549 +4525.585449 0.000000 1987.386230 0.000000 0.908770 0.000000 0.417297 0.709805 0.709805 0.709805 +4541.382324 0.000000 2007.255493 0.000000 0.937076 0.000000 0.349126 0.961269 0.961269 0.961269 +4540.034180 0.000000 2024.776367 0.000000 0.890398 0.000000 -0.455183 1.052030 1.052030 1.052030 +4496.098633 0.000000 1986.712646 0.000000 0.885328 0.000000 -0.464967 0.862435 0.862435 0.862435 +4523.407227 0.000000 2021.181152 0.000000 0.939685 0.000000 0.342042 0.767763 0.767763 0.767763 +4505.598145 0.000000 2000.584717 0.000000 0.875309 0.000000 0.483564 0.945187 0.945187 0.945187 +4533.007812 0.000000 2018.103516 0.000000 0.959380 0.000000 -0.282116 0.835367 0.835367 0.835367 +4502.911621 0.000000 2017.942749 0.000000 0.985424 0.000000 0.170115 0.976058 0.976058 0.976058 +4502.604004 0.000000 2015.482788 0.000000 0.997672 0.000000 0.068200 0.991770 0.991770 0.991770 +4507.528320 0.000000 2011.492310 0.000000 0.995748 0.000000 0.092116 0.863083 0.863083 0.863083 +4538.520996 0.000000 2030.865723 0.000000 0.969018 0.000000 -0.246988 1.033085 1.033085 1.033085 +4490.618164 0.000000 1990.497559 0.000000 0.942884 0.000000 0.333122 0.834671 0.834671 0.834671 +4540.454590 0.000000 2017.292236 0.000000 0.944709 0.000000 0.327911 0.730344 0.730344 0.730344 +4496.905273 0.000000 2030.852539 0.000000 0.923930 0.000000 0.382562 0.975008 0.975008 0.975008 +4501.101562 0.000000 2023.404175 0.000000 0.995504 0.000000 0.094722 0.847850 0.847850 0.847850 +4501.917480 0.000000 2021.215332 0.000000 0.883800 0.000000 0.467865 0.827300 0.827300 0.827300 +4540.771484 0.000000 2014.037231 0.000000 0.929718 0.000000 -0.368272 0.902916 0.902916 0.902916 +4504.332520 0.000000 2012.157593 0.000000 0.885782 0.000000 -0.464103 1.026714 1.026714 1.026714 +4487.440918 0.000000 2027.360229 0.000000 0.978046 0.000000 0.208388 0.972485 0.972485 0.972485 +4484.679688 0.000000 2029.568115 0.000000 0.919629 0.000000 0.392789 0.886299 0.886299 0.886299 +4490.704590 0.000000 1999.695679 0.000000 0.989332 0.000000 -0.145677 1.012592 1.012592 1.012592 +4524.016602 0.000000 1978.701782 0.000000 0.912316 0.000000 0.409486 0.766187 0.766187 0.766187 +4540.180664 0.000000 2011.055664 0.000000 0.963301 0.000000 0.268422 0.905834 0.905834 0.905834 +4510.021484 0.000000 1985.220093 0.000000 0.988934 0.000000 0.148359 0.954058 0.954058 0.954058 +4487.784180 0.000000 2030.269531 0.000000 0.983951 0.000000 0.178440 0.981592 0.981592 0.981592 +4538.270996 0.000000 1985.286865 0.000000 0.890141 0.000000 0.455686 0.946491 0.946491 0.946491 +4494.777344 0.000000 1997.205322 0.000000 0.939199 0.000000 -0.343373 1.022314 1.022314 1.022314 +4501.609863 0.000000 2009.602173 0.000000 0.869793 0.000000 -0.493417 1.046764 1.046764 1.046764 +4493.317383 0.000000 2030.180420 0.000000 0.991140 0.000000 0.132824 0.991519 0.991519 0.991519 +4499.881836 0.000000 2015.490601 0.000000 0.996261 0.000000 -0.086393 1.010042 1.010042 1.010042 +4488.564453 0.000000 2028.684204 0.000000 0.939216 0.000000 0.343326 0.974015 0.974015 0.974015 +4504.779785 0.000000 1981.489746 0.000000 0.950112 0.000000 -0.311908 1.033023 1.033023 1.033023 +4499.835449 0.000000 1997.840210 0.000000 0.920706 0.000000 0.390256 0.968472 0.968472 0.968472 +4496.310547 0.000000 2024.548584 0.000000 0.914920 0.000000 0.403634 0.973549 0.973549 0.973549 +4496.004883 0.000000 1994.420898 0.000000 0.973130 0.000000 -0.230257 1.014791 1.014791 1.014791 +4499.343262 0.000000 2028.554199 0.000000 0.956687 0.000000 0.291119 0.979867 0.979867 0.979867 +4495.824707 0.000000 2000.399780 0.000000 0.999098 0.000000 -0.042470 1.002895 1.002895 1.002895 +4492.617676 0.000000 1993.600464 0.000000 0.945904 0.000000 0.324446 0.976490 0.976490 0.976490 +4491.049316 0.000000 2026.833984 0.000000 0.978141 0.000000 0.207944 0.986665 0.986665 0.986665 +4494.222168 0.000000 2000.103882 0.000000 0.958137 0.000000 0.286310 0.980209 0.980209 0.980209 +4543.025879 0.000000 2026.318237 0.000000 0.963184 0.000000 0.268842 0.982672 0.982672 0.982672 +4545.318848 0.000000 2015.841553 0.000000 0.998854 0.000000 0.047865 0.585628 0.585628 0.585628 +4556.978516 0.000000 1977.689087 0.000000 0.924666 0.000000 -0.380779 0.754472 0.754472 0.754472 +4562.127930 0.000000 1990.229126 0.000000 0.935072 0.000000 -0.354458 0.556582 0.556582 0.556582 +4564.569336 0.000000 1982.339600 0.000000 0.909248 0.000000 -0.416254 0.578618 0.578618 0.578618 +4552.407715 0.000000 1984.765503 0.000000 0.961027 0.000000 0.276454 0.444302 0.444302 0.444302 +4544.254883 0.000000 2024.093994 0.000000 0.999423 0.000000 -0.033963 1.002366 1.002366 1.002366 +4551.979980 0.000000 2019.088379 0.000000 0.874685 0.000000 0.484692 0.400517 0.400517 0.400517 +4546.500488 0.000000 1996.697144 0.000000 0.989124 0.000000 0.147086 0.536148 0.536148 0.536148 +4558.873047 0.000000 1985.000244 0.000000 0.999078 0.000000 0.042925 0.491204 0.491204 0.491204 +4545.017578 0.000000 2003.646240 0.000000 0.992926 0.000000 -0.118731 1.013459 1.013459 1.013459 +4544.098633 0.000000 1983.902100 0.000000 0.985103 0.000000 0.171966 0.786024 0.786024 0.786024 +4553.641113 0.000000 2030.140991 0.000000 0.951358 0.000000 0.308088 0.448748 0.448748 0.448748 +4551.914551 0.000000 1978.790039 0.000000 0.981125 0.000000 0.193373 0.581934 0.581934 0.581934 +4580.045898 0.000000 1982.228027 0.000000 0.920877 0.000000 -0.389854 0.577235 0.577235 0.577235 +4558.220703 0.000000 1994.034058 0.000000 0.976797 0.000000 -0.214168 0.532089 0.532089 0.532089 +4555.929688 0.000000 1988.958984 0.000000 0.989196 0.000000 0.146601 0.472065 0.472065 0.472065 +4550.330566 0.000000 1989.049927 0.000000 0.989700 0.000000 0.143160 0.472080 0.472080 0.472080 +4566.937012 0.000000 1991.380493 0.000000 0.999828 0.000000 -0.018537 0.502756 0.502756 0.502756 +4579.991211 0.000000 1992.679565 0.000000 0.999632 0.000000 0.027123 0.495317 0.495317 0.495317 +4563.771973 0.000000 1999.578613 0.000000 0.970157 0.000000 0.242478 0.451481 0.451481 0.451481 +4548.047852 0.000000 1985.303223 0.000000 0.907143 0.000000 -0.420822 0.571406 0.571406 0.571406 +4544.163086 0.000000 2011.699707 0.000000 0.930487 0.000000 0.366325 0.654772 0.654772 0.654772 +4544.156738 0.000000 2031.853271 0.000000 0.986887 0.000000 -0.161413 1.010321 1.010321 1.010321 +4549.464844 0.000000 1981.735107 0.000000 0.986322 0.000000 0.164829 0.581685 0.581685 0.581685 +4548.957520 0.000000 2016.800171 0.000000 0.869304 0.000000 0.494278 0.420040 0.420040 0.420040 +4562.190430 0.000000 1986.475342 0.000000 0.873589 0.000000 -0.486664 0.593836 0.593836 0.593836 +4544.009766 0.000000 2019.145630 0.000000 0.999447 0.000000 -0.033260 0.750500 0.750500 0.750500 +4573.020508 0.000000 1989.783447 0.000000 0.999702 0.000000 -0.024422 0.993656 0.993656 0.993656 +4559.197266 0.000000 1988.585938 0.000000 0.929329 0.000000 -0.369253 0.566142 0.566142 0.566142 +4546.356934 0.000000 1981.851318 0.000000 0.998228 0.000000 -0.059504 0.784146 0.784146 0.784146 +4552.667480 0.000000 1981.732300 0.000000 0.936159 0.000000 0.351576 0.438518 0.438518 0.438518 +4544.042480 0.000000 1976.960449 0.000000 0.981655 0.000000 0.190665 0.937797 0.937797 0.937797 +4551.437500 0.000000 2031.996704 0.000000 0.984048 0.000000 0.177901 0.598958 0.598958 0.598958 +4579.200195 0.000000 1989.750122 0.000000 0.994112 0.000000 0.108361 0.605286 0.605286 0.605286 +4569.706543 0.000000 1990.592529 0.000000 0.999448 0.000000 -0.033236 0.676936 0.676936 0.676936 +4545.451660 0.000000 1986.345581 0.000000 0.962001 0.000000 0.273047 0.487851 0.487851 0.487851 +4567.408203 0.000000 1988.791260 0.000000 0.869046 0.000000 0.494732 0.418796 0.418796 0.418796 +4568.535645 0.000000 1993.308105 0.000000 0.955765 0.000000 -0.294131 0.655005 0.655005 0.655005 +4546.552734 0.000000 2033.029297 0.000000 0.977481 0.000000 -0.211023 1.019587 1.019587 1.019587 +4548.602051 0.000000 1979.558960 0.000000 0.939610 0.000000 -0.342247 0.806706 0.806706 0.806706 +4546.627930 0.000000 2005.660278 0.000000 0.931520 0.000000 -0.363691 0.902136 0.902136 0.902136 +4570.165527 0.000000 1985.210938 0.000000 0.953443 0.000000 0.301574 0.597918 0.597918 0.597918 +4546.069824 0.000000 2001.774780 0.000000 0.918628 0.000000 0.395123 0.839671 0.839671 0.839671 +4471.638184 0.000000 2049.180908 0.000000 0.991668 0.000000 -0.128823 0.526849 0.526849 0.526849 +4479.958008 0.000000 2054.336426 0.000000 0.962619 0.000000 -0.270858 1.014968 1.014968 1.014968 +4453.432617 0.000000 2044.464600 0.000000 0.899426 0.000000 0.437074 0.746241 0.746241 0.746241 +4447.826172 0.000000 2041.559937 0.000000 0.988941 0.000000 0.148312 0.476865 0.476865 0.476865 +4466.318359 0.000000 2033.643433 0.000000 0.879844 0.000000 0.475263 0.946956 0.946956 0.946956 +4448.426758 0.000000 2045.875366 0.000000 0.998973 0.000000 0.045311 0.826119 0.826119 0.826119 +4443.131348 0.000000 2049.558594 0.000000 0.989994 0.000000 0.141112 0.472270 0.472270 0.472270 +4456.015625 0.000000 2041.066040 0.000000 0.997558 0.000000 0.069841 0.728842 0.728842 0.728842 +4463.663086 0.000000 2043.449341 0.000000 0.887194 0.000000 0.461397 0.438940 0.438940 0.438940 +4468.003906 0.000000 2036.765015 0.000000 0.999834 0.000000 -0.018205 1.001159 1.001159 1.001159 +4468.014648 0.000000 2042.280762 0.000000 0.981419 0.000000 0.191879 0.471440 0.471440 0.471440 +4474.028320 0.000000 2046.536133 0.000000 0.886826 0.000000 0.462103 0.423548 0.423548 0.423548 +4458.835938 0.000000 2039.443726 0.000000 0.869514 0.000000 -0.493908 0.674145 0.674145 0.674145 +4477.032715 0.000000 2055.625488 0.000000 0.914945 0.000000 0.403579 0.532728 0.532728 0.532728 +4464.746582 0.000000 2036.675171 0.000000 0.997454 0.000000 -0.071311 1.008606 1.008606 1.008606 +4451.200195 0.000000 2046.234497 0.000000 0.888140 0.000000 -0.459573 0.807974 0.807974 0.807974 +4454.824707 0.000000 2038.675415 0.000000 0.983738 0.000000 -0.179608 0.661176 0.661176 0.661176 +4473.460938 0.000000 2033.540771 0.000000 0.999657 0.000000 -0.026174 1.003509 1.003509 1.003509 +4479.814453 0.000000 2051.882080 0.000000 0.972412 0.000000 -0.233272 1.031564 1.031564 1.031564 +4479.510742 0.000000 2058.174316 0.000000 0.991571 0.000000 -0.129565 0.805303 0.805303 0.805303 +4478.948242 0.000000 2035.591675 0.000000 0.987887 0.000000 0.155172 0.530070 0.530070 0.530070 +4476.727539 0.000000 2035.932007 0.000000 0.924426 0.000000 -0.381361 0.734742 0.734742 0.734742 +4455.465820 0.000000 2043.323242 0.000000 0.949909 0.000000 0.312528 0.863361 0.863361 0.863361 +4461.143066 0.000000 2033.739868 0.000000 0.949401 0.000000 -0.314066 0.703284 0.703284 0.703284 +4475.529785 0.000000 2034.084473 0.000000 0.911096 0.000000 -0.412194 0.962427 0.962427 0.962427 +4463.882812 0.000000 2038.461182 0.000000 0.990633 0.000000 -0.136548 0.777129 0.777129 0.777129 +4466.317871 0.000000 2037.890625 0.000000 0.916425 0.000000 0.400206 0.971321 0.971321 0.971321 +4481.451172 0.000000 2045.613159 0.000000 0.974091 0.000000 -0.226157 0.757648 0.757648 0.757648 +4538.544434 0.000000 2073.860596 0.000000 0.942263 0.000000 -0.334874 0.574551 0.574551 0.574551 +4536.065918 0.000000 2058.800049 0.000000 0.999666 0.000000 0.025862 0.686986 0.686986 0.686986 +4538.807129 0.000000 2040.092041 0.000000 0.972120 0.000000 0.234483 0.613937 0.613937 0.613937 +4511.453613 0.000000 2050.167725 0.000000 0.999524 0.000000 -0.030857 0.519286 0.519286 0.519286 +4498.127930 0.000000 2046.713501 0.000000 0.880848 0.000000 -0.473399 0.572208 0.572208 0.572208 +4517.982422 0.000000 2083.699219 0.000000 0.993586 0.000000 0.113075 0.477467 0.477467 0.477467 +4535.638184 0.000000 2049.180908 0.000000 0.952845 0.000000 0.303459 0.450006 0.450006 0.450006 +4494.007324 0.000000 2064.327637 0.000000 0.925658 0.000000 0.378361 0.958442 0.958442 0.958442 +4500.569336 0.000000 2038.823975 0.000000 0.999558 0.000000 -0.029739 0.838067 0.838067 0.838067 +4488.407715 0.000000 2041.249878 0.000000 0.999100 0.000000 0.042417 0.979251 0.979251 0.979251 +4510.236816 0.000000 2085.967285 0.000000 0.932397 0.000000 -0.361435 0.567997 0.567997 0.567997 +4503.890625 0.000000 2052.495117 0.000000 0.981318 0.000000 0.192391 0.464548 0.464548 0.464548 +4484.032715 0.000000 2065.049072 0.000000 0.914749 0.000000 0.404023 0.952963 0.952963 0.952963 +4506.122559 0.000000 2044.245850 0.000000 0.913563 0.000000 0.406697 0.423929 0.423929 0.423929 +4487.979980 0.000000 2075.572754 0.000000 0.991049 0.000000 -0.133498 0.521812 0.521812 0.521812 +4536.550781 0.000000 2066.296631 0.000000 0.982093 0.000000 -0.188398 0.532010 0.532010 0.532010 +4513.210449 0.000000 2078.310791 0.000000 0.997848 0.000000 0.065574 0.489753 0.489753 0.489753 +4541.512207 0.000000 2033.463623 0.000000 0.999058 0.000000 -0.043389 1.004388 1.004388 1.004388 +4512.032227 0.000000 2070.375488 0.000000 0.995563 0.000000 0.094093 0.990613 0.990613 0.990613 +4505.621582 0.000000 2081.312256 0.000000 0.920020 0.000000 0.391872 0.553756 0.553756 0.553756 +4494.873047 0.000000 2041.484619 0.000000 0.985219 0.000000 -0.171300 1.017922 1.017922 1.017922 +4524.062988 0.000000 2042.426636 0.000000 0.887058 0.000000 -0.461659 1.030549 1.030549 1.030549 +4530.584961 0.000000 2061.331787 0.000000 0.974131 0.000000 -0.225985 0.658793 0.658793 0.658793 +4503.491699 0.000000 2034.068970 0.000000 0.970507 0.000000 0.241072 0.593494 0.593494 0.593494 +4480.098633 0.000000 2040.386475 0.000000 0.904880 0.000000 0.425667 0.500652 0.500652 0.500652 +4525.943359 0.000000 2035.792480 0.000000 0.915155 0.000000 0.403102 0.973586 0.973586 0.973586 +4538.511719 0.000000 2053.947510 0.000000 0.984782 0.000000 -0.173797 0.527148 0.527148 0.527148 +4487.914551 0.000000 2035.274414 0.000000 0.999665 0.000000 0.025891 0.996645 0.996645 0.996645 +4516.045898 0.000000 2038.712402 0.000000 0.988545 0.000000 -0.150929 0.794148 0.794148 0.794148 +4494.875488 0.000000 2078.199463 0.000000 0.877275 0.000000 -0.479988 0.772295 0.772295 0.772295 +4506.709961 0.000000 2070.477539 0.000000 0.941031 0.000000 -0.338321 1.039084 1.039084 1.039084 +4520.763184 0.000000 2048.559570 0.000000 0.992532 0.000000 0.121985 0.984704 0.984704 0.984704 +4534.173828 0.000000 2039.621704 0.000000 0.998611 0.000000 -0.052683 0.630929 0.630929 0.630929 +4530.318359 0.000000 2033.643433 0.000000 0.931950 0.000000 -0.362588 0.991695 0.991695 0.991695 +4501.668945 0.000000 2043.226440 0.000000 0.934569 0.000000 -0.355782 0.730299 0.730299 0.730299 +4541.524414 0.000000 2050.507324 0.000000 0.999891 0.000000 -0.014800 0.502278 0.502278 0.502278 +4539.211426 0.000000 2063.055664 0.000000 1.000000 0.000000 -0.000557 0.607931 0.607931 0.607931 +4520.015625 0.000000 2041.066040 0.000000 0.898380 0.000000 0.439219 0.971051 0.971051 0.971051 +4485.119141 0.000000 2049.871826 0.000000 0.971296 0.000000 -0.237874 1.024644 1.024644 1.024644 +4511.334473 0.000000 2074.422852 0.000000 0.909637 0.000000 0.415404 0.665699 0.665699 0.665699 +4507.932617 0.000000 2053.707031 0.000000 0.866146 0.000000 -0.499790 0.591134 0.591134 0.591134 +4525.311035 0.000000 2067.787354 0.000000 0.999100 0.000000 -0.042419 1.005561 1.005561 1.005561 +4525.375000 0.000000 2058.359131 0.000000 0.989579 0.000000 -0.143992 0.817408 0.817408 0.817408 +4528.647949 0.000000 2073.913330 0.000000 0.889181 0.000000 -0.457556 0.571366 0.571366 0.571366 +4533.013672 0.000000 2068.083740 0.000000 0.937611 0.000000 0.347686 0.442420 0.442420 0.442420 +4538.385254 0.000000 2036.029541 0.000000 0.978547 0.000000 -0.206023 0.778796 0.778796 0.778796 +4516.620605 0.000000 2080.145996 0.000000 0.965128 0.000000 -0.261779 0.548503 0.548503 0.548503 +4524.412598 0.000000 2075.711182 0.000000 0.945032 0.000000 -0.326977 0.710450 0.710450 0.710450 +4501.502930 0.000000 2081.756592 0.000000 0.973420 0.000000 0.229025 0.609992 0.609992 0.609992 +4497.939453 0.000000 2075.233154 0.000000 0.935090 0.000000 0.354409 0.517351 0.517351 0.517351 +4524.376953 0.000000 2079.705078 0.000000 0.968501 0.000000 0.249011 0.455424 0.455424 0.455424 +4531.863281 0.000000 2057.810303 0.000000 0.999845 0.000000 0.017579 0.541445 0.541445 0.541445 +4484.957520 0.000000 2073.284668 0.000000 0.868596 0.000000 -0.495520 0.588724 0.588724 0.588724 +4527.145508 0.000000 2051.585449 0.000000 0.998480 0.000000 -0.055118 0.861643 0.861643 0.861643 +4498.190430 0.000000 2042.959717 0.000000 0.999984 0.000000 0.005582 0.812831 0.812831 0.812831 +4527.917480 0.000000 2070.219482 0.000000 0.919848 0.000000 0.392275 0.764153 0.764153 0.764153 +4489.866211 0.000000 2072.509766 0.000000 0.925903 0.000000 0.377760 0.628410 0.628410 0.628410 +4480.894531 0.000000 2063.737549 0.000000 0.909974 0.000000 -0.414666 0.920408 0.920408 0.920408 +4515.104004 0.000000 2041.979614 0.000000 0.906135 0.000000 0.422988 0.577001 0.577001 0.577001 +4495.197266 0.000000 2045.070312 0.000000 0.983427 0.000000 -0.181303 0.710865 0.710865 0.710865 +4515.666992 0.000000 2069.923828 0.000000 0.905914 0.000000 0.423463 0.972163 0.972163 0.972163 +4514.857422 0.000000 2062.566406 0.000000 0.928362 0.000000 -0.371678 1.031659 1.031659 1.031659 +4528.580566 0.000000 2063.878174 0.000000 0.990740 0.000000 -0.135774 0.762319 0.762319 0.762319 +4512.449219 0.000000 2059.432861 0.000000 0.987240 0.000000 0.159238 0.665265 0.665265 0.665265 +4522.835938 0.000000 2039.443726 0.000000 0.914929 0.000000 0.403615 0.973551 0.973551 0.973551 +4521.967773 0.000000 2063.255371 0.000000 0.995969 0.000000 0.089698 0.990515 0.990515 0.990515 +4527.537109 0.000000 2060.565918 0.000000 0.989408 0.000000 0.145159 0.785438 0.785438 0.785438 +4486.507812 0.000000 2085.528564 0.000000 0.986667 0.000000 -0.162752 0.673283 0.673283 0.673283 +4497.722656 0.000000 2085.614746 0.000000 0.986371 0.000000 0.164539 0.630272 0.630272 0.630272 +4488.667480 0.000000 2038.216675 0.000000 0.998717 0.000000 0.050642 0.993511 0.993511 0.993511 +4505.916992 0.000000 2078.203613 0.000000 0.896543 0.000000 0.442956 0.544834 0.544834 0.544834 +4489.604492 0.000000 2060.891846 0.000000 0.943022 0.000000 -0.332730 1.021594 1.021594 1.021594 +4531.016113 0.000000 2054.288574 0.000000 0.871218 0.000000 -0.490896 0.575132 0.575132 0.575132 +4499.991699 0.000000 2066.665039 0.000000 0.928159 0.000000 0.372183 0.863923 0.863923 0.863923 +4518.581055 0.000000 2068.562012 0.000000 0.952093 0.000000 0.305807 0.980215 0.980215 0.980215 +4490.072266 0.000000 2089.609619 0.000000 0.982635 0.000000 -0.185548 0.882389 0.882389 0.882389 +4541.032715 0.000000 2055.625488 0.000000 0.995509 0.000000 0.094671 0.656260 0.656260 0.656260 +4480.936035 0.000000 2056.047119 0.000000 0.969294 0.000000 -0.245903 1.015817 1.015817 1.015817 +4493.099609 0.000000 2053.214111 0.000000 0.924319 0.000000 -0.381621 0.593386 0.593386 0.593386 +4492.083496 0.000000 2078.951416 0.000000 0.952011 0.000000 0.306065 0.635912 0.635912 0.635912 +4510.952637 0.000000 2052.949707 0.000000 0.978605 0.000000 0.205750 0.474418 0.474418 0.474418 +4496.244141 0.000000 2062.635254 0.000000 0.904761 0.000000 -0.425920 1.034236 1.034236 1.034236 +4516.029297 0.000000 2051.990234 0.000000 0.987781 0.000000 -0.155850 0.872788 0.872788 0.872788 +4524.352051 0.000000 2050.698486 0.000000 0.935065 0.000000 -0.354477 0.981032 0.981032 0.981032 +4519.299805 0.000000 2079.816895 0.000000 0.897017 0.000000 0.441996 0.425421 0.425421 0.425421 +4488.614258 0.000000 2046.966309 0.000000 0.938246 0.000000 -0.345969 0.777977 0.777977 0.777977 +4519.591309 0.000000 2075.273438 0.000000 0.932576 0.000000 -0.360974 0.920734 0.920734 0.920734 +4482.822754 0.000000 2067.405518 0.000000 0.987180 0.000000 0.159611 0.674976 0.674976 0.674976 +4496.716797 0.000000 2065.535400 0.000000 0.986514 0.000000 -0.163678 0.999155 0.999155 0.999155 +4513.412109 0.000000 2048.394531 0.000000 0.953101 0.000000 -0.302652 0.726165 0.726165 0.726165 +4494.650879 0.000000 2083.778320 0.000000 0.962399 0.000000 -0.271641 0.760366 0.760366 0.760366 +4489.795410 0.000000 2033.461914 0.000000 0.985278 0.000000 -0.170960 1.012481 1.012481 1.012481 +4524.051758 0.000000 2065.531738 0.000000 0.874906 0.000000 0.484293 0.932980 0.932980 0.932980 +4483.913086 0.000000 2044.374023 0.000000 0.919767 0.000000 0.392464 0.744080 0.744080 0.744080 +4529.394043 0.000000 2058.767334 0.000000 0.909476 0.000000 0.415757 0.578279 0.578279 0.578279 +4523.690430 0.000000 2037.001465 0.000000 0.982685 0.000000 -0.185284 1.011864 1.011864 1.011864 +4488.173828 0.000000 2055.703857 0.000000 0.997018 0.000000 0.077171 0.992884 0.992884 0.992884 +4486.363770 0.000000 2042.950195 0.000000 0.958912 0.000000 -0.283704 0.874301 0.874301 0.874301 +4521.128906 0.000000 2054.303223 0.000000 0.940285 0.000000 -0.340388 0.777011 0.777011 0.777011 +4500.805176 0.000000 2033.505005 0.000000 0.968955 0.000000 0.247238 0.888853 0.888853 0.888853 +4526.693848 0.000000 2065.496094 0.000000 0.922778 0.000000 0.385332 0.805697 0.805697 0.805697 +4495.870117 0.000000 2070.260254 0.000000 0.937156 0.000000 -0.348911 0.832192 0.832192 0.832192 +4503.339844 0.000000 2065.844971 0.000000 0.902654 0.000000 -0.430366 1.048316 1.048316 1.048316 +4493.872070 0.000000 2061.840088 0.000000 0.941461 0.000000 0.337122 0.972444 0.972444 0.972444 +4499.894531 0.000000 2041.209229 0.000000 0.998491 0.000000 -0.054912 0.959081 0.959081 0.959081 +4507.190918 0.000000 2061.746826 0.000000 0.894418 0.000000 0.447231 0.754495 0.754495 0.754495 +4487.143066 0.000000 2060.822021 0.000000 0.999831 0.000000 0.018364 0.998831 0.998831 0.998831 +4536.742188 0.000000 2063.331299 0.000000 0.994515 0.000000 0.104594 0.630250 0.630250 0.630250 +4494.401855 0.000000 2075.133301 0.000000 0.964173 0.000000 -0.265275 0.665238 0.665238 0.665238 +4482.944824 0.000000 2050.833496 0.000000 0.969197 0.000000 0.246287 0.984158 0.984158 0.984158 +4493.612305 0.000000 2036.566162 0.000000 0.998891 0.000000 0.047077 0.997002 0.997002 0.997002 +4516.550293 0.000000 2064.231445 0.000000 0.935040 0.000000 0.354541 0.976927 0.976927 0.976927 +4534.180664 0.000000 2057.287598 0.000000 0.998188 0.000000 -0.060167 0.533521 0.533521 0.533521 +4516.952637 0.000000 2073.914307 0.000000 0.931147 0.000000 -0.364643 1.043889 1.043889 1.043889 +4486.070312 0.000000 2040.477417 0.000000 0.881049 0.000000 0.473025 0.800709 0.800709 0.800709 +4509.291016 0.000000 2075.780029 0.000000 0.998237 0.000000 0.059353 0.730550 0.730550 0.730550 +4484.756836 0.000000 2052.230713 0.000000 0.956674 0.000000 0.291162 0.981192 0.981192 0.981192 +4486.475098 0.000000 2048.028076 0.000000 0.987994 0.000000 -0.154492 0.993027 0.993027 0.993027 +4511.330566 0.000000 2065.858643 0.000000 0.995187 0.000000 -0.097994 1.007278 1.007278 1.007278 +4534.385254 0.000000 2037.346558 0.000000 0.981902 0.000000 0.189389 0.640805 0.640805 0.640805 +4527.645996 0.000000 2041.135498 0.000000 0.968142 0.000000 -0.250400 1.016112 1.016112 1.016112 +4540.727539 0.000000 2035.932007 0.000000 0.952749 0.000000 -0.303758 1.039990 1.039990 1.039990 +4536.096680 0.000000 2061.081543 0.000000 0.992445 0.000000 0.122688 0.700607 0.700607 0.700607 +4481.042969 0.000000 2065.938477 0.000000 0.945677 0.000000 -0.325108 0.680202 0.680202 0.680202 +4511.005371 0.000000 2068.342285 0.000000 0.970367 0.000000 0.241637 0.984098 0.984098 0.984098 +4507.443848 0.000000 2065.702393 0.000000 0.994114 0.000000 -0.108338 1.011138 1.011138 1.011138 +4529.424316 0.000000 2071.854004 0.000000 0.993798 0.000000 0.111199 0.585380 0.585380 0.585380 +4490.166504 0.000000 2039.951172 0.000000 0.926687 0.000000 0.375833 0.965083 0.965083 0.965083 +4482.069824 0.000000 2058.259277 0.000000 0.987079 0.000000 0.160235 0.989755 0.989755 0.989755 +4518.962402 0.000000 2077.617432 0.000000 0.898619 0.000000 0.438729 0.555095 0.555095 0.555095 +4536.246582 0.000000 2036.294434 0.000000 0.918469 0.000000 -0.395493 0.722274 0.722274 0.722274 +4527.448242 0.000000 2057.945068 0.000000 0.979646 0.000000 -0.200734 0.704200 0.704200 0.704200 +4527.436035 0.000000 2068.158936 0.000000 0.880227 0.000000 0.474552 0.780010 0.780010 0.780010 +4525.585449 0.000000 2043.870605 0.000000 0.971202 0.000000 0.238258 0.984685 0.984685 0.984685 +4520.199219 0.000000 2064.283447 0.000000 0.981917 0.000000 -0.189310 1.012125 1.012125 1.012125 +4488.722168 0.000000 2065.956543 0.000000 0.998039 0.000000 -0.062594 1.003987 1.003987 1.003987 +4528.914551 0.000000 2050.621094 0.000000 0.987125 0.000000 0.159953 0.689595 0.689595 0.689595 +4527.882812 0.000000 2038.461182 0.000000 0.997305 0.000000 0.073362 0.995325 0.995325 0.995325 +4513.987305 0.000000 2071.051270 0.000000 0.999761 0.000000 -0.021844 1.002176 1.002176 1.002176 +4523.311523 0.000000 2058.585205 0.000000 0.992612 0.000000 -0.121330 0.862416 0.862416 0.862416 +4515.217285 0.000000 2044.276001 0.000000 0.970649 0.000000 0.240499 0.750022 0.750022 0.750022 +4542.970703 0.000000 2056.093506 0.000000 0.941934 0.000000 -0.335797 0.883039 0.883039 0.883039 +4495.228516 0.000000 2060.449707 0.000000 0.893740 0.000000 -0.448585 1.063758 1.063758 1.063758 +4525.587891 0.000000 2041.209717 0.000000 0.885778 0.000000 0.464109 0.969275 0.969275 0.969275 +4527.250488 0.000000 2062.418457 0.000000 0.866247 0.000000 -0.499615 0.916596 0.916596 0.916596 +4490.618164 0.000000 2084.880859 0.000000 0.931999 0.000000 0.362460 0.784348 0.784348 0.784348 +4519.104492 0.000000 2045.331055 0.000000 0.970353 0.000000 0.241694 0.979706 0.979706 0.979706 +4504.332520 0.000000 2068.641846 0.000000 0.992082 0.000000 -0.125594 1.015562 1.015562 1.015562 +4516.099609 0.000000 2071.755371 0.000000 0.886724 0.000000 -0.462299 1.030595 1.030595 1.030595 +4490.704590 0.000000 2056.179932 0.000000 0.955669 0.000000 0.294443 0.962170 0.962170 0.962170 +4524.016602 0.000000 2035.186157 0.000000 0.998652 0.000000 -0.051913 1.003306 1.003306 1.003306 +4489.693359 0.000000 2042.500244 0.000000 0.999483 0.000000 0.032140 0.882278 0.882278 0.882278 +4530.999023 0.000000 2040.780273 0.000000 0.991787 0.000000 -0.127901 0.965072 0.965072 0.965072 +4492.773926 0.000000 2067.621582 0.000000 0.958515 0.000000 -0.285041 1.025329 1.025329 1.025329 +4528.748535 0.000000 2034.849854 0.000000 0.913474 0.000000 0.406898 0.967045 0.967045 0.967045 +4522.442383 0.000000 2061.488281 0.000000 0.989855 0.000000 0.142084 0.875124 0.875124 0.875124 +4488.404785 0.000000 2053.865479 0.000000 0.959960 0.000000 0.280137 0.955103 0.955103 0.955103 +4496.728516 0.000000 2033.444092 0.000000 0.917606 0.000000 -0.397490 1.026024 1.026024 1.026024 +4494.749512 0.000000 2033.468628 0.000000 0.983821 0.000000 0.179152 0.988533 0.988533 0.988533 +4519.089844 0.000000 2048.750732 0.000000 0.926434 0.000000 -0.376456 1.054057 1.054057 1.054057 +4525.674805 0.000000 2046.440918 0.000000 0.875832 0.000000 -0.482617 1.043379 1.043379 1.043379 +4510.190918 0.000000 2070.491455 0.000000 0.943618 0.000000 0.331035 0.963864 0.963864 0.963864 +4480.043457 0.000000 2057.688477 0.000000 0.989359 0.000000 0.145493 0.990705 0.990705 0.990705 +4522.439941 0.000000 2045.661377 0.000000 0.955648 0.000000 0.294512 0.980969 0.980969 0.980969 +4490.256348 0.000000 2037.668213 0.000000 0.908581 0.000000 0.417708 0.969985 0.969985 0.969985 +4514.559570 0.000000 2066.643066 0.000000 0.909235 0.000000 -0.416283 1.027333 1.027333 1.027333 +4493.021484 0.000000 2066.066406 0.000000 0.999990 0.000000 -0.004470 1.000392 1.000392 1.000392 +4489.912598 0.000000 2062.539551 0.000000 0.953282 0.000000 -0.302081 1.019536 1.019536 1.019536 +4526.421387 0.000000 2042.484619 0.000000 0.999772 0.000000 -0.021366 1.001360 1.001360 1.001360 +4524.188965 0.000000 2038.458618 0.000000 0.950593 0.000000 -0.310440 1.020095 1.020095 1.020095 +4589.516602 0.000000 2048.170898 0.000000 0.948560 0.000000 0.316598 0.428704 0.428704 0.428704 +4582.230957 0.000000 2071.966553 0.000000 0.984480 0.000000 -0.175496 0.526359 0.526359 0.526359 +4592.205566 0.000000 2089.896240 0.000000 0.966571 0.000000 0.256398 0.639426 0.639426 0.639426 +4575.453613 0.000000 2050.167725 0.000000 0.897721 0.000000 -0.440564 0.567827 0.567827 0.567827 +4585.563477 0.000000 2059.928467 0.000000 0.972714 0.000000 -0.232008 0.539544 0.539544 0.539544 +4591.722656 0.000000 2077.757080 0.000000 0.979850 0.000000 0.199734 0.464683 0.464683 0.464683 +4546.396484 0.000000 2035.299683 0.000000 0.976499 0.000000 -0.215522 1.023591 1.023591 1.023591 +4564.569336 0.000000 2038.823975 0.000000 0.979922 0.000000 0.199383 0.470308 0.470308 0.470308 +4581.432617 0.000000 2044.464600 0.000000 0.998064 0.000000 -0.062189 0.513167 0.513167 0.513167 +4582.893555 0.000000 2052.884766 0.000000 0.999824 0.000000 -0.018747 0.503307 0.503307 0.503307 +4575.826172 0.000000 2041.559937 0.000000 0.877820 0.000000 -0.478991 0.595959 0.595959 0.595959 +4566.937012 0.000000 2047.864868 0.000000 0.980422 0.000000 0.196906 0.518783 0.518783 0.518783 +4578.015137 0.000000 2053.933105 0.000000 0.906869 0.000000 0.421412 0.435003 0.435003 0.435003 +4565.668945 0.000000 2043.226440 0.000000 0.876582 0.000000 0.481252 0.629263 0.629263 0.629263 +4555.786133 0.000000 2038.490479 0.000000 0.990972 0.000000 0.134069 0.572050 0.572050 0.572050 +4548.047852 0.000000 2041.787598 0.000000 0.931241 0.000000 -0.364404 0.815427 0.815427 0.815427 +4582.889160 0.000000 2056.877197 0.000000 0.997861 0.000000 0.065366 0.489589 0.489589 0.489589 +4550.424805 0.000000 2053.797607 0.000000 0.964851 0.000000 0.262797 0.459868 0.459868 0.459868 +4595.213867 0.000000 2079.694824 0.000000 0.999518 0.000000 0.031032 0.494061 0.494061 0.494061 +4591.868652 0.000000 2081.848389 0.000000 0.962621 0.000000 -0.270851 0.616061 0.616061 0.616061 +4578.735840 0.000000 2073.090576 0.000000 0.899303 0.000000 0.437326 0.416437 0.416437 0.416437 +4588.376953 0.000000 2079.705078 0.000000 0.994925 0.000000 -0.100621 0.515060 0.515060 0.515060 +4585.656250 0.000000 2073.547363 0.000000 0.882805 0.000000 -0.469740 0.582587 0.582587 0.582587 +4573.020508 0.000000 2046.267822 0.000000 0.995388 0.000000 0.095929 0.519819 0.519819 0.519819 +4579.666992 0.000000 2069.923828 0.000000 0.954316 0.000000 -0.298799 0.548293 0.548293 0.548293 +4578.857422 0.000000 2062.566406 0.000000 0.986656 0.000000 -0.162817 0.583945 0.583945 0.583945 +4548.948730 0.000000 2033.552612 0.000000 0.878585 0.000000 0.477586 0.924963 0.924963 0.924963 +4555.486816 0.000000 2041.997070 0.000000 0.904703 0.000000 0.426042 0.571670 0.571670 0.571670 +4546.356934 0.000000 2038.335693 0.000000 0.973810 0.000000 -0.227365 0.908374 0.908374 0.908374 +4582.581055 0.000000 2068.562012 0.000000 0.990778 0.000000 -0.135498 0.579701 0.579701 0.579701 +4544.936035 0.000000 2056.047119 0.000000 0.869935 0.000000 -0.493166 0.901156 0.901156 0.901156 +4544.042480 0.000000 2033.444824 0.000000 0.999620 0.000000 0.027553 0.998246 0.998246 0.998246 +4561.664551 0.000000 2040.093506 0.000000 0.900683 0.000000 0.434478 0.532106 0.532106 0.532106 +4574.952637 0.000000 2052.949707 0.000000 0.934697 0.000000 0.355446 0.442437 0.442437 0.442437 +4545.451660 0.000000 2042.829956 0.000000 0.996030 0.000000 0.089019 0.603504 0.603504 0.603504 +4554.564941 0.000000 2035.986450 0.000000 0.871434 0.000000 -0.490512 0.581595 0.581595 0.581595 +4552.614258 0.000000 2046.966309 0.000000 0.999909 0.000000 -0.013520 0.502132 0.502132 0.502132 +4566.782715 0.000000 2040.740845 0.000000 0.997837 0.000000 0.065738 0.607209 0.607209 0.607209 +4578.111328 0.000000 2065.052734 0.000000 0.913468 0.000000 0.406910 0.489768 0.489768 0.489768 +4550.363770 0.000000 2042.950195 0.000000 0.911292 0.000000 -0.411762 0.684985 0.684985 0.684985 +4568.535645 0.000000 2049.792480 0.000000 0.911371 0.000000 -0.411586 0.564018 0.564018 0.564018 +4580.550293 0.000000 2064.231445 0.000000 0.996269 0.000000 -0.086305 0.646145 0.646145 0.646145 +4548.602051 0.000000 2036.043335 0.000000 0.999746 0.000000 0.022554 0.908330 0.908330 0.908330 +4593.129395 0.000000 2083.843506 0.000000 0.959497 0.000000 -0.281719 0.617815 0.617815 0.617815 +4587.596680 0.000000 2081.979004 0.000000 0.926008 0.000000 -0.377504 0.602959 0.602959 0.602959 +4548.756836 0.000000 2052.230713 0.000000 0.998211 0.000000 -0.059794 0.681229 0.681229 0.681229 +4589.747070 0.000000 2082.129150 0.000000 0.954841 0.000000 -0.297118 0.685489 0.685489 0.685489 +4548.035156 0.000000 2039.657227 0.000000 0.990330 0.000000 -0.138731 0.845763 0.845763 0.845763 +4544.597656 0.000000 2053.904785 0.000000 0.878927 0.000000 0.476956 0.694044 0.694044 0.694044 +4550.936035 0.000000 2037.013306 0.000000 0.995966 0.000000 -0.089729 0.847633 0.847633 0.847633 +4544.371582 0.000000 2038.522339 0.000000 0.999516 0.000000 -0.031099 0.872518 0.872518 0.872518 +4481.451172 0.000000 2102.097412 0.000000 0.963674 0.000000 0.267082 0.441783 0.441783 0.441783 +4487.671387 0.000000 2114.778320 0.000000 0.880061 0.000000 0.474860 0.392343 0.392343 0.392343 +4482.396484 0.000000 2091.783936 0.000000 0.869462 0.000000 -0.493999 0.586489 0.586489 0.586489 +4489.400879 0.000000 2106.041016 0.000000 0.981579 0.000000 -0.191055 0.537219 0.537219 0.537219 +4488.407715 0.000000 2097.734131 0.000000 0.977784 0.000000 -0.209613 0.531870 0.531870 0.531870 +4480.098633 0.000000 2096.870850 0.000000 0.957204 0.000000 -0.289413 0.559045 0.559045 0.559045 +4486.330566 0.000000 2102.018799 0.000000 0.933330 0.000000 -0.359020 0.564770 0.564770 0.564770 +4485.464844 0.000000 2094.703857 0.000000 0.929759 0.000000 -0.368169 0.559443 0.559443 0.559443 +4491.486816 0.000000 2098.481445 0.000000 0.995241 0.000000 -0.097445 0.517142 0.517142 0.517142 +4593.519043 0.000000 2096.251465 0.000000 0.999716 0.000000 -0.023824 0.504435 0.504435 0.504435 +4605.512207 0.000000 2089.947998 0.000000 1.000000 0.000000 -0.000816 0.500172 0.500172 0.500172 +4598.816895 0.000000 2091.172607 0.000000 0.954329 0.000000 0.298759 0.483819 0.483819 0.483819 +4602.385254 0.000000 2092.513916 0.000000 0.997382 0.000000 -0.072310 0.512982 0.512982 0.512982 +4590.042969 0.000000 2095.776611 0.000000 0.999681 0.000000 0.025259 0.495317 0.495317 0.495317 +4596.014648 0.000000 2098.765137 0.000000 0.999525 0.000000 0.030820 0.494863 0.494863 0.494863 +4592.746582 0.000000 2093.159424 0.000000 0.921834 0.000000 0.387585 0.439338 0.439338 0.439338 +4591.339355 0.000000 2090.167969 0.000000 0.879954 0.000000 0.475060 0.426404 0.426404 0.426404 "} object={ name="palm_dense_generator_1_2" @@ -331,7 +1819,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_palm_03_mesh" - count=161 + count=863 transform="505.072571 0.000000 727.929565 0.000000 0.050285 0.000000 -0.998735 1.118485 1.118485 1.118485 503.431946 0.000000 726.896179 0.000000 0.234979 0.000000 -0.972000 1.179100 1.179100 1.179100 462.873108 0.000000 742.343933 0.000000 0.378980 0.000000 -0.925405 0.773118 0.773118 0.773118 @@ -493,4 +1981,706 @@ object={ 555.659790 0.000000 1956.648438 0.000000 0.769881 0.000000 -0.638188 0.617431 0.617431 0.617431 562.750305 0.000000 1961.021973 0.000000 0.553756 0.000000 -0.832679 1.096537 1.096537 1.096537 565.007935 0.000000 1961.619141 0.000000 0.067929 0.000000 -0.997690 1.090069 1.090069 1.090069 +5660.793945 0.000000 1076.044922 0.000000 0.865193 0.000000 -0.501439 0.616250 0.616250 0.616250 +5741.516602 0.000000 1200.905151 0.000000 0.643935 0.000000 -0.765081 0.690848 0.690848 0.690848 +5780.968750 0.000000 1181.812622 0.000000 0.725764 0.000000 -0.687944 0.667904 0.667904 0.667904 +5781.705078 0.000000 1156.555176 0.000000 0.817583 0.000000 -0.575810 0.634421 0.634421 0.634421 +5783.890625 0.000000 1148.745239 0.000000 0.328414 0.000000 -0.944534 0.765256 0.765256 0.765256 +5788.793945 0.000000 1189.013672 0.000000 0.659033 0.000000 -0.752114 0.687763 0.687763 0.687763 +4472.065918 0.000000 1945.831299 0.000000 0.605738 0.000000 -0.795664 0.671937 0.671937 0.671937 +4471.638184 0.000000 1936.212158 0.000000 0.362145 0.000000 -0.932122 0.746756 0.746756 0.746756 +4474.544434 0.000000 2017.376221 0.000000 0.850652 0.000000 -0.525729 1.037127 1.037127 1.037127 +4465.272949 0.000000 2010.578003 0.000000 0.540993 0.000000 -0.841027 0.892729 0.892729 0.892729 +4479.958008 0.000000 1997.852173 0.000000 0.222827 0.000000 -0.974858 0.777750 0.777750 0.777750 +4479.487305 0.000000 2007.180786 0.000000 0.510610 0.000000 -0.859812 0.776600 0.776600 0.776600 +4460.760254 0.000000 2015.458252 0.000000 0.005666 0.000000 -0.999984 1.082432 1.082432 1.082432 +4457.260742 0.000000 2021.175293 0.000000 0.693348 0.000000 -0.720603 0.667241 0.667241 0.667241 +4468.365234 0.000000 2016.219360 0.000000 0.756252 0.000000 -0.654281 1.045406 1.045406 1.045406 +4471.107910 0.000000 2022.154419 0.000000 0.217464 0.000000 -0.976068 1.181647 1.181647 1.181647 +4451.765137 0.000000 2002.800415 0.000000 0.276729 0.000000 -0.960948 0.768195 0.768195 0.768195 +4466.584961 0.000000 2004.847412 0.000000 0.786682 0.000000 -0.617358 0.626331 0.626331 0.626331 +4477.212891 0.000000 2002.344849 0.000000 0.603620 0.000000 -0.797272 0.664140 0.664140 0.664140 +4470.864258 0.000000 2031.951782 0.000000 0.863610 0.000000 -0.504161 1.066884 1.066884 1.066884 +4472.315430 0.000000 2013.962158 0.000000 0.411834 0.000000 -0.911259 1.102169 1.102169 1.102169 +4478.419434 0.000000 2019.100464 0.000000 0.602400 0.000000 -0.798194 0.657375 0.657375 0.657375 +4469.013672 0.000000 2011.599487 0.000000 0.193762 0.000000 -0.981049 1.157800 1.157800 1.157800 +4464.023926 0.000000 2029.488159 0.000000 0.085588 0.000000 -0.996331 0.921622 0.921622 0.921622 +4460.376953 0.000000 2023.220825 0.000000 0.845306 0.000000 -0.534282 0.742512 0.742512 0.742512 +4457.204590 0.000000 2013.514526 0.000000 0.427846 0.000000 -0.903852 0.701615 0.701615 0.701615 +4467.634277 0.000000 2019.681030 0.000000 0.116078 0.000000 -0.993240 1.133988 1.133988 1.133988 +4474.305176 0.000000 2020.934570 0.000000 0.835568 0.000000 -0.549387 0.878271 0.878271 0.878271 +4464.580566 0.000000 2007.393921 0.000000 0.627232 0.000000 -0.778832 0.646106 0.646106 0.646106 +4476.832520 0.000000 2009.274902 0.000000 0.353391 0.000000 -0.935476 0.998381 0.998381 0.998381 +4469.860840 0.000000 2025.019531 0.000000 0.828074 0.000000 -0.560619 0.951524 0.951524 0.951524 +4474.631836 0.000000 2012.089600 0.000000 0.250061 0.000000 -0.968230 1.164858 1.164858 1.164858 +4466.798340 0.000000 2013.634277 0.000000 0.372684 0.000000 -0.927958 1.143361 1.143361 1.143361 +4477.125000 0.000000 2029.432373 0.000000 0.772694 0.000000 -0.634779 0.731895 0.731895 0.731895 +4454.646484 0.000000 2009.110352 0.000000 0.062447 0.000000 -0.998048 0.734406 0.734406 0.734406 +4470.158691 0.000000 2009.012939 0.000000 0.685186 0.000000 -0.728368 0.877600 0.877600 0.877600 +4479.697754 0.000000 2021.677246 0.000000 0.785046 0.000000 -0.619437 0.619178 0.619178 0.619178 +4478.390625 0.000000 2032.713623 0.000000 0.420715 0.000000 -0.907193 0.749775 0.749775 0.749775 +4459.659668 0.000000 2013.132812 0.000000 0.627198 0.000000 -0.778860 0.733150 0.733150 0.733150 +4478.994629 0.000000 2024.576904 0.000000 0.055085 0.000000 -0.998482 0.814162 0.814162 0.814162 +4471.044922 0.000000 2016.041504 0.000000 0.116781 0.000000 -0.993158 1.094726 1.094726 1.094726 +4462.671387 0.000000 2023.407593 0.000000 0.646687 0.000000 -0.762755 0.765662 0.765662 0.765662 +4475.305664 0.000000 2026.732178 0.000000 0.606752 0.000000 -0.794891 0.859972 0.859972 0.859972 +4469.789062 0.000000 2020.396851 0.000000 0.592716 0.000000 -0.805412 1.097482 1.097482 1.097482 +4463.085449 0.000000 2015.781250 0.000000 0.230075 0.000000 -0.973173 1.103018 1.103018 1.103018 +4465.424316 0.000000 2015.369629 0.000000 0.851911 0.000000 -0.523687 1.073067 1.073067 1.073067 +4473.072754 0.000000 2027.070190 0.000000 0.441574 0.000000 -0.897225 0.959455 0.959455 0.959455 +4465.031738 0.000000 2023.291626 0.000000 0.043091 0.000000 -0.999071 0.978597 0.978597 0.978597 +4473.190430 0.000000 2019.059937 0.000000 0.400469 0.000000 -0.916310 1.148407 1.148407 1.148407 +4461.465820 0.000000 2021.249023 0.000000 0.563647 0.000000 -0.826016 0.802978 0.802978 0.802978 +4458.678223 0.000000 2015.128174 0.000000 0.066904 0.000000 -0.997759 0.893552 0.893552 0.893552 +4467.318359 0.000000 2010.594604 0.000000 0.479550 0.000000 -0.877514 1.026376 1.026376 1.026376 +4471.432129 0.000000 2026.036865 0.000000 0.697539 0.000000 -0.716547 0.932345 0.932345 0.932345 +4465.324707 0.000000 2012.550415 0.000000 0.781699 0.000000 -0.623656 1.009775 1.009775 1.009775 +4474.250000 0.000000 2010.445068 0.000000 0.399546 0.000000 -0.916713 1.154478 1.154478 1.154478 +4501.705078 0.000000 1947.336426 0.000000 0.453184 0.000000 -0.891417 1.070058 1.070058 1.070058 +4528.205566 0.000000 1976.927490 0.000000 0.597369 0.000000 -0.801967 0.953524 0.953524 0.953524 +4484.458496 0.000000 1974.934692 0.000000 0.463934 0.000000 -0.885870 0.713161 0.713161 0.713161 +4536.065918 0.000000 1945.831299 0.000000 0.034697 0.000000 -0.999398 0.816957 0.816957 0.816957 +4487.671387 0.000000 1945.325317 0.000000 0.755052 0.000000 -0.655665 0.652366 0.652366 0.652366 +4495.130859 0.000000 1959.840576 0.000000 0.587056 0.000000 -0.809546 0.992664 0.992664 0.992664 +4498.127930 0.000000 1933.744751 0.000000 0.421994 0.000000 -0.906599 0.689167 0.689167 0.689167 +4538.368164 0.000000 1972.394653 0.000000 0.067224 0.000000 -0.997738 1.168740 1.168740 1.168740 +4527.722656 0.000000 1964.788452 0.000000 0.528744 0.000000 -0.848781 1.104654 1.104654 1.104654 +4511.758301 0.000000 1950.628418 0.000000 0.765810 0.000000 -0.643067 1.044468 1.044468 1.044468 +4489.400879 0.000000 1936.587891 0.000000 0.818421 0.000000 -0.574619 0.627225 0.627225 0.627225 +4506.122559 0.000000 1931.277100 0.000000 0.561280 0.000000 -0.827626 0.808572 0.808572 0.808572 +4487.979980 0.000000 1962.604004 0.000000 0.438294 0.000000 -0.898832 0.720461 0.720461 0.720461 +4536.550781 0.000000 1953.327881 0.000000 0.010762 0.000000 -0.999942 0.907830 0.907830 0.907830 +4531.456055 0.000000 1970.756958 0.000000 0.097895 0.000000 -0.995197 1.063275 1.063275 1.063275 +4541.248047 0.000000 1966.470825 0.000000 0.437183 0.000000 -0.899373 1.115863 1.115863 1.115863 +4486.215332 0.000000 1969.406372 0.000000 0.388294 0.000000 -0.921536 0.860799 0.860799 0.860799 +4515.765137 0.000000 1946.316040 0.000000 0.527751 0.000000 -0.849399 1.026583 1.026583 1.026583 +4489.641113 0.000000 1973.656616 0.000000 0.565076 0.000000 -0.825039 0.761120 0.761120 0.761120 +4516.276367 0.000000 1953.715454 0.000000 0.389400 0.000000 -0.921069 1.139427 1.139427 1.139427 +4541.212891 0.000000 1945.860474 0.000000 0.522875 0.000000 -0.852410 0.680775 0.680775 0.680775 +4497.256836 0.000000 1955.183594 0.000000 0.563556 0.000000 -0.826078 0.724273 0.724273 0.724273 +4492.552734 0.000000 1946.662842 0.000000 0.694131 0.000000 -0.719848 0.634515 0.634515 0.634515 +4496.971680 0.000000 1969.645752 0.000000 0.569731 0.000000 -0.821831 1.091753 1.091753 1.091753 +4490.351562 0.000000 1941.347656 0.000000 0.802233 0.000000 -0.597011 0.794838 0.794838 0.794838 +4505.505859 0.000000 1974.240479 0.000000 0.193452 0.000000 -0.981110 1.125462 1.125462 1.125462 +4506.364746 0.000000 1946.030029 0.000000 0.110196 0.000000 -0.993910 1.092970 1.092970 1.092970 +4514.932617 0.000000 1974.545654 0.000000 0.819566 0.000000 -0.572985 1.067755 1.067755 1.067755 +4499.771973 0.000000 1943.094238 0.000000 0.107206 0.000000 -0.994237 1.093162 1.093162 1.093162 +4512.426758 0.000000 1932.906616 0.000000 0.684304 0.000000 -0.729197 0.705520 0.705520 0.705520 +4509.237305 0.000000 1953.990967 0.000000 0.515572 0.000000 -0.856846 1.065516 1.065516 1.065516 +4525.311035 0.000000 1954.818604 0.000000 0.259280 0.000000 -0.965802 0.923245 0.923245 0.923245 +4534.381836 0.000000 1949.796387 0.000000 0.776452 0.000000 -0.630177 0.627402 0.627402 0.627402 +4491.941895 0.000000 1962.272827 0.000000 0.617743 0.000000 -0.786380 0.995729 0.995729 0.995729 +4533.013672 0.000000 1955.115112 0.000000 0.000986 0.000000 -1.000000 0.850346 0.850346 0.850346 +4516.620605 0.000000 1967.177246 0.000000 0.604163 0.000000 -0.796861 0.933268 0.933268 0.933268 +4537.910645 0.000000 1968.419800 0.000000 0.726635 0.000000 -0.687024 1.027101 1.027101 1.027101 +4510.953613 0.000000 1976.721313 0.000000 0.635281 0.000000 -0.772281 1.091866 1.091866 1.091866 +4524.412598 0.000000 1962.742432 0.000000 0.570609 0.000000 -0.821222 1.097297 1.097297 1.097297 +4497.939453 0.000000 1962.264282 0.000000 0.603889 0.000000 -0.797069 1.065365 1.065365 1.065365 +4498.579102 0.000000 1975.657593 0.000000 0.845630 0.000000 -0.533770 0.899211 0.899211 0.899211 +4509.530273 0.000000 1947.761108 0.000000 0.795101 0.000000 -0.606476 1.041484 1.041484 1.041484 +4535.060547 0.000000 1962.068481 0.000000 0.390477 0.000000 -0.920613 0.949502 0.949502 0.949502 +4531.402344 0.000000 1974.436035 0.000000 0.799668 0.000000 -0.600443 0.883555 0.883555 0.883555 +4509.392090 0.000000 1965.142212 0.000000 0.815926 0.000000 -0.578157 0.720566 0.720566 0.720566 +4514.857422 0.000000 1949.597656 0.000000 0.281852 0.000000 -0.959458 1.160733 1.160733 1.160733 +4512.449219 0.000000 1946.464111 0.000000 0.226523 0.000000 -0.974006 1.127677 1.127677 1.127677 +4521.967773 0.000000 1950.286621 0.000000 0.452485 0.000000 -0.891772 0.933599 0.933599 0.933599 +4533.860840 0.000000 1968.535156 0.000000 0.165739 0.000000 -0.986170 1.047864 1.047864 1.047864 +4518.581055 0.000000 1955.593140 0.000000 0.762783 0.000000 -0.646655 1.036834 1.036834 1.036834 +4490.072266 0.000000 1976.640747 0.000000 0.385380 0.000000 -0.922758 0.717190 0.717190 0.717190 +4530.798340 0.000000 1957.149902 0.000000 0.034230 0.000000 -0.999414 0.929946 0.929946 0.929946 +4497.360840 0.000000 1966.629150 0.000000 0.690677 0.000000 -0.723163 1.065993 1.065993 1.065993 +4508.380371 0.000000 1975.319092 0.000000 0.313807 0.000000 -0.949487 1.167795 1.167795 1.167795 +4496.939453 0.000000 1936.397461 0.000000 0.629417 0.000000 -0.777068 1.020569 1.020569 1.020569 +4508.947754 0.000000 1950.540527 0.000000 0.232750 0.000000 -0.972537 1.085045 1.085045 1.085045 +4500.984863 0.000000 1957.666748 0.000000 0.758586 0.000000 -0.651573 1.055609 1.055609 1.055609 +4541.125000 0.000000 1972.947998 0.000000 0.362220 0.000000 -0.932093 1.152235 1.152235 1.152235 +4492.721191 0.000000 1958.793579 0.000000 0.672091 0.000000 -0.740468 0.899847 0.899847 0.899847 +4513.910645 0.000000 1962.791626 0.000000 0.177511 0.000000 -0.984119 0.980835 0.980835 0.980835 +4513.412109 0.000000 1935.425903 0.000000 0.349291 0.000000 -0.937014 0.980422 0.980422 0.980422 +4502.077637 0.000000 1937.643433 0.000000 0.093187 0.000000 -0.995649 1.094059 1.094059 1.094059 +4543.976562 0.000000 1971.084106 0.000000 0.522270 0.000000 -0.852780 1.118328 1.118328 1.118328 +4499.640625 0.000000 1945.780518 0.000000 0.378632 0.000000 -0.925547 1.075279 1.075279 1.075279 +4514.111328 0.000000 1952.083984 0.000000 0.859723 0.000000 -0.510760 1.040551 1.040551 1.040551 +4491.442871 0.000000 1938.277344 0.000000 0.652717 0.000000 -0.757602 0.636829 0.636829 0.636829 +4490.235840 0.000000 1964.152954 0.000000 0.324753 0.000000 -0.945799 1.133808 1.133808 1.133808 +4507.698730 0.000000 1966.968140 0.000000 0.860474 0.000000 -0.509495 0.712617 0.712617 0.712617 +4526.693848 0.000000 1952.527344 0.000000 0.423141 0.000000 -0.906064 0.732993 0.732993 0.732993 +4513.641602 0.000000 1938.547363 0.000000 0.618838 0.000000 -0.785519 1.084194 1.084194 1.084194 +4494.401855 0.000000 1962.164551 0.000000 0.580646 0.000000 -0.814156 0.984733 0.984733 0.984733 +4508.944336 0.000000 1956.336182 0.000000 0.369228 0.000000 -0.929339 1.136664 1.136664 1.136664 +4523.596680 0.000000 1969.010254 0.000000 0.165258 0.000000 -0.986250 1.129810 1.129810 1.129810 +4536.630371 0.000000 1973.923706 0.000000 0.172720 0.000000 -0.984971 1.090776 1.090776 1.090776 +4515.522949 0.000000 1965.114624 0.000000 0.475606 0.000000 -0.879658 0.909961 0.909961 0.909961 +4533.789062 0.000000 1963.912476 0.000000 0.612569 0.000000 -0.790417 0.893118 0.893118 0.893118 +4497.493164 0.000000 1964.441528 0.000000 0.773747 0.000000 -0.633495 1.078617 1.078617 1.078617 +4527.085449 0.000000 1959.296875 0.000000 0.687335 0.000000 -0.726341 0.929893 0.929893 0.929893 +4537.072754 0.000000 1970.585815 0.000000 0.396851 0.000000 -0.917883 1.067282 1.067282 1.067282 +4543.374512 0.000000 1960.564209 0.000000 0.135195 0.000000 -0.990819 1.193490 1.193490 1.193490 +4525.465820 0.000000 1964.764648 0.000000 0.612915 0.000000 -0.790149 1.080999 1.080999 1.080999 +4512.801270 0.000000 1948.783936 0.000000 0.212940 0.000000 -0.977065 1.086339 1.086339 1.086339 +4516.342285 0.000000 1976.137451 0.000000 0.802828 0.000000 -0.596211 1.071854 1.071854 1.071854 +4504.641113 0.000000 1976.193237 0.000000 0.621482 0.000000 -0.783428 1.109893 1.109893 1.109893 +4500.821777 0.000000 1951.579712 0.000000 0.854790 0.000000 -0.518974 1.061710 1.061710 1.061710 +4539.003418 0.000000 1966.478394 0.000000 0.553388 0.000000 -0.832924 1.091857 1.091857 1.091857 +4507.966309 0.000000 1930.081909 0.000000 0.572257 0.000000 -0.820075 0.806432 0.806432 0.806432 +4493.139648 0.000000 1964.013428 0.000000 0.541259 0.000000 -0.840856 1.118950 1.118950 1.118950 +4504.887695 0.000000 1962.068970 0.000000 0.335288 0.000000 -0.942116 1.107325 1.107325 1.107325 +4541.382324 0.000000 1950.771118 0.000000 0.345831 0.000000 -0.938297 0.928228 0.928228 0.928228 +4520.199219 0.000000 1951.314697 0.000000 0.342345 0.000000 -0.939574 0.953094 0.953094 0.953094 +4523.407227 0.000000 1964.696777 0.000000 0.665664 0.000000 -0.746252 1.088153 1.088153 1.088153 +4505.598145 0.000000 1944.100342 0.000000 0.112402 0.000000 -0.993663 1.092829 1.092829 1.092829 +4520.389160 0.000000 1974.099121 0.000000 0.796246 0.000000 -0.604974 0.997025 0.997025 0.997025 +4530.750488 0.000000 1961.021973 0.000000 0.781313 0.000000 -0.624140 0.869121 0.869121 0.869121 +4533.101074 0.000000 1965.794312 0.000000 0.793343 0.000000 -0.608775 0.880438 0.880438 0.880438 +4533.007812 0.000000 1961.619141 0.000000 0.762213 0.000000 -0.647327 0.859434 0.859434 0.859434 +4537.129395 0.000000 1959.287354 0.000000 0.252576 0.000000 -0.967577 1.051639 1.051639 1.051639 +4541.282227 0.000000 1964.423950 0.000000 0.651153 0.000000 -0.758946 1.078025 1.078025 1.078025 +4501.843750 0.000000 1970.753418 0.000000 0.493377 0.000000 -0.869816 1.089572 1.089572 1.089572 +4497.033691 0.000000 1960.429565 0.000000 0.447005 0.000000 -0.894532 0.953731 0.953731 0.953731 +4520.567383 0.000000 1955.152100 0.000000 0.356741 0.000000 -0.934203 1.056522 1.056522 1.056522 +4510.288086 0.000000 1974.931152 0.000000 0.807792 0.000000 -0.589467 1.081681 1.081681 1.081681 +4508.720215 0.000000 1960.977905 0.000000 0.222228 0.000000 -0.974995 1.052139 1.052139 1.052139 +4527.350098 0.000000 1975.211792 0.000000 0.590741 0.000000 -0.806861 0.964205 0.964205 0.964205 +4514.177734 0.000000 1947.401855 0.000000 0.171796 0.000000 -0.985133 1.086611 1.086611 1.086611 +4533.449707 0.000000 1970.360229 0.000000 0.746316 0.000000 -0.665591 0.930459 0.930459 0.930459 +4514.967773 0.000000 1955.211426 0.000000 0.112249 0.000000 -0.993680 1.129974 1.129974 1.129974 +4516.742188 0.000000 1973.673950 0.000000 0.694868 0.000000 -0.719137 1.002451 1.002451 1.002451 +4504.332520 0.000000 1955.673218 0.000000 0.342962 0.000000 -0.939349 1.147199 1.147199 1.147199 +4507.504395 0.000000 1934.447144 0.000000 0.787600 0.000000 -0.616187 1.042265 1.042265 1.042265 +4540.180664 0.000000 1954.571289 0.000000 0.570249 0.000000 -0.821472 1.088838 1.088838 1.088838 +4507.849121 0.000000 1947.074341 0.000000 0.130277 0.000000 -0.991478 1.091683 1.091683 1.091683 +4513.433594 0.000000 1956.272339 0.000000 0.423265 0.000000 -0.906006 1.099349 1.099349 1.099349 +4505.034668 0.000000 1952.415283 0.000000 0.662482 0.000000 -0.749078 1.075461 1.075461 1.075461 +4506.057129 0.000000 1955.931885 0.000000 0.409846 0.000000 -0.912155 1.100643 1.100643 1.100643 +4499.070801 0.000000 1963.836548 0.000000 0.115887 0.000000 -0.993262 1.171048 1.171048 1.171048 +4542.675293 0.000000 1972.219849 0.000000 0.639127 0.000000 -0.769101 1.122890 1.122890 1.122890 +4500.433105 0.000000 1937.483276 0.000000 0.640021 0.000000 -0.768357 1.055785 1.055785 1.055785 +4509.380859 0.000000 1939.866455 0.000000 0.850465 0.000000 -0.526031 1.035264 1.035264 1.035264 +4505.632324 0.000000 1935.686279 0.000000 0.381897 0.000000 -0.924205 1.075054 1.075054 1.075054 +4509.938965 0.000000 1937.002197 0.000000 0.733820 0.000000 -0.679344 1.047547 1.047547 1.047547 +4545.017578 0.000000 1947.161865 0.000000 0.361681 0.000000 -0.932302 0.676713 0.676713 0.676713 +4545.884766 0.000000 1971.521240 0.000000 0.822714 0.000000 -0.568456 1.066965 1.066965 1.066965 +4544.156738 0.000000 1975.368896 0.000000 0.263653 0.000000 -0.964618 1.159224 1.159224 1.159224 +4552.908691 0.000000 1966.368774 0.000000 0.015784 0.000000 -0.999875 1.124617 1.124617 1.124617 +4557.506836 0.000000 1956.283203 0.000000 0.859864 0.000000 -0.510523 0.586879 0.586879 0.586879 +4565.502930 0.000000 1968.787964 0.000000 0.205883 0.000000 -0.978577 0.724145 0.724145 0.724145 +4553.866211 0.000000 1959.541138 0.000000 0.808541 0.000000 -0.588440 1.072093 1.072093 1.072093 +4544.009766 0.000000 1962.661255 0.000000 0.019231 0.000000 -0.999815 1.202552 1.202552 1.202552 +4553.278320 0.000000 1970.552368 0.000000 0.344409 0.000000 -0.938820 1.157971 1.157971 1.157971 +4547.510742 0.000000 1967.396729 0.000000 0.142361 0.000000 -0.989815 1.173276 1.173276 1.173276 +4550.057129 0.000000 1965.406494 0.000000 0.119297 0.000000 -0.992859 1.114125 1.114125 1.114125 +4565.934570 0.000000 1975.280762 0.000000 0.369797 0.000000 -0.929112 0.919151 0.919151 0.919151 +4550.395508 0.000000 1950.524414 0.000000 0.173722 0.000000 -0.984795 0.710708 0.710708 0.710708 +4546.822754 0.000000 1954.436890 0.000000 0.180533 0.000000 -0.983569 1.192495 1.192495 1.192495 +4558.650879 0.000000 1970.809570 0.000000 0.581946 0.000000 -0.813228 1.116371 1.116371 1.116371 +4554.235840 0.000000 1964.152954 0.000000 0.489255 0.000000 -0.872141 1.091261 1.091261 1.091261 +4548.384766 0.000000 1971.241455 0.000000 0.410183 0.000000 -0.912003 1.156826 1.156826 1.156826 +4546.575684 0.000000 1961.595825 0.000000 0.562420 0.000000 -0.826852 1.104262 1.104262 1.104262 +4546.311035 0.000000 1957.079834 0.000000 0.801967 0.000000 -0.597368 1.066650 1.066650 1.066650 +4546.269043 0.000000 1973.902588 0.000000 0.404505 0.000000 -0.914536 1.137578 1.137578 1.137578 +4545.042969 0.000000 1952.969849 0.000000 0.026534 0.000000 -0.999648 1.134654 1.134654 1.134654 +4552.237305 0.000000 1968.495361 0.000000 0.773730 0.000000 -0.633515 1.065260 1.065260 1.065260 +4550.953125 0.000000 1956.078979 0.000000 0.530117 0.000000 -0.847924 1.111425 1.111425 1.111425 +4547.385254 0.000000 1958.903198 0.000000 0.573695 0.000000 -0.819069 1.098482 1.098482 1.098482 +4550.997070 0.000000 1960.725708 0.000000 0.834289 0.000000 -0.551327 1.048547 1.048547 1.048547 +4553.808105 0.000000 1961.635864 0.000000 0.226334 0.000000 -0.974050 1.119651 1.119651 1.119651 +4559.590332 0.000000 1972.565186 0.000000 0.843567 0.000000 -0.537024 1.016395 1.016395 1.016395 +4552.076660 0.000000 1964.522095 0.000000 0.258707 0.000000 -0.965956 1.106872 1.106872 1.106872 +4560.905273 0.000000 1974.368164 0.000000 0.525004 0.000000 -0.851100 1.053697 1.053697 1.053697 +4548.679688 0.000000 1973.083740 0.000000 0.622110 0.000000 -0.782930 1.092161 1.092161 1.092161 +4545.726074 0.000000 1963.373169 0.000000 0.642195 0.000000 -0.766541 1.105455 1.105455 1.105455 +4552.859375 0.000000 1957.955811 0.000000 0.401192 0.000000 -0.915994 1.075222 1.075222 1.075222 +4545.843750 0.000000 1966.848389 0.000000 0.423482 0.000000 -0.905904 1.118101 1.118101 1.118101 +4551.784180 0.000000 1973.785156 0.000000 0.527345 0.000000 -0.849651 1.096441 1.096441 1.096441 +4556.919922 0.000000 1970.504517 0.000000 0.553954 0.000000 -0.832547 1.128931 1.128931 1.128931 +4551.260254 0.000000 1967.073242 0.000000 0.527453 0.000000 -0.849584 1.096564 1.096564 1.096564 +4544.525879 0.000000 1957.771851 0.000000 0.056783 0.000000 -0.998387 1.162151 1.162151 1.162151 +4552.627441 0.000000 1960.493164 0.000000 0.080469 0.000000 -0.996757 1.132820 1.132820 1.132820 +4500.968750 0.000000 2029.078247 0.000000 0.523052 0.000000 -0.852301 1.122352 1.122352 1.122352 +4501.705078 0.000000 2003.820801 0.000000 0.119010 0.000000 -0.992893 1.138065 1.138065 1.138065 +4528.205566 0.000000 2033.411865 0.000000 0.853346 0.000000 -0.521344 1.046415 1.046415 1.046415 +4484.458496 0.000000 2031.419067 0.000000 0.392163 0.000000 -0.919896 1.143573 1.143573 1.143573 +4511.453613 0.000000 1993.683228 0.000000 0.310162 0.000000 -0.950684 0.837985 0.837985 0.837985 +4495.130859 0.000000 2016.324951 0.000000 0.769154 0.000000 -0.639064 0.934281 0.934281 0.934281 +4538.368164 0.000000 2028.879028 0.000000 0.439668 0.000000 -0.898161 1.146216 1.146216 1.146216 +4527.722656 0.000000 2021.272827 0.000000 0.429570 0.000000 -0.903033 1.096135 1.096135 1.096135 +4529.272949 0.000000 2010.578003 0.000000 0.748975 0.000000 -0.662598 0.778434 0.778434 0.778434 +4491.959473 0.000000 2025.443970 0.000000 0.129889 0.000000 -0.991529 1.115444 1.115444 1.115444 +4543.487305 0.000000 2007.180786 0.000000 0.706991 0.000000 -0.707222 1.100609 1.100609 1.100609 +4500.569336 0.000000 1982.339600 0.000000 0.006573 0.000000 -0.999978 1.129449 1.129449 1.129449 +4488.407715 0.000000 1984.765503 0.000000 0.349537 0.000000 -0.936923 0.692260 0.692260 0.692260 +4510.236816 0.000000 2029.483032 0.000000 0.004463 0.000000 -0.999990 0.806773 0.806773 0.806773 +4528.541992 0.000000 1999.538330 0.000000 0.078493 0.000000 -0.996915 0.718495 0.718495 0.718495 +4495.272949 0.000000 1998.871704 0.000000 0.829012 0.000000 -0.559231 1.037781 1.037781 1.037781 +4541.512207 0.000000 1976.979248 0.000000 0.808328 0.000000 -0.588732 1.081563 1.081563 1.081563 +4521.260742 0.000000 2021.175293 0.000000 0.666311 0.000000 -0.745674 0.766669 0.766669 0.766669 +4505.621582 0.000000 2024.828003 0.000000 0.478564 0.000000 -0.878053 0.657735 0.657735 0.657735 +4541.292480 0.000000 1989.512085 0.000000 0.738165 0.000000 -0.674620 0.672559 0.672559 0.672559 +4511.826172 0.000000 1985.075562 0.000000 0.707076 0.000000 -0.707138 1.088539 1.088539 1.088539 +4541.248047 0.000000 2022.955200 0.000000 0.046999 0.000000 -0.998895 1.179518 1.179518 1.179518 +4524.062988 0.000000 1985.942261 0.000000 0.401739 0.000000 -0.915754 1.012987 1.012987 1.012987 +4486.215332 0.000000 2025.890747 0.000000 0.215010 0.000000 -0.976612 1.105396 1.105396 1.105396 +4515.765137 0.000000 2002.800415 0.000000 0.553177 0.000000 -0.833064 0.665557 0.665557 0.665557 +4506.074219 0.000000 2007.469604 0.000000 0.519879 0.000000 -0.854240 1.131158 1.131158 1.131158 +4503.491699 0.000000 1977.584595 0.000000 0.520303 0.000000 -0.853982 1.122815 1.122815 1.122815 +4489.641113 0.000000 2030.140991 0.000000 0.466253 0.000000 -0.884652 1.070747 1.070747 1.070747 +4497.256836 0.000000 2011.667969 0.000000 0.001884 0.000000 -0.999998 1.208745 1.208745 1.208745 +4516.045898 0.000000 1982.228027 0.000000 0.671321 0.000000 -0.741167 1.060964 1.060964 1.060964 +4492.552734 0.000000 2003.147217 0.000000 0.559907 0.000000 -0.828556 1.108976 1.108976 1.108976 +4489.063965 0.000000 2007.415161 0.000000 0.424483 0.000000 -0.905436 0.828709 0.828709 0.828709 +4524.083496 0.000000 1997.014160 0.000000 0.851041 0.000000 -0.525099 0.585087 0.585087 0.585087 +4498.283691 0.000000 1978.085815 0.000000 0.164851 0.000000 -0.986318 1.011310 1.011310 1.011310 +4494.875488 0.000000 2021.715210 0.000000 0.229791 0.000000 -0.973240 1.175991 1.175991 1.175991 +4506.709961 0.000000 2013.993042 0.000000 0.347259 0.000000 -0.937769 0.994795 0.994795 0.994795 +4502.937012 0.000000 1991.380493 0.000000 0.179827 0.000000 -0.983698 1.080998 1.080998 1.080998 +4514.932617 0.000000 2031.030029 0.000000 0.613822 0.000000 -0.789444 0.665942 0.665942 0.665942 +4515.991211 0.000000 1992.679565 0.000000 0.684075 0.000000 -0.729412 0.627654 0.627654 0.627654 +4498.817383 0.000000 2007.396973 0.000000 0.015375 0.000000 -0.999882 1.178238 1.178238 1.178238 +4505.237793 0.000000 1983.112061 0.000000 0.608506 0.000000 -0.793549 1.110529 1.110529 1.110529 +4534.173828 0.000000 1983.137329 0.000000 0.643511 0.000000 -0.765437 1.066478 1.066478 1.066478 +4533.994141 0.000000 1998.239258 0.000000 0.619871 0.000000 -0.784704 0.647647 0.647647 0.647647 +4501.668945 0.000000 1986.742065 0.000000 0.653771 0.000000 -0.756692 0.974554 0.974554 0.974554 +4520.015625 0.000000 1984.581665 0.000000 0.013597 0.000000 -0.999908 1.098650 1.098650 1.098650 +4509.237305 0.000000 2010.475342 0.000000 0.797103 0.000000 -0.603843 0.825906 0.825906 0.825906 +4511.334473 0.000000 2017.938599 0.000000 0.707667 0.000000 -0.706546 0.623699 0.623699 0.623699 +4525.311035 0.000000 2011.302979 0.000000 0.118740 0.000000 -0.992925 0.864066 0.864066 0.864066 +4534.381836 0.000000 2006.280762 0.000000 0.166103 0.000000 -0.986108 0.791233 0.791233 0.791233 +4542.624512 0.000000 1985.773315 0.000000 0.365295 0.000000 -0.930892 1.046240 1.046240 1.046240 +4525.375000 0.000000 2001.874756 0.000000 0.433551 0.000000 -0.901129 0.680311 0.680311 0.680311 +4491.941895 0.000000 2018.757202 0.000000 0.443583 0.000000 -0.896233 0.850980 0.850980 0.850980 +4488.908691 0.000000 2022.853149 0.000000 0.561625 0.000000 -0.827392 1.024747 1.024747 1.024747 +4533.013672 0.000000 2011.599487 0.000000 0.847482 0.000000 -0.530824 0.736820 0.736820 0.736820 +4521.322754 0.000000 2025.228760 0.000000 0.370587 0.000000 -0.928798 0.843319 0.843319 0.843319 +4516.620605 0.000000 2023.661621 0.000000 0.773992 0.000000 -0.633196 0.618372 0.618372 0.618372 +4537.910645 0.000000 2024.904175 0.000000 0.507541 0.000000 -0.861627 0.894206 0.894206 0.894206 +4501.502930 0.000000 2025.272339 0.000000 0.802432 0.000000 -0.596743 1.004583 1.004583 1.004583 +4503.293457 0.000000 2000.517944 0.000000 0.513830 0.000000 -0.857892 1.102715 1.102715 1.102715 +4509.530273 0.000000 2004.245483 0.000000 0.326800 0.000000 -0.945094 1.108685 1.108685 1.108685 +4520.974609 0.000000 1988.474731 0.000000 0.332786 0.000000 -0.943002 0.854985 0.854985 0.854985 +4527.145508 0.000000 1995.100952 0.000000 0.729760 0.000000 -0.683703 0.772901 0.772901 0.772901 +4498.190430 0.000000 1986.475342 0.000000 0.167319 0.000000 -0.985903 1.043092 1.043092 1.043092 +4509.392090 0.000000 2021.626587 0.000000 0.684278 0.000000 -0.729221 0.632507 0.632507 0.632507 +4526.042969 0.000000 1982.807739 0.000000 0.693601 0.000000 -0.720360 0.989038 0.989038 0.989038 +4532.003906 0.000000 1980.280640 0.000000 0.457074 0.000000 -0.889428 1.061342 1.061342 1.061342 +4518.346680 0.000000 2031.210815 0.000000 0.755746 0.000000 -0.654865 0.684249 0.684249 0.684249 +4527.917480 0.000000 2013.735107 0.000000 0.661814 0.000000 -0.749668 0.949577 0.949577 0.949577 +4538.305176 0.000000 2020.934570 0.000000 0.408878 0.000000 -0.912589 0.897437 0.897437 0.897437 +4508.431641 0.000000 1984.460938 0.000000 0.463734 0.000000 -0.885974 1.147572 1.147572 1.147572 +4541.611816 0.000000 2015.712769 0.000000 0.264655 0.000000 -0.964343 1.049657 1.049657 1.049657 +4532.014648 0.000000 1985.796387 0.000000 0.595776 0.000000 -0.803151 0.995527 0.995527 0.995527 +4480.894531 0.000000 2007.253296 0.000000 0.639602 0.000000 -0.768706 0.730636 0.730636 0.730636 +4522.288574 0.000000 2000.100952 0.000000 0.035239 0.000000 -0.999379 0.762791 0.762791 0.762791 +4491.406250 0.000000 2010.023926 0.000000 0.455927 0.000000 -0.890017 0.754494 0.754494 0.754494 +4538.028320 0.000000 1990.051758 0.000000 0.309601 0.000000 -0.950867 0.693317 0.693317 0.693317 +4531.759277 0.000000 2008.317993 0.000000 0.752821 0.000000 -0.658225 0.632043 0.632043 0.632043 +4507.595215 0.000000 2027.476807 0.000000 0.709046 0.000000 -0.705162 0.642734 0.642734 0.642734 +4525.386719 0.000000 2031.660156 0.000000 0.512081 0.000000 -0.858937 1.082799 1.082799 1.082799 +4486.724121 0.000000 2010.460571 0.000000 0.023608 0.000000 -0.999721 0.748560 0.748560 0.748560 +4504.572266 0.000000 2016.417480 0.000000 0.106377 0.000000 -0.994326 1.075218 1.075218 1.075218 +4522.835938 0.000000 1982.959351 0.000000 0.844660 0.000000 -0.535303 0.946759 0.946759 0.946759 +4521.967773 0.000000 2006.770996 0.000000 0.516001 0.000000 -0.856588 0.672955 0.672955 0.672955 +4505.661133 0.000000 1980.019287 0.000000 0.084879 0.000000 -0.996391 1.154682 1.154682 1.154682 +4489.278320 0.000000 2027.036743 0.000000 0.649260 0.000000 -0.760567 1.077022 1.077022 1.077022 +4483.510742 0.000000 2023.881104 0.000000 0.143084 0.000000 -0.989711 0.789268 0.789268 0.789268 +4491.486816 0.000000 1985.512695 0.000000 0.307082 0.000000 -0.951683 0.707865 0.707865 0.707865 +4521.676758 0.000000 1995.020142 0.000000 0.765677 0.000000 -0.643226 0.621145 0.621145 0.621145 +4497.722656 0.000000 2029.130493 0.000000 0.062289 0.000000 -0.998058 1.096032 1.096032 1.096032 +4518.581055 0.000000 2012.077515 0.000000 0.644819 0.000000 -0.764336 0.628692 0.628692 0.628692 +4538.631836 0.000000 2012.089600 0.000000 0.036592 0.000000 -0.999330 1.068617 1.068617 1.068617 +4538.504395 0.000000 2000.712036 0.000000 0.790400 0.000000 -0.612591 0.600492 0.600492 0.600492 +4492.112305 0.000000 1991.859863 0.000000 0.235383 0.000000 -0.971903 1.160760 1.160760 1.160760 +4513.448730 0.000000 2000.249878 0.000000 0.628122 0.000000 -0.778115 0.674253 0.674253 0.674253 +4487.437500 0.000000 2031.996704 0.000000 0.248291 0.000000 -0.968686 1.135430 1.135430 1.135430 +4492.083496 0.000000 2022.467041 0.000000 0.820803 0.000000 -0.571211 1.065116 1.065116 1.065116 +4537.384766 0.000000 2033.204834 0.000000 0.585015 0.000000 -0.811022 0.913213 0.913213 0.913213 +4516.575195 0.000000 1979.342163 0.000000 0.744550 0.000000 -0.667566 1.101277 1.101277 1.101277 +4501.235840 0.000000 1996.814209 0.000000 0.715980 0.000000 -0.698121 1.075820 1.075820 1.075820 +4519.591309 0.000000 2018.789185 0.000000 0.555665 0.000000 -0.831406 0.648880 0.648880 0.648880 +4500.984863 0.000000 2014.151123 0.000000 0.222903 0.000000 -0.974841 1.138111 1.138111 1.138111 +4490.329590 0.000000 2001.657715 0.000000 0.740840 0.000000 -0.671681 1.077775 1.077775 1.077775 +4523.601562 0.000000 2029.853149 0.000000 0.458585 0.000000 -0.888650 1.078421 1.078421 1.078421 +4488.173828 0.000000 1999.219482 0.000000 0.578712 0.000000 -0.815532 1.091582 1.091582 1.091582 +4494.389160 0.000000 2010.337891 0.000000 0.864655 0.000000 -0.502367 0.940694 0.940694 0.940694 +4543.697754 0.000000 2021.677246 0.000000 0.054059 0.000000 -0.998538 1.170693 1.170693 1.170693 +4503.339844 0.000000 2009.360596 0.000000 0.511609 0.000000 -0.859219 1.081295 1.081295 1.081295 +4527.339355 0.000000 1977.199097 0.000000 0.271326 0.000000 -0.962487 1.021460 1.021460 1.021460 +4482.552734 0.000000 2033.029297 0.000000 0.603170 0.000000 -0.797613 0.880405 0.880405 0.880405 +4523.659668 0.000000 2013.132812 0.000000 0.324950 0.000000 -0.945731 0.897101 0.897101 0.897101 +4523.095215 0.000000 1991.271729 0.000000 0.773887 0.000000 -0.633324 0.695502 0.695502 0.695502 +4503.935547 0.000000 2014.008301 0.000000 0.695803 0.000000 -0.718233 1.096619 1.096619 1.096619 +4504.077637 0.000000 1986.349609 0.000000 0.849750 0.000000 -0.527186 0.968589 0.968589 0.968589 +4487.143066 0.000000 2004.337646 0.000000 0.749528 0.000000 -0.661973 0.773246 0.773246 0.773246 +4536.742188 0.000000 2006.847046 0.000000 0.668177 0.000000 -0.744002 0.952895 0.952895 0.952895 +4541.251953 0.000000 1983.767700 0.000000 0.832457 0.000000 -0.554090 1.057620 1.057620 1.057620 +4543.510742 0.000000 2001.689819 0.000000 0.278726 0.000000 -0.960371 1.132797 1.132797 1.132797 +4513.365723 0.000000 1987.127930 0.000000 0.281707 0.000000 -0.959500 0.996611 0.996611 0.996611 +4526.782227 0.000000 2019.017212 0.000000 0.600033 0.000000 -0.799975 1.061731 1.061731 1.061731 +4510.816895 0.000000 1991.390869 0.000000 0.812484 0.000000 -0.582984 0.756990 0.756990 0.756990 +4536.630371 0.000000 2030.408081 0.000000 0.208913 0.000000 -0.977934 1.031767 1.031767 1.031767 +4503.885254 0.000000 2002.733276 0.000000 0.294485 0.000000 -0.955656 1.113358 1.113358 1.113358 +4486.475098 0.000000 1991.543823 0.000000 0.459928 0.000000 -0.887956 0.743001 0.743001 0.743001 +4507.203125 0.000000 2016.270874 0.000000 0.108448 0.000000 -0.994102 0.933143 0.933143 0.933143 +4482.026855 0.000000 2025.579346 0.000000 0.342960 0.000000 -0.939350 0.858403 0.858403 0.858403 +4529.314941 0.000000 2019.651367 0.000000 0.213454 0.000000 -0.976953 1.088601 1.088601 1.088601 +4499.576660 0.000000 2012.404785 0.000000 0.289564 0.000000 -0.957159 1.146336 1.146336 1.146336 +4534.255859 0.000000 1985.713135 0.000000 0.054031 0.000000 -0.998539 1.130420 1.130420 1.130420 +4529.031738 0.000000 2023.291626 0.000000 0.686379 0.000000 -0.727244 1.026831 1.026831 1.026831 +4489.322266 0.000000 1995.920776 0.000000 0.039364 0.000000 -0.999225 1.153056 1.153056 1.153056 +4520.647949 0.000000 1978.279785 0.000000 0.757401 0.000000 -0.652951 1.042543 1.042543 1.042543 +4535.867676 0.000000 2024.184814 0.000000 0.022239 0.000000 -0.999753 0.890169 0.890169 0.890169 +4522.281250 0.000000 2019.164917 0.000000 0.340365 0.000000 -0.940293 1.023529 1.023529 1.023529 +4536.246582 0.000000 1979.810059 0.000000 0.066782 0.000000 -0.997768 1.164870 1.164870 1.164870 +4527.436035 0.000000 2011.674438 0.000000 0.002424 0.000000 -0.999997 0.924793 0.924793 0.924793 +4507.966309 0.000000 1986.566284 0.000000 0.178813 0.000000 -0.983883 1.094104 1.094104 1.094104 +4539.529785 0.000000 1977.600098 0.000000 0.710745 0.000000 -0.703450 1.105003 1.105003 1.105003 +4497.219727 0.000000 1988.411865 0.000000 0.317347 0.000000 -0.948309 1.114368 1.114368 1.114368 +4498.979980 0.000000 2016.966919 0.000000 0.663533 0.000000 -0.748147 1.101925 1.101925 1.101925 +4522.638672 0.000000 2027.385742 0.000000 0.656382 0.000000 -0.754429 0.955414 0.955414 0.955414 +4520.389160 0.000000 2030.583496 0.000000 0.114651 0.000000 -0.993406 1.010135 1.010135 1.010135 +4530.750488 0.000000 2017.506348 0.000000 0.499106 0.000000 -0.866541 1.058336 1.058336 1.058336 +4499.236816 0.000000 1988.276245 0.000000 0.415785 0.000000 -0.909463 1.068426 1.068426 1.068426 +4528.914551 0.000000 1994.136719 0.000000 0.580766 0.000000 -0.814070 0.933208 0.933208 0.933208 +4527.882812 0.000000 1981.976807 0.000000 0.357273 0.000000 -0.934000 1.043148 1.043148 1.043148 +4530.216309 0.000000 2021.497925 0.000000 0.544463 0.000000 -0.838785 0.977860 0.977860 0.977860 +4495.590332 0.000000 2029.049561 0.000000 0.423004 0.000000 -0.906128 1.072195 1.072195 1.072195 +4530.709961 0.000000 1991.042969 0.000000 0.537490 0.000000 -0.843270 1.011257 1.011257 1.011257 +4530.317871 0.000000 1981.406250 0.000000 0.275845 0.000000 -0.961202 1.034346 1.034346 1.034346 +4520.756348 0.000000 1982.419678 0.000000 0.698195 0.000000 -0.715907 1.019825 1.019825 1.019825 +4484.166992 0.000000 2025.717651 0.000000 0.237623 0.000000 -0.971358 1.013264 1.013264 1.013264 +4495.228516 0.000000 2003.965332 0.000000 0.488530 0.000000 -0.872547 1.107216 1.107216 1.107216 +4509.096680 0.000000 1977.349365 0.000000 0.151807 0.000000 -0.988410 1.156163 1.156163 1.156163 +4493.704590 0.000000 1989.779785 0.000000 0.656717 0.000000 -0.754137 0.969306 0.969306 0.969306 +4523.628906 0.000000 2017.344238 0.000000 0.818770 0.000000 -0.574121 0.935368 0.935368 0.935368 +4495.325195 0.000000 2011.961548 0.000000 0.611550 0.000000 -0.791206 1.001525 1.001525 1.001525 +4503.366211 0.000000 1979.605835 0.000000 0.580934 0.000000 -0.813951 1.123212 1.123212 1.123212 +4490.618164 0.000000 2028.396362 0.000000 0.693310 0.000000 -0.720639 1.051230 1.051230 1.051230 +4522.257812 0.000000 1979.215576 0.000000 0.580530 0.000000 -0.814239 1.021150 1.021150 1.021150 +4505.304688 0.000000 1977.946777 0.000000 0.626620 0.000000 -0.779325 1.109090 1.109090 1.109090 +4502.981445 0.000000 2005.177734 0.000000 0.292834 0.000000 -0.956163 1.096343 1.096343 1.096343 +4501.452637 0.000000 1998.936035 0.000000 0.078501 0.000000 -0.996914 1.144172 1.144172 1.144172 +4507.120117 0.000000 1978.901733 0.000000 0.729537 0.000000 -0.683941 1.070510 1.070510 1.070510 +4507.849121 0.000000 2003.558716 0.000000 0.586525 0.000000 -0.809931 1.102522 1.102522 1.102522 +4517.372070 0.000000 1981.017700 0.000000 0.484275 0.000000 -0.874916 1.145151 1.145151 1.145151 +4492.919922 0.000000 2026.988892 0.000000 0.182150 0.000000 -0.983271 1.088339 1.088339 1.088339 +4523.722656 0.000000 2032.276367 0.000000 0.432170 0.000000 -0.901792 1.145624 1.145624 1.145624 +4486.073242 0.000000 2030.740601 0.000000 0.410547 0.000000 -0.911840 1.117768 1.117768 1.117768 +4514.937012 0.000000 1978.737793 0.000000 0.801815 0.000000 -0.597572 1.080108 1.080108 1.080108 +4505.034668 0.000000 2008.899658 0.000000 0.555020 0.000000 -0.831837 1.108161 1.108161 1.108161 +4492.970703 0.000000 2023.938965 0.000000 0.231890 0.000000 -0.972742 1.143171 1.143171 1.143171 +4506.957520 0.000000 1983.579956 0.000000 0.268352 0.000000 -0.963321 1.131354 1.131354 1.131354 +4493.306641 0.000000 2001.504639 0.000000 0.334670 0.000000 -0.942336 1.089326 1.089326 1.089326 +4498.442383 0.000000 1991.969727 0.000000 0.319982 0.000000 -0.947424 1.174382 1.174382 1.174382 +4496.583984 0.000000 2015.309204 0.000000 0.049716 0.000000 -0.998763 1.210756 1.210756 1.210756 +4505.349609 0.000000 1996.903809 0.000000 0.132615 0.000000 -0.991168 1.188449 1.188449 1.188449 +4491.377441 0.000000 1996.496704 0.000000 0.849778 0.000000 -0.527141 1.048654 1.048654 1.048654 +4491.256348 0.000000 2029.986450 0.000000 0.810020 0.000000 -0.586403 1.039891 1.039891 1.039891 +4493.642090 0.000000 1998.604736 0.000000 0.566289 0.000000 -0.824207 1.061676 1.061676 1.061676 +4494.057129 0.000000 2028.788940 0.000000 0.260875 0.000000 -0.965373 1.083198 1.083198 1.083198 +4494.469238 0.000000 1995.611694 0.000000 0.520333 0.000000 -0.853963 1.065162 1.065162 1.065162 +4496.278320 0.000000 1997.672363 0.000000 0.492917 0.000000 -0.870076 1.067186 1.067186 1.067186 +4497.817871 0.000000 1996.114258 0.000000 0.791236 0.000000 -0.611511 1.041888 1.041888 1.041888 +4540.104492 0.000000 2030.606812 0.000000 0.723038 0.000000 -0.690808 1.058830 1.058830 1.058830 +4495.453125 0.000000 2025.928345 0.000000 0.705386 0.000000 -0.708823 1.050155 1.050155 1.050155 +4548.458496 0.000000 2031.419067 0.000000 0.584188 0.000000 -0.811618 1.038316 1.038316 1.038316 +4575.453613 0.000000 1993.683228 0.000000 0.380444 0.000000 -0.924804 0.788993 0.788993 0.788993 +4553.400879 0.000000 1993.072266 0.000000 0.227503 0.000000 -0.973777 0.728540 0.728540 0.728540 +4581.432617 0.000000 1987.980225 0.000000 0.131961 0.000000 -0.991255 0.748329 0.748329 0.748329 +4559.272949 0.000000 1998.871704 0.000000 0.204656 0.000000 -0.978834 0.750926 0.750926 0.750926 +4570.122559 0.000000 1987.761475 0.000000 0.211400 0.000000 -0.977400 0.960747 0.960747 0.960747 +4575.826172 0.000000 1985.075562 0.000000 0.788101 0.000000 -0.615545 1.091875 1.091875 1.091875 +4567.491699 0.000000 1977.584595 0.000000 0.148179 0.000000 -0.988961 0.722069 0.722069 0.722069 +4562.283691 0.000000 1978.085815 0.000000 0.678237 0.000000 -0.734844 0.701529 0.701529 0.701529 +4569.237793 0.000000 1983.112061 0.000000 0.621501 0.000000 -0.783413 0.652026 0.652026 0.652026 +4576.426758 0.000000 1989.390991 0.000000 0.713878 0.000000 -0.700270 1.087147 1.087147 1.087147 +4571.131348 0.000000 1993.074341 0.000000 0.481526 0.000000 -0.876432 0.859258 0.859258 0.859258 +4571.932617 0.000000 1997.222778 0.000000 0.243781 0.000000 -0.969830 0.755447 0.755447 0.755447 +4544.514160 0.000000 1993.033936 0.000000 0.032562 0.000000 -0.999470 0.790900 0.790900 0.790900 +4550.424805 0.000000 1997.313232 0.000000 0.387430 0.000000 -0.921899 0.673504 0.673504 0.673504 +4576.618164 0.000000 1980.318726 0.000000 0.589354 0.000000 -0.807875 0.668006 0.668006 0.668006 +4572.431641 0.000000 1984.460938 0.000000 0.570454 0.000000 -0.821330 1.023074 1.023074 1.023074 +4544.894531 0.000000 2007.253296 0.000000 0.312079 0.000000 -0.950056 1.098412 1.098412 1.098412 +4550.724121 0.000000 2010.460571 0.000000 0.584273 0.000000 -0.811557 0.669127 0.669127 0.669127 +4548.948730 0.000000 1977.068237 0.000000 0.800925 0.000000 -0.598764 0.968184 0.968184 0.968184 +4547.510742 0.000000 2023.881104 0.000000 0.377119 0.000000 -0.926165 1.053092 1.053092 1.053092 +4544.936035 0.000000 1999.562622 0.000000 0.823450 0.000000 -0.567389 0.876970 0.876970 0.876970 +4564.994629 0.000000 1979.505859 0.000000 0.647104 0.000000 -0.762402 0.630847 0.630847 0.630847 +4573.958984 0.000000 1987.153442 0.000000 0.337413 0.000000 -0.941357 1.156026 1.156026 1.156026 +4554.564941 0.000000 1979.502075 0.000000 0.494766 0.000000 -0.869026 0.661316 0.661316 0.661316 +4559.671387 0.000000 1978.482178 0.000000 0.826109 0.000000 -0.563511 0.645563 0.645563 0.645563 +4546.822754 0.000000 2010.921265 0.000000 0.368652 0.000000 -0.929568 0.801669 0.801669 0.801669 +4577.491699 0.000000 1982.848389 0.000000 0.102397 0.000000 -0.994744 0.784348 0.784348 0.784348 +4546.575684 0.000000 2018.080200 0.000000 0.311349 0.000000 -0.950296 0.914423 0.914423 0.914423 +4568.077637 0.000000 1986.349609 0.000000 0.812303 0.000000 -0.583236 0.649249 0.649249 0.649249 +4549.141602 0.000000 2002.459351 0.000000 0.749061 0.000000 -0.662501 0.696281 0.696281 0.696281 +4574.816895 0.000000 1991.390869 0.000000 0.535763 0.000000 -0.844368 1.038489 1.038489 1.038489 +4546.269043 0.000000 2030.386963 0.000000 0.539124 0.000000 -0.842226 1.096752 1.096752 1.096752 +4546.026855 0.000000 2025.579346 0.000000 0.822232 0.000000 -0.569152 1.058176 1.058176 1.058176 +4545.042969 0.000000 2009.454224 0.000000 0.183108 0.000000 -0.983093 1.067342 1.067342 1.067342 +4544.144043 0.000000 2005.353394 0.000000 0.014251 0.000000 -0.999898 1.201683 1.201683 1.201683 +4544.588379 0.000000 2029.255615 0.000000 0.201068 0.000000 -0.979577 1.087112 1.087112 1.087112 +4574.652344 0.000000 1989.038452 0.000000 0.575758 0.000000 -0.817621 1.089620 1.089620 1.089620 +4574.021484 0.000000 1985.220093 0.000000 0.350730 0.000000 -0.936477 1.167994 1.167994 1.167994 +4545.843750 0.000000 2023.332764 0.000000 0.687010 0.000000 -0.726648 1.104178 1.104178 1.104178 +4461.516602 0.000000 2048.170898 0.000000 0.669435 0.000000 -0.742871 0.663998 0.663998 0.663998 +4474.807129 0.000000 2040.092041 0.000000 0.795377 0.000000 -0.606115 0.695251 0.695251 0.695251 +4477.512207 0.000000 2033.463623 0.000000 0.820962 0.000000 -0.570983 0.754626 0.754626 0.754626 +4470.816895 0.000000 2034.688232 0.000000 0.524991 0.000000 -0.851108 1.064814 1.064814 1.064814 +4477.292480 0.000000 2045.996460 0.000000 0.817487 0.000000 -0.575947 0.605798 0.605798 0.605798 +4460.062988 0.000000 2042.426636 0.000000 0.854915 0.000000 -0.518768 0.595653 0.595653 0.595653 +4466.789551 0.000000 2045.524780 0.000000 0.686795 0.000000 -0.726851 0.653886 0.653886 0.653886 +4461.943359 0.000000 2035.792480 0.000000 0.824311 0.000000 -0.566137 0.773737 0.773737 0.773737 +4474.511719 0.000000 2053.947510 0.000000 0.513955 0.000000 -0.857817 0.671040 0.671040 0.671040 +4477.212891 0.000000 2058.829346 0.000000 0.845084 0.000000 -0.534633 0.586818 0.586818 0.586818 +4471.531250 0.000000 2044.041138 0.000000 0.349649 0.000000 -0.936881 0.720419 0.720419 0.720419 +4456.763184 0.000000 2048.559570 0.000000 0.120930 0.000000 -0.992661 0.745906 0.745906 0.745906 +4451.991211 0.000000 2049.164062 0.000000 0.563404 0.000000 -0.826182 0.686465 0.686465 0.686465 +4470.173828 0.000000 2039.621704 0.000000 0.437642 0.000000 -0.899149 1.148186 1.148186 1.148186 +4477.524414 0.000000 2050.507324 0.000000 0.071037 0.000000 -0.997474 0.934172 0.934172 0.934172 +4478.270020 0.000000 2037.868896 0.000000 0.331723 0.000000 -0.943377 0.709005 0.709005 0.709005 +4445.020508 0.000000 2046.267822 0.000000 0.035825 0.000000 -0.999358 0.741998 0.741998 0.741998 +4474.462402 0.000000 2050.507568 0.000000 0.365416 0.000000 -0.930844 0.691360 0.691360 0.691360 +4454.337891 0.000000 2047.173706 0.000000 0.767143 0.000000 -0.641476 0.738397 0.738397 0.738397 +4476.013184 0.000000 2048.302246 0.000000 0.401528 0.000000 -0.915847 0.858473 0.858473 0.858473 +4449.412109 0.000000 2048.394531 0.000000 0.266262 0.000000 -0.963901 0.693461 0.693461 0.693461 +4477.638184 0.000000 2053.160645 0.000000 0.685746 0.000000 -0.727841 0.782917 0.782917 0.782917 +4459.690430 0.000000 2037.001465 0.000000 0.062585 0.000000 -0.998040 0.867716 0.867716 0.867716 +4463.339355 0.000000 2033.683472 0.000000 0.342655 0.000000 -0.939461 0.962620 0.962620 0.962620 +4457.650879 0.000000 2042.724243 0.000000 0.506385 0.000000 -0.862308 0.894424 0.894424 0.894424 +4475.739258 0.000000 2037.944092 0.000000 0.473548 0.000000 -0.880768 0.995657 0.995657 0.995657 +4446.816895 0.000000 2047.875244 0.000000 0.129342 0.000000 -0.991600 0.862360 0.862360 0.862360 +4478.970703 0.000000 2056.093506 0.000000 0.535819 0.000000 -0.844333 1.047331 1.047331 1.047331 +4466.425293 0.000000 2035.591919 0.000000 0.361276 0.000000 -0.932459 1.080067 1.080067 1.080067 +4469.097168 0.000000 2035.222778 0.000000 0.322531 0.000000 -0.946559 1.079093 1.079093 1.079093 +4464.748535 0.000000 2034.849854 0.000000 0.311323 0.000000 -0.950304 1.166267 1.166267 1.166267 +4471.848633 0.000000 2033.500610 0.000000 0.703615 0.000000 -0.710581 1.065704 1.065704 1.065704 +4500.968750 0.000000 2085.562500 0.000000 0.552770 0.000000 -0.833334 0.779179 0.779179 0.779179 +4525.516602 0.000000 2048.170898 0.000000 0.761987 0.000000 -0.647592 1.092327 1.092327 1.092327 +4501.705078 0.000000 2060.305176 0.000000 0.673542 0.000000 -0.739149 0.951737 0.951737 0.951737 +4481.318848 0.000000 2072.325928 0.000000 0.769424 0.000000 -0.638739 0.642964 0.642964 0.642964 +4487.671387 0.000000 2058.293945 0.000000 0.604909 0.000000 -0.796294 1.058642 1.058642 1.058642 +4521.563477 0.000000 2059.928467 0.000000 0.816359 0.000000 -0.577545 0.936033 0.936033 0.936033 +4520.832520 0.000000 2036.938599 0.000000 0.623815 0.000000 -0.781572 1.104153 1.104153 1.104153 +4511.758301 0.000000 2063.597168 0.000000 0.317856 0.000000 -0.948139 1.159749 1.159749 1.159749 +4482.396484 0.000000 2035.299683 0.000000 0.350202 0.000000 -0.936674 0.897764 0.897764 0.897764 +4491.959473 0.000000 2081.928467 0.000000 0.845719 0.000000 -0.533628 0.706960 0.706960 0.706960 +4543.958008 0.000000 2054.336426 0.000000 0.787495 0.000000 -0.616321 0.872340 0.872340 0.872340 +4543.487305 0.000000 2063.665283 0.000000 0.111847 0.000000 -0.993725 0.726699 0.726699 0.726699 +4528.541992 0.000000 2056.022705 0.000000 0.025011 0.000000 -0.999687 0.873708 0.873708 0.873708 +4495.272949 0.000000 2055.355957 0.000000 0.026370 0.000000 -0.999652 0.796053 0.796053 0.796053 +4500.089355 0.000000 2078.254395 0.000000 0.756949 0.000000 -0.653474 0.694411 0.694411 0.694411 +4482.500488 0.000000 2053.181641 0.000000 0.764579 0.000000 -0.644530 1.044589 1.044589 1.044589 +4510.530273 0.000000 2056.897461 0.000000 0.053470 0.000000 -0.998569 0.774758 0.774758 0.774758 +4489.203613 0.000000 2069.138184 0.000000 0.266517 0.000000 -0.963830 1.154932 1.154932 1.154932 +4521.260742 0.000000 2077.659668 0.000000 0.834848 0.000000 -0.550480 0.699932 0.699932 0.699932 +4530.789551 0.000000 2045.524780 0.000000 0.421936 0.000000 -0.906626 1.000291 1.000291 1.000291 +4486.215332 0.000000 2082.375244 0.000000 0.301467 0.000000 -0.953477 0.693685 0.693685 0.693685 +4481.017578 0.000000 2060.130615 0.000000 0.843989 0.000000 -0.536360 1.071656 1.071656 1.071656 +4489.641113 0.000000 2086.625244 0.000000 0.174344 0.000000 -0.984685 1.132519 1.132519 1.132519 +4541.212891 0.000000 2058.829346 0.000000 0.487834 0.000000 -0.872936 0.965162 0.965162 0.965162 +4497.256836 0.000000 2068.152344 0.000000 0.072122 0.000000 -0.997396 1.026402 1.026402 1.026402 +4501.208496 0.000000 2073.316650 0.000000 0.827136 0.000000 -0.562002 0.681576 0.681576 0.681576 +4496.971680 0.000000 2082.614502 0.000000 0.747016 0.000000 -0.664806 0.804020 0.804020 0.804020 +4524.083496 0.000000 2053.498535 0.000000 0.461497 0.000000 -0.887142 1.029597 1.029597 1.029597 +4494.220703 0.000000 2050.518311 0.000000 0.295008 0.000000 -0.955495 0.703291 0.703291 0.703291 +4490.351562 0.000000 2054.316406 0.000000 0.543569 0.000000 -0.839365 1.032597 1.032597 1.032597 +4502.937012 0.000000 2047.864868 0.000000 0.490483 0.000000 -0.871450 0.670788 0.670788 0.670788 +4498.817383 0.000000 2063.881348 0.000000 0.577668 0.000000 -0.816272 1.061556 1.061556 1.061556 +4499.771973 0.000000 2056.062988 0.000000 0.796958 0.000000 -0.604035 0.632160 0.632160 0.632160 +4512.426758 0.000000 2045.875366 0.000000 0.382942 0.000000 -0.923772 0.783211 0.783211 0.783211 +4484.763672 0.000000 2069.629639 0.000000 0.100376 0.000000 -0.994950 0.974150 0.974150 0.974150 +4507.131348 0.000000 2049.558594 0.000000 0.513626 0.000000 -0.858014 0.678056 0.678056 0.678056 +4483.837402 0.000000 2056.999512 0.000000 0.163500 0.000000 -0.986543 1.089544 1.089544 1.089544 +4534.381836 0.000000 2062.765137 0.000000 0.271219 0.000000 -0.962518 0.880839 0.880839 0.880839 +4491.941895 0.000000 2075.241455 0.000000 0.256538 0.000000 -0.966534 0.893514 0.893514 0.893514 +4493.506836 0.000000 2069.251953 0.000000 0.179137 0.000000 -0.983824 1.186442 1.186442 1.186442 +4512.618164 0.000000 2036.803101 0.000000 0.616790 0.000000 -0.787128 0.661183 0.661183 0.661183 +4527.663086 0.000000 2043.449341 0.000000 0.108953 0.000000 -0.994047 1.093050 1.093050 1.093050 +4498.579102 0.000000 2088.626465 0.000000 0.092288 0.000000 -0.995732 0.749685 0.749685 0.749685 +4509.530273 0.000000 2060.729980 0.000000 0.657666 0.000000 -0.753310 0.941065 0.941065 0.941065 +4521.204590 0.000000 2069.998779 0.000000 0.581327 0.000000 -0.813670 1.060507 1.060507 1.060507 +4526.042969 0.000000 2039.292114 0.000000 0.115935 0.000000 -0.993257 1.092603 1.092603 1.092603 +4498.230469 0.000000 2071.473145 0.000000 0.042261 0.000000 -0.999107 0.886961 0.886961 0.886961 +4528.918945 0.000000 2048.423584 0.000000 0.029683 0.000000 -0.999559 1.051675 1.051675 1.051675 +4522.288574 0.000000 2056.585205 0.000000 0.776755 0.000000 -0.629803 0.908695 0.908695 0.908695 +4538.028320 0.000000 2046.536133 0.000000 0.771678 0.000000 -0.636013 0.607644 0.607644 0.607644 +4531.759277 0.000000 2064.802246 0.000000 0.793761 0.000000 -0.608230 0.762046 0.762046 0.762046 +4532.463867 0.000000 2048.519287 0.000000 0.063367 0.000000 -0.997990 0.727489 0.727489 0.727489 +4503.836426 0.000000 2084.050293 0.000000 0.406411 0.000000 -0.913690 0.730319 0.730319 0.730319 +4513.099609 0.000000 2067.387207 0.000000 0.772254 0.000000 -0.635314 1.043826 1.043826 1.043826 +4505.661133 0.000000 2036.503662 0.000000 0.747603 0.000000 -0.664146 0.622130 0.622130 0.622130 +4484.948730 0.000000 2033.552612 0.000000 0.692490 0.000000 -0.721428 1.038938 1.038938 1.038938 +4489.278320 0.000000 2083.520996 0.000000 0.326021 0.000000 -0.945363 0.808868 0.808868 0.808868 +4482.356934 0.000000 2038.335693 0.000000 0.755374 0.000000 -0.655294 0.771818 0.771818 0.771818 +4538.462402 0.000000 2050.507568 0.000000 0.138884 0.000000 -0.990309 0.738545 0.738545 0.738545 +4489.084961 0.000000 2044.255371 0.000000 0.549107 0.000000 -0.835752 0.958309 0.958309 0.958309 +4524.194824 0.000000 2045.514893 0.000000 0.659632 0.000000 -0.751588 1.054142 1.054142 1.054142 +4509.422852 0.000000 2071.989258 0.000000 0.723235 0.000000 -0.690602 1.089639 1.089639 1.089639 +4528.746582 0.000000 2036.675171 0.000000 0.054389 0.000000 -0.998520 1.130607 1.130607 1.130607 +4492.112305 0.000000 2048.344238 0.000000 0.220870 0.000000 -0.975303 0.704459 0.704459 0.704459 +4497.664551 0.000000 2040.093506 0.000000 0.853935 0.000000 -0.520380 1.065175 1.065175 1.065175 +4513.448730 0.000000 2056.734375 0.000000 0.402494 0.000000 -0.915422 0.736475 0.736475 0.736475 +4503.191895 0.000000 2079.328125 0.000000 0.362866 0.000000 -0.931841 0.818535 0.818535 0.818535 +4494.604980 0.000000 2081.014404 0.000000 0.030873 0.000000 -0.999523 0.950798 0.950798 0.950798 +4504.795410 0.000000 2061.349609 0.000000 0.510004 0.000000 -0.860172 1.002727 1.002727 1.002727 +4496.939453 0.000000 2049.366211 0.000000 0.656256 0.000000 -0.754538 0.636070 0.636070 0.636070 +4487.213379 0.000000 2071.637451 0.000000 0.286599 0.000000 -0.958051 0.923597 0.923597 0.923597 +4508.947754 0.000000 2063.509277 0.000000 0.758180 0.000000 -0.652045 1.099479 1.099479 1.099479 +4518.469727 0.000000 2060.031494 0.000000 0.200770 0.000000 -0.979638 1.160714 1.160714 1.160714 +4494.979980 0.000000 2058.277588 0.000000 0.222052 0.000000 -0.975035 1.069857 1.069857 1.069857 +4538.637207 0.000000 2060.371094 0.000000 0.685744 0.000000 -0.727843 0.818258 0.818258 0.818258 +4500.832520 0.000000 2046.017090 0.000000 0.789190 0.000000 -0.614149 0.600297 0.600297 0.600297 +4533.566895 0.000000 2045.899780 0.000000 0.656510 0.000000 -0.754318 0.794347 0.794347 0.794347 +4536.639160 0.000000 2038.409790 0.000000 0.764910 0.000000 -0.644137 0.738951 0.738951 0.738951 +4502.782715 0.000000 2040.740845 0.000000 0.682142 0.000000 -0.731219 0.658042 0.658042 0.658042 +4480.090332 0.000000 2036.733154 0.000000 0.837716 0.000000 -0.546106 0.631933 0.631933 0.631933 +4495.671387 0.000000 2034.966553 0.000000 0.250601 0.000000 -0.968091 1.083874 1.083874 1.083874 +4503.408203 0.000000 2045.275635 0.000000 0.659142 0.000000 -0.752018 0.631635 0.631635 0.631635 +4487.408691 0.000000 2051.274902 0.000000 0.384493 0.000000 -0.923128 1.118919 1.118919 1.118919 +4518.824707 0.000000 2038.675415 0.000000 0.849430 0.000000 -0.527702 1.073401 1.073401 1.073401 +4537.460938 0.000000 2033.540771 0.000000 0.065539 0.000000 -0.997850 1.003925 1.003925 1.003925 +4525.942871 0.000000 2055.378418 0.000000 0.649112 0.000000 -0.760693 0.895163 0.895163 0.895163 +4518.646484 0.000000 2065.594727 0.000000 0.154505 0.000000 -0.987992 1.090124 1.090124 1.090124 +4499.640625 0.000000 2058.749268 0.000000 0.284466 0.000000 -0.958686 0.898955 0.898955 0.898955 +4514.111328 0.000000 2065.052734 0.000000 0.592455 0.000000 -0.805604 1.059632 1.059632 1.059632 +4490.235840 0.000000 2077.121826 0.000000 0.534846 0.000000 -0.844950 0.766838 0.766838 0.766838 +4484.384766 0.000000 2084.210205 0.000000 0.615466 0.000000 -0.788163 0.638365 0.638365 0.638365 +4494.389160 0.000000 2066.822266 0.000000 0.842227 0.000000 -0.539124 1.078895 1.078895 1.078895 +4542.582031 0.000000 2048.304688 0.000000 0.819479 0.000000 -0.573109 0.590275 0.590275 0.590275 +4523.095215 0.000000 2047.756104 0.000000 0.092556 0.000000 -0.995707 1.109598 1.109598 1.109598 +4503.935547 0.000000 2070.492676 0.000000 0.158860 0.000000 -0.987301 1.026204 1.026204 1.026204 +4543.814453 0.000000 2051.882080 0.000000 0.246463 0.000000 -0.969152 0.778494 0.778494 0.778494 +4543.510742 0.000000 2058.174316 0.000000 0.159025 0.000000 -0.987275 0.998164 0.998164 0.998164 +4542.948242 0.000000 2035.591675 0.000000 0.788921 0.000000 -0.614494 1.063935 1.063935 1.063935 +4485.141602 0.000000 2058.943848 0.000000 0.503863 0.000000 -0.863783 1.066382 1.066382 1.066382 +4508.944336 0.000000 2069.304932 0.000000 0.429124 0.000000 -0.903245 1.088650 1.088650 1.088650 +4521.650879 0.000000 2042.724243 0.000000 0.434305 0.000000 -0.900766 1.071399 1.071399 1.071399 +4539.739258 0.000000 2037.944092 0.000000 0.780111 0.000000 -0.625641 0.854868 0.854868 0.854868 +4529.687988 0.000000 2042.390015 0.000000 0.595936 0.000000 -0.803032 1.099858 1.099858 1.099858 +4508.838379 0.000000 2058.504883 0.000000 0.722284 0.000000 -0.691597 0.769564 0.769564 0.769564 +4499.253418 0.000000 2081.024170 0.000000 0.746478 0.000000 -0.665410 0.789116 0.789116 0.789116 +4482.627930 0.000000 2062.144775 0.000000 0.710675 0.000000 -0.703520 1.092927 1.092927 1.092927 +4531.914062 0.000000 2039.225830 0.000000 0.069153 0.000000 -0.997606 1.172368 1.172368 1.172368 +4494.033691 0.000000 2039.328491 0.000000 0.779160 0.000000 -0.626825 1.045159 1.045159 1.045159 +4532.657715 0.000000 2033.473633 0.000000 0.744062 0.000000 -0.668111 0.888117 0.888117 0.888117 +4507.203125 0.000000 2072.755127 0.000000 0.856105 0.000000 -0.516802 0.933934 0.933934 0.933934 +4511.373535 0.000000 2076.870605 0.000000 0.244370 0.000000 -0.969682 0.838364 0.838364 0.838364 +4486.028809 0.000000 2056.367188 0.000000 0.663457 0.000000 -0.748215 1.053818 1.053818 1.053818 +4499.576660 0.000000 2068.889160 0.000000 0.015219 0.000000 -0.999884 1.049436 1.049436 1.049436 +4491.263184 0.000000 2069.999756 0.000000 0.698464 0.000000 -0.715645 1.091392 1.091392 1.091392 +4519.465820 0.000000 2043.323242 0.000000 0.670074 0.000000 -0.742295 1.068288 1.068288 1.068288 +4527.085449 0.000000 2072.265625 0.000000 0.108746 0.000000 -0.994070 0.870987 0.870987 0.870987 +4480.712402 0.000000 2051.658447 0.000000 0.254673 0.000000 -0.967027 1.091475 1.091475 1.091475 +4518.792969 0.000000 2036.249512 0.000000 0.658737 0.000000 -0.752374 0.968879 0.968879 0.968879 +4525.143066 0.000000 2033.739868 0.000000 0.234539 0.000000 -0.972107 1.084928 1.084928 1.084928 +4541.252441 0.000000 2043.863892 0.000000 0.394937 0.000000 -0.918708 0.839084 0.839084 0.839084 +4522.678223 0.000000 2071.612549 0.000000 0.048204 0.000000 -0.998837 1.174474 1.174474 1.174474 +4512.801270 0.000000 2061.752686 0.000000 0.841195 0.000000 -0.540733 0.989569 0.989569 0.989569 +4522.281250 0.000000 2075.649170 0.000000 0.570543 0.000000 -0.821268 0.949437 0.949437 0.949437 +4500.821777 0.000000 2064.548584 0.000000 0.180452 0.000000 -0.983584 1.184182 1.184182 1.184182 +4523.060059 0.000000 2067.571045 0.000000 0.736545 0.000000 -0.676388 1.055080 1.055080 1.055080 +4481.654297 0.000000 2047.795654 0.000000 0.606467 0.000000 -0.795108 1.042915 1.042915 1.042915 +4527.135742 0.000000 2049.493652 0.000000 0.763385 0.000000 -0.645944 1.050078 1.050078 1.050078 +4539.529785 0.000000 2034.084473 0.000000 0.117631 0.000000 -0.993057 1.051127 1.051127 1.051127 +4532.316895 0.000000 2062.563477 0.000000 0.373298 0.000000 -0.927712 0.868516 0.868516 0.868516 +4520.688965 0.000000 2057.837891 0.000000 0.440632 0.000000 -0.897688 0.921227 0.921227 0.921227 +4483.099121 0.000000 2060.139160 0.000000 0.805508 0.000000 -0.592585 1.040378 1.040378 1.040378 +4520.284180 0.000000 2071.904053 0.000000 0.859103 0.000000 -0.511803 1.042253 1.042253 1.042253 +4484.035156 0.000000 2039.657227 0.000000 0.645524 0.000000 -0.763740 0.905572 0.905572 0.905572 +4526.245605 0.000000 2053.360107 0.000000 0.082399 0.000000 -0.996599 0.996406 0.996406 0.996406 +4530.317871 0.000000 2037.890625 0.000000 0.751098 0.000000 -0.660191 1.035046 1.035046 1.035046 +4502.604004 0.000000 2071.967041 0.000000 0.036252 0.000000 -0.999343 1.046049 1.046049 1.046049 +4523.960938 0.000000 2055.539795 0.000000 0.123487 0.000000 -0.992346 1.003979 1.003979 1.003979 +4520.567383 0.000000 2068.120850 0.000000 0.351761 0.000000 -0.936090 1.077117 1.077117 1.077117 +4530.425293 0.000000 2035.591919 0.000000 0.480930 0.000000 -0.876759 1.100187 1.100187 1.100187 +4486.936035 0.000000 2037.013306 0.000000 0.704517 0.000000 -0.709687 1.093372 1.093372 1.093372 +4508.720215 0.000000 2073.946533 0.000000 0.787665 0.000000 -0.616103 0.980837 0.980837 0.980837 +4501.008301 0.000000 2062.542480 0.000000 0.664395 0.000000 -0.747382 1.084090 1.084090 1.084090 +4514.967773 0.000000 2068.180176 0.000000 0.510693 0.000000 -0.859763 1.065878 1.065878 1.065878 +4484.483887 0.000000 2063.186279 0.000000 0.380077 0.000000 -0.924955 1.075179 1.075179 1.075179 +4491.084961 0.000000 2043.816162 0.000000 0.031170 0.000000 -0.999514 1.133941 1.133941 1.133941 +4492.251465 0.000000 2040.273560 0.000000 0.106195 0.000000 -0.994345 1.165614 1.165614 1.165614 +4528.943848 0.000000 2045.026001 0.000000 0.226499 0.000000 -0.974011 1.181967 1.181967 1.181967 +4523.071777 0.000000 2044.015991 0.000000 0.825762 0.000000 -0.564019 1.038149 1.038149 1.038149 +4521.262207 0.000000 2046.775146 0.000000 0.725390 0.000000 -0.688338 1.063116 1.063116 1.063116 +4502.981445 0.000000 2061.662109 0.000000 0.356055 0.000000 -0.934465 1.065405 1.065405 1.065405 +4488.859375 0.000000 2070.924561 0.000000 0.286713 0.000000 -0.958017 1.072471 1.072471 1.072471 +4504.422363 0.000000 2063.137695 0.000000 0.738517 0.000000 -0.674235 1.099325 1.099325 1.099325 +4490.780273 0.000000 2068.221436 0.000000 0.507607 0.000000 -0.861589 1.118991 1.118991 1.118991 +4513.433594 0.000000 2069.240967 0.000000 0.791810 0.000000 -0.610767 1.041828 1.041828 1.041828 +4519.039551 0.000000 2073.599121 0.000000 0.718297 0.000000 -0.695736 1.091630 1.091630 1.091630 +4497.145996 0.000000 2035.991699 0.000000 0.599245 0.000000 -0.800565 1.059093 1.059093 1.059093 +4517.379395 0.000000 2070.324219 0.000000 0.247026 0.000000 -0.969009 1.084109 1.084109 1.084109 +4516.830078 0.000000 2068.365234 0.000000 0.787903 0.000000 -0.615799 1.042233 1.042233 1.042233 +4505.034668 0.000000 2065.384033 0.000000 0.416732 0.000000 -0.909029 1.117071 1.117071 1.117071 +4523.765137 0.000000 2062.721680 0.000000 0.481523 0.000000 -0.876434 1.141635 1.141635 1.141635 +4506.057129 0.000000 2068.900635 0.000000 0.329277 0.000000 -0.944233 1.128598 1.128598 1.128598 +4488.280273 0.000000 2067.668457 0.000000 0.194432 0.000000 -0.980916 1.089603 1.089603 1.089603 +4491.461426 0.000000 2061.031982 0.000000 0.601951 0.000000 -0.798533 1.058878 1.058878 1.058878 +4527.105469 0.000000 2036.998901 0.000000 0.544128 0.000000 -0.839002 1.063372 1.063372 1.063372 +4491.316406 0.000000 2034.354492 0.000000 0.057896 0.000000 -0.998323 1.096312 1.096312 1.096312 +4499.350098 0.000000 2035.791382 0.000000 0.576974 0.000000 -0.816762 1.099502 1.099502 1.099502 +4498.929199 0.000000 2038.911743 0.000000 0.848864 0.000000 -0.528612 1.068829 1.068829 1.068829 +4543.462891 0.000000 2033.787476 0.000000 0.085942 0.000000 -0.996300 1.103418 1.103418 1.103418 +4488.954590 0.000000 2057.155518 0.000000 0.807359 0.000000 -0.590061 1.040179 1.040179 1.040179 +4519.382324 0.000000 2067.055908 0.000000 0.641625 0.000000 -0.767019 1.055652 1.055652 1.055652 +4492.241699 0.000000 2035.702271 0.000000 0.391169 0.000000 -0.920319 1.074414 1.074414 1.074414 +4483.597168 0.000000 2058.544189 0.000000 0.499338 0.000000 -0.866407 1.066715 1.066715 1.066715 +4489.880371 0.000000 2066.956055 0.000000 0.796149 0.000000 -0.605101 1.042347 1.042347 1.042347 +4545.451172 0.000000 2045.613159 0.000000 0.358993 0.000000 -0.933340 0.710287 0.710287 0.710287 +4556.978516 0.000000 2034.173462 0.000000 0.311826 0.000000 -0.950139 0.726760 0.726760 0.726760 +4551.671387 0.000000 2058.293945 0.000000 0.808485 0.000000 -0.588517 0.612868 0.612868 0.612868 +4562.127930 0.000000 2046.713501 0.000000 0.693520 0.000000 -0.720437 0.623209 0.623209 0.623209 +4602.368164 0.000000 2085.363525 0.000000 0.691926 0.000000 -0.721969 0.671880 0.671880 0.671880 +4553.400879 0.000000 2049.556641 0.000000 0.848681 0.000000 -0.528905 0.593708 0.593708 0.593708 +4552.407715 0.000000 2041.249878 0.000000 0.631413 0.000000 -0.775447 0.869667 0.869667 0.869667 +4567.890625 0.000000 2052.495117 0.000000 0.515296 0.000000 -0.857012 0.710873 0.710873 0.710873 +4588.662598 0.000000 2084.017578 0.000000 0.767601 0.000000 -0.640928 0.728035 0.728035 0.728035 +4576.032227 0.000000 2070.375488 0.000000 0.816636 0.000000 -0.577153 0.618193 0.618193 0.618193 +4585.385742 0.000000 2066.355713 0.000000 0.540603 0.000000 -0.841278 0.650114 0.650114 0.650114 +4558.873047 0.000000 2041.484619 0.000000 0.522549 0.000000 -0.852609 0.731848 0.731848 0.731848 +4545.017578 0.000000 2060.130615 0.000000 0.476034 0.000000 -0.879427 0.662986 0.662986 0.662986 +4544.098633 0.000000 2040.386475 0.000000 0.126976 0.000000 -0.991906 0.969800 0.969800 0.969800 +4551.914551 0.000000 2035.274414 0.000000 0.205581 0.000000 -0.978640 1.036860 1.036860 1.036860 +4562.283691 0.000000 2034.570190 0.000000 0.233076 0.000000 -0.972459 0.764575 0.764575 0.764575 +4555.929688 0.000000 2045.443359 0.000000 0.428412 0.000000 -0.903584 0.721110 0.721110 0.721110 +4563.007324 0.000000 2051.515869 0.000000 0.185864 0.000000 -0.982575 0.778287 0.778287 0.778287 +4582.535645 0.000000 2062.945557 0.000000 0.719717 0.000000 -0.694268 0.723885 0.723885 0.723885 +4581.098633 0.000000 2076.308594 0.000000 0.837844 0.000000 -0.545910 0.611803 0.611803 0.611803 +4559.831543 0.000000 2037.609375 0.000000 0.167597 0.000000 -0.985856 0.742106 0.742106 0.742106 +4585.322754 0.000000 2081.713135 0.000000 0.254708 0.000000 -0.967018 0.708027 0.708027 0.708027 +4548.755371 0.000000 2061.310059 0.000000 0.802537 0.000000 -0.596602 0.615626 0.615626 0.615626 +4549.464844 0.000000 2038.219482 0.000000 0.798810 0.000000 -0.601584 0.926645 0.926645 0.926645 +4585.204590 0.000000 2069.998779 0.000000 0.343301 0.000000 -0.939226 0.692399 0.692399 0.692399 +4595.402344 0.000000 2087.404785 0.000000 0.065379 0.000000 -0.997860 0.893797 0.893797 0.893797 +4562.190430 0.000000 2042.959717 0.000000 0.545916 0.000000 -0.837840 0.831946 0.831946 0.831946 +4599.062500 0.000000 2084.455078 0.000000 0.706147 0.000000 -0.708066 0.641126 0.641126 0.641126 +4544.894531 0.000000 2063.737549 0.000000 0.137244 0.000000 -0.990537 0.745261 0.745261 0.745261 +4559.197266 0.000000 2045.070312 0.000000 0.852157 0.000000 -0.523286 0.648593 0.648593 0.648593 +4576.449219 0.000000 2059.432861 0.000000 0.826282 0.000000 -0.563257 0.600603 0.600603 0.600603 +4577.099609 0.000000 2067.387207 0.000000 0.703743 0.000000 -0.710455 0.633449 0.633449 0.633449 +4553.084961 0.000000 2044.255371 0.000000 0.752774 0.000000 -0.658279 0.632054 0.632054 0.632054 +4577.448730 0.000000 2056.734375 0.000000 0.566516 0.000000 -0.824051 0.662850 0.662850 0.662850 +4580.759766 0.000000 2054.813721 0.000000 0.462784 0.000000 -0.886471 0.671793 0.671793 0.671793 +4569.706543 0.000000 2047.076904 0.000000 0.811170 0.000000 -0.584811 0.691092 0.691092 0.691092 +4582.469727 0.000000 2060.031494 0.000000 0.438514 0.000000 -0.898725 0.730376 0.730376 0.730376 +4564.832520 0.000000 2046.017090 0.000000 0.859671 0.000000 -0.510848 0.579311 0.579311 0.579311 +4547.913086 0.000000 2044.374023 0.000000 0.726748 0.000000 -0.686904 0.627090 0.627090 0.627090 +4557.487793 0.000000 2043.454224 0.000000 0.163346 0.000000 -0.986569 0.846213 0.846213 0.846213 +4550.070312 0.000000 2040.477417 0.000000 0.649691 0.000000 -0.760198 0.875597 0.875597 0.875597 +4544.712402 0.000000 2051.658447 0.000000 0.802893 0.000000 -0.596123 0.764642 0.764642 0.764642 +4550.912598 0.000000 2033.439087 0.000000 0.804793 0.000000 -0.593556 0.853161 0.853161 0.853161 +4544.523438 0.000000 2035.093506 0.000000 0.611663 0.000000 -0.791118 1.086808 1.086808 1.086808 +4495.272949 0.000000 2111.840332 0.000000 0.181359 0.000000 -0.983417 0.787528 0.787528 0.787528 +4494.873047 0.000000 2097.968994 0.000000 0.516311 0.000000 -0.856401 0.713711 0.713711 0.713711 +4490.351562 0.000000 2110.800781 0.000000 0.225898 0.000000 -0.974151 0.771065 0.771065 0.771065 +4491.786133 0.000000 2094.974854 0.000000 0.660314 0.000000 -0.750989 0.632030 0.632030 0.632030 +4484.047852 0.000000 2098.271973 0.000000 0.601869 0.000000 -0.798595 0.658988 0.658988 0.658988 +4488.667480 0.000000 2094.701172 0.000000 0.472542 0.000000 -0.881308 0.729949 0.729949 0.729949 +4489.795410 0.000000 2089.946289 0.000000 0.425774 0.000000 -0.904830 1.125995 1.125995 1.125995 +4584.832520 0.000000 2093.423096 0.000000 0.559388 0.000000 -0.828906 0.713334 0.713334 0.713334 +4589.943359 0.000000 2092.276855 0.000000 0.784985 0.000000 -0.619515 0.624850 0.624850 0.624850 +4598.173828 0.000000 2096.106201 0.000000 0.024868 0.000000 -0.999691 0.726358 0.726358 0.726358 +4594.318359 0.000000 2090.127686 0.000000 0.466834 0.000000 -0.884345 0.810749 0.810749 0.810749 +4596.003906 0.000000 2093.249512 0.000000 0.530853 0.000000 -0.847464 0.762307 0.762307 0.762307 +4596.657715 0.000000 2089.958008 0.000000 0.227711 0.000000 -0.973729 0.825075 0.825075 0.825075 "} diff --git a/gfx/map/map_object_data/generated/palm_dense_generator_2.txt b/gfx/map/map_object_data/generated/palm_dense_generator_2.txt index b24147a3..997b8e22 100644 --- a/gfx/map/map_object_data/generated/palm_dense_generator_2.txt +++ b/gfx/map/map_object_data/generated/palm_dense_generator_2.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_palm_01_mesh" - count=283 + count=1487 transform="503.917053 0.000000 727.979065 0.000000 0.500930 0.000000 0.865488 0.842013 0.842013 0.842013 480.330139 0.000000 788.594299 0.000000 0.500172 0.000000 0.865926 0.301998 0.301998 0.301998 495.221497 0.000000 774.999146 0.000000 0.151518 0.000000 0.988455 0.645465 0.645465 0.645465 @@ -289,6 +289,1210 @@ 546.110779 0.000000 1975.250977 0.000000 0.099878 0.000000 0.995000 0.705012 0.705012 0.705012 520.614319 0.000000 1990.481934 0.000000 0.833493 0.000000 0.552531 0.391924 0.391924 0.391924 523.732666 0.000000 1999.264648 0.000000 0.201133 0.000000 0.979564 0.737664 0.737664 0.737664 +5569.017578 0.000000 930.443054 0.000000 0.841179 0.000000 0.540756 0.377832 0.377832 0.377832 +5593.621582 0.000000 1008.109253 0.000000 0.278970 0.000000 0.960300 0.221678 0.221678 0.221678 +5744.205566 0.000000 1186.146240 0.000000 0.832081 0.000000 0.554654 0.369876 0.369876 0.369876 +5774.220703 0.000000 1146.768433 0.000000 0.320962 0.000000 0.947092 0.242371 0.242371 0.242371 +5779.771973 0.000000 1152.312988 0.000000 0.801198 0.000000 0.598399 0.362828 0.362828 0.362828 +5781.705078 0.000000 1213.039551 0.000000 0.522041 0.000000 0.852920 0.273146 0.273146 0.273146 +5767.671387 0.000000 1211.028442 0.000000 0.746855 0.000000 0.664987 0.338996 0.338996 0.338996 +4477.032715 0.000000 1942.656860 0.000000 0.843605 0.000000 0.536964 0.392380 0.392380 0.392380 +4472.654297 0.000000 1937.681641 0.000000 0.747378 0.000000 0.664399 0.378901 0.378901 0.378901 +4476.473145 0.000000 1947.452759 0.000000 0.769613 0.000000 0.638511 0.447900 0.447900 0.447900 +4474.637207 0.000000 2003.886841 0.000000 0.843135 0.000000 0.537702 0.396465 0.396465 0.396465 +4460.051758 0.000000 2009.047485 0.000000 0.400802 0.000000 0.916165 0.315634 0.315634 0.315634 +4479.510742 0.000000 2001.689819 0.000000 0.509966 0.000000 0.860195 0.306471 0.306471 0.306471 +4452.550293 0.000000 2007.747192 0.000000 0.337902 0.000000 0.941181 0.280982 0.280982 0.280982 +4472.096680 0.000000 2004.597046 0.000000 0.372782 0.000000 0.927919 0.300114 0.300114 0.300114 +4462.880859 0.000000 2027.488770 0.000000 0.424232 0.000000 0.905554 0.384839 0.384839 0.384839 +4479.374512 0.000000 2017.048584 0.000000 0.256358 0.000000 0.966582 0.357365 0.357365 0.357365 +4461.747070 0.000000 2025.644653 0.000000 0.551264 0.000000 0.834331 0.340710 0.340710 0.340710 +4458.281250 0.000000 2019.164917 0.000000 0.571148 0.000000 0.820847 0.348193 0.348193 0.348193 +4477.382324 0.000000 2007.255493 0.000000 0.815713 0.000000 0.578457 0.538630 0.538630 0.538630 +4468.316895 0.000000 2006.078979 0.000000 0.754968 0.000000 0.655761 0.389923 0.389923 0.389923 +4456.567383 0.000000 2011.636475 0.000000 0.404825 0.000000 0.914394 0.319791 0.319791 0.319791 +4459.628906 0.000000 2017.344238 0.000000 0.337925 0.000000 0.941173 0.353531 0.353531 0.353531 +4469.449707 0.000000 2026.844604 0.000000 0.498072 0.000000 0.867136 0.599632 0.599632 0.599632 +4478.675293 0.000000 2028.704224 0.000000 0.226599 0.000000 0.973988 0.361128 0.361128 0.361128 +4475.964844 0.000000 2028.254883 0.000000 0.520655 0.000000 0.853767 0.539815 0.539815 0.539815 +4469.385254 0.000000 2007.560425 0.000000 0.736983 0.000000 0.675911 0.385766 0.385766 0.385766 +4467.824219 0.000000 2021.287598 0.000000 0.278864 0.000000 0.960331 0.819582 0.819582 0.819582 +4468.695312 0.000000 2023.925293 0.000000 0.795490 0.000000 0.605966 0.881795 0.881795 0.881795 +4464.395508 0.000000 2009.284180 0.000000 0.270715 0.000000 0.962659 0.376765 0.376765 0.376765 +4476.104492 0.000000 2030.606812 0.000000 0.781027 0.000000 0.624497 0.505954 0.505954 0.505954 +4475.955078 0.000000 2008.008301 0.000000 0.772261 0.000000 0.635305 0.723771 0.723771 0.723771 +4476.112793 0.000000 2012.628174 0.000000 0.743747 0.000000 0.668462 0.742597 0.742597 0.742597 +4477.976074 0.000000 2017.638916 0.000000 0.218503 0.000000 0.975836 0.520827 0.520827 0.520827 +4469.635254 0.000000 2015.475708 0.000000 0.305782 0.000000 0.952102 0.919784 0.919784 0.919784 +4478.208984 0.000000 2013.613770 0.000000 0.530489 0.000000 0.847692 0.512971 0.512971 0.512971 +4465.352051 0.000000 2030.086792 0.000000 0.508625 0.000000 0.860988 0.642319 0.642319 0.642319 +4475.526855 0.000000 2009.720337 0.000000 0.112302 0.000000 0.993674 0.601245 0.601245 0.601245 +4463.221680 0.000000 2017.655396 0.000000 0.479173 0.000000 0.877720 0.781868 0.781868 0.781868 +4462.049316 0.000000 2014.866699 0.000000 0.722484 0.000000 0.691388 0.779603 0.779603 0.779603 +4466.478027 0.000000 2018.828857 0.000000 0.495833 0.000000 0.868418 0.903087 0.903087 0.903087 +4477.367188 0.000000 2028.088867 0.000000 0.024312 0.000000 0.999704 0.376663 0.376663 0.376663 +4463.816406 0.000000 2022.741455 0.000000 0.788084 0.000000 0.615568 0.521812 0.521812 0.521812 +4461.556641 0.000000 2022.596313 0.000000 0.715748 0.000000 0.698358 0.527763 0.527763 0.527763 +4468.695801 0.000000 2013.056763 0.000000 0.076238 0.000000 0.997090 0.869040 0.869040 0.869040 +4459.818848 0.000000 2014.454956 0.000000 0.457956 0.000000 0.888975 0.476033 0.476033 0.476033 +4466.249023 0.000000 2026.633179 0.000000 0.778952 0.000000 0.627084 0.533602 0.533602 0.533602 +4465.743164 0.000000 2016.598877 0.000000 0.354960 0.000000 0.934882 0.852535 0.852535 0.852535 +4467.748047 0.000000 2018.408447 0.000000 0.764324 0.000000 0.644832 0.935440 0.935440 0.935440 +4475.628418 0.000000 2020.628662 0.000000 0.714668 0.000000 0.699464 0.659176 0.659176 0.659176 +4473.099121 0.000000 2023.955200 0.000000 0.638818 0.000000 0.769358 0.714428 0.714428 0.714428 +4464.248535 0.000000 2030.758423 0.000000 0.134587 0.000000 0.990902 0.578332 0.578332 0.578332 +4473.239746 0.000000 2020.282471 0.000000 0.460041 0.000000 0.887898 0.778645 0.778645 0.778645 +4464.161133 0.000000 2016.302246 0.000000 0.532846 0.000000 0.846212 0.876840 0.876840 0.876840 +4473.404785 0.000000 2014.597290 0.000000 0.559564 0.000000 0.828787 0.912929 0.912929 0.912929 +4475.344238 0.000000 2013.590210 0.000000 0.562909 0.000000 0.826519 0.878313 0.878313 0.878313 +4468.617188 0.000000 2030.310181 0.000000 0.817289 0.000000 0.576227 0.924109 0.924109 0.924109 +4464.827148 0.000000 2020.791016 0.000000 0.800414 0.000000 0.599448 0.731027 0.731027 0.731027 +4471.883789 0.000000 2023.002197 0.000000 0.486028 0.000000 0.873944 0.839586 0.839586 0.839586 +4466.290039 0.000000 2030.719238 0.000000 0.766207 0.000000 0.642594 0.832037 0.832037 0.832037 +4473.571289 0.000000 2016.808960 0.000000 0.468084 0.000000 0.883684 0.888806 0.888806 0.888806 +4471.966309 0.000000 2012.848877 0.000000 0.174750 0.000000 0.984613 0.884015 0.884015 0.884015 +4464.086914 0.000000 2012.634644 0.000000 0.484750 0.000000 0.874653 0.744151 0.744151 0.744151 +4463.144043 0.000000 2014.677734 0.000000 0.766723 0.000000 0.641978 0.789809 0.789809 0.789809 +4467.956055 0.000000 2022.388062 0.000000 0.274705 0.000000 0.961529 0.676140 0.676140 0.676140 +4475.452148 0.000000 2016.842651 0.000000 0.657724 0.000000 0.753259 0.830692 0.830692 0.830692 +4475.046387 0.000000 2011.136841 0.000000 0.459087 0.000000 0.888391 0.835256 0.835256 0.835256 +4473.844727 0.000000 2011.382935 0.000000 0.848100 0.000000 0.529836 0.924301 0.924301 0.924301 +4466.309082 0.000000 2012.765625 0.000000 0.814706 0.000000 0.579874 0.925410 0.925410 0.925410 +4470.076172 0.000000 2016.328979 0.000000 0.666581 0.000000 0.745432 0.945189 0.945189 0.945189 +4505.237793 0.000000 1926.627686 0.000000 0.113831 0.000000 0.993500 0.197239 0.197239 0.197239 +4481.884766 0.000000 1971.521240 0.000000 0.232438 0.000000 0.972611 0.215279 0.215279 0.215279 +4518.889160 0.000000 1943.908325 0.000000 0.645773 0.000000 0.763529 0.323994 0.323994 0.323994 +4508.431641 0.000000 1927.976562 0.000000 0.302922 0.000000 0.953016 0.250736 0.250736 0.250736 +4527.537109 0.000000 1947.597168 0.000000 0.634849 0.000000 0.772637 0.332354 0.332354 0.332354 +4487.437500 0.000000 1975.512329 0.000000 0.480914 0.000000 0.876768 0.310630 0.310630 0.310630 +4516.759766 0.000000 1941.844971 0.000000 0.088372 0.000000 0.996088 0.224116 0.224116 0.224116 +4510.608887 0.000000 1926.008423 0.000000 0.467424 0.000000 0.884033 0.280302 0.280302 0.280302 +4536.742188 0.000000 1950.362671 0.000000 0.537708 0.000000 0.843131 0.350121 0.350121 0.350121 +4536.096680 0.000000 1948.112671 0.000000 0.599458 0.000000 0.800406 0.340493 0.340493 0.340493 +4516.682129 0.000000 1944.258057 0.000000 0.859012 0.000000 0.511956 0.416876 0.416876 0.416876 +4520.179688 0.000000 1948.653442 0.000000 0.038221 0.000000 0.999269 0.348540 0.348540 0.348540 +4507.739258 0.000000 1964.092163 0.000000 0.757884 0.000000 0.652390 0.595384 0.595384 0.595384 +4484.166992 0.000000 1969.233276 0.000000 0.748535 0.000000 0.663096 0.388965 0.388965 0.388965 +4542.854492 0.000000 1947.052124 0.000000 0.550717 0.000000 0.834692 0.359628 0.359628 0.359628 +4494.368652 0.000000 1976.322266 0.000000 0.257842 0.000000 0.966187 0.357601 0.357601 0.357601 +4508.161133 0.000000 1969.080811 0.000000 0.235681 0.000000 0.971830 0.437835 0.437835 0.437835 +4527.250488 0.000000 1949.449585 0.000000 0.228135 0.000000 0.973630 0.269562 0.269562 0.269562 +4515.093262 0.000000 1942.844849 0.000000 0.497919 0.000000 0.867223 0.437522 0.437522 0.437522 +4529.324707 0.000000 1956.066040 0.000000 0.720077 0.000000 0.693894 0.581414 0.581414 0.581414 +4533.188965 0.000000 1974.881470 0.000000 0.344487 0.000000 0.938791 0.587378 0.587378 0.587378 +4540.473145 0.000000 1947.452759 0.000000 0.256751 0.000000 0.966477 0.287398 0.287398 0.287398 +4498.362793 0.000000 1953.105347 0.000000 0.328713 0.000000 0.944430 0.574496 0.574496 0.574496 +4487.260254 0.000000 1967.073242 0.000000 0.596115 0.000000 0.802899 0.474341 0.474341 0.474341 +4522.375488 0.000000 1952.011963 0.000000 0.861426 0.000000 0.507883 0.643840 0.643840 0.643840 +4488.564453 0.000000 1972.199829 0.000000 0.450418 0.000000 0.892818 0.433510 0.433510 0.433510 +4498.442383 0.000000 1935.485352 0.000000 0.274173 0.000000 0.961680 0.627535 0.627535 0.627535 +4517.967285 0.000000 1945.366089 0.000000 0.292813 0.000000 0.956170 0.303019 0.303019 0.303019 +4496.004883 0.000000 1937.936523 0.000000 0.562803 0.000000 0.826591 0.731242 0.731242 0.731242 +4541.810547 0.000000 1954.122192 0.000000 0.458577 0.000000 0.888655 0.784005 0.784005 0.784005 +4537.001953 0.000000 1955.900757 0.000000 0.101857 0.000000 0.994799 0.594223 0.594223 0.594223 +4543.210449 0.000000 1955.070557 0.000000 0.813388 0.000000 0.581721 0.891497 0.891497 0.891497 +4491.256348 0.000000 1973.502075 0.000000 0.294208 0.000000 0.955741 0.553479 0.553479 0.553479 +4496.425781 0.000000 1971.171753 0.000000 0.829958 0.000000 0.557825 0.923325 0.923325 0.923325 +4512.594727 0.000000 1940.107178 0.000000 0.693978 0.000000 0.719996 0.805439 0.805439 0.805439 +4531.824219 0.000000 1964.803223 0.000000 0.107924 0.000000 0.994159 0.522584 0.522584 0.522584 +4515.595703 0.000000 1940.580688 0.000000 0.415813 0.000000 0.909450 0.383414 0.383414 0.383414 +4536.427734 0.000000 1972.339722 0.000000 0.841889 0.000000 0.539651 0.783518 0.783518 0.783518 +4514.977539 0.000000 1934.968140 0.000000 0.644087 0.000000 0.764952 0.365947 0.365947 0.365947 +4532.695312 0.000000 1967.440918 0.000000 0.066029 0.000000 0.997818 0.556790 0.556790 0.556790 +4534.362793 0.000000 1954.110474 0.000000 0.815086 0.000000 0.579341 0.581410 0.581410 0.581410 +4494.469238 0.000000 1939.127319 0.000000 0.452680 0.000000 0.891673 0.606452 0.606452 0.606452 +4496.278320 0.000000 1941.187988 0.000000 0.532562 0.000000 0.846391 0.884357 0.884357 0.884357 +4517.817871 0.000000 1954.035522 0.000000 0.022478 0.000000 0.999747 0.806341 0.806341 0.806341 +4500.841797 0.000000 1955.034912 0.000000 0.142317 0.000000 0.989821 0.671742 0.671742 0.671742 +4497.267090 0.000000 1951.102539 0.000000 0.853890 0.000000 0.520453 0.597649 0.597649 0.597649 +4540.027344 0.000000 1965.351196 0.000000 0.706268 0.000000 0.707944 0.835010 0.835010 0.835010 +4540.104492 0.000000 1974.122437 0.000000 0.028476 0.000000 0.999594 0.777847 0.777847 0.777847 +4534.280273 0.000000 1967.048096 0.000000 0.843045 0.000000 0.537844 0.717661 0.717661 0.717661 +4536.412109 0.000000 1975.514893 0.000000 0.844271 0.000000 0.535916 0.799682 0.799682 0.799682 +4505.045410 0.000000 1932.360596 0.000000 0.453712 0.000000 0.891148 0.822908 0.822908 0.822908 +4540.112793 0.000000 1956.143799 0.000000 0.660826 0.000000 0.750539 0.864393 0.864393 0.864393 +4494.035156 0.000000 1946.468384 0.000000 0.182904 0.000000 0.983131 0.471219 0.471219 0.471219 +4522.059082 0.000000 1955.751709 0.000000 0.077190 0.000000 0.997016 0.527700 0.527700 0.527700 +4504.325195 0.000000 1969.609009 0.000000 0.677833 0.000000 0.735216 0.566983 0.566983 0.566983 +4491.735352 0.000000 1964.522095 0.000000 0.492406 0.000000 0.870366 0.795296 0.795296 0.795296 +4495.217285 0.000000 1952.617310 0.000000 0.800351 0.000000 0.599531 0.414803 0.414803 0.414803 +4499.524902 0.000000 1957.402588 0.000000 0.857681 0.000000 0.514182 0.712082 0.712082 0.712082 +4534.904297 0.000000 1956.776978 0.000000 0.508515 0.000000 0.861053 0.591565 0.591565 0.591565 +4515.500488 0.000000 1948.053345 0.000000 0.114481 0.000000 0.993425 0.817880 0.817880 0.817880 +4511.740723 0.000000 1965.437378 0.000000 0.485777 0.000000 0.874083 0.471823 0.471823 0.471823 +4534.203613 0.000000 1960.799194 0.000000 0.550257 0.000000 0.834995 0.589590 0.589590 0.589590 +4502.696289 0.000000 1956.783447 0.000000 0.028600 0.000000 0.999591 0.786316 0.786316 0.786316 +4496.398438 0.000000 1965.525146 0.000000 0.071655 0.000000 0.997429 0.828218 0.828218 0.828218 +4507.790527 0.000000 1939.222290 0.000000 0.602071 0.000000 0.798443 0.941131 0.941131 0.941131 +4502.249023 0.000000 1976.835938 0.000000 0.508740 0.000000 0.860920 0.826224 0.826224 0.826224 +4497.775879 0.000000 1968.041992 0.000000 0.606313 0.000000 0.795226 0.912550 0.912550 0.912550 +4514.377441 0.000000 1964.195923 0.000000 0.473499 0.000000 0.880794 0.560238 0.560238 0.560238 +4515.506348 0.000000 1952.338867 0.000000 0.865069 0.000000 0.501653 0.960248 0.960248 0.960248 +4513.762207 0.000000 1942.366577 0.000000 0.528657 0.000000 0.848836 0.768327 0.768327 0.768327 +4533.635254 0.000000 1958.991333 0.000000 0.251618 0.000000 0.967827 0.526361 0.526361 0.526361 +4512.813477 0.000000 1963.974609 0.000000 0.728404 0.000000 0.685148 0.632421 0.632421 0.632421 +4502.889648 0.000000 1969.730713 0.000000 0.496828 0.000000 0.867849 0.676575 0.676575 0.676575 +4502.292480 0.000000 1951.889282 0.000000 0.419622 0.000000 0.907699 0.922455 0.922455 0.922455 +4542.208984 0.000000 1957.129395 0.000000 0.723661 0.000000 0.690156 0.903587 0.903587 0.903587 +4499.301758 0.000000 1940.037598 0.000000 0.431013 0.000000 0.902346 0.928369 0.928369 0.928369 +4523.248047 0.000000 1967.665771 0.000000 0.449419 0.000000 0.893321 0.776871 0.776871 0.776871 +4538.669922 0.000000 1976.206543 0.000000 0.600294 0.000000 0.799779 0.864531 0.864531 0.864531 +4500.063965 0.000000 1961.343018 0.000000 0.510705 0.000000 0.859756 0.865921 0.865921 0.865921 +4514.454102 0.000000 1961.489990 0.000000 0.759872 0.000000 0.650072 0.852021 0.852021 0.852021 +4509.379395 0.000000 1931.944092 0.000000 0.115659 0.000000 0.993289 0.436669 0.436669 0.436669 +4534.834961 0.000000 1958.143311 0.000000 0.358740 0.000000 0.933437 0.569576 0.569576 0.569576 +4526.953613 0.000000 1973.868286 0.000000 0.037701 0.000000 0.999289 0.616518 0.616518 0.616518 +4520.459473 0.000000 1949.988281 0.000000 0.778420 0.000000 0.627743 0.482093 0.482093 0.482093 +4507.236816 0.000000 1937.955688 0.000000 0.601938 0.000000 0.798543 0.941121 0.941121 0.941121 +4510.684082 0.000000 1962.729370 0.000000 0.040780 0.000000 0.999168 0.462361 0.462361 0.462361 +4501.353516 0.000000 1956.358521 0.000000 0.573604 0.000000 0.819133 0.809457 0.809457 0.809457 +4499.693848 0.000000 1949.804443 0.000000 0.403498 0.000000 0.914981 0.843363 0.843363 0.843363 +4501.230957 0.000000 1958.981201 0.000000 0.239202 0.000000 0.970970 0.807859 0.807859 0.807859 +4509.510254 0.000000 1934.531738 0.000000 0.615928 0.000000 0.787803 0.942244 0.942244 0.942244 +4511.786621 0.000000 1954.190186 0.000000 0.216924 0.000000 0.976188 0.913921 0.913921 0.913921 +4505.172852 0.000000 1956.983521 0.000000 0.731768 0.000000 0.681554 0.900590 0.900590 0.900590 +4510.176270 0.000000 1971.626709 0.000000 0.140089 0.000000 0.990139 0.558419 0.558419 0.558419 +4507.559082 0.000000 1956.358032 0.000000 0.819530 0.000000 0.573036 0.922763 0.922763 0.922763 +4542.147949 0.000000 1965.423462 0.000000 0.707919 0.000000 0.706294 0.846223 0.846223 0.846223 +4524.222168 0.000000 1953.854614 0.000000 0.846445 0.000000 0.532476 0.552225 0.552225 0.552225 +4536.862793 0.000000 1954.591675 0.000000 0.136126 0.000000 0.990692 0.599727 0.599727 0.599727 +4529.044434 0.000000 1969.549072 0.000000 0.775544 0.000000 0.631293 0.765838 0.765838 0.765838 +4512.342773 0.000000 1955.514160 0.000000 0.113686 0.000000 0.993517 0.907253 0.907253 0.907253 +4509.685059 0.000000 1955.223389 0.000000 0.361385 0.000000 0.932416 0.910946 0.910946 0.910946 +4516.687500 0.000000 1971.038940 0.000000 0.518853 0.000000 0.854864 0.618687 0.618687 0.618687 +4506.914551 0.000000 1972.172607 0.000000 0.406050 0.000000 0.913851 0.623784 0.623784 0.623784 +4511.443848 0.000000 1958.580078 0.000000 0.429085 0.000000 0.903264 0.836304 0.836304 0.836304 +4503.285645 0.000000 1960.179199 0.000000 0.336897 0.000000 0.941541 0.839155 0.839155 0.839155 +4528.056641 0.000000 1971.675537 0.000000 0.770614 0.000000 0.637302 0.754247 0.754247 0.754247 +4538.406250 0.000000 1959.549072 0.000000 0.471123 0.000000 0.882067 0.769363 0.769363 0.769363 +4510.022949 0.000000 1963.881592 0.000000 0.680744 0.000000 0.732521 0.577315 0.577315 0.577315 +4526.269531 0.000000 1955.770386 0.000000 0.824812 0.000000 0.565408 0.545914 0.545914 0.545914 +4528.316895 0.000000 1962.200073 0.000000 0.213601 0.000000 0.976921 0.644467 0.644467 0.644467 +4513.315918 0.000000 1953.161743 0.000000 0.516860 0.000000 0.856070 0.934580 0.934580 0.934580 +4528.177246 0.000000 1958.510742 0.000000 0.552097 0.000000 0.833780 0.594919 0.594919 0.594919 +4537.671875 0.000000 1975.340088 0.000000 0.720991 0.000000 0.692944 0.768720 0.768720 0.768720 +4532.147949 0.000000 1975.630981 0.000000 0.865440 0.000000 0.501013 0.699542 0.699542 0.699542 +4516.170898 0.000000 1974.865356 0.000000 0.318860 0.000000 0.947802 0.761515 0.761515 0.761515 +4526.722168 0.000000 1968.280396 0.000000 0.139071 0.000000 0.990282 0.688133 0.688133 0.688133 +4494.689941 0.000000 1956.813110 0.000000 0.158929 0.000000 0.987290 0.453081 0.453081 0.453081 +4500.231934 0.000000 1944.256592 0.000000 0.443799 0.000000 0.896127 0.929274 0.929274 0.929274 +4539.539551 0.000000 1973.003418 0.000000 0.620757 0.000000 0.784003 0.812634 0.812634 0.812634 +4530.163574 0.000000 1967.444336 0.000000 0.274854 0.000000 0.961486 0.601359 0.601359 0.601359 +4506.203125 0.000000 1953.074585 0.000000 0.323238 0.000000 0.946318 0.920954 0.920954 0.920954 +4487.959473 0.000000 1969.727539 0.000000 0.642603 0.000000 0.766199 0.530632 0.530632 0.530632 +4534.205566 0.000000 1955.682007 0.000000 0.684940 0.000000 0.728599 0.549322 0.549322 0.549322 +4513.498047 0.000000 1968.683594 0.000000 0.742284 0.000000 0.670085 0.586698 0.586698 0.586698 +4538.264648 0.000000 1971.106689 0.000000 0.477585 0.000000 0.878586 0.798420 0.798420 0.798420 +4503.398438 0.000000 1976.269043 0.000000 0.127815 0.000000 0.991798 0.767853 0.767853 0.767853 +4527.887207 0.000000 1970.258423 0.000000 0.206060 0.000000 0.978539 0.698529 0.698529 0.698529 +4493.130371 0.000000 1962.644897 0.000000 0.208706 0.000000 0.977978 0.704578 0.704578 0.704578 +4511.169922 0.000000 1933.706421 0.000000 0.540231 0.000000 0.841517 0.689873 0.689873 0.689873 +4515.658203 0.000000 1961.024048 0.000000 0.516748 0.000000 0.856137 0.805046 0.805046 0.805046 +4509.854004 0.000000 1949.661133 0.000000 0.823479 0.000000 0.567346 0.961594 0.961594 0.961594 +4503.843750 0.000000 1958.808960 0.000000 0.372487 0.000000 0.928038 0.847707 0.847707 0.847707 +4505.770020 0.000000 1959.636475 0.000000 0.744251 0.000000 0.667900 0.899756 0.899756 0.899756 +4497.052246 0.000000 1963.273315 0.000000 0.720181 0.000000 0.693786 0.811020 0.811020 0.811020 +4523.365234 0.000000 1963.456665 0.000000 0.181837 0.000000 0.983329 0.746348 0.746348 0.746348 +4510.868164 0.000000 1941.210938 0.000000 0.281890 0.000000 0.959447 0.918192 0.918192 0.918192 +4501.902344 0.000000 1965.955200 0.000000 0.440019 0.000000 0.897988 0.877222 0.877222 0.877222 +4542.710938 0.000000 1958.695190 0.000000 0.352593 0.000000 0.935777 0.835908 0.835908 0.835908 +4543.246094 0.000000 1956.478271 0.000000 0.802513 0.000000 0.596635 0.919080 0.919080 0.919080 +4518.524902 0.000000 1967.822144 0.000000 0.268411 0.000000 0.963305 0.600284 0.600284 0.600284 +4539.484375 0.000000 1961.665039 0.000000 0.405939 0.000000 0.913900 0.758481 0.758481 0.758481 +4526.873535 0.000000 1969.570190 0.000000 0.654843 0.000000 0.755765 0.775922 0.775922 0.775922 +4508.231934 0.000000 1962.071533 0.000000 0.646080 0.000000 0.763270 0.594221 0.594221 0.594221 +4525.710938 0.000000 1971.667969 0.000000 0.289648 0.000000 0.957133 0.756973 0.756973 0.756973 +4499.857422 0.000000 1973.165649 0.000000 0.464065 0.000000 0.885801 0.697221 0.697221 0.697221 +4537.404785 0.000000 1958.112915 0.000000 0.525671 0.000000 0.850688 0.681895 0.681895 0.681895 +4514.360840 0.000000 1965.841919 0.000000 0.585657 0.000000 0.810559 0.581753 0.581753 0.581753 +4512.863281 0.000000 1941.293457 0.000000 0.658759 0.000000 0.752354 0.798237 0.798237 0.798237 +4526.588379 0.000000 1964.250000 0.000000 0.784176 0.000000 0.620539 0.857634 0.857634 0.857634 +4524.451660 0.000000 1964.081177 0.000000 0.013510 0.000000 0.999909 0.715455 0.715455 0.715455 +4530.113770 0.000000 1966.224121 0.000000 0.836936 0.000000 0.547301 0.715854 0.715854 0.715854 +4522.301758 0.000000 1964.014526 0.000000 0.523728 0.000000 0.851885 0.817464 0.817464 0.817464 +4508.046387 0.000000 1953.782837 0.000000 0.263333 0.000000 0.964705 0.916964 0.916964 0.916964 +4533.900391 0.000000 1971.843506 0.000000 0.798441 0.000000 0.602073 0.710166 0.710166 0.710166 +4511.371094 0.000000 1975.530029 0.000000 0.058292 0.000000 0.998300 0.804028 0.804028 0.804028 +4520.053711 0.000000 1972.822998 0.000000 0.165887 0.000000 0.986145 0.664290 0.664290 0.664290 +4513.799316 0.000000 1959.354736 0.000000 0.307608 0.000000 0.951513 0.846407 0.846407 0.846407 +4512.520996 0.000000 1975.921631 0.000000 0.709984 0.000000 0.704218 0.897593 0.897593 0.897593 +4508.429199 0.000000 1959.812134 0.000000 0.136762 0.000000 0.990604 0.710606 0.710606 0.710606 +4534.086914 0.000000 1965.067871 0.000000 0.140193 0.000000 0.990124 0.548159 0.548159 0.548159 +4514.136719 0.000000 1948.592529 0.000000 0.518347 0.000000 0.855170 0.871686 0.871686 0.871686 +4539.344238 0.000000 1957.105835 0.000000 0.345895 0.000000 0.938273 0.743130 0.743130 0.743130 +4524.346191 0.000000 1968.108643 0.000000 0.626530 0.000000 0.779398 0.797338 0.797338 0.797338 +4543.312988 0.000000 1961.743652 0.000000 0.533410 0.000000 0.845857 0.847389 0.847389 0.847389 +4511.121582 0.000000 1951.729004 0.000000 0.840922 0.000000 0.541156 0.963597 0.963597 0.963597 +4539.012207 0.000000 1968.895508 0.000000 0.158470 0.000000 0.987364 0.772311 0.772311 0.772311 +4523.446289 0.000000 1962.080322 0.000000 0.223651 0.000000 0.974669 0.752644 0.752644 0.752644 +4502.176758 0.000000 1957.891724 0.000000 0.682080 0.000000 0.731278 0.886355 0.886355 0.886355 +4500.580078 0.000000 1968.065918 0.000000 0.320326 0.000000 0.947307 0.825669 0.825669 0.825669 +4520.134277 0.000000 1965.059204 0.000000 0.620828 0.000000 0.783947 0.779960 0.779960 0.779960 +4519.071777 0.000000 1970.186890 0.000000 0.623140 0.000000 0.782111 0.706011 0.706011 0.706011 +4535.533691 0.000000 1974.424316 0.000000 0.395691 0.000000 0.918384 0.627157 0.627157 0.627157 +4528.827148 0.000000 1964.306641 0.000000 0.678025 0.000000 0.735038 0.717449 0.717449 0.717449 +4506.672852 0.000000 1958.744141 0.000000 0.258337 0.000000 0.966055 0.752151 0.752151 0.752151 +4522.127930 0.000000 1967.921997 0.000000 0.603402 0.000000 0.797437 0.803888 0.803888 0.803888 +4521.492676 0.000000 1970.952515 0.000000 0.751912 0.000000 0.659263 0.765335 0.765335 0.765335 +4523.550781 0.000000 1970.176025 0.000000 0.408285 0.000000 0.912854 0.731084 0.731084 0.731084 +4519.595215 0.000000 1963.566650 0.000000 0.495956 0.000000 0.868347 0.724391 0.724391 0.724391 +4507.824219 0.000000 1933.330322 0.000000 0.276910 0.000000 0.960896 0.857950 0.857950 0.857950 +4529.638184 0.000000 1961.557373 0.000000 0.397727 0.000000 0.917504 0.637939 0.637939 0.637939 +4536.008301 0.000000 1962.718140 0.000000 0.439196 0.000000 0.898391 0.645234 0.645234 0.645234 +4522.690430 0.000000 1976.511963 0.000000 0.461669 0.000000 0.887052 0.734672 0.734672 0.734672 +4541.398438 0.000000 1963.281616 0.000000 0.537018 0.000000 0.843571 0.830999 0.830999 0.830999 +4517.454590 0.000000 1949.652588 0.000000 0.098774 0.000000 0.995110 0.620697 0.620697 0.620697 +4520.188477 0.000000 1957.811768 0.000000 0.591568 0.000000 0.806255 0.704967 0.704967 0.704967 +4519.291504 0.000000 1959.474243 0.000000 0.467260 0.000000 0.884120 0.752102 0.752102 0.752102 +4506.905273 0.000000 1954.042114 0.000000 0.358615 0.000000 0.933485 0.894494 0.894494 0.894494 +4512.724121 0.000000 1942.885132 0.000000 0.187672 0.000000 0.982232 0.712667 0.712667 0.712667 +4492.104980 0.000000 1963.367432 0.000000 0.368982 0.000000 0.929436 0.730110 0.730110 0.730110 +4509.720703 0.000000 1943.052002 0.000000 0.390212 0.000000 0.920725 0.925520 0.925520 0.925520 +4507.464355 0.000000 1946.033203 0.000000 0.523695 0.000000 0.851906 0.935089 0.935089 0.935089 +4494.414551 0.000000 1969.746826 0.000000 0.758240 0.000000 0.651976 0.936703 0.936703 0.936703 +4541.764648 0.000000 1958.124634 0.000000 0.255604 0.000000 0.966781 0.792488 0.792488 0.792488 +4516.052246 0.000000 1959.911865 0.000000 0.839032 0.000000 0.544082 0.876747 0.876747 0.876747 +4500.545898 0.000000 1952.629150 0.000000 0.260043 0.000000 0.965597 0.769755 0.769755 0.769755 +4517.249023 0.000000 1974.674316 0.000000 0.255003 0.000000 0.966940 0.751640 0.751640 0.751640 +4499.508789 0.000000 1936.860718 0.000000 0.294443 0.000000 0.955669 0.859964 0.859964 0.859964 +4512.789062 0.000000 1973.588867 0.000000 0.030780 0.000000 0.999526 0.683004 0.683004 0.683004 +4506.105957 0.000000 1941.169678 0.000000 0.806690 0.000000 0.590975 0.959749 0.959749 0.959749 +4500.834473 0.000000 1943.365845 0.000000 0.521207 0.000000 0.853430 0.934904 0.934904 0.934904 +4515.967285 0.000000 1954.742920 0.000000 0.691053 0.000000 0.722804 0.927999 0.927999 0.927999 +4506.147949 0.000000 1945.014282 0.000000 0.727484 0.000000 0.686125 0.951862 0.951862 0.951862 +4494.090820 0.000000 1964.502563 0.000000 0.797007 0.000000 0.603970 0.913063 0.913063 0.913063 +4516.375977 0.000000 1957.733521 0.000000 0.188547 0.000000 0.982064 0.816910 0.816910 0.816910 +4517.165527 0.000000 1958.511597 0.000000 0.470622 0.000000 0.882335 0.802904 0.802904 0.802904 +4509.912109 0.000000 1940.761719 0.000000 0.559004 0.000000 0.829165 0.937763 0.937763 0.937763 +4508.514160 0.000000 1934.265503 0.000000 0.149461 0.000000 0.988768 0.909551 0.909551 0.909551 +4510.140625 0.000000 1956.135132 0.000000 0.251786 0.000000 0.967783 0.864940 0.864940 0.864940 +4504.788574 0.000000 1934.581055 0.000000 0.036401 0.000000 0.999337 0.902318 0.902318 0.902318 +4505.272461 0.000000 1955.221924 0.000000 0.707724 0.000000 0.706489 0.905399 0.905399 0.905399 +4500.380859 0.000000 1942.271851 0.000000 0.501612 0.000000 0.865093 0.933452 0.933452 0.933452 +4510.965820 0.000000 1949.958008 0.000000 0.744182 0.000000 0.667977 0.953432 0.953432 0.953432 +4501.314941 0.000000 1936.985596 0.000000 0.124910 0.000000 0.992168 0.907973 0.907973 0.907973 +4510.344238 0.000000 1947.127441 0.000000 0.563031 0.000000 0.826435 0.938073 0.938073 0.938073 +4511.795898 0.000000 1948.383057 0.000000 0.164296 0.000000 0.986411 0.910507 0.910507 0.910507 +4497.626953 0.000000 1965.449341 0.000000 0.859636 0.000000 0.510908 0.938551 0.938551 0.938551 +4500.853027 0.000000 1941.385132 0.000000 0.274981 0.000000 0.961450 0.917734 0.917734 0.917734 +4509.189453 0.000000 1957.388428 0.000000 0.362037 0.000000 0.932164 0.862451 0.862451 0.862451 +4509.834473 0.000000 1953.204590 0.000000 0.460912 0.000000 0.887446 0.930496 0.930496 0.930496 +4507.121094 0.000000 1947.782837 0.000000 0.316018 0.000000 0.948753 0.920469 0.920469 0.920469 +4502.055176 0.000000 1948.301514 0.000000 0.616664 0.000000 0.787227 0.942303 0.942303 0.942303 +4499.004883 0.000000 1941.862915 0.000000 0.568762 0.000000 0.822502 0.938515 0.938515 0.938515 +4509.937500 0.000000 1935.463867 0.000000 0.837553 0.000000 0.546355 0.963203 0.963203 0.963203 +4512.414062 0.000000 1956.500610 0.000000 0.702133 0.000000 0.712046 0.930562 0.930562 0.930562 +4508.714355 0.000000 1943.089722 0.000000 0.174740 0.000000 0.984615 0.911182 0.911182 0.911182 +4503.371582 0.000000 1949.880005 0.000000 0.061383 0.000000 0.998114 0.903910 0.903910 0.903910 +4508.431152 0.000000 1939.931274 0.000000 0.387142 0.000000 0.922020 0.925308 0.925308 0.925308 +4500.185547 0.000000 1948.997192 0.000000 0.617340 0.000000 0.786696 0.938289 0.938289 0.938289 +4506.912598 0.000000 1946.878174 0.000000 0.110952 0.000000 0.993826 0.907078 0.907078 0.907078 +4569.621582 0.000000 1968.343628 0.000000 0.301514 0.000000 0.953462 0.227715 0.227715 0.227715 +4559.870117 0.000000 1957.291626 0.000000 0.221329 0.000000 0.975199 0.241110 0.241110 0.241110 +4549.141602 0.000000 1945.974976 0.000000 0.828911 0.000000 0.559380 0.389069 0.389069 0.389069 +4565.843750 0.000000 1970.753418 0.000000 0.211772 0.000000 0.977319 0.358779 0.358779 0.358779 +4554.663574 0.000000 1975.053711 0.000000 0.362905 0.000000 0.931826 0.616280 0.616280 0.616280 +4552.280273 0.000000 1954.699707 0.000000 0.395164 0.000000 0.918610 0.502485 0.502485 0.502485 +4546.335449 0.000000 1951.698730 0.000000 0.642662 0.000000 0.766150 0.583685 0.583685 0.583685 +4560.310547 0.000000 1968.064209 0.000000 0.409269 0.000000 0.912414 0.693066 0.693066 0.693066 +4563.343262 0.000000 1972.069824 0.000000 0.120389 0.000000 0.992727 0.555212 0.555212 0.555212 +4560.425781 0.000000 1971.171753 0.000000 0.553429 0.000000 0.832896 0.724141 0.724141 0.724141 +4549.809082 0.000000 1975.951904 0.000000 0.507583 0.000000 0.861603 0.731874 0.731874 0.731874 +4547.162109 0.000000 1972.520386 0.000000 0.339374 0.000000 0.940652 0.793445 0.793445 0.793445 +4554.331055 0.000000 1965.805054 0.000000 0.079423 0.000000 0.996841 0.871554 0.871554 0.871554 +4562.536621 0.000000 1973.938477 0.000000 0.091840 0.000000 0.995774 0.550579 0.550579 0.550579 +4566.444824 0.000000 1972.167603 0.000000 0.435858 0.000000 0.900016 0.352699 0.352699 0.352699 +4559.453125 0.000000 1969.443970 0.000000 0.321525 0.000000 0.946901 0.844472 0.844472 0.844472 +4557.467285 0.000000 1969.115601 0.000000 0.446372 0.000000 0.894848 0.868043 0.868043 0.868043 +4555.568848 0.000000 1976.422119 0.000000 0.848677 0.000000 0.528911 0.557659 0.557659 0.557659 +4562.425781 0.000000 1969.320923 0.000000 0.022937 0.000000 0.999737 0.358996 0.358996 0.358996 +4560.398438 0.000000 1965.525146 0.000000 0.440983 0.000000 0.897515 0.463725 0.463725 0.463725 +4554.666016 0.000000 1962.830322 0.000000 0.825526 0.000000 0.564365 0.945656 0.945656 0.945656 +4544.126465 0.000000 1966.151611 0.000000 0.096494 0.000000 0.995334 0.733638 0.733638 0.733638 +4556.955566 0.000000 1976.332886 0.000000 0.819017 0.000000 0.573769 0.592160 0.592160 0.592160 +4551.662109 0.000000 1957.193970 0.000000 0.251292 0.000000 0.967911 0.855025 0.855025 0.855025 +4558.365723 0.000000 1963.466064 0.000000 0.114186 0.000000 0.993459 0.518581 0.518581 0.518581 +4547.574219 0.000000 1973.892334 0.000000 0.527319 0.000000 0.849668 0.823707 0.823707 0.823707 +4549.108887 0.000000 1970.101318 0.000000 0.394027 0.000000 0.919099 0.830885 0.830885 0.830885 +4557.130371 0.000000 1962.644897 0.000000 0.175267 0.000000 0.984521 0.825565 0.825565 0.825565 +4563.857422 0.000000 1973.165649 0.000000 0.687085 0.000000 0.726577 0.657970 0.657970 0.657970 +4548.693359 0.000000 1953.109131 0.000000 0.755689 0.000000 0.654931 0.694189 0.694189 0.694189 +4545.803711 0.000000 1972.794800 0.000000 0.041221 0.000000 0.999150 0.767447 0.767447 0.767447 +4549.933594 0.000000 1961.305420 0.000000 0.287567 0.000000 0.957761 0.880249 0.880249 0.880249 +4545.519531 0.000000 1968.012573 0.000000 0.524380 0.000000 0.851484 0.789643 0.789643 0.789643 +4548.470703 0.000000 1955.457886 0.000000 0.034546 0.000000 0.999403 0.789442 0.789442 0.789442 +4553.122070 0.000000 1967.530396 0.000000 0.254445 0.000000 0.967087 0.894735 0.894735 0.894735 +4555.890137 0.000000 1971.201782 0.000000 0.033070 0.000000 0.999453 0.803060 0.803060 0.803060 +4547.149902 0.000000 1966.262085 0.000000 0.320694 0.000000 0.947183 0.784790 0.784790 0.784790 +4544.369141 0.000000 1959.995972 0.000000 0.298677 0.000000 0.954354 0.860452 0.860452 0.860452 +4550.282227 0.000000 1966.523193 0.000000 0.741718 0.000000 0.670712 0.930072 0.930072 0.930072 +4553.561035 0.000000 1971.614258 0.000000 0.019092 0.000000 0.999818 0.798944 0.798944 0.798944 +4551.351074 0.000000 1959.719727 0.000000 0.599524 0.000000 0.800357 0.918690 0.918690 0.918690 +4544.352051 0.000000 1958.854492 0.000000 0.274376 0.000000 0.961623 0.857659 0.857659 0.857659 +4552.949219 0.000000 1969.403931 0.000000 0.505377 0.000000 0.862898 0.900984 0.900984 0.900984 +4548.652344 0.000000 1957.744019 0.000000 0.425868 0.000000 0.904785 0.890739 0.890739 0.890739 +4554.944824 0.000000 1968.743408 0.000000 0.418347 0.000000 0.908287 0.879699 0.879699 0.879699 +4549.164062 0.000000 1965.895996 0.000000 0.777168 0.000000 0.629293 0.928121 0.928121 0.928121 +4555.251465 0.000000 1965.399780 0.000000 0.861526 0.000000 0.507713 0.954133 0.954133 0.954133 +4549.642578 0.000000 1963.484009 0.000000 0.245024 0.000000 0.969517 0.876116 0.876116 0.876116 +4484.047852 0.000000 1985.303223 0.000000 0.109182 0.000000 0.994022 0.194078 0.194078 0.194078 +4538.462402 0.000000 1994.023193 0.000000 0.433935 0.000000 0.900944 0.297069 0.297069 0.297069 +4516.759766 0.000000 1998.329346 0.000000 0.617387 0.000000 0.786659 0.336240 0.336240 0.336240 +4516.029297 0.000000 1995.505859 0.000000 0.741934 0.000000 0.670473 0.373139 0.373139 0.373139 +4524.127930 0.000000 2004.394409 0.000000 0.213683 0.000000 0.976903 0.276152 0.276152 0.276152 +4518.646484 0.000000 2009.110352 0.000000 0.064583 0.000000 0.997912 0.251261 0.251261 0.251261 +4489.795410 0.000000 1976.977539 0.000000 0.549467 0.000000 0.835516 0.321102 0.321102 0.321102 +4515.689941 0.000000 2028.554810 0.000000 0.723508 0.000000 0.690316 0.358763 0.358763 0.358763 +4518.385742 0.000000 1993.798096 0.000000 0.650888 0.000000 0.759173 0.358282 0.358282 0.358282 +4536.346680 0.000000 1999.154053 0.000000 0.583698 0.000000 0.811971 0.333585 0.333585 0.333585 +4514.111328 0.000000 2008.568359 0.000000 0.793130 0.000000 0.609052 0.389889 0.389889 0.389889 +4482.575684 0.000000 2018.080200 0.000000 0.142931 0.000000 0.989733 0.262136 0.262136 0.262136 +4507.698730 0.000000 2023.452515 0.000000 0.531512 0.000000 0.847051 0.340702 0.340702 0.340702 +4482.311035 0.000000 2013.564209 0.000000 0.136524 0.000000 0.990637 0.269649 0.269649 0.269649 +4543.814453 0.000000 1995.397827 0.000000 0.309775 0.000000 0.950810 0.270028 0.270028 0.270028 +4482.944824 0.000000 1994.349121 0.000000 0.076474 0.000000 0.997072 0.226371 0.226371 0.226371 +4512.330078 0.000000 2031.250610 0.000000 0.698452 0.000000 0.715657 0.347378 0.347378 0.347378 +4509.291016 0.000000 2019.295654 0.000000 0.498645 0.000000 0.866806 0.345652 0.345652 0.345652 +4543.273438 0.000000 1988.344238 0.000000 0.241977 0.000000 0.970282 0.296845 0.296845 0.296845 +4516.144531 0.000000 2025.914551 0.000000 0.035326 0.000000 0.999376 0.236073 0.236073 0.236073 +4491.263184 0.000000 2013.515503 0.000000 0.639015 0.000000 0.769194 0.401915 0.401915 0.401915 +4507.673340 0.000000 2029.726440 0.000000 0.121468 0.000000 0.992595 0.231396 0.231396 0.231396 +4482.069824 0.000000 2001.774780 0.000000 0.339737 0.000000 0.940520 0.308836 0.308836 0.308836 +4518.962402 0.000000 2021.133057 0.000000 0.441277 0.000000 0.897371 0.330245 0.330245 0.330245 +4512.607910 0.000000 2016.043823 0.000000 0.489230 0.000000 0.872155 0.320251 0.320251 0.320251 +4516.682129 0.000000 2000.742432 0.000000 0.202750 0.000000 0.979231 0.247693 0.247693 0.247693 +4520.179688 0.000000 2005.137817 0.000000 0.651752 0.000000 0.758432 0.348798 0.348798 0.348798 +4514.508301 0.000000 2023.518799 0.000000 0.178660 0.000000 0.983911 0.244204 0.244204 0.244204 +4512.801270 0.000000 2005.268311 0.000000 0.683286 0.000000 0.730151 0.397603 0.397603 0.397603 +4516.342285 0.000000 2032.621826 0.000000 0.834562 0.000000 0.550914 0.407577 0.407577 0.407577 +4504.641113 0.000000 2032.677612 0.000000 0.180912 0.000000 0.983499 0.282073 0.282073 0.282073 +4527.448242 0.000000 2001.460693 0.000000 0.300260 0.000000 0.953858 0.300433 0.300433 0.300433 +4483.385254 0.000000 2015.387573 0.000000 0.564952 0.000000 0.825124 0.336831 0.336831 0.336831 +4523.060059 0.000000 2011.086670 0.000000 0.478302 0.000000 0.878195 0.407284 0.407284 0.407284 +4519.167969 0.000000 2025.423096 0.000000 0.369037 0.000000 0.929415 0.321770 0.321770 0.321770 +4539.815430 0.000000 1995.672974 0.000000 0.300639 0.000000 0.953738 0.271115 0.271115 0.271115 +4489.808105 0.000000 2018.120239 0.000000 0.247524 0.000000 0.968882 0.335066 0.335066 0.335066 +4537.678223 0.000000 1992.074707 0.000000 0.842961 0.000000 0.537974 0.410871 0.410871 0.410871 +4520.199219 0.000000 2007.799072 0.000000 0.003929 0.000000 0.999992 0.236543 0.236543 0.236543 +4485.572266 0.000000 2023.883911 0.000000 0.841692 0.000000 0.539958 0.555563 0.555563 0.555563 +4513.987305 0.000000 2014.566772 0.000000 0.197902 0.000000 0.980222 0.274516 0.274516 0.274516 +4503.416992 0.000000 2024.885864 0.000000 0.496698 0.000000 0.867923 0.516108 0.516108 0.516108 +4507.739258 0.000000 2020.576538 0.000000 0.850784 0.000000 0.525516 0.450835 0.450835 0.450835 +4484.789062 0.000000 2010.810059 0.000000 0.347843 0.000000 0.937553 0.300170 0.300170 0.300170 +4532.679199 0.000000 1996.642456 0.000000 0.090453 0.000000 0.995901 0.274393 0.274393 0.274393 +4514.967773 0.000000 2011.695801 0.000000 0.594392 0.000000 0.804175 0.345006 0.345006 0.345006 +4516.742188 0.000000 2030.158325 0.000000 0.086975 0.000000 0.996211 0.257192 0.257192 0.257192 +4519.104492 0.000000 1988.846680 0.000000 0.149448 0.000000 0.988770 0.423713 0.423713 0.423713 +4516.099609 0.000000 2015.270874 0.000000 0.779243 0.000000 0.626723 0.392198 0.392198 0.392198 +4492.251465 0.000000 1983.789185 0.000000 0.706701 0.000000 0.707512 0.371377 0.371377 0.371377 +4481.726074 0.000000 2019.857544 0.000000 0.519800 0.000000 0.854288 0.340065 0.340065 0.340065 +4523.071777 0.000000 1987.531616 0.000000 0.009618 0.000000 0.999954 0.496561 0.496561 0.496561 +4532.072754 0.000000 2025.456299 0.000000 0.132200 0.000000 0.991223 0.491830 0.491830 0.491830 +4495.854980 0.000000 1983.482788 0.000000 0.789522 0.000000 0.613722 0.407702 0.407702 0.407702 +4480.588379 0.000000 2029.255615 0.000000 0.305817 0.000000 0.952090 0.417722 0.417722 0.417722 +4488.309570 0.000000 2005.746338 0.000000 0.164095 0.000000 0.986445 0.526760 0.526760 0.526760 +4488.859375 0.000000 2014.440186 0.000000 0.554071 0.000000 0.832469 0.341253 0.341253 0.341253 +4520.256348 0.000000 1993.800903 0.000000 0.013069 0.000000 0.999915 0.255580 0.255580 0.255580 +4530.999023 0.000000 1984.295898 0.000000 0.375085 0.000000 0.926990 0.665755 0.665755 0.665755 +4513.433594 0.000000 2012.756714 0.000000 0.857269 0.000000 0.514868 0.412705 0.412705 0.412705 +4510.652344 0.000000 1989.038452 0.000000 0.104590 0.000000 0.994515 0.458384 0.458384 0.458384 +4509.614258 0.000000 2008.681030 0.000000 0.546275 0.000000 0.837606 0.639185 0.639185 0.639185 +4492.773926 0.000000 2011.137207 0.000000 0.725828 0.000000 0.687876 0.577921 0.577921 0.577921 +4533.188965 0.000000 2031.365845 0.000000 0.001423 0.000000 0.999999 0.510335 0.510335 0.510335 +4497.145996 0.000000 1979.507324 0.000000 0.317423 0.000000 0.948284 0.424155 0.424155 0.424155 +4540.473145 0.000000 2003.937134 0.000000 0.475628 0.000000 0.879646 0.720790 0.720790 0.720790 +4480.850586 0.000000 2017.517822 0.000000 0.588478 0.000000 0.808513 0.353662 0.353662 0.353662 +4511.632324 0.000000 1987.621948 0.000000 0.857469 0.000000 0.514536 0.742249 0.742249 0.742249 +4494.389648 0.000000 2014.737549 0.000000 0.159348 0.000000 0.987223 0.624923 0.624923 0.624923 +4487.699707 0.000000 1992.807983 0.000000 0.804080 0.000000 0.594521 0.507267 0.507267 0.507267 +4540.312988 0.000000 2000.708008 0.000000 0.755671 0.000000 0.654952 0.609470 0.609470 0.609470 +4531.291016 0.000000 1987.377197 0.000000 0.274339 0.000000 0.961633 0.601273 0.601273 0.601273 +4496.728516 0.000000 1976.959717 0.000000 0.539854 0.000000 0.841759 0.481914 0.481914 0.481914 +4538.250000 0.000000 2010.445068 0.000000 0.558015 0.000000 0.829831 0.714356 0.714356 0.714356 +4522.375488 0.000000 2008.496338 0.000000 0.792620 0.000000 0.609716 0.399080 0.399080 0.399080 +4490.416504 0.000000 2008.637329 0.000000 0.269060 0.000000 0.963123 0.443377 0.443377 0.443377 +4504.891602 0.000000 2023.308228 0.000000 0.659130 0.000000 0.752029 0.419176 0.419176 0.419176 +4524.442383 0.000000 1983.465942 0.000000 0.298663 0.000000 0.954359 0.663724 0.663724 0.663724 +4519.089844 0.000000 1992.266235 0.000000 0.576460 0.000000 0.817125 0.342769 0.342769 0.342769 +4525.674805 0.000000 1989.956543 0.000000 0.004460 0.000000 0.999990 0.485771 0.485771 0.485771 +4487.546875 0.000000 2008.257935 0.000000 0.716487 0.000000 0.697601 0.381751 0.381751 0.381751 +4514.375977 0.000000 1993.395874 0.000000 0.208373 0.000000 0.978049 0.287485 0.287485 0.287485 +4511.972656 0.000000 2001.334106 0.000000 0.837174 0.000000 0.546936 0.641279 0.641279 0.641279 +4510.924805 0.000000 2016.257935 0.000000 0.537757 0.000000 0.843100 0.341867 0.341867 0.341867 +4530.132324 0.000000 1996.374268 0.000000 0.574313 0.000000 0.818636 0.402716 0.402716 0.402716 +4543.210449 0.000000 2011.554932 0.000000 0.130988 0.000000 0.991384 0.631261 0.631261 0.631261 +4493.188965 0.000000 1985.207764 0.000000 0.765718 0.000000 0.643176 0.390901 0.390901 0.390901 +4522.439941 0.000000 1989.177002 0.000000 0.833781 0.000000 0.552095 0.562772 0.562772 0.562772 +4537.112305 0.000000 1983.543457 0.000000 0.837036 0.000000 0.547147 0.922383 0.922383 0.922383 +4499.350098 0.000000 1979.307007 0.000000 0.491241 0.000000 0.871024 0.613519 0.613519 0.613519 +4498.929199 0.000000 1982.427368 0.000000 0.616601 0.000000 0.787276 0.653111 0.653111 0.653111 +4525.531250 0.000000 1995.346191 0.000000 0.042489 0.000000 0.999097 0.283974 0.283974 0.283974 +4537.728516 0.000000 2002.347778 0.000000 0.278696 0.000000 0.960379 0.302671 0.302671 0.302671 +4485.809082 0.000000 2032.436279 0.000000 0.750498 0.000000 0.660873 0.807122 0.807122 0.807122 +4501.729980 0.000000 1992.543213 0.000000 0.599337 0.000000 0.800497 0.870010 0.870010 0.870010 +4490.256348 0.000000 1981.183838 0.000000 0.539100 0.000000 0.842242 0.348868 0.348868 0.348868 +4495.974609 0.000000 2010.513062 0.000000 0.360434 0.000000 0.932785 0.668625 0.668625 0.668625 +4524.147461 0.000000 1992.588501 0.000000 0.681803 0.000000 0.731535 0.459897 0.459897 0.459897 +4542.383301 0.000000 1998.119629 0.000000 0.634884 0.000000 0.772608 0.510117 0.510117 0.510117 +4514.977539 0.000000 1991.452515 0.000000 0.198484 0.000000 0.980104 0.311230 0.311230 0.311230 +4486.562500 0.000000 2020.375122 0.000000 0.153902 0.000000 0.988086 0.337109 0.337109 0.337109 +4527.029785 0.000000 1991.196655 0.000000 0.688156 0.000000 0.725563 0.574115 0.574115 0.574115 +4501.555664 0.000000 1981.038208 0.000000 0.742687 0.000000 0.669638 0.800032 0.800032 0.800032 +4503.599609 0.000000 2031.508301 0.000000 0.629634 0.000000 0.776892 0.547016 0.547016 0.547016 +4502.338379 0.000000 1989.935547 0.000000 0.850989 0.000000 0.525184 0.770806 0.770806 0.770806 +4491.039062 0.000000 1993.209473 0.000000 0.374108 0.000000 0.927385 0.847931 0.847931 0.847931 +4490.378418 0.000000 1988.814453 0.000000 0.822030 0.000000 0.569445 0.568960 0.568960 0.568960 +4533.071289 0.000000 1981.694458 0.000000 0.347455 0.000000 0.937697 0.704473 0.704473 0.704473 +4513.699219 0.000000 1990.383423 0.000000 0.342002 0.000000 0.939699 0.375446 0.375446 0.375446 +4502.351074 0.000000 1995.693604 0.000000 0.797195 0.000000 0.603721 0.912134 0.912134 0.912134 +4512.131348 0.000000 1982.072510 0.000000 0.545483 0.000000 0.838122 0.862296 0.862296 0.862296 +4498.634277 0.000000 2022.221802 0.000000 0.522501 0.000000 0.852639 0.863118 0.863118 0.863118 +4488.131348 0.000000 1986.340820 0.000000 0.090680 0.000000 0.995880 0.271103 0.271103 0.271103 +4490.331055 0.000000 2022.289429 0.000000 0.032305 0.000000 0.999478 0.800657 0.800657 0.800657 +4520.653320 0.000000 2022.595703 0.000000 0.262652 0.000000 0.964891 0.424062 0.424062 0.424062 +4500.841797 0.000000 2011.519287 0.000000 0.109314 0.000000 0.994007 0.854440 0.854440 0.854440 +4526.421387 0.000000 1986.000244 0.000000 0.028110 0.000000 0.999605 0.571760 0.571760 0.571760 +4534.280273 0.000000 2023.532471 0.000000 0.807200 0.000000 0.590279 0.555287 0.555287 0.555287 +4496.485352 0.000000 2002.065308 0.000000 0.776704 0.000000 0.629866 0.928044 0.928044 0.928044 +4502.025391 0.000000 2019.247192 0.000000 0.794915 0.000000 0.606721 0.786314 0.786314 0.786314 +4495.354980 0.000000 2023.175171 0.000000 0.038882 0.000000 0.999244 0.840519 0.840519 0.840519 +4537.993164 0.000000 2013.548950 0.000000 0.365719 0.000000 0.930725 0.516529 0.516529 0.516529 +4530.908203 0.000000 2015.718994 0.000000 0.390238 0.000000 0.920714 0.706114 0.706114 0.706114 +4482.657715 0.000000 2021.715454 0.000000 0.348571 0.000000 0.937282 0.315765 0.315765 0.315765 +4537.144531 0.000000 1978.568359 0.000000 0.420133 0.000000 0.907462 0.772034 0.772034 0.772034 +4540.112793 0.000000 2012.628174 0.000000 0.427355 0.000000 0.904084 0.712412 0.712412 0.712412 +4503.560547 0.000000 1994.479004 0.000000 0.750103 0.000000 0.661322 0.902045 0.902045 0.902045 +4531.663574 0.000000 1978.121582 0.000000 0.615932 0.000000 0.787799 0.673448 0.673448 0.673448 +4498.728027 0.000000 2011.111206 0.000000 0.677079 0.000000 0.735910 0.900276 0.900276 0.900276 +4500.575195 0.000000 1995.457153 0.000000 0.746812 0.000000 0.665035 0.913361 0.913361 0.913361 +4541.976074 0.000000 2017.638916 0.000000 0.496887 0.000000 0.867815 0.614568 0.614568 0.614568 +4528.663086 0.000000 1995.609009 0.000000 0.501935 0.000000 0.864905 0.610442 0.610442 0.610442 +4532.241699 0.000000 1988.687866 0.000000 0.852297 0.000000 0.523058 0.730544 0.730544 0.730544 +4510.394531 0.000000 1994.999390 0.000000 0.514419 0.000000 0.857539 0.467884 0.467884 0.467884 +4534.238281 0.000000 2033.315186 0.000000 0.784617 0.000000 0.619981 0.592496 0.592496 0.592496 +4498.425781 0.000000 2025.805298 0.000000 0.846659 0.000000 0.532136 0.943265 0.943265 0.943265 +4519.789551 0.000000 1990.890503 0.000000 0.026985 0.000000 0.999636 0.293445 0.293445 0.293445 +4507.529297 0.000000 2007.639038 0.000000 0.547352 0.000000 0.836902 0.873003 0.873003 0.873003 +4493.681641 0.000000 2022.622070 0.000000 0.374265 0.000000 0.927322 0.872849 0.872849 0.872849 +4508.743164 0.000000 2005.566162 0.000000 0.539928 0.000000 0.841711 0.770343 0.770343 0.770343 +4539.962402 0.000000 2015.901489 0.000000 0.667458 0.000000 0.744648 0.668880 0.668880 0.668880 +4518.826172 0.000000 1983.689209 0.000000 0.856280 0.000000 0.516512 0.834313 0.834313 0.834313 +4497.469238 0.000000 1994.691528 0.000000 0.627071 0.000000 0.778962 0.943149 0.943149 0.943149 +4543.883789 0.000000 2015.692627 0.000000 0.494282 0.000000 0.869301 0.593903 0.593903 0.593903 +4542.095703 0.000000 2008.499268 0.000000 0.865272 0.000000 0.501302 0.884079 0.884079 0.884079 +4534.203613 0.000000 2017.283569 0.000000 0.826691 0.000000 0.562656 0.697796 0.697796 0.697796 +4513.760254 0.000000 1981.361206 0.000000 0.602430 0.000000 0.798172 0.888550 0.888550 0.888550 +4503.838867 0.000000 2007.976807 0.000000 0.674064 0.000000 0.738673 0.939621 0.939621 0.939621 +4539.914062 0.000000 2005.275879 0.000000 0.649456 0.000000 0.760400 0.716623 0.716623 0.716623 +4481.626465 0.000000 2031.870483 0.000000 0.155661 0.000000 0.987811 0.406590 0.406590 0.406590 +4497.775879 0.000000 2024.526367 0.000000 0.374347 0.000000 0.927289 0.924427 0.924427 0.924427 +4511.834473 0.000000 1979.106689 0.000000 0.208233 0.000000 0.978079 0.868502 0.868502 0.868502 +4489.995605 0.000000 2025.794067 0.000000 0.762261 0.000000 0.647270 0.907728 0.907728 0.907728 +4521.033691 0.000000 2018.389893 0.000000 0.640603 0.000000 0.767872 0.497270 0.497270 0.497270 +4503.035156 0.000000 1987.390259 0.000000 0.168197 0.000000 0.985753 0.659119 0.659119 0.659119 +4487.231934 0.000000 1990.192383 0.000000 0.752890 0.000000 0.658147 0.462135 0.462135 0.462135 +4487.500488 0.000000 1996.249512 0.000000 0.546651 0.000000 0.837361 0.549645 0.549645 0.549645 +4502.889648 0.000000 2026.215088 0.000000 0.395910 0.000000 0.918289 0.541320 0.541320 0.541320 +4529.352051 0.000000 2030.086792 0.000000 0.743649 0.000000 0.668570 0.927055 0.927055 0.927055 +4523.248047 0.000000 2024.150146 0.000000 0.440481 0.000000 0.897762 0.604250 0.604250 0.604250 +4538.669922 0.000000 2032.690918 0.000000 0.145645 0.000000 0.989337 0.752678 0.752678 0.752678 +4500.196289 0.000000 2025.715454 0.000000 0.791253 0.000000 0.611489 0.806315 0.806315 0.806315 +4484.298828 0.000000 2032.851562 0.000000 0.503933 0.000000 0.863743 0.758468 0.758468 0.758468 +4500.314941 0.000000 2003.858765 0.000000 0.448578 0.000000 0.893744 0.894835 0.894835 0.894835 +4493.299805 0.000000 1988.419800 0.000000 0.040353 0.000000 0.999185 0.589758 0.589758 0.589758 +4539.526855 0.000000 2009.720337 0.000000 0.369320 0.000000 0.929302 0.792323 0.792323 0.792323 +4504.470703 0.000000 1999.701050 0.000000 0.151857 0.000000 0.988402 0.826846 0.826846 0.826846 +4543.974609 0.000000 2008.484497 0.000000 0.420372 0.000000 0.907352 0.794703 0.794703 0.794703 +4499.616211 0.000000 2023.211792 0.000000 0.301695 0.000000 0.953404 0.830499 0.830499 0.830499 +4527.221680 0.000000 2017.655396 0.000000 0.453244 0.000000 0.891387 0.788743 0.788743 0.788743 +4505.534668 0.000000 1986.515137 0.000000 0.347523 0.000000 0.937672 0.693529 0.693529 0.693529 +4500.600586 0.000000 1987.975098 0.000000 0.752071 0.000000 0.659082 0.723938 0.723938 0.723938 +4513.739258 0.000000 1979.477173 0.000000 0.825230 0.000000 0.564796 0.933921 0.933921 0.933921 +4519.522949 0.000000 1980.951294 0.000000 0.767999 0.000000 0.640451 0.853869 0.853869 0.853869 +4543.423340 0.000000 1980.428345 0.000000 0.523679 0.000000 0.851916 0.880104 0.880104 0.880104 +4481.280273 0.000000 2010.802490 0.000000 0.454604 0.000000 0.890694 0.438762 0.438762 0.438762 +4531.649902 0.000000 2029.574707 0.000000 0.332443 0.000000 0.943123 0.746616 0.746616 0.746616 +4534.252441 0.000000 1979.507690 0.000000 0.224286 0.000000 0.974523 0.701381 0.701381 0.701381 +4540.926270 0.000000 1980.796143 0.000000 0.711949 0.000000 0.702231 0.924782 0.924782 0.924782 +4527.546387 0.000000 1983.300537 0.000000 0.746749 0.000000 0.665106 0.748493 0.748493 0.748493 +4489.022461 0.000000 2020.020386 0.000000 0.776961 0.000000 0.629549 0.590508 0.590508 0.590508 +4526.953613 0.000000 2030.352661 0.000000 0.825967 0.000000 0.563719 0.961874 0.961874 0.961874 +4491.583008 0.000000 2023.897949 0.000000 0.842651 0.000000 0.538460 0.926325 0.926325 0.926325 +4490.576172 0.000000 2007.296875 0.000000 0.780964 0.000000 0.624576 0.645438 0.645438 0.645438 +4510.425293 0.000000 1983.837524 0.000000 0.146185 0.000000 0.989257 0.838945 0.838945 0.838945 +4494.755859 0.000000 1986.401245 0.000000 0.143229 0.000000 0.989690 0.464698 0.464698 0.464698 +4486.510254 0.000000 1993.553589 0.000000 0.141963 0.000000 0.989872 0.382202 0.382202 0.382202 +4543.365723 0.000000 1986.918457 0.000000 0.334014 0.000000 0.942568 0.482354 0.482354 0.482354 +4504.631836 0.000000 1987.566040 0.000000 0.462156 0.000000 0.886799 0.713018 0.713018 0.713018 +4500.708984 0.000000 2020.518555 0.000000 0.852111 0.000000 0.523361 0.817499 0.817499 0.817499 +4495.028809 0.000000 1990.058960 0.000000 0.372152 0.000000 0.928172 0.874387 0.874387 0.874387 +4509.510254 0.000000 1991.016113 0.000000 0.398907 0.000000 0.916992 0.541850 0.541850 0.541850 +4536.732422 0.000000 2025.510132 0.000000 0.222245 0.000000 0.974991 0.506700 0.506700 0.506700 +4535.696777 0.000000 1986.239014 0.000000 0.251890 0.000000 0.967756 0.666979 0.666979 0.666979 +4505.172852 0.000000 2013.467896 0.000000 0.487891 0.000000 0.872904 0.800148 0.800148 0.800148 +4495.223145 0.000000 2005.299683 0.000000 0.169542 0.000000 0.985523 0.785839 0.785839 0.785839 +4523.818848 0.000000 2014.454956 0.000000 0.609902 0.000000 0.792477 0.641586 0.641586 0.641586 +4524.222168 0.000000 2010.338989 0.000000 0.203152 0.000000 0.979147 0.414295 0.414295 0.414295 +4532.601074 0.000000 2027.890747 0.000000 0.363297 0.000000 0.931673 0.520952 0.520952 0.520952 +4524.655273 0.000000 2028.878540 0.000000 0.401440 0.000000 0.915886 0.870805 0.870805 0.870805 +4536.862793 0.000000 2011.076050 0.000000 0.834583 0.000000 0.550883 0.690067 0.690067 0.690067 +4488.616211 0.000000 1994.196777 0.000000 0.726027 0.000000 0.687666 0.806950 0.806950 0.806950 +4506.696777 0.000000 1996.699219 0.000000 0.654248 0.000000 0.756280 0.835507 0.835507 0.835507 +4529.044434 0.000000 2026.033447 0.000000 0.244087 0.000000 0.969753 0.761535 0.761535 0.761535 +4489.264160 0.000000 2021.546387 0.000000 0.009019 0.000000 0.999959 0.447617 0.447617 0.447617 +4519.339844 0.000000 1978.535645 0.000000 0.738504 0.000000 0.674249 0.868990 0.868990 0.868990 +4522.351562 0.000000 2026.041504 0.000000 0.585238 0.000000 0.810862 0.667304 0.667304 0.667304 +4538.406250 0.000000 2016.033447 0.000000 0.002902 0.000000 0.999996 0.531034 0.531034 0.531034 +4530.249023 0.000000 2026.633179 0.000000 0.753599 0.000000 0.657334 0.729448 0.729448 0.729448 +4537.981445 0.000000 1982.580688 0.000000 0.135225 0.000000 0.990815 0.807596 0.807596 0.807596 +4493.344238 0.000000 1991.242798 0.000000 0.494251 0.000000 0.869319 0.872927 0.872927 0.872927 +4497.185059 0.000000 1991.459106 0.000000 0.134485 0.000000 0.990916 0.835458 0.835458 0.835458 +4507.430664 0.000000 2017.587769 0.000000 0.831959 0.000000 0.554837 0.600715 0.600715 0.600715 +4501.323242 0.000000 2018.174927 0.000000 0.246214 0.000000 0.969216 0.824744 0.824744 0.824744 +4526.797363 0.000000 2028.756226 0.000000 0.167620 0.000000 0.985852 0.858205 0.858205 0.858205 +4538.353516 0.000000 1978.083618 0.000000 0.009236 0.000000 0.999957 0.807024 0.807024 0.807024 +4494.057129 0.000000 2011.615479 0.000000 0.256604 0.000000 0.966517 0.651432 0.651432 0.651432 +4520.703613 0.000000 2031.821655 0.000000 0.856275 0.000000 0.516520 0.686665 0.686665 0.686665 +4539.996582 0.000000 1984.222046 0.000000 0.676022 0.000000 0.736882 0.906308 0.906308 0.906308 +4539.628418 0.000000 2020.628662 0.000000 0.828379 0.000000 0.560168 0.614242 0.614242 0.614242 +4502.048340 0.000000 2000.066040 0.000000 0.183044 0.000000 0.983105 0.861866 0.861866 0.861866 +4514.554688 0.000000 1986.667236 0.000000 0.270133 0.000000 0.962823 0.534431 0.534431 0.534431 +4533.881348 0.000000 2019.112793 0.000000 0.786810 0.000000 0.617195 0.681877 0.681877 0.681877 +4502.709473 0.000000 1996.915161 0.000000 0.130983 0.000000 0.991385 0.830740 0.830740 0.830740 +4507.442383 0.000000 1985.375977 0.000000 0.389106 0.000000 0.921193 0.839484 0.839484 0.839484 +4507.970215 0.000000 1977.935303 0.000000 0.527101 0.000000 0.849803 0.886662 0.886662 0.886662 +4500.231934 0.000000 2000.740967 0.000000 0.076032 0.000000 0.997105 0.860066 0.860066 0.860066 +4506.203125 0.000000 2009.558960 0.000000 0.805137 0.000000 0.593089 0.868041 0.868041 0.868041 +4487.959473 0.000000 2026.211914 0.000000 0.518323 0.000000 0.855185 0.865536 0.865536 0.865536 +4534.205566 0.000000 2012.166382 0.000000 0.776468 0.000000 0.630157 0.595230 0.595230 0.595230 +4539.503906 0.000000 1978.858398 0.000000 0.601918 0.000000 0.798558 0.885702 0.885702 0.885702 +4530.448730 0.000000 2020.177979 0.000000 0.850856 0.000000 0.525399 0.730104 0.730104 0.730104 +4504.864258 0.000000 2003.507080 0.000000 0.753939 0.000000 0.656945 0.936118 0.936118 0.936118 +4527.887207 0.000000 2026.742798 0.000000 0.186194 0.000000 0.982513 0.808303 0.808303 0.808303 +4524.898438 0.000000 2032.813965 0.000000 0.340437 0.000000 0.940267 0.922115 0.922115 0.922115 +4534.395020 0.000000 1987.016357 0.000000 0.804095 0.000000 0.594500 0.773113 0.773113 0.773113 +4509.854004 0.000000 2006.145508 0.000000 0.852324 0.000000 0.523013 0.781451 0.781451 0.781451 +4502.163574 0.000000 1979.918457 0.000000 0.843225 0.000000 0.537560 0.926463 0.926463 0.926463 +4499.389160 0.000000 1989.536011 0.000000 0.821704 0.000000 0.569915 0.798557 0.798557 0.798557 +4523.365234 0.000000 2019.941040 0.000000 0.418393 0.000000 0.908266 0.646787 0.646787 0.646787 +4531.326660 0.000000 2024.468872 0.000000 0.287026 0.000000 0.957923 0.619102 0.619102 0.619102 +4530.592773 0.000000 1982.664307 0.000000 0.158589 0.000000 0.987345 0.624801 0.624801 0.624801 +4542.710938 0.000000 2015.179565 0.000000 0.842050 0.000000 0.539400 0.672362 0.672362 0.672362 +4535.950684 0.000000 2015.137085 0.000000 0.172620 0.000000 0.984989 0.493598 0.493598 0.493598 +4524.416992 0.000000 2021.956665 0.000000 0.584090 0.000000 0.811689 0.783871 0.783871 0.783871 +4533.096680 0.000000 1990.863525 0.000000 0.461639 0.000000 0.887068 0.680800 0.680800 0.680800 +4543.246094 0.000000 2012.962646 0.000000 0.507651 0.000000 0.861563 0.668076 0.668076 0.668076 +4539.484375 0.000000 2018.149414 0.000000 0.096783 0.000000 0.995305 0.500792 0.500792 0.500792 +4509.048828 0.000000 1978.595581 0.000000 0.736063 0.000000 0.676913 0.931501 0.931501 0.931501 +4526.601562 0.000000 1984.055664 0.000000 0.398746 0.000000 0.917061 0.638116 0.638116 0.638116 +4540.166992 0.000000 2023.534302 0.000000 0.569595 0.000000 0.821926 0.814287 0.814287 0.814287 +4537.404785 0.000000 2014.597290 0.000000 0.769246 0.000000 0.638952 0.702626 0.702626 0.702626 +4508.419922 0.000000 2008.495972 0.000000 0.824311 0.000000 0.566138 0.702140 0.702140 0.702140 +4525.887207 0.000000 2016.185059 0.000000 0.153048 0.000000 0.988219 0.724605 0.724605 0.724605 +4524.451660 0.000000 2020.565552 0.000000 0.829204 0.000000 0.558946 0.837163 0.837163 0.837163 +4504.179688 0.000000 2017.561401 0.000000 0.072542 0.000000 0.997365 0.605672 0.605672 0.605672 +4540.552246 0.000000 1978.262329 0.000000 0.347718 0.000000 0.937599 0.864338 0.864338 0.864338 +4521.849121 0.000000 1987.625244 0.000000 0.409912 0.000000 0.912125 0.593710 0.593710 0.593710 +4522.301758 0.000000 2020.498901 0.000000 0.283696 0.000000 0.958914 0.618547 0.618547 0.618547 +4501.042969 0.000000 2004.857056 0.000000 0.118201 0.000000 0.992990 0.872735 0.872735 0.872735 +4506.770996 0.000000 1986.553833 0.000000 0.770423 0.000000 0.637533 0.769781 0.769781 0.769781 +4497.206543 0.000000 2014.284546 0.000000 0.835059 0.000000 0.550161 0.919282 0.919282 0.919282 +4490.511230 0.000000 1995.643921 0.000000 0.817051 0.000000 0.576566 0.938786 0.938786 0.938786 +4530.833984 0.000000 1985.533447 0.000000 0.225236 0.000000 0.974304 0.640934 0.640934 0.640934 +4533.144531 0.000000 1986.274048 0.000000 0.733699 0.000000 0.679475 0.678760 0.678760 0.678760 +4499.206055 0.000000 1985.784912 0.000000 0.509147 0.000000 0.860679 0.611794 0.611794 0.611794 +4502.176758 0.000000 2014.376099 0.000000 0.794882 0.000000 0.606764 0.921382 0.921382 0.921382 +4504.312988 0.000000 1980.382202 0.000000 0.289472 0.000000 0.957186 0.867044 0.867044 0.867044 +4491.890137 0.000000 2027.686157 0.000000 0.665200 0.000000 0.746666 0.946331 0.946331 0.946331 +4496.554199 0.000000 2029.728027 0.000000 0.443508 0.000000 0.896271 0.929253 0.929253 0.929253 +4504.429199 0.000000 2000.886597 0.000000 0.590601 0.000000 0.806964 0.898026 0.898026 0.898026 +4494.047363 0.000000 2004.150391 0.000000 0.791183 0.000000 0.611580 0.891571 0.891571 0.891571 +4531.368652 0.000000 2028.438965 0.000000 0.244528 0.000000 0.969642 0.732839 0.732839 0.732839 +4498.317871 0.000000 2012.195801 0.000000 0.170757 0.000000 0.985313 0.839664 0.839664 0.839664 +4504.484375 0.000000 1976.964233 0.000000 0.812703 0.000000 0.582679 0.924063 0.924063 0.924063 +4524.563965 0.000000 2016.672974 0.000000 0.740819 0.000000 0.671705 0.826267 0.826267 0.826267 +4517.606445 0.000000 1979.872559 0.000000 0.411585 0.000000 0.911371 0.841128 0.841128 0.841128 +4529.638184 0.000000 2018.041748 0.000000 0.104085 0.000000 0.994568 0.649038 0.649038 0.649038 +4531.308594 0.000000 1992.128174 0.000000 0.474428 0.000000 0.880294 0.715175 0.715175 0.715175 +4512.901855 0.000000 1983.836792 0.000000 0.110206 0.000000 0.993909 0.797654 0.797654 0.797654 +4502.342773 0.000000 1977.098633 0.000000 0.288525 0.000000 0.957472 0.791532 0.791532 0.791532 +4543.644043 0.000000 2032.973633 0.000000 0.191923 0.000000 0.981410 0.904040 0.904040 0.904040 +4542.141113 0.000000 2023.821411 0.000000 0.183222 0.000000 0.983072 0.843192 0.843192 0.843192 +4494.558105 0.000000 2029.825928 0.000000 0.701523 0.000000 0.712647 0.949499 0.949499 0.949499 +4525.231445 0.000000 2030.536011 0.000000 0.074215 0.000000 0.997242 0.880071 0.880071 0.880071 +4540.292969 0.000000 2033.276001 0.000000 0.551710 0.000000 0.834036 0.900267 0.900267 0.900267 +4502.963379 0.000000 1999.426025 0.000000 0.089561 0.000000 0.995981 0.830277 0.830277 0.830277 +4501.500000 0.000000 2007.136841 0.000000 0.410336 0.000000 0.911934 0.904563 0.904563 0.904563 +4540.564941 0.000000 2027.322754 0.000000 0.854041 0.000000 0.520205 0.958615 0.958615 0.958615 +4543.475098 0.000000 1981.720337 0.000000 0.720460 0.000000 0.693496 0.909889 0.909889 0.909889 +4527.144043 0.000000 2014.677734 0.000000 0.597461 0.000000 0.801898 0.770072 0.770072 0.770072 +4521.191895 0.000000 1979.399170 0.000000 0.806332 0.000000 0.591464 0.841747 0.841747 0.841747 +4507.464355 0.000000 2002.517578 0.000000 0.037002 0.000000 0.999315 0.833431 0.833431 0.833431 +4486.709961 0.000000 2033.083008 0.000000 0.100622 0.000000 0.994925 0.833752 0.833752 0.833752 +4492.296875 0.000000 2030.538818 0.000000 0.312612 0.000000 0.949881 0.920241 0.920241 0.920241 +4535.309570 0.000000 1985.198608 0.000000 0.373295 0.000000 0.927713 0.714240 0.714240 0.714240 +4506.685059 0.000000 2006.550781 0.000000 0.152369 0.000000 0.988324 0.818414 0.818414 0.818414 +4506.454102 0.000000 1977.967163 0.000000 0.266171 0.000000 0.963926 0.854772 0.854772 0.854772 +4497.250000 0.000000 1989.634033 0.000000 0.468478 0.000000 0.883475 0.763364 0.763364 0.763364 +4537.506836 0.000000 1984.525757 0.000000 0.554835 0.000000 0.831961 0.866792 0.866792 0.866792 +4495.808594 0.000000 2021.124512 0.000000 0.086259 0.000000 0.996273 0.773875 0.773875 0.773875 +4503.045898 0.000000 1978.587036 0.000000 0.339779 0.000000 0.940505 0.841390 0.841390 0.841390 +4543.124512 0.000000 2000.666504 0.000000 0.829278 0.000000 0.558836 0.852979 0.852979 0.852979 +4494.090820 0.000000 2020.986938 0.000000 0.364371 0.000000 0.931254 0.814693 0.814693 0.814693 +4500.371094 0.000000 2013.193604 0.000000 0.852614 0.000000 0.522542 0.942759 0.942759 0.942759 +4492.187012 0.000000 1997.225586 0.000000 0.236290 0.000000 0.971683 0.915186 0.915186 0.915186 +4495.440918 0.000000 2027.989136 0.000000 0.355825 0.000000 0.934553 0.923160 0.923160 0.923160 +4527.327637 0.000000 2032.761230 0.000000 0.089688 0.000000 0.995970 0.905717 0.905717 0.905717 +4499.823730 0.000000 2011.217651 0.000000 0.597521 0.000000 0.801853 0.887810 0.887810 0.887810 +4500.417969 0.000000 2007.048462 0.000000 0.824108 0.000000 0.566433 0.949939 0.949939 0.949939 +4489.744141 0.000000 2029.103882 0.000000 0.531965 0.000000 0.846766 0.925120 0.925120 0.925120 +4511.969727 0.000000 1978.080078 0.000000 0.016000 0.000000 0.999872 0.849781 0.849781 0.849781 +4509.897949 0.000000 1977.978516 0.000000 0.470073 0.000000 0.882627 0.880938 0.880938 0.880938 +4500.380859 0.000000 1998.756226 0.000000 0.169901 0.000000 0.985461 0.864731 0.864731 0.864731 +4504.379395 0.000000 1983.661133 0.000000 0.827627 0.000000 0.561278 0.928141 0.928141 0.928141 +4495.381836 0.000000 2032.519775 0.000000 0.531051 0.000000 0.847340 0.935641 0.935641 0.935641 +4539.024414 0.000000 1984.580811 0.000000 0.244858 0.000000 0.969559 0.850329 0.850329 0.850329 +4500.220215 0.000000 1996.914062 0.000000 0.269849 0.000000 0.962903 0.872691 0.872691 0.872691 +4501.468262 0.000000 1995.011108 0.000000 0.305028 0.000000 0.952343 0.849854 0.849854 0.849854 +4498.747559 0.000000 2029.430298 0.000000 0.793294 0.000000 0.608838 0.955386 0.955386 0.955386 +4507.759277 0.000000 1979.675293 0.000000 0.476396 0.000000 0.879231 0.899429 0.899429 0.899429 +4497.884277 0.000000 2031.178223 0.000000 0.839791 0.000000 0.542910 0.963464 0.963464 0.963464 +4542.353027 0.000000 2004.417358 0.000000 0.041825 0.000000 0.999125 0.859148 0.859148 0.859148 +4486.803223 0.000000 2030.030640 0.000000 0.803638 0.000000 0.595118 0.934596 0.934596 0.934596 +4511.628906 0.000000 1980.083984 0.000000 0.209832 0.000000 0.977737 0.862552 0.862552 0.862552 +4488.644531 0.000000 2029.694336 0.000000 0.302170 0.000000 0.953254 0.906290 0.906290 0.906290 +4490.930176 0.000000 1998.675781 0.000000 0.663683 0.000000 0.748014 0.927214 0.927214 0.927214 +4510.329102 0.000000 1981.458374 0.000000 0.594612 0.000000 0.804013 0.905562 0.905562 0.905562 +4491.985352 0.000000 2026.453369 0.000000 0.453375 0.000000 0.891320 0.929956 0.929956 0.929956 +4496.059082 0.000000 1999.457031 0.000000 0.600839 0.000000 0.799370 0.938258 0.938258 0.938258 +4543.314453 0.000000 2005.837646 0.000000 0.507852 0.000000 0.861444 0.904367 0.904367 0.904367 +4491.260254 0.000000 1997.478271 0.000000 0.097482 0.000000 0.995237 0.870909 0.870909 0.870909 +4497.620605 0.000000 2030.093262 0.000000 0.699204 0.000000 0.714922 0.949292 0.949292 0.949292 +4494.926270 0.000000 2000.769043 0.000000 0.849698 0.000000 0.527270 0.962147 0.962147 0.962147 +4489.863770 0.000000 2032.103882 0.000000 0.430502 0.000000 0.902590 0.918215 0.918215 0.918215 +4489.805664 0.000000 2031.084106 0.000000 0.747771 0.000000 0.663957 0.952688 0.952688 0.952688 +4497.233887 0.000000 2033.118042 0.000000 0.854843 0.000000 0.518887 0.965269 0.965269 0.965269 +4493.274414 0.000000 1994.293457 0.000000 0.491668 0.000000 0.870783 0.932723 0.932723 0.932723 +4495.258301 0.000000 1993.874268 0.000000 0.267682 0.000000 0.963507 0.917252 0.917252 0.917252 +4491.432617 0.000000 2030.963623 0.000000 0.842828 0.000000 0.538184 0.963822 0.963822 0.963822 +4584.832520 0.000000 1980.454224 0.000000 0.120248 0.000000 0.992744 0.180117 0.180117 0.180117 +4578.015137 0.000000 1997.448608 0.000000 0.663844 0.000000 0.747871 0.319979 0.319979 0.319979 +4569.661133 0.000000 1980.019287 0.000000 0.073447 0.000000 0.997299 0.223572 0.223572 0.223572 +4553.084961 0.000000 1987.770996 0.000000 0.834903 0.000000 0.550398 0.383666 0.383666 0.383666 +4553.604492 0.000000 2004.407471 0.000000 0.138160 0.000000 0.990410 0.210918 0.210918 0.210918 +4554.072266 0.000000 2033.125122 0.000000 0.172992 0.000000 0.984923 0.255701 0.255701 0.255701 +4551.213379 0.000000 2015.153198 0.000000 0.347287 0.000000 0.937759 0.267283 0.267283 0.267283 +4566.782715 0.000000 1984.256470 0.000000 0.809489 0.000000 0.587134 0.391198 0.391198 0.391198 +4550.395508 0.000000 2007.008789 0.000000 0.677247 0.000000 0.735756 0.357887 0.357887 0.357887 +4547.913086 0.000000 1987.889648 0.000000 0.724560 0.000000 0.689212 0.376131 0.376131 0.376131 +4562.498535 0.000000 1980.771118 0.000000 0.651078 0.000000 0.759011 0.356387 0.356387 0.356387 +4572.928223 0.000000 1994.833252 0.000000 0.523073 0.000000 0.852288 0.330729 0.330729 0.330729 +4577.641602 0.000000 1995.031738 0.000000 0.192043 0.000000 0.981386 0.246708 0.246708 0.246708 +4570.245605 0.000000 1995.464966 0.000000 0.519627 0.000000 0.854393 0.337732 0.337732 0.337732 +4546.944824 0.000000 1994.349121 0.000000 0.716599 0.000000 0.697485 0.366745 0.366745 0.366745 +4557.612305 0.000000 1980.081787 0.000000 0.139799 0.000000 0.990180 0.244466 0.244466 0.244466 +4544.712402 0.000000 1995.174072 0.000000 0.804985 0.000000 0.593295 0.386545 0.386545 0.386545 +4547.385254 0.000000 2015.387573 0.000000 0.497511 0.000000 0.867457 0.371610 0.371610 0.371610 +4572.979980 0.000000 1992.232300 0.000000 0.778209 0.000000 0.628005 0.547632 0.547632 0.547632 +4561.219727 0.000000 1988.411865 0.000000 0.807754 0.000000 0.589520 0.389742 0.389742 0.389742 +4549.572266 0.000000 2023.883911 0.000000 0.277843 0.000000 0.960627 0.352340 0.352340 0.352340 +4548.166992 0.000000 2025.717651 0.000000 0.258218 0.000000 0.966087 0.405395 0.405395 0.405395 +4544.597656 0.000000 1997.420410 0.000000 0.380514 0.000000 0.924775 0.326272 0.326272 0.326272 +4550.936035 0.000000 1980.528931 0.000000 0.763447 0.000000 0.645871 0.392980 0.392980 0.392980 +4560.278320 0.000000 1990.508911 0.000000 0.573222 0.000000 0.819400 0.347153 0.347153 0.347153 +4551.440918 0.000000 2027.360229 0.000000 0.426032 0.000000 0.904708 0.318351 0.318351 0.318351 +4546.681152 0.000000 1999.171631 0.000000 0.854547 0.000000 0.519374 0.681153 0.681153 0.681153 +4558.777344 0.000000 1997.205322 0.000000 0.329017 0.000000 0.944324 0.297806 0.297806 0.297806 +4552.404785 0.000000 1997.380981 0.000000 0.636959 0.000000 0.770898 0.359245 0.359245 0.359245 +4550.054199 0.000000 1978.551758 0.000000 0.132070 0.000000 0.991240 0.385014 0.385014 0.385014 +4560.728516 0.000000 1976.959717 0.000000 0.724097 0.000000 0.689698 0.696837 0.696837 0.696837 +4562.442383 0.000000 1991.969727 0.000000 0.260326 0.000000 0.965521 0.295832 0.295832 0.295832 +4560.004883 0.000000 1994.420898 0.000000 0.333590 0.000000 0.942718 0.316113 0.316113 0.316113 +4555.316406 0.000000 1977.870117 0.000000 0.446920 0.000000 0.894574 0.469408 0.469408 0.469408 +4555.377441 0.000000 1996.496704 0.000000 0.084661 0.000000 0.996410 0.269055 0.269055 0.269055 +4556.617676 0.000000 1993.600464 0.000000 0.624350 0.000000 0.781145 0.366047 0.366047 0.366047 +4563.350098 0.000000 1979.307007 0.000000 0.634139 0.000000 0.773219 0.436464 0.436464 0.436464 +4563.704102 0.000000 1990.717407 0.000000 0.645418 0.000000 0.763830 0.364262 0.364262 0.364262 +4556.241699 0.000000 1979.217896 0.000000 0.826190 0.000000 0.563392 0.411920 0.411920 0.411920 +4577.853027 0.000000 1988.717896 0.000000 0.141727 0.000000 0.989906 0.769874 0.769874 0.769874 +4566.338379 0.000000 1989.935547 0.000000 0.107693 0.000000 0.994184 0.270460 0.270460 0.270460 +4544.016113 0.000000 1985.605713 0.000000 0.825574 0.000000 0.564293 0.579566 0.579566 0.579566 +4569.632324 0.000000 1992.170654 0.000000 0.619829 0.000000 0.784737 0.465309 0.465309 0.465309 +4576.131348 0.000000 1982.072510 0.000000 0.216166 0.000000 0.976357 0.351011 0.351011 0.351011 +4549.041016 0.000000 2020.729614 0.000000 0.580143 0.000000 0.814515 0.408200 0.408200 0.408200 +4546.657715 0.000000 2021.715454 0.000000 0.796827 0.000000 0.604208 0.719888 0.719888 0.719888 +4569.045410 0.000000 1988.844971 0.000000 0.402851 0.000000 0.915265 0.416271 0.416271 0.416271 +4547.916016 0.000000 1981.566162 0.000000 0.048793 0.000000 0.998809 0.528188 0.528188 0.528188 +4573.938965 0.000000 1993.486572 0.000000 0.424582 0.000000 0.905389 0.474707 0.474707 0.474707 +4549.961426 0.000000 2027.585938 0.000000 0.740950 0.000000 0.671561 0.591231 0.591231 0.591231 +4552.364746 0.000000 1977.409912 0.000000 0.721707 0.000000 0.692198 0.529140 0.529140 0.529140 +4563.337891 0.000000 1977.111938 0.000000 0.565508 0.000000 0.824743 0.587618 0.587618 0.587618 +4545.626465 0.000000 2031.870483 0.000000 0.662372 0.000000 0.749175 0.946090 0.946090 0.946090 +4568.230957 0.000000 1991.961914 0.000000 0.336721 0.000000 0.941604 0.473402 0.473402 0.473402 +4575.069336 0.000000 1986.336304 0.000000 0.806102 0.000000 0.591777 0.933125 0.933125 0.933125 +4546.875977 0.000000 2009.539917 0.000000 0.131171 0.000000 0.991360 0.481931 0.481931 0.481931 +4545.993652 0.000000 2000.403198 0.000000 0.432353 0.000000 0.901705 0.869551 0.869551 0.869551 +4575.902832 0.000000 1992.236816 0.000000 0.727630 0.000000 0.685970 0.483804 0.483804 0.483804 +4574.425293 0.000000 1983.837524 0.000000 0.208212 0.000000 0.978084 0.461192 0.461192 0.461192 +4545.498535 0.000000 2004.929932 0.000000 0.758148 0.000000 0.652082 0.907962 0.907962 0.907962 +4573.510254 0.000000 1991.016113 0.000000 0.397399 0.000000 0.917646 0.707320 0.707320 0.707320 +4545.219727 0.000000 1984.971680 0.000000 0.218845 0.000000 0.975760 0.458254 0.458254 0.458254 +4546.857910 0.000000 2019.296631 0.000000 0.855359 0.000000 0.518036 0.622367 0.622367 0.622367 +4575.169922 0.000000 1990.190796 0.000000 0.403019 0.000000 0.915192 0.702829 0.702829 0.702829 +4572.834961 0.000000 1985.628906 0.000000 0.472860 0.000000 0.881137 0.704137 0.704137 0.704137 +4545.803711 0.000000 2029.279175 0.000000 0.491339 0.000000 0.870969 0.932698 0.932698 0.932698 +4545.515137 0.000000 2006.138184 0.000000 0.135163 0.000000 0.990823 0.687530 0.687530 0.687530 +4545.519531 0.000000 2024.496948 0.000000 0.705833 0.000000 0.708379 0.945169 0.945169 0.945169 +4547.040527 0.000000 2024.998657 0.000000 0.353569 0.000000 0.935408 0.795634 0.795634 0.795634 +4572.718750 0.000000 1987.453613 0.000000 0.855126 0.000000 0.518421 0.902356 0.902356 0.902356 +4547.149902 0.000000 2022.746460 0.000000 0.114679 0.000000 0.993403 0.639643 0.639643 0.639643 +4544.016602 0.000000 2000.106445 0.000000 0.192202 0.000000 0.981355 0.840099 0.840099 0.840099 +4575.664551 0.000000 1988.672241 0.000000 0.832659 0.000000 0.553786 0.945054 0.945054 0.945054 +4545.178711 0.000000 2025.992554 0.000000 0.740096 0.000000 0.672501 0.948625 0.948625 0.948625 +4448.618164 0.000000 2036.803101 0.000000 0.128056 0.000000 0.991767 0.207780 0.207780 0.207780 +4476.832520 0.000000 2065.759277 0.000000 0.419378 0.000000 0.907812 0.275406 0.275406 0.275406 +4452.029297 0.000000 2051.990234 0.000000 0.264656 0.000000 0.964343 0.271160 0.271160 0.271160 +4469.566895 0.000000 2045.899780 0.000000 0.023678 0.000000 0.999720 0.213213 0.213213 0.213213 +4463.447754 0.000000 2046.123169 0.000000 0.756470 0.000000 0.654028 0.364114 0.364114 0.364114 +4449.491699 0.000000 2039.332764 0.000000 0.727739 0.000000 0.685855 0.368393 0.368393 0.368393 +4454.385742 0.000000 2050.282471 0.000000 0.861977 0.000000 0.506948 0.402247 0.402247 0.402247 +4459.095215 0.000000 2047.756104 0.000000 0.808338 0.000000 0.588719 0.395102 0.395102 0.395102 +4454.792969 0.000000 2036.249512 0.000000 0.549997 0.000000 0.835167 0.318996 0.318996 0.318996 +4475.815430 0.000000 2052.157227 0.000000 0.126442 0.000000 0.991974 0.260444 0.260444 0.260444 +4456.756348 0.000000 2038.904053 0.000000 0.646055 0.000000 0.763291 0.521882 0.521882 0.521882 +4479.825195 0.000000 2046.690186 0.000000 0.050191 0.000000 0.998740 0.513190 0.513190 0.513190 +4460.016602 0.000000 2035.186157 0.000000 0.529599 0.000000 0.848248 0.512801 0.512801 0.512801 +4466.999023 0.000000 2040.780273 0.000000 0.280755 0.000000 0.959780 0.531272 0.531272 0.531272 +4446.021484 0.000000 2041.704468 0.000000 0.328868 0.000000 0.944376 0.307961 0.307961 0.307961 +4474.270996 0.000000 2041.771240 0.000000 0.666212 0.000000 0.745762 0.461148 0.461148 0.461148 +4476.473145 0.000000 2060.421631 0.000000 0.632146 0.000000 0.774849 0.353601 0.353601 0.353601 +4467.291016 0.000000 2043.861572 0.000000 0.026078 0.000000 0.999660 0.265720 0.265720 0.265720 +4449.519531 0.000000 2041.298462 0.000000 0.461064 0.000000 0.887367 0.395502 0.395502 0.395502 +4455.089844 0.000000 2048.750732 0.000000 0.238286 0.000000 0.971195 0.293274 0.293274 0.293274 +4463.105469 0.000000 2036.998901 0.000000 0.310427 0.000000 0.950597 0.612542 0.612542 0.612542 +4473.206055 0.000000 2043.063965 0.000000 0.310779 0.000000 0.950482 0.314392 0.314392 0.314392 +4458.135254 0.000000 2037.937012 0.000000 0.799493 0.000000 0.600675 0.524801 0.524801 0.524801 +4476.201172 0.000000 2054.028076 0.000000 0.017748 0.000000 0.999842 0.353875 0.353875 0.353875 +4449.699219 0.000000 2046.867798 0.000000 0.236572 0.000000 0.971614 0.465898 0.465898 0.465898 +4453.508789 0.000000 2048.825928 0.000000 0.356013 0.000000 0.934481 0.352246 0.352246 0.352246 +4473.144531 0.000000 2035.052734 0.000000 0.153947 0.000000 0.988079 0.848319 0.848319 0.848319 +4478.905762 0.000000 2039.247803 0.000000 0.402962 0.000000 0.915217 0.329863 0.329863 0.329863 +4471.353516 0.000000 2040.581299 0.000000 0.620799 0.000000 0.783970 0.598776 0.598776 0.598776 +4460.188965 0.000000 2038.458618 0.000000 0.388119 0.000000 0.921609 0.454420 0.454420 0.454420 +4463.286621 0.000000 2035.210938 0.000000 0.023130 0.000000 0.999732 0.534302 0.534302 0.534302 +4477.294434 0.000000 2048.952881 0.000000 0.328185 0.000000 0.944613 0.471941 0.471941 0.471941 +4465.096680 0.000000 2041.130981 0.000000 0.751452 0.000000 0.659787 0.579254 0.579254 0.579254 +4470.041992 0.000000 2033.479858 0.000000 0.096300 0.000000 0.995352 0.877430 0.877430 0.877430 +4470.252441 0.000000 2035.992065 0.000000 0.583290 0.000000 0.812264 0.939647 0.939647 0.939647 +4477.818848 0.000000 2034.802734 0.000000 0.570877 0.000000 0.821036 0.516050 0.516050 0.516050 +4478.420410 0.000000 2046.778198 0.000000 0.626131 0.000000 0.779718 0.614777 0.614777 0.614777 +4454.074219 0.000000 2043.284058 0.000000 0.386225 0.000000 0.922404 0.732946 0.732946 0.732946 +4479.927246 0.000000 2048.182861 0.000000 0.244005 0.000000 0.969774 0.704480 0.704480 0.704480 +4475.590332 0.000000 2036.590088 0.000000 0.424207 0.000000 0.905565 0.642579 0.642579 0.642579 +4473.981445 0.000000 2039.065063 0.000000 0.578443 0.000000 0.815723 0.804801 0.804801 0.804801 +4474.353516 0.000000 2034.567993 0.000000 0.611680 0.000000 0.791105 0.756647 0.756647 0.756647 +4452.154785 0.000000 2041.139893 0.000000 0.355354 0.000000 0.934732 0.544057 0.544057 0.544057 +4448.387695 0.000000 2042.730957 0.000000 0.757909 0.000000 0.652360 0.735641 0.735641 0.735641 +4452.191406 0.000000 2045.142456 0.000000 0.819449 0.000000 0.573153 0.720957 0.720957 0.720957 +4462.200195 0.000000 2034.547241 0.000000 0.220287 0.000000 0.975435 0.566445 0.566445 0.566445 +4475.503906 0.000000 2035.342773 0.000000 0.267599 0.000000 0.963530 0.697061 0.697061 0.697061 +4456.398438 0.000000 2042.303955 0.000000 0.677979 0.000000 0.735082 0.591327 0.591327 0.591327 +4471.719727 0.000000 2037.467407 0.000000 0.750453 0.000000 0.660924 0.945380 0.945380 0.945380 +4462.633301 0.000000 2038.153320 0.000000 0.413204 0.000000 0.910638 0.569133 0.569133 0.569133 +4467.583984 0.000000 2038.013428 0.000000 0.536938 0.000000 0.843622 0.866904 0.866904 0.866904 +4456.923828 0.000000 2040.135620 0.000000 0.302212 0.000000 0.953241 0.534915 0.534915 0.534915 +4449.511719 0.000000 2042.496948 0.000000 0.609362 0.000000 0.792892 0.703244 0.703244 0.703244 +4469.817871 0.000000 2034.487915 0.000000 0.252729 0.000000 0.967537 0.916266 0.916266 0.916266 +4467.003906 0.000000 2037.081177 0.000000 0.539210 0.000000 0.842171 0.930256 0.930256 0.930256 +4464.027344 0.000000 2037.444214 0.000000 0.786630 0.000000 0.617424 0.919756 0.919756 0.919756 +4514.932617 0.000000 2087.514404 0.000000 0.229332 0.000000 0.973348 0.215602 0.215602 0.215602 +4531.634277 0.000000 2076.165283 0.000000 0.160981 0.000000 0.986957 0.216632 0.216632 0.216632 +4486.057129 0.000000 2078.375244 0.000000 0.613397 0.000000 0.789775 0.333278 0.333278 0.333278 +4538.631836 0.000000 2068.573975 0.000000 0.440359 0.000000 0.897822 0.276653 0.276653 0.276653 +4501.934570 0.000000 2088.249512 0.000000 0.264695 0.000000 0.964332 0.275071 0.275071 0.275071 +4510.961914 0.000000 2034.398804 0.000000 0.862056 0.000000 0.506812 0.395509 0.395509 0.395509 +4500.094727 0.000000 2048.838379 0.000000 0.433936 0.000000 0.900944 0.307993 0.307993 0.307993 +4509.958984 0.000000 2043.637817 0.000000 0.182961 0.000000 0.983120 0.240854 0.240854 0.240854 +4505.283691 0.000000 2055.055176 0.000000 0.293890 0.000000 0.955839 0.274602 0.274602 0.274602 +4540.013184 0.000000 2048.302246 0.000000 0.725261 0.000000 0.688474 0.376866 0.376866 0.376866 +4502.077637 0.000000 2050.612061 0.000000 0.802186 0.000000 0.597074 0.385226 0.385226 0.385226 +4507.678223 0.000000 2038.451660 0.000000 0.801028 0.000000 0.598627 0.376226 0.376226 0.376226 +4504.077637 0.000000 2042.833984 0.000000 0.700694 0.000000 0.713462 0.365828 0.365828 0.365828 +4510.816895 0.000000 2047.875244 0.000000 0.422418 0.000000 0.906401 0.332157 0.332157 0.332157 +4496.382324 0.000000 2089.253906 0.000000 0.747736 0.000000 0.663996 0.382798 0.382798 0.382798 +4482.269043 0.000000 2086.871338 0.000000 0.266935 0.000000 0.963714 0.276446 0.276446 0.276446 +4535.405273 0.000000 2068.290527 0.000000 0.846436 0.000000 0.532491 0.399693 0.399693 0.399693 +4503.105957 0.000000 2054.674072 0.000000 0.108605 0.000000 0.994085 0.237755 0.237755 0.237755 +4497.493164 0.000000 2077.410400 0.000000 0.297494 0.000000 0.954724 0.389804 0.389804 0.389804 +4488.237305 0.000000 2081.464111 0.000000 0.536874 0.000000 0.843662 0.349222 0.349222 0.349222 +4522.219238 0.000000 2079.652100 0.000000 0.798889 0.000000 0.601478 0.389556 0.389556 0.389556 +4514.508301 0.000000 2080.003174 0.000000 0.758069 0.000000 0.652175 0.375754 0.375754 0.375754 +4504.641113 0.000000 2089.162109 0.000000 0.340853 0.000000 0.940117 0.275131 0.275131 0.275131 +4539.815430 0.000000 2052.157227 0.000000 0.245199 0.000000 0.969473 0.294381 0.294381 0.294381 +4497.219727 0.000000 2044.896240 0.000000 0.790246 0.000000 0.612789 0.555517 0.555517 0.555517 +4498.979980 0.000000 2073.451416 0.000000 0.408431 0.000000 0.912789 0.395191 0.395191 0.395191 +4530.750488 0.000000 2073.990723 0.000000 0.464707 0.000000 0.885464 0.311445 0.311445 0.311445 +4499.236816 0.000000 2044.760620 0.000000 0.556733 0.000000 0.830691 0.494469 0.494469 0.494469 +4540.271484 0.000000 2041.950806 0.000000 0.301511 0.000000 0.953463 0.510309 0.510309 0.510309 +4484.166992 0.000000 2082.202148 0.000000 0.574607 0.000000 0.818430 0.330190 0.330190 0.330190 +4501.843750 0.000000 2083.722168 0.000000 0.770529 0.000000 0.637405 0.536195 0.536195 0.536195 +4531.318359 0.000000 2067.078857 0.000000 0.514617 0.000000 0.857420 0.463325 0.463325 0.463325 +4530.490723 0.000000 2056.227051 0.000000 0.065122 0.000000 0.997877 0.315252 0.315252 0.315252 +4490.618164 0.000000 2046.981934 0.000000 0.770863 0.000000 0.637001 0.517432 0.517432 0.517432 +4531.561035 0.000000 2059.699463 0.000000 0.300574 0.000000 0.953759 0.403496 0.403496 0.403496 +4496.905273 0.000000 2087.336914 0.000000 0.167403 0.000000 0.985889 0.339203 0.339203 0.339203 +4534.302246 0.000000 2047.724976 0.000000 0.855171 0.000000 0.518346 0.418172 0.418172 0.418172 +4501.917480 0.000000 2077.699707 0.000000 0.622506 0.000000 0.782615 0.411896 0.411896 0.411896 +4530.395020 0.000000 2063.454102 0.000000 0.251244 0.000000 0.967924 0.426708 0.426708 0.426708 +4529.909180 0.000000 2065.278809 0.000000 0.296338 0.000000 0.955083 0.538869 0.538869 0.538869 +4491.557617 0.000000 2073.385254 0.000000 0.790223 0.000000 0.612820 0.672751 0.672751 0.672751 +4519.260742 0.000000 2055.041504 0.000000 0.794497 0.000000 0.607269 0.595108 0.595108 0.595108 +4507.504395 0.000000 2047.415894 0.000000 0.282807 0.000000 0.959177 0.275436 0.275436 0.275436 +4529.324707 0.000000 2069.034668 0.000000 0.625341 0.000000 0.780351 0.536549 0.536549 0.536549 +4505.774414 0.000000 2083.136719 0.000000 0.559178 0.000000 0.829048 0.435368 0.435368 0.435368 +4536.708984 0.000000 2053.881104 0.000000 0.116692 0.000000 0.993168 0.258815 0.258815 0.258815 +4533.097168 0.000000 2035.222778 0.000000 0.362712 0.000000 0.931901 0.585434 0.585434 0.585434 +4517.372070 0.000000 2037.502075 0.000000 0.557126 0.000000 0.830428 0.480583 0.480583 0.480583 +4510.652344 0.000000 2045.522827 0.000000 0.611288 0.000000 0.791408 0.353306 0.353306 0.353306 +4492.062012 0.000000 2054.742920 0.000000 0.792251 0.000000 0.610196 0.546525 0.546525 0.546525 +4487.784180 0.000000 2086.753906 0.000000 0.547229 0.000000 0.836983 0.614003 0.614003 0.614003 +4492.919922 0.000000 2083.473145 0.000000 0.582319 0.000000 0.812961 0.566390 0.566390 0.566390 +4496.985352 0.000000 2055.613281 0.000000 0.857439 0.000000 0.514585 0.420045 0.420045 0.420045 +4515.182129 0.000000 2040.203857 0.000000 0.088970 0.000000 0.996034 0.409377 0.409377 0.409377 +4494.389648 0.000000 2071.221924 0.000000 0.686487 0.000000 0.727142 0.642746 0.642746 0.642746 +4498.362793 0.000000 2066.073975 0.000000 0.211240 0.000000 0.977434 0.716302 0.716302 0.716302 +4540.312988 0.000000 2057.192383 0.000000 0.720146 0.000000 0.693823 0.630477 0.630477 0.630477 +4513.128418 0.000000 2074.200684 0.000000 0.510336 0.000000 0.859975 0.617083 0.617083 0.617083 +4533.929688 0.000000 2049.508301 0.000000 0.736064 0.000000 0.676912 0.387785 0.387785 0.387785 +4537.864746 0.000000 2062.028809 0.000000 0.864769 0.000000 0.502170 0.562666 0.562666 0.562666 +4482.335449 0.000000 2064.667480 0.000000 0.225002 0.000000 0.974358 0.695886 0.695886 0.695886 +4517.967285 0.000000 2058.334717 0.000000 0.321378 0.000000 0.946951 0.588536 0.588536 0.588536 +4520.687988 0.000000 2055.938232 0.000000 0.193514 0.000000 0.981098 0.497051 0.497051 0.497051 +4496.583984 0.000000 2071.793701 0.000000 0.513234 0.000000 0.858249 0.519210 0.519210 0.519210 +4511.972656 0.000000 2057.818359 0.000000 0.807020 0.000000 0.590524 0.448094 0.448094 0.448094 +4519.989746 0.000000 2059.341309 0.000000 0.841055 0.000000 0.540949 0.722112 0.722112 0.722112 +4505.336426 0.000000 2071.435791 0.000000 0.376913 0.000000 0.926249 0.698426 0.698426 0.698426 +4480.523438 0.000000 2035.093506 0.000000 0.317519 0.000000 0.948252 0.388730 0.388730 0.388730 +4522.415039 0.000000 2053.055664 0.000000 0.818005 0.000000 0.575212 0.740891 0.740891 0.740891 +4543.169434 0.000000 2050.315186 0.000000 0.519797 0.000000 0.854290 0.414711 0.414711 0.414711 +4537.206055 0.000000 2043.063965 0.000000 0.608421 0.000000 0.793615 0.422452 0.422452 0.422452 +4517.265137 0.000000 2053.101074 0.000000 0.331353 0.000000 0.943507 0.534972 0.534972 0.534972 +4525.531250 0.000000 2051.830566 0.000000 0.332045 0.000000 0.943263 0.740913 0.740913 0.740913 +4543.416504 0.000000 2040.662476 0.000000 0.269097 0.000000 0.963113 0.499976 0.499976 0.499976 +4537.728516 0.000000 2058.832275 0.000000 0.830599 0.000000 0.556871 0.595479 0.595479 0.595479 +4499.704102 0.000000 2047.201782 0.000000 0.641743 0.000000 0.766920 0.372023 0.372023 0.372023 +4533.385254 0.000000 2064.044678 0.000000 0.611684 0.000000 0.791102 0.450025 0.450025 0.450025 +4494.222168 0.000000 2056.588379 0.000000 0.738642 0.000000 0.674098 0.595541 0.595541 0.595541 +4501.229004 0.000000 2047.529785 0.000000 0.487932 0.000000 0.872881 0.339071 0.339071 0.339071 +4535.848633 0.000000 2033.500610 0.000000 0.837988 0.000000 0.545688 0.607341 0.607341 0.607341 +4528.395508 0.000000 2065.768555 0.000000 0.250122 0.000000 0.968214 0.531066 0.531066 0.531066 +4494.469238 0.000000 2052.095947 0.000000 0.361397 0.000000 0.932412 0.316946 0.316946 0.316946 +4533.071289 0.000000 2038.178833 0.000000 0.549144 0.000000 0.835728 0.594345 0.594345 0.594345 +4498.010742 0.000000 2083.970459 0.000000 0.688337 0.000000 0.725391 0.559673 0.559673 0.559673 +4482.209961 0.000000 2044.212280 0.000000 0.289449 0.000000 0.957193 0.603801 0.603801 0.603801 +4531.609375 0.000000 2068.786621 0.000000 0.017271 0.000000 0.999851 0.288053 0.288053 0.288053 +4529.135254 0.000000 2060.274414 0.000000 0.093773 0.000000 0.995594 0.470986 0.470986 0.470986 +4518.707031 0.000000 2041.994751 0.000000 0.132634 0.000000 0.991165 0.843858 0.843858 0.843858 +4525.641602 0.000000 2049.794434 0.000000 0.717170 0.000000 0.696898 0.898938 0.898938 0.898938 +4498.536621 0.000000 2086.907227 0.000000 0.481745 0.000000 0.876312 0.351967 0.351967 0.351967 +4502.025391 0.000000 2075.731445 0.000000 0.671080 0.000000 0.741385 0.466743 0.466743 0.466743 +4492.917480 0.000000 2051.634521 0.000000 0.757330 0.000000 0.653032 0.393144 0.393144 0.393144 +4501.918945 0.000000 2044.944946 0.000000 0.834320 0.000000 0.551281 0.469135 0.469135 0.469135 +4542.905762 0.000000 2039.247803 0.000000 0.486128 0.000000 0.873888 0.674628 0.674628 0.674628 +4522.059082 0.000000 2068.720459 0.000000 0.600691 0.000000 0.799481 0.922981 0.922981 0.922981 +4504.325195 0.000000 2082.577881 0.000000 0.358804 0.000000 0.933413 0.399958 0.399958 0.399958 +4517.374023 0.000000 2039.404053 0.000000 0.419468 0.000000 0.907770 0.585295 0.585295 0.585295 +4491.735352 0.000000 2077.490723 0.000000 0.281994 0.000000 0.959416 0.404860 0.404860 0.404860 +4542.321777 0.000000 2051.769775 0.000000 0.028648 0.000000 0.999590 0.334391 0.334391 0.334391 +4482.970703 0.000000 2042.885132 0.000000 0.826258 0.000000 0.563293 0.608765 0.608765 0.608765 +4512.608398 0.000000 2064.968750 0.000000 0.296634 0.000000 0.954991 0.919173 0.919173 0.919173 +4529.393555 0.000000 2057.268066 0.000000 0.579789 0.000000 0.814767 0.475737 0.475737 0.475737 +4528.663086 0.000000 2052.093506 0.000000 0.378757 0.000000 0.925496 0.430044 0.430044 0.430044 +4493.322266 0.000000 2038.034302 0.000000 0.859421 0.000000 0.511268 0.962620 0.962620 0.962620 +4488.161133 0.000000 2045.558838 0.000000 0.808987 0.000000 0.587826 0.697865 0.697865 0.697865 +4491.568848 0.000000 2089.390869 0.000000 0.344993 0.000000 0.938605 0.660665 0.660665 0.660665 +4498.930176 0.000000 2057.300049 0.000000 0.460475 0.000000 0.887673 0.369525 0.369525 0.369525 +4494.213379 0.000000 2035.142456 0.000000 0.367784 0.000000 0.929911 0.923977 0.923977 0.923977 +4501.894043 0.000000 2086.711426 0.000000 0.689830 0.000000 0.723971 0.380859 0.380859 0.380859 +4491.761719 0.000000 2057.847168 0.000000 0.426269 0.000000 0.904596 0.856916 0.856916 0.856916 +4526.908691 0.000000 2044.746948 0.000000 0.271076 0.000000 0.962558 0.900000 0.900000 0.900000 +4501.272461 0.000000 2041.807007 0.000000 0.652870 0.000000 0.757470 0.635418 0.635418 0.635418 +4508.743164 0.000000 2062.050537 0.000000 0.432570 0.000000 0.901601 0.842653 0.842653 0.842653 +4512.240234 0.000000 2047.407349 0.000000 0.739584 0.000000 0.673064 0.533346 0.533346 0.533346 +4515.030762 0.000000 2057.331787 0.000000 0.437829 0.000000 0.899058 0.440315 0.440315 0.440315 +4498.172363 0.000000 2058.584717 0.000000 0.809128 0.000000 0.587632 0.589401 0.589401 0.589401 +4520.728027 0.000000 2076.251221 0.000000 0.683081 0.000000 0.730343 0.478491 0.478491 0.478491 +4525.249512 0.000000 2064.676270 0.000000 0.146456 0.000000 0.989217 0.811250 0.811250 0.811250 +4503.838867 0.000000 2064.461182 0.000000 0.186198 0.000000 0.982512 0.849752 0.849752 0.849752 +4523.575684 0.000000 2064.167725 0.000000 0.837641 0.000000 0.546222 0.951095 0.951095 0.951095 +4502.696289 0.000000 2069.752197 0.000000 0.212879 0.000000 0.977079 0.786195 0.786195 0.786195 +4502.404297 0.000000 2059.052734 0.000000 0.497867 0.000000 0.867254 0.497381 0.497381 0.497381 +4523.440918 0.000000 2041.125854 0.000000 0.231852 0.000000 0.972751 0.914896 0.914896 0.914896 +4539.914062 0.000000 2061.760254 0.000000 0.168863 0.000000 0.985640 0.459421 0.459421 0.459421 +4497.775879 0.000000 2081.010742 0.000000 0.603082 0.000000 0.797679 0.517738 0.517738 0.517738 +4481.945801 0.000000 2049.741211 0.000000 0.193410 0.000000 0.981118 0.840242 0.840242 0.840242 +4486.813965 0.000000 2055.201416 0.000000 0.319127 0.000000 0.947712 0.920678 0.920678 0.920678 +4513.762207 0.000000 2055.335449 0.000000 0.554272 0.000000 0.832336 0.390299 0.390299 0.390299 +4487.231934 0.000000 2046.676758 0.000000 0.670368 0.000000 0.742029 0.705434 0.705434 0.705434 +4487.500488 0.000000 2052.733887 0.000000 0.243235 0.000000 0.969967 0.915642 0.915642 0.915642 +4487.363281 0.000000 2056.887939 0.000000 0.648808 0.000000 0.760952 0.944946 0.944946 0.944946 +4517.210449 0.000000 2065.519043 0.000000 0.105520 0.000000 0.994417 0.906730 0.906730 0.906730 +4484.298828 0.000000 2089.335938 0.000000 0.706823 0.000000 0.707390 0.488330 0.488330 0.488330 +4484.588867 0.000000 2043.074951 0.000000 0.375304 0.000000 0.926902 0.567442 0.567442 0.567442 +4492.607910 0.000000 2070.373047 0.000000 0.432447 0.000000 0.901659 0.686321 0.686321 0.686321 +4514.581543 0.000000 2052.617188 0.000000 0.839502 0.000000 0.543357 0.588445 0.588445 0.588445 +4483.093750 0.000000 2063.507568 0.000000 0.661834 0.000000 0.749651 0.899071 0.899071 0.899071 +4492.164062 0.000000 2068.947021 0.000000 0.164783 0.000000 0.986330 0.811605 0.811605 0.811605 +4521.922852 0.000000 2058.589355 0.000000 0.373988 0.000000 0.927434 0.649619 0.649619 0.649619 +4534.252441 0.000000 2035.992065 0.000000 0.355935 0.000000 0.934511 0.495626 0.495626 0.495626 +4527.546387 0.000000 2039.784912 0.000000 0.459698 0.000000 0.888075 0.930408 0.930408 0.930408 +4526.049316 0.000000 2071.351074 0.000000 0.731783 0.000000 0.681538 0.708859 0.708859 0.708859 +4500.179199 0.000000 2034.714600 0.000000 0.693603 0.000000 0.720357 0.746924 0.746924 0.746924 +4489.525391 0.000000 2055.485352 0.000000 0.270134 0.000000 0.962823 0.880493 0.880493 0.880493 +4496.399414 0.000000 2061.158203 0.000000 0.563941 0.000000 0.825815 0.726116 0.726116 0.726116 +4482.058594 0.000000 2051.876953 0.000000 0.628947 0.000000 0.777449 0.943303 0.943303 0.943303 +4541.818848 0.000000 2034.802734 0.000000 0.288805 0.000000 0.957388 0.834432 0.834432 0.834432 +4515.032227 0.000000 2051.073730 0.000000 0.022458 0.000000 0.999748 0.508689 0.508689 0.508689 +4492.955566 0.000000 2089.301514 0.000000 0.393805 0.000000 0.919194 0.526306 0.526306 0.526306 +4518.074219 0.000000 2043.284058 0.000000 0.628345 0.000000 0.777935 0.927231 0.927231 0.927231 +4486.753418 0.000000 2038.602173 0.000000 0.412406 0.000000 0.911000 0.731775 0.731775 0.731775 +4511.786621 0.000000 2067.158936 0.000000 0.696332 0.000000 0.717720 0.949037 0.949037 0.949037 +4526.744141 0.000000 2059.091064 0.000000 0.852121 0.000000 0.523345 0.665529 0.665529 0.665529 +4523.818848 0.000000 2070.939453 0.000000 0.854098 0.000000 0.520112 0.937320 0.937320 0.937320 +4484.081543 0.000000 2053.407227 0.000000 0.815818 0.000000 0.578308 0.960743 0.960743 0.960743 +4484.788086 0.000000 2055.938232 0.000000 0.590229 0.000000 0.807236 0.940193 0.940193 0.940193 +4533.408691 0.000000 2061.851074 0.000000 0.288645 0.000000 0.957436 0.465229 0.465229 0.465229 +4519.743652 0.000000 2069.177979 0.000000 0.310558 0.000000 0.950554 0.920103 0.920103 0.920103 +4542.025391 0.000000 2036.565552 0.000000 0.330362 0.000000 0.943854 0.786276 0.786276 0.786276 +4512.342773 0.000000 2068.482910 0.000000 0.247076 0.000000 0.968996 0.915894 0.915894 0.915894 +4503.285645 0.000000 2073.147949 0.000000 0.366688 0.000000 0.930344 0.459929 0.459929 0.459929 +4494.623047 0.000000 2038.148804 0.000000 0.334327 0.000000 0.942457 0.918017 0.918017 0.918017 +4487.754395 0.000000 2063.403809 0.000000 0.551283 0.000000 0.834318 0.937172 0.937172 0.937172 +4507.430664 0.000000 2074.072266 0.000000 0.775349 0.000000 0.631533 0.594942 0.594942 0.594942 +4538.353516 0.000000 2034.567993 0.000000 0.005411 0.000000 0.999985 0.568126 0.568126 0.568126 +4494.057129 0.000000 2068.099854 0.000000 0.852911 0.000000 0.522056 0.802211 0.802211 0.802211 +4520.166504 0.000000 2046.043579 0.000000 0.696428 0.000000 0.717627 0.933460 0.933460 0.933460 +4490.359863 0.000000 2041.255005 0.000000 0.618254 0.000000 0.785978 0.882832 0.882832 0.882832 +4490.112793 0.000000 2070.594238 0.000000 0.680862 0.000000 0.732411 0.797338 0.797338 0.797338 +4513.315918 0.000000 2066.130615 0.000000 0.770944 0.000000 0.636903 0.956043 0.956043 0.956043 +4488.904785 0.000000 2039.717163 0.000000 0.588456 0.000000 0.808529 0.879400 0.879400 0.879400 +4526.200195 0.000000 2034.547241 0.000000 0.820484 0.000000 0.571670 0.961259 0.961259 0.961259 +4519.871094 0.000000 2053.873047 0.000000 0.561255 0.000000 0.827643 0.616730 0.616730 0.616730 +4493.796875 0.000000 2072.450439 0.000000 0.115132 0.000000 0.993350 0.533874 0.533874 0.533874 +4520.696289 0.000000 2043.685059 0.000000 0.860734 0.000000 0.509054 0.965999 0.965999 0.965999 +4506.203125 0.000000 2066.043457 0.000000 0.432235 0.000000 0.901761 0.906571 0.906571 0.906571 +4521.405762 0.000000 2071.290283 0.000000 0.222170 0.000000 0.975008 0.894089 0.894089 0.894089 +4525.442383 0.000000 2045.200317 0.000000 0.163858 0.000000 0.986484 0.910479 0.910479 0.910479 +4539.503906 0.000000 2035.342773 0.000000 0.692491 0.000000 0.721426 0.689670 0.689670 0.689670 +4493.130371 0.000000 2075.613770 0.000000 0.270123 0.000000 0.962826 0.485743 0.485743 0.485743 +4515.658203 0.000000 2073.992920 0.000000 0.088448 0.000000 0.996081 0.805726 0.805726 0.805726 +4517.123047 0.000000 2072.599365 0.000000 0.407635 0.000000 0.913145 0.864665 0.864665 0.864665 +4485.044922 0.000000 2064.314209 0.000000 0.569080 0.000000 0.822282 0.890818 0.890818 0.890818 +4542.477051 0.000000 2058.843750 0.000000 0.562659 0.000000 0.826689 0.611978 0.611978 0.611978 +4520.923828 0.000000 2040.135620 0.000000 0.829250 0.000000 0.558878 0.962246 0.962246 0.962246 +4516.740723 0.000000 2058.539551 0.000000 0.836119 0.000000 0.548548 0.695521 0.695521 0.695521 +4526.601562 0.000000 2040.540039 0.000000 0.099964 0.000000 0.994991 0.906375 0.906375 0.906375 +4508.231934 0.000000 2075.040283 0.000000 0.702493 0.000000 0.711690 0.611565 0.611565 0.611565 +4521.855957 0.000000 2034.453125 0.000000 0.275671 0.000000 0.961252 0.726346 0.726346 0.726346 +4481.515137 0.000000 2062.622559 0.000000 0.174545 0.000000 0.984649 0.632770 0.632770 0.632770 +4489.798340 0.000000 2038.811035 0.000000 0.218439 0.000000 0.975851 0.827027 0.827027 0.827027 +4521.849121 0.000000 2044.109619 0.000000 0.270967 0.000000 0.962589 0.917469 0.917469 0.917469 +4528.334961 0.000000 2049.540771 0.000000 0.318756 0.000000 0.947837 0.603550 0.603550 0.603550 +4501.042969 0.000000 2061.341309 0.000000 0.044484 0.000000 0.999010 0.574382 0.574382 0.574382 +4513.799316 0.000000 2072.323486 0.000000 0.496877 0.000000 0.867821 0.801663 0.801663 0.801663 +4508.429199 0.000000 2072.781006 0.000000 0.633504 0.000000 0.773739 0.739654 0.739654 0.739654 +4511.121582 0.000000 2064.697754 0.000000 0.257710 0.000000 0.966222 0.902856 0.902856 0.902856 +4486.969727 0.000000 2065.761719 0.000000 0.594556 0.000000 0.804054 0.940534 0.940534 0.940534 +4522.410156 0.000000 2074.473389 0.000000 0.520494 0.000000 0.853865 0.629170 0.629170 0.629170 +4527.705078 0.000000 2064.721436 0.000000 0.566226 0.000000 0.824250 0.715911 0.715911 0.715911 +4502.176758 0.000000 2070.860352 0.000000 0.095023 0.000000 0.995475 0.561473 0.561473 0.561473 +4491.890137 0.000000 2084.170410 0.000000 0.550684 0.000000 0.834714 0.686599 0.686599 0.686599 +4496.053223 0.000000 2038.797852 0.000000 0.810506 0.000000 0.585731 0.947976 0.947976 0.947976 +4494.695801 0.000000 2040.323486 0.000000 0.847270 0.000000 0.531163 0.941703 0.941703 0.941703 +4498.317871 0.000000 2068.680176 0.000000 0.798450 0.000000 0.602061 0.695014 0.695014 0.695014 +4506.672852 0.000000 2071.712891 0.000000 0.489049 0.000000 0.872256 0.840076 0.840076 0.840076 +4487.767090 0.000000 2059.440186 0.000000 0.745786 0.000000 0.666186 0.953585 0.953585 0.953585 +4526.525879 0.000000 2061.165771 0.000000 0.627544 0.000000 0.778581 0.665565 0.665565 0.665565 +4514.942871 0.000000 2071.872314 0.000000 0.826362 0.000000 0.563139 0.956543 0.956543 0.956543 +4480.649414 0.000000 2048.352539 0.000000 0.435802 0.000000 0.900043 0.869995 0.869995 0.869995 +4516.323242 0.000000 2043.938232 0.000000 0.028732 0.000000 0.999587 0.700100 0.700100 0.700100 +4525.243652 0.000000 2042.299561 0.000000 0.855035 0.000000 0.518570 0.965293 0.965293 0.965293 +4491.572266 0.000000 2059.016357 0.000000 0.846236 0.000000 0.532808 0.964227 0.964227 0.964227 +4517.454590 0.000000 2062.621338 0.000000 0.759156 0.000000 0.650909 0.936829 0.936829 0.936829 +4521.761719 0.000000 2072.426758 0.000000 0.750541 0.000000 0.660824 0.906461 0.906461 0.906461 +4488.099121 0.000000 2068.827148 0.000000 0.471678 0.000000 0.881771 0.871435 0.871435 0.871435 +4528.795410 0.000000 2043.462524 0.000000 0.470707 0.000000 0.882289 0.884255 0.884255 0.884255 +4485.924316 0.000000 2049.076904 0.000000 0.856790 0.000000 0.515666 0.944408 0.944408 0.944408 +4529.195312 0.000000 2033.800415 0.000000 0.502653 0.000000 0.864488 0.911632 0.911632 0.911632 +4517.645508 0.000000 2069.217285 0.000000 0.807195 0.000000 0.590285 0.959803 0.959803 0.959803 +4523.242188 0.000000 2050.493896 0.000000 0.197909 0.000000 0.980220 0.719946 0.719946 0.719946 +4519.291504 0.000000 2072.443115 0.000000 0.440215 0.000000 0.897892 0.867225 0.867225 0.867225 +4498.265625 0.000000 2036.146118 0.000000 0.440513 0.000000 0.897746 0.882291 0.882291 0.882291 +4491.238281 0.000000 2039.578613 0.000000 0.791776 0.000000 0.610812 0.940452 0.940452 0.940452 +4490.277832 0.000000 2069.489258 0.000000 0.485842 0.000000 0.874047 0.878135 0.878135 0.878135 +4519.180176 0.000000 2063.861816 0.000000 0.489899 0.000000 0.871779 0.904045 0.904045 0.904045 +4518.214844 0.000000 2046.067261 0.000000 0.327663 0.000000 0.944795 0.871224 0.871224 0.871224 +4485.747070 0.000000 2066.408447 0.000000 0.843932 0.000000 0.536451 0.841211 0.841211 0.841211 +4489.386230 0.000000 2040.708008 0.000000 0.853632 0.000000 0.520876 0.907263 0.907263 0.907263 +4508.615723 0.000000 2067.924072 0.000000 0.736389 0.000000 0.676559 0.949355 0.949355 0.949355 +4498.082520 0.000000 2033.499756 0.000000 0.480388 0.000000 0.877056 0.919082 0.919082 0.919082 +4504.817383 0.000000 2066.471191 0.000000 0.059736 0.000000 0.998214 0.860800 0.860800 0.860800 +4511.979004 0.000000 2062.505371 0.000000 0.427932 0.000000 0.903811 0.855458 0.855458 0.855458 +4481.343750 0.000000 2046.750854 0.000000 0.482722 0.000000 0.875774 0.738334 0.738334 0.738334 +4481.148926 0.000000 2057.586670 0.000000 0.034152 0.000000 0.999417 0.902175 0.902175 0.902175 +4495.758301 0.000000 2042.122559 0.000000 0.698005 0.000000 0.716093 0.779561 0.779561 0.779561 +4500.545898 0.000000 2065.597900 0.000000 0.231498 0.000000 0.972835 0.822735 0.822735 0.822735 +4498.778809 0.000000 2040.456787 0.000000 0.066528 0.000000 0.997785 0.729205 0.729205 0.729205 +4524.467773 0.000000 2041.442749 0.000000 0.484836 0.000000 0.874605 0.932224 0.932224 0.932224 +4507.906250 0.000000 2071.851807 0.000000 0.584704 0.000000 0.811247 0.856156 0.856156 0.856156 +4490.056641 0.000000 2057.084717 0.000000 0.452001 0.000000 0.892017 0.860541 0.860541 0.860541 +4513.875488 0.000000 2068.200195 0.000000 0.141484 0.000000 0.989941 0.909037 0.909037 0.909037 +4528.528320 0.000000 2039.309937 0.000000 0.225626 0.000000 0.974214 0.882296 0.882296 0.882296 +4515.967285 0.000000 2067.711670 0.000000 0.835519 0.000000 0.549462 0.962967 0.962967 0.962967 +4515.812500 0.000000 2068.861572 0.000000 0.860369 0.000000 0.509671 0.965953 0.965953 0.965953 +4482.595215 0.000000 2061.073730 0.000000 0.446602 0.000000 0.894733 0.929473 0.929473 0.929473 +4526.404297 0.000000 2045.680176 0.000000 0.044299 0.000000 0.999018 0.882242 0.882242 0.882242 +4527.897461 0.000000 2045.123047 0.000000 0.857555 0.000000 0.514392 0.958320 0.958320 0.958320 +4482.037109 0.000000 2063.664062 0.000000 0.263335 0.000000 0.964705 0.844675 0.844675 0.844675 +4517.165527 0.000000 2071.480225 0.000000 0.858897 0.000000 0.512148 0.965770 0.965770 0.965770 +4488.698730 0.000000 2064.902344 0.000000 0.435605 0.000000 0.900138 0.928693 0.928693 0.928693 +4487.460938 0.000000 2054.380615 0.000000 0.533100 0.000000 0.846052 0.935795 0.935795 0.935795 +4483.740234 0.000000 2061.009766 0.000000 0.187648 0.000000 0.982236 0.912017 0.912017 0.912017 +4490.381348 0.000000 2034.835083 0.000000 0.861573 0.000000 0.507635 0.966104 0.966104 0.966104 +4491.804688 0.000000 2067.931396 0.000000 0.119125 0.000000 0.992879 0.905428 0.905428 0.905428 +4520.990723 0.000000 2041.388794 0.000000 0.812320 0.000000 0.583213 0.960359 0.960359 0.960359 +4505.272461 0.000000 2068.190674 0.000000 0.277885 0.000000 0.960614 0.840681 0.840681 0.840681 +4495.814453 0.000000 2041.050537 0.000000 0.688720 0.000000 0.725027 0.915562 0.915562 0.915562 +4508.799316 0.000000 2065.957275 0.000000 0.591012 0.000000 0.806662 0.910733 0.910733 0.910733 +4519.188477 0.000000 2046.550537 0.000000 0.115045 0.000000 0.993360 0.848474 0.848474 0.848474 +4523.281250 0.000000 2045.052124 0.000000 0.462963 0.000000 0.886378 0.930643 0.930643 0.930643 +4513.560059 0.000000 2062.444092 0.000000 0.628756 0.000000 0.777602 0.912595 0.912595 0.912595 +4518.235352 0.000000 2070.922119 0.000000 0.776272 0.000000 0.630398 0.956578 0.956578 0.956578 +4542.448730 0.000000 2033.962524 0.000000 0.309459 0.000000 0.950913 0.912503 0.912503 0.912503 +4491.374512 0.000000 2065.468262 0.000000 0.285756 0.000000 0.958302 0.918449 0.918449 0.918449 +4510.405762 0.000000 2071.677246 0.000000 0.166388 0.000000 0.986060 0.849669 0.849669 0.849669 +4519.420898 0.000000 2064.941162 0.000000 0.360037 0.000000 0.932938 0.923447 0.923447 0.923447 +4512.311035 0.000000 2066.203369 0.000000 0.705587 0.000000 0.708623 0.949863 0.949863 0.949863 +4486.455566 0.000000 2064.511963 0.000000 0.443767 0.000000 0.896142 0.929272 0.929272 0.929272 +4489.402832 0.000000 2054.075684 0.000000 0.800847 0.000000 0.598869 0.940849 0.940849 0.940849 +4540.553711 0.000000 2033.744263 0.000000 0.659879 0.000000 0.751372 0.914042 0.914042 0.914042 +4525.587891 0.000000 2040.227173 0.000000 0.660809 0.000000 0.750554 0.945957 0.945957 0.945957 +4483.858398 0.000000 2048.211914 0.000000 0.730119 0.000000 0.683320 0.931823 0.931823 0.931823 +4526.127441 0.000000 2036.740479 0.000000 0.452979 0.000000 0.891521 0.929928 0.929928 0.929928 +4512.414062 0.000000 2069.469482 0.000000 0.768533 0.000000 0.639810 0.955803 0.955803 0.955803 +4489.816895 0.000000 2058.950684 0.000000 0.662848 0.000000 0.748754 0.946130 0.946130 0.946130 +4484.713867 0.000000 2062.266113 0.000000 0.717045 0.000000 0.697026 0.950901 0.950901 0.950901 +4520.732422 0.000000 2047.555908 0.000000 0.295708 0.000000 0.955279 0.894369 0.894369 0.894369 +4490.592285 0.000000 2060.618164 0.000000 0.081737 0.000000 0.996654 0.905209 0.905209 0.905209 +4518.516602 0.000000 2069.626465 0.000000 0.700326 0.000000 0.713823 0.949392 0.949392 0.949392 +4514.342773 0.000000 2068.999512 0.000000 0.765385 0.000000 0.643573 0.955490 0.955490 0.955490 +4488.918457 0.000000 2066.970947 0.000000 0.726524 0.000000 0.687141 0.950638 0.950638 0.950638 +4489.040527 0.000000 2062.885010 0.000000 0.626770 0.000000 0.779204 0.943125 0.943125 0.943125 +4489.627441 0.000000 2064.645996 0.000000 0.758695 0.000000 0.651446 0.954832 0.954832 0.954832 +4524.463379 0.000000 2037.515625 0.000000 0.631590 0.000000 0.775302 0.943519 0.943519 0.943519 +4577.210449 0.000000 2078.310791 0.000000 0.772061 0.000000 0.635549 0.349637 0.349637 0.349637 +4584.763184 0.000000 2048.559570 0.000000 0.255945 0.000000 0.966691 0.226340 0.226340 0.226340 +4573.530273 0.000000 2060.729980 0.000000 0.720628 0.000000 0.693322 0.343647 0.343647 0.343647 +4595.634277 0.000000 2076.165283 0.000000 0.101826 0.000000 0.994802 0.194729 0.194729 0.194729 +4582.346680 0.000000 2087.695068 0.000000 0.824480 0.000000 0.565890 0.375433 0.375433 0.375433 +4585.676758 0.000000 2051.504395 0.000000 0.581493 0.000000 0.813551 0.310334 0.310334 0.310334 +4556.112305 0.000000 2048.344238 0.000000 0.224688 0.000000 0.974431 0.264927 0.264927 0.264927 +4564.094727 0.000000 2048.838379 0.000000 0.057732 0.000000 0.998332 0.239929 0.239929 0.239929 +4580.029297 0.000000 2051.990234 0.000000 0.345457 0.000000 0.938434 0.293366 0.293366 0.293366 +4567.068359 0.000000 2037.948608 0.000000 0.820110 0.000000 0.572205 0.391637 0.391637 0.391637 +4559.671387 0.000000 2034.966553 0.000000 0.053682 0.000000 0.998558 0.204008 0.204008 0.204008 +4585.128906 0.000000 2054.303223 0.000000 0.496294 0.000000 0.868155 0.307453 0.307453 0.307453 +4572.928223 0.000000 2051.317627 0.000000 0.705859 0.000000 0.708352 0.378846 0.378846 0.378846 +4571.678223 0.000000 2038.451660 0.000000 0.817965 0.000000 0.575269 0.392349 0.392349 0.392349 +4557.612305 0.000000 2036.566162 0.000000 0.188724 0.000000 0.982030 0.274012 0.274012 0.274012 +4580.952637 0.000000 2073.914307 0.000000 0.617125 0.000000 0.786865 0.342963 0.342963 0.342963 +4546.627930 0.000000 2062.144775 0.000000 0.719436 0.000000 0.694559 0.357673 0.357673 0.357673 +4550.028809 0.000000 2056.367188 0.000000 0.267600 0.000000 0.963530 0.286300 0.286300 0.286300 +4554.166504 0.000000 2039.951172 0.000000 0.703498 0.000000 0.710697 0.469176 0.469176 0.469176 +4589.465820 0.000000 2077.733398 0.000000 0.032927 0.000000 0.999458 0.244875 0.244875 0.244875 +4580.682129 0.000000 2057.226807 0.000000 0.241830 0.000000 0.970319 0.296822 0.296822 0.296822 +4586.281250 0.000000 2075.649170 0.000000 0.859711 0.000000 0.510780 0.407050 0.407050 0.407050 +4587.060059 0.000000 2067.571045 0.000000 0.751790 0.000000 0.659403 0.374080 0.374080 0.374080 +4594.394043 0.000000 2085.559326 0.000000 0.527823 0.000000 0.849354 0.416172 0.416172 0.416172 +4586.638672 0.000000 2083.870117 0.000000 0.723635 0.000000 0.690183 0.414939 0.414939 0.414939 +4557.704590 0.000000 2046.264160 0.000000 0.458823 0.000000 0.888528 0.333240 0.333240 0.333240 +4591.350098 0.000000 2088.180664 0.000000 0.630985 0.000000 0.775795 0.462995 0.462995 0.462995 +4578.177734 0.000000 2060.370605 0.000000 0.233212 0.000000 0.972426 0.316509 0.316509 0.316509 +4544.144043 0.000000 2061.837646 0.000000 0.181326 0.000000 0.983423 0.300657 0.300657 0.300657 +4578.967773 0.000000 2068.180176 0.000000 0.827322 0.000000 0.561728 0.405068 0.405068 0.405068 +4555.084961 0.000000 2043.816162 0.000000 0.099098 0.000000 0.995078 0.388579 0.388579 0.388579 +4571.504395 0.000000 2047.415894 0.000000 0.368024 0.000000 0.929816 0.414778 0.414778 0.414778 +4547.095703 0.000000 2048.887695 0.000000 0.090217 0.000000 0.995922 0.315008 0.315008 0.315008 +4597.188965 0.000000 2087.850342 0.000000 0.489844 0.000000 0.871810 0.378853 0.378853 0.378853 +4580.830078 0.000000 2068.365234 0.000000 0.116409 0.000000 0.993201 0.323081 0.323081 0.323081 +4551.699707 0.000000 2049.292480 0.000000 0.697441 0.000000 0.716643 0.375831 0.375831 0.375831 +4550.054199 0.000000 2035.036133 0.000000 0.226956 0.000000 0.973905 0.603899 0.603899 0.603899 +4560.790527 0.000000 2041.592773 0.000000 0.243145 0.000000 0.969990 0.394089 0.394089 0.394089 +4568.512695 0.000000 2041.170410 0.000000 0.275995 0.000000 0.961159 0.352047 0.352047 0.352047 +4563.935547 0.000000 2043.195923 0.000000 0.687429 0.000000 0.726251 0.540328 0.540328 0.540328 +4547.050781 0.000000 2036.831787 0.000000 0.671697 0.000000 0.740826 0.866470 0.866470 0.866470 +4583.989746 0.000000 2059.341309 0.000000 0.664860 0.000000 0.746968 0.374599 0.374599 0.374599 +4544.043457 0.000000 2057.688477 0.000000 0.244845 0.000000 0.969562 0.606844 0.606844 0.606844 +4557.188965 0.000000 2041.692139 0.000000 0.769388 0.000000 0.638781 0.498382 0.498382 0.498382 +4578.559570 0.000000 2066.643066 0.000000 0.115645 0.000000 0.993291 0.290885 0.290885 0.290885 +4579.595703 0.000000 2053.549316 0.000000 0.646992 0.000000 0.762497 0.370430 0.370430 0.370430 +4548.635742 0.000000 2045.840332 0.000000 0.448659 0.000000 0.893703 0.350627 0.350627 0.350627 +4569.632324 0.000000 2048.655029 0.000000 0.747392 0.000000 0.664383 0.390334 0.390334 0.390334 +4581.817871 0.000000 2067.004395 0.000000 0.506271 0.000000 0.862374 0.457202 0.457202 0.457202 +4547.597168 0.000000 2058.544189 0.000000 0.329171 0.000000 0.944270 0.377645 0.377645 0.377645 +4565.209473 0.000000 2040.299805 0.000000 0.491498 0.000000 0.870879 0.510381 0.510381 0.510381 +4568.030273 0.000000 2046.742676 0.000000 0.691981 0.000000 0.721916 0.466655 0.466655 0.466655 +4565.918945 0.000000 2044.944946 0.000000 0.137542 0.000000 0.990496 0.377126 0.377126 0.377126 +4569.045410 0.000000 2045.329346 0.000000 0.598470 0.000000 0.801145 0.535828 0.535828 0.535828 +4546.970703 0.000000 2042.885132 0.000000 0.583279 0.000000 0.812272 0.471814 0.471814 0.471814 +4548.846680 0.000000 2048.344727 0.000000 0.438638 0.000000 0.898664 0.353160 0.353160 0.353160 +4549.431641 0.000000 2044.214111 0.000000 0.093968 0.000000 0.995575 0.295541 0.295541 0.295541 +4562.338867 0.000000 2041.470703 0.000000 0.732823 0.000000 0.680420 0.517604 0.517604 0.517604 +4552.364746 0.000000 2033.894287 0.000000 0.709059 0.000000 0.705149 0.402955 0.402955 0.402955 +4589.470215 0.000000 2080.721924 0.000000 0.508499 0.000000 0.861063 0.443969 0.443969 0.443969 +4579.506348 0.000000 2065.307617 0.000000 0.742153 0.000000 0.670231 0.441477 0.441477 0.441477 +4582.782227 0.000000 2061.447266 0.000000 0.352069 0.000000 0.935974 0.372807 0.372807 0.372807 +4580.309082 0.000000 2062.823486 0.000000 0.083544 0.000000 0.996504 0.399475 0.399475 0.399475 +4548.588867 0.000000 2043.074951 0.000000 0.110021 0.000000 0.993929 0.385901 0.385901 0.385901 +4578.937988 0.000000 2063.942627 0.000000 0.393875 0.000000 0.919164 0.379729 0.379729 0.379729 +4569.534668 0.000000 2042.999512 0.000000 0.075072 0.000000 0.997178 0.439417 0.439417 0.439417 +4544.049316 0.000000 2059.135010 0.000000 0.790868 0.000000 0.611987 0.594142 0.594142 0.594142 +4545.993652 0.000000 2056.887451 0.000000 0.386323 0.000000 0.922363 0.630733 0.630733 0.630733 +4568.631836 0.000000 2044.050415 0.000000 0.311049 0.000000 0.950394 0.483160 0.483160 0.483160 +4550.753418 0.000000 2038.602173 0.000000 0.536471 0.000000 0.843919 0.637308 0.637308 0.637308 +4547.455566 0.000000 2052.118652 0.000000 0.822081 0.000000 0.569371 0.691468 0.691468 0.691468 +4548.081543 0.000000 2053.407227 0.000000 0.165771 0.000000 0.986164 0.444842 0.444842 0.444842 +4545.219727 0.000000 2041.456055 0.000000 0.235546 0.000000 0.971863 0.518733 0.518733 0.518733 +4546.732422 0.000000 2041.651123 0.000000 0.228512 0.000000 0.973541 0.557601 0.557601 0.557601 +4549.292969 0.000000 2039.454956 0.000000 0.443054 0.000000 0.896495 0.645921 0.645921 0.645921 +4546.773438 0.000000 2039.478882 0.000000 0.089430 0.000000 0.995993 0.641195 0.641195 0.641195 +4550.916992 0.000000 2035.861450 0.000000 0.620852 0.000000 0.783928 0.674450 0.674450 0.674450 +4547.154785 0.000000 2054.189453 0.000000 0.430779 0.000000 0.902458 0.654214 0.654214 0.654214 +4549.937500 0.000000 2033.937378 0.000000 0.833738 0.000000 0.552160 0.912701 0.912701 0.912701 +4546.728516 0.000000 2033.459351 0.000000 0.741626 0.000000 0.670814 0.932262 0.932262 0.932262 +4482.500488 0.000000 2109.666016 0.000000 0.783504 0.000000 0.621387 0.354114 0.354114 0.354114 +4514.900879 0.000000 2089.986572 0.000000 0.459948 0.000000 0.887946 0.261404 0.261404 0.261404 +4485.119141 0.000000 2106.356201 0.000000 0.586977 0.000000 0.809603 0.305323 0.305323 0.305323 +4486.424805 0.000000 2110.281982 0.000000 0.666086 0.000000 0.745875 0.323771 0.323771 0.323771 +4495.831543 0.000000 2094.093750 0.000000 0.266428 0.000000 0.963855 0.238351 0.238351 0.238351 +4506.987305 0.000000 2090.010742 0.000000 0.166783 0.000000 0.985994 0.210458 0.210458 0.210458 +4492.112305 0.000000 2104.828613 0.000000 0.706671 0.000000 0.707542 0.342524 0.342524 0.342524 +4488.614258 0.000000 2103.450684 0.000000 0.737712 0.000000 0.675115 0.370390 0.370390 0.370390 +4480.090332 0.000000 2093.217529 0.000000 0.560379 0.000000 0.828236 0.305201 0.305201 0.305201 +4486.363770 0.000000 2099.434570 0.000000 0.223637 0.000000 0.974672 0.287912 0.287912 0.287912 +4500.805176 0.000000 2089.989502 0.000000 0.767021 0.000000 0.641622 0.379740 0.379740 0.379740 +4493.612305 0.000000 2093.050537 0.000000 0.029614 0.000000 0.999561 0.259331 0.259331 0.259331 +4484.602051 0.000000 2092.527588 0.000000 0.695913 0.000000 0.718126 0.387058 0.387058 0.387058 +4486.070312 0.000000 2096.961914 0.000000 0.190903 0.000000 0.981609 0.297093 0.297093 0.297093 +4486.475098 0.000000 2104.512451 0.000000 0.755883 0.000000 0.654707 0.365546 0.365546 0.365546 +4603.100586 0.000000 2100.014648 0.000000 0.016018 0.000000 0.999872 0.195490 0.195490 0.195490 +4600.473633 0.000000 2098.052734 0.000000 0.643978 0.000000 0.765044 0.352225 0.352225 0.352225 +4595.914062 0.000000 2095.710205 0.000000 0.175870 0.000000 0.984414 0.283357 0.283357 0.283357 +4600.246582 0.000000 2092.778809 0.000000 0.684265 0.000000 0.729233 0.369938 0.369938 0.369938 +4594.425293 0.000000 2092.076172 0.000000 0.560675 0.000000 0.828036 0.395820 0.395820 0.395820 +4594.999023 0.000000 2097.264648 0.000000 0.700659 0.000000 0.713497 0.366415 0.366415 0.366415 +4596.916016 0.000000 2097.284912 0.000000 0.454288 0.000000 0.890855 0.334932 0.334932 0.334932 +4599.848633 0.000000 2089.984863 0.000000 0.734622 0.000000 0.678476 0.385230 0.385230 0.385230 "} object={ name="palm_dense_generator_2_1" @@ -297,7 +1501,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_palm_02_mesh" - count=296 + count=1513 transform="503.867737 0.000000 725.044128 0.000000 0.952278 0.000000 0.305233 0.447380 0.447380 0.447380 508.454834 0.000000 774.635986 0.000000 0.981526 0.000000 -0.191330 0.530640 0.530640 0.530640 462.511963 0.000000 744.931274 0.000000 0.964740 0.000000 0.263204 0.861118 0.861118 0.861118 @@ -594,6 +1798,1223 @@ object={ 563.209290 0.000000 1960.179077 0.000000 0.971223 0.000000 0.238171 0.976405 0.976405 0.976405 532.832764 0.000000 1989.532715 0.000000 0.998910 0.000000 -0.046678 0.508446 0.508446 0.508446 534.338623 0.000000 1989.935547 0.000000 0.968097 0.000000 0.250575 0.723654 0.723654 0.723654 +5598.236816 0.000000 899.795532 0.000000 0.977088 0.000000 0.212837 0.453335 0.453335 0.453335 +5687.638184 0.000000 1032.462158 0.000000 0.970838 0.000000 0.239738 0.446963 0.446963 0.446963 +5655.890625 0.000000 1035.776489 0.000000 0.911247 0.000000 0.411861 0.408277 0.408277 0.408277 +5682.789551 0.000000 1028.806030 0.000000 0.948026 0.000000 -0.318192 0.570455 0.570455 0.570455 +5752.065918 0.000000 1211.534424 0.000000 0.973786 0.000000 -0.227467 0.550787 0.550787 0.550787 +5736.832520 0.000000 1189.672974 0.000000 0.927610 0.000000 -0.373550 0.584441 0.584441 0.584441 +5764.458496 0.000000 1184.153442 0.000000 0.991970 0.000000 0.126475 0.471839 0.471839 0.471839 +5780.569336 0.000000 1135.073975 0.000000 0.990291 0.000000 -0.139011 0.530657 0.530657 0.530657 +5762.500488 0.000000 1149.431519 0.000000 0.915103 0.000000 0.403220 0.410010 0.410010 0.410010 +5779.007324 0.000000 1147.765869 0.000000 0.907995 0.000000 0.418981 0.409176 0.409176 0.409176 +5798.230957 0.000000 1224.700928 0.000000 0.886538 0.000000 0.462655 0.393188 0.393188 0.393188 +5778.127930 0.000000 1199.447876 0.000000 0.997701 0.000000 -0.067769 0.514959 0.514959 0.514959 +4474.462402 0.000000 1937.538818 0.000000 0.998547 0.000000 -0.053896 0.509874 0.509874 0.509874 +4475.429199 0.000000 1945.781372 0.000000 0.997016 0.000000 0.077201 0.581019 0.581019 0.581019 +4475.262207 0.000000 1942.604736 0.000000 0.999362 0.000000 0.035723 0.548452 0.548452 0.548452 +4450.857422 0.000000 2006.082031 0.000000 0.997970 0.000000 0.063694 0.488424 0.488424 0.488424 +4457.967773 0.000000 2006.770996 0.000000 0.999270 0.000000 0.038202 0.492488 0.492488 0.492488 +4454.581055 0.000000 2012.077515 0.000000 0.993413 0.000000 0.114585 0.476649 0.476649 0.476649 +4477.032715 0.000000 1999.141235 0.000000 0.967998 0.000000 -0.250957 0.547402 0.547402 0.547402 +4474.504395 0.000000 2000.712036 0.000000 0.928346 0.000000 -0.371717 0.571740 0.571740 0.571740 +4449.448730 0.000000 2000.249878 0.000000 0.992943 0.000000 0.118592 0.476006 0.476006 0.476006 +4458.219238 0.000000 2023.167725 0.000000 0.956172 0.000000 0.292806 0.446474 0.446474 0.446474 +4448.801270 0.000000 2005.268311 0.000000 0.949541 0.000000 -0.313642 0.555075 0.555075 0.555075 +4459.060059 0.000000 2011.086670 0.000000 0.906873 0.000000 0.421405 0.450146 0.450146 0.450146 +4459.407227 0.000000 2021.181152 0.000000 0.936737 0.000000 -0.350034 0.561736 0.561736 0.561736 +4477.282227 0.000000 2020.908325 0.000000 0.954890 0.000000 0.296960 0.593868 0.593868 0.593868 +4474.520996 0.000000 2030.865723 0.000000 0.991368 0.000000 -0.131110 0.771346 0.771346 0.771346 +4476.454590 0.000000 2017.292236 0.000000 0.912652 0.000000 -0.408738 0.808592 0.808592 0.808592 +4463.350098 0.000000 2031.696167 0.000000 0.949250 0.000000 -0.314522 0.792167 0.792167 0.792167 +4466.395020 0.000000 2006.969727 0.000000 0.997022 0.000000 -0.077112 0.511649 0.511649 0.511649 +4477.535645 0.000000 2031.128662 0.000000 0.988911 0.000000 0.148512 0.589144 0.589144 0.589144 +4477.810547 0.000000 2010.606567 0.000000 0.994772 0.000000 0.102118 0.861518 0.861518 0.861518 +4471.822754 0.000000 2008.246338 0.000000 0.996859 0.000000 0.079199 0.732223 0.732223 0.732223 +4479.210449 0.000000 2011.554932 0.000000 0.927157 0.000000 0.374674 0.692584 0.692584 0.692584 +4470.362793 0.000000 2010.594849 0.000000 0.877030 0.000000 0.480436 0.933564 0.933564 0.933564 +4479.025879 0.000000 2026.318237 0.000000 0.999994 0.000000 0.003473 0.582792 0.582792 0.582792 +4476.027344 0.000000 2021.835571 0.000000 0.995009 0.000000 -0.099790 0.658166 0.658166 0.658166 +4472.412109 0.000000 2031.999268 0.000000 0.890896 0.000000 -0.454208 0.978916 0.978916 0.978916 +4478.913574 0.000000 2022.991699 0.000000 0.949343 0.000000 -0.314243 0.597785 0.597785 0.597785 +4458.059082 0.000000 2012.236084 0.000000 0.976353 0.000000 0.216183 0.558967 0.558967 0.558967 +4470.238281 0.000000 2033.315186 0.000000 0.941254 0.000000 0.337698 0.971362 0.971362 0.971362 +4475.962402 0.000000 2015.901489 0.000000 0.869535 0.000000 0.493871 0.928430 0.928430 0.928430 +4479.883789 0.000000 2015.692627 0.000000 0.984704 0.000000 0.174235 0.580178 0.580178 0.580178 +4478.095703 0.000000 2008.499268 0.000000 0.991386 0.000000 0.130974 0.704150 0.704150 0.704150 +4477.587402 0.000000 2024.850952 0.000000 0.999291 0.000000 -0.037640 0.658009 0.658009 0.658009 +4474.590332 0.000000 2019.507568 0.000000 0.892216 0.000000 -0.451610 0.945734 0.945734 0.945734 +4474.093750 0.000000 2007.390015 0.000000 0.999231 0.000000 0.039207 0.606536 0.606536 0.606536 +4479.974609 0.000000 2008.484497 0.000000 0.943285 0.000000 0.331984 0.670511 0.670511 0.670511 +4461.684570 0.000000 2019.863892 0.000000 0.877822 0.000000 0.478988 0.683744 0.683744 0.683744 +4462.953613 0.000000 2030.352661 0.000000 0.982280 0.000000 -0.187420 0.770820 0.770820 0.770820 +4464.927734 0.000000 2021.969116 0.000000 0.911353 0.000000 0.411626 0.765814 0.765814 0.765814 +4464.316895 0.000000 2018.684448 0.000000 0.999980 0.000000 0.006306 0.964770 0.964770 0.964770 +4473.671875 0.000000 2031.824463 0.000000 0.999014 0.000000 -0.044396 0.913650 0.913650 0.913650 +4460.134277 0.000000 2011.934448 0.000000 0.993773 0.000000 -0.111423 0.709268 0.709268 0.709268 +4474.116699 0.000000 2026.269287 0.000000 0.967925 0.000000 -0.251240 0.752019 0.752019 0.752019 +4462.644531 0.000000 2021.949341 0.000000 0.984000 0.000000 -0.178169 0.739868 0.739868 0.739868 +4467.326660 0.000000 2024.468872 0.000000 0.978276 0.000000 0.207306 0.676879 0.676879 0.676879 +4471.950684 0.000000 2015.137085 0.000000 0.964652 0.000000 0.263526 0.983023 0.983023 0.983023 +4461.494141 0.000000 2018.593506 0.000000 0.885647 0.000000 0.464359 0.686433 0.686433 0.686433 +4472.311035 0.000000 2021.605225 0.000000 0.950952 0.000000 0.309338 0.894400 0.894400 0.894400 +4475.484375 0.000000 2018.149414 0.000000 0.872333 0.000000 -0.488912 0.952337 0.952337 0.952337 +4461.887207 0.000000 2016.185059 0.000000 0.982691 0.000000 0.185254 0.838466 0.838466 0.838466 +4469.900391 0.000000 2028.327881 0.000000 0.936199 0.000000 0.351470 0.816455 0.816455 0.816455 +4468.589844 0.000000 2020.371826 0.000000 0.994016 0.000000 -0.109235 1.011395 1.011395 1.011395 +4470.086914 0.000000 2021.552246 0.000000 0.866082 0.000000 -0.499902 1.058419 1.058419 1.058419 +4472.008301 0.000000 2019.202515 0.000000 0.923740 0.000000 -0.383019 1.050341 1.050341 1.050341 +4460.773926 0.000000 2012.876221 0.000000 0.977970 0.000000 0.208744 0.789936 0.789936 0.789936 +4469.492676 0.000000 2032.482422 0.000000 0.971135 0.000000 0.238530 0.981059 0.981059 0.981059 +4464.327148 0.000000 2032.256226 0.000000 0.937476 0.000000 -0.348049 0.989372 0.989372 0.989372 +4468.629395 0.000000 2019.153320 0.000000 0.962014 0.000000 0.273001 0.982397 0.982397 0.982397 +4472.073242 0.000000 2016.391846 0.000000 0.974833 0.000000 -0.222938 1.023069 1.023069 1.023069 +4468.024414 0.000000 2017.273071 0.000000 0.996496 0.000000 -0.083636 1.005331 1.005331 1.005331 +4471.349609 0.000000 2017.423096 0.000000 0.986899 0.000000 0.161341 0.989441 0.989441 0.989441 +4470.952148 0.000000 2020.909180 0.000000 0.997905 0.000000 -0.064703 1.007226 1.007226 1.007226 +4467.209473 0.000000 2016.663452 0.000000 0.962407 0.000000 0.271612 0.981665 0.981665 0.981665 +4469.687012 0.000000 2012.982178 0.000000 0.997803 0.000000 0.066249 0.994190 0.994190 0.994190 +4480.254883 0.000000 1967.609619 0.000000 0.995788 0.000000 0.091686 0.479886 0.479886 0.479886 +4518.893555 0.000000 1939.916138 0.000000 0.929250 0.000000 0.369450 0.418800 0.418800 0.418800 +4525.375000 0.000000 1945.390381 0.000000 0.974537 0.000000 -0.224226 0.544800 0.544800 0.544800 +4541.032715 0.000000 1942.656860 0.000000 0.977380 0.000000 -0.211491 0.541098 0.541098 0.541098 +4538.504395 0.000000 1944.227661 0.000000 0.997566 0.000000 0.069729 0.486594 0.486594 0.486594 +4492.112305 0.000000 1935.375488 0.000000 0.987313 0.000000 0.158784 0.469486 0.469486 0.469486 +4515.200195 0.000000 1933.265747 0.000000 0.998933 0.000000 0.046180 0.492094 0.492094 0.492094 +4524.127930 0.000000 1947.910034 0.000000 0.999999 0.000000 0.001188 0.499788 0.499788 0.499788 +4490.329590 0.000000 1945.173340 0.000000 0.991656 0.000000 0.128912 0.477199 0.477199 0.477199 +4494.686523 0.000000 1935.060181 0.000000 0.870657 0.000000 0.491891 0.406213 0.406213 0.406213 +4543.510742 0.000000 1945.205444 0.000000 0.911947 0.000000 0.410309 0.430177 0.430177 0.430177 +4513.365723 0.000000 1930.643555 0.000000 0.951698 0.000000 0.307035 0.448695 0.448695 0.448695 +4527.436035 0.000000 1955.190063 0.000000 0.994133 0.000000 -0.108167 0.659515 0.659515 0.659515 +4510.716309 0.000000 1966.706787 0.000000 0.998723 0.000000 0.050520 0.614513 0.614513 0.614513 +4485.572266 0.000000 1967.399536 0.000000 0.915767 0.000000 0.401710 0.427087 0.427087 0.427087 +4531.318359 0.000000 1954.110229 0.000000 0.991743 0.000000 -0.128242 0.603391 0.603391 0.603391 +4496.905273 0.000000 1974.368164 0.000000 0.993254 0.000000 0.115956 0.740955 0.740955 0.740955 +4496.278320 0.000000 1934.024536 0.000000 0.921781 0.000000 -0.387710 0.558298 0.558298 0.558298 +4530.395020 0.000000 1950.485352 0.000000 0.988142 0.000000 0.153540 0.473619 0.473619 0.473619 +4487.440918 0.000000 1970.875854 0.000000 0.991887 0.000000 -0.127125 0.598257 0.598257 0.598257 +4535.893555 0.000000 1963.973511 0.000000 0.983385 0.000000 0.181531 0.730198 0.730198 0.730198 +4491.557617 0.000000 1960.416504 0.000000 0.942873 0.000000 0.333151 0.568547 0.568547 0.568547 +4534.588867 0.000000 1973.651855 0.000000 0.892195 0.000000 -0.451651 0.898391 0.898391 0.898391 +4505.774414 0.000000 1970.167969 0.000000 0.975436 0.000000 -0.220282 0.771377 0.771377 0.771377 +4493.340332 0.000000 1960.695557 0.000000 0.982294 0.000000 -0.187348 0.868170 0.868170 0.868170 +4492.062012 0.000000 1941.774170 0.000000 0.950727 0.000000 -0.310028 0.737312 0.737312 0.737312 +4487.784180 0.000000 1973.785156 0.000000 0.991917 0.000000 0.126885 0.480227 0.480227 0.480227 +4494.777344 0.000000 1940.720947 0.000000 1.000000 0.000000 0.000609 0.764607 0.764607 0.764607 +4536.471680 0.000000 1960.924805 0.000000 0.991010 0.000000 -0.133788 0.840101 0.840101 0.840101 +4497.862305 0.000000 1956.796143 0.000000 0.948506 0.000000 0.316760 0.595357 0.595357 0.595357 +4513.128418 0.000000 1961.231934 0.000000 0.867921 0.000000 0.496703 0.827427 0.827427 0.827427 +4538.250000 0.000000 1953.960693 0.000000 0.957428 0.000000 -0.288672 0.817039 0.817039 0.817039 +4490.663574 0.000000 1975.053711 0.000000 0.950799 0.000000 0.309809 0.553298 0.553298 0.553298 +4497.688477 0.000000 1948.695557 0.000000 0.891242 0.000000 -0.453529 0.913003 0.913003 0.913003 +4514.375977 0.000000 1936.911499 0.000000 0.927940 0.000000 0.372729 0.467343 0.467343 0.467343 +4496.583984 0.000000 1958.824829 0.000000 0.999991 0.000000 0.004323 0.665970 0.665970 0.665970 +4519.989746 0.000000 1946.372681 0.000000 0.989792 0.000000 0.142520 0.478953 0.478953 0.478953 +4499.343262 0.000000 1972.069824 0.000000 0.989052 0.000000 0.147568 0.844452 0.844452 0.844452 +4495.736328 0.000000 1951.229980 0.000000 0.973131 0.000000 -0.230254 0.554238 0.554238 0.554238 +4491.377441 0.000000 1940.012329 0.000000 0.995043 0.000000 -0.099447 0.707316 0.707316 0.707316 +4512.293457 0.000000 1969.476196 0.000000 0.990406 0.000000 0.138187 0.683382 0.683382 0.683382 +4495.824707 0.000000 1943.915405 0.000000 0.988851 0.000000 0.148907 0.755244 0.755244 0.755244 +4505.560059 0.000000 1963.642212 0.000000 0.928793 0.000000 -0.370599 0.978957 0.978957 0.978957 +4492.617676 0.000000 1937.116089 0.000000 0.959650 0.000000 0.281198 0.453780 0.453780 0.453780 +4499.704102 0.000000 1934.233032 0.000000 0.951702 0.000000 0.307023 0.783667 0.783667 0.783667 +4508.899902 0.000000 1972.017456 0.000000 0.999749 0.000000 -0.022382 0.880937 0.880937 0.880937 +4519.382324 0.000000 1954.087280 0.000000 0.996861 0.000000 -0.079171 0.943259 0.943259 0.943259 +4495.974609 0.000000 1954.028687 0.000000 0.958576 0.000000 0.284837 0.467124 0.467124 0.467124 +4530.861328 0.000000 1975.986206 0.000000 0.944734 0.000000 0.327838 0.725402 0.725402 0.725402 +4494.222168 0.000000 1943.619507 0.000000 0.957932 0.000000 0.286997 0.732343 0.732343 0.732343 +4532.777832 0.000000 1953.416748 0.000000 0.889819 0.000000 -0.456314 0.570447 0.570447 0.570447 +4488.986816 0.000000 1975.176758 0.000000 0.961984 0.000000 -0.273107 0.543611 0.543611 0.543611 +4500.440918 0.000000 1975.975342 0.000000 0.996808 0.000000 -0.079831 0.870423 0.870423 0.870423 +4501.229004 0.000000 1934.561035 0.000000 0.967799 0.000000 -0.251726 1.035639 1.035639 1.035639 +4494.057129 0.000000 1972.304565 0.000000 0.927471 0.000000 -0.373894 0.984172 0.984172 0.984172 +4503.599609 0.000000 1975.023926 0.000000 0.918894 0.000000 0.394506 0.839774 0.839774 0.839774 +4528.395508 0.000000 1952.799805 0.000000 0.996601 0.000000 -0.082375 0.512199 0.512199 0.512199 +4513.853027 0.000000 1932.233521 0.000000 0.961427 0.000000 0.275061 0.535093 0.535093 0.535093 +4502.338379 0.000000 1933.451172 0.000000 0.999740 0.000000 -0.022787 0.778198 0.778198 0.778198 +4498.461914 0.000000 1937.049438 0.000000 0.997867 0.000000 -0.065285 1.007193 1.007193 1.007193 +4497.817871 0.000000 1939.629883 0.000000 0.877397 0.000000 -0.479766 1.052040 1.052040 1.052040 +4498.634277 0.000000 1965.737427 0.000000 0.999915 0.000000 0.013013 0.998801 0.998801 0.998801 +4498.536621 0.000000 1973.938477 0.000000 0.977723 0.000000 0.209901 0.834528 0.834528 0.834528 +4514.144043 0.000000 1971.458252 0.000000 0.988433 0.000000 0.151658 0.754794 0.754794 0.754794 +4502.025391 0.000000 1962.762817 0.000000 0.908466 0.000000 -0.417960 1.057163 1.057163 1.057163 +4526.867676 0.000000 1950.928345 0.000000 0.914937 0.000000 -0.403597 0.563320 0.563320 0.563320 +4495.354980 0.000000 1966.690796 0.000000 0.985100 0.000000 -0.171981 1.014628 1.014628 1.014628 +4539.955078 0.000000 1951.523926 0.000000 0.994406 0.000000 -0.105621 0.619618 0.619618 0.619618 +4492.917480 0.000000 1938.665894 0.000000 0.972103 0.000000 0.234556 0.575259 0.575259 0.575259 +4506.692383 0.000000 1932.919678 0.000000 0.873138 0.000000 0.487474 0.943939 0.943939 0.943939 +4512.284180 0.000000 1962.657471 0.000000 0.999304 0.000000 0.037294 0.748849 0.748849 0.748849 +4509.034668 0.000000 1973.952515 0.000000 0.987809 0.000000 -0.155670 0.901796 0.901796 0.901796 +4498.728027 0.000000 1954.626831 0.000000 0.958730 0.000000 0.284318 0.708121 0.708121 0.708121 +4512.608398 0.000000 1952.000000 0.000000 0.982659 0.000000 0.185420 0.988127 0.988127 0.988127 +4500.575195 0.000000 1938.972778 0.000000 0.931100 0.000000 0.364765 0.976230 0.976230 0.976230 +4511.732910 0.000000 1973.285522 0.000000 0.929790 0.000000 0.368091 0.879971 0.879971 0.879971 +4498.834473 0.000000 1947.058228 0.000000 0.981524 0.000000 -0.191339 1.016871 1.016871 1.016871 +4493.467285 0.000000 1969.115601 0.000000 0.940308 0.000000 -0.340324 1.028870 1.028870 1.028870 +4491.568848 0.000000 1976.422119 0.000000 0.937568 0.000000 0.347803 0.485418 0.485418 0.485418 +4498.930176 0.000000 1944.331421 0.000000 0.991053 0.000000 -0.133469 1.008522 1.008522 1.008522 +4510.394531 0.000000 1938.515015 0.000000 0.988552 0.000000 -0.150883 1.009642 1.009642 1.009642 +4514.393066 0.000000 1973.170410 0.000000 0.871292 0.000000 0.490765 0.812979 0.812979 0.812979 +4509.067383 0.000000 1943.981689 0.000000 0.918844 0.000000 -0.394622 1.025825 1.025825 1.025825 +4525.387695 0.000000 1953.256836 0.000000 0.970701 0.000000 0.240291 0.603292 0.603292 0.603292 +4493.681641 0.000000 1966.137695 0.000000 0.999816 0.000000 -0.019196 1.001682 1.001682 1.001682 +4512.240234 0.000000 1934.438599 0.000000 0.969007 0.000000 -0.247031 0.824637 0.824637 0.824637 +4503.955566 0.000000 1954.259277 0.000000 0.988519 0.000000 0.151093 0.978984 0.978984 0.978984 +4539.962402 0.000000 1959.417114 0.000000 0.983571 0.000000 -0.180519 0.958595 0.958595 0.958595 +4515.030762 0.000000 1944.363159 0.000000 0.895814 0.000000 -0.444429 0.805216 0.805216 0.805216 +4497.469238 0.000000 1938.207153 0.000000 0.944242 0.000000 0.329253 0.932352 0.932352 0.932352 +4505.742188 0.000000 1949.520020 0.000000 0.990885 0.000000 -0.134707 1.008602 1.008602 1.008602 +4520.728027 0.000000 1963.282349 0.000000 0.943519 0.000000 -0.331319 1.019440 1.019440 1.019440 +4525.249512 0.000000 1951.707520 0.000000 0.981375 0.000000 0.192102 0.538744 0.538744 0.538744 +4542.095703 0.000000 1952.014893 0.000000 0.998680 0.000000 0.051358 0.859600 0.859600 0.859600 +4521.205566 0.000000 1976.925049 0.000000 0.998743 0.000000 -0.050132 0.919402 0.919402 0.919402 +4541.587402 0.000000 1968.366577 0.000000 0.997411 0.000000 0.071915 0.960176 0.960176 0.960176 +4525.470215 0.000000 1967.753052 0.000000 0.981069 0.000000 -0.193656 0.984485 0.984485 0.984485 +4523.575684 0.000000 1951.198975 0.000000 0.871370 0.000000 0.490627 0.564799 0.564799 0.564799 +4508.286133 0.000000 1942.154297 0.000000 0.986032 0.000000 -0.166558 1.010653 1.010653 1.010653 +4538.590332 0.000000 1963.023193 0.000000 0.999558 0.000000 0.029743 0.907235 0.907235 0.907235 +4512.868164 0.000000 1936.840210 0.000000 0.892532 0.000000 -0.450984 0.992291 0.992291 0.992291 +4507.159668 0.000000 1974.597290 0.000000 0.929246 0.000000 0.369462 0.915845 0.915845 0.915845 +4489.995605 0.000000 1969.309692 0.000000 0.944060 0.000000 0.329772 0.820060 0.820060 0.820060 +4518.782227 0.000000 1948.478394 0.000000 0.872583 0.000000 0.488465 0.647479 0.647479 0.647479 +4526.671387 0.000000 1954.005371 0.000000 0.997017 0.000000 -0.077185 0.654531 0.654531 0.654531 +4515.429199 0.000000 1970.639771 0.000000 0.880411 0.000000 0.474211 0.699521 0.699521 0.699521 +4518.014160 0.000000 1951.297363 0.000000 0.870303 0.000000 0.492517 0.812668 0.812668 0.812668 +4529.352051 0.000000 1973.602417 0.000000 0.938928 0.000000 0.344114 0.772414 0.772414 0.772414 +4526.236328 0.000000 1976.325195 0.000000 0.975671 0.000000 0.219240 0.778297 0.778297 0.778297 +4500.196289 0.000000 1969.231079 0.000000 0.879230 0.000000 0.476398 0.930455 0.930455 0.930455 +4516.309082 0.000000 1949.854736 0.000000 0.927280 0.000000 -0.374368 0.913487 0.913487 0.913487 +4502.383789 0.000000 1967.480591 0.000000 0.929811 0.000000 -0.368039 0.964461 0.964461 0.964461 +4498.397949 0.000000 1942.603882 0.000000 0.997118 0.000000 0.075864 0.995166 0.995166 0.995166 +4539.526855 0.000000 1953.235962 0.000000 0.989066 0.000000 0.147474 0.745634 0.745634 0.745634 +4504.470703 0.000000 1943.216675 0.000000 0.891362 0.000000 -0.453291 1.029950 1.029950 1.029950 +4499.616211 0.000000 1966.727417 0.000000 0.997460 0.000000 0.071230 0.993005 0.993005 0.993005 +4504.874512 0.000000 1938.483887 0.000000 0.917614 0.000000 -0.397472 1.026023 1.026023 1.026023 +4505.036621 0.000000 1945.403687 0.000000 0.990857 0.000000 -0.134918 1.008615 1.008615 1.008615 +4527.960449 0.000000 1963.420532 0.000000 0.989764 0.000000 0.142716 0.924871 0.924871 0.924871 +4490.666016 0.000000 1962.830322 0.000000 0.905695 0.000000 -0.423930 0.922018 0.922018 0.922018 +4517.085938 0.000000 1946.839722 0.000000 0.984566 0.000000 0.175011 0.609128 0.609128 0.609128 +4506.769531 0.000000 1969.142090 0.000000 0.982841 0.000000 0.184454 0.612445 0.612445 0.612445 +4509.948242 0.000000 1961.589111 0.000000 0.908219 0.000000 0.418495 0.769652 0.769652 0.769652 +4531.649902 0.000000 1973.090332 0.000000 0.997717 0.000000 -0.067535 0.824559 0.824559 0.824559 +4515.804199 0.000000 1963.770142 0.000000 0.924789 0.000000 -0.380481 0.890671 0.890671 0.890671 +4526.049316 0.000000 1958.382324 0.000000 0.918224 0.000000 -0.396062 0.864574 0.864574 0.864574 +4530.478027 0.000000 1962.344482 0.000000 0.973580 0.000000 0.228346 0.742160 0.742160 0.742160 +4508.436523 0.000000 1937.071655 0.000000 0.997099 0.000000 -0.076121 1.004851 1.004851 1.004851 +4496.399414 0.000000 1948.189453 0.000000 0.904124 0.000000 0.427270 0.768114 0.768114 0.768114 +4491.583008 0.000000 1967.413574 0.000000 0.917094 0.000000 0.398670 0.962224 0.962224 0.962224 +4529.244629 0.000000 1957.520996 0.000000 0.883923 0.000000 -0.467632 0.784862 0.784862 0.784862 +4527.816406 0.000000 1966.257080 0.000000 0.974379 0.000000 0.224914 0.882247 0.882247 0.882247 +4504.351074 0.000000 1972.599121 0.000000 0.969343 0.000000 -0.245710 0.848676 0.848676 0.848676 +4492.955566 0.000000 1976.332886 0.000000 0.972390 0.000000 -0.233360 0.679879 0.679879 0.679879 +4503.724609 0.000000 1947.598267 0.000000 0.999503 0.000000 0.031517 0.997993 0.997993 0.997993 +4500.561035 0.000000 1971.234131 0.000000 0.876156 0.000000 -0.482028 1.006806 1.006806 1.006806 +4532.695801 0.000000 1956.572388 0.000000 0.985411 0.000000 0.170191 0.673236 0.673236 0.673236 +4524.655273 0.000000 1972.394165 0.000000 0.930514 0.000000 -0.366256 0.959463 0.959463 0.959463 +4528.927734 0.000000 1965.484741 0.000000 0.999815 0.000000 0.019252 0.844994 0.844994 0.844994 +4519.743652 0.000000 1956.209106 0.000000 0.941539 0.000000 -0.336904 0.964093 0.964093 0.964093 +4506.696777 0.000000 1940.214844 0.000000 0.999549 0.000000 -0.030028 1.001912 1.001912 1.001912 +4489.264160 0.000000 1965.062012 0.000000 0.912334 0.000000 0.409448 0.696331 0.696331 0.696331 +4522.544434 0.000000 1957.321777 0.000000 0.987432 0.000000 -0.158043 0.834301 0.834301 0.834301 +4530.249023 0.000000 1970.148804 0.000000 0.997329 0.000000 -0.073041 0.840089 0.840089 0.840089 +4513.152344 0.000000 1966.636597 0.000000 0.999226 0.000000 -0.039341 0.677922 0.677922 0.677922 +4542.281738 0.000000 1973.536255 0.000000 0.995648 0.000000 -0.093189 1.013071 1.013071 1.013071 +4501.323242 0.000000 1961.690552 0.000000 0.887620 0.000000 0.460577 0.937982 0.937982 0.937982 +4526.797363 0.000000 1972.271851 0.000000 0.895096 0.000000 -0.445873 0.930591 0.930591 0.930591 +4541.145996 0.000000 1962.147949 0.000000 0.878656 0.000000 0.477456 0.903848 0.903848 0.903848 +4520.703613 0.000000 1975.337280 0.000000 0.906610 0.000000 0.421969 0.830036 0.830036 0.830036 +4486.966309 0.000000 1968.338745 0.000000 0.901094 0.000000 0.433625 0.599153 0.599153 0.599153 +4510.521973 0.000000 1953.914551 0.000000 0.998741 0.000000 0.050171 0.996805 0.996805 0.996805 +4539.628418 0.000000 1964.144287 0.000000 0.968487 0.000000 0.249063 0.863361 0.863361 0.863361 +4497.977051 0.000000 1949.937988 0.000000 0.996888 0.000000 -0.078831 0.850770 0.850770 0.850770 +4523.584473 0.000000 1959.543701 0.000000 0.899828 0.000000 0.436245 0.756448 0.756448 0.756448 +4494.365723 0.000000 1963.466064 0.000000 0.887596 0.000000 -0.460622 0.909520 0.909520 0.909520 +4533.881348 0.000000 1962.628418 0.000000 0.974533 0.000000 -0.224243 0.781826 0.781826 0.781826 +4520.301758 0.000000 1960.785522 0.000000 0.968310 0.000000 0.249750 0.868287 0.868287 0.868287 +4493.796875 0.000000 1959.481567 0.000000 0.909413 0.000000 0.415894 0.695184 0.695184 0.695184 +4524.134277 0.000000 1955.450073 0.000000 0.970276 0.000000 -0.242001 0.750471 0.750471 0.750471 +4538.116699 0.000000 1969.784912 0.000000 0.987156 0.000000 -0.159759 0.998583 0.998583 0.998583 +4506.370605 0.000000 1943.058472 0.000000 0.988223 0.000000 0.153019 0.990220 0.990220 0.990220 +4521.405762 0.000000 1958.321655 0.000000 0.946403 0.000000 -0.322987 0.904836 0.904836 0.904836 +4504.864258 0.000000 1947.022705 0.000000 0.901571 0.000000 -0.432631 1.028483 1.028483 1.028483 +4529.639160 0.000000 1976.225464 0.000000 0.992492 0.000000 0.122313 0.784209 0.784209 0.784209 +4509.995605 0.000000 1945.034912 0.000000 0.991290 0.000000 0.131696 0.991592 0.991592 0.991592 +4515.590332 0.000000 1966.357056 0.000000 0.912940 0.000000 0.408093 0.647413 0.647413 0.647413 +4531.326660 0.000000 1967.984497 0.000000 0.917741 0.000000 0.397179 0.743256 0.743256 0.743256 +4505.752441 0.000000 1976.845947 0.000000 0.988457 0.000000 -0.151502 1.018567 1.018567 1.018567 +4541.190430 0.000000 1975.890869 0.000000 0.962841 0.000000 -0.270069 1.033618 1.033618 1.033618 +4528.248535 0.000000 1974.274048 0.000000 0.900415 0.000000 -0.435033 0.871473 0.871473 0.871473 +4535.950684 0.000000 1958.652710 0.000000 0.993276 0.000000 -0.115767 0.783512 0.783512 0.783512 +4524.416992 0.000000 1965.472290 0.000000 0.895842 0.000000 -0.444372 1.014271 1.014271 1.014271 +4498.134277 0.000000 1976.868896 0.000000 0.986733 0.000000 0.162349 0.777706 0.777706 0.777706 +4525.871094 0.000000 1970.352051 0.000000 0.999958 0.000000 -0.009144 0.947433 0.947433 0.947433 +4540.166992 0.000000 1967.049927 0.000000 0.997042 0.000000 -0.076853 0.962323 0.962323 0.962323 +4528.161133 0.000000 1959.817871 0.000000 0.893139 0.000000 0.449780 0.679201 0.679201 0.679201 +4523.627441 0.000000 1971.652222 0.000000 0.869875 0.000000 -0.493273 0.985695 0.985695 0.985695 +4508.419922 0.000000 1952.011597 0.000000 0.911131 0.000000 0.412116 0.972958 0.972958 0.972958 +4525.887207 0.000000 1959.700684 0.000000 0.999064 0.000000 0.043250 0.806791 0.806791 0.806791 +4504.179688 0.000000 1961.077026 0.000000 0.994734 0.000000 0.102494 0.965691 0.965691 0.965691 +4538.917480 0.000000 1967.715332 0.000000 0.984784 0.000000 0.173782 0.920211 0.920211 0.920211 +4542.572266 0.000000 1970.986572 0.000000 0.986538 0.000000 -0.163532 0.994352 0.994352 0.994352 +4521.785156 0.000000 1954.552002 0.000000 0.877785 0.000000 0.479055 0.789408 0.789408 0.789408 +4503.342773 0.000000 1945.209229 0.000000 0.999414 0.000000 0.034235 0.997820 0.997820 0.997820 +4522.279785 0.000000 1965.325439 0.000000 0.894109 0.000000 0.447848 0.898180 0.898180 0.898180 +4501.918945 0.000000 1941.373779 0.000000 0.968418 0.000000 0.249332 0.983958 0.983958 0.983958 +4517.762695 0.000000 1964.346191 0.000000 0.899612 0.000000 -0.436689 0.871769 0.871769 0.871769 +4507.631348 0.000000 1976.318726 0.000000 0.954039 0.000000 0.299682 0.966035 0.966035 0.966035 +4515.546875 0.000000 1973.428833 0.000000 0.940214 0.000000 -0.340585 0.945800 0.945800 0.945800 +4510.669434 0.000000 1936.085205 0.000000 0.999757 0.000000 0.022046 0.998596 0.998596 0.998596 +4522.410156 0.000000 1961.504517 0.000000 0.916313 0.000000 -0.400464 0.969829 0.969829 0.969829 +4489.122070 0.000000 1967.530396 0.000000 0.999781 0.000000 -0.020948 0.919845 0.919845 0.919845 +4491.890137 0.000000 1971.201782 0.000000 0.877277 0.000000 -0.479985 1.001854 1.001854 1.001854 +4517.870117 0.000000 1973.396851 0.000000 0.966241 0.000000 0.257640 0.836865 0.836865 0.836865 +4531.368652 0.000000 1971.954590 0.000000 0.979687 0.000000 -0.200532 0.860626 0.860626 0.860626 +4537.653809 0.000000 1973.309204 0.000000 0.974469 0.000000 0.224522 0.837180 0.837180 0.837180 +4498.479492 0.000000 1967.112183 0.000000 0.887244 0.000000 -0.461301 1.047042 1.047042 1.047042 +4514.942871 0.000000 1958.903564 0.000000 0.957054 0.000000 0.289911 0.964092 0.964092 0.964092 +4535.883789 0.000000 1966.517822 0.000000 0.997549 0.000000 -0.069975 0.820066 0.820066 0.820066 +4524.563965 0.000000 1960.188599 0.000000 0.998823 0.000000 0.048511 0.889592 0.889592 0.889592 +4519.150391 0.000000 1973.847900 0.000000 0.981431 0.000000 0.191815 0.842403 0.842403 0.842403 +4534.610352 0.000000 1970.381958 0.000000 0.974422 0.000000 0.224728 0.807211 0.807211 0.807211 +4503.105469 0.000000 1964.652100 0.000000 0.959802 0.000000 0.280677 0.949897 0.949897 0.949897 +4500.942871 0.000000 1970.075928 0.000000 0.990788 0.000000 0.135424 0.910999 0.910999 0.910999 +4521.761719 0.000000 1959.457886 0.000000 0.885860 0.000000 0.463953 0.776815 0.776815 0.776815 +4512.087402 0.000000 1960.588013 0.000000 0.995705 0.000000 -0.092583 0.921032 0.921032 0.921032 +4517.645508 0.000000 1956.248657 0.000000 0.980449 0.000000 -0.196773 1.026257 1.026257 1.026257 +4543.644043 0.000000 1976.489258 0.000000 0.958140 0.000000 -0.286299 1.040667 1.040667 1.040667 +4494.558105 0.000000 1973.341553 0.000000 0.998963 0.000000 -0.045522 0.933328 0.933328 0.933328 +4525.231445 0.000000 1974.051636 0.000000 0.996371 0.000000 -0.085113 0.880993 0.880993 0.880993 +4502.963379 0.000000 1942.941650 0.000000 0.885363 0.000000 0.464900 0.969218 0.969218 0.969218 +4542.400879 0.000000 1960.019409 0.000000 0.963785 0.000000 0.266681 0.951958 0.951958 0.951958 +4519.180176 0.000000 1950.893066 0.000000 0.981876 0.000000 -0.189523 0.921588 0.921588 0.921588 +4502.189453 0.000000 1949.471924 0.000000 0.886920 0.000000 -0.461924 1.030568 1.030568 1.030568 +4501.500000 0.000000 1950.652466 0.000000 0.930560 0.000000 -0.366138 1.042394 1.042394 1.042394 +4505.549805 0.000000 1975.355713 0.000000 0.896901 0.000000 0.442231 0.847163 0.847163 0.847163 +4540.564941 0.000000 1970.838379 0.000000 0.907170 0.000000 -0.420765 1.033413 1.033413 1.033413 +4508.615723 0.000000 1954.955444 0.000000 0.966408 0.000000 0.257012 0.980727 0.980727 0.980727 +4508.225586 0.000000 1948.098633 0.000000 0.980195 0.000000 -0.198036 1.012691 1.012691 1.012691 +4524.436035 0.000000 1961.624512 0.000000 0.988321 0.000000 0.152385 0.873522 0.873522 0.873522 +4522.652344 0.000000 1960.121460 0.000000 0.921065 0.000000 -0.389409 0.967990 0.967990 0.967990 +4506.685059 0.000000 1950.066406 0.000000 0.923432 0.000000 -0.383762 1.025074 1.025074 1.025074 +4504.998535 0.000000 1951.225464 0.000000 0.993778 0.000000 -0.111381 1.007105 1.007105 1.007105 +4503.987793 0.000000 1949.107178 0.000000 0.990812 0.000000 -0.135244 1.008636 1.008636 1.008636 +4507.906250 0.000000 1958.883057 0.000000 0.987769 0.000000 0.155922 0.922893 0.922893 0.922893 +4514.110840 0.000000 1975.250977 0.000000 0.921098 0.000000 -0.389331 1.037652 1.037652 1.037652 +4497.124023 0.000000 1940.470215 0.000000 0.882674 0.000000 0.469986 0.943933 0.943933 0.943933 +4516.699219 0.000000 1961.983643 0.000000 0.923000 0.000000 0.384801 0.877277 0.877277 0.877277 +4502.239258 0.000000 1959.999756 0.000000 0.936119 0.000000 0.351683 0.953975 0.953975 0.953975 +4513.875488 0.000000 1955.231567 0.000000 0.999797 0.000000 -0.020142 1.001282 1.001282 1.001282 +4502.742676 0.000000 1947.096924 0.000000 0.933399 0.000000 0.358841 0.976634 0.976634 0.976634 +4506.731934 0.000000 1944.061646 0.000000 0.977025 0.000000 -0.213123 1.013673 1.013673 1.013673 +4494.294922 0.000000 1966.977051 0.000000 0.968678 0.000000 0.248322 0.978762 0.978762 0.978762 +4540.731934 0.000000 1958.593994 0.000000 0.940801 0.000000 0.338959 0.930878 0.930878 0.930878 +4515.250488 0.000000 1957.895142 0.000000 0.990447 0.000000 0.137891 0.984977 0.984977 0.984977 +4495.688965 0.000000 1970.445068 0.000000 0.983291 0.000000 -0.182042 1.020703 1.020703 1.020703 +4513.560059 0.000000 1949.475220 0.000000 0.962441 0.000000 -0.271492 1.017503 1.017503 1.017503 +4511.611328 0.000000 1945.885254 0.000000 0.941489 0.000000 0.337045 0.978115 0.978115 0.978115 +4498.467285 0.000000 1964.685913 0.000000 0.985791 0.000000 0.167975 0.984452 0.984452 0.984452 +4512.311035 0.000000 1953.234741 0.000000 0.960957 0.000000 -0.276699 1.017848 1.017848 1.017848 +4506.199707 0.000000 1948.616333 0.000000 0.867395 0.000000 -0.497620 1.033159 1.033159 1.033159 +4508.289062 0.000000 1944.672485 0.000000 0.937348 0.000000 -0.348393 1.022655 1.022655 1.022655 +4509.979492 0.000000 1948.672485 0.000000 0.977431 0.000000 -0.211254 1.013551 1.013551 1.013551 +4511.024902 0.000000 1945.089111 0.000000 0.897176 0.000000 0.441673 0.970877 0.970877 0.970877 +4498.223633 0.000000 1943.621948 0.000000 0.899174 0.000000 -0.437592 1.028834 1.028834 1.028834 +4496.059082 0.000000 1942.972656 0.000000 0.904348 0.000000 -0.426796 1.035998 1.035998 1.035998 +4499.924316 0.000000 1938.276611 0.000000 0.985250 0.000000 -0.171120 1.011721 1.011721 1.011721 +4512.645508 0.000000 1951.044067 0.000000 0.940008 0.000000 0.341152 0.977837 0.977837 0.977837 +4505.470215 0.000000 1946.329712 0.000000 0.973704 0.000000 0.227818 0.985368 0.985368 0.985368 +4509.536133 0.000000 1951.263916 0.000000 0.944300 0.000000 0.329087 0.978652 0.978652 0.978652 +4551.143066 0.000000 1947.853271 0.000000 0.998900 0.000000 -0.046882 0.508869 0.508869 0.508869 +4546.069824 0.000000 1945.290405 0.000000 0.975880 0.000000 -0.218310 0.538159 0.538159 0.538159 +4547.099121 0.000000 1947.170410 0.000000 0.985678 0.000000 -0.168638 0.526588 0.526588 0.526588 +4552.722168 0.000000 1952.987793 0.000000 0.896571 0.000000 -0.442899 0.569589 0.569589 0.569589 +4559.799805 0.000000 1963.532593 0.000000 0.991865 0.000000 0.127291 0.734191 0.734191 0.734191 +4557.317383 0.000000 1973.696045 0.000000 0.966132 0.000000 0.258050 0.912499 0.912499 0.912499 +4551.546875 0.000000 1951.773560 0.000000 0.956645 0.000000 -0.291257 0.544602 0.544602 0.544602 +4555.256348 0.000000 1973.502075 0.000000 0.907396 0.000000 0.420278 0.887030 0.887030 0.887030 +4555.049316 0.000000 1970.349609 0.000000 0.997356 0.000000 -0.072664 1.009315 1.009315 1.009315 +4564.440918 0.000000 1975.975342 0.000000 0.965413 0.000000 -0.260724 0.768344 0.768344 0.768344 +4558.057129 0.000000 1972.304565 0.000000 0.999186 0.000000 -0.040341 0.937424 0.937424 0.937424 +4567.599609 0.000000 1975.023926 0.000000 0.868976 0.000000 -0.494854 0.596767 0.596767 0.596767 +4555.147461 0.000000 1958.634399 0.000000 0.996744 0.000000 0.080630 0.845137 0.845137 0.845137 +4553.880371 0.000000 1953.987305 0.000000 0.869044 0.000000 -0.494735 0.578491 0.578491 0.578491 +4549.041016 0.000000 1964.245239 0.000000 0.881032 0.000000 0.473057 0.947963 0.947963 0.947963 +4559.354980 0.000000 1966.690796 0.000000 0.998264 0.000000 -0.058900 1.008078 1.008078 1.008078 +4547.329590 0.000000 1955.897095 0.000000 0.997049 0.000000 -0.076763 1.010647 1.010647 1.010647 +4546.657715 0.000000 1965.231079 0.000000 0.927149 0.000000 -0.374693 1.052640 1.052640 1.052640 +4549.961426 0.000000 1971.101562 0.000000 0.995034 0.000000 -0.099532 1.009142 1.009142 1.009142 +4565.894043 0.000000 1973.742554 0.000000 0.983716 0.000000 0.179730 0.705936 0.705936 0.705936 +4550.382324 0.000000 1957.468750 0.000000 0.937933 0.000000 0.346816 0.961006 0.961006 0.961006 +4545.626465 0.000000 1975.386108 0.000000 0.887086 0.000000 0.461604 0.901180 0.901180 0.901180 +4561.775879 0.000000 1968.041992 0.000000 0.953883 0.000000 -0.300180 0.920168 0.920168 0.920168 +4553.995605 0.000000 1969.309692 0.000000 0.905849 0.000000 0.423601 0.958394 0.958394 0.958394 +4544.421387 0.000000 1963.991943 0.000000 0.974559 0.000000 0.224133 0.948025 0.948025 0.948025 +4544.926758 0.000000 1974.162476 0.000000 0.966744 0.000000 -0.255746 1.008000 1.008000 1.008000 +4555.583008 0.000000 1967.413574 0.000000 0.924660 0.000000 0.380794 0.964012 0.964012 0.964012 +4550.966309 0.000000 1968.338745 0.000000 0.884452 0.000000 0.466631 0.943641 0.943641 0.943641 +4546.176270 0.000000 1958.401978 0.000000 0.995772 0.000000 0.091855 0.990562 0.990562 0.990562 +4551.959473 0.000000 1969.727539 0.000000 0.913969 0.000000 -0.405783 1.048506 1.048506 1.048506 +4544.042480 0.000000 1953.899902 0.000000 0.981293 0.000000 0.192519 0.867252 0.867252 0.867252 +4545.950684 0.000000 1960.443237 0.000000 0.907521 0.000000 0.420007 0.947084 0.947084 0.947084 +4552.396484 0.000000 1959.249390 0.000000 0.903654 0.000000 0.428263 0.949285 0.949285 0.949285 +4549.217285 0.000000 1968.617798 0.000000 0.997830 0.000000 -0.065842 1.009228 1.009228 1.009228 +4550.988770 0.000000 1961.928955 0.000000 0.904671 0.000000 -0.426111 1.036595 1.036595 1.036595 +4555.042480 0.000000 1961.500610 0.000000 0.961022 0.000000 -0.276470 1.031680 1.031680 1.031680 +4560.554199 0.000000 1973.243652 0.000000 0.999925 0.000000 -0.012237 0.864667 0.864667 0.864667 +4548.508301 0.000000 1963.169312 0.000000 0.948346 0.000000 0.317237 0.969778 0.969778 0.969778 +4561.432129 0.000000 1975.599609 0.000000 0.936561 0.000000 -0.350505 0.952157 0.952157 0.952157 +4547.040527 0.000000 1968.514282 0.000000 0.961213 0.000000 0.275807 0.925064 0.925064 0.925064 +4544.743652 0.000000 1971.389526 0.000000 0.997477 0.000000 0.070988 0.970219 0.970219 0.970219 +4545.670898 0.000000 1970.389404 0.000000 0.912758 0.000000 0.408502 0.920139 0.920139 0.920139 +4545.237793 0.000000 1956.790771 0.000000 0.999834 0.000000 0.018241 0.998046 0.998046 0.998046 +4549.862793 0.000000 1956.333618 0.000000 0.969461 0.000000 -0.245246 1.023939 1.023939 1.023939 +4551.583496 0.000000 1972.722046 0.000000 0.921759 0.000000 0.387764 0.887107 0.887107 0.887107 +4553.062988 0.000000 1962.448730 0.000000 0.872959 0.000000 0.487793 0.958401 0.958401 0.958401 +4546.420898 0.000000 1964.185059 0.000000 0.866359 0.000000 -0.499422 1.071673 1.071673 1.071673 +4558.294922 0.000000 1966.977051 0.000000 0.994444 0.000000 -0.105262 1.014454 1.014454 1.014454 +4551.570801 0.000000 1963.564575 0.000000 0.976352 0.000000 -0.216188 1.017789 1.017789 1.017789 +4559.440918 0.000000 1971.504761 0.000000 0.987166 0.000000 -0.159695 1.003356 1.003356 1.003356 +4553.671875 0.000000 1958.550903 0.000000 0.922972 0.000000 0.384868 0.954729 0.954729 0.954729 +4555.985352 0.000000 1969.968994 0.000000 0.999665 0.000000 0.025888 0.997266 0.997266 0.997266 +4552.383301 0.000000 1965.439941 0.000000 0.935479 0.000000 -0.353381 1.029486 1.029486 1.029486 +4487.914551 0.000000 1978.790039 0.000000 0.987460 0.000000 0.157869 0.466457 0.466457 0.466457 +4480.514160 0.000000 1993.033936 0.000000 0.993429 0.000000 -0.114451 0.523410 0.523410 0.523410 +4488.667480 0.000000 1981.732300 0.000000 0.943412 0.000000 0.331624 0.438607 0.438607 0.438607 +4480.936035 0.000000 1999.562622 0.000000 0.998290 0.000000 -0.058454 0.510842 0.510842 0.510842 +4508.380371 0.000000 2031.803467 0.000000 0.920741 0.000000 0.390175 0.422398 0.422398 0.422398 +4533.519043 0.000000 2003.578491 0.000000 0.997645 0.000000 -0.068591 0.511851 0.511851 0.511851 +4518.469727 0.000000 2003.547119 0.000000 0.993527 0.000000 0.113593 0.478813 0.478813 0.478813 +4513.062500 0.000000 2029.027100 0.000000 0.991868 0.000000 -0.127272 0.524708 0.524708 0.524708 +4529.394043 0.000000 2002.282837 0.000000 0.943903 0.000000 0.330223 0.446438 0.446438 0.446438 +4512.544434 0.000000 2024.284668 0.000000 0.968649 0.000000 -0.248434 0.548420 0.548420 0.548420 +4541.638184 0.000000 1996.676392 0.000000 0.988258 0.000000 -0.152796 0.526712 0.526712 0.526712 +4521.128906 0.000000 1997.818848 0.000000 0.895587 0.000000 0.444887 0.415917 0.415917 0.415917 +4481.118652 0.000000 2021.683228 0.000000 0.964027 0.000000 0.265804 0.459196 0.459196 0.459196 +4493.612305 0.000000 1980.081787 0.000000 0.907162 0.000000 -0.420782 0.568472 0.568472 0.568472 +4516.550293 0.000000 2007.747192 0.000000 0.960791 0.000000 -0.277274 0.549976 0.549976 0.549976 +4534.180664 0.000000 2000.803345 0.000000 0.927611 0.000000 0.373547 0.432476 0.432476 0.432476 +4516.952637 0.000000 2017.430054 0.000000 0.906382 0.000000 0.422460 0.429277 0.429277 0.429277 +4482.627930 0.000000 2005.660278 0.000000 0.931569 0.000000 0.363565 0.478177 0.478177 0.478177 +4484.756836 0.000000 1995.746338 0.000000 0.954579 0.000000 -0.297959 0.547020 0.547020 0.547020 +4511.373535 0.000000 2020.386230 0.000000 0.952406 0.000000 -0.304832 0.555100 0.555100 0.555100 +4485.729492 0.000000 2018.981934 0.000000 0.996282 0.000000 0.086155 0.485302 0.485302 0.485302 +4519.778320 0.000000 2032.788086 0.000000 0.997470 0.000000 0.071082 0.586855 0.586855 0.586855 +4486.953125 0.000000 2012.563354 0.000000 0.880991 0.000000 -0.473133 0.584713 0.584713 0.584713 +4532.316895 0.000000 2006.078979 0.000000 0.996297 0.000000 -0.085978 0.513443 0.513443 0.513443 +4520.284180 0.000000 2015.419678 0.000000 0.999925 0.000000 0.012282 0.625494 0.625494 0.625494 +4488.722168 0.000000 2009.472168 0.000000 0.928943 0.000000 -0.370223 0.601766 0.601766 0.601766 +4523.311523 0.000000 2002.100952 0.000000 0.879623 0.000000 0.475671 0.415905 0.415905 0.415905 +4522.440430 0.000000 1993.162109 0.000000 0.980871 0.000000 0.194657 0.470875 0.470875 0.470875 +4526.245605 0.000000 1996.875610 0.000000 0.998214 0.000000 0.059746 0.535031 0.535031 0.535031 +4531.561035 0.000000 2003.214966 0.000000 0.986481 0.000000 -0.163875 0.527186 0.527186 0.527186 +4534.302246 0.000000 1991.240601 0.000000 0.936134 0.000000 0.351643 0.706465 0.706465 0.706465 +4533.449707 0.000000 2026.844604 0.000000 0.980163 0.000000 0.198195 0.683282 0.683282 0.683282 +4543.825195 0.000000 1990.205811 0.000000 0.994958 0.000000 0.100292 0.482582 0.482582 0.482582 +4529.909180 0.000000 2008.794434 0.000000 0.999985 0.000000 0.005419 0.538395 0.538395 0.538395 +4519.147461 0.000000 2013.856445 0.000000 0.904270 0.000000 0.426961 0.434748 0.434748 0.434748 +4535.893555 0.000000 2020.457886 0.000000 0.919775 0.000000 -0.392447 0.766405 0.766405 0.766405 +4491.557617 0.000000 2016.900879 0.000000 0.996905 0.000000 -0.078619 0.570912 0.570912 0.570912 +4484.483887 0.000000 2006.701782 0.000000 0.967824 0.000000 0.251627 0.481695 0.481695 0.481695 +4491.084961 0.000000 1987.331787 0.000000 0.908519 0.000000 -0.417844 0.563119 0.563119 0.563119 +4520.388184 0.000000 2026.954712 0.000000 0.971438 0.000000 -0.237294 0.725064 0.725064 0.725064 +4529.324707 0.000000 2012.550415 0.000000 0.959637 0.000000 -0.281240 0.835220 0.835220 0.835220 +4510.609375 0.000000 2002.615723 0.000000 0.997774 0.000000 0.066692 0.709746 0.709746 0.709746 +4489.693359 0.000000 1986.015869 0.000000 0.991431 0.000000 0.130632 0.479738 0.479738 0.479738 +4537.814453 0.000000 1995.795532 0.000000 0.946049 0.000000 -0.324023 0.557213 0.557213 0.557213 +4485.832520 0.000000 2008.818848 0.000000 0.999712 0.000000 -0.023996 0.503712 0.503712 0.503712 +4493.340332 0.000000 2017.179932 0.000000 0.960707 0.000000 0.277565 0.640736 0.640736 0.640736 +4490.780273 0.000000 2011.736938 0.000000 0.998220 0.000000 0.059647 0.574025 0.574025 0.574025 +4519.039551 0.000000 2017.114746 0.000000 0.959668 0.000000 0.281135 0.457633 0.457633 0.457633 +4482.681152 0.000000 1999.171631 0.000000 0.943146 0.000000 0.332379 0.443537 0.443537 0.443537 +4525.431152 0.000000 1981.004761 0.000000 0.997800 0.000000 -0.066295 0.868286 0.868286 0.868286 +4507.877441 0.000000 1988.443970 0.000000 0.914570 0.000000 0.404427 0.727009 0.727009 0.727009 +4528.748535 0.000000 1978.365479 0.000000 0.989722 0.000000 0.143004 0.815443 0.815443 0.815443 +4522.442383 0.000000 2005.003906 0.000000 0.868901 0.000000 -0.494986 0.587455 0.587455 0.587455 +4539.429199 0.000000 2002.265747 0.000000 0.974927 0.000000 -0.222523 0.678096 0.678096 0.678096 +4516.830078 0.000000 2011.880859 0.000000 0.976417 0.000000 0.215895 0.464226 0.464226 0.464226 +4528.891113 0.000000 2005.327148 0.000000 0.969503 0.000000 0.245079 0.459666 0.459666 0.459666 +4532.916016 0.000000 1984.316162 0.000000 0.914441 0.000000 -0.404719 0.913937 0.913937 0.913937 +4487.260254 0.000000 2023.557617 0.000000 0.960298 0.000000 0.278975 0.699185 0.699185 0.699185 +4533.929688 0.000000 1993.023804 0.000000 0.949129 0.000000 0.314889 0.707850 0.707850 0.707850 +4480.525879 0.000000 2014.256226 0.000000 0.971135 0.000000 -0.238531 0.535807 0.535807 0.535807 +4506.057129 0.000000 2012.416260 0.000000 0.901204 0.000000 0.433395 0.726859 0.726859 0.726859 +4494.749512 0.000000 1976.984253 0.000000 0.999115 0.000000 -0.042053 0.565285 0.565285 0.565285 +4496.790527 0.000000 1985.108398 0.000000 0.988873 0.000000 0.148765 0.671868 0.671868 0.671868 +4537.864746 0.000000 2005.544312 0.000000 0.951270 0.000000 0.308360 0.655005 0.655005 0.655005 +4488.280273 0.000000 2011.184082 0.000000 0.882994 0.000000 0.469384 0.426629 0.426629 0.426629 +4482.335449 0.000000 2008.183105 0.000000 0.988056 0.000000 0.154097 0.520600 0.520600 0.520600 +4504.204102 0.000000 2021.480591 0.000000 0.996924 0.000000 0.078377 0.649127 0.649127 0.649127 +4499.935547 0.000000 1986.711548 0.000000 0.918666 0.000000 0.395036 0.753640 0.753640 0.753640 +4488.953125 0.000000 2002.883789 0.000000 0.980592 0.000000 -0.196060 0.879249 0.879249 0.879249 +4510.190918 0.000000 2014.006958 0.000000 0.878265 0.000000 0.478175 0.424383 0.424383 0.424383 +4491.316406 0.000000 1977.870117 0.000000 0.958884 0.000000 -0.283799 0.582795 0.582795 0.582795 +4537.001953 0.000000 2012.385132 0.000000 0.965962 0.000000 0.258685 0.668299 0.668299 0.668299 +4537.206055 0.000000 1986.579590 0.000000 0.879439 0.000000 -0.476011 0.991941 0.991941 0.991941 +4542.038574 0.000000 2000.936401 0.000000 0.899164 0.000000 0.437612 0.873808 0.873808 0.873808 +4532.122559 0.000000 2014.618286 0.000000 0.911587 0.000000 -0.411108 0.857583 0.857583 0.857583 +4488.954590 0.000000 2000.671143 0.000000 0.937138 0.000000 -0.348959 0.970752 0.970752 0.970752 +4521.936523 0.000000 2030.049561 0.000000 0.993644 0.000000 -0.112568 0.792767 0.792767 0.792767 +4499.704102 0.000000 1990.717407 0.000000 0.994132 0.000000 -0.108170 1.015180 1.015180 1.015180 +4512.594727 0.000000 1996.591553 0.000000 0.981315 0.000000 -0.192407 0.543441 0.543441 0.543441 +4492.241699 0.000000 1979.217896 0.000000 0.973025 0.000000 0.230701 0.503960 0.503960 0.503960 +4508.266602 0.000000 2014.320312 0.000000 0.994273 0.000000 0.106871 0.590928 0.590928 0.590928 +4531.824219 0.000000 2021.287598 0.000000 0.998557 0.000000 0.053694 0.810031 0.810031 0.810031 +4534.998047 0.000000 1994.255371 0.000000 0.994192 0.000000 0.107619 0.483242 0.483242 0.483242 +4532.777832 0.000000 2009.901123 0.000000 0.965119 0.000000 -0.261810 0.589431 0.589431 0.589431 +4536.427734 0.000000 2028.824097 0.000000 0.981736 0.000000 -0.190248 0.829833 0.829833 0.829833 +4532.695312 0.000000 2023.925293 0.000000 0.990356 0.000000 0.138544 0.766787 0.766787 0.766787 +4506.869141 0.000000 1998.401978 0.000000 0.983649 0.000000 -0.180097 1.025091 1.025091 1.025091 +4500.440918 0.000000 2032.459717 0.000000 0.995843 0.000000 -0.091082 0.940204 0.940204 0.940204 +4501.229004 0.000000 1991.045410 0.000000 0.991714 0.000000 -0.128467 0.936213 0.936213 0.936213 +4535.848633 0.000000 1977.016235 0.000000 0.869502 0.000000 0.493929 0.756180 0.756180 0.756180 +4483.051758 0.000000 2026.805542 0.000000 0.972179 0.000000 0.234238 0.691979 0.691979 0.691979 +4493.021484 0.000000 2009.582153 0.000000 0.995794 0.000000 -0.091626 0.799136 0.799136 0.799136 +4505.935547 0.000000 2017.355713 0.000000 0.916349 0.000000 -0.400381 0.908429 0.908429 0.908429 +4498.461914 0.000000 1993.533813 0.000000 0.941533 0.000000 0.336921 0.963710 0.963710 0.963710 +4505.632324 0.000000 1992.170654 0.000000 0.970668 0.000000 -0.240425 0.939194 0.939194 0.939194 +4504.030273 0.000000 1990.258301 0.000000 0.877844 0.000000 -0.478946 0.912824 0.912824 0.912824 +4517.106445 0.000000 1989.551147 0.000000 0.930372 0.000000 0.366618 0.591658 0.591658 0.591658 +4509.055664 0.000000 1982.966919 0.000000 0.987295 0.000000 0.158900 0.983865 0.983865 0.983865 +4489.880371 0.000000 2010.471680 0.000000 0.974246 0.000000 0.225487 0.465845 0.465845 0.465845 +4490.583984 0.000000 2003.177124 0.000000 0.939393 0.000000 0.342841 0.945805 0.945805 0.945805 +4540.027344 0.000000 2021.835571 0.000000 0.994242 0.000000 -0.107153 0.899026 0.899026 0.899026 +4536.412109 0.000000 2031.999268 0.000000 0.917663 0.000000 -0.397359 0.879224 0.879224 0.879224 +4502.444824 0.000000 2028.651978 0.000000 0.946438 0.000000 -0.322886 0.773998 0.773998 0.773998 +4503.673828 0.000000 1982.909302 0.000000 0.948948 0.000000 -0.315434 1.040302 1.040302 1.040302 +4501.918945 0.000000 1988.460571 0.000000 0.950790 0.000000 -0.309837 0.893069 0.893069 0.893069 +4507.133789 0.000000 1980.483276 0.000000 0.905785 0.000000 -0.423737 1.039654 1.039654 1.039654 +4542.913574 0.000000 2022.991699 0.000000 0.966808 0.000000 -0.255506 1.029220 1.029220 1.029220 +4500.029785 0.000000 1980.879883 0.000000 0.880495 0.000000 0.474056 0.836554 0.836554 0.836554 +4494.035156 0.000000 2002.952759 0.000000 0.871973 0.000000 0.489554 0.948274 0.948274 0.948274 +4522.059082 0.000000 2012.236084 0.000000 0.936955 0.000000 -0.349450 0.753958 0.753958 0.753958 +4535.353516 0.000000 1984.096924 0.000000 0.960183 0.000000 -0.279371 0.940622 0.940622 0.940622 +4485.961426 0.000000 2027.585938 0.000000 0.943810 0.000000 0.330488 0.855389 0.855389 0.855389 +4524.188965 0.000000 1981.974243 0.000000 0.969170 0.000000 0.246394 0.818654 0.818654 0.818654 +4504.325195 0.000000 2026.093384 0.000000 0.895654 0.000000 -0.444752 0.568176 0.568176 0.568176 +4491.735352 0.000000 2021.006470 0.000000 0.901139 0.000000 -0.433530 0.890384 0.890384 0.890384 +4489.923828 0.000000 1994.547607 0.000000 0.914516 0.000000 0.404549 0.858613 0.858613 0.858613 +4484.846680 0.000000 1991.860474 0.000000 0.998916 0.000000 -0.046544 0.546267 0.546267 0.546267 +4486.164062 0.000000 2005.522827 0.000000 0.969743 0.000000 0.244127 0.617188 0.617188 0.617188 +4506.062500 0.000000 2003.990723 0.000000 0.906373 0.000000 -0.422478 1.047369 1.047369 1.047369 +4493.467285 0.000000 2025.599976 0.000000 0.998661 0.000000 0.051732 0.996705 0.996705 0.996705 +4486.595703 0.000000 2002.952148 0.000000 0.996982 0.000000 0.077629 0.688374 0.688374 0.688374 +4488.161133 0.000000 1989.074463 0.000000 0.954559 0.000000 0.298022 0.507595 0.507595 0.507595 +4492.289551 0.000000 1990.400513 0.000000 0.890686 0.000000 0.454619 0.943091 0.943091 0.943091 +4491.568848 0.000000 2032.906494 0.000000 0.998706 0.000000 0.050854 0.996761 0.996761 0.996761 +4501.894043 0.000000 2030.226929 0.000000 0.981801 0.000000 -0.189913 0.983925 0.983925 0.983925 +4509.067383 0.000000 2000.466064 0.000000 0.907067 0.000000 -0.420986 0.991900 0.991900 0.991900 +4527.286621 0.000000 1978.726562 0.000000 0.980064 0.000000 0.198680 0.811435 0.811435 0.811435 +4525.387695 0.000000 2009.741211 0.000000 0.882526 0.000000 -0.470263 0.582149 0.582149 0.582149 +4534.904297 0.000000 2013.261353 0.000000 0.978787 0.000000 -0.204881 0.739373 0.739373 0.739373 +4503.955566 0.000000 2010.743652 0.000000 0.996305 0.000000 0.085887 0.991563 0.991563 0.991563 +4498.338867 0.000000 1984.986328 0.000000 0.959993 0.000000 0.280025 0.733518 0.733518 0.733518 +4520.728027 0.000000 2019.766724 0.000000 0.951153 0.000000 -0.308719 0.687436 0.687436 0.687436 +4525.249512 0.000000 2008.191895 0.000000 0.930623 0.000000 -0.365978 0.565170 0.565170 0.565170 +4492.996094 0.000000 2006.785034 0.000000 0.974591 0.000000 0.223992 0.807330 0.807330 0.807330 +4521.205566 0.000000 2033.409424 0.000000 0.923441 0.000000 -0.383740 0.867237 0.867237 0.867237 +4507.322754 0.000000 2001.423096 0.000000 0.998789 0.000000 -0.049192 1.006155 1.006155 1.006155 +4502.696289 0.000000 2013.267822 0.000000 0.997896 0.000000 -0.064836 1.007338 1.007338 1.007338 +4512.868164 0.000000 1993.324585 0.000000 0.895164 0.000000 -0.445738 0.604015 0.604015 0.604015 +4507.790527 0.000000 1995.706665 0.000000 0.887658 0.000000 -0.460503 0.979998 0.979998 0.979998 +4499.337891 0.000000 1977.111938 0.000000 0.991559 0.000000 0.129656 0.783019 0.783019 0.783019 +4486.813965 0.000000 1998.717163 0.000000 0.986369 0.000000 -0.164546 0.747441 0.747441 0.747441 +4524.311035 0.000000 1990.542358 0.000000 0.992423 0.000000 0.122868 0.617560 0.617560 0.617560 +4535.122559 0.000000 1982.095947 0.000000 0.942007 0.000000 0.335594 0.885157 0.885157 0.885157 +4542.208984 0.000000 2013.613770 0.000000 0.976101 0.000000 -0.217319 0.868199 0.868199 0.868199 +4522.601562 0.000000 2028.801758 0.000000 0.956915 0.000000 0.290368 0.866901 0.866901 0.866901 +4510.348145 0.000000 2007.291504 0.000000 0.895827 0.000000 -0.444403 0.760835 0.760835 0.760835 +4538.093750 0.000000 2007.390015 0.000000 0.993851 0.000000 -0.110727 0.991460 0.991460 0.991460 +4498.397949 0.000000 1999.088257 0.000000 0.898052 0.000000 -0.439889 1.039230 1.039230 1.039230 +4492.607910 0.000000 2013.888794 0.000000 0.909855 0.000000 0.414927 0.602487 0.602487 0.602487 +4527.960449 0.000000 2019.904907 0.000000 0.988093 0.000000 -0.153860 0.944919 0.944919 0.944919 +4490.666016 0.000000 2019.314697 0.000000 0.954098 0.000000 -0.299494 0.720678 0.720678 0.720678 +4532.156250 0.000000 1995.321167 0.000000 0.940393 0.000000 0.340091 0.538720 0.538720 0.538720 +4537.187988 0.000000 2008.438477 0.000000 0.945928 0.000000 0.324377 0.745839 0.745839 0.745839 +4509.379395 0.000000 1988.428467 0.000000 0.968248 0.000000 0.249992 0.689341 0.689341 0.689341 +4530.478027 0.000000 2018.828857 0.000000 0.993198 0.000000 -0.116434 0.827557 0.827557 0.827557 +4543.314453 0.000000 2004.865967 0.000000 0.999851 0.000000 0.017250 0.998411 0.998411 0.998411 +4534.834961 0.000000 2014.627686 0.000000 0.980595 0.000000 0.196046 0.688533 0.688533 0.688533 +4489.525391 0.000000 1999.000854 0.000000 0.992603 0.000000 0.121409 0.933036 0.933036 0.933036 +4511.902832 0.000000 1992.236816 0.000000 0.970620 0.000000 0.240619 0.598401 0.598401 0.598401 +4496.399414 0.000000 2004.673828 0.000000 0.962611 0.000000 -0.270889 1.035954 1.035954 1.035954 +4541.367188 0.000000 2028.088867 0.000000 0.981148 0.000000 0.193258 0.985871 0.985871 0.985871 +4529.244629 0.000000 2014.005371 0.000000 0.947197 0.000000 0.320651 0.867140 0.867140 0.867140 +4507.236816 0.000000 1994.440063 0.000000 0.988127 0.000000 -0.153637 0.930435 0.930435 0.930435 +4541.818848 0.000000 1978.318359 0.000000 0.925658 0.000000 0.378362 0.956698 0.956698 0.956698 +4502.619629 0.000000 2010.474243 0.000000 0.959500 0.000000 -0.281708 1.028019 1.028019 1.028019 +4501.353516 0.000000 2012.842896 0.000000 0.985996 0.000000 -0.166769 1.017443 1.017443 1.017443 +4518.074219 0.000000 1986.799683 0.000000 0.991336 0.000000 -0.131349 0.781168 0.781168 0.781168 +4525.556641 0.000000 2022.596313 0.000000 0.981082 0.000000 -0.193593 0.912609 0.912609 0.912609 +4503.724609 0.000000 2004.082642 0.000000 0.980101 0.000000 -0.198500 1.015116 1.015116 1.015116 +4500.561035 0.000000 2027.718506 0.000000 0.930017 0.000000 0.367517 0.916147 0.916147 0.916147 +4507.559082 0.000000 2012.842407 0.000000 0.923739 0.000000 -0.383022 0.862295 0.862295 0.862295 +4528.351074 0.000000 1985.861938 0.000000 0.998640 0.000000 -0.052127 0.870934 0.870934 0.870934 +4522.544434 0.000000 2013.806152 0.000000 0.943091 0.000000 -0.332535 0.751041 0.751041 0.751041 +4503.285645 0.000000 2016.663574 0.000000 0.999803 0.000000 -0.019841 1.002779 1.002779 1.002779 +4528.056641 0.000000 2028.159912 0.000000 0.949979 0.000000 -0.312313 1.038301 1.038301 1.038301 +4486.218750 0.000000 1996.027222 0.000000 0.979849 0.000000 -0.199742 0.743436 0.743436 0.743436 +4529.743164 0.000000 2016.598877 0.000000 0.994816 0.000000 0.101686 0.935962 0.935962 0.935962 +4531.748047 0.000000 2018.408447 0.000000 0.950990 0.000000 0.309223 0.758356 0.758356 0.758356 +4504.231445 0.000000 1978.631470 0.000000 0.909805 0.000000 0.415036 0.956727 0.956727 0.956727 +4497.977051 0.000000 2006.422363 0.000000 0.882441 0.000000 -0.470422 1.067128 1.067128 1.067128 +4523.584473 0.000000 2016.028076 0.000000 0.932824 0.000000 -0.360332 0.896786 0.896786 0.896786 +4520.696289 0.000000 1987.200684 0.000000 0.975070 0.000000 0.221899 0.743230 0.743230 0.743230 +4540.439453 0.000000 2026.006104 0.000000 0.999953 0.000000 -0.009650 1.000730 1.000730 1.000730 +4488.409180 0.000000 1991.772583 0.000000 0.950943 0.000000 -0.309367 0.742139 0.742139 0.742139 +4539.539551 0.000000 2029.487793 0.000000 0.878464 0.000000 -0.477808 1.065293 1.065293 1.065293 +4530.163574 0.000000 2023.928711 0.000000 0.892332 0.000000 0.451379 0.758799 0.758799 0.758799 +4529.121094 0.000000 2028.861206 0.000000 0.976213 0.000000 0.216814 0.973647 0.973647 0.973647 +4506.370605 0.000000 1999.542847 0.000000 0.887213 0.000000 0.461360 0.933557 0.933557 0.933557 +4529.067871 0.000000 1981.482056 0.000000 0.971017 0.000000 -0.239009 0.876569 0.876569 0.876569 +4538.264648 0.000000 2027.591064 0.000000 0.999736 0.000000 0.022975 0.996988 0.996988 0.996988 +4507.792969 0.000000 2006.393921 0.000000 0.868423 0.000000 0.495823 0.933558 0.933558 0.933558 +4485.108887 0.000000 2026.585693 0.000000 0.968864 0.000000 0.247592 0.868628 0.868628 0.868628 +4526.644531 0.000000 2021.949341 0.000000 0.999365 0.000000 -0.035639 0.931838 0.931838 0.931838 +4497.357910 0.000000 2010.368774 0.000000 0.981551 0.000000 0.191203 0.957893 0.957893 0.957893 +4493.130371 0.000000 2019.129272 0.000000 0.970318 0.000000 -0.241833 0.828631 0.828631 0.828631 +4529.639160 0.000000 2032.709839 0.000000 0.997871 0.000000 -0.065219 1.005524 1.005524 1.005524 +4509.995605 0.000000 2001.519287 0.000000 0.999555 0.000000 0.029828 0.921979 0.921979 0.921979 +4505.770020 0.000000 2016.120850 0.000000 0.878978 0.000000 0.476862 0.764349 0.764349 0.764349 +4535.719727 0.000000 1980.983032 0.000000 0.996920 0.000000 -0.078424 0.952853 0.952853 0.952853 +4497.052246 0.000000 2019.757690 0.000000 0.934680 0.000000 -0.355489 1.041677 1.041677 1.041677 +4542.477051 0.000000 2002.359375 0.000000 0.918458 0.000000 0.395519 0.958276 0.958276 0.958276 +4523.903809 0.000000 1977.060547 0.000000 0.998520 0.000000 -0.054389 0.910305 0.910305 0.910305 +4536.930664 0.000000 1989.353271 0.000000 0.959398 0.000000 -0.282055 0.845049 0.845049 0.845049 +4508.834961 0.000000 1985.628906 0.000000 0.978825 0.000000 0.204697 0.972053 0.972053 0.972053 +4501.902344 0.000000 2022.439575 0.000000 0.943157 0.000000 -0.332347 0.915941 0.915941 0.915941 +4540.125488 0.000000 1987.847656 0.000000 0.995616 0.000000 0.093536 0.803638 0.803638 0.803638 +4541.190430 0.000000 2032.375244 0.000000 0.999869 0.000000 0.016194 0.998363 0.998363 0.998363 +4533.270996 0.000000 1980.253296 0.000000 0.907698 0.000000 -0.419623 0.958996 0.958996 0.958996 +4525.494141 0.000000 2018.593506 0.000000 0.997225 0.000000 -0.074447 0.942548 0.942548 0.942548 +4527.731934 0.000000 2024.051880 0.000000 0.984473 0.000000 0.175536 0.929986 0.929986 0.929986 +4499.222656 0.000000 2018.786133 0.000000 0.965548 0.000000 -0.260226 1.033716 1.033716 1.033716 +4537.375000 0.000000 1980.210815 0.000000 0.964644 0.000000 -0.263555 1.032666 1.032666 1.032666 +4526.873535 0.000000 2026.054565 0.000000 0.995083 0.000000 0.099040 0.986255 0.986255 0.986255 +4526.588379 0.000000 2020.734375 0.000000 0.952069 0.000000 0.305883 0.879662 0.879662 0.879662 +4528.162598 0.000000 1990.816406 0.000000 0.866686 0.000000 0.498854 0.699945 0.699945 0.699945 +4536.005371 0.000000 1983.060425 0.000000 0.941689 0.000000 -0.336484 1.046008 1.046008 1.046008 +4495.939941 0.000000 2031.651001 0.000000 0.947573 0.000000 -0.319541 1.020706 1.020706 1.020706 +4542.572266 0.000000 2027.470947 0.000000 0.984646 0.000000 0.174565 0.988830 0.988830 0.988830 +4532.589844 0.000000 2020.371826 0.000000 0.968333 0.000000 -0.249662 0.849331 0.849331 0.849331 +4503.342773 0.000000 2001.693604 0.000000 0.892842 0.000000 -0.450370 1.046537 1.046537 1.046537 +4539.344238 0.000000 2013.590210 0.000000 0.999000 0.000000 0.044716 0.816384 0.816384 0.816384 +4522.279785 0.000000 2021.809814 0.000000 0.993272 0.000000 0.115801 0.804989 0.804989 0.804989 +4501.918945 0.000000 1997.858154 0.000000 0.873686 0.000000 0.486490 0.950151 0.950151 0.950151 +4530.230469 0.000000 2027.909424 0.000000 0.895915 0.000000 -0.444226 0.916097 0.916097 0.916097 +4523.446289 0.000000 2018.564697 0.000000 0.981155 0.000000 -0.193224 0.859438 0.859438 0.859438 +4522.410156 0.000000 2017.988892 0.000000 0.899837 0.000000 -0.436226 0.909934 0.909934 0.909934 +4497.255371 0.000000 1987.241577 0.000000 0.922359 0.000000 -0.386333 0.848390 0.848390 0.848390 +4500.580078 0.000000 2024.550293 0.000000 0.964544 0.000000 -0.263923 0.947680 0.947680 0.947680 +4534.206543 0.000000 1984.368774 0.000000 0.999640 0.000000 0.026823 0.892931 0.892931 0.892931 +4489.122070 0.000000 2024.014771 0.000000 0.894733 0.000000 -0.446602 1.060680 1.060680 1.060680 +4535.961426 0.000000 1978.645752 0.000000 0.986858 0.000000 -0.161590 0.931666 0.931666 0.931666 +4498.234375 0.000000 2008.416382 0.000000 0.947938 0.000000 -0.318456 1.037625 1.037625 1.037625 +4485.351562 0.000000 2028.586182 0.000000 0.917765 0.000000 0.397124 0.885600 0.885600 0.885600 +4516.343262 0.000000 1983.494507 0.000000 0.997098 0.000000 0.076125 0.924893 0.924893 0.924893 +4515.792969 0.000000 1977.929688 0.000000 0.965880 0.000000 -0.258992 1.032375 1.032375 1.032375 +4495.586426 0.000000 2002.822388 0.000000 0.992170 0.000000 -0.124896 1.012661 1.012661 1.012661 +4503.733887 0.000000 2018.854370 0.000000 0.901796 0.000000 0.432162 0.818061 0.818061 0.818061 +4498.479492 0.000000 2023.596558 0.000000 0.960624 0.000000 0.277850 0.962253 0.962253 0.962253 +4508.237305 0.000000 1980.928467 0.000000 0.914662 0.000000 -0.404219 1.038334 1.038334 1.038334 +4523.550781 0.000000 2026.660400 0.000000 0.896166 0.000000 0.443720 0.745057 0.745057 0.745057 +4497.980469 0.000000 2016.208862 0.000000 0.919496 0.000000 0.393100 0.912145 0.912145 0.912145 +4508.718750 0.000000 1987.453613 0.000000 0.995556 0.000000 -0.094171 0.862955 0.862955 0.862955 +4494.050293 0.000000 2009.106201 0.000000 0.980501 0.000000 0.196514 0.871629 0.871629 0.871629 +4543.956055 0.000000 2003.871460 0.000000 0.969926 0.000000 0.243401 0.974772 0.974772 0.974772 +4491.572266 0.000000 2002.531982 0.000000 0.948902 0.000000 0.315571 0.949874 0.949874 0.949874 +4500.942871 0.000000 2026.560303 0.000000 0.961209 0.000000 -0.275820 1.011013 1.011013 1.011013 +4525.104004 0.000000 1978.407593 0.000000 0.999757 0.000000 -0.022043 0.836842 0.836842 0.836842 +4530.290039 0.000000 2030.719238 0.000000 0.894062 0.000000 -0.447942 1.014862 1.014862 1.014862 +4510.228516 0.000000 1976.964722 0.000000 0.992647 0.000000 -0.121047 1.012633 1.012633 1.012633 +4506.905273 0.000000 2010.526489 0.000000 0.927482 0.000000 0.373868 0.817771 0.817771 0.817771 +4497.965332 0.000000 2017.578247 0.000000 0.999822 0.000000 -0.018878 0.973319 0.973319 0.973319 +4525.039062 0.000000 2014.376465 0.000000 0.948397 0.000000 -0.317087 0.956172 0.956172 0.956172 +4528.327148 0.000000 2032.256226 0.000000 0.944967 0.000000 -0.327167 1.028208 1.028208 1.028208 +4542.358398 0.000000 1983.824829 0.000000 0.918636 0.000000 -0.395105 1.043144 1.043144 1.043144 +4502.189453 0.000000 2005.956299 0.000000 0.889019 0.000000 -0.457870 1.035977 1.035977 1.035977 +4539.256348 0.000000 1985.923706 0.000000 0.978604 0.000000 0.205752 0.976563 0.976563 0.976563 +4514.086426 0.000000 1983.851196 0.000000 0.955954 0.000000 -0.293516 1.013683 1.013683 1.013683 +4505.950684 0.000000 1978.933594 0.000000 0.950598 0.000000 0.310425 0.968086 0.968086 0.968086 +4538.572266 0.000000 1976.989136 0.000000 0.995934 0.000000 0.090087 0.982391 0.982391 0.982391 +4504.817383 0.000000 2009.986694 0.000000 0.879634 0.000000 0.475651 0.945424 0.945424 0.945424 +4508.225586 0.000000 2004.583008 0.000000 0.885021 0.000000 0.465550 0.848369 0.848369 0.848369 +4488.323730 0.000000 1995.477661 0.000000 0.956217 0.000000 -0.292658 0.966464 0.966464 0.966464 +4524.436035 0.000000 2018.108887 0.000000 0.987953 0.000000 0.154753 0.908070 0.908070 0.908070 +4504.183105 0.000000 1998.640625 0.000000 0.963121 0.000000 0.269068 0.966742 0.966742 0.966742 +4500.545898 0.000000 2009.113525 0.000000 0.892014 0.000000 0.452007 0.957496 0.957496 0.957496 +4504.998535 0.000000 2007.709839 0.000000 0.965477 0.000000 0.260489 0.974934 0.974934 0.974934 +4503.987793 0.000000 2005.591553 0.000000 0.957695 0.000000 -0.287784 1.022082 1.022082 1.022082 +4506.105957 0.000000 1997.654053 0.000000 0.948457 0.000000 0.316907 0.913679 0.913679 0.913679 +4497.124023 0.000000 1996.954590 0.000000 0.992198 0.000000 -0.124676 1.007958 1.007958 1.007958 +4500.834473 0.000000 1999.850220 0.000000 0.958256 0.000000 0.285911 0.971985 0.971985 0.971985 +4511.684570 0.000000 1981.088379 0.000000 0.982691 0.000000 0.185250 0.981161 0.981161 0.981161 +4490.056641 0.000000 2000.600342 0.000000 0.900555 0.000000 0.434743 0.952504 0.952504 0.952504 +4518.425293 0.000000 1980.764526 0.000000 0.952741 0.000000 -0.303783 1.001183 1.001183 1.001183 +4502.742676 0.000000 2003.581299 0.000000 0.998317 0.000000 0.057998 0.994828 0.994828 0.994828 +4501.654297 0.000000 2010.865967 0.000000 0.969638 0.000000 -0.244544 1.024609 1.024609 1.024609 +4509.639160 0.000000 1980.428345 0.000000 0.939990 0.000000 -0.341201 1.032077 1.032077 1.032077 +4509.493652 0.000000 1984.310913 0.000000 0.875701 0.000000 0.482854 0.931689 0.931689 0.931689 +4494.294922 0.000000 2023.461426 0.000000 0.881246 0.000000 0.472658 0.948748 0.948748 0.948748 +4506.285645 0.000000 1982.758301 0.000000 0.997761 0.000000 -0.066877 1.006767 1.006767 1.006767 +4540.205566 0.000000 2006.950439 0.000000 0.966527 0.000000 0.256565 0.971822 0.971822 0.971822 +4496.762695 0.000000 2028.657227 0.000000 0.966790 0.000000 -0.255570 1.016453 1.016453 1.016453 +4495.467773 0.000000 1995.329956 0.000000 0.998479 0.000000 0.055131 0.996488 0.996488 0.996488 +4490.944824 0.000000 2025.227783 0.000000 0.970233 0.000000 -0.242173 1.019602 1.019602 1.019602 +4526.329102 0.000000 2031.190918 0.000000 0.965073 0.000000 -0.261981 1.016875 1.016875 1.016875 +4542.514160 0.000000 2007.563843 0.000000 0.963191 0.000000 0.268818 0.965143 0.965143 0.965143 +4487.085449 0.000000 2031.039429 0.000000 0.890826 0.000000 -0.454346 1.048394 1.048394 1.048394 +4515.494629 0.000000 1979.651611 0.000000 0.982581 0.000000 -0.185837 1.023380 1.023380 1.023380 +4491.538086 0.000000 2000.298096 0.000000 0.997241 0.000000 -0.074238 1.007847 1.007847 1.007847 +4495.688965 0.000000 2026.929443 0.000000 0.942849 0.000000 0.333221 0.978373 0.978373 0.978373 +4496.360840 0.000000 2023.497681 0.000000 0.929491 0.000000 0.368844 0.957843 0.957843 0.957843 +4515.282715 0.000000 1981.489380 0.000000 0.995476 0.000000 -0.095018 1.012615 1.012615 1.012615 +4505.272461 0.000000 2011.706299 0.000000 0.998510 0.000000 -0.054577 1.007075 1.007075 1.007075 +4493.781738 0.000000 1997.483521 0.000000 0.985347 0.000000 0.170559 0.989088 0.989088 0.989088 +4543.578613 0.000000 2002.735596 0.000000 0.998831 0.000000 0.048331 0.995039 0.995039 0.995039 +4499.158691 0.000000 2031.284058 0.000000 0.990176 0.000000 -0.139826 1.010402 1.010402 1.010402 +4543.583984 0.000000 2029.248169 0.000000 0.999470 0.000000 -0.032542 1.002072 1.002072 1.002072 +4488.754883 0.000000 2030.665771 0.000000 0.888135 0.000000 0.459583 0.968884 0.968884 0.968884 +4492.040527 0.000000 1995.725586 0.000000 0.939364 0.000000 -0.342922 1.022283 1.022283 1.022283 +4497.990723 0.000000 2004.188843 0.000000 0.997183 0.000000 0.075007 0.990160 0.990160 0.990160 +4488.403320 0.000000 2027.700684 0.000000 0.997317 0.000000 0.073205 0.993470 0.993470 0.993470 +4506.199707 0.000000 2005.100708 0.000000 0.922643 0.000000 0.385654 0.955224 0.955224 0.955224 +4500.484375 0.000000 2001.726562 0.000000 0.937235 0.000000 -0.348698 1.033346 1.033346 1.033346 +4497.165527 0.000000 1998.136597 0.000000 0.914893 0.000000 0.403696 0.972300 0.972300 0.972300 +4496.178223 0.000000 2003.662842 0.000000 0.954410 0.000000 -0.298499 1.032011 1.032011 1.032011 +4507.121094 0.000000 2004.267212 0.000000 0.997680 0.000000 0.068085 0.992294 0.992294 0.992294 +4502.055176 0.000000 2004.785889 0.000000 0.989124 0.000000 0.147087 0.988833 0.988833 0.988833 +4496.583008 0.000000 1995.209717 0.000000 0.927530 0.000000 0.373748 0.975614 0.975614 0.975614 +4496.803711 0.000000 2000.084595 0.000000 0.969835 0.000000 -0.243762 1.020471 1.020471 1.020471 +4496.854492 0.000000 1993.876709 0.000000 0.968202 0.000000 -0.250168 1.019127 1.019127 1.019127 +4496.505371 0.000000 2001.081543 0.000000 0.958900 0.000000 -0.283743 1.023918 1.023918 1.023918 +4494.583984 0.000000 1998.168213 0.000000 0.971667 0.000000 0.236355 0.984809 0.984809 0.984809 +4491.483398 0.000000 2029.043823 0.000000 0.948312 0.000000 0.317338 0.979442 0.979442 0.979442 +4492.804688 0.000000 2024.903931 0.000000 0.957028 0.000000 0.289997 0.981269 0.981269 0.981269 +4493.398926 0.000000 1999.646606 0.000000 0.892403 0.000000 0.451240 0.970196 0.970196 0.970196 +4494.662598 0.000000 2031.841309 0.000000 0.902306 0.000000 0.431097 0.971625 0.971625 0.971625 +4497.887207 0.000000 2026.567505 0.000000 0.908476 0.000000 -0.417938 1.027449 1.027449 1.027449 +4494.527832 0.000000 1993.120972 0.000000 0.942611 0.000000 0.333893 0.978328 0.978328 0.978328 +4495.460938 0.000000 2024.091919 0.000000 0.981550 0.000000 -0.191205 1.012248 1.012248 1.012248 +4553.278320 0.000000 2027.036743 0.000000 0.998027 0.000000 0.062793 0.487599 0.487599 0.487599 +4556.526855 0.000000 1999.998901 0.000000 0.989006 0.000000 -0.147877 0.527179 0.527179 0.527179 +4550.057129 0.000000 2021.890869 0.000000 0.964500 0.000000 -0.264082 0.552142 0.552142 0.552142 +4561.664551 0.000000 1983.609131 0.000000 0.941364 0.000000 -0.337393 0.567145 0.567145 0.567145 +4547.820801 0.000000 1990.758545 0.000000 0.997957 0.000000 -0.063887 0.512090 0.512090 0.512090 +4574.952637 0.000000 1996.465454 0.000000 0.902609 0.000000 -0.430462 0.589822 0.589822 0.589822 +4582.337891 0.000000 1990.689331 0.000000 0.988501 0.000000 0.151217 0.469474 0.469474 0.469474 +4560.186523 0.000000 1996.104370 0.000000 0.904759 0.000000 -0.425924 0.574639 0.574639 0.574639 +4566.077637 0.000000 1994.127808 0.000000 0.920960 0.000000 -0.389656 0.564602 0.564602 0.564602 +4581.463867 0.000000 1984.558472 0.000000 0.994764 0.000000 0.102200 0.481636 0.481636 0.481636 +4562.128418 0.000000 1997.714722 0.000000 0.940060 0.000000 0.341010 0.439403 0.439403 0.439403 +4550.070312 0.000000 1983.993042 0.000000 0.963070 0.000000 0.269250 0.453549 0.453549 0.453549 +4548.756836 0.000000 1995.746338 0.000000 0.999798 0.000000 0.020105 0.496710 0.496710 0.496710 +4545.654297 0.000000 1991.311279 0.000000 0.932859 0.000000 0.360241 0.433895 0.433895 0.433895 +4579.217285 0.000000 1987.791626 0.000000 0.975773 0.000000 0.218787 0.572999 0.572999 0.572999 +4548.789062 0.000000 2010.810059 0.000000 0.915770 0.000000 0.401702 0.438853 0.438853 0.438853 +4548.483887 0.000000 2006.701782 0.000000 0.996258 0.000000 -0.086424 0.586948 0.586948 0.586948 +4544.371582 0.000000 1982.037964 0.000000 0.999494 0.000000 -0.031799 0.818823 0.818823 0.818823 +4549.832520 0.000000 2008.818848 0.000000 0.983495 0.000000 0.180937 0.554956 0.554956 0.554956 +4549.351074 0.000000 2015.079102 0.000000 0.931371 0.000000 -0.364070 0.559307 0.559307 0.559307 +4550.073242 0.000000 2030.740601 0.000000 0.999357 0.000000 -0.035869 0.633166 0.633166 0.633166 +4544.525879 0.000000 2014.256226 0.000000 0.870066 0.000000 -0.492935 0.673970 0.673970 0.673970 +4577.519531 0.000000 1984.814087 0.000000 0.973830 0.000000 -0.227276 0.874653 0.874653 0.874653 +4546.335449 0.000000 2008.183105 0.000000 0.950088 0.000000 0.311983 0.664155 0.664155 0.664155 +4547.050781 0.000000 1980.347412 0.000000 0.931869 0.000000 0.362794 0.714424 0.714424 0.714424 +4548.140625 0.000000 2018.520996 0.000000 0.870564 0.000000 -0.492055 0.591058 0.591058 0.591058 +4564.433105 0.000000 1993.967651 0.000000 0.999103 0.000000 -0.042339 0.540703 0.540703 0.540703 +4565.229004 0.000000 1991.045410 0.000000 0.977125 0.000000 0.212667 0.467337 0.467337 0.467337 +4547.051758 0.000000 2026.805542 0.000000 0.885703 0.000000 0.464253 0.941784 0.941784 0.941784 +4558.469238 0.000000 1995.611694 0.000000 0.891828 0.000000 -0.452375 0.569789 0.569789 0.569789 +4562.461914 0.000000 1993.533813 0.000000 0.907317 0.000000 -0.420447 0.620351 0.620351 0.620351 +4555.039062 0.000000 1993.209473 0.000000 0.994997 0.000000 -0.099904 0.515552 0.515552 0.515552 +4547.498047 0.000000 1977.710693 0.000000 0.951170 0.000000 0.308669 0.863980 0.863980 0.863980 +4547.162109 0.000000 2029.004761 0.000000 0.993562 0.000000 0.113293 0.988520 0.988520 0.988520 +4568.030273 0.000000 1990.258301 0.000000 0.925208 0.000000 0.379461 0.608727 0.608727 0.608727 +4547.329590 0.000000 2012.381470 0.000000 0.961560 0.000000 -0.274596 0.571214 0.571214 0.571214 +4545.639160 0.000000 2012.159546 0.000000 0.989014 0.000000 0.147823 0.637866 0.637866 0.637866 +4575.750977 0.000000 1983.536133 0.000000 0.999180 0.000000 0.040495 0.674820 0.674820 0.674820 +4545.657715 0.000000 1977.456909 0.000000 0.989807 0.000000 0.142416 0.944912 0.944912 0.944912 +4576.240234 0.000000 1990.922974 0.000000 0.993467 0.000000 0.114122 0.741255 0.741255 0.741255 +4559.104980 0.000000 1979.855713 0.000000 0.997440 0.000000 0.071502 0.542966 0.542966 0.542966 +4547.452637 0.000000 2016.925659 0.000000 0.881130 0.000000 -0.472874 0.665271 0.665271 0.665271 +4548.298828 0.000000 2032.851562 0.000000 0.955107 0.000000 0.296262 0.952731 0.952731 0.952731 +4544.421387 0.000000 2020.476318 0.000000 0.963423 0.000000 0.267984 0.840220 0.840220 0.840220 +4547.093750 0.000000 2007.023071 0.000000 0.996637 0.000000 0.081946 0.741590 0.741590 0.741590 +4544.926758 0.000000 2030.646851 0.000000 0.868900 0.000000 -0.494988 1.032965 1.032965 1.032965 +4573.379395 0.000000 1988.428467 0.000000 0.924846 0.000000 -0.380341 1.045463 1.045463 1.045463 +4547.094727 0.000000 2031.737305 0.000000 0.901762 0.000000 0.432234 0.956816 0.956816 0.956816 +4544.049316 0.000000 2002.650635 0.000000 0.997154 0.000000 0.075397 0.991465 0.991465 0.991465 +4546.009277 0.000000 1998.001831 0.000000 0.996417 0.000000 -0.084573 0.783323 0.783323 0.783323 +4544.098633 0.000000 2013.015747 0.000000 0.900267 0.000000 0.435337 0.589211 0.589211 0.589211 +4576.387695 0.000000 1986.246582 0.000000 0.892981 0.000000 -0.450094 1.033558 1.033558 1.033558 +4544.042480 0.000000 2010.384277 0.000000 0.967555 0.000000 -0.252660 0.757172 0.757172 0.757172 +4545.354492 0.000000 2018.669189 0.000000 0.922077 0.000000 0.387006 0.680566 0.680566 0.680566 +4576.728027 0.000000 1988.161865 0.000000 0.984910 0.000000 0.173065 0.950455 0.950455 0.950455 +4546.034668 0.000000 2003.038818 0.000000 0.999974 0.000000 0.007165 0.881240 0.881240 0.881240 +4547.610840 0.000000 1978.934937 0.000000 0.996821 0.000000 -0.079674 0.875269 0.875269 0.875269 +4544.860352 0.000000 2032.794678 0.000000 0.978412 0.000000 -0.206663 1.013252 1.013252 1.013252 +4549.351562 0.000000 2028.586182 0.000000 0.969648 0.000000 -0.244506 0.848477 0.848477 0.848477 +4544.743652 0.000000 2027.873901 0.000000 0.970972 0.000000 0.239192 0.984623 0.984623 0.984623 +4547.005859 0.000000 2027.911133 0.000000 0.897463 0.000000 0.441089 0.944916 0.944916 0.944916 +4545.148926 0.000000 2001.102295 0.000000 0.969447 0.000000 -0.245302 1.028771 1.028771 1.028771 +4457.676758 0.000000 2051.504395 0.000000 0.990761 0.000000 0.135622 0.473763 0.473763 0.473763 +4446.608887 0.000000 2038.977173 0.000000 0.993584 0.000000 0.113098 0.479160 0.479160 0.479160 +4477.738281 0.000000 2061.686768 0.000000 0.996974 0.000000 -0.077738 0.512851 0.512851 0.512851 +4470.255859 0.000000 2042.197510 0.000000 0.978964 0.000000 -0.204032 0.530086 0.530086 0.530086 +4443.966309 0.000000 2043.050659 0.000000 0.996327 0.000000 0.085632 0.484556 0.484556 0.484556 +4477.382324 0.000000 2063.739746 0.000000 0.978016 0.000000 0.208528 0.461689 0.461689 0.461689 +4476.271484 0.000000 2041.950806 0.000000 0.998999 0.000000 0.044721 0.503193 0.503193 0.503193 +4478.854492 0.000000 2060.020996 0.000000 0.998595 0.000000 0.052988 0.667903 0.667903 0.667903 +4455.104492 0.000000 2045.331055 0.000000 0.982678 0.000000 -0.185321 0.824162 0.824162 0.824162 +4459.071777 0.000000 2044.015991 0.000000 0.984084 0.000000 -0.177706 0.526427 0.526427 0.526427 +4475.502441 0.000000 2045.434814 0.000000 0.999534 0.000000 0.030510 0.495189 0.495189 0.495189 +4457.262207 0.000000 2046.775146 0.000000 0.983164 0.000000 0.182725 0.482651 0.482651 0.482651 +4446.652344 0.000000 2045.522827 0.000000 0.897464 0.000000 0.441088 0.735491 0.735491 0.735491 +4461.431152 0.000000 2037.489136 0.000000 0.867344 0.000000 -0.497710 0.735652 0.735652 0.735652 +4452.560547 0.000000 2047.493286 0.000000 0.931824 0.000000 -0.362911 0.771086 0.771086 0.771086 +4451.182129 0.000000 2040.203857 0.000000 0.885005 0.000000 0.465582 0.578953 0.578953 0.578953 +4476.312988 0.000000 2057.192383 0.000000 0.984029 0.000000 0.178006 0.488145 0.488145 0.488145 +4460.442383 0.000000 2039.950317 0.000000 0.954445 0.000000 0.298388 0.593629 0.593629 0.593629 +4450.375977 0.000000 2049.880127 0.000000 0.869543 0.000000 -0.493857 0.617440 0.617440 0.617440 +4479.169434 0.000000 2050.315186 0.000000 0.998633 0.000000 0.052269 0.992989 0.992989 0.992989 +4473.112305 0.000000 2040.027832 0.000000 0.992838 0.000000 0.119469 0.671773 0.671773 0.671773 +4478.038574 0.000000 2057.420654 0.000000 0.898366 0.000000 0.439248 0.821963 0.821963 0.821963 +4479.462891 0.000000 2033.787476 0.000000 0.868885 0.000000 0.495014 0.493227 0.493227 0.493227 +4479.416504 0.000000 2040.662476 0.000000 0.916864 0.000000 -0.399199 0.560127 0.560127 0.560127 +4474.082520 0.000000 2037.661987 0.000000 0.871407 0.000000 0.490561 0.741620 0.741620 0.741620 +4478.383301 0.000000 2054.604004 0.000000 0.892481 0.000000 0.451085 0.908134 0.908134 0.908134 +4453.106445 0.000000 2046.035522 0.000000 0.981640 0.000000 -0.190743 0.741946 0.741946 0.741946 +4454.707031 0.000000 2041.994751 0.000000 0.950347 0.000000 0.311193 0.823123 0.823123 0.823123 +4462.421387 0.000000 2042.484619 0.000000 0.953660 0.000000 -0.300886 0.554964 0.554964 0.554964 +4478.321777 0.000000 2051.769775 0.000000 0.875132 0.000000 0.483884 0.932286 0.932286 0.932286 +4455.789551 0.000000 2047.374878 0.000000 0.997991 0.000000 0.063354 0.617351 0.617351 0.617351 +4454.826172 0.000000 2040.173584 0.000000 0.928688 0.000000 -0.370861 0.931891 0.931891 0.931891 +4476.055664 0.000000 2039.354858 0.000000 0.958137 0.000000 -0.286311 0.618557 0.618557 0.618557 +4459.440918 0.000000 2041.125854 0.000000 0.999481 0.000000 -0.032212 0.578525 0.578525 0.578525 +4479.116211 0.000000 2053.187256 0.000000 0.906343 0.000000 -0.422543 1.061099 1.061099 1.061099 +4471.122559 0.000000 2038.580322 0.000000 0.948318 0.000000 0.317322 0.957194 0.957194 0.957194 +4463.546387 0.000000 2039.784912 0.000000 0.879099 0.000000 -0.476640 0.835522 0.835522 0.835522 +4450.554688 0.000000 2043.151611 0.000000 0.901488 0.000000 0.432805 0.777250 0.777250 0.777250 +4465.067871 0.000000 2037.966431 0.000000 0.974568 0.000000 -0.224090 1.027253 1.027253 1.027253 +4478.477051 0.000000 2058.843750 0.000000 0.937465 0.000000 -0.348079 0.841745 0.841745 0.841745 +4472.005371 0.000000 2039.544800 0.000000 0.980861 0.000000 -0.194707 0.975099 0.975099 0.975099 +4471.961426 0.000000 2035.130127 0.000000 0.998940 0.000000 0.046024 0.997069 0.997069 0.997069 +4478.282715 0.000000 2049.558350 0.000000 0.947500 0.000000 -0.319757 0.956602 0.956602 0.956602 +4465.195312 0.000000 2033.800415 0.000000 0.993813 0.000000 0.111069 0.919651 0.919651 0.919651 +4467.501953 0.000000 2033.504395 0.000000 0.998525 0.000000 -0.054298 1.005818 1.005818 1.005818 +4468.906250 0.000000 2039.689941 0.000000 0.961762 0.000000 0.273885 0.964884 0.964884 0.964884 +4472.491211 0.000000 2034.266968 0.000000 0.966031 0.000000 0.258426 0.972004 0.972004 0.972004 +4536.315430 0.000000 2070.446533 0.000000 0.984315 0.000000 0.176417 0.463672 0.463672 0.463672 +4480.156738 0.000000 2088.337646 0.000000 0.930131 0.000000 0.367228 0.425227 0.425227 0.425227 +4508.431641 0.000000 2040.945312 0.000000 0.980098 0.000000 0.198516 0.461458 0.461458 0.461458 +4510.608887 0.000000 2038.977173 0.000000 0.947416 0.000000 0.320005 0.438887 0.438887 0.438887 +4513.062500 0.000000 2085.511475 0.000000 0.983648 0.000000 0.180104 0.464668 0.464668 0.464668 +4513.491699 0.000000 2039.332764 0.000000 0.912166 0.000000 0.409821 0.429000 0.429000 0.429000 +4494.686523 0.000000 2048.029053 0.000000 0.996763 0.000000 0.080394 0.487312 0.487312 0.487312 +4512.544434 0.000000 2080.769043 0.000000 0.999686 0.000000 0.025074 0.495746 0.495746 0.495746 +4508.928223 0.000000 2051.317627 0.000000 0.990644 0.000000 -0.136473 0.522096 0.522096 0.522096 +4482.311035 0.000000 2070.048584 0.000000 0.926222 0.000000 -0.376979 0.567309 0.567309 0.567309 +4482.552734 0.000000 2089.513672 0.000000 0.951024 0.000000 0.309118 0.447629 0.447629 0.447629 +4511.328613 0.000000 2083.759277 0.000000 0.999727 0.000000 0.023381 0.496016 0.496016 0.496016 +4543.273438 0.000000 2044.828613 0.000000 0.895712 0.000000 -0.444635 0.619311 0.619311 0.619311 +4535.794922 0.000000 2046.443726 0.000000 0.992732 0.000000 -0.120350 0.518117 0.518117 0.518117 +4515.522949 0.000000 2078.083496 0.000000 0.934214 0.000000 -0.356713 0.558871 0.558871 0.558871 +4485.729492 0.000000 2075.466309 0.000000 0.984350 0.000000 -0.176227 0.533502 0.533502 0.533502 +4526.671387 0.000000 2079.892090 0.000000 0.885053 0.000000 -0.465491 0.590841 0.590841 0.590841 +4534.255859 0.000000 2042.197510 0.000000 0.973387 0.000000 0.229166 0.528093 0.528093 0.528093 +4541.382324 0.000000 2063.739746 0.000000 0.943686 0.000000 0.330841 0.483442 0.483442 0.483442 +4489.808105 0.000000 2074.604736 0.000000 0.999771 0.000000 -0.021412 0.552286 0.552286 0.552286 +4510.716309 0.000000 2079.675537 0.000000 0.875165 0.000000 -0.483825 0.600097 0.600097 0.600097 +4508.979980 0.000000 2048.716553 0.000000 0.989539 0.000000 -0.144262 0.523691 0.523691 0.523691 +4523.407227 0.000000 2077.665527 0.000000 0.897492 0.000000 0.441030 0.488666 0.488666 0.488666 +4501.422363 0.000000 2057.792480 0.000000 0.992378 0.000000 0.123235 0.481447 0.481447 0.481447 +4514.934570 0.000000 2037.006714 0.000000 0.907569 0.000000 -0.419902 0.566696 0.566696 0.566696 +4503.416992 0.000000 2081.370361 0.000000 0.870335 0.000000 -0.492460 0.709481 0.709481 0.709481 +4507.739258 0.000000 2077.060791 0.000000 0.964009 0.000000 0.265870 0.594228 0.594228 0.594228 +4533.177734 0.000000 2043.957886 0.000000 0.896617 0.000000 -0.442808 0.755582 0.755582 0.755582 +4542.854492 0.000000 2060.020996 0.000000 0.912884 0.000000 -0.408220 0.679323 0.679323 0.679323 +4532.679199 0.000000 2053.126709 0.000000 0.978103 0.000000 0.208121 0.465690 0.465690 0.465690 +4494.368652 0.000000 2089.291016 0.000000 0.989909 0.000000 0.141702 0.527330 0.527330 0.527330 +4493.704590 0.000000 2046.264160 0.000000 0.994705 0.000000 -0.102775 0.584544 0.584544 0.584544 +4508.161133 0.000000 2082.049561 0.000000 0.998931 0.000000 -0.046226 0.507360 0.507360 0.507360 +4496.278320 0.000000 2046.993286 0.000000 0.999731 0.000000 0.023193 0.501490 0.501490 0.501490 +4503.366211 0.000000 2036.090210 0.000000 0.945466 0.000000 -0.325722 0.655230 0.655230 0.655230 +4487.440918 0.000000 2083.844727 0.000000 0.886318 0.000000 0.463077 0.426257 0.426257 0.426257 +4509.418457 0.000000 2083.435059 0.000000 0.941661 0.000000 -0.336562 0.554632 0.554632 0.554632 +4484.679688 0.000000 2086.052490 0.000000 0.999984 0.000000 0.005714 0.562845 0.562845 0.562845 +4510.609375 0.000000 2059.100098 0.000000 0.991565 0.000000 0.129612 0.626209 0.626209 0.626209 +4539.502441 0.000000 2045.434814 0.000000 0.981450 0.000000 -0.191716 0.558402 0.558402 0.558402 +4480.371582 0.000000 2038.522339 0.000000 0.972063 0.000000 0.234721 0.531999 0.531999 0.531999 +4537.814453 0.000000 2052.280029 0.000000 0.878236 0.000000 0.478227 0.417279 0.417279 0.417279 +4501.452637 0.000000 2055.420410 0.000000 0.995991 0.000000 -0.089450 0.515262 0.515262 0.515262 +4507.849121 0.000000 2060.043213 0.000000 0.995330 0.000000 0.096526 0.813015 0.813015 0.813015 +4514.087402 0.000000 2058.492676 0.000000 0.980255 0.000000 -0.197736 0.782313 0.782313 0.782313 +4485.351074 0.000000 2071.563477 0.000000 0.881355 0.000000 0.472456 0.455464 0.455464 0.455464 +4515.619629 0.000000 2075.344482 0.000000 0.978778 0.000000 -0.204925 0.846806 0.846806 0.846806 +4539.429199 0.000000 2058.750000 0.000000 0.981544 0.000000 -0.191237 0.786126 0.786126 0.786126 +4528.891113 0.000000 2061.811523 0.000000 0.999947 0.000000 0.010278 0.709115 0.709115 0.709115 +4486.073242 0.000000 2087.225098 0.000000 0.876425 0.000000 0.481538 0.693199 0.693199 0.693199 +4511.632324 0.000000 2044.106323 0.000000 0.985233 0.000000 -0.171218 0.527643 0.527643 0.527643 +4525.839355 0.000000 2060.123291 0.000000 0.912054 0.000000 0.410071 0.791332 0.791332 0.791332 +4493.317383 0.000000 2086.664795 0.000000 0.909030 0.000000 0.416731 0.719852 0.719852 0.719852 +4499.881836 0.000000 2071.975098 0.000000 0.898593 0.000000 0.438782 0.569407 0.569407 0.569407 +4504.891602 0.000000 2079.792725 0.000000 0.986415 0.000000 -0.164272 0.643831 0.643831 0.643831 +4499.070801 0.000000 2076.805420 0.000000 0.898429 0.000000 -0.439118 0.638909 0.638909 0.638909 +4497.688477 0.000000 2061.664307 0.000000 0.999272 0.000000 0.038158 0.871506 0.871506 0.871506 +4493.306641 0.000000 2057.989014 0.000000 0.978461 0.000000 0.206433 0.820132 0.820132 0.820132 +4504.204102 0.000000 2077.965088 0.000000 0.915744 0.000000 0.401762 0.571150 0.571150 0.571150 +4499.935547 0.000000 2043.195923 0.000000 0.897084 0.000000 -0.441860 0.887084 0.887084 0.887084 +4496.310547 0.000000 2081.032959 0.000000 0.999994 0.000000 -0.003449 0.667223 0.667223 0.667223 +4529.237305 0.000000 2046.644165 0.000000 0.886786 0.000000 -0.462180 0.975636 0.975636 0.975636 +4495.824707 0.000000 2056.884277 0.000000 0.971719 0.000000 0.236140 0.676968 0.676968 0.676968 +4496.024902 0.000000 2074.856201 0.000000 0.989300 0.000000 0.145895 0.550825 0.550825 0.550825 +4540.201172 0.000000 2054.028076 0.000000 0.870479 0.000000 0.492205 0.588479 0.588479 0.588479 +4493.642090 0.000000 2055.089111 0.000000 0.927311 0.000000 0.374291 0.590331 0.590331 0.590331 +4538.082520 0.000000 2037.661987 0.000000 0.889353 0.000000 0.457221 0.667983 0.667983 0.667983 +4512.594727 0.000000 2053.075928 0.000000 0.974020 0.000000 0.226460 0.571756 0.571756 0.571756 +4502.020996 0.000000 2034.757568 0.000000 0.975574 0.000000 0.219670 0.597004 0.597004 0.597004 +4515.595703 0.000000 2053.549316 0.000000 0.964215 0.000000 -0.265121 0.724781 0.724781 0.724781 +4520.469727 0.000000 2052.702637 0.000000 0.999567 0.000000 -0.029424 0.828231 0.828231 0.828231 +4516.813477 0.000000 2050.591797 0.000000 0.931605 0.000000 -0.363472 0.906871 0.906871 0.906871 +4532.777832 0.000000 2066.385498 0.000000 0.999127 0.000000 0.041784 0.493880 0.493880 0.493880 +4488.986816 0.000000 2088.145508 0.000000 0.966099 0.000000 -0.258170 0.998929 0.998929 0.998929 +4494.057129 0.000000 2085.273438 0.000000 0.994692 0.000000 0.102894 0.713645 0.713645 0.713645 +4491.147461 0.000000 2071.603027 0.000000 0.983756 0.000000 -0.179511 0.948851 0.948851 0.948851 +4527.392090 0.000000 2054.717773 0.000000 0.990331 0.000000 0.138725 0.663741 0.663741 0.663741 +4505.935547 0.000000 2073.840088 0.000000 0.999531 0.000000 0.030615 0.749933 0.749933 0.749933 +4490.378418 0.000000 2045.298828 0.000000 0.897650 0.000000 -0.440709 0.814329 0.814329 0.814329 +4488.627441 0.000000 2073.461914 0.000000 0.987155 0.000000 0.159763 0.665179 0.665179 0.665179 +4526.203125 0.000000 2056.958984 0.000000 0.968138 0.000000 -0.250418 0.712435 0.712435 0.712435 +4513.699219 0.000000 2046.867798 0.000000 0.997329 0.000000 0.073040 0.640216 0.640216 0.640216 +4501.209473 0.000000 2040.299805 0.000000 0.993056 0.000000 0.117642 0.755426 0.755426 0.755426 +4517.106445 0.000000 2046.035522 0.000000 0.993650 0.000000 -0.112519 1.010981 1.010981 1.010981 +4518.078125 0.000000 2075.067139 0.000000 0.910117 0.000000 -0.414352 0.929828 0.929828 0.929828 +4534.485352 0.000000 2058.851807 0.000000 0.975094 0.000000 0.221792 0.591821 0.591821 0.591821 +4503.673828 0.000000 2039.393677 0.000000 0.999534 0.000000 0.030527 0.568795 0.568795 0.568795 +4526.867676 0.000000 2063.897217 0.000000 0.991625 0.000000 0.129151 0.812721 0.812721 0.812721 +4495.354980 0.000000 2079.659668 0.000000 0.999376 0.000000 -0.035319 0.696900 0.696900 0.696900 +4483.329590 0.000000 2068.865723 0.000000 0.904045 0.000000 0.427436 0.434339 0.434339 0.434339 +4495.453125 0.000000 2082.412598 0.000000 0.891021 0.000000 0.453963 0.639155 0.639155 0.639155 +4500.029785 0.000000 2037.364258 0.000000 0.995985 0.000000 0.089523 0.848670 0.848670 0.848670 +4537.144531 0.000000 2035.052734 0.000000 0.967492 0.000000 0.252902 0.654624 0.654624 0.654624 +4494.035156 0.000000 2059.437256 0.000000 0.867633 0.000000 -0.497204 0.939756 0.939756 0.939756 +4535.353516 0.000000 2040.581299 0.000000 0.979432 0.000000 -0.201773 0.610030 0.610030 0.610030 +4483.916016 0.000000 2038.050537 0.000000 0.898371 0.000000 0.439238 0.583706 0.583706 0.583706 +4529.542480 0.000000 2054.866211 0.000000 0.964988 0.000000 0.262294 0.541939 0.541939 0.541939 +4531.663574 0.000000 2034.605957 0.000000 0.955178 0.000000 0.296031 0.896476 0.896476 0.896476 +4489.923828 0.000000 2051.031982 0.000000 0.974185 0.000000 -0.225749 0.898500 0.898500 0.898500 +4484.846680 0.000000 2048.344727 0.000000 0.923932 0.000000 0.382556 0.959720 0.959720 0.959720 +4532.319336 0.000000 2061.063232 0.000000 0.995834 0.000000 -0.091180 0.686311 0.686311 0.686311 +4485.431641 0.000000 2044.214111 0.000000 0.994387 0.000000 -0.105805 0.845335 0.845335 0.845335 +4506.062500 0.000000 2060.475098 0.000000 0.999411 0.000000 0.034331 0.822956 0.822956 0.822956 +4486.595703 0.000000 2059.436523 0.000000 0.936423 0.000000 -0.350874 1.022823 1.022823 1.022823 +4532.241699 0.000000 2045.172241 0.000000 0.980440 0.000000 -0.196816 0.688733 0.688733 0.688733 +4492.289551 0.000000 2046.884888 0.000000 0.988721 0.000000 -0.149767 0.591868 0.591868 0.591868 +4517.604004 0.000000 2056.021484 0.000000 0.953488 0.000000 0.301430 0.626983 0.626983 0.626983 +4527.286621 0.000000 2035.210938 0.000000 0.971530 0.000000 0.236917 0.984773 0.984773 0.984773 +4525.387695 0.000000 2066.225586 0.000000 0.991743 0.000000 0.128243 0.983145 0.983145 0.983145 +4481.657715 0.000000 2033.941284 0.000000 0.958728 0.000000 -0.284324 0.658391 0.658391 0.658391 +4534.609375 0.000000 2061.286133 0.000000 0.984512 0.000000 -0.175319 0.744309 0.744309 0.744309 +4498.425781 0.000000 2082.289551 0.000000 0.999946 0.000000 -0.010383 0.692859 0.692859 0.692859 +4515.500488 0.000000 2061.021973 0.000000 0.999986 0.000000 -0.005302 0.922370 0.922370 0.922370 +4507.529297 0.000000 2064.123535 0.000000 0.988667 0.000000 -0.150127 1.015463 1.015463 1.015463 +4493.681641 0.000000 2079.106445 0.000000 0.914993 0.000000 -0.403470 0.753516 0.753516 0.753516 +4486.267578 0.000000 2057.877441 0.000000 0.881517 0.000000 -0.472152 1.031305 1.031305 1.031305 +4503.955566 0.000000 2067.228027 0.000000 0.969585 0.000000 0.244755 0.972776 0.972776 0.972776 +4498.338867 0.000000 2041.470703 0.000000 0.872444 0.000000 0.488714 0.875698 0.875698 0.875698 +4518.826172 0.000000 2040.173584 0.000000 0.996416 0.000000 0.084590 0.990803 0.990803 0.990803 +4511.740723 0.000000 2078.406006 0.000000 0.955589 0.000000 0.294702 0.479736 0.479736 0.479736 +4481.598145 0.000000 2037.003296 0.000000 0.948649 0.000000 -0.316330 0.593042 0.593042 0.593042 +4495.104980 0.000000 2036.340088 0.000000 0.999882 0.000000 0.015342 0.999023 0.999023 0.999023 +4485.850586 0.000000 2051.215820 0.000000 0.996949 0.000000 -0.078058 1.004974 1.004974 1.004974 +4540.055664 0.000000 2039.354858 0.000000 0.999550 0.000000 -0.029989 0.789159 0.789159 0.789159 +4488.364746 0.000000 2033.894287 0.000000 0.985677 0.000000 0.168647 0.987689 0.987689 0.987689 +4489.352539 0.000000 2035.047119 0.000000 0.999844 0.000000 0.017673 0.998504 0.998504 0.998504 +4512.868164 0.000000 2049.808838 0.000000 0.930922 0.000000 -0.365219 0.736896 0.736896 0.736896 +4499.337891 0.000000 2033.596313 0.000000 0.988979 0.000000 0.148054 0.988759 0.988759 0.988759 +4502.014160 0.000000 2038.971558 0.000000 0.940966 0.000000 -0.338502 0.627078 0.627078 0.627078 +4487.015137 0.000000 2041.659546 0.000000 0.916183 0.000000 -0.400760 0.941675 0.941675 0.941675 +4507.304688 0.000000 2078.576172 0.000000 0.920663 0.000000 0.390357 0.554017 0.554017 0.554017 +4543.116211 0.000000 2053.187256 0.000000 0.948307 0.000000 -0.317356 0.738561 0.738561 0.738561 +4515.506348 0.000000 2065.307617 0.000000 0.995467 0.000000 -0.095108 1.006064 1.006064 1.006064 +4528.063965 0.000000 2059.233398 0.000000 0.881781 0.000000 0.471659 0.568270 0.568270 0.568270 +4512.813477 0.000000 2076.943359 0.000000 0.999999 0.000000 0.001533 0.617404 0.617404 0.617404 +4535.122559 0.000000 2038.580322 0.000000 0.999981 0.000000 -0.006172 0.623530 0.623530 0.623530 +4518.782227 0.000000 2061.447266 0.000000 0.928665 0.000000 0.370919 0.905275 0.905275 0.905275 +4526.671387 0.000000 2066.974121 0.000000 0.875324 0.000000 0.483537 0.793722 0.793722 0.793722 +4533.096191 0.000000 2058.505859 0.000000 0.970142 0.000000 0.242538 0.549920 0.549920 0.549920 +4524.409668 0.000000 2059.465820 0.000000 0.898945 0.000000 0.438062 0.721031 0.721031 0.721031 +4516.309082 0.000000 2062.823486 0.000000 0.997369 0.000000 -0.072485 1.006466 1.006466 1.006466 +4538.093750 0.000000 2063.874268 0.000000 0.879883 0.000000 0.475191 0.529618 0.529618 0.529618 +4523.008789 0.000000 2059.987061 0.000000 0.928769 0.000000 0.370658 0.782951 0.782951 0.782951 +4493.299805 0.000000 2044.904175 0.000000 0.998606 0.000000 -0.052783 0.719359 0.719359 0.719359 +4518.060059 0.000000 2054.261719 0.000000 0.960025 0.000000 0.279914 0.654956 0.654956 0.654956 +4529.096680 0.000000 2041.130981 0.000000 0.964931 0.000000 0.262502 0.974735 0.974735 0.974735 +4502.383789 0.000000 2080.449219 0.000000 0.999998 0.000000 0.001988 0.627134 0.627134 0.627134 +4514.937988 0.000000 2063.942627 0.000000 0.994435 0.000000 0.105356 0.991225 0.991225 0.991225 +4534.041992 0.000000 2033.479858 0.000000 0.946566 0.000000 -0.322512 0.754253 0.754253 0.754253 +4490.666016 0.000000 2075.799072 0.000000 0.925794 0.000000 0.378029 0.618659 0.618659 0.618659 +4517.085938 0.000000 2059.808350 0.000000 0.904710 0.000000 0.426028 0.718198 0.718198 0.718198 +4482.875977 0.000000 2066.024170 0.000000 0.980620 0.000000 -0.195920 0.732971 0.732971 0.732971 +4519.522949 0.000000 2037.435669 0.000000 0.980390 0.000000 -0.197065 0.864904 0.864904 0.864904 +4543.423340 0.000000 2036.912720 0.000000 0.943096 0.000000 0.332520 0.916407 0.916407 0.916407 +4493.763672 0.000000 2088.075684 0.000000 0.985675 0.000000 0.168657 0.688162 0.688162 0.688162 +4543.314453 0.000000 2061.350342 0.000000 0.999268 0.000000 0.038248 0.606688 0.606688 0.606688 +4500.958984 0.000000 2059.107178 0.000000 0.981717 0.000000 0.190345 0.616338 0.616338 0.616338 +4490.576172 0.000000 2063.781250 0.000000 0.999543 0.000000 0.030225 0.998076 0.998076 0.998076 +4510.684082 0.000000 2075.697998 0.000000 0.896301 0.000000 -0.443447 0.809934 0.809934 0.809934 +4494.755859 0.000000 2042.885620 0.000000 0.995475 0.000000 0.095022 0.887367 0.887367 0.887367 +4486.510254 0.000000 2050.037842 0.000000 0.999189 0.000000 0.040264 0.995928 0.995928 0.995928 +4502.619629 0.000000 2066.958740 0.000000 0.986706 0.000000 -0.162514 1.017972 1.017972 1.017972 +4481.498535 0.000000 2061.414307 0.000000 0.954914 0.000000 0.296882 0.961847 0.961847 0.961847 +4501.353516 0.000000 2069.327393 0.000000 0.985827 0.000000 0.167767 0.841248 0.841248 0.841248 +4535.777832 0.000000 2062.372559 0.000000 0.999980 0.000000 0.006310 0.670550 0.670550 0.670550 +4499.693848 0.000000 2062.773193 0.000000 0.958579 0.000000 0.284826 0.872844 0.872844 0.872844 +4501.230957 0.000000 2071.949951 0.000000 0.994987 0.000000 -0.100003 0.702493 0.702493 0.702493 +4503.724609 0.000000 2060.566895 0.000000 0.955904 0.000000 -0.293679 0.923876 0.923876 0.923876 +4507.559082 0.000000 2069.326904 0.000000 0.997722 0.000000 0.067461 0.992972 0.992972 0.992972 +4541.256836 0.000000 2038.802246 0.000000 0.945997 0.000000 0.324175 0.730983 0.730983 0.730983 +4525.193359 0.000000 2054.287354 0.000000 0.875143 0.000000 -0.483864 0.836858 0.836858 0.836858 +4518.464355 0.000000 2076.331543 0.000000 0.991795 0.000000 -0.127836 0.647872 0.647872 0.647872 +4519.319336 0.000000 2058.150146 0.000000 0.978868 0.000000 -0.204492 0.846735 0.846735 0.846735 +4495.223145 0.000000 2061.783936 0.000000 0.973810 0.000000 -0.227362 1.031437 1.031437 1.031437 +4527.484375 0.000000 2052.896484 0.000000 0.991449 0.000000 -0.130493 0.776137 0.776137 0.776137 +4524.992676 0.000000 2056.338135 0.000000 0.921469 0.000000 -0.388453 0.814765 0.814765 0.814765 +4487.662109 0.000000 2070.162842 0.000000 0.964421 0.000000 0.264372 0.672232 0.672232 0.672232 +4492.904785 0.000000 2060.919922 0.000000 0.996907 0.000000 0.078591 0.993695 0.993695 0.993695 +4485.597168 0.000000 2060.324219 0.000000 0.934954 0.000000 0.354768 0.976912 0.976912 0.976912 +4539.590332 0.000000 2036.590088 0.000000 0.995714 0.000000 0.092489 0.730057 0.730057 0.730057 +4488.616211 0.000000 2050.681152 0.000000 0.999897 0.000000 -0.014353 0.864999 0.864999 0.864999 +4509.685059 0.000000 2068.192139 0.000000 0.997524 0.000000 -0.070322 1.005535 1.005535 1.005535 +4519.339844 0.000000 2035.020020 0.000000 0.953107 0.000000 -0.302632 0.755783 0.755783 0.755783 +4511.443848 0.000000 2071.548828 0.000000 0.988522 0.000000 -0.151077 1.016243 1.016243 1.016243 +4486.218750 0.000000 2052.511475 0.000000 0.985976 0.000000 -0.166889 1.010674 1.010674 1.010674 +4541.505859 0.000000 2041.513916 0.000000 0.993812 0.000000 -0.111077 0.733764 0.733764 0.733764 +4526.269531 0.000000 2068.739014 0.000000 0.936787 0.000000 0.349900 0.801574 0.801574 0.801574 +4516.154785 0.000000 2041.139893 0.000000 0.914514 0.000000 -0.404554 0.942320 0.942320 0.942320 +4499.737305 0.000000 2039.919189 0.000000 0.919875 0.000000 -0.392212 1.049807 1.049807 1.049807 +4484.220703 0.000000 2050.792236 0.000000 0.910508 0.000000 -0.413491 1.027138 1.027138 1.027138 +4510.521973 0.000000 2066.883301 0.000000 0.944680 0.000000 -0.327993 1.021274 1.021274 1.021274 +4497.977051 0.000000 2062.906738 0.000000 0.993125 0.000000 -0.117061 0.987561 0.987561 0.987561 +4523.584473 0.000000 2072.512451 0.000000 0.994669 0.000000 0.103117 0.960622 0.960622 0.960622 +4514.554688 0.000000 2043.151611 0.000000 0.999840 0.000000 -0.017869 0.723491 0.723491 0.723491 +4482.597656 0.000000 2046.902466 0.000000 0.953856 0.000000 -0.300265 1.038056 1.038056 1.038056 +4494.689941 0.000000 2069.781738 0.000000 0.908972 0.000000 0.416857 0.820679 0.820679 0.820679 +4484.370605 0.000000 2060.027100 0.000000 0.943052 0.000000 -0.332646 1.021588 1.021588 1.021588 +4524.345703 0.000000 2044.154053 0.000000 0.967251 0.000000 -0.253821 1.016338 1.016338 1.016338 +4507.792969 0.000000 2062.878174 0.000000 0.994513 0.000000 -0.104610 1.014521 1.014521 1.014521 +4509.817383 0.000000 2073.316895 0.000000 0.947893 0.000000 -0.318589 0.927952 0.927952 0.927952 +4488.415527 0.000000 2060.509766 0.000000 0.953926 0.000000 0.300043 0.980600 0.980600 0.980600 +4521.821777 0.000000 2047.894531 0.000000 0.940954 0.000000 0.338534 0.971289 0.971289 0.971289 +4497.011230 0.000000 2034.774658 0.000000 0.874117 0.000000 -0.485715 1.032288 1.032288 1.032288 +4505.770020 0.000000 2072.605225 0.000000 0.915017 0.000000 0.403416 0.687521 0.687521 0.687521 +4523.903809 0.000000 2033.544922 0.000000 0.882883 0.000000 -0.469594 1.063338 1.063338 1.063338 +4526.633301 0.000000 2038.153320 0.000000 0.970312 0.000000 0.241857 0.984449 0.984449 0.984449 +4531.583984 0.000000 2038.013428 0.000000 1.000000 0.000000 0.000238 0.950945 0.950945 0.950945 +4485.292969 0.000000 2039.454956 0.000000 0.917165 0.000000 0.398507 0.698269 0.698269 0.698269 +4521.341797 0.000000 2062.087402 0.000000 0.960480 0.000000 0.278350 0.970212 0.970212 0.970212 +4533.270996 0.000000 2036.737671 0.000000 0.926125 0.000000 0.377217 0.721831 0.721831 0.721831 +4484.601562 0.000000 2034.760986 0.000000 0.939997 0.000000 0.341183 0.818168 0.818168 0.818168 +4484.693359 0.000000 2066.077881 0.000000 0.871774 0.000000 -0.489908 1.003563 1.003563 1.003563 +4540.552246 0.000000 2034.746704 0.000000 0.999147 0.000000 -0.041288 1.005351 1.005351 1.005351 +4481.312988 0.000000 2052.923096 0.000000 0.998305 0.000000 0.058204 0.996293 0.996293 0.996293 +4508.046387 0.000000 2066.751709 0.000000 0.918444 0.000000 -0.395552 1.027717 1.027717 1.027717 +4528.162598 0.000000 2047.300781 0.000000 0.999897 0.000000 -0.014354 0.904162 0.904162 0.904162 +4514.421875 0.000000 2069.929443 0.000000 0.999702 0.000000 0.024394 0.998447 0.998447 0.998447 +4512.813965 0.000000 2071.292236 0.000000 0.958782 0.000000 -0.284141 1.028699 1.028699 1.028699 +4483.798340 0.000000 2062.043701 0.000000 0.989594 0.000000 -0.143890 1.017195 1.017195 1.017195 +4482.034668 0.000000 2059.523193 0.000000 0.971866 0.000000 -0.235535 1.015137 1.015137 1.015137 +4514.136719 0.000000 2061.561279 0.000000 0.929356 0.000000 -0.369186 0.978727 0.978727 0.978727 +4530.833984 0.000000 2042.017822 0.000000 0.877277 0.000000 0.479985 0.799476 0.799476 0.799476 +4485.319336 0.000000 2053.406006 0.000000 0.870635 0.000000 0.491930 0.967258 0.967258 0.967258 +4488.362793 0.000000 2089.222412 0.000000 0.895606 0.000000 0.444848 0.893442 0.893442 0.893442 +4495.586426 0.000000 2059.306885 0.000000 0.918196 0.000000 -0.396126 0.921956 0.921956 0.921956 +4526.356934 0.000000 2050.734619 0.000000 0.891871 0.000000 0.452291 0.778886 0.778886 0.778886 +4527.663086 0.000000 2050.520752 0.000000 0.975500 0.000000 -0.219999 0.887941 0.887941 0.887941 +4518.709473 0.000000 2044.245239 0.000000 0.999988 0.000000 0.004936 0.999590 0.999590 0.999590 +4486.916992 0.000000 2035.861450 0.000000 0.992416 0.000000 -0.122926 1.015968 1.015968 1.015968 +4492.748535 0.000000 2039.132690 0.000000 0.983199 0.000000 -0.182539 1.012786 1.012786 1.012786 +4530.000000 0.000000 2036.745361 0.000000 0.909022 0.000000 -0.416748 0.991198 0.991198 0.991198 +4496.913574 0.000000 2037.220459 0.000000 0.886043 0.000000 0.463604 0.969311 0.969311 0.969311 +4512.590820 0.000000 2060.578369 0.000000 0.999698 0.000000 -0.024556 0.905727 0.905727 0.905727 +4489.391113 0.000000 2068.000977 0.000000 0.987541 0.000000 -0.157363 1.018818 1.018818 1.018818 +4524.773926 0.000000 2069.360596 0.000000 0.904665 0.000000 -0.426125 1.056378 1.056378 1.056378 +4519.854004 0.000000 2044.485962 0.000000 0.891783 0.000000 -0.452464 1.039034 1.039034 1.039034 +4488.070801 0.000000 2037.230347 0.000000 0.965237 0.000000 -0.261377 1.029115 1.029115 1.029115 +4506.586914 0.000000 2064.962891 0.000000 0.950937 0.000000 -0.309384 1.032275 1.032275 1.032275 +4525.104004 0.000000 2034.891968 0.000000 0.962102 0.000000 0.272689 0.982417 0.982417 0.982417 +4520.188477 0.000000 2070.780518 0.000000 0.974943 0.000000 0.222455 0.982358 0.982358 0.982358 +4480.361816 0.000000 2055.073486 0.000000 0.907788 0.000000 0.419429 0.972446 0.972446 0.972446 +4526.890137 0.000000 2069.692383 0.000000 0.869616 0.000000 0.493728 0.776561 0.776561 0.776561 +4521.081055 0.000000 2060.954834 0.000000 0.997900 0.000000 -0.064771 0.950817 0.950817 0.950817 +4522.590820 0.000000 2036.846436 0.000000 0.996748 0.000000 -0.080577 1.005135 1.005135 1.005135 +4480.125977 0.000000 2052.859375 0.000000 0.908049 0.000000 -0.418865 1.027514 1.027514 1.027514 +4487.204590 0.000000 2062.420166 0.000000 0.872420 0.000000 -0.488757 1.032510 1.032510 1.032510 +4492.067383 0.000000 2033.524536 0.000000 0.994538 0.000000 0.104378 0.993343 0.993343 0.993343 +4523.013184 0.000000 2034.647705 0.000000 0.999160 0.000000 0.040969 0.996654 0.996654 0.996654 +4538.572266 0.000000 2033.473511 0.000000 0.999048 0.000000 -0.043614 0.967157 0.967157 0.967157 +4527.740234 0.000000 2048.576172 0.000000 0.999923 0.000000 0.012406 0.944241 0.944241 0.944241 +4521.191895 0.000000 2035.883545 0.000000 0.930130 0.000000 -0.367231 0.978409 0.978409 0.978409 +4481.144043 0.000000 2058.891846 0.000000 0.916787 0.000000 -0.399377 1.038463 1.038463 1.038463 +4531.716797 0.000000 2035.689575 0.000000 0.960022 0.000000 -0.279924 0.983375 0.983375 0.983375 +4490.479980 0.000000 2061.587158 0.000000 0.999973 0.000000 -0.007354 1.000468 1.000468 1.000468 +4522.652344 0.000000 2073.090088 0.000000 0.871721 0.000000 0.490002 0.901785 0.901785 0.901785 +4506.685059 0.000000 2063.035156 0.000000 0.981621 0.000000 -0.190843 1.026606 1.026606 1.026606 +4482.932617 0.000000 2057.598633 0.000000 0.998391 0.000000 0.056707 0.996388 0.996388 0.996388 +4504.998535 0.000000 2064.194336 0.000000 0.947083 0.000000 0.320989 0.966470 0.966470 0.966470 +4480.016602 0.000000 2056.590820 0.000000 0.963040 0.000000 0.269359 0.982638 0.982638 0.982638 +4483.739746 0.000000 2055.708252 0.000000 0.998033 0.000000 -0.062686 1.003993 1.003993 1.003993 +4525.281250 0.000000 2038.557129 0.000000 0.932592 0.000000 0.360931 0.976492 0.976492 0.976492 +4493.181641 0.000000 2035.253540 0.000000 0.995793 0.000000 -0.091627 1.005841 1.005841 1.005841 +4487.241211 0.000000 2067.967041 0.000000 0.999736 0.000000 0.022976 0.997573 0.997573 0.997573 +4523.132812 0.000000 2048.804443 0.000000 0.954450 0.000000 0.298372 0.963465 0.963465 0.963465 +4519.486328 0.000000 2062.424561 0.000000 0.978816 0.000000 0.204742 0.981313 0.981313 0.981313 +4519.189453 0.000000 2071.396240 0.000000 0.960366 0.000000 0.278742 0.982017 0.982017 0.982017 +4523.191406 0.000000 2037.984741 0.000000 0.965537 0.000000 0.260266 0.983238 0.983238 0.983238 +4516.375977 0.000000 2070.702148 0.000000 0.991337 0.000000 -0.131345 1.008386 1.008386 1.008386 +4529.758301 0.000000 2045.688965 0.000000 0.921584 0.000000 -0.388179 1.054043 1.054043 1.054043 +4489.207520 0.000000 2058.179688 0.000000 0.958738 0.000000 -0.284291 1.018352 1.018352 1.018352 +4513.256836 0.000000 2070.284424 0.000000 0.983187 0.000000 0.182599 0.981708 0.981708 0.981708 +4496.073730 0.000000 2035.947144 0.000000 0.872998 0.000000 0.487725 0.967565 0.967565 0.967565 +4491.305176 0.000000 2040.760498 0.000000 0.985342 0.000000 -0.170591 1.022212 1.022212 1.022212 +4520.788086 0.000000 2072.824951 0.000000 0.999783 0.000000 0.020843 0.997299 0.997299 0.997299 +4523.103516 0.000000 2068.710449 0.000000 0.978480 0.000000 -0.206341 1.017278 1.017278 1.017278 +4515.250488 0.000000 2070.863770 0.000000 0.949469 0.000000 -0.313860 1.023194 1.023194 1.023194 +4516.187500 0.000000 2046.493286 0.000000 0.942868 0.000000 -0.333168 1.042943 1.042943 1.042943 +4491.538086 0.000000 2056.782471 0.000000 0.903735 0.000000 -0.428093 1.055995 1.055995 1.055995 +4496.839355 0.000000 2039.493530 0.000000 0.913320 0.000000 -0.407243 1.034870 1.034870 1.034870 +4495.058105 0.000000 2039.163940 0.000000 0.938843 0.000000 0.344345 0.976567 0.976567 0.976567 +4510.140625 0.000000 2069.103760 0.000000 0.957435 0.000000 0.288648 0.980920 0.980920 0.980920 +4524.757812 0.000000 2043.218262 0.000000 0.999431 0.000000 0.033741 0.997852 0.997852 0.997852 +4492.066406 0.000000 2063.702881 0.000000 0.910517 0.000000 0.413471 0.972863 0.972863 0.972863 +4480.030273 0.000000 2050.826660 0.000000 0.985942 0.000000 -0.167090 1.011693 1.011693 1.011693 +4489.796387 0.000000 2065.931641 0.000000 0.898335 0.000000 0.439312 0.971044 0.971044 0.971044 +4522.282715 0.000000 2046.943237 0.000000 0.981452 0.000000 0.191707 0.985697 0.985697 0.985697 +4519.517090 0.000000 2068.125732 0.000000 0.928403 0.000000 -0.371576 1.024236 1.024236 1.024236 +4522.766602 0.000000 2062.484863 0.000000 0.880603 0.000000 0.473854 0.934557 0.934557 0.934557 +4510.965820 0.000000 2062.926758 0.000000 0.971482 0.000000 -0.237114 1.030660 1.030660 1.030660 +4528.417969 0.000000 2040.395264 0.000000 0.998335 0.000000 0.057688 0.994510 0.994510 0.994510 +4491.583496 0.000000 2060.023926 0.000000 0.935831 0.000000 -0.352450 1.022930 1.022930 1.022930 +4496.719727 0.000000 2040.519531 0.000000 0.953816 0.000000 -0.300392 1.036333 1.036333 1.036333 +4521.240234 0.000000 2063.954102 0.000000 0.999983 0.000000 0.005913 0.999376 0.999376 0.999376 +4488.681152 0.000000 2054.824219 0.000000 0.999170 0.000000 0.040734 0.996246 0.996246 0.996246 +4509.189453 0.000000 2070.357178 0.000000 0.908165 0.000000 -0.418612 1.050788 1.050788 1.050788 +4521.061035 0.000000 2037.953369 0.000000 0.925228 0.000000 0.379412 0.954823 0.954823 0.954823 +4509.834473 0.000000 2066.173340 0.000000 0.999413 0.000000 -0.034258 1.002335 1.002335 1.002335 +4522.594238 0.000000 2064.026123 0.000000 0.907301 0.000000 0.420482 0.963271 0.963271 0.963271 +4489.223633 0.000000 2061.837891 0.000000 0.971371 0.000000 0.237567 0.984730 0.984730 0.984730 +4521.023438 0.000000 2069.015137 0.000000 0.999948 0.000000 0.010195 0.999351 0.999351 0.999351 +4499.228027 0.000000 2037.974976 0.000000 0.964192 0.000000 -0.265205 1.028346 1.028346 1.028346 +4494.026855 0.000000 2034.125244 0.000000 0.993687 0.000000 0.112191 0.992843 0.992843 0.992843 +4529.640137 0.000000 2038.785645 0.000000 0.987318 0.000000 -0.158754 1.013971 1.013971 1.013971 +4490.762695 0.000000 2038.527222 0.000000 0.996280 0.000000 0.086169 0.992181 0.992181 0.992181 +4543.628906 0.000000 2034.741455 0.000000 0.999086 0.000000 -0.042749 1.004132 1.004132 1.004132 +4518.167480 0.000000 2045.093994 0.000000 0.996112 0.000000 0.088098 0.992666 0.992666 0.992666 +4482.988770 0.000000 2049.843994 0.000000 0.999968 0.000000 -0.007977 1.000723 1.000723 1.000723 +4482.948730 0.000000 2056.600342 0.000000 0.949582 0.000000 0.313520 0.979698 0.979698 0.979698 +4521.508789 0.000000 2045.811523 0.000000 0.866475 0.000000 -0.499220 1.033276 1.033276 1.033276 +4518.622070 0.000000 2067.613281 0.000000 0.884061 0.000000 0.467372 0.969040 0.969040 0.969040 +4523.391113 0.000000 2043.130005 0.000000 0.890603 0.000000 0.454781 0.969944 0.969944 0.969944 +4487.893555 0.000000 2061.390381 0.000000 0.937603 0.000000 0.347707 0.977392 0.977392 0.977392 +4491.154297 0.000000 2064.541992 0.000000 0.945037 0.000000 -0.326965 1.021205 1.021205 1.021205 +4522.464355 0.000000 2043.291382 0.000000 0.946524 0.000000 -0.322632 1.020913 1.020913 1.020913 +4512.645508 0.000000 2064.012695 0.000000 0.930792 0.000000 0.365548 0.976176 0.976176 0.976176 +4490.772949 0.000000 2067.226318 0.000000 0.895569 0.000000 -0.444923 1.030044 1.030044 1.030044 +4559.272949 0.000000 2055.355957 0.000000 0.999255 0.000000 -0.038595 0.508486 0.508486 0.508486 +4579.200195 0.000000 2046.234497 0.000000 0.966846 0.000000 0.255360 0.452327 0.452327 0.452327 +4583.299805 0.000000 2079.816895 0.000000 0.941920 0.000000 0.335837 0.438564 0.438564 0.438564 +4583.591309 0.000000 2075.273438 0.000000 0.995627 0.000000 -0.093416 0.516291 0.516291 0.516291 +4587.601562 0.000000 2086.337646 0.000000 0.965427 0.000000 -0.260672 0.543157 0.543157 0.543157 +4562.498535 0.000000 2037.255493 0.000000 0.943421 0.000000 0.331599 0.440890 0.440890 0.440890 +4587.659668 0.000000 2069.617188 0.000000 0.912285 0.000000 -0.409557 0.575059 0.575059 0.575059 +4577.641602 0.000000 2051.516113 0.000000 0.959455 0.000000 0.281861 0.457734 0.457734 0.457734 +4549.141602 0.000000 2058.943848 0.000000 0.966314 0.000000 -0.257367 0.540843 0.540843 0.540843 +4574.816895 0.000000 2047.875244 0.000000 0.883030 0.000000 -0.469317 0.575189 0.575189 0.575189 +4600.630371 0.000000 2086.892578 0.000000 0.991853 0.000000 0.127386 0.476322 0.476322 0.476322 +4550.475098 0.000000 2048.028076 0.000000 0.994296 0.000000 0.106651 0.483394 0.483394 0.483394 +4590.671387 0.000000 2079.892090 0.000000 0.949341 0.000000 -0.314249 0.549919 0.549919 0.549919 +4570.165527 0.000000 2041.695312 0.000000 0.982223 0.000000 -0.187715 0.529206 0.529206 0.529206 +4575.888672 0.000000 2054.981689 0.000000 0.923348 0.000000 -0.383963 0.566558 0.566558 0.566558 +4546.069824 0.000000 2058.259277 0.000000 0.871476 0.000000 -0.490438 0.647872 0.647872 0.647872 +4582.962402 0.000000 2077.617432 0.000000 0.969929 0.000000 0.243386 0.456267 0.456267 0.456267 +4594.103516 0.000000 2081.770508 0.000000 0.908449 0.000000 0.417995 0.425553 0.425553 0.425553 +4586.219238 0.000000 2079.652100 0.000000 0.980376 0.000000 -0.197135 0.529055 0.529055 0.529055 +4586.678223 0.000000 2071.612549 0.000000 0.998802 0.000000 -0.048932 0.508854 0.508854 0.508854 +4576.801270 0.000000 2061.752686 0.000000 0.983992 0.000000 0.178215 0.470679 0.470679 0.470679 +4572.979980 0.000000 2048.716553 0.000000 0.961659 0.000000 0.274248 0.506639 0.506639 0.506639 +4547.099121 0.000000 2060.139160 0.000000 0.931798 0.000000 -0.362977 0.560233 0.560233 0.560233 +4584.284180 0.000000 2071.904053 0.000000 0.938255 0.000000 0.345945 0.441927 0.441927 0.441927 +4563.236816 0.000000 2044.760620 0.000000 0.991484 0.000000 0.130230 0.548437 0.548437 0.548437 +4584.567383 0.000000 2068.120850 0.000000 0.996144 0.000000 0.087738 0.486150 0.486150 0.486150 +4579.093262 0.000000 2055.813721 0.000000 0.907622 0.000000 0.419789 0.432999 0.432999 0.432999 +4583.147461 0.000000 2070.340820 0.000000 0.984503 0.000000 0.175367 0.473661 0.473661 0.473661 +4583.260742 0.000000 2055.041504 0.000000 0.994576 0.000000 0.104011 0.482480 0.482480 0.482480 +4580.099609 0.000000 2071.755371 0.000000 0.884935 0.000000 0.465715 0.423261 0.423261 0.423261 +4556.251465 0.000000 2040.273560 0.000000 0.999586 0.000000 0.028767 0.603298 0.603298 0.603298 +4598.588867 0.000000 2086.620605 0.000000 0.984193 0.000000 -0.177100 0.529136 0.529136 0.529136 +4553.693359 0.000000 2042.500244 0.000000 0.939242 0.000000 -0.343254 0.698273 0.698273 0.698273 +4583.039551 0.000000 2073.599121 0.000000 0.903324 0.000000 -0.428959 0.573216 0.573216 0.573216 +4551.620605 0.000000 2039.666748 0.000000 0.961679 0.000000 0.274177 0.754310 0.754310 0.754310 +4575.632324 0.000000 2044.106323 0.000000 0.901565 0.000000 0.432644 0.426780 0.426780 0.426780 +4561.288086 0.000000 2038.518799 0.000000 0.997674 0.000000 0.068172 0.489448 0.489448 0.489448 +4562.929199 0.000000 2038.911743 0.000000 0.907805 0.000000 0.419392 0.435335 0.435335 0.435335 +4552.993164 0.000000 2036.564209 0.000000 0.934451 0.000000 -0.356092 0.745223 0.745223 0.745223 +4577.478516 0.000000 2063.458984 0.000000 0.999995 0.000000 -0.003171 0.500507 0.500507 0.500507 +4576.594727 0.000000 2053.075928 0.000000 0.980790 0.000000 -0.195064 0.529334 0.529334 0.529334 +4583.382324 0.000000 2067.055908 0.000000 0.999857 0.000000 -0.016886 0.615419 0.615419 0.615419 +4594.861328 0.000000 2088.955078 0.000000 0.999938 0.000000 -0.011107 0.722393 0.722393 0.722393 +4547.049316 0.000000 2045.708374 0.000000 0.961604 0.000000 -0.274440 0.555967 0.555967 0.555967 +4565.229004 0.000000 2047.529785 0.000000 0.991291 0.000000 0.131689 0.480464 0.480464 0.480464 +4544.016113 0.000000 2042.090088 0.000000 0.930369 0.000000 -0.366624 0.677208 0.677208 0.677208 +4554.378418 0.000000 2045.298828 0.000000 0.999542 0.000000 0.030277 0.544400 0.544400 0.544400 +4547.498047 0.000000 2034.195068 0.000000 0.964108 0.000000 -0.265510 1.029184 1.029184 1.029184 +4570.692383 0.000000 2045.888428 0.000000 0.999974 0.000000 -0.007183 0.648211 0.648211 0.648211 +4547.916016 0.000000 2038.050537 0.000000 0.997878 0.000000 -0.065110 0.882726 0.882726 0.882726 +4557.322266 0.000000 2038.034302 0.000000 0.867086 0.000000 0.498158 0.437311 0.437311 0.437311 +4545.657715 0.000000 2033.941284 0.000000 0.946314 0.000000 -0.323248 1.020955 1.020955 1.020955 +4545.945801 0.000000 2049.741211 0.000000 0.930723 0.000000 0.365724 0.491902 0.491902 0.491902 +4567.035156 0.000000 2043.874634 0.000000 0.962163 0.000000 -0.272474 0.755592 0.755592 0.755592 +4581.210449 0.000000 2065.519043 0.000000 0.971100 0.000000 0.238674 0.593888 0.593888 0.593888 +4590.236328 0.000000 2089.293945 0.000000 0.969747 0.000000 -0.244112 0.641806 0.641806 0.641806 +4564.600586 0.000000 2044.459473 0.000000 0.964924 0.000000 -0.262531 0.644807 0.644807 0.644807 +4549.475098 0.000000 2041.713745 0.000000 0.995910 0.000000 0.090349 0.740221 0.740221 0.740221 +4545.323730 0.000000 2039.494873 0.000000 0.972793 0.000000 -0.231675 0.904263 0.904263 0.904263 +4590.953613 0.000000 2086.837158 0.000000 0.974785 0.000000 0.223147 0.630373 0.630373 0.630373 +4558.755859 0.000000 2042.885620 0.000000 0.996155 0.000000 -0.087604 0.641425 0.641425 0.641425 +4546.058594 0.000000 2051.876953 0.000000 0.999420 0.000000 -0.034047 0.667250 0.667250 0.667250 +4588.655273 0.000000 2085.362793 0.000000 0.906621 0.000000 0.421946 0.548532 0.548532 0.548532 +4548.788086 0.000000 2055.938232 0.000000 0.950084 0.000000 -0.311993 0.737646 0.737646 0.737646 +4592.056641 0.000000 2084.644287 0.000000 0.908631 0.000000 0.417599 0.592370 0.592370 0.592370 +4590.797363 0.000000 2085.240723 0.000000 0.871443 0.000000 0.490497 0.612958 0.612958 0.612958 +4549.529297 0.000000 2036.927490 0.000000 0.948363 0.000000 -0.317188 0.960916 0.960916 0.960916 +4592.248535 0.000000 2087.242920 0.000000 0.940742 0.000000 -0.339124 0.786605 0.786605 0.786605 +4548.727051 0.000000 2040.688354 0.000000 0.973253 0.000000 -0.229734 0.792516 0.792516 0.792516 +4548.601562 0.000000 2034.760986 0.000000 0.922471 0.000000 -0.386068 1.046341 1.046341 1.046341 +4547.510254 0.000000 2040.711548 0.000000 0.878978 0.000000 -0.476861 0.854958 0.854958 0.854958 +4547.610840 0.000000 2035.419312 0.000000 0.937071 0.000000 -0.349139 1.038732 1.038732 1.038732 +4545.375488 0.000000 2035.829468 0.000000 0.999981 0.000000 0.006169 0.999413 0.999413 0.999413 +4483.820801 0.000000 2103.727295 0.000000 0.996140 0.000000 0.087782 0.482325 0.482325 0.482325 +4493.099609 0.000000 2109.698486 0.000000 0.997429 0.000000 0.071667 0.485629 0.485629 0.485629 +4487.408691 0.000000 2107.759277 0.000000 0.972895 0.000000 0.231248 0.453771 0.453771 0.453771 +4483.913086 0.000000 2100.858398 0.000000 0.906718 0.000000 -0.421738 0.583637 0.583637 0.583637 +4493.487793 0.000000 2099.938477 0.000000 0.992114 0.000000 -0.125335 0.524236 0.524236 0.524236 +4482.199219 0.000000 2097.034180 0.000000 0.976716 0.000000 -0.214538 0.539433 0.539433 0.539433 +4484.035156 0.000000 2096.141602 0.000000 0.936656 0.000000 -0.350252 0.558560 0.558560 0.558560 +4487.620605 0.000000 2096.151123 0.000000 0.939458 0.000000 0.342664 0.448527 0.448527 0.448527 +4494.749512 0.000000 2089.952881 0.000000 0.890900 0.000000 0.454199 0.477095 0.477095 0.477095 +4491.316406 0.000000 2090.838867 0.000000 0.950099 0.000000 -0.311948 0.820992 0.820992 0.820992 +4488.993164 0.000000 2093.048584 0.000000 0.980800 0.000000 -0.195015 0.742653 0.742653 0.742653 +4605.292480 0.000000 2102.480957 0.000000 0.980062 0.000000 -0.198693 0.543071 0.543071 0.543071 +4601.460938 0.000000 2090.025146 0.000000 0.970209 0.000000 -0.242270 0.540046 0.540046 0.540046 +4603.739258 0.000000 2094.428467 0.000000 0.943772 0.000000 -0.330598 0.559682 0.559682 0.559682 +4598.385254 0.000000 2093.830811 0.000000 0.999946 0.000000 0.010390 0.527850 0.527850 0.527850 +4598.255859 0.000000 2098.681885 0.000000 0.912798 0.000000 -0.408412 0.568219 0.568219 0.568219 +4594.317871 0.000000 2094.375000 0.000000 0.913358 0.000000 0.407158 0.434830 0.434830 0.434830 +4588.016602 0.000000 2091.670410 0.000000 0.971363 0.000000 0.237599 0.459125 0.459125 0.459125 +4592.748535 0.000000 2091.334229 0.000000 0.871568 0.000000 -0.490275 0.658125 0.658125 0.658125 +4597.071289 0.000000 2094.663086 0.000000 0.926405 0.000000 -0.376529 0.607913 0.607913 0.607913 +4599.353516 0.000000 2097.065674 0.000000 0.905176 0.000000 0.425036 0.435720 0.435720 0.435720 "} object={ name="palm_dense_generator_2_2" @@ -602,7 +3023,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_palm_03_mesh" - count=282 + count=1402 transform="504.732361 0.000000 726.369568 0.000000 0.864211 0.000000 -0.503129 0.964230 0.964230 0.964230 502.610565 0.000000 727.725769 0.000000 0.657434 0.000000 -0.753512 1.111078 1.111078 1.111078 461.299561 0.000000 745.763550 0.000000 0.529819 0.000000 -0.848110 1.064452 1.064452 1.064452 @@ -885,4 +3306,1124 @@ object={ 560.317139 0.000000 1962.200073 0.000000 0.536744 0.000000 -0.843745 1.080478 1.080478 1.080478 547.060913 0.000000 1975.785645 0.000000 0.642348 0.000000 -0.766413 1.057958 1.057958 1.057958 549.869934 0.000000 1973.396851 0.000000 0.142567 0.000000 -0.989785 1.091247 1.091247 1.091247 +5579.959473 0.000000 895.756470 0.000000 0.560933 0.000000 -0.827861 0.712927 0.712927 0.712927 +5565.658691 0.000000 939.065735 0.000000 0.814286 0.000000 -0.580464 0.633816 0.633816 0.633816 +5553.519043 0.000000 966.564026 0.000000 0.236364 0.000000 -0.971665 0.791842 0.791842 0.791842 +5589.705078 0.000000 987.102051 0.000000 0.483542 0.000000 -0.875321 0.736747 0.736747 0.736747 +5575.671387 0.000000 985.090942 0.000000 0.377704 0.000000 -0.925926 0.761927 0.761927 0.761927 +5662.236816 0.000000 1069.248657 0.000000 0.684378 0.000000 -0.729128 0.678992 0.678992 0.678992 +5754.807129 0.000000 1192.826416 0.000000 0.799088 0.000000 -0.601215 0.642272 0.642272 0.642272 +5727.453613 0.000000 1202.901978 0.000000 0.291552 0.000000 -0.956555 0.782170 0.782170 0.782170 +5751.638184 0.000000 1201.915283 0.000000 0.357135 0.000000 -0.934053 0.764113 0.764113 0.764113 +5745.519043 0.000000 1192.501465 0.000000 0.707558 0.000000 -0.706655 0.672507 0.672507 0.672507 +5759.958008 0.000000 1207.070923 0.000000 0.353898 0.000000 -0.935284 0.766682 0.766682 0.766682 +5733.432617 0.000000 1197.198975 0.000000 0.242062 0.000000 -0.970261 0.791550 0.791550 0.791550 +5744.541992 0.000000 1208.757080 0.000000 0.104510 0.000000 -0.994524 0.822278 0.822278 0.822278 +5774.873047 0.000000 1137.734619 0.000000 0.689040 0.000000 -0.724723 0.673337 0.673337 0.673337 +5771.929688 0.000000 1141.693359 0.000000 0.528072 0.000000 -0.849200 0.712364 0.712364 0.712364 +5770.351562 0.000000 1150.566406 0.000000 0.599539 0.000000 -0.800345 0.697016 0.697016 0.697016 +5782.937012 0.000000 1144.114868 0.000000 0.848082 0.000000 -0.529865 0.619829 0.619829 0.619829 +5772.978516 0.000000 1186.907837 0.000000 0.252558 0.000000 -0.967582 0.791139 0.791139 0.791139 +5775.130859 0.000000 1225.543701 0.000000 0.190838 0.000000 -0.981622 0.805150 0.805150 0.805150 +5786.979980 0.000000 1228.004639 0.000000 0.669874 0.000000 -0.742475 0.685190 0.685190 0.685190 +4472.346680 0.000000 1942.669678 0.000000 0.177994 0.000000 -0.984031 0.753835 0.753835 0.753835 +4475.815430 0.000000 1939.188599 0.000000 0.018847 0.000000 -0.999822 0.751650 0.751650 0.751650 +4473.814453 0.000000 1939.311157 0.000000 0.496255 0.000000 -0.868177 0.674442 0.674442 0.674442 +4476.312988 0.000000 1944.223633 0.000000 0.803894 0.000000 -0.594773 0.601856 0.601856 0.601856 +4452.276367 0.000000 2010.199829 0.000000 0.043453 0.000000 -0.999055 0.826588 0.826588 0.826588 +4457.656250 0.000000 2017.062866 0.000000 0.561960 0.000000 -0.827164 0.686393 0.686393 0.686393 +4461.836426 0.000000 2029.585938 0.000000 0.049122 0.000000 -0.998793 0.758134 0.758134 0.758134 +4476.034180 0.000000 2024.776367 0.000000 0.180588 0.000000 -0.983559 0.875136 0.875136 0.875136 +4478.854492 0.000000 2003.536499 0.000000 0.309794 0.000000 -0.950804 0.713978 0.713978 0.713978 +4465.909180 0.000000 2008.794434 0.000000 0.631335 0.000000 -0.775510 0.716466 0.716466 0.716466 +4468.777832 0.000000 2009.901123 0.000000 0.858405 0.000000 -0.512973 0.778453 0.778453 0.778453 +4472.427734 0.000000 2028.824097 0.000000 0.851581 0.000000 -0.524223 0.892631 0.892631 0.892631 +4467.609375 0.000000 2012.302368 0.000000 0.774742 0.000000 -0.632277 1.082538 1.082538 1.082538 +4470.280273 0.000000 2023.532471 0.000000 0.003646 0.000000 -0.999993 1.212183 1.212183 1.212183 +4473.993164 0.000000 2013.548950 0.000000 0.839499 0.000000 -0.543361 1.051198 1.051198 1.051198 +4466.908203 0.000000 2015.718994 0.000000 0.533109 0.000000 -0.846047 1.077801 1.077801 1.077801 +4470.904297 0.000000 2013.261353 0.000000 0.773699 0.000000 -0.633553 1.057042 1.057042 1.057042 +4470.203613 0.000000 2017.283569 0.000000 0.057810 0.000000 -0.998328 1.098584 1.098584 1.098584 +4478.871094 0.000000 2020.463623 0.000000 0.337160 0.000000 -0.941447 0.702479 0.702479 0.702479 +4462.671387 0.000000 2010.489746 0.000000 0.349601 0.000000 -0.936899 0.867521 0.867521 0.867521 +4462.236328 0.000000 2032.809570 0.000000 0.753526 0.000000 -0.657419 0.880984 0.880984 0.880984 +4474.669922 0.000000 2032.690918 0.000000 0.593625 0.000000 -0.804742 0.977565 0.977565 0.977565 +4463.960449 0.000000 2019.904907 0.000000 0.046464 0.000000 -0.998920 1.075936 1.075936 1.075936 +4473.187988 0.000000 2008.438477 0.000000 0.366707 0.000000 -0.930337 0.982105 0.982105 0.982105 +4466.362305 0.000000 2011.650757 0.000000 0.840444 0.000000 -0.541898 0.947991 0.947991 0.947991 +4467.649902 0.000000 2029.574707 0.000000 0.166748 0.000000 -0.986000 0.982608 0.982608 0.982608 +4470.834961 0.000000 2014.627686 0.000000 0.441704 0.000000 -0.897161 1.070875 1.070875 1.070875 +4465.244629 0.000000 2014.005371 0.000000 0.203469 0.000000 -0.979081 1.181072 1.181072 1.181072 +4472.732422 0.000000 2025.510132 0.000000 0.561232 0.000000 -0.827658 0.941804 0.941804 0.941804 +4460.222168 0.000000 2010.338989 0.000000 0.832138 0.000000 -0.554569 0.786425 0.786425 0.786425 +4468.601074 0.000000 2027.890747 0.000000 0.464033 0.000000 -0.885818 0.945873 0.945873 0.945873 +4472.862793 0.000000 2011.076050 0.000000 0.764991 0.000000 -0.644041 1.094862 1.094862 1.094862 +4464.056641 0.000000 2028.159912 0.000000 0.351421 0.000000 -0.936217 0.877394 0.877394 0.877394 +4474.406250 0.000000 2016.033447 0.000000 0.669970 0.000000 -0.742388 1.078669 1.078669 1.078669 +4477.145996 0.000000 2018.632324 0.000000 0.190576 0.000000 -0.981673 0.904465 0.904465 0.904465 +4462.269531 0.000000 2012.254761 0.000000 0.077718 0.000000 -0.996975 1.084161 1.084161 1.084161 +4464.177246 0.000000 2014.995117 0.000000 0.766583 0.000000 -0.642145 1.092438 1.092438 1.092438 +4468.147949 0.000000 2032.115356 0.000000 0.233553 0.000000 -0.972344 1.104991 1.104991 1.104991 +4469.881348 0.000000 2019.112793 0.000000 0.267810 0.000000 -0.963472 1.082740 1.082740 1.082740 +4475.539551 0.000000 2029.487793 0.000000 0.590466 0.000000 -0.807062 0.858313 0.858313 0.858313 +4466.163574 0.000000 2023.928711 0.000000 0.544237 0.000000 -0.838932 1.032473 1.032473 1.032473 +4471.338379 0.000000 2009.477295 0.000000 0.496025 0.000000 -0.868308 0.915900 0.915900 0.915900 +4470.205566 0.000000 2012.166382 0.000000 0.438261 0.000000 -0.898848 1.092873 1.092873 1.092873 +4465.121094 0.000000 2028.861206 0.000000 0.138160 0.000000 -0.990410 0.913062 0.913062 0.913062 +4474.264648 0.000000 2027.591064 0.000000 0.623429 0.000000 -0.781880 0.856538 0.856538 0.856538 +4466.448730 0.000000 2020.177979 0.000000 0.308436 0.000000 -0.951245 1.176085 1.176085 1.176085 +4465.639160 0.000000 2032.709839 0.000000 0.213101 0.000000 -0.977030 1.138818 1.138818 1.138818 +4466.113770 0.000000 2022.708496 0.000000 0.838612 0.000000 -0.544729 0.967174 0.967174 0.967174 +4470.847168 0.000000 2019.815063 0.000000 0.528468 0.000000 -0.848953 1.087337 1.087337 1.087337 +4471.669922 0.000000 2010.617798 0.000000 0.377976 0.000000 -0.925815 1.156851 1.156851 1.156851 +4471.533691 0.000000 2030.908691 0.000000 0.276839 0.000000 -0.960916 1.163319 1.163319 1.163319 +4473.653809 0.000000 2029.793579 0.000000 0.754566 0.000000 -0.656224 0.918996 0.918996 0.918996 +4460.563965 0.000000 2016.672974 0.000000 0.379912 0.000000 -0.925023 1.052619 1.052619 1.052619 +4465.638184 0.000000 2018.041748 0.000000 0.378423 0.000000 -0.925633 1.137623 1.137623 1.137623 +4473.484375 0.000000 2017.968994 0.000000 0.474960 0.000000 -0.880008 1.110394 1.110394 1.110394 +4471.218262 0.000000 2029.089600 0.000000 0.672733 0.000000 -0.739885 0.998088 0.998088 0.998088 +4471.347168 0.000000 2033.004395 0.000000 0.774712 0.000000 -0.632315 1.056909 1.056909 1.056909 +4471.038086 0.000000 2024.953247 0.000000 0.729277 0.000000 -0.684219 0.971840 0.971840 0.971840 +4466.433594 0.000000 2014.711670 0.000000 0.792033 0.000000 -0.610478 1.050657 1.050657 1.050657 +4469.139160 0.000000 2016.948120 0.000000 0.782953 0.000000 -0.622081 1.042742 1.042742 1.042742 +4470.227051 0.000000 2031.121338 0.000000 0.237047 0.000000 -0.971498 1.168531 1.168531 1.168531 +4467.848633 0.000000 2013.628296 0.000000 0.151544 0.000000 -0.988451 1.171067 1.171067 1.171067 +4469.109375 0.000000 2021.228149 0.000000 0.171714 0.000000 -0.985147 1.145564 1.145564 1.145564 +4473.056152 0.000000 2013.356689 0.000000 0.560141 0.000000 -0.828397 1.087009 1.087009 1.087009 +4538.511719 0.000000 1940.978760 0.000000 0.058934 0.000000 -0.998262 0.823273 0.823273 0.823273 +4486.424805 0.000000 1940.828857 0.000000 0.689779 0.000000 -0.724020 0.671300 0.671300 0.671300 +4516.029297 0.000000 1939.021484 0.000000 0.521506 0.000000 -0.853247 0.694074 0.694074 0.694074 +4538.637207 0.000000 1947.402466 0.000000 0.659155 0.000000 -0.752007 0.650756 0.650756 0.650756 +4488.173828 0.000000 1942.735107 0.000000 0.170422 0.000000 -0.985371 0.734274 0.734274 0.734274 +4484.384766 0.000000 1971.241455 0.000000 0.273729 0.000000 -0.961807 0.708778 0.708778 0.708778 +4493.872070 0.000000 1948.871216 0.000000 0.638789 0.000000 -0.769382 0.659443 0.659443 0.659443 +4504.077637 0.000000 1929.865234 0.000000 0.530149 0.000000 -0.847905 0.682291 0.682291 0.682291 +4506.165527 0.000000 1928.726562 0.000000 0.475310 0.000000 -0.879818 0.680834 0.680834 0.680834 +4495.228516 0.000000 1947.480957 0.000000 0.558893 0.000000 -0.829240 0.854606 0.854606 0.854606 +4495.325195 0.000000 1955.477173 0.000000 0.508251 0.000000 -0.861209 0.663133 0.663133 0.663133 +4529.909180 0.000000 1952.310059 0.000000 0.736761 0.000000 -0.676154 0.609835 0.609835 0.609835 +4509.418457 0.000000 1970.466309 0.000000 0.713396 0.000000 -0.700761 0.880897 0.880897 0.880897 +4490.704590 0.000000 1943.211304 0.000000 0.339300 0.000000 -0.940678 0.713445 0.713445 0.713445 +4532.072754 0.000000 1968.971924 0.000000 0.767929 0.000000 -0.640535 0.934587 0.934587 0.934587 +4514.087402 0.000000 1945.523926 0.000000 0.240848 0.000000 -0.970563 0.946081 0.946081 0.946081 +4510.652344 0.000000 1932.554077 0.000000 0.008289 0.000000 -0.999966 1.095154 1.095154 1.095154 +4507.877441 0.000000 1931.959595 0.000000 0.454332 0.000000 -0.890832 0.828542 0.828542 0.828542 +4517.294434 0.000000 1965.424927 0.000000 0.640139 0.000000 -0.768259 0.940057 0.940057 0.940057 +4522.442383 0.000000 1948.519531 0.000000 0.297847 0.000000 -0.954614 0.687616 0.687616 0.687616 +4515.619629 0.000000 1962.375610 0.000000 0.221051 0.000000 -0.975262 1.043368 1.043368 1.043368 +4523.722656 0.000000 1975.791992 0.000000 0.220817 0.000000 -0.975315 1.108694 1.108694 1.108694 +4511.632324 0.000000 1931.137573 0.000000 0.253350 0.000000 -0.967375 0.749575 0.749575 0.749575 +4494.389648 0.000000 1958.253174 0.000000 0.661980 0.000000 -0.749522 0.977442 0.977442 0.977442 +4523.765137 0.000000 1949.753052 0.000000 0.781089 0.000000 -0.624419 0.599756 0.599756 0.599756 +4493.317383 0.000000 1973.696045 0.000000 0.756700 0.000000 -0.653762 0.983840 0.983840 0.983840 +4499.881836 0.000000 1959.006226 0.000000 0.192173 0.000000 -0.981361 1.006824 1.006824 1.006824 +4504.891602 0.000000 1966.823853 0.000000 0.841793 0.000000 -0.539800 0.847427 0.847427 0.847427 +4493.306641 0.000000 1945.020264 0.000000 0.607174 0.000000 -0.794569 0.639274 0.639274 0.639274 +4504.204102 0.000000 1964.996216 0.000000 0.523101 0.000000 -0.852271 1.009404 1.009404 1.009404 +4539.964844 0.000000 1971.770508 0.000000 0.351674 0.000000 -0.936123 1.133678 1.133678 1.133678 +4510.924805 0.000000 1959.773560 0.000000 0.768980 0.000000 -0.639273 1.092792 1.092792 1.092792 +4496.024902 0.000000 1961.887329 0.000000 0.826325 0.000000 -0.563194 0.871331 0.871331 0.871331 +4493.642090 0.000000 1942.120361 0.000000 0.523398 0.000000 -0.852089 0.731694 0.731694 0.731694 +4532.122559 0.000000 1958.133911 0.000000 0.067047 0.000000 -0.997750 0.984447 0.984447 0.984447 +4517.577148 0.000000 1968.637329 0.000000 0.172807 0.000000 -0.984956 0.971980 0.971980 0.971980 +4521.936523 0.000000 1973.565186 0.000000 0.344172 0.000000 -0.938907 1.071732 1.071732 1.071732 +4491.049316 0.000000 1970.349609 0.000000 0.522462 0.000000 -0.852662 1.080217 1.080217 1.080217 +4508.266602 0.000000 1957.835938 0.000000 0.543297 0.000000 -0.839540 1.114183 1.114183 1.114183 +4517.366211 0.000000 1972.168457 0.000000 0.527061 0.000000 -0.849827 1.035641 1.035641 1.035641 +4505.935547 0.000000 1960.871338 0.000000 0.234141 0.000000 -0.972203 1.171466 1.171466 1.171466 +4498.010742 0.000000 1971.001831 0.000000 0.604906 0.000000 -0.796297 1.124851 1.124851 1.124851 +4531.609375 0.000000 1955.817993 0.000000 0.230285 0.000000 -0.973123 0.792090 0.792090 0.792090 +4513.699219 0.000000 1933.899048 0.000000 0.259304 0.000000 -0.965796 0.781938 0.781938 0.781938 +4504.030273 0.000000 1933.773926 0.000000 0.013952 0.000000 -0.999903 1.203308 1.203308 1.203308 +4543.025879 0.000000 1969.833862 0.000000 0.673074 0.000000 -0.739575 1.069357 1.069357 1.069357 +4518.078125 0.000000 1962.098389 0.000000 0.030167 0.000000 -0.999545 1.125795 1.125795 1.125795 +4490.331055 0.000000 1965.805054 0.000000 0.429624 0.000000 -0.903008 1.117099 1.117099 1.117099 +4520.653320 0.000000 1966.111328 0.000000 0.130108 0.000000 -0.991500 1.118662 1.118662 1.118662 +4502.444824 0.000000 1972.167603 0.000000 0.705210 0.000000 -0.708998 0.977291 0.977291 0.977291 +4496.485352 0.000000 1945.580933 0.000000 0.561328 0.000000 -0.827594 1.098563 1.098563 1.098563 +4514.837891 0.000000 1968.560181 0.000000 0.202633 0.000000 -0.979255 0.967049 0.967049 0.967049 +4537.993164 0.000000 1957.064575 0.000000 0.166103 0.000000 -0.986108 1.100382 1.100382 1.100382 +4509.264648 0.000000 1967.250000 0.000000 0.494253 0.000000 -0.869318 0.747700 0.747700 0.747700 +4495.453125 0.000000 1969.443970 0.000000 0.442665 0.000000 -0.896687 1.099129 1.099129 1.099129 +4530.908203 0.000000 1959.234619 0.000000 0.000660 0.000000 -1.000000 0.975654 0.975654 0.975654 +4542.913574 0.000000 1966.507324 0.000000 0.135018 0.000000 -0.990843 1.158646 1.158646 1.158646 +4541.976074 0.000000 1961.154541 0.000000 0.303383 0.000000 -0.952869 1.149232 1.149232 1.149232 +4506.062500 0.000000 1947.506348 0.000000 0.033142 0.000000 -0.999451 1.097890 1.097890 1.097890 +4495.446289 0.000000 1936.486816 0.000000 0.043820 0.000000 -0.999039 0.832590 0.832590 0.832590 +4505.909180 0.000000 1937.555054 0.000000 0.601504 0.000000 -0.798870 1.058914 1.058914 1.058914 +4501.894043 0.000000 1973.742554 0.000000 0.809915 0.000000 -0.586547 0.975074 0.975074 0.975074 +4534.238281 0.000000 1976.830811 0.000000 0.522853 0.000000 -0.852423 1.000343 1.000343 1.000343 +4498.425781 0.000000 1969.320923 0.000000 0.067494 0.000000 -0.997720 1.156497 1.156497 1.156497 +4507.529297 0.000000 1951.154663 0.000000 0.318107 0.000000 -0.948055 1.079391 1.079391 1.079391 +4508.743164 0.000000 1949.081787 0.000000 0.586928 0.000000 -0.809639 1.060067 1.060067 1.060067 +4498.172363 0.000000 1945.616089 0.000000 0.711031 0.000000 -0.703161 1.049646 1.049646 1.049646 +4543.883789 0.000000 1959.208252 0.000000 0.824670 0.000000 -0.565614 1.081497 1.081497 1.081497 +4507.322754 0.000000 1944.938721 0.000000 0.550573 0.000000 -0.834787 1.062882 1.062882 1.062882 +4503.838867 0.000000 1951.492432 0.000000 0.305038 0.000000 -0.952340 1.085932 1.085932 1.085932 +4542.871094 0.000000 1963.979248 0.000000 0.283276 0.000000 -0.959038 1.156273 1.156273 1.156273 +4502.404297 0.000000 1946.084106 0.000000 0.339406 0.000000 -0.940640 1.077955 1.077955 1.077955 +4499.521973 0.000000 1952.244385 0.000000 0.627729 0.000000 -0.778432 0.918900 0.918900 0.918900 +4512.754395 0.000000 1970.969727 0.000000 0.349439 0.000000 -0.936959 0.980397 0.980397 0.980397 +4503.062012 0.000000 1936.590454 0.000000 0.517554 0.000000 -0.855651 1.065369 1.065369 1.065369 +4507.304688 0.000000 1965.607422 0.000000 0.515521 0.000000 -0.856877 0.877890 0.877890 0.877890 +4520.074707 0.000000 1952.801636 0.000000 0.363100 0.000000 -0.931750 0.996709 0.996709 0.996709 +4521.033691 0.000000 1961.905518 0.000000 0.816671 0.000000 -0.577103 1.000875 1.000875 1.000875 +4506.283691 0.000000 1967.014648 0.000000 0.454645 0.000000 -0.890673 0.802504 0.802504 0.802504 +4522.601562 0.000000 1972.317383 0.000000 0.333753 0.000000 -0.942661 1.064741 1.064741 1.064741 +4517.210449 0.000000 1952.550293 0.000000 0.154029 0.000000 -0.988066 1.168643 1.168643 1.168643 +4510.348145 0.000000 1950.807129 0.000000 0.625363 0.000000 -0.780334 1.056990 1.056990 1.056990 +4504.230957 0.000000 1935.477539 0.000000 0.724313 0.000000 -0.689472 1.048431 1.048431 1.048431 +4538.093750 0.000000 1950.905640 0.000000 0.405108 0.000000 -0.914269 0.784767 0.784767 0.784767 +4520.675293 0.000000 1967.509033 0.000000 0.419347 0.000000 -0.907826 1.072159 1.072159 1.072159 +4500.314941 0.000000 1947.374390 0.000000 0.626210 0.000000 -0.779654 1.056921 1.056921 1.056921 +4517.805176 0.000000 1975.995483 0.000000 0.255025 0.000000 -0.966935 1.140513 1.140513 1.140513 +4543.974609 0.000000 1952.000122 0.000000 0.623420 0.000000 -0.781887 1.008235 1.008235 1.008235 +4514.937988 0.000000 1950.973755 0.000000 0.437766 0.000000 -0.899089 1.099615 1.099615 1.099615 +4509.209473 0.000000 1976.429932 0.000000 0.089858 0.000000 -0.995955 1.163035 1.163035 1.163035 +4527.221680 0.000000 1961.171021 0.000000 0.851313 0.000000 -0.524659 0.958814 0.958814 0.958814 +4505.534668 0.000000 1930.030762 0.000000 0.560134 0.000000 -0.828402 0.724915 0.724915 0.724915 +4525.684570 0.000000 1963.379517 0.000000 0.294890 0.000000 -0.955531 1.142486 1.142486 1.142486 +4530.362305 0.000000 1955.166382 0.000000 0.523991 0.000000 -0.851724 0.742310 0.742310 0.742310 +4517.886230 0.000000 1966.640503 0.000000 0.820774 0.000000 -0.571253 0.882536 0.882536 0.882536 +4519.243164 0.000000 1971.369019 0.000000 0.082445 0.000000 -0.996596 1.083411 1.083411 1.083411 +4511.813965 0.000000 1943.507202 0.000000 0.081652 0.000000 -0.996661 1.094796 1.094796 1.094796 +4493.763672 0.000000 1975.106934 0.000000 0.102814 0.000000 -0.994701 0.944114 0.944114 0.944114 +4543.314453 0.000000 1948.381592 0.000000 0.762359 0.000000 -0.647154 0.775142 0.775142 0.775142 +4500.958984 0.000000 1946.138550 0.000000 0.445019 0.000000 -0.895521 1.070639 1.070639 1.070639 +4511.902832 0.000000 1935.752441 0.000000 0.840793 0.000000 -0.541357 1.053556 1.053556 1.053556 +4541.367188 0.000000 1971.604492 0.000000 0.508170 0.000000 -0.861257 1.120708 1.120708 1.120708 +4524.208984 0.000000 1974.555298 0.000000 0.855484 0.000000 -0.517829 0.952892 0.952892 0.952892 +4502.619629 0.000000 1953.989868 0.000000 0.323316 0.000000 -0.946291 1.142273 1.142273 1.142273 +4500.708984 0.000000 1964.034180 0.000000 0.511437 0.000000 -0.859321 1.113835 1.113835 1.113835 +4536.732422 0.000000 1969.025757 0.000000 0.421341 0.000000 -0.906902 1.084738 1.084738 1.084738 +4525.556641 0.000000 1966.111938 0.000000 0.743946 0.000000 -0.668240 1.063290 1.063290 1.063290 +4513.632324 0.000000 1974.278198 0.000000 0.387278 0.000000 -0.921963 1.153759 1.153759 1.153759 +4518.464355 0.000000 1963.362793 0.000000 0.069399 0.000000 -0.997589 1.119713 1.119713 1.119713 +4522.783691 0.000000 1953.275024 0.000000 0.482100 0.000000 -0.876116 0.903869 0.903869 0.903869 +4523.818848 0.000000 1957.970581 0.000000 0.836288 0.000000 -0.548290 0.901983 0.901983 0.901983 +4532.601074 0.000000 1971.406372 0.000000 0.627949 0.000000 -0.778255 0.956681 0.956681 0.956681 +4542.499512 0.000000 1949.857300 0.000000 0.141773 0.000000 -0.989899 0.891878 0.891878 0.891878 +4542.841797 0.000000 1975.000977 0.000000 0.835482 0.000000 -0.549518 1.081483 1.081483 1.081483 +4522.913086 0.000000 1974.468994 0.000000 0.723013 0.000000 -0.690835 1.018910 1.018910 1.018910 +4522.351562 0.000000 1969.557129 0.000000 0.828256 0.000000 -0.560350 1.006916 1.006916 1.006916 +4507.430664 0.000000 1961.103394 0.000000 0.440871 0.000000 -0.897571 1.072824 1.072824 1.072824 +4504.136230 0.000000 1940.882935 0.000000 0.690967 0.000000 -0.722886 1.051437 1.051437 1.051437 +4529.743164 0.000000 1960.114502 0.000000 0.256577 0.000000 -0.966524 1.033012 1.033012 1.033012 +4531.748047 0.000000 1961.924072 0.000000 0.775128 0.000000 -0.631804 0.870718 0.870718 0.870718 +4528.896973 0.000000 1968.079224 0.000000 0.303993 0.000000 -0.952674 1.069646 1.069646 1.069646 +4502.048340 0.000000 1943.581665 0.000000 0.676126 0.000000 -0.736786 1.052732 1.052732 1.052732 +4510.985352 0.000000 1969.512695 0.000000 0.163362 0.000000 -0.986566 0.898690 0.898690 0.898690 +4502.709473 0.000000 1940.430786 0.000000 0.036273 0.000000 -0.999342 1.097690 1.097690 1.097690 +4540.439453 0.000000 1969.521729 0.000000 0.836016 0.000000 -0.548705 1.054609 1.054609 1.054609 +4529.121094 0.000000 1972.376831 0.000000 0.741167 0.000000 -0.671321 0.945792 0.945792 0.945792 +4511.826172 0.000000 1972.044556 0.000000 0.060522 0.000000 -0.998167 1.161849 1.161849 1.161849 +4537.099121 0.000000 1967.470825 0.000000 0.496130 0.000000 -0.868248 1.041249 1.041249 1.041249 +4507.792969 0.000000 1949.909546 0.000000 0.428655 0.000000 -0.903468 1.071797 1.071797 1.071797 +4524.614746 0.000000 1969.725342 0.000000 0.507857 0.000000 -0.861441 1.087063 1.087063 1.087063 +4506.372559 0.000000 1973.325562 0.000000 0.473920 0.000000 -0.880568 0.981726 0.981726 0.981726 +4530.448730 0.000000 1963.693604 0.000000 0.771955 0.000000 -0.635677 0.890804 0.890804 0.890804 +4526.644531 0.000000 1965.464966 0.000000 0.447251 0.000000 -0.894409 1.118366 1.118366 1.118366 +4509.817383 0.000000 1960.348267 0.000000 0.072637 0.000000 -0.997358 1.076186 1.076186 1.076186 +4515.061035 0.000000 1975.785645 0.000000 0.512796 0.000000 -0.858511 1.128210 1.128210 1.128210 +4523.276855 0.000000 1965.955322 0.000000 0.402865 0.000000 -0.915259 1.133763 1.133763 1.133763 +4524.898438 0.000000 1976.329590 0.000000 0.256758 0.000000 -0.966476 1.055398 1.055398 1.055398 +4517.123047 0.000000 1959.630737 0.000000 0.066039 0.000000 -0.997817 1.180589 1.180589 1.180589 +4494.943359 0.000000 1961.063354 0.000000 0.798270 0.000000 -0.602300 0.874302 0.874302 0.874302 +4510.762207 0.000000 1942.637329 0.000000 0.341419 0.000000 -0.939911 1.077818 1.077818 1.077818 +4537.239746 0.000000 1963.798096 0.000000 0.329028 0.000000 -0.944320 1.020904 1.020904 1.020904 +4525.494141 0.000000 1962.109131 0.000000 0.322038 0.000000 -0.946727 1.138298 1.138298 1.138298 +4536.311035 0.000000 1965.120850 0.000000 0.433646 0.000000 -0.901084 1.025528 1.025528 1.025528 +4527.731934 0.000000 1967.567505 0.000000 0.439172 0.000000 -0.898403 1.086013 1.086013 1.086013 +4499.222656 0.000000 1962.301758 0.000000 0.803570 0.000000 -0.595211 1.074965 1.074965 1.074965 +4511.082031 0.000000 1956.616455 0.000000 0.050689 0.000000 -0.998715 1.155973 1.155973 1.155973 +4521.168457 0.000000 1952.026123 0.000000 0.124888 0.000000 -0.992171 1.036317 1.036317 1.036317 +4495.939941 0.000000 1975.166626 0.000000 0.778226 0.000000 -0.627985 0.860221 0.860221 0.860221 +4501.042969 0.000000 1948.372681 0.000000 0.860754 0.000000 -0.509021 1.036398 1.036398 1.036398 +4519.513672 0.000000 1975.110840 0.000000 0.555403 0.000000 -0.831581 1.061298 1.061298 1.061298 +4514.421875 0.000000 1956.960693 0.000000 0.673994 0.000000 -0.738737 1.090268 1.090268 1.090268 +4512.813965 0.000000 1958.323486 0.000000 0.135484 0.000000 -0.990780 1.175174 1.175174 1.175174 +4518.706543 0.000000 1965.804932 0.000000 0.523974 0.000000 -0.851734 1.022792 1.022792 1.022792 +4509.463379 0.000000 1946.544800 0.000000 0.819501 0.000000 -0.573078 1.038850 1.038850 1.038850 +4530.230469 0.000000 1971.425049 0.000000 0.825931 0.000000 -0.563771 0.923939 0.923939 0.923939 +4538.145020 0.000000 1965.612915 0.000000 0.798952 0.000000 -0.601395 1.000907 1.000907 1.000907 +4532.617188 0.000000 1973.825806 0.000000 0.835141 0.000000 -0.550036 0.883198 0.883198 0.883198 +4498.234375 0.000000 1951.932007 0.000000 0.461508 0.000000 -0.887136 1.038525 1.038525 1.038525 +4496.554199 0.000000 1973.243652 0.000000 0.213373 0.000000 -0.976971 1.114054 1.114054 1.114054 +4504.429199 0.000000 1944.402222 0.000000 0.767051 0.000000 -0.641587 1.044345 1.044345 1.044345 +4503.733887 0.000000 1962.369995 0.000000 0.464007 0.000000 -0.885831 1.144270 1.144270 1.144270 +4520.275879 0.000000 1969.241333 0.000000 0.856619 0.000000 -0.515950 0.966544 0.966544 0.966544 +4506.768555 0.000000 1935.401123 0.000000 0.391569 0.000000 -0.920149 1.074386 1.074386 1.074386 +4492.862793 0.000000 1965.131104 0.000000 0.283603 0.000000 -0.958942 1.152816 1.152816 1.152816 +4512.590820 0.000000 1947.609619 0.000000 0.046774 0.000000 -0.998905 1.144961 1.144961 1.144961 +4506.586914 0.000000 1951.994141 0.000000 0.393134 0.000000 -0.919481 1.074278 1.074278 1.074278 +4535.347168 0.000000 1976.520020 0.000000 0.060839 0.000000 -0.998148 1.078064 1.078064 1.078064 +4511.222656 0.000000 1974.303345 0.000000 0.664689 0.000000 -0.747120 1.109321 1.109321 1.109321 +4542.141113 0.000000 1967.337036 0.000000 0.505632 0.000000 -0.862749 1.100196 1.100196 1.100196 +4540.292969 0.000000 1976.791626 0.000000 0.811831 0.000000 -0.583893 1.080789 1.080789 1.080789 +4507.859375 0.000000 1935.614014 0.000000 0.801824 0.000000 -0.597560 1.040773 1.040773 1.040773 +4505.886230 0.000000 1962.541138 0.000000 0.861113 0.000000 -0.508414 1.002188 1.002188 1.002188 +4537.305176 0.000000 1971.665527 0.000000 0.409453 0.000000 -0.912331 1.065150 1.065150 1.065150 +4504.446289 0.000000 1963.807983 0.000000 0.384075 0.000000 -0.923302 1.099420 1.099420 1.099420 +4513.173340 0.000000 1944.865967 0.000000 0.355176 0.000000 -0.934799 1.151055 1.151055 1.151055 +4500.037109 0.000000 1960.217407 0.000000 0.862183 0.000000 -0.506597 1.068832 1.068832 1.068832 +4504.817383 0.000000 1953.502319 0.000000 0.037114 0.000000 -0.999311 1.136691 1.136691 1.136691 +4511.979004 0.000000 1949.536743 0.000000 0.798545 0.000000 -0.601934 1.041121 1.041121 1.041121 +4517.960449 0.000000 1960.337524 0.000000 0.512369 0.000000 -0.858765 1.090545 1.090545 1.090545 +4504.183105 0.000000 1942.156250 0.000000 0.445540 0.000000 -0.895262 1.070602 1.070602 1.070602 +4508.949219 0.000000 1941.173828 0.000000 0.835404 0.000000 -0.549637 1.037047 1.037047 1.037047 +4513.533203 0.000000 1946.528076 0.000000 0.794755 0.000000 -0.606930 1.062036 1.062036 1.062036 +4490.690430 0.000000 1966.830566 0.000000 0.439620 0.000000 -0.898184 1.102774 1.102774 1.102774 +4495.808594 0.000000 1964.640137 0.000000 0.627336 0.000000 -0.778749 1.119675 1.119675 1.119675 +4493.689453 0.000000 1971.289917 0.000000 0.190874 0.000000 -0.981615 1.174515 1.174515 1.174515 +4515.812500 0.000000 1955.892822 0.000000 0.493664 0.000000 -0.869653 1.093984 1.093984 1.093984 +4513.256836 0.000000 1957.315552 0.000000 0.757577 0.000000 -0.652745 1.062322 1.062322 1.062322 +4495.440918 0.000000 1971.504761 0.000000 0.245276 0.000000 -0.969453 1.149622 1.149622 1.149622 +4490.944824 0.000000 1968.743408 0.000000 0.781337 0.000000 -0.624109 1.078243 1.078243 1.078243 +4510.155273 0.000000 1975.962402 0.000000 0.632989 0.000000 -0.774161 1.114721 1.114721 1.114721 +4500.417969 0.000000 1950.564087 0.000000 0.735374 0.000000 -0.677661 1.084207 1.084207 1.084207 +4496.360840 0.000000 1967.013306 0.000000 0.614484 0.000000 -0.788929 1.074213 1.074213 1.074213 +4506.429199 0.000000 1954.956543 0.000000 0.829925 0.000000 -0.557875 1.051861 1.051861 1.051861 +4508.799316 0.000000 1952.988525 0.000000 0.067860 0.000000 -0.997695 1.095677 1.095677 1.095677 +4498.137207 0.000000 1963.426758 0.000000 0.643894 0.000000 -0.765115 1.102445 1.102445 1.102445 +4502.346191 0.000000 1963.733765 0.000000 0.633518 0.000000 -0.773728 1.117282 1.117282 1.117282 +4511.729980 0.000000 1940.656128 0.000000 0.191902 0.000000 -0.981414 1.087707 1.087707 1.087707 +4502.463867 0.000000 1944.711426 0.000000 0.084372 0.000000 -0.996434 1.094622 1.094622 1.094622 +4500.220215 0.000000 1940.429688 0.000000 0.856489 0.000000 -0.516164 1.034528 1.034528 1.034528 +4501.468262 0.000000 1938.526733 0.000000 0.427933 0.000000 -0.903811 1.071848 1.071848 1.071848 +4500.845703 0.000000 1965.946289 0.000000 0.634575 0.000000 -0.772861 1.097253 1.097253 1.097253 +4500.484375 0.000000 1945.242188 0.000000 0.467296 0.000000 -0.884101 1.069046 1.069046 1.069046 +4497.165527 0.000000 1941.652222 0.000000 0.191968 0.000000 -0.981401 1.157865 1.157865 1.157865 +4506.146973 0.000000 1936.598145 0.000000 0.645931 0.000000 -0.763396 1.055294 1.055294 1.055294 +4505.353516 0.000000 1939.426270 0.000000 0.856299 0.000000 -0.516481 1.034552 1.034552 1.034552 +4496.803711 0.000000 1943.600220 0.000000 0.627120 0.000000 -0.778923 1.072898 1.072898 1.072898 +4492.804688 0.000000 1968.419556 0.000000 0.489384 0.000000 -0.872068 1.088074 1.088074 1.088074 +4515.412598 0.000000 1953.311157 0.000000 0.223874 0.000000 -0.974618 1.101744 1.101744 1.101744 +4511.132324 0.000000 1939.076172 0.000000 0.705613 0.000000 -0.708597 1.050134 1.050134 1.050134 +4574.953613 0.000000 1976.721313 0.000000 0.482752 0.000000 -0.875757 0.724960 0.724960 0.724960 +4544.936035 0.000000 1943.078247 0.000000 0.108081 0.000000 -0.994142 0.771102 0.771102 0.771102 +4567.348633 0.000000 1973.467163 0.000000 0.522305 0.000000 -0.852759 0.671826 0.671826 0.671826 +4558.368652 0.000000 1976.322266 0.000000 0.853830 0.000000 -0.520551 0.838879 0.838879 0.838879 +4544.144043 0.000000 1948.869019 0.000000 0.183501 0.000000 -0.983020 0.858901 0.858901 0.858901 +4548.483887 0.000000 1950.217407 0.000000 0.589267 0.000000 -0.807938 0.803075 0.803075 0.803075 +4549.832520 0.000000 1952.334473 0.000000 0.632079 0.000000 -0.774904 0.951145 0.951145 0.951145 +4557.340332 0.000000 1960.695557 0.000000 0.186779 0.000000 -0.982402 1.039928 1.039928 1.039928 +4554.780273 0.000000 1955.252563 0.000000 0.580513 0.000000 -0.814251 0.647150 0.647150 0.647150 +4550.073242 0.000000 1974.256226 0.000000 0.253602 0.000000 -0.967309 1.060338 1.060338 1.060338 +4552.564453 0.000000 1972.199829 0.000000 0.604536 0.000000 -0.796578 1.078253 1.078253 1.078253 +4552.986816 0.000000 1975.176758 0.000000 0.676440 0.000000 -0.736498 0.927556 0.927556 0.927556 +4547.051758 0.000000 1970.321167 0.000000 0.390469 0.000000 -0.920616 1.151882 1.151882 1.151882 +4562.010742 0.000000 1971.001831 0.000000 0.516952 0.000000 -0.856014 0.862675 0.862675 0.862675 +4545.639160 0.000000 1955.675171 0.000000 0.821611 0.000000 -0.570049 1.082227 1.082227 1.082227 +4555.735352 0.000000 1964.522095 0.000000 0.484516 0.000000 -0.874783 1.091728 1.091728 1.091728 +4557.681641 0.000000 1966.137695 0.000000 0.192355 0.000000 -0.981325 1.157820 1.157820 1.157820 +4547.452637 0.000000 1960.441284 0.000000 0.263446 0.000000 -0.964674 1.139683 1.139683 1.139683 +4548.298828 0.000000 1976.367188 0.000000 0.752239 0.000000 -0.658890 0.980304 0.980304 0.980304 +4549.854492 0.000000 1955.221924 0.000000 0.170231 0.000000 -0.985404 1.191848 1.191848 1.191848 +4547.093750 0.000000 1950.538696 0.000000 0.569055 0.000000 -0.822299 0.882342 0.882342 0.882342 +4546.875977 0.000000 1953.055542 0.000000 0.861596 0.000000 -0.507595 0.936947 0.936947 0.936947 +4545.280273 0.000000 1954.318115 0.000000 0.512383 0.000000 -0.858757 1.140014 1.140014 1.140014 +4547.094727 0.000000 1975.252930 0.000000 0.618160 0.000000 -0.786052 1.075692 1.075692 1.075692 +4557.763672 0.000000 1975.106934 0.000000 0.092242 0.000000 -0.995737 1.077469 1.077469 1.077469 +4553.022461 0.000000 1963.536011 0.000000 0.021549 0.000000 -0.999768 1.126476 1.126476 1.126476 +4551.386719 0.000000 1965.684326 0.000000 0.156709 0.000000 -0.987645 1.111155 1.111155 1.111155 +4547.621094 0.000000 1957.556763 0.000000 0.223122 0.000000 -0.974791 1.140104 1.140104 1.140104 +4545.498535 0.000000 1948.445557 0.000000 0.714923 0.000000 -0.699203 0.761054 0.761054 0.761054 +4544.328125 0.000000 1968.937134 0.000000 0.854545 0.000000 -0.519378 1.022404 1.022404 1.022404 +4550.251953 0.000000 1959.609253 0.000000 0.423536 0.000000 -0.905879 1.099323 1.099323 1.099323 +4544.098633 0.000000 1956.531372 0.000000 0.740092 0.000000 -0.672506 1.078997 1.078997 1.078997 +4553.264160 0.000000 1965.062012 0.000000 0.841381 0.000000 -0.540442 1.046612 1.046612 1.046612 +4546.857910 0.000000 1962.812256 0.000000 0.259275 0.000000 -0.965803 1.159746 1.159746 1.159746 +4545.354492 0.000000 1962.184814 0.000000 0.034869 0.000000 -0.999392 1.200312 1.200312 1.200312 +4562.134277 0.000000 1976.868896 0.000000 0.683802 0.000000 -0.729668 0.877909 0.877909 0.877909 +4559.939941 0.000000 1975.166626 0.000000 0.161882 0.000000 -0.986810 1.079509 1.079509 1.079509 +4544.489258 0.000000 1951.890747 0.000000 0.344268 0.000000 -0.938871 0.957561 0.957561 0.957561 +4548.561035 0.000000 1966.750244 0.000000 0.652415 0.000000 -0.757862 1.103705 1.103705 1.103705 +4544.860352 0.000000 1976.310303 0.000000 0.797548 0.000000 -0.603256 1.059829 1.059829 1.059829 +4549.351562 0.000000 1972.101807 0.000000 0.459251 0.000000 -0.888306 1.120541 1.120541 1.120541 +4556.862793 0.000000 1965.131104 0.000000 0.400756 0.000000 -0.916185 1.113661 1.113661 1.113661 +4558.558105 0.000000 1973.341553 0.000000 0.023100 0.000000 -0.999733 1.163490 1.163490 1.163490 +4548.465332 0.000000 1959.258423 0.000000 0.779775 0.000000 -0.626060 1.063333 1.063333 1.063333 +4556.104980 0.000000 1963.367432 0.000000 0.579168 0.000000 -0.815208 1.119210 1.119210 1.119210 +4554.347656 0.000000 1960.538330 0.000000 0.851201 0.000000 -0.524840 1.062487 1.062487 1.062487 +4547.005859 0.000000 1971.426758 0.000000 0.166934 0.000000 -0.985968 1.185127 1.185127 1.185127 +4551.968750 0.000000 1961.421997 0.000000 0.727763 0.000000 -0.685829 1.062829 1.062829 1.062829 +4558.414551 0.000000 1969.746826 0.000000 0.676784 0.000000 -0.736182 1.103490 1.103490 1.103490 +4546.422363 0.000000 1959.467041 0.000000 0.290069 0.000000 -0.957006 1.130979 1.130979 1.130979 +4548.485840 0.000000 1967.819092 0.000000 0.307524 0.000000 -0.951540 1.151719 1.151719 1.151719 +4554.690430 0.000000 1966.830566 0.000000 0.578965 0.000000 -0.815352 1.087824 1.087824 1.087824 +4559.808594 0.000000 1964.640137 0.000000 0.067136 0.000000 -0.997744 1.156879 1.156879 1.156879 +4557.689453 0.000000 1971.289917 0.000000 0.420202 0.000000 -0.907431 1.149042 1.149042 1.149042 +4548.888184 0.000000 1961.401855 0.000000 0.766331 0.000000 -0.642446 1.065318 1.065318 1.065318 +4550.644531 0.000000 1962.896240 0.000000 0.224173 0.000000 -0.974549 1.109778 1.109778 1.109778 +4553.360840 0.000000 1968.478394 0.000000 0.356766 0.000000 -0.934194 1.114712 1.114712 1.114712 +4551.104492 0.000000 1964.765625 0.000000 0.143498 0.000000 -0.989651 1.112205 1.112205 1.112205 +4552.217285 0.000000 1967.082031 0.000000 0.750465 0.000000 -0.660910 1.057863 1.057863 1.057863 +4555.080566 0.000000 1963.702637 0.000000 0.431320 0.000000 -0.902199 1.101938 1.101938 1.101938 +4510.953613 0.000000 2033.205688 0.000000 0.842081 0.000000 -0.539351 0.610718 0.610718 0.610718 +4483.820801 0.000000 1990.758545 0.000000 0.827065 0.000000 -0.562106 0.608417 0.608417 0.608417 +4487.213379 0.000000 2015.153198 0.000000 0.707678 0.000000 -0.706535 0.639562 0.639562 0.639562 +4540.013184 0.000000 1991.817871 0.000000 0.657696 0.000000 -0.753284 0.642155 0.642155 0.642155 +4513.910645 0.000000 2019.276001 0.000000 0.338590 0.000000 -0.940934 0.717051 0.717051 0.717051 +4542.582031 0.000000 1991.820190 0.000000 0.606730 0.000000 -0.794908 0.659316 0.659316 0.659316 +4494.033691 0.000000 1982.844116 0.000000 0.630331 0.000000 -0.776327 0.635649 0.635649 0.635649 +4515.522949 0.000000 2021.598999 0.000000 0.619512 0.000000 -0.784987 0.665300 0.665300 0.665300 +4484.248535 0.000000 1998.253052 0.000000 0.291082 0.000000 -0.956698 0.704002 0.704002 0.704002 +4511.005371 0.000000 2011.857788 0.000000 0.670559 0.000000 -0.741856 0.692533 0.692533 0.692533 +4490.166504 0.000000 1983.466797 0.000000 0.733908 0.000000 -0.679249 0.622203 0.622203 0.622203 +4516.916016 0.000000 2005.015503 0.000000 0.847460 0.000000 -0.530860 0.600801 0.600801 0.600801 +4486.997070 0.000000 2017.210083 0.000000 0.731782 0.000000 -0.681539 0.632823 0.632823 0.632823 +4505.618652 0.000000 2028.630371 0.000000 0.461226 0.000000 -0.887283 0.669618 0.669618 0.669618 +4520.688965 0.000000 2001.353638 0.000000 0.536222 0.000000 -0.844077 0.684008 0.684008 0.684008 +4483.099121 0.000000 2003.654785 0.000000 0.659464 0.000000 -0.751736 0.626472 0.626472 0.626472 +4518.819824 0.000000 2029.204834 0.000000 0.860319 0.000000 -0.509757 0.646158 0.646158 0.646158 +4542.970703 0.000000 1999.609131 0.000000 0.556680 0.000000 -0.830727 0.809463 0.809463 0.809463 +4523.960938 0.000000 1999.055420 0.000000 0.712342 0.000000 -0.701833 0.634305 0.634305 0.634305 +4531.318359 0.000000 2010.594604 0.000000 0.103319 0.000000 -0.994648 0.882428 0.882428 0.882428 +4537.007324 0.000000 2022.613647 0.000000 0.711987 0.000000 -0.702193 0.746324 0.746324 0.746324 +4520.567383 0.000000 2011.636475 0.000000 0.201251 0.000000 -0.979540 0.702379 0.702379 0.702379 +4530.490723 0.000000 1999.742676 0.000000 0.510834 0.000000 -0.859679 0.657694 0.657694 0.657694 +4488.076660 0.000000 2021.006470 0.000000 0.801004 0.000000 -0.598659 0.805102 0.805102 0.805102 +4532.393066 0.000000 1999.346680 0.000000 0.146343 0.000000 -0.989234 0.733024 0.733024 0.733024 +4508.720215 0.000000 2017.462280 0.000000 0.783704 0.000000 -0.621134 0.656518 0.656518 0.656518 +4514.177734 0.000000 2003.886230 0.000000 0.391293 0.000000 -0.920266 0.696518 0.696518 0.696518 +4480.144043 0.000000 2005.353394 0.000000 0.577781 0.000000 -0.816192 0.650890 0.650890 0.650890 +4535.432129 0.000000 2026.036865 0.000000 0.120615 0.000000 -0.992699 0.895316 0.895316 0.895316 +4527.250488 0.000000 2005.933960 0.000000 0.213042 0.000000 -0.977043 0.717863 0.717863 0.717863 +4530.395020 0.000000 2006.969727 0.000000 0.718549 0.000000 -0.695477 0.621251 0.621251 0.621251 +4515.093262 0.000000 1999.329224 0.000000 0.486502 0.000000 -0.873680 0.674708 0.674708 0.674708 +4484.189941 0.000000 2022.116455 0.000000 0.077312 0.000000 -0.997007 0.886617 0.886617 0.886617 +4507.504395 0.000000 1990.931519 0.000000 0.689788 0.000000 -0.724011 0.929349 0.929349 0.929349 +4528.943848 0.000000 1988.541626 0.000000 0.457813 0.000000 -0.889048 0.961244 0.961244 0.961244 +4510.945801 0.000000 2005.416992 0.000000 0.021351 0.000000 -0.999772 0.962363 0.962363 0.962363 +4539.502441 0.000000 1988.950439 0.000000 0.164625 0.000000 -0.986356 0.898483 0.898483 0.898483 +4521.262207 0.000000 1990.290771 0.000000 0.403776 0.000000 -0.914858 0.708590 0.708590 0.708590 +4534.588867 0.000000 2030.136230 0.000000 0.177110 0.000000 -0.984191 0.931932 0.931932 0.931932 +4505.774414 0.000000 2026.652344 0.000000 0.729614 0.000000 -0.683859 0.611390 0.611390 0.611390 +4533.097168 0.000000 1978.738403 0.000000 0.787983 0.000000 -0.615697 0.952937 0.952937 0.952937 +4483.095703 0.000000 1992.403198 0.000000 0.543872 0.000000 -0.839168 0.668174 0.668174 0.668174 +4514.087402 0.000000 2002.008301 0.000000 0.569963 0.000000 -0.821671 0.662146 0.662146 0.662146 +4481.843750 0.000000 2023.332764 0.000000 0.113574 0.000000 -0.993530 0.736772 0.736772 0.736772 +4480.517090 0.000000 2026.730103 0.000000 0.392156 0.000000 -0.919899 0.786992 0.786992 0.786992 +4516.749023 0.000000 1986.322632 0.000000 0.195218 0.000000 -0.980760 0.953678 0.953678 0.953678 +4521.963379 0.000000 1984.482422 0.000000 0.041702 0.000000 -0.999130 1.094214 1.094214 1.094214 +4516.560547 0.000000 1991.008911 0.000000 0.724422 0.000000 -0.689357 0.622195 0.622195 0.622195 +4517.379395 0.000000 2013.839722 0.000000 0.088339 0.000000 -0.996090 0.737032 0.737032 0.737032 +4536.471680 0.000000 2017.409180 0.000000 0.863155 0.000000 -0.504939 0.855341 0.855341 0.855341 +4525.839355 0.000000 2003.638916 0.000000 0.534740 0.000000 -0.845017 0.665482 0.665482 0.665482 +4523.765137 0.000000 2006.237427 0.000000 0.419296 0.000000 -0.907850 0.686253 0.686253 0.686253 +4491.461426 0.000000 2004.547607 0.000000 0.129025 0.000000 -0.991641 1.093387 1.093387 1.093387 +4513.519531 0.000000 1984.814087 0.000000 0.145321 0.000000 -0.989385 1.136963 1.136963 1.136963 +4527.105469 0.000000 1980.514526 0.000000 0.022214 0.000000 -0.999753 1.097291 1.097291 1.097291 +4505.336426 0.000000 2014.951416 0.000000 0.672353 0.000000 -0.740231 1.034227 1.034227 1.034227 +4541.810547 0.000000 2010.606567 0.000000 0.773446 0.000000 -0.633862 1.047750 1.047750 1.047750 +4535.822754 0.000000 2008.246338 0.000000 0.303584 0.000000 -0.952805 0.812611 0.812611 0.812611 +4495.736328 0.000000 2007.714355 0.000000 0.549908 0.000000 -0.835225 1.062302 1.062302 1.062302 +4529.237305 0.000000 1990.159790 0.000000 0.746964 0.000000 -0.664865 0.901805 0.901805 0.901805 +4532.078125 0.000000 1993.623779 0.000000 0.403643 0.000000 -0.914917 0.947175 0.947175 0.947175 +4497.288086 0.000000 1982.034424 0.000000 0.744336 0.000000 -0.667805 0.784601 0.784601 0.784601 +4505.560059 0.000000 2020.126587 0.000000 0.673731 0.000000 -0.738976 0.795713 0.795713 0.795713 +4487.434570 0.000000 1987.696655 0.000000 0.759868 0.000000 -0.650077 0.604151 0.604151 0.604151 +4522.135254 0.000000 1981.452637 0.000000 0.527888 0.000000 -0.849314 1.008514 1.008514 1.008514 +4496.024902 0.000000 2018.371704 0.000000 0.681480 0.000000 -0.731837 1.106493 1.106493 1.106493 +4543.462891 0.000000 1977.303101 0.000000 0.850174 0.000000 -0.526502 1.077659 1.077659 1.077659 +4500.433105 0.000000 1993.967651 0.000000 0.711927 0.000000 -0.702253 1.109042 1.109042 1.109042 +4532.080566 0.000000 1990.146606 0.000000 0.550811 0.000000 -0.834630 1.008752 1.008752 1.008752 +4543.416504 0.000000 1984.178101 0.000000 0.574255 0.000000 -0.818677 1.008816 1.008816 1.008816 +4533.385254 0.000000 2007.560425 0.000000 0.240795 0.000000 -0.970576 0.707319 0.707319 0.707319 +4513.478516 0.000000 2006.974609 0.000000 0.710536 0.000000 -0.703660 0.614288 0.614288 0.614288 +4519.382324 0.000000 2010.571655 0.000000 0.077881 0.000000 -0.996963 0.735356 0.735356 0.735356 +4502.020996 0.000000 1978.273193 0.000000 0.125755 0.000000 -0.992061 1.187192 1.187192 1.187192 +4530.861328 0.000000 2032.470581 0.000000 0.452515 0.000000 -0.891757 1.100755 1.100755 1.100755 +4534.362793 0.000000 2010.594849 0.000000 0.311009 0.000000 -0.950407 0.879232 0.879232 0.879232 +4528.395508 0.000000 2009.284180 0.000000 0.529662 0.000000 -0.848209 0.692568 0.692568 0.692568 +4513.853027 0.000000 1988.717896 0.000000 0.051573 0.000000 -0.998669 0.901261 0.901261 0.901261 +4511.967773 0.000000 1995.152832 0.000000 0.347732 0.000000 -0.937594 0.826378 0.826378 0.826378 +4491.147461 0.000000 2015.118774 0.000000 0.715286 0.000000 -0.698831 0.661735 0.661735 0.661735 +4527.392090 0.000000 1998.233276 0.000000 0.805917 0.000000 -0.592029 0.595617 0.595617 0.595617 +4483.162109 0.000000 2029.004761 0.000000 0.390526 0.000000 -0.920592 0.973251 0.973251 0.973251 +4509.380859 0.000000 1996.350830 0.000000 0.582133 0.000000 -0.813094 0.993626 0.993626 0.993626 +4531.609375 0.000000 2012.302368 0.000000 0.827911 0.000000 -0.560860 0.904408 0.904408 0.904408 +4489.912598 0.000000 2006.055298 0.000000 0.517305 0.000000 -0.855801 0.811816 0.811816 0.811816 +4483.597168 0.000000 2002.059692 0.000000 0.835778 0.000000 -0.549068 0.586414 0.586414 0.586414 +4501.209473 0.000000 1983.815430 0.000000 0.569567 0.000000 -0.821945 1.036641 1.036641 1.036641 +4518.707031 0.000000 1985.510376 0.000000 0.166760 0.000000 -0.985997 1.056668 1.056668 1.056668 +4525.641602 0.000000 1993.310181 0.000000 0.799589 0.000000 -0.600547 0.688987 0.688987 0.688987 +4518.078125 0.000000 2018.582764 0.000000 0.423352 0.000000 -0.905965 0.671936 0.671936 0.671936 +4497.267090 0.000000 2007.586914 0.000000 0.245604 0.000000 -0.969370 1.181283 1.181283 1.181283 +4485.041016 0.000000 2020.729614 0.000000 0.178374 0.000000 -0.983963 0.706868 0.706868 0.706868 +4539.955078 0.000000 2008.008301 0.000000 0.341125 0.000000 -0.940018 1.143435 1.143435 1.143435 +4506.692383 0.000000 1989.404053 0.000000 0.681177 0.000000 -0.732119 0.926517 0.926517 0.926517 +4481.639160 0.000000 2012.159546 0.000000 0.835419 0.000000 -0.549614 0.632571 0.632571 0.632571 +4505.045410 0.000000 1988.844971 0.000000 0.245691 0.000000 -0.969348 1.048306 1.048306 1.048306 +4536.379395 0.000000 1991.333862 0.000000 0.084028 0.000000 -0.996463 0.848128 0.848128 0.848128 +4542.905762 0.000000 1982.763428 0.000000 0.605166 0.000000 -0.796099 1.116442 1.116442 1.116442 +4509.938965 0.000000 1993.486572 0.000000 0.660577 0.000000 -0.750758 0.883004 0.883004 0.883004 +4511.303223 0.000000 2003.964600 0.000000 0.756726 0.000000 -0.653732 0.836334 0.836334 0.836334 +4529.542480 0.000000 1998.381836 0.000000 0.686010 0.000000 -0.727592 0.619306 0.619306 0.619306 +4517.374023 0.000000 1982.919678 0.000000 0.090376 0.000000 -0.995908 1.157377 1.157377 1.157377 +4511.750977 0.000000 1983.536133 0.000000 0.162854 0.000000 -0.986650 1.159147 1.159147 1.159147 +4498.834473 0.000000 2003.542603 0.000000 0.520110 0.000000 -0.854100 1.106586 1.106586 1.106586 +4495.446289 0.000000 1992.971191 0.000000 0.652163 0.000000 -0.758079 1.054772 1.054772 1.054772 +4495.217285 0.000000 2009.101685 0.000000 0.525422 0.000000 -0.850842 1.058004 1.058004 1.058004 +4498.930176 0.000000 2000.815796 0.000000 0.239272 0.000000 -0.970953 1.130412 1.130412 1.130412 +4505.909180 0.000000 1994.039429 0.000000 0.346457 0.000000 -0.938066 1.150653 1.150653 1.150653 +4499.524902 0.000000 2013.886963 0.000000 0.519917 0.000000 -0.854217 1.117347 1.117347 1.117347 +4489.676758 0.000000 1991.629639 0.000000 0.840810 0.000000 -0.541330 0.783860 0.783860 0.783860 +4491.761719 0.000000 2001.362793 0.000000 0.389710 0.000000 -0.920938 1.123607 1.123607 1.123607 +4526.908691 0.000000 1988.262573 0.000000 0.837241 0.000000 -0.546834 0.848787 0.848787 0.848787 +4501.272461 0.000000 1985.322632 0.000000 0.832317 0.000000 -0.554300 0.945646 0.945646 0.945646 +4510.191406 0.000000 1979.167114 0.000000 0.408665 0.000000 -0.912685 1.111090 1.111090 1.111090 +4486.267578 0.000000 2001.393188 0.000000 0.378421 0.000000 -0.925634 0.907776 0.907776 0.907776 +4512.240234 0.000000 1990.922974 0.000000 0.409309 0.000000 -0.912396 0.740810 0.740810 0.740810 +4505.742188 0.000000 2006.004395 0.000000 0.626349 0.000000 -0.779543 1.085030 1.085030 1.085030 +4498.172363 0.000000 2002.100464 0.000000 0.416858 0.000000 -0.908972 1.118765 1.118765 1.118765 +4502.733398 0.000000 1985.724243 0.000000 0.817125 0.000000 -0.576461 1.014439 1.014439 1.014439 +4540.055664 0.000000 1982.870483 0.000000 0.665081 0.000000 -0.746771 1.082729 1.082729 1.082729 +4541.587402 0.000000 2024.850952 0.000000 0.465718 0.000000 -0.884933 1.119605 1.119605 1.119605 +4525.470215 0.000000 2024.237427 0.000000 0.086714 0.000000 -0.996233 1.137747 1.137747 1.137747 +4508.286133 0.000000 1998.638672 0.000000 0.616854 0.000000 -0.787078 1.023064 1.023064 1.023064 +4542.871094 0.000000 2020.463623 0.000000 0.338751 0.000000 -0.940876 1.127523 1.127523 1.127523 +4538.590332 0.000000 2019.507568 0.000000 0.252397 0.000000 -0.967624 0.953900 0.953900 0.953900 +4496.398438 0.000000 2022.009521 0.000000 0.560072 0.000000 -0.828444 1.108953 1.108953 1.108953 +4502.404297 0.000000 2002.568481 0.000000 0.157432 0.000000 -0.987530 1.125910 1.125910 1.125910 +4523.440918 0.000000 1984.641479 0.000000 0.775848 0.000000 -0.630919 0.956016 0.956016 0.956016 +4493.735352 0.000000 1992.621216 0.000000 0.503909 0.000000 -0.863757 1.074188 1.074188 1.074188 +4506.256836 0.000000 1981.678101 0.000000 0.787124 0.000000 -0.616795 1.060235 1.060235 1.060235 +4494.835449 0.000000 2006.593750 0.000000 0.367097 0.000000 -0.930183 1.093728 1.093728 1.093728 +4499.521973 0.000000 2008.728760 0.000000 0.498096 0.000000 -0.867122 1.121824 1.121824 1.121824 +4502.249023 0.000000 2033.320312 0.000000 0.355851 0.000000 -0.934543 0.866443 0.866443 0.866443 +4502.014160 0.000000 1982.487183 0.000000 0.759864 0.000000 -0.650082 1.094784 1.094784 1.094784 +4503.062012 0.000000 1993.074829 0.000000 0.865390 0.000000 -0.501099 1.010090 1.010090 1.010090 +4533.635254 0.000000 2015.475708 0.000000 0.018997 0.000000 -0.999820 1.039627 1.039627 1.039627 +4502.292480 0.000000 2008.373657 0.000000 0.206380 0.000000 -0.978472 1.107182 1.107182 1.107182 +4529.824707 0.000000 1987.438599 0.000000 0.803629 0.000000 -0.595131 0.915896 0.915896 0.915896 +4526.671387 0.000000 2010.489746 0.000000 0.400576 0.000000 -0.916263 0.858641 0.858641 0.858641 +4487.363281 0.000000 2000.403442 0.000000 0.006211 0.000000 -0.999981 0.969799 0.969799 0.969799 +4534.908203 0.000000 1988.827148 0.000000 0.175987 0.000000 -0.984392 1.085945 1.085945 1.085945 +4499.301758 0.000000 1996.521973 0.000000 0.379801 0.000000 -0.925068 1.092892 1.092892 1.092892 +4526.236328 0.000000 2032.809570 0.000000 0.763259 0.000000 -0.646093 1.044720 1.044720 1.044720 +4504.230957 0.000000 1991.961914 0.000000 0.679616 0.000000 -0.733568 0.964407 0.964407 0.964407 +4511.069336 0.000000 1986.336304 0.000000 0.696507 0.000000 -0.717550 0.956044 0.956044 0.956044 +4520.675293 0.000000 2023.993408 0.000000 0.326930 0.000000 -0.945048 0.829905 0.829905 0.829905 +4529.096680 0.000000 1984.646606 0.000000 0.173355 0.000000 -0.984859 1.082031 1.082031 1.082031 +4502.383789 0.000000 2023.964966 0.000000 0.124416 0.000000 -0.992230 0.925481 0.925481 0.925481 +4518.002930 0.000000 1978.614746 0.000000 0.543907 0.000000 -0.839145 1.118803 1.118803 1.118803 +4534.041992 0.000000 1976.995483 0.000000 0.097793 0.000000 -0.995207 1.072176 1.072176 1.072176 +4500.063965 0.000000 2017.827393 0.000000 0.576068 0.000000 -0.817402 1.112518 1.112518 1.112518 +4504.874512 0.000000 1994.968262 0.000000 0.503853 0.000000 -0.863789 1.125572 1.125572 1.125572 +4505.036621 0.000000 2001.888062 0.000000 0.013155 0.000000 -0.999913 1.169160 1.169160 1.169160 +4492.164062 0.000000 2012.462769 0.000000 0.307000 0.000000 -0.951709 0.874804 0.874804 0.874804 +4512.052246 0.000000 1976.975342 0.000000 0.165934 0.000000 -0.986137 1.158794 1.158794 1.158794 +4525.684570 0.000000 2019.863892 0.000000 0.792623 0.000000 -0.609711 1.029712 1.029712 1.029712 +4530.362305 0.000000 2011.650757 0.000000 0.576540 0.000000 -0.817069 0.800461 0.800461 0.800461 +4480.926758 0.000000 2030.646851 0.000000 0.093946 0.000000 -0.995577 0.868046 0.868046 0.868046 +4511.813965 0.000000 1999.991577 0.000000 0.034488 0.000000 -0.999405 0.975088 0.975088 0.975088 +4526.049316 0.000000 2014.866699 0.000000 0.641310 0.000000 -0.767282 1.044949 1.044949 1.044949 +4500.179199 0.000000 1978.230225 0.000000 0.114527 0.000000 -0.993420 1.141658 1.141658 1.141658 +4483.094727 0.000000 2031.737305 0.000000 0.834009 0.000000 -0.551751 0.859438 0.859438 0.859438 +4508.436523 0.000000 1993.556030 0.000000 0.482667 0.000000 -0.875804 0.918387 0.918387 0.918387 +4493.763672 0.000000 2031.591309 0.000000 0.674416 0.000000 -0.738351 1.052879 1.052879 1.052879 +4500.958984 0.000000 2002.622925 0.000000 0.430286 0.000000 -0.902692 1.107102 1.107102 1.107102 +4487.386719 0.000000 2022.168701 0.000000 0.172742 0.000000 -0.984967 0.971991 0.971991 0.971991 +4527.816406 0.000000 2022.741455 0.000000 0.178213 0.000000 -0.983992 1.106958 1.106958 1.106958 +4524.208984 0.000000 2031.039673 0.000000 0.207461 0.000000 -0.978243 1.109135 1.109135 1.109135 +4499.693848 0.000000 2006.288818 0.000000 0.567264 0.000000 -0.823536 1.110881 1.110881 1.110881 +4492.955566 0.000000 2032.817261 0.000000 0.108371 0.000000 -0.994111 1.093087 1.093087 1.093087 +4501.230957 0.000000 2015.465576 0.000000 0.069983 0.000000 -0.997548 1.153990 1.153990 1.153990 +4541.256836 0.000000 1982.317871 0.000000 0.862300 0.000000 -0.506397 1.052099 1.052099 1.052099 +4532.695801 0.000000 2013.056763 0.000000 0.708407 0.000000 -0.705804 0.838008 0.838008 0.838008 +4542.147949 0.000000 2021.907837 0.000000 0.697128 0.000000 -0.716947 1.064466 1.064466 1.064466 +4492.904785 0.000000 2004.435547 0.000000 0.743981 0.000000 -0.668200 1.058872 1.058872 1.058872 +4539.590332 0.000000 1980.105713 0.000000 0.232821 0.000000 -0.972520 1.145070 1.145070 1.145070 +4528.927734 0.000000 2021.969116 0.000000 0.420893 0.000000 -0.907110 1.032248 1.032248 1.032248 +4542.025391 0.000000 1980.081177 0.000000 0.532921 0.000000 -0.846165 1.118616 1.118616 1.118616 +4542.499512 0.000000 2006.341675 0.000000 0.186035 0.000000 -0.982543 1.177211 1.177211 1.177211 +4514.757812 0.000000 1982.415161 0.000000 0.031874 0.000000 -0.999492 1.193208 1.193208 1.193208 +4542.841797 0.000000 2031.485352 0.000000 0.829584 0.000000 -0.558382 1.037716 1.037716 1.037716 +4509.685059 0.000000 2011.707764 0.000000 0.195757 0.000000 -0.980652 0.943754 0.943754 0.943754 +4522.913086 0.000000 2030.953369 0.000000 0.264706 0.000000 -0.964329 1.166947 1.166947 1.166947 +4542.281738 0.000000 2030.020630 0.000000 0.782188 0.000000 -0.623042 1.042821 1.042821 1.042821 +4504.136230 0.000000 1997.367310 0.000000 0.109360 0.000000 -0.994002 1.191520 1.191520 1.191520 +4541.145996 0.000000 2018.632324 0.000000 0.126335 0.000000 -0.991988 1.040651 1.040651 1.040651 +4541.505859 0.000000 1985.029541 0.000000 0.565092 0.000000 -0.825028 1.122810 1.122810 1.122810 +4526.269531 0.000000 2012.254761 0.000000 0.597030 0.000000 -0.802219 0.962952 0.962952 0.962952 +4528.316895 0.000000 2018.684448 0.000000 0.828026 0.000000 -0.560690 0.970157 0.970157 0.970157 +4516.154785 0.000000 1984.655518 0.000000 0.417371 0.000000 -0.908736 1.014809 1.014809 1.014809 +4499.737305 0.000000 1983.434814 0.000000 0.148682 0.000000 -0.988885 1.027862 1.027862 1.027862 +4520.166504 0.000000 1989.559204 0.000000 0.247274 0.000000 -0.968946 0.869365 0.869365 0.869365 +4512.387695 0.000000 1986.246582 0.000000 0.554627 0.000000 -0.832099 0.947822 0.947822 0.947822 +4486.966309 0.000000 2024.823120 0.000000 0.638337 0.000000 -0.769757 1.032216 1.032216 1.032216 +4528.896973 0.000000 2024.563599 0.000000 0.534214 0.000000 -0.845349 1.095241 1.095241 1.095241 +4528.177246 0.000000 2014.995117 0.000000 0.656481 0.000000 -0.754343 1.046341 1.046341 1.046341 +4537.671875 0.000000 2031.824463 0.000000 0.068480 0.000000 -0.997652 1.054517 1.054517 1.054517 +4532.147949 0.000000 2032.115356 0.000000 0.497025 0.000000 -0.867736 0.939779 0.939779 0.939779 +4494.365723 0.000000 2019.950439 0.000000 0.087857 0.000000 -0.996133 1.112636 1.112636 1.112636 +4526.200195 0.000000 1978.062866 0.000000 0.721665 0.000000 -0.692242 0.964326 0.964326 0.964326 +4493.796875 0.000000 2015.965942 0.000000 0.506395 0.000000 -0.862302 0.844525 0.844525 0.844525 +4526.722168 0.000000 2024.764771 0.000000 0.488978 0.000000 -0.872296 1.111434 1.111434 1.111434 +4483.574219 0.000000 2030.376709 0.000000 0.859363 0.000000 -0.511365 0.851709 0.851709 0.851709 +4494.689941 0.000000 2013.297485 0.000000 0.437787 0.000000 -0.899079 1.029296 1.029296 1.029296 +4538.116699 0.000000 2026.269287 0.000000 0.315609 0.000000 -0.948889 1.163796 1.163796 1.163796 +4524.345703 0.000000 1987.669678 0.000000 0.752766 0.000000 -0.658288 0.895600 0.895600 0.895600 +4525.442383 0.000000 1988.715942 0.000000 0.237821 0.000000 -0.971309 0.956342 0.956342 0.956342 +4524.614746 0.000000 2026.209717 0.000000 0.721973 0.000000 -0.691922 1.081130 1.081130 1.081130 +4520.398438 0.000000 1985.819580 0.000000 0.576881 0.000000 -0.816828 1.003770 1.003770 1.003770 +4523.276855 0.000000 2022.439697 0.000000 0.849388 0.000000 -0.527769 0.878932 0.878932 0.878932 +4524.736816 0.000000 1979.775146 0.000000 0.470333 0.000000 -0.882489 1.005400 1.005400 1.005400 +4488.415527 0.000000 2004.025391 0.000000 0.191323 0.000000 -0.981527 0.978554 0.978554 0.978554 +4503.843750 0.000000 2015.293335 0.000000 0.501941 0.000000 -0.864902 1.126004 1.126004 1.126004 +4496.268066 0.000000 1989.231201 0.000000 0.416935 0.000000 -0.908936 1.098235 1.098235 1.098235 +4494.943359 0.000000 2017.547729 0.000000 0.355777 0.000000 -0.934571 1.016356 1.016356 1.016356 +4496.512207 0.000000 2012.698486 0.000000 0.109434 0.000000 -0.993994 1.204642 1.204642 1.204642 +4522.844238 0.000000 1985.853027 0.000000 0.193162 0.000000 -0.981167 1.065723 1.065723 1.065723 +4516.202637 0.000000 1980.601807 0.000000 0.300860 0.000000 -0.953668 1.173315 1.173315 1.173315 +4526.633301 0.000000 1981.668945 0.000000 0.266991 0.000000 -0.963699 1.058150 1.058150 1.058150 +4531.583984 0.000000 1981.529053 0.000000 0.680869 0.000000 -0.732406 0.959483 0.959483 0.959483 +4528.248535 0.000000 2030.758423 0.000000 0.361119 0.000000 -0.932520 1.119667 1.119667 1.119667 +4510.762207 0.000000 1999.121704 0.000000 0.847033 0.000000 -0.531541 0.816539 0.816539 0.816539 +4520.923828 0.000000 1983.651245 0.000000 0.744068 0.000000 -0.668103 1.009629 1.009629 1.009629 +4519.881348 0.000000 1977.016357 0.000000 0.314400 0.000000 -0.949291 1.131339 1.131339 1.131339 +4498.134277 0.000000 2033.353271 0.000000 0.019868 0.000000 -0.999803 1.117320 1.117320 1.117320 +4540.871582 0.000000 2006.147949 0.000000 0.154100 0.000000 -0.988055 1.153786 1.153786 1.153786 +4525.871094 0.000000 2026.836426 0.000000 0.508229 0.000000 -0.861222 1.120698 1.120698 1.120698 +4528.161133 0.000000 2016.302246 0.000000 0.393614 0.000000 -0.919276 1.122926 1.122926 1.122926 +4525.710938 0.000000 2028.152344 0.000000 0.354567 0.000000 -0.935031 1.134846 1.134846 1.134846 +4523.627441 0.000000 2028.136597 0.000000 0.664288 0.000000 -0.747477 1.040330 1.040330 1.040330 +4499.857422 0.000000 2029.650024 0.000000 0.720812 0.000000 -0.693130 1.052195 1.052195 1.052195 +4498.263672 0.000000 1989.039673 0.000000 0.500970 0.000000 -0.865465 1.053622 1.053622 1.053622 +4521.855957 0.000000 1977.968750 0.000000 0.315247 0.000000 -0.949010 1.102130 1.102130 1.102130 +4485.217285 0.000000 2025.102173 0.000000 0.595976 0.000000 -0.803002 0.949103 0.949103 0.949103 +4530.113770 0.000000 2022.708496 0.000000 0.367291 0.000000 -0.930106 1.023476 1.023476 1.023476 +4528.334961 0.000000 1993.056519 0.000000 0.607747 0.000000 -0.794131 1.002280 1.002280 1.002280 +4538.917480 0.000000 2024.199707 0.000000 0.340275 0.000000 -0.940326 1.089594 1.089594 1.089594 +4541.613770 0.000000 2003.524292 0.000000 0.748108 0.000000 -0.663577 0.999601 0.999601 0.999601 +4495.853516 0.000000 1991.690430 0.000000 0.123697 0.000000 -0.992320 1.152786 1.152786 1.152786 +4524.346191 0.000000 2024.593018 0.000000 0.653463 0.000000 -0.756958 1.042521 1.042521 1.042521 +4543.312988 0.000000 2018.228027 0.000000 0.110721 0.000000 -0.993852 1.056740 1.056740 1.056740 +4490.865723 0.000000 1992.043945 0.000000 0.675317 0.000000 -0.737527 1.106224 1.106224 1.106224 +4509.463379 0.000000 2003.029175 0.000000 0.840620 0.000000 -0.541625 1.021765 1.021765 1.021765 +4539.012207 0.000000 2025.379883 0.000000 0.826733 0.000000 -0.562595 0.993589 0.993589 0.993589 +4538.145020 0.000000 2022.097290 0.000000 0.516251 0.000000 -0.856437 0.959865 0.959865 0.959865 +4488.362793 0.000000 2032.738159 0.000000 0.665842 0.000000 -0.746092 1.061184 1.061184 1.061184 +4513.743164 0.000000 1977.191528 0.000000 0.633643 0.000000 -0.773626 1.100036 1.100036 1.100036 +4492.518066 0.000000 2005.543457 0.000000 0.702313 0.000000 -0.711868 1.067772 1.067772 1.067772 +4520.114258 0.000000 1979.508545 0.000000 0.849380 0.000000 -0.527783 1.019319 1.019319 1.019319 +4519.708496 0.000000 1982.947876 0.000000 0.721922 0.000000 -0.691974 1.032620 1.032620 1.032620 +4528.827148 0.000000 2020.791016 0.000000 0.210430 0.000000 -0.977609 1.067342 1.067342 1.067342 +4497.432129 0.000000 2032.083984 0.000000 0.752855 0.000000 -0.658186 1.045735 1.045735 1.045735 +4505.831543 0.000000 1984.096558 0.000000 0.320215 0.000000 -0.947345 1.150667 1.150667 1.150667 +4537.653809 0.000000 2029.793579 0.000000 0.758130 0.000000 -0.652104 0.913372 0.913372 0.913372 +4541.552246 0.000000 1986.266479 0.000000 0.780542 0.000000 -0.625103 0.926686 0.926686 0.926686 +4530.000000 0.000000 1980.260986 0.000000 0.841448 0.000000 -0.540338 0.919457 0.919457 0.919457 +4492.862793 0.000000 2021.615479 0.000000 0.248978 0.000000 -0.968509 1.120973 1.120973 1.120973 +4525.243652 0.000000 1985.815186 0.000000 0.335132 0.000000 -0.942171 1.024415 1.024415 1.024415 +4522.690430 0.000000 2032.996338 0.000000 0.266408 0.000000 -0.963860 1.168589 1.168589 1.168589 +4506.586914 0.000000 2008.478516 0.000000 0.612494 0.000000 -0.790475 1.093946 1.093946 1.093946 +4490.092773 0.000000 1996.739624 0.000000 0.839625 0.000000 -0.543167 1.050317 1.050317 1.050317 +4507.859375 0.000000 1992.098389 0.000000 0.072179 0.000000 -0.997392 1.089397 1.089397 1.089397 +4509.720703 0.000000 1999.536377 0.000000 0.630138 0.000000 -0.776483 1.020425 1.020425 1.020425 +4523.013184 0.000000 1978.163330 0.000000 0.339075 0.000000 -0.940759 1.063858 1.063858 1.063858 +4499.400879 0.000000 2032.926147 0.000000 0.262208 0.000000 -0.965011 1.098754 1.098754 1.098754 +4500.037109 0.000000 2016.701782 0.000000 0.663349 0.000000 -0.748310 1.099421 1.099421 1.099421 +4508.025391 0.000000 1983.323975 0.000000 0.809257 0.000000 -0.587455 1.063488 1.063488 1.063488 +4494.414551 0.000000 2026.231201 0.000000 0.469930 0.000000 -0.882704 1.068856 1.068856 1.068856 +4487.583496 0.000000 2029.206421 0.000000 0.312232 0.000000 -0.950006 1.132349 1.132349 1.132349 +4521.729980 0.000000 1982.925171 0.000000 0.499275 0.000000 -0.866443 1.058306 1.058306 1.058306 +4489.561035 0.000000 2028.098633 0.000000 0.633278 0.000000 -0.773924 1.065622 1.065622 1.065622 +4499.508789 0.000000 1993.345093 0.000000 0.336857 0.000000 -0.941556 1.129599 1.129599 1.129599 +4538.012207 0.000000 1987.282837 0.000000 0.805876 0.000000 -0.592085 1.017349 1.017349 1.017349 +4490.690430 0.000000 2023.314941 0.000000 0.057747 0.000000 -0.998331 1.196043 1.196043 1.196043 +4502.239258 0.000000 2016.484131 0.000000 0.606859 0.000000 -0.794810 1.128669 1.128669 1.128669 +4539.028320 0.000000 1982.357056 0.000000 0.656791 0.000000 -0.754073 1.086372 1.086372 1.086372 +4491.732910 0.000000 1999.264648 0.000000 0.274746 0.000000 -0.961517 1.111322 1.111322 1.111322 +4493.689453 0.000000 2027.774292 0.000000 0.032860 0.000000 -0.999460 1.097908 1.097908 1.097908 +4506.731934 0.000000 2000.546021 0.000000 0.225054 0.000000 -0.974346 1.168078 1.168078 1.168078 +4506.147949 0.000000 2001.498657 0.000000 0.703348 0.000000 -0.710846 1.098898 1.098898 1.098898 +4488.949219 0.000000 2025.888306 0.000000 0.101133 0.000000 -0.994873 1.192604 1.192604 1.192604 +4496.999512 0.000000 2018.002075 0.000000 0.580881 0.000000 -0.813988 1.124903 1.124903 1.124903 +4542.093750 0.000000 2025.830078 0.000000 0.109479 0.000000 -0.993989 1.093016 1.093016 1.093016 +4498.137207 0.000000 2019.911133 0.000000 0.550863 0.000000 -0.834596 1.126459 1.126459 1.126459 +4503.335449 0.000000 2012.447510 0.000000 0.194250 0.000000 -0.980952 1.155538 1.155538 1.155538 +4495.746582 0.000000 2030.316162 0.000000 0.719920 0.000000 -0.694058 1.048836 1.048836 1.048836 +4502.463867 0.000000 2001.195801 0.000000 0.230112 0.000000 -0.973164 1.133341 1.133341 1.133341 +4498.954102 0.000000 2015.868896 0.000000 0.293564 0.000000 -0.955940 1.147764 1.147764 1.147764 +4500.853027 0.000000 1997.869507 0.000000 0.764769 0.000000 -0.644305 1.068691 1.068691 1.068691 +4494.202637 0.000000 1990.657349 0.000000 0.679990 0.000000 -0.733222 1.086917 1.086917 1.086917 +4498.806152 0.000000 2005.846313 0.000000 0.656599 0.000000 -0.754240 1.091518 1.091518 1.091518 +4498.223633 0.000000 2000.106323 0.000000 0.168638 0.000000 -0.985678 1.137492 1.137492 1.137492 +4490.266602 0.000000 2027.420166 0.000000 0.595093 0.000000 -0.803657 1.059423 1.059423 1.059423 +4495.179688 0.000000 1996.297607 0.000000 0.548027 0.000000 -0.836461 1.063076 1.063076 1.063076 +4499.004883 0.000000 1998.347290 0.000000 0.773944 0.000000 -0.633254 1.059064 1.059064 1.059064 +4494.073242 0.000000 1996.507202 0.000000 0.316156 0.000000 -0.948707 1.079522 1.079522 1.079522 +4492.727539 0.000000 1998.970215 0.000000 0.044203 0.000000 -0.999023 1.097185 1.097185 1.097185 +4503.371582 0.000000 2006.364380 0.000000 0.806242 0.000000 -0.591585 1.045989 1.045989 1.045989 +4497.119629 0.000000 2025.211792 0.000000 0.268511 0.000000 -0.963277 1.082694 1.082694 1.082694 +4492.908691 0.000000 1997.842529 0.000000 0.542241 0.000000 -0.840223 1.063515 1.063515 1.063515 +4565.705078 0.000000 2003.820801 0.000000 0.801714 0.000000 -0.597708 0.642265 0.642265 0.642265 +4578.900879 0.000000 1977.017822 0.000000 0.846561 0.000000 -0.532292 0.620864 0.620864 0.620864 +4570.987305 0.000000 1977.041870 0.000000 0.327341 0.000000 -0.944906 0.752526 0.752526 0.752526 +4565.235840 0.000000 1996.814209 0.000000 0.135076 0.000000 -0.990835 0.758536 0.758536 0.758536 +4564.832520 0.000000 1989.532715 0.000000 0.449506 0.000000 -0.893278 0.687382 0.687382 0.687382 +4552.614258 0.000000 1990.481934 0.000000 0.052584 0.000000 -0.998616 0.780287 0.780287 0.780287 +4567.068359 0.000000 1981.464233 0.000000 0.192374 0.000000 -0.981322 0.748072 0.748072 0.748072 +4558.686523 0.000000 1991.544556 0.000000 0.004639 0.000000 -0.999989 0.750435 0.750435 0.750435 +4552.173828 0.000000 1999.219482 0.000000 0.561546 0.000000 -0.827445 0.668242 0.668242 0.668242 +4550.363770 0.000000 1986.465820 0.000000 0.801767 0.000000 -0.597636 0.622576 0.622576 0.622576 +4563.894531 0.000000 1984.724854 0.000000 0.393346 0.000000 -0.919391 0.723227 0.723227 0.723227 +4571.678223 0.000000 1981.967285 0.000000 0.578097 0.000000 -0.815968 0.672627 0.672627 0.672627 +4551.143066 0.000000 2004.337646 0.000000 0.851963 0.000000 -0.523602 0.594723 0.594723 0.594723 +4550.475098 0.000000 1991.543823 0.000000 0.808808 0.000000 -0.588073 0.619833 0.619833 0.619833 +4549.729492 0.000000 2018.981934 0.000000 0.774481 0.000000 -0.632598 0.616356 0.616356 0.616356 +4550.028809 0.000000 1999.882690 0.000000 0.033568 0.000000 -0.999436 0.737749 0.737749 0.737749 +4553.322266 0.000000 1995.920776 0.000000 0.713446 0.000000 -0.700710 0.619496 0.619496 0.619496 +4546.199219 0.000000 1984.065430 0.000000 0.035733 0.000000 -0.999361 0.748410 0.748410 0.748410 +4563.236816 0.000000 1988.276245 0.000000 0.310221 0.000000 -0.950664 0.715782 0.715782 0.715782 +4548.035156 0.000000 1983.172852 0.000000 0.350072 0.000000 -0.936723 0.679450 0.679450 0.679450 +4550.912598 0.000000 1976.954712 0.000000 0.739613 0.000000 -0.673033 0.845440 0.845440 0.845440 +4574.725586 0.000000 1980.545654 0.000000 0.414369 0.000000 -0.910109 0.693135 0.693135 0.693135 +4554.618164 0.000000 1990.497559 0.000000 0.083394 0.000000 -0.996517 0.758991 0.758991 0.758991 +4567.366211 0.000000 1979.605835 0.000000 0.557922 0.000000 -0.829893 0.668996 0.668996 0.668996 +4548.679688 0.000000 2029.568115 0.000000 0.726459 0.000000 -0.687210 0.930449 0.930449 0.930449 +4548.189941 0.000000 2022.116455 0.000000 0.823624 0.000000 -0.567137 0.641013 0.641013 0.641013 +4545.726074 0.000000 2019.857544 0.000000 0.779517 0.000000 -0.626381 0.855022 0.855022 0.855022 +4571.504395 0.000000 1990.931519 0.000000 0.749150 0.000000 -0.662400 0.920317 0.920317 0.920317 +4571.877441 0.000000 1988.443970 0.000000 0.737896 0.000000 -0.674915 0.894411 0.894411 0.894411 +4551.784180 0.000000 2030.269531 0.000000 0.119708 0.000000 -0.992809 0.858577 0.858577 0.858577 +4561.145996 0.000000 1979.507324 0.000000 0.374655 0.000000 -0.927164 0.795321 0.795321 0.795321 +4544.850586 0.000000 2017.517822 0.000000 0.635518 0.000000 -0.772086 0.773145 0.773145 0.773145 +4558.749512 0.000000 1976.984253 0.000000 0.460687 0.000000 -0.887563 0.927277 0.927277 0.927277 +4568.512695 0.000000 1984.686035 0.000000 0.160033 0.000000 -0.987112 0.710691 0.710691 0.710691 +4570.957520 0.000000 1983.579956 0.000000 0.494411 0.000000 -0.869228 0.660590 0.660590 0.660590 +4544.523438 0.000000 1978.609131 0.000000 0.729981 0.000000 -0.683468 1.088139 1.088139 1.088139 +4544.369629 0.000000 1987.854980 0.000000 0.814098 0.000000 -0.580727 0.622527 0.622527 0.622527 +4549.809082 0.000000 2032.436279 0.000000 0.132185 0.000000 -0.991225 1.197687 1.197687 1.197687 +4565.729980 0.000000 1992.543213 0.000000 0.182782 0.000000 -0.983154 0.743566 0.743566 0.743566 +4578.977539 0.000000 1991.452515 0.000000 0.411069 0.000000 -0.911604 0.690595 0.690595 0.690595 +4577.699219 0.000000 1990.383423 0.000000 0.750244 0.000000 -0.661161 0.876960 0.876960 0.876960 +4547.597168 0.000000 2002.059692 0.000000 0.454808 0.000000 -0.890590 1.052972 1.052972 1.052972 +4573.055664 0.000000 1982.966919 0.000000 0.126287 0.000000 -0.991994 0.825087 0.825087 0.825087 +4556.917480 0.000000 1995.150269 0.000000 0.551350 0.000000 -0.834274 0.666694 0.666694 0.666694 +4570.692383 0.000000 1989.404053 0.000000 0.486114 0.000000 -0.873895 0.946574 0.946574 0.946574 +4559.446289 0.000000 1992.971191 0.000000 0.827501 0.000000 -0.561465 0.588184 0.588184 0.588184 +4558.213379 0.000000 1978.658081 0.000000 0.856220 0.000000 -0.516611 0.637030 0.637030 0.637030 +4545.598145 0.000000 1980.518921 0.000000 0.212025 0.000000 -0.977264 1.122584 1.122584 1.122584 +4545.280273 0.000000 2010.802490 0.000000 0.259880 0.000000 -0.965641 0.928109 0.928109 0.928109 +4572.436523 0.000000 1993.556030 0.000000 0.230906 0.000000 -0.972976 0.872077 0.872077 0.872077 +4545.323730 0.000000 1983.010498 0.000000 0.087115 0.000000 -0.996198 1.051521 1.051521 1.051521 +4544.126465 0.000000 2022.635986 0.000000 0.666187 0.000000 -0.745785 1.107800 1.107800 1.107800 +4544.328125 0.000000 2025.421509 0.000000 0.461967 0.000000 -0.886897 1.075963 1.075963 1.075963 +4548.788086 0.000000 1999.453979 0.000000 0.634086 0.000000 -0.773263 0.793970 0.793970 0.793970 +4547.574219 0.000000 2030.376709 0.000000 0.311881 0.000000 -0.950121 1.121121 1.121121 1.121121 +4549.108887 0.000000 2026.585693 0.000000 0.697868 0.000000 -0.716227 0.840415 0.840415 0.840415 +4548.601562 0.000000 1978.276611 0.000000 0.665860 0.000000 -0.746076 0.886713 0.886713 0.886713 +4547.798340 0.000000 2005.559204 0.000000 0.355364 0.000000 -0.934728 1.034527 1.034527 1.034527 +4544.489258 0.000000 2008.375122 0.000000 0.221064 0.000000 -0.975259 1.061212 1.061212 1.061212 +4545.670898 0.000000 2026.873779 0.000000 0.577589 0.000000 -0.816327 1.060799 1.060799 1.060799 +4577.511719 0.000000 1986.012573 0.000000 0.293275 0.000000 -0.956028 1.150771 1.150771 1.150771 +4545.375488 0.000000 1979.345093 0.000000 0.721662 0.000000 -0.692245 1.089870 1.089870 1.089870 +4574.069336 0.000000 1990.081299 0.000000 0.767678 0.000000 -0.640836 0.990377 0.990377 0.990377 +4545.144043 0.000000 2002.407349 0.000000 0.517925 0.000000 -0.855426 1.116076 1.116076 1.116076 +4574.662598 0.000000 1988.013306 0.000000 0.553569 0.000000 -0.832803 1.092137 1.092137 1.092137 +4544.040039 0.000000 2030.112061 0.000000 0.527490 0.000000 -0.849561 1.064627 1.064627 1.064627 +4477.658691 0.000000 2068.753174 0.000000 0.586872 0.000000 -0.809680 0.697530 0.697530 0.697530 +4450.015137 0.000000 2053.933105 0.000000 0.327122 0.000000 -0.944982 0.753500 0.753500 0.753500 +4475.211426 0.000000 2063.055664 0.000000 0.190184 0.000000 -0.981748 0.779469 0.779469 0.779469 +4474.504395 0.000000 2057.196289 0.000000 0.676514 0.000000 -0.736430 0.649724 0.649724 0.649724 +4474.637207 0.000000 2060.371094 0.000000 0.438225 0.000000 -0.898865 0.717966 0.717966 0.717966 +4449.641602 0.000000 2051.516113 0.000000 0.841052 0.000000 -0.540954 0.601671 0.601671 0.601671 +4465.687988 0.000000 2042.390015 0.000000 0.218956 0.000000 -0.975735 0.705767 0.705767 0.705767 +4479.163574 0.000000 2066.112061 0.000000 0.554663 0.000000 -0.832075 0.681451 0.681451 0.681451 +4456.647949 0.000000 2034.764160 0.000000 0.832881 0.000000 -0.553452 0.609159 0.609159 0.609159 +4477.252441 0.000000 2043.863892 0.000000 0.568847 0.000000 -0.822443 0.645739 0.645739 0.645739 +4461.585449 0.000000 2043.870605 0.000000 0.654753 0.000000 -0.755843 0.641890 0.641890 0.641890 +4444.979980 0.000000 2048.716553 0.000000 0.853582 0.000000 -0.520959 0.597063 0.597063 0.597063 +4469.177734 0.000000 2043.957886 0.000000 0.801146 0.000000 -0.598469 0.594904 0.594904 0.594904 +4461.587891 0.000000 2041.209717 0.000000 0.558965 0.000000 -0.829191 0.772773 0.772773 0.772773 +4473.360352 0.000000 2044.694214 0.000000 0.467917 0.000000 -0.883772 0.689550 0.689550 0.689550 +4458.257812 0.000000 2035.699951 0.000000 0.036527 0.000000 -0.999333 0.805817 0.805817 0.805817 +4452.749023 0.000000 2042.807007 0.000000 0.757075 0.000000 -0.653328 0.918380 0.918380 0.918380 +4457.963379 0.000000 2040.966797 0.000000 0.316293 0.000000 -0.948662 0.943072 0.943072 0.943072 +4468.916016 0.000000 2040.800537 0.000000 0.619634 0.000000 -0.784891 0.910991 0.910991 0.910991 +4447.632324 0.000000 2044.106323 0.000000 0.815520 0.000000 -0.578729 0.907899 0.907899 0.907899 +4475.993164 0.000000 2049.981201 0.000000 0.161860 0.000000 -0.986814 0.720961 0.720961 0.720961 +4458.439941 0.000000 2045.661377 0.000000 0.848541 0.000000 -0.529130 0.582477 0.582477 0.582477 +4450.977539 0.000000 2047.936890 0.000000 0.825365 0.000000 -0.564599 0.827866 0.827866 0.827866 +4449.853027 0.000000 2045.202271 0.000000 0.465858 0.000000 -0.884859 1.006206 1.006206 1.006206 +4469.071289 0.000000 2038.178833 0.000000 0.489889 0.000000 -0.871785 1.134022 1.134022 1.134022 +4467.663574 0.000000 2034.605957 0.000000 0.825725 0.000000 -0.564073 1.039949 1.039949 1.039949 +4477.240234 0.000000 2047.468750 0.000000 0.608928 0.000000 -0.793225 0.763003 0.763003 0.763003 +4448.240234 0.000000 2047.407349 0.000000 0.848907 0.000000 -0.528542 0.771461 0.771461 0.771461 +4447.069336 0.000000 2042.820679 0.000000 0.363408 0.000000 -0.931630 0.854882 0.854882 0.854882 +4476.926270 0.000000 2037.280518 0.000000 0.631336 0.000000 -0.775509 0.768841 0.768841 0.768841 +4479.314453 0.000000 2061.350342 0.000000 0.214695 0.000000 -0.976681 0.895374 0.895374 0.895374 +4477.039062 0.000000 2051.778564 0.000000 0.311643 0.000000 -0.950199 0.894341 0.894341 0.894341 +4456.696289 0.000000 2043.685059 0.000000 0.414421 0.000000 -0.910085 0.911269 0.911269 0.911269 +4466.592773 0.000000 2039.148682 0.000000 0.773743 0.000000 -0.633500 1.090950 1.090950 1.090950 +4469.270996 0.000000 2036.737671 0.000000 0.227744 0.000000 -0.973721 1.085373 1.085373 1.085373 +4473.375000 0.000000 2036.695190 0.000000 0.684673 0.000000 -0.728851 1.096027 1.096027 1.096027 +4448.728027 0.000000 2044.646240 0.000000 0.864327 0.000000 -0.502931 0.917206 0.917206 0.917206 +4454.709473 0.000000 2044.245239 0.000000 0.617962 0.000000 -0.786208 0.939930 0.939930 0.939930 +4466.000000 0.000000 2036.745361 0.000000 0.514972 0.000000 -0.857207 1.071731 1.071731 1.071731 +4479.384277 0.000000 2049.201660 0.000000 0.119727 0.000000 -0.992807 1.128574 1.128574 1.128574 +4467.716797 0.000000 2035.689575 0.000000 0.566754 0.000000 -0.823887 1.064540 1.064540 1.064540 +4465.364258 0.000000 2035.726807 0.000000 0.858061 0.000000 -0.513547 1.071495 1.071495 1.071495 +4465.862305 0.000000 2034.639282 0.000000 0.321155 0.000000 -0.947027 1.164893 1.164893 1.164893 +4471.173828 0.000000 2036.485229 0.000000 0.362717 0.000000 -0.931899 1.090745 1.090745 1.090745 +4541.658691 0.000000 2068.753174 0.000000 0.555264 0.000000 -0.831674 0.704856 0.704856 0.704856 +4481.884766 0.000000 2084.489990 0.000000 0.865360 0.000000 -0.501150 0.611066 0.611066 0.611066 +4527.868652 0.000000 2081.848389 0.000000 0.812076 0.000000 -0.583552 0.629503 0.629503 0.629503 +4510.953613 0.000000 2089.689941 0.000000 0.337302 0.000000 -0.941397 0.758639 0.758639 0.758639 +4506.987305 0.000000 2033.526245 0.000000 0.390310 0.000000 -0.920683 0.714221 0.714221 0.714221 +4508.380371 0.000000 2088.287842 0.000000 0.281490 0.000000 -0.959564 0.759463 0.759463 0.759463 +4505.706543 0.000000 2047.076904 0.000000 0.374551 0.000000 -0.927206 0.705788 0.705788 0.705788 +4501.235840 0.000000 2053.298584 0.000000 0.460388 0.000000 -0.887718 0.694309 0.694309 0.694309 +4533.633789 0.000000 2070.494629 0.000000 0.859281 0.000000 -0.511503 0.597520 0.597520 0.597520 +4498.128418 0.000000 2054.199219 0.000000 0.623706 0.000000 -0.781659 0.642813 0.642813 0.642813 +4504.535645 0.000000 2049.792480 0.000000 0.811166 0.000000 -0.584815 0.609241 0.609241 0.609241 +4506.245605 0.000000 2051.949463 0.000000 0.267919 0.000000 -0.963441 0.727272 0.727272 0.727272 +4526.782227 0.000000 2075.501709 0.000000 0.298140 0.000000 -0.954522 0.687571 0.687571 0.687571 +4503.348633 0.000000 2086.436035 0.000000 0.620094 0.000000 -0.784528 0.640845 0.640845 0.640845 +4506.165527 0.000000 2041.695312 0.000000 0.079526 0.000000 -0.996833 0.780887 0.780887 0.780887 +4529.314941 0.000000 2076.135742 0.000000 0.317363 0.000000 -0.948304 0.730377 0.730377 0.730377 +4538.561523 0.000000 2065.196777 0.000000 0.552939 0.000000 -0.833222 0.652327 0.652327 0.652327 +4511.888672 0.000000 2054.981689 0.000000 0.018218 0.000000 -0.999834 0.730821 0.730821 0.730821 +4507.673340 0.000000 2086.210938 0.000000 0.048362 0.000000 -0.998830 0.768525 0.768525 0.768525 +4525.465820 0.000000 2077.733398 0.000000 0.074845 0.000000 -0.997195 0.727994 0.727994 0.727994 +4483.385254 0.000000 2071.872070 0.000000 0.165036 0.000000 -0.986287 0.744659 0.744659 0.744659 +4507.966309 0.000000 2043.050659 0.000000 0.788426 0.000000 -0.615129 0.622320 0.622320 0.622320 +4486.997070 0.000000 2073.694336 0.000000 0.851229 0.000000 -0.524795 0.617665 0.617665 0.617665 +4505.618652 0.000000 2085.114746 0.000000 0.052989 0.000000 -0.998595 0.729058 0.729058 0.729058 +4509.739258 0.000000 2054.900635 0.000000 0.593431 0.000000 -0.804885 0.647485 0.647485 0.647485 +4537.678223 0.000000 2048.559082 0.000000 0.238328 0.000000 -0.971185 0.721663 0.721663 0.721663 +4505.598145 0.000000 2057.069092 0.000000 0.840107 0.000000 -0.542420 0.590816 0.590816 0.590816 +4500.141113 0.000000 2087.369385 0.000000 0.422495 0.000000 -0.906365 0.666981 0.666981 0.666981 +4490.234863 0.000000 2080.883301 0.000000 0.549553 0.000000 -0.835459 0.774567 0.774567 0.774567 +4502.911621 0.000000 2074.427002 0.000000 0.605758 0.000000 -0.795649 0.742691 0.742691 0.742691 +4537.360352 0.000000 2044.694214 0.000000 0.491398 0.000000 -0.870935 0.682728 0.682728 0.682728 +4497.033691 0.000000 2073.398438 0.000000 0.845986 0.000000 -0.533205 0.691574 0.691574 0.691574 +4488.076660 0.000000 2077.490967 0.000000 0.268377 0.000000 -0.963314 0.698973 0.698973 0.698973 +4495.799805 0.000000 2076.501221 0.000000 0.330040 0.000000 -0.943967 0.839863 0.839863 0.839863 +4532.393066 0.000000 2055.831055 0.000000 0.155365 0.000000 -0.987857 0.721993 0.721993 0.721993 +4501.101562 0.000000 2079.888428 0.000000 0.023654 0.000000 -0.999720 0.824644 0.824644 0.824644 +4530.516602 0.000000 2049.468994 0.000000 0.460332 0.000000 -0.887747 0.811922 0.811922 0.811922 +4543.825195 0.000000 2046.690186 0.000000 0.289343 0.000000 -0.957225 0.692788 0.692788 0.692788 +4515.093262 0.000000 2055.813721 0.000000 0.862889 0.000000 -0.505393 0.665973 0.665973 0.665973 +4505.304688 0.000000 2034.431152 0.000000 0.342394 0.000000 -0.939556 0.699870 0.699870 0.699870 +4493.340332 0.000000 2073.664307 0.000000 0.237453 0.000000 -0.971399 0.985200 0.985200 0.985200 +4536.654297 0.000000 2050.650391 0.000000 0.811522 0.000000 -0.584322 0.607265 0.607265 0.607265 +4517.294434 0.000000 2078.393555 0.000000 0.217871 0.000000 -0.975978 0.714032 0.714032 0.714032 +4538.270996 0.000000 2041.771240 0.000000 0.661409 0.000000 -0.750025 0.788207 0.788207 0.788207 +4540.473145 0.000000 2060.421631 0.000000 0.052481 0.000000 -0.998622 0.921860 0.921860 0.921860 +4539.262207 0.000000 2055.573486 0.000000 0.746973 0.000000 -0.664855 0.665261 0.665261 0.665261 +4494.777344 0.000000 2053.689697 0.000000 0.569723 0.000000 -0.821837 0.647023 0.647023 0.647023 +4532.916016 0.000000 2040.800537 0.000000 0.734780 0.000000 -0.678305 0.801967 0.801967 0.801967 +4531.291016 0.000000 2043.861572 0.000000 0.767276 0.000000 -0.641317 0.985887 0.985887 0.985887 +4497.862305 0.000000 2069.764893 0.000000 0.690458 0.000000 -0.723373 0.914948 0.914948 0.914948 +4492.970703 0.000000 2080.423340 0.000000 0.544391 0.000000 -0.838832 0.852418 0.852418 0.852418 +4516.990723 0.000000 2034.123047 0.000000 0.185687 0.000000 -0.982609 0.714316 0.714316 0.714316 +4490.663574 0.000000 2088.022461 0.000000 0.751899 0.000000 -0.659279 0.966527 0.966527 0.966527 +4488.564453 0.000000 2085.168457 0.000000 0.157563 0.000000 -0.987509 1.017161 1.017161 1.017161 +4513.519531 0.000000 2041.298462 0.000000 0.476621 0.000000 -0.879109 0.666104 0.666104 0.666104 +4499.835449 0.000000 2054.324463 0.000000 0.414111 0.000000 -0.910226 0.682046 0.682046 0.682046 +4514.375977 0.000000 2049.880127 0.000000 0.835488 0.000000 -0.549509 0.911726 0.911726 0.911726 +4536.710938 0.000000 2057.269043 0.000000 0.715613 0.000000 -0.698497 0.698700 0.698700 0.698700 +4483.050781 0.000000 2036.831787 0.000000 0.538113 0.000000 -0.842873 0.838513 0.838513 0.838513 +4535.822754 0.000000 2064.730713 0.000000 0.687357 0.000000 -0.726320 0.715382 0.715382 0.715382 +4499.343262 0.000000 2085.038574 0.000000 0.692333 0.000000 -0.721578 0.781457 0.781457 0.781457 +4510.924805 0.000000 2072.742432 0.000000 0.355497 0.000000 -0.934677 1.095623 1.095623 1.095623 +4530.132324 0.000000 2052.858643 0.000000 0.264952 0.000000 -0.964262 0.692687 0.692687 0.692687 +4491.377441 0.000000 2052.980957 0.000000 0.359443 0.000000 -0.933167 0.935624 0.935624 0.935624 +4491.256348 0.000000 2086.470947 0.000000 0.679309 0.000000 -0.733852 1.041687 1.041687 1.041687 +4532.078125 0.000000 2050.108154 0.000000 0.194989 0.000000 -0.980805 0.715678 0.715678 0.715678 +4537.112305 0.000000 2040.027832 0.000000 0.370893 0.000000 -0.928676 0.785257 0.785257 0.785257 +4505.560059 0.000000 2076.611084 0.000000 0.740877 0.000000 -0.671641 0.755001 0.755001 0.755001 +4480.233887 0.000000 2046.880737 0.000000 0.271164 0.000000 -0.962533 1.100728 1.100728 1.100728 +4487.434570 0.000000 2044.181030 0.000000 0.004748 0.000000 -0.999989 1.082578 1.082578 1.082578 +4492.617676 0.000000 2050.084717 0.000000 0.146556 0.000000 -0.989202 0.713795 0.713795 0.713795 +4542.038574 0.000000 2057.420654 0.000000 0.651010 0.000000 -0.759069 0.965867 0.965867 0.965867 +4532.080566 0.000000 2046.630981 0.000000 0.778935 0.000000 -0.627105 0.641870 0.641870 0.641870 +4496.425781 0.000000 2084.140625 0.000000 0.006820 0.000000 -0.999977 0.908464 0.908464 0.908464 +4480.369629 0.000000 2044.339355 0.000000 0.125903 0.000000 -0.992043 0.955254 0.955254 0.955254 +4485.809082 0.000000 2088.920654 0.000000 0.740298 0.000000 -0.672279 0.729478 0.729478 0.729478 +4491.049316 0.000000 2083.318359 0.000000 0.350493 0.000000 -0.936566 0.946867 0.946867 0.946867 +4495.974609 0.000000 2066.997314 0.000000 0.638489 0.000000 -0.769631 1.121691 1.121691 1.121691 +4508.266602 0.000000 2070.804688 0.000000 0.844069 0.000000 -0.536234 1.066551 1.066551 1.066551 +4524.147461 0.000000 2049.072998 0.000000 0.629381 0.000000 -0.777097 1.116657 1.116657 1.116657 +4542.383301 0.000000 2054.604004 0.000000 0.735842 0.000000 -0.677154 0.885279 0.885279 0.885279 +4483.049316 0.000000 2045.708374 0.000000 0.579520 0.000000 -0.814958 0.961755 0.961755 0.961755 +4514.977539 0.000000 2047.936890 0.000000 0.572145 0.000000 -0.820153 0.995565 0.995565 0.995565 +4484.635742 0.000000 2045.840332 0.000000 0.466401 0.000000 -0.884573 1.001537 1.001537 1.001537 +4527.029785 0.000000 2047.681030 0.000000 0.393288 0.000000 -0.919415 1.140671 1.140671 1.140671 +4534.362793 0.000000 2067.079346 0.000000 0.101406 0.000000 -0.994845 0.728331 0.728331 0.728331 +4501.555664 0.000000 2037.522583 0.000000 0.364651 0.000000 -0.931144 1.050780 1.050780 1.050780 +4523.954590 0.000000 2057.143555 0.000000 0.358208 0.000000 -0.933642 0.992911 0.992911 0.992911 +4503.599609 0.000000 2087.992676 0.000000 0.836153 0.000000 -0.548496 0.590660 0.590660 0.590660 +4513.853027 0.000000 2045.202271 0.000000 0.702387 0.000000 -0.711795 0.722563 0.722563 0.722563 +4511.967773 0.000000 2051.637207 0.000000 0.337519 0.000000 -0.941319 0.696741 0.696741 0.696741 +4480.016113 0.000000 2042.090088 0.000000 0.123742 0.000000 -0.992314 0.825490 0.825490 0.825490 +4491.039062 0.000000 2049.693848 0.000000 0.375103 0.000000 -0.926983 0.768361 0.768361 0.768361 +4496.278320 0.000000 2054.156738 0.000000 0.586766 0.000000 -0.809756 0.639598 0.639598 0.639598 +4483.498047 0.000000 2034.195068 0.000000 0.378003 0.000000 -0.925804 0.892922 0.892922 0.892922 +4517.508789 0.000000 2048.825928 0.000000 0.589939 0.000000 -0.807448 1.085258 1.085258 1.085258 +4498.634277 0.000000 2078.706055 0.000000 0.401427 0.000000 -0.915891 0.774687 0.774687 0.774687 +4488.131348 0.000000 2042.825195 0.000000 0.485902 0.000000 -0.874013 1.051905 1.051905 1.051905 +4490.331055 0.000000 2078.773926 0.000000 0.213698 0.000000 -0.976900 0.789239 0.789239 0.789239 +4522.712402 0.000000 2054.656006 0.000000 0.445727 0.000000 -0.895169 0.949203 0.949203 0.949203 +4500.841797 0.000000 2068.003662 0.000000 0.657361 0.000000 -0.753576 1.001312 1.001312 1.001312 +4497.267090 0.000000 2064.071289 0.000000 0.058653 0.000000 -0.998278 1.193128 1.193128 1.193128 +4502.444824 0.000000 2085.136230 0.000000 0.351603 0.000000 -0.936149 0.739387 0.739387 0.739387 +4496.485352 0.000000 2058.549805 0.000000 0.716852 0.000000 -0.697226 0.884932 0.884932 0.884932 +4509.264648 0.000000 2080.218750 0.000000 0.544406 0.000000 -0.838822 0.656848 0.656848 0.656848 +4512.284180 0.000000 2075.626221 0.000000 0.760359 0.000000 -0.649503 0.898512 0.898512 0.898512 +4525.470215 0.000000 2061.664551 0.000000 0.137471 0.000000 -0.990506 1.083396 1.083396 1.083396 +4511.303223 0.000000 2060.448975 0.000000 0.738885 0.000000 -0.673832 0.960330 0.960330 0.960330 +4523.175293 0.000000 2051.734863 0.000000 0.388163 0.000000 -0.921591 1.102968 1.102968 1.102968 +4498.728027 0.000000 2067.595459 0.000000 0.293272 0.000000 -0.956029 1.114016 1.114016 1.114016 +4486.164062 0.000000 2062.007324 0.000000 0.224562 0.000000 -0.974460 1.085581 1.085581 1.085581 +4498.834473 0.000000 2060.026855 0.000000 0.723143 0.000000 -0.690699 0.917011 0.917011 0.917011 +4493.467285 0.000000 2082.084229 0.000000 0.030479 0.000000 -0.999535 0.970809 0.970809 0.970809 +4495.217285 0.000000 2065.585938 0.000000 0.435677 0.000000 -0.900103 1.119955 1.119955 1.119955 +4519.388184 0.000000 2051.498291 0.000000 0.856638 0.000000 -0.515919 0.966538 0.966538 0.966538 +4510.394531 0.000000 2051.483887 0.000000 0.313524 0.000000 -0.949580 0.700507 0.700507 0.700507 +4509.067383 0.000000 2056.950439 0.000000 0.555605 0.000000 -0.831446 0.671443 0.671443 0.671443 +4499.524902 0.000000 2070.371338 0.000000 0.381970 0.000000 -0.924175 0.830961 0.830961 0.830961 +4517.802246 0.000000 2051.714355 0.000000 0.125477 0.000000 -0.992096 1.076568 1.076568 1.076568 +4489.676758 0.000000 2048.114014 0.000000 0.847365 0.000000 -0.531011 0.855440 0.855440 0.855440 +4519.789551 0.000000 2047.374878 0.000000 0.241787 0.000000 -0.970329 1.138106 1.138106 1.138106 +4505.742188 0.000000 2062.488770 0.000000 0.508018 0.000000 -0.861346 1.141299 1.141299 1.141299 +4492.996094 0.000000 2063.269287 0.000000 0.617842 0.000000 -0.786302 1.057601 1.057601 1.057601 +4486.382324 0.000000 2070.437500 0.000000 0.772679 0.000000 -0.634797 0.827387 0.827387 0.827387 +4496.398438 0.000000 2078.493896 0.000000 0.832576 0.000000 -0.553911 0.751304 0.751304 0.751304 +4491.583984 0.000000 2036.995117 0.000000 0.789165 0.000000 -0.614182 1.046065 1.046065 1.046065 +4494.835449 0.000000 2063.078125 0.000000 0.044051 0.000000 -0.999029 1.154368 1.154368 1.154368 +4499.521973 0.000000 2065.213135 0.000000 0.177810 0.000000 -0.984065 1.160183 1.160183 1.160183 +4514.377441 0.000000 2077.164795 0.000000 0.361294 0.000000 -0.932452 0.770678 0.770678 0.770678 +4537.198730 0.000000 2060.172852 0.000000 0.007147 0.000000 -0.999974 0.974600 0.974600 0.974600 +4520.074707 0.000000 2065.770508 0.000000 0.494531 0.000000 -0.869160 1.067068 1.067068 1.067068 +4489.995605 0.000000 2082.278564 0.000000 0.492678 0.000000 -0.870212 0.779882 0.779882 0.779882 +4521.033691 0.000000 2074.874268 0.000000 0.458353 0.000000 -0.888770 1.034626 1.034626 1.034626 +4524.311035 0.000000 2047.026733 0.000000 0.001154 0.000000 -0.999999 1.135195 1.135195 1.135195 +4506.283691 0.000000 2079.983398 0.000000 0.782954 0.000000 -0.622079 0.724178 0.724178 0.724178 +4502.889648 0.000000 2082.699463 0.000000 0.145843 0.000000 -0.989308 0.838274 0.838274 0.838274 +4502.292480 0.000000 2064.858154 0.000000 0.822386 0.000000 -0.568930 1.065725 1.065725 1.065725 +4529.824707 0.000000 2043.922974 0.000000 0.278536 0.000000 -0.960426 1.138004 1.138004 1.138004 +4534.908203 0.000000 2045.311523 0.000000 0.328333 0.000000 -0.944562 0.748717 0.748717 0.748717 +4518.014160 0.000000 2064.266113 0.000000 0.062965 0.000000 -0.998016 1.095989 1.095989 1.095989 +4485.597656 0.000000 2046.905151 0.000000 0.412406 0.000000 -0.911000 1.119898 1.119898 1.119898 +4510.348145 0.000000 2063.775879 0.000000 0.429109 0.000000 -0.903253 1.144375 1.144375 1.144375 +4500.196289 0.000000 2082.199707 0.000000 0.544068 0.000000 -0.839041 0.806750 0.806750 0.806750 +4500.314941 0.000000 2060.343018 0.000000 0.565501 0.000000 -0.824748 0.973813 0.973813 0.973813 +4485.854492 0.000000 2068.190674 0.000000 0.305323 0.000000 -0.952249 0.940077 0.940077 0.940077 +4499.616211 0.000000 2079.696289 0.000000 0.496728 0.000000 -0.867906 0.757947 0.757947 0.757947 +4518.002930 0.000000 2035.099121 0.000000 0.525248 0.000000 -0.850949 0.871075 0.871075 0.871075 +4505.036621 0.000000 2058.372314 0.000000 0.188541 0.000000 -0.982065 0.847476 0.847476 0.847476 +4509.948242 0.000000 2074.557861 0.000000 0.736043 0.000000 -0.676935 0.860980 0.860980 0.860980 +4485.475098 0.000000 2041.713745 0.000000 0.530303 0.000000 -0.847808 0.928709 0.928709 0.928709 +4514.454102 0.000000 2074.458740 0.000000 0.495734 0.000000 -0.868475 0.982365 0.982365 0.982365 +4515.804199 0.000000 2076.739014 0.000000 0.862583 0.000000 -0.505916 0.666068 0.666068 0.666068 +4540.926270 0.000000 2037.280518 0.000000 0.690315 0.000000 -0.723509 0.989753 0.989753 0.989753 +4480.049316 0.000000 2059.135010 0.000000 0.099096 0.000000 -0.995078 1.137766 1.137766 1.137766 +4481.993652 0.000000 2056.887451 0.000000 0.535133 0.000000 -0.844768 1.064052 1.064052 1.064052 +4491.583008 0.000000 2080.382324 0.000000 0.550233 0.000000 -0.835011 0.774438 0.774438 0.774438 +4520.459473 0.000000 2062.957031 0.000000 0.721170 0.000000 -0.692758 1.080819 1.080819 1.080819 +4482.009277 0.000000 2054.486328 0.000000 0.291700 0.000000 -0.956510 1.081156 1.081156 1.081156 +4529.244629 0.000000 2070.489746 0.000000 0.436125 0.000000 -0.899886 0.779378 0.779378 0.779378 +4543.365723 0.000000 2043.402832 0.000000 0.400981 0.000000 -0.916086 0.832848 0.832848 0.832848 +4505.172852 0.000000 2069.952148 0.000000 0.303237 0.000000 -0.952915 1.156044 1.156044 1.156044 +4535.129883 0.000000 2060.030762 0.000000 0.684228 0.000000 -0.729268 0.848420 0.848420 0.848420 +4500.561035 0.000000 2084.202881 0.000000 0.192224 0.000000 -0.981351 0.841547 0.841547 0.841547 +4522.783691 0.000000 2066.243652 0.000000 0.074315 0.000000 -0.997235 1.110955 1.110955 1.110955 +4483.455566 0.000000 2052.118652 0.000000 0.834448 0.000000 -0.551087 1.037157 1.037157 1.037157 +4524.222168 0.000000 2066.823242 0.000000 0.609478 0.000000 -0.792803 1.119980 1.119980 1.119980 +4528.351074 0.000000 2042.346313 0.000000 0.723830 0.000000 -0.689978 1.081554 1.081554 1.081554 +4522.544434 0.000000 2070.290527 0.000000 0.035375 0.000000 -0.999374 1.175945 1.175945 1.175945 +4527.249023 0.000000 2056.174805 0.000000 0.753252 0.000000 -0.657732 0.787463 0.787463 0.787463 +4492.183105 0.000000 2043.092773 0.000000 0.682080 0.000000 -0.731278 1.018756 1.018756 1.018756 +4539.996582 0.000000 2040.706421 0.000000 0.046037 0.000000 -0.998940 0.896910 0.896910 0.896910 +4484.993652 0.000000 2057.620605 0.000000 0.141836 0.000000 -0.989890 1.090940 1.090940 1.090940 +4485.529297 0.000000 2036.927490 0.000000 0.554967 0.000000 -0.831873 0.989699 0.989699 0.989699 +4516.191406 0.000000 2045.142456 0.000000 0.287598 0.000000 -0.957751 1.139562 1.139562 1.139562 +4534.683594 0.000000 2063.999268 0.000000 0.125933 0.000000 -0.992039 0.904798 0.904798 0.904798 +4520.301758 0.000000 2073.754395 0.000000 0.143829 0.000000 -0.989603 1.184829 1.184829 1.184829 +4524.134277 0.000000 2068.418701 0.000000 0.783685 0.000000 -0.621159 1.085837 1.085837 1.085837 +4488.409180 0.000000 2048.257080 0.000000 0.784862 0.000000 -0.619671 0.873031 0.873031 0.873031 +4485.575684 0.000000 2054.786133 0.000000 0.494078 0.000000 -0.869418 1.067101 1.067101 1.067101 +4529.067871 0.000000 2037.966431 0.000000 0.823570 0.000000 -0.567214 1.051947 1.051947 1.051947 +4520.398438 0.000000 2042.303955 0.000000 0.661810 0.000000 -0.749672 1.053958 1.053958 1.053958 +4497.357910 0.000000 2066.853271 0.000000 0.300567 0.000000 -0.953761 1.096022 1.096022 1.096022 +4524.736816 0.000000 2036.259521 0.000000 0.451005 0.000000 -0.892521 1.070213 1.070213 1.070213 +4527.984863 0.000000 2067.017822 0.000000 0.478661 0.000000 -0.878000 1.039931 1.039931 1.039931 +4509.854004 0.000000 2062.629883 0.000000 0.469873 0.000000 -0.882734 1.151492 1.151492 1.151492 +4503.843750 0.000000 2071.777588 0.000000 0.540581 0.000000 -0.841292 0.959946 0.959946 0.959946 +4519.639160 0.000000 2060.510742 0.000000 0.043778 0.000000 -0.999041 1.183845 1.183845 1.183845 +4496.512207 0.000000 2069.182861 0.000000 0.635984 0.000000 -0.771702 0.926715 0.926715 0.926715 +4524.330078 0.000000 2052.202393 0.000000 0.329001 0.000000 -0.944330 1.052333 1.052333 1.052333 +4522.844238 0.000000 2042.337402 0.000000 0.288780 0.000000 -0.957395 1.081350 1.081350 1.081350 +4530.592773 0.000000 2039.148682 0.000000 0.094492 0.000000 -0.995526 1.168620 1.168620 1.168620 +4484.727051 0.000000 2040.688354 0.000000 0.394013 0.000000 -0.919105 0.953665 0.953665 0.953665 +4493.527344 0.000000 2040.481201 0.000000 0.787391 0.000000 -0.616454 1.075120 1.075120 1.075120 +4511.082031 0.000000 2069.585205 0.000000 0.158473 0.000000 -0.987363 1.091983 1.091983 1.091983 +4508.419922 0.000000 2064.980469 0.000000 0.470791 0.000000 -0.882245 1.102786 1.102786 1.102786 +4525.887207 0.000000 2072.669434 0.000000 0.600368 0.000000 -0.799724 1.026291 1.026291 1.026291 +4521.168457 0.000000 2064.994873 0.000000 0.363782 0.000000 -0.931484 1.076297 1.076297 1.076297 +4521.785156 0.000000 2067.520752 0.000000 0.802230 0.000000 -0.597015 1.040729 1.040729 1.040729 +4523.446289 0.000000 2075.049072 0.000000 0.580554 0.000000 -0.814222 0.947464 0.947464 0.947464 +4497.255371 0.000000 2043.725952 0.000000 0.188660 0.000000 -0.982042 1.092544 1.092544 1.092544 +4499.206055 0.000000 2042.269287 0.000000 0.731828 0.000000 -0.681489 0.933907 0.933907 0.933907 +4498.234375 0.000000 2064.900635 0.000000 0.769987 0.000000 -0.638059 1.057440 1.057440 1.057440 +4521.447266 0.000000 2050.342773 0.000000 0.568313 0.000000 -0.822812 1.041314 1.041314 1.041314 +4492.518066 0.000000 2062.027832 0.000000 0.130163 0.000000 -0.991493 1.091690 1.091690 1.091690 +4520.114258 0.000000 2035.992920 0.000000 0.686023 0.000000 -0.727580 1.044731 1.044731 1.044731 +4494.047363 0.000000 2060.634766 0.000000 0.773858 0.000000 -0.633359 1.094008 1.094008 1.094008 +4519.708496 0.000000 2039.432251 0.000000 0.408549 0.000000 -0.912736 1.157078 1.157078 1.157078 +4525.140625 0.000000 2053.050049 0.000000 0.410623 0.000000 -0.911805 1.038497 1.038497 1.038497 +4523.277832 0.000000 2046.450073 0.000000 0.507198 0.000000 -0.861830 1.077029 1.077029 1.077029 +4481.121582 0.000000 2050.545898 0.000000 0.833877 0.000000 -0.551950 1.040727 1.040727 1.040727 +4483.978516 0.000000 2049.655518 0.000000 0.217200 0.000000 -0.976127 1.122511 1.122511 1.122511 +4483.154785 0.000000 2054.189453 0.000000 0.211656 0.000000 -0.977344 1.086423 1.086423 1.086423 +4524.563965 0.000000 2073.157227 0.000000 0.807517 0.000000 -0.589845 0.980326 0.980326 0.980326 +4494.050293 0.000000 2065.590576 0.000000 0.042931 0.000000 -0.999078 1.163636 1.163636 1.163636 +4512.087402 0.000000 2073.556641 0.000000 0.733203 0.000000 -0.680010 1.065629 1.065629 1.065629 +4487.807129 0.000000 2066.639160 0.000000 0.766670 0.000000 -0.642042 1.073623 1.073623 1.073623 +4506.905273 0.000000 2067.010742 0.000000 0.247129 0.000000 -0.968983 1.109828 1.109828 1.109828 +4525.039062 0.000000 2070.860840 0.000000 0.459578 0.000000 -0.888137 1.145058 1.145058 1.145058 +4502.189453 0.000000 2062.440674 0.000000 0.517694 0.000000 -0.855566 1.136099 1.136099 1.136099 +4531.501953 0.000000 2033.504395 0.000000 0.777518 0.000000 -0.628861 1.037855 1.037855 1.037855 +4501.500000 0.000000 2063.621338 0.000000 0.548601 0.000000 -0.836084 1.105417 1.105417 1.105417 +4520.466309 0.000000 2066.974854 0.000000 0.134127 0.000000 -0.990964 1.091435 1.091435 1.091435 +4521.729980 0.000000 2039.409546 0.000000 0.746303 0.000000 -0.665606 1.057275 1.057275 1.057275 +4517.960449 0.000000 2073.306152 0.000000 0.565786 0.000000 -0.824552 1.113990 1.113990 1.113990 +4516.052246 0.000000 2072.880615 0.000000 0.151425 0.000000 -0.988469 1.166831 1.166831 1.166831 +4487.012695 0.000000 2034.528320 0.000000 0.865680 0.000000 -0.500598 1.067933 1.067933 1.067933 +4492.654785 0.000000 2037.141968 0.000000 0.852650 0.000000 -0.522483 1.034999 1.034999 1.034999 +4503.987793 0.000000 2062.075928 0.000000 0.229306 0.000000 -0.973354 1.177564 1.177564 1.177564 +4529.364258 0.000000 2035.726807 0.000000 0.644332 0.000000 -0.764746 1.068469 1.068469 1.068469 +4485.937500 0.000000 2033.937378 0.000000 0.788146 0.000000 -0.615488 1.017263 1.017263 1.017263 +4517.641602 0.000000 2060.719971 0.000000 0.177729 0.000000 -0.984079 1.168067 1.168067 1.168067 +4517.656250 0.000000 2042.138184 0.000000 0.493811 0.000000 -0.869569 1.089497 1.089497 1.089497 +4529.862305 0.000000 2034.639282 0.000000 0.812741 0.000000 -0.582625 1.048911 1.048911 1.048911 +4493.138672 0.000000 2064.975830 0.000000 0.505368 0.000000 -0.862904 1.066271 1.066271 1.066271 +4485.505859 0.000000 2062.907959 0.000000 0.695589 0.000000 -0.718440 1.051029 1.051029 1.051029 +4523.303711 0.000000 2035.997681 0.000000 0.399517 0.000000 -0.916726 1.094683 1.094683 1.094683 +4501.654297 0.000000 2067.350342 0.000000 0.787576 0.000000 -0.616217 1.091993 1.091993 1.091993 +4526.294922 0.000000 2048.880371 0.000000 0.061158 0.000000 -0.998128 1.169640 1.169640 1.169640 +4524.463379 0.000000 2048.061035 0.000000 0.544808 0.000000 -0.838561 1.130366 1.130366 1.130366 +4495.718262 0.000000 2033.890747 0.000000 0.434579 0.000000 -0.900634 1.071379 1.071379 1.071379 +4506.429199 0.000000 2067.925293 0.000000 0.734968 0.000000 -0.678102 1.061950 1.061950 1.061950 +4527.757812 0.000000 2036.202759 0.000000 0.744539 0.000000 -0.667579 1.046534 1.046534 1.046534 +4492.269531 0.000000 2041.295166 0.000000 0.429756 0.000000 -0.902945 1.127408 1.127408 1.127408 +4528.027344 0.000000 2037.444214 0.000000 0.503017 0.000000 -0.864276 1.089896 1.089896 1.089896 +4516.659668 0.000000 2069.535400 0.000000 0.440336 0.000000 -0.897833 1.070972 1.070972 1.070972 +4490.822754 0.000000 2033.447388 0.000000 0.509648 0.000000 -0.860383 1.065955 1.065955 1.065955 +4526.654785 0.000000 2043.464966 0.000000 0.848145 0.000000 -0.529763 1.035544 1.035544 1.035544 +4494.462402 0.000000 2037.079834 0.000000 0.434059 0.000000 -0.900885 1.071416 1.071416 1.071416 +4527.321289 0.000000 2042.096313 0.000000 0.408012 0.000000 -0.912977 1.073244 1.073244 1.073244 +4493.893066 0.000000 2062.859131 0.000000 0.499021 0.000000 -0.866590 1.066739 1.066739 1.066739 +4481.727051 0.000000 2055.418701 0.000000 0.333618 0.000000 -0.942708 1.078346 1.078346 1.078346 +4492.171387 0.000000 2034.759033 0.000000 0.793820 0.000000 -0.608152 1.041618 1.041618 1.041618 +4517.729004 0.000000 2068.071777 0.000000 0.727317 0.000000 -0.686302 1.048153 1.048153 1.048153 +4491.228516 0.000000 2035.298340 0.000000 0.401118 0.000000 -0.916026 1.073724 1.073724 1.073724 +4528.280762 0.000000 2034.031494 0.000000 0.767113 0.000000 -0.641512 1.054771 1.054771 1.054771 +4526.526367 0.000000 2041.491821 0.000000 0.828281 0.000000 -0.560313 1.037864 1.037864 1.037864 +4526.978027 0.000000 2039.030396 0.000000 0.620199 0.000000 -0.784444 1.057410 1.057410 1.057410 +4515.412598 0.000000 2066.279785 0.000000 0.734172 0.000000 -0.678963 1.047514 1.047514 1.047514 +4516.909180 0.000000 2067.410645 0.000000 0.446037 0.000000 -0.895015 1.070567 1.070567 1.070567 +4526.421387 0.000000 2033.472534 0.000000 0.751237 0.000000 -0.660032 1.045892 1.045892 1.045892 +4523.475098 0.000000 2040.200562 0.000000 0.461781 0.000000 -0.886994 1.069442 1.069442 1.069442 +4548.032715 0.000000 2065.049072 0.000000 0.383550 0.000000 -0.923520 0.754356 0.754356 0.754356 +4554.351562 0.000000 2054.316406 0.000000 0.430775 0.000000 -0.902459 0.730538 0.730538 0.730538 +4573.237305 0.000000 2066.959717 0.000000 0.848608 0.000000 -0.529022 0.618364 0.618364 0.618364 +4589.311035 0.000000 2067.787354 0.000000 0.762756 0.000000 -0.646686 0.639311 0.639311 0.639311 +4589.375000 0.000000 2058.359131 0.000000 0.499266 0.000000 -0.866449 0.715468 0.715468 0.715468 +4580.620605 0.000000 2080.145996 0.000000 0.043786 0.000000 -0.999041 0.804787 0.804787 0.804787 +4603.981445 0.000000 2088.656738 0.000000 0.589824 0.000000 -0.807532 0.681982 0.681982 0.681982 +4586.288574 0.000000 2056.585205 0.000000 0.175309 0.000000 -0.984513 0.770000 0.770000 0.770000 +4569.661133 0.000000 2036.503662 0.000000 0.171584 0.000000 -0.985170 0.760259 0.760259 0.760259 +4597.860840 0.000000 2081.503906 0.000000 0.289343 0.000000 -0.957225 0.747286 0.747286 0.747286 +4564.994629 0.000000 2035.990234 0.000000 0.824461 0.000000 -0.565919 0.619167 0.619167 0.619167 +4601.384766 0.000000 2089.689209 0.000000 0.743252 0.000000 -0.669012 0.627070 0.627070 0.627070 +4560.939453 0.000000 2049.366211 0.000000 0.565293 0.000000 -0.824890 0.674724 0.674724 0.674724 +4566.077637 0.000000 2050.612061 0.000000 0.536359 0.000000 -0.843990 0.686236 0.686236 0.686236 +4582.385742 0.000000 2050.282471 0.000000 0.321880 0.000000 -0.946780 0.730428 0.730428 0.730428 +4558.686523 0.000000 2048.029053 0.000000 0.590308 0.000000 -0.807178 0.665685 0.665685 0.665685 +4552.173828 0.000000 2055.703857 0.000000 0.654188 0.000000 -0.756332 0.654492 0.654492 0.654492 +4555.442871 0.000000 2051.246094 0.000000 0.554210 0.000000 -0.832377 0.684498 0.684498 0.684498 +4570.245605 0.000000 2051.949463 0.000000 0.741830 0.000000 -0.670588 0.619732 0.619732 0.619732 +4590.782227 0.000000 2075.501709 0.000000 0.797570 0.000000 -0.603226 0.624398 0.624398 0.624398 +4597.005371 0.000000 2085.632812 0.000000 0.486218 0.000000 -0.873838 0.666003 0.666003 0.666003 +4558.033691 0.000000 2039.328491 0.000000 0.568865 0.000000 -0.822431 0.647905 0.647905 0.647905 +4575.330566 0.000000 2065.858643 0.000000 0.629628 0.000000 -0.776897 0.668258 0.668258 0.668258 +4593.031738 0.000000 2079.776123 0.000000 0.394140 0.000000 -0.919050 0.699490 0.699490 0.699490 +4553.322266 0.000000 2052.405029 0.000000 0.778501 0.000000 -0.627643 0.618662 0.618662 0.618662 +4584.179688 0.000000 2061.622070 0.000000 0.393045 0.000000 -0.919519 0.688332 0.688332 0.688332 +4580.916016 0.000000 2061.500000 0.000000 0.343763 0.000000 -0.939056 0.805887 0.805887 0.805887 +4589.836426 0.000000 2086.070312 0.000000 0.462059 0.000000 -0.886849 0.715377 0.715377 0.715377 +4571.966309 0.000000 2043.050659 0.000000 0.595888 0.000000 -0.803068 0.739357 0.739357 0.739357 +4545.654297 0.000000 2047.795654 0.000000 0.728842 0.000000 -0.684682 0.615841 0.615841 0.615841 +4583.167969 0.000000 2081.907471 0.000000 0.774767 0.000000 -0.632247 0.623287 0.623287 0.623287 +4573.739258 0.000000 2054.900635 0.000000 0.608761 0.000000 -0.793354 0.667108 0.667108 0.667108 +4584.199219 0.000000 2064.283447 0.000000 0.814204 0.000000 -0.580579 0.592092 0.592092 0.592092 +4584.688965 0.000000 2057.837891 0.000000 0.684798 0.000000 -0.728733 0.643398 0.643398 0.643398 +4560.098633 0.000000 2043.197021 0.000000 0.667850 0.000000 -0.744296 0.781720 0.781720 0.781720 +4587.407227 0.000000 2077.665527 0.000000 0.724035 0.000000 -0.689763 0.621713 0.621713 0.621713 +4561.219727 0.000000 2044.896240 0.000000 0.565884 0.000000 -0.824485 0.707710 0.707710 0.707710 +4554.618164 0.000000 2046.981934 0.000000 0.058276 0.000000 -0.998300 0.731657 0.731657 0.731657 +4560.278320 0.000000 2046.993286 0.000000 0.158607 0.000000 -0.987342 0.718307 0.718307 0.718307 +4597.449707 0.000000 2083.329102 0.000000 0.600128 0.000000 -0.799904 0.662140 0.662140 0.662140 +4584.388184 0.000000 2083.439209 0.000000 0.357079 0.000000 -0.934074 0.697304 0.697304 0.697304 +4559.854980 0.000000 2039.967163 0.000000 0.053523 0.000000 -0.998567 0.732387 0.732387 0.732387 +4578.087402 0.000000 2058.492676 0.000000 0.470195 0.000000 -0.882562 0.662374 0.662374 0.662374 +4574.652344 0.000000 2045.522827 0.000000 0.243496 0.000000 -0.969902 0.716806 0.716806 0.716806 +4546.681152 0.000000 2055.656006 0.000000 0.482536 0.000000 -0.875876 1.003191 1.003191 1.003191 +4571.877441 0.000000 2044.928345 0.000000 0.287038 0.000000 -0.957919 0.852330 0.852330 0.852330 +4581.379395 0.000000 2070.324219 0.000000 0.234047 0.000000 -0.972225 0.711402 0.711402 0.711402 +4570.957520 0.000000 2040.064331 0.000000 0.371918 0.000000 -0.928266 0.684004 0.684004 0.684004 +4581.967285 0.000000 2058.334717 0.000000 0.007362 0.000000 -0.999973 0.770187 0.770187 0.770187 +4555.316406 0.000000 2034.354492 0.000000 0.844965 0.000000 -0.534821 0.589810 0.589810 0.589810 +4544.233887 0.000000 2046.880737 0.000000 0.410886 0.000000 -0.911687 0.673682 0.673682 0.673682 +4551.434570 0.000000 2044.181030 0.000000 0.657719 0.000000 -0.753263 0.635850 0.635850 0.635850 +4544.369629 0.000000 2044.339355 0.000000 0.752066 0.000000 -0.659088 0.637552 0.637552 0.637552 +4563.704102 0.000000 2047.201782 0.000000 0.601059 0.000000 -0.799205 0.641825 0.641825 0.641825 +4554.256348 0.000000 2037.668213 0.000000 0.843016 0.000000 -0.537889 0.604259 0.604259 0.604259 +4575.967773 0.000000 2051.637207 0.000000 0.009529 0.000000 -0.999955 0.732113 0.732113 0.732113 +4566.338379 0.000000 2046.419922 0.000000 0.767242 0.000000 -0.641358 0.655238 0.655238 0.655238 +4546.209961 0.000000 2044.212280 0.000000 0.227408 0.000000 -0.973800 0.713789 0.713789 0.713789 +4552.131348 0.000000 2042.825195 0.000000 0.396207 0.000000 -0.918161 0.828486 0.828486 0.828486 +4573.938965 0.000000 2049.970947 0.000000 0.413290 0.000000 -0.910599 0.723653 0.723653 0.723653 +4552.161133 0.000000 2045.558838 0.000000 0.097641 0.000000 -0.995222 0.744976 0.744976 0.744976 +4579.500488 0.000000 2061.021973 0.000000 0.300575 0.000000 -0.953758 0.702527 0.702527 0.702527 +4565.272461 0.000000 2041.807007 0.000000 0.081708 0.000000 -0.996656 0.922252 0.922252 0.922252 +4545.598145 0.000000 2037.003296 0.000000 0.782848 0.000000 -0.622212 1.092045 1.092045 1.092045 +4566.733398 0.000000 2042.208618 0.000000 0.343267 0.000000 -0.939238 0.908938 0.908938 0.908938 +4549.850586 0.000000 2051.215820 0.000000 0.793039 0.000000 -0.609170 0.675102 0.675102 0.675102 +4553.352539 0.000000 2035.047119 0.000000 0.558091 0.000000 -0.829780 0.767704 0.767704 0.767704 +4551.015137 0.000000 2041.659546 0.000000 0.677088 0.000000 -0.735902 0.869648 0.869648 0.869648 +4582.014160 0.000000 2064.266113 0.000000 0.781100 0.000000 -0.624406 0.724650 0.724650 0.724650 +4593.352051 0.000000 2086.571289 0.000000 0.260395 0.000000 -0.965502 0.942800 0.942800 0.942800 +4595.649902 0.000000 2086.059082 0.000000 0.354254 0.000000 -0.935149 0.846134 0.846134 0.846134 +4546.009277 0.000000 2054.486328 0.000000 0.815726 0.000000 -0.578438 0.931502 0.931502 0.931502 +4552.904785 0.000000 2039.717163 0.000000 0.792795 0.000000 -0.609488 0.831973 0.831973 0.831973 +4549.575684 0.000000 2054.786133 0.000000 0.015242 0.000000 -0.999884 0.938132 0.938132 0.938132 +4545.312988 0.000000 2052.923096 0.000000 0.035561 0.000000 -0.999367 1.022975 1.022975 1.022975 +4494.220703 0.000000 2107.002686 0.000000 0.366207 0.000000 -0.930534 0.748546 0.748546 0.748546 +4482.356934 0.000000 2094.820068 0.000000 0.551217 0.000000 -0.834362 0.677040 0.677040 0.677040 +4480.042480 0.000000 2089.929199 0.000000 0.269843 0.000000 -0.962904 0.758021 0.758021 0.758021 +4495.671387 0.000000 2091.450928 0.000000 0.625740 0.000000 -0.780032 0.646419 0.646419 0.646419 +4491.442871 0.000000 2107.730469 0.000000 0.722102 0.000000 -0.691786 0.649625 0.649625 0.649625 +4490.166504 0.000000 2096.435547 0.000000 0.859237 0.000000 -0.511578 0.591503 0.591503 0.591503 +4486.936035 0.000000 2093.497803 0.000000 0.780664 0.000000 -0.624951 0.775540 0.775540 0.775540 +4489.693359 0.000000 2098.984619 0.000000 0.494718 0.000000 -0.869054 0.668425 0.668425 0.668425 +4486.054199 0.000000 2091.520508 0.000000 0.043866 0.000000 -0.999037 1.026313 1.026313 1.026313 +4496.728516 0.000000 2089.928467 0.000000 0.656453 0.000000 -0.754367 0.637948 0.637948 0.637948 +4490.256348 0.000000 2094.152588 0.000000 0.136227 0.000000 -0.990678 0.722881 0.722881 0.722881 +4492.241699 0.000000 2092.186768 0.000000 0.504835 0.000000 -0.863216 0.662656 0.662656 0.662656 +4488.364746 0.000000 2090.378662 0.000000 0.806749 0.000000 -0.590894 0.962007 0.962007 0.962007 +4489.352539 0.000000 2091.531494 0.000000 0.420326 0.000000 -0.907373 1.041273 1.041273 1.041273 +4491.583984 0.000000 2093.479492 0.000000 0.594947 0.000000 -0.803765 0.755326 0.755326 0.755326 +4586.673340 0.000000 2090.065674 0.000000 0.839602 0.000000 -0.543202 0.610318 0.610318 0.610318 +4597.566895 0.000000 2102.384033 0.000000 0.557939 0.000000 -0.829882 0.693920 0.693920 0.693920 +4589.143066 0.000000 2090.224121 0.000000 0.665666 0.000000 -0.746250 0.643538 0.643538 0.643538 +4597.097168 0.000000 2091.707275 0.000000 0.080996 0.000000 -0.996714 0.859409 0.859409 0.859409 +4601.112305 0.000000 2096.512207 0.000000 0.746325 0.000000 -0.665581 0.615908 0.615908 0.615908 +4595.663574 0.000000 2091.090332 0.000000 0.830843 0.000000 -0.556507 0.731618 0.731618 0.731618 "} diff --git a/gfx/map/map_object_data/generated/palm_dense_generator_3.txt b/gfx/map/map_object_data/generated/palm_dense_generator_3.txt index d6432c82..18d63846 100644 --- a/gfx/map/map_object_data/generated/palm_dense_generator_3.txt +++ b/gfx/map/map_object_data/generated/palm_dense_generator_3.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_palm_01_mesh" - count=226 + count=1155 transform="502.280457 0.000000 724.391846 0.000000 0.040733 0.000000 0.999170 0.240441 0.240441 0.240441 509.975861 0.000000 774.982727 0.000000 0.397316 0.000000 0.917682 0.315029 0.315029 0.315029 498.309204 0.000000 770.109375 0.000000 0.693126 0.000000 0.720816 0.669434 0.669434 0.669434 @@ -232,6 +232,935 @@ 544.517639 0.000000 1965.995605 0.000000 0.013410 0.000000 0.999910 0.739280 0.739280 0.739280 544.118835 0.000000 1964.570923 0.000000 0.727909 0.000000 0.685674 0.855850 0.855850 0.855850 556.873962 0.000000 1963.368164 0.000000 0.716621 0.000000 0.697463 0.932364 0.932364 0.932364 +5572.763672 0.000000 939.942200 0.000000 0.040730 0.000000 0.999170 0.169391 0.169391 0.169391 +5591.191895 0.000000 1006.125000 0.000000 0.132574 0.000000 0.991173 0.205472 0.205472 0.205472 +5654.937012 0.000000 1031.146118 0.000000 0.581311 0.000000 0.813682 0.295341 0.295341 0.295341 +5772.978516 0.000000 1130.423462 0.000000 0.734519 0.000000 0.678588 0.334373 0.334373 0.334373 +5771.959473 0.000000 1178.178345 0.000000 0.120811 0.000000 0.992676 0.179156 0.179156 0.179156 +5786.122559 0.000000 1140.495850 0.000000 0.453616 0.000000 0.891197 0.257378 0.257378 0.257378 +5765.119141 0.000000 1146.121704 0.000000 0.294227 0.000000 0.955736 0.227977 0.227977 0.227977 +5776.939453 0.000000 1145.616211 0.000000 0.132447 0.000000 0.991190 0.201138 0.201138 0.201138 +5769.400879 0.000000 1202.291016 0.000000 0.538930 0.000000 0.842351 0.279070 0.279070 0.279070 +4477.524414 0.000000 1937.538452 0.000000 0.083712 0.000000 0.996490 0.177584 0.177584 0.177584 +4477.638184 0.000000 1940.192017 0.000000 0.406157 0.000000 0.913803 0.263909 0.263909 0.263909 +4478.854492 0.000000 1947.052124 0.000000 0.385474 0.000000 0.922719 0.276897 0.276897 0.276897 +4472.708984 0.000000 1940.912231 0.000000 0.773909 0.000000 0.633297 0.380064 0.380064 0.380064 +4477.613770 0.000000 1947.039917 0.000000 0.461833 0.000000 0.886967 0.386945 0.386945 0.386945 +4474.511719 0.000000 1997.463135 0.000000 0.587125 0.000000 0.809496 0.294764 0.294764 0.294764 +4456.199219 0.000000 2007.799072 0.000000 0.713550 0.000000 0.700604 0.347388 0.347388 0.347388 +4456.284180 0.000000 2015.419678 0.000000 0.736617 0.000000 0.676310 0.363431 0.363431 0.363431 +4476.473145 0.000000 2003.937134 0.000000 0.580948 0.000000 0.813941 0.330854 0.330854 0.330854 +4473.864746 0.000000 2005.544312 0.000000 0.613405 0.000000 0.789768 0.346918 0.346918 0.346918 +4461.387695 0.000000 2009.741211 0.000000 0.858307 0.000000 0.513137 0.414242 0.414242 0.414242 +4461.249512 0.000000 2008.191895 0.000000 0.035811 0.000000 0.999359 0.255701 0.255701 0.255701 +4478.147949 0.000000 2021.907837 0.000000 0.225116 0.000000 0.974332 0.319323 0.319323 0.319323 +4478.281738 0.000000 2030.020630 0.000000 0.035258 0.000000 0.999378 0.348076 0.348076 0.348076 +4464.896973 0.000000 2024.563599 0.000000 0.397068 0.000000 0.917789 0.402020 0.402020 0.402020 +4467.083008 0.000000 2009.367310 0.000000 0.387175 0.000000 0.922006 0.440545 0.440545 0.440545 +4463.984863 0.000000 2010.533447 0.000000 0.767959 0.000000 0.640499 0.559332 0.559332 0.559332 +4478.710938 0.000000 2015.179565 0.000000 0.043638 0.000000 0.999047 0.366596 0.366596 0.366596 +4460.416992 0.000000 2021.956665 0.000000 0.035058 0.000000 0.999385 0.400711 0.400711 0.400711 +4462.588379 0.000000 2020.734375 0.000000 0.342744 0.000000 0.939429 0.512540 0.512540 0.512540 +4460.451660 0.000000 2020.565552 0.000000 0.705215 0.000000 0.708993 0.520644 0.520644 0.520644 +4468.968750 0.000000 2008.700806 0.000000 0.391770 0.000000 0.920063 0.501887 0.501887 0.501887 +4478.572266 0.000000 2027.470947 0.000000 0.806573 0.000000 0.591135 0.484687 0.484687 0.484687 +4479.312988 0.000000 2018.228027 0.000000 0.797704 0.000000 0.603049 0.423124 0.423124 0.423124 +4463.705078 0.000000 2008.236938 0.000000 0.785606 0.000000 0.618726 0.420173 0.420173 0.420173 +4471.916992 0.000000 2027.119751 0.000000 0.442744 0.000000 0.896648 0.625131 0.625131 0.625131 +4473.305176 0.000000 2028.149902 0.000000 0.179516 0.000000 0.983755 0.580413 0.580413 0.580413 +4476.564941 0.000000 2027.322754 0.000000 0.776153 0.000000 0.630545 0.537618 0.537618 0.537618 +4467.127441 0.000000 2025.994507 0.000000 0.792821 0.000000 0.609455 0.604373 0.604373 0.604373 +4474.459473 0.000000 2018.477417 0.000000 0.231129 0.000000 0.972923 0.663638 0.663638 0.663638 +4478.015625 0.000000 2009.569458 0.000000 0.463623 0.000000 0.886033 0.548610 0.548610 0.548610 +4463.327637 0.000000 2032.761230 0.000000 0.836024 0.000000 0.548693 0.670567 0.670567 0.670567 +4462.767090 0.000000 2016.765991 0.000000 0.572760 0.000000 0.819723 0.798253 0.798253 0.798253 +4476.832520 0.000000 2010.291138 0.000000 0.751120 0.000000 0.660165 0.765148 0.765148 0.765148 +4469.595703 0.000000 2030.015259 0.000000 0.180818 0.000000 0.983517 0.828351 0.828351 0.828351 +4475.025879 0.000000 2021.672729 0.000000 0.193603 0.000000 0.981080 0.562039 0.562039 0.562039 +4469.367188 0.000000 2023.242798 0.000000 0.510475 0.000000 0.859893 0.826515 0.826515 0.826515 +4472.525879 0.000000 2018.376587 0.000000 0.295809 0.000000 0.955247 0.837284 0.837284 0.837284 +4462.308594 0.000000 2018.090454 0.000000 0.550390 0.000000 0.834908 0.676094 0.676094 0.676094 +4468.963379 0.000000 2024.817871 0.000000 0.477202 0.000000 0.878794 0.688889 0.688889 0.688889 +4470.205078 0.000000 2018.215088 0.000000 0.412207 0.000000 0.911090 0.901301 0.901301 0.901301 +4472.520020 0.000000 2032.898438 0.000000 0.272952 0.000000 0.962028 0.826475 0.826475 0.826475 +4475.621094 0.000000 2011.861694 0.000000 0.430749 0.000000 0.902472 0.830773 0.830773 0.830773 +4468.704102 0.000000 2015.396484 0.000000 0.563316 0.000000 0.826242 0.938095 0.938095 0.938095 +4472.313965 0.000000 2011.783081 0.000000 0.082012 0.000000 0.996631 0.798189 0.798189 0.798189 +4474.668457 0.000000 2012.982300 0.000000 0.823853 0.000000 0.566803 0.924626 0.924626 0.924626 +4468.764648 0.000000 2013.920654 0.000000 0.823622 0.000000 0.567139 0.947157 0.947157 0.947157 +4471.422852 0.000000 2013.958862 0.000000 0.127497 0.000000 0.991839 0.880040 0.880040 0.880040 +4469.199707 0.000000 2014.722534 0.000000 0.815615 0.000000 0.578595 0.960720 0.960720 0.960720 +4472.510742 0.000000 2019.865723 0.000000 0.780105 0.000000 0.625648 0.913428 0.913428 0.913428 +4470.477051 0.000000 2015.369629 0.000000 0.365638 0.000000 0.930757 0.923830 0.923830 0.923830 +4466.114258 0.000000 2015.824463 0.000000 0.558087 0.000000 0.829782 0.924498 0.924498 0.924498 +4470.948242 0.000000 2012.459473 0.000000 0.457483 0.000000 0.889218 0.908914 0.908914 0.908914 +4491.929688 0.000000 1932.474609 0.000000 0.253814 0.000000 0.967253 0.214069 0.214069 0.214069 +4491.406250 0.000000 1953.539551 0.000000 0.285715 0.000000 0.958314 0.228954 0.228954 0.228954 +4489.322266 0.000000 1939.436401 0.000000 0.065338 0.000000 0.997863 0.206286 0.206286 0.206286 +4520.688965 0.000000 1944.869263 0.000000 0.804360 0.000000 0.594142 0.378733 0.378733 0.378733 +4542.970703 0.000000 1943.124756 0.000000 0.747682 0.000000 0.664057 0.364835 0.364835 0.364835 +4484.679688 0.000000 1973.083740 0.000000 0.798881 0.000000 0.601489 0.383753 0.383753 0.383753 +4492.773926 0.000000 1954.652832 0.000000 0.450074 0.000000 0.892991 0.298670 0.298670 0.298670 +4486.073242 0.000000 1974.256226 0.000000 0.720477 0.000000 0.693479 0.364264 0.364264 0.364264 +4540.312988 0.000000 1944.223633 0.000000 0.686867 0.000000 0.726783 0.355882 0.355882 0.355882 +4525.839355 0.000000 1947.154541 0.000000 0.715887 0.000000 0.698216 0.361938 0.361938 0.361938 +4542.038574 0.000000 1944.452026 0.000000 0.059763 0.000000 0.998213 0.250464 0.250464 0.250464 +4485.961426 0.000000 1971.101562 0.000000 0.480175 0.000000 0.877173 0.327309 0.327309 0.327309 +4492.607910 0.000000 1957.404419 0.000000 0.178554 0.000000 0.983930 0.272319 0.272319 0.272319 +4514.581543 0.000000 1939.648438 0.000000 0.843135 0.000000 0.537702 0.453239 0.453239 0.453239 +4487.386719 0.000000 1965.684326 0.000000 0.223796 0.000000 0.974636 0.295997 0.295997 0.295997 +4495.223145 0.000000 1948.815308 0.000000 0.505383 0.000000 0.862895 0.443398 0.443398 0.443398 +4511.182129 0.000000 1967.967896 0.000000 0.521068 0.000000 0.853515 0.459944 0.459944 0.459944 +4531.083008 0.000000 1952.882935 0.000000 0.192447 0.000000 0.981307 0.293198 0.293198 0.293198 +4535.338379 0.000000 1952.992920 0.000000 0.022196 0.000000 0.999754 0.288787 0.288787 0.288787 +4496.512207 0.000000 1956.214111 0.000000 0.650601 0.000000 0.759420 0.508717 0.508717 0.508717 +4521.341797 0.000000 1949.118652 0.000000 0.314273 0.000000 0.949333 0.392561 0.392561 0.392561 +4540.871582 0.000000 1949.663574 0.000000 0.017284 0.000000 0.999851 0.332629 0.332629 0.332629 +4504.507324 0.000000 1967.993774 0.000000 0.268298 0.000000 0.963336 0.544088 0.544088 0.544088 +4524.773926 0.000000 1956.391846 0.000000 0.846536 0.000000 0.532332 0.688642 0.688642 0.688642 +4506.378418 0.000000 1971.142578 0.000000 0.384143 0.000000 0.923274 0.529465 0.529465 0.529465 +4497.965332 0.000000 1961.093872 0.000000 0.194015 0.000000 0.980999 0.551889 0.551889 0.551889 +4526.890137 0.000000 1956.723511 0.000000 0.338115 0.000000 0.941105 0.536138 0.536138 0.536138 +4533.492676 0.000000 1975.998047 0.000000 0.036832 0.000000 0.999321 0.536516 0.536516 0.536516 +4490.347656 0.000000 1960.538330 0.000000 0.557019 0.000000 0.830500 0.466731 0.466731 0.466731 +4532.629395 0.000000 1962.668945 0.000000 0.376979 0.000000 0.926222 0.552782 0.552782 0.552782 +4486.282227 0.000000 1966.523193 0.000000 0.404309 0.000000 0.914622 0.438975 0.438975 0.438975 +4510.069336 0.000000 1933.596924 0.000000 0.636980 0.000000 0.770881 0.708830 0.708830 0.708830 +4531.127441 0.000000 1969.510132 0.000000 0.752150 0.000000 0.658992 0.754969 0.754969 0.754969 +4503.599609 0.000000 1967.355469 0.000000 0.588651 0.000000 0.808388 0.762995 0.762995 0.762995 +4533.139160 0.000000 1960.463745 0.000000 0.288298 0.000000 0.957541 0.537503 0.537503 0.537503 +4512.682129 0.000000 1937.883057 0.000000 0.652134 0.000000 0.758104 0.791512 0.791512 0.791512 +4488.949219 0.000000 1969.403931 0.000000 0.039154 0.000000 0.999233 0.633326 0.633326 0.633326 +4496.762695 0.000000 1972.172852 0.000000 0.542475 0.000000 0.840072 0.754436 0.754436 0.754436 +4514.961426 0.000000 1969.649902 0.000000 0.271582 0.000000 0.962415 0.534676 0.534676 0.534676 +4537.357910 0.000000 1964.928101 0.000000 0.406997 0.000000 0.913430 0.665906 0.665906 0.665906 +4502.794922 0.000000 1974.348145 0.000000 0.137184 0.000000 0.990546 0.682188 0.682188 0.682188 +4495.467773 0.000000 1938.845581 0.000000 0.821232 0.000000 0.570594 0.686221 0.686221 0.686221 +4520.788086 0.000000 1959.856201 0.000000 0.806893 0.000000 0.590697 0.753231 0.753231 0.753231 +4541.388184 0.000000 1960.283691 0.000000 0.398685 0.000000 0.917088 0.796946 0.796946 0.796946 +4513.586426 0.000000 1967.588867 0.000000 0.743985 0.000000 0.668196 0.553417 0.553417 0.553417 +4537.844727 0.000000 1954.898560 0.000000 0.072199 0.000000 0.997390 0.589476 0.589476 0.589476 +4519.517090 0.000000 1955.156860 0.000000 0.151089 0.000000 0.988520 0.718537 0.718537 0.718537 +4543.583984 0.000000 1972.763794 0.000000 0.531413 0.000000 0.847113 0.858469 0.858469 0.858469 +4531.848633 0.000000 1957.143921 0.000000 0.659714 0.000000 0.751517 0.543808 0.543808 0.543808 +4518.826172 0.000000 1975.925171 0.000000 0.760057 0.000000 0.649856 0.804041 0.804041 0.804041 +4501.127930 0.000000 1974.649170 0.000000 0.499583 0.000000 0.866266 0.692927 0.692927 0.692927 +4533.111816 0.000000 1969.260498 0.000000 0.581259 0.000000 0.813718 0.671684 0.671684 0.671684 +4513.559570 0.000000 1939.746460 0.000000 0.420582 0.000000 0.907255 0.783389 0.783389 0.783389 +4495.746582 0.000000 1973.831787 0.000000 0.435271 0.000000 0.900299 0.757758 0.757758 0.757758 +4488.403320 0.000000 1971.216309 0.000000 0.566245 0.000000 0.824237 0.622749 0.622749 0.622749 +4501.386719 0.000000 1976.294434 0.000000 0.302580 0.000000 0.953124 0.702676 0.702676 0.702676 +4498.751953 0.000000 1934.533203 0.000000 0.832826 0.000000 0.553535 0.739973 0.739973 0.739973 +4540.832520 0.000000 1953.806763 0.000000 0.366009 0.000000 0.930611 0.653557 0.653557 0.653557 +4534.121094 0.000000 1969.509521 0.000000 0.170970 0.000000 0.985276 0.605350 0.605350 0.605350 +4521.240234 0.000000 1950.985352 0.000000 0.728339 0.000000 0.685217 0.632405 0.632405 0.632405 +4491.251465 0.000000 1965.399780 0.000000 0.173692 0.000000 0.984800 0.745128 0.745128 0.745128 +4501.486816 0.000000 1971.722900 0.000000 0.720231 0.000000 0.693734 0.816391 0.816391 0.816391 +4508.115234 0.000000 1974.296753 0.000000 0.017905 0.000000 0.999840 0.791812 0.791812 0.791812 +4515.876465 0.000000 1948.974854 0.000000 0.004146 0.000000 0.999991 0.804048 0.804048 0.804048 +4501.995605 0.000000 1960.974609 0.000000 0.852005 0.000000 0.523533 0.928607 0.928607 0.928607 +4539.354492 0.000000 1974.896973 0.000000 0.451109 0.000000 0.892469 0.799692 0.799692 0.799692 +4521.023438 0.000000 1956.046265 0.000000 0.449281 0.000000 0.893390 0.678610 0.678610 0.678610 +4539.025879 0.000000 1965.188354 0.000000 0.221266 0.000000 0.975213 0.695298 0.695298 0.695298 +4507.948730 0.000000 1972.294434 0.000000 0.222066 0.000000 0.975032 0.592609 0.592609 0.592609 +4504.943848 0.000000 1933.394775 0.000000 0.343252 0.000000 0.939243 0.805647 0.805647 0.805647 +4542.947754 0.000000 1954.120483 0.000000 0.545576 0.000000 0.838062 0.838107 0.838107 0.838107 +4493.517090 0.000000 1961.737671 0.000000 0.270217 0.000000 0.962799 0.632197 0.632197 0.632197 +4489.360840 0.000000 1968.478394 0.000000 0.751955 0.000000 0.659214 0.760129 0.760129 0.760129 +4495.179688 0.000000 1939.813232 0.000000 0.717903 0.000000 0.696143 0.659925 0.659925 0.659925 +4540.497559 0.000000 1963.651733 0.000000 0.253608 0.000000 0.967307 0.786311 0.786311 0.786311 +4494.073242 0.000000 1940.022827 0.000000 0.578936 0.000000 0.815373 0.610179 0.610179 0.610179 +4496.583008 0.000000 1938.725342 0.000000 0.614464 0.000000 0.788945 0.850225 0.850225 0.850225 +4517.378906 0.000000 1976.897949 0.000000 0.031775 0.000000 0.999495 0.760029 0.760029 0.760029 +4496.505371 0.000000 1944.597168 0.000000 0.242748 0.000000 0.970089 0.865969 0.865969 0.865969 +4494.583984 0.000000 1941.683838 0.000000 0.517217 0.000000 0.855854 0.598212 0.598212 0.598212 +4535.702637 0.000000 1973.471313 0.000000 0.127585 0.000000 0.991828 0.593033 0.593033 0.593033 +4491.080566 0.000000 1963.702637 0.000000 0.056676 0.000000 0.998393 0.614034 0.614034 0.614034 +4514.731934 0.000000 1972.219116 0.000000 0.006621 0.000000 0.999978 0.650722 0.650722 0.650722 +4533.367188 0.000000 1966.758423 0.000000 0.006798 0.000000 0.999977 0.547248 0.547248 0.547248 +4518.622070 0.000000 1954.644409 0.000000 0.158433 0.000000 0.987370 0.719652 0.719652 0.719652 +4543.029297 0.000000 1952.202637 0.000000 0.611697 0.000000 0.791092 0.724725 0.724725 0.724725 +4517.517578 0.000000 1967.617920 0.000000 0.417704 0.000000 0.908583 0.600176 0.600176 0.600176 +4496.604004 0.000000 1964.126465 0.000000 0.693981 0.000000 0.719994 0.907892 0.907892 0.907892 +4501.506348 0.000000 1967.824951 0.000000 0.014582 0.000000 0.999894 0.803022 0.803022 0.803022 +4504.250000 0.000000 1956.634888 0.000000 0.629094 0.000000 0.777329 0.881961 0.881961 0.881961 +4526.308594 0.000000 1961.606079 0.000000 0.360919 0.000000 0.932597 0.684882 0.684882 0.684882 +4506.042969 0.000000 1932.239502 0.000000 0.244931 0.000000 0.969540 0.854302 0.854302 0.854302 +4518.516602 0.000000 1956.657593 0.000000 0.846450 0.000000 0.532468 0.826256 0.826256 0.826256 +4514.342773 0.000000 1956.030884 0.000000 0.723950 0.000000 0.689852 0.917325 0.917325 0.917325 +4498.972168 0.000000 1971.185913 0.000000 0.442089 0.000000 0.896971 0.838339 0.838339 0.838339 +4495.460938 0.000000 1967.607544 0.000000 0.838756 0.000000 0.544508 0.951268 0.951268 0.951268 +4489.775879 0.000000 1966.709595 0.000000 0.738879 0.000000 0.673838 0.804481 0.804481 0.804481 +4520.428711 0.000000 1964.184326 0.000000 0.138364 0.000000 0.990381 0.699395 0.699395 0.699395 +4502.823730 0.000000 1975.526855 0.000000 0.124465 0.000000 0.992224 0.680220 0.680220 0.680220 +4511.888672 0.000000 1976.621704 0.000000 0.135166 0.000000 0.990823 0.850585 0.850585 0.850585 +4539.009277 0.000000 1971.727295 0.000000 0.278328 0.000000 0.960486 0.766741 0.766741 0.766741 +4502.378418 0.000000 1942.256714 0.000000 0.746211 0.000000 0.665710 0.953626 0.953626 0.953626 +4543.416016 0.000000 1967.275757 0.000000 0.604179 0.000000 0.796849 0.809528 0.809528 0.809528 +4515.800781 0.000000 1950.617798 0.000000 0.854319 0.000000 0.519750 0.951287 0.951287 0.951287 +4492.830078 0.000000 1966.562744 0.000000 0.619874 0.000000 0.784701 0.920940 0.920940 0.920940 +4511.192383 0.000000 1938.062866 0.000000 0.253309 0.000000 0.967385 0.916304 0.916304 0.916304 +4499.773926 0.000000 1964.409180 0.000000 0.613719 0.000000 0.789525 0.916165 0.916165 0.916165 +4506.283691 0.000000 1961.703613 0.000000 0.569600 0.000000 0.821922 0.754015 0.754015 0.754015 +4501.470703 0.000000 1939.451538 0.000000 0.359631 0.000000 0.933095 0.923419 0.923419 0.923419 +4524.581055 0.000000 1973.309570 0.000000 0.364175 0.000000 0.931331 0.718244 0.718244 0.718244 +4539.621094 0.000000 1955.377319 0.000000 0.029911 0.000000 0.999553 0.648675 0.648675 0.648675 +4499.957031 0.000000 1963.505615 0.000000 0.195054 0.000000 0.980792 0.838378 0.838378 0.838378 +4521.616211 0.000000 1963.357544 0.000000 0.721393 0.000000 0.692526 0.859925 0.859925 0.859925 +4507.349609 0.000000 1975.475586 0.000000 0.516966 0.000000 0.856006 0.821951 0.821951 0.821951 +4493.718262 0.000000 1968.123657 0.000000 0.807718 0.000000 0.589568 0.947581 0.947581 0.947581 +4507.044922 0.000000 1941.049072 0.000000 0.551772 0.000000 0.833995 0.937210 0.937210 0.937210 +4504.928711 0.000000 1941.274780 0.000000 0.358545 0.000000 0.933513 0.923345 0.923345 0.923345 +4506.225586 0.000000 1974.761475 0.000000 0.663670 0.000000 0.748025 0.848339 0.848339 0.848339 +4496.262695 0.000000 1969.082520 0.000000 0.005526 0.000000 0.999985 0.851114 0.851114 0.851114 +4513.637695 0.000000 1936.401489 0.000000 0.654400 0.000000 0.756148 0.791964 0.791964 0.791964 +4507.588867 0.000000 1957.251465 0.000000 0.832477 0.000000 0.554059 0.925671 0.925671 0.925671 +4503.802734 0.000000 1934.676636 0.000000 0.354850 0.000000 0.934923 0.901379 0.901379 0.901379 +4542.648926 0.000000 1955.804688 0.000000 0.619302 0.000000 0.785153 0.851105 0.851105 0.851105 +4510.598145 0.000000 1947.991943 0.000000 0.348939 0.000000 0.937145 0.922692 0.922692 0.922692 +4542.866699 0.000000 1964.913452 0.000000 0.493793 0.000000 0.869579 0.806768 0.806768 0.806768 +4516.881836 0.000000 1975.459839 0.000000 0.662715 0.000000 0.748872 0.820739 0.820739 0.820739 +4503.863281 0.000000 1936.261108 0.000000 0.380168 0.000000 0.924917 0.924827 0.924827 0.924827 +4514.722656 0.000000 1952.732056 0.000000 0.000533 0.000000 1.000000 0.881217 0.881217 0.881217 +4538.537598 0.000000 1975.346436 0.000000 0.526279 0.000000 0.850312 0.812285 0.812285 0.812285 +4508.162598 0.000000 1937.924561 0.000000 0.678257 0.000000 0.734825 0.947453 0.947453 0.947453 +4517.131348 0.000000 1953.475708 0.000000 0.727591 0.000000 0.686011 0.909972 0.909972 0.909972 +4504.141602 0.000000 1952.501465 0.000000 0.278793 0.000000 0.960351 0.885182 0.885182 0.885182 +4493.829590 0.000000 1970.398193 0.000000 0.769875 0.000000 0.638194 0.912391 0.912391 0.912391 +4517.912109 0.000000 1953.053589 0.000000 0.858391 0.000000 0.512996 0.935852 0.935852 0.935852 +4502.864258 0.000000 1962.494751 0.000000 0.208335 0.000000 0.978057 0.819587 0.819587 0.819587 +4514.980957 0.000000 1948.739746 0.000000 0.596376 0.000000 0.802705 0.883451 0.883451 0.883451 +4502.048340 0.000000 1934.290039 0.000000 0.748810 0.000000 0.662784 0.940851 0.940851 0.940851 +4493.990723 0.000000 1965.345215 0.000000 0.172384 0.000000 0.985030 0.833573 0.833573 0.833573 +4515.731445 0.000000 1951.518188 0.000000 0.761035 0.000000 0.648711 0.937086 0.937086 0.937086 +4502.175293 0.000000 1961.905273 0.000000 0.454614 0.000000 0.890688 0.855974 0.855974 0.855974 +4505.232910 0.000000 1956.147339 0.000000 0.741109 0.000000 0.671384 0.902421 0.902421 0.902421 +4500.327637 0.000000 1967.224976 0.000000 0.397736 0.000000 0.917500 0.852952 0.852952 0.852952 +4503.729492 0.000000 1950.639282 0.000000 0.374384 0.000000 0.927274 0.919095 0.919095 0.919095 +4497.229004 0.000000 1945.171021 0.000000 0.032940 0.000000 0.999457 0.844508 0.844508 0.844508 +4510.416992 0.000000 1954.744629 0.000000 0.225187 0.000000 0.974316 0.914460 0.914460 0.914460 +4503.048828 0.000000 1939.671753 0.000000 0.209970 0.000000 0.977708 0.913467 0.913467 0.913467 +4499.430176 0.000000 1947.642456 0.000000 0.390640 0.000000 0.920543 0.897521 0.897521 0.897521 +4498.975586 0.000000 1943.272339 0.000000 0.646961 0.000000 0.762523 0.944792 0.944792 0.944792 +4498.026367 0.000000 1938.822754 0.000000 0.425760 0.000000 0.904836 0.922916 0.922916 0.922916 +4499.529297 0.000000 1965.878906 0.000000 0.736846 0.000000 0.676061 0.931608 0.931608 0.931608 +4511.312012 0.000000 1946.654053 0.000000 0.820158 0.000000 0.572137 0.961223 0.961223 0.961223 +4511.998535 0.000000 1936.576538 0.000000 0.195603 0.000000 0.980683 0.912533 0.912533 0.912533 +4498.925293 0.000000 1946.242188 0.000000 0.795500 0.000000 0.605954 0.942957 0.942957 0.942957 +4515.090820 0.000000 1956.403442 0.000000 0.683992 0.000000 0.729490 0.911211 0.911211 0.911211 +4492.046387 0.000000 1968.159180 0.000000 0.067902 0.000000 0.997692 0.875061 0.875061 0.875061 +4501.725586 0.000000 1946.505981 0.000000 0.209345 0.000000 0.977842 0.913427 0.913427 0.913427 +4507.971680 0.000000 1945.406860 0.000000 0.194385 0.000000 0.980925 0.912454 0.912454 0.912454 +4502.807129 0.000000 1947.907715 0.000000 0.482218 0.000000 0.876051 0.932034 0.932034 0.932034 +4511.605957 0.000000 1935.016602 0.000000 0.194841 0.000000 0.980835 0.871300 0.871300 0.871300 +4511.693359 0.000000 1954.997437 0.000000 0.709150 0.000000 0.705057 0.950184 0.950184 0.950184 +4514.854492 0.000000 1951.768066 0.000000 0.837247 0.000000 0.546825 0.948434 0.948434 0.948434 +4497.605957 0.000000 1943.142334 0.000000 0.267722 0.000000 0.963496 0.893891 0.893891 0.893891 +4501.313477 0.000000 1944.018066 0.000000 0.758690 0.000000 0.651452 0.954832 0.954832 0.954832 +4511.873047 0.000000 1952.318848 0.000000 0.862084 0.000000 0.506765 0.966168 0.966168 0.966168 +4504.258301 0.000000 1937.638672 0.000000 0.546603 0.000000 0.837392 0.936816 0.936816 0.936816 +4496.625488 0.000000 1966.266846 0.000000 0.136128 0.000000 0.990691 0.882912 0.882912 0.882912 +4500.743652 0.000000 1938.184326 0.000000 0.727522 0.000000 0.686085 0.951866 0.951866 0.951866 +4504.608887 0.000000 1939.193970 0.000000 0.082715 0.000000 0.996573 0.905272 0.905272 0.905272 +4569.618652 0.000000 1972.145996 0.000000 0.424587 0.000000 0.905387 0.285869 0.285869 0.285869 +4558.389648 0.000000 1958.253174 0.000000 0.703927 0.000000 0.710273 0.364229 0.364229 0.364229 +4544.043457 0.000000 1944.719849 0.000000 0.334902 0.000000 0.942253 0.297907 0.297907 0.297907 +4564.196289 0.000000 1969.231079 0.000000 0.642660 0.000000 0.766151 0.356509 0.356509 0.356509 +4554.112793 0.000000 1957.625610 0.000000 0.191969 0.000000 0.981401 0.426073 0.426073 0.426073 +4557.796875 0.000000 1959.481567 0.000000 0.071455 0.000000 0.997444 0.349488 0.349488 0.349488 +4564.942871 0.000000 1970.075928 0.000000 0.277717 0.000000 0.960663 0.369296 0.369296 0.369296 +4554.277832 0.000000 1956.520386 0.000000 0.168265 0.000000 0.985742 0.422207 0.422207 0.422207 +4563.400879 0.000000 1976.441772 0.000000 0.541569 0.000000 0.840656 0.582950 0.582950 0.582950 +4546.037109 0.000000 1950.695190 0.000000 0.371631 0.000000 0.928381 0.532150 0.532150 0.532150 +4560.762695 0.000000 1972.172852 0.000000 0.467279 0.000000 0.884110 0.692445 0.692445 0.692445 +4560.360840 0.000000 1967.013306 0.000000 0.446254 0.000000 0.894907 0.630919 0.630919 0.630919 +4564.864746 0.000000 1973.635376 0.000000 0.805035 0.000000 0.593227 0.632123 0.632123 0.632123 +4552.754883 0.000000 1974.181396 0.000000 0.547309 0.000000 0.836930 0.634282 0.634282 0.634282 +4544.040039 0.000000 1973.627686 0.000000 0.739437 0.000000 0.673226 0.880105 0.880105 0.880105 +4559.746582 0.000000 1973.831787 0.000000 0.337137 0.000000 0.941456 0.747363 0.747363 0.747363 +4546.473633 0.000000 1967.639404 0.000000 0.122947 0.000000 0.992413 0.755249 0.755249 0.755249 +4545.989746 0.000000 1953.545898 0.000000 0.162640 0.000000 0.986686 0.680516 0.680516 0.680516 +4561.884277 0.000000 1974.693848 0.000000 0.288401 0.000000 0.957510 0.700392 0.700392 0.700392 +4552.644531 0.000000 1973.209961 0.000000 0.527546 0.000000 0.849527 0.790197 0.790197 0.790197 +4557.517090 0.000000 1961.737671 0.000000 0.696817 0.000000 0.717249 0.690632 0.690632 0.690632 +4548.135742 0.000000 1964.676392 0.000000 0.344081 0.000000 0.938940 0.871212 0.871212 0.871212 +4553.863770 0.000000 1975.619507 0.000000 0.848416 0.000000 0.529330 0.704209 0.704209 0.704209 +4550.509766 0.000000 1975.316406 0.000000 0.670505 0.000000 0.741905 0.721044 0.721044 0.721044 +4545.525879 0.000000 1957.698242 0.000000 0.395051 0.000000 0.918659 0.875261 0.875261 0.875261 +4545.178711 0.000000 1969.508179 0.000000 0.037651 0.000000 0.999291 0.713145 0.713145 0.713145 +4547.990234 0.000000 1970.352783 0.000000 0.657704 0.000000 0.753276 0.863802 0.863802 0.863802 +4561.233887 0.000000 1976.633667 0.000000 0.032553 0.000000 0.999470 0.572471 0.572471 0.572471 +4546.586426 0.000000 1955.351318 0.000000 0.427080 0.000000 0.904214 0.843493 0.843493 0.843493 +4559.000977 0.000000 1964.152710 0.000000 0.349567 0.000000 0.936911 0.749348 0.749348 0.749348 +4547.405762 0.000000 1976.150513 0.000000 0.151497 0.000000 0.988458 0.695720 0.695720 0.695720 +4557.181641 0.000000 1972.793457 0.000000 0.773134 0.000000 0.634242 0.849688 0.849688 0.849688 +4557.718262 0.000000 1968.123657 0.000000 0.484020 0.000000 0.875057 0.873108 0.873108 0.873108 +4554.618164 0.000000 1972.836182 0.000000 0.111150 0.000000 0.993804 0.735810 0.735810 0.735810 +4556.758789 0.000000 1971.404541 0.000000 0.737353 0.000000 0.675508 0.902792 0.902792 0.902792 +4556.681641 0.000000 1969.439941 0.000000 0.592244 0.000000 0.805759 0.888422 0.888422 0.888422 +4546.314941 0.000000 1956.195557 0.000000 0.441292 0.000000 0.897364 0.884051 0.884051 0.884051 +4546.816895 0.000000 1957.837402 0.000000 0.565328 0.000000 0.824866 0.899021 0.899021 0.899021 +4548.903320 0.000000 1962.414551 0.000000 0.466158 0.000000 0.884702 0.898342 0.898342 0.898342 +4551.181641 0.000000 1957.855225 0.000000 0.498040 0.000000 0.867154 0.884457 0.884457 0.884457 +4551.787598 0.000000 1960.406616 0.000000 0.803203 0.000000 0.595705 0.946948 0.946948 0.946948 +4555.453125 0.000000 1962.891479 0.000000 0.740091 0.000000 0.672506 0.933156 0.933156 0.933156 +4486.070312 0.000000 1983.993042 0.000000 0.633012 0.000000 0.774142 0.323947 0.323947 0.323947 +4536.654297 0.000000 1994.166016 0.000000 0.611158 0.000000 0.791508 0.341652 0.341652 0.341652 +4539.262207 0.000000 1999.089111 0.000000 0.473970 0.000000 0.880541 0.314070 0.314070 0.314070 +4513.128418 0.000000 2017.716309 0.000000 0.226112 0.000000 0.974101 0.272222 0.272222 0.272222 +4536.710938 0.000000 2000.784668 0.000000 0.815935 0.000000 0.578143 0.394040 0.394040 0.394040 +4539.993164 0.000000 1993.496704 0.000000 0.052908 0.000000 0.998599 0.235688 0.235688 0.235688 +4480.043457 0.000000 2001.204224 0.000000 0.426699 0.000000 0.904394 0.302390 0.302390 0.302390 +4540.201172 0.000000 1997.543701 0.000000 0.096373 0.000000 0.995345 0.243278 0.243278 0.243278 +4517.577148 0.000000 2025.121704 0.000000 0.796976 0.000000 0.604011 0.388527 0.388527 0.388527 +4514.559570 0.000000 2010.158569 0.000000 0.421798 0.000000 0.906690 0.311647 0.311647 0.311647 +4484.635742 0.000000 1989.355957 0.000000 0.208953 0.000000 0.977926 0.279428 0.279428 0.279428 +4517.366211 0.000000 2028.652832 0.000000 0.791020 0.000000 0.611790 0.390787 0.390787 0.390787 +4526.203125 0.000000 2000.474487 0.000000 0.333170 0.000000 0.942867 0.305903 0.305903 0.305903 +4517.817871 0.000000 2010.519897 0.000000 0.324440 0.000000 0.945906 0.296085 0.296085 0.296085 +4483.329590 0.000000 2012.381470 0.000000 0.269031 0.000000 0.963132 0.291407 0.291407 0.291407 +4523.175293 0.000000 1995.250610 0.000000 0.811333 0.000000 0.584585 0.400161 0.400161 0.400161 +4534.609375 0.000000 2004.801758 0.000000 0.428540 0.000000 0.903523 0.331468 0.331468 0.331468 +4539.523926 0.000000 1990.412476 0.000000 0.314568 0.000000 0.949235 0.307487 0.307487 0.307487 +4485.850586 0.000000 1994.731567 0.000000 0.513138 0.000000 0.858306 0.339623 0.339623 0.339623 +4491.583984 0.000000 1980.510742 0.000000 0.802695 0.000000 0.596390 0.403565 0.403565 0.403565 +4507.304688 0.000000 2022.091797 0.000000 0.336996 0.000000 0.941506 0.306544 0.306544 0.306544 +4506.283691 0.000000 2023.499023 0.000000 0.340285 0.000000 0.940322 0.307095 0.307095 0.307095 +4485.854492 0.000000 2011.706299 0.000000 0.235586 0.000000 0.971854 0.280862 0.280862 0.280862 +4517.805176 0.000000 2032.479858 0.000000 0.428508 0.000000 0.903538 0.321325 0.321325 0.321325 +4480.049316 0.000000 2002.650635 0.000000 0.674096 0.000000 0.738643 0.365866 0.365866 0.365866 +4480.126465 0.000000 2022.635986 0.000000 0.424934 0.000000 0.905224 0.350896 0.350896 0.350896 +4504.351074 0.000000 2029.083496 0.000000 0.484814 0.000000 0.874617 0.334543 0.334543 0.334543 +4515.032227 0.000000 1994.589233 0.000000 0.337112 0.000000 0.941465 0.303806 0.303806 0.303806 +4535.777832 0.000000 2005.888184 0.000000 0.469886 0.000000 0.882727 0.338384 0.338384 0.338384 +4480.328125 0.000000 2025.421509 0.000000 0.056333 0.000000 0.998412 0.351376 0.351376 0.351376 +4527.484375 0.000000 1996.412231 0.000000 0.356970 0.000000 0.934116 0.360832 0.360832 0.360832 +4524.992676 0.000000 1999.853882 0.000000 0.056726 0.000000 0.998390 0.260167 0.260167 0.260167 +4480.098633 0.000000 2013.015747 0.000000 0.141595 0.000000 0.989925 0.326942 0.326942 0.326942 +4485.597168 0.000000 2003.839844 0.000000 0.722682 0.000000 0.691180 0.468882 0.468882 0.468882 +4512.342773 0.000000 2011.998535 0.000000 0.104987 0.000000 0.994474 0.271131 0.271131 0.271131 +4492.183105 0.000000 1986.608398 0.000000 0.303725 0.000000 0.952760 0.412903 0.412903 0.412903 +4487.754395 0.000000 2006.919434 0.000000 0.018150 0.000000 0.999835 0.312158 0.312158 0.312158 +4484.220703 0.000000 1994.307861 0.000000 0.414149 0.000000 0.910209 0.322244 0.322244 0.322244 +4490.112793 0.000000 2014.109985 0.000000 0.729658 0.000000 0.683812 0.429660 0.429660 0.429660 +4513.315918 0.000000 2009.646118 0.000000 0.380252 0.000000 0.924883 0.320925 0.320925 0.320925 +4516.191406 0.000000 1988.658081 0.000000 0.379525 0.000000 0.925181 0.462152 0.462152 0.462152 +4534.683594 0.000000 2007.515015 0.000000 0.425587 0.000000 0.904918 0.398118 0.398118 0.398118 +4531.083008 0.000000 2009.367310 0.000000 0.145673 0.000000 0.989333 0.311287 0.311287 0.311287 +4484.370605 0.000000 2003.542725 0.000000 0.496561 0.000000 0.868002 0.423832 0.423832 0.423832 +4485.575684 0.000000 1998.301636 0.000000 0.279166 0.000000 0.960243 0.323565 0.323565 0.323565 +4537.099121 0.000000 2023.955200 0.000000 0.036927 0.000000 0.999318 0.378670 0.378670 0.378670 +4485.044922 0.000000 2007.829834 0.000000 0.452449 0.000000 0.891790 0.355460 0.355460 0.355460 +4497.011230 0.000000 1978.290283 0.000000 0.301638 0.000000 0.953422 0.421515 0.421515 0.421515 +4541.982422 0.000000 1988.478027 0.000000 0.807186 0.000000 0.590297 0.461834 0.461834 0.461834 +4537.239746 0.000000 2020.282471 0.000000 0.085236 0.000000 0.996361 0.381949 0.381949 0.381949 +4536.311035 0.000000 2021.605225 0.000000 0.280141 0.000000 0.959959 0.413461 0.413461 0.413461 +4481.803711 0.000000 2029.279175 0.000000 0.665910 0.000000 0.746032 0.484033 0.484033 0.484033 +4481.519531 0.000000 2024.496948 0.000000 0.737482 0.000000 0.675367 0.472270 0.472270 0.472270 +4520.053711 0.000000 2029.307373 0.000000 0.295728 0.000000 0.955272 0.528877 0.528877 0.528877 +4519.513672 0.000000 2031.595215 0.000000 0.453687 0.000000 0.891161 0.402970 0.402970 0.402970 +4512.728027 0.000000 1988.161865 0.000000 0.111462 0.000000 0.993769 0.422132 0.422132 0.422132 +4538.650879 0.000000 1988.131104 0.000000 0.291592 0.000000 0.956543 0.465726 0.465726 0.465726 +4491.042480 0.000000 2017.984985 0.000000 0.403637 0.000000 0.914919 0.381364 0.381364 0.381364 +4510.669434 0.000000 1992.569580 0.000000 0.726890 0.000000 0.686754 0.516217 0.516217 0.516217 +4535.533691 0.000000 2030.908691 0.000000 0.249076 0.000000 0.968484 0.491791 0.491791 0.491791 +4518.709473 0.000000 1987.760864 0.000000 0.766832 0.000000 0.641848 0.646777 0.646777 0.646777 +4523.277832 0.000000 1989.965698 0.000000 0.385492 0.000000 0.922711 0.467828 0.467828 0.467828 +4483.040527 0.000000 2024.998657 0.000000 0.642017 0.000000 0.766691 0.521032 0.521032 0.521032 +4487.767090 0.000000 2002.955933 0.000000 0.722098 0.000000 0.691791 0.577044 0.577044 0.577044 +4480.743652 0.000000 2027.873901 0.000000 0.040924 0.000000 0.999162 0.361832 0.361832 0.361832 +4520.275879 0.000000 2025.725708 0.000000 0.295360 0.000000 0.955386 0.447781 0.447781 0.447781 +4516.323242 0.000000 1987.453857 0.000000 0.001436 0.000000 0.999999 0.475418 0.475418 0.475418 +4513.511719 0.000000 1986.012573 0.000000 0.766806 0.000000 0.641879 0.676750 0.676750 0.676750 +4528.564941 0.000000 2011.546143 0.000000 0.516895 0.000000 0.856049 0.496240 0.496240 0.496240 +4529.734375 0.000000 1995.062256 0.000000 0.534957 0.000000 0.844879 0.616687 0.616687 0.616687 +4540.196777 0.000000 1986.723022 0.000000 0.677854 0.000000 0.735197 0.686454 0.686454 0.686454 +4537.571289 0.000000 2016.808960 0.000000 0.832703 0.000000 0.553719 0.674559 0.674559 0.674559 +4535.966309 0.000000 2012.848877 0.000000 0.819944 0.000000 0.572444 0.606960 0.606960 0.606960 +4533.492676 0.000000 2032.482422 0.000000 0.119743 0.000000 0.992805 0.534626 0.534626 0.534626 +4505.886230 0.000000 2019.025513 0.000000 0.538046 0.000000 0.842915 0.597186 0.597186 0.597186 +4492.104980 0.000000 2019.851807 0.000000 0.675078 0.000000 0.737747 0.655324 0.655324 0.655324 +4518.214844 0.000000 1989.582886 0.000000 0.153499 0.000000 0.988149 0.424371 0.424371 0.424371 +4498.209473 0.000000 1987.856689 0.000000 0.625655 0.000000 0.780100 0.675433 0.675433 0.675433 +4487.204590 0.000000 2005.935791 0.000000 0.661944 0.000000 0.749554 0.520541 0.520541 0.520541 +4504.446289 0.000000 2020.292358 0.000000 0.465687 0.000000 0.884949 0.486767 0.486767 0.486767 +4527.740234 0.000000 1992.091675 0.000000 0.346771 0.000000 0.937950 0.494040 0.494040 0.494040 +4536.073242 0.000000 2016.391846 0.000000 0.707891 0.000000 0.706322 0.642576 0.642576 0.642576 +4532.024414 0.000000 2017.273071 0.000000 0.628022 0.000000 0.778195 0.670785 0.670785 0.670785 +4542.436523 0.000000 1987.475342 0.000000 0.295879 0.000000 0.955226 0.475853 0.475853 0.475853 +4541.764648 0.000000 2014.609009 0.000000 0.582428 0.000000 0.812882 0.692706 0.692706 0.692706 +4515.665039 0.000000 1986.534058 0.000000 0.390868 0.000000 0.920447 0.555224 0.555224 0.555224 +4529.437988 0.000000 1993.128052 0.000000 0.253075 0.000000 0.967447 0.650857 0.650857 0.650857 +4531.127441 0.000000 2025.994507 0.000000 0.580203 0.000000 0.814472 0.671477 0.671477 0.671477 +4533.988770 0.000000 1988.192383 0.000000 0.350127 0.000000 0.936702 0.624503 0.624503 0.624503 +4535.349609 0.000000 2017.423096 0.000000 0.777167 0.000000 0.629295 0.684410 0.684410 0.684410 +4530.122070 0.000000 1994.006104 0.000000 0.408496 0.000000 0.912760 0.558348 0.558348 0.558348 +4495.914062 0.000000 2017.077026 0.000000 0.658824 0.000000 0.752297 0.687496 0.687496 0.687496 +4493.676758 0.000000 2013.947144 0.000000 0.803076 0.000000 0.595877 0.568501 0.568501 0.568501 +4525.281250 0.000000 1982.072754 0.000000 0.238622 0.000000 0.971113 0.653934 0.653934 0.653934 +4532.250488 0.000000 1986.853638 0.000000 0.365733 0.000000 0.930720 0.606427 0.606427 0.606427 +4517.656250 0.000000 1985.653809 0.000000 0.094438 0.000000 0.995531 0.598386 0.598386 0.598386 +4533.139160 0.000000 2016.948120 0.000000 0.376326 0.000000 0.926487 0.623792 0.623792 0.623792 +4493.138672 0.000000 2008.491455 0.000000 0.322431 0.000000 0.946593 0.583599 0.583599 0.583599 +4531.812988 0.000000 1991.172119 0.000000 0.750224 0.000000 0.661184 0.738955 0.738955 0.738955 +4538.459473 0.000000 2018.477417 0.000000 0.838211 0.000000 0.545346 0.646504 0.646504 0.646504 +4500.295898 0.000000 1985.683105 0.000000 0.496149 0.000000 0.868237 0.687004 0.687004 0.687004 +4526.404297 0.000000 1989.195801 0.000000 0.666818 0.000000 0.745220 0.618456 0.618456 0.618456 +4530.566406 0.000000 1986.543457 0.000000 0.211894 0.000000 0.977293 0.590936 0.590936 0.590936 +4533.110840 0.000000 1993.800903 0.000000 0.379433 0.000000 0.925219 0.568165 0.568165 0.568165 +4489.207520 0.000000 2001.695190 0.000000 0.191265 0.000000 0.981538 0.707533 0.707533 0.707533 +4527.897461 0.000000 1988.638672 0.000000 0.813889 0.000000 0.581020 0.654299 0.654299 0.654299 +4531.945312 0.000000 1983.789917 0.000000 0.704980 0.000000 0.709227 0.723352 0.723352 0.723352 +4540.731934 0.000000 2015.078369 0.000000 0.865761 0.000000 0.500458 0.760062 0.760062 0.760062 +4542.015625 0.000000 2009.569458 0.000000 0.189930 0.000000 0.981798 0.759241 0.759241 0.759241 +4535.173828 0.000000 1980.000854 0.000000 0.120645 0.000000 0.992696 0.725531 0.725531 0.725531 +4523.103516 0.000000 2012.226074 0.000000 0.252328 0.000000 0.967642 0.482754 0.482754 0.482754 +4487.460938 0.000000 1997.896118 0.000000 0.414870 0.000000 0.909881 0.525199 0.525199 0.525199 +4533.339355 0.000000 1985.273682 0.000000 0.777070 0.000000 0.629414 0.740369 0.740369 0.740369 +4508.514160 0.000000 1990.749878 0.000000 0.740736 0.000000 0.671796 0.610712 0.610712 0.610712 +4533.577637 0.000000 1991.985229 0.000000 0.098706 0.000000 0.995117 0.620687 0.620687 0.620687 +4496.839355 0.000000 1983.009155 0.000000 0.836568 0.000000 0.547864 0.573157 0.573157 0.573157 +4527.757812 0.000000 1979.718384 0.000000 0.378782 0.000000 0.925486 0.655738 0.655738 0.655738 +4492.066406 0.000000 2007.218506 0.000000 0.388959 0.000000 0.921255 0.657485 0.657485 0.657485 +4485.068848 0.000000 2030.579468 0.000000 0.525937 0.000000 0.850524 0.829117 0.829117 0.829117 +4520.990723 0.000000 1984.904419 0.000000 0.040714 0.000000 0.999171 0.611512 0.611512 0.611512 +4508.799316 0.000000 2009.472900 0.000000 0.708392 0.000000 0.705819 0.672879 0.672879 0.672879 +4543.565430 0.000000 2019.475342 0.000000 0.855888 0.000000 0.517162 0.736700 0.736700 0.736700 +4531.848633 0.000000 2013.628296 0.000000 0.654571 0.000000 0.756001 0.671219 0.671219 0.671219 +4511.611328 0.000000 2002.369629 0.000000 0.147895 0.000000 0.989003 0.489529 0.489529 0.489529 +4499.048340 0.000000 1987.254517 0.000000 0.553212 0.000000 0.833041 0.661070 0.661070 0.661070 +4530.001465 0.000000 1984.208862 0.000000 0.817412 0.000000 0.576054 0.756076 0.756076 0.756076 +4528.417969 0.000000 1983.910889 0.000000 0.474608 0.000000 0.880197 0.667284 0.667284 0.667284 +4530.986816 0.000000 2022.145752 0.000000 0.295909 0.000000 0.955216 0.631145 0.631145 0.631145 +4540.832520 0.000000 2010.291138 0.000000 0.553395 0.000000 0.832919 0.800301 0.800301 0.800301 +4528.027344 0.000000 1980.959839 0.000000 0.725510 0.000000 0.688212 0.717676 0.717676 0.717676 +4488.681152 0.000000 1998.339722 0.000000 0.258496 0.000000 0.966012 0.757938 0.757938 0.757938 +4495.305664 0.000000 2019.135376 0.000000 0.696689 0.000000 0.717374 0.758109 0.758109 0.758109 +4502.670898 0.000000 1983.252197 0.000000 0.635924 0.000000 0.771752 0.870917 0.870917 0.870917 +4520.232910 0.000000 2028.021484 0.000000 0.326402 0.000000 0.945231 0.534121 0.534121 0.534121 +4526.654785 0.000000 1986.980591 0.000000 0.685914 0.000000 0.727683 0.688217 0.688217 0.688217 +4491.251465 0.000000 2021.884155 0.000000 0.278782 0.000000 0.960354 0.612472 0.612472 0.612472 +4519.911621 0.000000 1981.875854 0.000000 0.011997 0.000000 0.999928 0.727107 0.727107 0.727107 +4489.402832 0.000000 1997.591431 0.000000 0.678672 0.000000 0.734442 0.818493 0.818493 0.818493 +4509.834473 0.000000 2009.688965 0.000000 0.830877 0.000000 0.556456 0.704023 0.704023 0.704023 +4501.995605 0.000000 2017.458984 0.000000 0.797944 0.000000 0.602732 0.923930 0.923930 0.923930 +4541.072754 0.000000 2023.928711 0.000000 0.217433 0.000000 0.976075 0.757514 0.757514 0.757514 +4542.515625 0.000000 1984.800171 0.000000 0.845127 0.000000 0.534566 0.769064 0.769064 0.769064 +4501.892578 0.000000 2026.202148 0.000000 0.139874 0.000000 0.990169 0.763657 0.763657 0.763657 +4540.553711 0.000000 1977.259888 0.000000 0.242424 0.000000 0.970170 0.828198 0.828198 0.828198 +4525.587891 0.000000 1983.742798 0.000000 0.812799 0.000000 0.582544 0.765103 0.765103 0.765103 +4541.095215 0.000000 2013.078735 0.000000 0.061371 0.000000 0.998115 0.653551 0.653551 0.653551 +4527.321289 0.000000 1985.611938 0.000000 0.751236 0.000000 0.660033 0.708372 0.708372 0.708372 +4504.943848 0.000000 1989.879150 0.000000 0.847995 0.000000 0.530004 0.749509 0.749509 0.749509 +4489.360840 0.000000 2024.962769 0.000000 0.808712 0.000000 0.588204 0.917579 0.917579 0.917579 +4540.497559 0.000000 2020.136108 0.000000 0.023586 0.000000 0.999722 0.642071 0.642071 0.642071 +4543.628906 0.000000 1978.257080 0.000000 0.058028 0.000000 0.998315 0.797196 0.797196 0.797196 +4542.219727 0.000000 2011.488403 0.000000 0.313853 0.000000 0.949471 0.660836 0.660836 0.660836 +4539.543457 0.000000 2004.329102 0.000000 0.209421 0.000000 0.977826 0.638377 0.638377 0.638377 +4512.829590 0.000000 1979.145386 0.000000 0.488657 0.000000 0.872476 0.883269 0.883269 0.883269 +4491.080566 0.000000 2020.187012 0.000000 0.546208 0.000000 0.837649 0.659728 0.659728 0.659728 +4543.976562 0.000000 1982.947021 0.000000 0.614613 0.000000 0.788828 0.855845 0.855845 0.855845 +4493.893066 0.000000 2006.374756 0.000000 0.767541 0.000000 0.641000 0.732852 0.732852 0.732852 +4491.947266 0.000000 1992.861206 0.000000 0.721062 0.000000 0.692871 0.901965 0.901965 0.901965 +4492.542480 0.000000 2002.170044 0.000000 0.789706 0.000000 0.613486 0.926295 0.926295 0.926295 +4508.431152 0.000000 1996.415649 0.000000 0.608498 0.000000 0.793555 0.697850 0.697850 0.697850 +4503.932129 0.000000 1981.958008 0.000000 0.801781 0.000000 0.597618 0.917006 0.917006 0.917006 +4543.029297 0.000000 2008.687012 0.000000 0.748992 0.000000 0.662579 0.854987 0.854987 0.854987 +4490.185059 0.000000 1993.636230 0.000000 0.001165 0.000000 0.999999 0.798973 0.798973 0.798973 +4501.506348 0.000000 2024.309326 0.000000 0.645023 0.000000 0.764163 0.773947 0.773947 0.773947 +4500.185547 0.000000 2005.481567 0.000000 0.229313 0.000000 0.973353 0.882628 0.882628 0.882628 +4504.250000 0.000000 2013.119263 0.000000 0.559949 0.000000 0.828527 0.812572 0.812572 0.812572 +4505.595215 0.000000 1981.007690 0.000000 0.087899 0.000000 0.996129 0.845633 0.845633 0.845633 +4512.543945 0.000000 1982.952393 0.000000 0.338337 0.000000 0.941025 0.830176 0.830176 0.830176 +4488.505859 0.000000 1996.393555 0.000000 0.441595 0.000000 0.897215 0.775571 0.775571 0.775571 +4517.896973 0.000000 1983.705444 0.000000 0.325253 0.000000 0.945627 0.751136 0.751136 0.751136 +4534.939941 0.000000 1977.225098 0.000000 0.036857 0.000000 0.999321 0.594593 0.594593 0.594593 +4506.912598 0.000000 2003.362549 0.000000 0.792687 0.000000 0.609629 0.928803 0.928803 0.928803 +4487.164551 0.000000 2025.729126 0.000000 0.126187 0.000000 0.992006 0.674847 0.674847 0.674847 +4540.995605 0.000000 2030.358887 0.000000 0.589193 0.000000 0.807992 0.927428 0.927428 0.927428 +4498.972168 0.000000 2027.670288 0.000000 0.601949 0.000000 0.798534 0.924497 0.924497 0.924497 +4501.033691 0.000000 2021.514404 0.000000 0.590208 0.000000 0.807251 0.757895 0.757895 0.757895 +4501.098145 0.000000 1977.896606 0.000000 0.735696 0.000000 0.677312 0.782573 0.782573 0.782573 +4499.490723 0.000000 1991.649536 0.000000 0.537578 0.000000 0.843214 0.859491 0.859491 0.859491 +4497.859375 0.000000 1992.835571 0.000000 0.329966 0.000000 0.943993 0.906614 0.906614 0.906614 +4523.475098 0.000000 1983.716187 0.000000 0.603627 0.000000 0.797267 0.712591 0.712591 0.712591 +4495.000977 0.000000 2020.637085 0.000000 0.859662 0.000000 0.510863 0.908928 0.908928 0.908928 +4526.968262 0.000000 2019.914917 0.000000 0.776577 0.000000 0.630023 0.818542 0.818542 0.818542 +4512.706543 0.000000 1985.352417 0.000000 0.811531 0.000000 0.584310 0.827241 0.827241 0.827241 +4496.218750 0.000000 1998.570801 0.000000 0.756848 0.000000 0.653591 0.952518 0.952518 0.952518 +4521.935059 0.000000 1985.385254 0.000000 0.682831 0.000000 0.730576 0.723686 0.723686 0.723686 +4497.243164 0.000000 1990.535034 0.000000 0.725521 0.000000 0.688200 0.913024 0.913024 0.913024 +4503.689453 0.000000 1984.289062 0.000000 0.555327 0.000000 0.831632 0.773125 0.773125 0.773125 +4497.333008 0.000000 2002.486938 0.000000 0.582222 0.000000 0.813030 0.899746 0.899746 0.899746 +4497.145020 0.000000 2005.934082 0.000000 0.772982 0.000000 0.634428 0.909921 0.909921 0.909921 +4494.183594 0.000000 2001.294922 0.000000 0.232386 0.000000 0.972624 0.908926 0.908926 0.908926 +4502.711914 0.000000 1994.851807 0.000000 0.096459 0.000000 0.995337 0.800156 0.800156 0.800156 +4505.831055 0.000000 2014.191284 0.000000 0.745265 0.000000 0.666769 0.795323 0.795323 0.795323 +4499.957031 0.000000 2019.989990 0.000000 0.033102 0.000000 0.999452 0.803064 0.803064 0.803064 +4499.198730 0.000000 1992.501587 0.000000 0.377837 0.000000 0.925872 0.875035 0.875035 0.875035 +4507.286133 0.000000 1982.760376 0.000000 0.608630 0.000000 0.793454 0.907336 0.907336 0.907336 +4511.155762 0.000000 1981.799561 0.000000 0.617093 0.000000 0.786890 0.908419 0.908419 0.908419 +4493.718262 0.000000 2024.608032 0.000000 0.445966 0.000000 0.895050 0.929428 0.929428 0.929428 +4541.971680 0.000000 2031.914673 0.000000 0.392490 0.000000 0.919756 0.909938 0.909938 0.909938 +4497.103516 0.000000 2027.035400 0.000000 0.673892 0.000000 0.738830 0.947076 0.947076 0.947076 +4524.530762 0.000000 2031.904785 0.000000 0.772810 0.000000 0.634637 0.944901 0.944901 0.944901 +4493.666504 0.000000 2033.371460 0.000000 0.795096 0.000000 0.606484 0.958516 0.958516 0.958516 +4492.758789 0.000000 2027.888916 0.000000 0.786803 0.000000 0.617204 0.957653 0.957653 0.957653 +4542.866699 0.000000 2021.397827 0.000000 0.856308 0.000000 0.516466 0.865706 0.865706 0.865706 +4493.493652 0.000000 1995.835449 0.000000 0.192716 0.000000 0.981255 0.912346 0.912346 0.912346 +4497.480469 0.000000 2015.452759 0.000000 0.157815 0.000000 0.987469 0.804311 0.804311 0.804311 +4499.236816 0.000000 2021.580078 0.000000 0.173209 0.000000 0.984885 0.804382 0.804382 0.804382 +4538.537598 0.000000 2031.830811 0.000000 0.247909 0.000000 0.968783 0.824976 0.824976 0.824976 +4515.844727 0.000000 1978.827637 0.000000 0.737418 0.000000 0.675437 0.907248 0.907248 0.907248 +4493.829590 0.000000 2026.882568 0.000000 0.550673 0.000000 0.834721 0.937126 0.937126 0.937126 +4493.361328 0.000000 2002.400513 0.000000 0.481603 0.000000 0.876390 0.880781 0.880781 0.880781 +4501.570801 0.000000 2011.968994 0.000000 0.553766 0.000000 0.832672 0.901990 0.901990 0.901990 +4492.681641 0.000000 2025.924316 0.000000 0.372211 0.000000 0.928148 0.924280 0.924280 0.924280 +4543.283691 0.000000 2028.081177 0.000000 0.264617 0.000000 0.964353 0.917049 0.917049 0.917049 +4492.274414 0.000000 1994.594360 0.000000 0.719738 0.000000 0.694246 0.951148 0.951148 0.951148 +4513.216309 0.000000 1982.041626 0.000000 0.696802 0.000000 0.717263 0.889172 0.889172 0.889172 +4504.679199 0.000000 1982.458984 0.000000 0.274540 0.000000 0.961576 0.844124 0.844124 0.844124 +4504.802734 0.000000 2010.920410 0.000000 0.775535 0.000000 0.631305 0.911473 0.911473 0.911473 +4540.310547 0.000000 2029.036255 0.000000 0.149879 0.000000 0.988704 0.896812 0.896812 0.896812 +4504.189941 0.000000 2001.833252 0.000000 0.839643 0.000000 0.543139 0.937645 0.937645 0.937645 +4495.599121 0.000000 2022.312012 0.000000 0.168679 0.000000 0.985671 0.854115 0.854115 0.854115 +4543.451172 0.000000 2032.147583 0.000000 0.270188 0.000000 0.962808 0.909645 0.909645 0.909645 +4526.052246 0.000000 2030.389893 0.000000 0.420461 0.000000 0.907310 0.927626 0.927626 0.927626 +4487.515625 0.000000 2032.841675 0.000000 0.791575 0.000000 0.611072 0.925651 0.925651 0.925651 +4496.188965 0.000000 1993.375366 0.000000 0.202605 0.000000 0.979261 0.896609 0.896609 0.896609 +4490.729492 0.000000 1994.303101 0.000000 0.603458 0.000000 0.797395 0.908061 0.908061 0.908061 +4543.655273 0.000000 2022.549561 0.000000 0.549049 0.000000 0.835790 0.888086 0.888086 0.888086 +4543.843262 0.000000 2026.141846 0.000000 0.669405 0.000000 0.742898 0.946690 0.946690 0.946690 +4491.480957 0.000000 2023.063965 0.000000 0.831500 0.000000 0.555525 0.923684 0.923684 0.923684 +4543.617676 0.000000 2031.203369 0.000000 0.633661 0.000000 0.773611 0.943690 0.943690 0.943690 +4503.048828 0.000000 1996.156128 0.000000 0.441943 0.000000 0.897043 0.869121 0.869121 0.869121 +4494.848145 0.000000 2003.184814 0.000000 0.684386 0.000000 0.729119 0.917390 0.917390 0.917390 +4541.693848 0.000000 2006.495972 0.000000 0.332459 0.000000 0.943118 0.866217 0.866217 0.866217 +4499.430176 0.000000 2004.126831 0.000000 0.022201 0.000000 0.999754 0.834143 0.834143 0.834143 +4498.975586 0.000000 1999.756714 0.000000 0.388445 0.000000 0.921472 0.899067 0.899067 0.899067 +4541.407227 0.000000 1981.510498 0.000000 0.706963 0.000000 0.707250 0.924098 0.924098 0.924098 +4524.097656 0.000000 2033.048340 0.000000 0.210670 0.000000 0.977557 0.913513 0.913513 0.913513 +4498.925293 0.000000 2002.726562 0.000000 0.583086 0.000000 0.812410 0.901279 0.901279 0.901279 +4495.194336 0.000000 1992.193970 0.000000 0.486642 0.000000 0.873602 0.932356 0.932356 0.932356 +4527.146973 0.000000 2029.556274 0.000000 0.410965 0.000000 0.911651 0.883998 0.883998 0.883998 +4494.660156 0.000000 2028.160400 0.000000 0.014181 0.000000 0.999899 0.900903 0.900903 0.900903 +4498.036621 0.000000 2007.220947 0.000000 0.498253 0.000000 0.867032 0.879769 0.879769 0.879769 +4543.309570 0.000000 2027.114624 0.000000 0.102486 0.000000 0.994734 0.906536 0.906536 0.906536 +4488.485352 0.000000 2026.841431 0.000000 0.636002 0.000000 0.771688 0.921436 0.921436 0.921436 +4491.109863 0.000000 2001.880127 0.000000 0.087536 0.000000 0.996161 0.843374 0.843374 0.843374 +4542.821777 0.000000 2030.675659 0.000000 0.344888 0.000000 0.938644 0.922417 0.922417 0.922417 +4508.848633 0.000000 1983.781250 0.000000 0.504390 0.000000 0.863476 0.894631 0.894631 0.894631 +4528.919922 0.000000 2033.060303 0.000000 0.566534 0.000000 0.824038 0.918033 0.918033 0.918033 +4503.379395 0.000000 2010.155273 0.000000 0.845416 0.000000 0.534108 0.944717 0.944717 0.944717 +4498.671387 0.000000 2026.651611 0.000000 0.664954 0.000000 0.746884 0.931150 0.931150 0.931150 +4542.385254 0.000000 2025.066895 0.000000 0.429287 0.000000 0.903168 0.928247 0.928247 0.928247 +4500.269043 0.000000 2004.674805 0.000000 0.680223 0.000000 0.733005 0.927905 0.927905 0.927905 +4527.494141 0.000000 2030.896973 0.000000 0.350892 0.000000 0.936416 0.922824 0.922824 0.922824 +4493.307617 0.000000 2028.500854 0.000000 0.560864 0.000000 0.827908 0.937906 0.937906 0.937906 +4494.809570 0.000000 2028.939697 0.000000 0.400733 0.000000 0.916195 0.926249 0.926249 0.926249 +4503.744141 0.000000 2004.851318 0.000000 0.152673 0.000000 0.988277 0.892771 0.892771 0.892771 +4497.392578 0.000000 1992.227783 0.000000 0.294843 0.000000 0.955546 0.903817 0.903817 0.903817 +4543.019043 0.000000 2029.811768 0.000000 0.781844 0.000000 0.623474 0.957144 0.957144 0.957144 +4555.959473 0.000000 2025.443970 0.000000 0.768032 0.000000 0.640412 0.346176 0.346176 0.346176 +4582.893555 0.000000 1996.400513 0.000000 0.627341 0.000000 0.778745 0.303106 0.303106 0.303106 +4558.979980 0.000000 2001.793335 0.000000 0.335228 0.000000 0.942137 0.248260 0.248260 0.248260 +4557.487793 0.000000 1986.969849 0.000000 0.088075 0.000000 0.996114 0.206294 0.206294 0.206294 +4558.033691 0.000000 1982.844116 0.000000 0.039080 0.000000 0.999236 0.191978 0.191978 0.191978 +4583.465820 0.000000 1986.838867 0.000000 0.828036 0.000000 0.560675 0.382536 0.382536 0.382536 +4550.997070 0.000000 2017.210083 0.000000 0.073666 0.000000 0.997283 0.211279 0.211279 0.211279 +4578.934570 0.000000 1980.522339 0.000000 0.041399 0.000000 0.999143 0.202754 0.202754 0.202754 +4557.704590 0.000000 1989.779785 0.000000 0.413262 0.000000 0.910612 0.292941 0.292941 0.292941 +4569.304688 0.000000 1977.946777 0.000000 0.064299 0.000000 0.997931 0.217366 0.217366 0.217366 +4556.062012 0.000000 1998.258545 0.000000 0.593962 0.000000 0.804493 0.328814 0.328814 0.328814 +4580.749023 0.000000 1986.322632 0.000000 0.378574 0.000000 0.925571 0.295850 0.295850 0.295850 +4552.564453 0.000000 2028.684204 0.000000 0.698265 0.000000 0.715839 0.355096 0.355096 0.355096 +4563.935547 0.000000 1986.711548 0.000000 0.302465 0.000000 0.953161 0.266729 0.266729 0.266729 +4578.375977 0.000000 1993.395874 0.000000 0.794667 0.000000 0.607046 0.387383 0.387383 0.387383 +4573.325684 0.000000 1981.428101 0.000000 0.802997 0.000000 0.595983 0.389774 0.389774 0.389774 +4566.020996 0.000000 1978.273193 0.000000 0.488749 0.000000 0.872425 0.316981 0.316981 0.316981 +4552.986816 0.000000 2031.661133 0.000000 0.806829 0.000000 0.590784 0.396569 0.396569 0.396569 +4566.351074 0.000000 1995.693604 0.000000 0.431859 0.000000 0.901941 0.318545 0.318545 0.318545 +4553.923828 0.000000 1994.547607 0.000000 0.033401 0.000000 0.999442 0.263377 0.263377 0.263377 +4564.575195 0.000000 1995.457153 0.000000 0.299156 0.000000 0.954204 0.307842 0.307842 0.307842 +4550.267578 0.000000 2001.393188 0.000000 0.154777 0.000000 0.987949 0.268372 0.268372 0.268372 +4567.062012 0.000000 1993.074829 0.000000 0.634373 0.000000 0.773027 0.383566 0.383566 0.383566 +4551.500488 0.000000 1996.249512 0.000000 0.648372 0.000000 0.761324 0.371997 0.371997 0.371997 +4551.363281 0.000000 2000.403442 0.000000 0.557824 0.000000 0.829960 0.339782 0.339782 0.339782 +4549.854492 0.000000 2011.706299 0.000000 0.776049 0.000000 0.630672 0.399056 0.399056 0.399056 +4569.534668 0.000000 1986.515137 0.000000 0.271308 0.000000 0.962493 0.355515 0.355515 0.355515 +4549.475098 0.000000 1985.229370 0.000000 0.264909 0.000000 0.964273 0.285841 0.285841 0.285841 +4547.621094 0.000000 2014.041138 0.000000 0.778648 0.000000 0.627461 0.427480 0.427480 0.427480 +4552.616211 0.000000 1994.196777 0.000000 0.606665 0.000000 0.794958 0.358564 0.358564 0.358564 +4549.529297 0.000000 1980.443115 0.000000 0.481287 0.000000 0.876563 0.439022 0.439022 0.439022 +4548.370605 0.000000 2003.542725 0.000000 0.455139 0.000000 0.890421 0.412034 0.412034 0.412034 +4549.292969 0.000000 1982.970581 0.000000 0.370366 0.000000 0.928886 0.323769 0.323769 0.323769 +4548.693359 0.000000 2009.593506 0.000000 0.332718 0.000000 0.943026 0.391237 0.391237 0.391237 +4570.770996 0.000000 1986.553833 0.000000 0.865818 0.000000 0.500359 0.655079 0.655079 0.655079 +4550.916992 0.000000 1979.377075 0.000000 0.060029 0.000000 0.998197 0.373553 0.373553 0.373553 +4545.237793 0.000000 2013.275146 0.000000 0.040647 0.000000 0.999174 0.415286 0.415286 0.415286 +4549.747070 0.000000 2009.924072 0.000000 0.859803 0.000000 0.510625 0.499746 0.499746 0.499746 +4546.932617 0.000000 2001.114258 0.000000 0.491069 0.000000 0.871121 0.739800 0.739800 0.739800 +4546.037109 0.000000 2007.179565 0.000000 0.299767 0.000000 0.954012 0.549414 0.549414 0.549414 +4572.514160 0.000000 1990.749878 0.000000 0.509289 0.000000 0.860595 0.726779 0.726779 0.726779 +4545.302734 0.000000 1981.506348 0.000000 0.555477 0.000000 0.831532 0.767691 0.767691 0.767691 +4546.473633 0.000000 2024.123779 0.000000 0.514937 0.000000 0.857228 0.821608 0.821608 0.821608 +4545.989746 0.000000 2010.030273 0.000000 0.698669 0.000000 0.715445 0.586199 0.586199 0.586199 +4549.709473 0.000000 2029.782593 0.000000 0.784900 0.000000 0.619622 0.701546 0.701546 0.701546 +4548.163086 0.000000 2028.736084 0.000000 0.072519 0.000000 0.997367 0.568313 0.568313 0.568313 +4573.689453 0.000000 1986.187622 0.000000 0.413682 0.000000 0.910421 0.816546 0.816546 0.816546 +4558.026855 0.000000 1977.640869 0.000000 0.809756 0.000000 0.586766 0.648204 0.648204 0.648204 +4544.599609 0.000000 2004.507202 0.000000 0.609346 0.000000 0.792904 0.881370 0.881370 0.881370 +4574.916992 0.000000 1984.755737 0.000000 0.560550 0.000000 0.828120 0.864802 0.864802 0.864802 +4570.750000 0.000000 1990.363892 0.000000 0.413200 0.000000 0.910640 0.619875 0.619875 0.619875 +4545.034668 0.000000 1983.968018 0.000000 0.862990 0.000000 0.505221 0.728832 0.728832 0.728832 +4547.405762 0.000000 2032.634888 0.000000 0.108188 0.000000 0.994130 0.865280 0.865280 0.865280 +4548.944824 0.000000 2032.237305 0.000000 0.750612 0.000000 0.660743 0.893424 0.893424 0.893424 +4573.719238 0.000000 1989.231323 0.000000 0.833199 0.000000 0.552973 0.907200 0.907200 0.907200 +4544.416016 0.000000 1979.456543 0.000000 0.832704 0.000000 0.553718 0.896368 0.896368 0.896368 +4545.706543 0.000000 2032.947998 0.000000 0.752643 0.000000 0.658429 0.954244 0.954244 0.954244 +4547.833008 0.000000 2029.566528 0.000000 0.210043 0.000000 0.977692 0.862573 0.862573 0.862573 +4546.363770 0.000000 2026.338379 0.000000 0.787631 0.000000 0.616148 0.919952 0.919952 0.919952 +4545.198730 0.000000 2029.828735 0.000000 0.202373 0.000000 0.979308 0.912973 0.912973 0.912973 +4575.611816 0.000000 1989.500732 0.000000 0.021622 0.000000 0.999766 0.854966 0.854966 0.854966 +4546.373535 0.000000 2032.177979 0.000000 0.575739 0.000000 0.817634 0.911812 0.911812 0.911812 +4544.750977 0.000000 2024.700073 0.000000 0.851068 0.000000 0.525055 0.961497 0.961497 0.961497 +4438.937012 0.000000 2047.864868 0.000000 0.415391 0.000000 0.909643 0.252294 0.252294 0.252294 +4441.237793 0.000000 2039.596436 0.000000 0.589601 0.000000 0.807695 0.296134 0.296134 0.296134 +4441.706543 0.000000 2047.076904 0.000000 0.247922 0.000000 0.968780 0.232522 0.232522 0.232522 +4442.165527 0.000000 2041.695312 0.000000 0.312968 0.000000 0.949764 0.262201 0.262201 0.262201 +4458.440430 0.000000 2049.646484 0.000000 0.768068 0.000000 0.640368 0.369611 0.369611 0.369611 +4478.095703 0.000000 2064.983643 0.000000 0.581882 0.000000 0.813273 0.341017 0.341017 0.341017 +4479.423340 0.000000 2036.912720 0.000000 0.835274 0.000000 0.549833 0.437376 0.437376 0.437376 +4479.365723 0.000000 2043.402832 0.000000 0.622917 0.000000 0.782288 0.372756 0.372756 0.372756 +4471.696777 0.000000 2042.723389 0.000000 0.354412 0.000000 0.935089 0.323047 0.323047 0.323047 +4478.025391 0.000000 2036.565552 0.000000 0.812456 0.000000 0.583022 0.431348 0.431348 0.431348 +4478.499512 0.000000 2062.826172 0.000000 0.217772 0.000000 0.976000 0.314156 0.314156 0.314156 +4447.169922 0.000000 2046.675171 0.000000 0.577639 0.000000 0.816293 0.479935 0.479935 0.479935 +4457.821777 0.000000 2047.894531 0.000000 0.755402 0.000000 0.655261 0.404221 0.404221 0.404221 +4477.982422 0.000000 2044.962402 0.000000 0.296367 0.000000 0.955074 0.326231 0.326231 0.326231 +4462.601562 0.000000 2040.540039 0.000000 0.361971 0.000000 0.932189 0.473067 0.473067 0.473067 +4476.552246 0.000000 2034.746704 0.000000 0.571948 0.000000 0.820290 0.516260 0.516260 0.516260 +4455.708496 0.000000 2039.432251 0.000000 0.499208 0.000000 0.866482 0.465067 0.465067 0.465067 +4452.323242 0.000000 2043.938232 0.000000 0.016165 0.000000 0.999869 0.553994 0.553994 0.553994 +4454.214844 0.000000 2046.067261 0.000000 0.776082 0.000000 0.630633 0.518744 0.518744 0.518744 +4458.590820 0.000000 2036.846436 0.000000 0.768243 0.000000 0.640158 0.516778 0.516778 0.516778 +4450.086426 0.000000 2040.335571 0.000000 0.737853 0.000000 0.674961 0.537670 0.537670 0.537670 +4457.729980 0.000000 2039.409546 0.000000 0.402996 0.000000 0.915202 0.475552 0.475552 0.475552 +4479.022461 0.000000 2045.885498 0.000000 0.451525 0.000000 0.892258 0.442741 0.442741 0.442741 +4473.506836 0.000000 2041.010132 0.000000 0.843702 0.000000 0.536812 0.599362 0.599362 0.599362 +4461.281250 0.000000 2038.557129 0.000000 0.120484 0.000000 0.992715 0.409926 0.409926 0.409926 +4475.028320 0.000000 2038.841431 0.000000 0.821066 0.000000 0.570834 0.646441 0.646441 0.646441 +4456.990723 0.000000 2041.388794 0.000000 0.513159 0.000000 0.858293 0.572575 0.572575 0.572575 +4479.578613 0.000000 2059.219971 0.000000 0.845710 0.000000 0.533643 0.693382 0.693382 0.693382 +4466.001465 0.000000 2040.693237 0.000000 0.700686 0.000000 0.713469 0.611153 0.611153 0.611153 +4465.640137 0.000000 2038.785645 0.000000 0.275320 0.000000 0.961353 0.709436 0.709436 0.709436 +4468.064941 0.000000 2041.298096 0.000000 0.474308 0.000000 0.880359 0.590202 0.590202 0.590202 +4462.127441 0.000000 2036.740479 0.000000 0.460736 0.000000 0.887537 0.638698 0.638698 0.638698 +4454.167480 0.000000 2045.093994 0.000000 0.840291 0.000000 0.542135 0.701765 0.701765 0.701765 +4472.811035 0.000000 2037.479736 0.000000 0.359360 0.000000 0.933199 0.858517 0.858517 0.858517 +4468.597656 0.000000 2035.996460 0.000000 0.324406 0.000000 0.945918 0.921033 0.921033 0.921033 +4479.170410 0.000000 2051.277588 0.000000 0.569463 0.000000 0.822017 0.870635 0.870635 0.870635 +4471.102539 0.000000 2035.577881 0.000000 0.560702 0.000000 0.828018 0.937894 0.937894 0.937894 +4473.008789 0.000000 2035.890259 0.000000 0.189596 0.000000 0.981862 0.852194 0.852194 0.852194 +4473.922852 0.000000 2035.307983 0.000000 0.321496 0.000000 0.946911 0.866820 0.866820 0.866820 +4466.949219 0.000000 2036.249512 0.000000 0.472973 0.000000 0.881077 0.924904 0.924904 0.924904 +4531.213867 0.000000 2079.694824 0.000000 0.342476 0.000000 0.939527 0.237947 0.237947 0.237947 +4515.689941 0.000000 2085.039062 0.000000 0.488995 0.000000 0.872287 0.285278 0.285278 0.285278 +4513.049316 0.000000 2034.687744 0.000000 0.163744 0.000000 0.986503 0.236154 0.236154 0.236154 +4506.529785 0.000000 2088.844238 0.000000 0.839791 0.000000 0.542910 0.389749 0.389749 0.389749 +4514.937012 0.000000 2035.222168 0.000000 0.811754 0.000000 0.583999 0.393737 0.393737 0.393737 +4504.512695 0.000000 2041.170410 0.000000 0.659359 0.000000 0.751828 0.354390 0.354390 0.354390 +4504.779785 0.000000 2037.974121 0.000000 0.225430 0.000000 0.974259 0.274115 0.274115 0.274115 +4508.899902 0.000000 2084.986084 0.000000 0.792212 0.000000 0.610246 0.385212 0.385212 0.385212 +4501.729980 0.000000 2049.027588 0.000000 0.829663 0.000000 0.558265 0.398636 0.398636 0.398636 +4509.380859 0.000000 2052.835205 0.000000 0.680456 0.000000 0.732789 0.366645 0.366645 0.366645 +4520.653320 0.000000 2079.080078 0.000000 0.687357 0.000000 0.726320 0.365135 0.365135 0.365135 +4481.639160 0.000000 2068.643799 0.000000 0.511301 0.000000 0.859402 0.318379 0.318379 0.318379 +4536.379395 0.000000 2047.818237 0.000000 0.020722 0.000000 0.999785 0.261425 0.261425 0.261425 +4485.961426 0.000000 2084.070312 0.000000 0.142481 0.000000 0.989798 0.282379 0.282379 0.282379 +4541.240234 0.000000 2047.468750 0.000000 0.486422 0.000000 0.873724 0.337217 0.337217 0.337217 +4497.469238 0.000000 2051.176025 0.000000 0.717476 0.000000 0.696584 0.372734 0.372734 0.372734 +4502.733398 0.000000 2042.208618 0.000000 0.804064 0.000000 0.594543 0.406296 0.406296 0.406296 +4534.848633 0.000000 2055.950195 0.000000 0.312373 0.000000 0.949959 0.300562 0.300562 0.300562 +4503.035156 0.000000 2043.874634 0.000000 0.296836 0.000000 0.954929 0.313178 0.313178 0.313178 +4500.063965 0.000000 2074.311768 0.000000 0.572573 0.000000 0.819854 0.393653 0.393653 0.393653 +4525.684570 0.000000 2076.348145 0.000000 0.600965 0.000000 0.799276 0.358851 0.358851 0.358851 +4481.280273 0.000000 2067.286865 0.000000 0.849381 0.000000 0.527780 0.413594 0.413594 0.413594 +4508.436523 0.000000 2050.040283 0.000000 0.796943 0.000000 0.604055 0.395318 0.395318 0.395318 +4489.022461 0.000000 2076.504639 0.000000 0.716063 0.000000 0.698035 0.381658 0.381658 0.381658 +4481.323730 0.000000 2039.494873 0.000000 0.397609 0.000000 0.917555 0.389005 0.389005 0.389005 +4535.696777 0.000000 2042.723389 0.000000 0.753766 0.000000 0.657142 0.453228 0.453228 0.453228 +4530.572266 0.000000 2058.152100 0.000000 0.791622 0.000000 0.611011 0.499344 0.499344 0.499344 +4489.264160 0.000000 2078.030762 0.000000 0.095714 0.000000 0.995409 0.267466 0.267466 0.267466 +4514.757812 0.000000 2038.899536 0.000000 0.202891 0.000000 0.979201 0.340557 0.340557 0.340557 +4537.981445 0.000000 2039.065063 0.000000 0.825701 0.000000 0.564107 0.531969 0.531969 0.531969 +4510.022949 0.000000 2076.850342 0.000000 0.482633 0.000000 0.875822 0.457446 0.457446 0.457446 +4513.152344 0.000000 2079.605469 0.000000 0.653454 0.000000 0.756966 0.365913 0.365913 0.365913 +4493.344238 0.000000 2047.727173 0.000000 0.732639 0.000000 0.680617 0.452897 0.452897 0.452897 +4501.323242 0.000000 2074.659424 0.000000 0.863418 0.000000 0.504488 0.459133 0.459133 0.459133 +4502.048340 0.000000 2056.550537 0.000000 0.155080 0.000000 0.987902 0.280081 0.280081 0.280081 +4532.887695 0.000000 2057.024658 0.000000 0.808978 0.000000 0.587838 0.416950 0.416950 0.416950 +4530.304199 0.000000 2059.825195 0.000000 0.637061 0.000000 0.770813 0.464233 0.464233 0.464233 +4494.943359 0.000000 2074.031982 0.000000 0.793364 0.000000 0.608748 0.518488 0.518488 0.518488 +4509.995605 0.000000 2058.003662 0.000000 0.045094 0.000000 0.998983 0.402323 0.402323 0.402323 +4516.202637 0.000000 2037.086182 0.000000 0.828058 0.000000 0.560642 0.542095 0.542095 0.542095 +4535.719727 0.000000 2037.467407 0.000000 0.439306 0.000000 0.898338 0.491387 0.491387 0.491387 +4497.052246 0.000000 2076.241943 0.000000 0.470573 0.000000 0.882361 0.419188 0.419188 0.419188 +4502.163574 0.000000 2036.402832 0.000000 0.635023 0.000000 0.772493 0.463817 0.463817 0.463817 +4482.732422 0.000000 2041.651123 0.000000 0.478454 0.000000 0.878113 0.493793 0.493793 0.493793 +4536.930664 0.000000 2045.837646 0.000000 0.839897 0.000000 0.542746 0.438643 0.438643 0.438643 +4501.902344 0.000000 2078.923828 0.000000 0.139760 0.000000 0.990185 0.360204 0.360204 0.360204 +4510.762207 0.000000 2055.606201 0.000000 0.819028 0.000000 0.573753 0.409151 0.409151 0.409151 +4525.494141 0.000000 2075.077881 0.000000 0.481632 0.000000 0.876374 0.485005 0.485005 0.485005 +4537.375000 0.000000 2036.695190 0.000000 0.294924 0.000000 0.955521 0.452325 0.452325 0.452325 +4499.857422 0.000000 2086.134277 0.000000 0.814403 0.000000 0.580300 0.418322 0.418322 0.418322 +4498.263672 0.000000 2045.524048 0.000000 0.090001 0.000000 0.995942 0.414092 0.414092 0.414092 +4536.005371 0.000000 2039.544800 0.000000 0.293928 0.000000 0.955828 0.424736 0.424736 0.424736 +4495.939941 0.000000 2088.135498 0.000000 0.499311 0.000000 0.866423 0.389144 0.389144 0.389144 +4482.773438 0.000000 2039.478882 0.000000 0.592651 0.000000 0.805459 0.506213 0.506213 0.506213 +4541.613770 0.000000 2060.008545 0.000000 0.441996 0.000000 0.897017 0.496590 0.496590 0.496590 +4512.728027 0.000000 2044.646240 0.000000 0.673449 0.000000 0.739233 0.467246 0.467246 0.467246 +4531.089355 0.000000 2062.434326 0.000000 0.190232 0.000000 0.981739 0.416704 0.416704 0.416704 +4517.762695 0.000000 2077.314941 0.000000 0.532821 0.000000 0.846228 0.462142 0.462142 0.462142 +4509.463379 0.000000 2059.513428 0.000000 0.747412 0.000000 0.664361 0.530498 0.530498 0.530498 +4483.610840 0.000000 2035.419312 0.000000 0.000505 0.000000 1.000000 0.446235 0.446235 0.446235 +4529.310547 0.000000 2062.907227 0.000000 0.598498 0.000000 0.801124 0.589268 0.589268 0.589268 +4511.890137 0.000000 2079.678711 0.000000 0.082771 0.000000 0.996569 0.301809 0.301809 0.301809 +4534.206543 0.000000 2040.853149 0.000000 0.162427 0.000000 0.986721 0.359503 0.359503 0.359503 +4516.343262 0.000000 2039.978882 0.000000 0.077434 0.000000 0.996998 0.527739 0.527739 0.527739 +4496.554199 0.000000 2086.212402 0.000000 0.033547 0.000000 0.999437 0.318591 0.318591 0.318591 +4492.215332 0.000000 2044.293823 0.000000 0.196165 0.000000 0.980571 0.487797 0.487797 0.487797 +4480.213379 0.000000 2045.539185 0.000000 0.693470 0.000000 0.720485 0.589898 0.589898 0.589898 +4503.733887 0.000000 2075.338623 0.000000 0.690489 0.000000 0.723342 0.470909 0.470909 0.470909 +4498.479492 0.000000 2080.081055 0.000000 0.245849 0.000000 0.969308 0.458058 0.458058 0.458058 +4541.552246 0.000000 2042.750854 0.000000 0.107154 0.000000 0.994242 0.416861 0.416861 0.416861 +4497.980469 0.000000 2072.693115 0.000000 0.613864 0.000000 0.789412 0.459547 0.459547 0.459547 +4519.595215 0.000000 2076.535400 0.000000 0.589082 0.000000 0.808073 0.477561 0.477561 0.477561 +4529.734375 0.000000 2051.546631 0.000000 0.859708 0.000000 0.510786 0.628616 0.628616 0.628616 +4481.375488 0.000000 2035.829468 0.000000 0.149369 0.000000 0.988782 0.361718 0.361718 0.361718 +4505.886230 0.000000 2075.510010 0.000000 0.841058 0.000000 0.540945 0.598567 0.598567 0.598567 +4492.104980 0.000000 2076.336182 0.000000 0.513279 0.000000 0.858222 0.514456 0.514456 0.514456 +4490.347656 0.000000 2073.507080 0.000000 0.832248 0.000000 0.554404 0.684390 0.684390 0.684390 +4498.209473 0.000000 2044.341064 0.000000 0.677212 0.000000 0.735788 0.519131 0.519131 0.519131 +4508.939453 0.000000 2077.050293 0.000000 0.758442 0.000000 0.651740 0.523753 0.523753 0.523753 +4514.086426 0.000000 2040.335571 0.000000 0.129567 0.000000 0.991571 0.415929 0.415929 0.415929 +4528.086914 0.000000 2069.119141 0.000000 0.003357 0.000000 0.999994 0.427804 0.427804 0.427804 +4543.475098 0.000000 2038.204712 0.000000 0.670202 0.000000 0.742179 0.710580 0.710580 0.710580 +4488.323730 0.000000 2051.961914 0.000000 0.591307 0.000000 0.806446 0.715444 0.715444 0.715444 +4542.436523 0.000000 2043.959717 0.000000 0.433518 0.000000 0.901145 0.467014 0.467014 0.467014 +4492.307617 0.000000 2074.197998 0.000000 0.814463 0.000000 0.580215 0.595717 0.595717 0.595717 +4492.296875 0.000000 2087.023193 0.000000 0.046367 0.000000 0.998924 0.543223 0.543223 0.543223 +4530.699707 0.000000 2064.490479 0.000000 0.224099 0.000000 0.974566 0.440524 0.440524 0.440524 +4489.561035 0.000000 2084.583008 0.000000 0.808997 0.000000 0.587812 0.687819 0.687819 0.687819 +4490.015137 0.000000 2043.640015 0.000000 0.854707 0.000000 0.519110 0.813082 0.813082 0.813082 +4538.872070 0.000000 2061.568359 0.000000 0.453287 0.000000 0.891365 0.508119 0.508119 0.508119 +4495.914062 0.000000 2073.561523 0.000000 0.578904 0.000000 0.815395 0.527137 0.527137 0.527137 +4536.785645 0.000000 2061.961670 0.000000 0.171802 0.000000 0.985132 0.493463 0.493463 0.493463 +4539.028320 0.000000 2038.841431 0.000000 0.156675 0.000000 0.987650 0.476469 0.476469 0.476469 +4503.599609 0.000000 2080.324219 0.000000 0.375284 0.000000 0.926910 0.438495 0.438495 0.438495 +4491.732910 0.000000 2055.749023 0.000000 0.580202 0.000000 0.814473 0.729204 0.729204 0.729204 +4508.235840 0.000000 2076.114502 0.000000 0.243812 0.000000 0.969822 0.425481 0.425481 0.425481 +4529.976074 0.000000 2048.516113 0.000000 0.253173 0.000000 0.967421 0.592544 0.592544 0.592544 +4515.216309 0.000000 2058.367920 0.000000 0.225324 0.000000 0.974284 0.531896 0.531896 0.531896 +4500.371094 0.000000 2069.677979 0.000000 0.119673 0.000000 0.992813 0.640431 0.640431 0.640431 +4528.273926 0.000000 2062.713135 0.000000 0.680624 0.000000 0.732633 0.606646 0.606646 0.606646 +4531.945312 0.000000 2040.274292 0.000000 0.292583 0.000000 0.956240 0.757427 0.757427 0.757427 +4496.762695 0.000000 2085.141602 0.000000 0.763374 0.000000 0.645957 0.543885 0.543885 0.543885 +4530.345703 0.000000 2046.553101 0.000000 0.502674 0.000000 0.864476 0.560756 0.560756 0.560756 +4480.148438 0.000000 2062.961426 0.000000 0.374736 0.000000 0.927132 0.665695 0.665695 0.665695 +4486.427246 0.000000 2043.995361 0.000000 0.828586 0.000000 0.559861 0.733678 0.733678 0.733678 +4514.564453 0.000000 2059.417480 0.000000 0.024234 0.000000 0.999706 0.498935 0.498935 0.498935 +4514.505859 0.000000 2048.868896 0.000000 0.675829 0.000000 0.737058 0.686014 0.686014 0.686014 +4520.891602 0.000000 2058.873047 0.000000 0.716236 0.000000 0.697858 0.715550 0.715550 0.715550 +4521.507324 0.000000 2052.557373 0.000000 0.313352 0.000000 0.949637 0.623511 0.623511 0.623511 +4519.297852 0.000000 2049.804443 0.000000 0.527396 0.000000 0.849620 0.857806 0.857806 0.857806 +4526.206055 0.000000 2062.385254 0.000000 0.029982 0.000000 0.999550 0.588106 0.588106 0.588106 +4531.003906 0.000000 2037.081177 0.000000 0.449045 0.000000 0.893509 0.760070 0.760070 0.760070 +4517.770020 0.000000 2038.440063 0.000000 0.212918 0.000000 0.977070 0.549937 0.549937 0.549937 +4540.182617 0.000000 2059.446777 0.000000 0.631070 0.000000 0.775726 0.651010 0.651010 0.651010 +4523.449707 0.000000 2061.720947 0.000000 0.513569 0.000000 0.858048 0.738362 0.738362 0.738362 +4540.393066 0.000000 2058.212891 0.000000 0.039680 0.000000 0.999212 0.547332 0.547332 0.547332 +4503.335449 0.000000 2068.931885 0.000000 0.085611 0.000000 0.996329 0.767752 0.767752 0.767752 +4530.001465 0.000000 2040.693237 0.000000 0.567222 0.000000 0.823565 0.802774 0.802774 0.802774 +4496.272461 0.000000 2067.992920 0.000000 0.482524 0.000000 0.875883 0.738300 0.738300 0.738300 +4529.560547 0.000000 2047.587280 0.000000 0.168955 0.000000 0.985624 0.687118 0.687118 0.687118 +4490.929199 0.000000 2072.590576 0.000000 0.333287 0.000000 0.942825 0.580359 0.580359 0.580359 +4523.257324 0.000000 2056.250244 0.000000 0.533746 0.000000 0.845645 0.636789 0.636789 0.636789 +4509.979492 0.000000 2061.641113 0.000000 0.118434 0.000000 0.992962 0.570480 0.570480 0.570480 +4489.671875 0.000000 2071.519775 0.000000 0.816595 0.000000 0.577210 0.776445 0.776445 0.776445 +4487.659180 0.000000 2038.171509 0.000000 0.190480 0.000000 0.981691 0.696099 0.696099 0.696099 +4524.935547 0.000000 2055.290039 0.000000 0.007131 0.000000 0.999975 0.501169 0.501169 0.501169 +4507.121094 0.000000 2060.751709 0.000000 0.528682 0.000000 0.848820 0.666779 0.666779 0.666779 +4488.644531 0.000000 2086.178711 0.000000 0.038052 0.000000 0.999276 0.689882 0.689882 0.689882 +4514.215820 0.000000 2044.230591 0.000000 0.199257 0.000000 0.979947 0.568109 0.568109 0.568109 +4538.562012 0.000000 2059.395020 0.000000 0.800471 0.000000 0.599371 0.650610 0.650610 0.650610 +4523.111816 0.000000 2053.721191 0.000000 0.196633 0.000000 0.980477 0.620174 0.620174 0.620174 +4526.219727 0.000000 2064.629150 0.000000 0.749997 0.000000 0.661442 0.754458 0.754458 0.754458 +4503.371582 0.000000 2062.848633 0.000000 0.623907 0.000000 0.781499 0.881079 0.881079 0.881079 +4525.089844 0.000000 2060.759277 0.000000 0.719023 0.000000 0.694986 0.736888 0.736888 0.736888 +4483.019531 0.000000 2044.747925 0.000000 0.030236 0.000000 0.999543 0.561515 0.561515 0.561515 +4489.863770 0.000000 2088.588135 0.000000 0.667881 0.000000 0.744268 0.838161 0.838161 0.838161 +4493.445801 0.000000 2066.964600 0.000000 0.697939 0.000000 0.716158 0.930048 0.930048 0.930048 +4513.109375 0.000000 2075.142578 0.000000 0.684428 0.000000 0.729081 0.652338 0.652338 0.652338 +4518.424805 0.000000 2041.035278 0.000000 0.859404 0.000000 0.511297 0.941715 0.941715 0.941715 +4504.250000 0.000000 2069.603760 0.000000 0.649713 0.000000 0.760179 0.893278 0.893278 0.893278 +4489.038086 0.000000 2045.222046 0.000000 0.820419 0.000000 0.571763 0.701039 0.701039 0.701039 +4486.207520 0.000000 2037.624756 0.000000 0.826530 0.000000 0.562893 0.894785 0.894785 0.894785 +4488.761230 0.000000 2042.128784 0.000000 0.122695 0.000000 0.992444 0.663088 0.663088 0.663088 +4517.326660 0.000000 2046.933105 0.000000 0.170455 0.000000 0.985366 0.797963 0.797963 0.797963 +4488.505859 0.000000 2052.877930 0.000000 0.214559 0.000000 0.976711 0.804295 0.804295 0.804295 +4500.944824 0.000000 2066.721680 0.000000 0.794496 0.000000 0.607270 0.909574 0.909574 0.909574 +4518.326660 0.000000 2048.220947 0.000000 0.258986 0.000000 0.965881 0.816691 0.816691 0.816691 +4487.259766 0.000000 2043.158447 0.000000 0.415656 0.000000 0.909522 0.646307 0.646307 0.646307 +4492.309082 0.000000 2066.785400 0.000000 0.027972 0.000000 0.999609 0.864804 0.864804 0.864804 +4484.651367 0.000000 2046.776123 0.000000 0.438314 0.000000 0.898822 0.786284 0.786284 0.786284 +4541.623047 0.000000 2035.721558 0.000000 0.560028 0.000000 0.828473 0.873490 0.873490 0.873490 +4525.207031 0.000000 2047.239502 0.000000 0.773893 0.000000 0.633317 0.940929 0.940929 0.940929 +4511.107910 0.000000 2070.664307 0.000000 0.797312 0.000000 0.603567 0.930601 0.930601 0.930601 +4522.251953 0.000000 2060.540039 0.000000 0.007400 0.000000 0.999973 0.656519 0.656519 0.656519 +4514.721191 0.000000 2047.054199 0.000000 0.466631 0.000000 0.884452 0.671113 0.671113 0.671113 +4513.448730 0.000000 2064.440674 0.000000 0.190482 0.000000 0.981691 0.912201 0.912201 0.912201 +4521.935059 0.000000 2041.869629 0.000000 0.125774 0.000000 0.992059 0.908028 0.908028 0.908028 +4488.997559 0.000000 2056.240723 0.000000 0.182624 0.000000 0.983183 0.911692 0.911692 0.911692 +4481.834961 0.000000 2060.545410 0.000000 0.733066 0.000000 0.680157 0.905325 0.905325 0.905325 +4525.280762 0.000000 2050.633057 0.000000 0.508793 0.000000 0.860889 0.770322 0.770322 0.770322 +4497.145020 0.000000 2062.418457 0.000000 0.684406 0.000000 0.729101 0.852400 0.852400 0.852400 +4499.048828 0.000000 2066.683105 0.000000 0.636460 0.000000 0.771310 0.788414 0.788414 0.788414 +4517.216797 0.000000 2043.586914 0.000000 0.489999 0.000000 0.871723 0.772591 0.772591 0.772591 +4487.664551 0.000000 2050.380859 0.000000 0.286526 0.000000 0.958072 0.870559 0.870559 0.870559 +4487.293457 0.000000 2055.985352 0.000000 0.279142 0.000000 0.960250 0.918010 0.918010 0.918010 +4524.719238 0.000000 2049.837646 0.000000 0.829182 0.000000 0.558979 0.922256 0.922256 0.922256 +4505.831055 0.000000 2070.675537 0.000000 0.153056 0.000000 0.988218 0.662272 0.662272 0.662272 +4488.070801 0.000000 2057.461670 0.000000 0.080937 0.000000 0.996719 0.905158 0.905158 0.905158 +4482.182129 0.000000 2046.113159 0.000000 0.411561 0.000000 0.911382 0.833583 0.833583 0.833583 +4483.154297 0.000000 2065.146973 0.000000 0.823487 0.000000 0.567335 0.809452 0.809452 0.809452 +4512.643555 0.000000 2063.105713 0.000000 0.845095 0.000000 0.534616 0.944658 0.944658 0.944658 +4485.655273 0.000000 2061.271729 0.000000 0.203049 0.000000 0.979169 0.913017 0.913017 0.913017 +4525.784668 0.000000 2067.029053 0.000000 0.849147 0.000000 0.528157 0.927070 0.927070 0.927070 +4493.337891 0.000000 2060.109131 0.000000 0.829572 0.000000 0.558399 0.952521 0.952521 0.952521 +4485.606445 0.000000 2047.799683 0.000000 0.220429 0.000000 0.975403 0.752157 0.752157 0.752157 +4506.685059 0.000000 2069.578857 0.000000 0.259652 0.000000 0.965702 0.863815 0.863815 0.863815 +4507.588867 0.000000 2070.220215 0.000000 0.146276 0.000000 0.989244 0.788488 0.788488 0.788488 +4485.199219 0.000000 2056.758301 0.000000 0.681162 0.000000 0.732133 0.947705 0.947705 0.947705 +4530.802734 0.000000 2034.487427 0.000000 0.384616 0.000000 0.923077 0.766263 0.766263 0.766263 +4501.483887 0.000000 2065.172119 0.000000 0.386546 0.000000 0.922270 0.844378 0.844378 0.844378 +4531.154785 0.000000 2039.814209 0.000000 0.014460 0.000000 0.999895 0.721521 0.721521 0.721521 +4519.482910 0.000000 2042.431030 0.000000 0.049571 0.000000 0.998771 0.875813 0.875813 0.875813 +4497.756836 0.000000 2035.303955 0.000000 0.184801 0.000000 0.982776 0.911833 0.911833 0.911833 +4494.034668 0.000000 2041.233521 0.000000 0.477519 0.000000 0.878621 0.888298 0.888298 0.888298 +4491.495117 0.000000 2061.915283 0.000000 0.178197 0.000000 0.983995 0.911405 0.911405 0.911405 +4491.237793 0.000000 2037.803345 0.000000 0.045428 0.000000 0.998968 0.893754 0.893754 0.893754 +4492.186523 0.000000 2065.798828 0.000000 0.069477 0.000000 0.997584 0.904427 0.904427 0.904427 +4504.141602 0.000000 2065.470215 0.000000 0.773977 0.000000 0.633213 0.929642 0.929642 0.929642 +4495.213379 0.000000 2066.550781 0.000000 0.121268 0.000000 0.992620 0.799197 0.799197 0.799197 +4492.858398 0.000000 2064.130859 0.000000 0.500071 0.000000 0.865984 0.933339 0.933339 0.933339 +4514.144531 0.000000 2067.384033 0.000000 0.403399 0.000000 0.915024 0.926434 0.926434 0.926434 +4514.308105 0.000000 2063.260742 0.000000 0.743652 0.000000 0.668567 0.939122 0.939122 0.939122 +4505.665527 0.000000 2064.810547 0.000000 0.129150 0.000000 0.991625 0.852113 0.852113 0.852113 +4523.156738 0.000000 2063.315674 0.000000 0.331727 0.000000 0.943375 0.836590 0.836590 0.836590 +4496.137207 0.000000 2036.796143 0.000000 0.168753 0.000000 0.985658 0.910795 0.910795 0.910795 +4489.966309 0.000000 2068.668945 0.000000 0.823801 0.000000 0.566880 0.928226 0.928226 0.928226 +4504.802734 0.000000 2067.404785 0.000000 0.288333 0.000000 0.957530 0.882239 0.882239 0.882239 +4515.731445 0.000000 2064.486816 0.000000 0.303550 0.000000 0.952815 0.919634 0.919634 0.919634 +4521.793945 0.000000 2065.611084 0.000000 0.519511 0.000000 0.854464 0.934777 0.934777 0.934777 +4524.901367 0.000000 2065.534424 0.000000 0.095424 0.000000 0.995437 0.804434 0.804434 0.804434 +4484.151855 0.000000 2051.630859 0.000000 0.769354 0.000000 0.638823 0.955884 0.955884 0.955884 +4522.345703 0.000000 2038.747314 0.000000 0.826550 0.000000 0.562864 0.961940 0.961940 0.961940 +4522.032227 0.000000 2069.561035 0.000000 0.559621 0.000000 0.828749 0.918788 0.918788 0.918788 +4526.006348 0.000000 2044.587769 0.000000 0.657256 0.000000 0.753667 0.934149 0.934149 0.934149 +4496.606934 0.000000 2038.040161 0.000000 0.287985 0.000000 0.957635 0.893697 0.893697 0.893697 +4510.416992 0.000000 2067.713379 0.000000 0.815073 0.000000 0.579358 0.960661 0.960661 0.960661 +4494.566406 0.000000 2062.293945 0.000000 0.584449 0.000000 0.811431 0.904290 0.904290 0.904290 +4508.669922 0.000000 2071.511475 0.000000 0.080156 0.000000 0.996782 0.824730 0.824730 0.824730 +4519.354492 0.000000 2066.165283 0.000000 0.147067 0.000000 0.989127 0.909397 0.909397 0.909397 +4492.502441 0.000000 2038.010620 0.000000 0.779832 0.000000 0.625989 0.952886 0.952886 0.952886 +4519.041016 0.000000 2047.796143 0.000000 0.577007 0.000000 0.816739 0.900502 0.900502 0.900502 +4519.826172 0.000000 2073.076172 0.000000 0.608937 0.000000 0.793219 0.890909 0.890909 0.890909 +4511.930176 0.000000 2064.474365 0.000000 0.009503 0.000000 0.999955 0.884234 0.884234 0.884234 +4489.821777 0.000000 2056.281250 0.000000 0.722295 0.000000 0.691585 0.951383 0.951383 0.951383 +4503.062500 0.000000 2065.083740 0.000000 0.746010 0.000000 0.665934 0.920858 0.920858 0.920858 +4486.469727 0.000000 2061.268799 0.000000 0.105219 0.000000 0.994449 0.906711 0.906711 0.906711 +4486.743652 0.000000 2050.820801 0.000000 0.053745 0.000000 0.998555 0.846613 0.846613 0.846613 +4517.967285 0.000000 2065.165039 0.000000 0.760791 0.000000 0.648997 0.955038 0.955038 0.955038 +4513.344727 0.000000 2065.303223 0.000000 0.830898 0.000000 0.556424 0.962435 0.962435 0.962435 +4492.168945 0.000000 2060.585938 0.000000 0.592216 0.000000 0.805779 0.924910 0.924910 0.924910 +4485.821777 0.000000 2050.429688 0.000000 0.447984 0.000000 0.894042 0.929572 0.929572 0.929572 +4514.854492 0.000000 2064.736816 0.000000 0.489356 0.000000 0.872084 0.932554 0.932554 0.932554 +4496.453125 0.000000 2034.208984 0.000000 0.753413 0.000000 0.657548 0.954319 0.954319 0.954319 +4511.873047 0.000000 2065.287598 0.000000 0.523903 0.000000 0.851778 0.924416 0.924416 0.924416 +4516.538574 0.000000 2065.934326 0.000000 0.340364 0.000000 0.940294 0.922110 0.922110 0.922110 +4483.168457 0.000000 2061.586182 0.000000 0.641258 0.000000 0.767325 0.944317 0.944317 0.944317 +4523.215820 0.000000 2038.758423 0.000000 0.584598 0.000000 0.811323 0.939749 0.939749 0.939749 +4495.083008 0.000000 2037.534302 0.000000 0.824153 0.000000 0.566367 0.961670 0.961670 0.961670 +4520.183594 0.000000 2043.029663 0.000000 0.434285 0.000000 0.900776 0.928600 0.928600 0.928600 +4525.195801 0.000000 2035.640137 0.000000 0.191197 0.000000 0.981552 0.912247 0.912247 0.912247 +4599.107910 0.000000 2078.638916 0.000000 0.605915 0.000000 0.795529 0.299169 0.299169 0.299169 +4588.083496 0.000000 2053.498535 0.000000 0.725325 0.000000 0.688407 0.335935 0.335935 0.335935 +4588.051758 0.000000 2065.531738 0.000000 0.181909 0.000000 0.983315 0.222983 0.222983 0.222983 +4577.365723 0.000000 2043.612305 0.000000 0.445122 0.000000 0.895470 0.280210 0.280210 0.280210 +4577.987305 0.000000 2071.051270 0.000000 0.719828 0.000000 0.694153 0.352606 0.352606 0.352606 +4587.311523 0.000000 2058.585205 0.000000 0.391853 0.000000 0.920028 0.279962 0.279962 0.279962 +4577.433594 0.000000 2069.240967 0.000000 0.774688 0.000000 0.632343 0.375665 0.375665 0.375665 +4578.375977 0.000000 2049.880127 0.000000 0.671636 0.000000 0.740882 0.359705 0.359705 0.359705 +4575.972656 0.000000 2057.818359 0.000000 0.828209 0.000000 0.560419 0.392845 0.392845 0.392845 +4581.265137 0.000000 2053.101074 0.000000 0.829916 0.000000 0.557889 0.404033 0.404033 0.404033 +4565.555664 0.000000 2037.522583 0.000000 0.778210 0.000000 0.628004 0.381765 0.381765 0.381765 +4555.039062 0.000000 2049.693848 0.000000 0.317124 0.000000 0.948384 0.283598 0.283598 0.283598 +4567.673828 0.000000 2039.393677 0.000000 0.587378 0.000000 0.809313 0.352745 0.352745 0.352745 +4553.923828 0.000000 2051.031982 0.000000 0.693438 0.000000 0.720516 0.361106 0.361106 0.361106 +4576.868164 0.000000 2049.808838 0.000000 0.034661 0.000000 0.999399 0.256668 0.256668 0.256668 +4567.062012 0.000000 2049.559082 0.000000 0.687570 0.000000 0.726118 0.369444 0.369444 0.369444 +4584.074707 0.000000 2065.770508 0.000000 0.430176 0.000000 0.902745 0.332582 0.332582 0.332582 +4550.813965 0.000000 2055.201416 0.000000 0.448210 0.000000 0.893928 0.330596 0.330596 0.330596 +4585.033691 0.000000 2074.874268 0.000000 0.814614 0.000000 0.580004 0.395965 0.395965 0.395965 +4551.500488 0.000000 2052.733887 0.000000 0.386693 0.000000 0.922208 0.322861 0.322861 0.322861 +4551.363281 0.000000 2056.887939 0.000000 0.075531 0.000000 0.997143 0.254194 0.254194 0.254194 +4568.230957 0.000000 2048.446289 0.000000 0.799317 0.000000 0.600910 0.402713 0.402713 0.402713 +4578.581543 0.000000 2052.617188 0.000000 0.546669 0.000000 0.837349 0.351715 0.351715 0.351715 +4572.436523 0.000000 2050.040283 0.000000 0.580010 0.000000 0.814609 0.353467 0.353467 0.353467 +4575.902832 0.000000 2048.721191 0.000000 0.847513 0.000000 0.530775 0.416817 0.416817 0.416817 +4591.816406 0.000000 2079.225830 0.000000 0.840244 0.000000 0.542208 0.410511 0.410511 0.410511 +4588.208984 0.000000 2087.524170 0.000000 0.725778 0.000000 0.687928 0.433288 0.433288 0.433288 +4545.498535 0.000000 2061.414307 0.000000 0.789744 0.000000 0.613437 0.407755 0.407755 0.407755 +4594.249023 0.000000 2083.117432 0.000000 0.497371 0.000000 0.867538 0.337570 0.337570 0.337570 +4561.185059 0.000000 2047.943481 0.000000 0.138730 0.000000 0.990330 0.278584 0.278584 0.278584 +4563.737305 0.000000 2039.919189 0.000000 0.041207 0.000000 0.999151 0.271453 0.271453 0.271453 +4554.359863 0.000000 2041.255005 0.000000 0.441262 0.000000 0.897378 0.463775 0.463775 0.463775 +4571.442383 0.000000 2041.860352 0.000000 0.232909 0.000000 0.972498 0.293415 0.293415 0.293415 +4588.614746 0.000000 2082.694092 0.000000 0.535136 0.000000 0.844766 0.476386 0.476386 0.476386 +4591.887207 0.000000 2083.227295 0.000000 0.418185 0.000000 0.908362 0.482916 0.482916 0.482916 +4588.416992 0.000000 2078.440918 0.000000 0.333978 0.000000 0.942581 0.316174 0.316174 0.316174 +4591.731934 0.000000 2080.536377 0.000000 0.006574 0.000000 0.999978 0.330968 0.330968 0.330968 +4590.873535 0.000000 2082.538818 0.000000 0.605460 0.000000 0.795876 0.518219 0.518219 0.518219 +4558.695801 0.000000 2040.323486 0.000000 0.778601 0.000000 0.627520 0.468336 0.468336 0.468336 +4586.127930 0.000000 2080.890869 0.000000 0.573747 0.000000 0.819033 0.398233 0.398233 0.398233 +4569.831543 0.000000 2040.580933 0.000000 0.839942 0.000000 0.542676 0.461512 0.461512 0.461512 +4546.932617 0.000000 2057.598633 0.000000 0.605259 0.000000 0.796029 0.595582 0.595582 0.595582 +4571.200684 0.000000 2044.067627 0.000000 0.714897 0.000000 0.699230 0.522850 0.522850 0.522850 +4590.329102 0.000000 2087.675293 0.000000 0.726560 0.000000 0.687103 0.544500 0.544500 0.544500 +4546.526855 0.000000 2034.338135 0.000000 0.855790 0.000000 0.517323 0.940952 0.940952 0.940952 +4547.834473 0.000000 2036.447021 0.000000 0.352727 0.000000 0.935726 0.812916 0.812916 0.812916 +4548.067871 0.000000 2033.460938 0.000000 0.706101 0.000000 0.708111 0.884266 0.884266 0.884266 +4544.416016 0.000000 2035.940918 0.000000 0.246704 0.000000 0.969091 0.874299 0.874299 0.874299 +4492.526855 0.000000 2112.967773 0.000000 0.338728 0.000000 0.940884 0.246268 0.246268 0.246268 +4494.033691 0.000000 2095.812744 0.000000 0.396167 0.000000 0.918178 0.266032 0.266032 0.266032 +4483.050781 0.000000 2093.316162 0.000000 0.389321 0.000000 0.921102 0.296983 0.296983 0.296983 +4494.213379 0.000000 2091.626709 0.000000 0.629122 0.000000 0.777306 0.354292 0.354292 0.354292 +4486.753418 0.000000 2095.086670 0.000000 0.450271 0.000000 0.892892 0.397997 0.397997 0.397997 +4489.798340 0.000000 2095.295410 0.000000 0.609948 0.000000 0.792442 0.422748 0.422748 0.422748 +4488.070801 0.000000 2093.714600 0.000000 0.584602 0.000000 0.811320 0.557119 0.557119 0.557119 +4606.624512 0.000000 2098.741943 0.000000 0.303537 0.000000 0.952820 0.229118 0.229118 0.229118 +4593.687988 0.000000 2098.874512 0.000000 0.751573 0.000000 0.659650 0.358916 0.358916 0.358916 +4603.529785 0.000000 2090.568848 0.000000 0.651830 0.000000 0.758365 0.341079 0.341079 0.341079 +4589.431152 0.000000 2093.973633 0.000000 0.398539 0.000000 0.917151 0.283072 0.283072 0.283072 +4591.105469 0.000000 2093.483154 0.000000 0.292609 0.000000 0.956232 0.286767 0.286767 0.286767 +4602.082520 0.000000 2094.146240 0.000000 0.583035 0.000000 0.812447 0.332021 0.332021 0.332021 +4599.122559 0.000000 2095.064697 0.000000 0.468187 0.000000 0.883630 0.370839 0.370839 0.370839 +4598.252441 0.000000 2092.476562 0.000000 0.127538 0.000000 0.991834 0.312575 0.312575 0.312575 +4601.981445 0.000000 2095.549316 0.000000 0.551841 0.000000 0.833949 0.344515 0.344515 0.344515 +4597.270996 0.000000 2093.221924 0.000000 0.631718 0.000000 0.775199 0.463144 0.463144 0.463144 +4599.961426 0.000000 2091.614502 0.000000 0.664233 0.000000 0.747526 0.402528 0.402528 0.402528 +4593.195312 0.000000 2090.284912 0.000000 0.811997 0.000000 0.583662 0.481502 0.481502 0.481502 "} object={ name="palm_dense_generator_3_1" @@ -240,7 +1169,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_palm_02_mesh" - count=219 + count=1188 transform="121.129456 0.000000 773.115479 0.000000 0.934808 0.000000 -0.355152 0.569750 0.569750 0.569750 502.120880 0.000000 726.853271 0.000000 0.995673 0.000000 -0.092930 1.003379 1.003379 1.003379 503.870575 0.000000 726.057312 0.000000 0.988943 0.000000 0.148293 0.969113 0.969113 0.969113 @@ -460,6 +1389,975 @@ object={ 559.481995 0.000000 1964.055420 0.000000 0.964370 0.000000 0.264558 0.982955 0.982955 0.982955 559.493286 0.000000 1962.793335 0.000000 0.941596 0.000000 -0.336744 1.021865 1.021865 1.021865 520.173828 0.000000 1999.219482 0.000000 0.876332 0.000000 -0.481707 0.601072 0.601072 0.601072 +5568.163086 0.000000 938.496521 0.000000 0.939747 0.000000 0.341870 0.425394 0.425394 0.425394 +5589.502930 0.000000 1008.553589 0.000000 0.999892 0.000000 -0.014711 0.503146 0.503146 0.503146 +5791.453613 0.000000 1146.417603 0.000000 0.975924 0.000000 -0.218110 0.548828 0.548828 0.548828 +5781.668945 0.000000 1139.476440 0.000000 0.876095 0.000000 -0.482139 0.607953 0.607953 0.607953 +5764.047852 0.000000 1138.037598 0.000000 0.869936 0.000000 -0.493165 0.611049 0.611049 0.611049 +5772.112305 0.000000 1144.594238 0.000000 0.981832 0.000000 0.189751 0.460608 0.460608 0.460608 +4473.678223 0.000000 1935.590332 0.000000 0.946309 0.000000 -0.323263 0.562005 0.562005 0.562005 +4469.519043 0.000000 2003.578491 0.000000 0.999998 0.000000 0.001841 0.499617 0.499617 0.499617 +4459.601562 0.000000 2029.853149 0.000000 0.998285 0.000000 0.058534 0.488134 0.488134 0.488134 +4478.970703 0.000000 1999.609131 0.000000 0.943914 0.000000 -0.330192 0.564394 0.564394 0.564394 +4446.609375 0.000000 2002.615723 0.000000 0.903794 0.000000 -0.427968 0.577672 0.577672 0.577672 +4475.429199 0.000000 2002.265747 0.000000 0.974888 0.000000 -0.222696 0.540957 0.540957 0.540957 +4459.722656 0.000000 2032.276367 0.000000 0.927175 0.000000 0.374629 0.433996 0.433996 0.433996 +4461.470215 0.000000 2024.237427 0.000000 0.878174 0.000000 -0.478342 0.580502 0.580502 0.580502 +4475.914062 0.000000 2005.275879 0.000000 0.935657 0.000000 -0.352912 0.557674 0.557674 0.557674 +4460.208984 0.000000 2031.039673 0.000000 0.898245 0.000000 0.439496 0.432009 0.432009 0.432009 +4478.499512 0.000000 2006.341675 0.000000 0.951839 0.000000 -0.306599 0.662083 0.662083 0.662083 +4478.841797 0.000000 2031.485352 0.000000 0.886476 0.000000 0.462775 0.512987 0.512987 0.512987 +4462.797363 0.000000 2028.756226 0.000000 0.965072 0.000000 -0.261985 0.659707 0.659707 0.659707 +4459.584473 0.000000 2016.028076 0.000000 0.901687 0.000000 0.432390 0.471498 0.471498 0.471498 +4470.683594 0.000000 2007.515015 0.000000 0.955966 0.000000 -0.293478 0.545399 0.545399 0.545399 +4462.722168 0.000000 2024.764771 0.000000 0.945246 0.000000 -0.326358 0.548927 0.548927 0.548927 +4476.439453 0.000000 2026.006104 0.000000 0.928447 0.000000 0.371466 0.586009 0.586009 0.586009 +4463.887207 0.000000 2026.742798 0.000000 0.988080 0.000000 0.153940 0.535083 0.535083 0.535083 +4460.898438 0.000000 2032.813965 0.000000 0.949261 0.000000 0.314488 0.600566 0.600566 0.600566 +4477.190430 0.000000 2032.375244 0.000000 0.866071 0.000000 -0.499922 0.741081 0.741081 0.741081 +4463.731934 0.000000 2024.051880 0.000000 0.989806 0.000000 -0.142424 0.521032 0.521032 0.521032 +4474.917480 0.000000 2024.199707 0.000000 0.997475 0.000000 -0.071012 0.722324 0.722324 0.722324 +4466.230469 0.000000 2027.909424 0.000000 0.990918 0.000000 0.134465 0.620556 0.620556 0.620556 +4475.012207 0.000000 2025.379883 0.000000 0.999491 0.000000 -0.031901 0.715965 0.715965 0.715965 +4458.410156 0.000000 2017.988892 0.000000 0.869711 0.000000 0.493561 0.461043 0.461043 0.461043 +4467.368652 0.000000 2028.438965 0.000000 0.996260 0.000000 -0.086411 0.768941 0.768941 0.768941 +4464.564941 0.000000 2011.546143 0.000000 0.998935 0.000000 -0.046137 0.737891 0.737891 0.737891 +4476.292969 0.000000 2033.276001 0.000000 0.905560 0.000000 -0.424218 0.727341 0.727341 0.727341 +4473.725098 0.000000 2009.455688 0.000000 0.934854 0.000000 -0.355032 0.847784 0.847784 0.847784 +4468.413574 0.000000 2026.511108 0.000000 0.964247 0.000000 -0.265006 0.813050 0.813050 0.813050 +4466.699707 0.000000 2008.006104 0.000000 0.999996 0.000000 -0.002987 0.627927 0.627927 0.627927 +4460.436035 0.000000 2018.108887 0.000000 0.984047 0.000000 0.177908 0.735715 0.735715 0.735715 +4466.101562 0.000000 2009.897949 0.000000 0.868994 0.000000 -0.494823 0.709914 0.709914 0.709914 +4473.357910 0.000000 2021.412476 0.000000 0.950377 0.000000 -0.311099 0.988229 0.988229 0.988229 +4477.388184 0.000000 2016.768066 0.000000 0.956404 0.000000 0.292048 0.692056 0.692056 0.692056 +4476.959961 0.000000 2008.207153 0.000000 0.944050 0.000000 -0.329802 0.857953 0.857953 0.857953 +4469.111816 0.000000 2025.744873 0.000000 0.975873 0.000000 0.218339 0.823195 0.823195 0.823195 +4477.160156 0.000000 2011.362061 0.000000 0.999734 0.000000 -0.023043 0.881040 0.881040 0.881040 +4468.330566 0.000000 2010.814087 0.000000 0.929412 0.000000 0.369045 0.900408 0.900408 0.900408 +4475.354492 0.000000 2031.381348 0.000000 0.873913 0.000000 0.486081 0.667597 0.667597 0.667597 +4470.238281 0.000000 2029.241333 0.000000 0.958112 0.000000 0.286393 0.822158 0.822158 0.822158 +4478.219727 0.000000 2011.488403 0.000000 0.967427 0.000000 -0.253151 0.796432 0.796432 0.796432 +4473.561523 0.000000 2030.800049 0.000000 0.911376 0.000000 0.411574 0.842039 0.842039 0.842039 +4469.342773 0.000000 2010.693481 0.000000 0.992458 0.000000 -0.122582 0.973918 0.973918 0.973918 +4470.158691 0.000000 2022.581787 0.000000 0.997618 0.000000 0.068980 0.980417 0.980417 0.980417 +4473.849609 0.000000 2012.673950 0.000000 1.000000 0.000000 -0.000784 1.000070 1.000070 1.000070 +4473.323242 0.000000 2010.285522 0.000000 0.990915 0.000000 0.134491 0.981713 0.981713 0.981713 +4469.265137 0.000000 2019.727295 0.000000 0.989879 0.000000 -0.141912 1.009065 1.009065 1.009065 +4465.021484 0.000000 2016.182251 0.000000 0.969851 0.000000 -0.243697 1.030053 1.030053 1.030053 +4468.509766 0.000000 2012.265747 0.000000 0.956939 0.000000 -0.290290 1.025809 1.025809 1.025809 +4469.990234 0.000000 2014.745361 0.000000 0.995689 0.000000 0.092758 0.994086 0.994086 0.994086 +4471.630859 0.000000 2032.144287 0.000000 0.920099 0.000000 0.391685 0.966541 0.966541 0.966541 +4481.017578 0.000000 1947.161865 0.000000 0.952427 0.000000 0.304766 0.432387 0.432387 0.432387 +4483.510742 0.000000 1967.396729 0.000000 0.959018 0.000000 0.283344 0.440508 0.440508 0.440508 +4491.616211 0.000000 1949.809937 0.000000 0.986752 0.000000 0.162235 0.466254 0.466254 0.466254 +4482.026855 0.000000 1969.094971 0.000000 0.998656 0.000000 -0.051827 0.509883 0.509883 0.509883 +4489.808105 0.000000 1961.635864 0.000000 0.910635 0.000000 -0.413212 0.581834 0.581834 0.581834 +4492.080078 0.000000 1951.757568 0.000000 0.995901 0.000000 -0.090455 0.517062 0.517062 0.517062 +4510.021484 0.000000 1928.735718 0.000000 0.988695 0.000000 -0.149943 0.526435 0.526435 0.526435 +4528.891113 0.000000 1948.842773 0.000000 0.993973 0.000000 0.109623 0.479556 0.479556 0.479556 +4537.864746 0.000000 1949.059937 0.000000 0.970640 0.000000 -0.240535 0.541754 0.541754 0.541754 +4491.039062 0.000000 1936.725098 0.000000 0.922603 0.000000 0.385750 0.430149 0.430149 0.430149 +4494.835449 0.000000 1950.109375 0.000000 0.990986 0.000000 -0.133968 0.539636 0.539636 0.539636 +4503.035156 0.000000 1930.905884 0.000000 0.890408 0.000000 0.455163 0.425144 0.425144 0.425144 +4537.187988 0.000000 1951.954102 0.000000 0.958238 0.000000 -0.285970 0.543334 0.543334 0.543334 +4489.022461 0.000000 1963.536011 0.000000 0.994860 0.000000 0.101257 0.504489 0.504489 0.504489 +4504.631836 0.000000 1931.081665 0.000000 0.881274 0.000000 0.472606 0.497197 0.497197 0.497197 +4515.032227 0.000000 1938.104858 0.000000 0.981536 0.000000 0.191279 0.510068 0.510068 0.510068 +4497.185059 0.000000 1934.974731 0.000000 0.978948 0.000000 0.204111 0.469902 0.469902 0.469902 +4494.057129 0.000000 1955.131104 0.000000 0.956651 0.000000 -0.291235 0.553472 0.553472 0.553472 +4497.357910 0.000000 1953.884399 0.000000 0.982351 0.000000 0.187044 0.573288 0.573288 0.573288 +4508.472656 0.000000 1965.984985 0.000000 0.994034 0.000000 0.109071 0.605173 0.605173 0.605173 +4506.770996 0.000000 1930.069458 0.000000 0.912751 0.000000 -0.408517 0.719567 0.719567 0.719567 +4490.511230 0.000000 1939.159546 0.000000 0.996265 0.000000 0.086343 0.497029 0.497029 0.497029 +4491.042480 0.000000 1961.500610 0.000000 0.995587 0.000000 0.093842 0.607606 0.607606 0.607606 +4535.669922 0.000000 1954.133423 0.000000 0.986928 0.000000 -0.161163 0.707559 0.707559 0.707559 +4494.047363 0.000000 1947.666016 0.000000 0.996653 0.000000 0.081744 0.682810 0.682810 0.682810 +4495.586426 0.000000 1946.338013 0.000000 0.993382 0.000000 0.114858 0.677415 0.677415 0.677415 +4505.064941 0.000000 1971.107422 0.000000 0.997224 0.000000 0.074460 0.723186 0.723186 0.723186 +4497.432129 0.000000 1975.599609 0.000000 0.990079 0.000000 0.140514 0.736939 0.736939 0.736939 +4515.980469 0.000000 1968.262329 0.000000 0.996338 0.000000 0.085497 0.731197 0.731197 0.731197 +4514.956543 0.000000 1941.698853 0.000000 0.871785 0.000000 -0.489888 0.637463 0.637463 0.637463 +4497.980469 0.000000 1959.724487 0.000000 0.916802 0.000000 -0.399342 0.732919 0.732919 0.732919 +4508.718750 0.000000 1930.969238 0.000000 0.994653 0.000000 -0.103278 0.688273 0.688273 0.688273 +4504.413086 0.000000 1973.886963 0.000000 0.914114 0.000000 0.405458 0.741805 0.741805 0.741805 +4528.564941 0.000000 1955.061768 0.000000 0.904426 0.000000 -0.426630 0.657171 0.657171 0.657171 +4506.614258 0.000000 1964.112183 0.000000 0.945217 0.000000 -0.326443 0.764778 0.764778 0.764778 +4535.218262 0.000000 1972.605225 0.000000 0.965625 0.000000 -0.259939 0.865537 0.865537 0.865537 +4537.571289 0.000000 1960.324585 0.000000 0.977165 0.000000 -0.212483 0.852891 0.852891 0.852891 +4535.916992 0.000000 1970.635376 0.000000 0.966639 0.000000 0.256143 0.802081 0.802081 0.802081 +4535.966309 0.000000 1956.364502 0.000000 0.974459 0.000000 0.224566 0.723070 0.723070 0.723070 +4525.039062 0.000000 1957.892090 0.000000 0.948508 0.000000 0.316754 0.727295 0.727295 0.727295 +4495.546387 0.000000 1958.350586 0.000000 0.994928 0.000000 0.100591 0.827166 0.827166 0.827166 +4516.531250 0.000000 1964.614746 0.000000 0.922347 0.000000 0.386363 0.735161 0.735161 0.735161 +4499.400879 0.000000 1976.441772 0.000000 0.888046 0.000000 0.459755 0.727122 0.727122 0.727122 +4536.073242 0.000000 1959.907471 0.000000 0.969757 0.000000 0.244074 0.804056 0.804056 0.804056 +4532.024414 0.000000 1960.788696 0.000000 0.992729 0.000000 0.120370 0.725503 0.725503 0.725503 +4492.307617 0.000000 1961.229248 0.000000 0.989103 0.000000 -0.147227 0.861705 0.861705 0.861705 +4492.296875 0.000000 1974.054443 0.000000 0.942263 0.000000 0.334875 0.650460 0.650460 0.650460 +4535.349609 0.000000 1960.938721 0.000000 0.997150 0.000000 -0.075440 0.762259 0.762259 0.762259 +4489.561035 0.000000 1971.614258 0.000000 0.909868 0.000000 -0.414897 0.848592 0.848592 0.848592 +4492.499512 0.000000 1959.851685 0.000000 0.975728 0.000000 0.218985 0.728922 0.728922 0.728922 +4508.950195 0.000000 1968.333618 0.000000 0.972502 0.000000 -0.232894 0.689722 0.689722 0.689722 +4508.341797 0.000000 1970.132935 0.000000 0.959972 0.000000 0.280095 0.708835 0.708835 0.708835 +4507.200684 0.000000 1931.098877 0.000000 0.940032 0.000000 0.341085 0.596043 0.596043 0.596043 +4519.715332 0.000000 1967.975586 0.000000 0.975823 0.000000 -0.218564 0.844196 0.844196 0.844196 +4521.344238 0.000000 1969.896606 0.000000 0.994913 0.000000 0.100736 0.866682 0.866682 0.866682 +4517.641602 0.000000 1947.751221 0.000000 0.907454 0.000000 -0.420152 0.706585 0.706585 0.706585 +4537.960449 0.000000 1966.696533 0.000000 0.871094 0.000000 0.491116 0.797493 0.797493 0.797493 +4515.216309 0.000000 1945.399170 0.000000 0.987087 0.000000 -0.160188 0.756531 0.756531 0.756531 +4501.654297 0.000000 1954.381592 0.000000 0.901116 0.000000 -0.433578 0.961378 0.961378 0.961378 +4534.952148 0.000000 1964.424805 0.000000 0.967586 0.000000 0.252540 0.738129 0.738129 0.738129 +4519.486328 0.000000 1949.455933 0.000000 0.905591 0.000000 -0.424153 0.801558 0.801558 0.801558 +4500.371094 0.000000 1956.709229 0.000000 0.904784 0.000000 0.425871 0.886120 0.886120 0.886120 +4540.205566 0.000000 1950.466064 0.000000 0.954175 0.000000 -0.299250 0.779768 0.779768 0.779768 +4539.046387 0.000000 1954.652466 0.000000 0.910658 0.000000 -0.413161 0.953202 0.953202 0.953202 +4506.823242 0.000000 1970.188965 0.000000 0.993933 0.000000 0.109990 0.702684 0.702684 0.702684 +4509.200684 0.000000 1969.414429 0.000000 0.968582 0.000000 0.248694 0.611584 0.611584 0.611584 +4514.886719 0.000000 1963.141724 0.000000 0.997401 0.000000 0.072044 0.816933 0.816933 0.816933 +4492.187012 0.000000 1940.741211 0.000000 0.975115 0.000000 -0.221699 0.722470 0.722470 0.722470 +4542.015625 0.000000 1953.085083 0.000000 0.999556 0.000000 -0.029797 0.872314 0.872314 0.872314 +4523.103516 0.000000 1955.741699 0.000000 0.952052 0.000000 -0.305938 0.819968 0.819968 0.819968 +4542.514160 0.000000 1951.079468 0.000000 0.979271 0.000000 0.202553 0.731646 0.731646 0.731646 +4499.158691 0.000000 1974.799683 0.000000 0.963011 0.000000 0.269462 0.765025 0.765025 0.765025 +4518.235352 0.000000 1957.953247 0.000000 0.991584 0.000000 -0.129467 0.931536 0.931536 0.931536 +4543.565430 0.000000 1962.990967 0.000000 0.999999 0.000000 0.001663 0.970348 0.970348 0.970348 +4503.335449 0.000000 1955.963135 0.000000 0.983147 0.000000 0.182817 0.974526 0.974526 0.974526 +4513.751465 0.000000 1960.445435 0.000000 0.900280 0.000000 0.435311 0.838034 0.838034 0.838034 +4526.767090 0.000000 1960.281616 0.000000 0.981910 0.000000 -0.189348 0.902303 0.902303 0.902303 +4519.420898 0.000000 1951.972412 0.000000 0.957802 0.000000 0.287430 0.847156 0.847156 0.847156 +4518.218750 0.000000 1969.466187 0.000000 0.940170 0.000000 0.340707 0.762992 0.762992 0.762992 +4498.747559 0.000000 1972.945923 0.000000 0.981259 0.000000 0.192695 0.837279 0.837279 0.837279 +4502.826172 0.000000 1971.017822 0.000000 0.960473 0.000000 -0.278374 0.892654 0.892654 0.892654 +4516.659668 0.000000 1956.566650 0.000000 0.997639 0.000000 0.068679 0.990888 0.990888 0.990888 +4498.954102 0.000000 1959.384521 0.000000 0.979768 0.000000 -0.200139 0.816864 0.816864 0.816864 +4497.884277 0.000000 1974.693848 0.000000 0.980585 0.000000 -0.196096 0.791815 0.791815 0.791815 +4520.232910 0.000000 1971.537109 0.000000 0.889695 0.000000 0.456555 0.803606 0.803606 0.803606 +4510.024414 0.000000 1973.971069 0.000000 0.999967 0.000000 0.008077 0.935068 0.935068 0.935068 +4541.072754 0.000000 1967.444336 0.000000 0.894495 0.000000 0.447078 0.882645 0.882645 0.882645 +4518.308594 0.000000 1971.866211 0.000000 0.972046 0.000000 0.234792 0.810556 0.810556 0.810556 +4501.892578 0.000000 1969.717773 0.000000 0.891227 0.000000 -0.453557 1.065932 1.065932 1.065932 +4516.422852 0.000000 1972.719482 0.000000 0.982972 0.000000 0.183754 0.848667 0.848667 0.848667 +4491.985352 0.000000 1969.968994 0.000000 0.944444 0.000000 -0.328672 1.038878 1.038878 1.038878 +4507.129883 0.000000 1963.273071 0.000000 0.999999 0.000000 0.001742 0.828154 0.828154 0.828154 +4516.357422 0.000000 1965.708008 0.000000 0.991686 0.000000 0.128679 0.778247 0.778247 0.778247 +4505.147461 0.000000 1964.583496 0.000000 0.875435 0.000000 0.483336 0.768257 0.768257 0.768257 +4531.209473 0.000000 1960.179077 0.000000 0.901745 0.000000 0.432269 0.687307 0.687307 0.687307 +4534.238281 0.000000 1972.756958 0.000000 0.999300 0.000000 -0.037414 0.829508 0.829508 0.829508 +4542.219727 0.000000 1955.004028 0.000000 0.988258 0.000000 -0.152795 1.002356 1.002356 1.002356 +4502.491699 0.000000 1968.840942 0.000000 0.980004 0.000000 0.198975 0.811387 0.811387 0.811387 +4499.763672 0.000000 1951.272095 0.000000 0.993525 0.000000 -0.113612 0.885478 0.885478 0.885478 +4496.854492 0.000000 1937.392334 0.000000 0.978252 0.000000 0.207420 0.849905 0.849905 0.849905 +4494.926270 0.000000 1944.284668 0.000000 0.992597 0.000000 -0.121451 0.789328 0.789328 0.789328 +4538.613770 0.000000 1973.427979 0.000000 0.880222 0.000000 0.474561 0.872852 0.872852 0.872852 +4510.683105 0.000000 1960.740967 0.000000 0.992240 0.000000 0.124334 0.828324 0.828324 0.828324 +4536.525879 0.000000 1961.892212 0.000000 0.946513 0.000000 -0.322666 0.871203 0.871203 0.871203 +4512.250977 0.000000 1961.676514 0.000000 0.931039 0.000000 -0.364920 0.963949 0.963949 0.963949 +4539.962891 0.000000 1958.044189 0.000000 0.877152 0.000000 0.480213 0.856250 0.856250 0.856250 +4534.158691 0.000000 1966.097412 0.000000 0.872075 0.000000 0.489373 0.726732 0.726732 0.726732 +4502.068359 0.000000 1935.196167 0.000000 0.980738 0.000000 0.195328 0.983951 0.983951 0.983951 +4497.119629 0.000000 1968.727417 0.000000 0.942428 0.000000 -0.334408 1.032433 1.032433 1.032433 +4503.377441 0.000000 1954.974487 0.000000 0.918062 0.000000 -0.396438 1.056481 1.056481 1.056481 +4500.944824 0.000000 1953.753052 0.000000 0.873247 0.000000 0.487278 0.886436 0.886436 0.886436 +4521.572266 0.000000 1966.028076 0.000000 0.995332 0.000000 0.096507 0.882187 0.882187 0.882187 +4518.831055 0.000000 1961.531006 0.000000 0.953476 0.000000 -0.301468 0.958398 0.958398 0.958398 +4513.437500 0.000000 1947.975952 0.000000 0.886959 0.000000 0.461849 0.954336 0.954336 0.954336 +4499.490723 0.000000 1935.165161 0.000000 0.953957 0.000000 -0.299943 0.881817 0.881817 0.881817 +4513.192871 0.000000 1975.178101 0.000000 0.959219 0.000000 0.282665 0.962439 0.962439 0.962439 +4497.859375 0.000000 1936.351196 0.000000 0.941377 0.000000 -0.337357 0.935793 0.935793 0.935793 +4511.107910 0.000000 1957.695557 0.000000 0.999025 0.000000 0.044143 0.995469 0.995469 0.995469 +4495.000977 0.000000 1964.152710 0.000000 0.995837 0.000000 -0.091156 1.012238 1.012238 1.012238 +4513.448730 0.000000 1951.472046 0.000000 0.999609 0.000000 0.027953 0.998220 0.998220 0.998220 +4526.968262 0.000000 1963.430542 0.000000 0.933976 0.000000 0.357336 0.891963 0.891963 0.891963 +4496.218750 0.000000 1942.086426 0.000000 0.929563 0.000000 -0.368663 1.030824 1.030824 1.030824 +4498.325195 0.000000 1971.867920 0.000000 0.988629 0.000000 0.150378 0.973835 0.973835 0.973835 +4494.631836 0.000000 1966.112915 0.000000 0.933558 0.000000 -0.358427 1.031025 1.031025 1.031025 +4536.520020 0.000000 1976.414062 0.000000 0.996070 0.000000 -0.088571 0.939825 0.939825 0.939825 +4504.785156 0.000000 1962.966064 0.000000 0.893568 0.000000 -0.448928 0.991943 0.991943 0.991943 +4508.763184 0.000000 1947.212769 0.000000 0.992986 0.000000 0.118235 0.992455 0.992455 0.992455 +4493.181641 0.000000 1972.793457 0.000000 0.867608 0.000000 -0.497249 0.953833 0.953833 0.953833 +4522.709473 0.000000 1968.703247 0.000000 0.999484 0.000000 -0.032131 0.921543 0.921543 0.921543 +4497.333008 0.000000 1946.002563 0.000000 0.973745 0.000000 -0.227644 1.032165 1.032165 1.032165 +4505.814453 0.000000 1933.128174 0.000000 0.981411 0.000000 0.191920 0.952741 0.952741 0.952741 +4510.161621 0.000000 1939.396484 0.000000 0.988726 0.000000 -0.149735 1.009568 1.009568 1.009568 +4521.873047 0.000000 1971.769653 0.000000 0.996711 0.000000 0.081037 0.864815 0.864815 0.864815 +4507.403320 0.000000 1942.646240 0.000000 0.954935 0.000000 0.296815 0.980815 0.980815 0.980815 +4505.831055 0.000000 1957.706909 0.000000 0.959711 0.000000 0.280989 0.962242 0.962242 0.962242 +4496.302246 0.000000 1962.767822 0.000000 0.997513 0.000000 -0.070481 0.937092 0.937092 0.937092 +4538.115723 0.000000 1958.667114 0.000000 0.889402 0.000000 0.457126 0.860169 0.860169 0.860169 +4504.152832 0.000000 1932.841187 0.000000 0.932552 0.000000 0.361037 0.927503 0.927503 0.927503 +4502.974121 0.000000 1951.309204 0.000000 0.981430 0.000000 0.191820 0.986845 0.986845 0.986845 +4512.643555 0.000000 1950.136841 0.000000 0.977883 0.000000 0.209152 0.986586 0.986586 0.986586 +4518.631836 0.000000 1953.605835 0.000000 0.982537 0.000000 0.186065 0.923387 0.923387 0.923387 +4524.896973 0.000000 1968.880615 0.000000 0.997085 0.000000 0.076300 0.919918 0.919918 0.919918 +4505.062012 0.000000 1960.718750 0.000000 0.909293 0.000000 0.416156 0.918935 0.918935 0.918935 +4506.685059 0.000000 1956.610107 0.000000 0.921634 0.000000 -0.388061 1.050444 1.050444 1.050444 +4521.803711 0.000000 1976.270752 0.000000 0.999548 0.000000 -0.030048 0.916341 0.916341 0.916341 +4539.856934 0.000000 1966.201904 0.000000 0.947503 0.000000 -0.319748 0.994277 0.994277 0.994277 +4502.437012 0.000000 1952.863770 0.000000 0.967621 0.000000 -0.252409 1.029240 1.029240 1.029240 +4499.035156 0.000000 1940.887939 0.000000 0.880246 0.000000 0.474517 0.968525 0.968525 0.968525 +4492.758789 0.000000 1971.404541 0.000000 0.986640 0.000000 -0.162914 1.020713 1.020713 1.020713 +4509.719238 0.000000 1932.746948 0.000000 0.995884 0.000000 0.090639 0.989055 0.989055 0.989055 +4498.647949 0.000000 1939.353027 0.000000 0.946344 0.000000 -0.323162 1.022428 1.022428 1.022428 +4499.236816 0.000000 1965.095703 0.000000 0.940185 0.000000 0.340663 0.967976 0.967976 0.967976 +4541.234863 0.000000 1969.163696 0.000000 0.973817 0.000000 -0.227332 1.003764 1.003764 1.003764 +4504.856934 0.000000 1949.369873 0.000000 0.999370 0.000000 -0.035500 1.002260 1.002260 1.002260 +4494.654297 0.000000 1968.914795 0.000000 0.942407 0.000000 0.334468 0.969604 0.969604 0.969604 +4499.120117 0.000000 1937.637695 0.000000 0.999338 0.000000 -0.036380 1.004006 1.004006 1.004006 +4505.430664 0.000000 1942.948120 0.000000 0.966599 0.000000 0.256295 0.983500 0.983500 0.983500 +4503.187012 0.000000 1934.028076 0.000000 0.999527 0.000000 -0.030768 1.002512 1.002512 1.002512 +4511.761230 0.000000 1959.476807 0.000000 0.990570 0.000000 -0.137005 1.014458 1.014458 1.014458 +4543.283691 0.000000 1971.596802 0.000000 0.995439 0.000000 0.095396 0.956767 0.956767 0.956767 +4514.308105 0.000000 1950.291870 0.000000 0.992896 0.000000 -0.118987 1.010630 1.010630 1.010630 +4505.665527 0.000000 1951.841675 0.000000 0.999372 0.000000 0.035433 0.997744 0.997744 0.997744 +4511.309082 0.000000 1944.285767 0.000000 0.870518 0.000000 0.492136 0.967243 0.967243 0.967243 +4502.816406 0.000000 1935.778564 0.000000 0.874900 0.000000 0.484304 0.958727 0.958727 0.958727 +4504.664062 0.000000 1959.040649 0.000000 0.999641 0.000000 -0.026805 1.003674 1.003674 1.003674 +4498.341797 0.000000 1938.020142 0.000000 0.982272 0.000000 -0.187463 1.012853 1.012853 1.012853 +4504.593750 0.000000 1940.008057 0.000000 0.993301 0.000000 -0.115555 1.007373 1.007373 1.007373 +4497.305664 0.000000 1971.494019 0.000000 0.999834 0.000000 0.018202 0.997641 0.997641 0.997641 +4495.599121 0.000000 1965.827637 0.000000 0.968537 0.000000 -0.248869 1.033719 1.033719 1.033719 +4543.451172 0.000000 1975.663208 0.000000 0.999984 0.000000 -0.005720 1.000801 1.000801 1.000801 +4506.001953 0.000000 1934.925171 0.000000 0.993259 0.000000 0.115912 0.992604 0.992604 0.992604 +4509.415527 0.000000 1939.026489 0.000000 0.873327 0.000000 0.487134 0.967608 0.967608 0.967608 +4506.103027 0.000000 1942.259277 0.000000 0.901585 0.000000 -0.432601 1.028481 1.028481 1.028481 +4515.578125 0.000000 1976.536133 0.000000 0.990181 0.000000 0.139792 0.982668 0.982668 0.982668 +4511.651855 0.000000 1955.978027 0.000000 0.979351 0.000000 0.202168 0.987040 0.987040 0.987040 +4491.480957 0.000000 1966.579590 0.000000 0.868093 0.000000 -0.496401 1.047853 1.047853 1.047853 +4498.187500 0.000000 1944.728638 0.000000 0.995858 0.000000 0.090923 0.994204 0.994204 0.994204 +4503.726562 0.000000 1937.085205 0.000000 0.910326 0.000000 -0.413891 1.027166 1.027166 1.027166 +4503.416504 0.000000 1938.849365 0.000000 0.887823 0.000000 0.460186 0.969557 0.969557 0.969557 +4502.880859 0.000000 1937.437134 0.000000 0.939827 0.000000 0.341651 0.977803 0.977803 0.977803 +4498.520996 0.000000 1968.454956 0.000000 0.993528 0.000000 0.113585 0.988150 0.988150 0.988150 +4490.843262 0.000000 1969.556396 0.000000 0.978996 0.000000 0.203881 0.976164 0.976164 0.976164 +4500.805664 0.000000 1936.283936 0.000000 0.904830 0.000000 0.425773 0.972000 0.972000 0.972000 +4507.737793 0.000000 1941.529663 0.000000 0.923501 0.000000 -0.383597 1.025063 1.025063 1.025063 +4510.523926 0.000000 1937.548950 0.000000 0.996707 0.000000 -0.081084 1.005168 1.005168 1.005168 +4505.561035 0.000000 1948.130371 0.000000 0.884129 0.000000 -0.467243 1.030951 1.030951 1.030951 +4503.556641 0.000000 1940.315796 0.000000 0.953743 0.000000 -0.300624 1.019439 1.019439 1.019439 +4509.219238 0.000000 1944.795654 0.000000 0.867781 0.000000 0.496947 0.966891 0.966891 0.966891 +4513.344727 0.000000 1952.334473 0.000000 0.998958 0.000000 0.045636 0.997094 0.997094 0.997094 +4501.999512 0.000000 1940.066650 0.000000 0.998139 0.000000 -0.060977 1.003884 1.003884 1.003884 +4507.672363 0.000000 1937.264038 0.000000 0.876818 0.000000 0.480822 0.968068 0.968068 0.968068 +4511.615234 0.000000 1942.748291 0.000000 0.911636 0.000000 0.410998 0.973036 0.973036 0.973036 +4506.466309 0.000000 1938.216675 0.000000 0.968755 0.000000 -0.248018 1.015956 1.015956 1.015956 +4510.248535 0.000000 1951.596191 0.000000 0.977609 0.000000 -0.210429 1.013497 1.013497 1.013497 +4501.000977 0.000000 1946.957764 0.000000 0.949051 0.000000 0.315121 0.979591 0.979591 0.979591 +4514.152344 0.000000 1951.124756 0.000000 0.873292 0.000000 -0.487197 1.045355 1.045355 1.045355 +4500.269043 0.000000 1948.190430 0.000000 0.893255 0.000000 -0.449550 1.031778 1.031778 1.031778 +4509.031738 0.000000 1937.584595 0.000000 0.940473 0.000000 -0.339867 1.022076 1.022076 1.022076 +4505.971191 0.000000 1939.886719 0.000000 0.944975 0.000000 0.327142 0.978783 0.978783 0.978783 +4508.554688 0.000000 1949.841675 0.000000 0.997692 0.000000 -0.067900 1.004326 1.004326 1.004326 +4509.869141 0.000000 1944.291626 0.000000 0.980784 0.000000 0.195098 0.987500 0.987500 0.987500 +4499.627930 0.000000 1942.356323 0.000000 0.981339 0.000000 -0.192286 1.012318 1.012318 1.012318 +4553.604492 0.000000 1947.923096 0.000000 0.999950 0.000000 -0.009964 0.502063 0.502063 0.502063 +4555.616211 0.000000 1949.809937 0.000000 0.999318 0.000000 -0.036927 0.507676 0.507676 0.507676 +4568.641113 0.000000 1976.193237 0.000000 0.935363 0.000000 -0.353690 0.567826 0.567826 0.567826 +4561.033691 0.000000 1960.429565 0.000000 0.937553 0.000000 0.347842 0.435475 0.435475 0.435475 +4565.101562 0.000000 1966.919800 0.000000 0.965836 0.000000 -0.259154 0.549968 0.549968 0.549968 +4560.024902 0.000000 1961.887329 0.000000 0.975193 0.000000 0.221355 0.459461 0.459461 0.459461 +4547.597168 0.000000 1945.575317 0.000000 0.995479 0.000000 0.094979 0.483507 0.483507 0.483507 +4562.634277 0.000000 1965.737427 0.000000 0.909042 0.000000 -0.416705 0.575812 0.575812 0.575812 +4550.164062 0.000000 1949.038452 0.000000 0.917094 0.000000 -0.398671 0.570485 0.570485 0.570485 +4566.249023 0.000000 1976.835938 0.000000 0.897929 0.000000 -0.440140 0.571170 0.571170 0.571170 +4556.607910 0.000000 1957.404419 0.000000 0.995767 0.000000 0.091917 0.485075 0.485075 0.485075 +4563.616211 0.000000 1966.727417 0.000000 0.951124 0.000000 0.308808 0.452621 0.452621 0.452621 +4551.754395 0.000000 1950.435059 0.000000 0.990226 0.000000 -0.139470 0.521117 0.521117 0.521117 +4558.943359 0.000000 1961.063354 0.000000 0.915731 0.000000 -0.401791 0.596694 0.596694 0.596694 +4547.798340 0.000000 1949.074829 0.000000 0.984251 0.000000 0.176775 0.550793 0.550793 0.550793 +4550.969727 0.000000 1952.792847 0.000000 0.999064 0.000000 -0.043252 0.673644 0.673644 0.673644 +4552.362793 0.000000 1976.253784 0.000000 0.887938 0.000000 0.459963 0.575178 0.575178 0.575178 +4553.391113 0.000000 1955.032349 0.000000 0.999515 0.000000 0.031143 0.686130 0.686130 0.686130 +4552.099121 0.000000 1955.858276 0.000000 0.999173 0.000000 0.040655 0.684587 0.684587 0.684587 +4547.692383 0.000000 1953.769775 0.000000 0.871520 0.000000 0.490361 0.772074 0.772074 0.772074 +4550.709961 0.000000 1976.598633 0.000000 0.969621 0.000000 0.244612 0.685341 0.685341 0.685341 +4556.307617 0.000000 1961.229248 0.000000 0.905725 0.000000 0.423866 0.748583 0.748583 0.748583 +4556.296875 0.000000 1974.054443 0.000000 0.953679 0.000000 -0.300827 0.891569 0.891569 0.891569 +4551.241211 0.000000 1954.998291 0.000000 0.991813 0.000000 0.127703 0.922131 0.922131 0.922131 +4563.158691 0.000000 1974.799683 0.000000 0.899242 0.000000 0.437451 0.781500 0.781500 0.781500 +4565.127930 0.000000 1974.649170 0.000000 0.919648 0.000000 -0.392743 0.791064 0.791064 0.791064 +4562.747559 0.000000 1972.945923 0.000000 0.919510 0.000000 -0.393066 0.854403 0.854403 0.854403 +4559.305664 0.000000 1962.651001 0.000000 0.942152 0.000000 -0.335186 0.810366 0.810366 0.810366 +4548.163086 0.000000 1972.251709 0.000000 0.959457 0.000000 0.281856 0.919046 0.919046 0.919046 +4545.867188 0.000000 1965.840698 0.000000 0.956383 0.000000 -0.292116 0.989979 0.989979 0.989979 +4554.266602 0.000000 1970.935791 0.000000 0.878013 0.000000 -0.478638 1.063921 1.063921 1.063921 +4550.627441 0.000000 1970.280029 0.000000 0.889509 0.000000 -0.456917 1.062906 1.062906 1.062906 +4561.620605 0.000000 1973.608887 0.000000 0.960229 0.000000 -0.279214 0.907177 0.907177 0.907177 +4555.483398 0.000000 1972.559448 0.000000 0.996691 0.000000 -0.081289 0.962979 0.962979 0.962979 +4553.805664 0.000000 1974.599731 0.000000 0.932262 0.000000 0.361783 0.734452 0.734452 0.734452 +4544.016602 0.000000 1961.637207 0.000000 0.971282 0.000000 -0.237933 1.029328 1.029328 1.029328 +4561.887207 0.000000 1970.083130 0.000000 0.965930 0.000000 -0.258804 0.918224 0.918224 0.918224 +4559.460938 0.000000 1967.607544 0.000000 0.950999 0.000000 0.309195 0.956915 0.956915 0.956915 +4544.844727 0.000000 1963.070190 0.000000 0.901084 0.000000 -0.433644 1.044615 1.044615 1.044615 +4544.969238 0.000000 1966.553589 0.000000 0.999764 0.000000 0.021738 0.947775 0.947775 0.947775 +4552.909180 0.000000 1961.386841 0.000000 0.989129 0.000000 0.147052 0.986846 0.986846 0.986846 +4556.830078 0.000000 1966.562744 0.000000 0.995637 0.000000 -0.093306 1.010708 1.010708 1.010708 +4553.779297 0.000000 1963.008667 0.000000 0.916931 0.000000 0.399046 0.966490 0.966490 0.966490 +4549.481934 0.000000 1957.254761 0.000000 0.902237 0.000000 -0.431241 1.043078 1.043078 1.043078 +4551.958984 0.000000 1958.140137 0.000000 0.929346 0.000000 -0.369210 1.033138 1.033138 1.033138 +4547.821777 0.000000 1956.671021 0.000000 0.942852 0.000000 0.333211 0.964634 0.964634 0.964634 +4550.077148 0.000000 1968.228394 0.000000 0.996541 0.000000 0.083102 0.990342 0.990342 0.990342 +4544.795898 0.000000 1955.944092 0.000000 0.995939 0.000000 0.090026 0.987779 0.987779 0.987779 +4548.133301 0.000000 1958.437500 0.000000 0.919204 0.000000 -0.393782 1.037892 1.037892 1.037892 +4553.481445 0.000000 1960.690796 0.000000 0.989798 0.000000 -0.142481 1.012742 1.012742 1.012742 +4545.211914 0.000000 1972.139282 0.000000 0.874622 0.000000 0.484805 0.913208 0.913208 0.913208 +4557.829590 0.000000 1970.398193 0.000000 0.982214 0.000000 0.187765 0.975243 0.975243 0.975243 +4548.221191 0.000000 1960.846802 0.000000 0.993350 0.000000 0.115135 0.989197 0.989197 0.989197 +4549.878906 0.000000 1964.553345 0.000000 0.940104 0.000000 -0.340888 1.036736 1.036736 1.036736 +4557.990723 0.000000 1965.345215 0.000000 0.969946 0.000000 0.243319 0.975885 0.975885 0.975885 +4552.052246 0.000000 1966.219971 0.000000 0.974524 0.000000 0.224284 0.981872 0.981872 0.981872 +4547.730469 0.000000 1962.817261 0.000000 0.999504 0.000000 0.031488 0.996155 0.996155 0.996155 +4551.696289 0.000000 1967.841309 0.000000 0.979135 0.000000 -0.203210 1.019465 1.019465 1.019465 +4554.463867 0.000000 1964.982422 0.000000 0.921249 0.000000 -0.388974 1.034411 1.034411 1.034411 +4549.943848 0.000000 1960.430664 0.000000 0.955825 0.000000 0.293937 0.972069 0.972069 0.972069 +4555.480957 0.000000 1966.579590 0.000000 0.999192 0.000000 0.040193 0.996296 0.996296 0.996296 +4554.843262 0.000000 1969.556396 0.000000 0.960475 0.000000 0.278366 0.970210 0.970210 0.970210 +4511.328613 0.000000 2027.275024 0.000000 0.947268 0.000000 -0.320444 0.564131 0.564131 0.564131 +4513.680176 0.000000 2032.780884 0.000000 0.907432 0.000000 0.420198 0.417664 0.417664 0.417664 +4519.260742 0.000000 1998.557129 0.000000 0.903113 0.000000 -0.429402 0.584599 0.584599 0.584599 +4536.708984 0.000000 1997.396606 0.000000 0.930238 0.000000 -0.366958 0.567117 0.567117 0.567117 +4517.294434 0.000000 2021.909302 0.000000 0.957473 0.000000 0.288522 0.449692 0.449692 0.449692 +4515.619629 0.000000 2018.859985 0.000000 0.941569 0.000000 -0.336821 0.560851 0.560851 0.560851 +4517.967285 0.000000 2001.850464 0.000000 0.999996 0.000000 -0.002655 0.500490 0.500490 0.500490 +4520.687988 0.000000 1999.453735 0.000000 0.869102 0.000000 0.494633 0.404475 0.404475 0.404475 +4543.169434 0.000000 1993.830811 0.000000 0.893369 0.000000 -0.449324 0.584987 0.584987 0.584987 +4516.813477 0.000000 1994.107300 0.000000 0.973195 0.000000 -0.229980 0.540061 0.540061 0.540061 +4488.627441 0.000000 2016.977539 0.000000 0.914746 0.000000 -0.404029 0.566507 0.566507 0.566507 +4525.470215 0.000000 2005.180176 0.000000 0.999750 0.000000 0.022360 0.496307 0.496307 0.496307 +4532.319336 0.000000 2004.578857 0.000000 0.882464 0.000000 -0.470379 0.581609 0.581609 0.581609 +4493.322266 0.000000 1981.549927 0.000000 0.973430 0.000000 0.228983 0.463576 0.463576 0.463576 +4515.500488 0.000000 2004.537720 0.000000 0.906064 0.000000 -0.423141 0.573463 0.573463 0.573463 +4541.240234 0.000000 1990.984375 0.000000 0.996731 0.000000 -0.080786 0.513477 0.513477 0.513477 +4495.104980 0.000000 1979.855713 0.000000 0.999461 0.000000 0.032825 0.495119 0.495119 0.495119 +4523.575684 0.000000 2007.683350 0.000000 0.880433 0.000000 -0.474171 0.580846 0.580846 0.580846 +4537.198730 0.000000 2003.688599 0.000000 0.969680 0.000000 0.244377 0.462188 0.462188 0.462188 +4513.762207 0.000000 1998.850952 0.000000 0.958165 0.000000 0.286217 0.485790 0.485790 0.485790 +4528.063965 0.000000 2002.749146 0.000000 0.921229 0.000000 0.389021 0.436407 0.436407 0.436407 +4485.597656 0.000000 1990.420776 0.000000 0.963279 0.000000 -0.268504 0.580385 0.580385 0.580385 +4524.409668 0.000000 2002.981567 0.000000 0.910313 0.000000 -0.413921 0.570158 0.570158 0.570158 +4514.581543 0.000000 1996.132812 0.000000 0.989122 0.000000 -0.147100 0.524271 0.524271 0.524271 +4480.421387 0.000000 2020.476318 0.000000 0.866269 0.000000 -0.499578 0.579338 0.579338 0.579338 +4482.875977 0.000000 2009.539917 0.000000 0.914593 0.000000 -0.404375 0.607397 0.607397 0.607397 +4511.786621 0.000000 2010.674561 0.000000 0.880853 0.000000 0.473390 0.487730 0.487730 0.487730 +4526.744141 0.000000 2002.606567 0.000000 0.937626 0.000000 -0.347646 0.557041 0.557041 0.557041 +4518.464355 0.000000 2019.847168 0.000000 0.939492 0.000000 -0.342571 0.553030 0.553030 0.553030 +4522.783691 0.000000 2009.759399 0.000000 0.902951 0.000000 -0.429743 0.568369 0.568369 0.568369 +4484.788086 0.000000 1999.453979 0.000000 0.997194 0.000000 -0.074854 0.525826 0.525826 0.525826 +4527.249023 0.000000 1999.690430 0.000000 0.986166 0.000000 0.165760 0.474868 0.474868 0.474868 +4511.443848 0.000000 2015.064453 0.000000 0.923494 0.000000 0.383614 0.440288 0.440288 0.440288 +4494.623047 0.000000 1981.664429 0.000000 0.993091 0.000000 -0.117346 0.517398 0.517398 0.517398 +4510.521973 0.000000 2010.398926 0.000000 0.941781 0.000000 -0.336226 0.616570 0.616570 0.616570 +4524.134277 0.000000 2011.934448 0.000000 0.983362 0.000000 0.181658 0.603197 0.603197 0.603197 +4535.338379 0.000000 2009.477295 0.000000 0.918761 0.000000 0.394813 0.548485 0.548485 0.548485 +4521.405762 0.000000 2014.806030 0.000000 0.889597 0.000000 0.456747 0.551885 0.551885 0.551885 +4531.413574 0.000000 1996.503662 0.000000 0.902423 0.000000 -0.430850 0.616972 0.616972 0.616972 +4503.398438 0.000000 2032.753418 0.000000 0.993974 0.000000 0.109619 0.653834 0.653834 0.653834 +4509.817383 0.000000 2016.832642 0.000000 0.924604 0.000000 0.380930 0.494095 0.494095 0.494095 +4511.082031 0.000000 2013.100830 0.000000 0.970577 0.000000 0.240790 0.469130 0.469130 0.469130 +4512.863281 0.000000 1997.777832 0.000000 0.884493 0.000000 -0.466554 0.586746 0.586746 0.586746 +4508.046387 0.000000 2010.267212 0.000000 0.999731 0.000000 0.023193 0.716820 0.716820 0.716820 +4483.798340 0.000000 2005.559204 0.000000 0.955432 0.000000 -0.295211 0.579526 0.579526 0.579526 +4508.429199 0.000000 2016.296509 0.000000 0.890854 0.000000 0.454290 0.481730 0.481730 0.481730 +4480.489258 0.000000 2008.375122 0.000000 0.999968 0.000000 0.008038 0.645769 0.645769 0.645769 +4484.561035 0.000000 2023.234619 0.000000 0.889334 0.000000 0.457259 0.570878 0.570878 0.570878 +4527.705078 0.000000 2008.236938 0.000000 0.906633 0.000000 -0.421921 0.600027 0.600027 0.600027 +4535.669922 0.000000 2010.617798 0.000000 0.911563 0.000000 -0.411161 0.744954 0.744954 0.744954 +4520.134277 0.000000 2021.543579 0.000000 0.935606 0.000000 -0.353047 0.689943 0.689943 0.689943 +4492.215332 0.000000 1987.809448 0.000000 0.977686 0.000000 -0.210071 0.646255 0.646255 0.646255 +4496.053223 0.000000 1982.313477 0.000000 0.986071 0.000000 0.166327 0.639717 0.639717 0.639717 +4526.356934 0.000000 1994.250122 0.000000 0.870407 0.000000 0.492334 0.569264 0.569264 0.569264 +4522.127930 0.000000 2024.406372 0.000000 0.963354 0.000000 -0.268234 0.828182 0.828182 0.828182 +4496.122070 0.000000 1987.886841 0.000000 0.995713 0.000000 -0.092494 0.799277 0.799277 0.799277 +4496.913574 0.000000 1980.736084 0.000000 0.973672 0.000000 0.227953 0.615016 0.615016 0.615016 +4535.883789 0.000000 2023.002197 0.000000 0.999999 0.000000 0.001254 0.656661 0.656661 0.656661 +4519.150391 0.000000 2030.332275 0.000000 0.984115 0.000000 0.177530 0.545853 0.545853 0.545853 +4519.854004 0.000000 1988.001587 0.000000 0.997666 0.000000 0.068281 0.640983 0.640983 0.640983 +4521.761719 0.000000 2015.942261 0.000000 0.999721 0.000000 -0.023635 0.631217 0.631217 0.631217 +4528.795410 0.000000 1986.978149 0.000000 0.962421 0.000000 0.271563 0.769644 0.769644 0.769644 +4537.484375 0.000000 2017.968994 0.000000 0.994265 0.000000 0.106942 0.752253 0.752253 0.752253 +4535.038086 0.000000 2024.953247 0.000000 0.916933 0.000000 -0.399040 0.707897 0.707897 0.707897 +4535.916992 0.000000 2027.119751 0.000000 0.963623 0.000000 0.267267 0.618183 0.618183 0.618183 +4495.546387 0.000000 2014.834961 0.000000 0.959343 0.000000 0.282244 0.802787 0.802787 0.802787 +4483.005859 0.000000 2027.911133 0.000000 0.999356 0.000000 -0.035878 0.736223 0.736223 0.736223 +4537.305176 0.000000 2028.149902 0.000000 0.914814 0.000000 -0.403874 0.865947 0.865947 0.865947 +4522.590820 0.000000 1980.362061 0.000000 0.968840 0.000000 -0.247686 0.887623 0.887623 0.887623 +4528.086914 0.000000 2012.634644 0.000000 0.988000 0.000000 0.154453 0.764192 0.764192 0.764192 +4508.615723 0.000000 2011.439819 0.000000 0.997539 0.000000 -0.070111 0.731987 0.731987 0.731987 +4498.082520 0.000000 1977.015381 0.000000 0.998946 0.000000 0.045909 0.796539 0.796539 0.796539 +4532.413574 0.000000 2026.511108 0.000000 0.882374 0.000000 0.470549 0.636117 0.636117 0.636117 +4492.307617 0.000000 2017.713623 0.000000 0.903395 0.000000 0.428810 0.614521 0.614521 0.614521 +4532.906250 0.000000 1983.205566 0.000000 0.962544 0.000000 -0.271126 0.924993 0.924993 0.924993 +4492.499512 0.000000 2016.336060 0.000000 0.972590 0.000000 0.232527 0.648279 0.648279 0.648279 +4484.485840 0.000000 2024.303467 0.000000 0.885625 0.000000 -0.464401 0.876766 0.876766 0.876766 +4507.906250 0.000000 2015.367432 0.000000 0.998939 0.000000 0.046062 0.747425 0.747425 0.747425 +4507.200684 0.000000 1987.583252 0.000000 0.943360 0.000000 0.331772 0.824779 0.824779 0.824779 +4538.872070 0.000000 2005.083862 0.000000 0.999976 0.000000 -0.006863 0.854024 0.854024 0.854024 +4536.785645 0.000000 2005.477295 0.000000 0.971956 0.000000 0.235162 0.667354 0.667354 0.667354 +4528.528320 0.000000 1982.825562 0.000000 0.902247 0.000000 0.431221 0.767419 0.767419 0.767419 +4523.303711 0.000000 1979.513306 0.000000 0.989402 0.000000 0.145200 0.849790 0.849790 0.849790 +4529.976074 0.000000 1992.031738 0.000000 0.986773 0.000000 0.162109 0.832212 0.832212 0.832212 +4526.294922 0.000000 1992.395996 0.000000 0.907747 0.000000 -0.419517 0.761321 0.761321 0.761321 +4524.463379 0.000000 1991.576782 0.000000 0.980161 0.000000 -0.198202 0.669157 0.669157 0.669157 +4534.952148 0.000000 2020.909180 0.000000 0.939659 0.000000 -0.342113 0.757625 0.757625 0.757625 +4523.191406 0.000000 1981.500366 0.000000 0.977562 0.000000 -0.210650 0.881606 0.881606 0.881606 +4530.345703 0.000000 1990.068726 0.000000 0.900742 0.000000 0.434354 0.782043 0.782043 0.782043 +4502.794922 0.000000 2030.832520 0.000000 0.886962 0.000000 0.461842 0.613391 0.613391 0.613391 +4534.227051 0.000000 2031.121338 0.000000 0.890220 0.000000 0.455530 0.629117 0.629117 0.629117 +4510.662598 0.000000 1988.013306 0.000000 0.961975 0.000000 0.273136 0.651223 0.651223 0.651223 +4504.788574 0.000000 1991.065430 0.000000 0.908693 0.000000 0.417464 0.764793 0.764793 0.764793 +4516.130371 0.000000 1976.953979 0.000000 0.999993 0.000000 -0.003679 0.980919 0.980919 0.980919 +4543.554199 0.000000 1985.281006 0.000000 0.999297 0.000000 -0.037482 0.863745 0.863745 0.863745 +4540.182617 0.000000 2002.962402 0.000000 0.992820 0.000000 -0.119621 0.905821 0.905821 0.905821 +4510.965820 0.000000 2006.442383 0.000000 0.969306 0.000000 -0.245859 0.726494 0.726494 0.726494 +4511.729980 0.000000 1997.140503 0.000000 0.936900 0.000000 -0.349597 0.739148 0.739148 0.739148 +4540.959961 0.000000 2008.207153 0.000000 0.966592 0.000000 -0.256319 1.012799 1.012799 1.012799 +4538.291992 0.000000 1986.298340 0.000000 0.993785 0.000000 -0.111316 0.938430 0.938430 0.938430 +4498.467285 0.000000 2021.170288 0.000000 0.922117 0.000000 0.386910 0.944359 0.944359 0.944359 +4510.344238 0.000000 2003.611816 0.000000 0.948744 0.000000 -0.316046 0.772825 0.772825 0.772825 +4511.795898 0.000000 2004.867432 0.000000 0.947126 0.000000 -0.320861 0.763820 0.763820 0.763820 +4501.386719 0.000000 2032.778809 0.000000 0.962384 0.000000 -0.271694 0.967902 0.967902 0.967902 +4528.511719 0.000000 1989.468140 0.000000 0.996285 0.000000 -0.086111 0.798241 0.798241 0.798241 +4529.560547 0.000000 1991.102905 0.000000 0.993260 0.000000 -0.115905 0.803079 0.803079 0.803079 +4526.767090 0.000000 2016.765991 0.000000 0.981074 0.000000 0.193634 0.922250 0.922250 0.922250 +4541.160156 0.000000 2011.362061 0.000000 0.898061 0.000000 0.439870 0.878629 0.878629 0.878629 +4502.826172 0.000000 2027.502197 0.000000 0.945280 0.000000 0.326260 0.676396 0.676396 0.676396 +4497.626953 0.000000 2021.933716 0.000000 0.921624 0.000000 -0.388085 1.054626 1.054626 1.054626 +4521.061035 0.000000 1981.468994 0.000000 0.871014 0.000000 0.491258 0.854355 0.854355 0.854355 +4485.709473 0.000000 2029.782593 0.000000 0.960437 0.000000 0.278498 0.904282 0.904282 0.904282 +4509.979492 0.000000 2005.156860 0.000000 0.905710 0.000000 -0.423897 0.987737 0.987737 0.987737 +4500.064453 0.000000 1988.806519 0.000000 0.899710 0.000000 0.436489 0.771543 0.771543 0.771543 +4511.024902 0.000000 2001.573486 0.000000 0.984560 0.000000 0.175048 0.706709 0.706709 0.706709 +4537.308105 0.000000 1985.599609 0.000000 0.932569 0.000000 -0.360991 1.050067 1.050067 1.050067 +4484.163086 0.000000 2028.736084 0.000000 0.986330 0.000000 -0.164780 0.970593 0.970593 0.970593 +4533.595703 0.000000 2030.015259 0.000000 0.998146 0.000000 -0.060857 0.774576 0.774576 0.774576 +4505.353516 0.000000 1995.910645 0.000000 0.950311 0.000000 0.311302 0.929927 0.929927 0.929927 +4498.243652 0.000000 1981.721558 0.000000 0.993293 0.000000 0.115626 0.770515 0.770515 0.770515 +4509.689453 0.000000 1986.187622 0.000000 0.876314 0.000000 -0.481741 0.927533 0.927533 0.927533 +4498.823242 0.000000 2013.091675 0.000000 0.929946 0.000000 0.367696 0.956853 0.956853 0.956853 +4514.059082 0.000000 1978.132568 0.000000 0.986462 0.000000 0.163988 0.979396 0.979396 0.979396 +4499.228027 0.000000 1981.490601 0.000000 0.921385 0.000000 -0.388652 0.853629 0.853629 0.853629 +4493.517090 0.000000 2018.222046 0.000000 0.914580 0.000000 0.404405 0.722033 0.722033 0.722033 +4540.816406 0.000000 2004.910034 0.000000 0.958082 0.000000 0.286495 0.961481 0.961481 0.961481 +4529.640137 0.000000 1982.301270 0.000000 0.994947 0.000000 -0.100402 0.854210 0.854210 0.854210 +4531.209473 0.000000 2016.663452 0.000000 0.974874 0.000000 -0.222758 0.931622 0.931622 0.931622 +4526.127441 0.000000 1980.256104 0.000000 0.984124 0.000000 0.177481 0.824787 0.824787 0.824787 +4534.076172 0.000000 2016.328979 0.000000 0.964809 0.000000 0.262953 0.751230 0.751230 0.751230 +4499.763672 0.000000 2007.756470 0.000000 0.993928 0.000000 -0.110031 1.012634 1.012634 1.012634 +4516.076660 0.000000 1985.621094 0.000000 0.954040 0.000000 0.299680 0.784893 0.784893 0.784893 +4487.080078 0.000000 2028.263916 0.000000 0.896805 0.000000 -0.442426 1.048398 1.048398 1.048398 +4504.755371 0.000000 1979.480835 0.000000 0.991611 0.000000 0.129255 0.986894 0.986894 0.986894 +4510.916992 0.000000 1984.755737 0.000000 0.996842 0.000000 0.079405 0.964050 0.964050 0.964050 +4537.561523 0.000000 2030.800049 0.000000 0.979924 0.000000 -0.199373 0.845898 0.845898 0.845898 +4488.217285 0.000000 2023.566406 0.000000 0.892789 0.000000 -0.450475 0.945535 0.945535 0.945535 +4530.298340 0.000000 2031.681519 0.000000 0.999089 0.000000 0.042671 0.939757 0.939757 0.939757 +4530.626465 0.000000 1988.095215 0.000000 0.926696 0.000000 0.375811 0.717114 0.717114 0.717114 +4537.684082 0.000000 2006.508301 0.000000 0.947667 0.000000 0.319261 0.766627 0.766627 0.766627 +4539.031250 0.000000 2007.655518 0.000000 0.972949 0.000000 0.231021 0.941936 0.941936 0.941936 +4506.914062 0.000000 1984.561035 0.000000 0.999414 0.000000 -0.034220 1.004691 1.004691 1.004691 +4536.811035 0.000000 1980.995361 0.000000 0.993984 0.000000 0.109528 0.979639 0.979639 0.979639 +4506.750000 0.000000 1990.363892 0.000000 0.925194 0.000000 -0.379494 0.861681 0.861681 0.861681 +4494.221680 0.000000 2016.812134 0.000000 0.887527 0.000000 -0.460756 0.900025 0.900025 0.900025 +4518.424805 0.000000 1984.550903 0.000000 0.915746 0.000000 0.401759 0.767533 0.767533 0.767533 +4526.526367 0.000000 1985.007446 0.000000 0.936701 0.000000 0.350132 0.766385 0.766385 0.766385 +4541.943359 0.000000 1982.963867 0.000000 0.927583 0.000000 0.373617 0.962431 0.962431 0.962431 +4498.847656 0.000000 2017.908813 0.000000 0.998013 0.000000 0.063009 0.992397 0.992397 0.992397 +4503.377441 0.000000 2011.458862 0.000000 0.949182 0.000000 0.314728 0.968587 0.968587 0.968587 +4508.631836 0.000000 1982.119629 0.000000 0.931646 0.000000 0.363367 0.962399 0.962399 0.962399 +4512.790527 0.000000 1981.277100 0.000000 0.999457 0.000000 0.032955 0.996026 0.996026 0.996026 +4499.247070 0.000000 2014.802734 0.000000 0.917562 0.000000 -0.397592 1.047468 1.047468 1.047468 +4538.970215 0.000000 1980.875244 0.000000 0.986682 0.000000 -0.162658 1.017743 1.017743 1.017743 +4500.122559 0.000000 1979.809326 0.000000 0.999621 0.000000 -0.027537 0.925732 0.925732 0.925732 +4517.791992 0.000000 1977.037842 0.000000 0.989396 0.000000 0.145240 0.959522 0.959522 0.959522 +4488.997559 0.000000 1999.756348 0.000000 0.924409 0.000000 -0.381403 1.008674 1.008674 1.008674 +4508.763184 0.000000 2003.697144 0.000000 0.984259 0.000000 -0.176733 0.962811 0.962811 0.962811 +4493.181641 0.000000 2029.277832 0.000000 0.979194 0.000000 -0.202924 1.013009 1.013009 1.013009 +4489.084473 0.000000 1994.983276 0.000000 0.983290 0.000000 0.182046 0.893897 0.893897 0.893897 +4495.974609 0.000000 2009.596558 0.000000 0.997862 0.000000 -0.065359 0.911991 0.911991 0.911991 +4490.756348 0.000000 2032.512329 0.000000 0.889861 0.000000 0.456232 0.969840 0.969840 0.969840 +4499.048828 0.000000 2010.198730 0.000000 0.900613 0.000000 -0.434623 1.054217 1.054217 1.054217 +4492.835938 0.000000 1992.480225 0.000000 0.912185 0.000000 0.409778 0.969959 0.969959 0.969959 +4490.929688 0.000000 2000.965210 0.000000 0.988435 0.000000 0.151643 0.983924 0.983924 0.983924 +4488.144043 0.000000 2031.337402 0.000000 0.939517 0.000000 0.342502 0.977221 0.977221 0.977221 +4500.163574 0.000000 2014.561157 0.000000 0.985115 0.000000 -0.171895 1.017726 1.017726 1.017726 +4495.156250 0.000000 1999.767090 0.000000 0.998974 0.000000 -0.045289 1.002884 1.002884 1.002884 +4507.403320 0.000000 1999.130615 0.000000 0.915719 0.000000 0.401819 0.942706 0.942706 0.942706 +4536.301758 0.000000 1984.116455 0.000000 0.972001 0.000000 -0.234975 1.032155 1.032155 1.032155 +4501.470703 0.000000 1995.935913 0.000000 0.978344 0.000000 -0.206986 1.024829 1.024829 1.024829 +4524.581055 0.000000 2029.793945 0.000000 0.998890 0.000000 0.047102 0.994742 0.994742 0.994742 +4539.621094 0.000000 2011.861694 0.000000 0.920852 0.000000 0.389912 0.804919 0.804919 0.804919 +4508.175293 0.000000 1978.858887 0.000000 0.998351 0.000000 0.057411 0.994708 0.994708 0.994708 +4494.421875 0.000000 1999.201904 0.000000 0.940803 0.000000 -0.338953 1.022015 1.022015 1.022015 +4509.760742 0.000000 1982.197021 0.000000 0.984302 0.000000 0.176494 0.982061 0.982061 0.982061 +4532.380371 0.000000 1981.083008 0.000000 0.999718 0.000000 0.023727 0.888494 0.888494 0.888494 +4499.675781 0.000000 2003.169800 0.000000 0.999649 0.000000 0.026499 0.997241 0.997241 0.997241 +4499.708008 0.000000 1995.629517 0.000000 0.994997 0.000000 0.099906 0.990631 0.990631 0.990631 +4535.102539 0.000000 1979.093506 0.000000 0.878456 0.000000 -0.477823 0.982995 0.982995 0.982995 +4516.888184 0.000000 1981.886841 0.000000 0.916603 0.000000 -0.399799 1.053034 1.053034 1.053034 +4512.861816 0.000000 1977.328247 0.000000 0.999769 0.000000 0.021515 0.997567 0.997567 0.997567 +4492.557617 0.000000 2000.940918 0.000000 0.938048 0.000000 0.346505 0.974293 0.974293 0.974293 +4499.296875 0.000000 2025.561157 0.000000 0.968466 0.000000 0.249147 0.974541 0.974541 0.974541 +4502.974121 0.000000 2007.793579 0.000000 0.992932 0.000000 -0.118687 1.008643 1.008643 1.008643 +4493.337891 0.000000 2003.624878 0.000000 0.894700 0.000000 -0.446667 1.051673 1.051673 1.051673 +4504.928711 0.000000 1997.759155 0.000000 0.968526 0.000000 0.248913 0.967029 0.967029 0.967029 +4490.618164 0.000000 2029.320557 0.000000 0.981655 0.000000 -0.190666 1.012213 1.012213 1.012213 +4496.262695 0.000000 2025.566895 0.000000 0.992287 0.000000 -0.123962 1.007912 1.007912 1.007912 +4498.104004 0.000000 2002.988281 0.000000 0.967968 0.000000 -0.251075 1.026421 1.026421 1.026421 +4517.097656 0.000000 1978.571289 0.000000 0.886688 0.000000 -0.462369 1.066600 1.066600 1.066600 +4497.608887 0.000000 2009.070557 0.000000 0.997992 0.000000 -0.063334 1.008876 1.008876 1.008876 +4492.220215 0.000000 2029.602905 0.000000 0.996517 0.000000 0.083393 0.994685 0.994685 0.994685 +4484.944824 0.000000 2032.237305 0.000000 0.999575 0.000000 -0.029137 0.921088 0.921088 0.921088 +4539.424805 0.000000 2033.124634 0.000000 0.993279 0.000000 -0.115747 0.977731 0.977731 0.977731 +4493.484375 0.000000 1993.449463 0.000000 0.995514 0.000000 -0.094614 1.006742 1.006742 1.006742 +4498.647949 0.000000 1995.837402 0.000000 0.992316 0.000000 -0.123730 1.011613 1.011613 1.011613 +4537.087891 0.000000 1982.673584 0.000000 0.992178 0.000000 -0.124827 1.016779 1.016779 1.016779 +4493.020508 0.000000 2031.024048 0.000000 0.903780 0.000000 0.427997 0.971844 0.971844 0.971844 +4504.141602 0.000000 2008.985840 0.000000 0.967811 0.000000 0.251680 0.971989 0.971989 0.971989 +4500.676758 0.000000 2016.121704 0.000000 0.998696 0.000000 -0.051061 1.006007 1.006007 1.006007 +4500.539551 0.000000 2012.326660 0.000000 0.948480 0.000000 -0.316836 1.033563 1.033563 1.033563 +4540.746582 0.000000 1984.629639 0.000000 0.936895 0.000000 0.349611 0.954793 0.954793 0.954793 +4511.473145 0.000000 1982.608521 0.000000 0.957294 0.000000 -0.289116 1.033171 1.033171 1.033171 +4510.864258 0.000000 1979.706665 0.000000 0.930531 0.000000 0.366214 0.963775 0.963775 0.963775 +4499.405273 0.000000 2030.460571 0.000000 0.878768 0.000000 -0.477249 1.036890 1.036890 1.036890 +4504.593750 0.000000 1996.492432 0.000000 0.978998 0.000000 -0.203868 1.026909 1.026909 1.026909 +4497.305664 0.000000 2027.978394 0.000000 0.981663 0.000000 -0.190626 1.012210 1.012210 1.012210 +4536.552246 0.000000 1985.978882 0.000000 0.909043 0.000000 -0.416703 1.058267 1.058267 1.058267 +4496.200195 0.000000 1992.475220 0.000000 0.937718 0.000000 -0.347398 1.026839 1.026839 1.026839 +4497.229004 0.000000 2001.655396 0.000000 0.954198 0.000000 -0.299175 1.025259 1.025259 1.025259 +4507.061523 0.000000 1981.338013 0.000000 0.999930 0.000000 -0.011811 1.001070 1.001070 1.001070 +4501.675293 0.000000 2002.159912 0.000000 0.994987 0.000000 -0.100001 1.009528 1.009528 1.009528 +4506.384766 0.000000 1980.805908 0.000000 0.902502 0.000000 0.430685 0.959649 0.959649 0.959649 +4497.948242 0.000000 1991.157593 0.000000 0.951789 0.000000 0.306752 0.964273 0.964273 0.964273 +4538.229980 0.000000 1980.348755 0.000000 0.874351 0.000000 -0.485294 1.055027 1.055027 1.055027 +4493.137695 0.000000 1990.433960 0.000000 0.983530 0.000000 -0.180746 1.021915 1.021915 1.021915 +4498.026367 0.000000 1995.307129 0.000000 0.927001 0.000000 -0.375059 1.035993 1.035993 1.035993 +4494.142578 0.000000 2002.138916 0.000000 0.955835 0.000000 0.293905 0.969838 0.969838 0.969838 +4491.052734 0.000000 2027.700562 0.000000 0.874801 0.000000 -0.484482 1.032198 1.032198 1.032198 +4505.168945 0.000000 1978.751587 0.000000 0.991071 0.000000 -0.133337 1.013522 1.013522 1.013522 +4499.761230 0.000000 2027.838867 0.000000 0.955344 0.000000 -0.295497 1.024489 1.024489 1.024489 +4503.062500 0.000000 2008.599365 0.000000 0.906416 0.000000 -0.422386 1.034294 1.034294 1.034294 +4502.146973 0.000000 2012.678223 0.000000 0.935893 0.000000 0.352283 0.959285 0.959285 0.959285 +4526.699707 0.000000 2032.159302 0.000000 0.906618 0.000000 0.421952 0.972269 0.972269 0.972269 +4492.046387 0.000000 2024.643555 0.000000 0.926620 0.000000 -0.375999 1.024540 1.024540 1.024540 +4497.015625 0.000000 1995.991943 0.000000 0.892756 0.000000 -0.450540 1.029754 1.029754 1.029754 +4501.725586 0.000000 2002.990356 0.000000 0.882144 0.000000 -0.470979 1.046646 1.046646 1.046646 +4502.807129 0.000000 2004.392090 0.000000 0.980006 0.000000 -0.198968 1.015152 1.015152 1.015152 +4501.558105 0.000000 2005.453247 0.000000 0.984807 0.000000 0.173652 0.984706 0.984706 0.984706 +4540.112793 0.000000 1980.734741 0.000000 0.994467 0.000000 -0.105053 1.010169 1.010169 1.010169 +4497.605957 0.000000 1999.626709 0.000000 0.905960 0.000000 -0.423363 1.029140 1.029140 1.029140 +4492.256348 0.000000 2032.440430 0.000000 0.887113 0.000000 0.461551 0.969459 0.969459 0.969459 +4493.670410 0.000000 2032.460205 0.000000 0.960749 0.000000 0.277418 0.982104 0.982104 0.982104 +4493.070312 0.000000 2031.999268 0.000000 0.996154 0.000000 0.087624 0.994415 0.994415 0.994415 +4554.166504 0.000000 1983.466797 0.000000 0.999069 0.000000 -0.043134 0.508547 0.508547 0.508547 +4550.953125 0.000000 2012.563354 0.000000 0.963734 0.000000 0.266863 0.449318 0.449318 0.449318 +4551.620605 0.000000 1983.182373 0.000000 0.949268 0.000000 0.314468 0.445493 0.445493 0.445493 +4579.182129 0.000000 1983.719482 0.000000 0.972012 0.000000 -0.234931 0.540585 0.540585 0.540585 +4551.546875 0.000000 2008.257935 0.000000 0.871945 0.000000 0.489603 0.412057 0.412057 0.412057 +4575.967773 0.000000 1995.152832 0.000000 0.966674 0.000000 0.256009 0.455112 0.455112 0.455112 +4560.278320 0.000000 1997.672363 0.000000 0.930167 0.000000 -0.367136 0.563773 0.563773 0.563773 +4581.106445 0.000000 1989.551147 0.000000 0.994514 0.000000 0.104608 0.482065 0.482065 0.482065 +4565.918945 0.000000 1988.460571 0.000000 0.999844 0.000000 -0.017687 0.503001 0.503001 0.503001 +4567.560547 0.000000 1994.479004 0.000000 0.987665 0.000000 -0.156579 0.525376 0.525376 0.525376 +4569.909180 0.000000 1994.039429 0.000000 0.903184 0.000000 0.429253 0.429056 0.429056 0.429056 +4549.850586 0.000000 1994.731567 0.000000 0.877052 0.000000 0.480395 0.417995 0.417995 0.417995 +4571.790527 0.000000 1995.706665 0.000000 0.985594 0.000000 -0.169131 0.526921 0.526921 0.526921 +4550.813965 0.000000 1998.717163 0.000000 0.903355 0.000000 0.428894 0.431444 0.431444 0.431444 +4568.631836 0.000000 1987.566040 0.000000 0.915269 0.000000 -0.402842 0.617394 0.617394 0.617394 +4550.218750 0.000000 1996.027222 0.000000 0.999066 0.000000 -0.043205 0.506393 0.506393 0.506393 +4548.993652 0.000000 2001.136230 0.000000 0.996117 0.000000 0.088035 0.613408 0.613408 0.613408 +4546.176270 0.000000 2014.886353 0.000000 0.977517 0.000000 -0.210856 0.561338 0.561338 0.561338 +4571.442383 0.000000 1985.375977 0.000000 0.878004 0.000000 0.478654 0.566994 0.566994 0.566994 +4549.575684 0.000000 1998.301636 0.000000 0.998864 0.000000 0.047653 0.644302 0.644302 0.644302 +4545.950684 0.000000 2016.927612 0.000000 0.997070 0.000000 -0.076493 0.644574 0.644574 0.644574 +4549.044922 0.000000 2007.829834 0.000000 0.998966 0.000000 0.045456 0.566478 0.566478 0.566478 +4561.011230 0.000000 1978.290283 0.000000 0.975972 0.000000 -0.217895 0.642543 0.642543 0.642543 +4546.732422 0.000000 1985.166748 0.000000 0.903353 0.000000 0.428898 0.453538 0.453538 0.453538 +4549.217285 0.000000 2025.102173 0.000000 0.993406 0.000000 -0.114650 0.630938 0.630938 0.630938 +4545.312988 0.000000 1996.438721 0.000000 0.982395 0.000000 -0.186817 0.527657 0.527657 0.527657 +4547.510254 0.000000 1984.227173 0.000000 0.977679 0.000000 -0.210105 0.551159 0.551159 0.551159 +4548.561035 0.000000 2023.234619 0.000000 0.927615 0.000000 0.373539 0.490619 0.490619 0.490619 +4549.319336 0.000000 1996.921509 0.000000 0.899599 0.000000 -0.436716 0.602498 0.602498 0.602498 +4552.362793 0.000000 2032.738159 0.000000 0.995227 0.000000 0.097590 0.505039 0.505039 0.505039 +4571.824219 0.000000 1989.814697 0.000000 0.954477 0.000000 0.298285 0.725488 0.725488 0.725488 +4576.901855 0.000000 1983.836792 0.000000 0.999308 0.000000 -0.037207 0.564540 0.564540 0.564540 +4544.369141 0.000000 2016.480347 0.000000 0.992868 0.000000 0.119219 0.613279 0.613279 0.613279 +4571.859375 0.000000 1992.098389 0.000000 0.954229 0.000000 -0.299077 0.735450 0.735450 0.735450 +4556.067383 0.000000 1977.040161 0.000000 0.872377 0.000000 0.488834 0.608419 0.608419 0.608419 +4550.709961 0.000000 2033.083008 0.000000 0.997784 0.000000 -0.066533 0.760809 0.760809 0.760809 +4579.665039 0.000000 1986.534058 0.000000 0.962482 0.000000 -0.271347 0.651253 0.651253 0.651253 +4548.485840 0.000000 2024.303467 0.000000 0.977436 0.000000 0.211231 0.579047 0.579047 0.579047 +4549.937500 0.000000 1977.453003 0.000000 0.985093 0.000000 0.172022 0.840572 0.840572 0.840572 +4571.200684 0.000000 1987.583252 0.000000 0.987158 0.000000 0.159750 0.714136 0.714136 0.714136 +4547.739746 0.000000 1999.223877 0.000000 0.994018 0.000000 0.109217 0.751883 0.751883 0.751883 +4559.718262 0.000000 1977.406372 0.000000 0.999918 0.000000 0.012802 0.747922 0.747922 0.747922 +4546.728516 0.000000 1976.974976 0.000000 0.989430 0.000000 -0.145013 0.933926 0.933926 0.933926 +4547.740234 0.000000 2004.525391 0.000000 0.999698 0.000000 0.024574 0.839242 0.839242 0.839242 +4549.068848 0.000000 2030.579468 0.000000 0.999073 0.000000 -0.043048 0.898803 0.898803 0.898803 +4573.937500 0.000000 1991.948242 0.000000 0.972593 0.000000 0.232516 0.850921 0.850921 0.850921 +4546.948730 0.000000 2000.115845 0.000000 0.937954 0.000000 -0.346758 0.956263 0.956263 0.956263 +4549.456055 0.000000 2031.509033 0.000000 0.992805 0.000000 -0.119745 0.910684 0.910684 0.910684 +4545.426270 0.000000 2020.796509 0.000000 0.958189 0.000000 0.286135 0.837286 0.837286 0.837286 +4544.672852 0.000000 1977.632568 0.000000 0.904017 0.000000 -0.427496 1.029902 1.029902 1.029902 +4544.444336 0.000000 1981.119873 0.000000 0.976777 0.000000 0.214259 0.883904 0.883904 0.883904 +4545.423828 0.000000 1978.387329 0.000000 0.882803 0.000000 -0.469744 1.050409 1.050409 1.050409 +4545.834961 0.000000 2004.061035 0.000000 0.982537 0.000000 -0.186069 1.024250 1.024250 1.024250 +4544.029297 0.000000 2028.518555 0.000000 0.945701 0.000000 -0.325037 1.021075 1.021075 1.021075 +4576.472168 0.000000 1987.309814 0.000000 0.947751 0.000000 -0.319011 1.012888 1.012888 1.012888 +4547.235840 0.000000 2025.931152 0.000000 0.986820 0.000000 -0.161819 0.994100 0.994100 0.994100 +4572.538086 0.000000 1989.040527 0.000000 0.866127 0.000000 -0.499823 1.064335 1.064335 1.064335 +4545.211914 0.000000 2028.623657 0.000000 0.996318 0.000000 -0.085730 1.005464 1.005464 1.005464 +4572.944824 0.000000 1986.636230 0.000000 0.977942 0.000000 -0.208878 1.010522 1.010522 1.010522 +4574.799805 0.000000 1987.164185 0.000000 0.989977 0.000000 -0.141227 1.014964 1.014964 1.014964 +4546.395996 0.000000 2027.319580 0.000000 0.980678 0.000000 -0.195627 1.023742 1.023742 1.023742 +4575.801758 0.000000 1986.820923 0.000000 0.875850 0.000000 -0.482584 1.053182 1.053182 1.053182 +4544.927246 0.000000 2031.466431 0.000000 0.993845 0.000000 0.110776 0.992933 0.992933 0.992933 +4544.159668 0.000000 2031.023193 0.000000 0.948974 0.000000 -0.315354 1.020425 1.020425 1.020425 +4545.625977 0.000000 2030.929688 0.000000 0.999876 0.000000 0.015716 0.998999 0.998999 0.998999 +4479.586426 0.000000 2086.872070 0.000000 0.932190 0.000000 -0.361969 0.581140 0.581140 0.581140 +4440.077637 0.000000 2042.833984 0.000000 0.994076 0.000000 0.108691 0.478099 0.478099 0.478099 +4471.794922 0.000000 2046.443726 0.000000 0.902282 0.000000 0.431147 0.410358 0.410358 0.410358 +4443.504395 0.000000 2047.415894 0.000000 0.867613 0.000000 -0.497240 0.594910 0.594910 0.594910 +4443.877441 0.000000 2044.928345 0.000000 0.875223 0.000000 0.483719 0.410567 0.410567 0.410567 +4475.429199 0.000000 2058.750000 0.000000 0.998785 0.000000 0.049275 0.490751 0.490751 0.490751 +4452.813477 0.000000 2050.591797 0.000000 0.924454 0.000000 0.381295 0.431293 0.431293 0.431293 +4453.374023 0.000000 2039.404053 0.000000 0.951486 0.000000 -0.307691 0.547670 0.547670 0.547670 +4475.523926 0.000000 2046.896851 0.000000 0.873897 0.000000 0.486112 0.419207 0.419207 0.419207 +4448.868164 0.000000 2049.808838 0.000000 0.932062 0.000000 0.362299 0.444883 0.444883 0.444883 +4465.824707 0.000000 2043.922974 0.000000 0.997245 0.000000 0.074183 0.488683 0.488683 0.488683 +4445.379395 0.000000 2044.912842 0.000000 0.999240 0.000000 0.038979 0.513797 0.513797 0.513797 +4447.902832 0.000000 2048.721191 0.000000 0.867014 0.000000 -0.498283 0.583799 0.583799 0.583799 +4446.425293 0.000000 2040.321899 0.000000 0.942677 0.000000 0.333706 0.447125 0.447125 0.447125 +4474.873047 0.000000 2049.186279 0.000000 0.896063 0.000000 0.443927 0.427826 0.427826 0.427826 +4470.395020 0.000000 2043.500732 0.000000 0.927413 0.000000 0.374039 0.443868 0.443868 0.443868 +4455.854004 0.000000 2044.485962 0.000000 0.991675 0.000000 -0.128765 0.814930 0.814930 0.814930 +4477.255859 0.000000 2054.527344 0.000000 0.974403 0.000000 0.224808 0.562391 0.562391 0.562391 +4474.572266 0.000000 2033.473511 0.000000 0.908564 0.000000 0.417746 0.759710 0.759710 0.759710 +4476.561035 0.000000 2052.941406 0.000000 0.997302 0.000000 -0.073407 0.663764 0.663764 0.663764 +4451.665039 0.000000 2043.018433 0.000000 0.932725 0.000000 -0.360590 0.906382 0.906382 0.906382 +4467.945312 0.000000 2040.274292 0.000000 0.977306 0.000000 -0.211834 0.774868 0.774868 0.774868 +4469.339355 0.000000 2041.758057 0.000000 0.970858 0.000000 0.239655 0.725480 0.725480 0.725480 +4452.187500 0.000000 2046.493286 0.000000 0.986097 0.000000 -0.166173 0.737891 0.737891 0.737891 +4446.662598 0.000000 2044.497681 0.000000 0.980663 0.000000 0.195704 0.777203 0.777203 0.777203 +4464.417969 0.000000 2040.395264 0.000000 0.997891 0.000000 0.064918 0.685545 0.685545 0.685545 +4479.184082 0.000000 2047.467896 0.000000 0.922718 0.000000 0.385476 0.695624 0.695624 0.695624 +4479.352051 0.000000 2055.131348 0.000000 0.993471 0.000000 -0.114083 0.991946 0.991946 0.991946 +4452.076660 0.000000 2042.105469 0.000000 0.951654 0.000000 -0.307170 0.854115 0.854115 0.854115 +4454.424805 0.000000 2041.035278 0.000000 0.999758 0.000000 0.021998 0.869113 0.869113 0.869113 +4470.939941 0.000000 2033.709473 0.000000 0.967165 0.000000 0.254151 0.978637 0.978637 0.978637 +4468.795410 0.000000 2034.392212 0.000000 0.883200 0.000000 -0.468997 1.031077 1.031077 1.031077 +4471.626953 0.000000 2034.339844 0.000000 0.970585 0.000000 0.240758 0.984521 0.984521 0.984521 +4469.387207 0.000000 2038.985718 0.000000 0.986112 0.000000 0.166083 0.978880 0.978880 0.978880 +4469.621094 0.000000 2037.599487 0.000000 0.997544 0.000000 -0.070040 1.004463 1.004463 1.004463 +4468.324219 0.000000 2035.056763 0.000000 0.972923 0.000000 0.231130 0.985152 0.985152 0.985152 +4469.949707 0.000000 2035.282104 0.000000 0.946192 0.000000 -0.323605 1.020979 1.020979 1.020979 +4523.596680 0.000000 2081.979004 0.000000 0.923195 0.000000 -0.384331 0.576670 0.576670 0.576670 +4516.144531 0.000000 2082.398926 0.000000 0.980620 0.000000 -0.195920 0.539212 0.539212 0.539212 +4519.167969 0.000000 2081.907471 0.000000 0.986044 0.000000 0.166487 0.468368 0.468368 0.468368 +4505.349609 0.000000 2053.388184 0.000000 0.930507 0.000000 0.366275 0.432171 0.432171 0.432171 +4496.004883 0.000000 2050.905273 0.000000 0.960486 0.000000 0.278330 0.453420 0.453420 0.453420 +4512.293457 0.000000 2082.445068 0.000000 0.964165 0.000000 -0.265304 0.547965 0.547965 0.547965 +4532.122559 0.000000 2071.102539 0.000000 0.993698 0.000000 -0.112095 0.520402 0.520402 0.520402 +4500.433105 0.000000 2050.452148 0.000000 0.875487 0.000000 0.483241 0.410286 0.410286 0.410286 +4486.562500 0.000000 2076.859619 0.000000 0.909793 0.000000 0.415063 0.424507 0.424507 0.424507 +4500.440918 0.000000 2088.944092 0.000000 0.996662 0.000000 -0.081642 0.514110 0.514110 0.514110 +4502.338379 0.000000 2046.419922 0.000000 0.922840 0.000000 0.385183 0.436181 0.436181 0.436181 +4498.461914 0.000000 2050.018066 0.000000 0.914545 0.000000 -0.404485 0.571576 0.571576 0.571576 +4505.632324 0.000000 2048.655029 0.000000 0.989661 0.000000 -0.143427 0.525170 0.525170 0.525170 +4504.030273 0.000000 2046.742676 0.000000 0.997875 0.000000 0.065164 0.488694 0.488694 0.488694 +4512.131348 0.000000 2038.556885 0.000000 0.998149 0.000000 -0.060813 0.510232 0.510232 0.510232 +4509.938965 0.000000 2049.970947 0.000000 0.981780 0.000000 0.190022 0.468713 0.468713 0.468713 +4539.523926 0.000000 2046.896851 0.000000 0.950481 0.000000 -0.310784 0.549349 0.549349 0.549349 +4537.773926 0.000000 2055.226318 0.000000 0.997380 0.000000 0.072338 0.489073 0.489073 0.489073 +4507.322754 0.000000 2057.907471 0.000000 0.916589 0.000000 -0.399831 0.563001 0.563001 0.563001 +4541.294434 0.000000 2048.952881 0.000000 0.960228 0.000000 0.279216 0.454115 0.454115 0.454115 +4493.735352 0.000000 2049.105713 0.000000 0.998541 0.000000 0.054001 0.491806 0.491806 0.491806 +4500.600586 0.000000 2044.459473 0.000000 0.962819 0.000000 0.270146 0.516806 0.516806 0.516806 +4506.769531 0.000000 2082.110840 0.000000 0.999895 0.000000 -0.014519 0.502137 0.502137 0.502137 +4511.813965 0.000000 2056.475830 0.000000 0.954701 0.000000 -0.297566 0.590045 0.590045 0.590045 +4511.902832 0.000000 2048.721191 0.000000 0.996105 0.000000 -0.088176 0.517890 0.517890 0.517890 +4504.351074 0.000000 2085.567871 0.000000 0.958514 0.000000 -0.285046 0.543623 0.543623 0.543623 +4495.028809 0.000000 2046.543335 0.000000 0.999422 0.000000 0.033983 0.519423 0.519423 0.519423 +4542.499512 0.000000 2062.826172 0.000000 0.905835 0.000000 -0.423631 0.567984 0.567984 0.567984 +4506.914551 0.000000 2085.141357 0.000000 0.966309 0.000000 0.257386 0.459154 0.459154 0.459154 +4541.039062 0.000000 2051.778564 0.000000 0.935543 0.000000 0.353213 0.444437 0.444437 0.444437 +4512.387695 0.000000 2042.730957 0.000000 0.948752 0.000000 0.316023 0.462292 0.462292 0.462292 +4500.231934 0.000000 2057.225342 0.000000 0.987942 0.000000 0.154825 0.476656 0.476656 0.476656 +4511.169922 0.000000 2046.675171 0.000000 0.954001 0.000000 -0.299805 0.545040 0.545040 0.545040 +4535.424805 0.000000 2057.706543 0.000000 0.912662 0.000000 0.408715 0.461491 0.461491 0.461491 +4496.268066 0.000000 2045.715576 0.000000 0.879114 0.000000 0.476611 0.581740 0.581740 0.581740 +4510.868164 0.000000 2054.179688 0.000000 0.994728 0.000000 -0.102553 0.515273 0.515273 0.515273 +4533.096680 0.000000 2047.347900 0.000000 0.989450 0.000000 0.144877 0.517197 0.517197 0.517197 +4488.396484 0.000000 2072.218262 0.000000 0.992112 0.000000 0.125356 0.670811 0.670811 0.670811 +4519.881348 0.000000 2033.500732 0.000000 0.930570 0.000000 -0.366114 0.656969 0.656969 0.656969 +4516.268066 0.000000 2056.063477 0.000000 0.940517 0.000000 0.339746 0.620445 0.620445 0.620445 +4533.656738 0.000000 2056.080811 0.000000 0.949358 0.000000 0.314197 0.462576 0.462576 0.462576 +4532.968750 0.000000 2065.185059 0.000000 0.979177 0.000000 0.203011 0.561079 0.561079 0.561079 +4522.301758 0.000000 2076.983154 0.000000 0.992669 0.000000 0.120862 0.540213 0.540213 0.540213 +4531.609375 0.000000 2063.603760 0.000000 0.999977 0.000000 -0.006830 0.638347 0.638347 0.638347 +4497.206543 0.000000 2070.768799 0.000000 0.941394 0.000000 0.337309 0.630569 0.630569 0.630569 +4484.470703 0.000000 2068.426514 0.000000 0.873192 0.000000 -0.487376 0.817999 0.817999 0.817999 +4537.538086 0.000000 2056.387939 0.000000 0.993691 0.000000 0.112156 0.560951 0.560951 0.560951 +4490.865723 0.000000 2048.528320 0.000000 0.999920 0.000000 0.012645 0.581361 0.581361 0.581361 +4507.313477 0.000000 2081.071045 0.000000 0.961399 0.000000 -0.275159 0.616756 0.616756 0.616756 +4521.763184 0.000000 2055.458008 0.000000 0.984262 0.000000 0.176713 0.691730 0.691730 0.691730 +4531.578125 0.000000 2056.674805 0.000000 0.956078 0.000000 0.293113 0.498899 0.498899 0.498899 +4496.122070 0.000000 2044.371216 0.000000 0.951818 0.000000 -0.306662 0.711972 0.711972 0.711972 +4492.862793 0.000000 2078.099854 0.000000 0.958860 0.000000 0.283879 0.639671 0.639671 0.639671 +4517.606445 0.000000 2036.356934 0.000000 0.993322 0.000000 -0.115373 0.655743 0.655743 0.655743 +4531.308594 0.000000 2048.612549 0.000000 0.989787 0.000000 0.142555 0.614384 0.614384 0.614384 +4543.956055 0.000000 2060.355957 0.000000 0.981241 0.000000 -0.192788 0.643461 0.643461 0.643461 +4503.105469 0.000000 2077.620850 0.000000 0.953662 0.000000 0.300881 0.559564 0.559564 0.559564 +4528.564941 0.000000 2068.030518 0.000000 0.948366 0.000000 0.317179 0.629160 0.629160 0.629160 +4500.942871 0.000000 2083.044678 0.000000 0.990424 0.000000 -0.138061 0.669276 0.669276 0.669276 +4494.558105 0.000000 2086.310303 0.000000 0.967492 0.000000 0.252904 0.644878 0.644878 0.644878 +4497.965332 0.000000 2074.062744 0.000000 0.970365 0.000000 -0.241643 0.611375 0.611375 0.611375 +4490.092773 0.000000 2053.224121 0.000000 0.881436 0.000000 0.472303 0.660295 0.660295 0.660295 +4541.255859 0.000000 2054.527344 0.000000 0.999240 0.000000 -0.038969 0.677862 0.677862 0.677862 +4528.198730 0.000000 2057.109375 0.000000 0.953777 0.000000 -0.300516 0.676078 0.676078 0.676078 +4485.862793 0.000000 2069.302490 0.000000 0.915891 0.000000 -0.401428 0.802402 0.802402 0.802402 +4522.742676 0.000000 2057.627197 0.000000 0.970868 0.000000 -0.239615 0.837972 0.837972 0.837972 +4483.692383 0.000000 2066.738525 0.000000 0.918308 0.000000 -0.395866 0.767009 0.767009 0.767009 +4517.876953 0.000000 2057.254883 0.000000 0.903493 0.000000 0.428604 0.604881 0.604881 0.604881 +4500.037109 0.000000 2073.186279 0.000000 0.991361 0.000000 -0.131163 0.608809 0.608809 0.608809 +4486.709961 0.000000 2089.567383 0.000000 0.999720 0.000000 -0.023660 0.841994 0.841994 0.841994 +4515.665039 0.000000 2043.018433 0.000000 0.984094 0.000000 0.177649 0.691576 0.691576 0.691576 +4533.988770 0.000000 2044.676758 0.000000 0.927179 0.000000 -0.374619 0.718636 0.718636 0.718636 +4532.906250 0.000000 2039.689941 0.000000 0.981823 0.000000 -0.189801 0.785889 0.785889 0.785889 +4513.533203 0.000000 2059.496826 0.000000 0.967209 0.000000 0.253983 0.649568 0.649568 0.649568 +4516.699219 0.000000 2074.952393 0.000000 0.934285 0.000000 -0.356527 0.910463 0.910463 0.910463 +4528.471680 0.000000 2058.239258 0.000000 0.933155 0.000000 -0.359475 0.706043 0.706043 0.706043 +4529.606934 0.000000 2064.244873 0.000000 0.997742 0.000000 0.067162 0.734183 0.734183 0.734183 +4502.239258 0.000000 2072.968506 0.000000 0.979189 0.000000 0.202952 0.619129 0.619129 0.619129 +4493.676758 0.000000 2070.431396 0.000000 0.996119 0.000000 0.088013 0.848908 0.848908 0.848908 +4495.808594 0.000000 2077.608887 0.000000 0.991796 0.000000 0.127831 0.621628 0.621628 0.621628 +4502.742676 0.000000 2060.065674 0.000000 0.942790 0.000000 -0.333388 0.930390 0.930390 0.930390 +4524.578125 0.000000 2063.824951 0.000000 0.913221 0.000000 0.407465 0.868431 0.868431 0.868431 +4533.292480 0.000000 2063.004150 0.000000 0.935338 0.000000 0.353755 0.618031 0.618031 0.618031 +4526.371582 0.000000 2058.062256 0.000000 0.904760 0.000000 -0.425921 0.826297 0.826297 0.826297 +4487.536621 0.000000 2047.678711 0.000000 0.998191 0.000000 -0.060122 0.847791 0.847791 0.847791 +4500.295898 0.000000 2042.167480 0.000000 0.904647 0.000000 -0.426161 0.742649 0.742649 0.742649 +4494.294922 0.000000 2079.945801 0.000000 0.981975 0.000000 -0.189012 0.721987 0.721987 0.721987 +4530.566406 0.000000 2043.027832 0.000000 0.991518 0.000000 0.129970 0.857151 0.857151 0.857151 +4482.728516 0.000000 2033.459351 0.000000 0.999953 0.000000 0.009707 0.728815 0.728815 0.728815 +4484.471191 0.000000 2037.081543 0.000000 0.879229 0.000000 0.476400 0.754304 0.754304 0.754304 +4495.440918 0.000000 2084.473633 0.000000 0.942774 0.000000 -0.333433 0.785623 0.785623 0.785623 +4539.427246 0.000000 2056.622314 0.000000 0.886005 0.000000 0.463676 0.598546 0.598546 0.598546 +4499.823730 0.000000 2067.701904 0.000000 0.984964 0.000000 -0.172761 0.947815 0.947815 0.947815 +4500.417969 0.000000 2063.532715 0.000000 0.997941 0.000000 0.064145 0.951408 0.951408 0.951408 +4487.085449 0.000000 2087.523682 0.000000 0.987191 0.000000 -0.159544 0.800442 0.800442 0.800442 +4489.744141 0.000000 2085.588379 0.000000 0.899412 0.000000 -0.437102 0.862215 0.862215 0.862215 +4495.688965 0.000000 2083.413818 0.000000 0.890582 0.000000 -0.454822 0.792374 0.792374 0.792374 +4543.578613 0.000000 2059.219971 0.000000 0.986458 0.000000 0.164013 0.742922 0.742922 0.742922 +4518.730957 0.000000 2059.030518 0.000000 0.999644 0.000000 0.026694 0.809446 0.809446 0.809446 +4497.086914 0.000000 2042.605591 0.000000 0.985488 0.000000 0.169747 0.850884 0.850884 0.850884 +4525.173340 0.000000 2057.331787 0.000000 0.999606 0.000000 0.028074 0.745442 0.745442 0.745442 +4510.344238 0.000000 2060.096191 0.000000 0.999992 0.000000 -0.003915 0.843758 0.843758 0.843758 +4528.511719 0.000000 2045.952515 0.000000 0.969341 0.000000 -0.245719 1.033655 1.033655 1.033655 +4527.847168 0.000000 2061.559326 0.000000 0.999596 0.000000 -0.028415 0.813386 0.813386 0.813386 +4506.199707 0.000000 2061.584961 0.000000 0.941715 0.000000 0.336412 0.773720 0.773720 0.773720 +4538.567871 0.000000 2058.247803 0.000000 0.938171 0.000000 0.346173 0.697542 0.697542 0.697542 +4524.519531 0.000000 2061.971924 0.000000 0.948941 0.000000 -0.315454 0.908362 0.908362 0.908362 +4519.911621 0.000000 2038.360229 0.000000 0.989309 0.000000 0.145838 0.974482 0.974482 0.974482 +4515.876465 0.000000 2061.943604 0.000000 0.895216 0.000000 -0.445632 0.991386 0.991386 0.991386 +4496.178223 0.000000 2060.147217 0.000000 0.958802 0.000000 0.284075 0.832588 0.832588 0.832588 +4527.394531 0.000000 2066.205078 0.000000 0.998252 0.000000 0.059099 0.863313 0.863313 0.863313 +4481.787109 0.000000 2048.776855 0.000000 0.926963 0.000000 -0.375153 1.044644 1.044644 1.044644 +4523.364258 0.000000 2052.716797 0.000000 0.977095 0.000000 0.212805 0.804174 0.804174 0.804174 +4498.243652 0.000000 2038.205933 0.000000 0.932027 0.000000 -0.362388 1.045827 1.045827 1.045827 +4491.985352 0.000000 2082.937744 0.000000 0.995634 0.000000 -0.093342 0.765175 0.765175 0.765175 +4502.055176 0.000000 2061.270264 0.000000 0.893121 0.000000 -0.449817 0.950119 0.950119 0.950119 +4526.351074 0.000000 2052.387451 0.000000 0.968413 0.000000 0.249350 0.714009 0.714009 0.714009 +4482.627930 0.000000 2047.984497 0.000000 0.961397 0.000000 -0.275166 1.034365 1.034365 1.034365 +4517.482910 0.000000 2047.849976 0.000000 0.933740 0.000000 0.357952 0.943533 0.943533 0.943533 +4491.761719 0.000000 2070.849121 0.000000 0.942652 0.000000 -0.333778 0.973009 0.973009 0.973009 +4516.076660 0.000000 2042.105469 0.000000 0.997851 0.000000 0.065523 0.921539 0.921539 0.921539 +4487.816895 0.000000 2036.300171 0.000000 0.999520 0.000000 -0.030968 0.984827 0.984827 0.984827 +4495.065918 0.000000 2067.509766 0.000000 0.922015 0.000000 -0.387154 1.055083 1.055083 1.055083 +4489.080078 0.000000 2043.287720 0.000000 0.918409 0.000000 0.395631 0.824275 0.824275 0.824275 +4530.626465 0.000000 2044.579590 0.000000 0.995921 0.000000 -0.090228 0.833086 0.833086 0.833086 +4487.262207 0.000000 2045.194458 0.000000 0.985561 0.000000 -0.169323 0.860412 0.860412 0.860412 +4486.509766 0.000000 2088.285156 0.000000 0.976703 0.000000 0.214594 0.803883 0.803883 0.803883 +4512.250977 0.000000 2074.645264 0.000000 0.960994 0.000000 0.276571 0.739046 0.739046 0.739046 +4483.974609 0.000000 2064.111816 0.000000 0.993366 0.000000 -0.114994 0.919634 0.919634 0.919634 +4520.155273 0.000000 2049.335205 0.000000 0.890469 0.000000 -0.455045 1.059089 1.059089 1.059089 +4500.185547 0.000000 2061.966064 0.000000 0.994897 0.000000 0.100895 0.802454 0.802454 0.802454 +4521.991211 0.000000 2053.916504 0.000000 0.994833 0.000000 -0.101525 0.839776 0.839776 0.839776 +4485.725586 0.000000 2035.937866 0.000000 0.912753 0.000000 0.408513 0.806821 0.806821 0.806821 +4517.896973 0.000000 2040.189819 0.000000 0.947901 0.000000 -0.318564 0.927948 0.927948 0.927948 +4526.263184 0.000000 2067.815430 0.000000 0.875590 0.000000 -0.483056 0.951290 0.951290 0.951290 +4513.437500 0.000000 2060.944580 0.000000 0.944945 0.000000 -0.327230 0.953082 0.953082 0.953082 +4525.085449 0.000000 2049.003906 0.000000 0.999999 0.000000 -0.001026 1.000134 1.000134 1.000134 +4499.257324 0.000000 2036.710815 0.000000 0.971085 0.000000 0.238732 0.974543 0.974543 0.974543 +4509.536133 0.000000 2064.232666 0.000000 0.993391 0.000000 0.114776 0.989059 0.989059 0.989059 +4515.260742 0.000000 2060.111816 0.000000 0.893115 0.000000 0.449829 0.851042 0.851042 0.851042 +4515.621094 0.000000 2047.269409 0.000000 0.933817 0.000000 -0.357751 0.901126 0.901126 0.901126 +4498.019531 0.000000 2039.208374 0.000000 0.888690 0.000000 0.458508 0.941137 0.941137 0.941137 +4526.858887 0.000000 2036.126465 0.000000 0.911158 0.000000 0.412058 0.972962 0.972962 0.972962 +4499.126953 0.000000 2034.897705 0.000000 0.999564 0.000000 -0.029516 1.003073 1.003073 1.003073 +4490.577148 0.000000 2087.076172 0.000000 0.893627 0.000000 -0.448811 0.987286 0.987286 0.987286 +4524.419434 0.000000 2070.192383 0.000000 0.953885 0.000000 -0.300173 1.033381 1.033381 1.033381 +4486.836914 0.000000 2048.994385 0.000000 0.914439 0.000000 -0.404724 1.030865 1.030865 1.030865 +4489.685059 0.000000 2059.935303 0.000000 0.871728 0.000000 0.489989 0.967400 0.967400 0.967400 +4488.144043 0.000000 2087.821777 0.000000 0.967872 0.000000 0.251443 0.883148 0.883148 0.883148 +4510.477539 0.000000 2065.455811 0.000000 0.925888 0.000000 0.377799 0.971274 0.971274 0.971274 +4489.526367 0.000000 2041.603027 0.000000 0.993644 0.000000 0.112565 0.969228 0.969228 0.969228 +4494.919922 0.000000 2034.441528 0.000000 0.985115 0.000000 0.171896 0.989002 0.989002 0.989002 +4521.702637 0.000000 2036.641357 0.000000 0.971182 0.000000 0.238340 0.972062 0.972062 0.972062 +4484.478516 0.000000 2058.349609 0.000000 0.958379 0.000000 0.285500 0.981568 0.981568 0.981568 +4484.955566 0.000000 2051.354980 0.000000 0.999749 0.000000 -0.022389 1.001425 1.001425 1.001425 +4525.771973 0.000000 2065.424316 0.000000 0.998242 0.000000 0.059274 0.992138 0.992138 0.992138 +4497.608887 0.000000 2065.554932 0.000000 0.877425 0.000000 -0.479714 1.047502 1.047502 1.047502 +4522.449219 0.000000 2044.784058 0.000000 0.998503 0.000000 0.054696 0.996516 0.996516 0.996516 +4489.230957 0.000000 2089.264160 0.000000 0.999907 0.000000 -0.013667 0.962781 0.962781 0.962781 +4481.151855 0.000000 2054.624756 0.000000 0.998201 0.000000 0.059960 0.996181 0.996181 0.996181 +4488.661133 0.000000 2035.757568 0.000000 0.999479 0.000000 -0.032287 1.002733 1.002733 1.002733 +4506.909668 0.000000 2068.647949 0.000000 0.991129 0.000000 0.132905 0.986123 0.986123 0.986123 +4509.604980 0.000000 2071.128174 0.000000 0.974136 0.000000 0.225963 0.973198 0.973198 0.973198 +4490.709473 0.000000 2062.925781 0.000000 0.935610 0.000000 0.353034 0.977030 0.977030 0.977030 +4523.233398 0.000000 2065.238525 0.000000 0.985497 0.000000 0.169696 0.985568 0.985568 0.985568 +4493.361328 0.000000 2058.884766 0.000000 0.999581 0.000000 0.028943 0.996293 0.996293 0.996293 +4528.474609 0.000000 2035.686401 0.000000 0.916302 0.000000 -0.400488 1.032404 1.032404 1.032404 +4520.383789 0.000000 2069.757080 0.000000 0.878657 0.000000 -0.477454 1.031688 1.031688 1.031688 +4525.165527 0.000000 2039.402344 0.000000 0.997210 0.000000 0.074644 0.995244 0.995244 0.995244 +4488.460938 0.000000 2058.622070 0.000000 0.998077 0.000000 -0.061981 1.003948 1.003948 1.003948 +4494.320312 0.000000 2036.000000 0.000000 0.984232 0.000000 0.176885 0.988680 0.988680 0.988680 +4488.206543 0.000000 2056.567871 0.000000 0.990753 0.000000 -0.135677 1.008664 1.008664 1.008664 +4497.401367 0.000000 2034.009766 0.000000 0.994899 0.000000 -0.100878 1.006433 1.006433 1.006433 +4520.075195 0.000000 2040.203857 0.000000 0.981877 0.000000 -0.189521 1.012139 1.012139 1.012139 +4505.232910 0.000000 2069.116211 0.000000 0.920371 0.000000 -0.391045 1.049650 1.049650 1.049650 +4487.094727 0.000000 2057.691895 0.000000 0.894589 0.000000 -0.446890 1.029494 1.029494 1.029494 +4503.729492 0.000000 2063.607910 0.000000 0.954950 0.000000 0.296765 0.960057 0.960057 0.960057 +4492.807129 0.000000 2036.318848 0.000000 0.909722 0.000000 -0.415217 1.027259 1.027259 1.027259 +4487.130371 0.000000 2064.007080 0.000000 0.960392 0.000000 -0.278654 1.017978 1.017978 1.017978 +4483.277344 0.000000 2055.014404 0.000000 0.985386 0.000000 0.170338 0.989103 0.989103 0.989103 +4495.908203 0.000000 2065.125244 0.000000 0.977609 0.000000 -0.210431 1.022707 1.022707 1.022707 +4486.531738 0.000000 2057.080322 0.000000 0.989039 0.000000 -0.147653 1.009434 1.009434 1.009434 +4522.470703 0.000000 2067.007080 0.000000 0.993083 0.000000 0.117414 0.991274 0.991274 0.991274 +4486.857910 0.000000 2058.570068 0.000000 0.994104 0.000000 0.108431 0.993083 0.993083 0.993083 +4523.661621 0.000000 2066.248047 0.000000 0.938172 0.000000 -0.346171 1.026210 1.026210 1.026210 +4522.658203 0.000000 2041.527588 0.000000 0.969022 0.000000 -0.246974 1.015887 1.015887 1.015887 +4490.145508 0.000000 2067.728027 0.000000 0.999969 0.000000 -0.007899 1.000515 1.000515 1.000515 +4483.348145 0.000000 2053.092041 0.000000 0.906251 0.000000 0.422739 0.972214 0.972214 0.972214 +4491.473633 0.000000 2036.199219 0.000000 0.903267 0.000000 0.429078 0.969111 0.969111 0.969111 +4527.564453 0.000000 2034.453491 0.000000 0.992626 0.000000 -0.121215 1.007736 1.007736 1.007736 +4491.109863 0.000000 2058.364502 0.000000 0.923353 0.000000 -0.383952 1.025087 1.025087 1.025087 +4490.817383 0.000000 2036.770386 0.000000 0.999496 0.000000 0.031748 0.997788 0.997788 0.997788 +4480.465820 0.000000 2058.389160 0.000000 0.999998 0.000000 -0.001963 1.000184 1.000184 1.000184 +4487.184082 0.000000 2053.490234 0.000000 0.971938 0.000000 -0.235236 1.015117 1.015117 1.015117 +4485.720703 0.000000 2059.534912 0.000000 0.999259 0.000000 -0.038497 1.002451 1.002451 1.002451 +4521.358887 0.000000 2068.207764 0.000000 0.961649 0.000000 -0.274284 1.017688 1.017688 1.017688 +4513.145020 0.000000 2068.501953 0.000000 0.984212 0.000000 0.176995 0.988672 0.988672 0.988672 +4495.369629 0.000000 2038.400391 0.000000 0.993428 0.000000 0.114462 0.992353 0.992353 0.992353 +4542.761719 0.000000 2034.730469 0.000000 0.974132 0.000000 -0.225979 1.022023 1.022023 1.022023 +4521.770996 0.000000 2070.540527 0.000000 0.990894 0.000000 0.134648 0.989379 0.989379 0.989379 +4481.203613 0.000000 2056.799805 0.000000 0.992499 0.000000 -0.122254 1.007802 1.007802 1.007802 +4529.021973 0.000000 2041.913818 0.000000 0.916019 0.000000 -0.401134 1.039261 1.039261 1.039261 +4508.393066 0.000000 2064.135010 0.000000 0.987122 0.000000 0.159971 0.984718 0.984718 0.984718 +4510.248535 0.000000 2064.564941 0.000000 0.999881 0.000000 0.015405 0.998858 0.998858 0.998858 +4480.237793 0.000000 2059.910645 0.000000 0.946703 0.000000 -0.322109 1.030703 1.030703 1.030703 +4514.152344 0.000000 2064.093506 0.000000 0.998678 0.000000 -0.051396 1.003273 1.003273 1.003273 +4520.884766 0.000000 2065.745605 0.000000 0.990261 0.000000 0.139221 0.991108 0.991108 0.991108 +4492.042969 0.000000 2039.516235 0.000000 0.999514 0.000000 0.031185 0.997828 0.997828 0.997828 +4493.927734 0.000000 2038.539062 0.000000 0.956917 0.000000 -0.290361 1.020520 1.020520 1.020520 +4520.171875 0.000000 2045.207397 0.000000 0.981627 0.000000 -0.190811 1.012222 1.012222 1.012222 +4491.301270 0.000000 2063.486328 0.000000 0.999997 0.000000 0.002382 0.999848 0.999848 0.999848 +4480.011719 0.000000 2051.976807 0.000000 0.986202 0.000000 0.165546 0.988416 0.988416 0.988416 +4482.786133 0.000000 2051.615234 0.000000 0.983447 0.000000 -0.181196 1.011599 1.011599 1.011599 +4527.110352 0.000000 2042.840576 0.000000 0.922203 0.000000 0.386707 0.974723 0.974723 0.974723 +4487.686523 0.000000 2060.225342 0.000000 0.878434 0.000000 0.477864 0.968282 0.968282 0.968282 +4521.058105 0.000000 2071.975830 0.000000 0.966239 0.000000 0.257647 0.979507 0.979507 0.979507 +4484.055664 0.000000 2052.610596 0.000000 0.988370 0.000000 -0.152067 1.009719 1.009719 1.009719 +4484.909668 0.000000 2055.180664 0.000000 0.994665 0.000000 -0.103161 1.006579 1.006579 1.006579 +4486.472168 0.000000 2062.699951 0.000000 0.956117 0.000000 -0.292985 1.018930 1.018930 1.018930 +4526.188965 0.000000 2037.513672 0.000000 0.975377 0.000000 0.220545 0.985843 0.985843 0.985843 +4485.750488 0.000000 2057.332764 0.000000 0.897466 0.000000 -0.441083 1.029081 1.029081 1.029081 +4570.074219 0.000000 2063.953857 0.000000 0.954331 0.000000 -0.298751 0.566008 0.566008 0.566008 +4570.364746 0.000000 2058.998779 0.000000 0.936783 0.000000 -0.349910 0.577510 0.577510 0.577510 +4557.099609 0.000000 2053.214111 0.000000 0.941430 0.000000 -0.337209 0.571743 0.571743 0.571743 +4572.947754 0.000000 2063.509277 0.000000 0.967421 0.000000 -0.253173 0.553006 0.553006 0.553006 +4588.127930 0.000000 2060.878906 0.000000 0.921951 0.000000 -0.387308 0.580872 0.580872 0.580872 +4551.143066 0.000000 2060.822021 0.000000 0.995377 0.000000 0.096042 0.480945 0.480945 0.480945 +4589.814941 0.000000 2069.983643 0.000000 0.971855 0.000000 -0.235579 0.546933 0.546933 0.546933 +4589.537598 0.000000 2073.827148 0.000000 0.873261 0.000000 0.487252 0.402228 0.402228 0.402228 +4587.628906 0.000000 2073.828613 0.000000 0.942610 0.000000 0.333895 0.438679 0.438679 0.438679 +4567.366211 0.000000 2036.090210 0.000000 0.979949 0.000000 -0.199250 0.535681 0.535681 0.535681 +4574.609375 0.000000 2059.100098 0.000000 0.954193 0.000000 0.299192 0.444132 0.444132 0.444132 +4587.722656 0.000000 2088.760742 0.000000 0.954589 0.000000 -0.297927 0.554039 0.554039 0.554039 +4552.404785 0.000000 2053.865479 0.000000 0.962542 0.000000 -0.271133 0.548018 0.548018 0.548018 +4587.765137 0.000000 2062.721680 0.000000 0.944377 0.000000 0.328865 0.440894 0.440894 0.440894 +4565.729980 0.000000 2049.027588 0.000000 0.950182 0.000000 -0.311694 0.554484 0.554484 0.554484 +4556.241699 0.000000 2035.702271 0.000000 0.991002 0.000000 0.133848 0.475717 0.475717 0.475717 +4564.029785 0.000000 2037.364258 0.000000 0.998990 0.000000 -0.044925 0.507826 0.507826 0.507826 +4574.394531 0.000000 2051.483887 0.000000 0.999273 0.000000 -0.038120 0.505669 0.505669 0.505669 +4598.238281 0.000000 2089.799561 0.000000 0.999284 0.000000 -0.037830 0.505824 0.505824 0.505824 +4576.240234 0.000000 2047.407349 0.000000 0.997803 0.000000 0.066247 0.488704 0.488704 0.488704 +4584.728027 0.000000 2076.251221 0.000000 0.886961 0.000000 -0.461845 0.577485 0.577485 0.577485 +4566.014160 0.000000 2038.971558 0.000000 0.977435 0.000000 0.211237 0.466763 0.466763 0.466763 +4577.762207 0.000000 2055.335449 0.000000 0.978374 0.000000 0.206844 0.467465 0.467465 0.467465 +4586.601562 0.000000 2085.286133 0.000000 0.930168 0.000000 0.367134 0.443548 0.443548 0.443548 +4549.597656 0.000000 2046.905151 0.000000 0.999977 0.000000 0.006784 0.498986 0.498986 0.498986 +4587.248047 0.000000 2080.634521 0.000000 0.887507 0.000000 0.460794 0.471323 0.471323 0.471323 +4584.675293 0.000000 2080.477783 0.000000 0.970039 0.000000 -0.242949 0.538874 0.538874 0.538874 +4557.299805 0.000000 2044.904175 0.000000 0.994739 0.000000 0.102439 0.528519 0.528519 0.528519 +4581.085938 0.000000 2059.808350 0.000000 0.940776 0.000000 -0.339028 0.586497 0.586497 0.586497 +4573.379395 0.000000 2044.912842 0.000000 0.987705 0.000000 -0.156328 0.543005 0.543005 0.543005 +4579.032227 0.000000 2051.073730 0.000000 0.970275 0.000000 0.242004 0.462379 0.462379 0.462379 +4583.319336 0.000000 2058.150146 0.000000 0.980732 0.000000 -0.195359 0.529232 0.529232 0.529232 +4583.743652 0.000000 2069.177979 0.000000 0.887892 0.000000 -0.460051 0.632254 0.632254 0.632254 +4586.351562 0.000000 2082.525879 0.000000 0.996688 0.000000 -0.081317 0.541646 0.541646 0.541646 +4556.183105 0.000000 2043.092773 0.000000 0.995849 0.000000 -0.091021 0.637041 0.637041 0.637041 +4557.344238 0.000000 2047.727173 0.000000 0.975003 0.000000 -0.222190 0.534150 0.534150 0.534150 +4550.218750 0.000000 2052.511475 0.000000 0.995590 0.000000 -0.093811 0.514179 0.514179 0.514179 +4548.993652 0.000000 2057.620605 0.000000 0.999168 0.000000 -0.040774 0.584775 0.584775 0.584775 +4596.147949 0.000000 2088.599609 0.000000 0.869806 0.000000 0.493394 0.531049 0.531049 0.531049 +4590.722168 0.000000 2081.249023 0.000000 0.871679 0.000000 -0.490077 0.652952 0.652952 0.652952 +4593.121094 0.000000 2085.345703 0.000000 0.934838 0.000000 0.355076 0.603293 0.603293 0.603293 +4580.740723 0.000000 2058.539551 0.000000 0.901087 0.000000 -0.433639 0.601982 0.601982 0.601982 +4589.871094 0.000000 2083.320801 0.000000 0.999927 0.000000 -0.012087 0.639188 0.639188 0.639188 +4562.263672 0.000000 2045.524048 0.000000 0.968396 0.000000 0.249417 0.529657 0.529657 0.529657 +4558.511719 0.000000 2044.071899 0.000000 0.991629 0.000000 0.129121 0.543771 0.543771 0.543771 +4578.136719 0.000000 2061.561279 0.000000 0.883686 0.000000 0.468081 0.442410 0.442410 0.442410 +4563.206055 0.000000 2042.269287 0.000000 0.933140 0.000000 0.359514 0.612193 0.612193 0.612193 +4556.215332 0.000000 2044.293823 0.000000 0.878712 0.000000 -0.477352 0.619762 0.619762 0.619762 +4544.213379 0.000000 2045.539185 0.000000 0.885113 0.000000 0.465377 0.456668 0.456668 0.456668 +4581.454590 0.000000 2062.621338 0.000000 0.979362 0.000000 0.202112 0.604715 0.604715 0.604715 +4552.070801 0.000000 2037.230347 0.000000 0.996220 0.000000 -0.086870 0.700357 0.700357 0.700357 +4594.290039 0.000000 2087.203613 0.000000 0.996816 0.000000 0.079739 0.639137 0.639137 0.639137 +4544.361816 0.000000 2055.073486 0.000000 0.999979 0.000000 0.006432 0.807791 0.807791 0.807791 +4592.327148 0.000000 2088.740479 0.000000 0.979782 0.000000 0.200067 0.648787 0.648787 0.648787 +4544.125977 0.000000 2052.859375 0.000000 0.983710 0.000000 -0.179765 0.803762 0.803762 0.803762 +4545.144043 0.000000 2058.891846 0.000000 0.948212 0.000000 -0.317638 0.753419 0.753419 0.753419 +4545.148926 0.000000 2057.586670 0.000000 0.998914 0.000000 0.046598 0.811168 0.811168 0.811168 +4559.758301 0.000000 2042.122559 0.000000 0.889336 0.000000 -0.457255 0.703108 0.703108 0.703108 +4544.405762 0.000000 2043.213501 0.000000 0.999990 0.000000 -0.004512 0.618363 0.618363 0.618363 +4544.016602 0.000000 2056.590820 0.000000 0.951477 0.000000 -0.307721 0.868683 0.868683 0.868683 +4548.471191 0.000000 2037.081543 0.000000 0.868510 0.000000 0.495672 0.832790 0.832790 0.832790 +4551.502930 0.000000 2040.710938 0.000000 0.931322 0.000000 0.364198 0.674734 0.674734 0.674734 +4545.302734 0.000000 2037.990723 0.000000 0.984926 0.000000 -0.172976 1.023828 1.023828 1.023828 +4550.565430 0.000000 2039.588745 0.000000 0.923367 0.000000 -0.383918 0.862451 0.862451 0.862451 +4551.816895 0.000000 2036.300171 0.000000 0.982499 0.000000 -0.186269 0.863153 0.863153 0.863153 +4545.727051 0.000000 2055.418701 0.000000 0.982213 0.000000 -0.187771 0.839147 0.839147 0.839147 +4548.596680 0.000000 2038.776855 0.000000 0.993774 0.000000 0.111411 0.805695 0.805695 0.805695 +4549.725586 0.000000 2035.937866 0.000000 0.994131 0.000000 0.108184 0.974842 0.974842 0.974842 +4550.207520 0.000000 2037.624756 0.000000 0.870106 0.000000 -0.492864 0.915358 0.915358 0.915358 +4544.672852 0.000000 2034.116943 0.000000 0.923575 0.000000 0.383418 0.962571 0.962571 0.962571 +4545.423828 0.000000 2034.871704 0.000000 0.973791 0.000000 -0.227445 1.021825 1.021825 1.021825 +4499.007324 0.000000 2108.000244 0.000000 0.971373 0.000000 0.237560 0.447814 0.447814 0.447814 +4481.451660 0.000000 2099.314209 0.000000 0.880576 0.000000 -0.473904 0.600395 0.600395 0.600395 +4487.434570 0.000000 2100.665527 0.000000 0.927732 0.000000 -0.373247 0.563456 0.563456 0.563456 +4483.498047 0.000000 2090.679443 0.000000 0.963613 0.000000 0.267301 0.454705 0.454705 0.454705 +4488.131348 0.000000 2099.309570 0.000000 1.000000 0.000000 -0.000039 0.500006 0.500006 0.500006 +4488.904785 0.000000 2096.201660 0.000000 0.961115 0.000000 -0.276148 0.542224 0.542224 0.542224 +4484.601562 0.000000 2091.245361 0.000000 0.888680 0.000000 0.458529 0.494988 0.494988 0.494988 +4490.381348 0.000000 2091.319580 0.000000 0.990030 0.000000 0.140855 0.746717 0.746717 0.746717 +4490.822754 0.000000 2089.931885 0.000000 0.892808 0.000000 -0.450438 0.926669 0.926669 0.926669 +4591.663086 0.000000 2099.933838 0.000000 0.994867 0.000000 0.101189 0.478629 0.478629 0.478629 +4602.028320 0.000000 2103.020508 0.000000 0.994863 0.000000 -0.101234 0.521076 0.521076 0.521076 +4604.727539 0.000000 2092.416260 0.000000 0.981628 0.000000 -0.190806 0.538607 0.538607 0.538607 +4591.882812 0.000000 2094.945557 0.000000 0.974184 0.000000 0.225757 0.457788 0.457788 0.457788 +4597.177734 0.000000 2100.442383 0.000000 0.944832 0.000000 -0.327555 0.560860 0.560860 0.560860 +4601.206055 0.000000 2099.548340 0.000000 0.999998 0.000000 0.002110 0.499642 0.499642 0.499642 +4601.144531 0.000000 2091.537109 0.000000 0.898724 0.000000 -0.438515 0.574288 0.574288 0.574288 +4590.200195 0.000000 2091.031738 0.000000 0.902868 0.000000 -0.429917 0.566069 0.566069 0.566069 +4594.000000 0.000000 2093.229736 0.000000 0.933472 0.000000 0.358650 0.488358 0.488358 0.488358 "} object={ name="palm_dense_generator_3_2" @@ -468,7 +2366,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_palm_03_mesh" - count=221 + count=1231 transform="501.861053 0.000000 725.878967 0.000000 0.239453 0.000000 -0.970908 0.777210 0.777210 0.777210 499.609528 0.000000 769.646057 0.000000 0.356683 0.000000 -0.934226 0.695567 0.695567 0.695567 510.871094 0.000000 777.807373 0.000000 0.552487 0.000000 -0.833521 0.654625 0.654625 0.654625 @@ -690,4 +2588,1014 @@ object={ 553.358948 0.000000 1955.239136 0.000000 0.861185 0.000000 -0.508292 1.033945 1.033945 1.033945 561.982544 0.000000 1960.882324 0.000000 0.490216 0.000000 -0.871601 1.067384 1.067384 1.067384 522.930176 0.000000 1998.675781 0.000000 0.400315 0.000000 -0.916378 1.113551 1.113551 1.113551 +5588.089355 0.000000 892.082520 0.000000 0.397665 0.000000 -0.917531 0.756264 0.756264 0.756264 +5602.900879 0.000000 903.814697 0.000000 0.819097 0.000000 -0.573655 0.633844 0.633844 0.633844 +5568.894531 0.000000 934.050110 0.000000 0.400031 0.000000 -0.916502 0.742671 0.742671 0.742671 +5567.958008 0.000000 981.133362 0.000000 0.610114 0.000000 -0.792314 0.702416 0.702416 0.702416 +5633.017578 0.000000 986.927429 0.000000 0.006646 0.000000 -0.999978 0.841490 0.841490 0.841490 +5657.237793 0.000000 966.393250 0.000000 0.856630 0.000000 -0.515931 0.617540 0.617540 0.617540 +5690.807129 0.000000 1023.373291 0.000000 0.418327 0.000000 -0.908297 0.752978 0.752978 0.752978 +5746.789551 0.000000 1198.259155 0.000000 0.104699 0.000000 -0.994504 0.821139 0.821139 0.821139 +5751.531250 0.000000 1196.775513 0.000000 0.382284 0.000000 -0.924045 0.757300 0.757300 0.757300 +5766.424805 0.000000 1150.047607 0.000000 0.150303 0.000000 -0.988640 0.804684 0.804684 0.804684 +5775.197266 0.000000 1141.320312 0.000000 0.024345 0.000000 -0.999704 0.822569 0.822569 0.822569 +5780.569336 0.000000 1191.558350 0.000000 0.638727 0.000000 -0.769433 0.693650 0.693650 0.693650 +4475.211426 0.000000 1950.086914 0.000000 0.557726 0.000000 -0.830025 0.711572 0.711572 0.711572 +4471.819336 0.000000 1939.299683 0.000000 0.607842 0.000000 -0.794058 0.692056 0.692056 0.692056 +4475.993164 0.000000 1937.012329 0.000000 0.409909 0.000000 -0.912126 0.710305 0.710305 0.710305 +4463.537109 0.000000 2004.081543 0.000000 0.587017 0.000000 -0.809575 0.698199 0.698199 0.698199 +4459.596680 0.000000 2025.494629 0.000000 0.601804 0.000000 -0.798644 0.684637 0.684637 0.684637 +4458.375488 0.000000 2008.496338 0.000000 0.529450 0.000000 -0.848341 0.671819 0.671819 0.671819 +4456.074707 0.000000 2009.286011 0.000000 0.363622 0.000000 -0.931547 0.696157 0.696157 0.696157 +4479.314453 0.000000 2004.865967 0.000000 0.776327 0.000000 -0.630331 0.601389 0.601389 0.601389 +4465.044434 0.000000 2026.033447 0.000000 0.859858 0.000000 -0.510534 0.651460 0.651460 0.651460 +4458.544434 0.000000 2013.806152 0.000000 0.490805 0.000000 -0.871269 0.759015 0.759015 0.759015 +4479.246094 0.000000 2012.962646 0.000000 0.793456 0.000000 -0.608628 0.782225 0.782225 0.782225 +4476.871582 0.000000 2006.147949 0.000000 0.519577 0.000000 -0.854423 0.801052 0.801052 0.801052 +4462.873535 0.000000 2026.054565 0.000000 0.383006 0.000000 -0.923746 0.739730 0.739730 0.739730 +4476.166992 0.000000 2023.534302 0.000000 0.095605 0.000000 -0.995419 0.862439 0.862439 0.862439 +4474.145020 0.000000 2022.097290 0.000000 0.023773 0.000000 -0.999717 0.971899 0.971899 0.971899 +4470.610352 0.000000 2026.866333 0.000000 0.711199 0.000000 -0.702990 0.929251 0.929251 0.929251 +4477.398438 0.000000 2019.765991 0.000000 0.511217 0.000000 -0.859452 0.848677 0.848677 0.848677 +4479.644043 0.000000 2032.973633 0.000000 0.594746 0.000000 -0.803913 0.718340 0.718340 0.718340 +4461.039062 0.000000 2014.376465 0.000000 0.062178 0.000000 -0.998065 1.073431 1.073431 1.073431 +4462.890137 0.000000 2013.207886 0.000000 0.522355 0.000000 -0.852728 1.009543 1.009543 1.009543 +4477.764648 0.000000 2014.609009 0.000000 0.861717 0.000000 -0.507389 0.889472 0.889472 0.889472 +4473.960449 0.000000 2023.180908 0.000000 0.795124 0.000000 -0.606446 0.955754 0.955754 0.955754 +4476.731934 0.000000 2015.078369 0.000000 0.539071 0.000000 -0.842260 0.964920 0.964920 0.964920 +4462.329102 0.000000 2031.190918 0.000000 0.669239 0.000000 -0.743047 0.876252 0.876252 0.876252 +4466.986816 0.000000 2022.145752 0.000000 0.437875 0.000000 -0.899036 1.051513 1.051513 1.051513 +4470.121094 0.000000 2025.993896 0.000000 0.454106 0.000000 -0.890948 1.026419 1.026419 1.026419 +4477.095215 0.000000 2013.078735 0.000000 0.338306 0.000000 -0.941036 1.050779 1.050779 1.050779 +4478.947754 0.000000 2010.604858 0.000000 0.505314 0.000000 -0.862936 0.923831 0.923831 0.923831 +4471.702637 0.000000 2029.955688 0.000000 0.798315 0.000000 -0.602241 0.968865 0.968865 0.968865 +4466.298340 0.000000 2031.681519 0.000000 0.460054 0.000000 -0.887891 1.099490 1.099490 1.099490 +4475.962891 0.000000 2014.528564 0.000000 0.555940 0.000000 -0.831223 1.135968 1.135968 1.135968 +4467.744141 0.000000 2033.013306 0.000000 0.436369 0.000000 -0.899768 1.119872 1.119872 1.119872 +4466.970215 0.000000 2020.969849 0.000000 0.650679 0.000000 -0.759353 1.120773 1.120773 1.120773 +4474.115723 0.000000 2015.151489 0.000000 0.451526 0.000000 -0.892258 1.152736 1.152736 1.152736 +4471.162598 0.000000 2023.568726 0.000000 0.276798 0.000000 -0.960928 1.172972 1.172972 1.172972 +4467.771973 0.000000 2015.479614 0.000000 0.174376 0.000000 -0.984679 1.107655 1.107655 1.107655 +4468.316406 0.000000 2031.148682 0.000000 0.107013 0.000000 -0.994258 1.180868 1.180868 1.180868 +4467.277344 0.000000 2014.431519 0.000000 0.001951 0.000000 -0.999998 1.121026 1.121026 1.121026 +4468.499512 0.000000 2021.753906 0.000000 0.311317 0.000000 -0.950306 1.130572 1.130572 1.130572 +4470.848145 0.000000 2016.802124 0.000000 0.045302 0.000000 -0.998973 1.099400 1.099400 1.099400 +4469.161133 0.000000 2016.148438 0.000000 0.840111 0.000000 -0.542414 1.036498 1.036498 1.036498 +4470.459961 0.000000 2013.935547 0.000000 0.650957 0.000000 -0.759114 1.071658 1.071658 1.071658 +4522.288574 0.000000 1943.616577 0.000000 0.781002 0.000000 -0.624528 0.643223 0.643223 0.643223 +4515.104004 0.000000 1929.010864 0.000000 0.602762 0.000000 -0.797921 0.692008 0.692008 0.692008 +4495.197266 0.000000 1932.101562 0.000000 0.556890 0.000000 -0.830586 0.706650 0.706650 0.706650 +4532.316895 0.000000 1949.594604 0.000000 0.602033 0.000000 -0.798471 0.677653 0.677653 0.677653 +4523.311523 0.000000 1945.616577 0.000000 0.068154 0.000000 -0.997675 0.790912 0.790912 0.790912 +4515.217285 0.000000 1931.307251 0.000000 0.747189 0.000000 -0.664611 0.640203 0.640203 0.640203 +4488.404785 0.000000 1940.896606 0.000000 0.767222 0.000000 -0.641382 0.624378 0.624378 0.624378 +4504.512695 0.000000 1928.201660 0.000000 0.852679 0.000000 -0.522436 0.599016 0.599016 0.599016 +4535.822754 0.000000 1951.761963 0.000000 0.102323 0.000000 -0.994751 0.743583 0.743583 0.743583 +4533.385254 0.000000 1951.076050 0.000000 0.783185 0.000000 -0.621789 0.613833 0.613833 0.613833 +4525.470215 0.000000 1948.695801 0.000000 0.001183 0.000000 -0.999999 0.747460 0.747460 0.747460 +4493.735352 0.000000 1936.136841 0.000000 0.794602 0.000000 -0.607131 0.605794 0.605794 0.605794 +4539.914062 0.000000 1948.791504 0.000000 0.819574 0.000000 -0.572974 0.593906 0.593906 0.593906 +4527.984863 0.000000 1954.049072 0.000000 0.331949 0.000000 -0.943297 0.839539 0.839539 0.839539 +4519.639160 0.000000 1947.541870 0.000000 0.700213 0.000000 -0.713934 0.617016 0.617016 0.617016 +4497.206543 0.000000 1957.800171 0.000000 0.533926 0.000000 -0.845531 0.808682 0.808682 0.808682 +4532.589844 0.000000 1963.887451 0.000000 0.786307 0.000000 -0.617836 0.853250 0.853250 0.853250 +4534.847168 0.000000 1963.330688 0.000000 0.712917 0.000000 -0.701248 0.885845 0.885845 0.885845 +4507.313477 0.000000 1968.102295 0.000000 0.140122 0.000000 -0.990134 0.871216 0.871216 0.871216 +4511.890137 0.000000 1966.709961 0.000000 0.750986 0.000000 -0.660318 0.737224 0.737224 0.737224 +4498.317871 0.000000 1955.711426 0.000000 0.610929 0.000000 -0.791685 0.903144 0.903144 0.903144 +4510.526367 0.000000 1964.924194 0.000000 0.806927 0.000000 -0.590651 0.743355 0.743355 0.743355 +4537.484375 0.000000 1961.484619 0.000000 0.766621 0.000000 -0.642099 0.930202 0.930202 0.930202 +4530.290039 0.000000 1974.234863 0.000000 0.499421 0.000000 -0.866359 0.948851 0.948851 0.948851 +4517.261230 0.000000 1969.850342 0.000000 0.714112 0.000000 -0.700031 0.871024 0.871024 0.871024 +4535.038086 0.000000 1968.468872 0.000000 0.101885 0.000000 -0.994796 1.062635 1.062635 1.062635 +4490.092773 0.000000 1940.255249 0.000000 0.061788 0.000000 -0.998089 0.935674 0.935674 0.935674 +4528.327148 0.000000 1975.771851 0.000000 0.244554 0.000000 -0.969636 1.012114 1.012114 1.012114 +4508.939453 0.000000 1964.081543 0.000000 0.778010 0.000000 -0.628252 0.730557 0.730557 0.730557 +4528.086914 0.000000 1956.150269 0.000000 0.210800 0.000000 -0.977529 0.926358 0.926358 0.926358 +4537.725098 0.000000 1952.971313 0.000000 0.844365 0.000000 -0.535769 0.747823 0.747823 0.747823 +4527.144043 0.000000 1958.193359 0.000000 0.709814 0.000000 -0.704389 0.924835 0.924835 0.924835 +4531.956055 0.000000 1965.903687 0.000000 0.205264 0.000000 -0.978707 0.981033 0.981033 0.981033 +4532.413574 0.000000 1970.026733 0.000000 0.768185 0.000000 -0.640228 0.925091 0.925091 0.925091 +4520.466309 0.000000 1954.006226 0.000000 0.720677 0.000000 -0.693271 0.987614 0.987614 0.987614 +4530.433594 0.000000 1958.227295 0.000000 0.090511 0.000000 -0.995895 0.961038 0.961038 0.961038 +4521.375000 0.000000 1974.511719 0.000000 0.005787 0.000000 -0.999983 1.137847 1.137847 1.137847 +4505.314941 0.000000 1973.198486 0.000000 0.821015 0.000000 -0.570907 0.906364 0.906364 0.906364 +4495.914062 0.000000 1960.592651 0.000000 0.519705 0.000000 -0.854346 0.935513 0.935513 0.935513 +4508.235840 0.000000 1963.145874 0.000000 0.088886 0.000000 -0.996042 0.976025 0.976025 0.976025 +4539.452148 0.000000 1960.358276 0.000000 0.651671 0.000000 -0.758502 1.060504 1.060504 1.060504 +4511.664551 0.000000 1932.187866 0.000000 0.305439 0.000000 -0.952212 1.047374 1.047374 1.047374 +4538.459473 0.000000 1961.993042 0.000000 0.721498 0.000000 -0.692416 1.046079 1.046079 1.046079 +4519.189453 0.000000 1958.427490 0.000000 0.643595 0.000000 -0.765366 1.048914 1.048914 1.048914 +4496.999512 0.000000 1961.517700 0.000000 0.494983 0.000000 -0.868902 0.944927 0.944927 0.944927 +4542.093750 0.000000 1969.345703 0.000000 0.049737 0.000000 -0.998762 1.171334 1.171334 1.171334 +4527.327637 0.000000 1976.276855 0.000000 0.430734 0.000000 -0.902479 0.994126 0.994126 0.994126 +4499.823730 0.000000 1954.733276 0.000000 0.565952 0.000000 -0.824438 0.912174 0.912174 0.912174 +4526.329102 0.000000 1974.706543 0.000000 0.649408 0.000000 -0.760440 0.952211 0.952211 0.952211 +4504.939453 0.000000 1965.779907 0.000000 0.514860 0.000000 -0.857274 1.010929 1.010929 1.010929 +4534.227051 0.000000 1974.636963 0.000000 0.631195 0.000000 -0.775624 0.956012 0.956012 0.956012 +4514.564453 0.000000 1946.448608 0.000000 0.405849 0.000000 -0.913940 1.048202 1.048202 1.048202 +4500.864746 0.000000 1973.635376 0.000000 0.577069 0.000000 -0.816695 1.026297 1.026297 1.026297 +4493.781738 0.000000 1940.999146 0.000000 0.211307 0.000000 -0.977420 0.906127 0.906127 0.906127 +4510.405762 0.000000 1958.708618 0.000000 0.856150 0.000000 -0.516728 1.071589 1.071589 1.071589 +4540.959961 0.000000 1951.722778 0.000000 0.140753 0.000000 -0.990045 0.962655 0.962655 0.962655 +4497.990723 0.000000 1947.704468 0.000000 0.817165 0.000000 -0.576405 1.086040 1.086040 1.086040 +4541.160156 0.000000 1954.877686 0.000000 0.484856 0.000000 -0.874594 1.103738 1.103738 1.103738 +4530.986816 0.000000 1965.661377 0.000000 0.267523 0.000000 -0.963551 0.970639 0.970639 0.970639 +4508.664062 0.000000 1973.011475 0.000000 0.433763 0.000000 -0.901027 1.052225 1.052225 1.052225 +4495.305664 0.000000 1962.651001 0.000000 0.111298 0.000000 -0.993787 1.065583 1.065583 1.065583 +4541.034180 0.000000 1965.486450 0.000000 0.038984 0.000000 -0.999240 1.176823 1.176823 1.176823 +4496.178223 0.000000 1947.178467 0.000000 0.445340 0.000000 -0.895362 1.155356 1.155356 1.155356 +4509.353516 0.000000 1975.403076 0.000000 0.765598 0.000000 -0.643320 1.093688 1.093688 1.093688 +4510.393066 0.000000 1970.310181 0.000000 0.586475 0.000000 -0.809967 0.941563 0.941563 0.941563 +4513.619629 0.000000 1937.531616 0.000000 0.394015 0.000000 -0.919104 1.097790 1.097790 1.097790 +4533.595703 0.000000 1973.530884 0.000000 0.203827 0.000000 -0.979007 1.009570 1.009570 1.009570 +4504.628906 0.000000 1974.845215 0.000000 0.486325 0.000000 -0.873778 1.077941 1.077941 1.077941 +4498.806152 0.000000 1949.361938 0.000000 0.613645 0.000000 -0.789582 1.123379 1.123379 1.123379 +4520.988770 0.000000 1973.176147 0.000000 0.195979 0.000000 -0.980608 1.095664 1.095664 1.095664 +4503.415527 0.000000 1971.980957 0.000000 0.095005 0.000000 -0.995477 1.081417 1.081417 1.081417 +4541.095215 0.000000 1956.594360 0.000000 0.812842 0.000000 -0.582484 1.073851 1.073851 1.073851 +4533.109375 0.000000 1964.743774 0.000000 0.831278 0.000000 -0.555856 0.869898 0.869898 0.869898 +4498.823242 0.000000 1956.607300 0.000000 0.188113 0.000000 -0.982147 1.021422 1.021422 1.021422 +4490.266602 0.000000 1970.935791 0.000000 0.253915 0.000000 -0.967226 1.124337 1.124337 1.124337 +4498.564453 0.000000 1957.560791 0.000000 0.712629 0.000000 -0.701541 0.924191 0.924191 0.924191 +4534.076172 0.000000 1959.844604 0.000000 0.780452 0.000000 -0.625216 0.874179 0.874179 0.874179 +4503.120117 0.000000 1958.086548 0.000000 0.563777 0.000000 -0.825927 1.124467 1.124467 1.124467 +4519.671875 0.000000 1965.909424 0.000000 0.021641 0.000000 -0.999766 1.105990 1.105990 1.105990 +4488.383301 0.000000 1965.439941 0.000000 0.738680 0.000000 -0.674056 0.884598 0.884598 0.884598 +4537.561523 0.000000 1974.315674 0.000000 0.536928 0.000000 -0.843628 1.042709 1.042709 1.042709 +4497.620605 0.000000 1973.608887 0.000000 0.296385 0.000000 -0.955068 1.100930 1.100930 1.100930 +4488.217285 0.000000 1967.082031 0.000000 0.674770 0.000000 -0.738028 1.042623 1.042623 1.042623 +4530.298340 0.000000 1975.197144 0.000000 0.229850 0.000000 -0.973226 0.995906 0.995906 0.995906 +4517.729004 0.000000 1955.102905 0.000000 0.253081 0.000000 -0.967445 1.164468 1.164468 1.164468 +4537.056152 0.000000 1956.872314 0.000000 0.753543 0.000000 -0.657398 0.993759 0.993759 0.993759 +4506.750000 0.000000 1933.879517 0.000000 0.448413 0.000000 -0.893826 1.121747 1.121747 1.121747 +4512.818359 0.000000 1939.087036 0.000000 0.411376 0.000000 -0.911466 1.120065 1.120065 1.120065 +4510.914062 0.000000 1972.324829 0.000000 0.096000 0.000000 -0.995381 1.156533 1.156533 1.156533 +4517.324707 0.000000 1950.642822 0.000000 0.425524 0.000000 -0.904947 1.149967 1.149967 1.149967 +4498.847656 0.000000 1961.424438 0.000000 0.487213 0.000000 -0.873283 1.077786 1.077786 1.077786 +4540.675293 0.000000 1975.055664 0.000000 0.473135 0.000000 -0.880990 1.146939 1.146939 1.146939 +4516.909180 0.000000 1954.441895 0.000000 0.492200 0.000000 -0.870482 1.132104 1.132104 1.132104 +4540.995605 0.000000 1973.874512 0.000000 0.060023 0.000000 -0.998197 1.196706 1.196706 1.196706 +4497.887207 0.000000 1970.083130 0.000000 0.217022 0.000000 -0.976167 1.175184 1.175184 1.175184 +4514.604004 0.000000 1976.646240 0.000000 0.785027 0.000000 -0.619462 1.082558 1.082558 1.082558 +4501.033691 0.000000 1965.030029 0.000000 0.626556 0.000000 -0.779376 1.098391 1.098391 1.098391 +4502.761719 0.000000 1965.546509 0.000000 0.688897 0.000000 -0.724859 1.105050 1.105050 1.105050 +4532.963379 0.000000 1968.333496 0.000000 0.733243 0.000000 -0.679967 0.942977 0.942977 0.942977 +4515.260742 0.000000 1947.143066 0.000000 0.051481 0.000000 -0.998674 1.105584 1.105584 1.105584 +4500.910645 0.000000 1935.426636 0.000000 0.166041 0.000000 -0.986119 1.196637 1.196637 1.196637 +4517.866699 0.000000 1948.821167 0.000000 0.159618 0.000000 -0.987179 1.075502 1.075502 1.075502 +4512.556641 0.000000 1944.157837 0.000000 0.426542 0.000000 -0.904468 1.141353 1.141353 1.141353 +4536.384766 0.000000 1971.420166 0.000000 0.485462 0.000000 -0.874258 1.051983 1.051983 1.051983 +4508.412109 0.000000 1946.341309 0.000000 0.807567 0.000000 -0.589775 1.040157 1.040157 1.040157 +4543.422852 0.000000 1968.935303 0.000000 0.240782 0.000000 -0.970579 1.142691 1.142691 1.142691 +4505.402832 0.000000 1950.355957 0.000000 0.645748 0.000000 -0.763551 1.055309 1.055309 1.055309 +4509.746582 0.000000 1937.882812 0.000000 0.191401 0.000000 -0.981512 1.087739 1.087739 1.087739 +4500.163574 0.000000 1958.076782 0.000000 0.656805 0.000000 -0.754060 1.115424 1.115424 1.115424 +4510.477539 0.000000 1952.487183 0.000000 0.243008 0.000000 -0.970024 1.084373 1.084373 1.084373 +4502.711914 0.000000 1938.367432 0.000000 0.761344 0.000000 -0.648348 1.044908 1.044908 1.044908 +4501.257324 0.000000 1963.267578 0.000000 0.663214 0.000000 -0.748430 1.089308 1.089308 1.089308 +4499.198730 0.000000 1936.017212 0.000000 0.485227 0.000000 -0.874388 1.117163 1.117163 1.117163 +4512.570312 0.000000 1945.564331 0.000000 0.145058 0.000000 -0.989423 1.178263 1.178263 1.178263 +4499.675781 0.000000 1946.685425 0.000000 0.326814 0.000000 -0.945089 1.108473 1.108473 1.108473 +4499.708008 0.000000 1939.145142 0.000000 0.539940 0.000000 -0.841704 1.068185 1.068185 1.068185 +4522.893066 0.000000 1975.424438 0.000000 0.022056 0.000000 -0.999757 1.139455 1.139455 1.139455 +4499.296875 0.000000 1969.076782 0.000000 0.796682 0.000000 -0.604399 1.067566 1.067566 1.067566 +4521.341309 0.000000 1966.907959 0.000000 0.839264 0.000000 -0.543724 0.985506 0.985506 0.985506 +4498.353516 0.000000 1940.348511 0.000000 0.755786 0.000000 -0.654819 1.045451 1.045451 1.045451 +4541.971680 0.000000 1975.430298 0.000000 0.731104 0.000000 -0.682266 1.100864 1.100864 1.100864 +4497.103516 0.000000 1970.551025 0.000000 0.098923 0.000000 -0.995095 1.190691 1.190691 1.190691 +4511.843262 0.000000 1939.604126 0.000000 0.098814 0.000000 -0.995106 1.093699 1.093699 1.093699 +4498.104004 0.000000 1946.503906 0.000000 0.244185 0.000000 -0.969729 1.116031 1.116031 1.116031 +4495.476074 0.000000 1968.557251 0.000000 0.316896 0.000000 -0.948460 1.111261 1.111261 1.111261 +4539.424805 0.000000 1976.640259 0.000000 0.858705 0.000000 -0.512470 1.070889 1.070889 1.070889 +4501.483887 0.000000 1952.203369 0.000000 0.198941 0.000000 -0.980012 1.160986 1.160986 1.160986 +4501.793945 0.000000 1957.114136 0.000000 0.331936 0.000000 -0.943302 1.132687 1.132687 1.132687 +4516.431152 0.000000 1952.168945 0.000000 0.778287 0.000000 -0.627908 1.080842 1.080842 1.080842 +4507.358398 0.000000 1958.109863 0.000000 0.795533 0.000000 -0.605911 1.042474 1.042474 1.042474 +4508.538086 0.000000 1932.556152 0.000000 0.526781 0.000000 -0.850001 1.122511 1.122511 1.122511 +4506.909668 0.000000 1955.679321 0.000000 0.469557 0.000000 -0.882902 1.094815 1.094815 1.094815 +4498.979004 0.000000 1945.220581 0.000000 0.395909 0.000000 -0.918290 1.074086 1.074086 1.074086 +4540.357910 0.000000 1961.780151 0.000000 0.104721 0.000000 -0.994502 1.178791 1.178791 1.178791 +4515.133789 0.000000 1954.351440 0.000000 0.057651 0.000000 -0.998337 1.134859 1.134859 1.134859 +4500.676758 0.000000 1959.637329 0.000000 0.470205 0.000000 -0.882557 1.147407 1.147407 1.147407 +4514.144531 0.000000 1954.415283 0.000000 0.561284 0.000000 -0.827623 1.086886 1.086886 1.086886 +4497.055176 0.000000 1967.558716 0.000000 0.571161 0.000000 -0.820838 1.078606 1.078606 1.078606 +4508.115723 0.000000 1955.680664 0.000000 0.697305 0.000000 -0.716775 1.059256 1.059256 1.059256 +4504.531250 0.000000 1958.192383 0.000000 0.803140 0.000000 -0.595790 1.087479 1.087479 1.087479 +4492.681641 0.000000 1969.439941 0.000000 0.124985 0.000000 -0.992159 1.120170 1.120170 1.120170 +4541.895020 0.000000 1972.551636 0.000000 0.617751 0.000000 -0.786374 1.109962 1.109962 1.109962 +4504.802734 0.000000 1954.436035 0.000000 0.776275 0.000000 -0.630395 1.082245 1.082245 1.082245 +4504.189941 0.000000 1945.348877 0.000000 0.434014 0.000000 -0.900906 1.071419 1.071419 1.071419 +4505.045898 0.000000 1937.635010 0.000000 0.362920 0.000000 -0.931820 1.076356 1.076356 1.076356 +4497.146484 0.000000 1947.749878 0.000000 0.205403 0.000000 -0.978677 1.191026 1.191026 1.191026 +4502.209473 0.000000 1936.823364 0.000000 0.856001 0.000000 -0.516974 1.034588 1.034588 1.034588 +4509.157715 0.000000 1936.607422 0.000000 0.745088 0.000000 -0.666966 1.046481 1.046481 1.046481 +4542.679688 0.000000 1957.841431 0.000000 0.777839 0.000000 -0.628464 1.086017 1.086017 1.086017 +4501.675293 0.000000 1945.675537 0.000000 0.369142 0.000000 -0.929373 1.075930 1.075930 1.075930 +4505.690430 0.000000 1938.349121 0.000000 0.428455 0.000000 -0.903563 1.071812 1.071812 1.071812 +4507.485840 0.000000 1939.989380 0.000000 0.644765 0.000000 -0.764381 1.055391 1.055391 1.055391 +4508.598633 0.000000 1939.128052 0.000000 0.750207 0.000000 -0.661203 1.045991 1.045991 1.045991 +4506.689453 0.000000 1937.308350 0.000000 0.579414 0.000000 -0.815033 1.060656 1.060656 1.060656 +4511.930176 0.000000 1951.505615 0.000000 0.796569 0.000000 -0.604547 1.041329 1.041329 1.041329 +4505.324219 0.000000 1936.464844 0.000000 0.129882 0.000000 -0.991529 1.091708 1.091708 1.091708 +4508.295410 0.000000 1956.844482 0.000000 0.861654 0.000000 -0.507495 1.060994 1.060994 1.060994 +4494.660156 0.000000 1971.676025 0.000000 0.122284 0.000000 -0.992495 1.163783 1.163783 1.163783 +4503.062500 0.000000 1952.114990 0.000000 0.607976 0.000000 -0.793955 1.105113 1.105113 1.105113 +4507.109863 0.000000 1938.790405 0.000000 0.456540 0.000000 -0.889703 1.069818 1.069818 1.069818 +4501.558105 0.000000 1948.968872 0.000000 0.027607 0.000000 -0.999619 1.105177 1.105177 1.105177 +4513.145020 0.000000 1955.533325 0.000000 0.241867 0.000000 -0.970309 1.084448 1.084448 1.084448 +4508.393066 0.000000 1951.166260 0.000000 0.650330 0.000000 -0.759652 1.054926 1.054926 1.054926 +4509.068848 0.000000 1942.383911 0.000000 0.622943 0.000000 -0.782267 1.057187 1.057187 1.057187 +4508.562988 0.000000 1935.053711 0.000000 0.778618 0.000000 -0.627498 1.043184 1.043184 1.043184 +4508.308594 0.000000 1936.297852 0.000000 0.270745 0.000000 -0.962651 1.082546 1.082546 1.082546 +4509.862793 0.000000 1945.822388 0.000000 0.639600 0.000000 -0.768708 1.055820 1.055820 1.055820 +4500.670410 0.000000 1939.780396 0.000000 0.251619 0.000000 -0.967826 1.083807 1.083807 1.083807 +4499.633789 0.000000 1944.776123 0.000000 0.317796 0.000000 -0.948159 1.079411 1.079411 1.079411 +4509.056152 0.000000 1948.366699 0.000000 0.699622 0.000000 -0.714513 1.050670 1.050670 1.050670 +4507.549316 0.000000 1951.969238 0.000000 0.245838 0.000000 -0.969311 1.084187 1.084187 1.084187 +4499.523438 0.000000 1943.822144 0.000000 0.833641 0.000000 -0.552306 1.037250 1.037250 1.037250 +4503.680176 0.000000 1943.318848 0.000000 0.422695 0.000000 -0.906272 1.072217 1.072217 1.072217 +4504.705566 0.000000 1946.237671 0.000000 0.415366 0.000000 -0.909654 1.072731 1.072731 1.072731 +4503.744141 0.000000 1948.366943 0.000000 0.860114 0.000000 -0.510102 1.034078 1.034078 1.034078 +4506.578613 0.000000 1949.284546 0.000000 0.663594 0.000000 -0.748093 1.053806 1.053806 1.053806 +4503.173828 0.000000 1945.958252 0.000000 0.062035 0.000000 -0.998074 1.096048 1.096048 1.096048 +4507.946777 0.000000 1949.030151 0.000000 0.092921 0.000000 -0.995673 1.094076 1.094076 1.094076 +4504.548340 0.000000 1951.829102 0.000000 0.578764 0.000000 -0.815495 1.060707 1.060707 1.060707 +4504.111816 0.000000 1938.554565 0.000000 0.440980 0.000000 -0.897517 1.070926 1.070926 1.070926 +4506.823730 0.000000 1950.864624 0.000000 0.189237 0.000000 -0.981931 1.087880 1.087880 1.087880 +4510.517578 0.000000 1941.916626 0.000000 0.833548 0.000000 -0.552447 1.037261 1.037261 1.037261 +4558.007324 0.000000 1951.359009 0.000000 0.026094 0.000000 -0.999659 0.840714 0.840714 0.840714 +4556.773926 0.000000 1954.652832 0.000000 0.797315 0.000000 -0.603564 0.619142 0.619142 0.619142 +4554.416504 0.000000 1952.152954 0.000000 0.626284 0.000000 -0.779595 0.659697 0.659697 0.659697 +4544.049316 0.000000 1946.166260 0.000000 0.692368 0.000000 -0.721545 0.618625 0.618625 0.618625 +4564.561035 0.000000 1971.234131 0.000000 0.631709 0.000000 -0.775206 0.705760 0.705760 0.705760 +4549.044922 0.000000 1951.345459 0.000000 0.228448 0.000000 -0.973556 0.867281 0.867281 0.867281 +4545.515137 0.000000 1949.653809 0.000000 0.469189 0.000000 -0.883098 0.810323 0.810323 0.810323 +4551.807129 0.000000 1953.670410 0.000000 0.563237 0.000000 -0.826295 0.823508 0.823508 0.823508 +4549.747070 0.000000 1953.439697 0.000000 0.784683 0.000000 -0.619897 0.916157 0.916157 0.916157 +4558.090820 0.000000 1964.502563 0.000000 0.687975 0.000000 -0.725734 1.053169 1.053169 1.053169 +4551.085449 0.000000 1974.555054 0.000000 0.404957 0.000000 -0.914336 1.035009 1.035009 1.035009 +4553.744141 0.000000 1972.619507 0.000000 0.155570 0.000000 -0.987825 1.151577 1.151577 1.151577 +4559.688965 0.000000 1970.445068 0.000000 0.018559 0.000000 -0.999828 1.202648 1.202648 1.202648 +4549.068848 0.000000 1974.095093 0.000000 0.002077 0.000000 -0.999998 1.134293 1.134293 1.134293 +4559.381836 0.000000 1976.035400 0.000000 0.844748 0.000000 -0.535165 0.841673 0.841673 0.841673 +4552.403320 0.000000 1971.216309 0.000000 0.588128 0.000000 -0.808768 1.122063 1.122063 1.122063 +4554.929199 0.000000 1959.621826 0.000000 0.733689 0.000000 -0.679486 0.975439 0.975439 0.975439 +4549.709473 0.000000 1973.298218 0.000000 0.845681 0.000000 -0.533689 1.043020 1.043020 1.043020 +4550.803223 0.000000 1973.546265 0.000000 0.012760 0.000000 -0.999919 1.176813 1.176813 1.176813 +4547.727539 0.000000 1954.811646 0.000000 0.192536 0.000000 -0.981290 1.190802 1.190802 1.190802 +4551.080078 0.000000 1971.779541 0.000000 0.285500 0.000000 -0.958379 1.169853 1.169853 1.169853 +4545.447266 0.000000 1952.090698 0.000000 0.725309 0.000000 -0.688424 1.013885 1.013885 1.013885 +4549.456055 0.000000 1975.024658 0.000000 0.807238 0.000000 -0.590226 0.989606 0.989606 0.989606 +4556.804688 0.000000 1968.419556 0.000000 0.455576 0.000000 -0.890197 1.130729 1.130729 1.130729 +4545.426270 0.000000 1964.312134 0.000000 0.260876 0.000000 -0.965372 1.139616 1.139616 1.139616 +4552.579102 0.000000 1956.928101 0.000000 0.792602 0.000000 -0.609739 0.997948 0.997948 0.997948 +4550.282227 0.000000 1958.477295 0.000000 0.768104 0.000000 -0.640325 1.060895 1.060895 1.060895 +4558.662598 0.000000 1975.356934 0.000000 0.800723 0.000000 -0.599034 0.958947 0.958947 0.958947 +4561.119629 0.000000 1968.727417 0.000000 0.562194 0.000000 -0.827006 1.024639 1.024639 1.024639 +4551.164551 0.000000 1969.244751 0.000000 0.219922 0.000000 -0.975517 1.156612 1.156612 1.156612 +4547.472656 0.000000 1961.361938 0.000000 0.680238 0.000000 -0.732992 1.088114 1.088114 1.088114 +4553.775879 0.000000 1966.709595 0.000000 0.853392 0.000000 -0.521269 1.043943 1.043943 1.043943 +4558.631836 0.000000 1966.112915 0.000000 0.805433 0.000000 -0.592687 1.086950 1.086950 1.086950 +4544.029297 0.000000 1972.034180 0.000000 0.018536 0.000000 -0.999828 1.206374 1.206374 1.206374 +4545.719727 0.000000 1961.346436 0.000000 0.214807 0.000000 -0.976656 1.165335 1.165335 1.165335 +4547.235840 0.000000 1969.446777 0.000000 0.416059 0.000000 -0.909338 1.131661 1.131661 1.131661 +4559.476074 0.000000 1968.557251 0.000000 0.162336 0.000000 -0.986735 1.176076 1.176076 1.176076 +4556.220215 0.000000 1973.118530 0.000000 0.530148 0.000000 -0.847905 1.100189 1.100189 1.100189 +4545.182129 0.000000 1958.502808 0.000000 0.816093 0.000000 -0.577921 1.067840 1.067840 1.067840 +4558.654297 0.000000 1968.914795 0.000000 0.539173 0.000000 -0.842195 1.125245 1.125245 1.125245 +4550.438477 0.000000 1967.441895 0.000000 0.221532 0.000000 -0.975153 1.128164 1.128164 1.128164 +4549.883789 0.000000 1954.295532 0.000000 0.849819 0.000000 -0.527075 1.076090 1.076090 1.076090 +4549.330078 0.000000 1959.537842 0.000000 0.059686 0.000000 -0.998217 1.141468 1.141468 1.141468 +4546.178711 0.000000 1962.326416 0.000000 0.387773 0.000000 -0.921755 1.143150 1.143150 1.143150 +4548.878906 0.000000 1965.109253 0.000000 0.009249 0.000000 -0.999957 1.164906 1.164906 1.164906 +4553.061523 0.000000 1959.782104 0.000000 0.361217 0.000000 -0.932482 1.137650 1.137650 1.137650 +4547.000000 0.000000 1956.653076 0.000000 0.519233 0.000000 -0.854633 1.106692 1.106692 1.106692 +4548.148926 0.000000 1960.040894 0.000000 0.219654 0.000000 -0.975578 1.126326 1.126326 1.126326 +4552.895020 0.000000 1964.351685 0.000000 0.526601 0.000000 -0.850113 1.082960 1.082960 1.082960 +4484.948730 0.000000 1977.068237 0.000000 0.655709 0.000000 -0.755014 0.679123 0.679123 0.679123 +4510.716309 0.000000 2023.191162 0.000000 0.768930 0.000000 -0.639332 0.631175 0.631175 0.631175 +4506.529785 0.000000 2032.359985 0.000000 0.842573 0.000000 -0.538583 0.604151 0.604151 0.604151 +4508.161133 0.000000 2025.565186 0.000000 0.468766 0.000000 -0.883323 0.703981 0.703981 0.703981 +4485.351074 0.000000 2015.079102 0.000000 0.608759 0.000000 -0.793355 0.664363 0.664363 0.664363 +4534.403320 0.000000 1996.638916 0.000000 0.707245 0.000000 -0.706969 0.630850 0.630850 0.630850 +4522.415039 0.000000 1996.571289 0.000000 0.371188 0.000000 -0.928558 0.704633 0.704633 0.704633 +4484.140625 0.000000 2018.520996 0.000000 0.687503 0.000000 -0.726182 0.638484 0.638484 0.638484 +4517.265137 0.000000 1996.616699 0.000000 0.388321 0.000000 -0.921524 0.706716 0.706716 0.706716 +4515.595703 0.000000 1997.065063 0.000000 0.123360 0.000000 -0.992362 0.737903 0.737903 0.737903 +4523.954590 0.000000 2000.659180 0.000000 0.705360 0.000000 -0.708849 0.634834 0.634834 0.634834 +4517.508789 0.000000 1992.341431 0.000000 0.628001 0.000000 -0.778212 0.645276 0.645276 0.645276 +4529.135254 0.000000 2003.790039 0.000000 0.184960 0.000000 -0.982746 0.720392 0.720392 0.720392 +4534.485352 0.000000 2002.367310 0.000000 0.015981 0.000000 -0.999872 0.763759 0.763759 0.763759 +4522.712402 0.000000 1998.171509 0.000000 0.832258 0.000000 -0.554388 0.601446 0.601446 0.601446 +4526.867676 0.000000 2007.412720 0.000000 0.795212 0.000000 -0.606331 0.601728 0.601728 0.601728 +4512.608398 0.000000 2008.484375 0.000000 0.252803 0.000000 -0.967518 0.699473 0.699473 0.699473 +4529.393555 0.000000 2000.783691 0.000000 0.119813 0.000000 -0.992796 0.721107 0.721107 0.721107 +4494.213379 0.000000 1978.658081 0.000000 0.139849 0.000000 -0.990173 0.712670 0.712670 0.712670 +4515.030762 0.000000 2000.847534 0.000000 0.541076 0.000000 -0.840974 0.664995 0.664995 0.664995 +4543.116211 0.000000 1996.702881 0.000000 0.593769 0.000000 -0.804636 0.651621 0.651621 0.651621 +4520.074707 0.000000 2009.286011 0.000000 0.854332 0.000000 -0.519727 0.587392 0.587392 0.587392 +4515.506348 0.000000 2008.823242 0.000000 0.286772 0.000000 -0.957999 0.715213 0.715213 0.715213 +4483.093750 0.000000 2007.023071 0.000000 0.842446 0.000000 -0.538781 0.641026 0.641026 0.641026 +4509.948242 0.000000 2018.073486 0.000000 0.308430 0.000000 -0.951247 0.685032 0.685032 0.685032 +4519.243164 0.000000 2027.853394 0.000000 0.009247 0.000000 -0.999957 0.728646 0.728646 0.728646 +4481.498535 0.000000 2004.929932 0.000000 0.855828 0.000000 -0.517260 0.590137 0.590137 0.590137 +4525.193359 0.000000 1997.802856 0.000000 0.801614 0.000000 -0.597842 0.598628 0.598628 0.598628 +4484.081543 0.000000 1996.922974 0.000000 0.396303 0.000000 -0.918120 0.675562 0.675562 0.675562 +4519.743652 0.000000 2012.693481 0.000000 0.554326 0.000000 -0.832299 0.645442 0.645442 0.645442 +4484.993652 0.000000 2001.136230 0.000000 0.363616 0.000000 -0.931549 0.748446 0.748446 0.748446 +4488.904785 0.000000 1983.232788 0.000000 0.654904 0.000000 -0.755712 0.633146 0.633146 0.633146 +4520.301758 0.000000 2017.269897 0.000000 0.825801 0.000000 -0.563962 0.753254 0.753254 0.753254 +4480.042480 0.000000 2010.384277 0.000000 0.403232 0.000000 -0.915098 0.795734 0.795734 0.795734 +4511.169922 0.000000 1990.190796 0.000000 0.187245 0.000000 -0.982313 0.879260 0.879260 0.879260 +4527.984863 0.000000 2010.533447 0.000000 0.782108 0.000000 -0.623143 0.780190 0.780190 0.780190 +4521.821777 0.000000 1991.410156 0.000000 0.290933 0.000000 -0.956743 0.726761 0.726761 0.726761 +4524.330078 0.000000 1995.718018 0.000000 0.185128 0.000000 -0.982714 0.714400 0.714400 0.714400 +4510.868164 0.000000 1997.695312 0.000000 0.193343 0.000000 -0.981131 0.904009 0.904009 0.904009 +4518.524902 0.000000 2024.306519 0.000000 0.576935 0.000000 -0.816790 0.642818 0.642818 0.642818 +4508.231934 0.000000 2018.555908 0.000000 0.355684 0.000000 -0.934606 0.677658 0.677658 0.677658 +4481.515137 0.000000 2006.138184 0.000000 0.704380 0.000000 -0.709823 0.716904 0.716904 0.716904 +4532.968750 0.000000 2008.700806 0.000000 0.538640 0.000000 -0.842536 0.701874 0.701874 0.701874 +4494.511719 0.000000 1987.587524 0.000000 0.184159 0.000000 -0.982896 0.920731 0.920731 0.920731 +4533.900391 0.000000 2028.327881 0.000000 0.305145 0.000000 -0.952306 0.944977 0.944977 0.944977 +4489.453613 0.000000 1989.623413 0.000000 0.199284 0.000000 -0.979942 0.763676 0.763676 0.763676 +4534.086914 0.000000 2021.552246 0.000000 0.250483 0.000000 -0.968121 0.914735 0.914735 0.914735 +4534.847168 0.000000 2019.815063 0.000000 0.042289 0.000000 -0.999105 1.007701 1.007701 1.007701 +4511.121582 0.000000 2008.213379 0.000000 0.467102 0.000000 -0.884203 0.805492 0.805492 0.805492 +4480.860352 0.000000 2032.794678 0.000000 0.288519 0.000000 -0.957474 0.815108 0.815108 0.815108 +4532.617188 0.000000 2030.310181 0.000000 0.632778 0.000000 -0.774333 0.908258 0.908258 0.908258 +4527.663086 0.000000 1994.036377 0.000000 0.285750 0.000000 -0.958304 0.857754 0.857754 0.857754 +4506.672852 0.000000 2015.228516 0.000000 0.427288 0.000000 -0.904116 0.938153 0.938153 0.938153 +4521.492676 0.000000 2027.436890 0.000000 0.852725 0.000000 -0.522359 0.775262 0.775262 0.775262 +4481.670898 0.000000 2026.873779 0.000000 0.857305 0.000000 -0.514809 0.688170 0.688170 0.688170 +4506.768555 0.000000 1991.885498 0.000000 0.613845 0.000000 -0.789426 0.945491 0.945491 0.945491 +4507.824219 0.000000 1989.814697 0.000000 0.653047 0.000000 -0.757318 0.932604 0.932604 0.932604 +4536.008301 0.000000 2019.202515 0.000000 0.590432 0.000000 -0.807088 0.897618 0.897618 0.897618 +4534.610352 0.000000 2026.866333 0.000000 0.054490 0.000000 -0.998514 0.906011 0.906011 0.906011 +4524.773926 0.000000 2012.876221 0.000000 0.813541 0.000000 -0.581508 0.879759 0.879759 0.879759 +4503.105469 0.000000 2021.136475 0.000000 0.251656 0.000000 -0.967817 1.001642 1.001642 1.001642 +4541.398438 0.000000 2019.765991 0.000000 0.306469 0.000000 -0.951881 1.010984 1.010984 1.010984 +4520.188477 0.000000 2014.296143 0.000000 0.102764 0.000000 -0.994706 0.861293 0.861293 0.861293 +4536.213867 0.000000 1988.480347 0.000000 0.202735 0.000000 -0.979234 1.019022 1.019022 1.019022 +4535.218262 0.000000 2029.089600 0.000000 0.575846 0.000000 -0.817558 0.841246 0.841246 0.841246 +4483.149902 0.000000 2022.746460 0.000000 0.832249 0.000000 -0.554402 0.659474 0.659474 0.659474 +4529.195312 0.000000 1977.316040 0.000000 0.275857 0.000000 -0.961199 1.011517 1.011517 1.011517 +4535.347168 0.000000 2033.004395 0.000000 0.352388 0.000000 -0.935854 0.897386 0.897386 0.897386 +4498.265625 0.000000 1979.661743 0.000000 0.703378 0.000000 -0.710816 0.912038 0.912038 0.912038 +4534.497559 0.000000 1990.117065 0.000000 0.629798 0.000000 -0.776759 0.908881 0.908881 0.908881 +4526.890137 0.000000 2013.207886 0.000000 0.776031 0.000000 -0.630695 0.923112 0.923112 0.923112 +4532.629395 0.000000 2019.153320 0.000000 0.861279 0.000000 -0.508133 0.875228 0.875228 0.875228 +4486.282227 0.000000 2023.007568 0.000000 0.711798 0.000000 -0.702385 0.871560 0.871560 0.871560 +4542.400879 0.000000 2016.503784 0.000000 0.353321 0.000000 -0.935502 0.951194 0.951194 0.951194 +4531.501953 0.000000 1977.020020 0.000000 0.392918 0.000000 -0.919573 1.005376 1.005376 1.005376 +4492.067383 0.000000 1977.040161 0.000000 0.032750 0.000000 -0.999464 0.888485 0.888485 0.888485 +4537.725098 0.000000 2009.455688 0.000000 0.068075 0.000000 -0.997680 1.040919 1.040919 1.040919 +4510.069336 0.000000 1990.081299 0.000000 0.862904 0.000000 -0.505367 0.742095 0.742095 0.742095 +4531.956055 0.000000 2022.388062 0.000000 0.763831 0.000000 -0.645417 0.944992 0.944992 0.944992 +4511.979004 0.000000 2006.021118 0.000000 0.458841 0.000000 -0.888518 0.863420 0.863420 0.863420 +4531.716797 0.000000 1979.205200 0.000000 0.117115 0.000000 -0.993118 1.051210 1.051210 1.051210 +4490.479980 0.000000 2005.102783 0.000000 0.193971 0.000000 -0.981007 1.083079 1.083079 1.083079 +4530.433594 0.000000 2014.711670 0.000000 0.238356 0.000000 -0.971178 1.093203 1.093203 1.093203 +4522.652344 0.000000 2016.605835 0.000000 0.854300 0.000000 -0.519780 0.925054 0.925054 0.925054 +4508.949219 0.000000 1997.658203 0.000000 0.387117 0.000000 -0.922031 1.029106 1.029106 1.029106 +4498.778809 0.000000 1983.972412 0.000000 0.847930 0.000000 -0.530108 0.888964 0.888964 0.888964 +4529.364258 0.000000 1979.242432 0.000000 0.267802 0.000000 -0.963474 1.044672 1.044672 1.044672 +4521.375000 0.000000 2030.996094 0.000000 0.838644 0.000000 -0.544679 0.867732 0.867732 0.867732 +4524.467773 0.000000 1984.958374 0.000000 0.025061 0.000000 -0.999686 1.074913 1.074913 1.074913 +4535.381348 0.000000 1990.979980 0.000000 0.475370 0.000000 -0.879786 0.939014 0.939014 0.939014 +4521.344238 0.000000 2026.380981 0.000000 0.715675 0.000000 -0.698434 0.811463 0.811463 0.811463 +4503.599609 0.000000 2023.839844 0.000000 0.515234 0.000000 -0.857050 0.857989 0.857989 0.857989 +4529.862305 0.000000 1978.154907 0.000000 0.600743 0.000000 -0.799442 0.985375 0.985375 0.985375 +4537.960449 0.000000 2023.180908 0.000000 0.812627 0.000000 -0.582784 0.721469 0.721469 0.721469 +4539.452148 0.000000 2016.842651 0.000000 0.340615 0.000000 -0.940203 0.981915 0.981915 0.981915 +4511.664551 0.000000 1988.672241 0.000000 0.064795 0.000000 -0.997899 0.940248 0.940248 0.940248 +4521.046387 0.000000 1977.277832 0.000000 0.246218 0.000000 -0.969214 1.113085 1.113085 1.113085 +4529.758301 0.000000 1989.204590 0.000000 0.605087 0.000000 -0.796160 0.933081 0.933081 0.933081 +4539.046387 0.000000 2011.136841 0.000000 0.710975 0.000000 -0.703218 0.989790 0.989790 0.989790 +4509.912109 0.000000 1997.246094 0.000000 0.618338 0.000000 -0.785912 0.986449 0.986449 0.986449 +4520.788086 0.000000 2016.340576 0.000000 0.404506 0.000000 -0.914535 0.842568 0.842568 0.842568 +4505.039551 0.000000 1985.580566 0.000000 0.415211 0.000000 -0.909725 1.135880 1.135880 1.135880 +4533.817871 0.000000 1978.003540 0.000000 0.620782 0.000000 -0.783983 0.990544 0.990544 0.990544 +4503.759277 0.000000 1985.372070 0.000000 0.139131 0.000000 -0.990274 1.137909 1.137909 1.137909 +4541.388184 0.000000 2016.768066 0.000000 0.795580 0.000000 -0.605849 0.889450 0.889450 0.889450 +4506.429199 0.000000 2011.440918 0.000000 0.540965 0.000000 -0.841045 1.033080 1.033080 1.033080 +4500.864746 0.000000 2030.119751 0.000000 0.143593 0.000000 -0.989637 1.165271 1.165271 1.165271 +4538.104004 0.000000 1989.007324 0.000000 0.409771 0.000000 -0.912189 0.857017 0.857017 0.857017 +4524.757812 0.000000 1986.733887 0.000000 0.427641 0.000000 -0.903948 0.961956 0.961956 0.961956 +4537.844727 0.000000 2011.382935 0.000000 0.550664 0.000000 -0.834727 0.943858 0.943858 0.943858 +4531.003906 0.000000 1980.596802 0.000000 0.541048 0.000000 -0.840991 0.987750 0.987750 0.987750 +4517.770020 0.000000 1981.955688 0.000000 0.031783 0.000000 -0.999495 1.211883 1.211883 1.211883 +4542.448730 0.000000 1977.478149 0.000000 0.368587 0.000000 -0.929593 1.167130 1.167130 1.167130 +4502.346191 0.000000 2020.218140 0.000000 0.188048 0.000000 -0.982160 1.012166 1.012166 1.012166 +4497.086914 0.000000 1986.121216 0.000000 0.164999 0.000000 -0.986294 1.011286 1.011286 1.011286 +4501.127930 0.000000 2031.133545 0.000000 0.809005 0.000000 -0.587802 1.048100 1.048100 1.048100 +4533.111816 0.000000 2025.744873 0.000000 0.655223 0.000000 -0.755436 0.864613 0.864613 0.864613 +4540.393066 0.000000 2001.728638 0.000000 0.838393 0.000000 -0.545067 0.819147 0.819147 0.819147 +4536.537109 0.000000 1987.395142 0.000000 0.448565 0.000000 -0.893750 1.084422 1.084422 1.084422 +4496.272461 0.000000 2011.508545 0.000000 0.780422 0.000000 -0.625253 1.081496 1.081496 1.081496 +4491.583496 0.000000 2003.539551 0.000000 0.687816 0.000000 -0.725885 1.109522 1.109522 1.109522 +4501.314941 0.000000 1993.469971 0.000000 0.339433 0.000000 -0.940630 1.171497 1.171497 1.171497 +4530.309082 0.000000 2012.765625 0.000000 0.146289 0.000000 -0.989242 1.037418 1.037418 1.037418 +4498.751953 0.000000 1991.017578 0.000000 0.860610 0.000000 -0.509265 1.074836 1.074836 1.074836 +4500.845703 0.000000 2022.430664 0.000000 0.797946 0.000000 -0.602729 0.964323 0.964323 0.964323 +4537.850098 0.000000 2004.542725 0.000000 0.087568 0.000000 -0.996159 0.946599 0.946599 0.946599 +4491.444824 0.000000 1991.102417 0.000000 0.676841 0.000000 -0.736129 1.015354 1.015354 1.015354 +4508.289062 0.000000 2001.156860 0.000000 0.399433 0.000000 -0.916763 1.101122 1.101122 1.101122 +4536.491211 0.000000 1977.782593 0.000000 0.599594 0.000000 -0.800305 1.066175 1.066175 1.066175 +4541.034180 0.000000 2021.970825 0.000000 0.573521 0.000000 -0.819191 1.031441 1.031441 1.031441 +4501.486816 0.000000 2028.207275 0.000000 0.735504 0.000000 -0.677520 1.082629 1.082629 1.082629 +4494.206543 0.000000 1988.879761 0.000000 0.847737 0.000000 -0.530417 1.006080 1.006080 1.006080 +4492.740234 0.000000 1989.508057 0.000000 0.632163 0.000000 -0.774835 0.974417 0.974417 0.974417 +4506.146973 0.000000 1993.082520 0.000000 0.355063 0.000000 -0.934842 1.043521 1.043521 1.043521 +4539.354492 0.000000 2031.381348 0.000000 0.672332 0.000000 -0.740249 1.110487 1.110487 1.110487 +4531.106445 0.000000 1993.821411 0.000000 0.431073 0.000000 -0.902317 1.057083 1.057083 1.057083 +4514.215820 0.000000 1987.746216 0.000000 0.503611 0.000000 -0.863930 0.914478 0.914478 0.914478 +4520.988770 0.000000 2029.660522 0.000000 0.357859 0.000000 -0.933775 0.931028 0.931028 0.931028 +4489.223633 0.000000 2005.353516 0.000000 0.233046 0.000000 -0.972466 0.971626 0.971626 0.971626 +4533.109375 0.000000 2021.228149 0.000000 0.742038 0.000000 -0.670358 0.926765 0.926765 0.926765 +4542.947754 0.000000 2010.604858 0.000000 0.792657 0.000000 -0.609667 0.961048 0.961048 0.961048 +4498.564453 0.000000 2014.045166 0.000000 0.792134 0.000000 -0.610347 1.076213 1.076213 1.076213 +4486.627441 0.000000 2026.764404 0.000000 0.693997 0.000000 -0.719978 1.105349 1.105349 1.105349 +4532.064941 0.000000 1984.813721 0.000000 0.529570 0.000000 -0.848266 1.008201 1.008201 1.008201 +4534.026367 0.000000 1981.863403 0.000000 0.765674 0.000000 -0.643229 1.045099 1.045099 1.045099 +4503.120117 0.000000 2014.570923 0.000000 0.830362 0.000000 -0.557225 1.071270 1.071270 1.071270 +4508.714355 0.000000 1999.574097 0.000000 0.719344 0.000000 -0.694654 1.001614 1.001614 1.001614 +4495.065918 0.000000 2011.025391 0.000000 0.280563 0.000000 -0.959836 1.060339 1.060339 1.060339 +4514.542969 0.000000 1984.703857 0.000000 0.324473 0.000000 -0.945895 1.070636 1.070636 1.070636 +4485.456055 0.000000 2031.509033 0.000000 0.617348 0.000000 -0.786691 1.105808 1.105808 1.105808 +4538.613770 0.000000 2029.912354 0.000000 0.862769 0.000000 -0.505599 1.069476 1.069476 1.069476 +4486.509766 0.000000 2031.800781 0.000000 0.714577 0.000000 -0.699556 1.079498 1.079498 1.079498 +4533.367188 0.000000 2023.242798 0.000000 0.373008 0.000000 -0.927828 0.981010 0.981010 0.981010 +4499.924316 0.000000 1994.760986 0.000000 0.194372 0.000000 -0.980928 1.128745 1.128745 1.128745 +4489.816895 0.000000 2002.466431 0.000000 0.274508 0.000000 -0.961585 1.052486 1.052486 1.052486 +4496.493164 0.000000 2007.055420 0.000000 0.532706 0.000000 -0.846300 1.138294 1.138294 1.138294 +4496.604004 0.000000 2020.610840 0.000000 0.784327 0.000000 -0.620348 1.091719 1.091719 1.091719 +4503.241699 0.000000 1980.541016 0.000000 0.209900 0.000000 -0.977723 1.176129 1.176129 1.176129 +4539.962891 0.000000 2014.528564 0.000000 0.351123 0.000000 -0.936329 0.998771 0.998771 0.998771 +4528.280762 0.000000 1977.547119 0.000000 0.117231 0.000000 -0.993105 1.037558 1.037558 1.037558 +4490.592285 0.000000 2004.133789 0.000000 0.230569 0.000000 -0.973056 1.077213 1.077213 1.077213 +4508.227539 0.000000 1976.995728 0.000000 0.470175 0.000000 -0.882573 1.119049 1.119049 1.119049 +4526.978027 0.000000 1982.546021 0.000000 0.568783 0.000000 -0.822487 1.014389 1.014389 1.014389 +4526.308594 0.000000 2018.090454 0.000000 0.713855 0.000000 -0.700293 1.038839 1.038839 1.038839 +4502.068359 0.000000 1991.680542 0.000000 0.705859 0.000000 -0.708352 0.986344 0.986344 0.986344 +4506.547852 0.000000 1979.729126 0.000000 0.350130 0.000000 -0.936701 1.113570 1.113570 1.113570 +4540.675293 0.000000 2031.540039 0.000000 0.450521 0.000000 -0.892766 1.085124 1.085124 1.085124 +4494.938965 0.000000 2008.183228 0.000000 0.028381 0.000000 -0.999597 1.138485 1.138485 1.138485 +4500.944824 0.000000 2010.237427 0.000000 0.698632 0.000000 -0.715481 1.079422 1.079422 1.079422 +4526.421387 0.000000 1976.988159 0.000000 0.769560 0.000000 -0.638575 0.924747 0.924747 0.924747 +4528.166992 0.000000 1987.760132 0.000000 0.735395 0.000000 -0.677638 0.933066 0.933066 0.933066 +4505.506836 0.000000 1982.229858 0.000000 0.214213 0.000000 -0.976787 1.163380 1.163380 1.163380 +4496.047852 0.000000 2016.120605 0.000000 0.251574 0.000000 -0.967838 1.161032 1.161032 1.161032 +4505.756836 0.000000 1977.098267 0.000000 0.612912 0.000000 -0.790151 1.111223 1.111223 1.111223 +4501.932129 0.000000 1984.660034 0.000000 0.690471 0.000000 -0.723360 0.980538 0.980538 0.980538 +4489.775879 0.000000 2023.193970 0.000000 0.736472 0.000000 -0.676468 0.988590 0.988590 0.988590 +4505.470215 0.000000 2002.814087 0.000000 0.767427 0.000000 -0.641136 1.062030 1.062030 1.062030 +4541.623047 0.000000 1979.237183 0.000000 0.182096 0.000000 -0.983281 1.154859 1.154859 1.154859 +4524.463379 0.000000 1981.031250 0.000000 0.201179 0.000000 -0.979554 1.073218 1.073218 1.073218 +4531.744141 0.000000 2033.013306 0.000000 0.447513 0.000000 -0.894278 1.101592 1.101592 1.101592 +4509.536133 0.000000 2007.748291 0.000000 0.749009 0.000000 -0.662559 0.981069 0.981069 0.981069 +4491.714844 0.000000 1993.837158 0.000000 0.669842 0.000000 -0.742504 1.107172 1.107172 1.107172 +4500.910645 0.000000 1991.911011 0.000000 0.432540 0.000000 -0.901615 1.087131 1.087131 1.087131 +4539.009277 0.000000 2028.211670 0.000000 0.755529 0.000000 -0.655116 1.093627 1.093627 1.093627 +4532.597656 0.000000 1979.512085 0.000000 0.068520 0.000000 -0.997650 1.085620 1.085620 1.085620 +4543.875000 0.000000 1979.346924 0.000000 0.479626 0.000000 -0.877473 1.143525 1.143525 1.143525 +4502.378418 0.000000 1998.741089 0.000000 0.568024 0.000000 -0.823012 1.110775 1.110775 1.110775 +4543.416016 0.000000 2023.760132 0.000000 0.724951 0.000000 -0.688801 1.085932 1.085932 1.085932 +4498.325195 0.000000 2028.352295 0.000000 0.008890 0.000000 -0.999960 1.106453 1.106453 1.106453 +4494.631836 0.000000 2022.597290 0.000000 0.242335 0.000000 -0.970193 1.138047 1.138047 1.138047 +4492.830078 0.000000 2023.047119 0.000000 0.496310 0.000000 -0.868145 1.112613 1.112613 1.112613 +4514.001465 0.000000 1980.463745 0.000000 0.396381 0.000000 -0.918086 1.154205 1.154205 1.154205 +4490.577148 0.000000 2030.591797 0.000000 0.484278 0.000000 -0.874914 1.067816 1.067816 1.067816 +4508.412109 0.000000 2002.825684 0.000000 0.423115 0.000000 -0.906076 1.105640 1.105640 1.105640 +4543.422852 0.000000 2025.419678 0.000000 0.366852 0.000000 -0.930279 1.076087 1.076087 1.076087 +4535.095703 0.000000 1983.213135 0.000000 0.189014 0.000000 -0.981974 1.142491 1.142491 1.142491 +4499.773926 0.000000 2020.893555 0.000000 0.851002 0.000000 -0.525162 1.077438 1.077438 1.077438 +4505.402832 0.000000 2006.840332 0.000000 0.725318 0.000000 -0.688414 1.072223 1.072223 1.072223 +4493.396973 0.000000 2000.587769 0.000000 0.301159 0.000000 -0.953574 1.091894 1.091894 1.091894 +4501.257324 0.000000 2019.751953 0.000000 0.094236 0.000000 -0.995550 1.195724 1.195724 1.195724 +4488.070801 0.000000 2000.977173 0.000000 0.105298 0.000000 -0.994441 1.138994 1.138994 1.138994 +4496.302246 0.000000 2019.252197 0.000000 0.265936 0.000000 -0.963991 1.174570 1.174570 1.174570 +4491.493652 0.000000 2031.922974 0.000000 0.798685 0.000000 -0.601750 1.041106 1.041106 1.041106 +4500.914551 0.000000 1980.405151 0.000000 0.587247 0.000000 -0.809408 1.055388 1.055388 1.055388 +4521.702637 0.000000 1980.156982 0.000000 0.785913 0.000000 -0.618337 1.031351 1.031351 1.031351 +4493.807617 0.000000 1995.013672 0.000000 0.300587 0.000000 -0.953754 1.080563 1.080563 1.080563 +4494.756348 0.000000 1994.773438 0.000000 0.659432 0.000000 -0.751764 1.054159 1.054159 1.054159 +4494.078125 0.000000 2030.719238 0.000000 0.610317 0.000000 -0.792157 1.058208 1.058208 1.058208 +4496.566406 0.000000 2008.136108 0.000000 0.697235 0.000000 -0.716843 1.111942 1.111942 1.111942 +4522.893066 0.000000 2031.908813 0.000000 0.515715 0.000000 -0.856760 1.127722 1.127722 1.127722 +4530.770508 0.000000 2029.895630 0.000000 0.374169 0.000000 -0.927361 1.109439 1.109439 1.109439 +4490.227051 0.000000 1992.753296 0.000000 0.804677 0.000000 -0.593713 1.081412 1.081412 1.081412 +4495.359863 0.000000 1990.891724 0.000000 0.650501 0.000000 -0.759506 1.091089 1.091089 1.091089 +4524.896973 0.000000 2025.364990 0.000000 0.274529 0.000000 -0.961579 1.108619 1.108619 1.108619 +4540.598145 0.000000 1981.715088 0.000000 0.822516 0.000000 -0.568742 1.058451 1.058451 1.058451 +4498.353516 0.000000 1996.832886 0.000000 0.424078 0.000000 -0.905626 1.089089 1.089089 1.089089 +4507.044922 0.000000 1997.533447 0.000000 0.844389 0.000000 -0.535731 1.043373 1.043373 1.043373 +4500.250488 0.000000 2028.554810 0.000000 0.646637 0.000000 -0.762798 1.100368 1.100368 1.100368 +4495.476074 0.000000 2025.041626 0.000000 0.175308 0.000000 -0.984514 1.088782 1.088782 1.088782 +4539.421387 0.000000 2008.837036 0.000000 0.493951 0.000000 -0.869490 1.118937 1.118937 1.118937 +4501.483887 0.000000 2008.687744 0.000000 0.549883 0.000000 -0.835242 1.089589 1.089589 1.089589 +4518.294434 0.000000 1982.891846 0.000000 0.665398 0.000000 -0.746489 1.044538 1.044538 1.044538 +4502.437012 0.000000 2009.348145 0.000000 0.517972 0.000000 -0.855398 1.080711 1.080711 1.080711 +4499.035156 0.000000 1997.372314 0.000000 0.454515 0.000000 -0.890739 1.086424 1.086424 1.086424 +4501.793945 0.000000 2013.598511 0.000000 0.076043 0.000000 -0.997105 1.155605 1.155605 1.155605 +4510.970703 0.000000 1978.779907 0.000000 0.526367 0.000000 -0.850258 1.098208 1.098208 1.098208 +4489.230957 0.000000 2032.779785 0.000000 0.084175 0.000000 -0.996451 1.107995 1.107995 1.107995 +4509.943359 0.000000 1983.060791 0.000000 0.076927 0.000000 -0.997037 1.151038 1.151038 1.151038 +4495.457031 0.000000 1997.984497 0.000000 0.205005 0.000000 -0.978761 1.086856 1.086856 1.086856 +4541.234863 0.000000 2025.648071 0.000000 0.863394 0.000000 -0.504530 1.058224 1.058224 1.058224 +4498.979004 0.000000 2001.704956 0.000000 0.625537 0.000000 -0.780195 1.087810 1.087810 1.087810 +4502.411621 0.000000 1980.797729 0.000000 0.587264 0.000000 -0.809396 1.122201 1.122201 1.122201 +4504.856934 0.000000 2005.854248 0.000000 0.100220 0.000000 -0.994965 1.124445 1.124445 1.124445 +4494.654297 0.000000 2025.399170 0.000000 0.809740 0.000000 -0.586789 1.039922 1.039922 1.039922 +4499.120117 0.000000 1994.122070 0.000000 0.738153 0.000000 -0.674633 1.069323 1.069323 1.069323 +4499.537598 0.000000 2032.072144 0.000000 0.594224 0.000000 -0.804299 1.070690 1.070690 1.070690 +4495.791992 0.000000 1996.932617 0.000000 0.394488 0.000000 -0.918901 1.074184 1.074184 1.074184 +4505.430664 0.000000 1999.432495 0.000000 0.519704 0.000000 -0.854346 1.125047 1.125047 1.125047 +4502.942383 0.000000 1982.311523 0.000000 0.391783 0.000000 -0.920058 1.159655 1.159655 1.159655 +4497.055176 0.000000 2024.043091 0.000000 0.531119 0.000000 -0.847297 1.064354 1.064354 1.064354 +4496.362305 0.000000 2014.490967 0.000000 0.228820 0.000000 -0.973469 1.185659 1.185659 1.185659 +4507.628418 0.000000 1984.102783 0.000000 0.626204 0.000000 -0.779660 1.122549 1.122549 1.122549 +4505.665527 0.000000 2008.326050 0.000000 0.553624 0.000000 -0.832767 1.108346 1.108346 1.108346 +4497.493652 0.000000 2012.483276 0.000000 0.580706 0.000000 -0.814113 1.133222 1.133222 1.133222 +4541.895020 0.000000 2029.036011 0.000000 0.519081 0.000000 -0.854725 1.074467 1.074467 1.074467 +4498.341797 0.000000 1994.504517 0.000000 0.219321 0.000000 -0.975653 1.126358 1.126358 1.126358 +4496.993652 0.000000 2013.403320 0.000000 0.669918 0.000000 -0.742435 1.117185 1.117185 1.117185 +4537.492676 0.000000 1981.843628 0.000000 0.341022 0.000000 -0.940055 1.167341 1.167341 1.167341 +4502.214844 0.000000 1981.645752 0.000000 0.827849 0.000000 -0.560951 1.077164 1.077164 1.077164 +4542.619629 0.000000 2005.355103 0.000000 0.562960 0.000000 -0.826484 1.089620 1.089620 1.089620 +4495.677246 0.000000 2001.334106 0.000000 0.773605 0.000000 -0.633668 1.046774 1.046774 1.046774 +4497.146484 0.000000 2004.234253 0.000000 0.119613 0.000000 -0.992821 1.190167 1.190167 1.190167 +4514.658203 0.000000 1979.721313 0.000000 0.102954 0.000000 -0.994686 1.183571 1.183571 1.183571 +4503.729492 0.000000 2007.123657 0.000000 0.703835 0.000000 -0.710364 1.057394 1.057394 1.057394 +4511.133301 0.000000 1976.987183 0.000000 0.816733 0.000000 -0.577016 1.064033 1.064033 1.064033 +4542.096680 0.000000 2022.770630 0.000000 0.391460 0.000000 -0.920195 1.132159 1.132159 1.132159 +4498.499512 0.000000 2004.974365 0.000000 0.170829 0.000000 -0.985301 1.149849 1.149849 1.149849 +4497.705078 0.000000 1993.879883 0.000000 0.583017 0.000000 -0.812460 1.071739 1.071739 1.071739 +4498.187500 0.000000 2001.213013 0.000000 0.348820 0.000000 -0.937190 1.119158 1.119158 1.119158 +4498.520996 0.000000 2024.939331 0.000000 0.843054 0.000000 -0.537828 1.057416 1.057416 1.057416 +4490.843262 0.000000 2026.040771 0.000000 0.412776 0.000000 -0.910833 1.072912 1.072912 1.072912 +4496.570312 0.000000 2002.939941 0.000000 0.662984 0.000000 -0.748634 1.089341 1.089341 1.089341 +4490.244629 0.000000 2026.595093 0.000000 0.369971 0.000000 -0.929043 1.075873 1.075873 1.075873 +4505.561035 0.000000 2004.614746 0.000000 0.625095 0.000000 -0.780549 1.075793 1.075793 1.075793 +4496.749023 0.000000 2031.654541 0.000000 0.053126 0.000000 -0.998588 1.096616 1.096616 1.096616 +4492.335449 0.000000 1996.450439 0.000000 0.503159 0.000000 -0.864194 1.066434 1.066434 1.066434 +4501.999512 0.000000 1996.551025 0.000000 0.547187 0.000000 -0.837011 1.097309 1.097309 1.097309 +4497.886230 0.000000 1998.459106 0.000000 0.095486 0.000000 -0.995431 1.098331 1.098331 1.098331 +4540.342773 0.000000 2029.834717 0.000000 0.131420 0.000000 -0.991327 1.104542 1.104542 1.104542 +4501.313477 0.000000 2000.502441 0.000000 0.305129 0.000000 -0.952311 1.118029 1.118029 1.118029 +4542.297852 0.000000 2026.585449 0.000000 0.648703 0.000000 -0.761041 1.055062 1.055062 1.055062 +4525.560547 0.000000 2032.417603 0.000000 0.628685 0.000000 -0.777660 1.056719 1.056719 1.056719 +4496.187500 0.000000 2026.334961 0.000000 0.807665 0.000000 -0.589642 1.040146 1.040146 1.040146 +4543.749512 0.000000 2024.667847 0.000000 0.510856 0.000000 -0.859666 1.065866 1.065866 1.065866 +4556.552734 0.000000 2003.147217 0.000000 0.371272 0.000000 -0.928524 0.759896 0.759896 0.759896 +4584.763184 0.000000 1992.075317 0.000000 0.326186 0.000000 -0.945306 0.768545 0.768545 0.768545 +4584.015625 0.000000 1984.581665 0.000000 0.846014 0.000000 -0.533161 0.620664 0.620664 0.620664 +4584.974609 0.000000 1988.474731 0.000000 0.756129 0.000000 -0.654422 0.652015 0.652015 0.652015 +4555.486816 0.000000 1985.512695 0.000000 0.706304 0.000000 -0.707909 0.662293 0.662293 0.662293 +4580.029297 0.000000 1995.505859 0.000000 0.254600 0.000000 -0.967046 0.773950 0.773950 0.773950 +4554.329590 0.000000 2001.657715 0.000000 0.112766 0.000000 -0.993622 0.792065 0.792065 0.792065 +4560.098633 0.000000 1986.712646 0.000000 0.601435 0.000000 -0.798922 0.674331 0.674331 0.674331 +4554.704590 0.000000 1999.695679 0.000000 0.397514 0.000000 -0.917596 0.708434 0.708434 0.708434 +4547.095703 0.000000 1992.403198 0.000000 0.403683 0.000000 -0.914899 0.718475 0.718475 0.718475 +4580.560547 0.000000 1991.008911 0.000000 0.008489 0.000000 -0.999964 0.779072 0.779072 0.779072 +4551.699707 0.000000 1992.807983 0.000000 0.598012 0.000000 -0.801487 0.666781 0.666781 0.666781 +4568.779785 0.000000 1981.489746 0.000000 0.560741 0.000000 -0.827991 0.680099 0.680099 0.680099 +4563.835449 0.000000 1997.840210 0.000000 0.359731 0.000000 -0.933056 0.709452 0.709452 0.709452 +4544.233887 0.000000 1990.396362 0.000000 0.218079 0.000000 -0.975931 0.742329 0.742329 0.742329 +4552.993164 0.000000 1980.079834 0.000000 0.517469 0.000000 -0.855702 0.675743 0.675743 0.675743 +4547.049316 0.000000 1989.223999 0.000000 0.254601 0.000000 -0.967046 0.732636 0.732636 0.732636 +4565.555664 0.000000 1981.038208 0.000000 0.235547 0.000000 -0.971863 0.728130 0.728130 0.728130 +4561.817871 0.000000 1996.114258 0.000000 0.554839 0.000000 -0.831958 0.666693 0.666693 0.666693 +4546.209961 0.000000 1987.727905 0.000000 0.009645 0.000000 -0.999954 0.754311 0.754311 0.754311 +4564.029785 0.000000 1980.879883 0.000000 0.638779 0.000000 -0.769390 0.650240 0.650240 0.650240 +4546.970703 0.000000 1986.400757 0.000000 0.620012 0.000000 -0.784593 0.646942 0.646942 0.646942 +4550.164062 0.000000 2005.522827 0.000000 0.437640 0.000000 -0.899150 0.692140 0.692140 0.692140 +4556.289551 0.000000 1990.400513 0.000000 0.826089 0.000000 -0.563540 0.598419 0.598419 0.598419 +4561.469238 0.000000 1994.691528 0.000000 0.522267 0.000000 -0.852782 0.652599 0.652599 0.652599 +4553.352539 0.000000 1978.562744 0.000000 0.444324 0.000000 -0.895866 0.663416 0.663416 0.663416 +4576.868164 0.000000 1993.324585 0.000000 0.239798 0.000000 -0.970823 0.706132 0.706132 0.706132 +4557.735352 0.000000 1992.621216 0.000000 0.765771 0.000000 -0.643113 0.604377 0.604377 0.604377 +4567.035156 0.000000 1987.390259 0.000000 0.134261 0.000000 -0.990946 0.736096 0.736096 0.736096 +4568.874512 0.000000 1994.968262 0.000000 0.382279 0.000000 -0.924047 0.688452 0.688452 0.688452 +4564.179199 0.000000 1978.230225 0.000000 0.449605 0.000000 -0.893227 0.666683 0.666683 0.666683 +4571.236816 0.000000 1994.440063 0.000000 0.613063 0.000000 -0.790034 0.644286 0.644286 0.644286 +4559.028809 0.000000 1990.058960 0.000000 0.609510 0.000000 -0.792779 0.646369 0.646369 0.646369 +4548.081543 0.000000 1996.922974 0.000000 0.518655 0.000000 -0.854984 0.689032 0.689032 0.689032 +4549.597168 0.000000 2003.839844 0.000000 0.150478 0.000000 -0.988613 0.804774 0.804774 0.804774 +4578.554688 0.000000 1986.667236 0.000000 0.860430 0.000000 -0.509568 0.692308 0.692308 0.692308 +4546.773438 0.000000 1982.994507 0.000000 0.507602 0.000000 -0.861592 0.823913 0.823913 0.823913 +4554.511230 0.000000 1995.643921 0.000000 0.770841 0.000000 -0.637028 0.617207 0.617207 0.617207 +4574.669434 0.000000 1992.569580 0.000000 0.149634 0.000000 -0.988741 0.826830 0.826830 0.826830 +4547.154785 0.000000 1997.705078 0.000000 0.640665 0.000000 -0.767821 0.693293 0.693293 0.693293 +4570.768555 0.000000 1991.885498 0.000000 0.505564 0.000000 -0.862789 0.971237 0.971237 0.971237 +4562.265625 0.000000 1979.661743 0.000000 0.385491 0.000000 -0.922712 0.755744 0.755744 0.755744 +4544.361816 0.000000 1998.589111 0.000000 0.121799 0.000000 -0.992555 1.013664 1.013664 1.013664 +4547.692383 0.000000 2010.254150 0.000000 0.271889 0.000000 -0.962329 0.817851 0.817851 0.817851 +4562.082520 0.000000 1977.015381 0.000000 0.365879 0.000000 -0.930662 0.939356 0.939356 0.939356 +4572.025391 0.000000 1983.323975 0.000000 0.747691 0.000000 -0.664047 0.712213 0.712213 0.712213 +4551.012695 0.000000 1978.043945 0.000000 0.833680 0.000000 -0.552247 0.705377 0.705377 0.705377 +4546.420898 0.000000 2020.669434 0.000000 0.204023 0.000000 -0.978966 1.041641 1.041641 1.041641 +4573.493652 0.000000 1984.310913 0.000000 0.150360 0.000000 -0.988631 1.094315 1.094315 1.094315 +4546.595215 0.000000 2004.589355 0.000000 0.639203 0.000000 -0.769038 0.982196 0.982196 0.982196 +4544.148438 0.000000 2006.477051 0.000000 0.603277 0.000000 -0.797532 1.047947 1.047947 1.047947 +4568.788574 0.000000 1991.065430 0.000000 0.382358 0.000000 -0.924014 0.861837 0.861837 0.861837 +4545.867188 0.000000 2022.325073 0.000000 0.752357 0.000000 -0.658755 1.092105 1.092105 1.092105 +4545.447266 0.000000 2008.575073 0.000000 0.502712 0.000000 -0.864454 1.013161 1.013161 1.013161 +4545.727051 0.000000 1998.934326 0.000000 0.147287 0.000000 -0.989094 1.009505 1.009505 1.009505 +4547.990234 0.000000 2026.837158 0.000000 0.028687 0.000000 -0.999588 1.185952 1.185952 1.185952 +4546.271484 0.000000 1979.759399 0.000000 0.599677 0.000000 -0.800242 1.008411 1.008411 1.008411 +4544.969238 0.000000 2023.037964 0.000000 0.505018 0.000000 -0.863109 1.133374 1.133374 1.133374 +4546.881836 0.000000 2002.652466 0.000000 0.468037 0.000000 -0.883709 1.050656 1.050656 1.050656 +4546.526855 0.000000 1977.853760 0.000000 0.525613 0.000000 -0.850724 1.066691 1.066691 1.066691 +4577.317871 0.000000 1989.526123 0.000000 0.008246 0.000000 -0.999966 1.200387 1.200387 1.200387 +4546.305176 0.000000 2031.256470 0.000000 0.361914 0.000000 -0.932212 1.115986 1.115986 1.115986 +4546.894043 0.000000 2029.813354 0.000000 0.624148 0.000000 -0.781306 1.090671 1.090671 1.090671 +4546.389160 0.000000 2028.668945 0.000000 0.786502 0.000000 -0.617588 1.067306 1.067306 1.067306 +4544.034180 0.000000 2032.884888 0.000000 0.290045 0.000000 -0.957013 1.081266 1.081266 1.081266 +4547.720215 0.000000 2031.148193 0.000000 0.138024 0.000000 -0.990429 1.138386 1.138386 1.138386 +4547.962402 0.000000 2032.076172 0.000000 0.645708 0.000000 -0.763584 1.080040 1.080040 1.080040 +4472.346680 0.000000 2055.638428 0.000000 0.692140 0.000000 -0.721763 0.664569 0.664569 0.664569 +4444.928223 0.000000 2051.317627 0.000000 0.219247 0.000000 -0.975669 0.768399 0.768399 0.768399 +4473.678223 0.000000 2048.559082 0.000000 0.440097 0.000000 -0.897950 0.709208 0.709208 0.709208 +4464.943848 0.000000 2045.026001 0.000000 0.361341 0.000000 -0.932434 0.719046 0.719046 0.719046 +4475.262207 0.000000 2055.573486 0.000000 0.787429 0.000000 -0.616405 0.617147 0.617147 0.617147 +4461.674805 0.000000 2046.440918 0.000000 0.563789 0.000000 -0.825919 0.672868 0.672868 0.672868 +4448.131348 0.000000 2038.556885 0.000000 0.784492 0.000000 -0.620139 0.616482 0.616482 0.616482 +4447.750977 0.000000 2040.020508 0.000000 0.274300 0.000000 -0.961644 0.700935 0.700935 0.700935 +4445.510254 0.000000 2047.500488 0.000000 0.856763 0.000000 -0.515711 0.585424 0.585424 0.585424 +4477.256836 0.000000 2038.802246 0.000000 0.152174 0.000000 -0.988354 0.793421 0.793421 0.793421 +4464.351074 0.000000 2042.346313 0.000000 0.090362 0.000000 -0.995909 0.725621 0.725621 0.725621 +4477.505859 0.000000 2041.513916 0.000000 0.688140 0.000000 -0.725578 0.629772 0.629772 0.629772 +4475.996582 0.000000 2040.706421 0.000000 0.407229 0.000000 -0.913326 0.773692 0.773692 0.773692 +4456.166504 0.000000 2046.043579 0.000000 0.574594 0.000000 -0.818439 0.651466 0.651466 0.651466 +4460.736816 0.000000 2036.259521 0.000000 0.583116 0.000000 -0.812389 0.804294 0.804294 0.804294 +4458.844238 0.000000 2042.337402 0.000000 0.308374 0.000000 -0.951265 0.757486 0.757486 0.757486 +4476.125488 0.000000 2044.332031 0.000000 0.210681 0.000000 -0.977555 0.716333 0.716333 0.716333 +4457.849121 0.000000 2044.109619 0.000000 0.571346 0.000000 -0.820710 0.806610 0.806610 0.806610 +4470.206543 0.000000 2040.853149 0.000000 0.395416 0.000000 -0.918502 0.934168 0.934168 0.934168 +4479.956055 0.000000 2060.355957 0.000000 0.377829 0.000000 -0.925875 0.867726 0.867726 0.867726 +4448.901855 0.000000 2040.321167 0.000000 0.057574 0.000000 -0.998341 0.796918 0.796918 0.796918 +4461.104004 0.000000 2034.891968 0.000000 0.031060 0.000000 -0.999518 0.925325 0.925325 0.925325 +4476.159668 0.000000 2051.073730 0.000000 0.847134 0.000000 -0.531380 0.781950 0.781950 0.781950 +4446.069336 0.000000 2046.565674 0.000000 0.465387 0.000000 -0.885107 0.805801 0.805801 0.805801 +4471.309570 0.000000 2041.682983 0.000000 0.162948 0.000000 -0.986635 0.973604 0.973604 0.973604 +4460.467773 0.000000 2041.442749 0.000000 0.845835 0.000000 -0.533444 0.706926 0.706926 0.706926 +4453.656250 0.000000 2042.138184 0.000000 0.490551 0.000000 -0.871412 0.974021 0.974021 0.974021 +4479.124512 0.000000 2057.150879 0.000000 0.559323 0.000000 -0.828950 1.042994 1.042994 1.042994 +4464.528320 0.000000 2039.309937 0.000000 0.753693 0.000000 -0.657226 1.016456 1.016456 1.016456 +4447.664551 0.000000 2045.156616 0.000000 0.803925 0.000000 -0.594730 0.911071 0.911071 0.911071 +4463.757812 0.000000 2036.202759 0.000000 0.007123 0.000000 -0.999975 1.064360 1.064360 1.064360 +4450.923828 0.000000 2045.280029 0.000000 0.281356 0.000000 -0.959603 1.051359 1.051359 1.051359 +4450.215820 0.000000 2044.230591 0.000000 0.462267 0.000000 -0.886741 1.020465 1.020465 1.020465 +4470.026367 0.000000 2038.347778 0.000000 0.742992 0.000000 -0.669300 1.097207 1.097207 1.097207 +4464.280762 0.000000 2034.031494 0.000000 0.488304 0.000000 -0.872673 1.140607 1.140607 1.140607 +4478.394531 0.000000 2050.831299 0.000000 0.125174 0.000000 -0.992135 1.193763 1.193763 1.193763 +4471.095703 0.000000 2039.697510 0.000000 0.678504 0.000000 -0.734596 1.109377 1.109377 1.109377 +4468.380371 0.000000 2037.567383 0.000000 0.660012 0.000000 -0.751255 1.054110 1.054110 1.054110 +4478.388184 0.000000 2052.657959 0.000000 0.590182 0.000000 -0.807270 1.131585 1.131585 1.131585 +4478.401855 0.000000 2053.714844 0.000000 0.068521 0.000000 -0.997650 1.210396 1.210396 1.210396 +4466.802734 0.000000 2034.487427 0.000000 0.617788 0.000000 -0.786345 1.060317 1.060317 1.060317 +4467.154785 0.000000 2039.814209 0.000000 0.690874 0.000000 -0.722975 1.107127 1.107127 1.107127 +4464.474609 0.000000 2035.686401 0.000000 0.563263 0.000000 -0.826278 1.128917 1.128917 1.128917 +4469.483887 0.000000 2035.952759 0.000000 0.455404 0.000000 -0.890285 1.069899 1.069899 1.069899 +4467.111816 0.000000 2035.180664 0.000000 0.580212 0.000000 -0.814466 1.063445 1.063445 1.063445 +4483.505371 0.000000 2076.863770 0.000000 0.633383 0.000000 -0.773839 0.691864 0.691864 0.691864 +4507.120117 0.000000 2035.386108 0.000000 0.730163 0.000000 -0.683273 0.642821 0.642821 0.642821 +4510.021484 0.000000 2041.704468 0.000000 0.756078 0.000000 -0.654481 0.629054 0.629054 0.629054 +4507.877441 0.000000 2044.928345 0.000000 0.524012 0.000000 -0.851711 0.685119 0.685119 0.685119 +4487.260254 0.000000 2080.041992 0.000000 0.738212 0.000000 -0.674569 0.628371 0.628371 0.628371 +4538.250000 0.000000 2066.929443 0.000000 0.602278 0.000000 -0.798286 0.665132 0.665132 0.665132 +4498.442383 0.000000 2048.454102 0.000000 0.853088 0.000000 -0.521767 0.591475 0.591475 0.591475 +4534.403320 0.000000 2053.123291 0.000000 0.559425 0.000000 -0.828881 0.666488 0.666488 0.666488 +4539.993164 0.000000 2049.981201 0.000000 0.367323 0.000000 -0.930093 0.701769 0.701769 0.701769 +4534.998047 0.000000 2050.739746 0.000000 0.292930 0.000000 -0.956134 0.717946 0.717946 0.717946 +4506.869141 0.000000 2054.886475 0.000000 0.442937 0.000000 -0.896553 0.686129 0.686129 0.686129 +4497.817871 0.000000 2052.598633 0.000000 0.693213 0.000000 -0.720733 0.628700 0.628700 0.628700 +4514.837891 0.000000 2081.528809 0.000000 0.739207 0.000000 -0.673478 0.629222 0.629222 0.629222 +4539.955078 0.000000 2064.492676 0.000000 0.861407 0.000000 -0.507915 0.582398 0.582398 0.582398 +4530.908203 0.000000 2072.203369 0.000000 0.803729 0.000000 -0.594996 0.610492 0.610492 0.610492 +4505.045410 0.000000 2045.329346 0.000000 0.287905 0.000000 -0.957659 0.716929 0.716929 0.716929 +4495.446289 0.000000 2049.455566 0.000000 0.528050 0.000000 -0.849213 0.659942 0.659942 0.659942 +4508.286133 0.000000 2055.123047 0.000000 0.491475 0.000000 -0.870892 0.666646 0.666646 0.666646 +4498.397949 0.000000 2055.572754 0.000000 0.437938 0.000000 -0.899005 0.677854 0.677854 0.677854 +4504.470703 0.000000 2056.185547 0.000000 0.166912 0.000000 -0.985972 0.722259 0.722259 0.722259 +4532.156250 0.000000 2051.805664 0.000000 0.819283 0.000000 -0.573390 0.595814 0.595814 0.595814 +4527.221680 0.000000 2074.139648 0.000000 0.206183 0.000000 -0.978513 0.701634 0.701634 0.701634 +4537.187988 0.000000 2064.922852 0.000000 0.425948 0.000000 -0.904748 0.693757 0.693757 0.693757 +4530.362305 0.000000 2068.135010 0.000000 0.264295 0.000000 -0.964442 0.713870 0.713870 0.713870 +4517.886230 0.000000 2079.609131 0.000000 0.738588 0.000000 -0.674157 0.617192 0.617192 0.617192 +4535.433594 0.000000 2054.640625 0.000000 0.700419 0.000000 -0.713732 0.626498 0.626498 0.626498 +4542.420410 0.000000 2046.778198 0.000000 0.514222 0.000000 -0.857657 0.656519 0.656519 0.656519 +4500.708984 0.000000 2077.002930 0.000000 0.813500 0.000000 -0.581565 0.643702 0.643702 0.643702 +4543.927246 0.000000 2048.182861 0.000000 0.080203 0.000000 -0.996779 0.720477 0.720477 0.720477 +4486.251953 0.000000 2072.577881 0.000000 0.182266 0.000000 -0.983249 0.743645 0.743645 0.743645 +4481.219727 0.000000 2041.456055 0.000000 0.337580 0.000000 -0.941297 0.758231 0.758231 0.758231 +4497.185059 0.000000 2047.943481 0.000000 0.166650 0.000000 -0.986016 0.711339 0.711339 0.711339 +4529.743164 0.000000 2073.083252 0.000000 0.269638 0.000000 -0.962962 0.694884 0.694884 0.694884 +4528.177246 0.000000 2071.479492 0.000000 0.604542 0.000000 -0.796574 0.748188 0.748188 0.748188 +4494.365723 0.000000 2076.434814 0.000000 0.495558 0.000000 -0.868575 0.810694 0.810694 0.810694 +4531.083008 0.000000 2065.851807 0.000000 0.832077 0.000000 -0.554660 0.751449 0.751449 0.751449 +4535.338379 0.000000 2065.961670 0.000000 0.002159 0.000000 -0.999998 0.833572 0.833572 0.833572 +4487.959473 0.000000 2082.696289 0.000000 0.326627 0.000000 -0.945153 0.689626 0.689626 0.689626 +4506.370605 0.000000 2056.027344 0.000000 0.109887 0.000000 -0.993944 0.723724 0.723724 0.723724 +4531.413574 0.000000 2052.988037 0.000000 0.244434 0.000000 -0.969666 0.695826 0.695826 0.695826 +4504.864258 0.000000 2059.991455 0.000000 0.555865 0.000000 -0.831273 0.783796 0.783796 0.783796 +4534.395020 0.000000 2043.500732 0.000000 0.328678 0.000000 -0.944442 0.754185 0.754185 0.754185 +4508.472656 0.000000 2078.953613 0.000000 0.862217 0.000000 -0.506539 0.635236 0.635236 0.635236 +4541.982422 0.000000 2044.962402 0.000000 0.531655 0.000000 -0.846961 0.675715 0.675715 0.675715 +4499.389160 0.000000 2046.020386 0.000000 0.255744 0.000000 -0.966745 0.692133 0.692133 0.692133 +4523.365234 0.000000 2076.425293 0.000000 0.359793 0.000000 -0.933032 0.743571 0.743571 0.743571 +4540.125488 0.000000 2044.332031 0.000000 0.797631 0.000000 -0.603146 0.621413 0.621413 0.621413 +4540.871582 0.000000 2062.632324 0.000000 0.064879 0.000000 -0.997893 0.761502 0.761502 0.761502 +4499.222656 0.000000 2075.270508 0.000000 0.840145 0.000000 -0.542362 0.662422 0.662422 0.662422 +4512.863281 0.000000 2054.262207 0.000000 0.386379 0.000000 -0.922340 0.717026 0.717026 0.717026 +4504.179688 0.000000 2074.045654 0.000000 0.853803 0.000000 -0.520596 0.779896 0.779896 0.779896 +4494.511719 0.000000 2044.071899 0.000000 0.141895 0.000000 -0.989882 0.912452 0.912452 0.912452 +4489.453613 0.000000 2046.107788 0.000000 0.484870 0.000000 -0.874586 0.893528 0.893528 0.893528 +4490.511230 0.000000 2052.128418 0.000000 0.664537 0.000000 -0.747255 0.877277 0.877277 0.877277 +4538.650879 0.000000 2044.615479 0.000000 0.486023 0.000000 -0.873946 0.689196 0.689196 0.689196 +4480.489258 0.000000 2064.859619 0.000000 0.068063 0.000000 -0.997681 0.866842 0.866842 0.866842 +4483.510254 0.000000 2040.711548 0.000000 0.213726 0.000000 -0.976894 0.885263 0.885263 0.885263 +4503.342773 0.000000 2058.177979 0.000000 0.200888 0.000000 -0.979614 0.887379 0.887379 0.887379 +4491.042480 0.000000 2074.469482 0.000000 0.130647 0.000000 -0.991429 0.914289 0.914289 0.914289 +4533.144531 0.000000 2042.758423 0.000000 0.511542 0.000000 -0.859259 0.848616 0.848616 0.848616 +4500.580078 0.000000 2081.034668 0.000000 0.268280 0.000000 -0.963341 0.855462 0.855462 0.855462 +4535.961426 0.000000 2035.130127 0.000000 0.660918 0.000000 -0.750458 0.828700 0.828700 0.828700 +4510.526367 0.000000 2077.892822 0.000000 0.447065 0.000000 -0.894501 0.803856 0.803856 0.803856 +4504.507324 0.000000 2080.962646 0.000000 0.483084 0.000000 -0.875574 0.786889 0.786889 0.786889 +4514.956543 0.000000 2054.667725 0.000000 0.841161 0.000000 -0.540785 0.672451 0.672451 0.672451 +4502.342773 0.000000 2033.583008 0.000000 0.850691 0.000000 -0.525665 0.760935 0.760935 0.760935 +4506.614258 0.000000 2077.081055 0.000000 0.173189 0.000000 -0.984888 0.860577 0.860577 0.860577 +4540.196777 0.000000 2043.207397 0.000000 0.794255 0.000000 -0.607584 0.756867 0.756867 0.756867 +4495.546387 0.000000 2071.319336 0.000000 0.120189 0.000000 -0.992751 1.009232 1.009232 1.009232 +4542.358398 0.000000 2040.309204 0.000000 0.753548 0.000000 -0.657392 0.827259 0.827259 0.827259 +4539.256348 0.000000 2042.408081 0.000000 0.840714 0.000000 -0.541479 0.693120 0.693120 0.693120 +4504.446289 0.000000 2076.776611 0.000000 0.066224 0.000000 -0.997805 0.877812 0.877812 0.877812 +4527.144043 0.000000 2071.162109 0.000000 0.633780 0.000000 -0.773513 0.969452 0.969452 0.969452 +4516.531250 0.000000 2077.583496 0.000000 0.448801 0.000000 -0.893632 0.798300 0.798300 0.798300 +4508.225586 0.000000 2061.067383 0.000000 0.184164 0.000000 -0.982896 1.026671 1.026671 1.026671 +4507.464355 0.000000 2059.001953 0.000000 0.019980 0.000000 -0.999800 0.869124 0.869124 0.869124 +4494.414551 0.000000 2082.715576 0.000000 0.306219 0.000000 -0.951961 0.920261 0.920261 0.920261 +4515.712891 0.000000 2050.218018 0.000000 0.180624 0.000000 -0.983552 0.985106 0.985106 0.985106 +4529.437988 0.000000 2049.612305 0.000000 0.595494 0.000000 -0.803360 0.953900 0.953900 0.953900 +4487.583496 0.000000 2085.690918 0.000000 0.813494 0.000000 -0.581573 0.746619 0.746619 0.746619 +4480.405762 0.000000 2043.213501 0.000000 0.493910 0.000000 -0.869513 0.763779 0.763779 0.763779 +4524.436035 0.000000 2074.593262 0.000000 0.131176 0.000000 -0.991359 0.888398 0.888398 0.888398 +4519.998535 0.000000 2056.863281 0.000000 0.673544 0.000000 -0.739147 0.835922 0.835922 0.835922 +4492.499512 0.000000 2072.820312 0.000000 0.044256 0.000000 -0.999020 1.016861 1.016861 1.016861 +4520.529297 0.000000 2051.308105 0.000000 0.215979 0.000000 -0.976398 1.101012 1.101012 1.101012 +4530.101562 0.000000 2066.382324 0.000000 0.465030 0.000000 -0.885295 0.800640 0.800640 0.800640 +4532.250488 0.000000 2043.338013 0.000000 0.380640 0.000000 -0.924723 0.872314 0.872314 0.872314 +4518.425293 0.000000 2037.248901 0.000000 0.359251 0.000000 -0.933241 1.024849 1.024849 1.024849 +4524.319336 0.000000 2058.237793 0.000000 0.425371 0.000000 -0.905019 0.976482 0.976482 0.976482 +4503.045898 0.000000 2035.071411 0.000000 0.853085 0.000000 -0.521772 0.719965 0.719965 0.719965 +4541.902344 0.000000 2056.287842 0.000000 0.002501 0.000000 -0.999997 1.009387 1.009387 1.009387 +4493.689453 0.000000 2084.258789 0.000000 0.396980 0.000000 -0.917827 1.013815 1.013815 1.013815 +4531.812988 0.000000 2047.656494 0.000000 0.736035 0.000000 -0.676944 0.851205 0.851205 0.851205 +4543.124512 0.000000 2057.150879 0.000000 0.769876 0.000000 -0.638194 0.938801 0.938801 0.938801 +4512.682129 0.000000 2050.851807 0.000000 0.855396 0.000000 -0.517975 0.739431 0.739431 0.739431 +4521.171875 0.000000 2056.914062 0.000000 0.829715 0.000000 -0.558187 0.836389 0.836389 0.836389 +4494.090820 0.000000 2077.471436 0.000000 0.304561 0.000000 -0.952493 0.844166 0.844166 0.844166 +4521.046387 0.000000 2033.762207 0.000000 0.394144 0.000000 -0.919049 0.991317 0.991317 0.991317 +4490.814941 0.000000 2042.800781 0.000000 0.660187 0.000000 -0.751101 1.027796 1.027796 1.027796 +4487.502930 0.000000 2040.710938 0.000000 0.290384 0.000000 -0.956910 1.076216 1.076216 1.076216 +4535.173828 0.000000 2036.485229 0.000000 0.549681 0.000000 -0.835374 0.831219 0.831219 0.831219 +4533.339355 0.000000 2041.758057 0.000000 0.062309 0.000000 -0.998057 0.925398 0.925398 0.925398 +4533.817871 0.000000 2034.487915 0.000000 0.389381 0.000000 -0.921077 0.968735 0.968735 0.968735 +4520.319824 0.000000 2054.985596 0.000000 0.833054 0.000000 -0.553192 0.815814 0.815814 0.815814 +4543.554199 0.000000 2041.765381 0.000000 0.541643 0.000000 -0.840609 0.872893 0.872893 0.872893 +4488.754883 0.000000 2087.150146 0.000000 0.376251 0.000000 -0.926518 1.100699 1.100699 1.100699 +4526.372070 0.000000 2054.450684 0.000000 0.614472 0.000000 -0.788939 0.833462 0.833462 0.833462 +4499.048340 0.000000 2043.738892 0.000000 0.072509 0.000000 -0.997368 1.053869 1.053869 1.053869 +4523.729004 0.000000 2054.492920 0.000000 0.122167 0.000000 -0.992510 1.004194 1.004194 1.004194 +4497.990723 0.000000 2060.673340 0.000000 0.515864 0.000000 -0.856670 1.037685 1.037685 1.037685 +4513.751465 0.000000 2073.414062 0.000000 0.305663 0.000000 -0.952140 1.140829 1.140829 1.140829 +4536.119629 0.000000 2059.835205 0.000000 0.582609 0.000000 -0.812753 0.844920 0.844920 0.844920 +4488.403320 0.000000 2084.185059 0.000000 0.214924 0.000000 -0.976631 1.007738 1.007738 1.007738 +4511.795898 0.000000 2061.351807 0.000000 0.163243 0.000000 -0.986586 1.066120 1.066120 1.066120 +4537.850098 0.000000 2061.027100 0.000000 0.490751 0.000000 -0.871300 0.892433 0.892433 0.892433 +4516.296387 0.000000 2060.422607 0.000000 0.786141 0.000000 -0.618047 1.062544 1.062544 1.062544 +4486.803223 0.000000 2086.515137 0.000000 0.784934 0.000000 -0.619579 0.882654 0.882654 0.882654 +4543.352051 0.000000 2055.131348 0.000000 0.861283 0.000000 -0.508125 0.851098 0.851098 0.851098 +4493.866699 0.000000 2042.407715 0.000000 0.151689 0.000000 -0.988428 1.111109 1.111109 1.111109 +4521.550293 0.000000 2049.229004 0.000000 0.449538 0.000000 -0.893261 1.138154 1.138154 1.138154 +4516.887207 0.000000 2049.590332 0.000000 0.561859 0.000000 -0.827233 1.090346 1.090346 1.090346 +4514.923828 0.000000 2045.280029 0.000000 0.557041 0.000000 -0.830485 0.947354 0.947354 0.947354 +4490.930176 0.000000 2055.160156 0.000000 0.859606 0.000000 -0.510958 0.960980 0.960980 0.960980 +4498.806152 0.000000 2062.330811 0.000000 0.691442 0.000000 -0.722432 1.039158 1.039158 1.039158 +4486.565430 0.000000 2039.588745 0.000000 0.824539 0.000000 -0.565805 0.998771 0.998771 0.998771 +4526.626465 0.000000 2046.731079 0.000000 0.227164 0.000000 -0.973857 1.161778 1.161778 1.161778 +4498.823242 0.000000 2069.575928 0.000000 0.684270 0.000000 -0.729229 0.930571 0.930571 0.930571 +4490.266602 0.000000 2083.904541 0.000000 0.638244 0.000000 -0.769834 0.892627 0.892627 0.892627 +4527.114746 0.000000 2053.783936 0.000000 0.193415 0.000000 -0.981117 0.978208 0.978208 0.978208 +4480.599609 0.000000 2060.991699 0.000000 0.677859 0.000000 -0.735192 1.104545 1.104545 1.104545 +4503.120117 0.000000 2071.055176 0.000000 0.665308 0.000000 -0.746569 0.934708 0.934708 0.934708 +4499.763672 0.000000 2064.240723 0.000000 0.396720 0.000000 -0.917940 1.126548 1.126548 1.126548 +4543.976562 0.000000 2039.431396 0.000000 0.351790 0.000000 -0.936079 1.035132 1.035132 1.035132 +4520.559570 0.000000 2060.123535 0.000000 0.705607 0.000000 -0.708603 1.058308 1.058308 1.058308 +4485.411133 0.000000 2045.217285 0.000000 0.625407 0.000000 -0.780298 0.971171 0.971171 0.971171 +4492.542480 0.000000 2058.654541 0.000000 0.167006 0.000000 -0.985956 1.179687 1.179687 1.179687 +4491.483398 0.000000 2085.528076 0.000000 0.088770 0.000000 -0.996052 1.078022 1.078022 1.078022 +4510.683105 0.000000 2073.709717 0.000000 0.692492 0.000000 -0.721425 1.034483 1.034483 1.034483 +4522.320312 0.000000 2050.820312 0.000000 0.227315 0.000000 -0.973821 1.128463 1.128463 1.128463 +4496.493164 0.000000 2063.539795 0.000000 0.193635 0.000000 -0.981074 1.169631 1.169631 1.169631 +4489.805664 0.000000 2087.568359 0.000000 0.580305 0.000000 -0.814399 1.065425 1.065425 1.065425 +4516.603516 0.000000 2048.443115 0.000000 0.591564 0.000000 -0.806258 1.084960 1.084960 1.084960 +4488.579102 0.000000 2069.896973 0.000000 0.303540 0.000000 -0.952819 1.150332 1.150332 1.150332 +4489.307617 0.000000 2037.500732 0.000000 0.752629 0.000000 -0.658445 1.079133 1.079133 1.079133 +4517.324707 0.000000 2063.611572 0.000000 0.654208 0.000000 -0.756315 1.076441 1.076441 1.076441 +4493.398926 0.000000 2056.130859 0.000000 0.790220 0.000000 -0.612823 0.957023 0.957023 0.957023 +4503.377441 0.000000 2067.943115 0.000000 0.568150 0.000000 -0.822925 1.106414 1.106414 1.106414 +4494.938965 0.000000 2064.667480 0.000000 0.541458 0.000000 -0.840728 1.106955 1.106955 1.106955 +4528.166992 0.000000 2044.244507 0.000000 0.305583 0.000000 -0.952165 1.170842 1.170842 1.170842 +4518.831055 0.000000 2074.499756 0.000000 0.831974 0.000000 -0.554815 0.955094 0.955094 0.955094 +4501.098145 0.000000 2034.380981 0.000000 0.511013 0.000000 -0.859573 1.034116 1.034116 1.034116 +4491.228027 0.000000 2069.069092 0.000000 0.521642 0.000000 -0.853164 1.117115 1.117115 1.117115 +4514.231445 0.000000 2046.062500 0.000000 0.645265 0.000000 -0.763959 0.980942 0.980942 0.980942 +4483.781738 0.000000 2046.279175 0.000000 0.547921 0.000000 -0.836530 1.134679 1.134679 1.134679 +4491.432617 0.000000 2087.447998 0.000000 0.622977 0.000000 -0.782240 1.052957 1.052957 1.052957 +4490.012695 0.000000 2036.724487 0.000000 0.736948 0.000000 -0.675949 1.051701 1.051701 1.051701 +4500.122559 0.000000 2036.293701 0.000000 0.198143 0.000000 -0.980173 1.078069 1.078069 1.078069 +4543.875000 0.000000 2035.831299 0.000000 0.517752 0.000000 -0.855530 1.099184 1.099184 1.099184 +4482.881836 0.000000 2059.136963 0.000000 0.016632 0.000000 -0.999862 1.098941 1.098941 1.098941 +4517.866699 0.000000 2061.790039 0.000000 0.788148 0.000000 -0.615485 1.062071 1.062071 1.062071 +4515.800781 0.000000 2063.586670 0.000000 0.618577 0.000000 -0.785724 1.075143 1.075143 1.075143 +4497.511230 0.000000 2041.017578 0.000000 0.747988 0.000000 -0.663712 1.086429 1.086429 1.086429 +4489.084473 0.000000 2051.467529 0.000000 0.458377 0.000000 -0.888758 1.034622 1.034622 1.034622 +4495.974609 0.000000 2066.080811 0.000000 0.512977 0.000000 -0.858402 1.143013 1.143013 1.143013 +4505.402832 0.000000 2063.324707 0.000000 0.247570 0.000000 -0.968870 1.181122 1.181122 1.181122 +4490.929688 0.000000 2057.449707 0.000000 0.331428 0.000000 -0.943481 1.156064 1.156064 1.156064 +4495.351074 0.000000 2043.712891 0.000000 0.372108 0.000000 -0.928190 1.084369 1.084369 1.084369 +4523.767090 0.000000 2039.340454 0.000000 0.144160 0.000000 -0.989554 1.090790 1.090790 1.090790 +4492.916016 0.000000 2042.561646 0.000000 0.309565 0.000000 -0.950878 1.086033 1.086033 1.086033 +4518.277344 0.000000 2049.363281 0.000000 0.601500 0.000000 -0.798873 1.129611 1.129611 1.129611 +4524.346680 0.000000 2034.347656 0.000000 0.730179 0.000000 -0.683256 1.047887 1.047887 1.047887 +4496.566406 0.000000 2064.620605 0.000000 0.002911 0.000000 -0.999996 1.201155 1.201155 1.201155 +4484.928223 0.000000 2065.200439 0.000000 0.172642 0.000000 -0.984985 1.158024 1.158024 1.158024 +4489.240723 0.000000 2034.167236 0.000000 0.216707 0.000000 -0.976237 1.114454 1.114454 1.114454 +4488.278320 0.000000 2039.022461 0.000000 0.304219 0.000000 -0.952602 1.161587 1.161587 1.161587 +4486.026855 0.000000 2058.747559 0.000000 0.365136 0.000000 -0.930954 1.076204 1.076204 1.076204 +4502.974121 0.000000 2064.277832 0.000000 0.263071 0.000000 -0.964777 1.141679 1.141679 1.141679 +4518.631836 0.000000 2066.574707 0.000000 0.644987 0.000000 -0.764193 1.055372 1.055372 1.055372 +4493.185059 0.000000 2068.406738 0.000000 0.006739 0.000000 -0.999977 1.209685 1.209685 1.209685 +4523.456543 0.000000 2049.628662 0.000000 0.098315 0.000000 -0.995155 1.177537 1.177537 1.177537 +4487.889648 0.000000 2065.602295 0.000000 0.581751 0.000000 -0.813367 1.060474 1.060474 1.060474 +4526.106445 0.000000 2047.449219 0.000000 0.779916 0.000000 -0.625884 1.081546 1.081546 1.081546 +4481.927246 0.000000 2050.942627 0.000000 0.625550 0.000000 -0.780184 1.062337 1.062337 1.062337 +4489.597168 0.000000 2035.900269 0.000000 0.194145 0.000000 -0.980973 1.116405 1.116405 1.116405 +4530.033203 0.000000 2041.563354 0.000000 0.362713 0.000000 -0.931901 1.123734 1.123734 1.123734 +4488.206543 0.000000 2064.142578 0.000000 0.824369 0.000000 -0.566053 1.038306 1.038306 1.038306 +4522.392578 0.000000 2040.207764 0.000000 0.850853 0.000000 -0.525403 1.035217 1.035217 1.035217 +4518.294434 0.000000 2039.376221 0.000000 0.296962 0.000000 -0.954889 1.173890 1.173890 1.173890 +4502.437012 0.000000 2065.832520 0.000000 0.052156 0.000000 -0.998639 1.164921 1.164921 1.164921 +4524.847656 0.000000 2046.098267 0.000000 0.173987 0.000000 -0.984748 1.120232 1.120232 1.120232 +4516.431152 0.000000 2065.137695 0.000000 0.673795 0.000000 -0.738918 1.052933 1.052933 1.052933 +4507.358398 0.000000 2071.078613 0.000000 0.679021 0.000000 -0.734118 1.106968 1.106968 1.106968 +4488.282227 0.000000 2040.317871 0.000000 0.822310 0.000000 -0.569040 1.071509 1.071509 1.071509 +4497.713867 0.000000 2036.877686 0.000000 0.182281 0.000000 -0.983246 1.088330 1.088330 1.088330 +4486.603516 0.000000 2051.648682 0.000000 0.494463 0.000000 -0.869199 1.106528 1.106528 1.106528 +4504.856934 0.000000 2062.338623 0.000000 0.019756 0.000000 -0.999805 1.213578 1.213578 1.213578 +4519.926758 0.000000 2048.305908 0.000000 0.218180 0.000000 -0.975909 1.189195 1.189195 1.189195 +4514.722656 0.000000 2065.700928 0.000000 0.544598 0.000000 -0.838697 1.063336 1.063336 1.063336 +4490.680664 0.000000 2066.014404 0.000000 0.529848 0.000000 -0.848093 1.065966 1.065966 1.065966 +4515.133789 0.000000 2067.320312 0.000000 0.727619 0.000000 -0.685981 1.048125 1.048125 1.048125 +4517.131348 0.000000 2066.444580 0.000000 0.145572 0.000000 -0.989348 1.090700 1.090700 1.090700 +4508.115723 0.000000 2068.649414 0.000000 0.277137 0.000000 -0.960830 1.101446 1.101446 1.101446 +4489.542969 0.000000 2069.946045 0.000000 0.428457 0.000000 -0.903562 1.134330 1.134330 1.134330 +4517.912109 0.000000 2066.022461 0.000000 0.406887 0.000000 -0.913478 1.073323 1.073323 1.073323 +4484.910156 0.000000 2054.203125 0.000000 0.864902 0.000000 -0.501941 1.033476 1.033476 1.033476 +4525.417480 0.000000 2068.638916 0.000000 0.629000 0.000000 -0.777406 1.114053 1.114053 1.114053 +4522.220215 0.000000 2048.690186 0.000000 0.784191 0.000000 -0.620520 1.080719 1.080719 1.080719 +4483.747559 0.000000 2059.407715 0.000000 0.136286 0.000000 -0.990670 1.091297 1.091297 1.091297 +4481.600098 0.000000 2053.730713 0.000000 0.773113 0.000000 -0.634268 1.043740 1.043740 1.043740 +4524.274414 0.000000 2064.654541 0.000000 0.594440 0.000000 -0.804140 1.123847 1.123847 1.123847 +4486.445312 0.000000 2060.279297 0.000000 0.415701 0.000000 -0.909501 1.072707 1.072707 1.072707 +4524.868164 0.000000 2040.689819 0.000000 0.450972 0.000000 -0.892538 1.070215 1.070215 1.070215 +4489.770020 0.000000 2063.414307 0.000000 0.109598 0.000000 -0.993976 1.093009 1.093009 1.093009 +4525.705566 0.000000 2043.020996 0.000000 0.302112 0.000000 -0.953272 1.080462 1.080462 1.080462 +4524.460938 0.000000 2067.653809 0.000000 0.608053 0.000000 -0.793896 1.120215 1.120215 1.120215 +4495.005859 0.000000 2035.514404 0.000000 0.812784 0.000000 -0.582566 1.039590 1.039590 1.039590 +4495.686523 0.000000 2063.271240 0.000000 0.154709 0.000000 -0.987960 1.143118 1.143118 1.143118 +4483.676758 0.000000 2062.908203 0.000000 0.828635 0.000000 -0.559789 1.070752 1.070752 1.070752 +4511.651855 0.000000 2068.946777 0.000000 0.772268 0.000000 -0.635297 1.044856 1.044856 1.044856 +4484.695312 0.000000 2049.175293 0.000000 0.628179 0.000000 -0.778069 1.091484 1.091484 1.091484 +4518.745605 0.000000 2042.809570 0.000000 0.208061 0.000000 -0.978116 1.111125 1.111125 1.111125 +4517.287109 0.000000 2064.673584 0.000000 0.539133 0.000000 -0.842221 1.063750 1.063750 1.063750 +4485.592285 0.000000 2055.632812 0.000000 0.772147 0.000000 -0.635444 1.043837 1.043837 1.043837 +4508.295410 0.000000 2069.813232 0.000000 0.214099 0.000000 -0.976812 1.106561 1.106561 1.106561 +4488.587891 0.000000 2034.756470 0.000000 0.331685 0.000000 -0.943390 1.104328 1.104328 1.104328 +4494.694824 0.000000 2063.888184 0.000000 0.393504 0.000000 -0.919323 1.117931 1.117931 1.117931 +4485.549805 0.000000 2051.974609 0.000000 0.225150 0.000000 -0.974324 1.085543 1.085543 1.085543 +4519.170410 0.000000 2041.338135 0.000000 0.323883 0.000000 -0.946097 1.134769 1.134769 1.134769 +4515.090820 0.000000 2069.372314 0.000000 0.429378 0.000000 -0.903125 1.071747 1.071747 1.071747 +4497.569336 0.000000 2037.728516 0.000000 0.585538 0.000000 -0.810645 1.060177 1.060177 1.060177 +4493.304199 0.000000 2039.708496 0.000000 0.711683 0.000000 -0.702501 1.054254 1.054254 1.054254 +4493.241211 0.000000 2062.369629 0.000000 0.141949 0.000000 -0.989874 1.090933 1.090933 1.090933 +4485.598633 0.000000 2063.735107 0.000000 0.805408 0.000000 -0.592721 1.040389 1.040389 1.040389 +4524.686523 0.000000 2044.868042 0.000000 0.839173 0.000000 -0.543864 1.036608 1.036608 1.036608 +4509.767578 0.000000 2069.811035 0.000000 0.361730 0.000000 -0.932283 1.094422 1.094422 1.094422 +4519.717285 0.000000 2063.264160 0.000000 0.138071 0.000000 -0.990422 1.129800 1.129800 1.129800 +4511.693359 0.000000 2067.966309 0.000000 0.449740 0.000000 -0.893159 1.070303 1.070303 1.070303 +4521.511230 0.000000 2038.651855 0.000000 0.812986 0.000000 -0.582284 1.048878 1.048878 1.048878 +4482.654785 0.000000 2052.382568 0.000000 0.818429 0.000000 -0.574608 1.038969 1.038969 1.038969 +4520.470703 0.000000 2046.780518 0.000000 0.595014 0.000000 -0.803715 1.077608 1.077608 1.077608 +4483.883301 0.000000 2057.794434 0.000000 0.252803 0.000000 -0.967518 1.083730 1.083730 1.083730 +4520.374512 0.000000 2065.062256 0.000000 0.213345 0.000000 -0.976977 1.086313 1.086313 1.086313 +4487.665527 0.000000 2055.125977 0.000000 0.363586 0.000000 -0.931561 1.076311 1.076311 1.076311 +4488.681152 0.000000 2061.261963 0.000000 0.135464 0.000000 -0.990782 1.091349 1.091349 1.091349 +4524.098145 0.000000 2040.710815 0.000000 0.803362 0.000000 -0.595491 1.040609 1.040609 1.040609 +4526.669922 0.000000 2039.723877 0.000000 0.544179 0.000000 -0.838969 1.063368 1.063368 1.063368 +4527.310547 0.000000 2037.745117 0.000000 0.762858 0.000000 -0.646566 1.044759 1.044759 1.044759 +4493.671387 0.000000 2063.637207 0.000000 0.819152 0.000000 -0.573577 1.038889 1.038889 1.038889 +4490.298828 0.000000 2034.086548 0.000000 0.857406 0.000000 -0.514640 1.034415 1.034415 1.034415 +4485.469238 0.000000 2058.234863 0.000000 0.015917 0.000000 -0.999873 1.098987 1.098987 1.098987 +4521.913086 0.000000 2064.365479 0.000000 0.813586 0.000000 -0.581445 1.039503 1.039503 1.039503 +4591.917480 0.000000 2070.219482 0.000000 0.548165 0.000000 -0.836370 0.711083 0.711083 0.711083 +4574.608887 0.000000 2038.977173 0.000000 0.370132 0.000000 -0.928979 0.743206 0.743206 0.743206 +4593.314941 0.000000 2076.135742 0.000000 0.784372 0.000000 -0.620291 0.628042 0.628042 0.628042 +4545.042969 0.000000 2065.938477 0.000000 0.836930 0.000000 -0.547310 0.611693 0.611693 0.611693 +4584.389160 0.000000 2087.067871 0.000000 0.601460 0.000000 -0.798903 0.674325 0.674325 0.674325 +4574.945801 0.000000 2061.901367 0.000000 0.320754 0.000000 -0.947163 0.730649 0.730649 0.730649 +4586.442383 0.000000 2061.488281 0.000000 0.542512 0.000000 -0.840048 0.684882 0.684882 0.684882 +4586.375488 0.000000 2064.980713 0.000000 0.257596 0.000000 -0.966253 0.728162 0.728162 0.728162 +4562.442383 0.000000 2048.454102 0.000000 0.350693 0.000000 -0.936490 0.716584 0.716584 0.716584 +4584.687988 0.000000 2055.938232 0.000000 0.495706 0.000000 -0.868491 0.692671 0.692671 0.692671 +4580.813477 0.000000 2050.591797 0.000000 0.315322 0.000000 -0.948985 0.712051 0.712051 0.712051 +4573.380859 0.000000 2052.835205 0.000000 0.585140 0.000000 -0.810933 0.659728 0.659728 0.659728 +4577.699219 0.000000 2046.867798 0.000000 0.200431 0.000000 -0.979708 0.733263 0.733263 0.733263 +4582.078125 0.000000 2075.067139 0.000000 0.092571 0.000000 -0.995706 0.757387 0.757387 0.757387 +4584.653320 0.000000 2079.080078 0.000000 0.648144 0.000000 -0.761517 0.637124 0.637124 0.637124 +4600.412109 0.000000 2088.483643 0.000000 0.292164 0.000000 -0.956368 0.720946 0.720946 0.720946 +4576.608398 0.000000 2064.968750 0.000000 0.613155 0.000000 -0.789963 0.648361 0.648361 0.648361 +4556.289551 0.000000 2046.884888 0.000000 0.660674 0.000000 -0.750673 0.629412 0.629412 0.629412 +4581.604004 0.000000 2056.021484 0.000000 0.471918 0.000000 -0.881642 0.665314 0.665314 0.665314 +4581.802246 0.000000 2051.714355 0.000000 0.725303 0.000000 -0.688429 0.628812 0.628812 0.628812 +4553.676758 0.000000 2048.114014 0.000000 0.324570 0.000000 -0.945862 0.708537 0.708537 0.708537 +4550.267578 0.000000 2057.877441 0.000000 0.754980 0.000000 -0.655748 0.617573 0.617573 0.617573 +4579.030762 0.000000 2057.331787 0.000000 0.490352 0.000000 -0.871525 0.663678 0.663678 0.663678 +4555.583984 0.000000 2036.995117 0.000000 0.644057 0.000000 -0.764977 0.649432 0.649432 0.649432 +4551.231934 0.000000 2046.676758 0.000000 0.340577 0.000000 -0.940217 0.689192 0.689192 0.689192 +4584.459473 0.000000 2062.957031 0.000000 0.223322 0.000000 -0.974745 0.706093 0.706093 0.706093 +4550.510254 0.000000 2050.037842 0.000000 0.074943 0.000000 -0.997188 0.732460 0.732460 0.732460 +4559.028809 0.000000 2046.543335 0.000000 0.672125 0.000000 -0.740438 0.626447 0.626447 0.626447 +4573.510254 0.000000 2047.500488 0.000000 0.728720 0.000000 -0.684812 0.648121 0.648121 0.648121 +4589.556641 0.000000 2079.080811 0.000000 0.855132 0.000000 -0.518410 0.581432 0.581432 0.581432 +4596.601074 0.000000 2084.375000 0.000000 0.149214 0.000000 -0.988805 0.721906 0.721906 0.721906 +4593.044434 0.000000 2082.517822 0.000000 0.034568 0.000000 -0.999402 0.811749 0.811749 0.811749 +4558.623047 0.000000 2038.148804 0.000000 0.702889 0.000000 -0.711299 0.621205 0.621205 0.621205 +4548.220703 0.000000 2050.792236 0.000000 0.670213 0.000000 -0.742169 0.703214 0.703214 0.703214 +4592.896973 0.000000 2081.048096 0.000000 0.295884 0.000000 -0.955224 0.693629 0.693629 0.693629 +4546.597656 0.000000 2046.902466 0.000000 0.605866 0.000000 -0.795567 0.636078 0.636078 0.636078 +4587.276855 0.000000 2078.924072 0.000000 0.746831 0.000000 -0.665013 0.606524 0.606524 0.606524 +4593.639160 0.000000 2089.194092 0.000000 0.096335 0.000000 -0.995349 0.919876 0.919876 0.919876 +4560.268066 0.000000 2045.715576 0.000000 0.275981 0.000000 -0.961163 0.757155 0.757155 0.757155 +4583.639160 0.000000 2060.510742 0.000000 0.801879 0.000000 -0.597487 0.657186 0.657186 0.657186 +4557.527344 0.000000 2040.481201 0.000000 0.864571 0.000000 -0.502510 0.691016 0.691016 0.691016 +4589.710938 0.000000 2084.636719 0.000000 0.556612 0.000000 -0.830773 0.773223 0.773223 0.773223 +4553.798340 0.000000 2038.811035 0.000000 0.265313 0.000000 -0.964162 0.937065 0.937065 0.937065 +4570.770996 0.000000 2043.038208 0.000000 0.639391 0.000000 -0.768882 0.730679 0.730679 0.730679 +4546.034668 0.000000 2059.523193 0.000000 0.338329 0.000000 -0.941028 0.758108 0.758108 0.758108 +4588.346191 0.000000 2081.077393 0.000000 0.555961 0.000000 -0.831209 0.762858 0.762858 0.762858 +4594.230469 0.000000 2084.393799 0.000000 0.663164 0.000000 -0.748474 0.704680 0.704680 0.704680 +4549.319336 0.000000 2053.406006 0.000000 0.110765 0.000000 -0.993847 0.907264 0.907264 0.907264 +4561.255371 0.000000 2043.725952 0.000000 0.720727 0.000000 -0.693219 0.769925 0.769925 0.769925 +4596.617188 0.000000 2086.794434 0.000000 0.854662 0.000000 -0.519185 0.621889 0.621889 0.621889 +4595.368652 0.000000 2084.923340 0.000000 0.463856 0.000000 -0.885911 0.742314 0.742314 0.742314 +4545.121582 0.000000 2050.545898 0.000000 0.356783 0.000000 -0.934187 0.856026 0.856026 0.856026 +4547.978516 0.000000 2049.655518 0.000000 0.688618 0.000000 -0.725125 0.662070 0.662070 0.662070 +4560.122070 0.000000 2044.371216 0.000000 0.494444 0.000000 -0.869210 0.720661 0.720661 0.720661 +4544.649414 0.000000 2048.352539 0.000000 0.005722 0.000000 -0.999984 0.787778 0.787778 0.787778 +4571.824219 0.000000 2046.299072 0.000000 0.223410 0.000000 -0.974725 0.814992 0.814992 0.814992 +4555.238281 0.000000 2039.578613 0.000000 0.726896 0.000000 -0.686748 0.711848 0.711848 0.711848 +4597.492676 0.000000 2088.966797 0.000000 0.256857 0.000000 -0.966449 0.820319 0.820319 0.820319 +4583.180176 0.000000 2063.861816 0.000000 0.684992 0.000000 -0.728550 0.731576 0.731576 0.731576 +4553.386230 0.000000 2040.708008 0.000000 0.663331 0.000000 -0.748326 0.862861 0.862861 0.862861 +4551.012695 0.000000 2034.528320 0.000000 0.016488 0.000000 -0.999864 1.067356 1.067356 1.067356 +4562.778809 0.000000 2040.456787 0.000000 0.343699 0.000000 -0.939080 0.832311 0.832311 0.832311 +4554.015137 0.000000 2043.640015 0.000000 0.688449 0.000000 -0.725285 0.751567 0.751567 0.751567 +4547.739746 0.000000 2055.708252 0.000000 0.084418 0.000000 -0.996430 1.069882 1.069882 1.069882 +4564.295898 0.000000 2042.167480 0.000000 0.864254 0.000000 -0.503055 0.796373 0.796373 0.796373 +4569.039551 0.000000 2042.064941 0.000000 0.378725 0.000000 -0.925509 0.872649 0.872649 0.872649 +4551.659180 0.000000 2038.171509 0.000000 0.710319 0.000000 -0.703880 0.924720 0.924720 0.924720 +4546.271484 0.000000 2036.243774 0.000000 0.045615 0.000000 -0.998959 1.202515 1.202515 1.202515 +4544.444336 0.000000 2037.604248 0.000000 0.257368 0.000000 -0.966314 1.179618 1.179618 1.179618 +4547.030273 0.000000 2037.745728 0.000000 0.292515 0.000000 -0.956261 1.166734 1.166734 1.166734 +4492.552734 0.000000 2116.115967 0.000000 0.361515 0.000000 -0.932366 0.762185 0.762185 0.762185 +4495.197266 0.000000 2101.554688 0.000000 0.475681 0.000000 -0.879618 0.726658 0.726658 0.726658 +4490.618164 0.000000 2103.466309 0.000000 0.760762 0.000000 -0.649032 0.629870 0.629870 0.629870 +4491.084961 0.000000 2100.300537 0.000000 0.363410 0.000000 -0.931629 0.711458 0.711458 0.711458 +4490.378418 0.000000 2101.783203 0.000000 0.670855 0.000000 -0.741589 0.647355 0.647355 0.647355 +4487.015137 0.000000 2098.144043 0.000000 0.730726 0.000000 -0.682670 0.618465 0.618465 0.618465 +4485.529297 0.000000 2093.411865 0.000000 0.813484 0.000000 -0.581588 0.596205 0.596205 0.596205 +4486.916992 0.000000 2092.345703 0.000000 0.543449 0.000000 -0.839442 0.827340 0.827340 0.827340 +4492.067383 0.000000 2090.009033 0.000000 0.334167 0.000000 -0.942514 0.775190 0.775190 0.775190 +4487.012695 0.000000 2091.012695 0.000000 0.524291 0.000000 -0.851539 0.944169 0.944169 0.944169 +4605.251953 0.000000 2096.736328 0.000000 0.130845 0.000000 -0.991403 0.787338 0.787338 0.787338 +4599.794922 0.000000 2102.927979 0.000000 0.093143 0.000000 -0.995653 0.790485 0.790485 0.790485 +4601.360352 0.000000 2101.178467 0.000000 0.018746 0.000000 -0.999824 0.787701 0.787701 0.787701 +4602.270996 0.000000 2098.255615 0.000000 0.561354 0.000000 -0.827575 0.681423 0.681423 0.681423 +4591.286621 0.000000 2091.695312 0.000000 0.008742 0.000000 -0.999962 0.732230 0.732230 0.732230 +4598.041992 0.000000 2089.964111 0.000000 0.327723 0.000000 -0.944774 0.690375 0.690375 0.690375 +4599.719727 0.000000 2093.951660 0.000000 0.745774 0.000000 -0.666200 0.638979 0.638979 0.638979 +4595.501953 0.000000 2089.988770 0.000000 0.819468 0.000000 -0.573125 0.819733 0.819733 0.819733 "} diff --git a/gfx/map/map_object_data/generated/pine_dense_generator_1.txt b/gfx/map/map_object_data/generated/pine_dense_generator_1.txt index a5f2ac56..944a07c5 100644 --- a/gfx/map/map_object_data/generated/pine_dense_generator_1.txt +++ b/gfx/map/map_object_data/generated/pine_dense_generator_1.txt @@ -14,7 +14,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_002_mesh" - count=117 + count=446 transform="42.009567 0.000000 3274.546143 0.000000 0.159012 0.000000 0.987277 0.380413 0.380413 0.380413 84.968513 0.000000 3271.734375 0.000000 0.510823 0.000000 0.859686 0.386723 0.386723 0.386723 120.065750 0.000000 3244.971924 0.000000 0.705246 0.000000 0.708962 0.389455 0.389455 0.389455 @@ -132,6 +132,335 @@ object={ 10.235731 0.000000 3489.231201 0.000000 0.502394 0.000000 0.864639 0.523702 0.523702 0.523702 2.552782 0.000000 3501.623047 0.000000 0.424284 0.000000 0.905529 0.558009 0.558009 0.558009 20.569408 0.000000 3507.417725 0.000000 0.542338 0.000000 0.840160 0.386601 0.386601 0.386601 +5039.722656 0.000000 439.710297 0.000000 0.082458 0.000000 0.996595 0.389039 0.389039 0.389039 +5043.402344 0.000000 449.357880 0.000000 0.238849 0.000000 0.971057 0.427647 0.427647 0.427647 +5030.346680 0.000000 449.648315 0.000000 0.162114 0.000000 0.986772 0.412349 0.412349 0.412349 +5033.064941 0.000000 447.096191 0.000000 0.144547 0.000000 0.989498 0.427065 0.427065 0.427065 +5065.641113 0.000000 448.578491 0.000000 0.241409 0.000000 0.970423 0.387899 0.387899 0.387899 +5037.516602 0.000000 466.608307 0.000000 0.693050 0.000000 0.720890 0.389227 0.389227 0.389227 +5048.065918 0.000000 477.237579 0.000000 0.676412 0.000000 0.736524 0.388591 0.388591 0.388591 +5029.982422 0.000000 502.136810 0.000000 0.124491 0.000000 0.992221 0.397808 0.397808 0.397808 +5041.519043 0.000000 458.204620 0.000000 0.159226 0.000000 0.987242 0.422717 0.422717 0.422717 +5053.512207 0.000000 451.901184 0.000000 0.170807 0.000000 0.985304 0.426393 0.426393 0.426393 +5053.248047 0.000000 497.877045 0.000000 0.655565 0.000000 0.755139 0.402085 0.402085 0.402085 +5055.586426 0.000000 505.309570 0.000000 0.218373 0.000000 0.975865 0.381454 0.381454 0.381454 +5037.943359 0.000000 454.229919 0.000000 0.547514 0.000000 0.836796 0.434948 0.434948 0.434948 +5046.173828 0.000000 458.059235 0.000000 0.528994 0.000000 0.848625 0.405730 0.405730 0.405730 +5022.060547 0.000000 500.029877 0.000000 0.379199 0.000000 0.925315 0.395964 0.395964 0.395964 +5032.015625 0.000000 459.503601 0.000000 0.490502 0.000000 0.871440 0.396621 0.396621 0.396621 +5025.947754 0.000000 501.348511 0.000000 0.604064 0.000000 0.796936 0.401082 0.401082 0.401082 +5050.305176 0.000000 495.856445 0.000000 0.293556 0.000000 0.955942 0.413440 0.413440 0.413440 +5040.746582 0.000000 455.112671 0.000000 0.110155 0.000000 0.993914 0.434461 0.434461 0.434461 +5101.516602 0.000000 466.608307 0.000000 0.013543 0.000000 0.999908 0.429225 0.429225 0.429225 +5112.065918 0.000000 477.237579 0.000000 0.344108 0.000000 0.938930 0.441361 0.441361 0.441361 +5071.130859 0.000000 491.246796 0.000000 0.387393 0.000000 0.921915 0.428112 0.428112 0.428112 +5064.407715 0.000000 459.687347 0.000000 0.610962 0.000000 0.791660 0.420636 0.420636 0.420636 +5093.432617 0.000000 462.902039 0.000000 0.584811 0.000000 0.811169 0.392220 0.392220 0.392220 +5060.032715 0.000000 483.486603 0.000000 0.551009 0.000000 0.834499 0.386543 0.386543 0.386543 +5076.089355 0.000000 496.691925 0.000000 0.674810 0.000000 0.737992 0.412264 0.412264 0.412264 +5112.550781 0.000000 484.734161 0.000000 0.112537 0.000000 0.993648 0.408044 0.408044 0.408044 +5100.760254 0.000000 490.380127 0.000000 0.657393 0.000000 0.753548 0.432593 0.432593 0.432593 +5088.032227 0.000000 488.812897 0.000000 0.488115 0.000000 0.872779 0.415774 0.415774 0.415774 +5097.385742 0.000000 484.793121 0.000000 0.169256 0.000000 0.985572 0.437892 0.437892 0.437892 +5106.789551 0.000000 463.962311 0.000000 0.310222 0.000000 0.950664 0.424300 0.424300 0.424300 +5111.107910 0.000000 497.076294 0.000000 0.649386 0.000000 0.760459 0.388136 0.388136 0.388136 +5070.953125 0.000000 505.846710 0.000000 0.172401 0.000000 0.985027 0.403222 0.403222 0.403222 +5106.584961 0.000000 479.769257 0.000000 0.059100 0.000000 0.998252 0.431212 0.431212 0.431212 +5065.641113 0.000000 505.062866 0.000000 0.387662 0.000000 0.921802 0.407992 0.407992 0.407992 +5063.914551 0.000000 453.711914 0.000000 0.034958 0.000000 0.999389 0.412498 0.412498 0.412498 +5077.208496 0.000000 491.754242 0.000000 0.070298 0.000000 0.997526 0.413098 0.413098 0.413098 +5082.709961 0.000000 488.914948 0.000000 0.542281 0.000000 0.840197 0.419226 0.419226 0.419226 +5096.763184 0.000000 466.997192 0.000000 0.195355 0.000000 0.980733 0.409423 0.409423 0.409423 +5091.991211 0.000000 467.601471 0.000000 0.468948 0.000000 0.883226 0.407042 0.407042 0.407042 +5075.771973 0.000000 474.500458 0.000000 0.451081 0.000000 0.892483 0.406723 0.406723 0.406723 +5073.260254 0.000000 478.332153 0.000000 0.100341 0.000000 0.994953 0.411305 0.411305 0.411305 +5109.013672 0.000000 486.521332 0.000000 0.326975 0.000000 0.945033 0.410489 0.410489 0.410489 +5090.735840 0.000000 491.528046 0.000000 0.323934 0.000000 0.946080 0.404537 0.404537 0.404537 +5085.530273 0.000000 479.167358 0.000000 0.535781 0.000000 0.844357 0.445461 0.445461 0.445461 +5103.917480 0.000000 488.657043 0.000000 0.089269 0.000000 0.996008 0.430634 0.430634 0.430634 +5074.230469 0.000000 489.910522 0.000000 0.018005 0.000000 0.999838 0.417922 0.417922 0.417922 +5065.278320 0.000000 501.958588 0.000000 0.364488 0.000000 0.931208 0.428849 0.428849 0.428849 +5109.428223 0.000000 469.716217 0.000000 0.366013 0.000000 0.930610 0.489591 0.489591 0.489591 +5050.368164 0.000000 560.285339 0.000000 0.515351 0.000000 0.856979 0.386482 0.386482 0.386482 +5014.478027 0.000000 543.252686 0.000000 0.565408 0.000000 0.824812 0.386973 0.386973 0.386973 +5026.900879 0.000000 508.424103 0.000000 0.204481 0.000000 0.978871 0.420049 0.420049 0.420049 +5044.365234 0.000000 547.625610 0.000000 0.111060 0.000000 0.993814 0.390629 0.390629 0.390629 +5047.107910 0.000000 553.560669 0.000000 0.578940 0.000000 0.815370 0.439247 0.439247 0.439247 +5018.074219 0.000000 538.875793 0.000000 0.238745 0.000000 0.971082 0.393742 0.393742 0.393742 +5053.212891 0.000000 533.751160 0.000000 0.583239 0.000000 0.812300 0.433326 0.433326 0.433326 +5042.318359 0.000000 508.565277 0.000000 0.667637 0.000000 0.744487 0.405999 0.405999 0.405999 +5051.211426 0.000000 537.977539 0.000000 0.188390 0.000000 0.982094 0.440569 0.440569 0.440569 +5054.419434 0.000000 550.506653 0.000000 0.098492 0.000000 0.995138 0.414730 0.414730 0.414730 +5049.910645 0.000000 556.310425 0.000000 0.173990 0.000000 0.984747 0.399752 0.399752 0.399752 +5044.463867 0.000000 523.441223 0.000000 0.583850 0.000000 0.811862 0.439359 0.439359 0.439359 +5052.832520 0.000000 540.681152 0.000000 0.315648 0.000000 0.948876 0.437280 0.437280 0.437280 +5053.738281 0.000000 536.608521 0.000000 0.102423 0.000000 0.994741 0.455962 0.455962 0.455962 +5048.473633 0.000000 516.490112 0.000000 0.067977 0.000000 0.997687 0.447305 0.447305 0.447305 +5057.451172 0.000000 520.535034 0.000000 0.110121 0.000000 0.993918 0.380749 0.380749 0.380749 +5094.230957 0.000000 546.888428 0.000000 0.060175 0.000000 0.998188 0.392181 0.392181 0.392181 +5082.979980 0.000000 550.192200 0.000000 0.335334 0.000000 0.942099 0.394072 0.394072 0.394072 +5114.368164 0.000000 560.285339 0.000000 0.433535 0.000000 0.901137 0.421892 0.421892 0.421892 +5087.758301 0.000000 538.518982 0.000000 0.441503 0.000000 0.897260 0.399384 0.399384 0.399384 +5058.396484 0.000000 510.221527 0.000000 0.446224 0.000000 0.894921 0.385336 0.385336 0.385336 +5070.007324 0.000000 539.249573 0.000000 0.049689 0.000000 0.998765 0.389709 0.389709 0.389709 +5086.236816 0.000000 560.889282 0.000000 0.313227 0.000000 0.949678 0.416136 0.416136 0.416136 +5078.478027 0.000000 543.252686 0.000000 0.510568 0.000000 0.859837 0.390938 0.390938 0.390938 +5089.210449 0.000000 553.232727 0.000000 0.191786 0.000000 0.981437 0.388333 0.388333 0.388333 +5119.586426 0.000000 561.793945 0.000000 0.344994 0.000000 0.938605 0.395412 0.395412 0.395412 +5065.063965 0.000000 538.821350 0.000000 0.444996 0.000000 0.895533 0.426866 0.426866 0.426866 +5060.763672 0.000000 544.551575 0.000000 0.666975 0.000000 0.745080 0.454676 0.454676 0.454676 +5118.419434 0.000000 550.506653 0.000000 0.425177 0.000000 0.905110 0.489972 0.489972 0.489972 +5101.311035 0.000000 542.709290 0.000000 0.111527 0.000000 0.993761 0.417259 0.417259 0.417259 +5104.647949 0.000000 548.835144 0.000000 0.632020 0.000000 0.774952 0.410146 0.410146 0.410146 +5109.013672 0.000000 543.005737 0.000000 0.570330 0.000000 0.821415 0.449851 0.449851 0.449851 +5100.412598 0.000000 550.633118 0.000000 0.257567 0.000000 0.966260 0.419831 0.419831 0.419831 +5077.502930 0.000000 556.678589 0.000000 0.045529 0.000000 0.998963 0.430958 0.430958 0.430958 +5073.939453 0.000000 550.154968 0.000000 0.606749 0.000000 0.794894 0.415701 0.415701 0.415701 +5100.376953 0.000000 554.627075 0.000000 0.367533 0.000000 0.930010 0.407643 0.407643 0.407643 +5056.009766 0.000000 550.551880 0.000000 0.000485 0.000000 1.000000 0.413054 0.413054 0.413054 +5065.278320 0.000000 558.442932 0.000000 0.524723 0.000000 0.851273 0.457127 0.457127 0.457127 +5062.057129 0.000000 553.297119 0.000000 0.188867 0.000000 0.982003 0.454368 0.454368 0.454368 +5048.065918 0.000000 590.206360 0.000000 0.619390 0.000000 0.785083 0.387603 0.387603 0.387603 +5055.487305 0.000000 595.071472 0.000000 0.477075 0.000000 0.878863 0.467829 0.467829 0.467829 +5048.315430 0.000000 601.852722 0.000000 0.027983 0.000000 0.999608 0.390539 0.390539 0.390539 +5068.978516 0.000000 565.579712 0.000000 0.323173 0.000000 0.946340 0.382764 0.382764 0.382764 +5063.671387 0.000000 589.700317 0.000000 0.607642 0.000000 0.794211 0.395066 0.395066 0.395066 +5082.979980 0.000000 606.676575 0.000000 0.590519 0.000000 0.807024 0.387433 0.387433 0.387433 +5093.982422 0.000000 615.105530 0.000000 0.600548 0.000000 0.799588 0.387878 0.387878 0.387878 +5060.032715 0.000000 596.455322 0.000000 0.212190 0.000000 0.977228 0.422511 0.422511 0.422511 +5090.900879 0.000000 564.908447 0.000000 0.476535 0.000000 0.879155 0.415555 0.415555 0.415555 +5100.760254 0.000000 603.348877 0.000000 0.597870 0.000000 0.801593 0.397319 0.397319 0.397319 +5097.260742 0.000000 609.065918 0.000000 0.629844 0.000000 0.776721 0.424681 0.424681 0.424681 +5119.586426 0.000000 618.278320 0.000000 0.608375 0.000000 0.793649 0.433887 0.433887 0.433887 +5100.083496 0.000000 584.904724 0.000000 0.518136 0.000000 0.855298 0.401919 0.401919 0.401919 +5088.426758 0.000000 577.281555 0.000000 0.369783 0.000000 0.929118 0.433661 0.433661 0.433661 +5093.098633 0.000000 607.714722 0.000000 0.290574 0.000000 0.956852 0.428615 0.428615 0.428615 +5085.237305 0.000000 598.365967 0.000000 0.421822 0.000000 0.906679 0.437067 0.437067 0.437067 +5117.507812 0.000000 614.620544 0.000000 0.124972 0.000000 0.992160 0.489229 0.489229 0.489229 +5107.863281 0.000000 589.216492 0.000000 0.549016 0.000000 0.835812 0.412134 0.412134 0.412134 +5096.974609 0.000000 576.365295 0.000000 0.704669 0.000000 0.709536 0.460566 0.460566 0.460566 +5097.656250 0.000000 604.953491 0.000000 0.062316 0.000000 0.998056 0.424421 0.424421 0.424421 +5094.581055 0.000000 599.968201 0.000000 0.643568 0.000000 0.765389 0.493783 0.493783 0.493783 +5094.337891 0.000000 578.579895 0.000000 0.439947 0.000000 0.898024 0.469283 0.469283 0.469283 +5094.824707 0.000000 570.081665 0.000000 0.395361 0.000000 0.918526 0.458858 0.458858 0.458858 +5146.979980 0.000000 493.707825 0.000000 0.156589 0.000000 0.987664 0.401804 0.401804 0.401804 +5167.722656 0.000000 496.194672 0.000000 0.492109 0.000000 0.870534 0.388220 0.388220 0.388220 +5150.236816 0.000000 504.404877 0.000000 0.330558 0.000000 0.943786 0.444591 0.444591 0.444591 +5172.365234 0.000000 491.141235 0.000000 0.554067 0.000000 0.832472 0.386691 0.386691 0.386691 +5181.658691 0.000000 487.190735 0.000000 0.210569 0.000000 0.977579 0.385089 0.385089 0.385089 +5127.914551 0.000000 453.711914 0.000000 0.690573 0.000000 0.723263 0.421174 0.421174 0.421174 +5137.260254 0.000000 478.332153 0.000000 0.496916 0.000000 0.867799 0.427903 0.427903 0.427903 +5158.889160 0.000000 475.314636 0.000000 0.685568 0.000000 0.728009 0.440578 0.440578 0.440578 +5171.213867 0.000000 498.132202 0.000000 0.128590 0.000000 0.991698 0.401356 0.401356 0.401356 +5125.464844 0.000000 456.656952 0.000000 0.329410 0.000000 0.944187 0.435212 0.435212 0.435212 +5120.936035 0.000000 474.484558 0.000000 0.416620 0.000000 0.909081 0.435779 0.435779 0.435779 +5214.236816 0.000000 504.404877 0.000000 0.229252 0.000000 0.973367 0.395943 0.395943 0.395943 +5198.953125 0.000000 505.846710 0.000000 0.129355 0.000000 0.991598 0.380284 0.380284 0.380284 +5165.516602 0.000000 523.092651 0.000000 0.653360 0.000000 0.757048 0.388037 0.388037 0.388037 +5157.982422 0.000000 558.621155 0.000000 0.515213 0.000000 0.857062 0.532288 0.532288 0.532288 +5178.368164 0.000000 560.285339 0.000000 0.443915 0.000000 0.896069 0.445807 0.445807 0.445807 +5120.254883 0.000000 555.500244 0.000000 0.647250 0.000000 0.762278 0.450532 0.450532 0.450532 +5150.236816 0.000000 560.889282 0.000000 0.675216 0.000000 0.737620 0.497186 0.497186 0.497186 +5142.478027 0.000000 543.252686 0.000000 0.162245 0.000000 0.986750 0.381302 0.381302 0.381302 +5124.032715 0.000000 539.970947 0.000000 0.453414 0.000000 0.891300 0.415123 0.415123 0.415123 +5158.893555 0.000000 527.806702 0.000000 0.567574 0.000000 0.823323 0.430577 0.430577 0.430577 +5164.662598 0.000000 558.939575 0.000000 0.347547 0.000000 0.937663 0.507545 0.507545 0.507545 +5152.032227 0.000000 545.297241 0.000000 0.537844 0.000000 0.843044 0.386129 0.386129 0.386129 +5170.789551 0.000000 520.446655 0.000000 0.047965 0.000000 0.998849 0.415011 0.415011 0.415011 +5121.017578 0.000000 535.052429 0.000000 0.664987 0.000000 0.746855 0.410832 0.410832 0.410832 +5146.074219 0.000000 538.875793 0.000000 0.599218 0.000000 0.800586 0.428852 0.428852 0.428852 +5183.586426 0.000000 561.793945 0.000000 0.193850 0.000000 0.981031 0.478462 0.478462 0.478462 +5164.083496 0.000000 528.420349 0.000000 0.366281 0.000000 0.930504 0.401693 0.401693 0.401693 +5134.875488 0.000000 553.121399 0.000000 0.388100 0.000000 0.921617 0.419852 0.419852 0.419852 +5123.505371 0.000000 551.785522 0.000000 0.696285 0.000000 0.717765 0.399238 0.399238 0.399238 +5155.991211 0.000000 524.085876 0.000000 0.118086 0.000000 0.993003 0.393061 0.393061 0.393061 +5154.015137 0.000000 528.854919 0.000000 0.385324 0.000000 0.922781 0.431612 0.431612 0.431612 +5121.884766 0.000000 559.411926 0.000000 0.643391 0.000000 0.765538 0.422550 0.422550 0.422550 +5171.213867 0.000000 554.616577 0.000000 0.200943 0.000000 0.979603 0.480906 0.480906 0.480906 +5131.941895 0.000000 550.163391 0.000000 0.649892 0.000000 0.760027 0.434845 0.434845 0.434845 +5167.868652 0.000000 556.770325 0.000000 0.317878 0.000000 0.948132 0.491813 0.491813 0.491813 +5161.322754 0.000000 556.635010 0.000000 0.192879 0.000000 0.981223 0.533636 0.533636 0.533636 +5158.346680 0.000000 562.617065 0.000000 0.609223 0.000000 0.792999 0.491548 0.491548 0.491548 +5120.009766 0.000000 550.551880 0.000000 0.454066 0.000000 0.890968 0.496585 0.496585 0.496585 +5120.894531 0.000000 538.659485 0.000000 0.252618 0.000000 0.967566 0.437204 0.437204 0.437204 +5148.380371 0.000000 563.209717 0.000000 0.376229 0.000000 0.926527 0.488696 0.488696 0.488696 +5140.994629 0.000000 510.912079 0.000000 0.499992 0.000000 0.866030 0.439897 0.439897 0.439897 +5158.469727 0.000000 534.953430 0.000000 0.272246 0.000000 0.962228 0.538312 0.538312 0.538312 +5159.299805 0.000000 554.738831 0.000000 0.153419 0.000000 0.988161 0.449049 0.449049 0.449049 +5155.689941 0.000000 559.960999 0.000000 0.124971 0.000000 0.992160 0.482478 0.482478 0.482478 +5182.390625 0.000000 564.119934 0.000000 0.086615 0.000000 0.996242 0.490516 0.490516 0.490516 +5212.793945 0.000000 511.201141 0.000000 0.647043 0.000000 0.762454 0.397029 0.397029 0.397029 +5228.662598 0.000000 558.939575 0.000000 0.190050 0.000000 0.981774 0.382440 0.382440 0.382440 +5193.641113 0.000000 561.547241 0.000000 0.460165 0.000000 0.887834 0.384943 0.384943 0.384943 +5234.842773 0.000000 526.229309 0.000000 0.476968 0.000000 0.878921 0.395189 0.395189 0.395189 +5196.552734 0.000000 534.553406 0.000000 0.664444 0.000000 0.747338 0.440052 0.440052 0.440052 +5202.817383 0.000000 538.803284 0.000000 0.706887 0.000000 0.707326 0.441124 0.441124 0.441124 +5238.864258 0.000000 563.358032 0.000000 0.450318 0.000000 0.892868 0.417449 0.417449 0.417449 +5211.131348 0.000000 524.480530 0.000000 0.123557 0.000000 0.992337 0.423230 0.423230 0.423230 +5201.260254 0.000000 534.816528 0.000000 0.278763 0.000000 0.960360 0.435389 0.435389 0.435389 +5185.884766 0.000000 559.411926 0.000000 0.686520 0.000000 0.727111 0.464909 0.464909 0.464909 +5226.288574 0.000000 531.507202 0.000000 0.568569 0.000000 0.822636 0.430598 0.430598 0.430598 +5236.463867 0.000000 523.441223 0.000000 0.473545 0.000000 0.880770 0.433386 0.433386 0.433386 +5225.676758 0.000000 526.426392 0.000000 0.322204 0.000000 0.946670 0.431558 0.431558 0.431558 +5208.795410 0.000000 536.271545 0.000000 0.343735 0.000000 0.939067 0.456540 0.456540 0.456540 +5121.318848 0.000000 603.732178 0.000000 0.594986 0.000000 0.803736 0.387088 0.387088 0.387088 +5178.807129 0.000000 571.498291 0.000000 0.104419 0.000000 0.994533 0.379648 0.379648 0.379648 +5167.722656 0.000000 609.163391 0.000000 0.213567 0.000000 0.976928 0.408563 0.408563 0.408563 +5131.959473 0.000000 613.334595 0.000000 0.573453 0.000000 0.819238 0.405353 0.405353 0.405353 +5142.478027 0.000000 599.737061 0.000000 0.638185 0.000000 0.769883 0.421221 0.421221 0.421221 +5127.979980 0.000000 606.979065 0.000000 0.678151 0.000000 0.734923 0.414781 0.414781 0.414781 +5164.662598 0.000000 615.423950 0.000000 0.449289 0.000000 0.893387 0.400713 0.400713 0.400713 +5161.385742 0.000000 597.761902 0.000000 0.177730 0.000000 0.984079 0.409128 0.409128 0.409128 +5156.045898 0.000000 570.118652 0.000000 0.558432 0.000000 0.829550 0.402652 0.402652 0.402652 +5132.552734 0.000000 591.037781 0.000000 0.367362 0.000000 0.930078 0.448872 0.448872 0.448872 +5134.220703 0.000000 581.924683 0.000000 0.591917 0.000000 0.805999 0.494611 0.494611 0.494611 +5130.351562 0.000000 585.722717 0.000000 0.345165 0.000000 0.938542 0.423774 0.423774 0.423774 +5160.763184 0.000000 579.965942 0.000000 0.575170 0.000000 0.818034 0.452364 0.452364 0.452364 +5123.505371 0.000000 608.269897 0.000000 0.480635 0.000000 0.876921 0.423995 0.423995 0.423995 +5139.771973 0.000000 587.469177 0.000000 0.516263 0.000000 0.856430 0.494796 0.494796 0.494796 +5141.668945 0.000000 574.632629 0.000000 0.676066 0.000000 0.736841 0.403726 0.403726 0.403726 +5150.060547 0.000000 612.998657 0.000000 0.365880 0.000000 0.930662 0.428876 0.428876 0.428876 +5176.315430 0.000000 601.852722 0.000000 0.216294 0.000000 0.976328 0.413274 0.413274 0.413274 +5174.381836 0.000000 594.171387 0.000000 0.634408 0.000000 0.772998 0.421139 0.421139 0.421139 +5182.624512 0.000000 573.663879 0.000000 0.671833 0.000000 0.740703 0.421967 0.421967 0.421967 +5120.156738 0.000000 619.743958 0.000000 0.559067 0.000000 0.829122 0.402664 0.402664 0.402664 +5158.889160 0.000000 588.283386 0.000000 0.572466 0.000000 0.819928 0.402913 0.402913 0.402913 +5168.023926 0.000000 617.378784 0.000000 0.476349 0.000000 0.879256 0.407175 0.407175 0.407175 +5125.464844 0.000000 569.625671 0.000000 0.460417 0.000000 0.887703 0.450899 0.450899 0.450899 +5164.412598 0.000000 607.117493 0.000000 0.218601 0.000000 0.975814 0.413314 0.413314 0.413314 +5154.735840 0.000000 604.496826 0.000000 0.268120 0.000000 0.963385 0.414169 0.414169 0.414169 +5171.402344 0.000000 618.810974 0.000000 0.092934 0.000000 0.995672 0.428413 0.428413 0.428413 +5138.190430 0.000000 574.365906 0.000000 0.696711 0.000000 0.717352 0.451827 0.451827 0.451827 +5158.346680 0.000000 619.101440 0.000000 0.237536 0.000000 0.971379 0.422969 0.422969 0.422969 +5178.305176 0.000000 608.825195 0.000000 0.330579 0.000000 0.943778 0.477137 0.477137 0.477137 +5178.028320 0.000000 577.942322 0.000000 0.512927 0.000000 0.858432 0.474635 0.474635 0.474635 +5165.386719 0.000000 619.550781 0.000000 0.214722 0.000000 0.976675 0.431837 0.431837 0.431837 +5155.666992 0.000000 601.329956 0.000000 0.703823 0.000000 0.710376 0.455673 0.455673 0.455673 +5133.099609 0.000000 584.620361 0.000000 0.322584 0.000000 0.946541 0.449092 0.449092 0.449092 +5155.200195 0.000000 577.640747 0.000000 0.172247 0.000000 0.985054 0.460876 0.460876 0.460876 +5136.244141 0.000000 594.041565 0.000000 0.606216 0.000000 0.795300 0.457931 0.457931 0.457931 +5159.299805 0.000000 611.223206 0.000000 0.652926 0.000000 0.757421 0.451887 0.451887 0.451887 +5143.068359 0.000000 569.354919 0.000000 0.250918 0.000000 0.968008 0.446443 0.446443 0.446443 +5153.412109 0.000000 579.800842 0.000000 0.114467 0.000000 0.993427 0.459624 0.459624 0.459624 +5137.436523 0.000000 588.712769 0.000000 0.658536 0.000000 0.752549 0.532550 0.532550 0.532550 +5169.394043 0.000000 590.173523 0.000000 0.303077 0.000000 0.952966 0.487988 0.487988 0.487988 +5166.693848 0.000000 596.902405 0.000000 0.380509 0.000000 0.924777 0.486487 0.486487 0.486487 +5139.362793 0.000000 592.831604 0.000000 0.160806 0.000000 0.986986 0.477681 0.477681 0.477681 +5144.077637 0.000000 574.240234 0.000000 0.605372 0.000000 0.795943 0.491434 0.491434 0.491434 +5188.458496 0.000000 619.309692 0.000000 0.023615 0.000000 0.999721 0.379992 0.379992 0.379992 +5191.671387 0.000000 589.700317 0.000000 0.054995 0.000000 0.998487 0.410542 0.410542 0.410542 +5215.453613 0.000000 581.573853 0.000000 0.304895 0.000000 0.952386 0.428886 0.428886 0.428886 +5199.130859 0.000000 604.215515 0.000000 0.318135 0.000000 0.948045 0.412692 0.412692 0.412692 +5202.127930 0.000000 578.119812 0.000000 0.575622 0.000000 0.817716 0.412653 0.412653 0.412653 +5221.432617 0.000000 575.870789 0.000000 0.676525 0.000000 0.736420 0.389089 0.389089 0.389089 +5184.254883 0.000000 611.984619 0.000000 0.495703 0.000000 0.868492 0.391894 0.391894 0.391894 +5232.541992 0.000000 587.429016 0.000000 0.071867 0.000000 0.997414 0.411976 0.411976 0.411976 +5193.203613 0.000000 600.544556 0.000000 0.641541 0.000000 0.767089 0.468488 0.468488 0.468488 +5228.760254 0.000000 603.348877 0.000000 0.206463 0.000000 0.978454 0.428207 0.428207 0.428207 +5215.826172 0.000000 572.966125 0.000000 0.699963 0.000000 0.714179 0.409136 0.409136 0.409136 +5219.765137 0.000000 590.690979 0.000000 0.594213 0.000000 0.804308 0.489915 0.489915 0.489915 +5247.586426 0.000000 618.278320 0.000000 0.564946 0.000000 0.825128 0.387016 0.387016 0.387016 +5220.276367 0.000000 598.090515 0.000000 0.105484 0.000000 0.994421 0.402145 0.402145 0.402145 +5202.283691 0.000000 565.976440 0.000000 0.499071 0.000000 0.866561 0.388334 0.388334 0.388334 +5203.007324 0.000000 582.922119 0.000000 0.631940 0.000000 0.775018 0.429579 0.429579 0.429579 +5187.505371 0.000000 608.269897 0.000000 0.027556 0.000000 0.999620 0.406643 0.406643 0.406643 +5209.237793 0.000000 571.002625 0.000000 0.648815 0.000000 0.760946 0.440884 0.440884 0.440884 +5245.524414 0.000000 581.913452 0.000000 0.051523 0.000000 0.998672 0.385104 0.385104 0.385104 +5214.060547 0.000000 612.998657 0.000000 0.675144 0.000000 0.737686 0.441533 0.441533 0.441533 +5188.763672 0.000000 601.035950 0.000000 0.593321 0.000000 0.804966 0.398450 0.398450 0.398450 +5213.237305 0.000000 598.365967 0.000000 0.207046 0.000000 0.978331 0.400278 0.400278 0.400278 +5229.375000 0.000000 589.765442 0.000000 0.650758 0.000000 0.759285 0.514366 0.514366 0.514366 +5225.322754 0.000000 613.119385 0.000000 0.439964 0.000000 0.898016 0.424392 0.424392 0.424392 +5184.009766 0.000000 607.036255 0.000000 0.442941 0.000000 0.896551 0.425638 0.425638 0.425638 +5235.759277 0.000000 596.208618 0.000000 0.700662 0.000000 0.713494 0.442183 0.442183 0.442183 +5191.213379 0.000000 603.043823 0.000000 0.619854 0.000000 0.784717 0.500225 0.500225 0.500225 +5196.721191 0.000000 603.168579 0.000000 0.171564 0.000000 0.985173 0.451714 0.451714 0.451714 +5148.793945 0.000000 624.169922 0.000000 0.045426 0.000000 0.998968 0.379208 0.379208 0.379208 +5140.569336 0.000000 626.714600 0.000000 0.628703 0.000000 0.777646 0.421015 0.421015 0.421015 +5161.385742 0.000000 654.246277 0.000000 0.332630 0.000000 0.943057 0.442297 0.442297 0.442297 +5181.292480 0.000000 633.887085 0.000000 0.465292 0.000000 0.885157 0.392591 0.392591 0.392591 +5170.789551 0.000000 633.415405 0.000000 0.064171 0.000000 0.997939 0.401485 0.401485 0.401485 +5143.491699 0.000000 621.959656 0.000000 0.297443 0.000000 0.954740 0.414682 0.414682 0.414682 +5170.842773 0.000000 639.198059 0.000000 0.342488 0.000000 0.939522 0.415479 0.415479 0.415479 +5160.763184 0.000000 636.450317 0.000000 0.564570 0.000000 0.825385 0.408812 0.408812 0.408812 +5155.991211 0.000000 637.054626 0.000000 0.197741 0.000000 0.980254 0.428045 0.428045 0.428045 +5141.668945 0.000000 631.117004 0.000000 0.090137 0.000000 0.995929 0.411133 0.411133 0.411133 +5152.426758 0.000000 633.765930 0.000000 0.703934 0.000000 0.710266 0.434941 0.434941 0.434941 +5135.831543 0.000000 625.500000 0.000000 0.463073 0.000000 0.886320 0.410524 0.410524 0.410524 +5173.013672 0.000000 655.974487 0.000000 0.571929 0.000000 0.820303 0.412580 0.412580 0.412580 +5172.014648 0.000000 630.171448 0.000000 0.304443 0.000000 0.952531 0.414805 0.414805 0.414805 +5167.537109 0.000000 648.456604 0.000000 0.643109 0.000000 0.765774 0.445589 0.445589 0.445589 +5233.519043 0.000000 627.657776 0.000000 0.680207 0.000000 0.733020 0.388497 0.388497 0.388497 +5191.979980 0.000000 663.463440 0.000000 0.003954 0.000000 0.999992 0.392481 0.392481 0.392481 +5218.900879 0.000000 621.392822 0.000000 0.434683 0.000000 0.900583 0.425477 0.425477 0.425477 +5228.662598 0.000000 671.908325 0.000000 0.262214 0.000000 0.965010 0.397638 0.397638 0.397638 +5225.260742 0.000000 665.550293 0.000000 0.114941 0.000000 0.993372 0.546363 0.546363 0.546363 +5238.816895 0.000000 622.578918 0.000000 0.127187 0.000000 0.991879 0.408287 0.408287 0.408287 +5234.584961 0.000000 649.222351 0.000000 0.627323 0.000000 0.778759 0.413698 0.413698 0.413698 +5195.929688 0.000000 633.333984 0.000000 0.017719 0.000000 0.999843 0.379985 0.379985 0.379985 +5190.330566 0.000000 633.424927 0.000000 0.072772 0.000000 0.997349 0.410841 0.410841 0.410841 +5203.007324 0.000000 639.406494 0.000000 0.642244 0.000000 0.766500 0.416444 0.416444 0.416444 +5224.015625 0.000000 628.956726 0.000000 0.206153 0.000000 0.978520 0.421241 0.421241 0.421241 +5232.023926 0.000000 673.863159 0.000000 0.309897 0.000000 0.950770 0.412549 0.412549 0.412549 +5189.464844 0.000000 626.110046 0.000000 0.383900 0.000000 0.923374 0.416224 0.416224 0.416224 +5218.735840 0.000000 660.981201 0.000000 0.436594 0.000000 0.899659 0.562957 0.562957 0.562957 +5239.060547 0.000000 662.927856 0.000000 0.700413 0.000000 0.713737 0.498015 0.498015 0.498015 +5184.009766 0.000000 663.520630 0.000000 0.065038 0.000000 0.997883 0.410711 0.410711 0.410711 +5245.611816 0.000000 660.087769 0.000000 0.398456 0.000000 0.917188 0.454236 0.454236 0.454236 +5207.191895 0.000000 667.218750 0.000000 0.423353 0.000000 0.905965 0.559330 0.559330 0.559330 +5227.601562 0.000000 674.228210 0.000000 0.397634 0.000000 0.917544 0.512416 0.512416 0.512416 +5268.968750 0.000000 616.968872 0.000000 0.267339 0.000000 0.963602 0.440979 0.440979 0.440979 +5296.205566 0.000000 621.302490 0.000000 0.551282 0.000000 0.834319 0.404937 0.404937 0.404937 +5269.208496 0.000000 604.722961 0.000000 0.366755 0.000000 0.930318 0.451201 0.451201 0.451201 +5290.009766 0.000000 619.780396 0.000000 0.553519 0.000000 0.832836 0.406186 0.406186 0.406186 +5264.971680 0.000000 614.020752 0.000000 0.212783 0.000000 0.977100 0.417871 0.417871 0.417871 +5251.505371 0.000000 608.269897 0.000000 0.378604 0.000000 0.925559 0.398333 0.398333 0.398333 +5251.510742 0.000000 611.771729 0.000000 0.287374 0.000000 0.957818 0.444869 0.444869 0.444869 +5269.934570 0.000000 619.655701 0.000000 0.373968 0.000000 0.927442 0.450185 0.450185 0.450185 +5262.604980 0.000000 612.420715 0.000000 0.340483 0.000000 0.940251 0.458798 0.458798 0.458798 +5256.614258 0.000000 578.372620 0.000000 0.319033 0.000000 0.947743 0.462967 0.462967 0.462967 +5370.368164 0.000000 616.769714 0.000000 0.132507 0.000000 0.991182 0.380446 0.380446 0.380446 +5363.402344 0.000000 618.810974 0.000000 0.315715 0.000000 0.948854 0.460573 0.460573 0.460573 +5276.793945 0.000000 624.169922 0.000000 0.084973 0.000000 0.996383 0.429411 0.429411 0.429411 +5306.807129 0.000000 627.982666 0.000000 0.675943 0.000000 0.736954 0.388995 0.388995 0.388995 +5289.563477 0.000000 647.819153 0.000000 0.418522 0.000000 0.908207 0.384304 0.384304 0.384304 +5250.396484 0.000000 623.190247 0.000000 0.275601 0.000000 0.961272 0.416643 0.416643 0.416643 +5297.519043 0.000000 627.657776 0.000000 0.424944 0.000000 0.905219 0.440677 0.440677 0.440677 +5302.816895 0.000000 622.578918 0.000000 0.460338 0.000000 0.887744 0.514252 0.514252 0.514252 +5292.062988 0.000000 630.317261 0.000000 0.164175 0.000000 0.986431 0.465260 0.465260 0.465260 +5288.763184 0.000000 636.450317 0.000000 0.286203 0.000000 0.958169 0.386209 0.386209 0.386209 +5298.318359 0.000000 621.533997 0.000000 0.068344 0.000000 0.997662 0.419950 0.419950 0.419950 +5286.686523 0.000000 621.633911 0.000000 0.478665 0.000000 0.877998 0.477299 0.477299 0.477299 +5290.673340 0.000000 621.472046 0.000000 0.608858 0.000000 0.793280 0.427854 0.427854 0.427854 +5277.020508 0.000000 634.158508 0.000000 0.481914 0.000000 0.876218 0.420438 0.420438 0.420438 +5290.835938 0.000000 627.334412 0.000000 0.421600 0.000000 0.906782 0.473527 0.473527 0.473527 +5289.967773 0.000000 651.146057 0.000000 0.109864 0.000000 0.993947 0.426430 0.426430 0.426430 +5268.436035 0.000000 663.599976 0.000000 0.360164 0.000000 0.932889 0.466230 0.466230 0.466230 +5271.935547 0.000000 658.383240 0.000000 0.101548 0.000000 0.994831 0.497600 0.497600 0.497600 +5304.742188 0.000000 651.221985 0.000000 0.102140 0.000000 0.994770 0.470668 0.470668 0.470668 +5313.318848 0.000000 660.216553 0.000000 0.157700 0.000000 0.987487 0.454854 0.454854 0.454854 +5362.789551 0.000000 633.415405 0.000000 0.562431 0.000000 0.826844 0.420837 0.420837 0.420837 +5364.014648 0.000000 630.171448 0.000000 0.446149 0.000000 0.894959 0.441122 0.441122 0.441122 +5363.759277 0.000000 652.692993 0.000000 0.650817 0.000000 0.759235 0.509585 0.509585 0.509585 +5316.948730 0.000000 621.443176 0.000000 0.360335 0.000000 0.932823 0.456905 0.456905 0.456905 +5355.690430 0.000000 624.892090 0.000000 0.406436 0.000000 0.913679 0.487153 0.487153 0.487153 +5181.512207 0.000000 677.838684 0.000000 0.611296 0.000000 0.791402 0.501153 0.501153 0.501153 +5179.100586 0.000000 687.905212 0.000000 0.492107 0.000000 0.870535 0.516376 0.516376 0.516376 +5181.251953 0.000000 684.627014 0.000000 0.634554 0.000000 0.772879 0.524542 0.524542 0.524542 +5202.127930 0.000000 691.088562 0.000000 0.504636 0.000000 0.863332 0.386215 0.386215 0.386215 +5242.368164 0.000000 729.738464 0.000000 0.498672 0.000000 0.866791 0.389534 0.389534 0.389534 +5214.530273 0.000000 701.272583 0.000000 0.075058 0.000000 0.997179 0.381961 0.381961 0.381961 +5191.914551 0.000000 679.649414 0.000000 0.620074 0.000000 0.784543 0.387390 0.387390 0.387390 +5245.524414 0.000000 694.882202 0.000000 0.556114 0.000000 0.831106 0.453104 0.453104 0.453104 +5242.462402 0.000000 694.882568 0.000000 0.556417 0.000000 0.830903 0.433941 0.433941 0.433941 +5193.604492 0.000000 705.266907 0.000000 0.343019 0.000000 0.939328 0.505122 0.505122 0.505122 +5194.329590 0.000000 702.517090 0.000000 0.637125 0.000000 0.770761 0.551934 0.551934 0.551934 +5222.646484 0.000000 709.969727 0.000000 0.041419 0.000000 0.999142 0.472650 0.472650 0.472650 +5219.689941 0.000000 729.414124 0.000000 0.428302 0.000000 0.903636 0.492387 0.492387 0.492387 +5206.077637 0.000000 694.987183 0.000000 0.417460 0.000000 0.908695 0.561146 0.561146 0.561146 +5215.328613 0.000000 728.134399 0.000000 0.515893 0.000000 0.856653 0.501848 0.501848 0.501848 +5224.015625 0.000000 741.925476 0.000000 0.547631 0.000000 0.836720 0.428950 0.428950 0.428950 +5289.385742 0.000000 710.730652 0.000000 0.115176 0.000000 0.993345 0.381368 0.381368 0.381368 "} object={ name="pine_dense_generator_1_2" @@ -140,7 +469,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_003_mesh" - count=93 + count=434 transform="122.368271 0.000000 3271.535400 0.000000 0.945636 0.000000 0.325227 0.395402 0.395402 0.395402 118.382050 0.000000 3248.937012 0.000000 0.961100 0.000000 0.276199 0.509039 0.509039 0.509039 121.910492 0.000000 3267.560303 0.000000 0.912497 0.000000 0.409083 0.470490 0.470490 0.470490 @@ -234,6 +563,347 @@ object={ 8.908510 0.000000 3491.446777 0.000000 0.775941 0.000000 0.630805 0.452870 0.452870 0.452870 28.793758 0.000000 3504.873047 0.000000 0.943341 0.000000 0.331825 0.408642 0.408642 0.408642 34.900955 0.000000 3502.095947 0.000000 0.952872 0.000000 0.303372 0.528653 0.528653 0.528653 +5040.205566 0.000000 451.849365 0.000000 0.946826 0.000000 0.321746 0.453352 0.453352 0.453352 +5050.368164 0.000000 447.316589 0.000000 0.949341 0.000000 0.314248 0.421671 0.421671 0.421671 +5033.260742 0.000000 439.612823 0.000000 0.993549 0.000000 0.113406 0.412017 0.412017 0.412017 +5026.932617 0.000000 449.467529 0.000000 0.983491 0.000000 0.180957 0.403255 0.403255 0.403255 +5040.023926 0.000000 447.925659 0.000000 0.945864 0.000000 0.324564 0.439313 0.439313 0.439313 +5037.386719 0.000000 450.097626 0.000000 0.788905 0.000000 0.614516 0.449571 0.449571 0.449571 +5057.884766 0.000000 446.443176 0.000000 0.975334 0.000000 0.220735 0.415521 0.415521 0.415521 +5040.205566 0.000000 508.333740 0.000000 0.999101 0.000000 0.042386 0.405270 0.405270 0.405270 +5055.487305 0.000000 482.102722 0.000000 0.786388 0.000000 0.617733 0.412402 0.412402 0.412402 +5022.236816 0.000000 504.404877 0.000000 0.940909 0.000000 0.338659 0.444131 0.444131 0.444131 +5048.550781 0.000000 484.734161 0.000000 0.824808 0.000000 0.565413 0.442035 0.442035 0.442035 +5036.760254 0.000000 490.380127 0.000000 0.996709 0.000000 0.081062 0.398906 0.398906 0.398906 +5042.789551 0.000000 463.962311 0.000000 0.999430 0.000000 0.033769 0.413218 0.413218 0.413218 +5053.658691 0.000000 487.190735 0.000000 0.972249 0.000000 0.233948 0.446092 0.446092 0.446092 +5047.531250 0.000000 462.478668 0.000000 0.797864 0.000000 0.602837 0.390986 0.390986 0.390986 +5026.932617 0.000000 505.951904 0.000000 0.876201 0.000000 0.481947 0.441309 0.441309 0.441309 +5054.419434 0.000000 494.022308 0.000000 0.943902 0.000000 0.330226 0.417582 0.417582 0.417582 +5054.624512 0.000000 460.695129 0.000000 0.937524 0.000000 0.347920 0.417286 0.417286 0.417286 +5034.673340 0.000000 452.018921 0.000000 0.880885 0.000000 0.473331 0.440231 0.440231 0.440231 +5051.981445 0.000000 507.094238 0.000000 0.862363 0.000000 0.506291 0.420790 0.420790 0.420790 +5053.611816 0.000000 490.634674 0.000000 0.954413 0.000000 0.298489 0.442342 0.442342 0.442342 +5077.705078 0.000000 478.742706 0.000000 0.896041 0.000000 0.443971 0.440820 0.440820 0.440820 +5060.458496 0.000000 506.340973 0.000000 0.932046 0.000000 0.362340 0.394853 0.394853 0.394853 +5114.807129 0.000000 458.529541 0.000000 0.977723 0.000000 0.209897 0.397682 0.397682 0.397682 +5105.272949 0.000000 485.499939 0.000000 0.910688 0.000000 0.413094 0.443951 0.443951 0.443951 +5119.958008 0.000000 472.773987 0.000000 0.971728 0.000000 0.236102 0.460143 0.460143 0.460143 +5056.254883 0.000000 499.015869 0.000000 0.841932 0.000000 0.539584 0.402658 0.402658 0.402658 +5078.478027 0.000000 486.768280 0.000000 0.869868 0.000000 0.493285 0.439825 0.439825 0.439825 +5117.292480 0.000000 464.433960 0.000000 0.983115 0.000000 0.182991 0.432863 0.432863 0.432863 +5091.765137 0.000000 477.722260 0.000000 0.972631 0.000000 0.232355 0.460217 0.460217 0.460217 +5082.074219 0.000000 482.391418 0.000000 0.949154 0.000000 0.314813 0.457304 0.457304 0.457304 +5092.276367 0.000000 485.121765 0.000000 0.956355 0.000000 0.292209 0.451384 0.451384 0.451384 +5090.015137 0.000000 472.370544 0.000000 0.784207 0.000000 0.620499 0.442027 0.442027 0.442027 +5109.994141 0.000000 473.161163 0.000000 0.995456 0.000000 0.095218 0.474548 0.474548 0.474548 +5088.426758 0.000000 464.312805 0.000000 0.998114 0.000000 0.061392 0.408899 0.408899 0.408899 +5094.535645 0.000000 481.383118 0.000000 0.949132 0.000000 0.314878 0.456031 0.456031 0.456031 +5101.311035 0.000000 486.224884 0.000000 0.870093 0.000000 0.492888 0.454840 0.454840 0.454840 +5101.375000 0.000000 476.796661 0.000000 0.805931 0.000000 0.592009 0.448868 0.448868 0.448868 +5094.889160 0.000000 475.314636 0.000000 0.753483 0.000000 0.657467 0.450972 0.450972 0.450972 +5069.506836 0.000000 487.689484 0.000000 0.873154 0.000000 0.487444 0.419887 0.419887 0.419887 +5073.939453 0.000000 493.670593 0.000000 0.962275 0.000000 0.272078 0.447940 0.447940 0.447940 +5079.293457 0.000000 475.439758 0.000000 0.970110 0.000000 0.242665 0.430558 0.430558 0.430558 +5097.204590 0.000000 488.436340 0.000000 0.999271 0.000000 0.038186 0.450945 0.450945 0.450945 +5090.857422 0.000000 481.003906 0.000000 0.951209 0.000000 0.308547 0.454885 0.454885 0.454885 +5104.580566 0.000000 482.315765 0.000000 0.976067 0.000000 0.217470 0.441261 0.441261 0.441261 +5068.457520 0.000000 503.650940 0.000000 0.767234 0.000000 0.641367 0.432912 0.432912 0.432912 +5088.449219 0.000000 477.870300 0.000000 0.998490 0.000000 0.054938 0.461052 0.461052 0.461052 +5103.537109 0.000000 479.003448 0.000000 0.975956 0.000000 0.217966 0.452803 0.452803 0.452803 +5114.462402 0.000000 468.945068 0.000000 0.934670 0.000000 0.355516 0.465345 0.465345 0.465345 +5075.991699 0.000000 485.102478 0.000000 0.958293 0.000000 0.285788 0.446405 0.446405 0.446405 +5114.504395 0.000000 475.633850 0.000000 0.996350 0.000000 0.085362 0.463070 0.463070 0.463070 +5092.759766 0.000000 473.251221 0.000000 0.988388 0.000000 0.151949 0.456625 0.456625 0.456625 +5037.516602 0.000000 523.092651 0.000000 0.845913 0.000000 0.533320 0.392810 0.392810 0.392810 +5050.544434 0.000000 548.782471 0.000000 0.740664 0.000000 0.671876 0.427289 0.427289 0.427289 +5055.958008 0.000000 529.258362 0.000000 0.994846 0.000000 0.101399 0.401821 0.401821 0.401821 +5053.292480 0.000000 520.918335 0.000000 0.928024 0.000000 0.372520 0.435884 0.435884 0.435884 +5053.658691 0.000000 543.675110 0.000000 0.941720 0.000000 0.336398 0.431468 0.431468 0.431468 +5028.276367 0.000000 541.606140 0.000000 0.859134 0.000000 0.511751 0.408159 0.408159 0.408159 +5046.173828 0.000000 514.543640 0.000000 0.806217 0.000000 0.591620 0.450114 0.450114 0.450114 +5053.524414 0.000000 525.429077 0.000000 0.999973 0.000000 0.007326 0.421454 0.421454 0.421454 +5021.237305 0.000000 541.881592 0.000000 0.934615 0.000000 0.355662 0.436197 0.436197 0.436197 +5054.270020 0.000000 512.790771 0.000000 0.997926 0.000000 0.064370 0.419261 0.419261 0.419261 +5050.385254 0.000000 510.951416 0.000000 0.870635 0.000000 0.491929 0.448610 0.448610 0.448610 +5044.003906 0.000000 511.686951 0.000000 0.980321 0.000000 0.197412 0.441620 0.441620 0.441620 +5020.431641 0.000000 515.867249 0.000000 0.751616 0.000000 0.659601 0.426338 0.426338 0.426338 +5050.028320 0.000000 521.457947 0.000000 0.912544 0.000000 0.408977 0.459160 0.459160 0.459160 +5047.819336 0.000000 527.190308 0.000000 0.866377 0.000000 0.499391 0.448451 0.448451 0.448451 +5050.504395 0.000000 532.118225 0.000000 0.995974 0.000000 0.089639 0.453907 0.453907 0.453907 +5093.982422 0.000000 558.621155 0.000000 0.836688 0.000000 0.547680 0.397513 0.397513 0.397513 +5105.272949 0.000000 541.984314 0.000000 0.999829 0.000000 0.018472 0.418669 0.418669 0.418669 +5097.260742 0.000000 552.581543 0.000000 0.947074 0.000000 0.321014 0.406264 0.406264 0.406264 +5070.953125 0.000000 562.331055 0.000000 0.980340 0.000000 0.197315 0.412028 0.412028 0.412028 +5056.098633 0.000000 515.308350 0.000000 0.986497 0.000000 0.163782 0.397708 0.397708 0.397708 +5065.641113 0.000000 561.547241 0.000000 0.927297 0.000000 0.374326 0.435851 0.435851 0.435851 +5101.434082 0.000000 538.088623 0.000000 0.982793 0.000000 0.184708 0.400621 0.400621 0.400621 +5066.351562 0.000000 529.238342 0.000000 0.781279 0.000000 0.624182 0.408555 0.408555 0.408555 +5074.817383 0.000000 538.803284 0.000000 0.726129 0.000000 0.687559 0.396169 0.396169 0.396169 +5073.260254 0.000000 534.816528 0.000000 0.984677 0.000000 0.174390 0.422697 0.422697 0.422697 +5112.315430 0.000000 545.368347 0.000000 0.757015 0.000000 0.653397 0.412910 0.412910 0.412910 +5060.755371 0.000000 536.232056 0.000000 0.990883 0.000000 0.134727 0.480204 0.480204 0.480204 +5117.507812 0.000000 558.136169 0.000000 0.933481 0.000000 0.358626 0.436142 0.436142 0.436142 +5085.530273 0.000000 535.651733 0.000000 0.947231 0.000000 0.320551 0.430478 0.430478 0.430478 +5097.204590 0.000000 544.920715 0.000000 0.753422 0.000000 0.657537 0.417758 0.417758 0.417758 +5097.656250 0.000000 548.469116 0.000000 0.978997 0.000000 0.203874 0.433792 0.433792 0.433792 +5103.917480 0.000000 545.141418 0.000000 0.904714 0.000000 0.426019 0.449990 0.449990 0.449990 +5079.836426 0.000000 558.972229 0.000000 0.998481 0.000000 0.055090 0.450640 0.450640 0.450640 +5065.604492 0.000000 535.813782 0.000000 0.992217 0.000000 0.124518 0.455849 0.455849 0.455849 +5073.360840 0.000000 554.519714 0.000000 0.715498 0.000000 0.698615 0.454780 0.454780 0.454780 +5066.235840 0.000000 552.043579 0.000000 0.988886 0.000000 0.148679 0.505698 0.505698 0.505698 +5048.550781 0.000000 597.702942 0.000000 0.993822 0.000000 0.110982 0.441856 0.441856 0.441856 +5053.658691 0.000000 600.159485 0.000000 0.936862 0.000000 0.349699 0.459134 0.459134 0.459134 +5103.722656 0.000000 609.163391 0.000000 0.911278 0.000000 0.411793 0.440193 0.440193 0.440193 +5105.272949 0.000000 598.468689 0.000000 0.966775 0.000000 0.255629 0.396593 0.396593 0.396593 +5107.456055 0.000000 615.132019 0.000000 0.801535 0.000000 0.597948 0.391359 0.391359 0.391359 +5100.662598 0.000000 615.423950 0.000000 0.823963 0.000000 0.566643 0.403424 0.403424 0.403424 +5110.816895 0.000000 566.094543 0.000000 0.966252 0.000000 0.257599 0.532429 0.532429 0.532429 +5111.107910 0.000000 610.045044 0.000000 0.944600 0.000000 0.328223 0.399779 0.399779 0.399779 +5106.842773 0.000000 582.713684 0.000000 0.999518 0.000000 0.031048 0.419779 0.419779 0.419779 +5092.045898 0.000000 570.118652 0.000000 0.986872 0.000000 0.161503 0.439679 0.439679 0.439679 +5096.763184 0.000000 579.965942 0.000000 0.997459 0.000000 0.071243 0.432153 0.432153 0.432153 +5109.994141 0.000000 586.129883 0.000000 0.902034 0.000000 0.431666 0.422163 0.422163 0.422163 +5096.015625 0.000000 572.472351 0.000000 0.886938 0.000000 0.461888 0.493049 0.493049 0.493049 +5094.889160 0.000000 588.283386 0.000000 0.824369 0.000000 0.566053 0.474237 0.474237 0.474237 +5097.322754 0.000000 613.119385 0.000000 0.992147 0.000000 0.125076 0.444197 0.444197 0.444197 +5114.385254 0.000000 567.435791 0.000000 0.801031 0.000000 0.598623 0.430149 0.430149 0.430149 +5100.376953 0.000000 611.111450 0.000000 0.871620 0.000000 0.490182 0.438636 0.438636 0.438636 +5103.663086 0.000000 574.855652 0.000000 0.999628 0.000000 0.027283 0.436795 0.436795 0.436795 +5102.042969 0.000000 570.698425 0.000000 0.988755 0.000000 0.149543 0.434723 0.434723 0.434723 +5091.104004 0.000000 573.385864 0.000000 0.807362 0.000000 0.590057 0.455097 0.455097 0.455097 +5117.125000 0.000000 617.322998 0.000000 0.772925 0.000000 0.634498 0.482236 0.482236 0.482236 +5124.458496 0.000000 449.856598 0.000000 0.995719 0.000000 0.092429 0.398789 0.398789 0.398789 +5176.065918 0.000000 477.237579 0.000000 0.738378 0.000000 0.674387 0.390096 0.390096 0.390096 +5157.982422 0.000000 502.136810 0.000000 0.949486 0.000000 0.313810 0.430598 0.430598 0.430598 +5183.487305 0.000000 482.102722 0.000000 0.986451 0.000000 0.164059 0.416412 0.416412 0.416412 +5134.007324 0.000000 482.765228 0.000000 0.947219 0.000000 0.320587 0.395470 0.395470 0.395470 +5135.272949 0.000000 473.793549 0.000000 0.736557 0.000000 0.676376 0.468820 0.468820 0.468820 +5176.550781 0.000000 484.734161 0.000000 0.994994 0.000000 0.099935 0.423895 0.423895 0.423895 +5120.098633 0.000000 458.823975 0.000000 0.954241 0.000000 0.299038 0.405330 0.405330 0.405330 +5131.929688 0.000000 463.880859 0.000000 0.903968 0.000000 0.427600 0.442404 0.442404 0.442404 +5139.771973 0.000000 474.500458 0.000000 0.978164 0.000000 0.207833 0.413152 0.413152 0.413152 +5124.763672 0.000000 488.067200 0.000000 0.997040 0.000000 0.076889 0.412569 0.412569 0.412569 +5179.211426 0.000000 481.493134 0.000000 0.887556 0.000000 0.460700 0.436719 0.436719 0.436719 +5149.392090 0.000000 496.548462 0.000000 0.709501 0.000000 0.704705 0.416711 0.416711 0.416711 +5162.288574 0.000000 475.022797 0.000000 0.967149 0.000000 0.254210 0.448276 0.448276 0.448276 +5144.572266 0.000000 491.339355 0.000000 0.721483 0.000000 0.692432 0.434162 0.434162 0.434162 +5164.352051 0.000000 469.136108 0.000000 0.995933 0.000000 0.090098 0.496693 0.496693 0.496693 +5155.689941 0.000000 503.476654 0.000000 0.875062 0.000000 0.484011 0.486250 0.486250 0.486250 +5131.442871 0.000000 469.683594 0.000000 0.977632 0.000000 0.210321 0.488869 0.488869 0.488869 +5215.453613 0.000000 468.605133 0.000000 0.939313 0.000000 0.343061 0.399553 0.399553 0.399553 +5225.260742 0.000000 496.097198 0.000000 0.995223 0.000000 0.097631 0.430418 0.430418 0.430418 +5221.098633 0.000000 494.746002 0.000000 0.987986 0.000000 0.154541 0.425600 0.425600 0.425600 +5196.457520 0.000000 503.650940 0.000000 0.995174 0.000000 0.098128 0.451157 0.451157 0.451157 +5140.968750 0.000000 560.484497 0.000000 0.797691 0.000000 0.603067 0.437481 0.437481 0.437481 +5121.318848 0.000000 547.247803 0.000000 0.885362 0.000000 0.464902 0.439146 0.439146 0.439146 +5158.230957 0.000000 546.888428 0.000000 0.970957 0.000000 0.239255 0.396827 0.396827 0.396827 +5151.758301 0.000000 538.518982 0.000000 0.798853 0.000000 0.601526 0.427609 0.427609 0.427609 +5140.569336 0.000000 513.745850 0.000000 0.915029 0.000000 0.403389 0.478171 0.478171 0.478171 +5135.272949 0.000000 530.277954 0.000000 0.996284 0.000000 0.086126 0.416325 0.416325 0.416325 +5127.979980 0.000000 550.494690 0.000000 0.999943 0.000000 0.010677 0.403116 0.403116 0.403116 +5165.434082 0.000000 538.088623 0.000000 0.759012 0.000000 0.651076 0.391929 0.391929 0.391929 +5174.864258 0.000000 563.358032 0.000000 0.973233 0.000000 0.229820 0.429495 0.429495 0.429495 +5120.163086 0.000000 543.105896 0.000000 0.982179 0.000000 0.187950 0.452083 0.452083 0.452083 +5135.831543 0.000000 512.531250 0.000000 0.998246 0.000000 0.059202 0.446663 0.446663 0.446663 +5156.620605 0.000000 555.067871 0.000000 0.999294 0.000000 0.037575 0.456168 0.456168 0.456168 +5143.371094 0.000000 551.373291 0.000000 0.851552 0.000000 0.524271 0.452896 0.452896 0.452896 +5164.376953 0.000000 554.627075 0.000000 0.978726 0.000000 0.205171 0.471021 0.471021 0.471021 +5161.064941 0.000000 560.064941 0.000000 0.937028 0.000000 0.349255 0.571460 0.571460 0.571460 +5127.213379 0.000000 546.559448 0.000000 0.968423 0.000000 0.249311 0.468834 0.468834 0.468834 +5153.062500 0.000000 560.433289 0.000000 0.899324 0.000000 0.437283 0.506187 0.506187 0.506187 +5161.128906 0.000000 529.225037 0.000000 0.776037 0.000000 0.630688 0.494586 0.494586 0.494586 +5215.453613 0.000000 525.089478 0.000000 0.792577 0.000000 0.609772 0.401385 0.401385 0.401385 +5202.127930 0.000000 521.635437 0.000000 0.994575 0.000000 0.104026 0.401783 0.401783 0.401783 +5215.758301 0.000000 538.518982 0.000000 0.782997 0.000000 0.622026 0.391050 0.391050 0.391050 +5184.254883 0.000000 555.500244 0.000000 0.996374 0.000000 0.085086 0.398869 0.398869 0.398869 +5207.890625 0.000000 527.417053 0.000000 0.738794 0.000000 0.673931 0.428470 0.428470 0.428470 +5235.456055 0.000000 558.647644 0.000000 0.998157 0.000000 0.060688 0.459642 0.459642 0.459642 +5228.062988 0.000000 517.348511 0.000000 0.982053 0.000000 0.188606 0.426330 0.426330 0.426330 +5203.007324 0.000000 526.437744 0.000000 0.930091 0.000000 0.367328 0.439782 0.439782 0.439782 +5203.771973 0.000000 530.984802 0.000000 0.732454 0.000000 0.680817 0.422167 0.422167 0.422167 +5231.663086 0.000000 518.371277 0.000000 0.968577 0.000000 0.248713 0.444540 0.444540 0.444540 +5212.431641 0.000000 515.867249 0.000000 0.794751 0.000000 0.606936 0.423777 0.423777 0.423777 +5195.406250 0.000000 541.430176 0.000000 0.990776 0.000000 0.135512 0.438841 0.438841 0.438841 +5206.628418 0.000000 538.386597 0.000000 0.866202 0.000000 0.499693 0.442194 0.442194 0.442194 +5178.544434 0.000000 605.266846 0.000000 0.726648 0.000000 0.687010 0.515861 0.515861 0.515861 +5151.453613 0.000000 581.573853 0.000000 0.972495 0.000000 0.232923 0.435855 0.435855 0.435855 +5135.130859 0.000000 604.215515 0.000000 0.983972 0.000000 0.178323 0.474142 0.474142 0.474142 +5146.979980 0.000000 606.676575 0.000000 0.790497 0.000000 0.612465 0.444683 0.444683 0.444683 +5169.272949 0.000000 598.468689 0.000000 0.876830 0.000000 0.480800 0.401157 0.401157 0.401157 +5175.638184 0.000000 580.587219 0.000000 0.937107 0.000000 0.349041 0.460415 0.460415 0.460415 +5183.958008 0.000000 585.742737 0.000000 0.964725 0.000000 0.263259 0.444271 0.444271 0.444271 +5143.890625 0.000000 583.901428 0.000000 0.884969 0.000000 0.465651 0.412740 0.412740 0.412740 +5176.550781 0.000000 597.702942 0.000000 0.995131 0.000000 0.098556 0.434293 0.434293 0.434293 +5171.456055 0.000000 615.132019 0.000000 0.756007 0.000000 0.654564 0.412885 0.412885 0.412885 +5134.873047 0.000000 572.890808 0.000000 0.998312 0.000000 0.058071 0.446683 0.446683 0.446683 +5170.789551 0.000000 576.931030 0.000000 0.873269 0.000000 0.487239 0.467458 0.467458 0.467458 +5175.107910 0.000000 610.045044 0.000000 0.982411 0.000000 0.186733 0.432799 0.432799 0.432799 +5178.511719 0.000000 585.353760 0.000000 0.999309 0.000000 0.037180 0.428808 0.428808 0.428808 +5129.063965 0.000000 595.305725 0.000000 0.988341 0.000000 0.152259 0.415304 0.415304 0.415304 +5138.283691 0.000000 565.976440 0.000000 0.938333 0.000000 0.345734 0.466819 0.466819 0.466819 +5131.929688 0.000000 576.849609 0.000000 0.822958 0.000000 0.568102 0.443217 0.443217 0.443217 +5134.875488 0.000000 609.605774 0.000000 0.840424 0.000000 0.541929 0.493427 0.493427 0.493427 +5173.994141 0.000000 586.129883 0.000000 0.965470 0.000000 0.260512 0.404640 0.404640 0.404640 +5158.535645 0.000000 594.351868 0.000000 0.971495 0.000000 0.237060 0.429372 0.429372 0.429372 +5137.260254 0.000000 591.300903 0.000000 0.949994 0.000000 0.312269 0.499267 0.499267 0.499267 +5160.015625 0.000000 572.472351 0.000000 0.876046 0.000000 0.482227 0.458825 0.458825 0.458825 +5149.237305 0.000000 598.365967 0.000000 0.805109 0.000000 0.593126 0.425306 0.425306 0.425306 +5182.419434 0.000000 606.991028 0.000000 0.957563 0.000000 0.288224 0.448910 0.448910 0.448910 +5131.941895 0.000000 606.647766 0.000000 0.936990 0.000000 0.349357 0.415991 0.415991 0.415991 +5128.908691 0.000000 610.743774 0.000000 0.763129 0.000000 0.646246 0.411823 0.411823 0.411823 +5167.868652 0.000000 613.254700 0.000000 0.999079 0.000000 0.042911 0.435228 0.435228 0.435228 +5143.371094 0.000000 607.857666 0.000000 0.996030 0.000000 0.089023 0.438347 0.438347 0.438347 +5171.634277 0.000000 607.571594 0.000000 0.923285 0.000000 0.384115 0.452106 0.452106 0.452106 +5129.866211 0.000000 603.916077 0.000000 0.932758 0.000000 0.360503 0.429766 0.429766 0.429766 +5168.918945 0.000000 579.829895 0.000000 0.932150 0.000000 0.362072 0.452550 0.452550 0.452550 +5146.987305 0.000000 564.932556 0.000000 0.999999 0.000000 0.001714 0.499962 0.499962 0.499962 +5135.197266 0.000000 576.476501 0.000000 0.926373 0.000000 0.376608 0.507773 0.507773 0.507773 +5172.463867 0.000000 579.925598 0.000000 0.919318 0.000000 0.393515 0.480917 0.480917 0.480917 +5168.580566 0.000000 595.284485 0.000000 0.943774 0.000000 0.330590 0.507683 0.507683 0.507683 +5167.537109 0.000000 591.972229 0.000000 0.929519 0.000000 0.368773 0.444820 0.444820 0.444820 +5145.661133 0.000000 567.909973 0.000000 0.882964 0.000000 0.469441 0.441564 0.441564 0.441564 +5129.604492 0.000000 592.298157 0.000000 0.922151 0.000000 0.386830 0.443204 0.443204 0.443204 +5140.994629 0.000000 567.396423 0.000000 0.864792 0.000000 0.502131 0.457132 0.457132 0.457132 +5140.094727 0.000000 580.244629 0.000000 0.874898 0.000000 0.484308 0.456278 0.456278 0.456278 +5134.979980 0.000000 589.683899 0.000000 0.836440 0.000000 0.548059 0.531492 0.531492 0.531492 +5136.716797 0.000000 596.941589 0.000000 0.994595 0.000000 0.103834 0.486029 0.486029 0.486029 +5134.686523 0.000000 579.435242 0.000000 0.888699 0.000000 0.458490 0.505621 0.505621 0.505621 +5152.544434 0.000000 612.175293 0.000000 0.943917 0.000000 0.330182 0.477295 0.477295 0.477295 +5138.128418 0.000000 585.605347 0.000000 0.981083 0.000000 0.193588 0.493092 0.493092 0.493092 +5240.065918 0.000000 590.206360 0.000000 0.995783 0.000000 0.091745 0.503137 0.503137 0.503137 +5210.979980 0.000000 606.676575 0.000000 0.962171 0.000000 0.272445 0.453041 0.453041 0.453041 +5221.982422 0.000000 615.105530 0.000000 0.896849 0.000000 0.442336 0.439595 0.439595 0.439595 +5215.758301 0.000000 595.003357 0.000000 0.984058 0.000000 0.177849 0.397581 0.397581 0.397581 +5186.396484 0.000000 566.705872 0.000000 0.904758 0.000000 0.425925 0.432356 0.432356 0.432356 +5247.487305 0.000000 595.071472 0.000000 0.940161 0.000000 0.340732 0.405954 0.405954 0.405954 +5198.007324 0.000000 595.733948 0.000000 0.814091 0.000000 0.580737 0.433012 0.433012 0.433012 +5207.890625 0.000000 583.901428 0.000000 0.855386 0.000000 0.517991 0.441811 0.441811 0.441811 +5214.530273 0.000000 588.303833 0.000000 0.924152 0.000000 0.382025 0.453412 0.453412 0.453412 +5225.260742 0.000000 609.065918 0.000000 0.999820 0.000000 0.018962 0.443461 0.443461 0.443461 +5234.584961 0.000000 592.737976 0.000000 0.851501 0.000000 0.524353 0.422947 0.422947 0.422947 +5207.491699 0.000000 565.475281 0.000000 0.757313 0.000000 0.653052 0.394369 0.394369 0.394369 +5193.641113 0.000000 618.031616 0.000000 0.991543 0.000000 0.129781 0.416946 0.416946 0.416946 +5229.434082 0.000000 594.572998 0.000000 0.741546 0.000000 0.670902 0.429769 0.429769 0.429769 +5209.505859 0.000000 618.615479 0.000000 0.773548 0.000000 0.633738 0.434319 0.434319 0.434319 +5211.131348 0.000000 580.964905 0.000000 0.777451 0.000000 0.628944 0.409699 0.409699 0.409699 +5201.260254 0.000000 591.300903 0.000000 0.898048 0.000000 0.439898 0.427054 0.427054 0.427054 +5243.211426 0.000000 594.461914 0.000000 0.988869 0.000000 0.148787 0.423111 0.423111 0.423111 +5185.884766 0.000000 615.896301 0.000000 0.904310 0.000000 0.426876 0.428556 0.428556 0.428556 +5195.941895 0.000000 606.647766 0.000000 0.989436 0.000000 0.144973 0.452883 0.452883 0.452883 +5225.204590 0.000000 601.405090 0.000000 0.800950 0.000000 0.598731 0.426429 0.426429 0.426429 +5213.020508 0.000000 577.674133 0.000000 0.985651 0.000000 0.168797 0.431815 0.431815 0.431815 +5218.857422 0.000000 593.972656 0.000000 0.920648 0.000000 0.390394 0.436815 0.436815 0.436815 +5213.422852 0.000000 603.395569 0.000000 0.802589 0.000000 0.596532 0.440103 0.440103 0.440103 +5245.032715 0.000000 587.031799 0.000000 0.839859 0.000000 0.542804 0.443772 0.443772 0.443772 +5200.244141 0.000000 594.041565 0.000000 0.985512 0.000000 0.169606 0.503921 0.503921 0.503921 +5176.065918 0.000000 646.690735 0.000000 0.772647 0.000000 0.634835 0.437993 0.437993 0.437993 +5176.550781 0.000000 654.187317 0.000000 0.885521 0.000000 0.464599 0.393365 0.393365 0.393365 +5172.365234 0.000000 660.594360 0.000000 0.999361 0.000000 0.035745 0.399504 0.399504 0.399504 +5156.045898 0.000000 626.603027 0.000000 0.815323 0.000000 0.579007 0.425598 0.425598 0.425598 +5175.531250 0.000000 631.931824 0.000000 0.931405 0.000000 0.363984 0.429704 0.429704 0.429704 +5154.015137 0.000000 641.823669 0.000000 0.916759 0.000000 0.399442 0.440433 0.440433 0.440433 +5158.535645 0.000000 650.836243 0.000000 0.963034 0.000000 0.269380 0.449268 0.449268 0.449268 +5179.211426 0.000000 650.946289 0.000000 0.998945 0.000000 0.045912 0.437783 0.437783 0.437783 +5182.624512 0.000000 630.148254 0.000000 0.870738 0.000000 0.491747 0.427331 0.427331 0.427331 +5181.507812 0.000000 671.104919 0.000000 0.914143 0.000000 0.405393 0.463016 0.463016 0.463016 +5179.981445 0.000000 676.547363 0.000000 0.802162 0.000000 0.597106 0.504168 0.504168 0.504168 +5160.974609 0.000000 632.849670 0.000000 0.999330 0.000000 0.036597 0.448367 0.448367 0.448367 +5171.759277 0.000000 652.692993 0.000000 0.818661 0.000000 0.574278 0.438116 0.438116 0.438116 +5154.857422 0.000000 650.457031 0.000000 0.995697 0.000000 0.092666 0.446068 0.446068 0.446068 +5185.451172 0.000000 633.503784 0.000000 0.843412 0.000000 0.537267 0.400196 0.400196 0.400196 +5242.544434 0.000000 661.751221 0.000000 0.857409 0.000000 0.514636 0.414372 0.414372 0.414372 +5240.065918 0.000000 646.690735 0.000000 0.982819 0.000000 0.184574 0.421244 0.421244 0.421244 +5233.272949 0.000000 654.953064 0.000000 0.758092 0.000000 0.652147 0.390210 0.390210 0.390210 +5239.638184 0.000000 637.071594 0.000000 0.999434 0.000000 0.033635 0.399546 0.399546 0.399546 +5188.032715 0.000000 652.939697 0.000000 0.713690 0.000000 0.700462 0.389460 0.389460 0.389460 +5222.893555 0.000000 640.775452 0.000000 0.790530 0.000000 0.612424 0.391015 0.391015 0.391015 +5204.089355 0.000000 666.145020 0.000000 0.991620 0.000000 0.129185 0.486780 0.486780 0.486780 +5184.098633 0.000000 628.277100 0.000000 0.995248 0.000000 0.097376 0.416152 0.416152 0.416152 +5191.914551 0.000000 623.165039 0.000000 0.811063 0.000000 0.584959 0.399353 0.399353 0.399353 +5203.771973 0.000000 643.953552 0.000000 0.983438 0.000000 0.181245 0.414854 0.414854 0.414854 +5222.535645 0.000000 650.836243 0.000000 0.996354 0.000000 0.085319 0.416338 0.416338 0.416338 +5221.098633 0.000000 664.199097 0.000000 0.710372 0.000000 0.703826 0.557318 0.557318 0.557318 +5213.237305 0.000000 654.850342 0.000000 0.997217 0.000000 0.074549 0.438595 0.438595 0.438595 +5246.419434 0.000000 663.475403 0.000000 0.992477 0.000000 0.122432 0.446832 0.446832 0.446832 +5187.837402 0.000000 644.890198 0.000000 0.978267 0.000000 0.207349 0.426019 0.426019 0.426019 +5230.042969 0.000000 627.182800 0.000000 0.998470 0.000000 0.055288 0.451937 0.451937 0.451937 +5235.634277 0.000000 664.055969 0.000000 0.773659 0.000000 0.633602 0.505493 0.505493 0.505493 +5242.028320 0.000000 634.426697 0.000000 0.709380 0.000000 0.704826 0.430185 0.430185 0.430185 +5225.064941 0.000000 673.033691 0.000000 0.788998 0.000000 0.614396 0.576702 0.576702 0.576702 +5239.819336 0.000000 640.159058 0.000000 0.757159 0.000000 0.653231 0.462118 0.462118 0.462118 +5209.916992 0.000000 666.094299 0.000000 0.980177 0.000000 0.198125 0.537864 0.537864 0.537864 +5214.608887 0.000000 626.867798 0.000000 0.981078 0.000000 0.193615 0.468687 0.468687 0.468687 +5223.591309 0.000000 663.164185 0.000000 0.990735 0.000000 0.135813 0.584633 0.584633 0.584633 +5203.443848 0.000000 671.247925 0.000000 0.737056 0.000000 0.675831 0.473716 0.473716 0.473716 +5306.368164 0.000000 616.769714 0.000000 0.885951 0.000000 0.463779 0.454221 0.454221 0.454221 +5256.407715 0.000000 572.656128 0.000000 0.828220 0.000000 0.560403 0.442145 0.442145 0.442145 +5252.032715 0.000000 596.455322 0.000000 0.953206 0.000000 0.302321 0.395829 0.395829 0.395829 +5255.979980 0.000000 606.979065 0.000000 0.710343 0.000000 0.703856 0.398301 0.398301 0.398301 +5311.586426 0.000000 618.278320 0.000000 0.991937 0.000000 0.126732 0.418288 0.418288 0.418288 +5248.156738 0.000000 619.743958 0.000000 0.762476 0.000000 0.647016 0.420452 0.420452 0.420452 +5296.023926 0.000000 617.378784 0.000000 0.753648 0.000000 0.657279 0.425159 0.425159 0.425159 +5286.346680 0.000000 619.101440 0.000000 0.788594 0.000000 0.614914 0.428560 0.428560 0.428560 +5248.009766 0.000000 607.036255 0.000000 0.807406 0.000000 0.589996 0.460042 0.460042 0.460042 +5254.057129 0.000000 609.781494 0.000000 0.996682 0.000000 0.081393 0.503374 0.503374 0.503374 +5276.380371 0.000000 619.694092 0.000000 0.996252 0.000000 0.086494 0.474724 0.474724 0.474724 +5316.458496 0.000000 619.309692 0.000000 0.896451 0.000000 0.443142 0.425734 0.425734 0.425734 +5311.487305 0.000000 651.555847 0.000000 0.967814 0.000000 0.251667 0.396621 0.396621 0.396621 +5285.432617 0.000000 632.355164 0.000000 0.900429 0.000000 0.435003 0.551187 0.551187 0.551187 +5281.210449 0.000000 666.201477 0.000000 0.946387 0.000000 0.323035 0.425343 0.425343 0.425343 +5248.098633 0.000000 628.277100 0.000000 0.988780 0.000000 0.149379 0.415349 0.415349 0.415349 +5264.971680 0.000000 670.505127 0.000000 0.810454 0.000000 0.585802 0.395599 0.395599 0.395599 +5292.083496 0.000000 641.389099 0.000000 0.868453 0.000000 0.495772 0.405930 0.405930 0.405930 +5307.211426 0.000000 650.946289 0.000000 0.947931 0.000000 0.318477 0.408854 0.408854 0.408854 +5248.514160 0.000000 637.408997 0.000000 0.868680 0.000000 0.495374 0.419740 0.419740 0.419740 +5310.419434 0.000000 663.475403 0.000000 0.995573 0.000000 0.093995 0.567833 0.567833 0.567833 +5293.311035 0.000000 655.678040 0.000000 0.948312 0.000000 0.317340 0.413972 0.413972 0.413972 +5302.381836 0.000000 650.655762 0.000000 0.729090 0.000000 0.684418 0.419627 0.419627 0.419627 +5300.003906 0.000000 624.655701 0.000000 0.909648 0.000000 0.415379 0.486688 0.486688 0.486688 +5295.537109 0.000000 648.456604 0.000000 0.966407 0.000000 0.257018 0.458452 0.458452 0.458452 +5273.661133 0.000000 624.394348 0.000000 0.999504 0.000000 0.031496 0.479746 0.479746 0.479746 +5273.916992 0.000000 666.094299 0.000000 0.950628 0.000000 0.310334 0.444668 0.444668 0.444668 +5292.194824 0.000000 633.405518 0.000000 0.992327 0.000000 0.123644 0.468799 0.468799 0.468799 +5286.581055 0.000000 656.452576 0.000000 0.956439 0.000000 0.291932 0.467951 0.467951 0.467951 +5278.608887 0.000000 626.867798 0.000000 0.993798 0.000000 0.111204 0.472929 0.472929 0.472929 +5302.158691 0.000000 653.387878 0.000000 0.912438 0.000000 0.409216 0.506927 0.506927 0.506927 +5266.498535 0.000000 625.146118 0.000000 0.765393 0.000000 0.643563 0.492976 0.492976 0.492976 +5279.328613 0.000000 671.650024 0.000000 0.773002 0.000000 0.634403 0.487135 0.487135 0.487135 +5313.451172 0.000000 633.503784 0.000000 0.846921 0.000000 0.531718 0.511027 0.511027 0.511027 +5319.671387 0.000000 646.184692 0.000000 0.991076 0.000000 0.133297 0.537023 0.537023 0.537023 +5330.127930 0.000000 634.604187 0.000000 0.838084 0.000000 0.545541 0.397550 0.397550 0.397550 +5314.396484 0.000000 623.190247 0.000000 0.881204 0.000000 0.472737 0.472794 0.472794 0.472794 +5316.032715 0.000000 652.939697 0.000000 0.787769 0.000000 0.615971 0.498699 0.498699 0.498699 +5357.943359 0.000000 623.683044 0.000000 0.879320 0.000000 0.476231 0.497667 0.497667 0.497667 +5319.914551 0.000000 623.165039 0.000000 0.958382 0.000000 0.285490 0.415766 0.415766 0.415766 +5367.531250 0.000000 631.931824 0.000000 0.995228 0.000000 0.097574 0.457650 0.457650 0.457650 +5354.288574 0.000000 644.475952 0.000000 0.999243 0.000000 0.038897 0.505645 0.505645 0.505645 +5363.016113 0.000000 642.179260 0.000000 0.901007 0.000000 0.433805 0.442281 0.442281 0.442281 +5313.451660 0.000000 630.720581 0.000000 0.727956 0.000000 0.685624 0.509860 0.509860 0.509860 +5315.913086 0.000000 632.264648 0.000000 0.789019 0.000000 0.614368 0.534180 0.534180 0.534180 +5178.807129 0.000000 684.467041 0.000000 0.949500 0.000000 0.313768 0.511907 0.511907 0.511907 +5172.003906 0.000000 681.140076 0.000000 0.966901 0.000000 0.255153 0.432903 0.432903 0.432903 +5173.566895 0.000000 690.274719 0.000000 0.826168 0.000000 0.563424 0.518707 0.518707 0.518707 +5176.473633 0.000000 685.943237 0.000000 0.997639 0.000000 0.068671 0.529636 0.529636 0.529636 +5177.460938 0.000000 677.915771 0.000000 0.894481 0.000000 0.447106 0.490923 0.490923 0.490923 +5240.065918 0.000000 703.175110 0.000000 0.983514 0.000000 0.180833 0.425170 0.425170 0.425170 +5231.722656 0.000000 722.132141 0.000000 0.993986 0.000000 0.109507 0.474258 0.474258 0.474258 +5239.638184 0.000000 693.555969 0.000000 0.790758 0.000000 0.612129 0.390922 0.390922 0.390922 +5240.550781 0.000000 710.671692 0.000000 0.941948 0.000000 0.335758 0.418762 0.418762 0.418762 +5184.098633 0.000000 684.761475 0.000000 0.988797 0.000000 0.149268 0.595051 0.595051 0.595051 +5210.364746 0.000000 703.373840 0.000000 0.989647 0.000000 0.143520 0.446453 0.446453 0.446453 +5238.173828 0.000000 683.996765 0.000000 0.994693 0.000000 0.102885 0.444590 0.444590 0.444590 +5201.260254 0.000000 704.269653 0.000000 0.741030 0.000000 0.671471 0.434670 0.434670 0.434670 +5224.974609 0.000000 689.334045 0.000000 0.841312 0.000000 0.540550 0.442576 0.442576 0.442576 +5209.916992 0.000000 722.578674 0.000000 0.888298 0.000000 0.459267 0.489368 0.489368 0.489368 +5217.062500 0.000000 729.886414 0.000000 0.900290 0.000000 0.435291 0.585361 0.585361 0.585361 +5225.128906 0.000000 698.678162 0.000000 0.811016 0.000000 0.585024 0.555956 0.555956 0.555956 +5203.362793 0.000000 705.800354 0.000000 0.999379 0.000000 0.035231 0.564347 0.564347 0.564347 +5260.978516 0.000000 678.548462 0.000000 0.722772 0.000000 0.691086 0.397331 0.397331 0.397331 +5250.500488 0.000000 697.556580 0.000000 0.996078 0.000000 0.088477 0.398810 0.398810 0.398810 +5284.276367 0.000000 711.059265 0.000000 0.868441 0.000000 0.495793 0.475987 0.475987 0.475987 +5248.514160 0.000000 693.893372 0.000000 0.995689 0.000000 0.092754 0.421415 0.421415 0.421415 +5295.339355 0.000000 678.058533 0.000000 0.998644 0.000000 0.052060 0.575563 0.575563 0.575563 "} object={ name="pine_dense_generator_1_3" @@ -242,7 +912,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_004_mesh" - count=102 + count=461 transform="105.563477 0.000000 3246.100342 0.000000 0.893129 0.000000 -0.449801 0.462767 0.462767 0.462767 94.236908 0.000000 3272.139160 0.000000 0.966255 0.000000 -0.257589 0.403460 0.403460 0.403460 105.385597 0.000000 3252.527588 0.000000 0.949916 0.000000 -0.312506 0.531318 0.531318 0.531318 @@ -345,6 +1015,365 @@ object={ 11.786283 0.000000 3507.084229 0.000000 0.986873 0.000000 -0.161498 0.428075 0.428075 0.428075 15.831329 0.000000 3506.203125 0.000000 0.883323 0.000000 -0.468765 0.433264 0.433264 0.433264 4.948599 0.000000 3502.146240 0.000000 0.720287 0.000000 -0.693676 0.625377 0.625377 0.625377 +5025.210449 0.000000 440.263947 0.000000 0.969280 0.000000 -0.245958 0.403325 0.403325 0.403325 +5034.009766 0.000000 450.327271 0.000000 0.982972 0.000000 -0.183754 0.456295 0.456295 0.456295 +5033.322754 0.000000 443.666260 0.000000 0.813433 0.000000 -0.581658 0.451843 0.451843 0.451843 +5036.376953 0.000000 441.658325 0.000000 0.850939 0.000000 -0.525264 0.439758 0.439758 0.439758 +5060.458496 0.000000 449.856598 0.000000 0.993719 0.000000 -0.111902 0.431233 0.431233 0.431233 +5050.544434 0.000000 492.298096 0.000000 0.944748 0.000000 -0.327798 0.453629 0.453629 0.453629 +5050.368164 0.000000 503.800964 0.000000 0.833982 0.000000 -0.551792 0.408084 0.408084 0.408084 +5039.722656 0.000000 496.194672 0.000000 0.960123 0.000000 -0.279579 0.403721 0.403721 0.403721 +5041.272949 0.000000 485.499939 0.000000 0.712367 0.000000 -0.701807 0.425417 0.425417 0.425417 +5046.816895 0.000000 453.125793 0.000000 0.918056 0.000000 -0.396451 0.469804 0.469804 0.469804 +5053.292480 0.000000 464.433960 0.000000 0.932726 0.000000 -0.360586 0.405047 0.405047 0.405047 +5047.107910 0.000000 497.076294 0.000000 0.995975 0.000000 -0.089636 0.417707 0.417707 0.417707 +5046.864258 0.000000 506.873627 0.000000 0.954131 0.000000 -0.299388 0.428997 0.428997 0.428997 +5051.211426 0.000000 481.493134 0.000000 0.875325 0.000000 -0.483535 0.432173 0.432173 0.432173 +5054.270020 0.000000 456.306396 0.000000 0.947490 0.000000 -0.319785 0.453479 0.453479 0.453479 +5022.953613 0.000000 508.127533 0.000000 0.852987 0.000000 -0.521932 0.465642 0.465642 0.465642 +5047.060547 0.000000 493.474731 0.000000 0.967753 0.000000 -0.251900 0.446886 0.446886 0.446886 +5052.832520 0.000000 484.196747 0.000000 0.859278 0.000000 -0.511509 0.454495 0.454495 0.454495 +5057.451172 0.000000 464.050629 0.000000 0.982999 0.000000 -0.183610 0.411199 0.411199 0.411199 +5114.544434 0.000000 492.298096 0.000000 0.989976 0.000000 -0.141234 0.401932 0.401932 0.401932 +5057.318848 0.000000 490.763397 0.000000 0.908659 0.000000 -0.417540 0.429651 0.429651 0.429651 +5063.671387 0.000000 476.731567 0.000000 0.885766 0.000000 -0.464132 0.406362 0.406362 0.406362 +5082.979980 0.000000 493.707825 0.000000 0.999121 0.000000 -0.041922 0.414356 0.414356 0.414356 +5070.007324 0.000000 482.765228 0.000000 0.997424 0.000000 -0.071734 0.433207 0.433207 0.433207 +5079.890625 0.000000 470.932709 0.000000 0.865543 0.000000 -0.500835 0.420250 0.420250 0.420250 +5065.203613 0.000000 487.575775 0.000000 0.944107 0.000000 -0.329639 0.408053 0.408053 0.408053 +5097.260742 0.000000 496.097198 0.000000 0.792646 0.000000 -0.609683 0.418092 0.418092 0.418092 +5108.365234 0.000000 491.141235 0.000000 0.976692 0.000000 -0.214648 0.427608 0.427608 0.427608 +5117.658691 0.000000 487.190735 0.000000 0.883164 0.000000 -0.469064 0.435984 0.435984 0.435984 +5114.511719 0.000000 472.384979 0.000000 0.745007 0.000000 -0.667057 0.478685 0.478685 0.478685 +5117.212891 0.000000 477.266785 0.000000 0.994720 0.000000 -0.102623 0.466674 0.466674 0.466674 +5073.256836 0.000000 486.589874 0.000000 0.993131 0.000000 -0.117009 0.441872 0.441872 0.441872 +5101.434082 0.000000 481.604279 0.000000 0.911871 0.000000 -0.410477 0.457912 0.457912 0.457912 +5100.083496 0.000000 471.935974 0.000000 0.916979 0.000000 -0.398935 0.461741 0.461741 0.461741 +5067.929688 0.000000 463.880859 0.000000 0.969311 0.000000 -0.245836 0.409469 0.409469 0.409469 +5062.330566 0.000000 463.971802 0.000000 0.936508 0.000000 -0.350645 0.431199 0.431199 0.431199 +5082.364746 0.000000 477.436310 0.000000 0.998779 0.000000 -0.049393 0.453838 0.453838 0.453838 +5074.817383 0.000000 482.318909 0.000000 0.983302 0.000000 -0.181984 0.457590 0.457590 0.457590 +5060.047852 0.000000 460.225067 0.000000 0.765783 0.000000 -0.643099 0.455942 0.455942 0.455942 +5083.932617 0.000000 472.144653 0.000000 0.998515 0.000000 -0.054485 0.432923 0.432923 0.432923 +5110.381836 0.000000 481.202606 0.000000 0.990430 0.000000 -0.138013 0.444877 0.444877 0.444877 +5098.288574 0.000000 475.022797 0.000000 0.736443 0.000000 -0.676500 0.478929 0.478929 0.478929 +5107.759277 0.000000 483.239838 0.000000 0.953951 0.000000 -0.299962 0.443732 0.443732 0.443732 +5097.967773 0.000000 481.692932 0.000000 0.953293 0.000000 -0.302046 0.463873 0.463873 0.463873 +5094.581055 0.000000 486.999451 0.000000 0.872151 0.000000 -0.489236 0.463582 0.463582 0.463582 +5068.083496 0.000000 497.388855 0.000000 0.712088 0.000000 -0.702090 0.476817 0.476817 0.476817 +5103.447754 0.000000 464.560699 0.000000 0.901876 0.000000 -0.431995 0.481403 0.481403 0.481403 +5050.807129 0.000000 515.013916 0.000000 0.999854 0.000000 -0.017075 0.461106 0.461106 0.461106 +5032.832520 0.000000 511.860535 0.000000 0.713003 0.000000 -0.701161 0.410359 0.410359 0.410359 +5041.519043 0.000000 514.689026 0.000000 0.981692 0.000000 -0.190477 0.424564 0.424564 0.424564 +5018.122559 0.000000 519.167786 0.000000 0.999940 0.000000 -0.010940 0.400150 0.400150 0.400150 +5048.550781 0.000000 541.218567 0.000000 0.989988 0.000000 -0.141148 0.431712 0.431712 0.431712 +5024.032227 0.000000 545.297241 0.000000 0.809959 0.000000 -0.586486 0.454692 0.454692 0.454692 +5046.816895 0.000000 509.610168 0.000000 0.995626 0.000000 -0.093424 0.441467 0.441467 0.441467 +5023.826172 0.000000 516.481750 0.000000 0.749323 0.000000 -0.662205 0.441167 0.441167 0.441167 +5042.584961 0.000000 536.253601 0.000000 0.941999 0.000000 -0.335615 0.404751 0.404751 0.404751 +5042.842773 0.000000 526.229309 0.000000 0.762731 0.000000 -0.646715 0.435317 0.435317 0.435317 +5028.045898 0.000000 513.634277 0.000000 0.925586 0.000000 -0.378539 0.420906 0.420906 0.420906 +5046.381836 0.000000 537.687012 0.000000 0.909148 0.000000 -0.416473 0.445852 0.445852 0.445852 +5024.618164 0.000000 511.724976 0.000000 0.917623 0.000000 -0.397453 0.465767 0.465767 0.465767 +5053.611816 0.000000 547.119019 0.000000 0.999840 0.000000 -0.017881 0.434938 0.434938 0.434938 +5051.100586 0.000000 518.452087 0.000000 0.999990 0.000000 -0.004504 0.467407 0.467407 0.467407 +5114.544434 0.000000 548.782471 0.000000 0.997596 0.000000 -0.069296 0.441054 0.441054 0.441054 +5077.705078 0.000000 535.227051 0.000000 0.999123 0.000000 -0.041874 0.430092 0.430092 0.430092 +5057.318848 0.000000 547.247803 0.000000 0.847654 0.000000 -0.530549 0.450786 0.450786 0.450786 +5056.254883 0.000000 555.500244 0.000000 0.959182 0.000000 -0.282789 0.415363 0.415363 0.415363 +5071.272949 0.000000 530.277954 0.000000 0.733405 0.000000 -0.679792 0.431868 0.431868 0.431868 +5079.890625 0.000000 527.417053 0.000000 0.848944 0.000000 -0.528483 0.407507 0.407507 0.407507 +5060.032715 0.000000 539.970947 0.000000 0.868248 0.000000 -0.496131 0.501983 0.501983 0.501983 +5058.500488 0.000000 528.103455 0.000000 0.997402 0.000000 -0.072033 0.400983 0.400983 0.400983 +5086.530273 0.000000 531.819458 0.000000 0.988628 0.000000 -0.150383 0.404097 0.404097 0.404097 +5065.203613 0.000000 544.060181 0.000000 0.889896 0.000000 -0.456163 0.450673 0.450673 0.450673 +5081.621582 0.000000 556.234253 0.000000 0.928697 0.000000 -0.370840 0.466581 0.466581 0.466581 +5062.215332 0.000000 557.296997 0.000000 0.961246 0.000000 -0.275693 0.476746 0.476746 0.476746 +5072.971680 0.000000 557.536377 0.000000 0.999327 0.000000 -0.036686 0.474588 0.474588 0.474588 +5070.875488 0.000000 553.121399 0.000000 0.984057 0.000000 -0.177852 0.477420 0.477420 0.477420 +5081.505859 0.000000 562.131104 0.000000 0.907129 0.000000 -0.420854 0.409456 0.409456 0.409456 +5082.364746 0.000000 533.920715 0.000000 0.727037 0.000000 -0.686598 0.461120 0.461120 0.461120 +5090.932617 0.000000 562.436279 0.000000 0.922970 0.000000 -0.384872 0.441221 0.441221 0.441221 +5086.060547 0.000000 556.514282 0.000000 0.973423 0.000000 -0.229013 0.455802 0.455802 0.455802 +5085.237305 0.000000 541.881592 0.000000 0.976466 0.000000 -0.215674 0.426295 0.426295 0.426295 +5067.941895 0.000000 550.163391 0.000000 0.987674 0.000000 -0.156524 0.490243 0.490243 0.490243 +5064.908691 0.000000 554.259399 0.000000 0.951183 0.000000 -0.308629 0.513718 0.513718 0.513718 +5104.023926 0.000000 560.894409 0.000000 0.922124 0.000000 -0.386895 0.508852 0.508852 0.508852 +5113.910645 0.000000 556.310425 0.000000 0.882776 0.000000 -0.469794 0.561556 0.561556 0.561556 +5079.293457 0.000000 531.924133 0.000000 0.996864 0.000000 -0.079134 0.426752 0.426752 0.426752 +5060.957520 0.000000 548.206482 0.000000 0.970605 0.000000 -0.240679 0.458686 0.458686 0.458686 +5085.392090 0.000000 553.032837 0.000000 0.872252 0.000000 -0.489057 0.439071 0.439071 0.439071 +5107.634277 0.000000 551.087219 0.000000 0.717766 0.000000 -0.696285 0.465529 0.465529 0.465529 +5065.866211 0.000000 547.431702 0.000000 0.907475 0.000000 -0.420107 0.451333 0.451333 0.451333 +5111.062500 0.000000 559.376831 0.000000 0.983742 0.000000 -0.179587 0.461526 0.461526 0.461526 +5083.595215 0.000000 558.883118 0.000000 0.896300 0.000000 -0.443447 0.454495 0.454495 0.454495 +5101.386719 0.000000 563.066406 0.000000 0.843897 0.000000 -0.536505 0.538786 0.538786 0.538786 +5068.457520 0.000000 560.135315 0.000000 0.955304 0.000000 -0.295626 0.449011 0.449011 0.449011 +5119.697754 0.000000 553.083496 0.000000 0.992870 0.000000 -0.119200 0.510593 0.510593 0.510593 +5053.212891 0.000000 590.235535 0.000000 0.842242 0.000000 -0.539099 0.416829 0.416829 0.416829 +5050.631836 0.000000 599.980164 0.000000 0.831091 0.000000 -0.556136 0.473249 0.473249 0.473249 +5076.968750 0.000000 616.968872 0.000000 0.905259 0.000000 -0.424861 0.412219 0.412219 0.412219 +5057.318848 0.000000 603.732178 0.000000 0.999744 0.000000 -0.022612 0.400314 0.400314 0.400314 +5084.793945 0.000000 567.685547 0.000000 0.865499 0.000000 -0.500910 0.406994 0.406994 0.406994 +5114.368164 0.000000 616.769714 0.000000 0.732975 0.000000 -0.680255 0.481809 0.481809 0.481809 +5111.638184 0.000000 580.587219 0.000000 0.959272 0.000000 -0.282483 0.403789 0.403789 0.403789 +5119.958008 0.000000 585.742737 0.000000 0.885956 0.000000 -0.463770 0.406429 0.406429 0.406429 +5104.541992 0.000000 587.429016 0.000000 0.727773 0.000000 -0.685818 0.437532 0.437532 0.437532 +5117.512207 0.000000 564.869934 0.000000 0.895432 0.000000 -0.445199 0.411193 0.411193 0.411193 +5091.765137 0.000000 590.690979 0.000000 0.952540 0.000000 -0.304412 0.509582 0.509582 0.509582 +5106.584961 0.000000 592.737976 0.000000 0.981687 0.000000 -0.190499 0.405998 0.405998 0.405998 +5092.276367 0.000000 598.090515 0.000000 0.916776 0.000000 -0.399401 0.564895 0.564895 0.564895 +5065.063965 0.000000 595.305725 0.000000 0.886851 0.000000 -0.462056 0.426364 0.426364 0.426364 +5060.763672 0.000000 601.035950 0.000000 0.988637 0.000000 -0.150322 0.413349 0.413349 0.413349 +5118.270020 0.000000 569.275146 0.000000 0.965846 0.000000 -0.259117 0.469723 0.469723 0.469723 +5118.419434 0.000000 606.991028 0.000000 0.983012 0.000000 -0.183541 0.425779 0.425779 0.425779 +5060.755371 0.000000 592.716431 0.000000 0.974284 0.000000 -0.225323 0.459730 0.459730 0.459730 +5100.412598 0.000000 607.117493 0.000000 0.934466 0.000000 -0.356052 0.451469 0.451469 0.451469 +5098.673340 0.000000 564.987671 0.000000 0.875634 0.000000 -0.482975 0.452559 0.452559 0.452559 +5088.449219 0.000000 590.839050 0.000000 0.782941 0.000000 -0.622097 0.470650 0.470650 0.470650 +5117.251953 0.000000 571.658264 0.000000 0.997151 0.000000 -0.075435 0.514847 0.514847 0.514847 +5068.978516 0.000000 622.064087 0.000000 0.716373 0.000000 -0.697718 0.446115 0.446115 0.446115 +5079.491699 0.000000 621.959656 0.000000 0.987759 0.000000 -0.155985 0.402190 0.402190 0.402190 +5141.705078 0.000000 478.742706 0.000000 0.917434 0.000000 -0.397889 0.405333 0.405333 0.405333 +5158.230957 0.000000 490.404053 0.000000 0.814548 0.000000 -0.580095 0.408281 0.408281 0.408281 +5127.671387 0.000000 476.731567 0.000000 0.947761 0.000000 -0.318982 0.450780 0.450780 0.450780 +5161.563477 0.000000 478.365997 0.000000 0.919121 0.000000 -0.393975 0.430594 0.430594 0.430594 +5151.758301 0.000000 482.034637 0.000000 0.995963 0.000000 -0.089764 0.437454 0.437454 0.437454 +5122.396484 0.000000 453.737152 0.000000 0.931658 0.000000 -0.363335 0.419314 0.419314 0.419314 +5175.638184 0.000000 467.618469 0.000000 0.810090 0.000000 -0.586305 0.408540 0.408540 0.408540 +5168.541992 0.000000 474.460266 0.000000 0.903496 0.000000 -0.428596 0.406193 0.406193 0.406193 +5124.032715 0.000000 483.486603 0.000000 0.996329 0.000000 -0.085604 0.443965 0.443965 0.443965 +5122.500488 0.000000 471.619080 0.000000 0.997844 0.000000 -0.065629 0.486998 0.486998 0.486998 +5129.203613 0.000000 487.575775 0.000000 0.992012 0.000000 -0.126146 0.411667 0.411667 0.411667 +5152.032227 0.000000 488.812897 0.000000 0.771480 0.000000 -0.636253 0.459930 0.459930 0.459930 +5145.621582 0.000000 499.749878 0.000000 0.996214 0.000000 -0.086937 0.408455 0.408455 0.408455 +5175.107910 0.000000 497.076294 0.000000 0.718327 0.000000 -0.695705 0.410680 0.410680 0.410680 +5155.765137 0.000000 477.722260 0.000000 0.815577 0.000000 -0.578648 0.443547 0.443547 0.443547 +5181.212891 0.000000 477.266785 0.000000 0.925319 0.000000 -0.379191 0.407464 0.407464 0.407464 +5134.220703 0.000000 468.955902 0.000000 0.870913 0.000000 -0.491437 0.439116 0.439116 0.439116 +5160.763184 0.000000 466.997192 0.000000 0.898265 0.000000 -0.439454 0.419211 0.419211 0.419211 +5154.932617 0.000000 505.951904 0.000000 0.964806 0.000000 -0.262962 0.475148 0.475148 0.475148 +5120.163086 0.000000 486.621552 0.000000 0.982207 0.000000 -0.187799 0.432480 0.432480 0.432480 +5149.237305 0.000000 485.397217 0.000000 0.919499 0.000000 -0.393093 0.454870 0.454870 0.454870 +5153.947754 0.000000 501.348511 0.000000 0.813042 0.000000 -0.582204 0.522143 0.522143 0.522143 +5120.514160 0.000000 467.955841 0.000000 0.754408 0.000000 -0.656406 0.467322 0.467322 0.467322 +5154.735840 0.000000 491.528046 0.000000 0.877187 0.000000 -0.480148 0.437546 0.437546 0.437546 +5168.918945 0.000000 466.861176 0.000000 0.999036 0.000000 -0.043907 0.464235 0.464235 0.464235 +5132.526855 0.000000 474.920837 0.000000 0.949948 0.000000 -0.312409 0.505734 0.505734 0.505734 +5222.230957 0.000000 490.404053 0.000000 0.877668 0.000000 -0.479270 0.407678 0.407678 0.407678 +5228.412598 0.000000 494.148712 0.000000 0.977087 0.000000 -0.212841 0.430237 0.430237 0.430237 +5168.205566 0.000000 564.818115 0.000000 0.788223 0.000000 -0.615390 0.408672 0.408672 0.408672 +5132.978516 0.000000 509.095367 0.000000 0.735174 0.000000 -0.677879 0.409670 0.409670 0.409670 +5161.563477 0.000000 534.850403 0.000000 0.999431 0.000000 -0.033723 0.601162 0.601162 0.601162 +5146.979980 0.000000 550.192200 0.000000 0.986128 0.000000 -0.165989 0.402331 0.402331 0.402331 +5161.260742 0.000000 552.581543 0.000000 0.840087 0.000000 -0.542452 0.448292 0.448292 0.448292 +5134.873047 0.000000 516.406433 0.000000 0.989297 0.000000 -0.145915 0.423857 0.423857 0.423857 +5175.107910 0.000000 553.560669 0.000000 0.996866 0.000000 -0.079113 0.420176 0.420176 0.420176 +5143.491699 0.000000 508.990906 0.000000 0.710249 0.000000 -0.703950 0.424077 0.424077 0.424077 +5178.511719 0.000000 528.869385 0.000000 0.803303 0.000000 -0.595571 0.420573 0.420573 0.420573 +5141.208496 0.000000 548.238586 0.000000 0.875837 0.000000 -0.482607 0.483895 0.483895 0.483895 +5157.098633 0.000000 551.230347 0.000000 0.854697 0.000000 -0.519126 0.432825 0.432825 0.432825 +5165.375000 0.000000 533.281067 0.000000 0.787587 0.000000 -0.616204 0.546758 0.546758 0.546758 +5158.889160 0.000000 531.799011 0.000000 0.998762 0.000000 -0.049743 0.560219 0.560219 0.560219 +5128.908691 0.000000 554.259399 0.000000 0.905971 0.000000 -0.423339 0.441921 0.441921 0.441921 +5168.023926 0.000000 560.894409 0.000000 0.934938 0.000000 -0.354810 0.463565 0.463565 0.463565 +5137.939453 0.000000 550.154968 0.000000 0.731129 0.000000 -0.682239 0.470736 0.470736 0.470736 +5179.981445 0.000000 563.578613 0.000000 0.999906 0.000000 -0.013736 0.475439 0.475439 0.475439 +5138.190430 0.000000 517.881531 0.000000 0.855903 0.000000 -0.517137 0.458707 0.458707 0.458707 +5171.634277 0.000000 551.087219 0.000000 0.969603 0.000000 -0.244684 0.466768 0.466768 0.466768 +5162.288574 0.000000 531.507202 0.000000 0.998134 0.000000 -0.061061 0.553960 0.553960 0.553960 +5165.386719 0.000000 563.066406 0.000000 0.976078 0.000000 -0.217421 0.450265 0.450265 0.450265 +5154.857422 0.000000 537.488281 0.000000 0.952706 0.000000 -0.303895 0.451842 0.451842 0.451842 +5161.967773 0.000000 538.177307 0.000000 0.994754 0.000000 -0.102293 0.462712 0.462712 0.462712 +5164.127930 0.000000 535.800659 0.000000 0.954966 0.000000 -0.296714 0.548409 0.548409 0.548409 +5165.942871 0.000000 530.300232 0.000000 0.992094 0.000000 -0.125499 0.484295 0.484295 0.484295 +5231.722656 0.000000 552.679016 0.000000 0.998052 0.000000 -0.062385 0.439622 0.439622 0.439622 +5233.272949 0.000000 541.984314 0.000000 0.793377 0.000000 -0.608730 0.448293 0.448293 0.448293 +5232.541992 0.000000 530.944641 0.000000 0.852567 0.000000 -0.522617 0.427438 0.427438 0.427438 +5199.272949 0.000000 530.277954 0.000000 0.801933 0.000000 -0.597414 0.445305 0.445305 0.445305 +5206.478027 0.000000 543.252686 0.000000 0.975303 0.000000 -0.220872 0.450327 0.450327 0.450327 +5214.530273 0.000000 531.819458 0.000000 0.762788 0.000000 -0.646649 0.438074 0.438074 0.438074 +5234.789551 0.000000 520.446655 0.000000 0.793652 0.000000 -0.608372 0.457921 0.457921 0.457921 +5201.256836 0.000000 543.074219 0.000000 0.991064 0.000000 -0.133389 0.418377 0.418377 0.418377 +5206.937012 0.000000 522.786743 0.000000 0.824595 0.000000 -0.565723 0.413200 0.413200 0.413200 +5211.932617 0.000000 528.629028 0.000000 0.945310 0.000000 -0.326174 0.460315 0.460315 0.460315 +5231.868652 0.000000 556.770325 0.000000 0.880732 0.000000 -0.473616 0.452373 0.452373 0.452373 +5213.530273 0.000000 535.651733 0.000000 0.935761 0.000000 -0.352634 0.464869 0.464869 0.464869 +5235.402344 0.000000 562.326599 0.000000 0.999834 0.000000 -0.018217 0.463745 0.463745 0.463745 +5200.244141 0.000000 537.557190 0.000000 0.886699 0.000000 -0.462348 0.479352 0.479352 0.479352 +5211.635742 0.000000 531.409729 0.000000 0.973075 0.000000 -0.230490 0.473158 0.473158 0.473158 +5168.205566 0.000000 621.302490 0.000000 0.821223 0.000000 -0.570607 0.499736 0.499736 0.499736 +5127.671387 0.000000 589.700317 0.000000 0.955323 0.000000 -0.295563 0.478496 0.478496 0.478496 +5157.982422 0.000000 615.105530 0.000000 0.733874 0.000000 -0.679285 0.451236 0.451236 0.451236 +5178.368164 0.000000 616.769714 0.000000 0.999951 0.000000 -0.009871 0.423031 0.423031 0.423031 +5151.758301 0.000000 595.003357 0.000000 0.834582 0.000000 -0.550884 0.407632 0.407632 0.407632 +5134.007324 0.000000 595.733948 0.000000 0.776861 0.000000 -0.629672 0.454259 0.454259 0.454259 +5181.512207 0.000000 564.869934 0.000000 0.992445 0.000000 -0.122692 0.496131 0.496131 0.496131 +5150.530273 0.000000 588.303833 0.000000 0.979259 0.000000 -0.202615 0.402761 0.402761 0.402761 +5129.203613 0.000000 600.544556 0.000000 0.782342 0.000000 -0.622849 0.448595 0.448595 0.448595 +5152.032227 0.000000 601.781616 0.000000 0.927677 0.000000 -0.373383 0.428895 0.428895 0.428895 +5181.248047 0.000000 610.845825 0.000000 0.994738 0.000000 -0.102451 0.467989 0.467989 0.467989 +5121.017578 0.000000 591.536804 0.000000 0.997943 0.000000 -0.064115 0.448849 0.448849 0.448849 +5143.491699 0.000000 565.475281 0.000000 0.889495 0.000000 -0.456945 0.479232 0.479232 0.479232 +5183.586426 0.000000 618.278320 0.000000 0.954062 0.000000 -0.299608 0.424986 0.424986 0.424986 +5181.658691 0.000000 600.159485 0.000000 0.969824 0.000000 -0.243807 0.430747 0.430747 0.430747 +5126.330566 0.000000 576.940552 0.000000 0.913108 0.000000 -0.407718 0.445689 0.445689 0.445689 +5146.709961 0.000000 601.883667 0.000000 0.830023 0.000000 -0.557729 0.445864 0.445864 0.445864 +5145.505859 0.000000 618.615479 0.000000 0.997953 0.000000 -0.063951 0.404180 0.404180 0.404180 +5154.932617 0.000000 618.920654 0.000000 0.952543 0.000000 -0.304404 0.411686 0.411686 0.411686 +5155.991211 0.000000 580.570251 0.000000 0.812168 0.000000 -0.583424 0.453253 0.453253 0.453253 +5179.211426 0.000000 594.461914 0.000000 0.853504 0.000000 -0.521087 0.420602 0.420602 0.420602 +5182.270020 0.000000 569.275146 0.000000 0.998619 0.000000 -0.052544 0.461773 0.461773 0.461773 +5168.647949 0.000000 605.319519 0.000000 0.934979 0.000000 -0.354704 0.448752 0.448752 0.448752 +5156.620605 0.000000 611.552246 0.000000 0.987319 0.000000 -0.158749 0.445240 0.445240 0.445240 +5143.293457 0.000000 588.408508 0.000000 0.836862 0.000000 -0.547414 0.448393 0.448393 0.448393 +5124.957520 0.000000 604.690857 0.000000 0.715532 0.000000 -0.698579 0.461414 0.461414 0.461414 +5149.392090 0.000000 609.517212 0.000000 0.904791 0.000000 -0.425857 0.450089 0.450089 0.450089 +5181.611816 0.000000 603.603394 0.000000 0.928610 0.000000 -0.371057 0.442319 0.442319 0.442319 +5172.014648 0.000000 573.687073 0.000000 0.790341 0.000000 -0.612668 0.495300 0.495300 0.495300 +5132.112305 0.000000 579.750488 0.000000 0.999967 0.000000 -0.008087 0.494948 0.494948 0.494948 +5136.939453 0.000000 580.772400 0.000000 0.808724 0.000000 -0.588189 0.493288 0.493288 0.493288 +5136.186523 0.000000 583.994995 0.000000 0.977650 0.000000 -0.210239 0.518051 0.518051 0.518051 +5149.958984 0.000000 575.044067 0.000000 0.897977 0.000000 -0.440042 0.478862 0.478862 0.478862 +5163.659668 0.000000 601.023376 0.000000 0.986997 0.000000 -0.160739 0.530141 0.530141 0.530141 +5183.814453 0.000000 583.288452 0.000000 0.900198 0.000000 -0.435480 0.515487 0.515487 0.515487 +5204.968750 0.000000 616.968872 0.000000 0.887568 0.000000 -0.460677 0.408735 0.408735 0.408735 +5229.516602 0.000000 579.577026 0.000000 0.798090 0.000000 -0.602538 0.433048 0.433048 0.433048 +5185.451172 0.000000 577.019409 0.000000 0.735760 0.000000 -0.677242 0.409622 0.409622 0.409622 +5185.318848 0.000000 603.732178 0.000000 0.845216 0.000000 -0.534425 0.446764 0.446764 0.446764 +5196.978516 0.000000 565.579712 0.000000 0.868201 0.000000 -0.496212 0.454185 0.454185 0.454185 +5225.563477 0.000000 591.334778 0.000000 0.947981 0.000000 -0.318326 0.430652 0.430652 0.430652 +5233.272949 0.000000 598.468689 0.000000 0.911241 0.000000 -0.411874 0.405681 0.405681 0.405681 +5239.638184 0.000000 580.587219 0.000000 0.827291 0.000000 -0.561774 0.408310 0.408310 0.408310 +5193.400879 0.000000 580.962891 0.000000 0.786683 0.000000 -0.617357 0.460879 0.460879 0.460879 +5199.272949 0.000000 586.762329 0.000000 0.774089 0.000000 -0.633077 0.409516 0.409516 0.409516 +5222.893555 0.000000 584.291077 0.000000 0.786467 0.000000 -0.617632 0.496814 0.496814 0.496814 +5191.979980 0.000000 606.979065 0.000000 0.871658 0.000000 -0.490115 0.507307 0.507307 0.507307 +5240.550781 0.000000 597.702942 0.000000 0.930080 0.000000 -0.367357 0.454377 0.454377 0.454377 +5235.456055 0.000000 615.132019 0.000000 0.837777 0.000000 -0.546012 0.455207 0.455207 0.455207 +5238.816895 0.000000 566.094543 0.000000 0.992308 0.000000 -0.123795 0.401735 0.401735 0.401735 +5209.621582 0.000000 612.718628 0.000000 0.742487 0.000000 -0.669860 0.441333 0.441333 0.441333 +5184.098633 0.000000 571.792725 0.000000 0.872500 0.000000 -0.488614 0.437703 0.437703 0.437703 +5245.658691 0.000000 600.159485 0.000000 0.997369 0.000000 -0.072491 0.417445 0.417445 0.417445 +5242.511719 0.000000 585.353760 0.000000 0.971501 0.000000 -0.237036 0.532069 0.532069 0.532069 +5228.083496 0.000000 584.904724 0.000000 0.861774 0.000000 -0.507292 0.455774 0.455774 0.455774 +5198.220703 0.000000 581.924683 0.000000 0.795253 0.000000 -0.606278 0.437243 0.437243 0.437243 +5202.817383 0.000000 595.287659 0.000000 0.810184 0.000000 -0.586176 0.428617 0.428617 0.428617 +5246.270020 0.000000 569.275146 0.000000 0.777848 0.000000 -0.628453 0.476331 0.476331 0.476331 +5187.837402 0.000000 588.405823 0.000000 0.965309 0.000000 -0.261109 0.492500 0.492500 0.492500 +5190.424805 0.000000 585.203918 0.000000 0.770407 0.000000 -0.637552 0.446155 0.446155 0.446155 +5197.506836 0.000000 600.658203 0.000000 0.895454 0.000000 -0.445154 0.526645 0.526645 0.526645 +5235.863281 0.000000 589.216492 0.000000 0.995704 0.000000 -0.092592 0.429601 0.429601 0.429601 +5202.579102 0.000000 620.032654 0.000000 0.997932 0.000000 -0.064271 0.434398 0.434398 0.434398 +5193.866211 0.000000 603.916077 0.000000 0.994203 0.000000 -0.107522 0.560523 0.560523 0.560523 +5236.014648 0.000000 573.687073 0.000000 0.892104 0.000000 -0.451830 0.470961 0.470961 0.470961 +5226.288574 0.000000 587.991577 0.000000 0.943980 0.000000 -0.330004 0.475179 0.475179 0.475179 +5211.595215 0.000000 615.367493 0.000000 0.983638 0.000000 -0.180155 0.460210 0.460210 0.460210 +5225.064941 0.000000 616.549316 0.000000 0.953336 0.000000 -0.301910 0.459848 0.459848 0.459848 +5203.991699 0.000000 598.071228 0.000000 0.750374 0.000000 -0.661014 0.468820 0.468820 0.468820 +5213.958984 0.000000 575.044067 0.000000 0.738424 0.000000 -0.674336 0.478873 0.478873 0.478873 +5186.575684 0.000000 605.970825 0.000000 0.790815 0.000000 -0.612055 0.588471 0.588471 0.588471 +5215.328613 0.000000 615.165649 0.000000 0.803821 0.000000 -0.594871 0.511428 0.511428 0.511428 +5132.978516 0.000000 622.064087 0.000000 0.796471 0.000000 -0.604676 0.446831 0.446831 0.446831 +5178.807129 0.000000 627.982666 0.000000 0.933422 0.000000 -0.358781 0.404837 0.404837 0.404837 +5160.832520 0.000000 624.829285 0.000000 0.725036 0.000000 -0.688711 0.410280 0.410280 0.410280 +5183.487305 0.000000 651.555847 0.000000 0.864610 0.000000 -0.502443 0.451585 0.451585 0.451585 +5146.122559 0.000000 632.136536 0.000000 0.844384 0.000000 -0.535739 0.442692 0.442692 0.442692 +5158.893555 0.000000 640.775452 0.000000 0.957967 0.000000 -0.286877 0.466257 0.466257 0.466257 +5181.512207 0.000000 621.354309 0.000000 0.911910 0.000000 -0.410390 0.405912 0.405912 0.405912 +5154.900879 0.000000 621.392822 0.000000 0.984694 0.000000 -0.174289 0.453468 0.453468 0.453468 +5127.914551 0.000000 623.165039 0.000000 0.947904 0.000000 -0.318557 0.441382 0.441382 0.441382 +5181.212891 0.000000 646.719910 0.000000 0.710990 0.000000 -0.703202 0.417144 0.417144 0.417144 +5170.318359 0.000000 621.533997 0.000000 0.754178 0.000000 -0.656670 0.507605 0.507605 0.507605 +5174.864258 0.000000 676.326782 0.000000 0.725591 0.000000 -0.688126 0.522507 0.522507 0.522507 +5170.798340 0.000000 658.009277 0.000000 0.952375 0.000000 -0.304930 0.461247 0.461247 0.461247 +5205.705078 0.000000 648.195801 0.000000 0.964041 0.000000 -0.265755 0.411100 0.411100 0.411100 +5222.230957 0.000000 659.857178 0.000000 0.998840 0.000000 -0.048149 0.461690 0.461690 0.461690 +5202.127930 0.000000 634.604187 0.000000 0.761124 0.000000 -0.648606 0.425709 0.425709 0.425709 +5247.958008 0.000000 642.227112 0.000000 0.975976 0.000000 -0.217877 0.432979 0.432979 0.432979 +5193.400879 0.000000 637.447266 0.000000 0.920652 0.000000 -0.390384 0.407635 0.407635 0.407635 +5198.007324 0.000000 652.218323 0.000000 0.956679 0.000000 -0.291145 0.418165 0.418165 0.418165 +5221.432617 0.000000 632.355164 0.000000 0.723411 0.000000 -0.690417 0.432095 0.432095 0.432095 +5235.456055 0.000000 671.616394 0.000000 0.949284 0.000000 -0.314420 0.480232 0.480232 0.480232 +5245.512207 0.000000 621.354309 0.000000 0.822519 0.000000 -0.568737 0.444717 0.444717 0.444717 +5236.365234 0.000000 660.594360 0.000000 0.806374 0.000000 -0.591406 0.420496 0.420496 0.420496 +5185.017578 0.000000 648.021179 0.000000 0.851451 0.000000 -0.524434 0.434286 0.434286 0.434286 +5229.943359 0.000000 623.683044 0.000000 0.841966 0.000000 -0.539531 0.411386 0.411386 0.411386 +5220.276367 0.000000 654.574890 0.000000 0.977032 0.000000 -0.213092 0.472811 0.472811 0.472811 +5196.552734 0.000000 647.522156 0.000000 0.930883 0.000000 -0.365317 0.405210 0.405210 0.405210 +5202.283691 0.000000 622.460815 0.000000 0.968617 0.000000 -0.248560 0.465509 0.465509 0.465509 +5238.173828 0.000000 627.512390 0.000000 0.963914 0.000000 -0.266212 0.453822 0.453822 0.453822 +5205.668945 0.000000 631.117004 0.000000 0.867050 0.000000 -0.498222 0.421564 0.421564 0.421564 +5188.047852 0.000000 629.678162 0.000000 0.987716 0.000000 -0.156257 0.438578 0.438578 0.438578 +5189.119141 0.000000 637.762329 0.000000 0.814382 0.000000 -0.580329 0.425768 0.425768 0.425768 +5246.270020 0.000000 625.759521 0.000000 0.712343 0.000000 -0.701831 0.465669 0.465669 0.465669 +5229.311035 0.000000 655.678040 0.000000 0.915542 0.000000 -0.402222 0.544555 0.544555 0.544555 +5231.868652 0.000000 669.739075 0.000000 0.904474 0.000000 -0.426529 0.526153 0.526153 0.526153 +5242.385254 0.000000 623.920166 0.000000 0.966259 0.000000 -0.257572 0.563444 0.563444 0.563444 +5214.953613 0.000000 677.580627 0.000000 0.992098 0.000000 -0.125462 0.460508 0.460508 0.460508 +5235.863281 0.000000 645.700867 0.000000 0.828166 0.000000 -0.560482 0.477469 0.477469 0.477469 +5237.860840 0.000000 669.394592 0.000000 0.792277 0.000000 -0.610162 0.550741 0.550741 0.550741 +5249.318848 0.000000 603.732178 0.000000 0.901135 0.000000 -0.433539 0.405844 0.405844 0.405844 +5257.400879 0.000000 580.962891 0.000000 0.880686 0.000000 -0.473701 0.501433 0.501433 0.501433 +5273.621582 0.000000 612.718628 0.000000 0.998671 0.000000 -0.051545 0.502463 0.502463 0.502463 +5262.953125 0.000000 618.815430 0.000000 0.998684 0.000000 -0.051296 0.400717 0.400717 0.400717 +5259.929688 0.000000 576.849609 0.000000 0.989457 0.000000 -0.144825 0.451610 0.451610 0.451610 +5252.763672 0.000000 601.035950 0.000000 0.773254 0.000000 -0.634096 0.470937 0.470937 0.470937 +5252.755371 0.000000 592.716431 0.000000 0.999989 0.000000 -0.004741 0.513183 0.513183 0.513183 +5305.910645 0.000000 612.794800 0.000000 0.950258 0.000000 -0.311464 0.469426 0.469426 0.469426 +5266.579102 0.000000 620.032654 0.000000 0.749759 0.000000 -0.661711 0.498004 0.498004 0.498004 +5299.402344 0.000000 618.810974 0.000000 0.845175 0.000000 -0.534490 0.511190 0.511190 0.511190 +5257.866211 0.000000 603.916077 0.000000 0.850180 0.000000 -0.526493 0.447972 0.447972 0.447972 +5266.230469 0.000000 602.879272 0.000000 0.742721 0.000000 -0.669601 0.446861 0.446861 0.446861 +5260.457520 0.000000 616.619690 0.000000 0.990250 0.000000 -0.139302 0.458123 0.458123 0.458123 +5265.722656 0.000000 617.021057 0.000000 0.995602 0.000000 -0.093687 0.450692 0.450692 0.450692 +5265.360840 0.000000 611.004089 0.000000 0.770309 0.000000 -0.637671 0.471023 0.471023 0.471023 +5369.384766 0.000000 621.095520 0.000000 0.861275 0.000000 -0.508139 0.481746 0.481746 0.481746 +5249.318848 0.000000 660.216553 0.000000 0.739895 0.000000 -0.672723 0.448315 0.448315 0.448315 +5296.205566 0.000000 677.786865 0.000000 0.929460 0.000000 -0.368923 0.422094 0.422094 0.422094 +5260.978516 0.000000 622.064087 0.000000 0.946451 0.000000 -0.322847 0.404333 0.404333 0.404333 +5274.979980 0.000000 663.160950 0.000000 0.796327 0.000000 -0.604866 0.486805 0.486805 0.486805 +5288.832520 0.000000 624.829285 0.000000 0.971065 0.000000 -0.238816 0.412026 0.412026 0.412026 +5274.122559 0.000000 632.136536 0.000000 0.993083 0.000000 -0.117418 0.493374 0.493374 0.493374 +5286.893555 0.000000 640.775452 0.000000 0.999703 0.000000 -0.024384 0.404925 0.404925 0.404925 +5266.283691 0.000000 622.460815 0.000000 0.905378 0.000000 -0.424607 0.456836 0.456836 0.456836 +5282.015137 0.000000 641.823669 0.000000 0.805962 0.000000 -0.591968 0.507200 0.507200 0.507200 +5286.535645 0.000000 650.836243 0.000000 0.915809 0.000000 -0.401615 0.436124 0.436124 0.436124 +5271.371094 0.000000 664.342041 0.000000 0.987198 0.000000 -0.159502 0.471748 0.471748 0.471748 +5290.288574 0.000000 644.475952 0.000000 0.924679 0.000000 -0.380747 0.447888 0.447888 0.447888 +5271.836426 0.000000 671.940979 0.000000 0.736829 0.000000 -0.676079 0.456705 0.456705 0.456705 +5296.746582 0.000000 624.565796 0.000000 0.796603 0.000000 -0.604503 0.474373 0.474373 0.474373 +5268.994629 0.000000 623.880798 0.000000 0.955247 0.000000 -0.295809 0.532234 0.532234 0.532234 +5361.519043 0.000000 627.657776 0.000000 0.956465 0.000000 -0.291849 0.503913 0.503913 0.503913 +5321.400879 0.000000 637.447266 0.000000 0.879140 0.000000 -0.476564 0.520642 0.520642 0.520642 +5366.816895 0.000000 622.578918 0.000000 0.916020 0.000000 -0.401133 0.448268 0.448268 0.448268 +5312.098633 0.000000 628.277100 0.000000 0.824009 0.000000 -0.566576 0.446044 0.446044 0.446044 +5322.351562 0.000000 642.207092 0.000000 0.982354 0.000000 -0.187030 0.432467 0.432467 0.432467 +5350.535645 0.000000 650.836243 0.000000 0.971418 0.000000 -0.237377 0.475965 0.475965 0.475965 +5366.381836 0.000000 650.655762 0.000000 0.750558 0.000000 -0.660805 0.434231 0.434231 0.434231 +5357.375000 0.000000 646.249817 0.000000 0.941306 0.000000 -0.337554 0.541426 0.541426 0.541426 +5318.424805 0.000000 641.688293 0.000000 0.999999 0.000000 -0.001664 0.454279 0.454279 0.454279 +5358.042969 0.000000 627.182800 0.000000 0.954548 0.000000 -0.298058 0.485257 0.485257 0.485257 +5359.537109 0.000000 648.456604 0.000000 0.710907 0.000000 -0.703286 0.493594 0.493594 0.493594 +5314.356934 0.000000 626.226318 0.000000 0.916327 0.000000 -0.400431 0.548586 0.548586 0.548586 +5312.042480 0.000000 621.335449 0.000000 0.794113 0.000000 -0.607770 0.500706 0.500706 0.500706 +5182.624512 0.000000 686.632629 0.000000 0.870733 0.000000 -0.491757 0.504611 0.504611 0.504611 +5172.014648 0.000000 686.655823 0.000000 0.999998 0.000000 -0.001932 0.600067 0.600067 0.600067 +5215.453613 0.000000 694.542603 0.000000 0.911817 0.000000 -0.410597 0.405704 0.405704 0.405704 +5247.958008 0.000000 698.711487 0.000000 0.999726 0.000000 -0.023390 0.420625 0.420625 0.420625 +5247.487305 0.000000 708.040222 0.000000 0.914810 0.000000 -0.403884 0.440215 0.440215 0.440215 +5222.893555 0.000000 697.259827 0.000000 0.999888 0.000000 -0.014933 0.400201 0.400201 0.400201 +5217.210449 0.000000 722.685852 0.000000 0.760519 0.000000 -0.649316 0.409598 0.409598 0.409598 +5245.292480 0.000000 690.371460 0.000000 0.942321 0.000000 -0.334710 0.440325 0.440325 0.440325 +5203.771973 0.000000 700.437927 0.000000 0.884122 0.000000 -0.467256 0.463125 0.463125 0.463125 +5189.464844 0.000000 682.594421 0.000000 0.841411 0.000000 -0.540396 0.445517 0.445517 0.445517 +5185.451660 0.000000 687.204956 0.000000 0.999900 0.000000 -0.014122 0.593258 0.593258 0.593258 +5228.051758 0.000000 709.906799 0.000000 0.762061 0.000000 -0.647505 0.625478 0.625478 0.625478 +5203.640625 0.000000 703.124268 0.000000 0.905469 0.000000 -0.424412 0.616742 0.616742 0.616742 +5236.003906 0.000000 737.624451 0.000000 0.983873 0.000000 -0.178869 0.466821 0.466821 0.466821 +5249.451172 0.000000 689.988159 0.000000 0.946329 0.000000 -0.323206 0.404404 0.404404 0.404404 +5282.900879 0.000000 677.877197 0.000000 0.860201 0.000000 -0.509955 0.407268 0.407268 0.407268 +5259.406250 0.000000 710.883301 0.000000 0.817376 0.000000 -0.576105 0.448981 0.448981 0.448981 "} object={ name="pine_dense_generator_1_4" @@ -353,7 +1382,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_005_mesh" - count=99 + count=471 transform="127.586395 0.000000 3273.043945 0.000000 0.008229 0.000000 -0.999966 0.470971 0.470971 0.470971 93.392128 0.000000 3264.282715 0.000000 0.577265 0.000000 -0.816557 0.453369 0.453369 0.453369 150.477798 0.000000 3254.502686 0.000000 0.207065 0.000000 -0.978327 0.483490 0.483490 0.483490 @@ -453,4 +1482,376 @@ object={ 12.978472 0.000000 3502.767334 0.000000 0.059091 0.000000 -0.998253 0.452501 0.452501 0.452501 23.491865 0.000000 3502.662842 0.000000 0.701069 0.000000 -0.713093 0.427043 0.427043 0.427043 18.283546 0.000000 3503.164062 0.000000 0.031285 0.000000 -0.999511 0.442705 0.442705 0.442705 +5043.456055 0.000000 445.678894 0.000000 0.284741 0.000000 -0.958604 0.444481 0.444481 0.444481 +5055.586426 0.000000 448.825195 0.000000 0.102352 0.000000 -0.994748 0.460557 0.460557 0.460557 +5051.981445 0.000000 450.609863 0.000000 0.515391 0.000000 -0.856955 0.473042 0.473042 0.473042 +5056.254883 0.000000 442.531494 0.000000 0.668221 0.000000 -0.743963 0.411394 0.411394 0.411394 +5056.156738 0.000000 450.290802 0.000000 0.137236 0.000000 -0.990538 0.474563 0.474563 0.474563 +5032.832520 0.000000 455.376160 0.000000 0.219118 0.000000 -0.975698 0.449890 0.449890 0.449890 +5026.900879 0.000000 451.939728 0.000000 0.285537 0.000000 -0.958368 0.420090 0.420090 0.420090 +5044.365234 0.000000 491.141235 0.000000 0.212172 0.000000 -0.977232 0.464493 0.464493 0.464493 +5036.062988 0.000000 460.864136 0.000000 0.421760 0.000000 -0.906707 0.445005 0.445005 0.445005 +5042.584961 0.000000 479.769257 0.000000 0.074030 0.000000 -0.997256 0.420701 0.420701 0.420701 +5042.318359 0.000000 452.080902 0.000000 0.562942 0.000000 -0.826496 0.477667 0.477667 0.477667 +5046.381836 0.000000 481.202606 0.000000 0.604075 0.000000 -0.796928 0.434581 0.434581 0.434581 +5039.663086 0.000000 461.886902 0.000000 0.345110 0.000000 -0.938562 0.452067 0.452067 0.452067 +5076.968750 0.000000 504.000092 0.000000 0.145072 0.000000 -0.989421 0.419570 0.419570 0.419570 +5094.230957 0.000000 490.404053 0.000000 0.528037 0.000000 -0.849221 0.452952 0.452952 0.452952 +5068.978516 0.000000 452.610992 0.000000 0.373210 0.000000 -0.927747 0.416614 0.416614 0.416614 +5087.453613 0.000000 468.605133 0.000000 0.467065 0.000000 -0.884223 0.439941 0.439941 0.439941 +5097.563477 0.000000 478.365997 0.000000 0.684453 0.000000 -0.729057 0.469164 0.469164 0.469164 +5103.722656 0.000000 496.194672 0.000000 0.585590 0.000000 -0.810607 0.427930 0.427930 0.427930 +5087.758301 0.000000 482.034637 0.000000 0.317760 0.000000 -0.948171 0.488585 0.488585 0.488585 +5058.396484 0.000000 453.737152 0.000000 0.450140 0.000000 -0.892958 0.481547 0.481547 0.481547 +5105.519043 0.000000 458.204620 0.000000 0.659570 0.000000 -0.751643 0.411254 0.411254 0.411254 +5119.487305 0.000000 482.102722 0.000000 0.661769 0.000000 -0.749708 0.466925 0.466925 0.466925 +5065.400879 0.000000 467.994141 0.000000 0.107703 0.000000 -0.994183 0.420014 0.420014 0.420014 +5104.541992 0.000000 474.460266 0.000000 0.121319 0.000000 -0.992614 0.492447 0.492447 0.492447 +5071.272949 0.000000 473.793549 0.000000 0.677591 0.000000 -0.735439 0.412266 0.412266 0.412266 +5063.979980 0.000000 494.010284 0.000000 0.433778 0.000000 -0.901020 0.443370 0.443370 0.443370 +5089.210449 0.000000 496.748322 0.000000 0.645075 0.000000 -0.764119 0.411724 0.411724 0.411724 +5086.530273 0.000000 475.335052 0.000000 0.451529 0.000000 -0.892257 0.471520 0.471520 0.471520 +5070.873047 0.000000 459.922058 0.000000 0.284722 0.000000 -0.958610 0.417540 0.417540 0.417540 +5062.215332 0.000000 500.812622 0.000000 0.182381 0.000000 -0.983228 0.460654 0.460654 0.460654 +5057.017578 0.000000 478.568054 0.000000 0.698328 0.000000 -0.715778 0.410914 0.410914 0.410914 +5068.552734 0.000000 478.069061 0.000000 0.699124 0.000000 -0.715001 0.427084 0.427084 0.427084 +5072.971680 0.000000 501.052032 0.000000 0.075680 0.000000 -0.997132 0.459542 0.459542 0.459542 +5059.505371 0.000000 495.301147 0.000000 0.582829 0.000000 -0.812595 0.443414 0.443414 0.443414 +5093.098633 0.000000 494.746002 0.000000 0.575056 0.000000 -0.818114 0.423920 0.423920 0.423920 +5115.211426 0.000000 481.493134 0.000000 0.420359 0.000000 -0.907358 0.479303 0.479303 0.479303 +5056.163086 0.000000 486.621552 0.000000 0.548736 0.000000 -0.835996 0.435633 0.435633 0.435633 +5085.237305 0.000000 485.397217 0.000000 0.357365 0.000000 -0.933965 0.479135 0.479135 0.479135 +5067.941895 0.000000 493.679016 0.000000 0.548099 0.000000 -0.836414 0.459611 0.459611 0.459611 +5104.647949 0.000000 492.350739 0.000000 0.279752 0.000000 -0.960072 0.453199 0.453199 0.453199 +5100.412598 0.000000 494.148712 0.000000 0.059362 0.000000 -0.998236 0.449573 0.449573 0.449573 +5097.656250 0.000000 491.984772 0.000000 0.292741 0.000000 -0.956192 0.461619 0.461619 0.461619 +5104.918945 0.000000 466.861176 0.000000 0.692768 0.000000 -0.721160 0.527785 0.527785 0.527785 +5114.028320 0.000000 464.973602 0.000000 0.065621 0.000000 -0.997845 0.474377 0.474377 0.474377 +5078.628418 0.000000 481.902222 0.000000 0.615650 0.000000 -0.788020 0.479263 0.479263 0.479263 +5081.681152 0.000000 485.652466 0.000000 0.311696 0.000000 -0.950182 0.482921 0.482921 0.482921 +5089.099609 0.000000 485.824677 0.000000 0.408276 0.000000 -0.912859 0.476683 0.476683 0.476683 +5058.356934 0.000000 456.773193 0.000000 0.185908 0.000000 -0.982567 0.488272 0.488272 0.488272 +5107.016113 0.000000 472.726135 0.000000 0.453329 0.000000 -0.891343 0.492924 0.492924 0.492924 +5117.032715 0.000000 474.063080 0.000000 0.524125 0.000000 -0.851641 0.479952 0.479952 0.479952 +5109.566895 0.000000 464.337219 0.000000 0.316335 0.000000 -0.948648 0.527828 0.527828 0.527828 +5030.230957 0.000000 546.888428 0.000000 0.270524 0.000000 -0.962713 0.417354 0.417354 0.417354 +5020.793945 0.000000 511.201141 0.000000 0.418644 0.000000 -0.908150 0.462172 0.462172 0.462172 +5048.065918 0.000000 533.721985 0.000000 0.496550 0.000000 -0.868008 0.477709 0.477709 0.477709 +5018.979980 0.000000 550.192200 0.000000 0.612628 0.000000 -0.790372 0.411923 0.411923 0.411923 +5039.722656 0.000000 552.679016 0.000000 0.614768 0.000000 -0.788708 0.411888 0.411888 0.411888 +5023.758301 0.000000 538.518982 0.000000 0.176514 0.000000 -0.984298 0.457849 0.457849 0.457849 +5047.638184 0.000000 524.102844 0.000000 0.490705 0.000000 -0.871326 0.489235 0.489235 0.489235 +5029.432617 0.000000 519.386414 0.000000 0.163962 0.000000 -0.986467 0.418886 0.418886 0.418886 +5053.512207 0.000000 508.385559 0.000000 0.470475 0.000000 -0.882413 0.451226 0.451226 0.451226 +5053.248047 0.000000 554.361450 0.000000 0.687019 0.000000 -0.726640 0.441232 0.441232 0.441232 +5050.511719 0.000000 528.869385 0.000000 0.042948 0.000000 -0.999077 0.464491 0.464491 0.464491 +5018.709961 0.000000 545.399292 0.000000 0.620165 0.000000 -0.784472 0.435664 0.435664 0.435664 +5045.994141 0.000000 529.645508 0.000000 0.133068 0.000000 -0.991107 0.468793 0.468793 0.468793 +5048.315430 0.000000 545.368347 0.000000 0.604984 0.000000 -0.796237 0.438765 0.438765 0.438765 +5047.060547 0.000000 549.959106 0.000000 0.702086 0.000000 -0.712092 0.456184 0.456184 0.456184 +5044.014648 0.000000 517.202698 0.000000 0.179170 0.000000 -0.983818 0.484019 0.484019 0.484019 +5050.462402 0.000000 525.429443 0.000000 0.626376 0.000000 -0.779521 0.463549 0.463549 0.463549 +5076.968750 0.000000 560.484497 0.000000 0.578264 0.000000 -0.815850 0.449127 0.449127 0.449127 +5060.458496 0.000000 562.825317 0.000000 0.201136 0.000000 -0.979563 0.418378 0.418378 0.418378 +5068.978516 0.000000 509.095367 0.000000 0.704173 0.000000 -0.710028 0.411749 0.411749 0.411749 +5063.671387 0.000000 533.215942 0.000000 0.003863 0.000000 -0.999993 0.472522 0.472522 0.472522 +5071.130859 0.000000 547.731140 0.000000 0.411952 0.000000 -0.911206 0.415910 0.415910 0.415910 +5067.959473 0.000000 556.850220 0.000000 0.626399 0.000000 -0.779502 0.531247 0.531247 0.531247 +5119.487305 0.000000 538.587097 0.000000 0.373263 0.000000 -0.927726 0.437286 0.437286 0.437286 +5076.089355 0.000000 553.176270 0.000000 0.249029 0.000000 -0.968496 0.452280 0.452280 0.452280 +5063.979980 0.000000 550.494690 0.000000 0.181626 0.000000 -0.983368 0.504459 0.504459 0.504459 +5100.760254 0.000000 546.864502 0.000000 0.687619 0.000000 -0.726072 0.473274 0.473274 0.473274 +5108.365234 0.000000 547.625610 0.000000 0.551992 0.000000 -0.833850 0.469423 0.469423 0.469423 +5117.248047 0.000000 554.361450 0.000000 0.445933 0.000000 -0.895066 0.448838 0.448838 0.448838 +5098.009766 0.000000 563.296021 0.000000 0.241838 0.000000 -0.970317 0.482827 0.482827 0.482827 +5068.552734 0.000000 534.553406 0.000000 0.324093 0.000000 -0.946025 0.472576 0.472576 0.472576 +5059.505371 0.000000 551.785522 0.000000 0.240927 0.000000 -0.970543 0.459644 0.459644 0.459644 +5075.771973 0.000000 530.984802 0.000000 0.324629 0.000000 -0.945841 0.426646 0.426646 0.426646 +5089.947754 0.000000 557.832886 0.000000 0.309925 0.000000 -0.950761 0.452680 0.452680 0.452680 +5107.402344 0.000000 562.326599 0.000000 0.609387 0.000000 -0.792873 0.475187 0.475187 0.475187 +5062.724121 0.000000 541.866882 0.000000 0.115454 0.000000 -0.993313 0.494030 0.494030 0.494030 +5109.860840 0.000000 556.425842 0.000000 0.381905 0.000000 -0.924201 0.511794 0.511794 0.511794 +5050.544434 0.000000 605.266846 0.000000 0.257102 0.000000 -0.966384 0.417344 0.417344 0.417344 +5051.211426 0.000000 594.461914 0.000000 0.656531 0.000000 -0.754299 0.486678 0.486678 0.486678 +5114.544434 0.000000 605.266846 0.000000 0.072869 0.000000 -0.997342 0.419146 0.419146 0.419146 +5096.832520 0.000000 568.344910 0.000000 0.405597 0.000000 -0.914052 0.541627 0.541627 0.541627 +5087.758301 0.000000 595.003357 0.000000 0.319798 0.000000 -0.947486 0.491438 0.491438 0.491438 +5119.487305 0.000000 595.071472 0.000000 0.704500 0.000000 -0.709704 0.410559 0.410559 0.410559 +5093.432617 0.000000 575.870789 0.000000 0.590667 0.000000 -0.806915 0.526605 0.526605 0.526605 +5094.893555 0.000000 584.291077 0.000000 0.033243 0.000000 -0.999447 0.435373 0.435373 0.435373 +5086.530273 0.000000 588.303833 0.000000 0.054748 0.000000 -0.998500 0.424865 0.424865 0.424865 +5065.203613 0.000000 600.544556 0.000000 0.414648 0.000000 -0.909982 0.415412 0.415412 0.415412 +5117.248047 0.000000 610.845825 0.000000 0.316287 0.000000 -0.948664 0.511817 0.511817 0.511817 +5106.789551 0.000000 576.931030 0.000000 0.634546 0.000000 -0.772885 0.433979 0.433979 0.433979 +5057.017578 0.000000 591.536804 0.000000 0.242605 0.000000 -0.970125 0.449500 0.449500 0.449500 +5117.212891 0.000000 590.235535 0.000000 0.378937 0.000000 -0.925423 0.461488 0.461488 0.461488 +5082.709961 0.000000 601.883667 0.000000 0.448544 0.000000 -0.893761 0.420433 0.420433 0.420433 +5090.015137 0.000000 585.339294 0.000000 0.018883 0.000000 -0.999822 0.442897 0.442897 0.442897 +5056.163086 0.000000 599.590271 0.000000 0.269639 0.000000 -0.962961 0.483743 0.483743 0.483743 +5059.837402 0.000000 588.405823 0.000000 0.376370 0.000000 -0.926470 0.434383 0.434383 0.434383 +5103.145508 0.000000 582.991577 0.000000 0.362507 0.000000 -0.931981 0.468969 0.468969 0.468969 +5108.463867 0.000000 579.925598 0.000000 0.158621 0.000000 -0.987340 0.484406 0.484406 0.484406 +5073.722656 0.000000 617.021057 0.000000 0.431286 0.000000 -0.902215 0.467641 0.467641 0.467641 +5104.746582 0.000000 568.081421 0.000000 0.365440 0.000000 -0.930835 0.478975 0.478975 0.478975 +5112.639160 0.000000 569.816101 0.000000 0.561905 0.000000 -0.827202 0.496111 0.496111 0.496111 +5094.646484 0.000000 597.000977 0.000000 0.586185 0.000000 -0.810178 0.549529 0.549529 0.549529 +5119.976562 0.000000 615.459167 0.000000 0.546427 0.000000 -0.837507 0.517840 0.517840 0.517840 +5090.111328 0.000000 596.458923 0.000000 0.698313 0.000000 -0.715792 0.615233 0.615233 0.615233 +5117.512207 0.000000 621.354309 0.000000 0.146349 0.000000 -0.989233 0.445275 0.445275 0.445275 +5165.516602 0.000000 466.608307 0.000000 0.112721 0.000000 -0.993627 0.513243 0.513243 0.513243 +5121.451172 0.000000 464.050629 0.000000 0.316304 0.000000 -0.948658 0.456881 0.456881 0.456881 +5121.318848 0.000000 490.763397 0.000000 0.233127 0.000000 -0.972446 0.425167 0.425167 0.425167 +5128.407715 0.000000 459.687347 0.000000 0.192837 0.000000 -0.981231 0.450323 0.450323 0.450323 +5153.210449 0.000000 496.748322 0.000000 0.138777 0.000000 -0.990324 0.432343 0.432343 0.432343 +5146.074219 0.000000 482.391418 0.000000 0.480646 0.000000 -0.876915 0.426971 0.426971 0.426971 +5129.063965 0.000000 482.337006 0.000000 0.449112 0.000000 -0.893476 0.441678 0.441678 0.441678 +5146.709961 0.000000 488.914948 0.000000 0.488184 0.000000 -0.872741 0.466505 0.466505 0.466505 +5154.015137 0.000000 472.370544 0.000000 0.042071 0.000000 -0.999115 0.445461 0.445461 0.445461 +5173.994141 0.000000 473.161163 0.000000 0.171268 0.000000 -0.985224 0.440533 0.440533 0.440533 +5124.047852 0.000000 460.225067 0.000000 0.087929 0.000000 -0.996127 0.491617 0.491617 0.491617 +5123.837402 0.000000 475.437073 0.000000 0.564435 0.000000 -0.825477 0.479048 0.479048 0.479048 +5168.647949 0.000000 492.350739 0.000000 0.109111 0.000000 -0.994030 0.444410 0.444410 0.444410 +5145.681152 0.000000 485.652466 0.000000 0.704571 0.000000 -0.709633 0.457515 0.457515 0.457515 +5155.666992 0.000000 488.361237 0.000000 0.397121 0.000000 -0.917766 0.468306 0.468306 0.468306 +5151.328613 0.000000 502.196899 0.000000 0.140175 0.000000 -0.990127 0.537789 0.537789 0.537789 +5214.530273 0.000000 475.335052 0.000000 0.245369 0.000000 -0.969430 0.418495 0.418495 0.418495 +5220.276367 0.000000 485.121765 0.000000 0.527266 0.000000 -0.849700 0.431802 0.431802 0.431802 +5209.505859 0.000000 505.646698 0.000000 0.433312 0.000000 -0.901244 0.426343 0.426343 0.426343 +5141.705078 0.000000 535.227051 0.000000 0.363172 0.000000 -0.931722 0.415747 0.415747 0.415747 +5135.130859 0.000000 547.731140 0.000000 0.380991 0.000000 -0.924579 0.415907 0.415907 0.415907 +5143.890625 0.000000 527.417053 0.000000 0.400838 0.000000 -0.916149 0.415674 0.415674 0.415674 +5171.456055 0.000000 558.647644 0.000000 0.582901 0.000000 -0.812543 0.481450 0.481450 0.481450 +5155.765137 0.000000 534.206604 0.000000 0.552479 0.000000 -0.833527 0.448235 0.448235 0.448235 +5170.842773 0.000000 526.229309 0.000000 0.651335 0.000000 -0.758791 0.448989 0.448989 0.448989 +5181.212891 0.000000 533.751160 0.000000 0.601400 0.000000 -0.798948 0.417850 0.417850 0.417850 +5134.220703 0.000000 525.440308 0.000000 0.595163 0.000000 -0.803605 0.445974 0.445974 0.445974 +5138.283691 0.000000 509.492065 0.000000 0.006689 0.000000 -0.999978 0.428467 0.428467 0.428467 +5139.007324 0.000000 526.437744 0.000000 0.481741 0.000000 -0.876314 0.445343 0.445343 0.445343 +5154.932617 0.000000 562.436279 0.000000 0.595085 0.000000 -0.803663 0.516540 0.516540 0.516540 +5149.237305 0.000000 541.881592 0.000000 0.594379 0.000000 -0.804185 0.464265 0.464265 0.464265 +5124.755371 0.000000 536.232056 0.000000 0.515847 0.000000 -0.856681 0.443295 0.443295 0.443295 +5181.507812 0.000000 558.136169 0.000000 0.699123 0.000000 -0.715001 0.466005 0.466005 0.466005 +5168.918945 0.000000 523.345520 0.000000 0.551439 0.000000 -0.834215 0.465193 0.465193 0.465193 +5173.860840 0.000000 556.425842 0.000000 0.161307 0.000000 -0.986904 0.481432 0.481432 0.481432 +5181.125000 0.000000 560.838623 0.000000 0.361212 0.000000 -0.932484 0.510816 0.510816 0.510816 +5163.601562 0.000000 561.259460 0.000000 0.599846 0.000000 -0.800116 0.581967 0.581967 0.581967 +5240.065918 0.000000 533.721985 0.000000 0.091545 0.000000 -0.995801 0.419719 0.419719 0.419719 +5204.569336 0.000000 513.745850 0.000000 0.643618 0.000000 -0.765347 0.411576 0.411576 0.411576 +5188.032715 0.000000 539.970947 0.000000 0.607037 0.000000 -0.794673 0.412612 0.412612 0.412612 +5210.122559 0.000000 519.167786 0.000000 0.197495 0.000000 -0.980304 0.458943 0.458943 0.458943 +5228.760254 0.000000 546.864502 0.000000 0.331203 0.000000 -0.943560 0.416995 0.416995 0.416995 +5215.826172 0.000000 516.481750 0.000000 0.620179 0.000000 -0.784460 0.423090 0.423090 0.423090 +5190.215332 0.000000 557.296997 0.000000 0.698895 0.000000 -0.715224 0.411142 0.411142 0.411142 +5234.584961 0.000000 536.253601 0.000000 0.434412 0.000000 -0.900714 0.473294 0.473294 0.473294 +5226.009766 0.000000 563.296021 0.000000 0.348193 0.000000 -0.937423 0.437701 0.437701 0.437701 +5198.220703 0.000000 525.440308 0.000000 0.640042 0.000000 -0.768340 0.459033 0.459033 0.459033 +5224.763184 0.000000 523.481567 0.000000 0.033090 0.000000 -0.999452 0.439755 0.439755 0.439755 +5202.579102 0.000000 563.548279 0.000000 0.000437 0.000000 -1.000000 0.494767 0.494767 0.494767 +5190.507812 0.000000 560.450500 0.000000 0.188664 0.000000 -0.982042 0.469268 0.469268 0.469268 +5140.968750 0.000000 616.968872 0.000000 0.681495 0.000000 -0.731823 0.410494 0.410494 0.410494 +5124.458496 0.000000 619.309692 0.000000 0.628905 0.000000 -0.777482 0.438284 0.438284 0.438284 +5161.563477 0.000000 591.334778 0.000000 0.351809 0.000000 -0.936072 0.439071 0.439071 0.439071 +5160.832520 0.000000 568.344910 0.000000 0.597051 0.000000 -0.802203 0.420723 0.420723 0.420723 +5183.487305 0.000000 595.071472 0.000000 0.660510 0.000000 -0.750817 0.411789 0.411789 0.411789 +5140.569336 0.000000 570.230225 0.000000 0.315339 0.000000 -0.948979 0.494425 0.494425 0.494425 +5128.407715 0.000000 572.656128 0.000000 0.706835 0.000000 -0.707378 0.410436 0.410436 0.410436 +5120.254883 0.000000 611.984619 0.000000 0.082098 0.000000 -0.996624 0.471151 0.471151 0.471151 +5135.272949 0.000000 586.762329 0.000000 0.702923 0.000000 -0.711266 0.544329 0.544329 0.544329 +5174.816895 0.000000 566.094543 0.000000 0.482974 0.000000 -0.875634 0.482274 0.482274 0.482274 +5172.365234 0.000000 604.109985 0.000000 0.049718 0.000000 -0.998763 0.468780 0.468780 0.468780 +5181.292480 0.000000 577.402710 0.000000 0.286160 0.000000 -0.958182 0.554912 0.554912 0.554912 +5120.098633 0.000000 571.792725 0.000000 0.056844 0.000000 -0.998383 0.421930 0.421930 0.421930 +5129.641113 0.000000 618.031616 0.000000 0.580289 0.000000 -0.814411 0.422425 0.422425 0.422425 +5156.276367 0.000000 598.090515 0.000000 0.119199 0.000000 -0.992870 0.460273 0.460273 0.460273 +5181.212891 0.000000 590.235535 0.000000 0.552347 0.000000 -0.833614 0.431348 0.431348 0.431348 +5141.208496 0.000000 604.722961 0.000000 0.478701 0.000000 -0.877978 0.453909 0.453909 0.453909 +5162.009766 0.000000 619.780396 0.000000 0.397330 0.000000 -0.917676 0.475468 0.475468 0.475468 +5175.531250 0.000000 575.447449 0.000000 0.506979 0.000000 -0.861959 0.541806 0.541806 0.541806 +5138.817383 0.000000 595.287659 0.000000 0.357082 0.000000 -0.934073 0.508013 0.508013 0.508013 +5174.173828 0.000000 571.028015 0.000000 0.411368 0.000000 -0.911470 0.531339 0.531339 0.531339 +5181.524414 0.000000 581.913452 0.000000 0.220465 0.000000 -0.975395 0.439758 0.439758 0.439758 +5124.047852 0.000000 573.193787 0.000000 0.023338 0.000000 -0.999728 0.483979 0.483979 0.483979 +5123.837402 0.000000 588.405823 0.000000 0.407209 0.000000 -0.913335 0.478138 0.478138 0.478138 +5171.213867 0.000000 611.100952 0.000000 0.116200 0.000000 -0.993226 0.495486 0.495486 0.495486 +5124.755371 0.000000 592.716431 0.000000 0.319564 0.000000 -0.947565 0.520470 0.520470 0.520470 +5177.910645 0.000000 612.794800 0.000000 0.171410 0.000000 -0.985200 0.482704 0.482704 0.482704 +5137.939453 0.000000 606.639343 0.000000 0.524778 0.000000 -0.851239 0.564302 0.564302 0.564302 +5161.204590 0.000000 601.405090 0.000000 0.116428 0.000000 -0.993199 0.529436 0.529436 0.529436 +5175.062500 0.000000 615.861206 0.000000 0.548576 0.000000 -0.836101 0.452543 0.452543 0.452543 +5120.009766 0.000000 607.036255 0.000000 0.571608 0.000000 -0.820527 0.463351 0.463351 0.463351 +5131.406250 0.000000 597.914551 0.000000 0.459615 0.000000 -0.888119 0.454271 0.454271 0.454271 +5132.083496 0.000000 610.357605 0.000000 0.176055 0.000000 -0.984380 0.489924 0.489924 0.489924 +5150.608887 0.000000 570.383423 0.000000 0.118864 0.000000 -0.992911 0.492494 0.492494 0.492494 +5121.451660 0.000000 574.236206 0.000000 0.159116 0.000000 -0.987260 0.499047 0.499047 0.499047 +5176.639160 0.000000 569.816101 0.000000 0.098488 0.000000 -0.995138 0.561100 0.561100 0.561100 +5179.000977 0.000000 602.644836 0.000000 0.126626 0.000000 -0.991951 0.552957 0.552957 0.552957 +5164.051758 0.000000 596.938049 0.000000 0.641145 0.000000 -0.767420 0.512432 0.512432 0.512432 +5139.640625 0.000000 590.155518 0.000000 0.355654 0.000000 -0.934618 0.545819 0.545819 0.545819 +5133.872070 0.000000 593.246216 0.000000 0.039183 0.000000 -0.999232 0.555064 0.555064 0.555064 +5205.705078 0.000000 591.711426 0.000000 0.648867 0.000000 -0.760902 0.450441 0.450441 0.450441 +5222.230957 0.000000 603.372803 0.000000 0.635563 0.000000 -0.772049 0.412068 0.412068 0.412068 +5242.807129 0.000000 571.498291 0.000000 0.090930 0.000000 -0.995857 0.449068 0.449068 0.449068 +5247.958008 0.000000 585.742737 0.000000 0.482077 0.000000 -0.876129 0.414235 0.414235 0.414235 +5204.569336 0.000000 570.230225 0.000000 0.580664 0.000000 -0.814144 0.454706 0.454706 0.454706 +5204.089355 0.000000 609.660645 0.000000 0.590687 0.000000 -0.806901 0.441853 0.441853 0.441853 +5186.500488 0.000000 584.587830 0.000000 0.674858 0.000000 -0.737948 0.550935 0.550935 0.550935 +5245.512207 0.000000 564.869934 0.000000 0.578221 0.000000 -0.815880 0.458981 0.458981 0.458981 +5190.215332 0.000000 613.781372 0.000000 0.194923 0.000000 -0.980819 0.424291 0.424291 0.424291 +5185.017578 0.000000 591.536804 0.000000 0.461515 0.000000 -0.887132 0.454235 0.454235 0.454235 +5245.212891 0.000000 590.235535 0.000000 0.012765 0.000000 -0.999919 0.445919 0.445919 0.445919 +5201.256836 0.000000 599.558594 0.000000 0.508241 0.000000 -0.861215 0.525986 0.525986 0.525986 +5205.208496 0.000000 604.722961 0.000000 0.149215 0.000000 -0.988805 0.494841 0.494841 0.494841 +5226.009766 0.000000 619.780396 0.000000 0.610538 0.000000 -0.791987 0.465312 0.465312 0.465312 +5196.552734 0.000000 591.037781 0.000000 0.645448 0.000000 -0.763804 0.439340 0.439340 0.439340 +5190.330566 0.000000 576.940552 0.000000 0.190362 0.000000 -0.981714 0.470692 0.470692 0.470692 +5218.932617 0.000000 618.920654 0.000000 0.026532 0.000000 -0.999648 0.498709 0.498709 0.498709 +5218.015137 0.000000 585.339294 0.000000 0.236194 0.000000 -0.971706 0.532624 0.532624 0.532624 +5234.318359 0.000000 565.049622 0.000000 0.593066 0.000000 -0.805154 0.443209 0.443209 0.443209 +5237.994141 0.000000 586.129883 0.000000 0.228238 0.000000 -0.973605 0.455522 0.455522 0.455522 +5216.426758 0.000000 577.281555 0.000000 0.332963 0.000000 -0.942940 0.485388 0.485388 0.485388 +5221.098633 0.000000 607.714722 0.000000 0.650961 0.000000 -0.759111 0.462983 0.462983 0.462983 +5189.119141 0.000000 581.277954 0.000000 0.219309 0.000000 -0.975655 0.436892 0.436892 0.436892 +5211.932617 0.000000 585.113403 0.000000 0.212569 0.000000 -0.977146 0.445661 0.445661 0.445661 +5222.889160 0.000000 588.283386 0.000000 0.011664 0.000000 -0.999932 0.531751 0.531751 0.531751 +5207.371094 0.000000 607.857666 0.000000 0.253390 0.000000 -0.967364 0.476800 0.476800 0.476800 +5188.957520 0.000000 604.690857 0.000000 0.322077 0.000000 -0.946714 0.536444 0.536444 0.536444 +5243.981445 0.000000 620.062988 0.000000 0.320995 0.000000 -0.947081 0.484183 0.484183 0.484183 +5231.145508 0.000000 582.991577 0.000000 0.139550 0.000000 -0.990215 0.459929 0.459929 0.459929 +5236.003906 0.000000 568.171326 0.000000 0.690354 0.000000 -0.723472 0.492778 0.492778 0.492778 +5212.431641 0.000000 572.351624 0.000000 0.259552 0.000000 -0.965729 0.508681 0.508681 0.508681 +5220.759766 0.000000 586.219971 0.000000 0.656335 0.000000 -0.754470 0.492301 0.492301 0.492301 +5222.469727 0.000000 591.437805 0.000000 0.415387 0.000000 -0.909645 0.506701 0.506701 0.506701 +5228.127930 0.000000 592.285034 0.000000 0.657127 0.000000 -0.753780 0.509159 0.509159 0.509159 +5200.716797 0.000000 596.941589 0.000000 0.386381 0.000000 -0.922339 0.507358 0.507358 0.507358 +5198.389160 0.000000 598.228455 0.000000 0.565699 0.000000 -0.824612 0.554442 0.554442 0.554442 +5199.870117 0.000000 601.666626 0.000000 0.564364 0.000000 -0.825526 0.521639 0.521639 0.521639 +5165.516602 0.000000 636.061401 0.000000 0.701179 0.000000 -0.712986 0.449252 0.449252 0.449252 +5178.544434 0.000000 661.751221 0.000000 0.344299 0.000000 -0.938860 0.472191 0.472191 0.472191 +5175.638184 0.000000 637.071594 0.000000 0.445784 0.000000 -0.895140 0.433223 0.433223 0.433223 +5157.432617 0.000000 632.355164 0.000000 0.063943 0.000000 -0.997954 0.420389 0.420389 0.420389 +5181.248047 0.000000 667.330200 0.000000 0.374607 0.000000 -0.927184 0.438691 0.438691 0.438691 +5164.062988 0.000000 630.317261 0.000000 0.123730 0.000000 -0.992316 0.460196 0.460196 0.460196 +5175.107910 0.000000 666.529419 0.000000 0.310872 0.000000 -0.950452 0.452664 0.452664 0.452664 +5155.765137 0.000000 647.175354 0.000000 0.168579 0.000000 -0.985688 0.476916 0.476916 0.476916 +5170.584961 0.000000 649.222351 0.000000 0.637925 0.000000 -0.770098 0.459081 0.459081 0.459081 +5183.586426 0.000000 674.762695 0.000000 0.526460 0.000000 -0.850200 0.482741 0.482741 0.482741 +5165.434082 0.000000 651.057373 0.000000 0.510518 0.000000 -0.859867 0.467467 0.467467 0.467467 +5131.786133 0.000000 626.381042 0.000000 0.587596 0.000000 -0.809154 0.425092 0.425092 0.425092 +5160.015625 0.000000 628.956726 0.000000 0.545190 0.000000 -0.838312 0.451200 0.451200 0.451200 +5182.419434 0.000000 663.475403 0.000000 0.014205 0.000000 -0.999899 0.448827 0.448827 0.448827 +5158.889160 0.000000 644.767761 0.000000 0.042188 0.000000 -0.999110 0.485107 0.485107 0.485107 +5177.910645 0.000000 669.279175 0.000000 0.246023 0.000000 -0.969264 0.536801 0.536801 0.536801 +5167.663086 0.000000 631.340027 0.000000 0.436508 0.000000 -0.899700 0.454704 0.454704 0.454704 +5178.305176 0.000000 665.309570 0.000000 0.260630 0.000000 -0.965439 0.499912 0.499912 0.499912 +5177.384766 0.000000 677.579895 0.000000 0.172953 0.000000 -0.984930 0.532603 0.532603 0.532603 +5185.318848 0.000000 660.216553 0.000000 0.110008 0.000000 -0.993931 0.419545 0.419545 0.419545 +5212.793945 0.000000 624.169922 0.000000 0.297635 0.000000 -0.954680 0.455770 0.455770 0.455770 +5242.807129 0.000000 627.982666 0.000000 0.300973 0.000000 -0.953633 0.416739 0.416739 0.416739 +5191.671387 0.000000 646.184692 0.000000 0.327018 0.000000 -0.945018 0.459566 0.459566 0.459566 +5192.407715 0.000000 629.140503 0.000000 0.477811 0.000000 -0.878463 0.453926 0.453926 0.453926 +5184.254883 0.000000 668.468994 0.000000 0.370676 0.000000 -0.928762 0.509156 0.509156 0.509156 +5214.236816 0.000000 673.858032 0.000000 0.506884 0.000000 -0.862014 0.444876 0.444876 0.444876 +5216.032227 0.000000 658.265991 0.000000 0.174083 0.000000 -0.984731 0.506082 0.506082 0.506082 +5245.292480 0.000000 633.887085 0.000000 0.591110 0.000000 -0.806591 0.436234 0.436234 0.436234 +5234.789551 0.000000 633.415405 0.000000 0.403456 0.000000 -0.914999 0.463891 0.463891 0.463891 +5239.107910 0.000000 666.529419 0.000000 0.117663 0.000000 -0.993054 0.569583 0.569583 0.569583 +5210.074219 0.000000 651.844543 0.000000 0.495693 0.000000 -0.868498 0.428127 0.428127 0.428127 +5242.511719 0.000000 641.838135 0.000000 0.672890 0.000000 -0.739742 0.413743 0.413743 0.413743 +5193.063965 0.000000 651.790100 0.000000 0.586097 0.000000 -0.810241 0.457406 0.457406 0.457406 +5198.220703 0.000000 638.409058 0.000000 0.166286 0.000000 -0.986078 0.439163 0.439163 0.439163 +5210.364746 0.000000 646.889465 0.000000 0.127392 0.000000 -0.991853 0.429615 0.429615 0.429615 +5219.991211 0.000000 637.054626 0.000000 0.192825 0.000000 -0.981233 0.460475 0.460475 0.460475 +5201.260254 0.000000 647.785278 0.000000 0.457842 0.000000 -0.889034 0.485671 0.485671 0.485671 +5185.884766 0.000000 672.380676 0.000000 0.373676 0.000000 -0.927559 0.520668 0.520668 0.520668 +5184.514160 0.000000 637.408997 0.000000 0.155479 0.000000 -0.987839 0.459659 0.459659 0.459659 +5246.624512 0.000000 630.148254 0.000000 0.384222 0.000000 -0.923241 0.467121 0.467121 0.467121 +5232.647949 0.000000 661.803894 0.000000 0.121921 0.000000 -0.992540 0.626580 0.626580 0.626580 +5228.376953 0.000000 667.595825 0.000000 0.570579 0.000000 -0.821243 0.588720 0.588720 0.588720 +5187.510742 0.000000 668.256104 0.000000 0.505007 0.000000 -0.863115 0.476105 0.476105 0.476105 +5196.112305 0.000000 636.234863 0.000000 0.599070 0.000000 -0.800697 0.475428 0.475428 0.475428 +5220.759766 0.000000 642.704346 0.000000 0.282621 0.000000 -0.959232 0.487840 0.487840 0.487840 +5198.979980 0.000000 646.168274 0.000000 0.261606 0.000000 -0.965175 0.495525 0.495525 0.495525 +5255.671387 0.000000 589.700317 0.000000 0.558254 0.000000 -0.829670 0.483437 0.483437 0.483437 +5299.456055 0.000000 615.132019 0.000000 0.033151 0.000000 -0.999450 0.489705 0.489705 0.489705 +5303.107910 0.000000 610.045044 0.000000 0.647219 0.000000 -0.762304 0.460269 0.460269 0.460269 +5254.215332 0.000000 613.781372 0.000000 0.003810 0.000000 -0.999993 0.421908 0.421908 0.421908 +5255.914551 0.000000 566.680664 0.000000 0.680390 0.000000 -0.732850 0.411499 0.411499 0.411499 +5273.505859 0.000000 618.615479 0.000000 0.148610 0.000000 -0.988896 0.475820 0.475820 0.475820 +5302.864258 0.000000 619.842407 0.000000 0.274445 0.000000 -0.961603 0.464834 0.464834 0.464834 +5259.786133 0.000000 569.896667 0.000000 0.289861 0.000000 -0.957069 0.473221 0.473221 0.473221 +5248.163086 0.000000 599.590271 0.000000 0.230545 0.000000 -0.973062 0.458376 0.458376 0.458376 +5251.837402 0.000000 588.405823 0.000000 0.103544 0.000000 -0.994625 0.457616 0.457616 0.457616 +5299.213867 0.000000 611.100952 0.000000 0.246891 0.000000 -0.969043 0.482730 0.482730 0.482730 +5259.941895 0.000000 606.647766 0.000000 0.187273 0.000000 -0.982308 0.469292 0.469292 0.469292 +5256.908691 0.000000 610.743774 0.000000 0.205200 0.000000 -0.978720 0.458812 0.458812 0.458812 +5309.507812 0.000000 614.620544 0.000000 0.330436 0.000000 -0.943829 0.515860 0.515860 0.515860 +5269.502930 0.000000 613.162964 0.000000 0.624114 0.000000 -0.781334 0.500195 0.500195 0.500195 +5265.939453 0.000000 606.639343 0.000000 0.456219 0.000000 -0.889867 0.501457 0.501457 0.501457 +5303.062500 0.000000 615.861206 0.000000 0.017463 0.000000 -0.999848 0.470811 0.470811 0.470811 +5248.894531 0.000000 595.143860 0.000000 0.414753 0.000000 -0.909934 0.475120 0.475120 0.475120 +5273.916992 0.000000 609.609924 0.000000 0.101074 0.000000 -0.994879 0.497254 0.497254 0.497254 +5360.205566 0.000000 621.302490 0.000000 0.068180 0.000000 -0.997673 0.508246 0.508246 0.508246 +5312.156738 0.000000 619.743958 0.000000 0.492455 0.000000 -0.870338 0.494904 0.494904 0.494904 +5293.516602 0.000000 636.061401 0.000000 0.086730 0.000000 -0.996232 0.419709 0.419709 0.419709 +5249.451172 0.000000 633.503784 0.000000 0.228905 0.000000 -0.973449 0.418464 0.418464 0.418464 +5306.544434 0.000000 661.751221 0.000000 0.378239 0.000000 -0.925708 0.415593 0.415593 0.415593 +5279.453613 0.000000 638.058228 0.000000 0.129227 0.000000 -0.991615 0.418638 0.418638 0.418638 +5259.959473 0.000000 669.818970 0.000000 0.368789 0.000000 -0.929513 0.435934 0.435934 0.435934 +5268.569336 0.000000 626.714600 0.000000 0.552214 0.000000 -0.833703 0.463763 0.463763 0.463763 +5304.550781 0.000000 654.187317 0.000000 0.502832 0.000000 -0.864384 0.418140 0.418140 0.418140 +5250.500488 0.000000 641.072205 0.000000 0.552328 0.000000 -0.833627 0.415907 0.415907 0.415907 +5280.032227 0.000000 658.265991 0.000000 0.342366 0.000000 -0.939567 0.419243 0.419243 0.419243 +5273.621582 0.000000 669.203003 0.000000 0.344810 0.000000 -0.938672 0.499597 0.499597 0.499597 +5309.292480 0.000000 633.887085 0.000000 0.426829 0.000000 -0.904332 0.415626 0.415626 0.415626 +5298.584961 0.000000 649.222351 0.000000 0.236248 0.000000 -0.971693 0.435187 0.435187 0.435187 +5302.173828 0.000000 627.512390 0.000000 0.048365 0.000000 -0.998830 0.445363 0.445363 0.445363 +5310.270020 0.000000 625.759521 0.000000 0.370654 0.000000 -0.928771 0.567317 0.567317 0.567317 +5310.624512 0.000000 630.148254 0.000000 0.706414 0.000000 -0.707799 0.570986 0.570986 0.570986 +5301.013672 0.000000 655.974487 0.000000 0.214655 0.000000 -0.976690 0.468803 0.468803 0.468803 +5295.663086 0.000000 631.340027 0.000000 0.164084 0.000000 -0.986446 0.472621 0.472621 0.472621 +5294.042969 0.000000 627.182800 0.000000 0.072122 0.000000 -0.997396 0.508166 0.508166 0.508166 +5306.305176 0.000000 665.309570 0.000000 0.308355 0.000000 -0.951271 0.564617 0.564617 0.564617 +5274.987305 0.000000 621.416931 0.000000 0.590412 0.000000 -0.807102 0.542270 0.542270 0.542270 +5284.759766 0.000000 642.704346 0.000000 0.601002 0.000000 -0.799248 0.516378 0.516378 0.516378 +5271.068359 0.000000 625.839294 0.000000 0.299253 0.000000 -0.954174 0.518018 0.518018 0.518018 +5286.646484 0.000000 653.485352 0.000000 0.570229 0.000000 -0.821486 0.524328 0.524328 0.524328 +5311.509766 0.000000 658.546631 0.000000 0.279781 0.000000 -0.960064 0.537464 0.537464 0.537464 +5352.832520 0.000000 624.829285 0.000000 0.042457 0.000000 -0.999098 0.452770 0.452770 0.452770 +5343.758301 0.000000 651.487732 0.000000 0.582510 0.000000 -0.812824 0.464525 0.464525 0.464525 +5314.500488 0.000000 641.072205 0.000000 0.054926 0.000000 -0.998490 0.527819 0.527819 0.527819 +5362.584961 0.000000 649.222351 0.000000 0.565444 0.000000 -0.824787 0.426897 0.426897 0.426897 +5362.842773 0.000000 639.198059 0.000000 0.626362 0.000000 -0.779533 0.446730 0.446730 0.446730 +5373.212891 0.000000 646.719910 0.000000 0.429129 0.000000 -0.903243 0.457693 0.457693 0.457693 +5366.173828 0.000000 627.512390 0.000000 0.191952 0.000000 -0.981404 0.504247 0.504247 0.504247 +5365.994141 0.000000 642.614258 0.000000 0.491425 0.000000 -0.870920 0.455083 0.455083 0.455083 +5316.047852 0.000000 629.678162 0.000000 0.592235 0.000000 -0.805766 0.471356 0.471356 0.471356 +5317.119141 0.000000 637.762329 0.000000 0.006662 0.000000 -0.999978 0.441621 0.441621 0.441621 +5312.514160 0.000000 637.408997 0.000000 0.574143 0.000000 -0.818755 0.446397 0.446397 0.446397 +5316.755371 0.000000 649.200806 0.000000 0.483344 0.000000 -0.875431 0.510851 0.510851 0.510851 +5317.464844 0.000000 626.110046 0.000000 0.539391 0.000000 -0.842055 0.530880 0.530880 0.530880 +5364.003906 0.000000 624.655701 0.000000 0.024833 0.000000 -0.999692 0.463329 0.463329 0.463329 +5360.918945 0.000000 636.314270 0.000000 0.044284 0.000000 -0.999019 0.531031 0.531031 0.531031 +5324.112305 0.000000 636.234863 0.000000 0.325529 0.000000 -0.945532 0.491320 0.491320 0.491320 +5312.090332 0.000000 624.623718 0.000000 0.670649 0.000000 -0.741775 0.534126 0.534126 0.534126 +5356.127930 0.000000 648.769409 0.000000 0.385081 0.000000 -0.922883 0.514612 0.514612 0.514612 +5357.942871 0.000000 643.268982 0.000000 0.259946 0.000000 -0.965623 0.589564 0.589564 0.589564 +5169.519043 0.000000 684.142151 0.000000 0.657236 0.000000 -0.753685 0.411679 0.411679 0.411679 +5174.816895 0.000000 679.063293 0.000000 0.116569 0.000000 -0.993183 0.565130 0.565130 0.565130 +5170.789551 0.000000 689.899780 0.000000 0.279527 0.000000 -0.960138 0.629112 0.629112 0.629112 +5175.531250 0.000000 688.416199 0.000000 0.117030 0.000000 -0.993128 0.632784 0.632784 0.632784 +5185.451172 0.000000 689.988159 0.000000 0.328889 0.000000 -0.944369 0.425152 0.425152 0.425152 +5196.978516 0.000000 678.548462 0.000000 0.010111 0.000000 -0.999949 0.450358 0.450358 0.450358 +5228.760254 0.000000 716.317627 0.000000 0.297219 0.000000 -0.954809 0.434230 0.434230 0.434230 +5242.511719 0.000000 698.322510 0.000000 0.614512 0.000000 -0.788908 0.434377 0.434377 0.434377 +5202.283691 0.000000 678.945190 0.000000 0.349143 0.000000 -0.937070 0.472099 0.472099 0.472099 +5190.330566 0.000000 689.909302 0.000000 0.678907 0.000000 -0.734224 0.423340 0.423340 0.423340 +5214.060547 0.000000 725.967407 0.000000 0.481905 0.000000 -0.876223 0.429775 0.429775 0.429775 +5188.047852 0.000000 686.162537 0.000000 0.531960 0.000000 -0.846769 0.437352 0.437352 0.437352 +5217.910645 0.000000 720.135376 0.000000 0.453548 0.000000 -0.891232 0.627651 0.627651 0.627651 +5202.498535 0.000000 681.630493 0.000000 0.266835 0.000000 -0.963742 0.555405 0.555405 0.555405 +5198.389160 0.000000 711.197205 0.000000 0.164688 0.000000 -0.986346 0.653575 0.653575 0.653575 +5230.693848 0.000000 709.871155 0.000000 0.272135 0.000000 -0.962259 0.565578 0.565578 0.565578 +5208.535645 0.000000 694.167542 0.000000 0.005859 0.000000 -0.999983 0.549855 0.549855 0.549855 +5209.237793 0.000000 740.455750 0.000000 0.566826 0.000000 -0.823838 0.494573 0.494573 0.494573 +5292.083496 0.000000 697.873474 0.000000 0.448167 0.000000 -0.893950 0.477300 0.477300 0.477300 "} diff --git a/gfx/map/map_object_data/generated/pine_dense_generator_2.txt b/gfx/map/map_object_data/generated/pine_dense_generator_2.txt index 744728fd..1eec34b6 100644 --- a/gfx/map/map_object_data/generated/pine_dense_generator_2.txt +++ b/gfx/map/map_object_data/generated/pine_dense_generator_2.txt @@ -14,7 +14,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_002_mesh" - count=282 + count=898 transform="125.248260 0.000000 3265.611328 0.000000 0.360948 0.000000 0.932586 0.384282 0.384282 0.384282 78.953270 0.000000 3273.581055 0.000000 0.445559 0.000000 0.895253 0.385326 0.385326 0.385326 98.857529 0.000000 3248.738281 0.000000 0.006081 0.000000 0.999982 0.380977 0.380977 0.380977 @@ -297,6 +297,622 @@ object={ 10.565080 0.000000 3504.580078 0.000000 0.650161 0.000000 0.759797 0.427564 0.427564 0.427564 15.671463 0.000000 3503.560303 0.000000 0.126065 0.000000 0.992022 0.419819 0.419819 0.419819 6.054309 0.000000 3503.629883 0.000000 0.543692 0.000000 0.839285 0.550778 0.550778 0.550778 +5022.236816 0.000000 447.920502 0.000000 0.380859 0.000000 0.924633 0.384445 0.384445 0.384445 +5029.098633 0.000000 438.261627 0.000000 0.398831 0.000000 0.917024 0.383775 0.383775 0.383775 +5043.213867 0.000000 441.647827 0.000000 0.594940 0.000000 0.803770 0.389968 0.389968 0.389968 +5036.412598 0.000000 437.664337 0.000000 0.324109 0.000000 0.946020 0.383217 0.383217 0.383217 +5043.634277 0.000000 438.118500 0.000000 0.212295 0.000000 0.977206 0.381369 0.381369 0.381369 +5055.976562 0.000000 446.006012 0.000000 0.552887 0.000000 0.833256 0.404967 0.404967 0.404967 +5044.706543 0.000000 451.705963 0.000000 0.651454 0.000000 0.758688 0.445796 0.445796 0.445796 +5058.269043 0.000000 448.824493 0.000000 0.300163 0.000000 0.953888 0.413555 0.413555 0.413555 +5047.638184 0.000000 467.618469 0.000000 0.617992 0.000000 0.786185 0.388211 0.388211 0.388211 +5040.647949 0.000000 492.350739 0.000000 0.619648 0.000000 0.784880 0.394070 0.394070 0.394070 +5049.910645 0.000000 499.826050 0.000000 0.383241 0.000000 0.923648 0.387687 0.387687 0.387687 +5030.346680 0.000000 506.132690 0.000000 0.022270 0.000000 0.999752 0.392760 0.392760 0.392760 +5019.595215 0.000000 502.398743 0.000000 0.640624 0.000000 0.767854 0.390796 0.390796 0.390796 +5040.580566 0.000000 482.315765 0.000000 0.285037 0.000000 0.958517 0.388557 0.388557 0.388557 +5055.697754 0.000000 496.599152 0.000000 0.009905 0.000000 0.999951 0.392572 0.392572 0.392572 +5048.742188 0.000000 481.768890 0.000000 0.387740 0.000000 0.921769 0.405618 0.405618 0.405618 +5041.687988 0.000000 460.827576 0.000000 0.623646 0.000000 0.781707 0.418480 0.418480 0.418480 +5044.657715 0.000000 451.911072 0.000000 0.546780 0.000000 0.837277 0.443318 0.443318 0.443318 +5050.561523 0.000000 483.634277 0.000000 0.520121 0.000000 0.854093 0.422386 0.422386 0.422386 +5037.143066 0.000000 452.177307 0.000000 0.098683 0.000000 0.995119 0.430810 0.430810 0.430810 +5048.246582 0.000000 454.731873 0.000000 0.574264 0.000000 0.818670 0.436737 0.436737 0.436737 +5042.425293 0.000000 454.029388 0.000000 0.201983 0.000000 0.979389 0.425806 0.425806 0.425806 +5036.016602 0.000000 453.623627 0.000000 0.218131 0.000000 0.975920 0.433060 0.433060 0.433060 +5074.127930 0.000000 465.151062 0.000000 0.217115 0.000000 0.976146 0.382517 0.382517 0.382517 +5100.662598 0.000000 502.455200 0.000000 0.241112 0.000000 0.970497 0.382570 0.382570 0.382570 +5065.063965 0.000000 482.337006 0.000000 0.057360 0.000000 0.998354 0.378993 0.378993 0.378993 +5075.007324 0.000000 469.953369 0.000000 0.581373 0.000000 0.813637 0.386950 0.386950 0.386950 +5066.351562 0.000000 472.753967 0.000000 0.335585 0.000000 0.942010 0.383499 0.383499 0.383499 +5057.884766 0.000000 502.927551 0.000000 0.117721 0.000000 0.993047 0.380269 0.380269 0.380269 +5118.624512 0.000000 460.695129 0.000000 0.320892 0.000000 0.947116 0.393844 0.393844 0.393844 +5077.502930 0.000000 500.194214 0.000000 0.297931 0.000000 0.954587 0.387569 0.387569 0.387569 +5060.957520 0.000000 491.722076 0.000000 0.560291 0.000000 0.828296 0.399057 0.399057 0.399057 +5074.579102 0.000000 507.063904 0.000000 0.358372 0.000000 0.933579 0.383344 0.383344 0.383344 +5108.014648 0.000000 460.718292 0.000000 0.705831 0.000000 0.708380 0.411720 0.411720 0.411720 +5080.572266 0.000000 491.339355 0.000000 0.289365 0.000000 0.957219 0.405139 0.405139 0.405139 +5115.100586 0.000000 461.967743 0.000000 0.451922 0.000000 0.892058 0.395968 0.395968 0.395968 +5068.526855 0.000000 474.920837 0.000000 0.356811 0.000000 0.934177 0.384897 0.384897 0.384897 +5085.422852 0.000000 490.426819 0.000000 0.527818 0.000000 0.849358 0.408117 0.408117 0.408117 +5089.448730 0.000000 475.171814 0.000000 0.679837 0.000000 0.733364 0.436782 0.436782 0.436782 +5059.820801 0.000000 465.680389 0.000000 0.211339 0.000000 0.977413 0.393319 0.393319 0.393319 +5086.952637 0.000000 471.387329 0.000000 0.047722 0.000000 0.998861 0.405825 0.405825 0.405825 +5083.635742 0.000000 474.925354 0.000000 0.446993 0.000000 0.894538 0.423339 0.423339 0.423339 +5077.235840 0.000000 471.736084 0.000000 0.246366 0.000000 0.969177 0.389152 0.389152 0.389152 +5067.616211 0.000000 481.216156 0.000000 0.184443 0.000000 0.982843 0.387052 0.387052 0.387052 +5095.591309 0.000000 493.711060 0.000000 0.041146 0.000000 0.999153 0.401117 0.401117 0.401117 +5076.984863 0.000000 489.073029 0.000000 0.662726 0.000000 0.748862 0.425417 0.425417 0.425417 +5117.738281 0.000000 480.124146 0.000000 0.178631 0.000000 0.983916 0.434618 0.434618 0.434618 +5072.716797 0.000000 483.972839 0.000000 0.140275 0.000000 0.990113 0.418915 0.418915 0.418915 +5101.942871 0.000000 473.815887 0.000000 0.673557 0.000000 0.739135 0.445140 0.445140 0.445140 +5100.051758 0.000000 483.969330 0.000000 0.295306 0.000000 0.955403 0.435712 0.435712 0.435712 +5110.158691 0.000000 483.934753 0.000000 0.349156 0.000000 0.937065 0.414418 0.414418 0.414418 +5084.928223 0.000000 469.755096 0.000000 0.200461 0.000000 0.979702 0.394323 0.394323 0.394323 +5071.870117 0.000000 488.697876 0.000000 0.630414 0.000000 0.776259 0.428332 0.428332 0.428332 +5118.582031 0.000000 466.742065 0.000000 0.061187 0.000000 0.998126 0.418678 0.418678 0.418678 +5069.872070 0.000000 480.277466 0.000000 0.358700 0.000000 0.933453 0.400381 0.400381 0.400381 +5099.659668 0.000000 488.054626 0.000000 0.455168 0.000000 0.890406 0.434197 0.434197 0.434197 +5079.935547 0.000000 488.930115 0.000000 0.532494 0.000000 0.846434 0.420233 0.420233 0.420233 +5112.742188 0.000000 481.768890 0.000000 0.251543 0.000000 0.967846 0.426719 0.426719 0.426719 +5070.401855 0.000000 493.570862 0.000000 0.056687 0.000000 0.998392 0.426604 0.426604 0.426604 +5084.944336 0.000000 487.742371 0.000000 0.046157 0.000000 0.998934 0.419559 0.419559 0.419559 +5062.070312 0.000000 458.914978 0.000000 0.368823 0.000000 0.929500 0.427755 0.427755 0.427755 +5084.838379 0.000000 476.942383 0.000000 0.357977 0.000000 0.933731 0.435778 0.435778 0.435778 +5075.253418 0.000000 499.461609 0.000000 0.700409 0.000000 0.713742 0.416503 0.416503 0.416503 +5114.561523 0.000000 483.634277 0.000000 0.577824 0.000000 0.816162 0.430798 0.430798 0.430798 +5105.424316 0.000000 490.291565 0.000000 0.424041 0.000000 0.905643 0.422898 0.422898 0.422898 +5076.821777 0.000000 482.985962 0.000000 0.359510 0.000000 0.933141 0.441676 0.441676 0.441676 +5081.598145 0.000000 475.506592 0.000000 0.135604 0.000000 0.990763 0.414213 0.414213 0.414213 +5101.537598 0.000000 492.264648 0.000000 0.219886 0.000000 0.975526 0.414501 0.414501 0.414501 +5102.245605 0.000000 471.797516 0.000000 0.550470 0.000000 0.834855 0.443401 0.443401 0.443401 +5118.970703 0.000000 474.531006 0.000000 0.600773 0.000000 0.799420 0.442157 0.442157 0.442157 +5118.854492 0.000000 478.458405 0.000000 0.685330 0.000000 0.728233 0.449090 0.449090 0.449090 +5083.528320 0.000000 486.414215 0.000000 0.691205 0.000000 0.722659 0.432184 0.432184 0.432184 +5096.567383 0.000000 486.558289 0.000000 0.396669 0.000000 0.917962 0.438912 0.438912 0.438912 +5071.799805 0.000000 494.938843 0.000000 0.663980 0.000000 0.747750 0.442470 0.442470 0.442470 +5077.008301 0.000000 480.980042 0.000000 0.598769 0.000000 0.800922 0.442110 0.442110 0.442110 +5080.332520 0.000000 487.079407 0.000000 0.237726 0.000000 0.971332 0.424136 0.424136 0.424136 +5091.093262 0.000000 474.251129 0.000000 0.422002 0.000000 0.906595 0.440615 0.440615 0.440615 +5086.609375 0.000000 477.537628 0.000000 0.269303 0.000000 0.963055 0.437532 0.437532 0.437532 +5078.981445 0.000000 480.099548 0.000000 0.104489 0.000000 0.994526 0.434353 0.434353 0.434353 +5113.814453 0.000000 470.717438 0.000000 0.622674 0.000000 0.782482 0.466773 0.466773 0.466773 +5083.849121 0.000000 478.480591 0.000000 0.154050 0.000000 0.988063 0.436448 0.436448 0.436448 +5080.422363 0.000000 481.575256 0.000000 0.204946 0.000000 0.978773 0.438588 0.438588 0.438588 +5090.087402 0.000000 476.930206 0.000000 0.377106 0.000000 0.926170 0.442039 0.442039 0.442039 +5110.403320 0.000000 471.560791 0.000000 0.187701 0.000000 0.982226 0.465784 0.465784 0.465784 +5115.993164 0.000000 468.418579 0.000000 0.681477 0.000000 0.731840 0.456277 0.456277 0.456277 +5024.426758 0.000000 520.797180 0.000000 0.352542 0.000000 0.935796 0.383741 0.383741 0.383741 +5026.735840 0.000000 548.012451 0.000000 0.252848 0.000000 0.967506 0.381810 0.381810 0.381810 +5047.062500 0.000000 559.376831 0.000000 0.193159 0.000000 0.981168 0.381310 0.381310 0.381310 +5026.857422 0.000000 537.488281 0.000000 0.493723 0.000000 0.869619 0.390657 0.390657 0.390657 +5021.422852 0.000000 546.911194 0.000000 0.612714 0.000000 0.790305 0.407326 0.407326 0.407326 +5053.032715 0.000000 530.547424 0.000000 0.055380 0.000000 0.998465 0.407101 0.407101 0.407101 +5028.575195 0.000000 510.748383 0.000000 0.144322 0.000000 0.989531 0.398119 0.398119 0.398119 +5049.460938 0.000000 508.462646 0.000000 0.342335 0.000000 0.939578 0.428425 0.428425 0.428425 +5026.111328 0.000000 539.974548 0.000000 0.340416 0.000000 0.940275 0.404814 0.404814 0.404814 +5046.158691 0.000000 540.419128 0.000000 0.328613 0.000000 0.944465 0.395151 0.395151 0.395151 +5055.697754 0.000000 553.083496 0.000000 0.567638 0.000000 0.823278 0.416118 0.416118 0.416118 +5055.510742 0.000000 533.096069 0.000000 0.663991 0.000000 0.747741 0.433965 0.433965 0.433965 +5047.044922 0.000000 547.447693 0.000000 0.259516 0.000000 0.965739 0.402296 0.402296 0.402296 +5020.944336 0.000000 544.226746 0.000000 0.217185 0.000000 0.976130 0.415620 0.415620 0.415620 +5052.008301 0.000000 550.636536 0.000000 0.257039 0.000000 0.966401 0.420989 0.420989 0.420989 +5045.789062 0.000000 551.803162 0.000000 0.370692 0.000000 0.928756 0.417167 0.417167 0.417167 +5055.374512 0.000000 548.454895 0.000000 0.221063 0.000000 0.975259 0.416852 0.416852 0.416852 +5051.003418 0.000000 554.369080 0.000000 0.129909 0.000000 0.991526 0.415271 0.415271 0.415271 +5049.360352 0.000000 519.616028 0.000000 0.374616 0.000000 0.927180 0.457222 0.457222 0.457222 +5047.893555 0.000000 551.864136 0.000000 0.015967 0.000000 0.999873 0.426997 0.426997 0.426997 +5049.814453 0.000000 527.201843 0.000000 0.004617 0.000000 0.999989 0.425653 0.425653 0.425653 +5044.916016 0.000000 515.722412 0.000000 0.009630 0.000000 0.999954 0.430287 0.430287 0.430287 +5078.628418 0.000000 538.386597 0.000000 0.225145 0.000000 0.974325 0.414592 0.414592 0.414592 +5081.681152 0.000000 542.136841 0.000000 0.052471 0.000000 0.998622 0.390908 0.390908 0.390908 +5088.449219 0.000000 534.354675 0.000000 0.687900 0.000000 0.725805 0.388766 0.388766 0.388766 +5059.510742 0.000000 555.287354 0.000000 0.542343 0.000000 0.840157 0.403564 0.403564 0.403564 +5084.947754 0.000000 538.431213 0.000000 0.656019 0.000000 0.754745 0.421613 0.421613 0.421613 +5115.000977 0.000000 546.160461 0.000000 0.707050 0.000000 0.707164 0.444790 0.444790 0.444790 +5091.689941 0.000000 559.960999 0.000000 0.623295 0.000000 0.781987 0.406319 0.406319 0.406319 +5064.173828 0.000000 530.625671 0.000000 0.355066 0.000000 0.934841 0.418065 0.418065 0.418065 +5075.362793 0.000000 536.347229 0.000000 0.309412 0.000000 0.950928 0.399574 0.399574 0.399574 +5069.872070 0.000000 536.761841 0.000000 0.553865 0.000000 0.832607 0.423070 0.423070 0.423070 +5083.190918 0.000000 536.668762 0.000000 0.518050 0.000000 0.855350 0.437901 0.437901 0.437901 +5057.118652 0.000000 553.089478 0.000000 0.231531 0.000000 0.972827 0.407695 0.407695 0.407695 +5063.143066 0.000000 535.743835 0.000000 0.647601 0.000000 0.761979 0.444489 0.444489 0.444489 +5118.994629 0.000000 555.983154 0.000000 0.280051 0.000000 0.959985 0.462096 0.462096 0.462096 +5102.782227 0.000000 550.423523 0.000000 0.346641 0.000000 0.937998 0.410831 0.410831 0.410831 +5079.885254 0.000000 534.139465 0.000000 0.683156 0.000000 0.730272 0.430769 0.430769 0.430769 +5111.405273 0.000000 543.212463 0.000000 0.158313 0.000000 0.987389 0.425010 0.425010 0.425010 +5102.880859 0.000000 558.894958 0.000000 0.697566 0.000000 0.716521 0.426229 0.426229 0.426229 +5083.443848 0.000000 540.624329 0.000000 0.585867 0.000000 0.810407 0.417694 0.417694 0.417694 +5119.374512 0.000000 548.454895 0.000000 0.589015 0.000000 0.808122 0.449097 0.449097 0.449097 +5106.103516 0.000000 556.692261 0.000000 0.582795 0.000000 0.812619 0.488395 0.488395 0.488395 +5101.465820 0.000000 552.655334 0.000000 0.599550 0.000000 0.800338 0.417975 0.417975 0.417975 +5092.342285 0.000000 564.028015 0.000000 0.442903 0.000000 0.896569 0.422071 0.422071 0.422071 +5101.814941 0.000000 544.905457 0.000000 0.700093 0.000000 0.714052 0.443388 0.443388 0.443388 +5099.060059 0.000000 542.492981 0.000000 0.685456 0.000000 0.728114 0.419834 0.419834 0.419834 +5116.034180 0.000000 556.182617 0.000000 0.094704 0.000000 0.995506 0.416967 0.416967 0.416967 +5096.284180 0.000000 546.825928 0.000000 0.163462 0.000000 0.986550 0.412372 0.412372 0.412372 +5106.750488 0.000000 548.912659 0.000000 0.384001 0.000000 0.923333 0.442181 0.442181 0.442181 +5109.007812 0.000000 549.509766 0.000000 0.493684 0.000000 0.869641 0.423058 0.423058 0.423058 +5060.789062 0.000000 542.216309 0.000000 0.684387 0.000000 0.729119 0.463636 0.463636 0.463636 +5114.520996 0.000000 562.271973 0.000000 0.203264 0.000000 0.979124 0.430463 0.430463 0.430463 +5109.449707 0.000000 558.250916 0.000000 0.260305 0.000000 0.965526 0.482341 0.482341 0.482341 +5066.618164 0.000000 559.802612 0.000000 0.182902 0.000000 0.983131 0.459965 0.459965 0.459965 +5060.483887 0.000000 538.108093 0.000000 0.564318 0.000000 0.825557 0.470023 0.470023 0.470023 +5060.189941 0.000000 553.522644 0.000000 0.651138 0.000000 0.758959 0.436088 0.436088 0.436088 +5068.970703 0.000000 555.345154 0.000000 0.521827 0.000000 0.853052 0.479600 0.479600 0.479600 +5067.735352 0.000000 552.412659 0.000000 0.150536 0.000000 0.988604 0.476307 0.476307 0.476307 +5069.681641 0.000000 554.028320 0.000000 0.626204 0.000000 0.779660 0.482476 0.482476 0.482476 +5118.871094 0.000000 551.869873 0.000000 0.355967 0.000000 0.934499 0.488176 0.488176 0.488176 +5046.381836 0.000000 594.171387 0.000000 0.489058 0.000000 0.872251 0.397799 0.397799 0.397799 +5053.738281 0.000000 593.092896 0.000000 0.110111 0.000000 0.993919 0.422989 0.422989 0.422989 +5048.742188 0.000000 594.737610 0.000000 0.435608 0.000000 0.900136 0.430241 0.430241 0.430241 +5048.096680 0.000000 592.487671 0.000000 0.649163 0.000000 0.760649 0.414156 0.414156 0.414156 +5058.500488 0.000000 584.587830 0.000000 0.102760 0.000000 0.994706 0.380798 0.380798 0.380798 +5087.826172 0.000000 572.966125 0.000000 0.613015 0.000000 0.790071 0.387992 0.387992 0.387992 +5114.511719 0.000000 585.353760 0.000000 0.364146 0.000000 0.931342 0.383788 0.383788 0.383788 +5097.676758 0.000000 582.910767 0.000000 0.118914 0.000000 0.992905 0.413927 0.413927 0.413927 +5089.448730 0.000000 588.140564 0.000000 0.009460 0.000000 0.999955 0.417772 0.417772 0.417772 +5117.738281 0.000000 593.092896 0.000000 0.472183 0.000000 0.881501 0.393907 0.393907 0.393907 +5099.690430 0.000000 568.407715 0.000000 0.516196 0.000000 0.856470 0.418711 0.418711 0.418711 +5099.659668 0.000000 601.023376 0.000000 0.134935 0.000000 0.990854 0.416512 0.416512 0.416512 +5063.143066 0.000000 592.228210 0.000000 0.500571 0.000000 0.865696 0.420801 0.420801 0.420801 +5105.687988 0.000000 573.796326 0.000000 0.388734 0.000000 0.921350 0.403258 0.403258 0.403258 +5058.627930 0.000000 593.550964 0.000000 0.547911 0.000000 0.836536 0.438553 0.438553 0.438553 +5107.914062 0.000000 570.632141 0.000000 0.246105 0.000000 0.969243 0.485424 0.485424 0.485424 +5102.671387 0.000000 611.298218 0.000000 0.508867 0.000000 0.860845 0.410169 0.410169 0.410169 +5095.465820 0.000000 574.729431 0.000000 0.642141 0.000000 0.766587 0.494938 0.494938 0.494938 +5096.647949 0.000000 566.170410 0.000000 0.579307 0.000000 0.815109 0.433239 0.433239 0.433239 +5101.747070 0.000000 613.535339 0.000000 0.534379 0.000000 0.845245 0.417867 0.417867 0.417867 +5099.060059 0.000000 598.977356 0.000000 0.432178 0.000000 0.901788 0.421866 0.421866 0.421866 +5096.199219 0.000000 595.689697 0.000000 0.216476 0.000000 0.976288 0.479000 0.479000 0.479000 +5104.914551 0.000000 582.027344 0.000000 0.231111 0.000000 0.972927 0.424016 0.424016 0.424016 +5095.147461 0.000000 601.747009 0.000000 0.464509 0.000000 0.885569 0.476940 0.476940 0.476940 +5098.442383 0.000000 592.894592 0.000000 0.685600 0.000000 0.727978 0.478205 0.478205 0.478205 +5093.379395 0.000000 601.730408 0.000000 0.265220 0.000000 0.964188 0.496179 0.496179 0.496179 +5092.830078 0.000000 599.771484 0.000000 0.656655 0.000000 0.754191 0.530095 0.530095 0.530095 +5117.535645 0.000000 619.019287 0.000000 0.007749 0.000000 0.999970 0.432519 0.432519 0.432519 +5099.765137 0.000000 594.128052 0.000000 0.479768 0.000000 0.877395 0.458440 0.458440 0.458440 +5118.675293 0.000000 616.594849 0.000000 0.483397 0.000000 0.875401 0.456157 0.456157 0.456157 +5098.439941 0.000000 577.067566 0.000000 0.599587 0.000000 0.800310 0.474543 0.474543 0.474543 +5114.082520 0.000000 569.068237 0.000000 0.243635 0.000000 0.969867 0.484221 0.484221 0.484221 +5093.817871 0.000000 598.410522 0.000000 0.145686 0.000000 0.989331 0.514414 0.514414 0.514414 +5107.663574 0.000000 566.012146 0.000000 0.025866 0.000000 0.999665 0.525363 0.525363 0.525363 +5091.500488 0.000000 592.428284 0.000000 0.530420 0.000000 0.847735 0.498736 0.498736 0.498736 +5110.041992 0.000000 564.886047 0.000000 0.072531 0.000000 0.997366 0.497965 0.497965 0.497965 +5093.085938 0.000000 591.214661 0.000000 0.410224 0.000000 0.911985 0.489579 0.489579 0.489579 +5110.252441 0.000000 567.398376 0.000000 0.442005 0.000000 0.897013 0.510225 0.510225 0.510225 +5127.437500 0.000000 450.434265 0.000000 0.536159 0.000000 0.844117 0.387742 0.387742 0.387742 +5138.127930 0.000000 465.151062 0.000000 0.411520 0.000000 0.911401 0.385228 0.385228 0.385228 +5156.620605 0.000000 498.583496 0.000000 0.086965 0.000000 0.996211 0.379775 0.379775 0.379775 +5152.449219 0.000000 477.870300 0.000000 0.517387 0.000000 0.855752 0.387429 0.387429 0.387429 +5153.099609 0.000000 485.824677 0.000000 0.466173 0.000000 0.884694 0.414166 0.414166 0.414166 +5167.537109 0.000000 479.003448 0.000000 0.491772 0.000000 0.870724 0.390624 0.390624 0.390624 +5131.486816 0.000000 460.434631 0.000000 0.352021 0.000000 0.935992 0.401456 0.401456 0.401456 +5122.356934 0.000000 456.773193 0.000000 0.477086 0.000000 0.878857 0.421539 0.421539 0.421539 +5164.194824 0.000000 463.952393 0.000000 0.462835 0.000000 0.886444 0.396151 0.396151 0.396151 +5123.820801 0.000000 465.680389 0.000000 0.238347 0.000000 0.971180 0.427638 0.427638 0.427638 +5148.947754 0.000000 481.946838 0.000000 0.591853 0.000000 0.806046 0.391130 0.391130 0.391130 +5156.029297 0.000000 470.427795 0.000000 0.347816 0.000000 0.937563 0.421469 0.421469 0.421469 +5158.469727 0.000000 478.469055 0.000000 0.373192 0.000000 0.927754 0.401809 0.401809 0.401809 +5131.616211 0.000000 481.216156 0.000000 0.020271 0.000000 0.999795 0.396185 0.396185 0.396185 +5137.436523 0.000000 475.744019 0.000000 0.423733 0.000000 0.905787 0.437106 0.437106 0.437106 +5161.128906 0.000000 472.740662 0.000000 0.528875 0.000000 0.848699 0.436940 0.436940 0.436940 +5143.339844 0.000000 484.282501 0.000000 0.536731 0.000000 0.843753 0.428722 0.428722 0.428722 +5133.872070 0.000000 480.277466 0.000000 0.315159 0.000000 0.949039 0.403210 0.403210 0.403210 +5148.944336 0.000000 487.742371 0.000000 0.152199 0.000000 0.988350 0.422591 0.422591 0.422591 +5152.330078 0.000000 506.172455 0.000000 0.650474 0.000000 0.759529 0.417838 0.417838 0.417838 +5124.602051 0.000000 454.480804 0.000000 0.671021 0.000000 0.741438 0.435350 0.435350 0.435350 +5126.475098 0.000000 466.465637 0.000000 0.452129 0.000000 0.891952 0.486007 0.486007 0.486007 +5151.330566 0.000000 484.296082 0.000000 0.441308 0.000000 0.897356 0.427981 0.427981 0.427981 +5151.005371 0.000000 486.779724 0.000000 0.674628 0.000000 0.738158 0.430566 0.430566 0.430566 +5120.712402 0.000000 470.095978 0.000000 0.423708 0.000000 0.905799 0.441832 0.441832 0.441832 +5122.199219 0.000000 458.987274 0.000000 0.585271 0.000000 0.810838 0.417682 0.417682 0.417682 +5123.099121 0.000000 478.576660 0.000000 0.637047 0.000000 0.770825 0.445440 0.445440 0.445440 +5163.311523 0.000000 477.022797 0.000000 0.580022 0.000000 0.814601 0.438069 0.438069 0.438069 +5148.161133 0.000000 500.487091 0.000000 0.598027 0.000000 0.801476 0.458925 0.458925 0.458925 +5159.260742 0.000000 473.478973 0.000000 0.665970 0.000000 0.745978 0.440090 0.440090 0.440090 +5131.084961 0.000000 462.253662 0.000000 0.472208 0.000000 0.881487 0.430978 0.430978 0.430978 +5132.062012 0.000000 473.180389 0.000000 0.007413 0.000000 0.999973 0.465165 0.465165 0.465165 +5134.777344 0.000000 472.127136 0.000000 0.458421 0.000000 0.888735 0.461484 0.461484 0.461484 +5133.306641 0.000000 476.426483 0.000000 0.061097 0.000000 0.998132 0.449431 0.449431 0.449431 +5132.917480 0.000000 470.072144 0.000000 0.267430 0.000000 0.963577 0.462970 0.462970 0.462970 +5152.754395 0.000000 502.376007 0.000000 0.030252 0.000000 0.999542 0.481323 0.481323 0.481323 +5219.765137 0.000000 477.722260 0.000000 0.627591 0.000000 0.778543 0.388148 0.388148 0.388148 +5218.111328 0.000000 483.490204 0.000000 0.175884 0.000000 0.984411 0.405607 0.405607 0.405607 +5168.541992 0.000000 530.944641 0.000000 0.669228 0.000000 0.743057 0.389042 0.389042 0.389042 +5153.210449 0.000000 553.232727 0.000000 0.289673 0.000000 0.957126 0.383296 0.383296 0.383296 +5154.900879 0.000000 508.424103 0.000000 0.510954 0.000000 0.859608 0.386208 0.386208 0.386208 +5153.947754 0.000000 557.832886 0.000000 0.488854 0.000000 0.872366 0.394187 0.394187 0.394187 +5181.032715 0.000000 530.547424 0.000000 0.619747 0.000000 0.784802 0.387384 0.387384 0.387384 +5177.384766 0.000000 564.611145 0.000000 0.097320 0.000000 0.995253 0.411254 0.411254 0.411254 +5136.939453 0.000000 524.288025 0.000000 0.224403 0.000000 0.974496 0.395867 0.395867 0.395867 +5173.566895 0.000000 520.821594 0.000000 0.643431 0.000000 0.765504 0.398181 0.398181 0.398181 +5139.640625 0.000000 533.671143 0.000000 0.605172 0.000000 0.796094 0.402318 0.402318 0.402318 +5122.575684 0.000000 549.486450 0.000000 0.559926 0.000000 0.828543 0.415964 0.415964 0.415964 +5139.894531 0.000000 516.131165 0.000000 0.416876 0.000000 0.908963 0.428686 0.428686 0.428686 +5173.005371 0.000000 560.554626 0.000000 0.342147 0.000000 0.939647 0.415473 0.415473 0.415473 +5122.627930 0.000000 537.066589 0.000000 0.319516 0.000000 0.947581 0.431506 0.431506 0.431506 +5169.314941 0.000000 551.057617 0.000000 0.043354 0.000000 0.999060 0.433193 0.433193 0.433193 +5179.305664 0.000000 558.138367 0.000000 0.693720 0.000000 0.720245 0.415127 0.415127 0.415127 +5173.789062 0.000000 551.803162 0.000000 0.608469 0.000000 0.793578 0.416949 0.416949 0.416949 +5151.005371 0.000000 543.264099 0.000000 0.094377 0.000000 0.995537 0.405435 0.405435 0.405435 +5147.443848 0.000000 540.624329 0.000000 0.253769 0.000000 0.967265 0.424430 0.424430 0.424430 +5170.103516 0.000000 556.692261 0.000000 0.240776 0.000000 0.970581 0.465827 0.465827 0.465827 +5156.682129 0.000000 532.148743 0.000000 0.390715 0.000000 0.920512 0.484423 0.484423 0.484423 +5160.179688 0.000000 536.544006 0.000000 0.495328 0.000000 0.868706 0.538614 0.538614 0.538614 +5165.747070 0.000000 557.050964 0.000000 0.606317 0.000000 0.795223 0.514080 0.514080 0.514080 +5159.167969 0.000000 556.829346 0.000000 0.534279 0.000000 0.845308 0.522377 0.522377 0.522377 +5138.979980 0.000000 548.373169 0.000000 0.642932 0.000000 0.765923 0.450423 0.450423 0.450423 +5160.389160 0.000000 561.989746 0.000000 0.260841 0.000000 0.965382 0.542452 0.542452 0.542452 +5163.311523 0.000000 533.507141 0.000000 0.543072 0.000000 0.839686 0.567154 0.567154 0.567154 +5150.288086 0.000000 562.821777 0.000000 0.625920 0.000000 0.779888 0.493244 0.493244 0.493244 +5153.680176 0.000000 564.187134 0.000000 0.542145 0.000000 0.840285 0.458737 0.458737 0.458737 +5170.516602 0.000000 524.390808 0.000000 0.456817 0.000000 0.889561 0.428289 0.428289 0.428289 +5159.260742 0.000000 529.963379 0.000000 0.582302 0.000000 0.812972 0.487190 0.487190 0.487190 +5160.388184 0.000000 558.361023 0.000000 0.472951 0.000000 0.881089 0.564470 0.564470 0.564470 +5163.722656 0.000000 563.682617 0.000000 0.220823 0.000000 0.975314 0.446983 0.446983 0.446983 +5163.765137 0.000000 537.643677 0.000000 0.350011 0.000000 0.936746 0.520227 0.520227 0.520227 +5139.070801 0.000000 551.727173 0.000000 0.303870 0.000000 0.952714 0.456831 0.456831 0.456831 +5182.675293 0.000000 560.110474 0.000000 0.096741 0.000000 0.995310 0.476178 0.476178 0.476178 +5138.929199 0.000000 513.833618 0.000000 0.420386 0.000000 0.907346 0.462949 0.462949 0.462949 +5171.824219 0.000000 552.693848 0.000000 0.237334 0.000000 0.971428 0.476067 0.476067 0.476067 +5141.555664 0.000000 512.444458 0.000000 0.622898 0.000000 0.782303 0.467981 0.467981 0.467981 +5180.104492 0.000000 562.013123 0.000000 0.481813 0.000000 0.876274 0.497355 0.497355 0.497355 +5151.732910 0.000000 561.176147 0.000000 0.520076 0.000000 0.854120 0.492546 0.492546 0.492546 +5154.393066 0.000000 561.061035 0.000000 0.425530 0.000000 0.904944 0.496970 0.496970 0.496970 +5147.159668 0.000000 562.487915 0.000000 0.503031 0.000000 0.864268 0.488540 0.488540 0.488540 +5162.601562 0.000000 560.207947 0.000000 0.236860 0.000000 0.971544 0.519226 0.519226 0.519226 +5163.008789 0.000000 534.908875 0.000000 0.580440 0.000000 0.814303 0.567788 0.567788 0.567788 +5160.459473 0.000000 537.878906 0.000000 0.138306 0.000000 0.990390 0.527558 0.527558 0.527558 +5182.841797 0.000000 562.891663 0.000000 0.495905 0.000000 0.868377 0.516492 0.516492 0.516492 +5163.627441 0.000000 559.542847 0.000000 0.233197 0.000000 0.972430 0.542699 0.542699 0.542699 +5228.376953 0.000000 554.627075 0.000000 0.075836 0.000000 0.997120 0.387780 0.387780 0.387780 +5209.681152 0.000000 542.136841 0.000000 0.198189 0.000000 0.980164 0.401305 0.401305 0.401305 +5196.526855 0.000000 531.405212 0.000000 0.556039 0.000000 0.831156 0.388077 0.388077 0.388077 +5196.112305 0.000000 523.266113 0.000000 0.347978 0.000000 0.937503 0.390710 0.390710 0.390710 +5237.566895 0.000000 520.821594 0.000000 0.468323 0.000000 0.883557 0.430899 0.430899 0.430899 +5208.535645 0.000000 524.714417 0.000000 0.623195 0.000000 0.782066 0.423323 0.423323 0.423323 +5207.339844 0.000000 540.766846 0.000000 0.050315 0.000000 0.998733 0.413905 0.413905 0.413905 +5236.706543 0.000000 564.674744 0.000000 0.128520 0.000000 0.991707 0.448539 0.448539 0.448539 +5229.747070 0.000000 557.050964 0.000000 0.205053 0.000000 0.978751 0.428181 0.428181 0.428181 +5231.448242 0.000000 532.866943 0.000000 0.200082 0.000000 0.979779 0.429246 0.429246 0.429246 +5229.814941 0.000000 544.905457 0.000000 0.001676 0.000000 0.999999 0.424463 0.424463 0.424463 +5213.739258 0.000000 529.822449 0.000000 0.126506 0.000000 0.991966 0.423283 0.423283 0.423283 +5188.679688 0.000000 560.974304 0.000000 0.475741 0.000000 0.879585 0.477225 0.477225 0.477225 +5184.517090 0.000000 558.136414 0.000000 0.436181 0.000000 0.899859 0.458612 0.458612 0.458612 +5237.188965 0.000000 562.772095 0.000000 0.627883 0.000000 0.778308 0.501670 0.501670 0.501670 +5201.688477 0.000000 536.586182 0.000000 0.268965 0.000000 0.963150 0.444494 0.444494 0.444494 +5189.809082 0.000000 563.842590 0.000000 0.579296 0.000000 0.815117 0.459652 0.459652 0.459652 +5185.626465 0.000000 563.276733 0.000000 0.301739 0.000000 0.953390 0.505141 0.505141 0.505141 +5184.926758 0.000000 562.053101 0.000000 0.237468 0.000000 0.971395 0.503410 0.503410 0.503410 +5235.649902 0.000000 560.981018 0.000000 0.030341 0.000000 0.999540 0.492443 0.492443 0.492443 +5248.156738 0.000000 563.259583 0.000000 0.686677 0.000000 0.726962 0.388703 0.388703 0.388703 +5134.953125 0.000000 618.815430 0.000000 0.398496 0.000000 0.917170 0.384813 0.384813 0.384813 +5138.579102 0.000000 620.032654 0.000000 0.430591 0.000000 0.902547 0.384600 0.384600 0.384600 +5138.230469 0.000000 602.879272 0.000000 0.082533 0.000000 0.996588 0.384394 0.384394 0.384394 +5131.486816 0.000000 573.403381 0.000000 0.277504 0.000000 0.960725 0.388443 0.388443 0.388443 +5126.057129 0.000000 609.781494 0.000000 0.593841 0.000000 0.804583 0.404530 0.404530 0.404530 +5181.032715 0.000000 587.031799 0.000000 0.282088 0.000000 0.959388 0.414413 0.414413 0.414413 +5178.504395 0.000000 588.602600 0.000000 0.027383 0.000000 0.999625 0.410079 0.410079 0.410079 +5127.437500 0.000000 619.887390 0.000000 0.247695 0.000000 0.968838 0.413815 0.413815 0.413815 +5131.616211 0.000000 594.184875 0.000000 0.500649 0.000000 0.865650 0.418408 0.418408 0.418408 +5181.738281 0.000000 593.092896 0.000000 0.033310 0.000000 0.999445 0.384839 0.384839 0.384839 +5180.013184 0.000000 579.708496 0.000000 0.674502 0.000000 0.738273 0.453663 0.453663 0.453663 +5177.460938 0.000000 564.947021 0.000000 0.625440 0.000000 0.780272 0.420945 0.420945 0.420945 +5173.428223 0.000000 582.684998 0.000000 0.688476 0.000000 0.725260 0.405210 0.405210 0.405210 +5142.077637 0.000000 582.018433 0.000000 0.532226 0.000000 0.846602 0.404585 0.404585 0.404585 +5154.111328 0.000000 596.458923 0.000000 0.334345 0.000000 0.942451 0.399980 0.399980 0.399980 +5157.463867 0.000000 572.449097 0.000000 0.166793 0.000000 0.985992 0.445885 0.445885 0.445885 +5134.389160 0.000000 598.228455 0.000000 0.056017 0.000000 0.998430 0.403659 0.403659 0.403659 +5140.805176 0.000000 564.911255 0.000000 0.205033 0.000000 0.978755 0.457006 0.457006 0.457006 +5143.935547 0.000000 601.898865 0.000000 0.685509 0.000000 0.728064 0.408823 0.408823 0.408823 +5156.550293 0.000000 595.637756 0.000000 0.072941 0.000000 0.997336 0.410844 0.410844 0.410844 +5174.180664 0.000000 588.693970 0.000000 0.645492 0.000000 0.763767 0.421380 0.421380 0.421380 +5169.129395 0.000000 615.249634 0.000000 0.699067 0.000000 0.715056 0.411570 0.411570 0.411570 +5176.630371 0.000000 618.298767 0.000000 0.029986 0.000000 0.999550 0.410123 0.410123 0.410123 +5174.385254 0.000000 568.752808 0.000000 0.377473 0.000000 0.926020 0.451432 0.451432 0.451432 +5175.794922 0.000000 577.849976 0.000000 0.523459 0.000000 0.852051 0.428446 0.428446 0.428446 +5125.729492 0.000000 606.872620 0.000000 0.141903 0.000000 0.989881 0.420099 0.420099 0.420099 +5169.314941 0.000000 607.541992 0.000000 0.654662 0.000000 0.755922 0.507319 0.507319 0.507319 +5178.561523 0.000000 596.603027 0.000000 0.475210 0.000000 0.879872 0.417920 0.417920 0.417920 +5137.493164 0.000000 608.816528 0.000000 0.036440 0.000000 0.999336 0.453439 0.453439 0.453439 +5151.005371 0.000000 599.748474 0.000000 0.655512 0.000000 0.755185 0.421602 0.421602 0.421602 +5175.867676 0.000000 612.075378 0.000000 0.182050 0.000000 0.983289 0.412688 0.412688 0.412688 +5181.252441 0.000000 575.270081 0.000000 0.519598 0.000000 0.854411 0.458194 0.458194 0.458194 +5179.003418 0.000000 610.853455 0.000000 0.238642 0.000000 0.971108 0.425317 0.425317 0.425317 +5179.815430 0.000000 583.563538 0.000000 0.614444 0.000000 0.788960 0.420710 0.420710 0.420710 +5137.219727 0.000000 576.302490 0.000000 0.239821 0.000000 0.970817 0.470396 0.470396 0.470396 +5160.389160 0.000000 618.474121 0.000000 0.177872 0.000000 0.984054 0.434603 0.434603 0.434603 +5139.236816 0.000000 576.166809 0.000000 0.376659 0.000000 0.926352 0.425546 0.425546 0.425546 +5153.987305 0.000000 602.457397 0.000000 0.632045 0.000000 0.774932 0.481445 0.481445 0.481445 +5177.129395 0.000000 603.662354 0.000000 0.494047 0.000000 0.869435 0.444528 0.444528 0.444528 +5135.228516 0.000000 591.855896 0.000000 0.705693 0.000000 0.708518 0.453289 0.453289 0.453289 +5177.360352 0.000000 576.100403 0.000000 0.558400 0.000000 0.829572 0.467486 0.467486 0.467486 +5132.080078 0.000000 596.132568 0.000000 0.034142 0.000000 0.999417 0.419347 0.419347 0.419347 +5174.302246 0.000000 579.131226 0.000000 0.627375 0.000000 0.778717 0.493288 0.493288 0.493288 +5167.250488 0.000000 593.824646 0.000000 0.021673 0.000000 0.999765 0.473312 0.473312 0.473312 +5170.395020 0.000000 594.860352 0.000000 0.562391 0.000000 0.826872 0.443673 0.443673 0.443673 +5147.120117 0.000000 566.792419 0.000000 0.325441 0.000000 0.945562 0.439813 0.439813 0.439813 +5134.389648 0.000000 602.628174 0.000000 0.321092 0.000000 0.947048 0.450226 0.450226 0.450226 +5153.128418 0.000000 605.606934 0.000000 0.313994 0.000000 0.949425 0.452403 0.452403 0.452403 +5163.765137 0.000000 594.128052 0.000000 0.251142 0.000000 0.967950 0.471805 0.471805 0.471805 +5144.512695 0.000000 572.576660 0.000000 0.349693 0.000000 0.936864 0.456671 0.456671 0.456671 +5137.688477 0.000000 593.070557 0.000000 0.322012 0.000000 0.946736 0.472305 0.472305 0.472305 +5162.439941 0.000000 577.067566 0.000000 0.583917 0.000000 0.811813 0.481279 0.481279 0.481279 +5137.817871 0.000000 584.004822 0.000000 0.234985 0.000000 0.971999 0.481726 0.481726 0.481726 +5143.673828 0.000000 570.799866 0.000000 0.393198 0.000000 0.919454 0.493778 0.493778 0.493778 +5176.379395 0.000000 579.224548 0.000000 0.595556 0.000000 0.803314 0.479215 0.479215 0.479215 +5162.059082 0.000000 600.126770 0.000000 0.135576 0.000000 0.990767 0.490618 0.490618 0.490618 +5182.321777 0.000000 583.175964 0.000000 0.392723 0.000000 0.919657 0.478655 0.478655 0.478655 +5138.834473 0.000000 591.433228 0.000000 0.034553 0.000000 0.999403 0.480311 0.480311 0.480311 +5137.469238 0.000000 582.582214 0.000000 0.070679 0.000000 0.997499 0.477814 0.477814 0.477814 +5174.203613 0.000000 605.174194 0.000000 0.555582 0.000000 0.831462 0.481690 0.481690 0.481690 +5133.299805 0.000000 576.310425 0.000000 0.055402 0.000000 0.998464 0.478573 0.478573 0.478573 +5194.351562 0.000000 585.722717 0.000000 0.664165 0.000000 0.747586 0.388700 0.388700 0.388700 +5217.947754 0.000000 614.317261 0.000000 0.229738 0.000000 0.973253 0.381949 0.381949 0.381949 +5235.213867 0.000000 611.100952 0.000000 0.110252 0.000000 0.993904 0.381298 0.381298 0.381298 +5232.023926 0.000000 617.378784 0.000000 0.059148 0.000000 0.998249 0.379395 0.379395 0.379395 +5220.620605 0.000000 611.552246 0.000000 0.696872 0.000000 0.717195 0.389414 0.389414 0.389414 +5189.464844 0.000000 569.625671 0.000000 0.276189 0.000000 0.961103 0.382209 0.382209 0.382209 +5207.293457 0.000000 588.408508 0.000000 0.167397 0.000000 0.985889 0.380881 0.380881 0.380881 +5229.386719 0.000000 619.550781 0.000000 0.583502 0.000000 0.812112 0.405544 0.405544 0.405544 +5232.580566 0.000000 595.284485 0.000000 0.625670 0.000000 0.780087 0.402714 0.402714 0.402714 +5231.537109 0.000000 591.972229 0.000000 0.109553 0.000000 0.993981 0.402210 0.402210 0.402210 +5186.356934 0.000000 569.741943 0.000000 0.500440 0.000000 0.865771 0.391974 0.391974 0.391974 +5190.057129 0.000000 609.781494 0.000000 0.128212 0.000000 0.991747 0.411775 0.411775 0.411775 +5242.631836 0.000000 599.980164 0.000000 0.556237 0.000000 0.831024 0.388081 0.388081 0.388081 +5184.936035 0.000000 587.453308 0.000000 0.190042 0.000000 0.981776 0.425588 0.425588 0.425588 +5192.614258 0.000000 578.372620 0.000000 0.593560 0.000000 0.804790 0.416642 0.416642 0.416642 +5217.910645 0.000000 607.166626 0.000000 0.469230 0.000000 0.883076 0.408244 0.408244 0.408244 +5222.646484 0.000000 597.000977 0.000000 0.122706 0.000000 0.992443 0.417454 0.417454 0.417454 +5218.111328 0.000000 596.458923 0.000000 0.377212 0.000000 0.926127 0.399499 0.399499 0.399499 +5195.442871 0.000000 582.652344 0.000000 0.334478 0.000000 0.942403 0.418870 0.418870 0.418870 +5188.384766 0.000000 615.616394 0.000000 0.374136 0.000000 0.927374 0.395882 0.395882 0.395882 +5211.698730 0.000000 611.343079 0.000000 0.266400 0.000000 0.963863 0.438637 0.438637 0.438637 +5197.872070 0.000000 593.246216 0.000000 0.700305 0.000000 0.713844 0.422623 0.422623 0.422623 +5185.118652 0.000000 609.573853 0.000000 0.527827 0.000000 0.849352 0.435721 0.435721 0.435721 +5186.944824 0.000000 582.239685 0.000000 0.052880 0.000000 0.998601 0.460552 0.460552 0.460552 +5189.141602 0.000000 590.349976 0.000000 0.519181 0.000000 0.854664 0.466498 0.466498 0.466498 +5220.550293 0.000000 595.637756 0.000000 0.490077 0.000000 0.871679 0.436111 0.436111 0.436111 +5186.627930 0.000000 593.550964 0.000000 0.041735 0.000000 0.999129 0.409172 0.409172 0.409172 +5188.756836 0.000000 583.636963 0.000000 0.459367 0.000000 0.888247 0.420004 0.420004 0.420004 +5207.885254 0.000000 590.623840 0.000000 0.606274 0.000000 0.795256 0.414479 0.414479 0.414479 +5247.163574 0.000000 597.518311 0.000000 0.198262 0.000000 0.980149 0.477428 0.477428 0.477428 +5211.203125 0.000000 604.161438 0.000000 0.649010 0.000000 0.760780 0.414153 0.414153 0.414153 +5186.026855 0.000000 613.469971 0.000000 0.539816 0.000000 0.841783 0.419177 0.419177 0.419177 +5189.729492 0.000000 606.872620 0.000000 0.429008 0.000000 0.903301 0.464324 0.464324 0.464324 +5220.916016 0.000000 592.906189 0.000000 0.456567 0.000000 0.889689 0.462619 0.462619 0.462619 +5190.997070 0.000000 605.100708 0.000000 0.670711 0.000000 0.741719 0.474138 0.474138 0.474138 +5227.311523 0.000000 589.991516 0.000000 0.602072 0.000000 0.798442 0.440982 0.440982 0.440982 +5205.843750 0.000000 615.128479 0.000000 0.360784 0.000000 0.932649 0.421709 0.421709 0.421709 +5236.072754 0.000000 613.346924 0.000000 0.558900 0.000000 0.829235 0.437597 0.437597 0.437597 +5237.097168 0.000000 566.629089 0.000000 0.284741 0.000000 0.958604 0.435505 0.435505 0.435505 +5189.351074 0.000000 602.969727 0.000000 0.059102 0.000000 0.998252 0.450522 0.450522 0.450522 +5236.916016 0.000000 572.206787 0.000000 0.480644 0.000000 0.876916 0.441859 0.441859 0.441859 +5241.864746 0.000000 593.434937 0.000000 0.703057 0.000000 0.711134 0.476311 0.476311 0.476311 +5224.687988 0.000000 587.344360 0.000000 0.503027 0.000000 0.864270 0.448297 0.448297 0.448297 +5247.210449 0.000000 599.445557 0.000000 0.495511 0.000000 0.868602 0.497739 0.497739 0.497739 +5219.595703 0.000000 584.955627 0.000000 0.383856 0.000000 0.923393 0.476108 0.476108 0.476108 +5195.147461 0.000000 603.009338 0.000000 0.247879 0.000000 0.968791 0.477461 0.477461 0.477461 +5211.159668 0.000000 618.972290 0.000000 0.684638 0.000000 0.728883 0.513137 0.513137 0.513137 +5186.009277 0.000000 585.892517 0.000000 0.065643 0.000000 0.997843 0.492222 0.492222 0.492222 +5192.396484 0.000000 603.624390 0.000000 0.360626 0.000000 0.932711 0.523976 0.523976 0.523976 +5178.511719 0.000000 641.838135 0.000000 0.249151 0.000000 0.968465 0.382152 0.382152 0.382152 +5165.375000 0.000000 646.249817 0.000000 0.223488 0.000000 0.974707 0.381325 0.381325 0.381325 +5168.580566 0.000000 651.768860 0.000000 0.216777 0.000000 0.976221 0.400434 0.400434 0.400434 +5152.449219 0.000000 647.323425 0.000000 0.433944 0.000000 0.900940 0.390880 0.390880 0.390880 +5124.948730 0.000000 621.443176 0.000000 0.278363 0.000000 0.960476 0.395537 0.395537 0.395537 +5173.860840 0.000000 669.394592 0.000000 0.400440 0.000000 0.916323 0.392732 0.392732 0.392732 +5137.664551 0.000000 627.984131 0.000000 0.653108 0.000000 0.757265 0.402036 0.402036 0.402036 +5142.782715 0.000000 628.631470 0.000000 0.367218 0.000000 0.930135 0.415922 0.415922 0.415922 +5135.671387 0.000000 622.857239 0.000000 0.385480 0.000000 0.922716 0.416253 0.416253 0.416253 +5183.976562 0.000000 671.943542 0.000000 0.626805 0.000000 0.779176 0.463275 0.463275 0.463275 +5138.498535 0.000000 625.146118 0.000000 0.122181 0.000000 0.992508 0.411673 0.411673 0.411673 +5183.697754 0.000000 666.052246 0.000000 0.001852 0.000000 0.999998 0.416499 0.416499 0.416499 +5182.582031 0.000000 636.195190 0.000000 0.243292 0.000000 0.969953 0.407891 0.407891 0.407891 +5167.339355 0.000000 621.574158 0.000000 0.255925 0.000000 0.966697 0.456949 0.456949 0.456949 +5139.894531 0.000000 629.099915 0.000000 0.429007 0.000000 0.903301 0.417052 0.417052 0.417052 +5163.095215 0.000000 635.646790 0.000000 0.349084 0.000000 0.937092 0.434427 0.434427 0.434427 +5181.251953 0.000000 628.142639 0.000000 0.372929 0.000000 0.927860 0.399429 0.399429 0.399429 +5176.096680 0.000000 648.972046 0.000000 0.382148 0.000000 0.924101 0.415008 0.415008 0.415008 +5179.305664 0.000000 671.107117 0.000000 0.030812 0.000000 0.999525 0.435227 0.435227 0.435227 +5177.190430 0.000000 663.434937 0.000000 0.472253 0.000000 0.881463 0.500598 0.500598 0.500598 +5181.252441 0.000000 631.754456 0.000000 0.670453 0.000000 0.741952 0.421936 0.421936 0.421936 +5179.003418 0.000000 667.337830 0.000000 0.576688 0.000000 0.816965 0.437994 0.437994 0.437994 +5160.199219 0.000000 652.174072 0.000000 0.090417 0.000000 0.995904 0.426076 0.426076 0.426076 +5149.096680 0.000000 621.724304 0.000000 0.515179 0.000000 0.857083 0.441419 0.441419 0.441419 +5182.675293 0.000000 673.079224 0.000000 0.068389 0.000000 0.997659 0.457502 0.457502 0.457502 +5225.563477 0.000000 647.819153 0.000000 0.451279 0.000000 0.892383 0.385796 0.385796 0.385796 +5187.505371 0.000000 664.754272 0.000000 0.394513 0.000000 0.918890 0.384523 0.384523 0.384523 +5209.237793 0.000000 627.487000 0.000000 0.495436 0.000000 0.868644 0.385601 0.385601 0.385601 +5184.156738 0.000000 676.228333 0.000000 0.631846 0.000000 0.775094 0.387822 0.387822 0.387822 +5225.322754 0.000000 669.603760 0.000000 0.209541 0.000000 0.977800 0.385074 0.385074 0.385074 +5207.371094 0.000000 664.342041 0.000000 0.654284 0.000000 0.756249 0.405724 0.405724 0.405724 +5213.530273 0.000000 648.620483 0.000000 0.309147 0.000000 0.951014 0.382872 0.382872 0.382872 +5225.676758 0.000000 639.395142 0.000000 0.075409 0.000000 0.997153 0.391253 0.391253 0.391253 +5245.032715 0.000000 643.516174 0.000000 0.650314 0.000000 0.759665 0.404423 0.404423 0.404423 +5232.746582 0.000000 624.565796 0.000000 0.369286 0.000000 0.929316 0.393424 0.393424 0.393424 +5184.042480 0.000000 621.335449 0.000000 0.172232 0.000000 0.985056 0.398558 0.398558 0.398558 +5192.614258 0.000000 634.856995 0.000000 0.351799 0.000000 0.936076 0.390770 0.390770 0.390770 +5207.068359 0.000000 625.839294 0.000000 0.659356 0.000000 0.751831 0.399716 0.399716 0.399716 +5222.385742 0.000000 638.173157 0.000000 0.466015 0.000000 0.884777 0.402200 0.402200 0.402200 +5195.442871 0.000000 639.136719 0.000000 0.407091 0.000000 0.913388 0.405952 0.405952 0.405952 +5202.498535 0.000000 625.146118 0.000000 0.110137 0.000000 0.993916 0.429878 0.429878 0.429878 +5211.698730 0.000000 667.827454 0.000000 0.692036 0.000000 0.721863 0.413864 0.413864 0.413864 +5220.550293 0.000000 652.122131 0.000000 0.234365 0.000000 0.972149 0.399543 0.399543 0.399543 +5231.645996 0.000000 629.026123 0.000000 0.077945 0.000000 0.996958 0.422413 0.422413 0.422413 +5244.727539 0.000000 623.822632 0.000000 0.037986 0.000000 0.999278 0.406814 0.406814 0.406814 +5247.273438 0.000000 632.719177 0.000000 0.230828 0.000000 0.972995 0.411189 0.411189 0.411189 +5233.314941 0.000000 664.026367 0.000000 0.613233 0.000000 0.789902 0.511928 0.511928 0.511928 +5223.465820 0.000000 631.213806 0.000000 0.176311 0.000000 0.984335 0.413752 0.413752 0.413752 +5220.916016 0.000000 649.390564 0.000000 0.426879 0.000000 0.904309 0.412253 0.412253 0.412253 +5231.436035 0.000000 656.049500 0.000000 0.496811 0.000000 0.867859 0.504815 0.504815 0.504815 +5241.678223 0.000000 636.449768 0.000000 0.038512 0.000000 0.999258 0.451226 0.451226 0.451226 +5227.407227 0.000000 665.556152 0.000000 0.581914 0.000000 0.813250 0.460915 0.460915 0.460915 +5209.598145 0.000000 644.959717 0.000000 0.242595 0.000000 0.970128 0.432366 0.432366 0.432366 +5189.572266 0.000000 668.258911 0.000000 0.609911 0.000000 0.792470 0.462831 0.462831 0.462831 +5227.960938 0.000000 643.430359 0.000000 0.217349 0.000000 0.976094 0.422604 0.422604 0.422604 +5214.288086 0.000000 675.790527 0.000000 0.446932 0.000000 0.894568 0.560850 0.560850 0.560850 +5223.147461 0.000000 658.231384 0.000000 0.227895 0.000000 0.973686 0.435564 0.435564 0.435564 +5220.099609 0.000000 659.645935 0.000000 0.599229 0.000000 0.800577 0.492446 0.492446 0.492446 +5236.072754 0.000000 669.831299 0.000000 0.085752 0.000000 0.996317 0.496077 0.496077 0.496077 +5206.981445 0.000000 649.552673 0.000000 0.552634 0.000000 0.833424 0.438657 0.438657 0.438657 +5184.588379 0.000000 673.630615 0.000000 0.249493 0.000000 0.968377 0.466023 0.466023 0.466023 +5221.294434 0.000000 666.284241 0.000000 0.514819 0.000000 0.857299 0.444989 0.444989 0.444989 +5197.317383 0.000000 674.555359 0.000000 0.645094 0.000000 0.764103 0.448058 0.448058 0.448058 +5235.824219 0.000000 665.662598 0.000000 0.488871 0.000000 0.872356 0.496379 0.496379 0.496379 +5202.010742 0.000000 671.861206 0.000000 0.058056 0.000000 0.998313 0.457281 0.457281 0.457281 +5222.078125 0.000000 662.957764 0.000000 0.122411 0.000000 0.992480 0.543649 0.543649 0.543649 +5215.732910 0.000000 674.144897 0.000000 0.528401 0.000000 0.848995 0.564151 0.564151 0.564151 +5228.208984 0.000000 675.414734 0.000000 0.669370 0.000000 0.742929 0.571211 0.571211 0.571211 +5208.351074 0.000000 673.458496 0.000000 0.704549 0.000000 0.709655 0.523478 0.523478 0.523478 +5228.222168 0.000000 654.713989 0.000000 0.330296 0.000000 0.943877 0.502479 0.502479 0.502479 +5243.503906 0.000000 623.233398 0.000000 0.007777 0.000000 0.999970 0.512801 0.512801 0.512801 +5219.658203 0.000000 661.883484 0.000000 0.666424 0.000000 0.745573 0.572146 0.572146 0.572146 +5228.451660 0.000000 664.940613 0.000000 0.553754 0.000000 0.832681 0.544127 0.544127 0.544127 +5268.089355 0.000000 609.660645 0.000000 0.588536 0.000000 0.808471 0.387636 0.387636 0.387636 +5257.203613 0.000000 600.544556 0.000000 0.353549 0.000000 0.935416 0.383816 0.383816 0.383816 +5249.017578 0.000000 591.536804 0.000000 0.116468 0.000000 0.993195 0.380833 0.380833 0.380833 +5258.351562 0.000000 585.722717 0.000000 0.032375 0.000000 0.999476 0.378876 0.378876 0.378876 +5293.386719 0.000000 619.550781 0.000000 0.214586 0.000000 0.976705 0.381333 0.381333 0.381333 +5259.486816 0.000000 573.403381 0.000000 0.597597 0.000000 0.801797 0.419145 0.419145 0.419145 +5311.976562 0.000000 615.459167 0.000000 0.693925 0.000000 0.720047 0.455401 0.455401 0.455401 +5259.442871 0.000000 582.652344 0.000000 0.191603 0.000000 0.981472 0.405866 0.405866 0.405866 +5258.235840 0.000000 608.527954 0.000000 0.600785 0.000000 0.799411 0.422842 0.422842 0.422842 +5310.390625 0.000000 620.604309 0.000000 0.408303 0.000000 0.912846 0.409542 0.409542 0.409542 +5253.141602 0.000000 590.349976 0.000000 0.703594 0.000000 0.710602 0.439818 0.439818 0.439818 +5264.382324 0.000000 620.660156 0.000000 0.530596 0.000000 0.847625 0.418994 0.418994 0.418994 +5250.627930 0.000000 593.550964 0.000000 0.047278 0.000000 0.998882 0.445753 0.445753 0.445753 +5301.789062 0.000000 608.287537 0.000000 0.169385 0.000000 0.985550 0.451668 0.451668 0.451668 +5275.673340 0.000000 617.617065 0.000000 0.677606 0.000000 0.735426 0.436727 0.436727 0.436727 +5297.262695 0.000000 619.404846 0.000000 0.470579 0.000000 0.882358 0.436892 0.436892 0.436892 +5257.322266 0.000000 583.811401 0.000000 0.602063 0.000000 0.798448 0.468623 0.468623 0.468623 +5253.572266 0.000000 611.774536 0.000000 0.380980 0.000000 0.924583 0.471379 0.471379 0.471379 +5271.416992 0.000000 612.776550 0.000000 0.530095 0.000000 0.847938 0.454873 0.454873 0.454873 +5249.726074 0.000000 607.748230 0.000000 0.246346 0.000000 0.969182 0.446350 0.446350 0.446350 +5250.681152 0.000000 587.062317 0.000000 0.031132 0.000000 0.999515 0.437502 0.437502 0.437502 +5301.188965 0.000000 619.256470 0.000000 0.299507 0.000000 0.954094 0.459055 0.459055 0.459055 +5260.919922 0.000000 614.879456 0.000000 0.196739 0.000000 0.980456 0.456828 0.456828 0.456828 +5253.041016 0.000000 608.620300 0.000000 0.177770 0.000000 0.984072 0.493935 0.493935 0.493935 +5266.536621 0.000000 618.313538 0.000000 0.652798 0.000000 0.757532 0.500068 0.500068 0.500068 +5275.159668 0.000000 618.972290 0.000000 0.437452 0.000000 0.899242 0.544768 0.544768 0.544768 +5254.813965 0.000000 586.607788 0.000000 0.425758 0.000000 0.904837 0.495813 0.495813 0.495813 +5366.864258 0.000000 619.842407 0.000000 0.591229 0.000000 0.806504 0.387071 0.387071 0.387071 +5313.884766 0.000000 615.896301 0.000000 0.071625 0.000000 0.997432 0.379565 0.379565 0.379565 +5367.062500 0.000000 615.861206 0.000000 0.076339 0.000000 0.997082 0.394742 0.394742 0.394742 +5369.072754 0.000000 614.960815 0.000000 0.338901 0.000000 0.940822 0.456434 0.456434 0.456434 +5298.842773 0.000000 639.198059 0.000000 0.311942 0.000000 0.950101 0.382725 0.382725 0.382725 +5289.204590 0.000000 657.889465 0.000000 0.686549 0.000000 0.727084 0.396583 0.396583 0.396583 +5248.009766 0.000000 663.520630 0.000000 0.427102 0.000000 0.904204 0.384491 0.384491 0.384491 +5289.676758 0.000000 639.395142 0.000000 0.195408 0.000000 0.980722 0.391903 0.391903 0.391903 +5248.936035 0.000000 643.937683 0.000000 0.521196 0.000000 0.853437 0.401974 0.401974 0.401974 +5293.942871 0.000000 643.268982 0.000000 0.286543 0.000000 0.958067 0.440200 0.440200 0.440200 +5291.601562 0.000000 674.228210 0.000000 0.311828 0.000000 0.950139 0.410228 0.410228 0.410228 +5294.693848 0.000000 653.386780 0.000000 0.624469 0.000000 0.781049 0.429411 0.429411 0.429411 +5275.678223 0.000000 626.342285 0.000000 0.038963 0.000000 0.999241 0.409126 0.409126 0.409126 +5281.365723 0.000000 631.502991 0.000000 0.278427 0.000000 0.960457 0.440038 0.440038 0.440038 +5276.944336 0.000000 657.195496 0.000000 0.532713 0.000000 0.846296 0.489356 0.489356 0.489356 +5308.008301 0.000000 663.605286 0.000000 0.483626 0.000000 0.875275 0.512616 0.512616 0.512616 +5284.952637 0.000000 661.805054 0.000000 0.265349 0.000000 0.964152 0.432801 0.432801 0.432801 +5278.816895 0.000000 635.765930 0.000000 0.050324 0.000000 0.998733 0.432187 0.432187 0.432187 +5299.914062 0.000000 627.116516 0.000000 0.463281 0.000000 0.886212 0.404547 0.404547 0.404547 +5295.645996 0.000000 629.026123 0.000000 0.456354 0.000000 0.889798 0.417563 0.417563 0.417563 +5311.273438 0.000000 632.719177 0.000000 0.058295 0.000000 0.998299 0.486464 0.486464 0.486464 +5311.374512 0.000000 661.423645 0.000000 0.418844 0.000000 0.908058 0.455865 0.455865 0.455865 +5283.217285 0.000000 632.166687 0.000000 0.514335 0.000000 0.857589 0.433042 0.433042 0.433042 +5276.720215 0.000000 661.837280 0.000000 0.342775 0.000000 0.939418 0.464667 0.464667 0.464667 +5295.250488 0.000000 650.309021 0.000000 0.449780 0.000000 0.893139 0.451844 0.451844 0.451844 +5301.097168 0.000000 623.113464 0.000000 0.549437 0.000000 0.835535 0.442181 0.442181 0.442181 +5274.057129 0.000000 656.791260 0.000000 0.474409 0.000000 0.880305 0.457132 0.457132 0.457132 +5272.779785 0.000000 625.864685 0.000000 0.338967 0.000000 0.940798 0.455270 0.455270 0.455270 +5290.135254 0.000000 625.827576 0.000000 0.300537 0.000000 0.953770 0.454438 0.454438 0.454438 +5283.595703 0.000000 641.440002 0.000000 0.600964 0.000000 0.799276 0.473384 0.473384 0.473384 +5269.555664 0.000000 625.413208 0.000000 0.692994 0.000000 0.720944 0.526651 0.526651 0.526651 +5270.025391 0.000000 663.622192 0.000000 0.547737 0.000000 0.836651 0.475540 0.475540 0.475540 +5309.976074 0.000000 662.013977 0.000000 0.343085 0.000000 0.939304 0.508569 0.508569 0.508569 +5270.696289 0.000000 657.642822 0.000000 0.347830 0.000000 0.937558 0.514437 0.514437 0.514437 +5286.002930 0.000000 622.989685 0.000000 0.596430 0.000000 0.802665 0.531514 0.531514 0.531514 +5311.423340 0.000000 624.803406 0.000000 0.445401 0.000000 0.895331 0.507998 0.507998 0.507998 +5302.252441 0.000000 623.882751 0.000000 0.658529 0.000000 0.752556 0.520611 0.520611 0.520611 +5278.684082 0.000000 663.588684 0.000000 0.294989 0.000000 0.955501 0.531108 0.531108 0.531108 +5269.230957 0.000000 659.840576 0.000000 0.265075 0.000000 0.964228 0.499595 0.499595 0.499595 +5310.025391 0.000000 624.456238 0.000000 0.040948 0.000000 0.999161 0.497149 0.497149 0.497149 +5294.269531 0.000000 656.629761 0.000000 0.582118 0.000000 0.813104 0.523940 0.523940 0.523940 +5282.554688 0.000000 631.042175 0.000000 0.350883 0.000000 0.936419 0.513378 0.513378 0.513378 +5279.826172 0.000000 672.903931 0.000000 0.561764 0.000000 0.827297 0.547926 0.547926 0.547926 +5313.017578 0.000000 648.021179 0.000000 0.200865 0.000000 0.979619 0.381687 0.381687 0.381687 +5357.434082 0.000000 651.057373 0.000000 0.494178 0.000000 0.869361 0.385476 0.385476 0.385476 +5334.937012 0.000000 635.755493 0.000000 0.688959 0.000000 0.724800 0.389030 0.389030 0.389030 +5362.318359 0.000000 621.533997 0.000000 0.031158 0.000000 0.999514 0.378859 0.378859 0.378859 +5312.894531 0.000000 651.628235 0.000000 0.273843 0.000000 0.961775 0.386024 0.386024 0.386024 +5364.463867 0.000000 636.409973 0.000000 0.566536 0.000000 0.824037 0.417303 0.417303 0.417303 +5365.428223 0.000000 639.169373 0.000000 0.600549 0.000000 0.799588 0.413150 0.413150 0.413150 +5346.111328 0.000000 652.943298 0.000000 0.264822 0.000000 0.964297 0.454830 0.454830 0.454830 +5314.575684 0.000000 662.455200 0.000000 0.199848 0.000000 0.979827 0.400163 0.400163 0.400163 +5338.245605 0.000000 639.840027 0.000000 0.258757 0.000000 0.965942 0.410494 0.410494 0.410494 +5316.602051 0.000000 623.933960 0.000000 0.368363 0.000000 0.929682 0.421849 0.421849 0.421849 +5316.248535 0.000000 642.627991 0.000000 0.701906 0.000000 0.712270 0.482337 0.482337 0.482337 +5313.042969 0.000000 653.829224 0.000000 0.058919 0.000000 0.998263 0.458428 0.458428 0.458428 +5316.035156 0.000000 627.547852 0.000000 0.057916 0.000000 0.998321 0.473030 0.473030 0.473030 +5362.317871 0.000000 625.781250 0.000000 0.555849 0.000000 0.831283 0.443524 0.443524 0.443524 +5364.679199 0.000000 641.017456 0.000000 0.173879 0.000000 0.984767 0.447176 0.447176 0.447176 +5318.936035 0.000000 624.903931 0.000000 0.602857 0.000000 0.797850 0.474633 0.474633 0.474633 +5354.257812 0.000000 623.590576 0.000000 0.601064 0.000000 0.799201 0.440959 0.440959 0.440959 +5356.016602 0.000000 623.076721 0.000000 0.228605 0.000000 0.973519 0.478147 0.478147 0.478147 +5362.999023 0.000000 628.670959 0.000000 0.079990 0.000000 0.996796 0.450954 0.450954 0.450954 +5312.850586 0.000000 661.892822 0.000000 0.056680 0.000000 0.998392 0.452734 0.452734 0.452734 +5312.369629 0.000000 632.230042 0.000000 0.704207 0.000000 0.709995 0.505389 0.505389 0.505389 +5315.049316 0.000000 633.598999 0.000000 0.675464 0.000000 0.737393 0.529593 0.529593 0.529593 +5315.498047 0.000000 622.085693 0.000000 0.410535 0.000000 0.911845 0.459201 0.459201 0.459201 +5318.595703 0.000000 647.327209 0.000000 0.233777 0.000000 0.972290 0.505578 0.505578 0.505578 +5321.676758 0.000000 636.004639 0.000000 0.116929 0.000000 0.993140 0.475522 0.475522 0.475522 +5313.598145 0.000000 624.893921 0.000000 0.360714 0.000000 0.932677 0.485983 0.485983 0.485983 +5182.270020 0.000000 682.243896 0.000000 0.705799 0.000000 0.708412 0.389033 0.389033 0.389033 +5169.687988 0.000000 686.765076 0.000000 0.155437 0.000000 0.987846 0.451378 0.451378 0.451378 +5172.657715 0.000000 677.848572 0.000000 0.396054 0.000000 0.918227 0.418815 0.418815 0.418815 +5170.709961 0.000000 691.902344 0.000000 0.568786 0.000000 0.822486 0.544663 0.544663 0.544663 +5177.360352 0.000000 689.069153 0.000000 0.612345 0.000000 0.790591 0.492835 0.492835 0.492835 +5170.999023 0.000000 685.155334 0.000000 0.222019 0.000000 0.975042 0.431975 0.431975 0.431975 +5169.237305 0.000000 691.019104 0.000000 0.420802 0.000000 0.907153 0.495679 0.495679 0.495679 +5177.206055 0.000000 687.439026 0.000000 0.114710 0.000000 0.993399 0.550824 0.550824 0.550824 +5172.080566 0.000000 691.006042 0.000000 0.431138 0.000000 0.902286 0.505265 0.505265 0.505265 +5175.848633 0.000000 677.875610 0.000000 0.459391 0.000000 0.888234 0.480333 0.480333 0.480333 +5218.900879 0.000000 677.877197 0.000000 0.674784 0.000000 0.738015 0.388892 0.388892 0.388892 +5245.032715 0.000000 700.000549 0.000000 0.570292 0.000000 0.821442 0.387107 0.387107 0.387107 +5232.587891 0.000000 698.065735 0.000000 0.115029 0.000000 0.993362 0.436844 0.436844 0.436844 +5243.305664 0.000000 727.591492 0.000000 0.555728 0.000000 0.831364 0.447114 0.447114 0.447114 +5241.360352 0.000000 689.069153 0.000000 0.212767 0.000000 0.977103 0.456023 0.456023 0.456023 +5201.145996 0.000000 680.366699 0.000000 0.224960 0.000000 0.974368 0.548768 0.548768 0.548768 +5202.442383 0.000000 692.829163 0.000000 0.210770 0.000000 0.977536 0.446778 0.446778 0.446778 +5247.416504 0.000000 685.037476 0.000000 0.192162 0.000000 0.981363 0.467026 0.467026 0.467026 +5194.256348 0.000000 682.043213 0.000000 0.298271 0.000000 0.954481 0.524404 0.524404 0.524404 +5233.135254 0.000000 704.649414 0.000000 0.090719 0.000000 0.995877 0.545687 0.545687 0.545687 +5216.284180 0.000000 720.001221 0.000000 0.441060 0.000000 0.897478 0.557528 0.557528 0.557528 +5186.970703 0.000000 687.260132 0.000000 0.166895 0.000000 0.985975 0.483490 0.483490 0.483490 +5197.322266 0.000000 682.409241 0.000000 0.698816 0.000000 0.715301 0.529272 0.529272 0.529272 +5229.387695 0.000000 710.600586 0.000000 0.614832 0.000000 0.788658 0.491715 0.491715 0.491715 +5206.404297 0.000000 703.427795 0.000000 0.317282 0.000000 0.948331 0.557567 0.557567 0.557567 +5222.060059 0.000000 698.636719 0.000000 0.067253 0.000000 0.997736 0.545949 0.545949 0.545949 +5236.156250 0.000000 696.180542 0.000000 0.691842 0.000000 0.722049 0.573232 0.573232 0.573232 +5221.085938 0.000000 704.183411 0.000000 0.402787 0.000000 0.915294 0.561724 0.561724 0.561724 +5244.926270 0.000000 681.655518 0.000000 0.189863 0.000000 0.981811 0.549570 0.549570 0.549570 +5224.459473 0.000000 707.332031 0.000000 0.132589 0.000000 0.991171 0.551756 0.551756 0.551756 +5239.696777 0.000000 687.098328 0.000000 0.693570 0.000000 0.720389 0.569276 0.569276 0.569276 +5185.219727 0.000000 685.831055 0.000000 0.380913 0.000000 0.924611 0.561025 0.561025 0.561025 +5235.413574 0.000000 697.363098 0.000000 0.082356 0.000000 0.996603 0.522610 0.522610 0.522610 +5201.357910 0.000000 711.228149 0.000000 0.234597 0.000000 0.972093 0.549045 0.549045 0.549045 +5231.887207 0.000000 727.602173 0.000000 0.378030 0.000000 0.925793 0.559504 0.559504 0.559504 +5238.646973 0.000000 696.301147 0.000000 0.078055 0.000000 0.996949 0.549133 0.549133 0.549133 +5215.371094 0.000000 732.873840 0.000000 0.704922 0.000000 0.709284 0.570886 0.570886 0.570886 +5227.071777 0.000000 744.875366 0.000000 0.247592 0.000000 0.968864 0.439426 0.439426 0.439426 +5237.097168 0.000000 736.082214 0.000000 0.681721 0.000000 0.731613 0.447780 0.447780 0.447780 +5222.074219 0.000000 744.143433 0.000000 0.467580 0.000000 0.883951 0.500467 0.500467 0.500467 +5224.398438 0.000000 743.163330 0.000000 0.573514 0.000000 0.819196 0.565847 0.565847 0.565847 +5299.914062 0.000000 683.600891 0.000000 0.353548 0.000000 0.935416 0.481171 0.481171 0.481171 +5298.317871 0.000000 682.265625 0.000000 0.098043 0.000000 0.995182 0.475083 0.475083 0.475083 +5282.937012 0.000000 679.597229 0.000000 0.549487 0.000000 0.835502 0.448165 0.448165 0.448165 +5249.219727 0.000000 685.831055 0.000000 0.657276 0.000000 0.753650 0.528925 0.528925 0.528925 +5294.200195 0.000000 678.922302 0.000000 0.410283 0.000000 0.911958 0.542719 0.542719 0.542719 "} object={ name="pine_dense_generator_2_2" @@ -305,7 +921,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_003_mesh" - count=269 + count=833 transform="123.211334 0.000000 3249.227539 0.000000 0.999915 0.000000 0.013014 0.399821 0.399821 0.399821 127.510612 0.000000 3244.346191 0.000000 0.973877 0.000000 0.227077 0.435958 0.435958 0.435958 96.330139 0.000000 3273.906738 0.000000 0.866455 0.000000 0.499255 0.428439 0.428439 0.428439 @@ -575,6 +1191,570 @@ object={ 6.912702 0.000000 3502.032959 0.000000 0.988873 0.000000 0.148760 0.576508 0.576508 0.576508 36.990524 0.000000 3502.716797 0.000000 0.992192 0.000000 0.124720 0.475242 0.475242 0.475242 12.241831 0.000000 3504.296143 0.000000 0.738471 0.000000 0.674285 0.517518 0.517518 0.517518 +5035.601562 0.000000 448.290680 0.000000 0.999014 0.000000 0.044393 0.459949 0.459949 0.459949 +5045.005371 0.000000 447.585846 0.000000 0.798699 0.000000 0.601730 0.423886 0.423886 0.423886 +5038.880859 0.000000 445.926208 0.000000 0.968198 0.000000 0.250185 0.440672 0.440672 0.440672 +5032.388184 0.000000 445.392273 0.000000 0.985360 0.000000 0.170484 0.448543 0.448543 0.448543 +5025.210449 0.000000 496.748322 0.000000 0.716897 0.000000 0.697179 0.389908 0.389908 0.389908 +5053.212891 0.000000 477.266785 0.000000 0.755826 0.000000 0.654773 0.390233 0.390233 0.390233 +5036.194824 0.000000 463.952393 0.000000 0.854871 0.000000 0.518841 0.404274 0.404274 0.404274 +5025.062500 0.000000 503.948914 0.000000 0.923097 0.000000 0.384566 0.429332 0.429332 0.429332 +5049.460938 0.000000 451.978271 0.000000 0.955939 0.000000 0.293564 0.451357 0.451357 0.451357 +5035.690430 0.000000 455.438995 0.000000 0.897853 0.000000 0.440296 0.432084 0.432084 0.432084 +5023.328613 0.000000 502.196899 0.000000 0.801632 0.000000 0.597818 0.422727 0.422727 0.422727 +5039.645996 0.000000 459.572998 0.000000 0.852987 0.000000 0.521933 0.436736 0.436736 0.436736 +5039.882812 0.000000 456.898682 0.000000 0.850888 0.000000 0.525347 0.449135 0.449135 0.449135 +5052.771484 0.000000 488.959106 0.000000 0.995468 0.000000 0.095097 0.446025 0.446025 0.446025 +5093.982422 0.000000 502.136810 0.000000 0.999962 0.000000 0.008722 0.399888 0.399888 0.399888 +5083.131348 0.000000 467.996155 0.000000 0.999889 0.000000 0.014887 0.399792 0.399792 0.399792 +5107.213867 0.000000 498.132202 0.000000 0.968078 0.000000 0.250650 0.396496 0.396496 0.396496 +5111.060547 0.000000 493.474731 0.000000 0.745552 0.000000 0.666448 0.397822 0.397822 0.397822 +5107.634277 0.000000 494.602875 0.000000 0.996462 0.000000 0.084046 0.415059 0.415059 0.415059 +5056.009766 0.000000 494.067505 0.000000 0.966839 0.000000 0.255388 0.421375 0.421375 0.421375 +5056.894531 0.000000 482.175110 0.000000 0.800872 0.000000 0.598835 0.401589 0.401589 0.401589 +5066.072266 0.000000 508.047028 0.000000 0.974296 0.000000 0.225270 0.397460 0.397460 0.397460 +5114.631836 0.000000 487.011444 0.000000 0.993333 0.000000 0.115280 0.423649 0.423649 0.423649 +5063.437500 0.000000 506.918640 0.000000 0.996485 0.000000 0.083777 0.404671 0.404671 0.404671 +5079.191895 0.000000 497.765625 0.000000 0.939504 0.000000 0.342539 0.405926 0.405926 0.405926 +5080.795410 0.000000 479.787201 0.000000 0.795852 0.000000 0.605492 0.447316 0.447316 0.447316 +5094.469727 0.000000 478.469055 0.000000 0.999091 0.000000 0.042622 0.457377 0.457377 0.457377 +5066.564941 0.000000 454.423920 0.000000 0.840829 0.000000 0.541301 0.410130 0.410130 0.410130 +5112.473633 0.000000 460.005737 0.000000 0.998301 0.000000 0.058273 0.416753 0.416753 0.416753 +5115.000977 0.000000 489.676056 0.000000 0.956784 0.000000 0.290801 0.409291 0.409291 0.409291 +5094.646484 0.000000 484.032227 0.000000 0.942770 0.000000 0.333443 0.458198 0.458198 0.458198 +5065.795410 0.000000 451.899384 0.000000 0.980170 0.000000 0.198159 0.414590 0.414590 0.414590 +5117.638184 0.000000 471.598236 0.000000 0.968737 0.000000 0.248091 0.459907 0.459907 0.459907 +5066.235840 0.000000 495.559204 0.000000 0.949790 0.000000 0.312888 0.443347 0.443347 0.443347 +5076.436035 0.000000 494.146881 0.000000 0.999931 0.000000 0.011707 0.433140 0.433140 0.433140 +5109.633789 0.000000 488.932220 0.000000 0.948903 0.000000 0.315569 0.424197 0.424197 0.424197 +5102.693848 0.000000 483.933655 0.000000 0.875912 0.000000 0.482471 0.443804 0.443804 0.443804 +5083.190918 0.000000 480.184418 0.000000 0.987954 0.000000 0.154745 0.461732 0.461732 0.461732 +5119.814453 0.000000 470.319672 0.000000 0.767832 0.000000 0.640651 0.451395 0.451395 0.451395 +5104.587891 0.000000 472.128265 0.000000 0.932113 0.000000 0.362169 0.458877 0.458877 0.458877 +5092.952637 0.000000 492.351929 0.000000 0.998797 0.000000 0.049046 0.419500 0.419500 0.419500 +5083.443848 0.000000 484.139954 0.000000 0.818533 0.000000 0.574460 0.445556 0.445556 0.445556 +5098.678223 0.000000 490.050049 0.000000 0.998890 0.000000 0.047107 0.444273 0.444273 0.444273 +5099.060059 0.000000 486.008606 0.000000 0.773638 0.000000 0.633628 0.450339 0.450339 0.450339 +5117.382324 0.000000 482.177338 0.000000 0.999945 0.000000 0.010495 0.448833 0.448833 0.448833 +5096.284180 0.000000 490.341522 0.000000 0.947619 0.000000 0.319402 0.434318 0.434318 0.434318 +5099.311523 0.000000 477.022797 0.000000 0.816104 0.000000 0.577905 0.450434 0.450434 0.450434 +5106.490723 0.000000 474.664520 0.000000 0.948949 0.000000 0.315428 0.458563 0.458563 0.458563 +5062.936035 0.000000 455.450836 0.000000 0.709891 0.000000 0.704311 0.432645 0.432645 0.432645 +5106.395020 0.000000 481.891602 0.000000 0.862206 0.000000 0.506558 0.440802 0.440802 0.440802 +5085.614258 0.000000 483.602936 0.000000 0.965434 0.000000 0.260646 0.459658 0.459658 0.459658 +5115.429199 0.000000 477.187622 0.000000 0.966771 0.000000 0.255645 0.459757 0.459757 0.459757 +5116.473145 0.000000 478.859070 0.000000 0.942230 0.000000 0.334967 0.458167 0.458167 0.458167 +5068.970703 0.000000 498.860779 0.000000 0.939210 0.000000 0.343342 0.456729 0.456729 0.456729 +5098.375488 0.000000 483.418243 0.000000 0.982639 0.000000 0.185527 0.461134 0.461134 0.461134 +5106.132324 0.000000 471.296173 0.000000 0.994409 0.000000 0.105601 0.487286 0.487286 0.487286 +5108.080566 0.000000 465.068512 0.000000 0.946528 0.000000 0.322622 0.492681 0.492681 0.492681 +5110.998047 0.000000 469.177277 0.000000 0.976610 0.000000 0.215018 0.511819 0.511819 0.511819 +5037.943359 0.000000 510.714294 0.000000 0.898220 0.000000 0.439546 0.394001 0.394001 0.394001 +5040.647949 0.000000 548.835144 0.000000 0.824042 0.000000 0.566528 0.391790 0.391790 0.391790 +5040.918945 0.000000 523.345520 0.000000 0.960081 0.000000 0.279721 0.397949 0.397949 0.397949 +5018.987305 0.000000 508.448181 0.000000 0.968913 0.000000 0.247402 0.412533 0.412533 0.412533 +5017.681152 0.000000 542.136841 0.000000 0.811268 0.000000 0.584675 0.396865 0.396865 0.396865 +5045.428223 0.000000 526.200623 0.000000 0.999433 0.000000 0.033678 0.444509 0.444509 0.444509 +5048.346680 0.000000 530.560242 0.000000 0.845773 0.000000 0.533542 0.447709 0.447709 0.447709 +5053.638184 0.000000 528.082581 0.000000 0.893984 0.000000 0.448099 0.411786 0.411786 0.411786 +5048.742188 0.000000 538.253235 0.000000 0.815336 0.000000 0.578988 0.431808 0.431808 0.431808 +5044.657715 0.000000 508.395447 0.000000 0.858438 0.000000 0.512917 0.416909 0.416909 0.416909 +5052.727539 0.000000 510.853851 0.000000 0.774706 0.000000 0.632322 0.429415 0.429415 0.429415 +5046.255859 0.000000 517.119446 0.000000 0.989999 0.000000 0.141071 0.473617 0.473617 0.473617 +5050.561523 0.000000 540.118652 0.000000 0.934041 0.000000 0.357166 0.434901 0.434901 0.434901 +5048.246582 0.000000 511.216248 0.000000 0.747901 0.000000 0.663810 0.444677 0.444677 0.444677 +5051.815430 0.000000 527.079163 0.000000 0.858365 0.000000 0.513040 0.426918 0.426918 0.426918 +5053.382324 0.000000 538.661682 0.000000 0.930974 0.000000 0.365084 0.476519 0.476519 0.476519 +5053.282227 0.000000 552.314575 0.000000 0.999037 0.000000 0.043867 0.440423 0.440423 0.440423 +5022.725586 0.000000 511.951965 0.000000 0.897974 0.000000 0.440048 0.449701 0.449701 0.449701 +5050.270996 0.000000 516.693176 0.000000 0.919060 0.000000 0.394119 0.456951 0.456951 0.456951 +5049.206055 0.000000 517.985901 0.000000 0.829971 0.000000 0.557807 0.465779 0.465779 0.465779 +5091.765137 0.000000 534.206604 0.000000 0.972335 0.000000 0.233591 0.396916 0.396916 0.396916 +5083.932617 0.000000 528.629028 0.000000 0.994210 0.000000 0.107455 0.408218 0.408218 0.408218 +5094.346680 0.000000 562.617065 0.000000 0.802980 0.000000 0.596006 0.415316 0.415316 0.415316 +5104.580566 0.000000 538.800110 0.000000 0.971265 0.000000 0.237999 0.396640 0.396640 0.396640 +5056.936035 0.000000 530.968933 0.000000 0.884319 0.000000 0.466883 0.411460 0.411460 0.411460 +5069.099609 0.000000 528.135986 0.000000 0.841580 0.000000 0.540132 0.406401 0.406401 0.406401 +5079.191895 0.000000 554.250000 0.000000 0.846745 0.000000 0.531999 0.441514 0.441514 0.441514 +5063.213379 0.000000 546.559448 0.000000 0.993175 0.000000 0.116637 0.458586 0.458586 0.458586 +5067.616211 0.000000 537.700500 0.000000 0.910023 0.000000 0.414558 0.438878 0.438878 0.438878 +5062.395508 0.000000 538.415039 0.000000 0.925141 0.000000 0.379624 0.458516 0.458516 0.458516 +5075.443848 0.000000 558.279175 0.000000 0.753652 0.000000 0.657274 0.438695 0.438695 0.438695 +5100.051758 0.000000 540.453674 0.000000 0.942614 0.000000 0.333884 0.418793 0.418793 0.418793 +5109.633789 0.000000 545.416626 0.000000 0.916807 0.000000 0.399330 0.445486 0.445486 0.445486 +5058.575684 0.000000 549.486450 0.000000 0.809846 0.000000 0.586643 0.430405 0.430405 0.430405 +5079.339844 0.000000 540.766846 0.000000 0.875898 0.000000 0.482496 0.416212 0.416212 0.416212 +5118.390625 0.000000 564.119934 0.000000 0.998303 0.000000 0.058230 0.418055 0.418055 0.418055 +5116.008301 0.000000 550.636536 0.000000 0.869607 0.000000 0.493744 0.458568 0.458568 0.458568 +5058.627930 0.000000 537.066589 0.000000 0.949332 0.000000 0.314275 0.492877 0.492877 0.492877 +5115.305664 0.000000 558.138367 0.000000 0.908178 0.000000 0.418584 0.450142 0.450142 0.450142 +5057.042969 0.000000 540.860474 0.000000 0.949283 0.000000 0.314423 0.489067 0.489067 0.489067 +5073.493164 0.000000 552.332153 0.000000 0.952963 0.000000 0.303087 0.448626 0.448626 0.448626 +5083.673340 0.000000 561.132690 0.000000 0.954604 0.000000 0.297879 0.425775 0.425775 0.425775 +5113.190430 0.000000 550.466187 0.000000 0.734941 0.000000 0.678131 0.443093 0.443093 0.443093 +5095.778320 0.000000 564.194336 0.000000 0.783268 0.000000 0.621684 0.434592 0.434592 0.434592 +5098.281250 0.000000 550.571106 0.000000 0.824205 0.000000 0.566292 0.429589 0.429589 0.429589 +5062.953125 0.000000 543.969604 0.000000 0.925224 0.000000 0.379421 0.457256 0.457256 0.457256 +5103.436035 0.000000 543.080750 0.000000 0.968489 0.000000 0.249057 0.441973 0.441973 0.441973 +5065.808105 0.000000 549.526550 0.000000 0.742655 0.000000 0.669674 0.446983 0.446983 0.446983 +5061.572266 0.000000 555.290161 0.000000 0.998753 0.000000 0.049929 0.448129 0.448129 0.448129 +5113.129395 0.000000 547.177979 0.000000 0.828980 0.000000 0.559278 0.432223 0.432223 0.432223 +5071.799805 0.000000 551.423218 0.000000 0.959791 0.000000 0.280717 0.446501 0.446501 0.446501 +5067.557617 0.000000 548.307129 0.000000 0.999893 0.000000 0.014653 0.448758 0.448758 0.448758 +5108.072754 0.000000 556.862549 0.000000 0.770843 0.000000 0.637026 0.472362 0.472362 0.472362 +5083.849121 0.000000 534.964966 0.000000 0.745473 0.000000 0.666536 0.440928 0.440928 0.440928 +5061.351074 0.000000 546.485352 0.000000 0.864333 0.000000 0.502919 0.453370 0.453370 0.453370 +5063.260254 0.000000 554.963806 0.000000 0.954065 0.000000 0.299599 0.474152 0.474152 0.474152 +5072.310547 0.000000 555.954834 0.000000 0.777436 0.000000 0.628962 0.456607 0.456607 0.456607 +5069.467285 0.000000 557.006165 0.000000 0.808290 0.000000 0.588785 0.487204 0.487204 0.487204 +5110.238281 0.000000 564.721436 0.000000 0.898012 0.000000 0.439971 0.524853 0.524853 0.524853 +5117.292480 0.000000 577.402710 0.000000 0.996096 0.000000 0.088276 0.398826 0.398826 0.398826 +5103.868652 0.000000 613.254700 0.000000 0.999976 0.000000 0.006996 0.405781 0.405781 0.405781 +5098.288574 0.000000 587.991577 0.000000 0.824413 0.000000 0.565988 0.409673 0.409673 0.409673 +5109.860840 0.000000 612.910217 0.000000 0.999907 0.000000 0.013633 0.412215 0.412215 0.412215 +5085.422852 0.000000 603.395569 0.000000 0.993171 0.000000 0.116672 0.430103 0.430103 0.430103 +5084.947754 0.000000 594.915588 0.000000 0.846801 0.000000 0.531909 0.399036 0.399036 0.399036 +5114.637207 0.000000 591.777466 0.000000 0.757505 0.000000 0.652829 0.425258 0.425258 0.425258 +5113.460938 0.000000 564.947021 0.000000 0.952182 0.000000 0.305530 0.439664 0.439664 0.439664 +5101.942871 0.000000 586.784607 0.000000 0.998554 0.000000 0.053757 0.412917 0.412917 0.412917 +5100.051758 0.000000 596.938049 0.000000 0.957941 0.000000 0.286966 0.420853 0.420853 0.420853 +5112.346680 0.000000 587.044617 0.000000 0.801566 0.000000 0.597906 0.416520 0.416520 0.416520 +5119.697754 0.000000 609.567871 0.000000 0.728256 0.000000 0.685305 0.435562 0.435562 0.435562 +5118.948242 0.000000 566.997864 0.000000 0.996061 0.000000 0.088668 0.438353 0.438353 0.438353 +5104.587891 0.000000 585.096985 0.000000 0.829261 0.000000 0.558862 0.434719 0.434719 0.434719 +5110.180664 0.000000 588.693970 0.000000 0.994772 0.000000 0.102122 0.445900 0.445900 0.445900 +5097.650879 0.000000 574.130493 0.000000 0.998946 0.000000 0.045911 0.536718 0.536718 0.536718 +5092.952637 0.000000 605.320679 0.000000 0.875946 0.000000 0.482410 0.473814 0.473814 0.473814 +5103.645996 0.000000 572.541748 0.000000 0.915542 0.000000 0.402222 0.440379 0.440379 0.440379 +5094.962402 0.000000 609.023682 0.000000 0.752453 0.000000 0.658646 0.416501 0.416501 0.416501 +5101.465820 0.000000 609.139709 0.000000 0.994566 0.000000 0.104105 0.447161 0.447161 0.447161 +5111.867676 0.000000 612.075378 0.000000 0.948839 0.000000 0.315761 0.429290 0.429290 0.429290 +5096.179688 0.000000 593.028381 0.000000 0.985341 0.000000 0.170595 0.525755 0.525755 0.525755 +5098.678223 0.000000 603.018799 0.000000 0.999936 0.000000 0.011301 0.435758 0.435758 0.435758 +5098.281250 0.000000 607.055481 0.000000 0.991283 0.000000 0.131750 0.440199 0.440199 0.440199 +5116.034180 0.000000 612.666992 0.000000 0.958254 0.000000 0.285919 0.515153 0.515153 0.515153 +5099.311523 0.000000 589.991516 0.000000 0.995732 0.000000 0.092297 0.436993 0.436993 0.436993 +5118.854492 0.000000 591.427185 0.000000 0.856364 0.000000 0.516372 0.438100 0.438100 0.438100 +5090.177734 0.000000 591.776917 0.000000 0.999943 0.000000 0.010635 0.502375 0.502375 0.502375 +5090.967773 0.000000 599.586426 0.000000 0.843837 0.000000 0.536600 0.563833 0.563833 0.563833 +5095.104492 0.000000 576.737366 0.000000 0.982147 0.000000 0.188113 0.485507 0.485507 0.485507 +5060.483887 0.000000 594.592468 0.000000 0.935702 0.000000 0.352792 0.451468 0.451468 0.451468 +5090.087402 0.000000 589.898987 0.000000 0.994336 0.000000 0.106284 0.480798 0.480798 0.480798 +5095.039551 0.000000 605.005371 0.000000 0.930536 0.000000 0.366199 0.462589 0.462589 0.462589 +5108.916016 0.000000 572.206787 0.000000 0.996508 0.000000 0.083503 0.543519 0.543519 0.543519 +5089.128418 0.000000 605.606934 0.000000 0.990477 0.000000 0.137677 0.459478 0.459478 0.459478 +5103.105469 0.000000 568.405090 0.000000 0.902565 0.000000 0.430554 0.506365 0.506365 0.506365 +5093.106445 0.000000 577.441711 0.000000 0.999565 0.000000 0.029506 0.485002 0.485002 0.485002 +5111.122559 0.000000 569.986633 0.000000 0.857459 0.000000 0.514553 0.525137 0.525137 0.525137 +5094.782227 0.000000 592.853394 0.000000 0.969374 0.000000 0.245588 0.523827 0.523827 0.523827 +5135.130859 0.000000 491.246796 0.000000 0.901672 0.000000 0.432421 0.394262 0.394262 0.394262 +5164.062988 0.000000 460.864136 0.000000 0.982832 0.000000 0.184501 0.397545 0.397545 0.397545 +5139.007324 0.000000 469.953369 0.000000 0.942295 0.000000 0.334783 0.395483 0.395483 0.395483 +5124.957520 0.000000 491.722076 0.000000 0.905900 0.000000 0.423492 0.395773 0.395773 0.395773 +5126.724121 0.000000 485.382507 0.000000 0.950734 0.000000 0.310008 0.421743 0.421743 0.421743 +5124.948730 0.000000 451.990051 0.000000 0.933056 0.000000 0.359731 0.396754 0.396754 0.396754 +5128.667480 0.000000 456.654236 0.000000 0.917090 0.000000 0.398679 0.415159 0.415159 0.415159 +5149.422852 0.000000 490.426819 0.000000 0.982901 0.000000 0.184137 0.428980 0.428980 0.428980 +5178.631836 0.000000 487.011444 0.000000 0.799304 0.000000 0.600927 0.401550 0.401550 0.401550 +5121.451660 0.000000 461.267456 0.000000 0.986321 0.000000 0.164837 0.412528 0.412528 0.412528 +5139.640625 0.000000 477.186768 0.000000 0.775267 0.000000 0.631633 0.412122 0.412122 0.412122 +5147.203125 0.000000 491.192688 0.000000 0.932418 0.000000 0.361381 0.441162 0.441162 0.441162 +5122.069824 0.000000 476.696686 0.000000 0.730106 0.000000 0.683334 0.441737 0.441737 0.441737 +5121.654297 0.000000 466.233124 0.000000 0.985068 0.000000 0.172164 0.451089 0.451089 0.451089 +5181.382324 0.000000 482.177338 0.000000 0.989923 0.000000 0.141608 0.443903 0.443903 0.443903 +5163.960938 0.000000 473.977264 0.000000 0.945190 0.000000 0.326521 0.450717 0.450717 0.450717 +5149.418457 0.000000 501.872528 0.000000 0.841090 0.000000 0.540895 0.466189 0.466189 0.466189 +5123.095703 0.000000 467.325104 0.000000 0.960358 0.000000 0.278770 0.472049 0.472049 0.472049 +5127.699707 0.000000 467.729889 0.000000 0.720154 0.000000 0.693815 0.493837 0.493837 0.493837 +5129.923828 0.000000 469.469452 0.000000 0.829847 0.000000 0.557992 0.500392 0.500392 0.500392 +5127.500488 0.000000 471.171387 0.000000 0.731165 0.000000 0.682200 0.497853 0.497853 0.497853 +5185.017578 0.000000 478.568054 0.000000 0.866228 0.000000 0.499649 0.393077 0.393077 0.393077 +5217.448730 0.000000 475.171814 0.000000 0.843889 0.000000 0.536517 0.413968 0.413968 0.413968 +5214.952637 0.000000 471.387329 0.000000 0.783155 0.000000 0.621826 0.444463 0.444463 0.444463 +5198.979980 0.000000 476.715179 0.000000 0.964495 0.000000 0.264101 0.436584 0.436584 0.436584 +5223.591309 0.000000 493.711060 0.000000 0.964065 0.000000 0.265668 0.437835 0.437835 0.437835 +5211.673340 0.000000 504.648315 0.000000 0.878779 0.000000 0.477229 0.430119 0.430119 0.430119 +5220.682129 0.000000 475.664368 0.000000 0.931090 0.000000 0.364791 0.425884 0.425884 0.425884 +5161.385742 0.000000 541.277527 0.000000 0.857941 0.000000 0.513747 0.392726 0.392726 0.392726 +5130.351562 0.000000 529.238342 0.000000 0.990630 0.000000 0.136573 0.398728 0.398728 0.398728 +5141.668945 0.000000 518.148254 0.000000 0.873448 0.000000 0.486917 0.393017 0.393017 0.393017 +5131.786133 0.000000 513.412292 0.000000 0.728234 0.000000 0.685328 0.389595 0.389595 0.389595 +5147.595215 0.000000 558.883118 0.000000 0.980129 0.000000 0.198363 0.421022 0.421022 0.421022 +5172.463867 0.000000 523.441223 0.000000 0.994598 0.000000 0.103804 0.427723 0.427723 0.427723 +5145.916992 0.000000 553.125549 0.000000 0.870397 0.000000 0.492351 0.400963 0.400963 0.400963 +5178.504395 0.000000 532.118225 0.000000 0.902786 0.000000 0.430089 0.428496 0.428496 0.428496 +5153.448730 0.000000 531.656189 0.000000 0.912802 0.000000 0.408402 0.394741 0.394741 0.394741 +5148.947754 0.000000 538.431213 0.000000 0.947613 0.000000 0.319422 0.435590 0.435590 0.435590 +5136.186523 0.000000 527.510620 0.000000 0.943899 0.000000 0.330235 0.440479 0.440479 0.440479 +5142.782715 0.000000 515.662720 0.000000 0.913328 0.000000 0.407225 0.436495 0.436495 0.436495 +5134.650879 0.000000 558.700195 0.000000 0.961962 0.000000 0.273183 0.412126 0.412126 0.412126 +5173.428223 0.000000 526.200623 0.000000 0.744418 0.000000 0.667714 0.434760 0.434760 0.434760 +5140.805176 0.000000 508.426910 0.000000 0.999817 0.000000 0.019122 0.414743 0.414743 0.414743 +5138.128418 0.000000 529.120972 0.000000 0.859041 0.000000 0.511906 0.438192 0.438192 0.438192 +5151.328613 0.000000 558.681274 0.000000 0.777098 0.000000 0.629379 0.434418 0.434418 0.434418 +5134.401855 0.000000 550.055237 0.000000 0.782945 0.000000 0.622091 0.424694 0.424694 0.424694 +5176.630371 0.000000 561.814392 0.000000 0.868933 0.000000 0.494929 0.438540 0.438540 0.438540 +5156.144531 0.000000 557.320801 0.000000 0.962862 0.000000 0.269994 0.506646 0.506646 0.506646 +5125.729492 0.000000 550.388245 0.000000 0.878900 0.000000 0.477007 0.435141 0.435141 0.435141 +5166.671387 0.000000 554.813843 0.000000 0.998521 0.000000 0.054364 0.490984 0.490984 0.490984 +5121.042969 0.000000 540.860474 0.000000 0.731789 0.000000 0.681531 0.451575 0.451575 0.451575 +5137.493164 0.000000 552.332153 0.000000 0.884408 0.000000 0.466715 0.441620 0.441620 0.441620 +5159.778320 0.000000 564.194336 0.000000 0.868143 0.000000 0.496314 0.425990 0.425990 0.425990 +5167.448242 0.000000 532.866943 0.000000 0.982213 0.000000 0.187772 0.430207 0.430207 0.430207 +5162.638672 0.000000 558.791992 0.000000 0.999985 0.000000 0.005471 0.583492 0.583492 0.583492 +5158.819824 0.000000 560.611084 0.000000 0.886767 0.000000 0.462217 0.562724 0.562724 0.562724 +5170.216309 0.000000 552.904175 0.000000 0.837455 0.000000 0.546506 0.493302 0.493302 0.493302 +5163.960938 0.000000 530.461609 0.000000 0.962043 0.000000 0.272899 0.544723 0.544723 0.544723 +5141.917480 0.000000 552.621643 0.000000 0.983346 0.000000 0.181743 0.448337 0.448337 0.448337 +5121.726074 0.000000 551.263855 0.000000 0.828395 0.000000 0.560145 0.508959 0.508959 0.508959 +5121.843750 0.000000 554.739075 0.000000 0.993685 0.000000 0.112210 0.465142 0.465142 0.465142 +5162.442383 0.000000 536.410217 0.000000 0.775338 0.000000 0.631547 0.534795 0.534795 0.534795 +5165.839355 0.000000 535.045166 0.000000 0.991814 0.000000 0.127690 0.537171 0.537171 0.537171 +5157.967285 0.000000 533.256714 0.000000 0.933765 0.000000 0.357887 0.503207 0.503207 0.503207 +5160.687988 0.000000 530.859985 0.000000 0.999189 0.000000 0.040258 0.588932 0.588932 0.588932 +5161.936523 0.000000 561.455811 0.000000 0.862953 0.000000 0.505285 0.566180 0.566180 0.566180 +5163.954590 0.000000 532.065430 0.000000 0.992244 0.000000 0.124304 0.595893 0.595893 0.595893 +5158.782227 0.000000 536.369019 0.000000 0.999917 0.000000 0.012917 0.520602 0.520602 0.520602 +5159.639160 0.000000 535.432556 0.000000 0.999293 0.000000 0.037599 0.575997 0.575997 0.575997 +5161.341797 0.000000 537.009338 0.000000 0.767267 0.000000 0.641328 0.548996 0.548996 0.548996 +5247.586426 0.000000 561.793945 0.000000 0.995204 0.000000 0.097825 0.398689 0.398689 0.398689 +5238.381836 0.000000 537.687012 0.000000 0.737298 0.000000 0.675567 0.395172 0.395172 0.395172 +5229.375000 0.000000 533.281067 0.000000 0.998326 0.000000 0.057832 0.399197 0.399197 0.399197 +5222.889160 0.000000 531.799011 0.000000 0.933740 0.000000 0.357952 0.409495 0.409495 0.409495 +5190.724121 0.000000 541.866882 0.000000 0.786784 0.000000 0.617229 0.414891 0.414891 0.414891 +5194.072266 0.000000 564.531372 0.000000 0.805729 0.000000 0.592284 0.405443 0.405443 0.405443 +5197.099609 0.000000 528.135986 0.000000 0.845663 0.000000 0.533717 0.395248 0.395248 0.395248 +5222.469727 0.000000 534.953430 0.000000 0.843953 0.000000 0.536416 0.403965 0.403965 0.403965 +5201.436523 0.000000 532.228394 0.000000 0.863618 0.000000 0.504147 0.444601 0.444601 0.444601 +5206.077637 0.000000 525.534058 0.000000 0.838137 0.000000 0.545460 0.422537 0.422537 0.422537 +5225.128906 0.000000 529.225037 0.000000 0.999695 0.000000 0.024716 0.431620 0.431620 0.431620 +5246.390625 0.000000 564.119934 0.000000 0.962243 0.000000 0.272193 0.456876 0.456876 0.456876 +5211.190918 0.000000 536.668762 0.000000 0.809286 0.000000 0.587415 0.460105 0.460105 0.460105 +5208.077637 0.000000 517.755859 0.000000 0.909067 0.000000 0.416650 0.440099 0.440099 0.440099 +5210.165527 0.000000 516.617126 0.000000 0.999676 0.000000 0.025470 0.447261 0.447261 0.447261 +5240.096680 0.000000 536.003296 0.000000 0.915278 0.000000 0.402822 0.418884 0.418884 0.418884 +5203.576660 0.000000 543.810974 0.000000 0.976581 0.000000 0.215151 0.431029 0.431029 0.431029 +5231.085449 0.000000 547.187500 0.000000 0.953336 0.000000 0.301911 0.424431 0.424431 0.424431 +5211.966309 0.000000 517.972473 0.000000 0.968991 0.000000 0.247094 0.443289 0.443289 0.443289 +5234.394043 0.000000 560.481140 0.000000 0.709150 0.000000 0.705058 0.511597 0.511597 0.511597 +5192.722168 0.000000 540.878479 0.000000 0.991550 0.000000 0.129725 0.444115 0.444115 0.444115 +5184.588379 0.000000 560.661865 0.000000 0.896255 0.000000 0.443540 0.509769 0.509769 0.509769 +5199.736328 0.000000 539.120605 0.000000 0.956942 0.000000 0.290279 0.487078 0.487078 0.487078 +5252.458496 0.000000 562.825317 0.000000 0.942442 0.000000 0.334368 0.395642 0.395642 0.395642 +5250.552734 0.000000 564.435608 0.000000 0.923300 0.000000 0.384080 0.419209 0.419209 0.419209 +5153.210449 0.000000 609.717102 0.000000 0.857101 0.000000 0.515149 0.392893 0.392893 0.392893 +5126.215332 0.000000 613.781372 0.000000 0.787356 0.000000 0.616498 0.391210 0.391210 0.391210 +5154.015137 0.000000 585.339294 0.000000 0.716615 0.000000 0.697469 0.389479 0.389479 0.389479 +5165.375000 0.000000 589.765442 0.000000 0.893258 0.000000 0.449545 0.393505 0.393505 0.393505 +5147.595215 0.000000 615.367493 0.000000 0.992538 0.000000 0.121937 0.415773 0.415773 0.415773 +5132.457520 0.000000 616.619690 0.000000 0.851987 0.000000 0.523562 0.395418 0.395418 0.395418 +5180.832520 0.000000 597.165527 0.000000 0.977912 0.000000 0.209019 0.397694 0.397694 0.397694 +5179.100586 0.000000 574.936462 0.000000 0.933475 0.000000 0.358643 0.424724 0.424724 0.424724 +5178.462402 0.000000 581.913818 0.000000 0.997718 0.000000 0.067524 0.428314 0.428314 0.428314 +5132.526855 0.000000 587.889587 0.000000 0.974924 0.000000 0.222536 0.442454 0.442454 0.442454 +5156.575195 0.000000 567.232727 0.000000 0.751491 0.000000 0.659743 0.405369 0.405369 0.405369 +5178.637207 0.000000 591.777466 0.000000 0.970091 0.000000 0.242741 0.415172 0.415172 0.415172 +5164.127930 0.000000 592.285034 0.000000 0.994422 0.000000 0.105471 0.440657 0.440657 0.440657 +5132.721191 0.000000 603.168579 0.000000 0.950729 0.000000 0.310024 0.430664 0.430664 0.430664 +5176.473633 0.000000 572.974487 0.000000 0.983402 0.000000 0.181441 0.430313 0.430313 0.430313 +5153.910645 0.000000 607.166626 0.000000 0.983709 0.000000 0.179766 0.409720 0.409720 0.409720 +5134.650879 0.000000 615.184570 0.000000 0.980371 0.000000 0.197163 0.406880 0.406880 0.406880 +5123.913086 0.000000 575.780273 0.000000 0.956505 0.000000 0.291717 0.414387 0.414387 0.414387 +5183.976562 0.000000 615.459167 0.000000 0.833925 0.000000 0.551878 0.422410 0.422410 0.422410 +5181.638184 0.000000 584.566956 0.000000 0.885968 0.000000 0.463747 0.426609 0.426609 0.426609 +5131.442871 0.000000 582.652344 0.000000 0.765746 0.000000 0.643143 0.411887 0.411887 0.411887 +5130.235840 0.000000 608.527954 0.000000 0.872683 0.000000 0.488287 0.427398 0.427398 0.427398 +5140.436035 0.000000 607.115601 0.000000 0.961750 0.000000 0.273929 0.431297 0.431297 0.431297 +5173.633789 0.000000 601.901001 0.000000 0.819561 0.000000 0.572992 0.421990 0.421990 0.421990 +5138.498535 0.000000 568.661743 0.000000 0.860392 0.000000 0.509633 0.453222 0.453222 0.453222 +5122.575684 0.000000 605.970825 0.000000 0.726162 0.000000 0.687523 0.429378 0.429378 0.429378 +5183.697754 0.000000 609.567871 0.000000 0.942710 0.000000 0.333613 0.440416 0.440416 0.440416 +5139.894531 0.000000 572.615540 0.000000 0.891353 0.000000 0.453309 0.440634 0.440634 0.440634 +5151.328613 0.000000 615.165649 0.000000 0.991903 0.000000 0.126994 0.426050 0.426050 0.426050 +5127.143066 0.000000 592.228210 0.000000 0.994664 0.000000 0.103168 0.482158 0.482158 0.482158 +5182.948242 0.000000 566.997864 0.000000 0.953137 0.000000 0.302539 0.485529 0.485529 0.485529 +5148.944336 0.000000 600.711121 0.000000 0.985890 0.000000 0.167392 0.431839 0.431839 0.431839 +5133.487793 0.000000 574.860413 0.000000 0.745966 0.000000 0.665984 0.473999 0.473999 0.473999 +5173.005371 0.000000 617.039001 0.000000 0.998000 0.000000 0.063207 0.420580 0.420580 0.420580 +5152.330078 0.000000 619.141174 0.000000 0.987971 0.000000 0.154636 0.432054 0.432054 0.432054 +5161.650879 0.000000 574.130493 0.000000 0.785073 0.000000 0.619403 0.478981 0.478981 0.478981 +5122.627930 0.000000 593.550964 0.000000 0.772115 0.000000 0.635482 0.442907 0.442907 0.442907 +5126.475098 0.000000 579.434387 0.000000 0.979666 0.000000 0.200635 0.423558 0.423558 0.423558 +5169.424316 0.000000 603.260315 0.000000 0.989751 0.000000 0.142802 0.433546 0.433546 0.433546 +5122.069824 0.000000 589.665405 0.000000 0.993659 0.000000 0.112433 0.454781 0.454781 0.454781 +5169.262695 0.000000 619.404846 0.000000 0.967682 0.000000 0.252174 0.441916 0.441916 0.441916 +5170.103516 0.000000 613.176636 0.000000 0.892633 0.000000 0.450785 0.428110 0.428110 0.428110 +5160.179688 0.000000 593.028381 0.000000 0.874458 0.000000 0.485101 0.427459 0.427459 0.427459 +5156.916016 0.000000 592.906189 0.000000 0.950601 0.000000 0.310417 0.430657 0.430657 0.430657 +5154.508301 0.000000 611.409485 0.000000 0.898882 0.000000 0.438191 0.428345 0.428345 0.428345 +5165.747070 0.000000 613.535339 0.000000 0.811928 0.000000 0.583758 0.425500 0.425500 0.425500 +5165.814941 0.000000 601.389832 0.000000 0.898429 0.000000 0.439120 0.461027 0.461027 0.461027 +5122.199219 0.000000 571.956055 0.000000 0.911836 0.000000 0.410554 0.449046 0.449046 0.449046 +5133.139648 0.000000 608.388428 0.000000 0.815441 0.000000 0.578841 0.494869 0.494869 0.494869 +5177.678223 0.000000 579.965393 0.000000 0.821151 0.000000 0.570711 0.486467 0.486467 0.486467 +5136.098633 0.000000 574.603271 0.000000 0.993638 0.000000 0.112624 0.493604 0.493604 0.493604 +5163.407227 0.000000 609.071777 0.000000 0.709056 0.000000 0.705153 0.436293 0.436293 0.436293 +5173.101074 0.000000 610.169250 0.000000 0.745892 0.000000 0.666067 0.443394 0.443394 0.443394 +5155.217285 0.000000 575.682312 0.000000 0.914252 0.000000 0.405147 0.456721 0.456721 0.456721 +5160.756348 0.000000 570.310242 0.000000 0.902655 0.000000 0.430364 0.443608 0.443608 0.443608 +5173.177734 0.000000 575.364197 0.000000 0.986776 0.000000 0.162091 0.468034 0.468034 0.468034 +5177.007324 0.000000 610.504272 0.000000 0.972888 0.000000 0.231276 0.456395 0.456395 0.456395 +5149.096680 0.000000 565.239929 0.000000 0.991737 0.000000 0.128290 0.491967 0.491967 0.491967 +5167.350098 0.000000 619.586792 0.000000 0.995457 0.000000 0.095214 0.457694 0.457694 0.457694 +5169.909180 0.000000 596.685059 0.000000 0.964102 0.000000 0.265531 0.481260 0.481260 0.481260 +5145.304688 0.000000 565.837463 0.000000 0.985106 0.000000 0.171947 0.542421 0.542421 0.542421 +5156.560547 0.000000 578.899536 0.000000 0.992176 0.000000 0.124848 0.473947 0.473947 0.473947 +5176.471680 0.000000 605.299866 0.000000 0.994419 0.000000 0.105505 0.549395 0.549395 0.549395 +5172.916016 0.000000 572.206787 0.000000 0.992693 0.000000 0.120671 0.479205 0.479205 0.479205 +5162.375488 0.000000 596.387024 0.000000 0.709332 0.000000 0.704875 0.450951 0.450951 0.450951 +5131.461426 0.000000 592.438171 0.000000 0.903926 0.000000 0.427689 0.456246 0.456246 0.456246 +5136.004883 0.000000 582.311584 0.000000 0.880758 0.000000 0.473566 0.501476 0.501476 0.501476 +5135.824707 0.000000 588.290405 0.000000 0.998098 0.000000 0.061646 0.545403 0.545403 0.545403 +5136.024902 0.000000 606.262329 0.000000 0.938933 0.000000 0.344100 0.528804 0.528804 0.528804 +5183.462891 0.000000 565.193726 0.000000 0.710375 0.000000 0.703823 0.508020 0.508020 0.508020 +5134.222168 0.000000 587.994568 0.000000 0.756275 0.000000 0.654254 0.507268 0.507268 0.507268 +5141.555664 0.000000 568.928833 0.000000 0.985572 0.000000 0.169255 0.493637 0.493637 0.493637 +5140.029785 0.000000 568.770508 0.000000 0.885574 0.000000 0.464498 0.486738 0.486738 0.486738 +5166.908691 0.000000 576.153198 0.000000 0.901787 0.000000 0.432181 0.498811 0.498811 0.498811 +5138.172363 0.000000 589.991089 0.000000 0.756068 0.000000 0.654493 0.543656 0.543656 0.543656 +5142.733398 0.000000 573.614868 0.000000 0.766219 0.000000 0.642579 0.506427 0.506427 0.506427 +5160.166504 0.000000 577.449890 0.000000 0.990230 0.000000 0.139443 0.578082 0.578082 0.578082 +5236.365234 0.000000 604.109985 0.000000 0.797730 0.000000 0.603015 0.391532 0.391532 0.391532 +5210.709961 0.000000 601.883667 0.000000 0.981797 0.000000 0.189934 0.397386 0.397386 0.397386 +5219.991211 0.000000 580.570251 0.000000 0.838023 0.000000 0.545635 0.391960 0.391960 0.391960 +5215.334473 0.000000 605.829163 0.000000 0.864389 0.000000 0.502823 0.400786 0.400786 0.400786 +5184.514160 0.000000 580.924622 0.000000 0.965423 0.000000 0.260690 0.396313 0.396313 0.396313 +5188.755371 0.000000 592.716431 0.000000 0.999091 0.000000 0.042628 0.403964 0.403964 0.403964 +5214.953613 0.000000 621.096252 0.000000 0.800977 0.000000 0.598695 0.391058 0.391058 0.391058 +5226.673340 0.000000 564.987671 0.000000 0.807440 0.000000 0.589949 0.395525 0.395525 0.395525 +5202.230469 0.000000 602.879272 0.000000 0.976216 0.000000 0.216802 0.410441 0.410441 0.410441 +5206.628418 0.000000 594.870972 0.000000 0.984597 0.000000 0.174840 0.433002 0.433002 0.433002 +5217.099609 0.000000 598.793457 0.000000 0.979535 0.000000 0.201274 0.415828 0.415828 0.415828 +5244.832520 0.000000 597.165527 0.000000 0.988982 0.000000 0.148037 0.406322 0.406322 0.406322 +5193.604492 0.000000 592.298157 0.000000 0.999567 0.000000 0.029418 0.421109 0.421109 0.421109 +5242.504395 0.000000 588.602600 0.000000 0.784931 0.000000 0.619583 0.414843 0.414843 0.414843 +5196.112305 0.000000 579.750488 0.000000 0.993329 0.000000 0.115316 0.404214 0.404214 0.404214 +5217.448730 0.000000 588.140564 0.000000 0.709449 0.000000 0.704757 0.428963 0.428963 0.428963 +5234.798340 0.000000 601.524902 0.000000 0.985496 0.000000 0.169697 0.447269 0.447269 0.447269 +5214.952637 0.000000 584.356079 0.000000 0.995043 0.000000 0.099447 0.413526 0.413526 0.413526 +5219.200195 0.000000 577.640747 0.000000 0.763503 0.000000 0.645805 0.422947 0.422947 0.422947 +5237.519043 0.000000 591.469177 0.000000 0.825406 0.000000 0.564539 0.405958 0.405958 0.405958 +5200.186523 0.000000 583.994995 0.000000 0.999708 0.000000 0.024170 0.414667 0.414667 0.414667 +5198.979980 0.000000 589.683899 0.000000 0.985888 0.000000 0.167404 0.433129 0.433129 0.433129 +5242.637207 0.000000 591.777466 0.000000 0.897417 0.000000 0.441184 0.442133 0.442133 0.442133 +5207.068359 0.000000 569.354919 0.000000 0.859469 0.000000 0.511188 0.403153 0.403153 0.403153 +5198.686523 0.000000 579.435242 0.000000 0.948051 0.000000 0.318117 0.406310 0.406310 0.406310 +5217.641602 0.000000 582.922363 0.000000 0.745634 0.000000 0.666355 0.423724 0.423724 0.423724 +5210.245605 0.000000 583.355652 0.000000 0.805616 0.000000 0.592439 0.480947 0.480947 0.480947 +5246.948242 0.000000 566.997864 0.000000 0.898240 0.000000 0.439506 0.429580 0.429580 0.429580 +5217.365723 0.000000 575.018616 0.000000 0.956314 0.000000 0.292341 0.447557 0.447557 0.447557 +5216.330078 0.000000 619.141174 0.000000 0.796362 0.000000 0.604820 0.437442 0.437442 0.437442 +5239.794922 0.000000 577.849976 0.000000 0.998460 0.000000 0.055471 0.448030 0.448030 0.448030 +5195.263184 0.000000 601.406067 0.000000 0.941433 0.000000 0.337200 0.530257 0.530257 0.530257 +5215.888672 0.000000 586.388000 0.000000 0.810262 0.000000 0.586068 0.419241 0.419241 0.419241 +5186.069824 0.000000 589.665405 0.000000 0.968058 0.000000 0.250726 0.481583 0.481583 0.481583 +5184.712402 0.000000 583.064758 0.000000 0.949746 0.000000 0.313020 0.476403 0.476403 0.476403 +5193.808105 0.000000 606.010925 0.000000 0.913191 0.000000 0.407533 0.427649 0.427649 0.427649 +5227.960938 0.000000 586.945984 0.000000 0.975698 0.000000 0.219121 0.464324 0.464324 0.464324 +5190.912598 0.000000 564.845398 0.000000 0.737958 0.000000 0.674847 0.445627 0.445627 0.445627 +5190.936035 0.000000 568.419556 0.000000 0.957865 0.000000 0.287219 0.445103 0.445103 0.445103 +5194.618164 0.000000 578.388123 0.000000 0.998497 0.000000 0.054813 0.445440 0.445440 0.445440 +5200.905273 0.000000 618.743164 0.000000 0.998365 0.000000 0.057162 0.467513 0.467513 0.467513 +5212.720215 0.000000 605.352905 0.000000 0.733311 0.000000 0.679894 0.436921 0.436921 0.436921 +5218.177734 0.000000 591.776917 0.000000 0.831377 0.000000 0.555708 0.497988 0.497988 0.497988 +5199.325195 0.000000 599.852173 0.000000 0.951730 0.000000 0.306938 0.522221 0.522221 0.522221 +5213.418457 0.000000 614.841248 0.000000 0.942226 0.000000 0.334978 0.463242 0.463242 0.463242 +5223.260742 0.000000 586.447754 0.000000 0.800984 0.000000 0.598686 0.464762 0.464762 0.464762 +5218.087402 0.000000 589.898987 0.000000 0.929114 0.000000 0.369793 0.512987 0.512987 0.512987 +5186.681152 0.000000 587.062317 0.000000 0.973114 0.000000 0.230325 0.471785 0.471785 0.471785 +5184.850586 0.000000 605.408447 0.000000 0.767422 0.000000 0.641142 0.538094 0.538094 0.538094 +5215.632324 0.000000 575.512573 0.000000 0.827185 0.000000 0.561930 0.511369 0.511369 0.511369 +5191.699707 0.000000 580.698608 0.000000 0.955278 0.000000 0.295709 0.478052 0.478052 0.478052 +5208.512695 0.000000 572.576660 0.000000 0.712869 0.000000 0.701297 0.464453 0.464453 0.464453 +5221.967285 0.000000 589.741089 0.000000 0.980753 0.000000 0.195255 0.481499 0.481499 0.481499 +5223.989746 0.000000 590.747620 0.000000 0.716395 0.000000 0.697695 0.466991 0.466991 0.466991 +5213.380859 0.000000 584.241394 0.000000 0.896083 0.000000 0.443888 0.480986 0.480986 0.480986 +5187.597168 0.000000 589.950317 0.000000 0.927966 0.000000 0.372665 0.478874 0.478874 0.478874 +5199.217285 0.000000 596.992249 0.000000 0.991305 0.000000 0.131586 0.498351 0.498351 0.498351 +5214.394531 0.000000 582.890076 0.000000 0.990048 0.000000 0.140732 0.509753 0.509753 0.509753 +5219.030762 0.000000 588.738098 0.000000 0.947236 0.000000 0.320536 0.514267 0.514267 0.514267 +5183.958008 0.000000 642.227112 0.000000 0.717751 0.000000 0.696300 0.389924 0.389924 0.389924 +5174.816895 0.000000 622.578918 0.000000 0.833639 0.000000 0.552309 0.392258 0.392258 0.392258 +5181.524414 0.000000 638.397827 0.000000 0.974239 0.000000 0.225518 0.396820 0.396820 0.396820 +5171.402344 0.000000 675.295349 0.000000 0.943059 0.000000 0.332625 0.395310 0.395310 0.395310 +5181.611816 0.000000 660.087769 0.000000 0.792856 0.000000 0.609410 0.395176 0.395176 0.395176 +5146.987305 0.000000 621.416931 0.000000 0.793955 0.000000 0.607977 0.424994 0.424994 0.424994 +5150.961914 0.000000 622.289429 0.000000 0.812959 0.000000 0.582321 0.425530 0.425530 0.425530 +5178.637207 0.000000 648.261841 0.000000 0.976872 0.000000 0.213824 0.456731 0.456731 0.456731 +5140.832520 0.000000 633.907776 0.000000 0.925279 0.000000 0.379287 0.429427 0.429427 0.429427 +5143.408203 0.000000 633.166321 0.000000 0.995754 0.000000 0.092059 0.434403 0.434403 0.434403 +5181.125000 0.000000 673.807373 0.000000 0.997126 0.000000 0.075763 0.442472 0.442472 0.442472 +5177.460938 0.000000 621.431396 0.000000 0.923186 0.000000 0.384353 0.412868 0.412868 0.412868 +5161.128906 0.000000 642.193787 0.000000 0.973798 0.000000 0.227415 0.423118 0.423118 0.423118 +5144.077637 0.000000 630.724609 0.000000 0.874511 0.000000 0.485006 0.486225 0.486225 0.486225 +5183.510742 0.000000 646.064819 0.000000 0.999207 0.000000 0.039813 0.441795 0.441795 0.441795 +5180.008301 0.000000 663.605286 0.000000 0.993606 0.000000 0.112900 0.421096 0.421096 0.421096 +5161.650879 0.000000 630.614868 0.000000 0.867943 0.000000 0.496663 0.427236 0.427236 0.427236 +5178.561523 0.000000 653.087402 0.000000 0.830076 0.000000 0.557650 0.421050 0.421050 0.421050 +5163.765137 0.000000 650.612427 0.000000 0.997385 0.000000 0.072270 0.534736 0.534736 0.534736 +5178.669922 0.000000 677.065918 0.000000 0.969068 0.000000 0.246794 0.513591 0.513591 0.513591 +5186.500488 0.000000 641.072205 0.000000 0.815756 0.000000 0.578396 0.391962 0.391962 0.391962 +5229.434082 0.000000 651.057373 0.000000 0.978612 0.000000 0.205714 0.397269 0.397269 0.397269 +5216.426758 0.000000 633.765930 0.000000 0.727465 0.000000 0.686145 0.389541 0.389541 0.389541 +5218.111328 0.000000 652.943298 0.000000 0.997106 0.000000 0.076017 0.420379 0.420379 0.420379 +5192.173828 0.000000 643.594421 0.000000 0.838478 0.000000 0.544935 0.437502 0.437502 0.437502 +5247.814453 0.000000 639.772827 0.000000 0.961379 0.000000 0.275227 0.442773 0.442773 0.442773 +5243.739258 0.000000 625.834778 0.000000 0.870345 0.000000 0.492443 0.456099 0.456099 0.456099 +5238.385254 0.000000 625.237183 0.000000 0.724852 0.000000 0.688904 0.425665 0.425665 0.425665 +5186.069824 0.000000 646.149780 0.000000 0.854517 0.000000 0.519424 0.425543 0.425543 0.425543 +5233.031738 0.000000 667.666687 0.000000 0.999397 0.000000 0.034710 0.598838 0.598838 0.598838 +5216.607910 0.000000 660.418762 0.000000 0.726076 0.000000 0.687615 0.452636 0.452636 0.452636 +5229.143066 0.000000 621.630432 0.000000 0.808990 0.000000 0.587823 0.431620 0.431620 0.431620 +5220.682129 0.000000 645.117493 0.000000 0.961921 0.000000 0.273328 0.436420 0.436420 0.436420 +5217.049316 0.000000 622.578430 0.000000 0.921550 0.000000 0.388259 0.469692 0.469692 0.469692 +5231.448242 0.000000 645.835693 0.000000 0.812042 0.000000 0.583599 0.441631 0.441631 0.441631 +5243.529785 0.000000 621.975098 0.000000 0.837813 0.000000 0.545957 0.449922 0.449922 0.449922 +5192.722168 0.000000 653.847229 0.000000 0.929039 0.000000 0.369982 0.456186 0.456186 0.456186 +5231.882812 0.000000 626.351807 0.000000 0.976799 0.000000 0.214157 0.449024 0.449024 0.449024 +5245.282227 0.000000 665.283325 0.000000 0.929929 0.000000 0.367740 0.586998 0.586998 0.586998 +5244.454590 0.000000 661.667236 0.000000 0.920356 0.000000 0.391081 0.469630 0.469630 0.469630 +5231.350098 0.000000 676.071167 0.000000 0.970228 0.000000 0.242193 0.457463 0.457463 0.457463 +5239.432129 0.000000 670.411804 0.000000 0.999881 0.000000 0.015433 0.461800 0.461800 0.461800 +5239.893555 0.000000 664.832886 0.000000 0.942199 0.000000 0.335054 0.446740 0.446740 0.446740 +5219.619629 0.000000 663.234985 0.000000 0.872583 0.000000 0.488466 0.452436 0.452436 0.452436 +5208.891602 0.000000 667.683228 0.000000 0.772279 0.000000 0.635284 0.524936 0.524936 0.524936 +5238.403320 0.000000 641.013916 0.000000 0.744403 0.000000 0.667730 0.461729 0.461729 0.461729 +5208.325195 0.000000 670.468384 0.000000 0.834611 0.000000 0.550840 0.580950 0.580950 0.580950 +5213.034668 0.000000 674.811890 0.000000 0.987175 0.000000 0.159639 0.594224 0.594224 0.594224 +5206.889648 0.000000 670.590088 0.000000 0.865024 0.000000 0.501731 0.579924 0.579924 0.579924 +5204.196289 0.000000 670.090454 0.000000 0.922467 0.000000 0.386077 0.584860 0.584860 0.584860 +5235.649902 0.000000 673.949768 0.000000 0.997729 0.000000 0.067354 0.595865 0.595865 0.595865 +5223.243164 0.000000 672.228394 0.000000 0.988451 0.000000 0.151541 0.594383 0.594383 0.594383 +5230.953613 0.000000 674.727661 0.000000 0.932831 0.000000 0.360315 0.559798 0.559798 0.559798 +5233.044434 0.000000 670.408447 0.000000 0.966683 0.000000 0.255975 0.591043 0.591043 0.591043 +5226.913086 0.000000 675.328369 0.000000 0.916740 0.000000 0.399484 0.532271 0.532271 0.532271 +5242.353516 0.000000 622.458557 0.000000 0.832021 0.000000 0.554744 0.539878 0.539878 0.539878 +5232.161133 0.000000 660.677185 0.000000 0.732611 0.000000 0.680648 0.559496 0.559496 0.559496 +5254.424805 0.000000 585.203918 0.000000 0.717099 0.000000 0.696971 0.402136 0.402136 0.402136 +5271.371094 0.000000 607.857666 0.000000 0.868719 0.000000 0.495305 0.408449 0.408449 0.408449 +5307.981445 0.000000 620.062988 0.000000 0.999164 0.000000 0.040879 0.399441 0.399441 0.399441 +5257.604492 0.000000 592.298157 0.000000 0.711575 0.000000 0.702610 0.402017 0.402017 0.402017 +5305.384766 0.000000 621.095520 0.000000 0.994137 0.000000 0.108132 0.408208 0.408208 0.408208 +5309.125000 0.000000 617.322998 0.000000 0.860230 0.000000 0.509907 0.410699 0.410699 0.410699 +5297.129395 0.000000 615.249634 0.000000 0.980465 0.000000 0.196695 0.459631 0.459631 0.459631 +5252.248535 0.000000 586.143616 0.000000 0.994555 0.000000 0.104212 0.423827 0.423827 0.423827 +5254.028809 0.000000 587.773376 0.000000 0.878695 0.000000 0.477383 0.511333 0.511333 0.511333 +5307.305664 0.000000 614.622742 0.000000 0.779553 0.000000 0.626336 0.472653 0.472653 0.472653 +5249.042969 0.000000 597.344849 0.000000 0.819897 0.000000 0.572511 0.459230 0.459230 0.459230 +5265.493164 0.000000 608.816528 0.000000 0.999303 0.000000 0.037325 0.458779 0.458779 0.458779 +5250.069824 0.000000 589.665405 0.000000 0.949896 0.000000 0.312566 0.428072 0.428072 0.428072 +5272.887695 0.000000 606.443970 0.000000 0.996644 0.000000 0.081852 0.473521 0.473521 0.473521 +5258.618164 0.000000 578.388123 0.000000 0.927890 0.000000 0.372854 0.447272 0.447272 0.447272 +5295.350098 0.000000 619.586792 0.000000 0.956570 0.000000 0.291501 0.441197 0.441197 0.441197 +5259.084961 0.000000 575.222412 0.000000 0.994739 0.000000 0.102442 0.478288 0.478288 0.478288 +5252.189941 0.000000 610.007019 0.000000 0.950358 0.000000 0.311160 0.490412 0.490412 0.490412 +5257.693359 0.000000 573.906494 0.000000 0.959600 0.000000 0.281366 0.447765 0.447765 0.447765 +5256.404785 0.000000 585.271606 0.000000 0.995612 0.000000 0.093579 0.482359 0.482359 0.482359 +5364.706543 0.000000 621.159119 0.000000 0.981259 0.000000 0.192694 0.418538 0.418538 0.418538 +5314.269043 0.000000 618.277588 0.000000 0.948507 0.000000 0.316755 0.424177 0.424177 0.424177 +5279.758301 0.000000 651.487732 0.000000 0.720003 0.000000 0.693971 0.390043 0.390043 0.390043 +5278.530273 0.000000 644.788208 0.000000 0.992979 0.000000 0.118295 0.398449 0.398449 0.398449 +5254.215332 0.000000 670.265747 0.000000 0.748929 0.000000 0.662650 0.390307 0.390307 0.390307 +5265.256836 0.000000 656.042969 0.000000 0.959806 0.000000 0.280665 0.396136 0.396136 0.396136 +5262.875488 0.000000 666.090149 0.000000 0.984681 0.000000 0.174365 0.397672 0.397672 0.397672 +5251.505371 0.000000 664.754272 0.000000 0.999243 0.000000 0.038900 0.399460 0.399460 0.399460 +5286.889160 0.000000 644.767761 0.000000 0.905169 0.000000 0.425052 0.393994 0.393994 0.393994 +5283.104004 0.000000 629.870239 0.000000 0.958962 0.000000 0.283535 0.410684 0.410684 0.410684 +5249.451660 0.000000 630.720581 0.000000 0.762256 0.000000 0.647275 0.395717 0.395717 0.395717 +5304.639160 0.000000 626.300476 0.000000 0.998485 0.000000 0.055031 0.423311 0.423311 0.423311 +5270.782715 0.000000 628.631470 0.000000 0.864791 0.000000 0.502132 0.420868 0.420868 0.420868 +5271.348633 0.000000 674.326599 0.000000 0.875871 0.000000 0.482545 0.498746 0.498746 0.498746 +5304.096680 0.000000 648.972046 0.000000 0.993942 0.000000 0.109904 0.491076 0.491076 0.491076 +5278.716309 0.000000 667.566101 0.000000 0.769779 0.000000 0.638311 0.476003 0.476003 0.476003 +5270.911621 0.000000 662.317749 0.000000 0.801196 0.000000 0.598403 0.483246 0.483246 0.483246 +5277.096680 0.000000 621.724304 0.000000 0.954500 0.000000 0.298210 0.455089 0.455089 0.455089 +5298.425293 0.000000 623.482483 0.000000 0.983917 0.000000 0.178625 0.453544 0.453544 0.453544 +5273.304688 0.000000 622.321838 0.000000 0.984429 0.000000 0.175782 0.493491 0.493491 0.493491 +5284.560547 0.000000 635.383911 0.000000 0.963284 0.000000 0.268485 0.500314 0.500314 0.500314 +5308.312988 0.000000 645.083008 0.000000 0.879635 0.000000 0.475649 0.465226 0.465226 0.465226 +5311.416504 0.000000 628.553101 0.000000 0.833537 0.000000 0.552464 0.480773 0.480773 0.480773 +5276.266602 0.000000 658.695312 0.000000 0.999997 0.000000 0.002444 0.599918 0.599918 0.599918 +5285.106445 0.000000 633.926086 0.000000 0.947347 0.000000 0.320208 0.554735 0.554735 0.554735 +5311.365723 0.000000 631.293518 0.000000 0.935177 0.000000 0.354180 0.539861 0.539861 0.539861 +5273.172852 0.000000 657.842896 0.000000 0.916112 0.000000 0.400923 0.529723 0.529723 0.529723 +5278.176270 0.000000 672.486084 0.000000 0.843897 0.000000 0.536505 0.560153 0.560153 0.560153 +5279.182129 0.000000 668.827271 0.000000 0.973061 0.000000 0.230550 0.551024 0.551024 0.551024 +5339.131348 0.000000 637.449280 0.000000 0.976222 0.000000 0.216774 0.397087 0.397087 0.397087 +5315.837402 0.000000 644.890198 0.000000 0.997761 0.000000 0.066876 0.407517 0.407517 0.407517 +5368.639160 0.000000 626.300476 0.000000 0.782995 0.000000 0.622028 0.439523 0.439523 0.439523 +5361.394043 0.000000 646.657898 0.000000 0.993927 0.000000 0.110046 0.410772 0.410772 0.410772 +5323.442871 0.000000 639.136719 0.000000 0.961777 0.000000 0.273835 0.431299 0.431299 0.431299 +5336.535645 0.000000 637.683167 0.000000 0.763833 0.000000 0.645415 0.420487 0.420487 0.420487 +5317.141602 0.000000 646.834351 0.000000 0.739745 0.000000 0.672888 0.440772 0.440772 0.440772 +5348.550293 0.000000 652.122131 0.000000 0.831459 0.000000 0.555586 0.453430 0.453430 0.453430 +5361.687988 0.000000 630.280701 0.000000 0.998646 0.000000 0.052014 0.432472 0.432472 0.432472 +5363.914062 0.000000 627.116516 0.000000 0.941988 0.000000 0.335647 0.465765 0.465765 0.465765 +5316.756836 0.000000 640.121338 0.000000 0.933684 0.000000 0.358097 0.446294 0.446294 0.446294 +5366.385254 0.000000 625.237183 0.000000 0.955905 0.000000 0.293675 0.444982 0.444982 0.444982 +5314.199219 0.000000 628.440430 0.000000 0.993925 0.000000 0.110063 0.457415 0.457415 0.457415 +5360.914551 0.000000 638.511719 0.000000 0.795440 0.000000 0.606032 0.471965 0.471965 0.471965 +5359.882812 0.000000 626.351807 0.000000 0.950141 0.000000 0.311819 0.472618 0.472618 0.472618 +5325.704590 0.000000 634.154724 0.000000 0.722495 0.000000 0.691376 0.446426 0.446426 0.446426 +5360.891113 0.000000 649.702209 0.000000 0.999175 0.000000 0.040599 0.480862 0.480862 0.480862 +5363.291016 0.000000 631.752197 0.000000 0.926825 0.000000 0.375495 0.457337 0.457337 0.457337 +5357.839355 0.000000 648.013916 0.000000 0.954252 0.000000 0.299004 0.483067 0.483067 0.483067 +5320.953125 0.000000 647.258850 0.000000 0.718675 0.000000 0.695347 0.485296 0.485296 0.485296 +5315.050781 0.000000 624.722412 0.000000 0.915587 0.000000 0.402121 0.549721 0.549721 0.549721 +5323.377441 0.000000 640.871704 0.000000 0.968296 0.000000 0.249805 0.471380 0.471380 0.471380 +5354.135254 0.000000 625.827576 0.000000 0.772251 0.000000 0.635317 0.498113 0.498113 0.498113 +5316.635742 0.000000 633.731018 0.000000 0.998543 0.000000 0.053964 0.558609 0.558609 0.558609 +5317.431641 0.000000 632.104797 0.000000 0.744619 0.000000 0.667490 0.539538 0.539538 0.539538 +5318.267578 0.000000 645.768188 0.000000 0.926432 0.000000 0.376463 0.527905 0.527905 0.527905 +5356.409668 0.000000 647.356567 0.000000 0.978461 0.000000 0.206434 0.527398 0.527398 0.527398 +5313.323730 0.000000 627.385559 0.000000 0.997799 0.000000 0.066319 0.563453 0.563453 0.563453 +5174.255859 0.000000 686.572571 0.000000 0.979913 0.000000 0.199423 0.592662 0.592662 0.592662 +5179.529785 0.000000 678.459473 0.000000 0.992694 0.000000 0.120662 0.485670 0.485670 0.485670 +5168.943848 0.000000 689.401001 0.000000 0.933556 0.000000 0.358432 0.553573 0.553573 0.553573 +5172.916016 0.000000 685.175537 0.000000 0.999362 0.000000 0.035725 0.526562 0.526562 0.526562 +5183.416504 0.000000 685.037476 0.000000 0.999844 0.000000 0.017650 0.499607 0.499607 0.499607 +5172.241699 0.000000 689.547302 0.000000 0.819933 0.000000 0.572460 0.573507 0.573507 0.573507 +5174.395020 0.000000 687.875732 0.000000 0.812780 0.000000 0.582571 0.577270 0.577270 0.577270 +5211.595215 0.000000 728.336243 0.000000 0.998564 0.000000 0.053564 0.401203 0.401203 0.401203 +5214.608887 0.000000 683.352173 0.000000 0.999174 0.000000 0.040635 0.405295 0.405295 0.405295 +5217.491699 0.000000 683.707764 0.000000 0.912946 0.000000 0.408079 0.404877 0.404877 0.404877 +5237.428223 0.000000 695.653748 0.000000 0.720180 0.000000 0.693787 0.461011 0.461011 0.461011 +5245.638184 0.000000 697.535706 0.000000 0.871952 0.000000 0.489591 0.457412 0.457412 0.457412 +5238.255859 0.000000 686.572571 0.000000 0.861455 0.000000 0.507833 0.579654 0.579654 0.579654 +5217.049316 0.000000 679.062805 0.000000 0.999706 0.000000 0.024259 0.562055 0.562055 0.562055 +5186.199219 0.000000 684.924805 0.000000 0.950099 0.000000 0.311950 0.587882 0.587882 0.587882 +5245.382324 0.000000 708.114807 0.000000 0.798051 0.000000 0.602590 0.430064 0.430064 0.430064 +5188.035156 0.000000 684.032227 0.000000 0.976604 0.000000 0.215048 0.592030 0.592030 0.592030 +5235.561035 0.000000 704.074402 0.000000 0.723712 0.000000 0.690102 0.474517 0.474517 0.474517 +5206.981445 0.000000 706.037048 0.000000 0.998638 0.000000 0.052175 0.483225 0.483225 0.483225 +5209.034668 0.000000 709.759033 0.000000 0.913499 0.000000 0.406842 0.456685 0.456685 0.456685 +5217.519531 0.000000 685.673462 0.000000 0.863846 0.000000 0.503757 0.472057 0.472057 0.472057 +5241.206055 0.000000 687.439026 0.000000 0.939151 0.000000 0.343504 0.464332 0.464332 0.464332 +5202.929199 0.000000 683.286743 0.000000 0.847699 0.000000 0.530478 0.581573 0.581573 0.581573 +5221.508789 0.000000 693.200806 0.000000 0.984866 0.000000 0.173315 0.579600 0.579600 0.579600 +5246.905762 0.000000 683.622864 0.000000 0.779348 0.000000 0.626591 0.536187 0.536187 0.536187 +5199.104980 0.000000 680.715088 0.000000 0.880989 0.000000 0.473137 0.581175 0.581175 0.581175 +5216.754395 0.000000 728.313538 0.000000 0.778785 0.000000 0.627291 0.577959 0.577959 0.577959 +5216.813477 0.000000 721.318359 0.000000 0.954282 0.000000 0.298907 0.583197 0.583197 0.583197 +5217.632324 0.000000 731.621887 0.000000 0.940822 0.000000 0.338902 0.551649 0.551649 0.551649 +5246.025391 0.000000 680.940613 0.000000 0.977108 0.000000 0.212746 0.551534 0.551534 0.551534 +5230.797363 0.000000 729.615601 0.000000 0.925415 0.000000 0.378954 0.572991 0.572991 0.572991 +5194.359863 0.000000 685.630005 0.000000 0.823010 0.000000 0.568026 0.549232 0.549232 0.549232 +5223.871094 0.000000 698.248047 0.000000 0.947052 0.000000 0.321081 0.588249 0.588249 0.588249 +5245.982422 0.000000 689.337341 0.000000 0.993884 0.000000 0.110429 0.595964 0.595964 0.595964 +5193.798340 0.000000 683.186096 0.000000 0.824463 0.000000 0.565915 0.579411 0.579411 0.579411 +5211.970215 0.000000 735.278992 0.000000 0.760586 0.000000 0.649237 0.559573 0.559573 0.559573 +5213.048828 0.000000 735.939331 0.000000 0.949009 0.000000 0.315249 0.582653 0.582653 0.582653 +5293.942871 0.000000 699.753357 0.000000 0.879290 0.000000 0.476287 0.411296 0.411296 0.411296 +5290.257812 0.000000 680.074951 0.000000 0.829437 0.000000 0.558600 0.463281 0.463281 0.463281 +5248.371582 0.000000 682.897339 0.000000 0.778076 0.000000 0.628170 0.495884 0.495884 0.495884 +5293.431152 0.000000 681.864197 0.000000 0.993819 0.000000 0.111011 0.457397 0.457397 0.457397 +5301.071289 0.000000 682.553772 0.000000 0.771922 0.000000 0.635717 0.568574 0.568574 0.568574 +5295.286621 0.000000 679.585876 0.000000 0.903380 0.000000 0.428840 0.563842 0.563842 0.563842 "} object={ name="pine_dense_generator_2_3" @@ -583,7 +1763,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_004_mesh" - count=223 + count=861 transform="127.957878 0.000000 3240.508301 0.000000 0.777983 0.000000 -0.628286 0.408819 0.408819 0.408819 105.065125 0.000000 3271.314941 0.000000 0.982487 0.000000 -0.186330 0.421846 0.421846 0.421846 117.861061 0.000000 3267.675781 0.000000 0.870225 0.000000 -0.492655 0.424184 0.424184 0.424184 @@ -807,6 +1987,644 @@ object={ 37.805153 0.000000 3501.073486 0.000000 0.996763 0.000000 -0.080393 0.602646 0.602646 0.602646 14.033723 0.000000 3507.922119 0.000000 0.707280 0.000000 -0.706934 0.438001 0.438001 0.438001 17.145784 0.000000 3504.585449 0.000000 0.957225 0.000000 -0.289345 0.470325 0.470325 0.470325 +5053.248047 0.000000 441.392670 0.000000 0.784842 0.000000 -0.619696 0.408843 0.408843 0.408843 +5047.107910 0.000000 440.591919 0.000000 0.789618 0.000000 -0.613598 0.408939 0.408939 0.408939 +5028.620605 0.000000 442.099121 0.000000 0.982214 0.000000 -0.187765 0.420542 0.420542 0.420542 +5049.910645 0.000000 443.341675 0.000000 0.870872 0.000000 -0.491510 0.407875 0.407875 0.407875 +5060.384766 0.000000 446.163269 0.000000 0.982981 0.000000 -0.183705 0.417828 0.417828 0.417828 +5058.552734 0.000000 451.466858 0.000000 0.991470 0.000000 -0.130338 0.451349 0.451349 0.451349 +5028.045898 0.000000 457.149902 0.000000 0.957836 0.000000 -0.287314 0.404031 0.404031 0.404031 +5037.311035 0.000000 486.224884 0.000000 0.999949 0.000000 -0.010135 0.400138 0.400138 0.400138 +5032.974609 0.000000 463.396576 0.000000 0.988441 0.000000 -0.151608 0.402105 0.402105 0.402105 +5043.634277 0.000000 494.602875 0.000000 0.819576 0.000000 -0.572970 0.417426 0.417426 0.417426 +5027.689941 0.000000 503.476654 0.000000 0.843989 0.000000 -0.536361 0.441338 0.441338 0.441338 +5045.633789 0.000000 488.932220 0.000000 0.837379 0.000000 -0.546623 0.459328 0.459328 0.459328 +5039.339355 0.000000 452.121002 0.000000 0.961202 0.000000 -0.275845 0.467379 0.467379 0.467379 +5047.044922 0.000000 490.963318 0.000000 0.967090 0.000000 -0.254435 0.456275 0.456275 0.456275 +5052.008301 0.000000 494.152161 0.000000 0.950805 0.000000 -0.309789 0.433188 0.433188 0.433188 +5047.405273 0.000000 486.728088 0.000000 0.987582 0.000000 -0.157101 0.463751 0.463751 0.463751 +5025.680176 0.000000 507.702759 0.000000 0.936623 0.000000 -0.350338 0.464823 0.464823 0.464823 +5107.456055 0.000000 502.163269 0.000000 0.747157 0.000000 -0.664647 0.409438 0.409438 0.409438 +5060.763672 0.000000 488.067200 0.000000 0.737129 0.000000 -0.675752 0.413838 0.413838 0.413838 +5112.315430 0.000000 488.883972 0.000000 0.984193 0.000000 -0.177101 0.413752 0.413752 0.413752 +5103.868652 0.000000 500.285950 0.000000 0.749957 0.000000 -0.661487 0.409817 0.409817 0.409817 +5079.371094 0.000000 494.888916 0.000000 0.710260 0.000000 -0.703940 0.431002 0.431002 0.431002 +5100.376953 0.000000 498.142700 0.000000 0.938354 0.000000 -0.345676 0.406955 0.406955 0.406955 +5103.663086 0.000000 461.886902 0.000000 0.789528 0.000000 -0.613714 0.409205 0.409205 0.409205 +5062.507812 0.000000 503.966125 0.000000 0.998438 0.000000 -0.055875 0.430320 0.430320 0.430320 +5106.798340 0.000000 488.556183 0.000000 0.857700 0.000000 -0.514150 0.449091 0.449091 0.449091 +5073.360840 0.000000 498.035370 0.000000 0.900705 0.000000 -0.434431 0.450253 0.450253 0.450253 +5094.337891 0.000000 465.611145 0.000000 0.886847 0.000000 -0.462062 0.426364 0.426364 0.426364 +5091.200195 0.000000 464.671967 0.000000 0.876459 0.000000 -0.481477 0.421275 0.421275 0.421275 +5063.213379 0.000000 490.075073 0.000000 0.824989 0.000000 -0.565149 0.422752 0.422752 0.422752 +5057.451660 0.000000 461.267456 0.000000 0.969586 0.000000 -0.244752 0.438759 0.438759 0.438759 +5114.637207 0.000000 478.808716 0.000000 0.996062 0.000000 -0.088660 0.466405 0.466405 0.466405 +5068.721191 0.000000 490.199860 0.000000 0.899137 0.000000 -0.437667 0.453026 0.453026 0.453026 +5089.412109 0.000000 466.832123 0.000000 0.844298 0.000000 -0.535874 0.429043 0.429043 0.429043 +5075.443848 0.000000 501.794769 0.000000 0.795540 0.000000 -0.605901 0.431742 0.431742 0.431742 +5073.436523 0.000000 475.744019 0.000000 0.956487 0.000000 -0.291775 0.422185 0.422185 0.422185 +5105.394043 0.000000 477.204773 0.000000 0.786413 0.000000 -0.617701 0.477451 0.477451 0.477451 +5090.111328 0.000000 483.490204 0.000000 0.860053 0.000000 -0.510205 0.472221 0.472221 0.472221 +5062.363770 0.000000 461.387634 0.000000 0.999946 0.000000 -0.010357 0.438738 0.438738 0.438738 +5070.389160 0.000000 485.259705 0.000000 0.989857 0.000000 -0.142067 0.434371 0.434371 0.434371 +5089.641602 0.000000 469.953583 0.000000 0.990204 0.000000 -0.139628 0.433009 0.433009 0.433009 +5102.782227 0.000000 493.939148 0.000000 0.975646 0.000000 -0.219349 0.440985 0.440985 0.440985 +5110.180664 0.000000 475.725189 0.000000 0.980840 0.000000 -0.194814 0.468459 0.468459 0.468459 +5079.885254 0.000000 477.655121 0.000000 0.993616 0.000000 -0.112813 0.447077 0.447077 0.447077 +5087.330566 0.000000 484.296082 0.000000 0.774005 0.000000 -0.633180 0.469532 0.469532 0.469532 +5112.096680 0.000000 479.518921 0.000000 0.955554 0.000000 -0.294817 0.463732 0.463732 0.463732 +5110.255859 0.000000 460.635071 0.000000 0.999739 0.000000 -0.022833 0.427164 0.427164 0.427164 +5073.493164 0.000000 495.847778 0.000000 0.983655 0.000000 -0.180063 0.454900 0.454900 0.454900 +5087.005371 0.000000 486.779724 0.000000 0.722526 0.000000 -0.691344 0.458458 0.458458 0.458458 +5103.085449 0.000000 490.703156 0.000000 0.999139 0.000000 -0.041499 0.448448 0.448448 0.448448 +5092.682129 0.000000 475.664368 0.000000 0.999508 0.000000 -0.031355 0.465306 0.465306 0.465306 +5096.179688 0.000000 480.059631 0.000000 0.763593 0.000000 -0.645698 0.471217 0.471217 0.471217 +5096.199219 0.000000 482.720978 0.000000 0.805345 0.000000 -0.592806 0.475475 0.475475 0.475475 +5096.688965 0.000000 476.275482 0.000000 0.989628 0.000000 -0.143657 0.464819 0.464819 0.464819 +5077.422363 0.000000 476.229858 0.000000 0.890425 0.000000 -0.455130 0.446581 0.446581 0.446581 +5074.979980 0.000000 491.888824 0.000000 0.866397 0.000000 -0.499356 0.455612 0.455612 0.455612 +5060.035156 0.000000 458.094727 0.000000 0.919487 0.000000 -0.393121 0.465680 0.465680 0.465680 +5099.960938 0.000000 473.977264 0.000000 0.982531 0.000000 -0.186100 0.466961 0.466961 0.466961 +5113.360352 0.000000 463.131683 0.000000 0.910239 0.000000 -0.414083 0.457983 0.457983 0.457983 +5107.561035 0.000000 478.136902 0.000000 0.999915 0.000000 -0.013029 0.459721 0.459721 0.459721 +5090.177734 0.000000 478.808167 0.000000 0.814192 0.000000 -0.580596 0.472436 0.472436 0.472436 +5095.260742 0.000000 473.478973 0.000000 0.934916 0.000000 -0.354870 0.470303 0.470303 0.470303 +5105.324707 0.000000 487.472229 0.000000 0.840484 0.000000 -0.541836 0.463334 0.463334 0.463334 +5068.919922 0.000000 501.910706 0.000000 0.996815 0.000000 -0.079745 0.459654 0.459654 0.459654 +5081.034668 0.000000 483.821503 0.000000 0.914797 0.000000 -0.403915 0.472665 0.472665 0.472665 +5105.237305 0.000000 465.081635 0.000000 0.819402 0.000000 -0.573219 0.503940 0.503940 0.503940 +5112.379395 0.000000 466.255798 0.000000 0.846800 0.000000 -0.531911 0.506999 0.506999 0.506999 +5043.456055 0.000000 558.647644 0.000000 0.960662 0.000000 -0.277719 0.403738 0.403738 0.403738 +5033.385742 0.000000 541.277527 0.000000 0.746816 0.000000 -0.665031 0.409518 0.409518 0.409518 +5027.765137 0.000000 534.206604 0.000000 0.734210 0.000000 -0.678923 0.410098 0.410098 0.410098 +5017.237793 0.000000 514.518250 0.000000 0.949809 0.000000 -0.312830 0.405125 0.405125 0.405125 +5054.624512 0.000000 517.179504 0.000000 0.926773 0.000000 -0.375623 0.418167 0.418167 0.418167 +5045.013672 0.000000 543.005737 0.000000 0.971929 0.000000 -0.235275 0.403237 0.403237 0.403237 +5053.507812 0.000000 558.136169 0.000000 0.976212 0.000000 -0.216816 0.402990 0.402990 0.402990 +5030.686523 0.000000 508.665161 0.000000 0.862651 0.000000 -0.505799 0.418976 0.418976 0.418976 +5038.042969 0.000000 514.214050 0.000000 0.776254 0.000000 -0.630421 0.411612 0.411612 0.411612 +5027.104004 0.000000 516.901489 0.000000 0.816592 0.000000 -0.577215 0.424341 0.424341 0.424341 +5050.631836 0.000000 543.495789 0.000000 0.897117 0.000000 -0.441794 0.435490 0.435490 0.435490 +5040.746582 0.000000 511.597046 0.000000 0.773728 0.000000 -0.633518 0.428163 0.428163 0.428163 +5051.000977 0.000000 546.160461 0.000000 0.915092 0.000000 -0.403245 0.436153 0.436153 0.436153 +5054.948242 0.000000 510.513489 0.000000 0.953369 0.000000 -0.301807 0.425022 0.425022 0.425022 +5048.096680 0.000000 536.003296 0.000000 0.778805 0.000000 -0.627266 0.469391 0.469391 0.469391 +5023.005371 0.000000 543.264099 0.000000 0.852228 0.000000 -0.523170 0.468404 0.468404 0.468404 +5047.867676 0.000000 555.591003 0.000000 0.962918 0.000000 -0.269793 0.445870 0.445870 0.445870 +5051.529785 0.000000 509.006378 0.000000 0.879931 0.000000 -0.475102 0.457844 0.457844 0.457844 +5042.317871 0.000000 512.812500 0.000000 0.850792 0.000000 -0.525502 0.454782 0.454782 0.454782 +5048.654297 0.000000 525.572327 0.000000 0.875389 0.000000 -0.483420 0.478456 0.478456 0.478456 +5052.473145 0.000000 535.343445 0.000000 0.876863 0.000000 -0.480741 0.477033 0.477033 0.477033 +5065.400879 0.000000 524.478516 0.000000 0.818943 0.000000 -0.573874 0.407996 0.407996 0.407996 +5063.914551 0.000000 510.196289 0.000000 0.721108 0.000000 -0.692822 0.410089 0.410089 0.410089 +5074.283691 0.000000 509.492065 0.000000 0.909820 0.000000 -0.415002 0.405727 0.405727 0.405727 +5093.098633 0.000000 551.230347 0.000000 0.855340 0.000000 -0.518067 0.407451 0.407451 0.407451 +5092.620605 0.000000 555.067871 0.000000 0.999601 0.000000 -0.028236 0.400382 0.400382 0.400382 +5068.526855 0.000000 531.405212 0.000000 1.000000 0.000000 -0.000095 0.433335 0.433335 0.433335 +5063.437500 0.000000 563.403015 0.000000 0.990967 0.000000 -0.134109 0.402544 0.402544 0.402544 +5070.979980 0.000000 533.199524 0.000000 0.999985 0.000000 -0.005458 0.432116 0.432116 0.432116 +5095.591309 0.000000 550.195435 0.000000 0.939214 0.000000 -0.343333 0.413626 0.413626 0.413626 +5073.436523 0.000000 532.228394 0.000000 0.809267 0.000000 -0.587441 0.432753 0.432753 0.432753 +5083.698730 0.000000 554.858704 0.000000 0.985261 0.000000 -0.171060 0.456061 0.456061 0.456061 +5102.693848 0.000000 540.418030 0.000000 0.845538 0.000000 -0.533915 0.434465 0.434465 0.434465 +5105.129395 0.000000 558.765259 0.000000 0.891124 0.000000 -0.453760 0.460131 0.460131 0.460131 +5079.348633 0.000000 561.357849 0.000000 0.935142 0.000000 -0.354273 0.437983 0.437983 0.437983 +5062.028809 0.000000 531.289001 0.000000 0.982858 0.000000 -0.184364 0.431097 0.431097 0.431097 +5064.237305 0.000000 556.385925 0.000000 0.996655 0.000000 -0.081725 0.500506 0.500506 0.500506 +5105.031738 0.000000 554.697937 0.000000 0.708489 0.000000 -0.705722 0.537106 0.537106 0.537106 +5105.262695 0.000000 562.920471 0.000000 0.938764 0.000000 -0.344561 0.502441 0.502441 0.502441 +5098.678223 0.000000 546.534424 0.000000 0.988356 0.000000 -0.152159 0.457037 0.457037 0.457037 +5062.997070 0.000000 548.616333 0.000000 0.804116 0.000000 -0.594473 0.471380 0.471380 0.471380 +5086.716309 0.000000 554.597351 0.000000 0.999975 0.000000 -0.007014 0.437373 0.437373 0.437373 +5098.638672 0.000000 558.791992 0.000000 0.721325 0.000000 -0.692597 0.452934 0.452934 0.452934 +5066.234863 0.000000 555.805298 0.000000 0.897039 0.000000 -0.441951 0.525196 0.525196 0.525196 +5064.076660 0.000000 552.412781 0.000000 0.823664 0.000000 -0.567078 0.518956 0.518956 0.518956 +5084.161133 0.000000 556.971497 0.000000 0.853559 0.000000 -0.520996 0.468356 0.468356 0.468356 +5111.432129 0.000000 557.443054 0.000000 0.962305 0.000000 -0.271974 0.459278 0.459278 0.459278 +5063.440918 0.000000 558.766479 0.000000 0.786812 0.000000 -0.617193 0.463634 0.463634 0.463634 +5085.418457 0.000000 558.356873 0.000000 0.875286 0.000000 -0.483605 0.466190 0.466190 0.466190 +5111.893555 0.000000 551.864136 0.000000 0.945196 0.000000 -0.326504 0.491251 0.491251 0.491251 +5110.588867 0.000000 561.542542 0.000000 0.982276 0.000000 -0.187443 0.459019 0.459019 0.459019 +5061.832520 0.000000 540.225037 0.000000 0.806773 0.000000 -0.590861 0.501642 0.501642 0.501642 +5058.335449 0.000000 539.589417 0.000000 0.923248 0.000000 -0.384204 0.511497 0.511497 0.511497 +5067.049316 0.000000 558.240295 0.000000 0.953962 0.000000 -0.299929 0.496039 0.496039 0.496039 +5066.331055 0.000000 553.695679 0.000000 0.728282 0.000000 -0.685278 0.526616 0.526616 0.526616 +5112.732422 0.000000 556.916443 0.000000 0.862018 0.000000 -0.506878 0.562702 0.562702 0.562702 +5053.382324 0.000000 595.146057 0.000000 0.728614 0.000000 -0.684924 0.501446 0.501446 0.501446 +5052.771484 0.000000 601.927856 0.000000 0.769502 0.000000 -0.638645 0.479351 0.479351 0.479351 +5074.283691 0.000000 565.976440 0.000000 0.897850 0.000000 -0.440301 0.406169 0.406169 0.406169 +5104.647949 0.000000 605.319519 0.000000 0.997802 0.000000 -0.066269 0.400924 0.400924 0.400924 +5067.406250 0.000000 597.914551 0.000000 0.923824 0.000000 -0.382816 0.405394 0.405394 0.405394 +5062.724121 0.000000 598.351257 0.000000 0.999243 0.000000 -0.038905 0.416932 0.416932 0.416932 +5086.961914 0.000000 565.805054 0.000000 0.946846 0.000000 -0.321687 0.417308 0.417308 0.417308 +5091.200195 0.000000 577.640747 0.000000 0.827461 0.000000 -0.561524 0.428153 0.428153 0.428153 +5109.519043 0.000000 591.469177 0.000000 0.779052 0.000000 -0.626959 0.450062 0.450062 0.450062 +5100.127930 0.000000 592.285034 0.000000 0.983977 0.000000 -0.178298 0.450888 0.450888 0.450888 +5097.128906 0.000000 585.709412 0.000000 0.962992 0.000000 -0.269529 0.432509 0.432509 0.432509 +5118.390625 0.000000 620.604309 0.000000 0.946333 0.000000 -0.323194 0.428053 0.428053 0.428053 +5103.339355 0.000000 565.089783 0.000000 0.997896 0.000000 -0.064840 0.460690 0.460690 0.460690 +5061.141602 0.000000 590.349976 0.000000 0.980941 0.000000 -0.194307 0.440553 0.440553 0.440553 +5084.944336 0.000000 600.711121 0.000000 0.989402 0.000000 -0.145204 0.452940 0.452940 0.452940 +5072.382324 0.000000 620.660156 0.000000 0.797584 0.000000 -0.603207 0.459184 0.459184 0.459184 +5087.330566 0.000000 597.264832 0.000000 0.999464 0.000000 -0.032743 0.508597 0.508597 0.508597 +5115.305664 0.000000 614.622742 0.000000 0.890371 0.000000 -0.455236 0.506439 0.506439 0.506439 +5115.003418 0.000000 610.853455 0.000000 0.985813 0.000000 -0.167848 0.463956 0.463956 0.463956 +5115.529785 0.000000 565.490723 0.000000 0.855969 0.000000 -0.517027 0.516226 0.516226 0.516226 +5059.099121 0.000000 591.545410 0.000000 0.908099 0.000000 -0.418756 0.444542 0.444542 0.444542 +5099.407227 0.000000 609.071777 0.000000 0.973333 0.000000 -0.229396 0.455810 0.455810 0.455810 +5096.284180 0.000000 603.310303 0.000000 0.945352 0.000000 -0.326050 0.471064 0.471064 0.471064 +5098.440430 0.000000 581.052734 0.000000 0.998027 0.000000 -0.062787 0.451453 0.451453 0.451453 +5071.590332 0.000000 616.940247 0.000000 0.998714 0.000000 -0.050700 0.448611 0.448611 0.448611 +5091.217285 0.000000 575.682312 0.000000 0.906582 0.000000 -0.422030 0.460848 0.460848 0.460848 +5096.756348 0.000000 570.310242 0.000000 0.962879 0.000000 -0.269933 0.530228 0.530228 0.530228 +5116.271484 0.000000 573.357056 0.000000 0.962963 0.000000 -0.269634 0.461907 0.461907 0.461907 +5072.905273 0.000000 618.743164 0.000000 0.738784 0.000000 -0.673942 0.460814 0.460814 0.460814 +5056.144043 0.000000 593.243958 0.000000 0.709823 0.000000 -0.704380 0.468518 0.468518 0.468518 +5100.016602 0.000000 566.592346 0.000000 0.964678 0.000000 -0.263432 0.487197 0.487197 0.487197 +5101.431152 0.000000 568.895447 0.000000 0.999771 0.000000 -0.021406 0.466425 0.466425 0.466425 +5092.749023 0.000000 574.213257 0.000000 0.823231 0.000000 -0.567706 0.518974 0.518974 0.518974 +5093.967285 0.000000 589.741089 0.000000 0.998850 0.000000 -0.047939 0.497130 0.497130 0.497130 +5113.206055 0.000000 574.470276 0.000000 0.968202 0.000000 -0.250169 0.486914 0.486914 0.486914 +5095.382324 0.000000 598.462219 0.000000 0.980078 0.000000 -0.198613 0.519104 0.519104 0.519104 +5090.559570 0.000000 598.049255 0.000000 0.979036 0.000000 -0.203688 0.587279 0.587279 0.587279 +5111.848633 0.000000 564.906860 0.000000 0.995768 0.000000 -0.091901 0.538975 0.538975 0.538975 +5119.025879 0.000000 614.208923 0.000000 0.952380 0.000000 -0.304915 0.502871 0.502871 0.502871 +5111.353516 0.000000 571.987549 0.000000 0.970126 0.000000 -0.242602 0.544260 0.544260 0.544260 +5116.055664 0.000000 570.761108 0.000000 0.999415 0.000000 -0.034196 0.513876 0.513876 0.513876 +5100.311035 0.000000 578.432983 0.000000 0.991085 0.000000 -0.133232 0.518860 0.518860 0.518860 +5094.014160 0.000000 595.672424 0.000000 0.792033 0.000000 -0.610478 0.553536 0.553536 0.553536 +5093.210449 0.000000 596.925354 0.000000 0.999043 0.000000 -0.043748 0.566616 0.566616 0.566616 +5092.309082 0.000000 594.229797 0.000000 0.967759 0.000000 -0.251878 0.561939 0.561939 0.561939 +5117.367188 0.000000 615.979492 0.000000 0.962356 0.000000 -0.271791 0.531617 0.531617 0.531617 +5088.342773 0.000000 599.889160 0.000000 0.963483 0.000000 -0.267769 0.574490 0.574490 0.574490 +5076.569336 0.000000 626.714600 0.000000 0.794260 0.000000 -0.607578 0.408445 0.408445 0.408445 +5070.873047 0.000000 629.375183 0.000000 0.756027 0.000000 -0.654540 0.409620 0.409620 0.409620 +5133.506836 0.000000 487.689484 0.000000 0.999982 0.000000 -0.006037 0.400083 0.400083 0.400083 +5129.866211 0.000000 490.947327 0.000000 0.988035 0.000000 -0.154227 0.402118 0.402118 0.402118 +5136.244141 0.000000 481.072815 0.000000 0.986853 0.000000 -0.161618 0.413519 0.413519 0.413519 +5136.186523 0.000000 471.026276 0.000000 0.867071 0.000000 -0.498184 0.428359 0.428359 0.428359 +5158.385742 0.000000 468.720032 0.000000 0.825453 0.000000 -0.564470 0.428208 0.428208 0.428208 +5126.363770 0.000000 461.387634 0.000000 0.798816 0.000000 -0.601576 0.483962 0.483962 0.483962 +5147.698730 0.000000 498.374329 0.000000 0.978046 0.000000 -0.208390 0.443454 0.443454 0.443454 +5122.311035 0.000000 488.486084 0.000000 0.902313 0.000000 -0.431082 0.423127 0.423127 0.423127 +5122.944824 0.000000 469.270935 0.000000 0.999993 0.000000 -0.003617 0.490927 0.490927 0.490927 +5126.070312 0.000000 458.914978 0.000000 0.746229 0.000000 -0.665690 0.467548 0.467548 0.467548 +5126.028809 0.000000 474.804596 0.000000 0.862965 0.000000 -0.505264 0.470747 0.470747 0.470747 +5178.561523 0.000000 483.634277 0.000000 0.751610 0.000000 -0.659608 0.460473 0.460473 0.460473 +5135.228516 0.000000 478.887177 0.000000 0.926226 0.000000 -0.376968 0.469404 0.469404 0.469404 +5126.936035 0.000000 455.450836 0.000000 0.828147 0.000000 -0.560511 0.459625 0.459625 0.459625 +5130.618164 0.000000 465.419373 0.000000 0.999119 0.000000 -0.041957 0.468133 0.468133 0.468133 +5120.144043 0.000000 480.275238 0.000000 0.998861 0.000000 -0.047707 0.462994 0.462994 0.462994 +5131.377441 0.000000 471.418549 0.000000 0.908530 0.000000 -0.417820 0.519122 0.519122 0.519122 +5135.824707 0.000000 475.321655 0.000000 0.871872 0.000000 -0.489734 0.497722 0.497722 0.497722 +5133.642090 0.000000 473.526672 0.000000 0.987954 0.000000 -0.154748 0.503462 0.503462 0.503462 +5165.531250 0.000000 470.268097 0.000000 0.746286 0.000000 -0.665625 0.496721 0.496721 0.496721 +5164.147461 0.000000 467.510376 0.000000 0.872068 0.000000 -0.489386 0.493613 0.493613 0.493613 +5134.222168 0.000000 475.025818 0.000000 0.997432 0.000000 -0.071620 0.488440 0.488440 0.488440 +5131.039062 0.000000 468.131378 0.000000 0.845055 0.000000 -0.534680 0.505696 0.505696 0.505696 +5165.641602 0.000000 468.231995 0.000000 0.909428 0.000000 -0.415862 0.508198 0.508198 0.508198 +5124.846680 0.000000 466.782288 0.000000 0.850367 0.000000 -0.526190 0.519219 0.519219 0.519219 +5125.850586 0.000000 469.653412 0.000000 0.816839 0.000000 -0.576866 0.534444 0.534444 0.534444 +5203.771973 0.000000 474.500458 0.000000 0.956733 0.000000 -0.290969 0.404054 0.404054 0.404054 +5235.634277 0.000000 494.602875 0.000000 0.848064 0.000000 -0.529893 0.407808 0.407808 0.407808 +5216.449219 0.000000 477.870300 0.000000 0.844120 0.000000 -0.536155 0.409968 0.409968 0.409968 +5201.436523 0.000000 475.744019 0.000000 0.956723 0.000000 -0.291001 0.427521 0.427521 0.427521 +5212.928223 0.000000 469.755096 0.000000 0.965840 0.000000 -0.259141 0.465715 0.465715 0.465715 +5220.550293 0.000000 482.669006 0.000000 0.923657 0.000000 -0.383220 0.435799 0.435799 0.435799 +5131.959473 0.000000 556.850220 0.000000 0.919914 0.000000 -0.392120 0.405211 0.405211 0.405211 +5129.400879 0.000000 524.478516 0.000000 0.866711 0.000000 -0.498811 0.406780 0.406780 0.406780 +5146.709961 0.000000 545.399292 0.000000 0.983548 0.000000 -0.180646 0.402503 0.402503 0.402503 +5179.211426 0.000000 537.977539 0.000000 0.800023 0.000000 -0.599969 0.408643 0.408643 0.408643 +5143.293457 0.000000 531.924133 0.000000 0.804110 0.000000 -0.594481 0.412337 0.412337 0.412337 +5167.663086 0.000000 518.371277 0.000000 0.980672 0.000000 -0.195659 0.410052 0.410052 0.410052 +5161.656250 0.000000 548.469116 0.000000 0.897033 0.000000 -0.441964 0.406377 0.406377 0.406377 +5152.449219 0.000000 534.354675 0.000000 0.729365 0.000000 -0.684125 0.410495 0.410495 0.410495 +5145.661133 0.000000 511.425598 0.000000 0.840548 0.000000 -0.541737 0.426422 0.426422 0.426422 +5123.510742 0.000000 555.287354 0.000000 0.782399 0.000000 -0.622777 0.411473 0.411473 0.411473 +5132.526855 0.000000 531.405212 0.000000 0.743867 0.000000 -0.668328 0.410197 0.410197 0.410197 +5156.029297 0.000000 526.912170 0.000000 0.811420 0.000000 -0.584463 0.469773 0.469773 0.469773 +5141.235840 0.000000 528.220459 0.000000 0.860387 0.000000 -0.509642 0.444911 0.444911 0.444911 +5178.637207 0.000000 535.293091 0.000000 0.757971 0.000000 -0.652289 0.427160 0.427160 0.427160 +5183.976562 0.000000 558.974792 0.000000 0.996855 0.000000 -0.079253 0.467541 0.467541 0.467541 +5154.111328 0.000000 539.974548 0.000000 0.786699 0.000000 -0.617337 0.459500 0.459500 0.459500 +5130.235840 0.000000 552.043579 0.000000 0.794893 0.000000 -0.606749 0.441375 0.441375 0.441375 +5138.498535 0.000000 512.177368 0.000000 0.976774 0.000000 -0.214273 0.491483 0.491483 0.491483 +5121.118652 0.000000 553.089478 0.000000 0.762917 0.000000 -0.646496 0.511489 0.511489 0.511489 +5166.782227 0.000000 550.423523 0.000000 0.733116 0.000000 -0.680104 0.441559 0.441559 0.441559 +5174.180664 0.000000 532.209595 0.000000 0.812849 0.000000 -0.582475 0.444997 0.444997 0.444997 +5169.129395 0.000000 558.765259 0.000000 0.979504 0.000000 -0.201422 0.488544 0.488544 0.488544 +5166.880859 0.000000 558.894958 0.000000 0.995387 0.000000 -0.095944 0.507417 0.507417 0.507417 +5147.673340 0.000000 561.132690 0.000000 0.769788 0.000000 -0.638300 0.511254 0.511254 0.511254 +5162.219238 0.000000 554.574036 0.000000 0.737117 0.000000 -0.675766 0.490039 0.490039 0.490039 +5156.916016 0.000000 536.421814 0.000000 0.891348 0.000000 -0.453320 0.472353 0.472353 0.472353 +5123.385254 0.000000 546.793884 0.000000 0.914805 0.000000 -0.403896 0.441566 0.441566 0.441566 +5144.887695 0.000000 549.959595 0.000000 0.822319 0.000000 -0.569026 0.443353 0.443353 0.443353 +5170.394043 0.000000 560.481140 0.000000 0.791065 0.000000 -0.611732 0.449733 0.449733 0.449733 +5142.911621 0.000000 549.348999 0.000000 0.982644 0.000000 -0.185503 0.460310 0.460310 0.460310 +5178.520996 0.000000 562.271973 0.000000 0.993267 0.000000 -0.115850 0.477491 0.477491 0.477491 +5120.144043 0.000000 536.759583 0.000000 0.986530 0.000000 -0.163583 0.451948 0.451948 0.451948 +5173.449707 0.000000 558.250916 0.000000 0.750469 0.000000 -0.660906 0.463274 0.463274 0.463274 +5156.742188 0.000000 561.564575 0.000000 0.990078 0.000000 -0.140521 0.553494 0.553494 0.553494 +5120.850586 0.000000 548.924072 0.000000 0.996681 0.000000 -0.081402 0.495231 0.495231 0.495231 +5181.535645 0.000000 562.534912 0.000000 0.996089 0.000000 -0.088350 0.525697 0.525697 0.525697 +5122.335449 0.000000 539.589417 0.000000 0.756954 0.000000 -0.653468 0.482500 0.482500 0.482500 +5159.989746 0.000000 534.263245 0.000000 0.996930 0.000000 -0.078298 0.579473 0.579473 0.579473 +5140.440918 0.000000 563.866028 0.000000 0.905822 0.000000 -0.423658 0.500231 0.500231 0.500231 +5149.034668 0.000000 561.843140 0.000000 0.964052 0.000000 -0.265715 0.518053 0.518053 0.518053 +5155.429199 0.000000 558.530396 0.000000 0.952738 0.000000 -0.303793 0.524364 0.524364 0.524364 +5156.687500 0.000000 558.929565 0.000000 0.828101 0.000000 -0.560579 0.578287 0.578287 0.578287 +5191.671387 0.000000 533.215942 0.000000 0.756544 0.000000 -0.653943 0.409182 0.409182 0.409182 +5222.893555 0.000000 527.806702 0.000000 0.785974 0.000000 -0.618260 0.408786 0.408786 0.408786 +5205.208496 0.000000 548.238586 0.000000 0.988535 0.000000 -0.150994 0.402013 0.402013 0.402013 +5210.709961 0.000000 545.399292 0.000000 0.932815 0.000000 -0.360356 0.405025 0.405025 0.405025 +5205.668945 0.000000 518.148254 0.000000 0.956109 0.000000 -0.293010 0.404068 0.404068 0.404068 +5237.013672 0.000000 543.005737 0.000000 0.767466 0.000000 -0.641090 0.409660 0.409660 0.409660 +5232.023926 0.000000 560.894409 0.000000 0.867841 0.000000 -0.496842 0.407191 0.407191 0.407191 +5235.759277 0.000000 539.724243 0.000000 0.825523 0.000000 -0.564369 0.436414 0.436414 0.436414 +5210.987305 0.000000 508.448181 0.000000 0.983433 0.000000 -0.181271 0.432372 0.432372 0.432372 +5214.952637 0.000000 527.871704 0.000000 0.942398 0.000000 -0.334493 0.428241 0.428241 0.428241 +5222.337891 0.000000 522.095520 0.000000 0.929974 0.000000 -0.367626 0.423417 0.423417 0.423417 +5213.958984 0.000000 518.559692 0.000000 0.761084 0.000000 -0.648653 0.439495 0.439495 0.439495 +5198.979980 0.000000 533.199524 0.000000 0.999705 0.000000 -0.024277 0.444213 0.444213 0.444213 +5200.716797 0.000000 540.457214 0.000000 0.950019 0.000000 -0.312192 0.450655 0.450655 0.450655 +5198.686523 0.000000 522.950867 0.000000 0.963662 0.000000 -0.267124 0.443151 0.443151 0.443151 +5188.384766 0.000000 559.132019 0.000000 0.927279 0.000000 -0.374372 0.481505 0.481505 0.481505 +5202.128418 0.000000 529.120972 0.000000 0.987090 0.000000 -0.160168 0.443940 0.443940 0.443940 +5230.782227 0.000000 550.423523 0.000000 0.757421 0.000000 -0.652927 0.463084 0.463084 0.463084 +5232.587891 0.000000 528.612610 0.000000 0.956528 0.000000 -0.291639 0.459652 0.459652 0.459652 +5237.005371 0.000000 560.554626 0.000000 0.934575 0.000000 -0.355766 0.478410 0.478410 0.478410 +5200.382324 0.000000 564.175781 0.000000 0.983688 0.000000 -0.179884 0.457551 0.457551 0.457551 +5186.269043 0.000000 561.793213 0.000000 0.997070 0.000000 -0.076490 0.522772 0.522772 0.522772 +5186.026855 0.000000 556.985596 0.000000 0.833973 0.000000 -0.551805 0.433437 0.433437 0.433437 +5215.888672 0.000000 529.903625 0.000000 0.914303 0.000000 -0.405032 0.434835 0.434835 0.434835 +5204.821777 0.000000 539.470337 0.000000 0.710074 0.000000 -0.704127 0.475477 0.475477 0.475477 +5234.709961 0.000000 522.449219 0.000000 0.990289 0.000000 -0.139021 0.447539 0.447539 0.447539 +5211.849121 0.000000 534.964966 0.000000 0.946780 0.000000 -0.321880 0.497878 0.497878 0.497878 +5187.162109 0.000000 560.411072 0.000000 0.958430 0.000000 -0.285327 0.527933 0.527933 0.527933 +5170.842773 0.000000 582.713684 0.000000 0.756629 0.000000 -0.653845 0.409430 0.409430 0.409430 +5124.763672 0.000000 601.035950 0.000000 0.862129 0.000000 -0.506689 0.407269 0.407269 0.407269 +5157.098633 0.000000 607.714722 0.000000 0.924946 0.000000 -0.380100 0.405217 0.405217 0.405217 +5126.424805 0.000000 585.203918 0.000000 0.975814 0.000000 -0.218601 0.409065 0.409065 0.409065 +5133.506836 0.000000 600.658203 0.000000 0.774347 0.000000 -0.632761 0.417149 0.417149 0.417149 +5173.013672 0.000000 599.490112 0.000000 0.977943 0.000000 -0.208871 0.402847 0.402847 0.402847 +5162.673340 0.000000 564.987671 0.000000 0.963336 0.000000 -0.268299 0.403703 0.403703 0.403703 +5179.981445 0.000000 620.062988 0.000000 0.998405 0.000000 -0.056465 0.414575 0.414575 0.414575 +5153.099609 0.000000 598.793457 0.000000 0.965849 0.000000 -0.259105 0.440341 0.440341 0.440341 +5126.507812 0.000000 616.934875 0.000000 0.930297 0.000000 -0.366808 0.442243 0.442243 0.442243 +5123.510742 0.000000 611.771729 0.000000 0.973070 0.000000 -0.230510 0.421212 0.421212 0.421212 +5122.356934 0.000000 569.741943 0.000000 0.983016 0.000000 -0.183519 0.408547 0.408547 0.408547 +5175.819336 0.000000 583.674683 0.000000 0.976330 0.000000 -0.216287 0.439602 0.439602 0.439602 +5134.604980 0.000000 612.420715 0.000000 0.971883 0.000000 -0.235466 0.425284 0.425284 0.425284 +5177.384766 0.000000 621.095520 0.000000 0.808853 0.000000 -0.588011 0.428652 0.428652 0.428652 +5140.832520 0.000000 577.423401 0.000000 0.801378 0.000000 -0.598158 0.470088 0.470088 0.470088 +5176.346680 0.000000 587.044617 0.000000 0.973307 0.000000 -0.229508 0.423857 0.423857 0.423857 +5126.363770 0.000000 574.356384 0.000000 0.810299 0.000000 -0.586017 0.449188 0.449188 0.449188 +5174.158691 0.000000 596.903503 0.000000 0.967061 0.000000 -0.254543 0.440262 0.440262 0.440262 +5135.870117 0.000000 601.666626 0.000000 0.820688 0.000000 -0.571376 0.439290 0.439290 0.439290 +5163.095215 0.000000 579.162415 0.000000 0.869332 0.000000 -0.494228 0.447335 0.447335 0.447335 +5176.742188 0.000000 594.737610 0.000000 0.953827 0.000000 -0.300356 0.441061 0.441061 0.441061 +5134.401855 0.000000 606.539612 0.000000 0.790745 0.000000 -0.612146 0.504977 0.504977 0.504977 +5183.510742 0.000000 589.580444 0.000000 0.989741 0.000000 -0.142871 0.423809 0.423809 0.423809 +5153.365723 0.000000 575.018616 0.000000 0.925092 0.000000 -0.379743 0.478918 0.478918 0.478918 +5163.596680 0.000000 613.385254 0.000000 0.765829 0.000000 -0.643045 0.447655 0.447655 0.447655 +5143.885254 0.000000 590.623840 0.000000 0.835043 0.000000 -0.550185 0.464885 0.464885 0.464885 +5166.671387 0.000000 611.298218 0.000000 0.752867 0.000000 -0.658173 0.522979 0.522979 0.522979 +5174.255859 0.000000 573.603821 0.000000 0.931653 0.000000 -0.363349 0.508286 0.508286 0.508286 +5177.072754 0.000000 614.960815 0.000000 0.971577 0.000000 -0.236724 0.439953 0.439953 0.439953 +5152.607910 0.000000 603.934387 0.000000 0.866122 0.000000 -0.499832 0.513033 0.513033 0.513033 +5165.465820 0.000000 609.139709 0.000000 0.991707 0.000000 -0.128516 0.446033 0.446033 0.446033 +5156.682129 0.000000 588.633118 0.000000 0.779973 0.000000 -0.625813 0.447281 0.447281 0.447281 +5156.342285 0.000000 620.512390 0.000000 0.835003 0.000000 -0.550245 0.455295 0.455295 0.455295 +5163.060059 0.000000 598.977356 0.000000 0.879923 0.000000 -0.475116 0.497370 0.497370 0.497370 +5172.316895 0.000000 593.969666 0.000000 0.973402 0.000000 -0.229104 0.439822 0.439822 0.439822 +5124.035156 0.000000 571.063477 0.000000 0.911732 0.000000 -0.410786 0.461977 0.461977 0.461977 +5137.033691 0.000000 604.804626 0.000000 0.954226 0.000000 -0.299086 0.486621 0.486621 0.486621 +5160.567383 0.000000 599.527039 0.000000 0.817365 0.000000 -0.576120 0.476459 0.476459 0.476459 +5135.799805 0.000000 607.907593 0.000000 0.880744 0.000000 -0.473592 0.501430 0.501430 0.501430 +5133.704590 0.000000 577.670349 0.000000 0.807007 0.000000 -0.590543 0.529306 0.529306 0.529306 +5180.454590 0.000000 605.182861 0.000000 0.902052 0.000000 -0.431627 0.530376 0.530376 0.530376 +5136.278320 0.000000 578.399536 0.000000 0.989173 0.000000 -0.146753 0.470173 0.470173 0.470173 +5141.008301 0.000000 593.948792 0.000000 0.996714 0.000000 -0.081001 0.468891 0.468891 0.468891 +5147.504395 0.000000 578.822144 0.000000 0.809543 0.000000 -0.587061 0.508450 0.508450 0.508450 +5179.502441 0.000000 576.841125 0.000000 0.854520 0.000000 -0.519418 0.509424 0.509424 0.509424 +5150.652344 0.000000 576.929138 0.000000 0.997041 0.000000 -0.076878 0.514881 0.514881 0.514881 +5150.021484 0.000000 573.110657 0.000000 0.995437 0.000000 -0.095426 0.459946 0.459946 0.459946 +5161.963379 0.000000 572.373047 0.000000 0.742109 0.000000 -0.670279 0.482937 0.482937 0.482937 +5136.985352 0.000000 587.019592 0.000000 0.974447 0.000000 -0.224619 0.563839 0.563839 0.563839 +5153.519531 0.000000 572.704712 0.000000 0.717236 0.000000 -0.696830 0.514379 0.514379 0.514379 +5133.306641 0.000000 589.395203 0.000000 0.999228 0.000000 -0.039282 0.496940 0.496940 0.496940 +5139.935547 0.000000 574.602173 0.000000 0.999965 0.000000 -0.008340 0.467482 0.467482 0.467482 +5149.325684 0.000000 569.318726 0.000000 0.927329 0.000000 -0.374247 0.481502 0.481502 0.481502 +5152.293457 0.000000 613.851196 0.000000 0.973568 0.000000 -0.228398 0.489120 0.489120 0.489120 +5177.112305 0.000000 571.434021 0.000000 0.986288 0.000000 -0.165036 0.475835 0.475835 0.475835 +5132.617676 0.000000 581.491089 0.000000 0.987855 0.000000 -0.155377 0.486242 0.486242 0.486242 +5139.350098 0.000000 567.197632 0.000000 0.909775 0.000000 -0.415101 0.502745 0.502745 0.502745 +5170.861328 0.000000 620.361206 0.000000 0.776165 0.000000 -0.630530 0.506868 0.506868 0.506868 +5134.469238 0.000000 583.502319 0.000000 0.898728 0.000000 -0.438505 0.523742 0.523742 0.523742 +5153.699219 0.000000 578.273987 0.000000 0.896976 0.000000 -0.442080 0.500670 0.500670 0.500670 +5181.976074 0.000000 605.529602 0.000000 0.865683 0.000000 -0.500593 0.532258 0.532258 0.532258 +5138.930176 0.000000 588.706421 0.000000 0.746834 0.000000 -0.665011 0.584849 0.584849 0.584849 +5160.675293 0.000000 611.884033 0.000000 0.903784 0.000000 -0.427989 0.535731 0.535731 0.535731 +5138.397949 0.000000 586.978943 0.000000 0.729331 0.000000 -0.684161 0.537788 0.537788 0.537788 +5225.385742 0.000000 597.761902 0.000000 0.771324 0.000000 -0.636443 0.409128 0.409128 0.409128 +5239.531250 0.000000 575.447449 0.000000 0.932640 0.000000 -0.360807 0.405105 0.405105 0.405105 +5203.771973 0.000000 587.469177 0.000000 0.993348 0.000000 -0.115151 0.401562 0.401562 0.401562 +5238.381836 0.000000 594.171387 0.000000 0.991291 0.000000 -0.131692 0.410430 0.410430 0.410430 +5192.908691 0.000000 610.743774 0.000000 0.953823 0.000000 -0.300370 0.404174 0.404174 0.404174 +5232.647949 0.000000 605.319519 0.000000 0.831914 0.000000 -0.554905 0.408107 0.408107 0.408107 +5228.376953 0.000000 611.111450 0.000000 0.884161 0.000000 -0.467182 0.406699 0.406699 0.406699 +5224.974609 0.000000 576.365295 0.000000 0.811447 0.000000 -0.584426 0.408633 0.408633 0.408633 +5213.392090 0.000000 609.517212 0.000000 0.916925 0.000000 -0.399059 0.405677 0.405677 0.405677 +5225.656250 0.000000 604.953491 0.000000 0.895218 0.000000 -0.445628 0.416609 0.416609 0.416609 +5245.611816 0.000000 603.603394 0.000000 0.933635 0.000000 -0.358225 0.405049 0.405049 0.405049 +5196.526855 0.000000 587.889587 0.000000 0.900127 0.000000 -0.435628 0.406302 0.406302 0.406302 +5194.072266 0.000000 621.015747 0.000000 0.999064 0.000000 -0.043246 0.432738 0.432738 0.432738 +5200.939453 0.000000 580.772400 0.000000 0.999373 0.000000 -0.035399 0.436541 0.436541 0.436541 +5209.283691 0.000000 586.461487 0.000000 0.727628 0.000000 -0.685972 0.466661 0.466661 0.466661 +5217.062500 0.000000 616.917664 0.000000 0.999997 0.000000 -0.002563 0.411149 0.411149 0.411149 +5191.408691 0.000000 582.681274 0.000000 0.775241 0.000000 -0.631666 0.455684 0.455684 0.455684 +5194.329590 0.000000 589.548340 0.000000 0.971434 0.000000 -0.237309 0.426645 0.426645 0.426645 +5217.412109 0.000000 579.800842 0.000000 0.806656 0.000000 -0.591022 0.468546 0.468546 0.468546 +5203.443848 0.000000 614.763550 0.000000 0.886411 0.000000 -0.462900 0.422313 0.422313 0.422313 +5229.942871 0.000000 586.784607 0.000000 0.951589 0.000000 -0.307374 0.422436 0.422436 0.422436 +5219.689941 0.000000 616.445374 0.000000 0.781229 0.000000 -0.624245 0.476229 0.476229 0.476229 +5206.077637 0.000000 582.018433 0.000000 0.928773 0.000000 -0.370650 0.458484 0.458484 0.458484 +5203.640625 0.000000 590.155518 0.000000 0.723117 0.000000 -0.690726 0.448728 0.448728 0.448728 +5194.235840 0.000000 608.527954 0.000000 0.998092 0.000000 -0.061738 0.422534 0.422534 0.422534 +5238.158691 0.000000 596.903503 0.000000 0.775311 0.000000 -0.631580 0.477792 0.477792 0.477792 +5202.498535 0.000000 568.661743 0.000000 0.849361 0.000000 -0.527812 0.476719 0.476719 0.476719 +5230.693848 0.000000 596.902405 0.000000 0.757578 0.000000 -0.652744 0.440963 0.440963 0.440963 +5212.928223 0.000000 582.723816 0.000000 0.974939 0.000000 -0.222472 0.458345 0.458345 0.458345 +5208.535645 0.000000 581.198792 0.000000 0.992207 0.000000 -0.124602 0.432761 0.432761 0.432761 +5207.339844 0.000000 597.251221 0.000000 0.938826 0.000000 -0.344392 0.441841 0.441841 0.441841 +5203.362793 0.000000 592.831604 0.000000 0.819099 0.000000 -0.573652 0.427011 0.427011 0.427011 +5247.509766 0.000000 602.062256 0.000000 0.840985 0.000000 -0.541059 0.460578 0.460578 0.460578 +5212.944336 0.000000 600.711121 0.000000 0.972805 0.000000 -0.231625 0.439865 0.439865 0.439865 +5237.005371 0.000000 617.039001 0.000000 0.901970 0.000000 -0.431800 0.432604 0.432604 0.432604 +5238.180664 0.000000 588.693970 0.000000 0.730253 0.000000 -0.683177 0.473540 0.473540 0.473540 +5214.816895 0.000000 579.281555 0.000000 0.745378 0.000000 -0.666642 0.500926 0.500926 0.500926 +5203.253418 0.000000 612.430359 0.000000 0.974360 0.000000 -0.224996 0.437090 0.437090 0.437090 +5236.657715 0.000000 564.879822 0.000000 0.999949 0.000000 -0.010142 0.477983 0.477983 0.477983 +5188.248535 0.000000 586.143616 0.000000 0.747376 0.000000 -0.664401 0.459201 0.459201 0.459201 +5240.096680 0.000000 592.487671 0.000000 0.999507 0.000000 -0.031411 0.494145 0.494145 0.494145 +5215.005371 0.000000 599.748474 0.000000 0.747176 0.000000 -0.664626 0.438456 0.438456 0.438456 +5247.374512 0.000000 604.939270 0.000000 0.929083 0.000000 -0.369872 0.480058 0.480058 0.480058 +5193.322266 0.000000 583.811401 0.000000 0.981590 0.000000 -0.191001 0.480345 0.480345 0.480345 +5226.219238 0.000000 611.058411 0.000000 0.995346 0.000000 -0.096366 0.448105 0.448105 0.448105 +5220.682129 0.000000 588.633118 0.000000 0.917144 0.000000 -0.398556 0.494219 0.494219 0.494219 +5243.815430 0.000000 583.563538 0.000000 0.956197 0.000000 -0.292724 0.466372 0.466372 0.466372 +5236.316895 0.000000 593.969666 0.000000 0.851072 0.000000 -0.525049 0.475287 0.475287 0.475287 +5212.979980 0.000000 580.122925 0.000000 0.997953 0.000000 -0.063950 0.490907 0.490907 0.490907 +5187.099121 0.000000 591.545410 0.000000 0.999376 0.000000 -0.035310 0.439161 0.439161 0.439161 +5224.284180 0.000000 603.310303 0.000000 0.871562 0.000000 -0.490285 0.479974 0.479974 0.479974 +5237.101074 0.000000 610.169250 0.000000 0.879544 0.000000 -0.475818 0.453777 0.453777 0.453777 +5211.739258 0.000000 608.467163 0.000000 0.888429 0.000000 -0.459013 0.561228 0.561228 0.561228 +5184.597656 0.000000 585.311035 0.000000 0.987871 0.000000 -0.155279 0.519390 0.519390 0.519390 +5224.567383 0.000000 599.527039 0.000000 0.996371 0.000000 -0.085118 0.445273 0.445273 0.445273 +5217.680176 0.000000 620.671509 0.000000 0.983522 0.000000 -0.180791 0.450933 0.450933 0.450933 +5237.449707 0.000000 614.735291 0.000000 0.975144 0.000000 -0.221570 0.450339 0.450339 0.450339 +5244.180664 0.000000 598.946289 0.000000 0.980236 0.000000 -0.197830 0.505769 0.505769 0.505769 +5184.371582 0.000000 569.928589 0.000000 0.989580 0.000000 -0.143985 0.463502 0.463502 0.463502 +5197.340332 0.000000 605.070557 0.000000 0.941092 0.000000 -0.338149 0.490161 0.490161 0.490161 +5196.773926 0.000000 599.027771 0.000000 0.933262 0.000000 -0.359198 0.502781 0.502781 0.502781 +5198.389648 0.000000 602.628174 0.000000 0.763894 0.000000 -0.645342 0.482292 0.482292 0.482292 +5188.140625 0.000000 606.411621 0.000000 0.992613 0.000000 -0.121325 0.490815 0.490815 0.490815 +5215.967773 0.000000 583.043457 0.000000 0.997600 0.000000 -0.069244 0.514701 0.514701 0.514701 +5201.267090 0.000000 595.477539 0.000000 0.821188 0.000000 -0.570657 0.521818 0.521818 0.521818 +5185.657715 0.000000 565.347473 0.000000 0.993993 0.000000 -0.109444 0.540751 0.540751 0.540751 +5211.304688 0.000000 609.982422 0.000000 0.873497 0.000000 -0.486830 0.562079 0.562079 0.562079 +5215.069336 0.000000 574.226868 0.000000 0.997257 0.000000 -0.074013 0.527978 0.527978 0.527978 +5138.127930 0.000000 634.604187 0.000000 0.732822 0.000000 -0.680420 0.409678 0.409678 0.409678 +5169.519043 0.000000 627.657776 0.000000 0.935652 0.000000 -0.352925 0.404701 0.404701 0.404701 +5168.541992 0.000000 643.913391 0.000000 0.994219 0.000000 -0.107367 0.401407 0.401407 0.401407 +5175.060547 0.000000 662.927856 0.000000 0.858146 0.000000 -0.513405 0.416387 0.416387 0.416387 +5175.062500 0.000000 672.345581 0.000000 0.929197 0.000000 -0.369585 0.423449 0.423449 0.423449 +5180.832520 0.000000 653.649902 0.000000 0.957729 0.000000 -0.287670 0.407425 0.407425 0.407425 +5178.462402 0.000000 638.398193 0.000000 0.934318 0.000000 -0.356441 0.411145 0.411145 0.411145 +5128.667480 0.000000 626.107361 0.000000 0.923375 0.000000 -0.383900 0.407536 0.407536 0.407536 +5181.032715 0.000000 643.516174 0.000000 0.986230 0.000000 -0.165382 0.434759 0.434759 0.434759 +5153.448730 0.000000 644.624939 0.000000 0.816822 0.000000 -0.576891 0.413395 0.413395 0.413395 +5156.759766 0.000000 642.704346 0.000000 0.774747 0.000000 -0.632272 0.444663 0.444663 0.444663 +5130.564941 0.000000 623.877075 0.000000 0.740302 0.000000 -0.672274 0.433092 0.433092 0.433092 +5129.795410 0.000000 621.352478 0.000000 0.756151 0.000000 -0.654398 0.439618 0.439618 0.439618 +5173.428223 0.000000 639.169373 0.000000 0.861308 0.000000 -0.508082 0.433982 0.433982 0.433982 +5140.805176 0.000000 621.395630 0.000000 0.838836 0.000000 -0.544384 0.430566 0.430566 0.430566 +5182.390625 0.000000 677.088684 0.000000 0.957283 0.000000 -0.289154 0.494457 0.494457 0.494457 +5176.742188 0.000000 651.221985 0.000000 0.858885 0.000000 -0.512168 0.442234 0.442234 0.442234 +5133.612305 0.000000 624.456726 0.000000 0.949383 0.000000 -0.314120 0.441303 0.441303 0.441303 +5169.687988 0.000000 630.280701 0.000000 0.797124 0.000000 -0.603816 0.446813 0.446813 0.446813 +5146.165527 0.000000 629.585876 0.000000 0.795007 0.000000 -0.606600 0.456505 0.456505 0.456505 +5158.792969 0.000000 624.140137 0.000000 0.993920 0.000000 -0.110105 0.435160 0.435160 0.435160 +5175.867676 0.000000 668.559753 0.000000 0.846875 0.000000 -0.531792 0.448078 0.448078 0.448078 +5165.143066 0.000000 621.630432 0.000000 0.897183 0.000000 -0.441659 0.502021 0.502021 0.502021 +5153.049316 0.000000 622.578430 0.000000 0.998582 0.000000 -0.053232 0.436840 0.436840 0.436840 +5165.585449 0.000000 631.761230 0.000000 0.933919 0.000000 -0.357484 0.442075 0.442075 0.442075 +5181.382324 0.000000 651.630432 0.000000 0.788960 0.000000 -0.614445 0.464950 0.464950 0.464950 +5177.007324 0.000000 666.988647 0.000000 0.999852 0.000000 -0.017210 0.457181 0.457181 0.457181 +5167.250488 0.000000 650.309021 0.000000 0.983671 0.000000 -0.179978 0.474808 0.474808 0.474808 +5174.588867 0.000000 674.511292 0.000000 0.893699 0.000000 -0.448667 0.562283 0.562283 0.562283 +5174.238281 0.000000 677.690186 0.000000 0.863039 0.000000 -0.505137 0.517285 0.517285 0.517285 +5245.524414 0.000000 638.397827 0.000000 0.963872 0.000000 -0.266366 0.404443 0.404443 0.404443 +5235.213867 0.000000 667.585327 0.000000 0.778085 0.000000 -0.628159 0.412944 0.412944 0.412944 +5216.618164 0.000000 624.693726 0.000000 0.959384 0.000000 -0.282105 0.426038 0.426038 0.426038 +5235.759277 0.000000 652.692993 0.000000 0.893001 0.000000 -0.450054 0.430219 0.430219 0.430219 +5219.104004 0.000000 629.870239 0.000000 0.736584 0.000000 -0.676346 0.416608 0.416608 0.416608 +5210.987305 0.000000 621.416931 0.000000 0.775943 0.000000 -0.630804 0.425359 0.425359 0.425359 +5232.580566 0.000000 651.768860 0.000000 0.974977 0.000000 -0.222304 0.429062 0.429062 0.429062 +5196.457520 0.000000 673.104065 0.000000 0.970256 0.000000 -0.242080 0.403394 0.403394 0.403394 +5203.991699 0.000000 654.555603 0.000000 0.910186 0.000000 -0.414199 0.409352 0.409352 0.409352 +5222.581055 0.000000 656.452576 0.000000 0.767317 0.000000 -0.641268 0.462810 0.462810 0.462810 +5187.820801 0.000000 635.133484 0.000000 0.865231 0.000000 -0.501373 0.444750 0.444750 0.444750 +5240.473633 0.000000 629.458862 0.000000 0.999851 0.000000 -0.017290 0.428384 0.428384 0.428384 +5196.375000 0.000000 675.995972 0.000000 0.916741 0.000000 -0.399483 0.472573 0.472573 0.472573 +5217.412109 0.000000 636.285217 0.000000 0.736737 0.000000 -0.676180 0.453935 0.453935 0.453935 +5194.235840 0.000000 665.012329 0.000000 0.999998 0.000000 -0.001752 0.445129 0.445129 0.445129 +5202.128418 0.000000 642.089722 0.000000 0.989779 0.000000 -0.142607 0.419840 0.419840 0.419840 +5207.339844 0.000000 653.735596 0.000000 0.824737 0.000000 -0.565517 0.435067 0.435067 0.435067 +5246.582031 0.000000 636.195190 0.000000 0.980278 0.000000 -0.197624 0.437954 0.437954 0.437954 +5197.872070 0.000000 649.730591 0.000000 0.938029 0.000000 -0.346557 0.439191 0.439191 0.439191 +5185.118652 0.000000 666.058228 0.000000 0.884925 0.000000 -0.465733 0.445426 0.445426 0.445426 +5217.641602 0.000000 639.406738 0.000000 0.964695 0.000000 -0.263371 0.463124 0.463124 0.463124 +5244.008301 0.000000 663.605286 0.000000 0.854659 0.000000 -0.519190 0.439642 0.439642 0.439642 +5216.330078 0.000000 675.625549 0.000000 0.755459 0.000000 -0.655195 0.482545 0.482545 0.482545 +5220.952637 0.000000 661.805054 0.000000 0.774381 0.000000 -0.632719 0.430899 0.430899 0.430899 +5188.756836 0.000000 640.121338 0.000000 0.979273 0.000000 -0.202543 0.464620 0.464620 0.464620 +5186.026855 0.000000 669.954346 0.000000 0.825381 0.000000 -0.564576 0.467948 0.467948 0.467948 +5189.729492 0.000000 663.356995 0.000000 0.918887 0.000000 -0.394522 0.446795 0.446795 0.446795 +5230.880859 0.000000 671.863708 0.000000 0.870113 0.000000 -0.492852 0.545770 0.545770 0.545770 +5222.962402 0.000000 665.508057 0.000000 0.957016 0.000000 -0.290034 0.440880 0.440880 0.440880 +5229.465820 0.000000 665.624084 0.000000 0.828133 0.000000 -0.560531 0.590786 0.590786 0.590786 +5229.814941 0.000000 657.874207 0.000000 0.910370 0.000000 -0.413795 0.487785 0.487785 0.487785 +5234.394043 0.000000 673.449890 0.000000 0.981399 0.000000 -0.191979 0.604269 0.604269 0.604269 +5224.688965 0.000000 645.728638 0.000000 0.838892 0.000000 -0.544298 0.446962 0.446962 0.446962 +5187.099121 0.000000 648.029785 0.000000 0.971671 0.000000 -0.236336 0.473275 0.473275 0.473275 +5205.422363 0.000000 645.682983 0.000000 0.869094 0.000000 -0.494647 0.470516 0.470516 0.470516 +5217.987305 0.000000 658.941772 0.000000 0.766551 0.000000 -0.642183 0.491918 0.491918 0.491918 +5226.440430 0.000000 637.537109 0.000000 0.971430 0.000000 -0.237324 0.455957 0.455957 0.455957 +5237.449707 0.000000 671.219666 0.000000 0.916787 0.000000 -0.399378 0.457694 0.457694 0.457694 +5234.395020 0.000000 651.344727 0.000000 0.778141 0.000000 -0.628090 0.461124 0.461124 0.461124 +5209.304688 0.000000 622.321838 0.000000 0.996253 0.000000 -0.086490 0.492707 0.492707 0.492707 +5184.517090 0.000000 671.105164 0.000000 0.901775 0.000000 -0.432205 0.512681 0.512681 0.512681 +5221.379395 0.000000 658.214783 0.000000 0.997638 0.000000 -0.068690 0.516003 0.516003 0.516003 +5229.839355 0.000000 648.013916 0.000000 0.714258 0.000000 -0.699882 0.485124 0.485124 0.485124 +5200.425781 0.000000 672.031189 0.000000 0.999449 0.000000 -0.033194 0.519098 0.519098 0.519098 +5198.057129 0.000000 673.164001 0.000000 0.971121 0.000000 -0.238588 0.514724 0.514724 0.514724 +5187.162109 0.000000 673.379822 0.000000 0.999771 0.000000 -0.021408 0.503097 0.503097 0.503097 +5213.055664 0.000000 627.341919 0.000000 0.934797 0.000000 -0.355183 0.513496 0.513496 0.513496 +5229.387695 0.000000 654.116211 0.000000 0.789119 0.000000 -0.614240 0.550873 0.550873 0.550873 +5224.728027 0.000000 664.141785 0.000000 0.983544 0.000000 -0.180670 0.606694 0.606694 0.606694 +5218.377441 0.000000 665.055359 0.000000 0.811777 0.000000 -0.583968 0.552683 0.552683 0.552683 +5204.561035 0.000000 672.093506 0.000000 0.998048 0.000000 -0.062445 0.602387 0.602387 0.602387 +5233.743164 0.000000 660.973938 0.000000 0.975360 0.000000 -0.220621 0.589145 0.589145 0.589145 +5227.276855 0.000000 666.814697 0.000000 0.886493 0.000000 -0.462741 0.616214 0.616214 0.616214 +5228.416992 0.000000 666.331665 0.000000 0.727313 0.000000 -0.686306 0.582854 0.582854 0.582854 +5224.053711 0.000000 673.682373 0.000000 0.960996 0.000000 -0.276564 0.607076 0.607076 0.607076 +5252.458496 0.000000 619.309692 0.000000 0.841125 0.000000 -0.540841 0.407304 0.407304 0.407304 +5248.254883 0.000000 611.984619 0.000000 0.999267 0.000000 -0.038293 0.400499 0.400499 0.400499 +5249.884766 0.000000 615.896301 0.000000 0.739600 0.000000 -0.673046 0.409954 0.409954 0.409954 +5275.595215 0.000000 615.367493 0.000000 0.875090 0.000000 -0.483959 0.437617 0.437617 0.437617 +5301.860840 0.000000 612.910217 0.000000 0.799247 0.000000 -0.601003 0.411084 0.411084 0.411084 +5256.667480 0.000000 569.622986 0.000000 0.719559 0.000000 -0.694431 0.411441 0.411441 0.411441 +5257.084961 0.000000 575.661621 0.000000 0.984565 0.000000 -0.175022 0.440222 0.440222 0.440222 +5248.090332 0.000000 568.139343 0.000000 0.996151 0.000000 -0.087649 0.430837 0.430837 0.430837 +5250.822754 0.000000 598.811890 0.000000 0.971609 0.000000 -0.236593 0.451944 0.451944 0.451944 +5260.375000 0.000000 619.511597 0.000000 0.723666 0.000000 -0.690150 0.421026 0.421026 0.421026 +5267.443848 0.000000 614.763550 0.000000 0.999747 0.000000 -0.022513 0.452040 0.452040 0.452040 +5256.173828 0.000000 587.110046 0.000000 0.994760 0.000000 -0.102239 0.445572 0.445572 0.445572 +5255.143066 0.000000 592.228210 0.000000 0.839587 0.000000 -0.543226 0.449676 0.449676 0.449676 +5303.867676 0.000000 612.075378 0.000000 0.897220 0.000000 -0.441583 0.444969 0.444969 0.444969 +5273.618652 0.000000 616.520996 0.000000 0.848277 0.000000 -0.529553 0.537206 0.537206 0.537206 +5266.979980 0.000000 604.857544 0.000000 0.810308 0.000000 -0.586004 0.446442 0.446442 0.446442 +5268.141113 0.000000 618.775513 0.000000 0.999998 0.000000 -0.001995 0.473896 0.473896 0.473896 +5263.590332 0.000000 616.940247 0.000000 0.760634 0.000000 -0.649181 0.482390 0.482390 0.482390 +5265.033691 0.000000 604.804626 0.000000 0.841611 0.000000 -0.540084 0.489347 0.489347 0.489347 +5274.529785 0.000000 620.250610 0.000000 0.808350 0.000000 -0.588702 0.534796 0.534796 0.534796 +5303.893555 0.000000 608.348511 0.000000 0.968840 0.000000 -0.247688 0.462822 0.462822 0.462822 +5272.891602 0.000000 611.198853 0.000000 0.829999 0.000000 -0.557765 0.560167 0.560167 0.560167 +5272.204102 0.000000 609.371277 0.000000 0.999600 0.000000 -0.028281 0.469178 0.469178 0.469178 +5264.024902 0.000000 606.262329 0.000000 0.741317 0.000000 -0.671155 0.494089 0.494089 0.494089 +5255.386719 0.000000 610.059326 0.000000 0.965887 0.000000 -0.258965 0.532630 0.532630 0.532630 +5314.552734 0.000000 620.919983 0.000000 0.713809 0.000000 -0.700341 0.497701 0.497701 0.497701 +5368.630371 0.000000 618.298767 0.000000 0.759569 0.000000 -0.650427 0.496304 0.496304 0.496304 +5309.512207 0.000000 621.354309 0.000000 0.824121 0.000000 -0.566413 0.407967 0.407967 0.407967 +5279.826172 0.000000 629.450500 0.000000 0.975024 0.000000 -0.222098 0.403008 0.403008 0.403008 +5271.491699 0.000000 621.959656 0.000000 0.996184 0.000000 -0.087282 0.401169 0.401169 0.401169 +5293.943359 0.000000 623.683044 0.000000 0.722162 0.000000 -0.691724 0.410260 0.410260 0.410260 +5273.505859 0.000000 675.099854 0.000000 0.951987 0.000000 -0.306140 0.404241 0.404241 0.404241 +5273.237793 0.000000 627.487000 0.000000 0.925032 0.000000 -0.379889 0.405409 0.405409 0.405409 +5306.385254 0.000000 623.920166 0.000000 0.936152 0.000000 -0.351595 0.411070 0.411070 0.411070 +5275.595215 0.000000 671.851868 0.000000 0.967153 0.000000 -0.254195 0.403580 0.403580 0.403580 +5300.463867 0.000000 636.409973 0.000000 0.795416 0.000000 -0.606064 0.412544 0.412544 0.412544 +5271.191895 0.000000 667.218750 0.000000 0.901167 0.000000 -0.433472 0.409655 0.409655 0.409655 +5248.090332 0.000000 624.623718 0.000000 0.986567 0.000000 -0.163359 0.470498 0.470498 0.470498 +5308.013184 0.000000 636.192871 0.000000 0.896246 0.000000 -0.443557 0.426044 0.426044 0.426044 +5281.491699 0.000000 627.223389 0.000000 0.938617 0.000000 -0.344960 0.424388 0.424388 0.424388 +5291.690430 0.000000 624.892090 0.000000 0.946483 0.000000 -0.322752 0.487132 0.487132 0.487132 +5301.633789 0.000000 658.385376 0.000000 0.859561 0.000000 -0.511033 0.487286 0.487286 0.487286 +5250.575684 0.000000 662.455200 0.000000 0.981661 0.000000 -0.190633 0.485655 0.485655 0.485655 +5268.805176 0.000000 621.395630 0.000000 0.818784 0.000000 -0.574101 0.483292 0.483292 0.483292 +5310.582031 0.000000 636.195190 0.000000 0.733174 0.000000 -0.680041 0.474850 0.474850 0.474850 +5272.077637 0.000000 630.724609 0.000000 0.869626 0.000000 -0.493712 0.430998 0.430998 0.430998 +5302.385254 0.000000 625.237183 0.000000 0.799494 0.000000 -0.600675 0.618819 0.618819 0.618819 +5275.203125 0.000000 660.645813 0.000000 0.721978 0.000000 -0.691916 0.482119 0.482119 0.482119 +5248.712402 0.000000 639.549133 0.000000 0.852492 0.000000 -0.522740 0.464292 0.464292 0.464292 +5280.607910 0.000000 660.418762 0.000000 0.897158 0.000000 -0.441710 0.532011 0.532011 0.532011 +5284.682129 0.000000 645.117493 0.000000 0.723589 0.000000 -0.690232 0.519773 0.519773 0.519773 +5304.246582 0.000000 624.184998 0.000000 0.947027 0.000000 -0.321155 0.528845 0.528845 0.528845 +5295.448242 0.000000 645.835693 0.000000 0.821188 0.000000 -0.570657 0.503873 0.503873 0.503873 +5273.618652 0.000000 673.005371 0.000000 0.897023 0.000000 -0.441983 0.472111 0.472111 0.472111 +5295.882812 0.000000 626.351807 0.000000 0.712545 0.000000 -0.701627 0.493547 0.493547 0.493547 +5301.101074 0.000000 666.653625 0.000000 0.998792 0.000000 -0.049148 0.485339 0.485339 0.485339 +5309.282227 0.000000 665.283325 0.000000 0.917037 0.000000 -0.398802 0.450926 0.450926 0.450926 +5248.597656 0.000000 641.795410 0.000000 0.791042 0.000000 -0.611762 0.462131 0.462131 0.462131 +5278.725586 0.000000 624.920715 0.000000 0.823174 0.000000 -0.567789 0.457038 0.457038 0.457038 +5295.350098 0.000000 676.071167 0.000000 0.973686 0.000000 -0.227893 0.527828 0.527828 0.527828 +5311.825195 0.000000 634.580750 0.000000 0.897851 0.000000 -0.440299 0.487023 0.487023 0.487023 +5272.332520 0.000000 656.532532 0.000000 0.958312 0.000000 -0.285724 0.548109 0.548109 0.548109 +5298.999023 0.000000 628.670959 0.000000 0.731165 0.000000 -0.682201 0.476296 0.476296 0.476296 +5275.877441 0.000000 632.819031 0.000000 0.957668 0.000000 -0.287875 0.497112 0.497112 0.497112 +5305.864746 0.000000 649.919312 0.000000 0.944865 0.000000 -0.327460 0.500698 0.500698 0.500698 +5273.336426 0.000000 659.326416 0.000000 0.892606 0.000000 -0.450837 0.488623 0.488623 0.488623 +5278.924805 0.000000 660.632935 0.000000 0.808739 0.000000 -0.588167 0.526466 0.526466 0.526466 +5300.122559 0.000000 658.993286 0.000000 0.991690 0.000000 -0.128652 0.479072 0.479072 0.479072 +5271.599609 0.000000 675.883301 0.000000 0.931175 0.000000 -0.364573 0.519137 0.519137 0.519137 +5294.203125 0.000000 644.849487 0.000000 0.950644 0.000000 -0.310282 0.497615 0.497615 0.497615 +5305.144531 0.000000 622.943420 0.000000 0.909701 0.000000 -0.415264 0.510901 0.510901 0.510901 +5280.284180 0.000000 663.516846 0.000000 0.910391 0.000000 -0.413748 0.524458 0.524458 0.524458 +5268.179199 0.000000 622.605286 0.000000 0.998726 0.000000 -0.050463 0.526080 0.526080 0.526080 +5269.353516 0.000000 657.217896 0.000000 0.992013 0.000000 -0.126132 0.567668 0.567668 0.567668 +5287.339844 0.000000 622.910645 0.000000 0.978900 0.000000 -0.204342 0.563259 0.563259 0.563259 +5292.134277 0.000000 656.309448 0.000000 0.994563 0.000000 -0.104140 0.545896 0.545896 0.545896 +5360.580566 0.000000 651.768860 0.000000 0.971963 0.000000 -0.235132 0.430604 0.430604 0.430604 +5315.820801 0.000000 635.133484 0.000000 0.858396 0.000000 -0.512987 0.415020 0.415020 0.415020 +5337.706543 0.000000 634.967468 0.000000 0.997646 0.000000 -0.068581 0.437098 0.437098 0.437098 +5318.395508 0.000000 651.383789 0.000000 0.779957 0.000000 -0.625833 0.445903 0.445903 0.445903 +5319.408691 0.000000 639.165649 0.000000 0.790538 0.000000 -0.612413 0.418143 0.418143 0.418143 +5369.460938 0.000000 621.431396 0.000000 0.999428 0.000000 -0.033815 0.471908 0.471908 0.471908 +5320.173828 0.000000 643.594421 0.000000 0.999822 0.000000 -0.018891 0.471614 0.471614 0.471614 +5319.143066 0.000000 648.712585 0.000000 0.856336 0.000000 -0.516419 0.491521 0.491521 0.491521 +5314.627930 0.000000 650.035339 0.000000 0.781388 0.000000 -0.624046 0.531694 0.531694 0.531694 +5366.255859 0.000000 630.088196 0.000000 0.753462 0.000000 -0.657492 0.472893 0.472893 0.472893 +5314.069824 0.000000 646.149780 0.000000 0.991308 0.000000 -0.131564 0.463266 0.463266 0.463266 +5368.246582 0.000000 624.184998 0.000000 0.920146 0.000000 -0.391577 0.438644 0.438644 0.438644 +5331.236816 0.000000 632.651184 0.000000 0.998794 0.000000 -0.049091 0.440708 0.440708 0.440708 +5362.709961 0.000000 635.417969 0.000000 0.904133 0.000000 -0.427251 0.477227 0.477227 0.477227 +5363.318359 0.000000 654.969604 0.000000 0.736454 0.000000 -0.676487 0.490059 0.490059 0.490059 +5362.516602 0.000000 637.359558 0.000000 0.864715 0.000000 -0.502263 0.510354 0.510354 0.510354 +5359.250488 0.000000 650.309021 0.000000 0.924262 0.000000 -0.381759 0.470853 0.470853 0.470853 +5361.909180 0.000000 653.169434 0.000000 0.921619 0.000000 -0.388096 0.487213 0.487213 0.487213 +5365.097168 0.000000 623.113464 0.000000 0.898301 0.000000 -0.439380 0.461197 0.461197 0.461197 +5317.832520 0.000000 653.193787 0.000000 0.794153 0.000000 -0.607718 0.529813 0.529813 0.529813 +5319.620605 0.000000 627.557373 0.000000 0.901961 0.000000 -0.431818 0.470539 0.470539 0.470539 +5319.699707 0.000000 637.182983 0.000000 0.999382 0.000000 -0.035159 0.490292 0.490292 0.490292 +5320.954590 0.000000 645.046143 0.000000 0.842192 0.000000 -0.539177 0.487952 0.487952 0.487952 +5355.954590 0.000000 645.034180 0.000000 0.936970 0.000000 -0.349409 0.514706 0.514706 0.514706 +5318.813965 0.000000 643.092163 0.000000 0.999999 0.000000 -0.001030 0.540550 0.540550 0.540550 +5319.363281 0.000000 644.778503 0.000000 0.909996 0.000000 -0.414616 0.548989 0.548989 0.548989 +5180.271484 0.000000 686.325806 0.000000 0.933143 0.000000 -0.359505 0.558284 0.558284 0.558284 +5173.177734 0.000000 688.332947 0.000000 0.961065 0.000000 -0.276322 0.601677 0.601677 0.601677 +5171.291016 0.000000 688.236572 0.000000 0.931282 0.000000 -0.364300 0.600538 0.600538 0.600538 +5177.112305 0.000000 684.402771 0.000000 0.999880 0.000000 -0.015500 0.531764 0.531764 0.531764 +5175.353516 0.000000 684.956299 0.000000 0.822321 0.000000 -0.569025 0.573020 0.573020 0.573020 +5175.696777 0.000000 687.098328 0.000000 0.958269 0.000000 -0.285869 0.610596 0.610596 0.610596 +5214.953613 0.000000 734.065002 0.000000 0.998812 0.000000 -0.048731 0.400679 0.400679 0.400679 +5242.028320 0.000000 690.911072 0.000000 0.998925 0.000000 -0.046360 0.426229 0.426229 0.426229 +5204.832520 0.000000 690.392151 0.000000 0.891246 0.000000 -0.453520 0.415385 0.415385 0.415385 +5199.671387 0.000000 679.341614 0.000000 0.831851 0.000000 -0.554999 0.418472 0.418472 0.418472 +5246.582031 0.000000 692.679565 0.000000 0.999706 0.000000 -0.024256 0.450762 0.450762 0.450762 +5211.678223 0.000000 682.826660 0.000000 0.898625 0.000000 -0.438718 0.472042 0.472042 0.472042 +5220.682129 0.000000 701.601868 0.000000 0.968171 0.000000 -0.250291 0.488254 0.488254 0.488254 +5209.598145 0.000000 701.444092 0.000000 0.979811 0.000000 -0.199928 0.460582 0.460582 0.460582 +5205.843750 0.000000 728.097229 0.000000 0.949810 0.000000 -0.312826 0.474825 0.474825 0.474825 +5201.033691 0.000000 717.773376 0.000000 0.848247 0.000000 -0.529600 0.457600 0.457600 0.457600 +5205.008301 0.000000 706.917542 0.000000 0.988135 0.000000 -0.153588 0.471631 0.471631 0.471631 +5219.619629 0.000000 719.719360 0.000000 0.928123 0.000000 -0.372273 0.472008 0.472008 0.472008 +5218.937012 0.000000 679.597229 0.000000 0.717208 0.000000 -0.696859 0.573390 0.573390 0.573390 +5228.442383 0.000000 684.325256 0.000000 0.815123 0.000000 -0.579288 0.621611 0.621611 0.621611 +5218.375977 0.000000 694.255249 0.000000 0.786730 0.000000 -0.617297 0.562124 0.562124 0.562124 +5234.132324 0.000000 697.233643 0.000000 0.817709 0.000000 -0.575632 0.582978 0.582978 0.582978 +5220.813477 0.000000 694.966736 0.000000 0.803413 0.000000 -0.595422 0.532223 0.532223 0.532223 +5184.016113 0.000000 686.465027 0.000000 0.949261 0.000000 -0.314489 0.602943 0.602943 0.602943 +5218.581543 0.000000 696.992188 0.000000 0.996750 0.000000 -0.080561 0.602809 0.602809 0.602809 +5223.243164 0.000000 728.712769 0.000000 0.919237 0.000000 -0.393704 0.579708 0.579708 0.579708 +5238.252441 0.000000 680.367126 0.000000 0.985554 0.000000 -0.169359 0.606233 0.606233 0.606233 +5247.365723 0.000000 687.777893 0.000000 0.990835 0.000000 -0.135079 0.569251 0.569251 0.569251 +5240.732422 0.000000 726.369568 0.000000 0.791126 0.000000 -0.611653 0.621787 0.621787 0.621787 +5233.044434 0.000000 726.892822 0.000000 0.939980 0.000000 -0.341230 0.553698 0.553698 0.553698 +5232.056641 0.000000 729.019348 0.000000 0.761901 0.000000 -0.647694 0.625223 0.625223 0.625223 +5198.623047 0.000000 682.523804 0.000000 0.979478 0.000000 -0.201549 0.606657 0.606657 0.606657 +5201.977051 0.000000 707.281738 0.000000 0.935286 0.000000 -0.353893 0.611975 0.611975 0.611975 +5207.398438 0.000000 733.612732 0.000000 0.863719 0.000000 -0.503974 0.604008 0.604008 0.604008 +5238.395020 0.000000 687.875732 0.000000 0.802522 0.000000 -0.596623 0.624419 0.624419 0.624419 +5239.719727 0.000000 681.842346 0.000000 0.970785 0.000000 -0.239951 0.608875 0.608875 0.608875 +5188.727051 0.000000 685.063354 0.000000 0.817426 0.000000 -0.576033 0.622575 0.622575 0.622575 +5203.222656 0.000000 719.645569 0.000000 0.944321 0.000000 -0.329026 0.612003 0.612003 0.612003 +5230.873535 0.000000 726.913879 0.000000 0.995494 0.000000 -0.094824 0.603251 0.603251 0.603251 +5259.442871 0.000000 695.621094 0.000000 0.879155 0.000000 -0.476535 0.468765 0.468765 0.468765 +5293.585449 0.000000 688.245605 0.000000 0.954329 0.000000 -0.298756 0.479904 0.479904 0.479904 +5288.199219 0.000000 708.658447 0.000000 0.992898 0.000000 -0.118971 0.478875 0.478875 0.478875 +5291.960938 0.000000 699.914734 0.000000 0.955952 0.000000 -0.293524 0.463707 0.463707 0.463707 +5295.105469 0.000000 681.373840 0.000000 0.983799 0.000000 -0.179274 0.523957 0.523957 0.523957 "} object={ name="pine_dense_generator_2_4" @@ -815,7 +2633,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_005_mesh" - count=240 + count=839 transform="112.205399 0.000000 3276.068115 0.000000 0.498914 0.000000 -0.866651 0.413454 0.413454 0.413454 119.060730 0.000000 3261.208984 0.000000 0.165274 0.000000 -0.986248 0.447873 0.447873 0.447873 115.759064 0.000000 3250.974121 0.000000 0.325400 0.000000 -0.945576 0.436643 0.436643 0.436643 @@ -1056,4 +2874,603 @@ object={ 34.937199 0.000000 3503.815918 0.000000 0.667520 0.000000 -0.744592 0.558262 0.558262 0.558262 15.105003 0.000000 3504.933838 0.000000 0.130341 0.000000 -0.991469 0.539498 0.539498 0.539498 4.601642 0.000000 3503.354736 0.000000 0.606609 0.000000 -0.795000 0.630423 0.630423 0.630423 +5030.230957 0.000000 433.919678 0.000000 0.605911 0.000000 -0.795532 0.411758 0.411758 0.411758 +5025.947754 0.000000 444.864136 0.000000 0.059283 0.000000 -0.998241 0.420754 0.420754 0.420754 +5034.219238 0.000000 441.605286 0.000000 0.313478 0.000000 -0.949596 0.452618 0.452618 0.452618 +5042.394043 0.000000 447.512390 0.000000 0.518732 0.000000 -0.854937 0.454549 0.454549 0.454549 +5034.638672 0.000000 445.823242 0.000000 0.403205 0.000000 -0.915110 0.481088 0.481088 0.481088 +5032.389160 0.000000 449.020966 0.000000 0.415685 0.000000 -0.909509 0.469376 0.469376 0.469376 +5030.819824 0.000000 447.642365 0.000000 0.217985 0.000000 -0.975952 0.461490 0.461490 0.461490 +5066.072266 0.000000 451.562653 0.000000 0.475998 0.000000 -0.879446 0.419989 0.419989 0.419989 +5029.432617 0.000000 462.902039 0.000000 0.293804 0.000000 -0.955866 0.416521 0.416521 0.416521 +5017.505859 0.000000 505.646698 0.000000 0.036409 0.000000 -0.999337 0.420992 0.420992 0.420992 +5043.213867 0.000000 498.132202 0.000000 0.096351 0.000000 -0.995347 0.419949 0.419949 0.419949 +5053.507812 0.000000 501.651794 0.000000 0.007001 0.000000 -0.999976 0.421394 0.421394 0.421394 +5039.917480 0.000000 488.657043 0.000000 0.354589 0.000000 -0.935022 0.421906 0.421906 0.421906 +5045.860840 0.000000 499.941467 0.000000 0.621314 0.000000 -0.783562 0.412498 0.412498 0.412498 +5048.473633 0.000000 460.005737 0.000000 0.275214 0.000000 -0.961383 0.428838 0.428838 0.428838 +5046.158691 0.000000 483.934753 0.000000 0.031523 0.000000 -0.999503 0.460279 0.460279 0.460279 +5055.509766 0.000000 489.093536 0.000000 0.047434 0.000000 -0.998874 0.458548 0.458548 0.458548 +5044.706543 0.000000 508.190338 0.000000 0.255081 0.000000 -0.966920 0.446409 0.446409 0.446409 +5024.330078 0.000000 506.172455 0.000000 0.144546 0.000000 -0.989498 0.484671 0.484671 0.484671 +5055.163574 0.000000 484.549561 0.000000 0.632501 0.000000 -0.774559 0.446600 0.446600 0.446600 +5055.374512 0.000000 491.970490 0.000000 0.497671 0.000000 -0.867366 0.449295 0.449295 0.449295 +5049.190430 0.000000 493.981812 0.000000 0.572127 0.000000 -0.820165 0.466161 0.466161 0.466161 +5032.647949 0.000000 453.201660 0.000000 0.089240 0.000000 -0.996010 0.460778 0.460778 0.460778 +5028.342285 0.000000 507.543640 0.000000 0.496932 0.000000 -0.867789 0.454976 0.454976 0.454976 +5022.288086 0.000000 506.337433 0.000000 0.644771 0.000000 -0.764376 0.470134 0.470134 0.470134 +5045.097168 0.000000 453.660309 0.000000 0.680425 0.000000 -0.732818 0.477652 0.477652 0.477652 +5040.748535 0.000000 453.287292 0.000000 0.425524 0.000000 -0.904947 0.479197 0.479197 0.479197 +5082.122559 0.000000 462.683380 0.000000 0.584203 0.000000 -0.811607 0.412529 0.412529 0.412529 +5081.621582 0.000000 499.749878 0.000000 0.511824 0.000000 -0.859090 0.413881 0.413881 0.413881 +5070.220703 0.000000 468.955902 0.000000 0.296206 0.000000 -0.955124 0.416869 0.416869 0.416869 +5078.937012 0.000000 466.302368 0.000000 0.575155 0.000000 -0.818045 0.413059 0.413059 0.413059 +5096.015625 0.000000 459.503601 0.000000 0.522777 0.000000 -0.852470 0.413658 0.413658 0.413658 +5061.119141 0.000000 468.309204 0.000000 0.507541 0.000000 -0.861627 0.413896 0.413896 0.413896 +5087.334473 0.000000 492.860413 0.000000 0.176046 0.000000 -0.984382 0.431783 0.431783 0.431783 +5118.270020 0.000000 456.306396 0.000000 0.383818 0.000000 -0.923409 0.416160 0.416160 0.416160 +5056.514160 0.000000 467.955841 0.000000 0.626902 0.000000 -0.779099 0.412354 0.412354 0.412354 +5092.620605 0.000000 498.583496 0.000000 0.371749 0.000000 -0.928333 0.416101 0.416101 0.416101 +5085.020508 0.000000 464.705383 0.000000 0.496712 0.000000 -0.867915 0.414589 0.414589 0.414589 +5117.611816 0.000000 490.634674 0.000000 0.084113 0.000000 -0.996456 0.425897 0.425897 0.425897 +5067.406250 0.000000 484.945801 0.000000 0.579117 0.000000 -0.815244 0.425247 0.425247 0.425247 +5091.666992 0.000000 488.361237 0.000000 0.118788 0.000000 -0.992920 0.455905 0.455905 0.455905 +5059.510742 0.000000 498.802979 0.000000 0.421013 0.000000 -0.907054 0.433642 0.433642 0.433642 +5100.194824 0.000000 463.952393 0.000000 0.658368 0.000000 -0.752696 0.429316 0.429316 0.429316 +5084.947754 0.000000 481.946838 0.000000 0.382980 0.000000 -0.923757 0.484375 0.484375 0.484375 +5100.352051 0.000000 469.136108 0.000000 0.425992 0.000000 -0.904727 0.476325 0.476325 0.476325 +5081.283691 0.000000 473.492737 0.000000 0.499811 0.000000 -0.866134 0.445008 0.445008 0.445008 +5100.127930 0.000000 479.316315 0.000000 0.268421 0.000000 -0.963302 0.473621 0.473621 0.473621 +5068.375000 0.000000 506.542847 0.000000 0.371894 0.000000 -0.928275 0.433031 0.433031 0.433031 +5070.650879 0.000000 502.215820 0.000000 0.399203 0.000000 -0.916862 0.458251 0.458251 0.458251 +5059.913086 0.000000 462.811523 0.000000 0.209115 0.000000 -0.977891 0.450055 0.450055 0.450055 +5112.346680 0.000000 474.075897 0.000000 0.378251 0.000000 -0.925703 0.487350 0.487350 0.487350 +5097.128906 0.000000 472.740662 0.000000 0.049319 0.000000 -0.998783 0.493831 0.493831 0.493831 +5060.384766 0.000000 502.647644 0.000000 0.468982 0.000000 -0.883208 0.432826 0.432826 0.432826 +5079.339844 0.000000 484.282501 0.000000 0.593955 0.000000 -0.804499 0.476956 0.476956 0.476956 +5119.509766 0.000000 489.093536 0.000000 0.608788 0.000000 -0.793333 0.431691 0.431691 0.431691 +5057.118652 0.000000 496.605103 0.000000 0.578406 0.000000 -0.815749 0.436479 0.436479 0.436479 +5082.245605 0.000000 470.386871 0.000000 0.153509 0.000000 -0.988147 0.443710 0.443710 0.443710 +5092.550293 0.000000 482.669006 0.000000 0.495692 0.000000 -0.868498 0.484847 0.484847 0.484847 +5083.203125 0.000000 491.192688 0.000000 0.671572 0.000000 -0.740940 0.438787 0.438787 0.438787 +5119.273438 0.000000 463.266052 0.000000 0.565202 0.000000 -0.824952 0.439542 0.439542 0.439542 +5075.576660 0.000000 487.326599 0.000000 0.352152 0.000000 -0.935943 0.467728 0.467728 0.467728 +5087.888672 0.000000 473.419250 0.000000 0.389958 0.000000 -0.920833 0.459852 0.459852 0.459852 +5092.916016 0.000000 479.937408 0.000000 0.697184 0.000000 -0.716892 0.480007 0.480007 0.480007 +5088.801270 0.000000 480.190216 0.000000 0.283514 0.000000 -0.958968 0.487822 0.487822 0.487822 +5103.448242 0.000000 476.382568 0.000000 0.091173 0.000000 -0.995835 0.493027 0.493027 0.493027 +5101.814941 0.000000 488.421082 0.000000 0.217136 0.000000 -0.976141 0.484755 0.484755 0.484755 +5103.436035 0.000000 486.596344 0.000000 0.340791 0.000000 -0.940139 0.486674 0.486674 0.486674 +5115.815430 0.000000 470.594788 0.000000 0.681301 0.000000 -0.732003 0.483226 0.483226 0.483226 +5108.316895 0.000000 481.000916 0.000000 0.337648 0.000000 -0.941272 0.465123 0.465123 0.465123 +5085.739258 0.000000 473.338074 0.000000 0.508115 0.000000 -0.861289 0.453342 0.453342 0.453342 +5104.914551 0.000000 469.058624 0.000000 0.608070 0.000000 -0.793883 0.519018 0.519018 0.519018 +5106.709961 0.000000 465.964844 0.000000 0.272665 0.000000 -0.962109 0.514234 0.514234 0.514234 +5073.033691 0.000000 491.835876 0.000000 0.487483 0.000000 -0.873132 0.470786 0.470786 0.470786 +5110.302246 0.000000 466.162476 0.000000 0.366896 0.000000 -0.930262 0.544074 0.544074 0.544074 +5086.945801 0.000000 480.338928 0.000000 0.436180 0.000000 -0.899860 0.483271 0.483271 0.483271 +5112.654297 0.000000 469.087921 0.000000 0.670547 0.000000 -0.741867 0.517216 0.517216 0.517216 +5115.262207 0.000000 474.011017 0.000000 0.316095 0.000000 -0.948728 0.488619 0.488619 0.488619 +5116.312988 0.000000 475.629852 0.000000 0.108596 0.000000 -0.994086 0.488282 0.488282 0.488282 +5109.929688 0.000000 467.945709 0.000000 0.291583 0.000000 -0.956546 0.540109 0.540109 0.540109 +5103.029785 0.000000 466.118500 0.000000 0.142278 0.000000 -0.989827 0.518522 0.518522 0.518522 +5023.334473 0.000000 549.344788 0.000000 0.321361 0.000000 -0.946957 0.423840 0.423840 0.423840 +5027.666992 0.000000 544.845581 0.000000 0.141198 0.000000 -0.989981 0.454078 0.454078 0.454078 +5022.608887 0.000000 513.899048 0.000000 0.332688 0.000000 -0.943037 0.481063 0.481063 0.481063 +5025.491699 0.000000 514.254639 0.000000 0.174507 0.000000 -0.984656 0.468063 0.468063 0.468063 +5051.739258 0.000000 512.866028 0.000000 0.309563 0.000000 -0.950879 0.481517 0.481517 0.481517 +5046.385254 0.000000 512.268433 0.000000 0.030763 0.000000 -0.999527 0.485319 0.485319 0.485319 +5049.190430 0.000000 550.466187 0.000000 0.675037 0.000000 -0.737784 0.473593 0.473593 0.473593 +5053.252441 0.000000 518.785706 0.000000 0.581129 0.000000 -0.813812 0.458919 0.458919 0.458919 +5049.678223 0.000000 523.481018 0.000000 0.391008 0.000000 -0.920387 0.502926 0.502926 0.502926 +5026.934570 0.000000 511.928558 0.000000 0.270478 0.000000 -0.962726 0.462016 0.462016 0.462016 +5025.987305 0.000000 545.973022 0.000000 0.604601 0.000000 -0.796528 0.459821 0.459821 0.459821 +5045.177734 0.000000 518.879822 0.000000 0.501190 0.000000 -0.865337 0.481878 0.481878 0.481878 +5044.679199 0.000000 528.048706 0.000000 0.304069 0.000000 -0.952650 0.465740 0.465740 0.465740 +5049.007324 0.000000 554.019897 0.000000 0.211582 0.000000 -0.977360 0.465954 0.465954 0.465954 +5051.502441 0.000000 520.356750 0.000000 0.612125 0.000000 -0.790761 0.484984 0.484984 0.484984 +5048.708984 0.000000 528.802856 0.000000 0.687840 0.000000 -0.725863 0.471872 0.471872 0.471872 +5117.658691 0.000000 543.675110 0.000000 0.437173 0.000000 -0.899377 0.415300 0.415300 0.415300 +5079.371094 0.000000 551.373291 0.000000 0.340483 0.000000 -0.940251 0.420696 0.420696 0.420696 +5117.611816 0.000000 547.119019 0.000000 0.513867 0.000000 -0.857870 0.429222 0.429222 0.429222 +5067.406250 0.000000 541.430176 0.000000 0.497554 0.000000 -0.867433 0.445050 0.445050 0.445050 +5094.581055 0.000000 543.483826 0.000000 0.368932 0.000000 -0.929456 0.417419 0.417419 0.417419 +5077.934570 0.000000 563.171326 0.000000 0.606640 0.000000 -0.794976 0.419152 0.419152 0.419152 +5106.798340 0.000000 545.040527 0.000000 0.297781 0.000000 -0.954634 0.442829 0.442829 0.442829 +5072.244141 0.000000 537.557190 0.000000 0.329643 0.000000 -0.944106 0.438005 0.438005 0.438005 +5083.635742 0.000000 531.409729 0.000000 0.662046 0.000000 -0.749463 0.444567 0.444567 0.444567 +5081.283691 0.000000 529.977112 0.000000 0.705350 0.000000 -0.708859 0.424181 0.424181 0.424181 +5066.329590 0.000000 533.063965 0.000000 0.626077 0.000000 -0.779761 0.474792 0.474792 0.474792 +5075.640625 0.000000 533.671143 0.000000 0.232034 0.000000 -0.972708 0.442459 0.442459 0.442459 +5088.544434 0.000000 555.690918 0.000000 0.503279 0.000000 -0.864124 0.439289 0.439289 0.439289 +5060.384766 0.000000 559.132019 0.000000 0.283850 0.000000 -0.958869 0.440184 0.440184 0.440184 +5058.311035 0.000000 544.970459 0.000000 0.169879 0.000000 -0.985465 0.491507 0.491507 0.491507 +5088.330078 0.000000 562.656799 0.000000 0.705424 0.000000 -0.708785 0.446373 0.446373 0.446373 +5084.838379 0.000000 533.426758 0.000000 0.345474 0.000000 -0.938428 0.450628 0.450628 0.450628 +5119.163574 0.000000 541.033936 0.000000 0.204276 0.000000 -0.978913 0.445795 0.445795 0.445795 +5061.729492 0.000000 550.388245 0.000000 0.437216 0.000000 -0.899357 0.468952 0.468952 0.468952 +5105.424316 0.000000 546.775940 0.000000 0.427209 0.000000 -0.904153 0.459155 0.459155 0.459155 +5059.385254 0.000000 546.793884 0.000000 0.688877 0.000000 -0.724878 0.460683 0.460683 0.460683 +5115.003418 0.000000 554.369080 0.000000 0.670767 0.000000 -0.741669 0.454137 0.454137 0.454137 +5064.722168 0.000000 540.878479 0.000000 0.026243 0.000000 -0.999656 0.475076 0.475076 0.475076 +5109.101074 0.000000 553.684875 0.000000 0.161596 0.000000 -0.986857 0.463921 0.463921 0.463921 +5079.416992 0.000000 556.292175 0.000000 0.612108 0.000000 -0.790774 0.476531 0.476531 0.476531 +5077.843750 0.000000 558.644104 0.000000 0.038823 0.000000 -0.999246 0.480745 0.480745 0.480745 +5116.454590 0.000000 548.698486 0.000000 0.389779 0.000000 -0.920908 0.467014 0.467014 0.467014 +5077.101562 0.000000 554.810425 0.000000 0.265269 0.000000 -0.964174 0.475128 0.475128 0.475128 +5103.350098 0.000000 563.102417 0.000000 0.574514 0.000000 -0.818495 0.490136 0.490136 0.490136 +5063.546875 0.000000 539.664185 0.000000 0.409952 0.000000 -0.912107 0.488125 0.488125 0.488125 +5118.913574 0.000000 554.397888 0.000000 0.610873 0.000000 -0.791728 0.509027 0.509027 0.509027 +5053.611816 0.000000 603.603394 0.000000 0.446582 0.000000 -0.894743 0.437464 0.437464 0.437464 +5050.561523 0.000000 596.603027 0.000000 0.694529 0.000000 -0.719464 0.484270 0.484270 0.484270 +5110.864258 0.000000 619.842407 0.000000 0.023120 0.000000 -0.999733 0.421483 0.421483 0.421483 +5118.624512 0.000000 573.663879 0.000000 0.494662 0.000000 -0.869085 0.416865 0.416865 0.416865 +5097.064941 0.000000 616.549316 0.000000 0.693646 0.000000 -0.720317 0.411956 0.411956 0.411956 +5117.032715 0.000000 587.031799 0.000000 0.581939 0.000000 -0.813233 0.439218 0.439218 0.439218 +5092.759766 0.000000 586.219971 0.000000 0.249755 0.000000 -0.968309 0.476868 0.476868 0.476868 +5070.650879 0.000000 615.184570 0.000000 0.150392 0.000000 -0.988626 0.442309 0.442309 0.442309 +5094.385742 0.000000 581.688782 0.000000 0.253645 0.000000 -0.967297 0.430604 0.430604 0.430604 +5058.311035 0.000000 601.454834 0.000000 0.400380 0.000000 -0.916349 0.433986 0.433986 0.433986 +5118.994629 0.000000 612.467529 0.000000 0.386654 0.000000 -0.922225 0.523257 0.523257 0.523257 +5119.510742 0.000000 589.580444 0.000000 0.692110 0.000000 -0.721792 0.460605 0.460605 0.460605 +5092.682129 0.000000 588.633118 0.000000 0.447312 0.000000 -0.894378 0.520346 0.520346 0.520346 +5088.801270 0.000000 593.158997 0.000000 0.295993 0.000000 -0.955190 0.509353 0.509353 0.509353 +5103.135742 0.000000 580.899841 0.000000 0.704719 0.000000 -0.709487 0.461686 0.461686 0.461686 +5101.585449 0.000000 575.276855 0.000000 0.640758 0.000000 -0.767743 0.450619 0.450619 0.450619 +5106.709961 0.000000 578.933594 0.000000 0.003317 0.000000 -0.999995 0.475482 0.475482 0.475482 +5106.317871 0.000000 569.296875 0.000000 0.627820 0.000000 -0.778358 0.483189 0.483189 0.483189 +5096.567383 0.000000 599.527039 0.000000 0.702614 0.000000 -0.711572 0.495231 0.495231 0.495231 +5091.093262 0.000000 587.219849 0.000000 0.623248 0.000000 -0.782024 0.472048 0.472048 0.472048 +5097.963379 0.000000 572.373047 0.000000 0.388476 0.000000 -0.921459 0.530458 0.530458 0.530458 +5089.478516 0.000000 594.865234 0.000000 0.432699 0.000000 -0.901538 0.562664 0.562664 0.562664 +5117.587402 0.000000 612.741577 0.000000 0.536306 0.000000 -0.844024 0.546718 0.546718 0.546718 +5091.506348 0.000000 596.713867 0.000000 0.100040 0.000000 -0.994983 0.636350 0.636350 0.636350 +5090.937988 0.000000 595.348816 0.000000 0.186913 0.000000 -0.982376 0.606574 0.606574 0.606574 +5089.315918 0.000000 597.536804 0.000000 0.117247 0.000000 -0.993103 0.614639 0.614639 0.614639 +5067.786133 0.000000 626.381042 0.000000 0.336921 0.000000 -0.941533 0.416666 0.416666 0.416666 +5073.664551 0.000000 627.984131 0.000000 0.040843 0.000000 -0.999166 0.430887 0.430887 0.430887 +5076.994629 0.000000 623.880798 0.000000 0.271799 0.000000 -0.962354 0.440379 0.440379 0.440379 +5076.805176 0.000000 621.395630 0.000000 0.384868 0.000000 -0.922972 0.451365 0.451365 0.451365 +5127.979980 0.000000 494.010284 0.000000 0.459305 0.000000 -0.888279 0.414306 0.414306 0.414306 +5156.276367 0.000000 485.121765 0.000000 0.444846 0.000000 -0.895607 0.415239 0.415239 0.415239 +5123.505371 0.000000 495.301147 0.000000 0.299669 0.000000 -0.954043 0.416821 0.416821 0.416821 +5158.535645 0.000000 481.383118 0.000000 0.066771 0.000000 -0.997768 0.420201 0.420201 0.420201 +5131.786133 0.000000 456.927917 0.000000 0.561517 0.000000 -0.827465 0.413090 0.413090 0.413090 +5151.334473 0.000000 492.860413 0.000000 0.466622 0.000000 -0.884457 0.414632 0.414632 0.414632 +5131.406250 0.000000 484.945801 0.000000 0.614517 0.000000 -0.788903 0.420404 0.420404 0.420404 +5156.759766 0.000000 473.251221 0.000000 0.206754 0.000000 -0.978393 0.471851 0.471851 0.471851 +5173.428223 0.000000 469.716217 0.000000 0.637107 0.000000 -0.770775 0.453497 0.453497 0.453497 +5123.913086 0.000000 462.811523 0.000000 0.599655 0.000000 -0.800259 0.462741 0.462741 0.462741 +5152.544434 0.000000 499.206573 0.000000 0.681256 0.000000 -0.732046 0.477631 0.477631 0.477631 +5163.095215 0.000000 466.193634 0.000000 0.197454 0.000000 -0.980312 0.479299 0.479299 0.479299 +5143.935547 0.000000 488.930115 0.000000 0.306680 0.000000 -0.951813 0.465692 0.465692 0.465692 +5125.141602 0.000000 477.381226 0.000000 0.311485 0.000000 -0.950251 0.471372 0.471372 0.471372 +5173.789062 0.000000 495.318756 0.000000 0.047530 0.000000 -0.998870 0.454152 0.454152 0.454152 +5156.682129 0.000000 475.664368 0.000000 0.269557 0.000000 -0.962984 0.470706 0.470706 0.470706 +5160.688965 0.000000 476.275482 0.000000 0.063249 0.000000 -0.997998 0.481773 0.481773 0.481773 +5170.216309 0.000000 496.419830 0.000000 0.214515 0.000000 -0.976721 0.471711 0.471711 0.471711 +5153.987305 0.000000 489.488647 0.000000 0.475081 0.000000 -0.879942 0.466770 0.466770 0.466770 +5124.035156 0.000000 458.094727 0.000000 0.011043 0.000000 -0.999939 0.484205 0.484205 0.484205 +5166.245605 0.000000 471.797516 0.000000 0.685201 0.000000 -0.728354 0.492922 0.492922 0.492922 +5172.679199 0.000000 471.564331 0.000000 0.130052 0.000000 -0.991507 0.468846 0.468846 0.468846 +5144.332520 0.000000 487.079407 0.000000 0.035706 0.000000 -0.999362 0.474908 0.474908 0.474908 +5124.483887 0.000000 481.623688 0.000000 0.033089 0.000000 -0.999452 0.476427 0.476427 0.476427 +5122.681152 0.000000 474.093567 0.000000 0.157173 0.000000 -0.987571 0.487360 0.487360 0.487360 +5162.415039 0.000000 471.493164 0.000000 0.253371 0.000000 -0.967369 0.495692 0.495692 0.495692 +5152.293457 0.000000 500.882446 0.000000 0.489096 0.000000 -0.872230 0.532230 0.532230 0.532230 +5127.434570 0.000000 462.618561 0.000000 0.211282 0.000000 -0.977425 0.519970 0.519970 0.519970 +5154.144043 0.000000 502.864502 0.000000 0.404590 0.000000 -0.914498 0.522827 0.522827 0.522827 +5129.676758 0.000000 466.551514 0.000000 0.153420 0.000000 -0.988161 0.537484 0.537484 0.537484 +5196.375000 0.000000 506.542847 0.000000 0.249139 0.000000 -0.968468 0.442184 0.442184 0.442184 +5233.314941 0.000000 494.573242 0.000000 0.118969 0.000000 -0.992898 0.457359 0.457359 0.457359 +5220.916016 0.000000 479.937408 0.000000 0.192441 0.000000 -0.981309 0.459030 0.459030 0.459030 +5127.671387 0.000000 533.215942 0.000000 0.299069 0.000000 -0.954232 0.416323 0.416323 0.416323 +5151.453613 0.000000 525.089478 0.000000 0.174143 0.000000 -0.984720 0.417911 0.417911 0.417911 +5181.248047 0.000000 554.361450 0.000000 0.084612 0.000000 -0.996414 0.419738 0.419738 0.419738 +5145.237793 0.000000 514.518250 0.000000 0.123389 0.000000 -0.992358 0.423883 0.423883 0.423883 +5150.060547 0.000000 556.514282 0.000000 0.037953 0.000000 -0.999280 0.420894 0.420894 0.420894 +5168.647949 0.000000 548.835144 0.000000 0.302208 0.000000 -0.953242 0.417669 0.417669 0.417669 +5171.402344 0.000000 562.326599 0.000000 0.600414 0.000000 -0.799690 0.426255 0.426255 0.426255 +5175.062500 0.000000 559.376831 0.000000 0.037979 0.000000 -0.999279 0.451378 0.451378 0.451378 +5153.099609 0.000000 542.309082 0.000000 0.506662 0.000000 -0.862145 0.446295 0.446295 0.446295 +5167.537109 0.000000 535.487854 0.000000 0.627913 0.000000 -0.778283 0.452298 0.452298 0.452298 +5133.099609 0.000000 528.135986 0.000000 0.672804 0.000000 -0.739821 0.440152 0.440152 0.440152 +5139.443848 0.000000 558.279175 0.000000 0.126070 0.000000 -0.992021 0.454327 0.454327 0.454327 +5122.311035 0.000000 544.970459 0.000000 0.323901 0.000000 -0.946091 0.459622 0.459622 0.459622 +5156.550293 0.000000 539.153381 0.000000 0.541371 0.000000 -0.840784 0.465406 0.465406 0.465406 +5152.330078 0.000000 562.656799 0.000000 0.587118 0.000000 -0.809501 0.532396 0.532396 0.532396 +5163.596680 0.000000 556.900879 0.000000 0.697972 0.000000 -0.716125 0.581208 0.581208 0.581208 +5151.330566 0.000000 540.780457 0.000000 0.105438 0.000000 -0.994426 0.473669 0.473669 0.473669 +5169.031738 0.000000 554.697937 0.000000 0.604684 0.000000 -0.796466 0.543263 0.543263 0.543263 +5156.342285 0.000000 564.028015 0.000000 0.482195 0.000000 -0.876064 0.456681 0.456681 0.456681 +5145.618652 0.000000 560.036621 0.000000 0.251862 0.000000 -0.967763 0.465238 0.465238 0.465238 +5160.688965 0.000000 532.759888 0.000000 0.643553 0.000000 -0.765401 0.629770 0.629770 0.629770 +5146.529785 0.000000 563.766235 0.000000 0.465405 0.000000 -0.885098 0.538615 0.538615 0.538615 +5172.072754 0.000000 556.862549 0.000000 0.392072 0.000000 -0.919935 0.477007 0.477007 0.477007 +5157.577148 0.000000 556.527954 0.000000 0.183331 0.000000 -0.983051 0.545659 0.545659 0.545659 +5157.265137 0.000000 528.022888 0.000000 0.471146 0.000000 -0.882055 0.501113 0.501113 0.501113 +5157.366211 0.000000 560.059021 0.000000 0.417713 0.000000 -0.908579 0.580567 0.580567 0.580567 +5154.144043 0.000000 559.348877 0.000000 0.105695 0.000000 -0.994399 0.551972 0.551972 0.551972 +5157.604004 0.000000 530.943359 0.000000 0.581964 0.000000 -0.813214 0.518317 0.518317 0.518317 +5164.409668 0.000000 534.387817 0.000000 0.556082 0.000000 -0.831127 0.566208 0.566208 0.566208 +5120.421387 0.000000 551.882507 0.000000 0.643149 0.000000 -0.765741 0.544904 0.544904 0.544904 +5161.922852 0.000000 533.511292 0.000000 0.523283 0.000000 -0.852159 0.634839 0.634839 0.634839 +5159.243164 0.000000 559.259644 0.000000 0.307271 0.000000 -0.951622 0.640907 0.640907 0.640907 +5159.319336 0.000000 533.072083 0.000000 0.493393 0.000000 -0.869806 0.632056 0.632056 0.632056 +5162.351562 0.000000 557.447754 0.000000 0.117049 0.000000 -0.993126 0.599582 0.599582 0.599582 +5160.053711 0.000000 560.713623 0.000000 0.313000 0.000000 -0.949753 0.620592 0.620592 0.620592 +5193.203613 0.000000 544.060181 0.000000 0.039231 0.000000 -0.999230 0.420342 0.420342 0.420342 +5225.385742 0.000000 541.277527 0.000000 0.160476 0.000000 -0.987040 0.418863 0.418863 0.418863 +5224.015625 0.000000 515.987976 0.000000 0.423799 0.000000 -0.905756 0.415503 0.415503 0.415503 +5231.917480 0.000000 545.141418 0.000000 0.108100 0.000000 -0.994140 0.420081 0.420081 0.420081 +5202.230469 0.000000 546.394897 0.000000 0.693724 0.000000 -0.720241 0.411042 0.411042 0.411042 +5208.572266 0.000000 547.823730 0.000000 0.552022 0.000000 -0.833829 0.417315 0.417315 0.417315 +5191.437500 0.000000 563.403015 0.000000 0.180709 0.000000 -0.983537 0.478152 0.478152 0.478152 +5214.961914 0.000000 509.320679 0.000000 0.588170 0.000000 -0.808738 0.423682 0.423682 0.423682 +5205.235840 0.000000 528.220459 0.000000 0.340403 0.000000 -0.940280 0.469387 0.469387 0.469387 +5190.395508 0.000000 538.415039 0.000000 0.386356 0.000000 -0.922350 0.444198 0.444198 0.444198 +5203.640625 0.000000 533.671143 0.000000 0.191818 0.000000 -0.981430 0.450340 0.450340 0.450340 +5227.601562 0.000000 561.259460 0.000000 0.490138 0.000000 -0.871645 0.446604 0.446604 0.446604 +5212.928223 0.000000 526.239441 0.000000 0.201810 0.000000 -0.979425 0.471941 0.471941 0.471941 +5211.678223 0.000000 513.373535 0.000000 0.001041 0.000000 -0.999999 0.447569 0.447569 0.447569 +5186.552734 0.000000 564.435608 0.000000 0.032887 0.000000 -0.999459 0.508963 0.508963 0.508963 +5207.935547 0.000000 545.414490 0.000000 0.263373 0.000000 -0.964694 0.470819 0.470819 0.470819 +5210.245605 0.000000 526.871277 0.000000 0.625968 0.000000 -0.779849 0.469174 0.469174 0.469174 +5233.129395 0.000000 558.765259 0.000000 0.367471 0.000000 -0.930035 0.507781 0.507781 0.507781 +5212.838379 0.000000 533.426758 0.000000 0.443749 0.000000 -0.896151 0.478821 0.478821 0.478821 +5207.885254 0.000000 534.139465 0.000000 0.644163 0.000000 -0.764888 0.482781 0.482781 0.482781 +5231.645996 0.000000 516.057373 0.000000 0.212293 0.000000 -0.977206 0.452897 0.452897 0.452897 +5207.105957 0.000000 529.596069 0.000000 0.479983 0.000000 -0.877278 0.473788 0.473788 0.473788 +5227.060059 0.000000 542.492981 0.000000 0.135844 0.000000 -0.990730 0.457078 0.457078 0.457078 +5229.585449 0.000000 518.792480 0.000000 0.596144 0.000000 -0.802878 0.454381 0.454381 0.454381 +5227.311523 0.000000 533.507141 0.000000 0.321836 0.000000 -0.946795 0.462536 0.462536 0.462536 +5226.440430 0.000000 524.568359 0.000000 0.126270 0.000000 -0.991996 0.463071 0.463071 0.463071 +5199.228516 0.000000 535.371521 0.000000 0.677290 0.000000 -0.735716 0.490336 0.490336 0.490336 +5227.960938 0.000000 530.461609 0.000000 0.531798 0.000000 -0.846871 0.465607 0.465607 0.465607 +5235.318359 0.000000 542.000854 0.000000 0.293870 0.000000 -0.955845 0.465926 0.465926 0.465926 +5205.008301 0.000000 537.464417 0.000000 0.704935 0.000000 -0.709272 0.475614 0.475614 0.475614 +5206.981445 0.000000 536.583923 0.000000 0.679169 0.000000 -0.733982 0.486082 0.486082 0.486082 +5235.291016 0.000000 518.783447 0.000000 0.269058 0.000000 -0.963124 0.488108 0.488108 0.488108 +5187.051758 0.000000 558.211853 0.000000 0.608227 0.000000 -0.793763 0.503439 0.503439 0.503439 +5124.032715 0.000000 596.455322 0.000000 0.075325 0.000000 -0.997159 0.419787 0.419787 0.419787 +5122.500488 0.000000 584.587830 0.000000 0.338790 0.000000 -0.940862 0.416150 0.416150 0.416150 +5164.760254 0.000000 603.348877 0.000000 0.680594 0.000000 -0.732661 0.410962 0.410962 0.410962 +5164.062988 0.000000 573.832886 0.000000 0.697684 0.000000 -0.716406 0.410567 0.410567 0.410567 +5178.385254 0.000000 567.435791 0.000000 0.403723 0.000000 -0.914881 0.419725 0.419725 0.419725 +5167.917480 0.000000 601.625793 0.000000 0.610331 0.000000 -0.792147 0.412509 0.412509 0.412509 +5129.278320 0.000000 614.927307 0.000000 0.164414 0.000000 -0.986391 0.453694 0.453694 0.453694 +5178.631836 0.000000 599.980164 0.000000 0.275352 0.000000 -0.961343 0.457600 0.457600 0.457600 +5137.664551 0.000000 571.499756 0.000000 0.162316 0.000000 -0.986739 0.433435 0.433435 0.433435 +5137.360840 0.000000 611.004089 0.000000 0.047999 0.000000 -0.998847 0.426416 0.426416 0.426416 +5127.213379 0.000000 603.043823 0.000000 0.413413 0.000000 -0.910544 0.440881 0.440881 0.440881 +5173.566895 0.000000 577.305969 0.000000 0.302669 0.000000 -0.953096 0.487441 0.487441 0.487441 +5126.395508 0.000000 594.899414 0.000000 0.160166 0.000000 -0.987090 0.447956 0.447956 0.447956 +5128.173828 0.000000 587.110046 0.000000 0.557275 0.000000 -0.830328 0.453778 0.453778 0.453778 +5143.339844 0.000000 597.251221 0.000000 0.574096 0.000000 -0.818788 0.429545 0.429545 0.429545 +5147.678223 0.000000 569.857910 0.000000 0.555401 0.000000 -0.831582 0.506216 0.506216 0.506216 +5183.509766 0.000000 602.062256 0.000000 0.235110 0.000000 -0.971969 0.458298 0.458298 0.458298 +5153.641602 0.000000 582.922363 0.000000 0.127654 0.000000 -0.991819 0.460130 0.460130 0.460130 +5181.251953 0.000000 571.658264 0.000000 0.041734 0.000000 -0.999129 0.446928 0.446928 0.446928 +5175.044922 0.000000 603.932068 0.000000 0.636463 0.000000 -0.771307 0.454912 0.454912 0.454912 +5166.782227 0.000000 606.907898 0.000000 0.488567 0.000000 -0.872527 0.459396 0.459396 0.459396 +5125.141602 0.000000 590.349976 0.000000 0.585814 0.000000 -0.810446 0.539556 0.539556 0.539556 +5156.952637 0.000000 605.320679 0.000000 0.414880 0.000000 -0.909876 0.442279 0.442279 0.442279 +5124.248535 0.000000 586.143616 0.000000 0.609218 0.000000 -0.793003 0.448490 0.448490 0.448490 +5126.028809 0.000000 587.773376 0.000000 0.679819 0.000000 -0.733380 0.460902 0.460902 0.460902 +5179.305664 0.000000 614.622742 0.000000 0.223828 0.000000 -0.974629 0.452704 0.452704 0.452704 +5131.263184 0.000000 601.406067 0.000000 0.364842 0.000000 -0.931069 0.456016 0.456016 0.456016 +5169.031738 0.000000 611.182312 0.000000 0.051929 0.000000 -0.998651 0.524909 0.524909 0.524909 +5183.374512 0.000000 604.939270 0.000000 0.658426 0.000000 -0.752645 0.554323 0.554323 0.554323 +5144.641113 0.000000 620.568237 0.000000 0.005245 0.000000 -0.999986 0.462188 0.462188 0.462188 +5176.246582 0.000000 567.700623 0.000000 0.209008 0.000000 -0.977914 0.512684 0.512684 0.512684 +5123.099121 0.000000 591.545410 0.000000 0.071901 0.000000 -0.997412 0.499301 0.499301 0.499301 +5138.979980 0.000000 604.857544 0.000000 0.677849 0.000000 -0.735201 0.449792 0.449792 0.449792 +5173.007812 0.000000 605.994141 0.000000 0.702961 0.000000 -0.711228 0.456163 0.456163 0.456163 +5171.561035 0.000000 591.105652 0.000000 0.688794 0.000000 -0.724957 0.509644 0.509644 0.509644 +5149.418457 0.000000 614.841248 0.000000 0.332045 0.000000 -0.943264 0.478191 0.478191 0.478191 +5156.749023 0.000000 574.213257 0.000000 0.379083 0.000000 -0.925363 0.490212 0.490212 0.490212 +5134.777344 0.000000 585.095886 0.000000 0.499557 0.000000 -0.866281 0.524779 0.524779 0.524779 +5155.182129 0.000000 571.610107 0.000000 0.672926 0.000000 -0.739710 0.483446 0.483446 0.483446 +5151.632324 0.000000 575.512573 0.000000 0.421018 0.000000 -0.907052 0.492196 0.492196 0.492196 +5132.970703 0.000000 611.829529 0.000000 0.693729 0.000000 -0.720236 0.478702 0.478702 0.478702 +5136.790527 0.000000 572.999084 0.000000 0.657140 0.000000 -0.753769 0.488066 0.488066 0.488066 +5165.674805 0.000000 577.847168 0.000000 0.491898 0.000000 -0.870653 0.517805 0.517805 0.517805 +5150.924805 0.000000 604.148560 0.000000 0.299990 0.000000 -0.953942 0.551624 0.551624 0.551624 +5172.080566 0.000000 578.037292 0.000000 0.447713 0.000000 -0.894177 0.513143 0.513143 0.513143 +5168.395508 0.000000 597.174744 0.000000 0.423591 0.000000 -0.905854 0.510833 0.510833 0.510833 +5136.278320 0.000000 585.563049 0.000000 0.499728 0.000000 -0.866182 0.537693 0.537693 0.537693 +5169.135254 0.000000 591.680664 0.000000 0.064701 0.000000 -0.997905 0.554450 0.554450 0.554450 +5136.485352 0.000000 589.955933 0.000000 0.609395 0.000000 -0.792867 0.581635 0.581635 0.581635 +5166.867676 0.000000 595.303345 0.000000 0.100003 0.000000 -0.994987 0.543172 0.543172 0.543172 +5175.353516 0.000000 571.987549 0.000000 0.433637 0.000000 -0.901088 0.530779 0.530779 0.530779 +5135.446289 0.000000 580.861816 0.000000 0.138789 0.000000 -0.990322 0.551176 0.551176 0.551176 +5179.962402 0.000000 603.792114 0.000000 0.059969 0.000000 -0.998200 0.554564 0.554564 0.554564 +5161.205566 0.000000 621.300049 0.000000 0.287055 0.000000 -0.957914 0.540219 0.540219 0.540219 +5142.014160 0.000000 570.377808 0.000000 0.110411 0.000000 -0.993886 0.557821 0.557821 0.557821 +5168.063965 0.000000 590.639771 0.000000 0.530836 0.000000 -0.847474 0.542573 0.542573 0.542573 +5229.943359 0.000000 567.198669 0.000000 0.699569 0.000000 -0.714565 0.410731 0.410731 0.410731 +5193.063965 0.000000 595.305725 0.000000 0.639812 0.000000 -0.768531 0.411773 0.411773 0.411773 +5222.535645 0.000000 594.351868 0.000000 0.311071 0.000000 -0.950387 0.421139 0.421139 0.421139 +5188.047852 0.000000 573.193787 0.000000 0.130613 0.000000 -0.991434 0.420888 0.420888 0.420888 +5184.156738 0.000000 619.743958 0.000000 0.242170 0.000000 -0.970234 0.418144 0.418144 0.418144 +5199.831543 0.000000 569.015625 0.000000 0.150883 0.000000 -0.988552 0.419418 0.419418 0.419418 +5205.502930 0.000000 613.162964 0.000000 0.365549 0.000000 -0.930792 0.416550 0.416550 0.416550 +5184.894531 0.000000 595.143860 0.000000 0.260013 0.000000 -0.965605 0.423332 0.423332 0.423332 +5216.449219 0.000000 590.839050 0.000000 0.318849 0.000000 -0.947806 0.443914 0.443914 0.443914 +5187.510742 0.000000 611.771729 0.000000 0.603306 0.000000 -0.797510 0.437397 0.437397 0.437397 +5242.462402 0.000000 581.913818 0.000000 0.416900 0.000000 -0.908952 0.449364 0.449364 0.449364 +5235.016113 0.000000 585.694885 0.000000 0.087104 0.000000 -0.996199 0.446213 0.446213 0.446213 +5222.581055 0.000000 599.968201 0.000000 0.706744 0.000000 -0.707470 0.440788 0.440788 0.440788 +5201.664551 0.000000 571.499756 0.000000 0.019174 0.000000 -0.999816 0.435583 0.435583 0.435583 +5204.094727 0.000000 580.244629 0.000000 0.265077 0.000000 -0.964227 0.444804 0.444804 0.444804 +5211.635742 0.000000 587.894104 0.000000 0.141340 0.000000 -0.989961 0.464271 0.464271 0.464271 +5220.029297 0.000000 583.396545 0.000000 0.583856 0.000000 -0.811857 0.460269 0.460269 0.460269 +5195.616211 0.000000 594.184875 0.000000 0.567011 0.000000 -0.823710 0.425466 0.425466 0.425466 +5240.639160 0.000000 569.816101 0.000000 0.554021 0.000000 -0.832503 0.439755 0.439755 0.439755 +5245.738281 0.000000 593.092896 0.000000 0.433037 0.000000 -0.901376 0.457619 0.457619 0.457619 +5201.436523 0.000000 588.712769 0.000000 0.334479 0.000000 -0.942403 0.456559 0.456559 0.456559 +5228.051758 0.000000 596.938049 0.000000 0.679916 0.000000 -0.733290 0.434434 0.434434 0.434434 +5190.363770 0.000000 574.356384 0.000000 0.440678 0.000000 -0.897665 0.443248 0.443248 0.443248 +5204.805176 0.000000 564.911255 0.000000 0.299887 0.000000 -0.953975 0.473033 0.473033 0.473033 +5186.552734 0.000000 620.919983 0.000000 0.521726 0.000000 -0.853113 0.431901 0.431901 0.431901 +5208.077637 0.000000 574.240234 0.000000 0.589513 0.000000 -0.807759 0.475648 0.475648 0.475648 +5245.251953 0.000000 571.658264 0.000000 0.015819 0.000000 -0.999875 0.504853 0.504853 0.504853 +5232.587891 0.000000 585.096985 0.000000 0.297005 0.000000 -0.954876 0.452903 0.452903 0.452903 +5220.952637 0.000000 605.320679 0.000000 0.107622 0.000000 -0.994192 0.464851 0.464851 0.464851 +5212.838379 0.000000 589.911133 0.000000 0.329836 0.000000 -0.944038 0.482563 0.482563 0.482563 +5200.382324 0.000000 620.660156 0.000000 0.088446 0.000000 -0.996081 0.482781 0.482781 0.482781 +5190.475098 0.000000 579.434387 0.000000 0.252541 0.000000 -0.967586 0.473916 0.473916 0.473916 +5207.348633 0.000000 617.842224 0.000000 0.650114 0.000000 -0.759836 0.464403 0.464403 0.464403 +5215.330566 0.000000 597.264832 0.000000 0.191534 0.000000 -0.981486 0.460497 0.460497 0.460497 +5203.576660 0.000000 600.295349 0.000000 0.262696 0.000000 -0.964879 0.457820 0.457820 0.457820 +5211.673340 0.000000 617.617065 0.000000 0.660269 0.000000 -0.751029 0.473962 0.473962 0.473962 +5226.678223 0.000000 603.018799 0.000000 0.558616 0.000000 -0.829427 0.452341 0.452341 0.452341 +5208.641113 0.000000 620.568237 0.000000 0.694536 0.000000 -0.719458 0.484270 0.484270 0.484270 +5187.385254 0.000000 603.278259 0.000000 0.483170 0.000000 -0.875526 0.469452 0.469452 0.469452 +5244.271484 0.000000 573.357056 0.000000 0.063989 0.000000 -0.997951 0.474406 0.474406 0.474406 +5235.318359 0.000000 598.485229 0.000000 0.641167 0.000000 -0.767401 0.470220 0.470220 0.470220 +5192.859375 0.000000 602.330872 0.000000 0.277102 0.000000 -0.960841 0.593517 0.593517 0.593517 +5245.535645 0.000000 619.019287 0.000000 0.383737 0.000000 -0.923442 0.503086 0.503086 0.503086 +5202.362793 0.000000 597.480347 0.000000 0.568303 0.000000 -0.822819 0.512995 0.512995 0.512995 +5229.839355 0.000000 591.529541 0.000000 0.154945 0.000000 -0.987923 0.509416 0.509416 0.509416 +5245.810547 0.000000 598.497192 0.000000 0.458193 0.000000 -0.888853 0.525834 0.525834 0.525834 +5184.523438 0.000000 566.499817 0.000000 0.144113 0.000000 -0.989561 0.528820 0.528820 0.528820 +5221.265137 0.000000 584.507263 0.000000 0.499876 0.000000 -0.866097 0.507588 0.507588 0.507588 +5241.728516 0.000000 590.238464 0.000000 0.200975 0.000000 -0.979596 0.536384 0.536384 0.536384 +5199.974609 0.000000 598.403625 0.000000 0.108654 0.000000 -0.994080 0.566823 0.566823 0.566823 +5192.627441 0.000000 604.868225 0.000000 0.068908 0.000000 -0.997623 0.531975 0.531975 0.531975 +5221.106445 0.000000 577.441711 0.000000 0.273174 0.000000 -0.961965 0.517142 0.517142 0.517142 +5246.095703 0.000000 596.389832 0.000000 0.072612 0.000000 -0.997360 0.543808 0.543808 0.543808 +5187.452637 0.000000 604.816284 0.000000 0.418562 0.000000 -0.908188 0.602464 0.602464 0.602464 +5216.868164 0.000000 581.215149 0.000000 0.473848 0.000000 -0.880607 0.547040 0.547040 0.547040 +5196.607910 0.000000 601.779358 0.000000 0.010981 0.000000 -0.999940 0.552737 0.552737 0.552737 +5185.950684 0.000000 604.818176 0.000000 0.638312 0.000000 -0.769778 0.582032 0.582032 0.582032 +5128.407715 0.000000 629.140503 0.000000 0.206449 0.000000 -0.978457 0.417693 0.417693 0.417693 +5165.943359 0.000000 623.683044 0.000000 0.368571 0.000000 -0.929600 0.415790 0.415790 0.415790 +5142.937012 0.000000 635.755493 0.000000 0.092351 0.000000 -0.995727 0.420446 0.420446 0.420446 +5145.237793 0.000000 627.487000 0.000000 0.673631 0.000000 -0.739068 0.411337 0.411337 0.411337 +5182.270020 0.000000 625.759521 0.000000 0.313577 0.000000 -0.949563 0.416877 0.416877 0.416877 +5138.190430 0.000000 630.850281 0.000000 0.444774 0.000000 -0.895643 0.444595 0.444595 0.444595 +5148.431641 0.000000 628.835999 0.000000 0.536418 0.000000 -0.843952 0.414772 0.414772 0.414772 +5178.028320 0.000000 634.426697 0.000000 0.258290 0.000000 -0.966067 0.442036 0.442036 0.442036 +5161.967773 0.000000 651.146057 0.000000 0.684975 0.000000 -0.728566 0.430158 0.430158 0.430158 +5175.819336 0.000000 640.159058 0.000000 0.578958 0.000000 -0.815357 0.451927 0.451927 0.451927 +5120.042480 0.000000 621.335449 0.000000 0.204516 0.000000 -0.978863 0.421272 0.421272 0.421272 +5164.127930 0.000000 648.769409 0.000000 0.005622 0.000000 -0.999984 0.478393 0.478393 0.478393 +5180.013184 0.000000 636.192871 0.000000 0.690457 0.000000 -0.723373 0.449502 0.449502 0.449502 +5153.412109 0.000000 636.285217 0.000000 0.426997 0.000000 -0.904253 0.429283 0.429283 0.429283 +5175.044922 0.000000 660.416443 0.000000 0.687544 0.000000 -0.726143 0.434270 0.434270 0.434270 +5172.706543 0.000000 677.643494 0.000000 0.112968 0.000000 -0.993599 0.463299 0.463299 0.463299 +5173.005371 0.000000 673.523376 0.000000 0.698998 0.000000 -0.715123 0.475771 0.475771 0.475771 +5176.630371 0.000000 674.783142 0.000000 0.071813 0.000000 -0.997418 0.567753 0.567753 0.567753 +5174.255859 0.000000 630.088196 0.000000 0.521403 0.000000 -0.853311 0.453082 0.453082 0.453082 +5180.034180 0.000000 669.151367 0.000000 0.410563 0.000000 -0.911832 0.466615 0.466615 0.466615 +5177.678223 0.000000 636.449768 0.000000 0.555571 0.000000 -0.831469 0.452403 0.452403 0.452403 +5182.854492 0.000000 647.911560 0.000000 0.331466 0.000000 -0.943467 0.463799 0.463799 0.463799 +5171.318359 0.000000 654.969604 0.000000 0.663428 0.000000 -0.748240 0.479488 0.479488 0.479488 +5173.188965 0.000000 675.740845 0.000000 0.251176 0.000000 -0.967941 0.504481 0.504481 0.504481 +5176.412109 0.000000 676.374207 0.000000 0.704582 0.000000 -0.709622 0.518982 0.518982 0.518982 +5232.541992 0.000000 643.913391 0.000000 0.699163 0.000000 -0.714962 0.410500 0.410500 0.410500 +5245.212891 0.000000 646.719910 0.000000 0.580641 0.000000 -0.814160 0.412825 0.412825 0.412825 +5229.375000 0.000000 646.249817 0.000000 0.641692 0.000000 -0.766962 0.414329 0.414329 0.414329 +5190.424805 0.000000 641.688293 0.000000 0.219669 0.000000 -0.975575 0.418730 0.418730 0.418730 +5190.724121 0.000000 654.835632 0.000000 0.346930 0.000000 -0.937891 0.420598 0.420598 0.420598 +5209.661133 0.000000 624.394348 0.000000 0.541233 0.000000 -0.840873 0.447046 0.447046 0.447046 +5195.486816 0.000000 629.887756 0.000000 0.541219 0.000000 -0.840882 0.421711 0.421711 0.421711 +5228.194824 0.000000 633.405518 0.000000 0.155054 0.000000 -0.987906 0.430652 0.430652 0.430652 +5242.504395 0.000000 645.086975 0.000000 0.644555 0.000000 -0.764558 0.449137 0.449137 0.449137 +5219.200195 0.000000 634.125122 0.000000 0.332791 0.000000 -0.943000 0.455153 0.455153 0.455153 +5223.299805 0.000000 667.707581 0.000000 0.007537 0.000000 -0.999972 0.456270 0.456270 0.456270 +5231.447754 0.000000 634.013794 0.000000 0.269179 0.000000 -0.963090 0.426062 0.426062 0.426062 +5228.127930 0.000000 648.769409 0.000000 0.406639 0.000000 -0.913589 0.492506 0.492506 0.492506 +5191.408691 0.000000 639.165649 0.000000 0.644077 0.000000 -0.764961 0.429603 0.429603 0.429603 +5244.013184 0.000000 636.192871 0.000000 0.004413 0.000000 -0.999990 0.434342 0.434342 0.434342 +5217.491699 0.000000 627.223389 0.000000 0.217791 0.000000 -0.975995 0.470199 0.470199 0.470199 +5200.716797 0.000000 653.425964 0.000000 0.166271 0.000000 -0.986080 0.429040 0.429040 0.429040 +5229.942871 0.000000 643.268982 0.000000 0.362886 0.000000 -0.931834 0.451755 0.451755 0.451755 +5198.650879 0.000000 671.668945 0.000000 0.608263 0.000000 -0.793736 0.442903 0.442903 0.442903 +5201.436523 0.000000 645.197144 0.000000 0.149210 0.000000 -0.988806 0.437978 0.437978 0.437978 +5203.640625 0.000000 646.639893 0.000000 0.321803 0.000000 -0.946807 0.439566 0.439566 0.439566 +5186.575684 0.000000 662.455200 0.000000 0.414127 0.000000 -0.910219 0.466546 0.466546 0.466546 +5211.678223 0.000000 626.342285 0.000000 0.088728 0.000000 -0.996056 0.450562 0.450562 0.450562 +5227.095215 0.000000 635.646790 0.000000 0.323112 0.000000 -0.946361 0.466831 0.466831 0.466831 +5245.251953 0.000000 628.142639 0.000000 0.309972 0.000000 -0.950746 0.439759 0.439759 0.439759 +5239.044922 0.000000 660.416443 0.000000 0.071672 0.000000 -0.997428 0.542339 0.542339 0.542339 +5189.141602 0.000000 646.834351 0.000000 0.530675 0.000000 -0.847576 0.467047 0.467047 0.467047 +5233.129395 0.000000 671.734009 0.000000 0.098116 0.000000 -0.995175 0.650952 0.650952 0.650952 +5233.687988 0.000000 630.280701 0.000000 0.334110 0.000000 -0.942534 0.466627 0.466627 0.466627 +5190.475098 0.000000 635.918762 0.000000 0.607873 0.000000 -0.794035 0.451324 0.451324 0.451324 +5219.522949 0.000000 665.974060 0.000000 0.569820 0.000000 -0.821770 0.561474 0.561474 0.561474 +5188.248535 0.000000 642.627991 0.000000 0.002693 0.000000 -0.999996 0.449009 0.449009 0.449009 +5211.673340 0.000000 674.101440 0.000000 0.462038 0.000000 -0.886860 0.465608 0.465608 0.465608 +5226.219238 0.000000 667.542786 0.000000 0.089261 0.000000 -0.996008 0.649929 0.649929 0.649929 +5239.867676 0.000000 668.559753 0.000000 0.092865 0.000000 -0.995679 0.618385 0.618385 0.618385 +5204.821777 0.000000 652.439087 0.000000 0.444082 0.000000 -0.895986 0.454563 0.454563 0.454563 +5200.098633 0.000000 631.087646 0.000000 0.433629 0.000000 -0.901091 0.456183 0.456183 0.456183 +5234.750488 0.000000 661.881409 0.000000 0.082994 0.000000 -0.996550 0.481411 0.481411 0.481411 +5222.819824 0.000000 673.579834 0.000000 0.150934 0.000000 -0.988544 0.652406 0.652406 0.652406 +5234.216309 0.000000 665.872925 0.000000 0.421773 0.000000 -0.906701 0.549903 0.549903 0.549903 +5199.590332 0.000000 673.424622 0.000000 0.430491 0.000000 -0.902595 0.535194 0.535194 0.535194 +5219.217285 0.000000 632.166687 0.000000 0.103763 0.000000 -0.994602 0.472234 0.472234 0.472234 +5207.416992 0.000000 669.260925 0.000000 0.274180 0.000000 -0.961678 0.646002 0.646002 0.646002 +5188.166992 0.000000 670.092712 0.000000 0.074124 0.000000 -0.997249 0.477164 0.477164 0.477164 +5190.912598 0.000000 621.329773 0.000000 0.409359 0.000000 -0.912373 0.463778 0.463778 0.463778 +5241.360352 0.000000 632.584778 0.000000 0.435738 0.000000 -0.900073 0.477556 0.477556 0.477556 +5234.490723 0.000000 644.117676 0.000000 0.576468 0.000000 -0.817120 0.484428 0.484428 0.484428 +5214.725586 0.000000 624.920715 0.000000 0.028874 0.000000 -0.999583 0.489786 0.489786 0.489786 +5200.905273 0.000000 675.227539 0.000000 0.338243 0.000000 -0.941059 0.641495 0.641495 0.641495 +5205.101562 0.000000 667.779175 0.000000 0.525713 0.000000 -0.850662 0.511237 0.511237 0.511237 +5223.104492 0.000000 633.221741 0.000000 0.556766 0.000000 -0.830670 0.470733 0.470733 0.470733 +5237.188965 0.000000 675.740845 0.000000 0.631433 0.000000 -0.775430 0.488729 0.488729 0.488729 +5212.899902 0.000000 672.876831 0.000000 0.218534 0.000000 -0.975829 0.534504 0.534504 0.534504 +5236.695312 0.000000 668.300293 0.000000 0.308976 0.000000 -0.951070 0.566069 0.566069 0.566069 +5187.051758 0.000000 671.180603 0.000000 0.497003 0.000000 -0.867749 0.542081 0.542081 0.542081 +5189.041016 0.000000 665.104675 0.000000 0.076661 0.000000 -0.997057 0.531803 0.531803 0.531803 +5238.280273 0.000000 667.907471 0.000000 0.703087 0.000000 -0.711104 0.552773 0.552773 0.552773 +5238.203613 0.000000 661.658569 0.000000 0.583501 0.000000 -0.812113 0.529653 0.529653 0.529653 +5230.671387 0.000000 654.864746 0.000000 0.417003 0.000000 -0.908905 0.640494 0.640494 0.640494 +5206.383789 0.000000 668.339966 0.000000 0.704345 0.000000 -0.709858 0.628080 0.628080 0.628080 +5229.684570 0.000000 664.238831 0.000000 0.500582 0.000000 -0.865689 0.604128 0.604128 0.604128 +5210.769531 0.000000 670.001526 0.000000 0.172500 0.000000 -0.985010 0.629534 0.629534 0.629534 +5219.804199 0.000000 664.629517 0.000000 0.477010 0.000000 -0.878898 0.564286 0.564286 0.564286 +5229.556641 0.000000 666.971313 0.000000 0.515279 0.000000 -0.857022 0.590586 0.590586 0.590586 +5232.927734 0.000000 666.344055 0.000000 0.092188 0.000000 -0.995742 0.649498 0.649498 0.649498 +5231.984863 0.000000 654.908508 0.000000 0.468425 0.000000 -0.883503 0.638458 0.638458 0.638458 +5263.130859 0.000000 604.215515 0.000000 0.270346 0.000000 -0.962763 0.416644 0.416644 0.416644 +5250.500488 0.000000 584.587830 0.000000 0.358952 0.000000 -0.933356 0.415746 0.415746 0.415746 +5257.641113 0.000000 618.031616 0.000000 0.491392 0.000000 -0.870939 0.414357 0.414357 0.414357 +5257.063965 0.000000 595.305725 0.000000 0.576836 0.000000 -0.816860 0.412744 0.412744 0.412744 +5272.572266 0.000000 604.308105 0.000000 0.549263 0.000000 -0.835649 0.413732 0.413732 0.413732 +5252.948730 0.000000 564.958801 0.000000 0.627933 0.000000 -0.778267 0.450897 0.450897 0.450897 +5248.042480 0.000000 564.851074 0.000000 0.178730 0.000000 -0.983898 0.460717 0.460717 0.460717 +5255.213379 0.000000 603.043823 0.000000 0.297444 0.000000 -0.954739 0.421343 0.421343 0.421343 +5262.650879 0.000000 615.184570 0.000000 0.220005 0.000000 -0.975499 0.439766 0.439766 0.439766 +5250.311035 0.000000 601.454834 0.000000 0.065175 0.000000 -0.997874 0.462647 0.462647 0.462647 +5300.706543 0.000000 621.159119 0.000000 0.153991 0.000000 -0.988072 0.461140 0.461140 0.461140 +5267.253418 0.000000 612.430359 0.000000 0.390492 0.000000 -0.920606 0.485658 0.485658 0.485658 +5250.026855 0.000000 613.469971 0.000000 0.600278 0.000000 -0.799791 0.479629 0.479629 0.479629 +5258.166504 0.000000 571.357361 0.000000 0.702309 0.000000 -0.711872 0.447835 0.447835 0.447835 +5287.778320 0.000000 620.678711 0.000000 0.463900 0.000000 -0.885888 0.525690 0.525690 0.525690 +5254.953125 0.000000 600.453979 0.000000 0.324340 0.000000 -0.945941 0.466808 0.466808 0.466808 +5269.843750 0.000000 615.128479 0.000000 0.148057 0.000000 -0.988979 0.506616 0.506616 0.506616 +5248.850586 0.000000 605.408447 0.000000 0.654112 0.000000 -0.756398 0.512063 0.512063 0.512063 +5255.260254 0.000000 611.448181 0.000000 0.118812 0.000000 -0.992917 0.562088 0.562088 0.562088 +5254.562500 0.000000 608.265747 0.000000 0.688970 0.000000 -0.724790 0.523687 0.523687 0.523687 +5266.634277 0.000000 610.112427 0.000000 0.219238 0.000000 -0.975671 0.546272 0.546272 0.546272 +5272.325195 0.000000 613.984009 0.000000 0.667143 0.000000 -0.744930 0.520135 0.520135 0.520135 +5365.005371 0.000000 617.039001 0.000000 0.552132 0.000000 -0.833757 0.466592 0.466592 0.466592 +5317.809082 0.000000 620.326965 0.000000 0.629088 0.000000 -0.777334 0.500064 0.500064 0.500064 +5286.230957 0.000000 659.857178 0.000000 0.253195 0.000000 -0.967415 0.416806 0.416806 0.416806 +5284.276367 0.000000 654.574890 0.000000 0.601804 0.000000 -0.798644 0.412656 0.412656 0.412656 +5283.991211 0.000000 637.054626 0.000000 0.216799 0.000000 -0.976216 0.417960 0.417960 0.417960 +5269.668945 0.000000 631.117004 0.000000 0.366257 0.000000 -0.930514 0.416241 0.416241 0.416241 +5248.163086 0.000000 656.074646 0.000000 0.121444 0.000000 -0.992598 0.419752 0.419752 0.419752 +5288.974609 0.000000 632.849670 0.000000 0.357696 0.000000 -0.933838 0.420434 0.420434 0.420434 +5295.145508 0.000000 639.475952 0.000000 0.688636 0.000000 -0.725107 0.423142 0.423142 0.423142 +5276.431641 0.000000 628.835999 0.000000 0.230325 0.000000 -0.973114 0.428083 0.428083 0.428083 +5309.611816 0.000000 660.087769 0.000000 0.654634 0.000000 -0.755946 0.427999 0.427999 0.427999 +5284.575195 0.000000 623.717102 0.000000 0.201212 0.000000 -0.979548 0.425639 0.425639 0.425639 +5292.352051 0.000000 638.589233 0.000000 0.093885 0.000000 -0.995583 0.438827 0.438827 0.438827 +5263.671387 0.000000 622.857239 0.000000 0.621441 0.000000 -0.783461 0.425858 0.425858 0.425858 +5305.460938 0.000000 621.431396 0.000000 0.663526 0.000000 -0.748154 0.422257 0.422257 0.422257 +5289.128906 0.000000 642.193787 0.000000 0.472616 0.000000 -0.881269 0.441258 0.441258 0.441258 +5295.339355 0.000000 621.574158 0.000000 0.470585 0.000000 -0.882355 0.515464 0.515464 0.515464 +5309.251953 0.000000 628.142639 0.000000 0.427562 0.000000 -0.903986 0.437793 0.437793 0.437793 +5310.948242 0.000000 623.482239 0.000000 0.266815 0.000000 -0.963748 0.493965 0.493965 0.493965 +5300.657715 0.000000 621.364197 0.000000 0.325441 0.000000 -0.945562 0.458157 0.458157 0.458157 +5279.330566 0.000000 653.749207 0.000000 0.441178 0.000000 -0.897420 0.497495 0.497495 0.497495 +5297.314941 0.000000 664.026367 0.000000 0.302105 0.000000 -0.953275 0.493248 0.493248 0.493248 +5267.576660 0.000000 656.779724 0.000000 0.125661 0.000000 -0.992073 0.538123 0.538123 0.538123 +5293.465820 0.000000 665.624084 0.000000 0.037432 0.000000 -0.999299 0.499977 0.499977 0.499977 +5288.647949 0.000000 622.654785 0.000000 0.261314 0.000000 -0.965254 0.478101 0.478101 0.478101 +5293.143066 0.000000 621.630432 0.000000 0.056866 0.000000 -0.998382 0.464254 0.464254 0.464254 +5272.887695 0.000000 662.928345 0.000000 0.647898 0.000000 -0.761727 0.478475 0.478475 0.478475 +5293.585449 0.000000 631.761230 0.000000 0.403737 0.000000 -0.914875 0.521402 0.521402 0.521402 +5298.317871 0.000000 625.781250 0.000000 0.176365 0.000000 -0.984325 0.482611 0.482611 0.482611 +5275.739258 0.000000 664.951538 0.000000 0.390325 0.000000 -0.920677 0.464139 0.464139 0.464139 +5293.587891 0.000000 629.100403 0.000000 0.120381 0.000000 -0.992728 0.482191 0.482191 0.482191 +5269.917480 0.000000 665.590393 0.000000 0.055386 0.000000 -0.998465 0.505544 0.505544 0.505544 +5273.774414 0.000000 671.027344 0.000000 0.657026 0.000000 -0.753868 0.524670 0.524670 0.524670 +5281.128418 0.000000 662.091309 0.000000 0.215588 0.000000 -0.976484 0.546361 0.546361 0.546361 +5281.519531 0.000000 629.189087 0.000000 0.058617 0.000000 -0.998281 0.622442 0.622442 0.622442 +5303.822754 0.000000 652.621277 0.000000 0.453476 0.000000 -0.891268 0.543262 0.543262 0.543262 +5274.692383 0.000000 633.779053 0.000000 0.014615 0.000000 -0.999893 0.524222 0.524222 0.524222 +5268.029785 0.000000 625.254883 0.000000 0.702200 0.000000 -0.711979 0.569735 0.569735 0.569735 +5272.325195 0.000000 670.468384 0.000000 0.295018 0.000000 -0.955492 0.534173 0.534173 0.534173 +5279.732910 0.000000 674.144897 0.000000 0.239009 0.000000 -0.971017 0.532559 0.532559 0.532559 +5294.236328 0.000000 677.184509 0.000000 0.359325 0.000000 -0.933212 0.551558 0.551558 0.551558 +5309.145996 0.000000 663.007385 0.000000 0.234828 0.000000 -0.972037 0.575440 0.575440 0.575440 +5284.191406 0.000000 633.033081 0.000000 0.537949 0.000000 -0.842977 0.592718 0.592718 0.592718 +5303.719727 0.000000 625.357971 0.000000 0.640203 0.000000 -0.768205 0.626291 0.626291 0.626291 +5365.013672 0.000000 655.974487 0.000000 0.266339 0.000000 -0.963880 0.426105 0.426105 0.426105 +5370.385254 0.000000 623.920166 0.000000 0.576199 0.000000 -0.817310 0.418297 0.418297 0.418297 +5312.009766 0.000000 663.520630 0.000000 0.085722 0.000000 -0.996319 0.446235 0.446235 0.446235 +5354.835938 0.000000 627.334412 0.000000 0.432204 0.000000 -0.901776 0.439134 0.439134 0.439134 +5340.947754 0.000000 651.399963 0.000000 0.070215 0.000000 -0.997532 0.436276 0.436276 0.436276 +5318.028809 0.000000 644.257751 0.000000 0.511993 0.000000 -0.858989 0.564690 0.564690 0.564690 +5313.654297 0.000000 635.686279 0.000000 0.128203 0.000000 -0.991748 0.479117 0.479117 0.479117 +5364.316895 0.000000 650.454041 0.000000 0.203766 0.000000 -0.979020 0.514263 0.514263 0.514263 +5315.099121 0.000000 648.029785 0.000000 0.083127 0.000000 -0.996539 0.502032 0.502032 0.502032 +5365.177734 0.000000 631.848572 0.000000 0.286965 0.000000 -0.957941 0.486304 0.486304 0.486304 +5369.360352 0.000000 632.584778 0.000000 0.701884 0.000000 -0.712292 0.481277 0.481277 0.481277 +5362.425293 0.000000 623.482483 0.000000 0.692381 0.000000 -0.721532 0.484328 0.484328 0.484328 +5362.395020 0.000000 651.344727 0.000000 0.235925 0.000000 -0.971771 0.565050 0.565050 0.565050 +5316.483887 0.000000 651.076843 0.000000 0.175136 0.000000 -0.984544 0.585982 0.585982 0.585982 +5312.371582 0.000000 626.412964 0.000000 0.264043 0.000000 -0.964511 0.602802 0.602802 0.602802 +5357.431152 0.000000 625.379822 0.000000 0.368602 0.000000 -0.929587 0.500530 0.500530 0.500530 +5365.385254 0.000000 651.935364 0.000000 0.397789 0.000000 -0.917477 0.509986 0.509986 0.509986 +5314.209961 0.000000 632.102966 0.000000 0.234103 0.000000 -0.972212 0.588812 0.588812 0.588812 +5315.916016 0.000000 625.941162 0.000000 0.546428 0.000000 -0.837506 0.589545 0.589545 0.589545 +5315.452637 0.000000 661.300659 0.000000 0.030764 0.000000 -0.999527 0.585368 0.585368 0.585368 +5317.597656 0.000000 634.795715 0.000000 0.497024 0.000000 -0.867737 0.537767 0.537767 0.537767 +5357.193359 0.000000 642.177856 0.000000 0.307825 0.000000 -0.951443 0.588191 0.588191 0.588191 +5356.992676 0.000000 644.228882 0.000000 0.298314 0.000000 -0.954468 0.591421 0.591421 0.591421 +5175.794922 0.000000 690.818726 0.000000 0.013864 0.000000 -0.999904 0.512322 0.512322 0.512322 +5178.270996 0.000000 686.146301 0.000000 0.171173 0.000000 -0.985241 0.581614 0.581614 0.581614 +5169.824707 0.000000 688.297913 0.000000 0.228946 0.000000 -0.973439 0.602352 0.602352 0.602352 +5174.908203 0.000000 689.686523 0.000000 0.402731 0.000000 -0.915318 0.623541 0.623541 0.623541 +5181.505859 0.000000 685.888916 0.000000 0.074302 0.000000 -0.997236 0.588724 0.588724 0.588724 +5242.807129 0.000000 684.467041 0.000000 0.030260 0.000000 -0.999542 0.419768 0.419768 0.419768 +5210.074219 0.000000 708.328918 0.000000 0.701368 0.000000 -0.712799 0.410776 0.410776 0.410776 +5201.256836 0.000000 712.527344 0.000000 0.054579 0.000000 -0.998509 0.419986 0.419986 0.419986 +5213.530273 0.000000 705.104858 0.000000 0.475192 0.000000 -0.879882 0.422826 0.422826 0.422826 +5237.860840 0.000000 725.878967 0.000000 0.692910 0.000000 -0.721024 0.411258 0.411258 0.411258 +5242.504395 0.000000 701.571350 0.000000 0.425986 0.000000 -0.904730 0.416545 0.416545 0.416545 +5204.094727 0.000000 693.213379 0.000000 0.589417 0.000000 -0.807829 0.453116 0.453116 0.453116 +5244.013184 0.000000 692.677246 0.000000 0.559833 0.000000 -0.828605 0.480569 0.480569 0.480569 +5233.394043 0.000000 703.142273 0.000000 0.130584 0.000000 -0.991437 0.452797 0.452797 0.452797 +5238.158691 0.000000 709.872253 0.000000 0.697877 0.000000 -0.716218 0.431271 0.431271 0.431271 +5217.365723 0.000000 687.987366 0.000000 0.089967 0.000000 -0.995945 0.449084 0.449084 0.449084 +5207.105957 0.000000 699.049194 0.000000 0.672090 0.000000 -0.740469 0.447134 0.447134 0.447134 +5222.792969 0.000000 680.624512 0.000000 0.453112 0.000000 -0.891454 0.465784 0.465784 0.465784 +5229.747070 0.000000 726.504089 0.000000 0.665677 0.000000 -0.746240 0.458444 0.458444 0.458444 +5243.815430 0.000000 696.532288 0.000000 0.239316 0.000000 -0.970942 0.468360 0.468360 0.468360 +5222.819824 0.000000 730.064209 0.000000 0.180641 0.000000 -0.983549 0.472323 0.472323 0.472323 +5190.936035 0.000000 681.388306 0.000000 0.290361 0.000000 -0.956917 0.512388 0.512388 0.512388 +5196.080078 0.000000 709.101318 0.000000 0.527742 0.000000 -0.849405 0.479872 0.479872 0.479872 +5234.999023 0.000000 685.155334 0.000000 0.518717 0.000000 -0.854946 0.508556 0.508556 0.508556 +5217.128418 0.000000 718.575684 0.000000 0.554839 0.000000 -0.831958 0.583499 0.583499 0.583499 +5208.204102 0.000000 722.340027 0.000000 0.060050 0.000000 -0.998195 0.533661 0.533661 0.533661 +5209.349609 0.000000 697.763184 0.000000 0.447350 0.000000 -0.894359 0.613225 0.613225 0.613225 +5236.078125 0.000000 694.483215 0.000000 0.172318 0.000000 -0.985041 0.504650 0.504650 0.504650 +5219.595703 0.000000 697.924377 0.000000 0.443188 0.000000 -0.896429 0.638715 0.638715 0.638715 +5209.909180 0.000000 694.898804 0.000000 0.573430 0.000000 -0.819255 0.535639 0.535639 0.535639 +5213.209473 0.000000 733.773743 0.000000 0.415630 0.000000 -0.909534 0.642857 0.642857 0.642857 +5219.032227 0.000000 695.448608 0.000000 0.036375 0.000000 -0.999338 0.585218 0.585218 0.585218 +5234.572266 0.000000 702.527161 0.000000 0.322881 0.000000 -0.946440 0.644744 0.644744 0.644744 +5243.590332 0.000000 680.965027 0.000000 0.100769 0.000000 -0.994910 0.637845 0.637845 0.637845 +5192.904785 0.000000 684.092163 0.000000 0.289469 0.000000 -0.957187 0.648783 0.648783 0.648783 +5233.121094 0.000000 729.720581 0.000000 0.114700 0.000000 -0.993400 0.652120 0.652120 0.652120 +5244.125488 0.000000 688.707092 0.000000 0.438824 0.000000 -0.898573 0.640724 0.640724 0.640724 +5225.341797 0.000000 706.462463 0.000000 0.019347 0.000000 -0.999813 0.652057 0.652057 0.652057 +5241.375000 0.000000 681.070251 0.000000 0.366698 0.000000 -0.930340 0.624755 0.624755 0.624755 +5224.696289 0.000000 744.544434 0.000000 0.056141 0.000000 -0.998423 0.625555 0.625555 0.625555 +5225.849121 0.000000 744.969055 0.000000 0.092306 0.000000 -0.995731 0.624458 0.624458 0.624458 +5288.647949 0.000000 679.139160 0.000000 0.313522 0.000000 -0.949581 0.482885 0.482885 0.482885 +5281.049316 0.000000 679.062805 0.000000 0.047295 0.000000 -0.998881 0.517575 0.517575 0.517575 +5296.748535 0.000000 679.224792 0.000000 0.339837 0.000000 -0.940484 0.600518 0.600518 0.600518 +5284.990723 0.000000 678.498108 0.000000 0.476194 0.000000 -0.879340 0.502428 0.502428 0.502428 +5287.382324 0.000000 711.430969 0.000000 0.110292 0.000000 -0.993899 0.559316 0.559316 0.559316 +5248.016113 0.000000 686.465027 0.000000 0.540880 0.000000 -0.841100 0.539423 0.539423 0.539423 +5285.817871 0.000000 711.379272 0.000000 0.565904 0.000000 -0.824471 0.507371 0.507371 0.507371 "} diff --git a/gfx/map/map_object_data/generated/pine_dense_generator_3.txt b/gfx/map/map_object_data/generated/pine_dense_generator_3.txt index 24d5facb..57e4fb18 100644 --- a/gfx/map/map_object_data/generated/pine_dense_generator_3.txt +++ b/gfx/map/map_object_data/generated/pine_dense_generator_3.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_001_mesh" - count=146 + count=516 transform="105.204681 0.000000 3256.170654 0.000000 0.082024 0.000000 0.996630 0.379856 0.379856 0.379856 102.346771 0.000000 3273.866943 0.000000 0.422954 0.000000 0.906151 0.384541 0.384541 0.384541 119.062531 0.000000 3270.626953 0.000000 0.298520 0.000000 0.954403 0.382784 0.382784 0.382784 @@ -152,6 +152,376 @@ 29.096748 0.000000 3502.427490 0.000000 0.017535 0.000000 0.999846 0.404184 0.404184 0.404184 14.749677 0.000000 3502.062256 0.000000 0.463653 0.000000 0.886017 0.426044 0.426044 0.426044 12.654842 0.000000 3505.735596 0.000000 0.270849 0.000000 0.962622 0.503166 0.503166 0.503166 +5033.656250 0.000000 435.500397 0.000000 0.027704 0.000000 0.999616 0.379274 0.379274 0.379274 +5049.072754 0.000000 445.507721 0.000000 0.266443 0.000000 0.963851 0.395350 0.395350 0.395350 +5053.535645 0.000000 449.566162 0.000000 0.302561 0.000000 0.953130 0.417121 0.417121 0.417121 +5046.238281 0.000000 451.752686 0.000000 0.367084 0.000000 0.930188 0.437135 0.437135 0.437135 +5037.434082 0.000000 481.604279 0.000000 0.438674 0.000000 0.898646 0.385448 0.385448 0.385448 +5028.575195 0.000000 454.264008 0.000000 0.564950 0.000000 0.825125 0.388230 0.388230 0.388230 +5054.994629 0.000000 499.498779 0.000000 0.339624 0.000000 0.940561 0.388204 0.388204 0.388204 +5019.673340 0.000000 504.648315 0.000000 0.543698 0.000000 0.839281 0.397549 0.397549 0.397549 +5031.778320 0.000000 507.709991 0.000000 0.556019 0.000000 0.831169 0.401399 0.401399 0.401399 +5042.750488 0.000000 492.428284 0.000000 0.148518 0.000000 0.988910 0.397020 0.397020 0.397020 +5053.810547 0.000000 485.528442 0.000000 0.045796 0.000000 0.998951 0.418408 0.418408 0.418408 +5050.082520 0.000000 456.099457 0.000000 0.085269 0.000000 0.996358 0.416803 0.416803 0.416803 +5051.962402 0.000000 490.823364 0.000000 0.110335 0.000000 0.993895 0.433319 0.433319 0.433319 +5118.419434 0.000000 494.022308 0.000000 0.504014 0.000000 0.863696 0.386153 0.386153 0.386153 +5085.392090 0.000000 496.548462 0.000000 0.404351 0.000000 0.914604 0.384378 0.384378 0.384378 +5061.729492 0.000000 493.903839 0.000000 0.101738 0.000000 0.994811 0.398611 0.398611 0.398611 +5079.105957 0.000000 473.111694 0.000000 0.201329 0.000000 0.979524 0.402524 0.402524 0.402524 +5061.572266 0.000000 498.805817 0.000000 0.522164 0.000000 0.852845 0.406809 0.406809 0.406809 +5071.228516 0.000000 478.887177 0.000000 0.544993 0.000000 0.838441 0.409645 0.409645 0.409645 +5099.628906 0.000000 492.266083 0.000000 0.143078 0.000000 0.989711 0.410868 0.410868 0.410868 +5063.440918 0.000000 502.282135 0.000000 0.555327 0.000000 0.831632 0.413462 0.413462 0.413462 +5065.693359 0.000000 460.937744 0.000000 0.454725 0.000000 0.890632 0.410373 0.410373 0.410373 +5092.830078 0.000000 486.802765 0.000000 0.115930 0.000000 0.993257 0.421942 0.421942 0.421942 +5070.389648 0.000000 489.659424 0.000000 0.320190 0.000000 0.947353 0.422137 0.422137 0.422137 +5101.839355 0.000000 478.560791 0.000000 0.041315 0.000000 0.999146 0.422900 0.422900 0.422900 +5075.881836 0.000000 490.412537 0.000000 0.272512 0.000000 0.962152 0.423606 0.423606 0.423606 +5075.070801 0.000000 495.242828 0.000000 0.331279 0.000000 0.943533 0.422341 0.422341 0.422341 +5073.688477 0.000000 480.101837 0.000000 0.570201 0.000000 0.821505 0.424612 0.424612 0.424612 +5093.967285 0.000000 476.772339 0.000000 0.346237 0.000000 0.938147 0.441405 0.441405 0.441405 +5090.375977 0.000000 468.317719 0.000000 0.285065 0.000000 0.958508 0.414465 0.414465 0.414465 +5095.989746 0.000000 477.778870 0.000000 0.096351 0.000000 0.995347 0.436484 0.436484 0.436484 +5117.810547 0.000000 485.528442 0.000000 0.404475 0.000000 0.914549 0.418971 0.418971 0.418971 +5093.265137 0.000000 471.538513 0.000000 0.062761 0.000000 0.998029 0.423285 0.423285 0.423285 +5093.817871 0.000000 485.441772 0.000000 0.586380 0.000000 0.810036 0.439416 0.439416 0.439416 +5101.641602 0.000000 468.231995 0.000000 0.098931 0.000000 0.995094 0.428524 0.428524 0.428524 +5118.321777 0.000000 470.207184 0.000000 0.259005 0.000000 0.965876 0.439652 0.439652 0.439652 +5069.467285 0.000000 500.521790 0.000000 0.154769 0.000000 0.987951 0.431861 0.431861 0.431861 +5057.657715 0.000000 452.378723 0.000000 0.086145 0.000000 0.996283 0.434005 0.434005 0.434005 +5069.681641 0.000000 497.543945 0.000000 0.164019 0.000000 0.986457 0.435490 0.435490 0.435490 +5091.030762 0.000000 475.769348 0.000000 0.044747 0.000000 0.998998 0.433220 0.433220 0.433220 +5057.598145 0.000000 455.440765 0.000000 0.142574 0.000000 0.989784 0.435079 0.435079 0.435079 +5110.848633 0.000000 474.387634 0.000000 0.399241 0.000000 0.916846 0.442498 0.442498 0.442498 +5099.575684 0.000000 482.605194 0.000000 0.416637 0.000000 0.909073 0.442863 0.442863 0.442863 +5108.156250 0.000000 470.243042 0.000000 0.448015 0.000000 0.894026 0.473003 0.473003 0.473003 +5021.530273 0.000000 535.651733 0.000000 0.027713 0.000000 0.999616 0.379120 0.379120 0.379120 +5021.958984 0.000000 518.559692 0.000000 0.547467 0.000000 0.836827 0.389144 0.389144 0.389144 +5054.582031 0.000000 523.226440 0.000000 0.321258 0.000000 0.946992 0.384362 0.384362 0.384362 +5040.587891 0.000000 528.612610 0.000000 0.109589 0.000000 0.993977 0.382455 0.382455 0.382455 +5019.203125 0.000000 547.677063 0.000000 0.453188 0.000000 0.891415 0.393591 0.393591 0.393591 +5024.801270 0.000000 536.674622 0.000000 0.365745 0.000000 0.930715 0.395746 0.395746 0.395746 +5045.097168 0.000000 510.144684 0.000000 0.574406 0.000000 0.818570 0.428316 0.428316 0.428316 +5046.403320 0.000000 528.045166 0.000000 0.489087 0.000000 0.872235 0.438472 0.438472 0.438472 +5022.190918 0.000000 545.413208 0.000000 0.273704 0.000000 0.961814 0.424796 0.424796 0.424796 +5024.131348 0.000000 513.478760 0.000000 0.361718 0.000000 0.932288 0.432326 0.432326 0.432326 +5046.908203 0.000000 520.233398 0.000000 0.391123 0.000000 0.920338 0.455247 0.455247 0.455247 +5055.974609 0.000000 539.890808 0.000000 0.315003 0.000000 0.949091 0.467512 0.467512 0.467512 +5054.499512 0.000000 537.747925 0.000000 0.371912 0.000000 0.928268 0.471163 0.471163 0.471163 +5087.334473 0.000000 549.344788 0.000000 0.093815 0.000000 0.995590 0.380238 0.380238 0.380238 +5107.759277 0.000000 539.724243 0.000000 0.138529 0.000000 0.990358 0.380554 0.380554 0.380554 +5077.235840 0.000000 528.220459 0.000000 0.471826 0.000000 0.881692 0.385070 0.385070 0.385070 +5076.821777 0.000000 539.470337 0.000000 0.360493 0.000000 0.932762 0.400410 0.400410 0.400410 +5077.422363 0.000000 532.714233 0.000000 0.379153 0.000000 0.925334 0.407844 0.407844 0.407844 +5071.590332 0.000000 560.455872 0.000000 0.350163 0.000000 0.936689 0.416796 0.416796 0.416796 +5089.680176 0.000000 564.187134 0.000000 0.342555 0.000000 0.939498 0.406032 0.406032 0.406032 +5056.043457 0.000000 532.610413 0.000000 0.205365 0.000000 0.978685 0.427028 0.427028 0.427028 +5107.824219 0.000000 552.693848 0.000000 0.065909 0.000000 0.997826 0.443859 0.443859 0.443859 +5108.695312 0.000000 555.331543 0.000000 0.099092 0.000000 0.995078 0.420493 0.420493 0.420493 +5074.010742 0.000000 558.892456 0.000000 0.044447 0.000000 0.999012 0.424098 0.424098 0.424098 +5065.912598 0.000000 537.461548 0.000000 0.293739 0.000000 0.955886 0.428675 0.428675 0.428675 +5062.595703 0.000000 534.358459 0.000000 0.147876 0.000000 0.989006 0.434032 0.434032 0.434032 +5073.775879 0.000000 555.932617 0.000000 0.407375 0.000000 0.913261 0.447379 0.447379 0.447379 +5114.669922 0.000000 564.097168 0.000000 0.355129 0.000000 0.934817 0.476572 0.476572 0.476572 +5066.666016 0.000000 550.720947 0.000000 0.009159 0.000000 0.999958 0.453991 0.453991 0.453991 +5058.875977 0.000000 540.946106 0.000000 0.053886 0.000000 0.998547 0.465077 0.465077 0.465077 +5056.049316 0.000000 534.056885 0.000000 0.571133 0.000000 0.820858 0.461840 0.461840 0.461840 +5063.386719 0.000000 553.574951 0.000000 0.529824 0.000000 0.848108 0.462009 0.462009 0.462009 +5057.498535 0.000000 536.336243 0.000000 0.272745 0.000000 0.962086 0.470004 0.470004 0.470004 +5054.854492 0.000000 591.427185 0.000000 0.336041 0.000000 0.941847 0.400008 0.400008 0.400008 +5050.093750 0.000000 595.280640 0.000000 0.442482 0.000000 0.896777 0.448139 0.448139 0.448139 +5055.974609 0.000000 596.375183 0.000000 0.260021 0.000000 0.965603 0.465109 0.465109 0.465109 +5085.392090 0.000000 609.517212 0.000000 0.000551 0.000000 1.000000 0.378753 0.378753 0.378753 +5104.580566 0.000000 595.284485 0.000000 0.459647 0.000000 0.888101 0.384935 0.384935 0.384935 +5075.443848 0.000000 614.763550 0.000000 0.566515 0.000000 0.824051 0.391897 0.391897 0.391897 +5099.601562 0.000000 617.743835 0.000000 0.366055 0.000000 0.930593 0.385037 0.385037 0.385037 +5090.934570 0.000000 568.412964 0.000000 0.541009 0.000000 0.841017 0.411979 0.411979 0.411979 +5076.141113 0.000000 618.775513 0.000000 0.544106 0.000000 0.839016 0.410834 0.410834 0.410834 +5113.007324 0.000000 610.504272 0.000000 0.414051 0.000000 0.910254 0.412022 0.412022 0.412022 +5108.393066 0.000000 587.237366 0.000000 0.244747 0.000000 0.969587 0.407916 0.407916 0.407916 +5096.256348 0.000000 581.691467 0.000000 0.378602 0.000000 0.925559 0.420858 0.420858 0.420858 +5085.614258 0.000000 596.571655 0.000000 0.469958 0.000000 0.882689 0.422593 0.422593 0.422593 +5091.619629 0.000000 606.750610 0.000000 0.302971 0.000000 0.953000 0.424166 0.424166 0.424166 +5092.990723 0.000000 565.529358 0.000000 0.486271 0.000000 0.873808 0.422912 0.422912 0.422912 +5101.839355 0.000000 591.529541 0.000000 0.028244 0.000000 0.999601 0.410093 0.410093 0.410093 +5118.038574 0.000000 588.826965 0.000000 0.520182 0.000000 0.854055 0.428379 0.428379 0.428379 +5103.286621 0.000000 566.617126 0.000000 0.224003 0.000000 0.974588 0.455113 0.455113 0.455113 +5095.789551 0.000000 578.781189 0.000000 0.042917 0.000000 0.999079 0.460336 0.460336 0.460336 +5113.981445 0.000000 570.471313 0.000000 0.128132 0.000000 0.991757 0.481427 0.481427 0.481427 +5097.849121 0.000000 575.515930 0.000000 0.011193 0.000000 0.999937 0.497486 0.497486 0.497486 +5112.005371 0.000000 570.950989 0.000000 0.377382 0.000000 0.926058 0.487567 0.487567 0.487567 +5089.799316 0.000000 603.729675 0.000000 0.581715 0.000000 0.813393 0.491933 0.491933 0.491933 +5088.813965 0.000000 602.698547 0.000000 0.356414 0.000000 0.934328 0.485874 0.485874 0.485874 +5111.961426 0.000000 566.536377 0.000000 0.413876 0.000000 0.910333 0.509414 0.509414 0.509414 +5095.180176 0.000000 595.268127 0.000000 0.401777 0.000000 0.915738 0.506756 0.506756 0.506756 +5107.716797 0.000000 567.095886 0.000000 0.040395 0.000000 0.999184 0.525788 0.525788 0.525788 +5089.256836 0.000000 601.690552 0.000000 0.047486 0.000000 0.998872 0.515006 0.515006 0.515006 +5127.213379 0.000000 490.075073 0.000000 0.036139 0.000000 0.999347 0.378621 0.378621 0.378621 +5169.031738 0.000000 498.213562 0.000000 0.008344 0.000000 0.999965 0.391396 0.391396 0.391396 +5144.887695 0.000000 493.475189 0.000000 0.087817 0.000000 0.996137 0.394919 0.394919 0.394919 +5173.101074 0.000000 497.200500 0.000000 0.258580 0.000000 0.965990 0.409320 0.409320 0.409320 +5133.704590 0.000000 464.701599 0.000000 0.173322 0.000000 0.984865 0.404401 0.404401 0.404401 +5154.087402 0.000000 476.930206 0.000000 0.305710 0.000000 0.952125 0.412476 0.412476 0.412476 +5127.620605 0.000000 458.104218 0.000000 0.478599 0.000000 0.878034 0.434680 0.434680 0.434680 +5165.674805 0.000000 464.878418 0.000000 0.544478 0.000000 0.838775 0.434882 0.434882 0.434882 +5160.469727 0.000000 471.140228 0.000000 0.387034 0.000000 0.922066 0.434003 0.434003 0.434003 +5134.035156 0.000000 477.874634 0.000000 0.324186 0.000000 0.945993 0.458437 0.458437 0.458437 +5151.732910 0.000000 504.691803 0.000000 0.104444 0.000000 0.994531 0.440067 0.440067 0.440067 +5127.231934 0.000000 465.114288 0.000000 0.542284 0.000000 0.840195 0.474209 0.474209 0.474209 +5126.510254 0.000000 468.475403 0.000000 0.140291 0.000000 0.990110 0.487358 0.487358 0.487358 +5124.081543 0.000000 471.844788 0.000000 0.395804 0.000000 0.918335 0.481061 0.481061 0.481061 +5124.220703 0.000000 469.229706 0.000000 0.413071 0.000000 0.910699 0.491982 0.491982 0.491982 +5150.985352 0.000000 500.918884 0.000000 0.454504 0.000000 0.890745 0.482554 0.482554 0.482554 +5153.498047 0.000000 500.089783 0.000000 0.459736 0.000000 0.888056 0.482689 0.482689 0.482689 +5184.894531 0.000000 482.175110 0.000000 0.366018 0.000000 0.930608 0.383935 0.383935 0.383935 +5215.888672 0.000000 473.419250 0.000000 0.206622 0.000000 0.978421 0.388555 0.388555 0.388555 +5214.288086 0.000000 506.337433 0.000000 0.323652 0.000000 0.946176 0.402170 0.402170 0.402170 +5174.381836 0.000000 537.687012 0.000000 0.212077 0.000000 0.977253 0.381908 0.381908 0.381908 +5131.442871 0.000000 526.167969 0.000000 0.459033 0.000000 0.888419 0.392488 0.392488 0.392488 +5147.190918 0.000000 536.668762 0.000000 0.221166 0.000000 0.975236 0.394644 0.394644 0.394644 +5142.604004 0.000000 546.889038 0.000000 0.251446 0.000000 0.967871 0.402165 0.402165 0.402165 +5136.905273 0.000000 562.258789 0.000000 0.528145 0.000000 0.849154 0.420147 0.420147 0.420147 +5167.350098 0.000000 563.102417 0.000000 0.557754 0.000000 0.830006 0.406266 0.406266 0.406266 +5174.588867 0.000000 561.542542 0.000000 0.576992 0.000000 0.816749 0.419928 0.419928 0.419928 +5176.708984 0.000000 528.802856 0.000000 0.306128 0.000000 0.951990 0.418359 0.418359 0.418359 +5136.310547 0.000000 555.954834 0.000000 0.451553 0.000000 0.892244 0.434122 0.434122 0.434122 +5137.288086 0.000000 513.440613 0.000000 0.024818 0.000000 0.999692 0.436246 0.436246 0.436246 +5153.478516 0.000000 538.380859 0.000000 0.305237 0.000000 0.952277 0.425379 0.425379 0.425379 +5154.559570 0.000000 541.564880 0.000000 0.363785 0.000000 0.931483 0.424123 0.424123 0.424123 +5172.695312 0.000000 555.331543 0.000000 0.161735 0.000000 0.986834 0.442341 0.442341 0.442341 +5136.278320 0.000000 529.078674 0.000000 0.246850 0.000000 0.969054 0.424303 0.424303 0.424303 +5138.634277 0.000000 553.628052 0.000000 0.538725 0.000000 0.842482 0.432361 0.432361 0.432361 +5165.470215 0.000000 555.643677 0.000000 0.500324 0.000000 0.865838 0.454177 0.454177 0.454177 +5157.805176 0.000000 563.886108 0.000000 0.144933 0.000000 0.989441 0.465969 0.465969 0.465969 +5149.209473 0.000000 564.320618 0.000000 0.515206 0.000000 0.857067 0.472325 0.472325 0.472325 +5140.708984 0.000000 551.924805 0.000000 0.131541 0.000000 0.991311 0.455442 0.455442 0.455442 +5168.927734 0.000000 553.375305 0.000000 0.117760 0.000000 0.993042 0.474413 0.474413 0.474413 +5155.546875 0.000000 561.319519 0.000000 0.526629 0.000000 0.850095 0.499805 0.499805 0.499805 +5162.742676 0.000000 532.549011 0.000000 0.031458 0.000000 0.999505 0.549272 0.549272 0.549272 +5161.344238 0.000000 557.787231 0.000000 0.534171 0.000000 0.845376 0.544604 0.544604 0.544604 +5160.559570 0.000000 535.045288 0.000000 0.532199 0.000000 0.846619 0.565217 0.565217 0.565217 +5162.533691 0.000000 534.163757 0.000000 0.048468 0.000000 0.998825 0.548465 0.548465 0.548465 +5194.351562 0.000000 529.238342 0.000000 0.515118 0.000000 0.857119 0.386530 0.386530 0.386530 +5229.386719 0.000000 563.066406 0.000000 0.103844 0.000000 0.994594 0.379933 0.379933 0.379933 +5193.278320 0.000000 558.442932 0.000000 0.032572 0.000000 0.999469 0.379109 0.379109 0.379109 +5212.947754 0.000000 538.431213 0.000000 0.168313 0.000000 0.985734 0.380955 0.380955 0.380955 +5245.125000 0.000000 560.838623 0.000000 0.503538 0.000000 0.863973 0.385521 0.385521 0.385521 +5212.979980 0.000000 523.638550 0.000000 0.288171 0.000000 0.957579 0.407472 0.407472 0.407472 +5237.449707 0.000000 558.250916 0.000000 0.197186 0.000000 0.980366 0.404791 0.404791 0.404791 +5236.080566 0.000000 521.552917 0.000000 0.313467 0.000000 0.949599 0.427877 0.427877 0.427877 +5210.869141 0.000000 529.808289 0.000000 0.360585 0.000000 0.932726 0.432304 0.432304 0.432304 +5201.817871 0.000000 527.520447 0.000000 0.564891 0.000000 0.825165 0.430519 0.430519 0.430519 +5198.035156 0.000000 534.359009 0.000000 0.110940 0.000000 0.993827 0.444761 0.444761 0.444761 +5233.542480 0.000000 529.788147 0.000000 0.472614 0.000000 0.881269 0.434556 0.434556 0.434556 +5184.860352 0.000000 564.200867 0.000000 0.548520 0.000000 0.836137 0.512244 0.512244 0.512244 +5142.628418 0.000000 594.870972 0.000000 0.231257 0.000000 0.972893 0.381636 0.381636 0.381636 +5163.601562 0.000000 617.743835 0.000000 0.055292 0.000000 0.998470 0.386318 0.386318 0.386318 +5147.698730 0.000000 611.343079 0.000000 0.340429 0.000000 0.940270 0.388217 0.388217 0.388217 +5180.727539 0.000000 567.338257 0.000000 0.409594 0.000000 0.912268 0.402423 0.402423 0.402423 +5176.096680 0.000000 592.487671 0.000000 0.363741 0.000000 0.931500 0.395714 0.395714 0.395714 +5167.085449 0.000000 603.671875 0.000000 0.519880 0.000000 0.854239 0.405563 0.405563 0.405563 +5158.792969 0.000000 567.655762 0.000000 0.425217 0.000000 0.905091 0.397914 0.397914 0.397914 +5165.585449 0.000000 575.276855 0.000000 0.214046 0.000000 0.976824 0.395706 0.395706 0.395706 +5179.529785 0.000000 565.490723 0.000000 0.179626 0.000000 0.983735 0.401008 0.401008 0.401008 +5180.034180 0.000000 612.666992 0.000000 0.409983 0.000000 0.912093 0.414326 0.414326 0.414326 +5148.979980 0.000000 580.122925 0.000000 0.095118 0.000000 0.995466 0.408910 0.408910 0.408910 +5182.970703 0.000000 587.499756 0.000000 0.396267 0.000000 0.918136 0.416449 0.416449 0.416449 +5178.520996 0.000000 618.756348 0.000000 0.192371 0.000000 0.981322 0.412864 0.412864 0.412864 +5148.720215 0.000000 605.352905 0.000000 0.049604 0.000000 0.998769 0.402404 0.402404 0.402404 +5154.967773 0.000000 599.586426 0.000000 0.350607 0.000000 0.936523 0.415624 0.415624 0.415624 +5131.084961 0.000000 575.222412 0.000000 0.353353 0.000000 0.935490 0.416853 0.416853 0.416853 +5132.062012 0.000000 586.149170 0.000000 0.180247 0.000000 0.983621 0.421937 0.421937 0.421937 +5156.830078 0.000000 599.771484 0.000000 0.477306 0.000000 0.878737 0.417960 0.417960 0.417960 +5181.535645 0.000000 619.019287 0.000000 0.555284 0.000000 0.831661 0.419487 0.419487 0.419487 +5171.291016 0.000000 575.267822 0.000000 0.295117 0.000000 0.955461 0.414641 0.414641 0.414641 +5128.280273 0.000000 599.074707 0.000000 0.253956 0.000000 0.967216 0.412754 0.412754 0.412754 +5128.564453 0.000000 616.574829 0.000000 0.473290 0.000000 0.880907 0.417883 0.417883 0.417883 +5157.967285 0.000000 589.741089 0.000000 0.335102 0.000000 0.942182 0.415347 0.415347 0.415347 +5154.375977 0.000000 581.286499 0.000000 0.044823 0.000000 0.998995 0.416102 0.416102 0.416102 +5128.953125 0.000000 590.774475 0.000000 0.053657 0.000000 0.998559 0.412815 0.412815 0.412815 +5183.169434 0.000000 581.721436 0.000000 0.147838 0.000000 0.989012 0.438625 0.438625 0.438625 +5138.929199 0.000000 570.317993 0.000000 0.429652 0.000000 0.902994 0.434861 0.434861 0.434861 +5157.106445 0.000000 577.441711 0.000000 0.303652 0.000000 0.952783 0.453344 0.453344 0.453344 +5154.144043 0.000000 615.833252 0.000000 0.375181 0.000000 0.926952 0.436121 0.436121 0.436121 +5133.681641 0.000000 610.512695 0.000000 0.389032 0.000000 0.921224 0.441109 0.441109 0.441109 +5181.240234 0.000000 578.874939 0.000000 0.311379 0.000000 0.950286 0.445362 0.445362 0.445362 +5163.575684 0.000000 595.573975 0.000000 0.124595 0.000000 0.992208 0.468916 0.468916 0.468916 +5136.398438 0.000000 609.900208 0.000000 0.076541 0.000000 0.997066 0.454282 0.454282 0.454282 +5146.256836 0.000000 569.568665 0.000000 0.380253 0.000000 0.924883 0.460856 0.460856 0.460856 +5139.301758 0.000000 584.412598 0.000000 0.529840 0.000000 0.848097 0.475072 0.475072 0.475072 +5149.379395 0.000000 576.319153 0.000000 0.358441 0.000000 0.933552 0.461530 0.461530 0.461530 +5136.399414 0.000000 592.564453 0.000000 0.173847 0.000000 0.984773 0.468893 0.468893 0.468893 +5167.816406 0.000000 610.632080 0.000000 0.006181 0.000000 0.999981 0.470723 0.470723 0.470723 +5144.631836 0.000000 575.456604 0.000000 0.392504 0.000000 0.919750 0.485632 0.485632 0.485632 +5125.597168 0.000000 591.730408 0.000000 0.333024 0.000000 0.942918 0.487593 0.487593 0.487593 +5162.544434 0.000000 601.696777 0.000000 0.268021 0.000000 0.963413 0.493969 0.493969 0.493969 +5178.406250 0.000000 603.924072 0.000000 0.045961 0.000000 0.998943 0.481700 0.481700 0.481700 +5124.993652 0.000000 589.026855 0.000000 0.261482 0.000000 0.965208 0.460531 0.460531 0.460531 +5179.628418 0.000000 608.519287 0.000000 0.174092 0.000000 0.984729 0.473450 0.473450 0.473450 +5164.134277 0.000000 599.825073 0.000000 0.398479 0.000000 0.917177 0.467123 0.467123 0.467123 +5147.970215 0.000000 565.825867 0.000000 0.297283 0.000000 0.954789 0.471726 0.471726 0.471726 +5151.169922 0.000000 578.081360 0.000000 0.186758 0.000000 0.982406 0.479430 0.479430 0.479430 +5137.052246 0.000000 607.648315 0.000000 0.233942 0.000000 0.972251 0.503316 0.503316 0.503316 +5177.239746 0.000000 608.173035 0.000000 0.009997 0.000000 0.999950 0.466341 0.466341 0.466341 +5177.571289 0.000000 604.699585 0.000000 0.437015 0.000000 0.899454 0.521674 0.521674 0.521674 +5161.508789 0.000000 577.217712 0.000000 0.326929 0.000000 0.945049 0.544563 0.544563 0.544563 +5210.074219 0.000000 595.360168 0.000000 0.437503 0.000000 0.899217 0.385486 0.385486 0.385486 +5231.447754 0.000000 577.529419 0.000000 0.474957 0.000000 0.880009 0.385173 0.385173 0.385173 +5223.591309 0.000000 606.679810 0.000000 0.537098 0.000000 0.843520 0.386117 0.386117 0.386117 +5193.795410 0.000000 564.868103 0.000000 0.019101 0.000000 0.999818 0.378306 0.378306 0.378306 +5245.638184 0.000000 584.566956 0.000000 0.417782 0.000000 0.908547 0.384122 0.384122 0.384122 +5188.166992 0.000000 613.608337 0.000000 0.512749 0.000000 0.858538 0.418644 0.418644 0.418644 +5199.228516 0.000000 591.855896 0.000000 0.334951 0.000000 0.942236 0.408266 0.408266 0.408266 +5223.147461 0.000000 601.747009 0.000000 0.437232 0.000000 0.899349 0.425526 0.425526 0.425526 +5206.981445 0.000000 593.068298 0.000000 0.492413 0.000000 0.870362 0.418249 0.418249 0.418249 +5184.588379 0.000000 617.146240 0.000000 0.587004 0.000000 0.809584 0.420135 0.420135 0.420135 +5184.517090 0.000000 614.620789 0.000000 0.200701 0.000000 0.979653 0.413007 0.413007 0.413007 +5221.294434 0.000000 609.799866 0.000000 0.172907 0.000000 0.984938 0.425276 0.425276 0.425276 +5244.312988 0.000000 588.598633 0.000000 0.190804 0.000000 0.981628 0.414000 0.414000 0.414000 +5200.728516 0.000000 564.850342 0.000000 0.498345 0.000000 0.866979 0.435094 0.435094 0.435094 +5197.306641 0.000000 589.395203 0.000000 0.525759 0.000000 0.850634 0.418899 0.418899 0.418899 +5199.736328 0.000000 595.604980 0.000000 0.391373 0.000000 0.920232 0.423462 0.423462 0.423462 +5202.929199 0.000000 570.317993 0.000000 0.205361 0.000000 0.978686 0.437441 0.437441 0.437441 +5206.020996 0.000000 566.163818 0.000000 0.204842 0.000000 0.978795 0.421217 0.421217 0.421217 +5229.470215 0.000000 593.070801 0.000000 0.235482 0.000000 0.971879 0.462262 0.462262 0.462262 +5203.521973 0.000000 596.619446 0.000000 0.466908 0.000000 0.884306 0.468760 0.468760 0.468760 +5228.409668 0.000000 590.872192 0.000000 0.585511 0.000000 0.810665 0.461006 0.461006 0.461006 +5212.436523 0.000000 581.446594 0.000000 0.043934 0.000000 0.999034 0.456980 0.456980 0.456980 +5187.455566 0.000000 583.524841 0.000000 0.154087 0.000000 0.988057 0.462760 0.462760 0.462760 +5198.689941 0.000000 601.188049 0.000000 0.432681 0.000000 0.901547 0.474970 0.474970 0.474970 +5169.394043 0.000000 646.657898 0.000000 0.502939 0.000000 0.864322 0.385407 0.385407 0.385407 +5168.587891 0.000000 641.581360 0.000000 0.057402 0.000000 0.998351 0.385190 0.385190 0.385190 +5167.448242 0.000000 645.835693 0.000000 0.313147 0.000000 0.949705 0.399634 0.399634 0.399634 +5173.101074 0.000000 666.653625 0.000000 0.476034 0.000000 0.879427 0.410761 0.410761 0.410761 +5173.007812 0.000000 662.478516 0.000000 0.034167 0.000000 0.999416 0.401006 0.401006 0.401006 +5173.177734 0.000000 631.848572 0.000000 0.573776 0.000000 0.819012 0.419863 0.419863 0.419863 +5155.093262 0.000000 643.704224 0.000000 0.496749 0.000000 0.867894 0.423119 0.423119 0.423119 +5163.071777 0.000000 631.906616 0.000000 0.344058 0.000000 0.938948 0.415507 0.415507 0.415507 +5147.120117 0.000000 623.276794 0.000000 0.362709 0.000000 0.931903 0.412294 0.412294 0.412294 +5176.654297 0.000000 638.541077 0.000000 0.442269 0.000000 0.896883 0.417298 0.417298 0.417298 +5137.145996 0.000000 623.882324 0.000000 0.153421 0.000000 0.988161 0.412202 0.412202 0.412202 +5171.291016 0.000000 631.752197 0.000000 0.171499 0.000000 0.985184 0.412509 0.412509 0.412509 +5126.054199 0.000000 622.926758 0.000000 0.153117 0.000000 0.988208 0.412196 0.412196 0.412196 +5177.864746 0.000000 649.919312 0.000000 0.403056 0.000000 0.915175 0.415387 0.415387 0.415387 +5144.631836 0.000000 631.940979 0.000000 0.456682 0.000000 0.889630 0.473217 0.473217 0.473217 +5161.821777 0.000000 635.785095 0.000000 0.461875 0.000000 0.886945 0.474522 0.474522 0.474522 +5159.881348 0.000000 621.391357 0.000000 0.426073 0.000000 0.904689 0.479487 0.479487 0.479487 +5177.653809 0.000000 674.168579 0.000000 0.554358 0.000000 0.832278 0.505344 0.505344 0.505344 +5180.292969 0.000000 677.650940 0.000000 0.426283 0.000000 0.904590 0.495827 0.495827 0.495827 +5174.227051 0.000000 675.496338 0.000000 0.452675 0.000000 0.891675 0.519832 0.519832 0.519832 +5238.381836 0.000000 650.655762 0.000000 0.040145 0.000000 0.999194 0.379518 0.379518 0.379518 +5194.072266 0.000000 677.500122 0.000000 0.227041 0.000000 0.973885 0.381308 0.381308 0.381308 +5214.961914 0.000000 622.289429 0.000000 0.300872 0.000000 0.953665 0.382691 0.382691 0.382691 +5195.616211 0.000000 650.669250 0.000000 0.187593 0.000000 0.982247 0.380885 0.380885 0.380885 +5247.374512 0.000000 661.423645 0.000000 0.002997 0.000000 0.999996 0.391315 0.391315 0.391315 +5245.252441 0.000000 631.754456 0.000000 0.522767 0.000000 0.852475 0.410429 0.410429 0.410429 +5246.970703 0.000000 643.984131 0.000000 0.235012 0.000000 0.971992 0.407753 0.407753 0.407753 +5217.680176 0.000000 677.155884 0.000000 0.576270 0.000000 0.817259 0.413875 0.413875 0.413875 +5184.144043 0.000000 649.728333 0.000000 0.400514 0.000000 0.916291 0.407027 0.407027 0.407027 +5232.943848 0.000000 632.916626 0.000000 0.178136 0.000000 0.984006 0.421899 0.421899 0.421899 +5220.560547 0.000000 635.383911 0.000000 0.552165 0.000000 0.833735 0.425440 0.425440 0.425440 +5221.967285 0.000000 646.225464 0.000000 0.157019 0.000000 0.987596 0.418053 0.418053 0.418053 +5195.377441 0.000000 640.871704 0.000000 0.293710 0.000000 0.955895 0.441508 0.441508 0.441508 +5201.288086 0.000000 626.409363 0.000000 0.315345 0.000000 0.948977 0.427912 0.427912 0.427912 +5242.082520 0.000000 625.552612 0.000000 0.574207 0.000000 0.818710 0.447545 0.447545 0.447545 +5223.382324 0.000000 654.946594 0.000000 0.288178 0.000000 0.957577 0.423893 0.423893 0.423893 +5235.609375 0.000000 656.677307 0.000000 0.541994 0.000000 0.840382 0.461117 0.461117 0.461117 +5225.033691 0.000000 662.764832 0.000000 0.424647 0.000000 0.905359 0.445392 0.445392 0.445392 +5203.857422 0.000000 674.025024 0.000000 0.109128 0.000000 0.994028 0.487714 0.487714 0.487714 +5221.762695 0.000000 665.205566 0.000000 0.019960 0.000000 0.999801 0.533916 0.533916 0.533916 +5208.507324 0.000000 668.853149 0.000000 0.051625 0.000000 0.998667 0.547662 0.547662 0.547662 +5239.038086 0.000000 669.328186 0.000000 0.392322 0.000000 0.919828 0.539843 0.539843 0.539843 +5210.823242 0.000000 671.048279 0.000000 0.560444 0.000000 0.828192 0.556065 0.556065 0.556065 +5230.329102 0.000000 675.565918 0.000000 0.077253 0.000000 0.997012 0.526869 0.526869 0.526869 +5201.884277 0.000000 675.553223 0.000000 0.414733 0.000000 0.909943 0.561301 0.561301 0.561301 +5222.308594 0.000000 672.725586 0.000000 0.162333 0.000000 0.986736 0.548021 0.548021 0.548021 +5205.892578 0.000000 670.577087 0.000000 0.189370 0.000000 0.981906 0.547277 0.547277 0.547277 +5244.497559 0.000000 664.511108 0.000000 0.469726 0.000000 0.882812 0.562648 0.562648 0.562648 +5202.972168 0.000000 672.045227 0.000000 0.198780 0.000000 0.980044 0.551545 0.551545 0.551545 +5209.509277 0.000000 668.319702 0.000000 0.134580 0.000000 0.990903 0.550533 0.550533 0.550533 +5272.641113 0.000000 620.568237 0.000000 0.020195 0.000000 0.999796 0.403080 0.403080 0.403080 +5254.936035 0.000000 568.419556 0.000000 0.273062 0.000000 0.961996 0.415427 0.415427 0.415427 +5250.335449 0.000000 596.073792 0.000000 0.446697 0.000000 0.894685 0.431650 0.431650 0.431650 +5307.964844 0.000000 616.145569 0.000000 0.154997 0.000000 0.987915 0.436467 0.436467 0.436467 +5276.899902 0.000000 616.392456 0.000000 0.220525 0.000000 0.975381 0.446977 0.446977 0.446977 +5298.861328 0.000000 620.361206 0.000000 0.300943 0.000000 0.953642 0.424128 0.424128 0.424128 +5271.599609 0.000000 619.398926 0.000000 0.100534 0.000000 0.994934 0.430845 0.430845 0.430845 +5258.378418 0.000000 576.705139 0.000000 0.338765 0.000000 0.940871 0.427182 0.427182 0.427182 +5308.104492 0.000000 618.497498 0.000000 0.584308 0.000000 0.811532 0.439369 0.439369 0.439369 +5257.923828 0.000000 582.438171 0.000000 0.076845 0.000000 0.997043 0.456552 0.456552 0.456552 +5309.367188 0.000000 615.979492 0.000000 0.301902 0.000000 0.953339 0.462583 0.462583 0.462583 +5304.315430 0.000000 658.337097 0.000000 0.538783 0.000000 0.842445 0.386644 0.386644 0.386644 +5301.860840 0.000000 669.394592 0.000000 0.536727 0.000000 0.843756 0.386261 0.386261 0.386261 +5301.428223 0.000000 639.169373 0.000000 0.253394 0.000000 0.967363 0.384540 0.384540 0.384540 +5283.619629 0.000000 663.234985 0.000000 0.040890 0.000000 0.999164 0.419466 0.419466 0.419466 +5248.850586 0.000000 661.892822 0.000000 0.380170 0.000000 0.924916 0.416156 0.416156 0.416156 +5277.325684 0.000000 625.803101 0.000000 0.524965 0.000000 0.851124 0.438051 0.438051 0.438051 +5305.198730 0.000000 648.063599 0.000000 0.160563 0.000000 0.987025 0.462902 0.462902 0.462902 +5301.635254 0.000000 659.850708 0.000000 0.270319 0.000000 0.962771 0.450318 0.450318 0.450318 +5294.744141 0.000000 646.981628 0.000000 0.537790 0.000000 0.843079 0.465774 0.465774 0.465774 +5272.231445 0.000000 623.006470 0.000000 0.561123 0.000000 0.827733 0.475894 0.475894 0.475894 +5287.881348 0.000000 621.391357 0.000000 0.389202 0.000000 0.921152 0.475073 0.475073 0.475073 +5270.176758 0.000000 658.751099 0.000000 0.452631 0.000000 0.891698 0.507042 0.507042 0.507042 +5293.039062 0.000000 658.751526 0.000000 0.442660 0.000000 0.896690 0.520688 0.520688 0.520688 +5310.436523 0.000000 631.850403 0.000000 0.418610 0.000000 0.908166 0.518807 0.518807 0.518807 +5322.329590 0.000000 646.032715 0.000000 0.061121 0.000000 0.998130 0.378970 0.378970 0.378970 +5355.960938 0.000000 643.430359 0.000000 0.486937 0.000000 0.873437 0.416948 0.416948 0.416948 +5356.442383 0.000000 627.840881 0.000000 0.277870 0.000000 0.960619 0.438864 0.438864 0.438864 +5369.112305 0.000000 627.918396 0.000000 0.264116 0.000000 0.964491 0.428118 0.428118 0.428118 +5324.617676 0.000000 637.975464 0.000000 0.162652 0.000000 0.986683 0.440063 0.440063 0.440063 +5323.039062 0.000000 637.584534 0.000000 0.510425 0.000000 0.859922 0.459164 0.459164 0.459164 +5347.506348 0.000000 653.198242 0.000000 0.439425 0.000000 0.898279 0.458686 0.458686 0.458686 +5315.093750 0.000000 651.398132 0.000000 0.182681 0.000000 0.983172 0.482739 0.482739 0.482739 +5318.510254 0.000000 637.928528 0.000000 0.030250 0.000000 0.999542 0.456688 0.456688 0.456688 +5315.455566 0.000000 640.009216 0.000000 0.431986 0.000000 0.901881 0.470264 0.470264 0.470264 +5363.089355 0.000000 650.325012 0.000000 0.063192 0.000000 0.998001 0.493274 0.493274 0.493274 +5319.767090 0.000000 647.330872 0.000000 0.419691 0.000000 0.907667 0.510739 0.510739 0.510739 +5170.833984 0.000000 686.392822 0.000000 0.343313 0.000000 0.939221 0.554160 0.554160 0.554160 +5175.961426 0.000000 679.505127 0.000000 0.239310 0.000000 0.970943 0.495509 0.495509 0.495509 +5172.250488 0.000000 687.713013 0.000000 0.087216 0.000000 0.996189 0.548558 0.548558 0.548558 +5229.311035 0.000000 712.162415 0.000000 0.219754 0.000000 0.975555 0.382080 0.382080 0.382080 +5220.144531 0.000000 726.773926 0.000000 0.335153 0.000000 0.942164 0.396440 0.396440 0.396440 +5199.824707 0.000000 701.259155 0.000000 0.357875 0.000000 0.933770 0.432251 0.432251 0.432251 +5247.169434 0.000000 694.690186 0.000000 0.585448 0.000000 0.810710 0.451412 0.451412 0.451412 +5206.351074 0.000000 696.552917 0.000000 0.348247 0.000000 0.937403 0.437930 0.437930 0.437930 +5204.575195 0.000000 696.316528 0.000000 0.112765 0.000000 0.993622 0.434511 0.434511 0.434511 +5245.294434 0.000000 693.327942 0.000000 0.574596 0.000000 0.818437 0.443954 0.443954 0.443954 +5210.256836 0.000000 682.537415 0.000000 0.469911 0.000000 0.882714 0.442815 0.442815 0.442815 +5233.096680 0.000000 685.505981 0.000000 0.259898 0.000000 0.965636 0.478893 0.478893 0.478893 +5231.816406 0.000000 723.600830 0.000000 0.299222 0.000000 0.954184 0.450926 0.450926 0.450926 +5207.724609 0.000000 704.941956 0.000000 0.273203 0.000000 0.961956 0.471166 0.471166 0.471166 +5228.222168 0.000000 711.198364 0.000000 0.422694 0.000000 0.906272 0.486409 0.486409 0.486409 +5192.415527 0.000000 704.884766 0.000000 0.302099 0.000000 0.953277 0.504008 0.504008 0.504008 +5187.510254 0.000000 685.086548 0.000000 0.361023 0.000000 0.932557 0.554109 0.554109 0.554109 +5225.763184 0.000000 699.833008 0.000000 0.196540 0.000000 0.980496 0.533747 0.533747 0.533747 +5198.047363 0.000000 705.009827 0.000000 0.368768 0.000000 0.929522 0.509288 0.509288 0.509288 +5221.454590 0.000000 706.996399 0.000000 0.180653 0.000000 0.983547 0.504156 0.504156 0.504156 +5229.039062 0.000000 715.235901 0.000000 0.063145 0.000000 0.998004 0.547834 0.547834 0.547834 +5204.037109 0.000000 717.561157 0.000000 0.096521 0.000000 0.995331 0.538445 0.538445 0.538445 +5236.906250 0.000000 684.064880 0.000000 0.260543 0.000000 0.965462 0.550068 0.550068 0.550068 +5191.502930 0.000000 685.085876 0.000000 0.475152 0.000000 0.879904 0.558913 0.558913 0.558913 +5195.305176 0.000000 685.135437 0.000000 0.145284 0.000000 0.989390 0.525541 0.525541 0.525541 +5237.339355 0.000000 686.132996 0.000000 0.183718 0.000000 0.982979 0.515474 0.515474 0.515474 +5199.058105 0.000000 683.538879 0.000000 0.511224 0.000000 0.859448 0.566074 0.566074 0.566074 +5247.554199 0.000000 686.140442 0.000000 0.026142 0.000000 0.999658 0.520993 0.520993 0.520993 +5205.386719 0.000000 733.638184 0.000000 0.277529 0.000000 0.960717 0.539603 0.539603 0.539603 +5205.468262 0.000000 695.870483 0.000000 0.419244 0.000000 0.907874 0.559082 0.559082 0.559082 +5204.484375 0.000000 702.585938 0.000000 0.570559 0.000000 0.821257 0.563193 0.563193 0.563193 +5222.308594 0.000000 729.209961 0.000000 0.281565 0.000000 0.959542 0.530701 0.530701 0.530701 +5240.811035 0.000000 681.854675 0.000000 0.071072 0.000000 0.997471 0.540944 0.540944 0.540944 +5193.040527 0.000000 707.260010 0.000000 0.431835 0.000000 0.901953 0.563035 0.563035 0.563035 +5202.019531 0.000000 683.583435 0.000000 0.271613 0.000000 0.962407 0.557300 0.557300 0.557300 +5232.424316 0.000000 705.208008 0.000000 0.008540 0.000000 0.999964 0.542666 0.542666 0.542666 +5203.708008 0.000000 696.488892 0.000000 0.578221 0.000000 0.815880 0.565266 0.565266 0.565266 +5201.713867 0.000000 681.252686 0.000000 0.360836 0.000000 0.932629 0.554191 0.554191 0.554191 +5239.870605 0.000000 726.057312 0.000000 0.487093 0.000000 0.873350 0.561660 0.561660 0.561660 +5218.479492 0.000000 696.133545 0.000000 0.587046 0.000000 0.809554 0.567145 0.567145 0.567145 +5239.961426 0.000000 735.989502 0.000000 0.352391 0.000000 0.935853 0.556567 0.556567 0.556567 +5222.709473 0.000000 745.104553 0.000000 0.394134 0.000000 0.919053 0.498440 0.498440 0.498440 +5236.795410 0.000000 735.251587 0.000000 0.493641 0.000000 0.869666 0.562642 0.562642 0.562642 +5286.792969 0.000000 680.624512 0.000000 0.502499 0.000000 0.864578 0.404045 0.404045 0.404045 +5297.364258 0.000000 680.101868 0.000000 0.138797 0.000000 0.990321 0.551109 0.551109 0.551109 "} object={ name="pine_dense_generator_3_1" @@ -160,7 +530,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_002_mesh" - count=147 + count=562 transform="54.864239 0.000000 3274.607910 0.000000 0.752806 0.000000 0.658243 0.390457 0.390457 0.390457 109.311035 0.000000 3253.959229 0.000000 0.816070 0.000000 0.577952 0.391785 0.391785 0.391785 116.706345 0.000000 3275.924805 0.000000 0.683440 0.000000 0.730007 0.391610 0.391610 0.391610 @@ -308,6 +678,421 @@ object={ 4.944921 0.000000 3500.831055 0.000000 0.723470 0.000000 0.690356 0.570894 0.570894 0.570894 35.792835 0.000000 3503.007812 0.000000 0.787297 0.000000 0.616573 0.519468 0.519468 0.519468 7.012550 0.000000 3503.122070 0.000000 0.919968 0.000000 0.391993 0.568805 0.568805 0.568805 +5036.760254 0.000000 433.895752 0.000000 0.947218 0.000000 0.320590 0.395763 0.395763 0.395763 +5042.103516 0.000000 443.723511 0.000000 0.846928 0.000000 0.531708 0.405300 0.405300 0.405300 +5037.465820 0.000000 439.686584 0.000000 0.789720 0.000000 0.613468 0.405042 0.405042 0.405042 +5031.167969 0.000000 443.860596 0.000000 0.721858 0.000000 0.692041 0.418227 0.418227 0.418227 +5042.861328 0.000000 450.908081 0.000000 0.876902 0.000000 0.480669 0.452605 0.452605 0.452605 +5070.953125 0.000000 449.362335 0.000000 0.865834 0.000000 0.500331 0.393198 0.393198 0.393198 +5028.620605 0.000000 498.583496 0.000000 0.639004 0.000000 0.769203 0.388256 0.388256 0.388256 +5055.273438 0.000000 463.266052 0.000000 0.892389 0.000000 0.451268 0.406689 0.406689 0.406689 +5043.318359 0.000000 485.516449 0.000000 0.719020 0.000000 0.694989 0.415704 0.415704 0.415704 +5037.587891 0.000000 459.647247 0.000000 0.939501 0.000000 0.342547 0.432629 0.432629 0.432629 +5049.007324 0.000000 497.535522 0.000000 0.670157 0.000000 0.742220 0.406051 0.406051 0.406051 +5028.742188 0.000000 505.080200 0.000000 0.656854 0.000000 0.754017 0.419195 0.419195 0.419195 +5047.893555 0.000000 495.379791 0.000000 0.930860 0.000000 0.365376 0.424605 0.424605 0.424605 +5050.250000 0.000000 485.366974 0.000000 0.929994 0.000000 0.367574 0.446110 0.446110 0.446110 +5049.993164 0.000000 488.470886 0.000000 0.749138 0.000000 0.662414 0.448393 0.448393 0.448393 +5058.500488 0.000000 471.619080 0.000000 0.893037 0.000000 0.449984 0.393964 0.393964 0.393964 +5087.826172 0.000000 459.997375 0.000000 0.933849 0.000000 0.357668 0.395252 0.395252 0.395252 +5058.822754 0.000000 485.843109 0.000000 0.839376 0.000000 0.543551 0.395081 0.395081 0.395081 +5066.329590 0.000000 476.579620 0.000000 0.691822 0.000000 0.722068 0.388721 0.388721 0.388721 +5078.077637 0.000000 469.049652 0.000000 0.895348 0.000000 0.445368 0.395430 0.395430 0.395430 +5111.044922 0.000000 490.963318 0.000000 0.902935 0.000000 0.429778 0.407049 0.407049 0.407049 +5069.612305 0.000000 455.003601 0.000000 0.762768 0.000000 0.646673 0.394489 0.394489 0.394489 +5086.816895 0.000000 466.312805 0.000000 0.874911 0.000000 0.484284 0.406128 0.406128 0.406128 +5072.382324 0.000000 507.691406 0.000000 0.821570 0.000000 0.570108 0.395874 0.395874 0.395874 +5058.026855 0.000000 500.501190 0.000000 0.859968 0.000000 0.510348 0.399404 0.399404 0.399404 +5066.166504 0.000000 458.388641 0.000000 0.846859 0.000000 0.531818 0.411554 0.411554 0.411554 +5117.252441 0.000000 462.301361 0.000000 0.790438 0.000000 0.612542 0.414985 0.414985 0.414985 +5080.887695 0.000000 493.475189 0.000000 0.939551 0.000000 0.342410 0.408473 0.408473 0.408473 +5065.808105 0.000000 493.042145 0.000000 0.635342 0.000000 0.772231 0.416297 0.416297 0.416297 +5109.007812 0.000000 493.025391 0.000000 0.694780 0.000000 0.719222 0.405344 0.405344 0.405344 +5078.604004 0.000000 490.404633 0.000000 0.874273 0.000000 0.485435 0.421180 0.421180 0.421180 +5060.166992 0.000000 500.639557 0.000000 0.939847 0.000000 0.341597 0.416120 0.416120 0.416120 +5107.318359 0.000000 485.516449 0.000000 0.946973 0.000000 0.321314 0.434283 0.434283 0.434283 +5119.825195 0.000000 465.127625 0.000000 0.704926 0.000000 0.709281 0.421507 0.421507 0.421507 +5092.099609 0.000000 490.192780 0.000000 0.877122 0.000000 0.480268 0.421275 0.421275 0.421275 +5115.502441 0.000000 463.872345 0.000000 0.707935 0.000000 0.706277 0.416675 0.416675 0.416675 +5116.180664 0.000000 485.977509 0.000000 0.729444 0.000000 0.684041 0.425778 0.425778 0.425778 +5074.362793 0.000000 484.511597 0.000000 0.928862 0.000000 0.370425 0.444788 0.444788 0.444788 +5082.057129 0.000000 487.338165 0.000000 0.693665 0.000000 0.720298 0.432244 0.432244 0.432244 +5113.864746 0.000000 480.466187 0.000000 0.861026 0.000000 0.508561 0.440760 0.440760 0.440760 +5096.687988 0.000000 474.375610 0.000000 0.855657 0.000000 0.517543 0.454293 0.454293 0.454293 +5112.710938 0.000000 475.706512 0.000000 0.849767 0.000000 0.527158 0.454077 0.454077 0.454077 +5099.954590 0.000000 475.581055 0.000000 0.706274 0.000000 0.707938 0.449649 0.449649 0.449649 +5102.203125 0.000000 475.396393 0.000000 0.632776 0.000000 0.774335 0.447752 0.447752 0.447752 +5066.331055 0.000000 497.211304 0.000000 0.776610 0.000000 0.629982 0.443037 0.443037 0.443037 +5110.485352 0.000000 477.289246 0.000000 0.591826 0.000000 0.806065 0.444355 0.444355 0.444355 +5102.867676 0.000000 482.334595 0.000000 0.923976 0.000000 0.382450 0.445819 0.445819 0.445819 +5105.393555 0.000000 475.705536 0.000000 0.641904 0.000000 0.766785 0.447979 0.447979 0.447979 +5108.241699 0.000000 463.609772 0.000000 0.886468 0.000000 0.462790 0.459255 0.459255 0.459255 +5101.387695 0.000000 484.663116 0.000000 0.935572 0.000000 0.353137 0.457797 0.457797 0.457797 +5084.743164 0.000000 480.488037 0.000000 0.824131 0.000000 0.566400 0.450699 0.450699 0.450699 +5079.838867 0.000000 482.898682 0.000000 0.819989 0.000000 0.572380 0.453040 0.453040 0.453040 +5111.433594 0.000000 473.078217 0.000000 0.945757 0.000000 0.324875 0.468530 0.468530 0.468530 +5109.096680 0.000000 465.785370 0.000000 0.821258 0.000000 0.570558 0.486471 0.486471 0.486471 +5104.334961 0.000000 467.978333 0.000000 0.617630 0.000000 0.786469 0.488212 0.488212 0.488212 +5030.581055 0.000000 543.483826 0.000000 0.837928 0.000000 0.545781 0.391957 0.391957 0.391957 +5030.646484 0.000000 540.516602 0.000000 0.850493 0.000000 0.525986 0.392312 0.392312 0.392312 +5028.550293 0.000000 539.153381 0.000000 0.624496 0.000000 0.781028 0.394160 0.394160 0.394160 +5045.007812 0.000000 549.509766 0.000000 0.691420 0.000000 0.722453 0.415075 0.415075 0.415075 +5054.970703 0.000000 531.015381 0.000000 0.936060 0.000000 0.351841 0.419761 0.419761 0.419761 +5021.096680 0.000000 508.755585 0.000000 0.933426 0.000000 0.358770 0.429797 0.429797 0.429797 +5044.393066 0.000000 530.752991 0.000000 0.778622 0.000000 0.627493 0.427050 0.427050 0.427050 +5042.516602 0.000000 524.390808 0.000000 0.889967 0.000000 0.456024 0.416686 0.416686 0.416686 +5025.433594 0.000000 544.162964 0.000000 0.929029 0.000000 0.370007 0.437198 0.437198 0.437198 +5026.937012 0.000000 510.144104 0.000000 0.803096 0.000000 0.595850 0.428969 0.428969 0.428969 +5051.993164 0.000000 524.902954 0.000000 0.811429 0.000000 0.584451 0.436654 0.436654 0.436654 +5054.038574 0.000000 532.342590 0.000000 0.850880 0.000000 0.525360 0.439161 0.439161 0.439161 +5106.584961 0.000000 536.253601 0.000000 0.818574 0.000000 0.574401 0.392057 0.392057 0.392057 +5067.442871 0.000000 526.167969 0.000000 0.886482 0.000000 0.462763 0.393298 0.393298 0.393298 +5110.158691 0.000000 540.419128 0.000000 0.606094 0.000000 0.795393 0.390167 0.390167 0.390167 +5105.314941 0.000000 551.057617 0.000000 0.674282 0.000000 0.738474 0.404913 0.404913 0.404913 +5067.263184 0.000000 544.921692 0.000000 0.912315 0.000000 0.409489 0.412445 0.412445 0.412445 +5109.789062 0.000000 551.803162 0.000000 0.650070 0.000000 0.759875 0.405638 0.405638 0.405638 +5057.726074 0.000000 551.263855 0.000000 0.721391 0.000000 0.692528 0.426806 0.426806 0.426806 +5105.324707 0.000000 543.956604 0.000000 0.765897 0.000000 0.642963 0.423008 0.423008 0.423008 +5064.859375 0.000000 545.846497 0.000000 0.858174 0.000000 0.513358 0.433164 0.433164 0.433164 +5099.722656 0.000000 563.682617 0.000000 0.935493 0.000000 0.353346 0.451457 0.451457 0.451457 +5056.525879 0.000000 545.662476 0.000000 0.753213 0.000000 0.657776 0.439913 0.439913 0.439913 +5064.564453 0.000000 560.090454 0.000000 0.720950 0.000000 0.692987 0.429247 0.429247 0.429247 +5115.964844 0.000000 559.661194 0.000000 0.748656 0.000000 0.662959 0.444698 0.444698 0.444698 +5067.256348 0.000000 561.392700 0.000000 0.942839 0.000000 0.333248 0.445505 0.445505 0.445505 +5064.954590 0.000000 532.077393 0.000000 0.617454 0.000000 0.786607 0.440135 0.440135 0.440135 +5072.425781 0.000000 559.062439 0.000000 0.620918 0.000000 0.783875 0.439008 0.439008 0.439008 +5106.861328 0.000000 563.876831 0.000000 0.810685 0.000000 0.585483 0.446544 0.446544 0.446544 +5112.427734 0.000000 560.230347 0.000000 0.683149 0.000000 0.730279 0.433208 0.433208 0.433208 +5110.280273 0.000000 554.938721 0.000000 0.846440 0.000000 0.532485 0.450223 0.450223 0.450223 +5071.453125 0.000000 557.334534 0.000000 0.725691 0.000000 0.688020 0.472143 0.472143 0.472143 +5062.164062 0.000000 536.929138 0.000000 0.930684 0.000000 0.365824 0.460067 0.460067 0.460067 +5065.995605 0.000000 557.200378 0.000000 0.799551 0.000000 0.600598 0.484416 0.484416 0.484416 +5059.093750 0.000000 538.429382 0.000000 0.802667 0.000000 0.596428 0.488221 0.488221 0.488221 +5057.280273 0.000000 542.208740 0.000000 0.897118 0.000000 0.441791 0.468499 0.468499 0.468499 +5065.022461 0.000000 551.426636 0.000000 0.760830 0.000000 0.648951 0.470809 0.470809 0.470809 +5102.953613 0.000000 561.758911 0.000000 0.818813 0.000000 0.574061 0.495005 0.495005 0.495005 +5100.208984 0.000000 562.445984 0.000000 0.779706 0.000000 0.626145 0.508170 0.508170 0.508170 +5065.264160 0.000000 552.952637 0.000000 0.707744 0.000000 0.706469 0.487368 0.487368 0.487368 +5105.121094 0.000000 560.267456 0.000000 0.706659 0.000000 0.707554 0.482486 0.482486 0.482486 +5102.644531 0.000000 553.355591 0.000000 0.901671 0.000000 0.432424 0.511320 0.511320 0.511320 +5111.347168 0.000000 564.410645 0.000000 0.875137 0.000000 0.483874 0.523576 0.523576 0.523576 +5055.509766 0.000000 602.062256 0.000000 0.730722 0.000000 0.682675 0.402433 0.402433 0.402433 +5098.009766 0.000000 619.780396 0.000000 0.702550 0.000000 0.711634 0.389641 0.389641 0.389641 +5082.987305 0.000000 564.932556 0.000000 0.893331 0.000000 0.449400 0.393623 0.393623 0.393623 +5105.314941 0.000000 607.541992 0.000000 0.798874 0.000000 0.601498 0.410240 0.410240 0.410240 +5112.096680 0.000000 592.487671 0.000000 0.950227 0.000000 0.311558 0.402584 0.402584 0.402584 +5058.069824 0.000000 589.665405 0.000000 0.865885 0.000000 0.500243 0.408363 0.408363 0.408363 +5089.049316 0.000000 566.094055 0.000000 0.938436 0.000000 0.345454 0.408425 0.408425 0.408425 +5095.167969 0.000000 613.313721 0.000000 0.679136 0.000000 0.734012 0.409911 0.409911 0.409911 +5060.789062 0.000000 598.700684 0.000000 0.754189 0.000000 0.656657 0.419010 0.419010 0.419010 +5107.561035 0.000000 591.105652 0.000000 0.804516 0.000000 0.593930 0.414115 0.414115 0.414115 +5097.262207 0.000000 578.181396 0.000000 0.611188 0.000000 0.791486 0.418217 0.418217 0.418217 +5115.429199 0.000000 590.156372 0.000000 0.659496 0.000000 0.751708 0.422908 0.422908 0.422908 +5116.473145 0.000000 591.827820 0.000000 0.733516 0.000000 0.679672 0.428336 0.428336 0.428336 +5112.710938 0.000000 588.675293 0.000000 0.846493 0.000000 0.532401 0.437766 0.437766 0.437766 +5070.057129 0.000000 616.679626 0.000000 0.610070 0.000000 0.792348 0.431508 0.431508 0.431508 +5089.853027 0.000000 576.608521 0.000000 0.849451 0.000000 0.527668 0.445346 0.445346 0.445346 +5110.908203 0.000000 576.717773 0.000000 0.594760 0.000000 0.803904 0.455242 0.455242 0.455242 +5090.454102 0.000000 605.864990 0.000000 0.947500 0.000000 0.319755 0.474987 0.474987 0.474987 +5087.786621 0.000000 598.565125 0.000000 0.894135 0.000000 0.447798 0.509654 0.509654 0.509654 +5114.116699 0.000000 614.159912 0.000000 0.929583 0.000000 0.368614 0.487803 0.487803 0.487803 +5116.439453 0.000000 613.896790 0.000000 0.804529 0.000000 0.593913 0.506719 0.506719 0.506719 +5114.264648 0.000000 615.481689 0.000000 0.701626 0.000000 0.712545 0.478692 0.478692 0.478692 +5106.592773 0.000000 570.554932 0.000000 0.894158 0.000000 0.447752 0.505908 0.505908 0.505908 +5102.633301 0.000000 569.559631 0.000000 0.939175 0.000000 0.343439 0.508622 0.508622 0.508622 +5097.341797 0.000000 593.493713 0.000000 0.611397 0.000000 0.791324 0.507110 0.507110 0.507110 +5090.136719 0.000000 592.967590 0.000000 0.662350 0.000000 0.749194 0.502776 0.502776 0.502776 +5111.309570 0.000000 573.089294 0.000000 0.786682 0.000000 0.617358 0.552325 0.552325 0.552325 +5091.967285 0.000000 599.117981 0.000000 0.930591 0.000000 0.366060 0.569656 0.569656 0.569656 +5091.812500 0.000000 600.267883 0.000000 0.918330 0.000000 0.395816 0.548664 0.548664 0.548664 +5066.564941 0.000000 623.877075 0.000000 0.728629 0.000000 0.684908 0.391285 0.391285 0.391285 +5070.033691 0.000000 627.219116 0.000000 0.760215 0.000000 0.649672 0.409281 0.409281 0.409281 +5160.974609 0.000000 463.396576 0.000000 0.755795 0.000000 0.654808 0.390411 0.390411 0.390411 +5138.128418 0.000000 472.636627 0.000000 0.930837 0.000000 0.365434 0.394770 0.394770 0.394770 +5152.607910 0.000000 490.965637 0.000000 0.627843 0.000000 0.778340 0.410061 0.410061 0.410061 +5128.722168 0.000000 484.394104 0.000000 0.920953 0.000000 0.389673 0.411512 0.411512 0.411512 +5142.604004 0.000000 490.404633 0.000000 0.683016 0.000000 0.730403 0.409994 0.409994 0.409994 +5155.093262 0.000000 474.251129 0.000000 0.828263 0.000000 0.560340 0.418505 0.418505 0.418505 +5128.309570 0.000000 480.668274 0.000000 0.820720 0.000000 0.571330 0.418290 0.418290 0.418290 +5149.614258 0.000000 483.602936 0.000000 0.948970 0.000000 0.315365 0.430570 0.430570 0.430570 +5126.054199 0.000000 453.473633 0.000000 0.919965 0.000000 0.392001 0.427931 0.427931 0.427931 +5128.953125 0.000000 477.805695 0.000000 0.936768 0.000000 0.349951 0.437572 0.437572 0.437572 +5132.617676 0.000000 468.522308 0.000000 0.881500 0.000000 0.472184 0.455292 0.455292 0.455292 +5148.899902 0.000000 503.423676 0.000000 0.932177 0.000000 0.362002 0.453817 0.453817 0.453817 +5128.131348 0.000000 461.262756 0.000000 0.857123 0.000000 0.515111 0.440623 0.440623 0.440623 +5168.663086 0.000000 470.530945 0.000000 0.605391 0.000000 0.795929 0.441059 0.441059 0.441059 +5125.431641 0.000000 462.651642 0.000000 0.818543 0.000000 0.574445 0.462896 0.462896 0.462896 +5127.015137 0.000000 460.097076 0.000000 0.915709 0.000000 0.401842 0.463093 0.463093 0.463093 +5125.597656 0.000000 465.342590 0.000000 0.690864 0.000000 0.722984 0.460177 0.460177 0.460177 +5150.176270 0.000000 503.032990 0.000000 0.927771 0.000000 0.373150 0.496523 0.496523 0.496523 +5128.409180 0.000000 466.694489 0.000000 0.888352 0.000000 0.459162 0.494368 0.494368 0.494368 +5202.128418 0.000000 472.636627 0.000000 0.817751 0.000000 0.575572 0.393283 0.393283 0.393283 +5208.641113 0.000000 507.599518 0.000000 0.590405 0.000000 0.807107 0.399610 0.399610 0.399610 +5223.039551 0.000000 492.036621 0.000000 0.716989 0.000000 0.697084 0.429149 0.429149 0.429149 +5135.197266 0.000000 519.992126 0.000000 0.847169 0.000000 0.531324 0.392420 0.392420 0.392420 +5132.112305 0.000000 523.266113 0.000000 0.941909 0.000000 0.335869 0.395280 0.395280 0.395280 +5144.795410 0.000000 536.271545 0.000000 0.842645 0.000000 0.538470 0.392662 0.392662 0.392662 +5158.385742 0.000000 525.204407 0.000000 0.755143 0.000000 0.655561 0.393083 0.393083 0.393083 +5134.686523 0.000000 522.950867 0.000000 0.589208 0.000000 0.807981 0.386895 0.386895 0.386895 +5136.382324 0.000000 564.175781 0.000000 0.915217 0.000000 0.402962 0.402427 0.402427 0.402427 +5154.508301 0.000000 554.925110 0.000000 0.612527 0.000000 0.790450 0.404891 0.404891 0.404891 +5172.679199 0.000000 528.048706 0.000000 0.594795 0.000000 0.803877 0.419087 0.419087 0.419087 +5124.189941 0.000000 553.522644 0.000000 0.681855 0.000000 0.731488 0.425858 0.425858 0.425858 +5162.375488 0.000000 539.902649 0.000000 0.730725 0.000000 0.682672 0.429493 0.429493 0.429493 +5139.835449 0.000000 529.246460 0.000000 0.805197 0.000000 0.593008 0.436466 0.436466 0.436466 +5174.403320 0.000000 528.045166 0.000000 0.613927 0.000000 0.789363 0.431595 0.431595 0.431595 +5172.078125 0.000000 525.030090 0.000000 0.943109 0.000000 0.332483 0.440437 0.440437 0.440437 +5160.653320 0.000000 554.001953 0.000000 0.710038 0.000000 0.704163 0.466803 0.466803 0.466803 +5142.025391 0.000000 550.653442 0.000000 0.740806 0.000000 0.671719 0.449382 0.449382 0.449382 +5154.837891 0.000000 556.450806 0.000000 0.791822 0.000000 0.610751 0.444723 0.444723 0.444723 +5135.453125 0.000000 557.334534 0.000000 0.615235 0.000000 0.788344 0.441290 0.441290 0.441290 +5167.887207 0.000000 558.149048 0.000000 0.931980 0.000000 0.362511 0.496783 0.496783 0.496783 +5155.061035 0.000000 563.676270 0.000000 0.670234 0.000000 0.742150 0.477746 0.477746 0.477746 +5171.326660 0.000000 555.875122 0.000000 0.687084 0.000000 0.726578 0.493955 0.493955 0.493955 +5159.513672 0.000000 563.001465 0.000000 0.821601 0.000000 0.570063 0.498814 0.498814 0.498814 +5163.550781 0.000000 558.066650 0.000000 0.752575 0.000000 0.658506 0.561612 0.561612 0.561612 +5159.998535 0.000000 531.785095 0.000000 0.805822 0.000000 0.592158 0.541052 0.541052 0.541052 +5160.891602 0.000000 533.794922 0.000000 0.617238 0.000000 0.786776 0.569072 0.569072 0.569072 +5162.251953 0.000000 535.461914 0.000000 0.879640 0.000000 0.475641 0.583219 0.583219 0.583219 +5161.785645 0.000000 532.615417 0.000000 0.888058 0.000000 0.459732 0.583685 0.583685 0.583685 +5161.873047 0.000000 559.660339 0.000000 0.710978 0.000000 0.703214 0.574299 0.574299 0.574299 +5207.491699 0.000000 508.990906 0.000000 0.765332 0.000000 0.643636 0.390888 0.390888 0.390888 +5226.638672 0.000000 558.791992 0.000000 0.831783 0.000000 0.555101 0.424839 0.424839 0.424839 +5237.177734 0.000000 518.879822 0.000000 0.896950 0.000000 0.442131 0.425753 0.425753 0.425753 +5213.096680 0.000000 508.755585 0.000000 0.949624 0.000000 0.313391 0.426783 0.426783 0.426783 +5235.561035 0.000000 534.621277 0.000000 0.715330 0.000000 0.698787 0.411934 0.411934 0.411934 +5234.516602 0.000000 524.390808 0.000000 0.684181 0.000000 0.729313 0.421027 0.421027 0.421027 +5233.909180 0.000000 540.200684 0.000000 0.940436 0.000000 0.339969 0.431404 0.431404 0.431404 +5245.535645 0.000000 562.534912 0.000000 0.639207 0.000000 0.769035 0.423673 0.423673 0.423673 +5194.416504 0.000000 540.043518 0.000000 0.838063 0.000000 0.545573 0.431261 0.431261 0.431261 +5209.349609 0.000000 528.310059 0.000000 0.802611 0.000000 0.596503 0.445053 0.445053 0.445053 +5200.004883 0.000000 525.827209 0.000000 0.835037 0.000000 0.550195 0.437391 0.437391 0.437391 +5233.237305 0.000000 521.565979 0.000000 0.839899 0.000000 0.542743 0.432565 0.432565 0.432565 +5234.861328 0.000000 563.876831 0.000000 0.803538 0.000000 0.595254 0.451265 0.451265 0.451265 +5192.986816 0.000000 563.067444 0.000000 0.622934 0.000000 0.782275 0.435428 0.435428 0.435428 +5213.380859 0.000000 527.757019 0.000000 0.814203 0.000000 0.580580 0.436738 0.436738 0.436738 +5227.175293 0.000000 526.656860 0.000000 0.905602 0.000000 0.424129 0.453805 0.453805 0.453805 +5187.574219 0.000000 561.782959 0.000000 0.718275 0.000000 0.695759 0.502252 0.502252 0.502252 +5170.318359 0.000000 565.049622 0.000000 0.876694 0.000000 0.481048 0.393385 0.393385 0.393385 +5126.724121 0.000000 598.351257 0.000000 0.813793 0.000000 0.581155 0.391485 0.391485 0.391485 +5144.572266 0.000000 604.308105 0.000000 0.692880 0.000000 0.721053 0.388982 0.388982 0.388982 +5165.836426 0.000000 617.476501 0.000000 0.856821 0.000000 0.515614 0.410597 0.410597 0.410597 +5126.997070 0.000000 605.100708 0.000000 0.905779 0.000000 0.423751 0.419780 0.419780 0.419780 +5160.199219 0.000000 595.689697 0.000000 0.942964 0.000000 0.332895 0.414992 0.414992 0.414992 +5147.739258 0.000000 608.467163 0.000000 0.690482 0.000000 0.723349 0.407705 0.407705 0.407705 +5154.177734 0.000000 591.776917 0.000000 0.800104 0.000000 0.599861 0.425165 0.425165 0.425165 +5135.325195 0.000000 599.852173 0.000000 0.811744 0.000000 0.584013 0.418040 0.418040 0.418040 +5175.432129 0.000000 613.927429 0.000000 0.811348 0.000000 0.584563 0.425483 0.425483 0.425483 +5177.814453 0.000000 583.686218 0.000000 0.833343 0.000000 0.552756 0.426131 0.426131 0.426131 +5133.340332 0.000000 605.070557 0.000000 0.813383 0.000000 0.581729 0.428026 0.428026 0.428026 +5157.372070 0.000000 568.908264 0.000000 0.691252 0.000000 0.722614 0.423635 0.423635 0.423635 +5176.654297 0.000000 582.056702 0.000000 0.851313 0.000000 0.524659 0.426690 0.426690 0.426690 +5127.784180 0.000000 618.160156 0.000000 0.837450 0.000000 0.546514 0.426257 0.426257 0.426257 +5156.990723 0.000000 565.529358 0.000000 0.947364 0.000000 0.320158 0.433031 0.433031 0.433031 +5146.057129 0.000000 600.306885 0.000000 0.592814 0.000000 0.805339 0.420255 0.420255 0.420255 +5130.416504 0.000000 596.527893 0.000000 0.888955 0.000000 0.457995 0.427974 0.427974 0.427974 +5144.779785 0.000000 569.380310 0.000000 0.886162 0.000000 0.463376 0.445452 0.445452 0.445452 +5182.675293 0.000000 616.594849 0.000000 0.591109 0.000000 0.806592 0.420220 0.420220 0.420220 +5145.560059 0.000000 608.017273 0.000000 0.838708 0.000000 0.544582 0.437510 0.437510 0.437510 +5133.642090 0.000000 586.495422 0.000000 0.762417 0.000000 0.647085 0.434013 0.434013 0.434013 +5133.021484 0.000000 597.472778 0.000000 0.588818 0.000000 0.808266 0.429832 0.429832 0.429832 +5138.461914 0.000000 581.424438 0.000000 0.786513 0.000000 0.617574 0.455661 0.455661 0.455661 +5129.912598 0.000000 593.945923 0.000000 0.611127 0.000000 0.791533 0.433949 0.433949 0.433949 +5141.918945 0.000000 576.351135 0.000000 0.881274 0.000000 0.472607 0.449020 0.449020 0.449020 +5134.035156 0.000000 590.843384 0.000000 0.790762 0.000000 0.612124 0.455795 0.455795 0.455795 +5151.750977 0.000000 571.426697 0.000000 0.871792 0.000000 0.489876 0.454906 0.454906 0.454906 +5172.241699 0.000000 576.578552 0.000000 0.826833 0.000000 0.562448 0.452031 0.452031 0.452031 +5126.267578 0.000000 589.283813 0.000000 0.950222 0.000000 0.311574 0.466269 0.466269 0.466269 +5165.249512 0.000000 596.082520 0.000000 0.859982 0.000000 0.510325 0.481852 0.481852 0.481852 +5175.122559 0.000000 569.986633 0.000000 0.822779 0.000000 0.568362 0.463044 0.463044 0.463044 +5151.069336 0.000000 574.226868 0.000000 0.949255 0.000000 0.314509 0.463666 0.463666 0.463666 +5140.314941 0.000000 591.749329 0.000000 0.590738 0.000000 0.806863 0.480275 0.480275 0.480275 +5152.052246 0.000000 564.866028 0.000000 0.792698 0.000000 0.609614 0.465716 0.465716 0.465716 +5140.958984 0.000000 590.513489 0.000000 0.724748 0.000000 0.689014 0.484278 0.484278 0.484278 +5139.693848 0.000000 594.179504 0.000000 0.596030 0.000000 0.802962 0.463671 0.463671 0.463671 +5158.074219 0.000000 574.690308 0.000000 0.800970 0.000000 0.598704 0.480777 0.480777 0.480777 +5132.183105 0.000000 574.499023 0.000000 0.939335 0.000000 0.343000 0.482076 0.482076 0.482076 +5165.442383 0.000000 576.606628 0.000000 0.613014 0.000000 0.790072 0.474912 0.474912 0.474912 +5176.311035 0.000000 609.495850 0.000000 0.871843 0.000000 0.489786 0.489841 0.489841 0.489841 +5134.511719 0.000000 575.478149 0.000000 0.865189 0.000000 0.501447 0.499483 0.499483 0.499483 +5146.770996 0.000000 574.444397 0.000000 0.839558 0.000000 0.543270 0.518092 0.518092 0.518092 +5179.012207 0.000000 613.270569 0.000000 0.742511 0.000000 0.669834 0.512824 0.512824 0.512824 +5167.705078 0.000000 596.127563 0.000000 0.777930 0.000000 0.628351 0.498325 0.498325 0.498325 +5144.484375 0.000000 564.854858 0.000000 0.710525 0.000000 0.703672 0.526111 0.526111 0.526111 +5177.484375 0.000000 605.859619 0.000000 0.610281 0.000000 0.792185 0.527262 0.527262 0.527262 +5176.073242 0.000000 604.282410 0.000000 0.839205 0.000000 0.543816 0.536551 0.536551 0.536551 +5208.795410 0.000000 592.755920 0.000000 0.772838 0.000000 0.634604 0.390388 0.390388 0.390388 +5206.782715 0.000000 572.147095 0.000000 0.682266 0.000000 0.731104 0.389131 0.389131 0.389131 +5229.143066 0.000000 565.146057 0.000000 0.890244 0.000000 0.455483 0.416696 0.416696 0.416696 +5190.953125 0.000000 600.453979 0.000000 0.846671 0.000000 0.532116 0.417800 0.417800 0.417800 +5204.821777 0.000000 595.954712 0.000000 0.713295 0.000000 0.700864 0.414344 0.414344 0.414344 +5202.979980 0.000000 604.857544 0.000000 0.855771 0.000000 0.517355 0.413070 0.413070 0.413070 +5201.033691 0.000000 604.804626 0.000000 0.782787 0.000000 0.622290 0.423453 0.423453 0.423453 +5234.425293 0.000000 566.998108 0.000000 0.908336 0.000000 0.418242 0.421141 0.421141 0.421141 +5188.189941 0.000000 610.007019 0.000000 0.659826 0.000000 0.751419 0.421697 0.421697 0.421697 +5223.039551 0.000000 605.005371 0.000000 0.848548 0.000000 0.529118 0.442822 0.442822 0.442822 +5232.891113 0.000000 593.217834 0.000000 0.839837 0.000000 0.542839 0.438792 0.438792 0.438792 +5184.525879 0.000000 602.146851 0.000000 0.825495 0.000000 0.564410 0.427140 0.427140 0.427140 +5200.583984 0.000000 603.199890 0.000000 0.913214 0.000000 0.407481 0.437753 0.437753 0.437753 +5215.972656 0.000000 589.224731 0.000000 0.757741 0.000000 0.652556 0.447412 0.447412 0.447412 +5216.293457 0.000000 613.851196 0.000000 0.913447 0.000000 0.406957 0.439025 0.439025 0.439025 +5236.695312 0.000000 611.815918 0.000000 0.815765 0.000000 0.578384 0.434304 0.434304 0.434304 +5227.954590 0.000000 588.549805 0.000000 0.661212 0.000000 0.750199 0.442401 0.442401 0.442401 +5235.609375 0.000000 600.192932 0.000000 0.870655 0.000000 0.491894 0.441105 0.441105 0.441105 +5193.923828 0.000000 582.438171 0.000000 0.657623 0.000000 0.753347 0.459269 0.459269 0.459269 +5238.609375 0.000000 592.692322 0.000000 0.911153 0.000000 0.412067 0.484255 0.484255 0.484255 +5211.790527 0.000000 583.597290 0.000000 0.930221 0.000000 0.367000 0.486579 0.486579 0.486579 +5218.581543 0.000000 584.023438 0.000000 0.802347 0.000000 0.596858 0.488209 0.488209 0.488209 +5186.058594 0.000000 583.283142 0.000000 0.596987 0.000000 0.802251 0.473277 0.473277 0.473277 +5190.510254 0.000000 581.444153 0.000000 0.658736 0.000000 0.752374 0.466551 0.466551 0.466551 +5189.597168 0.000000 591.730408 0.000000 0.885456 0.000000 0.464723 0.477985 0.477985 0.477985 +5220.191406 0.000000 576.548706 0.000000 0.751895 0.000000 0.659283 0.474190 0.474190 0.474190 +5164.352051 0.000000 638.589233 0.000000 0.659489 0.000000 0.751715 0.388235 0.388235 0.388235 +5167.645996 0.000000 629.026123 0.000000 0.660904 0.000000 0.750471 0.393626 0.393626 0.393626 +5130.166504 0.000000 627.841736 0.000000 0.893964 0.000000 0.448139 0.404219 0.404219 0.404219 +5168.914551 0.000000 638.511719 0.000000 0.674682 0.000000 0.738109 0.422032 0.422032 0.422032 +5180.271484 0.000000 629.841431 0.000000 0.739753 0.000000 0.672879 0.406334 0.406334 0.406334 +5172.679199 0.000000 641.017456 0.000000 0.926062 0.000000 0.377372 0.429462 0.429462 0.429462 +5178.520996 0.000000 675.240723 0.000000 0.927533 0.000000 0.373740 0.425726 0.425726 0.425726 +5143.366211 0.000000 623.980835 0.000000 0.915830 0.000000 0.401566 0.429022 0.429022 0.429022 +5169.909180 0.000000 653.169434 0.000000 0.765271 0.000000 0.643708 0.435323 0.435323 0.435323 +5154.087402 0.000000 646.383362 0.000000 0.665987 0.000000 0.745963 0.436444 0.436444 0.436444 +5162.375488 0.000000 652.871399 0.000000 0.792018 0.000000 0.610498 0.433605 0.433605 0.433605 +5165.674805 0.000000 634.331543 0.000000 0.875737 0.000000 0.482788 0.427503 0.427503 0.427503 +5155.595703 0.000000 641.440002 0.000000 0.899721 0.000000 0.436465 0.439711 0.439711 0.439711 +5183.025879 0.000000 670.693298 0.000000 0.847356 0.000000 0.531026 0.470154 0.470154 0.470154 +5177.099121 0.000000 668.330200 0.000000 0.739110 0.000000 0.673584 0.489620 0.489620 0.489620 +5181.190430 0.000000 676.750305 0.000000 0.902607 0.000000 0.430466 0.512624 0.512624 0.512624 +5177.484375 0.000000 662.343994 0.000000 0.736546 0.000000 0.676387 0.508963 0.508963 0.508963 +5218.015137 0.000000 641.823669 0.000000 0.899502 0.000000 0.436917 0.394040 0.394040 0.394040 +5184.894531 0.000000 651.628235 0.000000 0.771062 0.000000 0.636759 0.390694 0.390694 0.390694 +5187.913086 0.000000 632.264648 0.000000 0.785804 0.000000 0.618476 0.396254 0.396254 0.396254 +5240.346680 0.000000 643.528992 0.000000 0.880628 0.000000 0.473809 0.400014 0.400014 0.400014 +5245.638184 0.000000 641.051331 0.000000 0.689354 0.000000 0.724425 0.399095 0.399095 0.399095 +5211.443848 0.000000 653.593079 0.000000 0.935611 0.000000 0.353031 0.407032 0.407032 0.407032 +5218.934570 0.000000 624.897339 0.000000 0.783335 0.000000 0.621599 0.422230 0.422230 0.422230 +5192.309570 0.000000 650.121399 0.000000 0.889040 0.000000 0.457829 0.433005 0.433005 0.433005 +5205.609863 0.000000 653.977112 0.000000 0.922479 0.000000 0.386047 0.429305 0.429305 0.429305 +5200.728516 0.000000 621.334717 0.000000 0.683890 0.000000 0.729585 0.440536 0.440536 0.440536 +5188.140625 0.000000 662.895996 0.000000 0.882407 0.000000 0.470487 0.431505 0.431505 0.431505 +5239.353516 0.000000 628.471924 0.000000 0.867963 0.000000 0.496630 0.452259 0.452259 0.452259 +5229.470215 0.000000 649.555176 0.000000 0.872750 0.000000 0.488168 0.459943 0.459943 0.459943 +5233.393555 0.000000 645.158691 0.000000 0.661152 0.000000 0.750252 0.447252 0.447252 0.447252 +5184.328125 0.000000 669.796509 0.000000 0.913661 0.000000 0.406477 0.475583 0.475583 0.475583 +5230.722168 0.000000 669.139709 0.000000 0.933792 0.000000 0.357817 0.506994 0.506994 0.506994 +5231.887207 0.000000 671.117798 0.000000 0.596873 0.000000 0.802336 0.509027 0.509027 0.509027 +5204.580078 0.000000 668.925293 0.000000 0.617733 0.000000 0.786388 0.569568 0.569568 0.569568 +5232.827148 0.000000 665.166016 0.000000 0.881259 0.000000 0.472633 0.522663 0.522663 0.522663 +5235.368652 0.000000 672.814026 0.000000 0.681799 0.000000 0.731539 0.571576 0.571576 0.571576 +5233.638184 0.000000 662.416809 0.000000 0.854230 0.000000 0.519895 0.510131 0.510131 0.510131 +5204.942871 0.000000 670.935303 0.000000 0.588777 0.000000 0.808296 0.564047 0.564047 0.564047 +5215.222656 0.000000 675.162659 0.000000 0.740442 0.000000 0.672121 0.573944 0.573944 0.573944 +5220.531250 0.000000 665.474060 0.000000 0.943606 0.000000 0.331071 0.570791 0.570791 0.570791 +5231.394531 0.000000 654.095581 0.000000 0.879141 0.000000 0.476561 0.582365 0.582365 0.582365 +5206.491699 0.000000 669.700378 0.000000 0.815048 0.000000 0.579393 0.578015 0.578015 0.578015 +5230.263184 0.000000 655.705994 0.000000 0.838692 0.000000 0.544605 0.579554 0.579554 0.579554 +5206.761719 0.000000 666.405884 0.000000 0.894085 0.000000 0.447897 0.583339 0.583339 0.583339 +5271.836426 0.000000 615.456604 0.000000 0.767863 0.000000 0.640614 0.390592 0.390592 0.390592 +5250.552734 0.000000 620.919983 0.000000 0.637734 0.000000 0.770256 0.394408 0.394408 0.394408 +5261.487793 0.000000 574.860413 0.000000 0.624414 0.000000 0.781093 0.395378 0.395378 0.395378 +5252.602051 0.000000 567.449585 0.000000 0.949097 0.000000 0.314985 0.411460 0.411460 0.411460 +5271.348633 0.000000 617.842224 0.000000 0.814436 0.000000 0.580254 0.408159 0.408159 0.408159 +5256.237305 0.000000 612.870300 0.000000 0.752769 0.000000 0.658285 0.399218 0.399218 0.399218 +5297.031738 0.000000 611.182312 0.000000 0.691090 0.000000 0.722769 0.397903 0.397903 0.397903 +5298.216309 0.000000 609.388550 0.000000 0.685917 0.000000 0.727679 0.405156 0.405156 0.405156 +5269.101562 0.000000 611.294800 0.000000 0.918931 0.000000 0.394419 0.419030 0.419030 0.419030 +5302.588867 0.000000 618.026917 0.000000 0.757577 0.000000 0.652746 0.430188 0.430188 0.430188 +5309.535645 0.000000 619.019287 0.000000 0.948695 0.000000 0.316192 0.450918 0.450918 0.450918 +5264.583984 0.000000 603.199890 0.000000 0.596132 0.000000 0.802886 0.443253 0.443253 0.443253 +5273.560059 0.000000 608.017273 0.000000 0.841580 0.000000 0.540132 0.457512 0.457512 0.457512 +5263.453125 0.000000 613.818909 0.000000 0.707791 0.000000 0.706422 0.467953 0.467953 0.467953 +5257.676758 0.000000 579.520264 0.000000 0.819525 0.000000 0.573043 0.476529 0.476529 0.476529 +5289.205566 0.000000 621.300049 0.000000 0.782697 0.000000 0.622404 0.462925 0.462925 0.462925 +5294.236328 0.000000 620.700134 0.000000 0.756887 0.000000 0.653545 0.476798 0.476798 0.476798 +5251.093750 0.000000 594.913757 0.000000 0.917931 0.000000 0.396741 0.469505 0.469505 0.469505 +5268.063965 0.000000 605.718018 0.000000 0.880372 0.000000 0.474285 0.465257 0.465257 0.465257 +5249.950684 0.000000 604.818176 0.000000 0.697450 0.000000 0.716633 0.476141 0.476141 0.476141 +5312.588379 0.000000 617.146240 0.000000 0.798662 0.000000 0.601780 0.430081 0.430081 0.430081 +5368.412109 0.000000 619.889832 0.000000 0.650095 0.000000 0.759853 0.463899 0.463899 0.463899 +5288.015625 0.000000 628.956726 0.000000 0.908587 0.000000 0.417696 0.394320 0.394320 0.394320 +5286.346680 0.000000 675.585815 0.000000 0.939512 0.000000 0.342515 0.395252 0.395252 0.395252 +5250.356934 0.000000 626.226318 0.000000 0.818135 0.000000 0.575027 0.391557 0.391557 0.391557 +5281.641602 0.000000 639.406738 0.000000 0.908279 0.000000 0.418364 0.403445 0.403445 0.403445 +5308.727539 0.000000 623.822632 0.000000 0.872141 0.000000 0.489256 0.403529 0.403529 0.403529 +5306.561523 0.000000 653.087402 0.000000 0.649260 0.000000 0.760567 0.400738 0.400738 0.400738 +5277.614258 0.000000 653.056030 0.000000 0.824538 0.000000 0.565807 0.438300 0.438300 0.438300 +5274.957520 0.000000 627.954956 0.000000 0.940970 0.000000 0.338489 0.428889 0.428889 0.428889 +5278.190918 0.000000 658.381958 0.000000 0.680923 0.000000 0.732355 0.442895 0.442895 0.442895 +5302.362793 0.000000 654.969910 0.000000 0.778101 0.000000 0.628139 0.455398 0.455398 0.455398 +5304.379395 0.000000 635.708923 0.000000 0.939440 0.000000 0.342714 0.452937 0.452937 0.452937 +5310.905762 0.000000 627.138489 0.000000 0.706446 0.000000 0.707767 0.452091 0.452091 0.452091 +5311.883789 0.000000 660.067688 0.000000 0.696064 0.000000 0.717980 0.462752 0.462752 0.462752 +5310.420410 0.000000 634.668884 0.000000 0.630186 0.000000 0.776444 0.459751 0.459751 0.459751 +5275.559082 0.000000 657.217468 0.000000 0.820419 0.000000 0.571763 0.466673 0.466673 0.466673 +5300.695801 0.000000 657.431824 0.000000 0.692477 0.000000 0.721440 0.484463 0.484463 0.484463 +5295.249023 0.000000 644.065369 0.000000 0.916880 0.000000 0.399163 0.482044 0.482044 0.482044 +5278.022949 0.000000 664.740906 0.000000 0.647640 0.000000 0.761946 0.479494 0.479494 0.479494 +5303.173828 0.000000 624.375793 0.000000 0.873802 0.000000 0.486281 0.581662 0.581662 0.581662 +5325.099609 0.000000 641.104736 0.000000 0.856889 0.000000 0.515500 0.392563 0.392563 0.392563 +5358.693848 0.000000 653.386780 0.000000 0.878110 0.000000 0.478458 0.393642 0.393642 0.393642 +5360.587891 0.000000 641.581360 0.000000 0.859988 0.000000 0.510313 0.401914 0.401914 0.401914 +5367.794922 0.000000 634.334351 0.000000 0.773297 0.000000 0.634044 0.402165 0.402165 0.402165 +5352.647949 0.000000 622.654785 0.000000 0.746621 0.000000 0.665249 0.416358 0.416358 0.416358 +5314.681152 0.000000 643.546692 0.000000 0.858943 0.000000 0.512072 0.440687 0.440687 0.440687 +5315.597168 0.000000 646.434692 0.000000 0.889602 0.000000 0.456736 0.451863 0.451863 0.451863 +5361.135254 0.000000 648.165039 0.000000 0.834734 0.000000 0.550653 0.469672 0.469672 0.469672 +5324.917480 0.000000 639.525269 0.000000 0.912550 0.000000 0.408966 0.454120 0.454120 0.454120 +5369.144531 0.000000 622.943420 0.000000 0.919636 0.000000 0.392771 0.463288 0.463288 0.463288 +5367.353516 0.000000 628.471924 0.000000 0.829513 0.000000 0.558487 0.449639 0.449639 0.449639 +5356.188965 0.000000 626.349243 0.000000 0.754165 0.000000 0.656685 0.449765 0.449765 0.449765 +5366.041992 0.000000 621.370422 0.000000 0.737338 0.000000 0.675524 0.456626 0.456626 0.456626 +5363.083008 0.000000 653.742310 0.000000 0.774092 0.000000 0.633073 0.514048 0.514048 0.514048 +5178.353516 0.000000 678.942932 0.000000 0.944862 0.000000 0.327470 0.481160 0.481160 0.481160 +5173.096680 0.000000 691.722839 0.000000 0.869484 0.000000 0.493960 0.520798 0.520798 0.520798 +5168.162598 0.000000 691.675781 0.000000 0.767972 0.000000 0.640483 0.506494 0.506494 0.506494 +5180.196777 0.000000 687.582397 0.000000 0.687528 0.000000 0.726158 0.526447 0.526447 0.526447 +5175.309570 0.000000 686.058044 0.000000 0.653156 0.000000 0.757224 0.568602 0.568602 0.568602 +5170.626465 0.000000 688.954529 0.000000 0.888191 0.000000 0.459475 0.573974 0.573974 0.573974 +5184.042480 0.000000 677.819824 0.000000 0.950472 0.000000 0.310811 0.395660 0.395660 0.395660 +5214.716309 0.000000 724.050476 0.000000 0.794425 0.000000 0.607362 0.403916 0.403916 0.403916 +5223.089844 0.000000 693.125610 0.000000 0.765561 0.000000 0.643364 0.434099 0.434099 0.434099 +5209.560059 0.000000 720.986023 0.000000 0.636796 0.000000 0.771032 0.446643 0.446643 0.446643 +5218.977539 0.000000 692.311951 0.000000 0.798584 0.000000 0.601883 0.464681 0.464681 0.464681 +5202.461914 0.000000 694.393188 0.000000 0.682691 0.000000 0.730707 0.445373 0.445373 0.445373 +5238.485352 0.000000 703.226746 0.000000 0.637635 0.000000 0.770339 0.435770 0.435770 0.435770 +5214.176270 0.000000 728.970459 0.000000 0.854207 0.000000 0.519933 0.513843 0.513843 0.513843 +5215.826172 0.000000 729.388306 0.000000 0.665328 0.000000 0.746551 0.506474 0.506474 0.506474 +5223.708496 0.000000 683.807251 0.000000 0.867817 0.000000 0.496884 0.581929 0.581929 0.581929 +5238.610352 0.000000 727.725769 0.000000 0.604600 0.000000 0.796529 0.566733 0.566733 0.566733 +5202.265625 0.000000 680.521118 0.000000 0.681749 0.000000 0.731586 0.503418 0.503418 0.503418 +5239.916992 0.000000 727.979065 0.000000 0.614223 0.000000 0.789133 0.567171 0.567171 0.567171 +5239.309570 0.000000 686.058044 0.000000 0.787688 0.000000 0.616074 0.574647 0.574647 0.574647 +5228.578125 0.000000 708.200012 0.000000 0.921963 0.000000 0.387279 0.585614 0.585614 0.585614 +5239.173828 0.000000 680.860168 0.000000 0.934889 0.000000 0.354939 0.586711 0.586711 0.586711 +5206.826172 0.000000 728.361511 0.000000 0.889957 0.000000 0.456045 0.581912 0.581912 0.581912 +5238.121094 0.000000 726.853271 0.000000 0.909460 0.000000 0.415791 0.584520 0.584520 0.584520 +5213.353516 0.000000 732.746826 0.000000 0.824349 0.000000 0.566081 0.577421 0.577421 0.577421 +5199.065918 0.000000 711.884766 0.000000 0.629667 0.000000 0.776865 0.566084 0.566084 0.566084 +5195.154297 0.000000 708.917053 0.000000 0.617702 0.000000 0.786413 0.570380 0.570380 0.570380 +5199.974609 0.000000 710.455933 0.000000 0.681369 0.000000 0.731940 0.568695 0.568695 0.568695 +5201.145020 0.000000 706.793457 0.000000 0.871104 0.000000 0.491099 0.583006 0.583006 0.583006 +5201.608887 0.000000 709.929993 0.000000 0.757757 0.000000 0.652537 0.575081 0.575081 0.575081 +5206.503906 0.000000 730.432617 0.000000 0.922334 0.000000 0.386392 0.584847 0.584847 0.584847 +5202.647949 0.000000 696.696777 0.000000 0.666702 0.000000 0.745325 0.569387 0.569387 0.569387 +5230.491211 0.000000 714.955566 0.000000 0.668726 0.000000 0.743509 0.570240 0.570240 0.570240 +5199.213379 0.000000 710.925842 0.000000 0.931292 0.000000 0.364273 0.585786 0.585786 0.585786 +5210.454102 0.000000 735.310913 0.000000 0.881915 0.000000 0.471408 0.566128 0.566128 0.566128 +5290.835938 0.000000 683.818787 0.000000 0.864966 0.000000 0.501831 0.392860 0.392860 0.392860 +5249.654297 0.000000 692.170654 0.000000 0.938486 0.000000 0.345316 0.417330 0.417330 0.417330 +5260.617676 0.000000 694.459839 0.000000 0.646785 0.000000 0.762673 0.449311 0.449311 0.449311 +5259.039062 0.000000 694.068909 0.000000 0.763117 0.000000 0.646260 0.446339 0.446339 0.446339 +5277.067383 0.000000 701.325439 0.000000 0.861357 0.000000 0.508000 0.455753 0.455753 0.455753 +5286.014160 0.000000 708.641174 0.000000 0.884613 0.000000 0.466325 0.460430 0.460430 0.460430 +5249.323730 0.000000 683.869934 0.000000 0.868836 0.000000 0.495100 0.499655 0.499655 0.499655 +5298.000000 0.000000 681.120422 0.000000 0.681061 0.000000 0.732227 0.540566 0.540566 0.540566 +5297.195312 0.000000 678.175415 0.000000 0.719043 0.000000 0.694966 0.543290 0.543290 0.543290 +5299.716797 0.000000 680.064636 0.000000 0.927555 0.000000 0.373686 0.553104 0.553104 0.553104 +5299.003906 0.000000 681.456177 0.000000 0.925898 0.000000 0.377774 0.552978 0.552978 0.552978 "} object={ name="pine_dense_generator_3_2" @@ -316,7 +1101,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_003_mesh" - count=145 + count=498 transform="41.205414 0.000000 3276.065674 0.000000 0.998648 0.000000 -0.051978 0.494592 0.494592 0.494592 125.282028 0.000000 3263.564697 0.000000 0.997780 0.000000 -0.066602 0.423924 0.423924 0.423924 118.904381 0.000000 3255.917725 0.000000 0.998680 0.000000 -0.051355 0.478820 0.478820 0.478820 @@ -462,6 +1247,359 @@ object={ 6.509852 0.000000 3500.394531 0.000000 0.999775 0.000000 0.021221 0.599229 0.599229 0.599229 4.602224 0.000000 3504.636963 0.000000 0.989897 0.000000 -0.141785 0.409258 0.409258 0.409258 13.322299 0.000000 3506.627930 0.000000 0.999186 0.000000 0.040351 0.474354 0.474354 0.474354 +5038.671387 0.000000 441.845093 0.000000 0.997949 0.000000 -0.064010 0.425197 0.425197 0.425197 +5045.188965 0.000000 449.803345 0.000000 0.987596 0.000000 0.157018 0.446209 0.446209 0.446209 +5033.936523 0.000000 448.487091 0.000000 0.999992 0.000000 0.003921 0.448950 0.448950 0.448950 +5040.918945 0.000000 466.861176 0.000000 0.999481 0.000000 -0.032217 0.400436 0.400436 0.400436 +5048.096680 0.000000 479.518921 0.000000 0.999997 0.000000 0.002302 0.409770 0.409770 0.409770 +5045.007812 0.000000 493.025391 0.000000 0.999989 0.000000 0.004601 0.430644 0.430644 0.430644 +5052.454590 0.000000 492.214142 0.000000 0.952268 0.000000 -0.305262 0.445167 0.445167 0.445167 +5055.462891 0.000000 452.224976 0.000000 0.988466 0.000000 -0.151443 0.464968 0.464968 0.464968 +5049.144531 0.000000 453.490295 0.000000 0.997413 0.000000 0.071882 0.460730 0.460730 0.460730 +5046.904297 0.000000 488.183289 0.000000 0.974887 0.000000 -0.222700 0.466341 0.466341 0.466341 +5091.104004 0.000000 460.417114 0.000000 0.999156 0.000000 0.041079 0.399440 0.399440 0.399440 +5109.860840 0.000000 499.941467 0.000000 0.977282 0.000000 -0.211944 0.402911 0.402911 0.402911 +5065.604492 0.000000 479.329407 0.000000 0.997155 0.000000 0.075383 0.398964 0.398964 0.398964 +5072.186523 0.000000 471.026276 0.000000 0.999712 0.000000 -0.024004 0.400333 0.400333 0.400333 +5089.910645 0.000000 494.197876 0.000000 0.973100 0.000000 0.230382 0.396762 0.396762 0.396762 +5058.311035 0.000000 488.486084 0.000000 0.967464 0.000000 -0.253009 0.413572 0.413572 0.413572 +5105.687988 0.000000 460.827576 0.000000 0.963421 0.000000 0.267992 0.400684 0.400684 0.400684 +5111.405273 0.000000 486.728088 0.000000 0.999100 0.000000 -0.042424 0.419609 0.419609 0.419609 +5067.263184 0.000000 488.437347 0.000000 0.995340 0.000000 -0.096425 0.427029 0.427029 0.427029 +5109.789062 0.000000 495.318756 0.000000 0.999417 0.000000 -0.034155 0.410307 0.410307 0.410307 +5057.042969 0.000000 484.376099 0.000000 0.999702 0.000000 0.024410 0.417273 0.417273 0.417273 +5098.281250 0.000000 494.086731 0.000000 0.997143 0.000000 0.075532 0.421687 0.421687 0.421687 +5101.585449 0.000000 462.308105 0.000000 0.995450 0.000000 -0.095287 0.417793 0.417793 0.417793 +5078.911621 0.000000 492.864624 0.000000 0.980946 0.000000 0.194280 0.422375 0.422375 0.422375 +5068.080078 0.000000 483.163818 0.000000 0.960922 0.000000 0.276820 0.417185 0.417185 0.417185 +5090.967773 0.000000 486.617676 0.000000 0.974835 0.000000 -0.222928 0.446370 0.446370 0.446370 +5057.726074 0.000000 494.779480 0.000000 0.999100 0.000000 0.042416 0.424814 0.424814 0.424814 +5098.442383 0.000000 479.925812 0.000000 0.985710 0.000000 0.168451 0.448581 0.448581 0.448581 +5063.620605 0.000000 458.104218 0.000000 0.983090 0.000000 -0.183126 0.452302 0.452302 0.452302 +5104.891113 0.000000 480.249084 0.000000 0.984388 0.000000 0.176010 0.447154 0.447154 0.447154 +5101.674805 0.000000 464.878418 0.000000 0.969713 0.000000 0.244247 0.439499 0.439499 0.439499 +5056.523438 0.000000 453.531036 0.000000 0.993071 0.000000 0.117516 0.459863 0.459863 0.459863 +5118.038574 0.000000 475.858246 0.000000 0.992446 0.000000 0.122680 0.457178 0.457178 0.457178 +5116.201172 0.000000 472.465546 0.000000 0.967270 0.000000 -0.253748 0.469617 0.469617 0.469617 +5113.728516 0.000000 477.269714 0.000000 0.980389 0.000000 -0.197071 0.468503 0.468503 0.468503 +5067.049316 0.000000 501.755920 0.000000 0.997825 0.000000 -0.065921 0.459396 0.459396 0.459396 +5090.559570 0.000000 485.080505 0.000000 0.953739 0.000000 0.300637 0.448673 0.448673 0.448673 +5105.135254 0.000000 478.711914 0.000000 0.988979 0.000000 -0.148054 0.464903 0.464903 0.464903 +5087.303223 0.000000 478.886444 0.000000 0.999998 0.000000 -0.002144 0.464747 0.464747 0.464747 +5093.604004 0.000000 474.458984 0.000000 0.999925 0.000000 -0.012211 0.464940 0.464940 0.464940 +5081.742188 0.000000 480.926300 0.000000 0.954676 0.000000 -0.297646 0.470491 0.470491 0.470491 +5016.572266 0.000000 547.823730 0.000000 0.996894 0.000000 -0.078756 0.401083 0.401083 0.401083 +5018.165527 0.000000 516.617126 0.000000 0.999982 0.000000 0.005936 0.408410 0.408410 0.408410 +5044.316895 0.000000 537.485291 0.000000 0.956614 0.000000 -0.291359 0.422179 0.422179 0.422179 +5049.129395 0.000000 547.177979 0.000000 0.999406 0.000000 -0.034469 0.428661 0.428661 0.428661 +5042.999023 0.000000 515.702209 0.000000 0.959677 0.000000 -0.281106 0.446072 0.446072 0.446072 +5022.021484 0.000000 516.626282 0.000000 0.972784 0.000000 -0.231712 0.433210 0.433210 0.433210 +5043.291016 0.000000 518.783447 0.000000 0.990829 0.000000 -0.135126 0.438219 0.438219 0.438219 +5044.078125 0.000000 525.030090 0.000000 0.954038 0.000000 -0.299687 0.454445 0.454445 0.454445 +5045.071289 0.000000 513.100647 0.000000 0.980071 0.000000 -0.198648 0.461887 0.461887 0.461887 +5047.353516 0.000000 515.503174 0.000000 0.993706 0.000000 0.112021 0.459968 0.459968 0.459968 +5044.241699 0.000000 520.094177 0.000000 0.994043 0.000000 -0.108989 0.464158 0.464158 0.464158 +5051.914062 0.000000 536.682068 0.000000 0.999540 0.000000 -0.030323 0.467908 0.467908 0.467908 +5077.208496 0.000000 548.238586 0.000000 0.982574 0.000000 -0.185869 0.402446 0.402446 0.402446 +5065.795410 0.000000 508.383759 0.000000 0.964079 0.000000 -0.265616 0.403745 0.403745 0.403745 +5087.330566 0.000000 540.780457 0.000000 0.998497 0.000000 -0.054807 0.407987 0.407987 0.407987 +5081.618652 0.000000 560.036621 0.000000 0.981456 0.000000 -0.191690 0.429890 0.429890 0.429890 +5099.407227 0.000000 552.587402 0.000000 0.996288 0.000000 0.086081 0.418923 0.418923 0.418923 +5064.309570 0.000000 537.152649 0.000000 0.967826 0.000000 -0.251621 0.456223 0.456223 0.456223 +5056.850586 0.000000 548.924072 0.000000 0.979609 0.000000 0.200913 0.436415 0.436415 0.436415 +5081.034668 0.000000 540.305908 0.000000 0.975785 0.000000 0.218733 0.430968 0.430968 0.430968 +5064.953125 0.000000 534.290100 0.000000 0.999006 0.000000 0.044575 0.457341 0.457341 0.457341 +5062.562500 0.000000 551.781372 0.000000 0.967202 0.000000 0.254007 0.471292 0.471292 0.471292 +5064.627441 0.000000 548.383850 0.000000 0.981477 0.000000 -0.191579 0.464410 0.464410 0.464410 +5074.425781 0.000000 557.211548 0.000000 0.996943 0.000000 -0.078126 0.460939 0.460939 0.460939 +5105.352051 0.000000 561.493042 0.000000 0.992549 0.000000 -0.121850 0.502722 0.502722 0.502722 +5061.854492 0.000000 543.112549 0.000000 0.995140 0.000000 0.098465 0.478370 0.478370 0.478370 +5118.147949 0.000000 553.314087 0.000000 0.971745 0.000000 0.236032 0.502360 0.502360 0.502360 +5102.588379 0.000000 552.140686 0.000000 0.951821 0.000000 -0.306655 0.529821 0.529821 0.529821 +5052.112793 0.000000 600.518799 0.000000 0.996341 0.000000 -0.085470 0.467661 0.467661 0.467661 +5054.499512 0.000000 594.232300 0.000000 0.959138 0.000000 -0.282940 0.497001 0.497001 0.497001 +5079.491699 0.000000 565.475281 0.000000 0.988660 0.000000 -0.150171 0.401972 0.401972 0.401972 +5109.005371 0.000000 617.039001 0.000000 0.986348 0.000000 -0.164672 0.410918 0.410918 0.410918 +5101.537598 0.000000 605.233398 0.000000 0.988851 0.000000 0.148908 0.425692 0.425692 0.425692 +5098.638672 0.000000 615.276367 0.000000 0.991586 0.000000 -0.129446 0.436803 0.436803 0.436803 +5099.960938 0.000000 586.945984 0.000000 0.974414 0.000000 0.224759 0.415457 0.415457 0.415457 +5115.964844 0.000000 616.145569 0.000000 0.997770 0.000000 0.066739 0.466027 0.466027 0.466027 +5094.707031 0.000000 573.401062 0.000000 0.980068 0.000000 0.198662 0.480142 0.480142 0.480142 +5100.188965 0.000000 569.864868 0.000000 0.999893 0.000000 -0.014596 0.466294 0.466294 0.466294 +5091.030762 0.000000 588.738098 0.000000 0.992747 0.000000 0.120224 0.480507 0.480507 0.480507 +5099.575684 0.000000 595.573975 0.000000 0.959563 0.000000 0.281495 0.474540 0.474540 0.474540 +5095.319336 0.000000 589.556458 0.000000 0.977496 0.000000 -0.210952 0.491411 0.491411 0.491411 +5095.743652 0.000000 600.584167 0.000000 0.989687 0.000000 -0.143246 0.504527 0.504527 0.504527 +5114.353516 0.000000 565.974182 0.000000 0.999837 0.000000 -0.018057 0.504331 0.504331 0.504331 +5111.719727 0.000000 568.873596 0.000000 0.990849 0.000000 0.134978 0.535689 0.535689 0.535689 +5110.206543 0.000000 572.259460 0.000000 0.965071 0.000000 -0.261987 0.579692 0.579692 0.579692 +5090.942871 0.000000 603.278625 0.000000 0.994412 0.000000 -0.105573 0.523480 0.523480 0.523480 +5093.454590 0.000000 594.027649 0.000000 0.985905 0.000000 -0.167303 0.559548 0.559548 0.559548 +5097.081055 0.000000 592.361084 0.000000 0.994381 0.000000 0.105857 0.527399 0.527399 0.527399 +5070.749512 0.000000 621.359192 0.000000 0.954467 0.000000 -0.298318 0.439686 0.439686 0.439686 +5154.508301 0.000000 498.440735 0.000000 0.963494 0.000000 0.267730 0.423730 0.423730 0.423730 +5124.789062 0.000000 485.731964 0.000000 0.970301 0.000000 0.241902 0.430571 0.430571 0.430571 +5170.516602 0.000000 467.906464 0.000000 0.998608 0.000000 -0.052744 0.431581 0.431581 0.431581 +5154.967773 0.000000 486.617676 0.000000 0.957270 0.000000 0.289195 0.432307 0.432307 0.432307 +5160.256348 0.000000 468.722717 0.000000 0.994136 0.000000 0.108137 0.434132 0.434132 0.434132 +5159.989746 0.000000 477.778870 0.000000 0.975295 0.000000 0.220904 0.447616 0.447616 0.447616 +5170.132324 0.000000 471.296173 0.000000 0.980874 0.000000 -0.194642 0.452511 0.452511 0.452511 +5148.266602 0.000000 489.242188 0.000000 0.984653 0.000000 0.174526 0.444605 0.444605 0.444605 +5123.049316 0.000000 464.145874 0.000000 0.995183 0.000000 0.098034 0.449863 0.449863 0.449863 +5163.954590 0.000000 475.581055 0.000000 0.983609 0.000000 0.180314 0.449651 0.449651 0.449651 +5123.597168 0.000000 476.981567 0.000000 0.968538 0.000000 -0.248865 0.460175 0.460175 0.460175 +5136.485352 0.000000 476.987213 0.000000 0.961221 0.000000 0.275780 0.460633 0.460633 0.460633 +5149.264648 0.000000 498.656219 0.000000 0.962460 0.000000 0.271425 0.453061 0.453061 0.453061 +5126.813965 0.000000 473.639038 0.000000 0.977922 0.000000 0.208969 0.487617 0.487617 0.487617 +5155.429199 0.000000 502.046021 0.000000 0.998892 0.000000 0.047063 0.496348 0.496348 0.496348 +5129.525391 0.000000 473.922729 0.000000 0.998767 0.000000 -0.049640 0.499793 0.499793 0.499793 +5122.058594 0.000000 470.314362 0.000000 0.992030 0.000000 -0.126005 0.488271 0.488271 0.488271 +5153.632324 0.000000 505.684418 0.000000 0.952682 0.000000 0.303970 0.480414 0.480414 0.480414 +5222.646484 0.000000 484.032227 0.000000 0.998504 0.000000 -0.054677 0.400759 0.400759 0.400759 +5191.546875 0.000000 483.179840 0.000000 0.991709 0.000000 0.128505 0.450602 0.450602 0.450602 +5215.967773 0.000000 470.074707 0.000000 0.998467 0.000000 -0.055345 0.457886 0.457886 0.457886 +5158.646484 0.000000 540.516602 0.000000 0.998976 0.000000 0.045248 0.399367 0.399367 0.399367 +5126.997070 0.000000 548.616333 0.000000 0.993078 0.000000 0.117454 0.427500 0.427500 0.427500 +5180.034180 0.000000 556.182617 0.000000 0.981894 0.000000 0.189433 0.412150 0.412150 0.412150 +5124.483887 0.000000 538.108093 0.000000 0.960606 0.000000 -0.277915 0.437995 0.437995 0.437995 +5132.251465 0.000000 515.195496 0.000000 0.971507 0.000000 0.237010 0.425525 0.425525 0.425525 +5141.452637 0.000000 530.342285 0.000000 0.995050 0.000000 0.099378 0.432983 0.432983 0.432983 +5120.517090 0.000000 558.136414 0.000000 0.979966 0.000000 0.199165 0.433873 0.433873 0.433873 +5177.728516 0.000000 533.754089 0.000000 0.959137 0.000000 -0.282941 0.452794 0.452794 0.452794 +5176.427734 0.000000 560.230347 0.000000 0.996090 0.000000 0.088348 0.446145 0.446145 0.446145 +5141.209473 0.000000 515.221619 0.000000 0.995340 0.000000 0.096423 0.474523 0.474523 0.474523 +5162.712402 0.000000 529.577820 0.000000 0.999001 0.000000 0.044688 0.480777 0.480777 0.480777 +5121.639160 0.000000 543.565735 0.000000 0.976248 0.000000 0.216655 0.451544 0.451544 0.451544 +5157.802246 0.000000 526.636230 0.000000 0.962312 0.000000 0.271949 0.453051 0.453051 0.453051 +5142.249023 0.000000 564.726562 0.000000 0.953359 0.000000 -0.301840 0.475942 0.475942 0.475942 +5163.248047 0.000000 555.556396 0.000000 0.983268 0.000000 -0.182165 0.478836 0.478836 0.478836 +5166.953613 0.000000 561.758911 0.000000 0.997463 0.000000 -0.071188 0.481853 0.481853 0.481853 +5167.816406 0.000000 554.147705 0.000000 0.986987 0.000000 0.160800 0.488674 0.488674 0.488674 +5153.632324 0.000000 562.168762 0.000000 0.982806 0.000000 -0.184641 0.514777 0.514777 0.514777 +5164.655273 0.000000 560.284790 0.000000 0.991920 0.000000 0.126863 0.513956 0.513956 0.513956 +5168.056641 0.000000 559.566223 0.000000 0.991815 0.000000 0.127684 0.481643 0.481643 0.481643 +5160.703613 0.000000 563.227844 0.000000 0.994181 0.000000 -0.107720 0.507686 0.507686 0.507686 +5159.871094 0.000000 528.794922 0.000000 0.999898 0.000000 -0.014248 0.509480 0.509480 0.509480 +5166.722168 0.000000 556.170959 0.000000 0.985732 0.000000 -0.168321 0.526346 0.526346 0.526346 +5121.950684 0.000000 548.333801 0.000000 0.998927 0.000000 -0.046309 0.494469 0.494469 0.494469 +5161.763184 0.000000 530.379883 0.000000 0.995700 0.000000 -0.092634 0.593108 0.593108 0.593108 +5161.492676 0.000000 558.843140 0.000000 0.964316 0.000000 0.264755 0.591170 0.591170 0.591170 +5159.150391 0.000000 561.738464 0.000000 0.987942 0.000000 0.154824 0.572466 0.572466 0.572466 +5161.081055 0.000000 535.876709 0.000000 0.986946 0.000000 0.161051 0.594427 0.594427 0.594427 +5163.210449 0.000000 535.803040 0.000000 0.965387 0.000000 0.260823 0.591067 0.591067 0.591067 +5188.755371 0.000000 536.232056 0.000000 0.995768 0.000000 -0.091905 0.401222 0.401222 0.401222 +5217.448730 0.000000 531.656189 0.000000 0.956941 0.000000 0.290283 0.395941 0.395941 0.395941 +5234.798340 0.000000 545.040527 0.000000 0.991472 0.000000 0.130323 0.398205 0.398205 0.398205 +5224.199219 0.000000 539.205322 0.000000 0.997752 0.000000 -0.067012 0.422617 0.422617 0.422617 +5205.452637 0.000000 530.342285 0.000000 0.999293 0.000000 -0.037605 0.448379 0.448379 0.448379 +5208.422363 0.000000 538.059631 0.000000 0.992603 0.000000 -0.121408 0.443268 0.443268 0.443268 +5191.784180 0.000000 561.675781 0.000000 0.979818 0.000000 0.199892 0.441576 0.441576 0.441576 +5203.835449 0.000000 529.246460 0.000000 0.953830 0.000000 -0.300348 0.446418 0.446418 0.446418 +5224.469727 0.000000 527.624573 0.000000 0.986482 0.000000 -0.163867 0.457254 0.457254 0.457254 +5200.278320 0.000000 529.078674 0.000000 0.967393 0.000000 -0.253279 0.452249 0.452249 0.452249 +5189.961426 0.000000 558.992249 0.000000 0.999691 0.000000 0.024870 0.473360 0.473360 0.473360 +5209.036621 0.000000 533.294312 0.000000 0.986527 0.000000 -0.163598 0.490394 0.490394 0.490394 +5208.864258 0.000000 534.913330 0.000000 0.998286 0.000000 -0.058531 0.494734 0.494734 0.494734 +5129.400879 0.000000 580.962891 0.000000 0.953209 0.000000 0.302311 0.396044 0.396044 0.396044 +5136.971680 0.000000 614.020752 0.000000 0.985860 0.000000 -0.167570 0.402211 0.402211 0.402211 +5161.656250 0.000000 604.953491 0.000000 0.958467 0.000000 0.285203 0.396130 0.396130 0.396130 +5172.003906 0.000000 568.171326 0.000000 0.998923 0.000000 -0.046399 0.400626 0.400626 0.400626 +5129.084961 0.000000 575.661621 0.000000 0.967102 0.000000 0.254391 0.396455 0.396455 0.396455 +5140.984863 0.000000 602.041748 0.000000 0.994435 0.000000 -0.105354 0.401460 0.401460 0.401460 +5136.382324 0.000000 620.660156 0.000000 0.999447 0.000000 -0.033261 0.410294 0.410294 0.410294 +5158.962402 0.000000 609.023682 0.000000 0.977545 0.000000 0.210724 0.422107 0.422107 0.422107 +5123.385254 0.000000 603.278259 0.000000 0.982164 0.000000 -0.188027 0.420546 0.420546 0.420546 +5140.821777 0.000000 595.954712 0.000000 0.952780 0.000000 -0.303662 0.431745 0.431745 0.431745 +5170.394043 0.000000 616.965515 0.000000 0.965126 0.000000 0.261786 0.422550 0.422550 0.422550 +5181.282227 0.000000 608.798950 0.000000 0.999888 0.000000 0.014968 0.433086 0.433086 0.433086 +5142.911621 0.000000 605.833374 0.000000 0.999063 0.000000 0.043274 0.424800 0.424800 0.424800 +5182.854492 0.000000 591.427185 0.000000 0.967014 0.000000 -0.254722 0.440265 0.440265 0.440265 +5146.529785 0.000000 620.250610 0.000000 0.999801 0.000000 0.019938 0.435614 0.435614 0.435614 +5141.101562 0.000000 611.294800 0.000000 0.977965 0.000000 -0.208768 0.432828 0.432828 0.432828 +5120.144043 0.000000 593.243958 0.000000 0.967260 0.000000 -0.253786 0.426912 0.426912 0.426912 +5144.332520 0.000000 600.048157 0.000000 0.992559 0.000000 -0.121768 0.432714 0.432714 0.432714 +5159.147461 0.000000 601.747009 0.000000 0.968094 0.000000 0.250589 0.438105 0.438105 0.438105 +5141.452637 0.000000 586.826660 0.000000 0.998265 0.000000 0.058882 0.428455 0.428455 0.428455 +5128.309570 0.000000 593.637024 0.000000 0.956133 0.000000 0.292934 0.444996 0.444996 0.444996 +5154.087402 0.000000 589.898987 0.000000 0.971417 0.000000 0.237381 0.431931 0.431931 0.431931 +5162.442383 0.000000 592.894592 0.000000 0.999885 0.000000 -0.015157 0.447981 0.447981 0.447981 +5132.919922 0.000000 614.879456 0.000000 0.953376 0.000000 0.301784 0.430809 0.430809 0.430809 +5179.262207 0.000000 586.979736 0.000000 0.990352 0.000000 0.138577 0.429739 0.429739 0.429739 +5126.073242 0.000000 618.631226 0.000000 0.986010 0.000000 -0.166685 0.438755 0.438755 0.438755 +5180.312988 0.000000 588.598633 0.000000 0.985420 0.000000 -0.170141 0.438813 0.438813 0.438813 +5135.736328 0.000000 595.604980 0.000000 0.996255 0.000000 -0.086465 0.443980 0.443980 0.443980 +5124.140625 0.000000 606.411621 0.000000 0.999526 0.000000 0.030781 0.444559 0.444559 0.444559 +5120.043457 0.000000 589.094788 0.000000 0.993323 0.000000 0.115367 0.444369 0.444369 0.444369 +5130.378418 0.000000 576.705139 0.000000 0.992613 0.000000 -0.121323 0.456469 0.456469 0.456469 +5145.632324 0.000000 580.061279 0.000000 0.990987 0.000000 -0.133960 0.452736 0.452736 0.452736 +5132.289551 0.000000 578.291138 0.000000 0.963097 0.000000 0.269156 0.488830 0.488830 0.488830 +5135.217285 0.000000 596.992249 0.000000 0.994738 0.000000 -0.102448 0.479859 0.479859 0.479859 +5149.510254 0.000000 578.906677 0.000000 0.981844 0.000000 0.189690 0.482903 0.482903 0.482903 +5164.222168 0.000000 598.229614 0.000000 0.967041 0.000000 0.254621 0.486605 0.486605 0.486605 +5132.904785 0.000000 592.326172 0.000000 0.998811 0.000000 0.048756 0.517130 0.517130 0.517130 +5133.344238 0.000000 579.133484 0.000000 0.958795 0.000000 -0.284100 0.501052 0.501052 0.501052 +5134.365723 0.000000 607.841064 0.000000 0.969468 0.000000 0.245217 0.485537 0.485537 0.485537 +5160.696289 0.000000 575.091309 0.000000 0.951334 0.000000 -0.308162 0.500256 0.500256 0.500256 +5147.442383 0.000000 573.266602 0.000000 0.999738 0.000000 -0.022912 0.517541 0.517541 0.517541 +5181.982422 0.000000 576.368591 0.000000 0.994268 0.000000 0.106913 0.520904 0.520904 0.520904 +5177.375000 0.000000 568.101501 0.000000 0.990336 0.000000 0.138688 0.521409 0.521409 0.521409 +5135.853516 0.000000 579.581055 0.000000 0.993127 0.000000 0.117040 0.514192 0.514192 0.514192 +5227.601562 0.000000 617.743835 0.000000 0.998415 0.000000 -0.056288 0.402758 0.402758 0.402758 +5186.311035 0.000000 601.454834 0.000000 0.991347 0.000000 -0.131266 0.411743 0.411743 0.411743 +5227.659668 0.000000 601.023376 0.000000 0.975825 0.000000 0.218553 0.400129 0.400129 0.400129 +5233.424316 0.000000 603.260315 0.000000 0.954061 0.000000 -0.299612 0.422311 0.422311 0.422311 +5209.618652 0.000000 616.520996 0.000000 0.999830 0.000000 -0.018433 0.415312 0.415312 0.415312 +5232.914551 0.000000 582.027344 0.000000 0.993479 0.000000 -0.114018 0.419398 0.419398 0.419398 +5238.302246 0.000000 579.131226 0.000000 0.987281 0.000000 0.158982 0.430691 0.430691 0.430691 +5207.366211 0.000000 567.496460 0.000000 0.987616 0.000000 -0.156891 0.447855 0.447855 0.447855 +5231.250488 0.000000 593.824646 0.000000 0.968010 0.000000 -0.250911 0.449537 0.449537 0.449537 +5195.557617 0.000000 604.791504 0.000000 0.960487 0.000000 -0.278325 0.442012 0.442012 0.442012 +5220.560547 0.000000 578.899536 0.000000 0.999446 0.000000 -0.033294 0.439127 0.439127 0.439127 +5191.260254 0.000000 611.448181 0.000000 0.953923 0.000000 0.300053 0.430840 0.430840 0.430840 +5190.054199 0.000000 566.442383 0.000000 0.996183 0.000000 0.087290 0.440973 0.440973 0.440973 +5226.375488 0.000000 596.387024 0.000000 0.963923 0.000000 -0.266183 0.448478 0.448478 0.448478 +5239.822754 0.000000 596.136902 0.000000 0.982382 0.000000 -0.186883 0.468304 0.468304 0.468304 +5217.478516 0.000000 594.865234 0.000000 0.997798 0.000000 0.066321 0.449137 0.449137 0.449137 +5212.266602 0.000000 602.210938 0.000000 0.953319 0.000000 -0.301965 0.457168 0.457168 0.457168 +5206.351074 0.000000 583.584167 0.000000 0.981845 0.000000 0.189683 0.448191 0.448191 0.448191 +5236.319336 0.000000 592.469543 0.000000 0.991551 0.000000 0.129720 0.462216 0.462216 0.462216 +5196.164062 0.000000 600.353394 0.000000 0.997360 0.000000 -0.072620 0.517413 0.517413 0.517413 +5239.777832 0.000000 593.778870 0.000000 0.999897 0.000000 0.014357 0.493153 0.493153 0.493153 +5198.057129 0.000000 599.506165 0.000000 0.999891 0.000000 -0.014770 0.530437 0.530437 0.530437 +5185.312988 0.000000 584.329407 0.000000 0.999449 0.000000 0.033203 0.514898 0.514898 0.514898 +5242.833496 0.000000 584.252930 0.000000 0.973423 0.000000 -0.229014 0.531865 0.531865 0.531865 +5194.277832 0.000000 600.895386 0.000000 0.990709 0.000000 0.135999 0.535662 0.535662 0.535662 +5122.396484 0.000000 623.190247 0.000000 0.977950 0.000000 -0.208837 0.402700 0.402700 0.402700 +5166.693848 0.000000 653.386780 0.000000 0.955535 0.000000 -0.294876 0.408868 0.408868 0.408868 +5183.273438 0.000000 632.719177 0.000000 0.968055 0.000000 -0.250736 0.410874 0.410874 0.410874 +5156.682129 0.000000 645.117493 0.000000 0.994386 0.000000 -0.105815 0.415319 0.415319 0.415319 +5170.750488 0.000000 661.881409 0.000000 0.985786 0.000000 -0.168006 0.418910 0.418910 0.418910 +5126.912598 0.000000 621.329773 0.000000 0.974076 0.000000 0.226223 0.432123 0.432123 0.432123 +5145.304688 0.000000 622.321838 0.000000 0.958404 0.000000 0.285415 0.422156 0.422156 0.422156 +5157.372070 0.000000 625.392639 0.000000 0.997017 0.000000 -0.077176 0.437243 0.437243 0.437243 +5181.535645 0.000000 675.503662 0.000000 0.993882 0.000000 0.110444 0.445752 0.445752 0.445752 +5145.534668 0.000000 630.890137 0.000000 0.988412 0.000000 0.151796 0.494027 0.494027 0.494027 +5176.732422 0.000000 669.885193 0.000000 0.993333 0.000000 0.115278 0.503892 0.503892 0.503892 +5177.671875 0.000000 676.199463 0.000000 0.979400 0.000000 -0.201929 0.505862 0.505862 0.505862 +5178.917480 0.000000 668.574768 0.000000 0.995456 0.000000 -0.095226 0.524547 0.524547 0.524547 +5179.012207 0.000000 669.754944 0.000000 0.998131 0.000000 0.061104 0.520732 0.520732 0.520732 +5175.533691 0.000000 675.283630 0.000000 0.998922 0.000000 0.046418 0.548415 0.548415 0.548415 +5188.755371 0.000000 649.200806 0.000000 0.958357 0.000000 0.285574 0.396125 0.396125 0.396125 +5186.627930 0.000000 650.035339 0.000000 0.976389 0.000000 0.216020 0.416880 0.416880 0.416880 +5185.654297 0.000000 635.686279 0.000000 0.979500 0.000000 -0.201444 0.435362 0.435362 0.435362 +5244.271484 0.000000 629.841431 0.000000 0.951881 0.000000 0.306469 0.415425 0.415425 0.415425 +5247.825195 0.000000 634.580750 0.000000 0.980967 0.000000 -0.194177 0.425950 0.425950 0.425950 +5187.095703 0.000000 636.778259 0.000000 0.997886 0.000000 -0.064987 0.429154 0.429154 0.429154 +5191.620605 0.000000 627.557373 0.000000 0.973987 0.000000 -0.226602 0.439779 0.439779 0.439779 +5195.461426 0.000000 648.922546 0.000000 0.976860 0.000000 -0.213878 0.448870 0.448870 0.448870 +5202.442383 0.000000 636.344788 0.000000 0.984615 0.000000 0.174739 0.444601 0.444601 0.444601 +5184.043457 0.000000 645.579163 0.000000 0.999685 0.000000 -0.025097 0.461256 0.461256 0.461256 +5196.617676 0.000000 637.975464 0.000000 0.995586 0.000000 -0.093849 0.459917 0.459917 0.459917 +5221.265137 0.000000 640.991638 0.000000 0.970895 0.000000 -0.239507 0.457331 0.457331 0.457331 +5224.469727 0.000000 640.593323 0.000000 0.951893 0.000000 0.306431 0.443469 0.443469 0.443469 +5190.562500 0.000000 664.750122 0.000000 0.996345 0.000000 -0.085422 0.453177 0.453177 0.453177 +5222.707031 0.000000 629.885437 0.000000 0.952726 0.000000 0.303831 0.449885 0.449885 0.449885 +5215.750977 0.000000 627.911072 0.000000 0.987848 0.000000 -0.155426 0.475642 0.475642 0.475642 +5234.362305 0.000000 656.025696 0.000000 0.960750 0.000000 0.277415 0.475902 0.475902 0.475902 +5234.478027 0.000000 663.203857 0.000000 0.980679 0.000000 0.195625 0.495613 0.495613 0.495613 +5230.269531 0.000000 656.629761 0.000000 0.978065 0.000000 0.208299 0.526070 0.526070 0.526070 +5232.316895 0.000000 663.059448 0.000000 0.985567 0.000000 -0.169286 0.527698 0.527698 0.527698 +5235.748047 0.000000 662.783508 0.000000 0.998774 0.000000 -0.049495 0.501103 0.501103 0.501103 +5234.448730 0.000000 664.552979 0.000000 0.994867 0.000000 -0.101194 0.524694 0.524694 0.524694 +5230.873535 0.000000 670.429504 0.000000 0.960260 0.000000 -0.279107 0.539865 0.539865 0.539865 +5226.279785 0.000000 666.184875 0.000000 0.999999 0.000000 0.001175 0.599960 0.599960 0.599960 +5188.561035 0.000000 667.609680 0.000000 0.971375 0.000000 -0.237552 0.524058 0.524058 0.524058 +5205.486816 0.000000 672.582214 0.000000 0.995826 0.000000 0.091268 0.596509 0.596509 0.596509 +5209.231934 0.000000 670.099487 0.000000 0.997544 0.000000 0.070036 0.597711 0.597711 0.597711 +5201.620605 0.000000 674.468262 0.000000 0.970214 0.000000 0.242250 0.591717 0.591717 0.591717 +5224.428711 0.000000 665.043762 0.000000 0.981705 0.000000 -0.190408 0.607059 0.607059 0.607059 +5204.250488 0.000000 672.929749 0.000000 0.955818 0.000000 0.293960 0.588603 0.588603 0.588603 +5284.342285 0.000000 620.512390 0.000000 0.997730 0.000000 0.067346 0.428317 0.428317 0.428317 +5301.449707 0.000000 614.735291 0.000000 0.995834 0.000000 -0.091189 0.426945 0.426945 0.426945 +5303.432129 0.000000 613.927429 0.000000 0.997424 0.000000 -0.071735 0.438466 0.438466 0.438466 +5267.881836 0.000000 603.381287 0.000000 0.982881 0.000000 0.184240 0.431554 0.431554 0.431554 +5264.310547 0.000000 612.439209 0.000000 0.971063 0.000000 0.238824 0.443440 0.443440 0.443440 +5311.025879 0.000000 614.208923 0.000000 0.956464 0.000000 0.291851 0.465406 0.465406 0.465406 +5266.425781 0.000000 613.695923 0.000000 0.986838 0.000000 -0.161711 0.466490 0.466490 0.466490 +5254.267578 0.000000 589.283813 0.000000 0.963503 0.000000 -0.267697 0.469894 0.469894 0.469894 +5254.282227 0.000000 610.898193 0.000000 0.993911 0.000000 0.110187 0.523410 0.523410 0.523410 +5370.520996 0.000000 618.756348 0.000000 0.998923 0.000000 0.046395 0.419541 0.419541 0.419541 +5316.298828 0.000000 620.742188 0.000000 0.954511 0.000000 0.298177 0.475455 0.475455 0.475455 +5278.961914 0.000000 622.289429 0.000000 0.997702 0.000000 0.067751 0.399069 0.399069 0.399069 +5280.544434 0.000000 668.659668 0.000000 0.962058 0.000000 -0.272847 0.408539 0.408539 0.408539 +5250.944824 0.000000 638.724060 0.000000 0.999865 0.000000 0.016457 0.409561 0.409561 0.409561 +5280.330078 0.000000 675.625549 0.000000 0.959457 0.000000 -0.281855 0.411343 0.411343 0.411343 +5291.311523 0.000000 646.475891 0.000000 0.999396 0.000000 -0.034755 0.435220 0.435220 0.435220 +5283.093262 0.000000 643.704224 0.000000 0.975352 0.000000 -0.220653 0.438346 0.438346 0.438346 +5248.371582 0.000000 626.412964 0.000000 0.999792 0.000000 -0.020387 0.436289 0.436289 0.436289 +5287.039551 0.000000 661.489746 0.000000 0.998397 0.000000 -0.056597 0.438210 0.438210 0.438210 +5292.442383 0.000000 627.840881 0.000000 0.993803 0.000000 -0.111154 0.457601 0.457601 0.457601 +5295.105469 0.000000 624.889465 0.000000 0.997604 0.000000 -0.069188 0.443681 0.443681 0.443681 +5287.382324 0.000000 654.946594 0.000000 0.998896 0.000000 -0.046980 0.469543 0.469543 0.469543 +5306.590332 0.000000 663.882568 0.000000 0.970749 0.000000 -0.240098 0.472016 0.472016 0.472016 +5280.813477 0.000000 664.833984 0.000000 0.957037 0.000000 0.289965 0.476905 0.476905 0.476905 +5310.208984 0.000000 657.988831 0.000000 0.970735 0.000000 0.240153 0.472860 0.472860 0.472860 +5292.409668 0.000000 647.356567 0.000000 0.973270 0.000000 -0.229662 0.506499 0.506499 0.506499 +5268.063965 0.000000 662.202393 0.000000 0.957140 0.000000 -0.289627 0.498493 0.498493 0.498493 +5295.546387 0.000000 627.675537 0.000000 0.998573 0.000000 0.053403 0.476694 0.476694 0.476694 +5277.685059 0.000000 656.082825 0.000000 0.997947 0.000000 -0.064050 0.514578 0.514578 0.514578 +5269.323242 0.000000 662.549988 0.000000 0.981965 0.000000 -0.189065 0.496258 0.496258 0.496258 +5278.985352 0.000000 670.372009 0.000000 0.984275 0.000000 0.176644 0.498615 0.498615 0.498615 +5305.375000 0.000000 624.585876 0.000000 0.960203 0.000000 -0.279304 0.527781 0.527781 0.527781 +5292.773926 0.000000 657.251221 0.000000 0.975973 0.000000 0.217892 0.537329 0.537329 0.537329 +5280.901855 0.000000 628.211853 0.000000 0.992825 0.000000 -0.119576 0.580716 0.580716 0.580716 +5364.657715 0.000000 621.364197 0.000000 0.956815 0.000000 -0.290699 0.426179 0.426179 0.426179 +5364.393066 0.000000 643.721741 0.000000 0.994362 0.000000 0.106037 0.435463 0.435463 0.435463 +5362.132324 0.000000 640.749268 0.000000 0.994741 0.000000 0.102418 0.440710 0.440710 0.440710 +5360.395508 0.000000 653.659119 0.000000 0.960583 0.000000 0.277993 0.473340 0.473340 0.473340 +5358.867676 0.000000 651.787720 0.000000 0.957391 0.000000 0.288795 0.457823 0.457823 0.457823 +5318.164062 0.000000 649.897888 0.000000 0.955963 0.000000 -0.293486 0.486501 0.486501 0.486501 +5324.289551 0.000000 634.775513 0.000000 0.990228 0.000000 -0.139455 0.463416 0.463416 0.463416 +5359.286621 0.000000 623.101501 0.000000 0.994006 0.000000 0.109321 0.472967 0.472967 0.472967 +5313.657715 0.000000 621.831848 0.000000 0.982936 0.000000 0.183949 0.483026 0.483026 0.483026 +5367.122559 0.000000 626.471008 0.000000 0.955551 0.000000 0.294825 0.470437 0.470437 0.470437 +5359.546387 0.000000 627.675537 0.000000 0.999246 0.000000 0.038817 0.478293 0.478293 0.478293 +5317.529297 0.000000 624.818054 0.000000 0.999900 0.000000 -0.014143 0.488535 0.488535 0.488535 +5317.292969 0.000000 627.345520 0.000000 0.963938 0.000000 -0.266127 0.514042 0.514042 0.514042 +5316.693359 0.000000 653.968445 0.000000 0.992019 0.000000 0.126085 0.511392 0.511392 0.511392 +5363.609375 0.000000 651.494385 0.000000 0.984521 0.000000 0.175266 0.526920 0.526920 0.526920 +5362.699707 0.000000 652.381042 0.000000 0.989039 0.000000 0.147655 0.527627 0.527627 0.527627 +5174.206543 0.000000 685.228210 0.000000 0.994798 0.000000 0.101870 0.553375 0.553375 0.553375 +5181.552246 0.000000 687.125793 0.000000 0.985900 0.000000 -0.167334 0.552900 0.552900 0.552900 +5195.616211 0.000000 707.153625 0.000000 0.967283 0.000000 -0.253699 0.403548 0.403548 0.403548 +5240.708984 0.000000 698.255981 0.000000 0.997768 0.000000 -0.066776 0.431811 0.431811 0.431811 +5221.265137 0.000000 697.476013 0.000000 0.980670 0.000000 0.195669 0.450653 0.450653 0.450653 +5233.542480 0.000000 699.241272 0.000000 0.987589 0.000000 0.157058 0.461687 0.461687 0.461687 +5190.164062 0.000000 706.382263 0.000000 0.985753 0.000000 0.168197 0.452451 0.452451 0.452451 +5234.304199 0.000000 704.200256 0.000000 0.966335 0.000000 -0.257286 0.496430 0.496430 0.496430 +5186.732422 0.000000 686.026123 0.000000 0.982815 0.000000 0.184593 0.512560 0.512560 0.512560 +5231.705078 0.000000 709.096313 0.000000 0.992485 0.000000 -0.122370 0.535796 0.535796 0.535796 +5196.748535 0.000000 683.507751 0.000000 0.955515 0.000000 -0.294942 0.559135 0.559135 0.559135 +5218.086426 0.000000 684.710510 0.000000 0.966264 0.000000 -0.257555 0.608506 0.608506 0.608506 +5247.475098 0.000000 682.579712 0.000000 0.962116 0.000000 0.272640 0.547270 0.547270 0.547270 +5219.712891 0.000000 694.592957 0.000000 0.986089 0.000000 0.166219 0.540007 0.540007 0.540007 +5206.794922 0.000000 731.691895 0.000000 0.972252 0.000000 -0.233937 0.609019 0.609019 0.609019 +5214.155273 0.000000 733.306213 0.000000 0.974753 0.000000 0.223286 0.591685 0.591685 0.591685 +5244.967285 0.000000 689.401978 0.000000 0.961379 0.000000 -0.275228 0.610170 0.610170 0.610170 +5205.314941 0.000000 694.329346 0.000000 0.960039 0.000000 -0.279865 0.610197 0.610197 0.610197 +5206.463867 0.000000 702.055115 0.000000 0.980496 0.000000 0.196538 0.593273 0.593273 0.593273 +5222.218750 0.000000 726.809937 0.000000 0.998074 0.000000 0.062033 0.597945 0.597945 0.597945 +5202.954102 0.000000 716.728271 0.000000 0.976466 0.000000 -0.215670 0.582301 0.582301 0.582301 +5223.911621 0.000000 682.735168 0.000000 0.983179 0.000000 -0.182647 0.606383 0.606383 0.606383 +5193.223633 0.000000 706.212891 0.000000 0.973125 0.000000 0.230277 0.592360 0.592360 0.592360 +5235.380859 0.000000 703.079773 0.000000 0.954066 0.000000 0.299597 0.589039 0.589039 0.589039 +5197.445801 0.000000 711.339478 0.000000 0.999765 0.000000 0.021670 0.599274 0.599274 0.599274 +5220.603516 0.000000 692.818176 0.000000 0.994756 0.000000 -0.102277 0.588125 0.588125 0.588125 +5196.309082 0.000000 711.160400 0.000000 0.981413 0.000000 -0.191905 0.606465 0.606465 0.606465 +5245.623047 0.000000 680.096558 0.000000 0.987948 0.000000 0.154787 0.594320 0.594320 0.594320 +5193.526367 0.000000 685.978027 0.000000 0.991333 0.000000 0.131374 0.594967 0.594967 0.594967 +5192.278320 0.000000 683.397461 0.000000 0.984518 0.000000 0.175284 0.593969 0.593969 0.593969 +5192.282227 0.000000 684.692932 0.000000 0.993196 0.000000 -0.116458 0.604459 0.604459 0.604459 +5223.854004 0.000000 745.345398 0.000000 0.985446 0.000000 -0.169990 0.531702 0.531702 0.531702 +5224.990723 0.000000 742.248169 0.000000 0.999616 0.000000 0.027718 0.599014 0.599014 0.599014 +5286.686523 0.000000 678.118286 0.000000 0.955988 0.000000 -0.293404 0.404015 0.404015 0.404015 +5300.916016 0.000000 685.175537 0.000000 0.989395 0.000000 -0.145247 0.454264 0.454264 0.454264 +5291.903809 0.000000 677.919922 0.000000 0.963835 0.000000 -0.266500 0.527458 0.527458 0.527458 "} object={ name="pine_dense_generator_3_3" @@ -470,7 +1608,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_004_mesh" - count=147 + count=595 transform="52.706345 0.000000 3275.924805 0.000000 0.823852 0.000000 -0.566805 0.414584 0.414584 0.414584 122.511627 0.000000 3240.119385 0.000000 0.907873 0.000000 -0.419245 0.405638 0.405638 0.405638 97.062500 0.000000 3271.683350 0.000000 0.860963 0.000000 -0.508668 0.407381 0.407381 0.407381 @@ -618,6 +1756,454 @@ object={ 16.728302 0.000000 3502.037842 0.000000 0.611368 0.000000 -0.791347 0.449848 0.449848 0.449848 19.350300 0.000000 3504.385010 0.000000 0.916717 0.000000 -0.399537 0.472574 0.472574 0.472574 5.937494 0.000000 3502.531250 0.000000 0.774200 0.000000 -0.632941 0.622688 0.622688 0.622688 +5031.591309 0.000000 437.226685 0.000000 0.917607 0.000000 -0.397489 0.405633 0.405633 0.405633 +5028.144531 0.000000 444.352051 0.000000 0.937811 0.000000 -0.347147 0.428453 0.428453 0.428453 +5048.412109 0.000000 450.436707 0.000000 0.654668 0.000000 -0.755917 0.472699 0.472699 0.472699 +5059.510742 0.000000 442.318604 0.000000 0.848040 0.000000 -0.529933 0.407585 0.407585 0.407585 +5034.009766 0.000000 506.811646 0.000000 0.885469 0.000000 -0.464698 0.406322 0.406322 0.406322 +5047.062500 0.000000 502.892487 0.000000 0.769114 0.000000 -0.639111 0.409486 0.409486 0.409486 +5054.390625 0.000000 507.635559 0.000000 0.787193 0.000000 -0.616706 0.414107 0.414107 0.414107 +5048.630371 0.000000 505.330017 0.000000 0.702023 0.000000 -0.712154 0.422866 0.422866 0.422866 +5045.789062 0.000000 495.318756 0.000000 0.802561 0.000000 -0.596570 0.430187 0.430187 0.430187 +5051.003418 0.000000 497.884705 0.000000 0.593287 0.000000 -0.804991 0.433389 0.433389 0.433389 +5053.382324 0.000000 482.177338 0.000000 0.779537 0.000000 -0.626356 0.444537 0.444537 0.444537 +5044.316895 0.000000 481.000916 0.000000 0.893877 0.000000 -0.448313 0.422065 0.422065 0.422065 +5032.756348 0.000000 457.341492 0.000000 0.905620 0.000000 -0.424091 0.425711 0.425711 0.425711 +5034.257812 0.000000 454.137482 0.000000 0.847234 0.000000 -0.531220 0.449433 0.449433 0.449433 +5052.180664 0.000000 485.977509 0.000000 0.690722 0.000000 -0.723121 0.459245 0.459245 0.459245 +5044.122559 0.000000 489.540161 0.000000 0.746339 0.000000 -0.665566 0.462000 0.462000 0.462000 +5046.362793 0.000000 485.516785 0.000000 0.934743 0.000000 -0.355324 0.455494 0.455494 0.455494 +5047.848633 0.000000 451.938110 0.000000 0.811135 0.000000 -0.584860 0.471158 0.471158 0.471158 +5097.322754 0.000000 500.150635 0.000000 0.900282 0.000000 -0.435308 0.406049 0.406049 0.406049 +5062.724121 0.000000 485.382507 0.000000 0.647998 0.000000 -0.761642 0.411802 0.411802 0.411802 +5074.128418 0.000000 472.636627 0.000000 0.807553 0.000000 -0.589795 0.421836 0.421836 0.421836 +5105.314941 0.000000 494.573242 0.000000 0.619650 0.000000 -0.784878 0.437072 0.437072 0.437072 +5101.465820 0.000000 496.170959 0.000000 0.729098 0.000000 -0.684410 0.425054 0.425054 0.425054 +5089.987305 0.000000 489.488647 0.000000 0.817478 0.000000 -0.575960 0.443493 0.443493 0.443493 +5062.912598 0.000000 451.876648 0.000000 0.947237 0.000000 -0.320535 0.434711 0.434711 0.434711 +5077.917480 0.000000 496.137268 0.000000 0.623241 0.000000 -0.782030 0.439797 0.439797 0.439797 +5103.250488 0.000000 480.855896 0.000000 0.780295 0.000000 -0.625412 0.458303 0.458303 0.458303 +5095.147461 0.000000 488.778259 0.000000 0.644524 0.000000 -0.764584 0.460331 0.460331 0.460331 +5104.943848 0.000000 463.463501 0.000000 0.654480 0.000000 -0.756080 0.464300 0.464300 0.464300 +5069.340332 0.000000 492.101776 0.000000 0.588801 0.000000 -0.808278 0.467205 0.467205 0.467205 +5093.379395 0.000000 488.761627 0.000000 0.932656 0.000000 -0.360768 0.444826 0.444826 0.444826 +5063.260254 0.000000 498.479462 0.000000 0.857751 0.000000 -0.514065 0.447725 0.447725 0.447725 +5107.291016 0.000000 462.299072 0.000000 0.718584 0.000000 -0.695441 0.459947 0.459947 0.459947 +5062.054199 0.000000 453.473633 0.000000 0.825403 0.000000 -0.564544 0.448743 0.448743 0.448743 +5077.609863 0.000000 484.523987 0.000000 0.928346 0.000000 -0.371716 0.466598 0.466598 0.466598 +5073.862305 0.000000 488.202454 0.000000 0.727278 0.000000 -0.686343 0.459725 0.459725 0.459725 +5099.765137 0.000000 481.159271 0.000000 0.730849 0.000000 -0.682539 0.469354 0.469354 0.469354 +5114.250000 0.000000 485.366974 0.000000 0.901254 0.000000 -0.433290 0.443459 0.443459 0.443459 +5064.564453 0.000000 503.606079 0.000000 0.757788 0.000000 -0.652501 0.452008 0.452008 0.452008 +5072.310547 0.000000 499.470490 0.000000 0.713007 0.000000 -0.701157 0.455917 0.455917 0.455917 +5072.583984 0.000000 490.231140 0.000000 0.654029 0.000000 -0.756469 0.467111 0.467111 0.467111 +5081.336426 0.000000 489.873291 0.000000 0.907867 0.000000 -0.419259 0.444551 0.444551 0.444551 +5101.531250 0.000000 470.268097 0.000000 0.758029 0.000000 -0.652221 0.467221 0.467221 0.467221 +5089.478516 0.000000 481.896515 0.000000 0.918843 0.000000 -0.394624 0.471119 0.471119 0.471119 +5095.382324 0.000000 485.493469 0.000000 0.783149 0.000000 -0.621834 0.477552 0.477552 0.477552 +5118.383301 0.000000 473.041473 0.000000 0.655812 0.000000 -0.754924 0.481083 0.481083 0.481083 +5104.395508 0.000000 484.205994 0.000000 0.911333 0.000000 -0.411669 0.459288 0.459288 0.459288 +5103.392090 0.000000 473.155212 0.000000 0.940089 0.000000 -0.340928 0.465982 0.465982 0.465982 +5098.712402 0.000000 473.093414 0.000000 0.672038 0.000000 -0.740517 0.479267 0.479267 0.479267 +5098.059082 0.000000 487.157990 0.000000 0.741633 0.000000 -0.670806 0.477392 0.477392 0.477392 +5105.542480 0.000000 473.303772 0.000000 0.915682 0.000000 -0.401903 0.473977 0.473977 0.473977 +5082.062500 0.000000 478.912628 0.000000 0.757160 0.000000 -0.653230 0.476946 0.476946 0.476946 +5091.500488 0.000000 479.459534 0.000000 0.641996 0.000000 -0.766708 0.477217 0.477217 0.477217 +5079.955566 0.000000 485.665588 0.000000 0.878546 0.000000 -0.477658 0.468788 0.468788 0.468788 +5119.116211 0.000000 471.624725 0.000000 0.675920 0.000000 -0.736975 0.480567 0.480567 0.480567 +5036.062988 0.000000 517.348511 0.000000 0.774251 0.000000 -0.632878 0.408930 0.408930 0.408930 +5030.535645 0.000000 537.867493 0.000000 0.865707 0.000000 -0.500552 0.406910 0.406910 0.406910 +5043.759277 0.000000 539.724243 0.000000 0.629723 0.000000 -0.776820 0.412126 0.412126 0.412126 +5029.463867 0.000000 515.964722 0.000000 0.855923 0.000000 -0.517104 0.416450 0.416450 0.416450 +5047.405273 0.000000 543.212463 0.000000 0.786785 0.000000 -0.617227 0.420977 0.420977 0.420977 +5024.607910 0.000000 547.450012 0.000000 0.820111 0.000000 -0.572205 0.433828 0.433828 0.433828 +5042.216309 0.000000 552.904175 0.000000 0.846270 0.000000 -0.532755 0.424895 0.424895 0.424895 +5045.101074 0.000000 553.684875 0.000000 0.809708 0.000000 -0.586833 0.447832 0.447832 0.447832 +5042.425293 0.000000 510.513763 0.000000 0.888108 0.000000 -0.459634 0.442595 0.442595 0.442595 +5048.471680 0.000000 548.815491 0.000000 0.748401 0.000000 -0.663247 0.456405 0.456405 0.456405 +5052.312988 0.000000 532.114258 0.000000 0.937858 0.000000 -0.347021 0.456682 0.456682 0.456682 +5050.250000 0.000000 541.851318 0.000000 0.690372 0.000000 -0.723455 0.455073 0.455073 0.455073 +5049.864746 0.000000 536.950562 0.000000 0.762474 0.000000 -0.647019 0.469865 0.469865 0.469865 +5048.710938 0.000000 532.190918 0.000000 0.695285 0.000000 -0.718734 0.473077 0.473077 0.473077 +5055.210449 0.000000 542.961182 0.000000 0.751816 0.000000 -0.659373 0.472939 0.472939 0.472939 +5049.112305 0.000000 514.949646 0.000000 0.909851 0.000000 -0.414935 0.470187 0.470187 0.470187 +5050.082520 0.000000 512.583862 0.000000 0.589503 0.000000 -0.807766 0.475649 0.475649 0.475649 +5051.955078 0.000000 539.414551 0.000000 0.831437 0.000000 -0.555620 0.473237 0.473237 0.473237 +5048.379395 0.000000 522.740173 0.000000 0.909396 0.000000 -0.415932 0.487833 0.487833 0.487833 +5051.523926 0.000000 521.818726 0.000000 0.663852 0.000000 -0.747864 0.483682 0.483682 0.483682 +5071.671387 0.000000 509.888458 0.000000 0.729529 0.000000 -0.683950 0.410455 0.410455 0.410455 +5076.436035 0.000000 550.631226 0.000000 0.595547 0.000000 -0.803320 0.415160 0.415160 0.415160 +5101.747070 0.000000 557.050964 0.000000 0.921276 0.000000 -0.388909 0.417035 0.417035 0.417035 +5081.598145 0.000000 531.990967 0.000000 0.860952 0.000000 -0.508685 0.442166 0.442166 0.442166 +5117.282227 0.000000 552.314575 0.000000 0.752697 0.000000 -0.658368 0.432800 0.432800 0.432800 +5060.166992 0.000000 557.123962 0.000000 0.837859 0.000000 -0.545887 0.448362 0.448362 0.448362 +5071.228516 0.000000 535.371521 0.000000 0.638916 0.000000 -0.769277 0.447861 0.447861 0.447861 +5086.288086 0.000000 562.821777 0.000000 0.765172 0.000000 -0.643826 0.436636 0.436636 0.436636 +5077.917480 0.000000 552.621643 0.000000 0.647553 0.000000 -0.762020 0.444880 0.444880 0.444880 +5081.774414 0.000000 558.058594 0.000000 0.622719 0.000000 -0.782446 0.465036 0.465036 0.465036 +5064.280273 0.000000 542.590332 0.000000 0.629325 0.000000 -0.777142 0.462079 0.462079 0.462079 +5060.140625 0.000000 549.927246 0.000000 0.913399 0.000000 -0.407065 0.461903 0.461903 0.461903 +5108.122559 0.000000 546.024536 0.000000 0.915019 0.000000 -0.403410 0.459125 0.459125 0.459125 +5119.025879 0.000000 557.724548 0.000000 0.905591 0.000000 -0.424152 0.485302 0.485302 0.485302 +5061.041016 0.000000 552.135925 0.000000 0.942869 0.000000 -0.333163 0.457761 0.457761 0.457761 +5106.908203 0.000000 547.125244 0.000000 0.645722 0.000000 -0.763573 0.495395 0.495395 0.495395 +5062.382324 0.000000 545.359314 0.000000 0.888126 0.000000 -0.459601 0.473847 0.473847 0.473847 +5102.722168 0.000000 556.170959 0.000000 0.603318 0.000000 -0.797501 0.533349 0.533349 0.533349 +5113.099121 0.000000 555.361450 0.000000 0.788703 0.000000 -0.614774 0.509206 0.509206 0.509206 +5100.898438 0.000000 564.220215 0.000000 0.942126 0.000000 -0.335260 0.525157 0.525157 0.525157 +5108.617188 0.000000 561.716431 0.000000 0.848747 0.000000 -0.528799 0.546833 0.546833 0.546833 +5046.158691 0.000000 596.903503 0.000000 0.867148 0.000000 -0.498051 0.416126 0.416126 0.416126 +5051.955078 0.000000 595.898926 0.000000 0.721121 0.000000 -0.692810 0.484930 0.484930 0.484930 +5107.634277 0.000000 607.571594 0.000000 0.850831 0.000000 -0.525440 0.407458 0.407458 0.407458 +5067.616211 0.000000 594.184875 0.000000 0.877968 0.000000 -0.478720 0.406954 0.406954 0.406954 +5112.630371 0.000000 618.298767 0.000000 0.927928 0.000000 -0.372760 0.416776 0.416776 0.416776 +5103.448242 0.000000 589.351318 0.000000 0.700523 0.000000 -0.713629 0.424282 0.424282 0.424282 +5114.520996 0.000000 618.756348 0.000000 0.906276 0.000000 -0.422686 0.440557 0.440557 0.440557 +5098.257812 0.000000 567.106201 0.000000 0.798520 0.000000 -0.601969 0.453651 0.453651 0.453651 +5099.071777 0.000000 575.422241 0.000000 0.851223 0.000000 -0.524805 0.437021 0.437021 0.437021 +5061.832520 0.000000 596.709412 0.000000 0.941655 0.000000 -0.336580 0.452450 0.452450 0.452450 +5058.335449 0.000000 596.073792 0.000000 0.852985 0.000000 -0.521935 0.472481 0.472481 0.472481 +5108.080566 0.000000 578.037292 0.000000 0.939964 0.000000 -0.341275 0.464643 0.464643 0.464643 +5100.147461 0.000000 580.479126 0.000000 0.931001 0.000000 -0.365016 0.454332 0.454332 0.454332 +5113.144531 0.000000 566.459045 0.000000 0.871267 0.000000 -0.490809 0.496381 0.496381 0.496381 +5094.826172 0.000000 571.579834 0.000000 0.945512 0.000000 -0.325588 0.489885 0.489885 0.489885 +5086.348145 0.000000 595.182190 0.000000 0.906377 0.000000 -0.422469 0.475768 0.475768 0.475768 +5096.459473 0.000000 594.363281 0.000000 0.592664 0.000000 -0.805450 0.532237 0.532237 0.532237 +5111.696777 0.000000 574.129578 0.000000 0.692756 0.000000 -0.721172 0.503917 0.503917 0.503917 +5096.398438 0.000000 573.710205 0.000000 0.618984 0.000000 -0.785403 0.524378 0.524378 0.524378 +5096.923828 0.000000 571.541870 0.000000 0.898933 0.000000 -0.438085 0.534642 0.534642 0.534642 +5087.082031 0.000000 600.991455 0.000000 0.754406 0.000000 -0.656408 0.528507 0.528507 0.528507 +5089.875488 0.000000 599.606506 0.000000 0.688178 0.000000 -0.725542 0.590096 0.590096 0.590096 +5073.145996 0.000000 623.882324 0.000000 0.710415 0.000000 -0.703783 0.461544 0.461544 0.461544 +5174.381836 0.000000 481.202606 0.000000 0.938395 0.000000 -0.345563 0.404721 0.404721 0.404721 +5154.857422 0.000000 481.003906 0.000000 0.792147 0.000000 -0.610330 0.408883 0.408883 0.408883 +5145.916992 0.000000 496.641205 0.000000 0.773730 0.000000 -0.633515 0.409489 0.409489 0.409489 +5153.448730 0.000000 475.171814 0.000000 0.893941 0.000000 -0.448184 0.406451 0.406451 0.406451 +5148.380371 0.000000 506.725342 0.000000 0.777442 0.000000 -0.628955 0.409306 0.409306 0.409306 +5176.742188 0.000000 481.768890 0.000000 0.829796 0.000000 -0.558066 0.423989 0.423989 0.423989 +5147.443848 0.000000 484.139954 0.000000 0.774283 0.000000 -0.632840 0.432278 0.432278 0.432278 +5126.953125 0.000000 487.485260 0.000000 0.659945 0.000000 -0.751314 0.430676 0.430676 0.430676 +5153.433594 0.000000 487.678589 0.000000 0.797419 0.000000 -0.603426 0.459189 0.459189 0.459189 +5122.335449 0.000000 483.105011 0.000000 0.911529 0.000000 -0.411237 0.457927 0.457927 0.457927 +5171.824219 0.000000 496.209503 0.000000 0.947938 0.000000 -0.318454 0.453454 0.453454 0.453454 +5163.175293 0.000000 470.172485 0.000000 0.947484 0.000000 -0.319804 0.476312 0.476312 0.476312 +5131.761719 0.000000 476.284668 0.000000 0.600655 0.000000 -0.799508 0.476800 0.476800 0.476800 +5123.455566 0.000000 470.556122 0.000000 0.848336 0.000000 -0.529459 0.497324 0.497324 0.497324 +5126.218750 0.000000 470.949066 0.000000 0.910744 0.000000 -0.412972 0.525798 0.525798 0.525798 +5151.826172 0.000000 503.450836 0.000000 0.908517 0.000000 -0.417848 0.515043 0.515043 0.515043 +5130.511230 0.000000 470.565826 0.000000 0.596741 0.000000 -0.802434 0.530697 0.530697 0.530697 +5195.959473 0.000000 500.365875 0.000000 0.643311 0.000000 -0.765605 0.411190 0.411190 0.411190 +5222.581055 0.000000 486.999451 0.000000 0.610776 0.000000 -0.791804 0.412501 0.412501 0.412501 +5200.186523 0.000000 471.026276 0.000000 0.730677 0.000000 -0.682723 0.410394 0.410394 0.410394 +5210.529785 0.000000 507.281830 0.000000 0.752725 0.000000 -0.658335 0.456291 0.456291 0.456291 +5197.317383 0.000000 505.102264 0.000000 0.920533 0.000000 -0.390666 0.457524 0.457524 0.457524 +5150.530273 0.000000 531.819458 0.000000 0.825448 0.000000 -0.564479 0.407757 0.407757 0.407757 +5141.502930 0.000000 556.678589 0.000000 0.919620 0.000000 -0.392810 0.405462 0.405462 0.405462 +5126.057129 0.000000 553.297119 0.000000 0.896832 0.000000 -0.442372 0.406246 0.406246 0.406246 +5175.867676 0.000000 555.591003 0.000000 0.871737 0.000000 -0.489973 0.425496 0.425496 0.425496 +5152.801270 0.000000 536.674622 0.000000 0.804129 0.000000 -0.594455 0.430146 0.430146 0.430146 +5123.099121 0.000000 535.061035 0.000000 0.846993 0.000000 -0.531604 0.438515 0.438515 0.438515 +5163.407227 0.000000 552.587402 0.000000 0.878592 0.000000 -0.477573 0.430708 0.430708 0.430708 +5124.789062 0.000000 542.216309 0.000000 0.926772 0.000000 -0.375624 0.426241 0.426241 0.426241 +5128.076660 0.000000 552.412781 0.000000 0.817187 0.000000 -0.576372 0.444872 0.444872 0.444872 +5172.393066 0.000000 530.752991 0.000000 0.826261 0.000000 -0.563288 0.429553 0.429553 0.429553 +5154.177734 0.000000 535.292542 0.000000 0.841098 0.000000 -0.540882 0.441426 0.441426 0.441426 +5155.093262 0.000000 530.735474 0.000000 0.606861 0.000000 -0.794808 0.454153 0.454153 0.454153 +5125.832520 0.000000 540.225037 0.000000 0.698602 0.000000 -0.715510 0.445141 0.445141 0.445141 +5154.087402 0.000000 533.414612 0.000000 0.651244 0.000000 -0.758868 0.446198 0.446198 0.446198 +5134.777344 0.000000 528.611511 0.000000 0.834310 0.000000 -0.551295 0.456687 0.456687 0.456687 +5136.985352 0.000000 530.535217 0.000000 0.940001 0.000000 -0.341171 0.439096 0.439096 0.439096 +5136.790527 0.000000 516.514709 0.000000 0.756257 0.000000 -0.654275 0.449284 0.449284 0.449284 +5176.710938 0.000000 532.190918 0.000000 0.802427 0.000000 -0.596750 0.459041 0.459041 0.459041 +5124.140625 0.000000 549.927246 0.000000 0.892535 0.000000 -0.450978 0.454644 0.454644 0.454644 +5136.425781 0.000000 559.062439 0.000000 0.658762 0.000000 -0.752352 0.457207 0.457207 0.457207 +5123.329590 0.000000 543.787659 0.000000 0.794943 0.000000 -0.606684 0.468908 0.468908 0.468908 +5140.029785 0.000000 512.286133 0.000000 0.593037 0.000000 -0.805175 0.506669 0.506669 0.506669 +5160.675293 0.000000 555.399658 0.000000 0.640477 0.000000 -0.767977 0.501169 0.501169 0.501169 +5164.992676 0.000000 531.260132 0.000000 0.885148 0.000000 -0.465310 0.491681 0.491681 0.491681 +5146.914551 0.000000 560.063171 0.000000 0.627792 0.000000 -0.778381 0.515634 0.515634 0.515634 +5156.170898 0.000000 562.755981 0.000000 0.941042 0.000000 -0.338291 0.504992 0.504992 0.504992 +5170.163574 0.000000 555.335022 0.000000 0.653737 0.000000 -0.756722 0.533246 0.533246 0.533246 +5181.190430 0.000000 563.781555 0.000000 0.625987 0.000000 -0.779834 0.545448 0.545448 0.545448 +5121.354492 0.000000 550.075378 0.000000 0.837669 0.000000 -0.546178 0.537689 0.537689 0.537689 +5156.740723 0.000000 533.461487 0.000000 0.781881 0.000000 -0.623428 0.527503 0.527503 0.527503 +5165.710938 0.000000 559.558594 0.000000 0.907513 0.000000 -0.420025 0.550507 0.550507 0.550507 +5170.113770 0.000000 554.114746 0.000000 0.774918 0.000000 -0.632062 0.529154 0.529154 0.529154 +5151.371094 0.000000 563.420715 0.000000 0.935607 0.000000 -0.353044 0.522905 0.522905 0.522905 +5159.071777 0.000000 558.077515 0.000000 0.873217 0.000000 -0.487331 0.616546 0.616546 0.616546 +5160.275879 0.000000 557.131958 0.000000 0.936387 0.000000 -0.350969 0.585157 0.585157 0.585157 +5158.730957 0.000000 533.952454 0.000000 0.810326 0.000000 -0.585980 0.618230 0.618230 0.618230 +5160.232910 0.000000 559.427734 0.000000 0.676837 0.000000 -0.736133 0.627264 0.627264 0.627264 +5158.308594 0.000000 559.756836 0.000000 0.806359 0.000000 -0.591427 0.620570 0.620570 0.620570 +5160.988770 0.000000 561.066833 0.000000 0.753536 0.000000 -0.657407 0.604255 0.604255 0.604255 +5226.835938 0.000000 514.365662 0.000000 0.873807 0.000000 -0.486274 0.406922 0.406922 0.406922 +5209.661133 0.000000 511.425598 0.000000 0.846533 0.000000 -0.532336 0.407764 0.407764 0.407764 +5205.934570 0.000000 563.171326 0.000000 0.940268 0.000000 -0.340435 0.404839 0.404839 0.404839 +5207.408203 0.000000 520.197571 0.000000 0.695746 0.000000 -0.718288 0.411163 0.411163 0.411163 +5222.385742 0.000000 525.204407 0.000000 0.813670 0.000000 -0.581327 0.418943 0.418943 0.418943 +5206.604004 0.000000 546.889038 0.000000 0.903848 0.000000 -0.427854 0.425775 0.425775 0.425775 +5229.587891 0.000000 516.131653 0.000000 0.939534 0.000000 -0.342455 0.435089 0.435089 0.435089 +5234.395020 0.000000 538.375977 0.000000 0.940128 0.000000 -0.340822 0.432375 0.432375 0.432375 +5210.957520 0.000000 514.986206 0.000000 0.771995 0.000000 -0.635629 0.458534 0.458534 0.458534 +5224.687988 0.000000 530.859985 0.000000 0.946438 0.000000 -0.322885 0.444142 0.444142 0.444142 +5226.415039 0.000000 527.977539 0.000000 0.851227 0.000000 -0.524798 0.472544 0.472544 0.472544 +5199.974609 0.000000 541.919250 0.000000 0.847887 0.000000 -0.530178 0.457612 0.457612 0.457612 +5197.021484 0.000000 540.988403 0.000000 0.690054 0.000000 -0.723758 0.464838 0.464838 0.464838 +5196.996094 0.000000 538.191223 0.000000 0.883269 0.000000 -0.468867 0.505411 0.505411 0.505411 +5211.322754 0.000000 532.829346 0.000000 0.872018 0.000000 -0.489474 0.497716 0.497716 0.497716 +5199.223145 0.000000 536.705933 0.000000 0.934674 0.000000 -0.355506 0.506747 0.506747 0.506747 +5236.147949 0.000000 563.521606 0.000000 0.831944 0.000000 -0.554860 0.537944 0.537944 0.537944 +5168.541992 0.000000 587.429016 0.000000 0.787260 0.000000 -0.616621 0.408559 0.408559 0.408559 +5175.060547 0.000000 606.443481 0.000000 0.883454 0.000000 -0.468517 0.406525 0.406525 0.406525 +5120.894531 0.000000 595.143860 0.000000 0.932017 0.000000 -0.362415 0.405074 0.405074 0.405074 +5182.582031 0.000000 579.710815 0.000000 0.930028 0.000000 -0.367488 0.411316 0.411316 0.411316 +5180.008301 0.000000 607.120911 0.000000 0.868385 0.000000 -0.495890 0.422882 0.422882 0.422882 +5149.291016 0.000000 607.186279 0.000000 0.699442 0.000000 -0.714689 0.425691 0.425691 0.425691 +5151.330566 0.000000 597.264832 0.000000 0.899426 0.000000 -0.437074 0.416468 0.416468 0.416468 +5166.880859 0.000000 615.379333 0.000000 0.773909 0.000000 -0.633297 0.430911 0.430911 0.430911 +5177.190430 0.000000 606.950562 0.000000 0.784016 0.000000 -0.620740 0.436161 0.436161 0.436161 +5160.647949 0.000000 566.170410 0.000000 0.863427 0.000000 -0.504474 0.424392 0.424392 0.424392 +5162.281250 0.000000 607.055481 0.000000 0.916355 0.000000 -0.400367 0.425309 0.425309 0.425309 +5128.722168 0.000000 597.362854 0.000000 0.716341 0.000000 -0.697750 0.430868 0.430868 0.430868 +5170.750488 0.000000 605.397034 0.000000 0.799950 0.000000 -0.600066 0.427511 0.427511 0.427511 +5180.271484 0.000000 573.357056 0.000000 0.811936 0.000000 -0.583747 0.446395 0.446395 0.446395 +5130.618164 0.000000 578.388123 0.000000 0.934301 0.000000 -0.356485 0.438022 0.438022 0.438022 +5180.771484 0.000000 601.927856 0.000000 0.632130 0.000000 -0.774862 0.441013 0.441013 0.441013 +5172.072754 0.000000 613.346924 0.000000 0.623635 0.000000 -0.781716 0.450989 0.450989 0.450989 +5174.588867 0.000000 618.026917 0.000000 0.730507 0.000000 -0.682905 0.448547 0.448547 0.448547 +5130.780273 0.000000 599.627563 0.000000 0.766524 0.000000 -0.642215 0.447636 0.447636 0.447636 +5121.843750 0.000000 611.223450 0.000000 0.666370 0.000000 -0.745622 0.459825 0.459825 0.459825 +5165.839355 0.000000 591.529541 0.000000 0.777687 0.000000 -0.628652 0.447342 0.447342 0.447342 +5178.250000 0.000000 598.335693 0.000000 0.890920 0.000000 -0.454161 0.443849 0.443849 0.443849 +5138.442383 0.000000 579.860413 0.000000 0.674922 0.000000 -0.737889 0.451252 0.451252 0.451252 +5153.853027 0.000000 576.608521 0.000000 0.656115 0.000000 -0.754661 0.481075 0.481075 0.481075 +5123.597168 0.000000 589.950317 0.000000 0.910334 0.000000 -0.413874 0.464747 0.464747 0.464747 +5141.209473 0.000000 571.705994 0.000000 0.862606 0.000000 -0.505876 0.480327 0.480327 0.480327 +5135.354980 0.000000 611.065857 0.000000 0.870799 0.000000 -0.491640 0.497768 0.497768 0.497768 +5165.387695 0.000000 597.631836 0.000000 0.886847 0.000000 -0.462064 0.503879 0.503879 0.503879 +5150.191406 0.000000 567.057739 0.000000 0.943630 0.000000 -0.331003 0.467130 0.467130 0.467130 +5152.240234 0.000000 578.813599 0.000000 0.875861 0.000000 -0.482563 0.501649 0.501649 0.501649 +5132.996094 0.000000 594.675598 0.000000 0.764074 0.000000 -0.645128 0.511449 0.511449 0.511449 +5133.735352 0.000000 580.511841 0.000000 0.766723 0.000000 -0.641978 0.497464 0.497464 0.497464 +5166.671387 0.000000 598.380371 0.000000 0.833681 0.000000 -0.552247 0.519927 0.519927 0.519927 +5145.534668 0.000000 574.405762 0.000000 0.618765 0.000000 -0.785576 0.534311 0.534311 0.534311 +5135.028809 0.000000 577.949646 0.000000 0.794259 0.000000 -0.607580 0.532586 0.532586 0.532586 +5165.556641 0.000000 610.486938 0.000000 0.805067 0.000000 -0.593184 0.521071 0.521071 0.521071 +5175.696777 0.000000 574.129578 0.000000 0.629952 0.000000 -0.776634 0.538228 0.538228 0.538228 +5163.276855 0.000000 610.330322 0.000000 0.910920 0.000000 -0.412582 0.510835 0.510835 0.510835 +5174.395020 0.000000 574.906982 0.000000 0.745940 0.000000 -0.666013 0.534397 0.534397 0.534397 +5136.268066 0.000000 577.121887 0.000000 0.857139 0.000000 -0.515085 0.512057 0.512057 0.512057 +5158.524902 0.000000 612.197144 0.000000 0.802418 0.000000 -0.596763 0.523944 0.523944 0.523944 +5167.731934 0.000000 611.942505 0.000000 0.872076 0.000000 -0.489371 0.518241 0.518241 0.518241 +5149.048828 0.000000 566.486206 0.000000 0.756402 0.000000 -0.654107 0.552189 0.552189 0.552189 +5178.917480 0.000000 612.090393 0.000000 0.698402 0.000000 -0.715706 0.551530 0.551530 0.551530 +5152.901855 0.000000 571.727478 0.000000 0.779068 0.000000 -0.626939 0.534566 0.534566 0.534566 +5182.400879 0.000000 604.394470 0.000000 0.598694 0.000000 -0.800978 0.556275 0.556275 0.556275 +5146.042969 0.000000 576.614441 0.000000 0.950269 0.000000 -0.311430 0.600136 0.600136 0.600136 +5224.763184 0.000000 579.965942 0.000000 0.734552 0.000000 -0.678552 0.409794 0.409794 0.409794 +5209.661133 0.000000 567.909973 0.000000 0.761811 0.000000 -0.647799 0.409641 0.409641 0.409641 +5192.173828 0.000000 587.110046 0.000000 0.903096 0.000000 -0.429439 0.406206 0.406206 0.406206 +5230.245605 0.000000 584.766296 0.000000 0.777582 0.000000 -0.628781 0.428069 0.428069 0.428069 +5206.911621 0.000000 605.833374 0.000000 0.707819 0.000000 -0.706394 0.432442 0.432442 0.432442 +5237.177734 0.000000 575.364197 0.000000 0.921194 0.000000 -0.389105 0.438600 0.438600 0.438600 +5236.393066 0.000000 587.237366 0.000000 0.754893 0.000000 -0.655848 0.445173 0.445173 0.445173 +5212.161133 0.000000 613.455872 0.000000 0.900181 0.000000 -0.435517 0.440792 0.440792 0.440792 +5205.101562 0.000000 611.294800 0.000000 0.802362 0.000000 -0.596838 0.435681 0.435681 0.435681 +5184.144043 0.000000 593.243958 0.000000 0.948073 0.000000 -0.318052 0.441373 0.441373 0.441373 +5205.008301 0.000000 593.948792 0.000000 0.922351 0.000000 -0.386354 0.441248 0.441248 0.441248 +5185.726074 0.000000 607.748230 0.000000 0.784657 0.000000 -0.619930 0.456800 0.456800 0.456800 +5219.619629 0.000000 606.750610 0.000000 0.694561 0.000000 -0.719433 0.445234 0.445234 0.445234 +5205.609863 0.000000 597.492737 0.000000 0.781509 0.000000 -0.623894 0.447240 0.447240 0.447240 +5201.862305 0.000000 601.171204 0.000000 0.757405 0.000000 -0.652945 0.457550 0.457550 0.457550 +5198.749512 0.000000 564.874817 0.000000 0.588477 0.000000 -0.808514 0.454542 0.454542 0.454542 +5208.779785 0.000000 569.380310 0.000000 0.676535 0.000000 -0.736410 0.463773 0.463773 0.463773 +5226.415039 0.000000 584.461914 0.000000 0.757490 0.000000 -0.652846 0.470006 0.470006 0.470006 +5217.853027 0.000000 576.608521 0.000000 0.681375 0.000000 -0.731934 0.477627 0.477627 0.477627 +5238.485352 0.000000 590.257996 0.000000 0.890668 0.000000 -0.454654 0.471021 0.471021 0.471021 +5244.104492 0.000000 618.497498 0.000000 0.883217 0.000000 -0.468965 0.489039 0.489039 0.489039 +5206.025391 0.000000 607.137817 0.000000 0.765763 0.000000 -0.643123 0.465620 0.465620 0.465620 +5213.938965 0.000000 581.377197 0.000000 0.776208 0.000000 -0.630477 0.504091 0.504091 0.504091 +5189.431641 0.000000 575.620422 0.000000 0.807967 0.000000 -0.589228 0.468505 0.468505 0.468505 +5221.604004 0.000000 587.427734 0.000000 0.646372 0.000000 -0.763023 0.492565 0.492565 0.492565 +5185.598145 0.000000 568.409546 0.000000 0.713638 0.000000 -0.700514 0.475382 0.475382 0.475382 +5244.055664 0.000000 570.761108 0.000000 0.833293 0.000000 -0.552831 0.485533 0.485533 0.485533 +5241.198730 0.000000 591.579224 0.000000 0.867408 0.000000 -0.497597 0.517086 0.517086 0.517086 +5190.251953 0.000000 603.984253 0.000000 0.741636 0.000000 -0.670802 0.540149 0.540149 0.540149 +5188.993652 0.000000 589.026855 0.000000 0.889977 0.000000 -0.456006 0.537868 0.537868 0.537868 +5201.977051 0.000000 594.312988 0.000000 0.946042 0.000000 -0.324045 0.515437 0.515437 0.515437 +5201.357910 0.000000 598.259399 0.000000 0.650409 0.000000 -0.759584 0.522045 0.522045 0.522045 +5189.933594 0.000000 605.680359 0.000000 0.943397 0.000000 -0.331667 0.515623 0.515623 0.515623 +5187.154785 0.000000 585.595703 0.000000 0.893577 0.000000 -0.448910 0.541771 0.541771 0.541771 +5210.614258 0.000000 608.487244 0.000000 0.884797 0.000000 -0.465977 0.561439 0.561439 0.561439 +5184.369141 0.000000 604.370911 0.000000 0.808543 0.000000 -0.588437 0.575073 0.575073 0.575073 +5171.016113 0.000000 642.179260 0.000000 0.716725 0.000000 -0.697356 0.410481 0.410481 0.410481 +5154.934570 0.000000 624.897339 0.000000 0.603496 0.000000 -0.797366 0.451417 0.451417 0.451417 +5177.360352 0.000000 632.584778 0.000000 0.859435 0.000000 -0.511246 0.435403 0.435403 0.435403 +5154.177734 0.000000 648.261292 0.000000 0.842152 0.000000 -0.539240 0.437296 0.437296 0.437296 +5170.395020 0.000000 651.344727 0.000000 0.936108 0.000000 -0.351712 0.431217 0.431217 0.431217 +5176.708984 0.000000 641.771606 0.000000 0.674332 0.000000 -0.738428 0.445690 0.445690 0.445690 +5162.442383 0.000000 649.378967 0.000000 0.766327 0.000000 -0.642450 0.462838 0.462838 0.462838 +5180.312988 0.000000 645.083008 0.000000 0.717508 0.000000 -0.696550 0.455806 0.455806 0.455806 +5156.990723 0.000000 622.013733 0.000000 0.795323 0.000000 -0.606186 0.446863 0.446863 0.446863 +5153.853027 0.000000 633.092896 0.000000 0.621599 0.000000 -0.783335 0.465061 0.465061 0.465061 +5166.867676 0.000000 651.787720 0.000000 0.835006 0.000000 -0.550240 0.482724 0.482724 0.482724 +5152.052246 0.000000 621.350403 0.000000 0.731838 0.000000 -0.681478 0.495769 0.495769 0.495769 +5163.903809 0.000000 621.435547 0.000000 0.912102 0.000000 -0.409964 0.510770 0.510770 0.510770 +5193.604492 0.000000 648.782532 0.000000 0.692936 0.000000 -0.720999 0.410976 0.410976 0.410976 +5186.199219 0.000000 628.440430 0.000000 0.923866 0.000000 -0.382716 0.427707 0.427707 0.427707 +5188.035156 0.000000 627.547852 0.000000 0.825028 0.000000 -0.565091 0.446013 0.446013 0.446013 +5193.693359 0.000000 630.390869 0.000000 0.772828 0.000000 -0.634615 0.447471 0.447471 0.447471 +5185.843750 0.000000 667.707825 0.000000 0.838824 0.000000 -0.544403 0.446964 0.446964 0.446964 +5236.916016 0.000000 628.691162 0.000000 0.715622 0.000000 -0.698488 0.457242 0.457242 0.457242 +5218.375977 0.000000 637.770874 0.000000 0.687662 0.000000 -0.726031 0.450959 0.450959 0.450959 +5200.310547 0.000000 668.923584 0.000000 0.948601 0.000000 -0.316476 0.453417 0.453417 0.453417 +5247.169434 0.000000 638.205811 0.000000 0.754574 0.000000 -0.656215 0.460393 0.460393 0.460393 +5203.350098 0.000000 623.682007 0.000000 0.914664 0.000000 -0.404216 0.468611 0.468611 0.468611 +5247.416504 0.000000 628.553101 0.000000 0.949218 0.000000 -0.314618 0.454724 0.454724 0.454724 +5230.203125 0.000000 644.849487 0.000000 0.671085 0.000000 -0.741381 0.468098 0.468098 0.468098 +5200.485352 0.000000 646.440308 0.000000 0.949591 0.000000 -0.313490 0.470810 0.470810 0.470810 +5234.908203 0.000000 660.093994 0.000000 0.905527 0.000000 -0.424289 0.462249 0.462249 0.462249 +5241.144531 0.000000 622.943420 0.000000 0.755858 0.000000 -0.654736 0.479758 0.479758 0.479758 +5240.379395 0.000000 635.708923 0.000000 0.718132 0.000000 -0.695906 0.493385 0.493385 0.493385 +5202.425781 0.000000 670.180298 0.000000 0.592726 0.000000 -0.805404 0.509512 0.509512 0.509512 +5184.926758 0.000000 675.021851 0.000000 0.695364 0.000000 -0.718657 0.492638 0.492638 0.492638 +5204.708984 0.000000 664.893555 0.000000 0.660902 0.000000 -0.750472 0.494989 0.494989 0.494989 +5231.731934 0.000000 668.426880 0.000000 0.594118 0.000000 -0.804378 0.537887 0.537887 0.537887 +5239.883789 0.000000 667.377197 0.000000 0.802276 0.000000 -0.596954 0.548928 0.548928 0.548928 +5245.398438 0.000000 664.141052 0.000000 0.632131 0.000000 -0.774862 0.630608 0.630608 0.630608 +5230.890137 0.000000 657.582947 0.000000 0.750481 0.000000 -0.660892 0.549619 0.549619 0.549619 +5226.742676 0.000000 645.517761 0.000000 0.865204 0.000000 -0.501421 0.605298 0.605298 0.605298 +5207.599609 0.000000 668.214844 0.000000 0.638274 0.000000 -0.769809 0.631255 0.631255 0.631255 +5219.250488 0.000000 658.754517 0.000000 0.733898 0.000000 -0.679260 0.625280 0.625280 0.625280 +5206.826172 0.000000 671.877136 0.000000 0.779291 0.000000 -0.626662 0.625870 0.625870 0.625870 +5214.024414 0.000000 674.830444 0.000000 0.648853 0.000000 -0.760914 0.630569 0.630569 0.630569 +5211.948730 0.000000 673.153748 0.000000 0.842190 0.000000 -0.539181 0.620430 0.620430 0.620430 +5228.581055 0.000000 674.168945 0.000000 0.901221 0.000000 -0.433360 0.615409 0.615409 0.615409 +5225.616211 0.000000 664.216919 0.000000 0.842090 0.000000 -0.539337 0.620991 0.620991 0.620991 +5258.072266 0.000000 621.015747 0.000000 0.807902 0.000000 -0.589317 0.408591 0.408591 0.408591 +5305.072754 0.000000 614.960815 0.000000 0.851251 0.000000 -0.524758 0.431566 0.431566 0.431566 +5257.808105 0.000000 606.010925 0.000000 0.793997 0.000000 -0.607921 0.440025 0.440025 0.440025 +5270.911621 0.000000 605.833374 0.000000 0.658375 0.000000 -0.752690 0.444647 0.444647 0.444647 +5256.076660 0.000000 608.897156 0.000000 0.651411 0.000000 -0.758725 0.447591 0.447591 0.447591 +5258.618164 0.000000 616.286987 0.000000 0.945333 0.000000 -0.326107 0.442857 0.442857 0.442857 +5277.418457 0.000000 614.841248 0.000000 0.940062 0.000000 -0.341003 0.449844 0.449844 0.449844 +5248.371582 0.000000 569.928589 0.000000 0.796668 0.000000 -0.604418 0.439953 0.439953 0.439953 +5291.722656 0.000000 620.166992 0.000000 0.766310 0.000000 -0.642471 0.455927 0.455927 0.455927 +5310.675293 0.000000 616.594849 0.000000 0.612662 0.000000 -0.790345 0.456836 0.456836 0.456836 +5258.256348 0.000000 569.074463 0.000000 0.878181 0.000000 -0.478328 0.459270 0.459270 0.459270 +5262.057129 0.000000 616.679626 0.000000 0.899594 0.000000 -0.436727 0.477431 0.477431 0.477431 +5266.010742 0.000000 615.376831 0.000000 0.886919 0.000000 -0.461926 0.460296 0.460296 0.460296 +5277.034668 0.000000 618.327515 0.000000 0.891088 0.000000 -0.453830 0.485968 0.485968 0.485968 +5254.595703 0.000000 590.842834 0.000000 0.650682 0.000000 -0.759351 0.512161 0.512161 0.512161 +5269.894043 0.000000 618.117554 0.000000 0.834964 0.000000 -0.550304 0.485472 0.485472 0.485472 +5268.196289 0.000000 613.606079 0.000000 0.737010 0.000000 -0.675882 0.497006 0.497006 0.497006 +5267.616211 0.000000 611.102417 0.000000 0.939880 0.000000 -0.341504 0.522614 0.522614 0.522614 +5312.926758 0.000000 618.537476 0.000000 0.940873 0.000000 -0.338760 0.480745 0.480745 0.480745 +5283.765137 0.000000 647.175354 0.000000 0.823462 0.000000 -0.567372 0.407832 0.407832 0.407832 +5309.658691 0.000000 656.643860 0.000000 0.929220 0.000000 -0.369526 0.404951 0.404951 0.404951 +5299.213867 0.000000 667.585327 0.000000 0.824513 0.000000 -0.565843 0.407988 0.407988 0.407988 +5248.042480 0.000000 621.335449 0.000000 0.888082 0.000000 -0.459684 0.406654 0.406654 0.406654 +5286.337891 0.000000 635.064270 0.000000 0.745871 0.000000 -0.666091 0.410009 0.410009 0.410009 +5292.051758 0.000000 653.422424 0.000000 0.896104 0.000000 -0.443844 0.406406 0.406406 0.406406 +5286.385742 0.000000 638.173157 0.000000 0.704208 0.000000 -0.709994 0.413132 0.413132 0.413132 +5297.424316 0.000000 659.744690 0.000000 0.931722 0.000000 -0.363173 0.416623 0.416623 0.416623 +5258.234863 0.000000 668.774048 0.000000 0.786870 0.000000 -0.617119 0.427841 0.427841 0.427841 +5308.271484 0.000000 629.841431 0.000000 0.812125 0.000000 -0.583483 0.429936 0.429936 0.429936 +5264.728516 0.000000 621.334717 0.000000 0.913051 0.000000 -0.407845 0.442989 0.442989 0.442989 +5267.350098 0.000000 623.682007 0.000000 0.665712 0.000000 -0.746209 0.464034 0.464034 0.464034 +5280.594727 0.000000 640.966553 0.000000 0.656395 0.000000 -0.754417 0.471256 0.471256 0.471256 +5300.777832 0.000000 654.276184 0.000000 0.746871 0.000000 -0.664969 0.457830 0.457830 0.457830 +5273.935547 0.000000 661.730774 0.000000 0.683684 0.000000 -0.729778 0.495766 0.495766 0.495766 +5285.604004 0.000000 643.912109 0.000000 0.878557 0.000000 -0.477637 0.506994 0.506994 0.506994 +5271.955566 0.000000 655.118713 0.000000 0.704817 0.000000 -0.709390 0.477012 0.477012 0.477012 +5279.740723 0.000000 666.296692 0.000000 0.893800 0.000000 -0.448466 0.500823 0.500823 0.500823 +5249.598145 0.000000 624.893921 0.000000 0.765090 0.000000 -0.643923 0.480870 0.480870 0.480870 +5267.337891 0.000000 621.486938 0.000000 0.775407 0.000000 -0.631462 0.497181 0.497181 0.497181 +5282.581543 0.000000 640.507812 0.000000 0.635047 0.000000 -0.772474 0.512604 0.512604 0.512604 +5292.992676 0.000000 644.228882 0.000000 0.909871 0.000000 -0.414891 0.498667 0.498667 0.498667 +5271.285645 0.000000 661.038635 0.000000 0.934714 0.000000 -0.355401 0.522965 0.522965 0.522965 +5271.843750 0.000000 659.668274 0.000000 0.840611 0.000000 -0.541639 0.549981 0.549981 0.549981 +5311.312988 0.000000 662.603088 0.000000 0.886118 0.000000 -0.463459 0.584695 0.584695 0.584695 +5303.961426 0.000000 623.020752 0.000000 0.781428 0.000000 -0.623995 0.560955 0.560955 0.560955 +5290.690430 0.000000 677.371338 0.000000 0.756077 0.000000 -0.654483 0.538220 0.538220 0.538220 +5268.371094 0.000000 657.568604 0.000000 0.715517 0.000000 -0.698595 0.586162 0.586162 0.586162 +5311.565430 0.000000 663.850342 0.000000 0.783899 0.000000 -0.620888 0.590198 0.590198 0.590198 +5277.189453 0.000000 658.247742 0.000000 0.867426 0.000000 -0.497566 0.617435 0.617435 0.617435 +5312.936035 0.000000 643.937683 0.000000 0.701810 0.000000 -0.712364 0.410926 0.410926 0.410926 +5322.618164 0.000000 634.872498 0.000000 0.810611 0.000000 -0.585585 0.432717 0.432717 0.432717 +5346.937012 0.000000 623.112854 0.000000 0.743549 0.000000 -0.668681 0.460688 0.460688 0.460688 +5365.929688 0.000000 637.398865 0.000000 0.614614 0.000000 -0.788828 0.448378 0.448378 0.448378 +5314.335449 0.000000 652.558167 0.000000 0.923646 0.000000 -0.383246 0.469533 0.469533 0.469533 +5369.206055 0.000000 630.954651 0.000000 0.638195 0.000000 -0.769874 0.460476 0.460476 0.460476 +5312.233887 0.000000 634.771362 0.000000 0.927867 0.000000 -0.372910 0.459877 0.459877 0.459877 +5367.848633 0.000000 621.391235 0.000000 0.829760 0.000000 -0.558121 0.482910 0.482910 0.482910 +5314.970703 0.000000 630.775757 0.000000 0.705509 0.000000 -0.708701 0.499343 0.499343 0.499343 +5321.923828 0.000000 638.922546 0.000000 0.651149 0.000000 -0.758950 0.486818 0.486818 0.486818 +5360.663086 0.000000 639.984070 0.000000 0.681733 0.000000 -0.731601 0.502834 0.502834 0.502834 +5325.735352 0.000000 636.996216 0.000000 0.786624 0.000000 -0.617432 0.480209 0.480209 0.480209 +5314.773438 0.000000 627.369568 0.000000 0.852692 0.000000 -0.522415 0.552155 0.552155 0.552155 +5312.213379 0.000000 633.429749 0.000000 0.628932 0.000000 -0.777460 0.546775 0.546775 0.546775 +5179.996582 0.000000 685.081421 0.000000 0.714734 0.000000 -0.699396 0.538297 0.538297 0.538297 +5173.144531 0.000000 687.133484 0.000000 0.927380 0.000000 -0.374120 0.613297 0.613297 0.613297 +5179.256348 0.000000 686.783020 0.000000 0.842619 0.000000 -0.538510 0.559556 0.559556 0.559556 +5173.988770 0.000000 689.051758 0.000000 0.950590 0.000000 -0.310451 0.602808 0.602808 0.602808 +5170.566406 0.000000 687.402893 0.000000 0.926963 0.000000 -0.375153 0.604990 0.604990 0.604990 +5170.345703 0.000000 690.928162 0.000000 0.890410 0.000000 -0.455159 0.587167 0.587167 0.587167 +5173.339355 0.000000 686.132996 0.000000 0.751837 0.000000 -0.659349 0.624966 0.624966 0.624966 +5177.308105 0.000000 686.459045 0.000000 0.613528 0.000000 -0.789673 0.630748 0.630748 0.630748 +5244.832520 0.000000 710.134277 0.000000 0.890783 0.000000 -0.454429 0.406501 0.406501 0.406501 +5187.913086 0.000000 688.749023 0.000000 0.789904 0.000000 -0.613230 0.414043 0.414043 0.414043 +5216.544434 0.000000 725.144043 0.000000 0.708368 0.000000 -0.705844 0.411666 0.411666 0.411666 +5241.678223 0.000000 692.934143 0.000000 0.763655 0.000000 -0.645625 0.435295 0.435295 0.435295 +5200.583984 0.000000 716.168640 0.000000 0.767576 0.000000 -0.640958 0.460038 0.460038 0.460038 +5243.993164 0.000000 694.356079 0.000000 0.924254 0.000000 -0.381778 0.458701 0.458701 0.458701 +5201.288086 0.000000 682.893738 0.000000 0.816090 0.000000 -0.577926 0.457255 0.457255 0.457255 +5196.241699 0.000000 680.077332 0.000000 0.624557 0.000000 -0.780979 0.477641 0.477641 0.477641 +5221.366211 0.000000 729.512146 0.000000 0.613136 0.000000 -0.789977 0.493423 0.493423 0.493423 +5194.583984 0.000000 704.036499 0.000000 0.814928 0.000000 -0.579562 0.468285 0.468285 0.468285 +5190.753418 0.000000 682.977173 0.000000 0.795058 0.000000 -0.606533 0.515907 0.515907 0.515907 +5204.231934 0.000000 701.600342 0.000000 0.844553 0.000000 -0.535472 0.540135 0.540135 0.540135 +5201.011230 0.000000 679.149658 0.000000 0.781932 0.000000 -0.623364 0.544201 0.544201 0.544201 +5235.583984 0.000000 682.388428 0.000000 0.699606 0.000000 -0.714529 0.545852 0.545852 0.545852 +5207.342773 0.000000 702.553040 0.000000 0.838993 0.000000 -0.544143 0.619564 0.619564 0.619564 +5237.144531 0.000000 687.133484 0.000000 0.840049 0.000000 -0.542510 0.569366 0.569366 0.569366 +5223.071777 0.000000 727.530640 0.000000 0.941640 0.000000 -0.336623 0.611366 0.611366 0.611366 +5217.743164 0.000000 678.050903 0.000000 0.934339 0.000000 -0.356386 0.573112 0.573112 0.573112 +5195.238281 0.000000 683.953613 0.000000 0.699277 0.000000 -0.714851 0.582572 0.582572 0.582572 +5215.222656 0.000000 731.647034 0.000000 0.916569 0.000000 -0.399877 0.614450 0.614450 0.614450 +5193.386230 0.000000 685.082947 0.000000 0.635952 0.000000 -0.771729 0.633673 0.633673 0.633673 +5184.405762 0.000000 687.588562 0.000000 0.895813 0.000000 -0.444431 0.607396 0.607396 0.607396 +5216.789062 0.000000 730.932678 0.000000 0.700747 0.000000 -0.713410 0.583929 0.583929 0.583929 +5228.467773 0.000000 685.817810 0.000000 0.920406 0.000000 -0.390964 0.614049 0.614049 0.614049 +5221.641602 0.000000 705.095032 0.000000 0.733181 0.000000 -0.680034 0.624756 0.624756 0.624756 +5224.319824 0.000000 699.360535 0.000000 0.630628 0.000000 -0.776085 0.600887 0.600887 0.600887 +5195.374512 0.000000 709.843262 0.000000 0.667110 0.000000 -0.744959 0.627509 0.627509 0.627509 +5220.296387 0.000000 704.797668 0.000000 0.648131 0.000000 -0.761529 0.628657 0.628657 0.628657 +5222.267090 0.000000 699.623901 0.000000 0.830953 0.000000 -0.556342 0.621210 0.621210 0.621210 +5219.832520 0.000000 699.531921 0.000000 0.870936 0.000000 -0.491397 0.618891 0.618891 0.618891 +5214.024414 0.000000 731.314819 0.000000 0.824901 0.000000 -0.565277 0.621103 0.621103 0.621103 +5220.887207 0.000000 693.965332 0.000000 0.715335 0.000000 -0.698782 0.608808 0.608808 0.608808 +5198.462402 0.000000 681.454834 0.000000 0.888596 0.000000 -0.458691 0.618202 0.618202 0.618202 +5235.106445 0.000000 694.680786 0.000000 0.752464 0.000000 -0.658633 0.623533 0.623533 0.623533 +5207.415527 0.000000 729.324707 0.000000 0.886639 0.000000 -0.462462 0.618364 0.618364 0.618364 +5202.243652 0.000000 682.580933 0.000000 0.909712 0.000000 -0.415241 0.614111 0.614111 0.614111 +5221.482910 0.000000 692.224976 0.000000 0.783989 0.000000 -0.620774 0.605605 0.605605 0.605605 +5207.932129 0.000000 682.817383 0.000000 0.880170 0.000000 -0.474659 0.618891 0.618891 0.618891 +5200.493164 0.000000 707.914856 0.000000 0.885522 0.000000 -0.464597 0.615995 0.615995 0.615995 +5233.165527 0.000000 697.260193 0.000000 0.846335 0.000000 -0.532651 0.619942 0.619942 0.619942 +5209.506836 0.000000 683.089294 0.000000 0.695576 0.000000 -0.718453 0.628577 0.628577 0.628577 +5215.888672 0.000000 733.965454 0.000000 0.866873 0.000000 -0.498529 0.619271 0.619271 0.619271 +5200.566406 0.000000 708.995483 0.000000 0.744892 0.000000 -0.667185 0.625603 0.625603 0.625603 +5229.771973 0.000000 709.799255 0.000000 0.892331 0.000000 -0.451381 0.616941 0.616941 0.616941 +5235.951172 0.000000 693.627136 0.000000 0.677436 0.000000 -0.735581 0.629342 0.629342 0.629342 +5202.979004 0.000000 702.564331 0.000000 0.886883 0.000000 -0.461993 0.618344 0.618344 0.618344 +5206.942383 0.000000 683.170959 0.000000 0.898897 0.000000 -0.438159 0.617324 0.617324 0.617324 +5222.826172 0.000000 741.032959 0.000000 0.805494 0.000000 -0.592604 0.496162 0.496162 0.496162 +5212.227539 0.000000 734.339478 0.000000 0.659386 0.000000 -0.751805 0.619756 0.619756 0.619756 +5238.939941 0.000000 734.568787 0.000000 0.798967 0.000000 -0.601375 0.623148 0.623148 0.623148 +5257.795410 0.000000 677.836853 0.000000 0.881574 0.000000 -0.472045 0.406824 0.406824 0.406824 +5248.712402 0.000000 696.033508 0.000000 0.864651 0.000000 -0.502373 0.432516 0.432516 0.432516 +5299.583984 0.000000 682.388428 0.000000 0.716113 0.000000 -0.697985 0.527023 0.527023 0.527023 "} object={ name="pine_dense_generator_3_4" @@ -626,7 +2212,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_005_mesh" - count=125 + count=532 transform="123.003357 0.000000 3265.619141 0.000000 0.021499 0.000000 -0.999769 0.448711 0.448711 0.448711 115.824036 0.000000 3263.943848 0.000000 0.270943 0.000000 -0.962595 0.496789 0.496789 0.496789 82.536636 0.000000 3273.079102 0.000000 0.297114 0.000000 -0.954842 0.477420 0.477420 0.477420 @@ -752,4 +2338,411 @@ object={ 9.795441 0.000000 3502.055664 0.000000 0.175697 0.000000 -0.984444 0.428900 0.428900 0.428900 23.366154 0.000000 3504.683838 0.000000 0.024852 0.000000 -0.999691 0.454520 0.454520 0.454520 3.497974 0.000000 3502.788818 0.000000 0.101182 0.000000 -0.994868 0.512006 0.512006 0.512006 +5051.305664 0.000000 445.169617 0.000000 0.260433 0.000000 -0.965492 0.431936 0.431936 0.431936 +5041.031738 0.000000 441.729187 0.000000 0.241946 0.000000 -0.970290 0.433660 0.433660 0.433660 +5035.407227 0.000000 439.618683 0.000000 0.130943 0.000000 -0.991390 0.438259 0.438259 0.438259 +5050.520996 0.000000 449.303253 0.000000 0.096994 0.000000 -0.995285 0.466497 0.466497 0.466497 +5035.722656 0.000000 450.713867 0.000000 0.309907 0.000000 -0.950767 0.475731 0.475731 0.475731 +5045.566895 0.000000 464.337219 0.000000 0.536799 0.000000 -0.843710 0.413838 0.413838 0.413838 +5030.824707 0.000000 457.112915 0.000000 0.028367 0.000000 -0.999598 0.428154 0.428154 0.428154 +5030.792969 0.000000 454.686981 0.000000 0.327699 0.000000 -0.944782 0.433745 0.433745 0.433745 +5053.282227 0.000000 495.830200 0.000000 0.579213 0.000000 -0.815176 0.443485 0.443485 0.443485 +5037.431152 0.000000 455.926666 0.000000 0.090236 0.000000 -0.995920 0.479810 0.479810 0.479810 +5048.471680 0.000000 492.331116 0.000000 0.037050 0.000000 -0.999313 0.476357 0.476357 0.476357 +5036.442383 0.000000 458.387787 0.000000 0.274888 0.000000 -0.961476 0.460494 0.460494 0.460494 +5049.001953 0.000000 487.307007 0.000000 0.384726 0.000000 -0.923031 0.484339 0.484339 0.484339 +5043.663574 0.000000 453.043427 0.000000 0.413762 0.000000 -0.910385 0.480871 0.480871 0.480871 +5039.286621 0.000000 453.648376 0.000000 0.356243 0.000000 -0.934393 0.484919 0.484919 0.484919 +5081.916992 0.000000 496.641205 0.000000 0.567294 0.000000 -0.823515 0.413383 0.413383 0.413383 +5080.535645 0.000000 468.230011 0.000000 0.315628 0.000000 -0.948883 0.423927 0.423927 0.423927 +5088.607910 0.000000 490.965637 0.000000 0.334192 0.000000 -0.942505 0.440793 0.440793 0.440793 +5059.385254 0.000000 490.309509 0.000000 0.103530 0.000000 -0.994626 0.440134 0.440134 0.440134 +5106.750488 0.000000 492.428284 0.000000 0.381745 0.000000 -0.924268 0.445706 0.445706 0.445706 +5071.325195 0.000000 486.883453 0.000000 0.448054 0.000000 -0.894007 0.454489 0.454489 0.454489 +5105.909180 0.000000 483.716278 0.000000 0.317177 0.000000 -0.948366 0.466941 0.466941 0.466941 +5067.557617 0.000000 491.822754 0.000000 0.535327 0.000000 -0.844645 0.451395 0.451395 0.451395 +5060.189941 0.000000 497.038269 0.000000 0.555774 0.000000 -0.831333 0.442537 0.442537 0.442537 +5096.256348 0.000000 468.722717 0.000000 0.041123 0.000000 -0.999154 0.468929 0.468929 0.468929 +5089.433594 0.000000 487.678589 0.000000 0.243421 0.000000 -0.969921 0.466837 0.466837 0.466837 +5087.972656 0.000000 476.255951 0.000000 0.369400 0.000000 -0.929271 0.484652 0.484652 0.484652 +5059.050781 0.000000 455.269257 0.000000 0.438088 0.000000 -0.898932 0.483231 0.483231 0.483231 +5119.169434 0.000000 468.752686 0.000000 0.255295 0.000000 -0.966863 0.481117 0.481117 0.481117 +5072.024902 0.000000 493.293579 0.000000 0.076999 0.000000 -0.997031 0.480051 0.480051 0.480051 +5091.595703 0.000000 471.986908 0.000000 0.301353 0.000000 -0.953513 0.467232 0.467232 0.467232 +5096.469727 0.000000 471.140228 0.000000 0.367027 0.000000 -0.930210 0.476067 0.476067 0.476067 +5059.498047 0.000000 452.632538 0.000000 0.139160 0.000000 -0.990270 0.487703 0.487703 0.487703 +5059.916016 0.000000 456.488037 0.000000 0.282199 0.000000 -0.959356 0.486398 0.486398 0.486398 +5088.608398 0.000000 483.406311 0.000000 0.149249 0.000000 -0.988800 0.491907 0.491907 0.491907 +5083.529297 0.000000 482.560913 0.000000 0.565912 0.000000 -0.824466 0.481845 0.481845 0.481845 +5113.773926 0.000000 473.663849 0.000000 0.444457 0.000000 -0.895800 0.488822 0.488822 0.488822 +5110.908203 0.000000 463.748993 0.000000 0.557306 0.000000 -0.830307 0.489129 0.489129 0.489129 +5039.663086 0.000000 518.371277 0.000000 0.429262 0.000000 -0.903180 0.415026 0.415026 0.415026 +5054.994629 0.000000 555.983154 0.000000 0.522303 0.000000 -0.852760 0.431891 0.431891 0.431891 +5025.365723 0.000000 518.534241 0.000000 0.404348 0.000000 -0.914605 0.422553 0.422553 0.422553 +5042.709961 0.000000 522.449219 0.000000 0.276131 0.000000 -0.961120 0.451820 0.451820 0.451820 +5052.454590 0.000000 548.698486 0.000000 0.164507 0.000000 -0.986376 0.460960 0.460960 0.460960 +5026.967773 0.000000 543.102051 0.000000 0.318293 0.000000 -0.947993 0.461161 0.461161 0.461161 +5052.771484 0.000000 545.443481 0.000000 0.293427 0.000000 -0.955981 0.454404 0.454404 0.454404 +5045.929688 0.000000 524.430115 0.000000 0.466100 0.000000 -0.884732 0.468375 0.468375 0.468375 +5021.325684 0.000000 512.834351 0.000000 0.507087 0.000000 -0.861895 0.463282 0.463282 0.463282 +5053.810547 0.000000 542.012817 0.000000 0.133607 0.000000 -0.991034 0.461487 0.461487 0.461487 +5044.080566 0.000000 521.552917 0.000000 0.172945 0.000000 -0.984931 0.488522 0.488522 0.488522 +5049.728516 0.000000 533.754089 0.000000 0.209592 0.000000 -0.977789 0.483442 0.483442 0.483442 +5046.485352 0.000000 533.773621 0.000000 0.110200 0.000000 -0.993909 0.476514 0.476514 0.476514 +5054.095703 0.000000 539.905457 0.000000 0.213765 0.000000 -0.976885 0.524320 0.524320 0.524320 +5075.991699 0.000000 541.586853 0.000000 0.010659 0.000000 -0.999943 0.421422 0.421422 0.421422 +5056.042480 0.000000 508.366699 0.000000 0.432434 0.000000 -0.901666 0.415540 0.415540 0.415540 +5057.451660 0.000000 517.751831 0.000000 0.319429 0.000000 -0.947610 0.417104 0.417104 0.417104 +5085.291016 0.000000 550.701904 0.000000 0.332442 0.000000 -0.943124 0.429381 0.429381 0.429381 +5068.080078 0.000000 539.648193 0.000000 0.582981 0.000000 -0.812486 0.437795 0.437795 0.437795 +5077.008301 0.000000 537.464417 0.000000 0.157878 0.000000 -0.987459 0.447993 0.447993 0.447993 +5066.704590 0.000000 531.101868 0.000000 0.420088 0.000000 -0.907483 0.459289 0.459289 0.459289 +5078.981445 0.000000 536.583923 0.000000 0.282417 0.000000 -0.959292 0.464690 0.464690 0.464690 +5069.340332 0.000000 548.586182 0.000000 0.169507 0.000000 -0.985529 0.460875 0.460875 0.460875 +5069.317383 0.000000 561.586609 0.000000 0.283543 0.000000 -0.958959 0.466114 0.466114 0.466114 +5067.461426 0.000000 535.953796 0.000000 0.577044 0.000000 -0.816713 0.475934 0.475934 0.475934 +5069.306641 0.000000 532.910828 0.000000 0.126971 0.000000 -0.991906 0.474748 0.474748 0.474748 +5075.343262 0.000000 559.960510 0.000000 0.135950 0.000000 -0.990716 0.477512 0.477512 0.477512 +5084.899902 0.000000 559.908081 0.000000 0.444039 0.000000 -0.896007 0.477386 0.477386 0.477386 +5110.362793 0.000000 542.001160 0.000000 0.492184 0.000000 -0.870491 0.469267 0.469267 0.469267 +5066.583984 0.000000 534.583374 0.000000 0.555845 0.000000 -0.831286 0.476412 0.476412 0.476412 +5071.354980 0.000000 554.581482 0.000000 0.261436 0.000000 -0.965221 0.513019 0.513019 0.513019 +5080.325195 0.000000 557.499634 0.000000 0.553476 0.000000 -0.832865 0.477881 0.477881 0.477881 +5067.583008 0.000000 555.304199 0.000000 0.146845 0.000000 -0.989160 0.548013 0.548013 0.548013 +5103.816406 0.000000 554.147705 0.000000 0.569903 0.000000 -0.821712 0.511531 0.511531 0.511531 +5108.601074 0.000000 559.296936 0.000000 0.264864 0.000000 -0.964286 0.543692 0.543692 0.543692 +5102.797363 0.000000 560.162476 0.000000 0.029744 0.000000 -0.999558 0.544802 0.544802 0.544802 +5104.896973 0.000000 555.969849 0.000000 0.427211 0.000000 -0.904152 0.545409 0.545409 0.545409 +5056.042480 0.000000 541.790588 0.000000 0.520396 0.000000 -0.853925 0.518514 0.518514 0.518514 +5105.639160 0.000000 564.116028 0.000000 0.572111 0.000000 -0.820176 0.522852 0.522852 0.522852 +5102.873535 0.000000 557.460754 0.000000 0.471383 0.000000 -0.881929 0.537015 0.537015 0.537015 +5109.900391 0.000000 559.734131 0.000000 0.333223 0.000000 -0.942848 0.542008 0.542008 0.542008 +5054.095703 0.000000 596.389832 0.000000 0.319521 0.000000 -0.947579 0.520471 0.520471 0.520471 +5114.028320 0.000000 577.942322 0.000000 0.067764 0.000000 -0.997701 0.420187 0.420187 0.420187 +5105.394043 0.000000 590.173523 0.000000 0.056735 0.000000 -0.998389 0.432109 0.432109 0.432109 +5102.693848 0.000000 596.902405 0.000000 0.257371 0.000000 -0.966313 0.426240 0.426240 0.426240 +5091.522949 0.000000 609.489685 0.000000 0.408003 0.000000 -0.912980 0.440974 0.440974 0.440974 +5117.282227 0.000000 608.798950 0.000000 0.412436 0.000000 -0.910987 0.453723 0.453723 0.453723 +5106.490723 0.000000 587.633301 0.000000 0.397122 0.000000 -0.917766 0.455431 0.455431 0.455431 +5093.372070 0.000000 568.908264 0.000000 0.003985 0.000000 -0.999992 0.476946 0.476946 0.476946 +5114.270996 0.000000 573.177551 0.000000 0.264172 0.000000 -0.964476 0.467910 0.467910 0.467910 +5116.104492 0.000000 618.497498 0.000000 0.536436 0.000000 -0.843941 0.481098 0.481098 0.481098 +5096.074707 0.000000 597.176697 0.000000 0.061937 0.000000 -0.998080 0.517267 0.517267 0.517267 +5099.008789 0.000000 591.393250 0.000000 0.105235 0.000000 -0.994447 0.506016 0.506016 0.506016 +5094.074219 0.000000 574.690308 0.000000 0.096696 0.000000 -0.995314 0.550697 0.550697 0.550697 +5086.521973 0.000000 598.289490 0.000000 0.249033 0.000000 -0.968495 0.552909 0.552909 0.552909 +5096.696289 0.000000 575.091309 0.000000 0.527543 0.000000 -0.849528 0.564218 0.564218 0.564218 +5095.639160 0.000000 591.916931 0.000000 0.039698 0.000000 -0.999212 0.558050 0.558050 0.558050 +5090.421875 0.000000 601.335632 0.000000 0.277333 0.000000 -0.960774 0.596474 0.596474 0.596474 +5094.709473 0.000000 575.651428 0.000000 0.101451 0.000000 -0.994841 0.550584 0.550584 0.550584 +5093.645508 0.000000 600.623657 0.000000 0.435234 0.000000 -0.900318 0.556788 0.556788 0.556788 +5088.311035 0.000000 597.609680 0.000000 0.218956 0.000000 -0.975735 0.611603 0.611603 0.611603 +5091.412598 0.000000 597.686157 0.000000 0.570790 0.000000 -0.821096 0.620430 0.620430 0.620430 +5074.498535 0.000000 625.146118 0.000000 0.220527 0.000000 -0.975381 0.431110 0.431110 0.431110 +5075.350098 0.000000 623.682007 0.000000 0.127197 0.000000 -0.991877 0.465975 0.465975 0.465975 +5150.530273 0.000000 475.335052 0.000000 0.468246 0.000000 -0.883598 0.414066 0.414066 0.414066 +5175.060547 0.000000 493.474731 0.000000 0.224450 0.000000 -0.974486 0.418192 0.418192 0.418192 +5120.090332 0.000000 455.170593 0.000000 0.385975 0.000000 -0.922509 0.421421 0.421421 0.421421 +5156.144531 0.000000 500.836426 0.000000 0.171820 0.000000 -0.985128 0.444869 0.444869 0.444869 +5156.916016 0.000000 479.937408 0.000000 0.186817 0.000000 -0.982395 0.447525 0.447525 0.447525 +5173.007812 0.000000 493.025391 0.000000 0.361600 0.000000 -0.932333 0.434625 0.434625 0.434625 +5147.528320 0.000000 486.414215 0.000000 0.114662 0.000000 -0.993405 0.461809 0.461809 0.461809 +5129.693359 0.000000 460.937744 0.000000 0.158629 0.000000 -0.987338 0.475638 0.475638 0.475638 +5180.473145 0.000000 478.859070 0.000000 0.027950 0.000000 -0.999609 0.460339 0.460339 0.460339 +5178.250000 0.000000 485.366974 0.000000 0.020279 0.000000 -0.999794 0.469289 0.469289 0.469289 +5146.057129 0.000000 487.338165 0.000000 0.516731 0.000000 -0.856148 0.454589 0.454589 0.454589 +5131.461426 0.000000 479.469452 0.000000 0.587400 0.000000 -0.809297 0.451752 0.451752 0.451752 +5157.967285 0.000000 476.772339 0.000000 0.438883 0.000000 -0.898544 0.467491 0.467491 0.467491 +5120.043457 0.000000 476.126068 0.000000 0.025758 0.000000 -0.999668 0.492802 0.492802 0.492802 +5157.265137 0.000000 471.538513 0.000000 0.390445 0.000000 -0.920626 0.462705 0.462705 0.462705 +5128.954590 0.000000 475.593048 0.000000 0.455190 0.000000 -0.890394 0.490020 0.490020 0.490020 +5134.469238 0.000000 470.533539 0.000000 0.317946 0.000000 -0.948109 0.481353 0.481353 0.481353 +5130.378418 0.000000 463.736359 0.000000 0.463067 0.000000 -0.886323 0.469861 0.469861 0.469861 +5162.712402 0.000000 473.093414 0.000000 0.081243 0.000000 -0.996694 0.484384 0.484384 0.484384 +5128.161133 0.000000 463.996399 0.000000 0.583592 0.000000 -0.812047 0.499827 0.499827 0.499827 +5154.393066 0.000000 504.576630 0.000000 0.263166 0.000000 -0.964751 0.495493 0.495493 0.495493 +5128.616211 0.000000 469.118652 0.000000 0.506325 0.000000 -0.862343 0.538950 0.538950 0.538950 +5198.650879 0.000000 502.215820 0.000000 0.221412 0.000000 -0.975180 0.426779 0.426779 0.426779 +5189.832520 0.000000 483.740692 0.000000 0.391206 0.000000 -0.920303 0.458399 0.458399 0.458399 +5221.967285 0.000000 476.772339 0.000000 0.175668 0.000000 -0.984449 0.473870 0.473870 0.473870 +5213.938965 0.000000 468.408478 0.000000 0.352670 0.000000 -0.935748 0.483550 0.483550 0.483550 +5120.156738 0.000000 563.259583 0.000000 0.050572 0.000000 -0.998720 0.420343 0.420343 0.420343 +5167.145508 0.000000 526.507202 0.000000 0.296613 0.000000 -0.954998 0.417180 0.417180 0.417180 +5142.628418 0.000000 538.386597 0.000000 0.451455 0.000000 -0.892294 0.415082 0.415082 0.415082 +5137.436523 0.000000 532.228394 0.000000 0.339137 0.000000 -0.940737 0.422142 0.422142 0.422142 +5153.641602 0.000000 526.437988 0.000000 0.039517 0.000000 -0.999219 0.438197 0.438197 0.438197 +5169.262695 0.000000 562.920471 0.000000 0.069265 0.000000 -0.997598 0.431924 0.431924 0.431924 +5147.528320 0.000000 542.898560 0.000000 0.189660 0.000000 -0.981850 0.446031 0.446031 0.446031 +5149.418457 0.000000 558.356873 0.000000 0.405208 0.000000 -0.914225 0.456711 0.456711 0.456711 +5149.614258 0.000000 540.087280 0.000000 0.182291 0.000000 -0.983245 0.472293 0.472293 0.472293 +5137.145996 0.000000 510.913574 0.000000 0.513311 0.000000 -0.858203 0.450411 0.450411 0.450411 +5179.429199 0.000000 533.671997 0.000000 0.508768 0.000000 -0.860904 0.453329 0.453329 0.453329 +5173.929688 0.000000 524.430115 0.000000 0.136826 0.000000 -0.990595 0.471648 0.471648 0.471648 +5136.024902 0.000000 549.777954 0.000000 0.232913 0.000000 -0.972498 0.464127 0.464127 0.464127 +5139.350098 0.000000 510.713226 0.000000 0.550527 0.000000 -0.834818 0.473699 0.473699 0.473699 +5143.599609 0.000000 562.914551 0.000000 0.380096 0.000000 -0.924947 0.481557 0.481557 0.481557 +5134.469238 0.000000 527.017944 0.000000 0.256288 0.000000 -0.966600 0.470949 0.470949 0.470949 +5165.470215 0.000000 536.586426 0.000000 0.548696 0.000000 -0.836022 0.504962 0.504962 0.504962 +5158.060059 0.000000 529.183594 0.000000 0.290961 0.000000 -0.956735 0.538660 0.538660 0.538660 +5140.063965 0.000000 549.233643 0.000000 0.221686 0.000000 -0.975118 0.500712 0.500712 0.500712 +5157.085938 0.000000 534.730286 0.000000 0.075490 0.000000 -0.997147 0.533316 0.533316 0.533316 +5169.044434 0.000000 557.439697 0.000000 0.170078 0.000000 -0.985431 0.551902 0.551902 0.551902 +5182.281738 0.000000 561.426941 0.000000 0.121342 0.000000 -0.992611 0.544161 0.544161 0.544161 +5168.896973 0.000000 555.969849 0.000000 0.318447 0.000000 -0.947941 0.551153 0.551153 0.551153 +5164.614746 0.000000 557.615967 0.000000 0.466178 0.000000 -0.884691 0.566051 0.566051 0.566051 +5146.372559 0.000000 561.216125 0.000000 0.001493 0.000000 -0.999999 0.530479 0.530479 0.530479 +5145.752441 0.000000 564.736572 0.000000 0.297916 0.000000 -0.954592 0.581096 0.581096 0.581096 +5165.871094 0.000000 558.242615 0.000000 0.372579 0.000000 -0.928000 0.570188 0.570188 0.570188 +5166.873535 0.000000 557.460754 0.000000 0.278509 0.000000 -0.960434 0.553638 0.553638 0.553638 +5152.520996 0.000000 563.812195 0.000000 0.242292 0.000000 -0.970203 0.541299 0.541299 0.541299 +5157.870117 0.000000 561.287415 0.000000 0.501183 0.000000 -0.865341 0.578018 0.578018 0.578018 +5183.644043 0.000000 564.379883 0.000000 0.435050 0.000000 -0.900406 0.555343 0.555343 0.555343 +5161.171875 0.000000 531.835938 0.000000 0.081434 0.000000 -0.996679 0.636936 0.636936 0.636936 +5231.447754 0.000000 521.045044 0.000000 0.333543 0.000000 -0.942735 0.417145 0.417145 0.417145 +5205.422363 0.000000 532.714233 0.000000 0.540228 0.000000 -0.841519 0.449887 0.449887 0.449887 +5198.368652 0.000000 564.212891 0.000000 0.199057 0.000000 -0.979988 0.461819 0.461819 0.461819 +5191.440918 0.000000 558.766479 0.000000 0.333183 0.000000 -0.942862 0.449407 0.449407 0.449407 +5211.504395 0.000000 522.337769 0.000000 0.586879 0.000000 -0.809675 0.457389 0.457389 0.457389 +5211.877441 0.000000 519.850281 0.000000 0.490652 0.000000 -0.871356 0.453680 0.453680 0.453680 +5198.777344 0.000000 528.611511 0.000000 0.095472 0.000000 -0.995432 0.459212 0.459212 0.459212 +5200.985352 0.000000 530.535217 0.000000 0.237284 0.000000 -0.971440 0.472747 0.472747 0.472747 +5190.073242 0.000000 562.146851 0.000000 0.106644 0.000000 -0.994297 0.479511 0.479511 0.479511 +5229.839355 0.000000 535.045166 0.000000 0.412963 0.000000 -0.910748 0.452287 0.452287 0.452287 +5239.822754 0.000000 539.652527 0.000000 0.242078 0.000000 -0.970257 0.469759 0.469759 0.469759 +5202.461914 0.000000 524.940063 0.000000 0.023877 0.000000 -0.999715 0.475118 0.475118 0.475118 +5226.712402 0.000000 529.577820 0.000000 0.153671 0.000000 -0.988122 0.484499 0.484499 0.484499 +5201.267090 0.000000 538.993164 0.000000 0.134172 0.000000 -0.990958 0.489264 0.489264 0.489264 +5200.485352 0.000000 533.471558 0.000000 0.171213 0.000000 -0.985234 0.479787 0.479787 0.479787 +5210.062500 0.000000 535.396973 0.000000 0.383484 0.000000 -0.923548 0.516095 0.516095 0.516095 +5209.742188 0.000000 537.410645 0.000000 0.478584 0.000000 -0.878042 0.503804 0.503804 0.503804 +5185.803711 0.000000 560.685364 0.000000 0.015371 0.000000 -0.999882 0.558641 0.558641 0.558641 +5161.064941 0.000000 616.549316 0.000000 0.025538 0.000000 -0.999674 0.420986 0.420986 0.420986 +5149.422852 0.000000 603.395569 0.000000 0.365052 0.000000 -0.930987 0.416258 0.416258 0.416258 +5124.602051 0.000000 567.449585 0.000000 0.244259 0.000000 -0.969710 0.433624 0.433624 0.433624 +5129.808105 0.000000 606.010925 0.000000 0.507531 0.000000 -0.861634 0.440624 0.440624 0.440624 +5130.234863 0.000000 612.289673 0.000000 0.504773 0.000000 -0.863252 0.436437 0.436437 0.436437 +5128.076660 0.000000 608.897156 0.000000 0.453122 0.000000 -0.891449 0.455816 0.455816 0.455816 +5173.449707 0.000000 614.735291 0.000000 0.189367 0.000000 -0.981906 0.450380 0.450380 0.450380 +5156.099609 0.000000 603.161560 0.000000 0.176374 0.000000 -0.984323 0.459304 0.459304 0.459304 +5124.483887 0.000000 594.592468 0.000000 0.480064 0.000000 -0.877234 0.442541 0.442541 0.442541 +5130.704590 0.000000 587.586243 0.000000 0.267931 0.000000 -0.963438 0.462061 0.462061 0.462061 +5128.859375 0.000000 602.330872 0.000000 0.526957 0.000000 -0.849892 0.452973 0.452973 0.452973 +5120.517090 0.000000 614.620789 0.000000 0.302480 0.000000 -0.953156 0.454247 0.454247 0.454247 +5138.362793 0.000000 597.480347 0.000000 0.430586 0.000000 -0.902550 0.470512 0.470512 0.470512 +5141.609863 0.000000 597.492737 0.000000 0.231926 0.000000 -0.972733 0.455459 0.455459 0.455459 +5144.891602 0.000000 611.198853 0.000000 0.174744 0.000000 -0.984614 0.473887 0.473887 0.473887 +5131.377441 0.000000 584.387329 0.000000 0.558128 0.000000 -0.829755 0.462226 0.462226 0.462226 +5169.237305 0.000000 578.050354 0.000000 0.290337 0.000000 -0.956924 0.483340 0.483340 0.483340 +5120.369629 0.000000 575.745667 0.000000 0.562157 0.000000 -0.827030 0.490432 0.490432 0.490432 +5172.695312 0.000000 611.815918 0.000000 0.494806 0.000000 -0.869004 0.476323 0.476323 0.476323 +5141.229004 0.000000 578.936035 0.000000 0.536090 0.000000 -0.844161 0.495312 0.495312 0.495312 +5137.267090 0.000000 595.477539 0.000000 0.426772 0.000000 -0.904359 0.499252 0.499252 0.499252 +5132.917480 0.000000 583.040894 0.000000 0.268733 0.000000 -0.963215 0.505570 0.505570 0.505570 +5177.144531 0.000000 566.459045 0.000000 0.178813 0.000000 -0.983883 0.513326 0.513326 0.513326 +5140.575195 0.000000 583.347778 0.000000 0.081986 0.000000 -0.996633 0.485841 0.485841 0.485841 +5126.164062 0.000000 593.413513 0.000000 0.415799 0.000000 -0.909456 0.508132 0.508132 0.508132 +5126.595703 0.000000 590.842834 0.000000 0.164252 0.000000 -0.986418 0.518051 0.518051 0.518051 +5139.337891 0.000000 565.002563 0.000000 0.151224 0.000000 -0.988499 0.502142 0.502142 0.502142 +5127.363281 0.000000 588.294128 0.000000 0.250617 0.000000 -0.968086 0.498661 0.498661 0.498661 +5166.236328 0.000000 620.700134 0.000000 0.493871 0.000000 -0.869535 0.506303 0.506303 0.506303 +5134.755859 0.000000 574.291809 0.000000 0.525713 0.000000 -0.850662 0.535549 0.535549 0.535549 +5182.025391 0.000000 567.971863 0.000000 0.209235 0.000000 -0.977865 0.521483 0.521483 0.521483 +5168.316895 0.000000 606.575073 0.000000 0.179950 0.000000 -0.983676 0.563526 0.563526 0.563526 +5170.304199 0.000000 591.231506 0.000000 0.187580 0.000000 -0.982249 0.521960 0.521960 0.521960 +5124.370605 0.000000 591.433350 0.000000 0.450230 0.000000 -0.892913 0.543349 0.543349 0.543349 +5167.984863 0.000000 598.424133 0.000000 0.188878 0.000000 -0.982001 0.538141 0.538141 0.538141 +5169.310547 0.000000 594.313599 0.000000 0.259314 0.000000 -0.965793 0.546767 0.546767 0.546767 +5132.518066 0.000000 593.434021 0.000000 0.121505 0.000000 -0.992591 0.553081 0.553081 0.553081 +5195.929688 0.000000 576.849609 0.000000 0.228408 0.000000 -0.973566 0.417534 0.417534 0.417534 +5197.099609 0.000000 584.620361 0.000000 0.124879 0.000000 -0.992172 0.419994 0.419994 0.419994 +5247.510742 0.000000 589.580444 0.000000 0.263259 0.000000 -0.964725 0.420417 0.420417 0.420417 +5244.727539 0.000000 567.338257 0.000000 0.346426 0.000000 -0.938077 0.440590 0.440590 0.440590 +5242.561523 0.000000 596.603027 0.000000 0.521384 0.000000 -0.853322 0.427681 0.427681 0.427681 +5231.085449 0.000000 603.671875 0.000000 0.450443 0.000000 -0.892805 0.438816 0.438816 0.438816 +5189.572266 0.000000 611.774536 0.000000 0.361825 0.000000 -0.932246 0.456070 0.456070 0.456070 +5222.819824 0.000000 617.095459 0.000000 0.080471 0.000000 -0.996757 0.460925 0.460925 0.460925 +5214.288086 0.000000 619.306152 0.000000 0.367959 0.000000 -0.929842 0.440230 0.440230 0.440230 +5205.917480 0.000000 609.106018 0.000000 0.240694 0.000000 -0.970601 0.448089 0.448089 0.448089 +5241.814453 0.000000 583.686218 0.000000 0.489886 0.000000 -0.871786 0.459370 0.459370 0.459370 +5240.654297 0.000000 582.056702 0.000000 0.580711 0.000000 -0.814110 0.457520 0.457520 0.457520 +5243.429199 0.000000 590.156372 0.000000 0.099299 0.000000 -0.995058 0.476711 0.476711 0.476711 +5195.461426 0.000000 592.438171 0.000000 0.014341 0.000000 -0.999897 0.462035 0.462035 0.462035 +5201.288086 0.000000 569.924988 0.000000 0.256063 0.000000 -0.966660 0.469505 0.469505 0.469505 +5247.462891 0.000000 565.193726 0.000000 0.411913 0.000000 -0.911223 0.483778 0.483778 0.483778 +5225.936523 0.000000 617.940186 0.000000 0.527952 0.000000 -0.849274 0.472773 0.472773 0.472773 +5218.977539 0.000000 579.343201 0.000000 0.389193 0.000000 -0.921156 0.465593 0.465593 0.465593 +5237.071289 0.000000 569.585022 0.000000 0.001744 0.000000 -0.999998 0.508107 0.508107 0.508107 +5217.699219 0.000000 578.273987 0.000000 0.094576 0.000000 -0.995518 0.484137 0.484137 0.484137 +5226.712402 0.000000 586.062195 0.000000 0.264453 0.000000 -0.964399 0.494013 0.494013 0.494013 +5246.905762 0.000000 570.654114 0.000000 0.523248 0.000000 -0.852180 0.482813 0.482813 0.482813 +5202.728027 0.000000 599.001831 0.000000 0.032583 0.000000 -0.999469 0.483809 0.483809 0.483809 +5218.393066 0.000000 617.545410 0.000000 0.312661 0.000000 -0.949865 0.487241 0.487241 0.487241 +5213.067383 0.000000 588.356689 0.000000 0.111414 0.000000 -0.993774 0.486760 0.486760 0.486760 +5222.060059 0.000000 585.667969 0.000000 0.403371 0.000000 -0.915037 0.506974 0.506974 0.506974 +5247.974609 0.000000 596.375183 0.000000 0.501760 0.000000 -0.865007 0.533330 0.533330 0.533330 +5211.236816 0.000000 582.330627 0.000000 0.087450 0.000000 -0.996169 0.527108 0.527108 0.527108 +5223.319336 0.000000 589.556458 0.000000 0.201900 0.000000 -0.979406 0.527527 0.527527 0.527527 +5194.112793 0.000000 602.000610 0.000000 0.212807 0.000000 -0.977094 0.539055 0.539055 0.539055 +5169.272949 0.000000 654.953064 0.000000 0.031677 0.000000 -0.999498 0.419750 0.419750 0.419750 +5153.365723 0.000000 631.502991 0.000000 0.533959 0.000000 -0.845510 0.424647 0.424647 0.424647 +5173.789062 0.000000 664.771912 0.000000 0.212633 0.000000 -0.977132 0.447105 0.447105 0.447105 +5177.072754 0.000000 671.445190 0.000000 0.130285 0.000000 -0.991477 0.446983 0.446983 0.446983 +5179.529785 0.000000 621.975098 0.000000 0.566993 0.000000 -0.823722 0.428272 0.428272 0.428272 +5173.449707 0.000000 671.219666 0.000000 0.251247 0.000000 -0.967923 0.446472 0.446472 0.446472 +5177.814453 0.000000 640.170593 0.000000 0.515600 0.000000 -0.856829 0.448953 0.448953 0.448953 +5147.877441 0.000000 632.819031 0.000000 0.078698 0.000000 -0.996899 0.458029 0.458029 0.458029 +5154.937012 0.000000 623.112854 0.000000 0.054378 0.000000 -0.998520 0.461364 0.461364 0.461364 +5165.839355 0.000000 648.013916 0.000000 0.211917 0.000000 -0.977288 0.474665 0.474665 0.474665 +5177.728516 0.000000 646.722839 0.000000 0.155710 0.000000 -0.987803 0.475691 0.475691 0.475691 +5168.395508 0.000000 653.659119 0.000000 0.514152 0.000000 -0.857699 0.465974 0.465974 0.465974 +5158.707031 0.000000 629.885437 0.000000 0.232147 0.000000 -0.972681 0.478651 0.478651 0.478651 +5158.074219 0.000000 631.174683 0.000000 0.412071 0.000000 -0.911152 0.544359 0.544359 0.544359 +5176.008301 0.000000 663.577515 0.000000 0.346015 0.000000 -0.938229 0.557751 0.557751 0.557751 +5198.873047 0.000000 629.375183 0.000000 0.219340 0.000000 -0.975648 0.417589 0.417589 0.417589 +5188.948730 0.000000 621.443176 0.000000 0.051420 0.000000 -0.998677 0.421014 0.421014 0.421014 +5242.462402 0.000000 638.398193 0.000000 0.277109 0.000000 -0.960838 0.417584 0.417584 0.417584 +5237.519043 0.000000 647.953552 0.000000 0.561848 0.000000 -0.827241 0.413571 0.413571 0.413571 +5225.128906 0.000000 642.193787 0.000000 0.141495 0.000000 -0.989939 0.430854 0.430854 0.430854 +5231.339355 0.000000 621.574158 0.000000 0.396801 0.000000 -0.917904 0.416995 0.416995 0.416995 +5246.948242 0.000000 623.482239 0.000000 0.413537 0.000000 -0.910487 0.430925 0.430925 0.430925 +5203.253418 0.000000 668.914734 0.000000 0.405059 0.000000 -0.914291 0.435331 0.435331 0.435331 +5229.747070 0.000000 670.019714 0.000000 0.396284 0.000000 -0.918128 0.435478 0.435478 0.435478 +5190.936035 0.000000 624.903931 0.000000 0.010997 0.000000 -0.999940 0.462091 0.462091 0.462091 +5198.368652 0.000000 677.181641 0.000000 0.181315 0.000000 -0.983425 0.449063 0.449063 0.449063 +5235.561035 0.000000 647.590027 0.000000 0.307017 0.000000 -0.951704 0.442676 0.442676 0.442676 +5211.120117 0.000000 623.276794 0.000000 0.252955 0.000000 -0.967478 0.455100 0.455100 0.455100 +5240.654297 0.000000 638.541077 0.000000 0.000598 0.000000 -1.000000 0.478484 0.478484 0.478484 +5225.963379 0.000000 628.857422 0.000000 0.152708 0.000000 -0.988271 0.469906 0.469906 0.469906 +5223.089844 0.000000 636.641235 0.000000 0.204481 0.000000 -0.978871 0.482082 0.482082 0.482082 +5216.594727 0.000000 640.966553 0.000000 0.578901 0.000000 -0.815398 0.484371 0.484371 0.484371 +5202.461914 0.000000 637.908813 0.000000 0.491253 0.000000 -0.871017 0.466443 0.466443 0.466443 +5221.817871 0.000000 654.894897 0.000000 0.060826 0.000000 -0.998148 0.498040 0.498040 0.498040 +5198.035156 0.000000 647.327759 0.000000 0.165474 0.000000 -0.986214 0.497454 0.497454 0.497454 +5221.604004 0.000000 643.912109 0.000000 0.160652 0.000000 -0.987011 0.490222 0.490222 0.490222 +5217.739258 0.000000 623.852112 0.000000 0.108606 0.000000 -0.994085 0.507423 0.507423 0.507423 +5208.231445 0.000000 623.006470 0.000000 0.339785 0.000000 -0.940503 0.517101 0.517101 0.517101 +5234.230469 0.000000 672.284485 0.000000 0.218691 0.000000 -0.975794 0.641587 0.641587 0.641587 +5224.134277 0.000000 665.918579 0.000000 0.301240 0.000000 -0.953548 0.646607 0.646607 0.646607 +5200.554199 0.000000 674.103027 0.000000 0.178695 0.000000 -0.983904 0.647094 0.647094 0.647094 +5209.064941 0.000000 671.966797 0.000000 0.146914 0.000000 -0.989149 0.646479 0.646479 0.646479 +5218.942871 0.000000 659.763000 0.000000 0.490768 0.000000 -0.871290 0.635811 0.635811 0.635811 +5210.378418 0.000000 672.001953 0.000000 0.201096 0.000000 -0.979571 0.649089 0.649089 0.649089 +5229.231445 0.000000 674.911011 0.000000 0.222027 0.000000 -0.975041 0.646303 0.646303 0.646303 +5202.747559 0.000000 673.805359 0.000000 0.577986 0.000000 -0.816046 0.633744 0.633744 0.633744 +5227.257324 0.000000 644.140930 0.000000 0.472722 0.000000 -0.881212 0.622580 0.622580 0.622580 +5224.232910 0.000000 672.396484 0.000000 0.455958 0.000000 -0.890001 0.633428 0.633428 0.633428 +5212.115234 0.000000 675.156189 0.000000 0.469267 0.000000 -0.883056 0.638991 0.638991 0.638991 +5205.506348 0.000000 668.684265 0.000000 0.155507 0.000000 -0.987835 0.647573 0.647573 0.647573 +5202.325195 0.000000 672.727295 0.000000 0.122435 0.000000 -0.992477 0.651190 0.651190 0.651190 +5207.622559 0.000000 671.089905 0.000000 0.550301 0.000000 -0.834966 0.637742 0.637742 0.637742 +5248.936035 0.000000 587.453308 0.000000 0.552926 0.000000 -0.833230 0.413426 0.413426 0.413426 +5271.191895 0.000000 610.734375 0.000000 0.288900 0.000000 -0.957359 0.417863 0.417863 0.417863 +5288.389160 0.000000 618.474121 0.000000 0.136955 0.000000 -0.990577 0.457059 0.457059 0.457059 +5306.520996 0.000000 618.756348 0.000000 0.282324 0.000000 -0.959319 0.444520 0.444520 0.444520 +5262.368652 0.000000 620.697266 0.000000 0.522468 0.000000 -0.852659 0.438937 0.438937 0.438937 +5264.905273 0.000000 618.743164 0.000000 0.565162 0.000000 -0.824980 0.447984 0.447984 0.447984 +5284.742188 0.000000 618.048950 0.000000 0.062674 0.000000 -0.998034 0.456831 0.456831 0.456831 +5256.859375 0.000000 602.330872 0.000000 0.555899 0.000000 -0.831250 0.455216 0.455216 0.455216 +5267.070801 0.000000 608.211548 0.000000 0.118498 0.000000 -0.992954 0.460285 0.460285 0.460285 +5259.049316 0.000000 614.724670 0.000000 0.196369 0.000000 -0.980530 0.495376 0.495376 0.495376 +5268.440918 0.000000 620.350403 0.000000 0.522129 0.000000 -0.852867 0.491371 0.491371 0.491371 +5272.351074 0.000000 616.974121 0.000000 0.314637 0.000000 -0.949212 0.554180 0.554180 0.554180 +5256.616211 0.000000 582.087402 0.000000 0.252667 0.000000 -0.967553 0.516133 0.516133 0.516133 +5294.797363 0.000000 616.646851 0.000000 0.333233 0.000000 -0.942844 0.530343 0.530343 0.530343 +5275.631348 0.000000 620.693726 0.000000 0.239992 0.000000 -0.970775 0.551661 0.551661 0.551661 +5266.479492 0.000000 611.487244 0.000000 0.096769 0.000000 -0.995307 0.549205 0.549205 0.549205 +5366.238281 0.000000 621.205811 0.000000 0.038966 0.000000 -0.999241 0.501428 0.501428 0.501428 +5313.626465 0.000000 619.761108 0.000000 0.347891 0.000000 -0.937535 0.498085 0.498085 0.498085 +5251.820801 0.000000 635.133484 0.000000 0.439290 0.000000 -0.898345 0.415268 0.415268 0.415268 +5303.405273 0.000000 656.181213 0.000000 0.306971 0.000000 -0.951719 0.438374 0.438374 0.438374 +5272.891602 0.000000 667.683228 0.000000 0.333866 0.000000 -0.942621 0.472390 0.472390 0.472390 +5264.583984 0.000000 659.684265 0.000000 0.402864 0.000000 -0.915260 0.472491 0.472491 0.472491 +5248.523438 0.000000 622.984192 0.000000 0.462386 0.000000 -0.886679 0.458484 0.458484 0.458484 +5277.055664 0.000000 627.341919 0.000000 0.547160 0.000000 -0.837028 0.503578 0.503578 0.503578 +5286.078125 0.000000 662.957764 0.000000 0.244919 0.000000 -0.969543 0.495863 0.495863 0.495863 +5292.188965 0.000000 626.349243 0.000000 0.292440 0.000000 -0.956284 0.478956 0.478956 0.478956 +5299.663574 0.000000 622.496521 0.000000 0.227231 0.000000 -0.973841 0.481651 0.481651 0.481651 +5279.750977 0.000000 627.911072 0.000000 0.224757 0.000000 -0.974415 0.502110 0.502110 0.502110 +5294.671387 0.000000 654.864746 0.000000 0.563571 0.000000 -0.826068 0.513119 0.513119 0.513119 +5286.014160 0.000000 652.156799 0.000000 0.131855 0.000000 -0.991269 0.535016 0.535016 0.535016 +5307.628418 0.000000 665.003662 0.000000 0.349844 0.000000 -0.936808 0.563500 0.563500 0.563500 +5303.338379 0.000000 653.852356 0.000000 0.068348 0.000000 -0.997662 0.552868 0.552868 0.552868 +5310.710938 0.000000 659.554565 0.000000 0.576897 0.000000 -0.816817 0.529839 0.529839 0.529839 +5281.799316 0.000000 660.214050 0.000000 0.112886 0.000000 -0.993608 0.556270 0.556270 0.556270 +5280.087402 0.000000 661.447388 0.000000 0.358075 0.000000 -0.933693 0.550131 0.550131 0.550131 +5294.890137 0.000000 657.582947 0.000000 0.398260 0.000000 -0.917273 0.581144 0.581144 0.581144 +5283.665039 0.000000 630.909119 0.000000 0.029187 0.000000 -0.999574 0.586920 0.586920 0.586920 +5371.739258 0.000000 625.834778 0.000000 0.504717 0.000000 -0.863285 0.419516 0.419516 0.419516 +5312.597656 0.000000 641.795410 0.000000 0.045519 0.000000 -0.998963 0.452720 0.452720 0.452720 +5322.704590 0.000000 644.070618 0.000000 0.189534 0.000000 -0.981874 0.472163 0.472163 0.472163 +5312.523438 0.000000 622.984192 0.000000 0.574115 0.000000 -0.818775 0.477413 0.477413 0.477413 +5357.470215 0.000000 649.555176 0.000000 0.375356 0.000000 -0.926881 0.514836 0.514836 0.514836 +5363.663574 0.000000 622.496521 0.000000 0.068154 0.000000 -0.997675 0.497897 0.497897 0.497897 +5341.067383 0.000000 644.841064 0.000000 0.042096 0.000000 -0.999114 0.519170 0.519170 0.519170 +5316.588867 0.000000 630.965576 0.000000 0.479287 0.000000 -0.877658 0.528174 0.528174 0.528174 +5325.299805 0.000000 632.794800 0.000000 0.480955 0.000000 -0.876745 0.498025 0.498025 0.498025 +5361.096680 0.000000 629.021606 0.000000 0.530517 0.000000 -0.847674 0.508264 0.508264 0.508264 +5317.597168 0.000000 648.214783 0.000000 0.163938 0.000000 -0.986471 0.518057 0.518057 0.518057 +5316.788086 0.000000 643.828979 0.000000 0.376042 0.000000 -0.926603 0.526410 0.526410 0.526410 +5320.409180 0.000000 636.147583 0.000000 0.170937 0.000000 -0.985282 0.541516 0.541516 0.541516 +5317.575684 0.000000 642.676636 0.000000 0.294654 0.000000 -0.955604 0.528336 0.528336 0.528336 +5317.044922 0.000000 652.204834 0.000000 0.476859 0.000000 -0.878980 0.539750 0.539750 0.539750 +5314.422363 0.000000 660.326355 0.000000 0.074316 0.000000 -0.997235 0.584209 0.584209 0.584209 +5317.505859 0.000000 650.798706 0.000000 0.574192 0.000000 -0.818721 0.574235 0.574235 0.574235 +5174.385254 0.000000 681.721558 0.000000 0.421472 0.000000 -0.906841 0.422282 0.422282 0.422282 +5173.097168 0.000000 679.597839 0.000000 0.281447 0.000000 -0.959577 0.474825 0.474825 0.474825 +5177.144531 0.000000 679.427795 0.000000 0.047668 0.000000 -0.998863 0.496818 0.496818 0.496818 +5174.041992 0.000000 677.854797 0.000000 0.544195 0.000000 -0.838959 0.527890 0.527890 0.527890 +5183.365723 0.000000 687.777893 0.000000 0.209674 0.000000 -0.977771 0.522943 0.522943 0.522943 +5216.449219 0.000000 703.807800 0.000000 0.475562 0.000000 -0.879682 0.414549 0.414549 0.414549 +5217.448730 0.000000 701.109314 0.000000 0.024546 0.000000 -0.999699 0.421386 0.421386 0.421386 +5190.363770 0.000000 687.325134 0.000000 0.073943 0.000000 -0.997262 0.433310 0.433310 0.433310 +5204.821777 0.000000 708.923462 0.000000 0.488340 0.000000 -0.872653 0.436731 0.436731 0.436731 +5247.825195 0.000000 691.065125 0.000000 0.029932 0.000000 -0.999552 0.450042 0.450042 0.450042 +5220.560547 0.000000 691.868286 0.000000 0.368591 0.000000 -0.929592 0.455948 0.455948 0.455948 +5195.461426 0.000000 705.406921 0.000000 0.042780 0.000000 -0.999084 0.485096 0.485096 0.485096 +5198.222168 0.000000 700.963318 0.000000 0.447451 0.000000 -0.894309 0.474458 0.474458 0.474458 +5205.555664 0.000000 681.897583 0.000000 0.175007 0.000000 -0.984567 0.475340 0.475340 0.475340 +5200.485352 0.000000 702.924683 0.000000 0.438165 0.000000 -0.898894 0.486093 0.486093 0.486093 +5206.025391 0.000000 720.106567 0.000000 0.552794 0.000000 -0.833318 0.469405 0.469405 0.469405 +5192.364746 0.000000 678.269287 0.000000 0.498593 0.000000 -0.866836 0.499045 0.499045 0.499045 +5193.352539 0.000000 679.422119 0.000000 0.401051 0.000000 -0.916056 0.501262 0.501262 0.501262 +5218.554688 0.000000 687.526550 0.000000 0.370052 0.000000 -0.929011 0.560030 0.560030 0.560030 +5208.864258 0.000000 704.366455 0.000000 0.013395 0.000000 -0.999910 0.534702 0.534702 0.534702 +5234.592773 0.000000 683.523682 0.000000 0.343156 0.000000 -0.939278 0.556364 0.556364 0.556364 +5197.527344 0.000000 684.856262 0.000000 0.147377 0.000000 -0.989080 0.588237 0.588237 0.588237 +5219.792969 0.000000 678.789062 0.000000 0.506957 0.000000 -0.861972 0.580728 0.580728 0.580728 +5209.831543 0.000000 684.955994 0.000000 0.209588 0.000000 -0.977790 0.608895 0.608895 0.608895 +5218.956543 0.000000 699.042664 0.000000 0.032318 0.000000 -0.999478 0.656576 0.656576 0.656576 +5200.913574 0.000000 681.595459 0.000000 0.271395 0.000000 -0.962468 0.649405 0.649405 0.649405 +5195.572266 0.000000 703.391357 0.000000 0.283786 0.000000 -0.958888 0.617063 0.617063 0.617063 +5230.890137 0.000000 714.067322 0.000000 0.219050 0.000000 -0.975714 0.647925 0.647925 0.647925 +5231.144043 0.000000 715.537109 0.000000 0.043663 0.000000 -0.999046 0.654214 0.654214 0.654214 +5236.250488 0.000000 687.713013 0.000000 0.069630 0.000000 -0.997573 0.594880 0.594880 0.594880 +5235.812988 0.000000 692.031555 0.000000 0.169449 0.000000 -0.985539 0.649720 0.649720 0.649720 +5200.073730 0.000000 680.322083 0.000000 0.367816 0.000000 -0.929899 0.645523 0.645523 0.645523 +5208.379395 0.000000 684.520447 0.000000 0.025008 0.000000 -0.999687 0.614318 0.614318 0.614318 +5229.587891 0.000000 684.602112 0.000000 0.348757 0.000000 -0.937213 0.642481 0.642481 0.642481 +5209.353516 0.000000 696.770020 0.000000 0.442380 0.000000 -0.896828 0.613393 0.613393 0.613393 +5203.228027 0.000000 682.350037 0.000000 0.064539 0.000000 -0.997915 0.649636 0.649636 0.649636 +5236.064941 0.000000 685.673096 0.000000 0.230105 0.000000 -0.973166 0.651131 0.651131 0.651131 +5218.542969 0.000000 685.563171 0.000000 0.261609 0.000000 -0.965174 0.642651 0.642651 0.642651 +5185.034668 0.000000 684.827393 0.000000 0.136665 0.000000 -0.990617 0.647354 0.647354 0.647354 +5233.642578 0.000000 705.501709 0.000000 0.405487 0.000000 -0.914101 0.642325 0.642325 0.642325 +5202.847656 0.000000 718.768188 0.000000 0.483732 0.000000 -0.875216 0.638159 0.638159 0.638159 +5222.880859 0.000000 698.201721 0.000000 0.550843 0.000000 -0.834609 0.635498 0.635498 0.635498 +5228.419434 0.000000 714.567444 0.000000 0.268545 0.000000 -0.963267 0.644945 0.644945 0.644945 +5206.711914 0.000000 695.711182 0.000000 0.004533 0.000000 -0.999990 0.653375 0.653375 0.653375 +5202.353516 0.000000 697.692261 0.000000 0.249248 0.000000 -0.968440 0.648007 0.648007 0.648007 +5202.104004 0.000000 703.847717 0.000000 0.258029 0.000000 -0.966137 0.650031 0.650031 0.650031 +5222.294434 0.000000 683.751221 0.000000 0.224651 0.000000 -0.974439 0.646714 0.646714 0.646714 +5225.963379 0.000000 741.826172 0.000000 0.148205 0.000000 -0.988957 0.471445 0.471445 0.471445 +5237.817871 0.000000 735.347290 0.000000 0.567939 0.000000 -0.823071 0.634250 0.634250 0.634250 +5213.897949 0.000000 735.322205 0.000000 0.050771 0.000000 -0.998710 0.640951 0.640951 0.640951 +5225.935059 0.000000 742.729065 0.000000 0.064796 0.000000 -0.997899 0.653576 0.653576 0.653576 +5298.425293 0.000000 679.966858 0.000000 0.184828 0.000000 -0.982771 0.453355 0.453355 0.453355 +5290.712402 0.000000 699.030945 0.000000 0.509322 0.000000 -0.860576 0.477434 0.477434 0.477434 +5298.592773 0.000000 683.523682 0.000000 0.063412 0.000000 -0.997987 0.544022 0.544022 0.544022 +5297.862305 0.000000 679.014343 0.000000 0.248021 0.000000 -0.968755 0.603278 0.603278 0.603278 +5296.027344 0.000000 681.819275 0.000000 0.211415 0.000000 -0.977396 0.646372 0.646372 0.646372 "} diff --git a/gfx/map/map_object_data/generated/pine_sparse_generator_1.txt b/gfx/map/map_object_data/generated/pine_sparse_generator_1.txt index bf99cb52..706c0475 100644 --- a/gfx/map/map_object_data/generated/pine_sparse_generator_1.txt +++ b/gfx/map/map_object_data/generated/pine_sparse_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_001_mesh" - count=244 + count=930 transform="1279.586426 0.000000 2538.747070 0.000000 0.257708 0.000000 0.966223 0.382010 0.382010 0.382010 1271.062500 0.000000 2536.330078 0.000000 0.462245 0.000000 0.886752 0.651890 0.651890 0.651890 1277.212891 0.000000 2567.188721 0.000000 0.498616 0.000000 0.866823 0.406396 0.406396 0.406396 @@ -248,6 +248,692 @@ 2191.197021 0.000000 2835.851562 0.000000 0.390005 0.000000 0.920813 0.498155 0.498155 0.498155 2180.948486 0.000000 2824.333740 0.000000 0.014257 0.000000 0.999898 0.473871 0.473871 0.473871 2521.917236 0.000000 2812.500488 0.000000 0.279002 0.000000 0.960291 0.588318 0.588318 0.588318 +4282.544434 0.000000 96.907471 0.000000 0.196585 0.000000 0.980487 0.422838 0.422838 0.422838 +4276.365234 0.000000 95.750626 0.000000 0.474315 0.000000 0.880355 0.393165 0.393165 0.393165 +4279.107910 0.000000 101.685684 0.000000 0.089701 0.000000 0.995969 0.380151 0.380151 0.380151 +4289.884766 0.000000 107.536926 0.000000 0.157594 0.000000 0.987504 0.380252 0.380252 0.380252 +4288.156738 0.000000 111.384567 0.000000 0.209315 0.000000 0.977848 0.390841 0.390841 0.390841 +4282.807129 0.000000 119.623291 0.000000 0.212676 0.000000 0.977123 0.382119 0.382119 0.382119 +4336.205566 0.000000 169.427490 0.000000 0.018600 0.000000 0.999827 0.379772 0.379772 0.379772 +4346.368164 0.000000 164.894699 0.000000 0.161961 0.000000 0.986797 0.381157 0.381157 0.381157 +4302.007324 0.000000 143.858978 0.000000 0.560817 0.000000 0.827940 0.386606 0.386606 0.386606 +4296.407715 0.000000 120.781113 0.000000 0.231368 0.000000 0.972866 0.382706 0.382706 0.382706 +4305.256836 0.000000 147.683624 0.000000 0.531157 0.000000 0.847274 0.386423 0.386423 0.386423 +4294.330566 0.000000 125.065567 0.000000 0.414481 0.000000 0.910058 0.384756 0.384756 0.384756 +4314.709961 0.000000 150.008698 0.000000 0.250782 0.000000 0.968044 0.382044 0.382044 0.382044 +4318.060547 0.000000 161.123642 0.000000 0.376797 0.000000 0.926296 0.383559 0.383559 0.383559 +4336.023926 0.000000 165.503784 0.000000 0.325312 0.000000 0.945607 0.382981 0.382981 0.382981 +4329.322754 0.000000 161.244385 0.000000 0.203661 0.000000 0.979042 0.387164 0.387164 0.387164 +4293.464844 0.000000 117.750694 0.000000 0.154406 0.000000 0.988007 0.390022 0.390022 0.390022 +4345.910645 0.000000 160.919785 0.000000 0.492429 0.000000 0.870353 0.397132 0.397132 0.397132 +4341.860840 0.000000 161.035217 0.000000 0.270753 0.000000 0.962649 0.389965 0.389965 0.389965 +4325.432617 0.000000 180.480179 0.000000 0.485436 0.000000 0.874272 0.386016 0.386016 0.386016 +4333.943359 0.000000 171.808044 0.000000 0.472759 0.000000 0.881192 0.385677 0.385677 0.385677 +4314.364746 0.000000 195.014435 0.000000 0.034821 0.000000 0.999394 0.379293 0.379293 0.379293 +4338.318359 0.000000 169.659012 0.000000 0.143701 0.000000 0.989621 0.380839 0.380839 0.380839 +4326.889160 0.000000 192.892746 0.000000 0.232830 0.000000 0.972518 0.382192 0.382192 0.382192 +4320.618164 0.000000 172.818741 0.000000 0.126420 0.000000 0.991977 0.384247 0.384247 0.384247 +4326.686523 0.000000 169.758911 0.000000 0.199098 0.000000 0.979980 0.380978 0.380978 0.380978 +4322.857422 0.000000 198.582031 0.000000 0.483389 0.000000 0.875405 0.431672 0.431672 0.431672 +4501.208496 0.000000 96.363609 0.000000 0.434593 0.000000 0.900627 0.384997 0.384997 0.384997 +4520.763184 0.000000 71.606552 0.000000 0.523247 0.000000 0.852181 0.386349 0.386349 0.386349 +4562.230469 0.000000 94.519913 0.000000 0.570902 0.000000 0.821018 0.386534 0.386534 0.386534 +4360.407715 0.000000 177.265488 0.000000 0.401356 0.000000 0.915922 0.384044 0.384044 0.384044 +4352.098633 0.000000 176.402100 0.000000 0.459195 0.000000 0.888336 0.394745 0.394745 0.394745 +4518.230957 0.000000 151.497787 0.000000 0.553242 0.000000 0.833021 0.418408 0.418408 0.418408 +4484.458496 0.000000 167.434723 0.000000 0.517544 0.000000 0.855657 0.386619 0.386619 0.386619 +4517.982422 0.000000 163.230560 0.000000 0.177366 0.000000 0.984145 0.388571 0.388571 0.388571 +4529.272949 0.000000 146.593689 0.000000 0.258205 0.000000 0.966090 0.382344 0.382344 0.382344 +4491.959473 0.000000 161.459625 0.000000 0.046511 0.000000 0.998918 0.379679 0.379679 0.379679 +4518.893555 0.000000 132.416092 0.000000 0.116762 0.000000 0.993160 0.379675 0.379675 0.379675 +4536.550781 0.000000 145.827911 0.000000 0.429661 0.000000 0.902990 0.384923 0.384923 0.384923 +4505.621582 0.000000 160.843613 0.000000 0.029683 0.000000 0.999559 0.414707 0.414707 0.414707 +4489.641113 0.000000 166.156601 0.000000 0.192386 0.000000 0.981319 0.380952 0.380952 0.380952 +4541.212891 0.000000 138.360519 0.000000 0.275410 0.000000 0.961327 0.382134 0.382134 0.382134 +4496.971680 0.000000 162.145782 0.000000 0.044631 0.000000 0.999004 0.406123 0.406123 0.406123 +4505.505859 0.000000 166.740448 0.000000 0.227757 0.000000 0.973718 0.412648 0.412648 0.412648 +4514.932617 0.000000 167.045670 0.000000 0.539181 0.000000 0.842190 0.386251 0.386251 0.386251 +4517.098633 0.000000 155.839752 0.000000 0.407100 0.000000 0.913383 0.401177 0.401177 0.401177 +4511.334473 0.000000 153.954163 0.000000 0.128182 0.000000 0.991751 0.405677 0.405677 0.405677 +4524.376953 0.000000 159.236435 0.000000 0.289184 0.000000 0.957274 0.382141 0.382141 0.382141 +4498.579102 0.000000 168.157654 0.000000 0.176943 0.000000 0.984221 0.440261 0.440261 0.440261 +4509.530273 0.000000 140.261108 0.000000 0.353885 0.000000 0.935289 0.403927 0.403927 0.403927 +4527.917480 0.000000 149.750793 0.000000 0.058627 0.000000 0.998280 0.378859 0.378859 0.378859 +4515.666992 0.000000 149.454987 0.000000 0.204225 0.000000 0.978924 0.422970 0.422970 0.422970 +4503.836426 0.000000 163.581635 0.000000 0.165329 0.000000 0.986238 0.420522 0.420522 0.420522 +4504.572266 0.000000 152.433105 0.000000 0.372394 0.000000 0.928075 0.418719 0.418719 0.418719 +4497.722656 0.000000 165.146088 0.000000 0.459931 0.000000 0.887954 0.423940 0.423940 0.423940 +4509.422852 0.000000 151.520584 0.000000 0.165251 0.000000 0.986251 0.424077 0.424077 0.424077 +4490.072266 0.000000 169.140778 0.000000 0.263312 0.000000 0.964711 0.406056 0.406056 0.406056 +4513.448730 0.000000 136.265564 0.000000 0.100907 0.000000 0.994896 0.394575 0.394575 0.394575 +4585.563477 0.000000 139.459763 0.000000 0.230657 0.000000 0.973035 0.381293 0.381293 0.381293 +4559.272949 0.000000 134.887299 0.000000 0.447205 0.000000 0.894431 0.385350 0.385350 0.385350 +4585.385742 0.000000 145.886871 0.000000 0.139575 0.000000 0.990211 0.380926 0.380926 0.380926 +4599.107910 0.000000 158.170059 0.000000 0.583584 0.000000 0.812053 0.386751 0.386751 0.386751 +4558.953125 0.000000 166.940460 0.000000 0.473875 0.000000 0.880592 0.385210 0.385210 0.385210 +4566.937012 0.000000 127.396103 0.000000 0.516034 0.000000 0.856568 0.385620 0.385620 0.385620 +4563.771973 0.000000 135.594193 0.000000 0.429303 0.000000 0.903160 0.384806 0.384806 0.384806 +4578.857422 0.000000 142.097656 0.000000 0.003300 0.000000 0.999995 0.378934 0.378934 0.378934 +4538.807129 0.000000 176.107666 0.000000 0.199514 0.000000 0.979895 0.382352 0.382352 0.382352 +4488.407715 0.000000 177.265488 0.000000 0.038483 0.000000 0.999259 0.391861 0.391861 0.391861 +4535.531250 0.000000 180.056793 0.000000 0.157306 0.000000 0.987550 0.388275 0.388275 0.388275 +4506.987305 0.000000 169.541931 0.000000 0.169703 0.000000 0.985495 0.386666 0.386666 0.386666 +4500.994629 0.000000 172.005829 0.000000 0.495954 0.000000 0.868349 0.413665 0.413665 0.413665 +4326.230957 0.000000 320.950928 0.000000 0.191116 0.000000 0.981567 0.381278 0.381278 0.381278 +4346.368164 0.000000 334.347839 0.000000 0.484623 0.000000 0.874723 0.418935 0.418935 0.418935 +4335.722656 0.000000 326.741547 0.000000 0.034844 0.000000 0.999393 0.411264 0.411264 0.411264 +4339.456055 0.000000 332.710144 0.000000 0.422428 0.000000 0.906396 0.417798 0.417798 0.417798 +4335.868652 0.000000 330.832825 0.000000 0.226314 0.000000 0.974054 0.414414 0.414414 0.414414 +4345.910645 0.000000 330.372925 0.000000 0.469091 0.000000 0.883150 0.418647 0.418647 0.418647 +4343.062500 0.000000 333.439362 0.000000 0.004443 0.000000 0.999990 0.410769 0.410769 0.410769 +4329.064941 0.000000 334.127441 0.000000 0.371936 0.000000 0.928258 0.487008 0.487008 0.487008 +4345.384766 0.000000 338.673615 0.000000 0.462751 0.000000 0.886488 0.418531 0.418531 0.418531 +4328.832520 0.000000 342.407410 0.000000 0.093383 0.000000 0.995630 0.380011 0.380011 0.380011 +4314.122559 0.000000 349.714630 0.000000 0.518872 0.000000 0.854852 0.660223 0.660223 0.660223 +4350.270020 0.000000 343.337646 0.000000 0.172247 0.000000 0.985054 0.413516 0.413516 0.413516 +4346.385254 0.000000 341.498291 0.000000 0.350572 0.000000 0.936536 0.416529 0.416529 0.416529 +4346.305176 0.000000 382.887695 0.000000 0.058224 0.000000 0.998304 0.415179 0.415179 0.415179 +4316.431641 0.000000 346.414093 0.000000 0.378599 0.000000 0.925561 0.623067 0.623067 0.623067 +4308.994629 0.000000 341.458954 0.000000 0.148749 0.000000 0.988875 0.411348 0.411348 0.411348 +4321.491699 0.000000 344.801514 0.000000 0.216276 0.000000 0.976332 0.515093 0.515093 0.515093 +4343.638184 0.000000 411.134094 0.000000 0.451535 0.000000 0.892254 0.461852 0.461852 0.461852 +4340.014648 0.000000 404.233917 0.000000 0.278619 0.000000 0.960402 0.499025 0.499025 0.499025 +4322.857422 0.000000 424.519531 0.000000 0.125008 0.000000 0.992156 0.380650 0.380650 0.380650 +4343.819336 0.000000 414.221527 0.000000 0.058756 0.000000 0.998272 0.466100 0.466100 0.466100 +4474.544434 0.000000 266.360596 0.000000 0.316248 0.000000 0.948677 0.383910 0.383910 0.383910 +4457.563477 0.000000 252.428513 0.000000 0.010063 0.000000 0.999949 0.378336 0.378336 0.378336 +4439.890625 0.000000 244.995193 0.000000 0.520666 0.000000 0.853761 0.388429 0.388429 0.388429 +4446.530273 0.000000 249.397568 0.000000 0.133731 0.000000 0.991018 0.380201 0.380201 0.380201 +4452.276367 0.000000 259.184265 0.000000 0.062740 0.000000 0.998030 0.379218 0.379218 0.379218 +4461.434082 0.000000 255.666779 0.000000 0.121013 0.000000 0.992651 0.380459 0.380459 0.380459 +4454.535645 0.000000 255.445618 0.000000 0.141114 0.000000 0.989993 0.380879 0.380879 0.380879 +4487.671387 0.000000 250.794052 0.000000 0.233889 0.000000 0.972263 0.407374 0.407374 0.407374 +4521.563477 0.000000 252.428513 0.000000 0.103684 0.000000 0.994610 0.380883 0.380883 0.380883 +4538.368164 0.000000 277.863464 0.000000 0.271547 0.000000 0.962425 0.384562 0.384562 0.384562 +4500.089355 0.000000 270.754425 0.000000 0.456190 0.000000 0.889882 0.385319 0.385319 0.385319 +4496.971680 0.000000 275.114532 0.000000 0.039216 0.000000 0.999231 0.378588 0.378588 0.378588 +4506.709961 0.000000 262.977448 0.000000 0.336401 0.000000 0.941719 0.383265 0.383265 0.383265 +4491.786133 0.000000 230.990417 0.000000 0.129852 0.000000 0.991533 0.380291 0.380291 0.380291 +4537.910645 0.000000 273.888550 0.000000 0.554660 0.000000 0.832077 0.386505 0.386505 0.386505 +4505.681152 0.000000 259.714966 0.000000 0.449904 0.000000 0.893077 0.412834 0.412834 0.412834 +4548.458496 0.000000 280.403473 0.000000 0.127884 0.000000 0.991789 0.380768 0.380768 0.380768 +4552.908691 0.000000 271.837524 0.000000 0.389627 0.000000 0.920973 0.383752 0.383752 0.383752 +4530.842773 0.000000 300.291809 0.000000 0.568995 0.000000 0.822341 0.386791 0.386791 0.386791 +4495.831543 0.000000 286.593719 0.000000 0.249440 0.000000 0.968390 0.381893 0.381893 0.381893 +4353.318848 0.000000 377.794647 0.000000 0.184588 0.000000 0.982816 0.395846 0.395846 0.395846 +4374.478027 0.000000 373.799530 0.000000 0.314593 0.000000 0.949227 0.415908 0.415908 0.415908 +4384.426758 0.000000 351.344055 0.000000 0.117372 0.000000 0.993088 0.412612 0.412612 0.412612 +4382.952637 0.000000 358.418579 0.000000 0.081405 0.000000 0.996681 0.412024 0.412024 0.412024 +4430.953125 0.000000 392.877960 0.000000 0.516375 0.000000 0.856362 0.386087 0.386087 0.386087 +4425.641113 0.000000 392.094116 0.000000 0.276620 0.000000 0.960979 0.382409 0.382409 0.382409 +4378.979980 0.000000 437.223450 0.000000 0.405814 0.000000 0.913956 0.384975 0.384975 0.384975 +4386.932617 0.000000 449.467529 0.000000 0.184785 0.000000 0.982779 0.394058 0.394058 0.394058 +4393.676758 0.000000 413.457611 0.000000 0.057835 0.000000 0.998326 0.416939 0.416939 0.416939 +4372.994629 0.000000 397.943329 0.000000 0.392188 0.000000 0.919885 0.424502 0.424502 0.424502 +4353.451660 0.000000 404.783081 0.000000 0.531852 0.000000 0.846837 0.496330 0.496330 0.496330 +4446.236816 0.000000 447.920502 0.000000 0.434790 0.000000 0.900532 0.385055 0.385055 0.385055 +4470.173828 0.000000 401.574860 0.000000 0.375886 0.000000 0.926666 0.383959 0.383959 0.383959 +4551.979980 0.000000 437.525909 0.000000 0.128672 0.000000 0.991687 0.381067 0.381067 0.381067 +4610.396484 0.000000 171.315277 0.000000 0.558155 0.000000 0.829737 0.386953 0.386953 0.386953 +4628.569336 0.000000 174.839584 0.000000 0.170597 0.000000 0.985341 0.381484 0.381484 0.381484 +4631.491699 0.000000 170.084641 0.000000 0.344249 0.000000 0.938878 0.383379 0.383379 0.383379 +4653.943359 0.000000 171.808044 0.000000 0.124572 0.000000 0.992211 0.380796 0.380796 0.380796 +4692.089355 0.000000 214.270050 0.000000 0.513497 0.000000 0.858091 0.386454 0.386454 0.386454 +4688.971680 0.000000 218.630157 0.000000 0.412179 0.000000 0.911103 0.388511 0.388511 0.388511 +4680.908691 0.000000 215.353134 0.000000 0.378194 0.000000 0.925727 0.383875 0.383875 0.383875 +4690.579102 0.000000 224.642029 0.000000 0.391502 0.000000 0.920177 0.384545 0.384545 0.384545 +4767.758301 0.000000 199.612762 0.000000 0.031291 0.000000 0.999510 0.380168 0.380168 0.380168 +4797.512207 0.000000 169.479309 0.000000 0.372389 0.000000 0.928077 0.384146 0.384146 0.384146 +4780.760254 0.000000 207.958267 0.000000 0.353442 0.000000 0.935456 0.383392 0.383392 0.383392 +4797.292480 0.000000 182.012100 0.000000 0.001160 0.000000 0.999999 0.393073 0.393073 0.393073 +4797.248047 0.000000 215.455185 0.000000 0.479652 0.000000 0.877459 0.385835 0.385835 0.385835 +4797.658691 0.000000 204.768875 0.000000 0.299334 0.000000 0.954148 0.382859 0.382859 0.382859 +4791.531250 0.000000 180.056793 0.000000 0.552786 0.000000 0.833324 0.386572 0.386572 0.386572 +4797.524414 0.000000 186.522827 0.000000 0.310094 0.000000 0.950706 0.412229 0.412229 0.412229 +4780.376953 0.000000 215.720810 0.000000 0.412111 0.000000 0.911134 0.383978 0.383978 0.383978 +4783.917480 0.000000 206.235168 0.000000 0.159115 0.000000 0.987260 0.386511 0.386511 0.386511 +4794.028320 0.000000 182.551727 0.000000 0.097916 0.000000 0.995195 0.408747 0.408747 0.408747 +4781.386719 0.000000 224.160126 0.000000 0.298016 0.000000 0.954561 0.386762 0.386762 0.386762 +4794.462402 0.000000 186.523178 0.000000 0.331099 0.000000 0.943596 0.423401 0.423401 0.423401 +4826.979980 0.000000 211.285934 0.000000 0.325211 0.000000 0.945641 0.383846 0.383846 0.383846 +4837.982422 0.000000 219.714935 0.000000 0.122526 0.000000 0.992465 0.382403 0.382403 0.382403 +4807.979980 0.000000 211.588425 0.000000 0.051531 0.000000 0.998671 0.379898 0.379898 0.379898 +4802.500488 0.000000 189.197189 0.000000 0.183519 0.000000 0.983016 0.381312 0.381312 0.381312 +4832.032227 0.000000 206.391006 0.000000 0.226159 0.000000 0.974090 0.382301 0.382301 0.382301 +4801.017578 0.000000 196.146179 0.000000 0.580790 0.000000 0.814054 0.394991 0.394991 0.394991 +4809.641113 0.000000 222.640976 0.000000 0.249506 0.000000 0.968373 0.381565 0.381565 0.381565 +4803.510742 0.000000 216.381104 0.000000 0.326056 0.000000 0.945350 0.388997 0.388997 0.388997 +4886.478027 0.000000 204.346405 0.000000 0.193584 0.000000 0.981084 0.380763 0.380763 0.380763 +4889.621582 0.000000 217.327988 0.000000 0.021232 0.000000 0.999775 0.378336 0.378336 0.378336 +4864.098633 0.000000 176.402100 0.000000 0.127396 0.000000 0.991852 0.380906 0.380906 0.380906 +4873.063965 0.000000 199.915115 0.000000 0.105210 0.000000 0.994450 0.380098 0.380098 0.380098 +4893.237305 0.000000 202.975342 0.000000 0.313949 0.000000 0.949440 0.382566 0.382566 0.382566 +4891.932617 0.000000 189.722763 0.000000 0.088416 0.000000 0.996084 0.379869 0.379869 0.379869 +4864.514160 0.000000 185.533981 0.000000 0.324884 0.000000 0.945754 0.382665 0.382665 0.382665 +4887.293457 0.000000 193.017899 0.000000 0.538414 0.000000 0.842681 0.386088 0.386088 0.386088 +4687.130859 0.000000 321.793671 0.000000 0.517930 0.000000 0.855423 0.425049 0.425049 0.425049 +4694.478027 0.000000 317.315155 0.000000 0.094324 0.000000 0.995542 0.379581 0.379581 0.379581 +4733.292480 0.000000 294.980835 0.000000 0.278709 0.000000 0.960376 0.420682 0.420682 0.420682 +4693.208496 0.000000 322.301117 0.000000 0.429749 0.000000 0.902948 0.412477 0.412477 0.412477 +4672.156738 0.000000 337.322052 0.000000 0.397071 0.000000 0.917788 0.390096 0.390096 0.390096 +4681.278320 0.000000 332.505463 0.000000 0.047480 0.000000 0.998872 0.415002 0.415002 0.415002 +4689.722656 0.000000 334.599213 0.000000 0.117902 0.000000 0.993025 0.426801 0.426801 0.426801 +4693.934570 0.000000 337.233856 0.000000 0.479871 0.000000 0.877339 0.402408 0.402408 0.402408 +4689.360840 0.000000 328.582245 0.000000 0.455881 0.000000 0.890041 0.411118 0.411118 0.411118 +4686.604980 0.000000 329.998840 0.000000 0.212288 0.000000 0.977207 0.399858 0.399858 0.399858 +4692.984863 0.000000 319.619904 0.000000 0.377979 0.000000 0.925814 0.407952 0.407952 0.407952 +4831.453613 0.000000 242.667633 0.000000 0.523710 0.000000 0.851897 0.386407 0.386407 0.386407 +4840.832520 0.000000 229.438660 0.000000 0.305340 0.000000 0.952244 0.382440 0.382440 0.382440 +4849.519043 0.000000 232.267136 0.000000 0.003611 0.000000 0.999994 0.378794 0.378794 0.378794 +4834.900879 0.000000 226.002228 0.000000 0.284248 0.000000 0.958751 0.383093 0.383093 0.383093 +4850.789551 0.000000 238.024796 0.000000 0.522517 0.000000 0.852629 0.386592 0.386592 0.386592 +4807.914551 0.000000 227.774429 0.000000 0.274392 0.000000 0.961618 0.381990 0.381990 0.381990 +4835.991211 0.000000 241.663971 0.000000 0.361994 0.000000 0.932181 0.383757 0.383757 0.383757 +4827.131348 0.000000 242.058655 0.000000 0.467735 0.000000 0.883869 0.385331 0.385331 0.385331 +4805.464844 0.000000 230.719437 0.000000 0.553782 0.000000 0.832662 0.386441 0.386441 0.386441 +4847.663086 0.000000 235.949402 0.000000 0.158580 0.000000 0.987346 0.382920 0.382920 0.382920 +4730.544434 0.000000 379.329346 0.000000 0.245359 0.000000 0.969432 0.381637 0.381637 0.381637 +4687.130859 0.000000 378.278046 0.000000 0.465538 0.000000 0.885028 0.386057 0.386057 0.386057 +4686.007324 0.000000 369.796478 0.000000 0.463714 0.000000 0.885985 0.385107 0.385107 0.385107 +4705.210449 0.000000 383.779572 0.000000 0.031197 0.000000 0.999513 0.384656 0.384656 0.384656 +4716.662598 0.000000 389.486450 0.000000 0.016727 0.000000 0.999860 0.378428 0.378428 0.378428 +4733.248047 0.000000 384.908295 0.000000 0.071440 0.000000 0.997445 0.379189 0.379189 0.379189 +4733.658691 0.000000 374.221985 0.000000 0.355885 0.000000 0.934530 0.383729 0.383729 0.383729 +4689.256836 0.000000 373.621124 0.000000 0.209324 0.000000 0.977846 0.381802 0.381802 0.381802 +4714.009766 0.000000 393.842896 0.000000 0.398861 0.000000 0.917012 0.404675 0.404675 0.404675 +4697.505859 0.000000 392.677948 0.000000 0.432376 0.000000 0.901694 0.428872 0.428872 0.428872 +4707.991211 0.000000 354.632721 0.000000 0.448811 0.000000 0.893627 0.400052 0.400052 0.400052 +4702.060547 0.000000 387.061127 0.000000 0.221123 0.000000 0.975246 0.453520 0.453520 0.453520 +4687.831543 0.000000 343.078094 0.000000 0.199696 0.000000 0.979858 0.399662 0.399662 0.399662 +4720.023926 0.000000 391.441284 0.000000 0.062105 0.000000 0.998070 0.379285 0.379285 0.379285 +4719.868652 0.000000 387.317200 0.000000 0.428934 0.000000 0.903336 0.384519 0.384519 0.384519 +4707.104004 0.000000 347.448364 0.000000 0.004305 0.000000 0.999991 0.447575 0.447575 0.447575 +4699.595215 0.000000 389.429993 0.000000 0.289665 0.000000 0.957128 0.447741 0.447741 0.447741 +4713.064941 0.000000 390.611816 0.000000 0.511709 0.000000 0.859159 0.393790 0.393790 0.393790 +4714.835938 0.000000 344.912537 0.000000 0.206211 0.000000 0.978508 0.396178 0.396178 0.396178 +4689.664551 0.000000 345.562286 0.000000 0.553565 0.000000 0.832806 0.403713 0.403713 0.403713 +4682.564941 0.000000 341.455170 0.000000 0.308579 0.000000 0.951199 0.414004 0.414004 0.414004 +4713.563477 0.000000 421.881622 0.000000 0.474599 0.000000 0.880202 0.385060 0.385060 0.385060 +4712.832520 0.000000 398.891785 0.000000 0.566166 0.000000 0.824291 0.418660 0.418660 0.418660 +4681.400879 0.000000 411.509766 0.000000 0.108360 0.000000 0.994112 0.380414 0.380414 0.380414 +4709.432617 0.000000 406.417664 0.000000 0.490784 0.000000 0.871281 0.385317 0.385317 0.385317 +4710.893555 0.000000 414.837952 0.000000 0.313579 0.000000 0.949562 0.382624 0.382624 0.382624 +4726.816895 0.000000 396.641418 0.000000 0.210976 0.000000 0.977491 0.403422 0.403422 0.403422 +4683.929688 0.000000 407.396484 0.000000 0.509246 0.000000 0.860621 0.399253 0.399253 0.399253 +4733.524414 0.000000 412.460327 0.000000 0.341908 0.000000 0.939734 0.385610 0.385610 0.385610 +4704.618164 0.000000 398.756226 0.000000 0.123022 0.000000 0.992404 0.432199 0.432199 0.432199 +4714.673340 0.000000 395.534546 0.000000 0.237055 0.000000 0.971496 0.414594 0.414594 0.414594 +4719.663086 0.000000 405.402527 0.000000 0.528538 0.000000 0.848909 0.417933 0.417933 0.417933 +4712.974609 0.000000 406.912201 0.000000 0.465114 0.000000 0.885251 0.391184 0.391184 0.391184 +4719.145508 0.000000 413.538452 0.000000 0.164822 0.000000 0.986323 0.380354 0.380354 0.380354 +4724.003906 0.000000 398.718201 0.000000 0.574083 0.000000 0.818797 0.400404 0.400404 0.400404 +4705.491699 0.000000 401.285889 0.000000 0.019009 0.000000 0.999819 0.416291 0.416291 0.416291 +4737.318848 0.000000 377.794647 0.000000 0.275981 0.000000 0.961163 0.383496 0.383496 0.383496 +4742.424805 0.000000 359.266418 0.000000 0.091722 0.000000 0.995785 0.379766 0.379766 0.379766 +4818.127930 0.000000 352.182312 0.000000 0.057414 0.000000 0.998351 0.379145 0.379145 0.379145 +4818.283691 0.000000 340.038940 0.000000 0.517058 0.000000 0.855950 0.392044 0.392044 0.392044 +4738.396484 0.000000 397.252777 0.000000 0.169749 0.000000 0.985487 0.380564 0.380564 0.380564 +4744.407715 0.000000 403.202972 0.000000 0.481022 0.000000 0.876708 0.385589 0.385589 0.385589 +4750.953125 0.000000 449.362335 0.000000 0.247201 0.000000 0.968964 0.382191 0.382191 0.382191 +4736.098633 0.000000 402.339600 0.000000 0.026835 0.000000 0.999640 0.400538 0.400538 0.400538 +4797.658691 0.000000 430.706360 0.000000 0.511693 0.000000 0.859168 0.386065 0.386065 0.386065 +4762.709961 0.000000 432.430573 0.000000 0.100885 0.000000 0.994898 0.382094 0.382094 0.382094 +4736.514160 0.000000 411.471466 0.000000 0.142248 0.000000 0.989831 0.388053 0.388053 0.388053 +4777.204590 0.000000 431.951965 0.000000 0.568364 0.000000 0.822778 0.386491 0.386491 0.386491 +4809.400879 0.000000 411.509766 0.000000 0.344495 0.000000 0.938788 0.383565 0.383565 0.383565 +4801.017578 0.000000 422.083679 0.000000 0.373964 0.000000 0.927443 0.383516 0.383516 0.383516 +4825.237793 0.000000 401.549530 0.000000 0.391176 0.000000 0.920316 0.413617 0.413617 0.413617 +4823.068359 0.000000 399.901764 0.000000 0.427513 0.000000 0.904009 0.416073 0.416073 0.416073 +4866.500488 0.000000 245.681564 0.000000 0.554777 0.000000 0.831999 0.386997 0.386997 0.386997 +4914.789551 0.000000 238.024796 0.000000 0.541105 0.000000 0.840955 0.386731 0.386731 0.386731 +4982.864258 0.000000 393.904877 0.000000 0.565556 0.000000 0.824710 0.418648 0.418648 0.418648 +4976.023926 0.000000 391.441284 0.000000 0.477329 0.000000 0.878724 0.444281 0.444281 0.444281 +4983.062500 0.000000 389.923737 0.000000 0.545734 0.000000 0.837958 0.454854 0.454854 0.454854 +4987.981445 0.000000 450.609863 0.000000 0.057375 0.000000 0.998353 0.464327 0.464327 0.464327 +5003.959473 0.000000 387.397125 0.000000 0.442793 0.000000 0.896624 0.384730 0.384730 0.384730 +5034.009766 0.000000 393.842896 0.000000 0.104793 0.000000 0.994494 0.380093 0.380093 0.380093 +5046.864258 0.000000 393.904877 0.000000 0.555291 0.000000 0.831656 0.464195 0.464195 0.464195 +4992.156738 0.000000 393.806427 0.000000 0.064251 0.000000 0.997934 0.379314 0.379314 0.379314 +5040.647949 0.000000 379.381989 0.000000 0.495742 0.000000 0.868470 0.397188 0.397188 0.397188 +5040.023926 0.000000 391.441284 0.000000 0.585999 0.000000 0.810312 0.430087 0.430087 0.430087 +5013.502930 0.000000 387.225464 0.000000 0.392203 0.000000 0.919879 0.429928 0.429928 0.429928 +5010.579102 0.000000 394.095154 0.000000 0.272818 0.000000 0.962066 0.400812 0.400812 0.400812 +5021.392090 0.000000 383.579712 0.000000 0.523342 0.000000 0.852123 0.392150 0.392150 0.392150 +5050.305176 0.000000 382.887695 0.000000 0.421861 0.000000 0.906661 0.392312 0.392312 0.392312 +5019.595215 0.000000 389.429993 0.000000 0.253419 0.000000 0.967357 0.455937 0.455937 0.455937 +5015.836426 0.000000 389.519135 0.000000 0.473479 0.000000 0.880805 0.393151 0.393151 0.393151 +4999.437500 0.000000 393.949890 0.000000 0.048284 0.000000 0.998834 0.462397 0.462397 0.462397 +5004.083496 0.000000 384.420105 0.000000 0.120760 0.000000 0.992682 0.433926 0.433926 0.433926 +5097.385742 0.000000 371.824371 0.000000 0.435317 0.000000 0.900277 0.414394 0.414394 0.414394 +5112.315430 0.000000 375.915222 0.000000 0.274980 0.000000 0.961450 0.382256 0.382256 0.382256 +5107.213867 0.000000 385.163452 0.000000 0.200961 0.000000 0.979599 0.428259 0.428259 0.428259 +5114.631836 0.000000 374.042694 0.000000 0.526005 0.000000 0.850481 0.408721 0.408721 0.408721 +5037.516602 0.000000 410.123932 0.000000 0.557329 0.000000 0.830292 0.425828 0.425828 0.425828 +5048.065918 0.000000 420.753204 0.000000 0.499395 0.000000 0.866375 0.450197 0.450197 0.450197 +5029.982422 0.000000 445.652435 0.000000 0.438553 0.000000 0.898705 0.385613 0.385613 0.385613 +4994.500488 0.000000 415.134705 0.000000 0.474250 0.000000 0.880390 0.453291 0.453291 0.453291 +5036.662598 0.000000 445.970825 0.000000 0.330397 0.000000 0.943842 0.389063 0.389063 0.389063 +5042.789551 0.000000 407.477936 0.000000 0.097072 0.000000 0.995277 0.389174 0.389174 0.389174 +5047.531250 0.000000 405.994293 0.000000 0.290631 0.000000 0.956835 0.382863 0.382863 0.382863 +5018.709961 0.000000 432.430573 0.000000 0.585771 0.000000 0.810477 0.419047 0.419047 0.419047 +4996.047852 0.000000 403.740692 0.000000 0.306486 0.000000 0.951875 0.440909 0.440909 0.440909 +4997.119141 0.000000 411.824829 0.000000 0.357420 0.000000 0.933944 0.470591 0.470591 0.470591 +5037.375000 0.000000 420.312286 0.000000 0.187094 0.000000 0.982342 0.413761 0.413761 0.413761 +5053.507812 0.000000 445.167419 0.000000 0.017621 0.000000 0.999845 0.407457 0.407457 0.407457 +5034.288574 0.000000 418.538422 0.000000 0.239748 0.000000 0.970835 0.450333 0.450333 0.450333 +4995.820801 0.000000 409.196014 0.000000 0.182702 0.000000 0.983168 0.413689 0.413689 0.413689 +5036.127930 0.000000 422.831940 0.000000 0.539941 0.000000 0.841703 0.532694 0.532694 0.532694 +5071.272949 0.000000 417.309174 0.000000 0.152234 0.000000 0.988344 0.381096 0.381096 0.381096 +5087.826172 0.000000 403.513000 0.000000 0.026568 0.000000 0.999647 0.388138 0.388138 0.388138 +5070.220703 0.000000 412.471527 0.000000 0.491326 0.000000 0.870976 0.385906 0.385906 0.385906 +5082.364746 0.000000 420.951935 0.000000 0.458996 0.000000 0.888438 0.400223 0.400223 0.400223 +5079.293457 0.000000 418.955383 0.000000 0.440217 0.000000 0.897891 0.384468 0.384468 0.384468 +4291.837402 0.000000 475.437073 0.000000 0.070338 0.000000 0.997523 0.399440 0.399440 0.399440 +4399.722656 0.000000 496.194672 0.000000 0.316198 0.000000 0.948693 0.383660 0.383660 0.383660 +4378.074219 0.000000 482.391418 0.000000 0.027349 0.000000 0.999626 0.378653 0.378653 0.378653 +4436.968750 0.000000 504.000092 0.000000 0.407471 0.000000 0.913218 0.390259 0.390259 0.390259 +4434.127930 0.000000 465.151062 0.000000 0.551294 0.000000 0.834311 0.386991 0.386991 0.386991 +4446.530273 0.000000 475.335052 0.000000 0.256374 0.000000 0.966578 0.382515 0.382515 0.382515 +4404.003906 0.000000 511.686951 0.000000 0.570340 0.000000 0.821409 0.391115 0.391115 0.391115 +4442.122559 0.000000 519.167786 0.000000 0.526235 0.000000 0.850339 0.386345 0.386345 0.386345 +4556.978516 0.000000 452.610992 0.000000 0.304315 0.000000 0.952572 0.383370 0.383370 0.383370 +4593.272949 0.000000 485.499939 0.000000 0.525402 0.000000 0.850854 0.385824 0.385824 0.385824 +4589.434082 0.000000 481.604279 0.000000 0.453863 0.000000 0.891071 0.384680 0.384680 0.384680 +4639.453613 0.000000 468.605133 0.000000 0.394952 0.000000 0.918702 0.384181 0.384181 0.384181 +4693.668945 0.000000 461.663879 0.000000 0.541790 0.000000 0.840514 0.386592 0.386592 0.386592 +4680.908691 0.000000 497.775024 0.000000 0.117323 0.000000 0.993094 0.380046 0.380046 0.380046 +4778.673340 0.000000 452.018921 0.000000 0.209421 0.000000 0.977826 0.381125 0.381125 0.381125 +4802.396484 0.000000 453.737152 0.000000 0.113670 0.000000 0.993519 0.380359 0.380359 0.380359 +4986.385254 0.000000 454.467041 0.000000 0.493294 0.000000 0.869863 0.439153 0.439153 0.439153 +4986.807129 0.000000 515.013916 0.000000 0.256885 0.000000 0.966442 0.438188 0.438188 0.438188 +4968.832520 0.000000 511.860535 0.000000 0.532624 0.000000 0.846352 0.386043 0.386043 0.386043 +4977.519043 0.000000 514.689026 0.000000 0.396541 0.000000 0.918017 0.411897 0.411897 0.411897 +4960.032227 0.000000 545.297241 0.000000 0.072763 0.000000 0.997349 0.418955 0.418955 0.418955 +4969.385742 0.000000 541.277527 0.000000 0.234137 0.000000 0.972204 0.452001 0.452001 0.452001 +4953.621582 0.000000 556.234253 0.000000 0.557855 0.000000 0.829939 0.464255 0.464255 0.464255 +4986.511719 0.000000 528.869385 0.000000 0.219653 0.000000 0.975578 0.419666 0.419666 0.419666 +4964.045898 0.000000 513.634277 0.000000 0.253962 0.000000 0.967214 0.436348 0.436348 0.436348 +4978.318359 0.000000 508.565277 0.000000 0.499177 0.000000 0.866500 0.430160 0.430160 0.430160 +4982.381836 0.000000 537.687012 0.000000 0.265569 0.000000 0.964092 0.416868 0.416868 0.416868 +4990.624512 0.000000 517.179504 0.000000 0.023070 0.000000 0.999734 0.378439 0.378439 0.378439 +4936.908691 0.000000 554.259399 0.000000 0.492431 0.000000 0.870351 0.385448 0.385448 0.385448 +4941.506836 0.000000 544.173828 0.000000 0.087777 0.000000 0.996140 0.379712 0.379712 0.379712 +4949.502930 0.000000 556.678589 0.000000 0.564327 0.000000 0.825551 0.440637 0.440637 0.440637 +4945.939453 0.000000 550.154968 0.000000 0.090000 0.000000 0.995942 0.379595 0.379595 0.379595 +4972.376953 0.000000 554.627075 0.000000 0.251509 0.000000 0.967855 0.411250 0.411250 0.411250 +4979.863281 0.000000 532.732117 0.000000 0.231730 0.000000 0.972780 0.392976 0.392976 0.392976 +4946.579102 0.000000 563.548279 0.000000 0.493473 0.000000 0.869761 0.439157 0.439157 0.439157 +4968.974609 0.000000 519.880920 0.000000 0.373391 0.000000 0.927674 0.461974 0.461974 0.461974 +4983.060547 0.000000 549.959106 0.000000 0.524765 0.000000 0.851247 0.478023 0.478023 0.478023 +4974.042969 0.000000 514.214050 0.000000 0.538729 0.000000 0.842479 0.425457 0.425457 0.425457 +4957.020508 0.000000 521.189758 0.000000 0.061401 0.000000 0.998113 0.446912 0.446912 0.446912 +4969.967773 0.000000 538.177307 0.000000 0.133673 0.000000 0.991025 0.425305 0.425305 0.425305 +4953.916992 0.000000 553.125549 0.000000 0.033787 0.000000 0.999429 0.448138 0.448138 0.448138 +4966.581055 0.000000 543.483826 0.000000 0.481236 0.000000 0.876591 0.402432 0.402432 0.402432 +4949.934570 0.000000 563.171326 0.000000 0.125912 0.000000 0.992041 0.389600 0.389600 0.389600 +4945.360840 0.000000 554.519714 0.000000 0.476990 0.000000 0.878909 0.435186 0.435186 0.435186 +4958.952637 0.000000 527.871704 0.000000 0.445501 0.000000 0.895281 0.452683 0.452683 0.452683 +4955.635742 0.000000 531.409729 0.000000 0.528440 0.000000 0.848971 0.436225 0.436225 0.436225 +4956.947754 0.000000 538.431213 0.000000 0.112126 0.000000 0.993694 0.447876 0.447876 0.447876 +4986.637207 0.000000 535.293091 0.000000 0.476874 0.000000 0.878972 0.438820 0.438820 0.438820 +4940.721191 0.000000 546.684204 0.000000 0.571113 0.000000 0.820872 0.480988 0.480988 0.480988 +4944.716797 0.000000 540.457214 0.000000 0.228942 0.000000 0.973440 0.439451 0.439451 0.439451 +5050.807129 0.000000 458.529541 0.000000 0.000922 0.000000 1.000000 0.378444 0.378444 0.378444 +5001.400879 0.000000 467.994141 0.000000 0.503316 0.000000 0.864102 0.400984 0.400984 0.400984 +4992.098633 0.000000 458.823975 0.000000 0.501977 0.000000 0.864881 0.386070 0.386070 0.386070 +5048.315430 0.000000 488.883972 0.000000 0.291071 0.000000 0.956701 0.392080 0.392080 0.392080 +5038.042969 0.000000 457.729675 0.000000 0.264750 0.000000 0.964317 0.384461 0.384461 0.384461 +5047.819336 0.000000 470.705902 0.000000 0.369134 0.000000 0.929376 0.395109 0.395109 0.395109 +5042.798340 0.000000 488.556183 0.000000 0.252169 0.000000 0.967683 0.422014 0.422014 0.422014 +5049.384766 0.000000 508.126740 0.000000 0.324469 0.000000 0.945896 0.426882 0.426882 0.426882 +5076.569336 0.000000 457.261444 0.000000 0.511908 0.000000 0.859040 0.428586 0.428586 0.428586 +5107.402344 0.000000 505.842255 0.000000 0.116276 0.000000 0.993217 0.380526 0.380526 0.380526 +5070.979980 0.000000 476.715179 0.000000 0.122817 0.000000 0.992429 0.423345 0.423345 0.423345 +5056.090332 0.000000 455.170593 0.000000 0.026060 0.000000 0.999660 0.418170 0.418170 0.418170 +5022.236816 0.000000 560.889282 0.000000 0.293223 0.000000 0.956044 0.383090 0.383090 0.383090 +4994.500488 0.000000 528.103455 0.000000 0.555791 0.000000 0.831322 0.403754 0.403754 0.403754 +5009.256836 0.000000 543.074219 0.000000 0.543220 0.000000 0.839590 0.386764 0.386764 0.386764 +5013.208496 0.000000 548.238586 0.000000 0.417345 0.000000 0.908748 0.394062 0.394062 0.394062 +4992.009766 0.000000 550.551880 0.000000 0.295125 0.000000 0.955459 0.442483 0.442483 0.442483 +5010.230469 0.000000 546.394897 0.000000 0.306783 0.000000 0.951779 0.412173 0.412173 0.412173 +5043.016113 0.000000 529.210510 0.000000 0.478177 0.000000 0.878263 0.455189 0.455189 0.455189 +5042.798340 0.000000 545.040527 0.000000 0.476192 0.000000 0.879342 0.462394 0.462394 0.462394 +5015.068359 0.000000 512.870544 0.000000 0.464435 0.000000 0.885607 0.438571 0.438571 0.438571 +5052.013184 0.000000 523.224121 0.000000 0.501724 0.000000 0.865028 0.504577 0.504577 0.504577 +5107.456055 0.000000 558.647644 0.000000 0.329250 0.000000 0.944243 0.383408 0.383408 0.383408 +5100.662598 0.000000 558.939575 0.000000 0.298364 0.000000 0.954452 0.382402 0.382402 0.382402 +5097.385742 0.000000 541.277527 0.000000 0.291221 0.000000 0.956656 0.383253 0.383253 0.383253 +5057.017578 0.000000 535.052429 0.000000 0.115317 0.000000 0.993329 0.396575 0.396575 0.396575 +5092.276367 0.000000 541.606140 0.000000 0.547952 0.000000 0.836510 0.464023 0.464023 0.464023 +5091.991211 0.000000 524.085876 0.000000 0.428412 0.000000 0.903584 0.454131 0.454131 0.454131 +5088.426758 0.000000 520.797180 0.000000 0.437351 0.000000 0.899291 0.452512 0.452512 0.452512 +5057.884766 0.000000 559.411926 0.000000 0.005953 0.000000 0.999982 0.378669 0.378669 0.378669 +5062.424805 0.000000 528.719543 0.000000 0.334930 0.000000 0.942243 0.445043 0.445043 0.445043 +5074.579102 0.000000 563.548279 0.000000 0.274793 0.000000 0.961504 0.400843 0.400843 0.400843 +5056.894531 0.000000 538.659485 0.000000 0.507337 0.000000 0.861748 0.477603 0.477603 0.477603 +5097.064941 0.000000 560.064941 0.000000 0.187761 0.000000 0.982215 0.451096 0.451096 0.451096 +5080.795410 0.000000 536.271545 0.000000 0.550863 0.000000 0.834596 0.429364 0.429364 0.429364 +5092.575195 0.000000 510.748383 0.000000 0.156268 0.000000 0.987715 0.423921 0.423921 0.423921 +5081.706543 0.000000 521.998718 0.000000 0.579874 0.000000 0.814706 0.413409 0.413409 0.413409 +5095.299805 0.000000 554.738831 0.000000 0.295854 0.000000 0.955233 0.410189 0.410189 0.410189 +5079.068359 0.000000 512.870544 0.000000 0.457963 0.000000 0.888971 0.434810 0.434810 0.434810 +5063.408691 0.000000 526.196899 0.000000 0.503165 0.000000 0.864190 0.475692 0.475692 0.475692 +5058.822754 0.000000 542.327515 0.000000 0.452699 0.000000 0.891663 0.449213 0.449213 0.449213 +4973.516602 0.000000 579.577026 0.000000 0.567180 0.000000 0.823594 0.482710 0.482710 0.482710 +4940.978516 0.000000 565.579712 0.000000 0.528793 0.000000 0.848751 0.419770 0.419770 0.419770 +4975.722656 0.000000 609.163391 0.000000 0.326450 0.000000 0.945214 0.464565 0.464565 0.464565 +4989.292480 0.000000 577.402710 0.000000 0.448812 0.000000 0.893626 0.385429 0.385429 0.385429 +4985.910645 0.000000 612.794800 0.000000 0.381790 0.000000 0.924249 0.413454 0.413454 0.413454 +4976.580566 0.000000 595.284485 0.000000 0.205692 0.000000 0.978617 0.449671 0.449671 0.449671 +4981.519043 0.000000 591.469177 0.000000 0.052097 0.000000 0.998642 0.395613 0.395613 0.395613 +5037.516602 0.000000 579.577026 0.000000 0.383510 0.000000 0.923537 0.462189 0.462189 0.462189 +5007.130859 0.000000 604.215515 0.000000 0.132786 0.000000 0.991145 0.439446 0.439446 0.439446 +5033.563477 0.000000 591.334778 0.000000 0.420670 0.000000 0.907214 0.384904 0.384904 0.384904 +5022.236816 0.000000 617.373657 0.000000 0.517722 0.000000 0.855549 0.388380 0.388380 0.388380 +5018.122559 0.000000 575.652161 0.000000 0.283413 0.000000 0.958998 0.382185 0.382185 0.382185 +5012.089355 0.000000 609.660645 0.000000 0.470164 0.000000 0.882579 0.385314 0.385314 0.385314 +4999.979980 0.000000 606.979065 0.000000 0.544316 0.000000 0.838880 0.421903 0.421903 0.421903 +5033.385742 0.000000 597.761902 0.000000 0.246076 0.000000 0.969250 0.445116 0.445116 0.445116 +5009.256836 0.000000 599.558594 0.000000 0.532366 0.000000 0.846514 0.385989 0.385989 0.385989 +5037.434082 0.000000 594.572998 0.000000 0.016364 0.000000 0.999866 0.461752 0.461752 0.461752 +5001.063965 0.000000 595.305725 0.000000 0.385705 0.000000 0.922622 0.429806 0.429806 0.429806 +5006.220703 0.000000 581.924683 0.000000 0.325714 0.000000 0.945468 0.385367 0.385367 0.385367 +5026.932617 0.000000 618.920654 0.000000 0.214888 0.000000 0.976639 0.455170 0.455170 0.455170 +5045.994141 0.000000 586.129883 0.000000 0.269477 0.000000 0.963007 0.443780 0.443780 0.443780 +5022.060547 0.000000 612.998657 0.000000 0.058762 0.000000 0.998272 0.445109 0.445109 0.445109 +5025.947754 0.000000 614.317261 0.000000 0.289101 0.000000 0.957299 0.426248 0.426248 0.426248 +5030.889160 0.000000 588.283386 0.000000 0.275323 0.000000 0.961352 0.445677 0.445677 0.445677 +5005.506836 0.000000 600.658203 0.000000 0.471877 0.000000 0.881665 0.442353 0.442353 0.442353 +5013.502930 0.000000 613.162964 0.000000 0.035587 0.000000 0.999367 0.402443 0.402443 0.402443 +5032.974609 0.000000 576.365295 0.000000 0.029530 0.000000 0.999564 0.455043 0.455043 0.455043 +4992.894531 0.000000 595.143860 0.000000 0.527709 0.000000 0.849425 0.436210 0.436210 0.436210 +5007.197266 0.000000 576.476501 0.000000 0.382794 0.000000 0.923834 0.444185 0.444185 0.444185 +5015.836426 0.000000 615.456604 0.000000 0.128078 0.000000 0.991764 0.442890 0.442890 0.442890 +5003.486816 0.000000 573.403381 0.000000 0.353931 0.000000 0.935271 0.454393 0.454393 0.454393 +5033.676758 0.000000 582.910767 0.000000 0.290941 0.000000 0.956741 0.442403 0.442403 0.442403 +5013.934570 0.000000 619.655701 0.000000 0.292505 0.000000 0.956264 0.417328 0.417328 0.417328 +5008.939453 0.000000 580.772400 0.000000 0.220099 0.000000 0.975477 0.396391 0.396391 0.396391 +4999.213379 0.000000 603.043823 0.000000 0.133542 0.000000 0.991043 0.428846 0.428846 0.428846 +5025.491699 0.000000 570.739014 0.000000 0.571414 0.000000 0.820662 0.471878 0.471878 0.471878 +5008.716797 0.000000 596.941589 0.000000 0.320723 0.000000 0.947173 0.419616 0.419616 0.419616 +5104.205566 0.000000 621.302490 0.000000 0.547571 0.000000 0.836759 0.480398 0.480398 0.480398 +5114.807129 0.000000 571.498291 0.000000 0.525277 0.000000 0.850931 0.388505 0.388505 0.388505 +5089.210449 0.000000 609.717102 0.000000 0.394441 0.000000 0.918921 0.384231 0.384231 0.384231 +5088.032227 0.000000 601.781616 0.000000 0.420141 0.000000 0.907459 0.417757 0.417757 0.417757 +5097.385742 0.000000 597.761902 0.000000 0.013521 0.000000 0.999909 0.389718 0.389718 0.389718 +5101.943359 0.000000 567.198669 0.000000 0.176082 0.000000 0.984375 0.390344 0.390344 0.390344 +5089.947754 0.000000 614.317261 0.000000 0.361749 0.000000 0.932276 0.383214 0.383214 0.383214 +5101.311035 0.000000 599.193665 0.000000 0.137955 0.000000 0.990439 0.455419 0.455419 0.455419 +5108.003906 0.000000 568.171326 0.000000 0.318151 0.000000 0.948040 0.471526 0.471526 0.471526 +5060.948730 0.000000 564.958801 0.000000 0.542462 0.000000 0.840080 0.399835 0.399835 0.399835 +5094.469727 0.000000 591.437805 0.000000 0.451946 0.000000 0.892045 0.420153 0.420153 0.420153 +5057.451660 0.000000 574.236206 0.000000 0.539488 0.000000 0.841993 0.427304 0.427304 0.427304 +5116.013184 0.000000 579.708496 0.000000 0.420277 0.000000 0.907396 0.441316 0.441316 0.441316 +5089.491699 0.000000 570.739014 0.000000 0.518415 0.000000 0.855129 0.421401 0.421401 0.421401 +5004.978516 0.000000 622.064087 0.000000 0.401604 0.000000 0.915813 0.415613 0.415613 0.415613 +5006.873047 0.000000 629.375183 0.000000 0.464092 0.000000 0.885787 0.416733 0.416733 0.416733 +5013.668945 0.000000 631.117004 0.000000 0.424062 0.000000 0.905633 0.401460 0.401460 0.401460 +5012.994629 0.000000 623.880798 0.000000 0.261020 0.000000 0.965333 0.429328 0.429328 0.429328 +5101.516602 0.000000 636.061401 0.000000 0.260443 0.000000 0.965489 0.381984 0.381984 0.381984 +5097.563477 0.000000 647.819153 0.000000 0.235037 0.000000 0.971987 0.457346 0.457346 0.457346 +5111.638184 0.000000 637.071594 0.000000 0.514158 0.000000 0.857696 0.468695 0.468695 0.468695 +5117.292480 0.000000 633.887085 0.000000 0.142753 0.000000 0.989758 0.457275 0.457275 0.457275 +5114.511719 0.000000 641.838135 0.000000 0.540969 0.000000 0.841043 0.485684 0.485684 0.485684 +5106.842773 0.000000 639.198059 0.000000 0.125643 0.000000 0.992076 0.418074 0.418074 0.418074 +5096.763184 0.000000 636.450317 0.000000 0.119566 0.000000 0.992826 0.382361 0.382361 0.382361 +5118.624512 0.000000 630.148254 0.000000 0.227501 0.000000 0.973778 0.457195 0.457195 0.457195 +5088.618164 0.000000 624.693726 0.000000 0.096195 0.000000 0.995363 0.431720 0.431720 0.431720 +5103.663086 0.000000 631.340027 0.000000 0.102271 0.000000 0.994757 0.399934 0.399934 0.399934 +5096.974609 0.000000 632.849670 0.000000 0.096288 0.000000 0.995354 0.435250 0.435250 0.435250 +5098.288574 0.000000 644.475952 0.000000 0.361131 0.000000 0.932515 0.384084 0.384084 0.384084 +5115.100586 0.000000 631.420837 0.000000 0.061022 0.000000 0.998136 0.393973 0.393973 0.393973 +5100.352051 0.000000 638.589233 0.000000 0.180325 0.000000 0.983607 0.443869 0.443869 0.443869 +5071.671387 0.000000 622.857239 0.000000 0.300033 0.000000 0.953929 0.406655 0.406655 0.406655 +5120.254883 0.000000 386.047119 0.000000 0.420092 0.000000 0.907481 0.384384 0.384384 0.384384 +5164.662598 0.000000 389.486450 0.000000 0.054578 0.000000 0.998510 0.422176 0.422176 0.422176 +5121.884766 0.000000 389.958801 0.000000 0.484919 0.000000 0.874559 0.428059 0.428059 0.428059 +5120.156738 0.000000 393.806427 0.000000 0.356097 0.000000 0.934449 0.383250 0.383250 0.383250 +5124.755371 0.000000 366.778931 0.000000 0.478611 0.000000 0.878027 0.451570 0.451570 0.451570 +5150.953613 0.000000 395.158783 0.000000 0.140276 0.000000 0.990112 0.444884 0.444884 0.444884 +5181.507812 0.000000 388.683044 0.000000 0.578855 0.000000 0.815431 0.446450 0.446450 0.446450 +5164.412598 0.000000 381.179962 0.000000 0.115528 0.000000 0.993304 0.379876 0.379876 0.379876 +5181.611816 0.000000 377.665924 0.000000 0.422168 0.000000 0.906518 0.403249 0.403249 0.403249 +5188.957520 0.000000 378.753326 0.000000 0.541136 0.000000 0.840935 0.460221 0.460221 0.460221 +5165.516602 0.000000 410.123932 0.000000 0.414947 0.000000 0.909846 0.450242 0.450242 0.450242 +5161.563477 0.000000 421.881622 0.000000 0.360435 0.000000 0.932784 0.454526 0.454526 0.454526 +5129.400879 0.000000 411.509766 0.000000 0.555299 0.000000 0.831651 0.405584 0.405584 0.405584 +5128.407715 0.000000 403.202972 0.000000 0.002826 0.000000 0.999996 0.378157 0.378157 0.378157 +5120.254883 0.000000 442.531494 0.000000 0.140255 0.000000 0.990115 0.398740 0.398740 0.398740 +5151.826172 0.000000 403.513000 0.000000 0.099747 0.000000 0.995013 0.438838 0.438838 0.438838 +5138.817383 0.000000 425.834534 0.000000 0.023582 0.000000 0.999722 0.456671 0.456671 0.456671 +5182.624512 0.000000 404.210754 0.000000 0.502577 0.000000 0.864532 0.408297 0.408297 0.408297 +5128.908691 0.000000 441.290649 0.000000 0.150279 0.000000 0.988644 0.434458 0.434458 0.434458 +5148.431641 0.000000 402.898468 0.000000 0.339852 0.000000 0.940479 0.389208 0.389208 0.389208 +5146.987305 0.000000 395.479431 0.000000 0.210817 0.000000 0.977526 0.396248 0.396248 0.396248 +5156.575195 0.000000 397.779633 0.000000 0.242415 0.000000 0.970173 0.411100 0.411100 0.411100 +5153.491699 0.000000 401.285889 0.000000 0.467572 0.000000 0.883955 0.418619 0.418619 0.418619 +5222.893555 0.000000 414.837952 0.000000 0.347899 0.000000 0.937532 0.383553 0.383553 0.383553 +5247.586426 0.000000 448.825195 0.000000 0.544862 0.000000 0.838526 0.388834 0.388834 0.388834 +5200.971680 0.000000 444.567657 0.000000 0.334760 0.000000 0.942303 0.383671 0.383671 0.383671 +5184.514160 0.000000 411.471466 0.000000 0.440590 0.000000 0.897709 0.439909 0.439909 0.439909 +5226.288574 0.000000 418.538422 0.000000 0.504677 0.000000 0.863308 0.422965 0.422965 0.422965 +5201.360840 0.000000 441.550995 0.000000 0.085936 0.000000 0.996301 0.413869 0.413869 0.413869 +5257.641113 0.000000 448.578491 0.000000 0.345792 0.000000 0.938311 0.392926 0.392926 0.392926 +5254.507812 0.000000 447.481750 0.000000 0.074764 0.000000 0.997201 0.420755 0.420755 0.420755 +5254.057129 0.000000 440.328369 0.000000 0.508823 0.000000 0.860871 0.399246 0.399246 0.399246 +5183.958008 0.000000 472.773987 0.000000 0.207810 0.000000 0.978169 0.381714 0.381714 0.381714 +5146.122559 0.000000 462.683380 0.000000 0.278786 0.000000 0.960353 0.382697 0.382697 0.382697 +5151.826172 0.000000 459.997375 0.000000 0.027584 0.000000 0.999619 0.402318 0.402318 0.402318 +5145.505859 0.000000 505.646698 0.000000 0.377528 0.000000 0.925998 0.383451 0.383451 0.383451 +5146.364746 0.000000 477.436310 0.000000 0.521562 0.000000 0.853213 0.404973 0.404973 0.404973 +5141.668945 0.000000 461.663879 0.000000 0.458864 0.000000 0.888506 0.385086 0.385086 0.385086 +5147.932617 0.000000 472.144653 0.000000 0.362694 0.000000 0.931908 0.434788 0.434788 0.434788 +5124.755371 0.000000 479.747681 0.000000 0.032518 0.000000 0.999471 0.378801 0.378801 0.378801 +5164.376953 0.000000 498.142700 0.000000 0.137829 0.000000 0.990456 0.395134 0.395134 0.395134 +5171.634277 0.000000 494.602875 0.000000 0.122346 0.000000 0.992488 0.379826 0.379826 0.379826 +5120.894531 0.000000 482.175110 0.000000 0.039009 0.000000 0.999239 0.382992 0.382992 0.382992 +5171.016113 0.000000 472.726135 0.000000 0.037627 0.000000 0.999292 0.386525 0.386525 0.386525 +5139.991699 0.000000 485.102478 0.000000 0.345422 0.000000 0.938447 0.392920 0.392920 0.392920 +5177.384766 0.000000 508.126740 0.000000 0.448297 0.000000 0.893885 0.418266 0.418266 0.418266 +5147.635742 0.000000 474.925354 0.000000 0.241954 0.000000 0.970288 0.416467 0.416467 0.416467 +5140.984863 0.000000 489.073029 0.000000 0.498665 0.000000 0.866795 0.439263 0.439263 0.439263 +5122.822754 0.000000 485.843109 0.000000 0.176859 0.000000 0.984236 0.438487 0.438487 0.438487 +5181.125000 0.000000 504.354248 0.000000 0.546917 0.000000 0.837187 0.453056 0.453056 0.453056 +5242.544434 0.000000 492.298096 0.000000 0.409204 0.000000 0.912443 0.383933 0.383933 0.383933 +5225.563477 0.000000 478.365997 0.000000 0.357809 0.000000 0.933795 0.432894 0.432894 0.432894 +5242.368164 0.000000 503.800964 0.000000 0.513830 0.000000 0.857892 0.445043 0.445043 0.445043 +5225.385742 0.000000 484.793121 0.000000 0.429633 0.000000 0.903004 0.385260 0.385260 0.385260 +5245.248047 0.000000 497.877045 0.000000 0.364158 0.000000 0.931337 0.383310 0.383310 0.383310 +5189.119141 0.000000 468.309204 0.000000 0.156308 0.000000 0.987708 0.380657 0.380657 0.380657 +5246.419434 0.000000 494.022308 0.000000 0.187971 0.000000 0.982175 0.429808 0.429808 0.429808 +5187.837402 0.000000 475.437073 0.000000 0.347166 0.000000 0.937804 0.387505 0.387505 0.387505 +5190.424805 0.000000 472.235168 0.000000 0.556959 0.000000 0.830540 0.414806 0.414806 0.414806 +5241.910645 0.000000 499.826050 0.000000 0.405654 0.000000 0.914027 0.412055 0.412055 0.412055 +5245.507812 0.000000 501.651794 0.000000 0.111456 0.000000 0.993769 0.460168 0.460168 0.460168 +5239.062500 0.000000 502.892487 0.000000 0.354705 0.000000 0.934978 0.445431 0.445431 0.445431 +5213.020508 0.000000 464.705383 0.000000 0.387865 0.000000 0.921716 0.384489 0.384489 0.384489 +5244.832520 0.000000 484.196747 0.000000 0.132401 0.000000 0.991196 0.532084 0.532084 0.532084 +5184.936035 0.000000 474.484558 0.000000 0.530485 0.000000 0.847694 0.454514 0.454514 0.454514 +5219.200195 0.000000 464.671967 0.000000 0.162064 0.000000 0.986780 0.469989 0.469989 0.469989 +5217.062500 0.000000 503.948914 0.000000 0.197488 0.000000 0.980305 0.451285 0.451285 0.451285 +5245.125000 0.000000 504.354248 0.000000 0.144752 0.000000 0.989468 0.402377 0.402377 0.402377 +5129.203613 0.000000 544.060181 0.000000 0.380651 0.000000 0.924719 0.433323 0.433323 0.433323 +5131.929688 0.000000 520.365234 0.000000 0.043882 0.000000 0.999037 0.384839 0.384839 0.384839 +5178.385254 0.000000 510.951416 0.000000 0.317947 0.000000 0.948108 0.435746 0.435746 0.435746 +5164.412598 0.000000 550.633118 0.000000 0.246936 0.000000 0.969032 0.386003 0.386003 0.386003 +5171.759277 0.000000 539.724243 0.000000 0.262704 0.000000 0.964876 0.447218 0.447218 0.447218 +5144.572266 0.000000 547.823730 0.000000 0.486358 0.000000 0.873760 0.468056 0.468056 0.468056 +5132.457520 0.000000 560.135315 0.000000 0.562048 0.000000 0.827105 0.436925 0.436925 0.436925 +5139.991699 0.000000 541.586853 0.000000 0.146062 0.000000 0.989275 0.439690 0.439690 0.439690 +5168.746582 0.000000 511.597046 0.000000 0.029949 0.000000 0.999551 0.539663 0.539663 0.539663 +5167.447754 0.000000 521.045044 0.000000 0.458623 0.000000 0.888631 0.405694 0.405694 0.405694 +5158.824707 0.000000 513.597290 0.000000 0.023925 0.000000 0.999714 0.402260 0.402260 0.402260 +5199.130859 0.000000 547.731140 0.000000 0.024649 0.000000 0.999696 0.378615 0.378615 0.378615 +5186.396484 0.000000 510.221527 0.000000 0.243567 0.000000 0.969884 0.396754 0.396754 0.396754 +5217.210449 0.000000 553.232727 0.000000 0.544545 0.000000 0.838732 0.416405 0.416405 0.416405 +5198.953125 0.000000 562.331055 0.000000 0.234813 0.000000 0.972041 0.409182 0.409182 0.409182 +5228.083496 0.000000 528.420349 0.000000 0.015271 0.000000 0.999883 0.435542 0.435542 0.435542 +5222.535645 0.000000 537.867493 0.000000 0.078638 0.000000 0.996903 0.436692 0.436692 0.436692 +5188.047852 0.000000 516.709412 0.000000 0.226936 0.000000 0.973910 0.437633 0.437633 0.437633 +5214.953613 0.000000 564.611877 0.000000 0.373875 0.000000 0.927479 0.485266 0.485266 0.485266 +5207.836426 0.000000 558.972229 0.000000 0.115322 0.000000 0.993328 0.398356 0.398356 0.398356 +5239.819336 0.000000 527.190308 0.000000 0.078696 0.000000 0.996899 0.422589 0.422589 0.422589 +5213.422852 0.000000 546.911194 0.000000 0.142432 0.000000 0.989805 0.430774 0.430774 0.430774 +5190.057129 0.000000 553.297119 0.000000 0.358237 0.000000 0.933631 0.409430 0.409430 0.409430 +5204.832520 0.000000 520.939026 0.000000 0.420947 0.000000 0.907085 0.423216 0.423216 0.423216 +5228.127930 0.000000 535.800659 0.000000 0.466498 0.000000 0.884522 0.414954 0.414954 0.414954 +5250.396484 0.000000 453.737152 0.000000 0.231703 0.000000 0.972786 0.548664 0.548664 0.548664 +5248.254883 0.000000 499.015869 0.000000 0.072564 0.000000 0.997364 0.426012 0.426012 0.426012 +5255.979980 0.000000 494.010284 0.000000 0.238570 0.000000 0.971125 0.391281 0.391281 0.391281 +5249.884766 0.000000 502.927551 0.000000 0.441514 0.000000 0.897254 0.432675 0.432675 0.432675 +5248.163086 0.000000 486.621552 0.000000 0.089703 0.000000 0.995969 0.415702 0.415702 0.415702 +5265.939453 0.000000 493.670593 0.000000 0.460202 0.000000 0.887814 0.423945 0.423945 0.423945 +5248.009766 0.000000 494.067505 0.000000 0.024882 0.000000 0.999690 0.442722 0.442722 0.442722 +5248.894531 0.000000 482.175110 0.000000 0.020159 0.000000 0.999797 0.437383 0.437383 0.437383 +5260.457520 0.000000 503.650940 0.000000 0.556877 0.000000 0.830595 0.405613 0.405613 0.405613 +5248.042480 0.000000 451.882324 0.000000 0.521034 0.000000 0.853536 0.404963 0.404963 0.404963 +5255.437500 0.000000 506.918640 0.000000 0.230522 0.000000 0.973067 0.432352 0.432352 0.432352 +5263.130859 0.000000 547.731140 0.000000 0.176182 0.000000 0.984358 0.413581 0.413581 0.413581 +5257.400879 0.000000 524.478516 0.000000 0.084241 0.000000 0.996445 0.396101 0.396101 0.396101 +5270.478027 0.000000 543.252686 0.000000 0.409367 0.000000 0.912370 0.384509 0.384509 0.384509 +5268.089355 0.000000 553.176270 0.000000 0.501975 0.000000 0.864882 0.417432 0.417432 0.417432 +5255.914551 0.000000 510.196289 0.000000 0.304883 0.000000 0.952390 0.430121 0.430121 0.430121 +5279.334473 0.000000 549.344788 0.000000 0.129205 0.000000 0.991618 0.426999 0.426999 0.426999 +5344.032227 0.000000 545.297241 0.000000 0.585523 0.000000 0.810655 0.464912 0.464912 0.464912 +5329.256836 0.000000 543.074219 0.000000 0.199622 0.000000 0.979873 0.424673 0.424673 0.424673 +5321.063965 0.000000 538.821350 0.000000 0.238655 0.000000 0.971105 0.405657 0.405657 0.405657 +5342.953613 0.000000 564.611877 0.000000 0.132241 0.000000 0.991218 0.395049 0.395049 0.395049 +5330.230469 0.000000 546.394897 0.000000 0.383698 0.000000 0.923459 0.393523 0.393523 0.393523 +5176.065918 0.000000 590.206360 0.000000 0.025466 0.000000 0.999676 0.378550 0.378550 0.378550 +5138.127930 0.000000 578.119812 0.000000 0.129125 0.000000 0.991628 0.381433 0.381433 0.381433 +5140.089355 0.000000 609.660645 0.000000 0.121268 0.000000 0.992620 0.380897 0.380897 0.380897 +5142.937012 0.000000 579.271118 0.000000 0.112617 0.000000 0.993638 0.460191 0.460191 0.460191 +5121.884766 0.000000 615.896301 0.000000 0.287143 0.000000 0.957888 0.382367 0.382367 0.382367 +5162.288574 0.000000 587.991577 0.000000 0.241859 0.000000 0.970311 0.428986 0.428986 0.428986 +5171.759277 0.000000 596.208618 0.000000 0.010842 0.000000 0.999941 0.442460 0.442460 0.442460 +5158.581055 0.000000 599.968201 0.000000 0.250405 0.000000 0.968141 0.461207 0.461207 0.461207 +5120.936035 0.000000 587.453308 0.000000 0.422821 0.000000 0.906213 0.392327 0.392327 0.392327 +5170.798340 0.000000 601.524902 0.000000 0.319158 0.000000 0.947702 0.473330 0.473330 0.473330 +5156.759766 0.000000 586.219971 0.000000 0.462085 0.000000 0.886836 0.481947 0.481947 0.481947 +5156.029297 0.000000 583.396545 0.000000 0.535861 0.000000 0.844306 0.454634 0.454634 0.454634 +5158.469727 0.000000 591.437805 0.000000 0.113908 0.000000 0.993491 0.426732 0.426732 0.426732 +5167.447754 0.000000 577.529419 0.000000 0.484169 0.000000 0.874975 0.480668 0.480668 0.480668 +5181.125000 0.000000 617.322998 0.000000 0.420869 0.000000 0.907121 0.457582 0.457582 0.457582 +5153.491699 0.000000 570.739014 0.000000 0.448718 0.000000 0.893674 0.421912 0.421912 0.421912 +5212.793945 0.000000 567.685547 0.000000 0.524990 0.000000 0.851108 0.386376 0.386376 0.386376 +5224.832520 0.000000 568.344910 0.000000 0.223083 0.000000 0.974799 0.382260 0.382260 0.382260 +5195.959473 0.000000 613.334595 0.000000 0.293664 0.000000 0.955909 0.442455 0.442455 0.442455 +5191.914551 0.000000 566.680664 0.000000 0.477935 0.000000 0.878395 0.385006 0.385006 0.385006 +5239.062500 0.000000 615.861206 0.000000 0.049374 0.000000 0.998780 0.381362 0.381362 0.381362 +5188.948730 0.000000 564.958801 0.000000 0.134845 0.000000 0.990867 0.435948 0.435948 0.435948 +5193.278320 0.000000 614.927307 0.000000 0.119805 0.000000 0.992797 0.442735 0.442735 0.442735 +5195.486816 0.000000 573.403381 0.000000 0.575720 0.000000 0.817647 0.450044 0.450044 0.450044 +5228.194824 0.000000 576.921143 0.000000 0.105819 0.000000 0.994385 0.396430 0.396430 0.396430 +5191.437500 0.000000 619.887390 0.000000 0.006612 0.000000 0.999978 0.516809 0.516809 0.516809 +5222.824707 0.000000 570.081665 0.000000 0.338029 0.000000 0.941136 0.452278 0.452278 0.452278 +5151.826172 0.000000 629.450500 0.000000 0.299240 0.000000 0.954178 0.476455 0.476455 0.476455 +5164.083496 0.000000 641.389099 0.000000 0.159844 0.000000 0.987142 0.391892 0.391892 0.391892 +5155.104004 0.000000 629.870239 0.000000 0.443460 0.000000 0.896294 0.449022 0.449022 0.449022 +5156.029297 0.000000 639.880920 0.000000 0.422845 0.000000 0.906202 0.437748 0.437748 0.437748 +5173.566895 0.000000 633.790344 0.000000 0.396934 0.000000 0.917847 0.455278 0.455278 0.455278 +5176.639160 0.000000 626.300476 0.000000 0.583193 0.000000 0.812333 0.475820 0.475820 0.475820 +5234.842773 0.000000 639.198059 0.000000 0.321488 0.000000 0.946914 0.475163 0.475163 0.475163 +5200.971680 0.000000 670.505127 0.000000 0.570422 0.000000 0.821351 0.387055 0.387055 0.387055 +5202.579102 0.000000 676.517029 0.000000 0.482076 0.000000 0.876130 0.460713 0.460713 0.460713 +5202.190430 0.000000 630.850281 0.000000 0.565717 0.000000 0.824600 0.464440 0.464440 0.464440 +5220.029297 0.000000 639.880920 0.000000 0.207563 0.000000 0.978222 0.405158 0.405158 0.405158 +5222.469727 0.000000 647.922180 0.000000 0.089116 0.000000 0.996021 0.450951 0.450951 0.450951 +5306.807129 0.000000 571.498291 0.000000 0.195067 0.000000 0.980790 0.385242 0.385242 0.385242 +5309.292480 0.000000 577.402710 0.000000 0.484033 0.000000 0.875050 0.407966 0.407966 0.407966 +5292.062988 0.000000 573.832886 0.000000 0.427433 0.000000 0.904047 0.384496 0.384496 0.384496 +5290.835938 0.000000 570.850037 0.000000 0.465375 0.000000 0.885114 0.453102 0.453102 0.453102 +5353.563477 0.000000 591.334778 0.000000 0.029769 0.000000 0.999557 0.378840 0.378840 0.378840 +5361.272949 0.000000 598.468689 0.000000 0.242277 0.000000 0.970207 0.403921 0.403921 0.403921 +5326.007324 0.000000 595.733948 0.000000 0.194945 0.000000 0.980814 0.382224 0.382224 0.382224 +5320.407715 0.000000 572.656128 0.000000 0.377834 0.000000 0.925873 0.413385 0.413385 0.413385 +5345.210449 0.000000 609.717102 0.000000 0.539118 0.000000 0.842230 0.386896 0.386896 0.386896 +5366.816895 0.000000 566.094543 0.000000 0.140660 0.000000 0.990058 0.402312 0.402312 0.402312 +5343.826172 0.000000 572.966125 0.000000 0.164057 0.000000 0.986451 0.380905 0.380905 0.380905 +5319.914551 0.000000 566.680664 0.000000 0.339413 0.000000 0.940637 0.383370 0.383370 0.383370 +5362.842773 0.000000 582.713684 0.000000 0.580052 0.000000 0.814580 0.394977 0.394977 0.394977 +5348.276367 0.000000 598.090515 0.000000 0.011874 0.000000 0.999929 0.393234 0.393234 0.393234 +5348.045898 0.000000 570.118652 0.000000 0.402755 0.000000 0.915308 0.437358 0.437358 0.437358 +5321.063965 0.000000 595.305725 0.000000 0.127719 0.000000 0.991810 0.380046 0.380046 0.380046 +5330.283691 0.000000 565.976440 0.000000 0.073288 0.000000 0.997311 0.385264 0.385264 0.385264 +5318.330566 0.000000 576.940552 0.000000 0.581806 0.000000 0.813327 0.387005 0.387005 0.387005 +5337.237793 0.000000 571.002625 0.000000 0.036565 0.000000 0.999331 0.404227 0.404227 0.404227 +5318.424805 0.000000 585.203918 0.000000 0.485103 0.000000 0.874457 0.424416 0.424416 0.424416 +5327.831543 0.000000 569.015625 0.000000 0.329739 0.000000 0.944072 0.459271 0.459271 0.459271 +5325.506836 0.000000 600.658203 0.000000 0.186761 0.000000 0.982405 0.406613 0.406613 0.406613 +5363.016113 0.000000 585.694885 0.000000 0.458500 0.000000 0.888694 0.396561 0.396561 0.396561 +5332.994629 0.000000 567.396423 0.000000 0.005864 0.000000 0.999983 0.440619 0.440619 0.440619 +5350.469727 0.000000 591.437805 0.000000 0.010181 0.000000 0.999948 0.430194 0.430194 0.430194 +5326.979980 0.000000 589.683899 0.000000 0.473640 0.000000 0.880719 0.416908 0.416908 0.416908 +5368.473633 0.000000 572.974487 0.000000 0.400159 0.000000 0.916446 0.449940 0.449940 0.449940 +5269.705078 0.000000 648.195801 0.000000 0.088827 0.000000 0.996047 0.387271 0.387271 0.387271 +5262.007324 0.000000 652.218323 0.000000 0.008468 0.000000 0.999964 0.378236 0.378236 0.378236 +5278.236816 0.000000 673.858032 0.000000 0.304488 0.000000 0.952516 0.403121 0.403121 0.403121 +5270.478027 0.000000 656.221436 0.000000 0.230509 0.000000 0.973070 0.441260 0.441260 0.441260 +5299.456055 0.000000 671.616394 0.000000 0.466407 0.000000 0.884570 0.391205 0.391205 0.391205 +5292.760254 0.000000 659.833252 0.000000 0.174167 0.000000 0.984716 0.401052 0.401052 0.401052 +5289.260742 0.000000 665.550293 0.000000 0.296689 0.000000 0.954974 0.392166 0.392166 0.392166 +5257.641113 0.000000 674.515991 0.000000 0.302898 0.000000 0.953023 0.383161 0.383161 0.383161 +5293.434082 0.000000 651.057373 0.000000 0.051732 0.000000 0.998661 0.560742 0.560742 0.560742 +5257.063965 0.000000 651.790100 0.000000 0.220571 0.000000 0.975371 0.381350 0.381350 0.381350 +5278.060547 0.000000 669.483032 0.000000 0.310406 0.000000 0.950604 0.408629 0.408629 0.408629 +5277.530273 0.000000 648.620483 0.000000 0.539135 0.000000 0.842220 0.397938 0.397938 0.397938 +5257.866211 0.000000 660.400452 0.000000 0.048307 0.000000 0.998833 0.379567 0.379567 0.379567 +5254.724121 0.000000 654.835632 0.000000 0.119012 0.000000 0.992893 0.393066 0.393066 0.393066 +5277.422852 0.000000 659.879944 0.000000 0.556854 0.000000 0.830610 0.400092 0.400092 0.400092 +5264.244141 0.000000 650.525940 0.000000 0.472995 0.000000 0.881065 0.416896 0.416896 0.416896 +5316.458496 0.000000 675.794067 0.000000 0.253592 0.000000 0.967311 0.381886 0.381886 0.381886 +5394.127930 0.000000 578.119812 0.000000 0.563303 0.000000 0.826250 0.387303 0.387303 0.387303 +5390.007324 0.000000 595.733948 0.000000 0.206638 0.000000 0.978418 0.401562 0.401562 0.401562 +5378.500488 0.000000 584.587830 0.000000 0.521519 0.000000 0.853240 0.417800 0.417800 0.417800 +5382.330566 0.000000 576.940552 0.000000 0.103925 0.000000 0.994585 0.394621 0.394621 0.394621 +5386.351562 0.000000 585.722717 0.000000 0.145622 0.000000 0.989340 0.444984 0.444984 0.444984 +5381.464844 0.000000 569.625671 0.000000 0.191481 0.000000 0.981496 0.426312 0.426312 0.426312 +5396.094727 0.000000 580.244629 0.000000 0.177223 0.000000 0.984171 0.410031 0.410031 0.410031 +5392.186523 0.000000 583.994995 0.000000 0.251664 0.000000 0.967815 0.396880 0.396880 0.396880 +5191.671387 0.000000 702.669067 0.000000 0.052287 0.000000 0.998632 0.408013 0.408013 0.408013 +5199.130859 0.000000 717.184265 0.000000 0.117063 0.000000 0.993125 0.381058 0.381058 0.381058 +5228.662598 0.000000 728.392700 0.000000 0.017330 0.000000 0.999850 0.379523 0.379523 0.379523 +5205.208496 0.000000 717.691711 0.000000 0.177625 0.000000 0.984098 0.491400 0.491400 0.491400 +5195.786133 0.000000 682.865417 0.000000 0.487948 0.000000 0.872873 0.398887 0.398887 0.398887 +5211.932617 0.000000 698.082153 0.000000 0.570517 0.000000 0.821286 0.409548 0.409548 0.409548 +5246.624512 0.000000 686.632629 0.000000 0.112816 0.000000 0.993616 0.583033 0.583033 0.583033 +5241.910645 0.000000 725.763550 0.000000 0.412469 0.000000 0.910972 0.395805 0.395805 0.395805 +5201.939453 0.000000 719.608093 0.000000 0.210686 0.000000 0.977554 0.381346 0.381346 0.381346 +5235.863281 0.000000 702.185242 0.000000 0.064449 0.000000 0.997921 0.399349 0.399349 0.399349 +5202.230469 0.000000 715.848022 0.000000 0.450794 0.000000 0.892628 0.533684 0.533684 0.533684 +5236.014648 0.000000 686.655823 0.000000 0.092428 0.000000 0.995719 0.429889 0.429889 0.429889 +5206.628418 0.000000 707.839722 0.000000 0.123644 0.000000 0.992327 0.484940 0.484940 0.484940 +5225.064941 0.000000 729.518066 0.000000 0.119485 0.000000 0.992836 0.425059 0.425059 0.425059 +5207.836426 0.000000 728.425354 0.000000 0.227683 0.000000 0.973735 0.441207 0.441207 0.441207 +5192.667480 0.000000 682.591736 0.000000 0.185470 0.000000 0.982650 0.397650 0.397650 0.397650 +5203.991699 0.000000 711.039978 0.000000 0.467596 0.000000 0.883942 0.491091 0.491091 0.491091 +5222.581055 0.000000 712.936951 0.000000 0.153201 0.000000 0.988195 0.443360 0.443360 0.443360 +5208.795410 0.000000 705.724670 0.000000 0.373348 0.000000 0.927691 0.463768 0.463768 0.463768 +5211.635742 0.000000 700.862854 0.000000 0.336510 0.000000 0.941680 0.430699 0.430699 0.430699 +5220.575195 0.000000 680.201477 0.000000 0.483526 0.000000 0.875330 0.413438 0.413438 0.413438 +5213.958984 0.000000 688.012817 0.000000 0.334978 0.000000 0.942226 0.423470 0.423470 0.423470 +5221.432617 0.000000 745.323914 0.000000 0.278991 0.000000 0.960294 0.491962 0.491962 0.491962 +5238.816895 0.000000 735.547668 0.000000 0.493298 0.000000 0.869861 0.491729 0.491729 0.491729 +5216.618164 0.000000 737.662476 0.000000 0.026230 0.000000 0.999656 0.423451 0.423451 0.423451 +5224.974609 0.000000 745.818420 0.000000 0.542454 0.000000 0.840086 0.458428 0.458428 0.458428 +5248.098633 0.000000 684.761475 0.000000 0.517501 0.000000 0.855683 0.539220 0.539220 0.539220 +5284.045898 0.000000 683.087402 0.000000 0.183631 0.000000 0.982995 0.388664 0.388664 0.388664 +5254.330566 0.000000 689.909302 0.000000 0.403829 0.000000 0.914835 0.494917 0.494917 0.494917 +5274.364746 0.000000 703.373840 0.000000 0.148529 0.000000 0.988908 0.380407 0.380407 0.380407 +5252.047852 0.000000 686.162537 0.000000 0.512371 0.000000 0.858764 0.385973 0.385973 0.385973 +5275.932617 0.000000 698.082153 0.000000 0.226576 0.000000 0.973994 0.421571 0.421571 0.421571 +5252.755371 0.000000 705.685181 0.000000 0.013701 0.000000 0.999906 0.421478 0.421478 0.421478 +5290.673340 0.000000 677.956421 0.000000 0.428556 0.000000 0.903515 0.428800 0.428800 0.428800 +5277.530273 0.000000 705.104858 0.000000 0.389848 0.000000 0.920879 0.574403 0.574403 0.574403 +5277.020508 0.000000 690.642883 0.000000 0.343745 0.000000 0.939063 0.385638 0.385638 0.385638 +5280.449219 0.000000 703.807800 0.000000 0.532802 0.000000 0.846240 0.548674 0.548674 0.548674 +5251.820801 0.000000 691.617859 0.000000 0.017570 0.000000 0.999846 0.451320 0.451320 0.451320 +5278.952637 0.000000 697.324829 0.000000 0.052046 0.000000 0.998645 0.478151 0.478151 0.478151 6008.473633 0.000000 2154.537109 0.000000 0.331713 0.000000 0.943380 0.436004 0.436004 0.436004 6359.068359 0.000000 2150.917480 0.000000 0.538034 0.000000 0.842923 0.656105 0.656105 0.656105 "} @@ -258,7 +944,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_002_mesh" - count=268 + count=983 transform="1274.544556 0.000000 2525.735596 0.000000 0.724434 0.000000 0.689344 0.412701 0.412701 0.412701 1272.315552 0.000000 2522.321533 0.000000 0.709552 0.000000 0.704654 0.395584 0.395584 0.395584 1273.910522 0.000000 2533.263428 0.000000 0.767251 0.000000 0.641346 0.604909 0.604909 0.604909 @@ -527,6 +1213,721 @@ object={ 2176.513916 0.000000 2840.299561 0.000000 0.694852 0.000000 0.719153 0.388819 0.388819 0.388819 2176.042236 0.000000 2824.226074 0.000000 0.612965 0.000000 0.790110 0.518573 0.518573 0.518573 2176.090088 0.000000 2827.514404 0.000000 0.920785 0.000000 0.390070 0.465997 0.465997 0.465997 +4265.563477 0.000000 82.975388 0.000000 0.641008 0.000000 0.767534 0.399807 0.399807 0.399807 +4280.550781 0.000000 89.343544 0.000000 0.845903 0.000000 0.533337 0.392191 0.392191 0.392191 +4269.375000 0.000000 81.406052 0.000000 0.909682 0.000000 0.415305 0.394119 0.394119 0.394119 +4277.013672 0.000000 91.130714 0.000000 0.791912 0.000000 0.610635 0.418068 0.418068 0.418068 +4285.507812 0.000000 106.261154 0.000000 0.799272 0.000000 0.600969 0.422019 0.422019 0.422019 +4279.060547 0.000000 98.084091 0.000000 0.882208 0.000000 0.470860 0.411198 0.411198 0.411198 +4288.254883 0.000000 103.625259 0.000000 0.749749 0.000000 0.661722 0.390179 0.390179 0.390179 +4278.816895 0.000000 114.219528 0.000000 0.934399 0.000000 0.356228 0.395199 0.395199 0.395199 +4290.396484 0.000000 114.830894 0.000000 0.657925 0.000000 0.753084 0.400136 0.400136 0.400136 +4340.365234 0.000000 152.235001 0.000000 0.839699 0.000000 0.543052 0.394799 0.394799 0.394799 +4313.621582 0.000000 160.843613 0.000000 0.854110 0.000000 0.520093 0.392763 0.392763 0.392763 +4330.009766 0.000000 167.905396 0.000000 0.696287 0.000000 0.717764 0.389207 0.389207 0.389207 +4292.047852 0.000000 121.318817 0.000000 0.758395 0.000000 0.651795 0.400373 0.400373 0.400373 +4324.620605 0.000000 159.677246 0.000000 0.773603 0.000000 0.633670 0.390474 0.390474 0.390474 +4311.371094 0.000000 155.982681 0.000000 0.916260 0.000000 0.400584 0.395183 0.395183 0.395183 +4332.376953 0.000000 159.236435 0.000000 0.926389 0.000000 0.376567 0.394641 0.394641 0.394641 +4317.392090 0.000000 157.642212 0.000000 0.793028 0.000000 0.609185 0.390908 0.390908 0.390908 +4346.305176 0.000000 156.950211 0.000000 0.909845 0.000000 0.414949 0.398782 0.398782 0.398782 +4329.064941 0.000000 164.674332 0.000000 0.605789 0.000000 0.795625 0.389891 0.389891 0.389891 +4306.127930 0.000000 182.729187 0.000000 0.780990 0.000000 0.624544 0.390704 0.390704 0.390704 +4325.982422 0.000000 219.714935 0.000000 0.946095 0.000000 0.323889 0.395702 0.395702 0.395702 +4308.569336 0.000000 174.839584 0.000000 0.878091 0.000000 0.478493 0.393025 0.393025 0.393025 +4349.512207 0.000000 169.479309 0.000000 0.750495 0.000000 0.660876 0.390447 0.390447 0.390447 +4322.900879 0.000000 169.517853 0.000000 0.798631 0.000000 0.601822 0.395665 0.395665 0.395665 +4320.032227 0.000000 206.391006 0.000000 0.834168 0.000000 0.551511 0.396546 0.396546 0.396546 +4319.826172 0.000000 177.575500 0.000000 0.721153 0.000000 0.692776 0.401428 0.401428 0.401428 +4307.007324 0.000000 187.531479 0.000000 0.834361 0.000000 0.551218 0.392188 0.392188 0.392188 +4323.991211 0.000000 185.179596 0.000000 0.660635 0.000000 0.750707 0.388298 0.388298 0.388298 +4322.015137 0.000000 189.948654 0.000000 0.651334 0.000000 0.758791 0.400007 0.400007 0.400007 +4315.131348 0.000000 185.574280 0.000000 0.611942 0.000000 0.790903 0.415885 0.415885 0.415885 +4326.535645 0.000000 198.961243 0.000000 0.799301 0.000000 0.600931 0.408858 0.408858 0.408858 +4318.952637 0.000000 188.965439 0.000000 0.748339 0.000000 0.663317 0.405765 0.405765 0.405765 +4498.817383 0.000000 86.928268 0.000000 0.881165 0.000000 0.472810 0.393361 0.393361 0.393361 +4593.272949 0.000000 90.109314 0.000000 0.912144 0.000000 0.409869 0.394243 0.394243 0.394243 +4589.311035 0.000000 90.834259 0.000000 0.707695 0.000000 0.706518 0.389031 0.389031 0.389031 +4506.979980 0.000000 154.801559 0.000000 0.905232 0.000000 0.424917 0.438649 0.438649 0.438649 +4527.722656 0.000000 157.288422 0.000000 0.801470 0.000000 0.598035 0.391070 0.391070 0.391070 +4524.662598 0.000000 163.548950 0.000000 0.889430 0.000000 0.457072 0.393600 0.393600 0.393600 +4521.260742 0.000000 157.190933 0.000000 0.903424 0.000000 0.428748 0.396656 0.396656 0.396656 +4494.953125 0.000000 166.940460 0.000000 0.922650 0.000000 0.385639 0.437467 0.437467 0.437467 +4522.009766 0.000000 167.905396 0.000000 0.859419 0.000000 0.511271 0.392845 0.392845 0.392845 +4525.434082 0.000000 142.698029 0.000000 0.809954 0.000000 0.586493 0.391676 0.391676 0.391676 +4518.535645 0.000000 142.476868 0.000000 0.923870 0.000000 0.382708 0.426058 0.426058 0.426058 +4516.620605 0.000000 159.677246 0.000000 0.932360 0.000000 0.361531 0.418767 0.418767 0.418767 +4503.371094 0.000000 155.982681 0.000000 0.820978 0.000000 0.570960 0.422613 0.422613 0.422613 +4524.412598 0.000000 155.242462 0.000000 0.808649 0.000000 0.588292 0.391207 0.391207 0.391207 +4501.502930 0.000000 161.287964 0.000000 0.873096 0.000000 0.487548 0.435563 0.435563 0.435563 +4514.857422 0.000000 142.097656 0.000000 0.777161 0.000000 0.629302 0.436429 0.436429 0.436429 +4492.457520 0.000000 164.744675 0.000000 0.765096 0.000000 0.643916 0.404276 0.404276 0.404276 +4508.380371 0.000000 167.819092 0.000000 0.618048 0.000000 0.786140 0.404920 0.404920 0.404920 +4508.947754 0.000000 143.040588 0.000000 0.943127 0.000000 0.332434 0.423085 0.423085 0.423085 +4492.375000 0.000000 167.636581 0.000000 0.682316 0.000000 0.731057 0.417354 0.417354 0.417354 +4545.318848 0.000000 151.857147 0.000000 0.603651 0.000000 0.797248 0.387376 0.387376 0.387376 +4580.045898 0.000000 118.243668 0.000000 0.623173 0.000000 0.782084 0.395763 0.395763 0.395763 +4555.929688 0.000000 124.974602 0.000000 0.606745 0.000000 0.794896 0.387154 0.387154 0.387154 +4558.875488 0.000000 157.730789 0.000000 0.696279 0.000000 0.717771 0.389720 0.389720 0.389720 +4555.941895 0.000000 154.772766 0.000000 0.951016 0.000000 0.309142 0.395622 0.395622 0.395622 +4561.939453 0.000000 154.764328 0.000000 0.933257 0.000000 0.359210 0.394918 0.394918 0.394918 +4588.376953 0.000000 159.236435 0.000000 0.897146 0.000000 0.441734 0.404075 0.404075 0.404075 +4508.793945 0.000000 172.294907 0.000000 0.627618 0.000000 0.778522 0.388327 0.388327 0.388327 +4530.584961 0.000000 197.347382 0.000000 0.765319 0.000000 0.643651 0.390259 0.390259 0.390259 +4487.914551 0.000000 171.290054 0.000000 0.876747 0.000000 0.480952 0.393211 0.393211 0.393211 +4498.283691 0.000000 170.585831 0.000000 0.919101 0.000000 0.394022 0.464011 0.464011 0.464011 +4491.929688 0.000000 181.458984 0.000000 0.837215 0.000000 0.546874 0.396626 0.396626 0.396626 +4495.831543 0.000000 173.624985 0.000000 0.859793 0.000000 0.510643 0.465343 0.465343 0.465343 +4488.667480 0.000000 174.232346 0.000000 0.871615 0.000000 0.490192 0.412761 0.412761 0.412761 +4558.873047 0.000000 177.500198 0.000000 0.626639 0.000000 0.779310 0.390267 0.390267 0.390267 +4544.098633 0.000000 176.402100 0.000000 0.593700 0.000000 0.804686 0.395223 0.395223 0.395223 +4336.205566 0.000000 338.880615 0.000000 0.844713 0.000000 0.535219 0.427078 0.427078 0.427078 +4313.505859 0.000000 336.193573 0.000000 0.668631 0.000000 0.743595 0.433737 0.433737 0.433737 +4322.932617 0.000000 336.498779 0.000000 0.840361 0.000000 0.542027 0.524726 0.524726 0.524726 +4336.023926 0.000000 334.956909 0.000000 0.947268 0.000000 0.320443 0.430963 0.430963 0.430963 +4329.322754 0.000000 330.697510 0.000000 0.708135 0.000000 0.706077 0.412338 0.412338 0.412338 +4318.953613 0.000000 338.674408 0.000000 0.659031 0.000000 0.752115 0.645271 0.645271 0.645271 +4332.376953 0.000000 328.689575 0.000000 0.623137 0.000000 0.782113 0.421651 0.421651 0.421651 +4329.656250 0.000000 322.531647 0.000000 0.909886 0.000000 0.414859 0.429309 0.429309 0.429309 +4316.380371 0.000000 337.272217 0.000000 0.830125 0.000000 0.557578 0.541108 0.541108 0.541108 +4321.062500 0.000000 334.495789 0.000000 0.723416 0.000000 0.690412 0.520264 0.520264 0.520264 +4316.793945 0.000000 341.748016 0.000000 0.885556 0.000000 0.464532 0.617137 0.617137 0.617137 +4308.569336 0.000000 344.292694 0.000000 0.734535 0.000000 0.678571 0.476224 0.476224 0.476224 +4338.318359 0.000000 339.112152 0.000000 0.856416 0.000000 0.516287 0.427441 0.427441 0.427441 +4315.131348 0.000000 355.027405 0.000000 0.887500 0.000000 0.460809 0.472106 0.472106 0.472106 +4350.624512 0.000000 347.726379 0.000000 0.722735 0.000000 0.691126 0.389523 0.389523 0.389523 +4343.060547 0.000000 380.505981 0.000000 0.697685 0.000000 0.716404 0.567071 0.567071 0.567071 +4323.104004 0.000000 347.448364 0.000000 0.835099 0.000000 0.550099 0.456936 0.456936 0.456936 +4318.608887 0.000000 344.445892 0.000000 0.720888 0.000000 0.693051 0.622829 0.622829 0.622829 +4323.200195 0.000000 351.703217 0.000000 0.940205 0.000000 0.340610 0.432531 0.432531 0.432531 +4324.575195 0.000000 341.295258 0.000000 0.742801 0.000000 0.669512 0.491315 0.491315 0.491315 +4310.782715 0.000000 346.209625 0.000000 0.840495 0.000000 0.541819 0.505987 0.505987 0.505987 +4326.230957 0.000000 433.919678 0.000000 0.774171 0.000000 0.632977 0.390657 0.390657 0.390657 +4337.519043 0.000000 401.720245 0.000000 0.821761 0.000000 0.569832 0.609549 0.609549 0.609549 +4314.074219 0.000000 425.907043 0.000000 0.919125 0.000000 0.393966 0.394500 0.394500 0.394500 +4304.971680 0.000000 444.567657 0.000000 0.949306 0.000000 0.314353 0.395545 0.395545 0.395545 +4343.531250 0.000000 405.994293 0.000000 0.930912 0.000000 0.365242 0.434012 0.434012 0.434012 +4350.624512 0.000000 404.210754 0.000000 0.870772 0.000000 0.491687 0.467648 0.467648 0.467648 +4306.230469 0.000000 433.426147 0.000000 0.741503 0.000000 0.670950 0.396254 0.396254 0.396254 +4346.028320 0.000000 408.489227 0.000000 0.617172 0.000000 0.786828 0.558670 0.558670 0.558670 +4313.681152 0.000000 429.168091 0.000000 0.628982 0.000000 0.777419 0.401429 0.401429 0.401429 +4465.272949 0.000000 259.562439 0.000000 0.650356 0.000000 0.759630 0.388800 0.388800 0.388800 +4471.107910 0.000000 271.138794 0.000000 0.949034 0.000000 0.315174 0.400316 0.400316 0.400316 +4469.994141 0.000000 247.223648 0.000000 0.924745 0.000000 0.380588 0.394639 0.394639 0.394639 +4461.375000 0.000000 250.859177 0.000000 0.913552 0.000000 0.406722 0.394207 0.394207 0.394207 +4501.705078 0.000000 252.805206 0.000000 0.737805 0.000000 0.675014 0.390196 0.390196 0.390196 +4488.407715 0.000000 233.749863 0.000000 0.850017 0.000000 0.526755 0.395072 0.395072 0.395072 +4510.236816 0.000000 278.467377 0.000000 0.672980 0.000000 0.739661 0.388443 0.388443 0.388443 +4503.890625 0.000000 244.995193 0.000000 0.861270 0.000000 0.508148 0.392708 0.392708 0.392708 +4535.107910 0.000000 271.138794 0.000000 0.647485 0.000000 0.762078 0.388145 0.388145 0.388145 +4486.215332 0.000000 274.875122 0.000000 0.891094 0.000000 0.453818 0.393414 0.393414 0.393414 +4481.017578 0.000000 252.630554 0.000000 0.844870 0.000000 0.534972 0.392418 0.392418 0.392418 +4502.937012 0.000000 240.364853 0.000000 0.808768 0.000000 0.588128 0.391367 0.391367 0.391367 +4498.817383 0.000000 256.381409 0.000000 0.883903 0.000000 0.467670 0.393439 0.393439 0.393439 +4510.060547 0.000000 274.092377 0.000000 0.918665 0.000000 0.395038 0.402917 0.402917 0.402917 +4486.424805 0.000000 246.297668 0.000000 0.678594 0.000000 0.734513 0.432114 0.432114 0.432114 +4503.293457 0.000000 249.502274 0.000000 0.944931 0.000000 0.327270 0.402054 0.402054 0.402054 +4531.634277 0.000000 268.665375 0.000000 0.915727 0.000000 0.401801 0.394240 0.394240 0.394240 +4502.628418 0.000000 255.964706 0.000000 0.836179 0.000000 0.548457 0.396598 0.396598 0.396598 +4555.941895 0.000000 267.741516 0.000000 0.672768 0.000000 0.739854 0.388564 0.388564 0.388564 +4538.807129 0.000000 289.076416 0.000000 0.887795 0.000000 0.460240 0.393576 0.393576 0.393576 +4500.569336 0.000000 287.808319 0.000000 0.640737 0.000000 0.767761 0.388024 0.388024 0.388024 +4534.816895 0.000000 283.672668 0.000000 0.754476 0.000000 0.656327 0.390026 0.390026 0.390026 +4541.292480 0.000000 294.980835 0.000000 0.838642 0.000000 0.544682 0.394771 0.394771 0.394771 +4508.431641 0.000000 289.929718 0.000000 0.917415 0.000000 0.397931 0.395224 0.395224 0.395224 +4515.104004 0.000000 290.963989 0.000000 0.617003 0.000000 0.786961 0.388239 0.388239 0.388239 +4506.987305 0.000000 282.510681 0.000000 0.665532 0.000000 0.746369 0.390990 0.390990 0.390990 +4551.914551 0.000000 284.258789 0.000000 0.782243 0.000000 0.622973 0.393402 0.393402 0.393402 +4364.552734 0.000000 365.100311 0.000000 0.830823 0.000000 0.556537 0.419120 0.419120 0.419120 +4366.875488 0.000000 383.668274 0.000000 0.903625 0.000000 0.428324 0.396663 0.396663 0.396663 +4355.505371 0.000000 382.332397 0.000000 0.588979 0.000000 0.808148 0.420952 0.420952 0.420952 +4387.991211 0.000000 354.632721 0.000000 0.892903 0.000000 0.450249 0.411550 0.411550 0.411550 +4370.817383 0.000000 369.350159 0.000000 0.842196 0.000000 0.539172 0.427002 0.427002 0.427002 +4377.681152 0.000000 372.683716 0.000000 0.670227 0.000000 0.742156 0.422657 0.422657 0.422657 +4386.857422 0.000000 368.035156 0.000000 0.853725 0.000000 0.520724 0.393277 0.393277 0.393277 +4372.089355 0.000000 440.207550 0.000000 0.670449 0.000000 0.741956 0.389105 0.389105 0.389105 +4403.456055 0.000000 445.678894 0.000000 0.841269 0.000000 0.540618 0.543485 0.543485 0.543485 +4413.212891 0.000000 420.782410 0.000000 0.664452 0.000000 0.747331 0.428088 0.428088 0.428088 +4396.083496 0.000000 415.451599 0.000000 0.610411 0.000000 0.792085 0.536678 0.536678 0.536678 +4370.283691 0.000000 396.523315 0.000000 0.925926 0.000000 0.377704 0.394604 0.394604 0.394604 +4406.173828 0.000000 401.574860 0.000000 0.799684 0.000000 0.600421 0.515596 0.515596 0.515596 +4355.820801 0.000000 409.196014 0.000000 0.910275 0.000000 0.414005 0.543326 0.543326 0.543326 +4408.639160 0.000000 400.362946 0.000000 0.619663 0.000000 0.784868 0.535157 0.535157 0.535157 +4456.763184 0.000000 410.512817 0.000000 0.936376 0.000000 0.350999 0.395201 0.395201 0.395201 +4456.015625 0.000000 403.019226 0.000000 0.725474 0.000000 0.688250 0.392174 0.392174 0.392174 +4451.104004 0.000000 403.932739 0.000000 0.754925 0.000000 0.655811 0.392796 0.392796 0.392796 +4541.658691 0.000000 430.706360 0.000000 0.930372 0.000000 0.366616 0.397617 0.397617 0.397617 +4550.507812 0.000000 447.481750 0.000000 0.906569 0.000000 0.422059 0.400578 0.400578 0.400578 +4615.979980 0.000000 155.104050 0.000000 0.698653 0.000000 0.715461 0.388933 0.388933 0.388933 +4626.127930 0.000000 182.729187 0.000000 0.797153 0.000000 0.603778 0.391488 0.391488 0.391488 +4652.062988 0.000000 178.442245 0.000000 0.898675 0.000000 0.438616 0.393992 0.393992 0.393992 +4615.914551 0.000000 171.290054 0.000000 0.900878 0.000000 0.434073 0.393969 0.393969 0.393969 +4626.817383 0.000000 199.897018 0.000000 0.823920 0.000000 0.566706 0.391817 0.391817 0.391817 +4613.464844 0.000000 174.235062 0.000000 0.642720 0.000000 0.766101 0.387886 0.387886 0.387886 +4655.663086 0.000000 179.465027 0.000000 0.668920 0.000000 0.743334 0.388367 0.388367 0.388367 +4692.968750 0.000000 221.578217 0.000000 0.869463 0.000000 0.493997 0.392931 0.392931 0.392931 +4686.875488 0.000000 214.215164 0.000000 0.807558 0.000000 0.589787 0.392108 0.392108 0.392108 +4683.941895 0.000000 211.257141 0.000000 0.678542 0.000000 0.734561 0.389377 0.389377 0.389377 +4794.807129 0.000000 176.107666 0.000000 0.626459 0.000000 0.779454 0.387549 0.387549 0.387549 +4777.563477 0.000000 195.944138 0.000000 0.742738 0.000000 0.669583 0.389743 0.389743 0.389743 +4783.722656 0.000000 213.772797 0.000000 0.792257 0.000000 0.610187 0.390825 0.390825 0.390825 +4791.638184 0.000000 185.196594 0.000000 0.744503 0.000000 0.667620 0.403807 0.403807 0.403807 +4799.487305 0.000000 199.680847 0.000000 0.746751 0.000000 0.665104 0.389936 0.389936 0.389936 +4766.530273 0.000000 192.913193 0.000000 0.875816 0.000000 0.482644 0.393336 0.393336 0.393336 +4786.584961 0.000000 197.347382 0.000000 0.698089 0.000000 0.716011 0.388842 0.388842 0.388842 +4777.064941 0.000000 221.158707 0.000000 0.939847 0.000000 0.341596 0.399916 0.399916 0.399916 +4788.463867 0.000000 184.534973 0.000000 0.921444 0.000000 0.388512 0.401107 0.401107 0.401107 +4791.819336 0.000000 188.284042 0.000000 0.888746 0.000000 0.458400 0.430420 0.430420 0.430420 +4858.807129 0.000000 176.107666 0.000000 0.705545 0.000000 0.708665 0.389618 0.389618 0.389618 +4863.958008 0.000000 190.352127 0.000000 0.865426 0.000000 0.501036 0.393213 0.393213 0.393213 +4800.254883 0.000000 216.594009 0.000000 0.778793 0.000000 0.627281 0.390588 0.390588 0.390588 +4830.236816 0.000000 221.983002 0.000000 0.632951 0.000000 0.774192 0.387621 0.387621 0.387621 +4861.292480 0.000000 182.012100 0.000000 0.949641 0.000000 0.313339 0.395544 0.395544 0.395544 +4814.953125 0.000000 223.424835 0.000000 0.883599 0.000000 0.468245 0.393309 0.393309 0.393309 +4842.009766 0.000000 224.389771 0.000000 0.917194 0.000000 0.398440 0.394271 0.394271 0.394271 +4803.505371 0.000000 212.879272 0.000000 0.611504 0.000000 0.791242 0.391845 0.391845 0.391845 +4834.932617 0.000000 223.530045 0.000000 0.762330 0.000000 0.647189 0.390229 0.390229 0.390229 +4830.060547 0.000000 217.608017 0.000000 0.888509 0.000000 0.458859 0.393454 0.393454 0.393454 +4833.947754 0.000000 218.926636 0.000000 0.863534 0.000000 0.504291 0.399239 0.399239 0.399239 +4830.953613 0.000000 225.705643 0.000000 0.852864 0.000000 0.522134 0.392320 0.392320 0.392320 +4844.376953 0.000000 215.720810 0.000000 0.606134 0.000000 0.795363 0.391748 0.391748 0.391748 +4838.346680 0.000000 223.710815 0.000000 0.683806 0.000000 0.729664 0.388648 0.388648 0.388648 +4809.278320 0.000000 219.536713 0.000000 0.768804 0.000000 0.639485 0.398732 0.398732 0.398732 +4895.758301 0.000000 199.612762 0.000000 0.872864 0.000000 0.487964 0.393077 0.393077 0.393077 +4873.400879 0.000000 185.572250 0.000000 0.828220 0.000000 0.560403 0.391743 0.391743 0.391743 +4884.089355 0.000000 214.270050 0.000000 0.776533 0.000000 0.630076 0.390504 0.390504 0.390504 +4870.330566 0.000000 181.549942 0.000000 0.811660 0.000000 0.584130 0.391621 0.391621 0.391621 +4890.709961 0.000000 206.493073 0.000000 0.885479 0.000000 0.464680 0.393268 0.393268 0.393268 +4874.351562 0.000000 190.332092 0.000000 0.887655 0.000000 0.460510 0.393333 0.393333 0.393333 +4889.505859 0.000000 223.224823 0.000000 0.912873 0.000000 0.408243 0.394121 0.394121 0.394121 +4893.530273 0.000000 196.745483 0.000000 0.871302 0.000000 0.490747 0.392829 0.392829 0.392829 +4891.595215 0.000000 219.976868 0.000000 0.629017 0.000000 0.777392 0.387550 0.387550 0.387550 +4695.491699 0.000000 226.569016 0.000000 0.931526 0.000000 0.363674 0.395019 0.395019 0.395019 +4688.971680 0.000000 331.598907 0.000000 0.618401 0.000000 0.785863 0.419707 0.419707 0.419707 +4686.875488 0.000000 327.183899 0.000000 0.915045 0.000000 0.403352 0.419973 0.419973 0.419973 +4702.060547 0.000000 330.576752 0.000000 0.597589 0.000000 0.801803 0.387505 0.387505 0.387505 +4730.028320 0.000000 295.520477 0.000000 0.930018 0.000000 0.367513 0.437796 0.437796 0.437796 +4695.836426 0.000000 333.034760 0.000000 0.666827 0.000000 0.745212 0.417020 0.417020 0.417020 +4731.100586 0.000000 292.514618 0.000000 0.805135 0.000000 0.593091 0.410888 0.410888 0.410888 +4682.072266 0.000000 338.593903 0.000000 0.806315 0.000000 0.591487 0.425969 0.425969 0.425969 +4695.191895 0.000000 328.312500 0.000000 0.661691 0.000000 0.749777 0.405781 0.405781 0.405781 +4684.375000 0.000000 337.089722 0.000000 0.708246 0.000000 0.705966 0.430952 0.430952 0.430952 +4794.807129 0.000000 232.592041 0.000000 0.790427 0.000000 0.612557 0.395472 0.395472 0.395472 +4791.531250 0.000000 236.541168 0.000000 0.845377 0.000000 0.534169 0.392290 0.392290 0.392290 +4786.318359 0.000000 226.143387 0.000000 0.666282 0.000000 0.745700 0.398442 0.398442 0.398442 +4788.003906 0.000000 229.265060 0.000000 0.906223 0.000000 0.422799 0.393919 0.393919 0.393919 +4808.407715 0.000000 233.749863 0.000000 0.941613 0.000000 0.336696 0.395508 0.395508 0.395508 +4837.432617 0.000000 236.964554 0.000000 0.694256 0.000000 0.719728 0.393410 0.393410 0.393410 +4845.943359 0.000000 228.292419 0.000000 0.785966 0.000000 0.618270 0.390848 0.390848 0.390848 +4818.283691 0.000000 227.070206 0.000000 0.886185 0.000000 0.463332 0.393409 0.393409 0.393409 +4822.937012 0.000000 240.364853 0.000000 0.872240 0.000000 0.489079 0.392855 0.392855 0.392855 +4815.831543 0.000000 230.109360 0.000000 0.913074 0.000000 0.407795 0.394253 0.394253 0.394253 +4842.673340 0.000000 226.081421 0.000000 0.751911 0.000000 0.659264 0.389936 0.389936 0.389936 +4842.835938 0.000000 231.943787 0.000000 0.921974 0.000000 0.387251 0.399214 0.399214 0.399214 +4783.722656 0.000000 326.741547 0.000000 0.777183 0.000000 0.629274 0.391130 0.391130 0.391130 +4703.453613 0.000000 355.636383 0.000000 0.714948 0.000000 0.699178 0.419943 0.419943 0.419943 +4690.127930 0.000000 352.182312 0.000000 0.860521 0.000000 0.509414 0.392714 0.392714 0.392714 +4709.982422 0.000000 389.168060 0.000000 0.883745 0.000000 0.467969 0.413148 0.413148 0.413148 +4730.368164 0.000000 390.832214 0.000000 0.906782 0.000000 0.421599 0.394024 0.394024 0.394024 +4692.569336 0.000000 344.292694 0.000000 0.765973 0.000000 0.642873 0.398668 0.398668 0.398668 +4680.407715 0.000000 346.718597 0.000000 0.694588 0.000000 0.719408 0.395281 0.395281 0.395281 +4698.122559 0.000000 349.714630 0.000000 0.907085 0.000000 0.420948 0.440628 0.440628 0.440628 +4697.621582 0.000000 386.781128 0.000000 0.611084 0.000000 0.791566 0.423246 0.423246 0.423246 +4695.491699 0.000000 339.537781 0.000000 0.657562 0.000000 0.753401 0.388199 0.388199 0.388199 +4672.098633 0.000000 345.855225 0.000000 0.927161 0.000000 0.374663 0.394842 0.394842 0.394842 +4679.914551 0.000000 340.743164 0.000000 0.768698 0.000000 0.639611 0.438071 0.438071 0.438071 +4690.283691 0.000000 340.038940 0.000000 0.704960 0.000000 0.709247 0.415993 0.415993 0.415993 +4678.330566 0.000000 351.003052 0.000000 0.753862 0.000000 0.657033 0.390407 0.390407 0.390407 +4706.932617 0.000000 392.983154 0.000000 0.641192 0.000000 0.767380 0.438656 0.438656 0.438656 +4731.211426 0.000000 368.524384 0.000000 0.641582 0.000000 0.767054 0.387909 0.387909 0.387909 +4728.315430 0.000000 375.915222 0.000000 0.886429 0.000000 0.462865 0.393344 0.393344 0.393344 +4726.381836 0.000000 368.233856 0.000000 0.909769 0.000000 0.415115 0.394058 0.394058 0.394058 +4710.686523 0.000000 339.212036 0.000000 0.598745 0.000000 0.800940 0.387060 0.387060 0.387060 +4712.974609 0.000000 350.427826 0.000000 0.832404 0.000000 0.554169 0.419165 0.419165 0.419165 +4727.060547 0.000000 380.505981 0.000000 0.801900 0.000000 0.597458 0.391112 0.391112 0.391112 +4710.346680 0.000000 393.163940 0.000000 0.615246 0.000000 0.788335 0.417797 0.417797 0.417797 +4700.431641 0.000000 346.414093 0.000000 0.935116 0.000000 0.354342 0.449513 0.449513 0.449513 +4680.667480 0.000000 343.685486 0.000000 0.907303 0.000000 0.420478 0.431113 0.431113 0.431113 +4672.042480 0.000000 338.913574 0.000000 0.862936 0.000000 0.505314 0.404912 0.404912 0.404912 +4702.608887 0.000000 344.445892 0.000000 0.661132 0.000000 0.750269 0.435416 0.435416 0.435416 +4707.200195 0.000000 351.703217 0.000000 0.677478 0.000000 0.735543 0.448751 0.448751 0.448751 +4708.575195 0.000000 341.295258 0.000000 0.941493 0.000000 0.337034 0.424925 0.424925 0.424925 +4687.671387 0.000000 340.435333 0.000000 0.875105 0.000000 0.483933 0.416667 0.416667 0.416667 +4717.516602 0.000000 410.123932 0.000000 0.771394 0.000000 0.636357 0.390563 0.390563 0.390563 +4727.638184 0.000000 411.134094 0.000000 0.924121 0.000000 0.382100 0.418422 0.418422 0.418422 +4733.512207 0.000000 395.416809 0.000000 0.849528 0.000000 0.527544 0.396953 0.396953 0.396953 +4686.873047 0.000000 403.437683 0.000000 0.691443 0.000000 0.722431 0.388794 0.388794 0.388794 +4733.292480 0.000000 407.949585 0.000000 0.923632 0.000000 0.383281 0.422226 0.422226 0.422226 +4722.842773 0.000000 413.260559 0.000000 0.649940 0.000000 0.759986 0.418515 0.418515 0.418515 +4712.015625 0.000000 403.019226 0.000000 0.880863 0.000000 0.473372 0.426347 0.426347 0.426347 +4700.431641 0.000000 402.898468 0.000000 0.846003 0.000000 0.533177 0.419559 0.419559 0.419559 +4720.918945 0.000000 410.376801 0.000000 0.944896 0.000000 0.327372 0.411653 0.411653 0.411653 +4707.104004 0.000000 403.932739 0.000000 0.791251 0.000000 0.611491 0.404897 0.404897 0.404897 +4724.463867 0.000000 410.472473 0.000000 0.796865 0.000000 0.604158 0.405034 0.405034 0.405034 +4730.462402 0.000000 412.460693 0.000000 0.859758 0.000000 0.510701 0.406715 0.406715 0.406715 +4702.961914 0.000000 396.351929 0.000000 0.938736 0.000000 0.344637 0.478388 0.478388 0.478388 +4694.782715 0.000000 402.694000 0.000000 0.883333 0.000000 0.468747 0.432127 0.432127 0.432127 +4749.506836 0.000000 374.720734 0.000000 0.698069 0.000000 0.716031 0.389081 0.389081 0.389081 +4823.491699 0.000000 339.537781 0.000000 0.664469 0.000000 0.747316 0.388874 0.388874 0.388874 +4737.451172 0.000000 407.566254 0.000000 0.757128 0.000000 0.653266 0.428422 0.428422 0.428422 +4799.958008 0.000000 416.289612 0.000000 0.940067 0.000000 0.340991 0.395465 0.395465 0.395465 +4738.500488 0.000000 415.134705 0.000000 0.661348 0.000000 0.750079 0.388777 0.388777 0.388777 +4818.283691 0.000000 396.523315 0.000000 0.666211 0.000000 0.745763 0.428127 0.428127 0.428127 +4806.330566 0.000000 407.487427 0.000000 0.885853 0.000000 0.463966 0.393520 0.393520 0.393520 +4908.062988 0.000000 234.926620 0.000000 0.641090 0.000000 0.767465 0.387856 0.387856 0.387856 +4914.842773 0.000000 243.807449 0.000000 0.716463 0.000000 0.697626 0.389206 0.389206 0.389206 +4870.330566 0.000000 238.034317 0.000000 0.885840 0.000000 0.463991 0.393423 0.393423 0.393423 +4982.173828 0.000000 401.574860 0.000000 0.876290 0.000000 0.481785 0.407211 0.407211 0.407211 +5022.236816 0.000000 391.436127 0.000000 0.757681 0.000000 0.652625 0.390450 0.390450 0.390450 +5044.365234 0.000000 378.172485 0.000000 0.841460 0.000000 0.540320 0.430755 0.430755 0.430755 +5016.572266 0.000000 378.370605 0.000000 0.645537 0.000000 0.763729 0.427671 0.427671 0.427671 +5117.212891 0.000000 364.298035 0.000000 0.805765 0.000000 0.592236 0.422193 0.422193 0.422193 +5094.889160 0.000000 362.345886 0.000000 0.694667 0.000000 0.719332 0.393418 0.393418 0.393418 +5109.013672 0.000000 373.552582 0.000000 0.700284 0.000000 0.713865 0.400990 0.400990 0.400990 +5114.637207 0.000000 365.839966 0.000000 0.806865 0.000000 0.590736 0.467272 0.467272 0.467272 +5020.793945 0.000000 398.232391 0.000000 0.742995 0.000000 0.669297 0.390554 0.390554 0.390554 +5041.272949 0.000000 429.015564 0.000000 0.787847 0.000000 0.615872 0.391287 0.391287 0.391287 +5030.893555 0.000000 414.837952 0.000000 0.818252 0.000000 0.574860 0.433830 0.433830 0.433830 +5037.434082 0.000000 425.119904 0.000000 0.618241 0.000000 0.785988 0.480375 0.480375 0.480375 +5004.552734 0.000000 421.584686 0.000000 0.702971 0.000000 0.711219 0.402910 0.402910 0.402910 +5032.015625 0.000000 403.019226 0.000000 0.728222 0.000000 0.685342 0.440744 0.440744 0.440744 +5050.385254 0.000000 397.982666 0.000000 0.847678 0.000000 0.530510 0.415828 0.415828 0.415828 +4997.464844 0.000000 400.172577 0.000000 0.934013 0.000000 0.357238 0.394911 0.394911 0.394911 +5026.735840 0.000000 435.043671 0.000000 0.912975 0.000000 0.408015 0.394145 0.394145 0.394145 +5034.673340 0.000000 395.534546 0.000000 0.592160 0.000000 0.805820 0.386993 0.386993 0.386993 +5040.918945 0.000000 410.376801 0.000000 0.850839 0.000000 0.525427 0.415920 0.415920 0.415920 +5030.337891 0.000000 409.126770 0.000000 0.856131 0.000000 0.516759 0.414185 0.414185 0.414185 +5027.200195 0.000000 408.187592 0.000000 0.933405 0.000000 0.358826 0.430298 0.430298 0.430298 +4992.090332 0.000000 398.686218 0.000000 0.717852 0.000000 0.696196 0.473885 0.473885 0.473885 +5079.890625 0.000000 414.448334 0.000000 0.834653 0.000000 0.550777 0.424890 0.424890 0.424890 +5113.910645 0.000000 443.341675 0.000000 0.874480 0.000000 0.485062 0.460227 0.460227 0.460227 +5085.530273 0.000000 422.682983 0.000000 0.868660 0.000000 0.495409 0.401285 0.401285 0.401285 +5091.104004 0.000000 403.932739 0.000000 0.792451 0.000000 0.609935 0.431223 0.431223 0.431223 +5081.283691 0.000000 417.008362 0.000000 0.803938 0.000000 0.594713 0.439052 0.439052 0.439052 +4261.982422 0.000000 502.136810 0.000000 0.910877 0.000000 0.412678 0.394223 0.394223 0.394223 +4279.638184 0.000000 467.618469 0.000000 0.629938 0.000000 0.776646 0.388055 0.388055 0.388055 +4287.958008 0.000000 472.773987 0.000000 0.705699 0.000000 0.708512 0.389660 0.389660 0.389660 +4268.760254 0.000000 490.380127 0.000000 0.876873 0.000000 0.480722 0.392989 0.392989 0.392989 +4265.260742 0.000000 496.097198 0.000000 0.708791 0.000000 0.705419 0.434683 0.434683 0.434683 +4290.396484 0.000000 453.737152 0.000000 0.650415 0.000000 0.759579 0.388887 0.388887 0.388887 +4415.586426 0.000000 505.309570 0.000000 0.878219 0.000000 0.478259 0.393302 0.393302 0.393302 +4379.932617 0.000000 472.144653 0.000000 0.937470 0.000000 0.348065 0.395065 0.395065 0.395065 +4403.213867 0.000000 498.132202 0.000000 0.771517 0.000000 0.636209 0.400672 0.400672 0.400672 +4457.563477 0.000000 478.365997 0.000000 0.699579 0.000000 0.714555 0.388911 0.388911 0.388911 +4441.621582 0.000000 499.749878 0.000000 0.724597 0.000000 0.689173 0.397765 0.397765 0.397765 +4451.765137 0.000000 477.722260 0.000000 0.645778 0.000000 0.763526 0.388245 0.388245 0.388245 +4450.932617 0.000000 505.951904 0.000000 0.674200 0.000000 0.738549 0.388383 0.388383 0.388383 +4408.065918 0.000000 533.721985 0.000000 0.940157 0.000000 0.340742 0.395521 0.395521 0.395521 +4418.396484 0.000000 510.221527 0.000000 0.629342 0.000000 0.777129 0.388000 0.388000 0.388000 +4525.943359 0.000000 454.229919 0.000000 0.662454 0.000000 0.749103 0.388374 0.388374 0.388374 +4671.958008 0.000000 472.773987 0.000000 0.598442 0.000000 0.801166 0.389761 0.389761 0.389761 +4656.541992 0.000000 474.460266 0.000000 0.926438 0.000000 0.376447 0.395552 0.395552 0.395552 +4661.994141 0.000000 473.161163 0.000000 0.930273 0.000000 0.366867 0.397613 0.397613 0.397613 +4687.130859 0.000000 491.246796 0.000000 0.937052 0.000000 0.349191 0.395031 0.395031 0.395031 +4690.127930 0.000000 465.151062 0.000000 0.911241 0.000000 0.411874 0.394213 0.394213 0.394213 +4674.500488 0.000000 471.619080 0.000000 0.593320 0.000000 0.804967 0.387714 0.387714 0.387714 +4686.875488 0.000000 496.637024 0.000000 0.781380 0.000000 0.624055 0.391016 0.391016 0.391016 +4683.941895 0.000000 493.679016 0.000000 0.700893 0.000000 0.713266 0.389096 0.389096 0.389096 +4781.943359 0.000000 454.229919 0.000000 0.773885 0.000000 0.633326 0.390822 0.390822 0.390822 +4747.786133 0.000000 456.927917 0.000000 0.919979 0.000000 0.391967 0.394570 0.394570 0.394570 +4774.686523 0.000000 452.180786 0.000000 0.739363 0.000000 0.673307 0.394336 0.394336 0.394336 +4976.205566 0.000000 508.333740 0.000000 0.786816 0.000000 0.617187 0.408547 0.408547 0.408547 +4986.544434 0.000000 548.782471 0.000000 0.904363 0.000000 0.426764 0.398595 0.398595 0.398595 +4959.453613 0.000000 525.089478 0.000000 0.733503 0.000000 0.679686 0.389701 0.389701 0.389701 +4954.979980 0.000000 550.192200 0.000000 0.674042 0.000000 0.738693 0.388754 0.388754 0.388754 +4986.368164 0.000000 560.285339 0.000000 0.764943 0.000000 0.644099 0.390495 0.390495 0.390495 +4991.958008 0.000000 529.258362 0.000000 0.815772 0.000000 0.578374 0.478812 0.478812 0.478812 +4991.487305 0.000000 538.587097 0.000000 0.780142 0.000000 0.625603 0.390854 0.390854 0.390854 +4942.007324 0.000000 539.249573 0.000000 0.768381 0.000000 0.639993 0.411853 0.411853 0.411853 +4965.432617 0.000000 519.386414 0.000000 0.731115 0.000000 0.682254 0.389765 0.389765 0.389765 +4948.089355 0.000000 553.176270 0.000000 0.774733 0.000000 0.632289 0.427002 0.427002 0.427002 +4961.210449 0.000000 553.232727 0.000000 0.872594 0.000000 0.488446 0.395703 0.395703 0.395703 +4980.365234 0.000000 547.625610 0.000000 0.821676 0.000000 0.569955 0.424516 0.424516 0.424516 +4942.953125 0.000000 562.331055 0.000000 0.888597 0.000000 0.458689 0.393695 0.393695 0.393695 +4991.586426 0.000000 561.793945 0.000000 0.655175 0.000000 0.755477 0.455588 0.455588 0.455588 +4949.208496 0.000000 548.238586 0.000000 0.657128 0.000000 0.753779 0.464853 0.464853 0.464853 +4940.552734 0.000000 534.553406 0.000000 0.762828 0.000000 0.646602 0.421083 0.421083 0.421083 +4963.991211 0.000000 524.085876 0.000000 0.878950 0.000000 0.476914 0.475537 0.475537 0.475537 +4982.864258 0.000000 563.358032 0.000000 0.629946 0.000000 0.776639 0.414401 0.414401 0.414401 +4987.211426 0.000000 537.977539 0.000000 0.791758 0.000000 0.610835 0.391141 0.391141 0.391141 +4966.889160 0.000000 531.799011 0.000000 0.874644 0.000000 0.484765 0.407161 0.407161 0.407161 +4951.371094 0.000000 551.373291 0.000000 0.896862 0.000000 0.442310 0.468713 0.468713 0.468713 +4962.735840 0.000000 548.012451 0.000000 0.692399 0.000000 0.721515 0.388772 0.388772 0.388772 +4957.530273 0.000000 535.651733 0.000000 0.828112 0.000000 0.560562 0.471737 0.471737 0.471737 +4983.062500 0.000000 559.376831 0.000000 0.944821 0.000000 0.327586 0.396286 0.396286 0.396286 +4969.064941 0.000000 560.064941 0.000000 0.824946 0.000000 0.565212 0.424609 0.424609 0.424609 +4951.836426 0.000000 558.972229 0.000000 0.871842 0.000000 0.489787 0.462018 0.462018 0.462018 +4961.099609 0.000000 542.309082 0.000000 0.689387 0.000000 0.724393 0.456451 0.456451 0.456451 +4988.832520 0.000000 540.681152 0.000000 0.933088 0.000000 0.359647 0.493342 0.493342 0.493342 +4989.032715 0.000000 530.547424 0.000000 0.599443 0.000000 0.800418 0.406411 0.406411 0.406411 +4976.746582 0.000000 511.597046 0.000000 0.609171 0.000000 0.793039 0.395504 0.395504 0.395504 +4986.504395 0.000000 532.118225 0.000000 0.850230 0.000000 0.526412 0.444247 0.444247 0.444247 +4981.519043 0.000000 534.984802 0.000000 0.600559 0.000000 0.799581 0.452444 0.452444 0.452444 +4964.029297 0.000000 526.912170 0.000000 0.948104 0.000000 0.317962 0.450193 0.450193 0.450193 +5006.220703 0.000000 468.955902 0.000000 0.692896 0.000000 0.721037 0.410146 0.410146 0.410146 +5050.385254 0.000000 454.467041 0.000000 0.742191 0.000000 0.670189 0.398141 0.398141 0.398141 +5033.656250 0.000000 491.984772 0.000000 0.831328 0.000000 0.555781 0.400253 0.400253 0.400253 +5014.628418 0.000000 481.902222 0.000000 0.934764 0.000000 0.355269 0.464791 0.464791 0.464791 +5034.835938 0.000000 457.881287 0.000000 0.758553 0.000000 0.651611 0.396626 0.396626 0.396626 +5050.631836 0.000000 487.011444 0.000000 0.914788 0.000000 0.403935 0.402776 0.402776 0.402776 +5051.000977 0.000000 489.676056 0.000000 0.774274 0.000000 0.632850 0.417621 0.417621 0.417621 +5111.531250 0.000000 462.478668 0.000000 0.633929 0.000000 0.773391 0.395964 0.395964 0.395964 +5108.463867 0.000000 466.956848 0.000000 0.636585 0.000000 0.771206 0.388593 0.388593 0.388593 +5064.667480 0.000000 456.654236 0.000000 0.872115 0.000000 0.489301 0.414674 0.414674 0.414674 +5064.614258 0.000000 465.403870 0.000000 0.788837 0.000000 0.614602 0.485373 0.485373 0.485373 +5116.013184 0.000000 466.739746 0.000000 0.866200 0.000000 0.499697 0.452355 0.452355 0.452355 +4994.396484 0.000000 510.221527 0.000000 0.862468 0.000000 0.506112 0.450331 0.450331 0.450331 +5055.487305 0.000000 538.587097 0.000000 0.922011 0.000000 0.387164 0.394442 0.394442 0.394442 +5012.569336 0.000000 513.745850 0.000000 0.689826 0.000000 0.723975 0.389086 0.389086 0.389086 +4996.032715 0.000000 539.970947 0.000000 0.691887 0.000000 0.722005 0.389634 0.389634 0.389634 +5042.789551 0.000000 520.446655 0.000000 0.721622 0.000000 0.692287 0.389691 0.389691 0.389691 +4998.330566 0.000000 520.456177 0.000000 0.739470 0.000000 0.673190 0.390007 0.390007 0.390007 +4997.464844 0.000000 513.141296 0.000000 0.920916 0.000000 0.389761 0.418294 0.418294 0.418294 +5022.953613 0.000000 564.611877 0.000000 0.653223 0.000000 0.757166 0.425989 0.425989 0.425989 +5043.863281 0.000000 532.732117 0.000000 0.898670 0.000000 0.438625 0.442195 0.442195 0.442195 +5043.634277 0.000000 551.087219 0.000000 0.594749 0.000000 0.803912 0.424751 0.424751 0.424751 +5024.449219 0.000000 534.354675 0.000000 0.736977 0.000000 0.675918 0.394286 0.394286 0.394286 +5045.860840 0.000000 556.425842 0.000000 0.921597 0.000000 0.388149 0.418321 0.418321 0.418321 +5001.604492 0.000000 535.813782 0.000000 0.806608 0.000000 0.591086 0.407161 0.407161 0.407161 +4992.936035 0.000000 530.968933 0.000000 0.910298 0.000000 0.413953 0.406434 0.406434 0.406434 +5022.961914 0.000000 509.320679 0.000000 0.845091 0.000000 0.534622 0.483629 0.483629 0.483629 +5045.519043 0.000000 534.984802 0.000000 0.709668 0.000000 0.704536 0.425406 0.425406 0.425406 +5020.947754 0.000000 538.431213 0.000000 0.620917 0.000000 0.783877 0.416066 0.416066 0.416066 +5090.900879 0.000000 508.424103 0.000000 0.685559 0.000000 0.728017 0.454503 0.454503 0.454503 +5096.763184 0.000000 523.481567 0.000000 0.890600 0.000000 0.454787 0.393517 0.393517 0.393517 +5098.673340 0.000000 508.503296 0.000000 0.918891 0.000000 0.394512 0.404837 0.404837 0.404837 +5081.916992 0.000000 553.125549 0.000000 0.804584 0.000000 0.593839 0.446578 0.446578 0.446578 +5068.721191 0.000000 546.684204 0.000000 0.808629 0.000000 0.588319 0.424152 0.424152 0.424152 +4991.487305 0.000000 595.071472 0.000000 0.857963 0.000000 0.513712 0.465275 0.465275 0.465275 +4972.662598 0.000000 615.423950 0.000000 0.856748 0.000000 0.515736 0.410416 0.410416 0.410416 +4982.381836 0.000000 594.171387 0.000000 0.873478 0.000000 0.486863 0.420409 0.420409 0.420409 +4988.832520 0.000000 597.165527 0.000000 0.657549 0.000000 0.753412 0.392698 0.392698 0.392698 +4966.581055 0.000000 599.968201 0.000000 0.749390 0.000000 0.662129 0.411403 0.411403 0.411403 +4986.631836 0.000000 599.980164 0.000000 0.717095 0.000000 0.696975 0.406941 0.406941 0.406941 +4986.504395 0.000000 588.602600 0.000000 0.616220 0.000000 0.787574 0.460156 0.460156 0.460156 +4983.531250 0.000000 631.931824 0.000000 0.698166 0.000000 0.715936 0.460382 0.460382 0.460382 +4990.270020 0.000000 625.759521 0.000000 0.613630 0.000000 0.789594 0.474761 0.474761 0.474761 +4992.254883 0.000000 611.984619 0.000000 0.757433 0.000000 0.652913 0.390160 0.390160 0.390160 +5023.826172 0.000000 572.966125 0.000000 0.867029 0.000000 0.498258 0.475057 0.475057 0.475057 +5028.045898 0.000000 570.118652 0.000000 0.618055 0.000000 0.786135 0.462036 0.462036 0.462036 +5008.971680 0.000000 614.020752 0.000000 0.679764 0.000000 0.733431 0.388900 0.388900 0.388900 +4995.505371 0.000000 608.269897 0.000000 0.606449 0.000000 0.795122 0.412084 0.412084 0.412084 +4992.514160 0.000000 580.924622 0.000000 0.757815 0.000000 0.652470 0.398485 0.398485 0.398485 +5045.013672 0.000000 599.490112 0.000000 0.712997 0.000000 0.701167 0.481149 0.481149 0.481149 +5022.953613 0.000000 621.096252 0.000000 0.924629 0.000000 0.380870 0.447103 0.447103 0.447103 +5009.939453 0.000000 606.639343 0.000000 0.894329 0.000000 0.447409 0.436326 0.436326 0.436326 +5039.663086 0.000000 574.855652 0.000000 0.707438 0.000000 0.706776 0.399273 0.399273 0.399273 +5020.431641 0.000000 572.351624 0.000000 0.877287 0.000000 0.479967 0.467903 0.467903 0.467903 +5050.028320 0.000000 577.942322 0.000000 0.683195 0.000000 0.730236 0.435928 0.435928 0.435928 +5052.832520 0.000000 597.165527 0.000000 0.641098 0.000000 0.767459 0.466284 0.466284 0.466284 +5009.722656 0.000000 617.021057 0.000000 0.724932 0.000000 0.688821 0.468525 0.468525 0.468525 +5022.961914 0.000000 565.805054 0.000000 0.939123 0.000000 0.343581 0.434395 0.434395 0.434395 +5022.608887 0.000000 570.383423 0.000000 0.910996 0.000000 0.412416 0.467441 0.467441 0.467441 +5030.824707 0.000000 570.081665 0.000000 0.610062 0.000000 0.792354 0.412155 0.412155 0.412155 +5057.451172 0.000000 577.019409 0.000000 0.604521 0.000000 0.796589 0.465373 0.465373 0.465373 +5112.065918 0.000000 590.206360 0.000000 0.773040 0.000000 0.634357 0.390805 0.390805 0.390805 +5105.519043 0.000000 571.173401 0.000000 0.721286 0.000000 0.692637 0.408899 0.408899 0.408899 +5108.365234 0.000000 604.109985 0.000000 0.788001 0.000000 0.615673 0.434851 0.434851 0.434851 +5063.914551 0.000000 566.680664 0.000000 0.904493 0.000000 0.426488 0.394783 0.394783 0.394783 +5111.531250 0.000000 575.447449 0.000000 0.857790 0.000000 0.514001 0.393388 0.393388 0.393388 +5117.524414 0.000000 581.913452 0.000000 0.950397 0.000000 0.311038 0.440725 0.440725 0.440725 +5094.535645 0.000000 594.351868 0.000000 0.949769 0.000000 0.312951 0.425330 0.425330 0.425330 +5112.315430 0.000000 601.852722 0.000000 0.666939 0.000000 0.745113 0.450341 0.450341 0.450341 +5107.213867 0.000000 611.100952 0.000000 0.591271 0.000000 0.806473 0.476023 0.476023 0.476023 +5067.941895 0.000000 606.647766 0.000000 0.757712 0.000000 0.652589 0.463891 0.463891 0.463891 +5104.023926 0.000000 617.378784 0.000000 0.690911 0.000000 0.722939 0.467586 0.467586 0.467586 +5094.686523 0.000000 565.149536 0.000000 0.704039 0.000000 0.710162 0.389077 0.389077 0.389077 +5065.278320 0.000000 614.927307 0.000000 0.938580 0.000000 0.345062 0.440115 0.440115 0.440115 +5115.100586 0.000000 574.936462 0.000000 0.652948 0.000000 0.757402 0.437077 0.437077 0.437077 +5114.462402 0.000000 581.913818 0.000000 0.623766 0.000000 0.781611 0.438263 0.438263 0.438263 +5065.604492 0.000000 592.298157 0.000000 0.872047 0.000000 0.489423 0.427947 0.427947 0.427947 +5114.504395 0.000000 588.602600 0.000000 0.949956 0.000000 0.312383 0.408047 0.408047 0.408047 +5056.042480 0.000000 564.851074 0.000000 0.778086 0.000000 0.628157 0.406458 0.406458 0.406458 +5077.934570 0.000000 619.655701 0.000000 0.692933 0.000000 0.721002 0.438014 0.438014 0.438014 +5092.029297 0.000000 583.396545 0.000000 0.690343 0.000000 0.723482 0.436097 0.436097 0.436097 +5100.352051 0.000000 582.104858 0.000000 0.798936 0.000000 0.601416 0.423889 0.423889 0.423889 +5077.235840 0.000000 584.704834 0.000000 0.755612 0.000000 0.655019 0.409677 0.409677 0.409677 +5103.447754 0.000000 577.529419 0.000000 0.874863 0.000000 0.484370 0.433729 0.433729 0.433729 +5112.473633 0.000000 572.974487 0.000000 0.857384 0.000000 0.514677 0.448265 0.448265 0.448265 +5029.432617 0.000000 632.355164 0.000000 0.818994 0.000000 0.573802 0.460165 0.460165 0.460165 +5036.062988 0.000000 630.317261 0.000000 0.927610 0.000000 0.373549 0.394705 0.394705 0.394705 +5017.237793 0.000000 627.487000 0.000000 0.945111 0.000000 0.326751 0.395513 0.395513 0.395513 +5015.293457 0.000000 644.892883 0.000000 0.806581 0.000000 0.591124 0.469136 0.469136 0.469136 +5010.190430 0.000000 630.850281 0.000000 0.683683 0.000000 0.729780 0.417384 0.417384 0.417384 +5014.782715 0.000000 628.631470 0.000000 0.721250 0.000000 0.692675 0.412629 0.412629 0.412629 +4992.090332 0.000000 624.623718 0.000000 0.901259 0.000000 0.433280 0.436590 0.436590 0.436590 +5007.671387 0.000000 622.857239 0.000000 0.710047 0.000000 0.704154 0.469961 0.469961 0.469961 +5030.824707 0.000000 626.566040 0.000000 0.846984 0.000000 0.531618 0.491223 0.491223 0.491223 +5100.062988 0.000000 630.317261 0.000000 0.710823 0.000000 0.703370 0.486632 0.486632 0.486632 +5117.212891 0.000000 646.719910 0.000000 0.823706 0.000000 0.567017 0.391993 0.391993 0.391993 +5111.531250 0.000000 631.931824 0.000000 0.626581 0.000000 0.779356 0.423570 0.423570 0.423570 +5109.994141 0.000000 642.614258 0.000000 0.791684 0.000000 0.610930 0.451818 0.451818 0.451818 +5088.426758 0.000000 633.765930 0.000000 0.611358 0.000000 0.791354 0.463707 0.463707 0.463707 +5083.131348 0.000000 637.449280 0.000000 0.773052 0.000000 0.634343 0.460613 0.460613 0.460613 +5094.889160 0.000000 644.767761 0.000000 0.589031 0.000000 0.808110 0.466826 0.466826 0.466826 +5081.706543 0.000000 634.967468 0.000000 0.722234 0.000000 0.691649 0.449887 0.449887 0.449887 +5109.566895 0.000000 633.790344 0.000000 0.645715 0.000000 0.763578 0.420277 0.420277 0.420277 +5103.447754 0.000000 634.013794 0.000000 0.757504 0.000000 0.652831 0.486212 0.486212 0.486212 +5112.473633 0.000000 629.458862 0.000000 0.916255 0.000000 0.400595 0.460068 0.460068 0.460068 +5168.205566 0.000000 395.364990 0.000000 0.671929 0.000000 0.740615 0.391112 0.391112 0.391112 +5179.981445 0.000000 394.125488 0.000000 0.899958 0.000000 0.435977 0.470746 0.470746 0.470746 +5185.318848 0.000000 377.794647 0.000000 0.937857 0.000000 0.347022 0.395328 0.395328 0.395328 +5184.254883 0.000000 386.047119 0.000000 0.889862 0.000000 0.456229 0.443755 0.443755 0.443755 +5187.505371 0.000000 382.332397 0.000000 0.788124 0.000000 0.615517 0.414215 0.414215 0.414215 +5187.510742 0.000000 385.834229 0.000000 0.903892 0.000000 0.427761 0.408116 0.408116 0.408116 +5190.057129 0.000000 383.843994 0.000000 0.942196 0.000000 0.335063 0.470935 0.470935 0.470935 +5148.793945 0.000000 398.232391 0.000000 0.938480 0.000000 0.345334 0.463076 0.463076 0.463076 +5165.943359 0.000000 397.745544 0.000000 0.879835 0.000000 0.475280 0.441487 0.441487 0.441487 +5170.318359 0.000000 395.596527 0.000000 0.840693 0.000000 0.541512 0.400501 0.400501 0.400501 +5121.884766 0.000000 446.443176 0.000000 0.741340 0.000000 0.671130 0.450395 0.450395 0.450395 +5152.618164 0.000000 398.756226 0.000000 0.859692 0.000000 0.510812 0.408608 0.408608 0.408608 +5158.686523 0.000000 395.696411 0.000000 0.934846 0.000000 0.355052 0.403544 0.403544 0.403544 +5123.510742 0.000000 442.318604 0.000000 0.666342 0.000000 0.745646 0.422572 0.422572 0.422572 +5161.676758 0.000000 413.457611 0.000000 0.890649 0.000000 0.454691 0.453276 0.453276 0.453276 +5245.248047 0.000000 441.392670 0.000000 0.695231 0.000000 0.718787 0.389187 0.389187 0.389187 +5234.584961 0.000000 423.284882 0.000000 0.840522 0.000000 0.541778 0.402388 0.402388 0.402388 +5240.315430 0.000000 432.399597 0.000000 0.644370 0.000000 0.764714 0.442419 0.442419 0.442419 +5187.837402 0.000000 418.952698 0.000000 0.848769 0.000000 0.528763 0.398827 0.398827 0.398827 +5222.889160 0.000000 418.830261 0.000000 0.591364 0.000000 0.806405 0.400721 0.400721 0.400721 +5201.939453 0.000000 437.186218 0.000000 0.818200 0.000000 0.574933 0.426301 0.426301 0.426301 +5239.062500 0.000000 446.408112 0.000000 0.639913 0.000000 0.768447 0.403493 0.403493 0.403493 +5225.967773 0.000000 425.208557 0.000000 0.923087 0.000000 0.384592 0.406908 0.406908 0.406908 +5231.537109 0.000000 422.519073 0.000000 0.823590 0.000000 0.567186 0.394387 0.394387 0.394387 +5222.469727 0.000000 421.984680 0.000000 0.607297 0.000000 0.794475 0.406561 0.406561 0.406561 +5251.510742 0.000000 442.318604 0.000000 0.790517 0.000000 0.612441 0.436796 0.436796 0.436796 +5178.544434 0.000000 492.298096 0.000000 0.619752 0.000000 0.784798 0.387925 0.387925 0.387925 +5121.017578 0.000000 478.568054 0.000000 0.702050 0.000000 0.712128 0.404754 0.404754 0.404754 +5165.434082 0.000000 481.604279 0.000000 0.905177 0.000000 0.425035 0.393994 0.393994 0.393994 +5164.083496 0.000000 471.935974 0.000000 0.882585 0.000000 0.470153 0.464329 0.464329 0.464329 +5152.426758 0.000000 464.312805 0.000000 0.733076 0.000000 0.680147 0.450174 0.450174 0.450174 +5147.131348 0.000000 467.996155 0.000000 0.762558 0.000000 0.646920 0.402342 0.402342 0.402342 +5126.424805 0.000000 472.235168 0.000000 0.867593 0.000000 0.497274 0.444839 0.444839 0.444839 +5164.412598 0.000000 494.148712 0.000000 0.901644 0.000000 0.432480 0.465123 0.465123 0.465123 +5149.530273 0.000000 479.167358 0.000000 0.792063 0.000000 0.610439 0.410557 0.410557 0.410557 +5178.305176 0.000000 495.856445 0.000000 0.770875 0.000000 0.636986 0.451213 0.451213 0.451213 +5171.759277 0.000000 483.239838 0.000000 0.908715 0.000000 0.417416 0.461631 0.461631 0.461631 +5165.386719 0.000000 506.582001 0.000000 0.836128 0.000000 0.548534 0.455088 0.455088 0.455088 +5133.099609 0.000000 471.651642 0.000000 0.859802 0.000000 0.510627 0.440788 0.440788 0.440788 +5144.795410 0.000000 479.787201 0.000000 0.878210 0.000000 0.478275 0.452796 0.452796 0.452796 +5159.591309 0.000000 493.711060 0.000000 0.897940 0.000000 0.440118 0.455469 0.455469 0.455469 +5217.210449 0.000000 496.748322 0.000000 0.824922 0.000000 0.565247 0.473503 0.473503 0.473503 +5245.512207 0.000000 451.901184 0.000000 0.865281 0.000000 0.501286 0.393026 0.393026 0.393026 +5236.365234 0.000000 491.141235 0.000000 0.843091 0.000000 0.537771 0.392487 0.392487 0.392487 +5245.292480 0.000000 464.433960 0.000000 0.743140 0.000000 0.669136 0.478337 0.478337 0.478337 +5239.107910 0.000000 497.076294 0.000000 0.904744 0.000000 0.425957 0.493742 0.493742 0.493742 +5245.658691 0.000000 487.190735 0.000000 0.774143 0.000000 0.633011 0.432604 0.432604 0.432604 +5245.212891 0.000000 477.266785 0.000000 0.717687 0.000000 0.696366 0.389230 0.389230 0.389230 +5200.971680 0.000000 501.052032 0.000000 0.921586 0.000000 0.388175 0.420231 0.420231 0.420231 +5195.406250 0.000000 484.945801 0.000000 0.928876 0.000000 0.370392 0.491196 0.491196 0.491196 +5225.967773 0.000000 481.692932 0.000000 0.944672 0.000000 0.328016 0.442338 0.442338 0.442338 +5234.798340 0.000000 488.556183 0.000000 0.867156 0.000000 0.498037 0.408830 0.408830 0.408830 +5169.519043 0.000000 514.689026 0.000000 0.790715 0.000000 0.612185 0.395478 0.395478 0.395478 +5157.432617 0.000000 519.386414 0.000000 0.815468 0.000000 0.578803 0.448786 0.448786 0.448786 +5140.089355 0.000000 553.176270 0.000000 0.942987 0.000000 0.332830 0.395273 0.395273 0.395273 +5164.760254 0.000000 546.864502 0.000000 0.927684 0.000000 0.373367 0.394937 0.394937 0.394937 +5181.292480 0.000000 520.918335 0.000000 0.617189 0.000000 0.786815 0.388107 0.388107 0.388107 +5175.531250 0.000000 518.963074 0.000000 0.828464 0.000000 0.560043 0.428480 0.428480 0.428480 +5145.505859 0.000000 562.131104 0.000000 0.880414 0.000000 0.474206 0.399737 0.399737 0.399737 +5146.364746 0.000000 533.920715 0.000000 0.868200 0.000000 0.496215 0.475103 0.475103 0.475103 +5172.003906 0.000000 511.686951 0.000000 0.719178 0.000000 0.694825 0.510899 0.510899 0.510899 +5168.580566 0.000000 538.800110 0.000000 0.936835 0.000000 0.349771 0.455339 0.455339 0.455339 +5171.016113 0.000000 529.210510 0.000000 0.936946 0.000000 0.349475 0.407466 0.407466 0.407466 +5149.958984 0.000000 518.559692 0.000000 0.863743 0.000000 0.503932 0.423887 0.423887 0.423887 +5132.721191 0.000000 546.684204 0.000000 0.706038 0.000000 0.708174 0.423461 0.423461 0.423461 +5185.451172 0.000000 520.535034 0.000000 0.602410 0.000000 0.798187 0.540051 0.540051 0.540051 +5210.979980 0.000000 550.192200 0.000000 0.592944 0.000000 0.805244 0.391513 0.391513 0.391513 +5195.959473 0.000000 556.850220 0.000000 0.864122 0.000000 0.503283 0.456060 0.456060 0.456060 +5239.638184 0.000000 524.102844 0.000000 0.873131 0.000000 0.487486 0.462067 0.462067 0.462067 +5193.400879 0.000000 524.478516 0.000000 0.698232 0.000000 0.715871 0.399083 0.399083 0.399083 +5198.007324 0.000000 539.249573 0.000000 0.591869 0.000000 0.806034 0.485169 0.485169 0.485169 +5209.621582 0.000000 556.234253 0.000000 0.830374 0.000000 0.557206 0.422880 0.422880 0.422880 +5219.765137 0.000000 534.206604 0.000000 0.819818 0.000000 0.572625 0.391628 0.391628 0.391628 +5209.505859 0.000000 562.131104 0.000000 0.723860 0.000000 0.689947 0.410822 0.410822 0.410822 +5219.991211 0.000000 524.085876 0.000000 0.744033 0.000000 0.668143 0.418756 0.418756 0.418756 +5216.426758 0.000000 520.797180 0.000000 0.611925 0.000000 0.790916 0.421419 0.421419 0.421419 +5188.763672 0.000000 544.551575 0.000000 0.709889 0.000000 0.704314 0.391857 0.391857 0.391857 +5246.270020 0.000000 512.790771 0.000000 0.736424 0.000000 0.676521 0.429772 0.429772 0.429772 +5192.908691 0.000000 554.259399 0.000000 0.759309 0.000000 0.650730 0.434085 0.434085 0.434085 +5189.464844 0.000000 513.141296 0.000000 0.718864 0.000000 0.695151 0.438648 0.438648 0.438648 +5202.190430 0.000000 517.881531 0.000000 0.905557 0.000000 0.424224 0.451984 0.451984 0.451984 +5213.392090 0.000000 553.032837 0.000000 0.646706 0.000000 0.762739 0.448007 0.448007 0.448007 +5236.014648 0.000000 517.202698 0.000000 0.934969 0.000000 0.354730 0.460979 0.460979 0.460979 +5216.449219 0.000000 534.354675 0.000000 0.777736 0.000000 0.628591 0.393300 0.393300 0.393300 +5195.486816 0.000000 516.919006 0.000000 0.753096 0.000000 0.657910 0.448852 0.448852 0.448852 +5201.360840 0.000000 554.519714 0.000000 0.611395 0.000000 0.791325 0.434307 0.434307 0.434307 +5219.200195 0.000000 521.156372 0.000000 0.891349 0.000000 0.453317 0.440014 0.440014 0.440014 +5209.706543 0.000000 521.998718 0.000000 0.927542 0.000000 0.373719 0.424301 0.424301 0.424301 +5206.782715 0.000000 515.662720 0.000000 0.919258 0.000000 0.393656 0.448768 0.448768 0.448768 +5249.318848 0.000000 490.763397 0.000000 0.857965 0.000000 0.513709 0.440727 0.440727 0.440727 +5252.458496 0.000000 506.340973 0.000000 0.680480 0.000000 0.732767 0.388667 0.388667 0.388667 +5255.914551 0.000000 453.711914 0.000000 0.938262 0.000000 0.345925 0.395185 0.395185 0.395185 +5252.957520 0.000000 491.722076 0.000000 0.833911 0.000000 0.551899 0.503847 0.503847 0.503847 +5254.057129 0.000000 496.812744 0.000000 0.679336 0.000000 0.733828 0.439542 0.439542 0.439542 +5249.451172 0.000000 520.535034 0.000000 0.817598 0.000000 0.575789 0.391575 0.391575 0.391575 +5311.487305 0.000000 538.587097 0.000000 0.771264 0.000000 0.636516 0.406296 0.406296 0.406296 +5262.007324 0.000000 539.249573 0.000000 0.804914 0.000000 0.593391 0.420290 0.420290 0.420290 +5250.500488 0.000000 528.103455 0.000000 0.681660 0.000000 0.731669 0.395024 0.395024 0.395024 +5280.032227 0.000000 545.297241 0.000000 0.800289 0.000000 0.599615 0.485762 0.485762 0.485762 +5277.237305 0.000000 541.881592 0.000000 0.945717 0.000000 0.324992 0.505584 0.505584 0.505584 +5251.837402 0.000000 531.921448 0.000000 0.774565 0.000000 0.632494 0.486763 0.486763 0.486763 +5265.939453 0.000000 550.154968 0.000000 0.659787 0.000000 0.751453 0.407598 0.407598 0.407598 +5286.346680 0.000000 562.617065 0.000000 0.855152 0.000000 0.518377 0.431183 0.431183 0.431183 +5259.406250 0.000000 541.430176 0.000000 0.724177 0.000000 0.689614 0.423884 0.423884 0.423884 +5281.099609 0.000000 542.309082 0.000000 0.731006 0.000000 0.682371 0.455696 0.455696 0.455696 +5360.205566 0.000000 564.818115 0.000000 0.922326 0.000000 0.386413 0.483222 0.483222 0.483222 +5334.478027 0.000000 543.252686 0.000000 0.701251 0.000000 0.712914 0.399145 0.399145 0.399145 +5326.953125 0.000000 562.331055 0.000000 0.664886 0.000000 0.746945 0.394697 0.394697 0.394697 +5346.932617 0.000000 562.436279 0.000000 0.800713 0.000000 0.599049 0.437083 0.437083 0.437083 +5330.817383 0.000000 538.803284 0.000000 0.630776 0.000000 0.775965 0.387582 0.387582 0.387582 +5337.681152 0.000000 542.136841 0.000000 0.785669 0.000000 0.618647 0.393480 0.393480 0.393480 +5328.244141 0.000000 537.557190 0.000000 0.923978 0.000000 0.382446 0.445164 0.445164 0.445164 +5157.432617 0.000000 575.870789 0.000000 0.679398 0.000000 0.733770 0.402423 0.402423 0.402423 +5146.122559 0.000000 575.652161 0.000000 0.802729 0.000000 0.596344 0.405180 0.405180 0.405180 +5154.900879 0.000000 564.908447 0.000000 0.852351 0.000000 0.522971 0.392608 0.392608 0.392608 +5161.260742 0.000000 609.065918 0.000000 0.780235 0.000000 0.625487 0.390856 0.390856 0.390856 +5151.826172 0.000000 572.966125 0.000000 0.829330 0.000000 0.558759 0.392096 0.392096 0.392096 +5170.584961 0.000000 592.737976 0.000000 0.888240 0.000000 0.459379 0.443694 0.443694 0.443694 +5165.943359 0.000000 567.198669 0.000000 0.944723 0.000000 0.327869 0.530358 0.530358 0.530358 +5137.256836 0.000000 599.558594 0.000000 0.745321 0.000000 0.666706 0.392590 0.392590 0.392590 +5139.007324 0.000000 582.922119 0.000000 0.833450 0.000000 0.552594 0.392165 0.392165 0.392165 +5181.507812 0.000000 614.620544 0.000000 0.933559 0.000000 0.358425 0.394966 0.394966 0.394966 +5171.863281 0.000000 589.216492 0.000000 0.680225 0.000000 0.733003 0.424733 0.424733 0.424733 +5160.974609 0.000000 576.365295 0.000000 0.654680 0.000000 0.755906 0.468473 0.468473 0.468473 +5145.681152 0.000000 598.621216 0.000000 0.664237 0.000000 0.747522 0.407689 0.407689 0.407689 +5154.857422 0.000000 593.972656 0.000000 0.683924 0.000000 0.729553 0.417389 0.417389 0.417389 +5161.967773 0.000000 594.661682 0.000000 0.717134 0.000000 0.696935 0.395740 0.395740 0.395740 +5168.746582 0.000000 568.081421 0.000000 0.946983 0.000000 0.321283 0.409829 0.409829 0.409829 +5158.337891 0.000000 578.579895 0.000000 0.827851 0.000000 0.560948 0.409603 0.409603 0.409603 +5232.205566 0.000000 621.302490 0.000000 0.937855 0.000000 0.347029 0.436250 0.436250 0.436250 +5192.407715 0.000000 572.656128 0.000000 0.826251 0.000000 0.563302 0.391664 0.391664 0.391664 +5231.868652 0.000000 613.254700 0.000000 0.938468 0.000000 0.345365 0.468814 0.468814 0.468814 +5245.507812 0.000000 614.620544 0.000000 0.942850 0.000000 0.333216 0.446077 0.446077 0.446077 +5214.961914 0.000000 565.805054 0.000000 0.849907 0.000000 0.526932 0.498859 0.498859 0.498859 +5138.283691 0.000000 622.460815 0.000000 0.601630 0.000000 0.798775 0.387341 0.387341 0.387341 +5158.686523 0.000000 621.633911 0.000000 0.876291 0.000000 0.481783 0.471646 0.471646 0.471646 +5162.673340 0.000000 621.472046 0.000000 0.864086 0.000000 0.503344 0.442825 0.442825 0.442825 +5135.197266 0.000000 632.960876 0.000000 0.725857 0.000000 0.687845 0.435101 0.435101 0.435101 +5145.661133 0.000000 624.394348 0.000000 0.659795 0.000000 0.751446 0.426133 0.426133 0.426133 +5155.200195 0.000000 634.125122 0.000000 0.918275 0.000000 0.395942 0.456350 0.456350 0.456350 +5121.451660 0.000000 630.720581 0.000000 0.927244 0.000000 0.374458 0.428113 0.428113 0.428113 +5196.978516 0.000000 622.064087 0.000000 0.908694 0.000000 0.417463 0.457826 0.457826 0.457826 +5215.758301 0.000000 651.487732 0.000000 0.906957 0.000000 0.421222 0.394312 0.394312 0.394312 +5195.959473 0.000000 669.818970 0.000000 0.704751 0.000000 0.709454 0.430869 0.430869 0.430869 +5199.272949 0.000000 643.246704 0.000000 0.824694 0.000000 0.565579 0.391626 0.391626 0.391626 +5206.478027 0.000000 656.221436 0.000000 0.941801 0.000000 0.336172 0.457514 0.457514 0.457514 +5195.941895 0.000000 663.132141 0.000000 0.939198 0.000000 0.343375 0.399888 0.399888 0.399888 +5199.831543 0.000000 625.500000 0.000000 0.950802 0.000000 0.309801 0.473361 0.473361 0.473361 +5207.293457 0.000000 644.892883 0.000000 0.843103 0.000000 0.537752 0.394888 0.394888 0.394888 +5226.288574 0.000000 644.475952 0.000000 0.939174 0.000000 0.343442 0.474589 0.474589 0.474589 +5207.836426 0.000000 671.940979 0.000000 0.807480 0.000000 0.589895 0.459795 0.459795 0.459795 +5225.967773 0.000000 651.146057 0.000000 0.892962 0.000000 0.450132 0.422967 0.422967 0.422967 +5186.356934 0.000000 626.226318 0.000000 0.860087 0.000000 0.510147 0.510571 0.510571 0.510571 +5192.667480 0.000000 626.107361 0.000000 0.712141 0.000000 0.702037 0.416153 0.416153 0.416153 +5191.213379 0.000000 659.528198 0.000000 0.917926 0.000000 0.396751 0.416266 0.416266 0.416266 +5211.635742 0.000000 644.378479 0.000000 0.743444 0.000000 0.668798 0.426213 0.426213 0.426213 +5184.090332 0.000000 624.623718 0.000000 0.871238 0.000000 0.490861 0.461995 0.461995 0.461995 +5293.516602 0.000000 579.577026 0.000000 0.824899 0.000000 0.565280 0.398197 0.398197 0.398197 +5288.832520 0.000000 568.344910 0.000000 0.600057 0.000000 0.799957 0.494510 0.494510 0.494510 +5311.958008 0.000000 585.742737 0.000000 0.930930 0.000000 0.365197 0.464593 0.464593 0.464593 +5289.385742 0.000000 597.761902 0.000000 0.701214 0.000000 0.712950 0.473415 0.473415 0.473415 +5283.765137 0.000000 590.690979 0.000000 0.684616 0.000000 0.728904 0.388949 0.388949 0.388949 +5303.531250 0.000000 575.447449 0.000000 0.892669 0.000000 0.450712 0.457152 0.457152 0.457152 +5295.663086 0.000000 574.855652 0.000000 0.898043 0.000000 0.439908 0.404104 0.404104 0.404104 +5300.014648 0.000000 573.687073 0.000000 0.930040 0.000000 0.367459 0.489354 0.489354 0.489354 +5298.798340 0.000000 601.524902 0.000000 0.652532 0.000000 0.757761 0.451836 0.451836 0.451836 +5313.451172 0.000000 577.019409 0.000000 0.822530 0.000000 0.568722 0.394361 0.394361 0.394361 +5368.065918 0.000000 590.206360 0.000000 0.702386 0.000000 0.711796 0.408487 0.408487 0.408487 +5361.519043 0.000000 571.173401 0.000000 0.774026 0.000000 0.633153 0.391065 0.391065 0.391065 +5332.569336 0.000000 570.230225 0.000000 0.764432 0.000000 0.644704 0.391126 0.391126 0.391126 +5370.511719 0.000000 585.353760 0.000000 0.720507 0.000000 0.693448 0.444267 0.444267 0.444267 +5367.531250 0.000000 575.447449 0.000000 0.929375 0.000000 0.369138 0.477873 0.477873 0.477873 +5323.929688 0.000000 576.849609 0.000000 0.780946 0.000000 0.624598 0.417788 0.417788 0.417788 +5366.173828 0.000000 571.028015 0.000000 0.864542 0.000000 0.502561 0.446623 0.446623 0.446623 +5362.318359 0.000000 565.049622 0.000000 0.849712 0.000000 0.527247 0.392374 0.392374 0.392374 +5333.668945 0.000000 574.632629 0.000000 0.588810 0.000000 0.808272 0.389591 0.389591 0.389591 +5329.260254 0.000000 591.300903 0.000000 0.888817 0.000000 0.458262 0.419020 0.419020 0.419020 +5374.624512 0.000000 573.663879 0.000000 0.674806 0.000000 0.737995 0.398611 0.398611 0.398611 +5365.013672 0.000000 599.490112 0.000000 0.925044 0.000000 0.379861 0.477646 0.477646 0.477646 +5346.735840 0.000000 604.496826 0.000000 0.774611 0.000000 0.632439 0.475585 0.475585 0.475585 +5364.003906 0.000000 568.171326 0.000000 0.918148 0.000000 0.396238 0.467776 0.467776 0.467776 +5359.917480 0.000000 601.625793 0.000000 0.899658 0.000000 0.436595 0.470733 0.470733 0.470733 +5354.288574 0.000000 587.991577 0.000000 0.843736 0.000000 0.536758 0.472292 0.472292 0.472292 +5327.197266 0.000000 576.476501 0.000000 0.864220 0.000000 0.503114 0.414429 0.414429 0.414429 +5346.857422 0.000000 593.972656 0.000000 0.896544 0.000000 0.442955 0.423095 0.423095 0.423095 +5370.462402 0.000000 581.913818 0.000000 0.590789 0.000000 0.806826 0.422829 0.422829 0.422829 +5321.084961 0.000000 575.661621 0.000000 0.943964 0.000000 0.330048 0.428880 0.428880 0.428880 +5370.504395 0.000000 588.602600 0.000000 0.780372 0.000000 0.625316 0.410268 0.410268 0.410268 +5365.519043 0.000000 591.469177 0.000000 0.612264 0.000000 0.790653 0.423270 0.423270 0.423270 +5335.408203 0.000000 576.681946 0.000000 0.936000 0.000000 0.352000 0.466768 0.466768 0.466768 +5306.368164 0.000000 673.254089 0.000000 0.646428 0.000000 0.762975 0.394344 0.394344 0.394344 +5303.107910 0.000000 666.529419 0.000000 0.848438 0.000000 0.529295 0.393135 0.393135 0.393135 +5274.074219 0.000000 651.844543 0.000000 0.863455 0.000000 0.504426 0.404927 0.404927 0.404927 +5290.009766 0.000000 676.264771 0.000000 0.848368 0.000000 0.529407 0.438523 0.438523 0.438523 +5274.709961 0.000000 658.368042 0.000000 0.696766 0.000000 0.717298 0.402780 0.402780 0.402780 +5274.364746 0.000000 646.889465 0.000000 0.593610 0.000000 0.804753 0.397069 0.397069 0.397069 +5266.817383 0.000000 651.772034 0.000000 0.932775 0.000000 0.360458 0.394881 0.394881 0.394881 +5265.260254 0.000000 647.785278 0.000000 0.793350 0.000000 0.608765 0.391775 0.391775 0.391775 +5279.334473 0.000000 662.313538 0.000000 0.835368 0.000000 0.549691 0.409808 0.409808 0.409808 +5281.947754 0.000000 670.801636 0.000000 0.946373 0.000000 0.323075 0.417482 0.417482 0.417482 +5295.868652 0.000000 669.739075 0.000000 0.763554 0.000000 0.645744 0.406115 0.406115 0.406115 +5277.392090 0.000000 666.001587 0.000000 0.887214 0.000000 0.461357 0.394236 0.394236 0.394236 +5299.634277 0.000000 664.055969 0.000000 0.751196 0.000000 0.660079 0.402085 0.402085 0.402085 +5295.917480 0.000000 658.110168 0.000000 0.842133 0.000000 0.539270 0.466588 0.466588 0.466588 +5272.572266 0.000000 660.792480 0.000000 0.816981 0.000000 0.576664 0.424384 0.424384 0.424384 +5258.072266 0.000000 677.500122 0.000000 0.635935 0.000000 0.771743 0.453278 0.453278 0.453278 +5265.360840 0.000000 667.488464 0.000000 0.844416 0.000000 0.535688 0.476080 0.476080 0.476080 +5276.380371 0.000000 676.178467 0.000000 0.629376 0.000000 0.777101 0.429167 0.429167 0.429167 +5268.984863 0.000000 658.526123 0.000000 0.916608 0.000000 0.399786 0.477222 0.477222 0.477222 +5264.716797 0.000000 653.425964 0.000000 0.603193 0.000000 0.797595 0.426767 0.426767 0.426767 +5312.156738 0.000000 676.228333 0.000000 0.886327 0.000000 0.463059 0.415134 0.415134 0.415134 +5377.451172 0.000000 577.019409 0.000000 0.907804 0.000000 0.419394 0.448272 0.448272 0.448272 +5378.396484 0.000000 566.705872 0.000000 0.915847 0.000000 0.401528 0.414276 0.414276 0.414276 +5384.407715 0.000000 572.656128 0.000000 0.795676 0.000000 0.605722 0.425679 0.425679 0.425679 +5383.914551 0.000000 566.680664 0.000000 0.836789 0.000000 0.547526 0.392073 0.392073 0.392073 +5394.817383 0.000000 595.287659 0.000000 0.927240 0.000000 0.374469 0.460589 0.460589 0.460589 +5393.260254 0.000000 591.300903 0.000000 0.890674 0.000000 0.454643 0.403863 0.403863 0.403863 +5397.235840 0.000000 584.704834 0.000000 0.893913 0.000000 0.448240 0.417293 0.417293 0.417293 +5376.090332 0.000000 568.139343 0.000000 0.597891 0.000000 0.801577 0.419290 0.419290 0.419290 +5215.826172 0.000000 685.934875 0.000000 0.871726 0.000000 0.489993 0.393071 0.393071 0.393071 +5228.062988 0.000000 686.801636 0.000000 0.600195 0.000000 0.799854 0.387826 0.387826 0.387826 +5234.789551 0.000000 689.899780 0.000000 0.683340 0.000000 0.730101 0.406224 0.406224 0.406224 +5245.212891 0.000000 703.204285 0.000000 0.895403 0.000000 0.445257 0.445868 0.445868 0.445868 +5228.083496 0.000000 697.873474 0.000000 0.710117 0.000000 0.704083 0.423555 0.423555 0.423555 +5219.991211 0.000000 693.539001 0.000000 0.924896 0.000000 0.380219 0.428012 0.428012 0.428012 +5216.426758 0.000000 690.250305 0.000000 0.950651 0.000000 0.310263 0.413847 0.413847 0.413847 +5215.334473 0.000000 718.797913 0.000000 0.759086 0.000000 0.650990 0.390089 0.390089 0.390089 +5246.270020 0.000000 682.243896 0.000000 0.648077 0.000000 0.761575 0.429575 0.429575 0.429575 +5231.868652 0.000000 726.223450 0.000000 0.851976 0.000000 0.523580 0.421629 0.421629 0.421629 +5188.755371 0.000000 705.685181 0.000000 0.809709 0.000000 0.586831 0.433583 0.433583 0.433583 +5205.502930 0.000000 726.131714 0.000000 0.610519 0.000000 0.792002 0.395529 0.395529 0.395529 +5207.293457 0.000000 701.377258 0.000000 0.881026 0.000000 0.473067 0.451008 0.451008 0.451008 +5209.681152 0.000000 711.589966 0.000000 0.832333 0.000000 0.554275 0.574789 0.574789 0.574789 +5218.857422 0.000000 706.941406 0.000000 0.875871 0.000000 0.482546 0.515054 0.515054 0.515054 +5225.967773 0.000000 707.630432 0.000000 0.710868 0.000000 0.703325 0.571248 0.571248 0.571248 +5195.486816 0.000000 686.372131 0.000000 0.802713 0.000000 0.596365 0.407062 0.407062 0.407062 +5204.994629 0.000000 680.365173 0.000000 0.928540 0.000000 0.371231 0.451105 0.451105 0.451105 +5214.952637 0.000000 697.324829 0.000000 0.935842 0.000000 0.352420 0.564015 0.564015 0.564015 +5212.947754 0.000000 707.884338 0.000000 0.924379 0.000000 0.381476 0.481424 0.481424 0.481424 +5228.352051 0.000000 695.073608 0.000000 0.876720 0.000000 0.481002 0.458420 0.458420 0.458420 +5242.637207 0.000000 704.746216 0.000000 0.942727 0.000000 0.333566 0.472879 0.472879 0.472879 +5237.566895 0.000000 690.274719 0.000000 0.712243 0.000000 0.701933 0.460758 0.460758 0.460758 +5204.984863 0.000000 715.010498 0.000000 0.831800 0.000000 0.555075 0.451182 0.451182 0.451182 +5222.824707 0.000000 683.050415 0.000000 0.698619 0.000000 0.715494 0.441862 0.441862 0.441862 +5232.746582 0.000000 737.534546 0.000000 0.816701 0.000000 0.577061 0.471346 0.471346 0.471346 +5207.068359 0.000000 738.808044 0.000000 0.715815 0.000000 0.698290 0.473827 0.473827 0.473827 +5279.758301 0.000000 707.972107 0.000000 0.927751 0.000000 0.373200 0.493040 0.493040 0.493040 +5285.432617 0.000000 688.839539 0.000000 0.767703 0.000000 0.640806 0.436175 0.436175 0.436175 +5249.017578 0.000000 704.505554 0.000000 0.727504 0.000000 0.686104 0.490836 0.490836 0.490836 +5255.914551 0.000000 679.649414 0.000000 0.699747 0.000000 0.714391 0.410293 0.410293 0.410293 +5265.256836 0.000000 712.527344 0.000000 0.758504 0.000000 0.651668 0.469501 0.469501 0.469501 +5293.434082 0.000000 707.541748 0.000000 0.727164 0.000000 0.686463 0.409029 0.409029 0.409029 +5298.318359 0.000000 678.018372 0.000000 0.702882 0.000000 0.711307 0.389055 0.389055 0.389055 +5286.535645 0.000000 707.320618 0.000000 0.790123 0.000000 0.612949 0.390973 0.390973 0.390973 +5253.119141 0.000000 694.246704 0.000000 0.795484 0.000000 0.605974 0.451931 0.451931 0.451931 +5273.681152 0.000000 711.589966 0.000000 0.898960 0.000000 0.438031 0.474497 0.474497 0.474497 +5257.084961 0.000000 688.630371 0.000000 0.621914 0.000000 0.783085 0.487795 0.487795 0.487795 +5273.706543 0.000000 691.451843 0.000000 0.875795 0.000000 0.482683 0.486745 0.486745 0.486745 +5292.127930 0.000000 705.253784 0.000000 0.591180 0.000000 0.806540 0.422837 0.422837 0.422837 "} object={ name="pine_sparse_generator_1_2" @@ -535,7 +1936,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_003_mesh" - count=254 + count=928 transform="1277.248291 0.000000 2587.798828 0.000000 0.984479 0.000000 0.175503 0.693187 0.693187 0.693187 1274.511597 0.000000 2562.306885 0.000000 0.993893 0.000000 -0.110346 0.558645 0.558645 0.558645 1275.001099 0.000000 2579.597900 0.000000 0.999223 0.000000 -0.039408 0.649337 0.649337 0.649337 @@ -787,6 +2188,680 @@ object={ 2212.575195 0.000000 2826.607666 0.000000 0.961198 0.000000 -0.275861 0.532807 0.532807 0.532807 2519.191895 0.000000 2813.625000 0.000000 0.992021 0.000000 -0.126070 0.452173 0.452173 0.452173 2618.385010 0.000000 2939.779541 0.000000 0.984015 0.000000 -0.178084 0.402467 0.402467 0.402467 +4289.318848 0.000000 95.372772 0.000000 0.978865 0.000000 -0.204508 0.402633 0.402633 0.402633 +4292.458496 0.000000 110.950348 0.000000 0.999291 0.000000 -0.037659 0.400527 0.400527 0.400527 +4308.968750 0.000000 165.093842 0.000000 0.961807 0.000000 -0.273729 0.403627 0.403627 0.403627 +4309.705078 0.000000 139.836456 0.000000 0.989580 0.000000 0.143986 0.397994 0.397994 0.397994 +4295.671387 0.000000 137.825302 0.000000 0.974875 0.000000 -0.222753 0.402961 0.402961 0.402961 +4325.982422 0.000000 163.230560 0.000000 0.999686 0.000000 0.025038 0.412375 0.412375 0.412375 +4297.400879 0.000000 129.087875 0.000000 0.967235 0.000000 0.253884 0.396514 0.396514 0.396514 +4308.089355 0.000000 157.785675 0.000000 0.999553 0.000000 0.029885 0.399600 0.399600 0.399600 +4349.248047 0.000000 158.970810 0.000000 0.987365 0.000000 -0.158466 0.402209 0.402209 0.402209 +4288.098633 0.000000 119.917732 0.000000 0.983581 0.000000 0.180468 0.397536 0.397536 0.397536 +4295.914551 0.000000 114.805679 0.000000 0.951276 0.000000 0.308341 0.395649 0.395649 0.395649 +4322.932617 0.000000 167.045670 0.000000 0.985612 0.000000 0.169023 0.410234 0.410234 0.410234 +4321.947754 0.000000 162.442261 0.000000 0.998451 0.000000 0.055633 0.399227 0.399227 0.399227 +4339.634277 0.000000 155.696625 0.000000 0.977612 0.000000 -0.210416 0.407934 0.407934 0.407934 +4343.062500 0.000000 163.986237 0.000000 0.988388 0.000000 0.151951 0.410489 0.410489 0.410489 +4312.572266 0.000000 152.433105 0.000000 0.994138 0.000000 0.108116 0.411143 0.411143 0.411143 +4292.948730 0.000000 113.083817 0.000000 0.958341 0.000000 -0.285626 0.409045 0.409045 0.409045 +4291.820801 0.000000 126.774132 0.000000 0.977387 0.000000 -0.211458 0.415896 0.415896 0.415896 +4314.979980 0.000000 211.285934 0.000000 0.955316 0.000000 0.295586 0.400610 0.400610 0.400610 +4319.758301 0.000000 199.612762 0.000000 0.954316 0.000000 0.298798 0.410182 0.410182 0.410182 +4314.122559 0.000000 180.261505 0.000000 0.998339 0.000000 0.057615 0.421661 0.421661 0.421661 +4326.893555 0.000000 188.900467 0.000000 0.993995 0.000000 -0.109425 0.412392 0.412392 0.412392 +4314.709961 0.000000 206.493073 0.000000 0.996467 0.000000 0.083987 0.398850 0.398850 0.398850 +4342.173828 0.000000 175.637360 0.000000 0.999924 0.000000 -0.012344 0.400166 0.400166 0.400166 +4317.237305 0.000000 202.975342 0.000000 0.977701 0.000000 -0.210002 0.402926 0.402926 0.402926 +4350.270020 0.000000 173.884537 0.000000 0.992755 0.000000 0.120153 0.398370 0.398370 0.398370 +4350.624512 0.000000 178.273254 0.000000 0.999635 0.000000 -0.027012 0.405288 0.405288 0.405288 +4317.020508 0.000000 182.283508 0.000000 0.993956 0.000000 -0.109778 0.412398 0.412398 0.412398 +4320.449219 0.000000 195.448425 0.000000 0.998110 0.000000 0.061447 0.433320 0.433320 0.433320 +4321.099609 0.000000 203.402802 0.000000 0.977570 0.000000 0.210610 0.434753 0.434753 0.434753 +4530.842773 0.000000 74.354317 0.000000 0.986583 0.000000 0.163259 0.402556 0.402556 0.402556 +4566.478027 0.000000 91.377655 0.000000 0.976228 0.000000 0.216748 0.397076 0.397076 0.397076 +4352.254883 0.000000 160.109634 0.000000 0.980586 0.000000 -0.196090 0.402562 0.402562 0.402562 +4353.451172 0.000000 181.628754 0.000000 0.992091 0.000000 0.125523 0.398278 0.398278 0.398278 +4525.516602 0.000000 127.702057 0.000000 0.999994 0.000000 -0.003491 0.400046 0.400046 0.400046 +4536.065918 0.000000 138.331329 0.000000 0.993293 0.000000 -0.115624 0.401499 0.401499 0.401499 +4511.453613 0.000000 129.698883 0.000000 0.959221 0.000000 -0.282659 0.403720 0.403720 0.403720 +4517.432617 0.000000 123.995796 0.000000 0.970597 0.000000 -0.240709 0.403217 0.403217 0.403217 +4510.236816 0.000000 165.498627 0.000000 0.999371 0.000000 -0.035452 0.419165 0.419165 0.419165 +4500.089355 0.000000 157.785675 0.000000 0.991425 0.000000 0.130680 0.424419 0.424419 0.424419 +4513.210449 0.000000 157.842072 0.000000 0.993126 0.000000 0.117054 0.444092 0.444092 0.444092 +4510.530273 0.000000 136.428818 0.000000 0.998225 0.000000 -0.059557 0.400827 0.400827 0.400827 +4512.032227 0.000000 149.906631 0.000000 0.987701 0.000000 0.156353 0.433718 0.433718 0.433718 +4515.765137 0.000000 138.815994 0.000000 0.970571 0.000000 0.240816 0.434244 0.434244 0.434244 +4506.074219 0.000000 143.485184 0.000000 0.968740 0.000000 -0.248079 0.420435 0.420435 0.420435 +4516.276367 0.000000 146.215500 0.000000 0.989349 0.000000 -0.145566 0.450531 0.450531 0.450531 +4501.208496 0.000000 152.847992 0.000000 0.985421 0.000000 -0.170135 0.415273 0.415273 0.415273 +4506.709961 0.000000 150.008698 0.000000 0.994025 0.000000 0.109155 0.440334 0.440334 0.440334 +4510.060547 0.000000 161.123642 0.000000 0.963871 0.000000 -0.266370 0.438670 0.438670 0.438670 +4528.647949 0.000000 153.444489 0.000000 0.999910 0.000000 0.013450 0.399815 0.399815 0.399815 +4509.392090 0.000000 157.642212 0.000000 0.990818 0.000000 -0.135206 0.448374 0.448374 0.448374 +4507.595215 0.000000 163.492493 0.000000 0.979380 0.000000 0.202026 0.444569 0.444569 0.444569 +4521.967773 0.000000 142.786682 0.000000 0.974207 0.000000 -0.225657 0.410146 0.410146 0.410146 +4513.099609 0.000000 146.918427 0.000000 0.967673 0.000000 0.252208 0.435979 0.435979 0.435979 +4559.130859 0.000000 152.340530 0.000000 0.962394 0.000000 0.271656 0.396374 0.396374 0.396374 +4562.127930 0.000000 126.244804 0.000000 0.985205 0.000000 0.171382 0.397712 0.397712 0.397712 +4591.722656 0.000000 157.288422 0.000000 0.994320 0.000000 0.106428 0.398547 0.398547 0.398547 +4550.330566 0.000000 125.065567 0.000000 0.974929 0.000000 -0.222515 0.403115 0.403115 0.403115 +4547.837402 0.000000 136.530838 0.000000 0.985520 0.000000 -0.169561 0.402365 0.402365 0.402365 +4492.978516 0.000000 170.189102 0.000000 0.999915 0.000000 -0.013040 0.461999 0.461999 0.461999 +4498.127930 0.000000 182.729187 0.000000 0.999323 0.000000 -0.036799 0.400476 0.400476 0.400476 +4500.569336 0.000000 174.839584 0.000000 0.997475 0.000000 0.071024 0.401933 0.401933 0.401933 +4514.900879 0.000000 169.517853 0.000000 0.957208 0.000000 -0.289402 0.403914 0.403914 0.403914 +4528.580566 0.000000 199.893890 0.000000 0.976727 0.000000 -0.214487 0.406007 0.406007 0.406007 +4556.978516 0.000000 170.189102 0.000000 0.963819 0.000000 0.266556 0.396309 0.396309 0.396309 +4343.107910 0.000000 327.623169 0.000000 0.995667 0.000000 0.092986 0.398698 0.398698 0.398698 +4342.864258 0.000000 337.420502 0.000000 0.994808 0.000000 -0.101769 0.437935 0.437935 0.437935 +4333.386719 0.000000 337.128876 0.000000 0.995773 0.000000 -0.091847 0.437772 0.437772 0.437772 +4325.432617 0.000000 349.933289 0.000000 0.978700 0.000000 -0.205297 0.402726 0.402726 0.402726 +4340.365234 0.000000 378.172485 0.000000 0.990450 0.000000 0.137874 0.602818 0.602818 0.602818 +4319.826172 0.000000 347.028625 0.000000 0.966379 0.000000 -0.257122 0.644557 0.644557 0.644557 +4311.491699 0.000000 339.537781 0.000000 0.999952 0.000000 -0.009786 0.418776 0.418776 0.418776 +4349.658691 0.000000 374.221985 0.000000 0.978027 0.000000 -0.208480 0.423797 0.423797 0.423797 +4324.045898 0.000000 344.181152 0.000000 0.972197 0.000000 -0.234166 0.440123 0.440123 0.440123 +4317.020508 0.000000 351.736633 0.000000 0.978196 0.000000 -0.207685 0.652929 0.652929 0.652929 +4317.958984 0.000000 349.106567 0.000000 0.979719 0.000000 -0.200377 0.707880 0.707880 0.707880 +4326.824707 0.000000 344.144165 0.000000 0.997539 0.000000 0.070111 0.435132 0.435132 0.435132 +4310.478027 0.000000 430.283905 0.000000 0.970171 0.000000 -0.242423 0.412385 0.412385 0.412385 +4329.260742 0.000000 439.612823 0.000000 0.993375 0.000000 0.114922 0.398430 0.398430 0.398430 +4324.276367 0.000000 428.637390 0.000000 0.977952 0.000000 -0.208830 0.402826 0.402826 0.402826 +4309.208496 0.000000 435.269867 0.000000 0.999934 0.000000 -0.011458 0.400155 0.400155 0.400155 +4347.100586 0.000000 405.483368 0.000000 0.999854 0.000000 0.017078 0.547623 0.547623 0.547623 +4341.566895 0.000000 407.852844 0.000000 0.999598 0.000000 -0.028367 0.560522 0.560522 0.560522 +4344.639160 0.000000 400.362946 0.000000 0.989998 0.000000 0.141084 0.560100 0.560100 0.560100 +4344.473633 0.000000 403.521362 0.000000 0.998243 0.000000 -0.059256 0.476613 0.476613 0.476613 +4472.065918 0.000000 251.300079 0.000000 0.976487 0.000000 0.215576 0.397049 0.397049 0.397049 +4464.541992 0.000000 248.522766 0.000000 0.999370 0.000000 -0.035494 0.400486 0.400486 0.400486 +4472.550781 0.000000 258.796661 0.000000 0.999697 0.000000 -0.024617 0.400338 0.400338 0.400338 +4477.212891 0.000000 251.329269 0.000000 0.999567 0.000000 -0.029425 0.400411 0.400411 0.400411 +4460.083496 0.000000 245.998489 0.000000 0.999165 0.000000 0.040854 0.399435 0.399435 0.399435 +4443.932617 0.000000 246.207138 0.000000 0.998840 0.000000 -0.048161 0.400671 0.400671 0.400671 +4454.889160 0.000000 249.377121 0.000000 0.999788 0.000000 0.020609 0.399714 0.399714 0.399714 +4491.959473 0.000000 274.428375 0.000000 0.995184 0.000000 0.098028 0.398637 0.398637 0.398637 +4517.432617 0.000000 236.964554 0.000000 0.994264 0.000000 0.106952 0.398609 0.398609 0.398609 +4530.842773 0.000000 243.807449 0.000000 0.981835 0.000000 -0.189735 0.402526 0.402526 0.402526 +4501.208496 0.000000 265.816742 0.000000 0.998091 0.000000 0.061755 0.399179 0.399179 0.399179 +4491.929688 0.000000 237.943359 0.000000 0.959185 0.000000 -0.282780 0.420976 0.420976 0.420976 +4527.145508 0.000000 244.085342 0.000000 0.998996 0.000000 -0.044794 0.400626 0.400626 0.400626 +4491.486816 0.000000 234.497131 0.000000 0.998032 0.000000 -0.062700 0.413673 0.413673 0.413673 +4488.614258 0.000000 239.466354 0.000000 0.987206 0.000000 0.159450 0.433667 0.433667 0.433667 +4508.793945 0.000000 285.263641 0.000000 0.961041 0.000000 0.276405 0.396183 0.396183 0.396183 +4541.512207 0.000000 282.448059 0.000000 0.993541 0.000000 -0.113478 0.401584 0.401584 0.401584 +4530.789551 0.000000 294.509186 0.000000 0.996022 0.000000 0.089103 0.398762 0.398762 0.398762 +4503.491699 0.000000 283.053406 0.000000 0.962107 0.000000 -0.272673 0.404865 0.404865 0.404865 +4546.396484 0.000000 284.284027 0.000000 0.977624 0.000000 -0.210358 0.402815 0.402815 0.402815 +4393.563477 0.000000 365.397247 0.000000 0.999980 0.000000 -0.006353 0.436378 0.436378 0.436378 +4366.007324 0.000000 369.796478 0.000000 0.985651 0.000000 -0.168798 0.439036 0.439036 0.439036 +4390.893555 0.000000 358.353577 0.000000 0.968094 0.000000 0.250588 0.403209 0.403209 0.403209 +4358.215332 0.000000 387.843872 0.000000 0.983642 0.000000 0.180135 0.417821 0.417821 0.417821 +4352.098633 0.000000 345.855225 0.000000 0.958956 0.000000 -0.283554 0.436961 0.436961 0.436961 +4361.063965 0.000000 369.368256 0.000000 0.999640 0.000000 -0.026812 0.436711 0.436711 0.436711 +4371.771973 0.000000 361.531708 0.000000 0.976573 0.000000 -0.215186 0.439806 0.439806 0.439806 +4352.009766 0.000000 381.098755 0.000000 0.991156 0.000000 0.132701 0.434107 0.434107 0.434107 +4374.628418 0.000000 368.933472 0.000000 0.992555 0.000000 0.121796 0.434286 0.434286 0.434286 +4368.244141 0.000000 368.104065 0.000000 0.990897 0.000000 -0.134625 0.438473 0.438473 0.438473 +4363.616211 0.000000 368.247406 0.000000 0.992451 0.000000 0.122640 0.434272 0.434272 0.434272 +4352.090332 0.000000 342.201843 0.000000 0.998927 0.000000 0.046306 0.429656 0.429656 0.429656 +4441.505859 0.000000 392.677948 0.000000 0.971651 0.000000 0.236418 0.396687 0.396687 0.396687 +4434.579102 0.000000 394.095154 0.000000 0.984093 0.000000 -0.177654 0.402488 0.402488 0.402488 +4408.065918 0.000000 420.753204 0.000000 0.996433 0.000000 -0.084392 0.429764 0.429764 0.429764 +4392.763184 0.000000 410.512817 0.000000 0.997002 0.000000 -0.077377 0.401060 0.401060 0.401060 +4403.863281 0.000000 419.763367 0.000000 0.964366 0.000000 -0.264573 0.454602 0.454602 0.454602 +4390.346680 0.000000 449.648315 0.000000 0.999771 0.000000 -0.021383 0.499461 0.499461 0.499461 +4477.658691 0.000000 430.706360 0.000000 0.999713 0.000000 -0.023936 0.428809 0.428809 0.428809 +4477.611816 0.000000 434.150299 0.000000 0.995223 0.000000 -0.097628 0.422082 0.422082 0.422082 +4528.205566 0.000000 451.849365 0.000000 0.962836 0.000000 0.270085 0.396422 0.396422 0.396422 +4553.641113 0.000000 448.578491 0.000000 0.999950 0.000000 0.010043 0.399860 0.399860 0.399860 +4555.941895 0.000000 437.194641 0.000000 0.999966 0.000000 -0.008219 0.400115 0.400115 0.400115 +4622.953125 0.000000 166.940460 0.000000 0.998910 0.000000 0.046670 0.399357 0.399357 0.399357 +4633.505859 0.000000 166.740448 0.000000 0.963330 0.000000 -0.268318 0.404801 0.404801 0.404801 +4629.668945 0.000000 179.242020 0.000000 0.963673 0.000000 0.267083 0.396315 0.396315 0.396315 +4640.426758 0.000000 181.890930 0.000000 0.992209 0.000000 0.124583 0.398279 0.398279 0.398279 +4612.047852 0.000000 177.803192 0.000000 0.970542 0.000000 0.240933 0.396695 0.396695 0.396695 +4687.130859 0.000000 208.824905 0.000000 0.975290 0.000000 0.220930 0.397064 0.397064 0.397064 +4686.953125 0.000000 223.424835 0.000000 0.973830 0.000000 0.227279 0.396840 0.396840 0.396840 +4781.516602 0.000000 184.186432 0.000000 0.977272 0.000000 -0.211989 0.402816 0.402816 0.402816 +4784.205566 0.000000 225.911865 0.000000 0.961094 0.000000 -0.276223 0.403899 0.403899 0.403899 +4773.982422 0.000000 219.714935 0.000000 0.976261 0.000000 -0.216598 0.402998 0.402998 0.402998 +4799.958008 0.000000 190.352127 0.000000 0.967619 0.000000 0.252415 0.397391 0.397391 0.397391 +4774.893555 0.000000 188.900467 0.000000 0.952281 0.000000 0.305223 0.395849 0.395849 0.395849 +4780.662598 0.000000 220.033325 0.000000 0.997250 0.000000 0.074107 0.398993 0.398993 0.398993 +4790.816895 0.000000 170.703903 0.000000 0.985237 0.000000 -0.171195 0.402354 0.402354 0.402354 +4797.212891 0.000000 194.844894 0.000000 0.962236 0.000000 0.272216 0.396270 0.396270 0.396270 +4777.322754 0.000000 217.728760 0.000000 1.000000 0.000000 0.000208 0.406860 0.406860 0.406860 +4780.412598 0.000000 211.726837 0.000000 0.964378 0.000000 0.264530 0.397215 0.397215 0.397215 +4787.863281 0.000000 193.825851 0.000000 0.956218 0.000000 -0.292654 0.407154 0.407154 0.407154 +4789.519043 0.000000 196.078537 0.000000 0.993899 0.000000 0.110292 0.418900 0.418900 0.418900 +4820.968750 0.000000 221.578217 0.000000 0.985195 0.000000 -0.171436 0.402314 0.402314 0.402314 +4838.230957 0.000000 207.982162 0.000000 0.999659 0.000000 0.026099 0.399647 0.399647 0.399647 +4848.205566 0.000000 225.911865 0.000000 0.989498 0.000000 0.144547 0.398073 0.398073 0.398073 +4804.458496 0.000000 223.919098 0.000000 0.998452 0.000000 0.055616 0.400198 0.400198 0.400198 +4807.671387 0.000000 194.309677 0.000000 0.999811 0.000000 -0.019420 0.400250 0.400250 0.400250 +4811.959473 0.000000 217.944000 0.000000 0.997676 0.000000 0.068142 0.399074 0.399074 0.399074 +4844.760254 0.000000 207.958267 0.000000 0.992424 0.000000 -0.122863 0.401642 0.401642 0.401642 +4841.260742 0.000000 213.675308 0.000000 0.957646 0.000000 0.287947 0.398798 0.398798 0.398798 +4825.505859 0.000000 223.224823 0.000000 0.997897 0.000000 0.064826 0.399096 0.399096 0.399096 +4831.334473 0.000000 210.438538 0.000000 0.997361 0.000000 -0.072599 0.400994 0.400994 0.400994 +4848.023926 0.000000 221.988159 0.000000 0.999125 0.000000 -0.041835 0.400577 0.400577 0.400577 +4841.322754 0.000000 217.728760 0.000000 0.970480 0.000000 0.241180 0.396655 0.396655 0.396655 +4841.656250 0.000000 209.562881 0.000000 0.994636 0.000000 -0.103439 0.401444 0.401444 0.401444 +4800.009766 0.000000 211.645630 0.000000 0.958304 0.000000 -0.285750 0.413038 0.413038 0.413038 +4884.968750 0.000000 221.578217 0.000000 0.969757 0.000000 -0.244074 0.403287 0.403287 0.403287 +4865.451172 0.000000 181.628754 0.000000 0.999014 0.000000 0.044395 0.399384 0.399384 0.399384 +4912.205566 0.000000 225.911865 0.000000 0.997468 0.000000 0.071114 0.399069 0.399069 0.399069 +4895.453613 0.000000 186.183258 0.000000 0.991827 0.000000 0.127593 0.398358 0.398358 0.398358 +4878.007324 0.000000 200.343353 0.000000 0.999668 0.000000 -0.025785 0.400358 0.400358 0.400358 +4879.272949 0.000000 191.371674 0.000000 0.998085 0.000000 -0.061860 0.400865 0.400865 0.400865 +4873.203613 0.000000 205.153900 0.000000 0.979279 0.000000 -0.202516 0.402790 0.402790 0.402790 +4881.256836 0.000000 204.167999 0.000000 0.954575 0.000000 -0.297970 0.404170 0.404170 0.404170 +4878.220703 0.000000 186.534027 0.000000 0.999162 0.000000 0.040932 0.399440 0.399440 0.399440 +4883.007324 0.000000 187.531479 0.000000 0.979501 0.000000 0.201439 0.397276 0.397276 0.397276 +4869.119141 0.000000 185.887329 0.000000 0.998632 0.000000 0.052294 0.399269 0.399269 0.399269 +4870.424805 0.000000 189.813293 0.000000 0.987704 0.000000 -0.156334 0.402195 0.402195 0.402195 +4882.230469 0.000000 207.488663 0.000000 0.999932 0.000000 0.011642 0.399838 0.399838 0.399838 +4690.283691 0.000000 227.070206 0.000000 0.983189 0.000000 0.182593 0.397488 0.397488 0.397488 +4679.979980 0.000000 324.557159 0.000000 0.999941 0.000000 0.010879 0.399857 0.399857 0.399857 +4681.203613 0.000000 318.122650 0.000000 0.982559 0.000000 -0.185953 0.402484 0.402484 0.402484 +4689.256836 0.000000 317.136749 0.000000 0.990267 0.000000 -0.139180 0.428656 0.428656 0.428656 +4697.505859 0.000000 336.193573 0.000000 0.999838 0.000000 -0.017997 0.405159 0.405159 0.405159 +4689.939453 0.000000 324.217468 0.000000 0.999944 0.000000 -0.010572 0.442333 0.442333 0.442333 +4690.579102 0.000000 337.610779 0.000000 0.996718 0.000000 0.080954 0.438856 0.438856 0.438856 +4785.519043 0.000000 232.267136 0.000000 0.987007 0.000000 0.160676 0.397784 0.397784 0.397784 +4790.816895 0.000000 227.188278 0.000000 0.999123 0.000000 -0.041869 0.400563 0.400563 0.400563 +4794.385254 0.000000 228.529556 0.000000 0.998831 0.000000 0.048339 0.406165 0.406165 0.406165 +4831.826172 0.000000 234.059875 0.000000 0.995190 0.000000 0.097966 0.398672 0.398672 0.398672 +4825.237793 0.000000 232.096390 0.000000 0.952459 0.000000 0.304666 0.395718 0.395718 0.395718 +4840.974609 0.000000 237.459061 0.000000 0.997060 0.000000 0.076629 0.407708 0.407708 0.407708 +4826.987305 0.000000 226.026306 0.000000 0.970033 0.000000 0.242973 0.399460 0.399460 0.399460 +4825.661133 0.000000 229.003723 0.000000 0.955706 0.000000 -0.294321 0.411172 0.411172 0.411172 +4794.544434 0.000000 322.844971 0.000000 0.980947 0.000000 -0.194273 0.425560 0.425560 0.425560 +4797.248047 0.000000 328.423920 0.000000 0.985407 0.000000 0.170217 0.419915 0.419915 0.419915 +4794.305176 0.000000 326.403320 0.000000 0.996301 0.000000 -0.085938 0.429789 0.429789 0.429789 +4717.516602 0.000000 353.639557 0.000000 0.957917 0.000000 0.287047 0.396075 0.396075 0.396075 +4700.793945 0.000000 341.748016 0.000000 0.969105 0.000000 0.246649 0.403268 0.403268 0.403268 +4679.671387 0.000000 363.762817 0.000000 0.999932 0.000000 -0.011677 0.400162 0.400162 0.400162 +4698.979980 0.000000 380.739075 0.000000 0.967249 0.000000 -0.253828 0.403370 0.403370 0.403370 +4712.832520 0.000000 342.407410 0.000000 0.997731 0.000000 -0.067320 0.429494 0.429494 0.429494 +4687.272949 0.000000 360.824799 0.000000 0.993306 0.000000 -0.115511 0.401520 0.401520 0.401520 +4695.890625 0.000000 357.963959 0.000000 0.959366 0.000000 -0.282166 0.403785 0.403785 0.403785 +4706.900879 0.000000 338.970978 0.000000 0.980560 0.000000 -0.196222 0.419635 0.419635 0.419635 +4724.365234 0.000000 378.172485 0.000000 0.969386 0.000000 0.245541 0.396618 0.396618 0.396618 +4727.107910 0.000000 384.107544 0.000000 0.991184 0.000000 -0.132496 0.401845 0.401845 0.401845 +4735.586426 0.000000 392.340820 0.000000 0.991598 0.000000 -0.129359 0.401801 0.401801 0.401801 +4682.351562 0.000000 359.785217 0.000000 0.989716 0.000000 0.143046 0.397993 0.397993 0.397993 +4712.763184 0.000000 354.028442 0.000000 0.960821 0.000000 -0.277169 0.403800 0.403800 0.403800 +4697.237793 0.000000 345.065155 0.000000 0.993451 0.000000 0.114258 0.407158 0.407158 0.407158 +4699.131348 0.000000 355.027405 0.000000 0.974566 0.000000 0.224102 0.413269 0.413269 0.413269 +4704.618164 0.000000 342.271851 0.000000 0.952265 0.000000 0.305272 0.433144 0.433144 0.433144 +4676.948730 0.000000 339.021301 0.000000 0.988386 0.000000 0.151965 0.441555 0.441555 0.441555 +4700.380371 0.000000 393.756592 0.000000 0.998892 0.000000 0.047066 0.474599 0.474599 0.474599 +4700.793945 0.000000 398.232391 0.000000 0.991479 0.000000 0.130265 0.471074 0.471074 0.471074 +4703.453613 0.000000 412.120758 0.000000 0.999939 0.000000 -0.011035 0.400147 0.400147 0.400147 +4692.569336 0.000000 400.777069 0.000000 0.998779 0.000000 0.049409 0.412014 0.412014 0.412014 +4720.541992 0.000000 417.975891 0.000000 0.991607 0.000000 0.129290 0.426386 0.426386 0.426386 +4703.826172 0.000000 403.513000 0.000000 0.995941 0.000000 -0.090010 0.441687 0.441687 0.441687 +4730.511719 0.000000 415.900604 0.000000 0.957448 0.000000 -0.288606 0.404049 0.404049 0.404049 +4697.237793 0.000000 401.549530 0.000000 0.985765 0.000000 -0.168131 0.450921 0.450921 0.450921 +4726.173828 0.000000 401.574860 0.000000 0.968619 0.000000 0.248552 0.436042 0.436042 0.436042 +4722.318359 0.000000 395.596527 0.000000 0.997440 0.000000 0.071508 0.399003 0.399003 0.399003 +4725.994141 0.000000 416.676788 0.000000 0.984088 0.000000 -0.177685 0.429266 0.429266 0.429266 +4734.624512 0.000000 404.210754 0.000000 0.999859 0.000000 0.016812 0.430125 0.430125 0.430125 +4717.375000 0.000000 420.312286 0.000000 0.979261 0.000000 0.202604 0.397219 0.397219 0.397219 +4710.889160 0.000000 418.830261 0.000000 0.965723 0.000000 0.259576 0.396421 0.396421 0.396421 +4730.028320 0.000000 408.489227 0.000000 0.978236 0.000000 -0.207497 0.441666 0.441666 0.441666 +4687.197266 0.000000 407.023407 0.000000 0.986580 0.000000 0.163276 0.437483 0.437483 0.437483 +4727.819336 0.000000 414.221527 0.000000 0.966838 0.000000 -0.255392 0.428519 0.428519 0.428519 +4702.608887 0.000000 400.930267 0.000000 0.999650 0.000000 -0.026462 0.442598 0.442598 0.442598 +4708.575195 0.000000 397.779633 0.000000 0.972902 0.000000 0.231218 0.438268 0.438268 0.438268 +4701.958984 0.000000 405.590942 0.000000 0.981514 0.000000 0.191391 0.431202 0.431202 0.431202 +4719.447754 0.000000 408.076324 0.000000 0.987213 0.000000 0.159406 0.429787 0.429787 0.429787 +4757.705078 0.000000 365.773956 0.000000 0.999973 0.000000 -0.007360 0.400100 0.400100 0.400100 +4743.671387 0.000000 363.762817 0.000000 0.999895 0.000000 -0.014493 0.400186 0.400186 0.400186 +4747.959473 0.000000 387.397125 0.000000 0.993599 0.000000 -0.112965 0.401492 0.401492 0.401492 +4746.351562 0.000000 359.785217 0.000000 0.969686 0.000000 -0.244355 0.403303 0.403303 0.403303 +4789.994141 0.000000 360.192413 0.000000 0.999940 0.000000 0.010940 0.399850 0.399850 0.399850 +4737.884766 0.000000 389.958801 0.000000 0.973585 0.000000 0.228323 0.396802 0.396802 0.396802 +4754.230469 0.000000 376.941772 0.000000 0.999344 0.000000 -0.036226 0.405420 0.405420 0.405420 +4774.230957 0.000000 433.919678 0.000000 0.998287 0.000000 0.058512 0.399193 0.399193 0.399193 +4799.487305 0.000000 425.618347 0.000000 0.999511 0.000000 -0.031267 0.400436 0.400436 0.400436 +4790.864258 0.000000 450.389252 0.000000 0.988729 0.000000 0.149717 0.404695 0.404695 0.404695 +4828.793945 0.000000 398.232391 0.000000 0.980261 0.000000 0.197707 0.397377 0.397377 0.397377 +4823.491699 0.000000 396.022156 0.000000 0.961245 0.000000 -0.275694 0.403849 0.403849 0.403849 +4821.668945 0.000000 405.179504 0.000000 0.992791 0.000000 -0.119855 0.401650 0.401650 0.401650 +4820.994629 0.000000 397.943329 0.000000 0.999387 0.000000 0.035011 0.420053 0.420053 0.420053 +4892.793945 0.000000 228.779282 0.000000 0.972109 0.000000 0.234528 0.396773 0.396773 0.396773 +4913.519043 0.000000 232.267136 0.000000 0.965602 0.000000 0.260026 0.396519 0.396519 0.396519 +4895.826172 0.000000 234.059875 0.000000 0.999966 0.000000 -0.008280 0.400112 0.400112 0.400112 +4991.586426 0.000000 392.340820 0.000000 0.960951 0.000000 -0.276719 0.478800 0.478800 0.478800 +4979.402344 0.000000 392.873505 0.000000 0.999312 0.000000 0.037086 0.400459 0.400459 0.400459 +4982.816895 0.000000 396.641418 0.000000 0.992489 0.000000 -0.122332 0.412583 0.412583 0.412583 +4978.318359 0.000000 395.596527 0.000000 0.990569 0.000000 -0.137011 0.401853 0.401853 0.401853 +4980.003906 0.000000 398.718201 0.000000 0.998395 0.000000 -0.056635 0.433261 0.433261 0.433261 +5012.968750 0.000000 391.031342 0.000000 0.954514 0.000000 0.298165 0.396100 0.396100 0.396100 +5007.130859 0.000000 378.278046 0.000000 0.974909 0.000000 -0.222602 0.429984 0.429984 0.429984 +5018.979980 0.000000 380.739075 0.000000 0.957269 0.000000 0.289200 0.395971 0.395971 0.395971 +5029.982422 0.000000 389.168060 0.000000 0.999997 0.000000 -0.002581 0.467695 0.467695 0.467695 +5043.456055 0.000000 389.194519 0.000000 0.990641 0.000000 0.136492 0.434045 0.434045 0.434045 +5053.248047 0.000000 384.908295 0.000000 0.969711 0.000000 0.244254 0.405235 0.405235 0.405235 +5017.505859 0.000000 392.677948 0.000000 0.992337 0.000000 -0.123558 0.460038 0.460038 0.460038 +5053.507812 0.000000 388.683044 0.000000 0.996965 0.000000 0.077853 0.398910 0.398910 0.398910 +5004.457520 0.000000 390.682190 0.000000 0.991264 0.000000 0.131896 0.399120 0.399120 0.399120 +5097.563477 0.000000 365.397247 0.000000 0.981567 0.000000 0.191117 0.397321 0.397321 0.397321 +5101.311035 0.000000 373.256134 0.000000 0.988536 0.000000 -0.150988 0.411028 0.411028 0.411028 +5101.375000 0.000000 363.827911 0.000000 0.966831 0.000000 -0.255417 0.403534 0.403534 0.403534 +5104.647949 0.000000 379.381989 0.000000 0.965520 0.000000 0.260330 0.437767 0.437767 0.437767 +5098.288574 0.000000 362.054047 0.000000 0.981015 0.000000 -0.193934 0.439453 0.439453 0.439453 +5103.537109 0.000000 366.034698 0.000000 0.973879 0.000000 -0.227066 0.465884 0.465884 0.465884 +5109.860840 0.000000 386.972717 0.000000 0.978070 0.000000 -0.208277 0.423794 0.423794 0.423794 +4994.396484 0.000000 397.252777 0.000000 0.989371 0.000000 -0.145411 0.424797 0.424797 0.424797 +5006.873047 0.000000 403.437683 0.000000 0.996677 0.000000 -0.081460 0.406068 0.406068 0.406068 +5046.173828 0.000000 401.574860 0.000000 0.966486 0.000000 -0.256718 0.428541 0.428541 0.428541 +5038.042969 0.000000 401.245300 0.000000 0.974189 0.000000 0.225734 0.401645 0.401645 0.401645 +5044.003906 0.000000 398.718201 0.000000 0.999903 0.000000 0.013936 0.399805 0.399805 0.399805 +5047.062500 0.000000 446.408112 0.000000 0.999979 0.000000 -0.006489 0.426572 0.426572 0.426572 +5017.681152 0.000000 429.168091 0.000000 0.956214 0.000000 -0.292668 0.475110 0.475110 0.475110 +5003.486816 0.000000 403.950256 0.000000 0.982053 0.000000 0.188608 0.495107 0.495107 0.495107 +5043.016113 0.000000 416.241760 0.000000 0.966169 0.000000 0.257912 0.464776 0.464776 0.464776 +5030.581055 0.000000 430.515076 0.000000 0.969899 0.000000 0.243506 0.472760 0.472760 0.472760 +5049.384766 0.000000 451.642365 0.000000 0.998658 0.000000 0.051792 0.470602 0.470602 0.470602 +5036.352051 0.000000 412.651733 0.000000 0.957424 0.000000 0.288686 0.450733 0.450733 0.450733 +5031.299805 0.000000 441.770050 0.000000 0.997695 0.000000 -0.067855 0.445258 0.445258 0.445258 +5074.127930 0.000000 408.666687 0.000000 0.998281 0.000000 -0.058605 0.458882 0.458882 0.458882 +5076.569336 0.000000 400.777069 0.000000 0.958530 0.000000 -0.284992 0.404040 0.404040 0.404040 +5075.007324 0.000000 413.468994 0.000000 0.961426 0.000000 -0.275062 0.403812 0.403812 0.403812 +5117.507812 0.000000 445.167419 0.000000 0.959721 0.000000 -0.280955 0.434921 0.434921 0.434921 +5056.936035 0.000000 418.000183 0.000000 0.982827 0.000000 -0.184530 0.459146 0.459146 0.459146 +4285.524414 0.000000 468.944702 0.000000 0.989810 0.000000 0.142393 0.398074 0.398074 0.398074 +4271.917480 0.000000 488.657043 0.000000 0.995258 0.000000 0.097270 0.401559 0.401559 0.401559 +4295.671387 0.000000 476.731567 0.000000 0.968274 0.000000 0.249890 0.399359 0.399359 0.399359 +4292.032715 0.000000 483.486603 0.000000 0.994808 0.000000 0.101768 0.432667 0.432667 0.432667 +4415.958008 0.000000 472.773987 0.000000 0.980444 0.000000 0.196797 0.397339 0.397339 0.397339 +4386.900879 0.000000 451.939728 0.000000 0.985049 0.000000 0.172274 0.520610 0.520610 0.520610 +4444.793945 0.000000 454.716766 0.000000 0.999826 0.000000 0.018643 0.399762 0.399762 0.399762 +4450.900879 0.000000 451.939728 0.000000 0.975918 0.000000 0.218139 0.397090 0.397090 0.397090 +4447.826172 0.000000 459.997375 0.000000 0.986181 0.000000 -0.165671 0.402236 0.402236 0.402236 +4383.826172 0.000000 516.481750 0.000000 0.978565 0.000000 0.205938 0.397276 0.397276 0.397276 +4436.569336 0.000000 513.745850 0.000000 0.952737 0.000000 0.303796 0.395808 0.395808 0.395808 +4423.914551 0.000000 510.196289 0.000000 0.999925 0.000000 0.012214 0.399838 0.399838 0.399838 +4520.832520 0.000000 455.376160 0.000000 0.998442 0.000000 0.055796 0.399256 0.399256 0.399256 +4541.512207 0.000000 451.901184 0.000000 0.956837 0.000000 -0.290625 0.403946 0.403946 0.403946 +4588.083496 0.000000 471.935974 0.000000 0.979538 0.000000 -0.201261 0.402823 0.402823 0.402823 +4591.145508 0.000000 470.022827 0.000000 0.989822 0.000000 0.142308 0.398004 0.398004 0.398004 +4692.089355 0.000000 496.691925 0.000000 0.999049 0.000000 0.043593 0.399395 0.399395 0.399395 +4678.215332 0.000000 500.812622 0.000000 0.953848 0.000000 0.300290 0.395980 0.395980 0.395980 +4785.519043 0.000000 458.204620 0.000000 0.962063 0.000000 -0.272826 0.406861 0.406861 0.406861 +4750.873047 0.000000 459.922058 0.000000 0.999782 0.000000 -0.020901 0.400287 0.400287 0.400287 +4772.045898 0.000000 457.149902 0.000000 0.999104 0.000000 0.042316 0.399423 0.399423 0.399423 +4950.478027 0.000000 543.252686 0.000000 0.954133 0.000000 -0.299383 0.404236 0.404236 0.404236 +4979.456055 0.000000 558.647644 0.000000 0.959418 0.000000 -0.281988 0.440929 0.440929 0.440929 +4969.260742 0.000000 552.581543 0.000000 0.993629 0.000000 -0.112701 0.485534 0.485534 0.485534 +4989.658691 0.000000 543.675110 0.000000 0.996149 0.000000 -0.087680 0.412072 0.412072 0.412072 +4973.943359 0.000000 510.714294 0.000000 0.954424 0.000000 0.298453 0.414035 0.414035 0.414035 +4954.709961 0.000000 545.399292 0.000000 0.993193 0.000000 -0.116482 0.453983 0.453983 0.453983 +4960.426758 0.000000 520.797180 0.000000 0.979618 0.000000 0.200869 0.397243 0.397243 0.397243 +4957.237305 0.000000 541.881592 0.000000 0.958359 0.000000 -0.285566 0.476973 0.476973 0.476973 +4959.334473 0.000000 549.344788 0.000000 0.999975 0.000000 0.007059 0.479276 0.479276 0.479276 +4961.947754 0.000000 557.832886 0.000000 0.993110 0.000000 -0.117183 0.479691 0.479691 0.479691 +4975.868652 0.000000 556.770325 0.000000 0.968922 0.000000 0.247368 0.457269 0.457269 0.457269 +4989.507812 0.000000 558.136169 0.000000 0.968724 0.000000 -0.248140 0.428403 0.428403 0.428403 +4966.686523 0.000000 508.665161 0.000000 0.981559 0.000000 0.191159 0.440887 0.440887 0.440887 +4951.293457 0.000000 531.924133 0.000000 0.968892 0.000000 0.247483 0.451485 0.451485 0.451485 +4987.981445 0.000000 563.578613 0.000000 0.998424 0.000000 0.056124 0.411915 0.411915 0.411915 +4981.860840 0.000000 556.425842 0.000000 0.977408 0.000000 0.211360 0.432807 0.432807 0.432807 +4957.422852 0.000000 546.911194 0.000000 0.984132 0.000000 -0.177440 0.449098 0.449098 0.449098 +4938.072266 0.000000 564.531372 0.000000 0.970266 0.000000 0.242039 0.490127 0.490127 0.490127 +4986.631836 0.000000 543.495789 0.000000 0.999643 0.000000 -0.026724 0.448495 0.448495 0.448495 +4978.798340 0.000000 545.040527 0.000000 0.975318 0.000000 0.220804 0.424919 0.424919 0.424919 +4942.604980 0.000000 555.936340 0.000000 0.967289 0.000000 -0.253678 0.448426 0.448426 0.448426 +4985.384766 0.000000 564.611145 0.000000 0.997569 0.000000 -0.069683 0.445289 0.445289 0.445289 +4987.000977 0.000000 546.160461 0.000000 0.988487 0.000000 -0.151303 0.488275 0.488275 0.488275 +5032.763184 0.000000 466.997192 0.000000 0.985704 0.000000 0.168489 0.397633 0.397633 0.397633 +5018.364746 0.000000 477.436310 0.000000 0.998793 0.000000 0.049128 0.460881 0.460881 0.460881 +4997.119141 0.000000 468.309204 0.000000 0.983400 0.000000 -0.181450 0.402496 0.402496 0.402496 +4997.464844 0.000000 456.656952 0.000000 0.981826 0.000000 -0.189783 0.457254 0.457254 0.457254 +5036.412598 0.000000 494.148712 0.000000 0.997490 0.000000 -0.070809 0.535963 0.535963 0.535963 +5030.337891 0.000000 465.611145 0.000000 0.952472 0.000000 -0.304626 0.419321 0.419321 0.419321 +5048.639160 0.000000 456.847321 0.000000 0.997679 0.000000 0.068098 0.468345 0.468345 0.468345 +5000.614258 0.000000 465.403870 0.000000 0.984546 0.000000 0.175127 0.435346 0.435346 0.435346 +5053.125000 0.000000 504.354248 0.000000 0.998084 0.000000 -0.061865 0.455002 0.455002 0.455002 +5008.716797 0.000000 483.972839 0.000000 0.982298 0.000000 -0.187327 0.475085 0.475085 0.475085 +5111.638184 0.000000 467.618469 0.000000 0.994504 0.000000 0.104698 0.398575 0.398575 0.398575 +5086.236816 0.000000 504.404877 0.000000 0.989064 0.000000 -0.147488 0.402018 0.402018 0.402018 +5070.875488 0.000000 496.637024 0.000000 0.994200 0.000000 0.107543 0.409204 0.409204 0.409204 +5071.831543 0.000000 456.046844 0.000000 0.974170 0.000000 0.225816 0.396850 0.396850 0.396850 +5060.948730 0.000000 451.990051 0.000000 0.991646 0.000000 0.128987 0.428335 0.428335 0.428335 +5056.042480 0.000000 451.882324 0.000000 0.965370 0.000000 -0.260884 0.420634 0.420634 0.420634 +5070.604980 0.000000 499.451965 0.000000 0.961208 0.000000 0.275826 0.450969 0.450969 0.450969 +4992.254883 0.000000 555.500244 0.000000 0.951183 0.000000 -0.308626 0.404104 0.404104 0.404104 +5040.541992 0.000000 530.944641 0.000000 0.980978 0.000000 0.194117 0.397464 0.397464 0.397464 +5036.662598 0.000000 558.939575 0.000000 0.956565 0.000000 0.291519 0.454524 0.454524 0.454524 +5015.491699 0.000000 508.990906 0.000000 0.982814 0.000000 -0.184600 0.402475 0.402475 0.402475 +5017.505859 0.000000 562.131104 0.000000 0.988766 0.000000 -0.149475 0.428819 0.428819 0.428819 +4995.505371 0.000000 551.785522 0.000000 0.952973 0.000000 -0.303056 0.445289 0.445289 0.445289 +4995.837402 0.000000 531.921448 0.000000 0.992548 0.000000 -0.121853 0.477803 0.477803 0.477803 +4992.156738 0.000000 563.259583 0.000000 0.987273 0.000000 -0.159035 0.512232 0.512232 0.512232 +4998.424805 0.000000 528.719543 0.000000 0.983668 0.000000 0.179990 0.408130 0.408130 0.408130 +4996.755371 0.000000 536.232056 0.000000 0.998146 0.000000 -0.060864 0.449078 0.449078 0.449078 +5036.412598 0.000000 550.633118 0.000000 0.999438 0.000000 -0.033537 0.472195 0.472195 0.472195 +4992.894531 0.000000 538.659485 0.000000 0.974567 0.000000 -0.224097 0.412111 0.412111 0.412111 +5019.595215 0.000000 558.883118 0.000000 0.979395 0.000000 -0.201955 0.471386 0.471386 0.471386 +4994.356934 0.000000 513.257568 0.000000 0.958096 0.000000 -0.286447 0.470989 0.470989 0.470989 +5013.934570 0.000000 563.171326 0.000000 0.994240 0.000000 0.107176 0.409210 0.409210 0.409210 +5031.299805 0.000000 554.738831 0.000000 0.970878 0.000000 -0.239573 0.458144 0.458144 0.458144 +5045.566895 0.000000 520.821594 0.000000 0.995567 0.000000 0.094051 0.471759 0.471759 0.471759 +5048.639160 0.000000 513.331726 0.000000 0.953462 0.000000 -0.301513 0.495313 0.495313 0.495313 +5012.984863 0.000000 545.557373 0.000000 0.986112 0.000000 -0.166081 0.460799 0.460799 0.460799 +5087.453613 0.000000 525.089478 0.000000 0.999927 0.000000 0.012077 0.399838 0.399838 0.399838 +5081.661133 0.000000 511.425598 0.000000 0.997265 0.000000 -0.073906 0.409899 0.409899 0.409899 +5073.722656 0.000000 560.536682 0.000000 0.999551 0.000000 -0.029949 0.468198 0.468198 0.468198 +5076.994629 0.000000 510.912079 0.000000 0.952952 0.000000 -0.303122 0.433290 0.433290 0.433290 +5089.062500 0.000000 560.433289 0.000000 0.998527 0.000000 -0.054253 0.454869 0.454869 0.454869 +5056.090332 0.000000 511.654968 0.000000 0.984044 0.000000 0.177927 0.421732 0.421732 0.421732 +4986.368164 0.000000 616.769714 0.000000 0.994090 0.000000 0.108560 0.446184 0.446184 0.446184 +4977.272949 0.000000 598.468689 0.000000 0.964839 0.000000 -0.262842 0.403718 0.403718 0.403718 +4983.107910 0.000000 610.045044 0.000000 0.961920 0.000000 -0.273331 0.460751 0.460751 0.460751 +4989.212891 0.000000 590.235535 0.000000 0.999527 0.000000 -0.030749 0.446599 0.446599 0.446599 +4986.385254 0.000000 567.435791 0.000000 0.971605 0.000000 -0.236608 0.442155 0.442155 0.442155 +4979.634277 0.000000 607.571594 0.000000 0.991846 0.000000 -0.127440 0.422541 0.422541 0.422541 +4975.917480 0.000000 601.625793 0.000000 0.953879 0.000000 -0.300190 0.404263 0.404263 0.404263 +4970.288574 0.000000 587.991577 0.000000 0.964112 0.000000 -0.265496 0.492567 0.492567 0.492567 +4972.194824 0.000000 576.921143 0.000000 0.975272 0.000000 -0.221010 0.487676 0.487676 0.487676 +4967.591309 0.000000 606.679810 0.000000 0.969511 0.000000 0.245048 0.468876 0.468876 0.468876 +4988.013184 0.000000 579.708496 0.000000 0.996671 0.000000 0.081529 0.493438 0.493438 0.493438 +4987.000977 0.000000 602.644836 0.000000 0.996897 0.000000 -0.078720 0.494728 0.494728 0.494728 +4989.292480 0.000000 633.887085 0.000000 0.980576 0.000000 0.196138 0.458214 0.458214 0.458214 +4987.100586 0.000000 631.420837 0.000000 0.992769 0.000000 0.120041 0.479044 0.479044 0.479044 +4984.639160 0.000000 626.300476 0.000000 0.999984 0.000000 -0.005642 0.501098 0.501098 0.501098 +5004.978516 0.000000 565.579712 0.000000 0.981786 0.000000 -0.189991 0.495009 0.495009 0.495009 +5010.127930 0.000000 578.119812 0.000000 0.994455 0.000000 -0.105163 0.447862 0.447862 0.447862 +5029.432617 0.000000 575.870789 0.000000 0.962951 0.000000 -0.269677 0.452697 0.452697 0.452697 +5030.893555 0.000000 584.291077 0.000000 0.972095 0.000000 0.234588 0.396820 0.396820 0.396820 +5044.365234 0.000000 604.109985 0.000000 0.999999 0.000000 -0.001506 0.400020 0.400020 0.400020 +5006.873047 0.000000 572.890808 0.000000 0.965629 0.000000 0.259924 0.457036 0.457036 0.457036 +5053.292480 0.000000 577.402710 0.000000 0.980229 0.000000 0.197864 0.402053 0.402053 0.402053 +4992.098633 0.000000 571.792725 0.000000 0.977825 0.000000 0.209423 0.454105 0.454105 0.454105 +5001.641113 0.000000 618.031616 0.000000 0.973757 0.000000 0.227590 0.396882 0.396882 0.396882 +5003.929688 0.000000 576.849609 0.000000 0.993508 0.000000 -0.113764 0.485555 0.485555 0.485555 +5054.270020 0.000000 569.275146 0.000000 0.993259 0.000000 0.115918 0.434383 0.434383 0.434383 +5039.145508 0.000000 582.991577 0.000000 0.990758 0.000000 -0.135643 0.430578 0.430578 0.430578 +5001.866211 0.000000 603.916077 0.000000 0.975660 0.000000 -0.219291 0.439875 0.439875 0.439875 +5040.918945 0.000000 579.829895 0.000000 0.965394 0.000000 -0.260795 0.450545 0.450545 0.450545 +5033.967773 0.000000 594.661682 0.000000 0.991028 0.000000 -0.133653 0.547341 0.547341 0.547341 +5051.100586 0.000000 574.936462 0.000000 0.974133 0.000000 -0.225974 0.471839 0.471839 0.471839 +5030.469727 0.000000 591.437805 0.000000 0.998997 0.000000 -0.044777 0.501910 0.501910 0.501910 +5094.230957 0.000000 603.372803 0.000000 0.992552 0.000000 0.121825 0.398317 0.398317 0.398317 +5087.453613 0.000000 581.573853 0.000000 0.975304 0.000000 0.220867 0.486711 0.486711 0.486711 +5074.127930 0.000000 578.119812 0.000000 0.990834 0.000000 0.135086 0.398221 0.398221 0.398221 +5086.236816 0.000000 617.373657 0.000000 0.998204 0.000000 0.059911 0.460687 0.460687 0.460687 +5075.007324 0.000000 582.922119 0.000000 0.966605 0.000000 -0.256270 0.420562 0.420562 0.420562 +5086.060547 0.000000 612.998657 0.000000 0.988496 0.000000 0.151246 0.476495 0.476495 0.476495 +5061.464844 0.000000 569.625671 0.000000 0.993729 0.000000 0.111819 0.398456 0.398456 0.398456 +5086.953613 0.000000 621.096252 0.000000 0.984694 0.000000 -0.174293 0.449044 0.449044 0.449044 +5104.918945 0.000000 579.829895 0.000000 0.956548 0.000000 0.291575 0.437225 0.437225 0.437225 +5098.835938 0.000000 570.850037 0.000000 0.993534 0.000000 0.113535 0.434422 0.434422 0.434422 +5058.356934 0.000000 569.741943 0.000000 0.993948 0.000000 0.109849 0.442269 0.442269 0.442269 +5076.994629 0.000000 567.396423 0.000000 0.957309 0.000000 0.289068 0.433423 0.433423 0.433423 +5115.000977 0.000000 602.644836 0.000000 0.999093 0.000000 -0.042592 0.440901 0.440901 0.440901 +5018.122559 0.000000 632.136536 0.000000 0.977671 0.000000 0.210143 0.457957 0.457957 0.457957 +5032.763184 0.000000 636.450317 0.000000 0.999874 0.000000 0.015849 0.399785 0.399785 0.399785 +5024.618164 0.000000 624.693726 0.000000 0.991657 0.000000 -0.128906 0.468046 0.468046 0.468046 +5009.664551 0.000000 627.984131 0.000000 0.974135 0.000000 -0.225965 0.489768 0.489768 0.489768 +5013.235840 0.000000 641.189209 0.000000 0.998441 0.000000 -0.055823 0.502140 0.502140 0.502140 +5012.832520 0.000000 633.907776 0.000000 0.973965 0.000000 -0.226696 0.477828 0.477828 0.477828 +5119.958008 0.000000 642.227112 0.000000 0.999457 0.000000 0.032955 0.433781 0.433781 0.433781 +5093.432617 0.000000 632.355164 0.000000 0.975504 0.000000 -0.219981 0.483672 0.483672 0.483672 +5082.122559 0.000000 632.136536 0.000000 0.972386 0.000000 -0.233378 0.637769 0.637769 0.637769 +5087.826172 0.000000 629.450500 0.000000 0.969868 0.000000 -0.243630 0.420366 0.420366 0.420366 +5090.015137 0.000000 641.823669 0.000000 0.998869 0.000000 -0.047556 0.478358 0.478358 0.478358 +5085.020508 0.000000 634.158508 0.000000 0.958591 0.000000 -0.284788 0.466958 0.466958 0.466958 +5097.676758 0.000000 639.395142 0.000000 0.998919 0.000000 -0.046476 0.435065 0.435065 0.435065 +5111.819336 0.000000 640.159058 0.000000 0.970399 0.000000 0.241505 0.463162 0.463162 0.463162 +5094.337891 0.000000 635.064270 0.000000 0.985128 0.000000 0.171824 0.499331 0.499331 0.499331 +5167.722656 0.000000 383.225922 0.000000 0.994665 0.000000 -0.103159 0.426114 0.426114 0.426114 +5169.272949 0.000000 372.531189 0.000000 0.954834 0.000000 -0.297140 0.405224 0.405224 0.405224 +5171.213867 0.000000 385.163452 0.000000 0.983078 0.000000 0.183188 0.397452 0.397452 0.397452 +5184.009766 0.000000 381.098755 0.000000 0.988616 0.000000 0.150461 0.426049 0.426049 0.426049 +5131.959473 0.000000 443.881500 0.000000 0.991064 0.000000 -0.133386 0.401824 0.401824 0.401824 +5123.505371 0.000000 438.816772 0.000000 0.995344 0.000000 -0.096385 0.426009 0.426009 0.426009 +5178.385254 0.000000 397.982666 0.000000 0.968475 0.000000 -0.249110 0.438381 0.438381 0.438381 +5167.663086 0.000000 405.402527 0.000000 0.956405 0.000000 -0.292043 0.457094 0.457094 0.457094 +5166.042969 0.000000 401.245300 0.000000 0.999977 0.000000 0.006856 0.436163 0.436163 0.436163 +5172.003906 0.000000 398.718201 0.000000 0.998915 0.000000 0.046568 0.503921 0.503921 0.503921 +5150.608887 0.000000 400.930267 0.000000 0.955309 0.000000 -0.295608 0.471164 0.471164 0.471164 +5199.130859 0.000000 434.762421 0.000000 0.987119 0.000000 0.159986 0.397794 0.397794 0.397794 +5186.500488 0.000000 415.134705 0.000000 0.996032 0.000000 -0.089001 0.469286 0.469286 0.469286 +5246.419434 0.000000 437.537933 0.000000 0.965203 0.000000 0.261503 0.396407 0.396407 0.396407 +5171.456055 0.000000 502.163269 0.000000 0.987884 0.000000 0.155194 0.397946 0.397946 0.397946 +5164.760254 0.000000 490.380127 0.000000 0.999316 0.000000 -0.036980 0.400504 0.400504 0.400504 +5162.009766 0.000000 506.811646 0.000000 0.998017 0.000000 0.062944 0.433296 0.433296 0.433296 +5132.552734 0.000000 478.069061 0.000000 0.972612 0.000000 -0.232436 0.403244 0.403244 0.403244 +5130.351562 0.000000 472.753967 0.000000 0.976475 0.000000 -0.215632 0.447768 0.447768 0.447768 +5138.817383 0.000000 482.318909 0.000000 0.966546 0.000000 -0.256494 0.430530 0.430530 0.430530 +5150.060547 0.000000 500.029877 0.000000 0.999913 0.000000 -0.013223 0.489479 0.489479 0.489479 +5125.119141 0.000000 468.309204 0.000000 0.990717 0.000000 0.135942 0.430167 0.430167 0.430167 +5173.013672 0.000000 486.521332 0.000000 0.994511 0.000000 0.104631 0.477398 0.477398 0.477398 +5181.507812 0.000000 501.651794 0.000000 0.988166 0.000000 0.153390 0.455115 0.455115 0.455115 +5171.863281 0.000000 476.247742 0.000000 0.995834 0.000000 0.091190 0.497137 0.497137 0.497137 +5168.580566 0.000000 482.315765 0.000000 0.973008 0.000000 0.230773 0.428620 0.428620 0.428620 +5132.112305 0.000000 466.781769 0.000000 0.998785 0.000000 0.049287 0.413971 0.413971 0.413971 +5128.614258 0.000000 465.403870 0.000000 0.989007 0.000000 0.147870 0.455214 0.455214 0.455214 +5181.738281 0.000000 480.124146 0.000000 0.999990 0.000000 0.004467 0.453844 0.453844 0.453844 +5126.395508 0.000000 481.930664 0.000000 0.997820 0.000000 -0.065995 0.482650 0.482650 0.482650 +5210.979980 0.000000 493.707825 0.000000 0.974309 0.000000 -0.225215 0.403040 0.403040 0.403040 +5221.982422 0.000000 502.136810 0.000000 0.990175 0.000000 0.139835 0.398060 0.398060 0.398060 +5198.007324 0.000000 482.765228 0.000000 0.957512 0.000000 -0.288395 0.411082 0.411082 0.411082 +5184.254883 0.000000 499.015869 0.000000 0.995792 0.000000 -0.091641 0.401269 0.401269 0.401269 +5186.500488 0.000000 471.619080 0.000000 0.968864 0.000000 0.247593 0.396602 0.396602 0.396602 +5247.586426 0.000000 505.309570 0.000000 0.981210 0.000000 -0.192941 0.402637 0.402637 0.402637 +5194.351562 0.000000 472.753967 0.000000 0.963014 0.000000 -0.269451 0.403746 0.403746 0.403746 +5219.991211 0.000000 467.601471 0.000000 0.986942 0.000000 0.161078 0.507308 0.507308 0.507308 +5240.315430 0.000000 488.883972 0.000000 0.971587 0.000000 -0.236684 0.406330 0.406330 0.406330 +5207.293457 0.000000 475.439758 0.000000 0.953107 0.000000 0.302633 0.410122 0.410122 0.410122 +5242.305176 0.000000 495.856445 0.000000 0.999857 0.000000 -0.016890 0.412995 0.412995 0.412995 +5196.526855 0.000000 474.920837 0.000000 0.976319 0.000000 -0.216336 0.447781 0.447781 0.447781 +5212.380371 0.000000 506.725342 0.000000 0.980756 0.000000 -0.195236 0.431531 0.431531 0.431531 +5220.029297 0.000000 470.427795 0.000000 0.986867 0.000000 0.161537 0.447211 0.447211 0.447211 +5245.738281 0.000000 480.124146 0.000000 0.965439 0.000000 0.260630 0.485890 0.485890 0.485890 +5186.822754 0.000000 485.843109 0.000000 0.994026 0.000000 0.109144 0.448120 0.448120 0.448120 +5124.458496 0.000000 562.825317 0.000000 0.975958 0.000000 -0.217957 0.402984 0.402984 0.402984 +5138.127930 0.000000 521.635437 0.000000 0.977132 0.000000 0.212634 0.397229 0.397229 0.397229 +5160.832520 0.000000 511.860535 0.000000 0.966249 0.000000 0.257611 0.428177 0.428177 0.428177 +5146.122559 0.000000 519.167786 0.000000 0.999117 0.000000 -0.042019 0.444824 0.444824 0.444824 +5174.816895 0.000000 509.610168 0.000000 0.972837 0.000000 0.231493 0.548123 0.548123 0.548123 +5181.658691 0.000000 543.675110 0.000000 0.997728 0.000000 0.067377 0.411748 0.411748 0.411748 +5137.256836 0.000000 543.074219 0.000000 0.982107 0.000000 -0.188323 0.433405 0.433405 0.433405 +5138.817383 0.000000 538.803284 0.000000 0.978400 0.000000 -0.206722 0.403909 0.403909 0.403909 +5170.318359 0.000000 508.565277 0.000000 0.987690 0.000000 0.156427 0.406539 0.406539 0.406539 +5182.624512 0.000000 517.179504 0.000000 0.999994 0.000000 -0.003354 0.575579 0.575579 0.575579 +5149.020508 0.000000 521.189758 0.000000 0.984612 0.000000 -0.174755 0.427237 0.427237 0.427237 +5161.676758 0.000000 526.426392 0.000000 0.970001 0.000000 -0.243103 0.424340 0.424340 0.424340 +5132.375000 0.000000 563.027222 0.000000 0.989939 0.000000 0.141497 0.441733 0.441733 0.441733 +5205.705078 0.000000 535.227051 0.000000 0.999912 0.000000 -0.013256 0.400175 0.400175 0.400175 +5188.458496 0.000000 562.825317 0.000000 0.998388 0.000000 0.056752 0.399240 0.399240 0.399240 +5192.407715 0.000000 516.171753 0.000000 0.995455 0.000000 0.095230 0.487317 0.487317 0.487317 +5214.236816 0.000000 560.889282 0.000000 0.996258 0.000000 -0.086432 0.475156 0.475156 0.475156 +5198.873047 0.000000 516.406433 0.000000 0.965662 0.000000 0.259802 0.420429 0.420429 0.420429 +5191.914551 0.000000 510.196289 0.000000 0.981721 0.000000 0.190327 0.397418 0.397418 0.397418 +5198.875488 0.000000 553.121399 0.000000 0.975591 0.000000 -0.219594 0.403018 0.403018 0.403018 +5210.364746 0.000000 533.920715 0.000000 0.999423 0.000000 0.033970 0.437678 0.437678 0.437678 +5195.786133 0.000000 513.412292 0.000000 0.962499 0.000000 0.271287 0.483746 0.483746 0.483746 +5215.334473 0.000000 549.344788 0.000000 0.957119 0.000000 -0.289697 0.407110 0.407110 0.407110 +5184.514160 0.000000 524.440247 0.000000 0.994045 0.000000 -0.108968 0.436078 0.436078 0.436078 +5246.624512 0.000000 517.179504 0.000000 0.971173 0.000000 -0.238376 0.422275 0.422275 0.422275 +5199.831543 0.000000 512.531250 0.000000 0.967482 0.000000 0.252941 0.493747 0.493747 0.493747 +5219.666992 0.000000 544.845581 0.000000 0.986588 0.000000 0.163231 0.474324 0.474324 0.474324 +5232.580566 0.000000 538.800110 0.000000 0.999983 0.000000 -0.005789 0.410869 0.410869 0.410869 +5225.967773 0.000000 538.177307 0.000000 0.992210 0.000000 0.124576 0.455630 0.455630 0.455630 +5231.537109 0.000000 535.487854 0.000000 0.997642 0.000000 0.068635 0.493701 0.493701 0.493701 +5187.510742 0.000000 555.287354 0.000000 0.999999 0.000000 -0.001147 0.412762 0.412762 0.412762 +5186.356934 0.000000 513.257568 0.000000 0.995532 0.000000 -0.094425 0.483202 0.483202 0.483202 +5204.094727 0.000000 523.760254 0.000000 0.954036 0.000000 0.299693 0.419784 0.419784 0.419784 +5198.604980 0.000000 555.936340 0.000000 0.982892 0.000000 -0.184184 0.451199 0.451199 0.451199 +5237.519043 0.000000 534.984802 0.000000 0.999880 0.000000 0.015521 0.436022 0.436022 0.436022 +5220.029297 0.000000 526.912170 0.000000 0.959911 0.000000 0.280306 0.502760 0.502760 0.502760 +5186.822754 0.000000 542.327515 0.000000 0.999928 0.000000 0.011988 0.436079 0.436079 0.436079 +5196.721191 0.000000 546.684204 0.000000 0.997509 0.000000 0.070537 0.487810 0.487810 0.487810 +5252.948730 0.000000 451.990051 0.000000 0.959465 0.000000 0.281828 0.512320 0.512320 0.512320 +5248.090332 0.000000 455.170593 0.000000 0.966248 0.000000 -0.257615 0.476431 0.476431 0.476431 +5274.979980 0.000000 550.192200 0.000000 0.996485 0.000000 -0.083770 0.481023 0.481023 0.481023 +5274.709961 0.000000 545.399292 0.000000 0.998421 0.000000 0.056180 0.409960 0.409960 0.409960 +5253.119141 0.000000 524.793579 0.000000 0.985384 0.000000 0.170349 0.464499 0.464499 0.464499 +5255.408691 0.000000 526.196899 0.000000 0.994464 0.000000 0.105076 0.491012 0.491012 0.491012 +5327.130859 0.000000 547.731140 0.000000 0.990365 0.000000 -0.138483 0.401901 0.401901 0.401901 +5343.334473 0.000000 549.344788 0.000000 0.977759 0.000000 0.209732 0.544821 0.544821 0.544821 +5316.755371 0.000000 536.232056 0.000000 0.951114 0.000000 0.308839 0.425399 0.425399 0.425399 +5350.346680 0.000000 562.617065 0.000000 0.999992 0.000000 -0.003983 0.401036 0.401036 0.401036 +5341.422852 0.000000 546.911194 0.000000 0.983671 0.000000 -0.179979 0.468989 0.468989 0.468989 +5158.230957 0.000000 603.372803 0.000000 0.985707 0.000000 -0.168467 0.402333 0.402333 0.402333 +5148.793945 0.000000 567.685547 0.000000 0.969091 0.000000 -0.246703 0.403423 0.403423 0.403423 +5132.978516 0.000000 565.579712 0.000000 0.995224 0.000000 -0.097614 0.469445 0.469445 0.469445 +5122.396484 0.000000 566.705872 0.000000 0.992817 0.000000 -0.119644 0.401641 0.401641 0.401641 +5146.364746 0.000000 590.405090 0.000000 0.968818 0.000000 0.247773 0.410973 0.410973 0.410973 +5147.131348 0.000000 580.964905 0.000000 0.998288 0.000000 -0.058497 0.400810 0.400810 0.400810 +5120.163086 0.000000 599.590271 0.000000 0.955207 0.000000 0.295938 0.431382 0.431382 0.431382 +5153.947754 0.000000 614.317261 0.000000 0.969746 0.000000 -0.244117 0.403362 0.403362 0.403362 +5165.311035 0.000000 599.193665 0.000000 0.975750 0.000000 -0.218889 0.403074 0.403074 0.403074 +5152.618164 0.000000 568.209351 0.000000 0.999240 0.000000 -0.038979 0.478195 0.478195 0.478195 +5167.663086 0.000000 574.855652 0.000000 0.971193 0.000000 0.238296 0.563329 0.563329 0.563329 +5164.194824 0.000000 576.921143 0.000000 0.990188 0.000000 -0.139744 0.414818 0.414818 0.414818 +5139.991699 0.000000 598.071228 0.000000 0.963085 0.000000 -0.269198 0.484648 0.484648 0.484648 +5242.368164 0.000000 616.769714 0.000000 0.998052 0.000000 0.062388 0.493829 0.493829 0.493829 +5218.900879 0.000000 564.908447 0.000000 0.954030 0.000000 0.299710 0.395942 0.395942 0.395942 +5245.248047 0.000000 610.845825 0.000000 0.998453 0.000000 0.055599 0.408014 0.408014 0.408014 +5234.789551 0.000000 576.931030 0.000000 0.995037 0.000000 0.099505 0.436600 0.436600 0.436600 +5198.953125 0.000000 618.815430 0.000000 0.999996 0.000000 0.002890 0.399960 0.399960 0.399960 +5220.045898 0.000000 570.118652 0.000000 0.973759 0.000000 0.227580 0.396802 0.396802 0.396802 +5224.015625 0.000000 572.472351 0.000000 0.956798 0.000000 -0.290754 0.404007 0.404007 0.404007 +5235.402344 0.000000 618.810974 0.000000 0.998339 0.000000 0.057612 0.425568 0.425568 0.425568 +5232.918945 0.000000 579.829895 0.000000 0.954569 0.000000 -0.297988 0.497243 0.497243 0.497243 +5190.507812 0.000000 616.934875 0.000000 0.951130 0.000000 -0.308791 0.429384 0.429384 0.429384 +5209.916992 0.000000 609.609924 0.000000 0.994148 0.000000 -0.108028 0.412372 0.412372 0.412372 +5209.706543 0.000000 578.483093 0.000000 0.994729 0.000000 -0.102543 0.479410 0.479410 0.479410 +5228.352051 0.000000 582.104858 0.000000 0.970140 0.000000 -0.242547 0.452218 0.452218 0.452218 +5121.451172 0.000000 633.503784 0.000000 0.977314 0.000000 0.211796 0.448265 0.448265 0.448265 +5152.618164 0.000000 624.693726 0.000000 0.972193 0.000000 0.234179 0.396743 0.396743 0.396743 +5166.042969 0.000000 627.182800 0.000000 0.997782 0.000000 0.066568 0.556169 0.556169 0.556169 +5164.194824 0.000000 633.405518 0.000000 0.976825 0.000000 -0.214038 0.467634 0.467634 0.467634 +5140.994629 0.000000 623.880798 0.000000 0.995711 0.000000 0.092514 0.465943 0.465943 0.465943 +5204.569336 0.000000 626.714600 0.000000 0.990893 0.000000 -0.134654 0.430562 0.430562 0.430562 +5228.062988 0.000000 630.317261 0.000000 0.956296 0.000000 -0.292400 0.404074 0.404074 0.404074 +5219.765137 0.000000 647.175354 0.000000 0.999092 0.000000 0.042607 0.431670 0.431670 0.431670 +5188.763672 0.000000 657.520325 0.000000 0.972212 0.000000 -0.234101 0.456053 0.456053 0.456053 +5201.939453 0.000000 663.123718 0.000000 0.999221 0.000000 0.039462 0.453233 0.453233 0.453233 +5232.918945 0.000000 636.314270 0.000000 0.989391 0.000000 -0.145277 0.452506 0.452506 0.452506 +5209.681152 0.000000 655.105591 0.000000 0.956340 0.000000 0.292258 0.450667 0.450667 0.450667 +5193.278320 0.000000 671.411682 0.000000 0.997027 0.000000 0.077054 0.421361 0.421361 0.421361 +5217.448730 0.000000 644.624939 0.000000 0.958698 0.000000 -0.284426 0.476950 0.476950 0.476950 +5205.934570 0.000000 676.140076 0.000000 0.998894 0.000000 -0.047011 0.439007 0.439007 0.439007 +5208.795410 0.000000 649.240295 0.000000 0.998571 0.000000 0.053436 0.452989 0.452989 0.452989 +5200.186523 0.000000 640.479370 0.000000 0.985509 0.000000 0.169622 0.425742 0.425742 0.425742 +5204.984863 0.000000 658.526123 0.000000 0.999999 0.000000 -0.001341 0.422570 0.422570 0.422570 +5302.173828 0.000000 571.028015 0.000000 0.976153 0.000000 0.217085 0.399837 0.399837 0.399837 +5286.535645 0.000000 594.351868 0.000000 0.983551 0.000000 -0.180628 0.435264 0.435264 0.435264 +5288.015625 0.000000 572.472351 0.000000 0.987233 0.000000 -0.159285 0.430955 0.430955 0.430955 +5293.311035 0.000000 599.193665 0.000000 0.951691 0.000000 -0.307056 0.404270 0.404270 0.404270 +5286.686523 0.000000 565.149536 0.000000 0.954975 0.000000 -0.296687 0.473186 0.473186 0.473186 +5294.042969 0.000000 570.698425 0.000000 0.999981 0.000000 0.006172 0.410694 0.410694 0.410694 +5300.003906 0.000000 568.171326 0.000000 0.999302 0.000000 -0.037350 0.474232 0.474232 0.474232 +5295.917480 0.000000 601.625793 0.000000 0.999845 0.000000 -0.017599 0.424783 0.424783 0.424783 +5306.462402 0.000000 581.913818 0.000000 0.966076 0.000000 0.258256 0.401166 0.401166 0.401166 +5284.575195 0.000000 567.232727 0.000000 0.951496 0.000000 -0.307661 0.451372 0.451372 0.451372 +5295.447754 0.000000 577.529419 0.000000 0.992952 0.000000 0.118519 0.446013 0.446013 0.446013 +5350.230957 0.000000 603.372803 0.000000 0.988607 0.000000 0.150521 0.466809 0.466809 0.466809 +5370.807129 0.000000 571.498291 0.000000 0.999329 0.000000 -0.036624 0.474218 0.474218 0.474218 +5319.671387 0.000000 589.700317 0.000000 0.953047 0.000000 -0.302822 0.441284 0.441284 0.441284 +5330.127930 0.000000 578.119812 0.000000 0.957639 0.000000 -0.287973 0.439033 0.439033 0.439033 +5327.272949 0.000000 586.762329 0.000000 0.999422 0.000000 0.034005 0.423982 0.423982 0.423982 +5334.478027 0.000000 599.737061 0.000000 0.985935 0.000000 0.167131 0.441297 0.441297 0.441297 +5335.890625 0.000000 583.901428 0.000000 0.987129 0.000000 0.159924 0.397835 0.397835 0.397835 +5368.550781 0.000000 597.702942 0.000000 0.997435 0.000000 0.071584 0.437060 0.437060 0.437060 +5346.900879 0.000000 564.908447 0.000000 0.995974 0.000000 0.089639 0.487429 0.487429 0.487429 +5357.434082 0.000000 594.572998 0.000000 0.991450 0.000000 0.130484 0.490495 0.490495 0.490495 +5330.817383 0.000000 595.287659 0.000000 0.982109 0.000000 -0.188313 0.429436 0.429436 0.429436 +5374.270020 0.000000 569.275146 0.000000 0.996975 0.000000 0.077724 0.427204 0.427204 0.427204 +5344.618164 0.000000 568.209351 0.000000 0.996576 0.000000 0.082678 0.466125 0.466125 0.466125 +5350.686523 0.000000 565.149536 0.000000 0.985492 0.000000 0.169720 0.416043 0.416043 0.416043 +5330.190430 0.000000 574.365906 0.000000 0.999956 0.000000 0.009397 0.449838 0.449838 0.449838 +5340.431641 0.000000 572.351624 0.000000 0.992882 0.000000 0.119106 0.446003 0.446003 0.446003 +5360.918945 0.000000 579.829895 0.000000 0.993786 0.000000 -0.111304 0.432166 0.432166 0.432166 +5370.028320 0.000000 577.942322 0.000000 0.985882 0.000000 0.167439 0.419958 0.419958 0.419958 +5364.463867 0.000000 579.925598 0.000000 0.965363 0.000000 0.260910 0.453167 0.453167 0.453167 +5360.580566 0.000000 595.284485 0.000000 0.981515 0.000000 -0.191384 0.469201 0.469201 0.469201 +5324.526855 0.000000 587.889587 0.000000 0.966759 0.000000 -0.255690 0.412584 0.412584 0.412584 +5331.991699 0.000000 598.071228 0.000000 0.986936 0.000000 -0.161111 0.500372 0.500372 0.500372 +5324.112305 0.000000 579.750488 0.000000 0.999654 0.000000 -0.026306 0.428846 0.428846 0.428846 +5328.939453 0.000000 580.772400 0.000000 0.978996 0.000000 -0.203878 0.483356 0.483356 0.483356 +5328.244141 0.000000 594.041565 0.000000 0.967626 0.000000 -0.252388 0.424486 0.424486 0.424486 +5368.639160 0.000000 569.816101 0.000000 0.985032 0.000000 0.172371 0.445084 0.445084 0.445084 +5257.203613 0.000000 657.028931 0.000000 0.987866 0.000000 -0.155309 0.402126 0.402126 0.402126 +5269.208496 0.000000 661.207336 0.000000 0.989039 0.000000 -0.147658 0.403065 0.403065 0.403065 +5277.237305 0.000000 654.850342 0.000000 0.954628 0.000000 -0.297800 0.409227 0.409227 0.409227 +5296.647949 0.000000 661.803894 0.000000 0.957427 0.000000 0.288675 0.400713 0.400713 0.400713 +5265.939453 0.000000 663.123718 0.000000 0.961453 0.000000 -0.274968 0.422849 0.422849 0.422849 +5289.656250 0.000000 661.437866 0.000000 0.971681 0.000000 -0.236298 0.430204 0.430204 0.430204 +5273.681152 0.000000 655.105591 0.000000 0.973562 0.000000 0.228423 0.405472 0.405472 0.405472 +5267.991699 0.000000 654.555603 0.000000 0.991598 0.000000 -0.129358 0.549218 0.549218 0.549218 +5272.795410 0.000000 649.240295 0.000000 0.962726 0.000000 0.270480 0.414477 0.414477 0.414477 +5318.507812 0.000000 673.419250 0.000000 0.984649 0.000000 0.174544 0.423725 0.423725 0.423725 +5391.272949 0.000000 586.762329 0.000000 0.996009 0.000000 -0.089256 0.447591 0.447591 0.447591 +5390.873047 0.000000 572.890808 0.000000 0.998874 0.000000 0.047440 0.447230 0.447230 0.447230 +5388.112305 0.000000 579.750488 0.000000 0.985558 0.000000 -0.169339 0.466808 0.466808 0.466808 +5392.939453 0.000000 580.772400 0.000000 0.986424 0.000000 0.164216 0.483994 0.483994 0.483994 +5384.614258 0.000000 578.372620 0.000000 0.994909 0.000000 -0.100779 0.431998 0.431998 0.431998 +5225.563477 0.000000 704.303528 0.000000 0.963610 0.000000 0.267311 0.514574 0.514574 0.514574 +5233.272949 0.000000 711.437439 0.000000 0.958301 0.000000 -0.285761 0.411043 0.411043 0.411043 +5204.569336 0.000000 683.198975 0.000000 0.999315 0.000000 0.037002 0.410242 0.410242 0.410242 +5192.407715 0.000000 685.624878 0.000000 0.959265 0.000000 -0.282509 0.500922 0.500922 0.500922 +5232.541992 0.000000 700.397766 0.000000 0.987286 0.000000 0.158954 0.455015 0.455015 0.455015 +5207.890625 0.000000 696.870178 0.000000 0.998727 0.000000 -0.050443 0.400706 0.400706 0.400706 +5198.873047 0.000000 685.859558 0.000000 0.981769 0.000000 0.190078 0.397422 0.397422 0.397422 +5226.009766 0.000000 732.749146 0.000000 0.999595 0.000000 0.028443 0.414282 0.414282 0.414282 +5193.063965 0.000000 708.274475 0.000000 0.986264 0.000000 0.165177 0.397721 0.397721 0.397721 +5203.007324 0.000000 695.890869 0.000000 0.965180 0.000000 0.261587 0.396379 0.396379 0.396379 +5224.763184 0.000000 692.934692 0.000000 0.999909 0.000000 -0.013499 0.442382 0.442382 0.442382 +5209.237793 0.000000 683.971375 0.000000 0.992203 0.000000 0.124630 0.459518 0.459518 0.459518 +5221.098633 0.000000 720.683472 0.000000 0.977920 0.000000 0.208980 0.444448 0.444448 0.444448 +5238.381836 0.000000 707.140137 0.000000 0.952790 0.000000 0.303630 0.507987 0.507987 0.507987 +5229.375000 0.000000 702.734192 0.000000 0.955673 0.000000 -0.294430 0.527230 0.527230 0.527230 +5228.412598 0.000000 720.086243 0.000000 0.986896 0.000000 0.161355 0.441395 0.441395 0.441395 +5231.145508 0.000000 695.960327 0.000000 0.997439 0.000000 0.071523 0.433157 0.433157 0.433157 +5225.656250 0.000000 717.922241 0.000000 0.973364 0.000000 0.229267 0.413190 0.413190 0.413190 +5231.917480 0.000000 714.594543 0.000000 0.995119 0.000000 0.098681 0.496982 0.496982 0.496982 +5232.918945 0.000000 692.798645 0.000000 0.993592 0.000000 0.113022 0.436377 0.436377 0.436377 +5199.197266 0.000000 689.445251 0.000000 0.968085 0.000000 -0.250622 0.448373 0.448373 0.448373 +5232.580566 0.000000 708.253235 0.000000 0.969086 0.000000 -0.246725 0.408468 0.408468 0.408468 +5217.099609 0.000000 711.762207 0.000000 0.977664 0.000000 0.210174 0.473413 0.473413 0.473413 +5213.422852 0.000000 716.364319 0.000000 0.999429 0.000000 -0.033800 0.434860 0.434860 0.434860 +5220.759766 0.000000 699.188721 0.000000 0.972466 0.000000 0.233043 0.474894 0.474894 0.474894 +5222.469727 0.000000 704.406555 0.000000 0.992652 0.000000 0.121005 0.566442 0.566442 0.566442 +5209.283691 0.000000 699.430237 0.000000 0.998355 0.000000 -0.057333 0.458859 0.458859 0.458859 +5223.299805 0.000000 724.191956 0.000000 0.994370 0.000000 -0.105968 0.511089 0.511089 0.511089 +5190.395508 0.000000 707.868164 0.000000 0.969323 0.000000 -0.245789 0.438326 0.438326 0.438326 +5204.569336 0.000000 739.683350 0.000000 0.975756 0.000000 0.218860 0.396937 0.396937 0.396937 +5202.283691 0.000000 735.429565 0.000000 0.985366 0.000000 -0.170454 0.431134 0.431134 0.431134 +5210.987305 0.000000 734.385681 0.000000 0.999843 0.000000 -0.017701 0.422822 0.422822 0.422822 +5293.516602 0.000000 692.545776 0.000000 0.966981 0.000000 -0.254849 0.403423 0.403423 0.403423 +5269.705078 0.000000 704.680176 0.000000 0.998641 0.000000 0.052123 0.402202 0.402202 0.402202 +5257.400879 0.000000 693.931641 0.000000 0.999599 0.000000 0.028306 0.399616 0.399616 0.399616 +5271.890625 0.000000 696.870178 0.000000 0.992882 0.000000 -0.119098 0.596487 0.596487 0.596487 +5252.032715 0.000000 709.424072 0.000000 0.994678 0.000000 -0.103034 0.443877 0.443877 0.443877 +5278.530273 0.000000 701.272583 0.000000 0.999736 0.000000 -0.022961 0.468069 0.468069 0.468069 +5257.063965 0.000000 708.274475 0.000000 0.971934 0.000000 -0.235254 0.403154 0.403154 0.403154 +5267.007324 0.000000 695.890869 0.000000 0.971052 0.000000 0.238869 0.459355 0.459355 0.459355 +5283.991211 0.000000 693.539001 0.000000 0.999957 0.000000 -0.009284 0.400126 0.400126 0.400126 +5280.426758 0.000000 690.250305 0.000000 0.993085 0.000000 -0.117395 0.558822 0.558822 0.558822 +5295.145508 0.000000 695.960327 0.000000 0.997383 0.000000 -0.072306 0.439423 0.439423 0.439423 +5266.190430 0.000000 687.334656 0.000000 0.998700 0.000000 0.050972 0.427627 0.427627 0.427627 +5276.431641 0.000000 685.320374 0.000000 0.988961 0.000000 -0.148178 0.424840 0.424840 0.424840 +5266.230469 0.000000 715.848022 0.000000 0.996150 0.000000 -0.087671 0.518592 0.518592 0.518592 +5286.581055 0.000000 712.936951 0.000000 0.995520 0.000000 0.094546 0.444476 0.444476 0.444476 +5276.947754 0.000000 707.884338 0.000000 0.955139 0.000000 0.296156 0.417918 0.417918 0.417918 +5273.283691 0.000000 699.430237 0.000000 0.968809 0.000000 0.247808 0.643626 0.643626 0.643626 +5255.408691 0.000000 695.650024 0.000000 0.979428 0.000000 0.201795 0.564306 0.564306 0.564306 +5312.042480 0.000000 677.819824 0.000000 0.991379 0.000000 0.131026 0.420525 0.420525 0.420525 6000.205566 0.000000 2146.380615 0.000000 0.975315 0.000000 0.220818 0.459691 0.459691 0.459691 6357.668945 0.000000 2156.195068 0.000000 0.989706 0.000000 -0.143112 0.619003 0.619003 0.619003 6356.994629 0.000000 2148.958984 0.000000 0.997513 0.000000 -0.070484 0.681942 0.681942 0.681942 @@ -798,7 +2873,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_004_mesh" - count=258 + count=1009 transform="1271.107910 0.000000 2530.513916 0.000000 0.695491 0.000000 -0.718535 0.725079 0.725079 0.725079 1269.861084 0.000000 2533.378906 0.000000 0.875921 0.000000 -0.482455 0.464735 0.464735 0.464735 1277.611938 0.000000 2580.556641 0.000000 0.598307 0.000000 -0.801267 0.631921 0.631921 0.631921 @@ -1054,6 +3129,757 @@ object={ 2190.873047 0.000000 2832.265869 0.000000 0.702004 0.000000 -0.712173 0.490497 0.490497 0.490497 2187.487061 0.000000 2832.778320 0.000000 0.844021 0.000000 -0.536311 0.433299 0.433299 0.433299 2214.824463 0.000000 2829.456543 0.000000 0.901488 0.000000 -0.432803 0.455674 0.455674 0.455674 +4282.368164 0.000000 108.410324 0.000000 0.812718 0.000000 -0.582657 0.408572 0.408572 0.408572 +4273.272949 0.000000 90.109314 0.000000 0.930407 0.000000 -0.366529 0.405134 0.405134 0.405134 +4287.586426 0.000000 109.918945 0.000000 0.850170 0.000000 -0.526508 0.422973 0.422973 0.422973 +4285.658691 0.000000 91.800125 0.000000 0.905382 0.000000 -0.424598 0.405912 0.405912 0.405912 +4262.535645 0.000000 85.992485 0.000000 0.648548 0.000000 -0.761173 0.411965 0.411965 0.411965 +4280.315430 0.000000 93.493362 0.000000 0.614162 0.000000 -0.789180 0.457316 0.457316 0.457316 +4281.910645 0.000000 104.435410 0.000000 0.865486 0.000000 -0.500934 0.414431 0.414431 0.414431 +4282.305176 0.000000 100.465836 0.000000 0.640219 0.000000 -0.768192 0.467133 0.467133 0.467133 +4275.759277 0.000000 87.849228 0.000000 0.736057 0.000000 -0.676919 0.417588 0.417588 0.417588 +4272.580566 0.000000 86.925133 0.000000 0.879410 0.000000 -0.476065 0.407959 0.407959 0.407959 +4289.451172 0.000000 125.144379 0.000000 0.907485 0.000000 -0.420084 0.409091 0.409091 0.409091 +4346.544434 0.000000 153.391846 0.000000 0.841663 0.000000 -0.540003 0.407633 0.407633 0.407633 +4303.130859 0.000000 152.340530 0.000000 0.864513 0.000000 -0.502611 0.406863 0.406863 0.406863 +4318.236816 0.000000 165.498627 0.000000 0.695360 0.000000 -0.718661 0.410690 0.410690 0.410690 +4310.478027 0.000000 147.862030 0.000000 0.869653 0.000000 -0.493663 0.420379 0.420379 0.420379 +4339.456055 0.000000 163.257004 0.000000 0.619910 0.000000 -0.784673 0.419875 0.419875 0.419875 +4321.210449 0.000000 157.842072 0.000000 0.890689 0.000000 -0.454613 0.406527 0.406527 0.406527 +4332.662598 0.000000 163.548950 0.000000 0.775238 0.000000 -0.631669 0.418768 0.418768 0.418768 +4306.817383 0.000000 143.412643 0.000000 0.661154 0.000000 -0.750250 0.411481 0.411481 0.411481 +4305.260254 0.000000 139.425903 0.000000 0.659213 0.000000 -0.751956 0.425329 0.425329 0.425329 +4339.213867 0.000000 159.225967 0.000000 0.657802 0.000000 -0.753191 0.425357 0.425357 0.425357 +4336.647949 0.000000 153.444489 0.000000 0.607581 0.000000 -0.794258 0.412602 0.412602 0.412602 +4318.953613 0.000000 169.221268 0.000000 0.814568 0.000000 -0.580068 0.408651 0.408651 0.408651 +4343.060547 0.000000 154.568466 0.000000 0.938021 0.000000 -0.346577 0.417978 0.417978 0.417978 +4290.356934 0.000000 117.866943 0.000000 0.950653 0.000000 -0.310257 0.409414 0.409414 0.409414 +4316.793945 0.000000 172.294907 0.000000 0.930670 0.000000 -0.365860 0.405162 0.405162 0.405162 +4346.807129 0.000000 176.107666 0.000000 0.829375 0.000000 -0.558692 0.407992 0.407992 0.407992 +4319.453613 0.000000 186.183258 0.000000 0.940763 0.000000 -0.339066 0.413855 0.413855 0.413855 +4329.563477 0.000000 195.944138 0.000000 0.838096 0.000000 -0.545523 0.408038 0.408038 0.408038 +4311.890625 0.000000 188.510818 0.000000 0.867207 0.000000 -0.497948 0.407209 0.407209 0.407209 +4318.530273 0.000000 192.913193 0.000000 0.630871 0.000000 -0.775888 0.417605 0.417605 0.417605 +4323.765137 0.000000 195.300369 0.000000 0.868648 0.000000 -0.495429 0.450797 0.450797 0.450797 +4324.045898 0.000000 174.728043 0.000000 0.872922 0.000000 -0.487860 0.406998 0.406998 0.406998 +4310.937012 0.000000 183.880478 0.000000 0.931980 0.000000 -0.362511 0.405168 0.405168 0.405168 +4309.668945 0.000000 179.242020 0.000000 0.595826 0.000000 -0.803113 0.416168 0.416168 0.416168 +4320.426758 0.000000 181.890930 0.000000 0.939188 0.000000 -0.343403 0.404761 0.404761 0.404761 +4328.015625 0.000000 177.081726 0.000000 0.725979 0.000000 -0.687717 0.413698 0.413698 0.413698 +4315.932617 0.000000 189.722763 0.000000 0.948460 0.000000 -0.316898 0.417513 0.417513 0.417513 +4321.448730 0.000000 192.749939 0.000000 0.695171 0.000000 -0.718845 0.422548 0.422548 0.422548 +4502.937012 0.000000 70.911728 0.000000 0.606077 0.000000 -0.795406 0.418057 0.418057 0.418057 +4533.994141 0.000000 77.770531 0.000000 0.943392 0.000000 -0.331680 0.404575 0.404575 0.404575 +4559.197266 0.000000 68.117142 0.000000 0.891324 0.000000 -0.453366 0.411632 0.411632 0.411632 +4358.330566 0.000000 181.549942 0.000000 0.921959 0.000000 -0.387288 0.408582 0.408582 0.408582 +4356.047852 0.000000 177.803192 0.000000 0.837090 0.000000 -0.547066 0.415212 0.415212 0.415212 +4500.968750 0.000000 165.093842 0.000000 0.883140 0.000000 -0.469110 0.450296 0.450296 0.450296 +4501.705078 0.000000 139.836456 0.000000 0.944041 0.000000 -0.329828 0.404296 0.404296 0.404296 +4521.563477 0.000000 139.459763 0.000000 0.832402 0.000000 -0.554173 0.408036 0.408036 0.408036 +4511.758301 0.000000 143.128387 0.000000 0.950863 0.000000 -0.309611 0.443401 0.443401 0.443401 +4502.478027 0.000000 147.862030 0.000000 0.704793 0.000000 -0.709413 0.410711 0.410711 0.410711 +4524.760254 0.000000 151.473892 0.000000 0.884610 0.000000 -0.466331 0.406758 0.406758 0.406758 +4506.364746 0.000000 138.530060 0.000000 0.683268 0.000000 -0.730167 0.411240 0.411240 0.411240 +4515.991211 0.000000 128.695221 0.000000 0.731373 0.000000 -0.681978 0.410155 0.410155 0.410155 +4514.015137 0.000000 133.464279 0.000000 0.676369 0.000000 -0.736563 0.412626 0.412626 0.412626 +4525.311035 0.000000 147.318634 0.000000 0.606017 0.000000 -0.795452 0.412859 0.412859 0.412859 +4518.889160 0.000000 136.408371 0.000000 0.897118 0.000000 -0.441790 0.417495 0.417495 0.417495 +4521.322754 0.000000 161.244385 0.000000 0.598219 0.000000 -0.801332 0.414054 0.414054 0.414054 +4510.953613 0.000000 169.221268 0.000000 0.631416 0.000000 -0.775444 0.412318 0.412318 0.412318 +4514.735840 0.000000 152.621796 0.000000 0.754602 0.000000 -0.656183 0.435623 0.435623 0.435623 +4505.916992 0.000000 157.734940 0.000000 0.697399 0.000000 -0.716683 0.461669 0.461669 0.461669 +4518.581055 0.000000 148.093185 0.000000 0.942672 0.000000 -0.333720 0.445824 0.445824 0.445824 +4503.191895 0.000000 158.859360 0.000000 0.707674 0.000000 -0.706539 0.461423 0.461423 0.461423 +4581.432617 0.000000 123.995796 0.000000 0.645333 0.000000 -0.763902 0.411633 0.411633 0.411633 +4582.893555 0.000000 132.416092 0.000000 0.761966 0.000000 -0.647618 0.409708 0.409708 0.409708 +4585.260742 0.000000 157.190933 0.000000 0.635835 0.000000 -0.771825 0.411578 0.411578 0.411578 +4570.364746 0.000000 138.530060 0.000000 0.719646 0.000000 -0.694342 0.410654 0.410654 0.410654 +4594.318359 0.000000 113.174644 0.000000 0.770212 0.000000 -0.637788 0.409359 0.409359 0.409359 +4582.535645 0.000000 142.476868 0.000000 0.672100 0.000000 -0.740460 0.411407 0.411407 0.411407 +4567.371094 0.000000 155.982681 0.000000 0.759893 0.000000 -0.650048 0.415024 0.415024 0.415024 +4556.083496 0.000000 158.482605 0.000000 0.668396 0.000000 -0.743805 0.439598 0.439598 0.439598 +4528.205566 0.000000 225.911865 0.000000 0.830061 0.000000 -0.557672 0.407916 0.407916 0.407916 +4535.638184 0.000000 185.196594 0.000000 0.890239 0.000000 -0.455493 0.406187 0.406187 0.406187 +4598.173828 0.000000 175.637360 0.000000 0.917027 0.000000 -0.398825 0.410770 0.410770 0.410770 +4559.197266 0.000000 181.085892 0.000000 0.895002 0.000000 -0.446061 0.407483 0.407483 0.407483 +4556.112305 0.000000 184.359879 0.000000 0.645258 0.000000 -0.763965 0.456649 0.456649 0.456649 +4325.982422 0.000000 332.683685 0.000000 0.628928 0.000000 -0.777464 0.471543 0.471543 0.471543 +4332.662598 0.000000 333.002075 0.000000 0.794632 0.000000 -0.607092 0.446898 0.446898 0.446898 +4332.760254 0.000000 320.927002 0.000000 0.864807 0.000000 -0.502104 0.422548 0.422548 0.422548 +4330.009766 0.000000 337.358521 0.000000 0.744544 0.000000 -0.667573 0.497578 0.497578 0.497578 +4339.213867 0.000000 328.679077 0.000000 0.839847 0.000000 -0.542823 0.445618 0.445618 0.445618 +4339.402344 0.000000 336.389130 0.000000 0.797217 0.000000 -0.603692 0.430490 0.430490 0.430490 +4341.860840 0.000000 330.488342 0.000000 0.936602 0.000000 -0.350395 0.442104 0.442104 0.442104 +4327.299805 0.000000 328.801300 0.000000 0.639652 0.000000 -0.768664 0.450551 0.450551 0.450551 +4346.807129 0.000000 345.560791 0.000000 0.744253 0.000000 -0.667897 0.448184 0.448184 0.448184 +4319.453613 0.000000 355.636383 0.000000 0.600783 0.000000 -0.799412 0.451358 0.451358 0.451358 +4349.512207 0.000000 338.932434 0.000000 0.941426 0.000000 -0.337220 0.404723 0.404723 0.404723 +4322.900879 0.000000 338.970978 0.000000 0.739186 0.000000 -0.673501 0.566035 0.566035 0.566035 +4313.237793 0.000000 345.065155 0.000000 0.824961 0.000000 -0.565190 0.659541 0.659541 0.659541 +4326.686523 0.000000 339.212036 0.000000 0.927268 0.000000 -0.374397 0.531135 0.531135 0.531135 +4314.987305 0.000000 338.995056 0.000000 0.764953 0.000000 -0.644086 0.641894 0.641894 0.641894 +4313.661133 0.000000 341.972473 0.000000 0.706854 0.000000 -0.707360 0.598464 0.598464 0.598464 +4311.068359 0.000000 343.417389 0.000000 0.719691 0.000000 -0.694294 0.562570 0.562570 0.562570 +4346.807129 0.000000 402.045166 0.000000 0.811572 0.000000 -0.584252 0.438275 0.438275 0.438275 +4319.758301 0.000000 425.550262 0.000000 0.924601 0.000000 -0.380936 0.405347 0.405347 0.405347 +4342.816895 0.000000 396.641418 0.000000 0.929593 0.000000 -0.368587 0.514864 0.514864 0.514864 +4342.173828 0.000000 401.574860 0.000000 0.629727 0.000000 -0.776817 0.584409 0.584409 0.584409 +4341.994141 0.000000 416.676788 0.000000 0.823489 0.000000 -0.567332 0.408193 0.408193 0.408193 +4326.535645 0.000000 424.898743 0.000000 0.927401 0.000000 -0.374068 0.405303 0.405303 0.405303 +4340.003906 0.000000 398.718201 0.000000 0.858604 0.000000 -0.512639 0.548886 0.548886 0.548886 +4340.463867 0.000000 410.472473 0.000000 0.918521 0.000000 -0.395373 0.473106 0.473106 0.473106 +4300.457520 0.000000 447.166565 0.000000 0.878443 0.000000 -0.477847 0.412028 0.412028 0.412028 +4463.722656 0.000000 270.257172 0.000000 0.690056 0.000000 -0.723756 0.411112 0.411112 0.411112 +4457.385742 0.000000 258.855621 0.000000 0.909899 0.000000 -0.414830 0.405831 0.405831 0.405831 +4451.765137 0.000000 251.784744 0.000000 0.699608 0.000000 -0.714527 0.410969 0.410969 0.410969 +4473.910645 0.000000 273.888550 0.000000 0.935717 0.000000 -0.352752 0.405022 0.405022 0.405022 +4525.516602 0.000000 240.670807 0.000000 0.931982 0.000000 -0.362505 0.404760 0.404760 0.404760 +4492.978516 0.000000 226.673477 0.000000 0.792370 0.000000 -0.610041 0.408649 0.408649 0.408649 +4495.130859 0.000000 265.309296 0.000000 0.835430 0.000000 -0.549597 0.407467 0.407467 0.407467 +4506.979980 0.000000 267.770325 0.000000 0.930559 0.000000 -0.366143 0.405072 0.405072 0.405072 +4506.122559 0.000000 236.745880 0.000000 0.728877 0.000000 -0.684645 0.410016 0.410016 0.410016 +4532.365234 0.000000 265.203735 0.000000 0.874312 0.000000 -0.485364 0.407009 0.407009 0.407009 +4515.765137 0.000000 251.784744 0.000000 0.736777 0.000000 -0.676136 0.410047 0.410047 0.410047 +4505.505859 0.000000 279.709198 0.000000 0.906703 0.000000 -0.421770 0.405957 0.405957 0.405957 +4521.322754 0.000000 274.213135 0.000000 0.808924 0.000000 -0.587914 0.420001 0.420001 0.420001 +4484.755371 0.000000 253.810181 0.000000 0.663272 0.000000 -0.748378 0.411822 0.411822 0.411822 +4510.953613 0.000000 282.190033 0.000000 0.761657 0.000000 -0.647981 0.409715 0.409715 0.409715 +4489.084961 0.000000 236.755371 0.000000 0.900944 0.000000 -0.433936 0.431479 0.431479 0.431479 +4544.254883 0.000000 273.078369 0.000000 0.663258 0.000000 -0.748391 0.411780 0.411780 0.411780 +4492.978516 0.000000 283.157867 0.000000 0.901498 0.000000 -0.432783 0.406146 0.406146 0.406146 +4511.826172 0.000000 290.544250 0.000000 0.906125 0.000000 -0.423010 0.407124 0.407124 0.407124 +4498.283691 0.000000 283.554565 0.000000 0.697989 0.000000 -0.716109 0.414263 0.414263 0.414263 +4505.237793 0.000000 288.580780 0.000000 0.598379 0.000000 -0.801213 0.420267 0.420267 0.420267 +4512.618164 0.000000 285.787476 0.000000 0.682424 0.000000 -0.730956 0.411297 0.411297 0.411297 +4545.451172 0.000000 294.597504 0.000000 0.920156 0.000000 -0.391553 0.410657 0.410657 0.410657 +4359.671387 0.000000 363.762817 0.000000 0.816290 0.000000 -0.577642 0.407964 0.407964 0.407964 +4383.453613 0.000000 355.636383 0.000000 0.625132 0.000000 -0.780519 0.419779 0.419779 0.419779 +4382.530273 0.000000 362.366302 0.000000 0.856147 0.000000 -0.516732 0.407267 0.407267 0.407267 +4390.535645 0.000000 368.414368 0.000000 0.819671 0.000000 -0.572835 0.427871 0.427871 0.427871 +4370.579102 0.000000 394.095154 0.000000 0.607799 0.000000 -0.794091 0.482434 0.482434 0.482434 +4370.230469 0.000000 376.941772 0.000000 0.721713 0.000000 -0.692192 0.448723 0.448723 0.448723 +4366.979980 0.000000 363.746429 0.000000 0.699440 0.000000 -0.714691 0.449239 0.449239 0.449239 +4372.984863 0.000000 376.104279 0.000000 0.823028 0.000000 -0.568000 0.446111 0.446111 0.446111 +4399.722656 0.000000 439.710297 0.000000 0.707278 0.000000 -0.706936 0.410232 0.410232 0.410232 +4388.045898 0.000000 400.665527 0.000000 0.633665 0.000000 -0.773608 0.412278 0.412278 0.412278 +4392.015625 0.000000 403.019226 0.000000 0.905390 0.000000 -0.424581 0.439382 0.439382 0.439382 +4375.371094 0.000000 438.404541 0.000000 0.761746 0.000000 -0.647875 0.409818 0.409818 0.409818 +4387.104004 0.000000 403.932739 0.000000 0.696511 0.000000 -0.717546 0.559191 0.559191 0.559191 +4396.352051 0.000000 412.651733 0.000000 0.595962 0.000000 -0.803013 0.441063 0.441063 0.441063 +4436.089355 0.000000 440.207550 0.000000 0.878157 0.000000 -0.478372 0.406575 0.406575 0.406575 +4418.500488 0.000000 415.134705 0.000000 0.867217 0.000000 -0.497931 0.407235 0.407235 0.407235 +4446.530273 0.000000 418.850677 0.000000 0.741749 0.000000 -0.670677 0.410167 0.410167 0.410167 +4441.621582 0.000000 443.265503 0.000000 0.874454 0.000000 -0.485109 0.406778 0.406778 0.406778 +4445.530273 0.000000 422.682983 0.000000 0.767276 0.000000 -0.641317 0.409664 0.409664 0.409664 +4463.145508 0.000000 413.538452 0.000000 0.949146 0.000000 -0.314836 0.404430 0.404430 0.404430 +4538.544434 0.000000 435.813721 0.000000 0.926394 0.000000 -0.376555 0.405186 0.405186 0.405186 +4514.932617 0.000000 449.467529 0.000000 0.601437 0.000000 -0.798920 0.412708 0.412708 0.412708 +4614.215332 0.000000 161.906387 0.000000 0.840840 0.000000 -0.541283 0.409025 0.409025 0.409025 +4683.959473 0.000000 217.944000 0.000000 0.800579 0.000000 -0.599227 0.408791 0.408791 0.408791 +4679.979980 0.000000 211.588425 0.000000 0.903382 0.000000 -0.428836 0.413255 0.413255 0.413255 +4785.272949 0.000000 203.078064 0.000000 0.922048 0.000000 -0.387075 0.410587 0.410587 0.410587 +4785.519043 0.000000 175.782761 0.000000 0.842067 0.000000 -0.539373 0.407481 0.407481 0.407481 +4786.789551 0.000000 181.540421 0.000000 0.615952 0.000000 -0.787784 0.412683 0.412683 0.412683 +4780.083496 0.000000 189.514114 0.000000 0.912931 0.000000 -0.408115 0.405793 0.405793 0.405793 +4790.173828 0.000000 175.637360 0.000000 0.900437 0.000000 -0.434986 0.415369 0.415369 0.415369 +4790.381836 0.000000 198.780731 0.000000 0.706695 0.000000 -0.707519 0.410910 0.410910 0.410910 +4798.624512 0.000000 178.273254 0.000000 0.765551 0.000000 -0.643375 0.409492 0.409492 0.409492 +4774.889160 0.000000 192.892746 0.000000 0.815325 0.000000 -0.579004 0.417805 0.417805 0.417805 +4784.647949 0.000000 209.928864 0.000000 0.650120 0.000000 -0.759831 0.411937 0.411937 0.411937 +4801.318848 0.000000 208.341522 0.000000 0.762777 0.000000 -0.646661 0.417005 0.417005 0.417005 +4851.456055 0.000000 219.741379 0.000000 0.757406 0.000000 -0.652945 0.409414 0.409414 0.409414 +4833.210449 0.000000 214.326447 0.000000 0.904142 0.000000 -0.427233 0.417258 0.417258 0.417258 +4806.215332 0.000000 218.390762 0.000000 0.906633 0.000000 -0.421921 0.406046 0.406046 0.406046 +4837.098633 0.000000 212.324127 0.000000 0.950292 0.000000 -0.311359 0.404348 0.404348 0.404348 +4801.884766 0.000000 220.505676 0.000000 0.807991 0.000000 -0.589194 0.408620 0.408620 0.408620 +4803.837402 0.000000 193.015213 0.000000 0.706424 0.000000 -0.707789 0.410798 0.410798 0.410798 +4862.624512 0.000000 178.273254 0.000000 0.926201 0.000000 -0.377031 0.405308 0.405308 0.405308 +4844.412598 0.000000 211.726837 0.000000 0.702126 0.000000 -0.712053 0.410999 0.410999 0.410999 +4885.705078 0.000000 196.320831 0.000000 0.943524 0.000000 -0.331303 0.404620 0.404620 0.404620 +4871.671387 0.000000 194.309677 0.000000 0.794101 0.000000 -0.607786 0.408905 0.408905 0.408905 +4890.979980 0.000000 211.285934 0.000000 0.738745 0.000000 -0.673985 0.409897 0.409897 0.409897 +4894.236816 0.000000 221.983002 0.000000 0.654492 0.000000 -0.756069 0.411515 0.411515 0.411515 +4887.890625 0.000000 188.510818 0.000000 0.896520 0.000000 -0.443003 0.406416 0.406416 0.406416 +4890.074219 0.000000 199.969559 0.000000 0.874932 0.000000 -0.484246 0.407067 0.407067 0.407067 +4885.208496 0.000000 209.332367 0.000000 0.683393 0.000000 -0.730050 0.411442 0.411442 0.411442 +4876.552734 0.000000 195.647171 0.000000 0.849869 0.000000 -0.526993 0.407760 0.407760 0.407760 +4882.817383 0.000000 199.897018 0.000000 0.596815 0.000000 -0.802379 0.412834 0.412834 0.412834 +4883.771973 0.000000 192.078568 0.000000 0.864309 0.000000 -0.502961 0.407368 0.407368 0.407368 +4881.260254 0.000000 195.910278 0.000000 0.622280 0.000000 -0.782795 0.412571 0.412571 0.412571 +4877.506836 0.000000 205.267609 0.000000 0.928616 0.000000 -0.371042 0.405315 0.405315 0.405315 +4887.371094 0.000000 212.467056 0.000000 0.912714 0.000000 -0.408599 0.405885 0.405885 0.405885 +4881.939453 0.000000 211.248703 0.000000 0.594577 0.000000 -0.804038 0.413059 0.413059 0.413059 +4875.406250 0.000000 202.523926 0.000000 0.727202 0.000000 -0.686423 0.410577 0.410577 0.410577 +4692.968750 0.000000 334.546967 0.000000 0.907812 0.000000 -0.419378 0.435259 0.435259 0.435259 +4676.458496 0.000000 336.887848 0.000000 0.742226 0.000000 -0.670149 0.454398 0.454398 0.454398 +4730.807129 0.000000 289.076416 0.000000 0.764064 0.000000 -0.645140 0.409173 0.409173 0.409173 +4683.959473 0.000000 330.912750 0.000000 0.708312 0.000000 -0.705899 0.442855 0.442855 0.442855 +4702.236816 0.000000 334.951752 0.000000 0.713724 0.000000 -0.700427 0.410771 0.410771 0.410771 +4692.089355 0.000000 327.238800 0.000000 0.948400 0.000000 -0.317075 0.431520 0.431520 0.431520 +4678.215332 0.000000 331.359497 0.000000 0.879101 0.000000 -0.476636 0.422113 0.422113 0.422113 +4681.641113 0.000000 335.609741 0.000000 0.638619 0.000000 -0.769523 0.465093 0.465093 0.465093 +4727.531250 0.000000 293.025543 0.000000 0.682212 0.000000 -0.731154 0.416631 0.416631 0.416631 +4690.817383 0.000000 312.865784 0.000000 0.895590 0.000000 -0.444880 0.406192 0.406192 0.406192 +4673.884766 0.000000 333.474426 0.000000 0.852315 0.000000 -0.523029 0.407475 0.407475 0.407475 +4683.941895 0.000000 324.225891 0.000000 0.742715 0.000000 -0.669607 0.410184 0.410184 0.410184 +4685.506836 0.000000 318.236359 0.000000 0.842217 0.000000 -0.539139 0.427257 0.427257 0.427257 +4702.953613 0.000000 338.674408 0.000000 0.904794 0.000000 -0.425849 0.421264 0.421264 0.421264 +4695.371094 0.000000 325.435791 0.000000 0.917137 0.000000 -0.398572 0.416797 0.416797 0.416797 +4693.502930 0.000000 330.741089 0.000000 0.755747 0.000000 -0.654864 0.449953 0.449953 0.449953 +4690.230469 0.000000 320.457397 0.000000 0.670390 0.000000 -0.742009 0.460231 0.460231 0.460231 +4699.595215 0.000000 332.945618 0.000000 0.942717 0.000000 -0.333594 0.411768 0.411768 0.411768 +4684.457520 0.000000 334.197815 0.000000 0.722762 0.000000 -0.691097 0.463115 0.463115 0.463115 +4678.507812 0.000000 334.513000 0.000000 0.914230 0.000000 -0.405196 0.453141 0.453141 0.453141 +4679.437500 0.000000 337.465515 0.000000 0.836522 0.000000 -0.547934 0.462005 0.462005 0.462005 +4684.083496 0.000000 327.935730 0.000000 0.742575 0.000000 -0.669762 0.425647 0.425647 0.425647 +4776.832520 0.000000 229.438660 0.000000 0.588149 0.000000 -0.808752 0.412418 0.412418 0.412418 +4790.173828 0.000000 232.121735 0.000000 0.941138 0.000000 -0.338022 0.413839 0.413839 0.413839 +4798.270020 0.000000 230.368912 0.000000 0.902318 0.000000 -0.431071 0.406186 0.406186 0.406186 +4828.793945 0.000000 228.779282 0.000000 0.688048 0.000000 -0.725665 0.411231 0.411231 0.411231 +4812.978516 0.000000 226.673477 0.000000 0.808379 0.000000 -0.588663 0.409833 0.409833 0.409833 +4814.873047 0.000000 233.984573 0.000000 0.839999 0.000000 -0.542587 0.407875 0.407875 0.407875 +4844.062988 0.000000 234.926620 0.000000 0.680290 0.000000 -0.732943 0.411501 0.411501 0.411501 +4818.190430 0.000000 235.459671 0.000000 0.848408 0.000000 -0.529343 0.407799 0.407799 0.407799 +4799.487305 0.000000 312.649597 0.000000 0.904251 0.000000 -0.427002 0.405705 0.405705 0.405705 +4787.456055 0.000000 332.710144 0.000000 0.810659 0.000000 -0.585518 0.408152 0.408152 0.408152 +4797.658691 0.000000 317.737610 0.000000 0.932128 0.000000 -0.362128 0.412207 0.412207 0.412207 +4783.868652 0.000000 330.832825 0.000000 0.840716 0.000000 -0.541477 0.413086 0.413086 0.413086 +4801.318848 0.000000 321.310272 0.000000 0.836043 0.000000 -0.548664 0.464057 0.464057 0.464057 +4692.968750 0.000000 391.031342 0.000000 0.718519 0.000000 -0.695508 0.409985 0.409985 0.409985 +4720.205566 0.000000 395.364990 0.000000 0.911450 0.000000 -0.411411 0.417002 0.417002 0.417002 +4684.978516 0.000000 339.642242 0.000000 0.897270 0.000000 -0.441483 0.437664 0.437664 0.437664 +4728.065918 0.000000 364.268829 0.000000 0.838848 0.000000 -0.544366 0.407645 0.407645 0.407645 +4674.396484 0.000000 340.768402 0.000000 0.925695 0.000000 -0.378271 0.432542 0.432542 0.432542 +4681.400879 0.000000 355.025391 0.000000 0.700949 0.000000 -0.713211 0.416260 0.416260 0.416260 +4702.236816 0.000000 391.436127 0.000000 0.682446 0.000000 -0.730936 0.501382 0.501382 0.501382 +4686.220703 0.000000 355.987152 0.000000 0.841746 0.000000 -0.539874 0.407945 0.407945 0.407945 +4691.007324 0.000000 356.984619 0.000000 0.923129 0.000000 -0.384490 0.405281 0.405281 0.405281 +4726.864258 0.000000 393.904877 0.000000 0.756481 0.000000 -0.654016 0.409824 0.409824 0.409824 +4704.426758 0.000000 351.344055 0.000000 0.852750 0.000000 -0.522319 0.481824 0.481824 0.481824 +4678.424805 0.000000 359.266418 0.000000 0.623513 0.000000 -0.781813 0.412504 0.412504 0.412504 +4731.981445 0.000000 394.125488 0.000000 0.948487 0.000000 -0.316816 0.415512 0.415512 0.415512 +4683.486816 0.000000 347.465881 0.000000 0.738332 0.000000 -0.674438 0.421640 0.421640 0.421640 +4692.994629 0.000000 341.458954 0.000000 0.794472 0.000000 -0.607301 0.424436 0.424436 0.424436 +4710.337891 0.000000 352.642395 0.000000 0.796654 0.000000 -0.604435 0.426423 0.426423 0.426423 +4701.958984 0.000000 349.106567 0.000000 0.705746 0.000000 -0.708465 0.477990 0.477990 0.477990 +4705.491699 0.000000 344.801514 0.000000 0.723073 0.000000 -0.690771 0.473416 0.473416 0.473416 +4730.807129 0.000000 402.045166 0.000000 0.857314 0.000000 -0.514794 0.424795 0.424795 0.424795 +4698.122559 0.000000 406.199005 0.000000 0.792584 0.000000 -0.609763 0.416321 0.416321 0.416321 +4706.900879 0.000000 395.455353 0.000000 0.669559 0.000000 -0.742758 0.474748 0.474748 0.474748 +4717.943359 0.000000 397.745544 0.000000 0.733315 0.000000 -0.679889 0.452561 0.452561 0.452561 +4716.083496 0.000000 415.451599 0.000000 0.920079 0.000000 -0.391732 0.405487 0.405487 0.405487 +4694.937012 0.000000 409.817993 0.000000 0.759020 0.000000 -0.651067 0.409594 0.409594 0.409594 +4707.991211 0.000000 411.117096 0.000000 0.721882 0.000000 -0.692016 0.410609 0.410609 0.410609 +4704.426758 0.000000 407.828430 0.000000 0.645457 0.000000 -0.763797 0.427664 0.427664 0.427664 +4710.535645 0.000000 424.898743 0.000000 0.939277 0.000000 -0.343161 0.404862 0.404862 0.404862 +4734.270020 0.000000 399.822021 0.000000 0.729863 0.000000 -0.683594 0.430034 0.430034 0.430034 +4730.385254 0.000000 397.982666 0.000000 0.735799 0.000000 -0.677200 0.440168 0.440168 0.440168 +4710.686523 0.000000 395.696411 0.000000 0.663824 0.000000 -0.747889 0.439694 0.439694 0.439694 +4724.014648 0.000000 404.233917 0.000000 0.675365 0.000000 -0.737484 0.435322 0.435322 0.435322 +4714.835938 0.000000 401.396912 0.000000 0.706516 0.000000 -0.707697 0.444955 0.444955 0.444955 +4697.661133 0.000000 398.456848 0.000000 0.929576 0.000000 -0.368631 0.460510 0.460510 0.460510 +4716.194824 0.000000 407.468018 0.000000 0.648971 0.000000 -0.760813 0.446211 0.446211 0.446211 +4723.016113 0.000000 416.241760 0.000000 0.701557 0.000000 -0.712613 0.445067 0.445067 0.445067 +4740.458496 0.000000 393.372223 0.000000 0.899741 0.000000 -0.436423 0.406269 0.406269 0.406269 +4751.130859 0.000000 378.278046 0.000000 0.594772 0.000000 -0.803895 0.411983 0.411983 0.411983 +4748.552734 0.000000 365.100311 0.000000 0.839197 0.000000 -0.543827 0.407752 0.407752 0.407752 +4762.709961 0.000000 375.946198 0.000000 0.824893 0.000000 -0.565289 0.408099 0.408099 0.408099 +4759.293457 0.000000 362.471008 0.000000 0.831011 0.000000 -0.556256 0.413339 0.413339 0.413339 +4818.190430 0.000000 348.428406 0.000000 0.728054 0.000000 -0.685520 0.425967 0.425967 0.425967 +4794.368164 0.000000 447.316589 0.000000 0.940440 0.000000 -0.339960 0.411866 0.411866 0.411866 +4792.550781 0.000000 428.249786 0.000000 0.875113 0.000000 -0.483920 0.412127 0.412127 0.412127 +4768.032227 0.000000 432.328522 0.000000 0.783063 0.000000 -0.621943 0.416544 0.416544 0.416544 +4777.385742 0.000000 428.308746 0.000000 0.594594 0.000000 -0.804026 0.412685 0.412685 0.412685 +4786.789551 0.000000 407.477936 0.000000 0.791120 0.000000 -0.611661 0.408939 0.408939 0.408939 +4743.914551 0.000000 397.227539 0.000000 0.867098 0.000000 -0.498137 0.406978 0.406978 0.406978 +4778.009766 0.000000 450.327271 0.000000 0.696637 0.000000 -0.717424 0.410707 0.410707 0.410707 +4742.330566 0.000000 407.487427 0.000000 0.808464 0.000000 -0.588546 0.408640 0.408640 0.408640 +4776.763184 0.000000 410.512817 0.000000 0.799070 0.000000 -0.601238 0.409018 0.409018 0.409018 +4740.047852 0.000000 403.740692 0.000000 0.746756 0.000000 -0.665098 0.413262 0.413262 0.413262 +4783.868652 0.000000 443.801575 0.000000 0.795918 0.000000 -0.605404 0.414203 0.414203 0.414203 +4741.464844 0.000000 400.172577 0.000000 0.929089 0.000000 -0.369857 0.405278 0.405278 0.405278 +4737.451660 0.000000 404.783081 0.000000 0.706084 0.000000 -0.708128 0.453210 0.453210 0.453210 +4804.458496 0.000000 449.856598 0.000000 0.858922 0.000000 -0.512106 0.407114 0.407114 0.407114 +4820.569336 0.000000 400.777069 0.000000 0.910781 0.000000 -0.412890 0.421051 0.421051 0.421051 +4802.500488 0.000000 415.134705 0.000000 0.775178 0.000000 -0.631743 0.409492 0.409492 0.409492 +4825.661133 0.000000 398.456848 0.000000 0.883678 0.000000 -0.468096 0.419948 0.419948 0.419948 +4873.400879 0.000000 242.056625 0.000000 0.778033 0.000000 -0.628223 0.408852 0.408852 0.408852 +4887.491699 0.000000 226.569016 0.000000 0.705668 0.000000 -0.708543 0.410852 0.410852 0.410852 +4889.237793 0.000000 232.096390 0.000000 0.905409 0.000000 -0.424541 0.405889 0.405889 0.405889 +4864.514160 0.000000 242.018356 0.000000 0.661162 0.000000 -0.750243 0.411607 0.411607 0.411607 +4985.384766 0.000000 395.157990 0.000000 0.778932 0.000000 -0.627109 0.488324 0.488324 0.488324 +4984.639160 0.000000 400.362946 0.000000 0.688958 0.000000 -0.724801 0.490841 0.490841 0.490841 +5040.205566 0.000000 395.364990 0.000000 0.743686 0.000000 -0.668529 0.450252 0.450252 0.450252 +5025.210449 0.000000 383.779572 0.000000 0.946889 0.000000 -0.321561 0.411585 0.411585 0.411585 +5017.621582 0.000000 386.781128 0.000000 0.664249 0.000000 -0.747512 0.476949 0.476949 0.476949 +5047.107910 0.000000 384.107544 0.000000 0.912299 0.000000 -0.409524 0.455236 0.455236 0.455236 +4998.215332 0.000000 387.843872 0.000000 0.912274 0.000000 -0.409580 0.408927 0.408927 0.408927 +4993.884766 0.000000 389.958801 0.000000 0.661616 0.000000 -0.749843 0.495698 0.495698 0.495698 +5039.868652 0.000000 387.317200 0.000000 0.809540 0.000000 -0.587065 0.413876 0.413876 0.413876 +5049.910645 0.000000 386.857300 0.000000 0.795341 0.000000 -0.606162 0.440748 0.440748 0.440748 +5009.939453 0.000000 380.701843 0.000000 0.872803 0.000000 -0.488072 0.477023 0.477023 0.477023 +5043.634277 0.000000 381.634125 0.000000 0.918453 0.000000 -0.395531 0.406700 0.406700 0.406700 +5047.062500 0.000000 389.923737 0.000000 0.809420 0.000000 -0.587230 0.483280 0.483280 0.483280 +5037.386719 0.000000 393.613251 0.000000 0.875185 0.000000 -0.483788 0.414146 0.414146 0.414146 +4998.507812 0.000000 390.997375 0.000000 0.708258 0.000000 -0.705954 0.442856 0.442856 0.442856 +5009.360840 0.000000 385.066620 0.000000 0.890518 0.000000 -0.454948 0.448008 0.448008 0.448008 +5015.191895 0.000000 384.796875 0.000000 0.873523 0.000000 -0.486784 0.476996 0.476996 0.476996 +5114.544434 0.000000 379.329346 0.000000 0.749606 0.000000 -0.661884 0.501553 0.501553 0.501553 +5112.065918 0.000000 364.268829 0.000000 0.930575 0.000000 -0.366101 0.405016 0.405016 0.405016 +5094.893555 0.000000 358.353577 0.000000 0.933385 0.000000 -0.358876 0.418173 0.418173 0.418173 +5117.658691 0.000000 374.221985 0.000000 0.929690 0.000000 -0.368344 0.438400 0.438400 0.438400 +5103.917480 0.000000 375.688293 0.000000 0.950412 0.000000 -0.310993 0.427420 0.427420 0.427420 +5104.580566 0.000000 369.347015 0.000000 0.841627 0.000000 -0.540059 0.467951 0.467951 0.467951 +5097.967773 0.000000 368.724182 0.000000 0.944668 0.000000 -0.328028 0.447728 0.447728 0.447728 +5116.832520 0.000000 371.227997 0.000000 0.767222 0.000000 -0.641381 0.423041 0.423041 0.423041 +5114.504395 0.000000 362.665100 0.000000 0.589924 0.000000 -0.807459 0.510019 0.510019 0.510019 +5115.000977 0.000000 376.707306 0.000000 0.594061 0.000000 -0.804420 0.468150 0.468150 0.468150 +5001.400879 0.000000 411.509766 0.000000 0.630823 0.000000 -0.775927 0.488142 0.488142 0.488142 +5046.816895 0.000000 396.641418 0.000000 0.858124 0.000000 -0.513442 0.407134 0.407134 0.407134 +5033.385742 0.000000 428.308746 0.000000 0.859782 0.000000 -0.510662 0.459212 0.459212 0.459212 +5036.062988 0.000000 404.379761 0.000000 0.776786 0.000000 -0.629765 0.437133 0.437133 0.437133 +4999.914551 0.000000 397.227539 0.000000 0.870751 0.000000 -0.491724 0.448699 0.448699 0.448699 +5010.283691 0.000000 396.523315 0.000000 0.841554 0.000000 -0.540173 0.490374 0.490374 0.490374 +5032.763184 0.000000 410.512817 0.000000 0.646691 0.000000 -0.762752 0.433843 0.433843 0.433843 +5039.868652 0.000000 443.801575 0.000000 0.941050 0.000000 -0.338267 0.404738 0.404738 0.404738 +5018.987305 0.000000 395.479431 0.000000 0.867342 0.000000 -0.497713 0.469103 0.469103 0.469103 +5044.463867 0.000000 410.472473 0.000000 0.606213 0.000000 -0.795302 0.415984 0.415984 0.415984 +4994.356934 0.000000 400.288818 0.000000 0.717631 0.000000 -0.696423 0.485944 0.485944 0.485944 +4992.042480 0.000000 395.397949 0.000000 0.834542 0.000000 -0.550945 0.457992 0.457992 0.457992 +5022.608887 0.000000 400.930267 0.000000 0.866101 0.000000 -0.499869 0.422510 0.422510 0.422510 +5002.564941 0.000000 397.939545 0.000000 0.841965 0.000000 -0.539532 0.496479 0.496479 0.496479 +5000.614258 0.000000 408.919495 0.000000 0.886050 0.000000 -0.463589 0.438058 0.438058 0.438058 +5117.248047 0.000000 441.392670 0.000000 0.882285 0.000000 -0.470717 0.480714 0.480714 0.480714 +5111.107910 0.000000 440.591919 0.000000 0.606121 0.000000 -0.795373 0.418056 0.418056 0.418056 +5111.060547 0.000000 436.990356 0.000000 0.648006 0.000000 -0.761635 0.456589 0.456589 0.456589 +5083.635742 0.000000 418.440979 0.000000 0.633878 0.000000 -0.773433 0.500565 0.500565 0.500565 +5081.706543 0.000000 409.029968 0.000000 0.696894 0.000000 -0.717174 0.432806 0.432806 0.432806 +5079.068359 0.000000 399.901764 0.000000 0.705712 0.000000 -0.708499 0.457344 0.457344 0.457344 +4272.023926 0.000000 504.410034 0.000000 0.810929 0.000000 -0.585145 0.408708 0.408708 0.408708 +4271.868652 0.000000 500.285950 0.000000 0.879045 0.000000 -0.476739 0.414030 0.414030 0.414030 +4289.318848 0.000000 490.763397 0.000000 0.672615 0.000000 -0.739992 0.410898 0.410898 0.410898 +4295.914551 0.000000 453.711914 0.000000 0.596891 0.000000 -0.802323 0.422367 0.422367 0.422367 +4294.424805 0.000000 472.235168 0.000000 0.650802 0.000000 -0.759247 0.419298 0.419298 0.419298 +4383.758301 0.000000 482.034637 0.000000 0.692221 0.000000 -0.721685 0.416434 0.416434 0.416434 +4403.456055 0.000000 502.163269 0.000000 0.725611 0.000000 -0.688105 0.409965 0.409965 0.409965 +4394.009766 0.000000 506.811646 0.000000 0.866574 0.000000 -0.499049 0.407201 0.407201 0.407201 +4400.647949 0.000000 492.350739 0.000000 0.944184 0.000000 -0.329418 0.404693 0.404693 0.404693 +4381.530273 0.000000 479.167358 0.000000 0.776754 0.000000 -0.629804 0.409389 0.409389 0.409389 +4397.386719 0.000000 506.582001 0.000000 0.932715 0.000000 -0.360615 0.405158 0.405158 0.405158 +4436.569336 0.000000 457.261444 0.000000 0.902702 0.000000 -0.430266 0.405974 0.405974 0.405974 +4425.203613 0.000000 487.575775 0.000000 0.704003 0.000000 -0.710197 0.410726 0.410726 0.410726 +4413.512207 0.000000 508.385559 0.000000 0.903171 0.000000 -0.429281 0.406137 0.406137 0.406137 +4592.541992 0.000000 474.460266 0.000000 0.588086 0.000000 -0.808798 0.413124 0.413124 0.413124 +4592.918945 0.000000 466.861176 0.000000 0.728723 0.000000 -0.684808 0.415692 0.415692 0.415692 +4679.671387 0.000000 476.731567 0.000000 0.838687 0.000000 -0.544614 0.411110 0.411110 0.411110 +4683.959473 0.000000 500.365875 0.000000 0.736326 0.000000 -0.676627 0.413482 0.413482 0.413482 +4681.203613 0.000000 487.575775 0.000000 0.704931 0.000000 -0.709276 0.410393 0.410393 0.410393 +4681.641113 0.000000 505.062866 0.000000 0.905854 0.000000 -0.423591 0.409145 0.409145 0.409145 +4684.552734 0.000000 478.069061 0.000000 0.936388 0.000000 -0.350965 0.404870 0.404870 0.404870 +4686.220703 0.000000 468.955902 0.000000 0.787454 0.000000 -0.616374 0.409086 0.409086 0.409086 +4690.190430 0.000000 461.397156 0.000000 0.936585 0.000000 -0.350440 0.405006 0.405006 0.405006 +4748.978516 0.000000 452.610992 0.000000 0.867180 0.000000 -0.497994 0.407132 0.407132 0.407132 +4790.816895 0.000000 453.125793 0.000000 0.829534 0.000000 -0.558456 0.407840 0.407840 0.407840 +4754.283691 0.000000 453.007690 0.000000 0.781575 0.000000 -0.623811 0.409216 0.409216 0.409216 +4982.173828 0.000000 458.059235 0.000000 0.701012 0.000000 -0.713150 0.461583 0.461583 0.461583 +4984.639160 0.000000 456.847321 0.000000 0.918762 0.000000 -0.394812 0.452949 0.452949 0.452949 +4943.130859 0.000000 547.731140 0.000000 0.686560 0.000000 -0.727073 0.480545 0.480545 0.480545 +4977.272949 0.000000 541.984314 0.000000 0.660200 0.000000 -0.751090 0.445973 0.445973 0.445973 +4958.530273 0.000000 531.819458 0.000000 0.629973 0.000000 -0.776617 0.411767 0.411767 0.411767 +4972.062988 0.000000 517.348511 0.000000 0.854728 0.000000 -0.519075 0.412708 0.412708 0.412708 +4937.641113 0.000000 561.547241 0.000000 0.628001 0.000000 -0.778213 0.509057 0.509057 0.509057 +4964.276367 0.000000 541.606140 0.000000 0.673295 0.000000 -0.739374 0.411052 0.411052 0.411052 +4945.256836 0.000000 543.074219 0.000000 0.903949 0.000000 -0.427641 0.406067 0.406067 0.406067 +4954.364746 0.000000 533.920715 0.000000 0.788093 0.000000 -0.615556 0.459350 0.459350 0.459350 +4962.015137 0.000000 528.854919 0.000000 0.945706 0.000000 -0.325022 0.471729 0.471729 0.471729 +4958.060547 0.000000 556.514282 0.000000 0.808646 0.000000 -0.588295 0.479212 0.479212 0.479212 +4965.098633 0.000000 551.230347 0.000000 0.941423 0.000000 -0.337228 0.409822 0.409822 0.409822 +4973.311035 0.000000 542.709290 0.000000 0.752201 0.000000 -0.658934 0.409878 0.409878 0.409878 +4964.620605 0.000000 555.067871 0.000000 0.760852 0.000000 -0.648926 0.503274 0.503274 0.503274 +4979.634277 0.000000 551.087219 0.000000 0.590181 0.000000 -0.807271 0.430789 0.430789 0.430789 +4940.457520 0.000000 560.135315 0.000000 0.886020 0.000000 -0.463647 0.470435 0.470435 0.470435 +4975.537109 0.000000 535.487854 0.000000 0.775073 0.000000 -0.631871 0.445364 0.445364 0.445364 +4934.507812 0.000000 560.450500 0.000000 0.892294 0.000000 -0.451454 0.437841 0.437841 0.437841 +4940.083496 0.000000 553.873230 0.000000 0.901584 0.000000 -0.432603 0.524450 0.524450 0.524450 +4958.608887 0.000000 513.899048 0.000000 0.783969 0.000000 -0.620800 0.471759 0.471759 0.471759 +4966.337891 0.000000 522.095520 0.000000 0.767788 0.000000 -0.640704 0.474271 0.474271 0.474271 +4964.575195 0.000000 510.748383 0.000000 0.950800 0.000000 -0.309806 0.461421 0.461421 0.461421 +4953.283691 0.000000 529.977112 0.000000 0.639332 0.000000 -0.768931 0.460927 0.460927 0.460927 +4967.591309 0.000000 550.195435 0.000000 0.920800 0.000000 -0.390034 0.479045 0.479045 0.479045 +4961.491699 0.000000 514.254639 0.000000 0.912792 0.000000 -0.408424 0.461264 0.461264 0.461264 +5002.351562 0.000000 472.753967 0.000000 0.607097 0.000000 -0.794628 0.412656 0.412656 0.412656 +4992.514160 0.000000 467.955841 0.000000 0.714896 0.000000 -0.699231 0.438590 0.438590 0.438590 +5030.686523 0.000000 452.180786 0.000000 0.853847 0.000000 -0.520524 0.491965 0.491965 0.491965 +4994.356934 0.000000 456.773193 0.000000 0.931932 0.000000 -0.362633 0.418232 0.418232 0.418232 +5011.991699 0.000000 485.102478 0.000000 0.913407 0.000000 -0.407047 0.477373 0.477373 0.477373 +5020.380371 0.000000 506.725342 0.000000 0.853952 0.000000 -0.520352 0.422865 0.422865 0.422865 +5008.939453 0.000000 467.803680 0.000000 0.811757 0.000000 -0.583995 0.436231 0.436231 0.436231 +5045.519043 0.000000 478.500427 0.000000 0.626386 0.000000 -0.779513 0.473680 0.473680 0.473680 +5050.637207 0.000000 478.808716 0.000000 0.922379 0.000000 -0.386287 0.474940 0.474940 0.474940 +5031.299805 0.000000 498.254425 0.000000 0.677207 0.000000 -0.735792 0.495295 0.495295 0.495295 +5053.738281 0.000000 480.124146 0.000000 0.926117 0.000000 -0.377238 0.478787 0.478787 0.478787 +5067.959473 0.000000 500.365875 0.000000 0.632669 0.000000 -0.774423 0.411898 0.411898 0.411898 +5094.893555 0.000000 471.322327 0.000000 0.916959 0.000000 -0.398983 0.405635 0.405635 0.405635 +5117.248047 0.000000 497.877045 0.000000 0.786453 0.000000 -0.617651 0.496307 0.496307 0.496307 +5117.524414 0.000000 468.944702 0.000000 0.689213 0.000000 -0.724559 0.418552 0.418552 0.418552 +5056.156738 0.000000 506.775177 0.000000 0.937633 0.000000 -0.347628 0.404964 0.404964 0.404964 +5103.145508 0.000000 470.022827 0.000000 0.653154 0.000000 -0.757226 0.413063 0.413063 0.413063 +5065.084961 0.000000 462.692871 0.000000 0.766188 0.000000 -0.642617 0.464049 0.464049 0.464049 +5084.380371 0.000000 506.725342 0.000000 0.685006 0.000000 -0.728537 0.441308 0.441308 0.441308 +5092.029297 0.000000 470.427795 0.000000 0.638585 0.000000 -0.769551 0.483794 0.483794 0.483794 +5012.968750 0.000000 560.484497 0.000000 0.787470 0.000000 -0.616353 0.502437 0.502437 0.502437 +4993.318848 0.000000 547.247803 0.000000 0.765966 0.000000 -0.642881 0.409588 0.409588 0.409588 +4999.671387 0.000000 533.215942 0.000000 0.911867 0.000000 -0.410485 0.405893 0.405893 0.405893 +5022.530273 0.000000 531.819458 0.000000 0.691693 0.000000 -0.722192 0.410678 0.410678 0.410678 +5033.260742 0.000000 552.581543 0.000000 0.704772 0.000000 -0.709434 0.414128 0.414128 0.414128 +4993.017578 0.000000 535.052429 0.000000 0.805700 0.000000 -0.592324 0.446597 0.446597 0.446597 +5039.868652 0.000000 556.770325 0.000000 0.756407 0.000000 -0.654101 0.460201 0.460201 0.460201 +5034.835938 0.000000 514.365662 0.000000 0.662944 0.000000 -0.748669 0.456259 0.456259 0.456259 +4995.510742 0.000000 555.287354 0.000000 0.806788 0.000000 -0.590841 0.520261 0.520261 0.520261 +5025.448730 0.000000 531.656189 0.000000 0.828266 0.000000 -0.560336 0.464302 0.464302 0.464302 +5084.793945 0.000000 511.201141 0.000000 0.741077 0.000000 -0.671420 0.427732 0.427732 0.427732 +5104.205566 0.000000 564.818115 0.000000 0.727015 0.000000 -0.686621 0.410581 0.410581 0.410581 +5096.832520 0.000000 511.860535 0.000000 0.783436 0.000000 -0.621473 0.409007 0.409007 0.409007 +5094.893555 0.000000 527.806702 0.000000 0.598244 0.000000 -0.801314 0.420269 0.420269 0.420269 +5079.491699 0.000000 508.990906 0.000000 0.844727 0.000000 -0.535197 0.441405 0.441405 0.441405 +5092.045898 0.000000 513.634277 0.000000 0.868177 0.000000 -0.496255 0.491420 0.491420 0.491420 +5110.864258 0.000000 563.358032 0.000000 0.921525 0.000000 -0.388319 0.499172 0.499172 0.499172 +5096.015625 0.000000 515.987976 0.000000 0.852165 0.000000 -0.523272 0.435089 0.435089 0.435089 +5056.163086 0.000000 543.105896 0.000000 0.928546 0.000000 -0.371217 0.470616 0.470616 0.470616 +5103.868652 0.000000 556.770325 0.000000 0.735848 0.000000 -0.677147 0.458671 0.458671 0.458671 +5094.686523 0.000000 508.665161 0.000000 0.928070 0.000000 -0.372405 0.440479 0.440479 0.440479 +5111.060547 0.000000 549.959106 0.000000 0.796272 0.000000 -0.604939 0.489842 0.489842 0.489842 +5114.305176 0.000000 552.340820 0.000000 0.688513 0.000000 -0.725224 0.416507 0.416507 0.416507 +5084.431641 0.000000 515.867249 0.000000 0.801263 0.000000 -0.598313 0.477394 0.477394 0.477394 +5098.288574 0.000000 531.507202 0.000000 0.824747 0.000000 -0.565501 0.431806 0.431806 0.431806 +5091.666992 0.000000 544.845581 0.000000 0.876390 0.000000 -0.481602 0.454584 0.454584 0.454584 +5080.572266 0.000000 547.823730 0.000000 0.949887 0.000000 -0.312593 0.443453 0.443453 0.443453 +5113.384766 0.000000 564.611145 0.000000 0.791054 0.000000 -0.611746 0.496161 0.496161 0.496161 +5085.958984 0.000000 518.559692 0.000000 0.856649 0.000000 -0.515900 0.445101 0.445101 0.445101 +5078.782715 0.000000 515.662720 0.000000 0.763386 0.000000 -0.645943 0.509377 0.509377 0.509377 +4983.638184 0.000000 580.587219 0.000000 0.945128 0.000000 -0.326699 0.404404 0.404404 0.404404 +4969.260742 0.000000 609.065918 0.000000 0.658171 0.000000 -0.752869 0.411790 0.411790 0.411790 +4989.248047 0.000000 610.845825 0.000000 0.832353 0.000000 -0.554246 0.484572 0.484572 0.484572 +4978.789551 0.000000 576.931030 0.000000 0.832021 0.000000 -0.554744 0.490708 0.490708 0.490708 +4986.511719 0.000000 585.353760 0.000000 0.863125 0.000000 -0.504990 0.489581 0.489581 0.489581 +4972.083496 0.000000 584.904724 0.000000 0.915040 0.000000 -0.403364 0.455122 0.455122 0.455122 +4987.211426 0.000000 594.461914 0.000000 0.761486 0.000000 -0.648181 0.409507 0.409507 0.409507 +4990.419434 0.000000 606.991028 0.000000 0.647051 0.000000 -0.762447 0.464904 0.464904 0.464904 +4975.145508 0.000000 582.991577 0.000000 0.817580 0.000000 -0.575815 0.440150 0.440150 0.440150 +4979.759277 0.000000 596.208618 0.000000 0.874075 0.000000 -0.485791 0.511512 0.511512 0.511512 +4975.537109 0.000000 591.972229 0.000000 0.854607 0.000000 -0.519276 0.510277 0.510277 0.510277 +4983.819336 0.000000 583.674683 0.000000 0.616545 0.000000 -0.787320 0.578526 0.578526 0.578526 +4986.807129 0.000000 627.982666 0.000000 0.842763 0.000000 -0.538285 0.407748 0.407748 0.407748 +4982.173828 0.000000 627.512390 0.000000 0.691870 0.000000 -0.722022 0.410835 0.410835 0.410835 +5012.968750 0.000000 616.968872 0.000000 0.925812 0.000000 -0.377984 0.533240 0.533240 0.533240 +5023.453613 0.000000 581.573853 0.000000 0.800682 0.000000 -0.599089 0.448777 0.448777 0.448777 +5029.982422 0.000000 615.105530 0.000000 0.790758 0.000000 -0.612129 0.408486 0.408486 0.408486 +4994.396484 0.000000 566.705872 0.000000 0.897613 0.000000 -0.440785 0.413447 0.413447 0.413447 +5001.400879 0.000000 580.962891 0.000000 0.650440 0.000000 -0.759557 0.411500 0.411500 0.411500 +5000.407715 0.000000 572.656128 0.000000 0.890705 0.000000 -0.454581 0.488477 0.488477 0.488477 +5050.511719 0.000000 585.353760 0.000000 0.711753 0.000000 -0.702430 0.410888 0.410888 0.410888 +4999.914551 0.000000 566.680664 0.000000 0.722021 0.000000 -0.691872 0.424043 0.424043 0.424043 +5032.763184 0.000000 579.965942 0.000000 0.928468 0.000000 -0.371412 0.498806 0.498806 0.498806 +5017.237793 0.000000 571.002625 0.000000 0.916573 0.000000 -0.399868 0.412796 0.412796 0.412796 +5013.668945 0.000000 574.632629 0.000000 0.880555 0.000000 -0.473944 0.406805 0.406805 0.406805 +4996.047852 0.000000 573.193787 0.000000 0.836338 0.000000 -0.548215 0.409141 0.409141 0.409141 +5007.831543 0.000000 569.015625 0.000000 0.923298 0.000000 -0.384084 0.450740 0.450740 0.450740 +5010.579102 0.000000 620.032654 0.000000 0.750024 0.000000 -0.661411 0.435731 0.435731 0.435731 +5047.060547 0.000000 606.443481 0.000000 0.950587 0.000000 -0.310458 0.449420 0.449420 0.449420 +5018.987305 0.000000 564.932556 0.000000 0.615734 0.000000 -0.787954 0.415813 0.415813 0.415813 +5000.667480 0.000000 569.622986 0.000000 0.607737 0.000000 -0.794139 0.426313 0.426313 0.426313 +5004.112305 0.000000 579.750488 0.000000 0.591374 0.000000 -0.806397 0.486984 0.486984 0.486984 +5009.360840 0.000000 611.004089 0.000000 0.672833 0.000000 -0.739795 0.603915 0.603915 0.603915 +5020.380371 0.000000 619.694092 0.000000 0.810932 0.000000 -0.585141 0.475050 0.475050 0.475050 +5008.244141 0.000000 594.041565 0.000000 0.800872 0.000000 -0.598836 0.450815 0.450815 0.450815 +5021.958984 0.000000 575.044067 0.000000 0.781055 0.000000 -0.624462 0.603772 0.603772 0.603772 +5036.352051 0.000000 582.104858 0.000000 0.886904 0.000000 -0.461953 0.429945 0.429945 0.429945 +5050.637207 0.000000 591.777466 0.000000 0.947693 0.000000 -0.319184 0.439562 0.439562 0.439562 +5039.447754 0.000000 577.529419 0.000000 0.928546 0.000000 -0.371219 0.476653 0.476653 0.476653 +5051.000977 0.000000 602.644836 0.000000 0.921632 0.000000 -0.388064 0.472961 0.472961 0.472961 +5097.563477 0.000000 591.334778 0.000000 0.805102 0.000000 -0.593137 0.499806 0.499806 0.499806 +5067.959473 0.000000 613.334595 0.000000 0.880436 0.000000 -0.474164 0.430158 0.430158 0.430158 +5079.890625 0.000000 583.901428 0.000000 0.654511 0.000000 -0.756052 0.475106 0.475106 0.475106 +5100.062988 0.000000 573.832886 0.000000 0.690080 0.000000 -0.723733 0.410869 0.410869 0.410869 +5065.641113 0.000000 618.031616 0.000000 0.722650 0.000000 -0.691214 0.428138 0.428138 0.428138 +5101.434082 0.000000 594.572998 0.000000 0.872956 0.000000 -0.487798 0.406793 0.406793 0.406793 +5115.211426 0.000000 594.461914 0.000000 0.632063 0.000000 -0.774917 0.469394 0.469394 0.469394 +5083.932617 0.000000 585.113403 0.000000 0.943573 0.000000 -0.331163 0.404652 0.404652 0.404652 +5064.908691 0.000000 610.743774 0.000000 0.774541 0.000000 -0.632523 0.478186 0.478186 0.478186 +5092.620605 0.000000 611.552246 0.000000 0.936719 0.000000 -0.350081 0.412022 0.412022 0.412022 +5113.910645 0.000000 612.794800 0.000000 0.873041 0.000000 -0.487646 0.407122 0.407122 0.407122 +5111.060547 0.000000 606.443481 0.000000 0.943219 0.000000 -0.332172 0.503992 0.503992 0.503992 +5107.402344 0.000000 618.810974 0.000000 0.909045 0.000000 -0.416698 0.419101 0.419101 0.419101 +5114.305176 0.000000 608.825195 0.000000 0.777077 0.000000 -0.629406 0.465803 0.465803 0.465803 +5117.611816 0.000000 603.603394 0.000000 0.897136 0.000000 -0.441754 0.429596 0.429596 0.429596 +5091.666992 0.000000 601.329956 0.000000 0.883005 0.000000 -0.469364 0.450301 0.450301 0.450301 +5068.457520 0.000000 616.619690 0.000000 0.913940 0.000000 -0.405849 0.412891 0.412891 0.412891 +5089.099609 0.000000 598.793457 0.000000 0.936747 0.000000 -0.350008 0.418033 0.418033 0.418033 +5103.537109 0.000000 591.972229 0.000000 0.865916 0.000000 -0.500189 0.416442 0.416442 0.416442 +5081.661133 0.000000 567.909973 0.000000 0.922775 0.000000 -0.385340 0.503141 0.503141 0.503141 +5116.832520 0.000000 597.165527 0.000000 0.784467 0.000000 -0.620170 0.447167 0.447167 0.447167 +5064.667480 0.000000 569.622986 0.000000 0.698192 0.000000 -0.715911 0.455457 0.455457 0.455457 +5100.194824 0.000000 576.921143 0.000000 0.905250 0.000000 -0.424879 0.491885 0.491885 0.491885 +5056.936035 0.000000 587.453308 0.000000 0.829616 0.000000 -0.558335 0.431673 0.431673 0.431673 +5106.798340 0.000000 601.524902 0.000000 0.669815 0.000000 -0.742528 0.423057 0.423057 0.423057 +5113.384766 0.000000 621.095520 0.000000 0.950534 0.000000 -0.310622 0.441418 0.441418 0.441418 +5109.566895 0.000000 577.305969 0.000000 0.842548 0.000000 -0.538622 0.476069 0.476069 0.476069 +5089.062500 0.000000 616.917664 0.000000 0.861224 0.000000 -0.508225 0.467288 0.467288 0.467288 +5095.591309 0.000000 606.679810 0.000000 0.846102 0.000000 -0.533020 0.435269 0.435269 0.435269 +5037.516602 0.000000 636.061401 0.000000 0.740527 0.000000 -0.672027 0.468841 0.468841 0.468841 +4993.451172 0.000000 633.503784 0.000000 0.866903 0.000000 -0.498477 0.473180 0.473180 0.473180 +5020.793945 0.000000 624.169922 0.000000 0.917971 0.000000 -0.396648 0.405600 0.405600 0.405600 +5022.530273 0.000000 644.788208 0.000000 0.818936 0.000000 -0.573884 0.466631 0.466631 0.466631 +5026.900879 0.000000 621.392822 0.000000 0.927866 0.000000 -0.372913 0.444507 0.444507 0.444507 +5015.491699 0.000000 621.959656 0.000000 0.886553 0.000000 -0.462627 0.440062 0.440062 0.440062 +5028.045898 0.000000 626.603027 0.000000 0.621178 0.000000 -0.783670 0.440565 0.440565 0.440565 +5003.929688 0.000000 633.333984 0.000000 0.827470 0.000000 -0.561509 0.407948 0.407948 0.407948 +5007.831543 0.000000 625.500000 0.000000 0.614772 0.000000 -0.788705 0.426182 0.426182 0.426182 +4992.042480 0.000000 621.335449 0.000000 0.825013 0.000000 -0.565114 0.421626 0.421626 0.421626 +5019.635742 0.000000 644.378479 0.000000 0.899369 0.000000 -0.437191 0.467881 0.467881 0.467881 +5028.575195 0.000000 623.717102 0.000000 0.816718 0.000000 -0.577037 0.497367 0.497367 0.497367 +5105.519043 0.000000 627.657776 0.000000 0.635273 0.000000 -0.772288 0.506783 0.506783 0.506783 +5106.789551 0.000000 633.415405 0.000000 0.916691 0.000000 -0.399596 0.412792 0.412792 0.412792 +5092.045898 0.000000 626.603027 0.000000 0.937659 0.000000 -0.347556 0.404874 0.404874 0.404874 +5074.283691 0.000000 622.460815 0.000000 0.925902 0.000000 -0.377764 0.405280 0.405280 0.405280 +5103.145508 0.000000 639.475952 0.000000 0.909914 0.000000 -0.414797 0.413032 0.413032 0.413032 +5092.029297 0.000000 639.880920 0.000000 0.848330 0.000000 -0.529467 0.441297 0.441297 0.441297 +5072.186523 0.000000 640.479370 0.000000 0.769602 0.000000 -0.638524 0.429123 0.429123 0.429123 +5085.958984 0.000000 631.528442 0.000000 0.798023 0.000000 -0.602628 0.613356 0.613356 0.613356 +5181.248047 0.000000 384.908295 0.000000 0.755611 0.000000 -0.655020 0.466386 0.466386 0.466386 +5175.107910 0.000000 384.107544 0.000000 0.920113 0.000000 -0.391654 0.456917 0.456917 0.456917 +5181.658691 0.000000 374.221985 0.000000 0.943808 0.000000 -0.330494 0.453785 0.453785 0.453785 +5168.023926 0.000000 391.441284 0.000000 0.660466 0.000000 -0.750856 0.452174 0.452174 0.452174 +5196.083496 0.000000 384.420105 0.000000 0.891013 0.000000 -0.453977 0.447990 0.447990 0.447990 +5169.519043 0.000000 401.720245 0.000000 0.740360 0.000000 -0.672211 0.411349 0.411349 0.411349 +5156.045898 0.000000 400.665527 0.000000 0.883601 0.000000 -0.468242 0.432076 0.432076 0.432076 +5131.929688 0.000000 407.396484 0.000000 0.887761 0.000000 -0.460305 0.423857 0.423857 0.423857 +5152.426758 0.000000 407.828430 0.000000 0.836022 0.000000 -0.548696 0.500778 0.500778 0.500778 +5125.464844 0.000000 400.172577 0.000000 0.634828 0.000000 -0.772654 0.412081 0.412081 0.412081 +5162.673340 0.000000 395.534546 0.000000 0.936650 0.000000 -0.350266 0.405003 0.405003 0.405003 +5126.057129 0.000000 440.328369 0.000000 0.753308 0.000000 -0.657667 0.445909 0.445909 0.445909 +5128.614258 0.000000 408.919495 0.000000 0.706725 0.000000 -0.707488 0.444951 0.444951 0.444951 +5204.968750 0.000000 447.515717 0.000000 0.653810 0.000000 -0.756659 0.413051 0.413051 0.413051 +5225.563477 0.000000 421.881622 0.000000 0.637582 0.000000 -0.770383 0.502555 0.502555 0.502555 +5226.009766 0.000000 450.327271 0.000000 0.741972 0.000000 -0.670431 0.410273 0.410273 0.410273 +5229.434082 0.000000 425.119904 0.000000 0.771231 0.000000 -0.636555 0.513247 0.513247 0.513247 +5241.910645 0.000000 443.341675 0.000000 0.727918 0.000000 -0.685665 0.469168 0.469168 0.469168 +5254.215332 0.000000 444.328247 0.000000 0.836455 0.000000 -0.548035 0.425385 0.425385 0.425385 +5249.884766 0.000000 446.443176 0.000000 0.914716 0.000000 -0.404098 0.487403 0.487403 0.487403 +5248.156738 0.000000 450.290802 0.000000 0.822911 0.000000 -0.568170 0.429820 0.429820 0.429820 +5256.908691 0.000000 441.290649 0.000000 0.895383 0.000000 -0.445296 0.474110 0.474110 0.474110 +5169.272949 0.000000 485.499939 0.000000 0.626896 0.000000 -0.779103 0.465354 0.465354 0.465354 +5142.478027 0.000000 486.768280 0.000000 0.776639 0.000000 -0.629946 0.409289 0.409289 0.409289 +5158.893555 0.000000 471.322327 0.000000 0.922369 0.000000 -0.386311 0.405367 0.405367 0.405367 +5170.584961 0.000000 479.769257 0.000000 0.889610 0.000000 -0.456722 0.502714 0.502714 0.502714 +5143.293457 0.000000 475.439758 0.000000 0.841858 0.000000 -0.539700 0.419145 0.419145 0.419145 +5171.402344 0.000000 505.842255 0.000000 0.937195 0.000000 -0.348807 0.464156 0.464156 0.464156 +5175.062500 0.000000 502.892487 0.000000 0.897143 0.000000 -0.441740 0.449783 0.449783 0.449783 +5180.832520 0.000000 484.196747 0.000000 0.605843 0.000000 -0.795584 0.465813 0.465813 0.465813 +5181.032715 0.000000 474.063080 0.000000 0.789764 0.000000 -0.613411 0.451118 0.451118 0.451118 +5164.127930 0.000000 479.316315 0.000000 0.692606 0.000000 -0.721316 0.434958 0.434958 0.434958 +5205.705078 0.000000 478.742706 0.000000 0.886813 0.000000 -0.462128 0.454210 0.454210 0.454210 +5188.458496 0.000000 506.340973 0.000000 0.688127 0.000000 -0.725590 0.410986 0.410986 0.410986 +5240.065918 0.000000 477.237579 0.000000 0.792699 0.000000 -0.609613 0.434688 0.434688 0.434688 +5242.807129 0.000000 458.529541 0.000000 0.891953 0.000000 -0.452129 0.406137 0.406137 0.406137 +5233.272949 0.000000 485.499939 0.000000 0.765099 0.000000 -0.643912 0.492851 0.492851 0.492851 +5247.487305 0.000000 482.102722 0.000000 0.853423 0.000000 -0.521220 0.571626 0.571626 0.571626 +5222.893555 0.000000 471.322327 0.000000 0.763210 0.000000 -0.646151 0.451816 0.451816 0.451816 +5240.550781 0.000000 484.734161 0.000000 0.672487 0.000000 -0.740109 0.411233 0.411233 0.411233 +5216.032227 0.000000 488.812897 0.000000 0.859605 0.000000 -0.510958 0.407123 0.407123 0.407123 +5206.937012 0.000000 466.302368 0.000000 0.628200 0.000000 -0.778052 0.459094 0.459094 0.459094 +5218.932617 0.000000 505.951904 0.000000 0.888790 0.000000 -0.458314 0.486531 0.486531 0.486531 +5222.535645 0.000000 481.383118 0.000000 0.812801 0.000000 -0.582541 0.411762 0.411762 0.411762 +5215.334473 0.000000 492.860413 0.000000 0.912459 0.000000 -0.409167 0.427028 0.427028 0.427028 +5235.213867 0.000000 498.132202 0.000000 0.622671 0.000000 -0.782484 0.525910 0.525910 0.525910 +5226.673340 0.000000 452.018921 0.000000 0.765821 0.000000 -0.643054 0.464058 0.464058 0.464058 +5188.957520 0.000000 491.722076 0.000000 0.852682 0.000000 -0.522431 0.407658 0.407658 0.407658 +5231.537109 0.000000 479.003448 0.000000 0.865451 0.000000 -0.500994 0.424554 0.424554 0.424554 +5167.722656 0.000000 552.679016 0.000000 0.881846 0.000000 -0.471537 0.407887 0.407887 0.407887 +5176.550781 0.000000 541.218567 0.000000 0.839078 0.000000 -0.544011 0.463960 0.463960 0.463960 +5136.971680 0.000000 557.536377 0.000000 0.885586 0.000000 -0.464475 0.502890 0.502890 0.502890 +5154.735840 0.000000 548.012451 0.000000 0.797425 0.000000 -0.603418 0.454999 0.454999 0.454999 +5149.392090 0.000000 553.032837 0.000000 0.846884 0.000000 -0.531777 0.449470 0.449470 0.449470 +5167.917480 0.000000 545.141418 0.000000 0.862829 0.000000 -0.505496 0.477392 0.477392 0.477392 +5178.305176 0.000000 552.340820 0.000000 0.643135 0.000000 -0.765752 0.415313 0.415313 0.415313 +5148.431641 0.000000 515.867249 0.000000 0.790565 0.000000 -0.612378 0.428615 0.428615 0.428615 +5145.681152 0.000000 542.136841 0.000000 0.886366 0.000000 -0.462985 0.409769 0.409769 0.409769 +5180.832520 0.000000 540.681152 0.000000 0.918821 0.000000 -0.394675 0.434832 0.434832 0.434832 +5178.631836 0.000000 543.495789 0.000000 0.831232 0.000000 -0.555926 0.419429 0.419429 0.419429 +5170.798340 0.000000 545.040527 0.000000 0.899681 0.000000 -0.436549 0.431524 0.431524 0.431524 +5156.759766 0.000000 529.735596 0.000000 0.882937 0.000000 -0.469492 0.434120 0.434120 0.434120 +5158.337891 0.000000 522.095520 0.000000 0.677500 0.000000 -0.735523 0.453865 0.453865 0.453865 +5140.832520 0.000000 520.939026 0.000000 0.940411 0.000000 -0.340041 0.449946 0.449946 0.449946 +5159.591309 0.000000 550.195435 0.000000 0.616940 0.000000 -0.787010 0.438576 0.438576 0.438576 +5176.473633 0.000000 516.490112 0.000000 0.623466 0.000000 -0.781850 0.565700 0.565700 0.565700 +5136.716797 0.000000 540.457214 0.000000 0.722840 0.000000 -0.691015 0.448697 0.448697 0.448697 +5222.230957 0.000000 546.888428 0.000000 0.653084 0.000000 -0.757285 0.425449 0.425449 0.425449 +5204.089355 0.000000 553.176270 0.000000 0.602952 0.000000 -0.797777 0.412313 0.412313 0.412313 +5210.074219 0.000000 538.875793 0.000000 0.895382 0.000000 -0.445299 0.406199 0.406199 0.406199 +5190.330566 0.000000 520.456177 0.000000 0.812764 0.000000 -0.582593 0.493406 0.493406 0.493406 +5209.237793 0.000000 514.518250 0.000000 0.879965 0.000000 -0.475039 0.406723 0.406723 0.406723 +5218.015137 0.000000 528.854919 0.000000 0.848866 0.000000 -0.528609 0.443312 0.443312 0.443312 +5213.237305 0.000000 541.881592 0.000000 0.674986 0.000000 -0.737830 0.458057 0.458057 0.458057 +5218.735840 0.000000 548.012451 0.000000 0.859893 0.000000 -0.510474 0.497845 0.497845 0.497845 +5225.656250 0.000000 548.469116 0.000000 0.800259 0.000000 -0.599654 0.426333 0.426333 0.426333 +5201.664551 0.000000 515.015381 0.000000 0.903876 0.000000 -0.427794 0.433389 0.433389 0.433389 +5187.820801 0.000000 522.164734 0.000000 0.592713 0.000000 -0.805414 0.528807 0.528807 0.528807 +5200.939453 0.000000 524.288025 0.000000 0.616557 0.000000 -0.787311 0.471821 0.471821 0.471821 +5195.616211 0.000000 537.700500 0.000000 0.913988 0.000000 -0.405742 0.426971 0.426971 0.426971 +5192.614258 0.000000 521.888245 0.000000 0.926473 0.000000 -0.376361 0.428492 0.428492 0.428492 +5184.090332 0.000000 511.654968 0.000000 0.890934 0.000000 -0.454132 0.429809 0.429809 0.429809 +5248.156738 0.000000 506.775177 0.000000 0.886934 0.000000 -0.461897 0.565840 0.565840 0.565840 +5251.510742 0.000000 498.802979 0.000000 0.634401 0.000000 -0.773004 0.432017 0.432017 0.432017 +5265.256836 0.000000 543.074219 0.000000 0.845081 0.000000 -0.534638 0.473946 0.473946 0.473946 +5248.514160 0.000000 524.440247 0.000000 0.819094 0.000000 -0.573659 0.415675 0.415675 0.415675 +5269.502930 0.000000 556.678589 0.000000 0.937778 0.000000 -0.347235 0.409974 0.409974 0.409974 +5270.628418 0.000000 538.386597 0.000000 0.852538 0.000000 -0.522665 0.426962 0.426962 0.426962 +5326.007324 0.000000 539.249573 0.000000 0.683682 0.000000 -0.729780 0.410578 0.410578 0.410578 +5316.032715 0.000000 539.970947 0.000000 0.815536 0.000000 -0.578707 0.493313 0.493313 0.493313 +5345.210449 0.000000 553.232727 0.000000 0.907605 0.000000 -0.419826 0.461483 0.461483 0.461483 +5354.009766 0.000000 563.296021 0.000000 0.920769 0.000000 -0.390107 0.428721 0.428721 0.428721 +5312.894531 0.000000 538.659485 0.000000 0.869865 0.000000 -0.493290 0.450756 0.450756 0.450756 +5323.406250 0.000000 541.430176 0.000000 0.805469 0.000000 -0.592639 0.434359 0.434359 0.434359 +5357.386719 0.000000 563.066406 0.000000 0.593760 0.000000 -0.804642 0.482754 0.482754 0.482754 +5324.526855 0.000000 531.405212 0.000000 0.654333 0.000000 -0.756207 0.437823 0.437823 0.437823 +5323.616211 0.000000 537.700500 0.000000 0.854277 0.000000 -0.519818 0.447206 0.447206 0.447206 +5332.984863 0.000000 545.557373 0.000000 0.802992 0.000000 -0.595990 0.458931 0.458931 0.458931 +5121.451172 0.000000 577.019409 0.000000 0.780703 0.000000 -0.624902 0.409437 0.409437 0.409437 +5151.334473 0.000000 605.829163 0.000000 0.845701 0.000000 -0.533656 0.407645 0.407645 0.407645 +5120.514160 0.000000 580.924622 0.000000 0.618117 0.000000 -0.786086 0.412374 0.412374 0.412374 +5150.953613 0.000000 621.096252 0.000000 0.733948 0.000000 -0.679205 0.458718 0.458718 0.458718 +5166.042969 0.000000 570.698425 0.000000 0.795169 0.000000 -0.606387 0.605212 0.605212 0.605212 +5162.835938 0.000000 570.850037 0.000000 0.659286 0.000000 -0.751892 0.506156 0.506156 0.506156 +5145.916992 0.000000 609.609924 0.000000 0.917057 0.000000 -0.398756 0.442953 0.442953 0.442953 +5120.042480 0.000000 564.851074 0.000000 0.838184 0.000000 -0.545387 0.500700 0.500700 0.500700 +5153.448730 0.000000 588.140564 0.000000 0.708547 0.000000 -0.705663 0.436672 0.436672 0.436672 +5123.820801 0.000000 578.649109 0.000000 0.826613 0.000000 -0.562771 0.456197 0.456197 0.456197 +5148.380371 0.000000 619.694092 0.000000 0.814659 0.000000 -0.579940 0.444309 0.444309 0.444309 +5173.519043 0.000000 591.469177 0.000000 0.912969 0.000000 -0.408030 0.473358 0.473358 0.473358 +5145.706543 0.000000 578.483093 0.000000 0.902533 0.000000 -0.430621 0.512248 0.512248 0.512248 +5141.235840 0.000000 584.704834 0.000000 0.851614 0.000000 -0.524170 0.433076 0.433076 0.433076 +5142.782715 0.000000 572.147095 0.000000 0.926264 0.000000 -0.376874 0.432518 0.432518 0.432518 +5143.408203 0.000000 576.681946 0.000000 0.923767 0.000000 -0.382955 0.456755 0.456755 0.456755 +5214.236816 0.000000 617.373657 0.000000 0.734241 0.000000 -0.678889 0.410433 0.410433 0.410433 +5206.478027 0.000000 599.737061 0.000000 0.626725 0.000000 -0.779241 0.411688 0.411688 0.411688 +5239.107910 0.000000 610.045044 0.000000 0.920320 0.000000 -0.391166 0.410651 0.410651 0.410651 +5241.910645 0.000000 612.794800 0.000000 0.774790 0.000000 -0.632219 0.476126 0.476126 0.476126 +5216.618164 0.000000 568.209351 0.000000 0.805434 0.000000 -0.592685 0.467038 0.467038 0.467038 +5239.060547 0.000000 606.443481 0.000000 0.938523 0.000000 -0.345216 0.409944 0.409944 0.409944 +5210.987305 0.000000 564.932556 0.000000 0.821862 0.000000 -0.569686 0.419673 0.419673 0.419673 +5201.360840 0.000000 611.004089 0.000000 0.684363 0.000000 -0.729141 0.503406 0.503406 0.503406 +5207.191895 0.000000 610.734375 0.000000 0.934877 0.000000 -0.354972 0.424127 0.424127 0.424127 +5212.380371 0.000000 619.694092 0.000000 0.867147 0.000000 -0.498051 0.493493 0.493493 0.493493 +5151.453613 0.000000 638.058228 0.000000 0.624128 0.000000 -0.781322 0.412090 0.412090 0.412090 +5120.098633 0.000000 628.277100 0.000000 0.950863 0.000000 -0.309611 0.437399 0.437399 0.437399 +5174.173828 0.000000 627.512390 0.000000 0.926458 0.000000 -0.376397 0.405241 0.405241 0.405241 +5172.003906 0.000000 624.655701 0.000000 0.701846 0.000000 -0.712329 0.467758 0.467758 0.467758 +5179.100586 0.000000 631.420837 0.000000 0.765230 0.000000 -0.643757 0.581640 0.581640 0.581640 +5168.746582 0.000000 624.565796 0.000000 0.610651 0.000000 -0.791900 0.542996 0.542996 0.542996 +5158.337891 0.000000 635.064270 0.000000 0.776239 0.000000 -0.630438 0.496626 0.496626 0.496626 +5173.519043 0.000000 647.953552 0.000000 0.815598 0.000000 -0.578619 0.438166 0.438166 0.438166 +5167.447754 0.000000 634.013794 0.000000 0.818456 0.000000 -0.574570 0.462562 0.462562 0.462562 +5120.090332 0.000000 624.623718 0.000000 0.889029 0.000000 -0.457852 0.466269 0.466269 0.466269 +5176.473633 0.000000 629.458862 0.000000 0.746702 0.000000 -0.665158 0.536761 0.536761 0.536761 +5204.968750 0.000000 673.453247 0.000000 0.856873 0.000000 -0.515527 0.546921 0.546921 0.546921 +5199.130859 0.000000 660.699890 0.000000 0.892248 0.000000 -0.451546 0.456031 0.456031 0.456031 +5186.396484 0.000000 623.190247 0.000000 0.913659 0.000000 -0.406482 0.405602 0.405602 0.405602 +5214.530273 0.000000 644.788208 0.000000 0.803876 0.000000 -0.594797 0.408461 0.408461 0.408461 +5193.203613 0.000000 657.028931 0.000000 0.686185 0.000000 -0.727427 0.430972 0.430972 0.430972 +5198.953125 0.000000 675.299805 0.000000 0.912429 0.000000 -0.409235 0.405726 0.405726 0.405726 +5198.875488 0.000000 666.090149 0.000000 0.731538 0.000000 -0.681800 0.510352 0.510352 0.510352 +5209.505859 0.000000 675.099854 0.000000 0.746440 0.000000 -0.665452 0.536770 0.536770 0.536770 +5195.786133 0.000000 626.381042 0.000000 0.761386 0.000000 -0.648299 0.409791 0.409791 0.409791 +5236.463867 0.000000 636.409973 0.000000 0.801131 0.000000 -0.598490 0.424272 0.424272 0.424272 +5196.083496 0.000000 666.841980 0.000000 0.870503 0.000000 -0.492163 0.517769 0.517769 0.517769 +5200.939453 0.000000 637.256775 0.000000 0.922006 0.000000 -0.387175 0.460860 0.460860 0.460860 +5199.671387 0.000000 622.857239 0.000000 0.781379 0.000000 -0.624057 0.473885 0.473885 0.473885 +5302.816895 0.000000 566.094543 0.000000 0.769289 0.000000 -0.638901 0.455760 0.455760 0.455760 +5300.365234 0.000000 604.109985 0.000000 0.629043 0.000000 -0.777371 0.440408 0.440408 0.440408 +5284.045898 0.000000 570.118652 0.000000 0.817242 0.000000 -0.576294 0.464640 0.464640 0.464640 +5289.967773 0.000000 594.661682 0.000000 0.714790 0.000000 -0.699339 0.448885 0.448885 0.448885 +5333.705078 0.000000 591.711426 0.000000 0.773243 0.000000 -0.634109 0.431082 0.431082 0.431082 +5324.978516 0.000000 565.579712 0.000000 0.892586 0.000000 -0.450877 0.406072 0.406072 0.406072 +5321.400879 0.000000 580.962891 0.000000 0.861861 0.000000 -0.507144 0.444935 0.444935 0.444935 +5360.541992 0.000000 587.429016 0.000000 0.941888 0.000000 -0.335927 0.441853 0.441853 0.441853 +5344.032227 0.000000 601.781616 0.000000 0.670611 0.000000 -0.741809 0.487164 0.487164 0.487164 +5353.385742 0.000000 597.761902 0.000000 0.831778 0.000000 -0.555109 0.445857 0.445857 0.445857 +5362.789551 0.000000 576.931030 0.000000 0.845918 0.000000 -0.533313 0.471881 0.471881 0.471881 +5324.552734 0.000000 591.037781 0.000000 0.614624 0.000000 -0.788820 0.438621 0.438621 0.438621 +5344.426758 0.000000 577.281555 0.000000 0.681722 0.000000 -0.731611 0.411105 0.411105 0.411105 +5349.098633 0.000000 607.714722 0.000000 0.600912 0.000000 -0.799315 0.412902 0.412902 0.412902 +5316.047852 0.000000 573.193787 0.000000 0.935706 0.000000 -0.352780 0.404915 0.404915 0.404915 +5317.464844 0.000000 569.625671 0.000000 0.778032 0.000000 -0.628224 0.469878 0.469878 0.469878 +5329.939453 0.000000 606.639343 0.000000 0.756467 0.000000 -0.654032 0.409967 0.409967 0.409967 +5358.042969 0.000000 570.698425 0.000000 0.753953 0.000000 -0.656929 0.466430 0.466430 0.466430 +5330.230469 0.000000 602.879272 0.000000 0.862403 0.000000 -0.506223 0.428698 0.428698 0.428698 +5363.759277 0.000000 596.208618 0.000000 0.899868 0.000000 -0.436162 0.496177 0.496177 0.496177 +5321.604492 0.000000 592.298157 0.000000 0.712143 0.000000 -0.702035 0.484024 0.484024 0.484024 +5373.032715 0.000000 587.031799 0.000000 0.833751 0.000000 -0.552141 0.435625 0.435625 0.435625 +5329.664551 0.000000 571.499756 0.000000 0.736948 0.000000 -0.675949 0.425772 0.425772 0.425772 +5319.408691 0.000000 582.681274 0.000000 0.686118 0.000000 -0.727490 0.488842 0.488842 0.488842 +5285.982422 0.000000 671.589905 0.000000 0.618042 0.000000 -0.786145 0.412601 0.412601 0.412601 +5268.089355 0.000000 666.145020 0.000000 0.771818 0.000000 -0.635843 0.409118 0.409118 0.409118 +5260.552734 0.000000 647.522156 0.000000 0.592683 0.000000 -0.805436 0.412484 0.412484 0.412484 +5285.098633 0.000000 664.199097 0.000000 0.790487 0.000000 -0.612479 0.432702 0.432702 0.432702 +5293.375000 0.000000 646.249817 0.000000 0.782312 0.000000 -0.622886 0.467706 0.467706 0.467706 +5296.023926 0.000000 673.863159 0.000000 0.815343 0.000000 -0.578978 0.440212 0.440212 0.440212 +5282.735840 0.000000 660.981201 0.000000 0.707839 0.000000 -0.706374 0.412012 0.412012 0.412012 +5303.062500 0.000000 672.345581 0.000000 0.935136 0.000000 -0.354289 0.420105 0.420105 0.420105 +5262.604980 0.000000 668.905090 0.000000 0.679900 0.000000 -0.733305 0.449678 0.449678 0.449678 +5301.519043 0.000000 647.953552 0.000000 0.660998 0.000000 -0.750388 0.501951 0.501951 0.501951 +5292.127930 0.000000 648.769409 0.000000 0.911979 0.000000 -0.410237 0.519867 0.519867 0.519867 +5318.215332 0.000000 670.265747 0.000000 0.943612 0.000000 -0.331053 0.423741 0.423741 0.423741 +5313.884766 0.000000 672.380676 0.000000 0.786277 0.000000 -0.617875 0.436895 0.436895 0.436895 +5393.256836 0.000000 599.558594 0.000000 0.800000 0.000000 -0.600000 0.456971 0.456971 0.456971 +5395.771973 0.000000 587.469177 0.000000 0.819414 0.000000 -0.573202 0.429914 0.429914 0.429914 +5376.514160 0.000000 580.924622 0.000000 0.797806 0.000000 -0.602915 0.408854 0.408854 0.408854 +5378.356934 0.000000 569.741943 0.000000 0.727084 0.000000 -0.686549 0.460948 0.460948 0.460948 +5376.936035 0.000000 587.453308 0.000000 0.872069 0.000000 -0.489383 0.446628 0.446628 0.446628 +5229.516602 0.000000 692.545776 0.000000 0.666935 0.000000 -0.745116 0.474811 0.474811 0.474811 +5222.230957 0.000000 716.341553 0.000000 0.910965 0.000000 -0.412484 0.507786 0.507786 0.507786 +5210.979980 0.000000 719.645325 0.000000 0.815857 0.000000 -0.578253 0.442236 0.442236 0.442236 +5224.832520 0.000000 681.313660 0.000000 0.789496 0.000000 -0.613756 0.408546 0.408546 0.408546 +5215.758301 0.000000 707.972107 0.000000 0.753998 0.000000 -0.656877 0.575859 0.575859 0.575859 +5216.032227 0.000000 714.750366 0.000000 0.774203 0.000000 -0.632937 0.409068 0.409068 0.409068 +5225.385742 0.000000 710.730652 0.000000 0.926354 0.000000 -0.376655 0.488845 0.488845 0.488845 +5219.765137 0.000000 703.659729 0.000000 0.634049 0.000000 -0.773293 0.475584 0.475584 0.475584 +5234.584961 0.000000 705.706726 0.000000 0.607876 0.000000 -0.794032 0.415954 0.415954 0.415954 +5234.842773 0.000000 695.682434 0.000000 0.617655 0.000000 -0.786449 0.694844 0.694844 0.694844 +5229.434082 0.000000 707.541748 0.000000 0.922581 0.000000 -0.385804 0.405300 0.405300 0.405300 +5220.045898 0.000000 683.087402 0.000000 0.855727 0.000000 -0.517428 0.596094 0.596094 0.596094 +5210.709961 0.000000 714.852417 0.000000 0.928903 0.000000 -0.370323 0.405133 0.405133 0.405133 +5218.015137 0.000000 698.308044 0.000000 0.839487 0.000000 -0.543379 0.484327 0.484327 0.484327 +5205.668945 0.000000 687.601379 0.000000 0.931591 0.000000 -0.363507 0.414234 0.414234 0.414234 +5222.535645 0.000000 707.320618 0.000000 0.923576 0.000000 -0.383416 0.669123 0.669123 0.669123 +5243.211426 0.000000 707.430664 0.000000 0.825952 0.000000 -0.563740 0.542100 0.542100 0.542100 +5222.889160 0.000000 701.252136 0.000000 0.859042 0.000000 -0.511905 0.416640 0.416640 0.416640 +5220.620605 0.000000 724.520996 0.000000 0.837892 0.000000 -0.545837 0.490503 0.490503 0.490503 +5228.376953 0.000000 724.080200 0.000000 0.740124 0.000000 -0.672470 0.483270 0.483270 0.483270 +5235.402344 0.000000 731.779724 0.000000 0.802169 0.000000 -0.597097 0.440568 0.440568 0.440568 +5202.190430 0.000000 687.334656 0.000000 0.607950 0.000000 -0.793975 0.412687 0.412687 0.412687 +5239.062500 0.000000 728.829956 0.000000 0.903764 0.000000 -0.428032 0.415257 0.415257 0.415257 +5212.431641 0.000000 685.320374 0.000000 0.605689 0.000000 -0.795701 0.480397 0.480397 0.480397 +5219.666992 0.000000 714.298706 0.000000 0.639402 0.000000 -0.768873 0.425714 0.425714 0.425714 +5236.463867 0.000000 692.894348 0.000000 0.805283 0.000000 -0.592890 0.454778 0.454778 0.454778 +5243.100586 0.000000 687.905212 0.000000 0.695068 0.000000 -0.718944 0.490681 0.490681 0.490681 +5198.979980 0.000000 702.652649 0.000000 0.657454 0.000000 -0.753494 0.470888 0.470888 0.470888 +5205.235840 0.000000 697.673584 0.000000 0.797637 0.000000 -0.603138 0.448860 0.448860 0.448860 +5207.068359 0.000000 682.323669 0.000000 0.612347 0.000000 -0.790589 0.553438 0.553438 0.553438 +5207.408203 0.000000 689.650696 0.000000 0.678575 0.000000 -0.734532 0.516029 0.516029 0.516029 +5233.519043 0.000000 740.626526 0.000000 0.598436 0.000000 -0.801170 0.412435 0.412435 0.412435 +5214.961914 0.000000 735.258179 0.000000 0.728645 0.000000 -0.684891 0.500102 0.500102 0.500102 +5279.453613 0.000000 694.542603 0.000000 0.842662 0.000000 -0.538442 0.504617 0.504617 0.504617 +5288.763184 0.000000 692.934692 0.000000 0.901430 0.000000 -0.432924 0.406081 0.406081 0.406081 +5267.771973 0.000000 700.437927 0.000000 0.762711 0.000000 -0.646739 0.476468 0.476468 0.476468 +5282.015137 0.000000 698.308044 0.000000 0.844227 0.000000 -0.535985 0.492317 0.492317 0.492317 +5263.831543 0.000000 681.984375 0.000000 0.827972 0.000000 -0.560770 0.470430 0.470430 0.470430 +5271.293457 0.000000 701.377258 0.000000 0.895972 0.000000 -0.444110 0.595866 0.595866 0.595866 +5294.042969 0.000000 683.667175 0.000000 0.933327 0.000000 -0.359027 0.416170 0.416170 0.416170 +5249.451660 0.000000 687.204956 0.000000 0.908002 0.000000 -0.418965 0.705134 0.705134 0.705134 +5258.564941 0.000000 680.361450 0.000000 0.938913 0.000000 -0.344156 0.435979 0.435979 0.435979 +5259.616211 0.000000 707.153625 0.000000 0.917969 0.000000 -0.396652 0.505410 0.505410 0.505410 +5286.824707 0.000000 683.050415 0.000000 0.878617 0.000000 -0.477526 0.462610 0.462610 0.462610 6002.318359 0.000000 2146.612061 0.000000 0.948073 0.000000 -0.318051 0.449555 0.449555 0.449555 6000.746582 0.000000 2149.643799 0.000000 0.591838 0.000000 -0.806057 0.570870 0.570870 0.570870 6356.569336 0.000000 2151.792725 0.000000 0.689213 0.000000 -0.724558 0.736114 0.736114 0.736114 @@ -1065,7 +3891,7 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_fir_005_mesh" - count=280 + count=1023 transform="1274.305298 0.000000 2529.293945 0.000000 0.145244 0.000000 -0.989396 0.429550 0.429550 0.429550 1274.544556 0.000000 2582.219971 0.000000 0.280120 0.000000 -0.959965 0.696990 0.696990 0.696990 1271.637939 0.000000 2557.540283 0.000000 0.301910 0.000000 -0.953337 0.750368 0.750368 0.750368 @@ -1345,5 +4171,748 @@ object={ 2165.566895 0.000000 2836.680908 0.000000 0.488467 0.000000 -0.872582 0.508218 0.508218 0.508218 2210.900879 0.000000 2824.283447 0.000000 0.584268 0.000000 -0.811561 0.445449 0.445449 0.445449 2186.565186 0.000000 2826.767578 0.000000 0.041287 0.000000 -0.999147 0.452562 0.452562 0.452562 +4265.385742 0.000000 89.402504 0.000000 0.371532 0.000000 -0.928420 0.415569 0.415569 0.415569 +4285.248047 0.000000 102.486435 0.000000 0.260729 0.000000 -0.965412 0.476732 0.476732 0.476732 +4274.584961 0.000000 84.378632 0.000000 0.545576 0.000000 -0.838061 0.413694 0.413694 0.413694 +4269.434082 0.000000 86.213654 0.000000 0.333394 0.000000 -0.942788 0.416901 0.416901 0.416901 +4286.419434 0.000000 98.631683 0.000000 0.242487 0.000000 -0.970155 0.418073 0.418073 0.418073 +4285.611816 0.000000 95.244049 0.000000 0.025527 0.000000 -0.999674 0.429151 0.429151 0.429151 +4283.000977 0.000000 94.285431 0.000000 0.011230 0.000000 -0.999937 0.463830 0.463830 0.463830 +4285.512207 0.000000 112.994926 0.000000 0.158977 0.000000 -0.987282 0.419235 0.419235 0.419235 +4314.979980 0.000000 154.801559 0.000000 0.586959 0.000000 -0.809617 0.413097 0.413097 0.413097 +4335.722656 0.000000 157.288422 0.000000 0.552269 0.000000 -0.833666 0.413584 0.413584 0.413584 +4303.272949 0.000000 134.887299 0.000000 0.168358 0.000000 -0.985726 0.419246 0.419246 0.419246 +4290.500488 0.000000 132.712814 0.000000 0.289790 0.000000 -0.957090 0.417022 0.417022 0.417022 +4343.107910 0.000000 158.170059 0.000000 0.100026 0.000000 -0.994985 0.434491 0.434491 0.434491 +4309.208496 0.000000 152.847992 0.000000 0.180048 0.000000 -0.983658 0.419360 0.419360 0.419360 +4300.552734 0.000000 139.162796 0.000000 0.396436 0.000000 -0.918062 0.421539 0.421539 0.421539 +4342.864258 0.000000 167.967377 0.000000 0.341242 0.000000 -0.939976 0.416970 0.416970 0.416970 +4293.119141 0.000000 129.402954 0.000000 0.120286 0.000000 -0.992739 0.434189 0.434189 0.434189 +4294.424805 0.000000 133.328918 0.000000 0.410054 0.000000 -0.912061 0.415652 0.415652 0.415652 +4335.868652 0.000000 161.379700 0.000000 0.154953 0.000000 -0.987922 0.433672 0.433672 0.433672 +4326.346680 0.000000 167.226440 0.000000 0.072789 0.000000 -0.997347 0.420867 0.420867 0.420867 +4326.230957 0.000000 207.982162 0.000000 0.479200 0.000000 -0.877706 0.414118 0.414118 0.414118 +4328.832520 0.000000 172.954285 0.000000 0.076159 0.000000 -0.997096 0.420820 0.420820 0.420820 +4321.210449 0.000000 214.326447 0.000000 0.414431 0.000000 -0.910081 0.415359 0.415359 0.415359 +4342.816895 0.000000 170.703903 0.000000 0.223940 0.000000 -0.974603 0.418669 0.418669 0.418669 +4324.276367 0.000000 202.699875 0.000000 0.062430 0.000000 -0.998049 0.428618 0.428618 0.428618 +4319.334473 0.000000 210.438538 0.000000 0.108302 0.000000 -0.994118 0.430091 0.430091 0.430091 +4346.385254 0.000000 172.045181 0.000000 0.370729 0.000000 -0.928741 0.416532 0.416532 0.416532 +4306.190430 0.000000 178.975296 0.000000 0.580552 0.000000 -0.814224 0.426813 0.426813 0.426813 +4316.431641 0.000000 176.960968 0.000000 0.434159 0.000000 -0.900836 0.429331 0.429331 0.429331 +4317.422852 0.000000 208.004959 0.000000 0.539093 0.000000 -0.842246 0.427553 0.427553 0.427553 +4326.469727 0.000000 196.047165 0.000000 0.286068 0.000000 -0.958209 0.444394 0.444394 0.444394 +4525.516602 0.000000 71.217682 0.000000 0.282018 0.000000 -0.959409 0.416552 0.416552 0.416552 +4507.131348 0.000000 72.605530 0.000000 0.031178 0.000000 -0.999514 0.421217 0.421217 0.421217 +4595.456055 0.000000 106.772629 0.000000 0.477763 0.000000 -0.878489 0.414301 0.414301 0.414301 +4577.210449 0.000000 101.357697 0.000000 0.375434 0.000000 -0.926849 0.416284 0.416284 0.416284 +4605.658691 0.000000 91.800125 0.000000 0.063578 0.000000 -0.997977 0.420093 0.420093 0.420093 +4558.220703 0.000000 73.565277 0.000000 0.172116 0.000000 -0.985077 0.419054 0.419054 0.419054 +4363.929688 0.000000 181.458984 0.000000 0.377177 0.000000 -0.926141 0.416258 0.416258 0.416258 +4495.130859 0.000000 152.340530 0.000000 0.149112 0.000000 -0.988820 0.418449 0.418449 0.418449 +4521.385742 0.000000 145.886871 0.000000 0.471160 0.000000 -0.882048 0.434997 0.434997 0.434997 +4520.763184 0.000000 128.090927 0.000000 0.373727 0.000000 -0.927539 0.416428 0.416428 0.416428 +4509.237305 0.000000 146.490967 0.000000 0.320662 0.000000 -0.947194 0.465020 0.465020 0.465020 +4513.947754 0.000000 162.442261 0.000000 0.357882 0.000000 -0.933767 0.438995 0.438995 0.438995 +4521.204590 0.000000 149.530090 0.000000 0.204786 0.000000 -0.978807 0.447827 0.447827 0.447827 +4521.656250 0.000000 153.078506 0.000000 0.409663 0.000000 -0.912237 0.429731 0.429731 0.429731 +4505.681152 0.000000 146.746216 0.000000 0.209984 0.000000 -0.977705 0.428593 0.428593 0.428593 +4512.449219 0.000000 138.964050 0.000000 0.195641 0.000000 -0.980676 0.452240 0.452240 0.452240 +4501.934570 0.000000 167.780731 0.000000 0.514804 0.000000 -0.857308 0.467705 0.467705 0.467705 +4564.089355 0.000000 157.785675 0.000000 0.146937 0.000000 -0.989146 0.419828 0.419828 0.419828 +4545.017578 0.000000 139.661804 0.000000 0.243154 0.000000 -0.969988 0.417468 0.417468 0.417468 +4563.007324 0.000000 131.047104 0.000000 0.371563 0.000000 -0.928408 0.416460 0.416460 0.416460 +4561.360840 0.000000 159.129120 0.000000 0.473798 0.000000 -0.880634 0.434952 0.434952 0.434952 +4489.400879 0.000000 185.572250 0.000000 0.299434 0.000000 -0.954117 0.416634 0.416634 0.416634 +4532.365234 0.000000 208.719376 0.000000 0.562736 0.000000 -0.826636 0.420899 0.420899 0.420899 +4494.873047 0.000000 177.500198 0.000000 0.205338 0.000000 -0.978691 0.458485 0.458485 0.458485 +4503.491699 0.000000 170.084641 0.000000 0.207012 0.000000 -0.978338 0.441401 0.441401 0.441401 +4522.009766 0.000000 224.389771 0.000000 0.130658 0.000000 -0.991428 0.420129 0.420129 0.420129 +4491.786133 0.000000 174.506042 0.000000 0.412139 0.000000 -0.911121 0.467588 0.467588 0.467588 +4491.486816 0.000000 178.012756 0.000000 0.180263 0.000000 -0.983618 0.446084 0.446084 0.446084 +4497.664551 0.000000 176.109146 0.000000 0.480017 0.000000 -0.877259 0.434844 0.434844 0.434844 +4490.564941 0.000000 172.002045 0.000000 0.571828 0.000000 -0.820374 0.460278 0.460278 0.460278 +4495.671387 0.000000 170.982224 0.000000 0.404667 0.000000 -0.914464 0.501583 0.501583 0.501583 +4318.236816 0.000000 334.951752 0.000000 0.392543 0.000000 -0.919734 0.482759 0.482759 0.482759 +4329.260742 0.000000 326.644073 0.000000 0.262120 0.000000 -0.965035 0.457534 0.457534 0.457534 +4336.647949 0.000000 322.897614 0.000000 0.100650 0.000000 -0.994922 0.420404 0.420404 0.420404 +4332.412598 0.000000 324.695587 0.000000 0.233683 0.000000 -0.972313 0.458012 0.458012 0.458012 +4339.634277 0.000000 325.149750 0.000000 0.314069 0.000000 -0.949400 0.456650 0.456650 0.456650 +4326.346680 0.000000 336.679565 0.000000 0.278187 0.000000 -0.960527 0.476415 0.476415 0.476415 +4336.205566 0.000000 395.364990 0.000000 0.169572 0.000000 -0.985518 0.461217 0.461217 0.461217 +4342.816895 0.000000 340.157043 0.000000 0.564136 0.000000 -0.825682 0.418797 0.418797 0.418797 +4349.248047 0.000000 384.908295 0.000000 0.465404 0.000000 -0.885098 0.453970 0.453970 0.453970 +4320.426758 0.000000 351.344055 0.000000 0.449156 0.000000 -0.893453 0.471099 0.471099 0.471099 +4350.419434 0.000000 381.053558 0.000000 0.379780 0.000000 -0.925077 0.417595 0.417595 0.417595 +4320.618164 0.000000 342.271851 0.000000 0.413048 0.000000 -0.910709 0.683569 0.683569 0.683569 +4330.673340 0.000000 339.050171 0.000000 0.198892 0.000000 -0.980021 0.445790 0.445790 0.445790 +4318.961914 0.000000 339.867554 0.000000 0.371728 0.000000 -0.928342 0.717731 0.717731 0.717731 +4313.706543 0.000000 352.545593 0.000000 0.573716 0.000000 -0.819055 0.497849 0.497849 0.497849 +4318.530273 0.000000 418.850677 0.000000 0.583590 0.000000 -0.812049 0.413012 0.413012 0.413012 +4338.789551 0.000000 407.477936 0.000000 0.503114 0.000000 -0.864220 0.526870 0.526870 0.526870 +4302.875488 0.000000 440.152649 0.000000 0.338556 0.000000 -0.940946 0.420323 0.420323 0.420323 +4338.318359 0.000000 395.596527 0.000000 0.544439 0.000000 -0.838800 0.580740 0.580740 0.580740 +4349.524414 0.000000 412.460327 0.000000 0.006376 0.000000 -0.999980 0.630375 0.630375 0.630375 +4336.746582 0.000000 398.628296 0.000000 0.442103 0.000000 -0.896964 0.667402 0.667402 0.667402 +4348.013184 0.000000 410.255371 0.000000 0.215541 0.000000 -0.976495 0.633306 0.633306 0.633306 +4477.658691 0.000000 261.253235 0.000000 0.120818 0.000000 -0.992675 0.419978 0.419978 0.419978 +4461.311035 0.000000 260.287384 0.000000 0.028857 0.000000 -0.999584 0.421095 0.421095 0.421095 +4470.381836 0.000000 255.265106 0.000000 0.019128 0.000000 -0.999817 0.421306 0.421306 0.421306 +4500.968750 0.000000 278.062592 0.000000 0.107212 0.000000 -0.994236 0.425834 0.425834 0.425834 +4508.793945 0.000000 228.779282 0.000000 0.115278 0.000000 -0.993333 0.420273 0.420273 0.420273 +4527.722656 0.000000 270.257172 0.000000 0.335979 0.000000 -0.941869 0.416986 0.416986 0.416986 +4529.272949 0.000000 259.562439 0.000000 0.050449 0.000000 -0.998727 0.424506 0.424506 0.424506 +4489.400879 0.000000 242.056625 0.000000 0.375398 0.000000 -0.926864 0.415929 0.415929 0.415929 +4494.953125 0.000000 279.909210 0.000000 0.034533 0.000000 -0.999404 0.420634 0.420634 0.420634 +4489.641113 0.000000 279.125366 0.000000 0.473089 0.000000 -0.881015 0.414802 0.414802 0.414802 +4507.131348 0.000000 242.058655 0.000000 0.036306 0.000000 -0.999341 0.421223 0.421223 0.421223 +4533.013672 0.000000 260.583832 0.000000 0.117845 0.000000 -0.993032 0.474970 0.474970 0.474970 +4501.502930 0.000000 274.256714 0.000000 0.445155 0.000000 -0.895454 0.415345 0.415345 0.415345 +4498.579102 0.000000 281.126404 0.000000 0.432681 0.000000 -0.901547 0.415649 0.415649 0.415649 +4531.759277 0.000000 257.302338 0.000000 0.385971 0.000000 -0.922511 0.417500 0.417500 0.417500 +4535.638184 0.000000 298.165344 0.000000 0.483228 0.000000 -0.875495 0.414750 0.414750 0.414750 +4517.432617 0.000000 293.448914 0.000000 0.014760 0.000000 -0.999891 0.421599 0.421599 0.421599 +4514.900879 0.000000 282.486603 0.000000 0.467470 0.000000 -0.884009 0.422503 0.422503 0.422503 +4516.045898 0.000000 287.696777 0.000000 0.270783 0.000000 -0.962641 0.425564 0.425564 0.425564 +4367.130859 0.000000 378.278046 0.000000 0.485290 0.000000 -0.874353 0.453602 0.453602 0.453602 +4367.272949 0.000000 360.824799 0.000000 0.567394 0.000000 -0.823446 0.441612 0.441612 0.441612 +4359.979980 0.000000 381.041534 0.000000 0.583632 0.000000 -0.812018 0.412396 0.412396 0.412396 +4378.074219 0.000000 369.422668 0.000000 0.108821 0.000000 -0.994061 0.419269 0.419269 0.419269 +4397.375000 0.000000 363.827911 0.000000 0.067036 0.000000 -0.997751 0.420647 0.420647 0.420647 +4369.939453 0.000000 380.701843 0.000000 0.475012 0.000000 -0.879979 0.415041 0.415041 0.415041 +4394.288574 0.000000 362.054047 0.000000 0.346460 0.000000 -0.938065 0.456091 0.456091 0.456091 +4363.406250 0.000000 371.977051 0.000000 0.100691 0.000000 -0.994918 0.432341 0.432341 0.432341 +4393.676758 0.000000 356.973236 0.000000 0.500144 0.000000 -0.865942 0.453324 0.453324 0.453324 +4361.604492 0.000000 366.360657 0.000000 0.248946 0.000000 -0.968517 0.457755 0.457755 0.457755 +4436.968750 0.000000 391.031342 0.000000 0.228153 0.000000 -0.973625 0.418073 0.418073 0.418073 +4353.451172 0.000000 407.566254 0.000000 0.358476 0.000000 -0.933539 0.596722 0.596722 0.596722 +4402.584961 0.000000 423.284882 0.000000 0.098224 0.000000 -0.995164 0.460250 0.460250 0.460250 +4352.098633 0.000000 402.339600 0.000000 0.403014 0.000000 -0.915194 0.416104 0.416104 0.416104 +4407.062500 0.000000 446.408112 0.000000 0.543611 0.000000 -0.839337 0.431639 0.431639 0.431639 +4461.516602 0.000000 410.123932 0.000000 0.545846 0.000000 -0.837885 0.413343 0.413343 0.413343 +4465.519043 0.000000 401.720245 0.000000 0.372915 0.000000 -0.927866 0.415728 0.415728 0.415728 +4434.283691 0.000000 396.523315 0.000000 0.302239 0.000000 -0.953232 0.452610 0.452610 0.452610 +4478.419434 0.000000 437.537933 0.000000 0.336988 0.000000 -0.941509 0.422454 0.422454 0.422454 +4612.458496 0.000000 167.434723 0.000000 0.442388 0.000000 -0.896824 0.414554 0.414554 0.414554 +4615.671387 0.000000 194.309677 0.000000 0.105278 0.000000 -0.994443 0.418877 0.418877 0.418877 +4673.318848 0.000000 208.341522 0.000000 0.382416 0.000000 -0.923990 0.415121 0.415121 0.415121 +4794.544434 0.000000 209.876221 0.000000 0.159332 0.000000 -0.987225 0.418315 0.418315 0.418315 +4792.065918 0.000000 194.815704 0.000000 0.293258 0.000000 -0.956033 0.440039 0.440039 0.440039 +4784.541992 0.000000 192.038391 0.000000 0.498729 0.000000 -0.866758 0.414661 0.414661 0.414661 +4777.260742 0.000000 213.675308 0.000000 0.042577 0.000000 -0.999093 0.420755 0.420755 0.420755 +4771.765137 0.000000 195.300369 0.000000 0.000982 0.000000 -1.000000 0.423060 0.423060 0.423060 +4799.586426 0.000000 222.887695 0.000000 0.270944 0.000000 -0.962595 0.417672 0.417672 0.417672 +4794.511719 0.000000 189.963104 0.000000 0.038636 0.000000 -0.999253 0.456912 0.456912 0.456912 +4786.842773 0.000000 187.323074 0.000000 0.371052 0.000000 -0.928612 0.421933 0.421933 0.421933 +4778.009766 0.000000 224.389771 0.000000 0.028177 0.000000 -0.999603 0.429113 0.429113 0.429113 +4781.434082 0.000000 199.182404 0.000000 0.439236 0.000000 -0.898372 0.414879 0.414879 0.414879 +4789.994141 0.000000 190.739273 0.000000 0.327660 0.000000 -0.944796 0.441601 0.441601 0.441601 +4798.419434 0.000000 211.600433 0.000000 0.120841 0.000000 -0.992672 0.420122 0.420122 0.420122 +4781.375000 0.000000 194.374802 0.000000 0.503538 0.000000 -0.863973 0.414427 0.414427 0.414427 +4783.868652 0.000000 217.864075 0.000000 0.155429 0.000000 -0.987847 0.419567 0.419567 0.419567 +4794.385254 0.000000 172.045181 0.000000 0.460052 0.000000 -0.887892 0.424717 0.424717 0.424717 +4774.346680 0.000000 223.710815 0.000000 0.200121 0.000000 -0.979771 0.419144 0.419144 0.419144 +4788.014648 0.000000 178.296417 0.000000 0.088344 0.000000 -0.996090 0.428244 0.428244 0.428244 +4778.288574 0.000000 192.600922 0.000000 0.357204 0.000000 -0.934026 0.422145 0.422145 0.422145 +4787.759277 0.000000 200.817978 0.000000 0.256997 0.000000 -0.966412 0.421535 0.421535 0.421535 +4796.013184 0.000000 184.317871 0.000000 0.120780 0.000000 -0.992679 0.447019 0.447019 0.447019 +4801.451172 0.000000 181.628754 0.000000 0.258304 0.000000 -0.966064 0.417131 0.417131 0.417131 +4847.722656 0.000000 213.772797 0.000000 0.290017 0.000000 -0.957022 0.417592 0.417592 0.417592 +4804.032715 0.000000 201.064728 0.000000 0.442550 0.000000 -0.896744 0.414774 0.414774 0.414774 +4844.662598 0.000000 220.033325 0.000000 0.219503 0.000000 -0.975612 0.422082 0.422082 0.422082 +4800.163086 0.000000 204.199677 0.000000 0.347274 0.000000 -0.937764 0.420191 0.420191 0.420191 +4800.156738 0.000000 224.353317 0.000000 0.427439 0.000000 -0.904044 0.425246 0.425246 0.425246 +4847.868652 0.000000 217.864075 0.000000 0.504157 0.000000 -0.863612 0.414573 0.414573 0.414573 +4836.620605 0.000000 216.161621 0.000000 0.084064 0.000000 -0.996460 0.421890 0.421890 0.421890 +4834.735840 0.000000 209.106171 0.000000 0.078905 0.000000 -0.996882 0.420484 0.420484 0.420484 +4818.579102 0.000000 224.642029 0.000000 0.135360 0.000000 -0.990796 0.419991 0.419991 0.419991 +4800.894531 0.000000 199.753235 0.000000 0.327698 0.000000 -0.944783 0.426814 0.426814 0.426814 +4841.064941 0.000000 221.158707 0.000000 0.540637 0.000000 -0.841256 0.417120 0.417120 0.417120 +4879.130859 0.000000 208.824905 0.000000 0.388572 0.000000 -0.921418 0.416381 0.416381 0.416381 +4882.127930 0.000000 182.729187 0.000000 0.512691 0.000000 -0.858573 0.413301 0.413301 0.413301 +4866.500488 0.000000 189.197189 0.000000 0.207802 0.000000 -0.978171 0.418694 0.418694 0.418694 +4894.530273 0.000000 192.913193 0.000000 0.084768 0.000000 -0.996401 0.420107 0.420107 0.420107 +4896.032227 0.000000 206.391006 0.000000 0.478729 0.000000 -0.877963 0.414125 0.414125 0.414125 +4890.364746 0.000000 195.014435 0.000000 0.473413 0.000000 -0.880840 0.415066 0.415066 0.415066 +4684.978516 0.000000 226.673477 0.000000 0.505327 0.000000 -0.862928 0.413359 0.413359 0.413359 +4671.586426 0.000000 335.856445 0.000000 0.496234 0.000000 -0.868189 0.414124 0.414124 0.414124 +4698.979980 0.000000 324.254700 0.000000 0.201994 0.000000 -0.979387 0.418025 0.418025 0.418025 +4709.982422 0.000000 332.683685 0.000000 0.267239 0.000000 -0.963630 0.416945 0.416945 0.416945 +4686.007324 0.000000 313.312103 0.000000 0.259529 0.000000 -0.965735 0.417572 0.417572 0.417572 +4697.621582 0.000000 330.296753 0.000000 0.478569 0.000000 -0.878050 0.428593 0.428593 0.428593 +4686.953125 0.000000 336.393585 0.000000 0.531015 0.000000 -0.847362 0.467378 0.467378 0.467378 +4706.932617 0.000000 336.498779 0.000000 0.453460 0.000000 -0.891277 0.415271 0.415271 0.415271 +4680.908691 0.000000 328.321899 0.000000 0.581859 0.000000 -0.813290 0.420562 0.420562 0.420562 +4797.512207 0.000000 225.963684 0.000000 0.278928 0.000000 -0.960312 0.417623 0.417623 0.417623 +4781.943359 0.000000 228.292419 0.000000 0.344357 0.000000 -0.938839 0.416315 0.416315 0.416315 +4845.516602 0.000000 240.670807 0.000000 0.303159 0.000000 -0.952940 0.416835 0.416835 0.416835 +4818.127930 0.000000 239.213562 0.000000 0.574572 0.000000 -0.818454 0.420691 0.420691 0.420691 +4802.396484 0.000000 227.799652 0.000000 0.117204 0.000000 -0.993108 0.420246 0.420246 0.420246 +4863.958008 0.000000 246.836502 0.000000 0.381746 0.000000 -0.924267 0.415543 0.415543 0.415543 +4820.569336 0.000000 231.323959 0.000000 0.537036 0.000000 -0.843560 0.413985 0.413985 0.413985 +4848.541992 0.000000 248.522766 0.000000 0.301674 0.000000 -0.953411 0.417487 0.417487 0.417487 +4823.890625 0.000000 244.995193 0.000000 0.236893 0.000000 -0.971536 0.417487 0.417487 0.417487 +4826.122559 0.000000 236.745880 0.000000 0.218217 0.000000 -0.975900 0.418481 0.418481 0.418481 +4823.491699 0.000000 226.569016 0.000000 0.286603 0.000000 -0.958050 0.417513 0.417513 0.417513 +4800.098633 0.000000 232.886475 0.000000 0.418145 0.000000 -0.908380 0.415588 0.415588 0.415588 +4858.511719 0.000000 246.447479 0.000000 0.448891 0.000000 -0.893587 0.414625 0.414625 0.414625 +4840.763184 0.000000 241.059677 0.000000 0.265366 0.000000 -0.964148 0.417426 0.417426 0.417426 +4853.994141 0.000000 247.223648 0.000000 0.499007 0.000000 -0.866598 0.414447 0.414447 0.414447 +4821.668945 0.000000 235.726395 0.000000 0.018686 0.000000 -0.999825 0.427103 0.427103 0.427103 +4832.426758 0.000000 238.375305 0.000000 0.583996 0.000000 -0.811756 0.414302 0.414302 0.414302 +4829.020508 0.000000 238.767883 0.000000 0.349578 0.000000 -0.936907 0.426476 0.426476 0.426476 +4737.451172 0.000000 294.597504 0.000000 0.532679 0.000000 -0.846318 0.412999 0.412999 0.412999 +4787.213867 0.000000 328.679077 0.000000 0.349187 0.000000 -0.937053 0.416610 0.416610 0.416610 +4797.507812 0.000000 332.198669 0.000000 0.401166 0.000000 -0.916005 0.416016 0.416016 0.416016 +4797.611816 0.000000 321.181549 0.000000 0.174544 0.000000 -0.984649 0.482565 0.482565 0.482565 +4820.968750 0.000000 334.546967 0.000000 0.038018 0.000000 -0.999277 0.424682 0.424682 0.424682 +4818.579102 0.000000 337.610779 0.000000 0.050159 0.000000 -0.998741 0.421107 0.421107 0.421107 +4669.512207 0.000000 338.932434 0.000000 0.079419 0.000000 -0.996841 0.419732 0.419732 0.419732 +4719.722656 0.000000 383.225922 0.000000 0.290337 0.000000 -0.956924 0.416504 0.416504 0.416504 +4735.487305 0.000000 369.133972 0.000000 0.184136 0.000000 -0.982901 0.417919 0.417919 0.417919 +4709.432617 0.000000 349.933289 0.000000 0.282339 0.000000 -0.959315 0.497675 0.497675 0.497675 +4728.550781 0.000000 371.765411 0.000000 0.063974 0.000000 -0.997952 0.420915 0.420915 0.420915 +4723.456055 0.000000 389.194519 0.000000 0.037521 0.000000 -0.999296 0.421283 0.421283 0.421283 +4686.873047 0.000000 346.953308 0.000000 0.342452 0.000000 -0.939535 0.420264 0.420264 0.420264 +4703.826172 0.000000 347.028625 0.000000 0.307401 0.000000 -0.951580 0.488655 0.488655 0.488655 +4716.062988 0.000000 347.895386 0.000000 0.247029 0.000000 -0.969008 0.418207 0.418207 0.418207 +4708.045898 0.000000 344.181152 0.000000 0.426292 0.000000 -0.904586 0.499010 0.499010 0.499010 +4684.552734 0.000000 365.100311 0.000000 0.446390 0.000000 -0.894839 0.415270 0.415270 0.415270 +4683.929688 0.000000 350.912109 0.000000 0.081982 0.000000 -0.996634 0.420665 0.420665 0.420665 +4694.937012 0.000000 353.333618 0.000000 0.182786 0.000000 -0.983153 0.419114 0.419114 0.419114 +4693.668945 0.000000 348.695129 0.000000 0.365832 0.000000 -0.930681 0.416366 0.416366 0.416366 +4683.786133 0.000000 343.959167 0.000000 0.377387 0.000000 -0.926055 0.451328 0.451328 0.451328 +4676.047852 0.000000 347.256317 0.000000 0.460490 0.000000 -0.887665 0.414943 0.414943 0.414943 +4712.015625 0.000000 346.534851 0.000000 0.245919 0.000000 -0.969290 0.470595 0.470595 0.470595 +4705.947754 0.000000 388.379761 0.000000 0.291670 0.000000 -0.956519 0.488956 0.488956 0.488956 +4723.213867 0.000000 385.163452 0.000000 0.399785 0.000000 -0.916609 0.415979 0.415979 0.415979 +4677.464844 0.000000 343.688202 0.000000 0.468045 0.000000 -0.883705 0.437145 0.437145 0.437145 +4702.953613 0.000000 395.158783 0.000000 0.549089 0.000000 -0.835764 0.502617 0.502617 0.502617 +4690.190430 0.000000 348.428406 0.000000 0.233596 0.000000 -0.972334 0.418531 0.418531 0.418531 +4701.392090 0.000000 383.579712 0.000000 0.550730 0.000000 -0.834683 0.435676 0.435676 0.435676 +4730.305176 0.000000 382.887695 0.000000 0.392087 0.000000 -0.919928 0.416211 0.416211 0.416211 +4727.062500 0.000000 389.923737 0.000000 0.139669 0.000000 -0.990198 0.419859 0.419859 0.419859 +4701.020508 0.000000 351.736633 0.000000 0.121141 0.000000 -0.992635 0.489985 0.489985 0.489985 +4717.386719 0.000000 393.613251 0.000000 0.280967 0.000000 -0.959717 0.433879 0.433879 0.433879 +4687.197266 0.000000 350.539032 0.000000 0.278406 0.000000 -0.960463 0.419105 0.419105 0.419105 +4674.356934 0.000000 343.804443 0.000000 0.387116 0.000000 -0.922031 0.427991 0.427991 0.427991 +4702.961914 0.000000 339.867554 0.000000 0.562111 0.000000 -0.827062 0.429225 0.429225 0.429225 +4705.062500 0.000000 390.980164 0.000000 0.271984 0.000000 -0.962302 0.495740 0.495740 0.495740 +4710.824707 0.000000 344.144165 0.000000 0.183053 0.000000 -0.983103 0.490998 0.490998 0.490998 +4690.127930 0.000000 408.666687 0.000000 0.509214 0.000000 -0.860640 0.436424 0.436424 0.436424 +4721.519043 0.000000 401.720245 0.000000 0.336524 0.000000 -0.941675 0.456263 0.456263 0.456263 +4735.958008 0.000000 416.289612 0.000000 0.517855 0.000000 -0.855469 0.413428 0.413428 0.413428 +4716.062988 0.000000 404.379761 0.000000 0.234663 0.000000 -0.972077 0.451605 0.451605 0.451605 +4722.789551 0.000000 407.477936 0.000000 0.048056 0.000000 -0.998845 0.448152 0.448152 0.448152 +4695.491699 0.000000 396.022156 0.000000 0.340854 0.000000 -0.940116 0.430829 0.430829 0.430829 +4708.045898 0.000000 400.665527 0.000000 0.032122 0.000000 -0.999484 0.448400 0.448400 0.448400 +4727.531250 0.000000 405.994293 0.000000 0.397697 0.000000 -0.917517 0.432027 0.432027 0.432027 +4686.220703 0.000000 412.471527 0.000000 0.301277 0.000000 -0.953537 0.417493 0.417493 0.417493 +4712.763184 0.000000 410.512817 0.000000 0.129532 0.000000 -0.991575 0.419281 0.419281 0.419281 +4693.668945 0.000000 405.179504 0.000000 0.074951 0.000000 -0.997187 0.464936 0.464936 0.464936 +4723.863281 0.000000 419.763367 0.000000 0.351330 0.000000 -0.936252 0.422235 0.422235 0.422235 +4690.190430 0.000000 404.912781 0.000000 0.586446 0.000000 -0.809988 0.455812 0.455812 0.455812 +4718.042969 0.000000 401.245300 0.000000 0.312273 0.000000 -0.949992 0.460924 0.460924 0.460924 +4701.020508 0.000000 408.221008 0.000000 0.477527 0.000000 -0.878617 0.414947 0.414947 0.414947 +4698.987305 0.000000 395.479431 0.000000 0.496789 0.000000 -0.867871 0.495388 0.495388 0.495388 +4731.100586 0.000000 405.483368 0.000000 0.566281 0.000000 -0.824212 0.435389 0.435389 0.435389 +4720.746582 0.000000 398.628296 0.000000 0.243226 0.000000 -0.969970 0.445084 0.445084 0.445084 +4684.112305 0.000000 410.297394 0.000000 0.013055 0.000000 -0.999915 0.461640 0.461640 0.461640 +4692.832520 0.000000 407.970276 0.000000 0.199638 0.000000 -0.979870 0.450042 0.450042 0.450042 +4728.639160 0.000000 400.362946 0.000000 0.551044 0.000000 -0.834476 0.448176 0.448176 0.448176 +4695.068359 0.000000 399.901764 0.000000 0.566541 0.000000 -0.824034 0.443711 0.443711 0.443711 +4710.824707 0.000000 400.628540 0.000000 0.141305 0.000000 -0.989966 0.450976 0.450976 0.450976 +4750.007324 0.000000 369.796478 0.000000 0.263740 0.000000 -0.964594 0.416927 0.416927 0.416927 +4736.254883 0.000000 386.047119 0.000000 0.291829 0.000000 -0.956471 0.417693 0.417693 0.417693 +4745.641113 0.000000 392.094116 0.000000 0.330834 0.000000 -0.943689 0.416939 0.416939 0.416939 +4757.208496 0.000000 378.785492 0.000000 0.051600 0.000000 -0.998668 0.420405 0.420405 0.420405 +4736.156738 0.000000 393.806427 0.000000 0.343136 0.000000 -0.939286 0.416942 0.416942 0.416942 +4820.569336 0.000000 344.292694 0.000000 0.389802 0.000000 -0.920899 0.440575 0.440575 0.440575 +4814.873047 0.000000 346.953308 0.000000 0.159479 0.000000 -0.987201 0.418524 0.418524 0.418524 +4814.220703 0.000000 355.987152 0.000000 0.265531 0.000000 -0.964102 0.425643 0.425643 0.425643 +4820.994629 0.000000 341.458954 0.000000 0.082499 0.000000 -0.996591 0.436893 0.436893 0.436893 +4780.662598 0.000000 445.970825 0.000000 0.201706 0.000000 -0.979446 0.420217 0.420217 0.420217 +4741.119141 0.000000 411.824829 0.000000 0.172481 0.000000 -0.985013 0.418979 0.418979 0.418979 +4739.820801 0.000000 409.196014 0.000000 0.134525 0.000000 -0.990910 0.438250 0.438250 0.438250 +4811.929688 0.000000 407.396484 0.000000 0.202383 0.000000 -0.979306 0.418497 0.418497 0.418497 +4805.119141 0.000000 411.824829 0.000000 0.252119 0.000000 -0.967696 0.419489 0.419489 0.419489 +4800.514160 0.000000 411.471466 0.000000 0.523645 0.000000 -0.851937 0.414256 0.414256 0.414256 +4800.156738 0.000000 450.290802 0.000000 0.268755 0.000000 -0.963209 0.419247 0.419247 0.419247 +4865.451172 0.000000 238.113129 0.000000 0.448805 0.000000 -0.893630 0.414129 0.414129 0.414129 +4884.569336 0.000000 231.323959 0.000000 0.169095 0.000000 -0.985600 0.418606 0.418606 0.418606 +4901.432617 0.000000 236.964554 0.000000 0.046712 0.000000 -0.998908 0.421231 0.421231 0.421231 +4914.318359 0.000000 226.143387 0.000000 0.239504 0.000000 -0.970895 0.426031 0.426031 0.426031 +4904.974609 0.000000 237.459061 0.000000 0.512990 0.000000 -0.858395 0.414430 0.414430 0.414430 +4890.987305 0.000000 226.026306 0.000000 0.391464 0.000000 -0.920193 0.416337 0.416337 0.416337 +4976.205566 0.000000 395.364990 0.000000 0.042004 0.000000 -0.999117 0.424626 0.424626 0.424626 +4986.368164 0.000000 390.832214 0.000000 0.528954 0.000000 -0.848650 0.413814 0.413814 0.413814 +4987.981445 0.000000 394.125488 0.000000 0.488926 0.000000 -0.872325 0.470319 0.470319 0.470319 +4989.512207 0.000000 395.416809 0.000000 0.460060 0.000000 -0.887888 0.462473 0.462473 0.462473 +4986.385254 0.000000 397.982666 0.000000 0.386886 0.000000 -0.922128 0.416114 0.416114 0.416114 +4984.473633 0.000000 403.521362 0.000000 0.187979 0.000000 -0.982173 0.448096 0.448096 0.448096 +4996.458496 0.000000 393.372223 0.000000 0.128661 0.000000 -0.991689 0.419437 0.419437 0.419437 +5039.722656 0.000000 383.225922 0.000000 0.345453 0.000000 -0.938436 0.415691 0.415691 0.415691 +5012.089355 0.000000 383.723175 0.000000 0.047072 0.000000 -0.998892 0.519550 0.519550 0.519550 +5006.953125 0.000000 392.877960 0.000000 0.414441 0.000000 -0.910076 0.415929 0.415929 0.415929 +5001.641113 0.000000 392.094116 0.000000 0.439009 0.000000 -0.898483 0.513557 0.513557 0.513557 +5009.256836 0.000000 373.621124 0.000000 0.358046 0.000000 -0.933704 0.416420 0.416420 0.416420 +5043.213867 0.000000 385.163452 0.000000 0.431872 0.000000 -0.901935 0.505242 0.505242 0.505242 +5047.060547 0.000000 380.505981 0.000000 0.365949 0.000000 -0.930635 0.508771 0.508771 0.508771 +5045.860840 0.000000 386.972717 0.000000 0.534340 0.000000 -0.845270 0.448495 0.448495 0.448495 +5115.211426 0.000000 368.524384 0.000000 0.148442 0.000000 -0.988921 0.419878 0.419878 0.419878 +5107.759277 0.000000 370.271088 0.000000 0.405203 0.000000 -0.914227 0.459276 0.459276 0.459276 +5004.978516 0.000000 396.126617 0.000000 0.135082 0.000000 -0.990834 0.419421 0.419421 0.419421 +5029.432617 0.000000 406.417664 0.000000 0.505801 0.000000 -0.862650 0.413508 0.413508 0.413508 +5042.842773 0.000000 413.260559 0.000000 0.534470 0.000000 -0.845188 0.413373 0.413373 0.413373 +5053.212891 0.000000 420.782410 0.000000 0.389318 0.000000 -0.921103 0.449013 0.449013 0.449013 +5036.083496 0.000000 415.451599 0.000000 0.414653 0.000000 -0.909980 0.486554 0.486554 0.486554 +4998.330566 0.000000 407.487427 0.000000 0.449457 0.000000 -0.893302 0.424890 0.424890 0.424890 +5042.318359 0.000000 395.596527 0.000000 0.475666 0.000000 -0.879626 0.441202 0.441202 0.441202 +5045.994141 0.000000 416.676788 0.000000 0.317904 0.000000 -0.948123 0.514047 0.514047 0.514047 +5039.145508 0.000000 413.538452 0.000000 0.535231 0.000000 -0.844706 0.414065 0.414065 0.414065 +5043.759277 0.000000 426.755463 0.000000 0.161461 0.000000 -0.986879 0.431442 0.431442 0.431442 +5039.537109 0.000000 422.519073 0.000000 0.502990 0.000000 -0.864293 0.514211 0.514211 0.514211 +4996.948730 0.000000 395.505676 0.000000 0.241017 0.000000 -0.970521 0.472816 0.472816 0.472816 +5033.676758 0.000000 413.457611 0.000000 0.571269 0.000000 -0.820763 0.449868 0.449868 0.449868 +5000.667480 0.000000 400.169861 0.000000 0.110656 0.000000 -0.993859 0.507456 0.507456 0.507456 +5045.566895 0.000000 407.852844 0.000000 0.528721 0.000000 -0.848796 0.515709 0.515709 0.515709 +5025.491699 0.000000 401.285889 0.000000 0.276579 0.000000 -0.960991 0.504203 0.504203 0.504203 +5030.824707 0.000000 400.628540 0.000000 0.285815 0.000000 -0.958285 0.446519 0.446519 0.446519 +5081.237793 0.000000 401.549530 0.000000 0.344517 0.000000 -0.938780 0.417043 0.417043 0.417043 +5073.260254 0.000000 421.847778 0.000000 0.575592 0.000000 -0.817737 0.508277 0.508277 0.508277 +5114.305176 0.000000 439.372070 0.000000 0.056096 0.000000 -0.998425 0.467404 0.467404 0.467404 +5081.661133 0.000000 398.456848 0.000000 0.448672 0.000000 -0.893696 0.481646 0.481646 0.481646 +5076.094727 0.000000 410.791534 0.000000 0.243062 0.000000 -0.970011 0.468512 0.468512 0.468512 +5086.608887 0.000000 400.930267 0.000000 0.500595 0.000000 -0.865681 0.444942 0.444942 0.444942 +5072.939453 0.000000 411.319305 0.000000 0.570973 0.000000 -0.820969 0.431143 0.431143 0.431143 +5072.186523 0.000000 414.541901 0.000000 0.194146 0.000000 -0.980973 0.525221 0.525221 0.525221 +5077.235840 0.000000 415.251709 0.000000 0.078917 0.000000 -0.996881 0.449819 0.449819 0.449819 +4262.230957 0.000000 490.404053 0.000000 0.453019 0.000000 -0.891501 0.414179 0.414179 0.414179 +4271.722656 0.000000 496.194672 0.000000 0.517987 0.000000 -0.855389 0.461357 0.461357 0.461357 +4275.456055 0.000000 502.163269 0.000000 0.073811 0.000000 -0.997272 0.420853 0.420853 0.420853 +4285.248047 0.000000 497.877045 0.000000 0.573470 0.000000 -0.819226 0.412751 0.412751 0.412751 +4265.322754 0.000000 500.150635 0.000000 0.510120 0.000000 -0.860103 0.417628 0.417628 0.417628 +4260.620605 0.000000 498.583496 0.000000 0.146382 0.000000 -0.989228 0.419765 0.419765 0.419765 +4268.412598 0.000000 494.148712 0.000000 0.083109 0.000000 -0.996540 0.466953 0.466953 0.466953 +4275.402344 0.000000 505.842255 0.000000 0.253934 0.000000 -0.967221 0.418240 0.418240 0.418240 +4263.299805 0.000000 498.254425 0.000000 0.556412 0.000000 -0.830907 0.456417 0.456417 0.456417 +4297.400879 0.000000 467.994141 0.000000 0.553970 0.000000 -0.832537 0.413458 0.413458 0.413458 +4382.530273 0.000000 475.335052 0.000000 0.440015 0.000000 -0.897991 0.414589 0.414589 0.414589 +4379.131348 0.000000 467.996155 0.000000 0.402572 0.000000 -0.915388 0.415995 0.415995 0.415995 +4417.017578 0.000000 478.568054 0.000000 0.043156 0.000000 -0.999068 0.420595 0.420595 0.420595 +4435.007324 0.000000 469.953369 0.000000 0.294478 0.000000 -0.955658 0.417210 0.417210 0.417210 +4426.351562 0.000000 472.753967 0.000000 0.085330 0.000000 -0.996353 0.420025 0.420025 0.420025 +4435.771973 0.000000 474.500458 0.000000 0.162278 0.000000 -0.986745 0.419471 0.419471 0.419471 +4446.060547 0.000000 500.029877 0.000000 0.100581 0.000000 -0.994929 0.419745 0.419745 0.419745 +4416.156738 0.000000 506.775177 0.000000 0.292272 0.000000 -0.956335 0.417623 0.417623 0.417623 +4404.365234 0.000000 547.625610 0.000000 0.010304 0.000000 -0.999947 0.420570 0.420570 0.420570 +4402.318359 0.000000 508.565277 0.000000 0.180124 0.000000 -0.983644 0.418665 0.418665 0.418665 +4384.618164 0.000000 511.724976 0.000000 0.370925 0.000000 -0.928663 0.416529 0.416529 0.416529 +4443.131348 0.000000 524.480530 0.000000 0.007459 0.000000 -0.999972 0.421622 0.421622 0.421622 +4589.516602 0.000000 466.608307 0.000000 0.534117 0.000000 -0.845410 0.412977 0.412977 0.412977 +4631.890625 0.000000 470.932709 0.000000 0.272803 0.000000 -0.962070 0.417775 0.417775 0.417775 +4666.511719 0.000000 472.384979 0.000000 0.294004 0.000000 -0.955804 0.417471 0.417471 0.417471 +4776.832520 0.000000 455.376160 0.000000 0.272068 0.000000 -0.962278 0.417785 0.417785 0.417785 +4780.062988 0.000000 460.864136 0.000000 0.476524 0.000000 -0.879161 0.418176 0.418176 0.418176 +4984.065918 0.000000 533.721985 0.000000 0.111768 0.000000 -0.993734 0.518257 0.518257 0.518257 +4975.722656 0.000000 552.679016 0.000000 0.216505 0.000000 -0.976281 0.486089 0.486089 0.486089 +4939.959473 0.000000 556.850220 0.000000 0.467641 0.000000 -0.883918 0.477051 0.477051 0.477051 +4976.541992 0.000000 530.944641 0.000000 0.464361 0.000000 -0.885646 0.519334 0.519334 0.519334 +4943.272949 0.000000 530.277954 0.000000 0.247676 0.000000 -0.968843 0.453519 0.453519 0.453519 +4951.890625 0.000000 527.417053 0.000000 0.550802 0.000000 -0.834636 0.452354 0.452354 0.452354 +4972.662598 0.000000 558.939575 0.000000 0.435348 0.000000 -0.900262 0.511520 0.511520 0.511520 +4959.826172 0.000000 516.481750 0.000000 0.247831 0.000000 -0.968803 0.438636 0.438636 0.438636 +4989.212891 0.000000 533.751160 0.000000 0.078365 0.000000 -0.996925 0.499416 0.499416 0.499416 +4942.875488 0.000000 553.121399 0.000000 0.375628 0.000000 -0.926771 0.519207 0.519207 0.519207 +4955.131348 0.000000 524.480530 0.000000 0.560897 0.000000 -0.827886 0.450071 0.450071 0.450071 +4955.932617 0.000000 528.629028 0.000000 0.575941 0.000000 -0.817491 0.412998 0.412998 0.412998 +4960.618164 0.000000 511.724976 0.000000 0.511923 0.000000 -0.859031 0.442644 0.442644 0.442644 +4970.673340 0.000000 508.503296 0.000000 0.340054 0.000000 -0.940406 0.477402 0.477402 0.477402 +4975.663086 0.000000 518.371277 0.000000 0.389343 0.000000 -0.921093 0.508275 0.508275 0.508275 +4946.230469 0.000000 546.394897 0.000000 0.520569 0.000000 -0.853820 0.425791 0.425791 0.425791 +4945.722656 0.000000 560.536682 0.000000 0.413555 0.000000 -0.910479 0.446487 0.446487 0.446487 +4940.526855 0.000000 531.405212 0.000000 0.352232 0.000000 -0.935913 0.441198 0.441198 0.441198 +4951.191895 0.000000 554.250000 0.000000 0.305291 0.000000 -0.952259 0.463168 0.463168 0.463168 +4972.127930 0.000000 535.800659 0.000000 0.388934 0.000000 -0.921265 0.459569 0.459569 0.459569 +4993.451172 0.000000 464.050629 0.000000 0.007577 0.000000 -0.999971 0.450937 0.450937 0.450937 +5006.007324 0.000000 482.765228 0.000000 0.151715 0.000000 -0.988424 0.418344 0.418344 0.418344 +5029.098633 0.000000 494.746002 0.000000 0.010292 0.000000 -0.999947 0.448739 0.448739 0.448739 +5044.014648 0.000000 460.718292 0.000000 0.486726 0.000000 -0.873555 0.523039 0.523039 0.523039 +5004.526855 0.000000 474.920837 0.000000 0.513704 0.000000 -0.857967 0.434256 0.434256 0.434256 +4995.820801 0.000000 465.680389 0.000000 0.448113 0.000000 -0.893977 0.441684 0.441684 0.441684 +5005.099609 0.000000 471.651642 0.000000 0.336125 0.000000 -0.941817 0.433014 0.433014 0.433014 +5006.979980 0.000000 476.715179 0.000000 0.280847 0.000000 -0.959753 0.442358 0.442358 0.442358 +5039.447754 0.000000 464.560699 0.000000 0.407597 0.000000 -0.913162 0.505763 0.505763 0.505763 +5106.842773 0.000000 469.744934 0.000000 0.067062 0.000000 -0.997749 0.419896 0.419896 0.419896 +5110.173828 0.000000 458.059235 0.000000 0.515170 0.000000 -0.857088 0.414394 0.414394 0.414394 +5104.023926 0.000000 504.410034 0.000000 0.359095 0.000000 -0.933301 0.416525 0.416525 0.416525 +5113.910645 0.000000 499.826050 0.000000 0.212379 0.000000 -0.977187 0.418901 0.418901 0.418901 +5096.974609 0.000000 463.396576 0.000000 0.013044 0.000000 -0.999915 0.457322 0.457322 0.457322 +5065.866211 0.000000 490.947327 0.000000 0.306305 0.000000 -0.951934 0.482286 0.482286 0.482286 +5101.386719 0.000000 506.582001 0.000000 0.542737 0.000000 -0.839903 0.452511 0.452511 0.452511 +5116.832520 0.000000 484.196747 0.000000 0.530808 0.000000 -0.847492 0.492538 0.492538 0.492538 +5077.934570 0.000000 506.686981 0.000000 0.137341 0.000000 -0.990524 0.517744 0.517744 0.517744 +5001.400879 0.000000 524.478516 0.000000 0.300611 0.000000 -0.953747 0.417313 0.417313 0.417313 +5047.531250 0.000000 518.963074 0.000000 0.517168 0.000000 -0.855884 0.507561 0.507561 0.507561 +4993.884766 0.000000 559.411926 0.000000 0.423396 0.000000 -0.905945 0.433706 0.433706 0.433706 +5032.015625 0.000000 515.987976 0.000000 0.458423 0.000000 -0.888734 0.458300 0.458300 0.458300 +5043.213867 0.000000 554.616577 0.000000 0.027525 0.000000 -0.999621 0.496025 0.496025 0.496025 +5028.620605 0.000000 555.067871 0.000000 0.506083 0.000000 -0.862485 0.423952 0.423952 0.423952 +5020.380371 0.000000 563.209717 0.000000 0.167253 0.000000 -0.985914 0.444154 0.444154 0.444154 +5103.722656 0.000000 552.679016 0.000000 0.365913 0.000000 -0.930649 0.468444 0.468444 0.468444 +5088.032227 0.000000 545.297241 0.000000 0.314157 0.000000 -0.949371 0.505582 0.505582 0.505582 +5087.826172 0.000000 516.481750 0.000000 0.226896 0.000000 -0.973919 0.500898 0.500898 0.500898 +5111.107910 0.000000 553.560669 0.000000 0.220866 0.000000 -0.975304 0.451830 0.451830 0.451830 +5101.943359 0.000000 510.714294 0.000000 0.291539 0.000000 -0.956559 0.417825 0.417825 0.417825 +5073.256836 0.000000 543.074219 0.000000 0.010454 0.000000 -0.999945 0.431518 0.431518 0.431518 +5100.083496 0.000000 528.420349 0.000000 0.043111 0.000000 -0.999070 0.420671 0.420671 0.420671 +5082.709961 0.000000 545.399292 0.000000 0.267044 0.000000 -0.963684 0.417857 0.417857 0.417857 +5081.237793 0.000000 514.518250 0.000000 0.042499 0.000000 -0.999097 0.493582 0.493582 0.493582 +5061.119141 0.000000 524.793579 0.000000 0.123666 0.000000 -0.992324 0.496408 0.496408 0.496408 +5090.735840 0.000000 548.012451 0.000000 0.523746 0.000000 -0.851874 0.503202 0.503202 0.503202 +5082.987305 0.000000 508.448181 0.000000 0.170799 0.000000 -0.985306 0.431303 0.431303 0.431303 +5084.380371 0.000000 563.209717 0.000000 0.132246 0.000000 -0.991217 0.434011 0.434011 0.434011 +5086.952637 0.000000 527.871704 0.000000 0.163548 0.000000 -0.986535 0.508586 0.508586 0.508586 +5094.337891 0.000000 522.095520 0.000000 0.502264 0.000000 -0.864714 0.499478 0.499478 0.499478 +5091.200195 0.000000 521.156372 0.000000 0.502226 0.000000 -0.864736 0.453284 0.453284 0.453284 +5092.029297 0.000000 526.912170 0.000000 0.475449 0.000000 -0.879744 0.466382 0.466382 0.466382 +5117.125000 0.000000 560.838623 0.000000 0.445247 0.000000 -0.895408 0.452236 0.452236 0.452236 +5072.716797 0.000000 540.457214 0.000000 0.080435 0.000000 -0.996760 0.501542 0.501542 0.501542 +4986.544434 0.000000 605.266846 0.000000 0.237266 0.000000 -0.971445 0.483567 0.483567 0.483567 +4989.658691 0.000000 600.159485 0.000000 0.460123 0.000000 -0.887855 0.475096 0.475096 0.475096 +4964.276367 0.000000 598.090515 0.000000 0.051746 0.000000 -0.998660 0.430917 0.430917 0.430917 +4973.434082 0.000000 594.572998 0.000000 0.222750 0.000000 -0.974876 0.466730 0.466730 0.466730 +4981.994141 0.000000 586.129883 0.000000 0.180733 0.000000 -0.983532 0.443943 0.443943 0.443943 +4989.524414 0.000000 581.913452 0.000000 0.306123 0.000000 -0.951992 0.463154 0.463154 0.463154 +4990.270020 0.000000 569.275146 0.000000 0.014005 0.000000 -0.999902 0.433615 0.433615 0.433615 +4973.375000 0.000000 589.765442 0.000000 0.356617 0.000000 -0.934251 0.496201 0.496201 0.496201 +4989.507812 0.000000 614.620544 0.000000 0.061715 0.000000 -0.998094 0.467310 0.467310 0.467310 +4972.376953 0.000000 611.111450 0.000000 0.497902 0.000000 -0.867233 0.482743 0.482743 0.482743 +4983.062500 0.000000 615.861206 0.000000 0.176178 0.000000 -0.984358 0.422709 0.422709 0.422709 +4989.611816 0.000000 603.603394 0.000000 0.063009 0.000000 -0.998013 0.519232 0.519232 0.519232 +4984.473633 0.000000 629.458862 0.000000 0.584663 0.000000 -0.811276 0.501775 0.501775 0.501775 +4993.318848 0.000000 603.732178 0.000000 0.305737 0.000000 -0.952116 0.499349 0.499349 0.499349 +5020.793945 0.000000 567.685547 0.000000 0.035091 0.000000 -0.999384 0.465596 0.465596 0.465596 +5006.007324 0.000000 595.733948 0.000000 0.150893 0.000000 -0.988550 0.423073 0.423073 0.423073 +5040.541992 0.000000 587.429016 0.000000 0.156237 0.000000 -0.987720 0.489343 0.489343 0.489343 +5001.203613 0.000000 600.544556 0.000000 0.158312 0.000000 -0.987389 0.519482 0.519482 0.519482 +5006.875488 0.000000 609.605774 0.000000 0.003701 0.000000 -0.999993 0.427317 0.427317 0.427317 +5017.505859 0.000000 618.615479 0.000000 0.472813 0.000000 -0.881163 0.474844 0.474844 0.474844 +5030.535645 0.000000 594.351868 0.000000 0.389023 0.000000 -0.921228 0.442695 0.442695 0.442695 +5054.624512 0.000000 573.663879 0.000000 0.151233 0.000000 -0.988498 0.485133 0.485133 0.485133 +5037.375000 0.000000 589.765442 0.000000 0.247109 0.000000 -0.968988 0.464177 0.464177 0.464177 +5003.941895 0.000000 606.647766 0.000000 0.006900 0.000000 -0.999976 0.446636 0.446636 0.446636 +5043.863281 0.000000 589.216492 0.000000 0.174320 0.000000 -0.984689 0.461138 0.461138 0.461138 +4996.957520 0.000000 604.690857 0.000000 0.119754 0.000000 -0.992804 0.492167 0.492167 0.492167 +5030.346680 0.000000 619.101440 0.000000 0.448933 0.000000 -0.893566 0.435376 0.435376 0.435376 +5021.020508 0.000000 577.674133 0.000000 0.078480 0.000000 -0.996916 0.473494 0.473494 0.473494 +5039.537109 0.000000 591.972229 0.000000 0.017235 0.000000 -0.999851 0.481034 0.481034 0.481034 +5001.084961 0.000000 575.661621 0.000000 0.250571 0.000000 -0.968098 0.509009 0.509009 0.509009 +5036.194824 0.000000 576.921143 0.000000 0.292811 0.000000 -0.956170 0.501741 0.501741 0.501741 +5043.016113 0.000000 585.694885 0.000000 0.303150 0.000000 -0.952943 0.527199 0.527199 0.527199 +5050.504395 0.000000 588.602600 0.000000 0.525350 0.000000 -0.850886 0.436136 0.436136 0.436136 +5101.516602 0.000000 579.577026 0.000000 0.384404 0.000000 -0.923165 0.453317 0.453317 0.453317 +5058.396484 0.000000 566.705872 0.000000 0.525188 0.000000 -0.850986 0.427796 0.427796 0.427796 +5091.991211 0.000000 580.570251 0.000000 0.116600 0.000000 -0.993179 0.472840 0.472840 0.472840 +5110.173828 0.000000 571.028015 0.000000 0.285585 0.000000 -0.958353 0.463512 0.463512 0.463512 +5065.866211 0.000000 603.916077 0.000000 0.142249 0.000000 -0.989831 0.526299 0.526299 0.526299 +5056.894531 0.000000 595.143860 0.000000 0.233545 0.000000 -0.972346 0.432487 0.432487 0.432487 +5063.437500 0.000000 619.887390 0.000000 0.306991 0.000000 -0.951712 0.490793 0.490793 0.490793 +5076.094727 0.000000 580.244629 0.000000 0.347526 0.000000 -0.937670 0.485755 0.485755 0.485755 +5068.083496 0.000000 610.357605 0.000000 0.492935 0.000000 -0.870066 0.438803 0.438803 0.438803 +5062.395508 0.000000 594.899414 0.000000 0.412497 0.000000 -0.910959 0.490829 0.490829 0.490829 +5068.375000 0.000000 619.511597 0.000000 0.019854 0.000000 -0.999803 0.500509 0.500509 0.500509 +5012.569336 0.000000 626.714600 0.000000 0.408890 0.000000 -0.912584 0.482438 0.482438 0.482438 +5015.890625 0.000000 640.385803 0.000000 0.583283 0.000000 -0.812269 0.441308 0.441308 0.441308 +4992.098633 0.000000 628.277100 0.000000 0.060573 0.000000 -0.998164 0.521454 0.521454 0.521454 +5010.283691 0.000000 622.460815 0.000000 0.097166 0.000000 -0.995268 0.483949 0.483949 0.483949 +5019.131348 0.000000 637.449280 0.000000 0.136664 0.000000 -0.990618 0.429676 0.429676 0.429676 +5032.015625 0.000000 628.956726 0.000000 0.498898 0.000000 -0.866661 0.491133 0.491133 0.491133 +5027.104004 0.000000 629.870239 0.000000 0.352361 0.000000 -0.935864 0.464455 0.464455 0.464455 +5007.197266 0.000000 632.960876 0.000000 0.514166 0.000000 -0.857691 0.467717 0.467717 0.467717 +5033.676758 0.000000 639.395142 0.000000 0.174982 0.000000 -0.984572 0.499749 0.499749 0.499749 +5036.194824 0.000000 633.405518 0.000000 0.468078 0.000000 -0.883687 0.508676 0.508676 0.508676 +5022.961914 0.000000 622.289429 0.000000 0.213698 0.000000 -0.976900 0.447685 0.447685 0.447685 +5025.491699 0.000000 627.223389 0.000000 0.434323 0.000000 -0.900757 0.465063 0.465063 0.465063 +5114.807129 0.000000 627.982666 0.000000 0.338458 0.000000 -0.940981 0.428757 0.428757 0.428757 +5094.893555 0.000000 640.775452 0.000000 0.483499 0.000000 -0.875345 0.414001 0.414001 0.414001 +5108.365234 0.000000 660.594360 0.000000 0.507045 0.000000 -0.861920 0.461571 0.461571 0.461571 +5063.914551 0.000000 623.165039 0.000000 0.483019 0.000000 -0.875610 0.445260 0.445260 0.445260 +5101.434082 0.000000 651.057373 0.000000 0.572287 0.000000 -0.820054 0.504166 0.504166 0.504166 +5100.083496 0.000000 641.389099 0.000000 0.272375 0.000000 -0.962191 0.504287 0.504287 0.504287 +5075.007324 0.000000 639.406494 0.000000 0.184920 0.000000 -0.982753 0.426837 0.426837 0.426837 +5078.937012 0.000000 635.755493 0.000000 0.128711 0.000000 -0.991682 0.419868 0.419868 0.419868 +5106.318359 0.000000 621.533997 0.000000 0.095444 0.000000 -0.995435 0.419814 0.419814 0.419814 +5096.015625 0.000000 628.956726 0.000000 0.203807 0.000000 -0.979011 0.418750 0.418750 0.418750 +5108.014648 0.000000 630.171448 0.000000 0.322328 0.000000 -0.946628 0.422676 0.422676 0.422676 +5117.032715 0.000000 643.516174 0.000000 0.506546 0.000000 -0.862213 0.503593 0.503593 0.503593 +5104.746582 0.000000 624.565796 0.000000 0.379800 0.000000 -0.925068 0.436528 0.436528 0.436528 +5178.544434 0.000000 379.329346 0.000000 0.136095 0.000000 -0.990696 0.423285 0.423285 0.423285 +5171.456055 0.000000 389.194519 0.000000 0.316434 0.000000 -0.948614 0.471466 0.471466 0.471466 +5164.760254 0.000000 377.411377 0.000000 0.309800 0.000000 -0.950802 0.424976 0.424976 0.424976 +5172.365234 0.000000 378.172485 0.000000 0.425379 0.000000 -0.905016 0.437874 0.437874 0.437874 +5167.868652 0.000000 387.317200 0.000000 0.271249 0.000000 -0.962509 0.436149 0.436149 0.436149 +5175.060547 0.000000 380.505981 0.000000 0.371256 0.000000 -0.928530 0.438775 0.438775 0.438775 +5171.402344 0.000000 392.873505 0.000000 0.290684 0.000000 -0.956819 0.484710 0.484710 0.484710 +5191.979980 0.000000 381.041534 0.000000 0.029186 0.000000 -0.999574 0.467853 0.467853 0.467853 +5195.941895 0.000000 380.710266 0.000000 0.088606 0.000000 -0.996067 0.420424 0.420424 0.420424 +5121.318848 0.000000 434.279022 0.000000 0.578000 0.000000 -0.816037 0.418555 0.418555 0.418555 +5126.215332 0.000000 444.328247 0.000000 0.259820 0.000000 -0.965657 0.481016 0.481016 0.481016 +5160.763184 0.000000 410.512817 0.000000 0.170950 0.000000 -0.985280 0.437696 0.437696 0.437696 +5129.278320 0.000000 445.474213 0.000000 0.367830 0.000000 -0.929893 0.472643 0.472643 0.472643 +5129.084961 0.000000 406.208496 0.000000 0.145018 0.000000 -0.989429 0.483094 0.483094 0.483094 +5158.469727 0.000000 421.984680 0.000000 0.150080 0.000000 -0.988674 0.504536 0.504536 0.504536 +5242.544434 0.000000 435.813721 0.000000 0.401277 0.000000 -0.915957 0.493175 0.493175 0.493175 +5229.375000 0.000000 420.312286 0.000000 0.217023 0.000000 -0.976166 0.426364 0.426364 0.426364 +5245.507812 0.000000 445.167419 0.000000 0.542715 0.000000 -0.839917 0.431655 0.431655 0.431655 +5222.346680 0.000000 449.648315 0.000000 0.382213 0.000000 -0.924074 0.506302 0.506302 0.506302 +5252.458496 0.000000 449.856598 0.000000 0.053724 0.000000 -0.998556 0.517243 0.517243 0.517243 +5140.968750 0.000000 504.000092 0.000000 0.026051 0.000000 -0.999661 0.493882 0.493882 0.493882 +5168.205566 0.000000 508.333740 0.000000 0.292557 0.000000 -0.956248 0.416792 0.416792 0.416792 +5151.453613 0.000000 468.605133 0.000000 0.369532 0.000000 -0.929218 0.421956 0.421956 0.421956 +5178.368164 0.000000 503.800964 0.000000 0.080105 0.000000 -0.996786 0.445507 0.445507 0.445507 +5129.400879 0.000000 467.994141 0.000000 0.479294 0.000000 -0.877655 0.422310 0.422310 0.422310 +5143.890625 0.000000 470.932709 0.000000 0.013814 0.000000 -0.999905 0.513675 0.513675 0.513675 +5178.511719 0.000000 472.384979 0.000000 0.347620 0.000000 -0.937636 0.445499 0.445499 0.445499 +5170.842773 0.000000 469.744934 0.000000 0.510074 0.000000 -0.860131 0.414167 0.414167 0.414167 +5141.208496 0.000000 491.754242 0.000000 0.534045 0.000000 -0.845456 0.413531 0.413531 0.413531 +5165.311035 0.000000 486.224884 0.000000 0.025321 0.000000 -0.999679 0.463598 0.463598 0.463598 +5168.023926 0.000000 504.410034 0.000000 0.235382 0.000000 -0.971903 0.453723 0.453723 0.453723 +5167.868652 0.000000 500.285950 0.000000 0.101403 0.000000 -0.994845 0.440892 0.440892 0.440892 +5137.722656 0.000000 504.052338 0.000000 0.087299 0.000000 -0.996182 0.458279 0.458279 0.458279 +5129.604492 0.000000 479.329407 0.000000 0.516768 0.000000 -0.856125 0.469761 0.469761 0.469761 +5170.798340 0.000000 488.556183 0.000000 0.212849 0.000000 -0.977085 0.456226 0.456226 0.456226 +5173.519043 0.000000 478.500427 0.000000 0.367255 0.000000 -0.930120 0.459957 0.459957 0.459957 +5145.283691 0.000000 473.492737 0.000000 0.547777 0.000000 -0.836625 0.487967 0.487967 0.487967 +5142.782715 0.000000 459.178375 0.000000 0.546489 0.000000 -0.837466 0.435753 0.435753 0.435753 +5143.408203 0.000000 463.713196 0.000000 0.312149 0.000000 -0.950033 0.482176 0.482176 0.482176 +5127.408691 0.000000 469.712524 0.000000 0.057166 0.000000 -0.998365 0.471700 0.471700 0.471700 +5191.671387 0.000000 476.731567 0.000000 0.186366 0.000000 -0.982480 0.482352 0.482352 0.482352 +5231.722656 0.000000 496.194672 0.000000 0.396442 0.000000 -0.918060 0.495393 0.495393 0.495393 +5188.032715 0.000000 483.486603 0.000000 0.062547 0.000000 -0.998042 0.420860 0.420860 0.420860 +5193.203613 0.000000 487.575775 0.000000 0.235236 0.000000 -0.971938 0.460117 0.460117 0.460117 +5228.760254 0.000000 490.380127 0.000000 0.341126 0.000000 -0.940018 0.483753 0.483753 0.483753 +5239.531250 0.000000 462.478668 0.000000 0.032857 0.000000 -0.999460 0.437635 0.437635 0.437635 +5216.426758 0.000000 464.312805 0.000000 0.384857 0.000000 -0.922976 0.451199 0.451199 0.451199 +5185.884766 0.000000 502.927551 0.000000 0.478778 0.000000 -0.877936 0.443241 0.443241 0.443241 +5184.163086 0.000000 486.621552 0.000000 0.573480 0.000000 -0.819220 0.413326 0.413326 0.413326 +5217.947754 0.000000 501.348511 0.000000 0.547648 0.000000 -0.836709 0.413413 0.413413 0.413413 +5229.375000 0.000000 476.796661 0.000000 0.292709 0.000000 -0.956202 0.474022 0.474022 0.474022 +5222.889160 0.000000 475.314636 0.000000 0.030635 0.000000 -0.999531 0.457040 0.457040 0.457040 +5226.288574 0.000000 475.022797 0.000000 0.117843 0.000000 -0.993032 0.421412 0.421412 0.421412 +5242.028320 0.000000 464.973602 0.000000 0.074280 0.000000 -0.997237 0.452040 0.452040 0.452040 +5211.595215 0.000000 502.398743 0.000000 0.361287 0.000000 -0.932455 0.441049 0.441049 0.441049 +5218.857422 0.000000 481.003906 0.000000 0.413806 0.000000 -0.910365 0.484456 0.484456 0.484456 +5232.580566 0.000000 482.315765 0.000000 0.074710 0.000000 -0.997205 0.529865 0.529865 0.529865 +5193.604492 0.000000 479.329407 0.000000 0.498406 0.000000 -0.866944 0.478529 0.478529 0.478529 +5220.759766 0.000000 473.251221 0.000000 0.365902 0.000000 -0.930653 0.479036 0.479036 0.479036 +5200.244141 0.000000 481.072815 0.000000 0.405751 0.000000 -0.913984 0.490966 0.490966 0.490966 +5191.213379 0.000000 490.075073 0.000000 0.432301 0.000000 -0.901729 0.471424 0.471424 0.471424 +5148.793945 0.000000 511.201141 0.000000 0.568923 0.000000 -0.822390 0.462424 0.462424 0.462424 +5176.065918 0.000000 533.721985 0.000000 0.325423 0.000000 -0.945569 0.420520 0.420520 0.420520 +5178.807129 0.000000 515.013916 0.000000 0.205927 0.000000 -0.978567 0.527130 0.527130 0.527130 +5175.638184 0.000000 524.102844 0.000000 0.163525 0.000000 -0.986539 0.418892 0.418892 0.418892 +5181.512207 0.000000 508.385559 0.000000 0.499605 0.000000 -0.866253 0.459620 0.459620 0.459620 +5170.584961 0.000000 536.253601 0.000000 0.468709 0.000000 -0.883353 0.415032 0.415032 0.415032 +5156.276367 0.000000 541.606140 0.000000 0.394218 0.000000 -0.919017 0.415888 0.415888 0.415888 +5156.045898 0.000000 513.634277 0.000000 0.443269 0.000000 -0.896389 0.467000 0.467000 0.467000 +5174.173828 0.000000 514.543640 0.000000 0.569691 0.000000 -0.821859 0.481203 0.481203 0.481203 +5173.994141 0.000000 529.645508 0.000000 0.447679 0.000000 -0.894194 0.415306 0.415306 0.415306 +5182.270020 0.000000 512.790771 0.000000 0.110640 0.000000 -0.993861 0.483709 0.483709 0.483709 +5162.673340 0.000000 508.503296 0.000000 0.388376 0.000000 -0.921501 0.491317 0.491317 0.491317 +5160.974609 0.000000 519.880920 0.000000 0.470237 0.000000 -0.882540 0.449684 0.449684 0.449684 +5129.866211 0.000000 547.431702 0.000000 0.350559 0.000000 -0.936541 0.498450 0.498450 0.498450 +5137.722656 0.000000 560.536682 0.000000 0.385473 0.000000 -0.922719 0.442754 0.442754 0.442754 +5175.819336 0.000000 527.190308 0.000000 0.347331 0.000000 -0.937742 0.449731 0.449731 0.449731 +5164.194824 0.000000 520.436768 0.000000 0.474088 0.000000 -0.880477 0.434947 0.434947 0.434947 +5141.934570 0.000000 563.171326 0.000000 0.233672 0.000000 -0.972315 0.458012 0.458012 0.458012 +5137.360840 0.000000 554.519714 0.000000 0.028339 0.000000 -0.999598 0.457077 0.457077 0.457077 +5132.083496 0.000000 553.873230 0.000000 0.428594 0.000000 -0.903497 0.431521 0.431521 0.431521 +5134.604980 0.000000 555.936340 0.000000 0.267675 0.000000 -0.963509 0.442568 0.442568 0.442568 +5164.352051 0.000000 525.620483 0.000000 0.253024 0.000000 -0.967460 0.513249 0.513249 0.513249 +5176.639160 0.000000 513.331726 0.000000 0.376323 0.000000 -0.926488 0.514934 0.514934 0.514934 +5122.822754 0.000000 542.327515 0.000000 0.277238 0.000000 -0.960801 0.457278 0.457278 0.457278 +5204.968750 0.000000 560.484497 0.000000 0.485150 0.000000 -0.874431 0.468293 0.468293 0.468293 +5191.979980 0.000000 550.494690 0.000000 0.128522 0.000000 -0.991707 0.419223 0.419223 0.419223 +5186.500488 0.000000 528.103455 0.000000 0.097757 0.000000 -0.995210 0.420518 0.420518 0.420518 +5184.098633 0.000000 515.308350 0.000000 0.423179 0.000000 -0.906046 0.433710 0.433710 0.433710 +5200.971680 0.000000 557.536377 0.000000 0.082524 0.000000 -0.996589 0.424050 0.424050 0.424050 +5234.318359 0.000000 508.565277 0.000000 0.456241 0.000000 -0.889856 0.431061 0.431061 0.431061 +5237.994141 0.000000 529.645508 0.000000 0.346415 0.000000 -0.938081 0.416468 0.416468 0.416468 +5184.163086 0.000000 543.105896 0.000000 0.472838 0.000000 -0.881149 0.472740 0.472740 0.472740 +5189.119141 0.000000 524.793579 0.000000 0.199586 0.000000 -0.979880 0.435129 0.435129 0.435129 +5229.311035 0.000000 542.709290 0.000000 0.188748 0.000000 -0.982026 0.439554 0.439554 0.439554 +5187.837402 0.000000 531.921448 0.000000 0.381836 0.000000 -0.924230 0.480850 0.480850 0.480850 +5184.156738 0.000000 563.259583 0.000000 0.248536 0.000000 -0.968623 0.428017 0.428017 0.428017 +5225.204590 0.000000 544.920715 0.000000 0.328145 0.000000 -0.944627 0.458527 0.458527 0.458527 +5196.457520 0.000000 560.135315 0.000000 0.015779 0.000000 -0.999875 0.491900 0.491900 0.491900 +5201.722656 0.000000 560.536682 0.000000 0.157490 0.000000 -0.987521 0.450718 0.450718 0.450718 +5193.604492 0.000000 535.813782 0.000000 0.295784 0.000000 -0.955255 0.446356 0.446356 0.446356 +5203.991699 0.000000 541.586853 0.000000 0.374470 0.000000 -0.927239 0.508591 0.508591 0.508591 +5209.283691 0.000000 529.977112 0.000000 0.438817 0.000000 -0.898576 0.558173 0.558173 0.558173 +5249.451172 0.000000 464.050629 0.000000 0.503069 0.000000 -0.864246 0.442805 0.442805 0.442805 +5263.130859 0.000000 491.246796 0.000000 0.435318 0.000000 -0.900277 0.454518 0.454518 0.454518 +5251.505371 0.000000 495.301147 0.000000 0.525265 0.000000 -0.850939 0.583428 0.583428 0.583428 +5269.705078 0.000000 535.227051 0.000000 0.198031 0.000000 -0.980196 0.479998 0.479998 0.479998 +5274.074219 0.000000 538.875793 0.000000 0.420613 0.000000 -0.907240 0.486434 0.486434 0.486434 +5248.098633 0.000000 515.308350 0.000000 0.119774 0.000000 -0.992801 0.432060 0.432060 0.432060 +5260.552734 0.000000 534.553406 0.000000 0.106131 0.000000 -0.994352 0.421578 0.421578 0.421578 +5254.424805 0.000000 528.719543 0.000000 0.339578 0.000000 -0.940578 0.475288 0.475288 0.475288 +5277.392090 0.000000 553.032837 0.000000 0.503655 0.000000 -0.863905 0.446978 0.446978 0.446978 +5277.422852 0.000000 546.911194 0.000000 0.542624 0.000000 -0.839976 0.437908 0.437908 0.437908 +5248.042480 0.000000 508.366699 0.000000 0.414400 0.000000 -0.910095 0.435957 0.435957 0.435957 +5272.795410 0.000000 536.271545 0.000000 0.455080 0.000000 -0.890451 0.466775 0.466775 0.466775 +5319.671387 0.000000 533.215942 0.000000 0.006389 0.000000 -0.999980 0.421481 0.421481 0.421481 +5321.203613 0.000000 544.060181 0.000000 0.070270 0.000000 -0.997528 0.447806 0.447806 0.447806 +5338.709961 0.000000 545.399292 0.000000 0.151878 0.000000 -0.988399 0.495881 0.495881 0.495881 +5322.351562 0.000000 529.238342 0.000000 0.270688 0.000000 -0.962667 0.425566 0.425566 0.425566 +5353.064941 0.000000 560.064941 0.000000 0.579822 0.000000 -0.814743 0.422674 0.422674 0.422674 +5318.724121 0.000000 541.866882 0.000000 0.554622 0.000000 -0.832102 0.462716 0.462716 0.462716 +5331.991699 0.000000 541.586853 0.000000 0.031922 0.000000 -0.999490 0.461332 0.461332 0.461332 +5318.395508 0.000000 538.415039 0.000000 0.228285 0.000000 -0.973594 0.455970 0.455970 0.455970 +5165.516602 0.000000 579.577026 0.000000 0.342456 0.000000 -0.939534 0.416342 0.416342 0.416342 +5141.705078 0.000000 591.711426 0.000000 0.377046 0.000000 -0.926194 0.468239 0.468239 0.468239 +5169.519043 0.000000 571.173401 0.000000 0.088041 0.000000 -0.996117 0.419840 0.419840 0.419840 +5150.236816 0.000000 617.373657 0.000000 0.061493 0.000000 -0.998107 0.420724 0.420724 0.420724 +5155.765137 0.000000 590.690979 0.000000 0.253548 0.000000 -0.967323 0.418114 0.418114 0.418114 +5165.434082 0.000000 594.572998 0.000000 0.285086 0.000000 -0.958502 0.444410 0.444410 0.444410 +5145.237793 0.000000 571.002625 0.000000 0.333545 0.000000 -0.942734 0.416715 0.416715 0.416715 +5174.864258 0.000000 619.842407 0.000000 0.044455 0.000000 -0.999011 0.420653 0.420653 0.420653 +5131.786133 0.000000 569.896667 0.000000 0.384290 0.000000 -0.923212 0.425933 0.425933 0.425933 +5161.322754 0.000000 613.119385 0.000000 0.067597 0.000000 -0.997713 0.421015 0.421015 0.421015 +5164.376953 0.000000 611.111450 0.000000 0.509829 0.000000 -0.860276 0.571144 0.571144 0.571144 +5149.020508 0.000000 577.674133 0.000000 0.245400 0.000000 -0.969422 0.549988 0.549988 0.549988 +5171.016113 0.000000 585.694885 0.000000 0.402695 0.000000 -0.915334 0.482560 0.482560 0.482560 +5143.191895 0.000000 610.734375 0.000000 0.555971 0.000000 -0.831202 0.429335 0.429335 0.429335 +5153.062500 0.000000 616.917664 0.000000 0.500619 0.000000 -0.865668 0.447034 0.447034 0.447034 +5158.824707 0.000000 570.081665 0.000000 0.576691 0.000000 -0.816962 0.596673 0.596673 0.596673 +5210.122559 0.000000 575.652161 0.000000 0.102129 0.000000 -0.994771 0.464484 0.464484 0.464484 +5206.937012 0.000000 579.271118 0.000000 0.577266 0.000000 -0.816557 0.506141 0.506141 0.506141 +5242.305176 0.000000 608.825195 0.000000 0.459556 0.000000 -0.888149 0.489860 0.489860 0.489860 +5196.457520 0.000000 616.619690 0.000000 0.450070 0.000000 -0.892993 0.598415 0.598415 0.598415 +5201.722656 0.000000 617.021057 0.000000 0.489016 0.000000 -0.872275 0.495557 0.495557 0.495557 +5198.604980 0.000000 612.420715 0.000000 0.362186 0.000000 -0.932106 0.493964 0.493964 0.493964 +5167.145508 0.000000 639.475952 0.000000 0.519283 0.000000 -0.854602 0.513828 0.513828 0.513828 +5162.835938 0.000000 627.334412 0.000000 0.450230 0.000000 -0.892912 0.433258 0.433258 0.433258 +5156.575195 0.000000 623.717102 0.000000 0.365455 0.000000 -0.930829 0.508782 0.508782 0.508782 +5149.958984 0.000000 631.528442 0.000000 0.269478 0.000000 -0.963007 0.547281 0.547281 0.547281 +5158.824707 0.000000 626.566040 0.000000 0.385066 0.000000 -0.922889 0.476553 0.476553 0.476553 +5209.621582 0.000000 669.203003 0.000000 0.584800 0.000000 -0.811178 0.412803 0.412803 0.412803 +5228.083496 0.000000 641.389099 0.000000 0.211377 0.000000 -0.977405 0.418780 0.418780 0.418780 +5222.889160 0.000000 644.767761 0.000000 0.255243 0.000000 -0.966877 0.423678 0.423678 0.423678 +5192.908691 0.000000 667.228149 0.000000 0.273268 0.000000 -0.961938 0.438237 0.438237 0.438237 +5231.145508 0.000000 639.475952 0.000000 0.216987 0.000000 -0.976174 0.488223 0.488223 0.488223 +5218.857422 0.000000 650.457031 0.000000 0.553487 0.000000 -0.832858 0.450215 0.450215 0.450215 +5216.449219 0.000000 647.323425 0.000000 0.134255 0.000000 -0.990947 0.502682 0.502682 0.502682 +5201.722656 0.000000 673.505432 0.000000 0.510380 0.000000 -0.859949 0.436403 0.436403 0.436403 +5190.057129 0.000000 666.265869 0.000000 0.584238 0.000000 -0.811582 0.487147 0.487147 0.487147 +5194.564941 0.000000 623.877075 0.000000 0.066098 0.000000 -0.997813 0.447871 0.447871 0.447871 +5207.408203 0.000000 633.166321 0.000000 0.370254 0.000000 -0.928931 0.478953 0.478953 0.478953 +5278.060547 0.000000 612.998657 0.000000 0.206749 0.000000 -0.978394 0.419049 0.419049 0.419049 +5296.918945 0.000000 579.829895 0.000000 0.070196 0.000000 -0.997533 0.432790 0.432790 0.432790 +5340.793945 0.000000 567.685547 0.000000 0.263665 0.000000 -0.964614 0.418231 0.418231 0.418231 +5343.758301 0.000000 595.003357 0.000000 0.562739 0.000000 -0.826635 0.413605 0.413605 0.413605 +5314.396484 0.000000 566.705872 0.000000 0.566118 0.000000 -0.824324 0.431232 0.431232 0.431232 +5367.638184 0.000000 580.587219 0.000000 0.037894 0.000000 -0.999282 0.489332 0.489332 0.489332 +5375.958008 0.000000 585.742737 0.000000 0.404724 0.000000 -0.914439 0.497342 0.497342 0.497342 +5316.032715 0.000000 596.455322 0.000000 0.559069 0.000000 -0.829121 0.413179 0.413179 0.413179 +5338.122559 0.000000 575.652161 0.000000 0.032279 0.000000 -0.999479 0.431200 0.431200 0.431200 +5350.893555 0.000000 584.291077 0.000000 0.307854 0.000000 -0.951434 0.417146 0.417146 0.417146 +5326.873047 0.000000 572.890808 0.000000 0.183871 0.000000 -0.982950 0.418891 0.418891 0.418891 +5362.584961 0.000000 592.737976 0.000000 0.297397 0.000000 -0.954754 0.478194 0.478194 0.478194 +5335.491699 0.000000 565.475281 0.000000 0.478470 0.000000 -0.878104 0.439058 0.439058 0.439058 +5326.220703 0.000000 581.924683 0.000000 0.352010 0.000000 -0.935996 0.416871 0.416871 0.416871 +5334.937012 0.000000 579.271118 0.000000 0.219740 0.000000 -0.975559 0.473192 0.473192 0.473192 +5331.771973 0.000000 587.469177 0.000000 0.453443 0.000000 -0.891285 0.441591 0.441591 0.441591 +5365.994141 0.000000 586.129883 0.000000 0.226443 0.000000 -0.974024 0.458133 0.458133 0.458133 +5373.524414 0.000000 581.913452 0.000000 0.491105 0.000000 -0.871101 0.428381 0.428381 0.428381 +5342.060547 0.000000 612.998657 0.000000 0.489176 0.000000 -0.872185 0.414233 0.414233 0.414233 +5317.119141 0.000000 581.277954 0.000000 0.044256 0.000000 -0.999020 0.420732 0.420732 0.420732 +5343.334473 0.000000 605.829163 0.000000 0.224376 0.000000 -0.974503 0.496657 0.496657 0.496657 +5366.381836 0.000000 594.171387 0.000000 0.378367 0.000000 -0.925656 0.502133 0.502133 0.502133 +5316.755371 0.000000 592.716431 0.000000 0.568160 0.000000 -0.822918 0.445762 0.445762 0.445762 +5363.863281 0.000000 589.216492 0.000000 0.128753 0.000000 -0.991677 0.472631 0.472631 0.472631 +5359.537109 0.000000 591.972229 0.000000 0.295965 0.000000 -0.955199 0.450594 0.450594 0.450594 +5314.356934 0.000000 569.741943 0.000000 0.156704 0.000000 -0.987646 0.425119 0.425119 0.425119 +5320.667480 0.000000 569.622986 0.000000 0.400477 0.000000 -0.916307 0.465693 0.465693 0.465693 +5341.422852 0.000000 603.395569 0.000000 0.475347 0.000000 -0.879799 0.430739 0.430739 0.430739 +5325.099609 0.000000 584.620361 0.000000 0.326432 0.000000 -0.945221 0.450084 0.450084 0.450084 +5342.961914 0.000000 565.805054 0.000000 0.141883 0.000000 -0.989883 0.438138 0.438138 0.438138 +5323.616211 0.000000 594.184875 0.000000 0.184642 0.000000 -0.982806 0.454554 0.454554 0.454554 +5334.782715 0.000000 572.147095 0.000000 0.411756 0.000000 -0.911294 0.478154 0.478154 0.478154 +5335.068359 0.000000 569.354919 0.000000 0.260555 0.000000 -0.965459 0.510951 0.510951 0.510951 +5356.127930 0.000000 592.285034 0.000000 0.057640 0.000000 -0.998337 0.465222 0.465222 0.465222 +5263.130859 0.000000 660.699890 0.000000 0.483769 0.000000 -0.875195 0.434779 0.434779 0.434779 +5311.586426 0.000000 674.762695 0.000000 0.107521 0.000000 -0.994203 0.442941 0.442941 0.442941 +5261.506836 0.000000 657.142578 0.000000 0.197051 0.000000 -0.980393 0.418777 0.418777 0.418777 +5305.910645 0.000000 669.279175 0.000000 0.560941 0.000000 -0.827855 0.431326 0.431326 0.431326 +5278.953613 0.000000 677.580627 0.000000 0.122648 0.000000 -0.992450 0.509386 0.509386 0.509386 +5309.507812 0.000000 671.104919 0.000000 0.440006 0.000000 -0.897995 0.425043 0.425043 0.425043 +5292.412598 0.000000 663.601868 0.000000 0.335992 0.000000 -0.941865 0.454155 0.454155 0.454155 +5307.981445 0.000000 676.547363 0.000000 0.028423 0.000000 -0.999596 0.421409 0.421409 0.421409 +5303.060547 0.000000 662.927856 0.000000 0.230323 0.000000 -0.973114 0.418645 0.418645 0.418645 +5266.230469 0.000000 659.363647 0.000000 0.329112 0.000000 -0.944291 0.509542 0.509542 0.509542 +5270.628418 0.000000 651.355347 0.000000 0.173624 0.000000 -0.984812 0.422746 0.422746 0.422746 +5293.386719 0.000000 676.035156 0.000000 0.115463 0.000000 -0.993312 0.421446 0.421446 0.421446 +5296.580566 0.000000 651.768860 0.000000 0.431388 0.000000 -0.902167 0.744226 0.744226 0.744226 +5265.722656 0.000000 673.505432 0.000000 0.363577 0.000000 -0.931564 0.424152 0.424152 0.424152 +5385.400879 0.000000 580.962891 0.000000 0.154561 0.000000 -0.987983 0.446489 0.446489 0.446489 +5399.890625 0.000000 583.901428 0.000000 0.009315 0.000000 -0.999957 0.420427 0.420427 0.420427 +5390.220703 0.000000 581.924683 0.000000 0.527968 0.000000 -0.849264 0.463253 0.463253 0.463253 +5395.007324 0.000000 582.922119 0.000000 0.116982 0.000000 -0.993134 0.485750 0.485750 0.485750 +5387.786133 0.000000 569.896667 0.000000 0.008468 0.000000 -0.999964 0.427249 0.427249 0.427249 +5381.119141 0.000000 581.277954 0.000000 0.331287 0.000000 -0.943530 0.435202 0.435202 0.435202 +5384.667480 0.000000 569.622986 0.000000 0.301570 0.000000 -0.953444 0.475989 0.475989 0.475989 +5379.820801 0.000000 578.649109 0.000000 0.059259 0.000000 -0.998243 0.484622 0.484622 0.484622 +5401.283691 0.000000 586.461487 0.000000 0.464737 0.000000 -0.885449 0.491861 0.491861 0.491861 +5392.716797 0.000000 596.941589 0.000000 0.520344 0.000000 -0.853957 0.469689 0.469689 0.469689 +5221.982422 0.000000 728.074280 0.000000 0.411263 0.000000 -0.911517 0.415749 0.415749 0.415749 +5233.519043 0.000000 684.142151 0.000000 0.368096 0.000000 -0.929788 0.416512 0.416512 0.416512 +5221.432617 0.000000 688.839539 0.000000 0.573808 0.000000 -0.818990 0.481113 0.481113 0.481113 +5210.122559 0.000000 688.620911 0.000000 0.269810 0.000000 -0.962913 0.540817 0.540817 0.540817 +5204.089355 0.000000 722.629395 0.000000 0.004066 0.000000 -0.999992 0.429461 0.429461 0.429461 +5220.276367 0.000000 711.059265 0.000000 0.246549 0.000000 -0.969130 0.654258 0.654258 0.654258 +5196.552734 0.000000 704.006531 0.000000 0.114587 0.000000 -0.993413 0.526870 0.526870 0.526870 +5239.531250 0.000000 688.416199 0.000000 0.314756 0.000000 -0.949173 0.417234 0.417234 0.417234 +5206.937012 0.000000 692.239868 0.000000 0.073675 0.000000 -0.997282 0.420481 0.420481 0.420481 +5238.864258 0.000000 732.811157 0.000000 0.023179 0.000000 -0.999731 0.420941 0.420941 0.420941 +5199.831543 0.000000 681.984375 0.000000 0.527272 0.000000 -0.849697 0.425676 0.425676 0.425676 +5243.981445 0.000000 733.031738 0.000000 0.079943 0.000000 -0.996799 0.434789 0.434789 0.434789 +5213.392090 0.000000 722.485962 0.000000 0.180735 0.000000 -0.983532 0.473876 0.473876 0.473876 +5213.020508 0.000000 690.642883 0.000000 0.536288 0.000000 -0.844035 0.511321 0.511321 0.511321 +5229.386719 0.000000 732.519531 0.000000 0.468051 0.000000 -0.883702 0.536190 0.536190 0.536190 +5239.819336 0.000000 696.643433 0.000000 0.316109 0.000000 -0.948723 0.752065 0.752065 0.752065 +5205.934570 0.000000 732.624451 0.000000 0.082696 0.000000 -0.996575 0.553658 0.553658 0.553658 +5222.337891 0.000000 691.548645 0.000000 0.344556 0.000000 -0.938766 0.718764 0.718764 0.718764 +5200.244141 0.000000 707.010315 0.000000 0.475983 0.000000 -0.879455 0.476884 0.476884 0.476884 +5220.029297 0.000000 696.365295 0.000000 0.414764 0.000000 -0.909929 0.454888 0.454888 0.454888 +5245.738281 0.000000 706.061646 0.000000 0.358571 0.000000 -0.933502 0.616124 0.616124 0.616124 +5200.716797 0.000000 709.910339 0.000000 0.074236 0.000000 -0.997241 0.624088 0.624088 0.624088 +5209.661133 0.000000 737.363098 0.000000 0.112845 0.000000 -0.993613 0.612038 0.612038 0.612038 +5289.563477 0.000000 704.303528 0.000000 0.412515 0.000000 -0.910951 0.427585 0.427585 0.427585 +5288.832520 0.000000 681.313660 0.000000 0.415677 0.000000 -0.909512 0.465412 0.465412 0.465412 +5297.519043 0.000000 684.142151 0.000000 0.355051 0.000000 -0.934847 0.415861 0.415861 0.415861 +5262.007324 0.000000 708.702698 0.000000 0.119846 0.000000 -0.992793 0.548477 0.548477 0.548477 +5268.569336 0.000000 683.198975 0.000000 0.080269 0.000000 -0.996773 0.471308 0.471308 0.471308 +5270.478027 0.000000 712.705811 0.000000 0.283813 0.000000 -0.958880 0.534057 0.534057 0.534057 +5274.122559 0.000000 688.620911 0.000000 0.494647 0.000000 -0.869094 0.414622 0.414622 0.414622 +5286.893555 0.000000 697.259827 0.000000 0.026547 0.000000 -0.999648 0.420279 0.420279 0.420279 +5309.512207 0.000000 677.838684 0.000000 0.069581 0.000000 -0.997576 0.428515 0.428515 0.428515 +5279.826172 0.000000 685.934875 0.000000 0.562775 0.000000 -0.826610 0.412778 0.412778 0.412778 +5283.765137 0.000000 703.659729 0.000000 0.544737 0.000000 -0.838607 0.427454 0.427454 0.427454 +5274.074219 0.000000 708.328918 0.000000 0.028881 0.000000 -0.999583 0.489494 0.489494 0.489494 +5293.943359 0.000000 680.167419 0.000000 0.084160 0.000000 -0.996452 0.420486 0.420486 0.420486 +5269.668945 0.000000 687.601379 0.000000 0.258370 0.000000 -0.966046 0.417588 0.417588 0.417588 +5275.131348 0.000000 693.933655 0.000000 0.020558 0.000000 -0.999789 0.621122 0.621122 0.621122 +5259.786133 0.000000 682.865417 0.000000 0.241778 0.000000 -0.970332 0.434484 0.434484 0.434484 +5290.288574 0.000000 700.960327 0.000000 0.240621 0.000000 -0.970619 0.470689 0.470689 0.470689 +5283.104004 0.000000 686.354614 0.000000 0.318013 0.000000 -0.948086 0.482066 0.482066 0.482066 +5257.604492 0.000000 705.266907 0.000000 0.472194 0.000000 -0.881495 0.466445 0.466445 0.466445 +5281.448730 0.000000 701.109314 0.000000 0.036171 0.000000 -0.999346 0.627339 0.627339 0.627339 +5284.759766 0.000000 699.188721 0.000000 0.079071 0.000000 -0.996869 0.441232 0.441232 0.441232 +5268.994629 0.000000 680.365173 0.000000 0.399621 0.000000 -0.916681 0.550629 0.550629 0.550629 +5292.352051 0.000000 695.073608 0.000000 0.245999 0.000000 -0.969270 0.487682 0.487682 0.487682 +5269.235840 0.000000 697.673584 0.000000 0.349900 0.000000 -0.936787 0.509108 0.509108 0.509108 +5268.984863 0.000000 715.010498 0.000000 0.359457 0.000000 -0.933162 0.443190 0.443190 0.443190 6006.173828 0.000000 2152.590576 0.000000 0.351963 0.000000 -0.936014 0.416872 0.416872 0.416872 "} diff --git a/gfx/map/map_object_data/generated/pine_sparse_generator_2.txt b/gfx/map/map_object_data/generated/pine_sparse_generator_2.txt index b017387d..3eba8259 100644 --- a/gfx/map/map_object_data/generated/pine_sparse_generator_2.txt +++ b/gfx/map/map_object_data/generated/pine_sparse_generator_2.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_001_mesh" - count=400 + count=1064 transform="1271.044800 0.000000 2524.400879 0.000000 0.471090 0.000000 0.882085 0.438704 0.438704 0.438704 1271.432007 0.000000 2534.396240 0.000000 0.503356 0.000000 0.864079 0.657882 0.657882 0.657882 1272.471802 0.000000 2525.768555 0.000000 0.066166 0.000000 0.997809 0.497559 0.497559 0.497559 @@ -404,6 +404,670 @@ 2189.189209 0.000000 2832.473389 0.000000 0.239174 0.000000 0.970977 0.513911 0.513911 0.513911 2531.523193 0.000000 2812.380371 0.000000 0.222118 0.000000 0.975020 0.485372 0.485372 0.485372 2619.529785 0.000000 2937.834473 0.000000 0.002770 0.000000 0.999996 0.442309 0.442309 0.442309 +4278.864258 0.000000 111.483002 0.000000 0.130037 0.000000 0.991509 0.381013 0.381013 0.381013 +4283.981445 0.000000 111.703629 0.000000 0.272843 0.000000 0.962059 0.382291 0.382291 0.382291 +4271.537109 0.000000 83.612839 0.000000 0.238750 0.000000 0.971081 0.382278 0.382278 0.382278 +4262.469727 0.000000 83.078415 0.000000 0.022507 0.000000 0.999747 0.378509 0.378509 0.378509 +4281.190430 0.000000 98.591194 0.000000 0.318262 0.000000 0.948003 0.432161 0.432161 0.432161 +4284.034180 0.000000 104.307602 0.000000 0.378102 0.000000 0.925764 0.424245 0.424245 0.424245 +4347.981445 0.000000 168.188004 0.000000 0.184395 0.000000 0.982852 0.381255 0.381255 0.381255 +4339.402344 0.000000 166.936005 0.000000 0.146067 0.000000 0.989275 0.380515 0.380515 0.380515 +4313.916992 0.000000 157.734940 0.000000 0.363494 0.000000 0.931596 0.383240 0.383240 0.383240 +4300.526855 0.000000 136.014572 0.000000 0.444301 0.000000 0.895877 0.385363 0.385363 0.385363 +4302.979980 0.000000 137.808929 0.000000 0.401465 0.000000 0.915874 0.390165 0.390165 0.390165 +4292.602051 0.000000 115.574570 0.000000 0.512443 0.000000 0.858721 0.397474 0.397474 0.397474 +4329.967773 0.000000 199.271057 0.000000 0.129204 0.000000 0.991618 0.380138 0.380138 0.380138 +4305.664551 0.000000 176.109146 0.000000 0.482377 0.000000 0.875964 0.385237 0.385237 0.385237 +4318.961914 0.000000 170.414444 0.000000 0.152317 0.000000 0.988332 0.389991 0.389991 0.389991 +4324.029297 0.000000 188.005920 0.000000 0.508214 0.000000 0.861231 0.395566 0.395566 0.395566 +4313.706543 0.000000 183.092484 0.000000 0.294831 0.000000 0.955549 0.392137 0.392137 0.392137 +4307.894531 0.000000 177.224899 0.000000 0.416514 0.000000 0.909129 0.395871 0.395871 0.395871 +4314.245605 0.000000 187.965012 0.000000 0.086043 0.000000 0.996291 0.405009 0.405009 0.405009 +4524.083496 0.000000 76.545364 0.000000 0.332273 0.000000 0.943183 0.383697 0.383697 0.383697 +4556.112305 0.000000 71.391129 0.000000 0.399208 0.000000 0.916861 0.383896 0.383896 0.383896 +4366.873047 0.000000 177.500198 0.000000 0.372939 0.000000 0.927856 0.384510 0.384510 0.384510 +4361.084961 0.000000 180.270996 0.000000 0.332851 0.000000 0.942979 0.382783 0.382783 0.382783 +4494.875488 0.000000 157.730789 0.000000 0.296035 0.000000 0.955177 0.383319 0.383319 0.383319 +4499.443848 0.000000 162.888519 0.000000 0.535378 0.000000 0.844613 0.425391 0.425391 0.425391 +4518.646484 0.000000 145.125977 0.000000 0.199011 0.000000 0.979997 0.415745 0.415745 0.415745 +4516.550293 0.000000 143.762772 0.000000 0.369062 0.000000 0.929405 0.425887 0.425887 0.425887 +4509.291016 0.000000 155.311279 0.000000 0.272495 0.000000 0.962157 0.411599 0.411599 0.411599 +4507.673340 0.000000 165.742081 0.000000 0.467358 0.000000 0.884068 0.420437 0.420437 0.420437 +4512.801270 0.000000 141.283981 0.000000 0.433660 0.000000 0.901076 0.427082 0.427082 0.427082 +4510.716309 0.000000 159.206757 0.000000 0.398186 0.000000 0.917305 0.426421 0.426421 0.426421 +4507.739258 0.000000 156.592133 0.000000 0.428144 0.000000 0.903710 0.428792 0.428792 0.428792 +4514.967773 0.000000 147.711441 0.000000 0.570752 0.000000 0.821123 0.427935 0.427935 0.427935 +4560.971680 0.000000 162.145782 0.000000 0.192806 0.000000 0.981237 0.381852 0.381852 0.381852 +4589.465820 0.000000 157.264709 0.000000 0.479904 0.000000 0.877321 0.429783 0.429783 0.429783 +4493.612305 0.000000 172.581741 0.000000 0.288049 0.000000 0.957616 0.442348 0.442348 0.442348 +4494.033691 0.000000 175.344101 0.000000 0.312536 0.000000 0.949906 0.441025 0.441025 0.441025 +4495.854980 0.000000 175.982849 0.000000 0.480953 0.000000 0.876746 0.444356 0.444356 0.444356 +4555.442871 0.000000 187.261719 0.000000 0.080683 0.000000 0.996740 0.385371 0.385371 0.385371 +4324.620605 0.000000 329.130371 0.000000 0.197508 0.000000 0.980301 0.381367 0.381367 0.381367 +4331.601562 0.000000 335.321930 0.000000 0.051931 0.000000 0.998651 0.457231 0.457231 0.457231 +4337.129395 0.000000 332.827789 0.000000 0.562789 0.000000 0.826601 0.420430 0.420430 0.420430 +4331.596680 0.000000 330.963379 0.000000 0.259754 0.000000 0.965675 0.409591 0.409591 0.409591 +4330.219238 0.000000 328.636536 0.000000 0.365670 0.000000 0.930745 0.409556 0.409556 0.409556 +4333.465820 0.000000 326.717834 0.000000 0.532765 0.000000 0.846263 0.419846 0.419846 0.419846 +4330.281250 0.000000 324.633606 0.000000 0.075632 0.000000 0.997136 0.411930 0.411930 0.411930 +4333.836426 0.000000 335.054657 0.000000 0.171796 0.000000 0.985133 0.413508 0.413508 0.413508 +4338.394043 0.000000 334.543640 0.000000 0.480274 0.000000 0.877118 0.418854 0.418854 0.418854 +4330.638672 0.000000 332.854492 0.000000 0.092913 0.000000 0.995674 0.426366 0.426366 0.426366 +4328.389160 0.000000 336.052216 0.000000 0.000629 0.000000 1.000000 0.487419 0.487419 0.487419 +4318.288086 0.000000 336.884308 0.000000 0.407646 0.000000 0.913140 0.562610 0.562610 0.562610 +4321.680176 0.000000 338.249634 0.000000 0.422793 0.000000 0.906226 0.628228 0.628228 0.628228 +4331.722656 0.000000 337.745117 0.000000 0.251112 0.000000 0.967958 0.457669 0.457669 0.457669 +4315.159668 0.000000 336.550385 0.000000 0.291471 0.000000 0.956580 0.504634 0.504634 0.504634 +4312.077637 0.000000 348.302704 0.000000 0.393056 0.000000 0.919515 0.563926 0.563926 0.563926 +4347.739258 0.000000 343.412872 0.000000 0.080104 0.000000 0.996787 0.412003 0.412003 0.412003 +4347.529785 0.000000 339.553253 0.000000 0.041500 0.000000 0.999138 0.411373 0.411373 0.411373 +4311.366211 0.000000 341.558960 0.000000 0.387330 0.000000 0.921941 0.462270 0.462270 0.462270 +4318.652344 0.000000 350.991608 0.000000 0.079434 0.000000 0.996840 0.489184 0.489184 0.489184 +4322.937012 0.000000 340.690979 0.000000 0.133554 0.000000 0.991042 0.504351 0.504351 0.504351 +4312.512695 0.000000 346.639160 0.000000 0.531366 0.000000 0.847142 0.598742 0.598742 0.598742 +4317.325684 0.000000 343.381256 0.000000 0.211904 0.000000 0.977290 0.563714 0.563714 0.563714 +4319.069336 0.000000 348.289368 0.000000 0.363013 0.000000 0.931784 0.568280 0.568280 0.568280 +4314.364746 0.000000 420.951935 0.000000 0.082558 0.000000 0.996586 0.380161 0.380161 0.380161 +4305.939453 0.000000 437.186218 0.000000 0.351353 0.000000 0.936243 0.383482 0.383482 0.383482 +4329.967773 0.000000 425.208557 0.000000 0.359959 0.000000 0.932968 0.383367 0.383367 0.383367 +4326.581055 0.000000 430.515076 0.000000 0.577822 0.000000 0.816163 0.386795 0.386795 0.386795 +4342.385254 0.000000 399.299652 0.000000 0.231363 0.000000 0.972867 0.520725 0.520725 0.520725 +4351.825195 0.000000 408.643250 0.000000 0.085068 0.000000 0.996375 0.560005 0.560005 0.560005 +4338.999023 0.000000 402.733429 0.000000 0.408901 0.000000 0.912579 0.601419 0.601419 0.601419 +4340.080566 0.000000 408.584137 0.000000 0.017459 0.000000 0.999848 0.486066 0.486066 0.486066 +4341.071289 0.000000 400.131927 0.000000 0.556372 0.000000 0.830933 0.489710 0.489710 0.489710 +4343.353516 0.000000 402.534424 0.000000 0.046096 0.000000 0.998937 0.493633 0.493633 0.493633 +4340.241699 0.000000 407.125397 0.000000 0.134739 0.000000 0.990881 0.523488 0.523488 0.523488 +4337.096680 0.000000 403.084137 0.000000 0.467656 0.000000 0.883910 0.555591 0.555591 0.555591 +4448.032227 0.000000 262.875397 0.000000 0.041454 0.000000 0.999140 0.380146 0.380146 0.380146 +4450.857422 0.000000 255.066406 0.000000 0.556140 0.000000 0.831089 0.386431 0.386431 0.386431 +4441.283691 0.000000 247.555252 0.000000 0.241072 0.000000 0.970507 0.387718 0.387718 0.387718 +4470.158691 0.000000 257.997253 0.000000 0.155941 0.000000 0.987766 0.384674 0.384674 0.384674 +4509.020508 0.000000 238.767883 0.000000 0.309134 0.000000 0.951018 0.383060 0.383060 0.383060 +4489.278320 0.000000 276.021088 0.000000 0.364758 0.000000 0.931102 0.383498 0.383498 0.383498 +4505.283691 0.000000 247.555252 0.000000 0.506230 0.000000 0.862399 0.385564 0.385564 0.385564 +4501.235840 0.000000 245.798584 0.000000 0.079879 0.000000 0.996805 0.379306 0.379306 0.379306 +4498.190430 0.000000 291.944031 0.000000 0.555746 0.000000 0.831352 0.386719 0.386719 0.386719 +4538.028320 0.000000 295.520477 0.000000 0.517650 0.000000 0.855593 0.386005 0.386005 0.386005 +4497.664551 0.000000 289.077911 0.000000 0.442185 0.000000 0.896924 0.390813 0.390813 0.390813 +4510.961914 0.000000 283.383179 0.000000 0.283686 0.000000 0.958917 0.382317 0.382317 0.382317 +4507.678223 0.000000 287.436035 0.000000 0.446379 0.000000 0.894844 0.390880 0.390880 0.390880 +4548.047852 0.000000 290.771942 0.000000 0.141696 0.000000 0.989910 0.380812 0.380812 0.380812 +4393.128906 0.000000 359.771912 0.000000 0.338360 0.000000 0.941017 0.416317 0.416317 0.416317 +4371.362793 0.000000 366.894073 0.000000 0.482360 0.000000 0.875973 0.417068 0.417068 0.417068 +4375.935547 0.000000 375.961365 0.000000 0.289357 0.000000 0.957221 0.415477 0.415477 0.415477 +4359.143066 0.000000 366.290710 0.000000 0.489015 0.000000 0.872275 0.402566 0.402566 0.402566 +4388.550293 0.000000 369.700256 0.000000 0.028299 0.000000 0.999600 0.411158 0.411158 0.411158 +4357.729492 0.000000 380.935089 0.000000 0.029404 0.000000 0.999568 0.398809 0.398809 0.398809 +4389.463867 0.000000 402.995972 0.000000 0.533108 0.000000 0.846047 0.401507 0.401507 0.401507 +4372.805176 0.000000 395.458160 0.000000 0.193946 0.000000 0.981012 0.437026 0.437026 0.437026 +4411.739258 0.000000 399.897247 0.000000 0.068177 0.000000 0.997673 0.392304 0.392304 0.392304 +4391.778320 0.000000 451.225616 0.000000 0.082707 0.000000 0.996574 0.403182 0.403182 0.403182 +4399.448242 0.000000 419.898193 0.000000 0.090080 0.000000 0.995934 0.431612 0.431612 0.431612 +4411.429199 0.000000 420.703247 0.000000 0.574329 0.000000 0.818624 0.451843 0.451843 0.451843 +4352.233887 0.000000 408.833862 0.000000 0.322067 0.000000 0.946717 0.547729 0.547729 0.547729 +4352.369629 0.000000 406.292542 0.000000 0.496092 0.000000 0.868270 0.538580 0.538580 0.538580 +4401.393555 0.000000 419.221161 0.000000 0.203650 0.000000 0.979044 0.491993 0.491993 0.491993 +4477.524414 0.000000 412.460327 0.000000 0.119657 0.000000 0.992815 0.380875 0.380875 0.380875 +4418.681152 0.000000 417.609192 0.000000 0.584836 0.000000 0.811151 0.593581 0.593581 0.593581 +4614.057129 0.000000 157.906509 0.000000 0.017886 0.000000 0.999840 0.378444 0.378444 0.378444 +4646.337891 0.000000 183.189270 0.000000 0.352433 0.000000 0.935837 0.389401 0.389401 0.389401 +4643.200195 0.000000 182.250092 0.000000 0.559174 0.000000 0.829050 0.386433 0.386433 0.386433 +4676.957520 0.000000 209.300217 0.000000 0.291435 0.000000 0.956591 0.382683 0.382683 0.382683 +4684.083496 0.000000 214.966980 0.000000 0.157500 0.000000 0.987519 0.386487 0.386487 0.386487 +4794.368164 0.000000 164.894699 0.000000 0.393475 0.000000 0.919335 0.385033 0.385033 0.385033 +4795.981445 0.000000 168.188004 0.000000 0.412296 0.000000 0.911050 0.384438 0.384438 0.384438 +4772.620605 0.000000 216.161621 0.000000 0.201903 0.000000 0.979405 0.381564 0.381564 0.381564 +4783.145508 0.000000 187.600967 0.000000 0.530010 0.000000 0.847992 0.386051 0.386051 0.386051 +4861.524414 0.000000 186.522827 0.000000 0.112661 0.000000 0.993634 0.380491 0.380491 0.380491 +4810.072266 0.000000 225.625153 0.000000 0.574701 0.000000 0.818364 0.393037 0.393037 0.393037 +4889.916992 0.000000 214.219315 0.000000 0.039238 0.000000 0.999230 0.378664 0.378664 0.378664 +4876.526855 0.000000 192.498947 0.000000 0.353774 0.000000 0.935331 0.383095 0.383095 0.383095 +4877.099609 0.000000 189.229767 0.000000 0.550052 0.000000 0.835130 0.386182 0.386182 0.386182 +4891.635742 0.000000 192.503494 0.000000 0.340535 0.000000 0.940232 0.382897 0.382897 0.382897 +4892.947754 0.000000 199.524963 0.000000 0.416632 0.000000 0.909075 0.384104 0.384104 0.384104 +4878.979980 0.000000 194.293304 0.000000 0.018231 0.000000 0.999834 0.378294 0.378294 0.378294 +4875.616211 0.000000 198.794281 0.000000 0.479860 0.000000 0.877345 0.385143 0.385143 0.385143 +4876.721191 0.000000 207.777985 0.000000 0.382901 0.000000 0.923789 0.383533 0.383533 0.383533 +4691.991699 0.000000 315.649353 0.000000 0.106180 0.000000 0.994347 0.380383 0.380383 0.380383 +4684.721191 0.000000 320.746735 0.000000 0.495093 0.000000 0.868840 0.404503 0.404503 0.404503 +4691.443848 0.000000 332.341644 0.000000 0.478017 0.000000 0.878350 0.426104 0.426104 0.426104 +4687.870117 0.000000 319.244751 0.000000 0.202937 0.000000 0.979192 0.415810 0.415810 0.415810 +4695.348633 0.000000 335.420349 0.000000 0.505505 0.000000 0.862824 0.404687 0.404687 0.404687 +4689.493164 0.000000 326.394653 0.000000 0.582079 0.000000 0.813132 0.420813 0.420813 0.420813 +4690.979980 0.000000 322.435699 0.000000 0.410053 0.000000 0.912062 0.423017 0.423017 0.423017 +4687.590332 0.000000 334.518341 0.000000 0.492170 0.000000 0.870499 0.428199 0.428199 0.428199 +4693.843750 0.000000 332.706604 0.000000 0.387318 0.000000 0.921946 0.420794 0.420794 0.420794 +4688.905273 0.000000 336.321289 0.000000 0.217322 0.000000 0.976100 0.428549 0.428549 0.428549 +4798.624512 0.000000 234.757629 0.000000 0.228705 0.000000 0.973496 0.381934 0.381934 0.381934 +4774.686523 0.000000 226.243286 0.000000 0.506406 0.000000 0.862295 0.386086 0.386086 0.386086 +4840.015625 0.000000 233.566101 0.000000 0.026246 0.000000 0.999656 0.379177 0.379177 0.379177 +4838.686523 0.000000 226.243286 0.000000 0.539403 0.000000 0.842048 0.386304 0.386304 0.386304 +4796.832520 0.000000 314.743622 0.000000 0.275335 0.000000 0.961348 0.382133 0.382133 0.382133 +4796.008301 0.000000 324.699036 0.000000 0.478984 0.000000 0.877824 0.407877 0.407877 0.407877 +4800.163086 0.000000 317.168427 0.000000 0.302372 0.000000 0.953190 0.383154 0.383154 0.383154 +4823.836426 0.000000 333.034760 0.000000 0.267884 0.000000 0.963451 0.382220 0.382220 0.382220 +4670.270020 0.000000 343.337646 0.000000 0.472573 0.000000 0.881292 0.385513 0.385513 0.385513 +4729.910645 0.000000 386.857300 0.000000 0.376211 0.000000 0.926534 0.383964 0.383964 0.383964 +4733.507812 0.000000 388.683044 0.000000 0.233257 0.000000 0.972415 0.382064 0.382064 0.382064 +4698.987305 0.000000 338.995056 0.000000 0.014971 0.000000 0.999888 0.378482 0.378482 0.378482 +4730.631836 0.000000 374.042694 0.000000 0.528450 0.000000 0.848964 0.385925 0.385925 0.385925 +4715.601562 0.000000 391.806305 0.000000 0.198442 0.000000 0.980113 0.388883 0.388883 0.388883 +4692.805176 0.000000 338.973785 0.000000 0.019202 0.000000 0.999816 0.386257 0.386257 0.386257 +4705.365723 0.000000 349.081085 0.000000 0.498645 0.000000 0.866807 0.457449 0.457449 0.457449 +4685.612305 0.000000 342.034851 0.000000 0.155765 0.000000 0.987794 0.393619 0.393619 0.393619 +4676.602051 0.000000 341.512054 0.000000 0.058171 0.000000 0.998307 0.413412 0.413412 0.413412 +4699.673340 0.000000 391.679565 0.000000 0.257612 0.000000 0.966248 0.447119 0.447119 0.447119 +4698.529785 0.000000 394.313080 0.000000 0.540202 0.000000 0.841535 0.456554 0.456554 0.456554 +4709.372070 0.000000 342.970795 0.000000 0.218688 0.000000 0.975795 0.433920 0.433920 0.433920 +4689.664551 0.000000 402.046661 0.000000 0.527898 0.000000 0.849308 0.392227 0.392227 0.392227 +4688.939453 0.000000 411.319305 0.000000 0.555186 0.000000 0.831726 0.390853 0.390853 0.390853 +4710.337891 0.000000 409.126770 0.000000 0.415746 0.000000 0.909481 0.384148 0.384148 0.384148 +4707.200195 0.000000 408.187592 0.000000 0.387499 0.000000 0.921870 0.383720 0.383720 0.383720 +4719.339355 0.000000 395.636627 0.000000 0.356261 0.000000 0.934387 0.403966 0.403966 0.403966 +4691.894531 0.000000 403.162384 0.000000 0.560021 0.000000 0.828478 0.403831 0.403831 0.403831 +4685.487793 0.000000 405.407318 0.000000 0.232705 0.000000 0.972547 0.392991 0.392991 0.392991 +4723.914062 0.000000 401.179016 0.000000 0.353922 0.000000 0.935275 0.409357 0.409357 0.409357 +4726.385254 0.000000 399.299652 0.000000 0.065359 0.000000 0.997862 0.415298 0.415298 0.415298 +4698.165527 0.000000 403.648407 0.000000 0.118441 0.000000 0.992961 0.405523 0.405523 0.405523 +4710.792969 0.000000 398.202606 0.000000 0.435859 0.000000 0.900015 0.421675 0.421675 0.421675 +4729.678223 0.000000 410.512268 0.000000 0.357944 0.000000 0.933743 0.413042 0.413042 0.413042 +4691.236816 0.000000 406.713684 0.000000 0.581365 0.000000 0.813643 0.424477 0.424477 0.424477 +4724.679199 0.000000 415.079956 0.000000 0.037832 0.000000 0.999284 0.414842 0.414842 0.414842 +4701.096680 0.000000 395.786835 0.000000 0.322115 0.000000 0.946701 0.460901 0.460901 0.460901 +4685.704590 0.000000 408.217224 0.000000 0.356383 0.000000 0.934340 0.420243 0.420243 0.420243 +4697.304688 0.000000 396.384338 0.000000 0.561947 0.000000 0.827173 0.436922 0.436922 0.436922 +4742.507812 0.000000 390.997375 0.000000 0.113953 0.000000 0.993486 0.379781 0.379781 0.379781 +4745.278320 0.000000 388.989838 0.000000 0.015032 0.000000 0.999887 0.378715 0.378715 0.378715 +4789.519043 0.000000 365.531677 0.000000 0.119420 0.000000 0.992844 0.379930 0.379930 0.379930 +4821.668945 0.000000 348.695129 0.000000 0.482804 0.000000 0.875728 0.385936 0.385936 0.385936 +4774.346680 0.000000 449.648315 0.000000 0.258069 0.000000 0.966126 0.382015 0.382015 0.382015 +4765.422852 0.000000 433.942444 0.000000 0.411140 0.000000 0.911572 0.384020 0.384020 0.384020 +4736.042480 0.000000 395.397949 0.000000 0.204623 0.000000 0.978841 0.381057 0.381057 0.381057 +4739.913086 0.000000 406.327148 0.000000 0.405754 0.000000 0.913982 0.412057 0.412057 0.412057 +4803.837402 0.000000 418.952698 0.000000 0.152477 0.000000 0.988307 0.381029 0.381029 0.381029 +4818.190430 0.000000 404.912781 0.000000 0.366356 0.000000 0.930475 0.383582 0.383582 0.383582 +4984.246582 0.000000 398.247498 0.000000 0.095568 0.000000 0.995423 0.445803 0.445803 0.445803 +5006.389160 0.000000 372.290955 0.000000 0.129227 0.000000 0.991615 0.437613 0.437613 0.437613 +5007.870117 0.000000 375.729126 0.000000 0.482068 0.000000 0.876134 0.453459 0.453459 0.453459 +5044.706543 0.000000 395.221588 0.000000 0.470043 0.000000 0.882644 0.394924 0.394924 0.394924 +5041.129395 0.000000 389.312164 0.000000 0.523823 0.000000 0.851827 0.397671 0.397671 0.397671 +5038.671387 0.000000 385.360718 0.000000 0.200504 0.000000 0.979693 0.403256 0.403256 0.403256 +5041.314941 0.000000 381.604492 0.000000 0.161553 0.000000 0.986864 0.459412 0.459412 0.459412 +5030.962402 0.000000 383.086212 0.000000 0.233964 0.000000 0.972245 0.421699 0.421699 0.421699 +5051.003418 0.000000 384.915955 0.000000 0.096215 0.000000 0.995361 0.419351 0.419351 0.419351 +5042.216309 0.000000 383.451080 0.000000 0.033183 0.000000 0.999449 0.416527 0.416527 0.416527 +5007.590332 0.000000 391.002716 0.000000 0.054915 0.000000 0.998491 0.445036 0.445036 0.445036 +5009.033691 0.000000 378.867126 0.000000 0.578747 0.000000 0.815507 0.437279 0.437279 0.437279 +5008.905273 0.000000 392.805664 0.000000 0.043208 0.000000 0.999066 0.420220 0.420220 0.420220 +4996.679688 0.000000 391.521179 0.000000 0.042500 0.000000 0.999096 0.457045 0.457045 0.457045 +5046.588867 0.000000 392.089417 0.000000 0.497863 0.000000 0.867256 0.462878 0.462878 0.462878 +4998.073242 0.000000 392.693726 0.000000 0.283896 0.000000 0.958855 0.467234 0.467234 0.467234 +5000.986816 0.000000 393.614319 0.000000 0.023565 0.000000 0.999722 0.460156 0.460156 0.460156 +5101.814941 0.000000 375.452332 0.000000 0.193099 0.000000 0.981179 0.435234 0.435234 0.435234 +5096.199219 0.000000 369.752228 0.000000 0.559024 0.000000 0.829151 0.425862 0.425862 0.425862 +5014.478027 0.000000 430.283905 0.000000 0.305759 0.000000 0.952109 0.383705 0.383705 0.383705 +5036.194824 0.000000 407.468018 0.000000 0.259354 0.000000 0.965782 0.382577 0.382577 0.382577 +5028.029297 0.000000 413.943420 0.000000 0.343977 0.000000 0.938978 0.385642 0.385642 0.385642 +5001.795410 0.000000 395.415009 0.000000 0.314367 0.000000 0.949302 0.408695 0.408695 0.408695 +5045.428223 0.000000 413.231842 0.000000 0.178616 0.000000 0.983919 0.395755 0.395755 0.395755 +5030.385742 0.000000 412.235657 0.000000 0.340679 0.000000 0.940180 0.416358 0.416358 0.416358 +5054.390625 0.000000 451.151184 0.000000 0.582602 0.000000 0.812758 0.426341 0.426341 0.426341 +5005.612305 0.000000 398.519226 0.000000 0.481305 0.000000 0.876553 0.424344 0.424344 0.424344 +5028.952637 0.000000 435.867554 0.000000 0.417205 0.000000 0.908813 0.461109 0.461109 0.461109 +5019.443848 0.000000 427.655579 0.000000 0.080688 0.000000 0.996739 0.410241 0.410241 0.410241 +5035.311523 0.000000 420.538422 0.000000 0.287150 0.000000 0.957886 0.449478 0.449478 0.449478 +5054.854492 0.000000 421.974030 0.000000 0.144670 0.000000 0.989480 0.462594 0.462594 0.462594 +5016.332520 0.000000 430.595032 0.000000 0.025914 0.000000 0.999664 0.463686 0.463686 0.463686 +5043.291016 0.000000 405.814697 0.000000 0.499014 0.000000 0.866594 0.442912 0.442912 0.442912 +5034.439941 0.000000 407.614441 0.000000 0.260607 0.000000 0.965445 0.450741 0.450741 0.450741 +5093.432617 0.000000 406.417664 0.000000 0.370382 0.000000 0.928880 0.384593 0.384593 0.384593 +5078.782715 0.000000 402.694000 0.000000 0.543639 0.000000 0.839319 0.392496 0.392496 0.392496 +5084.838379 0.000000 420.458008 0.000000 0.508504 0.000000 0.861060 0.412066 0.412066 0.412066 +5095.465820 0.000000 405.276337 0.000000 0.415269 0.000000 0.909699 0.414039 0.414039 0.414039 +5060.166992 0.000000 444.155182 0.000000 0.539411 0.000000 0.842043 0.449239 0.449239 0.449239 +5079.366211 0.000000 398.043335 0.000000 0.401377 0.000000 0.915913 0.424670 0.424670 0.424670 +5060.679688 0.000000 448.005554 0.000000 0.290774 0.000000 0.956792 0.431657 0.431657 0.431657 +4269.311035 0.000000 486.224884 0.000000 0.459849 0.000000 0.887997 0.385265 0.385265 0.385265 +4265.656250 0.000000 491.984772 0.000000 0.120486 0.000000 0.992715 0.380162 0.380162 0.380162 +4266.678223 0.000000 490.050049 0.000000 0.102976 0.000000 0.994684 0.401723 0.401723 0.401723 +4294.395508 0.000000 481.930664 0.000000 0.038932 0.000000 0.999242 0.381213 0.381213 0.381213 +4290.627930 0.000000 480.582184 0.000000 0.368384 0.000000 0.929674 0.396912 0.396912 0.396912 +4434.579102 0.000000 507.063904 0.000000 0.417980 0.000000 0.908456 0.384694 0.384694 0.384694 +4410.637207 0.000000 535.293091 0.000000 0.258734 0.000000 0.965948 0.386177 0.386177 0.386177 +4434.283691 0.000000 509.492065 0.000000 0.321709 0.000000 0.946839 0.383487 0.383487 0.383487 +4686.873047 0.000000 459.922058 0.000000 0.533499 0.000000 0.845801 0.386813 0.386813 0.386813 +4695.371094 0.000000 494.888916 0.000000 0.468766 0.000000 0.883322 0.385185 0.385185 0.385185 +4688.939453 0.000000 467.803680 0.000000 0.073809 0.000000 0.997272 0.381709 0.381709 0.381709 +4774.824707 0.000000 457.112915 0.000000 0.018487 0.000000 0.999829 0.380923 0.380923 0.380923 +4966.893555 0.000000 527.806702 0.000000 0.220410 0.000000 0.975407 0.382493 0.382493 0.382493 +4969.204590 0.000000 544.920715 0.000000 0.214782 0.000000 0.976662 0.381539 0.381539 0.381539 +4963.104004 0.000000 516.901489 0.000000 0.440428 0.000000 0.897788 0.384749 0.384749 0.384749 +4942.979980 0.000000 533.199524 0.000000 0.456055 0.000000 0.889952 0.384660 0.384660 0.384660 +4984.639160 0.000000 513.331726 0.000000 0.215907 0.000000 0.976414 0.385547 0.385547 0.385547 +4950.077637 0.000000 525.534058 0.000000 0.121805 0.000000 0.992554 0.382393 0.382393 0.382393 +4966.385742 0.000000 525.204407 0.000000 0.188680 0.000000 0.982039 0.399490 0.399490 0.399490 +4965.463867 0.000000 515.964722 0.000000 0.131850 0.000000 0.991270 0.465848 0.465848 0.465848 +4938.235840 0.000000 552.043579 0.000000 0.397765 0.000000 0.917487 0.448088 0.448088 0.448088 +4969.650879 0.000000 517.646118 0.000000 0.354543 0.000000 0.935040 0.411176 0.411176 0.411176 +4982.385254 0.000000 512.268433 0.000000 0.433747 0.000000 0.901035 0.448821 0.448821 0.448821 +4975.645996 0.000000 516.057373 0.000000 0.323918 0.000000 0.946085 0.407049 0.407049 0.407049 +4963.522949 0.000000 553.005310 0.000000 0.018701 0.000000 0.999825 0.473965 0.473965 0.473965 +4955.673340 0.000000 561.132690 0.000000 0.354701 0.000000 0.934980 0.423823 0.423823 0.423823 +4960.801270 0.000000 536.674622 0.000000 0.112289 0.000000 0.993676 0.432007 0.432007 0.432007 +4975.448242 0.000000 532.866943 0.000000 0.062663 0.000000 0.998035 0.450442 0.450442 0.450442 +4953.618652 0.000000 560.036621 0.000000 0.404058 0.000000 0.914733 0.431959 0.431959 0.431959 +4968.389160 0.000000 561.989746 0.000000 0.138844 0.000000 0.990314 0.411187 0.411187 0.411187 +4950.911621 0.000000 549.348999 0.000000 0.122640 0.000000 0.992451 0.455118 0.455118 0.455118 +4990.970703 0.000000 531.015381 0.000000 0.177532 0.000000 0.984115 0.456200 0.456200 0.456200 +4978.490723 0.000000 531.148926 0.000000 0.325156 0.000000 0.945660 0.448437 0.448437 0.448437 +4980.393066 0.000000 530.752991 0.000000 0.524596 0.000000 0.851351 0.437972 0.437972 0.437972 +4964.099609 0.000000 546.677185 0.000000 0.252199 0.000000 0.967675 0.430958 0.430958 0.430958 +4968.388184 0.000000 558.361023 0.000000 0.133277 0.000000 0.991079 0.472897 0.472897 0.472897 +4984.710938 0.000000 532.190918 0.000000 0.001901 0.000000 0.999998 0.457982 0.457982 0.457982 +4939.256348 0.000000 561.392700 0.000000 0.238554 0.000000 0.971129 0.453864 0.453864 0.453864 +4988.201172 0.000000 528.949890 0.000000 0.422488 0.000000 0.906368 0.452202 0.452202 0.452202 +4990.383301 0.000000 529.525818 0.000000 0.522752 0.000000 0.852485 0.470712 0.470712 0.470712 +5044.003906 0.000000 455.202576 0.000000 0.259527 0.000000 0.965736 0.382297 0.382297 0.382297 +5016.795410 0.000000 479.787201 0.000000 0.245214 0.000000 0.969469 0.391381 0.391381 0.391381 +5035.095215 0.000000 466.193634 0.000000 0.514667 0.000000 0.857390 0.468707 0.468707 0.468707 +5051.739258 0.000000 456.381622 0.000000 0.419784 0.000000 0.907624 0.395924 0.395924 0.395924 +4996.035156 0.000000 458.094727 0.000000 0.379619 0.000000 0.925143 0.462106 0.462106 0.462106 +5051.502441 0.000000 463.872345 0.000000 0.040162 0.000000 0.999193 0.428968 0.428968 0.428968 +5014.981445 0.000000 480.099548 0.000000 0.439248 0.000000 0.898366 0.450743 0.450743 0.450743 +5109.519043 0.000000 478.500427 0.000000 0.151435 0.000000 0.988467 0.382817 0.382817 0.382817 +5119.510742 0.000000 476.611694 0.000000 0.548991 0.000000 0.835828 0.445795 0.445795 0.445795 +5119.163574 0.000000 484.549561 0.000000 0.526357 0.000000 0.850264 0.410561 0.410561 0.410561 +5108.679199 0.000000 471.564331 0.000000 0.524618 0.000000 0.851337 0.425180 0.425180 0.425180 +5086.288086 0.000000 506.337433 0.000000 0.443553 0.000000 0.896248 0.443592 0.443592 0.443592 +5103.350098 0.000000 506.618042 0.000000 0.573001 0.000000 0.819554 0.429817 0.429817 0.429817 +5116.771484 0.000000 488.959106 0.000000 0.007725 0.000000 0.999970 0.423133 0.423133 0.423133 +5092.813477 0.000000 469.029236 0.000000 0.078592 0.000000 0.996907 0.463010 0.463010 0.463010 +5025.099609 0.000000 542.309082 0.000000 0.220283 0.000000 0.975436 0.381616 0.381616 0.381616 +4994.552734 0.000000 564.435608 0.000000 0.009548 0.000000 0.999954 0.497972 0.497972 0.497972 +4994.627930 0.000000 537.066589 0.000000 0.443283 0.000000 0.896381 0.445397 0.445397 0.445397 +4998.475098 0.000000 522.950012 0.000000 0.466324 0.000000 0.884614 0.433157 0.433157 0.433157 +5041.424316 0.000000 546.775940 0.000000 0.325586 0.000000 0.945513 0.469902 0.469902 0.469902 +5031.167969 0.000000 556.829346 0.000000 0.496336 0.000000 0.868131 0.433750 0.433750 0.433750 +5054.854492 0.000000 534.942810 0.000000 0.505482 0.000000 0.862837 0.452146 0.452146 0.452146 +5022.288086 0.000000 562.821777 0.000000 0.147020 0.000000 0.989134 0.416656 0.416656 0.416656 +5016.332520 0.000000 543.563782 0.000000 0.114867 0.000000 0.993381 0.435586 0.435586 0.435586 +4996.189941 0.000000 553.522644 0.000000 0.051646 0.000000 0.998665 0.453729 0.453729 0.453729 +5051.429199 0.000000 533.671997 0.000000 0.460428 0.000000 0.887697 0.445748 0.445748 0.445748 +5017.336426 0.000000 546.357666 0.000000 0.242841 0.000000 0.970066 0.448614 0.448614 0.448614 +5053.294434 0.000000 523.874817 0.000000 0.470124 0.000000 0.882601 0.503751 0.503751 0.503751 +5099.601562 0.000000 561.259460 0.000000 0.088033 0.000000 0.996118 0.419213 0.419213 0.419213 +5071.870117 0.000000 545.182251 0.000000 0.009800 0.000000 0.999952 0.472042 0.472042 0.472042 +5092.144531 0.000000 557.320801 0.000000 0.541102 0.000000 0.840957 0.412670 0.412670 0.412670 +5058.026855 0.000000 556.985596 0.000000 0.050023 0.000000 0.998748 0.430900 0.430900 0.430900 +5102.671387 0.000000 554.813843 0.000000 0.161274 0.000000 0.986910 0.448816 0.448816 0.448816 +5103.085449 0.000000 547.187500 0.000000 0.585284 0.000000 0.810829 0.424557 0.424557 0.424557 +5111.867676 0.000000 555.591003 0.000000 0.474728 0.000000 0.880133 0.411454 0.411454 0.411454 +5092.742188 0.000000 561.564575 0.000000 0.007698 0.000000 0.999970 0.459838 0.459838 0.459838 +5093.294434 0.000000 553.315491 0.000000 0.459846 0.000000 0.887999 0.472875 0.472875 0.472875 +5074.362793 0.000000 540.995972 0.000000 0.200165 0.000000 0.979762 0.442469 0.442469 0.442469 +5080.891602 0.000000 554.714478 0.000000 0.402444 0.000000 0.915445 0.449986 0.449986 0.449986 +5079.673828 0.000000 514.315491 0.000000 0.529811 0.000000 0.848116 0.474513 0.474513 0.474513 +4991.586426 0.000000 618.278320 0.000000 0.061572 0.000000 0.998103 0.380257 0.380257 0.380257 +4972.051758 0.000000 596.938049 0.000000 0.564164 0.000000 0.825663 0.387318 0.387318 0.387318 +4991.976562 0.000000 615.459167 0.000000 0.079729 0.000000 0.996817 0.420840 0.420840 0.420840 +4990.582031 0.000000 579.710815 0.000000 0.487423 0.000000 0.873166 0.402539 0.402539 0.402539 +4964.952637 0.000000 605.320679 0.000000 0.455616 0.000000 0.890177 0.405642 0.405642 0.405642 +4987.003418 0.000000 610.853455 0.000000 0.028738 0.000000 0.999587 0.412928 0.412928 0.412928 +4987.815430 0.000000 583.563538 0.000000 0.173168 0.000000 0.984892 0.417094 0.417094 0.417094 +4975.250488 0.000000 593.824646 0.000000 0.273131 0.000000 0.961977 0.449204 0.449204 0.449204 +4977.909180 0.000000 596.685059 0.000000 0.209617 0.000000 0.977784 0.431975 0.431975 0.431975 +4984.708984 0.000000 585.287231 0.000000 0.058903 0.000000 0.998264 0.492193 0.492193 0.492193 +4979.291016 0.000000 575.267822 0.000000 0.310692 0.000000 0.950511 0.448153 0.448153 0.448153 +4982.255859 0.000000 630.088196 0.000000 0.523022 0.000000 0.852319 0.456170 0.456170 0.456170 +4993.017578 0.000000 591.536804 0.000000 0.422547 0.000000 0.906341 0.385158 0.385158 0.385158 +5003.406250 0.000000 597.914551 0.000000 0.475185 0.000000 0.879886 0.385177 0.385177 0.385177 +5017.661133 0.000000 567.909973 0.000000 0.238077 0.000000 0.971246 0.381799 0.381799 0.381799 +5053.032715 0.000000 587.031799 0.000000 0.098027 0.000000 0.995184 0.379412 0.379412 0.379412 +5038.693848 0.000000 596.902405 0.000000 0.168399 0.000000 0.985719 0.431237 0.431237 0.431237 +4993.118652 0.000000 609.573853 0.000000 0.565869 0.000000 0.824495 0.420491 0.420491 0.420491 +5047.044922 0.000000 603.932068 0.000000 0.102593 0.000000 0.994723 0.489704 0.489704 0.489704 +5054.948242 0.000000 566.997864 0.000000 0.107540 0.000000 0.994201 0.433688 0.433688 0.433688 +5011.253418 0.000000 612.430359 0.000000 0.444211 0.000000 0.895922 0.485124 0.485124 0.485124 +5055.163574 0.000000 597.518311 0.000000 0.013945 0.000000 0.999903 0.396803 0.396803 0.396803 +5019.673340 0.000000 617.617065 0.000000 0.518269 0.000000 0.855218 0.406747 0.406747 0.406747 +5049.190430 0.000000 606.950562 0.000000 0.096247 0.000000 0.995357 0.438774 0.438774 0.438774 +4998.997070 0.000000 605.100708 0.000000 0.407404 0.000000 0.913248 0.482463 0.482463 0.482463 +5032.199219 0.000000 595.689697 0.000000 0.315710 0.000000 0.948856 0.514073 0.514073 0.514073 +5012.141113 0.000000 618.775513 0.000000 0.404628 0.000000 0.914481 0.419293 0.419293 0.419293 +5049.129395 0.000000 603.662354 0.000000 0.579976 0.000000 0.814634 0.535720 0.535720 0.535720 +5009.033691 0.000000 604.804626 0.000000 0.325980 0.000000 0.945377 0.430506 0.430506 0.430506 +5021.418457 0.000000 614.841248 0.000000 0.280360 0.000000 0.959895 0.472491 0.472491 0.472491 +5034.442383 0.000000 592.894592 0.000000 0.453781 0.000000 0.891113 0.438358 0.438358 0.438358 +5006.749512 0.000000 564.874817 0.000000 0.052101 0.000000 0.998642 0.455487 0.455487 0.455487 +5034.375488 0.000000 596.387024 0.000000 0.267686 0.000000 0.963506 0.450880 0.450880 0.450880 +5037.674805 0.000000 577.847168 0.000000 0.437101 0.000000 0.899412 0.456121 0.456121 0.456121 +5042.132324 0.000000 584.264893 0.000000 0.069384 0.000000 0.997590 0.469809 0.469809 0.469809 +5044.777832 0.000000 597.791809 0.000000 0.229965 0.000000 0.973199 0.462564 0.462564 0.462564 +5010.010742 0.000000 615.376831 0.000000 0.071881 0.000000 0.997413 0.466369 0.466369 0.466369 +5062.215332 0.000000 613.781372 0.000000 0.013712 0.000000 0.999906 0.379630 0.379630 0.379630 +5106.318359 0.000000 565.049622 0.000000 0.231243 0.000000 0.972896 0.382303 0.382303 0.382303 +5115.981445 0.000000 620.062988 0.000000 0.133721 0.000000 0.991019 0.380488 0.380488 0.380488 +5071.671387 0.000000 566.372864 0.000000 0.452557 0.000000 0.891735 0.387322 0.387322 0.387322 +5078.077637 0.000000 582.018433 0.000000 0.587183 0.000000 0.809454 0.442967 0.442967 0.442967 +5087.328613 0.000000 615.165649 0.000000 0.093064 0.000000 0.995660 0.443997 0.443997 0.443997 +5115.739258 0.000000 569.350403 0.000000 0.281150 0.000000 0.959664 0.404546 0.404546 0.404546 +5094.792969 0.000000 567.655762 0.000000 0.311980 0.000000 0.950089 0.406852 0.406852 0.406852 +5112.246582 0.000000 567.700623 0.000000 0.456193 0.000000 0.889881 0.409300 0.409300 0.409300 +5057.654297 0.000000 579.201904 0.000000 0.076176 0.000000 0.997094 0.452455 0.452455 0.452455 +5070.368652 0.000000 620.697266 0.000000 0.522664 0.000000 0.852539 0.432453 0.432453 0.432453 +5111.893555 0.000000 608.348511 0.000000 0.008666 0.000000 0.999962 0.503118 0.503118 0.503118 +5110.588867 0.000000 618.026917 0.000000 0.036681 0.000000 0.999327 0.442942 0.442942 0.442942 +5113.814453 0.000000 583.686218 0.000000 0.441241 0.000000 0.897389 0.454401 0.454401 0.454401 +5069.317383 0.000000 618.070984 0.000000 0.469450 0.000000 0.882959 0.451376 0.451376 0.451376 +5093.577148 0.000000 613.012329 0.000000 0.449205 0.000000 0.893429 0.501419 0.501419 0.501419 +5093.265137 0.000000 584.507263 0.000000 0.145153 0.000000 0.989409 0.457323 0.457323 0.457323 +5109.071289 0.000000 569.585022 0.000000 0.476958 0.000000 0.878926 0.475076 0.475076 0.475076 +5021.020508 0.000000 634.158508 0.000000 0.089304 0.000000 0.996004 0.379511 0.379511 0.379511 +5022.608887 0.000000 626.867798 0.000000 0.002726 0.000000 0.999996 0.387788 0.387788 0.387788 +5028.029297 0.000000 639.880920 0.000000 0.205231 0.000000 0.978714 0.387187 0.387187 0.387187 +5010.498535 0.000000 625.146118 0.000000 0.558950 0.000000 0.829202 0.411169 0.411169 0.411169 +5020.838379 0.000000 646.395508 0.000000 0.222187 0.000000 0.975004 0.417922 0.417922 0.417922 +5006.033691 0.000000 627.219116 0.000000 0.247022 0.000000 0.969010 0.455810 0.455810 0.455810 +5019.504395 0.000000 635.306519 0.000000 0.341152 0.000000 0.940008 0.479164 0.479164 0.479164 +5040.943848 0.000000 632.916626 0.000000 0.359666 0.000000 0.933081 0.431127 0.431127 0.431127 +5007.854980 0.000000 627.857849 0.000000 0.237473 0.000000 0.971394 0.455619 0.455619 0.455619 +5019.877441 0.000000 632.819031 0.000000 0.034183 0.000000 0.999416 0.434130 0.434130 0.434130 +5009.288086 0.000000 626.409363 0.000000 0.061936 0.000000 0.998080 0.455680 0.455680 0.455680 +5102.042969 0.000000 627.182800 0.000000 0.267386 0.000000 0.963590 0.382083 0.382083 0.382083 +5084.431641 0.000000 628.835999 0.000000 0.136737 0.000000 0.990607 0.380315 0.380315 0.380315 +5094.385742 0.000000 638.173157 0.000000 0.205086 0.000000 0.978744 0.442561 0.442561 0.442561 +5080.077637 0.000000 630.724609 0.000000 0.526956 0.000000 0.849892 0.406904 0.406904 0.406904 +5104.587891 0.000000 641.581360 0.000000 0.397814 0.000000 0.917466 0.422794 0.422794 0.422794 +5086.816895 0.000000 635.765930 0.000000 0.314131 0.000000 0.949380 0.428493 0.428493 0.428493 +5110.255859 0.000000 630.088196 0.000000 0.382502 0.000000 0.923955 0.418898 0.418898 0.418898 +5095.465820 0.000000 631.213806 0.000000 0.348130 0.000000 0.937446 0.416487 0.416487 0.416487 +5089.049316 0.000000 622.578430 0.000000 0.195336 0.000000 0.980736 0.433497 0.433497 0.433497 +5115.815430 0.000000 640.047913 0.000000 0.349021 0.000000 0.937115 0.481126 0.481126 0.481126 +5087.632324 0.000000 631.996948 0.000000 0.002969 0.000000 0.999996 0.545742 0.545742 0.545742 +5098.439941 0.000000 633.551941 0.000000 0.449505 0.000000 0.893278 0.474442 0.474442 0.474442 +5076.433105 0.000000 638.342712 0.000000 0.206535 0.000000 0.978439 0.449688 0.449688 0.449688 +5066.256348 0.000000 625.558838 0.000000 0.270046 0.000000 0.962847 0.458051 0.458051 0.458051 +5103.029785 0.000000 635.571655 0.000000 0.290999 0.000000 0.956723 0.474498 0.474498 0.474498 +5113.144531 0.000000 622.943420 0.000000 0.454291 0.000000 0.890854 0.474552 0.474552 0.474552 +5087.069336 0.000000 630.711243 0.000000 0.469120 0.000000 0.883135 0.559200 0.559200 0.559200 +5167.917480 0.000000 375.688293 0.000000 0.108191 0.000000 0.994130 0.380212 0.380212 0.380212 +5183.509766 0.000000 376.124786 0.000000 0.209871 0.000000 0.977729 0.417713 0.417713 0.417713 +5173.005371 0.000000 391.101471 0.000000 0.283790 0.000000 0.958887 0.427946 0.427946 0.427946 +5124.248535 0.000000 360.206116 0.000000 0.023468 0.000000 0.999725 0.396949 0.396949 0.396949 +5169.031738 0.000000 385.244812 0.000000 0.338586 0.000000 0.940936 0.452289 0.452289 0.452289 +5162.678223 0.000000 377.081299 0.000000 0.237038 0.000000 0.971500 0.432469 0.432469 0.432469 +5170.394043 0.000000 391.028015 0.000000 0.338671 0.000000 0.940905 0.430739 0.430739 0.430739 +5173.188965 0.000000 393.318970 0.000000 0.311911 0.000000 0.950111 0.439220 0.439220 0.439220 +5157.463867 0.000000 402.995972 0.000000 0.002547 0.000000 0.999997 0.419532 0.419532 0.419532 +5180.271484 0.000000 403.903931 0.000000 0.231790 0.000000 0.972766 0.480293 0.480293 0.480293 +5159.989746 0.000000 421.294495 0.000000 0.266958 0.000000 0.963708 0.452647 0.452647 0.452647 +5233.394043 0.000000 420.720398 0.000000 0.193698 0.000000 0.981061 0.390607 0.390607 0.390607 +5243.305664 0.000000 445.169617 0.000000 0.438194 0.000000 0.898881 0.430797 0.430797 0.430797 +5224.688965 0.000000 419.791107 0.000000 0.378863 0.000000 0.925453 0.465680 0.465680 0.465680 +5223.260742 0.000000 416.994598 0.000000 0.530443 0.000000 0.847721 0.454513 0.454513 0.454513 +5126.330566 0.000000 463.971802 0.000000 0.521378 0.000000 0.853326 0.386575 0.386575 0.386575 +5147.595215 0.000000 502.398743 0.000000 0.352380 0.000000 0.935857 0.383557 0.383557 0.383557 +5155.200195 0.000000 464.671967 0.000000 0.047207 0.000000 0.998885 0.378928 0.378928 0.378928 +5145.706543 0.000000 465.514343 0.000000 0.522569 0.000000 0.852597 0.399485 0.399485 0.399485 +5179.000977 0.000000 489.676056 0.000000 0.556466 0.000000 0.830870 0.401926 0.401926 0.401926 +5130.329590 0.000000 476.579620 0.000000 0.269130 0.000000 0.963104 0.415134 0.415134 0.415134 +5174.158691 0.000000 483.934753 0.000000 0.225585 0.000000 0.974223 0.400066 0.400066 0.400066 +5183.509766 0.000000 489.093536 0.000000 0.396461 0.000000 0.918052 0.457068 0.457068 0.457068 +5166.782227 0.000000 493.939148 0.000000 0.525646 0.000000 0.850704 0.526867 0.526867 0.526867 +5165.465820 0.000000 496.170959 0.000000 0.503628 0.000000 0.863920 0.421118 0.421118 0.421118 +5163.628906 0.000000 492.266083 0.000000 0.197550 0.000000 0.980293 0.451286 0.451286 0.451286 +5130.704590 0.000000 474.617493 0.000000 0.192201 0.000000 0.981356 0.451182 0.451182 0.451182 +5138.442383 0.000000 466.891632 0.000000 0.169744 0.000000 0.985488 0.445440 0.445440 0.445440 +5151.972656 0.000000 476.255951 0.000000 0.243531 0.000000 0.969893 0.448628 0.448628 0.448628 +5145.336426 0.000000 489.873291 0.000000 0.305314 0.000000 0.952252 0.455197 0.455197 0.455197 +5170.908203 0.000000 490.640839 0.000000 0.213254 0.000000 0.976997 0.479887 0.479887 0.479887 +5191.437500 0.000000 506.918640 0.000000 0.048983 0.000000 0.998800 0.381356 0.381356 0.381356 +5217.910645 0.000000 494.197876 0.000000 0.119209 0.000000 0.992869 0.442724 0.442724 0.442724 +5192.173828 0.000000 474.141296 0.000000 0.365770 0.000000 0.930705 0.413177 0.413177 0.413177 +5186.944824 0.000000 469.270935 0.000000 0.433912 0.000000 0.900955 0.466880 0.466880 0.466880 +5220.952637 0.000000 492.351929 0.000000 0.109696 0.000000 0.993965 0.400049 0.400049 0.400049 +5186.269043 0.000000 505.308868 0.000000 0.172409 0.000000 0.985025 0.395660 0.395660 0.395660 +5239.794922 0.000000 464.881226 0.000000 0.578718 0.000000 0.815528 0.464749 0.464749 0.464749 +5230.671387 0.000000 498.329468 0.000000 0.243489 0.000000 0.969904 0.402144 0.402144 0.402144 +5190.028809 0.000000 474.804596 0.000000 0.378829 0.000000 0.925467 0.469267 0.469267 0.469267 +5233.424316 0.000000 490.291565 0.000000 0.147445 0.000000 0.989070 0.411327 0.411327 0.411327 +5186.069824 0.000000 476.696686 0.000000 0.385637 0.000000 0.922651 0.431611 0.431611 0.431611 +5233.262695 0.000000 506.436096 0.000000 0.341495 0.000000 0.939883 0.477388 0.477388 0.477388 +5222.962402 0.000000 496.054962 0.000000 0.557349 0.000000 0.830278 0.427662 0.427662 0.427662 +5226.678223 0.000000 490.050049 0.000000 0.393301 0.000000 0.919410 0.446196 0.446196 0.446196 +5231.448242 0.000000 476.382568 0.000000 0.301356 0.000000 0.953512 0.421077 0.421077 0.421077 +5241.007324 0.000000 497.535522 0.000000 0.365452 0.000000 0.930830 0.429431 0.429431 0.429431 +5184.597656 0.000000 472.342285 0.000000 0.350343 0.000000 0.936621 0.465070 0.465070 0.465070 +5196.080078 0.000000 483.163818 0.000000 0.218359 0.000000 0.975868 0.453466 0.453466 0.453466 +5233.909180 0.000000 483.716278 0.000000 0.477955 0.000000 0.878385 0.476907 0.476907 0.476907 +5243.502441 0.000000 463.872345 0.000000 0.439725 0.000000 0.898133 0.461595 0.461595 0.461595 +5214.652344 0.000000 463.960358 0.000000 0.077106 0.000000 0.997023 0.429618 0.429618 0.429618 +5184.517090 0.000000 501.652039 0.000000 0.477091 0.000000 0.878854 0.437007 0.437007 0.437007 +5218.977539 0.000000 466.374451 0.000000 0.391465 0.000000 0.920193 0.485675 0.485675 0.485675 +5135.671387 0.000000 509.888458 0.000000 0.044684 0.000000 0.999001 0.391954 0.391954 0.391954 +5176.346680 0.000000 530.560242 0.000000 0.394328 0.000000 0.918970 0.404599 0.404599 0.404599 +5163.690430 0.000000 511.923370 0.000000 0.549895 0.000000 0.835234 0.431177 0.431177 0.431177 +5163.095215 0.000000 522.678040 0.000000 0.527634 0.000000 0.849472 0.406916 0.406916 0.406916 +5143.935547 0.000000 545.414490 0.000000 0.498273 0.000000 0.867020 0.411879 0.411879 0.411879 +5181.251953 0.000000 515.173889 0.000000 0.460462 0.000000 0.887680 0.469277 0.469277 0.469277 +5182.948242 0.000000 510.513489 0.000000 0.328740 0.000000 0.944421 0.412544 0.412544 0.412544 +5168.587891 0.000000 528.612610 0.000000 0.000113 0.000000 1.000000 0.437017 0.437017 0.437017 +5169.687988 0.000000 517.311951 0.000000 0.311664 0.000000 0.950192 0.397820 0.397820 0.397820 +5139.253418 0.000000 555.945984 0.000000 0.047229 0.000000 0.998884 0.397312 0.397312 0.397312 +5143.348633 0.000000 561.357849 0.000000 0.335521 0.000000 0.942033 0.423479 0.423479 0.423479 +5146.165527 0.000000 516.617126 0.000000 0.532503 0.000000 0.846428 0.439963 0.439963 0.439963 +5139.576660 0.000000 543.810974 0.000000 0.332944 0.000000 0.942946 0.405391 0.405391 0.405391 +5181.252441 0.000000 518.785706 0.000000 0.064586 0.000000 0.997912 0.415285 0.415285 0.415285 +5179.003418 0.000000 554.369080 0.000000 0.082887 0.000000 0.996559 0.403185 0.403185 0.403185 +5177.360352 0.000000 519.616028 0.000000 0.143511 0.000000 0.989649 0.515030 0.515030 0.515030 +5135.799805 0.000000 551.423218 0.000000 0.584699 0.000000 0.811250 0.424545 0.424545 0.424545 +5173.097168 0.000000 510.144684 0.000000 0.338220 0.000000 0.941067 0.500455 0.500455 0.500455 +5128.859375 0.000000 545.846497 0.000000 0.121426 0.000000 0.992600 0.428633 0.428633 0.428633 +5177.206055 0.000000 517.985901 0.000000 0.336054 0.000000 0.941843 0.514590 0.514590 0.514590 +5197.506836 0.000000 544.173828 0.000000 0.529123 0.000000 0.848545 0.386239 0.386239 0.386239 +5211.595215 0.000000 558.883118 0.000000 0.151460 0.000000 0.988463 0.380448 0.380448 0.380448 +5218.857422 0.000000 537.488281 0.000000 0.068862 0.000000 0.997626 0.379153 0.379153 0.379153 +5204.984863 0.000000 545.557373 0.000000 0.578045 0.000000 0.816005 0.398632 0.398632 0.398632 +5198.650879 0.000000 558.700195 0.000000 0.122470 0.000000 0.992472 0.396684 0.396684 0.396684 +5211.698730 0.000000 554.858704 0.000000 0.517776 0.000000 0.855516 0.414068 0.414068 0.414068 +5238.180664 0.000000 532.209595 0.000000 0.303107 0.000000 0.952956 0.403099 0.403099 0.403099 +5190.475098 0.000000 522.950012 0.000000 0.131773 0.000000 0.991280 0.442959 0.442959 0.442959 +5215.373535 0.000000 551.792480 0.000000 0.576092 0.000000 0.817385 0.435388 0.435388 0.435388 +5190.028809 0.000000 531.289001 0.000000 0.433348 0.000000 0.901227 0.457847 0.457847 0.457847 +5209.618652 0.000000 560.036621 0.000000 0.491227 0.000000 0.871032 0.459101 0.459101 0.459101 +5224.284180 0.000000 546.825928 0.000000 0.182294 0.000000 0.983244 0.431485 0.431485 0.431485 +5188.166992 0.000000 557.123962 0.000000 0.265662 0.000000 0.964066 0.475724 0.475724 0.475724 +5217.680176 0.000000 564.187134 0.000000 0.022133 0.000000 0.999755 0.447915 0.447915 0.447915 +5223.147461 0.000000 545.262634 0.000000 0.079714 0.000000 0.996818 0.449015 0.449015 0.449015 +5188.483887 0.000000 538.108093 0.000000 0.103622 0.000000 0.994617 0.461765 0.461765 0.461765 +5187.095703 0.000000 523.809509 0.000000 0.011386 0.000000 0.999935 0.475544 0.475544 0.475544 +5220.813477 0.000000 525.513611 0.000000 0.057248 0.000000 0.998360 0.486951 0.486951 0.486951 +5246.905762 0.000000 514.169739 0.000000 0.385586 0.000000 0.922672 0.514088 0.514088 0.514088 +5263.870117 0.000000 488.697876 0.000000 0.154349 0.000000 0.988016 0.416779 0.416779 0.416779 +5250.269043 0.000000 505.308868 0.000000 0.326475 0.000000 0.945206 0.457415 0.457415 0.457415 +5276.947754 0.000000 538.431213 0.000000 0.518803 0.000000 0.854894 0.390236 0.390236 0.390236 +5249.451660 0.000000 517.751831 0.000000 0.454257 0.000000 0.890871 0.396491 0.396491 0.396491 +5275.203125 0.000000 547.677063 0.000000 0.390560 0.000000 0.920578 0.433511 0.433511 0.433511 +5287.778320 0.000000 564.194336 0.000000 0.396822 0.000000 0.917895 0.446266 0.446266 0.446266 +5258.780273 0.000000 543.143188 0.000000 0.502990 0.000000 0.864292 0.439351 0.439351 0.439351 +5254.054199 0.000000 509.958008 0.000000 0.249921 0.000000 0.968266 0.441625 0.441625 0.441625 +5265.862305 0.000000 544.686829 0.000000 0.196040 0.000000 0.980596 0.445939 0.445939 0.445939 +5321.604492 0.000000 535.813782 0.000000 0.214574 0.000000 0.976708 0.381468 0.381468 0.381468 +5345.910645 0.000000 550.682251 0.000000 0.350429 0.000000 0.936589 0.421942 0.421942 0.421942 +5326.650879 0.000000 558.700195 0.000000 0.065932 0.000000 0.997824 0.386937 0.386937 0.386937 +5331.576660 0.000000 543.810974 0.000000 0.118420 0.000000 0.992964 0.425040 0.425040 0.425040 +5316.483887 0.000000 538.108093 0.000000 0.463433 0.000000 0.886132 0.460303 0.460303 0.460303 +5152.426758 0.000000 577.281555 0.000000 0.477893 0.000000 0.878418 0.385755 0.385755 0.385755 +5145.283691 0.000000 586.461487 0.000000 0.062867 0.000000 0.998022 0.381553 0.381553 0.381553 +5167.339355 0.000000 565.089783 0.000000 0.004091 0.000000 0.999992 0.394885 0.394885 0.394885 +5121.118652 0.000000 609.573853 0.000000 0.338756 0.000000 0.940874 0.405487 0.405487 0.405487 +5148.838379 0.000000 589.911133 0.000000 0.529749 0.000000 0.848155 0.476328 0.476328 0.476328 +5124.756836 0.000000 583.636963 0.000000 0.291506 0.000000 0.956569 0.451349 0.451349 0.451349 +5151.373535 0.000000 608.276855 0.000000 0.418849 0.000000 0.908056 0.480933 0.480933 0.480933 +5130.166504 0.000000 571.357361 0.000000 0.122535 0.000000 0.992464 0.435725 0.435725 0.435725 +5162.219238 0.000000 611.058411 0.000000 0.452132 0.000000 0.891951 0.409229 0.409229 0.409229 +5141.422363 0.000000 589.198608 0.000000 0.044150 0.000000 0.999025 0.427279 0.427279 0.427279 +5167.882812 0.000000 569.867432 0.000000 0.525096 0.000000 0.851043 0.450751 0.450751 0.450751 +5147.528320 0.000000 599.382935 0.000000 0.169874 0.000000 0.985466 0.431263 0.431263 0.431263 +5150.725586 0.000000 568.436340 0.000000 0.203102 0.000000 0.979158 0.421167 0.421167 0.421167 +5162.257812 0.000000 567.106201 0.000000 0.533799 0.000000 0.845611 0.518083 0.518083 0.518083 +5123.050781 0.000000 568.238037 0.000000 0.166574 0.000000 0.986029 0.455984 0.455984 0.455984 +5120.523438 0.000000 566.499817 0.000000 0.306418 0.000000 0.951897 0.462360 0.462360 0.462360 +5157.577148 0.000000 613.012329 0.000000 0.192751 0.000000 0.981248 0.468868 0.468868 0.468868 +5180.104492 0.000000 618.497498 0.000000 0.555523 0.000000 0.831501 0.484234 0.484234 0.484234 +5166.421387 0.000000 573.890869 0.000000 0.443639 0.000000 0.896206 0.560182 0.560182 0.560182 +5145.036621 0.000000 589.778687 0.000000 0.503250 0.000000 0.864141 0.526223 0.526223 0.526223 +5188.602051 0.000000 567.449585 0.000000 0.451003 0.000000 0.892522 0.431042 0.431042 0.431042 +5233.262695 0.000000 619.404846 0.000000 0.191890 0.000000 0.981417 0.417409 0.417409 0.417409 +5186.199219 0.000000 571.956055 0.000000 0.250769 0.000000 0.968047 0.464765 0.464765 0.464765 +5243.003418 0.000000 610.853455 0.000000 0.318714 0.000000 0.947851 0.433965 0.433965 0.433965 +5211.966309 0.000000 574.456848 0.000000 0.577908 0.000000 0.816102 0.424407 0.424407 0.424407 +5244.034180 0.000000 612.666992 0.000000 0.082621 0.000000 0.996581 0.447315 0.447315 0.447315 +5203.236816 0.000000 576.166809 0.000000 0.142362 0.000000 0.989815 0.429001 0.429001 0.429001 +5196.919922 0.000000 614.879456 0.000000 0.312164 0.000000 0.950028 0.462480 0.462480 0.462480 +5187.916016 0.000000 569.456787 0.000000 0.118581 0.000000 0.992944 0.490064 0.490064 0.490064 +5173.994141 0.000000 642.614258 0.000000 0.251151 0.000000 0.967948 0.382641 0.382641 0.382641 +5168.918945 0.000000 636.314270 0.000000 0.084276 0.000000 0.996442 0.379367 0.379367 0.379367 +5182.948242 0.000000 623.482239 0.000000 0.388440 0.000000 0.921474 0.419004 0.419004 0.419004 +5174.180664 0.000000 645.178345 0.000000 0.083643 0.000000 0.996496 0.410289 0.410289 0.410289 +5150.816895 0.000000 635.765930 0.000000 0.344777 0.000000 0.938685 0.438048 0.438048 0.438048 +5170.317871 0.000000 625.781250 0.000000 0.023462 0.000000 0.999725 0.453179 0.453179 0.453179 +5160.756348 0.000000 626.794617 0.000000 0.418941 0.000000 0.908013 0.452129 0.452129 0.452129 +5151.632324 0.000000 631.996948 0.000000 0.074329 0.000000 0.997234 0.485593 0.485593 0.485593 +5167.105469 0.000000 624.889465 0.000000 0.088168 0.000000 0.996106 0.475440 0.475440 0.475440 +5162.439941 0.000000 633.551941 0.000000 0.440286 0.000000 0.897858 0.479633 0.479633 0.479633 +5120.233887 0.000000 634.771362 0.000000 0.388712 0.000000 0.921359 0.451508 0.451508 0.451508 +5157.106445 0.000000 633.926086 0.000000 0.287974 0.000000 0.957638 0.476209 0.476209 0.476209 +5165.641602 0.000000 637.685120 0.000000 0.541275 0.000000 0.840846 0.478425 0.478425 0.478425 +5205.502930 0.000000 669.647339 0.000000 0.530030 0.000000 0.847979 0.386355 0.386355 0.386355 +5224.974609 0.000000 632.849670 0.000000 0.452306 0.000000 0.891863 0.384821 0.384821 0.384821 +5211.595215 0.000000 671.851868 0.000000 0.431021 0.000000 0.902342 0.384494 0.384494 0.384494 +5212.947754 0.000000 651.399963 0.000000 0.380655 0.000000 0.924717 0.393475 0.393475 0.393475 +5190.363770 0.000000 630.840759 0.000000 0.078944 0.000000 0.996879 0.383564 0.383564 0.383564 +5207.348633 0.000000 674.326599 0.000000 0.442433 0.000000 0.896801 0.456234 0.456234 0.456234 +5209.618652 0.000000 673.005371 0.000000 0.578076 0.000000 0.815983 0.548316 0.548316 0.548316 +5229.587891 0.000000 629.100403 0.000000 0.376752 0.000000 0.926314 0.460250 0.460250 0.460250 +5188.189941 0.000000 666.491394 0.000000 0.234583 0.000000 0.972096 0.448454 0.448454 0.448454 +5209.774414 0.000000 671.027344 0.000000 0.023113 0.000000 0.999733 0.423397 0.423397 0.423397 +5196.970703 0.000000 668.313904 0.000000 0.320054 0.000000 0.947399 0.473349 0.473349 0.473349 +5203.935547 0.000000 631.086548 0.000000 0.047984 0.000000 0.998848 0.453658 0.453658 0.453658 +5187.050781 0.000000 624.722412 0.000000 0.048203 0.000000 0.998838 0.448413 0.448413 0.448413 +5307.100586 0.000000 574.936462 0.000000 0.296276 0.000000 0.955102 0.382308 0.382308 0.382308 +5286.824707 0.000000 570.081665 0.000000 0.574195 0.000000 0.818719 0.400406 0.400406 0.400406 +5297.687988 0.000000 573.796326 0.000000 0.262337 0.000000 0.964976 0.427563 0.427563 0.427563 +5286.792969 0.000000 567.655762 0.000000 0.160113 0.000000 0.987099 0.468189 0.468189 0.468189 +5309.252441 0.000000 575.270081 0.000000 0.398899 0.000000 0.916995 0.460718 0.460718 0.460718 +5301.097168 0.000000 566.629089 0.000000 0.293320 0.000000 0.956014 0.458524 0.458524 0.458524 +5292.442383 0.000000 571.356506 0.000000 0.480758 0.000000 0.876853 0.577375 0.577375 0.577375 +5305.112305 0.000000 571.434021 0.000000 0.525584 0.000000 0.850742 0.472595 0.472595 0.472595 +5318.395508 0.000000 594.899414 0.000000 0.422070 0.000000 0.906563 0.401426 0.401426 0.401426 +5345.910645 0.000000 607.166626 0.000000 0.287968 0.000000 0.957640 0.436979 0.436979 0.436979 +5350.646484 0.000000 597.000977 0.000000 0.062146 0.000000 0.998067 0.453934 0.453934 0.453934 +5355.690430 0.000000 568.407715 0.000000 0.149486 0.000000 0.988764 0.420252 0.420252 0.420252 +5332.805176 0.000000 564.911255 0.000000 0.266954 0.000000 0.963709 0.447300 0.447300 0.447300 +5335.339844 0.000000 597.251221 0.000000 0.210471 0.000000 0.977600 0.394449 0.394449 0.394449 +5331.362793 0.000000 592.831604 0.000000 0.504234 0.000000 0.863567 0.399166 0.399166 0.399166 +5335.935547 0.000000 601.898865 0.000000 0.500891 0.000000 0.865510 0.419240 0.419240 0.419240 +5368.742188 0.000000 594.737610 0.000000 0.494374 0.000000 0.869249 0.395332 0.395332 0.395332 +5360.587891 0.000000 585.096985 0.000000 0.409172 0.000000 0.912457 0.397572 0.397572 0.397572 +5348.550293 0.000000 595.637756 0.000000 0.417293 0.000000 0.908772 0.410441 0.410441 0.410441 +5372.727539 0.000000 567.338257 0.000000 0.177875 0.000000 0.984053 0.401110 0.401110 0.401110 +5343.005371 0.000000 599.748474 0.000000 0.379119 0.000000 0.925348 0.453111 0.453111 0.453111 +5344.801270 0.000000 593.158997 0.000000 0.129464 0.000000 0.991584 0.453492 0.453492 0.453492 +5333.422363 0.000000 589.198608 0.000000 0.231850 0.000000 0.972752 0.421662 0.421662 0.421662 +5334.911621 0.000000 605.833374 0.000000 0.228008 0.000000 0.973659 0.469606 0.469606 0.469606 +5369.360352 0.000000 576.100403 0.000000 0.499423 0.000000 0.866358 0.461098 0.461098 0.461098 +5342.725586 0.000000 568.436340 0.000000 0.070289 0.000000 0.997527 0.420679 0.420679 0.420679 +5319.699707 0.000000 580.698608 0.000000 0.307898 0.000000 0.951419 0.480203 0.480203 0.480203 +5372.312988 0.000000 588.598633 0.000000 0.558095 0.000000 0.829777 0.464261 0.464261 0.464261 +5291.659668 0.000000 657.507751 0.000000 0.564296 0.000000 0.825573 0.407591 0.407591 0.407591 +5279.373535 0.000000 664.761230 0.000000 0.560385 0.000000 0.828232 0.411196 0.411196 0.411196 +5294.671387 0.000000 667.782593 0.000000 0.460249 0.000000 0.887790 0.402071 0.402071 0.402071 +5295.436035 0.000000 656.049500 0.000000 0.111169 0.000000 0.993802 0.444336 0.444336 0.444336 +5278.288086 0.000000 675.790527 0.000000 0.015933 0.000000 0.999873 0.442555 0.442555 0.442555 +5296.891113 0.000000 649.702209 0.000000 0.226244 0.000000 0.974071 0.453621 0.453621 0.453621 +5269.609863 0.000000 653.977112 0.000000 0.207737 0.000000 0.978185 0.556664 0.556664 0.556664 +5268.841797 0.000000 655.894226 0.000000 0.114407 0.000000 0.993434 0.538510 0.538510 0.538510 +5267.521973 0.000000 653.103821 0.000000 0.097605 0.000000 0.995225 0.512165 0.512165 0.512165 +5387.486816 0.000000 573.403381 0.000000 0.559224 0.000000 0.829017 0.386336 0.386336 0.386336 +5378.944824 0.000000 582.239685 0.000000 0.294834 0.000000 0.955548 0.399359 0.399359 0.399359 +5382.028809 0.000000 587.773376 0.000000 0.176430 0.000000 0.984313 0.406448 0.406448 0.406448 +5376.712402 0.000000 583.064758 0.000000 0.033749 0.000000 0.999430 0.435877 0.435877 0.435877 +5392.098633 0.000000 574.603271 0.000000 0.361344 0.000000 0.932432 0.443763 0.443763 0.443763 +5383.699707 0.000000 580.698608 0.000000 0.534129 0.000000 0.845403 0.467343 0.467343 0.467343 +5393.688477 0.000000 593.070557 0.000000 0.209024 0.000000 0.977911 0.442635 0.442635 0.442635 +5226.288574 0.000000 700.960327 0.000000 0.574201 0.000000 0.818714 0.386878 0.386878 0.386878 +5241.384766 0.000000 734.064270 0.000000 0.299387 0.000000 0.954132 0.388592 0.388592 0.388592 +5245.125000 0.000000 730.291748 0.000000 0.402296 0.000000 0.915510 0.399279 0.399279 0.399279 +5238.180664 0.000000 701.662720 0.000000 0.451899 0.000000 0.892069 0.496099 0.496099 0.496099 +5220.952637 0.000000 718.289429 0.000000 0.485856 0.000000 0.874039 0.446275 0.446275 0.446275 +5243.739258 0.000000 682.319153 0.000000 0.213660 0.000000 0.976908 0.444499 0.444499 0.444499 +5247.273438 0.000000 689.203552 0.000000 0.290837 0.000000 0.956773 0.562581 0.562581 0.562581 +5240.096680 0.000000 705.456421 0.000000 0.587188 0.000000 0.809451 0.420916 0.420916 0.420916 +5230.880859 0.000000 728.348083 0.000000 0.422010 0.000000 0.906591 0.435922 0.435922 0.435922 +5241.072754 0.000000 727.929565 0.000000 0.542174 0.000000 0.840266 0.438337 0.438337 0.438337 +5226.219238 0.000000 724.027161 0.000000 0.115771 0.000000 0.993276 0.439133 0.439133 0.439133 +5245.252441 0.000000 688.238831 0.000000 0.333510 0.000000 0.942747 0.475427 0.475427 0.475427 +5208.641113 0.000000 733.536987 0.000000 0.361555 0.000000 0.932351 0.476048 0.476048 0.476048 +5231.448242 0.000000 702.320068 0.000000 0.398155 0.000000 0.917318 0.413739 0.413739 0.413739 +5223.167969 0.000000 726.282471 0.000000 0.265027 0.000000 0.964241 0.416859 0.416859 0.416859 +5213.739258 0.000000 699.275574 0.000000 0.196761 0.000000 0.980451 0.463654 0.463654 0.463654 +5206.911621 0.000000 718.802124 0.000000 0.023404 0.000000 0.999726 0.496569 0.496569 0.496569 +5206.604004 0.000000 716.342163 0.000000 0.211784 0.000000 0.977316 0.497451 0.497451 0.497451 +5246.854492 0.000000 704.395935 0.000000 0.308638 0.000000 0.951180 0.460622 0.460622 0.460622 +5199.228516 0.000000 704.824646 0.000000 0.558285 0.000000 0.829649 0.442338 0.442338 0.442338 +5211.528320 0.000000 712.351685 0.000000 0.003731 0.000000 0.999993 0.477113 0.477113 0.477113 +5217.680176 0.000000 733.640259 0.000000 0.151619 0.000000 0.988439 0.468013 0.468013 0.468013 +5234.516602 0.000000 693.843933 0.000000 0.149507 0.000000 0.988761 0.509958 0.509958 0.509958 +5237.449707 0.000000 727.704041 0.000000 0.299576 0.000000 0.954073 0.446146 0.446146 0.446146 +5221.294434 0.000000 722.768616 0.000000 0.002405 0.000000 0.999997 0.452769 0.452769 0.452769 +5221.379395 0.000000 714.699158 0.000000 0.196991 0.000000 0.980405 0.438858 0.438858 0.438858 +5232.891113 0.000000 706.186584 0.000000 0.012740 0.000000 0.999919 0.477306 0.477306 0.477306 +5236.916016 0.000000 685.175537 0.000000 0.409355 0.000000 0.912375 0.516490 0.516490 0.516490 +5203.881836 0.000000 716.350037 0.000000 0.119153 0.000000 0.992876 0.477850 0.477850 0.477850 +5225.936523 0.000000 730.908936 0.000000 0.254629 0.000000 0.967039 0.486101 0.486101 0.486101 +5216.594727 0.000000 697.450928 0.000000 0.344495 0.000000 0.938788 0.479239 0.479239 0.479239 +5215.967773 0.000000 696.012207 0.000000 0.230583 0.000000 0.973053 0.538180 0.538180 0.538180 +5221.817871 0.000000 711.379272 0.000000 0.452270 0.000000 0.891881 0.581743 0.581743 0.581743 +5224.653320 0.000000 723.455078 0.000000 0.356113 0.000000 0.934443 0.466983 0.466983 0.466983 +5230.867676 0.000000 708.272095 0.000000 0.380030 0.000000 0.924974 0.483620 0.483620 0.483620 +5209.045410 0.000000 689.704346 0.000000 0.396800 0.000000 0.917905 0.491169 0.491169 0.491169 +5239.353516 0.000000 684.956299 0.000000 0.488030 0.000000 0.872827 0.516811 0.516811 0.516811 +5221.374023 0.000000 683.779053 0.000000 0.022722 0.000000 0.999742 0.539468 0.539468 0.539468 +5195.761719 0.000000 702.222168 0.000000 0.427134 0.000000 0.904189 0.488310 0.488310 0.488310 +5221.210449 0.000000 709.894104 0.000000 0.465043 0.000000 0.885288 0.580400 0.580400 0.580400 +5220.309082 0.000000 707.198547 0.000000 0.435867 0.000000 0.900011 0.619958 0.619958 0.619958 +5204.994629 0.000000 736.849548 0.000000 0.372703 0.000000 0.927951 0.389715 0.389715 0.389715 +5241.460938 0.000000 734.400146 0.000000 0.133335 0.000000 0.991071 0.386135 0.386135 0.386135 +5234.317871 0.000000 738.750000 0.000000 0.576655 0.000000 0.816988 0.461044 0.461044 0.461044 +5213.096680 0.000000 734.693054 0.000000 0.265530 0.000000 0.964103 0.459739 0.459739 0.459739 +5207.366211 0.000000 736.949585 0.000000 0.438487 0.000000 0.898737 0.443490 0.443490 0.443490 +5226.439941 0.000000 746.520691 0.000000 0.427349 0.000000 0.904087 0.472137 0.472137 0.472137 +5214.191406 0.000000 736.510864 0.000000 0.354183 0.000000 0.935176 0.513280 0.513280 0.513280 +5280.618164 0.000000 681.178101 0.000000 0.441535 0.000000 0.897244 0.384989 0.384989 0.384989 +5292.194824 0.000000 689.889893 0.000000 0.344556 0.000000 0.938766 0.383322 0.383322 0.383322 +5284.575195 0.000000 680.201477 0.000000 0.077560 0.000000 0.996988 0.379274 0.379274 0.379274 +5267.640625 0.000000 703.124268 0.000000 0.034248 0.000000 0.999413 0.439393 0.439393 0.439393 +5262.389160 0.000000 711.197205 0.000000 0.441330 0.000000 0.897345 0.432671 0.432671 0.432671 +5266.128418 0.000000 698.574097 0.000000 0.315293 0.000000 0.948994 0.451822 0.451822 0.451822 +5271.885254 0.000000 703.592590 0.000000 0.468252 0.000000 0.883595 0.402208 0.402208 0.402208 +5271.105957 0.000000 699.049194 0.000000 0.198120 0.000000 0.980178 0.540778 0.540778 0.540778 +5264.098633 0.000000 687.572021 0.000000 0.461223 0.000000 0.887284 0.438506 0.438506 0.438506 +5294.245605 0.000000 697.735046 0.000000 0.475089 0.000000 0.879938 0.440602 0.440602 0.440602 +5278.945801 0.000000 706.276428 0.000000 0.298515 0.000000 0.954405 0.474661 0.474661 0.474661 +5278.609375 0.000000 703.475159 0.000000 0.379735 0.000000 0.925095 0.460313 0.460313 0.460313 +5277.614258 0.000000 709.540405 0.000000 0.293732 0.000000 0.955888 0.438877 0.438877 0.438877 +5284.830078 0.000000 712.740234 0.000000 0.218398 0.000000 0.975860 0.458785 0.458785 0.458785 +5290.375488 0.000000 709.355774 0.000000 0.541508 0.000000 0.840695 0.447459 0.447459 0.447459 +5267.835449 0.000000 698.699585 0.000000 0.335787 0.000000 0.941938 0.452233 0.452233 0.452233 +5279.972656 0.000000 702.193481 0.000000 0.344553 0.000000 0.938767 0.459577 0.459577 0.459577 +5269.555664 0.000000 681.897583 0.000000 0.265404 0.000000 0.964137 0.495181 0.495181 0.495181 +5277.380859 0.000000 697.210144 0.000000 0.413669 0.000000 0.910427 0.466435 0.466435 0.466435 +5281.699219 0.000000 691.242737 0.000000 0.562397 0.000000 0.826867 0.531564 0.531564 0.531564 +5268.029785 0.000000 681.739258 0.000000 0.198582 0.000000 0.980084 0.493634 0.493634 0.493634 +5262.835449 0.000000 707.453125 0.000000 0.391368 0.000000 0.920234 0.489251 0.489251 0.489251 +5255.231934 0.000000 691.051758 0.000000 0.288912 0.000000 0.957356 0.527483 0.527483 0.527483 6357.209473 0.000000 2153.268555 0.000000 0.451866 0.000000 0.892086 0.650894 0.650894 0.650894 6358.014160 0.000000 2151.940430 0.000000 0.398190 0.000000 0.917303 0.649164 0.649164 0.649164 "} @@ -414,7 +1078,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_002_mesh" - count=408 + count=1099 transform="1273.129395 0.000000 2524.131104 0.000000 0.732827 0.000000 0.680415 0.515048 0.515048 0.515048 1268.072754 0.000000 2533.815674 0.000000 0.843128 0.000000 0.537713 0.445899 0.445899 0.445899 1279.814697 0.000000 2560.241455 0.000000 0.714377 0.000000 0.699761 0.458961 0.458961 0.458961 @@ -818,6 +1482,697 @@ object={ 2218.835938 0.000000 2830.225098 0.000000 0.711556 0.000000 0.702629 0.389108 0.389108 0.389108 2189.488037 0.000000 2834.235352 0.000000 0.938160 0.000000 0.346202 0.583217 0.583217 0.583217 2613.101318 0.000000 2926.028564 0.000000 0.911751 0.000000 0.410744 0.643523 0.643523 0.643523 +4287.976562 0.000000 107.099777 0.000000 0.796926 0.000000 0.604076 0.414439 0.414439 0.414439 +4287.697754 0.000000 101.208527 0.000000 0.905579 0.000000 0.424177 0.410082 0.410082 0.410082 +4283.305664 0.000000 106.263382 0.000000 0.729738 0.000000 0.683727 0.410954 0.410954 0.410954 +4285.282227 0.000000 100.439583 0.000000 0.939864 0.000000 0.341549 0.436347 0.436347 0.436347 +4314.074219 0.000000 143.485184 0.000000 0.949778 0.000000 0.312924 0.395836 0.395836 0.395836 +4314.364746 0.000000 138.530060 0.000000 0.779543 0.000000 0.626349 0.391078 0.391078 0.391078 +4349.507812 0.000000 162.745529 0.000000 0.911200 0.000000 0.411963 0.394318 0.394318 0.394318 +4307.991699 0.000000 146.196228 0.000000 0.801842 0.000000 0.597536 0.391174 0.391174 0.391174 +4305.436523 0.000000 136.837784 0.000000 0.663207 0.000000 0.748436 0.390946 0.390946 0.390946 +4313.621582 0.000000 217.327988 0.000000 0.803954 0.000000 0.594692 0.391732 0.391732 0.391732 +4307.771973 0.000000 192.078568 0.000000 0.947230 0.000000 0.320554 0.395699 0.395699 0.395699 +4318.060547 0.000000 217.608017 0.000000 0.889827 0.000000 0.456298 0.393683 0.393683 0.393683 +4333.375000 0.000000 194.374802 0.000000 0.824225 0.000000 0.566262 0.391945 0.391945 0.391945 +4311.293457 0.000000 193.017899 0.000000 0.590945 0.000000 0.806712 0.387394 0.387394 0.387394 +4317.392090 0.000000 214.126587 0.000000 0.647708 0.000000 0.761889 0.388149 0.388149 0.388149 +4323.104004 0.000000 177.995224 0.000000 0.867990 0.000000 0.496582 0.392917 0.392917 0.392917 +4323.666992 0.000000 205.939362 0.000000 0.870781 0.000000 0.491671 0.392814 0.392814 0.392814 +4329.676758 0.000000 187.520111 0.000000 0.643247 0.000000 0.765658 0.388113 0.388113 0.388113 +4326.824707 0.000000 174.691040 0.000000 0.623144 0.000000 0.782107 0.395762 0.395762 0.395762 +4326.646484 0.000000 201.610352 0.000000 0.652566 0.000000 0.757732 0.390745 0.390745 0.390745 +4322.111328 0.000000 201.068314 0.000000 0.656831 0.000000 0.754038 0.435318 0.435318 0.435318 +4325.463867 0.000000 177.058487 0.000000 0.688001 0.000000 0.725710 0.397013 0.397013 0.397013 +4500.094727 0.000000 71.885277 0.000000 0.669410 0.000000 0.742893 0.389203 0.389203 0.389203 +4500.436035 0.000000 98.756248 0.000000 0.870553 0.000000 0.492075 0.399442 0.399442 0.399442 +4575.334473 0.000000 97.469795 0.000000 0.810939 0.000000 0.585130 0.391574 0.391574 0.391574 +4564.984863 0.000000 93.682388 0.000000 0.812776 0.000000 0.582576 0.391306 0.391306 0.391306 +4558.686523 0.000000 71.075844 0.000000 0.948803 0.000000 0.315868 0.398383 0.398383 0.398383 +4353.451660 0.000000 178.845581 0.000000 0.948402 0.000000 0.317070 0.407974 0.407974 0.407974 +4497.939453 0.000000 154.764328 0.000000 0.616969 0.000000 0.786987 0.387742 0.387742 0.387742 +4518.337891 0.000000 126.704903 0.000000 0.898774 0.000000 0.438412 0.393655 0.393655 0.393655 +4494.650879 0.000000 163.309586 0.000000 0.667499 0.000000 0.744611 0.404041 0.404041 0.404041 +4515.689941 0.000000 164.570404 0.000000 0.690287 0.000000 0.723536 0.393332 0.393332 0.393332 +4514.111328 0.000000 144.583939 0.000000 0.824738 0.000000 0.565516 0.437786 0.437786 0.437786 +4511.328613 0.000000 163.290649 0.000000 0.927213 0.000000 0.374535 0.422375 0.422375 0.422375 +4496.382324 0.000000 168.785156 0.000000 0.945462 0.000000 0.325733 0.467293 0.467293 0.467293 +4511.330566 0.000000 145.389832 0.000000 0.890391 0.000000 0.455196 0.426679 0.426679 0.426679 +4513.987305 0.000000 150.582397 0.000000 0.808818 0.000000 0.588060 0.424157 0.424157 0.424157 +4575.758301 0.000000 143.128387 0.000000 0.772060 0.000000 0.635549 0.391162 0.391162 0.391162 +4564.094727 0.000000 128.369644 0.000000 0.875756 0.000000 0.482755 0.397696 0.397696 0.397696 +4495.197266 0.000000 181.085892 0.000000 0.639377 0.000000 0.768893 0.387781 0.387781 0.387781 +4498.498535 0.000000 173.271118 0.000000 0.867210 0.000000 0.497942 0.446717 0.446717 0.446717 +4490.166504 0.000000 175.966766 0.000000 0.831705 0.000000 0.555218 0.437999 0.437999 0.437999 +4492.251465 0.000000 176.289215 0.000000 0.642825 0.000000 0.766013 0.433154 0.433154 0.433154 +4347.981445 0.000000 337.641113 0.000000 0.879668 0.000000 0.475589 0.393293 0.393293 0.393293 +4323.689941 0.000000 334.023529 0.000000 0.894443 0.000000 0.447182 0.512176 0.512176 0.512176 +4320.330078 0.000000 336.719330 0.000000 0.686835 0.000000 0.726813 0.568480 0.568480 0.568480 +4347.305664 0.000000 332.200867 0.000000 0.840647 0.000000 0.541584 0.426955 0.426955 0.426955 +4334.880859 0.000000 332.957458 0.000000 0.622939 0.000000 0.782270 0.421647 0.421647 0.421647 +4324.342285 0.000000 338.090515 0.000000 0.632159 0.000000 0.774839 0.453187 0.453187 0.453187 +4333.537598 0.000000 322.811523 0.000000 0.876994 0.000000 0.480501 0.428113 0.428113 0.428113 +4325.366211 0.000000 334.121552 0.000000 0.848214 0.000000 0.529653 0.483748 0.483748 0.483748 +4322.393066 0.000000 335.123505 0.000000 0.867154 0.000000 0.498040 0.510885 0.510885 0.510885 +4329.205566 0.000000 338.878174 0.000000 0.595464 0.000000 0.803382 0.501676 0.501676 0.501676 +4306.498535 0.000000 342.724243 0.000000 0.800450 0.000000 0.599400 0.403241 0.403241 0.403241 +4316.928223 0.000000 356.786346 0.000000 0.885613 0.000000 0.464424 0.428410 0.428410 0.428410 +4335.339355 0.000000 339.152252 0.000000 0.762582 0.000000 0.646892 0.424819 0.424819 0.424819 +4315.678223 0.000000 343.920410 0.000000 0.785959 0.000000 0.618278 0.591066 0.591066 0.591066 +4350.948242 0.000000 341.060364 0.000000 0.883399 0.000000 0.468621 0.407434 0.407434 0.407434 +4321.049316 0.000000 340.156555 0.000000 0.737483 0.000000 0.675365 0.645525 0.645525 0.645525 +4344.246582 0.000000 341.763123 0.000000 0.847352 0.000000 0.531032 0.427159 0.427159 0.427159 +4316.979980 0.000000 354.185394 0.000000 0.732491 0.000000 0.680777 0.444576 0.444576 0.444576 +4322.934570 0.000000 342.475433 0.000000 0.864276 0.000000 0.503018 0.525805 0.525805 0.525805 +4348.271484 0.000000 347.419556 0.000000 0.784595 0.000000 0.620009 0.425385 0.425385 0.425385 +4313.304688 0.000000 339.899963 0.000000 0.880612 0.000000 0.473839 0.515278 0.515278 0.515278 +4318.021484 0.000000 347.173157 0.000000 0.927492 0.000000 0.373844 0.624071 0.624071 0.624071 +4315.877441 0.000000 350.397125 0.000000 0.688532 0.000000 0.725206 0.643071 0.643071 0.643071 +4314.957520 0.000000 345.533081 0.000000 0.893337 0.000000 0.449388 0.657071 0.657071 0.657071 +4312.779785 0.000000 343.442841 0.000000 0.887219 0.000000 0.461349 0.579682 0.579682 0.579682 +4318.191406 0.000000 341.120239 0.000000 0.870491 0.000000 0.492185 0.636699 0.636699 0.636699 +4314.256836 0.000000 343.631195 0.000000 0.698314 0.000000 0.715791 0.587185 0.587185 0.587185 +4339.914062 0.000000 401.179016 0.000000 0.919444 0.000000 0.393220 0.606394 0.606394 0.606394 +4341.177734 0.000000 405.911072 0.000000 0.589809 0.000000 0.807543 0.506978 0.506978 0.506978 +4345.360352 0.000000 406.647308 0.000000 0.946765 0.000000 0.321924 0.526684 0.526684 0.526684 +4338.425293 0.000000 397.545013 0.000000 0.839284 0.000000 0.543694 0.545263 0.545263 0.545263 +4340.916016 0.000000 402.753632 0.000000 0.875129 0.000000 0.483889 0.552668 0.552668 0.552668 +4341.929688 0.000000 411.461334 0.000000 0.941029 0.000000 0.338325 0.459387 0.459387 0.459387 +4345.112305 0.000000 401.980927 0.000000 0.809619 0.000000 0.586956 0.547658 0.547658 0.547658 +4347.523926 0.000000 408.849976 0.000000 0.915008 0.000000 0.403436 0.572024 0.572024 0.572024 +4343.122559 0.000000 400.533508 0.000000 0.629802 0.000000 0.776756 0.539123 0.539123 0.539123 +4463.145508 0.000000 244.085342 0.000000 0.782993 0.000000 0.622031 0.390983 0.390983 0.390983 +4457.204590 0.000000 262.498840 0.000000 0.628416 0.000000 0.777877 0.387762 0.387762 0.387762 +4463.537109 0.000000 253.065964 0.000000 0.835386 0.000000 0.549664 0.392009 0.392009 0.392009 +4454.646484 0.000000 258.094727 0.000000 0.904360 0.000000 0.426770 0.396687 0.396687 0.396687 +4497.939453 0.000000 267.733093 0.000000 0.796189 0.000000 0.605047 0.391207 0.391207 0.391207 +4503.836426 0.000000 276.550385 0.000000 0.659822 0.000000 0.751422 0.388283 0.388283 0.388283 +4518.469727 0.000000 252.531540 0.000000 0.622604 0.000000 0.782537 0.387525 0.387525 0.387525 +4490.564941 0.000000 228.486420 0.000000 0.779149 0.000000 0.626839 0.390528 0.390528 0.390528 +4502.077637 0.000000 243.112152 0.000000 0.826343 0.000000 0.563168 0.394456 0.394456 0.394456 +4486.028809 0.000000 248.867111 0.000000 0.674140 0.000000 0.738604 0.439419 0.439419 0.439419 +4554.235840 0.000000 269.621704 0.000000 0.701894 0.000000 0.712281 0.393563 0.393563 0.393563 +4528.918945 0.000000 297.408051 0.000000 0.876367 0.000000 0.481644 0.393125 0.393125 0.393125 +4505.661133 0.000000 285.488098 0.000000 0.883321 0.000000 0.468769 0.394118 0.394118 0.394118 +4535.819336 0.000000 301.252777 0.000000 0.889785 0.000000 0.456380 0.394315 0.394315 0.394315 +4495.671387 0.000000 283.950958 0.000000 0.741097 0.000000 0.671398 0.396246 0.396246 0.396246 +4549.464844 0.000000 287.203827 0.000000 0.943058 0.000000 0.332627 0.395412 0.395412 0.395412 +4546.356934 0.000000 287.320068 0.000000 0.949500 0.000000 0.313767 0.395554 0.395554 0.395554 +4358.057129 0.000000 383.843994 0.000000 0.864906 0.000000 0.501933 0.392727 0.392727 0.392727 +4385.412109 0.000000 353.863373 0.000000 0.928536 0.000000 0.371242 0.430081 0.430081 0.430081 +4375.339844 0.000000 371.313751 0.000000 0.742326 0.000000 0.670038 0.424318 0.424318 0.424318 +4385.641602 0.000000 356.984833 0.000000 0.594000 0.000000 0.804465 0.421053 0.421053 0.421053 +4381.739258 0.000000 360.369324 0.000000 0.896440 0.000000 0.443165 0.428798 0.428798 0.428798 +4378.709961 0.000000 432.430573 0.000000 0.929658 0.000000 0.368422 0.395045 0.395045 0.395045 +4395.095215 0.000000 409.709259 0.000000 0.762805 0.000000 0.646629 0.411719 0.411719 0.411719 +4398.782227 0.000000 437.454773 0.000000 0.928801 0.000000 0.370578 0.460666 0.460666 0.460666 +4378.957520 0.000000 402.017456 0.000000 0.813578 0.000000 0.581456 0.465617 0.465617 0.465617 +4409.112305 0.000000 401.980927 0.000000 0.597204 0.000000 0.802089 0.534445 0.534445 0.534445 +4390.707031 0.000000 403.947937 0.000000 0.774630 0.000000 0.632415 0.522089 0.522089 0.522089 +4407.122559 0.000000 400.533508 0.000000 0.897361 0.000000 0.441298 0.519892 0.519892 0.519892 +4477.292480 0.000000 407.949585 0.000000 0.912531 0.000000 0.409007 0.394509 0.394509 0.394509 +4452.045898 0.000000 400.665527 0.000000 0.943344 0.000000 0.331818 0.395525 0.395525 0.395525 +4456.974609 0.000000 406.912201 0.000000 0.911344 0.000000 0.411647 0.394259 0.394259 0.394259 +4626.579102 0.000000 168.157654 0.000000 0.874806 0.000000 0.484473 0.393182 0.393182 0.393182 +4652.194824 0.000000 181.530502 0.000000 0.795196 0.000000 0.606353 0.395584 0.395584 0.395584 +4675.505371 0.000000 212.879272 0.000000 0.771178 0.000000 0.636620 0.390869 0.390869 0.390869 +4684.457520 0.000000 221.229050 0.000000 0.864821 0.000000 0.502080 0.392856 0.392856 0.392856 +4686.604980 0.000000 217.030106 0.000000 0.712447 0.000000 0.701726 0.389126 0.389126 0.389126 +4686.650879 0.000000 219.793961 0.000000 0.936340 0.000000 0.351095 0.397853 0.397853 0.397853 +4774.535645 0.000000 198.961243 0.000000 0.912840 0.000000 0.408318 0.394435 0.394435 0.394435 +4787.213867 0.000000 215.710342 0.000000 0.607092 0.000000 0.794631 0.387527 0.387527 0.387527 +4787.402344 0.000000 223.420380 0.000000 0.658823 0.000000 0.752298 0.388520 0.388520 0.388520 +4787.634277 0.000000 212.181000 0.000000 0.940839 0.000000 0.338854 0.395288 0.395288 0.395288 +4795.100586 0.000000 179.545853 0.000000 0.888581 0.000000 0.458719 0.396182 0.396182 0.396182 +4792.639160 0.000000 174.425446 0.000000 0.893863 0.000000 0.448340 0.393524 0.393524 0.393524 +4789.428223 0.000000 187.294342 0.000000 0.835256 0.000000 0.549861 0.402246 0.402246 0.402246 +4797.638184 0.000000 189.176361 0.000000 0.624543 0.000000 0.780990 0.405045 0.405045 0.405045 +4829.392090 0.000000 214.126587 0.000000 0.795289 0.000000 0.606230 0.391187 0.391187 0.391187 +4806.507812 0.000000 221.544266 0.000000 0.818143 0.000000 0.575014 0.391466 0.391466 0.391466 +4800.936035 0.000000 192.062668 0.000000 0.700433 0.000000 0.713718 0.395399 0.395399 0.395399 +4828.380371 0.000000 224.303467 0.000000 0.735047 0.000000 0.678017 0.394245 0.394245 0.394245 +4804.384766 0.000000 220.225769 0.000000 0.718684 0.000000 0.695337 0.393904 0.393904 0.393904 +4867.837402 0.000000 193.015213 0.000000 0.628115 0.000000 0.778121 0.388157 0.388157 0.388157 +4885.502930 0.000000 217.772339 0.000000 0.914169 0.000000 0.405333 0.394290 0.394290 0.394290 +4887.836426 0.000000 220.066010 0.000000 0.769296 0.000000 0.638893 0.390484 0.390484 0.390484 +4888.572266 0.000000 208.917480 0.000000 0.950564 0.000000 0.310530 0.395664 0.395664 0.395664 +4887.191895 0.000000 215.343735 0.000000 0.852954 0.000000 0.521986 0.392322 0.392322 0.392322 +4888.795410 0.000000 197.365326 0.000000 0.895363 0.000000 0.445337 0.393547 0.393547 0.393547 +4889.283691 0.000000 191.070877 0.000000 0.719657 0.000000 0.694330 0.389270 0.389270 0.389270 +4885.235840 0.000000 189.314209 0.000000 0.776751 0.000000 0.629808 0.390509 0.390509 0.390509 +4697.916992 0.000000 327.188080 0.000000 0.950322 0.000000 0.311269 0.395654 0.395654 0.395654 +4676.384766 0.000000 333.194519 0.000000 0.791353 0.000000 0.611359 0.406779 0.406779 0.406779 +4692.436035 0.000000 324.693756 0.000000 0.884236 0.000000 0.467041 0.420765 0.420765 0.420765 +4792.473633 0.000000 234.068237 0.000000 0.628985 0.000000 0.777417 0.387550 0.387550 0.387550 +4861.524414 0.000000 243.007202 0.000000 0.911082 0.000000 0.412225 0.394378 0.394378 0.394378 +4844.194824 0.000000 238.014877 0.000000 0.795558 0.000000 0.605877 0.391030 0.391030 0.391030 +4817.664551 0.000000 232.593521 0.000000 0.808424 0.000000 0.588600 0.397786 0.397786 0.397786 +4830.961914 0.000000 226.898819 0.000000 0.621047 0.000000 0.783773 0.387542 0.387542 0.387542 +4838.337891 0.000000 239.673645 0.000000 0.932643 0.000000 0.360801 0.394876 0.394876 0.394876 +4820.832520 0.000000 238.517136 0.000000 0.590875 0.000000 0.806763 0.391476 0.391476 0.391476 +4800.090332 0.000000 229.233093 0.000000 0.658375 0.000000 0.752690 0.394572 0.394572 0.394572 +4809.795410 0.000000 225.961868 0.000000 0.844087 0.000000 0.536207 0.394914 0.394914 0.394914 +4861.638184 0.000000 245.660736 0.000000 0.945001 0.000000 0.327066 0.402057 0.402057 0.402057 +4843.690430 0.000000 229.501495 0.000000 0.912673 0.000000 0.408691 0.398880 0.398880 0.398880 +4681.203613 0.000000 374.607025 0.000000 0.610902 0.000000 0.791706 0.388094 0.388094 0.388094 +4734.419434 0.000000 381.053558 0.000000 0.932568 0.000000 0.360995 0.395076 0.395076 0.395076 +4695.836426 0.000000 389.519135 0.000000 0.948198 0.000000 0.317681 0.395561 0.395561 0.395561 +4681.084961 0.000000 349.724121 0.000000 0.681056 0.000000 0.732231 0.388637 0.388637 0.388637 +4729.384766 0.000000 395.157990 0.000000 0.707377 0.000000 0.706836 0.399272 0.399272 0.399272 +4694.782715 0.000000 346.209625 0.000000 0.866604 0.000000 0.498996 0.397429 0.397429 0.397429 +4707.689941 0.000000 390.507904 0.000000 0.771213 0.000000 0.636577 0.436268 0.436268 0.436268 +4704.544434 0.000000 386.237823 0.000000 0.942716 0.000000 0.333598 0.455648 0.455648 0.455648 +4696.077637 0.000000 348.302704 0.000000 0.627080 0.000000 0.778955 0.416191 0.416191 0.416191 +4704.330078 0.000000 393.203705 0.000000 0.819772 0.000000 0.572690 0.465821 0.465821 0.465821 +4678.070312 0.000000 345.946228 0.000000 0.861385 0.000000 0.507952 0.408658 0.408658 0.408658 +4699.966309 0.000000 348.519348 0.000000 0.846800 0.000000 0.531912 0.438472 0.438472 0.438472 +4697.618652 0.000000 390.583496 0.000000 0.663126 0.000000 0.748507 0.426207 0.426207 0.426207 +4700.979980 0.000000 354.185394 0.000000 0.740511 0.000000 0.672044 0.422407 0.422407 0.422407 +4712.756348 0.000000 344.372742 0.000000 0.671015 0.000000 0.741444 0.430088 0.430088 0.430088 +4703.632324 0.000000 349.575073 0.000000 0.795356 0.000000 0.606143 0.463160 0.463160 0.463160 +4714.288574 0.000000 418.538422 0.000000 0.731056 0.000000 0.682317 0.389577 0.389577 0.389577 +4680.614258 0.000000 408.919495 0.000000 0.782235 0.000000 0.622983 0.390597 0.390597 0.390597 +4732.013184 0.000000 410.255371 0.000000 0.911607 0.000000 0.411063 0.414116 0.414116 0.414116 +4729.460938 0.000000 395.493896 0.000000 0.675536 0.000000 0.737327 0.398625 0.398625 0.398625 +4699.678223 0.000000 400.404785 0.000000 0.901101 0.000000 0.433610 0.446095 0.446095 0.446095 +4721.687988 0.000000 404.343201 0.000000 0.890908 0.000000 0.454184 0.419092 0.419092 0.419092 +4732.727539 0.000000 397.885101 0.000000 0.948467 0.000000 0.316876 0.415662 0.415662 0.415662 +4717.585449 0.000000 405.823730 0.000000 0.603820 0.000000 0.797121 0.415722 0.415722 0.415722 +4702.725586 0.000000 398.983215 0.000000 0.871274 0.000000 0.490797 0.458214 0.458214 0.458214 +4742.215332 0.000000 387.843872 0.000000 0.707340 0.000000 0.706873 0.389691 0.389691 0.389691 +4815.197266 0.000000 350.539032 0.000000 0.591399 0.000000 0.806379 0.386980 0.386980 0.386980 +4814.686523 0.000000 353.497711 0.000000 0.723759 0.000000 0.690053 0.401484 0.401484 0.401484 +4819.894531 0.000000 346.678009 0.000000 0.781204 0.000000 0.624276 0.400897 0.400897 0.400897 +4792.315430 0.000000 432.399597 0.000000 0.841784 0.000000 0.539815 0.392284 0.392284 0.392284 +4818.498535 0.000000 399.208618 0.000000 0.797574 0.000000 0.603221 0.408815 0.408815 0.408815 +4827.678223 0.000000 400.404785 0.000000 0.749266 0.000000 0.662270 0.405786 0.405786 0.405786 +5001.278320 0.000000 388.989838 0.000000 0.724650 0.000000 0.689118 0.389561 0.389561 0.389561 +5002.072266 0.000000 395.078278 0.000000 0.659662 0.000000 0.751562 0.394596 0.394596 0.394596 +5008.382324 0.000000 394.722656 0.000000 0.939342 0.000000 0.342982 0.457383 0.457383 0.457383 +5015.348633 0.000000 391.904724 0.000000 0.913655 0.000000 0.406491 0.437086 0.437086 0.437086 +5023.373535 0.000000 382.339355 0.000000 0.806771 0.000000 0.590864 0.441012 0.441012 0.441012 +5014.604004 0.000000 377.435883 0.000000 0.831381 0.000000 0.555703 0.443639 0.443639 0.443639 +5013.843750 0.000000 389.190979 0.000000 0.734235 0.000000 0.678895 0.450205 0.450205 0.450205 +4992.517090 0.000000 388.683289 0.000000 0.854957 0.000000 0.518699 0.468936 0.468936 0.468936 +5096.688965 0.000000 363.306732 0.000000 0.780686 0.000000 0.624924 0.419657 0.419657 0.419657 +5099.407227 0.000000 383.134308 0.000000 0.827225 0.000000 0.561871 0.435979 0.435979 0.435979 +5113.007324 0.000000 384.566772 0.000000 0.698625 0.000000 0.715488 0.460394 0.460394 0.460394 +5046.864258 0.000000 450.389252 0.000000 0.894427 0.000000 0.447213 0.393796 0.393796 0.393796 +5012.994629 0.000000 397.943329 0.000000 0.722858 0.000000 0.690997 0.393990 0.393990 0.393990 +5002.329590 0.000000 420.095245 0.000000 0.921413 0.000000 0.388584 0.454587 0.454587 0.454587 +4995.913086 0.000000 406.327148 0.000000 0.830916 0.000000 0.556397 0.396462 0.396462 0.396462 +5055.697754 0.000000 440.114777 0.000000 0.604647 0.000000 0.796493 0.397271 0.397271 0.397271 +5005.872070 0.000000 423.793091 0.000000 0.702024 0.000000 0.712154 0.449366 0.449366 0.449366 +4994.944824 0.000000 412.786560 0.000000 0.901101 0.000000 0.433610 0.468897 0.468897 0.468897 +4996.602051 0.000000 397.996429 0.000000 0.950730 0.000000 0.310019 0.461851 0.461851 0.461851 +5041.687988 0.000000 404.343201 0.000000 0.947203 0.000000 0.320636 0.461645 0.461645 0.461645 +4998.475098 0.000000 409.981262 0.000000 0.857794 0.000000 0.513994 0.453945 0.453945 0.453945 +5039.645996 0.000000 403.088623 0.000000 0.763218 0.000000 0.646141 0.454729 0.454729 0.454729 +5031.465820 0.000000 405.276337 0.000000 0.896435 0.000000 0.443174 0.417381 0.417381 0.417381 +5047.867676 0.000000 442.622284 0.000000 0.872105 0.000000 0.489319 0.450677 0.450677 0.450677 +5040.914551 0.000000 412.574249 0.000000 0.606370 0.000000 0.795183 0.434198 0.434198 0.434198 +5043.318359 0.000000 429.032074 0.000000 0.715872 0.000000 0.698232 0.457146 0.457146 0.457146 +5044.679199 0.000000 415.079956 0.000000 0.905869 0.000000 0.423557 0.453899 0.453899 0.453899 +5021.096680 0.000000 395.786835 0.000000 0.838271 0.000000 0.545254 0.432544 0.432544 0.432544 +5044.393066 0.000000 417.784241 0.000000 0.647381 0.000000 0.762167 0.471962 0.471962 0.471962 +4994.681152 0.000000 417.609192 0.000000 0.749852 0.000000 0.661605 0.445035 0.445035 0.445035 +5027.619629 0.000000 437.297485 0.000000 0.700492 0.000000 0.713660 0.581799 0.581799 0.581799 +5051.429199 0.000000 420.703247 0.000000 0.929993 0.000000 0.367578 0.456906 0.456906 0.456906 +5037.470215 0.000000 423.617645 0.000000 0.795479 0.000000 0.605981 0.541478 0.541478 0.541478 +5074.128418 0.000000 416.152252 0.000000 0.783302 0.000000 0.621642 0.436596 0.436596 0.436596 +5057.118652 0.000000 440.120728 0.000000 0.880787 0.000000 0.473513 0.409252 0.409252 0.409252 +5115.305664 0.000000 445.169617 0.000000 0.907666 0.000000 0.419693 0.436842 0.436842 0.436842 +5089.519531 0.000000 403.251617 0.000000 0.774781 0.000000 0.632230 0.471861 0.471861 0.471861 +4270.671387 0.000000 498.329468 0.000000 0.815144 0.000000 0.579259 0.413034 0.413034 0.413034 +4290.500488 0.000000 471.619080 0.000000 0.879399 0.000000 0.476086 0.393558 0.393558 0.393558 +4293.464844 0.000000 456.656952 0.000000 0.677831 0.000000 0.735218 0.388865 0.388865 0.388865 +4290.356934 0.000000 456.773193 0.000000 0.839260 0.000000 0.543730 0.394787 0.394787 0.394787 +4297.795410 0.000000 451.899384 0.000000 0.722336 0.000000 0.691542 0.395849 0.395849 0.395849 +4290.069824 0.000000 476.696686 0.000000 0.876006 0.000000 0.482299 0.443244 0.443244 0.443244 +4399.868652 0.000000 500.285950 0.000000 0.721139 0.000000 0.692791 0.389606 0.389606 0.389606 +4411.211426 0.000000 537.977539 0.000000 0.783473 0.000000 0.621426 0.391060 0.391060 0.391060 +4394.288574 0.000000 531.507202 0.000000 0.862623 0.000000 0.505848 0.392823 0.392823 0.392823 +4413.738281 0.000000 536.608521 0.000000 0.696492 0.000000 0.717565 0.389724 0.389724 0.389724 +4436.994629 0.000000 510.912079 0.000000 0.935906 0.000000 0.352249 0.397835 0.397835 0.397835 +4597.994141 0.000000 473.161163 0.000000 0.761596 0.000000 0.648052 0.390566 0.390566 0.390566 +4591.537109 0.000000 479.003448 0.000000 0.794983 0.000000 0.606632 0.391017 0.391017 0.391017 +4588.352051 0.000000 469.136108 0.000000 0.927034 0.000000 0.374976 0.399404 0.399404 0.399404 +4689.260254 0.000000 478.332153 0.000000 0.946659 0.000000 0.322238 0.395642 0.395642 0.395642 +4681.866211 0.000000 490.947327 0.000000 0.890081 0.000000 0.455802 0.393525 0.393525 0.393525 +4987.529785 0.000000 452.522003 0.000000 0.841713 0.000000 0.539925 0.432650 0.432650 0.432650 +4955.595215 0.000000 558.883118 0.000000 0.792499 0.000000 0.609874 0.391027 0.391027 0.391027 +4960.449219 0.000000 534.354675 0.000000 0.829209 0.000000 0.558939 0.391826 0.391826 0.391826 +4935.437500 0.000000 563.403015 0.000000 0.758314 0.000000 0.651889 0.390250 0.390250 0.390250 +4952.535645 0.000000 524.714417 0.000000 0.624263 0.000000 0.781214 0.430901 0.430901 0.430901 +4954.245605 0.000000 526.871277 0.000000 0.588230 0.000000 0.808694 0.453992 0.453992 0.453992 +4961.365723 0.000000 518.534241 0.000000 0.783901 0.000000 0.620885 0.417863 0.417863 0.417863 +4977.687988 0.000000 517.311951 0.000000 0.852216 0.000000 0.523190 0.455636 0.455636 0.455636 +4947.253418 0.000000 555.945984 0.000000 0.688030 0.000000 0.725682 0.458266 0.458266 0.458266 +4991.273438 0.000000 519.750427 0.000000 0.648603 0.000000 0.761127 0.483020 0.483020 0.483020 +4960.607910 0.000000 547.450012 0.000000 0.632419 0.000000 0.774627 0.418149 0.418149 0.418149 +4968.179688 0.000000 536.544006 0.000000 0.668150 0.000000 0.744027 0.457757 0.457757 0.457757 +4988.034180 0.000000 556.182617 0.000000 0.688718 0.000000 0.725029 0.474915 0.474915 0.474915 +4961.987305 0.000000 545.973022 0.000000 0.795674 0.000000 0.605726 0.433188 0.433188 0.433188 +4963.217285 0.000000 519.197937 0.000000 0.880844 0.000000 0.473406 0.432040 0.432040 0.432040 +4956.161133 0.000000 556.971497 0.000000 0.617201 0.000000 0.786806 0.443639 0.443639 0.443639 +4988.473145 0.000000 535.343445 0.000000 0.899164 0.000000 0.437612 0.468813 0.468813 0.468813 +4962.375977 0.000000 524.802124 0.000000 0.594364 0.000000 0.804196 0.466956 0.466956 0.466956 +4967.382324 0.000000 541.977844 0.000000 0.739518 0.000000 0.673136 0.472658 0.472658 0.472658 +4956.266602 0.000000 545.726562 0.000000 0.672231 0.000000 0.740341 0.474464 0.474464 0.474464 +5010.817383 0.000000 482.318909 0.000000 0.896713 0.000000 0.442612 0.393956 0.393956 0.393956 +5045.013672 0.000000 486.521332 0.000000 0.936483 0.000000 0.350714 0.395205 0.395205 0.395205 +5033.204590 0.000000 488.436340 0.000000 0.923765 0.000000 0.382959 0.394721 0.394721 0.394721 +5006.686523 0.000000 466.466461 0.000000 0.948014 0.000000 0.318230 0.442515 0.442515 0.442515 +5035.659668 0.000000 488.054626 0.000000 0.816770 0.000000 0.576963 0.399879 0.399879 0.399879 +5043.914062 0.000000 457.663391 0.000000 0.905722 0.000000 0.423871 0.411994 0.411994 0.411994 +4998.475098 0.000000 466.465637 0.000000 0.936295 0.000000 0.351214 0.457223 0.457223 0.457223 +5041.424316 0.000000 490.291565 0.000000 0.901845 0.000000 0.432059 0.415668 0.415668 0.415668 +5037.465820 0.000000 496.170959 0.000000 0.662757 0.000000 0.748835 0.558464 0.558464 0.558464 +5002.618164 0.000000 465.419373 0.000000 0.894940 0.000000 0.446186 0.453447 0.453447 0.453447 +5047.822754 0.000000 483.168152 0.000000 0.897902 0.000000 0.440196 0.472553 0.472553 0.472553 +5067.786133 0.000000 456.927917 0.000000 0.877590 0.000000 0.479413 0.393359 0.393359 0.393359 +5072.244141 0.000000 481.072815 0.000000 0.838553 0.000000 0.544821 0.392877 0.392877 0.392877 +5069.487793 0.000000 461.891693 0.000000 0.931892 0.000000 0.362737 0.458911 0.458911 0.458911 +5113.678223 0.000000 466.996643 0.000000 0.625931 0.000000 0.779878 0.456716 0.456716 0.456716 +5106.516602 0.000000 467.906464 0.000000 0.846060 0.000000 0.533087 0.453539 0.453539 0.453539 +5108.078125 0.000000 468.545685 0.000000 0.913347 0.000000 0.407181 0.473258 0.473258 0.473258 +5072.485352 0.000000 476.987213 0.000000 0.658186 0.000000 0.752855 0.479606 0.479606 0.479606 +5006.953125 0.000000 562.331055 0.000000 0.915215 0.000000 0.402967 0.394574 0.394574 0.394574 +5002.072266 0.000000 564.531372 0.000000 0.652208 0.000000 0.758040 0.388015 0.388015 0.388015 +5050.637207 0.000000 535.293091 0.000000 0.661598 0.000000 0.749858 0.389055 0.389055 0.389055 +5054.390625 0.000000 564.119934 0.000000 0.841951 0.000000 0.539554 0.477870 0.477870 0.477870 +5015.935547 0.000000 545.414490 0.000000 0.712541 0.000000 0.701631 0.434774 0.434774 0.434774 +5016.077637 0.000000 517.755859 0.000000 0.842932 0.000000 0.538020 0.442122 0.442122 0.442122 +5046.180664 0.000000 532.209595 0.000000 0.874865 0.000000 0.484367 0.412863 0.412863 0.412863 +5055.163574 0.000000 541.033936 0.000000 0.706665 0.000000 0.707548 0.434631 0.434631 0.434631 +4994.026855 0.000000 556.985596 0.000000 0.916154 0.000000 0.400826 0.467681 0.467681 0.467681 +5038.671387 0.000000 554.813843 0.000000 0.933519 0.000000 0.358528 0.546722 0.546722 0.546722 +4998.028809 0.000000 531.289001 0.000000 0.739824 0.000000 0.672801 0.454077 0.454077 0.454077 +4994.199219 0.000000 515.471680 0.000000 0.665447 0.000000 0.746445 0.448457 0.448457 0.448457 +5055.825195 0.000000 521.612000 0.000000 0.683197 0.000000 0.730234 0.483983 0.483983 0.483983 +5028.749023 0.000000 517.728882 0.000000 0.679121 0.000000 0.734026 0.446942 0.446942 0.446942 +5051.262207 0.000000 530.495361 0.000000 0.674881 0.000000 0.737927 0.456081 0.456081 0.456081 +4999.699707 0.000000 524.214233 0.000000 0.664713 0.000000 0.747099 0.444744 0.444744 0.444744 +4994.335449 0.000000 539.589417 0.000000 0.928804 0.000000 0.370571 0.574893 0.574893 0.574893 +5015.599609 0.000000 562.914551 0.000000 0.828494 0.000000 0.559998 0.483013 0.483013 0.483013 +5097.676758 0.000000 526.426392 0.000000 0.660012 0.000000 0.751255 0.389026 0.389026 0.389026 +5058.356934 0.000000 513.257568 0.000000 0.644731 0.000000 0.764410 0.390599 0.390599 0.390599 +5094.646484 0.000000 540.516602 0.000000 0.810661 0.000000 0.585515 0.426089 0.426089 0.426089 +5058.552734 0.000000 564.435608 0.000000 0.604983 0.000000 0.796238 0.419433 0.419433 0.419433 +5079.935547 0.000000 545.414490 0.000000 0.784690 0.000000 0.619888 0.447869 0.447869 0.447869 +5058.944824 0.000000 525.755310 0.000000 0.747517 0.000000 0.664243 0.431914 0.431914 0.431914 +5087.005371 0.000000 543.264099 0.000000 0.908336 0.000000 0.418240 0.419717 0.419717 0.419717 +5058.069824 0.000000 533.181030 0.000000 0.694169 0.000000 0.719813 0.415754 0.415754 0.415754 +5090.508301 0.000000 554.925110 0.000000 0.938441 0.000000 0.345438 0.487927 0.487927 0.487927 +5059.099121 0.000000 535.061035 0.000000 0.712979 0.000000 0.701186 0.423621 0.423621 0.423621 +5076.141113 0.000000 562.291138 0.000000 0.864968 0.000000 0.501827 0.439072 0.439072 0.439072 +5083.528320 0.000000 542.898560 0.000000 0.651858 0.000000 0.758341 0.437052 0.437052 0.437052 +5056.144043 0.000000 536.759583 0.000000 0.788057 0.000000 0.615603 0.464804 0.464804 0.464804 +5080.422363 0.000000 538.059631 0.000000 0.886110 0.000000 0.463475 0.451202 0.451202 0.451202 +5089.433594 0.000000 544.162964 0.000000 0.625122 0.000000 0.780527 0.464046 0.464046 0.464046 +5117.535645 0.000000 562.534912 0.000000 0.855000 0.000000 0.518629 0.465167 0.465167 0.465167 +5095.089844 0.000000 523.672485 0.000000 0.882819 0.000000 0.469713 0.470019 0.470019 0.470019 +5097.936523 0.000000 561.455811 0.000000 0.794159 0.000000 0.607709 0.464994 0.464994 0.464994 +5093.366211 0.000000 560.059021 0.000000 0.942240 0.000000 0.334938 0.484329 0.484329 0.484329 +4989.512207 0.000000 564.869934 0.000000 0.845081 0.000000 0.534639 0.392677 0.392677 0.392677 +4973.942871 0.000000 586.784607 0.000000 0.597071 0.000000 0.802189 0.395284 0.395284 0.395284 +4989.638184 0.000000 584.566956 0.000000 0.693582 0.000000 0.720377 0.423177 0.423177 0.423177 +4974.693848 0.000000 596.902405 0.000000 0.936938 0.000000 0.349496 0.440035 0.440035 0.440035 +4971.095215 0.000000 579.162415 0.000000 0.674300 0.000000 0.738457 0.435720 0.435720 0.435720 +4991.814453 0.000000 583.288452 0.000000 0.920519 0.000000 0.390698 0.439284 0.439284 0.439284 +4988.727539 0.000000 567.338257 0.000000 0.802015 0.000000 0.597304 0.454002 0.454002 0.454002 +4971.060059 0.000000 598.977356 0.000000 0.747437 0.000000 0.664333 0.439376 0.439376 0.439376 +4982.403320 0.000000 584.529541 0.000000 0.654586 0.000000 0.755987 0.570902 0.570902 0.570902 +4986.270996 0.000000 629.661926 0.000000 0.912030 0.000000 0.410124 0.467489 0.467489 0.467489 +4985.112305 0.000000 627.918396 0.000000 0.713845 0.000000 0.700304 0.484873 0.484873 0.484873 +4998.507812 0.000000 616.934875 0.000000 0.878737 0.000000 0.477306 0.393192 0.393192 0.393192 +5001.278320 0.000000 614.927307 0.000000 0.688780 0.000000 0.724970 0.388824 0.388824 0.388824 +5009.664551 0.000000 571.499756 0.000000 0.881793 0.000000 0.471637 0.394072 0.394072 0.394072 +5012.832520 0.000000 577.423401 0.000000 0.934740 0.000000 0.355332 0.405457 0.405457 0.405457 +5041.394043 0.000000 590.173523 0.000000 0.894194 0.000000 0.447679 0.396357 0.396357 0.396357 +5006.686523 0.000000 579.435242 0.000000 0.784441 0.000000 0.620203 0.455345 0.455345 0.455345 +5048.346680 0.000000 587.044617 0.000000 0.720408 0.000000 0.693550 0.436826 0.436826 0.436826 +5022.816895 0.000000 579.281555 0.000000 0.803132 0.000000 0.595802 0.455911 0.455911 0.455911 +5006.033691 0.000000 570.734741 0.000000 0.760841 0.000000 0.648938 0.447198 0.447198 0.447198 +5015.348633 0.000000 617.842224 0.000000 0.840449 0.000000 0.541891 0.475934 0.475934 0.475934 +5047.405273 0.000000 599.696838 0.000000 0.876687 0.000000 0.481061 0.450846 0.450846 0.450846 +5032.179688 0.000000 593.028381 0.000000 0.926582 0.000000 0.376092 0.464374 0.464374 0.464374 +5028.342285 0.000000 620.512390 0.000000 0.890815 0.000000 0.454366 0.422892 0.422892 0.422892 +5039.448242 0.000000 589.351318 0.000000 0.889802 0.000000 0.456347 0.577958 0.577958 0.577958 +4995.385254 0.000000 603.278259 0.000000 0.671298 0.000000 0.741188 0.439352 0.439352 0.439352 +5010.979980 0.000000 604.857544 0.000000 0.945598 0.000000 0.325337 0.432797 0.432797 0.432797 +5033.262207 0.000000 578.181396 0.000000 0.824414 0.000000 0.565988 0.479114 0.479114 0.479114 +5007.854980 0.000000 571.373474 0.000000 0.644629 0.000000 0.764496 0.444270 0.444270 0.444270 +4997.351074 0.000000 602.969727 0.000000 0.751516 0.000000 0.659715 0.458125 0.458125 0.458125 +5027.182129 0.000000 571.610107 0.000000 0.832599 0.000000 0.553876 0.453090 0.453090 0.453090 +5006.389648 0.000000 602.628174 0.000000 0.938349 0.000000 0.345690 0.474543 0.474543 0.474543 +5049.864746 0.000000 593.434937 0.000000 0.741487 0.000000 0.670967 0.481999 0.481999 0.481999 +5011.070801 0.000000 608.211548 0.000000 0.860053 0.000000 0.510204 0.504926 0.504926 0.504926 +5048.710938 0.000000 588.675293 0.000000 0.778465 0.000000 0.627688 0.466376 0.466376 0.466376 +5004.241699 0.000000 567.108582 0.000000 0.675748 0.000000 0.737133 0.465336 0.465336 0.465336 +5010.425781 0.000000 613.695923 0.000000 0.895018 0.000000 0.446029 0.498957 0.498957 0.498957 +5072.971680 0.000000 614.020752 0.000000 0.828971 0.000000 0.559291 0.392206 0.392206 0.392206 +5074.579102 0.000000 620.032654 0.000000 0.594812 0.000000 0.803865 0.387272 0.387272 0.387272 +5108.014648 0.000000 573.687073 0.000000 0.712772 0.000000 0.701395 0.389443 0.389443 0.389443 +5092.575195 0.000000 567.232727 0.000000 0.804519 0.000000 0.593927 0.405225 0.405225 0.405225 +5091.689941 0.000000 616.445374 0.000000 0.845140 0.000000 0.534544 0.410081 0.410081 0.410081 +5110.158691 0.000000 596.903503 0.000000 0.716812 0.000000 0.697267 0.395734 0.395734 0.395734 +5083.678223 0.000000 569.857910 0.000000 0.934348 0.000000 0.356363 0.472412 0.472412 0.472412 +5082.245605 0.000000 583.355652 0.000000 0.927872 0.000000 0.372898 0.460620 0.460620 0.460620 +5092.144531 0.000000 613.805176 0.000000 0.948054 0.000000 0.318108 0.519131 0.519131 0.519131 +5111.405273 0.000000 599.696838 0.000000 0.929325 0.000000 0.369263 0.437764 0.437764 0.437764 +5113.072754 0.000000 614.960815 0.000000 0.705069 0.000000 0.709139 0.425299 0.425299 0.425299 +5106.103516 0.000000 613.176636 0.000000 0.707279 0.000000 0.706935 0.558287 0.558287 0.558287 +5092.916016 0.000000 592.906189 0.000000 0.624624 0.000000 0.780926 0.432753 0.432753 0.432753 +5106.394043 0.000000 616.965515 0.000000 0.797227 0.000000 0.603679 0.463219 0.463219 0.463219 +5113.129395 0.000000 603.662354 0.000000 0.857165 0.000000 0.515043 0.427464 0.427464 0.427464 +5066.618164 0.000000 616.286987 0.000000 0.642526 0.000000 0.766264 0.466321 0.466321 0.466321 +5081.304688 0.000000 565.837463 0.000000 0.934033 0.000000 0.357186 0.459019 0.459019 0.459019 +5064.859375 0.000000 602.330872 0.000000 0.939857 0.000000 0.341569 0.489921 0.489921 0.489921 +5063.784180 0.000000 618.160156 0.000000 0.913048 0.000000 0.407852 0.459922 0.459922 0.459922 +5107.291016 0.000000 575.267822 0.000000 0.909335 0.000000 0.416065 0.480673 0.480673 0.480673 +5056.233887 0.000000 578.286987 0.000000 0.719633 0.000000 0.694355 0.466522 0.466522 0.466522 +5096.653320 0.000000 610.486328 0.000000 0.634868 0.000000 0.772620 0.480814 0.480814 0.480814 +5096.728027 0.000000 607.657410 0.000000 0.931439 0.000000 0.363898 0.582686 0.582686 0.582686 +5030.337891 0.000000 635.064270 0.000000 0.799159 0.000000 0.601119 0.391048 0.391048 0.391048 +5021.096680 0.000000 621.724304 0.000000 0.809177 0.000000 0.587566 0.472967 0.472967 0.472967 +5008.790527 0.000000 629.483459 0.000000 0.899365 0.000000 0.437199 0.468821 0.468821 0.468821 +5091.104004 0.000000 629.870239 0.000000 0.755357 0.000000 0.655313 0.390081 0.390081 0.390081 +5101.942871 0.000000 643.268982 0.000000 0.630701 0.000000 0.776026 0.469695 0.469695 0.469695 +5102.245605 0.000000 641.250671 0.000000 0.760831 0.000000 0.648951 0.439729 0.439729 0.439729 +5118.854492 0.000000 647.911560 0.000000 0.734673 0.000000 0.678421 0.446495 0.446495 0.446495 +5083.504395 0.000000 635.306519 0.000000 0.948510 0.000000 0.316747 0.482799 0.482799 0.482799 +5097.262207 0.000000 634.665771 0.000000 0.798660 0.000000 0.601783 0.474490 0.474490 0.474490 +5112.708984 0.000000 641.771606 0.000000 0.817915 0.000000 0.575339 0.462007 0.462007 0.462007 +5092.749023 0.000000 630.697632 0.000000 0.806761 0.000000 0.590878 0.502805 0.502805 0.502805 +5068.241699 0.000000 623.592957 0.000000 0.943953 0.000000 0.330079 0.472950 0.472950 0.472950 +5173.633789 0.000000 375.963470 0.000000 0.942597 0.000000 0.333932 0.449895 0.449895 0.449895 +5163.659668 0.000000 375.085876 0.000000 0.829761 0.000000 0.558118 0.458640 0.458640 0.458640 +5122.627930 0.000000 367.613434 0.000000 0.597340 0.000000 0.801988 0.406371 0.406371 0.406371 +5122.269043 0.000000 392.340118 0.000000 0.863855 0.000000 0.503741 0.433357 0.433357 0.433357 +5169.314941 0.000000 381.604492 0.000000 0.596647 0.000000 0.802504 0.435828 0.435828 0.435828 +5165.747070 0.000000 387.597809 0.000000 0.946912 0.000000 0.321493 0.436701 0.436701 0.436701 +5156.342285 0.000000 394.574890 0.000000 0.650320 0.000000 0.759660 0.477555 0.477555 0.477555 +5165.836426 0.000000 391.539032 0.000000 0.948685 0.000000 0.316221 0.444470 0.444470 0.444470 +5173.007812 0.000000 380.056641 0.000000 0.826969 0.000000 0.562248 0.445383 0.445383 0.445383 +5167.350098 0.000000 393.649292 0.000000 0.869009 0.000000 0.494796 0.465690 0.465690 0.465690 +5194.235840 0.000000 382.590454 0.000000 0.950256 0.000000 0.311469 0.467576 0.467576 0.467576 +5192.076660 0.000000 382.959656 0.000000 0.841940 0.000000 0.539571 0.466582 0.466582 0.466582 +5184.850586 0.000000 379.470947 0.000000 0.838133 0.000000 0.545465 0.449505 0.449505 0.449505 +5181.512207 0.000000 395.416809 0.000000 0.925525 0.000000 0.378686 0.394977 0.394977 0.394977 +5158.824707 0.000000 400.628540 0.000000 0.806952 0.000000 0.590618 0.397750 0.397750 0.397750 +5167.339355 0.000000 395.636627 0.000000 0.874764 0.000000 0.484549 0.450774 0.450774 0.450774 +5172.657715 0.000000 395.426697 0.000000 0.873063 0.000000 0.487607 0.435562 0.435562 0.435562 +5153.049316 0.000000 396.640930 0.000000 0.868429 0.000000 0.495813 0.450544 0.450544 0.450544 +5125.572266 0.000000 442.321442 0.000000 0.926177 0.000000 0.377090 0.479612 0.479612 0.479612 +5120.588379 0.000000 447.693115 0.000000 0.779312 0.000000 0.626636 0.451455 0.451455 0.451455 +5157.967285 0.000000 420.287964 0.000000 0.736240 0.000000 0.676720 0.481840 0.481840 0.481840 +5153.853027 0.000000 407.155365 0.000000 0.642349 0.000000 0.766412 0.471831 0.471831 0.471831 +5225.128906 0.000000 416.256287 0.000000 0.921756 0.000000 0.387770 0.406857 0.406857 0.406857 +5230.693848 0.000000 427.449280 0.000000 0.930914 0.000000 0.365239 0.420619 0.420619 0.420619 +5223.778320 0.000000 451.225616 0.000000 0.826837 0.000000 0.562442 0.417122 0.417122 0.417122 +5231.436035 0.000000 430.111969 0.000000 0.814907 0.000000 0.579592 0.469411 0.469411 0.469411 +5203.070801 0.000000 438.758453 0.000000 0.935580 0.000000 0.353116 0.472479 0.472479 0.472479 +5259.941895 0.000000 437.194641 0.000000 0.855764 0.000000 0.517366 0.392724 0.392724 0.392724 +5252.166992 0.000000 444.155182 0.000000 0.685692 0.000000 0.727892 0.439694 0.439694 0.439694 +5258.618164 0.000000 446.833862 0.000000 0.790590 0.000000 0.612346 0.470491 0.470491 0.470491 +5248.588379 0.000000 447.693115 0.000000 0.700087 0.000000 0.714058 0.464135 0.464135 0.464135 +5172.463867 0.000000 466.956848 0.000000 0.705063 0.000000 0.709145 0.389176 0.389176 0.389176 +5161.676758 0.000000 469.941986 0.000000 0.740904 0.000000 0.671611 0.389815 0.389815 0.389815 +5139.362793 0.000000 479.862823 0.000000 0.932089 0.000000 0.362229 0.416840 0.416840 0.416840 +5147.190918 0.000000 480.184418 0.000000 0.657900 0.000000 0.753105 0.477759 0.477759 0.477759 +5144.077637 0.000000 461.271454 0.000000 0.777651 0.000000 0.628696 0.400814 0.400814 0.400814 +5153.365723 0.000000 462.049835 0.000000 0.701667 0.000000 0.712505 0.441937 0.441937 0.441937 +5176.096680 0.000000 479.518921 0.000000 0.936117 0.000000 0.351688 0.426593 0.426593 0.426593 +5169.424316 0.000000 490.291565 0.000000 0.761083 0.000000 0.648654 0.424782 0.424782 0.424782 +5162.219238 0.000000 498.089661 0.000000 0.656294 0.000000 0.754505 0.433456 0.433456 0.433456 +5152.801270 0.000000 480.190216 0.000000 0.895867 0.000000 0.444323 0.495210 0.495210 0.495210 +5179.815430 0.000000 470.594788 0.000000 0.918637 0.000000 0.395104 0.452554 0.452554 0.452554 +5147.739258 0.000000 495.498383 0.000000 0.943347 0.000000 0.331808 0.446103 0.446103 0.446103 +5172.393066 0.000000 474.268616 0.000000 0.610304 0.000000 0.792167 0.454507 0.454507 0.454507 +5150.609375 0.000000 477.537628 0.000000 0.847563 0.000000 0.530694 0.463014 0.463014 0.463014 +5125.832520 0.000000 483.740692 0.000000 0.926154 0.000000 0.377145 0.447173 0.447173 0.447173 +5166.671387 0.000000 485.411621 0.000000 0.875091 0.000000 0.483958 0.509361 0.509361 0.509361 +5214.953613 0.000000 508.127533 0.000000 0.605962 0.000000 0.795494 0.387691 0.387691 0.387691 +5225.204590 0.000000 488.436340 0.000000 0.912593 0.000000 0.408869 0.394343 0.394343 0.394343 +5237.519043 0.000000 478.500427 0.000000 0.879247 0.000000 0.476367 0.405403 0.405403 0.405403 +5228.127930 0.000000 479.316315 0.000000 0.815458 0.000000 0.578816 0.399846 0.399846 0.399846 +5203.443848 0.000000 501.794769 0.000000 0.810248 0.000000 0.586087 0.439236 0.439236 0.439236 +5219.689941 0.000000 503.476654 0.000000 0.945183 0.000000 0.326542 0.463446 0.463446 0.463446 +5233.394043 0.000000 477.204773 0.000000 0.622206 0.000000 0.782854 0.421632 0.421632 0.421632 +5240.346680 0.000000 474.075897 0.000000 0.842747 0.000000 0.538309 0.421353 0.421353 0.421353 +5238.158691 0.000000 483.934753 0.000000 0.896877 0.000000 0.442281 0.436422 0.436422 0.436422 +5247.697754 0.000000 496.599152 0.000000 0.938705 0.000000 0.344721 0.465001 0.465001 0.465001 +5215.328613 0.000000 502.196899 0.000000 0.949130 0.000000 0.314884 0.479007 0.479007 0.479007 +5236.706543 0.000000 508.190338 0.000000 0.595930 0.000000 0.803036 0.421092 0.421092 0.421092 +5188.756836 0.000000 470.668213 0.000000 0.852608 0.000000 0.522551 0.442438 0.442438 0.442438 +5207.885254 0.000000 477.655121 0.000000 0.913351 0.000000 0.407174 0.425631 0.425631 0.425631 +5247.163574 0.000000 484.549561 0.000000 0.911641 0.000000 0.410988 0.438909 0.438909 0.438909 +5219.522949 0.000000 496.520905 0.000000 0.920079 0.000000 0.391732 0.429720 0.429720 0.429720 +5243.305664 0.000000 501.653992 0.000000 0.899222 0.000000 0.437492 0.440315 0.440315 0.440315 +5237.789062 0.000000 495.318756 0.000000 0.746006 0.000000 0.665940 0.467272 0.467272 0.467272 +5185.042969 0.000000 484.376099 0.000000 0.633427 0.000000 0.773803 0.467927 0.467927 0.467927 +5231.085449 0.000000 490.703156 0.000000 0.931829 0.000000 0.362899 0.430227 0.430227 0.430227 +5241.072754 0.000000 501.992096 0.000000 0.731504 0.000000 0.681838 0.455710 0.455710 0.455710 +5234.103516 0.000000 500.207886 0.000000 0.782457 0.000000 0.622705 0.451547 0.451547 0.451547 +5184.712402 0.000000 470.095978 0.000000 0.686914 0.000000 0.726739 0.458237 0.458237 0.458237 +5229.465820 0.000000 496.170959 0.000000 0.906542 0.000000 0.422116 0.421556 0.421556 0.421556 +5239.867676 0.000000 499.106659 0.000000 0.846564 0.000000 0.532287 0.494966 0.494966 0.494966 +5224.179688 0.000000 480.059631 0.000000 0.897248 0.000000 0.441526 0.440239 0.440239 0.440239 +5229.836426 0.000000 504.507782 0.000000 0.619884 0.000000 0.784693 0.427119 0.427119 0.427119 +5187.099121 0.000000 478.576660 0.000000 0.728237 0.000000 0.685326 0.453763 0.453763 0.453763 +5237.101074 0.000000 497.200500 0.000000 0.861371 0.000000 0.507977 0.474836 0.474836 0.474836 +5219.619629 0.000000 493.781860 0.000000 0.745439 0.000000 0.666573 0.454231 0.454231 0.454231 +5201.688477 0.000000 480.101837 0.000000 0.813951 0.000000 0.580933 0.458125 0.458125 0.458125 +5245.810547 0.000000 485.528442 0.000000 0.901007 0.000000 0.433804 0.557899 0.557899 0.557899 +5214.190918 0.000000 488.928864 0.000000 0.720584 0.000000 0.693368 0.479520 0.479520 0.479520 +5246.095703 0.000000 483.421112 0.000000 0.863394 0.000000 0.504530 0.544549 0.544549 0.544549 +5158.535645 0.000000 537.867493 0.000000 0.860503 0.000000 0.509445 0.392900 0.392900 0.392900 +5153.910645 0.000000 550.682251 0.000000 0.657235 0.000000 0.753686 0.442719 0.442719 0.442719 +5124.384766 0.000000 559.132019 0.000000 0.786178 0.000000 0.618001 0.432927 0.432927 0.432927 +5173.633789 0.000000 545.416626 0.000000 0.949587 0.000000 0.313504 0.490530 0.490530 0.490530 +5135.870117 0.000000 545.182251 0.000000 0.931565 0.000000 0.363576 0.485624 0.485624 0.485624 +5143.339844 0.000000 540.766846 0.000000 0.828789 0.000000 0.559561 0.400186 0.400186 0.400186 +5176.742188 0.000000 538.253235 0.000000 0.940181 0.000000 0.340675 0.463168 0.463168 0.463168 +5180.727539 0.000000 510.853851 0.000000 0.874973 0.000000 0.484173 0.469703 0.469703 0.469703 +5165.465820 0.000000 552.655334 0.000000 0.764925 0.000000 0.644119 0.417390 0.417390 0.417390 +5153.049316 0.000000 509.609680 0.000000 0.611387 0.000000 0.791332 0.437988 0.437988 0.437988 +5176.246582 0.000000 511.216248 0.000000 0.734627 0.000000 0.678471 0.478081 0.478081 0.478081 +5133.139648 0.000000 551.904053 0.000000 0.878679 0.000000 0.477414 0.449025 0.449025 0.449025 +5165.537598 0.000000 548.749023 0.000000 0.587910 0.000000 0.808927 0.457648 0.457648 0.457648 +5163.071777 0.000000 518.937866 0.000000 0.924772 0.000000 0.380522 0.454744 0.454744 0.454744 +5133.340332 0.000000 548.586182 0.000000 0.823454 0.000000 0.567382 0.479080 0.479080 0.479080 +5176.654297 0.000000 525.572327 0.000000 0.744076 0.000000 0.668095 0.476508 0.476508 0.476508 +5178.270996 0.000000 516.693176 0.000000 0.921897 0.000000 0.387436 0.506041 0.506041 0.506041 +5157.379395 0.000000 545.246033 0.000000 0.687547 0.000000 0.726140 0.461952 0.461952 0.461952 +5169.237305 0.000000 521.565979 0.000000 0.647325 0.000000 0.762214 0.464603 0.464603 0.464603 +5235.016113 0.000000 529.210510 0.000000 0.681096 0.000000 0.732194 0.388637 0.388637 0.388637 +5220.759766 0.000000 529.735596 0.000000 0.915931 0.000000 0.401335 0.397084 0.397084 0.397084 +5200.186523 0.000000 527.510620 0.000000 0.919904 0.000000 0.392144 0.394427 0.394427 0.394427 +5217.412109 0.000000 523.316467 0.000000 0.946005 0.000000 0.324151 0.451995 0.451995 0.451995 +5203.443848 0.000000 558.279175 0.000000 0.640367 0.000000 0.768069 0.466266 0.466266 0.466266 +5222.646484 0.000000 540.516602 0.000000 0.790651 0.000000 0.612268 0.433049 0.433049 0.433049 +5240.346680 0.000000 530.560242 0.000000 0.659578 0.000000 0.751636 0.431681 0.431681 0.431681 +5192.173828 0.000000 530.625671 0.000000 0.805643 0.000000 0.592401 0.397718 0.397718 0.397718 +5230.693848 0.000000 540.418030 0.000000 0.707204 0.000000 0.707010 0.449498 0.449498 0.449498 +5203.894531 0.000000 516.131165 0.000000 0.598830 0.000000 0.800876 0.443225 0.443225 0.443225 +5190.070312 0.000000 515.399353 0.000000 0.752723 0.000000 0.658337 0.420834 0.420834 0.420834 +5201.493164 0.000000 552.332153 0.000000 0.713554 0.000000 0.700601 0.416185 0.416185 0.416185 +5192.237305 0.000000 556.385925 0.000000 0.840700 0.000000 0.541501 0.442050 0.442050 0.442050 +5194.234863 0.000000 555.805298 0.000000 0.699940 0.000000 0.714202 0.443750 0.443750 0.443750 +5194.704590 0.000000 531.101868 0.000000 0.783839 0.000000 0.620965 0.459067 0.459067 0.459067 +5209.774414 0.000000 558.058594 0.000000 0.685858 0.000000 0.727735 0.439698 0.439698 0.439698 +5185.843750 0.000000 554.739075 0.000000 0.622091 0.000000 0.782945 0.460298 0.460298 0.460298 +5202.362793 0.000000 540.995972 0.000000 0.643994 0.000000 0.765030 0.468197 0.468197 0.468197 +5184.369629 0.000000 519.261292 0.000000 0.588129 0.000000 0.808767 0.497831 0.497831 0.497831 +5192.131348 0.000000 517.747131 0.000000 0.938330 0.000000 0.345740 0.482188 0.482188 0.482188 +5257.866211 0.000000 490.947327 0.000000 0.817008 0.000000 0.576626 0.391684 0.391684 0.391684 +5250.575684 0.000000 493.002075 0.000000 0.617513 0.000000 0.786561 0.484017 0.484017 0.484017 +5252.756836 0.000000 527.152588 0.000000 0.933573 0.000000 0.358388 0.603737 0.603737 0.603737 +5252.248535 0.000000 529.659241 0.000000 0.948112 0.000000 0.317937 0.482774 0.482774 0.482774 +5259.263184 0.000000 544.921692 0.000000 0.857756 0.000000 0.514057 0.416127 0.416127 0.416127 +5279.005371 0.000000 543.264099 0.000000 0.644684 0.000000 0.764449 0.422105 0.422105 0.422105 +5325.506836 0.000000 544.173828 0.000000 0.861230 0.000000 0.508215 0.392840 0.392840 0.392840 +5347.666992 0.000000 544.845581 0.000000 0.921069 0.000000 0.389399 0.394408 0.394408 0.394408 +5328.716797 0.000000 540.457214 0.000000 0.773054 0.000000 0.634340 0.400707 0.400707 0.400707 +5355.601562 0.000000 561.259460 0.000000 0.875475 0.000000 0.483263 0.403387 0.403387 0.403387 +5328.382324 0.000000 564.175781 0.000000 0.737446 0.000000 0.675406 0.431662 0.431662 0.431662 +5312.144043 0.000000 536.759583 0.000000 0.753727 0.000000 0.657187 0.441407 0.441407 0.441407 +5322.704590 0.000000 531.101868 0.000000 0.590895 0.000000 0.806749 0.470529 0.470529 0.470529 +5329.267090 0.000000 538.993164 0.000000 0.710500 0.000000 0.703697 0.481076 0.481076 0.481076 +5152.449219 0.000000 590.839050 0.000000 0.942558 0.000000 0.334043 0.395238 0.395238 0.395238 +5158.385742 0.000000 581.688782 0.000000 0.872634 0.000000 0.488375 0.407099 0.407099 0.407099 +5168.587891 0.000000 585.096985 0.000000 0.777664 0.000000 0.628681 0.449538 0.449538 0.449538 +5150.816895 0.000000 579.281555 0.000000 0.908498 0.000000 0.417890 0.473031 0.473031 0.473031 +5122.026855 0.000000 613.469971 0.000000 0.866359 0.000000 0.499423 0.414495 0.414495 0.414495 +5153.049316 0.000000 566.094055 0.000000 0.904321 0.000000 0.426854 0.427189 0.427189 0.427189 +5121.654297 0.000000 579.201904 0.000000 0.734378 0.000000 0.678740 0.416661 0.416661 0.416661 +5160.284180 0.000000 603.310303 0.000000 0.694918 0.000000 0.719089 0.465846 0.465846 0.465846 +5168.914551 0.000000 582.027344 0.000000 0.790389 0.000000 0.612606 0.425538 0.425538 0.425538 +5163.311523 0.000000 589.991516 0.000000 0.590685 0.000000 0.806902 0.450383 0.450383 0.450383 +5170.709961 0.000000 578.933594 0.000000 0.634492 0.000000 0.772929 0.431124 0.431124 0.431124 +5172.393066 0.000000 587.237366 0.000000 0.606483 0.000000 0.795097 0.428678 0.428678 0.428678 +5150.288086 0.000000 619.306152 0.000000 0.719582 0.000000 0.694408 0.451675 0.451675 0.451675 +5163.628906 0.000000 605.234863 0.000000 0.822616 0.000000 0.568597 0.458405 0.458405 0.458405 +5163.071777 0.000000 575.422241 0.000000 0.860137 0.000000 0.510064 0.523734 0.523734 0.523734 +5173.188965 0.000000 619.256470 0.000000 0.609168 0.000000 0.793041 0.447133 0.447133 0.447133 +5168.891113 0.000000 593.217834 0.000000 0.775997 0.000000 0.630737 0.456965 0.456965 0.456965 +5146.957520 0.000000 571.470581 0.000000 0.608862 0.000000 0.793276 0.474639 0.474639 0.474639 +5164.442383 0.000000 571.356506 0.000000 0.611150 0.000000 0.791515 0.487505 0.487505 0.487505 +5152.594727 0.000000 584.482178 0.000000 0.688354 0.000000 0.725375 0.471212 0.471212 0.471212 +5159.382324 0.000000 598.462219 0.000000 0.810971 0.000000 0.585086 0.474901 0.474901 0.474901 +5144.030273 0.000000 578.148926 0.000000 0.715966 0.000000 0.698135 0.486785 0.486785 0.486785 +5147.133789 0.000000 568.373901 0.000000 0.931985 0.000000 0.362496 0.491371 0.491371 0.491371 +5147.322754 0.000000 589.313721 0.000000 0.788140 0.000000 0.615496 0.502128 0.502128 0.502128 +5163.440918 0.000000 572.532104 0.000000 0.731737 0.000000 0.681587 0.500222 0.500222 0.500222 +5143.035156 0.000000 575.280884 0.000000 0.792310 0.000000 0.610119 0.567315 0.567315 0.567315 +5236.706543 0.000000 621.159119 0.000000 0.931065 0.000000 0.364852 0.412968 0.412968 0.412968 +5224.647949 0.000000 566.170410 0.000000 0.633834 0.000000 0.773469 0.420027 0.420027 0.420027 +5234.999023 0.000000 572.186584 0.000000 0.720678 0.000000 0.693270 0.485076 0.485076 0.485076 +5190.073242 0.000000 618.631226 0.000000 0.630217 0.000000 0.776419 0.533676 0.533676 0.533676 +5235.291016 0.000000 575.267822 0.000000 0.811282 0.000000 0.584655 0.469290 0.469290 0.469290 +5163.690430 0.000000 624.892090 0.000000 0.669913 0.000000 0.742440 0.507500 0.507500 0.507500 +5180.727539 0.000000 623.822632 0.000000 0.834171 0.000000 0.551505 0.409775 0.409775 0.409775 +5176.246582 0.000000 624.184998 0.000000 0.928711 0.000000 0.370805 0.428177 0.428177 0.428177 +5170.709961 0.000000 635.417969 0.000000 0.733275 0.000000 0.679932 0.453899 0.453899 0.453899 +5155.217285 0.000000 632.166687 0.000000 0.750465 0.000000 0.660910 0.433856 0.433856 0.433856 +5165.587891 0.000000 629.100403 0.000000 0.632241 0.000000 0.774772 0.478910 0.478910 0.478910 +5164.016602 0.000000 623.076721 0.000000 0.906895 0.000000 0.421356 0.455845 0.455845 0.455845 +5177.112305 0.000000 627.918396 0.000000 0.691044 0.000000 0.722813 0.478672 0.478672 0.478672 +5149.055664 0.000000 627.341919 0.000000 0.834235 0.000000 0.551410 0.619530 0.619530 0.619530 +5193.084961 0.000000 632.145996 0.000000 0.743354 0.000000 0.668898 0.389756 0.389756 0.389756 +5197.487793 0.000000 631.344788 0.000000 0.696326 0.000000 0.717725 0.413941 0.413941 0.413941 +5200.382324 0.000000 677.144531 0.000000 0.830309 0.000000 0.557303 0.430419 0.430419 0.430419 +5236.657715 0.000000 621.364197 0.000000 0.668309 0.000000 0.743884 0.405915 0.405915 0.405915 +5190.953125 0.000000 656.938354 0.000000 0.835729 0.000000 0.549142 0.417372 0.417372 0.417372 +5205.843750 0.000000 671.612854 0.000000 0.645402 0.000000 0.763843 0.438752 0.438752 0.438752 +5205.917480 0.000000 665.590393 0.000000 0.674602 0.000000 0.738181 0.433875 0.433875 0.433875 +5234.516602 0.000000 637.359558 0.000000 0.885208 0.000000 0.465195 0.435990 0.435990 0.435990 +5184.371582 0.000000 626.412964 0.000000 0.648167 0.000000 0.761498 0.457259 0.457259 0.457259 +5194.780273 0.000000 656.111938 0.000000 0.899922 0.000000 0.436052 0.484027 0.484027 0.484027 +5190.054199 0.000000 622.926758 0.000000 0.937263 0.000000 0.348622 0.470660 0.470660 0.470660 +5236.080566 0.000000 634.521667 0.000000 0.934850 0.000000 0.355042 0.478170 0.478170 0.478170 +5192.993164 0.000000 624.454834 0.000000 0.901320 0.000000 0.433154 0.574907 0.574907 0.574907 +5219.595703 0.000000 641.440002 0.000000 0.747170 0.000000 0.664633 0.478459 0.478459 0.478459 +5199.354980 0.000000 667.550232 0.000000 0.925944 0.000000 0.377660 0.487224 0.487224 0.487224 +5309.638184 0.000000 584.566956 0.000000 0.615942 0.000000 0.787791 0.399330 0.399330 0.399330 +5311.273438 0.000000 576.234802 0.000000 0.933535 0.000000 0.358487 0.424562 0.424562 0.424562 +5284.916016 0.000000 592.906189 0.000000 0.922495 0.000000 0.386010 0.422179 0.422179 0.422179 +5311.825195 0.000000 578.096375 0.000000 0.798383 0.000000 0.602149 0.453891 0.453891 0.453891 +5323.786133 0.000000 569.896667 0.000000 0.724060 0.000000 0.689737 0.389853 0.389853 0.389853 +5370.385254 0.000000 567.435791 0.000000 0.907308 0.000000 0.420467 0.394128 0.394128 0.394128 +5323.486816 0.000000 573.403381 0.000000 0.697860 0.000000 0.716234 0.388878 0.388878 0.388878 +5367.819336 0.000000 583.674683 0.000000 0.710336 0.000000 0.703863 0.389084 0.389084 0.389084 +5315.820801 0.000000 578.649109 0.000000 0.660129 0.000000 0.751152 0.388204 0.388204 0.388204 +5333.235840 0.000000 584.704834 0.000000 0.888293 0.000000 0.459278 0.407592 0.407592 0.407592 +5329.436523 0.000000 588.712769 0.000000 0.906647 0.000000 0.421890 0.457737 0.457737 0.457737 +5365.428223 0.000000 582.684998 0.000000 0.900369 0.000000 0.435128 0.417520 0.417520 0.417520 +5318.363770 0.000000 574.356384 0.000000 0.925852 0.000000 0.377887 0.452887 0.452887 0.452887 +5353.128906 0.000000 585.709412 0.000000 0.795098 0.000000 0.606481 0.410633 0.410633 0.410633 +5339.678223 0.000000 569.857910 0.000000 0.590254 0.000000 0.807218 0.422818 0.422818 0.422818 +5338.165527 0.000000 573.101501 0.000000 0.904581 0.000000 0.426302 0.411954 0.411954 0.411954 +5331.576660 0.000000 600.295349 0.000000 0.889497 0.000000 0.456940 0.455127 0.455127 0.455127 +5313.654297 0.000000 579.201904 0.000000 0.915690 0.000000 0.401885 0.446704 0.446704 0.446704 +5364.316895 0.000000 593.969666 0.000000 0.707852 0.000000 0.706361 0.466197 0.466197 0.466197 +5358.245605 0.000000 584.766296 0.000000 0.917169 0.000000 0.398498 0.452488 0.452488 0.452488 +5363.561035 0.000000 591.105652 0.000000 0.867956 0.000000 0.496640 0.469428 0.469428 0.469428 +5342.945801 0.000000 593.307678 0.000000 0.804536 0.000000 0.593904 0.452204 0.452204 0.452204 +5315.095703 0.000000 580.293884 0.000000 0.894738 0.000000 0.446592 0.455338 0.455338 0.455338 +5351.039551 0.000000 605.005371 0.000000 0.606757 0.000000 0.794887 0.447078 0.447078 0.447078 +5339.877441 0.000000 576.334656 0.000000 0.922696 0.000000 0.385529 0.452739 0.452739 0.452739 +5320.953125 0.000000 590.774475 0.000000 0.827597 0.000000 0.561323 0.475474 0.475474 0.475474 +5342.924805 0.000000 604.148560 0.000000 0.869599 0.000000 0.493759 0.461932 0.461932 0.461932 +5259.406250 0.000000 654.398926 0.000000 0.817463 0.000000 0.575981 0.391633 0.391633 0.391633 +5255.437500 0.000000 676.371765 0.000000 0.597045 0.000000 0.802207 0.389736 0.389736 0.389736 +5309.125000 0.000000 673.807373 0.000000 0.791817 0.000000 0.610759 0.395504 0.395504 0.395504 +5261.872070 0.000000 649.730591 0.000000 0.817809 0.000000 0.575490 0.399905 0.399905 0.399905 +5294.782227 0.000000 663.392273 0.000000 0.828150 0.000000 0.560507 0.407723 0.407723 0.407723 +5282.508301 0.000000 667.893860 0.000000 0.725372 0.000000 0.688357 0.466683 0.466683 0.466683 +5290.678223 0.000000 659.503174 0.000000 0.880330 0.000000 0.474362 0.418735 0.418735 0.418735 +5284.342285 0.000000 676.996765 0.000000 0.609162 0.000000 0.793046 0.425049 0.425049 0.425049 +5288.389160 0.000000 674.958496 0.000000 0.594466 0.000000 0.804121 0.417379 0.417379 0.417379 +5293.839355 0.000000 648.013916 0.000000 0.853639 0.000000 0.520866 0.499012 0.499012 0.499012 +5264.310547 0.000000 668.923584 0.000000 0.856198 0.000000 0.516647 0.457664 0.457664 0.457664 +5300.319336 0.000000 648.953918 0.000000 0.921003 0.000000 0.389557 0.606515 0.606515 0.606515 +5314.552734 0.000000 677.404358 0.000000 0.815305 0.000000 0.579032 0.409269 0.409269 0.409269 +5314.269043 0.000000 674.761963 0.000000 0.598343 0.000000 0.801240 0.404544 0.404544 0.404544 +5390.686523 0.000000 579.435242 0.000000 0.652307 0.000000 0.757955 0.414861 0.414861 0.414861 +5387.442871 0.000000 582.652344 0.000000 0.774331 0.000000 0.632781 0.400737 0.400737 0.400737 +5382.070312 0.000000 571.883728 0.000000 0.832625 0.000000 0.553837 0.430488 0.430488 0.430488 +5245.507812 0.000000 727.589294 0.000000 0.948367 0.000000 0.317175 0.395633 0.395633 0.395633 +5207.371094 0.000000 720.826416 0.000000 0.884665 0.000000 0.466226 0.393364 0.393364 0.393364 +5217.412109 0.000000 692.769592 0.000000 0.725417 0.000000 0.688309 0.405256 0.405256 0.405256 +5240.346680 0.000000 700.013367 0.000000 0.638366 0.000000 0.769733 0.396048 0.396048 0.396048 +5204.436035 0.000000 720.084351 0.000000 0.682192 0.000000 0.731173 0.419209 0.419209 0.419209 +5211.698730 0.000000 724.311829 0.000000 0.660176 0.000000 0.751111 0.422438 0.422438 0.422438 +5204.805176 0.000000 677.880005 0.000000 0.719887 0.000000 0.694091 0.425645 0.425645 0.425645 +5203.894531 0.000000 685.584290 0.000000 0.920544 0.000000 0.390639 0.404899 0.404899 0.404899 +5236.706543 0.000000 734.127869 0.000000 0.736681 0.000000 0.676240 0.411111 0.411111 0.411111 +5212.944336 0.000000 713.679871 0.000000 0.946684 0.000000 0.322163 0.427095 0.427095 0.427095 +5216.330078 0.000000 732.109924 0.000000 0.879867 0.000000 0.475221 0.486919 0.486919 0.486919 +5190.070312 0.000000 684.852478 0.000000 0.703349 0.000000 0.710845 0.421539 0.421539 0.421539 +5233.129395 0.000000 728.218384 0.000000 0.923410 0.000000 0.383814 0.466125 0.466125 0.466125 +5215.330566 0.000000 710.233582 0.000000 0.851264 0.000000 0.524737 0.474452 0.474452 0.474452 +5215.005371 0.000000 712.717224 0.000000 0.767956 0.000000 0.640503 0.497706 0.497706 0.497706 +5211.443848 0.000000 710.077454 0.000000 0.909824 0.000000 0.414994 0.533828 0.533828 0.533828 +5194.166504 0.000000 684.326111 0.000000 0.859936 0.000000 0.510402 0.472895 0.472895 0.472895 +5233.031738 0.000000 724.151062 0.000000 0.656820 0.000000 0.754047 0.483245 0.483245 0.483245 +5220.916016 0.000000 705.874939 0.000000 0.703960 0.000000 0.710239 0.528803 0.528803 0.528803 +5240.246582 0.000000 680.669373 0.000000 0.850345 0.000000 0.526225 0.527043 0.527043 0.527043 +5227.407227 0.000000 722.040527 0.000000 0.894347 0.000000 0.447374 0.423016 0.423016 0.423016 +5201.219727 0.000000 689.271240 0.000000 0.719859 0.000000 0.694120 0.496148 0.496148 0.496148 +5234.216309 0.000000 722.357300 0.000000 0.692082 0.000000 0.721818 0.473161 0.473161 0.473161 +5223.260742 0.000000 699.416504 0.000000 0.728613 0.000000 0.684925 0.459347 0.459347 0.459347 +5196.251465 0.000000 684.648621 0.000000 0.916802 0.000000 0.399341 0.448659 0.448659 0.448659 +5225.262207 0.000000 691.150146 0.000000 0.900464 0.000000 0.434932 0.576739 0.576739 0.576739 +5241.814453 0.000000 696.654968 0.000000 0.941596 0.000000 0.336745 0.657608 0.657608 0.657608 +5205.452637 0.000000 699.795410 0.000000 0.917356 0.000000 0.398067 0.501987 0.501987 0.501987 +5192.309570 0.000000 706.605774 0.000000 0.899953 0.000000 0.435987 0.510562 0.510562 0.510562 +5213.614258 0.000000 709.540405 0.000000 0.679528 0.000000 0.733650 0.491245 0.491245 0.491245 +5194.416504 0.000000 709.496643 0.000000 0.659421 0.000000 0.751774 0.485155 0.485155 0.485155 +5238.403320 0.000000 697.498291 0.000000 0.891429 0.000000 0.453159 0.680398 0.680398 0.680398 +5223.382324 0.000000 711.430969 0.000000 0.939027 0.000000 0.343844 0.524236 0.524236 0.524236 +5231.029785 0.000000 692.056030 0.000000 0.864103 0.000000 0.503314 0.503218 0.503218 0.503218 +5207.599609 0.000000 732.367676 0.000000 0.613798 0.000000 0.789463 0.471101 0.471101 0.471101 +5201.267090 0.000000 708.446289 0.000000 0.677471 0.000000 0.735549 0.560826 0.560826 0.560826 +5218.144043 0.000000 728.802002 0.000000 0.589439 0.000000 0.807813 0.494223 0.494223 0.494223 +5207.673828 0.000000 683.768616 0.000000 0.616495 0.000000 0.787359 0.511389 0.511389 0.511389 +5202.728027 0.000000 711.970581 0.000000 0.677127 0.000000 0.735866 0.496695 0.496695 0.496695 +5202.834473 0.000000 704.401978 0.000000 0.636671 0.000000 0.771136 0.542989 0.542989 0.542989 +5223.789551 0.000000 691.749939 0.000000 0.727784 0.000000 0.685807 0.648664 0.648664 0.648664 +5241.773926 0.000000 699.601318 0.000000 0.768132 0.000000 0.640291 0.562563 0.562563 0.562563 +5243.914062 0.000000 706.135193 0.000000 0.853276 0.000000 0.521460 0.515912 0.515912 0.515912 +5203.521973 0.000000 709.588196 0.000000 0.864030 0.000000 0.503440 0.580206 0.580206 0.580206 +5206.014160 0.000000 683.346558 0.000000 0.871502 0.000000 0.490393 0.520500 0.520500 0.520500 +5219.506348 0.000000 709.682617 0.000000 0.919590 0.000000 0.392879 0.581807 0.581807 0.581807 +5222.014160 0.000000 708.641174 0.000000 0.871914 0.000000 0.489660 0.608753 0.608753 0.608753 +5208.874512 0.000000 695.827637 0.000000 0.713491 0.000000 0.700664 0.507025 0.507025 0.507025 +5206.782715 0.000000 741.600220 0.000000 0.941298 0.000000 0.337576 0.401896 0.401896 0.401896 +5231.339355 0.000000 734.542908 0.000000 0.819548 0.000000 0.573011 0.523846 0.523846 0.523846 +5225.650879 0.000000 743.583618 0.000000 0.660766 0.000000 0.750592 0.424303 0.424303 0.424303 +5223.465820 0.000000 744.182556 0.000000 0.853213 0.000000 0.521563 0.436791 0.436791 0.436791 +5214.725586 0.000000 737.889465 0.000000 0.696758 0.000000 0.717306 0.523047 0.523047 0.523047 +5239.848633 0.000000 734.359985 0.000000 0.815429 0.000000 0.578857 0.501260 0.501260 0.501260 +5302.173828 0.000000 683.996765 0.000000 0.642871 0.000000 0.765974 0.388367 0.388367 0.388367 +5286.889160 0.000000 701.252136 0.000000 0.868037 0.000000 0.496499 0.393048 0.393048 0.393048 +5288.974609 0.000000 689.334045 0.000000 0.916596 0.000000 0.399814 0.394455 0.394455 0.394455 +5300.003906 0.000000 681.140076 0.000000 0.652113 0.000000 0.758122 0.388100 0.388100 0.388100 +5267.991699 0.000000 711.039978 0.000000 0.856436 0.000000 0.516253 0.397143 0.397143 0.397143 +5296.746582 0.000000 681.050171 0.000000 0.944945 0.000000 0.327231 0.395339 0.395339 0.395339 +5281.412109 0.000000 692.769592 0.000000 0.871973 0.000000 0.489554 0.535580 0.535580 0.535580 +5286.385742 0.000000 694.657532 0.000000 0.694592 0.000000 0.719403 0.397145 0.397145 0.397145 +5291.690430 0.000000 681.376465 0.000000 0.881214 0.000000 0.472717 0.395957 0.395957 0.395957 +5283.093262 0.000000 700.188599 0.000000 0.827546 0.000000 0.561397 0.540992 0.540992 0.540992 +5269.452637 0.000000 699.795410 0.000000 0.904551 0.000000 0.426365 0.618480 0.618480 0.618480 +5251.095703 0.000000 693.262634 0.000000 0.730920 0.000000 0.682463 0.561040 0.561040 0.561040 +5266.442383 0.000000 692.829163 0.000000 0.937197 0.000000 0.348800 0.478301 0.478301 0.478301 +5273.349609 0.000000 697.763184 0.000000 0.744877 0.000000 0.667202 0.576317 0.576317 0.576317 +5263.736328 0.000000 708.573730 0.000000 0.826100 0.000000 0.563523 0.503540 0.503540 0.503540 +5255.434570 0.000000 688.556091 0.000000 0.609345 0.000000 0.792905 0.500240 0.500240 0.500240 +5293.531250 0.000000 696.205627 0.000000 0.873891 0.000000 0.486121 0.471550 0.471550 0.471550 +5279.967773 0.000000 696.012207 0.000000 0.879204 0.000000 0.476445 0.500114 0.500114 0.500114 +5272.030273 0.000000 691.117676 0.000000 0.681516 0.000000 0.731804 0.480249 0.480249 0.480249 +5257.923828 0.000000 695.406921 0.000000 0.717357 0.000000 0.696706 0.587983 0.587983 0.587983 6006.255859 0.000000 2155.166260 0.000000 0.854794 0.000000 0.518967 0.478353 0.478353 0.478353 6002.425293 0.000000 2148.560547 0.000000 0.714339 0.000000 0.699800 0.497823 0.497823 0.497823 6000.748535 0.000000 2147.818604 0.000000 0.857301 0.000000 0.514815 0.453927 0.453927 0.453927 @@ -831,7 +2186,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_003_mesh" - count=421 + count=1123 transform="1269.005371 0.000000 2537.507812 0.000000 0.991105 0.000000 0.133080 0.694682 0.694682 0.694682 1271.867798 0.000000 2532.544189 0.000000 0.999161 0.000000 -0.040960 0.701607 0.701607 0.701607 1269.188721 0.000000 2539.725342 0.000000 0.987335 0.000000 0.158648 0.524795 0.524795 0.524795 @@ -1252,6 +2607,708 @@ object={ 2189.299561 0.000000 2835.685303 0.000000 0.997468 0.000000 0.071116 0.591140 0.591140 0.591140 2533.294678 0.000000 2812.690430 0.000000 0.993965 0.000000 -0.109701 0.493380 0.493380 0.493380 2612.695557 0.000000 2927.675293 0.000000 0.983806 0.000000 -0.179238 0.663940 0.663940 0.663940 +4286.994629 0.000000 104.108154 0.000000 0.961775 0.000000 -0.273840 0.432808 0.432808 0.432808 +4279.405273 0.000000 91.337471 0.000000 0.996247 0.000000 -0.086559 0.431770 0.431770 0.431770 +4281.129395 0.000000 95.302963 0.000000 0.979750 0.000000 -0.200224 0.459427 0.459427 0.459427 +4345.384766 0.000000 169.220490 0.000000 0.964784 0.000000 0.263043 0.396305 0.396305 0.396305 +4289.451660 0.000000 122.361206 0.000000 0.981519 0.000000 -0.191364 0.402692 0.402692 0.402692 +4323.689941 0.000000 164.570404 0.000000 0.983627 0.000000 0.180215 0.410066 0.410066 0.410066 +4291.913086 0.000000 123.905281 0.000000 0.989658 0.000000 0.143449 0.410617 0.410617 0.410617 +4302.873047 0.000000 177.500198 0.000000 0.986569 0.000000 -0.163345 0.402130 0.402130 0.402130 +4324.759766 0.000000 190.829346 0.000000 0.979098 0.000000 0.203391 0.400036 0.400036 0.400036 +4317.958984 0.000000 179.653442 0.000000 0.977829 0.000000 0.209407 0.409626 0.409626 0.409626 +4313.283691 0.000000 191.070877 0.000000 0.957528 0.000000 -0.288340 0.407090 0.407090 0.407090 +4312.535645 0.000000 185.808151 0.000000 0.996446 0.000000 0.084238 0.405646 0.405646 0.405646 +4312.077637 0.000000 178.849594 0.000000 0.973721 0.000000 0.227745 0.409348 0.409348 0.409348 +4324.916016 0.000000 197.515533 0.000000 0.990936 0.000000 -0.134339 0.436491 0.436491 0.436491 +4320.801270 0.000000 197.768356 0.000000 0.983258 0.000000 0.182219 0.450724 0.450724 0.450724 +4363.786133 0.000000 174.506042 0.000000 0.955601 0.000000 0.294663 0.396042 0.396042 0.396042 +4357.464844 0.000000 174.235062 0.000000 0.993575 0.000000 0.113173 0.398477 0.398477 0.398477 +4363.486816 0.000000 178.012756 0.000000 0.996829 0.000000 0.079572 0.398894 0.398894 0.398894 +4518.469727 0.000000 139.562790 0.000000 0.999526 0.000000 -0.030777 0.413200 0.413200 0.413200 +4512.544434 0.000000 160.300308 0.000000 0.965190 0.000000 0.261550 0.424256 0.424256 0.424256 +4523.659668 0.000000 149.148376 0.000000 0.998927 0.000000 0.046315 0.410105 0.410105 0.410105 +4516.952637 0.000000 153.445679 0.000000 0.999829 0.000000 -0.018478 0.424797 0.424797 0.424797 +4499.253418 0.000000 160.555359 0.000000 0.959357 0.000000 0.282195 0.429692 0.429692 0.429692 +4515.522949 0.000000 157.614670 0.000000 0.968437 0.000000 -0.249259 0.446356 0.446356 0.446356 +4511.005371 0.000000 147.873474 0.000000 0.999467 0.000000 -0.032655 0.446631 0.446631 0.446631 +4507.443848 0.000000 145.233719 0.000000 0.975144 0.000000 0.221573 0.419108 0.419108 0.419108 +4512.607910 0.000000 152.059402 0.000000 0.998467 0.000000 0.055343 0.421696 0.421696 0.421696 +4516.916016 0.000000 141.031158 0.000000 0.994207 0.000000 -0.107486 0.443952 0.443952 0.443952 +4592.647949 0.000000 153.444489 0.000000 0.999225 0.000000 -0.039371 0.400527 0.400527 0.400527 +4492.457520 0.000000 221.229050 0.000000 0.977082 0.000000 0.212864 0.397087 0.397087 0.397087 +4489.795410 0.000000 169.477493 0.000000 0.957265 0.000000 -0.289210 0.407103 0.407103 0.407103 +4500.805176 0.000000 169.520660 0.000000 0.989440 0.000000 0.144946 0.441674 0.441674 0.441674 +4493.487793 0.000000 179.469803 0.000000 0.997383 0.000000 0.072293 0.431193 0.431193 0.431193 +4496.728516 0.000000 169.459747 0.000000 0.972787 0.000000 0.231701 0.469134 0.469134 0.469134 +4559.831543 0.000000 173.624985 0.000000 0.993045 0.000000 -0.117732 0.401585 0.401585 0.401585 +4334.782227 0.000000 324.486023 0.000000 0.972763 0.000000 -0.231804 0.440084 0.440084 0.440084 +4344.630371 0.000000 335.876892 0.000000 0.951256 0.000000 0.308404 0.431170 0.431170 0.431170 +4345.072754 0.000000 332.538971 0.000000 0.976743 0.000000 0.214414 0.432756 0.432756 0.432756 +4337.031738 0.000000 328.760437 0.000000 0.994879 0.000000 0.101077 0.434626 0.434626 0.434626 +4333.747070 0.000000 331.113434 0.000000 0.999972 0.000000 0.007450 0.436153 0.436153 0.436153 +4312.641113 0.000000 338.146393 0.000000 0.987165 0.000000 -0.159704 0.530107 0.530107 0.530107 +4341.101074 0.000000 327.747375 0.000000 0.985659 0.000000 -0.168748 0.439035 0.439035 0.439035 +4314.529785 0.000000 337.828705 0.000000 0.998986 0.000000 0.045027 0.533265 0.533265 0.533265 +4329.936523 0.000000 335.518341 0.000000 0.971771 0.000000 0.235924 0.507593 0.507593 0.507593 +4315.932617 0.000000 359.175903 0.000000 0.997696 0.000000 0.067836 0.399095 0.399095 0.399095 +4321.412109 0.000000 353.863373 0.000000 0.962462 0.000000 0.271416 0.431799 0.431799 0.431799 +4351.509766 0.000000 376.124786 0.000000 0.975042 0.000000 -0.222021 0.439920 0.439920 0.439920 +4349.251953 0.000000 345.720764 0.000000 0.996069 0.000000 -0.088579 0.437719 0.437719 0.437719 +4321.365723 0.000000 349.081085 0.000000 0.971463 0.000000 -0.237192 0.503957 0.503957 0.503957 +4348.727539 0.000000 341.400726 0.000000 0.999631 0.000000 0.027176 0.435832 0.435832 0.435832 +4314.165527 0.000000 347.164032 0.000000 0.978242 0.000000 -0.207469 0.706916 0.706916 0.706916 +4338.750488 0.000000 379.459534 0.000000 0.997749 0.000000 0.067066 0.526900 0.526900 0.526900 +4317.096680 0.000000 339.302460 0.000000 0.992619 0.000000 0.121277 0.657607 0.657607 0.657607 +4325.372070 0.000000 342.970795 0.000000 0.990693 0.000000 0.136118 0.502028 0.502028 0.502028 +4324.990723 0.000000 339.591858 0.000000 0.997448 0.000000 -0.071390 0.470931 0.470931 0.470931 +4310.020996 0.000000 340.226318 0.000000 0.960779 0.000000 -0.277314 0.490809 0.490809 0.490809 +4338.861328 0.000000 394.423706 0.000000 0.972057 0.000000 -0.234745 0.561802 0.561802 0.561802 +4311.673828 0.000000 344.862366 0.000000 0.983443 0.000000 -0.181218 0.612191 0.612191 0.612191 +4321.760254 0.000000 343.314392 0.000000 0.999118 0.000000 0.041981 0.644703 0.644703 0.644703 +4317.237305 0.000000 428.912842 0.000000 0.994186 0.000000 0.107672 0.398562 0.398562 0.398562 +4347.739258 0.000000 399.897247 0.000000 0.992875 0.000000 -0.119161 0.636115 0.636115 0.636115 +4337.687988 0.000000 404.343201 0.000000 0.999712 0.000000 -0.023981 0.566304 0.566304 0.566304 +4343.794922 0.000000 408.396851 0.000000 0.999388 0.000000 0.034974 0.615614 0.615614 0.615614 +4349.252441 0.000000 405.816986 0.000000 0.999992 0.000000 0.003943 0.602827 0.602827 0.602827 +4338.709961 0.000000 409.480469 0.000000 0.963054 0.000000 -0.269308 0.614836 0.614836 0.614836 +4342.302246 0.000000 409.678101 0.000000 0.978864 0.000000 -0.204511 0.622866 0.622866 0.622866 +4338.516602 0.000000 411.422089 0.000000 0.968526 0.000000 -0.248910 0.472273 0.472273 0.472273 +4347.502441 0.000000 407.387970 0.000000 0.987074 0.000000 0.160266 0.447233 0.447233 0.447233 +4341.097168 0.000000 397.175934 0.000000 0.955267 0.000000 0.295746 0.504333 0.504333 0.504333 +4336.748535 0.000000 396.802917 0.000000 0.976090 0.000000 0.217368 0.586989 0.586989 0.586989 +4339.291016 0.000000 405.814697 0.000000 0.956893 0.000000 0.290441 0.586780 0.586780 0.586780 +4342.403320 0.000000 415.076416 0.000000 0.989332 0.000000 0.145678 0.494065 0.494065 0.494065 +4347.993164 0.000000 411.934204 0.000000 0.978321 0.000000 -0.207096 0.501330 0.501330 0.501330 +4351.416504 0.000000 402.615631 0.000000 0.991220 0.000000 -0.132222 0.610740 0.610740 0.610740 +4346.082520 0.000000 399.615082 0.000000 0.999554 0.000000 0.029862 0.631412 0.631412 0.631412 +4348.055664 0.000000 401.307953 0.000000 0.997517 0.000000 -0.070431 0.587225 0.587225 0.587225 +4451.666992 0.000000 262.423737 0.000000 0.992223 0.000000 -0.124472 0.401695 0.401695 0.401695 +4457.967773 0.000000 255.755432 0.000000 0.951528 0.000000 -0.307563 0.404355 0.404355 0.404355 +4449.099609 0.000000 259.887177 0.000000 0.999516 0.000000 -0.031123 0.400424 0.400424 0.400424 +4443.635742 0.000000 248.987869 0.000000 0.998052 0.000000 -0.062387 0.400870 0.400870 0.400870 +4470.180664 0.000000 249.787689 0.000000 0.986682 0.000000 0.162662 0.431674 0.431674 0.431674 +4534.864258 0.000000 280.936127 0.000000 0.988971 0.000000 -0.148112 0.401982 0.401982 0.401982 +4497.360840 0.000000 272.097870 0.000000 0.998849 0.000000 -0.047966 0.400664 0.400664 0.400664 +4509.958984 0.000000 236.137817 0.000000 0.997841 0.000000 -0.065671 0.400912 0.400912 0.400912 +4486.070312 0.000000 232.977463 0.000000 0.979089 0.000000 0.203430 0.413587 0.413587 0.413587 +4489.693359 0.000000 235.000244 0.000000 0.999246 0.000000 -0.038825 0.450668 0.450668 0.450668 +4550.057129 0.000000 270.875244 0.000000 0.973642 0.000000 0.228081 0.396794 0.396794 0.396794 +4538.462402 0.000000 299.491943 0.000000 0.975179 0.000000 -0.221417 0.403088 0.403088 0.403088 +4387.200195 0.000000 351.703217 0.000000 0.973779 0.000000 0.227495 0.401619 0.401619 0.401619 +4390.469727 0.000000 365.500305 0.000000 0.964660 0.000000 0.263497 0.396299 0.396299 0.396299 +4358.395508 0.000000 368.961914 0.000000 0.969270 0.000000 -0.246001 0.422394 0.422394 0.422394 +4362.329590 0.000000 363.610870 0.000000 0.981155 0.000000 -0.193221 0.439441 0.439441 0.439441 +4366.401855 0.000000 380.602112 0.000000 0.984611 0.000000 0.174759 0.433414 0.433414 0.433414 +4371.576660 0.000000 374.357849 0.000000 0.992497 0.000000 -0.122267 0.426413 0.426413 0.426413 +4383.888672 0.000000 360.450500 0.000000 0.952677 0.000000 0.303984 0.429324 0.429324 0.429324 +4428.375000 0.000000 393.574097 0.000000 0.960238 0.000000 -0.279184 0.404960 0.404960 0.404960 +4415.510742 0.000000 420.127319 0.000000 0.989751 0.000000 -0.142803 0.426735 0.426735 0.426735 +4401.314941 0.000000 438.088867 0.000000 0.976050 0.000000 0.217545 0.490639 0.490639 0.490639 +4394.440430 0.000000 411.599640 0.000000 0.999797 0.000000 0.020124 0.633676 0.633676 0.633676 +4402.490723 0.000000 418.180145 0.000000 0.996193 0.000000 0.087177 0.448500 0.448500 0.448500 +4400.891113 0.000000 423.764709 0.000000 0.999348 0.000000 0.036094 0.539339 0.539339 0.539339 +4352.016113 0.000000 404.043152 0.000000 0.973935 0.000000 0.226828 0.513576 0.513576 0.513576 +4448.032227 0.000000 432.328522 0.000000 0.993786 0.000000 0.111309 0.398552 0.398552 0.398552 +4450.735840 0.000000 435.043671 0.000000 0.988627 0.000000 0.150390 0.397935 0.397935 0.397935 +4439.191895 0.000000 441.281250 0.000000 0.993547 0.000000 -0.113424 0.401572 0.401572 0.401572 +4436.805176 0.000000 395.458160 0.000000 0.954052 0.000000 0.299641 0.410169 0.410169 0.410169 +4617.604492 0.000000 196.907516 0.000000 0.992455 0.000000 -0.122611 0.401694 0.401694 0.401694 +4628.994629 0.000000 172.005829 0.000000 0.992744 0.000000 -0.120247 0.402676 0.402676 0.402676 +4689.722656 0.000000 221.630463 0.000000 0.978300 0.000000 -0.207192 0.405901 0.405901 0.405901 +4788.365234 0.000000 208.719376 0.000000 0.983347 0.000000 -0.181739 0.402373 0.402373 0.402373 +4798.270020 0.000000 173.884537 0.000000 0.990891 0.000000 0.134665 0.398186 0.398186 0.398186 +4788.003906 0.000000 172.780685 0.000000 0.985420 0.000000 0.170138 0.397661 0.397661 0.397661 +4784.918945 0.000000 184.439301 0.000000 0.965445 0.000000 -0.260609 0.403633 0.403633 0.403633 +4784.580566 0.000000 199.893890 0.000000 0.995185 0.000000 0.098013 0.398652 0.398652 0.398652 +4768.449219 0.000000 195.448425 0.000000 0.985237 0.000000 0.171197 0.397655 0.397655 0.397655 +4783.537109 0.000000 196.581589 0.000000 0.985507 0.000000 0.169632 0.397676 0.397676 0.397676 +4800.098633 0.000000 176.402100 0.000000 0.984950 0.000000 -0.172837 0.402281 0.402281 0.402281 +4808.908691 0.000000 215.353134 0.000000 0.999996 0.000000 0.002917 0.399960 0.399960 0.399960 +4858.028320 0.000000 182.551727 0.000000 0.999987 0.000000 -0.005017 0.400069 0.400069 0.400069 +4845.386719 0.000000 224.160126 0.000000 0.999069 0.000000 0.043141 0.399414 0.399414 0.399414 +4806.057129 0.000000 214.390884 0.000000 0.995762 0.000000 -0.091966 0.401278 0.401278 0.401278 +4833.062500 0.000000 221.527039 0.000000 0.999509 0.000000 -0.031321 0.400438 0.400438 0.400438 +4812.375000 0.000000 224.120956 0.000000 0.990867 0.000000 -0.134843 0.406837 0.406837 0.406837 +4832.544434 0.000000 216.784683 0.000000 0.983059 0.000000 -0.183288 0.407539 0.407539 0.407539 +4875.941895 0.000000 211.257141 0.000000 0.999374 0.000000 -0.035370 0.400475 0.400475 0.400475 +4873.604492 0.000000 196.907516 0.000000 0.992568 0.000000 0.121689 0.398319 0.398319 0.398319 +4688.716797 0.000000 314.519714 0.000000 0.960418 0.000000 0.278562 0.398937 0.398937 0.398937 +4691.253418 0.000000 330.008484 0.000000 0.999990 0.000000 -0.004497 0.440271 0.440271 0.440271 +4680.237305 0.000000 330.448456 0.000000 0.985192 0.000000 0.171455 0.423774 0.423774 0.423774 +4733.252441 0.000000 292.848236 0.000000 0.981759 0.000000 0.190128 0.433160 0.433160 0.433160 +4791.638184 0.000000 241.680969 0.000000 0.963992 0.000000 0.265931 0.396533 0.396533 0.396533 +4788.014648 0.000000 234.780792 0.000000 0.955489 0.000000 -0.295027 0.404157 0.404157 0.404157 +4792.639160 0.000000 230.909821 0.000000 0.993185 0.000000 0.116548 0.401284 0.401284 0.401284 +4846.042969 0.000000 231.792175 0.000000 0.997694 0.000000 -0.067878 0.400933 0.400933 0.400933 +4815.197266 0.000000 237.570267 0.000000 0.963206 0.000000 0.268765 0.396277 0.396277 0.396277 +4804.948730 0.000000 226.052567 0.000000 0.995526 0.000000 -0.094489 0.401323 0.401323 0.401323 +4800.042480 0.000000 225.944824 0.000000 0.967682 0.000000 0.252175 0.405116 0.405116 0.405116 +4825.706543 0.000000 239.576859 0.000000 0.994443 0.000000 -0.105277 0.402464 0.402464 0.402464 +4815.671387 0.000000 227.466599 0.000000 0.982983 0.000000 0.183699 0.404198 0.404198 0.404198 +4795.000977 0.000000 320.222931 0.000000 0.976068 0.000000 -0.217467 0.412012 0.412012 0.412012 +4801.884766 0.000000 333.474426 0.000000 0.957247 0.000000 0.289272 0.396088 0.396088 0.396088 +4821.934570 0.000000 337.233856 0.000000 0.978497 0.000000 -0.206260 0.409859 0.409859 0.409859 +4721.272949 0.000000 372.531189 0.000000 0.990746 0.000000 -0.135726 0.401747 0.401747 0.401747 +4706.015137 0.000000 359.401794 0.000000 0.996632 0.000000 -0.082010 0.401090 0.401090 0.401090 +4685.506836 0.000000 374.720734 0.000000 0.955913 0.000000 -0.293651 0.404048 0.404048 0.404048 +4708.620605 0.000000 385.614746 0.000000 0.977371 0.000000 0.211534 0.397116 0.397116 0.397116 +4733.611816 0.000000 377.665924 0.000000 0.993101 0.000000 0.117264 0.398410 0.398410 0.398410 +4705.412109 0.000000 353.863373 0.000000 0.978062 0.000000 0.208313 0.448326 0.448326 0.448326 +4683.442871 0.000000 356.714844 0.000000 0.963122 0.000000 -0.269066 0.414779 0.414779 0.414779 +4690.498535 0.000000 342.724243 0.000000 0.998343 0.000000 0.057549 0.425569 0.425569 0.425569 +4713.650879 0.000000 348.192993 0.000000 0.980127 0.000000 -0.198370 0.451446 0.451446 0.451446 +4702.816895 0.000000 353.344055 0.000000 0.999240 0.000000 0.038984 0.457152 0.457152 0.457152 +4703.373535 0.000000 382.339355 0.000000 0.999989 0.000000 0.004610 0.424438 0.424438 0.424438 +4705.049316 0.000000 340.156555 0.000000 0.999173 0.000000 0.040668 0.427790 0.427790 0.427790 +4711.778320 0.000000 394.741241 0.000000 0.993391 0.000000 -0.114778 0.428271 0.428271 0.428271 +4702.288086 0.000000 393.368683 0.000000 0.977517 0.000000 -0.210858 0.485483 0.485483 0.485483 +4711.104492 0.000000 350.799835 0.000000 0.976650 0.000000 0.214838 0.440481 0.440481 0.440481 +4702.652344 0.000000 350.991608 0.000000 0.999999 0.000000 -0.001708 0.473562 0.473562 0.473562 +4708.749023 0.000000 348.275726 0.000000 0.991589 0.000000 -0.129425 0.475969 0.475969 0.475969 +4707.182129 0.000000 345.672607 0.000000 0.977385 0.000000 -0.211467 0.471565 0.471565 0.471565 +4705.519531 0.000000 346.767242 0.000000 0.997856 0.000000 0.065453 0.472298 0.472298 0.472298 +4707.765137 0.000000 421.237885 0.000000 0.993821 0.000000 0.110994 0.398545 0.398545 0.398545 +4708.276367 0.000000 428.637390 0.000000 0.961507 0.000000 0.274781 0.396358 0.396358 0.396358 +4683.442871 0.000000 413.199219 0.000000 0.993060 0.000000 0.117610 0.401269 0.401269 0.401269 +4720.587891 0.000000 415.643890 0.000000 0.961269 0.000000 0.275613 0.425952 0.425952 0.425952 +4731.739258 0.000000 399.897247 0.000000 0.975468 0.000000 0.220143 0.432660 0.432660 0.432660 +4735.273438 0.000000 406.781677 0.000000 0.998140 0.000000 0.060964 0.439187 0.439187 0.439187 +4688.098633 0.000000 405.150146 0.000000 0.978643 0.000000 0.205569 0.434837 0.434837 0.434837 +4706.934570 0.000000 398.959808 0.000000 0.985153 0.000000 0.171676 0.431526 0.431526 0.431526 +4712.756348 0.000000 400.857117 0.000000 0.957349 0.000000 0.288933 0.433425 0.433425 0.433425 +4786.584961 0.000000 366.800507 0.000000 0.999716 0.000000 0.023815 0.399687 0.399687 0.399687 +4762.364746 0.000000 364.467560 0.000000 0.996760 0.000000 -0.080438 0.401062 0.401062 0.401062 +4746.329590 0.000000 363.610870 0.000000 0.989828 0.000000 0.142272 0.398973 0.398973 0.398973 +4830.953613 0.000000 395.158783 0.000000 0.992847 0.000000 0.119392 0.398393 0.398393 0.398393 +4816.939453 0.000000 354.834930 0.000000 0.996907 0.000000 -0.078590 0.401100 0.401100 0.401100 +4820.805176 0.000000 338.973785 0.000000 0.997268 0.000000 0.073872 0.411652 0.411652 0.411652 +4793.910645 0.000000 443.341675 0.000000 0.990780 0.000000 0.135481 0.398168 0.398168 0.398168 +4780.194824 0.000000 407.468018 0.000000 0.966500 0.000000 -0.256667 0.404631 0.404631 0.404631 +4799.814453 0.000000 413.835297 0.000000 0.999453 0.000000 -0.033079 0.409305 0.409305 0.409305 +4806.424805 0.000000 415.750793 0.000000 0.974914 0.000000 -0.222582 0.403048 0.403048 0.403048 +4800.894531 0.000000 425.690735 0.000000 0.984210 0.000000 0.177004 0.397566 0.397566 0.397566 +4809.084961 0.000000 406.208496 0.000000 0.984380 0.000000 0.176055 0.397579 0.397579 0.397579 +4819.894531 0.000000 403.162384 0.000000 0.978833 0.000000 -0.204663 0.409836 0.409836 0.409836 +4911.663086 0.000000 235.949402 0.000000 0.968596 0.000000 -0.248641 0.403400 0.403400 0.403400 +4912.746582 0.000000 229.175156 0.000000 0.980440 0.000000 0.196820 0.398194 0.398194 0.398194 +4990.948242 0.000000 397.544739 0.000000 0.997397 0.000000 -0.072107 0.439420 0.439420 0.439420 +5030.346680 0.000000 393.163940 0.000000 0.999945 0.000000 -0.010492 0.400144 0.400144 0.400144 +5045.005371 0.000000 391.101471 0.000000 0.994717 0.000000 0.102654 0.473543 0.473543 0.473543 +5011.253418 0.000000 386.492859 0.000000 0.981836 0.000000 0.189733 0.425420 0.425420 0.425420 +5019.203125 0.000000 378.223938 0.000000 0.953936 0.000000 -0.300011 0.427242 0.427242 0.427242 +5011.576660 0.000000 374.357849 0.000000 0.985693 0.000000 -0.168549 0.462827 0.462827 0.462827 +5039.085449 0.000000 377.734406 0.000000 0.964391 0.000000 -0.264482 0.488550 0.488550 0.488550 +5041.424316 0.000000 377.322815 0.000000 0.984148 0.000000 -0.177350 0.476881 0.476881 0.476881 +5037.747070 0.000000 387.597809 0.000000 0.984106 0.000000 0.177583 0.464364 0.464364 0.464364 +5010.979980 0.000000 378.920074 0.000000 0.955975 0.000000 0.293449 0.429502 0.429502 0.429502 +5032.389160 0.000000 392.536591 0.000000 0.957440 0.000000 -0.288632 0.437046 0.437046 0.437046 +5013.917480 0.000000 383.168518 0.000000 0.977700 0.000000 -0.210008 0.493428 0.493428 0.493428 +5007.325195 0.000000 373.914703 0.000000 0.983779 0.000000 -0.179384 0.466993 0.466993 0.466993 +5097.128906 0.000000 359.771912 0.000000 0.999812 0.000000 0.019403 0.420292 0.420292 0.420292 +5118.994629 0.000000 386.530029 0.000000 0.999905 0.000000 0.013807 0.436050 0.436050 0.436050 +5113.072754 0.000000 389.023346 0.000000 0.983357 0.000000 -0.181685 0.478949 0.478949 0.478949 +5098.281250 0.000000 381.117981 0.000000 0.997187 0.000000 0.074960 0.477970 0.477970 0.477970 +5099.060059 0.000000 373.039856 0.000000 0.993484 0.000000 -0.113973 0.453939 0.453939 0.453939 +5106.216309 0.000000 383.451080 0.000000 0.999976 0.000000 0.007001 0.434201 0.434201 0.434201 +5113.129395 0.000000 377.724854 0.000000 0.954481 0.000000 -0.298271 0.453206 0.453206 0.453206 +5115.429199 0.000000 364.218872 0.000000 0.973543 0.000000 -0.228502 0.483840 0.483840 0.483840 +5049.460938 0.000000 395.493896 0.000000 0.998697 0.000000 -0.051037 0.411533 0.411533 0.411533 +5035.095215 0.000000 409.709259 0.000000 0.991195 0.000000 -0.132408 0.426572 0.426572 0.426572 +5055.510742 0.000000 420.127319 0.000000 0.993418 0.000000 -0.114550 0.493478 0.493478 0.493478 +5048.630371 0.000000 448.845642 0.000000 0.964922 0.000000 -0.262535 0.436611 0.436611 0.436611 +5006.033691 0.000000 401.281616 0.000000 0.999960 0.000000 -0.008913 0.432496 0.432496 0.432496 +5031.778320 0.000000 451.225616 0.000000 0.990107 0.000000 -0.140313 0.446482 0.446482 0.446482 +5048.246582 0.000000 398.247498 0.000000 0.996067 0.000000 -0.088604 0.435747 0.435747 0.435747 +5037.836426 0.000000 448.023407 0.000000 0.962651 0.000000 -0.270745 0.430762 0.430762 0.430762 +5039.135742 0.000000 411.446716 0.000000 0.981632 0.000000 -0.190784 0.473164 0.473164 0.473164 +4998.936035 0.000000 398.966461 0.000000 0.991764 0.000000 0.128077 0.461399 0.461399 0.461399 +5037.839355 0.000000 422.076416 0.000000 0.997576 0.000000 0.069590 0.556092 0.556092 0.556092 +5073.436523 0.000000 419.259644 0.000000 0.987034 0.000000 0.160510 0.453048 0.453048 0.453048 +5078.077637 0.000000 412.565277 0.000000 0.977359 0.000000 -0.211589 0.415898 0.415898 0.415898 +5080.535645 0.000000 411.745636 0.000000 0.982465 0.000000 -0.186445 0.506862 0.506862 0.506862 +5083.190918 0.000000 423.700043 0.000000 0.999804 0.000000 -0.019800 0.458194 0.458194 0.458194 +5111.044922 0.000000 434.478943 0.000000 0.989047 0.000000 0.147603 0.410555 0.410555 0.410555 +5081.632324 0.000000 410.608154 0.000000 0.986247 0.000000 -0.165277 0.506412 0.506412 0.506412 +4278.864258 0.000000 506.873627 0.000000 0.999893 0.000000 -0.014660 0.400195 0.400195 0.400195 +4282.462402 0.000000 468.945068 0.000000 0.993317 0.000000 -0.115420 0.401583 0.401583 0.401583 +4273.314941 0.000000 494.573242 0.000000 0.998051 0.000000 0.062402 0.435258 0.435258 0.435258 +4266.281250 0.000000 494.086731 0.000000 0.991861 0.000000 0.127326 0.447805 0.447805 0.447805 +4291.099121 0.000000 478.576660 0.000000 0.991536 0.000000 -0.129830 0.448282 0.448282 0.448282 +4387.765137 0.000000 477.722260 0.000000 0.998541 0.000000 0.053995 0.399296 0.399296 0.399296 +4378.364746 0.000000 477.436310 0.000000 0.999999 0.000000 0.001287 0.399983 0.399983 0.399983 +4403.402344 0.000000 505.842255 0.000000 0.971216 0.000000 0.238202 0.396758 0.396758 0.396758 +4433.664551 0.000000 458.531036 0.000000 0.958843 0.000000 0.283938 0.396018 0.396018 0.396018 +4408.346680 0.000000 530.560242 0.000000 0.999800 0.000000 -0.020016 0.405188 0.405188 0.405188 +4589.311035 0.000000 486.224884 0.000000 0.995853 0.000000 0.090979 0.398781 0.398781 0.398781 +4686.953125 0.000000 505.846710 0.000000 0.998666 0.000000 -0.051633 0.400673 0.400673 0.400673 +4688.971680 0.000000 501.052032 0.000000 0.975442 0.000000 -0.220258 0.402927 0.402927 0.402927 +4681.278320 0.000000 501.958588 0.000000 0.988077 0.000000 0.153959 0.397870 0.397870 0.397870 +4778.835938 0.000000 457.881287 0.000000 0.996828 0.000000 -0.079587 0.401086 0.401086 0.401086 +4990.948242 0.000000 454.029114 0.000000 0.997176 0.000000 0.075100 0.485769 0.485769 0.485769 +4969.676758 0.000000 526.426392 0.000000 0.999260 0.000000 0.038460 0.399464 0.399464 0.399464 +4942.389160 0.000000 541.744080 0.000000 0.964892 0.000000 0.262647 0.470458 0.470458 0.470458 +4956.928223 0.000000 526.239441 0.000000 0.993183 0.000000 -0.116563 0.418423 0.418423 0.418423 +4941.872070 0.000000 536.761841 0.000000 0.984471 0.000000 -0.175549 0.435181 0.435181 0.435181 +4971.659668 0.000000 544.539001 0.000000 0.977177 0.000000 -0.212427 0.497459 0.497459 0.497459 +4961.641602 0.000000 526.437988 0.000000 0.999949 0.000000 0.010054 0.428273 0.428273 0.428273 +4956.944336 0.000000 544.226746 0.000000 0.997693 0.000000 0.067886 0.489814 0.489814 0.489814 +4982.180664 0.000000 532.209595 0.000000 0.994103 0.000000 -0.108440 0.477547 0.477547 0.477547 +4958.816895 0.000000 522.797180 0.000000 0.965338 0.000000 0.261002 0.439682 0.439682 0.439682 +4956.838379 0.000000 533.426758 0.000000 0.955397 0.000000 0.295324 0.425625 0.425625 0.425625 +4947.576660 0.000000 543.810974 0.000000 0.987603 0.000000 -0.156970 0.466581 0.466581 0.466581 +4974.880859 0.000000 558.894958 0.000000 0.999926 0.000000 -0.012154 0.460021 0.460021 0.460021 +4981.789062 0.000000 551.803162 0.000000 0.999248 0.000000 -0.038769 0.450667 0.450667 0.450667 +4970.219238 0.000000 554.574036 0.000000 0.954991 0.000000 -0.296634 0.455177 0.455177 0.455177 +4968.199219 0.000000 539.205322 0.000000 0.958951 0.000000 0.283570 0.445058 0.445058 0.445058 +4951.416992 0.000000 556.292175 0.000000 0.999999 0.000000 -0.001394 0.448063 0.448063 0.448063 +4988.271484 0.000000 516.872681 0.000000 0.964750 0.000000 -0.263169 0.480532 0.480532 0.480532 +4962.967773 0.000000 543.102051 0.000000 0.981836 0.000000 0.189733 0.491217 0.491217 0.491217 +4963.619629 0.000000 550.266235 0.000000 0.971707 0.000000 -0.236191 0.501941 0.501941 0.501941 +4987.262207 0.000000 530.495361 0.000000 0.975204 0.000000 0.221307 0.467405 0.467405 0.467405 +4971.765137 0.000000 537.643677 0.000000 0.994814 0.000000 -0.101715 0.469521 0.469521 0.469521 +4993.451660 0.000000 461.267456 0.000000 0.978139 0.000000 0.207953 0.405777 0.405777 0.405777 +5048.346680 0.000000 474.075897 0.000000 0.998617 0.000000 0.052575 0.449096 0.449096 0.449096 +5038.782227 0.000000 493.939148 0.000000 0.971082 0.000000 0.238746 0.480563 0.480563 0.480563 +5046.385254 0.000000 455.784027 0.000000 0.985489 0.000000 0.169741 0.441253 0.441253 0.441253 +5047.794922 0.000000 464.881226 0.000000 0.964874 0.000000 0.262712 0.441579 0.441579 0.441579 +5039.085449 0.000000 490.703156 0.000000 0.955811 0.000000 0.293982 0.471760 0.471760 0.471760 +5034.678223 0.000000 490.050049 0.000000 0.994061 0.000000 -0.108820 0.445949 0.445949 0.445949 +5051.529785 0.000000 452.522003 0.000000 0.997738 0.000000 0.067221 0.433227 0.433227 0.433227 +5042.395020 0.000000 481.891602 0.000000 0.996876 0.000000 -0.078981 0.457273 0.457273 0.457273 +5033.262207 0.000000 465.212616 0.000000 0.999447 0.000000 0.033264 0.490509 0.490509 0.490509 +5010.362793 0.000000 484.511597 0.000000 0.976625 0.000000 0.214950 0.465595 0.465595 0.465595 +4999.699707 0.000000 467.729889 0.000000 0.997671 0.000000 0.068207 0.462489 0.462489 0.462489 +5097.676758 0.000000 469.941986 0.000000 0.961843 0.000000 -0.273602 0.403833 0.403833 0.403833 +5094.385742 0.000000 468.720032 0.000000 0.986990 0.000000 0.160780 0.425884 0.425884 0.425884 +5075.362793 0.000000 479.862823 0.000000 0.975393 0.000000 -0.220472 0.427961 0.427961 0.427961 +5116.008301 0.000000 494.152161 0.000000 0.968889 0.000000 0.247494 0.412907 0.412907 0.412907 +5064.237305 0.000000 499.901581 0.000000 0.988081 0.000000 -0.153936 0.452657 0.452657 0.452657 +5058.199219 0.000000 458.987274 0.000000 0.976328 0.000000 -0.216293 0.455737 0.455737 0.455737 +5098.440430 0.000000 468.084015 0.000000 0.953200 0.000000 -0.302339 0.441276 0.441276 0.441276 +5064.076660 0.000000 495.928406 0.000000 0.992460 0.000000 -0.122567 0.458043 0.458043 0.458043 +5056.144043 0.000000 480.275238 0.000000 0.973556 0.000000 -0.228447 0.451971 0.451971 0.451971 +5066.618164 0.000000 503.318237 0.000000 0.961413 0.000000 -0.275109 0.450796 0.450796 0.450796 +5056.371582 0.000000 456.959839 0.000000 0.986986 0.000000 -0.160809 0.492431 0.492431 0.492431 +5061.832520 0.000000 483.740692 0.000000 0.999873 0.000000 -0.015969 0.454200 0.454200 0.454200 +5106.999023 0.000000 459.217804 0.000000 0.981326 0.000000 0.192352 0.481495 0.481495 0.481495 +5013.668945 0.000000 518.148254 0.000000 0.974530 0.000000 0.224259 0.397007 0.397007 0.397007 +5036.376953 0.000000 554.627075 0.000000 0.997746 0.000000 -0.067109 0.400905 0.400905 0.400905 +5050.305176 0.000000 552.340820 0.000000 0.994451 0.000000 -0.105198 0.401421 0.401421 0.401421 +4995.913086 0.000000 519.295898 0.000000 0.999462 0.000000 -0.032809 0.413230 0.413230 0.413230 +5055.976562 0.000000 558.974792 0.000000 0.990606 0.000000 -0.136746 0.470170 0.470170 0.470170 +5055.509766 0.000000 545.577881 0.000000 0.977962 0.000000 0.208782 0.409635 0.409635 0.409635 +5053.251953 0.000000 515.173889 0.000000 0.951548 0.000000 -0.307501 0.419366 0.419366 0.419366 +5033.650879 0.000000 517.646118 0.000000 0.999617 0.000000 -0.027658 0.448511 0.448511 0.448511 +5034.219238 0.000000 554.574036 0.000000 0.993226 0.000000 0.116202 0.434378 0.434378 0.434378 +5025.049316 0.000000 509.609680 0.000000 0.998814 0.000000 0.048697 0.443299 0.443299 0.443299 +5052.034180 0.000000 556.182617 0.000000 0.997849 0.000000 -0.065560 0.457036 0.457036 0.457036 +4995.099121 0.000000 535.061035 0.000000 0.988551 0.000000 0.150885 0.447397 0.447397 0.447397 +5032.756348 0.000000 513.825867 0.000000 0.993188 0.000000 0.116526 0.442156 0.442156 0.442156 +5046.302246 0.000000 522.646851 0.000000 0.996750 0.000000 -0.080563 0.449415 0.449415 0.449415 +5052.180664 0.000000 542.461914 0.000000 0.990784 0.000000 -0.135455 0.460250 0.460250 0.460250 +4992.588379 0.000000 560.661865 0.000000 0.996146 0.000000 0.087707 0.450440 0.450440 0.450440 +5021.614258 0.000000 540.087280 0.000000 0.999878 0.000000 0.015635 0.459525 0.459525 0.459525 +4992.850586 0.000000 548.924072 0.000000 0.959165 0.000000 0.282846 0.452763 0.452763 0.452763 +4995.093750 0.000000 538.429382 0.000000 0.951268 0.000000 0.308364 0.576706 0.576706 0.576706 +5083.131348 0.000000 524.480530 0.000000 0.995602 0.000000 0.093687 0.398749 0.398749 0.398749 +5115.981445 0.000000 563.578613 0.000000 0.987476 0.000000 0.157770 0.397864 0.397864 0.397864 +5099.690430 0.000000 511.923370 0.000000 0.992230 0.000000 -0.124420 0.458076 0.458076 0.458076 +5109.005371 0.000000 560.554626 0.000000 0.983981 0.000000 -0.178272 0.476898 0.476898 0.476898 +5084.979980 0.000000 523.638550 0.000000 0.951864 0.000000 0.306520 0.454243 0.454243 0.454243 +5086.021484 0.000000 516.626282 0.000000 0.998195 0.000000 0.060058 0.474352 0.474352 0.474352 +5090.375977 0.000000 524.802124 0.000000 0.988193 0.000000 0.153216 0.472578 0.472578 0.472578 +4985.460938 0.000000 564.947021 0.000000 0.961137 0.000000 0.276072 0.439419 0.439419 0.439419 +4984.346680 0.000000 587.044617 0.000000 0.996367 0.000000 0.085159 0.471927 0.471927 0.471927 +4991.509766 0.000000 602.062256 0.000000 0.995404 0.000000 -0.095766 0.416136 0.416136 0.416136 +4974.782227 0.000000 606.907898 0.000000 0.997076 0.000000 -0.076418 0.480881 0.480881 0.480881 +4988.008301 0.000000 607.120911 0.000000 0.968480 0.000000 0.249093 0.464945 0.464945 0.464945 +4987.305664 0.000000 614.622742 0.000000 0.972287 0.000000 -0.233791 0.468001 0.468001 0.468001 +4986.561523 0.000000 596.603027 0.000000 0.975170 0.000000 0.221457 0.457749 0.457749 0.457749 +4973.747070 0.000000 613.535339 0.000000 0.975423 0.000000 -0.220342 0.483680 0.483680 0.483680 +4970.281250 0.000000 607.055481 0.000000 0.959416 0.000000 0.281996 0.421996 0.421996 0.421996 +4989.382324 0.000000 595.146057 0.000000 0.980852 0.000000 -0.194753 0.453369 0.453369 0.453369 +4989.282227 0.000000 608.798950 0.000000 0.965213 0.000000 0.261464 0.447379 0.447379 0.447379 +4971.960938 0.000000 586.945984 0.000000 0.990372 0.000000 0.138435 0.484510 0.484510 0.484510 +4985.814453 0.000000 583.686218 0.000000 0.974299 0.000000 -0.225260 0.555569 0.555569 0.555569 +4973.674805 0.000000 577.847168 0.000000 0.999979 0.000000 0.006413 0.483208 0.483208 0.483208 +4982.848633 0.000000 587.356384 0.000000 0.998403 0.000000 -0.056486 0.521844 0.521844 0.521844 +4991.462891 0.000000 621.678101 0.000000 0.999030 0.000000 -0.044030 0.488126 0.488126 0.488126 +5010.190430 0.000000 574.365906 0.000000 0.999578 0.000000 0.029061 0.399608 0.399608 0.399608 +5030.337891 0.000000 578.579895 0.000000 0.988933 0.000000 -0.148363 0.410989 0.410989 0.410989 +5007.671387 0.000000 566.372864 0.000000 0.978341 0.000000 -0.207002 0.402915 0.402915 0.402915 +5025.412109 0.000000 579.800842 0.000000 0.988007 0.000000 0.154408 0.414336 0.414336 0.414336 +5011.443848 0.000000 614.763550 0.000000 0.975162 0.000000 -0.221491 0.501632 0.501632 0.501632 +5029.463867 0.000000 572.449097 0.000000 0.999617 0.000000 0.027678 0.437781 0.437781 0.437781 +5045.633789 0.000000 601.901001 0.000000 0.999137 0.000000 0.041539 0.472748 0.472748 0.472748 +5006.389160 0.000000 598.228455 0.000000 0.955113 0.000000 -0.296241 0.433176 0.433176 0.433176 +5025.365723 0.000000 575.018616 0.000000 0.986974 0.000000 0.160879 0.460798 0.460798 0.460798 +5005.612305 0.000000 567.972351 0.000000 0.980168 0.000000 -0.198167 0.485232 0.485232 0.485232 +5040.587891 0.000000 585.096985 0.000000 0.986489 0.000000 0.163826 0.441353 0.441353 0.441353 +5046.180664 0.000000 588.693970 0.000000 0.999998 0.000000 -0.002117 0.434348 0.434348 0.434348 +5033.650879 0.000000 574.130493 0.000000 0.996204 0.000000 0.087044 0.467993 0.467993 0.467993 +5008.382324 0.000000 620.660156 0.000000 0.999786 0.000000 -0.020695 0.450356 0.450356 0.450356 +5016.641113 0.000000 620.568237 0.000000 0.987974 0.000000 -0.154621 0.438802 0.438802 0.438802 +4994.199219 0.000000 571.956055 0.000000 0.993186 0.000000 0.116543 0.438264 0.438264 0.438264 +5020.979980 0.000000 580.122925 0.000000 0.975866 0.000000 -0.218370 0.459753 0.459753 0.459753 +5009.219727 0.000000 576.302490 0.000000 0.989642 0.000000 0.143561 0.443640 0.443640 0.443640 +5000.722168 0.000000 597.362854 0.000000 0.960675 0.000000 0.277674 0.481693 0.481693 0.481693 +4997.572266 0.000000 611.774536 0.000000 0.976674 0.000000 0.214728 0.461736 0.461736 0.461736 +5042.490723 0.000000 587.633301 0.000000 0.981268 0.000000 0.192648 0.450538 0.450538 0.450538 +5022.725586 0.000000 568.436340 0.000000 0.960070 0.000000 0.279761 0.462433 0.462433 0.462433 +5028.742188 0.000000 618.048950 0.000000 0.997371 0.000000 -0.072470 0.474893 0.474893 0.474893 +5003.084961 0.000000 575.222412 0.000000 0.973868 0.000000 0.227113 0.492368 0.492368 0.492368 +5019.120117 0.000000 566.792419 0.000000 1.000000 0.000000 -0.000671 0.499033 0.499033 0.499033 +5050.270996 0.000000 573.177551 0.000000 0.994851 0.000000 -0.101351 0.463591 0.463591 0.463591 +5009.145996 0.000000 567.397949 0.000000 0.995757 0.000000 0.092025 0.479589 0.479589 0.479589 +5050.250000 0.000000 598.335693 0.000000 0.974903 0.000000 0.222632 0.494391 0.494391 0.494391 +5031.089844 0.000000 580.156860 0.000000 0.972174 0.000000 0.234261 0.486436 0.486436 0.486436 +5005.188965 0.000000 573.098389 0.000000 0.975728 0.000000 0.218988 0.467449 0.467449 0.467449 +5090.735840 0.000000 604.496826 0.000000 0.956697 0.000000 0.291086 0.396048 0.396048 0.396048 +5111.062500 0.000000 615.861206 0.000000 0.988448 0.000000 0.151561 0.397934 0.397934 0.397934 +5095.299805 0.000000 611.223206 0.000000 0.956325 0.000000 -0.292304 0.413138 0.413138 0.413138 +5089.910645 0.000000 607.166626 0.000000 0.975815 0.000000 0.218599 0.397881 0.397881 0.397881 +5109.428223 0.000000 582.684998 0.000000 0.953489 0.000000 0.301427 0.429367 0.429367 0.429367 +5108.706543 0.000000 621.159119 0.000000 0.975160 0.000000 -0.221502 0.427978 0.427978 0.427978 +5092.550293 0.000000 595.637756 0.000000 0.991539 0.000000 0.129808 0.455537 0.455537 0.455537 +5085.291016 0.000000 607.186279 0.000000 0.974275 0.000000 0.225364 0.492404 0.492404 0.492404 +5110.385254 0.000000 568.752808 0.000000 0.998194 0.000000 -0.060078 0.451033 0.451033 0.451033 +5119.273438 0.000000 576.234802 0.000000 0.975842 0.000000 -0.218477 0.467716 0.467716 0.467716 +5111.794922 0.000000 577.849976 0.000000 0.954714 0.000000 0.297526 0.444807 0.444807 0.444807 +5064.237305 0.000000 612.870300 0.000000 0.999205 0.000000 -0.039861 0.476245 0.476245 0.476245 +5105.262695 0.000000 619.404846 0.000000 0.960159 0.000000 -0.279456 0.480853 0.480853 0.480853 +5101.143066 0.000000 565.146057 0.000000 0.998742 0.000000 -0.050144 0.448895 0.448895 0.448895 +5113.678223 0.000000 579.965393 0.000000 0.993658 0.000000 0.112442 0.432493 0.432493 0.432493 +5109.007812 0.000000 605.994141 0.000000 0.999666 0.000000 0.025844 0.445641 0.445641 0.445641 +5118.970703 0.000000 587.499756 0.000000 0.996685 0.000000 -0.081360 0.439572 0.439572 0.439572 +5110.302246 0.000000 579.131226 0.000000 0.976625 0.000000 0.214951 0.465595 0.465595 0.465595 +5096.388184 0.000000 614.845398 0.000000 0.999240 0.000000 0.038977 0.453241 0.453241 0.453241 +5104.891113 0.000000 593.217834 0.000000 0.990019 0.000000 -0.140937 0.460348 0.460348 0.460348 +5089.519531 0.000000 572.704712 0.000000 0.999986 0.000000 -0.005296 0.495206 0.495206 0.495206 +5085.325684 0.000000 569.318726 0.000000 0.963686 0.000000 -0.267040 0.534601 0.534601 0.534601 +5110.280273 0.000000 611.423096 0.000000 0.969746 0.000000 -0.244117 0.508097 0.508097 0.508097 +5018.364746 0.000000 646.889465 0.000000 0.987339 0.000000 0.158622 0.397876 0.397876 0.397876 +5039.447754 0.000000 634.013794 0.000000 0.989748 0.000000 -0.142826 0.412886 0.412886 0.412886 +4995.913086 0.000000 632.264648 0.000000 0.986393 0.000000 0.164403 0.454917 0.454917 0.454917 +5030.385742 0.000000 638.173157 0.000000 0.960228 0.000000 -0.279217 0.480848 0.480848 0.480848 +5006.686523 0.000000 635.919617 0.000000 0.965260 0.000000 0.261290 0.451234 0.451234 0.451234 +5012.805176 0.000000 621.395630 0.000000 0.987955 0.000000 0.154742 0.433745 0.433745 0.433745 +5033.650879 0.000000 630.614868 0.000000 0.995432 0.000000 -0.095474 0.418104 0.418104 0.418104 +4998.475098 0.000000 635.918762 0.000000 0.997363 0.000000 0.072579 0.446800 0.446800 0.446800 +5015.105957 0.000000 642.564819 0.000000 0.978059 0.000000 -0.208330 0.471506 0.471506 0.471506 +5017.598145 0.000000 644.959717 0.000000 0.976534 0.000000 -0.215363 0.455720 0.455720 0.455720 +5034.440430 0.000000 637.537109 0.000000 0.993976 0.000000 -0.109595 0.442012 0.442012 0.442012 +4992.371582 0.000000 626.412964 0.000000 0.999362 0.000000 -0.035717 0.472235 0.472235 0.472235 +5032.256348 0.000000 638.175842 0.000000 0.979325 0.000000 -0.202294 0.477358 0.477358 0.477358 +5033.963379 0.000000 628.857422 0.000000 0.999852 0.000000 -0.017205 0.471890 0.471890 0.471890 +5010.929199 0.000000 626.802368 0.000000 0.954509 0.000000 -0.298184 0.483226 0.483226 0.483226 +5013.555664 0.000000 625.413208 0.000000 0.999934 0.000000 -0.011526 0.493370 0.493370 0.493370 +5071.831543 0.000000 625.500000 0.000000 0.955460 0.000000 0.295121 0.395991 0.395991 0.395991 +5108.463867 0.000000 636.409973 0.000000 0.998892 0.000000 -0.047067 0.400656 0.400656 0.400656 +5106.798340 0.000000 658.009277 0.000000 0.956299 0.000000 -0.292390 0.404134 0.404134 0.404134 +5094.824707 0.000000 626.566040 0.000000 0.971252 0.000000 0.238054 0.405328 0.405328 0.405328 +5113.460938 0.000000 621.431396 0.000000 0.990045 0.000000 0.140751 0.433975 0.433975 0.433975 +5078.077637 0.000000 638.502808 0.000000 0.986626 0.000000 0.163002 0.449125 0.449125 0.449125 +5093.463867 0.000000 628.933472 0.000000 0.994504 0.000000 0.104696 0.539651 0.539651 0.539651 +5097.128906 0.000000 642.193787 0.000000 0.999197 0.000000 -0.040065 0.440859 0.440859 0.440859 +5109.633789 0.000000 658.385376 0.000000 0.990634 0.000000 0.136545 0.414608 0.414608 0.414608 +5099.095215 0.000000 635.646790 0.000000 0.996171 0.000000 -0.087421 0.435728 0.435728 0.435728 +5082.245605 0.000000 639.840027 0.000000 0.987867 0.000000 -0.155300 0.468533 0.468533 0.468533 +5083.966309 0.000000 630.941223 0.000000 0.995145 0.000000 -0.098417 0.534633 0.534633 0.534633 +5101.585449 0.000000 631.761230 0.000000 0.998273 0.000000 -0.058737 0.504170 0.504170 0.504170 +5091.217285 0.000000 632.166687 0.000000 0.963776 0.000000 0.266713 0.464607 0.464607 0.464607 +5096.756348 0.000000 626.794617 0.000000 0.991397 0.000000 0.130888 0.482718 0.482718 0.482718 +5099.960938 0.000000 643.430359 0.000000 0.974975 0.000000 -0.222313 0.455844 0.455844 0.455844 +5062.912598 0.000000 621.329773 0.000000 0.995483 0.000000 0.094941 0.462003 0.462003 0.462003 +5108.393066 0.000000 643.721741 0.000000 0.994686 0.000000 -0.102959 0.465594 0.465594 0.465594 +5113.814453 0.000000 640.170593 0.000000 0.953186 0.000000 -0.302384 0.479304 0.479304 0.479304 +5083.877441 0.000000 632.819031 0.000000 0.998873 0.000000 0.047465 0.628905 0.628905 0.628905 +5082.692383 0.000000 633.779053 0.000000 0.967495 0.000000 0.252890 0.622385 0.622385 0.622385 +5183.976562 0.000000 389.521637 0.000000 0.956158 0.000000 -0.292850 0.473112 0.473112 0.473112 +5166.782227 0.000000 380.970398 0.000000 0.971226 0.000000 -0.238160 0.428243 0.428243 0.428243 +5165.537598 0.000000 379.295898 0.000000 0.976127 0.000000 0.217199 0.444304 0.444304 0.444304 +5120.144043 0.000000 367.306488 0.000000 0.999994 0.000000 -0.003333 0.489282 0.489282 0.489282 +5186.575684 0.000000 380.033325 0.000000 0.996622 0.000000 -0.082129 0.439585 0.439585 0.439585 +5160.974609 0.000000 406.912201 0.000000 0.987751 0.000000 0.156039 0.397896 0.397896 0.397896 +5120.009766 0.000000 437.583130 0.000000 0.995816 0.000000 -0.091380 0.401257 0.401257 0.401257 +5124.948730 0.000000 395.505676 0.000000 0.954246 0.000000 -0.299024 0.404230 0.404230 0.404230 +5163.095215 0.000000 409.709259 0.000000 0.961721 0.000000 0.274030 0.481768 0.481768 0.481768 +5181.251953 0.000000 402.205139 0.000000 0.988713 0.000000 -0.149822 0.512033 0.512033 0.512033 +5153.365723 0.000000 405.565460 0.000000 0.999947 0.000000 0.010330 0.412592 0.412592 0.412592 +5128.237305 0.000000 443.417206 0.000000 0.968994 0.000000 0.247082 0.449564 0.449564 0.449564 +5181.252441 0.000000 405.816986 0.000000 0.993893 0.000000 0.110349 0.438367 0.438367 0.438367 +5167.882812 0.000000 400.414307 0.000000 0.999259 0.000000 0.038489 0.435648 0.435648 0.435648 +5161.262207 0.000000 408.728241 0.000000 0.977632 0.000000 -0.210322 0.491444 0.491444 0.491444 +5173.097168 0.000000 397.175934 0.000000 0.973120 0.000000 0.230299 0.500010 0.500010 0.500010 +5120.517090 0.000000 445.167664 0.000000 0.999962 0.000000 -0.008743 0.463884 0.463884 0.463884 +5149.325684 0.000000 399.865631 0.000000 0.968507 0.000000 -0.248986 0.474269 0.474269 0.474269 +5186.944824 0.000000 412.786560 0.000000 0.989064 0.000000 0.147485 0.431922 0.431922 0.431922 +5201.493164 0.000000 439.363403 0.000000 0.996874 0.000000 -0.079011 0.447417 0.447417 0.447417 +5241.072754 0.000000 445.507721 0.000000 0.977618 0.000000 -0.210388 0.435751 0.435751 0.435751 +5227.311523 0.000000 420.538422 0.000000 0.977602 0.000000 0.210460 0.440556 0.440556 0.440556 +5245.282227 0.000000 439.345825 0.000000 0.999690 0.000000 -0.024908 0.436680 0.436680 0.436680 +5232.891113 0.000000 423.764709 0.000000 0.959529 0.000000 -0.281609 0.474896 0.474896 0.474896 +5258.235840 0.000000 439.074829 0.000000 0.996418 0.000000 -0.084563 0.412026 0.412026 0.412026 +5252.384766 0.000000 446.163269 0.000000 0.956683 0.000000 -0.291133 0.419110 0.419110 0.419110 +5256.076660 0.000000 439.444031 0.000000 0.999939 0.000000 -0.011064 0.471775 0.471775 0.471775 +5165.942871 0.000000 473.815887 0.000000 0.987674 0.000000 -0.156526 0.409130 0.409130 0.409130 +5164.051758 0.000000 483.969330 0.000000 0.998717 0.000000 0.050630 0.439358 0.439358 0.439358 +5173.633789 0.000000 488.932220 0.000000 0.952819 0.000000 0.303539 0.454299 0.454299 0.454299 +5144.535645 0.000000 468.230011 0.000000 0.971442 0.000000 -0.237278 0.450134 0.450134 0.450134 +5153.641602 0.000000 469.953583 0.000000 0.988441 0.000000 -0.151608 0.434792 0.434792 0.434792 +5127.143066 0.000000 479.259460 0.000000 0.994534 0.000000 -0.104418 0.416265 0.416265 0.416265 +5183.510742 0.000000 476.611694 0.000000 0.961958 0.000000 0.273199 0.420213 0.420213 0.420213 +5156.952637 0.000000 492.351929 0.000000 0.986293 0.000000 -0.165003 0.468712 0.468712 0.468712 +5143.885254 0.000000 477.655121 0.000000 0.955458 0.000000 0.295126 0.481333 0.481333 0.481333 +5179.305664 0.000000 501.653992 0.000000 0.990938 0.000000 0.134323 0.441855 0.441855 0.441855 +5121.042969 0.000000 484.376099 0.000000 0.976390 0.000000 -0.216017 0.427890 0.427890 0.427890 +5162.281250 0.000000 494.086731 0.000000 0.999353 0.000000 0.035960 0.586264 0.586264 0.586264 +5165.537598 0.000000 492.264648 0.000000 0.995672 0.000000 -0.092937 0.437790 0.437790 0.437790 +5162.440430 0.000000 468.084015 0.000000 0.977178 0.000000 -0.212423 0.461636 0.461636 0.461636 +5177.007324 0.000000 497.535522 0.000000 0.993054 0.000000 0.117662 0.449918 0.449918 0.449918 +5170.490723 0.000000 474.664520 0.000000 0.996882 0.000000 -0.078908 0.443474 0.443474 0.443474 +5180.454590 0.000000 492.214142 0.000000 0.975453 0.000000 -0.220209 0.473721 0.473721 0.473721 +5171.561035 0.000000 478.136902 0.000000 0.974161 0.000000 -0.225855 0.497737 0.497737 0.497737 +5162.442383 0.000000 479.925812 0.000000 0.952242 0.000000 -0.305343 0.463341 0.463341 0.463341 +5136.985352 0.000000 474.050842 0.000000 0.998723 0.000000 -0.050517 0.484318 0.484318 0.484318 +5127.546875 0.000000 483.179840 0.000000 0.997604 0.000000 -0.069186 0.466950 0.466950 0.466950 +5172.777832 0.000000 484.823059 0.000000 0.981311 0.000000 -0.192429 0.499035 0.499035 0.499035 +5232.023926 0.000000 504.410034 0.000000 0.991666 0.000000 -0.128831 0.401761 0.401761 0.401761 +5213.392090 0.000000 496.548462 0.000000 0.963727 0.000000 -0.266890 0.403683 0.403683 0.403683 +5208.535645 0.000000 468.230011 0.000000 0.994084 0.000000 0.108616 0.411136 0.411136 0.411136 +5211.678223 0.000000 456.889160 0.000000 0.968671 0.000000 0.248348 0.437974 0.437974 0.437974 +5227.659668 0.000000 488.054626 0.000000 0.999182 0.000000 -0.040445 0.438899 0.438899 0.438899 +5246.994629 0.000000 499.498779 0.000000 0.978511 0.000000 -0.206197 0.425748 0.425748 0.425748 +5244.008301 0.000000 494.152161 0.000000 0.992479 0.000000 -0.122417 0.426415 0.426415 0.426415 +5238.180664 0.000000 475.725189 0.000000 0.999080 0.000000 0.042878 0.484452 0.484452 0.484452 +5233.031738 0.000000 498.213562 0.000000 0.998414 0.000000 -0.056292 0.454905 0.454905 0.454905 +5241.190430 0.000000 493.981812 0.000000 0.976349 0.000000 0.216203 0.448186 0.448186 0.448186 +5224.647949 0.000000 453.201660 0.000000 0.957738 0.000000 0.287644 0.462282 0.462282 0.462282 +5205.422363 0.000000 476.229858 0.000000 0.974631 0.000000 0.223817 0.486651 0.486651 0.486651 +5224.567383 0.000000 486.558289 0.000000 0.964594 0.000000 0.263739 0.472361 0.472361 0.472361 +5244.454590 0.000000 492.214142 0.000000 0.998065 0.000000 -0.062183 0.466822 0.466822 0.466822 +5239.893555 0.000000 495.379791 0.000000 0.977389 0.000000 0.211451 0.448271 0.448271 0.448271 +5243.429199 0.000000 477.187622 0.000000 0.955577 0.000000 -0.294741 0.513204 0.513204 0.513204 +5247.974609 0.000000 483.406403 0.000000 0.954200 0.000000 -0.299170 0.565481 0.565481 0.565481 +5150.953613 0.000000 564.611877 0.000000 0.997533 0.000000 0.070204 0.399049 0.399049 0.399049 +5179.100586 0.000000 518.452087 0.000000 0.953809 0.000000 -0.300414 0.404205 0.404205 0.404205 +5158.581055 0.000000 543.483826 0.000000 0.984806 0.000000 -0.173657 0.409380 0.409380 0.409380 +5145.706543 0.000000 521.998718 0.000000 0.998989 0.000000 -0.044950 0.403579 0.403579 0.403579 +5143.068359 0.000000 512.870544 0.000000 0.991042 0.000000 0.133554 0.398127 0.398127 0.398127 +5140.436035 0.000000 550.631226 0.000000 0.980127 0.000000 0.198369 0.444633 0.444633 0.444633 +5150.816895 0.000000 522.797180 0.000000 0.985914 0.000000 -0.167256 0.474704 0.474704 0.474704 +5134.033691 0.000000 514.250366 0.000000 0.951864 0.000000 -0.306520 0.447350 0.447350 0.447350 +5174.255859 0.000000 517.119446 0.000000 0.992325 0.000000 0.123659 0.490634 0.490634 0.490634 +5167.085449 0.000000 547.187500 0.000000 0.999823 0.000000 -0.018837 0.489591 0.489591 0.489591 +5140.821777 0.000000 539.470337 0.000000 0.973975 0.000000 -0.226656 0.461894 0.461894 0.461894 +5147.966309 0.000000 517.972473 0.000000 0.974907 0.000000 0.222613 0.453866 0.453866 0.453866 +5179.529785 0.000000 509.006378 0.000000 0.986349 0.000000 0.164669 0.454912 0.454912 0.454912 +5177.678223 0.000000 523.481018 0.000000 0.985639 0.000000 -0.168867 0.462833 0.462833 0.462833 +5154.934570 0.000000 511.928558 0.000000 0.996832 0.000000 -0.079530 0.476998 0.476998 0.476998 +5133.704590 0.000000 521.185974 0.000000 0.982469 0.000000 -0.186425 0.481027 0.481027 0.481027 +5157.294434 0.000000 553.315491 0.000000 0.997491 0.000000 -0.070794 0.463039 0.463039 0.463039 +5138.362793 0.000000 540.995972 0.000000 0.952401 0.000000 -0.304848 0.471341 0.471341 0.471341 +5154.937012 0.000000 510.144104 0.000000 0.967582 0.000000 -0.252557 0.480324 0.480324 0.480324 +5145.336426 0.000000 546.357666 0.000000 0.995791 0.000000 0.091655 0.487388 0.487388 0.487388 +5132.241699 0.000000 510.624207 0.000000 0.970760 0.000000 -0.240050 0.508009 0.508009 0.508009 +5138.536621 0.000000 561.829163 0.000000 0.963996 0.000000 -0.265917 0.506569 0.506569 0.506569 +5207.191895 0.000000 554.250000 0.000000 0.994553 0.000000 0.104228 0.409253 0.409253 0.409253 +5198.389160 0.000000 541.744080 0.000000 0.998923 0.000000 -0.046399 0.444897 0.444897 0.444897 +5215.328613 0.000000 558.681274 0.000000 0.957038 0.000000 0.289963 0.425714 0.425714 0.425714 +5191.143066 0.000000 535.743835 0.000000 0.953013 0.000000 -0.302930 0.425290 0.425290 0.425290 +5236.657715 0.000000 508.395447 0.000000 0.963240 0.000000 0.268643 0.431846 0.431846 0.431846 +5195.263184 0.000000 544.921692 0.000000 0.989386 0.000000 0.145314 0.431958 0.431958 0.431958 +5193.322266 0.000000 527.327026 0.000000 0.992588 0.000000 0.121531 0.426509 0.426509 0.426509 +5224.179688 0.000000 536.544006 0.000000 0.997632 0.000000 0.068776 0.446865 0.446865 0.446865 +5205.843750 0.000000 558.644104 0.000000 0.972741 0.000000 0.231896 0.442117 0.442117 0.442117 +5196.080078 0.000000 539.648193 0.000000 0.992487 0.000000 0.122349 0.461503 0.461503 0.461503 +5205.101562 0.000000 554.810425 0.000000 0.999997 0.000000 -0.002519 0.471616 0.471616 0.471616 +5218.967773 0.000000 543.102051 0.000000 0.985567 0.000000 -0.169287 0.470775 0.470775 0.470775 +5240.708984 0.000000 528.802856 0.000000 0.987141 0.000000 0.159854 0.464695 0.464695 0.464695 +5197.340332 0.000000 548.586182 0.000000 0.995780 0.000000 -0.091774 0.494993 0.494993 0.494993 +5214.652344 0.000000 520.444763 0.000000 0.972085 0.000000 0.234630 0.467149 0.467149 0.467149 +5186.681152 0.000000 530.577942 0.000000 0.952040 0.000000 -0.305973 0.465355 0.465355 0.465355 +5219.619629 0.000000 550.266235 0.000000 0.993418 0.000000 0.114548 0.483041 0.483041 0.483041 +5184.233887 0.000000 521.802612 0.000000 0.976501 0.000000 -0.215511 0.569289 0.569289 0.569289 +5229.531250 0.000000 526.752502 0.000000 0.987098 0.000000 -0.160115 0.510271 0.510271 0.510271 +5247.416504 0.000000 515.584351 0.000000 0.973465 0.000000 -0.228835 0.547673 0.547673 0.547673 +5188.635742 0.000000 520.762268 0.000000 0.992474 0.000000 0.122453 0.527572 0.527572 0.527572 +5189.597656 0.000000 521.826965 0.000000 0.981183 0.000000 0.193079 0.525928 0.525928 0.525928 +5202.397949 0.000000 530.494568 0.000000 0.988972 0.000000 -0.148101 0.527858 0.527858 0.527858 +5249.118652 0.000000 496.605103 0.000000 0.994077 0.000000 -0.108681 0.447922 0.447922 0.447922 +5262.401855 0.000000 493.570862 0.000000 0.998336 0.000000 0.057661 0.409938 0.409938 0.409938 +5259.263184 0.000000 488.437347 0.000000 0.984563 0.000000 0.175028 0.437286 0.437286 0.437286 +5249.042969 0.000000 484.376099 0.000000 0.973564 0.000000 -0.228416 0.501777 0.501777 0.501777 +5253.572266 0.000000 498.805817 0.000000 0.996996 0.000000 0.077450 0.485722 0.485722 0.485722 +5252.140625 0.000000 493.442902 0.000000 0.964112 0.000000 0.265494 0.476173 0.476173 0.476173 +5251.162109 0.000000 503.926697 0.000000 0.995679 0.000000 -0.092861 0.577962 0.577962 0.577962 +5253.041016 0.000000 495.651550 0.000000 0.976545 0.000000 -0.215314 0.531391 0.531391 0.531391 +5251.820801 0.000000 522.164734 0.000000 0.978089 0.000000 -0.208188 0.409888 0.409888 0.409888 +5250.944824 0.000000 525.755310 0.000000 0.991607 0.000000 0.129287 0.480807 0.480807 0.480807 +5276.944336 0.000000 544.226746 0.000000 0.977852 0.000000 0.209297 0.463770 0.463770 0.463770 +5281.987305 0.000000 545.973022 0.000000 0.954536 0.000000 -0.298096 0.505261 0.505261 0.505261 +5254.912598 0.000000 508.361023 0.000000 0.990493 0.000000 0.137566 0.463167 0.463167 0.463167 +5254.936035 0.000000 511.935211 0.000000 0.993301 0.000000 0.115556 0.449955 0.449955 0.449955 +5269.101562 0.000000 554.810425 0.000000 0.993714 0.000000 0.111946 0.502541 0.502541 0.502541 +5281.433594 0.000000 544.162964 0.000000 0.976650 0.000000 0.214836 0.494555 0.494555 0.494555 +5277.614258 0.000000 540.087280 0.000000 0.991914 0.000000 -0.126912 0.515498 0.515498 0.515498 +5340.944336 0.000000 544.226746 0.000000 0.993392 0.000000 0.114772 0.420777 0.420777 0.420777 +5313.042969 0.000000 540.860474 0.000000 0.985644 0.000000 0.168840 0.425755 0.425755 0.425755 +5318.953125 0.000000 543.969604 0.000000 0.963565 0.000000 0.267473 0.445346 0.445346 0.445346 +5345.433594 0.000000 544.162964 0.000000 0.993463 0.000000 -0.114151 0.485563 0.485563 0.485563 +5342.924805 0.000000 547.664185 0.000000 0.995048 0.000000 -0.099394 0.520825 0.520825 0.520825 +5173.860840 0.000000 612.910217 0.000000 0.999692 0.000000 0.024813 0.399654 0.399654 0.399654 +5122.311035 0.000000 601.454834 0.000000 0.981732 0.000000 0.190271 0.411852 0.411852 0.411852 +5144.535645 0.000000 581.198792 0.000000 0.987735 0.000000 -0.156140 0.430905 0.430905 0.430905 +5156.144531 0.000000 613.805176 0.000000 0.989659 0.000000 -0.143438 0.500006 0.500006 0.500006 +5159.778320 0.000000 620.678711 0.000000 0.998318 0.000000 0.057983 0.480250 0.480250 0.480250 +5154.934570 0.000000 568.412964 0.000000 0.995102 0.000000 0.098852 0.432714 0.432714 0.432714 +5171.318359 0.000000 598.485229 0.000000 0.981426 0.000000 -0.191842 0.463250 0.463250 0.463250 +5169.324707 0.000000 600.440979 0.000000 0.986297 0.000000 0.164977 0.600084 0.600084 0.600084 +5159.039551 0.000000 605.005371 0.000000 0.972794 0.000000 -0.231671 0.499852 0.499852 0.499852 +5165.431152 0.000000 568.895447 0.000000 0.991340 0.000000 0.131324 0.521543 0.521543 0.521543 +5139.835449 0.000000 585.730835 0.000000 0.996657 0.000000 0.081698 0.473942 0.473942 0.473942 +5171.609375 0.000000 600.192932 0.000000 0.997973 0.000000 -0.063635 0.500333 0.500333 0.500333 +5157.805176 0.000000 620.370483 0.000000 0.999898 0.000000 0.014286 0.575110 0.575110 0.575110 +5243.305664 0.000000 614.622742 0.000000 0.998521 0.000000 -0.054359 0.462743 0.462743 0.462743 +5217.049316 0.000000 566.094055 0.000000 0.973153 0.000000 0.230158 0.447938 0.447938 0.447938 +5221.372070 0.000000 568.908264 0.000000 0.997298 0.000000 0.073466 0.454589 0.454589 0.454589 +5191.784180 0.000000 618.160156 0.000000 0.998827 0.000000 -0.048424 0.557092 0.557092 0.557092 +5187.498047 0.000000 565.601318 0.000000 0.984367 0.000000 -0.176129 0.546387 0.546387 0.546387 +5157.463867 0.000000 628.933472 0.000000 0.988212 0.000000 0.153093 0.422123 0.422123 0.422123 +5171.914062 0.000000 627.116516 0.000000 0.989883 0.000000 -0.141884 0.458386 0.458386 0.458386 +5159.465820 0.000000 631.213806 0.000000 0.998001 0.000000 0.063206 0.560155 0.560155 0.560155 +5161.963379 0.000000 628.857422 0.000000 0.968118 0.000000 -0.250495 0.466318 0.466318 0.466318 +5156.560547 0.000000 635.383911 0.000000 0.973481 0.000000 0.228768 0.459544 0.459544 0.459544 +5169.237305 0.000000 634.534729 0.000000 0.984416 0.000000 0.175855 0.495375 0.495375 0.495375 +5120.043457 0.000000 645.579163 0.000000 0.987361 0.000000 0.158489 0.501552 0.501552 0.501552 +5175.353516 0.000000 628.471924 0.000000 0.983755 0.000000 0.179514 0.528179 0.528179 0.528179 +5169.096680 0.000000 629.021606 0.000000 0.969838 0.000000 -0.243751 0.588038 0.588038 0.588038 +5212.380371 0.000000 676.178467 0.000000 0.976416 0.000000 -0.215896 0.403042 0.403042 0.403042 +5241.384766 0.000000 677.579895 0.000000 0.981727 0.000000 -0.190296 0.415576 0.415576 0.415576 +5203.894531 0.000000 629.099915 0.000000 0.996752 0.000000 -0.080527 0.435616 0.435616 0.435616 +5211.190918 0.000000 649.637512 0.000000 0.994790 0.000000 -0.101945 0.420175 0.420175 0.420175 +5240.630371 0.000000 674.783142 0.000000 0.997148 0.000000 0.075465 0.460406 0.460406 0.460406 +5207.105957 0.000000 642.564819 0.000000 0.963182 0.000000 -0.268850 0.470655 0.470655 0.470655 +5211.528320 0.000000 655.867310 0.000000 0.976861 0.000000 0.213876 0.438564 0.438564 0.438564 +5199.854980 0.000000 627.857849 0.000000 0.954190 0.000000 -0.299202 0.469231 0.469231 0.469231 +5223.989746 0.000000 647.231995 0.000000 0.989944 0.000000 -0.141458 0.482138 0.482138 0.482138 +5281.910645 0.000000 607.166626 0.000000 0.969403 0.000000 0.245475 0.416799 0.416799 0.416799 +5295.645996 0.000000 572.541748 0.000000 0.990267 0.000000 0.139183 0.461196 0.461196 0.461196 +5288.647949 0.000000 566.170410 0.000000 0.996488 0.000000 0.083739 0.551840 0.551840 0.551840 +5305.678223 0.000000 579.965393 0.000000 0.997843 0.000000 -0.065651 0.506285 0.506285 0.506285 +5290.135254 0.000000 569.343201 0.000000 0.985744 0.000000 0.168253 0.470352 0.470352 0.470352 +5304.379395 0.000000 579.224548 0.000000 0.988302 0.000000 0.152507 0.501679 0.501679 0.501679 +5350.889160 0.000000 588.283386 0.000000 0.957308 0.000000 0.289070 0.396032 0.396032 0.396032 +5359.663086 0.000000 574.855652 0.000000 0.993707 0.000000 -0.112012 0.401536 0.401536 0.401536 +5342.608887 0.000000 570.383423 0.000000 0.989106 0.000000 0.147203 0.408618 0.408618 0.408618 +5332.984863 0.000000 602.041748 0.000000 0.975488 0.000000 -0.220055 0.408076 0.408076 0.408076 +5356.051758 0.000000 596.938049 0.000000 0.992758 0.000000 -0.120129 0.487658 0.487658 0.487658 +5331.640625 0.000000 590.155518 0.000000 0.999905 0.000000 0.013766 0.483065 0.483065 0.483065 +5368.346680 0.000000 587.044617 0.000000 0.979206 0.000000 -0.202871 0.467427 0.467427 0.467427 +5365.633789 0.000000 601.901001 0.000000 0.955901 0.000000 -0.293690 0.425142 0.425142 0.425142 +5336.077637 0.000000 574.240234 0.000000 0.972437 0.000000 -0.233166 0.450062 0.450062 0.450062 +5373.251953 0.000000 571.658264 0.000000 0.996467 0.000000 0.083979 0.456354 0.456354 0.456354 +5345.365723 0.000000 575.018616 0.000000 0.987616 0.000000 -0.156890 0.452708 0.452708 0.452708 +5318.070312 0.000000 571.883728 0.000000 0.991506 0.000000 0.130063 0.447758 0.447758 0.447758 +5371.739258 0.000000 569.350403 0.000000 0.997190 0.000000 -0.074908 0.431585 0.431585 0.431585 +5323.263184 0.000000 601.406067 0.000000 0.991380 0.000000 0.131018 0.436079 0.436079 0.436079 +5361.424316 0.000000 603.260315 0.000000 0.989745 0.000000 -0.142845 0.428714 0.428714 0.428714 +5352.647949 0.000000 566.170410 0.000000 0.995376 0.000000 -0.096056 0.473364 0.473364 0.473364 +5359.436035 0.000000 599.565125 0.000000 0.977189 0.000000 0.212374 0.500397 0.500397 0.500397 +5371.815430 0.000000 583.563538 0.000000 0.957104 0.000000 -0.289746 0.433069 0.433069 0.433069 +5362.750488 0.000000 605.397034 0.000000 0.979666 0.000000 0.200633 0.465866 0.465866 0.465866 +5327.228516 0.000000 591.855896 0.000000 0.999093 0.000000 0.042581 0.460999 0.460999 0.460999 +5324.080078 0.000000 596.132568 0.000000 0.998585 0.000000 -0.053185 0.464690 0.464690 0.464690 +5369.814453 0.000000 583.686218 0.000000 0.989074 0.000000 -0.147421 0.470368 0.470368 0.470368 +5345.433594 0.000000 600.647339 0.000000 0.999446 0.000000 0.033282 0.470948 0.470948 0.470948 +5347.182129 0.000000 571.610107 0.000000 0.999719 0.000000 -0.023689 0.475939 0.475939 0.475939 +5300.365234 0.000000 660.594360 0.000000 0.993674 0.000000 -0.112302 0.401467 0.401467 0.401467 +5276.947754 0.000000 651.399963 0.000000 0.977924 0.000000 -0.208959 0.415858 0.415858 0.415858 +5258.329590 0.000000 646.032715 0.000000 0.994881 0.000000 -0.101054 0.404377 0.404377 0.404377 +5262.650879 0.000000 671.668945 0.000000 0.977414 0.000000 0.211334 0.459867 0.459867 0.459867 +5265.436523 0.000000 645.197144 0.000000 0.978022 0.000000 -0.208502 0.409892 0.409892 0.409892 +5304.630371 0.000000 674.783142 0.000000 0.980503 0.000000 0.196502 0.413694 0.413694 0.413694 +5272.641113 0.000000 677.052612 0.000000 0.998051 0.000000 -0.062397 0.512126 0.512126 0.512126 +5289.205566 0.000000 677.784424 0.000000 0.952051 0.000000 0.305938 0.519421 0.519421 0.519421 +5379.913086 0.000000 575.780273 0.000000 0.973001 0.000000 0.230802 0.467223 0.467223 0.467223 +5395.640625 0.000000 590.155518 0.000000 0.959483 0.000000 0.281768 0.416224 0.416224 0.416224 +5385.322266 0.000000 583.811401 0.000000 0.996151 0.000000 0.087655 0.436795 0.436795 0.436795 +5207.491699 0.000000 678.444031 0.000000 0.999495 0.000000 -0.031786 0.400417 0.400417 0.400417 +5235.213867 0.000000 724.069702 0.000000 0.981400 0.000000 -0.191973 0.402624 0.402624 0.402624 +5202.579102 0.000000 733.001404 0.000000 0.963794 0.000000 -0.266648 0.403639 0.403639 0.403639 +5225.676758 0.000000 695.879517 0.000000 0.985417 0.000000 0.170156 0.397627 0.397627 0.397627 +5219.200195 0.000000 690.609497 0.000000 0.995488 0.000000 -0.094889 0.401319 0.401319 0.401319 +5201.436523 0.000000 701.681519 0.000000 0.994791 0.000000 0.101935 0.403441 0.403441 0.403441 +5227.601562 0.000000 730.712585 0.000000 0.997371 0.000000 0.072468 0.505325 0.505325 0.505325 +5202.128418 0.000000 698.574097 0.000000 0.998662 0.000000 -0.051721 0.437117 0.437117 0.437117 +5245.251953 0.000000 684.627014 0.000000 0.959836 0.000000 0.280563 0.688917 0.688917 0.688917 +5197.487793 0.000000 687.829163 0.000000 0.981225 0.000000 -0.192869 0.451350 0.451350 0.451350 +5220.550293 0.000000 708.606506 0.000000 0.981873 0.000000 0.189542 0.607071 0.607071 0.607071 +5212.838379 0.000000 702.879883 0.000000 0.969724 0.000000 -0.244204 0.480161 0.480161 0.480161 +5231.645996 0.000000 685.510498 0.000000 0.994600 0.000000 -0.103784 0.420203 0.420203 0.420203 +5244.727539 0.000000 680.307007 0.000000 0.998538 0.000000 0.054063 0.454931 0.454931 0.454931 +5203.576660 0.000000 713.264099 0.000000 0.999758 0.000000 -0.022006 0.554468 0.554468 0.554468 +5215.888672 0.000000 699.356750 0.000000 0.965688 0.000000 -0.259705 0.502438 0.502438 0.502438 +5231.085449 0.000000 716.640625 0.000000 0.975801 0.000000 0.218662 0.490616 0.490616 0.490616 +5233.262695 0.000000 732.373596 0.000000 0.997797 0.000000 -0.066335 0.506299 0.506299 0.506299 +5234.103516 0.000000 726.145386 0.000000 0.999320 0.000000 0.036883 0.484570 0.484570 0.484570 +5224.179688 0.000000 705.997131 0.000000 0.958801 0.000000 0.284078 0.514187 0.514187 0.514187 +5231.135742 0.000000 693.868591 0.000000 0.953494 0.000000 -0.301413 0.521375 0.521375 0.521375 +5209.618652 0.000000 729.489746 0.000000 0.999957 0.000000 0.009264 0.449841 0.449841 0.449841 +5208.887695 0.000000 719.412720 0.000000 0.979854 0.000000 0.199713 0.547001 0.547001 0.547001 +5236.316895 0.000000 706.938416 0.000000 0.978539 0.000000 0.206062 0.448366 0.448366 0.448366 +5224.199219 0.000000 708.658447 0.000000 0.987548 0.000000 -0.157316 0.460642 0.460642 0.460642 +5205.422363 0.000000 702.167358 0.000000 0.969608 0.000000 -0.244665 0.522087 0.522087 0.522087 +5202.979980 0.000000 717.826294 0.000000 0.970409 0.000000 -0.241467 0.514028 0.514028 0.514028 +5229.537598 0.000000 718.202148 0.000000 0.974069 0.000000 -0.226252 0.523666 0.523666 0.523666 +5224.389160 0.000000 731.442871 0.000000 0.989410 0.000000 0.145150 0.511533 0.511533 0.511533 +5230.245605 0.000000 697.735046 0.000000 0.986557 0.000000 0.163420 0.511131 0.511131 0.511131 +5211.739258 0.000000 721.435913 0.000000 0.999991 0.000000 -0.004305 0.534414 0.534414 0.534414 +5246.970703 0.000000 700.468506 0.000000 0.976043 0.000000 -0.217576 0.467699 0.467699 0.467699 +5236.679199 0.000000 697.501831 0.000000 0.988418 0.000000 -0.151755 0.666975 0.666975 0.666975 +5234.490723 0.000000 700.602051 0.000000 0.956717 0.000000 -0.291020 0.541187 0.541187 0.541187 +5239.432129 0.000000 726.896179 0.000000 0.988178 0.000000 -0.153310 0.502193 0.502193 0.502193 +5218.967773 0.000000 712.555176 0.000000 0.966051 0.000000 -0.258352 0.584439 0.584439 0.584439 +5231.250488 0.000000 706.793396 0.000000 0.991151 0.000000 0.132739 0.505982 0.505982 0.505982 +5209.774414 0.000000 727.511719 0.000000 0.999593 0.000000 0.028514 0.484734 0.484734 0.484734 +5211.849121 0.000000 704.418091 0.000000 0.996156 0.000000 -0.087596 0.492935 0.492935 0.492935 +5197.306641 0.000000 702.363953 0.000000 0.968691 0.000000 -0.248270 0.480241 0.480241 0.480241 +5221.967285 0.000000 702.709839 0.000000 0.999189 0.000000 0.040257 0.515784 0.515784 0.515784 +5244.201172 0.000000 698.403015 0.000000 0.980278 0.000000 -0.197622 0.493176 0.493176 0.493176 +5236.080566 0.000000 691.006042 0.000000 0.960000 0.000000 0.280000 0.470117 0.470117 0.470117 +5209.935547 0.000000 718.215149 0.000000 0.998493 0.000000 0.054879 0.550606 0.550606 0.550606 +5232.663086 0.000000 696.468445 0.000000 0.953777 0.000000 -0.300516 0.513332 0.513332 0.513332 +5221.604004 0.000000 700.396484 0.000000 0.998685 0.000000 -0.051262 0.523696 0.523696 0.523696 +5217.049316 0.000000 735.547180 0.000000 0.968407 0.000000 0.249374 0.505369 0.505369 0.505369 +5220.749023 0.000000 743.666382 0.000000 0.975511 0.000000 -0.219951 0.461772 0.461772 0.461772 +5278.961914 0.000000 678.773804 0.000000 0.999600 0.000000 0.028288 0.399609 0.399609 0.399609 +5286.337891 0.000000 691.548645 0.000000 0.999800 0.000000 -0.020005 0.400279 0.400279 0.400279 +5283.200195 0.000000 690.609497 0.000000 0.986688 0.000000 0.162625 0.397741 0.397741 0.397741 +5256.614258 0.000000 691.341370 0.000000 0.958951 0.000000 0.283572 0.406568 0.406568 0.406568 +5248.090332 0.000000 681.108093 0.000000 0.999512 0.000000 -0.031245 0.421066 0.421066 0.421066 +5292.051758 0.000000 709.906799 0.000000 0.987966 0.000000 -0.154670 0.411082 0.411082 0.411082 +5272.535645 0.000000 694.167542 0.000000 0.980264 0.000000 0.197691 0.436905 0.436905 0.436905 +5261.872070 0.000000 706.214966 0.000000 0.996604 0.000000 -0.082338 0.532286 0.532286 0.532286 +5275.190918 0.000000 706.121887 0.000000 0.986938 0.000000 0.161103 0.416175 0.416175 0.416175 +5255.143066 0.000000 705.196960 0.000000 0.969837 0.000000 0.243754 0.480461 0.480461 0.480461 +5274.245605 0.000000 696.324402 0.000000 0.967758 0.000000 0.251880 0.551443 0.551443 0.551443 +5250.944824 0.000000 695.208435 0.000000 0.989006 0.000000 -0.147879 0.442651 0.442651 0.442651 +5252.756836 0.000000 696.605713 0.000000 0.999904 0.000000 0.013881 0.504610 0.504610 0.504610 +5262.033691 0.000000 683.703491 0.000000 0.999992 0.000000 -0.003942 0.455952 0.455952 0.455952 +5267.576660 0.000000 713.264099 0.000000 0.979146 0.000000 0.203159 0.539199 0.539199 0.539199 +5275.849121 0.000000 704.418091 0.000000 0.999768 0.000000 -0.021529 0.526959 0.526959 0.526959 +5256.309570 0.000000 706.605774 0.000000 0.951558 0.000000 0.307469 0.498323 0.498323 0.498323 +5265.862305 0.000000 714.139954 0.000000 0.983538 0.000000 0.180699 0.466242 0.466242 0.466242 +5258.416504 0.000000 709.496643 0.000000 0.983932 0.000000 -0.178542 0.484846 0.484846 0.484846 +5282.375977 0.000000 694.255249 0.000000 0.990514 0.000000 0.137411 0.480647 0.480647 0.480647 +5251.049316 0.000000 690.083374 0.000000 0.966834 0.000000 0.255405 0.476375 0.476375 0.476375 +5252.635742 0.000000 690.215393 0.000000 1.000000 0.000000 -0.000830 0.700032 0.700032 0.700032 +5281.853027 0.000000 689.577271 0.000000 0.991725 0.000000 0.128381 0.502192 0.502192 0.502192 +5263.217285 0.000000 709.960999 0.000000 0.998131 0.000000 -0.061109 0.518008 0.518008 0.518008 +5280.240234 0.000000 691.782349 0.000000 0.991894 0.000000 -0.127072 0.559065 0.559065 0.559065 +5283.030762 0.000000 701.706848 0.000000 0.981124 0.000000 -0.193379 0.560744 0.560744 0.560744 +5260.996094 0.000000 707.644348 0.000000 0.969303 0.000000 0.245868 0.524685 0.524685 0.524685 6381.747070 0.000000 2138.613525 0.000000 0.999411 0.000000 0.034312 0.576533 0.576533 0.576533 "} object={ @@ -1261,7 +3318,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_004_mesh" - count=425 + count=1105 transform="1273.190552 0.000000 2527.419434 0.000000 0.821234 0.000000 -0.570592 0.618427 0.618427 0.618427 1269.449585 0.000000 2535.204102 0.000000 0.833958 0.000000 -0.551828 0.630138 0.630138 0.630138 1271.893433 0.000000 2528.817383 0.000000 0.886307 0.000000 -0.463098 0.523161 0.523161 0.523161 @@ -1685,6 +3742,686 @@ object={ 2201.304688 0.000000 2825.212402 0.000000 0.939752 0.000000 -0.341857 0.470047 0.470047 0.470047 2525.614258 0.000000 2799.462402 0.000000 0.664396 0.000000 -0.747381 0.656829 0.656829 0.656829 2520.203857 0.000000 2812.261963 0.000000 0.615594 0.000000 -0.788064 0.656698 0.656698 0.656698 +4282.631836 0.000000 91.620804 0.000000 0.645720 0.000000 -0.763574 0.417329 0.417329 0.417329 +4274.798340 0.000000 93.165558 0.000000 0.873353 0.000000 -0.487088 0.407087 0.407087 0.407087 +4285.125000 0.000000 108.963631 0.000000 0.829074 0.000000 -0.559139 0.427619 0.427619 0.427619 +4277.633789 0.000000 93.541611 0.000000 0.894895 0.000000 -0.446277 0.431692 0.431692 0.431692 +4279.044922 0.000000 95.572693 0.000000 0.905587 0.000000 -0.424161 0.449458 0.449458 0.449458 +4284.008301 0.000000 98.761536 0.000000 0.896666 0.000000 -0.442708 0.425577 0.425577 0.425577 +4307.771973 0.000000 135.594193 0.000000 0.737119 0.000000 -0.675763 0.409781 0.409781 0.409781 +4350.419434 0.000000 155.116058 0.000000 0.803844 0.000000 -0.594840 0.408525 0.408525 0.408525 +4306.230469 0.000000 151.004288 0.000000 0.831785 0.000000 -0.555097 0.408051 0.408051 0.408051 +4310.628418 0.000000 142.995956 0.000000 0.877857 0.000000 -0.478923 0.406932 0.406932 0.406932 +4313.681152 0.000000 146.746216 0.000000 0.840407 0.000000 -0.541956 0.407922 0.407922 0.407922 +4288.042480 0.000000 112.976074 0.000000 0.611595 0.000000 -0.791171 0.422098 0.422098 0.422098 +4332.083496 0.000000 189.514114 0.000000 0.711995 0.000000 -0.702185 0.410339 0.410339 0.410339 +4313.237793 0.000000 175.612015 0.000000 0.922842 0.000000 -0.385178 0.405252 0.405252 0.405252 +4330.835938 0.000000 175.459412 0.000000 0.775777 0.000000 -0.631007 0.409376 0.409376 0.409376 +4308.094727 0.000000 184.854019 0.000000 0.869206 0.000000 -0.494451 0.407128 0.407128 0.407128 +4311.408203 0.000000 181.291321 0.000000 0.784161 0.000000 -0.620557 0.412437 0.412437 0.412437 +4324.550293 0.000000 200.247147 0.000000 0.948028 0.000000 -0.318187 0.435542 0.435542 0.435542 +4322.177734 0.000000 196.386276 0.000000 0.870408 0.000000 -0.492332 0.454792 0.454792 0.454792 +4595.402344 0.000000 110.451622 0.000000 0.800995 0.000000 -0.598671 0.408621 0.408621 0.408621 +4358.363770 0.000000 178.965759 0.000000 0.703097 0.000000 -0.711094 0.424442 0.424442 0.424442 +4527.868652 0.000000 161.379700 0.000000 0.842618 0.000000 -0.538512 0.407695 0.407695 0.407695 +4520.974609 0.000000 124.490318 0.000000 0.651722 0.000000 -0.758458 0.411650 0.411650 0.411650 +4521.676758 0.000000 131.035736 0.000000 0.726089 0.000000 -0.687601 0.410486 0.410486 0.410486 +4497.360840 0.000000 159.129120 0.000000 0.687765 0.000000 -0.725933 0.412407 0.412407 0.412407 +4494.604980 0.000000 160.545731 0.000000 0.767728 0.000000 -0.640776 0.412806 0.412806 0.412806 +4516.029297 0.000000 131.521545 0.000000 0.945851 0.000000 -0.324602 0.404622 0.404622 0.404622 +4519.591309 0.000000 154.804810 0.000000 0.801252 0.000000 -0.598327 0.420191 0.420191 0.420191 +4500.436035 0.000000 155.240631 0.000000 0.602803 0.000000 -0.797890 0.434702 0.434702 0.434702 +4503.348633 0.000000 165.967224 0.000000 0.889656 0.000000 -0.456632 0.456128 0.456128 0.456128 +4516.144531 0.000000 161.930176 0.000000 0.791032 0.000000 -0.611775 0.430646 0.430646 0.430646 +4511.373535 0.000000 156.401855 0.000000 0.751006 0.000000 -0.660295 0.450071 0.450071 0.450071 +4505.618652 0.000000 164.645996 0.000000 0.749011 0.000000 -0.662557 0.458338 0.458338 0.458338 +4504.887695 0.000000 154.568939 0.000000 0.895088 0.000000 -0.445890 0.451881 0.451881 0.451881 +4500.141113 0.000000 166.900543 0.000000 0.803274 0.000000 -0.595609 0.460967 0.460967 0.460967 +4503.416992 0.000000 160.901520 0.000000 0.604388 0.000000 -0.796690 0.461682 0.461682 0.461682 +4501.843750 0.000000 163.253464 0.000000 0.672668 0.000000 -0.739944 0.458110 0.458110 0.458110 +4496.905273 0.000000 166.868179 0.000000 0.946767 0.000000 -0.321919 0.457638 0.457638 0.457638 +4588.412598 0.000000 155.242462 0.000000 0.730957 0.000000 -0.682424 0.410276 0.410276 0.410276 +4566.628418 0.000000 142.995956 0.000000 0.656602 0.000000 -0.754237 0.411818 0.411818 0.411818 +4585.967773 0.000000 142.786682 0.000000 0.871619 0.000000 -0.490184 0.407162 0.407162 0.407162 +4556.526855 0.000000 136.014572 0.000000 0.773444 0.000000 -0.633864 0.409393 0.409393 0.409393 +4582.337891 0.000000 126.704903 0.000000 0.599721 0.000000 -0.800209 0.412876 0.412876 0.412876 +4494.953125 0.000000 223.424835 0.000000 0.943034 0.000000 -0.332697 0.404420 0.404420 0.404420 +4486.330566 0.000000 181.549942 0.000000 0.791218 0.000000 -0.611535 0.408641 0.408641 0.408641 +4539.100586 0.000000 179.545853 0.000000 0.727649 0.000000 -0.685949 0.411612 0.411612 0.411612 +4503.068359 0.000000 173.964264 0.000000 0.781625 0.000000 -0.623749 0.414536 0.414536 0.414536 +4497.145996 0.000000 172.007324 0.000000 0.682841 0.000000 -0.730567 0.488927 0.488927 0.488927 +4340.706543 0.000000 338.737213 0.000000 0.850064 0.000000 -0.526679 0.445307 0.445307 0.445307 +4326.962402 0.000000 326.601837 0.000000 0.821045 0.000000 -0.570864 0.438017 0.438017 0.438017 +4338.103516 0.000000 330.754761 0.000000 0.839117 0.000000 -0.543952 0.445640 0.445640 0.445640 +4327.778320 0.000000 338.256866 0.000000 0.640245 0.000000 -0.768171 0.542148 0.542148 0.542148 +4330.678223 0.000000 320.596924 0.000000 0.822229 0.000000 -0.569157 0.444096 0.444096 0.444096 +4327.167969 0.000000 330.891846 0.000000 0.871658 0.000000 -0.490115 0.444615 0.444615 0.444615 +4338.216309 0.000000 326.966705 0.000000 0.943422 0.000000 -0.331594 0.441778 0.441778 0.441778 +4324.742188 0.000000 335.627075 0.000000 0.623525 0.000000 -0.781803 0.513348 0.513348 0.513348 +4328.388184 0.000000 332.423523 0.000000 0.695461 0.000000 -0.718563 0.469980 0.469980 0.469980 +4306.283691 0.000000 340.038940 0.000000 0.852500 0.000000 -0.522727 0.407278 0.407278 0.407278 +4310.937012 0.000000 353.333618 0.000000 0.697245 0.000000 -0.716833 0.410655 0.410655 0.410655 +4349.611816 0.000000 377.665924 0.000000 0.596841 0.000000 -0.802360 0.412833 0.412833 0.412833 +4311.408203 0.000000 350.744446 0.000000 0.835144 0.000000 -0.550031 0.408113 0.408113 0.408113 +4345.460938 0.000000 339.009521 0.000000 0.942492 0.000000 -0.334228 0.441824 0.441824 0.441824 +4340.657715 0.000000 338.942322 0.000000 0.726969 0.000000 -0.686670 0.448599 0.448599 0.448599 +4351.374512 0.000000 379.001740 0.000000 0.929550 0.000000 -0.368695 0.442423 0.442423 0.442423 +4328.647949 0.000000 340.232910 0.000000 0.611036 0.000000 -0.791603 0.484443 0.484443 0.484443 +4341.007812 0.000000 380.056641 0.000000 0.654139 0.000000 -0.756375 0.452312 0.452312 0.452312 +4318.725586 0.000000 342.498840 0.000000 0.817851 0.000000 -0.575431 0.684807 0.684807 0.684807 +4315.504395 0.000000 352.884613 0.000000 0.919160 0.000000 -0.393884 0.602470 0.602470 0.602470 +4315.120117 0.000000 340.854889 0.000000 0.900365 0.000000 -0.435136 0.673074 0.673074 0.673074 +4323.182129 0.000000 345.672607 0.000000 0.777500 0.000000 -0.628883 0.486313 0.486313 0.486313 +4319.632324 0.000000 349.575073 0.000000 0.863672 0.000000 -0.504054 0.618209 0.618209 0.618209 +4309.209473 0.000000 345.768494 0.000000 0.716317 0.000000 -0.697775 0.506660 0.506660 0.506660 +4315.133789 0.000000 342.436401 0.000000 0.766865 0.000000 -0.641808 0.631399 0.631399 0.631399 +4313.045410 0.000000 350.798126 0.000000 0.826670 0.000000 -0.562688 0.552329 0.552329 0.552329 +4319.834473 0.000000 341.059784 0.000000 0.683482 0.000000 -0.729968 0.681307 0.681307 0.681307 +4310.014160 0.000000 344.440338 0.000000 0.753754 0.000000 -0.657157 0.627830 0.627830 0.627830 +4297.641113 0.000000 448.578491 0.000000 0.626880 0.000000 -0.779116 0.411730 0.411730 0.411730 +4302.650879 0.000000 445.731445 0.000000 0.950592 0.000000 -0.310444 0.407419 0.407419 0.407419 +4349.251953 0.000000 402.205139 0.000000 0.772518 0.000000 -0.634993 0.431099 0.431099 0.431099 +4336.943848 0.000000 406.979126 0.000000 0.671139 0.000000 -0.741332 0.503762 0.503762 0.503762 +4345.206055 0.000000 405.017120 0.000000 0.750682 0.000000 -0.660664 0.625882 0.625882 0.625882 +4339.663574 0.000000 396.559052 0.000000 0.798256 0.000000 -0.602318 0.576155 0.576155 0.576155 +4342.848633 0.000000 417.903259 0.000000 0.838047 0.000000 -0.545598 0.638158 0.638158 0.638158 +4337.824707 0.000000 405.876068 0.000000 0.679910 0.000000 -0.733296 0.586902 0.586902 0.586902 +4342.908203 0.000000 407.264618 0.000000 0.926979 0.000000 -0.375113 0.605952 0.605952 0.605952 +4528.918945 0.000000 240.923676 0.000000 0.935058 0.000000 -0.354496 0.405030 0.405030 0.405030 +4501.934570 0.000000 280.749481 0.000000 0.830091 0.000000 -0.557628 0.417427 0.417427 0.417427 +4512.544434 0.000000 273.269073 0.000000 0.895252 0.000000 -0.445561 0.415540 0.415540 0.415540 +4533.633789 0.000000 262.994720 0.000000 0.859488 0.000000 -0.511156 0.434868 0.434868 0.434868 +4499.362793 0.000000 253.925339 0.000000 0.756414 0.000000 -0.654093 0.417147 0.417147 0.417147 +4550.507812 0.000000 278.028625 0.000000 0.756975 0.000000 -0.653444 0.409849 0.409849 0.409849 +4373.208496 0.000000 378.785492 0.000000 0.854860 0.000000 -0.518859 0.407191 0.407191 0.407191 +4393.967773 0.000000 368.724182 0.000000 0.937447 0.000000 -0.348127 0.404847 0.404847 0.404847 +4369.436523 0.000000 362.775269 0.000000 0.949563 0.000000 -0.313577 0.441468 0.441468 0.441468 +4356.384766 0.000000 389.678894 0.000000 0.710331 0.000000 -0.703868 0.448989 0.448989 0.448989 +4354.575684 0.000000 380.033325 0.000000 0.783979 0.000000 -0.620787 0.447180 0.447180 0.447180 +4392.179688 0.000000 367.090881 0.000000 0.905135 0.000000 -0.425125 0.443424 0.443424 0.443424 +4388.916016 0.000000 366.968658 0.000000 0.663228 0.000000 -0.748417 0.450045 0.450045 0.450045 +4357.572266 0.000000 385.837067 0.000000 0.830235 0.000000 -0.557413 0.445902 0.445902 0.445902 +4356.166992 0.000000 387.670807 0.000000 0.694882 0.000000 -0.719124 0.449342 0.449342 0.449342 +4433.722656 0.000000 391.083588 0.000000 0.880038 0.000000 -0.474903 0.406795 0.406795 0.406795 +4381.422852 0.000000 433.942444 0.000000 0.897200 0.000000 -0.441625 0.407414 0.407414 0.407414 +4410.637207 0.000000 422.324341 0.000000 0.892083 0.000000 -0.451872 0.415643 0.415643 0.415643 +4355.913086 0.000000 406.327148 0.000000 0.912647 0.000000 -0.408749 0.459254 0.459254 0.459254 +4401.394043 0.000000 420.720398 0.000000 0.771175 0.000000 -0.636624 0.463914 0.463914 0.463914 +4378.165527 0.000000 403.648407 0.000000 0.664055 0.000000 -0.747684 0.493558 0.493558 0.493558 +4387.182129 0.000000 402.156982 0.000000 0.888019 0.000000 -0.459806 0.551537 0.551537 0.551537 +4394.415039 0.000000 415.008789 0.000000 0.932282 0.000000 -0.361733 0.522767 0.522767 0.522767 +4390.826172 0.000000 402.126678 0.000000 0.843567 0.000000 -0.537024 0.551604 0.551604 0.551604 +4454.535645 0.000000 424.898743 0.000000 0.849158 0.000000 -0.528140 0.407473 0.407473 0.407473 +4510.236816 0.000000 447.920502 0.000000 0.843664 0.000000 -0.536872 0.407301 0.407301 0.407301 +4536.315430 0.000000 432.399597 0.000000 0.780305 0.000000 -0.625399 0.409142 0.409142 0.409142 +4521.064941 0.000000 447.096191 0.000000 0.852134 0.000000 -0.523324 0.407672 0.407672 0.407672 +4635.595215 0.000000 163.492493 0.000000 0.658483 0.000000 -0.752595 0.411656 0.411656 0.411656 +4618.072266 0.000000 169.140778 0.000000 0.650858 0.000000 -0.759200 0.412052 0.412052 0.412052 +4682.235840 0.000000 213.137329 0.000000 0.845221 0.000000 -0.534417 0.417024 0.417024 0.417024 +4787.456055 0.000000 219.741379 0.000000 0.901719 0.000000 -0.432323 0.405804 0.405804 0.405804 +4790.864258 0.000000 224.451752 0.000000 0.775604 0.000000 -0.631220 0.409073 0.409073 0.409073 +4781.311035 0.000000 203.803009 0.000000 0.668406 0.000000 -0.743797 0.411349 0.411349 0.411349 +4787.016113 0.000000 190.304260 0.000000 0.731414 0.000000 -0.681934 0.415635 0.415635 0.415635 +4781.942871 0.000000 191.394012 0.000000 0.809795 0.000000 -0.586713 0.409799 0.409799 0.409799 +4790.180664 0.000000 193.303314 0.000000 0.850634 0.000000 -0.525758 0.465617 0.465617 0.465617 +4795.815430 0.000000 188.172928 0.000000 0.822163 0.000000 -0.569253 0.442060 0.442060 0.442060 +4793.678223 0.000000 184.574753 0.000000 0.864700 0.000000 -0.502288 0.444843 0.444843 0.444843 +4821.934570 0.000000 224.265106 0.000000 0.905121 0.000000 -0.425153 0.409170 0.409170 0.409170 +4839.299805 0.000000 215.832565 0.000000 0.662086 0.000000 -0.749428 0.417020 0.417020 0.417020 +4839.591309 0.000000 211.289185 0.000000 0.704042 0.000000 -0.710158 0.418253 0.418253 0.418253 +4878.875488 0.000000 214.215164 0.000000 0.632891 0.000000 -0.774241 0.411761 0.411761 0.411761 +4894.953613 0.000000 225.705643 0.000000 0.906829 0.000000 -0.421499 0.405909 0.405909 0.405909 +4886.628418 0.000000 199.480331 0.000000 0.661014 0.000000 -0.750374 0.411695 0.411695 0.411695 +4883.991699 0.000000 202.680603 0.000000 0.641586 0.000000 -0.767051 0.412222 0.412222 0.412222 +4867.820801 0.000000 183.258499 0.000000 0.602230 0.000000 -0.798323 0.412925 0.412925 0.412925 +4892.380371 0.000000 224.303467 0.000000 0.593746 0.000000 -0.804653 0.412980 0.412980 0.412980 +4871.408691 0.000000 187.290634 0.000000 0.869732 0.000000 -0.493525 0.407216 0.407216 0.407216 +4696.572266 0.000000 321.886230 0.000000 0.843848 0.000000 -0.536582 0.407692 0.407692 0.407692 +4728.473633 0.000000 290.552612 0.000000 0.803304 0.000000 -0.595569 0.411990 0.411990 0.411990 +4686.401855 0.000000 324.117737 0.000000 0.694939 0.000000 -0.719068 0.443153 0.443153 0.443153 +4691.576660 0.000000 317.873474 0.000000 0.931090 0.000000 -0.364790 0.428300 0.428300 0.428300 +4784.746582 0.000000 229.175156 0.000000 0.746756 0.000000 -0.665098 0.409991 0.409991 0.409991 +4835.104004 0.000000 234.479599 0.000000 0.618411 0.000000 -0.785855 0.412369 0.412369 0.412369 +4820.094727 0.000000 241.338394 0.000000 0.878335 0.000000 -0.478046 0.406968 0.406968 0.406968 +4822.782715 0.000000 233.240860 0.000000 0.852547 0.000000 -0.522651 0.412768 0.412768 0.412768 +4796.771484 0.000000 319.505981 0.000000 0.945755 0.000000 -0.324879 0.451679 0.451679 0.451679 +4702.530273 0.000000 362.366302 0.000000 0.653709 0.000000 -0.756746 0.411100 0.411100 0.411100 +4681.063965 0.000000 369.368256 0.000000 0.872662 0.000000 -0.488325 0.406750 0.406750 0.406750 +4725.013672 0.000000 373.552582 0.000000 0.816707 0.000000 -0.577053 0.408354 0.408354 0.408354 +4723.402344 0.000000 392.873505 0.000000 0.588278 0.000000 -0.808659 0.412933 0.412933 0.412933 +4725.860840 0.000000 386.972717 0.000000 0.740960 0.000000 -0.671549 0.410147 0.410147 0.410147 +4716.194824 0.000000 350.983643 0.000000 0.744096 0.000000 -0.668072 0.410009 0.410009 0.410009 +4697.706543 0.000000 352.545593 0.000000 0.739481 0.000000 -0.673178 0.423665 0.423665 0.423665 +4709.463867 0.000000 346.511597 0.000000 0.946443 0.000000 -0.322872 0.483721 0.483721 0.483721 +4703.328613 0.000000 389.228149 0.000000 0.735085 0.000000 -0.677975 0.499917 0.499917 0.499917 +4711.465820 0.000000 348.791962 0.000000 0.906894 0.000000 -0.421358 0.469587 0.469587 0.469587 +4708.342285 0.000000 394.574890 0.000000 0.702194 0.000000 -0.711986 0.453301 0.453301 0.453301 +4696.641113 0.000000 394.630768 0.000000 0.842013 0.000000 -0.539458 0.459794 0.459794 0.459794 +4706.934570 0.000000 342.475433 0.000000 0.816631 0.000000 -0.577160 0.460575 0.460575 0.460575 +4678.912598 0.000000 338.907898 0.000000 0.805691 0.000000 -0.592336 0.462941 0.462941 0.462941 +4700.161133 0.000000 387.518341 0.000000 0.847057 0.000000 -0.531502 0.496293 0.496293 0.496293 +4706.015137 0.000000 415.886169 0.000000 0.799374 0.000000 -0.600834 0.408593 0.408593 0.408593 +4728.473633 0.000000 403.521362 0.000000 0.868633 0.000000 -0.495457 0.428508 0.428508 0.428508 +4715.690430 0.000000 398.954620 0.000000 0.873614 0.000000 -0.486619 0.432400 0.432400 0.432400 +4709.463867 0.000000 402.995972 0.000000 0.911973 0.000000 -0.410249 0.421008 0.421008 0.421008 +4696.077637 0.000000 404.787079 0.000000 0.827810 0.000000 -0.561008 0.425619 0.425619 0.425619 +4733.251953 0.000000 402.205139 0.000000 0.717115 0.000000 -0.696955 0.424148 0.424148 0.424148 +4712.647949 0.000000 396.717285 0.000000 0.657155 0.000000 -0.753756 0.437765 0.437765 0.437765 +4717.143066 0.000000 395.692932 0.000000 0.836749 0.000000 -0.547586 0.437574 0.437574 0.437574 +4699.120117 0.000000 397.339264 0.000000 0.712952 0.000000 -0.701213 0.488136 0.488136 0.488136 +4701.325684 0.000000 399.865631 0.000000 0.742246 0.000000 -0.670128 0.487333 0.487333 0.487333 +4792.065918 0.000000 364.268829 0.000000 0.697830 0.000000 -0.716263 0.410206 0.410206 0.410206 +4756.984863 0.000000 376.104279 0.000000 0.821657 0.000000 -0.569983 0.411544 0.411544 0.411544 +4790.381836 0.000000 424.718231 0.000000 0.900016 0.000000 -0.435858 0.406080 0.406080 0.406080 +4754.579102 0.000000 450.579529 0.000000 0.672074 0.000000 -0.740484 0.411324 0.411324 0.411324 +4794.631836 0.000000 430.527069 0.000000 0.889021 0.000000 -0.457867 0.406649 0.406649 0.406649 +4800.936035 0.000000 418.000183 0.000000 0.672860 0.000000 -0.739770 0.411476 0.411476 0.411476 +4896.426758 0.000000 238.375305 0.000000 0.836158 0.000000 -0.548489 0.407769 0.407769 0.407769 +4910.042969 0.000000 231.792175 0.000000 0.690976 0.000000 -0.722878 0.410973 0.410973 0.410973 +4977.262695 0.000000 393.467346 0.000000 0.671301 0.000000 -0.741185 0.470562 0.470562 0.470562 +4989.535645 0.000000 393.081787 0.000000 0.945688 0.000000 -0.325076 0.477747 0.477747 0.477747 +4978.425293 0.000000 397.545013 0.000000 0.684999 0.000000 -0.728544 0.478513 0.478513 0.478513 +4985.112305 0.000000 401.980927 0.000000 0.784830 0.000000 -0.619711 0.488145 0.488145 0.488145 +5051.981445 0.000000 394.125488 0.000000 0.862264 0.000000 -0.506460 0.407186 0.407186 0.407186 +5033.064941 0.000000 390.611816 0.000000 0.927840 0.000000 -0.372979 0.405286 0.405286 0.405286 +5049.384766 0.000000 395.157990 0.000000 0.871165 0.000000 -0.490991 0.418311 0.418311 0.418311 +5012.984863 0.000000 376.104279 0.000000 0.873146 0.000000 -0.487459 0.408142 0.408142 0.408142 +5006.650879 0.000000 389.247070 0.000000 0.800415 0.000000 -0.599446 0.446742 0.446742 0.446742 +5024.544434 0.000000 386.237823 0.000000 0.669127 0.000000 -0.743148 0.416885 0.416885 0.416885 +5012.436035 0.000000 381.178131 0.000000 0.945207 0.000000 -0.326472 0.449704 0.449704 0.449704 +4994.552734 0.000000 394.982483 0.000000 0.661254 0.000000 -0.750162 0.443882 0.443882 0.443882 +5021.291016 0.000000 381.248779 0.000000 0.950753 0.000000 -0.309949 0.459421 0.459421 0.459421 +4994.269043 0.000000 392.340118 0.000000 0.739528 0.000000 -0.673125 0.444189 0.444189 0.444189 +5037.836426 0.000000 391.539032 0.000000 0.948488 0.000000 -0.316814 0.481594 0.481594 0.481594 +5045.101074 0.000000 384.231750 0.000000 0.599487 0.000000 -0.800384 0.459705 0.459705 0.459705 +5018.529785 0.000000 394.313080 0.000000 0.940183 0.000000 -0.340671 0.466009 0.466009 0.466009 +5039.350098 0.000000 393.649292 0.000000 0.617406 0.000000 -0.786645 0.496804 0.496804 0.496804 +5045.449707 0.000000 388.797760 0.000000 0.882842 0.000000 -0.469671 0.470557 0.470557 0.470557 +5100.760254 0.000000 377.411377 0.000000 0.790048 0.000000 -0.613045 0.408567 0.408567 0.408567 +5119.697754 0.000000 383.630402 0.000000 0.872606 0.000000 -0.488425 0.420291 0.420291 0.420291 +5103.250488 0.000000 367.887146 0.000000 0.941342 0.000000 -0.337454 0.467955 0.467955 0.467955 +5101.839355 0.000000 365.592041 0.000000 0.796974 0.000000 -0.604014 0.512391 0.512391 0.512391 +5032.974609 0.000000 406.912201 0.000000 0.819444 0.000000 -0.573159 0.408259 0.408259 0.408259 +5022.961914 0.000000 396.351929 0.000000 0.788016 0.000000 -0.615655 0.412348 0.412348 0.412348 +5045.519043 0.000000 422.016052 0.000000 0.924310 0.000000 -0.381641 0.410503 0.410503 0.410503 +5029.463867 0.000000 402.995972 0.000000 0.934099 0.000000 -0.357014 0.466320 0.466320 0.466320 +5033.650879 0.000000 404.677368 0.000000 0.696408 0.000000 -0.717646 0.488575 0.488575 0.488575 +5051.739258 0.000000 399.897247 0.000000 0.600744 0.000000 -0.799441 0.432666 0.432666 0.432666 +5046.385254 0.000000 399.299652 0.000000 0.696786 0.000000 -0.717279 0.480287 0.480287 0.480287 +4994.199219 0.000000 402.502899 0.000000 0.796533 0.000000 -0.604594 0.467299 0.467299 0.467299 +5051.003418 0.000000 441.400330 0.000000 0.770213 0.000000 -0.637787 0.441391 0.441391 0.441391 +5032.688965 0.000000 419.791107 0.000000 0.875293 0.000000 -0.483593 0.450570 0.450570 0.450570 +5032.756348 0.000000 400.857117 0.000000 0.877384 0.000000 -0.479789 0.452523 0.452523 0.452523 +5035.960938 0.000000 417.492889 0.000000 0.792131 0.000000 -0.610351 0.487920 0.487920 0.487920 +5028.742188 0.000000 448.595825 0.000000 0.817907 0.000000 -0.575350 0.478920 0.478920 0.478920 +5008.728516 0.000000 395.397247 0.000000 0.717396 0.000000 -0.696666 0.477690 0.477690 0.477690 +5003.316406 0.000000 396.307648 0.000000 0.930491 0.000000 -0.366316 0.492655 0.492655 0.492655 +5041.135254 0.000000 422.227539 0.000000 0.648322 0.000000 -0.761366 0.510611 0.510611 0.510611 +5113.190430 0.000000 437.497437 0.000000 0.754240 0.000000 -0.656598 0.495232 0.495232 0.495232 +5115.003418 0.000000 441.400330 0.000000 0.748848 0.000000 -0.662741 0.478910 0.478910 0.478910 +5056.588379 0.000000 447.693115 0.000000 0.663784 0.000000 -0.747924 0.472813 0.472813 0.472813 +5092.749023 0.000000 404.760101 0.000000 0.764741 0.000000 -0.644338 0.480522 0.480522 0.480522 +5074.442383 0.000000 410.407257 0.000000 0.765524 0.000000 -0.643407 0.484611 0.484611 0.484611 +4292.755371 0.000000 479.747681 0.000000 0.831011 0.000000 -0.556256 0.408011 0.408011 0.408011 +4386.015137 0.000000 472.370544 0.000000 0.772482 0.000000 -0.635036 0.409207 0.409207 0.409207 +4403.634277 0.000000 494.602875 0.000000 0.722309 0.000000 -0.691570 0.410295 0.410295 0.410295 +4427.406250 0.000000 484.945801 0.000000 0.910757 0.000000 -0.412942 0.405781 0.405781 0.405781 +4448.449219 0.000000 477.870300 0.000000 0.841002 0.000000 -0.541032 0.407992 0.407992 0.407992 +4454.469727 0.000000 478.469055 0.000000 0.855916 0.000000 -0.517116 0.410650 0.410650 0.410650 +4413.658691 0.000000 543.675110 0.000000 0.860122 0.000000 -0.510088 0.407029 0.407029 0.407029 +4441.706543 0.000000 521.998718 0.000000 0.801294 0.000000 -0.598271 0.408934 0.408934 0.408934 +4591.447754 0.000000 464.560699 0.000000 0.906467 0.000000 -0.422276 0.411138 0.411138 0.411138 +4689.939453 0.000000 493.670593 0.000000 0.681073 0.000000 -0.732215 0.411076 0.411076 0.411076 +4687.197266 0.000000 463.507782 0.000000 0.948579 0.000000 -0.316542 0.404390 0.404390 0.404390 +4689.664551 0.000000 458.531036 0.000000 0.929880 0.000000 -0.367863 0.405191 0.405191 0.405191 +4686.650879 0.000000 502.215820 0.000000 0.945952 0.000000 -0.324308 0.405626 0.405626 0.405626 +4783.663086 0.000000 461.886902 0.000000 0.891284 0.000000 -0.453445 0.406415 0.406415 0.406415 +4988.727539 0.000000 454.369476 0.000000 0.939835 0.000000 -0.341627 0.506208 0.506208 0.506208 +4963.200195 0.000000 521.156372 0.000000 0.866079 0.000000 -0.499908 0.407267 0.407267 0.407267 +4949.235840 0.000000 528.220459 0.000000 0.731961 0.000000 -0.681346 0.425882 0.425882 0.425882 +4961.910645 0.000000 550.682251 0.000000 0.648552 0.000000 -0.761171 0.487712 0.487712 0.487712 +4961.412109 0.000000 523.316467 0.000000 0.747327 0.000000 -0.664456 0.489251 0.489251 0.489251 +4991.976562 0.000000 558.974792 0.000000 0.918922 0.000000 -0.394440 0.483167 0.483167 0.483167 +4984.346680 0.000000 530.560242 0.000000 0.805519 0.000000 -0.592570 0.458858 0.458858 0.458858 +4951.935547 0.000000 545.414490 0.000000 0.609697 0.000000 -0.792635 0.430422 0.430422 0.430422 +4964.952637 0.000000 548.836304 0.000000 0.949788 0.000000 -0.312895 0.489535 0.489535 0.489535 +4991.163574 0.000000 541.033936 0.000000 0.762006 0.000000 -0.647570 0.462108 0.462108 0.462108 +4973.143066 0.000000 508.661682 0.000000 0.590873 0.000000 -0.806765 0.447399 0.447399 0.447399 +4971.060059 0.000000 542.492981 0.000000 0.937825 0.000000 -0.347109 0.458101 0.458101 0.458101 +4953.598145 0.000000 531.990967 0.000000 0.701260 0.000000 -0.712906 0.511235 0.511235 0.511235 +4958.945801 0.000000 536.823303 0.000000 0.640365 0.000000 -0.768071 0.475438 0.475438 0.475438 +4973.431152 0.000000 512.411072 0.000000 0.873497 0.000000 -0.486830 0.479026 0.479026 0.479026 +4965.379395 0.000000 545.246033 0.000000 0.619759 0.000000 -0.784792 0.505092 0.505092 0.505092 +4959.632324 0.000000 519.028198 0.000000 0.759831 0.000000 -0.650121 0.482718 0.482718 0.482718 +4952.204102 0.000000 552.886902 0.000000 0.945140 0.000000 -0.326664 0.483798 0.483798 0.483798 +4990.675293 0.000000 560.110474 0.000000 0.949512 0.000000 -0.313731 0.477523 0.477523 0.477523 +4958.190918 0.000000 545.413208 0.000000 0.929952 0.000000 -0.367680 0.476582 0.476582 0.476582 +4960.293457 0.000000 557.366821 0.000000 0.932777 0.000000 -0.360455 0.484484 0.484484 0.484484 +4985.728516 0.000000 533.754089 0.000000 0.893011 0.000000 -0.450036 0.498509 0.498509 0.498509 +4984.412109 0.000000 563.405457 0.000000 0.719634 0.000000 -0.694353 0.512774 0.512774 0.512774 +5051.100586 0.000000 461.967743 0.000000 0.633923 0.000000 -0.773396 0.412185 0.412185 0.412185 +5038.693848 0.000000 483.933655 0.000000 0.889544 0.000000 -0.456850 0.441979 0.441979 0.441979 +5053.251953 0.000000 458.689514 0.000000 0.725947 0.000000 -0.687751 0.432175 0.432175 0.432175 +5033.650879 0.000000 461.161743 0.000000 0.643628 0.000000 -0.765338 0.425633 0.425633 0.425633 +4998.070312 0.000000 458.914978 0.000000 0.795425 0.000000 -0.606052 0.465284 0.465284 0.465284 +5052.727539 0.000000 454.369476 0.000000 0.922299 0.000000 -0.386477 0.444747 0.444747 0.444747 +5034.281250 0.000000 494.086731 0.000000 0.718908 0.000000 -0.695105 0.459088 0.459088 0.459088 +5012.821777 0.000000 482.985962 0.000000 0.805745 0.000000 -0.592263 0.483397 0.483397 0.483397 +5035.407227 0.000000 496.103058 0.000000 0.829547 0.000000 -0.558437 0.496923 0.496923 0.496923 +5005.704590 0.000000 464.701599 0.000000 0.869233 0.000000 -0.494403 0.464976 0.464976 0.464976 +5040.943848 0.000000 463.463501 0.000000 0.904470 0.000000 -0.426536 0.479791 0.479791 0.479791 +5040.891113 0.000000 480.249084 0.000000 0.901919 0.000000 -0.431905 0.487991 0.487991 0.487991 +5039.960449 0.000000 494.826782 0.000000 0.627770 0.000000 -0.778399 0.561371 0.561371 0.561371 +5073.664551 0.000000 458.531036 0.000000 0.831621 0.000000 -0.555343 0.409262 0.409262 0.409262 +5066.234863 0.000000 499.320892 0.000000 0.699893 0.000000 -0.714248 0.449229 0.449229 0.449229 +5108.393066 0.000000 474.268616 0.000000 0.771417 0.000000 -0.636330 0.476222 0.476222 0.476222 +5076.440918 0.000000 507.381622 0.000000 0.603130 0.000000 -0.797643 0.507598 0.507598 0.507598 +5008.971680 0.000000 557.536377 0.000000 0.845926 0.000000 -0.533300 0.407359 0.407359 0.407359 +4996.047852 0.000000 516.709412 0.000000 0.648584 0.000000 -0.761143 0.411533 0.411533 0.411533 +5014.782715 0.000000 515.662720 0.000000 0.754168 0.000000 -0.656681 0.417196 0.417196 0.417196 +4999.143066 0.000000 535.743835 0.000000 0.595734 0.000000 -0.803182 0.493148 0.493148 0.493148 +5038.782227 0.000000 550.423523 0.000000 0.766595 0.000000 -0.642131 0.579514 0.579514 0.579514 +5035.596680 0.000000 556.900879 0.000000 0.927101 0.000000 -0.374811 0.448561 0.448561 0.448561 +5039.085449 0.000000 547.187500 0.000000 0.679071 0.000000 -0.734073 0.466238 0.466238 0.466238 +5041.031738 0.000000 554.697937 0.000000 0.829229 0.000000 -0.558909 0.572752 0.572752 0.572752 +5019.528320 0.000000 542.898560 0.000000 0.753316 0.000000 -0.657659 0.450014 0.450014 0.450014 +5006.368652 0.000000 564.212891 0.000000 0.898528 0.000000 -0.438917 0.494213 0.494213 0.494213 +4992.144043 0.000000 536.759583 0.000000 0.936995 0.000000 -0.349343 0.611234 0.611234 0.611234 +5015.366211 0.000000 511.012085 0.000000 0.932535 0.000000 -0.361080 0.496570 0.496570 0.496570 +5019.120117 0.000000 510.308014 0.000000 0.903068 0.000000 -0.429497 0.473789 0.473789 0.473789 +5026.087402 0.000000 533.414612 0.000000 0.911289 0.000000 -0.411767 0.465362 0.465362 0.465362 +4994.681152 0.000000 530.577942 0.000000 0.771881 0.000000 -0.635768 0.488536 0.488536 0.488536 +5046.998047 0.000000 525.661682 0.000000 0.867059 0.000000 -0.498205 0.495530 0.495530 0.495530 +5052.112793 0.000000 544.034424 0.000000 0.805899 0.000000 -0.592053 0.520292 0.520292 0.520292 +5053.240234 0.000000 522.390564 0.000000 0.777250 0.000000 -0.629192 0.543963 0.543963 0.543963 +5039.960449 0.000000 551.311157 0.000000 0.728482 0.000000 -0.685065 0.580975 0.580975 0.580975 +5059.837402 0.000000 531.921448 0.000000 0.596281 0.000000 -0.802776 0.412610 0.412610 0.412610 +5086.953613 0.000000 564.611877 0.000000 0.872926 0.000000 -0.487852 0.406845 0.406845 0.406845 +5088.618164 0.000000 511.724976 0.000000 0.920607 0.000000 -0.390491 0.405388 0.405388 0.405388 +5062.507812 0.000000 560.450500 0.000000 0.840710 0.000000 -0.541486 0.407800 0.407800 0.407800 +5070.604980 0.000000 555.936340 0.000000 0.632988 0.000000 -0.774161 0.413433 0.413433 0.413433 +5089.910645 0.000000 550.682251 0.000000 0.902264 0.000000 -0.431184 0.485953 0.485953 0.485953 +5070.650879 0.000000 558.700195 0.000000 0.840073 0.000000 -0.542473 0.409045 0.409045 0.409045 +5092.550293 0.000000 539.153381 0.000000 0.892375 0.000000 -0.451294 0.447940 0.447940 0.447940 +5092.952637 0.000000 548.836304 0.000000 0.712310 0.000000 -0.701865 0.508846 0.508846 0.508846 +5075.253418 0.000000 555.945984 0.000000 0.830775 0.000000 -0.556608 0.449959 0.449959 0.449959 +5087.373535 0.000000 551.792480 0.000000 0.932209 0.000000 -0.361922 0.432267 0.432267 0.432267 +5060.248535 0.000000 529.659241 0.000000 0.913485 0.000000 -0.406873 0.431016 0.431016 0.431016 +5082.165527 0.000000 516.617126 0.000000 0.787737 0.000000 -0.616011 0.432771 0.432771 0.432771 +5113.072754 0.000000 558.476440 0.000000 0.944532 0.000000 -0.328420 0.429705 0.429705 0.429705 +5092.916016 0.000000 536.421814 0.000000 0.919385 0.000000 -0.393358 0.456949 0.456949 0.456949 +5096.389160 0.000000 561.989746 0.000000 0.741587 0.000000 -0.670856 0.491476 0.491476 0.491476 +5113.007324 0.000000 554.019897 0.000000 0.589570 0.000000 -0.807717 0.501657 0.501657 0.501657 +5092.099609 0.000000 546.677185 0.000000 0.807019 0.000000 -0.590526 0.481310 0.481310 0.481310 +5098.257812 0.000000 510.621857 0.000000 0.911967 0.000000 -0.410264 0.463316 0.463316 0.463316 +5093.372070 0.000000 512.423889 0.000000 0.881817 0.000000 -0.471591 0.490874 0.490874 0.490874 +5088.293457 0.000000 557.366821 0.000000 0.729568 0.000000 -0.683908 0.508343 0.508343 0.508343 +5074.536621 0.000000 561.829163 0.000000 0.898268 0.000000 -0.439449 0.504349 0.504349 0.504349 +4972.412598 0.000000 607.117493 0.000000 0.860543 0.000000 -0.509377 0.407179 0.407179 0.407179 +4971.596680 0.000000 613.385254 0.000000 0.677385 0.000000 -0.735629 0.439408 0.439408 0.439408 +4973.465820 0.000000 609.139709 0.000000 0.888894 0.000000 -0.458112 0.444023 0.444023 0.444023 +4975.448242 0.000000 589.351318 0.000000 0.658435 0.000000 -0.752637 0.483315 0.483315 0.483315 +4975.436035 0.000000 599.565125 0.000000 0.884864 0.000000 -0.465850 0.434055 0.434055 0.434055 +4979.318359 0.000000 598.485229 0.000000 0.906542 0.000000 -0.422116 0.481721 0.481721 0.481721 +4988.454590 0.000000 605.182861 0.000000 0.821209 0.000000 -0.570628 0.505399 0.505399 0.505399 +4978.395020 0.000000 594.860352 0.000000 0.811503 0.000000 -0.584348 0.487306 0.487306 0.487306 +4939.316406 0.000000 565.760803 0.000000 0.935003 0.000000 -0.354641 0.502469 0.502469 0.502469 +4982.998047 0.000000 582.146057 0.000000 0.669826 0.000000 -0.742518 0.576786 0.576786 0.576786 +4995.510742 0.000000 611.771729 0.000000 0.858207 0.000000 -0.513304 0.408562 0.408562 0.408562 +5036.051758 0.000000 596.938049 0.000000 0.864149 0.000000 -0.503237 0.479376 0.479376 0.479376 +5033.128906 0.000000 585.709412 0.000000 0.661991 0.000000 -0.749512 0.439732 0.439732 0.439732 +5007.870117 0.000000 601.666626 0.000000 0.766663 0.000000 -0.642049 0.484578 0.484578 0.484578 +5023.328613 0.000000 615.165649 0.000000 0.678153 0.000000 -0.734920 0.476611 0.476611 0.476611 +4998.070312 0.000000 571.883728 0.000000 0.929206 0.000000 -0.369563 0.454496 0.454496 0.454496 +4997.729492 0.000000 606.872620 0.000000 0.714975 0.000000 -0.699150 0.481883 0.481883 0.481883 +5009.493164 0.000000 608.816528 0.000000 0.647534 0.000000 -0.762037 0.525228 0.525228 0.525228 +5017.618652 0.000000 616.520996 0.000000 0.859020 0.000000 -0.511942 0.449085 0.449085 0.449085 +5037.585449 0.000000 575.276855 0.000000 0.908919 0.000000 -0.416974 0.479595 0.479595 0.479595 +5011.236816 0.000000 576.166809 0.000000 0.881096 0.000000 -0.472937 0.488875 0.488875 0.488875 +5044.393066 0.000000 587.237366 0.000000 0.920508 0.000000 -0.390723 0.475028 0.475028 0.475028 +4996.189941 0.000000 610.007019 0.000000 0.913702 0.000000 -0.406384 0.473325 0.473325 0.473325 +5031.989746 0.000000 590.747620 0.000000 0.787962 0.000000 -0.615724 0.514752 0.514752 0.514752 +5015.599609 0.000000 619.398926 0.000000 0.946874 0.000000 -0.321605 0.523846 0.523846 0.523846 +5039.392090 0.000000 586.123962 0.000000 0.900168 0.000000 -0.435542 0.510337 0.510337 0.510337 +4995.498047 0.000000 565.601318 0.000000 0.722049 0.000000 -0.691842 0.552098 0.552098 0.552098 +5041.393555 0.000000 588.674316 0.000000 0.803535 0.000000 -0.595257 0.536814 0.536814 0.536814 +5051.526855 0.000000 597.610901 0.000000 0.595675 0.000000 -0.803225 0.587616 0.587616 0.587616 +5097.204590 0.000000 601.405090 0.000000 0.702973 0.000000 -0.711217 0.410904 0.410904 0.410904 +5103.917480 0.000000 601.625793 0.000000 0.651631 0.000000 -0.758536 0.411608 0.411608 0.411608 +5093.463867 0.000000 572.449097 0.000000 0.782622 0.000000 -0.622498 0.436987 0.436987 0.436987 +5066.235840 0.000000 608.527954 0.000000 0.947590 0.000000 -0.319488 0.471622 0.471622 0.471622 +5102.782227 0.000000 606.907898 0.000000 0.937372 0.000000 -0.348329 0.428029 0.428029 0.428029 +5086.288086 0.000000 619.306152 0.000000 0.917520 0.000000 -0.397689 0.467105 0.467105 0.467105 +5109.097168 0.000000 566.629089 0.000000 0.804712 0.000000 -0.593666 0.475242 0.475242 0.475242 +5083.120117 0.000000 566.792419 0.000000 0.707950 0.000000 -0.706263 0.535940 0.535940 0.535940 +5106.999023 0.000000 572.186584 0.000000 0.656524 0.000000 -0.754305 0.475059 0.475059 0.475059 +5062.073242 0.000000 618.631226 0.000000 0.738637 0.000000 -0.674104 0.481250 0.481250 0.481250 +5101.674805 0.000000 577.847168 0.000000 0.830774 0.000000 -0.556610 0.494837 0.494837 0.494837 +5067.256348 0.000000 617.877075 0.000000 0.824989 0.000000 -0.565149 0.495038 0.495038 0.495038 +5118.913574 0.000000 610.882263 0.000000 0.739205 0.000000 -0.673481 0.537010 0.537010 0.537010 +5097.033691 0.000000 606.280457 0.000000 0.865588 0.000000 -0.500756 0.607855 0.607855 0.607855 +5011.894531 0.000000 629.099915 0.000000 0.664273 0.000000 -0.747490 0.429357 0.429357 0.429357 +5005.487793 0.000000 631.344788 0.000000 0.915602 0.000000 -0.402086 0.453083 0.453083 0.453083 +5008.098633 0.000000 631.087646 0.000000 0.838515 0.000000 -0.544878 0.463978 0.463978 0.463978 +5026.934570 0.000000 624.897339 0.000000 0.826584 0.000000 -0.562814 0.443972 0.443972 0.443972 +5035.071777 0.000000 631.906616 0.000000 0.927196 0.000000 -0.374576 0.492830 0.492830 0.492830 +5028.990723 0.000000 622.013733 0.000000 0.675576 0.000000 -0.737291 0.501566 0.501566 0.501566 +4992.016113 0.000000 629.980652 0.000000 0.604321 0.000000 -0.796741 0.509659 0.509659 0.509659 +5100.194824 0.000000 633.405518 0.000000 0.622809 0.000000 -0.782374 0.415685 0.415685 0.415685 +5117.638184 0.000000 641.051331 0.000000 0.725025 0.000000 -0.688723 0.415769 0.415769 0.415769 +5110.180664 0.000000 645.178345 0.000000 0.730795 0.000000 -0.682597 0.481462 0.481462 0.481462 +5103.645996 0.000000 629.026123 0.000000 0.928856 0.000000 -0.370441 0.502814 0.502814 0.502814 +5108.679199 0.000000 641.017456 0.000000 0.708809 0.000000 -0.705400 0.475846 0.475846 0.475846 +5113.360352 0.000000 632.584778 0.000000 0.885236 0.000000 -0.465142 0.458316 0.458316 0.458316 +5183.697754 0.000000 383.630402 0.000000 0.859051 0.000000 -0.511890 0.416639 0.416639 0.416639 +5122.552734 0.000000 394.982483 0.000000 0.911228 0.000000 -0.411902 0.431101 0.431101 0.431101 +5172.706543 0.000000 395.221588 0.000000 0.653467 0.000000 -0.756955 0.458541 0.458541 0.458541 +5125.141602 0.000000 364.412476 0.000000 0.841067 0.000000 -0.540930 0.492431 0.492431 0.492431 +5170.103516 0.000000 387.239136 0.000000 0.755467 0.000000 -0.655186 0.464335 0.464335 0.464335 +5173.101074 0.000000 384.231750 0.000000 0.908975 0.000000 -0.416850 0.443276 0.443276 0.443276 +5175.893555 0.000000 382.411041 0.000000 0.927152 0.000000 -0.374684 0.454590 0.454590 0.454590 +5169.324707 0.000000 374.503479 0.000000 0.859199 0.000000 -0.511642 0.459232 0.459232 0.459232 +5176.471680 0.000000 379.362366 0.000000 0.640950 0.000000 -0.767583 0.477502 0.477502 0.477502 +5197.139648 0.000000 382.450928 0.000000 0.665769 0.000000 -0.746158 0.441720 0.441720 0.441720 +5188.166992 0.000000 387.670807 0.000000 0.599405 0.000000 -0.800446 0.484712 0.484712 0.484712 +5131.486816 0.000000 403.950256 0.000000 0.771867 0.000000 -0.635784 0.409530 0.409530 0.409530 +5122.575684 0.000000 436.517700 0.000000 0.840876 0.000000 -0.541227 0.435421 0.435421 0.435421 +5139.362793 0.000000 423.378448 0.000000 0.916911 0.000000 -0.399091 0.428872 0.428872 0.428872 +5179.739258 0.000000 399.897247 0.000000 0.936764 0.000000 -0.349962 0.440090 0.440090 0.440090 +5167.645996 0.000000 403.088623 0.000000 0.653462 0.000000 -0.756959 0.485513 0.485513 0.485513 +5127.440918 0.000000 445.797760 0.000000 0.684632 0.000000 -0.728889 0.472313 0.472313 0.472313 +5150.021484 0.000000 403.657532 0.000000 0.780014 0.000000 -0.625762 0.478027 0.478027 0.478027 +5228.127930 0.000000 422.831940 0.000000 0.912683 0.000000 -0.408667 0.425007 0.425007 0.425007 +5246.390625 0.000000 451.151184 0.000000 0.899074 0.000000 -0.437796 0.463851 0.463851 0.463851 +5246.994629 0.000000 443.014404 0.000000 0.798721 0.000000 -0.601701 0.432493 0.432493 0.432493 +5184.712402 0.000000 413.611603 0.000000 0.942159 0.000000 -0.335166 0.433824 0.433824 0.433824 +5224.179688 0.000000 423.575256 0.000000 0.854304 0.000000 -0.519774 0.508250 0.508250 0.508250 +5227.960938 0.000000 417.492889 0.000000 0.828616 0.000000 -0.559818 0.468370 0.468370 0.468370 +5249.118652 0.000000 440.120728 0.000000 0.761663 0.000000 -0.647973 0.472387 0.472387 0.472387 +5257.808105 0.000000 436.557770 0.000000 0.646671 0.000000 -0.762769 0.448330 0.448330 0.448330 +5252.679688 0.000000 448.005554 0.000000 0.784863 0.000000 -0.619670 0.500466 0.500466 0.500466 +5249.843750 0.000000 441.770294 0.000000 0.871562 0.000000 -0.490284 0.468951 0.468951 0.468951 +5253.809082 0.000000 450.873810 0.000000 0.763670 0.000000 -0.645607 0.534121 0.534121 0.534121 +5253.041016 0.000000 439.167175 0.000000 0.897510 0.000000 -0.440994 0.500333 0.500333 0.500333 +5173.860840 0.000000 499.941467 0.000000 0.700266 0.000000 -0.713882 0.411075 0.411075 0.411075 +5153.412109 0.000000 466.832123 0.000000 0.886097 0.000000 -0.463501 0.464357 0.464357 0.464357 +5134.686523 0.000000 466.466461 0.000000 0.728583 0.000000 -0.684958 0.417746 0.417746 0.417746 +5154.111328 0.000000 483.490204 0.000000 0.940063 0.000000 -0.341000 0.494134 0.494134 0.494134 +5166.693848 0.000000 483.933655 0.000000 0.835784 0.000000 -0.549058 0.437601 0.437601 0.437601 +5146.245605 0.000000 470.386871 0.000000 0.811808 0.000000 -0.583925 0.424002 0.424002 0.424002 +5182.994629 0.000000 499.498779 0.000000 0.930299 0.000000 -0.366802 0.442390 0.442390 0.442390 +5124.756836 0.000000 470.668213 0.000000 0.639957 0.000000 -0.768411 0.444328 0.444328 0.444328 +5177.072754 0.000000 501.992096 0.000000 0.850984 0.000000 -0.525191 0.502262 0.502262 0.502262 +5169.262695 0.000000 506.436096 0.000000 0.862224 0.000000 -0.506528 0.442895 0.442895 0.442895 +5167.135742 0.000000 467.931091 0.000000 0.685119 0.000000 -0.728431 0.464027 0.464027 0.464027 +5168.914551 0.000000 469.058624 0.000000 0.908997 0.000000 -0.416802 0.471515 0.471515 0.471515 +5180.180664 0.000000 485.977509 0.000000 0.940628 0.000000 -0.339440 0.455953 0.455953 0.455953 +5159.039551 0.000000 492.036621 0.000000 0.892414 0.000000 -0.451218 0.472207 0.472207 0.472207 +5128.404785 0.000000 472.302887 0.000000 0.743291 0.000000 -0.668968 0.497614 0.497614 0.497614 +5153.478516 0.000000 481.896515 0.000000 0.923294 0.000000 -0.384093 0.513201 0.513201 0.513201 +5179.955078 0.000000 482.930145 0.000000 0.703170 0.000000 -0.711022 0.515328 0.515328 0.515328 +5174.238281 0.000000 508.237061 0.000000 0.635570 0.000000 -0.772044 0.575817 0.575817 0.575817 +5208.795410 0.000000 479.787201 0.000000 0.944097 0.000000 -0.329667 0.404646 0.404646 0.404646 +5217.412109 0.000000 466.832123 0.000000 0.637827 0.000000 -0.770180 0.487973 0.487973 0.487973 +5222.385742 0.000000 468.720032 0.000000 0.771533 0.000000 -0.636189 0.429077 0.429077 0.429077 +5230.693848 0.000000 483.933655 0.000000 0.948558 0.000000 -0.316603 0.447527 0.447527 0.447527 +5191.143066 0.000000 479.259460 0.000000 0.650128 0.000000 -0.759825 0.429639 0.429639 0.429639 +5246.948242 0.000000 454.029114 0.000000 0.732763 0.000000 -0.680484 0.512383 0.512383 0.512383 +5186.627930 0.000000 480.582184 0.000000 0.769747 0.000000 -0.638349 0.482433 0.482433 0.482433 +5244.727539 0.000000 454.369476 0.000000 0.857146 0.000000 -0.515073 0.426827 0.426827 0.426827 +5186.026855 0.000000 500.501190 0.000000 0.939999 0.000000 -0.341177 0.443949 0.443949 0.443949 +5215.005371 0.000000 486.779724 0.000000 0.917961 0.000000 -0.396671 0.432855 0.432855 0.432855 +5236.316895 0.000000 481.000916 0.000000 0.812037 0.000000 -0.583606 0.509818 0.509818 0.509818 +5241.129395 0.000000 490.693604 0.000000 0.948871 0.000000 -0.315665 0.469544 0.469544 0.469544 +5205.008301 0.000000 480.980042 0.000000 0.592454 0.000000 -0.805604 0.484871 0.484871 0.484871 +5217.433594 0.000000 487.678589 0.000000 0.733820 0.000000 -0.679344 0.471075 0.471075 0.471075 +5210.957520 0.000000 458.501831 0.000000 0.862495 0.000000 -0.506066 0.473339 0.473339 0.473339 +5234.861328 0.000000 507.392456 0.000000 0.853165 0.000000 -0.521642 0.500141 0.500141 0.500141 +5138.579102 0.000000 563.548279 0.000000 0.917890 0.000000 -0.396836 0.405542 0.405542 0.405542 +5148.838379 0.000000 533.426758 0.000000 0.863370 0.000000 -0.504571 0.438803 0.438803 0.438803 +5183.273438 0.000000 519.750427 0.000000 0.895324 0.000000 -0.445416 0.545059 0.545059 0.545059 +5175.405273 0.000000 543.212463 0.000000 0.720176 0.000000 -0.693791 0.494141 0.494141 0.494141 +5178.561523 0.000000 540.118652 0.000000 0.746985 0.000000 -0.664841 0.524345 0.524345 0.524345 +5158.962402 0.000000 552.539307 0.000000 0.898668 0.000000 -0.438629 0.441650 0.441650 0.441650 +5126.953125 0.000000 543.969604 0.000000 0.895963 0.000000 -0.444128 0.443768 0.443768 0.443768 +5129.808105 0.000000 549.526550 0.000000 0.706492 0.000000 -0.707721 0.467643 0.467643 0.467643 +5140.141113 0.000000 562.291138 0.000000 0.897563 0.000000 -0.440886 0.443709 0.443709 0.443709 +5166.245605 0.000000 528.281921 0.000000 0.861567 0.000000 -0.507644 0.467277 0.467277 0.467277 +5180.271484 0.000000 516.872681 0.000000 0.596278 0.000000 -0.802778 0.598149 0.598149 0.598149 +5137.033691 0.000000 548.320251 0.000000 0.631545 0.000000 -0.775339 0.463174 0.463174 0.463174 +5170.490723 0.000000 531.148926 0.000000 0.598729 0.000000 -0.800952 0.490989 0.490989 0.490989 +5170.425293 0.000000 510.513763 0.000000 0.819773 0.000000 -0.572688 0.540296 0.540296 0.540296 +5136.278320 0.000000 521.915161 0.000000 0.591813 0.000000 -0.806075 0.505787 0.505787 0.505787 +5141.008301 0.000000 537.464417 0.000000 0.827497 0.000000 -0.561470 0.462286 0.462286 0.462286 +5170.395020 0.000000 538.375977 0.000000 0.607052 0.000000 -0.794662 0.488707 0.488707 0.488707 +5124.679688 0.000000 560.974304 0.000000 0.595957 0.000000 -0.803016 0.514055 0.514055 0.514055 +5134.389648 0.000000 546.143799 0.000000 0.930914 0.000000 -0.365239 0.482569 0.482569 0.482569 +5178.250000 0.000000 541.851318 0.000000 0.836371 0.000000 -0.548164 0.521205 0.521205 0.521205 +5177.112305 0.000000 514.949646 0.000000 0.932825 0.000000 -0.360329 0.516690 0.516690 0.516690 +5155.595703 0.000000 528.471252 0.000000 0.949060 0.000000 -0.315095 0.489580 0.489580 0.489580 +5207.293457 0.000000 531.924133 0.000000 0.780248 0.000000 -0.625471 0.409110 0.409110 0.409110 +5184.936035 0.000000 530.968933 0.000000 0.877488 0.000000 -0.479598 0.412057 0.412057 0.412057 +5191.408691 0.000000 526.196899 0.000000 0.620420 0.000000 -0.784270 0.430218 0.430218 0.430218 +5228.051758 0.000000 540.453674 0.000000 0.666736 0.000000 -0.745293 0.439633 0.439633 0.439633 +5233.394043 0.000000 533.689148 0.000000 0.808672 0.000000 -0.588259 0.462853 0.462853 0.462853 +5246.582031 0.000000 523.226440 0.000000 0.673796 0.000000 -0.738917 0.464292 0.464292 0.464292 +5219.522949 0.000000 553.005310 0.000000 0.858727 0.000000 -0.512433 0.473473 0.473473 0.473473 +5189.729492 0.000000 550.388245 0.000000 0.878947 0.000000 -0.476920 0.432229 0.432229 0.432229 +5244.271484 0.000000 516.872681 0.000000 0.685613 0.000000 -0.727966 0.517909 0.517909 0.517909 +5231.250488 0.000000 537.340271 0.000000 0.890232 0.000000 -0.455508 0.454084 0.454084 0.454084 +5194.618164 0.000000 559.802612 0.000000 0.690860 0.000000 -0.722988 0.476298 0.476298 0.476298 +5203.343262 0.000000 559.960510 0.000000 0.742489 0.000000 -0.669858 0.497638 0.497638 0.497638 +5194.256348 0.000000 512.590088 0.000000 0.856599 0.000000 -0.515982 0.500009 0.500009 0.500009 +5187.049316 0.000000 520.630249 0.000000 0.781594 0.000000 -0.623788 0.585116 0.585116 0.585116 +5188.846680 0.000000 523.266663 0.000000 0.784538 0.000000 -0.620081 0.597407 0.597407 0.597407 +5193.676758 0.000000 523.035889 0.000000 0.913951 0.000000 -0.405824 0.535945 0.535945 0.535945 +5189.850586 0.000000 526.137817 0.000000 0.859508 0.000000 -0.511122 0.534552 0.534552 0.534552 +5252.384766 0.000000 502.647644 0.000000 0.919008 0.000000 -0.394239 0.465023 0.465023 0.465023 +5250.311035 0.000000 488.486084 0.000000 0.690218 0.000000 -0.723602 0.513624 0.513624 0.513624 +5250.552734 0.000000 507.951233 0.000000 0.908198 0.000000 -0.418541 0.501856 0.501856 0.501856 +5252.166992 0.000000 500.639557 0.000000 0.752838 0.000000 -0.658206 0.503518 0.503518 0.503518 +5249.726074 0.000000 494.779480 0.000000 0.598825 0.000000 -0.800880 0.488899 0.488899 0.488899 +5253.351074 0.000000 490.000946 0.000000 0.879761 0.000000 -0.475416 0.527531 0.527531 0.527531 +5251.498047 0.000000 452.632538 0.000000 0.592298 0.000000 -0.805719 0.610963 0.610963 0.610963 +5261.506836 0.000000 544.173828 0.000000 0.689299 0.000000 -0.724477 0.410883 0.410883 0.410883 +5273.681152 0.000000 542.136841 0.000000 0.946371 0.000000 -0.323083 0.404567 0.404567 0.404567 +5256.173828 0.000000 530.625671 0.000000 0.874127 0.000000 -0.485697 0.418222 0.418222 0.418222 +5261.872070 0.000000 536.761841 0.000000 0.927773 0.000000 -0.373144 0.450541 0.450541 0.450541 +5279.373535 0.000000 551.792480 0.000000 0.919277 0.000000 -0.393611 0.465011 0.465011 0.465011 +5270.981445 0.000000 536.583923 0.000000 0.906983 0.000000 -0.421168 0.481701 0.481701 0.481701 +5264.583984 0.000000 546.715515 0.000000 0.874569 0.000000 -0.484900 0.619619 0.619619 0.619619 +5264.024902 0.000000 549.777954 0.000000 0.771420 0.000000 -0.636327 0.529729 0.529729 0.529729 +5253.850586 0.000000 526.137817 0.000000 0.791583 0.000000 -0.611062 0.634379 0.634379 0.634379 +5324.457520 0.000000 560.135315 0.000000 0.837993 0.000000 -0.545681 0.407868 0.407868 0.407868 +5314.822754 0.000000 542.327515 0.000000 0.709273 0.000000 -0.704934 0.410938 0.410938 0.410938 +5335.339844 0.000000 540.766846 0.000000 0.735792 0.000000 -0.677208 0.444278 0.444278 0.444278 +5320.722168 0.000000 540.878479 0.000000 0.820631 0.000000 -0.571459 0.489052 0.489052 0.489052 +5345.987305 0.000000 545.973022 0.000000 0.899325 0.000000 -0.437280 0.492153 0.492153 0.492153 +5327.325195 0.000000 543.367798 0.000000 0.948772 0.000000 -0.315963 0.483582 0.483582 0.483582 +5167.145508 0.000000 582.991577 0.000000 0.858969 0.000000 -0.512027 0.407354 0.407354 0.407354 +5163.690430 0.000000 568.407715 0.000000 0.645668 0.000000 -0.763618 0.462861 0.462861 0.462861 +5133.612305 0.000000 567.972351 0.000000 0.784852 0.000000 -0.619684 0.488145 0.488145 0.488145 +5171.914062 0.000000 570.632141 0.000000 0.644761 0.000000 -0.764384 0.450442 0.450442 0.450442 +5146.165527 0.000000 573.101501 0.000000 0.847031 0.000000 -0.531544 0.435242 0.435242 0.435242 +5173.789062 0.000000 608.287537 0.000000 0.724756 0.000000 -0.689006 0.442480 0.442480 0.442480 +5151.888672 0.000000 586.388000 0.000000 0.765827 0.000000 -0.643047 0.453799 0.453799 0.453799 +5162.678223 0.000000 603.018799 0.000000 0.883084 0.000000 -0.469215 0.460420 0.460420 0.460420 +5160.688965 0.000000 589.244263 0.000000 0.783839 0.000000 -0.620964 0.479967 0.479967 0.479967 +5163.960938 0.000000 586.945984 0.000000 0.878917 0.000000 -0.476975 0.460572 0.460572 0.460572 +5143.366211 0.000000 567.496460 0.000000 0.879397 0.000000 -0.476088 0.490973 0.490973 0.490973 +5159.104492 0.000000 576.737366 0.000000 0.697144 0.000000 -0.716931 0.467872 0.467872 0.467872 +5168.943848 0.000000 576.432251 0.000000 0.617978 0.000000 -0.786196 0.467629 0.467629 0.467629 +5164.016602 0.000000 566.592346 0.000000 0.882504 0.000000 -0.470305 0.549782 0.549782 0.549782 +5147.877441 0.000000 576.334656 0.000000 0.623538 0.000000 -0.781793 0.561500 0.561500 0.561500 +5151.972656 0.000000 589.224731 0.000000 0.766022 0.000000 -0.642814 0.480485 0.480485 0.480485 +5127.434570 0.000000 575.587341 0.000000 0.895693 0.000000 -0.444674 0.490289 0.490289 0.490289 +5142.020996 0.000000 566.163818 0.000000 0.932544 0.000000 -0.361056 0.488520 0.488520 0.488520 +5146.692383 0.000000 577.294678 0.000000 0.898372 0.000000 -0.439235 0.550990 0.550990 0.550990 +5164.188965 0.000000 569.864868 0.000000 0.711180 0.000000 -0.703010 0.542069 0.542069 0.542069 +5157.604004 0.000000 587.427734 0.000000 0.950577 0.000000 -0.310490 0.511548 0.511548 0.511548 +5158.826172 0.000000 571.579834 0.000000 0.732398 0.000000 -0.680877 0.591233 0.591233 0.591233 +5237.860840 0.000000 612.910217 0.000000 0.897036 0.000000 -0.441957 0.406240 0.406240 0.406240 +5184.042480 0.000000 564.851074 0.000000 0.787877 0.000000 -0.615833 0.412352 0.412352 0.412352 +5204.832520 0.000000 577.423401 0.000000 0.806995 0.000000 -0.590559 0.408801 0.408801 0.408801 +5187.913086 0.000000 575.780273 0.000000 0.911936 0.000000 -0.410332 0.418997 0.418997 0.418997 +5221.463867 0.000000 572.449097 0.000000 0.736747 0.000000 -0.676169 0.503998 0.503998 0.503998 +5225.650879 0.000000 574.130493 0.000000 0.792262 0.000000 -0.610182 0.498175 0.498175 0.498175 +5220.144531 0.000000 613.805176 0.000000 0.834538 0.000000 -0.550950 0.457993 0.457993 0.457993 +5230.880859 0.000000 615.379333 0.000000 0.613453 0.000000 -0.789731 0.434497 0.434497 0.434497 +5199.590332 0.000000 616.940247 0.000000 0.935955 0.000000 -0.352120 0.506439 0.506439 0.506439 +5206.604004 0.000000 603.373413 0.000000 0.896789 0.000000 -0.442458 0.502391 0.502391 0.502391 +5194.618164 0.000000 616.286987 0.000000 0.869395 0.000000 -0.494117 0.609687 0.609687 0.609687 +5237.188965 0.000000 619.256470 0.000000 0.838037 0.000000 -0.545614 0.484377 0.484377 0.484377 +5187.050781 0.000000 568.238037 0.000000 0.934061 0.000000 -0.357114 0.530719 0.530719 0.530719 +5233.237305 0.000000 578.050354 0.000000 0.898093 0.000000 -0.439805 0.500306 0.500306 0.500306 +5195.256348 0.000000 617.877075 0.000000 0.747044 0.000000 -0.664774 0.615625 0.615625 0.615625 +5198.057129 0.000000 616.679626 0.000000 0.660930 0.000000 -0.750448 0.516519 0.516519 0.516519 +5150.608887 0.000000 626.867798 0.000000 0.909366 0.000000 -0.415996 0.415064 0.415064 0.415064 +5165.942871 0.000000 643.268982 0.000000 0.747750 0.000000 -0.663980 0.478940 0.478940 0.478940 +5147.678223 0.000000 626.342285 0.000000 0.886883 0.000000 -0.461994 0.442072 0.442072 0.442072 +5160.647949 0.000000 622.654785 0.000000 0.849777 0.000000 -0.527142 0.510468 0.510468 0.510468 +5167.882812 0.000000 626.351807 0.000000 0.636363 0.000000 -0.771390 0.579990 0.579990 0.579990 +5162.440430 0.000000 637.537109 0.000000 0.814212 0.000000 -0.580568 0.474948 0.474948 0.474948 +5159.104492 0.000000 633.221741 0.000000 0.762187 0.000000 -0.647357 0.470318 0.470318 0.470318 +5162.257812 0.000000 623.590576 0.000000 0.772362 0.000000 -0.635183 0.585496 0.585496 0.585496 +5161.262207 0.000000 634.665771 0.000000 0.931224 0.000000 -0.364448 0.492616 0.492616 0.492616 +5173.097168 0.000000 623.113464 0.000000 0.917035 0.000000 -0.398806 0.475190 0.475190 0.475190 +5150.652344 0.000000 633.413513 0.000000 0.895525 0.000000 -0.445011 0.468036 0.468036 0.468036 +5149.325684 0.000000 625.803101 0.000000 0.875603 0.000000 -0.483032 0.497220 0.497220 0.497220 +5177.206055 0.000000 630.954651 0.000000 0.594586 0.000000 -0.804032 0.532952 0.532952 0.532952 +5162.135254 0.000000 625.827576 0.000000 0.832410 0.000000 -0.554160 0.539787 0.539787 0.539787 +5198.604980 0.000000 668.905090 0.000000 0.807105 0.000000 -0.590407 0.408798 0.408798 0.408798 +5185.451660 0.000000 630.720581 0.000000 0.849924 0.000000 -0.526905 0.414867 0.414867 0.414867 +5232.587891 0.000000 641.581360 0.000000 0.637750 0.000000 -0.770244 0.446446 0.446446 0.446446 +5225.650879 0.000000 630.614868 0.000000 0.931533 0.000000 -0.363656 0.502666 0.502666 0.502666 +5198.033691 0.000000 627.219116 0.000000 0.648646 0.000000 -0.761090 0.479398 0.479398 0.479398 +5216.801270 0.000000 649.643372 0.000000 0.785595 0.000000 -0.618741 0.512775 0.512775 0.512775 +5194.234863 0.000000 668.774048 0.000000 0.682463 0.000000 -0.730920 0.457886 0.457886 0.457886 +5228.409668 0.000000 647.356567 0.000000 0.835602 0.000000 -0.549335 0.539656 0.539656 0.539656 +5301.633789 0.000000 601.901001 0.000000 0.707955 0.000000 -0.706258 0.477934 0.477934 0.477934 +5310.582031 0.000000 579.710815 0.000000 0.718107 0.000000 -0.695933 0.479736 0.479736 0.479736 +5302.385254 0.000000 568.752808 0.000000 0.731883 0.000000 -0.681430 0.475248 0.475248 0.475248 +5288.199219 0.000000 595.689697 0.000000 0.623263 0.000000 -0.782012 0.450895 0.450895 0.450895 +5300.916016 0.000000 572.206787 0.000000 0.804107 0.000000 -0.594484 0.510094 0.510094 0.510094 +5360.647949 0.000000 605.319519 0.000000 0.814890 0.000000 -0.579616 0.408335 0.408335 0.408335 +5345.491699 0.000000 570.739014 0.000000 0.722735 0.000000 -0.691126 0.415816 0.415816 0.415816 +5322.329590 0.000000 589.548340 0.000000 0.602136 0.000000 -0.798394 0.447174 0.447174 0.447174 +5315.913086 0.000000 575.780273 0.000000 0.713967 0.000000 -0.700179 0.465395 0.465395 0.465395 +5346.111328 0.000000 596.458923 0.000000 0.784196 0.000000 -0.620513 0.436947 0.436947 0.436947 +5326.389160 0.000000 598.228455 0.000000 0.726904 0.000000 -0.686739 0.417781 0.417781 0.417781 +5374.948242 0.000000 566.997864 0.000000 0.773520 0.000000 -0.633772 0.433121 0.433121 0.433121 +5340.944336 0.000000 600.711121 0.000000 0.834849 0.000000 -0.550479 0.482446 0.482446 0.482446 +5316.756836 0.000000 583.636963 0.000000 0.885116 0.000000 -0.465371 0.427984 0.427984 0.427984 +5366.385254 0.000000 568.752808 0.000000 0.829332 0.000000 -0.558756 0.441856 0.441856 0.441856 +5359.645996 0.000000 572.541748 0.000000 0.935736 0.000000 -0.352701 0.486336 0.486336 0.486336 +5347.522949 0.000000 609.489685 0.000000 0.718468 0.000000 -0.695560 0.469408 0.469408 0.469408 +5318.028809 0.000000 587.773376 0.000000 0.892177 0.000000 -0.451687 0.476265 0.476265 0.476265 +5322.166504 0.000000 571.357361 0.000000 0.671715 0.000000 -0.740810 0.505824 0.505824 0.505824 +5355.060059 0.000000 598.977356 0.000000 0.696139 0.000000 -0.717907 0.488582 0.488582 0.488582 +5355.960938 0.000000 586.945984 0.000000 0.701515 0.000000 -0.712655 0.498792 0.498792 0.498792 +5365.097168 0.000000 566.629089 0.000000 0.871214 0.000000 -0.490904 0.460848 0.460848 0.460848 +5320.309570 0.000000 593.637024 0.000000 0.885169 0.000000 -0.465270 0.478572 0.478572 0.478572 +5368.654297 0.000000 582.056702 0.000000 0.896639 0.000000 -0.442763 0.476081 0.476081 0.476081 +5356.442383 0.000000 571.356506 0.000000 0.770365 0.000000 -0.637603 0.490637 0.490637 0.490637 +5282.932617 0.000000 675.405029 0.000000 0.662280 0.000000 -0.749257 0.411206 0.411206 0.411206 +5262.979980 0.000000 646.168274 0.000000 0.725002 0.000000 -0.688747 0.410584 0.410584 0.410584 +5260.721191 0.000000 659.652954 0.000000 0.913761 0.000000 -0.406253 0.412897 0.412897 0.412897 +5263.870117 0.000000 658.151001 0.000000 0.830880 0.000000 -0.556452 0.421471 0.421471 0.421471 +5271.339844 0.000000 653.735596 0.000000 0.913560 0.000000 -0.406705 0.507656 0.507656 0.507656 +5267.362793 0.000000 649.315979 0.000000 0.946155 0.000000 -0.323715 0.417620 0.417620 0.417620 +5310.390625 0.000000 677.088684 0.000000 0.947878 0.000000 -0.318633 0.415540 0.415540 0.415540 +5277.291016 0.000000 663.670654 0.000000 0.859186 0.000000 -0.511663 0.428794 0.428794 0.428794 +5279.005371 0.000000 656.232849 0.000000 0.918868 0.000000 -0.394566 0.434830 0.434830 0.434830 +5268.821777 0.000000 652.439087 0.000000 0.606849 0.000000 -0.794817 0.621031 0.621031 0.621031 +5298.395020 0.000000 651.344727 0.000000 0.799548 0.000000 -0.600602 0.625701 0.625701 0.625701 +5260.919922 0.000000 671.363831 0.000000 0.727280 0.000000 -0.686340 0.479494 0.479494 0.479494 +5270.444824 0.000000 673.026917 0.000000 0.852890 0.000000 -0.522090 0.524628 0.524628 0.524628 +5294.867676 0.000000 651.787720 0.000000 0.758432 0.000000 -0.651752 0.727851 0.727851 0.727851 +5293.470215 0.000000 649.555176 0.000000 0.942821 0.000000 -0.333300 0.518086 0.518086 0.518086 +5266.728027 0.000000 655.486206 0.000000 0.670080 0.000000 -0.742289 0.566320 0.566320 0.566320 +5316.384766 0.000000 672.100769 0.000000 0.676395 0.000000 -0.736539 0.439429 0.439429 0.439429 +5399.293457 0.000000 588.408508 0.000000 0.912316 0.000000 -0.409487 0.405667 0.405667 0.405667 +5388.526855 0.000000 587.889587 0.000000 0.778492 0.000000 -0.627654 0.409453 0.409453 0.409453 +5392.244141 0.000000 594.041565 0.000000 0.871160 0.000000 -0.490998 0.408199 0.408199 0.408199 +5393.436523 0.000000 588.712769 0.000000 0.866685 0.000000 -0.498856 0.412372 0.412372 0.412372 +5384.173828 0.000000 587.110046 0.000000 0.845504 0.000000 -0.533968 0.429194 0.429194 0.429194 +5395.362793 0.000000 592.831604 0.000000 0.823456 0.000000 -0.567380 0.417598 0.417598 0.417598 +5382.475098 0.000000 579.434387 0.000000 0.605731 0.000000 -0.795670 0.461654 0.461654 0.461654 +5231.663086 0.000000 687.824402 0.000000 0.927584 0.000000 -0.373615 0.405162 0.405162 0.405162 +5241.460938 0.000000 677.915771 0.000000 0.820767 0.000000 -0.571263 0.421736 0.421736 0.421736 +5210.245605 0.000000 696.324402 0.000000 0.744154 0.000000 -0.668008 0.536846 0.536846 0.536846 +5213.291016 0.000000 720.155029 0.000000 0.928074 0.000000 -0.372396 0.430434 0.430434 0.430434 +5235.914062 0.000000 683.600891 0.000000 0.697876 0.000000 -0.716219 0.426609 0.426609 0.426609 +5207.348633 0.000000 730.810974 0.000000 0.785211 0.000000 -0.619229 0.426704 0.426704 0.426704 +5239.867676 0.000000 725.044128 0.000000 0.616821 0.000000 -0.787103 0.496818 0.496818 0.496818 +5218.508301 0.000000 724.378235 0.000000 0.926857 0.000000 -0.375415 0.438522 0.438522 0.438522 +5216.801270 0.000000 706.127747 0.000000 0.902705 0.000000 -0.430261 0.435449 0.435449 0.435449 +5229.814941 0.000000 714.358582 0.000000 0.716265 0.000000 -0.697829 0.442675 0.442675 0.442675 +5231.436035 0.000000 712.533875 0.000000 0.947652 0.000000 -0.319304 0.439564 0.439564 0.439564 +5234.394043 0.000000 729.934265 0.000000 0.604209 0.000000 -0.796826 0.449210 0.449210 0.449210 +5227.311523 0.000000 702.960266 0.000000 0.834655 0.000000 -0.550774 0.472255 0.472255 0.472255 +5204.141113 0.000000 731.744263 0.000000 0.677835 0.000000 -0.735214 0.449724 0.449724 0.449724 +5226.440430 0.000000 694.021484 0.000000 0.722152 0.000000 -0.691735 0.485823 0.485823 0.485823 +5242.520996 0.000000 731.725098 0.000000 0.927027 0.000000 -0.374995 0.464653 0.464653 0.464653 +5236.393066 0.000000 700.206116 0.000000 0.870803 0.000000 -0.491631 0.603467 0.603467 0.603467 +5212.161133 0.000000 726.424622 0.000000 0.700735 0.000000 -0.713422 0.476051 0.476051 0.476051 +5231.350098 0.000000 732.555542 0.000000 0.758392 0.000000 -0.651798 0.546703 0.546703 0.546703 +5218.177734 0.000000 704.745667 0.000000 0.774642 0.000000 -0.632399 0.472025 0.472025 0.472025 +5220.742188 0.000000 731.017700 0.000000 0.826343 0.000000 -0.563168 0.523638 0.523638 0.523638 +5223.104492 0.000000 689.706116 0.000000 0.842127 0.000000 -0.539279 0.629692 0.629692 0.629692 +5234.395020 0.000000 707.829102 0.000000 0.861311 0.000000 -0.508078 0.495755 0.495755 0.495755 +5213.418457 0.000000 727.809998 0.000000 0.941150 0.000000 -0.337990 0.467965 0.467965 0.467965 +5224.388184 0.000000 727.814148 0.000000 0.846108 0.000000 -0.533012 0.580175 0.580175 0.580175 +5233.324707 0.000000 713.409729 0.000000 0.700803 0.000000 -0.713355 0.565299 0.565299 0.565299 +5243.502441 0.000000 689.809875 0.000000 0.937532 0.000000 -0.347899 0.601088 0.601088 0.601088 +5236.072754 0.000000 726.315674 0.000000 0.896701 0.000000 -0.442637 0.478102 0.478102 0.478102 +5208.422363 0.000000 707.512756 0.000000 0.891968 0.000000 -0.452099 0.492475 0.492475 0.492475 +5223.039551 0.000000 717.974121 0.000000 0.681123 0.000000 -0.732169 0.515958 0.515958 0.515958 +5211.877441 0.000000 689.303406 0.000000 0.742259 0.000000 -0.670113 0.528632 0.528632 0.528632 +5242.270996 0.000000 686.146301 0.000000 0.882573 0.000000 -0.470175 0.484758 0.484758 0.484758 +5244.473145 0.000000 704.796570 0.000000 0.651932 0.000000 -0.758278 0.552256 0.552256 0.552256 +5202.362793 0.000000 710.449097 0.000000 0.774516 0.000000 -0.632554 0.529622 0.529622 0.529622 +5244.312988 0.000000 701.567383 0.000000 0.737124 0.000000 -0.675758 0.477169 0.477169 0.477169 +5210.057129 0.000000 713.275635 0.000000 0.641855 0.000000 -0.766826 0.529561 0.529561 0.529561 +5208.512695 0.000000 685.545410 0.000000 0.850434 0.000000 -0.526081 0.475798 0.475798 0.475798 +5241.864746 0.000000 706.403687 0.000000 0.588502 0.000000 -0.808496 0.514243 0.514243 0.514243 +5192.953125 0.000000 703.743225 0.000000 0.937443 0.000000 -0.348140 0.498306 0.498306 0.498306 +5221.577148 0.000000 725.981079 0.000000 0.949586 0.000000 -0.313507 0.485537 0.485537 0.485537 +5204.433105 0.000000 694.827087 0.000000 0.814560 0.000000 -0.580079 0.501535 0.501535 0.501535 +5218.559570 0.000000 711.018005 0.000000 0.800779 0.000000 -0.598959 0.586366 0.586366 0.586366 +5221.106445 0.000000 690.410461 0.000000 0.659467 0.000000 -0.751734 0.543670 0.543670 0.543670 +5202.172363 0.000000 702.959839 0.000000 0.854531 0.000000 -0.519401 0.532726 0.532726 0.532726 +5229.249512 0.000000 709.051270 0.000000 0.786510 0.000000 -0.617578 0.523029 0.523029 0.523029 +5238.848633 0.000000 700.325134 0.000000 0.920827 0.000000 -0.389970 0.529491 0.529491 0.529491 +5211.790527 0.000000 696.566040 0.000000 0.775609 0.000000 -0.631214 0.535770 0.535770 0.535770 +5228.409668 0.000000 703.840942 0.000000 0.675974 0.000000 -0.736926 0.539001 0.539001 0.539001 +5204.805176 0.000000 734.364380 0.000000 0.857655 0.000000 -0.514225 0.436952 0.436952 0.436952 +5234.425293 0.000000 736.451233 0.000000 0.822178 0.000000 -0.569231 0.452251 0.452251 0.452251 +5223.104492 0.000000 746.190491 0.000000 0.798315 0.000000 -0.602240 0.471341 0.471341 0.471341 +5209.304688 0.000000 735.290588 0.000000 0.781659 0.000000 -0.623707 0.484136 0.484136 0.484136 +5232.748535 0.000000 735.709167 0.000000 0.856463 0.000000 -0.516209 0.487796 0.487796 0.487796 +5215.834473 0.000000 736.450378 0.000000 0.650649 0.000000 -0.759378 0.562758 0.562758 0.562758 +5289.128906 0.000000 698.678162 0.000000 0.744529 0.000000 -0.667590 0.505832 0.505832 0.505832 +5276.928223 0.000000 695.692566 0.000000 0.875936 0.000000 -0.482427 0.507367 0.507367 0.507367 +5261.612305 0.000000 680.941101 0.000000 0.702900 0.000000 -0.711289 0.467732 0.467732 0.467732 +5274.165527 0.000000 686.070251 0.000000 0.771747 0.000000 -0.635930 0.566893 0.566893 0.566893 +5275.443848 0.000000 710.077454 0.000000 0.712845 0.000000 -0.701322 0.434520 0.434520 0.434520 +5275.966309 0.000000 687.425598 0.000000 0.721611 0.000000 -0.692299 0.568742 0.568742 0.568742 +5276.979980 0.000000 693.091675 0.000000 0.791591 0.000000 -0.611051 0.537257 0.537257 0.537257 +5251.099121 0.000000 704.514160 0.000000 0.741885 0.000000 -0.670527 0.454407 0.454407 0.454407 +5283.217285 0.000000 688.651062 0.000000 0.917508 0.000000 -0.397716 0.513512 0.513512 0.513512 +5277.096680 0.000000 678.208679 0.000000 0.918757 0.000000 -0.394823 0.547807 0.547807 0.547807 +5252.483887 0.000000 707.561218 0.000000 0.912727 0.000000 -0.408570 0.562343 0.562343 0.562343 +5290.442383 0.000000 705.863342 0.000000 0.850237 0.000000 -0.526400 0.469699 0.469699 0.469699 +5248.369629 0.000000 688.714417 0.000000 0.745975 0.000000 -0.665973 0.615671 0.615671 0.615671 +5270.351074 0.000000 696.552917 0.000000 0.904083 0.000000 -0.427356 0.605528 0.605528 0.605528 +5273.045410 0.000000 689.704346 0.000000 0.825412 0.000000 -0.564531 0.548277 0.548277 0.548277 +5274.062500 0.000000 704.850098 0.000000 0.936559 0.000000 -0.350511 0.534590 0.534590 0.534590 +5256.161133 0.000000 689.933899 0.000000 0.866127 0.000000 -0.499825 0.517956 0.517956 0.517956 +5267.524902 0.000000 714.746338 0.000000 0.870532 0.000000 -0.492112 0.527949 0.527949 0.527949 +5271.838867 0.000000 708.836182 0.000000 0.834355 0.000000 -0.551227 0.525375 0.525375 0.525375 +5275.790527 0.000000 696.566040 0.000000 0.857985 0.000000 -0.513675 0.571404 0.571404 0.571404 +5253.597656 0.000000 691.280090 0.000000 0.676511 0.000000 -0.736433 0.731753 0.731753 0.731753 6002.317871 0.000000 2150.859375 0.000000 0.670162 0.000000 -0.742215 0.639735 0.639735 0.639735 6357.555664 0.000000 2150.491211 0.000000 0.781219 0.000000 -0.624257 0.730044 0.730044 0.730044 "} @@ -1695,7 +4432,7 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_fir_005_mesh" - count=433 + count=1132 transform="1273.072632 0.000000 2535.429688 0.000000 0.010274 0.000000 -0.999947 0.500688 0.500688 0.500688 1273.007446 0.000000 2530.973145 0.000000 0.214318 0.000000 -0.976764 0.688235 0.688235 0.688235 1275.211304 0.000000 2571.415039 0.000000 0.010526 0.000000 -0.999945 0.420645 0.420645 0.420645 @@ -2127,6 +4864,705 @@ object={ 2539.596436 0.000000 2816.275879 0.000000 0.201098 0.000000 -0.979571 0.600953 0.600953 0.600953 2538.638916 0.000000 2818.166992 0.000000 0.584071 0.000000 -0.811703 0.529035 0.529035 0.529035 2534.820068 0.000000 2819.986084 0.000000 0.459554 0.000000 -0.888150 0.694832 0.694832 0.694832 +4278.158691 0.000000 88.544128 0.000000 0.003433 0.000000 -0.999994 0.427321 0.427321 0.427321 +4283.003418 0.000000 102.494064 0.000000 0.548352 0.000000 -0.836248 0.473298 0.473298 0.473298 +4290.552734 0.000000 112.560608 0.000000 0.573539 0.000000 -0.819178 0.426940 0.426940 0.426940 +4329.260742 0.000000 157.190933 0.000000 0.038545 0.000000 -0.999257 0.419892 0.419892 0.419892 +4319.334473 0.000000 153.954163 0.000000 0.088753 0.000000 -0.996054 0.419756 0.419756 0.419756 +4288.514160 0.000000 129.049606 0.000000 0.213669 0.000000 -0.976906 0.418206 0.418206 0.418206 +4311.293457 0.000000 136.533524 0.000000 0.166474 0.000000 -0.986046 0.418922 0.418922 0.418922 +4304.244141 0.000000 142.166565 0.000000 0.553021 0.000000 -0.833167 0.413670 0.413670 0.413670 +4308.984863 0.000000 150.166763 0.000000 0.009007 0.000000 -0.999959 0.427241 0.427241 0.427241 +4337.129395 0.000000 163.374649 0.000000 0.076508 0.000000 -0.997069 0.434840 0.434840 0.434840 +4330.673340 0.000000 169.597046 0.000000 0.231961 0.000000 -0.972725 0.417954 0.417954 0.417954 +4340.003906 0.000000 172.780685 0.000000 0.210160 0.000000 -0.977667 0.418322 0.418322 0.418322 +4330.288574 0.000000 192.600922 0.000000 0.047878 0.000000 -0.998853 0.420911 0.420911 0.420911 +4318.608887 0.000000 174.992783 0.000000 0.305547 0.000000 -0.952177 0.431381 0.431381 0.431381 +4315.635742 0.000000 192.503494 0.000000 0.497516 0.000000 -0.867455 0.414576 0.414576 0.414576 +4308.832520 0.000000 182.032761 0.000000 0.406332 0.000000 -0.913726 0.417188 0.417188 0.417188 +4310.782715 0.000000 176.756485 0.000000 0.076248 0.000000 -0.997089 0.434844 0.434844 0.434844 +4316.928223 0.000000 187.333221 0.000000 0.394385 0.000000 -0.918945 0.436288 0.436288 0.436288 +4319.330566 0.000000 201.874207 0.000000 0.104138 0.000000 -0.994563 0.440851 0.440851 0.440851 +4524.352051 0.000000 73.745468 0.000000 0.093991 0.000000 -0.995573 0.420497 0.420497 0.420497 +4585.385742 0.000000 89.402504 0.000000 0.125575 0.000000 -0.992084 0.418830 0.418830 0.418830 +4361.400879 0.000000 185.572250 0.000000 0.467281 0.000000 -0.884109 0.413972 0.413972 0.413972 +4532.365234 0.000000 152.235001 0.000000 0.146026 0.000000 -0.989281 0.418632 0.418632 0.418632 +4518.346680 0.000000 167.226440 0.000000 0.427626 0.000000 -0.903956 0.415501 0.415501 0.415501 +4531.759277 0.000000 144.333603 0.000000 0.549878 0.000000 -0.835245 0.413475 0.413475 0.413475 +4521.064941 0.000000 164.674332 0.000000 0.268342 0.000000 -0.963324 0.418033 0.418033 0.418033 +4516.759766 0.000000 134.344971 0.000000 0.094878 0.000000 -0.995489 0.430288 0.430288 0.430288 +4519.299805 0.000000 159.348190 0.000000 0.484074 0.000000 -0.875027 0.426410 0.426410 0.426410 +4513.062500 0.000000 165.042664 0.000000 0.378355 0.000000 -0.925661 0.426026 0.426026 0.426026 +4513.910645 0.000000 155.291626 0.000000 0.104742 0.000000 -0.994499 0.453703 0.453703 0.453703 +4507.698730 0.000000 159.468094 0.000000 0.213696 0.000000 -0.976900 0.469023 0.469023 0.469023 +4503.935547 0.000000 150.023865 0.000000 0.420448 0.000000 -0.907317 0.431655 0.431655 0.431655 +4508.944336 0.000000 148.836121 0.000000 0.551427 0.000000 -0.834223 0.462781 0.462781 0.462781 +4507.203125 0.000000 152.286453 0.000000 0.124507 0.000000 -0.992219 0.470555 0.470555 0.470555 +4514.508301 0.000000 159.534470 0.000000 0.575918 0.000000 -0.817508 0.456026 0.456026 0.456026 +4494.368652 0.000000 168.822235 0.000000 0.054912 0.000000 -0.998491 0.495521 0.495521 0.495521 +4508.161133 0.000000 161.580841 0.000000 0.188008 0.000000 -0.982168 0.469467 0.469467 0.469467 +4558.604980 0.000000 160.545731 0.000000 0.011282 0.000000 -0.999936 0.435805 0.435805 0.435805 +4590.782227 0.000000 155.032898 0.000000 0.458886 0.000000 -0.888495 0.456190 0.456190 0.456190 +4505.237793 0.000000 175.612015 0.000000 0.531884 0.000000 -0.846817 0.413313 0.413313 0.413313 +4518.686523 0.000000 169.758911 0.000000 0.064953 0.000000 -0.997888 0.420150 0.420150 0.420150 +4508.380371 0.000000 224.303467 0.000000 0.219845 0.000000 -0.975535 0.426322 0.426322 0.426322 +4494.749512 0.000000 169.484207 0.000000 0.393810 0.000000 -0.919192 0.489088 0.489088 0.489088 +4341.005371 0.000000 334.617096 0.000000 0.423094 0.000000 -0.906086 0.454739 0.454739 0.454739 +4334.671387 0.000000 328.876343 0.000000 0.509163 0.000000 -0.860670 0.453154 0.453154 0.453154 +4337.314941 0.000000 325.120117 0.000000 0.000146 0.000000 -1.000000 0.461850 0.461850 0.461850 +4343.867676 0.000000 329.653534 0.000000 0.206713 0.000000 -0.978402 0.458462 0.458462 0.458462 +4326.819824 0.000000 334.673615 0.000000 0.198287 0.000000 -0.980144 0.458602 0.458602 0.458602 +4317.209473 0.000000 338.383118 0.000000 0.522792 0.000000 -0.852460 0.696671 0.696671 0.696671 +4314.245605 0.000000 357.418121 0.000000 0.009706 0.000000 -0.999953 0.461694 0.461694 0.461694 +4318.816895 0.000000 353.344055 0.000000 0.093785 0.000000 -0.995592 0.484009 0.484009 0.484009 +4326.792969 0.000000 341.718231 0.000000 0.530896 0.000000 -0.847437 0.545172 0.545172 0.545172 +4347.003418 0.000000 384.915955 0.000000 0.115461 0.000000 -0.993312 0.658250 0.658250 0.658250 +4315.966309 0.000000 348.519348 0.000000 0.355094 0.000000 -0.934830 0.746858 0.746858 0.746858 +4323.217285 0.000000 349.744781 0.000000 0.363908 0.000000 -0.931435 0.466363 0.466363 0.466363 +4343.893555 0.000000 382.411041 0.000000 0.531454 0.000000 -0.847087 0.465276 0.465276 0.465276 +4321.519531 0.000000 346.767242 0.000000 0.145074 0.000000 -0.989421 0.574025 0.574025 0.574025 +4320.131348 0.000000 344.025635 0.000000 0.098239 0.000000 -0.995163 0.583898 0.583898 0.583898 +4317.055664 0.000000 344.920044 0.000000 0.406831 0.000000 -0.913503 0.701156 0.701156 0.701156 +4314.692383 0.000000 351.357178 0.000000 0.300599 0.000000 -0.953751 0.716018 0.716018 0.716018 +4319.750977 0.000000 345.489197 0.000000 0.564472 0.000000 -0.825452 0.680008 0.680008 0.680008 +4310.733398 0.000000 347.677368 0.000000 0.075845 0.000000 -0.997120 0.551628 0.551628 0.551628 +4346.462402 0.000000 412.460693 0.000000 0.156169 0.000000 -0.987730 0.419415 0.419415 0.419415 +4321.448730 0.000000 418.687439 0.000000 0.577070 0.000000 -0.816695 0.413122 0.413122 0.413122 +4316.838379 0.000000 420.458008 0.000000 0.552774 0.000000 -0.833331 0.452315 0.452315 0.452315 +4342.255859 0.000000 404.150696 0.000000 0.139889 0.000000 -0.990167 0.463855 0.463855 0.463855 +4305.493164 0.000000 439.363403 0.000000 0.564565 0.000000 -0.825388 0.445832 0.445832 0.445832 +4344.246582 0.000000 398.247498 0.000000 0.178150 0.000000 -0.984003 0.562365 0.562365 0.562365 +4338.317871 0.000000 399.843719 0.000000 0.239957 0.000000 -0.970783 0.511368 0.511368 0.511368 +4349.294434 0.000000 410.906067 0.000000 0.331963 0.000000 -0.943292 0.629887 0.629887 0.629887 +4448.449219 0.000000 251.932800 0.000000 0.394644 0.000000 -0.918834 0.416231 0.416231 0.416231 +4467.016113 0.000000 246.788635 0.000000 0.216625 0.000000 -0.976255 0.418503 0.418503 0.418503 +4454.469727 0.000000 252.531540 0.000000 0.550294 0.000000 -0.834971 0.419035 0.419035 0.419035 +4472.346680 0.000000 248.138397 0.000000 0.189921 0.000000 -0.981799 0.431018 0.431018 0.431018 +4506.074219 0.000000 256.453918 0.000000 0.479907 0.000000 -0.877319 0.413947 0.413947 0.413947 +4530.318359 0.000000 226.143387 0.000000 0.401159 0.000000 -0.916008 0.415323 0.415323 0.415323 +4508.431641 0.000000 233.445343 0.000000 0.427673 0.000000 -0.903934 0.415444 0.415444 0.415444 +4497.722656 0.000000 278.114838 0.000000 0.561786 0.000000 -0.827283 0.413621 0.413621 0.413621 +4524.194824 0.000000 238.014877 0.000000 0.172000 0.000000 -0.985097 0.419544 0.419544 0.419544 +4490.072266 0.000000 282.109528 0.000000 0.519356 0.000000 -0.854558 0.419559 0.419559 0.419559 +4530.798340 0.000000 262.618683 0.000000 0.524435 0.000000 -0.851450 0.414039 0.414039 0.414039 +4487.408691 0.000000 243.775009 0.000000 0.129676 0.000000 -0.991556 0.440461 0.440461 0.440461 +4550.215332 0.000000 274.875122 0.000000 0.171186 0.000000 -0.985239 0.418229 0.418229 0.418229 +4544.090332 0.000000 285.717468 0.000000 0.220257 0.000000 -0.975442 0.422071 0.422071 0.422071 +4547.913086 0.000000 293.358398 0.000000 0.468259 0.000000 -0.883591 0.435047 0.435047 0.435047 +4355.510742 0.000000 385.834229 0.000000 0.150160 0.000000 -0.988662 0.419570 0.419570 0.419570 +4364.526855 0.000000 361.952087 0.000000 0.361170 0.000000 -0.932500 0.416615 0.416615 0.416615 +4395.311523 0.000000 364.054047 0.000000 0.208450 0.000000 -0.978033 0.458433 0.458433 0.458433 +4443.595215 0.000000 389.429993 0.000000 0.429747 0.000000 -0.902949 0.415300 0.415300 0.415300 +4375.191895 0.000000 441.281250 0.000000 0.506930 0.000000 -0.861987 0.414528 0.414528 0.414528 +4397.942871 0.000000 417.331512 0.000000 0.048317 0.000000 -0.998832 0.569752 0.569752 0.569752 +4408.246582 0.000000 398.247498 0.000000 0.386131 0.000000 -0.922444 0.455397 0.455397 0.455397 +4353.654297 0.000000 409.748749 0.000000 0.094972 0.000000 -0.995480 0.621318 0.621318 0.621318 +4405.449707 0.000000 445.282135 0.000000 0.047794 0.000000 -0.998857 0.604939 0.604939 0.604939 +4404.916016 0.000000 402.753632 0.000000 0.114560 0.000000 -0.993416 0.625185 0.625185 0.625185 +4376.512695 0.000000 403.123535 0.000000 0.297299 0.000000 -0.954784 0.490980 0.490980 0.490980 +4401.135254 0.000000 422.227539 0.000000 0.492243 0.000000 -0.870458 0.565264 0.565264 0.565264 +4406.485352 0.000000 420.804871 0.000000 0.273555 0.000000 -0.961856 0.555803 0.555803 0.555803 +4395.175293 0.000000 413.688110 0.000000 0.111507 0.000000 -0.993764 0.537788 0.537788 0.537788 +4460.412598 0.000000 437.664337 0.000000 0.401758 0.000000 -0.915746 0.415487 0.415487 0.415487 +4650.673340 0.000000 169.597046 0.000000 0.306688 0.000000 -0.951810 0.417100 0.417100 0.417100 +4624.244141 0.000000 198.650940 0.000000 0.347304 0.000000 -0.937753 0.416820 0.416820 0.416820 +4681.866211 0.000000 208.525452 0.000000 0.336840 0.000000 -0.941562 0.416913 0.416913 0.416913 +4693.934570 0.000000 224.265106 0.000000 0.030918 0.000000 -0.999522 0.421452 0.421452 0.421452 +4689.360840 0.000000 215.613495 0.000000 0.218066 0.000000 -0.975934 0.418618 0.418618 0.418618 +4770.015137 0.000000 189.948654 0.000000 0.585922 0.000000 -0.810368 0.412454 0.412454 0.412454 +4795.981445 0.000000 224.672379 0.000000 0.455743 0.000000 -0.890111 0.414797 0.414797 0.414797 +4797.032715 0.000000 191.641190 0.000000 0.028915 0.000000 -0.999582 0.421403 0.421403 0.421403 +4794.504395 0.000000 193.211975 0.000000 0.147426 0.000000 -0.989073 0.427385 0.427385 0.427385 +4789.566895 0.000000 181.915344 0.000000 0.563026 0.000000 -0.826439 0.414662 0.414662 0.414662 +4792.346680 0.000000 191.654022 0.000000 0.145664 0.000000 -0.989334 0.472340 0.472340 0.472340 +4804.763672 0.000000 205.645325 0.000000 0.430504 0.000000 -0.902589 0.414952 0.414952 0.414952 +4800.514160 0.000000 185.533981 0.000000 0.306375 0.000000 -0.951911 0.416853 0.416853 0.416853 +4841.204590 0.000000 206.014465 0.000000 0.524979 0.000000 -0.851115 0.413776 0.413776 0.413776 +4812.457520 0.000000 221.229050 0.000000 0.058923 0.000000 -0.998263 0.420835 0.420835 0.420835 +4807.437500 0.000000 224.496750 0.000000 0.385410 0.000000 -0.922746 0.416195 0.416195 0.416195 +4843.601562 0.000000 222.353180 0.000000 0.580480 0.000000 -0.814275 0.418512 0.418512 0.418512 +4886.937012 0.000000 183.880478 0.000000 0.393734 0.000000 -0.919224 0.415313 0.415313 0.415313 +4889.681152 0.000000 203.230591 0.000000 0.149411 0.000000 -0.988775 0.419864 0.419864 0.419864 +4880.244141 0.000000 198.650940 0.000000 0.218176 0.000000 -0.975910 0.418683 0.418683 0.418683 +4884.984863 0.000000 206.651138 0.000000 0.068736 0.000000 -0.997635 0.420999 0.420999 0.420999 +4874.329590 0.000000 194.157745 0.000000 0.439997 0.000000 -0.897999 0.415591 0.415591 0.415591 +4692.569336 0.000000 231.323959 0.000000 0.332988 0.000000 -0.942931 0.415862 0.415862 0.415862 +4700.380371 0.000000 337.272217 0.000000 0.296758 0.000000 -0.954953 0.420948 0.420948 0.420948 +4686.650879 0.000000 332.762695 0.000000 0.346998 0.000000 -0.937866 0.460315 0.460315 0.460315 +4674.552734 0.000000 338.498108 0.000000 0.487200 0.000000 -0.873291 0.451470 0.451470 0.451470 +4688.382324 0.000000 338.238281 0.000000 0.411979 0.000000 -0.911193 0.461262 0.461262 0.461262 +4689.033691 0.000000 322.382751 0.000000 0.408483 0.000000 -0.912766 0.465545 0.465545 0.465545 +4686.368652 0.000000 338.275360 0.000000 0.387517 0.000000 -0.921862 0.459595 0.459595 0.459595 +4778.673340 0.000000 226.081421 0.000000 0.104845 0.000000 -0.994489 0.420126 0.420126 0.420126 +4811.786133 0.000000 230.990417 0.000000 0.244628 0.000000 -0.969617 0.417779 0.417779 0.417779 +4802.356934 0.000000 230.835693 0.000000 0.517060 0.000000 -0.855949 0.414312 0.414312 0.414312 +4835.200195 0.000000 238.734467 0.000000 0.106366 0.000000 -0.994327 0.420471 0.420471 0.420471 +4823.068359 0.000000 230.448639 0.000000 0.327706 0.000000 -0.944780 0.422594 0.422594 0.422594 +4799.509766 0.000000 319.640411 0.000000 0.576436 0.000000 -0.817143 0.462269 0.462269 0.462269 +4721.519043 0.000000 345.235870 0.000000 0.417637 0.000000 -0.908614 0.414685 0.414685 0.414685 +4674.500488 0.000000 358.650330 0.000000 0.119093 0.000000 -0.992883 0.418842 0.418842 0.418842 +4699.932617 0.000000 359.175903 0.000000 0.234757 0.000000 -0.972054 0.417849 0.417849 0.417849 +4683.406250 0.000000 371.977051 0.000000 0.346739 0.000000 -0.937962 0.416524 0.416524 0.416524 +4697.661133 0.000000 341.972473 0.000000 0.223512 0.000000 -0.974701 0.418406 0.418406 0.418406 +4684.112305 0.000000 353.813019 0.000000 0.452359 0.000000 -0.891836 0.416471 0.416471 0.416471 +4695.068359 0.000000 343.417389 0.000000 0.138787 0.000000 -0.990322 0.423247 0.423247 0.423247 +4695.408203 0.000000 350.744446 0.000000 0.020180 0.000000 -0.999796 0.422790 0.422790 0.422790 +4681.795410 0.000000 338.930634 0.000000 0.130165 0.000000 -0.991492 0.474756 0.474756 0.474756 +4699.698730 0.000000 385.405579 0.000000 0.304650 0.000000 -0.952464 0.480188 0.480188 0.480188 +4698.165527 0.000000 347.164032 0.000000 0.112230 0.000000 -0.993682 0.466465 0.466465 0.466465 +4702.716309 0.000000 385.144257 0.000000 0.260334 0.000000 -0.965519 0.487414 0.487414 0.487414 +4707.217285 0.000000 349.744781 0.000000 0.523380 0.000000 -0.852099 0.499005 0.499005 0.499005 +4705.680176 0.000000 394.734009 0.000000 0.105199 0.000000 -0.994451 0.505399 0.505399 0.505399 +4701.418457 0.000000 388.903778 0.000000 0.330377 0.000000 -0.943849 0.500987 0.500987 0.500987 +4702.021484 0.000000 347.173157 0.000000 0.116752 0.000000 -0.993161 0.492222 0.492222 0.492222 +4713.676758 0.000000 413.457611 0.000000 0.097968 0.000000 -0.995190 0.420221 0.420221 0.420221 +4708.029297 0.000000 413.943420 0.000000 0.550641 0.000000 -0.834742 0.413710 0.413710 0.413710 +4725.566895 0.000000 407.852844 0.000000 0.007028 0.000000 -0.999975 0.433717 0.433717 0.433717 +4695.408203 0.000000 407.228821 0.000000 0.138676 0.000000 -0.990338 0.433915 0.433915 0.433915 +4725.428223 0.000000 413.231842 0.000000 0.451196 0.000000 -0.892425 0.456332 0.456332 0.456332 +4686.686523 0.000000 409.982086 0.000000 0.275786 0.000000 -0.961219 0.459428 0.459428 0.459428 +4734.582031 0.000000 410.257690 0.000000 0.273851 0.000000 -0.961772 0.431870 0.431870 0.431870 +4705.365723 0.000000 405.565460 0.000000 0.565676 0.000000 -0.824627 0.437482 0.437482 0.437482 +4713.650879 0.000000 404.677368 0.000000 0.394168 0.000000 -0.919038 0.442608 0.442608 0.442608 +4719.645996 0.000000 403.088623 0.000000 0.475556 0.000000 -0.879686 0.443299 0.443299 0.443299 +4705.049316 0.000000 396.640930 0.000000 0.192784 0.000000 -0.981241 0.492964 0.492964 0.492964 +4728.246582 0.000000 398.247498 0.000000 0.409718 0.000000 -0.912212 0.457086 0.457086 0.457086 +4689.219727 0.000000 406.849335 0.000000 0.329028 0.000000 -0.944320 0.460631 0.460631 0.460631 +4719.882812 0.000000 400.414307 0.000000 0.533775 0.000000 -0.845626 0.456864 0.456864 0.456864 +4743.437500 0.000000 393.949890 0.000000 0.002919 0.000000 -0.999996 0.421763 0.421763 0.421763 +4818.498535 0.000000 342.724243 0.000000 0.540238 0.000000 -0.841512 0.431699 0.431699 0.431699 +4770.735840 0.000000 435.043671 0.000000 0.562688 0.000000 -0.826669 0.413265 0.413265 0.413265 +4780.376953 0.000000 441.658325 0.000000 0.173700 0.000000 -0.984799 0.418753 0.418753 0.418753 +4740.948730 0.000000 395.505676 0.000000 0.560329 0.000000 -0.828270 0.413402 0.413402 0.413402 +4738.356934 0.000000 400.288818 0.000000 0.106715 0.000000 -0.994290 0.420320 0.420320 0.420320 +4869.119141 0.000000 242.371704 0.000000 0.494763 0.000000 -0.869028 0.414094 0.414094 0.414094 +4912.918945 0.000000 240.923676 0.000000 0.457944 0.000000 -0.888981 0.414818 0.414818 0.414818 +4889.661133 0.000000 229.003723 0.000000 0.393039 0.000000 -0.919522 0.416313 0.416313 0.416313 +4990.390625 0.000000 394.666809 0.000000 0.439251 0.000000 -0.898364 0.443938 0.443938 0.443938 +4985.072754 0.000000 389.023346 0.000000 0.138632 0.000000 -0.990344 0.451019 0.451019 0.451019 +4978.394043 0.000000 391.028015 0.000000 0.315362 0.000000 -0.948971 0.467237 0.467237 0.467237 +4985.460938 0.000000 395.493896 0.000000 0.073053 0.000000 -0.997328 0.503847 0.503847 0.503847 +5020.380371 0.000000 393.756592 0.000000 0.449158 0.000000 -0.893452 0.420707 0.420707 0.420707 +5025.910645 0.000000 381.229126 0.000000 0.552394 0.000000 -0.833583 0.448150 0.448150 0.448150 +5045.789062 0.000000 382.350006 0.000000 0.343293 0.000000 -0.939228 0.447685 0.447685 0.447685 +5042.103516 0.000000 387.239136 0.000000 0.284753 0.000000 -0.958601 0.463527 0.463527 0.463527 +5034.219238 0.000000 385.120911 0.000000 0.483662 0.000000 -0.875255 0.441060 0.441060 0.441060 +5052.034180 0.000000 386.729492 0.000000 0.354583 0.000000 -0.935024 0.483495 0.483495 0.483495 +5030.819824 0.000000 391.157990 0.000000 0.158699 0.000000 -0.987327 0.467826 0.467826 0.467826 +4999.440918 0.000000 389.313385 0.000000 0.036778 0.000000 -0.999323 0.472046 0.472046 0.472046 +4999.784180 0.000000 392.222656 0.000000 0.230339 0.000000 -0.973110 0.520160 0.520160 0.520160 +5099.659668 0.000000 375.085876 0.000000 0.096115 0.000000 -0.995370 0.516403 0.516403 0.516403 +5113.190430 0.000000 381.013062 0.000000 0.533448 0.000000 -0.845833 0.475704 0.475704 0.475704 +5096.179688 0.000000 367.090881 0.000000 0.404056 0.000000 -0.914734 0.478304 0.478304 0.478304 +5109.449707 0.000000 388.797760 0.000000 0.157438 0.000000 -0.987529 0.472137 0.472137 0.472137 +5045.860840 0.000000 443.457092 0.000000 0.045346 0.000000 -0.998971 0.421022 0.421022 0.421022 +5025.910645 0.000000 437.713501 0.000000 0.550194 0.000000 -0.835037 0.460717 0.460717 0.460717 +5033.128906 0.000000 416.256287 0.000000 0.047069 0.000000 -0.998892 0.502170 0.502170 0.502170 +5046.180664 0.000000 419.240814 0.000000 0.056422 0.000000 -0.998407 0.465243 0.465243 0.465243 +5042.425293 0.000000 397.545013 0.000000 0.358385 0.000000 -0.933574 0.487668 0.487668 0.487668 +5022.725586 0.000000 398.983215 0.000000 0.033452 0.000000 -0.999440 0.487246 0.487246 0.487246 +5035.071777 0.000000 405.969116 0.000000 0.580094 0.000000 -0.814550 0.489332 0.489332 0.489332 +5046.588867 0.000000 448.573792 0.000000 0.002672 0.000000 -0.999996 0.485626 0.485626 0.485626 +5040.891113 0.000000 423.764709 0.000000 0.514559 0.000000 -0.857455 0.513940 0.513940 0.513940 +5032.687988 0.000000 417.891235 0.000000 0.161040 0.000000 -0.986948 0.500015 0.500015 0.500015 +5011.350098 0.000000 397.744476 0.000000 0.572162 0.000000 -0.820140 0.497885 0.497885 0.497885 +5062.215332 0.000000 444.328247 0.000000 0.342386 0.000000 -0.939559 0.415917 0.415917 0.415917 +5062.507812 0.000000 447.481750 0.000000 0.472703 0.000000 -0.881222 0.414754 0.414754 0.414754 +5063.437500 0.000000 450.434265 0.000000 0.050363 0.000000 -0.998731 0.421105 0.421105 0.421105 +5083.678223 0.000000 400.404785 0.000000 0.365143 0.000000 -0.930951 0.445205 0.445205 0.445205 +5118.994629 0.000000 443.014404 0.000000 0.093238 0.000000 -0.995644 0.514292 0.514292 0.514292 +5058.026855 0.000000 444.016815 0.000000 0.534921 0.000000 -0.844902 0.469391 0.469391 0.469391 +5073.817871 0.000000 414.551727 0.000000 0.190210 0.000000 -0.981743 0.525303 0.525303 0.525303 +4261.098633 0.000000 494.746002 0.000000 0.483953 0.000000 -0.875094 0.414313 0.414313 0.414313 +4297.604492 0.000000 479.329407 0.000000 0.092940 0.000000 -0.995672 0.420364 0.420364 0.420364 +4288.936035 0.000000 474.484558 0.000000 0.006207 0.000000 -0.999981 0.421796 0.421796 0.421796 +4384.449219 0.000000 477.870300 0.000000 0.415449 0.000000 -0.909616 0.415515 0.415515 0.415515 +4453.432617 0.000000 462.902039 0.000000 0.200894 0.000000 -0.979613 0.417630 0.417630 0.417630 +4428.552734 0.000000 478.069061 0.000000 0.266664 0.000000 -0.963790 0.417018 0.417018 0.417018 +4439.836426 0.000000 502.487885 0.000000 0.516955 0.000000 -0.856012 0.413955 0.413955 0.413955 +4396.083496 0.000000 528.420349 0.000000 0.038007 0.000000 -0.999277 0.420358 0.420358 0.420358 +4410.504395 0.000000 532.118225 0.000000 0.189503 0.000000 -0.981880 0.426769 0.426769 0.426769 +4443.932617 0.000000 528.629028 0.000000 0.061618 0.000000 -0.998100 0.420119 0.420119 0.420119 +4592.580566 0.000000 482.315765 0.000000 0.344328 0.000000 -0.938849 0.416985 0.416985 0.416985 +4588.127930 0.000000 479.316315 0.000000 0.265702 0.000000 -0.964055 0.423523 0.423523 0.423523 +4553.795410 0.000000 451.899384 0.000000 0.406288 0.000000 -0.913745 0.419287 0.419287 0.419287 +4627.771973 0.000000 474.500458 0.000000 0.004300 0.000000 -0.999991 0.420727 0.420727 0.420727 +4659.016113 0.000000 472.726135 0.000000 0.414799 0.000000 -0.909913 0.415924 0.415924 0.415924 +4627.640625 0.000000 477.186768 0.000000 0.193597 0.000000 -0.981081 0.422458 0.422458 0.422458 +4689.360840 0.000000 498.035370 0.000000 0.011099 0.000000 -0.999938 0.421494 0.421494 0.421494 +4751.831543 0.000000 456.046844 0.000000 0.134874 0.000000 -0.990863 0.419353 0.419353 0.419353 +4782.042969 0.000000 457.729675 0.000000 0.041971 0.000000 -0.999119 0.420687 0.420687 0.420687 +4800.042480 0.000000 451.882324 0.000000 0.357668 0.000000 -0.933849 0.417929 0.417929 0.417929 +4970.009766 0.000000 506.811646 0.000000 0.406089 0.000000 -0.913834 0.415251 0.415251 0.415251 +4984.246582 0.000000 454.731873 0.000000 0.436323 0.000000 -0.899790 0.456604 0.456604 0.456604 +4981.188965 0.000000 506.287720 0.000000 0.368821 0.000000 -0.929500 0.517226 0.517226 0.517226 +4970.835938 0.000000 514.365662 0.000000 0.431438 0.000000 -0.902143 0.415724 0.415724 0.415724 +4966.646484 0.000000 540.516602 0.000000 0.567513 0.000000 -0.823364 0.506376 0.506376 0.506376 +4989.638184 0.000000 528.082581 0.000000 0.098905 0.000000 -0.995097 0.501193 0.501193 0.501193 +4962.111328 0.000000 539.974548 0.000000 0.104000 0.000000 -0.994577 0.466603 0.466603 0.466603 +4946.128418 0.000000 529.120972 0.000000 0.224139 0.000000 -0.974557 0.449647 0.449647 0.449647 +4991.510742 0.000000 533.096069 0.000000 0.016272 0.000000 -0.999868 0.446491 0.446491 0.446491 +4957.291016 0.000000 550.701904 0.000000 0.060181 0.000000 -0.998187 0.480284 0.480284 0.480284 +4974.671387 0.000000 554.813843 0.000000 0.152102 0.000000 -0.988365 0.491571 0.491571 0.491571 +4984.096680 0.000000 536.003296 0.000000 0.346125 0.000000 -0.938188 0.487907 0.487907 0.487907 +4987.305664 0.000000 558.138367 0.000000 0.188416 0.000000 -0.982089 0.454493 0.454493 0.454493 +4973.747070 0.000000 557.050964 0.000000 0.059858 0.000000 -0.998207 0.514949 0.514949 0.514949 +4970.638672 0.000000 558.791992 0.000000 0.079308 0.000000 -0.996850 0.536297 0.536297 0.536297 +4938.234863 0.000000 555.805298 0.000000 0.289272 0.000000 -0.957247 0.508226 0.508226 0.508226 +4981.449707 0.000000 558.250916 0.000000 0.008320 0.000000 -0.999965 0.500725 0.500725 0.500725 +4953.774414 0.000000 558.058594 0.000000 0.268686 0.000000 -0.963228 0.610011 0.610011 0.610011 +4965.372070 0.000000 512.423889 0.000000 0.468058 0.000000 -0.883698 0.479148 0.479148 0.479148 +4957.614258 0.000000 540.087280 0.000000 0.366585 0.000000 -0.930384 0.493876 0.493876 0.493876 +4970.442383 0.000000 536.410217 0.000000 0.492879 0.000000 -0.870098 0.487054 0.487054 0.487054 +4942.389648 0.000000 546.143799 0.000000 0.448208 0.000000 -0.893929 0.485875 0.485875 0.485875 +4988.312988 0.000000 532.114258 0.000000 0.098747 0.000000 -0.995113 0.499034 0.499034 0.499034 +4985.864746 0.000000 536.950562 0.000000 0.548151 0.000000 -0.836379 0.483768 0.483768 0.483768 +4936.564453 0.000000 560.090454 0.000000 0.169651 0.000000 -0.985504 0.519252 0.519252 0.519252 +4959.972656 0.000000 532.740356 0.000000 0.565407 0.000000 -0.824812 0.514818 0.514818 0.514818 +5044.463867 0.000000 466.956848 0.000000 0.537357 0.000000 -0.843355 0.413729 0.413729 0.413729 +5050.504395 0.000000 475.633850 0.000000 0.143745 0.000000 -0.989615 0.419659 0.419659 0.419659 +5019.635742 0.000000 474.925354 0.000000 0.499712 0.000000 -0.866192 0.421972 0.421972 0.421972 +4995.913086 0.000000 462.811523 0.000000 0.163700 0.000000 -0.986510 0.435673 0.435673 0.435673 +4994.944824 0.000000 469.270935 0.000000 0.104084 0.000000 -0.994568 0.451568 0.451568 0.451568 +5054.948242 0.000000 454.029114 0.000000 0.249394 0.000000 -0.968402 0.459877 0.459877 0.459877 +5027.522949 0.000000 496.520905 0.000000 0.075588 0.000000 -0.997139 0.505966 0.505966 0.505966 +4994.199219 0.000000 458.987274 0.000000 0.545641 0.000000 -0.838019 0.494304 0.494304 0.494304 +5039.436035 0.000000 486.596344 0.000000 0.485925 0.000000 -0.874001 0.459882 0.459882 0.459882 +5045.177734 0.000000 462.395447 0.000000 0.382542 0.000000 -0.923938 0.491434 0.491434 0.491434 +5049.360352 0.000000 463.131683 0.000000 0.165583 0.000000 -0.986196 0.493472 0.493472 0.493472 +5047.432129 0.000000 500.958710 0.000000 0.261627 0.000000 -0.965169 0.474582 0.474582 0.474582 +5031.104492 0.000000 463.768585 0.000000 0.558600 0.000000 -0.829437 0.502394 0.502394 0.502394 +5043.291016 0.000000 462.299072 0.000000 0.583407 0.000000 -0.812180 0.508086 0.508086 0.508086 +5004.617676 0.000000 468.522308 0.000000 0.224560 0.000000 -0.974460 0.507383 0.507383 0.507383 +5056.098633 0.000000 458.823975 0.000000 0.544007 0.000000 -0.839081 0.413024 0.413024 0.413024 +5064.908691 0.000000 497.775024 0.000000 0.225525 0.000000 -0.974237 0.417908 0.417908 0.417908 +5067.486816 0.000000 460.434631 0.000000 0.128242 0.000000 -0.991743 0.419947 0.419947 0.419947 +5073.722656 0.000000 504.052338 0.000000 0.280330 0.000000 -0.959904 0.417860 0.417860 0.417860 +5111.819336 0.000000 470.705902 0.000000 0.530035 0.000000 -0.847976 0.413948 0.413948 0.413948 +5062.057129 0.000000 496.812744 0.000000 0.256051 0.000000 -0.966663 0.418144 0.418144 0.418144 +5076.994629 0.000000 454.427704 0.000000 0.341084 0.000000 -0.940033 0.416911 0.416911 0.416911 +5079.068359 0.000000 456.386139 0.000000 0.407872 0.000000 -0.913039 0.433963 0.433963 0.433963 +5058.627930 0.000000 480.582184 0.000000 0.058779 0.000000 -0.998271 0.467359 0.467359 0.467359 +5111.794922 0.000000 464.881226 0.000000 0.540955 0.000000 -0.841051 0.477640 0.477640 0.477640 +5071.590332 0.000000 503.971466 0.000000 0.189557 0.000000 -0.981870 0.482294 0.482294 0.482294 +5066.618164 0.000000 465.419373 0.000000 0.272336 0.000000 -0.962202 0.482920 0.482920 0.482920 +5079.366211 0.000000 454.527710 0.000000 0.511675 0.000000 -0.859179 0.505582 0.505582 0.505582 +5036.760254 0.000000 546.864502 0.000000 0.217568 0.000000 -0.976045 0.417545 0.417545 0.417545 +5011.443848 0.000000 558.279175 0.000000 0.455562 0.000000 -0.890204 0.456251 0.456251 0.456251 +4993.118652 0.000000 553.089478 0.000000 0.453992 0.000000 -0.891006 0.433194 0.433194 0.433194 +5043.914062 0.000000 514.147766 0.000000 0.552014 0.000000 -0.833835 0.431488 0.431488 0.431488 +5055.273438 0.000000 519.750427 0.000000 0.271299 0.000000 -0.962495 0.442511 0.442511 0.442511 +5041.314941 0.000000 551.057617 0.000000 0.468893 0.000000 -0.883255 0.437130 0.437130 0.437130 +4993.042969 0.000000 540.860474 0.000000 0.052862 0.000000 -0.998602 0.521609 0.521609 0.521609 +5031.465820 0.000000 518.245056 0.000000 0.043388 0.000000 -0.999058 0.487068 0.487068 0.487068 +5019.673340 0.000000 561.132690 0.000000 0.547940 0.000000 -0.836518 0.473306 0.473306 0.473306 +5030.962402 0.000000 552.539307 0.000000 0.540669 0.000000 -0.841236 0.444201 0.444201 0.444201 +5042.103516 0.000000 556.692261 0.000000 0.036521 0.000000 -0.999333 0.463414 0.463414 0.463414 +5001.322266 0.000000 527.327026 0.000000 0.048459 0.000000 -0.998825 0.467531 0.467531 0.467531 +5017.618652 0.000000 560.036621 0.000000 0.036107 0.000000 -0.999348 0.472057 0.472057 0.472057 +5042.750488 0.000000 548.912659 0.000000 0.303879 0.000000 -0.952711 0.471693 0.471693 0.471693 +5013.843750 0.000000 558.644104 0.000000 0.445742 0.000000 -0.895162 0.479596 0.479596 0.479596 +4992.597656 0.000000 528.826660 0.000000 0.174686 0.000000 -0.984624 0.499755 0.499755 0.499755 +4993.726074 0.000000 551.263855 0.000000 0.149518 0.000000 -0.988759 0.491619 0.491619 0.491619 +5028.990723 0.000000 509.044983 0.000000 0.394100 0.000000 -0.919067 0.527312 0.527312 0.527312 +5085.422852 0.000000 546.911194 0.000000 0.464092 0.000000 -0.885787 0.415214 0.415214 0.415214 +5059.820801 0.000000 522.164734 0.000000 0.121745 0.000000 -0.992561 0.429894 0.429894 0.429894 +5068.083496 0.000000 553.873230 0.000000 0.295267 0.000000 -0.955415 0.418858 0.418858 0.418858 +5068.375000 0.000000 563.027222 0.000000 0.515446 0.000000 -0.856922 0.415457 0.415457 0.415457 +5094.824707 0.000000 513.597290 0.000000 0.271036 0.000000 -0.962569 0.431914 0.431914 0.431914 +5089.412109 0.000000 523.316467 0.000000 0.068637 0.000000 -0.997642 0.477977 0.477977 0.477977 +5097.128906 0.000000 529.225037 0.000000 0.102688 0.000000 -0.994714 0.488164 0.488164 0.488164 +5087.328613 0.000000 558.681274 0.000000 0.134878 0.000000 -0.990862 0.433972 0.433972 0.433972 +5119.509766 0.000000 545.577881 0.000000 0.033605 0.000000 -0.999435 0.431181 0.431181 0.431181 +5089.365723 0.000000 518.534241 0.000000 0.439234 0.000000 -0.898373 0.441838 0.441838 0.441838 +5108.706543 0.000000 564.674744 0.000000 0.089700 0.000000 -0.995969 0.518699 0.518699 0.518699 +5061.141602 0.000000 533.865601 0.000000 0.112184 0.000000 -0.993687 0.447153 0.447153 0.447153 +5084.944336 0.000000 544.226746 0.000000 0.375726 0.000000 -0.926731 0.489448 0.489448 0.489448 +5091.522949 0.000000 553.005310 0.000000 0.220732 0.000000 -0.975334 0.441186 0.441186 0.441186 +5089.049316 0.000000 509.609680 0.000000 0.212555 0.000000 -0.977149 0.496883 0.496883 0.496883 +5080.641113 0.000000 564.083862 0.000000 0.065375 0.000000 -0.997861 0.493164 0.493164 0.493164 +5101.836426 0.000000 560.992126 0.000000 0.310491 0.000000 -0.950576 0.469448 0.469448 0.469448 +5057.654297 0.000000 522.717529 0.000000 0.367469 0.000000 -0.930036 0.459953 0.459953 0.459953 +5069.139648 0.000000 551.904053 0.000000 0.551007 0.000000 -0.834501 0.462790 0.462790 0.462790 +5106.394043 0.000000 560.481140 0.000000 0.127339 0.000000 -0.991859 0.453341 0.453341 0.453341 +5094.819824 0.000000 560.611084 0.000000 0.217846 0.000000 -0.975983 0.488207 0.488207 0.488207 +5089.987305 0.000000 545.973022 0.000000 0.356084 0.000000 -0.934454 0.504721 0.504721 0.504721 +5084.720215 0.000000 548.868530 0.000000 0.500205 0.000000 -0.865907 0.470094 0.470094 0.470094 +5095.147461 0.000000 545.262634 0.000000 0.078148 0.000000 -0.996942 0.499420 0.499420 0.499420 +5056.371582 0.000000 513.444214 0.000000 0.055347 0.000000 -0.998467 0.482530 0.482530 0.482530 +5083.120117 0.000000 510.308014 0.000000 0.212196 0.000000 -0.977227 0.518383 0.518383 0.518383 +5090.087402 0.000000 533.414612 0.000000 0.502173 0.000000 -0.864767 0.497375 0.497375 0.497375 +5085.325684 0.000000 512.834351 0.000000 0.474790 0.000000 -0.880099 0.497973 0.497973 0.497973 +4973.311035 0.000000 599.193665 0.000000 0.139963 0.000000 -0.990157 0.418998 0.418998 0.418998 +4976.647949 0.000000 605.319519 0.000000 0.370359 0.000000 -0.928889 0.416062 0.416062 0.416062 +4972.127930 0.000000 592.285034 0.000000 0.362133 0.000000 -0.932126 0.417862 0.417862 0.417862 +4937.795410 0.000000 564.868103 0.000000 0.074822 0.000000 -0.997197 0.424159 0.424159 0.424159 +4990.390625 0.000000 620.604309 0.000000 0.540390 0.000000 -0.841415 0.507020 0.507020 0.507020 +4977.314941 0.000000 607.541992 0.000000 0.179089 0.000000 -0.983833 0.463198 0.463198 0.463198 +4981.789062 0.000000 608.287537 0.000000 0.558570 0.000000 -0.829458 0.443863 0.443863 0.443863 +4985.072754 0.000000 614.960815 0.000000 0.141647 0.000000 -0.989917 0.526311 0.526311 0.526311 +4987.529785 0.000000 565.490723 0.000000 0.533567 0.000000 -0.845758 0.473607 0.473607 0.473607 +4988.034180 0.000000 612.666992 0.000000 0.340437 0.000000 -0.940267 0.466788 0.466788 0.466788 +4971.407227 0.000000 609.071777 0.000000 0.188009 0.000000 -0.982167 0.471608 0.471608 0.471608 +4988.771484 0.000000 601.927856 0.000000 0.042151 0.000000 -0.999111 0.482762 0.482762 0.482762 +4984.654297 0.000000 582.056702 0.000000 0.362717 0.000000 -0.931899 0.579402 0.579402 0.579402 +4973.839355 0.000000 591.529541 0.000000 0.087603 0.000000 -0.996155 0.497080 0.497080 0.497080 +4990.948242 0.000000 623.482239 0.000000 0.168727 0.000000 -0.985663 0.437729 0.437729 0.437729 +4991.273438 0.000000 632.719177 0.000000 0.196779 0.000000 -0.980448 0.531639 0.531639 0.531639 +5040.580566 0.000000 595.284485 0.000000 0.560509 0.000000 -0.828149 0.413350 0.413350 0.413350 +4992.042480 0.000000 564.851074 0.000000 0.553843 0.000000 -0.832621 0.423133 0.423133 0.423133 +5000.614258 0.000000 578.372620 0.000000 0.576020 0.000000 -0.817436 0.428973 0.428973 0.428973 +5030.385742 0.000000 581.688782 0.000000 0.071479 0.000000 -0.997442 0.521235 0.521235 0.521235 +5002.235840 0.000000 608.527954 0.000000 0.237750 0.000000 -0.971326 0.481420 0.481420 0.481420 +5020.928223 0.000000 582.723816 0.000000 0.146794 0.000000 -0.989167 0.515393 0.515393 0.515393 +5018.165527 0.000000 573.101501 0.000000 0.549481 0.000000 -0.835506 0.458643 0.458643 0.458643 +5005.139648 0.000000 608.388428 0.000000 0.293979 0.000000 -0.955812 0.476128 0.476128 0.476128 +5034.440430 0.000000 581.052734 0.000000 0.526721 0.000000 -0.850038 0.484232 0.484232 0.484232 +4996.035156 0.000000 571.063477 0.000000 0.483944 0.000000 -0.875099 0.455724 0.455724 0.455724 +5027.217285 0.000000 575.682312 0.000000 0.019594 0.000000 -0.999808 0.487493 0.487493 0.487493 +5013.843750 0.000000 615.128479 0.000000 0.210458 0.000000 -0.977603 0.484058 0.484058 0.484058 +5021.096680 0.000000 565.239929 0.000000 0.336232 0.000000 -0.941779 0.492353 0.492353 0.492353 +5002.618164 0.000000 578.388123 0.000000 0.586049 0.000000 -0.810276 0.497558 0.497558 0.497558 +5039.250488 0.000000 593.824646 0.000000 0.341642 0.000000 -0.939830 0.490120 0.490120 0.490120 +5051.502441 0.000000 576.841125 0.000000 0.077355 0.000000 -0.997004 0.475669 0.475669 0.475669 +5001.693359 0.000000 573.906494 0.000000 0.221978 0.000000 -0.975052 0.505287 0.505287 0.505287 +5022.021484 0.000000 573.110657 0.000000 0.561163 0.000000 -0.827706 0.504431 0.504431 0.504431 +5048.471680 0.000000 605.299866 0.000000 0.569799 0.000000 -0.821784 0.565199 0.565199 0.565199 +4992.525879 0.000000 602.146851 0.000000 0.079551 0.000000 -0.996831 0.503724 0.503724 0.503724 +5034.415039 0.000000 584.461914 0.000000 0.585018 0.000000 -0.811020 0.526911 0.526911 0.526911 +5055.462891 0.000000 565.193726 0.000000 0.196134 0.000000 -0.980577 0.516557 0.516557 0.516557 +5038.203125 0.000000 588.365112 0.000000 0.054545 0.000000 -0.998511 0.633471 0.633471 0.633471 +5046.904297 0.000000 601.152039 0.000000 0.047926 0.000000 -0.998851 0.582930 0.582930 0.582930 +5070.953125 0.000000 618.815430 0.000000 0.070157 0.000000 -0.997536 0.419630 0.419630 0.419630 +5087.334473 0.000000 605.829163 0.000000 0.022508 0.000000 -0.999747 0.420718 0.420718 0.420718 +5088.618164 0.000000 568.209351 0.000000 0.229182 0.000000 -0.973383 0.418059 0.418059 0.418059 +5107.016113 0.000000 585.694885 0.000000 0.291040 0.000000 -0.956711 0.417514 0.417514 0.417514 +5083.698730 0.000000 611.343079 0.000000 0.335240 0.000000 -0.942133 0.456286 0.456286 0.456286 +5084.928223 0.000000 582.723816 0.000000 0.425775 0.000000 -0.904829 0.475770 0.475770 0.475770 +5118.582031 0.000000 579.710815 0.000000 0.052574 0.000000 -0.998617 0.497731 0.497731 0.497731 +5099.095215 0.000000 579.162415 0.000000 0.402532 0.000000 -0.915406 0.425644 0.425644 0.425644 +5105.129395 0.000000 615.249634 0.000000 0.462464 0.000000 -0.886638 0.462428 0.462428 0.462428 +5099.596680 0.000000 613.385254 0.000000 0.586254 0.000000 -0.810127 0.445410 0.445410 0.445410 +5119.163574 0.000000 597.518311 0.000000 0.269466 0.000000 -0.963010 0.470180 0.470180 0.470180 +5108.657715 0.000000 564.879822 0.000000 0.411833 0.000000 -0.911259 0.512037 0.512037 0.512037 +5087.005371 0.000000 599.748474 0.000000 0.366745 0.000000 -0.930322 0.474782 0.474782 0.474782 +5105.424316 0.000000 603.260315 0.000000 0.413498 0.000000 -0.910505 0.501397 0.501397 0.501397 +5105.031738 0.000000 611.182312 0.000000 0.265800 0.000000 -0.964028 0.506560 0.506560 0.506560 +5090.508301 0.000000 611.409485 0.000000 0.407704 0.000000 -0.913114 0.520623 0.520623 0.520623 +5101.814941 0.000000 601.389832 0.000000 0.534896 0.000000 -0.844918 0.496645 0.496645 0.496645 +5086.716309 0.000000 611.081726 0.000000 0.414520 0.000000 -0.910040 0.520470 0.520470 0.520470 +5096.688965 0.000000 589.244263 0.000000 0.465416 0.000000 -0.885092 0.479202 0.479202 0.479202 +5106.216309 0.000000 609.388550 0.000000 0.161911 0.000000 -0.986805 0.515091 0.515091 0.515091 +5106.516602 0.000000 580.875183 0.000000 0.423782 0.000000 -0.905764 0.469478 0.469478 0.469478 +5119.825195 0.000000 578.096375 0.000000 0.321591 0.000000 -0.946879 0.492640 0.492640 0.492640 +5105.909180 0.000000 596.685059 0.000000 0.064268 0.000000 -0.997933 0.504014 0.504014 0.504014 +5112.654297 0.000000 582.056702 0.000000 0.260332 0.000000 -0.965519 0.500245 0.500245 0.500245 +5115.262207 0.000000 586.979736 0.000000 0.080249 0.000000 -0.996775 0.516717 0.516717 0.516717 +5086.190918 0.000000 601.897583 0.000000 0.569361 0.000000 -0.822088 0.508428 0.508428 0.508428 +5056.043457 0.000000 589.094788 0.000000 0.058792 0.000000 -0.998270 0.501950 0.501950 0.501950 +5107.824219 0.000000 609.178223 0.000000 0.472754 0.000000 -0.881194 0.508572 0.508572 0.508572 +5112.427734 0.000000 616.714722 0.000000 0.043390 0.000000 -0.999058 0.510925 0.510925 0.510925 +4995.820801 0.000000 635.133484 0.000000 0.007804 0.000000 -0.999970 0.421696 0.421696 0.421696 +5009.219727 0.000000 632.786865 0.000000 0.422405 0.000000 -0.906407 0.492742 0.492742 0.492742 +5011.236816 0.000000 632.651184 0.000000 0.542929 0.000000 -0.839778 0.456684 0.456684 0.456684 +5022.725586 0.000000 624.920715 0.000000 0.198595 0.000000 -0.980082 0.484274 0.484274 0.484274 +5037.674805 0.000000 634.331543 0.000000 0.441777 0.000000 -0.897125 0.492341 0.492341 0.492341 +5086.961914 0.000000 622.289429 0.000000 0.114543 0.000000 -0.993418 0.420356 0.420356 0.420356 +5109.428223 0.000000 639.169373 0.000000 0.264570 0.000000 -0.964367 0.444741 0.444741 0.444741 +5112.346680 0.000000 643.528992 0.000000 0.074695 0.000000 -0.997206 0.437010 0.437010 0.437010 +5119.510742 0.000000 646.064819 0.000000 0.167003 0.000000 -0.985956 0.484848 0.484848 0.484848 +5089.365723 0.000000 631.502991 0.000000 0.563892 0.000000 -0.825848 0.633150 0.633150 0.633150 +5097.650879 0.000000 630.614868 0.000000 0.081455 0.000000 -0.996677 0.434766 0.434766 0.434766 +5108.657715 0.000000 621.364197 0.000000 0.176521 0.000000 -0.984297 0.446143 0.446143 0.446143 +5092.682129 0.000000 645.117493 0.000000 0.273593 0.000000 -0.961846 0.502123 0.502123 0.502123 +5096.688965 0.000000 645.728638 0.000000 0.210134 0.000000 -0.977673 0.471222 0.471222 0.471222 +5098.440430 0.000000 637.537109 0.000000 0.502097 0.000000 -0.864811 0.510015 0.510015 0.510015 +5095.104492 0.000000 633.221741 0.000000 0.493215 0.000000 -0.869907 0.514439 0.514439 0.514439 +5104.943848 0.000000 632.916626 0.000000 0.490336 0.000000 -0.871533 0.514506 0.514506 0.514506 +5099.071777 0.000000 631.906616 0.000000 0.400687 0.000000 -0.916215 0.484716 0.484716 0.484716 +5098.442383 0.000000 649.378967 0.000000 0.081614 0.000000 -0.996664 0.484225 0.484225 0.484225 +5105.237305 0.000000 634.534729 0.000000 0.522669 0.000000 -0.852536 0.492718 0.492718 0.492718 +5113.206055 0.000000 630.954651 0.000000 0.324943 0.000000 -0.945734 0.528861 0.528861 0.528861 +5175.044922 0.000000 377.994568 0.000000 0.213610 0.000000 -0.976919 0.456213 0.456213 0.456213 +5169.129395 0.000000 389.312164 0.000000 0.546563 0.000000 -0.837418 0.485898 0.485898 0.485898 +5166.671387 0.000000 385.360718 0.000000 0.505100 0.000000 -0.863061 0.495206 0.495206 0.495206 +5181.282227 0.000000 382.861450 0.000000 0.345085 0.000000 -0.938571 0.487927 0.487927 0.487927 +5180.771484 0.000000 375.990356 0.000000 0.482446 0.000000 -0.875926 0.466246 0.466246 0.466246 +5188.384766 0.000000 389.678894 0.000000 0.010099 0.000000 -0.999949 0.494174 0.494174 0.494174 +5178.807129 0.000000 402.045166 0.000000 0.179516 0.000000 -0.983755 0.417771 0.417771 0.417771 +5164.062988 0.000000 404.379761 0.000000 0.551686 0.000000 -0.834052 0.412855 0.412855 0.412855 +5182.582031 0.000000 410.257690 0.000000 0.346750 0.000000 -0.937957 0.466674 0.466674 0.466674 +5179.529785 0.000000 396.037628 0.000000 0.038669 0.000000 -0.999252 0.459066 0.459066 0.459066 +5164.016602 0.000000 397.139252 0.000000 0.496345 0.000000 -0.868125 0.468072 0.468072 0.468072 +5147.120117 0.000000 397.339264 0.000000 0.131619 0.000000 -0.991300 0.494104 0.494104 0.494104 +5160.256348 0.000000 412.238342 0.000000 0.530711 0.000000 -0.847553 0.479953 0.479953 0.479953 +5162.415039 0.000000 415.008789 0.000000 0.330013 0.000000 -0.943976 0.507390 0.507390 0.507390 +5242.305176 0.000000 439.372070 0.000000 0.498266 0.000000 -0.867024 0.414511 0.414511 0.414511 +5245.125000 0.000000 447.869873 0.000000 0.564322 0.000000 -0.825555 0.422949 0.422949 0.422949 +5243.000977 0.000000 433.191681 0.000000 0.049820 0.000000 -0.998758 0.422373 0.422373 0.422373 +5203.443848 0.000000 445.310394 0.000000 0.472921 0.000000 -0.881105 0.500124 0.500124 0.500124 +5203.253418 0.000000 442.977234 0.000000 0.492690 0.000000 -0.870205 0.430444 0.430444 0.430444 +5201.033691 0.000000 435.351501 0.000000 0.562873 0.000000 -0.826544 0.485538 0.485538 0.485538 +5134.953125 0.000000 505.846710 0.000000 0.135011 0.000000 -0.990844 0.418777 0.418777 0.418777 +5169.394043 0.000000 477.204773 0.000000 0.419913 0.000000 -0.907564 0.427465 0.427465 0.427465 +5128.173828 0.000000 474.141296 0.000000 0.533330 0.000000 -0.845907 0.456872 0.456872 0.456872 +5174.180664 0.000000 475.725189 0.000000 0.540531 0.000000 -0.841324 0.473462 0.473462 0.473462 +5148.838379 0.000000 476.942383 0.000000 0.332303 0.000000 -0.943173 0.475423 0.475423 0.475423 +5136.382324 0.000000 507.691406 0.000000 0.410177 0.000000 -0.912006 0.490876 0.490876 0.490876 +5122.627930 0.000000 480.582184 0.000000 0.196722 0.000000 -0.980459 0.452223 0.452223 0.452223 +5183.163574 0.000000 484.549561 0.000000 0.559955 0.000000 -0.828523 0.454260 0.454260 0.454260 +5129.322266 0.000000 470.842621 0.000000 0.477864 0.000000 -0.878434 0.502125 0.502125 0.502125 +5140.141113 0.000000 505.806793 0.000000 0.501158 0.000000 -0.865356 0.484776 0.484776 0.484776 +5177.129395 0.000000 490.693604 0.000000 0.518675 0.000000 -0.854971 0.473915 0.473915 0.473915 +5182.854492 0.000000 478.458405 0.000000 0.050470 0.000000 -0.998726 0.491271 0.491271 0.491271 +5153.680176 0.000000 507.702759 0.000000 0.341119 0.000000 -0.940020 0.466776 0.466776 0.466776 +5180.771484 0.000000 488.959106 0.000000 0.163288 0.000000 -0.986579 0.472036 0.472036 0.472036 +5211.131348 0.000000 467.996155 0.000000 0.022422 0.000000 -0.999749 0.420797 0.420797 0.420797 +5238.381836 0.000000 481.202606 0.000000 0.523742 0.000000 -0.851877 0.413541 0.413541 0.413541 +5222.686523 0.000000 452.180786 0.000000 0.275006 0.000000 -0.961442 0.417356 0.417356 0.417356 +5201.360840 0.000000 498.035370 0.000000 0.103688 0.000000 -0.994610 0.423748 0.423748 0.423748 +5247.509766 0.000000 489.093536 0.000000 0.435232 0.000000 -0.900318 0.513642 0.513642 0.513642 +5213.291016 0.000000 494.217529 0.000000 0.058176 0.000000 -0.998306 0.501961 0.501961 0.501961 +5215.373535 0.000000 495.308105 0.000000 0.015081 0.000000 -0.999886 0.481072 0.481072 0.481072 +5245.382324 0.000000 482.177338 0.000000 0.516776 0.000000 -0.856121 0.469761 0.469761 0.469761 +5212.720215 0.000000 492.384125 0.000000 0.102110 0.000000 -0.994773 0.527127 0.527127 0.527127 +5247.825195 0.000000 465.127625 0.000000 0.202758 0.000000 -0.979229 0.509966 0.509966 0.509966 +5244.180664 0.000000 485.977509 0.000000 0.169770 0.000000 -0.985484 0.606146 0.606146 0.606146 +5200.985352 0.000000 474.050842 0.000000 0.585615 0.000000 -0.810589 0.482938 0.482938 0.482938 +5238.280273 0.000000 498.454346 0.000000 0.504287 0.000000 -0.863536 0.528954 0.528954 0.528954 +5162.009766 0.000000 563.296021 0.000000 0.130918 0.000000 -0.991393 0.418975 0.418975 0.418975 +5139.771973 0.000000 530.984802 0.000000 0.191963 0.000000 -0.981402 0.418297 0.418297 0.418297 +5156.575195 0.000000 510.748383 0.000000 0.433456 0.000000 -0.901175 0.415637 0.415637 0.415637 +5140.984863 0.000000 545.557373 0.000000 0.073724 0.000000 -0.997279 0.432738 0.432738 0.432738 +5177.460938 0.000000 508.462646 0.000000 0.211757 0.000000 -0.977322 0.458378 0.458378 0.458378 +5182.994629 0.000000 555.983154 0.000000 0.434937 0.000000 -0.900461 0.505176 0.505176 0.505176 +5133.612305 0.000000 511.487976 0.000000 0.035574 0.000000 -0.999367 0.535036 0.535036 0.535036 +5133.487793 0.000000 518.376038 0.000000 0.172392 0.000000 -0.985028 0.517038 0.517038 0.517038 +5161.650879 0.000000 517.646118 0.000000 0.325323 0.000000 -0.945603 0.450102 0.450102 0.450102 +5174.385254 0.000000 512.268433 0.000000 0.249093 0.000000 -0.968480 0.474807 0.474807 0.474807 +5131.557617 0.000000 548.307129 0.000000 0.527931 0.000000 -0.849287 0.486304 0.486304 0.486304 +5162.257812 0.000000 510.621857 0.000000 0.511992 0.000000 -0.858990 0.465665 0.465665 0.465665 +5169.324707 0.000000 543.956604 0.000000 0.222189 0.000000 -0.975003 0.507430 0.507430 0.507430 +5160.256348 0.000000 525.207092 0.000000 0.402678 0.000000 -0.915342 0.486793 0.486793 0.486793 +5128.280273 0.000000 542.590332 0.000000 0.245254 0.000000 -0.969459 0.506971 0.506971 0.506971 +5175.848633 0.000000 508.422485 0.000000 0.406377 0.000000 -0.913706 0.582525 0.582525 0.582525 +5174.041992 0.000000 508.401703 0.000000 0.410034 0.000000 -0.912070 0.582426 0.582426 0.582426 +5242.807129 0.000000 515.013916 0.000000 0.405538 0.000000 -0.914078 0.414741 0.414741 0.414741 +5193.063965 0.000000 538.821350 0.000000 0.370995 0.000000 -0.928635 0.415696 0.415696 0.415696 +5213.020508 0.000000 521.189758 0.000000 0.410295 0.000000 -0.911953 0.415935 0.415935 0.415935 +5194.329590 0.000000 533.063965 0.000000 0.450991 0.000000 -0.892528 0.487928 0.487928 0.487928 +5193.795410 0.000000 508.383759 0.000000 0.464009 0.000000 -0.885831 0.416287 0.416287 0.416287 +5218.111328 0.000000 539.974548 0.000000 0.147014 0.000000 -0.989134 0.435925 0.435925 0.435925 +5197.872070 0.000000 536.761841 0.000000 0.520074 0.000000 -0.854121 0.425799 0.425799 0.425799 +5186.944824 0.000000 525.755310 0.000000 0.067967 0.000000 -0.997688 0.558356 0.558356 0.558356 +5188.756836 0.000000 527.152588 0.000000 0.535365 0.000000 -0.844621 0.545053 0.545053 0.545053 +5207.348633 0.000000 561.357849 0.000000 0.131334 0.000000 -0.991338 0.466144 0.466144 0.466144 +5188.248535 0.000000 529.659241 0.000000 0.527099 0.000000 -0.849804 0.545272 0.545272 0.545272 +5186.069824 0.000000 533.181030 0.000000 0.331776 0.000000 -0.943358 0.445762 0.445762 0.445762 +5220.916016 0.000000 536.421814 0.000000 0.041436 0.000000 -0.999141 0.471967 0.471967 0.471967 +5185.654297 0.000000 522.717529 0.000000 0.510068 0.000000 -0.860134 0.499304 0.499304 0.499304 +5214.716309 0.000000 554.597351 0.000000 0.106838 0.000000 -0.994276 0.522691 0.522691 0.522691 +5214.288086 0.000000 562.821777 0.000000 0.105916 0.000000 -0.994375 0.527049 0.527049 0.527049 +5219.093262 0.000000 530.735474 0.000000 0.043074 0.000000 -0.999072 0.482746 0.482746 0.482746 +5193.693359 0.000000 517.422119 0.000000 0.466210 0.000000 -0.884674 0.510832 0.510832 0.510832 +5232.891113 0.000000 536.733459 0.000000 0.512572 0.000000 -0.858644 0.503457 0.503457 0.503457 +5191.699707 0.000000 524.214233 0.000000 0.108713 0.000000 -0.994073 0.550900 0.550900 0.550900 +5197.317383 0.000000 561.586609 0.000000 0.561204 0.000000 -0.827677 0.481390 0.481390 0.481390 +5238.403320 0.000000 528.045166 0.000000 0.534850 0.000000 -0.844947 0.507150 0.507150 0.507150 +5197.188965 0.000000 516.614014 0.000000 0.332383 0.000000 -0.943145 0.494557 0.494557 0.494557 +5221.802246 0.000000 526.636230 0.000000 0.103878 0.000000 -0.994590 0.540125 0.540125 0.540125 +5257.795410 0.000000 451.899384 0.000000 0.173643 0.000000 -0.984809 0.439787 0.439787 0.439787 +5253.729492 0.000000 493.903839 0.000000 0.168031 0.000000 -0.985782 0.508498 0.508498 0.508498 +5251.385254 0.000000 490.309509 0.000000 0.198409 0.000000 -0.980119 0.492858 0.492858 0.492858 +5252.189941 0.000000 497.038269 0.000000 0.094691 0.000000 -0.995507 0.594946 0.594946 0.594946 +5248.588379 0.000000 504.177490 0.000000 0.383502 0.000000 -0.923540 0.561716 0.561716 0.561716 +5249.626465 0.000000 506.792358 0.000000 0.264548 0.000000 -0.964373 0.586267 0.586267 0.586267 +5264.716797 0.000000 540.457214 0.000000 0.339649 0.000000 -0.940552 0.418200 0.418200 0.418200 +5271.339844 0.000000 540.766846 0.000000 0.210075 0.000000 -0.977685 0.428591 0.428591 0.428591 +5277.291016 0.000000 550.701904 0.000000 0.548791 0.000000 -0.835959 0.467015 0.467015 0.467015 +5249.654297 0.000000 522.717529 0.000000 0.219954 0.000000 -0.975510 0.464643 0.464643 0.464643 +5271.416992 0.000000 556.292175 0.000000 0.059411 0.000000 -0.998234 0.514958 0.514958 0.514958 +5275.739258 0.000000 551.982788 0.000000 0.290094 0.000000 -0.956998 0.503933 0.503933 0.503933 +5265.033691 0.000000 548.320251 0.000000 0.155445 0.000000 -0.987844 0.545519 0.545519 0.545519 +5260.080078 0.000000 539.648193 0.000000 0.515450 0.000000 -0.856919 0.482374 0.482374 0.482374 +5250.681152 0.000000 530.577942 0.000000 0.433100 0.000000 -0.901346 0.524293 0.524293 0.524293 +5251.498047 0.000000 509.116913 0.000000 0.538103 0.000000 -0.842879 0.555539 0.555539 0.555539 +5322.329590 0.000000 533.063965 0.000000 0.286723 0.000000 -0.958014 0.489050 0.489050 0.489050 +5327.870117 0.000000 545.182251 0.000000 0.491844 0.000000 -0.870683 0.478664 0.478664 0.478664 +5314.627930 0.000000 537.066589 0.000000 0.459992 0.000000 -0.887923 0.510971 0.510971 0.510971 +5339.203125 0.000000 547.677063 0.000000 0.565930 0.000000 -0.824454 0.456227 0.456227 0.456227 +5323.461426 0.000000 535.953796 0.000000 0.508346 0.000000 -0.861153 0.499343 0.499343 0.499343 +5342.190918 0.000000 545.413208 0.000000 0.544799 0.000000 -0.838567 0.490129 0.490129 0.490129 +5320.954590 0.000000 532.077393 0.000000 0.375334 0.000000 -0.926890 0.525605 0.525605 0.525605 +5141.502930 0.000000 613.162964 0.000000 0.317309 0.000000 -0.948322 0.416699 0.416699 0.416699 +5148.431641 0.000000 572.351624 0.000000 0.110935 0.000000 -0.993828 0.419969 0.419969 0.419969 +5155.104004 0.000000 573.385864 0.000000 0.026921 0.000000 -0.999638 0.421353 0.421353 0.421353 +5159.591309 0.000000 606.679810 0.000000 0.389350 0.000000 -0.921090 0.427955 0.427955 0.427955 +5120.090332 0.000000 568.139343 0.000000 0.523063 0.000000 -0.852294 0.427833 0.427833 0.427833 +5167.645996 0.000000 572.541748 0.000000 0.333150 0.000000 -0.942874 0.625519 0.625519 0.625519 +5143.105957 0.000000 586.080444 0.000000 0.163347 0.000000 -0.986569 0.523700 0.523700 0.523700 +5159.465820 0.000000 574.729431 0.000000 0.072705 0.000000 -0.997353 0.462820 0.462820 0.462820 +5167.436035 0.000000 599.565125 0.000000 0.507109 0.000000 -0.861882 0.476251 0.476251 0.476251 +5145.598145 0.000000 588.475342 0.000000 0.216947 0.000000 -0.976183 0.585312 0.585312 0.585312 +5165.587891 0.000000 572.616028 0.000000 0.033206 0.000000 -0.999449 0.541637 0.541637 0.541637 +5153.680176 0.000000 620.671509 0.000000 0.350754 0.000000 -0.936468 0.483569 0.483569 0.483569 +5121.726074 0.000000 607.748230 0.000000 0.148032 0.000000 -0.988983 0.508890 0.508890 0.508890 +5150.609375 0.000000 590.506409 0.000000 0.283691 0.000000 -0.958916 0.529767 0.529767 0.529767 +5167.105469 0.000000 568.405090 0.000000 0.447628 0.000000 -0.894220 0.490108 0.490108 0.490108 +5174.485352 0.000000 590.257996 0.000000 0.518426 0.000000 -0.855123 0.511743 0.511743 0.511743 +5151.303223 0.000000 591.855164 0.000000 0.187346 0.000000 -0.982294 0.531840 0.531840 0.531840 +5245.125000 0.000000 617.322998 0.000000 0.502474 0.000000 -0.864592 0.421926 0.421926 0.421926 +5198.650879 0.000000 615.184570 0.000000 0.363028 0.000000 -0.931778 0.474851 0.474851 0.474851 +5216.544434 0.000000 612.175293 0.000000 0.002440 0.000000 -0.999997 0.427335 0.427335 0.427335 +5227.095215 0.000000 579.162415 0.000000 0.523883 0.000000 -0.851790 0.425734 0.425734 0.425734 +5207.935547 0.000000 601.898865 0.000000 0.414195 0.000000 -0.910188 0.440165 0.440165 0.440165 +5197.487793 0.000000 574.860413 0.000000 0.116738 0.000000 -0.993163 0.440659 0.440659 0.440659 +5210.165527 0.000000 573.101501 0.000000 0.506709 0.000000 -0.862117 0.461578 0.461578 0.461578 +5223.465820 0.000000 574.729431 0.000000 0.566958 0.000000 -0.823747 0.498007 0.498007 0.498007 +5234.103516 0.000000 613.176636 0.000000 0.404832 0.000000 -0.914391 0.448744 0.448744 0.448744 +5194.234863 0.000000 612.289673 0.000000 0.133833 0.000000 -0.991004 0.491908 0.491908 0.491908 +5214.725586 0.000000 568.436340 0.000000 0.531272 0.000000 -0.847201 0.617241 0.617241 0.617241 +5211.877441 0.000000 576.334656 0.000000 0.290097 0.000000 -0.956997 0.482589 0.482589 0.482589 +5192.564453 0.000000 616.574829 0.000000 0.145031 0.000000 -0.989427 0.598044 0.598044 0.598044 +5243.964844 0.000000 616.145569 0.000000 0.439531 0.000000 -0.898227 0.517784 0.517784 0.517784 +5212.899902 0.000000 616.392456 0.000000 0.188048 0.000000 -0.982160 0.512412 0.512412 0.512412 +5192.986816 0.000000 619.551819 0.000000 0.059232 0.000000 -0.998244 0.536721 0.536721 0.536721 +5214.191406 0.000000 567.057739 0.000000 0.063252 0.000000 -0.997998 0.575978 0.575978 0.575978 +5215.834473 0.000000 566.997253 0.000000 0.188442 0.000000 -0.982084 0.572981 0.572981 0.572981 +5143.068359 0.000000 625.839294 0.000000 0.369340 0.000000 -0.929294 0.434592 0.434592 0.434592 +5179.739258 0.000000 625.834778 0.000000 0.205798 0.000000 -0.978594 0.445680 0.445680 0.445680 +5121.654297 0.000000 635.686279 0.000000 0.159209 0.000000 -0.987245 0.500050 0.500050 0.500050 +5168.943848 0.000000 632.916626 0.000000 0.173637 0.000000 -0.984810 0.480435 0.480435 0.480435 +5120.371582 0.000000 626.412964 0.000000 0.242569 0.000000 -0.970134 0.578161 0.578161 0.578161 +5170.999023 0.000000 628.670959 0.000000 0.410997 0.000000 -0.911637 0.642565 0.642565 0.642565 +5150.021484 0.000000 629.595032 0.000000 0.298867 0.000000 -0.954295 0.529435 0.529435 0.529435 +5172.916016 0.000000 628.691162 0.000000 0.323745 0.000000 -0.946144 0.630132 0.630132 0.630132 +5155.182129 0.000000 628.094482 0.000000 0.075664 0.000000 -0.997133 0.497302 0.497302 0.497302 +5164.442383 0.000000 627.840881 0.000000 0.197669 0.000000 -0.980269 0.495019 0.495019 0.495019 +5154.375977 0.000000 637.770874 0.000000 0.427723 0.000000 -0.903910 0.498980 0.498980 0.498980 +5164.147461 0.000000 636.963501 0.000000 0.323040 0.000000 -0.946385 0.524625 0.524625 0.524625 +5147.133789 0.000000 624.858276 0.000000 0.092898 0.000000 -0.995676 0.597186 0.597186 0.597186 +5201.664551 0.000000 627.984131 0.000000 0.074188 0.000000 -0.997244 0.420549 0.420549 0.420549 +5221.463867 0.000000 628.933472 0.000000 0.379740 0.000000 -0.925093 0.485128 0.485128 0.485128 +5197.612305 0.000000 624.456726 0.000000 0.441550 0.000000 -0.897237 0.496573 0.496573 0.496573 +5195.263184 0.000000 657.890442 0.000000 0.205981 0.000000 -0.978556 0.520664 0.520664 0.520664 +5197.139648 0.000000 664.872803 0.000000 0.046156 0.000000 -0.998934 0.454638 0.454638 0.454638 +5224.199219 0.000000 652.174072 0.000000 0.015581 0.000000 -0.999879 0.487565 0.487565 0.487565 +5204.141113 0.000000 675.259888 0.000000 0.273907 0.000000 -0.961756 0.508538 0.508538 0.508538 +5230.245605 0.000000 641.250671 0.000000 0.585402 0.000000 -0.810743 0.472507 0.472507 0.472507 +5213.096680 0.000000 621.724304 0.000000 0.364343 0.000000 -0.931265 0.468472 0.468472 0.468472 +5218.177734 0.000000 648.261292 0.000000 0.319453 0.000000 -0.947602 0.486294 0.486294 0.486294 +5200.278320 0.000000 634.883911 0.000000 0.338259 0.000000 -0.941053 0.485934 0.485934 0.485934 +5191.260254 0.000000 667.932556 0.000000 0.391837 0.000000 -0.920035 0.491247 0.491247 0.491247 +5233.237305 0.000000 634.534729 0.000000 0.268793 0.000000 -0.963198 0.495802 0.495802 0.495802 +5194.256348 0.000000 625.558838 0.000000 0.497739 0.000000 -0.867327 0.520665 0.520665 0.520665 +5206.444824 0.000000 673.026917 0.000000 0.234716 0.000000 -0.972064 0.582693 0.582693 0.582693 +5197.681641 0.000000 666.997070 0.000000 0.404351 0.000000 -0.914604 0.531334 0.531334 0.531334 +5290.673340 0.000000 564.987671 0.000000 0.440101 0.000000 -0.897948 0.415256 0.415256 0.415256 +5291.690430 0.000000 568.407715 0.000000 0.017172 0.000000 -0.999853 0.502733 0.502733 0.502733 +5285.463867 0.000000 572.449097 0.000000 0.178546 0.000000 -0.983932 0.506138 0.506138 0.506138 +5279.373535 0.000000 608.276855 0.000000 0.195751 0.000000 -0.980654 0.480039 0.480039 0.480039 +5278.716309 0.000000 611.081726 0.000000 0.471972 0.000000 -0.881614 0.464348 0.464348 0.464348 +5306.270996 0.000000 573.177551 0.000000 0.235526 0.000000 -0.971868 0.490018 0.490018 0.490018 +5334.628418 0.000000 594.870972 0.000000 0.315567 0.000000 -0.948903 0.417098 0.417098 0.417098 +5349.463867 0.000000 572.449097 0.000000 0.264920 0.000000 -0.964270 0.423535 0.423535 0.423535 +5325.612305 0.000000 567.972351 0.000000 0.484431 0.000000 -0.874830 0.487232 0.487232 0.487232 +5317.141602 0.000000 590.349976 0.000000 0.407075 0.000000 -0.913395 0.495175 0.495175 0.495175 +5367.794922 0.000000 577.849976 0.000000 0.386597 0.000000 -0.922249 0.446951 0.446951 0.446951 +5373.252441 0.000000 575.270081 0.000000 0.239501 0.000000 -0.970896 0.453655 0.453655 0.453655 +5332.821777 0.000000 595.954712 0.000000 0.441037 0.000000 -0.897489 0.660970 0.660970 0.660970 +5369.678223 0.000000 579.965393 0.000000 0.188218 0.000000 -0.982127 0.493049 0.493049 0.493049 +5331.236816 0.000000 576.166809 0.000000 0.524045 0.000000 -0.851690 0.467519 0.467519 0.467519 +5372.271484 0.000000 573.357056 0.000000 0.425768 0.000000 -0.904832 0.456796 0.456796 0.456796 +5363.318359 0.000000 598.485229 0.000000 0.012653 0.000000 -0.999920 0.494127 0.494127 0.494127 +5362.425293 0.000000 566.998108 0.000000 0.497880 0.000000 -0.867246 0.486948 0.486948 0.486948 +5359.250488 0.000000 593.824646 0.000000 0.353588 0.000000 -0.935401 0.543186 0.543186 0.543186 +5333.609863 0.000000 597.492737 0.000000 0.062440 0.000000 -0.998049 0.495382 0.495382 0.495382 +5289.322754 0.000000 669.603760 0.000000 0.522094 0.000000 -0.852888 0.413924 0.413924 0.413924 +5292.376953 0.000000 667.595825 0.000000 0.075818 0.000000 -0.997122 0.420527 0.420527 0.420527 +5259.616211 0.000000 650.669250 0.000000 0.011804 0.000000 -0.999930 0.429349 0.429349 0.429349 +5267.443848 0.000000 671.247925 0.000000 0.194959 0.000000 -0.980811 0.424563 0.424563 0.424563 +5267.253418 0.000000 668.914734 0.000000 0.095261 0.000000 -0.995452 0.456002 0.456002 0.456002 +5295.085449 0.000000 660.156250 0.000000 0.328073 0.000000 -0.944652 0.488257 0.488257 0.488257 +5287.778320 0.000000 677.163086 0.000000 0.176118 0.000000 -0.984369 0.484683 0.484683 0.484683 +5266.979980 0.000000 661.341919 0.000000 0.181496 0.000000 -0.983392 0.478150 0.478150 0.478150 +5268.141113 0.000000 675.259888 0.000000 0.349914 0.000000 -0.936782 0.483585 0.483585 0.483585 +5266.362793 0.000000 653.964722 0.000000 0.035237 0.000000 -0.999379 0.585436 0.585436 0.585436 +5267.881836 0.000000 659.865662 0.000000 0.025983 0.000000 -0.999662 0.515615 0.515615 0.515615 +5272.204102 0.000000 665.855652 0.000000 0.245569 0.000000 -0.969379 0.560780 0.560780 0.560780 +5273.560059 0.000000 664.501648 0.000000 0.033575 0.000000 -0.999436 0.565708 0.565708 0.565708 +5293.249512 0.000000 652.566895 0.000000 0.401892 0.000000 -0.915687 0.584790 0.584790 0.584790 +5377.451660 0.000000 574.236206 0.000000 0.347278 0.000000 -0.937762 0.424404 0.424404 0.424404 +5386.329590 0.000000 589.548340 0.000000 0.055035 0.000000 -0.998484 0.465266 0.465266 0.465266 +5387.377441 0.000000 584.387329 0.000000 0.455548 0.000000 -0.890211 0.492054 0.492054 0.492054 +5213.237305 0.000000 711.334717 0.000000 0.406509 0.000000 -0.913647 0.415533 0.415533 0.415533 +5242.385254 0.000000 680.404541 0.000000 0.390934 0.000000 -0.920419 0.415820 0.415820 0.415820 +5207.191895 0.000000 723.703125 0.000000 0.436278 0.000000 -0.899812 0.415426 0.415426 0.415426 +5237.519043 0.000000 704.437927 0.000000 0.208493 0.000000 -0.978024 0.418821 0.418821 0.418821 +5231.447754 0.000000 690.498169 0.000000 0.505247 0.000000 -0.862975 0.414504 0.414504 0.414504 +5223.591309 0.000000 719.648560 0.000000 0.157142 0.000000 -0.987576 0.442176 0.442176 0.442176 +5218.111328 0.000000 709.427673 0.000000 0.380217 0.000000 -0.924897 0.626271 0.626271 0.626271 +5212.928223 0.000000 695.692566 0.000000 0.376200 0.000000 -0.926539 0.476721 0.476721 0.476721 +5207.339844 0.000000 710.219971 0.000000 0.036897 0.000000 -0.999319 0.476366 0.476366 0.476366 +5211.190918 0.000000 706.121887 0.000000 0.297082 0.000000 -0.954852 0.473943 0.473943 0.473943 +5191.143066 0.000000 705.196960 0.000000 0.069442 0.000000 -0.997586 0.486602 0.486602 0.486602 +5240.742188 0.000000 707.706360 0.000000 0.171585 0.000000 -0.985169 0.523531 0.523531 0.523531 +5247.814453 0.000000 696.257202 0.000000 0.205785 0.000000 -0.978597 0.462748 0.462748 0.462748 +5247.510742 0.000000 702.549194 0.000000 0.552029 0.000000 -0.833825 0.595337 0.595337 0.595337 +5246.948242 0.000000 679.966614 0.000000 0.189004 0.000000 -0.981976 0.441681 0.441681 0.441681 +5214.816895 0.000000 692.250305 0.000000 0.014135 0.000000 -0.999900 0.465943 0.465943 0.465943 +5238.385254 0.000000 681.721558 0.000000 0.124167 0.000000 -0.992261 0.563620 0.563620 0.563620 +5223.465820 0.000000 687.698181 0.000000 0.560303 0.000000 -0.828288 0.443830 0.443830 0.443830 +5229.465820 0.000000 722.108459 0.000000 0.124346 0.000000 -0.992239 0.464114 0.464114 0.464114 +5212.979980 0.000000 693.091675 0.000000 0.584058 0.000000 -0.811712 0.464194 0.464194 0.464194 +5203.236816 0.000000 689.135559 0.000000 0.273973 0.000000 -0.961737 0.527831 0.527831 0.527831 +5234.709961 0.000000 691.902344 0.000000 0.072577 0.000000 -0.997363 0.471439 0.471439 0.471439 +5214.288086 0.000000 732.274902 0.000000 0.392306 0.000000 -0.919835 0.493357 0.493357 0.493357 +5219.093262 0.000000 700.188599 0.000000 0.022594 0.000000 -0.999745 0.535308 0.535308 0.535308 +5220.099609 0.000000 716.130310 0.000000 0.462289 0.000000 -0.886729 0.477158 0.477158 0.477158 +5214.945801 0.000000 706.276428 0.000000 0.352297 0.000000 -0.935888 0.588279 0.588279 0.588279 +5217.433594 0.000000 713.616089 0.000000 0.407522 0.000000 -0.913195 0.544038 0.544038 0.544038 +5218.087402 0.000000 702.867737 0.000000 0.117242 0.000000 -0.993103 0.485745 0.485745 0.485745 +5220.830078 0.000000 712.740234 0.000000 0.132971 0.000000 -0.991120 0.576497 0.576497 0.576497 +5219.182129 0.000000 684.578857 0.000000 0.277527 0.000000 -0.960718 0.491360 0.491360 0.491360 +5201.862305 0.000000 714.139954 0.000000 0.392997 0.000000 -0.919540 0.540122 0.540122 0.540122 +5203.070801 0.000000 721.180298 0.000000 0.044349 0.000000 -0.999016 0.554512 0.554512 0.554512 +5214.924805 0.000000 717.117310 0.000000 0.154806 0.000000 -0.987945 0.599979 0.599979 0.599979 +5199.736328 0.000000 708.573730 0.000000 0.566641 0.000000 -0.823965 0.535798 0.535798 0.535798 +5241.728516 0.000000 703.207214 0.000000 0.492518 0.000000 -0.870302 0.573753 0.573753 0.573753 +5199.974609 0.000000 711.372375 0.000000 0.086745 0.000000 -0.996230 0.595146 0.595146 0.595146 +5235.824219 0.000000 722.146973 0.000000 0.519704 0.000000 -0.854347 0.509607 0.509607 0.509607 +5238.998047 0.000000 695.114807 0.000000 0.319517 0.000000 -0.947581 0.516149 0.516149 0.516149 +5204.440918 0.000000 733.319153 0.000000 0.107337 0.000000 -0.994223 0.553108 0.553108 0.553108 +5213.380859 0.000000 697.210144 0.000000 0.418205 0.000000 -0.908353 0.584343 0.584343 0.584343 +5193.912598 0.000000 706.914673 0.000000 0.411167 0.000000 -0.911560 0.546081 0.546081 0.546081 +5199.217285 0.000000 709.960999 0.000000 0.362108 0.000000 -0.932136 0.540848 0.540848 0.540848 +5238.238281 0.000000 734.174561 0.000000 0.053387 0.000000 -0.998574 0.547755 0.547755 0.547755 +5203.524902 0.000000 714.746338 0.000000 0.188214 0.000000 -0.982128 0.596929 0.596929 0.596929 +5222.782227 0.000000 705.822144 0.000000 0.392407 0.000000 -0.919792 0.600075 0.600075 0.600075 +5230.236328 0.000000 733.668884 0.000000 0.414363 0.000000 -0.910112 0.556664 0.556664 0.556664 +5218.937988 0.000000 708.317566 0.000000 0.084297 0.000000 -0.996441 0.634847 0.634847 0.634847 +5236.657715 0.000000 734.332947 0.000000 0.020057 0.000000 -0.999799 0.446433 0.446433 0.446433 +5225.262207 0.000000 747.634521 0.000000 0.285141 0.000000 -0.958485 0.521157 0.521157 0.521157 +5260.552734 0.000000 704.006531 0.000000 0.211649 0.000000 -0.977346 0.417759 0.417759 0.417759 +5277.958984 0.000000 688.012817 0.000000 0.406464 0.000000 -0.913667 0.433986 0.433986 0.433986 +5270.077637 0.000000 694.987183 0.000000 0.283851 0.000000 -0.958868 0.444430 0.444430 0.444430 +5267.894531 0.000000 685.584290 0.000000 0.415582 0.000000 -0.909556 0.565172 0.565172 0.565172 +5281.641602 0.000000 695.891113 0.000000 0.108082 0.000000 -0.994142 0.470835 0.470835 0.470835 +5281.365723 0.000000 687.987366 0.000000 0.563351 0.000000 -0.826218 0.500186 0.500186 0.500186 +5278.816895 0.000000 692.250305 0.000000 0.280854 0.000000 -0.959751 0.553477 0.553477 0.553477 +5276.838379 0.000000 702.879883 0.000000 0.331779 0.000000 -0.943357 0.547982 0.547982 0.547982 +5284.682129 0.000000 701.601868 0.000000 0.081914 0.000000 -0.996639 0.479904 0.479904 0.479904 +5273.598145 0.000000 701.444092 0.000000 0.478406 0.000000 -0.878139 0.476835 0.476835 0.476835 +5258.618164 0.000000 691.356873 0.000000 0.129289 0.000000 -0.991607 0.498461 0.498461 0.498461 +5260.080078 0.000000 709.101318 0.000000 0.536887 0.000000 -0.843654 0.523932 0.523932 0.523932 +5259.461426 0.000000 705.406921 0.000000 0.417019 0.000000 -0.908898 0.509802 0.509802 0.509802 +5265.288086 0.000000 682.893738 0.000000 0.099561 0.000000 -0.995031 0.592630 0.592630 0.592630 +5266.929199 0.000000 683.286743 0.000000 0.188301 0.000000 -0.982111 0.634091 0.634091 0.634091 +5257.912598 0.000000 706.914673 0.000000 0.012000 0.000000 -0.999928 0.537715 0.537715 0.537715 +5277.938965 0.000000 694.345947 0.000000 0.565782 0.000000 -0.824555 0.516908 0.516908 0.516908 +5261.322266 0.000000 682.409241 0.000000 0.115910 0.000000 -0.993260 0.614154 0.614154 0.614154 +5266.338867 0.000000 685.845703 0.000000 0.021445 0.000000 -0.999770 0.574773 0.574773 0.574773 6357.918945 0.000000 2157.913574 0.000000 0.147449 0.000000 -0.989070 0.657284 0.657284 0.657284 6357.272461 0.000000 2154.775879 0.000000 0.478717 0.000000 -0.877969 0.743728 0.743728 0.743728 "} diff --git a/gfx/map/map_object_data/generated/pine_sparse_generator_3.txt b/gfx/map/map_object_data/generated/pine_sparse_generator_3.txt index c2ee454c..5887dc58 100644 --- a/gfx/map/map_object_data/generated/pine_sparse_generator_3.txt +++ b/gfx/map/map_object_data/generated/pine_sparse_generator_3.txt @@ -5,7 +5,7 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_001_mesh" - count=338 + count=905 transform="1273.099365 0.000000 2532.314697 0.000000 0.493903 0.000000 0.869517 0.593824 0.593824 0.593824 1273.239868 0.000000 2528.641846 0.000000 0.231717 0.000000 0.972783 0.529481 0.529481 0.529481 1270.610596 0.000000 2535.225830 0.000000 0.500647 0.000000 0.865652 0.657756 0.657756 0.657756 @@ -340,6 +340,573 @@ 2535.243408 0.000000 2818.634766 0.000000 0.583304 0.000000 0.812254 0.625770 0.625770 0.625770 2538.351562 0.000000 2816.822754 0.000000 0.147412 0.000000 0.989075 0.529014 0.529014 0.529014 2520.939453 0.000000 2813.045410 0.000000 0.399157 0.000000 0.916883 0.592299 0.592299 0.592299 +4285.292480 0.000000 125.527725 0.000000 0.385077 0.000000 0.922885 0.384798 0.384798 0.384798 +4331.601562 0.000000 165.868805 0.000000 0.484269 0.000000 0.874919 0.385997 0.385997 0.385997 +4345.072754 0.000000 163.085846 0.000000 0.387462 0.000000 0.921886 0.395401 0.395401 0.395401 +4290.199219 0.000000 120.081039 0.000000 0.577136 0.000000 0.816648 0.398615 0.398615 0.398615 +4322.735840 0.000000 209.106171 0.000000 0.014195 0.000000 0.999899 0.379404 0.379404 0.379404 +4326.337891 0.000000 183.189270 0.000000 0.107948 0.000000 0.994157 0.379917 0.379917 0.379917 +4323.200195 0.000000 182.250092 0.000000 0.293614 0.000000 0.955924 0.382650 0.382650 0.382650 +4331.690430 0.000000 173.017120 0.000000 0.301631 0.000000 0.953425 0.382575 0.382575 0.382575 +4499.362793 0.000000 84.472214 0.000000 0.106445 0.000000 0.994319 0.379603 0.379603 0.379603 +4585.967773 0.000000 86.302307 0.000000 0.532975 0.000000 0.846131 0.386351 0.386351 0.386351 +4531.213867 0.000000 159.225967 0.000000 0.345751 0.000000 0.938326 0.383887 0.383887 0.383887 +4502.628418 0.000000 142.995956 0.000000 0.158106 0.000000 0.987422 0.381175 0.381175 0.381175 +4487.437500 0.000000 168.012375 0.000000 0.251788 0.000000 0.967782 0.382255 0.382255 0.382255 +4534.158691 0.000000 145.028503 0.000000 0.065093 0.000000 0.997879 0.381585 0.381585 0.381585 +4518.962402 0.000000 157.148712 0.000000 0.392514 0.000000 0.919746 0.397301 0.397301 0.397301 +4501.917480 0.000000 157.231003 0.000000 0.095211 0.000000 0.995457 0.403378 0.403378 0.403378 +4517.379395 0.000000 149.855377 0.000000 0.293070 0.000000 0.956091 0.426318 0.426318 0.426318 +4567.408203 0.000000 124.806938 0.000000 0.568079 0.000000 0.822974 0.386727 0.386727 0.386727 +4582.385742 0.000000 129.813766 0.000000 0.198210 0.000000 0.980160 0.381103 0.381103 0.381103 +4561.493164 0.000000 156.941528 0.000000 0.221967 0.000000 0.975054 0.398215 0.398215 0.398215 +4586.219238 0.000000 159.183411 0.000000 0.434143 0.000000 0.900844 0.397983 0.397983 0.397983 +4559.354980 0.000000 159.190826 0.000000 0.262343 0.000000 0.964975 0.438289 0.438289 0.438289 +4498.190430 0.000000 178.975296 0.000000 0.529003 0.000000 0.848620 0.386541 0.386541 0.386541 +4525.386719 0.000000 224.160126 0.000000 0.576205 0.000000 0.817305 0.387102 0.387102 0.387102 +4489.084961 0.000000 180.270996 0.000000 0.343736 0.000000 0.939066 0.383371 0.383371 0.383371 +4493.188965 0.000000 177.707794 0.000000 0.014371 0.000000 0.999897 0.421490 0.421490 0.421490 +4492.241699 0.000000 171.717941 0.000000 0.268392 0.000000 0.963310 0.438402 0.438402 0.438402 +4495.104980 0.000000 172.355728 0.000000 0.169455 0.000000 0.985538 0.448973 0.448973 0.448973 +4559.671387 0.000000 170.982224 0.000000 0.202355 0.000000 0.979312 0.381297 0.381297 0.381297 +4557.612305 0.000000 172.581741 0.000000 0.351888 0.000000 0.936042 0.391207 0.391207 0.391207 +4331.407227 0.000000 326.649933 0.000000 0.041955 0.000000 0.999120 0.397231 0.397231 0.397231 +4331.628906 0.000000 322.812958 0.000000 0.573198 0.000000 0.819417 0.420636 0.420636 0.420636 +4324.170898 0.000000 336.818481 0.000000 0.225025 0.000000 0.974353 0.483673 0.483673 0.483673 +4315.631348 0.000000 338.271881 0.000000 0.294200 0.000000 0.955744 0.581858 0.581858 0.581858 +4347.100586 0.000000 348.998993 0.000000 0.386030 0.000000 0.922486 0.384225 0.384225 0.384225 +4346.270996 0.000000 347.240051 0.000000 0.572536 0.000000 0.819880 0.420623 0.420623 0.420623 +4312.030273 0.000000 352.211456 0.000000 0.435645 0.000000 0.900119 0.457896 0.457896 0.457896 +4320.052246 0.000000 338.928528 0.000000 0.584273 0.000000 0.811557 0.634742 0.634742 0.634742 +4344.311035 0.000000 383.558350 0.000000 0.066088 0.000000 0.997814 0.579875 0.579875 0.579875 +4317.048828 0.000000 340.548737 0.000000 0.563858 0.000000 0.825872 0.601748 0.601748 0.601748 +4342.847168 0.000000 381.768188 0.000000 0.221447 0.000000 0.975172 0.551852 0.551852 0.551852 +4316.237305 0.000000 342.881561 0.000000 0.198733 0.000000 0.980054 0.563325 0.563325 0.563325 +4349.240234 0.000000 409.421844 0.000000 0.309357 0.000000 0.950946 0.474898 0.474898 0.474898 +4346.750488 0.000000 409.878021 0.000000 0.209622 0.000000 0.977782 0.546307 0.546307 0.546307 +4343.719727 0.000000 399.420471 0.000000 0.026983 0.000000 0.999636 0.515600 0.515600 0.515600 +4344.005371 0.000000 401.497864 0.000000 0.197379 0.000000 0.980327 0.528580 0.528580 0.528580 +4348.159668 0.000000 413.026917 0.000000 0.410924 0.000000 0.911670 0.555631 0.555631 0.555631 +4343.381348 0.000000 409.417511 0.000000 0.202858 0.000000 0.979208 0.575537 0.575537 0.575537 +4477.611816 0.000000 264.697174 0.000000 0.285700 0.000000 0.958319 0.382921 0.382921 0.382921 +4469.519043 0.000000 252.562912 0.000000 0.507434 0.000000 0.861690 0.385947 0.385947 0.385947 +4459.659668 0.000000 262.117126 0.000000 0.581310 0.000000 0.813682 0.386854 0.386854 0.386854 +4513.947754 0.000000 275.411011 0.000000 0.066084 0.000000 0.997814 0.380091 0.380091 0.380091 +4518.889160 0.000000 249.377121 0.000000 0.446690 0.000000 0.894689 0.385343 0.385343 0.385343 +4485.464844 0.000000 230.719437 0.000000 0.426442 0.000000 0.904515 0.384989 0.384989 0.384989 +4539.981445 0.000000 281.156738 0.000000 0.395328 0.000000 0.918540 0.384535 0.384535 0.384535 +4485.141602 0.000000 251.443726 0.000000 0.421643 0.000000 0.906762 0.385009 0.385009 0.385009 +4547.510742 0.000000 272.865479 0.000000 0.540201 0.000000 0.841536 0.386467 0.386467 0.386467 +4551.437500 0.000000 280.981140 0.000000 0.448063 0.000000 0.894002 0.384921 0.384921 0.384921 +4533.566895 0.000000 294.884094 0.000000 0.240706 0.000000 0.970598 0.381703 0.381703 0.381703 +4500.805176 0.000000 282.489410 0.000000 0.359468 0.000000 0.933158 0.383240 0.383240 0.383240 +4542.582031 0.000000 297.288940 0.000000 0.292789 0.000000 0.956177 0.382193 0.382193 0.382193 +4395.960938 0.000000 361.008514 0.000000 0.531341 0.000000 0.847158 0.419818 0.419818 0.419818 +4359.440918 0.000000 389.313385 0.000000 0.065727 0.000000 0.997838 0.399369 0.399369 0.399369 +4356.189941 0.000000 384.069519 0.000000 0.053653 0.000000 0.998560 0.411571 0.411571 0.411571 +4443.673340 0.000000 391.679565 0.000000 0.556881 0.000000 0.830592 0.390882 0.390882 0.390882 +4414.854492 0.000000 421.974030 0.000000 0.132682 0.000000 0.991159 0.402187 0.402187 0.402187 +4393.963379 0.000000 402.919952 0.000000 0.489530 0.000000 0.871986 0.415374 0.415374 0.415374 +4412.312988 0.000000 419.145477 0.000000 0.533075 0.000000 0.846068 0.430835 0.430835 0.430835 +4387.061035 0.000000 450.707550 0.000000 0.241800 0.000000 0.970326 0.494632 0.494632 0.494632 +4396.330078 0.000000 414.155518 0.000000 0.033391 0.000000 0.999442 0.520914 0.520914 0.520914 +4353.343750 0.000000 408.703979 0.000000 0.349683 0.000000 0.936868 0.548523 0.548523 0.548523 +4395.132812 0.000000 410.757660 0.000000 0.460866 0.000000 0.887470 0.599734 0.599734 0.599734 +4476.454590 0.000000 435.729767 0.000000 0.147731 0.000000 0.989028 0.398855 0.398855 0.398855 +4525.386719 0.000000 450.097626 0.000000 0.213671 0.000000 0.976906 0.381862 0.381862 0.381862 +4628.832520 0.000000 182.032761 0.000000 0.208289 0.000000 0.978067 0.381177 0.381177 0.381177 +4693.502930 0.000000 217.772339 0.000000 0.539646 0.000000 0.841892 0.386658 0.386658 0.386658 +4770.932617 0.000000 223.530045 0.000000 0.409473 0.000000 0.912322 0.384913 0.384913 0.384913 +4796.832520 0.000000 201.774872 0.000000 0.467547 0.000000 0.883968 0.385382 0.385382 0.385382 +4795.739258 0.000000 173.959763 0.000000 0.046752 0.000000 0.998907 0.386658 0.386658 0.386658 +4790.403320 0.000000 189.138931 0.000000 0.562120 0.000000 0.827055 0.422253 0.422253 0.422253 +4795.993164 0.000000 185.996704 0.000000 0.155807 0.000000 0.987788 0.416803 0.416803 0.416803 +4833.910645 0.000000 211.776001 0.000000 0.063649 0.000000 0.997972 0.379005 0.379005 0.379005 +4827.673340 0.000000 222.226456 0.000000 0.362480 0.000000 0.931992 0.385922 0.385922 0.385922 +4871.979980 0.000000 211.588425 0.000000 0.106591 0.000000 0.994303 0.381140 0.381140 0.381140 +4875.929688 0.000000 181.458984 0.000000 0.456031 0.000000 0.889964 0.385646 0.385646 0.385646 +4894.060547 0.000000 217.608017 0.000000 0.432846 0.000000 0.901468 0.385195 0.385195 0.385195 +4891.131348 0.000000 185.574280 0.000000 0.529350 0.000000 0.848404 0.386647 0.386647 0.386647 +4893.392090 0.000000 214.126587 0.000000 0.495150 0.000000 0.868807 0.385965 0.385965 0.385965 +4873.866211 0.000000 208.525452 0.000000 0.153008 0.000000 0.988225 0.381036 0.381036 0.381036 +4881.436523 0.000000 193.322159 0.000000 0.256088 0.000000 0.966654 0.381660 0.381660 0.381660 +4867.913086 0.000000 180.389664 0.000000 0.292745 0.000000 0.956191 0.382447 0.382447 0.382447 +4883.640625 0.000000 194.764877 0.000000 0.445568 0.000000 0.895248 0.384551 0.384551 0.384551 +4875.442871 0.000000 187.261719 0.000000 0.557008 0.000000 0.830507 0.386348 0.386348 0.386348 +4879.870117 0.000000 206.276001 0.000000 0.006163 0.000000 0.999981 0.378125 0.378125 0.378125 +4887.339844 0.000000 201.860626 0.000000 0.406946 0.000000 0.913452 0.383956 0.383956 0.383956 +4866.944824 0.000000 186.849060 0.000000 0.264081 0.000000 0.964501 0.381841 0.381841 0.381841 +4698.709961 0.000000 319.461823 0.000000 0.554280 0.000000 0.832330 0.387137 0.387137 0.387137 +4678.057129 0.000000 327.359619 0.000000 0.413083 0.000000 0.910693 0.384564 0.384564 0.384564 +4732.013184 0.000000 297.286621 0.000000 0.431859 0.000000 0.901941 0.384395 0.384395 0.384395 +4686.389160 0.000000 315.806580 0.000000 0.357170 0.000000 0.934039 0.384024 0.384024 0.384024 +4695.935547 0.000000 319.476990 0.000000 0.429101 0.000000 0.903257 0.388777 0.388777 0.388777 +4674.269043 0.000000 335.855743 0.000000 0.186059 0.000000 0.982539 0.394077 0.394077 0.394077 +4682.234863 0.000000 329.867767 0.000000 0.024904 0.000000 0.999690 0.393430 0.393430 0.393430 +4687.799805 0.000000 325.485718 0.000000 0.426524 0.000000 0.904476 0.412420 0.412420 0.412420 +4680.564453 0.000000 334.152954 0.000000 0.317582 0.000000 0.948231 0.428555 0.428555 0.428555 +4688.583984 0.000000 320.778015 0.000000 0.426660 0.000000 0.904412 0.432389 0.432389 0.432389 +4782.042969 0.000000 231.792175 0.000000 0.054751 0.000000 0.998500 0.379789 0.379789 0.379789 +4795.739258 0.000000 230.444138 0.000000 0.155505 0.000000 0.987835 0.381083 0.381083 0.381083 +4810.564941 0.000000 228.486420 0.000000 0.206660 0.000000 0.978413 0.381154 0.381154 0.381154 +4819.894531 0.000000 233.709274 0.000000 0.574761 0.000000 0.818322 0.389346 0.389346 0.389346 +4833.365723 0.000000 236.112335 0.000000 0.184981 0.000000 0.982742 0.381504 0.381504 0.381504 +4794.631836 0.000000 317.558319 0.000000 0.128183 0.000000 0.991751 0.380484 0.380484 0.380484 +4798.994629 0.000000 330.045654 0.000000 0.561616 0.000000 0.827398 0.392807 0.392807 0.392807 +4795.003418 0.000000 328.431580 0.000000 0.055230 0.000000 0.998474 0.399207 0.399207 0.399207 +4821.502930 0.000000 330.741089 0.000000 0.345527 0.000000 0.938409 0.383884 0.383884 0.383884 +4677.119141 0.000000 355.340454 0.000000 0.277292 0.000000 0.960786 0.383062 0.383062 0.383062 +4731.000977 0.000000 376.707306 0.000000 0.100074 0.000000 0.994980 0.379588 0.379588 0.379588 +4735.976562 0.000000 389.521637 0.000000 0.355534 0.000000 0.934663 0.383362 0.383362 0.383362 +4715.690430 0.000000 342.470245 0.000000 0.367111 0.000000 0.930177 0.384174 0.384174 0.384174 +4691.894531 0.000000 346.678009 0.000000 0.298425 0.000000 0.954433 0.383149 0.383149 0.383149 +4706.508301 0.000000 385.471985 0.000000 0.277422 0.000000 0.960748 0.393675 0.393675 0.393675 +4705.853027 0.000000 350.670990 0.000000 0.000702 0.000000 1.000000 0.442271 0.442271 0.442271 +4710.707031 0.000000 347.463562 0.000000 0.389064 0.000000 0.921211 0.446111 0.446111 0.446111 +4701.264648 0.000000 385.687469 0.000000 0.281666 0.000000 0.959512 0.449371 0.449371 0.449371 +4701.034668 0.000000 392.390015 0.000000 0.059771 0.000000 0.998212 0.446881 0.446881 0.446881 +4713.128906 0.000000 416.256287 0.000000 0.286327 0.000000 0.958132 0.382227 0.382227 0.382227 +4702.816895 0.000000 409.828430 0.000000 0.395634 0.000000 0.918408 0.388252 0.388252 0.388252 +4724.657715 0.000000 395.426697 0.000000 0.189200 0.000000 0.981939 0.381564 0.381564 0.381564 +4727.794922 0.000000 408.396851 0.000000 0.387438 0.000000 0.921896 0.395401 0.395401 0.395401 +4720.914551 0.000000 412.574249 0.000000 0.194429 0.000000 0.980917 0.399579 0.399579 0.399579 +4682.618164 0.000000 408.934998 0.000000 0.041919 0.000000 0.999121 0.400772 0.400772 0.400772 +4691.935547 0.000000 405.149078 0.000000 0.469426 0.000000 0.882972 0.422298 0.422298 0.422298 +4701.055664 0.000000 401.404419 0.000000 0.358806 0.000000 0.933412 0.432913 0.432913 0.432913 +4702.191406 0.000000 397.604614 0.000000 0.310767 0.000000 0.950486 0.460666 0.460666 0.460666 +4745.400879 0.000000 355.025391 0.000000 0.278205 0.000000 0.960522 0.383461 0.383461 0.383461 +4747.406250 0.000000 371.977051 0.000000 0.456285 0.000000 0.889834 0.385211 0.385211 0.385211 +4823.068359 0.000000 343.417389 0.000000 0.216028 0.000000 0.976387 0.381354 0.381354 0.381354 +4819.236816 0.000000 350.229309 0.000000 0.437221 0.000000 0.899354 0.401681 0.401681 0.401681 +4736.090332 0.000000 398.686218 0.000000 0.390042 0.000000 0.920797 0.383816 0.383816 0.383816 +4792.742188 0.000000 425.284515 0.000000 0.059989 0.000000 0.998199 0.378954 0.378954 0.378954 +4817.664551 0.000000 402.046661 0.000000 0.425231 0.000000 0.905085 0.384575 0.384575 0.384575 +4899.200195 0.000000 238.734467 0.000000 0.522382 0.000000 0.852712 0.386182 0.386182 0.386182 +4878.686523 0.000000 240.528961 0.000000 0.053229 0.000000 0.998582 0.379087 0.379087 0.379087 +4866.944824 0.000000 243.333435 0.000000 0.223641 0.000000 0.974672 0.382060 0.382060 0.382060 +4980.657715 0.000000 395.426697 0.000000 0.329926 0.000000 0.944007 0.389056 0.389056 0.389056 +4986.669922 0.000000 451.128418 0.000000 0.326343 0.000000 0.945251 0.469919 0.469919 0.469919 +5035.601562 0.000000 391.806305 0.000000 0.059380 0.000000 0.998235 0.378870 0.378870 0.378870 +5038.782227 0.000000 380.970398 0.000000 0.204567 0.000000 0.978853 0.388974 0.388974 0.388974 +5035.596680 0.000000 387.447754 0.000000 0.194523 0.000000 0.980898 0.392413 0.392413 0.392413 +5000.237305 0.000000 386.932831 0.000000 0.438099 0.000000 0.898927 0.390747 0.390747 0.390747 +5004.919922 0.000000 388.941956 0.000000 0.084954 0.000000 0.996385 0.429757 0.429757 0.429757 +5097.204590 0.000000 375.467590 0.000000 0.163655 0.000000 0.986518 0.381321 0.381321 0.381321 +5116.473145 0.000000 365.890320 0.000000 0.238016 0.000000 0.971261 0.411027 0.411027 0.411027 +5040.587891 0.000000 415.643890 0.000000 0.145439 0.000000 0.989367 0.380151 0.380151 0.380151 +5019.203125 0.000000 434.708313 0.000000 0.454867 0.000000 0.890559 0.387359 0.387359 0.387359 +5051.529785 0.000000 396.037628 0.000000 0.147007 0.000000 0.989135 0.402412 0.402412 0.402412 +5042.516602 0.000000 411.422089 0.000000 0.355462 0.000000 0.934691 0.407574 0.407574 0.407574 +5028.749023 0.000000 404.760101 0.000000 0.123414 0.000000 0.992355 0.421583 0.421583 0.421583 +4998.054199 0.000000 396.989258 0.000000 0.392987 0.000000 0.919544 0.420896 0.420896 0.420896 +5035.765137 0.000000 424.674896 0.000000 0.103293 0.000000 0.994651 0.410608 0.410608 0.410608 +5017.336426 0.000000 433.388916 0.000000 0.281672 0.000000 0.959511 0.429700 0.429700 0.429700 +5037.531250 0.000000 413.783722 0.000000 0.466158 0.000000 0.884702 0.436789 0.436789 0.436789 +5035.954590 0.000000 419.096680 0.000000 0.579105 0.000000 0.815253 0.457443 0.457443 0.457443 +5024.131348 0.000000 400.510010 0.000000 0.503544 0.000000 0.863970 0.459374 0.459374 0.459374 +4996.846680 0.000000 410.297913 0.000000 0.125151 0.000000 0.992138 0.465711 0.465711 0.465711 +5059.051758 0.000000 445.243073 0.000000 0.140427 0.000000 0.990091 0.427195 0.427195 0.427195 +4268.376953 0.000000 498.142700 0.000000 0.081433 0.000000 0.996679 0.380220 0.380220 0.380220 +4265.064941 0.000000 503.580566 0.000000 0.278159 0.000000 0.960535 0.382624 0.382624 0.382624 +4271.960449 0.000000 494.826782 0.000000 0.298280 0.000000 0.954478 0.462192 0.462192 0.462192 +4423.408691 0.000000 469.712524 0.000000 0.438535 0.000000 0.898714 0.384665 0.384665 0.384665 +4435.640625 0.000000 477.186768 0.000000 0.321121 0.000000 0.947038 0.382796 0.382796 0.382796 +4434.128418 0.000000 472.636627 0.000000 0.115790 0.000000 0.993274 0.379662 0.379662 0.379662 +4407.060547 0.000000 549.959106 0.000000 0.265205 0.000000 0.964192 0.382702 0.382702 0.382702 +4440.077637 0.000000 517.755859 0.000000 0.040279 0.000000 0.999188 0.379454 0.379454 0.379454 +4589.375000 0.000000 476.796661 0.000000 0.196743 0.000000 0.980455 0.381836 0.381836 0.381836 +4588.051758 0.000000 483.969330 0.000000 0.575265 0.000000 0.817967 0.386847 0.386847 0.386847 +4592.587891 0.000000 472.128265 0.000000 0.405053 0.000000 0.914293 0.383870 0.383870 0.383870 +4692.569336 0.000000 457.261444 0.000000 0.447055 0.000000 0.894507 0.385790 0.385790 0.385790 +4682.235840 0.000000 495.559204 0.000000 0.389075 0.000000 0.921206 0.386329 0.386329 0.386329 +4746.564941 0.000000 454.423920 0.000000 0.385624 0.000000 0.922656 0.383926 0.383926 0.383926 +4947.007324 0.000000 526.437744 0.000000 0.502385 0.000000 0.864644 0.386337 0.386337 0.386337 +4975.447754 0.000000 521.045044 0.000000 0.298248 0.000000 0.954488 0.382717 0.382717 0.382717 +4942.650879 0.000000 558.700195 0.000000 0.520331 0.000000 0.853965 0.385741 0.385741 0.385741 +4955.190918 0.000000 536.668762 0.000000 0.223624 0.000000 0.974676 0.387459 0.387459 0.387459 +4942.401855 0.000000 550.055237 0.000000 0.566774 0.000000 0.823873 0.391053 0.391053 0.391053 +4956.979980 0.000000 523.638550 0.000000 0.310841 0.000000 0.950462 0.399613 0.399613 0.399613 +4979.318359 0.000000 542.000854 0.000000 0.518951 0.000000 0.854804 0.408593 0.408593 0.408593 +4949.101562 0.000000 554.810425 0.000000 0.066974 0.000000 0.997755 0.406478 0.406478 0.406478 +4980.072754 0.000000 556.862549 0.000000 0.406354 0.000000 0.913716 0.417511 0.417511 0.417511 +4964.830078 0.000000 543.287109 0.000000 0.082801 0.000000 0.996566 0.419124 0.419124 0.419124 +4973.839355 0.000000 535.045166 0.000000 0.336941 0.000000 0.941526 0.419900 0.419900 0.419900 +4941.306641 0.000000 532.910828 0.000000 0.357160 0.000000 0.934043 0.416644 0.416644 0.416644 +4936.986816 0.000000 563.067444 0.000000 0.356627 0.000000 0.934247 0.452653 0.452653 0.452653 +4982.485352 0.000000 533.773621 0.000000 0.509848 0.000000 0.860265 0.455879 0.455879 0.455879 +4950.025391 0.000000 550.653442 0.000000 0.107217 0.000000 0.994236 0.449542 0.449542 0.449542 +4978.908203 0.000000 547.125244 0.000000 0.091667 0.000000 0.995790 0.433403 0.433403 0.433403 +4939.735352 0.000000 552.412659 0.000000 0.218428 0.000000 0.975853 0.444590 0.444590 0.444590 +4980.319336 0.000000 535.985168 0.000000 0.227465 0.000000 0.973786 0.444761 0.444761 0.444761 +4958.394531 0.000000 526.405701 0.000000 0.433775 0.000000 0.901021 0.452437 0.452437 0.452437 +4952.470703 0.000000 531.107361 0.000000 0.506613 0.000000 0.862174 0.473961 0.473961 0.473961 +4963.804199 0.000000 551.660767 0.000000 0.051380 0.000000 0.998679 0.465949 0.465949 0.465949 +4991.365723 0.000000 518.324768 0.000000 0.460062 0.000000 0.887887 0.478293 0.478293 0.478293 +4983.129883 0.000000 534.952759 0.000000 0.380426 0.000000 0.924811 0.478261 0.478261 0.478261 +5008.244141 0.000000 481.072815 0.000000 0.177571 0.000000 0.984108 0.380813 0.380813 0.380813 +5055.976562 0.000000 502.490387 0.000000 0.419194 0.000000 0.907897 0.384314 0.384314 0.384314 +5042.999023 0.000000 459.217804 0.000000 0.399638 0.000000 0.916673 0.417391 0.417391 0.417391 +5044.916016 0.000000 459.238007 0.000000 0.426762 0.000000 0.904364 0.423323 0.423323 0.423323 +5048.710938 0.000000 475.706512 0.000000 0.484756 0.000000 0.874650 0.431699 0.431699 0.431699 +5003.377441 0.000000 471.418549 0.000000 0.430548 0.000000 0.902568 0.423393 0.423393 0.423393 +5036.147461 0.000000 467.510376 0.000000 0.021282 0.000000 0.999774 0.421608 0.421608 0.421608 +5044.777832 0.000000 484.823059 0.000000 0.343303 0.000000 0.939225 0.427222 0.427222 0.427222 +5051.526855 0.000000 484.642181 0.000000 0.098612 0.000000 0.995126 0.472167 0.472167 0.472167 +5030.002930 0.000000 453.536560 0.000000 0.246312 0.000000 0.969191 0.455795 0.455795 0.455795 +5075.640625 0.000000 477.186768 0.000000 0.286080 0.000000 0.958206 0.382968 0.382968 0.382968 +5097.262207 0.000000 465.212616 0.000000 0.339873 0.000000 0.940471 0.416344 0.416344 0.416344 +5064.993164 0.000000 455.001740 0.000000 0.195399 0.000000 0.980724 0.442379 0.442379 0.442379 +5074.536621 0.000000 505.344788 0.000000 0.537773 0.000000 0.843090 0.451028 0.451028 0.451028 +5071.453125 0.000000 500.850159 0.000000 0.293509 0.000000 0.955956 0.437082 0.437082 0.437082 +5119.314453 0.000000 479.787781 0.000000 0.529504 0.000000 0.848307 0.469053 0.469053 0.469053 +5013.502930 0.000000 556.678589 0.000000 0.394606 0.000000 0.918850 0.384525 0.384525 0.384525 +5027.200195 0.000000 521.156372 0.000000 0.295259 0.000000 0.955417 0.382610 0.382610 0.382610 +4997.141602 0.000000 533.865601 0.000000 0.065143 0.000000 0.997876 0.385146 0.385146 0.385146 +5022.609375 0.000000 534.022034 0.000000 0.450968 0.000000 0.892540 0.429225 0.429225 0.429225 +5017.034668 0.000000 540.305908 0.000000 0.382686 0.000000 0.923878 0.417091 0.417091 0.417091 +4996.635742 0.000000 520.762268 0.000000 0.347533 0.000000 0.937668 0.445290 0.445290 0.445290 +5030.707031 0.000000 516.916687 0.000000 0.474554 0.000000 0.880226 0.438774 0.438774 0.438774 +4995.916016 0.000000 512.972412 0.000000 0.570986 0.000000 0.820960 0.448107 0.448107 0.448107 +4993.626465 0.000000 563.276733 0.000000 0.087028 0.000000 0.996206 0.477161 0.477161 0.477161 +5054.420410 0.000000 521.700134 0.000000 0.221564 0.000000 0.975146 0.473006 0.473006 0.473006 +4992.148438 0.000000 537.883301 0.000000 0.206629 0.000000 0.978419 0.561828 0.561828 0.561828 +5082.074219 0.000000 538.875793 0.000000 0.364743 0.000000 0.931108 0.384455 0.384455 0.384455 +5096.567383 0.000000 543.042664 0.000000 0.502745 0.000000 0.864435 0.410130 0.410130 0.410130 +5109.188965 0.000000 562.772095 0.000000 0.446912 0.000000 0.894578 0.418241 0.418241 0.418241 +5079.599609 0.000000 562.914551 0.000000 0.137240 0.000000 0.990538 0.448355 0.448355 0.448355 +5059.329590 0.000000 543.787659 0.000000 0.551405 0.000000 0.834238 0.451329 0.451329 0.451329 +5095.789551 0.000000 522.296814 0.000000 0.239421 0.000000 0.970916 0.453881 0.453881 0.453881 +5088.813477 0.000000 551.865234 0.000000 0.509533 0.000000 0.860451 0.457690 0.457690 0.457690 +5090.454102 0.000000 549.380615 0.000000 0.575831 0.000000 0.817569 0.464680 0.464680 0.464680 +5070.689941 0.000000 544.703674 0.000000 0.394082 0.000000 0.919075 0.480363 0.480363 0.480363 +4975.135742 0.000000 580.899841 0.000000 0.190670 0.000000 0.981654 0.394147 0.394147 0.394147 +4968.567383 0.000000 599.527039 0.000000 0.275822 0.000000 0.961209 0.409856 0.409856 0.409856 +4983.893555 0.000000 608.348511 0.000000 0.246139 0.000000 0.969235 0.407573 0.407573 0.407573 +4990.675293 0.000000 616.594849 0.000000 0.328490 0.000000 0.944507 0.426954 0.426954 0.426954 +4987.964844 0.000000 616.145569 0.000000 0.556897 0.000000 0.830581 0.431320 0.431320 0.431320 +4973.641602 0.000000 581.200745 0.000000 0.568152 0.000000 0.822923 0.448044 0.448044 0.448044 +4970.712402 0.000000 586.062195 0.000000 0.524739 0.000000 0.851263 0.467124 0.467124 0.467124 +4971.175293 0.000000 583.141235 0.000000 0.537621 0.000000 0.843186 0.463784 0.463784 0.463784 +4989.976074 0.000000 605.529602 0.000000 0.068567 0.000000 0.997647 0.462807 0.462807 0.462807 +4982.609375 0.000000 592.692322 0.000000 0.270381 0.000000 0.962754 0.452715 0.452715 0.452715 +4989.240234 0.000000 578.874939 0.000000 0.202482 0.000000 0.979286 0.467305 0.467305 0.467305 +5040.914551 0.000000 582.027344 0.000000 0.263990 0.000000 0.964525 0.400672 0.400672 0.400672 +5022.288086 0.000000 619.306152 0.000000 0.558288 0.000000 0.829647 0.405639 0.405639 0.405639 +5007.325195 0.000000 599.852173 0.000000 0.497692 0.000000 0.867354 0.411868 0.411868 0.411868 +5000.280273 0.000000 599.074707 0.000000 0.279091 0.000000 0.960265 0.427862 0.427862 0.427862 +5010.442383 0.000000 579.860413 0.000000 0.006208 0.000000 0.999981 0.419594 0.419594 0.419594 +5053.810547 0.000000 598.497192 0.000000 0.333963 0.000000 0.942586 0.418045 0.418045 0.418045 +5055.210449 0.000000 599.445557 0.000000 0.106005 0.000000 0.994366 0.423056 0.423056 0.423056 +5046.362793 0.000000 598.485535 0.000000 0.484178 0.000000 0.874970 0.440787 0.440787 0.440787 +5023.967773 0.000000 583.043457 0.000000 0.584794 0.000000 0.811182 0.439245 0.439245 0.439245 +5003.147461 0.000000 603.009338 0.000000 0.049946 0.000000 0.998752 0.439682 0.439682 0.439682 +5002.378418 0.000000 576.705139 0.000000 0.349103 0.000000 0.937084 0.459672 0.459672 0.459672 +5054.905762 0.000000 570.654114 0.000000 0.369340 0.000000 0.929294 0.436716 0.436716 0.436716 +5041.542480 0.000000 586.272522 0.000000 0.273584 0.000000 0.961848 0.440286 0.440286 0.440286 +5004.289551 0.000000 578.291138 0.000000 0.299628 0.000000 0.954056 0.446147 0.446147 0.446147 +5047.950684 0.000000 603.027771 0.000000 0.370260 0.000000 0.928928 0.495891 0.495891 0.495891 +5011.222656 0.000000 606.676819 0.000000 0.166931 0.000000 0.985969 0.579589 0.579589 0.579589 +5090.857422 0.000000 593.972656 0.000000 0.242716 0.000000 0.970097 0.382062 0.382062 0.382062 +5097.967773 0.000000 594.661682 0.000000 0.016583 0.000000 0.999862 0.378970 0.378970 0.378970 +5088.330078 0.000000 619.141174 0.000000 0.119263 0.000000 0.992863 0.389501 0.389501 0.389501 +5058.199219 0.000000 571.956055 0.000000 0.302756 0.000000 0.953068 0.397679 0.397679 0.397679 +5106.750488 0.000000 605.397034 0.000000 0.575847 0.000000 0.817557 0.411490 0.411490 0.411490 +5106.425293 0.000000 566.998108 0.000000 0.223464 0.000000 0.974712 0.414367 0.414367 0.414367 +5099.628906 0.000000 605.234863 0.000000 0.155566 0.000000 0.987826 0.409678 0.409678 0.409678 +5111.432129 0.000000 613.927429 0.000000 0.413384 0.000000 0.910557 0.403101 0.403101 0.403101 +5089.433594 0.000000 600.647339 0.000000 0.403041 0.000000 0.915182 0.417452 0.417452 0.417452 +5086.021484 0.000000 573.110657 0.000000 0.203378 0.000000 0.979100 0.419388 0.419388 0.419388 +5059.050781 0.000000 568.238037 0.000000 0.216320 0.000000 0.976323 0.421394 0.421394 0.421394 +5056.523438 0.000000 566.499817 0.000000 0.007594 0.000000 0.999971 0.426641 0.426641 0.426641 +5075.343262 0.000000 616.444885 0.000000 0.517372 0.000000 0.855761 0.423210 0.423210 0.423210 +5105.237305 0.000000 578.050354 0.000000 0.278706 0.000000 0.960377 0.420682 0.420682 0.420682 +5108.078125 0.000000 581.514465 0.000000 0.510173 0.000000 0.860072 0.435852 0.435852 0.435852 +5119.462891 0.000000 565.193726 0.000000 0.560382 0.000000 0.828234 0.431392 0.431392 0.431392 +5056.369629 0.000000 575.745667 0.000000 0.477926 0.000000 0.878400 0.426102 0.426102 0.426102 +5104.395508 0.000000 597.174744 0.000000 0.437577 0.000000 0.899181 0.454324 0.454324 0.454324 +5110.485352 0.000000 590.257996 0.000000 0.406343 0.000000 0.913720 0.457275 0.457275 0.457275 +5079.560547 0.000000 582.369568 0.000000 0.451255 0.000000 0.892395 0.440122 0.440122 0.440122 +5105.393555 0.000000 588.674316 0.000000 0.285174 0.000000 0.958476 0.453009 0.453009 0.453009 +5108.241699 0.000000 576.578552 0.000000 0.345889 0.000000 0.938276 0.443461 0.443461 0.443461 +5088.868164 0.000000 581.215149 0.000000 0.111475 0.000000 0.993767 0.449624 0.449624 0.449624 +5090.377441 0.000000 608.570984 0.000000 0.478218 0.000000 0.878241 0.485942 0.485942 0.485942 +5087.902832 0.000000 580.127441 0.000000 0.561702 0.000000 0.827340 0.471642 0.471642 0.471642 +5118.147949 0.000000 609.798462 0.000000 0.481664 0.000000 0.876356 0.487831 0.487831 0.487831 +5093.123047 0.000000 604.005737 0.000000 0.258979 0.000000 0.965883 0.516164 0.516164 0.516164 +5094.524902 0.000000 612.197144 0.000000 0.103621 0.000000 0.994617 0.548538 0.548538 0.548538 +5113.357910 0.000000 609.303101 0.000000 0.155013 0.000000 0.987912 0.560320 0.560320 0.560320 +5021.739258 0.000000 642.791199 0.000000 0.334624 0.000000 0.942352 0.405419 0.405419 0.405419 +5023.972656 0.000000 645.709106 0.000000 0.331815 0.000000 0.943345 0.434209 0.434209 0.434209 +4994.970703 0.000000 630.775757 0.000000 0.209884 0.000000 0.977726 0.469226 0.469226 0.469226 +5013.272461 0.000000 629.697693 0.000000 0.393594 0.000000 0.919284 0.455209 0.455209 0.455209 +5116.312988 0.000000 645.083008 0.000000 0.228396 0.000000 0.973568 0.425175 0.425175 0.425175 +5088.594727 0.000000 640.966553 0.000000 0.410324 0.000000 0.911940 0.437504 0.437504 0.437504 +5080.030273 0.000000 634.633301 0.000000 0.428259 0.000000 0.903656 0.443284 0.443284 0.443284 +5090.757812 0.000000 626.790100 0.000000 0.520804 0.000000 0.853676 0.474298 0.474298 0.474298 +5090.554688 0.000000 631.042175 0.000000 0.329802 0.000000 0.944050 0.544432 0.544432 0.544432 +5073.011230 0.000000 622.665283 0.000000 0.541906 0.000000 0.840439 0.489338 0.489338 0.489338 +5084.834961 0.000000 630.003906 0.000000 0.389213 0.000000 0.921148 0.562042 0.562042 0.562042 +5171.634277 0.000000 381.634125 0.000000 0.382936 0.000000 0.923775 0.384357 0.384357 0.384357 +5120.517090 0.000000 388.683289 0.000000 0.187569 0.000000 0.982251 0.422683 0.422683 0.422683 +5180.027344 0.000000 383.788635 0.000000 0.506405 0.000000 0.862296 0.446707 0.446707 0.446707 +5178.590332 0.000000 381.460693 0.000000 0.583598 0.000000 0.812043 0.466694 0.466694 0.466694 +5187.385254 0.000000 377.340759 0.000000 0.261877 0.000000 0.965101 0.398839 0.398839 0.398839 +5190.997070 0.000000 379.163208 0.000000 0.198597 0.000000 0.980081 0.403225 0.403225 0.403225 +5189.351074 0.000000 377.032196 0.000000 0.528623 0.000000 0.848857 0.414270 0.414270 0.414270 +5155.104004 0.000000 403.932739 0.000000 0.446391 0.000000 0.894838 0.385172 0.385172 0.385172 +5124.166992 0.000000 444.155182 0.000000 0.461518 0.000000 0.887131 0.411218 0.411218 0.411218 +5168.748535 0.000000 396.802917 0.000000 0.503596 0.000000 0.863940 0.411976 0.411976 0.411976 +5164.147461 0.000000 411.026001 0.000000 0.376328 0.000000 0.926486 0.449457 0.449457 0.449457 +5181.505859 0.000000 403.467072 0.000000 0.213619 0.000000 0.976917 0.479895 0.479895 0.479895 +5232.580566 0.000000 425.831390 0.000000 0.423517 0.000000 0.905888 0.384719 0.384719 0.384719 +5233.135254 0.000000 422.227539 0.000000 0.335709 0.000000 0.941966 0.446852 0.446852 0.446852 +5252.298828 0.000000 451.289062 0.000000 0.277248 0.000000 0.960798 0.490152 0.490152 0.490152 +5129.084961 0.000000 462.692871 0.000000 0.505969 0.000000 0.862552 0.385820 0.385820 0.385820 +5180.312988 0.000000 475.629852 0.000000 0.490455 0.000000 0.871466 0.422694 0.422694 0.422694 +5159.089844 0.000000 467.188110 0.000000 0.098858 0.000000 0.995102 0.435296 0.435296 0.435296 +5167.029785 0.000000 466.118500 0.000000 0.413792 0.000000 0.910371 0.430333 0.430333 0.430333 +5167.392090 0.000000 473.155212 0.000000 0.547314 0.000000 0.836928 0.445759 0.445759 0.445759 +5142.351074 0.000000 470.615417 0.000000 0.216899 0.000000 0.976194 0.456983 0.456983 0.456983 +5180.104492 0.000000 505.528717 0.000000 0.274099 0.000000 0.961701 0.447438 0.447438 0.447438 +5176.412109 0.000000 506.921082 0.000000 0.545292 0.000000 0.838246 0.463961 0.463961 0.463961 +5181.976074 0.000000 492.560822 0.000000 0.297143 0.000000 0.954833 0.446099 0.446099 0.446099 +5141.894043 0.000000 505.148834 0.000000 0.190761 0.000000 0.981637 0.440518 0.440518 0.440518 +5182.208984 0.000000 488.535706 0.000000 0.445763 0.000000 0.895151 0.458112 0.458112 0.458112 +5243.100586 0.000000 461.967743 0.000000 0.176091 0.000000 0.984374 0.381210 0.381210 0.381210 +5225.676758 0.000000 469.941986 0.000000 0.579884 0.000000 0.814699 0.387210 0.387210 0.387210 +5213.958984 0.000000 462.075317 0.000000 0.262622 0.000000 0.964899 0.381950 0.381950 0.381950 +5247.976562 0.000000 502.490387 0.000000 0.455600 0.000000 0.890185 0.384708 0.384708 0.384708 +5217.365723 0.000000 462.049835 0.000000 0.309484 0.000000 0.950905 0.382438 0.382438 0.382438 +5242.561523 0.000000 483.634277 0.000000 0.461802 0.000000 0.886983 0.387470 0.387470 0.387470 +5234.750488 0.000000 492.428284 0.000000 0.320326 0.000000 0.947307 0.410598 0.410598 0.410598 +5227.311523 0.000000 477.022797 0.000000 0.174148 0.000000 0.984720 0.393897 0.393897 0.393897 +5242.520996 0.000000 505.787628 0.000000 0.510099 0.000000 0.860116 0.401102 0.401102 0.401102 +5218.967773 0.000000 486.617676 0.000000 0.353526 0.000000 0.935425 0.409350 0.409350 0.409350 +5186.335449 0.000000 483.105011 0.000000 0.065957 0.000000 0.997822 0.420606 0.420606 0.420606 +5239.822754 0.000000 483.168152 0.000000 0.275140 0.000000 0.961404 0.422414 0.422414 0.422414 +5218.559570 0.000000 485.080505 0.000000 0.362216 0.000000 0.932094 0.441981 0.441981 0.441981 +5233.135254 0.000000 478.711914 0.000000 0.376987 0.000000 0.926219 0.447671 0.447671 0.447671 +5216.284180 0.000000 494.063690 0.000000 0.202419 0.000000 0.979299 0.444286 0.444286 0.444286 +5202.930176 0.000000 475.737640 0.000000 0.134172 0.000000 0.990958 0.441238 0.441238 0.441238 +5216.754395 0.000000 502.376007 0.000000 0.292047 0.000000 0.956404 0.453146 0.453146 0.453146 +5247.423340 0.000000 455.350250 0.000000 0.441391 0.000000 0.897315 0.474256 0.474256 0.474256 +5204.958984 0.000000 477.544739 0.000000 0.005679 0.000000 0.999984 0.459797 0.459797 0.459797 +5178.028320 0.000000 521.457947 0.000000 0.299538 0.000000 0.954084 0.383051 0.383051 0.383051 +5182.582031 0.000000 523.226440 0.000000 0.286467 0.000000 0.958090 0.382293 0.382293 0.382293 +5151.373535 0.000000 551.792480 0.000000 0.243167 0.000000 0.969984 0.393150 0.393150 0.393150 +5159.465820 0.000000 518.245056 0.000000 0.484051 0.000000 0.875040 0.400651 0.400651 0.400651 +5160.199219 0.000000 539.205322 0.000000 0.339969 0.000000 0.940437 0.403699 0.403699 0.403699 +5143.366211 0.000000 511.012085 0.000000 0.299997 0.000000 0.953940 0.419255 0.419255 0.419255 +5127.440918 0.000000 558.766479 0.000000 0.428402 0.000000 0.903588 0.414271 0.414271 0.414271 +5135.854980 0.000000 514.889099 0.000000 0.233806 0.000000 0.972283 0.419908 0.419908 0.419908 +5120.525879 0.000000 545.662476 0.000000 0.299825 0.000000 0.953994 0.421050 0.421050 0.421050 +5177.001953 0.000000 543.791382 0.000000 0.093064 0.000000 0.995660 0.431665 0.431665 0.431665 +5183.210449 0.000000 542.961182 0.000000 0.358202 0.000000 0.933644 0.432902 0.432902 0.432902 +5167.029785 0.000000 522.602905 0.000000 0.277061 0.000000 0.960852 0.436776 0.436776 0.436776 +5174.362793 0.000000 542.001160 0.000000 0.384996 0.000000 0.922918 0.456829 0.456829 0.456829 +5123.051758 0.000000 558.211853 0.000000 0.371851 0.000000 0.928293 0.431353 0.431353 0.431353 +5167.392090 0.000000 529.639587 0.000000 0.126485 0.000000 0.991969 0.432260 0.432260 0.432260 +5176.379395 0.000000 522.740173 0.000000 0.271827 0.000000 0.962346 0.436679 0.436679 0.436679 +5152.284180 0.000000 550.548096 0.000000 0.492036 0.000000 0.870575 0.439128 0.439128 0.439128 +5169.542480 0.000000 529.788147 0.000000 0.092566 0.000000 0.995706 0.438707 0.438707 0.438707 +5166.908691 0.000000 519.668823 0.000000 0.313379 0.000000 0.949628 0.466074 0.466074 0.466074 +5180.055664 0.000000 514.276733 0.000000 0.482713 0.000000 0.875779 0.469783 0.469783 0.469783 +5123.452637 0.000000 548.331909 0.000000 0.557718 0.000000 0.830031 0.460602 0.460602 0.460602 +5139.337891 0.000000 508.518188 0.000000 0.404537 0.000000 0.914521 0.473424 0.473424 0.473424 +5133.299805 0.000000 519.826050 0.000000 0.030570 0.000000 0.999533 0.458553 0.458553 0.458553 +5167.221680 0.000000 549.061646 0.000000 0.141103 0.000000 0.989995 0.530582 0.530582 0.530582 +5183.365723 0.000000 518.324768 0.000000 0.581613 0.000000 0.813465 0.512198 0.512198 0.512198 +5173.270996 0.000000 511.659515 0.000000 0.380094 0.000000 0.924948 0.501480 0.501480 0.501480 +5175.961426 0.000000 510.052002 0.000000 0.336692 0.000000 0.941615 0.556939 0.556939 0.556939 +5175.173828 0.000000 511.407074 0.000000 0.477506 0.000000 0.878629 0.561246 0.561246 0.561246 +5217.910645 0.000000 550.682251 0.000000 0.383847 0.000000 0.923397 0.383606 0.383606 0.383606 +5220.550293 0.000000 539.153381 0.000000 0.468112 0.000000 0.883669 0.394892 0.394892 0.394892 +5208.641113 0.000000 564.083862 0.000000 0.339414 0.000000 0.940637 0.405498 0.405498 0.405498 +5197.139648 0.000000 551.904053 0.000000 0.258530 0.000000 0.966003 0.396986 0.396986 0.396986 +5199.590332 0.000000 560.455872 0.000000 0.268441 0.000000 0.963296 0.411531 0.411531 0.411531 +5212.720215 0.000000 548.868530 0.000000 0.272791 0.000000 0.962073 0.399010 0.399010 0.399010 +5199.453125 0.000000 557.334534 0.000000 0.572682 0.000000 0.819777 0.446314 0.446314 0.446314 +5212.743164 0.000000 536.972412 0.000000 0.115653 0.000000 0.993290 0.442658 0.442658 0.442658 +5211.304688 0.000000 553.498047 0.000000 0.011592 0.000000 0.999933 0.456434 0.456434 0.456434 +5218.454102 0.000000 549.380615 0.000000 0.141045 0.000000 0.990003 0.459002 0.459002 0.459002 +5187.094727 0.000000 563.143555 0.000000 0.317586 0.000000 0.948229 0.478639 0.478639 0.478639 +5208.631836 0.000000 518.972229 0.000000 0.308639 0.000000 0.951179 0.465974 0.465974 0.465974 +5210.696777 0.000000 528.105469 0.000000 0.541247 0.000000 0.840863 0.505634 0.505634 0.505634 +5192.409180 0.000000 523.178833 0.000000 0.442404 0.000000 0.896816 0.501247 0.501247 0.501247 +5189.575684 0.000000 529.707886 0.000000 0.187723 0.000000 0.982222 0.491630 0.491630 0.491630 +5184.213379 0.000000 520.460999 0.000000 0.553954 0.000000 0.832547 0.538529 0.538529 0.538529 +5189.924316 0.000000 523.998840 0.000000 0.169348 0.000000 0.985556 0.541727 0.541727 0.541727 +5248.525879 0.000000 489.178101 0.000000 0.382862 0.000000 0.923806 0.417094 0.417094 0.417094 +5248.523438 0.000000 453.531036 0.000000 0.211639 0.000000 0.977348 0.437351 0.437351 0.437351 +5249.598145 0.000000 455.440765 0.000000 0.552926 0.000000 0.833231 0.453190 0.453190 0.453190 +5251.094727 0.000000 506.659180 0.000000 0.574560 0.000000 0.818462 0.473780 0.473780 0.473780 +5251.610840 0.000000 453.856750 0.000000 0.223284 0.000000 0.974753 0.548427 0.548427 0.548427 +5248.860352 0.000000 507.716492 0.000000 0.483657 0.000000 0.875257 0.527461 0.527461 0.527461 +5251.005859 0.000000 502.833008 0.000000 0.281930 0.000000 0.959435 0.541336 0.541336 0.541336 +5259.616211 0.000000 537.700500 0.000000 0.319678 0.000000 0.947526 0.382775 0.382775 0.382775 +5262.401855 0.000000 550.055237 0.000000 0.090669 0.000000 0.995881 0.380164 0.380164 0.380164 +5261.340332 0.000000 548.586182 0.000000 0.524275 0.000000 0.851549 0.412356 0.412356 0.412356 +5262.389648 0.000000 546.143799 0.000000 0.578363 0.000000 0.815780 0.420739 0.420739 0.420739 +5343.373535 0.000000 551.792480 0.000000 0.230159 0.000000 0.973153 0.392952 0.392952 0.392952 +5324.919922 0.000000 558.395081 0.000000 0.004099 0.000000 0.999992 0.414284 0.414284 0.414284 +5322.583984 0.000000 534.583374 0.000000 0.221387 0.000000 0.975186 0.453525 0.453525 0.453525 +5314.875977 0.000000 540.946106 0.000000 0.304820 0.000000 0.952410 0.456973 0.456973 0.456973 +5159.167969 0.000000 613.313721 0.000000 0.583074 0.000000 0.812419 0.395031 0.395031 0.395031 +5165.537598 0.000000 605.233398 0.000000 0.491202 0.000000 0.871046 0.411750 0.411750 0.411750 +5160.256348 0.000000 581.691467 0.000000 0.042763 0.000000 0.999085 0.418450 0.418450 0.418450 +5159.989746 0.000000 590.747620 0.000000 0.353660 0.000000 0.935374 0.431015 0.431015 0.431015 +5160.653320 0.000000 610.486328 0.000000 0.541267 0.000000 0.840851 0.454754 0.454754 0.454754 +5157.374023 0.000000 570.810303 0.000000 0.324493 0.000000 0.945888 0.446632 0.446632 0.446632 +5149.067383 0.000000 588.356689 0.000000 0.469323 0.000000 0.883027 0.474899 0.474899 0.474899 +5174.238281 0.000000 621.205811 0.000000 0.280903 0.000000 0.959736 0.443999 0.443999 0.443999 +5121.657715 0.000000 565.347473 0.000000 0.489738 0.000000 0.871870 0.468133 0.468133 0.468133 +5153.760254 0.000000 569.251892 0.000000 0.405974 0.000000 0.913884 0.455466 0.455466 0.455466 +5140.600586 0.000000 575.865723 0.000000 0.215721 0.000000 0.976455 0.499300 0.499300 0.499300 +5168.086914 0.000000 600.525269 0.000000 0.335761 0.000000 0.941947 0.569192 0.569192 0.569192 +5161.061035 0.000000 569.359619 0.000000 0.284082 0.000000 0.958800 0.564124 0.564124 0.564124 +5231.663086 0.000000 574.855652 0.000000 0.388008 0.000000 0.921656 0.384488 0.384488 0.384488 +5196.083496 0.000000 610.357605 0.000000 0.204649 0.000000 0.978835 0.381261 0.381261 0.381261 +5247.976562 0.000000 615.459167 0.000000 0.083760 0.000000 0.996486 0.379360 0.379360 0.379360 +5186.269043 0.000000 618.277588 0.000000 0.488502 0.000000 0.872563 0.398896 0.398896 0.398896 +5245.282227 0.000000 608.798950 0.000000 0.369216 0.000000 0.929344 0.395110 0.395110 0.395110 +5241.007324 0.000000 610.504272 0.000000 0.474644 0.000000 0.880178 0.409626 0.409626 0.409626 +5223.104492 0.000000 576.737366 0.000000 0.366170 0.000000 0.930548 0.414993 0.414993 0.414993 +5209.304688 0.000000 565.837463 0.000000 0.014652 0.000000 0.999893 0.400349 0.400349 0.400349 +5221.577148 0.000000 613.012329 0.000000 0.275482 0.000000 0.961306 0.426005 0.426005 0.426005 +5229.531250 0.000000 583.236877 0.000000 0.342654 0.000000 0.939462 0.427211 0.427211 0.427211 +5189.809082 0.000000 620.326965 0.000000 0.173031 0.000000 0.984916 0.434869 0.434869 0.434869 +5231.029785 0.000000 579.087280 0.000000 0.544273 0.000000 0.838908 0.438381 0.438381 0.438381 +5230.908691 0.000000 576.153198 0.000000 0.196267 0.000000 0.980550 0.451261 0.451261 0.451261 +5245.587402 0.000000 612.741577 0.000000 0.452214 0.000000 0.891909 0.454633 0.454633 0.454633 +5215.684570 0.000000 568.979004 0.000000 0.209249 0.000000 0.977862 0.551505 0.551505 0.551505 +5148.928223 0.000000 639.208191 0.000000 0.514273 0.000000 0.857627 0.390160 0.390160 0.390160 +5172.657715 0.000000 621.364197 0.000000 0.390244 0.000000 0.920712 0.383644 0.383644 0.383644 +5167.135742 0.000000 637.384216 0.000000 0.045875 0.000000 0.998947 0.386645 0.386645 0.386645 +5148.979980 0.000000 636.607300 0.000000 0.023695 0.000000 0.999719 0.404023 0.404023 0.404023 +5146.957520 0.000000 627.954956 0.000000 0.173219 0.000000 0.984883 0.411749 0.411749 0.411749 +5153.699219 0.000000 634.758362 0.000000 0.236174 0.000000 0.971711 0.432454 0.432454 0.432454 +5157.374023 0.000000 627.294678 0.000000 0.302118 0.000000 0.953271 0.456918 0.456918 0.456918 +5159.789551 0.000000 635.265564 0.000000 0.130802 0.000000 0.991409 0.455279 0.455279 0.455279 +5160.166504 0.000000 633.934265 0.000000 0.193978 0.000000 0.981006 0.516285 0.516285 0.516285 +5155.792969 0.000000 622.304688 0.000000 0.448808 0.000000 0.893628 0.513959 0.513959 0.513959 +5163.277832 0.000000 634.340759 0.000000 0.035558 0.000000 0.999368 0.555168 0.555168 0.555168 +5179.256348 0.000000 630.298645 0.000000 0.304800 0.000000 0.952416 0.531424 0.531424 0.531424 +5163.013184 0.000000 622.538391 0.000000 0.144234 0.000000 0.989544 0.530664 0.530664 0.530664 +5173.339355 0.000000 629.648621 0.000000 0.419253 0.000000 0.907870 0.562970 0.562970 0.562970 +5170.001465 0.000000 628.583862 0.000000 0.459746 0.000000 0.888050 0.576675 0.576675 0.576675 +5186.311035 0.000000 657.939209 0.000000 0.270756 0.000000 0.962648 0.382743 0.382743 0.382743 +5227.311523 0.000000 646.475891 0.000000 0.208229 0.000000 0.978080 0.405169 0.405169 0.405169 +5197.340332 0.000000 661.554932 0.000000 0.268376 0.000000 0.963314 0.427670 0.427670 0.427670 +5200.985352 0.000000 643.503967 0.000000 0.366889 0.000000 0.930265 0.431261 0.431261 0.431261 +5202.536621 0.000000 674.797913 0.000000 0.221015 0.000000 0.975271 0.435743 0.435743 0.435743 +5197.467285 0.000000 669.974915 0.000000 0.025563 0.000000 0.999673 0.467159 0.467159 0.467159 +5197.322266 0.000000 625.924866 0.000000 0.178775 0.000000 0.983890 0.449152 0.449152 0.449152 +5205.272461 0.000000 629.697693 0.000000 0.152275 0.000000 0.988338 0.450409 0.450409 0.450409 +5189.475098 0.000000 629.604370 0.000000 0.492701 0.000000 0.870199 0.493519 0.493519 0.493519 +5231.249023 0.000000 644.065369 0.000000 0.537322 0.000000 0.843377 0.564977 0.564977 0.564977 +5189.292969 0.000000 627.345520 0.000000 0.317348 0.000000 0.948309 0.515882 0.515882 0.515882 +5188.727051 0.000000 628.578979 0.000000 0.116328 0.000000 0.993211 0.484779 0.484779 0.484779 +5188.471191 0.000000 624.972168 0.000000 0.459937 0.000000 0.887951 0.564248 0.564248 0.564248 +5291.060059 0.000000 598.977356 0.000000 0.585715 0.000000 0.810517 0.409837 0.409837 0.409837 +5293.585449 0.000000 575.276855 0.000000 0.385281 0.000000 0.922800 0.395366 0.395366 0.395366 +5299.609375 0.000000 600.192932 0.000000 0.578997 0.000000 0.815330 0.450118 0.450118 0.450118 +5344.544434 0.000000 612.175293 0.000000 0.560706 0.000000 0.828015 0.386556 0.386556 0.386556 +5330.498535 0.000000 568.661743 0.000000 0.539675 0.000000 0.841873 0.386059 0.386059 0.386059 +5348.952637 0.000000 605.320679 0.000000 0.376125 0.000000 0.926569 0.389768 0.389768 0.389768 +5352.688965 0.000000 589.244263 0.000000 0.053445 0.000000 0.998571 0.390309 0.390309 0.390309 +5355.311523 0.000000 589.991516 0.000000 0.272136 0.000000 0.962259 0.402601 0.402601 0.402601 +5323.084961 0.000000 575.222412 0.000000 0.296520 0.000000 0.955027 0.404795 0.404795 0.404795 +5342.609375 0.000000 590.506409 0.000000 0.019360 0.000000 0.999813 0.421575 0.421575 0.421575 +5371.262207 0.000000 586.979736 0.000000 0.159596 0.000000 0.987182 0.411526 0.411526 0.411526 +5326.777344 0.000000 585.095886 0.000000 0.307394 0.000000 0.951582 0.419384 0.419384 0.419384 +5319.620605 0.000000 571.072998 0.000000 0.018418 0.000000 0.999830 0.423317 0.423317 0.423317 +5346.937012 0.000000 566.628479 0.000000 0.175876 0.000000 0.984412 0.431370 0.431370 0.431370 +5351.989746 0.000000 590.747620 0.000000 0.375668 0.000000 0.926754 0.436837 0.436837 0.436837 +5319.434570 0.000000 575.587341 0.000000 0.357192 0.000000 0.934031 0.438285 0.438285 0.438285 +5344.131348 0.000000 569.963135 0.000000 0.457902 0.000000 0.889003 0.447509 0.447509 0.447509 +5358.421387 0.000000 573.890869 0.000000 0.173260 0.000000 0.984876 0.452582 0.452582 0.452582 +5328.485352 0.000000 589.955933 0.000000 0.329751 0.000000 0.944068 0.443148 0.443148 0.443148 +5368.379395 0.000000 579.224548 0.000000 0.278479 0.000000 0.960442 0.443952 0.443952 0.443952 +5344.284180 0.000000 607.032471 0.000000 0.477566 0.000000 0.878596 0.440652 0.440652 0.440652 +5330.728027 0.000000 599.001831 0.000000 0.115312 0.000000 0.993329 0.467263 0.467263 0.467263 +5346.454102 0.000000 605.864990 0.000000 0.502106 0.000000 0.864806 0.468417 0.468417 0.468417 +5287.299805 0.000000 667.707581 0.000000 0.326215 0.000000 0.945296 0.382870 0.382870 0.382870 +5267.640625 0.000000 646.639893 0.000000 0.096512 0.000000 0.995332 0.379538 0.379538 0.379538 +5301.005371 0.000000 673.523376 0.000000 0.248038 0.000000 0.968750 0.391424 0.391424 0.391424 +5283.522949 0.000000 665.974060 0.000000 0.079842 0.000000 0.996808 0.381795 0.381795 0.381795 +5275.443848 0.000000 653.593079 0.000000 0.174868 0.000000 0.984592 0.386741 0.386741 0.386741 +5303.867676 0.000000 668.559753 0.000000 0.330346 0.000000 0.943860 0.396307 0.396307 0.396307 +5291.407227 0.000000 665.556152 0.000000 0.072136 0.000000 0.997395 0.388807 0.388807 0.388807 +5301.007812 0.000000 662.478516 0.000000 0.179936 0.000000 0.983678 0.404717 0.404717 0.404717 +5301.449707 0.000000 671.219666 0.000000 0.138145 0.000000 0.990412 0.404055 0.404055 0.404055 +5297.324707 0.000000 656.925354 0.000000 0.347665 0.000000 0.937619 0.421893 0.421893 0.421893 +5297.135254 0.000000 648.165039 0.000000 0.170987 0.000000 0.985273 0.452538 0.452538 0.452538 +5259.568848 0.000000 677.281433 0.000000 0.232289 0.000000 0.972647 0.444853 0.444853 0.444853 +5267.524902 0.000000 658.261963 0.000000 0.010786 0.000000 0.999942 0.454675 0.454675 0.454675 +5301.096191 0.000000 646.396606 0.000000 0.039507 0.000000 0.999219 0.455239 0.455239 0.455239 +5301.408691 0.000000 649.741821 0.000000 0.061781 0.000000 0.998090 0.572949 0.572949 0.572949 +5288.703613 0.000000 676.196594 0.000000 0.397593 0.000000 0.917562 0.500127 0.500127 0.500127 +5299.089355 0.000000 650.325012 0.000000 0.527248 0.000000 0.849711 0.577171 0.577171 0.577171 +5297.310547 0.000000 650.797974 0.000000 0.481075 0.000000 0.876679 0.657970 0.657970 0.657970 +5266.317871 0.000000 656.570862 0.000000 0.238169 0.000000 0.971224 0.503348 0.503348 0.503348 +5312.588379 0.000000 673.630615 0.000000 0.195723 0.000000 0.980659 0.404969 0.404969 0.404969 +5395.236816 0.000000 576.166809 0.000000 0.036195 0.000000 0.999345 0.395372 0.395372 0.395372 +5388.251465 0.000000 571.679871 0.000000 0.104052 0.000000 0.994572 0.414167 0.414167 0.414167 +5388.617676 0.000000 581.491089 0.000000 0.379754 0.000000 0.925087 0.424275 0.424275 0.424275 +5209.661133 0.000000 680.878723 0.000000 0.096963 0.000000 0.995288 0.380133 0.380133 0.380133 +5186.356934 0.000000 682.710693 0.000000 0.481652 0.000000 0.876363 0.385545 0.385545 0.385545 +5197.872070 0.000000 706.214966 0.000000 0.221673 0.000000 0.975121 0.382031 0.382031 0.382031 +5225.650879 0.000000 687.099243 0.000000 0.129690 0.000000 0.991555 0.389656 0.389656 0.389656 +5211.673340 0.000000 730.585815 0.000000 0.371336 0.000000 0.928498 0.393328 0.393328 0.393328 +5222.962402 0.000000 721.992432 0.000000 0.157585 0.000000 0.987505 0.395434 0.395434 0.395434 +5226.281250 0.000000 720.024231 0.000000 0.128621 0.000000 0.991694 0.396778 0.396778 0.396778 +5224.284180 0.000000 716.279053 0.000000 0.368449 0.000000 0.929648 0.398727 0.398727 0.398727 +5226.638672 0.000000 728.245117 0.000000 0.538306 0.000000 0.842749 0.401600 0.401600 0.401600 +5237.929688 0.000000 693.883240 0.000000 0.388032 0.000000 0.921646 0.424426 0.424426 0.424426 +5246.383301 0.000000 698.978943 0.000000 0.354142 0.000000 0.935192 0.443622 0.443622 0.443622 +5205.918945 0.000000 689.319885 0.000000 0.420176 0.000000 0.907443 0.453959 0.453959 0.453959 +5204.029785 0.000000 681.739258 0.000000 0.261942 0.000000 0.965084 0.434709 0.434709 0.434709 +5218.393066 0.000000 730.514160 0.000000 0.320411 0.000000 0.947279 0.471575 0.471575 0.471575 +5211.529297 0.000000 708.498413 0.000000 0.011869 0.000000 0.999930 0.447720 0.447720 0.447720 +5219.030762 0.000000 701.706848 0.000000 0.232181 0.000000 0.972673 0.475001 0.475001 0.475001 +5209.742188 0.000000 706.863770 0.000000 0.194742 0.000000 0.980854 0.456542 0.456542 0.456542 +5239.122559 0.000000 682.955383 0.000000 0.015211 0.000000 0.999884 0.480824 0.480824 0.480824 +5224.675293 0.000000 724.852783 0.000000 0.129376 0.000000 0.991596 0.476319 0.476319 0.476319 +5247.314453 0.000000 705.725281 0.000000 0.428189 0.000000 0.903689 0.463149 0.463149 0.463149 +5200.399414 0.000000 705.533203 0.000000 0.030136 0.000000 0.999546 0.475944 0.475944 0.475944 +5239.777832 0.000000 706.747620 0.000000 0.038779 0.000000 0.999248 0.481338 0.481338 0.481338 +5211.559082 0.000000 713.701843 0.000000 0.289743 0.000000 0.957104 0.483349 0.483349 0.483349 +5226.913086 0.000000 731.812744 0.000000 0.503883 0.000000 0.863772 0.484762 0.484762 0.484762 +5207.843750 0.000000 716.152649 0.000000 0.177747 0.000000 0.984076 0.496659 0.496659 0.496659 +5223.639160 0.000000 704.885681 0.000000 0.353534 0.000000 0.935422 0.538048 0.538048 0.538048 +5200.512207 0.000000 713.557861 0.000000 0.532494 0.000000 0.846434 0.570192 0.570192 0.570192 +5220.268066 0.000000 700.438538 0.000000 0.125493 0.000000 0.992094 0.490220 0.490220 0.490220 +5224.275879 0.000000 726.585083 0.000000 0.319349 0.000000 0.947637 0.533578 0.533578 0.533578 +5242.012207 0.000000 688.142273 0.000000 0.251010 0.000000 0.967984 0.554437 0.554437 0.554437 +5225.344238 0.000000 727.240356 0.000000 0.295377 0.000000 0.955381 0.532929 0.532929 0.532929 +5223.420898 0.000000 709.316162 0.000000 0.371778 0.000000 0.928321 0.587871 0.587871 0.587871 +5206.020996 0.000000 735.616943 0.000000 0.203340 0.000000 0.979108 0.430082 0.430082 0.430082 +5216.052246 0.000000 734.319153 0.000000 0.385544 0.000000 0.922690 0.485537 0.485537 0.485537 +5230.200195 0.000000 735.406677 0.000000 0.155691 0.000000 0.987806 0.504879 0.504879 0.504879 +5225.729980 0.000000 740.268921 0.000000 0.392244 0.000000 0.919861 0.532040 0.532040 0.532040 +5305.460938 0.000000 677.915771 0.000000 0.206294 0.000000 0.978490 0.381216 0.381216 0.381216 +5250.627930 0.000000 706.519714 0.000000 0.414488 0.000000 0.910055 0.392193 0.392193 0.392193 +5280.801270 0.000000 706.127747 0.000000 0.534448 0.000000 0.845201 0.396017 0.396017 0.396017 +5287.260742 0.000000 699.416504 0.000000 0.573096 0.000000 0.819488 0.426147 0.426147 0.426147 +5289.262207 0.000000 691.150146 0.000000 0.439294 0.000000 0.898344 0.416284 0.416284 0.416284 +5270.338379 0.000000 690.794983 0.000000 0.159353 0.000000 0.987222 0.452311 0.452311 0.452311 +5266.461914 0.000000 694.393188 0.000000 0.515229 0.000000 0.857053 0.445072 0.445072 0.445072 +5285.508789 0.000000 693.200806 0.000000 0.100586 0.000000 0.994928 0.426500 0.426500 0.426500 +5278.394531 0.000000 695.858826 0.000000 0.115578 0.000000 0.993298 0.463761 0.463761 0.463761 +5266.172363 0.000000 702.959839 0.000000 0.005579 0.000000 0.999984 0.438866 0.438866 0.438866 +5279.902832 0.000000 693.096191 0.000000 0.260562 0.000000 0.965457 0.495068 0.495068 0.495068 +5267.737305 0.000000 684.294189 0.000000 0.101202 0.000000 0.994866 0.503583 0.503583 0.503583 +5270.048340 0.000000 700.925415 0.000000 0.121772 0.000000 0.992558 0.543880 0.543880 0.543880 +5275.442383 0.000000 686.235352 0.000000 0.517160 0.000000 0.855889 0.524822 0.524822 0.524822 +5277.995605 0.000000 702.378723 0.000000 0.275965 0.000000 0.961168 0.491892 0.491892 0.491892 +5277.048828 0.000000 679.454956 0.000000 0.007248 0.000000 0.999974 0.501363 0.501363 0.501363 +5281.533203 0.000000 703.871887 0.000000 0.463397 0.000000 0.886151 0.546546 0.546546 0.546546 +5316.948730 0.000000 677.927551 0.000000 0.440173 0.000000 0.897913 0.385024 0.385024 0.385024 6001.067871 0.000000 2150.935303 0.000000 0.340562 0.000000 0.940222 0.530626 0.530626 0.530626 6003.003906 0.000000 2150.050049 0.000000 0.212247 0.000000 0.977216 0.574099 0.574099 0.574099 6374.464355 0.000000 2132.815918 0.000000 0.498023 0.000000 0.867164 0.609943 0.609943 0.609943 @@ -352,7 +919,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_002_mesh" - count=354 + count=924 transform="1272.310913 0.000000 2529.964600 0.000000 0.933561 0.000000 0.358419 0.554336 0.554336 0.554336 1273.484375 0.000000 2526.328369 0.000000 0.676087 0.000000 0.736822 0.577180 0.577180 0.577180 1273.960571 0.000000 2531.540283 0.000000 0.829711 0.000000 0.558194 0.624833 0.624833 0.624833 @@ -704,6 +1271,576 @@ object={ 2181.529297 0.000000 2827.708740 0.000000 0.878474 0.000000 0.477791 0.492527 0.492527 0.492527 2188.215576 0.000000 2835.075195 0.000000 0.625926 0.000000 0.779882 0.568037 0.568037 0.568037 2531.590576 0.000000 2813.622559 0.000000 0.720619 0.000000 0.693331 0.498020 0.498020 0.498020 +4281.007324 0.000000 102.144897 0.000000 0.736982 0.000000 0.675912 0.414854 0.414854 0.414854 +4312.795410 0.000000 140.880951 0.000000 0.912652 0.000000 0.408738 0.394260 0.394260 0.394260 +4321.062500 0.000000 165.042664 0.000000 0.948491 0.000000 0.316805 0.395542 0.395542 0.395542 +4295.408691 0.000000 130.806259 0.000000 0.611025 0.000000 0.791611 0.387321 0.387321 0.387321 +4315.698730 0.000000 159.468094 0.000000 0.876356 0.000000 0.481664 0.393049 0.393049 0.393049 +4311.339844 0.000000 145.376251 0.000000 0.647150 0.000000 0.762363 0.387879 0.387879 0.387879 +4311.935547 0.000000 150.023865 0.000000 0.683117 0.000000 0.730309 0.395053 0.395053 0.395053 +4320.330078 0.000000 167.266205 0.000000 0.806846 0.000000 0.590762 0.399632 0.399632 0.399632 +4331.596680 0.000000 161.510254 0.000000 0.629818 0.000000 0.776743 0.395887 0.395887 0.395887 +4311.371094 0.000000 212.467056 0.000000 0.891873 0.000000 0.452285 0.393767 0.393767 0.393767 +4328.974609 0.000000 180.974686 0.000000 0.729263 0.000000 0.684234 0.389916 0.389916 0.389916 +4313.916992 0.000000 214.219315 0.000000 0.802744 0.000000 0.596324 0.391418 0.391418 0.391418 +4329.128906 0.000000 190.318787 0.000000 0.933115 0.000000 0.359578 0.394913 0.394913 0.394913 +4317.739258 0.000000 190.916199 0.000000 0.627284 0.000000 0.778791 0.395839 0.395839 0.395839 +4321.478516 0.000000 199.474640 0.000000 0.776623 0.000000 0.629966 0.443899 0.443899 0.443899 +4595.213867 0.000000 102.741592 0.000000 0.919306 0.000000 0.393544 0.394628 0.394628 0.394628 +4354.356934 0.000000 174.351318 0.000000 0.927763 0.000000 0.373169 0.394825 0.394825 0.394825 +4358.070312 0.000000 176.493088 0.000000 0.828017 0.000000 0.560704 0.392608 0.392608 0.392608 +4524.083496 0.000000 133.029739 0.000000 0.806120 0.000000 0.591752 0.391748 0.391748 0.391748 +4518.385742 0.000000 129.813766 0.000000 0.749760 0.000000 0.661710 0.389891 0.389891 0.389891 +4526.782227 0.000000 155.032898 0.000000 0.879602 0.000000 0.475710 0.393069 0.393069 0.393069 +4512.330078 0.000000 167.266205 0.000000 0.770388 0.000000 0.637576 0.390335 0.390335 0.390335 +4502.911621 0.000000 153.958359 0.000000 0.767170 0.000000 0.641444 0.415571 0.415571 0.415571 +4507.528320 0.000000 147.507950 0.000000 0.831397 0.000000 0.555679 0.421023 0.421023 0.421023 +4510.945801 0.000000 141.432663 0.000000 0.893479 0.000000 0.449106 0.426789 0.426789 0.426789 +4513.433594 0.000000 148.772339 0.000000 0.680006 0.000000 0.733206 0.422873 0.422873 0.422873 +4506.057129 0.000000 148.431915 0.000000 0.861711 0.000000 0.507399 0.429502 0.429502 0.429502 +4505.560059 0.000000 156.142242 0.000000 0.832486 0.000000 0.554047 0.438023 0.438023 0.438023 +4558.979980 0.000000 137.808929 0.000000 0.672445 0.000000 0.740147 0.388517 0.388517 0.388517 +4564.832520 0.000000 125.548393 0.000000 0.821861 0.000000 0.569688 0.391647 0.391647 0.391647 +4546.822754 0.000000 146.936874 0.000000 0.857846 0.000000 0.513907 0.392481 0.392481 0.392481 +4558.650879 0.000000 163.309586 0.000000 0.918243 0.000000 0.396017 0.394307 0.394307 0.394307 +4581.463867 0.000000 120.574112 0.000000 0.645901 0.000000 0.763421 0.387900 0.387900 0.387900 +4554.235840 0.000000 156.652954 0.000000 0.947661 0.000000 0.319280 0.396410 0.396410 0.396410 +4532.463867 0.000000 184.534973 0.000000 0.936241 0.000000 0.351357 0.395178 0.395178 0.395178 +4505.661133 0.000000 172.519348 0.000000 0.761572 0.000000 0.648081 0.390424 0.390424 0.390424 +4523.601562 0.000000 222.353180 0.000000 0.718829 0.000000 0.695186 0.389253 0.389253 0.389253 +4499.894531 0.000000 177.224899 0.000000 0.845131 0.000000 0.534559 0.392171 0.392171 0.392171 +4491.084961 0.000000 179.831787 0.000000 0.881053 0.000000 0.473018 0.416860 0.416860 0.416860 +4493.322266 0.000000 174.049881 0.000000 0.927458 0.000000 0.373927 0.458691 0.458691 0.458691 +4596.014648 0.000000 178.296417 0.000000 0.667132 0.000000 0.744939 0.388712 0.388712 0.388712 +4557.487793 0.000000 179.469803 0.000000 0.901890 0.000000 0.431966 0.404234 0.404234 0.404234 +4337.262695 0.000000 336.982971 0.000000 0.632719 0.000000 0.774382 0.399648 0.399648 0.399648 +4317.379395 0.000000 350.381653 0.000000 0.851397 0.000000 0.524521 0.627999 0.627999 0.627999 +4318.425293 0.000000 345.790588 0.000000 0.899975 0.000000 0.435941 0.633188 0.633188 0.633188 +4315.970215 0.000000 339.888397 0.000000 0.764479 0.000000 0.644648 0.599260 0.599260 0.599260 +4312.312988 0.000000 342.335297 0.000000 0.718892 0.000000 0.695122 0.571570 0.571570 0.571570 +4346.145020 0.000000 384.050415 0.000000 0.785149 0.000000 0.619307 0.594720 0.594720 0.594720 +4316.718750 0.000000 349.406677 0.000000 0.913019 0.000000 0.407917 0.683589 0.683589 0.683589 +4320.901855 0.000000 345.789948 0.000000 0.892508 0.000000 0.451032 0.536643 0.536643 0.536643 +4316.025391 0.000000 345.277100 0.000000 0.800633 0.000000 0.599154 0.639794 0.639794 0.639794 +4314.454102 0.000000 339.920288 0.000000 0.680452 0.000000 0.732793 0.595550 0.595550 0.595550 +4317.639160 0.000000 342.381439 0.000000 0.791022 0.000000 0.611788 0.583915 0.583915 0.583915 +4313.039551 0.000000 347.533752 0.000000 0.788887 0.000000 0.614538 0.609665 0.609665 0.609665 +4318.662598 0.000000 349.966400 0.000000 0.905237 0.000000 0.424907 0.590258 0.590258 0.590258 +4310.670898 0.000000 345.205292 0.000000 0.746952 0.000000 0.664878 0.585595 0.585595 0.585595 +4319.628906 0.000000 342.037048 0.000000 0.790969 0.000000 0.611856 0.641087 0.641087 0.641087 +4322.111328 0.000000 427.005829 0.000000 0.931007 0.000000 0.365002 0.394776 0.394776 0.394776 +4315.190918 0.000000 423.700043 0.000000 0.685245 0.000000 0.728313 0.389505 0.389505 0.389505 +4315.528320 0.000000 429.929840 0.000000 0.596407 0.000000 0.802682 0.421102 0.421102 0.421102 +4350.420410 0.000000 408.731354 0.000000 0.796101 0.000000 0.605164 0.584156 0.584156 0.584156 +4346.873047 0.000000 411.139526 0.000000 0.943511 0.000000 0.331342 0.490144 0.490144 0.490144 +4345.981445 0.000000 401.018188 0.000000 0.904783 0.000000 0.425873 0.552457 0.552457 0.552457 +4345.375000 0.000000 398.648346 0.000000 0.898832 0.000000 0.438293 0.519969 0.519969 0.519969 +4338.833984 0.000000 403.970947 0.000000 0.643725 0.000000 0.765257 0.610326 0.610326 0.610326 +4349.552246 0.000000 404.703918 0.000000 0.827900 0.000000 0.560876 0.585732 0.585732 0.585732 +4348.196777 0.000000 405.160553 0.000000 0.708677 0.000000 0.705534 0.580306 0.580306 0.580306 +4337.364258 0.000000 397.679993 0.000000 0.600237 0.000000 0.799822 0.567125 0.567125 0.567125 +4337.862305 0.000000 396.592438 0.000000 0.834545 0.000000 0.550940 0.576764 0.576764 0.576764 +4338.566406 0.000000 404.981018 0.000000 0.742067 0.000000 0.670325 0.574360 0.574360 0.574360 +4339.945312 0.000000 402.227386 0.000000 0.932782 0.000000 0.360442 0.626426 0.626426 0.626426 +4336.027344 0.000000 399.397369 0.000000 0.607325 0.000000 0.794454 0.603437 0.603437 0.603437 +4442.364746 0.000000 251.498810 0.000000 0.694447 0.000000 0.719543 0.389493 0.389493 0.389493 +4468.393066 0.000000 248.331100 0.000000 0.807869 0.000000 0.589363 0.427892 0.427892 0.427892 +4488.667480 0.000000 230.716721 0.000000 0.598170 0.000000 0.801370 0.387375 0.387375 0.387375 +4508.380371 0.000000 280.787842 0.000000 0.895356 0.000000 0.445352 0.393708 0.393708 0.393708 +4511.328613 0.000000 276.259399 0.000000 0.612938 0.000000 0.790131 0.387309 0.387309 0.387309 +4499.253418 0.000000 273.524109 0.000000 0.711064 0.000000 0.703127 0.389098 0.389098 0.389098 +4507.203125 0.000000 265.255188 0.000000 0.651164 0.000000 0.758937 0.390719 0.390719 0.390719 +4504.641113 0.000000 281.662018 0.000000 0.858293 0.000000 0.513161 0.400986 0.400986 0.400986 +4369.033691 0.000000 378.867126 0.000000 0.787842 0.000000 0.615878 0.425471 0.425471 0.425471 +4352.850586 0.000000 379.470947 0.000000 0.784976 0.000000 0.619526 0.425395 0.425395 0.425395 +4372.440918 0.000000 394.412872 0.000000 0.846577 0.000000 0.532266 0.451671 0.451671 0.451671 +4392.256348 0.000000 412.238342 0.000000 0.671032 0.000000 0.741428 0.428236 0.428236 0.428236 +4400.896973 0.000000 443.001099 0.000000 0.857212 0.000000 0.514964 0.576087 0.576087 0.576087 +4352.213379 0.000000 407.492279 0.000000 0.618529 0.000000 0.785762 0.542389 0.542389 0.542389 +4476.013184 0.000000 410.255371 0.000000 0.591498 0.000000 0.806307 0.387028 0.387028 0.387028 +4448.330078 0.000000 449.688080 0.000000 0.881907 0.000000 0.471423 0.397880 0.397880 0.397880 +4553.808105 0.000000 436.557770 0.000000 0.791996 0.000000 0.610527 0.399272 0.399272 0.399272 +4631.068359 0.000000 173.964264 0.000000 0.664798 0.000000 0.747023 0.388501 0.388501 0.388501 +4790.864258 0.000000 167.967377 0.000000 0.787004 0.000000 0.616947 0.391302 0.391302 0.391302 +4793.384766 0.000000 169.220490 0.000000 0.756146 0.000000 0.654403 0.390276 0.390276 0.390276 +4772.759766 0.000000 190.829346 0.000000 0.925437 0.000000 0.378901 0.394683 0.394683 0.394683 +4774.469727 0.000000 196.047165 0.000000 0.910830 0.000000 0.412782 0.394200 0.394200 0.394200 +4797.251953 0.000000 176.267639 0.000000 0.662103 0.000000 0.749413 0.388156 0.388156 0.388156 +4783.085449 0.000000 208.281281 0.000000 0.593669 0.000000 0.804710 0.397070 0.397070 0.397070 +4781.465820 0.000000 213.749084 0.000000 0.906624 0.000000 0.421939 0.400580 0.400580 0.400580 +4788.393066 0.000000 191.846725 0.000000 0.625782 0.000000 0.779998 0.408770 0.408770 0.408770 +4804.755371 0.000000 197.325806 0.000000 0.934148 0.000000 0.356886 0.395135 0.395135 0.395135 +4804.957520 0.000000 209.300217 0.000000 0.891250 0.000000 0.453513 0.393725 0.393725 0.393725 +4823.836426 0.000000 220.066010 0.000000 0.658136 0.000000 0.752899 0.388508 0.388508 0.388508 +4859.100586 0.000000 179.545853 0.000000 0.767129 0.000000 0.641492 0.390611 0.390611 0.390611 +4862.582031 0.000000 184.320190 0.000000 0.846774 0.000000 0.531953 0.392214 0.392214 0.392214 +4802.552734 0.000000 225.529358 0.000000 0.863711 0.000000 0.503987 0.392668 0.392668 0.392668 +4816.382324 0.000000 225.269531 0.000000 0.806348 0.000000 0.591441 0.395850 0.395850 0.395850 +4802.269043 0.000000 222.886978 0.000000 0.661191 0.000000 0.750217 0.396484 0.396484 0.396484 +4802.026855 0.000000 218.079315 0.000000 0.941932 0.000000 0.335803 0.398084 0.398084 0.398084 +4801.042969 0.000000 201.954224 0.000000 0.867519 0.000000 0.497404 0.399354 0.399354 0.399354 +4865.451660 0.000000 178.845581 0.000000 0.846281 0.000000 0.532736 0.392370 0.392370 0.392370 +4878.389160 0.000000 202.837830 0.000000 0.607477 0.000000 0.794337 0.387167 0.387167 0.387167 +4882.128418 0.000000 190.214737 0.000000 0.947924 0.000000 0.318497 0.395468 0.395468 0.395468 +4877.872070 0.000000 197.855606 0.000000 0.824149 0.000000 0.566373 0.391582 0.391582 0.391582 +4891.190918 0.000000 197.762543 0.000000 0.745176 0.000000 0.666868 0.389794 0.389794 0.389794 +4892.944336 0.000000 205.320496 0.000000 0.612298 0.000000 0.790627 0.387298 0.387298 0.387298 +4682.235840 0.000000 326.106079 0.000000 0.615209 0.000000 0.788364 0.388207 0.388207 0.388207 +4704.330078 0.000000 336.719330 0.000000 0.878737 0.000000 0.477306 0.393982 0.393982 0.393982 +4699.673340 0.000000 335.195190 0.000000 0.894241 0.000000 0.447586 0.400169 0.400169 0.400169 +4682.618164 0.000000 333.865112 0.000000 0.856890 0.000000 0.515499 0.433129 0.433129 0.433129 +4676.679688 0.000000 335.036804 0.000000 0.943652 0.000000 0.330939 0.426946 0.426946 0.426946 +4684.919922 0.000000 332.457581 0.000000 0.660096 0.000000 0.751181 0.427991 0.427991 0.427991 +4678.073242 0.000000 336.209351 0.000000 0.950862 0.000000 0.309616 0.446509 0.446509 0.446509 +4682.663574 0.000000 337.006866 0.000000 0.770620 0.000000 0.637295 0.439993 0.439993 0.439993 +4691.070801 0.000000 325.789703 0.000000 0.861269 0.000000 0.508149 0.431380 0.431380 0.431380 +4691.343262 0.000000 334.023010 0.000000 0.678345 0.000000 0.734743 0.430255 0.430255 0.430255 +4688.024902 0.000000 323.840454 0.000000 0.930647 0.000000 0.365917 0.439737 0.439737 0.439737 +4680.986816 0.000000 337.129944 0.000000 0.592935 0.000000 0.805250 0.435748 0.435748 0.435748 +4797.251953 0.000000 232.752014 0.000000 0.651678 0.000000 0.758496 0.387963 0.387963 0.387963 +4787.914062 0.000000 231.725891 0.000000 0.639350 0.000000 0.768916 0.396066 0.396066 0.396066 +4790.255859 0.000000 234.697556 0.000000 0.842449 0.000000 0.538776 0.396763 0.396763 0.396763 +4832.618164 0.000000 229.303116 0.000000 0.858935 0.000000 0.512085 0.392860 0.392860 0.392860 +4808.667480 0.000000 230.716721 0.000000 0.730587 0.000000 0.682820 0.389830 0.389830 0.389830 +4818.498535 0.000000 229.755493 0.000000 0.756109 0.000000 0.654445 0.390132 0.390132 0.390132 +4845.585449 0.000000 236.370605 0.000000 0.877311 0.000000 0.479923 0.401543 0.401543 0.401543 +4685.099609 0.000000 358.682892 0.000000 0.691659 0.000000 0.722224 0.388959 0.388959 0.388959 +4692.832520 0.000000 351.485901 0.000000 0.773159 0.000000 0.634212 0.390670 0.390670 0.390670 +4683.616211 0.000000 368.247406 0.000000 0.783525 0.000000 0.621361 0.390827 0.390827 0.390827 +4682.329590 0.000000 363.610870 0.000000 0.706402 0.000000 0.707811 0.389163 0.389163 0.389163 +4710.385742 0.000000 355.751282 0.000000 0.942324 0.000000 0.334701 0.395297 0.395297 0.395297 +4686.686523 0.000000 353.497711 0.000000 0.750577 0.000000 0.660784 0.390827 0.390827 0.390827 +4680.173828 0.000000 361.172546 0.000000 0.629056 0.000000 0.777360 0.387640 0.387640 0.387640 +4685.872070 0.000000 367.308716 0.000000 0.664437 0.000000 0.747344 0.388284 0.388284 0.388284 +4705.641602 0.000000 356.984833 0.000000 0.861346 0.000000 0.508018 0.393485 0.393485 0.393485 +4728.742188 0.000000 368.800140 0.000000 0.654986 0.000000 0.755641 0.388109 0.388109 0.388109 +4712.647949 0.000000 340.232910 0.000000 0.826575 0.000000 0.562827 0.396351 0.396351 0.396351 +4710.792969 0.000000 341.718231 0.000000 0.598523 0.000000 0.801105 0.408239 0.408239 0.408239 +4710.819824 0.000000 391.157990 0.000000 0.836301 0.000000 0.548270 0.406054 0.406054 0.406054 +4708.742188 0.000000 392.111450 0.000000 0.614204 0.000000 0.789148 0.414084 0.414084 0.414084 +4713.963379 0.000000 346.435577 0.000000 0.742023 0.000000 0.670374 0.435507 0.435507 0.435507 +4689.145996 0.000000 341.460449 0.000000 0.918707 0.000000 0.394939 0.425845 0.425845 0.425845 +4704.293457 0.000000 387.913696 0.000000 0.628702 0.000000 0.777646 0.445743 0.445743 0.445743 +4705.699219 0.000000 352.336487 0.000000 0.804457 0.000000 0.594010 0.440945 0.440945 0.440945 +4701.209473 0.000000 394.867493 0.000000 0.765358 0.000000 0.643604 0.471571 0.471571 0.471571 +4706.857422 0.000000 424.519531 0.000000 0.625956 0.000000 0.779858 0.388031 0.388031 0.388031 +4726.255859 0.000000 404.150696 0.000000 0.680748 0.000000 0.732518 0.402451 0.402451 0.402451 +4699.966309 0.000000 405.003723 0.000000 0.802088 0.000000 0.597205 0.412692 0.412692 0.412692 +4717.587891 0.000000 403.162872 0.000000 0.798127 0.000000 0.602489 0.425746 0.425746 0.425746 +4688.278320 0.000000 408.946381 0.000000 0.942145 0.000000 0.335207 0.426874 0.426874 0.426874 +4720.943848 0.000000 406.979126 0.000000 0.629872 0.000000 0.776699 0.416248 0.416248 0.416248 +4702.021484 0.000000 403.657532 0.000000 0.591648 0.000000 0.806197 0.424687 0.424687 0.424687 +4717.431152 0.000000 399.442291 0.000000 0.914436 0.000000 0.404730 0.433304 0.433304 0.433304 +4703.834473 0.000000 397.544159 0.000000 0.885690 0.000000 0.464276 0.475818 0.475818 0.475818 +4745.400879 0.000000 411.509766 0.000000 0.727278 0.000000 0.686343 0.390293 0.390293 0.390293 +4791.062500 0.000000 446.408112 0.000000 0.724535 0.000000 0.689238 0.389824 0.389824 0.389824 +4777.064941 0.000000 447.096191 0.000000 0.775903 0.000000 0.630852 0.390899 0.390899 0.390899 +4808.614258 0.000000 408.919495 0.000000 0.816173 0.000000 0.577807 0.391541 0.391541 0.391541 +4876.112305 0.000000 240.844254 0.000000 0.925142 0.000000 0.379622 0.394673 0.394673 0.394673 +4988.104492 0.000000 392.559967 0.000000 0.789694 0.000000 0.613500 0.459244 0.459244 0.459244 +4982.238281 0.000000 395.268311 0.000000 0.811592 0.000000 0.584225 0.454298 0.454298 0.454298 +5029.098633 0.000000 381.777252 0.000000 0.948109 0.000000 0.317946 0.395751 0.395751 0.395751 +5042.394043 0.000000 391.028015 0.000000 0.868919 0.000000 0.494954 0.405089 0.405089 0.405089 +5044.072754 0.000000 387.409424 0.000000 0.931685 0.000000 0.363267 0.426394 0.426394 0.426394 +5029.294434 0.000000 383.862396 0.000000 0.787440 0.000000 0.616391 0.432961 0.432961 0.432961 +5020.899902 0.000000 390.454926 0.000000 0.862056 0.000000 0.506813 0.442755 0.442755 0.442755 +5105.314941 0.000000 381.604492 0.000000 0.796187 0.000000 0.605051 0.393724 0.393724 0.393724 +5118.854492 0.000000 365.489655 0.000000 0.903399 0.000000 0.428802 0.419535 0.419535 0.419535 +5110.904297 0.000000 375.214539 0.000000 0.842641 0.000000 0.538476 0.479776 0.479776 0.479776 +5053.125000 0.000000 447.869873 0.000000 0.671457 0.000000 0.741044 0.388456 0.388456 0.388456 +5035.596680 0.000000 443.932129 0.000000 0.856461 0.000000 0.516212 0.395247 0.395247 0.395247 +5039.350098 0.000000 450.133667 0.000000 0.715702 0.000000 0.698406 0.410641 0.410641 0.410641 +5037.431152 0.000000 399.442291 0.000000 0.855169 0.000000 0.518349 0.425510 0.425510 0.425510 +5028.560547 0.000000 409.446411 0.000000 0.816241 0.000000 0.577712 0.433772 0.433772 0.433772 +5025.128418 0.000000 436.153809 0.000000 0.898359 0.000000 0.439262 0.436478 0.436478 0.436478 +5036.442383 0.000000 401.903412 0.000000 0.907971 0.000000 0.419034 0.442568 0.442568 0.442568 +5049.728516 0.000000 420.785339 0.000000 0.860184 0.000000 0.509984 0.459695 0.459695 0.459695 +5029.366211 0.000000 447.090302 0.000000 0.762261 0.000000 0.647270 0.445370 0.445370 0.445370 +5043.663574 0.000000 396.559052 0.000000 0.647868 0.000000 0.761752 0.449879 0.449879 0.449879 +5070.686523 0.000000 409.982086 0.000000 0.642024 0.000000 0.766685 0.387917 0.387917 0.387917 +5079.105957 0.000000 416.627319 0.000000 0.822176 0.000000 0.569233 0.392463 0.392463 0.392463 +5056.517090 0.000000 445.167664 0.000000 0.914141 0.000000 0.405397 0.440919 0.440919 0.440919 +5075.835449 0.000000 416.277679 0.000000 0.660141 0.000000 0.751141 0.433544 0.433544 0.433544 +5072.004883 0.000000 412.858459 0.000000 0.901886 0.000000 0.431974 0.448028 0.448028 0.448028 +5077.729980 0.000000 410.980743 0.000000 0.901229 0.000000 0.433343 0.438492 0.438492 0.438492 +5074.461914 0.000000 411.971313 0.000000 0.899061 0.000000 0.437823 0.463112 0.463112 0.463112 +5061.961426 0.000000 446.023499 0.000000 0.778459 0.000000 0.627695 0.458906 0.458906 0.458906 +5083.322754 0.000000 419.860565 0.000000 0.882060 0.000000 0.471137 0.473773 0.473773 0.473773 +5079.062012 0.000000 411.512299 0.000000 0.633837 0.000000 0.773467 0.458747 0.458747 0.458747 +4284.008301 0.000000 494.152161 0.000000 0.725001 0.000000 0.688748 0.395904 0.395904 0.395904 +4269.465820 0.000000 496.170959 0.000000 0.820431 0.000000 0.571745 0.409404 0.409404 0.409404 +4269.537598 0.000000 492.264648 0.000000 0.598129 0.000000 0.801400 0.410076 0.410076 0.410076 +4267.628906 0.000000 492.266083 0.000000 0.714413 0.000000 0.699724 0.414341 0.414341 0.414341 +4291.597168 0.000000 476.981567 0.000000 0.793667 0.000000 0.608353 0.440634 0.440634 0.440634 +4385.099609 0.000000 485.824677 0.000000 0.682402 0.000000 0.730977 0.389030 0.389030 0.389030 +4381.422852 0.000000 490.426819 0.000000 0.614353 0.000000 0.789031 0.387788 0.387788 0.387788 +4385.448730 0.000000 475.171814 0.000000 0.895436 0.000000 0.445191 0.393688 0.393688 0.393688 +4379.635742 0.000000 474.925354 0.000000 0.707701 0.000000 0.706512 0.389266 0.389266 0.389266 +4451.104004 0.000000 460.417114 0.000000 0.881410 0.000000 0.472353 0.393441 0.393441 0.393441 +4422.953125 0.000000 487.485260 0.000000 0.764895 0.000000 0.644154 0.396767 0.396767 0.396767 +4416.894531 0.000000 538.659485 0.000000 0.669802 0.000000 0.742540 0.388802 0.388802 0.388802 +4538.385254 0.000000 454.467041 0.000000 0.919650 0.000000 0.392739 0.394660 0.394660 0.394660 +4589.942871 0.000000 473.815887 0.000000 0.829222 0.000000 0.558919 0.391768 0.391768 0.391768 +4652.083496 0.000000 471.935974 0.000000 0.875925 0.000000 0.482448 0.393439 0.393439 0.393439 +4636.928223 0.000000 469.755096 0.000000 0.831278 0.000000 0.555857 0.391760 0.391760 0.391760 +4631.885254 0.000000 477.655121 0.000000 0.920869 0.000000 0.389872 0.401086 0.401086 0.401086 +4692.832520 0.000000 464.454651 0.000000 0.795090 0.000000 0.606491 0.390987 0.390987 0.390987 +4691.236816 0.000000 463.198059 0.000000 0.918797 0.000000 0.394731 0.418210 0.418210 0.418210 +4962.900879 0.000000 508.424103 0.000000 0.740723 0.000000 0.671811 0.390510 0.390510 0.390510 +4990.419434 0.000000 550.506653 0.000000 0.617747 0.000000 0.786377 0.388117 0.388117 0.388117 +4971.690430 0.000000 511.923370 0.000000 0.648197 0.000000 0.761472 0.388071 0.388071 0.388071 +4984.742188 0.000000 538.253235 0.000000 0.941672 0.000000 0.336533 0.398073 0.398073 0.398073 +4977.314941 0.000000 551.057617 0.000000 0.588751 0.000000 0.808314 0.389590 0.389590 0.389590 +4991.374512 0.000000 548.454895 0.000000 0.783444 0.000000 0.621463 0.400950 0.400950 0.400950 +4971.407227 0.000000 552.587402 0.000000 0.655249 0.000000 0.755413 0.405651 0.405651 0.405651 +4975.882812 0.000000 513.383057 0.000000 0.880113 0.000000 0.474765 0.405430 0.405430 0.405430 +4977.909180 0.000000 540.200684 0.000000 0.841852 0.000000 0.539709 0.423215 0.423215 0.423215 +4987.429199 0.000000 533.671997 0.000000 0.754762 0.000000 0.655999 0.441435 0.441435 0.441435 +4940.970703 0.000000 555.345154 0.000000 0.851194 0.000000 0.524851 0.431057 0.431057 0.431057 +4953.349609 0.000000 528.310059 0.000000 0.860330 0.000000 0.509737 0.437024 0.437024 0.437024 +4953.560059 0.000000 551.532898 0.000000 0.898721 0.000000 0.438521 0.438394 0.438394 0.438394 +4959.967773 0.000000 526.559082 0.000000 0.692180 0.000000 0.721725 0.458374 0.458374 0.458374 +4960.284180 0.000000 550.548096 0.000000 0.885679 0.000000 0.464298 0.462559 0.462559 0.462559 +4972.188965 0.000000 513.380493 0.000000 0.793614 0.000000 0.608422 0.457492 0.457492 0.457492 +4987.962402 0.000000 547.307739 0.000000 0.891039 0.000000 0.453926 0.476046 0.476046 0.476046 +4948.063965 0.000000 549.233643 0.000000 0.709208 0.000000 0.705000 0.466234 0.466234 0.466234 +5039.250488 0.000000 480.855896 0.000000 0.777914 0.000000 0.628371 0.419587 0.419587 0.419587 +5048.708984 0.000000 472.318512 0.000000 0.737642 0.000000 0.675192 0.431667 0.431667 0.431667 +5035.440918 0.000000 459.563385 0.000000 0.934741 0.000000 0.355330 0.478164 0.478164 0.478164 +5039.816406 0.000000 497.663330 0.000000 0.939904 0.000000 0.341439 0.486102 0.486102 0.486102 +5037.556641 0.000000 497.518219 0.000000 0.692121 0.000000 0.721781 0.559545 0.559545 0.559545 +5036.451660 0.000000 495.487488 0.000000 0.730928 0.000000 0.682455 0.516830 0.516830 0.516830 +5100.062988 0.000000 460.864136 0.000000 0.771544 0.000000 0.636176 0.391083 0.391083 0.391083 +5109.177734 0.000000 462.395447 0.000000 0.797631 0.000000 0.603146 0.416337 0.416337 0.416337 +5071.854980 0.000000 458.404724 0.000000 0.627466 0.000000 0.778644 0.427280 0.427280 0.427280 +5112.708984 0.000000 472.318512 0.000000 0.875770 0.000000 0.482729 0.422381 0.422381 0.422381 +5063.546875 0.000000 483.179840 0.000000 0.936176 0.000000 0.351533 0.453392 0.453392 0.453392 +5109.385254 0.000000 482.482269 0.000000 0.930971 0.000000 0.365094 0.466504 0.466504 0.466504 +5100.147461 0.000000 467.510376 0.000000 0.901619 0.000000 0.432531 0.448017 0.448017 0.448017 +5070.057129 0.000000 503.710876 0.000000 0.801677 0.000000 0.597758 0.446492 0.446492 0.446492 +5064.627441 0.000000 491.899475 0.000000 0.762000 0.000000 0.647577 0.447230 0.447230 0.447230 +5077.209473 0.000000 458.737244 0.000000 0.622582 0.000000 0.782555 0.458473 0.458473 0.458473 +5104.063965 0.000000 477.670990 0.000000 0.813290 0.000000 0.581858 0.493700 0.493700 0.493700 +5057.323730 0.000000 457.932434 0.000000 0.734534 0.000000 0.678572 0.474368 0.474368 0.474368 +5111.777832 0.000000 480.810120 0.000000 0.652479 0.000000 0.757807 0.490471 0.490471 0.490471 +5017.661133 0.000000 511.425598 0.000000 0.615295 0.000000 0.788297 0.387804 0.387804 0.387804 +5023.330566 0.000000 540.780457 0.000000 0.787732 0.000000 0.616019 0.391646 0.391646 0.391646 +5047.794922 0.000000 521.365601 0.000000 0.945943 0.000000 0.324332 0.405940 0.405940 0.405940 +5028.682129 0.000000 532.148743 0.000000 0.804693 0.000000 0.593692 0.408995 0.408995 0.408995 +5037.747070 0.000000 557.050964 0.000000 0.817456 0.000000 0.575991 0.407440 0.407440 0.407440 +5042.490723 0.000000 531.148926 0.000000 0.682086 0.000000 0.731272 0.422919 0.422919 0.422919 +5029.294434 0.000000 553.315491 0.000000 0.688107 0.000000 0.725609 0.423054 0.423054 0.423054 +5028.560547 0.000000 522.415161 0.000000 0.848571 0.000000 0.529082 0.421526 0.421526 0.421526 +4997.041016 0.000000 552.135925 0.000000 0.930289 0.000000 0.366827 0.476014 0.476014 0.476014 +5019.133789 0.000000 511.889526 0.000000 0.921670 0.000000 0.387975 0.458414 0.458414 0.458414 +4998.595703 0.000000 534.358459 0.000000 0.684006 0.000000 0.729476 0.460011 0.460011 0.460011 +5039.221680 0.000000 549.061646 0.000000 0.941762 0.000000 0.336280 0.543501 0.543501 0.543501 +5004.955566 0.000000 564.223511 0.000000 0.770190 0.000000 0.637814 0.477309 0.477309 0.477309 +5040.927734 0.000000 553.375305 0.000000 0.668143 0.000000 0.744033 0.507446 0.507446 0.507446 +5041.044434 0.000000 557.439697 0.000000 0.774276 0.000000 0.632848 0.503500 0.503500 0.503500 +5040.896973 0.000000 555.969849 0.000000 0.605180 0.000000 0.796089 0.534696 0.534696 0.534696 +5049.375000 0.000000 511.617096 0.000000 0.783893 0.000000 0.620896 0.503839 0.503839 0.503839 +4994.037109 0.000000 538.585876 0.000000 0.643880 0.000000 0.765126 0.561424 0.561424 0.561424 +5076.569336 0.000000 513.745850 0.000000 0.738960 0.000000 0.673749 0.390514 0.390514 0.390514 +5083.678223 0.000000 513.373535 0.000000 0.846141 0.000000 0.532959 0.392170 0.392170 0.392170 +5099.659668 0.000000 544.539001 0.000000 0.670707 0.000000 0.741723 0.394810 0.394810 0.394810 +5071.325195 0.000000 543.367798 0.000000 0.820656 0.000000 0.571423 0.416951 0.416951 0.416951 +5083.504395 0.000000 522.337769 0.000000 0.885035 0.000000 0.465524 0.424591 0.424591 0.424591 +5081.304688 0.000000 509.353088 0.000000 0.915965 0.000000 0.401259 0.423826 0.423826 0.423826 +5093.379395 0.000000 545.246033 0.000000 0.749503 0.000000 0.662001 0.422625 0.422625 0.422625 +5068.919922 0.000000 558.395081 0.000000 0.621126 0.000000 0.783710 0.428989 0.428989 0.428989 +5092.830078 0.000000 543.287109 0.000000 0.686589 0.000000 0.727045 0.424877 0.424877 0.424877 +5084.266602 0.000000 545.726562 0.000000 0.923075 0.000000 0.384621 0.460387 0.460387 0.460387 +5057.657715 0.000000 508.863098 0.000000 0.922944 0.000000 0.384934 0.492777 0.492777 0.492777 +5093.805176 0.000000 563.886108 0.000000 0.866512 0.000000 0.499156 0.473149 0.473149 0.473149 +4983.867676 0.000000 612.075378 0.000000 0.833169 0.000000 0.553019 0.411636 0.411636 0.411636 +4970.440430 0.000000 581.052734 0.000000 0.898929 0.000000 0.438094 0.425084 0.425084 0.425084 +4981.385254 0.000000 595.450989 0.000000 0.867358 0.000000 0.497685 0.459958 0.459958 0.459958 +4974.203125 0.000000 588.365112 0.000000 0.914175 0.000000 0.405320 0.459973 0.459973 0.459973 +4982.280273 0.000000 611.423096 0.000000 0.727146 0.000000 0.686483 0.442577 0.442577 0.442577 +4983.569824 0.000000 584.841919 0.000000 0.867678 0.000000 0.497127 0.580411 0.580411 0.580411 +4985.981445 0.000000 626.955688 0.000000 0.794763 0.000000 0.606920 0.487440 0.487440 0.487440 +4998.057129 0.000000 609.781494 0.000000 0.787538 0.000000 0.616266 0.391015 0.391015 0.391015 +5027.689941 0.000000 616.445374 0.000000 0.863912 0.000000 0.503643 0.392700 0.392700 0.392700 +4994.575684 0.000000 605.970825 0.000000 0.770362 0.000000 0.637607 0.390438 0.390438 0.390438 +5035.095215 0.000000 579.162415 0.000000 0.670490 0.000000 0.741919 0.391084 0.391084 0.391084 +5001.808105 0.000000 606.010925 0.000000 0.950875 0.000000 0.309575 0.419623 0.419623 0.419623 +5043.318359 0.000000 598.485229 0.000000 0.935476 0.000000 0.353389 0.424648 0.424648 0.424648 +5048.708984 0.000000 585.287231 0.000000 0.645296 0.000000 0.763933 0.412864 0.412864 0.412864 +4999.620605 0.000000 571.072998 0.000000 0.914065 0.000000 0.405568 0.440916 0.440916 0.440916 +5008.310547 0.000000 612.439209 0.000000 0.818433 0.000000 0.574603 0.441359 0.441359 0.441359 +5008.024902 0.000000 606.262329 0.000000 0.788077 0.000000 0.615576 0.432979 0.432979 0.432979 +5011.704102 0.000000 578.607971 0.000000 0.607677 0.000000 0.794184 0.430545 0.430545 0.430545 +5000.131348 0.000000 574.231506 0.000000 0.842042 0.000000 0.539413 0.472230 0.472230 0.472230 +5038.867676 0.000000 595.303345 0.000000 0.844636 0.000000 0.535340 0.447835 0.447835 0.447835 +5023.750977 0.000000 571.426697 0.000000 0.717830 0.000000 0.696218 0.460909 0.460909 0.460909 +4992.328125 0.000000 613.312134 0.000000 0.886224 0.000000 0.463257 0.485304 0.485304 0.485304 +5039.249023 0.000000 587.580994 0.000000 0.946393 0.000000 0.323016 0.494151 0.494151 0.494151 +5049.404785 0.000000 602.487915 0.000000 0.697143 0.000000 0.716932 0.539582 0.539582 0.539582 +5057.042969 0.000000 597.344849 0.000000 0.675418 0.000000 0.737435 0.396763 0.396763 0.396763 +5102.245605 0.000000 584.766296 0.000000 0.788729 0.000000 0.614741 0.402955 0.402955 0.402955 +5066.234863 0.000000 612.289673 0.000000 0.691548 0.000000 0.722330 0.410117 0.410117 0.410117 +5062.912598 0.000000 564.845398 0.000000 0.817527 0.000000 0.575891 0.426282 0.426282 0.426282 +5109.929688 0.000000 580.914490 0.000000 0.708413 0.000000 0.705798 0.440247 0.440247 0.440247 +5115.993164 0.000000 581.387329 0.000000 0.862018 0.000000 0.506878 0.444645 0.444645 0.444645 +5113.112305 0.000000 571.434021 0.000000 0.780791 0.000000 0.624793 0.444015 0.444015 0.444015 +5085.055664 0.000000 570.857544 0.000000 0.939605 0.000000 0.342260 0.470789 0.470789 0.470789 +5113.993164 0.000000 601.439636 0.000000 0.822609 0.000000 0.568607 0.454647 0.454647 0.454647 +5115.523926 0.000000 578.303101 0.000000 0.802778 0.000000 0.596279 0.482108 0.482108 0.482108 +5118.871094 0.000000 608.354248 0.000000 0.881337 0.000000 0.472489 0.500210 0.500210 0.500210 +5114.590332 0.000000 607.398193 0.000000 0.612332 0.000000 0.790600 0.463731 0.463731 0.463731 +5107.326660 0.000000 612.359497 0.000000 0.826729 0.000000 0.562600 0.563335 0.563335 0.563335 +5113.239746 0.000000 608.173035 0.000000 0.636989 0.000000 0.770873 0.575690 0.575690 0.575690 +5106.230469 0.000000 615.800110 0.000000 0.782129 0.000000 0.623116 0.524229 0.524229 0.524229 +5092.699219 0.000000 606.358643 0.000000 0.614471 0.000000 0.788939 0.547700 0.547700 0.547700 +4993.451660 0.000000 630.720581 0.000000 0.659407 0.000000 0.751786 0.388318 0.388318 0.388318 +5013.452637 0.000000 643.311035 0.000000 0.666173 0.000000 0.745797 0.433681 0.433681 0.433681 +5027.182129 0.000000 628.094482 0.000000 0.693520 0.000000 0.720437 0.430605 0.430605 0.430605 +5008.728516 0.000000 621.334717 0.000000 0.651222 0.000000 0.758887 0.435190 0.435190 0.435190 +4992.369629 0.000000 632.230042 0.000000 0.865393 0.000000 0.501094 0.454216 0.454216 0.454216 +4996.635742 0.000000 633.731018 0.000000 0.729579 0.000000 0.683897 0.438917 0.438917 0.438917 +4994.209961 0.000000 632.102966 0.000000 0.714092 0.000000 0.700052 0.444104 0.444104 0.444104 +5037.641602 0.000000 637.685120 0.000000 0.712183 0.000000 0.701994 0.442199 0.442199 0.442199 +5018.692383 0.000000 633.779053 0.000000 0.918389 0.000000 0.395679 0.454449 0.454449 0.454449 +5012.029785 0.000000 625.254883 0.000000 0.809853 0.000000 0.586633 0.480480 0.480480 0.480480 +5005.299805 0.000000 632.794800 0.000000 0.868248 0.000000 0.496130 0.475105 0.475105 0.475105 +5084.928223 0.000000 639.208191 0.000000 0.707069 0.000000 0.707145 0.393667 0.393667 0.393667 +5084.979980 0.000000 636.607300 0.000000 0.839867 0.000000 0.542792 0.406152 0.406152 0.406152 +5114.270996 0.000000 629.661926 0.000000 0.894775 0.000000 0.446517 0.440144 0.440144 0.440144 +5072.728516 0.000000 621.334717 0.000000 0.734645 0.000000 0.678452 0.435320 0.435320 0.435320 +5110.403320 0.000000 641.013916 0.000000 0.939422 0.000000 0.342764 0.461214 0.461214 0.461214 +5091.595703 0.000000 641.440002 0.000000 0.933182 0.000000 0.359403 0.470440 0.470440 0.470440 +5112.379395 0.000000 635.708923 0.000000 0.821136 0.000000 0.570732 0.450841 0.450841 0.450841 +5088.387695 0.000000 630.621643 0.000000 0.852738 0.000000 0.522339 0.588925 0.588925 0.588925 +5173.789062 0.000000 382.350006 0.000000 0.919689 0.000000 0.392648 0.397218 0.397218 0.397218 +5170.216309 0.000000 383.451080 0.000000 0.855364 0.000000 0.518027 0.404693 0.404693 0.404693 +5137.260254 0.000000 421.847778 0.000000 0.927168 0.000000 0.374646 0.394938 0.394938 0.394938 +5180.727539 0.000000 397.885101 0.000000 0.942093 0.000000 0.335351 0.401930 0.401930 0.401930 +5170.317871 0.000000 399.843719 0.000000 0.851681 0.000000 0.524060 0.425402 0.425402 0.425402 +5130.618164 0.000000 408.934998 0.000000 0.820896 0.000000 0.571078 0.418842 0.418842 0.418842 +5157.085938 0.000000 421.761536 0.000000 0.873507 0.000000 0.486811 0.486648 0.486648 0.486648 +5244.008301 0.000000 437.667786 0.000000 0.632654 0.000000 0.774434 0.392232 0.392232 0.392232 +5205.843750 0.000000 445.675354 0.000000 0.853592 0.000000 0.520942 0.406537 0.406537 0.406537 +5186.681152 0.000000 417.609192 0.000000 0.606580 0.000000 0.795023 0.423153 0.423153 0.423153 +5202.010742 0.000000 445.923676 0.000000 0.744985 0.000000 0.667081 0.465383 0.465383 0.465383 +5246.871094 0.000000 438.901154 0.000000 0.798887 0.000000 0.601481 0.461399 0.461399 0.461399 +5181.611816 0.000000 490.634674 0.000000 0.944590 0.000000 0.328252 0.395508 0.395508 0.395508 +5161.967773 0.000000 481.692932 0.000000 0.707114 0.000000 0.707100 0.389412 0.389412 0.389412 +5180.008301 0.000000 494.152161 0.000000 0.835533 0.000000 0.549440 0.398473 0.398473 0.398473 +5124.248535 0.000000 473.174866 0.000000 0.596148 0.000000 0.802875 0.391570 0.391570 0.391570 +5171.318359 0.000000 485.516449 0.000000 0.639117 0.000000 0.769109 0.403478 0.403478 0.403478 +5169.909180 0.000000 483.716278 0.000000 0.657705 0.000000 0.753276 0.418680 0.418680 0.418680 +5162.375488 0.000000 483.418243 0.000000 0.598855 0.000000 0.800857 0.434036 0.434036 0.434036 +5174.998047 0.000000 469.177277 0.000000 0.657426 0.000000 0.753519 0.450109 0.450109 0.450109 +5146.869141 0.000000 473.323914 0.000000 0.948305 0.000000 0.317360 0.450204 0.450204 0.450204 +5168.395508 0.000000 484.205994 0.000000 0.641362 0.000000 0.767238 0.434968 0.434968 0.434968 +5153.853027 0.000000 463.639740 0.000000 0.631687 0.000000 0.775223 0.440284 0.440284 0.440284 +5145.632324 0.000000 467.092529 0.000000 0.754874 0.000000 0.655869 0.439571 0.439571 0.439571 +5158.078125 0.000000 493.504639 0.000000 0.722444 0.000000 0.691429 0.449893 0.449893 0.449893 +5154.937988 0.000000 482.380066 0.000000 0.759389 0.000000 0.650637 0.473251 0.473251 0.473251 +5170.572266 0.000000 476.589691 0.000000 0.588605 0.000000 0.808421 0.479608 0.479608 0.479608 +5216.544434 0.000000 499.206573 0.000000 0.937821 0.000000 0.347120 0.395044 0.395044 0.395044 +5199.590332 0.000000 503.971466 0.000000 0.732100 0.000000 0.681197 0.412875 0.412875 0.412875 +5217.128418 0.000000 492.638184 0.000000 0.844246 0.000000 0.535956 0.427064 0.427064 0.427064 +5187.329590 0.000000 487.303314 0.000000 0.759216 0.000000 0.650839 0.467660 0.467660 0.467660 +5243.962402 0.000000 490.823364 0.000000 0.746429 0.000000 0.665465 0.463565 0.463565 0.463565 +5215.740723 0.000000 496.843567 0.000000 0.875642 0.000000 0.482961 0.479181 0.479181 0.479181 +5244.055664 0.000000 457.792328 0.000000 0.877216 0.000000 0.480096 0.462224 0.462224 0.462224 +5185.280273 0.000000 485.724365 0.000000 0.605955 0.000000 0.795499 0.467240 0.467240 0.467240 +5246.025391 0.000000 455.003113 0.000000 0.793284 0.000000 0.608851 0.483655 0.483655 0.483655 +5137.664551 0.000000 515.015381 0.000000 0.605678 0.000000 0.795710 0.387595 0.387595 0.387595 +5174.158691 0.000000 540.419128 0.000000 0.928855 0.000000 0.370444 0.394695 0.394695 0.394695 +5158.792969 0.000000 511.171356 0.000000 0.880221 0.000000 0.474564 0.397829 0.397829 0.397829 +5168.914551 0.000000 525.542969 0.000000 0.883525 0.000000 0.468384 0.415041 0.415041 0.415041 +5173.101074 0.000000 553.684875 0.000000 0.738707 0.000000 0.674027 0.418630 0.418630 0.418630 +5163.628906 0.000000 548.750488 0.000000 0.872351 0.000000 0.488880 0.427957 0.427957 0.427957 +5183.825195 0.000000 521.612000 0.000000 0.683538 0.000000 0.729915 0.415523 0.415523 0.415523 +5168.943848 0.000000 519.947876 0.000000 0.858625 0.000000 0.512604 0.423726 0.423726 0.423726 +5142.981445 0.000000 536.583923 0.000000 0.913989 0.000000 0.405740 0.437100 0.437100 0.437100 +5147.877441 0.000000 519.850281 0.000000 0.916366 0.000000 0.400341 0.437199 0.437199 0.437199 +5156.830078 0.000000 543.287109 0.000000 0.853713 0.000000 0.520744 0.425465 0.425465 0.425465 +5133.317383 0.000000 561.586609 0.000000 0.841047 0.000000 0.540962 0.443946 0.443946 0.443946 +5149.325684 0.000000 512.834351 0.000000 0.947949 0.000000 0.318423 0.432917 0.432917 0.432917 +5158.707031 0.000000 516.916687 0.000000 0.907172 0.000000 0.420761 0.469168 0.469168 0.469168 +5165.641602 0.000000 524.716370 0.000000 0.821539 0.000000 0.570152 0.475262 0.475262 0.475262 +5132.289551 0.000000 521.806763 0.000000 0.819546 0.000000 0.573014 0.465814 0.465814 0.465814 +5174.252441 0.000000 510.913971 0.000000 0.913004 0.000000 0.407951 0.579455 0.579455 0.579455 +5172.695801 0.000000 544.463074 0.000000 0.826542 0.000000 0.562875 0.484817 0.484817 0.484817 +5134.623047 0.000000 513.070679 0.000000 0.678911 0.000000 0.734221 0.480177 0.480177 0.480177 +5169.067871 0.000000 512.888306 0.000000 0.895530 0.000000 0.445002 0.615949 0.615949 0.615949 +5176.930664 0.000000 520.759521 0.000000 0.738188 0.000000 0.674595 0.524469 0.524469 0.524469 +5176.213867 0.000000 519.886536 0.000000 0.733269 0.000000 0.679938 0.531675 0.531675 0.531675 +5196.083496 0.000000 553.873230 0.000000 0.813883 0.000000 0.581029 0.391549 0.391549 0.391549 +5223.591309 0.000000 550.195435 0.000000 0.850966 0.000000 0.525221 0.392435 0.392435 0.392435 +5207.068359 0.000000 512.870544 0.000000 0.762419 0.000000 0.647084 0.390302 0.390302 0.390302 +5207.416992 0.000000 556.292175 0.000000 0.950718 0.000000 0.310057 0.413850 0.413850 0.413850 +5192.309570 0.000000 537.152649 0.000000 0.722317 0.000000 0.691562 0.433152 0.433152 0.433152 +5192.404785 0.000000 528.787231 0.000000 0.825895 0.000000 0.563824 0.422751 0.422751 0.422751 +5227.765137 0.000000 537.643677 0.000000 0.847052 0.000000 0.531510 0.430928 0.430928 0.430928 +5208.512695 0.000000 516.092285 0.000000 0.716184 0.000000 0.697911 0.434862 0.434862 0.434862 +5238.998047 0.000000 525.661682 0.000000 0.786374 0.000000 0.617751 0.459143 0.459143 0.459143 +5233.135254 0.000000 535.196289 0.000000 0.887068 0.000000 0.461639 0.477770 0.477770 0.477770 +5195.761719 0.000000 532.769043 0.000000 0.724915 0.000000 0.688839 0.453674 0.453674 0.453674 +5191.231934 0.000000 521.598633 0.000000 0.834404 0.000000 0.551154 0.470078 0.470078 0.470078 +5232.063965 0.000000 534.155396 0.000000 0.695694 0.000000 0.718339 0.471413 0.471413 0.471413 +5205.230957 0.000000 546.871826 0.000000 0.593575 0.000000 0.804779 0.476081 0.476081 0.476081 +5188.081543 0.000000 528.329163 0.000000 0.666117 0.000000 0.745848 0.503715 0.503715 0.503715 +5198.623047 0.000000 513.070679 0.000000 0.915265 0.000000 0.402852 0.490471 0.490471 0.490471 +5185.343750 0.000000 521.672729 0.000000 0.622083 0.000000 0.782951 0.540688 0.540688 0.540688 +5259.557617 0.000000 491.822754 0.000000 0.892950 0.000000 0.450156 0.426770 0.426770 0.426770 +5262.389648 0.000000 489.659424 0.000000 0.628006 0.000000 0.778208 0.425446 0.425446 0.425446 +5255.260254 0.000000 498.479462 0.000000 0.670420 0.000000 0.741982 0.443031 0.443031 0.443031 +5249.280273 0.000000 485.724365 0.000000 0.938016 0.000000 0.346591 0.489812 0.489812 0.489812 +5279.330566 0.000000 540.780457 0.000000 0.818317 0.000000 0.574767 0.398031 0.398031 0.398031 +5284.342285 0.000000 564.028015 0.000000 0.749089 0.000000 0.662469 0.400165 0.400165 0.400165 +5269.917480 0.000000 552.621643 0.000000 0.824701 0.000000 0.565569 0.424602 0.424602 0.424602 +5258.416504 0.000000 540.043518 0.000000 0.755751 0.000000 0.654860 0.424648 0.424648 0.424648 +5276.266602 0.000000 545.726562 0.000000 0.909211 0.000000 0.416336 0.459751 0.459751 0.459751 +5261.021484 0.000000 540.988403 0.000000 0.647985 0.000000 0.761653 0.457254 0.457254 0.457254 +5318.028809 0.000000 531.289001 0.000000 0.789058 0.000000 0.614319 0.402963 0.402963 0.402963 +5330.362793 0.000000 540.995972 0.000000 0.841415 0.000000 0.540390 0.426978 0.426978 0.426978 +5314.335449 0.000000 539.589417 0.000000 0.623710 0.000000 0.781656 0.436419 0.436419 0.436419 +5321.880371 0.000000 541.877930 0.000000 0.846318 0.000000 0.532678 0.466737 0.466737 0.466737 +5158.686523 0.000000 565.149536 0.000000 0.614015 0.000000 0.789295 0.387918 0.387918 0.387918 +5161.262207 0.000000 578.181396 0.000000 0.847450 0.000000 0.530876 0.425272 0.425272 0.425272 +5163.722656 0.000000 620.166992 0.000000 0.726827 0.000000 0.686821 0.438848 0.438848 0.438848 +5122.335449 0.000000 596.073792 0.000000 0.605353 0.000000 0.795957 0.421284 0.421284 0.421284 +5140.433105 0.000000 581.858337 0.000000 0.868960 0.000000 0.494882 0.458127 0.458127 0.458127 +5157.265137 0.000000 584.507263 0.000000 0.935243 0.000000 0.354006 0.462905 0.462905 0.462905 +5132.241699 0.000000 567.108582 0.000000 0.835144 0.000000 0.550031 0.464463 0.464463 0.464463 +5172.777832 0.000000 597.791809 0.000000 0.676560 0.000000 0.736388 0.437625 0.437625 0.437625 +5163.954590 0.000000 588.549805 0.000000 0.926327 0.000000 0.376720 0.460545 0.460545 0.460545 +5142.338379 0.000000 577.826233 0.000000 0.711385 0.000000 0.702802 0.436604 0.436604 0.436604 +5120.016113 0.000000 573.496277 0.000000 0.922187 0.000000 0.386744 0.469878 0.469878 0.469878 +5128.131348 0.000000 574.231506 0.000000 0.650514 0.000000 0.759494 0.448098 0.448098 0.448098 +5174.280273 0.000000 611.423096 0.000000 0.754573 0.000000 0.656216 0.445162 0.445162 0.445162 +5154.837891 0.000000 612.935181 0.000000 0.884399 0.000000 0.466731 0.456823 0.456823 0.456823 +5151.740723 0.000000 609.812317 0.000000 0.685898 0.000000 0.727697 0.487747 0.487747 0.487747 +5174.848633 0.000000 587.356384 0.000000 0.935452 0.000000 0.353453 0.485843 0.485843 0.485843 +5143.062012 0.000000 580.965454 0.000000 0.917661 0.000000 0.397364 0.469657 0.469657 0.469657 +5121.993652 0.000000 588.293762 0.000000 0.674608 0.000000 0.738176 0.470841 0.470841 0.470841 +5150.684082 0.000000 607.104309 0.000000 0.713770 0.000000 0.700380 0.486720 0.486720 0.486720 +5150.022949 0.000000 608.256531 0.000000 0.876501 0.000000 0.481400 0.494329 0.494329 0.494329 +5156.154785 0.000000 572.546204 0.000000 0.838447 0.000000 0.544983 0.571369 0.571369 0.571369 +5170.163574 0.000000 611.819397 0.000000 0.869556 0.000000 0.493834 0.586140 0.586140 0.586140 +5164.345703 0.000000 575.560303 0.000000 0.701433 0.000000 0.712736 0.585489 0.585489 0.585489 +5147.824219 0.000000 577.705261 0.000000 0.935584 0.000000 0.353104 0.531630 0.531630 0.531630 +5196.375000 0.000000 619.511597 0.000000 0.906446 0.000000 0.422322 0.393970 0.393970 0.393970 +5192.237305 0.000000 612.870300 0.000000 0.899597 0.000000 0.436720 0.406062 0.406062 0.406062 +5226.440430 0.000000 581.052734 0.000000 0.732445 0.000000 0.680826 0.416616 0.416616 0.416616 +5191.440918 0.000000 615.250854 0.000000 0.610477 0.000000 0.792034 0.425077 0.425077 0.425077 +5187.051758 0.000000 614.696228 0.000000 0.590719 0.000000 0.806877 0.450383 0.450383 0.450383 +5216.131348 0.000000 569.963135 0.000000 0.940623 0.000000 0.339453 0.449792 0.449792 0.449792 +5222.707031 0.000000 573.401062 0.000000 0.793246 0.000000 0.608901 0.461224 0.461224 0.461224 +5204.841797 0.000000 599.409851 0.000000 0.628564 0.000000 0.777758 0.465968 0.465968 0.465968 +5197.467285 0.000000 613.490540 0.000000 0.909117 0.000000 0.416540 0.469257 0.469257 0.469257 +5222.826172 0.000000 571.579834 0.000000 0.590254 0.000000 0.807218 0.457703 0.457703 0.457703 +5208.230957 0.000000 579.852478 0.000000 0.788579 0.000000 0.614933 0.464820 0.464820 0.464820 +5164.188965 0.000000 626.349243 0.000000 0.730922 0.000000 0.682462 0.455694 0.455694 0.455694 +5150.425293 0.000000 628.212463 0.000000 0.752572 0.000000 0.658509 0.487913 0.487913 0.487913 +5160.696289 0.000000 631.575684 0.000000 0.901829 0.000000 0.432093 0.535266 0.535266 0.535266 +5160.398438 0.000000 630.194580 0.000000 0.941299 0.000000 0.337574 0.537746 0.537746 0.537746 +5148.834961 0.000000 630.003906 0.000000 0.934731 0.000000 0.355356 0.510607 0.510607 0.510607 +5166.633301 0.000000 626.044006 0.000000 0.794370 0.000000 0.607435 0.541432 0.541432 0.541432 +5161.849121 0.000000 632.000305 0.000000 0.914052 0.000000 0.405598 0.539764 0.539764 0.539764 +5170.833984 0.000000 629.908447 0.000000 0.930075 0.000000 0.367370 0.597760 0.597760 0.597760 +5174.206543 0.000000 628.743835 0.000000 0.609881 0.000000 0.792493 0.511196 0.511196 0.511196 +5149.493652 0.000000 628.685913 0.000000 0.889781 0.000000 0.456388 0.611794 0.611794 0.611794 +5162.282715 0.000000 634.833862 0.000000 0.785417 0.000000 0.618967 0.579955 0.579955 0.579955 +5222.337891 0.000000 635.064270 0.000000 0.850352 0.000000 0.526215 0.392363 0.392363 0.392363 +5222.646484 0.000000 653.485352 0.000000 0.622164 0.000000 0.782887 0.387652 0.387652 0.387652 +5193.795410 0.000000 621.352478 0.000000 0.847936 0.000000 0.530098 0.392300 0.392300 0.392300 +5188.602051 0.000000 623.933960 0.000000 0.928211 0.000000 0.372053 0.401364 0.401364 0.401364 +5201.219727 0.000000 632.786865 0.000000 0.867062 0.000000 0.498200 0.420204 0.420204 0.420204 +5192.076660 0.000000 665.381531 0.000000 0.782762 0.000000 0.622322 0.421586 0.421586 0.421586 +5218.087402 0.000000 646.383362 0.000000 0.599456 0.000000 0.800408 0.417479 0.417479 0.417479 +5220.749023 0.000000 630.697632 0.000000 0.826983 0.000000 0.562227 0.435971 0.435971 0.435971 +5232.748535 0.000000 622.740417 0.000000 0.853388 0.000000 0.521276 0.423564 0.423564 0.423564 +5210.957520 0.000000 627.954956 0.000000 0.892560 0.000000 0.450928 0.434359 0.434359 0.434359 +5200.024902 0.000000 662.746704 0.000000 0.800484 0.000000 0.599354 0.442705 0.442705 0.442705 +5217.478516 0.000000 651.349609 0.000000 0.893085 0.000000 0.449887 0.440079 0.440079 0.440079 +5227.954590 0.000000 645.034180 0.000000 0.804212 0.000000 0.594342 0.469058 0.469058 0.469058 +5207.599609 0.000000 675.883301 0.000000 0.905963 0.000000 0.423357 0.469114 0.469114 0.469114 +5210.914551 0.000000 673.031921 0.000000 0.842550 0.000000 0.538617 0.492929 0.492929 0.492929 +5283.104004 0.000000 573.385864 0.000000 0.764067 0.000000 0.645137 0.390582 0.390582 0.390582 +5304.639160 0.000000 569.816101 0.000000 0.879158 0.000000 0.476530 0.393130 0.393130 0.393130 +5295.436035 0.000000 599.565125 0.000000 0.765312 0.000000 0.643659 0.396777 0.396777 0.396777 +5301.007812 0.000000 605.994141 0.000000 0.896531 0.000000 0.442981 0.419288 0.419288 0.419288 +5288.756348 0.000000 570.310242 0.000000 0.948006 0.000000 0.318253 0.427161 0.427161 0.427161 +5290.257812 0.000000 567.106201 0.000000 0.917104 0.000000 0.398647 0.439137 0.439137 0.439137 +5297.324707 0.000000 600.440979 0.000000 0.761010 0.000000 0.648740 0.424780 0.424780 0.424780 +5311.169434 0.000000 581.721436 0.000000 0.865865 0.000000 0.500277 0.456123 0.456123 0.456123 +5294.421387 0.000000 573.890869 0.000000 0.841141 0.000000 0.540817 0.453373 0.453373 0.453373 +5288.074707 0.000000 597.176697 0.000000 0.866517 0.000000 0.499148 0.478811 0.478811 0.478811 +5356.062988 0.000000 573.832886 0.000000 0.711576 0.000000 0.702610 0.389925 0.389925 0.389925 +5350.535645 0.000000 594.351868 0.000000 0.925952 0.000000 0.377640 0.394915 0.394915 0.394915 +5324.721191 0.000000 603.168579 0.000000 0.768294 0.000000 0.640097 0.390497 0.390497 0.390497 +5343.373535 0.000000 608.276855 0.000000 0.950527 0.000000 0.310643 0.409997 0.409997 0.409997 +5329.493164 0.000000 608.816528 0.000000 0.822030 0.000000 0.569443 0.403787 0.403787 0.403787 +5328.728516 0.000000 564.850342 0.000000 0.921976 0.000000 0.387248 0.437438 0.437438 0.437438 +5323.461426 0.000000 592.438171 0.000000 0.615019 0.000000 0.788512 0.428859 0.428859 0.428859 +5352.687988 0.000000 587.344360 0.000000 0.878703 0.000000 0.477368 0.439550 0.439550 0.439550 +5375.169434 0.000000 581.721436 0.000000 0.907648 0.000000 0.419731 0.457780 0.457780 0.457780 +5354.135254 0.000000 569.343201 0.000000 0.887618 0.000000 0.460581 0.436077 0.436077 0.436077 +5335.673828 0.000000 570.799866 0.000000 0.688058 0.000000 0.725656 0.454567 0.454567 0.454567 +5375.116211 0.000000 584.593506 0.000000 0.638300 0.000000 0.769788 0.458857 0.458857 0.458857 +5335.035156 0.000000 575.280884 0.000000 0.884423 0.000000 0.466685 0.464403 0.464403 0.464403 +5358.671387 0.000000 598.380371 0.000000 0.877996 0.000000 0.478667 0.494395 0.494395 0.494395 +5333.500000 0.000000 595.027466 0.000000 0.642149 0.000000 0.766580 0.599421 0.599421 0.599421 +5267.771973 0.000000 643.953552 0.000000 0.663964 0.000000 0.747764 0.388908 0.388908 0.388908 +5281.099609 0.000000 655.277832 0.000000 0.790466 0.000000 0.612506 0.391179 0.391179 0.391179 +5271.885254 0.000000 647.108215 0.000000 0.805730 0.000000 0.592283 0.403372 0.403372 0.403372 +5288.284180 0.000000 659.794678 0.000000 0.871986 0.000000 0.489531 0.408977 0.408977 0.408977 +5293.537598 0.000000 661.717773 0.000000 0.704944 0.000000 0.709263 0.406679 0.406679 0.406679 +5300.072754 0.000000 669.831299 0.000000 0.859376 0.000000 0.511344 0.418070 0.418070 0.418070 +5256.986816 0.000000 676.036194 0.000000 0.770997 0.000000 0.636838 0.462418 0.462418 0.462418 +5266.234375 0.000000 652.791321 0.000000 0.870518 0.000000 0.492137 0.535508 0.535508 0.535508 +5296.273926 0.000000 650.603699 0.000000 0.920473 0.000000 0.390807 0.684212 0.684212 0.684212 +5316.679688 0.000000 673.943054 0.000000 0.644833 0.000000 0.764323 0.412854 0.412854 0.412854 +5397.422363 0.000000 589.198608 0.000000 0.905802 0.000000 0.423700 0.406276 0.406276 0.406276 +5396.575195 0.000000 583.347778 0.000000 0.922801 0.000000 0.385277 0.471814 0.471814 0.471814 +5391.217285 0.000000 596.992249 0.000000 0.925425 0.000000 0.378930 0.491006 0.491006 0.491006 +5219.104004 0.000000 686.354614 0.000000 0.772620 0.000000 0.634869 0.390727 0.390727 0.390727 +5201.664551 0.000000 684.468506 0.000000 0.628030 0.000000 0.778189 0.387800 0.387800 0.387800 +5198.033691 0.000000 683.703491 0.000000 0.616014 0.000000 0.787735 0.397481 0.397481 0.397481 +5229.836426 0.000000 730.445251 0.000000 0.931539 0.000000 0.363641 0.411072 0.411072 0.411072 +5219.217285 0.000000 688.651062 0.000000 0.689908 0.000000 0.723897 0.421237 0.421237 0.421237 +5232.943848 0.000000 689.401001 0.000000 0.715142 0.000000 0.698979 0.410629 0.410629 0.410629 +5221.372070 0.000000 681.877014 0.000000 0.891597 0.000000 0.452830 0.422919 0.422919 0.422919 +5240.654297 0.000000 695.025452 0.000000 0.914163 0.000000 0.405348 0.435200 0.435200 0.435200 +5191.620605 0.000000 684.041748 0.000000 0.757497 0.000000 0.652839 0.422822 0.422822 0.422822 +5200.728516 0.000000 677.819092 0.000000 0.742111 0.000000 0.670277 0.428046 0.428046 0.428046 +5212.266602 0.000000 715.179688 0.000000 0.925511 0.000000 0.378721 0.439504 0.439504 0.439504 +5224.469727 0.000000 697.077698 0.000000 0.637509 0.000000 0.770443 0.440416 0.440416 0.440416 +5202.536621 0.000000 731.282288 0.000000 0.832801 0.000000 0.553572 0.451214 0.451214 0.451214 +5213.264648 0.000000 724.593689 0.000000 0.735838 0.000000 0.677158 0.463264 0.463264 0.463264 +5215.303223 0.000000 704.823914 0.000000 0.896351 0.000000 0.443345 0.461099 0.461099 0.461099 +5210.062500 0.000000 704.850098 0.000000 0.851349 0.000000 0.524601 0.480104 0.480104 0.480104 +5214.348145 0.000000 708.150940 0.000000 0.707454 0.000000 0.706759 0.499455 0.499455 0.499455 +5203.301758 0.000000 697.381348 0.000000 0.762359 0.000000 0.647155 0.493803 0.493803 0.493803 +5221.886230 0.000000 723.984253 0.000000 0.682837 0.000000 0.730570 0.467370 0.467370 0.467370 +5247.423340 0.000000 681.287781 0.000000 0.937239 0.000000 0.348687 0.484036 0.484036 0.484036 +5204.561035 0.000000 728.577881 0.000000 0.778640 0.000000 0.627471 0.479442 0.479442 0.479442 +5216.342773 0.000000 712.857910 0.000000 0.615232 0.000000 0.788346 0.498580 0.498580 0.498580 +5232.177246 0.000000 715.854431 0.000000 0.710319 0.000000 0.703879 0.494006 0.494006 0.494006 +5229.494141 0.000000 719.452881 0.000000 0.730294 0.000000 0.683133 0.502025 0.502025 0.502025 +5225.849121 0.000000 688.484680 0.000000 0.728916 0.000000 0.684603 0.520453 0.520453 0.520453 +5238.206543 0.000000 685.228210 0.000000 0.686201 0.000000 0.727412 0.522698 0.522698 0.522698 +5235.308594 0.000000 692.987610 0.000000 0.764162 0.000000 0.645025 0.527262 0.527262 0.527262 +5210.905273 0.000000 711.385864 0.000000 0.726802 0.000000 0.686847 0.525913 0.525913 0.525913 +5209.886230 0.000000 719.884888 0.000000 0.795081 0.000000 0.606504 0.535887 0.535887 0.535887 +5223.180176 0.000000 708.236877 0.000000 0.746266 0.000000 0.665648 0.602082 0.602082 0.602082 +5244.205566 0.000000 707.809814 0.000000 0.659954 0.000000 0.751306 0.560184 0.560184 0.560184 +5206.014160 0.000000 739.830933 0.000000 0.708393 0.000000 0.705818 0.473616 0.473616 0.473616 +5224.923828 0.000000 740.994995 0.000000 0.635601 0.000000 0.772018 0.539313 0.539313 0.539313 +5300.014648 0.000000 686.655823 0.000000 0.933926 0.000000 0.357467 0.395108 0.395108 0.395108 +5268.575195 0.000000 696.316528 0.000000 0.836187 0.000000 0.548445 0.473900 0.473900 0.473900 +5263.223145 0.000000 706.159058 0.000000 0.627157 0.000000 0.778893 0.495258 0.495258 0.495258 +5252.081543 0.000000 697.782288 0.000000 0.592160 0.000000 0.805821 0.485176 0.485176 0.485176 +5274.770996 0.000000 687.413147 0.000000 0.784887 0.000000 0.619639 0.533620 0.533620 0.533620 +5248.213379 0.000000 689.914124 0.000000 0.914413 0.000000 0.404783 0.583334 0.583334 0.583334 +5266.317871 0.000000 713.055237 0.000000 0.836464 0.000000 0.548021 0.530172 0.530172 0.530172 +5281.173340 0.000000 702.209656 0.000000 0.617847 0.000000 0.786298 0.551441 0.551441 0.551441 6380.614746 0.000000 2139.178467 0.000000 0.932254 0.000000 0.361804 0.567551 0.567551 0.567551 6358.163574 0.000000 2149.371582 0.000000 0.803331 0.000000 0.595533 0.623344 0.623344 0.623344 6354.778809 0.000000 2153.425537 0.000000 0.616266 0.000000 0.787538 0.573118 0.573118 0.573118 @@ -715,7 +1852,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_003_mesh" - count=322 + count=886 transform="1279.976562 0.000000 2535.927979 0.000000 0.994427 0.000000 0.105425 0.398534 0.398534 0.398534 1268.600952 0.000000 2536.250000 0.000000 0.997059 0.000000 0.076637 0.696943 0.696943 0.696943 1271.038086 0.000000 2533.312500 0.000000 0.951169 0.000000 0.308669 0.687689 0.687689 0.687689 @@ -1035,6 +2172,570 @@ object={ 2162.001709 0.000000 2831.474609 0.000000 0.985795 0.000000 0.167950 0.590335 0.590335 0.590335 2217.963623 0.000000 2831.748047 0.000000 0.999776 0.000000 -0.021145 0.430728 0.430728 0.430728 2182.753418 0.000000 2829.383545 0.000000 0.999884 0.000000 0.015239 0.510457 0.510457 0.510457 +4266.288574 0.000000 79.632179 0.000000 0.993084 0.000000 -0.117406 0.401581 0.401581 0.401581 +4268.127930 0.000000 83.925682 0.000000 0.989506 0.000000 0.144495 0.398002 0.398002 0.398002 +4286.390625 0.000000 112.244919 0.000000 0.986571 0.000000 -0.163335 0.402277 0.402277 0.402277 +4290.269043 0.000000 109.918228 0.000000 0.994238 0.000000 0.107192 0.398499 0.398499 0.398499 +4286.270020 0.000000 117.400154 0.000000 0.990962 0.000000 -0.134140 0.401780 0.401780 0.401780 +4282.385254 0.000000 115.560806 0.000000 0.998629 0.000000 0.052338 0.399310 0.399310 0.399310 +4327.299805 0.000000 159.348190 0.000000 0.990036 0.000000 -0.140816 0.401933 0.401933 0.401933 +4320.544434 0.000000 160.300308 0.000000 0.986129 0.000000 -0.165983 0.402315 0.402315 0.402315 +4307.362793 0.000000 140.956589 0.000000 0.999168 0.000000 0.040782 0.399434 0.399434 0.399434 +4341.005371 0.000000 165.163971 0.000000 0.994330 0.000000 0.106341 0.403378 0.403378 0.403378 +4345.190430 0.000000 155.075562 0.000000 0.966730 0.000000 -0.255799 0.416570 0.416570 0.416570 +4338.103516 0.000000 161.301651 0.000000 0.987438 0.000000 0.158010 0.410399 0.410399 0.410399 +4312.572266 0.000000 208.917480 0.000000 0.979216 0.000000 -0.202822 0.402753 0.402753 0.402753 +4344.639160 0.000000 174.425446 0.000000 0.999980 0.000000 -0.006315 0.400087 0.400087 0.400087 +4345.460938 0.000000 169.556396 0.000000 0.977398 0.000000 -0.211407 0.402957 0.402957 0.402957 +4310.077637 0.000000 186.627777 0.000000 0.971709 0.000000 -0.236182 0.403274 0.403274 0.403274 +4326.385742 0.000000 186.298141 0.000000 0.999829 0.000000 0.018480 0.399742 0.399742 0.399742 +4327.465820 0.000000 179.338837 0.000000 0.998613 0.000000 -0.052650 0.403688 0.403688 0.403688 +4324.682129 0.000000 193.242493 0.000000 0.994734 0.000000 0.102494 0.407330 0.407330 0.407330 +4322.087402 0.000000 194.508331 0.000000 0.967279 0.000000 -0.253714 0.446433 0.446433 0.446433 +4520.974609 0.000000 68.005943 0.000000 0.984879 0.000000 0.173241 0.397679 0.397679 0.397679 +4507.635742 0.000000 79.534744 0.000000 0.992775 0.000000 -0.119987 0.401640 0.401640 0.401640 +4531.634277 0.000000 155.696625 0.000000 0.983247 0.000000 0.182277 0.397538 0.397538 0.397538 +4508.838379 0.000000 138.036133 0.000000 0.968728 0.000000 0.248126 0.403246 0.403246 0.403246 +4523.060059 0.000000 147.102341 0.000000 0.998969 0.000000 -0.045387 0.411450 0.411450 0.411450 +4502.604004 0.000000 151.498383 0.000000 0.978639 0.000000 0.205586 0.411619 0.411619 0.411619 +4520.567383 0.000000 147.652054 0.000000 0.992563 0.000000 0.121735 0.424561 0.424561 0.424561 +4505.774414 0.000000 162.667953 0.000000 0.997933 0.000000 0.064259 0.443038 0.443038 0.443038 +4516.830078 0.000000 147.896515 0.000000 0.983460 0.000000 -0.181123 0.451146 0.451146 0.451146 +4504.204102 0.000000 157.496246 0.000000 0.979652 0.000000 -0.200706 0.451486 0.451486 0.451486 +4508.266602 0.000000 150.335938 0.000000 0.954285 0.000000 -0.298897 0.453217 0.453217 0.453217 +4547.913086 0.000000 123.905281 0.000000 0.959493 0.000000 -0.281733 0.403993 0.403993 0.403993 +4494.213379 0.000000 171.158066 0.000000 0.975663 0.000000 0.219277 0.475165 0.475165 0.475165 +4328.284180 0.000000 320.888397 0.000000 0.972494 0.000000 -0.232926 0.430150 0.430150 0.430150 +4342.588867 0.000000 335.605042 0.000000 0.979034 0.000000 -0.203696 0.431668 0.431668 0.431668 +4325.805176 0.000000 337.948608 0.000000 0.999123 0.000000 0.041865 0.511839 0.511839 0.511839 +4321.632324 0.000000 336.231293 0.000000 0.960602 0.000000 0.277926 0.583320 0.583320 0.583320 +4320.520996 0.000000 337.874725 0.000000 0.993081 0.000000 0.117433 0.587893 0.587893 0.587893 +4319.222656 0.000000 336.256409 0.000000 0.991054 0.000000 0.133461 0.591319 0.591319 0.591319 +4318.155273 0.000000 337.915588 0.000000 0.974384 0.000000 -0.224889 0.601501 0.601501 0.601501 +4312.535645 0.000000 355.261261 0.000000 0.982763 0.000000 -0.184867 0.405579 0.405579 0.405579 +4333.143066 0.000000 339.208557 0.000000 0.988443 0.000000 0.151590 0.418263 0.418263 0.418263 +4348.771484 0.000000 375.990356 0.000000 0.963504 0.000000 0.267694 0.416448 0.416448 0.416448 +4321.853027 0.000000 350.670990 0.000000 0.951895 0.000000 -0.306426 0.457355 0.457355 0.457355 +4312.230957 0.000000 353.915009 0.000000 0.979328 0.000000 0.202280 0.475499 0.475499 0.475499 +4321.739258 0.000000 341.430267 0.000000 0.955598 0.000000 -0.294672 0.682075 0.682075 0.682075 +4312.631836 0.000000 349.519135 0.000000 0.990645 0.000000 -0.136463 0.600946 0.600946 0.600946 +4317.510254 0.000000 352.969177 0.000000 0.964470 0.000000 0.264191 0.514646 0.514646 0.514646 +4316.834961 0.000000 347.582031 0.000000 0.989768 0.000000 -0.142684 0.668648 0.668648 0.668648 +4327.881348 0.000000 338.969452 0.000000 0.999974 0.000000 -0.007242 0.522711 0.522711 0.522711 +4314.770996 0.000000 348.506927 0.000000 0.994504 0.000000 0.104702 0.695930 0.695930 0.695930 +4321.743164 0.000000 339.144653 0.000000 0.999733 0.000000 0.023111 0.666844 0.666844 0.666844 +4314.768555 0.000000 353.838593 0.000000 0.998215 0.000000 -0.059716 0.592843 0.592843 0.592843 +4321.511719 0.000000 347.965729 0.000000 0.996098 0.000000 0.088249 0.538099 0.538099 0.538099 +4313.950684 0.000000 340.886749 0.000000 0.988309 0.000000 0.152466 0.573358 0.573358 0.573358 +4340.024414 0.000000 379.226166 0.000000 0.991883 0.000000 -0.127151 0.610591 0.610591 0.610591 +4319.684570 0.000000 343.041534 0.000000 0.973058 0.000000 0.230559 0.655726 0.655726 0.655726 +4317.493652 0.000000 346.264038 0.000000 0.995059 0.000000 -0.099285 0.667145 0.667145 0.667145 +4314.285645 0.000000 344.711487 0.000000 0.993185 0.000000 -0.116550 0.677654 0.677654 0.677654 +4319.969727 0.000000 340.033203 0.000000 0.996722 0.000000 -0.080899 0.656632 0.656632 0.656632 +4312.379395 0.000000 345.614227 0.000000 0.991130 0.000000 -0.132898 0.644489 0.644489 0.644489 +4321.099609 0.000000 429.340302 0.000000 0.972413 0.000000 -0.233266 0.403197 0.403197 0.403197 +4342.252441 0.000000 397.945221 0.000000 0.977971 0.000000 0.208741 0.502406 0.502406 0.502406 +4338.592773 0.000000 401.101776 0.000000 0.952295 0.000000 0.305179 0.609240 0.609240 0.609240 +4341.096680 0.000000 409.300995 0.000000 0.992781 0.000000 -0.119942 0.523260 0.523260 0.523260 +4342.497559 0.000000 408.554535 0.000000 0.981489 0.000000 0.191518 0.610867 0.610867 0.610867 +4341.988770 0.000000 406.629913 0.000000 0.995514 0.000000 -0.094618 0.562201 0.562201 0.562201 +4339.812988 0.000000 409.609680 0.000000 0.968821 0.000000 -0.247764 0.614184 0.614184 0.614184 +4345.308105 0.000000 404.037170 0.000000 0.998745 0.000000 0.050080 0.603445 0.603445 0.603445 +4479.509766 0.000000 263.156036 0.000000 0.970145 0.000000 -0.242525 0.403388 0.403388 0.403388 +4487.914551 0.000000 227.774429 0.000000 0.998201 0.000000 0.059958 0.399218 0.399218 0.399218 +4503.191895 0.000000 271.828125 0.000000 0.953643 0.000000 0.300939 0.395833 0.395833 0.395833 +4518.337891 0.000000 239.673645 0.000000 0.993300 0.000000 -0.115567 0.401596 0.401596 0.401596 +4499.443848 0.000000 275.857269 0.000000 0.977575 0.000000 -0.210589 0.402924 0.402924 0.402924 +4507.443848 0.000000 258.202454 0.000000 0.992104 0.000000 -0.125414 0.404725 0.404725 0.404725 +4500.821777 0.000000 257.048462 0.000000 0.957713 0.000000 0.287724 0.416129 0.416129 0.416129 +4493.139648 0.000000 269.482178 0.000000 0.999340 0.000000 0.036312 0.408295 0.408295 0.408295 +4379.932617 0.000000 359.175903 0.000000 0.998908 0.000000 -0.046721 0.400614 0.400614 0.400614 +4379.443848 0.000000 371.171204 0.000000 0.992311 0.000000 -0.123766 0.414580 0.414580 0.414580 +4373.008301 0.000000 368.011292 0.000000 0.986577 0.000000 -0.163297 0.438946 0.438946 0.438946 +4360.309570 0.000000 367.699524 0.000000 0.996465 0.000000 0.084006 0.434905 0.434905 0.434905 +4377.034668 0.000000 370.852753 0.000000 0.999641 0.000000 -0.026796 0.436711 0.436711 0.436711 +4371.881836 0.000000 377.443787 0.000000 0.987310 0.000000 -0.158803 0.438871 0.438871 0.438871 +4365.306641 0.000000 363.457733 0.000000 0.996999 0.000000 -0.077415 0.437536 0.437536 0.437536 +4423.437500 0.000000 393.949890 0.000000 0.999993 0.000000 -0.003631 0.400050 0.400050 0.400050 +4414.970703 0.000000 418.046631 0.000000 0.990178 0.000000 0.139815 0.418445 0.418445 0.418445 +4355.049316 0.000000 407.661499 0.000000 0.961806 0.000000 -0.273730 0.456763 0.456763 0.456763 +4354.209961 0.000000 406.165466 0.000000 0.989717 0.000000 0.143043 0.449475 0.449475 0.449475 +4354.597656 0.000000 408.855652 0.000000 0.951783 0.000000 0.306771 0.546182 0.546182 0.546182 +4404.413574 0.000000 444.948639 0.000000 0.977304 0.000000 -0.211842 0.571188 0.571188 0.571188 +4441.916992 0.000000 440.156830 0.000000 0.961206 0.000000 -0.275830 0.403795 0.403795 0.403795 +4681.203613 0.000000 205.153900 0.000000 0.995545 0.000000 0.094285 0.398779 0.398779 0.398779 +4689.939453 0.000000 211.248703 0.000000 0.981035 0.000000 0.193832 0.397419 0.397419 0.397419 +4784.023926 0.000000 221.988159 0.000000 0.996482 0.000000 -0.083806 0.401106 0.401106 0.401106 +4769.448730 0.000000 192.749939 0.000000 0.999733 0.000000 -0.023092 0.400315 0.400315 0.400315 +4785.394043 0.000000 194.782898 0.000000 0.971346 0.000000 -0.237672 0.403307 0.403307 0.403307 +4779.601562 0.000000 222.353180 0.000000 0.958823 0.000000 0.284004 0.395988 0.395988 0.395988 +4799.509766 0.000000 206.671661 0.000000 0.982050 0.000000 0.188621 0.397366 0.397366 0.397366 +4799.510742 0.000000 194.189819 0.000000 0.992248 0.000000 0.124273 0.398271 0.398271 0.398271 +4779.596680 0.000000 217.994629 0.000000 0.982014 0.000000 0.188808 0.397344 0.397344 0.397344 +4782.671387 0.000000 215.907608 0.000000 0.967313 0.000000 0.253585 0.405095 0.405095 0.405095 +4778.219238 0.000000 215.667786 0.000000 0.973595 0.000000 0.228281 0.403541 0.403541 0.403541 +4792.654297 0.000000 186.666061 0.000000 0.972466 0.000000 0.233044 0.440167 0.440167 0.440167 +4855.638184 0.000000 185.196594 0.000000 0.968811 0.000000 0.247800 0.396787 0.396787 0.396787 +4860.013184 0.000000 184.317871 0.000000 0.999770 0.000000 -0.021456 0.400295 0.400295 0.400295 +4802.575684 0.000000 210.580200 0.000000 0.961409 0.000000 0.275123 0.396159 0.396159 0.396159 +4836.144531 0.000000 218.414551 0.000000 0.999555 0.000000 0.029830 0.402518 0.402518 0.402518 +4893.422852 0.000000 208.004959 0.000000 0.965776 0.000000 0.259379 0.396450 0.396450 0.396450 +4880.186523 0.000000 188.604385 0.000000 0.979175 0.000000 0.203020 0.397193 0.397193 0.397193 +4880.716797 0.000000 201.550964 0.000000 0.959741 0.000000 -0.280886 0.403938 0.403938 0.403938 +4884.436035 0.000000 211.725006 0.000000 0.951096 0.000000 0.308895 0.395610 0.395610 0.395610 +4870.475098 0.000000 184.043762 0.000000 0.998691 0.000000 0.051146 0.399285 0.399285 0.399285 +4705.062500 0.000000 334.495789 0.000000 0.985435 0.000000 -0.170054 0.402338 0.402338 0.402338 +4685.139648 0.000000 325.966553 0.000000 0.989334 0.000000 0.145666 0.408640 0.408640 0.408640 +4687.325195 0.000000 317.430328 0.000000 0.998406 0.000000 0.056440 0.421679 0.421679 0.421679 +4731.502441 0.000000 294.419220 0.000000 0.979391 0.000000 0.201975 0.440701 0.440701 0.440701 +4679.784180 0.000000 335.738281 0.000000 0.960946 0.000000 -0.276736 0.450825 0.450825 0.450825 +4685.317383 0.000000 335.649139 0.000000 0.999971 0.000000 0.007589 0.449870 0.449870 0.449870 +4791.107910 0.000000 327.623169 0.000000 0.978602 0.000000 -0.205760 0.402680 0.402680 0.402680 +4802.575684 0.000000 323.548950 0.000000 0.976200 0.000000 -0.216873 0.403035 0.403035 0.403035 +4800.525879 0.000000 319.724976 0.000000 0.999366 0.000000 0.035594 0.435695 0.435695 0.435695 +4732.832520 0.000000 371.227997 0.000000 0.996574 0.000000 -0.082701 0.401112 0.401112 0.401112 +4697.916992 0.000000 383.672455 0.000000 0.984938 0.000000 0.172909 0.397657 0.397657 0.397657 +4702.952637 0.000000 358.418579 0.000000 0.978936 0.000000 -0.204168 0.402803 0.402803 0.402803 +4680.614258 0.000000 352.435120 0.000000 0.991104 0.000000 -0.133088 0.401846 0.401846 0.401846 +4696.535645 0.000000 355.261261 0.000000 0.966470 0.000000 0.256781 0.396395 0.396395 0.396395 +4682.166504 0.000000 345.419891 0.000000 0.979295 0.000000 -0.202440 0.423703 0.423703 0.423703 +4712.389160 0.000000 392.536591 0.000000 0.977667 0.000000 0.210159 0.425091 0.425091 0.425091 +4678.936035 0.000000 342.482086 0.000000 0.999390 0.000000 -0.034916 0.434878 0.434878 0.434878 +4697.774414 0.000000 388.605469 0.000000 0.998305 0.000000 0.058206 0.433373 0.433373 0.433373 +4699.877441 0.000000 350.397125 0.000000 0.999998 0.000000 0.002159 0.448002 0.448002 0.448002 +4709.106445 0.000000 351.504242 0.000000 0.982391 0.000000 0.186839 0.452578 0.452578 0.452578 +4717.434082 0.000000 425.119904 0.000000 0.957788 0.000000 -0.287477 0.403785 0.403785 0.403785 +4678.330566 0.000000 407.487427 0.000000 0.975123 0.000000 0.221663 0.397087 0.397087 0.397087 +4681.084961 0.000000 406.208496 0.000000 0.992865 0.000000 0.119241 0.398371 0.398371 0.398371 +4710.385742 0.000000 412.235657 0.000000 0.971377 0.000000 0.237545 0.396671 0.396671 0.396671 +4715.095215 0.000000 409.709259 0.000000 0.999117 0.000000 -0.042017 0.400586 0.400586 0.400586 +4733.252441 0.000000 405.816986 0.000000 0.980027 0.000000 -0.198862 0.423647 0.423647 0.423647 +4725.177734 0.000000 405.911072 0.000000 0.987925 0.000000 0.154930 0.420153 0.420153 0.420153 +4724.393066 0.000000 417.784241 0.000000 0.960130 0.000000 -0.279554 0.430905 0.430905 0.430905 +4735.825195 0.000000 408.643250 0.000000 0.990695 0.000000 0.136097 0.426278 0.426278 0.426278 +4715.071777 0.000000 405.969116 0.000000 0.970439 0.000000 -0.241346 0.438252 0.438252 0.438252 +4728.654297 0.000000 412.603546 0.000000 0.996853 0.000000 -0.079276 0.427713 0.427713 0.427713 +4724.916016 0.000000 402.753632 0.000000 0.999837 0.000000 0.018072 0.439897 0.439897 0.439897 +4722.132324 0.000000 414.811798 0.000000 0.998006 0.000000 0.063116 0.439151 0.439151 0.439151 +4738.552734 0.000000 394.982483 0.000000 0.995512 0.000000 0.094641 0.398684 0.398684 0.398684 +4817.664551 0.000000 345.562286 0.000000 0.982972 0.000000 0.183755 0.397472 0.397472 0.397472 +4795.211426 0.000000 425.008759 0.000000 0.998852 0.000000 -0.047911 0.400632 0.400632 0.400632 +4797.738281 0.000000 423.639771 0.000000 0.998461 0.000000 0.055454 0.399238 0.399238 0.399238 +4748.375000 0.000000 450.058472 0.000000 0.997426 0.000000 0.071709 0.399004 0.399004 0.399004 +4742.363770 0.000000 404.903259 0.000000 0.992399 0.000000 0.123063 0.399245 0.399245 0.399245 +4738.199219 0.000000 402.502899 0.000000 0.987758 0.000000 0.155994 0.406545 0.406545 0.406545 +4822.782715 0.000000 402.694000 0.000000 0.999662 0.000000 0.026012 0.399643 0.399643 0.399643 +4823.366211 0.000000 398.043335 0.000000 0.999002 0.000000 0.044667 0.433592 0.433592 0.433592 +4818.929199 0.000000 400.864868 0.000000 0.951334 0.000000 -0.308163 0.459389 0.459389 0.459389 +4980.706543 0.000000 395.221588 0.000000 0.997051 0.000000 -0.076745 0.407971 0.407971 0.407971 +4986.520996 0.000000 392.818878 0.000000 0.999999 0.000000 -0.001537 0.438261 0.438261 0.438261 +4985.144531 0.000000 397.005920 0.000000 0.984396 0.000000 -0.175966 0.488766 0.488766 0.488766 +5036.376953 0.000000 385.173950 0.000000 0.989675 0.000000 0.143332 0.398090 0.398090 0.398090 +5028.144531 0.000000 387.867676 0.000000 0.972290 0.000000 0.233779 0.405392 0.405392 0.405392 +5047.867676 0.000000 386.137909 0.000000 0.978937 0.000000 0.204163 0.405833 0.405833 0.405833 +5004.970703 0.000000 385.892029 0.000000 0.989225 0.000000 -0.146405 0.462427 0.462427 0.462427 +5008.583984 0.000000 377.262390 0.000000 0.992136 0.000000 0.125166 0.436176 0.436176 0.436176 +5007.974609 0.000000 372.466125 0.000000 0.966378 0.000000 -0.257126 0.468437 0.468437 0.468437 +5010.634277 0.000000 384.174927 0.000000 0.994019 0.000000 0.109210 0.479255 0.479255 0.479255 +5107.634277 0.000000 381.634125 0.000000 0.971226 0.000000 -0.238160 0.403218 0.403218 0.403218 +5099.628906 0.000000 379.297333 0.000000 0.973595 0.000000 0.228283 0.430593 0.430593 0.430593 +5116.771484 0.000000 375.990356 0.000000 0.977173 0.000000 -0.212443 0.435784 0.435784 0.435784 +5027.991211 0.000000 411.117096 0.000000 0.999508 0.000000 0.031350 0.399588 0.399588 0.399588 +5054.994629 0.000000 443.014404 0.000000 0.961864 0.000000 -0.273528 0.410859 0.410859 0.410859 +5041.129395 0.000000 445.796539 0.000000 0.961770 0.000000 -0.273857 0.408870 0.408870 0.408870 +5044.657715 0.000000 395.426697 0.000000 0.958465 0.000000 0.285211 0.406543 0.406543 0.406543 +5032.199219 0.000000 426.236603 0.000000 0.978543 0.000000 0.206044 0.421288 0.421288 0.421288 +5045.097168 0.000000 397.175934 0.000000 0.969220 0.000000 -0.246198 0.438333 0.438333 0.438333 +5032.256348 0.000000 412.238342 0.000000 0.970353 0.000000 -0.241690 0.438257 0.438257 0.438257 +5033.963379 0.000000 402.919952 0.000000 0.985470 0.000000 -0.169847 0.456900 0.456900 0.456900 +5022.924805 0.000000 434.695465 0.000000 0.994778 0.000000 0.102064 0.448243 0.448243 0.448243 +5034.712402 0.000000 416.609039 0.000000 0.995872 0.000000 -0.090771 0.477211 0.477211 0.477211 +5038.908691 0.000000 406.700073 0.000000 0.970031 0.000000 -0.242979 0.472160 0.472160 0.472160 +5017.172852 0.000000 431.905396 0.000000 0.982486 0.000000 0.186338 0.491287 0.491287 0.491287 +5075.771973 0.000000 418.016083 0.000000 0.999104 0.000000 0.042324 0.399444 0.399444 0.399444 +5116.027344 0.000000 440.273010 0.000000 0.992240 0.000000 0.124338 0.469242 0.469242 0.469242 +5081.045410 0.000000 407.282501 0.000000 0.960913 0.000000 -0.276852 0.466810 0.466810 0.466810 +4275.213867 0.000000 498.132202 0.000000 0.995252 0.000000 0.097333 0.398705 0.398705 0.398705 +4279.062500 0.000000 502.892487 0.000000 0.958828 0.000000 0.283987 0.396161 0.396161 0.396161 +4276.463867 0.000000 466.956848 0.000000 0.974598 0.000000 -0.223961 0.403045 0.403045 0.403045 +4263.591309 0.000000 493.711060 0.000000 0.964587 0.000000 -0.263764 0.403705 0.403705 0.403705 +4270.782227 0.000000 493.939148 0.000000 0.998325 0.000000 -0.057860 0.400806 0.400806 0.400806 +4281.072754 0.000000 501.992096 0.000000 0.994224 0.000000 -0.107327 0.406440 0.406440 0.406440 +4273.031738 0.000000 498.213562 0.000000 0.976265 0.000000 -0.216577 0.423923 0.423923 0.423923 +4295.408691 0.000000 469.712524 0.000000 0.959874 0.000000 0.280431 0.396111 0.396111 0.396111 +4390.346680 0.000000 506.132690 0.000000 0.994778 0.000000 -0.102060 0.401358 0.401358 0.401358 +4401.314941 0.000000 494.573242 0.000000 0.993242 0.000000 0.116065 0.403238 0.403238 0.403238 +4441.661133 0.000000 454.941223 0.000000 0.969976 0.000000 0.243203 0.396700 0.396700 0.396700 +4449.448730 0.000000 475.171814 0.000000 0.978177 0.000000 0.207774 0.397147 0.397147 0.397147 +4449.062500 0.000000 503.948914 0.000000 0.959643 0.000000 0.281222 0.396100 0.396100 0.396100 +4382.608887 0.000000 513.899048 0.000000 0.997985 0.000000 0.063445 0.399135 0.399135 0.399135 +4411.000977 0.000000 546.160461 0.000000 0.961946 0.000000 -0.273239 0.403800 0.403800 0.403800 +4397.942871 0.000000 530.300232 0.000000 0.999695 0.000000 0.024705 0.399657 0.399657 0.399657 +4443.504395 0.000000 522.337769 0.000000 0.976616 0.000000 -0.214992 0.425886 0.425886 0.425886 +4523.690430 0.000000 455.438995 0.000000 0.992654 0.000000 -0.120985 0.401671 0.401671 0.401671 +4653.942871 0.000000 473.815887 0.000000 0.998224 0.000000 -0.059566 0.400821 0.400821 0.400821 +4675.837402 0.000000 475.437073 0.000000 0.985874 0.000000 -0.167489 0.402227 0.402227 0.402227 +4695.408203 0.000000 463.713196 0.000000 0.986318 0.000000 -0.164857 0.402282 0.402282 0.402282 +4688.278320 0.000000 465.430756 0.000000 0.983486 0.000000 -0.180985 0.445190 0.445190 0.445190 +4751.671387 0.000000 453.404083 0.000000 0.996948 0.000000 -0.078071 0.401085 0.401085 0.401085 +4773.463867 0.000000 459.480347 0.000000 0.957342 0.000000 -0.288957 0.405103 0.405103 0.405103 +4987.739258 0.000000 456.381622 0.000000 0.986486 0.000000 0.163848 0.397707 0.397707 0.397707 +4951.105957 0.000000 529.596069 0.000000 0.990955 0.000000 -0.134195 0.412758 0.412758 0.412758 +4945.493164 0.000000 552.332153 0.000000 0.995934 0.000000 0.090090 0.405562 0.405562 0.405562 +4962.508301 0.000000 554.925110 0.000000 0.988938 0.000000 -0.148331 0.418905 0.418905 0.418905 +4961.433594 0.000000 544.162964 0.000000 0.998507 0.000000 -0.054628 0.445036 0.445036 0.445036 +4935.784180 0.000000 561.675781 0.000000 0.951065 0.000000 -0.308990 0.435388 0.435388 0.435388 +4941.317383 0.000000 561.586609 0.000000 0.970068 0.000000 -0.242832 0.466176 0.466176 0.466176 +4944.310547 0.000000 555.954834 0.000000 1.000000 0.000000 0.000921 0.453906 0.453906 0.453906 +4965.106445 0.000000 520.957336 0.000000 0.980769 0.000000 0.195170 0.450494 0.450494 0.450494 +4938.331055 0.000000 553.695679 0.000000 0.973566 0.000000 0.228408 0.465339 0.465339 0.465339 +4943.217285 0.000000 540.507874 0.000000 0.955535 0.000000 -0.294878 0.481158 0.481158 0.481158 +4939.568848 0.000000 564.312683 0.000000 0.991036 0.000000 -0.133594 0.497823 0.497823 0.497823 +4974.908691 0.000000 519.668823 0.000000 0.971259 0.000000 -0.238027 0.490011 0.490011 0.490011 +4960.240234 0.000000 522.329224 0.000000 0.974671 0.000000 -0.223646 0.479761 0.479761 0.479761 +4982.203613 0.000000 548.689819 0.000000 0.967315 0.000000 0.253578 0.493733 0.493733 0.493733 +4962.377441 0.000000 552.086609 0.000000 0.987607 0.000000 -0.156945 0.510203 0.510203 0.510203 +4991.116211 0.000000 528.109131 0.000000 0.994161 0.000000 0.107905 0.489009 0.489009 0.489009 +4971.818848 0.000000 545.861267 0.000000 0.961048 0.000000 0.276381 0.487483 0.487483 0.487483 +4962.757812 0.000000 513.821350 0.000000 0.980126 0.000000 0.198376 0.494902 0.494902 0.494902 +5041.314941 0.000000 494.573242 0.000000 0.994327 0.000000 -0.106362 0.414321 0.414321 0.414321 +5042.317871 0.000000 456.328094 0.000000 0.953975 0.000000 0.299886 0.414012 0.414012 0.414012 +5046.302246 0.000000 466.162476 0.000000 0.969873 0.000000 0.243611 0.430338 0.430338 0.430338 +5053.535645 0.000000 506.050537 0.000000 0.990531 0.000000 -0.137287 0.448410 0.448410 0.448410 +5039.105469 0.000000 455.436340 0.000000 0.998271 0.000000 -0.058777 0.441169 0.441169 0.441169 +5037.684570 0.000000 494.785736 0.000000 0.996440 0.000000 0.084307 0.532349 0.532349 0.532349 +5107.863281 0.000000 476.247742 0.000000 0.969317 0.000000 0.245815 0.396689 0.396689 0.396689 +5058.575684 0.000000 493.002075 0.000000 0.999709 0.000000 -0.024114 0.400335 0.400335 0.400335 +5103.135742 0.000000 467.931091 0.000000 0.963525 0.000000 0.267619 0.418376 0.418376 0.418376 +5119.210449 0.000000 486.476776 0.000000 0.962693 0.000000 -0.270597 0.450717 0.450717 0.450717 +5074.929199 0.000000 457.349243 0.000000 0.969322 0.000000 -0.245793 0.472214 0.472214 0.472214 +5085.034668 0.000000 505.358765 0.000000 0.961729 0.000000 -0.274001 0.478747 0.478747 0.478747 +5093.802246 0.000000 470.151886 0.000000 0.997669 0.000000 -0.068234 0.468903 0.468903 0.468903 +4992.042480 0.000000 508.366699 0.000000 0.969849 0.000000 -0.243707 0.403331 0.403331 0.403331 +4993.451660 0.000000 517.751831 0.000000 0.972573 0.000000 0.232600 0.396812 0.396812 0.396812 +4992.090332 0.000000 511.654968 0.000000 0.999776 0.000000 0.021170 0.399709 0.399709 0.399709 +5019.678223 0.000000 513.373535 0.000000 0.992959 0.000000 0.118458 0.399310 0.399310 0.399310 +5018.529785 0.000000 563.766235 0.000000 0.981322 0.000000 0.192372 0.427314 0.427314 0.427314 +5000.404785 0.000000 528.787231 0.000000 0.998510 0.000000 -0.054564 0.437163 0.437163 0.437163 +5018.057129 0.000000 543.822510 0.000000 0.953973 0.000000 0.299892 0.433237 0.433237 0.433237 +4995.050781 0.000000 511.753632 0.000000 0.967104 0.000000 0.254381 0.455213 0.455213 0.455213 +5042.132324 0.000000 527.780518 0.000000 0.981971 0.000000 -0.189031 0.457240 0.457240 0.457240 +5052.027344 0.000000 553.241760 0.000000 0.978518 0.000000 0.206161 0.456097 0.456097 0.456097 +4994.970703 0.000000 517.807007 0.000000 0.967932 0.000000 -0.251212 0.480298 0.480298 0.480298 +5011.524902 0.000000 545.293213 0.000000 0.978132 0.000000 -0.207985 0.469511 0.469511 0.469511 +5055.314453 0.000000 536.272156 0.000000 0.998436 0.000000 0.055909 0.484196 0.484196 0.484196 +5039.816406 0.000000 554.147705 0.000000 0.992517 0.000000 0.122103 0.552825 0.552825 0.552825 +5090.857422 0.000000 537.488281 0.000000 0.983257 0.000000 -0.182222 0.402452 0.402452 0.402452 +5101.942871 0.000000 530.300232 0.000000 0.999595 0.000000 0.028451 0.399609 0.399609 0.399609 +5094.385742 0.000000 525.204407 0.000000 0.999806 0.000000 0.019717 0.399726 0.399726 0.399726 +5112.630371 0.000000 561.814392 0.000000 0.994642 0.000000 0.103376 0.399524 0.399524 0.399524 +5060.756836 0.000000 527.152588 0.000000 0.998612 0.000000 -0.052666 0.401722 0.401722 0.401722 +5087.888672 0.000000 529.903625 0.000000 0.987393 0.000000 0.158287 0.410395 0.410395 0.410395 +5096.647949 0.000000 509.686035 0.000000 0.964964 0.000000 -0.262382 0.414678 0.414678 0.414678 +5099.960938 0.000000 530.461609 0.000000 0.987440 0.000000 0.157994 0.420105 0.420105 0.420105 +5099.628906 0.000000 548.750488 0.000000 0.997850 0.000000 0.065541 0.423491 0.423491 0.423491 +5091.619629 0.000000 550.266235 0.000000 0.994478 0.000000 -0.104941 0.447858 0.447858 0.447858 +5062.073242 0.000000 562.146851 0.000000 0.979426 0.000000 0.201804 0.448441 0.448441 0.448441 +5072.728516 0.000000 508.365997 0.000000 0.972043 0.000000 0.234803 0.430485 0.430485 0.430485 +5082.057129 0.000000 543.822510 0.000000 0.961495 0.000000 0.274823 0.447139 0.447139 0.447139 +5087.972656 0.000000 532.740356 0.000000 0.998899 0.000000 -0.046908 0.440972 0.440972 0.440972 +5075.350098 0.000000 510.713226 0.000000 0.958025 0.000000 0.286684 0.464222 0.464222 0.464222 +5076.440918 0.000000 563.866028 0.000000 0.999231 0.000000 -0.039221 0.448708 0.448708 0.448708 +5093.106445 0.000000 520.957336 0.000000 0.958202 0.000000 0.286091 0.452703 0.452703 0.452703 +5078.889648 0.000000 557.621338 0.000000 0.998006 0.000000 -0.063123 0.498352 0.498352 0.498352 +5084.436523 0.000000 524.962219 0.000000 0.957291 0.000000 0.289125 0.487215 0.487215 0.487215 +4978.798340 0.000000 601.524902 0.000000 0.984021 0.000000 0.178052 0.397542 0.397542 0.397542 +4990.994629 0.000000 612.467529 0.000000 0.995920 0.000000 0.090243 0.399709 0.399709 0.399709 +4970.219238 0.000000 611.058411 0.000000 0.988874 0.000000 0.148755 0.406652 0.406652 0.406652 +4988.180664 0.000000 598.946289 0.000000 0.980803 0.000000 0.195000 0.429207 0.429207 0.429207 +4984.710938 0.000000 588.675293 0.000000 0.960762 0.000000 0.277374 0.450940 0.450940 0.450940 +4976.395508 0.000000 597.174744 0.000000 0.970285 0.000000 0.241965 0.451585 0.451585 0.451585 +4966.078125 0.000000 606.473389 0.000000 0.964068 0.000000 0.265656 0.468475 0.468475 0.468475 +4973.470215 0.000000 612.128052 0.000000 0.999588 0.000000 0.028716 0.478860 0.478860 0.478860 +4989.252441 0.000000 631.754456 0.000000 0.953633 0.000000 0.300971 0.400529 0.400529 0.400529 +4991.423340 0.000000 624.803406 0.000000 0.998819 0.000000 -0.048590 0.494119 0.494119 0.494119 +4998.724121 0.000000 598.351257 0.000000 0.968397 0.000000 -0.249413 0.403386 0.403386 0.403386 +5054.970703 0.000000 587.499756 0.000000 0.999994 0.000000 -0.003398 0.418679 0.418679 0.418679 +5000.076660 0.000000 608.897156 0.000000 0.978211 0.000000 0.207613 0.434803 0.434803 0.434803 +4992.144043 0.000000 593.243958 0.000000 0.990822 0.000000 -0.135174 0.436504 0.436504 0.436504 +5052.180664 0.000000 598.946289 0.000000 0.985821 0.000000 -0.167799 0.441002 0.441002 0.441002 +5004.773926 0.000000 599.027771 0.000000 0.999936 0.000000 -0.011329 0.444308 0.444308 0.444308 +5051.429199 0.000000 590.156372 0.000000 0.999973 0.000000 -0.007382 0.434433 0.434433 0.434433 +5052.473145 0.000000 591.827820 0.000000 0.952979 0.000000 -0.303038 0.447289 0.447289 0.447289 +5016.779785 0.000000 569.380310 0.000000 0.975628 0.000000 -0.219433 0.449823 0.449823 0.449823 +5041.237305 0.000000 578.050354 0.000000 0.995383 0.000000 -0.095985 0.447706 0.447706 0.447706 +5055.416504 0.000000 572.068726 0.000000 0.991039 0.000000 -0.133570 0.462195 0.462195 0.462195 +5014.444824 0.000000 616.542542 0.000000 0.994110 0.000000 -0.108378 0.489402 0.489402 0.489402 +5007.354980 0.000000 611.065857 0.000000 0.989685 0.000000 -0.143258 0.472271 0.472271 0.472271 +5037.387695 0.000000 597.631836 0.000000 0.986721 0.000000 -0.162427 0.472630 0.472630 0.472630 +5036.311035 0.000000 578.432983 0.000000 0.988673 0.000000 -0.150087 0.488251 0.488251 0.488251 +5046.834961 0.000000 602.518311 0.000000 0.960480 0.000000 -0.278348 0.528860 0.528860 0.528860 +5032.459473 0.000000 594.363281 0.000000 0.973330 0.000000 -0.229408 0.549683 0.549683 0.549683 +5051.344238 0.000000 601.480835 0.000000 0.997000 0.000000 0.077408 0.551998 0.551998 0.551998 +5020.718750 0.000000 575.344177 0.000000 0.999845 0.000000 -0.017613 0.585777 0.585777 0.585777 +5010.137207 0.000000 607.801758 0.000000 0.974618 0.000000 0.223876 0.615636 0.615636 0.615636 +5062.507812 0.000000 616.934875 0.000000 0.978066 0.000000 -0.208297 0.402808 0.402808 0.402808 +5117.638184 0.000000 584.566956 0.000000 0.965156 0.000000 0.261676 0.396338 0.396338 0.396338 +5089.365723 0.000000 575.018616 0.000000 0.993429 0.000000 -0.114449 0.402594 0.402594 0.402594 +5110.255859 0.000000 573.603821 0.000000 0.978925 0.000000 0.204218 0.405832 0.405832 0.405832 +5088.607910 0.000000 603.934387 0.000000 0.996583 0.000000 0.082594 0.411522 0.411522 0.411522 +5117.252441 0.000000 575.270081 0.000000 0.998515 0.000000 -0.054478 0.407649 0.407649 0.407649 +5103.882812 0.000000 569.867432 0.000000 0.997965 0.000000 0.063766 0.429377 0.429377 0.429377 +5109.177734 0.000000 575.364197 0.000000 0.959658 0.000000 -0.281169 0.426939 0.426939 0.426939 +5096.687988 0.000000 587.344360 0.000000 0.981232 0.000000 0.192832 0.438922 0.438922 0.438922 +5095.989746 0.000000 590.747620 0.000000 0.954157 0.000000 0.299307 0.433247 0.433247 0.433247 +5113.001953 0.000000 600.275757 0.000000 0.995539 0.000000 -0.094353 0.467411 0.467411 0.467411 +5076.433105 0.000000 581.858337 0.000000 0.998190 0.000000 -0.060142 0.464816 0.464816 0.464816 +5064.993164 0.000000 567.970459 0.000000 0.998364 0.000000 0.057183 0.454876 0.454876 0.454876 +5090.144043 0.000000 615.833252 0.000000 0.995267 0.000000 -0.097182 0.459568 0.459568 0.459568 +5083.133789 0.000000 568.373901 0.000000 0.968879 0.000000 -0.247534 0.484217 0.484217 0.484217 +5106.908203 0.000000 603.609619 0.000000 0.999547 0.000000 0.030087 0.476877 0.476877 0.476877 +5067.735352 0.000000 608.897034 0.000000 0.987786 0.000000 -0.155815 0.468542 0.468542 0.468542 +5088.608398 0.000000 596.375061 0.000000 0.984375 0.000000 -0.176086 0.478842 0.478842 0.478842 +5076.575195 0.000000 583.347778 0.000000 0.999738 0.000000 -0.022905 0.497528 0.497528 0.497528 +5101.387695 0.000000 597.631836 0.000000 0.995464 0.000000 0.095143 0.471738 0.471738 0.471738 +5101.249512 0.000000 596.082520 0.000000 0.995412 0.000000 -0.095684 0.475331 0.475331 0.475331 +5082.256836 0.000000 569.568665 0.000000 0.982889 0.000000 -0.184197 0.482970 0.482970 0.482970 +5117.256836 0.000000 570.208496 0.000000 0.994552 0.000000 -0.104238 0.493270 0.493270 0.493270 +5058.034668 0.000000 590.929504 0.000000 0.954259 0.000000 0.298982 0.534903 0.534903 0.534903 +5096.275879 0.000000 613.616333 0.000000 0.988418 0.000000 -0.151753 0.585496 0.585496 0.585496 +4998.330566 0.000000 633.424927 0.000000 0.998390 0.000000 0.056725 0.399258 0.399258 0.399258 +5011.350098 0.000000 623.682007 0.000000 0.999195 0.000000 -0.040114 0.458554 0.458554 0.458554 +5029.508789 0.000000 636.716431 0.000000 0.999320 0.000000 0.036879 0.453278 0.453278 0.453278 +5077.235840 0.000000 641.189209 0.000000 0.992556 0.000000 -0.121786 0.401664 0.401664 0.401664 +5080.535645 0.000000 637.683167 0.000000 0.998346 0.000000 -0.057491 0.405725 0.405725 0.405725 +5119.273438 0.000000 632.719177 0.000000 0.987050 0.000000 -0.160412 0.411167 0.411167 0.411167 +5111.794922 0.000000 634.334351 0.000000 0.971011 0.000000 0.239033 0.399518 0.399518 0.399518 +5106.317871 0.000000 625.781250 0.000000 0.994489 0.000000 -0.104845 0.432063 0.432063 0.432063 +5068.251465 0.000000 628.164246 0.000000 0.981497 0.000000 0.191478 0.425392 0.425392 0.425392 +5096.256348 0.000000 638.175842 0.000000 0.991173 0.000000 0.132574 0.432166 0.432166 0.432166 +5082.770996 0.000000 630.928772 0.000000 0.987881 0.000000 -0.155211 0.535957 0.535957 0.535957 +5084.718750 0.000000 631.828552 0.000000 0.958687 0.000000 0.284463 0.586956 0.586956 0.586956 +5182.419434 0.000000 381.053558 0.000000 0.956539 0.000000 -0.291603 0.403901 0.403901 0.403901 +5123.837402 0.000000 362.468323 0.000000 0.961007 0.000000 -0.276523 0.403679 0.403679 0.403679 +5164.376953 0.000000 385.173950 0.000000 0.974699 0.000000 0.223522 0.396995 0.396995 0.396995 +5159.778320 0.000000 394.741241 0.000000 0.988254 0.000000 -0.152818 0.411055 0.411055 0.411055 +5165.431152 0.000000 399.442291 0.000000 0.959045 0.000000 0.283253 0.443140 0.443140 0.443140 +5153.519531 0.000000 403.251617 0.000000 0.999795 0.000000 -0.020233 0.464092 0.464092 0.464092 +5226.712402 0.000000 416.609039 0.000000 0.996417 0.000000 0.084578 0.456343 0.456343 0.456343 +5225.922852 0.000000 420.542572 0.000000 0.955483 0.000000 -0.295046 0.491173 0.491173 0.491173 +5253.729492 0.000000 437.419464 0.000000 0.999340 0.000000 0.036317 0.416121 0.416121 0.416121 +5176.315430 0.000000 488.883972 0.000000 0.994788 0.000000 0.101964 0.398659 0.398659 0.398659 +5167.145508 0.000000 470.022827 0.000000 0.977232 0.000000 -0.212174 0.402850 0.402850 0.402850 +5142.628418 0.000000 481.902222 0.000000 0.983391 0.000000 -0.181501 0.402433 0.402433 0.402433 +5175.819336 0.000000 470.705902 0.000000 0.984058 0.000000 -0.177846 0.402428 0.402428 0.402428 +5178.637207 0.000000 478.808716 0.000000 0.999802 0.000000 0.019877 0.399730 0.399730 0.399730 +5167.447754 0.000000 464.560699 0.000000 0.980870 0.000000 0.194662 0.397310 0.397310 0.397310 +5150.716309 0.000000 498.113007 0.000000 0.995434 0.000000 -0.095455 0.424021 0.424021 0.424021 +5120.597656 0.000000 472.342285 0.000000 0.985739 0.000000 0.168281 0.425764 0.425764 0.425764 +5136.905273 0.000000 505.774414 0.000000 0.994856 0.000000 -0.101303 0.435953 0.435953 0.435953 +5177.814453 0.000000 470.717438 0.000000 0.976623 0.000000 -0.214960 0.441791 0.441791 0.441791 +5163.722656 0.000000 507.198242 0.000000 0.987997 0.000000 -0.154475 0.436819 0.436819 0.436819 +5163.765137 0.000000 481.159271 0.000000 0.997102 0.000000 -0.076080 0.451309 0.451309 0.451309 +5180.201172 0.000000 472.465546 0.000000 0.989374 0.000000 -0.145391 0.444589 0.444589 0.444589 +5172.122559 0.000000 489.540161 0.000000 0.981051 0.000000 0.193749 0.456323 0.456323 0.456323 +5157.817871 0.000000 485.441772 0.000000 0.987256 0.000000 -0.159139 0.464639 0.464639 0.464639 +5153.699219 0.000000 465.305237 0.000000 0.999946 0.000000 0.010373 0.463538 0.463538 0.463538 +5174.485352 0.000000 477.289246 0.000000 0.999996 0.000000 0.002680 0.453875 0.453875 0.453875 +5149.067383 0.000000 475.387909 0.000000 0.999941 0.000000 0.010859 0.487040 0.487040 0.487040 +5167.221680 0.000000 492.577240 0.000000 0.999591 0.000000 -0.028592 0.552666 0.552666 0.552666 +5176.732422 0.000000 500.432037 0.000000 0.976702 0.000000 0.214600 0.486840 0.486840 0.486840 +5218.015137 0.000000 472.370544 0.000000 0.963498 0.000000 -0.267715 0.403545 0.403545 0.403545 +5229.386719 0.000000 506.582001 0.000000 0.991739 0.000000 0.128270 0.398260 0.398260 0.398260 +5188.248535 0.000000 473.174866 0.000000 0.971519 0.000000 -0.236961 0.406335 0.406335 0.406335 +5244.034180 0.000000 499.698242 0.000000 0.972549 0.000000 -0.232700 0.420197 0.420197 0.420197 +5218.177734 0.000000 478.808167 0.000000 0.999561 0.000000 0.029643 0.439706 0.439706 0.439706 +5218.087402 0.000000 476.930206 0.000000 0.992163 0.000000 -0.124948 0.434361 0.434361 0.434361 +5226.442383 0.000000 479.925812 0.000000 0.995875 0.000000 0.090733 0.428947 0.428947 0.428947 +5215.632324 0.000000 462.543823 0.000000 0.999895 0.000000 -0.014473 0.456137 0.456137 0.456137 +5214.924805 0.000000 491.179840 0.000000 0.977925 0.000000 0.208955 0.454114 0.454114 0.454114 +5212.899902 0.000000 503.423676 0.000000 0.960423 0.000000 0.278545 0.456688 0.456688 0.456688 +5232.395508 0.000000 484.205994 0.000000 0.996952 0.000000 -0.078023 0.480912 0.480912 0.480912 +5218.144043 0.000000 502.864502 0.000000 0.995006 0.000000 -0.099811 0.471460 0.471460 0.471460 +5246.913574 0.000000 497.913513 0.000000 0.999492 0.000000 0.031877 0.470974 0.470974 0.470974 +5245.976074 0.000000 492.560822 0.000000 0.993922 0.000000 0.110089 0.463673 0.463673 0.463673 +5219.506348 0.000000 483.745117 0.000000 0.993711 0.000000 0.111979 0.486982 0.486982 0.486982 +5191.363281 0.000000 475.325378 0.000000 0.955662 0.000000 0.294467 0.487102 0.487102 0.487102 +5222.014160 0.000000 482.703674 0.000000 0.990083 0.000000 0.140482 0.480587 0.480587 0.480587 +5173.013672 0.000000 543.005737 0.000000 0.999338 0.000000 -0.036372 0.400481 0.400481 0.400481 +5126.507812 0.000000 560.450500 0.000000 0.998577 0.000000 -0.053337 0.400719 0.400719 0.400719 +5143.408203 0.000000 520.197571 0.000000 0.999595 0.000000 -0.028454 0.400392 0.400392 0.400392 +5155.522949 0.000000 553.005310 0.000000 0.977945 0.000000 -0.208860 0.411884 0.411884 0.411884 +5144.641113 0.000000 564.083862 0.000000 0.998337 0.000000 -0.057646 0.411630 0.411630 0.411630 +5145.598145 0.000000 531.990967 0.000000 0.999904 0.000000 0.013824 0.414500 0.414500 0.414500 +5160.284180 0.000000 546.825928 0.000000 0.997865 0.000000 -0.065310 0.423556 0.423556 0.423556 +5182.970703 0.000000 531.015381 0.000000 0.988657 0.000000 0.150188 0.426053 0.426053 0.426053 +5156.099609 0.000000 546.677185 0.000000 0.959730 0.000000 -0.280926 0.434921 0.434921 0.434921 +5157.372070 0.000000 512.423889 0.000000 0.974888 0.000000 0.222694 0.444208 0.444208 0.444208 +5132.919922 0.000000 558.395081 0.000000 0.953882 0.000000 -0.300182 0.445239 0.445239 0.445239 +5159.089844 0.000000 523.672485 0.000000 0.969065 0.000000 0.246806 0.436071 0.436071 0.436071 +5145.560059 0.000000 551.532898 0.000000 0.988980 0.000000 0.148050 0.447446 0.447446 0.447446 +5152.594727 0.000000 527.997803 0.000000 0.988870 0.000000 -0.148782 0.464450 0.464450 0.464450 +5159.382324 0.000000 541.977844 0.000000 1.000000 0.000000 0.000311 0.467641 0.467641 0.467641 +5130.331055 0.000000 553.695679 0.000000 0.960587 0.000000 0.277981 0.460545 0.460545 0.460545 +5182.913574 0.000000 554.397888 0.000000 0.993212 0.000000 0.116320 0.481061 0.481061 0.481061 +5175.353516 0.000000 515.503174 0.000000 0.971969 0.000000 0.235108 0.459426 0.459426 0.459426 +5133.467285 0.000000 557.006165 0.000000 0.994395 0.000000 0.105732 0.481269 0.481269 0.481269 +5166.049316 0.000000 546.272949 0.000000 0.987709 0.000000 -0.156302 0.492340 0.492340 0.492340 +5225.563477 0.000000 534.850403 0.000000 0.995904 0.000000 -0.090418 0.401157 0.401157 0.401157 +5190.363770 0.000000 517.872009 0.000000 0.972053 0.000000 0.234761 0.396711 0.396711 0.396711 +5189.141602 0.000000 533.865601 0.000000 0.982060 0.000000 -0.188566 0.405632 0.405632 0.405632 +5216.330078 0.000000 562.656799 0.000000 0.996006 0.000000 -0.089286 0.401246 0.401246 0.401246 +5202.010742 0.000000 558.892456 0.000000 0.992575 0.000000 0.121633 0.480957 0.480957 0.480957 +5210.692383 0.000000 520.810303 0.000000 0.984355 0.000000 0.176194 0.460516 0.460516 0.460516 +5187.916016 0.000000 512.972412 0.000000 0.967426 0.000000 -0.253154 0.486325 0.486325 0.486325 +5225.205566 0.000000 564.815674 0.000000 0.958638 0.000000 -0.284629 0.496963 0.496963 0.496963 +5211.790527 0.000000 527.112915 0.000000 0.980821 0.000000 -0.194909 0.497098 0.497098 0.497098 +5191.363281 0.000000 531.809753 0.000000 0.995951 0.000000 0.089898 0.477683 0.477683 0.477683 +5230.744141 0.000000 534.012878 0.000000 0.988684 0.000000 -0.150016 0.498160 0.498160 0.498160 +5245.505859 0.000000 516.435791 0.000000 0.995285 0.000000 -0.096996 0.502997 0.502997 0.502997 +5250.026855 0.000000 500.501190 0.000000 0.997085 0.000000 0.076300 0.411616 0.411616 0.411616 +5248.926758 0.000000 505.568726 0.000000 0.955769 0.000000 0.294118 0.527365 0.527365 0.527365 +5249.803711 0.000000 504.200989 0.000000 0.988601 0.000000 -0.150559 0.537832 0.537832 0.537832 +5262.389160 0.000000 541.744080 0.000000 0.981955 0.000000 0.189114 0.397350 0.397350 0.397350 +5273.034668 0.000000 540.305908 0.000000 0.999773 0.000000 -0.021308 0.436622 0.436622 0.436622 +5251.049316 0.000000 520.630249 0.000000 0.997813 0.000000 -0.066105 0.472803 0.472803 0.472803 +5277.685059 0.000000 543.114075 0.000000 0.983747 0.000000 0.179561 0.545575 0.545575 0.545575 +5262.943359 0.000000 548.953918 0.000000 0.986947 0.000000 -0.161043 0.567869 0.567869 0.567869 +5263.914062 0.000000 548.483337 0.000000 0.970222 0.000000 0.242216 0.557459 0.557459 0.557459 +5344.607910 0.000000 547.450012 0.000000 0.996105 0.000000 0.088175 0.409490 0.409490 0.409490 +5351.778320 0.000000 564.194336 0.000000 0.972741 0.000000 -0.231894 0.422174 0.422174 0.422174 +5332.821777 0.000000 539.470337 0.000000 0.999258 0.000000 -0.038506 0.417246 0.417246 0.417246 +5150.961914 0.000000 565.805054 0.000000 0.993608 0.000000 0.112889 0.398469 0.398469 0.398469 +5172.706543 0.000000 621.159119 0.000000 0.996818 0.000000 0.079713 0.398884 0.398884 0.398884 +5160.388184 0.000000 614.845398 0.000000 0.951942 0.000000 0.306280 0.423520 0.423520 0.423520 +5170.132324 0.000000 584.264893 0.000000 0.991823 0.000000 -0.127621 0.464066 0.464066 0.464066 +5183.025879 0.000000 614.208923 0.000000 0.957958 0.000000 -0.286909 0.460999 0.460999 0.460999 +5145.045410 0.000000 576.735596 0.000000 0.968662 0.000000 0.248383 0.466885 0.466885 0.466885 +5157.802246 0.000000 583.120605 0.000000 0.999959 0.000000 -0.009081 0.473700 0.473700 0.473700 +5163.008789 0.000000 591.393250 0.000000 0.955367 0.000000 0.295422 0.481327 0.481327 0.481327 +5175.433594 0.000000 586.046936 0.000000 0.961926 0.000000 0.273309 0.487548 0.487548 0.487548 +5167.546387 0.000000 571.191162 0.000000 0.973433 0.000000 -0.228972 0.593623 0.593623 0.593623 +5169.244629 0.000000 601.896057 0.000000 0.989234 0.000000 -0.146343 0.609172 0.609172 0.609172 +5164.736816 0.000000 567.665833 0.000000 0.993969 0.000000 -0.109659 0.540827 0.540827 0.540827 +5166.601562 0.000000 571.946289 0.000000 0.999947 0.000000 -0.010276 0.587538 0.587538 0.587538 +5144.429199 0.000000 588.777222 0.000000 0.999393 0.000000 -0.034839 0.552820 0.552820 0.552820 +5157.656250 0.000000 573.544434 0.000000 0.999528 0.000000 0.030705 0.586408 0.586408 0.586408 +5164.757812 0.000000 574.624512 0.000000 0.972006 0.000000 -0.234955 0.615799 0.615799 0.615799 +5170.986816 0.000000 610.036316 0.000000 0.981920 0.000000 0.189295 0.595509 0.595509 0.595509 +5220.575195 0.000000 567.232727 0.000000 0.997834 0.000000 -0.065789 0.400901 0.400901 0.400901 +5217.491699 0.000000 570.739014 0.000000 0.960364 0.000000 0.278751 0.396093 0.396093 0.396093 +5233.129395 0.000000 615.249634 0.000000 0.996103 0.000000 0.088198 0.409489 0.409489 0.409489 +5230.671387 0.000000 611.298218 0.000000 0.995630 0.000000 -0.093390 0.410184 0.410184 0.410184 +5231.135742 0.000000 580.899841 0.000000 0.986902 0.000000 -0.161321 0.413161 0.413161 0.413161 +5239.893555 0.000000 608.348511 0.000000 0.960657 0.000000 0.277736 0.435541 0.435541 0.435541 +5218.937012 0.000000 566.628479 0.000000 0.975527 0.000000 0.219880 0.453915 0.453915 0.453915 +5203.704102 0.000000 578.607971 0.000000 0.999612 0.000000 0.027849 0.459307 0.459307 0.459307 +5205.229004 0.000000 578.936035 0.000000 0.986864 0.000000 -0.161555 0.464683 0.464683 0.464683 +5208.030273 0.000000 578.148926 0.000000 0.997456 0.000000 0.071278 0.476090 0.476090 0.476090 +5218.837891 0.000000 612.935181 0.000000 0.961772 0.000000 0.273850 0.481772 0.481772 0.481772 +5210.692383 0.000000 577.294678 0.000000 0.952075 0.000000 0.305863 0.454255 0.454255 0.454255 +5189.961426 0.000000 615.476624 0.000000 0.999974 0.000000 0.007220 0.463595 0.463595 0.463595 +5224.166504 0.000000 577.449890 0.000000 0.999677 0.000000 0.025406 0.531765 0.531765 0.531765 +5120.936035 0.000000 643.937683 0.000000 0.964138 0.000000 -0.265402 0.403621 0.403621 0.403621 +5154.977539 0.000000 635.827576 0.000000 0.994710 0.000000 0.102726 0.461861 0.461861 0.461861 +5175.848633 0.000000 621.391235 0.000000 0.991606 0.000000 0.129299 0.465263 0.465263 0.465263 +5168.063965 0.000000 647.124146 0.000000 0.983322 0.000000 0.181875 0.472027 0.472027 0.472027 +5151.069336 0.000000 630.711243 0.000000 0.990852 0.000000 0.134950 0.515639 0.515639 0.515639 +5121.323730 0.000000 627.385559 0.000000 0.958352 0.000000 0.285589 0.539070 0.539070 0.539070 +5178.012207 0.000000 631.657898 0.000000 0.976317 0.000000 0.216343 0.558140 0.558140 0.558140 +5163.303711 0.000000 623.888306 0.000000 0.983259 0.000000 -0.182214 0.572399 0.572399 0.572399 +5231.135742 0.000000 637.384216 0.000000 0.999648 0.000000 -0.026519 0.409209 0.409209 0.409209 +5195.084961 0.000000 631.706787 0.000000 0.982149 0.000000 -0.188107 0.439356 0.439356 0.439356 +5238.588867 0.000000 674.511292 0.000000 0.995042 0.000000 -0.099453 0.437897 0.437897 0.437897 +5226.442383 0.000000 649.378967 0.000000 0.999295 0.000000 0.037535 0.443487 0.443487 0.443487 +5200.790527 0.000000 629.483459 0.000000 0.969666 0.000000 0.244434 0.455396 0.455396 0.455396 +5213.325684 0.000000 625.803101 0.000000 0.991980 0.000000 0.126396 0.447822 0.447822 0.447822 +5221.508789 0.000000 636.716431 0.000000 0.998004 0.000000 0.063155 0.476246 0.476246 0.476246 +5211.529297 0.000000 652.014038 0.000000 0.978625 0.000000 -0.205654 0.497319 0.497319 0.497319 +5211.159668 0.000000 675.456665 0.000000 0.974317 0.000000 0.225179 0.490480 0.490480 0.490480 +5186.773438 0.000000 627.369568 0.000000 0.997856 0.000000 0.065454 0.521084 0.521084 0.521084 +5187.510254 0.000000 628.602173 0.000000 0.998331 0.000000 -0.057745 0.527781 0.527781 0.527781 +5311.814453 0.000000 583.288452 0.000000 0.992229 0.000000 0.124422 0.398268 0.398268 0.398268 +5288.114258 0.000000 567.399109 0.000000 0.999235 0.000000 0.039115 0.552950 0.552950 0.552950 +5348.620605 0.000000 611.552246 0.000000 0.999856 0.000000 0.016957 0.399774 0.399774 0.399774 +5337.661133 0.000000 567.909973 0.000000 0.985672 0.000000 -0.168671 0.402293 0.402293 0.402293 +5332.094727 0.000000 580.244629 0.000000 0.968964 0.000000 -0.247200 0.403405 0.403405 0.403405 +5320.614258 0.000000 578.372620 0.000000 0.967288 0.000000 0.253681 0.396504 0.396504 0.396504 +5325.487793 0.000000 574.860413 0.000000 0.999074 0.000000 -0.043022 0.409449 0.409449 0.409449 +5343.330566 0.000000 597.264832 0.000000 0.998377 0.000000 0.056949 0.413856 0.413856 0.413856 +5321.322266 0.000000 583.811401 0.000000 0.960941 0.000000 0.276754 0.400891 0.400891 0.400891 +5329.219727 0.000000 576.302490 0.000000 0.985789 0.000000 -0.167989 0.427130 0.427130 0.427130 +5341.096680 0.000000 565.239929 0.000000 0.981724 0.000000 0.190312 0.433157 0.433157 0.433157 +5321.693359 0.000000 573.906494 0.000000 0.993560 0.000000 -0.113304 0.434173 0.434173 0.434173 +5349.379395 0.000000 601.730408 0.000000 0.993750 0.000000 -0.111625 0.457849 0.457849 0.457849 +5345.519531 0.000000 572.704712 0.000000 0.984875 0.000000 -0.173269 0.454977 0.454977 0.454977 +5325.188965 0.000000 573.098389 0.000000 0.992075 0.000000 -0.125650 0.446234 0.446234 0.446234 +5312.233887 0.000000 578.286987 0.000000 0.954067 0.000000 0.299593 0.448612 0.448612 0.448612 +5324.241699 0.000000 567.108582 0.000000 0.953686 0.000000 0.300806 0.462029 0.462029 0.462029 +5334.338379 0.000000 577.826233 0.000000 0.999953 0.000000 -0.009742 0.473713 0.473713 0.473713 +5328.278320 0.000000 585.563049 0.000000 0.999244 0.000000 0.038870 0.455199 0.455199 0.455199 +5329.817871 0.000000 584.004822 0.000000 0.977801 0.000000 -0.209537 0.459594 0.459594 0.459594 +5332.841797 0.000000 599.409851 0.000000 0.989694 0.000000 -0.143199 0.472270 0.472270 0.472270 +5320.161133 0.000000 576.965149 0.000000 0.999833 0.000000 -0.018252 0.466019 0.466019 0.466019 +5284.620605 0.000000 668.036621 0.000000 0.999997 0.000000 -0.002243 0.400030 0.400030 0.400030 +5305.384766 0.000000 677.579895 0.000000 0.997672 0.000000 -0.068198 0.400941 0.400941 0.400941 +5287.591309 0.000000 663.164185 0.000000 0.958510 0.000000 -0.285060 0.403940 0.403940 0.403940 +5297.262695 0.000000 675.889221 0.000000 0.999958 0.000000 -0.009149 0.403071 0.403071 0.403071 +5290.281250 0.000000 663.539856 0.000000 0.999817 0.000000 -0.019146 0.420881 0.420881 0.420881 +5298.216309 0.000000 665.872925 0.000000 0.997976 0.000000 -0.063597 0.413686 0.413686 0.413686 +5270.604004 0.000000 659.857788 0.000000 0.991708 0.000000 -0.128511 0.432441 0.432441 0.432441 +5270.292480 0.000000 652.748718 0.000000 0.965590 0.000000 0.260069 0.493595 0.493595 0.493595 +5272.351074 0.000000 673.458496 0.000000 0.985070 0.000000 -0.172157 0.498616 0.498616 0.498616 +5299.609375 0.000000 651.494385 0.000000 0.973174 0.000000 0.230072 0.600074 0.600074 0.600074 +5295.705078 0.000000 652.611938 0.000000 0.999424 0.000000 0.033942 0.537435 0.537435 0.537435 +5273.064941 0.000000 671.966797 0.000000 0.996816 0.000000 0.079735 0.544147 0.544147 0.544147 +5298.077148 0.000000 650.103821 0.000000 0.957632 0.000000 -0.287994 0.615405 0.615405 0.615405 +5376.371582 0.000000 569.928589 0.000000 0.993991 0.000000 0.109460 0.432542 0.432542 0.432542 +5390.777344 0.000000 585.095886 0.000000 0.984228 0.000000 -0.176905 0.453057 0.453057 0.453057 +5394.461914 0.000000 581.424438 0.000000 0.988376 0.000000 -0.152032 0.456585 0.456585 0.456585 +5378.209961 0.000000 575.618591 0.000000 0.987074 0.000000 -0.160262 0.474572 0.474572 0.474572 +5222.346680 0.000000 732.070190 0.000000 0.998792 0.000000 -0.049136 0.400655 0.400655 0.400655 +5212.380371 0.000000 732.662842 0.000000 0.988733 0.000000 -0.149689 0.402041 0.402041 0.402041 +5218.934570 0.000000 681.381714 0.000000 0.988529 0.000000 -0.151031 0.432803 0.432803 0.432803 +5237.101074 0.000000 723.138000 0.000000 0.982880 0.000000 0.184246 0.421633 0.421633 0.421633 +5224.567383 0.000000 712.495789 0.000000 0.953473 0.000000 -0.301478 0.425267 0.425267 0.425267 +5246.038574 0.000000 701.795715 0.000000 0.962631 0.000000 0.270816 0.458757 0.458757 0.458757 +5197.021484 0.000000 710.441528 0.000000 0.999991 0.000000 0.004163 0.449928 0.449928 0.449928 +5230.203125 0.000000 701.333862 0.000000 0.999622 0.000000 0.027482 0.482798 0.482798 0.482798 +5238.280273 0.000000 724.391846 0.000000 0.999395 0.000000 -0.034782 0.480080 0.480080 0.480080 +5240.412109 0.000000 732.858582 0.000000 0.989317 0.000000 0.145780 0.484363 0.484363 0.484363 +5224.728027 0.000000 720.626160 0.000000 0.963532 0.000000 -0.267592 0.474626 0.474626 0.474626 +5229.470215 0.000000 725.096802 0.000000 0.992608 0.000000 -0.121366 0.471862 0.471862 0.471862 +5203.337891 0.000000 677.971313 0.000000 0.989383 0.000000 0.145332 0.478551 0.478551 0.478551 +5224.074707 0.000000 710.145447 0.000000 0.996638 0.000000 0.081931 0.479786 0.479786 0.479786 +5207.035156 0.000000 688.249634 0.000000 0.999921 0.000000 -0.012588 0.499279 0.499279 0.499279 +5204.314941 0.000000 704.718079 0.000000 0.966615 0.000000 -0.256234 0.488383 0.488383 0.488383 +5208.470703 0.000000 700.560486 0.000000 0.989942 0.000000 -0.141474 0.492042 0.492042 0.492042 +5209.036621 0.000000 702.747437 0.000000 0.999081 0.000000 0.042851 0.494227 0.494227 0.494227 +5208.631836 0.000000 688.425354 0.000000 0.998362 0.000000 0.057207 0.515412 0.515412 0.515412 +5205.230957 0.000000 716.324951 0.000000 0.982986 0.000000 0.183683 0.518416 0.518416 0.518416 +5210.696777 0.000000 697.558594 0.000000 0.964062 0.000000 0.265676 0.514612 0.514612 0.514612 +5207.285645 0.000000 717.523010 0.000000 0.996287 0.000000 -0.086100 0.530399 0.530399 0.530399 +5216.387695 0.000000 687.106018 0.000000 0.982388 0.000000 -0.186850 0.550627 0.550627 0.550627 +5232.896973 0.000000 725.422974 0.000000 0.968666 0.000000 -0.248366 0.506191 0.506191 0.506191 +5236.887695 0.000000 701.399597 0.000000 0.999841 0.000000 0.017821 0.588722 0.588722 0.588722 +5224.696289 0.000000 688.060059 0.000000 0.999738 0.000000 0.022911 0.537695 0.537695 0.537695 +5244.871582 0.000000 707.007324 0.000000 0.989588 0.000000 0.143932 0.579400 0.579400 0.579400 +5242.650879 0.000000 688.990479 0.000000 0.980428 0.000000 -0.196878 0.596704 0.596704 0.596704 +5228.773926 0.000000 713.735596 0.000000 0.999330 0.000000 -0.036591 0.576463 0.576463 0.576463 +5222.214844 0.000000 690.442322 0.000000 0.981878 0.000000 -0.189516 0.682259 0.682259 0.682259 +5215.979004 0.000000 706.880432 0.000000 0.983925 0.000000 -0.178583 0.562357 0.562357 0.562357 +5234.122070 0.000000 694.865417 0.000000 0.999021 0.000000 -0.044230 0.665247 0.665247 0.665247 +5242.104004 0.000000 689.866699 0.000000 0.955702 0.000000 0.294334 0.582843 0.582843 0.582843 +5241.683594 0.000000 697.721680 0.000000 0.968126 0.000000 0.250464 0.660763 0.660763 0.660763 +5211.120117 0.000000 736.245544 0.000000 0.974509 0.000000 0.224348 0.422929 0.422929 0.422929 +5238.041992 0.000000 734.339172 0.000000 0.977840 0.000000 -0.209351 0.519300 0.519300 0.519300 +5280.594727 0.000000 697.450928 0.000000 0.999854 0.000000 -0.017099 0.465998 0.465998 0.465998 +5263.974609 0.000000 711.372375 0.000000 0.974399 0.000000 -0.224824 0.455888 0.455888 0.455888 +5293.641602 0.000000 694.169495 0.000000 0.962965 0.000000 0.269627 0.458779 0.458779 0.458779 +5266.930176 0.000000 701.675171 0.000000 0.990634 0.000000 0.136544 0.461244 0.461244 0.461244 +5276.834961 0.000000 686.488281 0.000000 0.996093 0.000000 0.088309 0.561461 0.561461 0.561461 +5274.768555 0.000000 692.744812 0.000000 0.976735 0.000000 -0.214450 0.585227 0.585227 0.585227 +5280.724121 0.000000 700.228821 0.000000 0.975205 0.000000 -0.221305 0.591408 0.591408 0.591408 +5276.225586 0.000000 705.442444 0.000000 0.997760 0.000000 -0.066897 0.610793 0.610793 0.610793 +5272.183105 0.000000 699.500000 0.000000 0.960722 0.000000 -0.277512 0.661321 0.661321 0.661321 +5268.380859 0.000000 699.615601 0.000000 0.985677 0.000000 -0.168645 0.637690 0.637690 0.637690 6381.871094 0.000000 2139.805176 0.000000 0.978253 0.000000 -0.207416 0.583038 0.583038 0.583038 6375.595215 0.000000 2133.019775 0.000000 0.999288 0.000000 0.037741 0.642888 0.642888 0.642888 6356.295898 0.000000 2155.136230 0.000000 0.999837 0.000000 -0.018070 0.700737 0.700737 0.700737 @@ -1046,7 +2747,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_004_mesh" - count=288 + count=885 transform="1272.732300 0.000000 2533.869629 0.000000 0.729769 0.000000 -0.683694 0.649783 0.649783 0.649783 1271.533936 0.000000 2539.268066 0.000000 0.764297 0.000000 -0.644864 0.565108 0.565108 0.565108 1272.008301 0.000000 2527.561768 0.000000 0.885723 0.000000 -0.464215 0.614851 0.614851 0.614851 @@ -1335,6 +3036,603 @@ object={ 2190.511963 0.000000 2834.853271 0.000000 0.636531 0.000000 -0.771251 0.544348 0.544348 0.544348 2182.916748 0.000000 2826.642578 0.000000 0.860460 0.000000 -0.509519 0.565148 0.565148 0.565148 2539.551025 0.000000 2817.441650 0.000000 0.908685 0.000000 -0.417483 0.576786 0.576786 0.576786 +4334.671387 0.000000 159.423233 0.000000 0.614040 0.000000 -0.789275 0.426196 0.426196 0.426196 +4334.880859 0.000000 163.504349 0.000000 0.889529 0.000000 -0.456879 0.417743 0.417743 0.417743 +4341.789062 0.000000 156.412506 0.000000 0.905076 0.000000 -0.425249 0.415212 0.415212 0.415212 +4333.747070 0.000000 161.660309 0.000000 0.884861 0.000000 -0.465856 0.417891 0.417891 0.417891 +4341.007812 0.000000 154.119141 0.000000 0.848267 0.000000 -0.529568 0.420998 0.420998 0.420998 +4325.098633 0.000000 212.324127 0.000000 0.889554 0.000000 -0.456830 0.406254 0.406254 0.406254 +4321.641602 0.000000 187.531708 0.000000 0.783121 0.000000 -0.621869 0.409349 0.409349 0.409349 +4316.944336 0.000000 205.320496 0.000000 0.890659 0.000000 -0.454671 0.407619 0.407619 0.407619 +4319.888672 0.000000 190.997375 0.000000 0.602921 0.000000 -0.797801 0.426403 0.426403 0.426403 +4316.979980 0.000000 184.732269 0.000000 0.811509 0.000000 -0.584340 0.428085 0.428085 0.428085 +4355.913086 0.000000 180.389664 0.000000 0.787253 0.000000 -0.616630 0.409124 0.409124 0.409124 +4354.199219 0.000000 176.565414 0.000000 0.782544 0.000000 -0.622596 0.418598 0.418598 0.418598 +4498.230469 0.000000 151.004288 0.000000 0.789050 0.000000 -0.614329 0.408885 0.408885 0.408885 +4521.128906 0.000000 133.834412 0.000000 0.884274 0.000000 -0.466968 0.406696 0.406696 0.406696 +4536.742188 0.000000 142.862625 0.000000 0.950177 0.000000 -0.311711 0.407437 0.407437 0.407437 +4523.596680 0.000000 161.510254 0.000000 0.917504 0.000000 -0.397725 0.405698 0.405698 0.405698 +4516.682129 0.000000 136.758118 0.000000 0.943547 0.000000 -0.331238 0.427749 0.427749 0.427749 +4519.167969 0.000000 161.438721 0.000000 0.921085 0.000000 -0.389362 0.414640 0.414640 0.414640 +4501.101562 0.000000 159.419800 0.000000 0.874734 0.000000 -0.484603 0.444512 0.444512 0.444512 +4508.720215 0.000000 153.477875 0.000000 0.917919 0.000000 -0.396768 0.444931 0.444931 0.444931 +4509.418457 0.000000 162.966263 0.000000 0.690794 0.000000 -0.723051 0.451499 0.451499 0.451499 +4514.087402 0.000000 138.023956 0.000000 0.892081 0.000000 -0.451876 0.445930 0.445930 0.445930 +4517.294434 0.000000 157.924881 0.000000 0.753024 0.000000 -0.657993 0.439761 0.439761 0.439761 +4499.343262 0.000000 164.569885 0.000000 0.873912 0.000000 -0.486085 0.452644 0.452644 0.452644 +4513.478516 0.000000 142.990265 0.000000 0.664156 0.000000 -0.747594 0.462444 0.462444 0.462444 +4580.550293 0.000000 143.762772 0.000000 0.901632 0.000000 -0.432504 0.409285 0.409285 0.409285 +4542.624512 0.000000 178.273254 0.000000 0.833731 0.000000 -0.552170 0.407711 0.407711 0.407711 +4497.288086 0.000000 174.534393 0.000000 0.942059 0.000000 -0.335447 0.453874 0.453874 0.453874 +4499.350098 0.000000 171.806992 0.000000 0.833866 0.000000 -0.551967 0.482480 0.482480 0.482480 +4349.507812 0.000000 332.198669 0.000000 0.805308 0.000000 -0.592856 0.408397 0.408397 0.408397 +4345.007324 0.000000 328.082397 0.000000 0.729553 0.000000 -0.683924 0.444425 0.444425 0.444425 +4335.350098 0.000000 337.164917 0.000000 0.829556 0.000000 -0.558424 0.445922 0.445922 0.445922 +4341.449707 0.000000 332.313385 0.000000 0.701884 0.000000 -0.712291 0.449183 0.449183 0.449183 +4340.072754 0.000000 330.925049 0.000000 0.882066 0.000000 -0.471125 0.444263 0.444263 0.444263 +4341.188965 0.000000 336.834595 0.000000 0.929917 0.000000 -0.367769 0.442407 0.442407 0.442407 +4330.601562 0.000000 334.270447 0.000000 0.683587 0.000000 -0.729869 0.503427 0.503427 0.503427 +4328.703613 0.000000 337.290344 0.000000 0.628153 0.000000 -0.778090 0.542498 0.542498 0.542498 +4312.231445 0.000000 340.584564 0.000000 0.899293 0.000000 -0.437346 0.589556 0.589556 0.589556 +4315.442383 0.000000 347.329071 0.000000 0.914934 0.000000 -0.403603 0.714716 0.714716 0.714716 +4323.792969 0.000000 339.882782 0.000000 0.625731 0.000000 -0.780039 0.569830 0.569830 0.569830 +4315.824219 0.000000 351.767761 0.000000 0.861260 0.000000 -0.508164 0.690292 0.690292 0.690292 +4318.228516 0.000000 338.917877 0.000000 0.893099 0.000000 -0.449861 0.692054 0.692054 0.692054 +4315.200684 0.000000 349.536316 0.000000 0.844952 0.000000 -0.534842 0.721894 0.721894 0.721894 +4341.139160 0.000000 378.901276 0.000000 0.644162 0.000000 -0.764889 0.632328 0.632328 0.632328 +4317.897949 0.000000 339.931610 0.000000 0.882338 0.000000 -0.470616 0.678522 0.678522 0.678522 +4315.759277 0.000000 341.628387 0.000000 0.810620 0.000000 -0.585573 0.679008 0.679008 0.679008 +4317.530273 0.000000 422.682983 0.000000 0.906139 0.000000 -0.422980 0.405822 0.405822 0.405822 +4329.656250 0.000000 435.500397 0.000000 0.825750 0.000000 -0.564037 0.408049 0.408049 0.408049 +4316.947754 0.000000 425.462463 0.000000 0.937724 0.000000 -0.347382 0.404871 0.404871 0.404871 +4348.271484 0.000000 403.903931 0.000000 0.732840 0.000000 -0.680401 0.432021 0.432021 0.432021 +4347.590332 0.000000 398.543152 0.000000 0.758040 0.000000 -0.652208 0.654730 0.654730 0.654730 +4336.351074 0.000000 404.299469 0.000000 0.693722 0.000000 -0.720243 0.586412 0.586412 0.586412 +4349.039062 0.000000 413.731781 0.000000 0.926355 0.000000 -0.376653 0.597899 0.597899 0.597899 +4344.930664 0.000000 407.790802 0.000000 0.787623 0.000000 -0.616158 0.549766 0.549766 0.549766 +4341.144531 0.000000 404.711578 0.000000 0.824451 0.000000 -0.565934 0.542161 0.542161 0.542161 +4336.795410 0.000000 405.415619 0.000000 0.631396 0.000000 -0.775461 0.588559 0.588559 0.588559 +4350.358398 0.000000 402.262390 0.000000 0.740002 0.000000 -0.672605 0.628434 0.628434 0.628434 +4338.345703 0.000000 408.506287 0.000000 0.707240 0.000000 -0.706974 0.629823 0.629823 0.629823 +4463.917480 0.000000 262.719543 0.000000 0.897996 0.000000 -0.440005 0.406097 0.406097 0.406097 +4458.288574 0.000000 249.085297 0.000000 0.913122 0.000000 -0.407687 0.405619 0.405619 0.405619 +4521.260742 0.000000 270.159698 0.000000 0.942345 0.000000 -0.334643 0.404413 0.404413 0.404413 +4507.595215 0.000000 276.461243 0.000000 0.907628 0.000000 -0.419775 0.405818 0.405818 0.405818 +4492.375000 0.000000 280.605347 0.000000 0.685338 0.000000 -0.728225 0.411364 0.411364 0.411364 +4494.650879 0.000000 276.278320 0.000000 0.815956 0.000000 -0.578114 0.408526 0.408526 0.408526 +4503.339844 0.000000 258.345001 0.000000 0.882453 0.000000 -0.470401 0.406798 0.406798 0.406798 +4551.979980 0.000000 268.072784 0.000000 0.619819 0.000000 -0.784745 0.411623 0.411623 0.411623 +4516.575195 0.000000 284.810883 0.000000 0.728896 0.000000 -0.684624 0.410354 0.410354 0.410354 +4513.491699 0.000000 288.317139 0.000000 0.835243 0.000000 -0.549881 0.408111 0.408111 0.408111 +4378.709961 0.000000 375.946198 0.000000 0.871879 0.000000 -0.489721 0.406695 0.406695 0.406695 +4358.507812 0.000000 390.997375 0.000000 0.785913 0.000000 -0.618337 0.409054 0.409054 0.409054 +4372.821777 0.000000 370.017212 0.000000 0.791120 0.000000 -0.611661 0.434729 0.434729 0.434729 +4367.799805 0.000000 381.970093 0.000000 0.733271 0.000000 -0.679936 0.448449 0.448449 0.448449 +4353.726074 0.000000 381.810730 0.000000 0.753123 0.000000 -0.657879 0.447966 0.447966 0.447966 +4394.442383 0.000000 366.957062 0.000000 0.947624 0.000000 -0.319389 0.439566 0.439566 0.439566 +4422.507812 0.000000 390.997375 0.000000 0.631483 0.000000 -0.775390 0.411918 0.411918 0.411918 +4405.005371 0.000000 447.585846 0.000000 0.904612 0.000000 -0.426235 0.417242 0.417242 0.417242 +4398.203125 0.000000 418.912018 0.000000 0.606378 0.000000 -0.795177 0.474130 0.474130 0.474130 +4402.249023 0.000000 445.070679 0.000000 0.932932 0.000000 -0.360051 0.567102 0.567102 0.567102 +4409.981445 0.000000 401.018188 0.000000 0.763481 0.000000 -0.645830 0.575493 0.575493 0.575493 +4408.005371 0.000000 401.497864 0.000000 0.610671 0.000000 -0.791885 0.580816 0.580816 0.580816 +4397.140625 0.000000 415.003143 0.000000 0.746955 0.000000 -0.664875 0.578202 0.578202 0.578202 +4405.339355 0.000000 403.711151 0.000000 0.617817 0.000000 -0.786322 0.610085 0.610085 0.610085 +4453.463867 0.000000 402.995972 0.000000 0.656950 0.000000 -0.753934 0.411897 0.411897 0.411897 +4434.498535 0.000000 399.208618 0.000000 0.614484 0.000000 -0.788929 0.415835 0.415835 0.415835 +4447.328613 0.000000 445.712524 0.000000 0.904425 0.000000 -0.426633 0.406118 0.406118 0.406118 +4476.771484 0.000000 432.474731 0.000000 0.856970 0.000000 -0.515366 0.447121 0.447121 0.447121 +4419.154785 0.000000 416.142548 0.000000 0.841364 0.000000 -0.540469 0.640032 0.640032 0.640032 +4543.163574 0.000000 428.065186 0.000000 0.738624 0.000000 -0.674118 0.419583 0.419583 0.419583 +4697.505859 0.000000 223.224823 0.000000 0.593827 0.000000 -0.804593 0.412231 0.412231 0.412231 +4691.443848 0.000000 219.372894 0.000000 0.823491 0.000000 -0.567329 0.408374 0.408374 0.408374 +4797.611816 0.000000 208.212799 0.000000 0.794252 0.000000 -0.607588 0.408771 0.408771 0.408771 +4775.299805 0.000000 215.832565 0.000000 0.611174 0.000000 -0.791496 0.412403 0.412403 0.412403 +4798.390625 0.000000 225.213669 0.000000 0.938171 0.000000 -0.346173 0.404907 0.404907 0.404907 +4799.814453 0.000000 187.897797 0.000000 0.716860 0.000000 -0.697217 0.415937 0.415937 0.415937 +4782.782227 0.000000 211.517273 0.000000 0.860640 0.000000 -0.509213 0.410519 0.410519 0.410519 +4772.682129 0.000000 193.242493 0.000000 0.752136 0.000000 -0.659009 0.415193 0.415193 0.415193 +4793.814453 0.000000 188.295563 0.000000 0.793609 0.000000 -0.608429 0.455105 0.455105 0.455105 +4801.118652 0.000000 214.183228 0.000000 0.865081 0.000000 -0.501633 0.408371 0.408371 0.408371 +4832.330078 0.000000 223.750580 0.000000 0.724808 0.000000 -0.688951 0.411670 0.411670 0.411670 +4843.596680 0.000000 217.994629 0.000000 0.737537 0.000000 -0.675307 0.410328 0.410328 0.410328 +4845.465820 0.000000 213.749084 0.000000 0.800232 0.000000 -0.599691 0.416139 0.416139 0.416139 +4842.281250 0.000000 211.664856 0.000000 0.595801 0.000000 -0.803132 0.420313 0.420313 0.420313 +4899.765137 0.000000 195.300369 0.000000 0.928990 0.000000 -0.370104 0.404903 0.404903 0.404903 +4886.077637 0.000000 186.627777 0.000000 0.922118 0.000000 -0.386908 0.405495 0.405495 0.405495 +4872.173828 0.000000 191.719437 0.000000 0.851003 0.000000 -0.525161 0.407730 0.407730 0.407730 +4883.362793 0.000000 197.440964 0.000000 0.776136 0.000000 -0.630566 0.409539 0.409539 0.409539 +4892.838379 0.000000 194.520508 0.000000 0.716888 0.000000 -0.697188 0.410786 0.410786 0.410786 +4705.947754 0.000000 331.895386 0.000000 0.857635 0.000000 -0.514259 0.407147 0.407147 0.407147 +4710.346680 0.000000 336.679565 0.000000 0.703176 0.000000 -0.711016 0.410624 0.410624 0.410624 +4681.866211 0.000000 321.494202 0.000000 0.725690 0.000000 -0.688022 0.410115 0.410115 0.410115 +4679.440918 0.000000 332.829010 0.000000 0.744048 0.000000 -0.668126 0.444081 0.444081 0.444081 +4686.389648 0.000000 320.206299 0.000000 0.860727 0.000000 -0.509067 0.451059 0.451059 0.451059 +4689.862305 0.000000 318.749329 0.000000 0.898921 0.000000 -0.438110 0.455775 0.455775 0.455775 +4683.256348 0.000000 335.455231 0.000000 0.908267 0.000000 -0.418392 0.459437 0.459437 0.459437 +4793.460938 0.000000 226.040771 0.000000 0.935357 0.000000 -0.353704 0.404946 0.404946 0.404946 +4783.339355 0.000000 226.183502 0.000000 0.785166 0.000000 -0.619285 0.409303 0.409303 0.409303 +4796.727539 0.000000 228.431976 0.000000 0.946667 0.000000 -0.322214 0.409595 0.409595 0.409595 +4819.007324 0.000000 244.015854 0.000000 0.751335 0.000000 -0.659921 0.409392 0.409392 0.409392 +4851.016113 0.000000 246.788635 0.000000 0.699976 0.000000 -0.714167 0.410763 0.410763 0.410763 +4816.939453 0.000000 241.866165 0.000000 0.687635 0.000000 -0.726056 0.411036 0.411036 0.411036 +4829.958984 0.000000 236.137817 0.000000 0.855780 0.000000 -0.517340 0.407493 0.407493 0.407493 +4823.408203 0.000000 237.775696 0.000000 0.773393 0.000000 -0.633927 0.409394 0.409394 0.409394 +4847.645996 0.000000 233.635498 0.000000 0.631349 0.000000 -0.775499 0.412408 0.412408 0.412408 +4859.815430 0.000000 244.657303 0.000000 0.919599 0.000000 -0.392857 0.414696 0.414696 0.414696 +4799.976562 0.000000 333.037262 0.000000 0.908856 0.000000 -0.417111 0.405929 0.405929 0.405929 +4717.943359 0.000000 341.261169 0.000000 0.711362 0.000000 -0.702825 0.410118 0.410118 0.410118 +4733.212891 0.000000 364.298035 0.000000 0.643017 0.000000 -0.765852 0.411325 0.411325 0.411325 +4713.322754 0.000000 387.181885 0.000000 0.950367 0.000000 -0.311130 0.404170 0.404170 0.404170 +4719.663086 0.000000 348.918152 0.000000 0.618444 0.000000 -0.785829 0.412052 0.412052 0.412052 +4672.090332 0.000000 342.201843 0.000000 0.924101 0.000000 -0.382149 0.405443 0.405443 0.405443 +4679.408691 0.000000 356.743774 0.000000 0.862228 0.000000 -0.506521 0.407373 0.407373 0.407373 +4686.389160 0.000000 372.290955 0.000000 0.659169 0.000000 -0.751995 0.411771 0.411771 0.411771 +4700.928223 0.000000 356.786346 0.000000 0.737269 0.000000 -0.675600 0.415512 0.415512 0.415512 +4734.390625 0.000000 394.666809 0.000000 0.779767 0.000000 -0.626070 0.409424 0.409424 0.409424 +4727.044922 0.000000 377.994568 0.000000 0.923562 0.000000 -0.383448 0.405462 0.405462 0.405462 +4724.706543 0.000000 395.221588 0.000000 0.856961 0.000000 -0.515381 0.408596 0.408596 0.408596 +4685.487793 0.000000 348.922943 0.000000 0.850393 0.000000 -0.526148 0.408773 0.408773 0.408773 +4708.144531 0.000000 387.867676 0.000000 0.717819 0.000000 -0.696230 0.411812 0.411812 0.411812 +4681.322266 0.000000 357.873871 0.000000 0.783192 0.000000 -0.621779 0.420625 0.420625 0.420625 +4717.836426 0.000000 391.539032 0.000000 0.810247 0.000000 -0.586089 0.419968 0.419968 0.419968 +4702.725586 0.000000 342.498840 0.000000 0.891560 0.000000 -0.452902 0.433827 0.433827 0.433827 +4708.560547 0.000000 352.962036 0.000000 0.666227 0.000000 -0.745749 0.445844 0.445844 0.445844 +4715.722656 0.000000 394.229492 0.000000 0.910444 0.000000 -0.413632 0.443218 0.443218 0.443218 +4678.054199 0.000000 340.504883 0.000000 0.718947 0.000000 -0.695065 0.463210 0.463210 0.463210 +4706.937012 0.000000 340.690979 0.000000 0.950702 0.000000 -0.310105 0.439408 0.439408 0.439408 +4686.749512 0.000000 338.937317 0.000000 0.795995 0.000000 -0.605304 0.450949 0.450949 0.450949 +4713.967773 0.000000 425.208557 0.000000 0.907501 0.000000 -0.420050 0.405887 0.405887 0.405887 +4705.412109 0.000000 410.347748 0.000000 0.849069 0.000000 -0.528281 0.407698 0.407698 0.407698 +4734.948242 0.000000 397.544739 0.000000 0.736538 0.000000 -0.676396 0.413478 0.413478 0.413478 +4711.465820 0.000000 405.276337 0.000000 0.659674 0.000000 -0.751552 0.419129 0.419129 0.419129 +4731.529785 0.000000 396.037628 0.000000 0.683635 0.000000 -0.729824 0.441338 0.441338 0.441338 +4722.709961 0.000000 409.480469 0.000000 0.789151 0.000000 -0.614199 0.436822 0.436822 0.436822 +4716.016602 0.000000 397.139252 0.000000 0.938662 0.000000 -0.344839 0.446019 0.446019 0.446019 +4722.999023 0.000000 402.733429 0.000000 0.888034 0.000000 -0.459779 0.448098 0.448098 0.448098 +4709.372070 0.000000 399.455170 0.000000 0.784773 0.000000 -0.619783 0.449206 0.449206 0.449206 +4713.963379 0.000000 402.919952 0.000000 0.708039 0.000000 -0.706174 0.446981 0.446981 0.446981 +4708.990723 0.000000 396.076233 0.000000 0.619048 0.000000 -0.785353 0.457213 0.457213 0.457213 +4696.512695 0.000000 403.123535 0.000000 0.824444 0.000000 -0.565944 0.450146 0.450146 0.450146 +4787.863281 0.000000 363.278992 0.000000 0.813091 0.000000 -0.582137 0.408315 0.408315 0.408315 +4751.870117 0.000000 375.729126 0.000000 0.773746 0.000000 -0.633496 0.410630 0.410630 0.410630 +4777.676758 0.000000 413.457611 0.000000 0.814367 0.000000 -0.580351 0.408347 0.408347 0.408347 +4779.095215 0.000000 409.709259 0.000000 0.721948 0.000000 -0.691947 0.417885 0.417885 0.417885 +4802.944824 0.000000 412.786560 0.000000 0.661723 0.000000 -0.749748 0.411767 0.411767 0.411767 +4819.350098 0.000000 397.744476 0.000000 0.639862 0.000000 -0.768490 0.456766 0.456766 0.456766 +4897.365723 0.000000 236.112335 0.000000 0.831652 0.000000 -0.555298 0.408201 0.408201 0.408201 +4984.630371 0.000000 392.361267 0.000000 0.912634 0.000000 -0.408778 0.414948 0.414948 0.414948 +4983.848633 0.000000 395.453735 0.000000 0.910372 0.000000 -0.413791 0.473473 0.473473 0.473473 +4979.663574 0.000000 396.559052 0.000000 0.708949 0.000000 -0.705260 0.477908 0.477908 0.477908 +5043.402344 0.000000 392.873505 0.000000 0.761949 0.000000 -0.647637 0.409392 0.409392 0.409392 +5039.917480 0.000000 375.688293 0.000000 0.934143 0.000000 -0.356898 0.404865 0.404865 0.404865 +5010.230469 0.000000 376.941772 0.000000 0.770498 0.000000 -0.637442 0.409214 0.409214 0.409214 +5006.604980 0.000000 386.483215 0.000000 0.833589 0.000000 -0.552385 0.407948 0.407948 0.407948 +5017.618652 0.000000 390.583496 0.000000 0.861889 0.000000 -0.507097 0.432767 0.432767 0.432767 +5045.188965 0.000000 393.318970 0.000000 0.740258 0.000000 -0.672323 0.464732 0.464732 0.464732 +5006.057129 0.000000 390.742126 0.000000 0.880502 0.000000 -0.474043 0.482813 0.482813 0.482813 +5119.976562 0.000000 389.521637 0.000000 0.855605 0.000000 -0.517630 0.407525 0.407525 0.407525 +5109.633789 0.000000 375.963470 0.000000 0.802049 0.000000 -0.597259 0.409983 0.409983 0.409983 +5103.085449 0.000000 377.734406 0.000000 0.865697 0.000000 -0.500569 0.424547 0.424547 0.424547 +5098.678223 0.000000 377.081299 0.000000 0.685660 0.000000 -0.727922 0.435106 0.435106 0.435106 +5118.913574 0.000000 384.944763 0.000000 0.868850 0.000000 -0.495075 0.467019 0.467019 0.467019 +5100.409668 0.000000 364.934662 0.000000 0.639484 0.000000 -0.768804 0.517101 0.517101 0.517101 +5030.889160 0.000000 418.830261 0.000000 0.943943 0.000000 -0.330109 0.404451 0.404451 0.404451 +5027.689941 0.000000 446.992279 0.000000 0.893812 0.000000 -0.448441 0.406455 0.406455 0.406455 +5037.585449 0.000000 405.823730 0.000000 0.676774 0.000000 -0.736191 0.439421 0.439421 0.439421 +5044.316895 0.000000 424.516541 0.000000 0.682548 0.000000 -0.730841 0.441361 0.441361 0.441361 +5007.854980 0.000000 401.920349 0.000000 0.788728 0.000000 -0.614743 0.442965 0.442965 0.442965 +4995.095703 0.000000 410.840729 0.000000 0.946312 0.000000 -0.323254 0.443637 0.443637 0.443637 +5018.057129 0.000000 430.853790 0.000000 0.744401 0.000000 -0.667733 0.446126 0.446126 0.446126 +5002.583984 0.000000 421.614655 0.000000 0.891647 0.000000 -0.452731 0.470214 0.470214 0.470214 +4995.916016 0.000000 400.003662 0.000000 0.834149 0.000000 -0.551539 0.482470 0.482470 0.482470 +5044.241699 0.000000 407.125397 0.000000 0.682631 0.000000 -0.730763 0.511760 0.511760 0.511760 +5026.454102 0.000000 436.411865 0.000000 0.916688 0.000000 -0.399603 0.616852 0.616852 0.616852 +5080.077637 0.000000 404.787079 0.000000 0.850658 0.000000 -0.525720 0.408766 0.408766 0.408766 +5080.779785 0.000000 399.927216 0.000000 0.885689 0.000000 -0.464280 0.470448 0.470448 0.470448 +5076.433105 0.000000 412.405182 0.000000 0.867285 0.000000 -0.497812 0.467075 0.467075 0.467075 +5085.055664 0.000000 401.404419 0.000000 0.646533 0.000000 -0.762886 0.487761 0.487761 0.487761 +5081.036621 0.000000 420.325562 0.000000 0.664213 0.000000 -0.747543 0.506025 0.506025 0.506025 +4267.659668 0.000000 488.054626 0.000000 0.772292 0.000000 -0.635267 0.409521 0.409521 0.409521 +4287.814453 0.000000 470.319672 0.000000 0.919057 0.000000 -0.394124 0.405664 0.405664 0.405664 +4293.832520 0.000000 483.740692 0.000000 0.803955 0.000000 -0.594690 0.444603 0.444603 0.444603 +4386.932617 0.000000 505.951904 0.000000 0.615538 0.000000 -0.788107 0.411920 0.411920 0.411920 +4414.390625 0.000000 507.635559 0.000000 0.602046 0.000000 -0.798461 0.412928 0.412928 0.412928 +4429.506836 0.000000 487.689484 0.000000 0.740337 0.000000 -0.672236 0.409718 0.409718 0.409718 +4527.339355 0.000000 452.121002 0.000000 0.787573 0.000000 -0.616222 0.409183 0.409183 0.409183 +4656.587891 0.000000 472.128265 0.000000 0.747174 0.000000 -0.664628 0.410164 0.410164 0.410164 +4681.604492 0.000000 479.329407 0.000000 0.781101 0.000000 -0.624405 0.409091 0.409091 0.409091 +4686.604980 0.000000 499.451965 0.000000 0.609947 0.000000 -0.792442 0.412378 0.412378 0.412378 +4688.244141 0.000000 481.072815 0.000000 0.600726 0.000000 -0.799455 0.412720 0.412720 0.412720 +4692.436035 0.000000 494.146881 0.000000 0.603583 0.000000 -0.797300 0.412901 0.412901 0.412901 +4689.219727 0.000000 463.333710 0.000000 0.674848 0.000000 -0.737956 0.439462 0.439462 0.439462 +4991.423340 0.000000 455.350250 0.000000 0.892533 0.000000 -0.450982 0.496503 0.496503 0.496503 +4956.380371 0.000000 563.209717 0.000000 0.864384 0.000000 -0.502832 0.407129 0.407129 0.407129 +4948.436035 0.000000 550.631226 0.000000 0.683544 0.000000 -0.729910 0.411439 0.411439 0.411439 +4952.887695 0.000000 549.959595 0.000000 0.693096 0.000000 -0.720845 0.439070 0.439070 0.439070 +4946.979980 0.000000 548.373169 0.000000 0.740119 0.000000 -0.672476 0.438014 0.438014 0.438014 +4949.917480 0.000000 552.621643 0.000000 0.947469 0.000000 -0.319847 0.443578 0.443578 0.443578 +4955.849121 0.000000 534.964966 0.000000 0.880805 0.000000 -0.473478 0.444306 0.444306 0.444306 +4964.990723 0.000000 509.044983 0.000000 0.891811 0.000000 -0.452408 0.460092 0.460092 0.460092 +4938.663574 0.000000 562.944336 0.000000 0.754387 0.000000 -0.656430 0.454093 0.454093 0.454093 +4967.089844 0.000000 523.672485 0.000000 0.927082 0.000000 -0.374859 0.468675 0.468675 0.468675 +4943.974609 0.000000 541.919250 0.000000 0.809129 0.000000 -0.587631 0.487383 0.487383 0.487383 +4955.790527 0.000000 527.112915 0.000000 0.605037 0.000000 -0.796197 0.488754 0.488754 0.488754 +4985.198730 0.000000 535.094849 0.000000 0.621840 0.000000 -0.783144 0.490441 0.490441 0.490441 +4953.064941 0.000000 558.998047 0.000000 0.923245 0.000000 -0.384213 0.585972 0.585972 0.585972 +4999.620605 0.000000 458.104218 0.000000 0.948390 0.000000 -0.317107 0.459553 0.459553 0.459553 +5045.385254 0.000000 482.482269 0.000000 0.877747 0.000000 -0.479125 0.460615 0.460615 0.460615 +5009.267090 0.000000 482.508789 0.000000 0.787923 0.000000 -0.615773 0.483947 0.483947 0.483947 +5044.241699 0.000000 463.609772 0.000000 0.740949 0.000000 -0.671561 0.483247 0.483247 0.483247 +5039.221680 0.000000 492.577240 0.000000 0.905261 0.000000 -0.424855 0.493907 0.493907 0.493907 +5054.841797 0.000000 506.407257 0.000000 0.928209 0.000000 -0.372059 0.577534 0.577534 0.577534 +5036.416992 0.000000 496.878540 0.000000 0.874632 0.000000 -0.484788 0.595073 0.595073 0.595073 +5055.644043 0.000000 507.895508 0.000000 0.835265 0.000000 -0.549847 0.582745 0.582745 0.582745 +5099.095215 0.000000 466.193634 0.000000 0.918097 0.000000 -0.396355 0.408722 0.408722 0.408722 +5113.072754 0.000000 501.992096 0.000000 0.751926 0.000000 -0.659248 0.425438 0.425438 0.425438 +5062.997070 0.000000 492.131958 0.000000 0.907127 0.000000 -0.420857 0.415141 0.415141 0.415141 +5117.282227 0.000000 495.830200 0.000000 0.935805 0.000000 -0.352517 0.422082 0.422082 0.422082 +5108.916016 0.000000 459.238007 0.000000 0.928290 0.000000 -0.371857 0.458560 0.458560 0.458560 +5098.415039 0.000000 471.493164 0.000000 0.941399 0.000000 -0.337296 0.449897 0.449897 0.449897 +5060.140625 0.000000 493.442902 0.000000 0.722511 0.000000 -0.691360 0.467244 0.467244 0.467244 +5069.188965 0.000000 460.129669 0.000000 0.715132 0.000000 -0.698989 0.479814 0.479814 0.479814 +5073.288086 0.000000 456.956268 0.000000 0.832254 0.000000 -0.554395 0.480493 0.480493 0.480493 +5066.583984 0.000000 478.099030 0.000000 0.763360 0.000000 -0.645973 0.474395 0.474395 0.474395 +5116.027344 0.000000 496.757385 0.000000 0.775489 0.000000 -0.631362 0.496649 0.496649 0.496649 +5071.354980 0.000000 498.097076 0.000000 0.860024 0.000000 -0.510254 0.465298 0.465298 0.465298 +5104.663086 0.000000 470.530945 0.000000 0.830361 0.000000 -0.557226 0.472394 0.472394 0.472394 +5109.096191 0.000000 476.943481 0.000000 0.677878 0.000000 -0.735175 0.499429 0.499429 0.499429 +5032.974609 0.000000 519.880920 0.000000 0.891953 0.000000 -0.452128 0.406255 0.406255 0.406255 +4999.408691 0.000000 526.196899 0.000000 0.932028 0.000000 -0.362385 0.405110 0.405110 0.405110 +5053.125000 0.000000 560.838623 0.000000 0.691061 0.000000 -0.722796 0.411213 0.411213 0.411213 +4996.602051 0.000000 510.965179 0.000000 0.672429 0.000000 -0.740162 0.414761 0.414761 0.414761 +5028.144531 0.000000 557.320801 0.000000 0.694205 0.000000 -0.719778 0.418452 0.418452 0.418452 +5052.271484 0.000000 516.872681 0.000000 0.832350 0.000000 -0.554250 0.435665 0.435665 0.435665 +5033.963379 0.000000 515.888672 0.000000 0.599033 0.000000 -0.800724 0.455553 0.455553 0.455553 +5016.779785 0.000000 512.895935 0.000000 0.875512 0.000000 -0.483196 0.466778 0.466778 0.466778 +5023.972656 0.000000 532.740356 0.000000 0.949295 0.000000 -0.314386 0.457500 0.457500 0.457500 +5034.135254 0.000000 512.858826 0.000000 0.622032 0.000000 -0.782992 0.459227 0.459227 0.459227 +5043.824219 0.000000 552.693848 0.000000 0.913660 0.000000 -0.406479 0.459211 0.459211 0.459211 +5013.894043 0.000000 561.633179 0.000000 0.873679 0.000000 -0.486503 0.499331 0.499331 0.499331 +5016.631836 0.000000 518.972229 0.000000 0.772417 0.000000 -0.635116 0.507032 0.507032 0.507032 +5039.731934 0.000000 555.458130 0.000000 0.822691 0.000000 -0.568489 0.570987 0.570987 0.570987 +4993.515137 0.000000 537.544373 0.000000 0.793405 0.000000 -0.608694 0.619783 0.619783 0.619783 +5056.514160 0.000000 524.440247 0.000000 0.619547 0.000000 -0.784960 0.411853 0.411853 0.411853 +5066.072266 0.000000 564.531372 0.000000 0.872349 0.000000 -0.488883 0.406937 0.406937 0.406937 +5084.928223 0.000000 526.239441 0.000000 0.909746 0.000000 -0.415165 0.405985 0.405985 0.405985 +5083.966309 0.000000 517.972473 0.000000 0.794313 0.000000 -0.607508 0.432605 0.432605 0.432605 +5095.167969 0.000000 556.829346 0.000000 0.915450 0.000000 -0.402432 0.424904 0.424904 0.424904 +5101.537598 0.000000 548.749023 0.000000 0.613485 0.000000 -0.789707 0.434496 0.434496 0.434496 +5106.216309 0.000000 552.904175 0.000000 0.668502 0.000000 -0.743710 0.431336 0.431336 0.431336 +5070.368652 0.000000 564.212891 0.000000 0.691295 0.000000 -0.722573 0.437047 0.437047 0.437047 +5079.366211 0.000000 511.012085 0.000000 0.767721 0.000000 -0.640784 0.439404 0.439404 0.439404 +5080.204102 0.000000 552.886902 0.000000 0.874268 0.000000 -0.485443 0.466823 0.466823 0.466823 +5087.967773 0.000000 526.559082 0.000000 0.877239 0.000000 -0.480054 0.491061 0.491061 0.491061 +5085.055664 0.000000 514.373169 0.000000 0.946273 0.000000 -0.323369 0.471697 0.471697 0.471697 +5078.444824 0.000000 560.058167 0.000000 0.816680 0.000000 -0.577091 0.481003 0.481003 0.481003 +5083.133789 0.000000 511.889526 0.000000 0.705250 0.000000 -0.708958 0.506976 0.506976 0.506976 +5088.284180 0.000000 550.548096 0.000000 0.823681 0.000000 -0.567053 0.488950 0.488950 0.488950 +5091.030762 0.000000 532.253723 0.000000 0.764802 0.000000 -0.644266 0.490802 0.490802 0.490802 +4974.245605 0.000000 584.766296 0.000000 0.904845 0.000000 -0.425741 0.421263 0.421263 0.421263 +4988.312988 0.000000 588.598633 0.000000 0.708309 0.000000 -0.705902 0.455220 0.455220 0.455220 +4972.147461 0.000000 580.479126 0.000000 0.941672 0.000000 -0.336531 0.471951 0.471951 0.471951 +4987.962402 0.000000 603.792114 0.000000 0.642190 0.000000 -0.766545 0.510773 0.510773 0.510773 +4972.311035 0.000000 578.432983 0.000000 0.792381 0.000000 -0.610027 0.516658 0.516658 0.516658 +4974.744141 0.000000 590.497253 0.000000 0.877338 0.000000 -0.479873 0.509339 0.509339 0.509339 +5004.083496 0.000000 610.357605 0.000000 0.784676 0.000000 -0.619906 0.409081 0.409081 0.409081 +4998.936035 0.000000 568.419556 0.000000 0.598078 0.000000 -0.801438 0.453493 0.453493 0.453493 +5020.161133 0.000000 613.455872 0.000000 0.648191 0.000000 -0.761478 0.442087 0.442087 0.442087 +5000.564453 0.000000 616.574829 0.000000 0.771937 0.000000 -0.635699 0.470049 0.470049 0.470049 +5021.325684 0.000000 569.318726 0.000000 0.647468 0.000000 -0.762093 0.452456 0.452456 0.452456 +4996.140625 0.000000 606.411621 0.000000 0.859267 0.000000 -0.511528 0.477521 0.477521 0.477521 +5045.385254 0.000000 595.450989 0.000000 0.837908 0.000000 -0.545811 0.455852 0.455852 0.455852 +5029.366211 0.000000 616.543396 0.000000 0.694230 0.000000 -0.719754 0.490703 0.490703 0.490703 +5008.398438 0.000000 609.900208 0.000000 0.833613 0.000000 -0.552348 0.519266 0.519266 0.519266 +5030.782227 0.000000 592.853394 0.000000 0.864538 0.000000 -0.502568 0.505805 0.505805 0.505805 +5046.205566 0.000000 600.057007 0.000000 0.636451 0.000000 -0.771317 0.567395 0.567395 0.567395 +5038.371582 0.000000 589.468506 0.000000 0.921958 0.000000 -0.387289 0.602270 0.602270 0.602270 +5086.608887 0.000000 570.383423 0.000000 0.686358 0.000000 -0.727264 0.411019 0.411019 0.411019 +5065.795410 0.000000 564.868103 0.000000 0.615264 0.000000 -0.788321 0.412514 0.412514 0.412514 +5103.085449 0.000000 603.671875 0.000000 0.854962 0.000000 -0.518690 0.422836 0.422836 0.422836 +5098.219238 0.000000 611.058411 0.000000 0.844993 0.000000 -0.534778 0.419059 0.419059 0.419059 +5089.987305 0.000000 602.457397 0.000000 0.769008 0.000000 -0.639239 0.423000 0.423000 0.423000 +5095.260742 0.000000 586.447754 0.000000 0.879882 0.000000 -0.475192 0.438267 0.438267 0.438267 +5092.099609 0.000000 603.161560 0.000000 0.648526 0.000000 -0.761193 0.450362 0.450362 0.450362 +5115.502441 0.000000 576.841125 0.000000 0.632760 0.000000 -0.774348 0.444477 0.444477 0.444477 +5112.708984 0.000000 585.287231 0.000000 0.793607 0.000000 -0.608431 0.446925 0.446925 0.446925 +5109.188965 0.000000 619.256470 0.000000 0.655356 0.000000 -0.755320 0.458499 0.458499 0.458499 +5104.748535 0.000000 566.256042 0.000000 0.912583 0.000000 -0.408892 0.445148 0.445148 0.445148 +5090.937012 0.000000 566.628479 0.000000 0.937976 0.000000 -0.346700 0.438028 0.438028 0.438028 +5113.864746 0.000000 593.434937 0.000000 0.716899 0.000000 -0.697177 0.467385 0.467385 0.467385 +5064.564453 0.000000 616.574829 0.000000 0.914640 0.000000 -0.404268 0.447080 0.447080 0.447080 +5119.416504 0.000000 572.068726 0.000000 0.865558 0.000000 -0.500809 0.471198 0.471198 0.471198 +5064.627441 0.000000 604.868225 0.000000 0.833415 0.000000 -0.552648 0.476374 0.476374 0.476374 +5087.732910 0.000000 617.660522 0.000000 0.854390 0.000000 -0.519633 0.471592 0.471592 0.471592 +5075.337891 0.000000 565.002563 0.000000 0.709663 0.000000 -0.704541 0.496499 0.496499 0.496499 +5105.352051 0.000000 617.977417 0.000000 0.718077 0.000000 -0.695964 0.498334 0.498334 0.498334 +5096.675293 0.000000 611.884033 0.000000 0.696316 0.000000 -0.717735 0.515526 0.515526 0.515526 +5057.280273 0.000000 598.693115 0.000000 0.598931 0.000000 -0.800800 0.511887 0.511887 0.511887 +5091.804199 0.000000 608.145142 0.000000 0.801769 0.000000 -0.597634 0.522493 0.522493 0.522493 +5110.086914 0.000000 609.442871 0.000000 0.868132 0.000000 -0.496334 0.552524 0.552524 0.552524 +5096.134277 0.000000 609.434204 0.000000 0.920864 0.000000 -0.389884 0.545658 0.545658 0.545658 +5107.127441 0.000000 613.885132 0.000000 0.874819 0.000000 -0.484450 0.593019 0.593019 0.593019 +5095.715332 0.000000 612.350586 0.000000 0.732370 0.000000 -0.680907 0.609984 0.609984 0.609984 +5015.068359 0.000000 625.839294 0.000000 0.847291 0.000000 -0.531128 0.407688 0.407688 0.407688 +5028.560547 0.000000 635.383911 0.000000 0.883705 0.000000 -0.468045 0.460397 0.460397 0.460397 +4992.523438 0.000000 622.984192 0.000000 0.878875 0.000000 -0.477052 0.462600 0.462600 0.462600 +5029.106445 0.000000 633.926086 0.000000 0.683146 0.000000 -0.730282 0.486846 0.486846 0.486846 +5118.970703 0.000000 643.984131 0.000000 0.932177 0.000000 -0.362002 0.440298 0.440298 0.440298 +5091.093262 0.000000 643.704224 0.000000 0.889751 0.000000 -0.456446 0.441972 0.441972 0.441972 +5071.854980 0.000000 627.857849 0.000000 0.805574 0.000000 -0.592496 0.454770 0.454770 0.454770 +5096.687988 0.000000 643.828735 0.000000 0.872474 0.000000 -0.488660 0.448640 0.448640 0.448640 +5101.531250 0.000000 639.721252 0.000000 0.906026 0.000000 -0.423222 0.477703 0.477703 0.477703 +5089.853027 0.000000 633.092896 0.000000 0.946709 0.000000 -0.322090 0.487718 0.487718 0.487718 +5076.575195 0.000000 639.832153 0.000000 0.846708 0.000000 -0.532057 0.486113 0.486113 0.486113 +5095.388184 0.000000 639.388916 0.000000 0.765321 0.000000 -0.643649 0.480505 0.480505 0.480505 +5094.826172 0.000000 628.064209 0.000000 0.851882 0.000000 -0.523734 0.494076 0.494076 0.494076 +5116.055664 0.000000 627.245483 0.000000 0.633930 0.000000 -0.773391 0.498480 0.498480 0.498480 +5144.641113 0.000000 394.630768 0.000000 0.671923 0.000000 -0.740621 0.435394 0.435394 0.435394 +5170.750488 0.000000 379.459534 0.000000 0.930853 0.000000 -0.365393 0.432325 0.432325 0.432325 +5183.025879 0.000000 388.271393 0.000000 0.601331 0.000000 -0.799000 0.484668 0.484668 0.484668 +5162.059082 0.000000 374.189240 0.000000 0.725814 0.000000 -0.687891 0.483660 0.483660 0.483660 +5157.805176 0.000000 394.432983 0.000000 0.666423 0.000000 -0.745574 0.512206 0.512206 0.512206 +5189.729492 0.000000 380.935089 0.000000 0.858424 0.000000 -0.512940 0.416657 0.416657 0.416657 +5185.726074 0.000000 381.810730 0.000000 0.875923 0.000000 -0.482451 0.436374 0.436374 0.436374 +5196.970703 0.000000 385.892029 0.000000 0.654890 0.000000 -0.755724 0.454366 0.454366 0.454366 +5190.562500 0.000000 382.328247 0.000000 0.945705 0.000000 -0.325027 0.483764 0.483764 0.483764 +5189.961426 0.000000 389.539124 0.000000 0.768501 0.000000 -0.639849 0.478359 0.478359 0.478359 +5150.961914 0.000000 396.351929 0.000000 0.946818 0.000000 -0.321771 0.404482 0.404482 0.404482 +5131.084961 0.000000 405.769287 0.000000 0.931066 0.000000 -0.364850 0.450391 0.450391 0.450391 +5156.749023 0.000000 404.760101 0.000000 0.857011 0.000000 -0.515297 0.449150 0.449150 0.449150 +5127.260254 0.000000 441.995087 0.000000 0.634255 0.000000 -0.773124 0.448592 0.448592 0.448592 +5167.105469 0.000000 398.951965 0.000000 0.945956 0.000000 -0.324294 0.465699 0.465699 0.465699 +5200.310547 0.000000 442.986115 0.000000 0.933844 0.000000 -0.357681 0.452270 0.452270 0.452270 +5243.962402 0.000000 434.338989 0.000000 0.779130 0.000000 -0.626863 0.484211 0.484211 0.484211 +5230.671387 0.000000 428.927246 0.000000 0.741702 0.000000 -0.670730 0.499724 0.499724 0.499724 +5251.505371 0.000000 438.816772 0.000000 0.896801 0.000000 -0.442434 0.406018 0.406018 0.406018 +5143.836426 0.000000 502.487885 0.000000 0.785114 0.000000 -0.619351 0.409004 0.409004 0.409004 +5134.979980 0.000000 476.715179 0.000000 0.681936 0.000000 -0.731411 0.411224 0.411224 0.411224 +5153.062500 0.000000 503.948914 0.000000 0.855336 0.000000 -0.518073 0.407532 0.407532 0.407532 +5169.314941 0.000000 494.573242 0.000000 0.912405 0.000000 -0.409288 0.408922 0.408922 0.408922 +5166.880859 0.000000 502.410583 0.000000 0.920905 0.000000 -0.389786 0.408620 0.408620 0.408620 +5170.750488 0.000000 492.428284 0.000000 0.604479 0.000000 -0.796621 0.440896 0.440896 0.440896 +5177.864746 0.000000 480.466187 0.000000 0.882772 0.000000 -0.469802 0.446261 0.446261 0.446261 +5160.687988 0.000000 474.375610 0.000000 0.690161 0.000000 -0.723656 0.468042 0.468042 0.468042 +5140.433105 0.000000 468.889557 0.000000 0.607049 0.000000 -0.794664 0.486621 0.486621 0.486621 +5173.385254 0.000000 482.482269 0.000000 0.940725 0.000000 -0.339170 0.474010 0.474010 0.474010 +5124.635742 0.000000 464.277893 0.000000 0.877273 0.000000 -0.479991 0.458605 0.458605 0.458605 +5178.093750 0.000000 482.311859 0.000000 0.814073 0.000000 -0.580762 0.511796 0.511796 0.511796 +5166.953613 0.000000 505.274567 0.000000 0.658221 0.000000 -0.752824 0.508265 0.508265 0.508265 +5136.399414 0.000000 479.595703 0.000000 0.604373 0.000000 -0.796702 0.513841 0.513841 0.513841 +5139.693848 0.000000 481.210754 0.000000 0.937668 0.000000 -0.347533 0.502315 0.502315 0.502315 +5163.365234 0.000000 494.862854 0.000000 0.833919 0.000000 -0.551887 0.603369 0.603369 0.603369 +5217.099609 0.000000 485.824677 0.000000 0.700963 0.000000 -0.713198 0.410784 0.410784 0.410784 +5231.350098 0.000000 506.618042 0.000000 0.624313 0.000000 -0.781174 0.438430 0.438430 0.438430 +5184.144043 0.000000 480.275238 0.000000 0.947272 0.000000 -0.320431 0.439584 0.439584 0.439584 +5244.473145 0.000000 478.859070 0.000000 0.832645 0.000000 -0.553807 0.443796 0.443796 0.443796 +5240.471680 0.000000 492.331116 0.000000 0.935284 0.000000 -0.353897 0.458226 0.458226 0.458226 +5203.835449 0.000000 472.762054 0.000000 0.680497 0.000000 -0.732751 0.478625 0.478625 0.478625 +5243.964844 0.000000 503.176819 0.000000 0.896289 0.000000 -0.443471 0.472050 0.472050 0.472050 +5199.824707 0.000000 475.321655 0.000000 0.790641 0.000000 -0.612280 0.455186 0.455186 0.455186 +5221.265137 0.000000 471.538513 0.000000 0.884765 0.000000 -0.466038 0.458333 0.458333 0.458333 +5220.813477 0.000000 469.029236 0.000000 0.918956 0.000000 -0.394359 0.469055 0.469055 0.469055 +5240.427734 0.000000 503.745972 0.000000 0.635051 0.000000 -0.772470 0.492204 0.492204 0.492204 +5218.393066 0.000000 504.576630 0.000000 0.763093 0.000000 -0.646288 0.490853 0.490853 0.490853 +5245.240234 0.000000 465.906219 0.000000 0.699154 0.000000 -0.714971 0.509221 0.509221 0.509221 +5218.937988 0.000000 482.380066 0.000000 0.919455 0.000000 -0.393195 0.497261 0.497261 0.497261 +5213.948242 0.000000 492.995361 0.000000 0.909978 0.000000 -0.414656 0.505813 0.505813 0.505813 +5234.163574 0.000000 498.850647 0.000000 0.918479 0.000000 -0.395469 0.515480 0.515480 0.515480 +5124.763672 0.000000 544.551575 0.000000 0.792558 0.000000 -0.609797 0.408579 0.408579 0.408579 +5152.618164 0.000000 511.724976 0.000000 0.787913 0.000000 -0.615786 0.408778 0.408778 0.408778 +5183.163574 0.000000 541.033936 0.000000 0.854647 0.000000 -0.519209 0.414737 0.414737 0.414737 +5165.836426 0.000000 560.992126 0.000000 0.766588 0.000000 -0.642140 0.425102 0.425102 0.425102 +5167.436035 0.000000 543.080750 0.000000 0.631902 0.000000 -0.775048 0.419654 0.419654 0.419654 +5171.318359 0.000000 542.000854 0.000000 0.743643 0.000000 -0.668577 0.427674 0.427674 0.427674 +5162.439941 0.000000 520.583191 0.000000 0.602310 0.000000 -0.798262 0.463808 0.463808 0.463808 +5128.627441 0.000000 548.383850 0.000000 0.735479 0.000000 -0.677548 0.466913 0.466913 0.466913 +5166.203125 0.000000 531.880737 0.000000 0.779288 0.000000 -0.626666 0.467792 0.467792 0.467792 +5166.867676 0.000000 538.818970 0.000000 0.824049 0.000000 -0.566518 0.490981 0.490981 0.490981 +5131.735352 0.000000 552.412659 0.000000 0.874762 0.000000 -0.484553 0.474920 0.474920 0.474920 +5179.526855 0.000000 541.126526 0.000000 0.651800 0.000000 -0.758391 0.527195 0.527195 0.527195 +5181.505859 0.000000 516.435791 0.000000 0.674979 0.000000 -0.737837 0.595452 0.595452 0.595452 +5181.552246 0.000000 517.672668 0.000000 0.877749 0.000000 -0.479120 0.586729 0.586729 0.586729 +5169.364258 0.000000 510.648743 0.000000 0.887320 0.000000 -0.461155 0.594347 0.594347 0.594347 +5168.027344 0.000000 512.366150 0.000000 0.937265 0.000000 -0.348618 0.641545 0.641545 0.641545 +5190.424805 0.000000 528.719543 0.000000 0.864872 0.000000 -0.501993 0.406985 0.406985 0.406985 +5205.502930 0.000000 556.678589 0.000000 0.896697 0.000000 -0.442645 0.406067 0.406067 0.406067 +5194.564941 0.000000 510.908295 0.000000 0.892863 0.000000 -0.450329 0.406391 0.406391 0.406391 +5229.942871 0.000000 530.300232 0.000000 0.790254 0.000000 -0.612780 0.409155 0.409155 0.409155 +5195.442871 0.000000 526.167969 0.000000 0.906129 0.000000 -0.423002 0.405997 0.405997 0.405997 +5244.727539 0.000000 510.853851 0.000000 0.747119 0.000000 -0.664690 0.423496 0.423496 0.423496 +5209.598145 0.000000 531.990967 0.000000 0.678369 0.000000 -0.734722 0.429071 0.429071 0.429071 +5190.912598 0.000000 508.361023 0.000000 0.930022 0.000000 -0.367505 0.426338 0.426338 0.426338 +5247.825195 0.000000 521.612000 0.000000 0.949767 0.000000 -0.312959 0.443459 0.443459 0.443459 +5195.084961 0.000000 518.738037 0.000000 0.771095 0.000000 -0.636721 0.435227 0.435227 0.435227 +5188.189941 0.000000 553.522644 0.000000 0.883183 0.000000 -0.469028 0.442201 0.442201 0.442201 +5241.814453 0.000000 527.201843 0.000000 0.634876 0.000000 -0.772614 0.458949 0.458949 0.458949 +5223.039551 0.000000 548.520996 0.000000 0.765100 0.000000 -0.643912 0.441518 0.441518 0.441518 +5191.620605 0.000000 514.588623 0.000000 0.879563 0.000000 -0.475783 0.440301 0.440301 0.440301 +5191.260254 0.000000 554.963806 0.000000 0.624105 0.000000 -0.781340 0.461259 0.461259 0.461259 +5205.609863 0.000000 541.008362 0.000000 0.948370 0.000000 -0.317167 0.445534 0.445534 0.445534 +5200.310547 0.000000 555.954834 0.000000 0.623931 0.000000 -0.781480 0.465419 0.465419 0.465419 +5195.049316 0.000000 558.240295 0.000000 0.885301 0.000000 -0.465018 0.470463 0.470463 0.470463 +5218.559570 0.000000 541.564880 0.000000 0.938962 0.000000 -0.344020 0.480131 0.480131 0.480131 +5202.834473 0.000000 534.948853 0.000000 0.610036 0.000000 -0.792373 0.478214 0.478214 0.478214 +5207.838867 0.000000 539.383057 0.000000 0.879081 0.000000 -0.476672 0.493016 0.493016 0.493016 +5216.868164 0.000000 524.730774 0.000000 0.606120 0.000000 -0.795373 0.494990 0.494990 0.494990 +5190.813965 0.000000 530.123413 0.000000 0.709895 0.000000 -0.704308 0.494423 0.494423 0.494423 +5219.506348 0.000000 540.229492 0.000000 0.945335 0.000000 -0.326100 0.479773 0.479773 0.479773 +5219.804199 0.000000 551.660767 0.000000 0.878101 0.000000 -0.478475 0.495087 0.495087 0.495087 +5208.136230 0.000000 528.773560 0.000000 0.644597 0.000000 -0.764522 0.552479 0.552479 0.552479 +5186.597656 0.000000 521.824402 0.000000 0.949703 0.000000 -0.313152 0.575907 0.575907 0.575907 +5264.024902 0.000000 493.293579 0.000000 0.754921 0.000000 -0.655815 0.454079 0.454079 0.454079 +5250.657715 0.000000 496.637329 0.000000 0.929667 0.000000 -0.368402 0.468550 0.468550 0.468550 +5278.190918 0.000000 545.413208 0.000000 0.638815 0.000000 -0.769361 0.454715 0.454715 0.454715 +5255.500488 0.000000 527.655762 0.000000 0.650158 0.000000 -0.759799 0.510562 0.510562 0.510562 +5270.889648 0.000000 557.621338 0.000000 0.937444 0.000000 -0.348137 0.492273 0.492273 0.492273 +5343.443848 0.000000 546.470764 0.000000 0.850463 0.000000 -0.526035 0.530856 0.530856 0.530856 +5164.352051 0.000000 582.104858 0.000000 0.941975 0.000000 -0.335684 0.404701 0.404701 0.404701 +5165.143066 0.000000 565.146057 0.000000 0.919169 0.000000 -0.393863 0.428784 0.428784 0.428784 +5170.216309 0.000000 609.388550 0.000000 0.922360 0.000000 -0.386332 0.426648 0.426648 0.426648 +5170.490723 0.000000 587.633301 0.000000 0.901223 0.000000 -0.433355 0.429452 0.429452 0.429452 +5144.204102 0.000000 609.371277 0.000000 0.745689 0.000000 -0.666294 0.448149 0.448149 0.448149 +5162.135254 0.000000 569.343201 0.000000 0.840297 0.000000 -0.542126 0.457813 0.457813 0.457813 +5167.029785 0.000000 579.087280 0.000000 0.820059 0.000000 -0.572279 0.458432 0.458432 0.458432 +5152.131348 0.000000 569.963135 0.000000 0.872318 0.000000 -0.488940 0.487194 0.487194 0.487194 +5123.916016 0.000000 569.456787 0.000000 0.840543 0.000000 -0.541745 0.494490 0.494490 0.494490 +5163.175293 0.000000 583.141235 0.000000 0.917649 0.000000 -0.397392 0.471130 0.471130 0.471130 +5138.728027 0.000000 599.001831 0.000000 0.892470 0.000000 -0.451108 0.488402 0.488402 0.488402 +5125.850586 0.000000 582.622192 0.000000 0.947901 0.000000 -0.318566 0.481629 0.481629 0.481629 +5144.230957 0.000000 579.852478 0.000000 0.594100 0.000000 -0.804391 0.522481 0.522481 0.522481 +5149.209473 0.000000 620.804993 0.000000 0.872290 0.000000 -0.488988 0.493290 0.493290 0.493290 +5162.844238 0.000000 573.743591 0.000000 0.914587 0.000000 -0.404389 0.525796 0.525796 0.525796 +5161.849121 0.000000 575.515930 0.000000 0.683973 0.000000 -0.729507 0.549176 0.549176 0.549176 +5170.113770 0.000000 610.599121 0.000000 0.700687 0.000000 -0.713468 0.623806 0.623806 0.623806 +5159.708496 0.000000 570.838501 0.000000 0.857726 0.000000 -0.514108 0.585746 0.585746 0.585746 +5147.859375 0.000000 579.988953 0.000000 0.625966 0.000000 -0.779851 0.578225 0.578225 0.578225 +5192.667480 0.000000 569.622986 0.000000 0.773676 0.000000 -0.633581 0.409251 0.409251 0.409251 +5233.031738 0.000000 611.182312 0.000000 0.829662 0.000000 -0.558265 0.413374 0.413374 0.413374 +5234.394043 0.000000 616.965515 0.000000 0.644471 0.000000 -0.764629 0.438025 0.438025 0.438025 +5220.749023 0.000000 574.213257 0.000000 0.894303 0.000000 -0.447462 0.441809 0.441809 0.441809 +5149.020508 0.000000 634.158508 0.000000 0.611513 0.000000 -0.791234 0.412215 0.412215 0.412215 +5122.356934 0.000000 626.226318 0.000000 0.608792 0.000000 -0.793330 0.412398 0.412398 0.412398 +5156.749023 0.000000 630.697632 0.000000 0.603865 0.000000 -0.797087 0.449217 0.449217 0.449217 +5167.029785 0.000000 635.571655 0.000000 0.860895 0.000000 -0.508783 0.461206 0.461206 0.461206 +5166.421387 0.000000 630.375244 0.000000 0.868132 0.000000 -0.496333 0.471105 0.471105 0.471105 +5172.319336 0.000000 648.953918 0.000000 0.648998 0.000000 -0.760790 0.500181 0.500181 0.500181 +5172.241699 0.000000 633.062927 0.000000 0.918265 0.000000 -0.395966 0.485215 0.485215 0.485215 +5158.826172 0.000000 628.064209 0.000000 0.911242 0.000000 -0.411872 0.481509 0.481509 0.481509 +5153.739258 0.000000 623.852112 0.000000 0.855473 0.000000 -0.517847 0.493941 0.493941 0.493941 +5167.546387 0.000000 627.675537 0.000000 0.702554 0.000000 -0.711630 0.577748 0.577748 0.577748 +5121.993652 0.000000 644.778137 0.000000 0.900139 0.000000 -0.435602 0.514390 0.514390 0.514390 +5152.387695 0.000000 630.621643 0.000000 0.767449 0.000000 -0.641110 0.525738 0.525738 0.525738 +5156.191406 0.000000 633.033081 0.000000 0.941164 0.000000 -0.337950 0.510148 0.510148 0.510148 +5169.067871 0.000000 625.857056 0.000000 0.835988 0.000000 -0.548747 0.535545 0.535545 0.535545 +5148.025391 0.000000 627.698975 0.000000 0.648043 0.000000 -0.761604 0.665964 0.665964 0.665964 +5171.945312 0.000000 628.164856 0.000000 0.651608 0.000000 -0.758556 0.634149 0.634149 0.634149 +5239.062500 0.000000 672.345581 0.000000 0.860103 0.000000 -0.510120 0.407190 0.407190 0.407190 +5204.436035 0.000000 663.599976 0.000000 0.814194 0.000000 -0.580593 0.408568 0.408568 0.408568 +5198.401855 0.000000 663.023987 0.000000 0.893470 0.000000 -0.449124 0.406512 0.406512 0.406512 +5203.343262 0.000000 672.929260 0.000000 0.935776 0.000000 -0.352594 0.458202 0.458202 0.458202 +5231.392090 0.000000 642.608337 0.000000 0.844762 0.000000 -0.535142 0.488220 0.488220 0.488220 +5184.016113 0.000000 629.980652 0.000000 0.759882 0.000000 -0.650061 0.488889 0.488889 0.488889 +5200.278320 0.000000 642.047424 0.000000 0.933658 0.000000 -0.358166 0.458305 0.458305 0.458305 +5185.598145 0.000000 624.893921 0.000000 0.639714 0.000000 -0.768613 0.487927 0.487927 0.487927 +5199.104980 0.000000 624.230713 0.000000 0.933439 0.000000 -0.358736 0.486460 0.486460 0.486460 +5228.992676 0.000000 644.228882 0.000000 0.651483 0.000000 -0.758664 0.600483 0.600483 0.600483 +5192.070801 0.000000 625.120972 0.000000 0.939317 0.000000 -0.343050 0.596906 0.596906 0.596906 +5230.371582 0.000000 645.952881 0.000000 0.894720 0.000000 -0.446627 0.606129 0.606129 0.606129 +5297.424316 0.000000 603.260315 0.000000 0.931234 0.000000 -0.364422 0.410237 0.410237 0.410237 +5293.431152 0.000000 568.895447 0.000000 0.828788 0.000000 -0.559562 0.439836 0.439836 0.439836 +5289.963379 0.000000 572.373047 0.000000 0.736084 0.000000 -0.676891 0.440162 0.440162 0.440162 +5300.122559 0.000000 602.508911 0.000000 0.602599 0.000000 -0.798044 0.476298 0.476298 0.476298 +5301.071289 0.000000 569.585022 0.000000 0.809096 0.000000 -0.587676 0.485337 0.485337 0.485337 +5291.440918 0.000000 572.532104 0.000000 0.915102 0.000000 -0.403222 0.499498 0.499498 0.499498 +5286.002930 0.000000 566.505310 0.000000 0.641917 0.000000 -0.766774 0.514950 0.514950 0.514950 +5287.339844 0.000000 566.426270 0.000000 0.926894 0.000000 -0.375324 0.504937 0.504937 0.504937 +5289.191895 0.000000 567.289795 0.000000 0.788392 0.000000 -0.615173 0.570369 0.570369 0.570369 +5357.311035 0.000000 599.193665 0.000000 0.704211 0.000000 -0.709991 0.410367 0.410367 0.410367 +5323.406250 0.000000 597.914551 0.000000 0.867653 0.000000 -0.497171 0.407015 0.407015 0.407015 +5347.104004 0.000000 573.385864 0.000000 0.914380 0.000000 -0.404857 0.405557 0.405557 0.405557 +5353.967773 0.000000 594.661682 0.000000 0.834228 0.000000 -0.551420 0.407816 0.407816 0.407816 +5320.173828 0.000000 587.110046 0.000000 0.934252 0.000000 -0.356615 0.405062 0.405062 0.405062 +5361.687988 0.000000 573.796326 0.000000 0.913191 0.000000 -0.407532 0.416940 0.416940 0.416940 +5339.966309 0.000000 574.456848 0.000000 0.859035 0.000000 -0.511917 0.416640 0.416640 0.416640 +5316.035156 0.000000 571.063477 0.000000 0.730071 0.000000 -0.683371 0.438246 0.438246 0.438246 +5325.704590 0.000000 577.670349 0.000000 0.781182 0.000000 -0.624303 0.437023 0.437023 0.437023 +5354.257812 0.000000 567.106201 0.000000 0.821049 0.000000 -0.570857 0.431906 0.431906 0.431906 +5319.546875 0.000000 596.148560 0.000000 0.645416 0.000000 -0.763831 0.460792 0.460792 0.460792 +5331.935547 0.000000 574.602173 0.000000 0.936534 0.000000 -0.350578 0.456157 0.456157 0.456157 +5366.403320 0.000000 584.529541 0.000000 0.712056 0.000000 -0.702122 0.475763 0.475763 0.475763 +5365.071289 0.000000 569.585022 0.000000 0.634819 0.000000 -0.772660 0.492209 0.492209 0.492209 +5314.209961 0.000000 575.618591 0.000000 0.894962 0.000000 -0.446143 0.459970 0.459970 0.459970 +5358.867676 0.000000 595.303345 0.000000 0.814859 0.000000 -0.579659 0.487197 0.487197 0.487197 +5326.035156 0.000000 590.843384 0.000000 0.803896 0.000000 -0.594770 0.473220 0.473220 0.473220 +5316.846680 0.000000 579.751038 0.000000 0.809161 0.000000 -0.587587 0.487382 0.487382 0.487382 +5364.319336 0.000000 592.469543 0.000000 0.694074 0.000000 -0.719904 0.496922 0.496922 0.496922 +5330.834473 0.000000 591.433228 0.000000 0.822959 0.000000 -0.568101 0.495108 0.495108 0.495108 +5357.387695 0.000000 597.631836 0.000000 0.670645 0.000000 -0.741778 0.501697 0.501697 0.501697 +5331.524902 0.000000 601.777588 0.000000 0.937761 0.000000 -0.347281 0.470151 0.470151 0.470151 +5299.759277 0.000000 652.692993 0.000000 0.855360 0.000000 -0.518035 0.407341 0.407341 0.407341 +5275.190918 0.000000 649.637512 0.000000 0.795957 0.000000 -0.605353 0.409025 0.409025 0.409025 +5297.129395 0.000000 671.734009 0.000000 0.589969 0.000000 -0.807426 0.420418 0.420418 0.420418 +5294.880859 0.000000 671.863708 0.000000 0.906069 0.000000 -0.423131 0.419205 0.419205 0.419205 +5293.814941 0.000000 657.874207 0.000000 0.705114 0.000000 -0.709094 0.420287 0.420287 0.420287 +5307.003418 0.000000 667.337830 0.000000 0.774182 0.000000 -0.632963 0.431059 0.431059 0.431059 +5273.598145 0.000000 644.959717 0.000000 0.825478 0.000000 -0.564435 0.431786 0.431786 0.431786 +5264.398438 0.000000 666.384583 0.000000 0.924560 0.000000 -0.381037 0.494982 0.494982 0.494982 +5292.578125 0.000000 651.715637 0.000000 0.785374 0.000000 -0.619022 0.624307 0.624307 0.624307 +5269.654297 0.000000 655.240967 0.000000 0.819580 0.000000 -0.572964 0.593767 0.593767 0.593767 +5380.602051 0.000000 567.449585 0.000000 0.786269 0.000000 -0.617885 0.409312 0.409312 0.409312 +5393.219727 0.000000 576.302490 0.000000 0.942378 0.000000 -0.334549 0.419792 0.419792 0.419792 +5386.618164 0.000000 578.388123 0.000000 0.741267 0.000000 -0.671211 0.431830 0.431830 0.431830 +5385.693359 0.000000 573.906494 0.000000 0.939944 0.000000 -0.341329 0.441946 0.441946 0.441946 +5383.620605 0.000000 571.072998 0.000000 0.781431 0.000000 -0.623992 0.451341 0.451341 0.451341 +5379.050781 0.000000 568.238037 0.000000 0.869010 0.000000 -0.494795 0.456868 0.456868 0.456868 +5382.510254 0.000000 581.444153 0.000000 0.935562 0.000000 -0.353162 0.494390 0.494390 0.494390 +5194.564941 0.000000 680.361450 0.000000 0.943537 0.000000 -0.331269 0.404653 0.404653 0.404653 +5206.782715 0.000000 685.115845 0.000000 0.831215 0.000000 -0.555951 0.408094 0.408094 0.408094 +5222.385742 0.000000 694.657532 0.000000 0.680909 0.000000 -0.732368 0.411407 0.411407 0.411407 +5221.463867 0.000000 685.417847 0.000000 0.885666 0.000000 -0.464322 0.406678 0.406678 0.406678 +5207.885254 0.000000 703.592590 0.000000 0.884284 0.000000 -0.466949 0.417909 0.417909 0.417909 +5230.671387 0.000000 724.266968 0.000000 0.849776 0.000000 -0.527144 0.408790 0.408790 0.408790 +5235.318359 0.000000 711.453979 0.000000 0.781931 0.000000 -0.623365 0.432915 0.432915 0.432915 +5229.587891 0.000000 685.584778 0.000000 0.675190 0.000000 -0.737643 0.443584 0.443584 0.443584 +5207.366211 0.000000 680.465210 0.000000 0.802142 0.000000 -0.597133 0.438527 0.438527 0.438527 +5214.609375 0.000000 703.475159 0.000000 0.860517 0.000000 -0.509421 0.436864 0.436864 0.436864 +5197.188965 0.000000 686.067139 0.000000 0.892062 0.000000 -0.451913 0.456038 0.456038 0.456038 +5212.899902 0.000000 729.361206 0.000000 0.710500 0.000000 -0.703697 0.459292 0.459292 0.459292 +5228.147461 0.000000 693.447876 0.000000 0.725555 0.000000 -0.688164 0.473351 0.473351 0.473351 +5237.071289 0.000000 682.553772 0.000000 0.793096 0.000000 -0.609097 0.475592 0.475592 0.475592 +5206.444824 0.000000 729.511292 0.000000 0.908052 0.000000 -0.418858 0.473575 0.473575 0.473575 +5215.732910 0.000000 730.629272 0.000000 0.904766 0.000000 -0.425910 0.483821 0.483821 0.483821 +5212.743164 0.000000 706.425537 0.000000 0.687688 0.000000 -0.726006 0.505391 0.505391 0.505391 +5212.286133 0.000000 699.498047 0.000000 0.774388 0.000000 -0.632711 0.504911 0.504911 0.504911 +5206.889648 0.000000 727.074463 0.000000 0.809533 0.000000 -0.587074 0.497609 0.497609 0.497609 +5204.958984 0.000000 703.482239 0.000000 0.781527 0.000000 -0.623872 0.531439 0.531439 0.531439 +5213.510254 0.000000 691.875427 0.000000 0.890250 0.000000 -0.455472 0.500658 0.500658 0.500658 +5236.601074 0.000000 728.750061 0.000000 0.787415 0.000000 -0.616423 0.529172 0.529172 0.529172 +5196.904785 0.000000 705.294922 0.000000 0.802220 0.000000 -0.597028 0.510159 0.510159 0.510159 +5224.166504 0.000000 690.418640 0.000000 0.912377 0.000000 -0.409351 0.600910 0.600910 0.600910 +5210.203125 0.000000 710.418335 0.000000 0.792859 0.000000 -0.609405 0.559874 0.559874 0.559874 +5228.898438 0.000000 733.673340 0.000000 0.929527 0.000000 -0.368753 0.520915 0.520915 0.520915 +5208.179688 0.000000 718.420715 0.000000 0.925583 0.000000 -0.378545 0.561537 0.561537 0.561537 +5239.569824 0.000000 697.810669 0.000000 0.940840 0.000000 -0.338850 0.714409 0.714409 0.714409 +5217.511719 0.000000 686.872009 0.000000 0.744801 0.000000 -0.667286 0.563757 0.563757 0.563757 +5232.564941 0.000000 712.405518 0.000000 0.907602 0.000000 -0.419832 0.556563 0.556563 0.556563 +5246.358398 0.000000 684.684265 0.000000 0.699499 0.000000 -0.714634 0.579942 0.579942 0.579942 +5246.436523 0.000000 688.334778 0.000000 0.697089 0.000000 -0.716984 0.621855 0.621855 0.621855 +5240.792480 0.000000 696.082031 0.000000 0.833108 0.000000 -0.553111 0.690085 0.690085 0.690085 +5219.967285 0.000000 712.086731 0.000000 0.936672 0.000000 -0.350208 0.587019 0.587019 0.587019 +5223.486328 0.000000 706.799622 0.000000 0.707838 0.000000 -0.706374 0.682276 0.682276 0.682276 +5223.188477 0.000000 690.925476 0.000000 0.875414 0.000000 -0.483374 0.693399 0.693399 0.693399 +5226.835938 0.000000 740.303162 0.000000 0.698781 0.000000 -0.715336 0.410706 0.410706 0.410706 +5211.678223 0.000000 739.311035 0.000000 0.742545 0.000000 -0.669797 0.413351 0.413351 0.413351 +5224.756348 0.000000 739.763367 0.000000 0.841369 0.000000 -0.540461 0.423219 0.423219 0.423219 +5210.957520 0.000000 740.923706 0.000000 0.764789 0.000000 -0.644280 0.445624 0.445624 0.445624 +5208.312988 0.000000 737.725952 0.000000 0.601902 0.000000 -0.798570 0.597963 0.597963 0.597963 +5209.950684 0.000000 736.277405 0.000000 0.931108 0.000000 -0.364744 0.583393 0.583393 0.583393 +5265.664551 0.000000 684.468506 0.000000 0.839314 0.000000 -0.543647 0.407864 0.407864 0.407864 +5286.646484 0.000000 709.969727 0.000000 0.938421 0.000000 -0.345495 0.404879 0.404879 0.404879 +5293.143066 0.000000 678.114807 0.000000 0.679911 0.000000 -0.733295 0.422856 0.422856 0.422856 +5269.422363 0.000000 702.167358 0.000000 0.712550 0.000000 -0.701621 0.438642 0.438642 0.438642 +5265.219727 0.000000 689.271240 0.000000 0.947828 0.000000 -0.318783 0.417543 0.417543 0.417543 +5272.422363 0.000000 707.512756 0.000000 0.943070 0.000000 -0.332594 0.445804 0.445804 0.445804 +5287.089844 0.000000 693.125610 0.000000 0.763770 0.000000 -0.645488 0.468221 0.468221 0.468221 +5260.241699 0.000000 680.077332 0.000000 0.789957 0.000000 -0.613162 0.465441 0.465441 0.465441 +5258.583984 0.000000 704.036499 0.000000 0.636267 0.000000 -0.771469 0.504673 0.504673 0.504673 +5276.436523 0.000000 694.415344 0.000000 0.845137 0.000000 -0.534549 0.508606 0.508606 0.508606 +5275.236816 0.000000 695.299377 0.000000 0.680599 0.000000 -0.732656 0.654037 0.654037 0.654037 +5250.058594 0.000000 696.251892 0.000000 0.877625 0.000000 -0.479348 0.629666 0.629666 0.629666 +5254.510254 0.000000 694.412903 0.000000 0.926686 0.000000 -0.375836 0.579662 0.579662 0.579662 +5251.455566 0.000000 696.493591 0.000000 0.833450 0.000000 -0.552594 0.632227 0.632227 0.632227 +5274.696777 0.000000 697.558594 0.000000 0.624345 0.000000 -0.781148 0.580379 0.580379 0.580379 +5270.709473 0.000000 697.774597 0.000000 0.634020 0.000000 -0.773317 0.617945 0.617945 0.617945 +5269.918945 0.000000 698.717590 0.000000 0.664695 0.000000 -0.747115 0.658926 0.658926 0.658926 +5260.748535 0.000000 683.507751 0.000000 0.872227 0.000000 -0.489101 0.589074 0.589074 0.589074 +5278.069336 0.000000 690.940674 0.000000 0.751873 0.000000 -0.659308 0.600860 0.600860 0.600860 +5268.834473 0.000000 700.709534 0.000000 0.929700 0.000000 -0.368317 0.609794 0.609794 0.609794 +5268.853027 0.000000 698.728882 0.000000 0.931524 0.000000 -0.363680 0.644076 0.644076 0.644076 "} object={ name="pine_sparse_generator_3_4" @@ -1343,7 +3641,7 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_fir_005_mesh" - count=310 + count=918 transform="1269.101318 0.000000 2530.637939 0.000000 0.346026 0.000000 -0.938225 0.439188 0.439188 0.439188 1268.695435 0.000000 2532.284668 0.000000 0.460315 0.000000 -0.887755 0.475092 0.475092 0.475092 1269.900513 0.000000 2536.687256 0.000000 0.449192 0.000000 -0.893435 0.744026 0.744026 0.744026 @@ -1651,6 +3949,614 @@ object={ 2538.601562 0.000000 2819.583008 0.000000 0.250965 0.000000 -0.967996 0.536932 0.536932 0.536932 2533.886230 0.000000 2813.906006 0.000000 0.041729 0.000000 -0.999129 0.521833 0.521833 0.521833 2524.419922 0.000000 2799.277344 0.000000 0.275542 0.000000 -0.961289 0.670845 0.670845 0.670845 +4278.381836 0.000000 85.811981 0.000000 0.446604 0.000000 -0.894732 0.414658 0.414658 0.414658 +4265.967773 0.000000 86.302307 0.000000 0.224216 0.000000 -0.974540 0.418195 0.418195 0.418195 +4280.471680 0.000000 96.940475 0.000000 0.138188 0.000000 -0.990406 0.478915 0.478915 0.478915 +4333.386719 0.000000 167.675751 0.000000 0.310834 0.000000 -0.950464 0.416853 0.416853 0.416853 +4307.640625 0.000000 138.280502 0.000000 0.152059 0.000000 -0.988371 0.419827 0.419827 0.419827 +4301.872070 0.000000 141.371231 0.000000 0.425972 0.000000 -0.904736 0.415696 0.415696 0.415696 +4343.044922 0.000000 152.057068 0.000000 0.309762 0.000000 -0.950814 0.417495 0.417495 0.417495 +4292.756836 0.000000 131.761948 0.000000 0.076674 0.000000 -0.997056 0.424133 0.424133 0.424133 +4347.305664 0.000000 162.747757 0.000000 0.012976 0.000000 -0.999916 0.429332 0.429332 0.429332 +4337.031738 0.000000 159.307312 0.000000 0.046008 0.000000 -0.998941 0.435292 0.435292 0.435292 +4343.867676 0.000000 160.200409 0.000000 0.382276 0.000000 -0.924048 0.428068 0.428068 0.428068 +4347.003418 0.000000 158.978439 0.000000 0.469669 0.000000 -0.882843 0.426650 0.426650 0.426650 +4330.638672 0.000000 163.401367 0.000000 0.060410 0.000000 -0.998174 0.435078 0.435078 0.435078 +4341.101074 0.000000 158.294266 0.000000 0.258191 0.000000 -0.966094 0.432111 0.432111 0.432111 +4328.763184 0.000000 184.575302 0.000000 0.436863 0.000000 -0.899528 0.414635 0.414635 0.414635 +4321.491699 0.000000 175.348389 0.000000 0.424641 0.000000 -0.905362 0.415773 0.415773 0.415773 +4317.291016 0.000000 211.795654 0.000000 0.307008 0.000000 -0.951707 0.425019 0.425019 0.425019 +4319.005371 0.000000 204.357849 0.000000 0.156891 0.000000 -0.987616 0.435776 0.435776 0.435776 +4321.049316 0.000000 170.703430 0.000000 0.039060 0.000000 -0.999237 0.435394 0.435394 0.435394 +4315.966309 0.000000 179.066223 0.000000 0.130358 0.000000 -0.991467 0.429768 0.429768 0.429768 +4315.504395 0.000000 183.431503 0.000000 0.371846 0.000000 -0.928294 0.447202 0.447202 0.447202 +4521.676758 0.000000 74.551361 0.000000 0.477036 0.000000 -0.878884 0.414580 0.414580 0.414580 +4505.706543 0.000000 70.123726 0.000000 0.552824 0.000000 -0.833298 0.413575 0.413575 0.413575 +4504.795410 0.000000 140.880951 0.000000 0.179040 0.000000 -0.983842 0.418958 0.418958 0.418958 +4500.984863 0.000000 150.166763 0.000000 0.182488 0.000000 -0.983208 0.419257 0.419257 0.419257 +4524.051758 0.000000 145.063065 0.000000 0.400211 0.000000 -0.916423 0.415915 0.415915 0.415915 +4507.190918 0.000000 141.278168 0.000000 0.581959 0.000000 -0.813218 0.418486 0.418486 0.418486 +4504.641113 0.000000 168.693268 0.000000 0.161062 0.000000 -0.986944 0.439980 0.439980 0.439980 +4520.284180 0.000000 151.435272 0.000000 0.424708 0.000000 -0.905331 0.437885 0.437885 0.437885 +4495.590332 0.000000 165.065216 0.000000 0.164503 0.000000 -0.986377 0.452744 0.452744 0.452744 +4514.177734 0.000000 139.901901 0.000000 0.364976 0.000000 -0.931017 0.457883 0.457883 0.457883 +4519.147461 0.000000 149.872025 0.000000 0.368143 0.000000 -0.929769 0.459941 0.459941 0.459941 +4516.099609 0.000000 151.286530 0.000000 0.216373 0.000000 -0.976311 0.466840 0.466840 0.466840 +4509.614258 0.000000 144.696686 0.000000 0.031169 0.000000 -0.999514 0.459188 0.459188 0.459188 +4504.891602 0.000000 159.323853 0.000000 0.200420 0.000000 -0.979710 0.469252 0.469252 0.469252 +4596.014648 0.000000 121.812050 0.000000 0.096010 0.000000 -0.995380 0.419733 0.419733 0.419733 +4568.795410 0.000000 140.880951 0.000000 0.563910 0.000000 -0.825836 0.413197 0.413197 0.413197 +4562.128418 0.000000 133.730362 0.000000 0.174588 0.000000 -0.984642 0.419368 0.419368 0.419368 +4572.838379 0.000000 138.036133 0.000000 0.266652 0.000000 -0.963793 0.418187 0.418187 0.418187 +4533.013672 0.000000 204.099457 0.000000 0.414543 0.000000 -0.910030 0.415186 0.415186 0.415186 +4557.704590 0.000000 182.279724 0.000000 0.435432 0.000000 -0.900222 0.446106 0.446106 0.446106 +4343.432129 0.000000 331.505585 0.000000 0.376577 0.000000 -0.926385 0.453454 0.453454 0.453454 +4319.732910 0.000000 335.238678 0.000000 0.501965 0.000000 -0.864888 0.480557 0.480557 0.480557 +4323.061035 0.000000 337.738800 0.000000 0.134786 0.000000 -0.990875 0.572090 0.572090 0.572090 +4313.752441 0.000000 338.799042 0.000000 0.106429 0.000000 -0.994320 0.559667 0.559667 0.559667 +4319.371094 0.000000 337.483215 0.000000 0.407417 0.000000 -0.913242 0.627594 0.627594 0.627594 +4309.555664 0.000000 342.991333 0.000000 0.314686 0.000000 -0.949196 0.469373 0.469373 0.469373 +4326.002930 0.000000 340.567810 0.000000 0.495468 0.000000 -0.868626 0.546095 0.546095 0.546095 +4313.534668 0.000000 348.468292 0.000000 0.287435 0.000000 -0.957800 0.633384 0.633384 0.633384 +4327.339844 0.000000 340.488770 0.000000 0.297998 0.000000 -0.954567 0.550923 0.550923 0.550923 +4345.239746 0.000000 382.235535 0.000000 0.275313 0.000000 -0.961355 0.666477 0.666477 0.666477 +4329.855957 0.000000 339.921875 0.000000 0.469359 0.000000 -0.883007 0.546762 0.546762 0.546762 +4313.831543 0.000000 346.049713 0.000000 0.009163 0.000000 -0.999958 0.679300 0.679300 0.679300 +4345.357910 0.000000 383.365631 0.000000 0.313715 0.000000 -0.949517 0.665232 0.665232 0.665232 +4346.385254 0.000000 397.982666 0.000000 0.370345 0.000000 -0.928894 0.415824 0.415824 0.415824 +4302.604980 0.000000 442.967590 0.000000 0.210358 0.000000 -0.977624 0.418591 0.418591 0.418591 +4308.984863 0.000000 432.588654 0.000000 0.467163 0.000000 -0.884171 0.415057 0.415057 0.415057 +4324.550293 0.000000 426.184631 0.000000 0.181100 0.000000 -0.983465 0.419415 0.419415 0.419415 +4319.330566 0.000000 427.811707 0.000000 0.434500 0.000000 -0.900672 0.423036 0.423036 0.423036 +4343.433594 0.000000 416.593842 0.000000 0.578916 0.000000 -0.815387 0.649614 0.649614 0.649614 +4349.256836 0.000000 400.755371 0.000000 0.061863 0.000000 -0.998085 0.626634 0.626634 0.626634 +4337.067871 0.000000 399.919586 0.000000 0.271599 0.000000 -0.962411 0.673162 0.673162 0.673162 +4341.270996 0.000000 398.690765 0.000000 0.291492 0.000000 -0.956573 0.566148 0.566148 0.566148 +4339.501953 0.000000 395.457520 0.000000 0.076653 0.000000 -0.997058 0.593204 0.593204 0.593204 +4339.716797 0.000000 397.642761 0.000000 0.433360 0.000000 -0.901221 0.588201 0.588201 0.588201 +4336.528320 0.000000 401.263062 0.000000 0.080729 0.000000 -0.996736 0.674834 0.674834 0.674834 +4351.554199 0.000000 403.718567 0.000000 0.486634 0.000000 -0.873606 0.637933 0.637933 0.637933 +4344.537109 0.000000 405.832672 0.000000 0.350422 0.000000 -0.936592 0.640158 0.640158 0.640158 +4338.001465 0.000000 402.646393 0.000000 0.489169 0.000000 -0.872189 0.672173 0.672173 0.672173 +4351.184082 0.000000 409.421021 0.000000 0.132856 0.000000 -0.991135 0.644488 0.644488 0.644488 +4467.213867 0.000000 272.194702 0.000000 0.128922 0.000000 -0.991655 0.419146 0.419146 0.419146 +4467.634277 0.000000 268.665375 0.000000 0.473116 0.000000 -0.881000 0.414371 0.414371 0.414371 +4449.448730 0.000000 249.234314 0.000000 0.169667 0.000000 -0.985501 0.419018 0.419018 0.419018 +4502.478027 0.000000 260.830780 0.000000 0.584150 0.000000 -0.811646 0.412199 0.412199 0.412199 +4509.422852 0.000000 264.489319 0.000000 0.266333 0.000000 -0.963881 0.417477 0.417477 0.417477 +4505.706543 0.000000 239.576859 0.000000 0.084887 0.000000 -0.996391 0.420476 0.420476 0.420476 +4501.008301 0.000000 255.042557 0.000000 0.341426 0.000000 -0.939909 0.458296 0.458296 0.458296 +4553.278320 0.000000 276.021088 0.000000 0.307497 0.000000 -0.951549 0.416900 0.416900 0.416900 +4502.782715 0.000000 289.725250 0.000000 0.076126 0.000000 -0.997098 0.420522 0.420522 0.420522 +4503.068359 0.000000 286.933014 0.000000 0.358863 0.000000 -0.933390 0.416589 0.416589 0.416589 +4533.428223 0.000000 300.263092 0.000000 0.163230 0.000000 -0.986588 0.419458 0.419458 0.419458 +4504.077637 0.000000 291.818329 0.000000 0.573844 0.000000 -0.818965 0.413416 0.413416 0.413416 +4352.371582 0.000000 343.991089 0.000000 0.062563 0.000000 -0.998041 0.454376 0.454376 0.454376 +4368.985352 0.000000 361.082092 0.000000 0.471604 0.000000 -0.881811 0.453855 0.453855 0.453855 +4379.203125 0.000000 434.708313 0.000000 0.330143 0.000000 -0.943931 0.424667 0.424667 0.424667 +4403.561035 0.000000 421.652527 0.000000 0.180324 0.000000 -0.983607 0.458900 0.458900 0.458900 +4407.432129 0.000000 444.474335 0.000000 0.509192 0.000000 -0.860653 0.453153 0.453153 0.453153 +4407.129883 0.000000 421.983978 0.000000 0.348432 0.000000 -0.937334 0.554016 0.554016 0.554016 +4397.193359 0.000000 416.240356 0.000000 0.502120 0.000000 -0.864798 0.558633 0.558633 0.558633 +4400.316895 0.000000 437.121948 0.000000 0.396256 0.000000 -0.918140 0.561394 0.561394 0.561394 +4403.127441 0.000000 444.432007 0.000000 0.033639 0.000000 -0.999434 0.596484 0.596484 0.596484 +4449.448730 0.000000 418.687439 0.000000 0.103703 0.000000 -0.994608 0.419776 0.419776 0.419776 +4449.062500 0.000000 447.464539 0.000000 0.461490 0.000000 -0.887145 0.415146 0.415146 0.415146 +4449.491699 0.000000 401.285889 0.000000 0.559813 0.000000 -0.828619 0.413508 0.413508 0.413508 +4476.008301 0.000000 437.667786 0.000000 0.460663 0.000000 -0.887575 0.418431 0.418431 0.418431 +4461.465820 0.000000 439.686584 0.000000 0.290771 0.000000 -0.956793 0.423150 0.423150 0.423150 +4418.009277 0.000000 416.439362 0.000000 0.034690 0.000000 -0.999398 0.669582 0.669582 0.669582 +4419.739746 0.000000 417.661438 0.000000 0.019137 0.000000 -0.999817 0.670058 0.670058 0.670058 +4548.384766 0.000000 446.163269 0.000000 0.260318 0.000000 -0.965523 0.418083 0.418083 0.418083 +4610.269043 0.000000 166.402603 0.000000 0.557624 0.000000 -0.830093 0.418909 0.418909 0.418909 +4630.782715 0.000000 176.756485 0.000000 0.405217 0.000000 -0.914221 0.415840 0.415840 0.415840 +4681.808105 0.000000 210.620270 0.000000 0.258782 0.000000 -0.965936 0.427862 0.427862 0.427862 +4792.550781 0.000000 202.312286 0.000000 0.557978 0.000000 -0.829856 0.412610 0.412610 0.412610 +4789.013672 0.000000 204.099457 0.000000 0.581097 0.000000 -0.813835 0.412580 0.412580 0.412580 +4786.798340 0.000000 206.134308 0.000000 0.104651 0.000000 -0.994509 0.419763 0.419763 0.419763 +4777.128906 0.000000 190.318787 0.000000 0.390727 0.000000 -0.920507 0.416115 0.416115 0.416115 +4798.582031 0.000000 184.320190 0.000000 0.263623 0.000000 -0.964626 0.419321 0.419321 0.419321 +4784.587891 0.000000 189.706390 0.000000 0.540689 0.000000 -0.841222 0.415039 0.415039 0.415039 +4785.314941 0.000000 212.151367 0.000000 0.541381 0.000000 -0.840777 0.417107 0.417107 0.417107 +4792.246582 0.000000 172.310013 0.000000 0.316897 0.000000 -0.948460 0.424868 0.424868 0.424868 +4792.708984 0.000000 189.896622 0.000000 0.548377 0.000000 -0.836232 0.460754 0.460754 0.460754 +4792.710938 0.000000 193.284637 0.000000 0.433702 0.000000 -0.901056 0.458757 0.458757 0.458757 +4851.402344 0.000000 223.420380 0.000000 0.075926 0.000000 -0.997113 0.419853 0.419853 0.419853 +4802.822754 0.000000 203.421249 0.000000 0.492309 0.000000 -0.870420 0.414395 0.414395 0.414395 +4835.689941 0.000000 221.054779 0.000000 0.154830 0.000000 -0.987941 0.419787 0.419787 0.419787 +4842.219238 0.000000 215.667786 0.000000 0.236188 0.000000 -0.971707 0.428202 0.428202 0.428202 +4876.112305 0.000000 184.359879 0.000000 0.505160 0.000000 -0.863025 0.414089 0.414089 0.414089 +4878.401855 0.000000 211.148987 0.000000 0.498528 0.000000 -0.866874 0.414560 0.414560 0.414560 +4868.756836 0.000000 188.246323 0.000000 0.093905 0.000000 -0.995581 0.420646 0.420646 0.420646 +4733.524414 0.000000 299.491577 0.000000 0.068924 0.000000 -0.997622 0.419722 0.419722 0.419722 +4697.681152 0.000000 316.199341 0.000000 0.074896 0.000000 -0.997191 0.420016 0.420016 0.420016 +4727.794922 0.000000 295.428101 0.000000 0.271131 0.000000 -0.962542 0.425559 0.425559 0.425559 +4708.342285 0.000000 338.090515 0.000000 0.576502 0.000000 -0.817096 0.422733 0.422733 0.422733 +4697.618652 0.000000 334.099121 0.000000 0.565380 0.000000 -0.824831 0.429166 0.429166 0.429166 +4692.141113 0.000000 336.353668 0.000000 0.088610 0.000000 -0.996066 0.441087 0.441087 0.441087 +4695.416992 0.000000 330.354645 0.000000 0.265580 0.000000 -0.964089 0.448972 0.448972 0.448972 +4693.101562 0.000000 328.872925 0.000000 0.130402 0.000000 -0.991461 0.453292 0.453292 0.453292 +4693.917480 0.000000 326.684143 0.000000 0.433990 0.000000 -0.900918 0.444029 0.444029 0.444029 +4691.881836 0.000000 320.959412 0.000000 0.170358 0.000000 -0.985382 0.469770 0.469770 0.469770 +4786.789551 0.000000 238.024796 0.000000 0.137469 0.000000 -0.990506 0.418602 0.418602 0.418602 +4798.948242 0.000000 228.091629 0.000000 0.360887 0.000000 -0.932610 0.419984 0.419984 0.419984 +4820.994629 0.000000 228.490204 0.000000 0.052664 0.000000 -0.998612 0.420618 0.420618 0.420618 +4847.447754 0.000000 238.623199 0.000000 0.136606 0.000000 -0.990625 0.419615 0.419615 0.419615 +4863.814453 0.000000 244.382172 0.000000 0.439392 0.000000 -0.898296 0.420863 0.420863 0.420863 +4804.602051 0.000000 228.543320 0.000000 0.003044 0.000000 -0.999995 0.427327 0.427327 0.427327 +4797.282227 0.000000 326.377075 0.000000 0.343894 0.000000 -0.939008 0.441335 0.441335 0.441335 +4681.604492 0.000000 366.360657 0.000000 0.540600 0.000000 -0.841280 0.413527 0.413527 0.413527 +4688.939453 0.000000 354.834930 0.000000 0.262999 0.000000 -0.964796 0.417980 0.417980 0.417980 +4726.158691 0.000000 370.966003 0.000000 0.325128 0.000000 -0.945670 0.417207 0.417207 0.417207 +4699.678223 0.000000 343.920410 0.000000 0.213290 0.000000 -0.976989 0.424296 0.424296 0.424296 +4734.994629 0.000000 386.530029 0.000000 0.013484 0.000000 -0.999909 0.421617 0.421617 0.421617 +4686.033691 0.000000 344.797241 0.000000 0.202567 0.000000 -0.979268 0.430829 0.430829 0.430829 +4699.504395 0.000000 352.884613 0.000000 0.522361 0.000000 -0.852724 0.452903 0.452903 0.452903 +4688.728516 0.000000 338.912872 0.000000 0.476365 0.000000 -0.879248 0.460063 0.460063 0.460063 +4700.899902 0.000000 390.454926 0.000000 0.026418 0.000000 -0.999651 0.498216 0.498216 0.498216 +4704.131348 0.000000 344.025635 0.000000 0.369741 0.000000 -0.929135 0.481083 0.481083 0.481083 +4709.374023 0.000000 344.872772 0.000000 0.370271 0.000000 -0.928924 0.500175 0.500175 0.500175 +4703.732910 0.000000 391.723053 0.000000 0.244371 0.000000 -0.969682 0.511279 0.511279 0.511279 +4699.159668 0.000000 393.034760 0.000000 0.560537 0.000000 -0.828129 0.498156 0.498156 0.498156 +4691.007324 0.000000 413.468994 0.000000 0.385939 0.000000 -0.922524 0.415307 0.415307 0.415307 +4710.469727 0.000000 421.984680 0.000000 0.234679 0.000000 -0.972073 0.418382 0.418382 0.418382 +4717.942871 0.000000 417.331512 0.000000 0.359182 0.000000 -0.933267 0.416824 0.416824 0.416824 +4735.814453 0.000000 413.835297 0.000000 0.393023 0.000000 -0.919529 0.416314 0.416314 0.416314 +4695.366211 0.000000 398.043335 0.000000 0.104284 0.000000 -0.994548 0.451565 0.451565 0.451565 +4714.257812 0.000000 397.653107 0.000000 0.501252 0.000000 -0.865301 0.455397 0.455397 0.455397 +4706.937012 0.000000 397.175354 0.000000 0.196779 0.000000 -0.980448 0.473595 0.473595 0.473595 +4696.779785 0.000000 399.927216 0.000000 0.230336 0.000000 -0.973111 0.477279 0.477279 0.477279 +4699.133789 0.000000 398.920776 0.000000 0.091504 0.000000 -0.995805 0.497008 0.497008 0.497008 +4761.283691 0.000000 360.523987 0.000000 0.258027 0.000000 -0.966138 0.417920 0.417920 0.417920 +4796.832520 0.000000 427.712372 0.000000 0.039902 0.000000 -0.999204 0.420638 0.420638 0.420638 +4789.860840 0.000000 443.457092 0.000000 0.092228 0.000000 -0.995738 0.419931 0.419931 0.419931 +4779.601562 0.000000 448.290680 0.000000 0.316187 0.000000 -0.948697 0.417276 0.417276 0.417276 +4742.070312 0.000000 402.430603 0.000000 0.570840 0.000000 -0.821061 0.413419 0.413419 0.413419 +4737.654297 0.000000 409.748749 0.000000 0.065997 0.000000 -0.997820 0.447873 0.447873 0.447873 +4811.442871 0.000000 413.199219 0.000000 0.546873 0.000000 -0.837215 0.413871 0.413871 0.413871 +4882.283691 0.000000 227.070206 0.000000 0.322709 0.000000 -0.946498 0.416188 0.416188 0.416188 +4894.961914 0.000000 226.898819 0.000000 0.382326 0.000000 -0.924027 0.415946 0.415946 0.415946 +4911.645996 0.000000 233.635498 0.000000 0.164225 0.000000 -0.986423 0.422881 0.422881 0.422881 +4982.588867 0.000000 392.089417 0.000000 0.365272 0.000000 -0.930901 0.453650 0.453650 0.453650 +4987.739258 0.000000 399.897247 0.000000 0.515179 0.000000 -0.857082 0.415461 0.415461 0.415461 +5027.619629 0.000000 380.813110 0.000000 0.402151 0.000000 -0.915573 0.459331 0.459331 0.459331 +5009.862305 0.000000 375.233704 0.000000 0.069577 0.000000 -0.997577 0.456415 0.456415 0.456415 +5008.024902 0.000000 380.324829 0.000000 0.202124 0.000000 -0.979360 0.492789 0.492789 0.492789 +4997.809082 0.000000 394.389435 0.000000 0.272307 0.000000 -0.962211 0.472260 0.472260 0.472260 +5011.616211 0.000000 385.164948 0.000000 0.300523 0.000000 -0.953775 0.505859 0.505859 0.505859 +5012.708984 0.000000 382.471680 0.000000 0.084864 0.000000 -0.996393 0.518796 0.518796 0.518796 +5117.248047 0.000000 384.908295 0.000000 0.431554 0.000000 -0.902087 0.414543 0.414543 0.414543 +5098.059082 0.000000 374.189240 0.000000 0.303343 0.000000 -0.952881 0.512213 0.512213 0.512213 +5039.663086 0.000000 405.402527 0.000000 0.401046 0.000000 -0.916058 0.415440 0.415440 0.415440 +5021.422852 0.000000 433.942444 0.000000 0.372972 0.000000 -0.927843 0.415964 0.415964 0.415964 +5041.262695 0.000000 449.951721 0.000000 0.113082 0.000000 -0.993586 0.430021 0.430021 0.430021 +5024.607910 0.000000 434.481262 0.000000 0.356986 0.000000 -0.934110 0.428467 0.428467 0.428467 +5037.747070 0.000000 444.082184 0.000000 0.272241 0.000000 -0.962229 0.425543 0.425543 0.425543 +5028.342285 0.000000 451.059265 0.000000 0.581850 0.000000 -0.813296 0.420562 0.420562 0.420562 +5052.034180 0.000000 443.213867 0.000000 0.019915 0.000000 -0.999802 0.433528 0.433528 0.433528 +5047.432129 0.000000 444.474335 0.000000 0.378859 0.000000 -0.925454 0.453414 0.453414 0.453414 +5031.104492 0.000000 407.284210 0.000000 0.525297 0.000000 -0.850919 0.450756 0.450756 0.450756 +5040.943848 0.000000 406.979126 0.000000 0.174105 0.000000 -0.984727 0.461142 0.461142 0.461142 +5037.674805 0.000000 408.394043 0.000000 0.332906 0.000000 -0.942960 0.483910 0.483910 0.483910 +5051.964844 0.000000 446.692444 0.000000 0.375056 0.000000 -0.927002 0.472508 0.472508 0.472508 +5001.676758 0.000000 410.067139 0.000000 0.520328 0.000000 -0.853966 0.490668 0.490668 0.490668 +4993.598145 0.000000 398.956390 0.000000 0.037273 0.000000 -0.999305 0.519745 0.519745 0.519745 +5037.684570 0.000000 438.301361 0.000000 0.354596 0.000000 -0.935020 0.504752 0.504752 0.504752 +5072.985352 0.000000 417.566467 0.000000 0.349127 0.000000 -0.937075 0.456045 0.456045 0.456045 +5091.182129 0.000000 402.156982 0.000000 0.565327 0.000000 -0.824867 0.458325 0.458325 0.458325 +5056.043457 0.000000 419.641693 0.000000 0.293020 0.000000 -0.956106 0.478274 0.478274 0.478274 +5075.704102 0.000000 409.154877 0.000000 0.014650 0.000000 -0.999893 0.485413 0.485413 0.485413 +5072.485352 0.000000 420.502838 0.000000 0.113590 0.000000 -0.993528 0.518221 0.518221 0.518221 +5080.230957 0.000000 410.399384 0.000000 0.535172 0.000000 -0.844743 0.523974 0.523974 0.523974 +4281.910645 0.000000 499.826050 0.000000 0.492200 0.000000 -0.870482 0.414028 0.414028 0.414028 +4290.822754 0.000000 485.843109 0.000000 0.369086 0.000000 -0.929395 0.416497 0.416497 0.416497 +4293.141602 0.000000 477.381226 0.000000 0.149218 0.000000 -0.988804 0.419867 0.419867 0.419867 +4415.510742 0.000000 476.611694 0.000000 0.532998 0.000000 -0.846116 0.414102 0.414102 0.414102 +4416.514160 0.000000 467.955841 0.000000 0.105158 0.000000 -0.994456 0.419244 0.419244 0.419244 +4399.339355 0.000000 508.605377 0.000000 0.485769 0.000000 -0.874087 0.414816 0.414816 0.414816 +4593.394043 0.000000 477.204773 0.000000 0.560068 0.000000 -0.828447 0.413503 0.413503 0.413503 +4685.506836 0.000000 487.689484 0.000000 0.549942 0.000000 -0.835203 0.413030 0.413030 0.413030 +4694.628418 0.000000 481.902222 0.000000 0.302803 0.000000 -0.953053 0.416966 0.416966 0.416966 +4684.457520 0.000000 503.650940 0.000000 0.303423 0.000000 -0.952856 0.417020 0.417020 0.417020 +4684.083496 0.000000 497.388855 0.000000 0.058633 0.000000 -0.998280 0.420537 0.420537 0.420537 +4988.926270 0.000000 455.718018 0.000000 0.444921 0.000000 -0.895570 0.521900 0.521900 0.521900 +4962.857422 0.000000 537.488281 0.000000 0.522439 0.000000 -0.852677 0.413715 0.413715 0.413715 +4977.394043 0.000000 533.689148 0.000000 0.352198 0.000000 -0.935926 0.416868 0.416868 0.416868 +4967.465820 0.000000 518.245056 0.000000 0.201112 0.000000 -0.979568 0.428724 0.428724 0.428724 +4973.814941 0.000000 544.905457 0.000000 0.219291 0.000000 -0.975659 0.439081 0.439081 0.439081 +4981.007812 0.000000 549.509766 0.000000 0.499817 0.000000 -0.866131 0.436590 0.436590 0.436590 +4955.504395 0.000000 522.337769 0.000000 0.549035 0.000000 -0.835800 0.450301 0.450301 0.450301 +4977.324707 0.000000 543.956604 0.000000 0.396579 0.000000 -0.918001 0.459432 0.459432 0.459432 +4968.256348 0.000000 525.207092 0.000000 0.012102 0.000000 -0.999927 0.470300 0.470300 0.470300 +4970.375488 0.000000 539.902649 0.000000 0.469616 0.000000 -0.882871 0.458091 0.458091 0.458091 +4985.112305 0.000000 514.949646 0.000000 0.397960 0.000000 -0.917403 0.465740 0.465740 0.465740 +4962.559570 0.000000 541.564880 0.000000 0.337775 0.000000 -0.941227 0.468956 0.468956 0.468956 +4963.595703 0.000000 528.471252 0.000000 0.213854 0.000000 -0.976866 0.490424 0.490424 0.490424 +4952.325195 0.000000 557.499634 0.000000 0.249430 0.000000 -0.968393 0.509032 0.509032 0.509032 +4965.374023 0.000000 514.325928 0.000000 0.085582 0.000000 -0.996331 0.525294 0.525294 0.525294 +4946.728027 0.000000 542.517456 0.000000 0.506938 0.000000 -0.861983 0.482553 0.482553 0.482553 +4989.587402 0.000000 556.257202 0.000000 0.418229 0.000000 -0.908342 0.514018 0.514018 0.514018 +4968.074707 0.000000 540.692322 0.000000 0.262024 0.000000 -0.965061 0.502352 0.502352 0.502352 +4965.886230 0.000000 554.531128 0.000000 0.441057 0.000000 -0.897479 0.511394 0.511394 0.511394 +4953.172852 0.000000 544.874146 0.000000 0.274607 0.000000 -0.961557 0.527818 0.527818 0.527818 +5043.759277 0.000000 483.239838 0.000000 0.550398 0.000000 -0.834902 0.413319 0.413319 0.413319 +4993.654297 0.000000 466.233124 0.000000 0.409411 0.000000 -0.912350 0.444454 0.444454 0.444454 +5049.129395 0.000000 490.693604 0.000000 0.262531 0.000000 -0.964924 0.436285 0.436285 0.436285 +4995.095703 0.000000 467.325104 0.000000 0.338750 0.000000 -0.940876 0.445647 0.445647 0.445647 +5051.429199 0.000000 477.187622 0.000000 0.427259 0.000000 -0.904129 0.452559 0.452559 0.452559 +5049.864746 0.000000 480.466187 0.000000 0.037218 0.000000 -0.999307 0.461246 0.461246 0.461246 +5021.034668 0.000000 505.358765 0.000000 0.174228 0.000000 -0.984705 0.489013 0.489013 0.489013 +5038.588379 0.000000 495.656311 0.000000 0.555214 0.000000 -0.831707 0.563509 0.563509 0.563509 +5061.464844 0.000000 456.656952 0.000000 0.144237 0.000000 -0.989543 0.418940 0.418940 0.418940 +5060.602051 0.000000 454.480804 0.000000 0.319768 0.000000 -0.947496 0.422714 0.422714 0.422714 +5069.139648 0.000000 495.419678 0.000000 0.385641 0.000000 -0.922649 0.425911 0.425911 0.425911 +5067.461426 0.000000 479.469452 0.000000 0.248890 0.000000 -0.968532 0.485490 0.485490 0.485490 +5094.060059 0.000000 472.699188 0.000000 0.380772 0.000000 -0.924669 0.512710 0.512710 0.512710 +5041.687988 0.000000 517.311951 0.000000 0.091120 0.000000 -0.995840 0.420611 0.420611 0.420611 +5038.880859 0.000000 558.894958 0.000000 0.083125 0.000000 -0.996539 0.428319 0.428319 0.428319 +5019.443848 0.000000 540.624329 0.000000 0.190942 0.000000 -0.981601 0.435260 0.435260 0.435260 +5014.911621 0.000000 549.348999 0.000000 0.473621 0.000000 -0.880729 0.445429 0.445429 0.445429 +5043.561035 0.000000 534.621277 0.000000 0.487255 0.000000 -0.873260 0.453565 0.453565 0.453565 +5044.072754 0.000000 556.862549 0.000000 0.309630 0.000000 -0.950857 0.444011 0.444011 0.444011 +5016.512695 0.000000 516.092285 0.000000 0.431528 0.000000 -0.902100 0.471439 0.471439 0.471439 +5029.106445 0.000000 520.957336 0.000000 0.198245 0.000000 -0.980153 0.486425 0.486425 0.486425 +5032.653320 0.000000 554.001953 0.000000 0.281510 0.000000 -0.959558 0.482749 0.482749 0.482749 +5029.604004 0.000000 530.943359 0.000000 0.571600 0.000000 -0.820532 0.485343 0.485343 0.485343 +4992.926758 0.000000 562.053101 0.000000 0.064249 0.000000 -0.997934 0.540974 0.540974 0.540974 +4993.498535 0.000000 536.336243 0.000000 0.016478 0.000000 -0.999864 0.645639 0.645639 0.645639 +5050.750488 0.000000 522.846802 0.000000 0.448397 0.000000 -0.893834 0.547290 0.547290 0.547290 +5107.213867 0.000000 554.616577 0.000000 0.164307 0.000000 -0.986409 0.418600 0.418600 0.418600 +5069.506836 0.000000 544.173828 0.000000 0.256607 0.000000 -0.966516 0.417416 0.417416 0.417416 +5119.976562 0.000000 558.974792 0.000000 0.172328 0.000000 -0.985040 0.419400 0.419400 0.419400 +5070.401855 0.000000 550.055237 0.000000 0.096453 0.000000 -0.995337 0.421715 0.421715 0.421715 +5101.143066 0.000000 508.661682 0.000000 0.047201 0.000000 -0.998885 0.443865 0.443865 0.443865 +5080.887695 0.000000 549.959595 0.000000 0.411980 0.000000 -0.911193 0.435997 0.435997 0.435997 +5083.739258 0.000000 551.982788 0.000000 0.355254 0.000000 -0.934770 0.447483 0.447483 0.447483 +5118.675293 0.000000 560.110474 0.000000 0.508364 0.000000 -0.861142 0.461546 0.461546 0.461546 +5081.336426 0.000000 546.357666 0.000000 0.332896 0.000000 -0.942964 0.458444 0.458444 0.458444 +5070.057129 0.000000 560.195251 0.000000 0.571174 0.000000 -0.820829 0.491628 0.491628 0.491628 +5089.853027 0.000000 520.124146 0.000000 0.341899 0.000000 -0.939737 0.496496 0.496496 0.496496 +5093.817871 0.000000 541.926147 0.000000 0.050021 0.000000 -0.998748 0.512969 0.512969 0.512969 +5089.699219 0.000000 521.789612 0.000000 0.105336 0.000000 -0.994437 0.501072 0.501072 0.501072 +5116.104492 0.000000 562.013123 0.000000 0.524400 0.000000 -0.851472 0.494780 0.494780 0.494780 +5057.639160 0.000000 543.565735 0.000000 0.122200 0.000000 -0.992505 0.489966 0.489966 0.489966 +5085.938965 0.000000 524.892822 0.000000 0.376547 0.000000 -0.926397 0.517058 0.517058 0.517058 +5086.394531 0.000000 526.405701 0.000000 0.337716 0.000000 -0.941248 0.505100 0.505100 0.505100 +5110.203613 0.000000 548.689819 0.000000 0.280557 0.000000 -0.959837 0.501985 0.501985 0.501985 +5063.500488 0.000000 527.655762 0.000000 0.101942 0.000000 -0.994790 0.527131 0.527131 0.527131 +5093.210449 0.000000 540.440979 0.000000 0.145186 0.000000 -0.989404 0.511105 0.511105 0.511105 +4981.566895 0.000000 577.305969 0.000000 0.391148 0.000000 -0.920328 0.415992 0.415992 0.415992 +4991.697754 0.000000 609.567871 0.000000 0.409446 0.000000 -0.912334 0.417140 0.417140 0.417140 +4974.671387 0.000000 611.298218 0.000000 0.361458 0.000000 -0.932389 0.417872 0.417872 0.417872 +4985.129395 0.000000 603.662354 0.000000 0.308139 0.000000 -0.951341 0.437685 0.437685 0.437685 +4980.393066 0.000000 587.237366 0.000000 0.107793 0.000000 -0.994173 0.445079 0.445079 0.445079 +4983.432129 0.000000 613.927429 0.000000 0.543094 0.000000 -0.839672 0.435815 0.435815 0.435815 +4965.379395 0.000000 601.730408 0.000000 0.308840 0.000000 -0.951114 0.477983 0.477983 0.477983 +4988.473145 0.000000 591.827820 0.000000 0.116925 0.000000 -0.993141 0.470684 0.470684 0.470684 +4991.169434 0.000000 581.721436 0.000000 0.172267 0.000000 -0.985050 0.486900 0.486900 0.486900 +4990.913574 0.000000 610.882263 0.000000 0.504395 0.000000 -0.863473 0.514178 0.514178 0.514178 +4985.773926 0.000000 586.632568 0.000000 0.430468 0.000000 -0.902606 0.494691 0.494691 0.494691 +4981.096191 0.000000 589.912231 0.000000 0.214552 0.000000 -0.976713 0.507581 0.507581 0.507581 +4983.433594 0.000000 586.046936 0.000000 0.291973 0.000000 -0.956427 0.548913 0.548913 0.548913 +4982.646973 0.000000 583.332397 0.000000 0.186699 0.000000 -0.982417 0.590430 0.590430 0.590430 +5053.512207 0.000000 564.869934 0.000000 0.079534 0.000000 -0.996832 0.419210 0.419210 0.419210 +5042.798340 0.000000 601.524902 0.000000 0.095693 0.000000 -0.995411 0.420179 0.420179 0.420179 +5036.127930 0.000000 592.285034 0.000000 0.365971 0.000000 -0.930626 0.416543 0.416543 0.416543 +5019.678223 0.000000 569.857910 0.000000 0.489568 0.000000 -0.871965 0.414808 0.414808 0.414808 +5005.704590 0.000000 577.670349 0.000000 0.408381 0.000000 -0.912812 0.444471 0.444471 0.444471 +5043.561035 0.000000 591.105652 0.000000 0.138293 0.000000 -0.990391 0.457450 0.457450 0.457450 +5008.278320 0.000000 578.399536 0.000000 0.507714 0.000000 -0.861526 0.457369 0.457369 0.457369 +5000.859375 0.000000 602.330872 0.000000 0.200715 0.000000 -0.979650 0.458562 0.458562 0.458562 +5028.749023 0.000000 574.213257 0.000000 0.465949 0.000000 -0.884811 0.466566 0.466566 0.466566 +5035.765137 0.000000 594.128052 0.000000 0.164727 0.000000 -0.986339 0.478447 0.478447 0.478447 +5049.728516 0.000000 590.238464 0.000000 0.144289 0.000000 -0.989536 0.483108 0.483108 0.483108 +5036.147461 0.000000 580.479126 0.000000 0.368537 0.000000 -0.929613 0.466279 0.466279 0.466279 +5010.461914 0.000000 581.424438 0.000000 0.173643 0.000000 -0.984809 0.510543 0.510543 0.510543 +5003.039062 0.000000 581.100159 0.000000 0.115620 0.000000 -0.993294 0.494400 0.494400 0.494400 +5021.034668 0.000000 618.327515 0.000000 0.351850 0.000000 -0.936056 0.485671 0.485671 0.485671 +5029.374023 0.000000 570.810303 0.000000 0.502680 0.000000 -0.864472 0.499469 0.499469 0.499469 +5035.175293 0.000000 583.141235 0.000000 0.383878 0.000000 -0.923384 0.480810 0.480810 0.480810 +5007.217285 0.000000 596.992249 0.000000 0.011531 0.000000 -0.999934 0.522438 0.522438 0.522438 +5038.908691 0.000000 576.153198 0.000000 0.096254 0.000000 -0.995357 0.496919 0.496919 0.496919 +5037.249512 0.000000 596.082520 0.000000 0.093840 0.000000 -0.995587 0.496964 0.496964 0.496964 +5021.209473 0.000000 620.804993 0.000000 0.081622 0.000000 -0.996663 0.514521 0.514521 0.514521 +5047.966309 0.000000 600.739441 0.000000 0.523827 0.000000 -0.851825 0.570748 0.570748 0.570748 +5008.360840 0.000000 611.388306 0.000000 0.382201 0.000000 -0.924079 0.613277 0.613277 0.613277 +5101.375000 0.000000 589.765442 0.000000 0.543909 0.000000 -0.839144 0.413125 0.413125 0.413125 +5058.822754 0.000000 598.811890 0.000000 0.164068 0.000000 -0.986449 0.419446 0.419446 0.419446 +5116.727539 0.000000 567.338257 0.000000 0.011883 0.000000 -0.999929 0.425053 0.425053 0.425053 +5067.263184 0.000000 601.406067 0.000000 0.068078 0.000000 -0.997680 0.432821 0.432821 0.432821 +5064.309570 0.000000 593.637024 0.000000 0.454494 0.000000 -0.890750 0.454170 0.454170 0.454170 +5116.312988 0.000000 588.598633 0.000000 0.494958 0.000000 -0.868917 0.461806 0.461806 0.461806 +5098.375488 0.000000 596.387024 0.000000 0.041626 0.000000 -0.999133 0.463331 0.463331 0.463331 +5090.375977 0.000000 581.286499 0.000000 0.551493 0.000000 -0.834180 0.464869 0.464869 0.464869 +5077.729980 0.000000 580.433838 0.000000 0.450895 0.000000 -0.892577 0.483710 0.483710 0.483710 +5078.351074 0.000000 583.584167 0.000000 0.342991 0.000000 -0.939339 0.481594 0.481594 0.481594 +5101.641602 0.000000 581.200745 0.000000 0.268593 0.000000 -0.963254 0.489394 0.489394 0.489394 +5066.331055 0.000000 610.180054 0.000000 0.406526 0.000000 -0.913639 0.484600 0.484600 0.484600 +5065.995605 0.000000 613.684753 0.000000 0.456151 0.000000 -0.889903 0.496263 0.496263 0.496263 +5106.249023 0.000000 614.523804 0.000000 0.455007 0.000000 -0.890488 0.566268 0.566268 0.566268 +5112.311035 0.000000 609.495850 0.000000 0.249669 0.000000 -0.968331 0.638863 0.638863 0.638863 +5005.612305 0.000000 624.456726 0.000000 0.207704 0.000000 -0.978192 0.426502 0.426502 0.426502 +5023.888672 0.000000 642.872375 0.000000 0.011123 0.000000 -0.999938 0.431508 0.431508 0.431508 +5009.145996 0.000000 623.882324 0.000000 0.507281 0.000000 -0.861781 0.465758 0.465758 0.465758 +5025.519531 0.000000 629.189087 0.000000 0.093543 0.000000 -0.995615 0.471082 0.471082 0.471082 +5036.147461 0.000000 636.963501 0.000000 0.038058 0.000000 -0.999276 0.482834 0.482834 0.482834 +4995.049316 0.000000 633.598999 0.000000 0.139518 0.000000 -0.990219 0.483193 0.483193 0.483193 +5013.209473 0.000000 628.190369 0.000000 0.042840 0.000000 -0.999082 0.506591 0.506591 0.506591 +5013.918945 0.000000 632.835510 0.000000 0.440754 0.000000 -0.897628 0.494476 0.494476 0.494476 +5031.388184 0.000000 639.388916 0.000000 0.067942 0.000000 -0.997689 0.503944 0.503944 0.503944 +5006.213379 0.000000 623.033081 0.000000 0.310549 0.000000 -0.950557 0.509927 0.509927 0.509927 +5021.067383 0.000000 644.841064 0.000000 0.163477 0.000000 -0.986547 0.521537 0.521537 0.521537 +5069.612305 0.000000 624.456726 0.000000 0.407421 0.000000 -0.913240 0.421368 0.421368 0.421368 +5106.425293 0.000000 623.482483 0.000000 0.581407 0.000000 -0.813613 0.445505 0.445505 0.445505 +5115.262207 0.000000 643.464111 0.000000 0.577758 0.000000 -0.816208 0.462241 0.462241 0.462241 +5093.106445 0.000000 633.926086 0.000000 0.474321 0.000000 -0.880352 0.500093 0.500093 0.500093 +5094.707031 0.000000 629.885437 0.000000 0.184693 0.000000 -0.982796 0.510324 0.510324 0.510324 +5081.045410 0.000000 633.219971 0.000000 0.243671 0.000000 -0.969858 0.485587 0.485587 0.485587 +5095.789551 0.000000 635.265564 0.000000 0.321431 0.000000 -0.946933 0.528939 0.528939 0.528939 +5067.583984 0.000000 624.885803 0.000000 0.445569 0.000000 -0.895247 0.504945 0.504945 0.504945 +5089.762207 0.000000 643.226013 0.000000 0.418582 0.000000 -0.908179 0.505528 0.505528 0.505528 +5097.922852 0.000000 646.480042 0.000000 0.397986 0.000000 -0.917392 0.505968 0.505968 0.505968 +5092.154785 0.000000 629.030579 0.000000 0.439227 0.000000 -0.898376 0.568819 0.568819 0.568819 +5089.511719 0.000000 630.387634 0.000000 0.432837 0.000000 -0.901472 0.637553 0.637553 0.637553 +5091.665039 0.000000 630.909119 0.000000 0.042753 0.000000 -0.999086 0.618314 0.618314 0.618314 +5177.007324 0.000000 384.566772 0.000000 0.050706 0.000000 -0.998714 0.456718 0.456718 0.456718 +5170.908203 0.000000 377.672089 0.000000 0.258869 0.000000 -0.965912 0.519566 0.519566 0.519566 +5178.669922 0.000000 394.644043 0.000000 0.149348 0.000000 -0.988785 0.506707 0.506707 0.506707 +5121.498535 0.000000 366.883087 0.000000 0.118272 0.000000 -0.992981 0.518127 0.518127 0.518127 +5193.808105 0.000000 380.073395 0.000000 0.476125 0.000000 -0.879378 0.443289 0.443289 0.443289 +5195.735352 0.000000 382.959534 0.000000 0.470651 0.000000 -0.882319 0.493844 0.493844 0.493844 +5154.934570 0.000000 398.959808 0.000000 0.444511 0.000000 -0.895773 0.448047 0.448047 0.448047 +5127.620605 0.000000 401.619843 0.000000 0.412201 0.000000 -0.911093 0.454934 0.454934 0.454934 +5165.641602 0.000000 411.747620 0.000000 0.284521 0.000000 -0.958670 0.495496 0.495496 0.495496 +5151.750977 0.000000 401.973572 0.000000 0.259948 0.000000 -0.965623 0.489558 0.489558 0.489558 +5247.697754 0.000000 440.114777 0.000000 0.377155 0.000000 -0.926150 0.416554 0.416554 0.416554 +5188.248535 0.000000 416.690491 0.000000 0.545391 0.000000 -0.838182 0.414960 0.414960 0.414960 +5202.425781 0.000000 444.242767 0.000000 0.431473 0.000000 -0.902126 0.501017 0.501017 0.501017 +5255.437500 0.000000 450.434265 0.000000 0.258540 0.000000 -0.966000 0.417782 0.417782 0.417782 +5142.937012 0.000000 466.302368 0.000000 0.537516 0.000000 -0.843254 0.413125 0.413125 0.413125 +5165.375000 0.000000 476.796661 0.000000 0.148529 0.000000 -0.988908 0.418812 0.418812 0.418812 +5163.659668 0.000000 488.054626 0.000000 0.587281 0.000000 -0.809383 0.413091 0.413091 0.413091 +5168.587891 0.000000 472.128265 0.000000 0.177637 0.000000 -0.984096 0.429072 0.429072 0.429072 +5173.005371 0.000000 504.070221 0.000000 0.376030 0.000000 -0.926607 0.428167 0.428167 0.428167 +5143.348633 0.000000 504.873474 0.000000 0.309437 0.000000 -0.950920 0.424982 0.424982 0.424982 +5162.678223 0.000000 490.050049 0.000000 0.065163 0.000000 -0.997875 0.430721 0.430721 0.430721 +5167.448242 0.000000 476.382568 0.000000 0.001343 0.000000 -0.999999 0.442411 0.442411 0.442411 +5172.316895 0.000000 481.000916 0.000000 0.190625 0.000000 -0.981663 0.445920 0.445920 0.445920 +5170.395020 0.000000 481.891602 0.000000 0.559166 0.000000 -0.829056 0.448020 0.448020 0.448020 +5168.891113 0.000000 480.249084 0.000000 0.126310 0.000000 -0.991991 0.476974 0.476974 0.476974 +5120.525879 0.000000 489.178101 0.000000 0.483458 0.000000 -0.875367 0.472529 0.472529 0.472529 +5181.810547 0.000000 485.528442 0.000000 0.197798 0.000000 -0.980243 0.473578 0.473578 0.473578 +5139.704102 0.000000 465.639252 0.000000 0.041947 0.000000 -0.999120 0.478440 0.478440 0.478440 +5145.935547 0.000000 492.277649 0.000000 0.095368 0.000000 -0.995442 0.492615 0.492615 0.492615 +5126.164062 0.000000 480.444733 0.000000 0.319038 0.000000 -0.947742 0.505482 0.505482 0.505482 +5142.404297 0.000000 477.490326 0.000000 0.560422 0.000000 -0.828207 0.506546 0.506546 0.506546 +5155.506348 0.000000 483.745117 0.000000 0.381419 0.000000 -0.924402 0.510570 0.510570 0.510570 +5173.635254 0.000000 490.397614 0.000000 0.009409 0.000000 -0.999956 0.544334 0.544334 0.544334 +5167.984863 0.000000 485.455383 0.000000 0.048149 0.000000 -0.998840 0.554428 0.554428 0.554428 +5162.301758 0.000000 495.420776 0.000000 0.410074 0.000000 -0.912052 0.618904 0.618904 0.618904 +5225.128906 0.000000 472.740662 0.000000 0.264075 0.000000 -0.964502 0.421431 0.421431 0.421431 +5203.253418 0.000000 499.461609 0.000000 0.580618 0.000000 -0.814176 0.418509 0.418509 0.418509 +5227.407227 0.000000 496.103058 0.000000 0.578338 0.000000 -0.815797 0.441403 0.441403 0.441403 +5245.282227 0.000000 495.830200 0.000000 0.003175 0.000000 -0.999995 0.448849 0.448849 0.448849 +5192.280273 0.000000 486.105957 0.000000 0.240120 0.000000 -0.970743 0.460034 0.460034 0.460034 +5218.375977 0.000000 468.317719 0.000000 0.324041 0.000000 -0.946043 0.475576 0.475576 0.475576 +5223.382324 0.000000 485.493469 0.000000 0.587068 0.000000 -0.809538 0.472471 0.472471 0.472471 +5187.162109 0.000000 503.926697 0.000000 0.318425 0.000000 -0.947948 0.486314 0.486314 0.486314 +5187.597168 0.000000 476.981567 0.000000 0.033430 0.000000 -0.999441 0.478588 0.478588 0.478588 +5199.453125 0.000000 500.850159 0.000000 0.199244 0.000000 -0.979950 0.497137 0.497137 0.497137 +5238.848633 0.000000 474.387634 0.000000 0.358883 0.000000 -0.933382 0.508920 0.508920 0.508920 +5246.208984 0.000000 488.535706 0.000000 0.255043 0.000000 -0.966930 0.517499 0.517499 0.517499 +5237.408691 0.000000 480.288666 0.000000 0.220341 0.000000 -0.975423 0.524673 0.524673 0.524673 +5124.957520 0.000000 548.206482 0.000000 0.190815 0.000000 -0.981626 0.418382 0.418382 0.418382 +5138.230469 0.000000 546.394897 0.000000 0.092383 0.000000 -0.995723 0.419855 0.419855 0.419855 +5170.709961 0.000000 522.449219 0.000000 0.244776 0.000000 -0.969580 0.436561 0.436561 0.436561 +5147.739258 0.000000 551.982788 0.000000 0.261736 0.000000 -0.965140 0.440541 0.440541 0.440541 +5150.652344 0.000000 520.444763 0.000000 0.546482 0.000000 -0.837471 0.458703 0.458703 0.458703 +5137.862305 0.000000 544.686829 0.000000 0.301646 0.000000 -0.953420 0.473860 0.473860 0.473860 +5136.728516 0.000000 508.365997 0.000000 0.397453 0.000000 -0.917622 0.463638 0.463638 0.463638 +5136.583984 0.000000 546.715515 0.000000 0.305355 0.000000 -0.952239 0.473792 0.473792 0.473792 +5151.740723 0.000000 553.327942 0.000000 0.008079 0.000000 -0.999967 0.505079 0.505079 0.505079 +5147.322754 0.000000 532.829346 0.000000 0.230097 0.000000 -0.973168 0.511568 0.511568 0.511568 +5126.382324 0.000000 545.359314 0.000000 0.516783 0.000000 -0.856116 0.503361 0.503361 0.503361 +5175.696777 0.000000 517.645203 0.000000 0.527008 0.000000 -0.849860 0.513645 0.513645 0.513645 +5168.316895 0.000000 550.090698 0.000000 0.571648 0.000000 -0.820499 0.556713 0.556713 0.556713 +5203.362793 0.000000 536.347229 0.000000 0.521413 0.000000 -0.853304 0.414139 0.414139 0.414139 +5203.253418 0.000000 555.945984 0.000000 0.452610 0.000000 -0.891708 0.424838 0.424838 0.424838 +5211.443848 0.000000 540.624329 0.000000 0.406032 0.000000 -0.913859 0.433993 0.433993 0.433993 +5194.166504 0.000000 514.872986 0.000000 0.537412 0.000000 -0.843320 0.431750 0.431750 0.431750 +5188.035156 0.000000 514.579102 0.000000 0.243797 0.000000 -0.969826 0.447201 0.447201 0.447201 +5211.528320 0.000000 542.898560 0.000000 0.387849 0.000000 -0.921723 0.446929 0.446929 0.446929 +5196.251465 0.000000 515.195496 0.000000 0.399863 0.000000 -0.916575 0.463593 0.463593 0.463593 +5184.371582 0.000000 513.444214 0.000000 0.277102 0.000000 -0.960840 0.455155 0.455155 0.455155 +5213.614258 0.000000 540.087280 0.000000 0.511405 0.000000 -0.859340 0.461486 0.461486 0.461486 +5226.442383 0.000000 536.410217 0.000000 0.087028 0.000000 -0.996206 0.464735 0.464735 0.464735 +5236.916016 0.000000 515.722412 0.000000 0.585771 0.000000 -0.810477 0.466243 0.466243 0.466243 +5209.336426 0.000000 546.357666 0.000000 0.304053 0.000000 -0.952655 0.473816 0.473816 0.473816 +5192.954590 0.000000 532.077393 0.000000 0.115430 0.000000 -0.993316 0.494404 0.494404 0.494404 +5218.977539 0.000000 522.858826 0.000000 0.334584 0.000000 -0.942366 0.483878 0.483878 0.483878 +5202.634277 0.000000 553.628052 0.000000 0.047276 0.000000 -0.998882 0.482672 0.482672 0.482672 +5207.673828 0.000000 514.315491 0.000000 0.403424 0.000000 -0.915013 0.476202 0.476202 0.476202 +5215.732910 0.000000 561.176147 0.000000 0.075107 0.000000 -0.997175 0.501642 0.501642 0.501642 +5198.835449 0.000000 538.000000 0.000000 0.375685 0.000000 -0.926748 0.529861 0.529861 0.529861 +5203.521973 0.000000 540.135071 0.000000 0.160680 0.000000 -0.987006 0.512957 0.512957 0.512957 +5206.292480 0.000000 539.779968 0.000000 0.501879 0.000000 -0.864938 0.503698 0.503698 0.503698 +5239.433594 0.000000 529.562561 0.000000 0.569027 0.000000 -0.822318 0.506340 0.506340 0.506340 +5190.510254 0.000000 524.959778 0.000000 0.229614 0.000000 -0.973282 0.548190 0.548190 0.548190 +5207.724609 0.000000 535.488831 0.000000 0.108635 0.000000 -0.994082 0.535677 0.535677 0.535677 +5249.843750 0.000000 498.254669 0.000000 0.504145 0.000000 -0.863619 0.470015 0.470015 0.470015 +5251.621094 0.000000 488.962982 0.000000 0.508302 0.000000 -0.861179 0.518304 0.518304 0.518304 +5250.857910 0.000000 494.218506 0.000000 0.393985 0.000000 -0.919117 0.587150 0.587150 0.587150 +5271.885254 0.000000 534.139465 0.000000 0.089277 0.000000 -0.996007 0.432509 0.432509 0.432509 +5278.924805 0.000000 547.664185 0.000000 0.072900 0.000000 -0.997339 0.475746 0.475746 0.475746 +5275.529297 0.000000 539.045288 0.000000 0.127202 0.000000 -0.991877 0.492030 0.492030 0.492030 +5265.980469 0.000000 547.615112 0.000000 0.445750 0.000000 -0.895157 0.637135 0.637135 0.637135 +5320.173828 0.000000 530.625671 0.000000 0.231886 0.000000 -0.972743 0.418556 0.418556 0.418556 +5325.872070 0.000000 536.761841 0.000000 0.180573 0.000000 -0.983562 0.419353 0.419353 0.419353 +5322.780273 0.000000 543.143188 0.000000 0.375815 0.000000 -0.926695 0.455579 0.455579 0.455579 +5345.128418 0.000000 549.122559 0.000000 0.164400 0.000000 -0.986394 0.459163 0.459163 0.459163 +5329.688477 0.000000 536.586182 0.000000 0.400871 0.000000 -0.916134 0.472023 0.472023 0.472023 +5323.761719 0.000000 532.769043 0.000000 0.282072 0.000000 -0.959393 0.489138 0.489138 0.489138 +5158.646484 0.000000 597.000977 0.000000 0.339057 0.000000 -0.940766 0.416758 0.416758 0.416758 +5120.712402 0.000000 583.064758 0.000000 0.027893 0.000000 -0.999611 0.437709 0.437709 0.437709 +5147.966309 0.000000 574.456848 0.000000 0.288037 0.000000 -0.957619 0.433769 0.433769 0.433769 +5129.693359 0.000000 573.906494 0.000000 0.432949 0.000000 -0.901418 0.448251 0.448251 0.448251 +5154.937012 0.000000 566.628479 0.000000 0.311401 0.000000 -0.950279 0.467308 0.467308 0.467308 +5141.729980 0.000000 580.433838 0.000000 0.139441 0.000000 -0.990230 0.493959 0.493959 0.493959 +5154.977539 0.000000 579.343201 0.000000 0.399914 0.000000 -0.916553 0.476269 0.476269 0.476269 +5158.707031 0.000000 573.401062 0.000000 0.258868 0.000000 -0.965913 0.500274 0.500274 0.500274 +5163.248047 0.000000 612.040771 0.000000 0.024621 0.000000 -0.999697 0.519997 0.519997 0.519997 +5120.126465 0.000000 610.526672 0.000000 0.484405 0.000000 -0.874844 0.512531 0.512531 0.512531 +5175.129883 0.000000 591.437134 0.000000 0.195365 0.000000 -0.980731 0.518727 0.518727 0.518727 +5143.342773 0.000000 589.584290 0.000000 0.269887 0.000000 -0.962892 0.560201 0.560201 0.560201 +5146.768555 0.000000 579.776062 0.000000 0.561039 0.000000 -0.827790 0.580242 0.580242 0.580242 +5171.956055 0.000000 610.278687 0.000000 0.540680 0.000000 -0.841228 0.629700 0.629700 0.629700 +5184.090332 0.000000 568.139343 0.000000 0.532946 0.000000 -0.846149 0.413800 0.413800 0.413800 +5190.070312 0.000000 571.883728 0.000000 0.041000 0.000000 -0.999159 0.421311 0.421311 0.421311 +5194.663574 0.000000 619.428711 0.000000 0.542803 0.000000 -0.839860 0.469229 0.469229 0.469229 +5202.442383 0.000000 579.860413 0.000000 0.324568 0.000000 -0.945862 0.481942 0.481942 0.481942 +5199.453125 0.000000 613.818909 0.000000 0.554761 0.000000 -0.832010 0.489906 0.489906 0.489906 +5213.034668 0.000000 618.327515 0.000000 0.122294 0.000000 -0.992494 0.511555 0.511555 0.511555 +5171.561035 0.000000 647.590027 0.000000 0.196374 0.000000 -0.980529 0.456498 0.456498 0.456498 +5144.779785 0.000000 625.864685 0.000000 0.534212 0.000000 -0.845351 0.456855 0.456855 0.456855 +5120.369629 0.000000 632.230042 0.000000 0.159996 0.000000 -0.987118 0.476384 0.476384 0.476384 +5156.813477 0.000000 638.482361 0.000000 0.350977 0.000000 -0.936384 0.479319 0.479319 0.479319 +5166.203125 0.000000 644.849487 0.000000 0.567468 0.000000 -0.823395 0.489620 0.489620 0.489620 +5180.055664 0.000000 627.245483 0.000000 0.072097 0.000000 -0.997398 0.499533 0.499533 0.499533 +5152.868164 0.000000 637.699524 0.000000 0.046476 0.000000 -0.998919 0.515212 0.515212 0.515212 +5159.522949 0.000000 625.326294 0.000000 0.436130 0.000000 -0.899883 0.566768 0.566768 0.566768 +5204.832520 0.000000 633.907776 0.000000 0.393413 0.000000 -0.919362 0.416075 0.416075 0.416075 +5190.070312 0.000000 628.368103 0.000000 0.311313 0.000000 -0.950307 0.417535 0.417535 0.417535 +5203.236816 0.000000 632.651184 0.000000 0.039237 0.000000 -0.999230 0.437539 0.437539 0.437539 +5192.859375 0.000000 658.815247 0.000000 0.378962 0.000000 -0.925412 0.451301 0.451301 0.451301 +5228.442383 0.000000 627.840881 0.000000 0.461869 0.000000 -0.886948 0.477167 0.477167 0.477167 +5196.241699 0.000000 623.592957 0.000000 0.307819 0.000000 -0.951445 0.488647 0.488647 0.488647 +5194.378418 0.000000 633.189514 0.000000 0.557390 0.000000 -0.830251 0.502423 0.502423 0.502423 +5205.209473 0.000000 628.190369 0.000000 0.338721 0.000000 -0.940887 0.500818 0.500818 0.500818 +5192.131348 0.000000 630.715881 0.000000 0.458476 0.000000 -0.888707 0.504663 0.504663 0.504663 +5187.916016 0.000000 625.941162 0.000000 0.404949 0.000000 -0.914339 0.499457 0.499457 0.499457 +5233.542480 0.000000 642.756897 0.000000 0.159519 0.000000 -0.987195 0.484983 0.484983 0.484983 +5195.735352 0.000000 665.381409 0.000000 0.440726 0.000000 -0.897642 0.486027 0.486027 0.486027 +5205.894043 0.000000 674.601929 0.000000 0.520920 0.000000 -0.853605 0.503267 0.503267 0.503267 +5195.583984 0.000000 624.885803 0.000000 0.144217 0.000000 -0.989546 0.528423 0.528423 0.528423 +5218.581543 0.000000 640.507812 0.000000 0.091487 0.000000 -0.995806 0.523003 0.523003 0.523003 +5190.753418 0.000000 626.492798 0.000000 0.193700 0.000000 -0.981061 0.538186 0.538186 0.538186 +5189.529297 0.000000 624.818054 0.000000 0.047044 0.000000 -0.998893 0.638110 0.638110 0.638110 +5186.732422 0.000000 629.541748 0.000000 0.156462 0.000000 -0.987684 0.558523 0.558523 0.558523 +5301.013672 0.000000 599.490112 0.000000 0.183429 0.000000 -0.983033 0.418413 0.418413 0.418413 +5295.135742 0.000000 580.899841 0.000000 0.280289 0.000000 -0.959916 0.433889 0.433889 0.433889 +5307.815430 0.000000 583.563538 0.000000 0.544712 0.000000 -0.838623 0.439955 0.439955 0.439955 +5301.177734 0.000000 575.364197 0.000000 0.455673 0.000000 -0.890147 0.433166 0.433166 0.433166 +5299.318359 0.000000 598.485229 0.000000 0.382171 0.000000 -0.924092 0.434383 0.434383 0.434383 +5285.372070 0.000000 568.908264 0.000000 0.415187 0.000000 -0.909736 0.465421 0.465421 0.465421 +5348.575195 0.000000 567.232727 0.000000 0.496678 0.000000 -0.867935 0.414484 0.414484 0.414484 +5322.564941 0.000000 567.392700 0.000000 0.204365 0.000000 -0.978895 0.418811 0.418811 0.418811 +5372.013184 0.000000 579.708496 0.000000 0.475303 0.000000 -0.879822 0.414929 0.414929 0.414929 +5361.394043 0.000000 590.173523 0.000000 0.043942 0.000000 -0.999034 0.421346 0.421346 0.421346 +5319.143066 0.000000 592.228210 0.000000 0.487390 0.000000 -0.873184 0.414737 0.414737 0.414737 +5334.604004 0.000000 603.373413 0.000000 0.085727 0.000000 -0.996319 0.438988 0.438988 0.438988 +5364.393066 0.000000 587.237366 0.000000 0.403568 0.000000 -0.914950 0.455088 0.455088 0.455088 +5346.967773 0.000000 599.586426 0.000000 0.153764 0.000000 -0.988108 0.455057 0.455057 0.455057 +5348.099609 0.000000 603.161560 0.000000 0.067859 0.000000 -0.997695 0.445696 0.445696 0.445696 +5361.324707 0.000000 600.440979 0.000000 0.522598 0.000000 -0.852579 0.452898 0.452898 0.452898 +5322.780273 0.000000 599.627563 0.000000 0.085824 0.000000 -0.996310 0.462604 0.462604 0.462604 +5357.431152 0.000000 568.895447 0.000000 0.011442 0.000000 -0.999935 0.478969 0.478969 0.478969 +5354.442383 0.000000 592.894592 0.000000 0.455352 0.000000 -0.890312 0.466769 0.466769 0.466769 +5329.688477 0.000000 593.070557 0.000000 0.013804 0.000000 -0.999905 0.472435 0.472435 0.472435 +5364.080566 0.000000 578.037292 0.000000 0.089682 0.000000 -0.995970 0.484082 0.484082 0.484082 +5326.469238 0.000000 583.502319 0.000000 0.151888 0.000000 -0.988398 0.504501 0.504501 0.504501 +5325.021484 0.000000 597.472778 0.000000 0.069440 0.000000 -0.997586 0.490926 0.490926 0.490926 +5321.912598 0.000000 593.945923 0.000000 0.541828 0.000000 -0.840490 0.488098 0.488098 0.488098 +5354.712402 0.000000 586.062195 0.000000 0.370404 0.000000 -0.928871 0.506550 0.506550 0.506550 +5338.692383 0.000000 577.294678 0.000000 0.493766 0.000000 -0.869595 0.478625 0.478625 0.478625 +5363.663574 0.000000 566.012146 0.000000 0.103829 0.000000 -0.994595 0.494619 0.494619 0.494619 +5342.191406 0.000000 567.057739 0.000000 0.499587 0.000000 -0.866263 0.497432 0.497432 0.497432 +5357.249512 0.000000 596.082520 0.000000 0.237515 0.000000 -0.971384 0.511418 0.511418 0.511418 +5343.834473 0.000000 566.997253 0.000000 0.455633 0.000000 -0.890168 0.498386 0.498386 0.498386 +5318.510254 0.000000 581.444153 0.000000 0.567061 0.000000 -0.823676 0.527377 0.527377 0.527377 +5335.285645 0.000000 604.554260 0.000000 0.086507 0.000000 -0.996251 0.527448 0.527448 0.527448 +5332.417969 0.000000 594.939087 0.000000 0.116115 0.000000 -0.993236 0.671510 0.671510 0.671510 +5271.293457 0.000000 644.892883 0.000000 0.265426 0.000000 -0.964131 0.417360 0.417360 0.417360 +5283.666992 0.000000 657.814331 0.000000 0.509688 0.000000 -0.860360 0.414018 0.414018 0.414018 +5281.910645 0.000000 663.651001 0.000000 0.299980 0.000000 -0.953945 0.417448 0.417448 0.417448 +5265.493164 0.000000 665.300903 0.000000 0.360198 0.000000 -0.932876 0.436848 0.436848 0.436848 +5269.843750 0.000000 671.612854 0.000000 0.311529 0.000000 -0.950237 0.441863 0.441863 0.441863 +5297.909180 0.000000 653.169434 0.000000 0.506473 0.000000 -0.862256 0.440653 0.440653 0.440653 +5287.147461 0.000000 658.231384 0.000000 0.261869 0.000000 -0.965103 0.446909 0.446909 0.446909 +5291.722656 0.000000 676.651367 0.000000 0.382395 0.000000 -0.923999 0.468140 0.468140 0.468140 +5263.453125 0.000000 670.303284 0.000000 0.552650 0.000000 -0.833414 0.481577 0.481577 0.481577 +5271.838867 0.000000 652.351807 0.000000 0.520539 0.000000 -0.853838 0.520119 0.520119 0.520119 +5270.619629 0.000000 654.849243 0.000000 0.133133 0.000000 -0.991098 0.587413 0.587413 0.587413 +5268.545898 0.000000 653.488464 0.000000 0.414109 0.000000 -0.910227 0.627386 0.627386 0.627386 +5294.206055 0.000000 650.275879 0.000000 0.313085 0.000000 -0.949725 0.749134 0.749134 0.749134 +5389.099609 0.000000 584.620361 0.000000 0.577774 0.000000 -0.816197 0.413015 0.413015 0.413015 +5399.105957 0.000000 586.080444 0.000000 0.264407 0.000000 -0.964411 0.425660 0.425660 0.425660 +5378.970703 0.000000 574.291382 0.000000 0.538183 0.000000 -0.842828 0.490276 0.490276 0.490276 +5388.289551 0.000000 578.291138 0.000000 0.065551 0.000000 -0.997849 0.490997 0.490997 0.490997 +5388.996094 0.000000 594.675598 0.000000 0.062415 0.000000 -0.998050 0.523592 0.523592 0.523592 +5195.406250 0.000000 710.883301 0.000000 0.514279 0.000000 -0.857623 0.413843 0.413843 0.413843 +5232.746582 0.000000 681.050171 0.000000 0.095708 0.000000 -0.995409 0.420032 0.420032 0.420032 +5227.095215 0.000000 692.131165 0.000000 0.109020 0.000000 -0.994040 0.421537 0.421537 0.421537 +5217.641602 0.000000 695.891113 0.000000 0.509233 0.000000 -0.860629 0.417643 0.417643 0.417643 +5197.612305 0.000000 680.941101 0.000000 0.452698 0.000000 -0.891664 0.420650 0.420650 0.420650 +5234.317871 0.000000 682.265625 0.000000 0.296182 0.000000 -0.955132 0.433642 0.433642 0.433642 +5210.529785 0.000000 733.219360 0.000000 0.128159 0.000000 -0.991754 0.459760 0.459760 0.459760 +5196.773926 0.000000 711.996521 0.000000 0.178150 0.000000 -0.984003 0.473921 0.473921 0.473921 +5201.688477 0.000000 706.039307 0.000000 0.353516 0.000000 -0.935428 0.479271 0.479271 0.479271 +5208.779785 0.000000 682.349060 0.000000 0.054004 0.000000 -0.998541 0.489042 0.489042 0.489042 +5203.350098 0.000000 680.166382 0.000000 0.187893 0.000000 -0.982190 0.467328 0.467328 0.467328 +5242.082520 0.000000 682.036987 0.000000 0.473369 0.000000 -0.880864 0.489571 0.489571 0.489571 +5236.695312 0.000000 724.784668 0.000000 0.440892 0.000000 -0.897560 0.473366 0.473366 0.473366 +5229.641602 0.000000 694.169495 0.000000 0.024036 0.000000 -0.999711 0.496089 0.496089 0.496089 +5207.560547 0.000000 695.338318 0.000000 0.375681 0.000000 -0.926749 0.510692 0.510692 0.510692 +5208.325195 0.000000 726.952759 0.000000 0.238243 0.000000 -0.971205 0.511403 0.511403 0.511403 +5202.930176 0.000000 701.675171 0.000000 0.134021 0.000000 -0.990978 0.528635 0.528635 0.528635 +5217.762207 0.000000 699.710388 0.000000 0.328797 0.000000 -0.944401 0.507416 0.507416 0.507416 +5230.049316 0.000000 715.726074 0.000000 0.412153 0.000000 -0.911115 0.522648 0.522648 0.522648 +5194.576172 0.000000 708.156311 0.000000 0.055342 0.000000 -0.998467 0.534623 0.534623 0.534623 +5245.367188 0.000000 728.948242 0.000000 0.450331 0.000000 -0.892862 0.540868 0.540868 0.540868 +5233.244629 0.000000 714.864807 0.000000 0.535852 0.000000 -0.844312 0.532385 0.532385 0.532385 +5203.693848 0.000000 707.148254 0.000000 0.193569 0.000000 -0.981087 0.531708 0.531708 0.531708 +5231.484375 0.000000 697.271606 0.000000 0.545482 0.000000 -0.838123 0.536352 0.536352 0.536352 +5245.505859 0.000000 685.888916 0.000000 0.457499 0.000000 -0.889210 0.742697 0.742697 0.742697 +5228.134277 0.000000 712.793823 0.000000 0.492120 0.000000 -0.870527 0.603566 0.603566 0.603566 +5246.477051 0.000000 703.218750 0.000000 0.361160 0.000000 -0.932504 0.600955 0.600955 0.600955 +5220.740723 0.000000 702.914612 0.000000 0.565954 0.000000 -0.824437 0.537919 0.537919 0.537919 +5237.656738 0.000000 700.455933 0.000000 0.415881 0.000000 -0.909419 0.620878 0.620878 0.620878 +5245.613770 0.000000 704.383667 0.000000 0.028757 0.000000 -0.999586 0.568013 0.568013 0.568013 +5202.234375 0.000000 709.275696 0.000000 0.339433 0.000000 -0.940630 0.629663 0.629663 0.629663 +5222.709473 0.000000 688.620178 0.000000 0.408742 0.000000 -0.912650 0.646953 0.646953 0.646953 +5202.317871 0.000000 713.055237 0.000000 0.572513 0.000000 -0.819896 0.577782 0.577782 0.577782 +5223.854004 0.000000 688.861023 0.000000 0.086166 0.000000 -0.996281 0.656915 0.656915 0.656915 +5208.817383 0.000000 710.846069 0.000000 0.549084 0.000000 -0.835767 0.618779 0.618779 0.618779 +5237.577148 0.000000 696.758484 0.000000 0.277329 0.000000 -0.960775 0.705874 0.705874 0.705874 +5219.812500 0.000000 713.236633 0.000000 0.522498 0.000000 -0.852640 0.604755 0.604755 0.604755 +5240.766113 0.000000 697.214478 0.000000 0.489365 0.000000 -0.872079 0.706623 0.706623 0.706623 +5200.272461 0.000000 712.367859 0.000000 0.214660 0.000000 -0.976689 0.637708 0.637708 0.637708 +5222.707031 0.000000 742.854187 0.000000 0.352343 0.000000 -0.935871 0.483538 0.483538 0.483538 +5273.237793 0.000000 683.971375 0.000000 0.556849 0.000000 -0.830614 0.412872 0.412872 0.412872 +5288.179688 0.000000 705.997131 0.000000 0.189531 0.000000 -0.981875 0.431024 0.431024 0.431024 +5252.035156 0.000000 684.032227 0.000000 0.191646 0.000000 -0.981464 0.437379 0.437379 0.437379 +5288.567383 0.000000 712.495789 0.000000 0.251534 0.000000 -0.967848 0.438579 0.438579 0.438579 +5295.250488 0.000000 706.793396 0.000000 0.267481 0.000000 -0.963563 0.442572 0.442572 0.442572 +5291.071777 0.000000 688.390991 0.000000 0.427435 0.000000 -0.904046 0.442041 0.442041 0.442041 +5253.832520 0.000000 709.678162 0.000000 0.394173 0.000000 -0.919036 0.461586 0.461586 0.461586 +5269.609863 0.000000 710.461487 0.000000 0.581371 0.000000 -0.813638 0.447587 0.447587 0.447587 +5293.839355 0.000000 704.498291 0.000000 0.031369 0.000000 -0.999508 0.463499 0.463499 0.463499 +5255.500488 0.000000 697.108887 0.000000 0.410605 0.000000 -0.911813 0.541833 0.541833 0.541833 +5270.292480 0.000000 709.233093 0.000000 0.219954 0.000000 -0.975510 0.541929 0.541929 0.541929 +5272.631836 0.000000 688.425354 0.000000 0.081260 0.000000 -0.996693 0.568984 0.568984 0.568984 +5249.498535 0.000000 705.789368 0.000000 0.265425 0.000000 -0.964131 0.534463 0.534463 0.534463 +5256.616211 0.000000 695.056152 0.000000 0.019592 0.000000 -0.999808 0.656672 0.656672 0.656672 +5254.218750 0.000000 696.886597 0.000000 0.556153 0.000000 -0.831080 0.538179 0.538179 0.538179 +5272.136230 0.000000 698.226685 0.000000 0.260002 0.000000 -0.965608 0.695491 0.695491 0.695491 +5268.231934 0.000000 701.600342 0.000000 0.363706 0.000000 -0.931514 0.633255 0.633255 0.633255 +5279.169922 0.000000 691.050110 0.000000 0.048864 0.000000 -0.998805 0.622569 0.622569 0.622569 +5264.053223 0.000000 683.172852 0.000000 0.200460 0.000000 -0.979702 0.590079 0.590079 0.590079 +5270.963379 0.000000 700.285461 0.000000 0.274675 0.000000 -0.961537 0.618533 0.618533 0.618533 +5275.859375 0.000000 692.957703 0.000000 0.402052 0.000000 -0.915617 0.610542 0.610542 0.610542 +5248.405762 0.000000 687.588562 0.000000 0.161859 0.000000 -0.986814 0.741069 0.741069 0.741069 6003.583984 0.000000 2150.982178 0.000000 0.451288 0.000000 -0.892379 0.647701 0.647701 0.647701 6356.600586 0.000000 2157.428223 0.000000 0.223536 0.000000 -0.974696 0.654966 0.654966 0.654966 6359.045898 0.000000 2148.040039 0.000000 0.163084 0.000000 -0.986612 0.689934 0.689934 0.689934 diff --git a/gfx/map/map_object_data/generated/rainforest_generator_1.txt b/gfx/map/map_object_data/generated/rainforest_generator_1.txt index 184193da..4646f1f4 100644 --- a/gfx/map/map_object_data/generated/rainforest_generator_1.txt +++ b/gfx/map/map_object_data/generated/rainforest_generator_1.txt @@ -5,8 +5,71 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_rainforest_001_mesh" - count=0 -} + count=63 + transform="5663.453613 0.000000 1033.448853 0.000000 0.132930 0.000000 0.991125 0.305420 0.305420 0.305420 +5680.023926 0.000000 1069.253784 0.000000 0.508895 0.000000 0.860829 0.320787 0.320787 0.320787 +5673.322754 0.000000 1064.994385 0.000000 0.489212 0.000000 0.872165 0.325930 0.325930 0.325930 +5676.376953 0.000000 1062.986450 0.000000 0.164529 0.000000 0.986372 0.292626 0.292626 0.292626 +5671.299805 0.000000 1063.098145 0.000000 0.211196 0.000000 0.977444 0.287358 0.287358 0.287358 +5681.129395 0.000000 1067.124634 0.000000 0.556142 0.000000 0.831087 0.325053 0.325053 0.325053 +5682.103516 0.000000 1065.051636 0.000000 0.115652 0.000000 0.993290 0.296477 0.296477 0.296477 +5674.219238 0.000000 1062.933350 0.000000 0.462179 0.000000 0.886787 0.316704 0.316704 0.316704 +5685.188965 0.000000 1071.131470 0.000000 0.207266 0.000000 0.978285 0.295950 0.295950 0.295950 +5672.653320 0.000000 1062.361328 0.000000 0.221474 0.000000 0.975166 0.298406 0.298406 0.298406 +5694.913574 0.000000 1062.757324 0.000000 0.140390 0.000000 0.990096 0.290761 0.290761 0.290761 +5681.352051 0.000000 1069.852417 0.000000 0.042067 0.000000 0.999115 0.283215 0.283215 0.283215 +5681.044434 0.000000 1065.799072 0.000000 0.055071 0.000000 0.998482 0.284209 0.284209 0.284209 +5680.056641 0.000000 1067.925537 0.000000 0.055433 0.000000 0.998462 0.284237 0.284237 0.284237 +5678.797363 0.000000 1068.521851 0.000000 0.160348 0.000000 0.987061 0.292303 0.292303 0.292303 +5672.301758 0.000000 1057.035522 0.000000 0.474445 0.000000 0.880285 0.317764 0.317764 0.317764 +5716.968750 0.000000 1068.843872 0.000000 0.008946 0.000000 0.999960 0.264181 0.264181 0.264181 +5708.552734 0.000000 1042.912842 0.000000 0.388692 0.000000 0.921368 0.291009 0.291009 0.291009 +5717.668945 0.000000 1026.507690 0.000000 0.144091 0.000000 0.989564 0.298167 0.298167 0.298167 +5723.131348 0.000000 1032.839966 0.000000 0.510806 0.000000 0.859696 0.320289 0.320289 0.320289 +5713.260254 0.000000 1043.175903 0.000000 0.221670 0.000000 0.975122 0.279518 0.279518 0.279518 +5720.572266 0.000000 1056.183105 0.000000 0.370143 0.000000 0.928975 0.292917 0.292917 0.292917 +5712.024902 0.000000 1058.137329 0.000000 0.148024 0.000000 0.988984 0.291350 0.291350 0.291350 +5710.057129 0.000000 1068.554565 0.000000 0.513491 0.000000 0.858095 0.331497 0.331497 0.331497 +5709.021484 0.000000 1049.347778 0.000000 0.269696 0.000000 0.962946 0.300862 0.300862 0.300862 +5709.467285 0.000000 1065.365601 0.000000 0.087810 0.000000 0.996137 0.286717 0.286717 0.286717 +5708.996094 0.000000 1046.550659 0.000000 0.577860 0.000000 0.816136 0.330165 0.330165 0.330165 +5680.541992 0.000000 1095.788330 0.000000 0.433377 0.000000 0.901213 0.314243 0.314243 0.314243 +5693.658691 0.000000 1108.518921 0.000000 0.341124 0.000000 0.940018 0.317278 0.317278 0.317278 +5677.943359 0.000000 1075.558105 0.000000 0.585822 0.000000 0.810440 0.339374 0.339374 0.339374 +5694.419434 0.000000 1115.350464 0.000000 0.194312 0.000000 0.980940 0.288414 0.288414 0.288414 +5690.305176 0.000000 1117.184570 0.000000 0.033857 0.000000 0.999427 0.299854 0.299854 0.299854 +5667.200195 0.000000 1086.000122 0.000000 0.575597 0.000000 0.817734 0.329694 0.329694 0.329694 +5670.824707 0.000000 1078.441040 0.000000 0.456346 0.000000 0.889803 0.309948 0.309948 0.309948 +5695.976562 0.000000 1123.818481 0.000000 0.467150 0.000000 0.884178 0.315450 0.315450 0.315450 +5673.128906 0.000000 1094.068848 0.000000 0.176416 0.000000 0.984316 0.306768 0.306768 0.306768 +5686.180664 0.000000 1097.053345 0.000000 0.555340 0.000000 0.831623 0.324657 0.324657 0.324657 +5681.687988 0.000000 1082.155640 0.000000 0.130178 0.000000 0.991491 0.289973 0.289973 0.289973 +5683.914062 0.000000 1078.991455 0.000000 0.162751 0.000000 0.986667 0.292489 0.292489 0.292489 +5687.794922 0.000000 1086.209351 0.000000 0.505158 0.000000 0.863027 0.314247 0.314247 0.314247 +5695.374512 0.000000 1113.298584 0.000000 0.252158 0.000000 0.967686 0.302323 0.302323 0.302323 +5668.682129 0.000000 1096.992432 0.000000 0.338235 0.000000 0.941062 0.303319 0.303319 0.303319 +5691.003418 0.000000 1119.212769 0.000000 0.054049 0.000000 0.998538 0.290947 0.290947 0.290947 +5678.245605 0.000000 1093.125610 0.000000 0.507900 0.000000 0.861416 0.320699 0.320699 0.320699 +5682.317871 0.000000 1077.656250 0.000000 0.338377 0.000000 0.941011 0.306371 0.306371 0.306371 +5694.854492 0.000000 1099.786499 0.000000 0.064480 0.000000 0.997919 0.284929 0.284929 0.284929 +5677.587891 0.000000 1080.975342 0.000000 0.015009 0.000000 0.999887 0.293576 0.293576 0.293576 +5683.561035 0.000000 1099.464966 0.000000 0.152183 0.000000 0.988352 0.291671 0.291671 0.291671 +5680.748535 0.000000 1074.615479 0.000000 0.306145 0.000000 0.951985 0.303769 0.303769 0.303769 +5691.429199 0.000000 1098.515747 0.000000 0.193206 0.000000 0.981158 0.301038 0.301038 0.301038 +5667.182129 0.000000 1079.969482 0.000000 0.511697 0.000000 0.859166 0.323358 0.323358 0.323358 +5676.442383 0.000000 1079.715942 0.000000 0.501215 0.000000 0.865323 0.325068 0.325068 0.325068 +5693.810547 0.000000 1106.856567 0.000000 0.036772 0.000000 0.999324 0.291235 0.291235 0.291235 +5692.112793 0.000000 1108.878174 0.000000 0.447335 0.000000 0.894367 0.325103 0.325103 0.325103 +5691.914062 0.000000 1101.525879 0.000000 0.349384 0.000000 0.936980 0.307266 0.307266 0.307266 +5681.096680 0.000000 1080.896606 0.000000 0.579210 0.000000 0.815178 0.327193 0.327193 0.327193 +5695.423340 0.000000 1076.678345 0.000000 0.573396 0.000000 0.819278 0.326650 0.326650 0.326650 +5677.193359 0.000000 1094.052856 0.000000 0.250930 0.000000 0.968005 0.299377 0.299377 0.299377 +5700.635742 0.000000 1085.605957 0.000000 0.117484 0.000000 0.993075 0.301692 0.301692 0.301692 +5701.431641 0.000000 1083.979736 0.000000 0.453164 0.000000 0.891427 0.319776 0.319776 0.319776 +5700.588867 0.000000 1082.840576 0.000000 0.133878 0.000000 0.990998 0.295279 0.295279 0.295279 +5697.993652 0.000000 1096.653198 0.000000 0.310971 0.000000 0.950419 0.304157 0.304157 0.304157 +5697.219727 0.000000 1081.221680 0.000000 0.382949 0.000000 0.923769 0.310022 0.310022 0.310022 +"} object={ name="rainforest_generator_1_1" clamp_to_water_level=no @@ -14,8 +77,89 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_rainforest_002_mesh" - count=0 -} + count=81 + transform="5662.530273 0.000000 1040.178833 0.000000 0.879355 0.000000 0.476167 0.341780 0.341780 0.341780 +5693.507812 0.000000 1066.495483 0.000000 0.635411 0.000000 0.772174 0.302729 0.302729 0.302729 +5670.346680 0.000000 1070.976440 0.000000 0.822320 0.000000 0.569025 0.358012 0.358012 0.358012 +5685.860840 0.000000 1064.785156 0.000000 0.743188 0.000000 0.669082 0.344005 0.344005 0.344005 +5665.448730 0.000000 1040.015503 0.000000 0.901450 0.000000 0.432884 0.332890 0.332890 0.332890 +5662.952637 0.000000 1036.231079 0.000000 0.849649 0.000000 0.527348 0.321372 0.321372 0.321372 +5675.601562 0.000000 1069.618774 0.000000 0.780885 0.000000 0.624675 0.353340 0.353340 0.353340 +5660.928223 0.000000 1034.598877 0.000000 0.722105 0.000000 0.691783 0.318771 0.318771 0.318771 +5675.596680 0.000000 1065.260254 0.000000 0.880368 0.000000 0.474291 0.363853 0.363853 0.363853 +5678.880859 0.000000 1067.254395 0.000000 0.816231 0.000000 0.577726 0.352946 0.352946 0.352946 +5677.747070 0.000000 1065.410278 0.000000 0.684301 0.000000 0.729200 0.344918 0.344918 0.344918 +5679.350098 0.000000 1071.461792 0.000000 0.929700 0.000000 0.368317 0.371184 0.371184 0.371184 +5685.449707 0.000000 1066.610229 0.000000 0.645840 0.000000 0.763472 0.333638 0.333638 0.333638 +5670.078125 0.000000 1058.348389 0.000000 0.767147 0.000000 0.641472 0.351144 0.351144 0.351144 +5673.033691 0.000000 1058.155518 0.000000 0.685390 0.000000 0.728176 0.337688 0.337688 0.337688 +5662.348145 0.000000 1047.057129 0.000000 0.789764 0.000000 0.613411 0.353343 0.353343 0.353343 +5675.248047 0.000000 1063.915771 0.000000 0.593704 0.000000 0.804684 0.328560 0.328560 0.328560 +5672.675293 0.000000 1063.759033 0.000000 0.864870 0.000000 0.501996 0.360349 0.360349 0.360349 +5679.816406 0.000000 1062.507080 0.000000 0.854519 0.000000 0.519419 0.358276 0.358276 0.358276 +5688.732422 0.000000 1065.275757 0.000000 0.746050 0.000000 0.665890 0.344332 0.344332 0.344332 +5677.556641 0.000000 1062.361938 0.000000 0.632807 0.000000 0.774310 0.332343 0.332343 0.332343 +5684.147949 0.000000 1071.880981 0.000000 0.774272 0.000000 0.632853 0.347652 0.347652 0.347652 +5678.722168 0.000000 1064.530396 0.000000 0.824359 0.000000 0.566067 0.354031 0.354031 0.354031 +5713.722656 0.000000 1068.896118 0.000000 0.591772 0.000000 0.806105 0.332324 0.332324 0.332324 +5725.958984 0.000000 1026.919067 0.000000 0.813369 0.000000 0.581748 0.354274 0.354274 0.354274 +5702.028809 0.000000 1039.648315 0.000000 0.636404 0.000000 0.771356 0.317928 0.317928 0.317928 +5718.911621 0.000000 1057.708374 0.000000 0.636067 0.000000 0.771633 0.343144 0.343144 0.343144 +5717.101562 0.000000 1063.169800 0.000000 0.702350 0.000000 0.711832 0.346409 0.346409 0.346409 +5723.504395 0.000000 1030.697144 0.000000 0.708959 0.000000 0.705250 0.347431 0.347431 0.347431 +5696.525879 0.000000 1054.021851 0.000000 0.716788 0.000000 0.697292 0.341053 0.341053 0.341053 +5722.869141 0.000000 1038.167603 0.000000 0.901996 0.000000 0.431745 0.365896 0.365896 0.365896 +5707.147461 0.000000 1054.884399 0.000000 0.878068 0.000000 0.478536 0.361880 0.361880 0.361880 +5704.627441 0.000000 1056.743164 0.000000 0.869736 0.000000 0.493518 0.360571 0.360571 0.360571 +5725.380859 0.000000 1036.116455 0.000000 0.840747 0.000000 0.541428 0.357149 0.357149 0.357149 +5721.632324 0.000000 1031.936279 0.000000 0.665850 0.000000 0.746086 0.343443 0.343443 0.343443 +5699.597168 0.000000 1041.825317 0.000000 0.863887 0.000000 0.503685 0.361519 0.361519 0.361519 +5714.634277 0.000000 1061.987427 0.000000 0.917784 0.000000 0.397080 0.368806 0.368806 0.368806 +5714.728027 0.000000 1050.876831 0.000000 0.694789 0.000000 0.719214 0.338681 0.338681 0.338681 +5707.568848 0.000000 1072.672119 0.000000 0.851913 0.000000 0.523683 0.357894 0.357894 0.357894 +5712.398438 0.000000 1061.775146 0.000000 0.930120 0.000000 0.367256 0.371271 0.371271 0.371271 +5701.854492 0.000000 1051.471924 0.000000 0.932408 0.000000 0.361407 0.372028 0.372028 0.372028 +5715.616211 0.000000 1062.977417 0.000000 0.947779 0.000000 0.318926 0.375203 0.375203 0.375203 +5696.926758 0.000000 1070.412476 0.000000 0.846895 0.000000 0.531760 0.357167 0.357167 0.357167 +5705.022461 0.000000 1059.786011 0.000000 0.679615 0.000000 0.733569 0.337085 0.337085 0.337085 +5705.264160 0.000000 1061.312012 0.000000 0.942928 0.000000 0.332998 0.374066 0.374066 0.374066 +5710.057129 0.000000 1051.381104 0.000000 0.738076 0.000000 0.674718 0.343424 0.343424 0.343424 +5693.248047 0.000000 1119.205200 0.000000 0.939571 0.000000 0.342353 0.324614 0.324614 0.324614 +5676.062988 0.000000 1082.192261 0.000000 0.623916 0.000000 0.781492 0.339194 0.339194 0.339194 +5682.584961 0.000000 1101.097412 0.000000 0.640184 0.000000 0.768222 0.291529 0.291529 0.291529 +5682.842773 0.000000 1091.073120 0.000000 0.854631 0.000000 0.519235 0.350957 0.350957 0.350957 +5667.991211 0.000000 1088.929565 0.000000 0.702554 0.000000 0.711631 0.323197 0.323197 0.323197 +5691.211426 0.000000 1102.821289 0.000000 0.780935 0.000000 0.624612 0.347003 0.347003 0.347003 +5672.015625 0.000000 1080.831665 0.000000 0.848234 0.000000 0.529622 0.336763 0.336763 0.336763 +5690.385254 0.000000 1075.795166 0.000000 0.671144 0.000000 0.741327 0.317000 0.317000 0.317000 +5683.863281 0.000000 1097.575806 0.000000 0.761775 0.000000 0.647841 0.346161 0.346161 0.346161 +5679.663086 0.000000 1083.214966 0.000000 0.878488 0.000000 0.477764 0.361947 0.361947 0.361947 +5693.611816 0.000000 1111.962769 0.000000 0.624067 0.000000 0.781371 0.326395 0.326395 0.326395 +5680.918945 0.000000 1088.189331 0.000000 0.847660 0.000000 0.530540 0.362862 0.362862 0.362862 +5668.759766 0.000000 1094.579346 0.000000 0.613854 0.000000 0.789419 0.336625 0.336625 0.336625 +5685.519043 0.000000 1099.828491 0.000000 0.918808 0.000000 0.394704 0.369003 0.369003 0.369003 +5668.575195 0.000000 1075.592163 0.000000 0.784738 0.000000 0.619828 0.356606 0.356606 0.356606 +5676.352051 0.000000 1090.464233 0.000000 0.816134 0.000000 0.577862 0.358203 0.358203 0.358203 +5657.283691 0.000000 1094.820923 0.000000 0.670327 0.000000 0.742066 0.312897 0.312897 0.312897 +5693.125000 0.000000 1125.682373 0.000000 0.925949 0.000000 0.377648 0.331836 0.331836 0.331836 +5679.135742 0.000000 1089.259277 0.000000 0.681828 0.000000 0.731512 0.337316 0.337316 0.337316 +5672.756348 0.000000 1078.669678 0.000000 0.798980 0.000000 0.601357 0.347873 0.347873 0.347873 +5688.708984 0.000000 1093.646606 0.000000 0.931926 0.000000 0.362649 0.376282 0.376282 0.376282 +5684.078125 0.000000 1089.873779 0.000000 0.640767 0.000000 0.767736 0.344277 0.344277 0.344277 +5665.699219 0.000000 1086.633423 0.000000 0.945324 0.000000 0.326132 0.376943 0.376943 0.376943 +5669.508789 0.000000 1088.591431 0.000000 0.790354 0.000000 0.612651 0.351600 0.351600 0.351600 +5686.485352 0.000000 1098.617310 0.000000 0.828674 0.000000 0.559732 0.360253 0.360253 0.360253 +5669.604004 0.000000 1095.787109 0.000000 0.847336 0.000000 0.531057 0.361005 0.361005 0.361005 +5681.824707 0.000000 1083.688599 0.000000 0.732176 0.000000 0.681115 0.342759 0.342759 0.342759 +5689.187988 0.000000 1104.688477 0.000000 0.818039 0.000000 0.575162 0.353185 0.353185 0.353185 +5679.484375 0.000000 1092.662231 0.000000 0.946051 0.000000 0.324017 0.374792 0.374792 0.374792 +5684.887695 0.000000 1096.790161 0.000000 0.619314 0.000000 0.785143 0.331021 0.331021 0.331021 +5701.464844 0.000000 1077.985107 0.000000 0.614664 0.000000 0.788789 0.332525 0.332525 0.332525 +5704.614258 0.000000 1086.731934 0.000000 0.758256 0.000000 0.651957 0.317041 0.317041 0.317041 +5700.248535 0.000000 1094.503052 0.000000 0.721270 0.000000 0.692654 0.332767 0.332767 0.332767 +5696.043457 0.000000 1097.454224 0.000000 0.705559 0.000000 0.708651 0.339833 0.339833 0.339833 +5696.049316 0.000000 1098.900635 0.000000 0.843195 0.000000 0.537608 0.356639 0.356639 0.356639 +"} object={ name="rainforest_generator_1_2" clamp_to_water_level=no @@ -23,8 +167,83 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_rainforest_003_mesh" - count=0 -} + count=75 + transform="5659.131348 0.000000 1032.839966 0.000000 0.960963 0.000000 -0.276679 0.358758 0.358758 0.358758 +5683.402344 0.000000 1070.686035 0.000000 0.986987 0.000000 0.160802 0.387662 0.387662 0.387662 +5685.005371 0.000000 1068.913940 0.000000 0.960489 0.000000 0.278317 0.378454 0.378454 0.378454 +5663.330566 0.000000 1049.139893 0.000000 0.986803 0.000000 -0.161928 0.394903 0.394903 0.394903 +5663.888672 0.000000 1038.263062 0.000000 0.986908 0.000000 -0.161282 0.380639 0.380639 0.380639 +5675.628906 0.000000 1057.109863 0.000000 0.952684 0.000000 -0.303961 0.400921 0.400921 0.400921 +5687.432129 0.000000 1065.802490 0.000000 0.981165 0.000000 0.193171 0.385149 0.385149 0.385149 +5672.388184 0.000000 1066.720337 0.000000 0.975699 0.000000 0.219117 0.383884 0.383884 0.383884 +5682.861328 0.000000 1072.236206 0.000000 0.999962 0.000000 0.008684 0.399337 0.399337 0.399337 +5692.027344 0.000000 1061.601196 0.000000 0.999921 0.000000 0.012598 0.399038 0.399038 0.399038 +5688.412109 0.000000 1071.764893 0.000000 0.971451 0.000000 -0.237241 0.418239 0.418239 0.418239 +5693.976074 0.000000 1057.404541 0.000000 0.964561 0.000000 0.263860 0.381801 0.381801 0.381801 +5695.883789 0.000000 1055.458252 0.000000 0.969586 0.000000 0.244749 0.381111 0.381111 0.381111 +5683.649902 0.000000 1069.340332 0.000000 0.969963 0.000000 -0.243253 0.418771 0.418771 0.418771 +5678.953613 0.000000 1070.118286 0.000000 0.998578 0.000000 -0.053318 0.404075 0.404075 0.404075 +5719.371094 0.000000 1059.732666 0.000000 0.995269 0.000000 0.097157 0.390568 0.390568 0.390568 +5714.190430 0.000000 1026.240967 0.000000 0.967721 0.000000 -0.252023 0.418000 0.418000 0.418000 +5702.395508 0.000000 1046.774414 0.000000 0.988779 0.000000 -0.149386 0.410482 0.410482 0.410482 +5724.928223 0.000000 1034.598877 0.000000 0.994148 0.000000 -0.108022 0.407890 0.407890 0.407890 +5715.894531 0.000000 1024.490479 0.000000 0.983154 0.000000 0.182780 0.359028 0.359028 0.359028 +5719.935547 0.000000 1053.773926 0.000000 0.972923 0.000000 0.231129 0.375953 0.375953 0.375953 +5720.077637 0.000000 1026.115234 0.000000 0.984884 0.000000 -0.173218 0.411301 0.411301 0.411301 +5700.248535 0.000000 1038.018677 0.000000 0.955892 0.000000 0.293719 0.378342 0.378342 0.378342 +5723.966309 0.000000 1026.331909 0.000000 0.997791 0.000000 -0.066425 0.382420 0.382420 0.382420 +5696.850586 0.000000 1057.283447 0.000000 0.999679 0.000000 -0.025337 0.401898 0.401898 0.401898 +5703.546875 0.000000 1048.023560 0.000000 0.980383 0.000000 0.197103 0.386280 0.386280 0.386280 +5720.030273 0.000000 1030.023926 0.000000 0.999915 0.000000 -0.013006 0.400873 0.400873 0.400873 +5713.267090 0.000000 1047.352539 0.000000 0.999819 0.000000 0.019009 0.398681 0.398681 0.398681 +5711.354980 0.000000 1062.940796 0.000000 0.956222 0.000000 -0.292641 0.422688 0.422688 0.422688 +5701.961426 0.000000 1067.351562 0.000000 0.993618 0.000000 -0.112799 0.407761 0.407761 0.407761 +5709.681641 0.000000 1062.387695 0.000000 0.997432 0.000000 -0.071623 0.405476 0.405476 0.405476 +5715.521973 0.000000 1048.494385 0.000000 0.999955 0.000000 -0.009526 0.400687 0.400687 0.400687 +5716.063965 0.000000 1057.593018 0.000000 0.999109 0.000000 0.042214 0.396827 0.396827 0.396827 +5706.666016 0.000000 1059.080322 0.000000 0.998792 0.000000 -0.049128 0.403755 0.403755 0.403755 +5702.966309 0.000000 1064.588745 0.000000 0.992903 0.000000 -0.118925 0.409107 0.409107 0.409107 +5690.544434 0.000000 1113.626221 0.000000 0.988872 0.000000 0.148771 0.360829 0.360829 0.360829 +5688.065918 0.000000 1098.565674 0.000000 0.994003 0.000000 -0.109355 0.343004 0.343004 0.343004 +5695.487305 0.000000 1103.430786 0.000000 0.997944 0.000000 -0.064089 0.377705 0.377705 0.377705 +5669.432617 0.000000 1084.230225 0.000000 0.999986 0.000000 -0.005265 0.334109 0.334109 0.334109 +5682.318359 0.000000 1073.409058 0.000000 0.996287 0.000000 0.086093 0.393415 0.393415 0.393415 +5685.994141 0.000000 1094.489258 0.000000 0.982820 0.000000 0.184568 0.330535 0.330535 0.330535 +5670.686523 0.000000 1073.508911 0.000000 0.998354 0.000000 -0.057355 0.403653 0.403653 0.403653 +5674.673340 0.000000 1073.347046 0.000000 0.990047 0.000000 -0.140739 0.387766 0.387766 0.387766 +5679.145508 0.000000 1091.350952 0.000000 0.970380 0.000000 0.241584 0.384406 0.384406 0.384406 +5684.463867 0.000000 1088.284912 0.000000 0.957303 0.000000 0.289087 0.381330 0.381330 0.381330 +5692.832520 0.000000 1105.524902 0.000000 0.992287 0.000000 -0.123964 0.404392 0.404392 0.404392 +5687.819336 0.000000 1092.034058 0.000000 0.995185 0.000000 0.098018 0.376477 0.376477 0.376477 +5680.746582 0.000000 1076.440796 0.000000 0.992011 0.000000 0.126148 0.390337 0.390337 0.390337 +5690.504395 0.000000 1096.962036 0.000000 0.970779 0.000000 -0.239976 0.415791 0.415791 0.415791 +5670.337891 0.000000 1086.939331 0.000000 0.998900 0.000000 -0.046888 0.403337 0.403337 0.403337 +5677.942871 0.000000 1095.144043 0.000000 0.995621 0.000000 -0.093477 0.407152 0.407152 0.407152 +5677.585449 0.000000 1083.636230 0.000000 0.953354 0.000000 -0.301854 0.413268 0.413268 0.413268 +5675.960938 0.000000 1095.305420 0.000000 0.976011 0.000000 -0.217720 0.416767 0.416767 0.416767 +5682.490723 0.000000 1095.992676 0.000000 0.993263 0.000000 -0.115882 0.408873 0.408873 0.408873 +5682.425293 0.000000 1075.357544 0.000000 0.999556 0.000000 -0.029788 0.402172 0.402172 0.402172 +5671.260742 0.000000 1094.807129 0.000000 0.995476 0.000000 0.095011 0.393396 0.393396 0.393396 +5692.180664 0.000000 1107.305664 0.000000 0.996540 0.000000 0.083116 0.394100 0.394100 0.394100 +5685.097168 0.000000 1074.988403 0.000000 0.982690 0.000000 -0.185259 0.413212 0.413212 0.413212 +5672.687988 0.000000 1095.703735 0.000000 0.976529 0.000000 -0.215386 0.414525 0.414525 0.414525 +5679.105469 0.000000 1076.764526 0.000000 0.985947 0.000000 0.167057 0.388560 0.388560 0.388560 +5681.237305 0.000000 1086.409790 0.000000 0.989234 0.000000 -0.146344 0.410303 0.410303 0.410303 +5685.071289 0.000000 1077.944458 0.000000 0.953794 0.000000 -0.300461 0.421028 0.421028 0.421028 +5678.421387 0.000000 1082.250244 0.000000 0.999866 0.000000 0.016348 0.398751 0.398751 0.398751 +5683.663574 0.000000 1074.371582 0.000000 0.965011 0.000000 0.262211 0.380659 0.380659 0.380659 +5681.393555 0.000000 1097.033691 0.000000 0.993291 0.000000 0.115640 0.391638 0.391638 0.391638 +5686.609375 0.000000 1101.051758 0.000000 0.989694 0.000000 -0.143200 0.410977 0.410977 0.410977 +5685.096191 0.000000 1098.271606 0.000000 0.999295 0.000000 -0.037548 0.402869 0.402869 0.402869 +5692.926270 0.000000 1077.046143 0.000000 0.997990 0.000000 -0.063374 0.404845 0.404845 0.404845 +5695.314453 0.000000 1101.115967 0.000000 0.988692 0.000000 -0.149960 0.411500 0.411500 0.411500 +5680.351074 0.000000 1082.111938 0.000000 0.998829 0.000000 -0.048384 0.403698 0.403698 0.403698 +5697.017578 0.000000 1099.896240 0.000000 0.972909 0.000000 0.231189 0.382177 0.382177 0.382177 +5703.434570 0.000000 1083.946655 0.000000 0.954163 0.000000 -0.299286 0.422006 0.422006 0.422006 +5704.364746 0.000000 1073.659912 0.000000 0.977640 0.000000 0.210288 0.383814 0.383814 0.383814 +5702.813965 0.000000 1094.967163 0.000000 0.970377 0.000000 -0.241598 0.418641 0.418641 0.418641 +5701.597656 0.000000 1086.670776 0.000000 0.985177 0.000000 -0.171540 0.412180 0.412180 0.412180 +"} object={ name="rainforest_generator_1_3" clamp_to_water_level=no @@ -32,8 +251,98 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_rainforest_004_mesh" - count=0 -} + count=90 + transform="5690.368164 0.000000 1068.644653 0.000000 0.900902 0.000000 -0.434022 0.347134 0.347134 0.347134 +5683.456055 0.000000 1067.006958 0.000000 0.914847 0.000000 -0.403800 0.431755 0.431755 0.431755 +5676.662598 0.000000 1067.298950 0.000000 0.943738 0.000000 -0.330693 0.424401 0.424401 0.424401 +5674.009766 0.000000 1071.655396 0.000000 0.663751 0.000000 -0.747953 0.455480 0.455480 0.455480 +5673.064941 0.000000 1068.424316 0.000000 0.776507 0.000000 -0.630108 0.365810 0.365810 0.365810 +5671.591309 0.000000 1058.554810 0.000000 0.843945 0.000000 -0.536430 0.439721 0.439721 0.439721 +5681.262695 0.000000 1071.279785 0.000000 0.947799 0.000000 -0.318870 0.424793 0.424793 0.424793 +5682.394043 0.000000 1068.840576 0.000000 0.919198 0.000000 -0.393796 0.430921 0.430921 0.430921 +5684.072754 0.000000 1065.221924 0.000000 0.680669 0.000000 -0.732591 0.462805 0.462805 0.462805 +5672.728027 0.000000 1059.532349 0.000000 0.814407 0.000000 -0.580294 0.447295 0.447295 0.447295 +5694.208984 0.000000 1053.379395 0.000000 0.856591 0.000000 -0.515997 0.441419 0.441419 0.441419 +5684.601074 0.000000 1067.656372 0.000000 0.833955 0.000000 -0.551832 0.444657 0.444657 0.444657 +5694.841797 0.000000 1071.250977 0.000000 0.786199 0.000000 -0.617973 0.450891 0.450891 0.450891 +5682.249023 0.000000 1066.398804 0.000000 0.728201 0.000000 -0.685364 0.457686 0.457686 0.457686 +5716.569336 0.000000 1022.105225 0.000000 0.895315 0.000000 -0.445433 0.424123 0.424123 0.424123 +5723.932617 0.000000 1036.988403 0.000000 0.946260 0.000000 -0.323407 0.352286 0.352286 0.352286 +5725.020508 0.000000 1029.549072 0.000000 0.938335 0.000000 -0.345729 0.394619 0.394619 0.394619 +5696.894531 0.000000 1047.018921 0.000000 0.852980 0.000000 -0.521943 0.358945 0.358945 0.358945 +5721.706543 0.000000 1030.358154 0.000000 0.910267 0.000000 -0.414023 0.428667 0.428667 0.428667 +5720.535645 0.000000 1033.073730 0.000000 0.611140 0.000000 -0.791522 0.432634 0.432634 0.432634 +5715.362793 0.000000 1044.706543 0.000000 0.900779 0.000000 -0.434278 0.376593 0.376593 0.376593 +5722.165527 0.000000 1024.976562 0.000000 0.854272 0.000000 -0.519826 0.437940 0.437940 0.437940 +5724.979980 0.000000 1031.997925 0.000000 0.921899 0.000000 -0.387430 0.425625 0.425625 0.425625 +5704.722168 0.000000 1049.237793 0.000000 0.767952 0.000000 -0.640508 0.452239 0.452239 0.452239 +5701.832520 0.000000 1048.584473 0.000000 0.774102 0.000000 -0.633061 0.452368 0.452368 0.452368 +5717.609863 0.000000 1049.367798 0.000000 0.852255 0.000000 -0.523126 0.429629 0.429629 0.429629 +5715.070801 0.000000 1060.086548 0.000000 0.903358 0.000000 -0.428887 0.433863 0.433863 0.433863 +5715.935547 0.000000 1026.477173 0.000000 0.890462 0.000000 -0.455059 0.433379 0.433379 0.433379 +5711.736328 0.000000 1047.479980 0.000000 0.934314 0.000000 -0.356451 0.426569 0.426569 0.426569 +5707.256348 0.000000 1069.752075 0.000000 0.658875 0.000000 -0.752253 0.465048 0.465048 0.465048 +5711.974609 0.000000 1050.278687 0.000000 0.602649 0.000000 -0.798007 0.470587 0.470587 0.470587 +5702.562500 0.000000 1060.140747 0.000000 0.824615 0.000000 -0.565694 0.445934 0.445934 0.445934 +5711.453125 0.000000 1065.693970 0.000000 0.802530 0.000000 -0.596612 0.448837 0.448837 0.448837 +5722.692383 0.000000 1029.169678 0.000000 0.673604 0.000000 -0.739093 0.457725 0.457725 0.457725 +5707.735352 0.000000 1060.772095 0.000000 0.805614 0.000000 -0.592441 0.448441 0.448441 0.448441 +5714.425781 0.000000 1065.570923 0.000000 0.880242 0.000000 -0.474525 0.435179 0.435179 0.435179 +5699.452637 0.000000 1056.691284 0.000000 0.612273 0.000000 -0.790647 0.468523 0.468523 0.468523 +5697.626465 0.000000 1071.636108 0.000000 0.691531 0.000000 -0.722347 0.461665 0.461665 0.461665 +5708.607910 0.000000 1053.654419 0.000000 0.936192 0.000000 -0.351489 0.427438 0.427438 0.427438 +5697.280273 0.000000 1050.568115 0.000000 0.923464 0.000000 -0.383685 0.430083 0.430083 0.430083 +5709.763672 0.000000 1071.356934 0.000000 0.879776 0.000000 -0.475388 0.437599 0.437599 0.437599 +5699.621094 0.000000 1053.806763 0.000000 0.651695 0.000000 -0.758481 0.465774 0.465774 0.465774 +5717.230957 0.000000 1055.231201 0.000000 0.693918 0.000000 -0.720055 0.459606 0.459606 0.459606 +5696.328125 0.000000 1065.187134 0.000000 0.743123 0.000000 -0.669155 0.456003 0.456003 0.456003 +5703.662109 0.000000 1053.443970 0.000000 0.931154 0.000000 -0.364625 0.428513 0.428513 0.428513 +5700.993652 0.000000 1040.901855 0.000000 0.933758 0.000000 -0.357906 0.427962 0.427962 0.427962 +5706.112793 0.000000 1053.875610 0.000000 0.748147 0.000000 -0.663533 0.455427 0.455427 0.455427 +5709.796875 0.000000 1055.731567 0.000000 0.865331 0.000000 -0.501201 0.440106 0.440106 0.440106 +5681.519043 0.000000 1079.532715 0.000000 0.907796 0.000000 -0.419411 0.433063 0.433063 0.433063 +5662.530273 0.000000 1096.663208 0.000000 0.699580 0.000000 -0.714554 0.381823 0.381823 0.381823 +5693.292480 0.000000 1085.762085 0.000000 0.602860 0.000000 -0.797847 0.378837 0.378837 0.378837 +5693.212891 0.000000 1098.594849 0.000000 0.941312 0.000000 -0.337537 0.387864 0.387864 0.387864 +5676.083496 0.000000 1093.264160 0.000000 0.810235 0.000000 -0.586105 0.447841 0.447841 0.447841 +5686.381836 0.000000 1102.530762 0.000000 0.839280 0.000000 -0.543699 0.417544 0.417544 0.417544 +5693.507812 0.000000 1122.979858 0.000000 0.907998 0.000000 -0.418974 0.429033 0.429033 0.429033 +5678.042969 0.000000 1079.057739 0.000000 0.601327 0.000000 -0.799003 0.470713 0.470713 0.470713 +5683.016113 0.000000 1094.054199 0.000000 0.705423 0.000000 -0.708786 0.460182 0.460182 0.460182 +5690.637207 0.000000 1100.136841 0.000000 0.633409 0.000000 -0.773817 0.467597 0.467597 0.467597 +5679.447754 0.000000 1085.888794 0.000000 0.873963 0.000000 -0.485992 0.438770 0.438770 0.438770 +5685.428223 0.000000 1091.044312 0.000000 0.690459 0.000000 -0.723371 0.416610 0.416610 0.416610 +5688.346680 0.000000 1095.404053 0.000000 0.810649 0.000000 -0.585533 0.398572 0.398572 0.398572 +5695.697754 0.000000 1117.927246 0.000000 0.604387 0.000000 -0.796691 0.409392 0.409392 0.409392 +5694.994629 0.000000 1120.826904 0.000000 0.605516 0.000000 -0.795833 0.421137 0.421137 0.421137 +5680.587891 0.000000 1093.456421 0.000000 0.756647 0.000000 -0.653824 0.452840 0.452840 0.452840 +5679.645996 0.000000 1080.901123 0.000000 0.663320 0.000000 -0.748336 0.464595 0.464595 0.464595 +5686.255859 0.000000 1081.963135 0.000000 0.679472 0.000000 -0.733701 0.410209 0.410209 0.410209 +5671.465820 0.000000 1083.088867 0.000000 0.838694 0.000000 -0.544603 0.394676 0.394676 0.394676 +5672.688965 0.000000 1097.603638 0.000000 0.870478 0.000000 -0.492207 0.398147 0.398147 0.398147 +5694.970703 0.000000 1095.859131 0.000000 0.837008 0.000000 -0.547190 0.417784 0.417784 0.417784 +5676.016602 0.000000 1074.951782 0.000000 0.883305 0.000000 -0.468799 0.431306 0.431306 0.431306 +5689.814453 0.000000 1092.045532 0.000000 0.662770 0.000000 -0.748823 0.454087 0.454087 0.454087 +5685.929688 0.000000 1089.273804 0.000000 0.625239 0.000000 -0.780433 0.457000 0.457000 0.457000 +5674.415039 0.000000 1092.821289 0.000000 0.725980 0.000000 -0.687716 0.457933 0.457933 0.457933 +5682.132324 0.000000 1092.624268 0.000000 0.834512 0.000000 -0.550990 0.444289 0.444289 0.444289 +5694.038574 0.000000 1097.186401 0.000000 0.754974 0.000000 -0.655755 0.454636 0.454636 0.454636 +5690.082520 0.000000 1077.427612 0.000000 0.683867 0.000000 -0.729606 0.456347 0.456347 0.456347 +5687.848633 0.000000 1073.266235 0.000000 0.776227 0.000000 -0.630454 0.448024 0.448024 0.448024 +5674.712402 0.000000 1094.421509 0.000000 0.697156 0.000000 -0.716919 0.461068 0.461068 0.461068 +5681.542480 0.000000 1094.631836 0.000000 0.737034 0.000000 -0.675856 0.456694 0.456694 0.456694 +5671.789551 0.000000 1087.140503 0.000000 0.670595 0.000000 -0.741824 0.459468 0.459468 0.459468 +5664.240234 0.000000 1087.172974 0.000000 0.592853 0.000000 -0.805311 0.464976 0.464976 0.464976 +5679.546387 0.000000 1079.550537 0.000000 0.636843 0.000000 -0.770994 0.467258 0.467258 0.467258 +5682.572266 0.000000 1097.917847 0.000000 0.941298 0.000000 -0.337577 0.426306 0.426306 0.426306 +5679.249023 0.000000 1095.940430 0.000000 0.712688 0.000000 -0.701481 0.459395 0.459395 0.459395 +5699.837402 0.000000 1096.765259 0.000000 0.797419 0.000000 -0.603426 0.449488 0.449488 0.449488 +5696.936035 0.000000 1095.812622 0.000000 0.905991 0.000000 -0.423296 0.433390 0.433390 0.433390 +5699.820801 0.000000 1087.008545 0.000000 0.668776 0.000000 -0.743464 0.421105 0.421105 0.421105 +5706.618164 0.000000 1086.747559 0.000000 0.946468 0.000000 -0.322798 0.397046 0.397046 0.397046 +5709.322266 0.000000 1077.799927 0.000000 0.859269 0.000000 -0.511524 0.441020 0.441020 0.441020 +5701.475098 0.000000 1081.479370 0.000000 0.635560 0.000000 -0.772051 0.467385 0.467385 0.467385 +"} object={ name="rainforest_generator_1_4" clamp_to_water_level=no @@ -41,5 +350,72 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_rainforest_005_mesh" - count=0 -} + count=67 + transform="5680.205566 0.000000 1073.177490 0.000000 0.026454 0.000000 -0.999650 0.517979 0.517979 0.517979 +5665.641602 0.000000 1034.797363 0.000000 0.095006 0.000000 -0.995477 0.449088 0.449088 0.449088 +5671.778320 0.000000 1072.553711 0.000000 0.105846 0.000000 -0.994383 0.493249 0.493249 0.493249 +5671.167969 0.000000 1065.188721 0.000000 0.391265 0.000000 -0.920278 0.448686 0.448686 0.448686 +5672.389160 0.000000 1070.349121 0.000000 0.430037 0.000000 -0.902811 0.451001 0.451001 0.451001 +5692.104492 0.000000 1070.372437 0.000000 0.451156 0.000000 -0.892445 0.484243 0.484243 0.484243 +5686.238281 0.000000 1073.080811 0.000000 0.108712 0.000000 -0.994073 0.502919 0.502919 0.502919 +5694.281738 0.000000 1069.786255 0.000000 0.065344 0.000000 -0.997863 0.515005 0.515005 0.515005 +5693.145996 0.000000 1058.397949 0.000000 0.436900 0.000000 -0.899510 0.485458 0.485458 0.485458 +5680.896973 0.000000 1064.329224 0.000000 0.151007 0.000000 -0.988533 0.508420 0.508420 0.508420 +5689.671875 0.000000 1071.590088 0.000000 0.432423 0.000000 -0.901671 0.485558 0.485558 0.485558 +5722.122559 0.000000 1027.527100 0.000000 0.062426 0.000000 -0.998050 0.462850 0.462850 0.462850 +5721.237793 0.000000 1022.877625 0.000000 0.555369 0.000000 -0.831604 0.368176 0.368176 0.368176 +5724.431641 0.000000 1024.226562 0.000000 0.184806 0.000000 -0.982775 0.421190 0.421190 0.421190 +5723.635742 0.000000 1039.769165 0.000000 0.125767 0.000000 -0.992060 0.510367 0.510367 0.510367 +5718.782715 0.000000 1024.022095 0.000000 0.470824 0.000000 -0.882227 0.472568 0.472568 0.472568 +5723.877441 0.000000 1028.209595 0.000000 0.521149 0.000000 -0.853466 0.470973 0.470973 0.470973 +5706.416504 0.000000 1048.402954 0.000000 0.385351 0.000000 -0.922770 0.489779 0.489779 0.489779 +5707.461426 0.000000 1044.313232 0.000000 0.107457 0.000000 -0.994210 0.501547 0.501547 0.501547 +5707.049316 0.000000 1066.599609 0.000000 0.370684 0.000000 -0.928759 0.490990 0.490990 0.490990 +5704.986816 0.000000 1071.426758 0.000000 0.294479 0.000000 -0.955658 0.495260 0.495260 0.495260 +5705.912598 0.000000 1045.820923 0.000000 0.292906 0.000000 -0.956141 0.497291 0.497291 0.497291 +5705.880371 0.000000 1050.237305 0.000000 0.267127 0.000000 -0.963661 0.499342 0.499342 0.499342 +5716.841797 0.000000 1051.284912 0.000000 0.543315 0.000000 -0.839529 0.468658 0.468658 0.468658 +5711.217285 0.000000 1048.867310 0.000000 0.259013 0.000000 -0.965874 0.499985 0.499985 0.499985 +5702.267578 0.000000 1041.158813 0.000000 0.121292 0.000000 -0.992617 0.499857 0.499857 0.499857 +5702.382324 0.000000 1053.718750 0.000000 0.334126 0.000000 -0.942528 0.493974 0.493974 0.493974 +5710.835449 0.000000 1046.359375 0.000000 0.551640 0.000000 -0.834083 0.471913 0.471913 0.471913 +5708.164062 0.000000 1052.228394 0.000000 0.463681 0.000000 -0.886002 0.483167 0.483167 0.483167 +5698.875977 0.000000 1049.305542 0.000000 0.523145 0.000000 -0.852243 0.477942 0.477942 0.477942 +5703.386719 0.000000 1061.934326 0.000000 0.366680 0.000000 -0.930347 0.491319 0.491319 0.491319 +5696.098633 0.000000 1052.781372 0.000000 0.060803 0.000000 -0.998150 0.515352 0.515352 0.515352 +5701.597168 0.000000 1043.605469 0.000000 0.133775 0.000000 -0.991012 0.509750 0.509750 0.509750 +5710.365723 0.000000 1059.716064 0.000000 0.111447 0.000000 -0.993770 0.511468 0.511468 0.511468 +5695.958008 0.000000 1094.102173 0.000000 0.027306 0.000000 -0.999627 0.473539 0.473539 0.473539 +5688.550781 0.000000 1106.062256 0.000000 0.368822 0.000000 -0.929500 0.448465 0.448465 0.448465 +5668.045898 0.000000 1078.478027 0.000000 0.298390 0.000000 -0.954444 0.441308 0.441308 0.441308 +5688.315430 0.000000 1110.212158 0.000000 0.560663 0.000000 -0.828044 0.424086 0.424086 0.424086 +5694.624512 0.000000 1082.023315 0.000000 0.394321 0.000000 -0.918973 0.383022 0.383022 0.383022 +5670.889160 0.000000 1096.642700 0.000000 0.577459 0.000000 -0.816419 0.469394 0.469394 0.469394 +5693.032715 0.000000 1095.391235 0.000000 0.184120 0.000000 -0.982904 0.503086 0.503086 0.503086 +5662.952637 0.000000 1092.715454 0.000000 0.275752 0.000000 -0.961229 0.485761 0.485761 0.485761 +5659.635742 0.000000 1096.253540 0.000000 0.229131 0.000000 -0.973396 0.488292 0.488292 0.488292 +5679.339355 0.000000 1073.449097 0.000000 0.053820 0.000000 -0.998551 0.477234 0.477234 0.477234 +5688.742188 0.000000 1103.097046 0.000000 0.389179 0.000000 -0.921162 0.489462 0.489462 0.489462 +5695.510742 0.000000 1097.939819 0.000000 0.199316 0.000000 -0.979935 0.504671 0.504671 0.504671 +5692.008301 0.000000 1115.480347 0.000000 0.324029 0.000000 -0.946047 0.427033 0.427033 0.427033 +5695.163574 0.000000 1105.877686 0.000000 0.181300 0.000000 -0.983428 0.466267 0.466267 0.466267 +5688.096680 0.000000 1100.847046 0.000000 0.587357 0.000000 -0.809328 0.472040 0.472040 0.472040 +5679.882812 0.000000 1078.226807 0.000000 0.135069 0.000000 -0.990836 0.509650 0.509650 0.509650 +5667.093262 0.000000 1095.579224 0.000000 0.353334 0.000000 -0.935497 0.486674 0.486674 0.486674 +5674.257812 0.000000 1075.465576 0.000000 0.123734 0.000000 -0.992315 0.493547 0.493547 0.493547 +5680.943848 0.000000 1084.791626 0.000000 0.154772 0.000000 -0.987950 0.508129 0.508129 0.508129 +5682.999023 0.000000 1080.545898 0.000000 0.370284 0.000000 -0.928919 0.491022 0.491022 0.491022 +5689.864746 0.000000 1101.794312 0.000000 0.457634 0.000000 -0.889140 0.483687 0.483687 0.483687 +5679.029785 0.000000 1087.446655 0.000000 0.094882 0.000000 -0.995489 0.512741 0.512741 0.512741 +5679.392090 0.000000 1094.483276 0.000000 0.219356 0.000000 -0.975645 0.503105 0.503105 0.503105 +5676.188965 0.000000 1078.224243 0.000000 0.235208 0.000000 -0.971945 0.495537 0.495537 0.495537 +5678.908691 0.000000 1084.512573 0.000000 0.057187 0.000000 -0.998363 0.515629 0.515629 0.515629 +5694.025391 0.000000 1076.331177 0.000000 0.443146 0.000000 -0.896450 0.484927 0.484927 0.484927 +5696.597656 0.000000 1093.670410 0.000000 0.075365 0.000000 -0.997156 0.491681 0.491681 0.491681 +5699.095703 0.000000 1088.653198 0.000000 0.171076 0.000000 -0.985258 0.470263 0.470263 0.470263 +5698.681152 0.000000 1095.421631 0.000000 0.383763 0.000000 -0.923432 0.477276 0.477276 0.477276 +5715.350098 0.000000 1075.557007 0.000000 0.394510 0.000000 -0.918892 0.489019 0.489019 0.489019 +5696.016113 0.000000 1081.855713 0.000000 0.442182 0.000000 -0.896925 0.485009 0.485009 0.485009 +5705.352539 0.000000 1074.812744 0.000000 0.462995 0.000000 -0.886361 0.483226 0.483226 0.483226 +5709.299805 0.000000 1084.669800 0.000000 0.346611 0.000000 -0.938009 0.487188 0.487188 0.487188 +"} diff --git a/gfx/map/map_object_data/generated/rainforest_generator_2.txt b/gfx/map/map_object_data/generated/rainforest_generator_2.txt index 719e2d4f..70e138dc 100644 --- a/gfx/map/map_object_data/generated/rainforest_generator_2.txt +++ b/gfx/map/map_object_data/generated/rainforest_generator_2.txt @@ -5,8 +5,111 @@ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_rainforest_001_mesh" - count=0 -} + count=103 + transform="5668.276367 0.000000 1049.965454 0.000000 0.243594 0.000000 0.969877 0.217572 0.217572 0.217572 +5676.412598 0.000000 1058.992432 0.000000 0.408882 0.000000 0.912587 0.239003 0.239003 0.239003 +5661.020508 0.000000 1029.549072 0.000000 0.287031 0.000000 0.957921 0.217498 0.217498 0.217498 +5665.099609 0.000000 1050.668457 0.000000 0.022371 0.000000 0.999750 0.233754 0.233754 0.233754 +5668.342285 0.000000 1072.387451 0.000000 0.447070 0.000000 0.894499 0.289402 0.289402 0.289402 +5668.099609 0.000000 1055.036499 0.000000 0.558604 0.000000 0.829434 0.269026 0.269026 0.269026 +5668.830078 0.000000 1051.646484 0.000000 0.229923 0.000000 0.973209 0.243972 0.243972 0.243972 +5673.205566 0.000000 1073.175049 0.000000 0.350241 0.000000 0.936660 0.320361 0.320361 0.320361 +5670.464355 0.000000 1059.612793 0.000000 0.106934 0.000000 0.994266 0.297320 0.297320 0.297320 +5674.913086 0.000000 1070.718994 0.000000 0.505064 0.000000 0.863082 0.331626 0.331626 0.331626 +5689.099121 0.000000 1063.720825 0.000000 0.226158 0.000000 0.974091 0.297428 0.297428 0.297428 +5677.871094 0.000000 1066.602051 0.000000 0.420677 0.000000 0.907211 0.317710 0.317710 0.317710 +5677.710938 0.000000 1067.917969 0.000000 0.389505 0.000000 0.921024 0.315241 0.315241 0.315241 +5675.446289 0.000000 1058.330322 0.000000 0.575390 0.000000 0.817879 0.326836 0.326836 0.326836 +5687.218262 0.000000 1068.855225 0.000000 0.035892 0.000000 0.999356 0.282743 0.282743 0.282743 +5682.290039 0.000000 1070.484863 0.000000 0.171167 0.000000 0.985242 0.293141 0.293141 0.293141 +5669.645508 0.000000 1052.498657 0.000000 0.037141 0.000000 0.999310 0.288198 0.288198 0.288198 +5671.291504 0.000000 1055.724243 0.000000 0.316525 0.000000 0.948584 0.304604 0.304604 0.304604 +5694.141113 0.000000 1063.587036 0.000000 0.176877 0.000000 0.984233 0.293584 0.293584 0.293584 +5727.453613 0.000000 1033.448853 0.000000 0.415771 0.000000 0.909470 0.216314 0.216314 0.216314 +5726.530273 0.000000 1040.178833 0.000000 0.440262 0.000000 0.897870 0.190536 0.190536 0.190536 +5722.709961 0.000000 1053.758667 0.000000 0.192077 0.000000 0.981380 0.250304 0.250304 0.250304 +5723.595215 0.000000 1067.242432 0.000000 0.328641 0.000000 0.944455 0.208872 0.208872 0.208872 +5725.291016 0.000000 1059.061279 0.000000 0.070916 0.000000 0.997482 0.213076 0.213076 0.213076 +5725.739258 0.000000 1038.181885 0.000000 0.447557 0.000000 0.894256 0.278202 0.278202 0.278202 +5723.528320 0.000000 1051.257935 0.000000 0.448425 0.000000 0.893820 0.254738 0.254738 0.254738 +5721.336426 0.000000 1054.717041 0.000000 0.092868 0.000000 0.995678 0.280703 0.280703 0.280703 +5711.824707 0.000000 1040.165405 0.000000 0.008584 0.000000 0.999963 0.257406 0.257406 0.257406 +5714.536621 0.000000 1070.188477 0.000000 0.215704 0.000000 0.976459 0.266555 0.266555 0.266555 +5719.673828 0.000000 1022.674866 0.000000 0.215790 0.000000 0.976440 0.300311 0.300311 0.300311 +5717.894043 0.000000 1069.992554 0.000000 0.379121 0.000000 0.925347 0.278412 0.278412 0.278412 +5717.272461 0.000000 1025.088257 0.000000 0.234175 0.000000 0.972194 0.314048 0.314048 0.314048 +5716.600586 0.000000 1027.740723 0.000000 0.342980 0.000000 0.939343 0.312840 0.312840 0.312840 +5725.379395 0.000000 1028.194092 0.000000 0.513132 0.000000 0.858310 0.319020 0.319020 0.319020 +5724.436523 0.000000 1033.321655 0.000000 0.380332 0.000000 0.924850 0.317971 0.317971 0.317971 +5700.788086 0.000000 1039.219604 0.000000 0.175197 0.000000 0.984533 0.298676 0.298676 0.298676 +5700.370605 0.000000 1043.308350 0.000000 0.498446 0.000000 0.866921 0.319863 0.319863 0.319863 +5722.370605 0.000000 1039.308472 0.000000 0.117850 0.000000 0.993031 0.289024 0.289024 0.289024 +5697.950684 0.000000 1056.693237 0.000000 0.389018 0.000000 0.921230 0.312279 0.312279 0.312279 +5704.415527 0.000000 1043.791016 0.000000 0.410028 0.000000 0.912073 0.323169 0.323169 0.323169 +5712.512207 0.000000 1052.464111 0.000000 0.222760 0.000000 0.974873 0.297162 0.297162 0.297162 +5715.222656 0.000000 1058.551758 0.000000 0.238086 0.000000 0.971244 0.298365 0.298365 0.298365 +5700.693359 0.000000 1049.359131 0.000000 0.111188 0.000000 0.993799 0.288512 0.288512 0.288512 +5713.206543 0.000000 1054.050171 0.000000 0.002898 0.000000 0.999996 0.280221 0.280221 0.280221 +5724.718750 0.000000 1027.219238 0.000000 0.223409 0.000000 0.974725 0.300907 0.300907 0.300907 +5699.149902 0.000000 1062.512085 0.000000 0.515483 0.000000 0.856900 0.325741 0.325741 0.325741 +5702.282227 0.000000 1062.773193 0.000000 0.514193 0.000000 0.857674 0.321258 0.321258 0.321258 +5714.209473 0.000000 1027.622314 0.000000 0.232288 0.000000 0.972647 0.305583 0.305583 0.305583 +5710.414551 0.000000 1065.996826 0.000000 0.088928 0.000000 0.996038 0.286803 0.286803 0.286803 +5700.485840 0.000000 1064.069092 0.000000 0.488288 0.000000 0.872683 0.318971 0.318971 0.318971 +5711.914062 0.000000 1056.842651 0.000000 0.172358 0.000000 0.985034 0.293233 0.293233 0.293233 +5689.910645 0.000000 1121.154175 0.000000 0.104673 0.000000 0.994507 0.211248 0.211248 0.211248 +5665.448730 0.000000 1096.499878 0.000000 0.313666 0.000000 0.949533 0.275798 0.275798 0.275798 +5675.690430 0.000000 1076.767090 0.000000 0.049528 0.000000 0.998773 0.218120 0.218120 0.218120 +5670.792969 0.000000 1076.015137 0.000000 0.009333 0.000000 0.999956 0.269533 0.269533 0.269533 +5684.393066 0.000000 1095.596680 0.000000 0.364669 0.000000 0.931137 0.287794 0.287794 0.287794 +5675.071777 0.000000 1083.781616 0.000000 0.123900 0.000000 0.992295 0.249760 0.249760 0.249760 +5688.654297 0.000000 1090.416016 0.000000 0.098198 0.000000 0.995167 0.273751 0.273751 0.273751 +5668.749023 0.000000 1082.572632 0.000000 0.076298 0.000000 0.997085 0.296901 0.296901 0.296901 +5673.963379 0.000000 1080.732422 0.000000 0.002756 0.000000 0.999996 0.285192 0.285192 0.285192 +5668.560547 0.000000 1087.258911 0.000000 0.234820 0.000000 0.972039 0.285919 0.285919 0.285919 +5691.262207 0.000000 1095.339111 0.000000 0.161908 0.000000 0.986806 0.297923 0.297923 0.297923 +5694.383301 0.000000 1094.369629 0.000000 0.024397 0.000000 0.999702 0.294921 0.294921 0.294921 +5666.977539 0.000000 1087.702515 0.000000 0.375873 0.000000 0.926671 0.316421 0.316421 0.316421 +5665.853027 0.000000 1084.967896 0.000000 0.162336 0.000000 0.986736 0.281404 0.281404 0.281404 +5677.641602 0.000000 1089.560181 0.000000 0.381205 0.000000 0.924491 0.293450 0.293450 0.293450 +5688.379395 0.000000 1087.583862 0.000000 0.310276 0.000000 0.950647 0.303066 0.303066 0.303066 +5693.976074 0.000000 1113.888916 0.000000 0.441941 0.000000 0.897044 0.309809 0.309809 0.309809 +5693.240234 0.000000 1087.234375 0.000000 0.170907 0.000000 0.985287 0.295560 0.295560 0.295560 +5670.826172 0.000000 1079.939209 0.000000 0.440297 0.000000 0.897852 0.309024 0.309024 0.309024 +5687.696777 0.000000 1082.489014 0.000000 0.538571 0.000000 0.842580 0.334456 0.334456 0.334456 +5688.862793 0.000000 1107.326050 0.000000 0.435867 0.000000 0.900011 0.317585 0.317585 0.317585 +5694.499512 0.000000 1102.591675 0.000000 0.327287 0.000000 0.944925 0.307179 0.307179 0.307179 +5691.628418 0.000000 1116.878662 0.000000 0.120246 0.000000 0.992744 0.305501 0.305501 0.305501 +5692.439453 0.000000 1122.256104 0.000000 0.543091 0.000000 0.839674 0.333066 0.333066 0.333066 +5682.304199 0.000000 1099.590942 0.000000 0.424808 0.000000 0.905283 0.313518 0.313518 0.313518 +5676.345703 0.000000 1083.919678 0.000000 0.516895 0.000000 0.856049 0.331161 0.331161 0.331161 +5683.413574 0.000000 1092.753662 0.000000 0.585244 0.000000 0.810857 0.328232 0.328232 0.328232 +5676.736816 0.000000 1076.025146 0.000000 0.378500 0.000000 0.925601 0.315950 0.315950 0.315950 +5694.477051 0.000000 1098.609375 0.000000 0.101867 0.000000 0.994798 0.287796 0.287796 0.287796 +5683.583984 0.000000 1077.779053 0.000000 0.553578 0.000000 0.832797 0.324817 0.324817 0.324817 +5689.375000 0.000000 1076.460815 0.000000 0.134666 0.000000 0.990891 0.295696 0.295696 0.295696 +5680.162598 0.000000 1087.066406 0.000000 0.586072 0.000000 0.810259 0.333734 0.333734 0.333734 +5688.005371 0.000000 1079.310425 0.000000 0.102683 0.000000 0.994714 0.305560 0.305560 0.305560 +5682.833984 0.000000 1081.783447 0.000000 0.479008 0.000000 0.877811 0.318161 0.318161 0.318161 +5695.956055 0.000000 1100.121460 0.000000 0.264952 0.000000 0.964262 0.300485 0.300485 0.300485 +5683.716797 0.000000 1075.455200 0.000000 0.215367 0.000000 0.976533 0.301314 0.301314 0.301314 +5688.785645 0.000000 1101.727295 0.000000 0.442425 0.000000 0.896806 0.315012 0.315012 0.315012 +5706.351562 0.000000 1094.082031 0.000000 0.120372 0.000000 0.992729 0.186583 0.186583 0.186583 +5708.112305 0.000000 1088.109863 0.000000 0.088931 0.000000 0.996038 0.215722 0.215722 0.215722 +5698.069824 0.000000 1098.024780 0.000000 0.276833 0.000000 0.960918 0.295597 0.295597 0.295597 +5705.923828 0.000000 1090.797607 0.000000 0.222939 0.000000 0.974832 0.286647 0.286647 0.286647 +5703.500488 0.000000 1092.499512 0.000000 0.414457 0.000000 0.910069 0.300683 0.300683 0.300683 +5700.788086 0.000000 1095.703979 0.000000 0.023103 0.000000 0.999733 0.290363 0.290363 0.290363 +5698.597656 0.000000 1086.668091 0.000000 0.454421 0.000000 0.890787 0.315357 0.315357 0.315357 +5701.575684 0.000000 1094.551636 0.000000 0.303453 0.000000 0.952846 0.305818 0.305818 0.305818 +5700.727051 0.000000 1080.453979 0.000000 0.040544 0.000000 0.999178 0.283098 0.283098 0.283098 +5710.511719 0.000000 1083.837524 0.000000 0.428210 0.000000 0.903679 0.326199 0.326199 0.326199 +5699.610840 0.000000 1075.184937 0.000000 0.039365 0.000000 0.999225 0.290655 0.290655 0.290655 +5708.215332 0.000000 1084.059448 0.000000 0.227964 0.000000 0.973670 0.303930 0.303930 0.303930 +5697.148926 0.000000 1097.352295 0.000000 0.502393 0.000000 0.864639 0.320211 0.320211 0.320211 +5711.758301 0.000000 1081.888184 0.000000 0.422532 0.000000 0.906348 0.316442 0.316442 0.316442 +5696.016602 0.000000 1096.356445 0.000000 0.013406 0.000000 0.999910 0.281024 0.281024 0.281024 +"} object={ name="rainforest_generator_2_1" clamp_to_water_level=no @@ -14,8 +117,129 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_rainforest_002_mesh" - count=0 -} + count=121 + transform="5669.982422 0.000000 1066.980591 0.000000 0.948437 0.000000 0.316967 0.296373 0.296373 0.296373 +5661.237305 0.000000 1050.240967 0.000000 0.651707 0.000000 0.758471 0.192262 0.192262 0.192262 +5665.412109 0.000000 1031.675903 0.000000 0.713191 0.000000 0.700969 0.227699 0.227699 0.227699 +5670.962402 0.000000 1060.898682 0.000000 0.886202 0.000000 0.463299 0.313263 0.313263 0.313263 +5670.819824 0.000000 1068.970459 0.000000 0.869135 0.000000 0.494574 0.302360 0.302360 0.302360 +5666.559570 0.000000 1049.924194 0.000000 0.876966 0.000000 0.480553 0.365366 0.365366 0.365366 +5661.938965 0.000000 1033.252197 0.000000 0.712043 0.000000 0.702135 0.331237 0.331237 0.331237 +5674.601562 0.000000 1068.567383 0.000000 0.821195 0.000000 0.570648 0.358003 0.358003 0.358003 +5666.937988 0.000000 1047.223755 0.000000 0.655219 0.000000 0.755439 0.339415 0.339415 0.339415 +5660.436523 0.000000 1033.321655 0.000000 0.801354 0.000000 0.598190 0.338615 0.338615 0.338615 +5661.510254 0.000000 1030.781738 0.000000 0.641598 0.000000 0.767041 0.342101 0.342101 0.342101 +5671.743652 0.000000 1052.459106 0.000000 0.619405 0.000000 0.785072 0.340317 0.340317 0.340317 +5672.703613 0.000000 1071.587280 0.000000 0.914970 0.000000 0.403522 0.361253 0.361253 0.361253 +5681.121094 0.000000 1068.626831 0.000000 0.939771 0.000000 0.341806 0.373351 0.373351 0.373351 +5679.887207 0.000000 1066.508423 0.000000 0.605592 0.000000 0.795775 0.329695 0.329695 0.329695 +5688.311035 0.000000 1061.370850 0.000000 0.763421 0.000000 0.645901 0.347933 0.347933 0.347933 +5694.572266 0.000000 1067.236572 0.000000 0.741815 0.000000 0.670604 0.343848 0.343848 0.343848 +5663.121582 0.000000 1047.979004 0.000000 0.757633 0.000000 0.652680 0.349758 0.349758 0.349758 +5671.071777 0.000000 1066.436890 0.000000 0.930525 0.000000 0.366229 0.374538 0.374538 0.374538 +5674.127930 0.000000 1064.171997 0.000000 0.672404 0.000000 0.740184 0.339042 0.339042 0.339042 +5680.327148 0.000000 1072.021851 0.000000 0.928505 0.000000 0.371319 0.370937 0.370937 0.370937 +5684.413574 0.000000 1066.276733 0.000000 0.916681 0.000000 0.399620 0.368594 0.368594 0.368594 +5727.758301 0.000000 1046.878418 0.000000 0.618947 0.000000 0.785433 0.207968 0.207968 0.207968 +5728.032227 0.000000 1053.656616 0.000000 0.744363 0.000000 0.667775 0.193246 0.193246 0.193246 +5727.826172 0.000000 1024.841187 0.000000 0.659848 0.000000 0.751399 0.209601 0.209601 0.209601 +5725.392090 0.000000 1061.392212 0.000000 0.902923 0.000000 0.429802 0.223132 0.223132 0.223132 +5725.422852 0.000000 1055.270630 0.000000 0.945685 0.000000 0.325084 0.243612 0.243612 0.243612 +5726.952637 0.000000 1036.231079 0.000000 0.727868 0.000000 0.685717 0.244008 0.244008 0.244008 +5721.283691 0.000000 1038.336548 0.000000 0.872056 0.000000 0.489407 0.275654 0.275654 0.275654 +5726.816895 0.000000 1031.156494 0.000000 0.895487 0.000000 0.445088 0.233059 0.233059 0.233059 +5696.144043 0.000000 1045.119019 0.000000 0.914279 0.000000 0.405086 0.266305 0.266305 0.266305 +5720.422363 0.000000 1046.418945 0.000000 0.882147 0.000000 0.470974 0.285995 0.285995 0.285995 +5725.938965 0.000000 1033.252197 0.000000 0.766922 0.000000 0.641740 0.346539 0.346539 0.346539 +5721.909180 0.000000 1033.805054 0.000000 0.945346 0.000000 0.326068 0.362157 0.362157 0.362157 +5718.696289 0.000000 1053.033447 0.000000 0.858030 0.000000 0.513600 0.357625 0.357625 0.357625 +5718.889648 0.000000 1065.980713 0.000000 0.822315 0.000000 0.569032 0.320044 0.320044 0.320044 +5696.421387 0.000000 1060.241943 0.000000 0.780141 0.000000 0.625603 0.356296 0.356296 0.356296 +5716.708984 0.000000 1060.284180 0.000000 0.904298 0.000000 0.426901 0.368287 0.368287 0.368287 +5708.904785 0.000000 1044.201172 0.000000 0.683515 0.000000 0.729937 0.339368 0.339368 0.339368 +5710.943359 0.000000 1057.313354 0.000000 0.778350 0.000000 0.627830 0.348146 0.348146 0.348146 +5701.044922 0.000000 1047.595459 0.000000 0.610497 0.000000 0.792019 0.330167 0.330167 0.330167 +5713.052246 0.000000 1059.523315 0.000000 0.886376 0.000000 0.462965 0.363229 0.363229 0.363229 +5697.354492 0.000000 1058.434814 0.000000 0.791174 0.000000 0.611591 0.356299 0.356299 0.356299 +5704.396484 0.000000 1055.499390 0.000000 0.745343 0.000000 0.666681 0.344251 0.344251 0.344251 +5697.519531 0.000000 1064.262573 0.000000 0.876783 0.000000 0.480886 0.361676 0.361676 0.361676 +5699.798340 0.000000 1045.324829 0.000000 0.663999 0.000000 0.747733 0.340957 0.340957 0.340957 +5714.234375 0.000000 1048.182007 0.000000 0.697251 0.000000 0.716827 0.342335 0.342335 0.342335 +5699.040527 0.000000 1064.764282 0.000000 0.600328 0.000000 0.799754 0.337984 0.337984 0.337984 +5722.768555 0.000000 1031.651123 0.000000 0.760761 0.000000 0.649032 0.352566 0.352566 0.352566 +5706.277832 0.000000 1052.770386 0.000000 0.780790 0.000000 0.624793 0.348444 0.348444 0.348444 +5708.104980 0.000000 1059.617432 0.000000 0.800377 0.000000 0.599497 0.350888 0.350888 0.350888 +5699.692383 0.000000 1050.019775 0.000000 0.823011 0.000000 0.568025 0.353850 0.353850 0.353850 +5716.037109 0.000000 1056.467407 0.000000 0.908615 0.000000 0.417635 0.367624 0.367624 0.367624 +5702.709961 0.000000 1072.848633 0.000000 0.848875 0.000000 0.528594 0.358704 0.358704 0.358704 +5705.561035 0.000000 1067.864258 0.000000 0.850107 0.000000 0.526611 0.357631 0.357631 0.357631 +5709.689453 0.000000 1067.539917 0.000000 0.764555 0.000000 0.644559 0.346490 0.346490 0.346490 +5655.890625 0.000000 1092.260864 0.000000 0.919589 0.000000 0.392881 0.196774 0.196774 0.196774 +5666.900879 0.000000 1073.267822 0.000000 0.901828 0.000000 0.432095 0.201448 0.201448 0.201448 +5664.618164 0.000000 1076.568726 0.000000 0.808386 0.000000 0.588653 0.212491 0.212491 0.212491 +5674.835938 0.000000 1079.209351 0.000000 0.699307 0.000000 0.714822 0.258607 0.258607 0.258607 +5690.631836 0.000000 1108.339600 0.000000 0.762263 0.000000 0.647267 0.295429 0.295429 0.295429 +5670.469727 0.000000 1099.797119 0.000000 0.830004 0.000000 0.557757 0.281872 0.281872 0.281872 +5693.738281 0.000000 1101.452271 0.000000 0.833055 0.000000 0.553190 0.318179 0.318179 0.318179 +5693.638184 0.000000 1092.926392 0.000000 0.706567 0.000000 0.707646 0.307698 0.307698 0.307698 +5691.305664 0.000000 1122.982178 0.000000 0.897077 0.000000 0.441873 0.292896 0.292896 0.292896 +5690.561523 0.000000 1104.962402 0.000000 0.825626 0.000000 0.564218 0.323914 0.323914 0.323914 +5672.647949 0.000000 1074.529785 0.000000 0.705905 0.000000 0.708307 0.289757 0.289757 0.289757 +5692.034180 0.000000 1121.026367 0.000000 0.906839 0.000000 0.421477 0.312237 0.312237 0.312237 +5657.598145 0.000000 1096.834717 0.000000 0.836143 0.000000 0.548512 0.290683 0.290683 0.290683 +5667.217285 0.000000 1084.041626 0.000000 0.854077 0.000000 0.520146 0.284216 0.284216 0.284216 +5689.007324 0.000000 1118.863647 0.000000 0.945220 0.000000 0.326433 0.266363 0.266363 0.266363 +5692.454590 0.000000 1113.542236 0.000000 0.625129 0.000000 0.780521 0.321086 0.321086 0.321086 +5682.516602 0.000000 1089.234619 0.000000 0.891262 0.000000 0.453489 0.338409 0.338409 0.338409 +5671.104492 0.000000 1085.096680 0.000000 0.733504 0.000000 0.679685 0.334557 0.334557 0.334557 +5692.771484 0.000000 1110.287231 0.000000 0.765744 0.000000 0.643146 0.337217 0.337217 0.337217 +5662.652344 0.000000 1085.288452 0.000000 0.843964 0.000000 0.536400 0.325465 0.325465 0.325465 +5663.632324 0.000000 1083.871948 0.000000 0.620930 0.000000 0.783866 0.258539 0.258539 0.258539 +5692.312988 0.000000 1096.958008 0.000000 0.860561 0.000000 0.509348 0.326942 0.326942 0.326942 +5668.990723 0.000000 1073.888672 0.000000 0.643337 0.000000 0.765583 0.299097 0.299097 0.299097 +5689.001953 0.000000 1108.635132 0.000000 0.941868 0.000000 0.335984 0.371358 0.371358 0.371358 +5695.210449 0.000000 1107.804932 0.000000 0.816686 0.000000 0.577083 0.326754 0.326754 0.326754 +5684.080566 0.000000 1086.396606 0.000000 0.630116 0.000000 0.776501 0.325282 0.325282 0.325282 +5695.025879 0.000000 1122.568237 0.000000 0.715047 0.000000 0.699077 0.332282 0.332282 0.332282 +5689.993164 0.000000 1109.798950 0.000000 0.818685 0.000000 0.574243 0.355028 0.355028 0.355028 +5684.241699 0.000000 1084.937866 0.000000 0.836176 0.000000 0.548461 0.362753 0.362753 0.362753 +5679.286621 0.000000 1074.976562 0.000000 0.835922 0.000000 0.548849 0.346302 0.346302 0.346302 +5686.848633 0.000000 1095.715820 0.000000 0.898570 0.000000 0.438830 0.352431 0.352431 0.352431 +5659.322754 0.000000 1097.673096 0.000000 0.950550 0.000000 0.310570 0.379186 0.379186 0.379186 +5690.590332 0.000000 1115.757568 0.000000 0.603957 0.000000 0.797017 0.329506 0.329506 0.329506 +5670.060059 0.000000 1094.027344 0.000000 0.888297 0.000000 0.459270 0.366882 0.366882 0.366882 +5695.974609 0.000000 1104.734497 0.000000 0.933864 0.000000 0.357629 0.364143 0.364143 0.364143 +5687.433594 0.000000 1094.406372 0.000000 0.636523 0.000000 0.771257 0.328810 0.328810 0.328810 +5663.813965 0.000000 1096.241577 0.000000 0.825267 0.000000 0.564743 0.319375 0.319375 0.319375 +5670.074219 0.000000 1083.049683 0.000000 0.815227 0.000000 0.579141 0.333724 0.333724 0.333724 +5671.319336 0.000000 1097.915894 0.000000 0.689502 0.000000 0.724284 0.341154 0.341154 0.341154 +5691.590332 0.000000 1076.355713 0.000000 0.757694 0.000000 0.652610 0.351007 0.351007 0.351007 +5690.406250 0.000000 1112.283447 0.000000 0.808880 0.000000 0.587974 0.335800 0.335800 0.335800 +5691.996582 0.000000 1080.472046 0.000000 0.691333 0.000000 0.722537 0.342144 0.342144 0.342144 +5664.387695 0.000000 1082.496582 0.000000 0.868899 0.000000 0.494990 0.361863 0.361863 0.361863 +5668.202637 0.000000 1076.851807 0.000000 0.708259 0.000000 0.705952 0.339006 0.339006 0.339006 +5682.592773 0.000000 1078.914307 0.000000 0.858788 0.000000 0.512331 0.358908 0.358908 0.358908 +5678.601562 0.000000 1080.305664 0.000000 0.615539 0.000000 0.788106 0.330655 0.330655 0.330655 +5690.145020 0.000000 1118.347290 0.000000 0.907987 0.000000 0.418998 0.368914 0.368914 0.368914 +5666.956543 0.000000 1094.433228 0.000000 0.926969 0.000000 0.375139 0.372447 0.372447 0.372447 +5680.795410 0.000000 1083.228149 0.000000 0.855437 0.000000 0.517907 0.358411 0.358411 0.358411 +5680.198730 0.000000 1096.875000 0.000000 0.743165 0.000000 0.669108 0.347113 0.347113 0.347113 +5683.501953 0.000000 1073.270020 0.000000 0.762483 0.000000 0.647008 0.346245 0.346245 0.346245 +5689.725098 0.000000 1105.705688 0.000000 0.629779 0.000000 0.776775 0.332045 0.332045 0.332045 +5681.862305 0.000000 1074.404907 0.000000 0.924347 0.000000 0.381552 0.370094 0.370094 0.370094 +5697.318848 0.000000 1112.091553 0.000000 0.945588 0.000000 0.325366 0.220598 0.220598 0.220598 +5696.009766 0.000000 1115.395630 0.000000 0.940479 0.000000 0.339852 0.210936 0.210936 0.210936 +5709.704590 0.000000 1086.029785 0.000000 0.824808 0.000000 0.565413 0.318435 0.318435 0.318435 +5696.144043 0.000000 1101.603394 0.000000 0.712479 0.000000 0.701693 0.283123 0.283123 0.283123 +5698.209961 0.000000 1083.977905 0.000000 0.896114 0.000000 0.443825 0.319910 0.319910 0.319910 +5700.846680 0.000000 1088.110474 0.000000 0.871508 0.000000 0.490382 0.301587 0.301587 0.301587 +5702.267578 0.000000 1097.643188 0.000000 0.816331 0.000000 0.577584 0.328504 0.328504 0.328504 +5698.732422 0.000000 1081.416748 0.000000 0.892164 0.000000 0.451712 0.367120 0.367120 0.367120 +5712.913574 0.000000 1076.986084 0.000000 0.597247 0.000000 0.802057 0.335636 0.335636 0.335636 +5705.386230 0.000000 1080.473633 0.000000 0.949250 0.000000 0.314521 0.376037 0.376037 0.376037 +5697.144043 0.000000 1098.657349 0.000000 0.639247 0.000000 0.769001 0.332981 0.332981 0.332981 +5709.181641 0.000000 1075.019165 0.000000 0.918855 0.000000 0.394595 0.369012 0.369012 0.369012 +"} object={ name="rainforest_generator_2_2" clamp_to_water_level=no @@ -23,8 +247,117 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_rainforest_003_mesh" - count=0 -} + count=109 + transform="5667.765137 0.000000 1042.566040 0.000000 0.952385 0.000000 -0.304897 0.222417 0.222417 0.222417 +5683.213867 0.000000 1062.975952 0.000000 0.997942 0.000000 -0.064121 0.210237 0.210237 0.210237 +5673.204590 0.000000 1053.280151 0.000000 0.993638 0.000000 -0.112617 0.251990 0.251990 0.251990 +5667.666992 0.000000 1053.204956 0.000000 0.957203 0.000000 0.289417 0.267316 0.267316 0.267316 +5673.936523 0.000000 1069.815186 0.000000 0.978178 0.000000 0.207768 0.328488 0.328488 0.328488 +5692.112793 0.000000 1052.393799 0.000000 0.999181 0.000000 -0.040469 0.323072 0.323072 0.323072 +5694.871094 0.000000 1060.229248 0.000000 0.999999 0.000000 -0.001275 0.400085 0.400085 0.400085 +5667.506348 0.000000 1048.588867 0.000000 0.994456 0.000000 0.105156 0.390066 0.390066 0.390066 +5678.236328 0.000000 1072.575195 0.000000 0.964068 0.000000 -0.265655 0.403550 0.403550 0.403550 +5671.243164 0.000000 1067.619019 0.000000 0.974907 0.000000 -0.222614 0.415245 0.415245 0.415245 +5663.902832 0.000000 1032.002441 0.000000 0.998306 0.000000 -0.058174 0.396835 0.396835 0.396835 +5673.405762 0.000000 1054.571655 0.000000 0.991473 0.000000 -0.130310 0.407143 0.407143 0.407143 +5676.614746 0.000000 1065.975342 0.000000 0.952797 0.000000 0.303607 0.379207 0.379207 0.379207 +5675.276855 0.000000 1062.205322 0.000000 0.956353 0.000000 0.292214 0.377346 0.377346 0.377346 +5685.900391 0.000000 1068.093506 0.000000 0.998036 0.000000 -0.062638 0.404788 0.404788 0.404788 +5682.230469 0.000000 1067.675049 0.000000 0.979149 0.000000 -0.203144 0.415628 0.415628 0.415628 +5672.134277 0.000000 1061.309204 0.000000 0.996939 0.000000 -0.078178 0.405979 0.405979 0.405979 +5690.145020 0.000000 1061.862915 0.000000 0.987655 0.000000 -0.156646 0.411074 0.411074 0.411074 +5683.368652 0.000000 1068.204590 0.000000 0.969678 0.000000 -0.244387 0.418861 0.418861 0.418861 +5671.595215 0.000000 1059.816650 0.000000 0.953703 0.000000 0.300749 0.378570 0.378570 0.378570 +5714.127930 0.000000 1029.994751 0.000000 0.984322 0.000000 0.176383 0.279807 0.279807 0.279807 +5722.074219 0.000000 1047.235229 0.000000 0.980678 0.000000 -0.195630 0.279334 0.279334 0.279334 +5715.771973 0.000000 1039.344238 0.000000 0.956992 0.000000 -0.290116 0.279322 0.279322 0.279322 +5702.424805 0.000000 1037.078857 0.000000 0.999327 0.000000 0.036668 0.248056 0.248056 0.248056 +5696.936035 0.000000 1039.328247 0.000000 0.993951 0.000000 0.109829 0.230260 0.230260 0.230260 +5709.099609 0.000000 1036.495361 0.000000 0.999991 0.000000 0.004129 0.252021 0.252021 0.252021 +5712.186523 0.000000 1035.869995 0.000000 0.998838 0.000000 -0.048204 0.216839 0.216839 0.216839 +5716.832520 0.000000 1029.298340 0.000000 0.985464 0.000000 0.169884 0.302444 0.302444 0.302444 +5713.436523 0.000000 1040.587769 0.000000 0.958866 0.000000 0.283859 0.298548 0.298548 0.298548 +5716.141113 0.000000 1070.650513 0.000000 0.980938 0.000000 -0.194319 0.288698 0.288698 0.288698 +5720.332520 0.000000 1051.923218 0.000000 0.984749 0.000000 0.173979 0.318263 0.318263 0.318263 +5708.062012 0.000000 1038.024170 0.000000 0.996785 0.000000 -0.080118 0.282187 0.282187 0.282187 +5709.306641 0.000000 1041.270264 0.000000 0.988899 0.000000 -0.148588 0.313085 0.313085 0.313085 +5704.954590 0.000000 1040.436768 0.000000 0.998973 0.000000 -0.045306 0.326658 0.326658 0.326658 +5721.045410 0.000000 1028.610596 0.000000 0.979708 0.000000 -0.200428 0.413300 0.413300 0.413300 +5718.733398 0.000000 1025.489868 0.000000 0.992511 0.000000 0.122151 0.391776 0.391776 0.391776 +5702.813965 0.000000 1038.482788 0.000000 0.995433 0.000000 -0.095466 0.366678 0.366678 0.366678 +5720.874512 0.000000 1034.733887 0.000000 0.999215 0.000000 0.039628 0.346658 0.346658 0.346658 +5706.576172 0.000000 1047.062500 0.000000 0.995812 0.000000 0.091420 0.393418 0.393418 0.393418 +5720.631836 0.000000 1027.331665 0.000000 0.999868 0.000000 0.016252 0.398945 0.398945 0.398945 +5718.619629 0.000000 1050.239868 0.000000 0.992974 0.000000 0.118329 0.368876 0.368876 0.368876 +5715.693848 0.000000 1046.054443 0.000000 0.998923 0.000000 0.046397 0.393743 0.393743 0.393743 +5716.561035 0.000000 1067.484131 0.000000 0.996848 0.000000 -0.079338 0.364719 0.364719 0.364719 +5702.988770 0.000000 1058.178955 0.000000 0.983300 0.000000 -0.181994 0.413981 0.413981 0.413981 +5696.489258 0.000000 1048.140747 0.000000 0.982179 0.000000 0.187947 0.386689 0.386689 0.386689 +5702.969727 0.000000 1049.042847 0.000000 0.988543 0.000000 -0.150937 0.410478 0.410478 0.410478 +5704.362793 0.000000 1072.503784 0.000000 0.999990 0.000000 -0.004494 0.400343 0.400343 0.400343 +5707.890137 0.000000 1067.451782 0.000000 0.962864 0.000000 0.269986 0.379115 0.379115 0.379115 +5714.479492 0.000000 1063.362183 0.000000 0.959129 0.000000 0.282970 0.378083 0.378083 0.378083 +5713.980469 0.000000 1055.974487 0.000000 0.987404 0.000000 0.158222 0.387862 0.387862 0.387862 +5697.670898 0.000000 1066.639404 0.000000 0.979419 0.000000 -0.201838 0.415526 0.415526 0.415526 +5703.807129 0.000000 1049.920410 0.000000 0.964659 0.000000 -0.263502 0.418440 0.418440 0.418440 +5701.862793 0.000000 1052.583618 0.000000 0.989902 0.000000 0.141751 0.389134 0.389134 0.389134 +5701.747070 0.000000 1049.689697 0.000000 0.996389 0.000000 -0.084905 0.406494 0.406494 0.406494 +5708.307617 0.000000 1057.479248 0.000000 0.995521 0.000000 0.094537 0.392767 0.392767 0.392767 +5705.062988 0.000000 1058.698730 0.000000 0.998638 0.000000 0.052171 0.396013 0.396013 0.396013 +5706.690430 0.000000 1063.080566 0.000000 0.978104 0.000000 -0.208117 0.416016 0.416016 0.416016 +5663.826172 0.000000 1081.325562 0.000000 0.998174 0.000000 0.060403 0.222153 0.222153 0.222153 +5695.586426 0.000000 1126.637695 0.000000 0.983347 0.000000 -0.181740 0.201551 0.201551 0.201551 +5661.020508 0.000000 1086.033447 0.000000 0.995427 0.000000 -0.095530 0.207172 0.207172 0.207172 +5665.491699 0.000000 1079.098389 0.000000 0.989717 0.000000 0.143040 0.272075 0.272075 0.272075 +5663.888672 0.000000 1094.747437 0.000000 0.971409 0.000000 -0.237413 0.288689 0.288689 0.288689 +5693.382324 0.000000 1103.505493 0.000000 0.982291 0.000000 -0.187361 0.357026 0.357026 0.357026 +5661.739258 0.000000 1094.666260 0.000000 0.990895 0.000000 -0.134634 0.263947 0.263947 0.263947 +5684.679199 0.000000 1092.892456 0.000000 0.979345 0.000000 0.202195 0.312956 0.312956 0.312956 +5677.431152 0.000000 1077.254761 0.000000 0.979318 0.000000 -0.202325 0.396091 0.396091 0.396091 +5688.471680 0.000000 1113.659180 0.000000 0.999867 0.000000 0.016295 0.325424 0.325424 0.325424 +5683.291016 0.000000 1083.627197 0.000000 0.983690 0.000000 0.179873 0.358132 0.358132 0.358132 +5690.250000 0.000000 1106.695068 0.000000 0.979276 0.000000 -0.202531 0.318463 0.318463 0.318463 +5663.972656 0.000000 1097.584106 0.000000 1.000000 0.000000 0.000666 0.346189 0.346189 0.346189 +5686.403320 0.000000 1092.888916 0.000000 0.999762 0.000000 -0.021800 0.383315 0.383315 0.383315 +5677.531250 0.000000 1091.596191 0.000000 0.990742 0.000000 -0.135759 0.405134 0.405134 0.405134 +5686.998047 0.000000 1090.505371 0.000000 0.982575 0.000000 -0.185869 0.407102 0.407102 0.407102 +5658.869141 0.000000 1094.651978 0.000000 0.998273 0.000000 0.058749 0.365557 0.365557 0.365557 +5667.030762 0.000000 1097.097534 0.000000 0.953181 0.000000 -0.302400 0.379716 0.379716 0.379716 +5694.095703 0.000000 1104.749268 0.000000 0.979836 0.000000 -0.199804 0.397145 0.397145 0.397145 +5693.587402 0.000000 1121.100952 0.000000 0.997425 0.000000 0.071723 0.326578 0.326578 0.326578 +5689.198730 0.000000 1099.938599 0.000000 0.983083 0.000000 0.183162 0.330595 0.330595 0.330595 +5695.116211 0.000000 1092.952881 0.000000 0.997830 0.000000 0.065843 0.376130 0.376130 0.376130 +5670.002930 0.000000 1074.864746 0.000000 0.953213 0.000000 0.302298 0.379223 0.379223 0.379223 +5693.256836 0.000000 1078.567871 0.000000 0.968232 0.000000 0.250054 0.359514 0.359514 0.359514 +5658.696777 0.000000 1092.949219 0.000000 0.999293 0.000000 -0.037602 0.395576 0.395576 0.395576 +5686.395020 0.000000 1083.266357 0.000000 0.966898 0.000000 0.255163 0.383123 0.383123 0.383123 +5668.268066 0.000000 1095.829102 0.000000 0.979504 0.000000 0.201424 0.385873 0.385873 0.385873 +5664.863281 0.000000 1094.027832 0.000000 0.964323 0.000000 -0.264730 0.417859 0.417859 0.417859 +5680.334961 0.000000 1089.306519 0.000000 0.993120 0.000000 -0.117105 0.407795 0.407795 0.407795 +5673.763184 0.000000 1095.223633 0.000000 0.961108 0.000000 0.276174 0.381279 0.381279 0.381279 +5677.140625 0.000000 1092.815674 0.000000 0.994211 0.000000 0.107442 0.391776 0.391776 0.391776 +5694.282715 0.000000 1089.323853 0.000000 0.979052 0.000000 -0.203611 0.414845 0.414845 0.414845 +5695.384277 0.000000 1088.967407 0.000000 0.999866 0.000000 -0.016388 0.401187 0.401187 0.401187 +5684.906250 0.000000 1079.455566 0.000000 0.972868 0.000000 0.231362 0.382164 0.382164 0.382164 +5690.872070 0.000000 1101.333862 0.000000 0.963631 0.000000 -0.267238 0.420667 0.420667 0.420667 +5695.124512 0.000000 1096.916504 0.000000 0.977708 0.000000 0.209967 0.383839 0.383839 0.383839 +5680.528320 0.000000 1079.075562 0.000000 0.997988 0.000000 -0.063403 0.404847 0.404847 0.404847 +5716.569336 0.000000 1078.589600 0.000000 0.980692 0.000000 0.195558 0.198256 0.198256 0.198256 +5696.254883 0.000000 1120.343994 0.000000 0.962206 0.000000 0.272322 0.222434 0.222434 0.222434 +5696.894531 0.000000 1103.503296 0.000000 0.997002 0.000000 0.077379 0.225236 0.225236 0.225236 +5711.197266 0.000000 1084.835938 0.000000 0.982293 0.000000 0.187353 0.275236 0.275236 0.275236 +5702.028809 0.000000 1096.132690 0.000000 0.962651 0.000000 0.270744 0.345169 0.345169 0.345169 +5712.790527 0.000000 1081.358398 0.000000 0.956970 0.000000 -0.290188 0.363070 0.363070 0.363070 +5707.039062 0.000000 1089.459473 0.000000 0.976710 0.000000 -0.214565 0.408917 0.408917 0.408917 +5699.597168 0.000000 1098.309692 0.000000 0.954329 0.000000 0.298758 0.343743 0.343743 0.343743 +5704.131348 0.000000 1082.590820 0.000000 0.987920 0.000000 -0.154966 0.332035 0.332035 0.332035 +5710.755859 0.000000 1082.651245 0.000000 0.953002 0.000000 -0.302964 0.420133 0.420133 0.420133 +5702.753418 0.000000 1078.367798 0.000000 0.966461 0.000000 0.256814 0.370314 0.370314 0.370314 +5697.312988 0.000000 1092.688721 0.000000 0.983065 0.000000 -0.183258 0.409335 0.409335 0.409335 +5699.510254 0.000000 1080.477173 0.000000 0.976667 0.000000 -0.214758 0.415184 0.415184 0.415184 +5697.121582 0.000000 1090.311646 0.000000 0.995060 0.000000 -0.099276 0.407522 0.407522 0.407522 +5708.654785 0.000000 1076.907593 0.000000 0.999419 0.000000 0.034074 0.397396 0.397396 0.397396 +"} object={ name="rainforest_generator_2_3" clamp_to_water_level=no @@ -32,8 +365,117 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_rainforest_004_mesh" - count=0 -} + count=109 + transform="5692.832520 0.000000 1049.040527 0.000000 0.701922 0.000000 -0.712254 0.233670 0.233670 0.233670 +5670.581055 0.000000 1051.843140 0.000000 0.850771 0.000000 -0.525536 0.241585 0.241585 0.241585 +5658.245605 0.000000 1035.230591 0.000000 0.895281 0.000000 -0.445502 0.241395 0.241395 0.241395 +5668.550293 0.000000 1047.512817 0.000000 0.620497 0.000000 -0.784209 0.248271 0.248271 0.248271 +5668.952637 0.000000 1057.195679 0.000000 0.795733 0.000000 -0.605647 0.245613 0.245613 0.245613 +5674.638672 0.000000 1067.151367 0.000000 0.668072 0.000000 -0.744096 0.388030 0.388030 0.388030 +5675.722656 0.000000 1072.041992 0.000000 0.621334 0.000000 -0.783546 0.430418 0.430418 0.430418 +5663.967773 0.000000 1034.918457 0.000000 0.711364 0.000000 -0.702824 0.425055 0.425055 0.425055 +5662.394531 0.000000 1034.765015 0.000000 0.731981 0.000000 -0.681325 0.423369 0.423369 0.423369 +5677.470215 0.000000 1064.003052 0.000000 0.675633 0.000000 -0.737238 0.455878 0.455878 0.455878 +5690.669922 0.000000 1072.456543 0.000000 0.783304 0.000000 -0.621639 0.427280 0.427280 0.427280 +5663.813965 0.000000 1039.757202 0.000000 0.888471 0.000000 -0.458932 0.397449 0.397449 0.397449 +5693.190430 0.000000 1072.140869 0.000000 0.900803 0.000000 -0.434228 0.434315 0.434315 0.434315 +5678.873535 0.000000 1065.820190 0.000000 0.927424 0.000000 -0.374012 0.429284 0.429284 0.429284 +5676.346191 0.000000 1064.358643 0.000000 0.845163 0.000000 -0.534508 0.438012 0.438012 0.438012 +5695.312988 0.000000 1057.993652 0.000000 0.909531 0.000000 -0.415637 0.432746 0.432746 0.432746 +5684.617188 0.000000 1070.075806 0.000000 0.816084 0.000000 -0.577934 0.447074 0.447074 0.447074 +5672.275879 0.000000 1065.491333 0.000000 0.816342 0.000000 -0.577569 0.443043 0.443043 0.443043 +5692.292969 0.000000 1073.041626 0.000000 0.939475 0.000000 -0.342616 0.426715 0.426715 0.426715 +5694.400879 0.000000 1056.269409 0.000000 0.779570 0.000000 -0.626316 0.451705 0.451705 0.451705 +5717.705078 0.000000 1043.586426 0.000000 0.779227 0.000000 -0.626741 0.304195 0.304195 0.304195 +5724.947754 0.000000 1046.790527 0.000000 0.788026 0.000000 -0.615642 0.258538 0.258538 0.258538 +5719.068359 0.000000 1021.229919 0.000000 0.619208 0.000000 -0.785227 0.239087 0.239087 0.239087 +5719.408203 0.000000 1028.556885 0.000000 0.699583 0.000000 -0.714551 0.346979 0.346979 0.346979 +5714.128418 0.000000 1037.480347 0.000000 0.682496 0.000000 -0.730889 0.260065 0.260065 0.260065 +5715.236816 0.000000 1028.041870 0.000000 0.850886 0.000000 -0.525350 0.299528 0.299528 0.299528 +5718.981445 0.000000 1044.943359 0.000000 0.948733 0.000000 -0.316079 0.322488 0.322488 0.322488 +5712.985352 0.000000 1038.894531 0.000000 0.917004 0.000000 -0.398879 0.290728 0.290728 0.290728 +5721.034668 0.000000 1048.665283 0.000000 0.774808 0.000000 -0.632197 0.333564 0.333564 0.333564 +5720.512695 0.000000 1024.451660 0.000000 0.863960 0.000000 -0.503560 0.389569 0.389569 0.389569 +5720.204102 0.000000 1061.246216 0.000000 0.732665 0.000000 -0.680589 0.367229 0.367229 0.367229 +5721.560059 0.000000 1059.892212 0.000000 0.676784 0.000000 -0.736182 0.381810 0.381810 0.381810 +5718.338379 0.000000 1029.701172 0.000000 0.937572 0.000000 -0.347791 0.331047 0.331047 0.331047 +5714.834473 0.000000 1043.308228 0.000000 0.931027 0.000000 -0.364950 0.339173 0.339173 0.339173 +5714.338867 0.000000 1024.751953 0.000000 0.852594 0.000000 -0.522574 0.397345 0.397345 0.397345 +5719.838867 0.000000 1047.742432 0.000000 0.850597 0.000000 -0.525817 0.348652 0.348652 0.348652 +5718.014160 0.000000 1022.252808 0.000000 0.881384 0.000000 -0.472401 0.399576 0.399576 0.399576 +5718.292480 0.000000 1048.139282 0.000000 0.733693 0.000000 -0.679481 0.385203 0.385203 0.385203 +5721.534668 0.000000 1026.280762 0.000000 0.841893 0.000000 -0.539644 0.437000 0.437000 0.437000 +5696.126465 0.000000 1062.401611 0.000000 0.860814 0.000000 -0.508920 0.436790 0.436790 0.436790 +5725.510254 0.000000 1030.781738 0.000000 0.713660 0.000000 -0.700492 0.449989 0.449989 0.449989 +5711.223145 0.000000 1045.065308 0.000000 0.889369 0.000000 -0.457190 0.414393 0.414393 0.414393 +5701.575684 0.000000 1038.067261 0.000000 0.691432 0.000000 -0.722442 0.458652 0.458652 0.458652 +5701.108887 0.000000 1066.351318 0.000000 0.601504 0.000000 -0.798870 0.463534 0.463534 0.463534 +5717.902344 0.000000 1062.205200 0.000000 0.944006 0.000000 -0.329928 0.422748 0.422748 0.422748 +5698.034668 0.000000 1042.804443 0.000000 0.700095 0.000000 -0.714050 0.451422 0.451422 0.451422 +5700.561035 0.000000 1063.000244 0.000000 0.638313 0.000000 -0.769777 0.467112 0.467112 0.467112 +5700.508301 0.000000 1059.419312 0.000000 0.607594 0.000000 -0.794248 0.470112 0.470112 0.470112 +5696.743652 0.000000 1067.639526 0.000000 0.621336 0.000000 -0.783544 0.468782 0.468782 0.468782 +5704.099121 0.000000 1052.108276 0.000000 0.806540 0.000000 -0.591180 0.448321 0.448321 0.448321 +5724.949219 0.000000 1037.423828 0.000000 0.791109 0.000000 -0.611675 0.449295 0.449295 0.449295 +5703.351074 0.000000 1055.969727 0.000000 0.897586 0.000000 -0.440839 0.434877 0.434877 0.434877 +5698.420898 0.000000 1060.435059 0.000000 0.907342 0.000000 -0.420392 0.432604 0.432604 0.432604 +5709.138672 0.000000 1048.257080 0.000000 0.783919 0.000000 -0.620863 0.451172 0.451172 0.451172 +5696.352051 0.000000 1055.104492 0.000000 0.836452 0.000000 -0.548040 0.444310 0.444310 0.444310 +5701.505859 0.000000 1046.189331 0.000000 0.870584 0.000000 -0.492019 0.439298 0.439298 0.439298 +5703.241211 0.000000 1051.248291 0.000000 0.758541 0.000000 -0.651625 0.454219 0.454219 0.454219 +5690.368164 0.000000 1125.129028 0.000000 0.705782 0.000000 -0.708429 0.233596 0.233596 0.233596 +5655.293457 0.000000 1096.767944 0.000000 0.915446 0.000000 -0.402441 0.205747 0.205747 0.205747 +5672.974609 0.000000 1084.724731 0.000000 0.627350 0.000000 -0.778737 0.344838 0.344838 0.344838 +5681.394043 0.000000 1098.532837 0.000000 0.721190 0.000000 -0.692738 0.285310 0.285310 0.285310 +5669.463867 0.000000 1080.808472 0.000000 0.914732 0.000000 -0.404062 0.339530 0.339530 0.339530 +5686.158691 0.000000 1105.262939 0.000000 0.857212 0.000000 -0.514964 0.280174 0.280174 0.280174 +5695.509766 0.000000 1110.421631 0.000000 0.635828 0.000000 -0.771831 0.382783 0.382783 0.382783 +5689.190430 0.000000 1115.309937 0.000000 0.765943 0.000000 -0.642908 0.318012 0.318012 0.318012 +5677.143066 0.000000 1073.505493 0.000000 0.914869 0.000000 -0.403751 0.255263 0.255263 0.255263 +5666.934570 0.000000 1076.772339 0.000000 0.789461 0.000000 -0.613800 0.379860 0.379860 0.379860 +5693.282227 0.000000 1117.158325 0.000000 0.840416 0.000000 -0.541941 0.381147 0.381147 0.381147 +5669.372070 0.000000 1077.267700 0.000000 0.837206 0.000000 -0.546888 0.417764 0.417764 0.417764 +5666.375977 0.000000 1089.645874 0.000000 0.800017 0.000000 -0.599978 0.395392 0.395392 0.395392 +5689.206055 0.000000 1082.829590 0.000000 0.787530 0.000000 -0.616277 0.350246 0.350246 0.350246 +5692.201172 0.000000 1093.793701 0.000000 0.858991 0.000000 -0.511990 0.365009 0.365009 0.365009 +5689.728516 0.000000 1098.597778 0.000000 0.939098 0.000000 -0.343650 0.353193 0.353193 0.353193 +5676.147461 0.000000 1088.838501 0.000000 0.777178 0.000000 -0.629281 0.376663 0.376663 0.376663 +5669.106445 0.000000 1085.801147 0.000000 0.607395 0.000000 -0.794400 0.371391 0.371391 0.371391 +5691.955078 0.000000 1104.258301 0.000000 0.905450 0.000000 -0.424452 0.372227 0.372227 0.372227 +5689.773926 0.000000 1094.991943 0.000000 0.845262 0.000000 -0.534353 0.395392 0.395392 0.395392 +5695.883789 0.000000 1111.942627 0.000000 0.936715 0.000000 -0.350093 0.359719 0.359719 0.359719 +5692.055664 0.000000 1079.120483 0.000000 0.747292 0.000000 -0.664495 0.412207 0.412207 0.412207 +5675.440918 0.000000 1080.891479 0.000000 0.671036 0.000000 -0.741425 0.453587 0.453587 0.453587 +5665.762207 0.000000 1095.100952 0.000000 0.831629 0.000000 -0.555332 0.439246 0.439246 0.439246 +5656.470703 0.000000 1095.951050 0.000000 0.831580 0.000000 -0.555405 0.379233 0.379233 0.379233 +5684.156250 0.000000 1091.571167 0.000000 0.682233 0.000000 -0.731135 0.417219 0.417219 0.417219 +5687.777832 0.000000 1102.138184 0.000000 0.862091 0.000000 -0.506753 0.415033 0.415033 0.415033 +5671.339844 0.000000 1074.785645 0.000000 0.784916 0.000000 -0.619602 0.445210 0.445210 0.445210 +5686.683594 0.000000 1103.765015 0.000000 0.879683 0.000000 -0.475561 0.412963 0.412963 0.412963 +5678.200195 0.000000 1074.312866 0.000000 0.745363 0.000000 -0.666659 0.419417 0.419417 0.419417 +5681.067871 0.000000 1077.732056 0.000000 0.874763 0.000000 -0.484550 0.438644 0.438644 0.438644 +5662.868164 0.000000 1093.945312 0.000000 0.826652 0.000000 -0.562714 0.439690 0.439690 0.439690 +5678.633301 0.000000 1077.918945 0.000000 0.610849 0.000000 -0.791747 0.462271 0.462271 0.462271 +5686.646973 0.000000 1091.691772 0.000000 0.599690 0.000000 -0.800232 0.452999 0.452999 0.452999 +5692.552246 0.000000 1074.512329 0.000000 0.694497 0.000000 -0.719495 0.461350 0.461350 0.461350 +5682.000000 0.000000 1076.510986 0.000000 0.676246 0.000000 -0.736676 0.463265 0.463265 0.463265 +5681.195312 0.000000 1073.566040 0.000000 0.730940 0.000000 -0.682442 0.457380 0.457380 0.457380 +5679.740234 0.000000 1088.341675 0.000000 0.909175 0.000000 -0.416413 0.432811 0.432811 0.432811 +5683.336914 0.000000 1095.314819 0.000000 0.925141 0.000000 -0.379623 0.429747 0.429747 0.429747 +5681.364258 0.000000 1075.492432 0.000000 0.797159 0.000000 -0.603770 0.449520 0.449520 0.449520 +5719.491699 0.000000 1073.834595 0.000000 0.909348 0.000000 -0.416037 0.229971 0.229971 0.229971 +5696.163086 0.000000 1107.949707 0.000000 0.932260 0.000000 -0.361790 0.227966 0.227966 0.227966 +5699.099121 0.000000 1099.904785 0.000000 0.705432 0.000000 -0.708778 0.396974 0.396974 0.396974 +5704.404785 0.000000 1093.630981 0.000000 0.792577 0.000000 -0.609772 0.391902 0.391902 0.391902 +5709.188965 0.000000 1081.457764 0.000000 0.892549 0.000000 -0.450951 0.303499 0.303499 0.303499 +5696.233887 0.000000 1086.646362 0.000000 0.943343 0.000000 -0.331818 0.318150 0.318150 0.318150 +5698.970703 0.000000 1082.650757 0.000000 0.870588 0.000000 -0.492012 0.361404 0.361404 0.361404 +5698.009277 0.000000 1094.251831 0.000000 0.906152 0.000000 -0.422953 0.428674 0.428674 0.428674 +5704.409180 0.000000 1088.022583 0.000000 0.613612 0.000000 -0.789608 0.460670 0.460670 0.460670 +5712.053223 0.000000 1078.563477 0.000000 0.715325 0.000000 -0.698792 0.459107 0.459107 0.459107 +5696.361816 0.000000 1094.839111 0.000000 0.806910 0.000000 -0.590674 0.448273 0.448273 0.448273 +5698.932617 0.000000 1097.364258 0.000000 0.670593 0.000000 -0.741825 0.463850 0.463850 0.463850 +"} object={ name="rainforest_generator_2_4" clamp_to_water_level=no @@ -41,5 +483,122 @@ object={ generated_content=yes layer="semidynamic_medium" pdxmesh="tree_rainforest_005_mesh" - count=0 -} + count=117 + transform="5664.032227 0.000000 1053.656616 0.000000 0.357428 0.000000 -0.933941 0.209930 0.209930 0.209930 +5687.107910 0.000000 1061.920044 0.000000 0.435200 0.000000 -0.900334 0.269615 0.269615 0.269615 +5661.530273 0.000000 1044.011108 0.000000 0.003238 0.000000 -0.999995 0.270493 0.270493 0.270493 +5677.386719 0.000000 1071.425781 0.000000 0.410788 0.000000 -0.911731 0.295485 0.295485 0.295485 +5689.190430 0.000000 1058.825562 0.000000 0.252390 0.000000 -0.967626 0.263249 0.263249 0.263249 +5677.836426 0.000000 1069.351562 0.000000 0.565502 0.000000 -0.824747 0.396965 0.396965 0.396965 +5665.478516 0.000000 1046.740234 0.000000 0.383761 0.000000 -0.923433 0.411277 0.411277 0.411277 +5667.500488 0.000000 1044.303345 0.000000 0.131303 0.000000 -0.991342 0.391058 0.391058 0.391058 +5690.590332 0.000000 1059.273193 0.000000 0.477577 0.000000 -0.878590 0.382197 0.382197 0.382197 +5694.147949 0.000000 1061.673462 0.000000 0.435541 0.000000 -0.900169 0.474667 0.474667 0.474667 +5674.351562 0.000000 1065.807129 0.000000 0.326232 0.000000 -0.945290 0.490594 0.490594 0.490594 +5681.639160 0.000000 1072.475464 0.000000 0.396767 0.000000 -0.917919 0.488832 0.488832 0.488832 +5675.365234 0.000000 1059.706665 0.000000 0.006284 0.000000 -0.999980 0.519520 0.519520 0.519520 +5680.248535 0.000000 1070.524048 0.000000 0.387159 0.000000 -0.922013 0.489630 0.489630 0.489630 +5689.239746 0.000000 1060.048096 0.000000 0.542591 0.000000 -0.839997 0.473946 0.473946 0.473946 +5676.416992 0.000000 1061.722290 0.000000 0.157623 0.000000 -0.987499 0.472772 0.472772 0.472772 +5687.883789 0.000000 1062.767822 0.000000 0.330435 0.000000 -0.943829 0.493965 0.493965 0.493965 +5686.610352 0.000000 1066.631958 0.000000 0.127580 0.000000 -0.991828 0.510227 0.510227 0.510227 +5693.398438 0.000000 1059.531616 0.000000 0.061606 0.000000 -0.998101 0.515291 0.515291 0.515291 +5687.347168 0.000000 1072.770020 0.000000 0.577164 0.000000 -0.816629 0.467273 0.467273 0.467273 +5687.038086 0.000000 1064.718872 0.000000 0.025972 0.000000 -0.999663 0.518016 0.518016 0.518016 +5687.916992 0.000000 1066.885376 0.000000 0.073287 0.000000 -0.997311 0.514396 0.514396 0.514396 +5685.492676 0.000000 1072.248047 0.000000 0.097660 0.000000 -0.995220 0.508482 0.508482 0.508482 +5689.960449 0.000000 1062.946533 0.000000 0.170993 0.000000 -0.985272 0.506873 0.506873 0.506873 +5705.400879 0.000000 1032.837891 0.000000 0.512505 0.000000 -0.858684 0.207735 0.207735 0.207735 +5721.505859 0.000000 1070.490479 0.000000 0.305265 0.000000 -0.952267 0.230359 0.230359 0.230359 +5725.237305 0.000000 1050.240967 0.000000 0.476071 0.000000 -0.879407 0.277051 0.277051 0.277051 +5722.245605 0.000000 1035.230591 0.000000 0.215770 0.000000 -0.976444 0.313632 0.313632 0.313632 +5724.944336 0.000000 1052.586182 0.000000 0.378428 0.000000 -0.925631 0.277810 0.277810 0.277810 +5723.443848 0.000000 1048.983765 0.000000 0.423580 0.000000 -0.905859 0.310875 0.310875 0.310875 +5720.887695 0.000000 1058.318970 0.000000 0.350157 0.000000 -0.936691 0.398921 0.398921 0.398921 +5717.008301 0.000000 1045.823853 0.000000 0.256949 0.000000 -0.966425 0.385867 0.385867 0.385867 +5721.774414 0.000000 1066.417969 0.000000 0.007430 0.000000 -0.999972 0.311269 0.311269 0.311269 +5722.057129 0.000000 1052.181885 0.000000 0.128280 0.000000 -0.991738 0.329667 0.329667 0.329667 +5722.957520 0.000000 1023.345581 0.000000 0.483413 0.000000 -0.875392 0.415131 0.415131 0.415131 +5717.209473 0.000000 1023.580994 0.000000 0.195590 0.000000 -0.980686 0.480649 0.480649 0.480649 +5703.363281 0.000000 1040.169067 0.000000 0.397782 0.000000 -0.917480 0.480047 0.480047 0.480047 +5720.230957 0.000000 1031.727539 0.000000 0.374522 0.000000 -0.927218 0.479710 0.479710 0.479710 +5719.285645 0.000000 1056.429199 0.000000 0.293145 0.000000 -0.956068 0.479395 0.479395 0.479395 +5723.442383 0.000000 1025.141602 0.000000 0.375160 0.000000 -0.926960 0.482329 0.482329 0.482329 +5698.857910 0.000000 1059.062256 0.000000 0.505633 0.000000 -0.862749 0.478983 0.478983 0.478983 +5696.042480 0.000000 1050.149902 0.000000 0.508972 0.000000 -0.860783 0.479206 0.479206 0.479206 +5713.357910 0.000000 1050.134399 0.000000 0.512821 0.000000 -0.858496 0.478864 0.478864 0.478864 +5697.803711 0.000000 1069.044800 0.000000 0.553730 0.000000 -0.832697 0.464606 0.464606 0.464606 +5701.217285 0.000000 1064.867798 0.000000 0.405885 0.000000 -0.913924 0.488071 0.488071 0.488071 +5714.317871 0.000000 1051.961426 0.000000 0.313545 0.000000 -0.949573 0.495636 0.495636 0.495636 +5723.824219 0.000000 1029.580322 0.000000 0.008134 0.000000 -0.999967 0.508455 0.508455 0.508455 +5705.391113 0.000000 1051.282349 0.000000 0.335979 0.000000 -0.941869 0.493824 0.493824 0.493824 +5710.050293 0.000000 1048.871826 0.000000 0.305219 0.000000 -0.952282 0.496305 0.496305 0.496305 +5696.369141 0.000000 1056.245972 0.000000 0.125881 0.000000 -0.992045 0.508194 0.508194 0.508194 +5713.965332 0.000000 1057.343872 0.000000 0.582557 0.000000 -0.812790 0.472493 0.472493 0.472493 +5697.237793 0.000000 1053.040771 0.000000 0.223669 0.000000 -0.974665 0.502767 0.502767 0.502767 +5700.465332 0.000000 1055.508423 0.000000 0.395235 0.000000 -0.918580 0.488959 0.488959 0.488959 +5711.546387 0.000000 1054.600586 0.000000 0.424030 0.000000 -0.905648 0.486548 0.486548 0.486548 +5698.422363 0.000000 1055.717041 0.000000 0.444197 0.000000 -0.895929 0.483174 0.483174 0.483174 +5708.499512 0.000000 1056.101685 0.000000 0.435257 0.000000 -0.900306 0.485598 0.485598 0.485598 +5709.676758 0.000000 1053.712769 0.000000 0.039599 0.000000 -0.999216 0.516974 0.516974 0.516974 +5711.808594 0.000000 1060.890137 0.000000 0.162945 0.000000 -0.986635 0.507496 0.507496 0.507496 +5673.563477 0.000000 1099.694092 0.000000 0.329417 0.000000 -0.944185 0.239642 0.239642 0.239642 +5672.832520 0.000000 1076.704224 0.000000 0.169426 0.000000 -0.985543 0.301346 0.301346 0.301346 +5674.288574 0.000000 1096.350952 0.000000 0.485342 0.000000 -0.874325 0.321884 0.321884 0.321884 +5691.000977 0.000000 1111.004150 0.000000 0.564489 0.000000 -0.825441 0.379388 0.379388 0.379388 +5673.650879 0.000000 1082.489868 0.000000 0.410755 0.000000 -0.911746 0.394481 0.394481 0.394481 +5679.448242 0.000000 1097.710693 0.000000 0.423415 0.000000 -0.905936 0.329702 0.329702 0.329702 +5680.914551 0.000000 1090.386719 0.000000 0.218932 0.000000 -0.975740 0.279680 0.279680 0.279680 +5689.129395 0.000000 1112.021729 0.000000 0.084450 0.000000 -0.996428 0.383214 0.383214 0.383214 +5682.709961 0.000000 1087.292969 0.000000 0.094004 0.000000 -0.995572 0.381230 0.381230 0.381230 +5692.473145 0.000000 1100.187134 0.000000 0.199814 0.000000 -0.979834 0.404257 0.404257 0.404257 +5688.710938 0.000000 1097.034668 0.000000 0.229089 0.000000 -0.973406 0.414184 0.414184 0.414184 +5671.989746 0.000000 1099.107056 0.000000 0.100735 0.000000 -0.994913 0.346010 0.346010 0.346010 +5689.112305 0.000000 1079.793457 0.000000 0.369782 0.000000 -0.929118 0.472629 0.472629 0.472629 +5670.707031 0.000000 1081.760376 0.000000 0.301139 0.000000 -0.953580 0.398075 0.398075 0.398075 +5692.027344 0.000000 1118.085571 0.000000 0.269854 0.000000 -0.962901 0.394759 0.394759 0.394759 +5694.913574 0.000000 1119.241699 0.000000 0.166036 0.000000 -0.986120 0.417179 0.417179 0.417179 +5689.144531 0.000000 1074.818359 0.000000 0.265775 0.000000 -0.964035 0.393361 0.393361 0.393361 +5669.374023 0.000000 1079.169678 0.000000 0.492255 0.000000 -0.870451 0.429921 0.429921 0.429921 +5684.319336 0.000000 1100.828857 0.000000 0.135906 0.000000 -0.990722 0.492754 0.492754 0.492754 +5691.962402 0.000000 1112.151489 0.000000 0.497129 0.000000 -0.867677 0.423492 0.423492 0.423492 +5694.871094 0.000000 1116.713623 0.000000 0.190359 0.000000 -0.981715 0.432403 0.432403 0.432403 +5694.208984 0.000000 1109.863770 0.000000 0.445101 0.000000 -0.895481 0.414209 0.414209 0.414209 +5690.093750 0.000000 1103.640015 0.000000 0.403427 0.000000 -0.915012 0.454300 0.454300 0.454300 +5691.526855 0.000000 1105.970337 0.000000 0.377369 0.000000 -0.926063 0.406931 0.406931 0.406931 +5693.367188 0.000000 1124.338867 0.000000 0.423971 0.000000 -0.905676 0.401491 0.401491 0.401491 +5690.873047 0.000000 1088.952026 0.000000 0.011206 0.000000 -0.999937 0.493933 0.493933 0.493933 +5687.129883 0.000000 1099.796509 0.000000 0.459813 0.000000 -0.888016 0.473131 0.473131 0.473131 +5685.408691 0.000000 1101.616821 0.000000 0.331466 0.000000 -0.943467 0.479723 0.479723 0.479723 +5666.757812 0.000000 1078.665161 0.000000 0.267958 0.000000 -0.963431 0.496356 0.496356 0.496356 +5689.981445 0.000000 1078.830688 0.000000 0.248710 0.000000 -0.968578 0.480632 0.480632 0.480632 +5693.039062 0.000000 1091.544312 0.000000 0.464894 0.000000 -0.885366 0.453437 0.453437 0.453437 +5687.424805 0.000000 1097.472290 0.000000 0.521692 0.000000 -0.853134 0.437251 0.437251 0.437251 +5676.330078 0.000000 1091.968018 0.000000 0.580156 0.000000 -0.814505 0.456021 0.456021 0.456021 +5685.270996 0.000000 1076.503296 0.000000 0.521126 0.000000 -0.853480 0.470464 0.470464 0.470464 +5671.881348 0.000000 1073.266357 0.000000 0.045594 0.000000 -0.998960 0.497096 0.497096 0.497096 +5683.578125 0.000000 1096.440430 0.000000 0.584412 0.000000 -0.811457 0.472318 0.472318 0.472318 +5665.511719 0.000000 1082.262573 0.000000 0.354236 0.000000 -0.935156 0.489019 0.489019 0.489019 +5693.255859 0.000000 1094.293091 0.000000 0.231136 0.000000 -0.972921 0.499510 0.499510 0.499510 +5666.086426 0.000000 1080.101196 0.000000 0.287117 0.000000 -0.957896 0.492003 0.492003 0.492003 +5695.475098 0.000000 1077.970337 0.000000 0.191515 0.000000 -0.981490 0.505278 0.505278 0.505278 +5678.294922 0.000000 1088.645996 0.000000 0.416905 0.000000 -0.908950 0.487148 0.487148 0.487148 +5703.671387 0.000000 1098.059692 0.000000 0.393243 0.000000 -0.919434 0.214467 0.214467 0.214467 +5697.884766 0.000000 1124.255615 0.000000 0.182438 0.000000 -0.983217 0.211776 0.211776 0.211776 +5704.173828 0.000000 1095.469482 0.000000 0.261641 0.000000 -0.965165 0.395122 0.395122 0.395122 +5707.442871 0.000000 1091.011719 0.000000 0.282576 0.000000 -0.959245 0.337220 0.337220 0.337220 +5701.141602 0.000000 1098.709351 0.000000 0.016981 0.000000 -0.999856 0.261405 0.261405 0.261405 +5705.322266 0.000000 1092.170776 0.000000 0.305340 0.000000 -0.952244 0.421631 0.421631 0.421631 +5699.049316 0.000000 1085.473999 0.000000 0.193710 0.000000 -0.981059 0.350799 0.350799 0.350799 +5704.161133 0.000000 1085.324463 0.000000 0.143870 0.000000 -0.989597 0.408389 0.408389 0.408389 +5708.289551 0.000000 1086.650513 0.000000 0.102088 0.000000 -0.994775 0.410257 0.410257 0.410257 +5710.213379 0.000000 1074.908081 0.000000 0.561266 0.000000 -0.827636 0.416546 0.416546 0.416546 +5715.337891 0.000000 1073.361938 0.000000 0.271634 0.000000 -0.962401 0.404176 0.404176 0.404176 +5703.363281 0.000000 1096.653442 0.000000 0.115385 0.000000 -0.993321 0.429532 0.429532 0.429532 +5698.058594 0.000000 1091.642456 0.000000 0.397312 0.000000 -0.917684 0.432474 0.432474 0.432474 +5699.455566 0.000000 1091.884277 0.000000 0.188118 0.000000 -0.982147 0.444101 0.444101 0.444101 +5700.993652 0.000000 1097.386230 0.000000 0.352012 0.000000 -0.935996 0.468927 0.468927 0.468927 +5701.529297 0.000000 1076.693115 0.000000 0.343621 0.000000 -0.939108 0.456460 0.456460 0.456460 +5701.292969 0.000000 1079.220581 0.000000 0.249694 0.000000 -0.968325 0.497429 0.497429 0.497429 +5710.695801 0.000000 1080.089111 0.000000 0.129358 0.000000 -0.991598 0.506133 0.506133 0.506133 +"} diff --git a/gfx/map/map_object_data/generated/rainforest_generator_3.txt b/gfx/map/map_object_data/generated/rainforest_generator_3.txt index fe2d07bb..f8aee977 100644 --- a/gfx/map/map_object_data/generated/rainforest_generator_3.txt +++ b/gfx/map/map_object_data/generated/rainforest_generator_3.txt @@ -5,8 +5,193 @@ generated_content=yes layer="semidynamic_high" pdxmesh="tree_rainforest_001_mesh" - count=0 -} + count=185 + transform="5693.212891 0.000000 1042.110474 0.000000 0.526263 0.000000 0.850322 0.192513 0.192513 0.192513 +5664.426758 0.000000 1029.156616 0.000000 0.502515 0.000000 0.864568 0.191918 0.191918 0.191918 +5684.695312 0.000000 1063.690918 0.000000 0.504524 0.000000 0.863398 0.225831 0.225831 0.225831 +5676.208984 0.000000 1070.805298 0.000000 0.437321 0.000000 0.899305 0.243009 0.243009 0.243009 +5662.521973 0.000000 1050.164551 0.000000 0.152552 0.000000 0.988295 0.253399 0.253399 0.253399 +5671.513672 0.000000 1071.360840 0.000000 0.065784 0.000000 0.997834 0.302269 0.302269 0.302269 +5675.550781 0.000000 1066.426025 0.000000 0.227341 0.000000 0.973815 0.288116 0.288116 0.288116 +5669.261230 0.000000 1066.100342 0.000000 0.180815 0.000000 0.983517 0.261226 0.261226 0.261226 +5664.724121 0.000000 1039.135132 0.000000 0.187050 0.000000 0.982350 0.276130 0.276130 0.276130 +5671.715332 0.000000 1064.225586 0.000000 0.269740 0.000000 0.962933 0.308114 0.308114 0.308114 +5673.344238 0.000000 1066.146606 0.000000 0.112893 0.000000 0.993607 0.306205 0.306205 0.306205 +5667.967285 0.000000 1050.992920 0.000000 0.300860 0.000000 0.953668 0.308399 0.308399 0.308399 +5690.459473 0.000000 1058.243042 0.000000 0.261845 0.000000 0.965110 0.282555 0.282555 0.282555 +5679.327637 0.000000 1072.526855 0.000000 0.416414 0.000000 0.909175 0.320294 0.320294 0.320294 +5665.560059 0.000000 1045.725220 0.000000 0.340764 0.000000 0.940149 0.317557 0.317557 0.317557 +5670.826172 0.000000 1072.175171 0.000000 0.203460 0.000000 0.979083 0.313044 0.313044 0.313044 +5663.729980 0.000000 1036.906128 0.000000 0.000041 0.000000 1.000000 0.275958 0.275958 0.275958 +5663.611328 0.000000 1042.135254 0.000000 0.395190 0.000000 0.918599 0.299679 0.299679 0.299679 +5670.218750 0.000000 1065.716187 0.000000 0.503850 0.000000 0.863791 0.322643 0.322643 0.322643 +5686.238281 0.000000 1069.006958 0.000000 0.334968 0.000000 0.942229 0.306094 0.306094 0.306094 +5667.412598 0.000000 1049.561157 0.000000 0.493132 0.000000 0.869954 0.330816 0.330816 0.330816 +5665.437500 0.000000 1044.225952 0.000000 0.044607 0.000000 0.999005 0.297125 0.297125 0.297125 +5662.161621 0.000000 1035.646484 0.000000 0.291953 0.000000 0.956433 0.308829 0.308829 0.308829 +5687.162598 0.000000 1063.334351 0.000000 0.422427 0.000000 0.906397 0.313601 0.313601 0.313601 +5673.803711 0.000000 1072.520752 0.000000 0.567157 0.000000 0.823610 0.335555 0.335555 0.335555 +5687.870605 0.000000 1064.963501 0.000000 0.045027 0.000000 0.998986 0.283441 0.283441 0.283441 +5694.679688 0.000000 1054.091431 0.000000 0.408304 0.000000 0.912846 0.312131 0.312131 0.312131 +5692.400391 0.000000 1060.750488 0.000000 0.584108 0.000000 0.811676 0.327653 0.327653 0.327653 +5690.883301 0.000000 1060.063843 0.000000 0.039685 0.000000 0.999212 0.292206 0.292206 0.292206 +5694.202637 0.000000 1059.732056 0.000000 0.200401 0.000000 0.979714 0.298832 0.298832 0.298832 +5689.521973 0.000000 1065.417725 0.000000 0.338189 0.000000 0.941078 0.306355 0.306355 0.306355 +5693.930176 0.000000 1058.225952 0.000000 0.109152 0.000000 0.994025 0.288355 0.288355 0.288355 +5688.611328 0.000000 1063.061279 0.000000 0.382037 0.000000 0.924147 0.309947 0.309947 0.309947 +5687.734863 0.000000 1068.198120 0.000000 0.148173 0.000000 0.988961 0.291361 0.291361 0.291361 +5679.568359 0.000000 1068.631958 0.000000 0.383115 0.000000 0.923701 0.310036 0.310036 0.310036 +5694.800293 0.000000 1057.333496 0.000000 0.374510 0.000000 0.927223 0.309325 0.309325 0.309325 +5727.005371 0.000000 1051.623413 0.000000 0.002709 0.000000 0.999996 0.204968 0.204968 0.204968 +5710.222168 0.000000 1039.869507 0.000000 0.203298 0.000000 0.979117 0.246242 0.246242 0.246242 +5719.599609 0.000000 1071.273926 0.000000 0.279433 0.000000 0.960165 0.223939 0.223939 0.223939 +5714.172363 0.000000 1041.866089 0.000000 0.342428 0.000000 0.939544 0.261534 0.261534 0.261534 +5723.322754 0.000000 1041.188721 0.000000 0.476410 0.000000 0.879223 0.262869 0.262869 0.262869 +5723.790527 0.000000 1035.472290 0.000000 0.541834 0.000000 0.840485 0.253441 0.253441 0.253441 +5727.069336 0.000000 1026.101929 0.000000 0.240383 0.000000 0.970678 0.232717 0.232717 0.232717 +5697.993652 0.000000 1040.168823 0.000000 0.488282 0.000000 0.872686 0.242658 0.242658 0.242658 +5697.498535 0.000000 1044.695557 0.000000 0.436427 0.000000 0.899740 0.248720 0.248720 0.248720 +5716.942871 0.000000 1066.325928 0.000000 0.065254 0.000000 0.997869 0.286203 0.286203 0.286203 +5721.886230 0.000000 1058.791138 0.000000 0.375624 0.000000 0.926772 0.292487 0.292487 0.292487 +5698.932617 0.000000 1040.879883 0.000000 0.395712 0.000000 0.918375 0.315149 0.315149 0.315149 +5718.239258 0.000000 1056.249756 0.000000 0.538084 0.000000 0.842891 0.335478 0.335478 0.335478 +5719.599609 0.000000 1063.605469 0.000000 0.443300 0.000000 0.896373 0.311950 0.311950 0.311950 +5722.285645 0.000000 1022.523987 0.000000 0.225208 0.000000 0.974311 0.294832 0.294832 0.294832 +5702.803223 0.000000 1069.796265 0.000000 0.238508 0.000000 0.971141 0.307695 0.307695 0.307695 +5705.671875 0.000000 1054.800903 0.000000 0.138803 0.000000 0.990320 0.290638 0.290638 0.290638 +5704.644531 0.000000 1069.459961 0.000000 0.225090 0.000000 0.974338 0.302041 0.302041 0.302041 +5714.806152 0.000000 1045.611938 0.000000 0.546359 0.000000 0.837551 0.307864 0.307864 0.307864 +5713.620605 0.000000 1069.858887 0.000000 0.444931 0.000000 0.895565 0.322160 0.322160 0.322160 +5722.914062 0.000000 1024.326660 0.000000 0.150466 0.000000 0.988615 0.301463 0.301463 0.301463 +5722.750000 0.000000 1030.129517 0.000000 0.220138 0.000000 0.975469 0.309416 0.309416 0.309416 +5697.426270 0.000000 1060.562134 0.000000 0.586156 0.000000 0.810198 0.338929 0.338929 0.338929 +5697.178711 0.000000 1065.758179 0.000000 0.544807 0.000000 0.838561 0.324015 0.324015 0.324015 +5717.506348 0.000000 1064.074951 0.000000 0.158366 0.000000 0.987380 0.306462 0.306462 0.306462 +5703.164551 0.000000 1065.494751 0.000000 0.125894 0.000000 0.992044 0.289643 0.289643 0.289643 +5717.932129 0.000000 1024.425659 0.000000 0.110542 0.000000 0.993872 0.305958 0.305958 0.305958 +5717.033691 0.000000 1061.280029 0.000000 0.138045 0.000000 0.990426 0.297016 0.297016 0.297016 +5710.631836 0.000000 1062.362915 0.000000 0.244872 0.000000 0.969555 0.298899 0.298899 0.298899 +5706.577148 0.000000 1070.357422 0.000000 0.080173 0.000000 0.996781 0.286131 0.286131 0.286131 +5721.814453 0.000000 1029.378174 0.000000 0.395193 0.000000 0.918598 0.323248 0.323248 0.323248 +5707.876953 0.000000 1055.437256 0.000000 0.036471 0.000000 0.999335 0.282787 0.282787 0.282787 +5696.029297 0.000000 1068.284180 0.000000 0.144465 0.000000 0.989510 0.306382 0.306382 0.306382 +5707.493652 0.000000 1071.688599 0.000000 0.544454 0.000000 0.838790 0.323983 0.323983 0.323983 +5717.444336 0.000000 1027.391846 0.000000 0.036170 0.000000 0.999346 0.290426 0.290426 0.290426 +5712.566406 0.000000 1047.901733 0.000000 0.450893 0.000000 0.892578 0.323445 0.323445 0.323445 +5699.235840 0.000000 1065.696777 0.000000 0.498113 0.000000 0.867112 0.329789 0.329789 0.329789 +5713.480469 0.000000 1055.218384 0.000000 0.445103 0.000000 0.895480 0.315240 0.315240 0.315240 +5710.654297 0.000000 1065.164795 0.000000 0.415394 0.000000 0.909642 0.312725 0.312725 0.312725 +5706.680664 0.000000 1049.295654 0.000000 0.003251 0.000000 0.999995 0.280248 0.280248 0.280248 +5724.162598 0.000000 1034.174561 0.000000 0.403783 0.000000 0.914855 0.315791 0.315791 0.315791 +5708.858398 0.000000 1047.411987 0.000000 0.039723 0.000000 0.999211 0.288004 0.288004 0.288004 +5717.570801 0.000000 1051.734619 0.000000 0.412127 0.000000 0.911126 0.321035 0.321035 0.321035 +5724.944824 0.000000 1026.401855 0.000000 0.543333 0.000000 0.839517 0.326617 0.326617 0.326617 +5700.221191 0.000000 1057.096802 0.000000 0.025061 0.000000 0.999686 0.281915 0.281915 0.281915 +5703.696289 0.000000 1064.091309 0.000000 0.190863 0.000000 0.981617 0.294671 0.294671 0.294671 +5703.094727 0.000000 1040.973022 0.000000 0.062256 0.000000 0.998060 0.296057 0.296057 0.296057 +5703.130371 0.000000 1047.288208 0.000000 0.459087 0.000000 0.888391 0.323538 0.323538 0.323538 +5701.943848 0.000000 1056.680664 0.000000 0.530348 0.000000 0.847780 0.322705 0.322705 0.322705 +5700.903320 0.000000 1058.664551 0.000000 0.311498 0.000000 0.950247 0.304199 0.304199 0.304199 +5702.531738 0.000000 1040.361694 0.000000 0.276404 0.000000 0.961041 0.311062 0.311062 0.311062 +5710.694824 0.000000 1047.169556 0.000000 0.460968 0.000000 0.887417 0.320415 0.320415 0.320415 +5710.660156 0.000000 1067.926025 0.000000 0.466229 0.000000 0.884664 0.317053 0.317053 0.317053 +5708.707031 0.000000 1052.860474 0.000000 0.060072 0.000000 0.998194 0.284592 0.284592 0.284592 +5704.895020 0.000000 1060.601685 0.000000 0.420461 0.000000 0.907311 0.313152 0.313152 0.313152 +5698.717285 0.000000 1057.007446 0.000000 0.475488 0.000000 0.879722 0.319197 0.319197 0.319197 +5701.598633 0.000000 1047.016357 0.000000 0.154157 0.000000 0.988046 0.291824 0.291824 0.291824 +5699.224121 0.000000 1058.356079 0.000000 0.298640 0.000000 0.954366 0.303801 0.303801 0.303801 +5703.787598 0.000000 1056.656616 0.000000 0.559820 0.000000 0.828614 0.325391 0.325391 0.325391 +5687.405273 0.000000 1108.056274 0.000000 0.509916 0.000000 0.860224 0.218867 0.218867 0.218867 +5671.089844 0.000000 1088.516235 0.000000 0.428953 0.000000 0.903327 0.222602 0.222602 0.222602 +5676.992676 0.000000 1096.103882 0.000000 0.487610 0.000000 0.873062 0.265658 0.265658 0.265658 +5668.154785 0.000000 1080.905518 0.000000 0.508516 0.000000 0.861052 0.284606 0.284606 0.284606 +5668.191406 0.000000 1084.908081 0.000000 0.488137 0.000000 0.872767 0.290563 0.290563 0.290563 +5672.696289 0.000000 1083.450684 0.000000 0.146671 0.000000 0.989185 0.281323 0.281323 0.281323 +5690.750488 0.000000 1087.690552 0.000000 0.384343 0.000000 0.923191 0.274211 0.274211 0.274211 +5688.930664 0.000000 1085.603271 0.000000 0.254494 0.000000 0.967074 0.253583 0.253583 0.253583 +5685.096680 0.000000 1087.113525 0.000000 0.456111 0.000000 0.889923 0.314089 0.314089 0.314089 +5694.572266 0.000000 1123.720947 0.000000 0.582008 0.000000 0.813183 0.322772 0.322772 0.322772 +5668.323242 0.000000 1083.703857 0.000000 0.488612 0.000000 0.872501 0.321643 0.321643 0.321643 +5693.398438 0.000000 1116.015991 0.000000 0.283683 0.000000 0.958918 0.293380 0.293380 0.293380 +5670.214844 0.000000 1085.832886 0.000000 0.189994 0.000000 0.981785 0.300043 0.300043 0.300043 +5692.564941 0.000000 1123.572754 0.000000 0.115792 0.000000 0.993273 0.302304 0.302304 0.302304 +5682.122070 0.000000 1090.256104 0.000000 0.168042 0.000000 0.985780 0.302171 0.302171 0.302171 +5656.183105 0.000000 1094.890625 0.000000 0.467094 0.000000 0.884208 0.301321 0.301321 0.301321 +5690.830078 0.000000 1091.457397 0.000000 0.335742 0.000000 0.941954 0.318198 0.318198 0.318198 +5660.949219 0.000000 1093.908203 0.000000 0.418628 0.000000 0.908158 0.320105 0.320105 0.320105 +5658.105957 0.000000 1093.904053 0.000000 0.544219 0.000000 0.838943 0.332443 0.332443 0.332443 +5676.467773 0.000000 1081.208374 0.000000 0.111880 0.000000 0.993722 0.300218 0.300218 0.300218 +5675.303711 0.000000 1075.763306 0.000000 0.493203 0.000000 0.869914 0.331781 0.331781 0.331781 +5673.171875 0.000000 1096.679688 0.000000 0.576170 0.000000 0.817330 0.320153 0.320153 0.320153 +5685.110840 0.000000 1090.050903 0.000000 0.428625 0.000000 0.903483 0.312440 0.312440 0.312440 +5679.897461 0.000000 1084.888672 0.000000 0.548353 0.000000 0.836247 0.324339 0.324339 0.324339 +5682.345703 0.000000 1086.318726 0.000000 0.513484 0.000000 0.858099 0.285600 0.285600 0.285600 +5680.425781 0.000000 1094.722900 0.000000 0.485832 0.000000 0.874052 0.318756 0.318756 0.318756 +5685.577637 0.000000 1088.235229 0.000000 0.468698 0.000000 0.883358 0.331055 0.331055 0.331055 +5689.661133 0.000000 1090.935181 0.000000 0.085847 0.000000 0.996308 0.273244 0.273244 0.273244 +5679.757812 0.000000 1075.968384 0.000000 0.109563 0.000000 0.993980 0.297212 0.297212 0.297212 +5676.757812 0.000000 1082.983887 0.000000 0.084765 0.000000 0.996401 0.302954 0.302954 0.302954 +5668.130371 0.000000 1073.203979 0.000000 0.182929 0.000000 0.983126 0.277888 0.277888 0.277888 +5672.319824 0.000000 1094.751099 0.000000 0.200924 0.000000 0.979607 0.308437 0.308437 0.308437 +5695.565430 0.000000 1115.725342 0.000000 0.330922 0.000000 0.943658 0.295064 0.295064 0.295064 +5692.393066 0.000000 1097.978638 0.000000 0.328480 0.000000 0.944511 0.294278 0.294278 0.294278 +5690.291992 0.000000 1082.548340 0.000000 0.049957 0.000000 0.998751 0.294892 0.294892 0.294892 +5681.560547 0.000000 1087.352905 0.000000 0.552208 0.000000 0.833707 0.330844 0.330844 0.330844 +5680.027344 0.000000 1077.209839 0.000000 0.442777 0.000000 0.896632 0.315042 0.315042 0.315042 +5689.850098 0.000000 1100.792725 0.000000 0.073100 0.000000 0.997325 0.285589 0.285589 0.285589 +5692.518066 0.000000 1086.525757 0.000000 0.264974 0.000000 0.964256 0.300596 0.300596 0.300596 +5678.654785 0.000000 1083.230591 0.000000 0.580530 0.000000 0.814239 0.327317 0.327317 0.327317 +5670.267090 0.000000 1095.014526 0.000000 0.288954 0.000000 0.957343 0.311325 0.311325 0.311325 +5667.832520 0.000000 1094.922485 0.000000 0.521514 0.000000 0.853243 0.326760 0.326760 0.326760 +5689.308105 0.000000 1081.849609 0.000000 0.494040 0.000000 0.869439 0.330528 0.330528 0.330528 +5675.364258 0.000000 1092.482300 0.000000 0.438726 0.000000 0.898621 0.314697 0.314697 0.314697 +5677.587891 0.000000 1079.992798 0.000000 0.433063 0.000000 0.901364 0.319543 0.319543 0.319543 +5694.219727 0.000000 1107.738403 0.000000 0.252440 0.000000 0.967613 0.293109 0.293109 0.293109 +5695.314453 0.000000 1102.087646 0.000000 0.531530 0.000000 0.847040 0.319478 0.319478 0.319478 +5689.056152 0.000000 1109.606689 0.000000 0.069077 0.000000 0.997611 0.301005 0.301005 0.301005 +5680.280762 0.000000 1073.797119 0.000000 0.090970 0.000000 0.995854 0.286959 0.286959 0.286959 +5682.836914 0.000000 1092.020996 0.000000 0.514791 0.000000 0.857315 0.321826 0.321826 0.321826 +5681.571777 0.000000 1095.606934 0.000000 0.145359 0.000000 0.989379 0.291144 0.291144 0.291144 +5683.971191 0.000000 1093.510986 0.000000 0.137254 0.000000 0.990536 0.291234 0.291234 0.291234 +5680.166992 0.000000 1084.010132 0.000000 0.477946 0.000000 0.878389 0.318068 0.318068 0.318068 +5684.881348 0.000000 1089.125488 0.000000 0.084389 0.000000 0.996433 0.305379 0.305379 0.305379 +5667.621094 0.000000 1087.035034 0.000000 0.067335 0.000000 0.997730 0.297911 0.297911 0.297911 +5662.161621 0.000000 1092.130859 0.000000 0.515172 0.000000 0.857087 0.331627 0.331627 0.331627 +5685.164062 0.000000 1084.833130 0.000000 0.083413 0.000000 0.996515 0.304574 0.304574 0.304574 +5692.598145 0.000000 1077.965088 0.000000 0.249641 0.000000 0.968338 0.299275 0.299275 0.299275 +5688.313965 0.000000 1108.033081 0.000000 0.340638 0.000000 0.940195 0.317908 0.317908 0.317908 +5689.849609 0.000000 1108.923950 0.000000 0.496328 0.000000 0.868135 0.328335 0.328335 0.328335 +5664.472168 0.000000 1083.559814 0.000000 0.168328 0.000000 0.985731 0.296770 0.296770 0.296770 +5678.106445 0.000000 1087.214844 0.000000 0.218951 0.000000 0.975736 0.296863 0.296863 0.296863 +5683.154785 0.000000 1079.579834 0.000000 0.162943 0.000000 0.986636 0.292504 0.292504 0.292504 +5684.698242 0.000000 1085.775635 0.000000 0.423869 0.000000 0.905723 0.327300 0.327300 0.327300 +5670.548340 0.000000 1095.821899 0.000000 0.180717 0.000000 0.983535 0.303592 0.303592 0.303592 +5685.423340 0.000000 1097.451050 0.000000 0.081636 0.000000 0.996662 0.286243 0.286243 0.286243 +5685.387207 0.000000 1078.751343 0.000000 0.153571 0.000000 0.988138 0.291779 0.291779 0.291779 +5684.220215 0.000000 1098.396118 0.000000 0.443083 0.000000 0.896481 0.315068 0.315068 0.315068 +5678.006348 0.000000 1084.353394 0.000000 0.137310 0.000000 0.990528 0.290523 0.290523 0.290523 +5681.769531 0.000000 1097.763916 0.000000 0.351111 0.000000 0.936334 0.312551 0.312551 0.312551 +5694.699707 0.000000 1097.714966 0.000000 0.187405 0.000000 0.982283 0.294402 0.294402 0.294402 +5679.110352 0.000000 1082.606201 0.000000 0.402220 0.000000 0.915543 0.311623 0.311623 0.311623 +5697.042969 0.000000 1105.704224 0.000000 0.269517 0.000000 0.962996 0.214709 0.214709 0.214709 +5696.517090 0.000000 1122.980103 0.000000 0.326178 0.000000 0.945308 0.209693 0.209693 0.209693 +5708.617676 0.000000 1089.850464 0.000000 0.042051 0.000000 0.999115 0.214923 0.214923 0.214923 +5708.183105 0.000000 1082.858398 0.000000 0.391105 0.000000 0.920346 0.298781 0.298781 0.298781 +5698.034668 0.000000 1099.288818 0.000000 0.285803 0.000000 0.958288 0.296053 0.296053 0.296053 +5706.015137 0.000000 1083.405640 0.000000 0.367602 0.000000 0.929983 0.321877 0.321877 0.321877 +5711.718262 0.000000 1073.656372 0.000000 0.418659 0.000000 0.908143 0.283723 0.283723 0.283723 +5703.460938 0.000000 1094.146118 0.000000 0.574288 0.000000 0.818653 0.326733 0.326733 0.326733 +5706.381348 0.000000 1074.600708 0.000000 0.192586 0.000000 0.981280 0.294805 0.294805 0.294805 +5702.427246 0.000000 1083.760986 0.000000 0.156161 0.000000 0.987732 0.297627 0.297627 0.297627 +5696.030273 0.000000 1090.592285 0.000000 0.343501 0.000000 0.939152 0.307701 0.307701 0.307701 +5703.293457 0.000000 1095.750854 0.000000 0.329174 0.000000 0.944269 0.305625 0.305625 0.305625 +5705.240723 0.000000 1073.932861 0.000000 0.454285 0.000000 0.890856 0.316025 0.316025 0.316025 +5701.606445 0.000000 1087.565308 0.000000 0.419282 0.000000 0.907856 0.319588 0.319588 0.319588 +5710.034668 0.000000 1080.999146 0.000000 0.324156 0.000000 0.946004 0.308626 0.308626 0.308626 +5700.626465 0.000000 1083.654541 0.000000 0.169666 0.000000 0.985502 0.297919 0.297919 0.297919 +5708.502441 0.000000 1077.776245 0.000000 0.210954 0.000000 0.977496 0.296238 0.296238 0.296238 +5697.203613 0.000000 1096.565430 0.000000 0.539309 0.000000 0.842108 0.323516 0.323516 0.323516 +"} object={ name="rainforest_generator_3_1" clamp_to_water_level=no @@ -14,8 +199,230 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_rainforest_002_mesh" - count=0 -} + count=222 + transform="5660.838379 0.000000 1041.786133 0.000000 0.609645 0.000000 0.792675 0.209684 0.209684 0.209684 +5668.742188 0.000000 1069.923950 0.000000 0.948151 0.000000 0.317820 0.220709 0.220709 0.220709 +5677.684570 0.000000 1059.629517 0.000000 0.639221 0.000000 0.769023 0.245024 0.245024 0.245024 +5690.264648 0.000000 1067.356689 0.000000 0.654117 0.000000 0.756393 0.289719 0.289719 0.289719 +5683.326660 0.000000 1064.234497 0.000000 0.854912 0.000000 0.518773 0.346482 0.346482 0.346482 +5675.627441 0.000000 1067.902222 0.000000 0.890629 0.000000 0.454731 0.327950 0.327950 0.327950 +5671.150391 0.000000 1070.097900 0.000000 0.825295 0.000000 0.564701 0.358337 0.358337 0.358337 +5678.329102 0.000000 1070.956543 0.000000 0.721570 0.000000 0.692341 0.341579 0.341579 0.341579 +5670.235352 0.000000 1054.203247 0.000000 0.950965 0.000000 0.309297 0.375977 0.375977 0.375977 +5685.111816 0.000000 1065.510498 0.000000 0.710124 0.000000 0.704076 0.340327 0.340327 0.340327 +5686.121094 0.000000 1065.759521 0.000000 0.879254 0.000000 0.476354 0.362070 0.362070 0.362070 +5672.232910 0.000000 1067.787109 0.000000 0.891606 0.000000 0.452812 0.368244 0.368244 0.368244 +5663.024902 0.000000 1041.339111 0.000000 0.878045 0.000000 0.478577 0.341638 0.341638 0.341638 +5685.595703 0.000000 1069.780884 0.000000 0.652360 0.000000 0.757909 0.334293 0.334293 0.334293 +5682.298340 0.000000 1071.447144 0.000000 0.638540 0.000000 0.769588 0.332911 0.332911 0.332911 +5692.995605 0.000000 1070.124512 0.000000 0.726149 0.000000 0.687537 0.342086 0.342086 0.342086 +5670.831055 0.000000 1057.781006 0.000000 0.941629 0.000000 0.336653 0.373769 0.373769 0.373769 +5684.963379 0.000000 1064.583496 0.000000 0.719230 0.000000 0.694772 0.341321 0.341321 0.341321 +5667.800781 0.000000 1046.867798 0.000000 0.941539 0.000000 0.336904 0.370322 0.370322 0.370322 +5674.709473 0.000000 1064.953247 0.000000 0.917824 0.000000 0.396988 0.370138 0.370138 0.370138 +5673.616211 0.000000 1059.607544 0.000000 0.806318 0.000000 0.591482 0.351650 0.351650 0.351650 +5673.341309 0.000000 1063.157959 0.000000 0.747980 0.000000 0.663721 0.345279 0.345279 0.345279 +5684.202148 0.000000 1068.533936 0.000000 0.915562 0.000000 0.402177 0.368381 0.368381 0.368381 +5684.316406 0.000000 1070.914307 0.000000 0.629738 0.000000 0.776807 0.332041 0.332041 0.332041 +5688.463867 0.000000 1066.140381 0.000000 0.723729 0.000000 0.690084 0.349233 0.349233 0.349233 +5667.133789 0.000000 1050.601440 0.000000 0.844163 0.000000 0.536087 0.359037 0.359037 0.359037 +5666.144531 0.000000 1050.665283 0.000000 0.821591 0.000000 0.570077 0.356082 0.356082 0.356082 +5695.283691 0.000000 1067.846802 0.000000 0.742096 0.000000 0.670294 0.343880 0.343880 0.343880 +5695.677246 0.000000 1060.605591 0.000000 0.804805 0.000000 0.593539 0.357642 0.357642 0.357642 +5672.182129 0.000000 1063.088867 0.000000 0.821816 0.000000 0.569753 0.354295 0.354295 0.354295 +5686.468750 0.000000 1064.098267 0.000000 0.646109 0.000000 0.763245 0.333665 0.333665 0.333665 +5691.304688 0.000000 1070.205688 0.000000 0.793717 0.000000 0.608287 0.350046 0.350046 0.350046 +5671.826172 0.000000 1056.357300 0.000000 0.765999 0.000000 0.642841 0.346661 0.346661 0.346661 +5663.930176 0.000000 1047.755615 0.000000 0.862789 0.000000 0.505564 0.362552 0.362552 0.362552 +5672.470703 0.000000 1058.750610 0.000000 0.877828 0.000000 0.478976 0.361842 0.361842 0.361842 +5688.636230 0.000000 1060.638062 0.000000 0.728005 0.000000 0.685572 0.343990 0.343990 0.343990 +5670.536133 0.000000 1056.018799 0.000000 0.851026 0.000000 0.525124 0.357765 0.357765 0.357765 +5684.212402 0.000000 1064.358887 0.000000 0.696167 0.000000 0.717880 0.338827 0.338827 0.338827 +5681.277344 0.000000 1065.047607 0.000000 0.595027 0.000000 0.803706 0.328686 0.328686 0.328686 +5678.338379 0.000000 1062.439209 0.000000 0.884209 0.000000 0.467091 0.362872 0.362872 0.362872 +5678.273438 0.000000 1063.852783 0.000000 0.859103 0.000000 0.511803 0.358955 0.358955 0.358955 +5672.893555 0.000000 1061.629517 0.000000 0.817188 0.000000 0.576371 0.353072 0.353072 0.353072 +5679.494141 0.000000 1070.662598 0.000000 0.806637 0.000000 0.591047 0.351692 0.351692 0.351692 +5673.299805 0.000000 1058.893311 0.000000 0.836888 0.000000 0.547374 0.355751 0.355751 0.355751 +5727.330566 0.000000 1049.139893 0.000000 0.825003 0.000000 0.565128 0.216853 0.216853 0.216853 +5727.888672 0.000000 1038.263062 0.000000 0.741041 0.000000 0.671459 0.199378 0.199378 0.199378 +5726.652344 0.000000 1028.804077 0.000000 0.683071 0.000000 0.730352 0.217601 0.217601 0.217601 +5725.614258 0.000000 1048.446655 0.000000 0.720305 0.000000 0.693657 0.238199 0.238199 0.238199 +5727.632324 0.000000 1027.387573 0.000000 0.699825 0.000000 0.714314 0.244081 0.244081 0.244081 +5724.266602 0.000000 1054.085938 0.000000 0.868823 0.000000 0.495123 0.240086 0.240086 0.240086 +5720.325195 0.000000 1065.859009 0.000000 0.618518 0.000000 0.785770 0.272158 0.272158 0.272158 +5720.470703 0.000000 1039.466675 0.000000 0.843611 0.000000 0.536955 0.274078 0.274078 0.274078 +5723.236816 0.000000 1034.205688 0.000000 0.747584 0.000000 0.664167 0.260399 0.260399 0.260399 +5723.430664 0.000000 1057.353394 0.000000 0.676006 0.000000 0.736896 0.270146 0.270146 0.270146 +5722.203125 0.000000 1049.324585 0.000000 0.833402 0.000000 0.552668 0.265918 0.265918 0.265918 +5715.389160 0.000000 1029.301636 0.000000 0.633016 0.000000 0.774139 0.260690 0.260690 0.260690 +5720.179688 0.000000 1057.327026 0.000000 0.932280 0.000000 0.361737 0.329662 0.329662 0.329662 +5717.042969 0.000000 1044.622681 0.000000 0.743187 0.000000 0.669084 0.303087 0.303087 0.303087 +5716.371094 0.000000 1052.959229 0.000000 0.805601 0.000000 0.592459 0.353932 0.353932 0.353932 +5716.417969 0.000000 1046.814087 0.000000 0.888184 0.000000 0.459488 0.337133 0.337133 0.337133 +5711.746582 0.000000 1070.081787 0.000000 0.758096 0.000000 0.652144 0.325591 0.325591 0.325591 +5704.403320 0.000000 1067.466309 0.000000 0.588775 0.000000 0.808297 0.328093 0.328093 0.328093 +5714.747559 0.000000 1069.195923 0.000000 0.934890 0.000000 0.354937 0.339858 0.339858 0.339858 +5713.626953 0.000000 1061.699341 0.000000 0.928958 0.000000 0.370184 0.371031 0.371031 0.371031 +5702.455566 0.000000 1047.793091 0.000000 0.843491 0.000000 0.537143 0.360362 0.360362 0.360362 +5722.146973 0.000000 1032.848145 0.000000 0.786855 0.000000 0.617138 0.340756 0.340756 0.340756 +5697.867188 0.000000 1062.090698 0.000000 0.939479 0.000000 0.342606 0.375905 0.375905 0.375905 +5706.266602 0.000000 1067.185791 0.000000 0.941707 0.000000 0.336434 0.373787 0.373787 0.373787 +5709.517090 0.000000 1057.987671 0.000000 0.637458 0.000000 0.770485 0.332803 0.332803 0.332803 +5707.761719 0.000000 1054.130249 0.000000 0.743232 0.000000 0.669034 0.344010 0.344010 0.344010 +5724.431152 0.000000 1036.181274 0.000000 0.911179 0.000000 0.412012 0.368194 0.368194 0.368194 +5697.525879 0.000000 1053.948242 0.000000 0.939371 0.000000 0.342903 0.373262 0.373262 0.373262 +5699.974609 0.000000 1047.393066 0.000000 0.814992 0.000000 0.579472 0.352782 0.352782 0.352782 +5705.816895 0.000000 1042.232056 0.000000 0.914975 0.000000 0.403510 0.372210 0.372210 0.372210 +5707.154297 0.000000 1047.823242 0.000000 0.916433 0.000000 0.400189 0.370397 0.370397 0.370397 +5714.847656 0.000000 1057.674438 0.000000 0.850145 0.000000 0.526549 0.357637 0.357637 0.357637 +5704.918457 0.000000 1050.252319 0.000000 0.630466 0.000000 0.776217 0.332113 0.332113 0.332113 +5712.047852 0.000000 1055.886230 0.000000 0.825973 0.000000 0.563709 0.354250 0.354250 0.354250 +5718.761719 0.000000 1061.796509 0.000000 0.674090 0.000000 0.738649 0.338610 0.338610 0.338610 +5706.772949 0.000000 1050.507568 0.000000 0.664529 0.000000 0.747263 0.335528 0.335528 0.335528 +5696.969238 0.000000 1062.803589 0.000000 0.884649 0.000000 0.466258 0.366577 0.366577 0.366577 +5715.048828 0.000000 1049.964355 0.000000 0.903955 0.000000 0.427628 0.368119 0.368119 0.368119 +5705.685059 0.000000 1043.216431 0.000000 0.779518 0.000000 0.626380 0.354710 0.354710 0.354710 +5716.163574 0.000000 1054.326782 0.000000 0.912570 0.000000 0.408920 0.368764 0.368764 0.368764 +5703.958984 0.000000 1054.390137 0.000000 0.834183 0.000000 0.551488 0.355374 0.355374 0.355374 +5720.152832 0.000000 1029.091187 0.000000 0.865356 0.000000 0.501158 0.365402 0.365402 0.365402 +5700.478516 0.000000 1041.630981 0.000000 0.707538 0.000000 0.706676 0.340047 0.340047 0.340047 +5709.718262 0.000000 1064.373657 0.000000 0.771163 0.000000 0.636638 0.347278 0.347278 0.347278 +5709.185059 0.000000 1051.687988 0.000000 0.909387 0.000000 0.415952 0.367228 0.367228 0.367228 +5701.655273 0.000000 1044.552856 0.000000 0.900407 0.000000 0.435049 0.365615 0.365615 0.365615 +5713.608887 0.000000 1048.836182 0.000000 0.786492 0.000000 0.617600 0.349145 0.349145 0.349145 +5717.793945 0.000000 1053.364136 0.000000 0.868586 0.000000 0.495538 0.362335 0.362335 0.362335 +5697.182129 0.000000 1054.752808 0.000000 0.946786 0.000000 0.321865 0.374966 0.374966 0.374966 +5706.709473 0.000000 1046.206909 0.000000 0.833836 0.000000 0.552013 0.357954 0.357954 0.357954 +5699.747559 0.000000 1042.689087 0.000000 0.877854 0.000000 0.478929 0.367706 0.367706 0.367706 +5696.139160 0.000000 1049.082886 0.000000 0.857871 0.000000 0.513865 0.362005 0.362005 0.362005 +5713.883301 0.000000 1050.823608 0.000000 0.926723 0.000000 0.375744 0.370573 0.370573 0.370573 +5706.463867 0.000000 1061.232422 0.000000 0.820886 0.000000 0.571092 0.353565 0.353565 0.353565 +5701.261719 0.000000 1052.032837 0.000000 0.702461 0.000000 0.711723 0.339500 0.339500 0.339500 +5698.161133 0.000000 1048.755737 0.000000 0.761067 0.000000 0.648674 0.346078 0.346078 0.346078 +5698.038574 0.000000 1050.934570 0.000000 0.603720 0.000000 0.797196 0.329516 0.329516 0.329516 +5703.181641 0.000000 1054.105225 0.000000 0.838186 0.000000 0.545384 0.355932 0.355932 0.355932 +5699.000000 0.000000 1052.903076 0.000000 0.692956 0.000000 0.720980 0.338486 0.338486 0.338486 +5701.720703 0.000000 1042.816284 0.000000 0.815379 0.000000 0.578928 0.352833 0.352833 0.352833 +5709.908691 0.000000 1059.078369 0.000000 0.750820 0.000000 0.660507 0.344882 0.344882 0.344882 +5716.812500 0.000000 1057.325439 0.000000 0.702454 0.000000 0.711729 0.340488 0.340488 0.340488 +5712.707031 0.000000 1050.584229 0.000000 0.687344 0.000000 0.726332 0.337894 0.337894 0.337894 +5699.195312 0.000000 1055.931274 0.000000 0.696701 0.000000 0.717362 0.340082 0.340082 0.340082 +5702.488770 0.000000 1051.032349 0.000000 0.709849 0.000000 0.704354 0.340297 0.340297 0.340297 +5687.044922 0.000000 1112.291504 0.000000 0.612382 0.000000 0.790562 0.196543 0.196543 0.196543 +5655.105957 0.000000 1094.439819 0.000000 0.775757 0.000000 0.631031 0.205888 0.205888 0.205888 +5674.135254 0.000000 1077.702637 0.000000 0.879718 0.000000 0.475495 0.236499 0.236499 0.236499 +5672.469727 0.000000 1092.468384 0.000000 0.591238 0.000000 0.806497 0.226764 0.226764 0.226764 +5675.954590 0.000000 1096.909180 0.000000 0.846419 0.000000 0.532517 0.275184 0.275184 0.275184 +5678.203125 0.000000 1096.724487 0.000000 0.911650 0.000000 0.410967 0.283132 0.283132 0.283132 +5664.131348 0.000000 1078.322510 0.000000 0.886152 0.000000 0.463395 0.263694 0.263694 0.263694 +5680.663086 0.000000 1091.859009 0.000000 0.694685 0.000000 0.719314 0.237488 0.237488 0.237488 +5691.523926 0.000000 1086.662476 0.000000 0.649070 0.000000 0.760728 0.285281 0.285281 0.285281 +5694.420410 0.000000 1086.543823 0.000000 0.767523 0.000000 0.641021 0.277722 0.277722 0.277722 +5672.166504 0.000000 1085.809204 0.000000 0.776654 0.000000 0.629928 0.289974 0.289974 0.289974 +5672.398438 0.000000 1082.069580 0.000000 0.785656 0.000000 0.618664 0.314620 0.314620 0.314620 +5663.169922 0.000000 1086.440796 0.000000 0.949629 0.000000 0.313377 0.307702 0.307702 0.307702 +5672.923828 0.000000 1079.901245 0.000000 0.908554 0.000000 0.417767 0.360344 0.360344 0.360344 +5692.166992 0.000000 1119.784302 0.000000 0.888824 0.000000 0.458249 0.319222 0.319222 0.319222 +5689.404785 0.000000 1110.847290 0.000000 0.795034 0.000000 0.606564 0.337187 0.337187 0.337187 +5690.917480 0.000000 1120.449707 0.000000 0.635652 0.000000 0.771975 0.334091 0.334091 0.334091 +5691.344238 0.000000 1109.840210 0.000000 0.915357 0.000000 0.402643 0.306182 0.306182 0.306182 +5695.312988 0.000000 1114.478027 0.000000 0.880693 0.000000 0.473687 0.329787 0.329787 0.329787 +5687.569824 0.000000 1093.201294 0.000000 0.720920 0.000000 0.693018 0.338435 0.338435 0.338435 +5670.709473 0.000000 1084.010864 0.000000 0.814339 0.000000 0.580389 0.341551 0.341551 0.341551 +5677.243652 0.000000 1082.065186 0.000000 0.602559 0.000000 0.798074 0.337530 0.337530 0.337530 +5694.141113 0.000000 1120.071411 0.000000 0.876548 0.000000 0.481315 0.345174 0.345174 0.345174 +5692.159668 0.000000 1090.839355 0.000000 0.924512 0.000000 0.381153 0.365547 0.365547 0.365547 +5675.013184 0.000000 1074.413330 0.000000 0.941673 0.000000 0.336529 0.377807 0.377807 0.377807 +5693.764648 0.000000 1110.859009 0.000000 0.618269 0.000000 0.785967 0.325991 0.325991 0.325991 +5677.281250 0.000000 1078.322754 0.000000 0.771179 0.000000 0.636618 0.350553 0.350553 0.350553 +5691.452148 0.000000 1113.092651 0.000000 0.758348 0.000000 0.651850 0.331545 0.331545 0.331545 +5658.731934 0.000000 1096.796021 0.000000 0.612834 0.000000 0.790212 0.339947 0.339947 0.339947 +5678.404297 0.000000 1085.445801 0.000000 0.755644 0.000000 0.654982 0.345442 0.345442 0.345442 +5692.205566 0.000000 1103.200439 0.000000 0.893830 0.000000 0.448405 0.327324 0.327324 0.327324 +5689.619629 0.000000 1097.541870 0.000000 0.780816 0.000000 0.624761 0.320406 0.320406 0.320406 +5692.731934 0.000000 1111.328369 0.000000 0.925001 0.000000 0.379966 0.354075 0.354075 0.354075 +5685.339355 0.000000 1081.523682 0.000000 0.792366 0.000000 0.610046 0.348088 0.348088 0.348088 +5668.187500 0.000000 1086.258911 0.000000 0.692828 0.000000 0.721103 0.309363 0.309363 0.309363 +5693.388184 0.000000 1113.018066 0.000000 0.832780 0.000000 0.553604 0.337094 0.337094 0.337094 +5662.662598 0.000000 1084.263306 0.000000 0.867031 0.000000 0.498255 0.327540 0.327540 0.327540 +5695.578613 0.000000 1098.985596 0.000000 0.690299 0.000000 0.723524 0.338205 0.338205 0.338205 +5663.729980 0.000000 1093.390503 0.000000 0.817442 0.000000 0.576010 0.359236 0.359236 0.359236 +5688.119629 0.000000 1099.600830 0.000000 0.890195 0.000000 0.455579 0.318396 0.318396 0.318396 +5680.417969 0.000000 1080.160889 0.000000 0.593338 0.000000 0.804953 0.328526 0.328526 0.328526 +5690.567871 0.000000 1098.013428 0.000000 0.697590 0.000000 0.716497 0.342568 0.342568 0.342568 +5694.353027 0.000000 1100.667358 0.000000 0.825729 0.000000 0.564067 0.354217 0.354217 0.354217 +5695.352051 0.000000 1094.896973 0.000000 0.903881 0.000000 0.427783 0.358761 0.358761 0.358761 +5671.911621 0.000000 1078.125854 0.000000 0.897484 0.000000 0.441046 0.342885 0.342885 0.342885 +5676.935547 0.000000 1095.055664 0.000000 0.600860 0.000000 0.799354 0.329242 0.329242 0.329242 +5692.553711 0.000000 1073.509888 0.000000 0.821348 0.000000 0.570427 0.353627 0.353627 0.353627 +5678.351074 0.000000 1092.152954 0.000000 0.915656 0.000000 0.401964 0.368399 0.368399 0.368399 +5678.626465 0.000000 1086.496704 0.000000 0.697089 0.000000 0.716985 0.338925 0.338925 0.338925 +5694.947754 0.000000 1106.854858 0.000000 0.909956 0.000000 0.414705 0.335762 0.335762 0.335762 +5671.437500 0.000000 1095.831543 0.000000 0.871297 0.000000 0.490756 0.364399 0.364399 0.364399 +5684.064941 0.000000 1081.063721 0.000000 0.720838 0.000000 0.693104 0.341659 0.341659 0.341659 +5670.167480 0.000000 1084.859619 0.000000 0.842195 0.000000 0.539173 0.344267 0.344267 0.344267 +5686.066406 0.000000 1090.257935 0.000000 0.924646 0.000000 0.380827 0.371311 0.371311 0.371311 +5689.684082 0.000000 1102.758301 0.000000 0.837461 0.000000 0.546497 0.355831 0.355831 0.355831 +5660.431152 0.000000 1092.665649 0.000000 0.770091 0.000000 0.637934 0.351467 0.351467 0.351467 +5682.412598 0.000000 1095.057495 0.000000 0.856377 0.000000 0.516351 0.358550 0.358550 0.358550 +5678.526367 0.000000 1081.257446 0.000000 0.817913 0.000000 0.575342 0.353169 0.353169 0.353169 +5694.394531 0.000000 1090.596924 0.000000 0.630555 0.000000 0.776144 0.339718 0.339718 0.339718 +5690.970215 0.000000 1077.125244 0.000000 0.664232 0.000000 0.747526 0.341822 0.341822 0.341822 +5688.610352 0.000000 1103.992310 0.000000 0.932082 0.000000 0.362247 0.371682 0.371682 0.371682 +5676.346680 0.000000 1074.113281 0.000000 0.642638 0.000000 0.766170 0.343996 0.343996 0.343996 +5684.795410 0.000000 1074.157837 0.000000 0.708538 0.000000 0.705673 0.344457 0.344457 0.344457 +5663.843262 0.000000 1092.338501 0.000000 0.863555 0.000000 0.504255 0.364902 0.364902 0.364902 +5691.856934 0.000000 1118.936279 0.000000 0.914121 0.000000 0.405442 0.369984 0.369984 0.369984 +5682.033203 0.000000 1081.328979 0.000000 0.890706 0.000000 0.454580 0.363949 0.363949 0.363949 +5686.330566 0.000000 1100.216309 0.000000 0.942844 0.000000 0.333235 0.374046 0.374046 0.374046 +5685.175781 0.000000 1100.622437 0.000000 0.824657 0.000000 0.565633 0.361126 0.361126 0.361126 +5664.800781 0.000000 1086.502563 0.000000 0.625737 0.000000 0.780034 0.337903 0.337903 0.337903 +5688.991699 0.000000 1100.776611 0.000000 0.632518 0.000000 0.774545 0.332315 0.332315 0.332315 +5680.474609 0.000000 1075.452026 0.000000 0.949283 0.000000 0.314424 0.375565 0.375565 0.375565 +5667.477539 0.000000 1079.141724 0.000000 0.690073 0.000000 0.723740 0.339999 0.339999 0.339999 +5665.171387 0.000000 1087.296753 0.000000 0.756377 0.000000 0.654136 0.350512 0.350512 0.350512 +5666.206055 0.000000 1081.779419 0.000000 0.783412 0.000000 0.621503 0.351779 0.351779 0.351779 +5682.671875 0.000000 1093.255859 0.000000 0.852350 0.000000 0.522971 0.358232 0.358232 0.358232 +5692.474121 0.000000 1108.097046 0.000000 0.942020 0.000000 0.335556 0.376848 0.376848 0.376848 +5681.800293 0.000000 1084.565063 0.000000 0.934662 0.000000 0.355539 0.372231 0.372231 0.372231 +5671.041016 0.000000 1087.561768 0.000000 0.719674 0.000000 0.694312 0.345394 0.345394 0.345394 +5693.407227 0.000000 1077.760498 0.000000 0.950606 0.000000 0.310401 0.375889 0.375889 0.375889 +5681.021973 0.000000 1081.679443 0.000000 0.705239 0.000000 0.708970 0.339798 0.339798 0.339798 +5687.266602 0.000000 1100.603149 0.000000 0.631131 0.000000 0.775676 0.332178 0.332178 0.332178 +5685.918457 0.000000 1098.083374 0.000000 0.837340 0.000000 0.546682 0.355814 0.355814 0.355814 +5679.453613 0.000000 1086.696533 0.000000 0.846132 0.000000 0.532974 0.357058 0.357058 0.357058 +5715.894531 0.000000 1080.974854 0.000000 0.637292 0.000000 0.770623 0.205441 0.205441 0.205441 +5697.118652 0.000000 1117.933228 0.000000 0.930789 0.000000 0.365557 0.214786 0.214786 0.214786 +5698.627930 0.000000 1101.910278 0.000000 0.677955 0.000000 0.735103 0.209920 0.209920 0.209920 +5712.098633 0.000000 1082.962646 0.000000 0.597227 0.000000 0.802073 0.226894 0.226894 0.226894 +5714.929199 0.000000 1078.677368 0.000000 0.830813 0.000000 0.556551 0.267705 0.267705 0.267705 +5717.555664 0.000000 1077.288208 0.000000 0.780036 0.000000 0.625734 0.238060 0.238060 0.238060 +5706.378418 0.000000 1085.064453 0.000000 0.920968 0.000000 0.389639 0.278815 0.278815 0.278815 +5716.029785 0.000000 1077.129883 0.000000 0.807211 0.000000 0.590263 0.238914 0.238914 0.238914 +5697.498535 0.000000 1101.179932 0.000000 0.759886 0.000000 0.650056 0.285478 0.285478 0.285478 +5709.527344 0.000000 1080.246826 0.000000 0.755100 0.000000 0.655609 0.269865 0.269865 0.269865 +5706.511230 0.000000 1091.893921 0.000000 0.764683 0.000000 0.644407 0.276677 0.276677 0.276677 +5696.125977 0.000000 1092.625122 0.000000 0.890725 0.000000 0.454542 0.368122 0.368122 0.368122 +5712.839355 0.000000 1079.259155 0.000000 0.779798 0.000000 0.626032 0.348323 0.348323 0.348323 +5711.814453 0.000000 1080.816162 0.000000 0.945535 0.000000 0.325521 0.375581 0.375581 0.375581 +5707.444824 0.000000 1087.352417 0.000000 0.659046 0.000000 0.752103 0.331227 0.331227 0.331227 +5705.402832 0.000000 1093.841431 0.000000 0.720845 0.000000 0.693096 0.322018 0.322018 0.322018 +5709.866699 0.000000 1082.173340 0.000000 0.866431 0.000000 0.499297 0.329339 0.329339 0.329339 +5703.259766 0.000000 1082.924072 0.000000 0.732970 0.000000 0.680261 0.345836 0.345836 0.345836 +5699.781738 0.000000 1086.044800 0.000000 0.904874 0.000000 0.425679 0.351349 0.351349 0.351349 +5698.526855 0.000000 1074.103760 0.000000 0.681946 0.000000 0.731402 0.341424 0.341424 0.341424 +5706.227051 0.000000 1089.003296 0.000000 0.878078 0.000000 0.478517 0.364602 0.364602 0.364602 +5696.330566 0.000000 1081.007080 0.000000 0.798119 0.000000 0.602500 0.350601 0.350601 0.350601 +5697.151855 0.000000 1094.390259 0.000000 0.652510 0.000000 0.757780 0.334308 0.334308 0.334308 +5704.661133 0.000000 1075.523193 0.000000 0.652078 0.000000 0.758152 0.334265 0.334265 0.334265 +5713.713867 0.000000 1076.643311 0.000000 0.601071 0.000000 0.799195 0.335966 0.335966 0.335966 +5703.856445 0.000000 1081.742554 0.000000 0.913851 0.000000 0.406049 0.372024 0.372024 0.372024 +5696.465820 0.000000 1098.154785 0.000000 0.905262 0.000000 0.424853 0.366478 0.366478 0.366478 +5701.725098 0.000000 1083.237793 0.000000 0.937402 0.000000 0.348250 0.374069 0.374069 0.374069 +5703.533203 0.000000 1073.693848 0.000000 0.717772 0.000000 0.696278 0.342892 0.342892 0.342892 +5714.594238 0.000000 1075.214478 0.000000 0.846039 0.000000 0.533121 0.357045 0.357045 0.357045 +"} object={ name="rainforest_generator_3_2" clamp_to_water_level=no @@ -23,8 +430,212 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_rainforest_003_mesh" - count=0 -} + count=204 + transform="5668.687500 0.000000 1067.288940 0.000000 0.987545 0.000000 -0.157339 0.312210 0.312210 0.312210 +5690.116699 0.000000 1066.034912 0.000000 0.992106 0.000000 0.125403 0.316900 0.316900 0.316900 +5664.590820 0.000000 1043.859619 0.000000 0.966779 0.000000 0.255614 0.304716 0.304716 0.304716 +5674.690430 0.000000 1072.761963 0.000000 0.988973 0.000000 -0.148097 0.388183 0.388183 0.388183 +5683.127441 0.000000 1065.760132 0.000000 0.999624 0.000000 0.027426 0.374962 0.374962 0.374962 +5662.965820 0.000000 1046.208008 0.000000 0.965012 0.000000 0.262206 0.381255 0.381255 0.381255 +5662.344238 0.000000 1043.377441 0.000000 0.970670 0.000000 0.240417 0.343610 0.343610 0.343610 +5664.311035 0.000000 1049.484741 0.000000 0.981013 0.000000 0.193943 0.331183 0.331183 0.331183 +5683.744141 0.000000 1072.778931 0.000000 0.954634 0.000000 0.297781 0.376901 0.376901 0.376901 +5676.896973 0.000000 1065.130615 0.000000 0.972821 0.000000 -0.231557 0.415752 0.415752 0.415752 +5693.971680 0.000000 1071.680298 0.000000 0.984306 0.000000 -0.176471 0.413552 0.413552 0.413552 +5694.866699 0.000000 1061.163452 0.000000 0.977954 0.000000 -0.208819 0.414023 0.414023 0.414023 +5690.537598 0.000000 1071.596436 0.000000 0.996540 0.000000 -0.083117 0.406357 0.406357 0.406357 +5672.175781 0.000000 1057.875366 0.000000 0.999366 0.000000 0.035590 0.397281 0.397281 0.397281 +5694.151855 0.000000 1060.702515 0.000000 0.998142 0.000000 -0.060925 0.404064 0.404064 0.404064 +5688.616211 0.000000 1064.424683 0.000000 0.995884 0.000000 0.090638 0.393066 0.393066 0.393066 +5678.052246 0.000000 1070.155518 0.000000 0.996028 0.000000 -0.089043 0.406811 0.406811 0.406811 +5688.864258 0.000000 1071.035400 0.000000 0.987301 0.000000 -0.158861 0.412148 0.412148 0.412148 +5695.655273 0.000000 1062.315186 0.000000 0.987496 0.000000 0.157644 0.387906 0.387906 0.387906 +5694.096680 0.000000 1062.536255 0.000000 0.987007 0.000000 -0.160679 0.412328 0.412328 0.412328 +5675.825684 0.000000 1068.817261 0.000000 0.999888 0.000000 0.014943 0.398967 0.398967 0.398967 +5686.160156 0.000000 1067.315308 0.000000 0.991369 0.000000 -0.131105 0.410045 0.410045 0.410045 +5670.794922 0.000000 1058.833374 0.000000 0.989257 0.000000 0.146189 0.389708 0.389708 0.389708 +5679.146973 0.000000 1069.321899 0.000000 0.994644 0.000000 -0.103357 0.407910 0.407910 0.407910 +5695.485352 0.000000 1054.753906 0.000000 0.982398 0.000000 0.186798 0.385645 0.385645 0.385645 +5695.636230 0.000000 1052.046387 0.000000 0.991434 0.000000 -0.130607 0.410006 0.410006 0.410006 +5694.385254 0.000000 1064.832520 0.000000 0.962541 0.000000 -0.271137 0.420976 0.420976 0.420976 +5685.358887 0.000000 1067.391724 0.000000 0.999993 0.000000 -0.003630 0.400277 0.400277 0.400277 +5680.683105 0.000000 1066.481812 0.000000 0.979323 0.000000 0.202305 0.384438 0.384438 0.384438 +5723.678223 0.000000 1021.732910 0.000000 0.999676 0.000000 0.025461 0.221510 0.221510 0.221510 +5707.377441 0.000000 1036.262329 0.000000 0.998997 0.000000 0.044768 0.244576 0.244576 0.244576 +5712.278320 0.000000 1037.437988 0.000000 0.987493 0.000000 0.157665 0.247955 0.247955 0.247955 +5717.918945 0.000000 1028.226196 0.000000 0.990681 0.000000 -0.136199 0.312669 0.312669 0.312669 +5723.529297 0.000000 1047.404663 0.000000 0.999887 0.000000 0.015027 0.274142 0.274142 0.274142 +5724.286133 0.000000 1038.404297 0.000000 0.992425 0.000000 -0.122855 0.322659 0.322659 0.322659 +5723.304688 0.000000 1061.857422 0.000000 0.957621 0.000000 -0.288031 0.291279 0.291279 0.291279 +5721.172852 0.000000 1053.233521 0.000000 0.966873 0.000000 -0.255259 0.350489 0.350489 0.350489 +5723.559082 0.000000 1052.608032 0.000000 0.981873 0.000000 0.189540 0.283708 0.283708 0.283708 +5721.770020 0.000000 1055.886475 0.000000 0.957579 0.000000 0.288170 0.334158 0.334158 0.334158 +5708.518066 0.000000 1045.309082 0.000000 0.964009 0.000000 -0.265871 0.403563 0.403563 0.403563 +5707.572266 0.000000 1042.297607 0.000000 0.972301 0.000000 -0.233730 0.364010 0.364010 0.364010 +5706.479980 0.000000 1044.868408 0.000000 0.993324 0.000000 -0.115358 0.408024 0.408024 0.408024 +5716.295898 0.000000 1025.448730 0.000000 0.966048 0.000000 0.258363 0.383168 0.383168 0.383168 +5724.514160 0.000000 1030.515503 0.000000 0.951712 0.000000 -0.306992 0.420098 0.420098 0.420098 +5708.066406 0.000000 1046.984131 0.000000 0.995809 0.000000 -0.091460 0.406700 0.406700 0.406700 +5714.137207 0.000000 1059.676758 0.000000 0.981608 0.000000 -0.190909 0.414674 0.414674 0.414674 +5704.754883 0.000000 1070.431396 0.000000 0.987381 0.000000 -0.158365 0.411911 0.411911 0.411911 +5696.040039 0.000000 1069.877686 0.000000 0.997209 0.000000 -0.074666 0.404907 0.404907 0.404907 +5713.990723 0.000000 1043.954468 0.000000 0.977802 0.000000 -0.209531 0.343709 0.343709 0.343709 +5719.335449 0.000000 1052.213135 0.000000 0.976242 0.000000 -0.216682 0.402992 0.402992 0.402992 +5712.272461 0.000000 1051.274170 0.000000 0.993759 0.000000 0.111549 0.391461 0.391461 0.391461 +5711.305664 0.000000 1058.901001 0.000000 0.998718 0.000000 -0.050623 0.403869 0.403869 0.403869 +5717.486816 0.000000 1067.972900 0.000000 0.977695 0.000000 0.210031 0.350301 0.350301 0.350301 +5717.892578 0.000000 1065.967773 0.000000 0.997469 0.000000 0.071107 0.387837 0.387837 0.387837 +5699.727539 0.000000 1051.061646 0.000000 0.994713 0.000000 -0.102696 0.407859 0.407859 0.407859 +5721.353516 0.000000 1035.676270 0.000000 0.961981 0.000000 -0.273117 0.361034 0.361034 0.361034 +5705.223633 0.000000 1045.119141 0.000000 0.997575 0.000000 0.069593 0.394679 0.394679 0.394679 +5720.943848 0.000000 1029.644775 0.000000 0.995355 0.000000 -0.096277 0.406355 0.406355 0.406355 +5725.937500 0.000000 1031.713867 0.000000 0.991242 0.000000 -0.132060 0.408531 0.408531 0.408531 +5704.383301 0.000000 1061.689941 0.000000 0.955413 0.000000 0.295272 0.377102 0.377102 0.377102 +5703.080078 0.000000 1068.029541 0.000000 0.955991 0.000000 -0.293396 0.420667 0.420667 0.420667 +5704.217285 0.000000 1063.332031 0.000000 0.982431 0.000000 -0.186627 0.414341 0.414341 0.414341 +5705.863770 0.000000 1071.869507 0.000000 0.992533 0.000000 0.121979 0.390841 0.390841 0.390841 +5710.221680 0.000000 1056.577759 0.000000 0.998502 0.000000 -0.054713 0.404182 0.404182 0.404182 +5705.805664 0.000000 1070.849731 0.000000 0.957719 0.000000 0.287706 0.378143 0.378143 0.378143 +5719.377441 0.000000 1051.224487 0.000000 0.983388 0.000000 -0.181517 0.385313 0.385313 0.385313 +5710.938965 0.000000 1047.948853 0.000000 0.989604 0.000000 -0.143817 0.410521 0.410521 0.410521 +5716.944824 0.000000 1050.003052 0.000000 0.992866 0.000000 0.119234 0.391765 0.391765 0.391765 +5696.844727 0.000000 1059.320190 0.000000 0.973523 0.000000 0.228587 0.384685 0.384685 0.384685 +5715.247070 0.000000 1054.568359 0.000000 0.994266 0.000000 -0.106934 0.408185 0.408185 0.408185 +5698.586426 0.000000 1051.601318 0.000000 0.990139 0.000000 0.140088 0.389263 0.389263 0.389263 +5719.689453 0.000000 1024.054688 0.000000 0.960190 0.000000 0.279348 0.380987 0.380987 0.380987 +5723.403320 0.000000 1038.896240 0.000000 0.976012 0.000000 -0.217717 0.416767 0.416767 0.416767 +5712.302246 0.000000 1059.017822 0.000000 0.999621 0.000000 -0.027539 0.402104 0.402104 0.402104 +5700.928223 0.000000 1048.481689 0.000000 0.968519 0.000000 0.248938 0.380780 0.380780 0.380780 +5715.296875 0.000000 1065.326782 0.000000 0.988572 0.000000 0.150752 0.389233 0.389233 0.389233 +5703.889648 0.000000 1048.883545 0.000000 0.994598 0.000000 -0.103805 0.407192 0.407192 0.407192 +5697.719727 0.000000 1057.596436 0.000000 0.990890 0.000000 0.134671 0.389883 0.389883 0.389883 +5712.262695 0.000000 1065.332520 0.000000 0.999235 0.000000 0.039097 0.397012 0.397012 0.397012 +5696.795898 0.000000 1052.194092 0.000000 0.952912 0.000000 0.303247 0.376463 0.376463 0.376463 +5708.758789 0.000000 1067.654541 0.000000 0.996318 0.000000 -0.085731 0.406557 0.406557 0.406557 +5710.905273 0.000000 1055.253906 0.000000 0.999680 0.000000 0.025309 0.398066 0.398066 0.398066 +5705.481445 0.000000 1056.940796 0.000000 0.987442 0.000000 -0.157980 0.412120 0.412120 0.412120 +5708.186523 0.000000 1049.080200 0.000000 0.987505 0.000000 -0.157586 0.412089 0.412089 0.412089 +5701.883789 0.000000 1050.545532 0.000000 0.959707 0.000000 -0.281001 0.421547 0.421547 0.421547 +5697.211914 0.000000 1068.389282 0.000000 0.969580 0.000000 0.244775 0.383763 0.383763 0.383763 +5711.213379 0.000000 1049.832153 0.000000 0.999016 0.000000 -0.044350 0.403389 0.403389 0.403389 +5716.797852 0.000000 1024.333984 0.000000 0.978164 0.000000 -0.207835 0.413485 0.413485 0.413485 +5716.539551 0.000000 1052.092285 0.000000 0.985192 0.000000 -0.171456 0.412518 0.412518 0.412518 +5699.730469 0.000000 1059.067261 0.000000 0.986945 0.000000 0.161059 0.387723 0.387723 0.387723 +5698.178711 0.000000 1058.576416 0.000000 0.994848 0.000000 -0.101377 0.407707 0.407707 0.407707 +5699.908203 0.000000 1064.671021 0.000000 0.997495 0.000000 -0.070741 0.404737 0.404737 0.404737 +5698.816895 0.000000 1054.087402 0.000000 0.996477 0.000000 -0.083861 0.406288 0.406288 0.406288 +5706.928711 0.000000 1054.043701 0.000000 0.999942 0.000000 -0.010750 0.400821 0.400821 0.400821 +5711.686523 0.000000 1046.552612 0.000000 0.987320 0.000000 0.158742 0.388379 0.388379 0.388379 +5705.061523 0.000000 1056.032104 0.000000 0.990778 0.000000 -0.135498 0.410383 0.410383 0.410383 +5696.002930 0.000000 1057.056763 0.000000 0.992609 0.000000 -0.121355 0.409112 0.409112 0.409112 +5710.122559 0.000000 1057.401489 0.000000 0.990184 0.000000 0.139768 0.389287 0.389287 0.389287 +5707.052734 0.000000 1067.466187 0.000000 0.983256 0.000000 0.182230 0.386000 0.386000 0.386000 +5700.148926 0.000000 1056.290894 0.000000 0.995602 0.000000 -0.093687 0.407168 0.407168 0.407168 +5708.046387 0.000000 1064.409180 0.000000 0.999933 0.000000 -0.011575 0.400884 0.400884 0.400884 +5698.271973 0.000000 1046.156860 0.000000 0.970044 0.000000 0.242930 0.381254 0.381254 0.381254 +5714.896973 0.000000 1059.308960 0.000000 0.983328 0.000000 -0.181839 0.413969 0.413969 0.413969 +5712.707031 0.000000 1049.646484 0.000000 0.961977 0.000000 0.273129 0.378866 0.378866 0.378866 +5714.139648 0.000000 1062.613159 0.000000 0.978854 0.000000 -0.204561 0.415738 0.415738 0.415738 +5707.453125 0.000000 1059.141479 0.000000 0.975560 0.000000 -0.219734 0.416925 0.416925 0.416925 +5699.065430 0.000000 1047.662842 0.000000 0.996142 0.000000 0.087758 0.393287 0.393287 0.393287 +5714.212402 0.000000 1050.123657 0.000000 0.960079 0.000000 0.279730 0.378341 0.378341 0.378341 +5715.177734 0.000000 1051.500366 0.000000 0.958788 0.000000 -0.284124 0.422009 0.422009 0.422009 +5687.107910 0.000000 1118.404419 0.000000 0.979129 0.000000 0.203239 0.198518 0.198518 0.198518 +5694.675293 0.000000 1124.954224 0.000000 0.988472 0.000000 0.151404 0.264307 0.264307 0.264307 +5680.063965 0.000000 1098.999146 0.000000 0.989117 0.000000 0.147131 0.264406 0.264406 0.264406 +5669.085938 0.000000 1099.574097 0.000000 0.975372 0.000000 0.220565 0.260570 0.260570 0.260570 +5694.147949 0.000000 1118.157837 0.000000 0.980940 0.000000 -0.194309 0.360924 0.360924 0.360924 +5689.239746 0.000000 1116.532471 0.000000 0.970508 0.000000 -0.241068 0.297119 0.297119 0.297119 +5695.246094 0.000000 1109.212646 0.000000 0.975732 0.000000 0.218968 0.348811 0.348811 0.348811 +5688.311035 0.000000 1117.855225 0.000000 0.952236 0.000000 0.305364 0.281372 0.281372 0.281372 +5691.484375 0.000000 1114.399414 0.000000 0.973740 0.000000 0.227662 0.368983 0.368983 0.368983 +5673.855957 0.000000 1074.218750 0.000000 0.995751 0.000000 -0.092090 0.321541 0.321541 0.321541 +5673.849121 0.000000 1083.875244 0.000000 0.996228 0.000000 0.086769 0.340154 0.340154 0.340154 +5693.613770 0.000000 1099.774292 0.000000 0.994017 0.000000 -0.109230 0.375507 0.375507 0.375507 +5691.012207 0.000000 1121.629883 0.000000 0.996297 0.000000 -0.085979 0.390446 0.390446 0.390446 +5668.343262 0.000000 1079.744507 0.000000 0.999959 0.000000 -0.009075 0.373597 0.373597 0.373597 +5672.114258 0.000000 1075.758545 0.000000 0.993525 0.000000 0.113614 0.314092 0.314092 0.314092 +5671.854004 0.000000 1084.251587 0.000000 0.954077 0.000000 0.299562 0.358744 0.358744 0.358744 +5689.571289 0.000000 1113.058960 0.000000 0.962463 0.000000 0.271413 0.315479 0.315479 0.315479 +5686.497559 0.000000 1086.367065 0.000000 0.975498 0.000000 0.220006 0.357042 0.357042 0.357042 +5662.069336 0.000000 1086.331299 0.000000 0.981166 0.000000 0.193166 0.312238 0.312238 0.312238 +5669.876953 0.000000 1097.020508 0.000000 0.999549 0.000000 -0.030022 0.367931 0.367931 0.367931 +5692.561035 0.000000 1092.707031 0.000000 0.996762 0.000000 -0.080410 0.345222 0.345222 0.345222 +5673.729980 0.000000 1079.175171 0.000000 0.963829 0.000000 0.266521 0.369728 0.369728 0.369728 +5671.998535 0.000000 1096.628906 0.000000 0.978522 0.000000 -0.206141 0.415084 0.415084 0.415084 +5685.577148 0.000000 1092.149170 0.000000 0.977353 0.000000 0.211614 0.312601 0.312601 0.312601 +5688.792480 0.000000 1091.472656 0.000000 0.963726 0.000000 -0.266893 0.344929 0.344929 0.344929 +5669.656250 0.000000 1081.903809 0.000000 0.987945 0.000000 -0.154807 0.329684 0.329684 0.329684 +5670.425293 0.000000 1077.014526 0.000000 0.956106 0.000000 0.293020 0.320729 0.320729 0.320729 +5681.758301 0.000000 1085.454590 0.000000 0.997542 0.000000 0.070071 0.394643 0.394643 0.394643 +5684.598145 0.000000 1099.268433 0.000000 0.991548 0.000000 0.129737 0.390061 0.390061 0.390061 +5688.766113 0.000000 1092.605103 0.000000 0.978250 0.000000 -0.207427 0.413354 0.413354 0.413354 +5686.707520 0.000000 1088.486938 0.000000 0.999368 0.000000 0.035545 0.382259 0.382259 0.382259 +5694.514160 0.000000 1103.813843 0.000000 0.998703 0.000000 0.050909 0.371470 0.371470 0.371470 +5672.990723 0.000000 1081.154419 0.000000 0.975620 0.000000 0.219469 0.353967 0.353967 0.353967 +5678.372070 0.000000 1094.216431 0.000000 0.998482 0.000000 -0.055085 0.404210 0.404210 0.404210 +5691.024414 0.000000 1080.830811 0.000000 0.956104 0.000000 -0.293027 0.421308 0.421308 0.421308 +5693.160156 0.000000 1107.612061 0.000000 0.966448 0.000000 -0.256862 0.418418 0.418418 0.418418 +5663.024902 0.000000 1097.823486 0.000000 0.999675 0.000000 0.025487 0.345078 0.345078 0.345078 +5691.025879 0.000000 1117.922729 0.000000 0.999642 0.000000 0.026746 0.398257 0.398257 0.398257 +5681.640137 0.000000 1078.551270 0.000000 0.982468 0.000000 0.186431 0.385674 0.385674 0.385674 +5692.217285 0.000000 1094.792358 0.000000 0.982641 0.000000 0.185517 0.386118 0.386118 0.386118 +5691.543457 0.000000 1100.579102 0.000000 0.984960 0.000000 -0.172781 0.413266 0.413266 0.413266 +5666.542969 0.000000 1080.953857 0.000000 0.996051 0.000000 0.088783 0.393608 0.393608 0.393608 +5695.029297 0.000000 1104.937012 0.000000 0.999261 0.000000 0.038433 0.383196 0.383196 0.383196 +5668.603516 0.000000 1088.208740 0.000000 0.989517 0.000000 -0.144414 0.410637 0.410637 0.410637 +5693.943359 0.000000 1079.213867 0.000000 0.984556 0.000000 0.175068 0.363643 0.363643 0.363643 +5678.421387 0.000000 1073.238159 0.000000 0.998598 0.000000 -0.052936 0.390802 0.390802 0.390802 +5670.326660 0.000000 1087.986450 0.000000 0.995841 0.000000 -0.091104 0.406491 0.406491 0.406491 +5676.463379 0.000000 1077.281250 0.000000 0.957237 0.000000 -0.289304 0.401280 0.401280 0.401280 +5684.597656 0.000000 1075.762085 0.000000 0.993251 0.000000 -0.115984 0.408242 0.408242 0.408242 +5669.097656 0.000000 1074.821289 0.000000 0.998943 0.000000 0.045968 0.397015 0.397015 0.397015 +5684.295410 0.000000 1084.050171 0.000000 0.995531 0.000000 -0.094433 0.406068 0.406068 0.406068 +5688.396973 0.000000 1105.199951 0.000000 0.960267 0.000000 0.279082 0.378393 0.378393 0.378393 +5679.766602 0.000000 1095.264648 0.000000 0.992356 0.000000 -0.123407 0.409452 0.409452 0.409452 +5692.746582 0.000000 1080.879639 0.000000 0.977249 0.000000 0.212097 0.386021 0.386021 0.386021 +5676.868164 0.000000 1080.455444 0.000000 0.968127 0.000000 0.250462 0.382683 0.382683 0.382683 +5694.619629 0.000000 1101.605103 0.000000 0.999233 0.000000 0.039157 0.397008 0.397008 0.397008 +5678.347168 0.000000 1095.882202 0.000000 0.979138 0.000000 -0.203197 0.415632 0.415632 0.415632 +5686.890625 0.000000 1101.870728 0.000000 0.992932 0.000000 -0.118683 0.409088 0.409088 0.409088 +5669.629883 0.000000 1089.697144 0.000000 0.998618 0.000000 0.052562 0.396140 0.396140 0.396140 +5685.553223 0.000000 1098.964600 0.000000 0.994448 0.000000 -0.105233 0.408054 0.408054 0.408054 +5682.340332 0.000000 1098.713989 0.000000 0.952840 0.000000 -0.303472 0.423555 0.423555 0.423555 +5667.339844 0.000000 1080.765747 0.000000 0.999871 0.000000 0.016090 0.398843 0.398843 0.398843 +5678.434570 0.000000 1089.684448 0.000000 0.981180 0.000000 -0.193094 0.414845 0.414845 0.414845 +5684.283691 0.000000 1078.259277 0.000000 0.999321 0.000000 -0.036837 0.402815 0.402815 0.402815 +5666.267578 0.000000 1079.316772 0.000000 0.961057 0.000000 -0.276351 0.420761 0.420761 0.420761 +5693.207520 0.000000 1074.028198 0.000000 0.968718 0.000000 -0.248165 0.419159 0.419159 0.419159 +5694.692383 0.000000 1076.958374 0.000000 0.998993 0.000000 -0.044861 0.403428 0.403428 0.403428 +5682.237305 0.000000 1094.259399 0.000000 0.980477 0.000000 -0.196635 0.415120 0.415120 0.415120 +5679.876953 0.000000 1093.812500 0.000000 0.990349 0.000000 -0.138599 0.410622 0.410622 0.410622 +5704.954590 0.000000 1096.921143 0.000000 0.956325 0.000000 -0.292304 0.243560 0.243560 0.243560 +5705.525391 0.000000 1095.250854 0.000000 0.979303 0.000000 0.202399 0.330816 0.330816 0.330816 +5704.616211 0.000000 1090.446777 0.000000 0.978198 0.000000 -0.207674 0.356772 0.356772 0.356772 +5709.344238 0.000000 1087.492798 0.000000 0.999966 0.000000 0.008250 0.344732 0.344732 0.344732 +5699.154785 0.000000 1093.955078 0.000000 0.983415 0.000000 -0.181368 0.411975 0.411975 0.411975 +5701.924316 0.000000 1088.842529 0.000000 0.999287 0.000000 -0.037767 0.321838 0.321838 0.321838 +5706.814941 0.000000 1082.566406 0.000000 0.993168 0.000000 0.116694 0.392350 0.392350 0.392350 +5697.787109 0.000000 1088.542358 0.000000 0.994172 0.000000 -0.107806 0.408252 0.408252 0.408252 +5703.816895 0.000000 1076.065796 0.000000 0.966551 0.000000 -0.256476 0.372415 0.372415 0.372415 +5698.948730 0.000000 1096.365845 0.000000 0.974099 0.000000 0.226123 0.382575 0.382575 0.382575 +5697.727051 0.000000 1095.184326 0.000000 0.999458 0.000000 -0.032932 0.402516 0.402516 0.402516 +5703.262207 0.000000 1084.960083 0.000000 0.956392 0.000000 0.292087 0.346100 0.346100 0.346100 +5705.307617 0.000000 1077.266357 0.000000 0.999804 0.000000 0.019779 0.398489 0.398489 0.398489 +5700.651367 0.000000 1086.541748 0.000000 0.954492 0.000000 -0.298235 0.421397 0.421397 0.421397 +5697.927246 0.000000 1090.708252 0.000000 0.993088 0.000000 -0.117368 0.408899 0.408899 0.408899 +5705.597168 0.000000 1075.665894 0.000000 0.997863 0.000000 0.065334 0.395005 0.395005 0.395005 +5701.199219 0.000000 1096.523926 0.000000 0.982794 0.000000 0.184704 0.382966 0.382966 0.382966 +5704.282227 0.000000 1080.083496 0.000000 0.952574 0.000000 0.304308 0.376841 0.376841 0.376841 +5701.979492 0.000000 1078.721558 0.000000 0.995862 0.000000 -0.090882 0.406725 0.406725 0.406725 +5702.743652 0.000000 1090.586426 0.000000 0.999373 0.000000 0.035413 0.397444 0.397444 0.397444 +5707.473633 0.000000 1075.964844 0.000000 0.964468 0.000000 0.264199 0.379574 0.379574 0.379574 +5706.817383 0.000000 1076.536011 0.000000 0.985160 0.000000 0.171639 0.386822 0.386822 0.386822 +5701.415039 0.000000 1074.312500 0.000000 0.967217 0.000000 -0.253952 0.419615 0.419615 0.419615 +5696.237793 0.000000 1099.676147 0.000000 0.989376 0.000000 -0.145382 0.411146 0.411146 0.411146 +5696.011719 0.000000 1091.742310 0.000000 0.970626 0.000000 0.240592 0.381620 0.381620 0.381620 +5703.665527 0.000000 1094.891479 0.000000 0.969747 0.000000 -0.244111 0.418839 0.418839 0.418839 +"} object={ name="rainforest_generator_3_3" clamp_to_water_level=no @@ -32,8 +643,211 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_rainforest_004_mesh" - count=0 -} + count=203 + transform="5666.177734 0.000000 1043.651855 0.000000 0.678332 0.000000 -0.734755 0.228954 0.228954 0.228954 +5687.893555 0.000000 1060.223511 0.000000 0.927820 0.000000 -0.373029 0.255861 0.255861 0.255861 +5669.817871 0.000000 1050.285522 0.000000 0.718085 0.000000 -0.695955 0.297362 0.297362 0.297362 +5669.805176 0.000000 1072.245483 0.000000 0.829010 0.000000 -0.559234 0.359460 0.359460 0.359460 +5663.786621 0.000000 1050.440186 0.000000 0.908918 0.000000 -0.416975 0.308662 0.308662 0.308662 +5676.655273 0.000000 1068.644165 0.000000 0.872203 0.000000 -0.489143 0.375614 0.375614 0.375614 +5669.123047 0.000000 1055.880737 0.000000 0.711680 0.000000 -0.702504 0.323157 0.323157 0.323157 +5670.524902 0.000000 1064.072144 0.000000 0.645169 0.000000 -0.764040 0.431631 0.431631 0.431631 +5671.189453 0.000000 1054.677490 0.000000 0.881566 0.000000 -0.472060 0.437557 0.437557 0.437557 +5695.583984 0.000000 1069.013794 0.000000 0.806420 0.000000 -0.591344 0.448337 0.448337 0.448337 +5658.146973 0.000000 1032.848145 0.000000 0.936850 0.000000 -0.349731 0.362200 0.362200 0.362200 +5687.702637 0.000000 1069.721313 0.000000 0.945644 0.000000 -0.325203 0.425304 0.425304 0.425304 +5686.158691 0.000000 1062.347412 0.000000 0.807003 0.000000 -0.590547 0.448103 0.448103 0.448103 +5695.416016 0.000000 1063.525757 0.000000 0.677507 0.000000 -0.735516 0.463134 0.463134 0.463134 +5688.384766 0.000000 1067.670166 0.000000 0.677830 0.000000 -0.735218 0.455059 0.455059 0.455059 +5662.477539 0.000000 1048.737183 0.000000 0.911796 0.000000 -0.410643 0.410069 0.410069 0.410069 +5682.770508 0.000000 1069.661255 0.000000 0.890010 0.000000 -0.455942 0.436167 0.436167 0.436167 +5692.357910 0.000000 1058.030151 0.000000 0.780490 0.000000 -0.625169 0.451593 0.451593 0.451593 +5666.722656 0.000000 1048.982056 0.000000 0.641636 0.000000 -0.767010 0.451173 0.451173 0.451173 +5675.471191 0.000000 1063.046753 0.000000 0.645802 0.000000 -0.763505 0.466366 0.466366 0.466366 +5695.451172 0.000000 1071.913208 0.000000 0.933460 0.000000 -0.358682 0.428026 0.428026 0.428026 +5674.755371 0.000000 1069.509155 0.000000 0.686738 0.000000 -0.726905 0.456278 0.456278 0.456278 +5683.365723 0.000000 1071.567139 0.000000 0.729282 0.000000 -0.684213 0.457565 0.457565 0.457565 +5695.161621 0.000000 1055.927490 0.000000 0.779265 0.000000 -0.626695 0.451742 0.451742 0.451742 +5695.617676 0.000000 1070.968994 0.000000 0.906280 0.000000 -0.422678 0.433338 0.433338 0.433338 +5695.309570 0.000000 1066.880249 0.000000 0.601636 0.000000 -0.798770 0.470684 0.470684 0.470684 +5678.699707 0.000000 1071.924927 0.000000 0.606307 0.000000 -0.795231 0.470236 0.470236 0.470236 +5680.919922 0.000000 1072.825928 0.000000 0.765700 0.000000 -0.643198 0.453374 0.453374 0.453374 +5673.811035 0.000000 1058.282593 0.000000 0.901929 0.000000 -0.431884 0.434116 0.434116 0.434116 +5729.099609 0.000000 1050.668457 0.000000 0.950909 0.000000 -0.309471 0.202946 0.202946 0.202946 +5703.408691 0.000000 1034.556274 0.000000 0.816407 0.000000 -0.577477 0.205840 0.205840 0.205840 +5710.777344 0.000000 1036.970947 0.000000 0.625284 0.000000 -0.780397 0.270767 0.270767 0.270767 +5715.835449 0.000000 1037.605835 0.000000 0.949287 0.000000 -0.314412 0.251109 0.251109 0.251109 +5696.043457 0.000000 1040.969849 0.000000 0.589943 0.000000 -0.807445 0.287940 0.287940 0.287940 +5709.642090 0.000000 1038.370361 0.000000 0.866626 0.000000 -0.498958 0.293629 0.293629 0.293629 +5714.930176 0.000000 1040.581421 0.000000 0.874463 0.000000 -0.485091 0.314763 0.314763 0.314763 +5726.394531 0.000000 1034.765015 0.000000 0.632512 0.000000 -0.774550 0.278631 0.278631 0.278631 +5719.035156 0.000000 1027.155884 0.000000 0.855171 0.000000 -0.518345 0.299306 0.299306 0.299306 +5716.314941 0.000000 1043.624390 0.000000 0.836368 0.000000 -0.548168 0.301544 0.301544 0.301544 +5714.397949 0.000000 1038.853882 0.000000 0.946133 0.000000 -0.323778 0.280169 0.280169 0.280169 +5722.696777 0.000000 1036.464844 0.000000 0.881652 0.000000 -0.471901 0.359133 0.359133 0.359133 +5715.737305 0.000000 1023.200439 0.000000 0.723149 0.000000 -0.690693 0.305179 0.305179 0.305179 +5722.770996 0.000000 1026.319458 0.000000 0.719557 0.000000 -0.694433 0.421532 0.421532 0.421532 +5715.206055 0.000000 1025.550537 0.000000 0.888611 0.000000 -0.458661 0.393513 0.393513 0.393513 +5720.507324 0.000000 1064.243774 0.000000 0.654724 0.000000 -0.755868 0.326942 0.326942 0.326942 +5721.831543 0.000000 1023.862244 0.000000 0.879874 0.000000 -0.475207 0.348960 0.348960 0.348960 +5718.189453 0.000000 1045.721924 0.000000 0.935838 0.000000 -0.352431 0.323808 0.323808 0.323808 +5725.720703 0.000000 1039.302002 0.000000 0.827971 0.000000 -0.560771 0.339726 0.339726 0.339726 +5723.200684 0.000000 1027.348877 0.000000 0.880079 0.000000 -0.474827 0.406311 0.406311 0.406311 +5725.493652 0.000000 1024.076538 0.000000 0.813526 0.000000 -0.581529 0.384761 0.384761 0.384761 +5705.207520 0.000000 1041.460815 0.000000 0.746035 0.000000 -0.665907 0.352713 0.352713 0.352713 +5698.037109 0.000000 1046.945190 0.000000 0.930470 0.000000 -0.366368 0.428656 0.428656 0.428656 +5725.912109 0.000000 1037.011719 0.000000 0.892741 0.000000 -0.450570 0.435007 0.435007 0.435007 +5715.823730 0.000000 1050.983276 0.000000 0.595057 0.000000 -0.803683 0.471311 0.471311 0.471311 +5721.039551 0.000000 1025.346191 0.000000 0.943755 0.000000 -0.330646 0.379976 0.379976 0.379976 +5719.759277 0.000000 1025.137695 0.000000 0.655064 0.000000 -0.755573 0.457522 0.457522 0.457522 +5706.929199 0.000000 1055.871826 0.000000 0.671908 0.000000 -0.740635 0.463714 0.463714 0.463714 +5707.985352 0.000000 1066.218994 0.000000 0.700382 0.000000 -0.713768 0.460723 0.460723 0.460723 +5714.823242 0.000000 1052.857300 0.000000 0.931105 0.000000 -0.364751 0.428523 0.428523 0.428523 +5702.644531 0.000000 1059.146240 0.000000 0.599204 0.000000 -0.800596 0.470916 0.470916 0.470916 +5702.627441 0.000000 1066.530029 0.000000 0.932898 0.000000 -0.360140 0.428145 0.428145 0.428145 +5700.135742 0.000000 1060.926392 0.000000 0.950719 0.000000 -0.310054 0.424083 0.424083 0.424083 +5711.065918 0.000000 1050.791016 0.000000 0.614264 0.000000 -0.789100 0.469469 0.469469 0.469469 +5698.948730 0.000000 1039.881470 0.000000 0.765350 0.000000 -0.643614 0.406538 0.406538 0.406538 +5709.893066 0.000000 1046.140381 0.000000 0.729903 0.000000 -0.683551 0.455053 0.455053 0.455053 +5707.483398 0.000000 1068.809448 0.000000 0.692695 0.000000 -0.721230 0.461542 0.461542 0.461542 +5702.509766 0.000000 1071.566406 0.000000 0.741876 0.000000 -0.670537 0.453943 0.453943 0.453943 +5708.804688 0.000000 1064.669556 0.000000 0.837234 0.000000 -0.546844 0.444201 0.444201 0.444201 +5712.604004 0.000000 1060.376465 0.000000 0.756975 0.000000 -0.653443 0.454402 0.454402 0.454402 +5704.579102 0.000000 1053.178101 0.000000 0.784288 0.000000 -0.620397 0.451127 0.451127 0.451127 +5702.282227 0.000000 1054.727295 0.000000 0.739694 0.000000 -0.672943 0.456393 0.456393 0.456393 +5705.775879 0.000000 1062.959595 0.000000 0.907328 0.000000 -0.420424 0.433148 0.433148 0.433148 +5707.432617 0.000000 1070.729248 0.000000 0.603513 0.000000 -0.797353 0.470504 0.470504 0.470504 +5711.000977 0.000000 1060.402710 0.000000 0.864177 0.000000 -0.503188 0.440281 0.440281 0.440281 +5716.807617 0.000000 1026.197754 0.000000 0.896567 0.000000 -0.442907 0.432762 0.432762 0.432762 +5709.181641 0.000000 1069.043457 0.000000 0.909875 0.000000 -0.414883 0.431294 0.431294 0.431294 +5705.779297 0.000000 1059.258667 0.000000 0.677427 0.000000 -0.735590 0.463143 0.463143 0.463143 +5704.144043 0.000000 1071.103027 0.000000 0.901949 0.000000 -0.431844 0.433444 0.433444 0.433444 +5715.957031 0.000000 1059.755615 0.000000 0.912029 0.000000 -0.410126 0.432284 0.432284 0.432284 +5699.154297 0.000000 1048.428345 0.000000 0.799839 0.000000 -0.600214 0.449180 0.449180 0.449180 +5706.618164 0.000000 1069.086182 0.000000 0.882687 0.000000 -0.469961 0.437376 0.437376 0.437376 +5702.077148 0.000000 1064.478394 0.000000 0.861641 0.000000 -0.507518 0.440665 0.440665 0.440665 +5701.199219 0.000000 1040.039551 0.000000 0.810509 0.000000 -0.585726 0.447806 0.447806 0.447806 +5709.502441 0.000000 1054.608154 0.000000 0.747926 0.000000 -0.663782 0.455452 0.455452 0.455452 +5715.236816 0.000000 1061.345703 0.000000 0.724438 0.000000 -0.689340 0.458104 0.458104 0.458104 +5702.438477 0.000000 1063.691895 0.000000 0.650412 0.000000 -0.759582 0.465903 0.465903 0.465903 +5709.829590 0.000000 1066.648193 0.000000 0.903254 0.000000 -0.429107 0.433881 0.433881 0.433881 +5715.825195 0.000000 1027.396851 0.000000 0.924081 0.000000 -0.382197 0.427708 0.427708 0.427708 +5716.676758 0.000000 1055.887329 0.000000 0.815017 0.000000 -0.579437 0.445826 0.445826 0.445826 +5713.055176 0.000000 1063.808716 0.000000 0.946675 0.000000 -0.322191 0.425061 0.425061 0.425061 +5712.362305 0.000000 1054.256592 0.000000 0.929658 0.000000 -0.368423 0.428825 0.428825 0.428825 +5708.681641 0.000000 1065.689941 0.000000 0.929540 0.000000 -0.368721 0.428849 0.428849 0.428849 +5713.493652 0.000000 1052.248901 0.000000 0.625582 0.000000 -0.780159 0.468367 0.468367 0.468367 +5698.314941 0.000000 1052.445557 0.000000 0.927593 0.000000 -0.373592 0.429250 0.429250 0.429250 +5701.878906 0.000000 1060.803345 0.000000 0.656615 0.000000 -0.754226 0.465277 0.465277 0.465277 +5699.793457 0.000000 1049.177124 0.000000 0.869643 0.000000 -0.493681 0.439444 0.439444 0.439444 +5702.445312 0.000000 1043.560669 0.000000 0.791754 0.000000 -0.610841 0.450200 0.450200 0.450200 +5722.001953 0.000000 1031.175171 0.000000 0.676813 0.000000 -0.736155 0.455564 0.455564 0.455564 +5716.327637 0.000000 1063.474976 0.000000 0.815047 0.000000 -0.579395 0.441811 0.441811 0.441811 +5700.878906 0.000000 1061.359253 0.000000 0.708103 0.000000 -0.706109 0.459892 0.459892 0.459892 +5703.515625 0.000000 1072.607300 0.000000 0.714530 0.000000 -0.699605 0.457453 0.457453 0.457453 +5725.415527 0.000000 1035.276489 0.000000 0.676604 0.000000 -0.736347 0.460335 0.460335 0.460335 +5706.843262 0.000000 1065.806396 0.000000 0.852074 0.000000 -0.523422 0.442083 0.442083 0.442083 +5711.908203 0.000000 1048.406494 0.000000 0.793078 0.000000 -0.609120 0.450035 0.450035 0.450035 +5724.598633 0.000000 1035.378052 0.000000 0.854885 0.000000 -0.518817 0.439764 0.439764 0.439764 +5715.529297 0.000000 1062.128906 0.000000 0.917780 0.000000 -0.397090 0.431195 0.431195 0.431195 +5713.081055 0.000000 1058.605591 0.000000 0.873208 0.000000 -0.487348 0.438889 0.438889 0.438889 +5696.927246 0.000000 1071.232056 0.000000 0.767017 0.000000 -0.641626 0.453218 0.453218 0.453218 +5696.159668 0.000000 1070.788818 0.000000 0.681524 0.000000 -0.731796 0.462716 0.462716 0.462716 +5704.485352 0.000000 1066.607056 0.000000 0.926498 0.000000 -0.376299 0.429473 0.429473 0.429473 +5706.145508 0.000000 1051.009277 0.000000 0.649190 0.000000 -0.760626 0.466026 0.466026 0.466026 +5708.685059 0.000000 1058.194824 0.000000 0.949870 0.000000 -0.312645 0.424292 0.424292 0.424292 +5712.875977 0.000000 1061.149170 0.000000 0.641282 0.000000 -0.767305 0.466817 0.466817 0.466817 +5703.686523 0.000000 1043.506592 0.000000 0.882273 0.000000 -0.470738 0.437443 0.437443 0.437443 +5687.060547 0.000000 1114.802856 0.000000 0.810826 0.000000 -0.585287 0.205541 0.205541 0.205541 +5666.937012 0.000000 1074.987793 0.000000 0.838341 0.000000 -0.545146 0.269573 0.269573 0.269573 +5669.967285 0.000000 1098.100464 0.000000 0.941172 0.000000 -0.337929 0.273259 0.273259 0.273259 +5657.349609 0.000000 1093.153809 0.000000 0.687894 0.000000 -0.725811 0.267820 0.267820 0.267820 +5660.286133 0.000000 1094.888672 0.000000 0.739820 0.000000 -0.672805 0.276817 0.276817 0.276817 +5663.069336 0.000000 1082.586304 0.000000 0.812814 0.000000 -0.582524 0.298790 0.298790 0.298790 +5695.927246 0.000000 1087.948486 0.000000 0.663359 0.000000 -0.748301 0.325208 0.325208 0.325208 +5684.467773 0.000000 1094.327881 0.000000 0.906064 0.000000 -0.423140 0.356830 0.356830 0.356830 +5690.116699 0.000000 1122.519287 0.000000 0.943068 0.000000 -0.332599 0.319404 0.319404 0.319404 +5661.995605 0.000000 1097.769287 0.000000 0.936204 0.000000 -0.351457 0.315144 0.315144 0.315144 +5675.903809 0.000000 1073.310547 0.000000 0.599500 0.000000 -0.800375 0.431967 0.431967 0.431967 +5692.871582 0.000000 1102.397949 0.000000 0.767718 0.000000 -0.640787 0.380074 0.380074 0.380074 +5664.728027 0.000000 1084.411865 0.000000 0.773355 0.000000 -0.633973 0.372833 0.372833 0.372833 +5689.471191 0.000000 1089.542358 0.000000 0.944186 0.000000 -0.329413 0.335264 0.335264 0.335264 +5656.429199 0.000000 1097.136597 0.000000 0.936578 0.000000 -0.350460 0.322502 0.322502 0.322502 +5678.356934 0.000000 1090.500122 0.000000 0.621789 0.000000 -0.783185 0.457506 0.457506 0.457506 +5679.663086 0.000000 1090.286377 0.000000 0.841101 0.000000 -0.540878 0.436524 0.436524 0.436524 +5669.606445 0.000000 1076.122559 0.000000 0.703876 0.000000 -0.710322 0.429979 0.429979 0.429979 +5690.833496 0.000000 1092.612305 0.000000 0.804834 0.000000 -0.593500 0.378693 0.378693 0.378693 +5664.724121 0.000000 1095.619507 0.000000 0.920879 0.000000 -0.389848 0.426694 0.426694 0.426694 +5694.400879 0.000000 1112.753784 0.000000 0.832283 0.000000 -0.554352 0.404717 0.404717 0.404717 +5665.173340 0.000000 1097.600342 0.000000 0.698240 0.000000 -0.715863 0.352578 0.352578 0.352578 +5673.191895 0.000000 1075.649170 0.000000 0.940671 0.000000 -0.339320 0.330721 0.330721 0.330721 +5681.437988 0.000000 1089.378052 0.000000 0.834311 0.000000 -0.551294 0.438777 0.438777 0.438777 +5693.902344 0.000000 1096.053467 0.000000 0.772818 0.000000 -0.634628 0.383826 0.383826 0.383826 +5690.459473 0.000000 1114.727417 0.000000 0.949556 0.000000 -0.313597 0.400252 0.400252 0.400252 +5658.147949 0.000000 1097.748657 0.000000 0.657459 0.000000 -0.753490 0.456244 0.456244 0.456244 +5673.046387 0.000000 1073.527832 0.000000 0.939867 0.000000 -0.341540 0.417115 0.417115 0.417115 +5694.093750 0.000000 1122.080078 0.000000 0.874182 0.000000 -0.485599 0.401706 0.401706 0.401706 +5685.817871 0.000000 1074.253540 0.000000 0.852642 0.000000 -0.522496 0.438980 0.438980 0.438980 +5667.282715 0.000000 1077.739380 0.000000 0.920060 0.000000 -0.391778 0.368025 0.368025 0.368025 +5671.188477 0.000000 1086.316162 0.000000 0.881603 0.000000 -0.471992 0.434974 0.434974 0.434974 +5687.580566 0.000000 1103.242798 0.000000 0.950943 0.000000 -0.309366 0.402496 0.402496 0.402496 +5692.959961 0.000000 1104.457153 0.000000 0.875899 0.000000 -0.482495 0.428049 0.428049 0.428049 +5675.729004 0.000000 1094.258667 0.000000 0.946104 0.000000 -0.323864 0.425196 0.425196 0.425196 +5680.511719 0.000000 1085.718140 0.000000 0.689768 0.000000 -0.724030 0.461851 0.461851 0.461851 +5691.404785 0.000000 1097.446899 0.000000 0.738186 0.000000 -0.674598 0.448246 0.448246 0.448246 +5689.683594 0.000000 1093.112305 0.000000 0.818814 0.000000 -0.574058 0.439079 0.439079 0.439079 +5687.814453 0.000000 1089.914917 0.000000 0.596056 0.000000 -0.802943 0.438203 0.438203 0.438203 +5690.562012 0.000000 1099.160645 0.000000 0.852028 0.000000 -0.523496 0.439614 0.439614 0.439614 +5679.321289 0.000000 1081.861938 0.000000 0.867658 0.000000 -0.497161 0.439750 0.439750 0.439750 +5679.114746 0.000000 1093.549683 0.000000 0.798580 0.000000 -0.601889 0.449340 0.449340 0.449340 +5678.127441 0.000000 1076.506104 0.000000 0.700642 0.000000 -0.713513 0.454150 0.454150 0.454150 +5686.026367 0.000000 1078.113403 0.000000 0.911689 0.000000 -0.410881 0.395886 0.395886 0.395886 +5686.862305 0.000000 1089.522461 0.000000 0.813648 0.000000 -0.581358 0.420177 0.420177 0.420177 +5682.747559 0.000000 1096.972778 0.000000 0.768035 0.000000 -0.640408 0.453096 0.453096 0.453096 +5692.246094 0.000000 1095.925903 0.000000 0.889687 0.000000 -0.456571 0.435274 0.435274 0.435274 +5688.811035 0.000000 1077.245361 0.000000 0.866782 0.000000 -0.498688 0.437929 0.437929 0.437929 +5666.094238 0.000000 1097.263306 0.000000 0.720821 0.000000 -0.693122 0.402959 0.402959 0.402959 +5678.978027 0.000000 1078.796021 0.000000 0.899161 0.000000 -0.437618 0.434603 0.434603 0.434603 +5686.722168 0.000000 1093.773071 0.000000 0.603071 0.000000 -0.797687 0.434703 0.434703 0.434703 +5693.623047 0.000000 1075.487183 0.000000 0.779803 0.000000 -0.626025 0.451677 0.451677 0.451677 +5666.721191 0.000000 1086.819824 0.000000 0.752541 0.000000 -0.658546 0.427285 0.427285 0.427285 +5678.858887 0.000000 1075.892090 0.000000 0.928716 0.000000 -0.370792 0.399901 0.399901 0.399901 +5677.280762 0.000000 1090.398560 0.000000 0.775518 0.000000 -0.631326 0.439264 0.439264 0.439264 +5669.216797 0.000000 1083.352539 0.000000 0.873721 0.000000 -0.486427 0.411025 0.411025 0.411025 +5692.916504 0.000000 1089.584229 0.000000 0.887953 0.000000 -0.459935 0.413257 0.413257 0.413257 +5693.921875 0.000000 1095.169189 0.000000 0.769418 0.000000 -0.638745 0.451547 0.451547 0.451547 +5691.334961 0.000000 1090.473755 0.000000 0.926026 0.000000 -0.377459 0.416934 0.416934 0.416934 +5678.829590 0.000000 1095.169678 0.000000 0.641575 0.000000 -0.767060 0.466788 0.466788 0.466788 +5689.087891 0.000000 1078.923584 0.000000 0.680825 0.000000 -0.732446 0.449382 0.449382 0.449382 +5674.562012 0.000000 1095.527222 0.000000 0.772878 0.000000 -0.634555 0.452516 0.452516 0.452516 +5677.165527 0.000000 1079.167969 0.000000 0.926990 0.000000 -0.375086 0.427549 0.427549 0.427549 +5664.583984 0.000000 1087.970947 0.000000 0.921531 0.000000 -0.388305 0.427678 0.427678 0.427678 +5670.583008 0.000000 1097.461914 0.000000 0.844823 0.000000 -0.535046 0.441015 0.441015 0.441015 +5671.854492 0.000000 1074.110107 0.000000 0.902569 0.000000 -0.430545 0.430114 0.430114 0.430114 +5680.334961 0.000000 1092.633057 0.000000 0.747232 0.000000 -0.664564 0.453899 0.453899 0.453899 +5682.309082 0.000000 1079.666016 0.000000 0.864629 0.000000 -0.502411 0.440213 0.440213 0.440213 +5692.112793 0.000000 1076.984741 0.000000 0.650321 0.000000 -0.759659 0.465912 0.465912 0.465912 +5683.281738 0.000000 1078.500122 0.000000 0.831663 0.000000 -0.555281 0.444973 0.444973 0.444973 +5675.204590 0.000000 1095.068481 0.000000 0.950230 0.000000 -0.311548 0.424203 0.424203 0.424203 +5693.725098 0.000000 1077.044678 0.000000 0.704087 0.000000 -0.710114 0.460326 0.460326 0.460326 +5704.323730 0.000000 1091.727661 0.000000 0.884048 0.000000 -0.467395 0.369269 0.369269 0.369269 +5699.739746 0.000000 1095.473877 0.000000 0.914201 0.000000 -0.405262 0.427397 0.427397 0.427397 +5703.659180 0.000000 1077.937134 0.000000 0.641653 0.000000 -0.766995 0.402638 0.402638 0.402638 +5698.988770 0.000000 1089.609619 0.000000 0.613294 0.000000 -0.789854 0.441434 0.441434 0.441434 +5707.947266 0.000000 1089.111206 0.000000 0.875580 0.000000 -0.483074 0.426757 0.426757 0.426757 +5700.596680 0.000000 1078.542480 0.000000 0.907893 0.000000 -0.419203 0.431966 0.431966 0.431966 +5706.012695 0.000000 1076.490112 0.000000 0.753582 0.000000 -0.657354 0.454798 0.454798 0.454798 +5704.499023 0.000000 1089.530029 0.000000 0.653957 0.000000 -0.756531 0.457192 0.457192 0.457192 +5711.351074 0.000000 1083.478516 0.000000 0.786758 0.000000 -0.617261 0.443514 0.443514 0.443514 +5705.526367 0.000000 1081.368652 0.000000 0.723125 0.000000 -0.690717 0.457107 0.457107 0.457107 +5699.237793 0.000000 1078.461182 0.000000 0.760420 0.000000 -0.649431 0.453998 0.453998 0.453998 +5700.643066 0.000000 1084.580811 0.000000 0.928657 0.000000 -0.370940 0.425711 0.425711 0.425711 +5712.606934 0.000000 1077.805786 0.000000 0.675649 0.000000 -0.737224 0.457326 0.457326 0.457326 +5704.587891 0.000000 1074.522095 0.000000 0.845936 0.000000 -0.533285 0.442970 0.442970 0.442970 +5701.226074 0.000000 1075.073120 0.000000 0.784363 0.000000 -0.620302 0.451118 0.451118 0.451118 +5699.883301 0.000000 1097.559937 0.000000 0.824007 0.000000 -0.566579 0.446016 0.446016 0.446016 +5697.987793 0.000000 1081.056641 0.000000 0.782990 0.000000 -0.622034 0.451286 0.451286 0.451286 +"} object={ name="rainforest_generator_3_4" clamp_to_water_level=no @@ -41,5 +855,198 @@ object={ generated_content=yes layer="semidynamic_high" pdxmesh="tree_rainforest_005_mesh" - count=0 -} + count=193 + transform="5690.631836 0.000000 1051.855225 0.000000 0.587420 0.000000 -0.809282 0.208710 0.208710 0.208710 +5674.678223 0.000000 1054.893799 0.000000 0.499520 0.000000 -0.866302 0.258697 0.258697 0.258697 +5685.101074 0.000000 1062.044312 0.000000 0.300781 0.000000 -0.953693 0.266633 0.266633 0.266633 +5693.810547 0.000000 1050.372192 0.000000 0.234527 0.000000 -0.972110 0.289540 0.289540 0.289540 +5665.315918 0.000000 1049.411743 0.000000 0.379818 0.000000 -0.925061 0.389803 0.389803 0.389803 +5672.053711 0.000000 1069.072998 0.000000 0.076450 0.000000 -0.997073 0.399847 0.399847 0.399847 +5670.706543 0.000000 1062.054932 0.000000 0.428518 0.000000 -0.903533 0.401261 0.401261 0.401261 +5673.492676 0.000000 1067.202515 0.000000 0.066778 0.000000 -0.997768 0.492222 0.492222 0.492222 +5673.375000 0.000000 1070.761719 0.000000 0.548445 0.000000 -0.836187 0.443085 0.443085 0.443085 +5686.227051 0.000000 1070.886963 0.000000 0.206516 0.000000 -0.978443 0.500367 0.500367 0.500367 +5665.559570 0.000000 1035.996460 0.000000 0.399044 0.000000 -0.916932 0.432374 0.432374 0.432374 +5691.354492 0.000000 1071.146973 0.000000 0.530915 0.000000 -0.847425 0.477244 0.477244 0.477244 +5693.072754 0.000000 1063.694336 0.000000 0.538880 0.000000 -0.842382 0.476523 0.476523 0.476523 +5661.937500 0.000000 1031.713867 0.000000 0.170829 0.000000 -0.985301 0.483922 0.483922 0.483922 +5664.818359 0.000000 1035.337036 0.000000 0.301260 0.000000 -0.953542 0.437911 0.437911 0.437911 +5670.516602 0.000000 1052.907593 0.000000 0.072865 0.000000 -0.997342 0.490082 0.490082 0.490082 +5692.675293 0.000000 1071.305664 0.000000 0.325938 0.000000 -0.945391 0.494637 0.494637 0.494637 +5673.572266 0.000000 1062.278076 0.000000 0.396582 0.000000 -0.917999 0.487686 0.487686 0.487686 +5672.428711 0.000000 1060.434326 0.000000 0.172987 0.000000 -0.984924 0.506718 0.506718 0.506718 +5688.520020 0.000000 1072.664062 0.000000 0.428311 0.000000 -0.903632 0.470219 0.470219 0.470219 +5695.422852 0.000000 1065.185303 0.000000 0.339854 0.000000 -0.940478 0.493509 0.493509 0.493509 +5674.893066 0.000000 1071.674438 0.000000 0.381287 0.000000 -0.924457 0.477452 0.477452 0.477452 +5662.598145 0.000000 1044.241943 0.000000 0.346710 0.000000 -0.937972 0.479586 0.479586 0.479586 +5672.535645 0.000000 1064.604614 0.000000 0.467576 0.000000 -0.883953 0.475793 0.475793 0.475793 +5695.843262 0.000000 1065.907471 0.000000 0.570715 0.000000 -0.821148 0.473600 0.473600 0.473600 +5677.224609 0.000000 1063.110352 0.000000 0.260796 0.000000 -0.965394 0.499844 0.499844 0.499844 +5694.821777 0.000000 1070.441284 0.000000 0.228232 0.000000 -0.973607 0.502409 0.502409 0.502409 +5687.630859 0.000000 1071.909912 0.000000 0.299301 0.000000 -0.954159 0.493300 0.493300 0.493300 +5685.976562 0.000000 1071.631714 0.000000 0.041366 0.000000 -0.999144 0.516839 0.516839 0.516839 +5694.297852 0.000000 1066.351074 0.000000 0.457685 0.000000 -0.889114 0.483683 0.483683 0.483683 +5680.479004 0.000000 1071.270386 0.000000 0.190900 0.000000 -0.981610 0.505326 0.505326 0.505326 +5713.664551 0.000000 1023.374756 0.000000 0.125594 0.000000 -0.992082 0.212806 0.212806 0.212806 +5704.404785 0.000000 1037.146606 0.000000 0.461038 0.000000 -0.887380 0.258073 0.258073 0.258073 +5721.349609 0.000000 1036.669434 0.000000 0.274132 0.000000 -0.961692 0.278563 0.278563 0.278563 +5714.929199 0.000000 1022.192993 0.000000 0.230545 0.000000 -0.973062 0.320723 0.320723 0.320723 +5716.440918 0.000000 1072.225342 0.000000 0.086611 0.000000 -0.996242 0.291245 0.291245 0.291245 +5727.967773 0.000000 1034.918457 0.000000 0.491091 0.000000 -0.871108 0.282247 0.282247 0.282247 +5725.055664 0.000000 1022.732544 0.000000 0.205159 0.000000 -0.978729 0.300503 0.300503 0.300503 +5712.485352 0.000000 1041.830933 0.000000 0.556354 0.000000 -0.830945 0.340754 0.340754 0.340754 +5716.958984 0.000000 1042.388550 0.000000 0.260558 0.000000 -0.965458 0.321379 0.321379 0.321379 +5724.834961 0.000000 1025.394531 0.000000 0.546448 0.000000 -0.837493 0.402495 0.402495 0.402495 +5723.859375 0.000000 1031.864014 0.000000 0.397319 0.000000 -0.917681 0.478050 0.478050 0.478050 +5717.500000 0.000000 1046.902466 0.000000 0.405282 0.000000 -0.914192 0.417928 0.417928 0.417928 +5720.446289 0.000000 1060.057983 0.000000 0.269840 0.000000 -0.962905 0.390035 0.390035 0.390035 +5722.105957 0.000000 1037.419678 0.000000 0.278137 0.000000 -0.960542 0.392818 0.392818 0.392818 +5699.739746 0.000000 1038.989502 0.000000 0.493149 0.000000 -0.869945 0.425263 0.425263 0.425263 +5710.090820 0.000000 1060.752563 0.000000 0.577897 0.000000 -0.816109 0.472930 0.472930 0.472930 +5712.999512 0.000000 1057.767700 0.000000 0.546626 0.000000 -0.837377 0.475819 0.475819 0.475819 +5712.360840 0.000000 1063.263306 0.000000 0.180351 0.000000 -0.983602 0.506146 0.506146 0.506146 +5720.788574 0.000000 1030.831055 0.000000 0.343666 0.000000 -0.939092 0.481930 0.481930 0.481930 +5718.346191 0.000000 1059.983765 0.000000 0.377810 0.000000 -0.925883 0.470462 0.470462 0.470462 +5715.048340 0.000000 1027.020142 0.000000 0.089185 0.000000 -0.996015 0.504671 0.504671 0.504671 +5714.467285 0.000000 1060.935913 0.000000 0.451339 0.000000 -0.892352 0.484227 0.484227 0.484227 +5707.583496 0.000000 1043.305176 0.000000 0.277107 0.000000 -0.960839 0.413469 0.413469 0.413469 +5718.670898 0.000000 1023.017822 0.000000 0.186887 0.000000 -0.982381 0.447495 0.447495 0.447495 +5716.845703 0.000000 1062.196289 0.000000 0.078089 0.000000 -0.996946 0.500986 0.500986 0.500986 +5713.884277 0.000000 1070.943848 0.000000 0.404954 0.000000 -0.914337 0.390167 0.390167 0.390167 +5725.689453 0.000000 1025.953247 0.000000 0.085025 0.000000 -0.996379 0.425992 0.425992 0.425992 +5714.564453 0.000000 1053.810791 0.000000 0.583722 0.000000 -0.811954 0.472383 0.472383 0.472383 +5703.104492 0.000000 1061.015625 0.000000 0.183532 0.000000 -0.983014 0.505899 0.505899 0.505899 +5715.763672 0.000000 1047.522095 0.000000 0.040827 0.000000 -0.999166 0.492084 0.492084 0.492084 +5712.493164 0.000000 1046.821045 0.000000 0.393884 0.000000 -0.919160 0.480921 0.480921 0.480921 +5700.713867 0.000000 1045.547363 0.000000 0.137439 0.000000 -0.990510 0.509467 0.509467 0.509467 +5696.016602 0.000000 1057.887207 0.000000 0.012259 0.000000 -0.999925 0.516729 0.516729 0.516729 +5722.042969 0.000000 1028.489502 0.000000 0.018574 0.000000 -0.999828 0.507730 0.507730 0.507730 +5713.119629 0.000000 1064.977417 0.000000 0.576470 0.000000 -0.817119 0.473063 0.473063 0.473063 +5714.972168 0.000000 1067.435913 0.000000 0.314453 0.000000 -0.949273 0.476328 0.476328 0.476328 +5707.228027 0.000000 1052.350464 0.000000 0.185235 0.000000 -0.982694 0.505767 0.505767 0.505767 +5711.460938 0.000000 1063.857544 0.000000 0.447883 0.000000 -0.894092 0.484523 0.484523 0.484523 +5704.909180 0.000000 1057.636841 0.000000 0.523442 0.000000 -0.852061 0.477915 0.477915 0.477915 +5698.881836 0.000000 1042.418091 0.000000 0.393659 0.000000 -0.919257 0.475406 0.475406 0.475406 +5711.974609 0.000000 1049.362183 0.000000 0.244324 0.000000 -0.969694 0.501144 0.501144 0.501144 +5706.756348 0.000000 1072.277954 0.000000 0.343062 0.000000 -0.939313 0.493249 0.493249 0.493249 +5715.773926 0.000000 1060.659180 0.000000 0.089930 0.000000 -0.995948 0.513121 0.513121 0.513121 +5725.746582 0.000000 1034.132812 0.000000 0.409846 0.000000 -0.912155 0.483726 0.483726 0.483726 +5702.026855 0.000000 1042.028809 0.000000 0.451425 0.000000 -0.892309 0.484220 0.484220 0.484220 +5722.924316 0.000000 1028.212646 0.000000 0.298084 0.000000 -0.954540 0.488012 0.488012 0.488012 +5699.821777 0.000000 1052.921021 0.000000 0.546346 0.000000 -0.837559 0.475844 0.475844 0.475844 +5711.476074 0.000000 1064.807251 0.000000 0.073580 0.000000 -0.997289 0.514374 0.514374 0.514374 +5708.220215 0.000000 1069.368530 0.000000 0.400950 0.000000 -0.916100 0.484724 0.484724 0.484724 +5717.483887 0.000000 1048.453369 0.000000 0.039319 0.000000 -0.999227 0.490410 0.490410 0.490410 +5705.230957 0.000000 1072.545410 0.000000 0.018141 0.000000 -0.999835 0.518614 0.518614 0.518614 +5707.495117 0.000000 1045.196533 0.000000 0.217105 0.000000 -0.976148 0.493831 0.493831 0.493831 +5709.020508 0.000000 1070.789673 0.000000 0.295184 0.000000 -0.955440 0.496474 0.496474 0.496474 +5705.542969 0.000000 1053.227173 0.000000 0.317122 0.000000 -0.948385 0.495348 0.495348 0.495348 +5705.966309 0.000000 1051.950195 0.000000 0.387192 0.000000 -0.921999 0.489627 0.489627 0.489627 +5698.894043 0.000000 1069.578979 0.000000 0.434445 0.000000 -0.900698 0.473069 0.473069 0.473069 +5709.990723 0.000000 1061.595215 0.000000 0.356677 0.000000 -0.934228 0.492138 0.492138 0.492138 +5712.993652 0.000000 1053.168945 0.000000 0.412669 0.000000 -0.910881 0.487503 0.487503 0.487503 +5704.052246 0.000000 1062.469971 0.000000 0.046812 0.000000 -0.998904 0.516423 0.516423 0.516423 +5711.599121 0.000000 1062.077637 0.000000 0.583308 0.000000 -0.812251 0.472422 0.472422 0.472422 +5722.103027 0.000000 1038.509277 0.000000 0.124023 0.000000 -0.992279 0.510501 0.510501 0.510501 +5712.899902 0.000000 1055.850342 0.000000 0.320917 0.000000 -0.947107 0.495042 0.495042 0.495042 +5699.676758 0.000000 1046.189331 0.000000 0.456970 0.000000 -0.889482 0.483744 0.483744 0.483744 +5707.480957 0.000000 1062.829590 0.000000 0.132416 0.000000 -0.991194 0.509854 0.509854 0.509854 +5714.520996 0.000000 1064.704956 0.000000 0.032332 0.000000 -0.999477 0.509464 0.509464 0.509464 +5706.244629 0.000000 1066.360718 0.000000 0.530281 0.000000 -0.847822 0.477301 0.477301 0.477301 +5701.592285 0.000000 1038.914062 0.000000 0.583993 0.000000 -0.811759 0.468811 0.468811 0.468811 +5706.381348 0.000000 1055.170654 0.000000 0.551950 0.000000 -0.833877 0.475332 0.475332 0.475332 +5697.046387 0.000000 1051.356567 0.000000 0.280887 0.000000 -0.959741 0.498249 0.498249 0.498249 +5699.460938 0.000000 1061.408203 0.000000 0.196871 0.000000 -0.980429 0.503148 0.503148 0.503148 +5711.164062 0.000000 1058.127686 0.000000 0.135611 0.000000 -0.990762 0.509608 0.509608 0.509608 +5696.750977 0.000000 1064.465698 0.000000 0.171958 0.000000 -0.985104 0.506798 0.506798 0.506798 +5712.625488 0.000000 1062.516846 0.000000 0.054604 0.000000 -0.998508 0.515827 0.515827 0.515827 +5661.958984 0.000000 1083.403442 0.000000 0.221549 0.000000 -0.975149 0.211942 0.211942 0.211942 +5684.316895 0.000000 1102.328979 0.000000 0.166304 0.000000 -0.986075 0.253269 0.253269 0.253269 +5687.822754 0.000000 1104.496338 0.000000 0.348242 0.000000 -0.937405 0.295610 0.295610 0.295610 +5661.067383 0.000000 1096.716064 0.000000 0.051919 0.000000 -0.998651 0.352287 0.352287 0.352287 +5671.522949 0.000000 1077.201294 0.000000 0.490304 0.000000 -0.871551 0.375637 0.375637 0.375637 +5693.145996 0.000000 1114.882324 0.000000 0.223350 0.000000 -0.974738 0.432342 0.432342 0.432342 +5658.370605 0.000000 1095.792847 0.000000 0.127145 0.000000 -0.991884 0.444007 0.444007 0.444007 +5690.264648 0.000000 1123.841064 0.000000 0.106405 0.000000 -0.994323 0.356837 0.356837 0.356837 +5674.844238 0.000000 1082.103027 0.000000 0.509209 0.000000 -0.860643 0.321094 0.321094 0.321094 +5694.710938 0.000000 1111.429565 0.000000 0.383796 0.000000 -0.923418 0.395774 0.395774 0.395774 +5685.656738 0.000000 1095.846558 0.000000 0.544181 0.000000 -0.838968 0.380419 0.380419 0.380419 +5689.538086 0.000000 1096.153687 0.000000 0.557275 0.000000 -0.830328 0.397427 0.397427 0.397427 +5685.144531 0.000000 1082.524048 0.000000 0.488926 0.000000 -0.872325 0.328936 0.328936 0.328936 +5671.708496 0.000000 1079.197876 0.000000 0.179753 0.000000 -0.983712 0.437908 0.437908 0.437908 +5683.308594 0.000000 1088.378174 0.000000 0.017690 0.000000 -0.999844 0.439434 0.439434 0.439434 +5677.104004 0.000000 1074.657593 0.000000 0.124305 0.000000 -0.992244 0.492788 0.492788 0.492788 +5687.779785 0.000000 1096.389282 0.000000 0.316037 0.000000 -0.948747 0.450021 0.450021 0.450021 +5688.073242 0.000000 1112.641846 0.000000 0.515625 0.000000 -0.856815 0.365630 0.365630 0.365630 +5667.712891 0.000000 1089.983521 0.000000 0.215773 0.000000 -0.976444 0.431097 0.431097 0.431097 +5685.988770 0.000000 1084.442383 0.000000 0.132993 0.000000 -0.991117 0.492226 0.492226 0.492226 +5687.381348 0.000000 1087.229980 0.000000 0.151756 0.000000 -0.988418 0.442709 0.442709 0.442709 +5683.812988 0.000000 1087.422119 0.000000 0.021554 0.000000 -0.999768 0.383997 0.383997 0.383997 +5681.976074 0.000000 1088.281738 0.000000 0.207582 0.000000 -0.978218 0.490428 0.490428 0.490428 +5682.566406 0.000000 1082.793457 0.000000 0.479639 0.000000 -0.877466 0.423003 0.423003 0.423003 +5683.945312 0.000000 1080.039917 0.000000 0.339714 0.000000 -0.940529 0.493521 0.493521 0.493521 +5661.912109 0.000000 1093.496094 0.000000 0.135984 0.000000 -0.990711 0.500627 0.500627 0.500627 +5691.427246 0.000000 1096.388062 0.000000 0.350027 0.000000 -0.936740 0.479052 0.479052 0.479052 +5694.015625 0.000000 1105.819458 0.000000 0.341575 0.000000 -0.939855 0.456587 0.456587 0.456587 +5681.666504 0.000000 1093.573730 0.000000 0.404667 0.000000 -0.914464 0.485580 0.485580 0.485580 +5689.844727 0.000000 1107.632935 0.000000 0.085752 0.000000 -0.996317 0.464983 0.464983 0.464983 +5666.505859 0.000000 1088.634521 0.000000 0.327511 0.000000 -0.944847 0.425253 0.425253 0.425253 +5683.003906 0.000000 1076.846802 0.000000 0.448411 0.000000 -0.893827 0.484478 0.484478 0.484478 +5669.770020 0.000000 1078.205688 0.000000 0.522865 0.000000 -0.852416 0.428010 0.428010 0.428010 +5692.182617 0.000000 1099.212402 0.000000 0.521736 0.000000 -0.853107 0.423517 0.423517 0.423517 +5682.001465 0.000000 1080.458862 0.000000 0.272105 0.000000 -0.962268 0.498947 0.498947 0.498947 +5692.832520 0.000000 1106.541138 0.000000 0.054369 0.000000 -0.998521 0.507516 0.507516 0.507516 +5691.312012 0.000000 1094.322144 0.000000 0.372055 0.000000 -0.928211 0.438691 0.438691 0.438691 +5668.887207 0.000000 1089.355957 0.000000 0.410785 0.000000 -0.911732 0.484223 0.484223 0.484223 +5683.106445 0.000000 1090.071411 0.000000 0.529503 0.000000 -0.848308 0.439795 0.439795 0.439795 +5687.855469 0.000000 1091.022827 0.000000 0.555919 0.000000 -0.831236 0.456323 0.456323 0.456323 +5693.095215 0.000000 1109.328735 0.000000 0.565993 0.000000 -0.824410 0.465570 0.465570 0.465570 +5666.436523 0.000000 1096.302856 0.000000 0.535276 0.000000 -0.844677 0.415131 0.415131 0.415131 +5683.380859 0.000000 1098.470459 0.000000 0.397975 0.000000 -0.917396 0.488731 0.488731 0.488731 +5692.497559 0.000000 1116.386108 0.000000 0.145797 0.000000 -0.989315 0.421426 0.421426 0.421426 +5675.111816 0.000000 1093.486816 0.000000 0.031981 0.000000 -0.999488 0.517556 0.517556 0.517556 +5690.491699 0.000000 1095.935059 0.000000 0.085633 0.000000 -0.996327 0.454703 0.454703 0.454703 +5691.031250 0.000000 1103.905518 0.000000 0.477251 0.000000 -0.878767 0.449477 0.449477 0.449477 +5689.875977 0.000000 1087.298584 0.000000 0.216010 0.000000 -0.976391 0.439294 0.439294 0.439294 +5669.896973 0.000000 1079.955444 0.000000 0.089190 0.000000 -0.996015 0.452803 0.452803 0.452803 +5686.939941 0.000000 1073.475098 0.000000 0.376986 0.000000 -0.926219 0.483375 0.483375 0.483375 +5681.165527 0.000000 1092.650757 0.000000 0.107273 0.000000 -0.994230 0.508501 0.508501 0.508501 +5695.416016 0.000000 1120.010132 0.000000 0.570133 0.000000 -0.821552 0.423473 0.423473 0.423473 +5688.301758 0.000000 1080.366455 0.000000 0.011022 0.000000 -0.999939 0.502803 0.502803 0.502803 +5684.380371 0.000000 1077.333008 0.000000 0.349526 0.000000 -0.936927 0.483632 0.483632 0.483632 +5695.170410 0.000000 1091.043091 0.000000 0.093077 0.000000 -0.995659 0.485328 0.485328 0.485328 +5691.415527 0.000000 1099.663818 0.000000 0.135440 0.000000 -0.990786 0.503173 0.503173 0.503173 +5659.044922 0.000000 1093.783447 0.000000 0.344456 0.000000 -0.938802 0.467790 0.467790 0.467790 +5682.802734 0.000000 1074.253052 0.000000 0.416039 0.000000 -0.909347 0.483230 0.483230 0.483230 +5694.117188 0.000000 1085.592529 0.000000 0.490428 0.000000 -0.871481 0.475030 0.475030 0.475030 +5690.229980 0.000000 1076.598755 0.000000 0.117645 0.000000 -0.993056 0.500110 0.500110 0.500110 +5682.949219 0.000000 1076.015137 0.000000 0.328407 0.000000 -0.944536 0.494437 0.494437 0.494437 +5694.803711 0.000000 1076.146362 0.000000 0.517239 0.000000 -0.855841 0.478470 0.478470 0.478470 +5683.694336 0.000000 1094.562866 0.000000 0.505456 0.000000 -0.862852 0.479518 0.479518 0.479518 +5681.454102 0.000000 1077.056519 0.000000 0.579699 0.000000 -0.814831 0.472761 0.472761 0.472761 +5710.686523 0.000000 1087.794556 0.000000 0.420433 0.000000 -0.907324 0.232905 0.232905 0.232905 +5696.369629 0.000000 1084.104980 0.000000 0.149959 0.000000 -0.988692 0.322940 0.322940 0.322940 +5702.218750 0.000000 1092.277222 0.000000 0.407676 0.000000 -0.913127 0.410035 0.410035 0.410035 +5715.737305 0.000000 1079.684814 0.000000 0.211339 0.000000 -0.977413 0.319750 0.319750 0.319750 +5706.865723 0.000000 1088.293945 0.000000 0.578780 0.000000 -0.815484 0.454602 0.454602 0.454602 +5699.978516 0.000000 1089.421021 0.000000 0.061108 0.000000 -0.998131 0.476803 0.476803 0.476803 +5712.719727 0.000000 1080.285156 0.000000 0.264343 0.000000 -0.964429 0.409295 0.409295 0.409295 +5704.681152 0.000000 1094.589722 0.000000 0.014128 0.000000 -0.999900 0.405795 0.405795 0.405795 +5708.740234 0.000000 1085.758057 0.000000 0.509584 0.000000 -0.860421 0.474237 0.474237 0.474237 +5714.243652 0.000000 1077.971558 0.000000 0.391260 0.000000 -0.920280 0.474992 0.474992 0.474992 +5715.228027 0.000000 1077.740601 0.000000 0.129215 0.000000 -0.991617 0.492471 0.492471 0.492471 +5708.171387 0.000000 1074.524658 0.000000 0.165596 0.000000 -0.986194 0.507291 0.507291 0.507291 +5707.228516 0.000000 1075.063965 0.000000 0.106777 0.000000 -0.994283 0.511827 0.511827 0.511827 +5706.185059 0.000000 1089.886230 0.000000 0.439310 0.000000 -0.898335 0.464665 0.464665 0.464665 +5715.257324 0.000000 1076.476440 0.000000 0.472259 0.000000 -0.881460 0.469226 0.469226 0.469226 +5703.664551 0.000000 1090.146484 0.000000 0.375034 0.000000 -0.927011 0.485596 0.485596 0.485596 +5697.931641 0.000000 1081.825195 0.000000 0.404200 0.000000 -0.914671 0.488212 0.488212 0.488212 +5704.278320 0.000000 1078.788086 0.000000 0.385110 0.000000 -0.922871 0.482756 0.482756 0.482756 +5702.603516 0.000000 1091.414307 0.000000 0.375347 0.000000 -0.926884 0.485572 0.485572 0.485572 +5707.237793 0.000000 1077.568970 0.000000 0.040987 0.000000 -0.999160 0.516868 0.516868 0.516868 +5712.137207 0.000000 1076.561768 0.000000 0.359095 0.000000 -0.933301 0.483227 0.483227 0.483227 +5702.234863 0.000000 1081.101318 0.000000 0.041169 0.000000 -0.999152 0.502343 0.502343 0.502343 +5701.510742 0.000000 1085.836304 0.000000 0.111597 0.000000 -0.993754 0.498709 0.498709 0.498709 +5708.807129 0.000000 1076.084473 0.000000 0.267385 0.000000 -0.963590 0.499322 0.499322 0.499322 +5700.708008 0.000000 1082.030151 0.000000 0.089311 0.000000 -0.996004 0.507990 0.507990 0.507990 +"} diff --git a/gfx/map/map_object_data/generated/savanna_tree_generator_1.txt b/gfx/map/map_object_data/generated/savanna_tree_generator_1.txt index 0ba8ab5b..7853e7c7 100644 --- a/gfx/map/map_object_data/generated/savanna_tree_generator_1.txt +++ b/gfx/map/map_object_data/generated/savanna_tree_generator_1.txt @@ -5,8 +5,89 @@ generated_content=yes layer="semidynamic" pdxmesh="tree_savanna_001_mesh" - count=0 -} + count=81 + transform="5498.544434 0.000000 1283.079346 0.000000 0.395342 0.000000 0.918534 0.192442 0.192442 0.192442 +5470.236816 0.000000 1295.186157 0.000000 0.582633 0.000000 0.812735 0.193012 0.193012 0.193012 +5498.544434 0.000000 1339.563721 0.000000 0.393871 0.000000 0.919166 0.192141 0.192141 0.192141 +5470.530273 0.000000 1322.600708 0.000000 0.595422 0.000000 0.803413 0.192080 0.192080 0.192080 +5481.385742 0.000000 1332.058716 0.000000 0.642787 0.000000 0.766045 0.192484 0.192484 0.192484 +5490.584961 0.000000 1327.034912 0.000000 0.208174 0.000000 0.978092 0.188277 0.188277 0.188277 +5626.544434 0.000000 1283.079346 0.000000 0.671543 0.000000 0.740965 0.194583 0.194583 0.194583 +5588.968750 0.000000 1351.265747 0.000000 0.168180 0.000000 0.985756 0.190726 0.190726 0.190726 +5652.968750 0.000000 1294.781372 0.000000 0.344549 0.000000 0.938768 0.191479 0.191479 0.191479 +5658.979980 0.000000 1284.489014 0.000000 0.159168 0.000000 0.987252 0.190137 0.190137 0.190137 +5690.368164 0.000000 1294.582153 0.000000 0.074070 0.000000 0.997253 0.186134 0.186134 0.186134 +5679.722656 0.000000 1286.975952 0.000000 0.263374 0.000000 0.964694 0.190720 0.190720 0.190720 +5662.236816 0.000000 1295.186157 0.000000 0.319216 0.000000 0.947682 0.190824 0.190824 0.190824 +5717.705078 0.000000 1269.523926 0.000000 0.650660 0.000000 0.759369 0.194187 0.194187 0.194187 +5697.318848 0.000000 1281.544678 0.000000 0.522428 0.000000 0.852683 0.192862 0.192862 0.192862 +5724.793945 0.000000 1245.498047 0.000000 0.361265 0.000000 0.932463 0.192053 0.192053 0.192053 +5744.205566 0.000000 1299.114990 0.000000 0.130755 0.000000 0.991415 0.188678 0.188678 0.188678 +5752.065918 0.000000 1268.018799 0.000000 0.138414 0.000000 0.990374 0.186773 0.186773 0.186773 +5714.127930 0.000000 1255.932251 0.000000 0.366919 0.000000 0.930253 0.191646 0.191646 0.191646 +5759.958008 0.000000 1263.555298 0.000000 0.526315 0.000000 0.850290 0.191118 0.191118 0.191118 +5710.007324 0.000000 1273.546509 0.000000 0.465063 0.000000 0.885278 0.192129 0.192129 0.192129 +5746.842773 0.000000 1260.526245 0.000000 0.595569 0.000000 0.803304 0.214998 0.214998 0.214998 +5740.083496 0.000000 1262.717285 0.000000 0.196472 0.000000 0.980510 0.197683 0.197683 0.197683 +5757.524414 0.000000 1259.725952 0.000000 0.085870 0.000000 0.996306 0.188803 0.188803 0.188803 +5743.145508 0.000000 1260.804077 0.000000 0.087545 0.000000 0.996161 0.201317 0.201317 0.201317 +5748.463867 0.000000 1257.738037 0.000000 0.181515 0.000000 0.983388 0.214895 0.214895 0.214895 +5751.819336 0.000000 1261.487183 0.000000 0.428169 0.000000 0.903699 0.214783 0.214783 0.214783 +5677.516602 0.000000 1313.873901 0.000000 0.412074 0.000000 0.911150 0.208381 0.208381 0.208381 +5644.978516 0.000000 1299.876587 0.000000 0.105878 0.000000 0.994379 0.190127 0.190127 0.190127 +5681.519043 0.000000 1305.470215 0.000000 0.308402 0.000000 0.951256 0.209424 0.209424 0.209424 +5695.487305 0.000000 1329.368286 0.000000 0.698118 0.000000 0.715983 0.221693 0.221693 0.221693 +5669.432617 0.000000 1310.167725 0.000000 0.507829 0.000000 0.861458 0.192225 0.192225 0.192225 +5686.816895 0.000000 1300.391357 0.000000 0.569675 0.000000 0.821870 0.247429 0.247429 0.247429 +5687.531250 0.000000 1309.744263 0.000000 0.394272 0.000000 0.918994 0.309087 0.309087 0.309087 +5672.763184 0.000000 1314.262817 0.000000 0.635190 0.000000 0.772356 0.200666 0.200666 0.200666 +5693.524414 0.000000 1316.210327 0.000000 0.331304 0.000000 0.943524 0.316880 0.316880 0.316880 +5688.315430 0.000000 1336.149658 0.000000 0.070656 0.000000 0.997501 0.193684 0.193684 0.193684 +5677.375000 0.000000 1324.062256 0.000000 0.657170 0.000000 0.753742 0.248239 0.248239 0.248239 +5679.663086 0.000000 1309.152466 0.000000 0.472288 0.000000 0.881445 0.214648 0.214648 0.214648 +5680.918945 0.000000 1314.126831 0.000000 0.610681 0.000000 0.791877 0.238888 0.238888 0.238888 +5684.463867 0.000000 1314.222412 0.000000 0.441629 0.000000 0.897198 0.282481 0.282481 0.282481 +5679.537109 0.000000 1326.269043 0.000000 0.415661 0.000000 0.909520 0.252162 0.252162 0.252162 +5690.462402 0.000000 1316.210693 0.000000 0.423352 0.000000 0.905965 0.327546 0.327546 0.327546 +5687.819336 0.000000 1317.971558 0.000000 0.466542 0.000000 0.884499 0.298396 0.298396 0.298396 +5676.127930 0.000000 1326.581909 0.000000 0.118837 0.000000 0.992914 0.233807 0.233807 0.233807 +5681.394043 0.000000 1324.470337 0.000000 0.119730 0.000000 0.992806 0.244003 0.244003 0.244003 +5693.638184 0.000000 1318.863892 0.000000 0.359134 0.000000 0.933286 0.315373 0.315373 0.315373 +5686.158691 0.000000 1331.200439 0.000000 0.228046 0.000000 0.973650 0.241661 0.241661 0.241661 +5686.180664 0.000000 1322.990845 0.000000 0.318260 0.000000 0.948004 0.253980 0.253980 0.253980 +5692.727539 0.000000 1301.635132 0.000000 0.084873 0.000000 0.996392 0.263863 0.263863 0.263863 +5695.273438 0.000000 1310.531738 0.000000 0.566753 0.000000 0.823888 0.326032 0.326032 0.326032 +5688.246582 0.000000 1301.997559 0.000000 0.597145 0.000000 0.802133 0.264575 0.264575 0.264575 +5692.271484 0.000000 1307.653931 0.000000 0.508981 0.000000 0.860778 0.326489 0.326489 0.326489 +5689.360352 0.000000 1310.397339 0.000000 0.217299 0.000000 0.976105 0.308883 0.308883 0.308883 +5697.451172 0.000000 1311.316284 0.000000 0.532466 0.000000 0.846452 0.322896 0.322896 0.322896 +5717.705078 0.000000 1326.008301 0.000000 0.297299 0.000000 0.954785 0.189229 0.189229 0.189229 +5704.407715 0.000000 1306.953003 0.000000 0.275053 0.000000 0.961429 0.252707 0.252707 0.252707 +5697.017578 0.000000 1325.833740 0.000000 0.624515 0.000000 0.781013 0.249031 0.249031 0.249031 +5696.098633 0.000000 1306.089600 0.000000 0.452314 0.000000 0.891859 0.325206 0.325206 0.325206 +5713.256836 0.000000 1333.855469 0.000000 0.357124 0.000000 0.934057 0.213608 0.213608 0.213608 +5707.929688 0.000000 1311.146484 0.000000 0.624635 0.000000 0.780917 0.248152 0.248152 0.248152 +5702.330566 0.000000 1311.237427 0.000000 0.256592 0.000000 0.966520 0.288855 0.288855 0.288855 +5706.351562 0.000000 1320.019531 0.000000 0.653357 0.000000 0.757050 0.237301 0.237301 0.237301 +5701.119141 0.000000 1315.574829 0.000000 0.238386 0.000000 0.971171 0.305101 0.305101 0.305101 +5696.514160 0.000000 1315.221436 0.000000 0.703967 0.000000 0.710233 0.343605 0.343605 0.343605 +5699.837402 0.000000 1322.702759 0.000000 0.680091 0.000000 0.733128 0.270311 0.270311 0.270311 +5707.941895 0.000000 1340.944702 0.000000 0.183576 0.000000 0.983006 0.193258 0.193258 0.193258 +5709.506836 0.000000 1334.955078 0.000000 0.471993 0.000000 0.881602 0.221687 0.221687 0.221687 +5700.755371 0.000000 1327.013306 0.000000 0.592320 0.000000 0.805703 0.230389 0.230389 0.230389 +5707.486816 0.000000 1307.700195 0.000000 0.685835 0.000000 0.727757 0.235404 0.235404 0.235404 +5704.667480 0.000000 1303.919800 0.000000 0.210395 0.000000 0.977616 0.223425 0.223425 0.223425 +5708.112305 0.000000 1314.047363 0.000000 0.076088 0.000000 0.997101 0.210008 0.210008 0.210008 +5709.099609 0.000000 1318.917236 0.000000 0.031405 0.000000 0.999507 0.211656 0.211656 0.211656 +5702.363770 0.000000 1308.653320 0.000000 0.249194 0.000000 0.968454 0.284629 0.284629 0.284629 +5698.944824 0.000000 1316.536621 0.000000 0.378644 0.000000 0.925542 0.320381 0.320381 0.320381 +5700.602051 0.000000 1301.746460 0.000000 0.026586 0.000000 0.999647 0.238075 0.238075 0.238075 +5702.475098 0.000000 1313.731323 0.000000 0.009298 0.000000 0.999957 0.278583 0.278583 0.278583 +5700.035156 0.000000 1305.360352 0.000000 0.579183 0.000000 0.815198 0.297333 0.297333 0.297333 +5549.516602 0.000000 1370.358276 0.000000 0.589379 0.000000 0.807856 0.193778 0.193778 0.193778 +5525.705078 0.000000 1382.492676 0.000000 0.369815 0.000000 0.929106 0.192263 0.192263 0.192263 +5589.705078 0.000000 1382.492676 0.000000 0.497144 0.000000 0.867668 0.193181 0.193181 0.193181 +"} object={ name="savanna_tree_generator_1_1" clamp_to_water_level=no @@ -14,8 +95,87 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_savanna_002_mesh" - count=0 -} + count=79 + transform="5461.705078 0.000000 1326.008301 0.000000 0.941853 0.000000 0.336026 0.197562 0.197562 0.197562 +5495.638184 0.000000 1314.884033 0.000000 0.946726 0.000000 0.322041 0.197462 0.197462 0.197462 +5488.541992 0.000000 1321.725830 0.000000 0.999971 0.000000 0.007615 0.199933 0.199933 0.199933 +5471.826172 0.000000 1307.263062 0.000000 0.734115 0.000000 0.679025 0.193944 0.193944 0.193944 +5475.765137 0.000000 1324.987915 0.000000 0.958847 0.000000 0.283923 0.197520 0.197520 0.197520 +5485.434082 0.000000 1328.869873 0.000000 0.999937 0.000000 0.011200 0.199901 0.199901 0.199901 +5505.451172 0.000000 1311.316284 0.000000 0.835403 0.000000 0.549638 0.196223 0.196223 0.196223 +5562.544434 0.000000 1339.563721 0.000000 0.713159 0.000000 0.701003 0.194958 0.194958 0.194958 +5589.705078 0.000000 1326.008301 0.000000 0.983878 0.000000 0.178840 0.198833 0.198833 0.198833 +5572.458496 0.000000 1353.606567 0.000000 0.765535 0.000000 0.643394 0.195289 0.195289 0.195289 +5716.968750 0.000000 1238.296997 0.000000 0.774058 0.000000 0.633115 0.195122 0.195122 0.195122 +5690.544434 0.000000 1283.079346 0.000000 0.859869 0.000000 0.510514 0.196255 0.196255 0.196255 +5636.458496 0.000000 1297.122192 0.000000 0.997298 0.000000 0.073462 0.199514 0.199514 0.199514 +5669.982422 0.000000 1292.918091 0.000000 0.807133 0.000000 0.590370 0.195507 0.195507 0.195507 +5695.586426 0.000000 1296.090820 0.000000 0.806920 0.000000 0.590660 0.227230 0.227230 0.227230 +5686.864258 0.000000 1297.654907 0.000000 0.898993 0.000000 0.437964 0.203450 0.203450 0.203450 +5691.981445 0.000000 1297.875488 0.000000 0.976916 0.000000 0.213624 0.226513 0.226513 0.226513 +5734.230957 0.000000 1281.185303 0.000000 0.960206 0.000000 0.279294 0.197385 0.197385 0.197385 +5751.638184 0.000000 1258.399658 0.000000 0.994270 0.000000 0.106901 0.230305 0.230305 0.230305 +5759.487305 0.000000 1272.883911 0.000000 0.870055 0.000000 0.492954 0.204816 0.204816 0.204816 +5734.893555 0.000000 1262.103638 0.000000 0.731088 0.000000 0.682284 0.192970 0.192970 0.192970 +5740.760254 0.000000 1281.161377 0.000000 0.899131 0.000000 0.437679 0.195815 0.195815 0.195815 +5737.260742 0.000000 1286.878418 0.000000 0.724874 0.000000 0.688881 0.195202 0.195202 0.195202 +5746.789551 0.000000 1254.743530 0.000000 0.808587 0.000000 0.588377 0.210510 0.210510 0.210510 +5754.511719 0.000000 1263.166260 0.000000 0.902113 0.000000 0.431499 0.226174 0.226174 0.226174 +5757.212891 0.000000 1268.047974 0.000000 0.995635 0.000000 0.093334 0.202970 0.202970 0.202970 +5731.991211 0.000000 1258.382690 0.000000 0.856006 0.000000 0.516966 0.194914 0.194914 0.194914 +5750.173828 0.000000 1248.840454 0.000000 0.866461 0.000000 0.499245 0.199623 0.199623 0.199623 +5749.994141 0.000000 1263.942383 0.000000 0.947738 0.000000 0.319050 0.219639 0.219639 0.219639 +5744.918945 0.000000 1257.642456 0.000000 0.925596 0.000000 0.378512 0.228103 0.228103 0.228103 +5690.544434 0.000000 1339.563721 0.000000 0.887585 0.000000 0.460645 0.196176 0.196176 0.196176 +5693.512207 0.000000 1299.166748 0.000000 0.939859 0.000000 0.341562 0.269045 0.269045 0.269045 +5664.032227 0.000000 1336.078491 0.000000 0.745214 0.000000 0.666825 0.194169 0.194169 0.194169 +5693.292480 0.000000 1311.699585 0.000000 0.964976 0.000000 0.262337 0.379722 0.379722 0.379722 +5676.062988 0.000000 1308.129761 0.000000 0.914743 0.000000 0.404036 0.209061 0.209061 0.209061 +5682.842773 0.000000 1317.010620 0.000000 0.999520 0.000000 0.030967 0.280422 0.280422 0.280422 +5693.212891 0.000000 1324.532349 0.000000 0.853649 0.000000 0.520848 0.260115 0.260115 0.260115 +5682.318359 0.000000 1299.346558 0.000000 0.873001 0.000000 0.487718 0.197707 0.197707 0.197707 +5677.311035 0.000000 1333.490479 0.000000 0.986344 0.000000 0.164697 0.218563 0.218563 0.218563 +5686.381836 0.000000 1328.468262 0.000000 0.789732 0.000000 0.613452 0.258329 0.258329 0.258329 +5694.624512 0.000000 1307.960815 0.000000 0.999295 0.000000 0.037542 0.397328 0.397328 0.397328 +5683.863281 0.000000 1323.513306 0.000000 0.953861 0.000000 0.300250 0.259764 0.259764 0.259764 +5674.288574 0.000000 1322.288452 0.000000 0.800548 0.000000 0.599268 0.234833 0.234833 0.234833 +5683.759277 0.000000 1330.505493 0.000000 0.980261 0.000000 0.197710 0.258955 0.258955 0.258955 +5691.100586 0.000000 1309.233398 0.000000 0.954933 0.000000 0.296821 0.377730 0.377730 0.377730 +5683.016113 0.000000 1319.991699 0.000000 0.973830 0.000000 0.227279 0.267834 0.267834 0.267834 +5690.631836 0.000000 1334.277100 0.000000 0.889126 0.000000 0.457662 0.226740 0.226740 0.226740 +5690.637207 0.000000 1326.074341 0.000000 0.955402 0.000000 0.295308 0.249440 0.249440 0.249440 +5692.013184 0.000000 1314.005371 0.000000 0.999726 0.000000 0.023404 0.398282 0.398282 0.398282 +5688.473633 0.000000 1307.271362 0.000000 0.792479 0.000000 0.609899 0.348099 0.348099 0.348099 +5689.460938 0.000000 1299.243896 0.000000 0.981961 0.000000 0.189082 0.251641 0.251641 0.251641 +5677.942871 0.000000 1321.081543 0.000000 0.968245 0.000000 0.250004 0.252501 0.252501 0.252501 +5685.428223 0.000000 1316.981812 0.000000 0.847499 0.000000 0.530796 0.292339 0.292339 0.292339 +5695.814453 0.000000 1317.585327 0.000000 0.983615 0.000000 0.180284 0.387645 0.387645 0.387645 +5695.510742 0.000000 1323.877319 0.000000 0.913110 0.000000 0.407713 0.295140 0.295140 0.295140 +5694.948242 0.000000 1301.294800 0.000000 0.979540 0.000000 0.201249 0.310883 0.310883 0.310883 +5691.739258 0.000000 1303.647217 0.000000 0.951648 0.000000 0.307190 0.331244 0.331244 0.331244 +5687.794922 0.000000 1312.146851 0.000000 0.974288 0.000000 0.225305 0.361915 0.361915 0.361915 +5686.255859 0.000000 1307.900635 0.000000 0.851404 0.000000 0.524510 0.328866 0.328866 0.328866 +5689.678223 0.000000 1314.262207 0.000000 0.917193 0.000000 0.398443 0.371072 0.371072 0.371072 +5686.302246 0.000000 1313.428101 0.000000 0.972684 0.000000 0.232134 0.361535 0.361535 0.361535 +5695.825195 0.000000 1312.393311 0.000000 0.739929 0.000000 0.672685 0.343634 0.343634 0.343634 +5697.318848 0.000000 1338.029053 0.000000 0.992867 0.000000 0.119231 0.199060 0.199060 0.199060 +5710.007324 0.000000 1330.030884 0.000000 0.925272 0.000000 0.379304 0.224984 0.224984 0.224984 +5711.272949 0.000000 1321.059204 0.000000 0.782724 0.000000 0.622370 0.206020 0.206020 0.206020 +5700.032715 0.000000 1330.752197 0.000000 0.923264 0.000000 0.384167 0.223870 0.223870 0.223870 +5730.900879 0.000000 1299.205322 0.000000 0.785732 0.000000 0.618567 0.194839 0.194839 0.194839 +5708.552734 0.000000 1325.334717 0.000000 0.903418 0.000000 0.428761 0.236421 0.236421 0.236421 +5700.763672 0.000000 1335.332886 0.000000 0.781864 0.000000 0.623449 0.200055 0.200055 0.200055 +5696.894531 0.000000 1329.440796 0.000000 0.819602 0.000000 0.572934 0.224633 0.224633 0.224633 +5705.084961 0.000000 1309.958496 0.000000 0.709994 0.000000 0.704207 0.276856 0.276856 0.276856 +5697.451660 0.000000 1308.533081 0.000000 0.952300 0.000000 0.305164 0.376929 0.376929 0.376929 +5707.616211 0.000000 1328.481812 0.000000 0.999760 0.000000 0.021916 0.238293 0.238293 0.238293 +5704.614258 0.000000 1312.669434 0.000000 0.991036 0.000000 0.133593 0.306900 0.306900 0.306900 +5703.408691 0.000000 1316.978149 0.000000 0.990312 0.000000 0.138858 0.326058 0.326058 0.326058 +5699.913086 0.000000 1310.077148 0.000000 0.909516 0.000000 0.415669 0.369713 0.369713 0.369713 +5707.442871 0.000000 1316.949219 0.000000 0.923247 0.000000 0.384207 0.253667 0.253667 0.253667 +5698.069824 0.000000 1323.962280 0.000000 0.970121 0.000000 0.242622 0.287421 0.287421 0.287421 +5761.451172 0.000000 1254.831909 0.000000 0.723580 0.000000 0.690241 0.193819 0.193819 0.193819 +"} object={ name="savanna_tree_generator_1_2" clamp_to_water_level=no @@ -23,8 +183,85 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_savanna_003_mesh" - count=0 -} + count=77 + transform="5460.968750 0.000000 1294.781372 0.000000 0.957914 0.000000 -0.287054 0.202035 0.202035 0.202035 +5489.272949 0.000000 1332.765503 0.000000 0.865442 0.000000 -0.501010 0.204520 0.204520 0.204520 +5466.122559 0.000000 1309.948975 0.000000 0.961695 0.000000 -0.274123 0.202149 0.202149 0.202149 +5496.550781 0.000000 1331.999756 0.000000 0.986185 0.000000 -0.165649 0.201267 0.201267 0.201267 +5484.083496 0.000000 1319.201660 0.000000 0.886109 0.000000 -0.463476 0.204271 0.204271 0.204271 +5690.544434 0.000000 1226.594971 0.000000 0.733377 0.000000 -0.679822 0.204852 0.204852 0.204852 +5700.458496 0.000000 1240.637817 0.000000 0.928896 0.000000 -0.370340 0.202605 0.202605 0.202605 +5653.705078 0.000000 1269.523926 0.000000 0.933653 0.000000 -0.358179 0.202423 0.202423 0.202423 +5670.230957 0.000000 1281.185303 0.000000 0.976902 0.000000 -0.213688 0.201532 0.201532 0.201532 +5680.205566 0.000000 1299.114990 0.000000 0.980898 0.000000 -0.194524 0.201637 0.201637 0.201637 +5689.384766 0.000000 1298.907959 0.000000 0.983264 0.000000 -0.182188 0.259143 0.259143 0.259143 +5694.390625 0.000000 1298.416748 0.000000 0.981753 0.000000 -0.190159 0.282716 0.282716 0.282716 +5754.807129 0.000000 1249.310791 0.000000 0.878517 0.000000 -0.477711 0.203668 0.203668 0.203668 +5733.982422 0.000000 1292.918091 0.000000 0.785527 0.000000 -0.618827 0.205581 0.205581 0.205581 +5743.722656 0.000000 1286.975952 0.000000 0.933391 0.000000 -0.358862 0.203299 0.203299 0.203299 +5744.541992 0.000000 1265.241455 0.000000 0.991177 0.000000 -0.132542 0.212147 0.212147 0.212147 +5740.662598 0.000000 1293.236450 0.000000 0.768690 0.000000 -0.639622 0.205458 0.205458 0.205458 +5737.385742 0.000000 1275.574341 0.000000 0.999880 0.000000 -0.015477 0.200122 0.200122 0.200122 +5741.943359 0.000000 1245.011230 0.000000 0.894185 0.000000 -0.447698 0.204114 0.204114 0.204114 +5736.763184 0.000000 1257.778442 0.000000 0.999888 0.000000 -0.014971 0.209690 0.209690 0.209690 +5698.552734 0.000000 1298.732422 0.000000 0.947804 0.000000 -0.318853 0.265586 0.265586 0.265586 +5670.230957 0.000000 1337.669678 0.000000 0.937992 0.000000 -0.346656 0.202784 0.202784 0.202784 +5688.065918 0.000000 1324.503174 0.000000 0.984280 0.000000 -0.176616 0.281198 0.281198 0.281198 +5663.453613 0.000000 1315.870728 0.000000 0.777373 0.000000 -0.629040 0.204586 0.204586 0.204586 +5681.272949 0.000000 1332.765503 0.000000 0.974322 0.000000 -0.225158 0.240067 0.240067 0.240067 +5684.365234 0.000000 1338.406860 0.000000 0.946720 0.000000 -0.322058 0.202620 0.202620 0.202620 +5682.789551 0.000000 1311.227905 0.000000 0.782655 0.000000 -0.622456 0.318536 0.318536 0.318536 +5682.584961 0.000000 1327.034912 0.000000 0.970902 0.000000 -0.239478 0.297073 0.297073 0.297073 +5693.658691 0.000000 1334.456421 0.000000 0.999841 0.000000 -0.017852 0.229956 0.229956 0.229956 +5676.083496 0.000000 1319.201660 0.000000 0.999677 0.000000 -0.025402 0.245833 0.245833 0.245833 +5685.994141 0.000000 1320.426758 0.000000 0.999068 0.000000 -0.043166 0.286892 0.286892 0.286892 +5670.535645 0.000000 1328.648682 0.000000 0.965898 0.000000 -0.258922 0.206588 0.206588 0.206588 +5691.211426 0.000000 1328.758789 0.000000 0.994340 0.000000 -0.106245 0.253015 0.253015 0.253015 +5685.013672 0.000000 1333.786987 0.000000 0.959221 0.000000 -0.282657 0.248138 0.248138 0.248138 +5690.385254 0.000000 1301.732666 0.000000 0.915261 0.000000 -0.402861 0.321918 0.321918 0.321918 +5684.003906 0.000000 1302.468140 0.000000 0.832218 0.000000 -0.554449 0.286351 0.286351 0.286351 +5684.014648 0.000000 1307.983887 0.000000 0.910013 0.000000 -0.414579 0.333659 0.333659 0.333659 +5692.832520 0.000000 1331.462402 0.000000 0.835394 0.000000 -0.549651 0.257063 0.257063 0.257063 +5693.032715 0.000000 1321.328735 0.000000 0.872348 0.000000 -0.488886 0.371678 0.371678 0.371678 +5676.352051 0.000000 1316.401733 0.000000 0.972199 0.000000 -0.234156 0.240216 0.240216 0.240216 +5688.639160 0.000000 1304.112915 0.000000 0.901480 0.000000 -0.432820 0.380380 0.380380 0.380380 +5693.738281 0.000000 1327.389771 0.000000 0.754627 0.000000 -0.656155 0.259492 0.259492 0.259492 +5688.346680 0.000000 1321.341553 0.000000 0.978874 0.000000 -0.204463 0.341113 0.341113 0.341113 +5686.385254 0.000000 1303.049683 0.000000 0.883026 0.000000 -0.469324 0.315479 0.315479 0.315479 +5682.709961 0.000000 1313.230469 0.000000 0.734876 0.000000 -0.678201 0.318089 0.318089 0.318089 +5711.130859 0.000000 1338.512451 0.000000 0.999559 0.000000 -0.029698 0.224497 0.224497 0.224497 +5736.832520 0.000000 1302.641724 0.000000 0.769597 0.000000 -0.638530 0.206570 0.206570 0.206570 +5698.396484 0.000000 1301.002808 0.000000 0.992503 0.000000 -0.122221 0.300620 0.300620 0.300620 +5698.500488 0.000000 1318.884644 0.000000 0.920198 0.000000 -0.391454 0.381983 0.381983 0.381983 +5726.530273 0.000000 1322.600708 0.000000 0.842303 0.000000 -0.539005 0.205045 0.205045 0.205045 +5740.062988 0.000000 1308.129761 0.000000 0.924901 0.000000 -0.380207 0.203311 0.203311 0.203311 +5722.074219 0.000000 1329.657104 0.000000 0.723973 0.000000 -0.689828 0.211673 0.211673 0.211673 +5741.943359 0.000000 1301.495605 0.000000 0.970949 0.000000 -0.239287 0.202262 0.202262 0.202262 +5703.914551 0.000000 1300.977539 0.000000 0.979076 0.000000 -0.203493 0.256067 0.256067 0.256067 +5722.364746 0.000000 1324.701904 0.000000 0.848989 0.000000 -0.528411 0.205212 0.205212 0.205212 +5714.817383 0.000000 1329.584473 0.000000 0.924468 0.000000 -0.381259 0.221051 0.221051 0.221051 +5750.173828 0.000000 1305.324829 0.000000 0.716672 0.000000 -0.697410 0.211780 0.211780 0.211780 +5713.260254 0.000000 1325.597778 0.000000 0.976600 0.000000 -0.215063 0.220072 0.220072 0.220072 +5696.163086 0.000000 1333.887207 0.000000 0.980799 0.000000 -0.195022 0.229103 0.229103 0.229103 +5702.424805 0.000000 1319.500732 0.000000 0.933300 0.000000 -0.359097 0.325289 0.325289 0.325289 +5702.724121 0.000000 1332.648071 0.000000 0.771224 0.000000 -0.636563 0.229759 0.229759 0.229759 +5700.948730 0.000000 1299.255737 0.000000 0.975293 0.000000 -0.220915 0.245853 0.245853 0.245853 +5708.526855 0.000000 1322.186401 0.000000 0.985092 0.000000 -0.172031 0.246154 0.246154 0.246154 +5696.936035 0.000000 1321.750122 0.000000 0.918150 0.000000 -0.396233 0.363175 0.363175 0.363175 +5696.042480 0.000000 1299.147949 0.000000 0.918998 0.000000 -0.394263 0.280750 0.280750 0.280750 +5699.820801 0.000000 1312.946045 0.000000 0.861482 0.000000 -0.507788 0.437365 0.437365 0.437365 +5696.090332 0.000000 1302.436279 0.000000 0.737411 0.000000 -0.675444 0.380777 0.380777 0.380777 +5706.329590 0.000000 1323.845215 0.000000 0.898588 0.000000 -0.438793 0.263356 0.263356 0.263356 +5704.173828 0.000000 1321.406982 0.000000 0.971643 0.000000 -0.236451 0.274436 0.274436 0.274436 +5701.141602 0.000000 1324.646851 0.000000 0.953809 0.000000 -0.300414 0.272373 0.272373 0.272373 +5700.756836 0.000000 1317.933838 0.000000 0.845346 0.000000 -0.534219 0.391374 0.391374 0.391374 +5700.248535 0.000000 1320.440552 0.000000 0.952078 0.000000 -0.305855 0.320901 0.320901 0.320901 +5702.028809 0.000000 1322.070190 0.000000 0.872297 0.000000 -0.488977 0.283253 0.283253 0.283253 +5696.712402 0.000000 1317.361572 0.000000 0.804201 0.000000 -0.594358 0.442267 0.442267 0.442267 +5698.199219 0.000000 1306.252930 0.000000 0.906733 0.000000 -0.421704 0.421187 0.421187 0.421187 +5696.597656 0.000000 1319.607910 0.000000 0.908238 0.000000 -0.418453 0.404089 0.404089 0.404089 +5569.451172 0.000000 1367.800659 0.000000 0.943581 0.000000 -0.331141 0.202275 0.202275 0.202275 +"} object={ name="savanna_tree_generator_1_3" clamp_to_water_level=no @@ -32,5 +269,71 @@ object={ generated_content=yes layer="semidynamic" pdxmesh="tree_savanna_004_mesh" - count=0 -} + count=66 + transform="5452.978516 0.000000 1299.876587 0.000000 0.673430 0.000000 -0.739251 0.205608 0.205608 0.205608 +5484.062988 0.000000 1308.129761 0.000000 0.644302 0.000000 -0.764771 0.207065 0.207065 0.207065 +5476.276367 0.000000 1332.387329 0.000000 0.521569 0.000000 -0.853209 0.208804 0.208804 0.208804 +5613.516602 0.000000 1313.873901 0.000000 0.266562 0.000000 -0.963818 0.208445 0.208445 0.208445 +5633.318848 0.000000 1281.544678 0.000000 0.157398 0.000000 -0.987535 0.209346 0.209346 0.209346 +5688.065918 0.000000 1268.018799 0.000000 0.521913 0.000000 -0.852999 0.206887 0.206887 0.206887 +5647.130859 0.000000 1282.028076 0.000000 0.412749 0.000000 -0.910845 0.207863 0.207863 0.207863 +5695.487305 0.000000 1272.883911 0.000000 0.659995 0.000000 -0.751270 0.206048 0.206048 0.206048 +5700.458496 0.000000 1297.122192 0.000000 0.275402 0.000000 -0.961329 0.219792 0.219792 0.219792 +5708.978516 0.000000 1243.392212 0.000000 0.008636 0.000000 -0.999963 0.211505 0.211505 0.211505 +5703.671387 0.000000 1267.512817 0.000000 0.650742 0.000000 -0.759299 0.206350 0.206350 0.206350 +5745.272949 0.000000 1276.281128 0.000000 0.535531 0.000000 -0.844515 0.207532 0.207532 0.207532 +5745.519043 0.000000 1248.985840 0.000000 0.579185 0.000000 -0.815196 0.207733 0.207733 0.207733 +5757.292480 0.000000 1255.215210 0.000000 0.533559 0.000000 -0.845763 0.212881 0.212881 0.212881 +5738.009766 0.000000 1297.592896 0.000000 0.170813 0.000000 -0.985303 0.212051 0.212051 0.212051 +5751.531250 0.000000 1253.259888 0.000000 0.482140 0.000000 -0.876094 0.209996 0.209996 0.209996 +5696.156738 0.000000 1297.556396 0.000000 0.440015 0.000000 -0.897990 0.248883 0.248883 0.248883 +5660.793945 0.000000 1301.982422 0.000000 0.580541 0.000000 -0.814231 0.206888 0.206888 0.206888 +5690.807129 0.000000 1305.795166 0.000000 0.451705 0.000000 -0.892168 0.443320 0.443320 0.443320 +5650.127930 0.000000 1312.416626 0.000000 0.044948 0.000000 -0.998989 0.210476 0.210476 0.210476 +5673.563477 0.000000 1325.631592 0.000000 0.544985 0.000000 -0.838446 0.241709 0.241709 0.241709 +5687.638184 0.000000 1314.884033 0.000000 0.034893 0.000000 -0.999391 0.441989 0.441989 0.441989 +5695.958008 0.000000 1320.039673 0.000000 0.209914 0.000000 -0.977720 0.415099 0.415099 0.415099 +5680.541992 0.000000 1321.725830 0.000000 0.486450 0.000000 -0.873708 0.289325 0.289325 0.289325 +5670.893555 0.000000 1318.588013 0.000000 0.689976 0.000000 -0.723833 0.212162 0.212162 0.212162 +5688.550781 0.000000 1331.999756 0.000000 0.105140 0.000000 -0.994457 0.302850 0.302850 0.302850 +5676.760254 0.000000 1337.645752 0.000000 0.289736 0.000000 -0.957106 0.211954 0.211954 0.211954 +5673.385742 0.000000 1332.058716 0.000000 0.538796 0.000000 -0.842436 0.211517 0.211517 0.211517 +5690.511719 0.000000 1319.650635 0.000000 0.593365 0.000000 -0.804934 0.429404 0.429404 0.429404 +5677.434082 0.000000 1328.869873 0.000000 0.598825 0.000000 -0.800880 0.279533 0.279533 0.279533 +5686.173828 0.000000 1305.324829 0.000000 0.353497 0.000000 -0.935436 0.377156 0.377156 0.377156 +5694.270020 0.000000 1303.572021 0.000000 0.370617 0.000000 -0.928786 0.415083 0.415083 0.415083 +5679.145508 0.000000 1317.288452 0.000000 0.009799 0.000000 -0.999952 0.267417 0.267417 0.267417 +5690.028320 0.000000 1312.239258 0.000000 0.244087 0.000000 -0.969753 0.496204 0.496204 0.496204 +5680.580566 0.000000 1329.581421 0.000000 0.646815 0.000000 -0.762647 0.305282 0.305282 0.305282 +5673.967773 0.000000 1328.958496 0.000000 0.535821 0.000000 -0.844332 0.235212 0.235212 0.235212 +5690.504395 0.000000 1322.899536 0.000000 0.145542 0.000000 -0.989352 0.363383 0.363383 0.363383 +5685.519043 0.000000 1325.765991 0.000000 0.189331 0.000000 -0.981913 0.308328 0.308328 0.308328 +5685.566895 0.000000 1311.602905 0.000000 0.628132 0.000000 -0.778107 0.376037 0.376037 0.376037 +5694.582031 0.000000 1314.007690 0.000000 0.606496 0.000000 -0.795087 0.468382 0.468382 0.468382 +5688.742188 0.000000 1329.034546 0.000000 0.158360 0.000000 -0.987382 0.297134 0.297134 0.297134 +5693.251953 0.000000 1305.955200 0.000000 0.693487 0.000000 -0.720469 0.443905 0.443905 0.443905 +5693.252441 0.000000 1309.567017 0.000000 0.247040 0.000000 -0.969005 0.500930 0.500930 0.500930 +5691.815430 0.000000 1317.860474 0.000000 0.310411 0.000000 -0.950603 0.480220 0.480220 0.480220 +5685.177734 0.000000 1309.661011 0.000000 0.579933 0.000000 -0.814664 0.368442 0.368442 0.368442 +5694.970703 0.000000 1321.796631 0.000000 0.367122 0.000000 -0.930173 0.407445 0.407445 0.407445 +5703.671387 0.000000 1323.997192 0.000000 0.239781 0.000000 -0.970827 0.302628 0.302628 0.302628 +5727.453613 0.000000 1315.870728 0.000000 0.068857 0.000000 -0.997626 0.212561 0.212561 0.212561 +5727.758301 0.000000 1329.300293 0.000000 0.414040 0.000000 -0.910259 0.215569 0.215569 0.215569 +5745.519043 0.000000 1305.470215 0.000000 0.224078 0.000000 -0.974571 0.212254 0.212254 0.212254 +5705.400879 0.000000 1315.259766 0.000000 0.604159 0.000000 -0.796863 0.334579 0.334579 0.334579 +5718.478027 0.000000 1334.033936 0.000000 0.363835 0.000000 -0.931464 0.208976 0.208976 0.208976 +5703.979980 0.000000 1341.275879 0.000000 0.291336 0.000000 -0.956621 0.210506 0.210506 0.210506 +5705.203613 0.000000 1334.841431 0.000000 0.235517 0.000000 -0.971870 0.235393 0.235393 0.235393 +5710.873047 0.000000 1307.187744 0.000000 0.526866 0.000000 -0.849948 0.208877 0.208877 0.208877 +5705.063965 0.000000 1329.602661 0.000000 0.214054 0.000000 -0.976822 0.256786 0.256786 0.256786 +5710.220703 0.000000 1316.221558 0.000000 0.120535 0.000000 -0.992709 0.214536 0.214536 0.214536 +5707.786133 0.000000 1304.193604 0.000000 0.485476 0.000000 -0.874250 0.253526 0.253526 0.253526 +5700.047852 0.000000 1307.490723 0.000000 0.052213 0.000000 -0.998636 0.437710 0.437710 0.437710 +5701.464844 0.000000 1303.922607 0.000000 0.654813 0.000000 -0.755791 0.338020 0.338020 0.338020 +5707.406250 0.000000 1332.211426 0.000000 0.367427 0.000000 -0.930052 0.243205 0.243205 0.243205 +5698.356934 0.000000 1304.038818 0.000000 0.663440 0.000000 -0.748229 0.406992 0.406992 0.406992 +5705.604492 0.000000 1326.594971 0.000000 0.214443 0.000000 -0.976736 0.268214 0.268214 0.268214 +5702.070312 0.000000 1306.180542 0.000000 0.514322 0.000000 -0.857597 0.364222 0.364222 0.364222 +5705.322266 0.000000 1318.108276 0.000000 0.170038 0.000000 -0.985438 0.317846 0.317846 0.317846 +5697.654297 0.000000 1313.498779 0.000000 0.128306 0.000000 -0.991735 0.510171 0.510171 0.510171 +"} diff --git a/gfx/map/map_object_data/generated_map_object_locators_city.txt b/gfx/map/map_object_data/generated_map_object_locators_city.txt index 1e691057..3d840a5c 100644 --- a/gfx/map/map_object_data/generated_map_object_locators_city.txt +++ b/gfx/map/map_object_data/generated_map_object_locators_city.txt @@ -1,15 +1,867 @@ -game_object_locator={ +game_object_locator={ name="city" clamp_to_water_level=no render_under_water=no generated_content=no - layer="" + layer="locators" instances={ { id=1 - position={ 4172.000000 0.000000 1976.000000 } + position={ 5284.345215 0.000000 669.580200 } rotation={ -0.000000 -0.265980 -0.000000 -0.963979 } scale={ 1.000000 1.000000 1.000000 } } + { + id=2 + position={ 5372.875488 0.000000 631.847656 } + rotation={ -0.000000 -0.479068 -0.000000 0.877778 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=4 + position={ 5239.358887 0.000000 602.825012 } + rotation={ -0.000000 -0.428725 -0.000000 0.903435 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=5 + position={ 5269.203125 0.000000 538.728760 } + rotation={ -0.000000 -0.146856 -0.000000 0.989158 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=6 + position={ 5107.738770 0.000000 463.613892 } + rotation={ -0.000000 -0.942476 -0.000000 0.334274 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=7 + position={ 5550.646973 0.000000 761.013977 } + rotation={ -0.000000 -0.937518 -0.000000 -0.347937 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=25 + position={ 5073.810059 0.000000 347.242798 } + rotation={ -0.000000 -0.791524 -0.000000 0.611138 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=26 + position={ 5208.621582 0.000000 734.590332 } + rotation={ -0.000000 -0.971316 -0.000000 -0.237791 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=8 + position={ 4970.804688 0.000000 664.445801 } + rotation={ -0.000000 -0.009023 -0.000000 -0.999959 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=9 + position={ 5059.000000 0.000000 485.000000 } + rotation={ -0.000000 -0.999760 -0.000000 -0.021898 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=10 + position={ 4919.000000 0.000000 530.000000 } + rotation={ -0.000000 -0.661321 -0.000000 0.750103 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=11 + position={ 4872.897949 0.000000 410.753418 } + rotation={ -0.000000 -0.061656 -0.000000 -0.998097 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=12 + position={ 5176.449707 0.000000 656.489380 } + rotation={ -0.000000 -0.882824 -0.000000 -0.469704 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=51 + position={ 5087.000000 0.000000 693.000000 } + rotation={ -0.000000 -0.057837 -0.000000 -0.998326 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=45 + position={ 5329.000000 0.000000 1737.000000 } + rotation={ -0.000000 -0.985851 -0.000000 -0.167623 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=13 + position={ 5519.292969 0.000000 1089.674683 } + rotation={ -0.000000 -0.903343 -0.000000 0.428920 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=14 + position={ 5646.715820 0.000000 1202.716675 } + rotation={ -0.000000 -0.997722 -0.000000 0.067466 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=15 + position={ 5628.000000 0.000000 969.000000 } + rotation={ -0.000000 -0.777545 -0.000000 -0.628828 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=16 + position={ 5685.352051 0.000000 1057.589478 } + rotation={ -0.000000 -0.746037 -0.000000 0.665904 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=17 + position={ 5775.309082 0.000000 1282.205444 } + rotation={ -0.000000 -0.596065 -0.000000 0.802937 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=18 + position={ 5467.243164 0.000000 938.714539 } + rotation={ -0.000000 -0.944945 -0.000000 -0.327228 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=19 + position={ 5634.085938 0.000000 1137.973389 } + rotation={ -0.000000 -0.947029 -0.000000 -0.321148 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=20 + position={ 5525.750488 0.000000 1303.204224 } + rotation={ -0.000000 -0.562294 -0.000000 0.826938 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=21 + position={ 5524.737305 0.000000 1200.181274 } + rotation={ -0.000000 0.631645 -0.000000 0.775257 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=22 + position={ 5699.358887 0.000000 1309.798096 } + rotation={ -0.000000 -0.992880 -0.000000 0.119117 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=23 + position={ 5547.000000 0.000000 1294.000000 } + rotation={ -0.000000 -0.186197 -0.000000 0.982513 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=24 + position={ 5518.000000 0.000000 1318.000000 } + rotation={ -0.000000 -0.758051 -0.000000 -0.652195 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=27 + position={ 4855.000000 0.000000 2077.000000 } + rotation={ -0.000000 -0.761943 -0.000000 0.647644 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=28 + position={ 4784.000000 0.000000 2043.000000 } + rotation={ -0.000000 -0.992407 -0.000000 -0.122995 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=29 + position={ 4737.000000 0.000000 2105.000000 } + rotation={ -0.000000 -0.327327 -0.000000 -0.944911 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=30 + position={ 4778.000000 0.000000 2254.000000 } + rotation={ -0.000000 -0.424438 -0.000000 0.905457 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=31 + position={ 4528.000000 0.000000 2056.000000 } + rotation={ -0.000000 -0.665831 -0.000000 0.746102 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=32 + position={ 4501.000000 0.000000 1991.000000 } + rotation={ -0.000000 -0.276246 -0.000000 0.961087 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=33 + position={ 4804.000000 0.000000 2124.000000 } + rotation={ -0.000000 -0.758840 -0.000000 -0.651277 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=34 + position={ 4908.000000 0.000000 1958.000000 } + rotation={ -0.000000 -0.106503 -0.000000 0.994312 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=35 + position={ 5037.000000 0.000000 1047.000000 } + rotation={ -0.000000 -0.776059 -0.000000 0.630660 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=36 + position={ 4899.975586 0.000000 957.938293 } + rotation={ -0.000000 -0.495684 -0.000000 0.868503 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=37 + position={ 4895.572266 0.000000 785.400452 } + rotation={ -0.000000 -0.994736 -0.000000 -0.102474 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=76 + position={ 4990.000000 0.000000 814.000000 } + rotation={ -0.000000 -0.513456 -0.000000 -0.858116 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=38 + position={ 4475.000000 0.000000 253.000000 } + rotation={ -0.000000 -0.999877 -0.000000 -0.015702 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=39 + position={ 5022.000000 0.000000 939.000000 } + rotation={ -0.000000 -0.134504 -0.000000 -0.990913 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=40 + position={ 4790.000000 0.000000 1024.000000 } + rotation={ -0.000000 -0.981187 -0.000000 0.193062 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=41 + position={ 5053.806641 0.000000 1125.031738 } + rotation={ -0.000000 -0.922496 -0.000000 0.386006 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=46 + position={ 5230.827637 0.000000 1018.845764 } + rotation={ -0.000000 -0.329983 -0.000000 -0.943987 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=47 + position={ 5031.000000 0.000000 744.000000 } + rotation={ -0.000000 -0.849359 -0.000000 0.527815 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=42 + position={ 5162.213379 0.000000 864.633728 } + rotation={ -0.000000 -0.113065 -0.000000 -0.993588 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=44 + position={ 5282.000000 0.000000 926.000000 } + rotation={ -0.000000 -0.173787 -0.000000 0.984783 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=48 + position={ 4695.000000 0.000000 2328.000000 } + rotation={ -0.000000 -0.379588 -0.000000 0.925156 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=49 + position={ 4567.000000 0.000000 2217.000000 } + rotation={ -0.000000 -0.123334 -0.000000 -0.992365 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=50 + position={ 4479.000000 0.000000 2095.000000 } + rotation={ -0.000000 -0.508149 -0.000000 0.861269 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=52 + position={ 5254.000000 0.000000 2132.000000 } + rotation={ -0.000000 -0.145429 -0.000000 0.989369 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=53 + position={ 5318.000000 0.000000 2124.000000 } + rotation={ -0.000000 -0.880424 -0.000000 -0.474187 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=54 + position={ 5289.000000 0.000000 2067.000000 } + rotation={ -0.000000 -0.256629 -0.000000 0.966510 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=55 + position={ 5277.000000 0.000000 1976.000000 } + rotation={ -0.000000 -0.237893 -0.000000 -0.971291 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=56 + position={ 5554.000000 0.000000 1986.000000 } + rotation={ -0.000000 -0.092646 -0.000000 0.995699 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=57 + position={ 5346.000000 0.000000 1888.000000 } + rotation={ -0.000000 -0.633534 -0.000000 -0.773715 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=58 + position={ 5473.000000 0.000000 1937.000000 } + rotation={ -0.000000 -0.754480 -0.000000 0.656323 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=59 + position={ 5321.000000 0.000000 1821.000000 } + rotation={ -0.000000 -0.361672 -0.000000 -0.932305 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=60 + position={ 5535.000000 0.000000 1754.000000 } + rotation={ -0.000000 -0.884498 -0.000000 -0.466543 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=61 + position={ 5602.000000 0.000000 1767.000000 } + rotation={ -0.000000 -0.047002 -0.000000 0.998895 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=62 + position={ 4798.000000 0.000000 2905.000000 } + rotation={ -0.000000 -0.644680 -0.000000 0.764452 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=63 + position={ 4768.000000 0.000000 2990.000000 } + rotation={ -0.000000 -0.797965 -0.000000 0.602703 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=64 + position={ 5692.000000 0.000000 1398.000000 } + rotation={ -0.000000 -0.820456 -0.000000 0.571710 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=65 + position={ 5779.000000 0.000000 1387.000000 } + rotation={ -0.000000 -0.208954 -0.000000 -0.977925 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=66 + position={ 5786.301758 0.000000 1329.091064 } + rotation={ -0.000000 -0.677558 -0.000000 -0.735469 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=67 + position={ 4039.000000 0.000000 2452.000000 } + rotation={ -0.000000 -0.217953 -0.000000 -0.975959 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=68 + position={ 3669.000000 0.000000 2505.000000 } + rotation={ -0.000000 -0.778762 -0.000000 -0.627319 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=69 + position={ 3758.000000 0.000000 2509.000000 } + rotation={ -0.000000 -0.105349 -0.000000 -0.994435 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=70 + position={ 3927.000000 0.000000 2680.000000 } + rotation={ -0.000000 -0.973860 -0.000000 -0.227151 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=71 + position={ 3763.000000 0.000000 2615.000000 } + rotation={ -0.000000 -0.959321 -0.000000 -0.282318 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=72 + position={ 3794.000000 0.000000 2679.000000 } + rotation={ -0.000000 -0.203060 -0.000000 -0.979166 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=73 + position={ 3976.000000 0.000000 2608.000000 } + rotation={ -0.000000 -0.879604 -0.000000 -0.475706 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=74 + position={ 3857.000000 0.000000 2492.000000 } + rotation={ -0.000000 -0.981377 -0.000000 0.192089 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=75 + position={ 3827.000000 0.000000 2882.000000 } + rotation={ -0.000000 -0.897477 -0.000000 -0.441061 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=99 + position={ 4663.000000 0.000000 1536.000000 } + rotation={ -0.000000 -0.854284 -0.000000 -0.519806 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=77 + position={ 4291.000000 0.000000 374.000000 } + rotation={ -0.000000 -0.999104 -0.000000 -0.042329 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=78 + position={ 4239.000000 0.000000 568.000000 } + rotation={ -0.000000 -0.991307 -0.000000 -0.131572 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=79 + position={ 4824.000000 0.000000 1406.000000 } + rotation={ -0.000000 -0.740171 -0.000000 -0.672418 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=80 + position={ 4755.000000 0.000000 1760.000000 } + rotation={ -0.000000 -0.877726 -0.000000 -0.479163 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=81 + position={ 4593.000000 0.000000 1216.000000 } + rotation={ -0.000000 -0.669074 -0.000000 0.743195 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=82 + position={ 5508.000000 0.000000 1395.000000 } + rotation={ -0.000000 -0.371665 -0.000000 -0.928367 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=83 + position={ 4750.000000 0.000000 1337.000000 } + rotation={ -0.000000 -0.477987 -0.000000 0.878367 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=84 + position={ 4789.000000 0.000000 1155.000000 } + rotation={ -0.000000 -0.008123 -0.000000 -0.999967 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=85 + position={ 4419.000000 0.000000 461.000000 } + rotation={ -0.000000 -0.419739 -0.000000 -0.907645 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=86 + position={ 4509.000000 0.000000 2526.000000 } + rotation={ -0.000000 -0.882492 -0.000000 0.470328 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=87 + position={ 4575.000000 0.000000 2420.000000 } + rotation={ -0.000000 -0.793708 -0.000000 -0.608299 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=88 + position={ 4359.000000 0.000000 2446.000000 } + rotation={ -0.000000 -0.959234 -0.000000 0.282612 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=89 + position={ 4332.000000 0.000000 2433.000000 } + rotation={ -0.000000 -0.689677 -0.000000 0.724117 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=90 + position={ 4482.000000 0.000000 2447.000000 } + rotation={ -0.000000 -0.694540 -0.000000 -0.719454 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=91 + position={ 4258.000000 0.000000 2357.000000 } + rotation={ -0.000000 -0.450934 -0.000000 -0.892557 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=92 + position={ 4295.000000 0.000000 2343.000000 } + rotation={ -0.000000 -0.937003 -0.000000 -0.349320 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=93 + position={ 4379.000000 0.000000 2477.000000 } + rotation={ -0.000000 -0.392427 -0.000000 -0.919783 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=94 + position={ 4496.000000 0.000000 2256.000000 } + rotation={ -0.000000 -0.578583 -0.000000 -0.815624 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=95 + position={ 4808.000000 0.000000 762.000000 } + rotation={ -0.000000 -0.692453 -0.000000 -0.721463 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=96 + position={ 4719.000000 0.000000 601.000000 } + rotation={ -0.000000 -0.887874 -0.000000 -0.460087 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=97 + position={ 4742.000000 0.000000 127.000000 } + rotation={ -0.000000 -0.812861 -0.000000 0.582457 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=98 + position={ 5370.000000 0.000000 1655.000000 } + rotation={ -0.000000 -0.576375 -0.000000 0.817185 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=100 + position={ 4260.000000 0.000000 91.000000 } + rotation={ -0.000000 -0.239971 -0.000000 -0.970780 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=101 + position={ 4897.000000 0.000000 1262.000000 } + rotation={ -0.000000 -0.892889 -0.000000 0.450276 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=102 + position={ 4838.000000 0.000000 1193.000000 } + rotation={ -0.000000 -0.784430 -0.000000 -0.620217 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=103 + position={ 5056.000000 0.000000 1153.000000 } + rotation={ -0.000000 -0.346847 -0.000000 0.937922 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=104 + position={ 5017.000000 0.000000 1207.000000 } + rotation={ -0.000000 -0.710169 -0.000000 0.704031 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=105 + position={ 4883.000000 0.000000 1164.000000 } + rotation={ -0.000000 -0.703225 -0.000000 0.710967 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=106 + position={ 5217.000000 0.000000 1275.000000 } + rotation={ -0.000000 -0.939290 -0.000000 0.343124 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=107 + position={ 5070.000000 0.000000 1410.000000 } + rotation={ -0.000000 -0.046155 -0.000000 0.998934 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=108 + position={ 5331.000000 0.000000 1363.000000 } + rotation={ -0.000000 -0.982162 -0.000000 0.188035 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=109 + position={ 4284.000000 0.000000 1748.000000 } + rotation={ -0.000000 -0.751150 -0.000000 -0.660132 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=110 + position={ 4401.000000 0.000000 1557.000000 } + rotation={ -0.000000 -0.176451 -0.000000 0.984309 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=111 + position={ 4018.000000 0.000000 1467.000000 } + rotation={ -0.000000 -0.982733 -0.000000 0.185029 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=112 + position={ 3910.000000 0.000000 1649.000000 } + rotation={ -0.000000 -0.529315 -0.000000 0.848425 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=113 + position={ 3797.000000 0.000000 1552.000000 } + rotation={ -0.000000 -0.998039 -0.000000 0.062594 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=114 + position={ 3740.000000 0.000000 1620.000000 } + rotation={ -0.000000 -0.004436 -0.000000 -0.999990 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=115 + position={ 3606.000000 0.000000 1663.000000 } + rotation={ -0.000000 -0.796150 -0.000000 0.605099 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=116 + position={ 3773.000000 0.000000 1809.000000 } + rotation={ -0.000000 -0.609165 -0.000000 -0.793043 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=117 + position={ 3946.000000 0.000000 1915.000000 } + rotation={ -0.000000 -0.803049 -0.000000 0.595913 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=118 + position={ 4080.000000 0.000000 1977.000000 } + rotation={ -0.000000 -0.941425 -0.000000 0.337222 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=119 + position={ 3988.000000 0.000000 2251.000000 } + rotation={ -0.000000 -0.832718 -0.000000 -0.553697 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=120 + position={ 3940.000000 0.000000 2218.000000 } + rotation={ -0.000000 -0.906173 -0.000000 0.422906 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=121 + position={ 4375.000000 0.000000 895.000000 } + rotation={ -0.000000 -0.461269 -0.000000 0.887260 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=122 + position={ 3902.000000 0.000000 1420.000000 } + rotation={ -0.000000 -0.315755 -0.000000 -0.948841 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=123 + position={ 4010.000000 0.000000 1401.000000 } + rotation={ -0.000000 -0.941565 -0.000000 -0.336832 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=124 + position={ 4906.000000 0.000000 1464.000000 } + rotation={ -0.000000 -0.043288 -0.000000 -0.999063 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=125 + position={ 4954.000000 0.000000 1530.000000 } + rotation={ -0.000000 -0.071314 -0.000000 0.997454 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=126 + position={ 4999.000000 0.000000 1568.000000 } + rotation={ -0.000000 -0.441934 -0.000000 0.897048 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=127 + position={ 5165.000000 0.000000 1547.000000 } + rotation={ -0.000000 -0.616748 -0.000000 -0.787160 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=128 + position={ 5100.000000 0.000000 1545.000000 } + rotation={ -0.000000 -0.990955 -0.000000 0.134198 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=129 + position={ 5071.000000 0.000000 1471.000000 } + rotation={ -0.000000 -0.995947 -0.000000 0.089946 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=130 + position={ 5221.000000 0.000000 1469.000000 } + rotation={ -0.000000 -0.232370 -0.000000 -0.972628 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=131 + position={ 4904.000000 0.000000 1792.000000 } + rotation={ -0.000000 -0.229724 -0.000000 0.973256 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=132 + position={ 5028.000000 0.000000 1910.000000 } + rotation={ -0.000000 -0.943221 -0.000000 -0.332165 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=133 + position={ 5159.000000 0.000000 1726.000000 } + rotation={ -0.000000 -0.993050 -0.000000 0.117696 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=134 + position={ 5102.000000 0.000000 1741.000000 } + rotation={ -0.000000 -0.934381 -0.000000 -0.356276 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=135 + position={ 4952.000000 0.000000 1857.000000 } + rotation={ -0.000000 -0.945812 -0.000000 -0.324716 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=136 + position={ 5163.000000 0.000000 1816.000000 } + rotation={ -0.000000 -0.122768 -0.000000 0.992435 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=137 + position={ 5295.000000 0.000000 1802.000000 } + rotation={ -0.000000 -0.187220 -0.000000 0.982318 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=138 + position={ 5258.000000 0.000000 1562.000000 } + rotation={ -0.000000 -0.808146 -0.000000 -0.588982 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=139 + position={ 5342.000000 0.000000 1430.000000 } + rotation={ -0.000000 -0.542834 -0.000000 0.839840 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=140 + position={ 4622.000000 0.000000 1261.000000 } + rotation={ -0.000000 -0.961330 -0.000000 0.275398 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=141 + position={ 5072.000000 0.000000 1832.000000 } + rotation={ -0.000000 -0.726267 -0.000000 -0.687413 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=142 + position={ 5231.000000 0.000000 1660.000000 } + rotation={ -0.000000 -0.926389 -0.000000 -0.376568 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=143 + position={ 5035.000000 0.000000 1635.000000 } + rotation={ -0.000000 -0.932769 -0.000000 0.360475 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=3 + position={ 3330.000000 0.000000 1952.000000 } + rotation={ -0.000000 -0.801751 -0.000000 -0.597658 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=3021 + position={ 4754.000000 0.000000 1072.000000 } + rotation={ -0.000000 -0.899053 -0.000000 0.437840 } + scale={ 1.000000 1.000000 1.000000 } + } } } diff --git a/gfx/map/map_object_data/generated_map_object_locators_farm.txt b/gfx/map/map_object_data/generated_map_object_locators_farm.txt index b1e6ee93..8f6adbf3 100644 --- a/gfx/map/map_object_data/generated_map_object_locators_farm.txt +++ b/gfx/map/map_object_data/generated_map_object_locators_farm.txt @@ -1,15 +1,297 @@ -game_object_locator={ +game_object_locator={ name="farm" clamp_to_water_level=no render_under_water=no generated_content=no - layer="" + layer="locators" instances={ { id=1 - position={ 4168.000000 0.000000 1697.000000 } + position={ 5304.612305 0.000000 660.684937 } rotation={ -0.000000 -0.265980 -0.000000 -0.963979 } scale={ 1.000000 1.000000 1.000000 } } + { + id=2 + position={ 5370.618652 0.000000 624.067505 } + rotation={ -0.000000 -0.479068 -0.000000 0.877778 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=3 + position={ 5582.000000 0.000000 2484.000000 } + rotation={ -0.000000 -0.801751 -0.000000 -0.597658 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=4 + position={ 5249.688477 0.000000 589.710754 } + rotation={ -0.000000 -0.428725 -0.000000 0.903435 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=5 + position={ 5264.128906 0.000000 521.051270 } + rotation={ -0.000000 -0.146856 -0.000000 0.989158 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=6 + position={ 5106.276855 0.000000 478.850616 } + rotation={ -0.000000 -0.942476 -0.000000 0.334274 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=7 + position={ 5453.000000 0.000000 891.000000 } + rotation={ -0.000000 -0.937518 -0.000000 -0.347937 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=8 + position={ 5002.076172 0.000000 691.078552 } + rotation={ -0.000000 -0.009023 -0.000000 -0.999959 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=9 + position={ 5082.000000 0.000000 510.000000 } + rotation={ -0.000000 -0.999760 -0.000000 -0.021898 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=10 + position={ 4913.000000 0.000000 554.000000 } + rotation={ -0.000000 -0.661321 -0.000000 0.750103 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=11 + position={ 4974.000000 0.000000 421.000000 } + rotation={ -0.000000 -0.061656 -0.000000 -0.998097 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=12 + position={ 5171.000000 0.000000 643.000000 } + rotation={ -0.000000 -0.882824 -0.000000 -0.469704 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=13 + position={ 5514.451660 0.000000 1140.284668 } + rotation={ -0.000000 -0.782351 -0.000000 -0.622838 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=14 + position={ 5642.000000 0.000000 1189.000000 } + rotation={ -0.000000 -0.997722 -0.000000 0.067466 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=15 + position={ 5643.000000 0.000000 956.000000 } + rotation={ -0.000000 -0.777545 -0.000000 -0.628828 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=16 + position={ 5665.663574 0.000000 1079.865112 } + rotation={ -0.000000 -0.746037 -0.000000 0.665904 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=17 + position={ 5738.476074 0.000000 1190.804810 } + rotation={ -0.000000 -0.899931 -0.000000 0.436035 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=18 + position={ 5463.000000 0.000000 951.000000 } + rotation={ -0.000000 -0.944945 -0.000000 -0.327228 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=19 + position={ 5606.790527 0.000000 1137.329712 } + rotation={ -0.000000 -0.947029 -0.000000 -0.321148 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=20 + position={ 5451.417969 0.000000 1249.795654 } + rotation={ -0.000000 -0.562294 -0.000000 0.826938 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=21 + position={ 5601.000000 0.000000 1202.000000 } + rotation={ -0.000000 -0.225503 -0.000000 0.974242 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=22 + position={ 5728.000000 0.000000 1330.000000 } + rotation={ -0.000000 -0.992880 -0.000000 0.119117 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=23 + position={ 5664.000000 0.000000 1258.000000 } + rotation={ -0.000000 -0.186197 -0.000000 0.982513 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=24 + position={ 5504.000000 0.000000 1329.000000 } + rotation={ -0.000000 -0.758051 -0.000000 -0.652195 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=25 + position={ 5089.556641 0.000000 305.122314 } + rotation={ -0.000000 -0.791524 -0.000000 0.611138 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=26 + position={ 5212.516602 0.000000 693.537415 } + rotation={ -0.000000 -0.971316 -0.000000 -0.237791 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=27 + position={ 4899.000000 0.000000 2056.000000 } + rotation={ -0.000000 -0.761943 -0.000000 0.647644 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=28 + position={ 4772.000000 0.000000 2004.000000 } + rotation={ -0.000000 -0.992407 -0.000000 -0.122995 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=29 + position={ 4669.000000 0.000000 2146.000000 } + rotation={ -0.000000 -0.327327 -0.000000 -0.944911 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=30 + position={ 4639.000000 0.000000 2221.000000 } + rotation={ -0.000000 -0.424438 -0.000000 0.905457 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=31 + position={ 4633.000000 0.000000 2070.000000 } + rotation={ -0.000000 -0.665831 -0.000000 0.746102 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=32 + position={ 4489.000000 0.000000 1964.000000 } + rotation={ -0.000000 -0.276246 -0.000000 0.961087 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=33 + position={ 4802.000000 0.000000 2162.000000 } + rotation={ -0.000000 -0.758840 -0.000000 -0.651277 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=34 + position={ 4861.000000 0.000000 1907.000000 } + rotation={ -0.000000 -0.106503 -0.000000 0.994312 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=35 + position={ 4984.000000 0.000000 1002.000000 } + rotation={ -0.000000 -0.776059 -0.000000 0.630660 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=36 + position={ 4937.749512 0.000000 914.792419 } + rotation={ -0.000000 -0.495684 -0.000000 0.868503 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=37 + position={ 4966.000000 0.000000 771.000000 } + rotation={ -0.000000 -0.994736 -0.000000 -0.102474 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=39 + position={ 5065.000000 0.000000 951.000000 } + rotation={ -0.000000 -0.134504 -0.000000 -0.990913 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=40 + position={ 4873.000000 0.000000 1056.000000 } + rotation={ -0.000000 -0.981187 -0.000000 0.193062 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=41 + position={ 4914.000000 0.000000 1069.000000 } + rotation={ -0.000000 -0.922496 -0.000000 0.386006 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=42 + position={ 5171.755371 0.000000 848.628784 } + rotation={ -0.000000 -0.113065 -0.000000 -0.993588 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=44 + position={ 5348.000000 0.000000 966.000000 } + rotation={ -0.000000 -0.173787 -0.000000 0.984783 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=45 + position={ 5389.000000 0.000000 1722.000000 } + rotation={ -0.000000 -0.985851 -0.000000 -0.167623 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=46 + position={ 5221.558105 0.000000 1074.539307 } + rotation={ -0.000000 -0.329983 -0.000000 -0.943987 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=47 + position={ 5051.000000 0.000000 826.000000 } + rotation={ -0.000000 -0.849359 -0.000000 0.527815 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=48 + position={ 4775.000000 0.000000 2320.000000 } + rotation={ -0.000000 -0.379588 -0.000000 0.925156 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=49 + position={ 4550.000000 0.000000 2203.000000 } + rotation={ -0.000000 -0.123334 -0.000000 -0.992365 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=50 + position={ 4488.000000 0.000000 2023.000000 } + rotation={ -0.000000 -0.508149 -0.000000 0.861269 } + scale={ 1.000000 1.000000 1.000000 } + } } } diff --git a/gfx/map/map_object_data/generated_map_object_locators_mine.txt b/gfx/map/map_object_data/generated_map_object_locators_mine.txt index 26122c29..5cb48d3b 100644 --- a/gfx/map/map_object_data/generated_map_object_locators_mine.txt +++ b/gfx/map/map_object_data/generated_map_object_locators_mine.txt @@ -1,15 +1,297 @@ -game_object_locator={ +game_object_locator={ name="mine" clamp_to_water_level=no render_under_water=no generated_content=no - layer="" + layer="locators" instances={ { id=1 - position={ 4501.000000 0.000000 1976.000000 } + position={ 5259.058105 0.000000 665.272217 } rotation={ -0.000000 -0.265980 -0.000000 -0.963979 } scale={ 1.000000 1.000000 1.000000 } } + { + id=2 + position={ 5363.740234 0.000000 645.160217 } + rotation={ -0.000000 -0.479068 -0.000000 0.877778 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=3 + position={ 4762.000000 0.000000 1044.000000 } + rotation={ -0.000000 -0.801751 -0.000000 -0.597658 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=4 + position={ 5235.000000 0.000000 547.000000 } + rotation={ -0.000000 -0.428725 -0.000000 0.903435 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=5 + position={ 5262.094238 0.000000 488.915192 } + rotation={ -0.000000 -0.146856 -0.000000 0.989158 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=6 + position={ 5124.889160 0.000000 509.286560 } + rotation={ -0.000000 -0.942476 -0.000000 0.334274 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=7 + position={ 5336.313965 0.000000 824.246887 } + rotation={ -0.000000 -0.937518 -0.000000 -0.347937 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=8 + position={ 5021.000000 0.000000 628.000000 } + rotation={ -0.000000 -0.009023 -0.000000 -0.999959 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=9 + position={ 5104.000000 0.000000 517.000000 } + rotation={ -0.000000 -0.999760 -0.000000 -0.021898 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=10 + position={ 4905.000000 0.000000 484.000000 } + rotation={ -0.000000 -0.661321 -0.000000 0.750103 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=11 + position={ 4852.992188 0.000000 355.064056 } + rotation={ -0.000000 -0.061656 -0.000000 -0.998097 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=12 + position={ 5201.003906 0.000000 612.464539 } + rotation={ -0.000000 -0.882824 -0.000000 -0.469704 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=13 + position={ 5580.734375 0.000000 1105.268433 } + rotation={ -0.000000 -0.595831 -0.000000 -0.803110 } + scale={ 0.934944 0.934944 0.934944 } + } + { + id=14 + position={ 5658.811035 0.000000 1185.839966 } + rotation={ -0.000000 -0.929606 -0.000000 0.368555 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=15 + position={ 5569.000000 0.000000 968.000000 } + rotation={ -0.000000 -0.777545 -0.000000 -0.628828 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=16 + position={ 5661.779785 0.000000 1046.416016 } + rotation={ -0.000000 -0.746037 -0.000000 0.665904 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=17 + position={ 5776.591309 0.000000 1268.571899 } + rotation={ -0.000000 -0.596065 -0.000000 0.802937 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=18 + position={ -1.000000 -1.000000 -1.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=19 + position={ 5600.720703 0.000000 1167.412842 } + rotation={ -0.000000 -0.947029 -0.000000 -0.321148 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=20 + position={ 5460.741211 0.000000 1228.436157 } + rotation={ -0.000000 -0.562294 -0.000000 0.826938 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=21 + position={ 5508.204590 0.000000 1210.077271 } + rotation={ -0.000000 -0.831121 -0.000000 0.556090 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=22 + position={ 5682.000000 0.000000 1293.000000 } + rotation={ -0.000000 -0.992880 -0.000000 0.119117 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=23 + position={ 5587.000000 0.000000 1223.000000 } + rotation={ -0.000000 -0.186197 -0.000000 0.982513 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=24 + position={ 5499.000000 0.000000 1285.000000 } + rotation={ -0.000000 -0.758051 -0.000000 -0.652195 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=25 + position={ 5145.000000 0.000000 359.000000 } + rotation={ -0.000000 -0.791524 -0.000000 0.611138 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=26 + position={ 5243.953125 0.000000 690.437439 } + rotation={ -0.000000 -0.971316 -0.000000 -0.237791 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=27 + position={ 4791.000000 0.000000 2074.000000 } + rotation={ -0.000000 -0.761943 -0.000000 0.647644 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=28 + position={ 4746.000000 0.000000 2038.000000 } + rotation={ -0.000000 -0.992407 -0.000000 -0.122995 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=29 + position={ 4707.000000 0.000000 2099.000000 } + rotation={ -0.000000 -0.327327 -0.000000 -0.944911 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=30 + position={ 4822.000000 0.000000 2245.000000 } + rotation={ -0.000000 -0.424438 -0.000000 0.905457 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=31 + position={ 4552.000000 0.000000 2006.000000 } + rotation={ -0.000000 -0.665831 -0.000000 0.746102 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=32 + position={ 4523.000000 0.000000 1983.000000 } + rotation={ -0.000000 -0.276246 -0.000000 0.961087 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=33 + position={ 4820.000000 0.000000 2128.000000 } + rotation={ -0.000000 -0.758840 -0.000000 -0.651277 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=34 + position={ 4910.000000 0.000000 1918.000000 } + rotation={ -0.000000 -0.106503 -0.000000 0.994312 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=35 + position={ 5047.000000 0.000000 1083.000000 } + rotation={ -0.000000 -0.776059 -0.000000 0.630660 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=36 + position={ 4913.123535 0.000000 976.232239 } + rotation={ -0.000000 -0.495684 -0.000000 0.868503 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=37 + position={ 4986.000000 0.000000 777.000000 } + rotation={ -0.000000 -0.994736 -0.000000 -0.102474 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=39 + position={ 5069.000000 0.000000 903.000000 } + rotation={ -0.000000 -0.134504 -0.000000 -0.990913 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=40 + position={ 4789.000000 0.000000 1070.000000 } + rotation={ -0.000000 -0.981187 -0.000000 0.193062 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=41 + position={ 4935.000000 0.000000 1083.000000 } + rotation={ -0.000000 -0.922496 -0.000000 0.386006 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=42 + position={ 5090.375977 0.000000 840.672852 } + rotation={ -0.000000 -0.113065 -0.000000 -0.993588 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=44 + position={ 5339.626953 0.000000 949.910950 } + rotation={ -0.000000 -0.173787 -0.000000 0.984783 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=45 + position={ 5378.000000 0.000000 1706.000000 } + rotation={ -0.000000 -0.985851 -0.000000 -0.167623 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=46 + position={ 5267.921387 0.000000 1061.036377 } + rotation={ -0.000000 -0.329983 -0.000000 -0.943987 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=47 + position={ 5028.000000 0.000000 755.000000 } + rotation={ -0.000000 -0.849359 -0.000000 0.527815 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=48 + position={ 4634.000000 0.000000 2317.000000 } + rotation={ -0.000000 -0.379588 -0.000000 0.925156 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=49 + position={ 4574.000000 0.000000 2193.000000 } + rotation={ -0.000000 -0.123334 -0.000000 -0.992365 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=50 + position={ 4494.000000 0.000000 2085.000000 } + rotation={ -0.000000 -0.508149 -0.000000 0.861269 } + scale={ 1.000000 1.000000 1.000000 } + } } } diff --git a/gfx/map/map_object_data/generated_map_object_locators_port.txt b/gfx/map/map_object_data/generated_map_object_locators_port.txt index e6d8c9ae..02141b44 100644 --- a/gfx/map/map_object_data/generated_map_object_locators_port.txt +++ b/gfx/map/map_object_data/generated_map_object_locators_port.txt @@ -1,13 +1,499 @@ -game_object_locator={ +game_object_locator={ name="port" clamp_to_water_level=no render_under_water=no generated_content=no - layer="" + layer="locators" instances={ { id=1 - position={ 4357.000000 0.000000 1523.000000 } + position={ 5321.043457 0.000000 676.038818 } + rotation={ -0.000000 -0.919595 -0.000000 -0.392869 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=2 + position={ 5373.096191 0.000000 656.465515 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=5 + position={ 5401.000000 0.000000 558.000000 } + rotation={ -0.000000 -0.868446 -0.000000 -0.495784 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=7 + position={ 5535.962891 0.000000 757.938843 } + rotation={ -0.000000 -0.301976 -0.000000 0.953316 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=26 + position={ 5189.510254 0.000000 691.259888 } + rotation={ -0.000000 0.997421 -0.000000 -0.071779 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=12 + position={ 5096.577637 0.000000 653.394104 } + rotation={ -0.000000 -0.941682 -0.000000 0.336503 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=51 + position={ 5034.000000 0.000000 728.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=13 + position={ 5529.837402 0.000000 1106.285400 } + rotation={ -0.000000 -0.174152 -0.000000 0.984719 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=14 + position={ 5673.526367 0.000000 1179.991577 } + rotation={ -0.000000 0.725083 -0.000000 0.688662 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=15 + position={ 5594.017090 0.000000 1010.656250 } + rotation={ -0.000000 -0.938962 -0.000000 -0.344021 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=16 + position={ 5682.887207 0.000000 1046.134155 } + rotation={ -0.000000 -0.213555 -0.000000 0.976931 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=17 + position={ 5735.388184 0.000000 1182.754028 } + rotation={ -0.000000 -0.339607 -0.000000 0.940568 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=18 + position={ 5470.654785 0.000000 945.794373 } + rotation={ -0.000000 0.970773 -0.000000 0.240003 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=19 + position={ 5627.421875 0.000000 1124.113037 } + rotation={ -0.000000 -0.385504 -0.000000 0.922706 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=22 + position={ 5704.054199 0.000000 1213.564453 } + rotation={ -0.000000 0.003416 -0.000000 0.999995 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=28 + position={ 4783.418457 0.000000 2026.448242 } + rotation={ -0.000000 0.677425 -0.000000 -0.735592 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=29 + position={ 4681.639160 0.000000 2109.790039 } + rotation={ -0.000000 0.129274 -0.000000 0.991609 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=30 + position={ 4808.000000 0.000000 2280.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=31 + position={ 4592.212891 0.000000 2048.287598 } + rotation={ -0.000000 0.282008 -0.000000 0.959412 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=32 + position={ 4556.227051 0.000000 1942.161987 } + rotation={ -0.000000 0.296733 -0.000000 0.954961 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=33 + position={ 4861.000000 0.000000 2205.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=34 + position={ 4858.000000 0.000000 1955.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=35 + position={ 5086.000000 0.000000 998.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=37 + position={ 5006.000000 0.000000 734.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=76 + position={ 5008.000000 0.000000 824.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=39 + position={ 5089.465332 0.000000 943.291504 } + rotation={ -0.000000 0.955593 -0.000000 0.294690 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=41 + position={ 5077.956543 0.000000 1109.972290 } + rotation={ -0.000000 -0.449804 -0.000000 -0.893128 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=46 + position={ 5216.292969 0.000000 1012.753845 } + rotation={ -0.000000 0.411358 -0.000000 -0.911474 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=47 + position={ 5054.807617 0.000000 791.182068 } + rotation={ -0.000000 0.365021 -0.000000 0.931000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=42 + position={ 5193.424805 0.000000 853.954895 } + rotation={ -0.000000 0.927139 -0.000000 0.374718 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=44 + position={ 5347.213867 0.000000 943.036621 } + rotation={ -0.000000 0.682530 -0.000000 0.730858 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=48 + position={ 4623.945801 0.000000 2288.496094 } + rotation={ -0.000000 0.263743 -0.000000 -0.964593 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=49 + position={ 4600.000000 0.000000 2252.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=50 + position={ 4497.000000 0.000000 2136.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=67 + position={ 3991.000000 0.000000 2398.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=68 + position={ 3630.000000 0.000000 2590.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=69 + position={ 3788.000000 0.000000 2398.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=70 + position={ 3869.000000 0.000000 2763.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=71 + position={ 3724.000000 0.000000 2587.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=72 + position={ 3733.000000 0.000000 2735.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=73 + position={ 3941.000000 0.000000 2588.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=75 + position={ 3821.000000 0.000000 2843.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=99 + position={ 4640.000000 0.000000 1543.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=78 + position={ 4276.000000 0.000000 531.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=79 + position={ 4846.000000 0.000000 1401.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=80 + position={ 4900.000000 0.000000 1637.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=81 + position={ 4530.000000 0.000000 1215.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=85 + position={ 4307.000000 0.000000 494.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=86 + position={ 4535.000000 0.000000 2512.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=87 + position={ 4615.000000 0.000000 2451.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=89 + position={ 4301.000000 0.000000 2405.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=90 + position={ 4486.000000 0.000000 2545.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=91 + position={ 4269.000000 0.000000 2389.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=92 + position={ 4456.000000 0.000000 2152.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=93 + position={ 4453.000000 0.000000 2429.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=94 + position={ 4579.000000 0.000000 2260.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=100 + position={ 4189.000000 0.000000 58.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=101 + position={ 4951.000000 0.000000 1328.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=102 + position={ 4867.000000 0.000000 1263.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=103 + position={ 5088.000000 0.000000 1142.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=104 + position={ 5006.000000 0.000000 1247.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=106 + position={ 5208.000000 0.000000 1244.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=107 + position={ 5096.000000 0.000000 1390.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=108 + position={ 5193.000000 0.000000 1341.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=109 + position={ 4342.000000 0.000000 1915.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=110 + position={ 4463.000000 0.000000 1624.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=111 + position={ 4088.000000 0.000000 1362.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=112 + position={ 4094.000000 0.000000 1509.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=114 + position={ 3752.000000 0.000000 1358.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=116 + position={ 3890.000000 0.000000 1726.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=117 + position={ 3910.000000 0.000000 1738.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=118 + position={ 4020.000000 0.000000 1850.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=119 + position={ 4033.000000 0.000000 2252.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=120 + position={ 4100.000000 0.000000 1977.000000 } + rotation={ -0.000000 -0.707107 -0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=121 + position={ 4348.000000 0.000000 874.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=124 + position={ 5007.000000 0.000000 1528.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=125 + position={ 4873.000000 0.000000 1565.000000 } + rotation={ -0.000000 -1.000000 -0.000000 -0.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=126 + position={ 5049.000000 0.000000 1559.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=128 + position={ 5045.000000 0.000000 1539.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=129 + position={ 5065.000000 0.000000 1457.000000 } + rotation={ -0.000000 -0.000000 -0.000000 1.000000 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=140 + position={ 4547.000000 0.000000 1324.000000 } + rotation={ 0.000000 0.707107 0.000000 0.707107 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=3 + position={ 3798.000000 0.000000 1187.000000 } rotation={ 0.000000 0.707107 0.000000 0.707107 } scale={ 1.000000 1.000000 1.000000 } } diff --git a/gfx/map/map_object_data/generated_map_object_locators_wood.txt b/gfx/map/map_object_data/generated_map_object_locators_wood.txt index 9ba6abf6..c456354c 100644 --- a/gfx/map/map_object_data/generated_map_object_locators_wood.txt +++ b/gfx/map/map_object_data/generated_map_object_locators_wood.txt @@ -1,15 +1,297 @@ -game_object_locator={ +game_object_locator={ name="wood" clamp_to_water_level=no render_under_water=no generated_content=no - layer="" + layer="locators" instances={ { id=1 - position={ 4489.000000 0.000000 1702.000000 } + position={ 5281.147949 0.000000 698.266968 } rotation={ -0.000000 -0.265980 -0.000000 -0.963979 } scale={ 1.000000 1.000000 1.000000 } } + { + id=2 + position={ 5351.005371 0.000000 576.225830 } + rotation={ -0.000000 -0.479068 -0.000000 0.877778 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=3 + position={ 5242.000000 0.000000 1507.000000 } + rotation={ -0.000000 -0.801751 -0.000000 -0.597658 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=4 + position={ 5218.233398 0.000000 557.498413 } + rotation={ -0.000000 -0.428725 -0.000000 0.903435 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=5 + position={ 5201.463379 0.000000 501.085083 } + rotation={ -0.000000 -0.146856 -0.000000 0.989158 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=6 + position={ 5169.000000 0.000000 451.000000 } + rotation={ -0.000000 -0.942476 -0.000000 0.334274 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=7 + position={ 5495.960938 0.000000 842.453857 } + rotation={ -0.000000 -0.937518 -0.000000 -0.347937 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=8 + position={ 4908.504883 0.000000 684.158325 } + rotation={ -0.000000 -0.009023 -0.000000 -0.999959 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=9 + position={ 5063.000000 0.000000 557.000000 } + rotation={ -0.000000 -0.999760 -0.000000 -0.021898 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=10 + position={ 4868.000000 0.000000 480.000000 } + rotation={ -0.000000 -0.661321 -0.000000 0.750103 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=11 + position={ 4910.000000 0.000000 340.000000 } + rotation={ -0.000000 -0.061656 -0.000000 -0.998097 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=12 + position={ 5176.941406 0.000000 600.669922 } + rotation={ -0.000000 -0.882824 -0.000000 -0.469704 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=13 + position={ 5597.079590 0.000000 1082.521362 } + rotation={ -0.000000 -0.882136 -0.000000 -0.470996 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=14 + position={ 5666.000000 0.000000 1197.000000 } + rotation={ -0.000000 -0.997722 -0.000000 0.067466 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=15 + position={ 5589.000000 0.000000 947.000000 } + rotation={ -0.000000 -0.777545 -0.000000 -0.628828 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=16 + position={ 5688.215820 0.000000 1080.932739 } + rotation={ -0.000000 -0.746037 -0.000000 0.665904 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=17 + position={ 5784.555664 0.000000 1251.598145 } + rotation={ -0.000000 -0.596065 -0.000000 0.802937 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=18 + position={ 5454.567871 0.000000 936.935364 } + rotation={ -0.000000 -0.944945 -0.000000 -0.327228 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=19 + position={ 5625.541992 0.000000 1159.807983 } + rotation={ -0.000000 -0.947029 -0.000000 -0.321148 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=20 + position={ 5523.000000 0.000000 1241.000000 } + rotation={ -0.000000 -0.562294 -0.000000 0.826938 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=21 + position={ 5580.000000 0.000000 1202.000000 } + rotation={ -0.000000 -0.225503 -0.000000 0.974242 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=22 + position={ 5719.000000 0.000000 1217.000000 } + rotation={ -0.000000 -0.992880 -0.000000 0.119117 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=23 + position={ 5611.000000 0.000000 1297.000000 } + rotation={ -0.000000 -0.186197 -0.000000 0.982513 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=24 + position={ 5501.000000 0.000000 1306.000000 } + rotation={ -0.000000 -0.758051 -0.000000 -0.652195 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=25 + position={ 5111.000000 0.000000 389.000000 } + rotation={ -0.000000 -0.791524 -0.000000 0.611138 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=26 + position={ 5231.000000 0.000000 703.000000 } + rotation={ -0.000000 -0.971316 -0.000000 -0.237791 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=27 + position={ 4835.000000 0.000000 2091.000000 } + rotation={ -0.000000 -0.761943 -0.000000 0.647644 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=28 + position={ 4791.000000 0.000000 2025.000000 } + rotation={ -0.000000 -0.992407 -0.000000 -0.122995 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=29 + position={ 4609.000000 0.000000 2142.000000 } + rotation={ -0.000000 -0.327327 -0.000000 -0.944911 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=30 + position={ 4838.000000 0.000000 2222.000000 } + rotation={ -0.000000 -0.424438 -0.000000 0.905457 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=31 + position={ 4638.000000 0.000000 2079.000000 } + rotation={ -0.000000 -0.665831 -0.000000 0.746102 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=32 + position={ 4473.000000 0.000000 1935.000000 } + rotation={ -0.000000 -0.276246 -0.000000 0.961087 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=33 + position={ 4792.000000 0.000000 2138.000000 } + rotation={ -0.000000 -0.758840 -0.000000 -0.651277 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=34 + position={ 4919.000000 0.000000 1989.000000 } + rotation={ -0.000000 -0.106503 -0.000000 0.994312 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=35 + position={ 5081.000000 0.000000 1078.000000 } + rotation={ -0.000000 -0.776059 -0.000000 0.630660 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=36 + position={ 4919.000000 0.000000 1018.000000 } + rotation={ -0.000000 -0.495684 -0.000000 0.868503 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=37 + position={ 4979.000000 0.000000 710.000000 } + rotation={ -0.000000 -0.994736 -0.000000 -0.102474 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=39 + position={ 5082.195312 0.000000 894.587341 } + rotation={ -0.000000 -0.134504 -0.000000 -0.990913 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=40 + position={ 4808.000000 0.000000 888.000000 } + rotation={ -0.000000 -0.981187 -0.000000 0.193062 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=41 + position={ 5026.000000 0.000000 1125.000000 } + rotation={ -0.000000 -0.922496 -0.000000 0.386006 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=42 + position={ 5122.361328 0.000000 872.086853 } + rotation={ -0.000000 -0.113065 -0.000000 -0.993588 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=44 + position={ 5293.545898 0.000000 913.697876 } + rotation={ -0.000000 -0.173787 -0.000000 0.984783 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=45 + position={ 5386.000000 0.000000 1689.000000 } + rotation={ -0.000000 -0.985851 -0.000000 -0.167623 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=46 + position={ 5233.134766 0.000000 1051.836060 } + rotation={ -0.000000 -0.329983 -0.000000 -0.943987 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=47 + position={ 5037.000000 0.000000 798.000000 } + rotation={ -0.000000 -0.849359 -0.000000 0.527815 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=48 + position={ 4670.000000 0.000000 2281.000000 } + rotation={ -0.000000 -0.379588 -0.000000 0.925156 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=49 + position={ 4556.000000 0.000000 2181.000000 } + rotation={ -0.000000 -0.123334 -0.000000 -0.992365 } + scale={ 1.000000 1.000000 1.000000 } + } + { + id=50 + position={ 4493.000000 0.000000 2125.000000 } + rotation={ -0.000000 -0.508149 -0.000000 0.861269 } + scale={ 1.000000 1.000000 1.000000 } + } } } diff --git a/gfx/map/map_object_data/papermap_items.txt b/gfx/map/map_object_data/papermap_items.txt index 3177929a..079f6f1a 100644 --- a/gfx/map/map_object_data/papermap_items.txt +++ b/gfx/map/map_object_data/papermap_items.txt @@ -166,7 +166,7 @@ object={ generated_content=no layer="papermap_layer" pdxmesh="line_vertical_mesh" - count=24 + count=33 transform="0.000000 1.000000 1807.500000 -0.000000 -0.000000 -0.000000 0.000000 10.000000 10.000000 9.500000 341.000000 1.000000 1807.500000 -0.000000 -0.000000 -0.000000 0.000000 10.000000 10.000000 9.500000 682.000000 1.000000 1807.500000 -0.000000 -0.000000 -0.000000 0.000000 10.000000 10.000000 9.500000 @@ -191,4 +191,13 @@ object={ 7168.000000 1.000000 1807.500000 -0.000000 -0.000000 -0.000000 0.000000 10.000000 10.000000 9.555000 7509.000000 1.000000 1807.500000 -0.000000 -0.000000 -0.000000 0.000000 10.000000 10.000000 9.555000 7850.000000 1.000000 1807.500000 -0.000000 -0.000000 -0.000000 0.000000 10.000000 10.000000 9.555000 +7411.326172 0.000000 1596.279907 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +7383.532227 0.000000 1167.414917 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +7430.013672 0.000000 1481.714722 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +7437.975586 0.000000 1334.121704 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +5253.345703 0.000000 672.576050 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +5254.615723 0.000000 671.268555 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +5262.163574 0.000000 784.238586 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +5794.895020 0.000000 598.861450 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +6044.271484 0.000000 292.848602 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 "} diff --git a/gfx/map/map_object_data/static.txt b/gfx/map/map_object_data/static.txt index 0f5a09e6..620e948a 100644 --- a/gfx/map/map_object_data/static.txt +++ b/gfx/map/map_object_data/static.txt @@ -50,8 +50,9 @@ object={ generated_content=no layer="environmental_effects" entity="vulture_01_frame_entity" - count=0 -} + count=1 + transform="5777.095703 0.000000 1282.044434 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +"} object={ name="canyon_01" clamp_to_water_level=no @@ -131,8 +132,9 @@ object={ generated_content=no layer="massive_environment" pdxmesh="cliff_canyon_09_mesh" - count=0 -} + count=1 + transform="5649.635742 0.000000 1285.429932 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 +"} object={ name="canyon_10" clamp_to_water_level=no diff --git a/gfx/map/spline_network/spline_network.splnet b/gfx/map/spline_network/spline_network.splnet index 26ae5a59..9393049e 100644 Binary files a/gfx/map/spline_network/spline_network.splnet and b/gfx/map/spline_network/spline_network.splnet differ diff --git a/gfx/map/terrain/.gitignore b/gfx/map/terrain/.gitignore new file mode 100644 index 00000000..f7de63f3 --- /dev/null +++ b/gfx/map/terrain/.gitignore @@ -0,0 +1,2 @@ +/detail_index.tga +/detail_intensity.tga diff --git a/gfx/map/terrain/detail_index.tga b/gfx/map/terrain/detail_index.tga deleted file mode 100644 index bb359f6a..00000000 --- a/gfx/map/terrain/detail_index.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4abe864fdd2bb5089f73c7e2c7eed6c36d04edaf72d7714cb205e92780043853 -size 118489132 diff --git a/gfx/map/terrain/detail_intensity.tga b/gfx/map/terrain/detail_intensity.tga deleted file mode 100644 index 8210781c..00000000 --- a/gfx/map/terrain/detail_intensity.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:050948667ec6e96036bc7ef34199248ce0cb406d06384512725e1f61e5642a04 -size 118489132 diff --git a/gfx/map/terrain/mask_beach_01.png b/gfx/map/terrain/mask_beach_01.png index 871481c6..ae881153 100644 Binary files a/gfx/map/terrain/mask_beach_01.png and b/gfx/map/terrain/mask_beach_01.png differ diff --git a/gfx/map/terrain/mask_beach_02.png b/gfx/map/terrain/mask_beach_02.png index 871481c6..e51fa996 100644 Binary files a/gfx/map/terrain/mask_beach_02.png and b/gfx/map/terrain/mask_beach_02.png differ diff --git a/gfx/map/terrain/mask_beach_03.png b/gfx/map/terrain/mask_beach_03.png index 871481c6..3f5c1fcd 100644 Binary files a/gfx/map/terrain/mask_beach_03.png and b/gfx/map/terrain/mask_beach_03.png differ diff --git a/gfx/map/terrain/mask_cliff_granite_01.png b/gfx/map/terrain/mask_cliff_granite_01.png index b44d7d08..d887ffae 100644 Binary files a/gfx/map/terrain/mask_cliff_granite_01.png and b/gfx/map/terrain/mask_cliff_granite_01.png differ diff --git a/gfx/map/terrain/mask_cliff_granite_02.png b/gfx/map/terrain/mask_cliff_granite_02.png index 871481c6..d63f8d9f 100644 Binary files a/gfx/map/terrain/mask_cliff_granite_02.png and b/gfx/map/terrain/mask_cliff_granite_02.png differ diff --git a/gfx/map/terrain/mask_cliff_granite_06.png b/gfx/map/terrain/mask_cliff_granite_06.png index 871481c6..2e61118d 100644 Binary files a/gfx/map/terrain/mask_cliff_granite_06.png and b/gfx/map/terrain/mask_cliff_granite_06.png differ diff --git a/gfx/map/terrain/mask_cliff_granite_07.png b/gfx/map/terrain/mask_cliff_granite_07.png index 871481c6..0b70a98f 100644 Binary files a/gfx/map/terrain/mask_cliff_granite_07.png and b/gfx/map/terrain/mask_cliff_granite_07.png differ diff --git a/gfx/map/terrain/mask_cliff_limestone_03.png b/gfx/map/terrain/mask_cliff_limestone_03.png index 871481c6..c20f30ca 100644 Binary files a/gfx/map/terrain/mask_cliff_limestone_03.png and b/gfx/map/terrain/mask_cliff_limestone_03.png differ diff --git a/gfx/map/terrain/mask_cliff_sandstone_03.png b/gfx/map/terrain/mask_cliff_sandstone_03.png index 871481c6..75c82c76 100644 Binary files a/gfx/map/terrain/mask_cliff_sandstone_03.png and b/gfx/map/terrain/mask_cliff_sandstone_03.png differ diff --git a/gfx/map/terrain/mask_cliff_sandstone_04.png b/gfx/map/terrain/mask_cliff_sandstone_04.png index 871481c6..d7a5ffd2 100644 Binary files a/gfx/map/terrain/mask_cliff_sandstone_04.png and b/gfx/map/terrain/mask_cliff_sandstone_04.png differ diff --git a/gfx/map/terrain/mask_cliff_sandstone_05.png b/gfx/map/terrain/mask_cliff_sandstone_05.png index 871481c6..70aca850 100644 Binary files a/gfx/map/terrain/mask_cliff_sandstone_05.png and b/gfx/map/terrain/mask_cliff_sandstone_05.png differ diff --git a/gfx/map/terrain/mask_desert_01.png b/gfx/map/terrain/mask_desert_01.png index 871481c6..b83b88e6 100644 Binary files a/gfx/map/terrain/mask_desert_01.png and b/gfx/map/terrain/mask_desert_01.png differ diff --git a/gfx/map/terrain/mask_desert_03.png b/gfx/map/terrain/mask_desert_03.png index 871481c6..ae8b3ab4 100644 Binary files a/gfx/map/terrain/mask_desert_03.png and b/gfx/map/terrain/mask_desert_03.png differ diff --git a/gfx/map/terrain/mask_desert_04.png b/gfx/map/terrain/mask_desert_04.png index 871481c6..ebfbc7b3 100644 Binary files a/gfx/map/terrain/mask_desert_04.png and b/gfx/map/terrain/mask_desert_04.png differ diff --git a/gfx/map/terrain/mask_desert_05.png b/gfx/map/terrain/mask_desert_05.png index 871481c6..63aa2b10 100644 Binary files a/gfx/map/terrain/mask_desert_05.png and b/gfx/map/terrain/mask_desert_05.png differ diff --git a/gfx/map/terrain/mask_desert_06.png b/gfx/map/terrain/mask_desert_06.png index 871481c6..9ca9ea2d 100644 Binary files a/gfx/map/terrain/mask_desert_06.png and b/gfx/map/terrain/mask_desert_06.png differ diff --git a/gfx/map/terrain/mask_farmlands_05.png b/gfx/map/terrain/mask_farmlands_05.png index 7bf6d7a9..8ee5a49e 100644 Binary files a/gfx/map/terrain/mask_farmlands_05.png and b/gfx/map/terrain/mask_farmlands_05.png differ diff --git a/gfx/map/terrain/mask_grasslands_01.png b/gfx/map/terrain/mask_grasslands_01.png index 871481c6..4899cd38 100644 Binary files a/gfx/map/terrain/mask_grasslands_01.png and b/gfx/map/terrain/mask_grasslands_01.png differ diff --git a/gfx/map/terrain/mask_grasslands_02.png b/gfx/map/terrain/mask_grasslands_02.png index 871481c6..8622a769 100644 Binary files a/gfx/map/terrain/mask_grasslands_02.png and b/gfx/map/terrain/mask_grasslands_02.png differ diff --git a/gfx/map/terrain/mask_grasslands_05.png b/gfx/map/terrain/mask_grasslands_05.png index 871481c6..8716631f 100644 Binary files a/gfx/map/terrain/mask_grasslands_05.png and b/gfx/map/terrain/mask_grasslands_05.png differ diff --git a/gfx/map/terrain/mask_grasslands_06.png b/gfx/map/terrain/mask_grasslands_06.png index 871481c6..1b1ab62d 100644 Binary files a/gfx/map/terrain/mask_grasslands_06.png and b/gfx/map/terrain/mask_grasslands_06.png differ diff --git a/gfx/map/terrain/mask_grasslands_07.png b/gfx/map/terrain/mask_grasslands_07.png index 871481c6..7efad70b 100644 Binary files a/gfx/map/terrain/mask_grasslands_07.png and b/gfx/map/terrain/mask_grasslands_07.png differ diff --git a/gfx/map/terrain/mask_grasslands_08.png b/gfx/map/terrain/mask_grasslands_08.png index 871481c6..cfd212b2 100644 Binary files a/gfx/map/terrain/mask_grasslands_08.png and b/gfx/map/terrain/mask_grasslands_08.png differ diff --git a/gfx/map/terrain/mask_marchlands_01.png b/gfx/map/terrain/mask_marchlands_01.png index 871481c6..50708dd5 100644 Binary files a/gfx/map/terrain/mask_marchlands_01.png and b/gfx/map/terrain/mask_marchlands_01.png differ diff --git a/gfx/map/terrain/mask_permafrost_01.png b/gfx/map/terrain/mask_permafrost_01.png index 871481c6..233a5407 100644 Binary files a/gfx/map/terrain/mask_permafrost_01.png and b/gfx/map/terrain/mask_permafrost_01.png differ diff --git a/gfx/map/terrain/mask_permafrost_03.png b/gfx/map/terrain/mask_permafrost_03.png index 871481c6..1876e408 100644 Binary files a/gfx/map/terrain/mask_permafrost_03.png and b/gfx/map/terrain/mask_permafrost_03.png differ diff --git a/gfx/map/terrain/mask_rocks_01.png b/gfx/map/terrain/mask_rocks_01.png index 871481c6..be56d157 100644 Binary files a/gfx/map/terrain/mask_rocks_01.png and b/gfx/map/terrain/mask_rocks_01.png differ diff --git a/gfx/map/terrain/mask_savanna_01.png b/gfx/map/terrain/mask_savanna_01.png index 871481c6..98f53771 100644 Binary files a/gfx/map/terrain/mask_savanna_01.png and b/gfx/map/terrain/mask_savanna_01.png differ diff --git a/gfx/map/terrain/mask_savanna_03.png b/gfx/map/terrain/mask_savanna_03.png index 871481c6..ba2714dc 100644 Binary files a/gfx/map/terrain/mask_savanna_03.png and b/gfx/map/terrain/mask_savanna_03.png differ diff --git a/gfx/map/terrain/mask_snow_02.png b/gfx/map/terrain/mask_snow_02.png index 871481c6..85e55687 100644 Binary files a/gfx/map/terrain/mask_snow_02.png and b/gfx/map/terrain/mask_snow_02.png differ diff --git a/gfx/map/terrain/mask_woodlands_01.png b/gfx/map/terrain/mask_woodlands_01.png index 871481c6..c68d7627 100644 Binary files a/gfx/map/terrain/mask_woodlands_01.png and b/gfx/map/terrain/mask_woodlands_01.png differ diff --git a/gfx/map/terrain/mask_woodlands_02.png b/gfx/map/terrain/mask_woodlands_02.png index 871481c6..3661fb34 100644 Binary files a/gfx/map/terrain/mask_woodlands_02.png and b/gfx/map/terrain/mask_woodlands_02.png differ diff --git a/gfx/map/terrain/mask_woodlands_03.png b/gfx/map/terrain/mask_woodlands_03.png index 871481c6..ba9fc67c 100644 Binary files a/gfx/map/terrain/mask_woodlands_03.png and b/gfx/map/terrain/mask_woodlands_03.png differ diff --git a/gfx/map/textures/.gitignore b/gfx/map/textures/.gitignore new file mode 100644 index 00000000..1fbff0b4 --- /dev/null +++ b/gfx/map/textures/.gitignore @@ -0,0 +1,2 @@ +/flatmap.dds +/land_mask.dds diff --git a/gfx/map/textures/README.txt b/gfx/map/textures/README.txt deleted file mode 100644 index 51219545..00000000 --- a/gfx/map/textures/README.txt +++ /dev/null @@ -1 +0,0 @@ -In order for the paperview to load properly and not just be blank white you also need to have all sea provinces defined as sea_starts in map_data\default.map. \ No newline at end of file diff --git a/gfx/map/textures/flatmap.dds b/gfx/map/textures/flatmap.dds deleted file mode 100644 index 9868f5b9..00000000 --- a/gfx/map/textures/flatmap.dds +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6091a66c394b234fd2d93ade2b242ed3f3ac1c654fe8971cb7104b353c1daada -size 157985212 diff --git a/gfx/map/textures/land_mask.dds b/gfx/map/textures/land_mask.dds deleted file mode 100644 index 625f967c..00000000 --- a/gfx/map/textures/land_mask.dds +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a5b66ebf093afcde19712d445e5661f242c11a1eb4a41f77c16a9b98eb76aca -size 157985212 diff --git a/gfx/map/textures/windmap_tree.dds b/gfx/map/textures/windmap_tree.dds deleted file mode 100644 index 9d5490d8..00000000 --- a/gfx/map/textures/windmap_tree.dds +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:782f6eac6ef702d9e9104d208ab9368dcdd854d993ac578f1fb693720d6d684c -size 2468284 diff --git a/gfx/models/papermap/.gitignore b/gfx/models/papermap/.gitignore new file mode 100644 index 00000000..d2925a52 --- /dev/null +++ b/gfx/models/papermap/.gitignore @@ -0,0 +1 @@ +/flatmap.dds diff --git a/gfx/models/papermap/flatmap.dds b/gfx/models/papermap/flatmap.dds deleted file mode 100644 index 9868f5b9..00000000 --- a/gfx/models/papermap/flatmap.dds +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6091a66c394b234fd2d93ade2b242ed3f3ac1c654fe8971cb7104b353c1daada -size 157985212 diff --git a/gfx/models/portraits/female_body/blendshapes/female_body_no_portrait.mesh b/gfx/models/portraits/female_body/blendshapes/female_body_no_portrait.mesh new file mode 100644 index 00000000..b98b520f Binary files /dev/null and b/gfx/models/portraits/female_body/blendshapes/female_body_no_portrait.mesh differ diff --git a/gfx/models/portraits/female_body/female_body.asset b/gfx/models/portraits/female_body/female_body.asset new file mode 100644 index 00000000..ccfdaff8 --- /dev/null +++ b/gfx/models/portraits/female_body/female_body.asset @@ -0,0 +1,44 @@ +pdxmesh = { + name = "female_body_mesh" + file = "female_body.mesh" + + #### Blend Shapes #### + + blend_shape = { id = "female_body_bs_no_portrait" type = "blendshapes/female_body_no_portrait.mesh" } + + animation = { id = "body_bind_pose" type = "female_body_bind_pose.anim" } + + meshsettings = { + name = "female_bodyShape" + index = 0 + texture_diffuse = "female_body_01_diffuse.dds" + texture_normal = "female_body_01_normal.dds" + texture_specular = "female_body_01_properties.dds" + texture = { file = "female_body_01_ssao_color.dds" index = 3 } + shader = "portrait_skin" + shader_file = "gfx/FX/jomini/portrait.shader" + + } +} + +entity = { + name = "female_body_entity" + pdxmesh = "female_body_mesh" + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + portrait_decal = { + body_part = torso + } + } + } + + #### BLEND SHAPES #### + + attribute = { name = "body_bs_no_portrait" blend_shape = "female_body_bs_no_portrait" } + + default_state = "none" + state = { name = "none" animation = "body_bind_pose" } +} diff --git a/gfx/models/portraits/female_body/female_body.mesh b/gfx/models/portraits/female_body/female_body.mesh new file mode 100644 index 00000000..716230d8 Binary files /dev/null and b/gfx/models/portraits/female_body/female_body.mesh differ diff --git a/gfx/models/portraits/female_body/female_body_bind_pose.anim b/gfx/models/portraits/female_body/female_body_bind_pose.anim new file mode 100644 index 00000000..01f8d5f2 Binary files /dev/null and b/gfx/models/portraits/female_body/female_body_bind_pose.anim differ diff --git a/gfx/models/portraits/female_head/blendshapes/female_head_no_portrait.mesh b/gfx/models/portraits/female_head/blendshapes/female_head_no_portrait.mesh new file mode 100644 index 00000000..1e1d714f Binary files /dev/null and b/gfx/models/portraits/female_head/blendshapes/female_head_no_portrait.mesh differ diff --git a/gfx/models/portraits/female_head/female_eyelashes/female_eyelashes.asset b/gfx/models/portraits/female_head/female_eyelashes/female_eyelashes.asset new file mode 100644 index 00000000..4391eba5 --- /dev/null +++ b/gfx/models/portraits/female_head/female_eyelashes/female_eyelashes.asset @@ -0,0 +1,31 @@ +pdxmesh = { + name = "female_eyelashes_mesh" + file = "female_eyelashes.mesh" + + meshsettings = { + name = "female_eyelashesShape" + index = 0 + texture_diffuse = "female_eyelashes_diffuse.dds" + texture_normal = "female_eyelashes_normal.dds" + texture_specular = "female_eyelashes_properties.dds" + shader = "portrait_hair" + shader_file = "gfx/FX/jomini/portrait.shader" + } + + blend_shape = { id = "female_head_bs_no_portrait" type = "no_portrait.mesh" } +} + +entity = { + name = "female_eyelashes_entity" + pdxmesh = "female_eyelashes_mesh" + + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + } + } + + attribute = { name = "head_bs_no_portrait" blend_shape = "female_head_bs_no_portrait" } +} diff --git a/gfx/models/portraits/female_head/female_eyelashes/female_eyelashes.mesh b/gfx/models/portraits/female_head/female_eyelashes/female_eyelashes.mesh new file mode 100644 index 00000000..00645ed9 Binary files /dev/null and b/gfx/models/portraits/female_head/female_eyelashes/female_eyelashes.mesh differ diff --git a/gfx/models/portraits/female_head/female_eyelashes/no_portrait.mesh b/gfx/models/portraits/female_head/female_eyelashes/no_portrait.mesh new file mode 100644 index 00000000..d39caaac Binary files /dev/null and b/gfx/models/portraits/female_head/female_eyelashes/no_portrait.mesh differ diff --git a/gfx/models/portraits/female_head/female_eyes/female_eyes.asset b/gfx/models/portraits/female_head/female_eyes/female_eyes.asset new file mode 100644 index 00000000..fde5d32b --- /dev/null +++ b/gfx/models/portraits/female_head/female_eyes/female_eyes.asset @@ -0,0 +1,31 @@ +pdxmesh = { + name = "female_eyes_mesh" + file = "female_eyes.mesh" + + meshsettings = { + name = "female_eyesShape" + index = 0 + texture_diffuse = "male_eyes_diffuse.dds" + texture_normal = "male_eyes_normal.dds" + texture_specular = "male_eyes_properties.dds" + shader = "portrait_eye" + shader_file = "gfx/FX/jomini/portrait.shader" + } + + blend_shape = { id = "female_head_bs_no_portrait" type = "no_portrait.mesh" } +} + +entity = { + name = "female_eyes_entity" + pdxmesh = "female_eyes_mesh" + + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + } + } + + attribute = { name = "head_bs_no_portrait" blend_shape = "female_head_bs_no_portrait" } +} diff --git a/gfx/models/portraits/female_head/female_eyes/female_eyes.mesh b/gfx/models/portraits/female_head/female_eyes/female_eyes.mesh new file mode 100644 index 00000000..f875be3f Binary files /dev/null and b/gfx/models/portraits/female_head/female_eyes/female_eyes.mesh differ diff --git a/gfx/models/portraits/female_head/female_eyes/no_portrait.mesh b/gfx/models/portraits/female_head/female_eyes/no_portrait.mesh new file mode 100644 index 00000000..1f18d12c Binary files /dev/null and b/gfx/models/portraits/female_head/female_eyes/no_portrait.mesh differ diff --git a/gfx/models/portraits/female_head/female_head.asset b/gfx/models/portraits/female_head/female_head.asset new file mode 100644 index 00000000..9644ff81 --- /dev/null +++ b/gfx/models/portraits/female_head/female_head.asset @@ -0,0 +1,47 @@ +pdxmesh = { + name = "female_head_mesh" + file = "female_head.mesh" + scale = 1.0 + + #### Blend Shapes #### + + blend_shape = { id = "female_head_bs_no_portrait" type = "blendshapes/female_head_no_portrait.mesh" } + + animation = { id = "head_bind_pose" type = "female_head_bind_pose.anim" } + + meshsettings = { + name = "female_headShape" + index = 0 + texture_diffuse = "female_head_01_diffuse.dds" + texture_normal = "female_head_01_normal.dds" + texture_specular = "female_head_01_properties.dds" + texture = { file = "female_head_01_ssao_color.dds" index = 3 } + + shader = "portrait_skin_face" + shader_file = "gfx/FX/jomini/portrait.shader" + } +} + + +entity = { + name = "female_head_entity" + pdxmesh = "female_head_mesh" + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + portrait_decal = { + body_part = head + } + } + } + + #### BLEND SHAPES #### + + attribute = { name = "head_bs_no_portrait" blend_shape = "female_head_bs_no_portrait" } + + default_state = "none" + state = { name = "none" animation = "head_bind_pose" } +} + diff --git a/gfx/models/portraits/female_head/female_head.mesh b/gfx/models/portraits/female_head/female_head.mesh new file mode 100644 index 00000000..229cc194 Binary files /dev/null and b/gfx/models/portraits/female_head/female_head.mesh differ diff --git a/gfx/models/portraits/female_head/female_head_bind_pose.anim b/gfx/models/portraits/female_head/female_head_bind_pose.anim new file mode 100644 index 00000000..8b18c827 Binary files /dev/null and b/gfx/models/portraits/female_head/female_head_bind_pose.anim differ diff --git a/gfx/models/portraits/female_head/female_teeth/female_teeth.asset b/gfx/models/portraits/female_head/female_teeth/female_teeth.asset new file mode 100644 index 00000000..b12c8501 --- /dev/null +++ b/gfx/models/portraits/female_head/female_teeth/female_teeth.asset @@ -0,0 +1,31 @@ +pdxmesh = { + name = "female_teeth_mesh" + file = "female_teeth.mesh" + + meshsettings = { + name = "female_teethShape" + index = 0 + texture_diffuse = "female_teeth_diffuse.dds" + texture_normal = "female_teeth_normal.dds" + texture_specular = "female_teeth_properties.dds" + shader = "portrait_skin" + shader_file = "gfx/FX/jomini/portrait.shader" + } + + blend_shape = { id = "female_head_bs_no_portrait" type = "no_portrait.mesh" } +} + +entity = { + name = "female_teeth_entity" + pdxmesh = "female_teeth_mesh" + + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + } + } + + attribute = { name = "head_bs_no_portrait" blend_shape = "female_head_bs_no_portrait" } +} diff --git a/gfx/models/portraits/female_head/female_teeth/female_teeth.mesh b/gfx/models/portraits/female_head/female_teeth/female_teeth.mesh new file mode 100644 index 00000000..f159e903 Binary files /dev/null and b/gfx/models/portraits/female_head/female_teeth/female_teeth.mesh differ diff --git a/gfx/models/portraits/female_head/female_teeth/no_portrait.mesh b/gfx/models/portraits/female_head/female_teeth/no_portrait.mesh new file mode 100644 index 00000000..8aaa4058 Binary files /dev/null and b/gfx/models/portraits/female_head/female_teeth/no_portrait.mesh differ diff --git a/gfx/models/portraits/male_body/blendshapes/male_body_no_portrait.mesh b/gfx/models/portraits/male_body/blendshapes/male_body_no_portrait.mesh new file mode 100644 index 00000000..b98b520f Binary files /dev/null and b/gfx/models/portraits/male_body/blendshapes/male_body_no_portrait.mesh differ diff --git a/gfx/models/portraits/male_body/male_body.asset b/gfx/models/portraits/male_body/male_body.asset new file mode 100644 index 00000000..2f4120e6 --- /dev/null +++ b/gfx/models/portraits/male_body/male_body.asset @@ -0,0 +1,44 @@ +pdxmesh = { + name = "male_body_mesh" + file = "male_body.mesh" + + #### Blend Shapes #### + + blend_shape = { id = "male_body_bs_no_portrait" type = "blendshapes/male_body_no_portrait.mesh" } + + animation = { id = "body_bind_pose" type = "male_body_bind_pose.anim" } + + meshsettings = { + name = "male_bodyShape" + index = 0 + texture_diffuse = "male_body_01_diffuse.dds" + texture_normal = "male_body_01_normal.dds" + texture_specular = "male_body_01_properties.dds" + texture = { file = "male_body_01_ssao_color.dds" index = 3 } + shader = "portrait_skin" + shader_file = "gfx/FX/jomini/portrait.shader" + + } +} + +entity = { + name = "male_body_entity" + pdxmesh = "male_body_mesh" + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + portrait_decal = { + body_part = torso + } + } + } + + #### Blend Shapes #### + + attribute = { name = "body_bs_no_portrait" blend_shape = "male_body_bs_no_portrait" } + + default_state = "none" + state = { name = "none" animation = "body_bind_pose" } +} diff --git a/gfx/models/portraits/male_body/male_body.mesh b/gfx/models/portraits/male_body/male_body.mesh new file mode 100644 index 00000000..fdc5d905 Binary files /dev/null and b/gfx/models/portraits/male_body/male_body.mesh differ diff --git a/gfx/models/portraits/male_head/blendshapes/male_head_no_portrait.mesh b/gfx/models/portraits/male_head/blendshapes/male_head_no_portrait.mesh new file mode 100644 index 00000000..1e1d714f Binary files /dev/null and b/gfx/models/portraits/male_head/blendshapes/male_head_no_portrait.mesh differ diff --git a/gfx/models/portraits/male_head/male_eyelashes/male_eyelashes.asset b/gfx/models/portraits/male_head/male_eyelashes/male_eyelashes.asset new file mode 100644 index 00000000..43bc5da1 --- /dev/null +++ b/gfx/models/portraits/male_head/male_eyelashes/male_eyelashes.asset @@ -0,0 +1,31 @@ +pdxmesh = { + name = "male_eyelashes_mesh" + file = "male_eyelashes.mesh" + + meshsettings = { + name = "male_eyelashesShape" + index = 0 + texture_diffuse = "male_eyelashes_diffuse.dds" + texture_normal = "male_eyelashes_normal.dds" + texture_specular = "male_eyelashes_properties.dds" + shader = "portrait_hair" + shader_file = "gfx/FX/jomini/portrait.shader" + } + + blend_shape = { id = "male_head_bs_no_portrait" type = "no_portrait.mesh" } +} + +entity = { + name = "male_eyelashes_entity" + pdxmesh = "male_eyelashes_mesh" + + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + } + } + + attribute = { name = "head_bs_no_portrait" blend_shape = "male_head_bs_no_portrait" } +} diff --git a/gfx/models/portraits/male_head/male_eyelashes/male_eyelashes.mesh b/gfx/models/portraits/male_head/male_eyelashes/male_eyelashes.mesh new file mode 100644 index 00000000..05852a53 Binary files /dev/null and b/gfx/models/portraits/male_head/male_eyelashes/male_eyelashes.mesh differ diff --git a/gfx/models/portraits/male_head/male_eyelashes/no_portrait.mesh b/gfx/models/portraits/male_head/male_eyelashes/no_portrait.mesh new file mode 100644 index 00000000..1a8a45df Binary files /dev/null and b/gfx/models/portraits/male_head/male_eyelashes/no_portrait.mesh differ diff --git a/gfx/models/portraits/male_head/male_eyes/male_eyes.asset b/gfx/models/portraits/male_head/male_eyes/male_eyes.asset new file mode 100644 index 00000000..fcf8f0e9 --- /dev/null +++ b/gfx/models/portraits/male_head/male_eyes/male_eyes.asset @@ -0,0 +1,31 @@ +pdxmesh = { + name = "male_eyes_mesh" + file = "male_eyes.mesh" + + meshsettings = { + name = "male_eyesShape" + index = 0 + texture_diffuse = "male_eyes_diffuse.dds" + texture_normal = "male_eyes_normal.dds" + texture_specular = "male_eyes_properties.dds" + shader = "portrait_eye" + shader_file = "gfx/FX/jomini/portrait.shader" + } + + blend_shape = { id = "male_head_bs_no_portrait" type = "no_portrait.mesh" } +} + +entity = { + name = "male_eyes_entity" + pdxmesh = "male_eyes_mesh" + + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + } + } + + attribute = { name = "head_bs_no_portrait" blend_shape = "male_head_bs_no_portrait" } +} diff --git a/gfx/models/portraits/male_head/male_eyes/male_eyes.mesh b/gfx/models/portraits/male_head/male_eyes/male_eyes.mesh new file mode 100644 index 00000000..8a9d5e37 Binary files /dev/null and b/gfx/models/portraits/male_head/male_eyes/male_eyes.mesh differ diff --git a/gfx/models/portraits/male_head/male_eyes/no_portrait.mesh b/gfx/models/portraits/male_head/male_eyes/no_portrait.mesh new file mode 100644 index 00000000..98e5fe09 Binary files /dev/null and b/gfx/models/portraits/male_head/male_eyes/no_portrait.mesh differ diff --git a/gfx/models/portraits/male_head/male_head.asset b/gfx/models/portraits/male_head/male_head.asset new file mode 100644 index 00000000..f5f1b9a5 --- /dev/null +++ b/gfx/models/portraits/male_head/male_head.asset @@ -0,0 +1,48 @@ +pdxmesh = { + name = "male_head_mesh" + file = "male_head.mesh" + scale = 1.0 + + #### Blend Shapes #### + + blend_shape = { id = "male_head_bs_no_portrait" type = "blendshapes/male_head_no_portrait.mesh" } + + animation = { id = "head_bind_pose" type = "male_head_bind_pose.anim" } + + meshsettings = { + name = "male_headShape" + index = 0 + texture_diffuse = "male_head_01_diffuse.dds" + texture_normal = "male_head_01_normal.dds" + texture_specular = "male_head_01_properties.dds" + texture = { file = "male_head_01_ssao_color.dds" index = 3 } + + shader = "portrait_skin_face" + shader_file = "gfx/FX/jomini/portrait.shader" + } + +} + + +entity = { + name = "male_head_entity" + pdxmesh = "male_head_mesh" + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + portrait_decal = { + body_part = head + } + } + } + + #### Blend Shapes #### + + attribute = { name = "head_bs_no_portrait" blend_shape = "male_head_bs_no_portrait" } + + default_state = "none" + state = { name = "none" animation = "head_bind_pose" } +} + diff --git a/gfx/models/portraits/male_head/male_head.mesh b/gfx/models/portraits/male_head/male_head.mesh new file mode 100644 index 00000000..fd2e6c04 Binary files /dev/null and b/gfx/models/portraits/male_head/male_head.mesh differ diff --git a/gfx/models/portraits/male_head/male_head_bind_pose.anim b/gfx/models/portraits/male_head/male_head_bind_pose.anim new file mode 100644 index 00000000..3e2ff4ba Binary files /dev/null and b/gfx/models/portraits/male_head/male_head_bind_pose.anim differ diff --git a/gfx/models/portraits/male_head/male_teeth/male_teeth.asset b/gfx/models/portraits/male_head/male_teeth/male_teeth.asset new file mode 100644 index 00000000..c5013b9b --- /dev/null +++ b/gfx/models/portraits/male_head/male_teeth/male_teeth.asset @@ -0,0 +1,31 @@ +pdxmesh = { + name = "male_teeth_mesh" + file = "male_teeth.mesh" + + meshsettings = { + name = "male_teethShape" + index = 0 + texture_diffuse = "male_teeth_diffuse.dds" + texture_normal = "male_teeth_normal.dds" + texture_specular = "male_teeth_properties.dds" + shader = "portrait_skin" + shader_file = "gfx/FX/jomini/portrait.shader" + } + + blend_shape = { id = "male_head_bs_no_portrait" type = "no_portrait.mesh" } +} + +entity = { + name = "male_teeth_entity" + pdxmesh = "male_teeth_mesh" + + game_data = { + portrait_entity_user_data = { + color_mask_remap_interval = { + interval = {0.0 1.0} + } + } + } + + attribute = { name = "head_bs_no_portrait" blend_shape = "male_head_bs_no_portrait" } +} \ No newline at end of file diff --git a/gfx/models/portraits/male_head/male_teeth/male_teeth.mesh b/gfx/models/portraits/male_head/male_teeth/male_teeth.mesh new file mode 100644 index 00000000..1ccea823 Binary files /dev/null and b/gfx/models/portraits/male_head/male_teeth/male_teeth.mesh differ diff --git a/gfx/models/portraits/male_head/male_teeth/no_portrait.mesh b/gfx/models/portraits/male_head/male_teeth/no_portrait.mesh new file mode 100644 index 00000000..29d2338b Binary files /dev/null and b/gfx/models/portraits/male_head/male_teeth/no_portrait.mesh differ diff --git a/gfx/models/skins/body.asset b/gfx/models/skins/body.asset new file mode 100644 index 00000000..31e08610 --- /dev/null +++ b/gfx/models/skins/body.asset @@ -0,0 +1,409 @@ +pdxmesh = { + name = "kai_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/kai.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "kai_entity" + pdxmesh = "kai_mesh" + } + + pdxmesh = { + name = "non_official_digni_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/non_official_digni.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_digni_entity" + pdxmesh = "non_official_digni_mesh" + } + + pdxmesh = { + name = "non_official_doctor_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/non_official_doctor.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_doctor_entity" + pdxmesh = "non_official_doctor_mesh" + } + + pdxmesh = { + name = "non_official_tyler_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/non_official_tyler.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_tyler_entity" + pdxmesh = "non_official_tyler_mesh" + } + + pdxmesh = { + name = "non_official_vali_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/non_official_vali.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_vali_entity" + pdxmesh = "non_official_vali_mesh" + } + + pdxmesh = { + name = "noor_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/noor.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "noor_entity" + pdxmesh = "noor_mesh" + } + + pdxmesh = { + name = "steve_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/steve.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "steve_entity" + pdxmesh = "steve_mesh" + } + + pdxmesh = { + name = "steve_ghost_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/steve_ghost.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "steve_ghost_entity" + pdxmesh = "steve_ghost_mesh" + } + + pdxmesh = { + name = "thruitt_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/thruitt.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "thruitt_entity" + pdxmesh = "thruitt_mesh" + } + + pdxmesh = { + name = "thruitt_arctic_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/thruitt_arctic.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "thruitt_arctic_entity" + pdxmesh = "thruitt_arctic_mesh" + } + + pdxmesh = { + name = "thruitt_blond_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/thruitt_blond.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "thruitt_blond_entity" + pdxmesh = "thruitt_blond_mesh" + } + + pdxmesh = { + name = "zuri_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/zuri.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "zuri_entity" + pdxmesh = "zuri_mesh" + } + + pdxmesh = { + name = "zuri_clothed_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/zuri_clothed.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "zuri_clothed_entity" + pdxmesh = "zuri_clothed_mesh" + } + + pdxmesh = { + name = "alex_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/alex.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "alex_entity" + pdxmesh = "alex_mesh" + } + + pdxmesh = { + name = "ari_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/ari.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "ari_entity" + pdxmesh = "ari_mesh" + } + + pdxmesh = { + name = "efe_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/efe.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "efe_entity" + pdxmesh = "efe_mesh" + } + + pdxmesh = { + name = "makena_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/makena.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "makena_entity" + pdxmesh = "makena_mesh" + } + + pdxmesh = { + name = "non_official_flannel_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/non_official_flannel_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_flannel_slim_entity" + pdxmesh = "non_official_flannel_slim_mesh" + } + + pdxmesh = { + name = "non_official_hazel_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/non_official_hazel_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_hazel_slim_entity" + pdxmesh = "non_official_hazel_slim_mesh" + } + + pdxmesh = { + name = "non_official_lunar_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/non_official_lunar_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_lunar_slim_entity" + pdxmesh = "non_official_lunar_slim_mesh" + } + + pdxmesh = { + name = "non_official_rose_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/non_official_rose_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "non_official_rose_slim_entity" + pdxmesh = "non_official_rose_slim_mesh" + } + + pdxmesh = { + name = "thruitt_arctic_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/thruitt_arctic_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "thruitt_arctic_slim_entity" + pdxmesh = "thruitt_arctic_slim_mesh" + } + + pdxmesh = { + name = "thruitt_blond_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/thruitt_blond_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "thruitt_blond_slim_entity" + pdxmesh = "thruitt_blond_slim_mesh" + } + + pdxmesh = { + name = "thruitt_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/body/slim/thruitt_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "thruitt_slim_entity" + pdxmesh = "thruitt_slim_mesh" + } + + \ No newline at end of file diff --git a/gfx/models/skins/body.shader b/gfx/models/skins/body.shader new file mode 100644 index 00000000..87a7d430 --- /dev/null +++ b/gfx/models/skins/body.shader @@ -0,0 +1,1038 @@ +Includes = { + "cw/pdxmesh_blendshapes.fxh" + "cw/pdxmesh.fxh" + "cw/utility.fxh" + "cw/shadow.fxh" + "cw/camera.fxh" + "cw/alpha_to_coverage.fxh" + "jomini/jomini_lighting.fxh" + "jomini/jomini_fog.fxh" + "jomini/portrait_accessory_variation.fxh" + "jomini/portrait_coa.fxh" + "jomini/portrait_decals.fxh" + "jomini/portrait_user_data.fxh" + "constants.fxh" +} + +PixelShader = +{ + TextureSampler DiffuseMap + { + Index = 0 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler PropertiesMap + { + Index = 1 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler NormalMap + { + Index = 2 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler SSAOColorMap + { + Index = 3 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler EnvironmentMap + { + Ref = JominiEnvironmentMap + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + Type = "Cube" + } + TextureSampler DiffuseMapOverride + { + Index = 9 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler NormalMapOverride + { + Index = 10 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler PropertiesMapOverride + { + Index = 11 + MagFilter = "Linear" + MinFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler CoaTexture + { + Index = 12 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + } + TextureSampler ShadowTexture + { + Ref = PdxShadowmap + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + CompareFunction = less_equal + SamplerType = "Compare" + } + + VertexStruct PS_COLOR_SSAO + { + float4 Color : PDX_COLOR0; + float4 SSAOColor : PDX_COLOR1; + }; +} + +VertexStruct VS_OUTPUT_PDXMESHPORTRAIT +{ + float4 Position : PDX_POSITION; + float3 Normal : TEXCOORD0; + float3 Tangent : TEXCOORD1; + float3 Bitangent : TEXCOORD2; + float2 UV0 : TEXCOORD3; + float2 UV1 : TEXCOORD4; + float2 UV2 : TEXCOORD5; + float3 WorldSpacePos : TEXCOORD6; + float4 ShadowProj : TEXCOORD7; + # This instance index is used to fetch custom user data from the Data[] array (see pdxmesh.fxh) + uint InstanceIndex : TEXCOORD8; +}; + +VertexStruct VS_INPUT_PDXMESHSTANDARD_ID +{ + float3 Position : POSITION; + float3 Normal : TEXCOORD0; + float4 Tangent : TEXCOORD1; + float2 UV0 : TEXCOORD2; +@ifdef PDX_MESH_UV1 + float2 UV1 : TEXCOORD3; +@endif +@ifdef PDX_MESH_UV2 + float2 UV2 : TEXCOORD4; +@endif + + + uint2 InstanceIndices : TEXCOORD5; + +@ifdef PDX_MESH_SKINNED + uint4 BoneIndex : TEXCOORD6; + float3 BoneWeight : TEXCOORD7; +@endif + + uint VertexID : PDX_VertexID; +}; + +# Portrait constants (SPortraitConstants) +ConstantBuffer( 5 ) +{ + float4 vPaletteColorSkin; + float4 vPaletteColorEyes; + float4 vPaletteColorHair; + float4 vSkinPropertyMult; + float4 vEyesPropertyMult; + float4 vHairPropertyMult; + + float4 Light_Color_Falloff[3]; + float4 Light_Position_Radius[3] + float4 Light_Direction_Type[3]; + float4 Light_InnerCone_OuterCone_AffectedByShadows[3]; + + int DecalCount; + int PreSkinColorDecalCount + int TotalDecalCount; + int _; // Alignment + + float4 PatternColorOverrides[16]; + float4 CoaColor1; + float4 CoaColor2; + float4 CoaOffsetAndScale; + + float HasDiffuseMapOverride; + float HasNormalMapOverride; + float HasPropertiesMapOverride; +}; +Code +[[ + #define LIGHT_COUNT 3 + #define LIGHT_TYPE_NONE 0 + #define LIGHT_TYPE_DIRECTIONAL 1 + #define LIGHT_TYPE_SPOTLIGHT 2 + #define LIGHT_TYPE_POINTLIGHT 3 +]] + +VertexShader = { + + Code + [[ + VS_OUTPUT_PDXMESHPORTRAIT ConvertOutput( VS_OUTPUT_PDXMESH In ) + { + VS_OUTPUT_PDXMESHPORTRAIT Out; + + Out.Position = In.Position; + Out.Normal = In.Normal; + Out.Tangent = In.Tangent; + Out.Bitangent = In.Bitangent; + Out.UV0 = In.UV0; + Out.UV1 = In.UV1; + Out.UV2 = In.UV2; + Out.WorldSpacePos = In.WorldSpacePos; + return Out; + } + ]] + + MainCode VS_portrait_blend_shapes + { + Input = "VS_INPUT_PDXMESHSTANDARD_ID" + Output = "VS_OUTPUT_PDXMESHPORTRAIT" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHPORTRAIT Out; + + float4 vPosition = float4( Input.Position.xyz, 1.0f ); + float3 vBlendPositionDiff; + float3 vBlendNormalDiff; + float3 vBlendTangentDiff; + ProcessBlendShapes( vBlendPositionDiff, vBlendNormalDiff, vBlendTangentDiff, Input.VertexID ); + vPosition.xyz += vBlendPositionDiff; + + float4x4 WorldMatrix = PdxMeshGetWorldMatrix( Input.InstanceIndices.y ); + #ifdef PDX_MESH_SKINNED + float4 vSkinnedPosition = float4( 0, 0, 0, 0 ); + float3 vSkinnedNormal = float3( 0, 0, 0 ); + float3 vSkinnedTangent = float3( 0, 0, 0 ); + float3 vSkinnedBitangent = float3( 0, 0, 0 ); + + float4 vWeight = float4( Input.BoneWeight.xyz, 1.0f - Input.BoneWeight.x - Input.BoneWeight.y - Input.BoneWeight.z ); + + for( int i = 0; i < PDXMESH_MAX_INFLUENCE; ++i ) + { + int nIndex = int( Input.BoneIndex[i] ); + float4x4 mat = BoneMatrices[nIndex + Input.InstanceIndices.x]; + vSkinnedPosition += mul( mat, vPosition ) * vWeight[i]; + + float3x3 NormalTransform = CastTo3x3( BoneNormalMatrices[ nIndex + Input.InstanceIndices.x ] ); + + float3 vNormal = mul( NormalTransform, Input.Normal + vBlendNormalDiff ); + float3 vTangent = mul( NormalTransform, Input.Tangent.xyz + vBlendTangentDiff ); + float3 vBitangent = cross( vNormal, vTangent ) * Input.Tangent.w; + + vSkinnedNormal += vNormal * vWeight[i]; + vSkinnedTangent += vTangent * vWeight[i]; + vSkinnedBitangent += vBitangent * vWeight[i]; + } + + Out.Position = mul( WorldMatrix, vSkinnedPosition ); + + Out.Normal = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedNormal ) ) ); + Out.Tangent = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedTangent ) ) ); + Out.Bitangent = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedBitangent ) ) ); + #else + Out.Position = mul( WorldMatrix, vPosition ); + + Out.Normal = normalize( mul( CastTo3x3( WorldMatrix ), Input.Normal + vBlendNormalDiff ) ); + Out.Tangent = normalize( mul( CastTo3x3( WorldMatrix ), Input.Tangent.xyz + vBlendTangentDiff ) ); + Out.Bitangent = normalize( cross( Out.Normal, Out.Tangent ) * Input.Tangent.w); + #endif + + Out.WorldSpacePos.xyz = Out.Position.xyz; + Out.WorldSpacePos /= WorldMatrix[3][3]; + Out.Position = FixProjectionAndMul( ViewProjectionMatrix, Out.Position ); + + Out.ShadowProj = mul( ShadowMapTextureMatrix, float4( Out.WorldSpacePos, 1.0 ) ); + + Out.UV0 = Input.UV0; + #ifdef PDX_MESH_UV1 + Out.UV1 = Input.UV1; + #else + Out.UV1 = vec2( 0.0 ); + #endif + #ifdef PDX_MESH_UV2 + Out.UV2 = Input.UV2; + #else + Out.UV2 = vec2( 0.0 ); + #endif + Out.InstanceIndex = Input.InstanceIndices.y; + return Out; + } + ]] + } + + MainCode VS_portrait_blend_shapes_shadow + { + Input = "VS_INPUT_PDXMESHSTANDARD_ID" + Output = "VS_OUTPUT_PDXMESHSHADOWSTANDARD" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHSHADOWSTANDARD Out; + + float4 vPosition = float4( Input.Position.xyz, 1.0 ); + float3 vBlendPositionDiff; + ProcessBlendShapesPositionOnly( vBlendPositionDiff, Input.VertexID ); + vPosition.xyz += vBlendPositionDiff; + + float4x4 WorldMatrix = PdxMeshGetWorldMatrix( Input.InstanceIndices.y ); + #ifdef PDX_MESH_SKINNED + float4 vSkinnedPosition = float4( 0, 0, 0, 0 ); + + float4 vWeight = float4( Input.BoneWeight.xyz, 1.0f - Input.BoneWeight.x - Input.BoneWeight.y - Input.BoneWeight.z ); + for( int i = 0; i < PDXMESH_MAX_INFLUENCE; ++i ) + { + int nIndex = int( Input.BoneIndex[i] ); + float4x4 mat = BoneMatrices[nIndex + Input.InstanceIndices.x]; + vSkinnedPosition += mul( mat, vPosition ) * vWeight[i]; + } + Out.Position = mul( WorldMatrix, vSkinnedPosition ); + #else + Out.Position = mul( WorldMatrix, vPosition ); + #endif + + Out.Position = FixProjectionAndMul( ViewProjectionMatrix, Out.Position ); + Out.UV_InstanceIndex = float3( Input.UV0, Input.InstanceIndices.y ); + return Out; + } + ]] + } + + MainCode VS_standard + { + Input = "VS_INPUT_PDXMESHSTANDARD" + Output = "VS_OUTPUT_PDXMESHPORTRAIT" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHPORTRAIT Out = ConvertOutput( PdxMeshVertexShaderStandard( Input ) ); + Out.InstanceIndex = Input.InstanceIndices.y; + return Out; + } + ]] + } +} + +PixelShader = +{ + Code + [[ + struct SPortraitPointLight + { + float3 _Position; + float _Radius; + float3 _Color; + float _Falloff; + }; + struct SPortraitSpotLight + { + SPortraitPointLight _PointLight; + float3 _ConeDirection; + float _ConeInnerCosAngle; + float _ConeOuterCosAngle; + }; + + SPortraitPointLight GetPortraitPointLight( float4 PositionAndRadius, float4 ColorAndFalloff ) + { + SPortraitPointLight PointLight; + PointLight._Position = PositionAndRadius.xyz; + PointLight._Radius = PositionAndRadius.w; + PointLight._Color = ColorAndFalloff.xyz; + PointLight._Falloff = ColorAndFalloff.w; + return PointLight; + } + + SPortraitSpotLight GetPortraitSpotLight( float4 PositionAndRadius, float4 ColorAndFalloff, float3 Direction, float InnerCosAngle, float OuterCosAngle ) + { + SPortraitSpotLight Ret; + Ret._PointLight = GetPortraitPointLight( PositionAndRadius, ColorAndFalloff ); + Ret._ConeDirection = Direction; + Ret._ConeInnerCosAngle = InnerCosAngle; + Ret._ConeOuterCosAngle = OuterCosAngle; + return Ret; + } + + void GGXPointLight( SPortraitPointLight Pointlight, float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + float3 PosToLight = Pointlight._Position - WorldSpacePos; + float DistanceToLight = length( PosToLight ); + + float LightIntensity = CalcLightFalloff( Pointlight._Radius, DistanceToLight, Pointlight._Falloff ); + if ( LightIntensity > 0.0 ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = PosToLight / DistanceToLight; + LightingProps._LightIntensity = Pointlight._Color * LightIntensity; + LightingProps._ShadowTerm = ShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + float3 DiffuseLight; + float3 SpecularLight; + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void GGXSpotLight( SPortraitSpotLight Spot, float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + float3 PosToLight = Spot._PointLight._Position - WorldSpacePos; + float DistanceToLight = length(PosToLight); + float3 ToLightDir = PosToLight / DistanceToLight; + + float LightIntensity = CalcLightFalloff( Spot._PointLight._Radius, DistanceToLight, Spot._PointLight._Falloff ); + float PdotL = dot( -ToLightDir, Spot._ConeDirection ); + LightIntensity *= smoothstep( Spot._ConeOuterCosAngle, Spot._ConeInnerCosAngle, PdotL ); + if ( LightIntensity > 0.0 ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = ToLightDir; + LightingProps._LightIntensity = Spot._PointLight._Color * LightIntensity; + LightingProps._ShadowTerm = ShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + float3 DiffuseLight; + float3 SpecularLight; + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void CalculatePortraitLights( float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + for( int i = 0; i < LIGHT_COUNT; ++i ) + { + float3 DiffuseLight = vec3(0); + float3 SpecularLight = vec3(0); + + //Scale color by ShadowTerm + float4 Color_Fallof = Light_Color_Falloff[i]; + float LightShadowTerm = Light_InnerCone_OuterCone_AffectedByShadows[i].z > 0.5 ? ShadowTerm : 1.0; + + if( Light_Direction_Type[i].w == LIGHT_TYPE_SPOTLIGHT ) + { + float InnerAngle = Light_InnerCone_OuterCone_AffectedByShadows[i].x; + float OuterAngle = Light_InnerCone_OuterCone_AffectedByShadows[i].y; + SPortraitSpotLight Spot = GetPortraitSpotLight( Light_Position_Radius[i], Color_Fallof, Light_Direction_Type[i].xyz, InnerAngle, OuterAngle ); + GGXSpotLight( Spot, WorldSpacePos, LightShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + } + else if( Light_Direction_Type[i].w == LIGHT_TYPE_POINTLIGHT ) + { + SPortraitPointLight Light = GetPortraitPointLight( Light_Position_Radius[i], Color_Fallof ); + GGXPointLight( Light, WorldSpacePos, LightShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + } + else if( Light_Direction_Type[i].w == LIGHT_TYPE_DIRECTIONAL ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = -Light_Direction_Type[i].xyz; + LightingProps._LightIntensity = Color_Fallof.rgb; + LightingProps._ShadowTerm = LightShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + } + + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void DebugReturn( inout float3 Out, SMaterialProperties MaterialProps, SLightingProperties LightingProps, PdxTextureSamplerCube EnvironmentMap, float3 SssColor, float SssMask ) + { + #if defined(PDX_DEBUG_PORTRAIT_SSS_MASK) + Out = SssMask; + #elif defined(PDX_DEBUG_PORTRAIT_SSS_COLOR) + Out = SssColor; + #else + DebugReturn( Out, MaterialProps, LightingProps, EnvironmentMap ); + #endif + } + + float3 CommonPixelShader( float4 Diffuse, float4 Properties, float3 NormalSample, in VS_OUTPUT_PDXMESHPORTRAIT Input ) + { + float3x3 TBN = Create3x3( normalize( Input.Tangent ), normalize( Input.Bitangent ), normalize( Input.Normal ) ); + float3 Normal = normalize( mul( NormalSample, TBN ) ); + + SMaterialProperties MaterialProps = GetMaterialProperties( Diffuse.rgb, Normal, saturate( Properties.a ), Properties.g, Properties.b ); + SLightingProperties LightingProps = GetSunLightingProperties( Input.WorldSpacePos, ShadowTexture ); + + float3 DiffuseIBL; + float3 SpecularIBL; + CalculateLightingFromIBL( MaterialProps, LightingProps, EnvironmentMap, DiffuseIBL, SpecularIBL ); + + float3 DiffuseLight = vec3(0.0); + float3 SpecularLight = vec3(0.0); + CalculatePortraitLights( Input.WorldSpacePos, LightingProps._ShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + + float3 Color = DiffuseIBL + SpecularIBL + DiffuseLight + SpecularLight; + + float3 SssColor = vec3(0.0f); + float SssMask = Properties.r; + #ifdef FAKE_SSS_EMISSIVE + float3 SkinColor = RGBtoHSV( Diffuse.rgb ); + SkinColor.z = 1.0f; + SssColor = HSVtoRGB(SkinColor) * SssMask * 0.5f * MaterialProps._DiffuseColor; + Color += SssColor; + #endif + + Color = ApplyDistanceFog( Color, Input.WorldSpacePos ); + + DebugReturn( Color, MaterialProps, LightingProps, EnvironmentMap, SssColor, SssMask ); + return Color; + } + + // Remaps Value to [IntervalStart, IntervalEnd] + // Assumes Value is in [0,1] and that 0 <= IntervalStart < IntervalEnd <= 1 + float RemapToInterval( float Value, float IntervalStart, float IntervalEnd ) + { + return IntervalStart + Value * ( IntervalEnd - IntervalStart ); + } + + // The skin, eye and hair assets come with a special texture (the "Color Mask", typically packed into + // another texture) that determines the Diffuse-PaletteColor blend. Artists also supply a remap interval + // used to bias this texture's values; essentially allowing the texture's full range of values to be + // mapped into a small interval of the diffuse lerp (e.g. [0.8, 1]). + // If the texture value is 0.0, that is a special case indicating there shouldn't be any palette color, + // (it is used for non-hair things such as hair bands, earrings etc) + float3 GetColorMaskColorBLend( float3 DiffuseColor, float3 PaletteColor, uint InstanceIndex, float ColorMaskStrength ) + { + if ( ColorMaskStrength == 0.0 ) + { + return DiffuseColor; + } + else + { + float2 Interval = GetColorMaskRemapInterval( InstanceIndex ); + float LerpTarget = RemapToInterval( ColorMaskStrength, Interval.x, Interval.y ); + return lerp( DiffuseColor.rgb, DiffuseColor.rgb * PaletteColor, LerpTarget ); + } + } + ]] + + MainCode PS_skin + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse; + float4 Properties; + float3 NormalSample; + + + #ifdef ENABLE_TEXTURE_OVERRIDE + if ( HasDiffuseMapOverride > 0.5f ) + { + Diffuse = PdxTex2D( DiffuseMapOverride, UV0 ); + } + else + { + Diffuse = PdxTex2D( DiffuseMap, UV0 ); + } + if ( HasPropertiesMapOverride > 0.5f ) + { + Properties = PdxTex2D( PropertiesMapOverride, UV0 ); + } + else + { + Properties = PdxTex2D( PropertiesMap, UV0 ); + } + if ( HasNormalMapOverride > 0.5f ) + { + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMapOverride, UV0 ) ); + } + else + { + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + } + #else + Diffuse = PdxTex2D( DiffuseMap, UV0 ); + Properties = PdxTex2D( PropertiesMap, UV0 ); + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + #endif + + AddDecals( Diffuse.rgb, NormalSample, Properties, UV0, Input.InstanceIndex, 0, PreSkinColorDecalCount ); + + float ColorMaskStrength = Diffuse.a; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorSkin.rgb, Input.InstanceIndex, ColorMaskStrength ); + + AddDecals( Diffuse.rgb, NormalSample, Properties, UV0, Input.InstanceIndex, PreSkinColorDecalCount, DecalCount ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + Out.Color = float4( Color, 1.0f ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorSkin.rgb; + + return Out; + } + + ]] + } + + MainCode PS_eye + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + + float ColorMaskStrength = Diffuse.a; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorEyes.rgb, Input.InstanceIndex, ColorMaskStrength ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + Out.Color = float4( Color, 1.0f ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorEyes.rgb; + + return Out; + } + ]] + } + + MainCode PS_attachment + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + Properties.r = 1.0; // wipe this clean now, ready to be modified later + + #ifdef COA_ENABLED + ApplyCoa( Input, Diffuse, CoaColor1, CoaColor2, CoaOffsetAndScale.xy, CoaOffsetAndScale.zw, CoaTexture ); + #endif + #ifdef VARIATIONS_ENABLED + ApplyVariationPatterns( Input, Diffuse, Properties, NormalSample ); + #endif + + float3 Color = Diffuse ; + // Shader modified by Alexis Stukov (https://steamcommunity.com/profiles/76561198360409417), firstly used by MOD https://steamcommunity.com/sharedfiles/filedetails/?id=2224124758 + + + Out.Color = float4( Color, Diffuse.a ); + Out.SSAOColor = float4( vec3( 0.0f ), 1.0f ); + + return Out; + } + ]] + } + MainCode PS_portrait_hair_backface + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PDX_COLOR" + Code + [[ + PDX_MAIN + { + return float4( vec3( 0.0f ), 1.0f ); + } + ]] + } + MainCode PS_hair + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + Properties *= vHairPropertyMult; + float4 NormalSampleRaw = PdxTex2D( NormalMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( NormalSampleRaw ) * ( PDX_IsFrontFace ? 1 : -1 ); + + float ColorMaskStrength = NormalSampleRaw.b; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorHair.rgb, Input.InstanceIndex, ColorMaskStrength ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + + #ifdef ALPHA_TO_COVERAGE + Diffuse.a = RescaleAlphaByMipLevel( Diffuse.a, UV0, DiffuseMap ); + + const float CUTOFF = 0.5f; + Diffuse.a = SharpenAlpha( Diffuse.a, CUTOFF ); + #endif + + #ifdef WRITE_ALPHA_ONE + Out.Color = float4( Color, 1.0f ); + #else + #ifdef HAIR_TRANSPARENCY_HACK + clip( Diffuse.a - 0.5f ); + #endif + + Out.Color = float4( Color, Diffuse.a ); + #endif + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorHair.rgb; + + return Out; + } + ]] + } + MainCode PS_hair_double_sided + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + #ifdef ALPHA_TEST + clip( Diffuse.a - 0.5f ); + Diffuse.a = 1.0f; + #endif + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + + Properties *= vHairPropertyMult; + Diffuse.rgb *= vPaletteColorHair.rgb; + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + + Out.Color = float4( Color, Diffuse.a ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorHair.rgb; + + return Out; + } + ]] + } +} + +BlendState hair_alpha_blend +{ + BlendEnable = yes + SourceBlend = "SRC_ALPHA" + DestBlend = "INV_SRC_ALPHA" + SourceAlpha = "ONE" + DestAlpha = "INV_SRC_ALPHA" + WriteMask = "RED|GREEN|BLUE|ALPHA" +} + +DepthStencilState hair_alpha_blend +{ + DepthWriteEnable = no +} + +BlendState alpha_to_coverage +{ + BlendEnable = yes + SourceBlend = "SRC_ALPHA" + DestBlend = "INV_SRC_ALPHA" + WriteMask = "RED|GREEN|BLUE|ALPHA" + SourceAlpha = "ONE" + DestAlpha = "INV_SRC_ALPHA" + AlphaToCoverage = yes +} + +RasterizerState rasterizer_no_culling +{ + CullMode = "none" +} + +RasterizerState rasterizer_backfaces +{ + FrontCCW = yes +} +RasterizerState ShadowRasterizerState +{ + #Don't go higher than 10000 as it will make the shadows fall through the mesh + DepthBias = 500 + SlopeScaleDepthBias = 2 +} +RasterizerState ShadowRasterizerStateBackfaces +{ + DepthBias = 1000 + SlopeScaleDepthBias = 2 + FrontCCW = yes +} + +Effect portrait_skin +{ + VertexShader = "VS_standard" + PixelShader = "PS_skin" + Defines = { "FAKE_SSS_EMISSIVE" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_skinShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_teeth +{ + VertexShader = "VS_standard" + PixelShader = "PS_skin" + Defines = { "FAKE_SSS_EMISSIVE" } +} + +Effect portrait_teeth +{ + VertexShader = "VS_portrait_blend_shapes" + PixelShader = "PS_skin" + Defines = { "FAKE_SSS_EMISSIVE" } +} + +Effect portrait_skin_face +{ + VertexShader = "VS_standard" + PixelShader = "PS_skin" + Defines = { "FAKE_SSS_EMISSIVE" "ENABLE_TEXTURE_OVERRIDE" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_skin_faceShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDXMESH_DISABLE_DITHERED_OPACITY" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_eye +{ + VertexShader = "VS_standard" + PixelShader = "PS_eye" +} + +Effect portrait_attachment +{ + VertexShader = "VS_standard" + PixelShader = "PS_attachment" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachmentShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDXMESH_DISABLE_DITHERED_OPACITY" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachment_pattern +{ + VertexShader = "VS_standard" + PixelShader = "PS_attachment" + Defines = { "VARIATIONS_ENABLED" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachment_patternShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDXMESH_DISABLE_DITHERED_OPACITY" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachment_pattern_alpha_to_coverage +{ + VertexShader = "VS_standard" + PixelShader = "PS_attachment" + BlendState = "alpha_to_coverage" + Defines = { "VARIATIONS_ENABLED" "PDX_MESH_BLENDSHAPES"} +} + +Effect portrait_attachment_pattern_alpha_to_coverageShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDXMESH_DISABLE_DITHERED_OPACITY" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachment_variedShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachment_alpha_to_coverage +{ + VertexShader = "VS_standard" + PixelShader = "PS_attachment" + BlendState = "alpha_to_coverage" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachment_alpha_to_coverageShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_attachment_with_coa +{ + VertexShader = "VS_portrait_blend_shapes" + PixelShader = "PS_attachment" + Defines = { "COA_ENABLED" } +} + +Effect portrait_attachment_with_coa_and_variations +{ + VertexShader = "VS_portrait_blend_shapes" + PixelShader = "PS_attachment" + Defines = { "COA_ENABLED" "VARIATIONS_ENABLED" } +} + +Effect portrait_hair +{ + VertexShader = "VS_standard" + PixelShader = "PS_hair" + BlendState = "alpha_to_coverage" + RasterizerState = "rasterizer_no_culling" + Defines = { "ALPHA_TO_COVERAGE" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_hair_transparency_hack +{ + VertexShader = "VS_standard" + PixelShader = "PS_hair" + BlendState = "alpha_to_coverage" + RasterizerState = "rasterizer_no_culling" + Defines = { "HAIR_TRANSPARENCY_HACK" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_hairShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDXMESH_DISABLE_DITHERED_OPACITY" } +} + +Effect portrait_hair_double_sided +{ + VertexShader = "VS_standard" + PixelShader = "PS_hair_double_sided" + BlendState = "alpha_to_coverage" + #DepthStencilState = "test_and_write" + RasterizerState = "rasterizer_no_culling" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_hair_alpha +{ + VertexShader = "VS_standard" + PixelShader = "PS_hair" + BlendState = "hair_alpha_blend" + DepthStencilState = "hair_alpha_blend" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_hair_opaque +{ + VertexShader = "VS_standard" + PixelShader = "PS_hair" + + Defines = { "WRITE_ALPHA_ONE" "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_hair_opaqueShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDXMESH_DISABLE_DITHERED_OPACITY" } +} + +Effect portrait_attachment_alpha +{ + VertexShader = "VS_standard" + PixelShader = "PS_attachment" + BlendState = "hair_alpha_blend" + DepthStencilState = "hair_alpha_blend" +} + +Effect portrait_attachment_alphaShadow +{ + VertexShader = "VertexPdxMeshStandardShadow" + PixelShader = "PixelPdxMeshStandardShadow" + RasterizerState = "ShadowRasterizerState" + Defines = { "PDX_MESH_BLENDSHAPES" } +} + +Effect portrait_hair_backside +{ + VertexShader = "VS_standard" + PixelShader = "PS_portrait_hair_backface" + RasterizerState = "rasterizer_backfaces" +} diff --git a/gfx/models/skins/clothes.asset b/gfx/models/skins/clothes.asset new file mode 100644 index 00000000..2441c312 --- /dev/null +++ b/gfx/models/skins/clothes.asset @@ -0,0 +1,596 @@ +pdxmesh = { + name = "top_baroque_blue_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_baroque_blue.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_baroque_blue_entity" + pdxmesh = "top_baroque_blue_mesh" + } + + pdxmesh = { + name = "top_baroque_blue2_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_baroque_blue2.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_baroque_blue2_entity" + pdxmesh = "top_baroque_blue2_mesh" + } + + pdxmesh = { + name = "top_baroque_bluehue_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_baroque_bluehue.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_baroque_bluehue_entity" + pdxmesh = "top_baroque_bluehue_mesh" + } + + pdxmesh = { + name = "top_baroque_gray_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_baroque_gray.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_baroque_gray_entity" + pdxmesh = "top_baroque_gray_mesh" + } + + pdxmesh = { + name = "top_baroque_gray2_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_baroque_gray2.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_baroque_gray2_entity" + pdxmesh = "top_baroque_gray2_mesh" + } + + pdxmesh = { + name = "top_baroque_red_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_baroque_red.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_baroque_red_entity" + pdxmesh = "top_baroque_red_mesh" + } + + pdxmesh = { + name = "top_baroque_sand_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_baroque_sand.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_baroque_sand_entity" + pdxmesh = "top_baroque_sand_mesh" + } + + pdxmesh = { + name = "top_genso_blue_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_genso_blue.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_genso_blue_entity" + pdxmesh = "top_genso_blue_mesh" + } + + pdxmesh = { + name = "top_genso_red_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_genso_red.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_genso_red_entity" + pdxmesh = "top_genso_red_mesh" + } + + pdxmesh = { + name = "top_lusitan_armor_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_lusitan_armor.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_lusitan_armor_entity" + pdxmesh = "top_lusitan_armor_mesh" + } + + pdxmesh = { + name = "top_lusitan_armor2_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_lusitan_armor2.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_lusitan_armor2_entity" + pdxmesh = "top_lusitan_armor2_mesh" + } + + pdxmesh = { + name = "top_medieval_tunic_white_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_medieval_tunic_white.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_medieval_tunic_white_entity" + pdxmesh = "top_medieval_tunic_white_mesh" + } + + pdxmesh = { + name = "top_pirate_green_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_pirate_green.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_pirate_green_entity" + pdxmesh = "top_pirate_green_mesh" + } + + pdxmesh = { + name = "top_two_piece_suit_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_two_piece_suit.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_two_piece_suit_entity" + pdxmesh = "top_two_piece_suit_mesh" + } + + pdxmesh = { + name = "top_victorian_tailcoat_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_victorian_tailcoat.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_victorian_tailcoat_entity" + pdxmesh = "top_victorian_tailcoat_mesh" + } + + pdxmesh = { + name = "top_victorian_tailcoat_red_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/top_victorian_tailcoat_red.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_victorian_tailcoat_red_entity" + pdxmesh = "top_victorian_tailcoat_red_mesh" + } + + pdxmesh = { + name = "top_blue_tunic_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_blue_tunic_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_blue_tunic_slim_entity" + pdxmesh = "top_blue_tunic_slim_mesh" + } + + pdxmesh = { + name = "top_brown_jacket_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_brown_jacket_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_brown_jacket_slim_entity" + pdxmesh = "top_brown_jacket_slim_mesh" + } + + pdxmesh = { + name = "top_coat_blue_nohat_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_coat_blue_nohat_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_coat_blue_nohat_slim_entity" + pdxmesh = "top_coat_blue_nohat_slim_mesh" + } + + pdxmesh = { + name = "top_coat_blue_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_coat_blue_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_coat_blue_slim_entity" + pdxmesh = "top_coat_blue_slim_mesh" + } + + pdxmesh = { + name = "top_dress_blue_nohat_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_dress_blue_nohat_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_dress_blue_nohat_slim_entity" + pdxmesh = "top_dress_blue_nohat_slim_mesh" + } + + pdxmesh = { + name = "top_dress_blue_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_dress_blue_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_dress_blue_slim_entity" + pdxmesh = "top_dress_blue_slim_mesh" + } + + pdxmesh = { + name = "top_dress_green_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_dress_green.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_dress_green_entity" + pdxmesh = "top_dress_green_mesh" + } + + pdxmesh = { + name = "top_green_shirt_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_green_shirt_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_green_shirt_slim_entity" + pdxmesh = "top_green_shirt_slim_mesh" + } + + pdxmesh = { + name = "top_kapresuit_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_kapresuit_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_kapresuit_slim_entity" + pdxmesh = "top_kapresuit_slim_mesh" + } + + pdxmesh = { + name = "top_pirate_green_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_pirate_green_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_pirate_green_slim_entity" + pdxmesh = "top_pirate_green_slim_mesh" + } + + pdxmesh = { + name = "top_pirate_white_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_pirate_white_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_pirate_white_slim_entity" + pdxmesh = "top_pirate_white_slim_mesh" + } + + pdxmesh = { + name = "top_red_dress_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_red_dress_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_red_dress_slim_entity" + pdxmesh = "top_red_dress_slim_mesh" + } + + pdxmesh = { + name = "top_red_jacket_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_red_jacket_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_red_jacket_slim_entity" + pdxmesh = "top_red_jacket_slim_mesh" + } + + pdxmesh = { + name = "top_shirt_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_shirt_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_shirt_slim_entity" + pdxmesh = "top_shirt_slim_mesh" + } + + pdxmesh = { + name = "top_shirt_slim2_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_shirt_slim2.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_shirt_slim2_entity" + pdxmesh = "top_shirt_slim2_mesh" + } + + pdxmesh = { + name = "top_touhou_1_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_touhou_1.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_touhou_1_entity" + pdxmesh = "top_touhou_1_mesh" + } + + pdxmesh = { + name = "top_touhou_2_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_touhou_2.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_touhou_2_entity" + pdxmesh = "top_touhou_2_mesh" + } + + pdxmesh = { + name = "top_touhou_2_nohat_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_touhou_2_nohat.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_touhou_2_nohat_entity" + pdxmesh = "top_touhou_2_nohat_mesh" + } + + pdxmesh = { + name = "top_two_piece_suit_slim_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/slim/top_two_piece_suit_slim.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/clothes.shader" + } + } + entity = { + name = "top_two_piece_suit_slim_entity" + pdxmesh = "top_two_piece_suit_slim_mesh" + } + + \ No newline at end of file diff --git a/gfx/models/skins/clothes.shader b/gfx/models/skins/clothes.shader new file mode 100644 index 00000000..b97ef297 --- /dev/null +++ b/gfx/models/skins/clothes.shader @@ -0,0 +1,829 @@ +Includes = { + "cw/pdxmesh_blendshapes.fxh" + "cw/pdxmesh.fxh" + "cw/utility.fxh" + "cw/shadow.fxh" + "cw/camera.fxh" + "cw/alpha_to_coverage.fxh" + "jomini/jomini_lighting.fxh" + "jomini/jomini_fog.fxh" + "jomini/portrait_accessory_variation.fxh" + "jomini/portrait_coa.fxh" + "jomini/portrait_decals.fxh" + "jomini/portrait_user_data.fxh" + "constants.fxh" +} + +PixelShader = +{ + TextureSampler DiffuseMap + { + Index = 0 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler PropertiesMap + { + Index = 1 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler NormalMap + { + Index = 2 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler SSAOColorMap + { + Index = 3 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler EnvironmentMap + { + Ref = JominiEnvironmentMap + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + Type = "Cube" + } + TextureSampler DiffuseMapOverride + { + Index = 9 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler NormalMapOverride + { + Index = 10 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler PropertiesMapOverride + { + Index = 11 + MagFilter = "Linear" + MinFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler CoaTexture + { + Index = 12 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + } + TextureSampler ShadowTexture + { + Ref = PdxShadowmap + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + CompareFunction = less_equal + SamplerType = "Compare" + } + + VertexStruct PS_COLOR_SSAO + { + float4 Color : PDX_COLOR0; + float4 SSAOColor : PDX_COLOR1; + }; +} + +VertexStruct VS_OUTPUT_PDXMESHPORTRAIT +{ + float4 Position : PDX_POSITION; + float3 Normal : TEXCOORD0; + float3 Tangent : TEXCOORD1; + float3 Bitangent : TEXCOORD2; + float2 UV0 : TEXCOORD3; + float2 UV1 : TEXCOORD4; + float2 UV2 : TEXCOORD5; + float3 WorldSpacePos : TEXCOORD6; + float4 ShadowProj : TEXCOORD7; + # This instance index is used to fetch custom user data from the Data[] array (see pdxmesh.fxh) + uint InstanceIndex : TEXCOORD8; +}; + +VertexStruct VS_INPUT_PDXMESHSTANDARD_ID +{ + float3 Position : POSITION; + float3 Normal : TEXCOORD0; + float4 Tangent : TEXCOORD1; + float2 UV0 : TEXCOORD2; +@ifdef PDX_MESH_UV1 + float2 UV1 : TEXCOORD3; +@endif +@ifdef PDX_MESH_UV2 + float2 UV2 : TEXCOORD4; +@endif + + + uint2 InstanceIndices : TEXCOORD5; + +@ifdef PDX_MESH_SKINNED + uint4 BoneIndex : TEXCOORD6; + float3 BoneWeight : TEXCOORD7; +@endif + + uint VertexID : PDX_VertexID; +}; + +# Portrait constants (SPortraitConstants) +ConstantBuffer( 5 ) +{ + float4 vPaletteColorSkin; + float4 vPaletteColorEyes; + float4 vPaletteColorHair; + float4 vSkinPropertyMult; + float4 vEyesPropertyMult; + float4 vHairPropertyMult; + + float4 Light_Color_Falloff[3]; + float4 Light_Position_Radius[3] + float4 Light_Direction_Type[3]; + float4 Light_InnerCone_OuterCone_AffectedByShadows[3]; + + int DecalCount; + int PreSkinColorDecalCount + int TotalDecalCount; + int _; // Alignment + + float4 PatternColorOverrides[16]; + float4 CoaColor1; + float4 CoaColor2; + float4 CoaOffsetAndScale; + + float HasDiffuseMapOverride; + float HasNormalMapOverride; + float HasPropertiesMapOverride; +}; +Code +[[ + #define LIGHT_COUNT 3 + #define LIGHT_TYPE_NONE 0 + #define LIGHT_TYPE_DIRECTIONAL 1 + #define LIGHT_TYPE_SPOTLIGHT 2 + #define LIGHT_TYPE_POINTLIGHT 3 +]] + +VertexShader = { + + Code + [[ + VS_OUTPUT_PDXMESHPORTRAIT ConvertOutput( VS_OUTPUT_PDXMESH In ) + { + VS_OUTPUT_PDXMESHPORTRAIT Out; + + Out.Position = In.Position; + Out.Normal = In.Normal; + Out.Tangent = In.Tangent; + Out.Bitangent = In.Bitangent; + Out.UV0 = In.UV0; + Out.UV1 = In.UV1; + Out.UV2 = In.UV2; + Out.WorldSpacePos = In.WorldSpacePos; + return Out; + } + ]] + + MainCode VS_portrait_blend_shapes + { + Input = "VS_INPUT_PDXMESHSTANDARD_ID" + Output = "VS_OUTPUT_PDXMESHPORTRAIT" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHPORTRAIT Out; + + float4 vPosition = float4( Input.Position.xyz, 1.0f ); + float3 vBlendPositionDiff; + float3 vBlendNormalDiff; + float3 vBlendTangentDiff; + ProcessBlendShapes( vBlendPositionDiff, vBlendNormalDiff, vBlendTangentDiff, Input.VertexID ); + vPosition.xyz += vBlendPositionDiff; + + float4x4 WorldMatrix = PdxMeshGetWorldMatrix( Input.InstanceIndices.y ); + #ifdef PDX_MESH_SKINNED + float4 vSkinnedPosition = float4( 0, 0, 0, 0 ); + float3 vSkinnedNormal = float3( 0, 0, 0 ); + float3 vSkinnedTangent = float3( 0, 0, 0 ); + float3 vSkinnedBitangent = float3( 0, 0, 0 ); + + float4 vWeight = float4( Input.BoneWeight.xyz, 1.0f - Input.BoneWeight.x - Input.BoneWeight.y - Input.BoneWeight.z ); + + for( int i = 0; i < PDXMESH_MAX_INFLUENCE; ++i ) + { + int nIndex = int( Input.BoneIndex[i] ); + float4x4 mat = BoneMatrices[nIndex + Input.InstanceIndices.x]; + vSkinnedPosition += mul( mat, vPosition ) * vWeight[i]; + + float3x3 NormalTransform = CastTo3x3( BoneNormalMatrices[ nIndex + Input.InstanceIndices.x ] ); + + float3 vNormal = mul( NormalTransform, Input.Normal + vBlendNormalDiff ); + float3 vTangent = mul( NormalTransform, Input.Tangent.xyz + vBlendTangentDiff ); + float3 vBitangent = cross( vNormal, vTangent ) * Input.Tangent.w; + + vSkinnedNormal += vNormal * vWeight[i]; + vSkinnedTangent += vTangent * vWeight[i]; + vSkinnedBitangent += vBitangent * vWeight[i]; + } + + Out.Position = mul( WorldMatrix, vSkinnedPosition ); + + Out.Normal = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedNormal ) ) ); + Out.Tangent = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedTangent ) ) ); + Out.Bitangent = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedBitangent ) ) ); + #else + Out.Position = mul( WorldMatrix, vPosition ); + + Out.Normal = normalize( mul( CastTo3x3( WorldMatrix ), Input.Normal + vBlendNormalDiff ) ); + Out.Tangent = normalize( mul( CastTo3x3( WorldMatrix ), Input.Tangent.xyz + vBlendTangentDiff ) ); + Out.Bitangent = normalize( cross( Out.Normal, Out.Tangent ) * Input.Tangent.w); + #endif + + Out.WorldSpacePos.xyz = Out.Position.xyz; + Out.WorldSpacePos /= WorldMatrix[3][3]; + Out.Position = FixProjectionAndMul( ViewProjectionMatrix, Out.Position ); + + Out.ShadowProj = mul( ShadowMapTextureMatrix, float4( Out.WorldSpacePos, 1.0 ) ); + + Out.UV0 = Input.UV0; + #ifdef PDX_MESH_UV1 + Out.UV1 = Input.UV1; + #else + Out.UV1 = vec2( 0.0 ); + #endif + #ifdef PDX_MESH_UV2 + Out.UV2 = Input.UV2; + #else + Out.UV2 = vec2( 0.0 ); + #endif + Out.InstanceIndex = Input.InstanceIndices.y; + return Out; + } + ]] + } + + MainCode VS_portrait_blend_shapes_shadow + { + Input = "VS_INPUT_PDXMESHSTANDARD_ID" + Output = "VS_OUTPUT_PDXMESHSHADOWSTANDARD" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHSHADOWSTANDARD Out; + + float4 vPosition = float4( Input.Position.xyz, 1.0 ); + float3 vBlendPositionDiff; + ProcessBlendShapesPositionOnly( vBlendPositionDiff, Input.VertexID ); + vPosition.xyz += vBlendPositionDiff; + + float4x4 WorldMatrix = PdxMeshGetWorldMatrix( Input.InstanceIndices.y ); + #ifdef PDX_MESH_SKINNED + float4 vSkinnedPosition = float4( 0, 0, 0, 0 ); + + float4 vWeight = float4( Input.BoneWeight.xyz, 1.0f - Input.BoneWeight.x - Input.BoneWeight.y - Input.BoneWeight.z ); + for( int i = 0; i < PDXMESH_MAX_INFLUENCE; ++i ) + { + int nIndex = int( Input.BoneIndex[i] ); + float4x4 mat = BoneMatrices[nIndex + Input.InstanceIndices.x]; + vSkinnedPosition += mul( mat, vPosition ) * vWeight[i]; + } + Out.Position = mul( WorldMatrix, vSkinnedPosition ); + #else + Out.Position = mul( WorldMatrix, vPosition ); + #endif + + Out.Position = FixProjectionAndMul( ViewProjectionMatrix, Out.Position ); + Out.UV_InstanceIndex = float3( Input.UV0, Input.InstanceIndices.y ); + return Out; + } + ]] + } + + MainCode VS_standard + { + Input = "VS_INPUT_PDXMESHSTANDARD" + Output = "VS_OUTPUT_PDXMESHPORTRAIT" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHPORTRAIT Out = ConvertOutput( PdxMeshVertexShaderStandard( Input ) ); + Out.InstanceIndex = Input.InstanceIndices.y; + Out.Position.z -= 0.01f; + return Out; + } + ]] + } +} + +PixelShader = +{ + Code + [[ + struct SPortraitPointLight + { + float3 _Position; + float _Radius; + float3 _Color; + float _Falloff; + }; + struct SPortraitSpotLight + { + SPortraitPointLight _PointLight; + float3 _ConeDirection; + float _ConeInnerCosAngle; + float _ConeOuterCosAngle; + }; + + SPortraitPointLight GetPortraitPointLight( float4 PositionAndRadius, float4 ColorAndFalloff ) + { + SPortraitPointLight PointLight; + PointLight._Position = PositionAndRadius.xyz; + PointLight._Radius = PositionAndRadius.w; + PointLight._Color = ColorAndFalloff.xyz; + PointLight._Falloff = ColorAndFalloff.w; + return PointLight; + } + + SPortraitSpotLight GetPortraitSpotLight( float4 PositionAndRadius, float4 ColorAndFalloff, float3 Direction, float InnerCosAngle, float OuterCosAngle ) + { + SPortraitSpotLight Ret; + Ret._PointLight = GetPortraitPointLight( PositionAndRadius, ColorAndFalloff ); + Ret._ConeDirection = Direction; + Ret._ConeInnerCosAngle = InnerCosAngle; + Ret._ConeOuterCosAngle = OuterCosAngle; + return Ret; + } + + void GGXPointLight( SPortraitPointLight Pointlight, float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + float3 PosToLight = Pointlight._Position - WorldSpacePos; + float DistanceToLight = length( PosToLight ); + + float LightIntensity = CalcLightFalloff( Pointlight._Radius, DistanceToLight, Pointlight._Falloff ); + if ( LightIntensity > 0.0 ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = PosToLight / DistanceToLight; + LightingProps._LightIntensity = Pointlight._Color * LightIntensity; + LightingProps._ShadowTerm = ShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + float3 DiffuseLight; + float3 SpecularLight; + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void GGXSpotLight( SPortraitSpotLight Spot, float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + float3 PosToLight = Spot._PointLight._Position - WorldSpacePos; + float DistanceToLight = length(PosToLight); + float3 ToLightDir = PosToLight / DistanceToLight; + + float LightIntensity = CalcLightFalloff( Spot._PointLight._Radius, DistanceToLight, Spot._PointLight._Falloff ); + float PdotL = dot( -ToLightDir, Spot._ConeDirection ); + LightIntensity *= smoothstep( Spot._ConeOuterCosAngle, Spot._ConeInnerCosAngle, PdotL ); + if ( LightIntensity > 0.0 ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = ToLightDir; + LightingProps._LightIntensity = Spot._PointLight._Color * LightIntensity; + LightingProps._ShadowTerm = ShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + float3 DiffuseLight; + float3 SpecularLight; + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void CalculatePortraitLights( float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + for( int i = 0; i < LIGHT_COUNT; ++i ) + { + float3 DiffuseLight = vec3(0); + float3 SpecularLight = vec3(0); + + //Scale color by ShadowTerm + float4 Color_Fallof = Light_Color_Falloff[i]; + float LightShadowTerm = Light_InnerCone_OuterCone_AffectedByShadows[i].z > 0.5 ? ShadowTerm : 1.0; + + if( Light_Direction_Type[i].w == LIGHT_TYPE_SPOTLIGHT ) + { + float InnerAngle = Light_InnerCone_OuterCone_AffectedByShadows[i].x; + float OuterAngle = Light_InnerCone_OuterCone_AffectedByShadows[i].y; + SPortraitSpotLight Spot = GetPortraitSpotLight( Light_Position_Radius[i], Color_Fallof, Light_Direction_Type[i].xyz, InnerAngle, OuterAngle ); + GGXSpotLight( Spot, WorldSpacePos, LightShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + } + else if( Light_Direction_Type[i].w == LIGHT_TYPE_POINTLIGHT ) + { + SPortraitPointLight Light = GetPortraitPointLight( Light_Position_Radius[i], Color_Fallof ); + GGXPointLight( Light, WorldSpacePos, LightShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + } + else if( Light_Direction_Type[i].w == LIGHT_TYPE_DIRECTIONAL ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = -Light_Direction_Type[i].xyz; + LightingProps._LightIntensity = Color_Fallof.rgb; + LightingProps._ShadowTerm = LightShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + } + + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void DebugReturn( inout float3 Out, SMaterialProperties MaterialProps, SLightingProperties LightingProps, PdxTextureSamplerCube EnvironmentMap, float3 SssColor, float SssMask ) + { + #if defined(PDX_DEBUG_PORTRAIT_SSS_MASK) + Out = SssMask; + #elif defined(PDX_DEBUG_PORTRAIT_SSS_COLOR) + Out = SssColor; + #else + DebugReturn( Out, MaterialProps, LightingProps, EnvironmentMap ); + #endif + } + + float3 CommonPixelShader( float4 Diffuse, float4 Properties, float3 NormalSample, in VS_OUTPUT_PDXMESHPORTRAIT Input ) + { + float3x3 TBN = Create3x3( normalize( Input.Tangent ), normalize( Input.Bitangent ), normalize( Input.Normal ) ); + float3 Normal = normalize( mul( NormalSample, TBN ) ); + + SMaterialProperties MaterialProps = GetMaterialProperties( Diffuse.rgb, Normal, saturate( Properties.a ), Properties.g, Properties.b ); + SLightingProperties LightingProps = GetSunLightingProperties( Input.WorldSpacePos, ShadowTexture ); + + float3 DiffuseIBL; + float3 SpecularIBL; + CalculateLightingFromIBL( MaterialProps, LightingProps, EnvironmentMap, DiffuseIBL, SpecularIBL ); + + float3 DiffuseLight = vec3(0.0); + float3 SpecularLight = vec3(0.0); + CalculatePortraitLights( Input.WorldSpacePos, LightingProps._ShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + + float3 Color = DiffuseIBL + SpecularIBL + DiffuseLight + SpecularLight; + + float3 SssColor = vec3(0.0f); + float SssMask = Properties.r; + #ifdef FAKE_SSS_EMISSIVE + float3 SkinColor = RGBtoHSV( Diffuse.rgb ); + SkinColor.z = 1.0f; + SssColor = HSVtoRGB(SkinColor) * SssMask * 0.5f * MaterialProps._DiffuseColor; + Color += SssColor; + #endif + + Color = ApplyDistanceFog( Color, Input.WorldSpacePos ); + + DebugReturn( Color, MaterialProps, LightingProps, EnvironmentMap, SssColor, SssMask ); + return Color; + } + + // Remaps Value to [IntervalStart, IntervalEnd] + // Assumes Value is in [0,1] and that 0 <= IntervalStart < IntervalEnd <= 1 + float RemapToInterval( float Value, float IntervalStart, float IntervalEnd ) + { + return IntervalStart + Value * ( IntervalEnd - IntervalStart ); + } + + // The skin, eye and hair assets come with a special texture (the "Color Mask", typically packed into + // another texture) that determines the Diffuse-PaletteColor blend. Artists also supply a remap interval + // used to bias this texture's values; essentially allowing the texture's full range of values to be + // mapped into a small interval of the diffuse lerp (e.g. [0.8, 1]). + // If the texture value is 0.0, that is a special case indicating there shouldn't be any palette color, + // (it is used for non-hair things such as hair bands, earrings etc) + float3 GetColorMaskColorBLend( float3 DiffuseColor, float3 PaletteColor, uint InstanceIndex, float ColorMaskStrength ) + { + if ( ColorMaskStrength == 0.0 ) + { + return DiffuseColor; + } + else + { + float2 Interval = GetColorMaskRemapInterval( InstanceIndex ); + float LerpTarget = RemapToInterval( ColorMaskStrength, Interval.x, Interval.y ); + return lerp( DiffuseColor.rgb, DiffuseColor.rgb * PaletteColor, LerpTarget ); + } + } + ]] + + MainCode PS_skin + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse; + float4 Properties; + float3 NormalSample; + + + #ifdef ENABLE_TEXTURE_OVERRIDE + if ( HasDiffuseMapOverride > 0.5f ) + { + Diffuse = PdxTex2D( DiffuseMapOverride, UV0 ); + } + else + { + Diffuse = PdxTex2D( DiffuseMap, UV0 ); + } + if ( HasPropertiesMapOverride > 0.5f ) + { + Properties = PdxTex2D( PropertiesMapOverride, UV0 ); + } + else + { + Properties = PdxTex2D( PropertiesMap, UV0 ); + } + if ( HasNormalMapOverride > 0.5f ) + { + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMapOverride, UV0 ) ); + } + else + { + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + } + #else + Diffuse = PdxTex2D( DiffuseMap, UV0 ); + Properties = PdxTex2D( PropertiesMap, UV0 ); + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + #endif + + AddDecals( Diffuse.rgb, NormalSample, Properties, UV0, Input.InstanceIndex, 0, PreSkinColorDecalCount ); + + float ColorMaskStrength = Diffuse.a; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorSkin.rgb, Input.InstanceIndex, ColorMaskStrength ); + + AddDecals( Diffuse.rgb, NormalSample, Properties, UV0, Input.InstanceIndex, PreSkinColorDecalCount, DecalCount ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + Out.Color = float4( Color, 1.0f ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorSkin.rgb; + + return Out; + } + + ]] + } + + MainCode PS_eye + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + + float ColorMaskStrength = Diffuse.a; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorEyes.rgb, Input.InstanceIndex, ColorMaskStrength ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + Out.Color = float4( Color, 1.0f ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorEyes.rgb; + + return Out; + } + ]] + } + + MainCode PS_attachment + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + Properties.r = 1.0; // wipe this clean now, ready to be modified later + + #ifdef COA_ENABLED + ApplyCoa( Input, Diffuse, CoaColor1, CoaColor2, CoaOffsetAndScale.xy, CoaOffsetAndScale.zw, CoaTexture ); + #endif + #ifdef VARIATIONS_ENABLED + ApplyVariationPatterns( Input, Diffuse, Properties, NormalSample ); + #endif + + float3 Color = Diffuse ; + // Shader modified by Alexis Stukov (https://steamcommunity.com/profiles/76561198360409417), firstly used by MOD https://steamcommunity.com/sharedfiles/filedetails/?id=2224124758 + + + Out.Color = float4( Color, Diffuse.a ); + Out.SSAOColor = float4( vec3( 0.0f ), 1.0f ); + + return Out; + } + ]] + } + MainCode PS_portrait_hair_backface + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PDX_COLOR" + Code + [[ + PDX_MAIN + { + return float4( vec3( 0.0f ), 1.0f ); + } + ]] + } + MainCode PS_hair + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + Properties *= vHairPropertyMult; + float4 NormalSampleRaw = PdxTex2D( NormalMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( NormalSampleRaw ) * ( PDX_IsFrontFace ? 1 : -1 ); + + float ColorMaskStrength = NormalSampleRaw.b; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorHair.rgb, Input.InstanceIndex, ColorMaskStrength ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + + #ifdef ALPHA_TO_COVERAGE + Diffuse.a = RescaleAlphaByMipLevel( Diffuse.a, UV0, DiffuseMap ); + + const float CUTOFF = 0.5f; + Diffuse.a = SharpenAlpha( Diffuse.a, CUTOFF ); + #endif + + #ifdef WRITE_ALPHA_ONE + Out.Color = float4( Color, 1.0f ); + #else + #ifdef HAIR_TRANSPARENCY_HACK + clip( Diffuse.a - 0.5f ); + #endif + + Out.Color = float4( Color, Diffuse.a ); + #endif + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorHair.rgb; + + return Out; + } + ]] + } + MainCode PS_hair_double_sided + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + #ifdef ALPHA_TEST + clip( Diffuse.a - 0.5f ); + Diffuse.a = 1.0f; + #endif + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + + Properties *= vHairPropertyMult; + Diffuse.rgb *= vPaletteColorHair.rgb; + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + + Out.Color = float4( Color, Diffuse.a ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorHair.rgb; + + return Out; + } + ]] + } +} + +BlendState hair_alpha_blend +{ + BlendEnable = yes + SourceBlend = "SRC_ALPHA" + DestBlend = "INV_SRC_ALPHA" + SourceAlpha = "ONE" + DestAlpha = "INV_SRC_ALPHA" + WriteMask = "RED|GREEN|BLUE|ALPHA" +} + +DepthStencilState hair_alpha_blend +{ + DepthWriteEnable = no +} + +BlendState alpha_to_coverage +{ + BlendEnable = yes + SourceBlend = "SRC_ALPHA" + DestBlend = "INV_SRC_ALPHA" + WriteMask = "RED|GREEN|BLUE|ALPHA" + SourceAlpha = "ONE" + DestAlpha = "INV_SRC_ALPHA" + AlphaToCoverage = yes +} + +RasterizerState rasterizer_no_culling +{ + CullMode = "none" +} + +RasterizerState rasterizer_backfaces +{ + FrontCCW = yes +} +RasterizerState ShadowRasterizerState +{ + #Don't go higher than 10000 as it will make the shadows fall through the mesh + DepthBias = 499 + SlopeScaleDepthBias = 2 +} +RasterizerState ShadowRasterizerStateBackfaces +{ + DepthBias = 999 + SlopeScaleDepthBias = 2 + FrontCCW = yes +} + +Effect portrait_attachment_alpha_to_coverage +{ + VertexShader = "VS_standard" + PixelShader = "PS_attachment" + BlendState = "alpha_to_coverage" + Defines = { "PDX_MESH_BLENDSHAPES" } +} diff --git a/gfx/models/skins/hat.shader b/gfx/models/skins/hat.shader new file mode 100644 index 00000000..7943a465 --- /dev/null +++ b/gfx/models/skins/hat.shader @@ -0,0 +1,829 @@ +Includes = { + "cw/pdxmesh_blendshapes.fxh" + "cw/pdxmesh.fxh" + "cw/utility.fxh" + "cw/shadow.fxh" + "cw/camera.fxh" + "cw/alpha_to_coverage.fxh" + "jomini/jomini_lighting.fxh" + "jomini/jomini_fog.fxh" + "jomini/portrait_accessory_variation.fxh" + "jomini/portrait_coa.fxh" + "jomini/portrait_decals.fxh" + "jomini/portrait_user_data.fxh" + "constants.fxh" +} + +PixelShader = +{ + TextureSampler DiffuseMap + { + Index = 0 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler PropertiesMap + { + Index = 1 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler NormalMap + { + Index = 2 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler SSAOColorMap + { + Index = 3 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler EnvironmentMap + { + Ref = JominiEnvironmentMap + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + Type = "Cube" + } + TextureSampler DiffuseMapOverride + { + Index = 9 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler NormalMapOverride + { + Index = 10 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler PropertiesMapOverride + { + Index = 11 + MagFilter = "Linear" + MinFilter = "Linear" + SampleModeU = "Wrap" + SampleModeV = "Wrap" + } + TextureSampler CoaTexture + { + Index = 12 + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + } + TextureSampler ShadowTexture + { + Ref = PdxShadowmap + MagFilter = "Linear" + MinFilter = "Linear" + MipFilter = "Linear" + SampleModeU = "Clamp" + SampleModeV = "Clamp" + CompareFunction = less_equal + SamplerType = "Compare" + } + + VertexStruct PS_COLOR_SSAO + { + float4 Color : PDX_COLOR0; + float4 SSAOColor : PDX_COLOR1; + }; +} + +VertexStruct VS_OUTPUT_PDXMESHPORTRAIT +{ + float4 Position : PDX_POSITION; + float3 Normal : TEXCOORD0; + float3 Tangent : TEXCOORD1; + float3 Bitangent : TEXCOORD2; + float2 UV0 : TEXCOORD3; + float2 UV1 : TEXCOORD4; + float2 UV2 : TEXCOORD5; + float3 WorldSpacePos : TEXCOORD6; + float4 ShadowProj : TEXCOORD7; + # This instance index is used to fetch custom user data from the Data[] array (see pdxmesh.fxh) + uint InstanceIndex : TEXCOORD8; +}; + +VertexStruct VS_INPUT_PDXMESHSTANDARD_ID +{ + float3 Position : POSITION; + float3 Normal : TEXCOORD0; + float4 Tangent : TEXCOORD1; + float2 UV0 : TEXCOORD2; +@ifdef PDX_MESH_UV1 + float2 UV1 : TEXCOORD3; +@endif +@ifdef PDX_MESH_UV2 + float2 UV2 : TEXCOORD4; +@endif + + + uint2 InstanceIndices : TEXCOORD5; + +@ifdef PDX_MESH_SKINNED + uint4 BoneIndex : TEXCOORD6; + float3 BoneWeight : TEXCOORD7; +@endif + + uint VertexID : PDX_VertexID; +}; + +# Portrait constants (SPortraitConstants) +ConstantBuffer( 5 ) +{ + float4 vPaletteColorSkin; + float4 vPaletteColorEyes; + float4 vPaletteColorHair; + float4 vSkinPropertyMult; + float4 vEyesPropertyMult; + float4 vHairPropertyMult; + + float4 Light_Color_Falloff[3]; + float4 Light_Position_Radius[3] + float4 Light_Direction_Type[3]; + float4 Light_InnerCone_OuterCone_AffectedByShadows[3]; + + int DecalCount; + int PreSkinColorDecalCount + int TotalDecalCount; + int _; // Alignment + + float4 PatternColorOverrides[16]; + float4 CoaColor1; + float4 CoaColor2; + float4 CoaOffsetAndScale; + + float HasDiffuseMapOverride; + float HasNormalMapOverride; + float HasPropertiesMapOverride; +}; +Code +[[ + #define LIGHT_COUNT 3 + #define LIGHT_TYPE_NONE 0 + #define LIGHT_TYPE_DIRECTIONAL 1 + #define LIGHT_TYPE_SPOTLIGHT 2 + #define LIGHT_TYPE_POINTLIGHT 3 +]] + +VertexShader = { + + Code + [[ + VS_OUTPUT_PDXMESHPORTRAIT ConvertOutput( VS_OUTPUT_PDXMESH In ) + { + VS_OUTPUT_PDXMESHPORTRAIT Out; + + Out.Position = In.Position; + Out.Normal = In.Normal; + Out.Tangent = In.Tangent; + Out.Bitangent = In.Bitangent; + Out.UV0 = In.UV0; + Out.UV1 = In.UV1; + Out.UV2 = In.UV2; + Out.WorldSpacePos = In.WorldSpacePos; + return Out; + } + ]] + + MainCode VS_portrait_blend_shapes + { + Input = "VS_INPUT_PDXMESHSTANDARD_ID" + Output = "VS_OUTPUT_PDXMESHPORTRAIT" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHPORTRAIT Out; + + float4 vPosition = float4( Input.Position.xyz, 1.0f ); + float3 vBlendPositionDiff; + float3 vBlendNormalDiff; + float3 vBlendTangentDiff; + ProcessBlendShapes( vBlendPositionDiff, vBlendNormalDiff, vBlendTangentDiff, Input.VertexID ); + vPosition.xyz += vBlendPositionDiff; + + float4x4 WorldMatrix = PdxMeshGetWorldMatrix( Input.InstanceIndices.y ); + #ifdef PDX_MESH_SKINNED + float4 vSkinnedPosition = float4( 0, 0, 0, 0 ); + float3 vSkinnedNormal = float3( 0, 0, 0 ); + float3 vSkinnedTangent = float3( 0, 0, 0 ); + float3 vSkinnedBitangent = float3( 0, 0, 0 ); + + float4 vWeight = float4( Input.BoneWeight.xyz, 1.0f - Input.BoneWeight.x - Input.BoneWeight.y - Input.BoneWeight.z ); + + for( int i = 0; i < PDXMESH_MAX_INFLUENCE; ++i ) + { + int nIndex = int( Input.BoneIndex[i] ); + float4x4 mat = BoneMatrices[nIndex + Input.InstanceIndices.x]; + vSkinnedPosition += mul( mat, vPosition ) * vWeight[i]; + + float3x3 NormalTransform = CastTo3x3( BoneNormalMatrices[ nIndex + Input.InstanceIndices.x ] ); + + float3 vNormal = mul( NormalTransform, Input.Normal + vBlendNormalDiff ); + float3 vTangent = mul( NormalTransform, Input.Tangent.xyz + vBlendTangentDiff ); + float3 vBitangent = cross( vNormal, vTangent ) * Input.Tangent.w; + + vSkinnedNormal += vNormal * vWeight[i]; + vSkinnedTangent += vTangent * vWeight[i]; + vSkinnedBitangent += vBitangent * vWeight[i]; + } + + Out.Position = mul( WorldMatrix, vSkinnedPosition ); + + Out.Normal = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedNormal ) ) ); + Out.Tangent = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedTangent ) ) ); + Out.Bitangent = normalize( mul( CastTo3x3(WorldMatrix), normalize( vSkinnedBitangent ) ) ); + #else + Out.Position = mul( WorldMatrix, vPosition ); + + Out.Normal = normalize( mul( CastTo3x3( WorldMatrix ), Input.Normal + vBlendNormalDiff ) ); + Out.Tangent = normalize( mul( CastTo3x3( WorldMatrix ), Input.Tangent.xyz + vBlendTangentDiff ) ); + Out.Bitangent = normalize( cross( Out.Normal, Out.Tangent ) * Input.Tangent.w); + #endif + + Out.WorldSpacePos.xyz = Out.Position.xyz; + Out.WorldSpacePos /= WorldMatrix[3][3]; + Out.Position = FixProjectionAndMul( ViewProjectionMatrix, Out.Position ); + + Out.ShadowProj = mul( ShadowMapTextureMatrix, float4( Out.WorldSpacePos, 1.0 ) ); + + Out.UV0 = Input.UV0; + #ifdef PDX_MESH_UV1 + Out.UV1 = Input.UV1; + #else + Out.UV1 = vec2( 0.0 ); + #endif + #ifdef PDX_MESH_UV2 + Out.UV2 = Input.UV2; + #else + Out.UV2 = vec2( 0.0 ); + #endif + Out.InstanceIndex = Input.InstanceIndices.y; + return Out; + } + ]] + } + + MainCode VS_portrait_blend_shapes_shadow + { + Input = "VS_INPUT_PDXMESHSTANDARD_ID" + Output = "VS_OUTPUT_PDXMESHSHADOWSTANDARD" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHSHADOWSTANDARD Out; + + float4 vPosition = float4( Input.Position.xyz, 1.0 ); + float3 vBlendPositionDiff; + ProcessBlendShapesPositionOnly( vBlendPositionDiff, Input.VertexID ); + vPosition.xyz += vBlendPositionDiff; + + float4x4 WorldMatrix = PdxMeshGetWorldMatrix( Input.InstanceIndices.y ); + #ifdef PDX_MESH_SKINNED + float4 vSkinnedPosition = float4( 0, 0, 0, 0 ); + + float4 vWeight = float4( Input.BoneWeight.xyz, 1.0f - Input.BoneWeight.x - Input.BoneWeight.y - Input.BoneWeight.z ); + for( int i = 0; i < PDXMESH_MAX_INFLUENCE; ++i ) + { + int nIndex = int( Input.BoneIndex[i] ); + float4x4 mat = BoneMatrices[nIndex + Input.InstanceIndices.x]; + vSkinnedPosition += mul( mat, vPosition ) * vWeight[i]; + } + Out.Position = mul( WorldMatrix, vSkinnedPosition ); + #else + Out.Position = mul( WorldMatrix, vPosition ); + #endif + + Out.Position = FixProjectionAndMul( ViewProjectionMatrix, Out.Position ); + Out.UV_InstanceIndex = float3( Input.UV0, Input.InstanceIndices.y ); + return Out; + } + ]] + } + + MainCode VS_standard + { + Input = "VS_INPUT_PDXMESHSTANDARD" + Output = "VS_OUTPUT_PDXMESHPORTRAIT" + Code + [[ + PDX_MAIN + { + VS_OUTPUT_PDXMESHPORTRAIT Out = ConvertOutput( PdxMeshVertexShaderStandard( Input ) ); + Out.InstanceIndex = Input.InstanceIndices.y; + Out.Position.z -= 0.02f; + return Out; + } + ]] + } +} + +PixelShader = +{ + Code + [[ + struct SPortraitPointLight + { + float3 _Position; + float _Radius; + float3 _Color; + float _Falloff; + }; + struct SPortraitSpotLight + { + SPortraitPointLight _PointLight; + float3 _ConeDirection; + float _ConeInnerCosAngle; + float _ConeOuterCosAngle; + }; + + SPortraitPointLight GetPortraitPointLight( float4 PositionAndRadius, float4 ColorAndFalloff ) + { + SPortraitPointLight PointLight; + PointLight._Position = PositionAndRadius.xyz; + PointLight._Radius = PositionAndRadius.w; + PointLight._Color = ColorAndFalloff.xyz; + PointLight._Falloff = ColorAndFalloff.w; + return PointLight; + } + + SPortraitSpotLight GetPortraitSpotLight( float4 PositionAndRadius, float4 ColorAndFalloff, float3 Direction, float InnerCosAngle, float OuterCosAngle ) + { + SPortraitSpotLight Ret; + Ret._PointLight = GetPortraitPointLight( PositionAndRadius, ColorAndFalloff ); + Ret._ConeDirection = Direction; + Ret._ConeInnerCosAngle = InnerCosAngle; + Ret._ConeOuterCosAngle = OuterCosAngle; + return Ret; + } + + void GGXPointLight( SPortraitPointLight Pointlight, float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + float3 PosToLight = Pointlight._Position - WorldSpacePos; + float DistanceToLight = length( PosToLight ); + + float LightIntensity = CalcLightFalloff( Pointlight._Radius, DistanceToLight, Pointlight._Falloff ); + if ( LightIntensity > 0.0 ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = PosToLight / DistanceToLight; + LightingProps._LightIntensity = Pointlight._Color * LightIntensity; + LightingProps._ShadowTerm = ShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + float3 DiffuseLight; + float3 SpecularLight; + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void GGXSpotLight( SPortraitSpotLight Spot, float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + float3 PosToLight = Spot._PointLight._Position - WorldSpacePos; + float DistanceToLight = length(PosToLight); + float3 ToLightDir = PosToLight / DistanceToLight; + + float LightIntensity = CalcLightFalloff( Spot._PointLight._Radius, DistanceToLight, Spot._PointLight._Falloff ); + float PdotL = dot( -ToLightDir, Spot._ConeDirection ); + LightIntensity *= smoothstep( Spot._ConeOuterCosAngle, Spot._ConeInnerCosAngle, PdotL ); + if ( LightIntensity > 0.0 ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = ToLightDir; + LightingProps._LightIntensity = Spot._PointLight._Color * LightIntensity; + LightingProps._ShadowTerm = ShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + float3 DiffuseLight; + float3 SpecularLight; + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void CalculatePortraitLights( float3 WorldSpacePos, float ShadowTerm, SMaterialProperties MaterialProps, inout float3 DiffuseLightOut, inout float3 SpecularLightOut ) + { + for( int i = 0; i < LIGHT_COUNT; ++i ) + { + float3 DiffuseLight = vec3(0); + float3 SpecularLight = vec3(0); + + //Scale color by ShadowTerm + float4 Color_Fallof = Light_Color_Falloff[i]; + float LightShadowTerm = Light_InnerCone_OuterCone_AffectedByShadows[i].z > 0.5 ? ShadowTerm : 1.0; + + if( Light_Direction_Type[i].w == LIGHT_TYPE_SPOTLIGHT ) + { + float InnerAngle = Light_InnerCone_OuterCone_AffectedByShadows[i].x; + float OuterAngle = Light_InnerCone_OuterCone_AffectedByShadows[i].y; + SPortraitSpotLight Spot = GetPortraitSpotLight( Light_Position_Radius[i], Color_Fallof, Light_Direction_Type[i].xyz, InnerAngle, OuterAngle ); + GGXSpotLight( Spot, WorldSpacePos, LightShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + } + else if( Light_Direction_Type[i].w == LIGHT_TYPE_POINTLIGHT ) + { + SPortraitPointLight Light = GetPortraitPointLight( Light_Position_Radius[i], Color_Fallof ); + GGXPointLight( Light, WorldSpacePos, LightShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + } + else if( Light_Direction_Type[i].w == LIGHT_TYPE_DIRECTIONAL ) + { + SLightingProperties LightingProps; + LightingProps._ToCameraDir = normalize( CameraPosition - WorldSpacePos ); + LightingProps._ToLightDir = -Light_Direction_Type[i].xyz; + LightingProps._LightIntensity = Color_Fallof.rgb; + LightingProps._ShadowTerm = LightShadowTerm; + LightingProps._CubemapIntensity = 0.0; + LightingProps._CubemapYRotation = Float4x4Identity(); + + CalculateLightingFromLight( MaterialProps, LightingProps, DiffuseLight, SpecularLight ); + } + + DiffuseLightOut += DiffuseLight; + SpecularLightOut += SpecularLight; + } + } + + void DebugReturn( inout float3 Out, SMaterialProperties MaterialProps, SLightingProperties LightingProps, PdxTextureSamplerCube EnvironmentMap, float3 SssColor, float SssMask ) + { + #if defined(PDX_DEBUG_PORTRAIT_SSS_MASK) + Out = SssMask; + #elif defined(PDX_DEBUG_PORTRAIT_SSS_COLOR) + Out = SssColor; + #else + DebugReturn( Out, MaterialProps, LightingProps, EnvironmentMap ); + #endif + } + + float3 CommonPixelShader( float4 Diffuse, float4 Properties, float3 NormalSample, in VS_OUTPUT_PDXMESHPORTRAIT Input ) + { + float3x3 TBN = Create3x3( normalize( Input.Tangent ), normalize( Input.Bitangent ), normalize( Input.Normal ) ); + float3 Normal = normalize( mul( NormalSample, TBN ) ); + + SMaterialProperties MaterialProps = GetMaterialProperties( Diffuse.rgb, Normal, saturate( Properties.a ), Properties.g, Properties.b ); + SLightingProperties LightingProps = GetSunLightingProperties( Input.WorldSpacePos, ShadowTexture ); + + float3 DiffuseIBL; + float3 SpecularIBL; + CalculateLightingFromIBL( MaterialProps, LightingProps, EnvironmentMap, DiffuseIBL, SpecularIBL ); + + float3 DiffuseLight = vec3(0.0); + float3 SpecularLight = vec3(0.0); + CalculatePortraitLights( Input.WorldSpacePos, LightingProps._ShadowTerm, MaterialProps, DiffuseLight, SpecularLight ); + + float3 Color = DiffuseIBL + SpecularIBL + DiffuseLight + SpecularLight; + + float3 SssColor = vec3(0.0f); + float SssMask = Properties.r; + #ifdef FAKE_SSS_EMISSIVE + float3 SkinColor = RGBtoHSV( Diffuse.rgb ); + SkinColor.z = 1.0f; + SssColor = HSVtoRGB(SkinColor) * SssMask * 0.5f * MaterialProps._DiffuseColor; + Color += SssColor; + #endif + + Color = ApplyDistanceFog( Color, Input.WorldSpacePos ); + + DebugReturn( Color, MaterialProps, LightingProps, EnvironmentMap, SssColor, SssMask ); + return Color; + } + + // Remaps Value to [IntervalStart, IntervalEnd] + // Assumes Value is in [0,1] and that 0 <= IntervalStart < IntervalEnd <= 1 + float RemapToInterval( float Value, float IntervalStart, float IntervalEnd ) + { + return IntervalStart + Value * ( IntervalEnd - IntervalStart ); + } + + // The skin, eye and hair assets come with a special texture (the "Color Mask", typically packed into + // another texture) that determines the Diffuse-PaletteColor blend. Artists also supply a remap interval + // used to bias this texture's values; essentially allowing the texture's full range of values to be + // mapped into a small interval of the diffuse lerp (e.g. [0.8, 1]). + // If the texture value is 0.0, that is a special case indicating there shouldn't be any palette color, + // (it is used for non-hair things such as hair bands, earrings etc) + float3 GetColorMaskColorBLend( float3 DiffuseColor, float3 PaletteColor, uint InstanceIndex, float ColorMaskStrength ) + { + if ( ColorMaskStrength == 0.0 ) + { + return DiffuseColor; + } + else + { + float2 Interval = GetColorMaskRemapInterval( InstanceIndex ); + float LerpTarget = RemapToInterval( ColorMaskStrength, Interval.x, Interval.y ); + return lerp( DiffuseColor.rgb, DiffuseColor.rgb * PaletteColor, LerpTarget ); + } + } + ]] + + MainCode PS_skin + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse; + float4 Properties; + float3 NormalSample; + + + #ifdef ENABLE_TEXTURE_OVERRIDE + if ( HasDiffuseMapOverride > 0.5f ) + { + Diffuse = PdxTex2D( DiffuseMapOverride, UV0 ); + } + else + { + Diffuse = PdxTex2D( DiffuseMap, UV0 ); + } + if ( HasPropertiesMapOverride > 0.5f ) + { + Properties = PdxTex2D( PropertiesMapOverride, UV0 ); + } + else + { + Properties = PdxTex2D( PropertiesMap, UV0 ); + } + if ( HasNormalMapOverride > 0.5f ) + { + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMapOverride, UV0 ) ); + } + else + { + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + } + #else + Diffuse = PdxTex2D( DiffuseMap, UV0 ); + Properties = PdxTex2D( PropertiesMap, UV0 ); + NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + #endif + + AddDecals( Diffuse.rgb, NormalSample, Properties, UV0, Input.InstanceIndex, 0, PreSkinColorDecalCount ); + + float ColorMaskStrength = Diffuse.a; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorSkin.rgb, Input.InstanceIndex, ColorMaskStrength ); + + AddDecals( Diffuse.rgb, NormalSample, Properties, UV0, Input.InstanceIndex, PreSkinColorDecalCount, DecalCount ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + Out.Color = float4( Color, 1.0f ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorSkin.rgb; + + return Out; + } + + ]] + } + + MainCode PS_eye + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + + float ColorMaskStrength = Diffuse.a; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorEyes.rgb, Input.InstanceIndex, ColorMaskStrength ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + Out.Color = float4( Color, 1.0f ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorEyes.rgb; + + return Out; + } + ]] + } + + MainCode PS_attachment + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + Properties.r = 1.0; // wipe this clean now, ready to be modified later + + #ifdef COA_ENABLED + ApplyCoa( Input, Diffuse, CoaColor1, CoaColor2, CoaOffsetAndScale.xy, CoaOffsetAndScale.zw, CoaTexture ); + #endif + #ifdef VARIATIONS_ENABLED + ApplyVariationPatterns( Input, Diffuse, Properties, NormalSample ); + #endif + + float3 Color = Diffuse ; + // Shader modified by Alexis Stukov (https://steamcommunity.com/profiles/76561198360409417), firstly used by MOD https://steamcommunity.com/sharedfiles/filedetails/?id=2224124758 + + + Out.Color = float4( Color, Diffuse.a ); + Out.SSAOColor = float4( vec3( 0.0f ), 1.0f ); + + return Out; + } + ]] + } + MainCode PS_portrait_hair_backface + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PDX_COLOR" + Code + [[ + PDX_MAIN + { + return float4( vec3( 0.0f ), 1.0f ); + } + ]] + } + MainCode PS_hair + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + Properties *= vHairPropertyMult; + float4 NormalSampleRaw = PdxTex2D( NormalMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( NormalSampleRaw ) * ( PDX_IsFrontFace ? 1 : -1 ); + + float ColorMaskStrength = NormalSampleRaw.b; + Diffuse.rgb = GetColorMaskColorBLend( Diffuse.rgb, vPaletteColorHair.rgb, Input.InstanceIndex, ColorMaskStrength ); + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + + #ifdef ALPHA_TO_COVERAGE + Diffuse.a = RescaleAlphaByMipLevel( Diffuse.a, UV0, DiffuseMap ); + + const float CUTOFF = 0.5f; + Diffuse.a = SharpenAlpha( Diffuse.a, CUTOFF ); + #endif + + #ifdef WRITE_ALPHA_ONE + Out.Color = float4( Color, 1.0f ); + #else + #ifdef HAIR_TRANSPARENCY_HACK + clip( Diffuse.a - 0.5f ); + #endif + + Out.Color = float4( Color, Diffuse.a ); + #endif + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorHair.rgb; + + return Out; + } + ]] + } + MainCode PS_hair_double_sided + { + Input = "VS_OUTPUT_PDXMESHPORTRAIT" + Output = "PS_COLOR_SSAO" + Code + [[ + PDX_MAIN + { + PS_COLOR_SSAO Out; + + float2 UV0 = Input.UV0; + float4 Diffuse = PdxTex2D( DiffuseMap, UV0 ); + #ifdef ALPHA_TEST + clip( Diffuse.a - 0.5f ); + Diffuse.a = 1.0f; + #endif + float4 Properties = PdxTex2D( PropertiesMap, UV0 ); + float3 NormalSample = UnpackRRxGNormal( PdxTex2D( NormalMap, UV0 ) ); + + Properties *= vHairPropertyMult; + Diffuse.rgb *= vPaletteColorHair.rgb; + + float3 Color = CommonPixelShader( Diffuse, Properties, NormalSample, Input ); + + Out.Color = float4( Color, Diffuse.a ); + + Out.SSAOColor = PdxTex2D( SSAOColorMap, UV0 ); + Out.SSAOColor.rgb *= vPaletteColorHair.rgb; + + return Out; + } + ]] + } +} + +BlendState hair_alpha_blend +{ + BlendEnable = yes + SourceBlend = "SRC_ALPHA" + DestBlend = "INV_SRC_ALPHA" + SourceAlpha = "ONE" + DestAlpha = "INV_SRC_ALPHA" + WriteMask = "RED|GREEN|BLUE|ALPHA" +} + +DepthStencilState hair_alpha_blend +{ + DepthWriteEnable = no +} + +BlendState alpha_to_coverage +{ + BlendEnable = yes + SourceBlend = "SRC_ALPHA" + DestBlend = "INV_SRC_ALPHA" + WriteMask = "RED|GREEN|BLUE|ALPHA" + SourceAlpha = "ONE" + DestAlpha = "INV_SRC_ALPHA" + AlphaToCoverage = yes +} + +RasterizerState rasterizer_no_culling +{ + CullMode = "none" +} + +RasterizerState rasterizer_backfaces +{ + FrontCCW = yes +} +RasterizerState ShadowRasterizerState +{ + #Don't go higher than 10000 as it will make the shadows fall through the mesh + DepthBias = 498 + SlopeScaleDepthBias = 2 +} +RasterizerState ShadowRasterizerStateBackfaces +{ + DepthBias = 998 + SlopeScaleDepthBias = 2 + FrontCCW = yes +} + +Effect portrait_attachment_alpha_to_coverage +{ + VertexShader = "VS_standard" + PixelShader = "PS_attachment" + BlendState = "alpha_to_coverage" + Defines = { "PDX_MESH_BLENDSHAPES" } +} diff --git a/gfx/models/skins/hats.asset b/gfx/models/skins/hats.asset new file mode 100644 index 00000000..2da0e5ed --- /dev/null +++ b/gfx/models/skins/hats.asset @@ -0,0 +1,52 @@ +pdxmesh = { + name = "hat_thruitt_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/hats/hat_thruitt.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/hats.shader" + } + } + entity = { + name = "hat_thruitt_entity" + pdxmesh = "hat_thruitt_mesh" + } + + pdxmesh = { + name = "hat_thruitt_arctic_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/hats/hat_thruitt_arctic.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/hats.shader" + } + } + entity = { + name = "hat_thruitt_arctic_entity" + pdxmesh = "hat_thruitt_arctic_mesh" + } + + pdxmesh = { + name = "hat_thruitt_blond_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/hats/hat_thruitt_blond.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/hats.shader" + } + } + entity = { + name = "hat_thruitt_blond_entity" + pdxmesh = "hat_thruitt_blond_mesh" + } + + \ No newline at end of file diff --git a/gfx/models/skins/held_items.asset b/gfx/models/skins/held_items.asset new file mode 100644 index 00000000..2627d491 --- /dev/null +++ b/gfx/models/skins/held_items.asset @@ -0,0 +1,69 @@ +pdxmesh = { + name = "sword_diamond_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/held_items/sword_diamond.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/held_items.shader" + } + } + entity = { + name = "sword_diamond_entity" + pdxmesh = "sword_diamond_mesh" + } + + pdxmesh = { + name = "sword_iron_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/held_items/sword_iron.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/held_items.shader" + } + } + entity = { + name = "sword_iron_entity" + pdxmesh = "sword_iron_mesh" + } + + pdxmesh = { + name = "sword_stone_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/held_items/sword_stone.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/held_items.shader" + } + } + entity = { + name = "sword_stone_entity" + pdxmesh = "sword_stone_mesh" + } + + pdxmesh = { + name = "sword_wood_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/held_items/sword_wood.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/held_items.shader" + } + } + entity = { + name = "sword_wood_entity" + pdxmesh = "sword_wood_mesh" + } + + \ No newline at end of file diff --git a/gfx/models/skins/hm_prophet.mesh b/gfx/models/skins/hm_prophet.mesh new file mode 100644 index 00000000..ddb07dad Binary files /dev/null and b/gfx/models/skins/hm_prophet.mesh differ diff --git a/gfx/models/skins/military.asset b/gfx/models/skins/military.asset new file mode 100644 index 00000000..f66b707d --- /dev/null +++ b/gfx/models/skins/military.asset @@ -0,0 +1,103 @@ +pdxmesh = { + name = "top_blue_soldier_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/military/top_blue_soldier.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/military.shader" + } + } + entity = { + name = "top_blue_soldier_entity" + pdxmesh = "top_blue_soldier_mesh" + } + + pdxmesh = { + name = "top_diamond_full_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/military/top_diamond_full.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/military.shader" + } + } + entity = { + name = "top_diamond_full_entity" + pdxmesh = "top_diamond_full_mesh" + } + + pdxmesh = { + name = "top_green_soldier_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/military/top_green_soldier.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/military.shader" + } + } + entity = { + name = "top_green_soldier_entity" + pdxmesh = "top_green_soldier_mesh" + } + + pdxmesh = { + name = "top_hte_soldier_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/military/top_hte_soldier.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/military.shader" + } + } + entity = { + name = "top_hte_soldier_entity" + pdxmesh = "top_hte_soldier_mesh" + } + + pdxmesh = { + name = "top_redcoat_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/military/top_redcoat.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/military.shader" + } + } + entity = { + name = "top_redcoat_entity" + pdxmesh = "top_redcoat_mesh" + } + + pdxmesh = { + name = "top_red_soldier_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/clothes/military/top_red_soldier.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/military.shader" + } + } + entity = { + name = "top_red_soldier_entity" + pdxmesh = "top_red_soldier_mesh" + } + + \ No newline at end of file diff --git a/gfx/models/skins/players.asset b/gfx/models/skins/players.asset new file mode 100644 index 00000000..162ce058 --- /dev/null +++ b/gfx/models/skins/players.asset @@ -0,0 +1,477 @@ +pdxmesh = { + name = "anon00014_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/anon00014.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "anon00014_entity" + pdxmesh = "anon00014_mesh" + } + + pdxmesh = { + name = "britishwanderer_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/britishwanderer.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "britishwanderer_entity" + pdxmesh = "britishwanderer_mesh" + } + + pdxmesh = { + name = "elementkz_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/elementkz.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "elementkz_entity" + pdxmesh = "elementkz_mesh" + } + + pdxmesh = { + name = "gobblin_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/gobblin.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "gobblin_entity" + pdxmesh = "gobblin_mesh" + } + + pdxmesh = { + name = "horizonleap_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/horizonleap.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "horizonleap_entity" + pdxmesh = "horizonleap_mesh" + } + + pdxmesh = { + name = "kaprediem_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/kaprediem.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "kaprediem_entity" + pdxmesh = "kaprediem_mesh" + } + + pdxmesh = { + name = "ladykat_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/ladykat.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "ladykat_entity" + pdxmesh = "ladykat_mesh" + } + + pdxmesh = { + name = "lottosprayer_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/lottosprayer.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "lottosprayer_entity" + pdxmesh = "lottosprayer_mesh" + } + + pdxmesh = { + name = "magnileve_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/magnileve.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "magnileve_entity" + pdxmesh = "magnileve_mesh" + } + + pdxmesh = { + name = "metriximor_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/metriximor.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "metriximor_entity" + pdxmesh = "metriximor_mesh" + } + + pdxmesh = { + name = "ofunknown_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/ofunknown.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "ofunknown_entity" + pdxmesh = "ofunknown_mesh" + } + + pdxmesh = { + name = "pythius_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/pythius.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "pythius_entity" + pdxmesh = "pythius_mesh" + } + + pdxmesh = { + name = "redsteel_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/redsteel.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "redsteel_entity" + pdxmesh = "redsteel_mesh" + } + + pdxmesh = { + name = "retyu_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/retyu.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "retyu_entity" + pdxmesh = "retyu_mesh" + } + + pdxmesh = { + name = "sambonusg_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/sambonusg.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "sambonusg_entity" + pdxmesh = "sambonusg_mesh" + } + + pdxmesh = { + name = "squareblob_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/squareblob.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "squareblob_entity" + pdxmesh = "squareblob_mesh" + } + + pdxmesh = { + name = "topaz_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/topaz.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "topaz_entity" + pdxmesh = "topaz_mesh" + } + + pdxmesh = { + name = "wolfeyes_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/wolfeyes.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "wolfeyes_entity" + pdxmesh = "wolfeyes_mesh" + } + + pdxmesh = { + name = "zeldronix_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/zeldronix.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "zeldronix_entity" + pdxmesh = "zeldronix_mesh" + } + + pdxmesh = { + name = "AKJanklin_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/AKJanklin.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "AKJanklin_entity" + pdxmesh = "AKJanklin_mesh" + } + + pdxmesh = { + name = "amandacc_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/amandacc.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "amandacc_entity" + pdxmesh = "amandacc_mesh" + } + + pdxmesh = { + name = "banyough_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/banyough.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "banyough_entity" + pdxmesh = "banyough_mesh" + } + + pdxmesh = { + name = "bellamorte_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/bellamorte.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "bellamorte_entity" + pdxmesh = "bellamorte_mesh" + } + + pdxmesh = { + name = "chocchips_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/chocchips.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "chocchips_entity" + pdxmesh = "chocchips_mesh" + } + + pdxmesh = { + name = "orhint_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/orhint.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "orhint_entity" + pdxmesh = "orhint_mesh" + } + + pdxmesh = { + name = "reddevel_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/reddevel.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "reddevel_entity" + pdxmesh = "reddevel_mesh" + } + + pdxmesh = { + name = "smal_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/smal.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "smal_entity" + pdxmesh = "smal_mesh" + } + + pdxmesh = { + name = "tshola_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = { + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/players/slim/tshola.dds" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/body.shader" + } + } + entity = { + name = "tshola_entity" + pdxmesh = "tshola_mesh" + } + + \ No newline at end of file diff --git a/gfx/models/skins/skins_textures/body/kai.dds b/gfx/models/skins/skins_textures/body/kai.dds new file mode 100644 index 00000000..f939ccf9 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/kai.dds differ diff --git a/gfx/models/skins/skins_textures/body/kai.png b/gfx/models/skins/skins_textures/body/kai.png new file mode 100644 index 00000000..e56eb5af Binary files /dev/null and b/gfx/models/skins/skins_textures/body/kai.png differ diff --git a/gfx/models/skins/skins_textures/body/non_official_digni.dds b/gfx/models/skins/skins_textures/body/non_official_digni.dds new file mode 100644 index 00000000..36a5618f Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_digni.dds differ diff --git a/gfx/models/skins/skins_textures/body/non_official_digni.png b/gfx/models/skins/skins_textures/body/non_official_digni.png new file mode 100644 index 00000000..2eb26adf Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_digni.png differ diff --git a/gfx/models/skins/skins_textures/body/non_official_doctor.dds b/gfx/models/skins/skins_textures/body/non_official_doctor.dds new file mode 100644 index 00000000..0e1414f6 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_doctor.dds differ diff --git a/gfx/models/skins/skins_textures/body/non_official_doctor.png b/gfx/models/skins/skins_textures/body/non_official_doctor.png new file mode 100644 index 00000000..628e4d6f Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_doctor.png differ diff --git a/gfx/models/skins/skins_textures/body/non_official_tyler.dds b/gfx/models/skins/skins_textures/body/non_official_tyler.dds new file mode 100644 index 00000000..fbb462d9 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_tyler.dds differ diff --git a/gfx/models/skins/skins_textures/body/non_official_tyler.png b/gfx/models/skins/skins_textures/body/non_official_tyler.png new file mode 100644 index 00000000..089d531a Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_tyler.png differ diff --git a/gfx/models/skins/skins_textures/body/non_official_vali.dds b/gfx/models/skins/skins_textures/body/non_official_vali.dds new file mode 100644 index 00000000..a06af996 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_vali.dds differ diff --git a/gfx/models/skins/skins_textures/body/non_official_vali.png b/gfx/models/skins/skins_textures/body/non_official_vali.png new file mode 100644 index 00000000..296c1ee7 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/non_official_vali.png differ diff --git a/gfx/models/skins/skins_textures/body/noor.dds b/gfx/models/skins/skins_textures/body/noor.dds new file mode 100644 index 00000000..75dfdef6 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/noor.dds differ diff --git a/gfx/models/skins/skins_textures/body/noor.png b/gfx/models/skins/skins_textures/body/noor.png new file mode 100644 index 00000000..13beb50d Binary files /dev/null and b/gfx/models/skins/skins_textures/body/noor.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/alex.dds b/gfx/models/skins/skins_textures/body/slim/alex.dds new file mode 100644 index 00000000..2968fe1b Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/alex.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/alex.png b/gfx/models/skins/skins_textures/body/slim/alex.png new file mode 100644 index 00000000..06057226 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/alex.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/ari.dds b/gfx/models/skins/skins_textures/body/slim/ari.dds new file mode 100644 index 00000000..dcf583db Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/ari.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/ari.png b/gfx/models/skins/skins_textures/body/slim/ari.png new file mode 100644 index 00000000..226ced84 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/ari.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/efe.dds b/gfx/models/skins/skins_textures/body/slim/efe.dds new file mode 100644 index 00000000..c933c4e2 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/efe.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/efe.png b/gfx/models/skins/skins_textures/body/slim/efe.png new file mode 100644 index 00000000..f23634aa Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/efe.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/makena.dds b/gfx/models/skins/skins_textures/body/slim/makena.dds new file mode 100644 index 00000000..4774702d Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/makena.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/makena.png b/gfx/models/skins/skins_textures/body/slim/makena.png new file mode 100644 index 00000000..d39a0086 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/makena.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_flannel_slim.dds b/gfx/models/skins/skins_textures/body/slim/non_official_flannel_slim.dds new file mode 100644 index 00000000..bf94d69c Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_flannel_slim.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_flannel_slim.png b/gfx/models/skins/skins_textures/body/slim/non_official_flannel_slim.png new file mode 100644 index 00000000..444d6636 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_flannel_slim.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_hazel_slim.dds b/gfx/models/skins/skins_textures/body/slim/non_official_hazel_slim.dds new file mode 100644 index 00000000..f95c99ea Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_hazel_slim.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_hazel_slim.png b/gfx/models/skins/skins_textures/body/slim/non_official_hazel_slim.png new file mode 100644 index 00000000..dc00b7cf Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_hazel_slim.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_lunar_slim.dds b/gfx/models/skins/skins_textures/body/slim/non_official_lunar_slim.dds new file mode 100644 index 00000000..cd8f5b66 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_lunar_slim.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_lunar_slim.png b/gfx/models/skins/skins_textures/body/slim/non_official_lunar_slim.png new file mode 100644 index 00000000..1a042119 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_lunar_slim.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_rose_slim.dds b/gfx/models/skins/skins_textures/body/slim/non_official_rose_slim.dds new file mode 100644 index 00000000..02529080 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_rose_slim.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/non_official_rose_slim.png b/gfx/models/skins/skins_textures/body/slim/non_official_rose_slim.png new file mode 100644 index 00000000..8bb79434 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/non_official_rose_slim.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/thruitt_arctic_slim.dds b/gfx/models/skins/skins_textures/body/slim/thruitt_arctic_slim.dds new file mode 100644 index 00000000..48094b43 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/thruitt_arctic_slim.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/thruitt_arctic_slim.png b/gfx/models/skins/skins_textures/body/slim/thruitt_arctic_slim.png new file mode 100644 index 00000000..4b82e1a3 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/thruitt_arctic_slim.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/thruitt_blond_slim.dds b/gfx/models/skins/skins_textures/body/slim/thruitt_blond_slim.dds new file mode 100644 index 00000000..ac008556 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/thruitt_blond_slim.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/thruitt_blond_slim.png b/gfx/models/skins/skins_textures/body/slim/thruitt_blond_slim.png new file mode 100644 index 00000000..4de6f2d2 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/thruitt_blond_slim.png differ diff --git a/gfx/models/skins/skins_textures/body/slim/thruitt_slim.dds b/gfx/models/skins/skins_textures/body/slim/thruitt_slim.dds new file mode 100644 index 00000000..b7b5ee00 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/thruitt_slim.dds differ diff --git a/gfx/models/skins/skins_textures/body/slim/thruitt_slim.png b/gfx/models/skins/skins_textures/body/slim/thruitt_slim.png new file mode 100644 index 00000000..b82bfc61 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/slim/thruitt_slim.png differ diff --git a/gfx/models/skins/skins_textures/body/steve.dds b/gfx/models/skins/skins_textures/body/steve.dds new file mode 100644 index 00000000..d9e31963 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/steve.dds differ diff --git a/gfx/models/skins/skins_textures/body/steve.png b/gfx/models/skins/skins_textures/body/steve.png new file mode 100644 index 00000000..104a20c7 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/steve.png differ diff --git a/gfx/models/skins/skins_textures/body/steve_ghost.dds b/gfx/models/skins/skins_textures/body/steve_ghost.dds new file mode 100644 index 00000000..313f4563 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/steve_ghost.dds differ diff --git a/gfx/models/skins/skins_textures/body/steve_ghost.png b/gfx/models/skins/skins_textures/body/steve_ghost.png new file mode 100644 index 00000000..980e8a32 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/steve_ghost.png differ diff --git a/gfx/models/skins/skins_textures/body/thruitt.dds b/gfx/models/skins/skins_textures/body/thruitt.dds new file mode 100644 index 00000000..eecc0c35 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/thruitt.dds differ diff --git a/gfx/models/skins/skins_textures/body/thruitt.png b/gfx/models/skins/skins_textures/body/thruitt.png new file mode 100644 index 00000000..3f7070fe Binary files /dev/null and b/gfx/models/skins/skins_textures/body/thruitt.png differ diff --git a/gfx/models/skins/skins_textures/body/thruitt_arctic.dds b/gfx/models/skins/skins_textures/body/thruitt_arctic.dds new file mode 100644 index 00000000..67f76b67 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/thruitt_arctic.dds differ diff --git a/gfx/models/skins/skins_textures/body/thruitt_arctic.png b/gfx/models/skins/skins_textures/body/thruitt_arctic.png new file mode 100644 index 00000000..918f3966 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/thruitt_arctic.png differ diff --git a/gfx/models/skins/skins_textures/body/thruitt_blond.dds b/gfx/models/skins/skins_textures/body/thruitt_blond.dds new file mode 100644 index 00000000..58599401 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/thruitt_blond.dds differ diff --git a/gfx/models/skins/skins_textures/body/thruitt_blond.png b/gfx/models/skins/skins_textures/body/thruitt_blond.png new file mode 100644 index 00000000..96837593 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/thruitt_blond.png differ diff --git a/gfx/models/skins/skins_textures/body/zuri.dds b/gfx/models/skins/skins_textures/body/zuri.dds new file mode 100644 index 00000000..677e400f Binary files /dev/null and b/gfx/models/skins/skins_textures/body/zuri.dds differ diff --git a/gfx/models/skins/skins_textures/body/zuri.png b/gfx/models/skins/skins_textures/body/zuri.png new file mode 100644 index 00000000..7b2c17b7 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/zuri.png differ diff --git a/gfx/models/skins/skins_textures/body/zuri_clothed.dds b/gfx/models/skins/skins_textures/body/zuri_clothed.dds new file mode 100644 index 00000000..677e400f Binary files /dev/null and b/gfx/models/skins/skins_textures/body/zuri_clothed.dds differ diff --git a/gfx/models/skins/skins_textures/body/zuri_clothed.png b/gfx/models/skins/skins_textures/body/zuri_clothed.png new file mode 100644 index 00000000..7b2c17b7 Binary files /dev/null and b/gfx/models/skins/skins_textures/body/zuri_clothed.png differ diff --git a/gfx/models/skins/skins_textures/clothes/military/color_soldier.pdn b/gfx/models/skins/skins_textures/clothes/military/color_soldier.pdn new file mode 100644 index 00000000..ce953b0d Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/color_soldier.pdn differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_blue_soldier.dds b/gfx/models/skins/skins_textures/clothes/military/top_blue_soldier.dds new file mode 100644 index 00000000..bfd65768 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_blue_soldier.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_blue_soldier.png b/gfx/models/skins/skins_textures/clothes/military/top_blue_soldier.png new file mode 100644 index 00000000..ee0b7591 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_blue_soldier.png differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_diamond_full.dds b/gfx/models/skins/skins_textures/clothes/military/top_diamond_full.dds new file mode 100644 index 00000000..060b227d Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_diamond_full.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_diamond_full.png b/gfx/models/skins/skins_textures/clothes/military/top_diamond_full.png new file mode 100644 index 00000000..e6d00338 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_diamond_full.png differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_green_soldier.dds b/gfx/models/skins/skins_textures/clothes/military/top_green_soldier.dds new file mode 100644 index 00000000..c65ade2f Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_green_soldier.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_green_soldier.png b/gfx/models/skins/skins_textures/clothes/military/top_green_soldier.png new file mode 100644 index 00000000..86138b0d Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_green_soldier.png differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_hte_soldier.dds b/gfx/models/skins/skins_textures/clothes/military/top_hte_soldier.dds new file mode 100644 index 00000000..6cc08381 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_hte_soldier.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_hte_soldier.png b/gfx/models/skins/skins_textures/clothes/military/top_hte_soldier.png new file mode 100644 index 00000000..5ca996e6 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_hte_soldier.png differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_red_soldier.dds b/gfx/models/skins/skins_textures/clothes/military/top_red_soldier.dds new file mode 100644 index 00000000..9c8eaa36 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_red_soldier.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_red_soldier.png b/gfx/models/skins/skins_textures/clothes/military/top_red_soldier.png new file mode 100644 index 00000000..8d4467a4 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_red_soldier.png differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_redcoat.dds b/gfx/models/skins/skins_textures/clothes/military/top_redcoat.dds new file mode 100644 index 00000000..cf064755 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_redcoat.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/military/top_redcoat.png b/gfx/models/skins/skins_textures/clothes/military/top_redcoat.png new file mode 100644 index 00000000..07d4aac7 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/military/top_redcoat.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_blue_tunic_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_blue_tunic_slim.dds new file mode 100644 index 00000000..546ed671 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_blue_tunic_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_blue_tunic_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_blue_tunic_slim.png new file mode 100644 index 00000000..24fc23de Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_blue_tunic_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_brown_jacket_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_brown_jacket_slim.dds new file mode 100644 index 00000000..2148b8f8 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_brown_jacket_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_brown_jacket_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_brown_jacket_slim.png new file mode 100644 index 00000000..b07e678e Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_brown_jacket_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_nohat_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_nohat_slim.dds new file mode 100644 index 00000000..a36c6075 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_nohat_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_nohat_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_nohat_slim.png new file mode 100644 index 00000000..f5da0470 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_nohat_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_slim.dds new file mode 100644 index 00000000..32b372d6 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_slim.png new file mode 100644 index 00000000..a8dd97b0 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_coat_blue_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_nohat_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_nohat_slim.dds new file mode 100644 index 00000000..e9956967 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_nohat_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_nohat_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_nohat_slim.png new file mode 100644 index 00000000..b4abe13f Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_nohat_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_slim.dds new file mode 100644 index 00000000..1437bdce Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_slim.png new file mode 100644 index 00000000..0501baed Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_dress_blue_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_dress_green.dds b/gfx/models/skins/skins_textures/clothes/slim/top_dress_green.dds new file mode 100644 index 00000000..c3863687 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_dress_green.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_dress_green.png b/gfx/models/skins/skins_textures/clothes/slim/top_dress_green.png new file mode 100644 index 00000000..1d8123e8 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_dress_green.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_green_shirt_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_green_shirt_slim.dds new file mode 100644 index 00000000..39d13c34 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_green_shirt_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_green_shirt_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_green_shirt_slim.png new file mode 100644 index 00000000..66a4bde3 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_green_shirt_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_kapresuit_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_kapresuit_slim.dds new file mode 100644 index 00000000..0e99ae03 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_kapresuit_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_kapresuit_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_kapresuit_slim.png new file mode 100644 index 00000000..f2ba0318 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_kapresuit_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_pirate_green_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_green_slim.dds new file mode 100644 index 00000000..7752470a Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_green_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_pirate_green_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_green_slim.png new file mode 100644 index 00000000..b1fd1248 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_green_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_pirate_white_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_white_slim.dds new file mode 100644 index 00000000..c3d21076 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_white_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_pirate_white_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_white_slim.png new file mode 100644 index 00000000..a872cec9 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_pirate_white_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_red_dress_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_red_dress_slim.dds new file mode 100644 index 00000000..9132da7b Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_red_dress_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_red_dress_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_red_dress_slim.png new file mode 100644 index 00000000..d7c0d5dc Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_red_dress_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_red_jacket_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_red_jacket_slim.dds new file mode 100644 index 00000000..de9fefdf Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_red_jacket_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_red_jacket_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_red_jacket_slim.png new file mode 100644 index 00000000..a1dd4221 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_red_jacket_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim.dds new file mode 100644 index 00000000..86f79ac7 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim.png new file mode 100644 index 00000000..cb1eb002 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim2.dds b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim2.dds new file mode 100644 index 00000000..e3819943 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim2.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim2.png b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim2.png new file mode 100644 index 00000000..943d20c9 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_shirt_slim2.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_touhou_1.dds b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_1.dds new file mode 100644 index 00000000..b2069898 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_1.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_touhou_1.png b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_1.png new file mode 100644 index 00000000..63f7d20b Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_1.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2.dds b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2.dds new file mode 100644 index 00000000..21974a38 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2.png b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2.png new file mode 100644 index 00000000..20eed7a6 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2_nohat.dds b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2_nohat.dds new file mode 100644 index 00000000..14ef183d Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2_nohat.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2_nohat.png b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2_nohat.png new file mode 100644 index 00000000..2ef626cf Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_touhou_2_nohat.png differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_two_piece_suit_slim.dds b/gfx/models/skins/skins_textures/clothes/slim/top_two_piece_suit_slim.dds new file mode 100644 index 00000000..473d5dd6 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_two_piece_suit_slim.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/slim/top_two_piece_suit_slim.png b/gfx/models/skins/skins_textures/clothes/slim/top_two_piece_suit_slim.png new file mode 100644 index 00000000..d5dca9d8 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/slim/top_two_piece_suit_slim.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_blue.dds b/gfx/models/skins/skins_textures/clothes/top_baroque_blue.dds new file mode 100644 index 00000000..46803617 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_blue.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_blue.png b/gfx/models/skins/skins_textures/clothes/top_baroque_blue.png new file mode 100644 index 00000000..59bd1727 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_blue.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_blue2.dds b/gfx/models/skins/skins_textures/clothes/top_baroque_blue2.dds new file mode 100644 index 00000000..76fb463d Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_blue2.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_blue2.png b/gfx/models/skins/skins_textures/clothes/top_baroque_blue2.png new file mode 100644 index 00000000..7234cce7 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_blue2.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_bluehue.dds b/gfx/models/skins/skins_textures/clothes/top_baroque_bluehue.dds new file mode 100644 index 00000000..e204d680 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_bluehue.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_bluehue.png b/gfx/models/skins/skins_textures/clothes/top_baroque_bluehue.png new file mode 100644 index 00000000..be8edf1f Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_bluehue.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_gray.dds b/gfx/models/skins/skins_textures/clothes/top_baroque_gray.dds new file mode 100644 index 00000000..cc93ed6d Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_gray.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_gray.png b/gfx/models/skins/skins_textures/clothes/top_baroque_gray.png new file mode 100644 index 00000000..e61ba289 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_gray.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_gray2.dds b/gfx/models/skins/skins_textures/clothes/top_baroque_gray2.dds new file mode 100644 index 00000000..a3316c2e Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_gray2.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_gray2.png b/gfx/models/skins/skins_textures/clothes/top_baroque_gray2.png new file mode 100644 index 00000000..21999f19 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_gray2.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_red.dds b/gfx/models/skins/skins_textures/clothes/top_baroque_red.dds new file mode 100644 index 00000000..66c59afa Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_red.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_red.png b/gfx/models/skins/skins_textures/clothes/top_baroque_red.png new file mode 100644 index 00000000..8addfc3b Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_red.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_sand.dds b/gfx/models/skins/skins_textures/clothes/top_baroque_sand.dds new file mode 100644 index 00000000..62c18696 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_sand.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_baroque_sand.png b/gfx/models/skins/skins_textures/clothes/top_baroque_sand.png new file mode 100644 index 00000000..92fe06ec Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_baroque_sand.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_genso_blue.dds b/gfx/models/skins/skins_textures/clothes/top_genso_blue.dds new file mode 100644 index 00000000..a6873ab0 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_genso_blue.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_genso_blue.png b/gfx/models/skins/skins_textures/clothes/top_genso_blue.png new file mode 100644 index 00000000..37243f79 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_genso_blue.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_genso_red.dds b/gfx/models/skins/skins_textures/clothes/top_genso_red.dds new file mode 100644 index 00000000..0a4f423d Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_genso_red.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_genso_red.png b/gfx/models/skins/skins_textures/clothes/top_genso_red.png new file mode 100644 index 00000000..fe169333 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_genso_red.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_lusitan_armor.dds b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor.dds new file mode 100644 index 00000000..0dddb341 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_lusitan_armor.png b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor.png new file mode 100644 index 00000000..5febf4fb Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_lusitan_armor2.dds b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor2.dds new file mode 100644 index 00000000..2603fb30 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor2.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_lusitan_armor2.png b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor2.png new file mode 100644 index 00000000..2f30eb0e Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_lusitan_armor2.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_medieval_tunic_white.dds b/gfx/models/skins/skins_textures/clothes/top_medieval_tunic_white.dds new file mode 100644 index 00000000..7d063e9e Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_medieval_tunic_white.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_medieval_tunic_white.png b/gfx/models/skins/skins_textures/clothes/top_medieval_tunic_white.png new file mode 100644 index 00000000..c4ba42f8 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_medieval_tunic_white.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_pirate_green.dds b/gfx/models/skins/skins_textures/clothes/top_pirate_green.dds new file mode 100644 index 00000000..86729ef7 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_pirate_green.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_pirate_green.png b/gfx/models/skins/skins_textures/clothes/top_pirate_green.png new file mode 100644 index 00000000..e8ebfc61 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_pirate_green.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_two_piece_suit.dds b/gfx/models/skins/skins_textures/clothes/top_two_piece_suit.dds new file mode 100644 index 00000000..3418590c Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_two_piece_suit.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_two_piece_suit.png b/gfx/models/skins/skins_textures/clothes/top_two_piece_suit.png new file mode 100644 index 00000000..e890f9d8 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_two_piece_suit.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat.dds b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat.dds new file mode 100644 index 00000000..0fa69e69 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat.png b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat.png new file mode 100644 index 00000000..97b3eec9 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat.png differ diff --git a/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat_red.dds b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat_red.dds new file mode 100644 index 00000000..3e1c0592 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat_red.dds differ diff --git a/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat_red.png b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat_red.png new file mode 100644 index 00000000..e047f1b5 Binary files /dev/null and b/gfx/models/skins/skins_textures/clothes/top_victorian_tailcoat_red.png differ diff --git a/gfx/models/skins/skins_textures/hats/hat_thruitt.dds b/gfx/models/skins/skins_textures/hats/hat_thruitt.dds new file mode 100644 index 00000000..1058c654 Binary files /dev/null and b/gfx/models/skins/skins_textures/hats/hat_thruitt.dds differ diff --git a/gfx/models/skins/skins_textures/hats/hat_thruitt.png b/gfx/models/skins/skins_textures/hats/hat_thruitt.png new file mode 100644 index 00000000..f8a533fc Binary files /dev/null and b/gfx/models/skins/skins_textures/hats/hat_thruitt.png differ diff --git a/gfx/models/skins/skins_textures/hats/hat_thruitt_arctic.dds b/gfx/models/skins/skins_textures/hats/hat_thruitt_arctic.dds new file mode 100644 index 00000000..3f429108 Binary files /dev/null and b/gfx/models/skins/skins_textures/hats/hat_thruitt_arctic.dds differ diff --git a/gfx/models/skins/skins_textures/hats/hat_thruitt_arctic.png b/gfx/models/skins/skins_textures/hats/hat_thruitt_arctic.png new file mode 100644 index 00000000..9bfb22ed Binary files /dev/null and b/gfx/models/skins/skins_textures/hats/hat_thruitt_arctic.png differ diff --git a/gfx/models/skins/skins_textures/hats/hat_thruitt_blond.dds b/gfx/models/skins/skins_textures/hats/hat_thruitt_blond.dds new file mode 100644 index 00000000..35d63ed0 Binary files /dev/null and b/gfx/models/skins/skins_textures/hats/hat_thruitt_blond.dds differ diff --git a/gfx/models/skins/skins_textures/hats/hat_thruitt_blond.png b/gfx/models/skins/skins_textures/hats/hat_thruitt_blond.png new file mode 100644 index 00000000..de5bfa80 Binary files /dev/null and b/gfx/models/skins/skins_textures/hats/hat_thruitt_blond.png differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_diamond.dds b/gfx/models/skins/skins_textures/held_items/sword_diamond.dds new file mode 100644 index 00000000..185da086 Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_diamond.dds differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_diamond.png b/gfx/models/skins/skins_textures/held_items/sword_diamond.png new file mode 100644 index 00000000..42e5ebc9 Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_diamond.png differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_iron.dds b/gfx/models/skins/skins_textures/held_items/sword_iron.dds new file mode 100644 index 00000000..68d3f6e6 Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_iron.dds differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_iron.png b/gfx/models/skins/skins_textures/held_items/sword_iron.png new file mode 100644 index 00000000..fb9f4051 Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_iron.png differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_stone.dds b/gfx/models/skins/skins_textures/held_items/sword_stone.dds new file mode 100644 index 00000000..0e1e3b25 Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_stone.dds differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_stone.png b/gfx/models/skins/skins_textures/held_items/sword_stone.png new file mode 100644 index 00000000..efa1268f Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_stone.png differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_wood.dds b/gfx/models/skins/skins_textures/held_items/sword_wood.dds new file mode 100644 index 00000000..ff13b74f Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_wood.dds differ diff --git a/gfx/models/skins/skins_textures/held_items/sword_wood.png b/gfx/models/skins/skins_textures/held_items/sword_wood.png new file mode 100644 index 00000000..5cc1cdeb Binary files /dev/null and b/gfx/models/skins/skins_textures/held_items/sword_wood.png differ diff --git a/gfx/models/skins/skins_textures/players/anon00014.dds b/gfx/models/skins/skins_textures/players/anon00014.dds new file mode 100644 index 00000000..b3a4aab1 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/anon00014.dds differ diff --git a/gfx/models/skins/skins_textures/players/anon00014.png b/gfx/models/skins/skins_textures/players/anon00014.png new file mode 100644 index 00000000..9508b08b Binary files /dev/null and b/gfx/models/skins/skins_textures/players/anon00014.png differ diff --git a/gfx/models/skins/skins_textures/players/britishwanderer.dds b/gfx/models/skins/skins_textures/players/britishwanderer.dds new file mode 100644 index 00000000..f7867e57 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/britishwanderer.dds differ diff --git a/gfx/models/skins/skins_textures/players/britishwanderer.png b/gfx/models/skins/skins_textures/players/britishwanderer.png new file mode 100644 index 00000000..51453ffe Binary files /dev/null and b/gfx/models/skins/skins_textures/players/britishwanderer.png differ diff --git a/gfx/models/skins/skins_textures/players/elementkz.dds b/gfx/models/skins/skins_textures/players/elementkz.dds new file mode 100644 index 00000000..f50619a4 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/elementkz.dds differ diff --git a/gfx/models/skins/skins_textures/players/elementkz.png b/gfx/models/skins/skins_textures/players/elementkz.png new file mode 100644 index 00000000..9aa123c9 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/elementkz.png differ diff --git a/gfx/models/skins/skins_textures/players/gobblin.dds b/gfx/models/skins/skins_textures/players/gobblin.dds new file mode 100644 index 00000000..4f2a42e7 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/gobblin.dds differ diff --git a/gfx/models/skins/skins_textures/players/gobblin.png b/gfx/models/skins/skins_textures/players/gobblin.png new file mode 100644 index 00000000..176faa97 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/gobblin.png differ diff --git a/gfx/models/skins/skins_textures/players/horizonleap.dds b/gfx/models/skins/skins_textures/players/horizonleap.dds new file mode 100644 index 00000000..ae3f39f6 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/horizonleap.dds differ diff --git a/gfx/models/skins/skins_textures/players/horizonleap.png b/gfx/models/skins/skins_textures/players/horizonleap.png new file mode 100644 index 00000000..ac5bd2da Binary files /dev/null and b/gfx/models/skins/skins_textures/players/horizonleap.png differ diff --git a/gfx/models/skins/skins_textures/players/kaprediem.dds b/gfx/models/skins/skins_textures/players/kaprediem.dds new file mode 100644 index 00000000..97f3d74f Binary files /dev/null and b/gfx/models/skins/skins_textures/players/kaprediem.dds differ diff --git a/gfx/models/skins/skins_textures/players/kaprediem.png b/gfx/models/skins/skins_textures/players/kaprediem.png new file mode 100644 index 00000000..a8b14908 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/kaprediem.png differ diff --git a/gfx/models/skins/skins_textures/players/ladykat.dds b/gfx/models/skins/skins_textures/players/ladykat.dds new file mode 100644 index 00000000..2222fe96 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/ladykat.dds differ diff --git a/gfx/models/skins/skins_textures/players/ladykat.png b/gfx/models/skins/skins_textures/players/ladykat.png new file mode 100644 index 00000000..fc30e336 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/ladykat.png differ diff --git a/gfx/models/skins/skins_textures/players/lottosprayer.dds b/gfx/models/skins/skins_textures/players/lottosprayer.dds new file mode 100644 index 00000000..e0444b14 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/lottosprayer.dds differ diff --git a/gfx/models/skins/skins_textures/players/lottosprayer.png b/gfx/models/skins/skins_textures/players/lottosprayer.png new file mode 100644 index 00000000..366f5b83 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/lottosprayer.png differ diff --git a/gfx/models/skins/skins_textures/players/magnileve.dds b/gfx/models/skins/skins_textures/players/magnileve.dds new file mode 100644 index 00000000..dedef06d Binary files /dev/null and b/gfx/models/skins/skins_textures/players/magnileve.dds differ diff --git a/gfx/models/skins/skins_textures/players/magnileve.png b/gfx/models/skins/skins_textures/players/magnileve.png new file mode 100644 index 00000000..72d86e2b Binary files /dev/null and b/gfx/models/skins/skins_textures/players/magnileve.png differ diff --git a/gfx/models/skins/skins_textures/players/metriximor.dds b/gfx/models/skins/skins_textures/players/metriximor.dds new file mode 100644 index 00000000..783b4a90 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/metriximor.dds differ diff --git a/gfx/models/skins/skins_textures/players/metriximor.png b/gfx/models/skins/skins_textures/players/metriximor.png new file mode 100644 index 00000000..459a14c6 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/metriximor.png differ diff --git a/gfx/models/skins/skins_textures/players/ofunknown.dds b/gfx/models/skins/skins_textures/players/ofunknown.dds new file mode 100644 index 00000000..5fd66b8b Binary files /dev/null and b/gfx/models/skins/skins_textures/players/ofunknown.dds differ diff --git a/gfx/models/skins/skins_textures/players/ofunknown.png b/gfx/models/skins/skins_textures/players/ofunknown.png new file mode 100644 index 00000000..4bf4cc2e Binary files /dev/null and b/gfx/models/skins/skins_textures/players/ofunknown.png differ diff --git a/gfx/models/skins/skins_textures/players/pythius.dds b/gfx/models/skins/skins_textures/players/pythius.dds new file mode 100644 index 00000000..ced017a7 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/pythius.dds differ diff --git a/gfx/models/skins/skins_textures/players/pythius.png b/gfx/models/skins/skins_textures/players/pythius.png new file mode 100644 index 00000000..8da53b36 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/pythius.png differ diff --git a/gfx/models/skins/skins_textures/players/redsteel.dds b/gfx/models/skins/skins_textures/players/redsteel.dds new file mode 100644 index 00000000..c0548433 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/redsteel.dds differ diff --git a/gfx/models/skins/skins_textures/players/redsteel.png b/gfx/models/skins/skins_textures/players/redsteel.png new file mode 100644 index 00000000..6f9596e1 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/redsteel.png differ diff --git a/gfx/models/skins/skins_textures/players/retyu.dds b/gfx/models/skins/skins_textures/players/retyu.dds new file mode 100644 index 00000000..0b325ebe Binary files /dev/null and b/gfx/models/skins/skins_textures/players/retyu.dds differ diff --git a/gfx/models/skins/skins_textures/players/retyu.png b/gfx/models/skins/skins_textures/players/retyu.png new file mode 100644 index 00000000..3abc7f51 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/retyu.png differ diff --git a/gfx/models/skins/skins_textures/players/sambonusg.dds b/gfx/models/skins/skins_textures/players/sambonusg.dds new file mode 100644 index 00000000..89099188 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/sambonusg.dds differ diff --git a/gfx/models/skins/skins_textures/players/sambonusg.png b/gfx/models/skins/skins_textures/players/sambonusg.png new file mode 100644 index 00000000..e0f94d88 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/sambonusg.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/AKJanklin.dds b/gfx/models/skins/skins_textures/players/slim/AKJanklin.dds new file mode 100644 index 00000000..98ec3939 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/AKJanklin.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/AKJanklin.png b/gfx/models/skins/skins_textures/players/slim/AKJanklin.png new file mode 100644 index 00000000..1cb4b546 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/AKJanklin.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/amandacc.dds b/gfx/models/skins/skins_textures/players/slim/amandacc.dds new file mode 100644 index 00000000..f9479001 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/amandacc.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/amandacc.png b/gfx/models/skins/skins_textures/players/slim/amandacc.png new file mode 100644 index 00000000..1985b2f3 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/amandacc.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/banyough.dds b/gfx/models/skins/skins_textures/players/slim/banyough.dds new file mode 100644 index 00000000..3286da27 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/banyough.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/banyough.png b/gfx/models/skins/skins_textures/players/slim/banyough.png new file mode 100644 index 00000000..52bcad3d Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/banyough.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/bellamorte.dds b/gfx/models/skins/skins_textures/players/slim/bellamorte.dds new file mode 100644 index 00000000..903e6f57 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/bellamorte.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/bellamorte.png b/gfx/models/skins/skins_textures/players/slim/bellamorte.png new file mode 100644 index 00000000..6c0675b9 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/bellamorte.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/chocchips.dds b/gfx/models/skins/skins_textures/players/slim/chocchips.dds new file mode 100644 index 00000000..add520c7 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/chocchips.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/chocchips.png b/gfx/models/skins/skins_textures/players/slim/chocchips.png new file mode 100644 index 00000000..c59b0a00 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/chocchips.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/orhint.dds b/gfx/models/skins/skins_textures/players/slim/orhint.dds new file mode 100644 index 00000000..230b6423 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/orhint.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/orhint.png b/gfx/models/skins/skins_textures/players/slim/orhint.png new file mode 100644 index 00000000..4aaf2d3b Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/orhint.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/reddevel.dds b/gfx/models/skins/skins_textures/players/slim/reddevel.dds new file mode 100644 index 00000000..d0482a0b Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/reddevel.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/reddevel.png b/gfx/models/skins/skins_textures/players/slim/reddevel.png new file mode 100644 index 00000000..25e45789 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/reddevel.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/smal.dds b/gfx/models/skins/skins_textures/players/slim/smal.dds new file mode 100644 index 00000000..80b37d0e Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/smal.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/smal.png b/gfx/models/skins/skins_textures/players/slim/smal.png new file mode 100644 index 00000000..f630a9fe Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/smal.png differ diff --git a/gfx/models/skins/skins_textures/players/slim/tshola.dds b/gfx/models/skins/skins_textures/players/slim/tshola.dds new file mode 100644 index 00000000..786264c8 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/tshola.dds differ diff --git a/gfx/models/skins/skins_textures/players/slim/tshola.png b/gfx/models/skins/skins_textures/players/slim/tshola.png new file mode 100644 index 00000000..e8485149 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/slim/tshola.png differ diff --git a/gfx/models/skins/skins_textures/players/squareblob.dds b/gfx/models/skins/skins_textures/players/squareblob.dds new file mode 100644 index 00000000..c7403c74 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/squareblob.dds differ diff --git a/gfx/models/skins/skins_textures/players/squareblob.png b/gfx/models/skins/skins_textures/players/squareblob.png new file mode 100644 index 00000000..12ee076f Binary files /dev/null and b/gfx/models/skins/skins_textures/players/squareblob.png differ diff --git a/gfx/models/skins/skins_textures/players/topaz.dds b/gfx/models/skins/skins_textures/players/topaz.dds new file mode 100644 index 00000000..a26b6ff5 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/topaz.dds differ diff --git a/gfx/models/skins/skins_textures/players/topaz.png b/gfx/models/skins/skins_textures/players/topaz.png new file mode 100644 index 00000000..b4a79148 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/topaz.png differ diff --git a/gfx/models/skins/skins_textures/players/wolfeyes.dds b/gfx/models/skins/skins_textures/players/wolfeyes.dds new file mode 100644 index 00000000..29687240 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/wolfeyes.dds differ diff --git a/gfx/models/skins/skins_textures/players/wolfeyes.png b/gfx/models/skins/skins_textures/players/wolfeyes.png new file mode 100644 index 00000000..e6b7b0f8 Binary files /dev/null and b/gfx/models/skins/skins_textures/players/wolfeyes.png differ diff --git a/gfx/models/skins/skins_textures/players/zeldronix.dds b/gfx/models/skins/skins_textures/players/zeldronix.dds new file mode 100644 index 00000000..b502bf4d Binary files /dev/null and b/gfx/models/skins/skins_textures/players/zeldronix.dds differ diff --git a/gfx/models/skins/skins_textures/players/zeldronix.png b/gfx/models/skins/skins_textures/players/zeldronix.png new file mode 100644 index 00000000..1e6fe98b Binary files /dev/null and b/gfx/models/skins/skins_textures/players/zeldronix.png differ diff --git a/gfx/portraits/accessories/body.txt b/gfx/portraits/accessories/body.txt new file mode 100644 index 00000000..cb57493d --- /dev/null +++ b/gfx/portraits/accessories/body.txt @@ -0,0 +1,120 @@ +kai = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "kai_entity" } + } + +non_official_digni = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_digni_entity" } + } + +non_official_doctor = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_doctor_entity" } + } + +non_official_tyler = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_tyler_entity" } + } + +non_official_vali = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_vali_entity" } + } + +noor = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "noor_entity" } + } + +steve = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "steve_entity" } + } + +steve_ghost = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "steve_ghost_entity" } + } + +thruitt = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "thruitt_entity" } + } + +thruitt_arctic = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "thruitt_arctic_entity" } + } + +thruitt_blond = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "thruitt_blond_entity" } + } + +zuri = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "zuri_entity" } + } + +zuri_clothed = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "zuri_clothed_entity" } + } + +alex = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "alex_entity" } + } + +ari = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "ari_entity" } + } + +efe = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "efe_entity" } + } + +makena = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "makena_entity" } + } + +non_official_flannel_slim = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_flannel_slim_entity" } + } + +non_official_hazel_slim = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_hazel_slim_entity" } + } + +non_official_lunar_slim = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_lunar_slim_entity" } + } + +non_official_rose_slim = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "non_official_rose_slim_entity" } + } + +thruitt_arctic_slim = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "thruitt_arctic_slim_entity" } + } + +thruitt_blond_slim = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "thruitt_blond_slim_entity" } + } + +thruitt_slim = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "thruitt_slim_entity" } + } + diff --git a/gfx/portraits/accessories/clothes.txt b/gfx/portraits/accessories/clothes.txt new file mode 100644 index 00000000..2366ad1b --- /dev/null +++ b/gfx/portraits/accessories/clothes.txt @@ -0,0 +1,142 @@ +top_baroque_blue = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_baroque_blue_entity" } + } + +top_baroque_blue2 = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_baroque_blue2_entity" } + } + +top_baroque_bluehue = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_baroque_bluehue_entity" } + } + +top_baroque_gray = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_baroque_gray_entity" } + } + +top_baroque_gray2 = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_baroque_gray2_entity" } + } + +top_baroque_red = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_baroque_red_entity" } + } + +top_baroque_sand = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_baroque_sand_entity" } + } + +top_genso_blue = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_genso_blue_entity" } + } + +top_genso_red = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_genso_red_entity" } + } + +top_lusitan_armor = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_lusitan_armor_entity" } + } + +top_lusitan_armor2 = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_lusitan_armor2_entity" } + } + +top_medieval_tunic_white = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_medieval_tunic_white_entity" } + } + +top_pirate_green = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_pirate_green_entity" } + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_pirate_green_slim_entity" } +} + +top_two_piece_suit = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_two_piece_suit_entity" } + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_two_piece_suit_slim_entity" } +} + +top_victorian_tailcoat = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_victorian_tailcoat_entity" } + } + +top_victorian_tailcoat_red = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_victorian_tailcoat_red_entity" } + } + +top_blue_tunic_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_blue_tunic_slim_entity" } + } + +top_brown_jacket_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_brown_jacket_slim_entity" } + } + +top_coat_blue_nohat_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_coat_blue_nohat_slim_entity" } + } + +top_coat_blue_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_coat_blue_slim_entity" } + } + +top_dress_blue_nohat_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_dress_blue_nohat_slim_entity" } + } + +top_dress_blue_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_dress_blue_slim_entity" } + } + +top_dress_green = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_dress_green_entity" } + } + +top_green_shirt_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_green_shirt_slim_entity" } + } + +top_kapresuit_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_kapresuit_slim_entity" } + } + +top_pirate_green_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_pirate_green_slim_entity" } + } + +top_pirate_white_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_pirate_white_slim_entity" } + } + +top_red_dress_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_red_dress_slim_entity" } + } + +top_red_jacket_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_red_jacket_slim_entity" } + } + +top_shirt_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_shirt_slim_entity" } + } + +top_shirt_slim2 = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_shirt_slim2_entity" } + } + +top_touhou_1 = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_touhou_1_entity" } + } + +top_touhou_2 = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_touhou_2_entity" } + } + +top_touhou_2_nohat = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_touhou_2_nohat_entity" } + } + +top_two_piece_suit_slim = { + entity = { required_tags = "base_slim" shared_pose_entity = head entity = "top_two_piece_suit_slim_entity" } + } + diff --git a/gfx/portraits/accessories/hats.txt b/gfx/portraits/accessories/hats.txt new file mode 100644 index 00000000..83b61413 --- /dev/null +++ b/gfx/portraits/accessories/hats.txt @@ -0,0 +1,12 @@ +hat_thruitt = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "hat_thruitt_entity" } + } + +hat_thruitt_arctic = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "hat_thruitt_arctic_entity" } + } + +hat_thruitt_blond = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "hat_thruitt_blond_entity" } + } + diff --git a/gfx/portraits/accessories/held_items.txt b/gfx/portraits/accessories/held_items.txt new file mode 100644 index 00000000..e5d3760a --- /dev/null +++ b/gfx/portraits/accessories/held_items.txt @@ -0,0 +1,16 @@ +sword_diamond = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "sword_diamond_entity" } + } + +sword_iron = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "sword_iron_entity" } + } + +sword_stone = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "sword_stone_entity" } + } + +sword_wood = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "sword_wood_entity" } + } + diff --git a/gfx/portraits/accessories/military.txt b/gfx/portraits/accessories/military.txt new file mode 100644 index 00000000..7b23b0a8 --- /dev/null +++ b/gfx/portraits/accessories/military.txt @@ -0,0 +1,24 @@ +top_blue_soldier = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_blue_soldier_entity" } + } + +top_diamond_full = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_diamond_full_entity" } + } + +top_green_soldier = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_green_soldier_entity" } + } + +top_hte_soldier = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_hte_soldier_entity" } + } + +top_redcoat = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_redcoat_entity" } + } + +top_red_soldier = { + entity = { required_tags = "base_model" shared_pose_entity = head entity = "top_red_soldier_entity" } + } + diff --git a/gfx/portraits/accessories/players.txt b/gfx/portraits/accessories/players.txt new file mode 100644 index 00000000..40c446af --- /dev/null +++ b/gfx/portraits/accessories/players.txt @@ -0,0 +1,140 @@ +anon00014 = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "anon00014_entity" } + } + +britishwanderer = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "britishwanderer_entity" } + } + +elementkz = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "elementkz_entity" } + } + +gobblin = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "gobblin_entity" } + } + +horizonleap = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "horizonleap_entity" } + } + +kaprediem = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "kaprediem_entity" } + } + +ladykat = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "ladykat_entity" } + } + +lottosprayer = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "lottosprayer_entity" } + } + +magnileve = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "magnileve_entity" } + } + +metriximor = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "metriximor_entity" } + } + +ofunknown = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "ofunknown_entity" } + } + +pythius = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "pythius_entity" } + } + +redsteel = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "redsteel_entity" } + } + +retyu = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "retyu_entity" } + } + +sambonusg = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "sambonusg_entity" } + } + +squareblob = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "squareblob_entity" } + } + +topaz = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "topaz_entity" } + } + +wolfeyes = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "wolfeyes_entity" } + } + +zeldronix = { + set_tags = "base_model" + entity = { required_tags = "" shared_pose_entity = head entity = "zeldronix_entity" } + } + +AKJanklin = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "AKJanklin_entity" } + } + +amandacc = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "amandacc_entity" } + } + +banyough = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "banyough_entity" } + } + +bellamorte = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "bellamorte_entity" } + } + +chocchips = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "chocchips_entity" } + } + +orhint = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "orhint_entity" } + } + +reddevel = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "reddevel_entity" } + } + +smal = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "smal_entity" } + } + +tshola = { + set_tags = "base_slim" + entity = { required_tags = "" shared_pose_entity = head entity = "tshola_entity" } + } + diff --git a/gfx/portraits/accessory_variations/generalissimo.png b/gfx/portraits/accessory_variations/generalissimo.png new file mode 100644 index 00000000..da75610c Binary files /dev/null and b/gfx/portraits/accessory_variations/generalissimo.png differ diff --git a/gfx/portraits/cameras/portrait_cameras.txt b/gfx/portraits/cameras/portrait_cameras.txt new file mode 100644 index 00000000..a12a8e1e --- /dev/null +++ b/gfx/portraits/cameras/portrait_cameras.txt @@ -0,0 +1,311 @@ +######################################################################### +######################################################################### +# # +# MAIN CAMERAS # +# # +######################################################################### +######################################################################### +# Camera position can be cylindrical( r h a ) or cartesian ( x y z ) + +camera_head = { + camera = { + position = cylindrical{ 150 3 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 3 0 } # L/R, U/D, F/B + look_at_node = bn_h_head_mid + fov = 20 + camera_near_far = { 50 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_shoulders = { + camera = { + position = cylindrical{ 190 0 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -2 0 } # L/R, U/D, F/B + look_at_node = bn_h_head_mid + fov = 20 + camera_near_far = { 50 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_torso = { + camera = { + position = cylindrical{ 240 -10 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -10 0 } # L/R, U/D, F/B + look_at_node = bn_h_head_mid + fov = 20 + camera_near_far = { 50 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_body = { + camera = { + position = cylindrical{ 335 -22 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -22 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 20 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +######################################################################### +######################################################################### +# # +# CHARACTER VIEW # +# # +######################################################################### +######################################################################### + +camera_character_view_main = { + camera = { + position = cylindrical{ 190 0 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 0 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 30 + camera_near_far = { 10 300 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_character_view_spouse = { + camera = { + position = cylindrical{ 190 0 -15 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -5 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 30 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +######################################################################### +######################################################################### +# # +# OTHER # +# # +######################################################################### +######################################################################### + +camera_war_overview = { + camera = { + position = cylindrical{ 300 0 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 0 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 30 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_council = { + camera = { + position = cylindrical{ 340 -22 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -18 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 20 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_event_standard = { + camera = { + position = cylindrical{ 220 0 -35 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -25 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 30 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_event_left = { + camera = { + position = cylindrical{ 220 -50 10 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -25 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 30 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_event_right = { + camera = { + position = cylindrical{ 220 -50 -20 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -25 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 30 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + + +camera_lifestyles = { + camera = { + position = cylindrical{ 420 -22 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -22 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 20 + camera_near_far = { 10 800 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_leader = { + camera = { + position = cylindrical{ 340 -40 10 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -30 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 25 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +######################################################################### +######################################################################### +# # +# PORTRAIT EDITOR # +# # +######################################################################### +######################################################################### + +portrait_editor = { + camera = { + position = cylindrical { 260 0 0 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 0 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 10 + camera_near_far = { 50 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +######################################################################### +######################################################################### +# # +# MAIN MENU # +# # +######################################################################### +######################################################################### + +@frontend_camera_height = 153 # Camera height, 153cm is the correct height +@frontend_camera_look_at_height = @[frontend_camera_height -0] # Camera tilt +@frontend_camera_fov = 26 + +camera_main_menu_secondary = { + camera = { + position = cylindrical{ 780 @frontend_camera_height 0 } # Radius, height, angle + # position = cylindrical{ 1720 @frontend_camera_height -36 } # Perspective matching + + look_at = { -40 @frontend_camera_look_at_height 0 } # L/R, U/D, F/B + # look_at = { 210 @frontend_camera_look_at_height 0 } # Perspective matching + fov = @frontend_camera_fov + camera_near_far = { 5 5000 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_main_menu_main = { + camera = { + position = cylindrical{ 720 @frontend_camera_height 0 } # Radius, height, angle + # position = cylindrical{ 810 @frontend_camera_height -30.4 } # Perspective matching + + look_at = { -80 @frontend_camera_look_at_height 0 } # L/R, U/D, F/B + # look_at = { -10 @frontend_camera_look_at_height 0 } # Perspective matching + fov = @frontend_camera_fov + camera_near_far = { 5 5000 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_main_menu_heir = { + camera = { + position = cylindrical{ 780 @frontend_camera_height 0 } # Radius, height, angle + # position = cylindrical{ 1800 @frontend_camera_height -28.6 } # Perspective matching + + look_at = { -135 @frontend_camera_look_at_height 0 } # L/R, U/D, F/B + # look_at = { -150 @frontend_camera_look_at_height 0 } # Perspective matching + fov = @frontend_camera_fov + camera_near_far = { 5 10000 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_duel_01 = { + camera = { + position = cylindrical{ 300 0 20 } # Radius, height, angle + position_node = camera_torso_look_at + + look_at = { 0 -10 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 20 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} + +camera_duel_02 = { + camera = { + position = cylindrical{ 300 0 -40 } + position_node = camera_torso_look_at + + look_at = { 0 -10 0 } # L/R, U/D, F/B + look_at_node = camera_torso_look_at + fov = 20 + camera_near_far = { 10 400 } + } + + unknown = "gfx/portraits/example_portraits/unknown.dds" +} \ No newline at end of file diff --git a/gfx/portraits/jomini_environment.txt b/gfx/portraits/jomini_environment.txt new file mode 100644 index 00000000..9703af10 --- /dev/null +++ b/gfx/portraits/jomini_environment.txt @@ -0,0 +1,50 @@ + +#Default Values +saturation_scale = 1 +value_scale = 1 # Light multiplier +colorbalance = { 1.000000 1.000000 1.000000 } +levels_min = hsv{ 0.000000 0.000000 0.0000 } +levels_max = hsv{ 0.000000 0.000000 1.000 } +shadowmap_kernelscale = 8 +shadowmap_fadefactor = 0.7 + +# tonemap_curve={ +# shoulder_strength=0.6 +# linear_strength=0.2 +# linear_angle=0.1 +# toe_strength=0.1 +# toe_numerator=0.01 +# toe_denominator=0.3 +# linear_white=11.2 +# } + +# tonemap_curve={ +# shoulder_strength=0.12 +# linear_strength=0.9 +# linear_angle=0.1 +# toe_strength=0.2 +# toe_numerator=0.01 +# toe_denominator=0.3 +# linear_white=11.2 +# } + +tonemap_curve={ + shoulder_strength=0.1 + linear_strength=0.5 + linear_angle=0.5 + toe_strength=1 + toe_numerator=1 + toe_denominator=0.4 + linear_white=2 +} + +# tonemap_curve = { +# shoulder_strength=0.220000 +# linear_strength=0.300000 +# linear_angle=0.100000 +# toe_strength=0.200000 +# toe_numerator=0.010000 +# toe_denominator=0.300000 +# linear_white=11.200000 +# } + diff --git a/gfx/portraits/portrait_animations/animations.txt b/gfx/portraits/portrait_animations/animations.txt new file mode 100644 index 00000000..55b12f81 --- /dev/null +++ b/gfx/portraits/portrait_animations/animations.txt @@ -0,0 +1,66 @@ +################################### +# Default Personality Animations # +################################### +idle = { + male = { + default = { + head = "none" + torso = "none" + } + ################################### + # POP Animations # + ################################### + no_portrait = { + animation = { + head = "none" + torso = "none" + } + weight = { + base = 0 + modifier = { + add = 10000 + no_portrait_trigger = yes + } + } + } + } + boy = { + default = { + head = "none" + torso = "none" + } + no_portrait = { + animation = { + head = "none" + torso = "none" + } + weight = { + base = 0 + modifier = { + add = 10000 + no_portrait_trigger = yes + } + } + } + } + female = { + default = { + head = "none" + torso = "none" + } + no_portrait = { + animation = { + head = "none" + torso = "none" + } + weight = { + base = 0 + modifier = { + add = 10000 + no_portrait_trigger = yes + } + } + } + } + girl = boy +} diff --git a/gfx/portraits/portrait_modifiers/01_accessories.txt b/gfx/portraits/portrait_modifiers/01_accessories.txt new file mode 100644 index 00000000..fb0d72e0 --- /dev/null +++ b/gfx/portraits/portrait_modifiers/01_accessories.txt @@ -0,0 +1,22 @@ +accessories = { + usage = game + selection_behavior = weighted_random + #fallback = no_headgear + + no_acessories = { + dna_modifiers = { + + } + weight = { + base = 0 + + modifier = { + add = 100000000 + + no_portrait_trigger = yes + } + } + } + + +} diff --git a/gfx/portraits/portrait_modifiers/01_beards.txt b/gfx/portraits/portrait_modifiers/01_beards.txt new file mode 100644 index 00000000..fe88da52 --- /dev/null +++ b/gfx/portraits/portrait_modifiers/01_beards.txt @@ -0,0 +1,25 @@ +beards = { + usage = game + selection_behavior = weighted_random + fallback = no_beard + + no_beard = { + dna_modifiers = { + accessory = { + mode = add + gene = beards + template = no_beard + value = 1 + } + } + + weight = { + base = 0 + + modifier = { + add = 10000 + no_portrait_trigger = yes + } + } + } +} diff --git a/gfx/portraits/portrait_modifiers/01_clothes.txt b/gfx/portraits/portrait_modifiers/01_clothes.txt new file mode 100644 index 00000000..7b13c8be --- /dev/null +++ b/gfx/portraits/portrait_modifiers/01_clothes.txt @@ -0,0 +1,27 @@ +clothes = { + usage = game + selection_behavior = weighted_random + + no_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = no_outfit + value = 1 + } + } + #outfit_tags = { no_clothes } + weight = { + base = 0 + modifier = { + add = 10000000 + + OR = { + no_portrait_trigger = yes + } + + } + } + } +} diff --git a/gfx/portraits/portrait_modifiers/01_hairstyles.txt b/gfx/portraits/portrait_modifiers/01_hairstyles.txt new file mode 100644 index 00000000..0ae10746 --- /dev/null +++ b/gfx/portraits/portrait_modifiers/01_hairstyles.txt @@ -0,0 +1,27 @@ +hairstyles = { + usage = game + selection_behavior = weighted_random + fallback = no_hair + + no_hair = { + dna_modifiers = { + accessory = { + mode = add + gene = hairstyles + template = no_hairstyles + value = 1 + } + } + weight = { + base = 0 + + modifier = { + add = 5000 + + OR = { + no_portrait_trigger = yes + } + } + } + } +} \ No newline at end of file diff --git a/gfx/portraits/portrait_modifiers/01_headgear.txt b/gfx/portraits/portrait_modifiers/01_headgear.txt new file mode 100644 index 00000000..69fe74a4 --- /dev/null +++ b/gfx/portraits/portrait_modifiers/01_headgear.txt @@ -0,0 +1,26 @@ +headgear = { + usage = game + selection_behavior = weighted_random + fallback = no_headgear + + no_headgear = { + dna_modifiers = { + accessory = { + mode = add + gene = headgear + template = no_headgear + value = 1 + } + } + weight = { + base = 0 + + modifier = { + add = 5000000 + OR = { + no_portrait_trigger = yes + } + } + } + } +} diff --git a/gfx/portraits/portrait_modifiers/02_minecraft_clothes.txt b/gfx/portraits/portrait_modifiers/02_minecraft_clothes.txt new file mode 100644 index 00000000..5c8fcf89 --- /dev/null +++ b/gfx/portraits/portrait_modifiers/02_minecraft_clothes.txt @@ -0,0 +1,197 @@ +flat_clothes = { + usage = game + + flat_thruittan_clothes = { + dna_modifiers = { + accessory = { + mode = replace + gene = flat_clothes + template = gene_thruitt_clothes + range = { 0 1 } + } + } + weight = { + base = 0 + } + } + + flat_truidencian_clothes = { + dna_modifiers = { + accessory = { + mode = replace + gene = flat_clothes + template = gene_truidencian_clothes + range = { 0 1 } + } + } + weight = { + base = 0 + modifier = { + add = 1 + OR = { + AND = { + exists = scope:pop + scope:pop = { + culture = cu:truidencian + } + } + AND = { + exists = scope:character + scope:character = { + AND = { + culture = cu:truidencian + NOT = { + has_trait = historical + } + } + } + } + } + } + } + } + + flat_gensokyojin_clothes = { + dna_modifiers = { + accessory = { + mode = replace + gene = flat_clothes + template = gene_gensokyojin_clothes + range = { 0 1 } + } + } + weight = { + base = 0 + modifier = { + add = 1 + OR = { + AND = { + exists = scope:pop + scope:pop = { + culture = cu:gensokyojin + } + } + AND = { + exists = scope:character + scope:character = { + AND = { + culture = cu:gensokyojin + NOT = { + has_trait = historical + } + } + } + } + } + } + } + } + + flat_lambatan_clothes = { + dna_modifiers = { + accessory = { + mode = replace + gene = flat_clothes + template = gene_lambatan_clothes + range = { 0 1 } + } + } + weight = { + base = 0 + modifier = { + add = 1 + OR = { + AND = { + exists = scope:pop + scope:pop = { + culture = cu:lambatan + } + } + AND = { + exists = scope:character + scope:character = { + AND = { + culture = cu:lambatan + NOT = { + has_trait = historical + } + } + } + } + } + } + } + } + + flat_lusitan_clothes = { + dna_modifiers = { + accessory = { + mode = replace + gene = flat_clothes + template = gene_lusitan_clothes + range = { 0 1 } + } + } + weight = { + base = 0 + modifier = { + add = 1 + OR = { + AND = { + exists = scope:pop + scope:pop = { + culture = cu:lusitan + } + } + AND = { + exists = scope:character + scope:character = { + AND = { + culture = cu:lusitan + NOT = { + has_trait = historical + } + } + } + } + } + } + } + } + + flat_kallosian_clothes = { + dna_modifiers = { + accessory = { + mode = replace + gene = flat_clothes + template = gene_kallosian_clothes + range = { 0 1 } + } + } + weight = { + base = 0 + modifier = { + add = 1 + OR = { + AND = { + exists = scope:pop + scope:pop = { + culture = cu:kallosian + } + } + AND = { + exists = scope:character + scope:character = { + AND = { + culture = cu:kallosian + NOT = { + has_trait = historical + } + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/gfx/portraits/portrait_modifiers/02_minecraft_portrait.txt b/gfx/portraits/portrait_modifiers/02_minecraft_portrait.txt new file mode 100644 index 00000000..959170cf --- /dev/null +++ b/gfx/portraits/portrait_modifiers/02_minecraft_portrait.txt @@ -0,0 +1,39 @@ +flat_portrait = { + usage = game + + flat_steve_portrait = { + dna_modifiers = { + accessory = { + mode = replace + gene = base_skins + template = gene_base_skin + range = { 0 1 } + } + } + weight = { + base = 0 + } + } + + thruittt_portrait = { + dna_modifiers = { + accessory = { + mode = replace + gene = base_skins + template = gene_thruitt + range = { 0 1 } + } + } + weight = { + base = 0 + } + } + + # unique_portraits = { + # dna_modifiers = { + # mode = replace + # gene = base_skins + # template = + # } + # } +} \ No newline at end of file diff --git a/gfx/portraits/portrait_modifiers/02_no_portrait.txt b/gfx/portraits/portrait_modifiers/02_no_portrait.txt new file mode 100644 index 00000000..29754d8f --- /dev/null +++ b/gfx/portraits/portrait_modifiers/02_no_portrait.txt @@ -0,0 +1,115 @@ +no_portrait = { + usage = game + #selection_behavior = weighted_random + #fallback = no_portrait + + no_portrait = { + dna_modifiers = { + + accessory = { + mode = replace + gene = props + template = no_prop + value = 1 + } + + accessory = { + mode = add + gene = outfits + template = no_outfit + value = 1 + } + + accessory = { + mode = replace + gene = belts + template = no_belt + value = 1 + } + + accessory = { + mode = replace + gene = waistcoats + template = no_waistcoat + value = 1 + } + + accessory = { + mode = replace + gene = top_layer + template = no_top_layer + value = 1 + } + + accessory = { + mode = replace + gene = necklaces + template = no_necklace + value = 1 + } + + accessory = { + mode = replace + gene = legwear + template = no_legwear + value = 1 + } + + accessory = { + mode = add + gene = shirt + template = no_shirts + value = 1 + } + + accessory = { + mode = add + gene = aiguillettes + template = no_aiguillettes + value = 1 + } + + accessory = { + mode = replace + gene = eye_accessory + template = no_eyes + value = 1 + } + + accessory = { + mode = replace + gene = hairstyles + template = no_hairstyles + value = 1 + } + + accessory = { + mode = replace + gene = headgear + template = no_headgear + value = 1 + } + + accessory = { + mode = replace + gene = beards + template = no_beard + value = 1 + } + + morph = { + mode = replace + gene = gene_no_portrait + template = no_portrait + value = 1 + } + } + weight = { + base = 0 + modifier = { + add = 10000 + no_portrait_trigger = yes + } + } + } +} \ No newline at end of file diff --git a/gfx/portraits/portraitsettings.txt b/gfx/portraits/portraitsettings.txt new file mode 100644 index 00000000..f09b4d9a --- /dev/null +++ b/gfx/portraits/portraitsettings.txt @@ -0,0 +1,59 @@ +enable_posteffects = yes + +male = { + head = "male_head_entity" + torso = "male_body_entity" +} + +female = { + head = "male_head_entity" + torso = "male_body_entity" +} + +boy = { + head = "male_head_entity" + torso = "male_body_entity" +} + +girl = { + head = "male_head_entity" + torso = "male_body_entity" +} + +attach = { + what = head + where = torso + + joint_attachment = { + parent_joint = "bn_sp_thoracic" + child_joint = "head_root" + } + joint_attachment = { + parent_joint = "bn_l_clavicle" + child_joint = "bn_h_l_clavicle" + } + joint_attachment = { + parent_joint = "bn_r_clavicle" + child_joint = "bn_h_r_clavicle" + } +} + +root = torso # the root entity that should be rendered + +ssao = { + enabled = yes + samples = 8 + radius = 4.0 + max_radius = 10.0 + depth_distance = 1.0 + max_depth = 10.0 + apply_scale = 1.0 + apply_bias = 0.5 + apply_power = 5.0 + blend_factor = 0.9 + blur_enabled = yes + blur_width = 2.0 + blur_scale = 1.0 + blur_depth_power = 5.0 + blur_weights = 4 +} diff --git a/gfx/state_pictures/mc biomes/arctic.dds b/gfx/state_pictures/mc biomes/arctic.dds new file mode 100644 index 00000000..3eec10dc Binary files /dev/null and b/gfx/state_pictures/mc biomes/arctic.dds differ diff --git a/gfx/state_pictures/mc biomes/arid_hills.dds b/gfx/state_pictures/mc biomes/arid_hills.dds new file mode 100644 index 00000000..f56b9003 Binary files /dev/null and b/gfx/state_pictures/mc biomes/arid_hills.dds differ diff --git a/gfx/state_pictures/mc biomes/dark_forest.dds b/gfx/state_pictures/mc biomes/dark_forest.dds new file mode 100644 index 00000000..186d00f4 Binary files /dev/null and b/gfx/state_pictures/mc biomes/dark_forest.dds differ diff --git a/gfx/state_pictures/mc biomes/desert.dds b/gfx/state_pictures/mc biomes/desert.dds new file mode 100644 index 00000000..082a8584 Binary files /dev/null and b/gfx/state_pictures/mc biomes/desert.dds differ diff --git a/gfx/state_pictures/mc biomes/dry_hills.dds b/gfx/state_pictures/mc biomes/dry_hills.dds new file mode 100644 index 00000000..ce153076 Binary files /dev/null and b/gfx/state_pictures/mc biomes/dry_hills.dds differ diff --git a/gfx/state_pictures/mc biomes/dry_plains.dds b/gfx/state_pictures/mc biomes/dry_plains.dds new file mode 100644 index 00000000..5b0ea4e9 Binary files /dev/null and b/gfx/state_pictures/mc biomes/dry_plains.dds differ diff --git a/gfx/state_pictures/mc biomes/farmland_generic.dds b/gfx/state_pictures/mc biomes/farmland_generic.dds new file mode 100644 index 00000000..a8b0125d Binary files /dev/null and b/gfx/state_pictures/mc biomes/farmland_generic.dds differ diff --git a/gfx/state_pictures/mc biomes/forest.dds b/gfx/state_pictures/mc biomes/forest.dds new file mode 100644 index 00000000..345c143b Binary files /dev/null and b/gfx/state_pictures/mc biomes/forest.dds differ diff --git a/gfx/state_pictures/mc biomes/hills_jungle.dds b/gfx/state_pictures/mc biomes/hills_jungle.dds new file mode 100644 index 00000000..b0e28494 Binary files /dev/null and b/gfx/state_pictures/mc biomes/hills_jungle.dds differ diff --git a/gfx/state_pictures/mc biomes/island.dds b/gfx/state_pictures/mc biomes/island.dds new file mode 100644 index 00000000..810c4e95 Binary files /dev/null and b/gfx/state_pictures/mc biomes/island.dds differ diff --git a/gfx/state_pictures/mc biomes/jungle.dds b/gfx/state_pictures/mc biomes/jungle.dds new file mode 100644 index 00000000..a36b7fe0 Binary files /dev/null and b/gfx/state_pictures/mc biomes/jungle.dds differ diff --git a/gfx/state_pictures/mc biomes/mesa.dds b/gfx/state_pictures/mc biomes/mesa.dds new file mode 100644 index 00000000..d1a4015e Binary files /dev/null and b/gfx/state_pictures/mc biomes/mesa.dds differ diff --git a/gfx/state_pictures/mc biomes/mesa_desert.dds b/gfx/state_pictures/mc biomes/mesa_desert.dds new file mode 100644 index 00000000..7ec3dd36 Binary files /dev/null and b/gfx/state_pictures/mc biomes/mesa_desert.dds differ diff --git a/gfx/state_pictures/mc biomes/mesa_mountains.dds b/gfx/state_pictures/mc biomes/mesa_mountains.dds new file mode 100644 index 00000000..f6f133d5 Binary files /dev/null and b/gfx/state_pictures/mc biomes/mesa_mountains.dds differ diff --git a/gfx/state_pictures/mc biomes/mining.dds b/gfx/state_pictures/mc biomes/mining.dds new file mode 100644 index 00000000..85e121f3 Binary files /dev/null and b/gfx/state_pictures/mc biomes/mining.dds differ diff --git a/gfx/state_pictures/mc biomes/mountains_with_no_trees.dds b/gfx/state_pictures/mc biomes/mountains_with_no_trees.dds new file mode 100644 index 00000000..b0140102 Binary files /dev/null and b/gfx/state_pictures/mc biomes/mountains_with_no_trees.dds differ diff --git a/gfx/state_pictures/mc biomes/mountains_with_snow.dds b/gfx/state_pictures/mc biomes/mountains_with_snow.dds new file mode 100644 index 00000000..0866f6aa Binary files /dev/null and b/gfx/state_pictures/mc biomes/mountains_with_snow.dds differ diff --git a/gfx/state_pictures/mc biomes/mushroom_island.dds b/gfx/state_pictures/mc biomes/mushroom_island.dds new file mode 100644 index 00000000..91b67a8c Binary files /dev/null and b/gfx/state_pictures/mc biomes/mushroom_island.dds differ diff --git a/gfx/state_pictures/mc biomes/ocean.dds b/gfx/state_pictures/mc biomes/ocean.dds new file mode 100644 index 00000000..090a63c3 Binary files /dev/null and b/gfx/state_pictures/mc biomes/ocean.dds differ diff --git a/gfx/state_pictures/mc biomes/plains.dds b/gfx/state_pictures/mc biomes/plains.dds new file mode 100644 index 00000000..f7e12eb6 Binary files /dev/null and b/gfx/state_pictures/mc biomes/plains.dds differ diff --git a/gfx/state_pictures/mc biomes/plains_hills.dds b/gfx/state_pictures/mc biomes/plains_hills.dds new file mode 100644 index 00000000..d502906e Binary files /dev/null and b/gfx/state_pictures/mc biomes/plains_hills.dds differ diff --git a/gfx/state_pictures/mc biomes/savanna.dds b/gfx/state_pictures/mc biomes/savanna.dds new file mode 100644 index 00000000..c9172b6e Binary files /dev/null and b/gfx/state_pictures/mc biomes/savanna.dds differ diff --git a/gfx/state_pictures/mc biomes/savanna_hills.dds b/gfx/state_pictures/mc biomes/savanna_hills.dds new file mode 100644 index 00000000..98d58ce3 Binary files /dev/null and b/gfx/state_pictures/mc biomes/savanna_hills.dds differ diff --git a/gfx/state_pictures/mc biomes/snowy_tundra.dds b/gfx/state_pictures/mc biomes/snowy_tundra.dds new file mode 100644 index 00000000..10767c93 Binary files /dev/null and b/gfx/state_pictures/mc biomes/snowy_tundra.dds differ diff --git a/gfx/state_pictures/mc biomes/sparse_jungle.dds b/gfx/state_pictures/mc biomes/sparse_jungle.dds new file mode 100644 index 00000000..1c8653b0 Binary files /dev/null and b/gfx/state_pictures/mc biomes/sparse_jungle.dds differ diff --git a/gfx/state_pictures/mc biomes/swamp.dds b/gfx/state_pictures/mc biomes/swamp.dds new file mode 100644 index 00000000..805972b0 Binary files /dev/null and b/gfx/state_pictures/mc biomes/swamp.dds differ diff --git a/gfx/state_pictures/mc biomes/taiga_forest.dds b/gfx/state_pictures/mc biomes/taiga_forest.dds new file mode 100644 index 00000000..634a35d1 Binary files /dev/null and b/gfx/state_pictures/mc biomes/taiga_forest.dds differ diff --git a/gui/pop_details_panel.gui b/gui/pop_details_panel.gui new file mode 100644 index 00000000..3b69c857 --- /dev/null +++ b/gui/pop_details_panel.gui @@ -0,0 +1,1106 @@ +# COPY-PASTED FOR NOW +@panel_width_minus_10 = 530 # used to be 450 +@panel_width = 540 # used to be 460 +@panel_width_half = 270 # used to be 230 +@panel_width_plus_10 = 550 # used to be 470 +@panel_width_plus_14 = 554 # used to be 474 +@panel_width_plus_14_half = 277 # used to be 237 +@panel_width_plus_20 = 560 # used to be 480 +@panel_width_plus_30 = 570 # used to be 490 +@panel_width_plus_70 = 610 # used to be 530 + +@stat_item_width = 235 +@right_max_width = 150 + +types pop_details_panel +{ + type pop_details_panel = default_block_window_two_lines { + name = "pop_details_panel" + enabled = yes + datacontext = "[PopDetailsPanel.AccessPop]" + + blockoverride "window_header_name" + { + text = "[Pop.GetCulture.GetNameNoFormatting] [Pop.GetReligion.GetNameNoFormatting] [Pop.GetNameNoIcon]" + tooltipwidget = { + FancyTooltip_Pop = {} + } + } + + blockoverride "window_header_name_line_two" + { + text = "POP_DETAILS_LINE_TWO" + } + + blockoverride "goto_button" { + button_icon_goto = { + datacontext = "[Pop.GetState]" + size = { 30 30 } + onclick = "[InformationPanelBar.OpenStatePanel(State.AccessSelf)]" + tooltip = "GO_TO_BUTTON_STATE" + } + } + + blockoverride "fixed_top" { + + flowcontainer = { + direction = vertical + spacing = 9 + + ### POP PORTRAIT + widget = { + size = { @panel_width_plus_14 370 } + parentanchor = hcenter + + # state image + widget = { + size = { @panel_width_plus_14 400 } + scissor = yes + + icon = { + size = { @panel_width_plus_14 200 } + scale = 2 + texture = "[Pop.GetState.GetBestTexture]" + alpha = 0.6 + using = fade_top_illus + parentanchor = hcenter + } + } + + # portrait + flowcontainer = { + + parentanchor = hcenter + # CIVTORIA CHANGE + position = { -100 5 } + pop_portrait_big_female = {} + } + + + flowcontainer = { + + parentanchor = hcenter + # CIVTORIA CHANGE + position = { 100 5 } + pop_portrait_big_male = { } + + } + + + # icon + icon = { + name = "tutorial_highlight_pop_profession" + size = { 70 70 } + texture = "gfx/interface/backgrounds/round_button_bg.dds" + parentanchor = top|right + position = { -7 10 } + + icon = { + size = { 60 60 } + parentanchor = center + texture = "[Pop.GetTexture]" + tooltipwidget = { + FancyTooltip_PopType = { + datacontext = "[Pop.GetPopType]" + } + } + } + } + } + + + textbox = { + name = "tutorial_highlight_pop_standard_of_living" + using = main_bg + raw_text = "[Pop.GetFormattedStandardOfLivingLabel|v] ([Pop.GetFormattedStandardOfLiving|v])" + using = pop_sol_tooltip_with_graph + autoresize = yes + using = fontsize_xl #used to be fontsize_mega but because of texticons it had to be changed to xl + margin = { 60 10 } + align = nobaseline + parentanchor = hcenter + } + } + + tab_buttons = { + blockoverride "first_button" { + text = "POP_OVERVIEW_HEADER" + } + blockoverride "first_button_tooltip" { + tooltip = "POP_OVERVIEW_HEADER" + } + blockoverride "first_button_click" { + onclick = "[InformationPanel.SelectTab('default')]" + } + blockoverride "first_button_visibility" { + visible = "[InformationPanel.IsTabSelected('default')]" + } + blockoverride "first_button_visibility_checked" { + visible = "[Not( InformationPanel.IsTabSelected('default') )]" + } + blockoverride "first_button_selected" { + text = "POP_OVERVIEW_HEADER" + } + + blockoverride "second_button" { + text = "POP_ECONOMY_HEADER" + } + blockoverride "second_button_tooltip" { + tooltip = "POP_ECONOMY_HEADER" + } + blockoverride "second_button_click" { + onclick = "[InformationPanel.SelectTab('pop_economy')]" + } + blockoverride "second_button_visibility" { + visible = "[InformationPanel.IsTabSelected('pop_economy')]" + } + blockoverride "second_button_visibility_checked" { + visible = "[Not( InformationPanel.IsTabSelected('pop_economy') )]" + } + blockoverride "second_button_selected" { + text = "POP_ECONOMY_HEADER" + } + + blockoverride "second_button_name" { + name = "tutorial_highlight_pop_economy_tab" + } + + blockoverride "third_button" { + text = "POP_CONSUMPTION_HEADER" + } + blockoverride "third_button_tooltip" { + tooltip = "POP_CONSUMPTION_HEADER" + } + blockoverride "third_button_click" { + onclick = "[InformationPanel.SelectTab('pop_consumption')]" + } + blockoverride "third_button_visibility" { + visible = "[InformationPanel.IsTabSelected('pop_consumption')]" + } + blockoverride "third_button_visibility_checked" { + visible = "[Not( InformationPanel.IsTabSelected('pop_consumption') )]" + } + blockoverride "third_button_selected" { + text = "POP_CONSUMPTION_HEADER" + } + } + } + + blockoverride "scrollarea_content" + { + + flowcontainer = { + visible = "[InformationPanel.IsTabSelected('default')]" + using = default_fade_in_out + direction = vertical + spacing = 9 + + spacer = { + size = { 5 0 } + } + + ### SIDE STATS + flowcontainer = { + parentanchor = hcenter + margin = { 20 5 } + spacing = 15 + + background = { + using = entry_bg_simple + } + + flowcontainer = { + name = "tutorial_highlight_pop_left_details" + direction = vertical + + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "STATE_TITLE" + } + blockoverride "widget_right" { + button = { + size = { @right_max_width 27 } + using = clean_button + onclick = "[InformationPanelBar.OpenStatePanel(Pop.AccessState)]" + + textbox = { + margin = { 10 0 } + text = "[Pop.GetState.GetName]" + size = { 100% 100% } + align = right|nobaseline + elide = right + parentanchor = vcenter + } + } + } + } + pop_details_side_stats_item = { + visible = "[Pop.IsEmployed]" + size = { @stat_item_width 54 } + + blockoverride "text_left" { + text = "[concept_building]" + } + blockoverride "widget_right" { + button = { + datacontext = "[Pop.AccessBuilding]" + size = { @right_max_width 54 } + using = clean_button + onclick = "[InformationPanelBar.OpenStatePanel(Building.AccessSelf)]" + + textbox = { + margin = { 10 0 } + text = "[Pop.GetBuilding.GetName]" + size = { 65% 100% } + align = right|nobaseline + elide = right + fontsize_min = 12 + parentanchor = vcenter|right + multiline = yes + } + + tooltipwidget = { + FancyTooltip_Building = {} + } + + icon = { + size = { 40 40 } + position = { 7 0 } + texture = "[Pop.GetBuilding.GetTexture]" + parentanchor = left|vcenter + } + } + } + } + + pop_details_side_stats_item = { + visible = "[Not(Pop.IsEmployed)]" + + blockoverride "text_left" { + text = "[concept_building]" + } + blockoverride "widget_right" { + textbox = { + autoresize = yes + text = "UNEMPLOYED" + align = right|nobaseline + alpha = 0.5 + elide = right + } + } + } + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "CULTURE_TITLE" + } + blockoverride "widget_right" { + button = { + size = { @right_max_width 27 } + using = clean_button + onclick = "[InformationPanelBar.OpenCultureInfoPanel(Pop.AccessCulture)]" + + icon = { + visible = "[Pop.IsAssimilating]" + position = { 5 0 } + size = { 25 25 } + parentanchor = vcenter + texture = "gfx/interface/icons/generic_icons/assimilation.dds" + tooltip = "[Pop.GetPopAssimilationDesc]" + } + textbox = { + margin = { 10 0 } + text = "[Pop.GetCulture.GetName]" + size = { 100% 100% } + align = right|nobaseline + elide = right + parentanchor = vcenter + } + } + } + } + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "RELIGION_TITLE" + } + blockoverride "widget_right" { + button = { + datacontext = "[Pop.GetReligion]" + size = { @right_max_width 27 } + using = clean_button + onclick = "[InformationPanelBar.OpenReligionInfoPanel(Pop.AccessReligion)]" + + icon = { + position = { 5 0 } + size = { 25 25 } + parentanchor = vcenter + texture = "[Religion.GetTexture]" + } + icon = { + visible = "[Pop.IsConverting]" + position = { 30 0 } + size = { 25 25 } + parentanchor = vcenter + texture = "gfx/interface/icons/generic_icons/conversion.dds" + tooltip = "[Pop.GetPopConversionDesc]" + } + textbox = { + margin = { 10 0 } + text = "[Religion.GetName]" + size = { 100% 100% } + margin_left = 30 + align = right|nobaseline + elide = right + parentanchor = vcenter + } + } + } + } + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "LITERACY_TITLE" + } + blockoverride "text_right" { + text = "[Pop.GetLiteracyRate|%1v]" + tooltip = "POP_POPULATION_LITERACY" + } + } + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "STATUS_TITLE" + tooltip = "[concept_discrimination_desc]" + } + icon = { + tooltip = "DISCRIMINATION_TOOLTIP" + visible = "[Pop.IsDiscriminated]" + texture = "gfx/interface/icons/generic_icons/discriminated_icon.dds" + size = { 30 30 } + parentanchor = right + } + + icon = { + tooltip = "ACCEPTED_TOOLTIP" + visible = "[Not(Pop.IsDiscriminated)]" + texture = "gfx/interface/icons/generic_icons/accepted_icon.dds" + size = { 30 30 } + parentanchor = right + } + } + pop_details_side_stats_item = { + visible = "[Pop.IsDiscriminated]" + tooltip = "POP_DISCRIMINATED_TOOLTIP" + + blockoverride "text_left" { + text = "POP_DISENFRANCHISED_HEADER" + } + } + } + + vertical_divider = {} + + flowcontainer = { + name = "tutorial_highlight_pop_right_details" + direction = vertical + + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "POP_SIZE_TITLE" + } + blockoverride "text_right" { + text = "[Pop.GetTotalSize|Dv]" + using = pop_population_tooltip_with_graph + } + } + + pop_details_side_stats_item = { + visible = "[GreaterThan_int64(Pop.GetNumRadicals, '(int64)0')]" + blockoverride "text_left" { + text = "RADICALS" + } + blockoverride "text_right" { + raw_text = "#variable [Pop.GetNumRadicals|D]#!" + tooltip = "RADICALS_TOOLTIP_POP" + } + } + pop_details_side_stats_item = { + visible = "[GreaterThan_int64(Pop.GetNumLoyalists, '(int64)0')]" + blockoverride "text_left" { + text = "LOYALISTS" + } + blockoverride "text_right" { + raw_text = "#variable [Pop.GetNumLoyalists|D]#!" + tooltip = "LOYALISTS_TOOLTIP_POP" + } + } + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "PRIMARY_IG_TITLE" + } + ig_button = { + visible = "[And(IsDataModelEmpty(Pop.AccessSupportedInterestGroups),Pop.GetLargestInterestGroup.IsValid)]" + parentanchor = right + size = { 30 30 } + texture = "[InterestGroup.GetTexture]" + using = tooltip_above + blockoverride "tooltip" {} + tooltip = "POP_IG_ATTRACTION_HEADER" + } + icon = { + visible = "[And(IsDataModelEmpty(Pop.AccessSupportedInterestGroups),Not(Pop.GetLargestInterestGroup.IsValid))]" + size = { 30 30 } + texture = "gfx/interface/icons/ig_icons/politically_unaligned.dds" + parentanchor = right + using = tooltip_above + tooltipwidget = { + FancyTooltip_PoliticallyUnaligned = {} + } + } + + # Henriks favourite hack to only show X number of items in a datamodel + container = { + maximumsize = { 94 30 } + parentanchor = right + scissor = yes + + flowcontainer = { + spacing = 2 + datamodel = "[Pop.AccessSupportedInterestGroups]" + + item = { + ig_button = { + parentanchor = vcenter + size = { 30 30 } + texture = "[InterestGroup.GetTexture]" + using = tooltip_above + blockoverride "tooltip" {} + tooltip = "POP_IG_ATTRACTION_HEADER" + } + } + } + } + } + pop_details_side_stats_item = { + blockoverride "text_left" { + text = "POL_STR_TITLE" + } + blockoverride "text_right" { + text = "[Pop.GetPoliticalStrength|Kv]" + using = pop_pol_str_tooltip_with_graph + alpha = "[TransparentIfZero(Pop.GetLargestInterestGroup.GetClout)]" + } + } + + pop_details_side_stats_item = { + visible = "[Not(IsDataModelEmpty(Pop.GetSupportedPoliticalMovements))]" + + blockoverride "text_left" { + text = "POP_POLITICAL_MOVEMENTS_HEADER" + } + + container = { + maximumsize = { 90 30 } + parentanchor = right + scissor = yes + + flowcontainer = { + parentanchor = right + spacing = 2 + datamodel = "[Pop.GetSupportedPoliticalMovements]" + + item = { + icon = { + parentanchor = left|vcenter + size = { 28 28 } + texture = "[PoliticalMovement.GetTexture]" + using = tooltip_above + tooltip = "POP_SUPPORT_FOR_POLITICAL_MOVEMENTS_ENTRY" + } + } + } + } + } + } + } + + default_header = { + blockoverride = "text" { + text = "POP_TYPE_INFORMATION" + } + } + + ### LORE + textbox = { + autoresize = yes + datacontext = "[Pop.GetPopType]" + datacontext = "[Pop.GetState]" + text = "DATA_POP_TYPE_NAME_IN_STATE_TOOLTIP" + minimumsize = { @panel_width -1 } + maximumsize = { @panel_width -1 } + multiline = yes + parentanchor = hcenter + margin = { 15 15 } + align = nobaseline + #default_format = "#lore" + + background = { + using = entry_bg + } + } + + ### DEBUG + textbox = { + text = "[Pop.GetDebugInfo]" # TODO: PRCAL-3641 + autoresize = yes + align = left|nobaseline + margin = { 15 5 } + multiline = yes + alpha = 0.5 + } + } + + flowcontainer = { + visible = "[InformationPanel.IsTabSelected('pop_economy')]" + using = default_fade_in_out + direction = vertical + spacing = 9 + + spacer = { + size = { 5 0 } + } + + ### MAIN STATS + flowcontainer = { + name = "tutorial_highlight_population" + minimumsize = { @panel_width -1 } + maximumsize = { @panel_width -1 } + parentanchor = hcenter + direction = vertical + margin = { 20 15 } + margin_bottom = 15 + + background = { + using = entry_bg_simple + } + + flowcontainer = { + + flowcontainer = { + direction = vertical + minimumsize = { 200 50 } + + textbox = { + text = "POPULATION_TITLE" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + raw_text = "[Pop.GetTotalSize|Dv] (#variable [Pop.GetPopGrowth|+=D]#!)" + using = pop_population_tooltip_with_graph + autoresize = yes + elide = right + align = left|nobaseline + using = fontsize_xl + } + + } + + flowcontainer = { + direction = vertical + minimumsize = { 150 50 } + + textbox = { + text = "WORKING_ADULTS_TITLE" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + text = "[Pop.GetNumWorkforce|Dv]" + tooltip = "POP_WORKFORCE_TOOLTIP" + autoresize = yes + elide = right + align = left|nobaseline + } + } + + flowcontainer = { + direction = vertical + minimumsize = { 150 50 } + + textbox = { + text = "DEPENDENTS_TITLE" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + text = "[Pop.GetDependentsSize|Dv]" + tooltip = "POP_DEPENDENTS_TOOLTIP" + autoresize = yes + elide = right + align = left|nobaseline + } + } + } + + widget = { size = { 10 10 }} + + flowcontainer = { + + flowcontainer = { + direction = vertical + minimumsize = { 200 50 } + + textbox = { + text = "POP_ECONOMY_WEEKLY_INCOME" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + raw_text = "@money![Pop.GetIncome|+=D]" + tooltip = "[Pop.GetIncomeDesc]" + autoresize = yes + elide = right + align = left|nobaseline + } + + } + + flowcontainer = { + direction = vertical + minimumsize = { 150 50 } + + textbox = { + text = "WORKING_ADULTS_INCOME_TITLE" + autoresize = yes + elide = right + align = left|nobaseline + } + + + textbox = { + visible = "[Not(Pop.IsEmployed)]" + autoresize = yes + text = "UNEMPLOYED" + align = left|nobaseline + alpha = 0.5 + elide = right + } + + flowcontainer = { + visible = "[Pop.IsEmployed]" + + textbox = { + raw_text = "@money![Pop.GetWorkforceIncome|D=+]" + tooltip = "[Pop.GetWorkforceIncomeDesc]" + autoresize = yes + elide = right + align = left|nobaseline + } + + widget = { + size = { 5 20 } + } + + button = { + datacontext = "[Pop.AccessBuilding]" + size = { 23 23 } + using = clean_button + onclick = "[InformationPanelBar.OpenBuildingDetailsPanel(Building.AccessSelf)]" + + tooltipwidget = { + FancyTooltip_Building = {} + } + + icon = { + size = { 23 23 } + texture = "[Pop.GetBuilding.GetTexture]" + parentanchor = right|vcenter + } + } + } + } + + flowcontainer = { + direction = vertical + minimumsize = { 150 50 } + + textbox = { + text = "DEPENDENTS_INCOME_TITLE" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + visible = "[NotEqualTo_CFixedPoint(Pop.GetDependentIncome, '(CFixedPoint)0')]" + raw_text = "@money![Pop.GetDependentIncome|D=+]" + tooltip = "[Pop.GetDependentIncomeDesc]" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + visible = "[EqualTo_CFixedPoint(Pop.GetDependentIncome, '(CFixedPoint)0')]" + autoresize = yes + text = "UNEMPLOYED" + align = left|nobaseline + alpha = 0.5 + elide = right + } + } + } + + widget = { size = { 10 10 }} + + flowcontainer = { + + flowcontainer = { + direction = vertical + minimumsize = { 350 50 } + + textbox = { + text = "POP_ECONOMY_WEEKLY_EXPENSES" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + raw_text = "@money![Negate_CFixedPoint(Pop.GetExpenses)|=D+]" + tooltip = "[Pop.GetExpensesDesc]" + autoresize = yes + elide = right + align = right|nobaseline + } + } + + flowcontainer = { + direction = vertical + minimumsize = { 150 50 } + + textbox = { + text = "NET_INCOME_TITLE" + tooltip = "TOOLTIP_POP_NET_INCOME" + autoresize = yes + elide = right + align = left|nobaseline + } + + textbox = { + raw_text = "#v @money![Pop.GetMoney|D=+]#!" + tooltip = "TOOLTIP_POP_NET_INCOME" + elide = right + align = left|nobaseline + autoresize = yes + } + } + } + + } + + flowcontainer = { + direction = vertical + parentanchor = hcenter + minimumsize = { @panel_width 100 } + margin = { 20 15 } + + background = { + using = entry_bg_simple + } + + textbox = { + align = left|nobaseline + text = "POP_TOP_GOODS_EXPENDITURES_HEADER" + autoresize = yes + margin_bottom = 10 + } + + fixedgridbox = { + parentanchor = hcenter + datamodel_wrap = 5 + addcolumn = 90 + addrow = 90 + flipdirection = yes + + datamodel = "[Pop.GetTopGoodsConsumption]" + + item = { + widget = { + size = { 90 90 } + consumption_goods_fancy = {} + } + } + } + } + } + + flowcontainer = { + visible = "[InformationPanel.IsTabSelected('pop_consumption')]" + using = default_fade_in_out + direction = vertical + spacing = 9 + + spacer = { + size = { 5 0 } + } + + flowcontainer = { + direction = vertical + parentanchor = hcenter + + flowcontainer = { + parentanchor = hcenter + direction = vertical + + datamodel = "[Pop.GetGoodsConsumption]" + + item = { + consumption_goods_list_item = {} + } + } + } + } + } + } + + type pop_details_side_stats_item = widget { + size = { @stat_item_width 30 } + + hbox = { + textbox = { + block "text_left" { + text = "" + } + layoutpolicy_horizontal = expanding + size = { 0 20 } + elide = right + align = left|nobaseline + } + block "widget_right" { + textbox = { + block "text_right" { + text = "" + } + autoresize = yes + max_width = @right_max_width + elide = right + align = right|nobaseline + } + } + } + } + + type consumption_goods_fancy = button { + + datacontext = "[PopConsumptionGoods.GetGoods]" + + size = { 60 80 } + parentanchor = center + using = default_button + using = select_button_sound + onclick = "[InformationPanelBar.OpenGoodsPanel(Goods.GetMarket, Goods.Self)]" + onrightclick = "[RightClickMenuManager.ShowForGoods(Goods.AccessSelf)]" + + tooltipwidget = { + FancyTooltip_Goods_Pop_Consumption = {} + } + + icon = { + position = { 0 -5 } + parentanchor = bottom|hcenter + size = { 45 45 } + texture = "[Goods.GetTexture]" + } + + + textbox = { + parentanchor = top|hcenter + position = { 0 4 } + align = center|nobaseline + #using = fontsize_large + size = { 100% 25 } + elide = right + fontsize_min = 14 + + block "goods_consumption_info" { + raw_text = "#v [PopConsumptionGoods.GetConsumptionRatio|1%v]#!" + } + + background = { + using = dark_area + margin = { -5 0 } + } + } + + icon = { + visible = "[Goods.HasGoodsShortage]" + parentanchor = bottom|left + size = { 25 25 } + position = { -10 5 } + texture = "gfx/interface/icons/generic_icons/goods_shortage.dds" + tooltip = "GOODS_SHORTAGE_TOOLTIP" + } + + textbox = { + parentanchor = bottom|right + position = { 10 5 } + autoresize = yes + using = fontsize_xl + text = "[Goods.GetCompareIconAgainstBasePrice(Goods.GetMarketPrice)]" + } + } + + type consumption_goods_list_item = widget { + + + datacontext = "[PopConsumptionGoods.GetGoods]" + + size = { @panel_width 50 } + + background = { + using = entry_bg_simple + } + + flowcontainer = { + parentanchor = left|vcenter + widgetanchor = left|vcenter + + button = { + using = default_button + using = select_button_sound + onclick = "[InformationPanelBar.OpenGoodsPanel(Goods.GetMarket, Goods.Self)]" + onrightclick = "[RightClickMenuManager.ShowForGoods(Goods.AccessSelf)]" + size = { 190 50 } + parentanchor = vcenter + + tooltipwidget = { + FancyTooltip_Goods_Pop_Consumption = {} + } + + flowcontainer = { + using = goods_list_item + + textbox = { + align = left|nobaseline + text = "[Goods.GetNameNoFormatting]" + size = { 135 40 } + margin_left = 3 + parentanchor = vcenter + elide = right + fontsize_min = 12 + } + } + } + + vertical_divider = {} + + widget = { + using = market_price_tooltip_with_graph + size = { 130 55 } + + textbox = { + align = left|nobaseline + text = "[Goods.GetCompareIconAgainstBasePrice( Goods.GetMarketPrice )]" + size = { 110 40 } + margin_left = 20 + parentanchor = vcenter + } + + flowcontainer = { + direction = vertical + minimumsize = { 80 52 } + spacing = 5 + margin_top = 10 + parentanchor = right + + textbox = { + visible = "[GreaterThanOrEqualTo_CFixedPoint(Goods.GetPercentageDeltaAgainstBasePrice(Goods.GetMarketPrice), '(CFixedPoint)0.01')]" + align = right|nobaseline + text = "MARKET_PANEL_GOODS_PRICE_GOLD" + autoresize = yes + margin_right = 10 + parentanchor = right + } + + textbox = { + visible = "[And( Not(LessThanOrEqualTo_CFixedPoint(Goods.GetPercentageDeltaAgainstBasePrice(Goods.GetMarketPrice), '(CFixedPoint)-0.01')), Not(GreaterThanOrEqualTo_CFixedPoint(Goods.GetPercentageDeltaAgainstBasePrice(Goods.GetMarketPrice), '(CFixedPoint)0.01')))]" + align = hcenter|nobaseline + text = "MARKET_PANEL_GOODS_PRICE" + autoresize = yes + parentanchor = hcenter + } + + textbox = { + visible = "[LessThanOrEqualTo_CFixedPoint(Goods.GetPercentageDeltaAgainstBasePrice(Goods.GetMarketPrice), '(CFixedPoint)-0.01')]" + align = left|nobaseline + text = "MARKET_PANEL_GOODS_PRICE_BLUE" + autoresize = yes + margin_left = 10 + parentanchor = left + } + + double_direction_progressbar_gold = { + size = { 60 6 } + parentanchor = hcenter + + blockoverride "negative_min_max_values" { + min = -0.75 + max = 0 + } + + blockoverride "positive_min_max_values" { + min = 0 + max = 0.75 + } + + blockoverride "value_left" { + value = "[FixedPointToFloat(Goods.GetPercentageDeltaAgainstBasePrice(Goods.GetMarketPrice))]" + } + blockoverride "value_right" { + value = "[FixedPointToFloat(Goods.GetPercentageDeltaAgainstBasePrice(Goods.GetMarketPrice))]" + } + } + } + } + + vertical_divider = {} + + textbox = { + parentanchor = vcenter + align = center|nobaseline + size = { 110 25 } + elide = right + fontsize_min = 14 + tooltip = "POP_GOODS_AMOUNT_CONSUMED" + + block "goods_consumption_info" { + raw_text = "#v [PopConsumptionGoods.GetConsumptionAmount|D]#!" + } + + } + + vertical_divider = {} + + textbox = { + parentanchor = vcenter + align = center|nobaseline + size = { 110 25 } + elide = right + fontsize_min = 14 + tooltip = "POP_GOODS_BUDGET_EXPENDITURE_PERCENTAGE" + + block "goods_consumption_info" { + raw_text = "#v [PopConsumptionGoods.GetConsumptionRatio|v%1]#!" + } + + } + } + } +} diff --git a/gui/texticons.gui b/gui/texticons.gui new file mode 100644 index 00000000..f8fc1aaa --- /dev/null +++ b/gui/texticons.gui @@ -0,0 +1,1452 @@ +@sol_icon_fontsize = 45 + +texticon = { + icon = arrow_right + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/arrow_right_small.dds" + fontsize = 20 + } +} + +texticon = { + icon = arrow_left + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/arrow_left_small.dds" + fontsize = 20 + } +} + + +### TREND ARROWS +texticon = { + icon = arrow_placeholder + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/trend_up.dds" + fontsize = 20 + } +} + +texticon = { + icon = arrow_down + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/trend_down.dds" + fontsize = 20 + } +} + +texticon = { + icon = arrow_down_down + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/trend_downdown.dds" + fontsize = 20 + } +} + +texticon = { + icon = arrow_none + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/trend_nochange.dds" + fontsize = 20 + } +} + +texticon = { + icon = arrow_up + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/trend_up.dds" + fontsize = 20 + } +} + +texticon = { + icon = arrow_up_up + iconsize = { + offset = { 0 2 } + texture = "gfx/interface/icons/generic_icons/trend_upup.dds" + fontsize = 20 + } +} + +texticon = { + icon = turns_into + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/icons/generic_icons/turns_into.dds" + fontsize = 50 + } +} + + +### MAP LIST ICONS +texticon = { + icon = map_list_plus + iconsize = { + offset = { 12 18 } + texture = "gfx/interface/icons/generic_icons/map_list_plus.dds" + fontsize = 44 + } +} +texticon = { + icon = map_list_lock + iconsize = { + offset = { 12 19 } + texture = "gfx/interface/icons/generic_icons/map_list_lock.dds" + fontsize = 44 + } +} + +texticon = { + icon = map_list_cross + iconsize = { + offset = { 12 19 } + texture = "gfx/interface/icons/generic_icons/map_list_cross.dds" + fontsize = 44 + } +} + +texticon = { + icon = map_list_plus_and_checkmark + iconsize = { + offset = { 12 18 } + texture = "gfx/interface/icons/generic_icons/map_list_plus_and_checkmark.dds" + fontsize = 44 + } +} + +texticon = { + icon = map_list_cross_and_checkmark + iconsize = { + offset = { 12 18 } + texture = "gfx/interface/icons/generic_icons/map_list_cross_and_checkmark.dds" + fontsize = 44 + } +} + +texticon = { + icon = map_list_checkmark + iconsize = { + offset = { 12 19 } + texture = "gfx/interface/icons/generic_icons/map_list_checkmark.dds" + fontsize = 44 + } +} + +### TOPBAR ICONS +texticon = { + icon = aut + iconsize = { + offset = { 0 22 } + texture = "gfx/interface/icons/topbar/authority_icon.dds" + fontsize = 82 + } +} + +texticon = { + icon = bur + iconsize = { + offset = { 0 22 } + texture = "gfx/interface/icons/topbar/bureaucracy_icon.dds" + fontsize = 82 + } +} + +texticon = { + icon = inf + iconsize = { + offset = { 0 22 } + texture = "gfx/interface/icons/topbar/influence_icon.dds" + fontsize = 82 + } +} + +texticon = { + icon = money + iconsize = { + offset = { 0 22 } + texture = "gfx/interface/icons/topbar/income_power_icon.dds" + fontsize = 82 + } +} + +texticon = { + icon = unincorporated + iconsize = { + offset = { 0 22 } + texture = "gfx/interface/icons/state_status_icons/unincorporated_state.dds" + fontsize = 100 + } +} + +texticon = { + icon = incorporated + iconsize = { + offset = { 0 22 } + texture = "gfx/interface/icons/state_status_icons/incorporated_state.dds" + fontsize = 100 + } +} + +### DIVIDER FOR TOOLTIP +texticon = { + icon = divider_start + iconsize = { + offset = { 0 3 } + texture = "gfx/interface/tooltip/tooltip_divider_start.dds" + fontsize = 20 + } +} + +texticon = { + icon = divider_mid + iconsize = { + offset = { 0 3 } + texture = "gfx/interface/tooltip/tooltip_divider_mid.dds" + fontsize = 20 + } +} + +texticon = { + icon = divider_end + iconsize = { + offset = { 0 3 } + texture = "gfx/interface/tooltip/tooltip_divider_end.dds" + fontsize = 20 + } +} + +### ARMY +texticon = { + icon = battalions + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/generic_icons/battalions_30.dds" + fontsize = 15 + } +} + +texticon = { + icon = battalions + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/generic_icons/battalions_34.dds" + fontsize = 17 + } +} + +texticon = { + icon = battalions + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/generic_icons/battalions_44.dds" + fontsize = 22 + } +} + +texticon = { + icon = battalions + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/generic_icons/battalions_60.dds" + fontsize = 30 + } +} + +texticon = { + icon = battalions + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/generic_icons/battalions.dds" + fontsize = 91 + } +} + +texticon = { + icon = flotillas + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/flotillas_30.dds" + fontsize = 15 + } +} + +texticon = { + icon = flotillas + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/flotillas_34.dds" + fontsize = 17 + } +} + +texticon = { + icon = flotillas + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/flotillas_44.dds" + fontsize = 22 + } +} + +texticon = { + icon = flotillas + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/flotillas_60.dds" + fontsize = 30 + } +} + +texticon = { + icon = flotillas + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/flotillas.dds" + fontsize = 91 + } +} + +texticon = { + icon = combat_unit_regular # same as database key + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/battalions.dds" + fontsize = 91 + } +} + +texticon = { + icon = combat_unit_conscript # same as database key + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/battalions.dds" + fontsize = 91 + } +} + +texticon = { + icon = combat_unit_flotilla # same as database key + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/flotillas.dds" + fontsize = 91 + } +} + +texticon = { + icon = mobilization # same as database key + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/mobilize_icon_single.dds" + fontsize = 91 + } +} + +texticon = { + icon = convoys + iconsize = { + offset = { 0 24 } + texture = "gfx/interface/icons/generic_icons/convoys.dds" + fontsize = 100 + } +} + +texticon = { + icon = army_SP + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/battalions.dds" + fontsize = 120 + } +} + +texticon = { + icon = navy_SP + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/flotillas.dds" + fontsize = 120 + } +} + +texticon = { + icon = unit_offense + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/military_icons/offence.dds" + fontsize = 80 + } +} + +texticon = { + icon = unit_defense + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/military_icons/defence.dds" + fontsize = 80 + } +} + +texticon = { + icon = manpower + iconsize = { + offset = { 0 17 } + texture = "gfx/interface/icons/military_icons/manpower.dds" + fontsize = 60 + } +} + +texticon = { + icon = attrition + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/icons/military_icons/attrition.dds" + fontsize = 100 + } +} + +texticon = { + icon = high_attrition + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/icons/military_icons/highattrition.dds" + fontsize = 100 + } +} + +texticon = { + icon = ins + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/politics_view/institution_level_icon.dds" + fontsize = 150 + } +} + +### COIN ICONS +texticon = { + icon = coin1 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_01.dds" + fontsize = 84 + } +} +texticon = { + icon = coin2 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_02.dds" + fontsize = 84 + } +} +texticon = { + icon = coin3 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_03.dds" + fontsize = 84 + } +} +texticon = { + icon = coin4 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_04.dds" + fontsize = 84 + } +} +texticon = { + icon = coin5 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_05.dds" + fontsize = 84 + } +} +texticon = { + icon = coin6 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_06.dds" + fontsize = 84 + } +} +texticon = { + icon = coin7 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_07.dds" + fontsize = 84 + } +} +texticon = { + icon = coin8 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_08.dds" + fontsize = 84 + } +} +texticon = { + icon = coin9 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_09.dds" + fontsize = 84 + } +} +texticon = { + icon = coin10 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_10.dds" + fontsize = 84 + } +} +texticon = { + icon = coin11 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_11.dds" + fontsize = 84 + } +} +texticon = { + icon = coin12 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_12.dds" + fontsize = 84 + } +} +texticon = { + icon = coin13 + iconsize = { + offset = { 0 25 } + texture = "gfx/interface/icons/generic_icons/coin_icon_13.dds" + fontsize = 84 + } +} + +### PROFITABILITY ICONS +texticon = { + icon = profitability1 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_01.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability2 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_02.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability3 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_03.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability4 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_04.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability5 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_05.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability6 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_06.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability7 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_07.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability8 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_08.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability9 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_09.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability10 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_10.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability11 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_11.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability12 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_12.dds" + fontsize = 80 + } +} + +texticon = { + icon = profitability13 + iconsize = { + offset = { 0 28 } + texture = "gfx/interface/icons/generic_icons/profitability_13.dds" + fontsize = 80 + } +} + +### Standard of Living +texticon = { + icon = affluent + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/affluent.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = struggling + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/struggling.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = destitute + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/destitute.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = impoverished + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/impoverished.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = lavish + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/lavish.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = middling + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/middling.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = opulent + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/opulent.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = prosperous + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/prosperous.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = secure + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/secure.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = starving + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/starving.dds" + fontsize = @sol_icon_fontsize + } +} +texticon = { + icon = wealthy + iconsize = { + offset = { 0 12 } + texture = "gfx/interface/icons/sol_icons/wealthy.dds" + fontsize = @sol_icon_fontsize + } +} + +### InterestGroup + +texticon = { + icon = armed_forces + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/armed_forces_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = devout + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/devout_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = industrialists + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/industrialists_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = intelligentsia + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/intelligensia_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = landowners + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/landowners_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = petty_bourgeoisie + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/petty_bourgeoisie_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = politically_inactive + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/politically_inactive_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = rural_folk + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/rural_folk_30.dds" + fontsize = 22 + } +} + +texticon = { + icon = trade_unions + iconsize = { + offset = { 0 7 } + texture = "gfx/interface/icons/ig_icons/trade_unions_30.dds" + fontsize = 22 + } +} + +### MIXED +texticon = { + icon = construction + iconsize = { + texture = "gfx/interface/icons/state_status_icons/has_construction.dds" + offset = { 0 20 } + fontsize = 128 + } +} + +texticon = { + icon = trade + iconsize = { + offset = { 0 16 } + texture = "gfx/interface/icons/generic_icons/trade.dds" + fontsize = 100 + } +} + +texticon = { + icon = import + iconsize = { + offset = { 0 16 } + texture = "gfx/interface/icons/lens_toolbar_icons/trade_route_import_lens_option.dds" + fontsize = 66 + } +} + +texticon = { + icon = export + iconsize = { + offset = { 0 16 } + texture = "gfx/interface/icons/lens_toolbar_icons/trade_route_export_lens_option.dds" + fontsize = 66 + } +} + +texticon = { + icon = innovation + iconsize = { + texture = "gfx/interface/icons/generic_icons/innovation.dds" + offset = { 0 20 } + fontsize = 120 + } +} + +texticon = { + icon = unemployed_icon + iconsize = { + texture = "gfx/interface/icons/pops_icons/unemployed.dds" + offset = { 0 20 } + fontsize = 120 + } +} + +texticon = { + icon = legitimacy_icon + iconsize = { + texture = "gfx/interface/icons/generic_icons/legitimacy.dds" + offset = { 0 20 } + fontsize = 120 + } +} + +texticon = { + icon = votes_icon + iconsize = { + texture = "gfx/interface/icons/event_icons/event_election.dds" + offset = { 0 20 } + fontsize = 150 + } +} + +texticon = { + icon = green_checkmark + iconsize = { + offset = { 0 15 } + texture = "gfx/interface/icons/generic_icons/green_checkmark.dds" + fontsize = 120 + } +} + + +texticon = { + icon = red_cross + iconsize = { + offset = { 0 15 } + texture = "gfx/interface/icons/generic_icons/red_cross.dds" + fontsize = 120 + } +} + +texticon = { + icon = green_checkmark_box + iconsize = { + offset = { 0 15 } + texture = "gfx/interface/icons/generic_icons/checkbox_greencheck.dds" + fontsize = 120 + } +} + +texticon = { + icon = simple_box + iconsize = { + offset = { 0 15 } + texture = "gfx/interface/icons/generic_icons/checkbox_simple.dds" + fontsize = 120 + } +} + +texticon = { + icon = information + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/information.dds" + fontsize = 120 + } +} + +texticon = { + icon = warning + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/warning.dds" + fontsize = 120 + } +} + +texticon = { + icon = rightclick + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/right_click.dds" + fontsize = 120 + } +} + +texticon = { + icon = disapproves + iconsize = { + offset = { 0 15 } + texture = "gfx/interface/icons/generic_icons/disapproval_icon.dds" + fontsize = 100 + } +} + +texticon = { + icon = approves + iconsize = { + offset = { 0 15 } + texture = "gfx/interface/icons/generic_icons/approval_icon.dds" + fontsize = 100 + } +} + +texticon = { + icon = indifferent + iconsize = { + offset = { 0 15 } + texture = "gfx/interface/icons/generic_icons/undecided_icon.dds" + fontsize = 100 + } +} + +texticon = { + icon = clock + iconsize = { + offset = { 0 20 } + texture = "gfx/interface/icons/generic_icons/clock.dds" + fontsize = 120 + } +} + +texticon = { + icon = flag_overlay + iconsize = { + offset = { -90 8 } + texture = "gfx/interface/flag/flag_overlay_text.dds" + fontsize = 67 + } +} + +### POP ICONS + +texticon = { + icon = lower_strata + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/sol_poor_icon_15.dds" + fontsize = 15 + } +} + +texticon = { + icon = middle_strata + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/sol_middle_icon_15.dds" + fontsize = 15 + } +} + +texticon = { + icon = upper_strata + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/sol_upper_icon_15.dds" + fontsize = 15 + } +} + +texticon = { + icon = lower_strata + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/icons/pops_icons/sol_poor_icon_17.dds" + fontsize = 30 + } +} + +texticon = { + icon = middle_strata + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/icons/pops_icons/sol_middle_icon_17.dds" + fontsize = 30 + } +} + +texticon = { + icon = upper_strata + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/icons/pops_icons/sol_upper_icon_17.dds" + fontsize = 30 + } +} + +texticon = { + icon = academics + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/academics.dds" + fontsize = 250 + } +} + +texticon = { + icon = academics + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/academics_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = newfriends + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/newfriend.dds" + fontsize = 250 + } +} + +texticon = { + icon = newfriends + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/newfriend_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = midfriends + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/midfriend.dds" + fontsize = 250 + } +} + +texticon = { + icon = midfriends + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/midfriend_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = oldfriends + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/oldfriend.dds" + fontsize = 250 + } +} + +texticon = { + icon = oldfriends + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/oldfriend_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = aristocrats + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/aristocrats.dds" + fontsize = 250 + } +} + +texticon = { + icon = aristocrats + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/aristocrats_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = bureaucrats + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/bureaucrats.dds" + fontsize = 250 + } +} + +texticon = { + icon = bureaucrats + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/bureaucrats_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = capitalists + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/capitalists.dds" + fontsize = 250 + } +} + +texticon = { + icon = capitalists + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/capitalists_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = clergymen + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/clergymen.dds" + fontsize = 250 + } +} + +texticon = { + icon = clergymen + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/clergymen_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = clerks + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/clerks.dds" + fontsize = 250 + } +} + +texticon = { + icon = clerks + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/clerks_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = engineers + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/engineers.dds" + fontsize = 250 + } +} + +texticon = { + icon = engineers + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/engineers_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = farmers + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/farmers.dds" + fontsize = 250 + } +} + +texticon = { + icon = farmers + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/farmers_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = laborers + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/laborers.dds" + fontsize = 250 + } +} + +texticon = { + icon = laborers + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/laborers_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = machinists + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/machinists.dds" + fontsize = 250 + } +} + +texticon = { + icon = machinists + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/machinists_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = officers + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/officers_15.dds" + fontsize = 30 + } +} + + texticon = { + icon = officers + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/officers_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = peasants + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/peasants.dds" + fontsize = 250 + } +} + + texticon = { + icon = peasants + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/peasants_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = soldiers + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/soldiers.dds" + fontsize = 250 + } +} + + texticon = { + icon = soldiers + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/soldiers_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = shopkeepers + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/shopkeepers.dds" + fontsize = 250 + } +} + + texticon = { + icon = shopkeepers + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/shopkeepers_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = slaves + iconsize = { + offset = { 0 50 } + texture = "gfx/interface/icons/pops_icons/slaves.dds" + fontsize = 250 + } +} + +texticon = { + icon = slaves + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/pops_icons/slaves_15.dds" + fontsize = 30 + } +} + +texticon = { + icon = goods_shortage + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/generic_icons/goods_shortage.dds" + fontsize = 90 + } +} + +texticon = { + icon = infamy + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/map_mode_icons/infamy.dds" + fontsize = 90 + } +} + +texticon = { + icon = maneuvers + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/icons/generic_icons/maneuvers.dds" + fontsize = 90 + } +} + +texticon = { + icon = spacebar + iconsize = { + offset = { 0 30 } + texture = "gfx/interface/tutorial/spacebar.png" + fontsize = 80 + } +} + +texticon = { + icon = censored + iconsize = { + offset = { 0 5 } + texture = "gfx/interface/icons/generic_icons/black_box.dds" + fontsize = 20 + } +} + +texticon = { + icon = unpinned_star + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/outliner/unpinned_icon.dds" + fontsize = 35 + } +} + +texticon = { + icon = pinned_star + iconsize = { + offset = { 0 10 } + texture = "gfx/interface/outliner/pinned_icon.dds" + fontsize = 35 + } +} diff --git a/localization/english/cdm_l_english.yml b/localization/english/cdm_l_english.yml new file mode 100644 index 00000000..4fadc0e0 --- /dev/null +++ b/localization/english/cdm_l_english.yml @@ -0,0 +1,8 @@ +l_english: + je_cdm_treaty_of_santiago: "Treaty of Santiago" + je_cdm_treaty_of_santiago_reason: "There has long been a bond between the peoples of Cortesia Del Mar and Aurellia, and each nation admires the strengths and assets of the other, perhaps, a united future may enhance both peoples?" + treaty_of_santiago.1.t: "$je_cdm_treaty_of_santiago$" + treaty_of_santiago.1.d: "The Treaty of Santiago" + treaty_of_santiago.1.f: "WHEREAS there has long been a bond between the peoples of [ROOT.GetCountry.GetNameNoFormatting] and [SCOPE.sCountry('treaty_of_santiago_aurellia_scope').GetNameNoFormatting] \n WHEREAS each nation admires the strengths and assets of the other \n WHEREAS a united future may enhance both peoples." + treaty_of_santiago.1.a: "[ROOT.GetCountry.GetName] and [SCOPE.sCountry('treaty_of_santiago_aurellia_scope').GetName] are hereby merged into a single state." + treaty_of_santiago.1.b: "On a second thought..." \ No newline at end of file diff --git a/localization/english/character/civ_traits_l_english.yml b/localization/english/character/civ_traits_l_english.yml new file mode 100644 index 00000000..b7cb06e9 --- /dev/null +++ b/localization/english/character/civ_traits_l_english.yml @@ -0,0 +1,55 @@ +l_english: + beginner_diplomat: "Beginner Diplomat" + beginner_diplomat_desc: "This character is new to the field of diplomacy, but has a basic understanding of the principles and practices of diplomacy and is eager to learn more." + intermediate_diplomat: "Intermediate Diplomat" + intermediate_diplomat_desc: "This character has a solid understanding of diplomacy and has been involved in multiple diplomatic incidents. They are able to effectively negotiate and mediate disputes." + advanced_diplomat: "Advanced Diplomat" + advanced_diplomat_desc: "This character is a seasoned diplomat with a deep understanding of the nuances of diplomacy. They are able to deftly navigate complex diplomatic situations and are highly respected in the diplomatic community." + expert_diplomat: "Expert Diplomat" + expert_diplomat_desc: "This character is a master of diplomacy and is widely recognized as one of the top diplomats in the community. They are able to achieve the outcomes they desire in diplomatic incidents and are a force to be reckoned with." + beginner_builder: "Beginner Builder" + beginner_builder_desc: "This character is new to building and is still learning the basics of construction and design. They are eager to learn and improve their skills." + intermediate_builder: "Intermediate Builder" + intermediate_builder_desc: "This character has a solid understanding of building techniques and is able to create impressive structures. They may use tools like schematica to plan out their builds." + advanced_builder: "Advanced Builder" + advanced_builder_desc: "This character is a highly skilled builder with a keen eye for design and detail. They have a reputation for creating stunning and unique builds." + expert_builder: "Expert Builder" + expert_builder_desc: "This character is a world-famous builder, known for their incredible builds that push the boundaries of what is possible. They may have their own creative server to pre-plan builds on a copy of their world." + beginner_artist: "Beginner Artist" + beginner_artist_desc: "This character is new to the field of art and is still learning the basics of drawing, painting, and other forms of art. They are eager to learn and improve their skills." + intermediate_artist: "Intermediate Artist" + intermediate_artist_desc: "This character has a solid understanding of art and is able to create impressive pieces. They may specialize in a certain type of art, like comics, polandballs, or maps." + advanced_artist: "Advanced Artist" + advanced_artist_desc: "This character is a highly skilled artist with a keen eye for detail and a unique style. They have a reputation for creating impressive and highly-regarded works of art." + expert_artist: "Expert Artist" + expert_artist_desc: "This character is a world-renowned artist, known for their incredible works of art that have been widely recognized and highly-regarded by the community." + beginner_pvper: "Tier 4 Pvper" + beginner_pvper_desc: "This character is new to the field of pvp and is just learning the basics of combat. They are eager to learn and improve their skills." + intermediate_pvper: "Tier 3 Pvper" + intermediate_pvper_desc: "This character has a solid understanding of pvp combat and is able to hold their own in battles." + advanced_pvper: "Tier 2 Pvper" + advanced_pvper_desc: "This character has a very advanced understand of pvp combat, mastering positioning, tactics and other key components of pvp. They are considered to be part of the top of pvpers and have won many duels and participated in a few battles." + expert_pvper: "Tier 1 Pvper" + expert_pvper_desc: "This player is feared by all, their presence on the battlefield often deciding the outcome of a war. They are considered the best of the best of all PvPers." + beginner_botter: "Beginner Botter" + beginner_botter_desc: "This player uses simple scripts and macros to automate tedious tasks, utilizing more rudimentary tools." + intermediate_botter: "Intermediate Botter" + intermediate_botter_desc: "This player has advanced their botting skills, using more advanced tools and frameworks like Mineflayer to automate tasks." + advanced_botter: "Advanced Botter" + advanced_botter_desc: "This player is a master of automation, their skills having a significant impact on the community." + expert_botter: "Expert Botter" + expert_botter_desc: "This player is considered one of the most influential programmers in the community, their abilities influencing the community through the creation of new web apps or server plugins." + + elawyer: "E-Lawyer" + elawyer_desc: "This player likes to engage in, draw up and participate in the legal system of many nations." + dramatic: "Dramatic" + dramatic_desc: "This player is often involved in drama and dramatic situations." + verbose: "Verbose" + verbose_desc: "This player is fond of writing many words to communicate their intentions." + wholesome: "Wholesome" + wholesome_desc: "This player is considered wholesome (hsm) and regularly cheers up other players." + witty: "Witty" + witty_desc: "This player is witty and has a charming sense of humour." + historical: "Historical" + historical_desc: "This player is based on a real civ player and most likely has their own civwiki page." + \ No newline at end of file diff --git a/localization/english/civ_cultures_l_english.yml b/localization/english/civ_cultures_l_english.yml new file mode 100644 index 00000000..2bb5a25d --- /dev/null +++ b/localization/english/civ_cultures_l_english.yml @@ -0,0 +1,34 @@ +l_english: + lusitan: "Lusitan" + truidencian: "Truidencian" + thruitt: "Thruittan" + gensokyojin: "Gensokyojin" + danzilonan: "Danzilonan" + pavian: "Pavian" + lambatan: "Lambatan" + naran: "Naran" + estalian: "Estalian" + cortesian: "Cortesian" + griffinian: "Griffinian" + wolken: "Wolkenian" + dalgonese: "Dalgonese" + mery_culture: "mehri" + yoahtlan: "Huehuetlic" + resimerian: "Resimerian" + kallosian: "Kallosian" + augustan: "Augustan" + doomer: "Doomer" + calwian: "Calwian" + transylvanian: "Transylvanian" +# wildfriend can be randoms + shitters + estalian: "Estalian" + gangshi: "Gangshi" + imperial: "Imperial" + molakan: "Molakan" + volterran: "Volterran" + icenian: "Icenian" + aurellian: "Aurellian" + septembrian: "Septembrian" + median: "Median" + examplish: "Wildfriend" + \ No newline at end of file diff --git a/localization/english/civ_generic_names_l_english.yml b/localization/english/civ_generic_names_l_english.yml new file mode 100644 index 00000000..bfbc6204 --- /dev/null +++ b/localization/english/civ_generic_names_l_english.yml @@ -0,0 +1,315 @@ +l_english: + no_last_name: "" + Andre: "Andre" + Andres: "Andres" + Antonio: "Antonio" + Apolinario: "Apolinario" + Artemio: "Artemio" + Angelo: "Angelo" + Christian: "Christian" + Daniel: "Daniel" + Emilio: "Emilio" + Enrico: "Enrico" + Francisco: "Francisco" + Gabriel: "Gabriel" + James: "James" + Jacinto: "Jacinto" + Jacob: "Jacob" + Jester: "Jester" + Jose: "Jose" + Joshua: "Joshua" + John_Mark: "John Mark" + John_Paul: "John Paul" + Juan: "Juan" + Lambert: "Lambert" + Leon: "Leon" + Manuel: "Manuel" + Marcelo: "Marcelo" + Mariano: "Mariano" + Michael: "Michael" + Nathaniel: "Nathaniel" + Nikolai: "Nikolai" + Nicolas: "Nicolas" + Simeon: "Simeon" + Teodoro: "Teodoro" + Mikmik: "Mikmik" + Monito: "Monito" + Glhynnyl_Hylhyr_Yzzyghyl: "Glhynnyl Hylhyr Yzzyghyl" + Diyknyll_Rysym: "Diyknyll Rysym" + Anna: "Anna" + Andrea: "Andrea" + Althea: "Althea" + Angel: "Angel" + Angela: "Angela" + Samantha: "Samantha" + Darna: "Darna" + Joan: "Joan" + Monita: "Monita" + Carmen: "Carmen" + Catalina: "Catalina" + Jennie: "Jennie" + Leona: "Leona" + Nathalie: "Nathalie" + Pacita: "Pacita" + Princess: "Princess" + Sophia: "Sophia" + Teodora: "Teodora" + Trinidad: "Trinidad" + Adriosola_Reyes: "Adriosola Reyes" + Locsin: "Locsin" + Bautista: "Bautista" + Castillo: "Castillo" + Flores: "Flores" + de_Guzman: "de Guzman" + Garcia: "Garcia" + Latosa: "Latosa" + Lim: "Lim" + Lopez: "Lopez" + Marcos: "Marcos" + Martinez: "Martinez" + Mendoza: "Mendoza" + Perez: "Perez" + Ramos: "Ramos" + Rivera: "Rivera" + sta_Maria: "sta_Maria" + Tamayo: "Tamayo" + Torres: "Torres" + Bonifacio: "Bonifacio" + Burgos: "Burgos" + Mangubat: "Mangubat" + ng_Lambat: "ng Lambat" + ng_Valle_Flor: "ng Valle Flor" + Arellano: "Arellano" + Basa: "Basa" + del_Pilar: "del Pilar" + dela_Cruz: "dela Cruz" + del_Mundo: "del Mundo" + Diwa: "Diwa" + Diaz: "Diaz" + Dizon: "Dizon" + Mabini: "Mabini" + Miranda: "Miranda" + Nakpil: "Nakpil" + Nocon: "Nocon" + Pascual: "Pascual" + Plata: "Plata" + Reyes: "Reyes" + Rizal: "Rizal" + Rodriguez: "Rodriguez" + Joao: "João" + Santiago: "Santiago" + Afonso: "Afonso" + Rodrigo: "Rodrigo" + Martim: "Martim" + Tomas: "Tomás" + Pedro: "Pedro" + Duarte: "Duarte" + Miguel: "Miguel" + Leonor: "Leonor" + Matilde: "Matilde" + Beatriz: "Beatriz" + Carolina: "Carolina" + Mariana: "Mariana" + Sofia: "Sofia" + Francisca: "Francisca" + Ines: "Inês" + da_Gama: "da Gama" + Vaz: "Vaz" + de_Caminha: "de Caminha" + Guimaraes: "Guimaraes" + de_Lusitania: "de Lusitania" + de_Borgonha: "de Borgonha" + de_Portucale: "de Portucale" + de_Provence: "de Provence" + Silva: "Silva" + Rodrigues: "Rodrigues" + Fernandes: "Fernandes" + Goncalves: "Goncalves" + Santos: "Santos" + Pereira: "Pereira" + Costa: "Costa" + Ferreira: "Ferreira" + Gomes: "Gomes" + Martins: "Martins" + Sousa: "Sousa" + Dias: "Dias" + Oliveira: "Oliveira" + Lopes: "Lopes" + Freitas: "Freitas" + Nunes: "Nunes" + Ribeiro: "Ribeiro" + Almeida: "Almeida" + Mendes: "Mendes" + Henrique: "Henrique" + Maria: "Maria" + Ana: "Ana" + Regina: "Regina" + of_Snowpeak: "of Snowpeak" + of_Nidaros: "of Nidaros" + of_Hyldor: "of Hyldor" + of_Fox'_Landing: "of Fox's Landing" + of_Bezengard: "of Bezengard" + av_Rodskjegg: "Redbeard" + av_Trydensia: "av Trydensia" + of_Nid: "of Nid" + Hylian: "Hylian" + Nidgard: "Nidgard" + Revrud: "Revrud" + The_Fox: "The Fox" + av_Soria_Moria: "av Soria Moria" + of_Dol_Morhen: "of Dol Morhen" + The_Hyldorian: "The Hyldorian" + Zeldrin: "Zeldrïn" + Handrane: "Handránë" + Bjorn: "Bjørn" + Haakon: "Håkon" + Harald: "Harald" + Magnus: "Magnus" + Haavard: "Håvard" + Obtainius_Bez: "Obtainius Bez" + Zeldronicus_Bez: "Zeldronicus Bez" + Besius_Bez: "Besius Bez" + Zeldryn_Bez: "Zeldryn Bez" + Zeldronix: "Zeldronix" + Maud: "Maud" + Margrete: "Margrete" + Ragnhild: "Ragnhild" + Froy: "Frøy" + Froya: "Frøya" + Loke: "Loke" + Adrianne: "Adrianne" + Sukeie: "Sukeie" + Lodur: "Lodur" + Sadakata: "Sadakata" + Odin: "Odin" + Augustina: "Augustina" + Toshiatsu: "Toshiatsu" + Ragnild: "Ragnild" + Takemichi: "Takemichi" + Generica: "Generica" + Tanemasa: "Tanemasa" + Eluwin: "Eluwin" + Terumochi: "Terumochi" + Kanemitsu: "Kanemitsu" + Hirosuke: "Hirosuke" + Hiroyori: "Hiroyori" + Yasukage: "Yasukage" + Od: "Od" + Arinari: "Arinari" + Tor: "Tor" + Atsumitsu: "Atsumitsu" + Balder: "Balder" + Arimichi: "Arimichi" + Hod: "Hod" + Nagatake: "Nagatake" + Hermod: "Hermod" + Narinobu: "Narinobu" + Mode: "Mode" + Naoari: "Naoari" + Frigga: "Frigga" + Fusahisa: "Fusahisa" + Idunn: "Idunn" + Uchitake: "Uchitake" + Sigyn: "Sigyn" + Morishige: "Morishige" + Siv: "Siv" + Mitsuaki: "Mitsuaki" + Syn: "Syn" + Fumeshi: "Fumeshi" + Nanna: "Nanna" + Futsuko: "Futsuko" + Rind: "Rind" + Satsu: "Satsu" + Saruko: "Saruko" + Shuu: "Shuu" + Shio: "Shio" + Shina: "Shina" + Mare: "Mare" + Magimi: "Magimi" + Maneko: "Maneko" + Tsuna: "Tsuna" + Ishi: "Ishi" + Ise: "Ise" + Ineko: "Ineko" + Uba: "Uba" + Yuki: "Yuki" + Oma: "Oma" + Omako: "Omako" + Kusuno: "Kusuno" + Kisa: "Kisa" + Tadashi: "Tadashi" + Tanaka: "Tanaka" + Takamatsu: "Takamatsu" + Tozawa: "Tozawa" + Yanagizawa: "Yanagizawa" + Yamanoi: "Yamanoi" + Ina: "Ina" + Ishiyama: "Ishiyama" + Itou: "Itou" + Izumi: "Izumi" + Ichijo: "Ichijo" + Nomura: "Nomura" + Nasu: "Nasu" + Nakayama: "Nakayama" + Arai: "Arai" + Aso: "Aso" + Azai: "Azai" + Enya: "Enya" + Fukui: "Fukui" + Wakizaka: "Wakizaka" + Shiba: "Shiba" + Suganuma: "Suganuma" + Seki: "Seki" + Hashimoto: "Hashimoto" + Hozumi: "Hozumi" + Kitanokouji: "Kitanokouji" + Karahashi: "Karahashi" + Kujou: "Kujou" + Kamiizumi: "Kamiizumi" + Kagae: "Kagae" + Kanou: "Kanou" + Mizumo: "Mizumo" + Ogasawara: "Ogasawara" + Gensokyo: "Gensokyo" + Yakumo: "Yakumo" + Hakurei: "Hakurei" + Hijiri: "Hijiri" + Kochiya: "Kochiya" + Kirisame: "Kirisame" + Mikoto: "Mikoto" + Ari: "Ari" + Nukoro: "Nukoro" + Fuorosu: "Fuorosu" + Fakksu: "Fakksu" + Faruyu: "Faruyu" + Kurinson: "Kurinson" + Mima: "Mima" + Infura: "Infura" + Rari: "Rari" + Topazu: "Topazu" + Ranaka: "Ranaka" + Yuyu: "Yuyu" +# pavia + di_Fiorelli: "di Fiorelli" + de_Albe: "de Albe" + de_Calvenzano: "de Calvenzano" + Azema: "Azéma" + Heroux: "Héroux" + Of_Lucassio: "Of Lucassio" + Of_Solberg_Estate: "Of Solberg Estate" + Of_Stonehaven: "Of Stonehaven" + Of_San_Selano: "Of San Selano" + Of_Bedford_Common: "Of Bedford Common" + Of_Tirana: "Of Tirana" + Of_Bedford: "Of Bedford" + Of_Windermere: "Of Windermere" + Of_Braemar: "Of Braemar" + Of_Cintra: "Of Cintra" + Of_Avalonna: "Of Avalonna" + Of_Lugano: "Of Lugano" + Of_Vetranio: "Of Vetranio" + Of_House_Lucatore: "Of House Lucatore" + Of_House_Visucius: "Of House Visucius" + Of_House_Gijahr: "Of House Gijahr" + Of_House_Von_Thusis: "Of House Von Thusis" + Of_House_Wanderer: "Of House Wanderer" \ No newline at end of file diff --git a/localization/english/civ_goods_l_english.yml b/localization/english/civ_goods_l_english.yml new file mode 100644 index 00000000..90b07448 --- /dev/null +++ b/localization/english/civ_goods_l_english.yml @@ -0,0 +1,32 @@ +l_english: + oak_log: "Oak Logs" + stone: "Stones" + sand: "Sand" + glass: "Glass" + glass_bottle: "Glass Bottles" + charcoal: "Pieces of Charcoal" + iron_ore: "Iron Ore" + iron_ingot: "Iron Ingots" + gold_ore: "Gold Ore" + gold_ingot: "Gold Ingots" + wood_tools: "Wood Tools" + stone_tools: "Stone Tools" + iron_tools: "Iron Tools" + gold_tools: "Gold Tools" + diamond_tools: "Diamond Tools" + redstone: "Redstones" + diamond: "Diamonds" + wheat: "Wheats" + beetroot: "Beetroots" + carrot: "Carrots" + cocoa: "Cocoa Beans" + potato: "Potatoes" + pumpkin: "Pumpkins" + melon: "Melons" + cactus: "Cactus" + sugar: "Piles of Sugar" + mushroom: "Mushrooms" + cocoa_bean: "Cocoa Beans" + experience_bottle: "Experience" + tree_sapling: "Tree Saplings" + mob_drop: "Mob Drops" \ No newline at end of file diff --git a/localization/english/civ_governments_l_english.yml b/localization/english/civ_governments_l_english.yml new file mode 100644 index 00000000..1be9650e --- /dev/null +++ b/localization/english/civ_governments_l_english.yml @@ -0,0 +1,21 @@ +l_english: + RULER_TITLE_TRUIDENCIAN: "Holy Emperor" + RULER_TITLE_TRUIDENCIAN_F: "Holy Empress" + RULER_HEIR_TRUIDENCIAN: "Crown Prince" + RULER_HEIR_TRUIDENCIAN_F: "Crown Princess" + gov_truidencian: "Bezist Empire" + gov_truidencian_desc: "A monarchy centred around the state-religion where the clergy holds strong sway with the emperor/empress being seen as God's representative on earth, destined to carry out their will." + + RULER_TITLE_PAVIAN: "Crown Prince" + RULER_TITLE_PAVIAN_F: "Crown Princess" + RULER_HEIR_PAVIAN: "Duke" + RULER_HEIR_PAVIAN_F: "Duchess" + gov_pavian: "Pavian Principality" + gov_pavian_desc: "A destinct form of elective monarchy where the prince/princess is elected from a pool of dukes and duchesses." + + RULER_TITLE_KOVAN: "Padishah Emperor" + RULER_TITLE_KOVAN_F: "Padishah Empress" + RULER_HEIR_KOVAN: "Crown Prince" + RULER_HEIR_KOVAN_F: "Crown Princess" + gov_kovan: "Celestial Empire" + gov_kovan_desc: "A monarchy." \ No newline at end of file diff --git a/localization/english/civ_hubs_l_english.yml b/localization/english/civ_hubs_l_english.yml new file mode 100644 index 00000000..e9111e35 --- /dev/null +++ b/localization/english/civ_hubs_l_english.yml @@ -0,0 +1,706 @@ +l_english: + HUB_NAME_STATE_EAST_LAMBAT_CITY_city: "Poblacion" + HUB_NAME_STATE_EAST_LAMBAT_CITY_wood: "Katipan" + HUB_NAME_STATE_EAST_LAMBAT_CITY_port: "Pioneer Village" + HUB_NAME_STATE_EAST_LAMBAT_CITY_mine: "East Lambat City's Quarry" + HUB_NAME_STATE_EAST_LAMBAT_CITY_farm: "East Lambat City's Farmstead" + HUB_NAME_STATE_WEST_LAMBAT_CITY_city: "Progreso" + HUB_NAME_STATE_WEST_LAMBAT_CITY_wood: "Timberbourg" + HUB_NAME_STATE_WEST_LAMBAT_CITY_port: "Stoneport" + HUB_NAME_STATE_WEST_LAMBAT_CITY_mine: "West Lambat City's Mineshaft" + HUB_NAME_STATE_WEST_LAMBAT_CITY_farm: "West Lambat City's Fields" + HUB_NAME_STATE_VALLE_OCCIDENTAL_city: "Heavensroost" + HUB_NAME_STATE_VALLE_OCCIDENTAL_wood: "Mt. Abedul" + HUB_NAME_STATE_VALLE_OCCIDENTAL_port: "Broa Cay" + HUB_NAME_STATE_VALLE_OCCIDENTAL_mine: "Hikari's Castle" + HUB_NAME_STATE_VALLE_OCCIDENTAL_farm: "Valle Occidental's Farm" + HUB_NAME_STATE_PAMPANG_city: "Pampang" + HUB_NAME_STATE_PAMPANG_wood: "Pampang's Tree Farm" + HUB_NAME_STATE_PAMPANG_port: "Pampang's Port" + HUB_NAME_STATE_PAMPANG_mine: "Pampang's Mineshaft" + HUB_NAME_STATE_PAMPANG_farm: "Pampang's Farmstead" + HUB_NAME_STATE_PARFAIT_KAWAYAN_city: "Kota Habagatan" + HUB_NAME_STATE_PARFAIT_KAWAYAN_wood: "Parfait Bay" + HUB_NAME_STATE_PARFAIT_KAWAYAN_port: "United Fruit Company" + HUB_NAME_STATE_PARFAIT_KAWAYAN_mine: "Parfait Kawayan's Quarry" + HUB_NAME_STATE_PARFAIT_KAWAYAN_farm: "Parfait Kawayan's Farmstead" + HUB_NAME_STATE_CHUNGIA_city: "Cape Cocoa" + HUB_NAME_STATE_CHUNGIA_wood: "Bulaclan Tree Farm" + HUB_NAME_STATE_CHUNGIA_port: "Cape Cocoa Nether Portal" + HUB_NAME_STATE_CHUNGIA_mine: "Magfarm" + HUB_NAME_STATE_CHUNGIA_farm: "Chungia's Fields" + HUB_NAME_STATE_BLANCO_STRAIT_city: "Bazariskes" + HUB_NAME_STATE_BLANCO_STRAIT_port: "Blanco Strait" + HUB_NAME_STATE_BLANCO_STRAIT_mine: "Mt. Pico de Blanco" + HUB_NAME_STATE_BLANCO_STRAIT_wood: "Blanco Strait's Tree Farm" + HUB_NAME_STATE_BLANCO_STRAIT_farm: "Blanco Strait's Farmstead" + HUB_NAME_STATE_PORTUCALE_port: "São Bento" + HUB_NAME_STATE_PORTUCALE_city: "Portucale" + HUB_NAME_STATE_PORTUCALE_wood: "Portucale's Tree Farm" + HUB_NAME_STATE_PORTUCALE_mine: "Portucale's Mineshaft" + HUB_NAME_STATE_PORTUCALE_farm: "Portucale's Farmstead" + HUB_NAME_STATE_NIDAROS_mine: "Fox's Landing" + HUB_NAME_STATE_NIDAROS_farm: "Soria Moria" + HUB_NAME_STATE_NIDAROS_city: "Nidaros" + HUB_NAME_STATE_NIDAROS_wood: "Nidaros Forest" + HUB_NAME_STATE_NIDAROS_port: "Nidaros Harbour" + HUB_NAME_STATE_HYLDOR_city: "Andeon" + HUB_NAME_STATE_HYLDOR_wood: "Hyldor's Tree Farm" + HUB_NAME_STATE_HYLDOR_port: "Hyldor's Harbour" + HUB_NAME_STATE_HYLDOR_mine: "Hyldor's Mine" + HUB_NAME_STATE_HYLDOR_farm: "Hyldor's Fields" + HUB_NAME_STATE_AZORES_city: "Ponta Delgada" + HUB_NAME_STATE_AZORES_wood: "Laurissilva" + HUB_NAME_STATE_AZORES_port: "Portas do Mar" + HUB_NAME_STATE_AZORES_mine: "Algar do Carvão" + HUB_NAME_STATE_AZORES_farm: "Quinta das vacas" + HUB_NAME_STATE_SNOWPEAK_city: "Snowpeak" + HUB_NAME_STATE_SNOWPEAK_wood: "Snowpeak's Forest" + HUB_NAME_STATE_SNOWPEAK_port: "Snowpeak's Port" + HUB_NAME_STATE_SNOWPEAK_mine: "Snowpeak's Mineshaft" + HUB_NAME_STATE_SNOWPEAK_farm: "Snowpeak's Farm" + HUB_NAME_STATE_FLATAGRAS_city: "Flatagras" + HUB_NAME_STATE_FLATAGRAS_wood: "Flatagras Woods" + HUB_NAME_STATE_FLATAGRAS_port: "Flatagras Port" + HUB_NAME_STATE_FLATAGRAS_mine: "Flatagras Mine" + HUB_NAME_STATE_FLATAGRAS_farm: "Flatagras Farmstead" + HUB_NAME_STATE_SORLAND_city: "Sørland" + HUB_NAME_STATE_SORLAND_wood: "Sørland's Forest" + HUB_NAME_STATE_SORLAND_port: "Sørland's Port" + HUB_NAME_STATE_SORLAND_mine: "Sørland's Mine" + HUB_NAME_STATE_SORLAND_farm: "Sørland's Farmstead" + HUB_NAME_STATE_SIX_COLONIES_city: "Six Colonies" + HUB_NAME_STATE_SIX_COLONIES_wood: "Six Colonies Forest" + HUB_NAME_STATE_SIX_COLONIES_port: "Six Colonies Harbour" + HUB_NAME_STATE_SIX_COLONIES_mine: "Six Colonies Mine" + HUB_NAME_STATE_SIX_COLONIES_farm: "Six Colonies Farm" + HUB_NAME_STATE_OUTLAND_city: "Outland" + HUB_NAME_STATE_OUTLAND_wood: "Outland's Woods" + HUB_NAME_STATE_OUTLAND_port: "Outland's Dockyards" + HUB_NAME_STATE_OUTLAND_mine: "Outland's Quarry" + HUB_NAME_STATE_OUTLAND_farm: "Outland's Farm" + HUB_NAME_STATE_OUTER_NIDAROS_city: "Outer Nidaros" + HUB_NAME_STATE_OUTER_NIDAROS_wood: "Outer Nidaros Forest" + HUB_NAME_STATE_OUTER_NIDAROS_port: "Outer Nidaros Harbour" + HUB_NAME_STATE_OUTER_NIDAROS_mine: "Outer Nidaros Mine" + HUB_NAME_STATE_OUTER_NIDAROS_farm: "Outer Nidaros Farmstead" + HUB_NAME_STATE_TENSEIMIYA_city: "Tenseimiya" + HUB_NAME_STATE_TENSEIMIYA_wood: "Tenseimiya's Forest" + HUB_NAME_STATE_TENSEIMIYA_port: "Tenseimiya's Harbour" + HUB_NAME_STATE_TENSEIMIYA_mine: "Tenseimiya's Mine" + HUB_NAME_STATE_TENSEIMIYA_farm: "Tenseimiya's Fields" + HUB_NAME_STATE_MORINOYARI_city: "Morinoyari-Vestmark" + HUB_NAME_STATE_MORINOYARI_wood: "Morinoyari-Vestmark's Tree Farm" + HUB_NAME_STATE_MORINOYARI_port: "Morinoyari-Vestmark's Harbour" + HUB_NAME_STATE_MORINOYARI_mine: "Morinoyari-Vestmark's Quarry" + HUB_NAME_STATE_MORINOYARI_farm: "Morinoyari-Vestmark's Farm" + HUB_NAME_STATE_DAISHIREIBOU_city: "Daishireibou" + HUB_NAME_STATE_DAISHIREIBOU_wood: "Daishireibou's Tree Farm" + HUB_NAME_STATE_DAISHIREIBOU_port: "Daishireibou's Harbour" + HUB_NAME_STATE_DAISHIREIBOU_mine: "Daishireibou's Mine" + HUB_NAME_STATE_DAISHIREIBOU_farm: "Daishireibou's Farmstead" + HUB_NAME_STATE_MUMEITA_city: "Mumeita" + HUB_NAME_STATE_MUMEITA_wood: "Mumeita's Woods" + HUB_NAME_STATE_MUMEITA_port: "Mumeita's Dockyards" + HUB_NAME_STATE_MUMEITA_mine: "Mumeita's Quarry" + HUB_NAME_STATE_MUMEITA_farm: "Mumeita's Fields" + HUB_NAME_STATE_NUMBERS_LAWN_city: "Number's Lawn" + HUB_NAME_STATE_NUMBERS_LAWN_wood: "Number's Lawn's Forest" + HUB_NAME_STATE_NUMBERS_LAWN_port: "Number's Lawn's Port" + HUB_NAME_STATE_NUMBERS_LAWN_mine: "Number's Lawn's Quarry" + HUB_NAME_STATE_NUMBERS_LAWN_farm: "Number's Lawn's Farmstead" + HUB_NAME_STATE_AMATERASU_SHORES_city: "Amaterasu Shores" + HUB_NAME_STATE_AMATERASU_SHORES_wood: "Amaterasu Shores Forest" + HUB_NAME_STATE_AMATERASU_SHORES_port: "Amaterasu Shores Dockyards" + HUB_NAME_STATE_AMATERASU_SHORES_mine: "Amaterasu Shores Mineshaft" + HUB_NAME_STATE_AMATERASU_SHORES_farm: "Amaterasu Shores Fields" + HUB_NAME_STATE_YAMATO_KEN_city: "Yamato Ken" + HUB_NAME_STATE_YAMATO_KEN_wood: "Yamato Ken's Forest" + HUB_NAME_STATE_YAMATO_KEN_port: "Yamato Ken's Port" + HUB_NAME_STATE_YAMATO_KEN_mine: "Yamato Ken's Quarry" + HUB_NAME_STATE_YAMATO_KEN_farm: "Yamato Ken's Fields" + HUB_NAME_STATE_CIV_PROVENCE_city: "Provence" + HUB_NAME_STATE_CIV_PROVENCE_wood: "Provence's Tree Farm" + HUB_NAME_STATE_CIV_PROVENCE_port: "Provence's Dockyards" + HUB_NAME_STATE_CIV_PROVENCE_mine: "Provence's Mineshaft" + HUB_NAME_STATE_CIV_PROVENCE_farm: "Provence's Fields" + HUB_NAME_STATE_CASCAIS_city: "Cascais" + HUB_NAME_STATE_CASCAIS_wood: "Cascais Woods" + HUB_NAME_STATE_CASCAIS_port: "Cascais Port" + HUB_NAME_STATE_CASCAIS_mine: "Cascais Quarry" + HUB_NAME_STATE_CASCAIS_farm: "Cascais Farmstead" + HUB_NAME_STATE_OLIMPIA_city: "Olimpia" + HUB_NAME_STATE_OLIMPIA_wood: "Olimpia's Woods" + HUB_NAME_STATE_OLIMPIA_port: "Olimpia's Dockyards" + HUB_NAME_STATE_OLIMPIA_mine: "Olimpia's Mine" + HUB_NAME_STATE_OLIMPIA_farm: "Olimpia's Fields" + HUB_NAME_STATE_ATLAS_city: "Atlas" + HUB_NAME_STATE_ATLAS_wood: "Atlas Forest" + HUB_NAME_STATE_ATLAS_port: "Atlas Harbour" + HUB_NAME_STATE_ATLAS_mine: "Atlas Mine" + HUB_NAME_STATE_ATLAS_farm: "Atlas Farm" + HUB_NAME_STATE_CLASSICALE_city: "Classicale" + HUB_NAME_STATE_CLASSICALE_wood: "Classicale's Forest" + HUB_NAME_STATE_CLASSICALE_port: "Classicale's Dockyards" + HUB_NAME_STATE_CLASSICALE_mine: "Classicale's Quarry" + HUB_NAME_STATE_CLASSICALE_farm: "Classicale's Farmstead" + HUB_NAME_STATE_DREAMLAND_city: "Dreamland" + HUB_NAME_STATE_DREAMLAND_wood: "Dreamland's Forest" + HUB_NAME_STATE_DREAMLAND_port: "Dreamland's Harbour" + HUB_NAME_STATE_DREAMLAND_mine: "Dreamland's Mineshaft" + HUB_NAME_STATE_DREAMLAND_farm: "Dreamland's Farmstead" + HUB_NAME_STATE_LUSITAN_PLAINS_city: "Lusitan Plains" + HUB_NAME_STATE_LUSITAN_PLAINS_wood: "Lusitan Plains Woods" + HUB_NAME_STATE_LUSITAN_PLAINS_port: "Lusitan Plains Harbour" + HUB_NAME_STATE_LUSITAN_PLAINS_mine: "Lusitan Plains Quarry" + HUB_NAME_STATE_LUSITAN_PLAINS_farm: "Lusitan Plains Farmstead" + HUB_NAME_STATE_CIV_ALENTEJO_city: "Alentejo" + HUB_NAME_STATE_CIV_ALENTEJO_wood: "Alentejo's Tree Farm" + HUB_NAME_STATE_CIV_ALENTEJO_port: "Alentejo's Dockyards" + HUB_NAME_STATE_CIV_ALENTEJO_mine: "Alentejo's Mine" + HUB_NAME_STATE_CIV_ALENTEJO_farm: "Alentejo's Farmstead" + HUB_NAME_STATE_LUSITAN_PLATEAUS_city: "Lusitan Plateaus" + HUB_NAME_STATE_LUSITAN_PLATEAUS_wood: "Lusitan Plateaus Tree Farm" + HUB_NAME_STATE_LUSITAN_PLATEAUS_port: "Lusitan Plateaus Port" + HUB_NAME_STATE_LUSITAN_PLATEAUS_mine: "Lusitan Plateaus Quarry" + HUB_NAME_STATE_LUSITAN_PLATEAUS_farm: "Lusitan Plateaus Farmstead" + HUB_NAME_STATE_EBORA_city: "Ebora" + HUB_NAME_STATE_EBORA_wood: "Ebora's Tree Farm" + HUB_NAME_STATE_EBORA_port: "Ebora's Dockyards" + HUB_NAME_STATE_EBORA_mine: "Ebora's Quarry" + HUB_NAME_STATE_EBORA_farm: "Ebora's Farm" + HUB_NAME_STATE_MERCADO_STRAIT_city: "Mercado Strait" + HUB_NAME_STATE_MERCADO_STRAIT_wood: "Mercado Strait's Forest" + HUB_NAME_STATE_MERCADO_STRAIT_port: "Mercado Strait's Port" + HUB_NAME_STATE_MERCADO_STRAIT_mine: "Mercado Strait's Mine" + HUB_NAME_STATE_MERCADO_STRAIT_farm: "Mercado Strait's Fields" + HUB_NAME_STATE_PROVINCE_OF_NEW_DANZILONA_city: "New Danzilona" + HUB_NAME_STATE_PROVINCE_OF_NEW_DANZILONA_wood: "New Danzilona's Tree Farm" + HUB_NAME_STATE_PROVINCE_OF_NEW_DANZILONA_port: "New Danzilona's Dockyards" + HUB_NAME_STATE_PROVINCE_OF_NEW_DANZILONA_mine: "New Danzilona's Mineshaft" + HUB_NAME_STATE_PROVINCE_OF_NEW_DANZILONA_farm: "New Danzilona's Farm" + HUB_NAME_STATE_SOPHIA_city: "Sophia" + HUB_NAME_STATE_SOPHIA_wood: "Sophia's Forest" + HUB_NAME_STATE_SOPHIA_port: "Sophia's Dockyards" + HUB_NAME_STATE_SOPHIA_mine: "Sophia's Mineshaft" + HUB_NAME_STATE_SOPHIA_farm: "Sophia's Farm" + HUB_NAME_STATE_MELIA_city: "Melia" + HUB_NAME_STATE_MELIA_wood: "Melia's Woods" + HUB_NAME_STATE_MELIA_port: "Melia's Dockyards" + HUB_NAME_STATE_MELIA_mine: "Melia's Mineshaft" + HUB_NAME_STATE_MELIA_farm: "Melia's Farm" + HUB_NAME_STATE_UPPER_MELIA_city: "Upper Melia" + HUB_NAME_STATE_UPPER_MELIA_wood: "Upper Melia's Tree Farm" + HUB_NAME_STATE_UPPER_MELIA_port: "Upper Melia's Harbour" + HUB_NAME_STATE_UPPER_MELIA_mine: "Upper Melia's Mine" + HUB_NAME_STATE_UPPER_MELIA_farm: "Upper Melia's Farm" + HUB_NAME_STATE_NEW_SWISSTON_city: "New Swisston" + HUB_NAME_STATE_NEW_SWISSTON_wood: "New Swisston's Woods" + HUB_NAME_STATE_NEW_SWISSTON_port: "New Swisston's Dockyards" + HUB_NAME_STATE_NEW_SWISSTON_mine: "New Swisston's Mineshaft" + HUB_NAME_STATE_NEW_SWISSTON_farm: "New Swisston's Fields" + HUB_NAME_STATE_SOUTHERN_PROVINCE_city: "Southern Province" + HUB_NAME_STATE_SOUTHERN_PROVINCE_wood: "Southern Province's Woods" + HUB_NAME_STATE_SOUTHERN_PROVINCE_port: "Southern Province's Harbour" + HUB_NAME_STATE_SOUTHERN_PROVINCE_mine: "Southern Province's Mineshaft" + HUB_NAME_STATE_SOUTHERN_PROVINCE_farm: "Southern Province's Fields" + HUB_NAME_STATE_WEST_DANZILONA_city: "West Danzilona" + HUB_NAME_STATE_WEST_DANZILONA_wood: "West Danzilona's Forest" + HUB_NAME_STATE_WEST_DANZILONA_port: "West Danzilona's Port" + HUB_NAME_STATE_WEST_DANZILONA_mine: "West Danzilona's Quarry" + HUB_NAME_STATE_WEST_DANZILONA_farm: "West Danzilona's Farmstead" + HUB_NAME_STATE_PETERSKOGUR_city: "Peterskogur" + HUB_NAME_STATE_PETERSKOGUR_wood: "Peterskogur's Tree Farm" + HUB_NAME_STATE_PETERSKOGUR_port: "Peterskogur's Dockyards" + HUB_NAME_STATE_PETERSKOGUR_mine: "Peterskogur's Mine" + HUB_NAME_STATE_PETERSKOGUR_farm: "Peterskogur's Fields" + HUB_NAME_STATE_EASTERN_SHINING_ISLES_city: "Eastern Shining Isles" + HUB_NAME_STATE_EASTERN_SHINING_ISLES_wood: "Eastern Shining Isles Woods" + HUB_NAME_STATE_EASTERN_SHINING_ISLES_port: "Eastern Shining Isles Harbour" + HUB_NAME_STATE_EASTERN_SHINING_ISLES_mine: "Eastern Shining Isles Mine" + HUB_NAME_STATE_EASTERN_SHINING_ISLES_farm: "Eastern Shining Isles Fields" + HUB_NAME_STATE_SOUTH_MELIA_city: "Transylvania" + HUB_NAME_STATE_SOUTH_MELIA_wood: "Transylvania's Tree Farm" + HUB_NAME_STATE_SOUTH_MELIA_port: "Transylvania's Harbour" + HUB_NAME_STATE_SOUTH_MELIA_mine: "Transylvania's Mine" + HUB_NAME_STATE_SOUTH_MELIA_farm: "Transylvania's Farm" + HUB_NAME_STATE_WOLKEN_city: "Wolken" + HUB_NAME_STATE_WOLKEN_wood: "Wolken's Forest" + HUB_NAME_STATE_WOLKEN_port: "Wolken's Dockyards" + HUB_NAME_STATE_WOLKEN_mine: "Wolken's Mineshaft" + HUB_NAME_STATE_WOLKEN_farm: "Wolken's Farmstead" + HUB_NAME_STATE_WOLKEN_ISLANDS_city: "Wolken Islands" + HUB_NAME_STATE_WOLKEN_ISLANDS_wood: "Wolken Islands Woods" + HUB_NAME_STATE_WOLKEN_ISLANDS_port: "Wolken Islands Harbour" + HUB_NAME_STATE_WOLKEN_ISLANDS_mine: "Wolken Islands Mineshaft" + HUB_NAME_STATE_WOLKEN_ISLANDS_farm: "Wolken Islands Fields" + HUB_NAME_STATE_NORTHERN_MERY_city: "mneh'hweh" + HUB_NAME_STATE_NORTHERN_MERY_wood: "mneh'hweh's Woods" + HUB_NAME_STATE_NORTHERN_MERY_port: "mneh'hweh's Dockyards" + HUB_NAME_STATE_NORTHERN_MERY_mine: "mneh'hweh's Mineshaft" + HUB_NAME_STATE_NORTHERN_MERY_farm: "mneh'hweh's Fields" + HUB_NAME_STATE_CENTRAL_MERY_city: "mnehmehr" + HUB_NAME_STATE_CENTRAL_MERY_wood: "mnehmehr's Forest" + HUB_NAME_STATE_CENTRAL_MERY_port: "mnehmehr's Harbour" + HUB_NAME_STATE_CENTRAL_MERY_mine: "mnehmehr's Quarry" + HUB_NAME_STATE_CENTRAL_MERY_farm: "mnehmehr's Farmstead" + HUB_NAME_STATE_SOUTHERN_MERY_city: "mnehdvhweh" + HUB_NAME_STATE_SOUTHERN_MERY_wood: "mnehdvhweh's Woods" + HUB_NAME_STATE_SOUTHERN_MERY_port: "mnehdvhweh's Dockyards" + HUB_NAME_STATE_SOUTHERN_MERY_mine: "mnehdvhweh's Quarry" + HUB_NAME_STATE_SOUTHERN_MERY_farm: "mnehdvhweh's Farm" + HUB_NAME_STATE_YOAHTL_HOMELANDS_city: "Homeland" + HUB_NAME_STATE_YOAHTL_HOMELANDS_wood: "Homeland's Forest" + HUB_NAME_STATE_YOAHTL_HOMELANDS_port: "Homeland's Dockyards" + HUB_NAME_STATE_YOAHTL_HOMELANDS_mine: "Homeland's Mine" + HUB_NAME_STATE_YOAHTL_HOMELANDS_farm: "Homeland's Farmstead" + HUB_NAME_STATE_KOBYLINSKI_city: "Kobylinski" + HUB_NAME_STATE_KOBYLINSKI_wood: "Kobylinski's Woods" + HUB_NAME_STATE_KOBYLINSKI_port: "Kobylinski's Dockyards" + HUB_NAME_STATE_KOBYLINSKI_mine: "Kobylinski's Mine" + HUB_NAME_STATE_KOBYLINSKI_farm: "Kobylinski's Farm" + HUB_NAME_STATE_CZECHIA_city: "Flortl" + HUB_NAME_STATE_CZECHIA_wood: "Flortl's Woods" + HUB_NAME_STATE_CZECHIA_port: "Flortl's Port" + HUB_NAME_STATE_CZECHIA_mine: "Flortl's Mineshaft" + HUB_NAME_STATE_CZECHIA_farm: "Flortl's Farm" + HUB_NAME_STATE_WESTBURY_city: "Westbury" + HUB_NAME_STATE_WESTBURY_wood: "Westbury's Tree Farm" + HUB_NAME_STATE_WESTBURY_port: "Westbury's Dockyards" + HUB_NAME_STATE_WESTBURY_mine: "Westbury's Mineshaft" + HUB_NAME_STATE_WESTBURY_farm: "Westbury's Fields" + HUB_NAME_STATE_EASTBURY_city: "Eastbury" + HUB_NAME_STATE_EASTBURY_wood: "Eastbury's Woods" + HUB_NAME_STATE_EASTBURY_port: "Eastbury's Harbour" + HUB_NAME_STATE_EASTBURY_mine: "Eastbury's Quarry" + HUB_NAME_STATE_EASTBURY_farm: "Eastbury's Farm" + HUB_NAME_STATE_YOAHTL_WESTERN_FRONTIER_city: "Western Frontier" + HUB_NAME_STATE_YOAHTL_WESTERN_FRONTIER_wood: "Western Frontier's Forest" + HUB_NAME_STATE_YOAHTL_WESTERN_FRONTIER_port: "Western Frontier's Port" + HUB_NAME_STATE_YOAHTL_WESTERN_FRONTIER_mine: "Western Frontier's Mineshaft" + HUB_NAME_STATE_YOAHTL_WESTERN_FRONTIER_farm: "Western Frontier's Farmstead" + HUB_NAME_STATE_ALTEPETL_city: "Altepetl" + HUB_NAME_STATE_ALTEPETL_wood: "Altepetl's Tree Farm" + HUB_NAME_STATE_ALTEPETL_port: "Altepetl's Harbour" + HUB_NAME_STATE_ALTEPETL_mine: "Altepetl's Mine" + HUB_NAME_STATE_ALTEPETL_farm: "Altepetl's Farm" + HUB_NAME_STATE_SOUTHBURY_city: "Southbury" + HUB_NAME_STATE_SOUTHBURY_wood: "Southbury's Forest" + HUB_NAME_STATE_SOUTHBURY_port: "Southbury's Dockyards" + HUB_NAME_STATE_SOUTHBURY_mine: "Southbury's Mine" + HUB_NAME_STATE_SOUTHBURY_farm: "Southbury's Farmstead" + HUB_NAME_STATE_KAXITL_city: "Kaxitl" + HUB_NAME_STATE_KAXITL_wood: "Kaxitl's Tree Farm" + HUB_NAME_STATE_KAXITL_port: "Kaxitl's Harbour" + HUB_NAME_STATE_KAXITL_mine: "Kaxitl's Quarry" + HUB_NAME_STATE_KAXITL_farm: "Kaxitl's Fields" + HUB_NAME_STATE_YOAHTL_EASTERN_FRONTIER_city: "Eastern Frontier" + HUB_NAME_STATE_YOAHTL_EASTERN_FRONTIER_wood: "Eastern Frontier's Forest" + HUB_NAME_STATE_YOAHTL_EASTERN_FRONTIER_port: "Eastern Frontier's Port" + HUB_NAME_STATE_YOAHTL_EASTERN_FRONTIER_mine: "Eastern Frontier's Mineshaft" + HUB_NAME_STATE_YOAHTL_EASTERN_FRONTIER_farm: "Eastern Frontier's Fields" + HUB_NAME_STATE_RESIMERE_city: "Resimere" + HUB_NAME_STATE_RESIMERE_wood: "Resimere's Tree Farm" + HUB_NAME_STATE_RESIMERE_port: "Resimere's Harbour" + HUB_NAME_STATE_RESIMERE_mine: "Resimere's Mineshaft" + HUB_NAME_STATE_RESIMERE_farm: "Resimere's Farm" + HUB_NAME_STATE_RESIMERIAN_FRONTIER_city: "Resimerian Frontier" + HUB_NAME_STATE_RESIMERIAN_FRONTIER_wood: "Resimerian Frontier's Forest" + HUB_NAME_STATE_RESIMERIAN_FRONTIER_port: "Resimerian Frontier's Harbour" + HUB_NAME_STATE_RESIMERIAN_FRONTIER_mine: "Resimerian Frontier's Mine" + HUB_NAME_STATE_RESIMERIAN_FRONTIER_farm: "Resimerian Frontier's Fields" + HUB_NAME_STATE_MINI_YOAHTL_city: "Mini Yoahtl" + HUB_NAME_STATE_MINI_YOAHTL_wood: "Mini Yoahtl's Tree Farm" + HUB_NAME_STATE_MINI_YOAHTL_port: "Mini Yoahtl's Dockyards" + HUB_NAME_STATE_MINI_YOAHTL_mine: "Mini Yoahtl's Mineshaft" + HUB_NAME_STATE_MINI_YOAHTL_farm: "Mini Yoahtl's Fields" + HUB_NAME_STATE_MINI_YOAHTL_FRONTIER_city: "Mini Yoahtl Frontier" + HUB_NAME_STATE_MINI_YOAHTL_FRONTIER_wood: "Mini Yoahtl Frontier's Forest" + HUB_NAME_STATE_MINI_YOAHTL_FRONTIER_port: "Mini Yoahtl Frontier's Dockyards" + HUB_NAME_STATE_MINI_YOAHTL_FRONTIER_mine: "Mini Yoahtl Frontier's Mine" + HUB_NAME_STATE_MINI_YOAHTL_FRONTIER_farm: "Mini Yoahtl Frontier's Farmstead" + HUB_NAME_STATE_ROZIA_city: "Roseland" + HUB_NAME_STATE_ROZIA_wood: "Roseland's Woods" + HUB_NAME_STATE_ROZIA_port: "Roseland's Dockyards" + HUB_NAME_STATE_ROZIA_mine: "Roseland's Mineshaft" + HUB_NAME_STATE_ROZIA_farm: "Roseland's Farm" + HUB_NAME_STATE_KALLOS_city: "Kallos" + HUB_NAME_STATE_KALLOS_wood: "Kallos Woods" + HUB_NAME_STATE_KALLOS_port: "Kallos Harbour" + HUB_NAME_STATE_KALLOS_mine: "Kallos Quarry" + HUB_NAME_STATE_KALLOS_farm: "Kallos Farm" + HUB_NAME_STATE_ARNEN_city: "Arnen" + HUB_NAME_STATE_ARNEN_wood: "Arnen's Tree Farm" + HUB_NAME_STATE_ARNEN_port: "Arnen's Dockyards" + HUB_NAME_STATE_ARNEN_mine: "Arnen's Quarry" + HUB_NAME_STATE_ARNEN_farm: "Arnen's Fields" + HUB_NAME_STATE_COLUMBIA_city: "Columbia" + HUB_NAME_STATE_COLUMBIA_wood: "Columbia's Tree Farm" + HUB_NAME_STATE_COLUMBIA_port: "Columbia's Port" + HUB_NAME_STATE_COLUMBIA_mine: "Columbia's Mineshaft" + HUB_NAME_STATE_COLUMBIA_farm: "Columbia's Fields" + HUB_NAME_STATE_FLORENCE_city: "Florence" + HUB_NAME_STATE_FLORENCE_wood: "Florence's Forest" + HUB_NAME_STATE_FLORENCE_port: "Florence's Dockyards" + HUB_NAME_STATE_FLORENCE_mine: "Florence's Mine" + HUB_NAME_STATE_FLORENCE_farm: "Florence's Farm" + HUB_NAME_STATE_DELEWARE_city: "Deleware" + HUB_NAME_STATE_DELEWARE_wood: "Deleware's Tree Farm" + HUB_NAME_STATE_DELEWARE_port: "Deleware's Harbour" + HUB_NAME_STATE_DELEWARE_mine: "Deleware's Mine" + HUB_NAME_STATE_DELEWARE_farm: "Deleware's Farm" + HUB_NAME_STATE_ZATOKA_city: "Zatoka" + HUB_NAME_STATE_ZATOKA_wood: "Zatoka's Woods" + HUB_NAME_STATE_ZATOKA_port: "Zatoka's Harbour" + HUB_NAME_STATE_ZATOKA_mine: "Zatoka's Mine" + HUB_NAME_STATE_ZATOKA_farm: "Zatoka's Farm" + HUB_NAME_STATE_GAZEBO_city: "Gazebo" + HUB_NAME_STATE_GAZEBO_wood: "Gazebo's Woods" + HUB_NAME_STATE_GAZEBO_port: "Gazebo's Dockyards" + HUB_NAME_STATE_GAZEBO_mine: "Gazebo's Quarry" + HUB_NAME_STATE_GAZEBO_farm: "Gazebo's Farm" + HUB_NAME_STATE_KROVIDENCIA_city: "Krovidencia" + HUB_NAME_STATE_KROVIDENCIA_wood: "Krovidencia's Tree Farm" + HUB_NAME_STATE_KROVIDENCIA_port: "Krovidencia's Port" + HUB_NAME_STATE_KROVIDENCIA_mine: "Krovidencia's Mine" + HUB_NAME_STATE_KROVIDENCIA_farm: "Krovidencia's Farmstead" + HUB_NAME_STATE_ARCTIC_AND_EAST_TITAN_city: "East Titan" + HUB_NAME_STATE_ARCTIC_AND_EAST_TITAN_wood: "East Titan's Tree Farm" + HUB_NAME_STATE_ARCTIC_AND_EAST_TITAN_port: "East Titan's Port" + HUB_NAME_STATE_ARCTIC_AND_EAST_TITAN_mine: "East Titan's Mineshaft" + HUB_NAME_STATE_ARCTIC_AND_EAST_TITAN_farm: "East Titan's Farm" + HUB_NAME_STATE_MOUNT_AUGUSTA_city: "Mount Augusta" + HUB_NAME_STATE_MOUNT_AUGUSTA_wood: "Mount Augusta's Woods" + HUB_NAME_STATE_MOUNT_AUGUSTA_port: "Mount Augusta's Dockyards" + HUB_NAME_STATE_MOUNT_AUGUSTA_mine: "Mount Augusta's Quarry" + HUB_NAME_STATE_MOUNT_AUGUSTA_farm: "Mount Augusta's Farm" + HUB_NAME_STATE_SOUTH_MOUNT_AUGUSTA_city: "Augustan Ice Shelf" + HUB_NAME_STATE_SOUTH_MOUNT_AUGUSTA_wood: "Augustan Ice Shelf's Tree Farm" + HUB_NAME_STATE_SOUTH_MOUNT_AUGUSTA_port: "Augustan Ice Shelf's Harbour" + HUB_NAME_STATE_SOUTH_MOUNT_AUGUSTA_mine: "Augustan Ice Shelf's Mineshaft" + HUB_NAME_STATE_SOUTH_MOUNT_AUGUSTA_farm: "Augustan Ice Shelf's Farm" + HUB_NAME_STATE_GLATTEIS_city: "Glatteis" + HUB_NAME_STATE_GLATTEIS_wood: "Glatteis Forest" + HUB_NAME_STATE_GLATTEIS_port: "Glatteis Port" + HUB_NAME_STATE_GLATTEIS_mine: "Glatteis Mineshaft" + HUB_NAME_STATE_GLATTEIS_farm: "Glatteis Farm" + HUB_NAME_STATE_EAST_MOUNT_AUGUSTA_city: "East Mount Augusta" + HUB_NAME_STATE_EAST_MOUNT_AUGUSTA_wood: "East Mount Augusta's Woods" + HUB_NAME_STATE_EAST_MOUNT_AUGUSTA_port: "East Mount Augusta's Dockyards" + HUB_NAME_STATE_EAST_MOUNT_AUGUSTA_mine: "East Mount Augusta's Mineshaft" + HUB_NAME_STATE_EAST_MOUNT_AUGUSTA_farm: "East Mount Augusta's Farm" + HUB_NAME_STATE_EXCLAVE_MOUNT_AUGUSTA_city: "Mount Augusta Exclave" + HUB_NAME_STATE_EXCLAVE_MOUNT_AUGUSTA_wood: "Mount Augusta Exclave's Tree Farm" + HUB_NAME_STATE_EXCLAVE_MOUNT_AUGUSTA_port: "Mount Augusta Exclave's Port" + HUB_NAME_STATE_EXCLAVE_MOUNT_AUGUSTA_mine: "Mount Augusta Exclave's Quarry" + HUB_NAME_STATE_EXCLAVE_MOUNT_AUGUSTA_farm: "Mount Augusta Exclave's Fields" + HUB_NAME_STATE_CALW_city: "Calw" + HUB_NAME_STATE_CALW_wood: "Calw's Forest" + HUB_NAME_STATE_CALW_port: "Calw's Port" + HUB_NAME_STATE_CALW_mine: "Calw's Mine" + HUB_NAME_STATE_CALW_farm: "Calw's Farm" + HUB_NAME_STATE_CAWL_EXCLAVE_city: "Calw Exclave" + HUB_NAME_STATE_CAWL_EXCLAVE_wood: "Calw Exclave's Forest" + HUB_NAME_STATE_CAWL_EXCLAVE_port: "Calw Exclave's Port" + HUB_NAME_STATE_CAWL_EXCLAVE_mine: "Calw Exclave's Mineshaft" + HUB_NAME_STATE_CAWL_EXCLAVE_farm: "Calw Exclave's Farm" + HUB_NAME_STATE_DOOM_CITY_NORTH_city: "North Doom City" + HUB_NAME_STATE_DOOM_CITY_NORTH_wood: "North Doom City's Tree Farm" + HUB_NAME_STATE_DOOM_CITY_NORTH_port: "North Doom City's Dockyards" + HUB_NAME_STATE_DOOM_CITY_NORTH_mine: "North Doom City's Quarry" + HUB_NAME_STATE_DOOM_CITY_NORTH_farm: "North Doom City's Fields" + HUB_NAME_STATE_DOOM_CITY_SOUTH_city: "South Doom City" + HUB_NAME_STATE_DOOM_CITY_SOUTH_wood: "South Doom City's Tree Farm" + HUB_NAME_STATE_DOOM_CITY_SOUTH_port: "South Doom City's Port" + HUB_NAME_STATE_DOOM_CITY_SOUTH_mine: "South Doom City's Mine" + HUB_NAME_STATE_DOOM_CITY_SOUTH_farm: "South Doom City's Farm" + HUB_NAME_STATE_SYMSTEAD_city: "Symstead" + HUB_NAME_STATE_SYMSTEAD_wood: "Symstead's Tree Farm" + HUB_NAME_STATE_SYMSTEAD_port: "Symstead's Dockyards" + HUB_NAME_STATE_SYMSTEAD_mine: "Symstead's Mine" + HUB_NAME_STATE_SYMSTEAD_farm: "Symstead's Farm" + HUB_NAME_STATE_ADRINA_city: "Adrina" + HUB_NAME_STATE_ADRINA_wood: "Adrina's Woods" + HUB_NAME_STATE_ADRINA_port: "Adrina's Dockyards" + HUB_NAME_STATE_ADRINA_mine: "Adrina's Quarry" + HUB_NAME_STATE_ADRINA_farm: "Adrina's Farmstead" + HUB_NAME_STATE_ISLES_OF_CUCURBITS_city: "Isles of Cucurbits" + HUB_NAME_STATE_ISLES_OF_CUCURBITS_wood: "Isles of Cucurbits Forest" + HUB_NAME_STATE_ISLES_OF_CUCURBITS_port: "Isles of Cucurbits Port" + HUB_NAME_STATE_ISLES_OF_CUCURBITS_mine: "Isles of Cucurbits Mine" + HUB_NAME_STATE_ISLES_OF_CUCURBITS_farm: "Isles of Cucurbits Farm" + HUB_NAME_STATE_WYNFORD_city: "Duchy of Wynford" + HUB_NAME_STATE_WYNFORD_wood: "Duchy of Wynford's Tree Farm" + HUB_NAME_STATE_WYNFORD_port: "Duchy of Wynford's Harbour" + HUB_NAME_STATE_WYNFORD_mine: "Duchy of Wynford's Mineshaft" + HUB_NAME_STATE_WYNFORD_farm: "Duchy of Wynford's Fields" + HUB_NAME_STATE_LILAC_city: "Duchy of Lilac" + HUB_NAME_STATE_LILAC_wood: "Duchy of Lilac's Tree Farm" + HUB_NAME_STATE_LILAC_port: "Duchy of Lilac's Harbour" + HUB_NAME_STATE_LILAC_mine: "Duchy of Lilac's Mine" + HUB_NAME_STATE_LILAC_farm: "Duchy of Lilac's Farm" + HUB_NAME_STATE_GRIFFIN_CROWNLANDS_city: "Griffin Crownlands" + HUB_NAME_STATE_GRIFFIN_CROWNLANDS_wood: "Griffin Crownlands Woods" + HUB_NAME_STATE_GRIFFIN_CROWNLANDS_port: "Griffin Crownlands Port" + HUB_NAME_STATE_GRIFFIN_CROWNLANDS_mine: "Griffin Crownlands Mine" + HUB_NAME_STATE_GRIFFIN_CROWNLANDS_farm: "Griffin Crownlands Farm" + HUB_NAME_STATE_PAVIA_PROPER_city: "City of Pavia" + HUB_NAME_STATE_PAVIA_PROPER_wood: "City of Pavia's Woods" + HUB_NAME_STATE_PAVIA_PROPER_port: "City of Pavia's Port" + HUB_NAME_STATE_PAVIA_PROPER_mine: "City of Pavia's Quarry" + HUB_NAME_STATE_PAVIA_PROPER_farm: "City of Pavia's Fields" + HUB_NAME_STATE_BEDFORD_city: "Duchy of Bedford" + HUB_NAME_STATE_BEDFORD_wood: "Duchy of Bedford's Tree Farm" + HUB_NAME_STATE_BEDFORD_port: "Duchy of Bedford's Harbour" + HUB_NAME_STATE_BEDFORD_mine: "Duchy of Bedford's Quarry" + HUB_NAME_STATE_BEDFORD_farm: "Duchy of Bedford's Farmstead" + HUB_NAME_STATE_GREATER_PAVIA_city: "Pavia Interior" + HUB_NAME_STATE_GREATER_PAVIA_wood: "Pavia Interior's Woods" + HUB_NAME_STATE_GREATER_PAVIA_port: "Pavia Interior's Harbour" + HUB_NAME_STATE_GREATER_PAVIA_mine: "Pavia Interior's Mineshaft" + HUB_NAME_STATE_GREATER_PAVIA_farm: "Pavia Interior's Farm" + HUB_NAME_STATE_PAVIA_AULDMARCHE_city: "Auldmarche" + HUB_NAME_STATE_PAVIA_AULDMARCHE_wood: "Auldmarche's Woods" + HUB_NAME_STATE_PAVIA_AULDMARCHE_port: "Auldmarche's Port" + HUB_NAME_STATE_PAVIA_AULDMARCHE_mine: "Auldmarche's Quarry" + HUB_NAME_STATE_PAVIA_AULDMARCHE_farm: "Auldmarche's Farm" + HUB_NAME_STATE_NORTH_NARA_city: "North Nara" + HUB_NAME_STATE_NORTH_NARA_wood: "North Nara's Woods" + HUB_NAME_STATE_NORTH_NARA_port: "North Nara's Dockyards" + HUB_NAME_STATE_NORTH_NARA_mine: "North Nara's Mineshaft" + HUB_NAME_STATE_NORTH_NARA_farm: "North Nara's Fields" + HUB_NAME_STATE_CENTRAL_NARA_city: "Central Nara" + HUB_NAME_STATE_CENTRAL_NARA_wood: "Central Nara's Tree Farm" + HUB_NAME_STATE_CENTRAL_NARA_port: "Central Nara's Port" + HUB_NAME_STATE_CENTRAL_NARA_mine: "Central Nara's Mineshaft" + HUB_NAME_STATE_CENTRAL_NARA_farm: "Central Nara's Farm" + HUB_NAME_STATE_SOUTH_NARA_city: "South Nara" + HUB_NAME_STATE_SOUTH_NARA_wood: "South Nara's Woods" + HUB_NAME_STATE_SOUTH_NARA_port: "South Nara's Dockyards" + HUB_NAME_STATE_SOUTH_NARA_mine: "South Nara's Quarry" + HUB_NAME_STATE_SOUTH_NARA_farm: "South Nara's Farm" + HUB_NAME_STATE_QBARRA_city: "Q'Barra" + HUB_NAME_STATE_QBARRA_wood: "Q'Barra's Woods" + HUB_NAME_STATE_QBARRA_port: "Q'Barra's Harbour" + HUB_NAME_STATE_QBARRA_mine: "Q'Barra's Mine" + HUB_NAME_STATE_QBARRA_farm: "Q'Barra's Fields" + HUB_NAME_STATE_ICE_SHELF_city: "Ice Shelf" + HUB_NAME_STATE_ICE_SHELF_wood: "Ice Shelf's Forest" + HUB_NAME_STATE_ICE_SHELF_port: "Ice Shelf's Dockyards" + HUB_NAME_STATE_ICE_SHELF_mine: "Ice Shelf's Quarry" + HUB_NAME_STATE_ICE_SHELF_farm: "Ice Shelf's Fields" + HUB_NAME_STATE_NORTH_HADES_ISLANDS_city: "North Hades Islands" + HUB_NAME_STATE_NORTH_HADES_ISLANDS_wood: "North Hades Islands Woods" + HUB_NAME_STATE_NORTH_HADES_ISLANDS_port: "North Hades Islands Harbour" + HUB_NAME_STATE_NORTH_HADES_ISLANDS_mine: "North Hades Islands Quarry" + HUB_NAME_STATE_NORTH_HADES_ISLANDS_farm: "North Hades Islands Farmstead" + HUB_NAME_STATE_WEST_CDM_city: "West Cortesia" + HUB_NAME_STATE_WEST_CDM_wood: "West Cortesia's Tree Farm" + HUB_NAME_STATE_WEST_CDM_port: "West Cortesia's Dockyards" + HUB_NAME_STATE_WEST_CDM_mine: "West Cortesia's Quarry" + HUB_NAME_STATE_WEST_CDM_farm: "West Cortesia's Farmstead" + HUB_NAME_STATE_IMBLOC_city: "Imbloc" + HUB_NAME_STATE_IMBLOC_wood: "Imbloc's Woods" + HUB_NAME_STATE_IMBLOC_port: "Imbloc's Port" + HUB_NAME_STATE_IMBLOC_mine: "Imbloc's Mine" + HUB_NAME_STATE_IMBLOC_farm: "Imbloc's Farmstead" + HUB_NAME_STATE_CONCORD_city: "Concord" + HUB_NAME_STATE_CONCORD_wood: "Concord's Woods" + HUB_NAME_STATE_CONCORD_port: "Concord's Dockyards" + HUB_NAME_STATE_CONCORD_mine: "Concord's Quarry" + HUB_NAME_STATE_CONCORD_farm: "Concord's Farm" + HUB_NAME_STATE_SOUTH_CDM_city: "South Cortesia" + HUB_NAME_STATE_SOUTH_CDM_wood: "South Cortesia's Woods" + HUB_NAME_STATE_SOUTH_CDM_port: "South Cortesia's Dockyards" + HUB_NAME_STATE_SOUTH_CDM_mine: "South Cortesia's Mine" + HUB_NAME_STATE_SOUTH_CDM_farm: "South Cortesia's Fields" + HUB_NAME_STATE_SANTIAGO_city: "Santiago" + HUB_NAME_STATE_SANTIAGO_wood: "Santiago's Forest" + HUB_NAME_STATE_SANTIAGO_port: "Santiago's Port" + HUB_NAME_STATE_SANTIAGO_mine: "Santiago's Quarry" + HUB_NAME_STATE_SANTIAGO_farm: "Santiago's Fields" + HUB_NAME_STATE_CDM_EXCLAVE_city: "Aurelian Exclave" + HUB_NAME_STATE_CDM_EXCLAVE_wood: "Aurelian Exclave's Tree Farm" + HUB_NAME_STATE_CDM_EXCLAVE_port: "Aurelian Exclave's Port" + HUB_NAME_STATE_CDM_EXCLAVE_mine: "Aurelian Exclave's Mineshaft" + HUB_NAME_STATE_CDM_EXCLAVE_farm: "Aurelian Exclave's Fields" + HUB_NAME_STATE_CDM_FRONTIER_city: "Aurelian Frontier" + HUB_NAME_STATE_CDM_FRONTIER_wood: "Aurelian Frontier's Woods" + HUB_NAME_STATE_CDM_FRONTIER_port: "Aurelian Frontier's Dockyards" + HUB_NAME_STATE_CDM_FRONTIER_mine: "Aurelian Frontier's Mine" + HUB_NAME_STATE_CDM_FRONTIER_farm: "Aurelian Frontier's Farmstead" + HUB_NAME_STATE_ESTALIA_1_city: "Estalia 1" + HUB_NAME_STATE_ESTALIA_1_wood: "Estalia 1's Woods" + HUB_NAME_STATE_ESTALIA_1_port: "Estalia 1's Dockyards" + HUB_NAME_STATE_ESTALIA_1_mine: "Estalia 1's Mine" + HUB_NAME_STATE_ESTALIA_1_farm: "Estalia 1's Farmstead" + HUB_NAME_STATE_ESTALIA_2_city: "Estalia 2" + HUB_NAME_STATE_ESTALIA_2_wood: "Estalia 2's Forest" + HUB_NAME_STATE_ESTALIA_2_port: "Estalia 2's Harbour" + HUB_NAME_STATE_ESTALIA_2_mine: "Estalia 2's Mineshaft" + HUB_NAME_STATE_ESTALIA_2_farm: "Estalia 2's Fields" + HUB_NAME_STATE_ESTALIA_3_city: "Estalia 3" + HUB_NAME_STATE_ESTALIA_3_wood: "Estalia 3's Tree Farm" + HUB_NAME_STATE_ESTALIA_3_port: "Estalia 3's Dockyards" + HUB_NAME_STATE_ESTALIA_3_mine: "Estalia 3's Mine" + HUB_NAME_STATE_ESTALIA_3_farm: "Estalia 3's Farm" + HUB_NAME_STATE_ESTALIA_4_city: "Estalia 4" + HUB_NAME_STATE_ESTALIA_4_wood: "Estalia 4's Woods" + HUB_NAME_STATE_ESTALIA_4_port: "Estalia 4's Port" + HUB_NAME_STATE_ESTALIA_4_mine: "Estalia 4's Mineshaft" + HUB_NAME_STATE_ESTALIA_4_farm: "Estalia 4's Farm" + HUB_NAME_STATE_ESTALIA_5_city: "Estalia 5" + HUB_NAME_STATE_ESTALIA_5_wood: "Estalia 5's Forest" + HUB_NAME_STATE_ESTALIA_5_port: "Estalia 5's Dockyards" + HUB_NAME_STATE_ESTALIA_5_mine: "Estalia 5's Mine" + HUB_NAME_STATE_ESTALIA_5_farm: "Estalia 5's Farmstead" + HUB_NAME_STATE_ESTALIA_6_city: "Estalia 6" + HUB_NAME_STATE_ESTALIA_6_wood: "Estalia 6's Woods" + HUB_NAME_STATE_ESTALIA_6_port: "Estalia 6's Port" + HUB_NAME_STATE_ESTALIA_6_mine: "Estalia 6's Mine" + HUB_NAME_STATE_ESTALIA_6_farm: "Estalia 6's Farmstead" + HUB_NAME_STATE_ESTALIA_7_city: "Estalia 7" + HUB_NAME_STATE_ESTALIA_7_wood: "Estalia 7's Woods" + HUB_NAME_STATE_ESTALIA_7_port: "Estalia 7's Dockyards" + HUB_NAME_STATE_ESTALIA_7_mine: "Estalia 7's Mine" + HUB_NAME_STATE_ESTALIA_7_farm: "Estalia 7's Fields" + HUB_NAME_STATE_ESTALIA_8_city: "Estalia 8" + HUB_NAME_STATE_ESTALIA_8_wood: "Estalia 8's Forest" + HUB_NAME_STATE_ESTALIA_8_port: "Estalia 8's Harbour" + HUB_NAME_STATE_ESTALIA_8_mine: "Estalia 8's Mineshaft" + HUB_NAME_STATE_ESTALIA_8_farm: "Estalia 8's Farm" + HUB_NAME_STATE_ESTALIA_9_city: "Estalia 9" + HUB_NAME_STATE_ESTALIA_9_wood: "Estalia 9's Woods" + HUB_NAME_STATE_ESTALIA_9_port: "Estalia 9's Dockyards" + HUB_NAME_STATE_ESTALIA_9_mine: "Estalia 9's Mineshaft" + HUB_NAME_STATE_ESTALIA_9_farm: "Estalia 9's Fields" + HUB_NAME_STATE_ESTALIA_10_city: "Estalia 10" + HUB_NAME_STATE_ESTALIA_10_wood: "Estalia 10's Forest" + HUB_NAME_STATE_ESTALIA_10_port: "Estalia 10's Port" + HUB_NAME_STATE_ESTALIA_10_mine: "Estalia 10's Quarry" + HUB_NAME_STATE_ESTALIA_10_farm: "Estalia 10's Fields" + HUB_NAME_STATE_ESTALIA_11_city: "Estalia 11" + HUB_NAME_STATE_ESTALIA_11_wood: "Estalia 11's Forest" + HUB_NAME_STATE_ESTALIA_11_port: "Estalia 11's Dockyards" + HUB_NAME_STATE_ESTALIA_11_mine: "Estalia 11's Quarry" + HUB_NAME_STATE_ESTALIA_11_farm: "Estalia 11's Fields" + HUB_NAME_STATE_ESTALIA_12_city: "Estalia 12" + HUB_NAME_STATE_ESTALIA_12_wood: "Estalia 12's Woods" + HUB_NAME_STATE_ESTALIA_12_port: "Estalia 12's Dockyards" + HUB_NAME_STATE_ESTALIA_12_mine: "Estalia 12's Quarry" + HUB_NAME_STATE_ESTALIA_12_farm: "Estalia 12's Farmstead" + HUB_NAME_STATE_ESTALIA_13_city: "Estalia 13" + HUB_NAME_STATE_ESTALIA_13_wood: "Estalia 13's Woods" + HUB_NAME_STATE_ESTALIA_13_port: "Estalia 13's Harbour" + HUB_NAME_STATE_ESTALIA_13_mine: "Estalia 13's Mine" + HUB_NAME_STATE_ESTALIA_13_farm: "Estalia 13's Fields" + HUB_NAME_STATE_ESTALIA_14_city: "Estalia 14" + HUB_NAME_STATE_ESTALIA_14_wood: "Estalia 14's Forest" + HUB_NAME_STATE_ESTALIA_14_port: "Estalia 14's Dockyards" + HUB_NAME_STATE_ESTALIA_14_mine: "Estalia 14's Mineshaft" + HUB_NAME_STATE_ESTALIA_14_farm: "Estalia 14's Fields" + HUB_NAME_STATE_ESTALIA_15_city: "Estalia 15" + HUB_NAME_STATE_ESTALIA_15_wood: "Estalia 15's Forest" + HUB_NAME_STATE_ESTALIA_15_port: "Estalia 15's Dockyards" + HUB_NAME_STATE_ESTALIA_15_mine: "Estalia 15's Mine" + HUB_NAME_STATE_ESTALIA_15_farm: "Estalia 15's Fields" + HUB_NAME_STATE_IRIA_1_city: "Greenville" + HUB_NAME_STATE_IRIA_1_wood: "Greenville's Forest" + HUB_NAME_STATE_IRIA_1_port: "Greenville's Dockyards" + HUB_NAME_STATE_IRIA_1_mine: "Greenville's Mineshaft" + HUB_NAME_STATE_IRIA_1_farm: "Greenville's Farmstead" + HUB_NAME_STATE_IRIA_2_city: "Royalist Ruins" + HUB_NAME_STATE_IRIA_2_wood: "Royalist Ruins Tree Farm" + HUB_NAME_STATE_IRIA_2_port: "Royalist Ruins Dockyards" + HUB_NAME_STATE_IRIA_2_mine: "Royalist Ruins Mineshaft" + HUB_NAME_STATE_IRIA_2_farm: "Royalist Ruins Fields" + HUB_NAME_STATE_IRIA_3_city: "Xinteng" + HUB_NAME_STATE_IRIA_3_wood: "Xinteng's Woods" + HUB_NAME_STATE_IRIA_3_port: "Xinteng's Dockyards" + HUB_NAME_STATE_IRIA_3_mine: "Xinteng's Quarry" + HUB_NAME_STATE_IRIA_3_farm: "Xinteng's Farmstead" + HUB_NAME_STATE_IRIA_4_city: "Wolfeye Jungles" + HUB_NAME_STATE_IRIA_4_wood: "Wolfeye Jungles Tree Farm" + HUB_NAME_STATE_IRIA_4_port: "Wolfeye Jungles Harbour" + HUB_NAME_STATE_IRIA_4_mine: "Wolfeye Jungles Mine" + HUB_NAME_STATE_IRIA_4_farm: "Wolfeye Jungles Fields" + HUB_NAME_STATE_IRIA_5_city: "New Dawn Fortress" + HUB_NAME_STATE_IRIA_5_wood: "New Dawn Fortress Woods" + HUB_NAME_STATE_IRIA_5_port: "New Dawn Fortress Port" + HUB_NAME_STATE_IRIA_5_mine: "New Dawn Fortress Mine" + HUB_NAME_STATE_IRIA_5_farm: "New Dawn Fortress Farm" + HUB_NAME_STATE_IRIA_6_city: "Trigon Mines" + HUB_NAME_STATE_IRIA_6_wood: "Trigon Mines Woods" + HUB_NAME_STATE_IRIA_6_port: "Trigon Mines Harbour" + HUB_NAME_STATE_IRIA_6_mine: "Trigon Mines Mine" + HUB_NAME_STATE_IRIA_6_farm: "Trigon Mines Farmstead" + HUB_NAME_STATE_IRIA_7_city: "Trigon Flats" + HUB_NAME_STATE_IRIA_7_wood: "Trigon Flats Woods" + HUB_NAME_STATE_IRIA_7_port: "Trigon Flats Dockyards" + HUB_NAME_STATE_IRIA_7_mine: "Trigon Flats Mine" + HUB_NAME_STATE_IRIA_7_farm: "Trigon Flats Fields" + HUB_NAME_STATE_IRIA_8_city: "Aynor Wetlands" + HUB_NAME_STATE_IRIA_8_wood: "Aynor Wetlands Tree Farm" + HUB_NAME_STATE_IRIA_8_port: "Aynor Wetlands Dockyards" + HUB_NAME_STATE_IRIA_8_mine: "Aynor Wetlands Quarry" + HUB_NAME_STATE_IRIA_8_farm: "Aynor Wetlands Farm" + HUB_NAME_STATE_IRIA_9_city: "Corum Wilds" + HUB_NAME_STATE_IRIA_9_wood: "Corum Wilds Forest" + HUB_NAME_STATE_IRIA_9_port: "Corum Wilds Port" + HUB_NAME_STATE_IRIA_9_mine: "Corum Wilds Quarry" + HUB_NAME_STATE_IRIA_9_farm: "Corum Wilds Farm" + HUB_NAME_STATE_IRIA_10_city: "Lindor Lakefront" + HUB_NAME_STATE_IRIA_10_wood: "Lindor Lakefront's Forest" + HUB_NAME_STATE_IRIA_10_port: "Lindor Lakefront's Dockyards" + HUB_NAME_STATE_IRIA_10_mine: "Lindor Lakefront's Mineshaft" + HUB_NAME_STATE_IRIA_10_farm: "Lindor Lakefront's Fields" + HUB_NAME_STATE_IRIA_11_city: "Horizonleap Mountains" + HUB_NAME_STATE_IRIA_11_wood: "Horizonleap Mountains Woods" + HUB_NAME_STATE_IRIA_11_port: "Horizonleap Mountains Port" + HUB_NAME_STATE_IRIA_11_mine: "Horizonleap Mountains Mineshaft" + HUB_NAME_STATE_IRIA_11_farm: "Horizonleap Mountains Farmstead" + HUB_NAME_STATE_IRIA_12_city: "Liveless Lowlands" + HUB_NAME_STATE_IRIA_12_wood: "Liveless Lowlands Tree Farm" + HUB_NAME_STATE_IRIA_12_port: "Liveless Lowlands Port" + HUB_NAME_STATE_IRIA_12_mine: "Liveless Lowlands Quarry" + HUB_NAME_STATE_IRIA_12_farm: "Liveless Lowlands Fields" + HUB_NAME_STATE_IRIA_13_city: "Bog of The Lottosprayer" + HUB_NAME_STATE_IRIA_13_wood: "Bog of The Lottosprayer's Woods" + HUB_NAME_STATE_IRIA_13_port: "Bog of The Lottosprayer's Dockyards" + HUB_NAME_STATE_IRIA_13_mine: "Bog of The Lottosprayer's Mine" + HUB_NAME_STATE_IRIA_13_farm: "Bog of The Lottosprayer's Fields" + HUB_NAME_STATE_IRIA_14_city: "Heights of The Unknown" + HUB_NAME_STATE_IRIA_14_wood: "Heights of The Unknown's Woods" + HUB_NAME_STATE_IRIA_14_port: "Heights of The Unknown's Harbour" + HUB_NAME_STATE_IRIA_14_mine: "Heights of The Unknown's Quarry" + HUB_NAME_STATE_IRIA_14_farm: "Heights of The Unknown's Fields" + HUB_NAME_STATE_IRIA_15_city: "Trigon" + HUB_NAME_STATE_IRIA_15_wood: "Trigon's Tree Farm" + HUB_NAME_STATE_IRIA_15_port: "Trigon's Harbour" + HUB_NAME_STATE_IRIA_15_mine: "Trigon's Mineshaft" + HUB_NAME_STATE_IRIA_15_farm: "Trigon's Farm" + HUB_NAME_STATE_CDM_FRONTIER_2_city: "East Aurelia" + HUB_NAME_STATE_CDM_FRONTIER_2_wood: "East Aurelia's Forest" + HUB_NAME_STATE_CDM_FRONTIER_2_port: "East Aurelia's Port" + HUB_NAME_STATE_CDM_FRONTIER_2_mine: "East Aurelia's Quarry" + HUB_NAME_STATE_CDM_FRONTIER_2_farm: "East Aurelia's Farmstead" + HUB_NAME_STATE_MTA_2_city: "South Mount Augusta" + HUB_NAME_STATE_MTA_2_wood: "South Mount Augusta's Woods" + HUB_NAME_STATE_MTA_2_port: "South Mount Augusta's Dockyards" + HUB_NAME_STATE_MTA_2_mine: "South Mount Augusta's Mine" + HUB_NAME_STATE_MTA_2_farm: "South Mount Augusta's Farmstead" + HUB_NAME_STATE_IRIA_16_city: "Strage Wets" + HUB_NAME_STATE_IRIA_16_wood: "Strage Wets Tree Farm" + HUB_NAME_STATE_IRIA_16_port: "Strage Wets Dockyards" + HUB_NAME_STATE_IRIA_16_mine: "Strage Wets Quarry" + HUB_NAME_STATE_IRIA_16_farm: "Strage Wets Fields" + HUB_NAME_STATE_IRIA_17_city: "Goldflower Plains" + HUB_NAME_STATE_IRIA_17_wood: "Goldflower Plains Woods" + HUB_NAME_STATE_IRIA_17_port: "Goldflower Plains Harbour" + HUB_NAME_STATE_IRIA_17_mine: "Goldflower Plains Mine" + HUB_NAME_STATE_IRIA_17_farm: "Goldflower Plains Farmstead" + HUB_NAME_STATE_IRIA_18_city: "Xinteng Mines" + HUB_NAME_STATE_IRIA_18_wood: "Xinteng Mines Tree Farm" + HUB_NAME_STATE_IRIA_18_port: "Xinteng Mines Port" + HUB_NAME_STATE_IRIA_18_mine: "Xinteng Mines Quarry" + HUB_NAME_STATE_IRIA_18_farm: "Xinteng Mines Fields" diff --git a/localization/english/civ_interest_groups_l_english.yml b/localization/english/civ_interest_groups_l_english.yml new file mode 100644 index 00000000..80647f42 --- /dev/null +++ b/localization/english/civ_interest_groups_l_english.yml @@ -0,0 +1,25 @@ +l_english: + ig_buildfriends:0 "Buildfriends" + ig_buildfriends_only_icon:0 "@buildfriends!" + ig_buildfriends_desc:0 "Buildfriends represent players who focus on creating beautiful structures and settlements, and tends to be peaceful and isolationist in their gameplay style." + + ig_grinders:0 "Grinders" + ig_grinders_only_icon:0 "@grinders!" + ig_grinders_desc:0 "" + + ig_pvpers:0 "Pvpers" + ig_pvpers_only_icon:0 "@pvpers!" + ig_pvpers_desc:0 "Pvpers represent players who engage in player versus player combat, often by 'clicking' on other players, building vaults and bunkers and others tied strongly to the nations military." + + ig_roleplayers:0 "Roleplayers" + ig_roleplayers_only_icon:0 "@roleplayers!" + ig_roleplayers_desc:0 "" + + ig_civ_industrialists:0 "Industrialists" + ig_civ_industrialists_only_icon:0 "@industrialists!" + ig_civ_industrialists_desc:0 "" +# Custom IG names + ig_tru_imperial_army:0 "Imperial Army" +# ig_tru_imperial_army_desc:0 "The Truidencian Imperial Army" + ig_northland_industries:0 "Northland Industries" +# ig_northland_industries_desc:0 "Northland Industries" \ No newline at end of file diff --git a/localization/english/civ_laws_l_english.yml b/localization/english/civ_laws_l_english.yml new file mode 100644 index 00000000..fedc5b7c --- /dev/null +++ b/localization/english/civ_laws_l_english.yml @@ -0,0 +1,39 @@ +l_english: + # Army system + law_disarmed_nation: "Disarmed Nation" + law_disarmed_nation_desc: "The nation is completely disarmed, relying on diplomacy, culture and allies to back it up at a world stage." + law_only_volunteers: "Only Volunteers" + law_only_volunteers_desc: "There is no organized army, and it mostly consists of a few volunteers who put themselves in risk to protect their nation." + law_national_militia: "National Militia" + law_national_militia: "There is a more organized army, involving a larger part of the populace, to protect the nation from possible threats." + law_designated_clickers: "Designated Clickers" + law_designated_clickers: "A few highly skilled individuals protect the nation." + law_army_with_a_state: "Army with a State" + law_army_with_a_state_desc: "The State and the Army are one and the same, with the staggering majority of the nation participating in the army." + # Bureaucracy + law_majority_newfriends: "Newfriend Bureaucrats" + law_majority_newfriends_desc: "Newfriends have less experience governing a country, but always have wackier ideas." + law_mixed_bureaucracy: "Mixed Bureaucracy" + law_mixed_bureaucracy_desc: "The Icenian and Lambatan system, where oldfriends mostly rule but accept newfriends into lower ranks of government, thus giving newfriends something to strive to. Historically these tend to be the most populated nations." + law_majority_oldfriends: "Oldfriend Bureaucrats" + law_majority_oldfriends_desc: "Oldfriends know the community and have ample knowledge of gameplay mechanics. However they are also usually more careful towards changing the status quo." + # Law System + lawgroup_law_system: "Law System" + lawgroup_law_system_desc: "How the law is applied in your nation" + law_lawless: "Lawless" + law_lawless_desc: "This society has little to no established laws." + law_no_formal_legal_system: "No Formal Legal System" + law_no_formal_legal_system_desc: "A public forum is used to resolve quarrels. Issues are addressed on a case per case basis by the ruler or a general consensus of the populace." + law_simple_legal_system: "Simple Legal System" + law_simple_legal_system_desc: "A developed constitution or similar document is used to resolve disputes, but if unable to cover a specific situation, a ruler or judge will decide the best course of action." + law_complex_legal_system: "Complex Legal System" + law_complex_legal_system_desc: "An intricate constitution with well-established legal and penal systems with drawn jurisdictional processes, where complex court cases and a multitude of laws create a tapestry of political intrigue and legal drama." + # Economy system + law_newfriend_economy: "Newfriend Economy" + law_newfriend_economy_desc: "A newfriend economy, where factories are not yet set up, mostly due to lack of knowledge of game mechanics. Easy to manage but not very effective." + law_planned_economy: "Planned Economy" + law_planned_economy_desc: "The government acquires and owns the factories and farms. The national economy benefits from not having to acquire multiple of the same resource and can better coordinate, however in economic crisis a lack of resources can lead to an internal crisis if badly managed." + law_mixed_economy: "Mixed Economy" + law_mixed_economy_desc: "The government owns some factories and some farms, which it uses to produce basic necessary goods for the general populace but most specialized factories are owned by private individuals who sell the goods on the market." + law_laissez_faire: "Market Economy" + law_laissez_faire_desc: "Private individuals and corporations own the factories and the farms, with the government having little input or ownership in what’s produced. The government has less immediate access to resources and control of the economy." \ No newline at end of file diff --git a/localization/english/civ_misc_l_english.yml b/localization/english/civ_misc_l_english.yml new file mode 100644 index 00000000..7d654e1e --- /dev/null +++ b/localization/english/civ_misc_l_english.yml @@ -0,0 +1,152 @@ +l_english: + pmg_base_building_tree_farm: "Tree Chopping method" + pmg_base_building_tool_factory: "Tool production material" + pmg_base_mine: "Tool selection usage" + pmg_base_iron_ore_smelter: "Iron Smelting" + pmg_base_gold_ore_smelter: "Gold Smelting" + pmg_base_charcoal_smelter: "Charcoal Smelting" + pmg_base_refine_sand: "Smelt Sand into Glass" + pmg_base_make_bottles: "Glass Bottle Smelting" + pmg_buildings_employment: "Employment Type" + pmg_base_civ_construction_sector: "Building Type" + pmg_construction_tool_usage: "Construction Tools" + pmg_reinforcement_type: "Block Reinforcement Type" + pmg_base_building_sand_pit: "Sand Digging" + pmg_base_building_civ_subsistence_farms: "Scavenging Around" + + default_building_civ_subsistence_farms: "Scavenging Around" + + pm_punch_wood: "Punch wood" + pm_wood_axe: "Wood Axes" + pm_stone_axe: "Stone Axes" + pm_iron_axe: "Iron Axes" + pm_gold_axe: "Gold Axes" + pm_diamond_axe: "Diamond Axes" + pm_netherite_axe: "Netherrite Axes" + pm_no_iron_smelting: "No Iron Smelting" + pm_no_gold_smelting: "No Gold Smelting" + + pm_wood_pickaxe: "Wood Pickaxes" + pm_stone_pickaxe: "Stone Pickaxes" + pm_iron_pickaxe: "Iron Pickaxes" + pm_gold_pickaxe: "Gold Pickaxes" + pm_diamond_pickaxe: "Diamond Pickaxes" + pm_netherite_pickaxe: "Netherite Pickaxes" + + pm_no_shovel: "Dig by hand" + pm_wood_shovel: "Wood Shovels" + pm_stone_shovel: "Stone Shovels" + pm_iron_shovel: "Iron Shovels" + pm_gold_shovel: "Gold Shovel" + pm_diamond_shovel: "Diamond Shovel" + + pm_craft_wood_tools: "Craft Wood Tools" + pm_craft_stone_tools: "Craft Stone Tools" + pm_craft_iron_tools: "Craft Iron Tools" + pm_craft_gold_tools: "Craft Gold Tools" + pm_craft_diamond_tools: "Craft Diamond Tools" + + pm_convert_log: "Convert Log to Charcoal" + + pm_basic_iron_smelting: "Basic Iron Smelting" + pm_basic_gold_smelting: "Basic Gold Smelting" + + pm_employ_newfriends: "Employ Newfriends" + pm_employ_midfriends: "Employ Midfriends" + pm_employ_oldfriends: "Employ Oldfriends" + + pm_stone_buildings: "Stone Buildings" + pm_brick_buildings: "Elaborate Buildings" + + pm_no_tools: "Building with no tools" + pm_wooden_tools: "Building with Wooden tools" + pm_stone_tools: "Building with Stone tools" + pm_iron_tools: "Building with Iron tools" + pm_gold_tools: "Building with Gold tools" + pm_diamond_tools: "Building with Diamond tools" + + pm_no_reinforcement: "No block reinforcement" + pm_stone_reinforcement: "Reinforce with Stone" + pm_iron_reinforcement: "Reinforce with Iron and Stone" + + pm_experience_1: "Basic Experience 1" + pm_experience_2: "Basic Experience 2" + pm_experience_3: "Basic Experience 3" + pm_experience_4: "Basic Experience 4" + pm_experience_5: "Basic Experience 5" + pm_advanced_experience_1: "Advanced Experience 1" + pm_advanced_experience_2: "Advanced Experience 2" + pm_advanced_experience_3: "Advanced Experience 3" + pm_advanced_experience_4: "Advanced Experience 4" + + building_tool_factory: "Tool Factory" + building_tree_farm: "Tree Farm" + building_mine: "Mines" + building_ore_smelter: "Ore Smelter" + building_charcoal_smelter: "Charcoal Smelter" + building_glass_smelter: "Glass Smelter" + building_sand_pit: "Sand Pit" + building_mushroom_farm: "Mushroom Farm" + building_sugar_cane_farm: "Sugar Cane Farm" + building_cactus_farm: "Cactus Farm" + building_melon_farm: "Melon Farm" + building_pumpkin_farm: "Pumpkin Farm" + building_potato_farm: "Potato Farm" + building_cocoa_farm: "Cocoa Farm" + building_carrot_farm: "Carrot Farm" + building_beetroot_farm: "Beetroot Farm" + building_wheat_farm: "Wheat Farm" + building_experience_cauldron: "Experience Cauldron" + + EXA: "Unclaimed" + EXA_ADJ: "Random Settlers" + LUS: "Lusitania" + LUS_ADJ: "$lusitan$" + TRU: "Truidencia" + TRU_ADJ: "$truidencian$" + LAM: "Lambat" + LAM_ADJ: "$lambatan$" + GEN: "Gensokyo" + GEN_ADJ: "$gensokyojin$" + DAN: "Danzilona" + DAN_ADJ: "$danzilonan$" + WOL: "Wolken" + WOL_ADJ: "$wolken$" + MER: "djani'hweh" + MER_ADJ: "$mery_culture$" + YOA: "Yoahtl" + YOA_ADJ: "Yoahtlan" + ROZ: "Roseland" + ROZ_ADJ: "Roselandish" + KOV: "Great Kova" + KOV_ADJ: "Kovan" + KAL: "Kallos" + KAL_ADJ: "Kallosian" + PAV: "Pavia" + PAV_ADJ: "Pavian" + GRI: "Griffin" + GRI_ADJ: "Griffinian" + TRA: "Transylvania" + TRA_ADJ: "Transylvanian" + MTA: "Mount Augusta" + MTA_ADJ: "Augustan" + DOM: "Doom City" + DOM_ADJ: "Doomer" + CLW: "Calw" + CLW_ADJ: "Calwian" + NAR: "Nara" + NAR_ADJ: "$naran$" + CDM: "Cortesia Del Mar" + CDM_ADJ: "Cortesia" + AUR: "Aurellia" + AUR_ADJ: "Aurellian" + MED: "Medi Union" + MED_ADJ: "Medi" + EST: "Estalia" + EST_ADJ: "Estalian" + IRI: "Iria" + IRI_ADJ: "Irian + MRA: "Meracydia" + MRA_ADJ: "Meracydian" +# DLG:0 "Dalgon" +# DLG_ADJ:0 "$dalgonese$" \ No newline at end of file diff --git a/localization/english/civ_modifier_types_l_english.yml b/localization/english/civ_modifier_types_l_english.yml new file mode 100644 index 00000000..b2e87aac --- /dev/null +++ b/localization/english/civ_modifier_types_l_english.yml @@ -0,0 +1,10 @@ +l_english: + modifier_state_midfriends_investment_pool_contribution_add: "$midfriends$ [concept_investment_pool] contribution" + modifier_state_midfriends_investment_pool_contribution_add_desc: "How much of their profits $midfriends$ will invest" + modifier_state_midfriends_investment_pool_efficiency_mult: "An increase or decrease to how much the invested profits from $midfriends$ will contribute to the [concept_investment_pool]" + modifier_state_newfriends_investment_pool_contribution_add: "$newfriends$ [concept_investment_pool] contribution" + modifier_state_newfriends_investment_pool_contribution_add_desc: "How much of their profits $newfriends$ will invest" + modifier_state_newfriends_investment_pool_efficiency_mult: "An increase or decrease to how much the invested profits from $newfriends$ will contribute to the [concept_investment_pool]" + modifier_state_oldfriends_investment_pool_contribution_add: "$oldfriends$ [concept_investment_pool] contribution" + modifier_state_oldfriends_investment_pool_contribution_add_desc: "How much of their profits $oldfriends$ will invest" + modifier_state_oldfriends_investment_pool_efficiency_mult: "An increase or decrease to how much the invested profits from $oldfriends$ will contribute to the [concept_investment_pool]" diff --git a/localization/english/civ_modifiers_l_english.yml b/localization/english/civ_modifiers_l_english.yml index fa70f451..b3ba8ac1 100644 --- a/localization/english/civ_modifiers_l_english.yml +++ b/localization/english/civ_modifiers_l_english.yml @@ -1,14 +1,241 @@ l_english: - modifier_building_input_oak_log_add:0 "@oak_log! oak_log input per level" - modifier_building_input_oak_log_add_desc:0 "The amount of @oak_log! oak_log consumed by buildings" - modifier_building_output_oak_log_add:0 "@oak_log! oak_log output per level" - modifier_building_output_oak_log_add_desc:0 "The amount of @oak_log! oak_log produced by buildings" - modifier_building_output_oak_log_mult:0 "Building @oak_log! oak_log output" - modifier_building_output_oak_log_mult_desc:0 "A bonus or penalty to the amount of @oak_log! oak_log produced by buildings" - modifier_building_input_wood_tools_add:0 "@wood_tools! wood_tools input per level" - modifier_building_input_wood_tools_add_desc:0 "The amount of @wood_tools! wood_tools consumed by buildings" - modifier_building_output_wood_tools_add:0 "@wood_tools! wood_tools output per level" - modifier_building_output_wood_tools_add_desc:0 "The amount of @wood_tools! wood_tools produced by buildings" - modifier_building_output_wood_tools_mult:0 "Building @wood_tools! wood_tools output" - modifier_building_output_wood_tools_mult_desc:0 "A bonus or penalty to the amount of @wood_tools! wood_tools produced by buildings" - modifier_building_input_oak_log_mult:0 "The bigger the factory the more the oak waste is" + modifier_building_input_oak_log_add: "@oak_log! $oak_log$ input per level" + modifier_building_input_oak_log_add_desc: "The amount of @oak_log! $oak_log$ consumed by buildings" + modifier_building_output_oak_log_add: "@oak_log! oak_log output per level" + modifier_building_output_oak_log_add_desc: "The amount of @oak_log! $oak_log$ produced by buildings" + modifier_building_output_oak_log_mult: "Building @oak_log! $oak_log$ output" + modifier_building_output_oak_log_mult_desc: "A bonus or penalty to the amount of @oak_log! $oak_log$ produced by buildings" + trade_route_export_lens_option_oak_log_tooltip: "Establish an $oak_log$ export trade route" + trade_route_import_lens_option_oak_log_tooltip: "Establish an $oak_log$ import trade route" + modifier_building_input_stone_add: "@stone! $stone$ input per level" + modifier_building_input_stone_add_desc: "The amount of @stone! $stone$ consumed by buildings" + modifier_building_output_stone_add: "@stone! stone output per level" + modifier_building_output_stone_add_desc: "The amount of @stone! $stone$ produced by buildings" + modifier_building_output_stone_mult: "Building @stone! $stone$ output" + modifier_building_output_stone_mult_desc: "A bonus or penalty to the amount of @stone! $stone$ produced by buildings" + trade_route_export_lens_option_stone_tooltip: "Establish a $stone$ export trade route" + trade_route_import_lens_option_stone_tooltip: "Establish a $stone$ import trade route" + modifier_building_input_sand_add: "@sand! $sand$ input per level" + modifier_building_input_sand_add_desc: "The amount of @sand! $sand$ consumed by buildings" + modifier_building_output_sand_add: "@sand! sand output per level" + modifier_building_output_sand_add_desc: "The amount of @sand! $sand$ produced by buildings" + modifier_building_output_sand_mult: "Building @sand! $sand$ output" + modifier_building_output_sand_mult_desc: "A bonus or penalty to the amount of @sand! $sand$ produced by buildings" + trade_route_export_lens_option_sand_tooltip: "Establish a $sand$ export trade route" + trade_route_import_lens_option_sand_tooltip: "Establish a $sand$ import trade route" + modifier_building_input_glass_add: "@glass! $glass$ input per level" + modifier_building_input_glass_add_desc: "The amount of @glass! $glass$ consumed by buildings" + modifier_building_output_glass_add: "@glass! glass output per level" + modifier_building_output_glass_add_desc: "The amount of @glass! $glass$ produced by buildings" + modifier_building_output_glass_mult: "Building @glass! $glass$ output" + modifier_building_output_glass_mult_desc: "A bonus or penalty to the amount of @glass! $glass$ produced by buildings" + trade_route_export_lens_option_glass_tooltip: "Establish a $glass$ export trade route" + trade_route_import_lens_option_glass_tooltip: "Establish a $glass$ import trade route" + modifier_building_input_glass_bottle_add: "@glass_bottle! $glass_bottle$ input per level" + modifier_building_input_glass_bottle_add_desc: "The amount of @glass_bottle! $glass_bottle$ consumed by buildings" + modifier_building_output_glass_bottle_add: "@glass_bottle! glass_bottle output per level" + modifier_building_output_glass_bottle_add_desc: "The amount of @glass_bottle! $glass_bottle$ produced by buildings" + modifier_building_output_glass_bottle_mult: "Building @glass_bottle! $glass_bottle$ output" + modifier_building_output_glass_bottle_mult_desc: "A bonus or penalty to the amount of @glass_bottle! $glass_bottle$ produced by buildings" + trade_route_export_lens_option_glass_bottle_tooltip: "Establish a $glass_bottle$ export trade route" + trade_route_import_lens_option_glass_bottle_tooltip: "Establish a $glass_bottle$ import trade route" + modifier_building_input_charcoal_add: "@charcoal! $charcoal$ input per level" + modifier_building_input_charcoal_add_desc: "The amount of @charcoal! $charcoal$ consumed by buildings" + modifier_building_output_charcoal_add: "@charcoal! charcoal output per level" + modifier_building_output_charcoal_add_desc: "The amount of @charcoal! $charcoal$ produced by buildings" + modifier_building_output_charcoal_mult: "Building @charcoal! $charcoal$ output" + modifier_building_output_charcoal_mult_desc: "A bonus or penalty to the amount of @charcoal! $charcoal$ produced by buildings" + trade_route_export_lens_option_charcoal_tooltip: "Establish a $charcoal$ export trade route" + trade_route_import_lens_option_charcoal_tooltip: "Establish a $charcoal$ import trade route" + modifier_building_input_iron_ore_add: "@iron_ore! $iron_ore$ input per level" + modifier_building_input_iron_ore_add_desc: "The amount of @iron_ore! $iron_ore$ consumed by buildings" + modifier_building_output_iron_ore_add: "@iron_ore! iron_ore output per level" + modifier_building_output_iron_ore_add_desc: "The amount of @iron_ore! $iron_ore$ produced by buildings" + modifier_building_output_iron_ore_mult: "Building @iron_ore! $iron_ore$ output" + modifier_building_output_iron_ore_mult_desc: "A bonus or penalty to the amount of @iron_ore! $iron_ore$ produced by buildings" + trade_route_export_lens_option_iron_ore_tooltip: "Establish an $iron_ore$ export trade route" + trade_route_import_lens_option_iron_ore_tooltip: "Establish an $iron_ore$ import trade route" + modifier_building_input_iron_ingot_add: "@iron_ingot! $iron_ingot$ input per level" + modifier_building_input_iron_ingot_add_desc: "The amount of @iron_ingot! $iron_ingot$ consumed by buildings" + modifier_building_output_iron_ingot_add: "@iron_ingot! iron_ingot output per level" + modifier_building_output_iron_ingot_add_desc: "The amount of @iron_ingot! $iron_ingot$ produced by buildings" + modifier_building_output_iron_ingot_mult: "Building @iron_ingot! $iron_ingot$ output" + modifier_building_output_iron_ingot_mult_desc: "A bonus or penalty to the amount of @iron_ingot! $iron_ingot$ produced by buildings" + trade_route_export_lens_option_iron_ingot_tooltip: "Establish an $iron_ingot$ export trade route" + trade_route_import_lens_option_iron_ingot_tooltip: "Establish an $iron_ingot$ import trade route" + modifier_building_input_gold_ore_add: "@gold_ore! $gold_ore$ input per level" + modifier_building_input_gold_ore_add_desc: "The amount of @gold_ore! $gold_ore$ consumed by buildings" + modifier_building_output_gold_ore_add: "@gold_ore! gold_ore output per level" + modifier_building_output_gold_ore_add_desc: "The amount of @gold_ore! $gold_ore$ produced by buildings" + modifier_building_output_gold_ore_mult: "Building @gold_ore! $gold_ore$ output" + modifier_building_output_gold_ore_mult_desc: "A bonus or penalty to the amount of @gold_ore! $gold_ore$ produced by buildings" + trade_route_export_lens_option_gold_ore_tooltip: "Establish a $gold_ore$ export trade route" + trade_route_import_lens_option_gold_ore_tooltip: "Establish a $gold_ore$ import trade route" + modifier_building_input_gold_ingot_add: "@gold_ingot! $gold_ingot$ input per level" + modifier_building_input_gold_ingot_add_desc: "The amount of @gold_ingot! $gold_ingot$ consumed by buildings" + modifier_building_output_gold_ingot_add: "@gold_ingot! gold_ingot output per level" + modifier_building_output_gold_ingot_add_desc: "The amount of @gold_ingot! $gold_ingot$ produced by buildings" + modifier_building_output_gold_ingot_mult: "Building @gold_ingot! $gold_ingot$ output" + modifier_building_output_gold_ingot_mult_desc: "A bonus or penalty to the amount of @gold_ingot! $gold_ingot$ produced by buildings" + trade_route_export_lens_option_gold_ingot_tooltip: "Establish a $gold_ingot$ export trade route" + trade_route_import_lens_option_gold_ingot_tooltip: "Establish a $gold_ingot$ import trade route" + modifier_building_input_wood_tools_add: "@wood_tools! $wood_tools$ input per level" + modifier_building_input_wood_tools_add_desc: "The amount of @wood_tools! $wood_tools$ consumed by buildings" + modifier_building_output_wood_tools_add: "@wood_tools! wood_tools output per level" + modifier_building_output_wood_tools_add_desc: "The amount of @wood_tools! $wood_tools$ produced by buildings" + modifier_building_output_wood_tools_mult: "Building @wood_tools! $wood_tools$ output" + modifier_building_output_wood_tools_mult_desc: "A bonus or penalty to the amount of @wood_tools! $wood_tools$ produced by buildings" + trade_route_export_lens_option_wood_tools_tooltip: "Establish a $wood_tools$ export trade route" + trade_route_import_lens_option_wood_tools_tooltip: "Establish a $wood_tools$ import trade route" + modifier_building_input_stone_tools_add: "@stone_tools! $stone_tools$ input per level" + modifier_building_input_stone_tools_add_desc: "The amount of @stone_tools! $stone_tools$ consumed by buildings" + modifier_building_output_stone_tools_add: "@stone_tools! stone_tools output per level" + modifier_building_output_stone_tools_add_desc: "The amount of @stone_tools! $stone_tools$ produced by buildings" + modifier_building_output_stone_tools_mult: "Building @stone_tools! $stone_tools$ output" + modifier_building_output_stone_tools_mult_desc: "A bonus or penalty to the amount of @stone_tools! $stone_tools$ produced by buildings" + trade_route_export_lens_option_stone_tools_tooltip: "Establish a $stone_tools$ export trade route" + trade_route_import_lens_option_stone_tools_tooltip: "Establish a $stone_tools$ import trade route" + modifier_building_input_iron_tools_add: "@iron_tools! $iron_tools$ input per level" + modifier_building_input_iron_tools_add_desc: "The amount of @iron_tools! $iron_tools$ consumed by buildings" + modifier_building_output_iron_tools_add: "@iron_tools! iron_tools output per level" + modifier_building_output_iron_tools_add_desc: "The amount of @iron_tools! $iron_tools$ produced by buildings" + modifier_building_output_iron_tools_mult: "Building @iron_tools! $iron_tools$ output" + modifier_building_output_iron_tools_mult_desc: "A bonus or penalty to the amount of @iron_tools! $iron_tools$ produced by buildings" + trade_route_export_lens_option_iron_tools_tooltip: "Establish an $iron_tools$ export trade route" + trade_route_import_lens_option_iron_tools_tooltip: "Establish an $iron_tools$ import trade route" + modifier_building_input_gold_tools_add: "@gold_tools! $gold_tools$ input per level" + modifier_building_input_gold_tools_add_desc: "The amount of @gold_tools! $gold_tools$ consumed by buildings" + modifier_building_output_gold_tools_add: "@gold_tools! gold_tools output per level" + modifier_building_output_gold_tools_add_desc: "The amount of @gold_tools! $gold_tools$ produced by buildings" + modifier_building_output_gold_tools_mult: "Building @gold_tools! $gold_tools$ output" + modifier_building_output_gold_tools_mult_desc: "A bonus or penalty to the amount of @gold_tools! $gold_tools$ produced by buildings" + trade_route_export_lens_option_gold_tools_tooltip: "Establish a $gold_tools$ export trade route" + trade_route_import_lens_option_gold_tools_tooltip: "Establish a $gold_tools$ import trade route" + modifier_building_input_diamond_tools_add: "@diamond_tools! $diamond_tools$ input per level" + modifier_building_input_diamond_tools_add_desc: "The amount of @diamond_tools! $diamond_tools$ consumed by buildings" + modifier_building_output_diamond_tools_add: "@diamond_tools! diamond_tools output per level" + modifier_building_output_diamond_tools_add_desc: "The amount of @diamond_tools! $diamond_tools$ produced by buildings" + modifier_building_output_diamond_tools_mult: "Building @diamond_tools! $diamond_tools$ output" + modifier_building_output_diamond_tools_mult_desc: "A bonus or penalty to the amount of @diamond_tools! $diamond_tools$ produced by buildings" + trade_route_export_lens_option_diamond_tools_tooltip: "Establish a $diamond_tools$ export trade route" + trade_route_import_lens_option_diamond_tools_tooltip: "Establish a $diamond_tools$ import trade route" + modifier_building_input_redstone_add: "@redstone! $redstone$ input per level" + modifier_building_input_redstone_add_desc: "The amount of @redstone! $redstone$ consumed by buildings" + modifier_building_output_redstone_add: "@redstone! redstone output per level" + modifier_building_output_redstone_add_desc: "The amount of @redstone! $redstone$ produced by buildings" + modifier_building_output_redstone_mult: "Building @redstone! $redstone$ output" + modifier_building_output_redstone_mult_desc: "A bonus or penalty to the amount of @redstone! $redstone$ produced by buildings" + trade_route_export_lens_option_redstone_tooltip: "Establish a $redstone$ export trade route" + trade_route_import_lens_option_redstone_tooltip: "Establish a $redstone$ import trade route" + modifier_building_input_diamond_add: "@diamond! $diamond$ input per level" + modifier_building_input_diamond_add_desc: "The amount of @diamond! $diamond$ consumed by buildings" + modifier_building_output_diamond_add: "@diamond! diamond output per level" + modifier_building_output_diamond_add_desc: "The amount of @diamond! $diamond$ produced by buildings" + modifier_building_output_diamond_mult: "Building @diamond! $diamond$ output" + modifier_building_output_diamond_mult_desc: "A bonus or penalty to the amount of @diamond! $diamond$ produced by buildings" + trade_route_export_lens_option_diamond_tooltip: "Establish a $diamond$ export trade route" + trade_route_import_lens_option_diamond_tooltip: "Establish a $diamond$ import trade route" + modifier_building_input_wheat_add: "@wheat! $wheat$ input per level" + modifier_building_input_wheat_add_desc: "The amount of @wheat! $wheat$ consumed by buildings" + modifier_building_output_wheat_add: "@wheat! wheat output per level" + modifier_building_output_wheat_add_desc: "The amount of @wheat! $wheat$ produced by buildings" + modifier_building_output_wheat_mult: "Building @wheat! $wheat$ output" + modifier_building_output_wheat_mult_desc: "A bonus or penalty to the amount of @wheat! $wheat$ produced by buildings" + trade_route_export_lens_option_wheat_tooltip: "Establish a $wheat$ export trade route" + trade_route_import_lens_option_wheat_tooltip: "Establish a $wheat$ import trade route" + modifier_building_input_beetroot_add: "@beetroot! $beetroot$ input per level" + modifier_building_input_beetroot_add_desc: "The amount of @beetroot! $beetroot$ consumed by buildings" + modifier_building_output_beetroot_add: "@beetroot! beetroot output per level" + modifier_building_output_beetroot_add_desc: "The amount of @beetroot! $beetroot$ produced by buildings" + modifier_building_output_beetroot_mult: "Building @beetroot! $beetroot$ output" + modifier_building_output_beetroot_mult_desc: "A bonus or penalty to the amount of @beetroot! $beetroot$ produced by buildings" + trade_route_export_lens_option_beetroot_tooltip: "Establish a $beetroot$ export trade route" + trade_route_import_lens_option_beetroot_tooltip: "Establish a $beetroot$ import trade route" + modifier_building_input_carrot_add: "@carrot! $carrot$ input per level" + modifier_building_input_carrot_add_desc: "The amount of @carrot! $carrot$ consumed by buildings" + modifier_building_output_carrot_add: "@carrot! carrot output per level" + modifier_building_output_carrot_add_desc: "The amount of @carrot! $carrot$ produced by buildings" + modifier_building_output_carrot_mult: "Building @carrot! $carrot$ output" + modifier_building_output_carrot_mult_desc: "A bonus or penalty to the amount of @carrot! $carrot$ produced by buildings" + trade_route_export_lens_option_carrot_tooltip: "Establish a $carrot$ export trade route" + trade_route_import_lens_option_carrot_tooltip: "Establish a $carrot$ import trade route" + modifier_building_input_potato_add: "@potato! $potato$ input per level" + modifier_building_input_potato_add_desc: "The amount of @potato! $potato$ consumed by buildings" + modifier_building_output_potato_add: "@potato! potato output per level" + modifier_building_output_potato_add_desc: "The amount of @potato! $potato$ produced by buildings" + modifier_building_output_potato_mult: "Building @potato! $potato$ output" + modifier_building_output_potato_mult_desc: "A bonus or penalty to the amount of @potato! $potato$ produced by buildings" + trade_route_export_lens_option_potato_tooltip: "Establish a $potato$ export trade route" + trade_route_import_lens_option_potato_tooltip: "Establish a $potato$ import trade route" + modifier_building_input_pumpkin_add: "@pumpkin! $pumpkin$ input per level" + modifier_building_input_pumpkin_add_desc: "The amount of @pumpkin! $pumpkin$ consumed by buildings" + modifier_building_output_pumpkin_add: "@pumpkin! pumpkin output per level" + modifier_building_output_pumpkin_add_desc: "The amount of @pumpkin! $pumpkin$ produced by buildings" + modifier_building_output_pumpkin_mult: "Building @pumpkin! $pumpkin$ output" + modifier_building_output_pumpkin_mult_desc: "A bonus or penalty to the amount of @pumpkin! $pumpkin$ produced by buildings" + trade_route_export_lens_option_pumpkin_tooltip: "Establish a $pumpkin$ export trade route" + trade_route_import_lens_option_pumpkin_tooltip: "Establish a $pumpkin$ import trade route" + modifier_building_input_melon_add: "@melon! $melon$ input per level" + modifier_building_input_melon_add_desc: "The amount of @melon! $melon$ consumed by buildings" + modifier_building_output_melon_add: "@melon! melon output per level" + modifier_building_output_melon_add_desc: "The amount of @melon! $melon$ produced by buildings" + modifier_building_output_melon_mult: "Building @melon! $melon$ output" + modifier_building_output_melon_mult_desc: "A bonus or penalty to the amount of @melon! $melon$ produced by buildings" + trade_route_export_lens_option_melon_tooltip: "Establish a $melon$ export trade route" + trade_route_import_lens_option_melon_tooltip: "Establish a $melon$ import trade route" + modifier_building_input_cactus_add: "@cactus! $cactus$ input per level" + modifier_building_input_cactus_add_desc: "The amount of @cactus! $cactus$ consumed by buildings" + modifier_building_output_cactus_add: "@cactus! cactus output per level" + modifier_building_output_cactus_add_desc: "The amount of @cactus! $cactus$ produced by buildings" + modifier_building_output_cactus_mult: "Building @cactus! $cactus$ output" + modifier_building_output_cactus_mult_desc: "A bonus or penalty to the amount of @cactus! $cactus$ produced by buildings" + trade_route_export_lens_option_cactus_tooltip: "Establish a $cactus$ export trade route" + trade_route_import_lens_option_cactus_tooltip: "Establish a $cactus$ import trade route" + modifier_building_input_sugar_add: "@sugar! $sugar$ input per level" + modifier_building_input_sugar_add_desc: "The amount of @sugar! $sugar$ consumed by buildings" + modifier_building_output_sugar_add: "@sugar! sugar output per level" + modifier_building_output_sugar_add_desc: "The amount of @sugar! $sugar$ produced by buildings" + modifier_building_output_sugar_mult: "Building @sugar! $sugar$ output" + modifier_building_output_sugar_mult_desc: "A bonus or penalty to the amount of @sugar! $sugar$ produced by buildings" + trade_route_export_lens_option_sugar_tooltip: "Establish a $sugar$ export trade route" + trade_route_import_lens_option_sugar_tooltip: "Establish a $sugar$ import trade route" + modifier_building_input_mushroom_add: "@mushroom! $mushroom$ input per level" + modifier_building_input_mushroom_add_desc: "The amount of @mushroom! $mushroom$ consumed by buildings" + modifier_building_output_mushroom_add: "@mushroom! mushroom output per level" + modifier_building_output_mushroom_add_desc: "The amount of @mushroom! $mushroom$ produced by buildings" + modifier_building_output_mushroom_mult: "Building @mushroom! $mushroom$ output" + modifier_building_output_mushroom_mult_desc: "A bonus or penalty to the amount of @mushroom! $mushroom$ produced by buildings" + trade_route_export_lens_option_mushroom_tooltip: "Establish a $mushroom$ export trade route" + trade_route_import_lens_option_mushroom_tooltip: "Establish a $mushroom$ import trade route" + modifier_building_input_cocoa_bean_add: "@cocoa_bean! $cocoa_bean$ input per level" + modifier_building_input_cocoa_bean_add_desc: "The amount of @cocoa_bean! $cocoa_bean$ consumed by buildings" + modifier_building_output_cocoa_bean_add: "@cocoa_bean! cocoa_bean output per level" + modifier_building_output_cocoa_bean_add_desc: "The amount of @cocoa_bean! $cocoa_bean$ produced by buildings" + modifier_building_output_cocoa_bean_mult: "Building @cocoa_bean! $cocoa_bean$ output" + modifier_building_output_cocoa_bean_mult_desc: "A bonus or penalty to the amount of @cocoa_bean! $cocoa_bean$ produced by buildings" + trade_route_export_lens_option_cocoa_bean_tooltip: "Establish a $cocoa_bean$ export trade route" + trade_route_import_lens_option_cocoa_bean_tooltip: "Establish a $cocoa_bean$ import trade route" + modifier_building_input_experience_bottle_add: "@experience_bottle! $experience_bottle$ input per level" + modifier_building_input_experience_bottle_add_desc: "The amount of @experience_bottle! $experience_bottle$ consumed by buildings" + modifier_building_output_experience_bottle_add: "@experience_bottle! experience_bottle output per level" + modifier_building_output_experience_bottle_add_desc: "The amount of @experience_bottle! $experience_bottle$ produced by buildings" + modifier_building_output_experience_bottle_mult: "Building @experience_bottle! $experience_bottle$ output" + modifier_building_output_experience_bottle_mult_desc: "A bonus or penalty to the amount of @experience_bottle! $experience_bottle$ produced by buildings" + trade_route_export_lens_option_experience_bottle_tooltip: "Establish an $experience_bottle$ export trade route" + trade_route_import_lens_option_experience_bottle_tooltip: "Establish an $experience_bottle$ import trade route" + modifier_building_input_tree_sapling_add: "@tree_sapling! $tree_sapling$ input per level" + modifier_building_input_tree_sapling_add_desc: "The amount of @tree_sapling! $tree_sapling$ consumed by buildings" + modifier_building_output_tree_sapling_add: "@tree_sapling! tree_sapling output per level" + modifier_building_output_tree_sapling_add_desc: "The amount of @tree_sapling! $tree_sapling$ produced by buildings" + modifier_building_output_tree_sapling_mult: "Building @tree_sapling! $tree_sapling$ output" + modifier_building_output_tree_sapling_mult_desc: "A bonus or penalty to the amount of @tree_sapling! $tree_sapling$ produced by buildings" + trade_route_export_lens_option_tree_sapling_tooltip: "Establish a $tree_sapling$ export trade route" + trade_route_import_lens_option_tree_sapling_tooltip: "Establish a $tree_sapling$ import trade route" + modifier_building_input_mob_drop_add: "@mob_drop! $mob_drop$ input per level" + modifier_building_input_mob_drop_add_desc: "The amount of @mob_drop! $mob_drop$ consumed by buildings" + modifier_building_output_mob_drop_add: "@mob_drop! mob_drop output per level" + modifier_building_output_mob_drop_add_desc: "The amount of @mob_drop! $mob_drop$ produced by buildings" + modifier_building_output_mob_drop_mult: "Building @mob_drop! $mob_drop$ output" + modifier_building_output_mob_drop_mult_desc: "A bonus or penalty to the amount of @mob_drop! $mob_drop$ produced by buildings" + trade_route_export_lens_option_mob_drop_tooltip: "Establish a $mob_drop$ export trade route" + trade_route_import_lens_option_mob_drop_tooltip: "Establish a $mob_drop$ import trade route" diff --git a/localization/english/civ_pop_types_l_english.yml b/localization/english/civ_pop_types_l_english.yml new file mode 100644 index 00000000..ca1d7a9c --- /dev/null +++ b/localization/english/civ_pop_types_l_english.yml @@ -0,0 +1,15 @@ +l_english: + newfriends: "@newfriends! $newfriends_no_icon$" + newfriends_only_icon: "@newfriends!" + newfriends_no_icon: "Newfriends" + newfriends_desc: "Newfriends are players who are new to the game and may not have much experience or knowledge about it. They are still learning the mechanics and strategies of the game." + + midfriends: "@midfriends! $midfriends_no_icon$" + midfriends_only_icon: "@midfriends!" + midfriends_no_icon: "Midfriends" + midfriends_desc: "Midfriends are players who have some experience with the game and are familiar with its mechanics, but have not been playing for a long time. They may still have a sense of excitement and enthusiasm for the game, and may not be as jaded as more experienced players." + + oldfriends: "@oldfriends! $oldfriends_no_icon$" + oldfriends_only_icon: "Oldfriends" + oldfriends_no_icon: "Oldfriends" + oldfriends_desc: "Oldfriends are players who have a lot of experience with the game and have been playing for several years. They have a deep understanding of the mechanics and strategies of the game, and are also well-versed in the culture and community of the game. They may be jaded and no longer have the same level of excitement or enthusiasm for it as they did when they were newer players." \ No newline at end of file diff --git a/localization/english/civ_religions_l_english.yml b/localization/english/civ_religions_l_english.yml new file mode 100644 index 00000000..3b4d87ff --- /dev/null +++ b/localization/english/civ_religions_l_english.yml @@ -0,0 +1,7 @@ +l_english: + bezism: "Bezist" + rhayatshola: "rha'yatshola" + melonism: "Melonist" + taoism: "Taoism" + non_religious: "Non Religious" + eastern_faith: "Eastern Religious" diff --git a/localization/english/civ_state_traits_l_english.yml b/localization/english/civ_state_traits_l_english.yml new file mode 100644 index 00000000..6e9ed24d --- /dev/null +++ b/localization/english/civ_state_traits_l_english.yml @@ -0,0 +1,16 @@ +l_english: + state_trait_sunflower_plains: "Sunflower Plains Biome" + state_trait_swampland: "Swampland Biome" + state_trait_plains: "Plains Biome" + state_trait_savanna: "Savanna Biome" + state_trait_extreme_hills: "Mountains Biome" + state_trait_desert: "Desert Biome" + state_trait_mesa_plateau: "Mesa Plateau Biome" + state_trait_jungle: "Jungle Biome" + state_trait_forest: "Forest Biome" + state_trait_roofed_forest: "Roofed Forest Biom" + state_trait_mushroom_island: "Mushroom Islands Biome" + state_trait_taiga: "Taiga Biome" + state_trait_snowy_plains: "Snowy Plains Biome" + state_trait_river: "River Biome" + state_trait_ocean: "Ocean Biome" \ No newline at end of file diff --git a/localization/english/civ_states_l_english.yml b/localization/english/civ_states_l_english.yml new file mode 100644 index 00000000..c031f5c1 --- /dev/null +++ b/localization/english/civ_states_l_english.yml @@ -0,0 +1,158 @@ +l_english: + STATE_NIDAROS:0 "Nidaros" + STATE_HYLDOR:0 "Hyldor" + STATE_SNOWPEAK:0 "Snowpeak" + STATE_FLATAGRAS:0 "Flatagras" + STATE_SORLAND:0 "Sørland" + STATE_SIX_COLONIES:0 "Six Colonies" + STATE_OUTLAND:0 "Outland" + STATE_OUTER_NIDAROS:0 "Outer Nidaros" + STATE_TENSEIMIYA:0 "Tenseimiya" + STATE_MORINOYARI:0 "Morinoyari-Vestmark" + STATE_DAISHIREIBOU:0 "Daishireibou" + STATE_MUMEITA:0 "Mumeita" + STATE_NUMBERS_LAWN:0 "Number's Lawn" + STATE_AMATERASU_SHORES:0 "Amaterasu Shores" + STATE_YAMATO_KEN:0 "Yamato Ken" + STATE_PORTUCALE:0 "Portucale" + STATE_CIV_PROVENCE:0 "Provence" + STATE_CASCAIS:0 "Cascais" + STATE_OLIMPIA:0 "Olimpia" + STATE_ATLAS:0 "Atlas" + STATE_CLASSICALE:0 "Classicale" + STATE_DREAMLAND:0 "Dreamland" + STATE_LUSITAN_PLAINS:0 "Lusitan Plains" + STATE_CIV_ALENTEJO:0 "Alentejo" + STATE_LUSITAN_PLATEAUS:0 "Lusitan Plateaus" + STATE_EBORA:0 "Ebora" + STATE_EAST_LAMBAT_CITY:0 "East Lambat City" + STATE_WEST_LAMBAT_CITY:0 "West Lambat City" + STATE_VALLE_OCCIDENTAL:0 "Valle Occidental" + STATE_CHUNGIA:0 "Chungia" + STATE_BLANCO_STRAIT:0 "Blanco Strait" + STATE_MERCADO_STRAIT:0 "Mercado Strait" + STATE_PAMPANG:0 "Pampang" + STATE_PARFAIT_KAWAYAN:0 "Parfait Kawayan" + STATE_PROVINCE_OF_NEW_DANZILONA:0 "New Danzilona" + STATE_SOPHIA:0 "Sophia" + STATE_MELIA:0 "Melia" + STATE_NEW_SWISSTON:0 "New Swisston" + STATE_SOUTHERN_PROVINCE:0 "Southern Province" + STATE_WEST_DANZILONA:0 "West Danzilona" + STATE_PETERSKOGUR:0 "Peterskogur" + STATE_EASTERN_SHINING_ISLES:0 "Eastern Shining Isles" + STATE_NORTHERN_MERY:0 "mneh'hweh" + STATE_CENTRAL_MERY:0 "mnehmehr" + STATE_SOUTHERN_MERY:0 "mnehdvhweh" + STATE_DREAMLAND_LAKE:0 "Lake of Dreamland" + STATE_MEDI_SEA:0 "Medi Sea" + STATE_STONY_SEA:0 "Stony Sea" + STATE_LYREAN_SEA:0 "Lyrean Sea" + STATE_FAREASTERN_OCEAN:0 "Fareastern Ocean" + STATE_MIDDLE_OCEAN:0 "Middle Ocean" + STATE_SOUTHERN_SEA:0 "Southern Sea" + STATE_LEONA_SEA:0 "Sea of Leona" + STATE_MERIDIEM_SEA:0 "Meridiem Sea" + STATE_NORTHLANDIC_SEA:0 "Northlandic Sea" + STATE_SEA_OF_SNEED:0 "Sea of Sneed" + STATE_LAKE_MICHIGAN:0 "Lake Michigan" + STATE_AZURE_SEA:0 "Azure Sea" + STATE_ERIE_LAKE:0 "Lake Erie" + STATE_IZANAGI_LAKE:0 "Izanagi Lake" + STATE_WOLKEN:0 "Wolken" + STATE_WOLKEN_ISLANDS:0 "Wolken Islands" + STATE_UPPER_MELIA:0 "Upper Melia" + STATE_SOUTH_MELIA:0 "Transylvania" + STATE_YOAHTL_HOMELANDS:0 "Homeland" + STATE_KOBYLINSKI:0 "Kobylinski" + STATE_CZECHIA:0 "Flortl" + STATE_WESTBURY:0 "Westbury" + STATE_EASTBURY:0 "Eastbury" + STATE_YOAHTL_WESTERN_FRONTIER:0 "Western Frontier" + STATE_ALTEPETL:0 "Altepetl" + STATE_SOUTHBURY:0 "Southbury" + STATE_KAXITL:0 "Kaxitl" + STATE_YOAHTL_EASTERN_FRONTIER:0 "Eastern Frontier" + STATE_RESIMERE:0 "Resimere" + STATE_RESIMERIAN_FRONTIER:0 "Resimerian Frontier" + STATE_MINI_YOAHTL:0 "Mini Yoahtl" + STATE_MINI_YOAHTL_FRONTIER:0 "Mini Yoahtl Frontier" + STATE_ROZIA:0 "Roseland" + STATE_KALLOS:0 "Kallos" + STATE_KROVUDENCIA:0 "Krovidencia" + STATE_ARNEN:0 "Arnen" + STATE_ZATOKA:0 "Zatoka" + STATE_FLORENCE:0 "Florence" + STATE_COLUMBIA:0 "Columbia" + STATE_GAZEBO:0 "Gazebo" + STATE_DELEWARE:0 "Deleware" + STATE_KROVIDENCIA:0 "Krovidencia" + STATE_ARCTIC_AND_EAST_TITAN:0 "East Titan" + STATE_MOUNT_AUGUSTA:0 "Mount Augusta" + STATE_SOUTH_MOUNT_AUGUSTA:0 "Augustan Ice Shelf" + STATE_GLATTEIS:0 "Glatteis" + STATE_EAST_MOUNT_AUGUSTA:0 "East Mount Augusta" + STATE_EXCLAVE_MOUNT_AUGUSTA:0 "Mount Augusta Exclave" + STATE_CALW:0 "Calw" + STATE_CAWL_EXCLAVE:0 "Calw Exclave" + STATE_DOOM_CITY_NORTH:0 "North Doom City" + STATE_DOOM_CITY_SOUTH:0 "South Doom City" + STATE_SYMSTEAD:0 "Symstead" + STATE_ADRINA:0 "Adrina" + STATE_ISLES_OF_CUCURBITS:0 "Isles of Cucurbits" + STATE_WYNFORD:0 "Duchy of Wynford" + STATE_LILAC:0 "Duchy of Lilac" + STATE_GRIFFIN_CROWNLANDS:0 "Griffin Crownlands" + STATE_PAVIA_PROPER:0 "City of Pavia" + STATE_BEDFORD:0 "Duchy of Bedford" + STATE_GREATER_PAVIA:0 "Pavia Interior" + STATE_PAVIA_AULDMARCHE:0 "Auldmarche" + STATE_NORTH_NARA:0 "North Nara" + STATE_CENTRAL_NARA:0 "Central Nara" + STATE_SOUTH_NARA:0 "South Nara" + STATE_QBARRA:0 "Q'Barra" + STATE_ICE_SHELF:0 "Ice Shelf" + STATE_NORTH_HADES_ISLANDS:0 "North Hades Islands" + STATE_WEST_CDM:0 "West Cortesia" + STATE_IMBLOC:0 "Imbloc" + STATE_CONCORD:0 "Concord" + STATE_SOUTH_CDM:0 "South Cortesia" + STATE_SANTIAGO:0 "Santiago" + STATE_CDM_EXCLAVE:0 "Aurelian Exclave" + STATE_CDM_FRONTIER:0 "Aurelian Frontier" + STATE_ESTALIA_1:0 "Estalia 1" + STATE_ESTALIA_2:0 "Estalia 2" + STATE_ESTALIA_3:0 "Estalia 3" + STATE_ESTALIA_4:0 "Estalia 4" + STATE_ESTALIA_5:0 "Estalia 5" + STATE_ESTALIA_6:0 "Estalia 6" + STATE_ESTALIA_7:0 "Estalia 7" + STATE_ESTALIA_8:0 "Estalia 8" + STATE_ESTALIA_9:0 "Estalia 9" + STATE_ESTALIA_10:0 "Estalia 10" + STATE_ESTALIA_11:0 "Estalia 11" + STATE_ESTALIA_12:0 "Estalia 12" + STATE_ESTALIA_13:0 "Estalia 13" + STATE_ESTALIA_14:0 "Estalia 14" + STATE_ESTALIA_15:0 "Estalia 15" + STATE_IRIA_1:0 "Greenville" + STATE_IRIA_2:0 "Royalist Ruins" + STATE_IRIA_3:0 "Xinteng" + STATE_IRIA_4:0 "Wolfeye Jungles" + STATE_IRIA_5:0 "New Dawn Fortress" + STATE_IRIA_6:0 "Trigon Mines" + STATE_IRIA_7:0 "Trigon Flats" + STATE_IRIA_8:0 "Aynor Wetlands" + STATE_IRIA_9:0 "Corum Wilds" + STATE_IRIA_10:0 "Lindor Lakefront" + STATE_IRIA_11:0 "Horizonleap Mountains" + STATE_IRIA_12:0 "Liveless Lowlands" + STATE_IRIA_13:0 "Bog of The Lottosprayer" + STATE_IRIA_14:0 "Heights of The Unknown" + STATE_IRIA_15:0 "Trigon" + STATE_IRIA_16:0 "Strage Wets" + STATE_IRIA_17:0 "Goldflower Plains" + STATE_IRIA_18:0 "Xinteng Mines" + STATE_IRIA_18:0 "Xinteng Mines" + STATE_CDM_FRONTIER_2:0 "East Aurelia" + STATE_MTA_2:0 "South Mount Augusta" \ No newline at end of file diff --git a/localization/english/country_flavor_text_l_english.yml b/localization/english/country_flavor_text_l_english.yml new file mode 100644 index 00000000..31fde7cb --- /dev/null +++ b/localization/english/country_flavor_text_l_english.yml @@ -0,0 +1,3 @@ +l_english: + LUS_FLAVOR_TEXT: "Lusitania is reborn straight from CivClassic 2.0, joined together by its friends in the Medi sea. Starting in a small corner of the world, spread the Lusitan wine and portuguese culture to the rest of the world!" + TRU_FLAVOR_TEXT: "Once known as Imperial Truidence on CivClassic 2.0, the new holy Truidencian Empire strives to make a difference both in the Medi Sea and Kova. Show the world the wonders of Truidencia, For freedom, fatherland and Bez!" \ No newline at end of file diff --git a/localization/english/danzilona_l_english.yml b/localization/english/danzilona_l_english.yml new file mode 100644 index 00000000..be827f56 --- /dev/null +++ b/localization/english/danzilona_l_english.yml @@ -0,0 +1,2 @@ +l_english: + peakman2:0 "peakman2" \ No newline at end of file diff --git a/localization/english/gensokyo_l_english.yml b/localization/english/gensokyo_l_english.yml new file mode 100644 index 00000000..35f53415 --- /dev/null +++ b/localization/english/gensokyo_l_english.yml @@ -0,0 +1,2 @@ +l_english: + Topaz:0 "Topaz" \ No newline at end of file diff --git a/localization/english/iria_l_english.yml b/localization/english/iria_l_english.yml new file mode 100644 index 00000000..c8c05428 --- /dev/null +++ b/localization/english/iria_l_english.yml @@ -0,0 +1,12 @@ +l_english: + wolfeyes: "Wolfeyes" + lottosprayer: "Lottosprayer" + horizonleap: "Horizonleap" + ofunknown: "Ofunknown" + reddevel: "RedDevel" + squareblob: "Squareblob" + bellamorte: "Bellamorte" + ladykat: "LadyKat_00" + retyu: "Retyu" + anon00014: "anon00014" + elementkz: "ElementKZ" \ No newline at end of file diff --git a/localization/english/lambat_l_english.yml b/localization/english/lambat_l_english.yml new file mode 100644 index 00000000..c1c51b9c --- /dev/null +++ b/localization/english/lambat_l_english.yml @@ -0,0 +1,10 @@ +l_english: + Kaprediem: "Kaprediem" + AKJanklin: "AKJanklin" + Orhint: "Orhint" + Aguinaldo: "Aguinaldo" + Magnileve: "Magnileve" + SamBonusG: "SamBonusG" + + + je_bazariskes_question: "The Bazariškės question" \ No newline at end of file diff --git a/localization/english/lusitania_l_english.yml b/localization/english/lusitania_l_english.yml new file mode 100644 index 00000000..b9deb4c6 --- /dev/null +++ b/localization/english/lusitania_l_english.yml @@ -0,0 +1,4 @@ +l_english: + Metriximor:0 "Metriximor" + banyough:0 "banyough" + \ No newline at end of file diff --git a/localization/english/mery_l_english.yml b/localization/english/mery_l_english.yml new file mode 100644 index 00000000..50486853 --- /dev/null +++ b/localization/english/mery_l_english.yml @@ -0,0 +1,21 @@ +l_english: + smal:0 "Smaldra" + redsteel:0 "Roz" + amandacc:0 "Tamanta" + ChocChips:0 "Tshok-Tshihps" + Tshola:0 "Tshola" + Pythius:0 "Pihthyus" + + the_mery_god:0 "the $rhayatshola$ god" + Tawiga:0 "Tawiga" + + krhacharh:0 "krhacharh" + chatalatarh:0 "chatalatarh" + tawirashal:0 "tawirashal" + tsholateht:0 "tsholateht" + dehnehtshihvashal:0 "dehnehtshihvashal" + niyprang:0 "niyprang" + thijorvrilateht:0 "thijorvrilateht" + niratarh:0 "niratarh" + vheulehtarh:0 "vheulehtarh" + tarhkozateht:0 "tarhkozateht" \ No newline at end of file diff --git a/localization/english/truidencia_l_english.yml b/localization/english/truidencia_l_english.yml new file mode 100644 index 00000000..c71b3d2d --- /dev/null +++ b/localization/english/truidencia_l_english.yml @@ -0,0 +1,3 @@ +l_english: + + \ No newline at end of file diff --git a/map_data/adjacencies.csv b/map_data/adjacencies.csv index b9c88e7d..d5204d5a 100644 --- a/map_data/adjacencies.csv +++ b/map_data/adjacencies.csv @@ -1 +1,2 @@ -From;To;Type;Through;start_x;start_y;stop_x;stop_y;adjacency_rule_name;Comment \ No newline at end of file +From;To;Type;Through;start_x;start_y;stop_x;stop_y;adjacency_rule_name;Comment +xAEF7DC;x6BD5DB;sea;-1;4854;1425;4877;1438;;Alenaryth-Eastern Continent diff --git a/map_data/default.map b/map_data/default.map index 73e5839f..95411684 100644 --- a/map_data/default.map +++ b/map_data/default.map @@ -5,6 +5,62 @@ adjacencies = "adjacencies.csv" wrap_x = yes sea_starts = { - x6770A8 x6D719D x6677FB x667CFB x7A84AF x7987B1 x6E8ABB x8583D3 x6D9092 x838CA8 x6697CF x6E98D0 x7EA0BE x9F95C7 x819EDC x7CA3CB x70A6D6 x3AB4FF x6AA8E5 x86A0EE x80A7CB x80AAAF x6CB1D8 x8DA7EF x93A5FD x7AB5BE x78B6C4 x8FACF1 x99B1D9 x78BEDA x96B3F4 x85BDCA x95BBB6 x99B8E1 x80C3D6 xA1B9DD x68D0DE x81CADA x7CC9F9 x92C4F0 x96C6EC xA5C4EE x9ACDDC xA6C7FC xB0C6E5 x81D9CE xAFC8FA xA4CDF6 xACCEDE xB8CDDD xB9CCF8 x92DCEA x8BE5D1 xBCDCF0 x87F9F5 } + x0A400D # Medi sea + x080654 # Stony Sea + x000C4A # Lyrean sea + x082334 # Fareastern ocean + x031D2A # Middle ocean + x002F2A # Southern sea + x035003 # Leona sea + x02092D # Meridiem sea + x123C0F # Northlandic ocean + x003A17 # Sea of sneed + x074E0E # Lake Michigan + x4C0C05 # Azure sea +} + lakes = { + x440610 # Dreamland lake + x1F010B # Lake erie + x0A0250 # Izanagi Lake + xF0F8C2 # Lake Lamao + x012054 # Lake Melvin + x0D3600 # Achelous Lake + x7BB9FB # Yoahtl Lake + x034414 # Biwa Lake + x352107 # Topher Lake + x0C4903 # Lindor Lake + # Out of bounds + x02063F + x170635 + x05332A + x133400 + x171C12 + x1F182B + x2B0A1E + x080F4C + x0C1D38 + x330402 + x43030F + x060057 + x0D0824 + x2E190F + x1C3E02 + x0C1909 + x16120D + x080E4D + x0A1207 + x301011 + x13251C + x1A1023 + x322809 + x2E250E + x112514 + x0B2D2A + x11231A + x230C04 + x010B45 + x109766 + x26042E + x3E0109 } diff --git a/map_data/heightmap.heightmap b/map_data/heightmap.heightmap index 4d2051ff..66bdf707 100644 --- a/map_data/heightmap.heightmap +++ b/map_data/heightmap.heightmap @@ -3,6 +3,6 @@ indirection_file="map_data/indirection_heightmap.png" original_heightmap_size={ 16384 7232 } tile_size=129 should_wrap_x=no -level_offsets={ { 0 0 } { 0 516 } { 0 516 } { 0 516 } { 0 516 } } +level_offsets={ { 0 0 } { 0 5998 } { 0 7135 } { 0 7217 } { 0 7234 } } max_compress_level=4 -empty_tile_offset={ 153 45 } +empty_tile_offset={ 85 16 } diff --git a/map_data/heightmap.png b/map_data/heightmap.png index d65b753e..c8a6898a 100644 Binary files a/map_data/heightmap.png and b/map_data/heightmap.png differ diff --git a/map_data/indirection_heightmap.png b/map_data/indirection_heightmap.png index d542c703..158358d8 100644 Binary files a/map_data/indirection_heightmap.png and b/map_data/indirection_heightmap.png differ diff --git a/map_data/nodes.dat b/map_data/nodes.dat index 6a6c06b6..56047986 100644 Binary files a/map_data/nodes.dat and b/map_data/nodes.dat differ diff --git a/map_data/packed_heightmap.png b/map_data/packed_heightmap.png index 1e445e11..f99448c1 100644 Binary files a/map_data/packed_heightmap.png and b/map_data/packed_heightmap.png differ diff --git a/map_data/province_terrains.txt b/map_data/province_terrains.txt index 30353fae..7f4a3334 100644 --- a/map_data/province_terrains.txt +++ b/map_data/province_terrains.txt @@ -1 +1 @@ -#This is a generated file, do not modify unless you know what you are doing! \ No newline at end of file +#This is a generated file, do not modify unless you know what you are doing! \ No newline at end of file diff --git a/map_data/provinces.png b/map_data/provinces.png index c022ca42..40f76385 100644 Binary files a/map_data/provinces.png and b/map_data/provinces.png differ diff --git a/map_data/rivers.png b/map_data/rivers.png index 935b3698..bceb2e66 100644 Binary files a/map_data/rivers.png and b/map_data/rivers.png differ diff --git a/map_data/state_regions/00_example.txt b/map_data/state_regions/00_example.txt deleted file mode 100644 index a21ae986..00000000 --- a/map_data/state_regions/00_example.txt +++ /dev/null @@ -1,8 +0,0 @@ -STATE_EXAMPLE = { - id = 1 - provinces = { "xD08471" "xF36BB8" "xE7F593" "x6ABE6A" } - capped_resources = { - bg_tree_farming = 10 - bg_mine = 20 - } -} diff --git a/map_data/state_regions/00_states.txt b/map_data/state_regions/00_states.txt new file mode 100644 index 00000000..b512f664 --- /dev/null +++ b/map_data/state_regions/00_states.txt @@ -0,0 +1,1661 @@ +STATE_NIDAROS = { + id = 1 + provinces = { x23E1F9 x46F3E0 x81ED95 x8AC4D9 x8CE7B9 xA5CDBD xAACF9A xADF079 xAFA2C8 xB7A0E2 xBB73F1 xBBCDC2 xC5D67A xCAEE5C xD2A3EE xD3D7DD xD7B1A0 xD892D6 xDEC6C2 xEB6AF2 xF11FEC xF48C9A xF8EDCF xFCCCFA xFD55E0 } + capped_resources = { + bg_sand_pit = 5 + } + port = xD7B1A0 + city = x8CE7B9 + naval_exit_id = 3001 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_HYLDOR = { + id = 2 + provinces = { x33E4F5 x37E0FA x45ECCD x68F6A4 x73EC9B x92CDA4 x9E7AF9 xA5BED0 xABE88E xB5D9E0 xC1D3C4 xC3D374 xC4A0E4 xD1FB6A xD2EE85 xD7F6B3 xDA8DB1 xDDA4D6 xDDD15E xDDF281 xE5A5C6 xEB95B9 xEDCABC xF1E935 xF7AAA4 xF7D660 xFCEC66 } + capped_resources = { + bg_sand_pit = 5 + } + port = xC4A0E4 + city = xABE88E + naval_exit_id = 3001 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_SNOWPEAK = { + id = 4 + provinces = { xA655FA xADFAA2 xAF6FDA xBEFAE4 xD38AF6 xD3CB6D xD864FE xE282DF xF58CF3 } + capped_resources = { + bg_sand_pit = 5 + } + city = xD864FE + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_FLATAGRAS = { + id = 5 + provinces = { x31ECF9 x50E6CC x6BE9CF x72E8B1 x74B1F2 x77AAD5 x7AD3F7 x7EC8AF x89A3D9 x9679EA x9ADA99 xA0B6FE xADF470 xAED9AA xB281FE xB7B6C0 xBC87DE xBC97C9 xBEDB5C xD399DB xDE66F9 xDFA2B2 xE1E4D9 xE349D8 xE8868E xECD584 xECF8E0 xEDFB10 xEECB76 xF0D4EE xF3F75E xF75AFA xF763F0 xF934E8 xF999C5 xFAC5CB xFBEAB7 } + capped_resources = { + bg_sand_pit = 5 + } + port = x9679EA + city = xFBEAB7 + naval_exit_id = 3001 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_extreme_hills" } +} + + +STATE_SORLAND = { + id = 6 + provinces = { x28F7F7 x46DFE8 x4FFCCB x5DF6F4 x5FF8A1 x61E8EF x6BE4D3 x6DFBBB x81F8C9 x82DCFA x84A0EF x8CBBDF x8CD0EF x8EB8F2 x8EEBF8 x94E0C5 x987AE5 x9A7FE2 x9DDBEF x9EA8C4 x9FF39E xA1B9F7 xAAED8A xADA3A6 xAE82D2 xB0AEB9 xB3CEFA xB6D4CC xB9D084 xBD56F5 xBEABDB xC180DB xC2D56C xC3D66D xC9F360 xCDE4DF xCDFEA3 xCED968 xCEEEF9 xD0DE60 xD15DD6 xD1B2C4 xD643DD xD6A9E7 xD76FE0 xD8E5E2 xDCA2CD xDDF32A xDF7FAA xE29FE6 xE2A1DA xE2F484 xE3D6D2 xE46EDE xE9C6FE xEABFD8 xEAF323 xEEDA9B xEFF1B8 xF149BB xF1B4C8 xF26EA9 xF2BD9B xF435E0 xF66DDD xF7D4E2 xFA41C5 xFBCDFB xFC8AED } + capped_resources = { + bg_sand_pit = 5 + } + city = x9FF39E + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_SIX_COLONIES = { + id = 7 + provinces = { x3FE2DC x60E9CD x6BE1C5 x77E8D0 x8D8EFA x9CAEC6 xA8EEF9 xB0DDF8 xB8B88E xBCF1FD xC093AE xC19DCD xC1F2EB xC4B8FD xCC3DEC xCE8EC1 xD1C95B xD5C4A9 xD6A979 xD6BFE2 xD79AD4 xD8CFE8 xDB9891 xDEACD0 xE05DC9 xE075D1 xE5DE3C xE77EBF xE855E9 xE8F54F xF647E4 xF96CE5 xF99F74 xFBC74D } + capped_resources = { + bg_sand_pit = 5 + } + port = xE8F54F + city = xE855E9 + naval_exit_id = 3001 + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_OUTLAND = { + id = 25 + provinces = { x4AE5F5 x54D3EE x7EF1F0 x81C4D9 x83B1EF x84D9CD xA5E4A2 xA697C0 xAF7FC9 xB4D7BF xB6CACD xBFEBF7 xC2B6A5 xCEB5C9 xDB56FC xE851E5 xEBDDF9 xF7B5AB xF9E883 xFEB9F2 } + capped_resources = { + bg_sand_pit = 5 + } + city = xE851E5 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_extreme_hills" } +} + + +STATE_OUTER_NIDAROS = { + id = 26 + provinces = { x68D1C7 x71E4C2 x8872FD x98B6B1 xA089D3 xB2F2BD xBDDFB5 xD0F83E xD658D3 xDFAAEB xEA3ED6 xFAA19B xFCBA82 xFE95C1 } + capped_resources = { + bg_sand_pit = 5 + } + port = xD658D3 + city = xB2F2BD + naval_exit_id = 3001 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_TENSEIMIYA = { + id = 8 + provinces = { x42E3D2 x4DAEFA x5FF8E9 x67F9CC x6BCEC7 x6FC3E1 x6FC7DC x72EDF9 x75BCFC x76C4E0 x7BFAB4 x7FE9C9 x87C5DA x89D9C7 x91D2FD x99BFB8 x9BEBC4 x9CB8C6 xA791C8 xA8D297 xAFBEB7 xB8E6CF xB8EAEF xBDFEC3 xBEBDC8 xCA7BE5 xCC9EC8 xCCD2DD xD1E173 xD2ABA9 xD3CF99 xD660F7 xDBC5B6 xDDEAA3 xDF7CD0 xE2A5C6 xE3B2C2 xE86FC7 xE87DA0 xEDC257 xEF76E2 xF0D236 xF4F88B xF5F611 xFB73E4 } + capped_resources = { + bg_sand_pit = 5 + } + city = xA791C8 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_MORINOYARI = { + id = 9 + provinces = { x50B8FB x65D1D7 x6DFBB4 x89EEC4 xA7E5CB xAB99F3 xB8D78E xCECE97 xE8A86C xE9D185 xEB90DD xEEA985 xF1F3E3 xF3FA57 xF69FBF xF8D6A1 xF8F218 xFA43F5 } + capped_resources = { + bg_sand_pit = 5 + } + city = x50B8FB + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_DAISHIREIBOU = { + id = 10 + provinces = { x28EEEA x2AD7F4 x41D7EA x51FEF6 x56FAC7 x69AFF8 x6FC2DC x71CDC2 x73DECB x73FCA5 x74EDA8 x78ABD3 x8BD1F2 x8FE1E8 x91EE98 x98D3BA x9CCFBB xA0AACD xA0BAED xA395CF xA6F958 xBAC2F8 xBBD0F5 xBFB89D xC1E0ED xC259F3 xC2F64F xC4A4E5 xC6E1DE xC9D5F6 xCA4AEB xCCE1CC xCCF99F xCDB7D2 xCDF98F xCEB982 xCF74D5 xCFAFBB xD0DE6E xD174B5 xD198F3 xD1BCDE xD36FE8 xD69097 xD8D5B8 xD98E9B xDBB8E2 xDCB7CF xE2B5C4 xE550D8 xE6F917 xE78A8B xE7EECD xEAA7C3 xEB32F3 xEB7FF9 xEEAD94 xF1A493 xF1DCB0 xF362E8 xF4C27A xF5C3D2 xF5CB40 xF8FC8D xF9A5F7 xFABCE8 xFAE88C xFC9F9A xFE6BC3 xFE70B0 } + capped_resources = { + bg_sand_pit = 5 + } + city = x91EE98 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_MUMEITA = { + id = 11 + provinces = { x00FDFC x3FBAFC x44EAF4 x44EEED x4EBCED x4FC2EE x59E0D3 x5BCBD1 x5DEAC8 x62AEFA x66EAB9 x67FAF4 x69B2F7 x70E8E4 x76C0FD x7FDEE7 x7FE09A x7FE4D7 x7FF885 x80CAF1 x82A9CD x85F87D x8673FD x86B8E5 x8CFAE9 x8DFA9C x8FD3FB x9092D5 x94F6AE x9580F7 x95E8D9 x97D4EE x9CDAE6 x9FB1BF x9FE4ED xA0A1CB xA0ADC0 xA5A4F6 xA6F5DF xA7A2FA xA973EA xA988D0 xAAFAED xAB90D2 xABFBF8 xADADBF xB0B9A6 xB175D8 xB191C3 xB19BD5 xB1E9C4 xB7E588 xB9CC9D xBAEFC6 xBB6DEA xBDA399 xBDD19C xBE90D6 xBE92D2 xBFED86 xC0F17A xC1DFAD xC1E363 xC1F34D xC396A6 xC3FA97 xC4F441 xC5F1B8 xC7B59C xC7BAA5 xC7E7EE xC7FAC7 xC8E7CE xC971F6 xC9BBED xCAEF75 xCB64D6 xCB66DB xCDB4C9 xCE88BC xCFA1F1 xCFAD89 xD1E4CF xD1EDBB xD23DE8 xD256FA xD2A4CA xD4F891 xD734F9 xD768E3 xD864EF xD89FD2 xDBBAA3 xDC6DB0 xDCD1D5 xDCFA64 xDE73D0 xDEC2EF xDFC0E7 xE083C9 xE0D291 xE1A7F0 xE298DF xE2F4E4 xE346F2 xE3B8A4 xE6C88A xE6EAE4 xEA31DF xEA5BD7 xEB15F7 xEDB160 xEDE750 xEEC68D xEF709C xF098B3 xF267F5 xF271F4 xF287E2 xF336CC xF4A585 xF4B5CA xF5C89D xF6B7E0 xF6ED5C xF6F2C1 xF86CBD xFA23FA xFAC3F7 xFB9C7D xFCB45F xFCC9F8 } + capped_resources = { + bg_sand_pit = 5 + } + city = x7FE09A + arable_resources = { "bg_beetroot_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_snowy_plains" } +} + + +STATE_NUMBERS_LAWN = { + id = 12 + provinces = { x41D6F1 x43E5F3 x51CEE6 x79C9B5 x81C1E2 x8686FA x8AFB80 x9AF6F5 x9BA7C4 x9EB6F2 xA07BFB xA4B8DD xA9CCD3 xB7D0C0 xBD61FE xC6EBAE xC7B8B6 xC8E9C7 xC8F0FE xC9E9FD xCC70E1 xD4C668 xD6CB7C xD7B284 xDB87DE xDD61E2 xE1978C xE33CDC xE341F0 xE359E9 xE99CF9 xF0C1D6 xF1DBB1 xF6CF84 xF7F79D xFD9A99 xFE13E5 xFE679A } + capped_resources = { + bg_sand_pit = 5 + } + port = xB7D0C0 + city = xDB87DE + naval_exit_id = 3001 + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } + traits = { "state_trait_taiga" } +} + + +STATE_AMATERASU_SHORES = { + id = 51 + provinces = { x4FCBDB x9DE7D2 xA0CFF5 xABE8DB xB7F15B xC0B9A9 xC1F9FE xC4EDE8 xC7CCC5 xD4D5B8 xD5D955 xD6A8E1 xECE0DB xF5D28C } + capped_resources = { + bg_sand_pit = 5 + } + naval_exit_id = 3001 + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_forest" } +} + + +STATE_YAMATO_KEN = { + id = 45 + provinces = { x3FC9ED x59EAD5 x699DF8 x8FE0B7 x90D9B2 xB658EC xC49DEC xD772D2 xE0D0CE xE4F374 xE659DA xE680BE xE967F1 xEC64B8 xF2D1B6 xF35BF6 xF4C6FD xF54E84 xF637CC xFD46F3 } + city = xF2D1B6 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_jungle" } +} + + +STATE_PORTUCALE = { + id = 13 + provinces = { x047049 x7FDEA5 x838516 x90CCEF x97C2DD xABBED1 xADCC8C xB06EF7 xB7ABD6 xBE9CC4 xCEDFD8 xD1BDED xD279D1 xD3E158 xD7FC32 xDBEEA0 xDC4BFD xDEFD52 xE4E6C8 xE583BC xF2F389 xF9D963 xFBA660 } + port = xE583BC + city = xB06EF7 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_sunflower_plains" } +} + + +STATE_CIV_PROVENCE = { + id = 14 + provinces = { x5DFCCE x6BD8F8 x91D6CF x9DECDA xC3B989 xD3CC92 xE45EC3 xE6EA84 xE796B9 xF27232 xFA03F9 xFA2CE0 xFAFD93 xFE3FEE } + port = xF27232 + city = xE6EA84 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_sunflower_plains" } +} + + +STATE_CASCAIS = { + id = 15 + provinces = { x4EE3DC x73CCE6 x79D4BA x9AFECE x9DED6E xB4B4BA xBE76EC xC095DF xCDFE95 xCED5A5 xD0E7CC xD2F758 xD4EF58 xD95DFE xD9AC8B xD9F44C xE2F64C xE3B9ED xE4968B xE774BF xEEFD1D xF0FB0F xF2C56C xF951BD xFB9981 xFCBA80 } + port = xE3B9ED + city = xFCBA80 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_forest" } +} + + +STATE_OLIMPIA = { + id = 16 + provinces = { x20FCE3 x5DFAE3 x70DFA7 x8CD5A5 x8FACDE x90C7E0 x96E3E0 x9DE591 xA2D5C5 xAFABF3 xBCB29A xC0D0CC xC36A90 xC793C0 xCAC667 xCCE552 xD0DD57 xD4EAD8 xD7F867 xDA66BE xDACCB1 xDC32F9 xDF72B5 xE4F15E xEFE35B xF5999E xF6B7A3 xFCD4F7 } + port = xDA66BE + city = xBCB29A + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_forest" } +} + + +STATE_ATLAS = { + id = 17 + provinces = { x047048 x30D7F1 x6CB1EA x88C5DE x8BD3DC x8CDAB2 x9CBFB8 xA0DFF6 xB9F2C7 xBAFA7A xCE999F xD2F9A9 xD3C3D3 xD4C989 xD844E3 xDE93C0 xDF88A7 xDFDCB2 xE59BAF xE64EF7 xEDA9BD xF3A5AD xF5C96C xF7B795 xF8A08D xFCA961 xFD57ED } + port = xE59BAF + city = xA0DFF6 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 80 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_cactus_farms" "bg_tree_farming" } + traits = { "state_trait_desert" } +} + + +STATE_AZORES = { + id = 18 + provinces = { x04EE66 x6EBCE9 xDBF15F } + port = xDBF15F + city = xDBF15F + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_CLASSICALE = { + id = 19 + provinces = { x41E6EF x93F3CE xAEE28B xB5F283 xB6FECC xB8BFDA xBEE7F9 xD6C49B xDCD0A5 xDE82B6 xDE8A9D xE1C4B6 xF07697 xF2EDBB xF2F9EB xF468A9 xFD878B xFE43E5 } + port = xFE43E5 + city = xB8BFDA + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_sunflower_plains" } +} + + +STATE_DREAMLAND = { + id = 20 + provinces = { x3BF0FB x58BBE4 x85A9FE x8BD1AF x8BF29A x9EF7BF xABEC60 xB9CCA6 xBFD86B xC3B77D xC749EE xC8A293 xCBEC57 xEAD5C9 xF55AB5 xF7C982 } + city = xEAD5C9 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_sunflower_plains" } +} + + +STATE_LUSITAN_PLAINS = { + id = 21 + provinces = { x26F3F0 x2D75E7 x5BEBE0 x83BCFD x98B5C7 x9DEDEF xA0F97C xDDFC3B xE4DF7D xE7C4EE xEA99CF xEDBECA xEEDA55 xFA4ACB } + city = xEDBECA + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_sunflower_plains" } +} + + +STATE_CIV_ALENTEJO = { + id = 22 + provinces = { x32D9EA x58EFF4 x5DD1DC x6EE6D7 x78F5E9 x7BC4CD x8FACDF x8FCEC4 x9394D7 x9D6548 xA366F7 xB456F5 xC391C5 xDAB573 xE1B19B xEA909F xEAF818 xF1FD65 xF6E868 xF7E56C xFA77AA xFDF4B6 xFEE35B } + port = xF1FD65 + city = x7BC4CD + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_wheat_farms" "bg_cactus_farms" } + traits = { "state_trait_mesa_plateau" } +} + + +STATE_LUSITAN_PLATEAUS = { + id = 23 + provinces = { x13D0FE x53F9E8 x67D8FD x6CD9E7 x79B3CE x79EAF1 x7AE4E4 x7CD3AC x81E8A9 x8CF5F5 x8CFBCB xB19FCD xB7C4A4 xB8C8EF xBEC5F4 xBEC9EE xC3FB41 xC9C2C7 xCDF4C2 xD36CC3 xD798F1 xD8D2A2 xDDA1E8 xDEDAC0 xE1D0B6 xED78F6 xF29E8B xF660B6 xF7BBDC xF8FD1C xFCD2FE xFE42D7 xFEB379 } + city = xF29E8B + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_sunflower_plains" } +} + + +STATE_EBORA = { + id = 24 + provinces = { x6DF9C3 x96CFC0 xB0E7B2 xCAD6D5 xCFD574 xD1E151 xE398E3 xE4D14F xE870EF xEECCEC xF978EE } + city = xE4D14F + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_wheat_farms" "bg_cactus_farms" } + traits = { "state_trait_mesa_plateau" } +} + + +STATE_EAST_LAMBAT_CITY = { + id = 27 + provinces = { x0F014F x13D0FF x56DCE7 x58F8D9 x5EF9BD x66E5AE x695703 x72CDC0 x84EDC1 xD39DAA xD8E24E xE2CCCF xE5A38D xE870F0 xECEA92 xEEC399 xF48ED5 xF897F9 xF8BAAE } + city = xF48ED5 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_forest" } +} + + +STATE_WEST_LAMBAT_CITY = { + id = 28 + provinces = { x04704A x21B44C x2F1208 x49D9DF x63EDFE x83D4A3 x8FACE0 xAAD7F5 xBBB5AB xCAAEE9 xCABFBF xCAE358 xD3B9E5 xD8A488 xDBB0D7 xDCE1D2 xDEA084 xE03AFC xE7BDB0 xECADF6 xEEE9CF xF41415 xF4EC34 xF89DEA xFABA47 xFACE99 xFBD327 xFEE84E } + port = xE7BDB0 + city = xFABA47 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_VALLE_OCCIDENTAL = { + id = 29 + provinces = { x0AEF0B x47F9FB x53FEE0 x563EC7 x64E5C9 x64FDF1 x73DDF1 x7BF293 x81B8EB x88D4DA x90D8E5 x90E790 x93D5C4 x9E8EFC x9F6CEE xA2FA94 xA8F861 xAA7DDC xB0F353 xB16EDD xB17DC8 xB195B0 xB3AEE5 xB3EAB3 xB5EFD4 xB692D4 xB6F54E xBC64F1 xBDF273 xC1B0F4 xC6BEED xC799D8 xCD9A9B xCFE2E9 xD3AD76 xD3EAD2 xD4AAFA xD7B994 xD85CE1 xD9BCC6 xDFCDE9 xE0F19E xE1E99E xE3DA61 xE4F420 xE877E2 xEC3CD7 xEDCAC9 xEF97B0 xEFA790 xF696FC xF89ED6 xF8D4D2 xFADCFC xFCEE84 xFD57EE xFDBB96 xFEA45B } + port = xA2FA94 + city = xB195B0 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_CHUNGIA = { + id = 30 + provinces = { x115B10 x33E2F0 x55F1B4 x5AE6BE x66ACF4 x84F69A x85D2E2 x93D5C3 xA08BF2 xA5C2E6 xA679E4 xA7BA96 xA7E4BA xAAC2AC xAEEEC8 xB095CD xB0FAE4 xB2BD8A xB2EF92 xB6C3D1 xBDEB66 xBEE0B1 xC7E889 xCBCF8A xCD9A9A xD077E6 xD1EE85 xD282BC xD4C8DA xD9B5CC xDB95C9 xDFDECD xE0F19F xE256E4 xE28D89 xE6BCAF xE7E52E xE9F920 xE9F933 xEA9690 xECE0AB xEEA094 xF4EF4B xF6D848 xF7EBFE } + port = xB2BD8A + city = xE256E4 + naval_exit_id = 3003 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_BLANCO_STRAIT = { + id = 31 + provinces = { x4DF0D3 x66EAB3 x6CE5D3 x808CF4 x81C8E9 x8AD3CE x8CF5A9 x91F1A1 xA29DC9 xB34272 xB3DF88 xB871D5 xB8DDC4 xC28FC7 xCB6FF4 xCFB8CE xD88BC8 xDCB3E4 xDDC0EE xE48EE7 xEA16F7 xEA79A8 xEAA1E5 xF2D18F xF572AE xF6BB87 xF886B2 xFBDDFE xFEE27E } + port = xEA16F7 + city = xC28FC7 + naval_exit_id = 3002 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_MERCADO_STRAIT = { + id = 32 + provinces = { x5CA9F2 x63CFD7 x73ABDC x73FE88 x7CD0F2 x898BEB x90E4A8 x9BEDC1 x9C9CF0 xADA3F1 xB08EFA xB8F7F6 xC284B6 xC7FB9B xD3CFE9 xD5BBBC xDCE8AB xE5A881 xE6E861 xEF8D80 xF260E2 xF3CD93 } + port = xB08EFA + city = xDCE8AB + naval_exit_id = 3002 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_jungle" } +} + + +STATE_PAMPANG = { + id = 33 + provinces = { x08F5F9 x0AEF0C x23FEE1 x67B8FD x89FBD7 x94FC84 x9EFC64 xAA9DF7 xB35DFB xB4A2AC xCF88F1 xD229FB xD44BE1 xDD70EC xECCDA5 xF0DC7E xF8CA37 xF9E2F4 xFCC575 } + port = xF0DC7E + city = x23FEE1 + naval_exit_id = 3003 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_PARFAIT_KAWAYAN = { + id = 34 + provinces = { x37DDF1 x48EDD2 x67E6B7 x75D5FC x81D7CE x87BAE5 x8ABDE0 x92A1C2 x97DFD0 x9887F1 x9AE5D1 xA0A9EC xA4F1F0 xA75AF8 xA7C8BE xAAECFB xAFDAA4 xB4EFEF xB885E0 xBA2FDE xBBB0BA xC3BC89 xCDBEEE xD3DE62 xD3F77F xD594AE xD6D4C2 xD7EFDA xD8EAE1 xD8F3E6 xDCE2A4 xDD8BA4 xDF58E3 xE142DA xE492AE xE7B077 xEDEF1F xF07DAD xF0C8AE xF385A6 xF6F591 xFB56C7 xFDC0FD } + port = x81D7CE + city = xAAECFB + naval_exit_id = 3002 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_jungle" } +} + + +STATE_PROVINCE_OF_NEW_DANZILONA = { + id = 35 + provinces = { x3AD8EE x3FCFFB x4DBFEC x58B9F3 x6FCFFE x7DE0AC x7EF3A8 x85ECD3 x8988F5 x8A9BE1 x917FF8 x91B5D6 x93E3BC x95D0E5 x96F0F3 x98A8C6 x9BC6F9 xA2F761 xA7F4C0 xA8D0B3 xBDFAF1 xBEF83F xC762FC xC8F6AD xC8F6B3 xD2E287 xD3FE8F xDAAEC3 xDBFBDE xDD8FED xDEE890 xE0E65E xE64FCF xE7EB98 xE950C6 xE9C473 xE9D1EB xEAF565 xEB9AEC xECE1F0 xECEEC3 xEFE7BE xF063E8 xF277A5 xF28497 xF78BF9 xFBD1DC xFD83C7 } + port = x7DE0AC + city = x58B9F3 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_SOPHIA = { + id = 36 + provinces = { x4EB9F0 x51EED1 x5DFDC0 x74C6BB x81E4CD x88D7BA x88F879 x94FCD3 x9592EC x95D1E8 x9EDFB6 x9EEBDB xA7CA90 xACE480 xB2CA92 xB3EAEF xB8D9EB xBDC0D9 xC4D9EA xC8AE7F xCDF4CE xD7E9B2 xDFBD88 xEF97EB xEFABD0 xF09578 xF9D52D } + city = x96F0F3 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_MELIA = { + id = 37 + provinces = { x30F8FA x49E4E2 x5DD1FE x67EBCC x72B1EC x7FF782 x85C4AD x868DF9 x87B0E9 x9A73EB xA6B9EC xA8C2CC xA8D684 xADF381 xAFB2E0 xB3FD99 xB8A1E7 xB9F94A xBDEDAB xBFE96C xC047EE xC191C7 xC4FAA7 xC7EB9E xCBABEE xCEA3F1 xCEAEF9 xCF59F4 xD0FD8D xD5A4E2 xD5CFCD xD673D4 xD7C46C xDFEDF2 xE0E336 xE2E794 xE8F65D xE8FAC4 xE9A371 xECE3AC xECFD34 xF26CCD xF2A886 xF2D2B5 xF5F52F xF6CC62 xF77B9A xF8C298 xF923DB xF9A3F8 xFB8E84 xFCF567 } + port = xB3FD99 + city = xBDEDAB + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_forest" } +} + + +STATE_UPPER_MELIA = { + id = 76 + provinces = { x62F9FC x6BDFEF x8C8FE6 x99E3EA xA8B0FC xAFEE8F xC4F051 xCDFBE8 xD0C18D xD0D9E3 xE053F8 xE4FCF7 xE7FD3F xEA9EED xF2B9C4 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_NEW_SWISSTON = { + id = 38 + provinces = { x45D7FC x4BC5EA x52F1C1 x5BBFEB x70B8DD x71F0D3 x87DAD1 x96C7E0 xA6D9EB xADF581 xB9DE6B xB9E0C4 xBFBCEA xC1A8F4 xD0AEF1 xD7BCD4 xE079C2 xE4B9C0 xE6B6EB xE9F02C xECBB6E xED3DF6 xEDF839 xF4A6B3 xF664F8 xFEB6E8 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_extreme_hills" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_SOUTHERN_PROVINCE = { + id = 39 + provinces = { x0AFAFD x46D6EF x66D0D7 x75B8D0 x79EECA x7FDEBC x83F97A x8FC3CA x8FD2CF x92CCEA x96D1C2 xC4ACDE xCFE372 xD89AF5 xDCA19A xE372D3 xE7A1AD xE8FEB0 xEB73C3 xF0C6B5 xF472B8 xF6EAE6 xF774E7 xF782ED xFCEF94 xFE80DD } + port = x7FDEBC + city = xF472B8 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_WEST_DANZILONA = { + id = 40 + provinces = { x42EDCE x48FAF3 x5EBFE7 x6AFEC8 x6EAAE3 x759FF9 x81E293 x84DCAB x8BF8DC x8DF393 x929CE0 x93F4F3 x96B0B1 xA2C89E xA3B2D0 xA3D994 xA4A3D1 xACA9E6 xB1CDA2 xB3A0F1 xB871DF xBA73FC xBBD4B2 xBEFC47 xBFAAC8 xBFE2CF xC1BCE9 xC862F1 xC9A3EB xCE4BE6 xCFCFA0 xD3EF64 xDBBFCB xE0A6E0 xE2EE91 xE3B8B3 xE6DF9F xE78FF5 xE932E1 xE959E2 xE9DD68 xEA68BD xEACCAF xEBDE49 xEBE1F2 xEEDD75 xF2DA62 xF2F593 xF481CD xF9F630 xFAD5E5 } + city = xE6DF9F + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_extreme_hills" } +} + + +STATE_PETERSKOGUR = { + id = 41 + provinces = { x21DEFE x2DF7E0 x3AFEEA x4ED7DB x79DF9F x83DBEF xA4EEBD xA672FE xA6A7F6 xA9B4C4 xB4FEB4 xBB76E9 xCCACF6 xCF9DB0 xD5BAA8 xD8A4F1 xDE55F5 xE3D265 xE8DFD0 xEAFAAA xED6BA0 xF6A68C xFDB2FE } + port = xA4EEBD + city = xCCACF6 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_EASTERN_SHINING_ISLES = { + id = 46 + provinces = { x070210 xA1FE59 xB7C583 xC3E5B8 xD193CE xDCBCBB xE8D4F6 xF094E7 xF4ED4A xF69B95 xFEFAFB } + port = xD193CE + city = xF4ED4A + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_SOUTH_MELIA = { + id = 47 + provinces = { x2CE2FE x44F9D9 x5CCFE4 x71B5FB x82B3E7 x95A4FC xA1FCBC xB193C4 xB8F753 xCCC9D9 xD458EE xE1AAB7 xFB9BE0 xFD55C0 } + port = xFB9BE0 + city = x2CE2FE + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_forest" } +} + + +STATE_WOLKEN = { + id = 42 + provinces = { x40F3E0 x53AFFE x54F5BC x66E2B7 x7CD3DB x8DBCEC x95ECF9 x9EA2D9 xA074FB xA197F8 xA4D8AA xA6C4B8 xADFEF3 xAFD17A xBDD9E1 xBDFD9C xC0A594 xC7C4E4 xCCD1CE xD1C5DF xD28FCC xD7D2D2 xD9A89B xDB55D4 xDF57E0 xE1B6CE xE627EA xEC9CD7 xECFBC4 xEE8BEC xF4EE7A xF4F7BE xF5FCF0 xF646E0 xF7D8D8 xFAB189 xFD9B79 xFE79E2 } + port = xBDFD9C + city = x53AFFE + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_WOLKEN_ISLANDS = { + id = 44 + provinces = { x0D0705 x8BD59B xAB78FD xB67DF0 xC0D1BB xC6E554 xC778CB xCCBF6A xEA25F5 xFC82A0 } + port = xC778CB + city = xEA25F5 + naval_exit_id = 3001 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_NORTHERN_MERY = { + id = 48 + provinces = { x28ECEA x3CE5F9 x45DCE9 x68BED7 x6EEDAC x74EFD5 x77E3A8 xAEEA99 xAF9AAC xBECD97 xBEF071 xBEF297 xC395C3 xC899DF xCCDEBA xCEBA6D xD5D670 xD842E9 xDC33EF xDDF0A2 xDE43F1 xDE77A0 xDF67BD xDFFCCB xE5E829 xE9B1C6 xEBAF96 xECD9A9 xF4A6A3 xF4DA63 xF6C8C8 xFBC0CE xFD7CD9 xFEC47D } + port = xC899DF + city = xAF9AAC + naval_exit_id = 3003 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } + traits = { "state_trait_extreme_hills" } +} + + +STATE_CENTRAL_MERY = { + id = 49 + provinces = { x43F0CB x5BC6E4 x5FC3E9 x62E4E3 x65C0F7 x8989F6 x8D90E9 x90D0A0 x9770F1 x9BD8C2 xB199E9 xB1D9B7 xBED5C6 xC7B5C9 xC8A8D9 xC9BF8E xD6A4CE xD9A5C6 xE24DEA xE69BAE xEB80C8 xEDA6BD xF192A6 xF273DD xF4BEB7 xF57391 xF59CD0 } + port = x90D0A0 + city = xEB80C8 + naval_exit_id = 3005 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_plains" } +} + + +STATE_SOUTHERN_MERY = { + id = 50 + provinces = { x59FCE2 x6AFDD6 x76F5AF x77D9BE x7BBFF3 x7EEDF9 x7FC2B4 x8191F6 x89B9C6 x8BF6AE x8FEF98 x929DC8 x94A1EF x989BF9 x99E697 x9D9CC1 xABE7F8 xADD3AA xB3A3AF xC181DB xC46FD7 xCBE7BA xCBFB4F xCFB7A6 xD0FAC2 xE0D082 xE1A199 xE1E1E5 xEA92F3 xEB98CE xED9BBB xEF9ADC xF3F495 xFA7A94 xFCAFEA xFDD589 xFE20D8 } + port = xFE20D8 + capped_resources = { + bg_sand_pit = 5 + } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } + traits = { "state_trait_jungle" } +} + + +STATE_YOAHTL_HOMELANDS = { + id = 52 + provinces = { x75FBFE x80E8B7 xA198BD xC9CCDC xD4D15D xE9DA78 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_KOBYLINSKI = { + id = 53 + provinces = { x38CEFC x7DF092 xAB99F8 xC769C5 xC8B0F9 xD181F0 xD1C2F9 xDE58E3 xE1D293 xE279A0 xE4A4EF xE559D2 xEFB985 xF162BA xF287B5 xF5B287 xF77A9C xF839DD xF8BBB4 xFB57D1 xFCD773 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_CZECHIA = { + id = 54 + provinces = { x36DEF3 x53B7F9 x91DEC7 x9398E1 x96CEF6 x9A87DC xA69AC0 xB791C1 xB8AFE8 xBD89DA xBDB9E8 xC0B7B5 xC36BC8 xC3CF78 xC7B592 xCAECCC xCEFA63 xD2BEEF xDE63C5 xE36AB6 xE66AEB xEC87EC xEECAA5 xF0D7C0 xF760BA xFB51CC xFC54F0 xFE5FB1 xFE9098 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_WESTBURY = { + id = 55 + provinces = { x2D75E8 x4610B5 x4FD2F3 x56FCAD x59EDBA x5C1A10 x60E4D1 x74F6B7 x88FBA4 x8AD4C8 x8BC2D3 x97DD92 x9CF0AA xA4A5B4 xBAABA9 xBBFDBA xBECEFE xC29BA6 xC4D89E xC5D9DD xC6DFEC xC79DB9 xC7C2B0 xCB84E7 xCBD4E8 xCED6D0 xD6F8B8 xDD25F3 xE193FB xE26FDB xE2D8F6 xE480BF xEAE39A xF2ABDE xF8CAD2 xF93AC9 xF995DA xFC3EF3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_savanna" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_EASTBURY = { + id = 56 + provinces = { x0C6172 x3AF5E0 x3DE2FD x65FCA3 x8BE7F0 x98F26D xAFDECF xB87CCA xBCE278 xBED2B6 xC1B4E7 xD6D8A5 xD7C3A3 xDEDD98 xE49BDF xEDCD94 xEF72E2 xEF8534 xF29FD7 xF2E7B0 xF9C244 xF9D439 xFE42D8 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_roofed_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_YOAHTL_WESTERN_FRONTIER = { + id = 57 + provinces = { x3C31A6 x54DFA0 x56F9DB x63B8DB x756466 x83BAD6 x86D5CC x8DCED3 x9AF8A5 x9BFDF3 xA1DA7F xA4B1B1 xA8B8C9 xAEC1CE xAFE16F xAFF56C xC16ACE xC1AADE xC1ADA3 xC1DCE7 xC4E3E8 xC8AAAB xCCD0C4 xCD38F5 xCFF0EC xD3FEBA xD46ACC xE1979E xE574F3 xE7E9B0 xEEB26B xEF77A8 xF062FC xF23DD9 xF2D743 xF3CB4F xF5D332 xFAB6A3 xFAD4D6 xFBD8D6 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ALTEPETL = { + id = 58 + provinces = { x55F4E7 x72D3CF xAAD7F1 xBAAFF5 xBECDC5 xBFC6F3 xDCF928 xE1EFF1 xE1F43A xE534FC xEB88F7 xF0A983 xF5F481 xF7889C } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_SOUTHBURY = { + id = 59 + provinces = { x4FE1EA x6FFB9F x8196ED x85DECF x969CF9 x96EECC xA0DCFC xACE6A5 xADC8B2 xB5D3EF xB8E3CF xB9DE8F xBACA77 xBFC1D6 xC0A0C3 xC2DB8F xCCB89B xCEE473 xCFF7F9 xD6FEA9 xD8F19F xDF91C6 xDFB3BD xE160CE xE2029F xE69DCE xE9CFB1 xEB6CAD xEB9DF9 xF0A493 xF452F8 xFB689B xFCBF57 xFD32F3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_KAXITL = { + id = 60 + provinces = { x08FAF5 x1ADFE0 x2BD9F3 x43F1F1 x64F0AF x73F698 x87E38E x90ADC6 x93B6FE x96EA85 x9E8DCE x9E8DD2 xA7FEC1 xAC91F5 xAFE6A6 xB488D9 xB5E2F3 xB688F6 xBBCEE2 xBEEB81 xBFA2CD xC0FDF6 xC34D0A xC9B9BF xCEB7D9 xD12BFE xD1C171 xD5ABFC xDA919F xE0DCEC xE4AA68 xE4B075 xE8CAB5 xE942DD xEB8992 xECEAFE xEFD7AE xF268D3 xF64BF2 xF9BC5E xF9ECB2 xFA8989 xFC99F1 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_YOAHTL_EASTERN_FRONTIER = { + id = 61 + provinces = { x20DD66 x4BC8EF x818BFA x96C3FC x9BEC92 x9CBEAF xA1B5AE xABA8DE xB7A5FE xBBC0A0 xBBD5EF xBCBAB7 xC1DDD6 xCD516B xD148FC xD277DB xD4D519 xD4E581 xDEF94A xDF7FE9 xDFC48F xE1D2AD xE4E8A1 xEDF6AF xEDF9F9 xF1A3F8 xF5BBBE xF943C5 xFBF1C6 xFDBBC7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_RESIMERE = { + id = 62 + provinces = { x56CDDC x6BF7B6 xAAB9B4 xC9E093 xE03BDD xEABD62 xF4FB92 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_taiga" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } +} + + +STATE_RESIMERIAN_FRONTIER = { + id = 63 + provinces = { x23FBF9 x2AE0FB x4EFBB0 x576CCE x60E0DD x630D77 x6454DD x6E93F7 x77C19D x7A0268 x7FB8C1 x87FDBB x9338E0 x93F3F2 x94C1AD xA4EEB4 xA683F3 xA786CC xA7CCDB xAA89CA xABABDD xB2D8B0 xB6EBD9 xBA91B9 xBBEFF6 xBEC2B8 xBFD89D xC34FF1 xC4A8E9 xC5DCA5 xC7FEC4 xC89DC1 xCAC17C xCAFBD0 xCED4CC xD5E842 xD99BBD xDB83F4 xDBE78B xDCF2FB xDF819F xE0D859 xE2DEF8 xE70997 xE7F449 xEAF5E0 xEF8AAA xF1EAD6 xF2D4BD xF3EBD3 xF461AA xF650DD xF7DFE3 xFBF0E8 xFDE9E7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_taiga" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } +} + + +STATE_MINI_YOAHTL = { + id = 64 + provinces = { x18F4F2 x49D9D7 xC1F0AE xDDD2BA xE6FE5F xEFBD94 xF7C5C8 xFC7DEA } + capped_resources = { + bg_sand_pit = 80 + } + traits = { "state_trait_desert" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_cactus_farms" "bg_tree_farming" } +} + + +STATE_MINI_YOAHTL_FRONTIER = { + id = 65 + provinces = { x6848B1 x6EC4D4 x6EFD96 x7AE5ED x82BDEE x8DEF92 x9687F5 x99E7E2 x9EE885 x9F9CF6 xA31767 xA4EE69 xA6BDC7 xA6E787 xAAD2B5 xAB6A8C xB4E9FB xB96BF5 xB989E0 xC375E5 xC4DD8D xC7E8AC xCE8BF6 xCFEFA6 xCFF657 xD18EBE xD1C2E6 xD24EF8 xD27EA5 xD4B177 xD576B2 xD7D87E xD9DE9F xDCADCB xE0E5AA xE496D4 xE8F4D2 xEA18F1 xEEEBDB xEF55E2 xF1DA86 xF44CC7 xF8FA7C xFBCD47 } + capped_resources = { + bg_sand_pit = 80 + } + traits = { "state_trait_desert" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_cactus_farms" "bg_tree_farming" } +} + + +STATE_ROZIA = { + id = 66 + provinces = { x051A48 x21B44B x3FF2DF x41FAE4 x54E4CF x72E9E2 x79DCAD xA3D3CF xCDABA8 xD1BB7A xDF4CEC xE6AD8D xE944FE xEAE690 xEB89A3 xEBAFBD xF1ADB0 xF41414 } + capped_resources = { + bg_sand_pit = 80 + } + traits = { "state_trait_desert" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_cactus_farms" "bg_tree_farming" } +} + + +STATE_KALLOS = { + id = 67 + provinces = { x33F4E2 x42FAC9 x6FEDED x74A5EE x76ABE1 x7AF2D8 x7CCEF3 x89E4F9 x90E89A x91EB84 x92ACC5 x93E694 x94BAD6 x94EC90 x97F3D8 xA0ECE7 xA3EA8D xA48BD0 xA5E4E9 xA891ED xA9FD71 xACA9C4 xACE26F xBEA3E9 xC172FC xC5B0A0 xC6E8A2 xC89F99 xC9AFA4 xD0CDAF xD240F3 xD8F65E xDA52ED xDBED55 xE23AEC xE568CF xE6C4CB xEFE9D1 xF03FEF xF57DA7 xF6D8EB xF975BD xFECDEE } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_ARNEN = { + id = 68 + provinces = { x69F2FE x6ADED2 x83DECC x95F88E x99EE75 x9BA1C7 xAD77E8 xAEDBCE xB19EA9 xB69CDA xB994F2 xBDB5A5 xC3D2B9 xCBEE64 xCFF9D5 xD2C0B7 xD2DDA4 xD2FC78 xD8FE69 xDB8ACD xDD62E9 xE2E9AE xE5E1D0 xE9CDB6 xEE2BDD xF174BD xF1FB36 xF37EFD xF5B5F7 xFCD05E } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_COLUMBIA = { + id = 69 + provinces = { x39FAD7 x3ED4FE x57C6F5 x58FED2 x67D2CC x6CB6D3 x6DC2F0 x6FFE9C x7AFDE5 x80ABE5 x8FC2FB x8FCCEE x92DC8B x99E5C6 xA2DF84 xABA7D3 xAEF6A6 xAFEDE0 xBACFEE xC0CB72 xC0D0EE xC389D2 xCBA2E5 xCBE7AC xCEF68A xD4D3F4 xD55AF6 xD59CD1 xD6BFBF xD8D7C0 xDB72BA xDDB9BB xEA9479 xEFDD92 xEFE8EA xF09E6B xF3B5BA xF46ECC xF58ECE xF674D3 xF842C4 xF84DF4 xF868B3 xF93AF9 xF9E55F xFB18F9 xFDFB03 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_FLORENCE = { + id = 70 + provinces = { x4CC4E7 x57D7FB x68E8F3 x6BCCF7 x6E9DF5 x70E6EE x81ECDE x8BC7D9 x8FEC7F x94A8C3 xA4BEBB xACBDB2 xB0F1AB xB5E25E xB7EDAB xBAB3A6 xC9EE9F xCB50EF xCCF0F2 xE681DA xE7AC7E xEC92F0 xF1C0F4 xF357DE xF863D2 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_DELEWARE = { + id = 71 + provinces = { x4BFDD3 x89A6F4 x95D1FB xA1D2FA xA4C2CC xA4C4A1 xA7A7D1 xAFED88 xBDB6B5 xBDE8C6 xC0DE9E xC2D8B1 xD9AAB8 xE36FAB xE5FAE8 xEFD537 xEFEFE3 xF1D055 xF2F6D1 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ZATOKA = { + id = 72 + provinces = { x41DCF1 x55E7F4 x73D5DE x7EEBE6 x849FF7 x94F9E7 xA0DBF4 xA692FC xA8E496 xACE6FE xAEF095 xB8B2C8 xBEF4D7 xC4D7EC xC574D3 xC687B6 xC79CEE xCC91CD xCD98A8 xCEB080 xCFBFF1 xD9BEA3 xDC81F7 xE08EE1 xE167E9 xE55DB4 xF4B9D2 xF6BA78 xFA8B98 xFBBE9E xFED0A1 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_GAZEBO = { + id = 73 + provinces = { x66ADEF x85AFD1 x9073FE x93B6F3 x98D68A x99A2DC xA0F968 xBAA0E9 xBEDAB1 xBFB2A4 xC2A5EA xC6ADFD xCBFE3E xCD69E3 xD0ADFA xD574B0 xD8C8F5 xDBD28B xE0D34D xE0DEF2 xE1DBC1 xF292B5 xF335F7 xFBD73C xFC58DA } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_KROVIDENCIA = { + id = 74 + provinces = { x39E1FA x43D4F9 x6BF09E x78F5B7 x89D9D8 x96ADCC x98EBA1 x9AFAB0 x9C9FE1 xA896BF xAAA3B8 xB2C3FA xB596B4 xB7B99C xBBDD63 xBBF781 xC37AD4 xC79DE0 xC976E2 xCCB6A2 xCDC3D7 xD4AD84 xD4DB76 xD68DE7 xDBF6AA xDD85FA xE053F5 xE37EDE xE693EC xE6F152 xEEB28E xF14CFE xF3E221 xF5C755 xFA57D8 xFC8BF4 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_extreme_hills" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_ARCTIC_AND_EAST_TITAN = { + id = 75 + provinces = { x33DAE8 x34FEDF x7CAFEB x7FE9B4 x80A5F9 x86E291 x9AC1A8 xA6CFDA xAAF9AB xADDB7E xBD5FEB xBFEA6B xCCF3C2 xE329FA xECF9F4 xF7EFD6 xFED833 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_taiga" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } +} + + +STATE_MOUNT_AUGUSTA = { + id = 99 + provinces = { x1FEFFE x21EAFC x2BF3DD x2DD6F9 x31CDFE x50F3DE x5DF3B8 x60F0F4 x62C7E9 x63EEF9 x67D2E6 x67F5E2 x6DDCD3 x7BC6FC x7CE1CA x7CE9E3 x8EB8F8 x93BFC5 x94E87C x98E1D2 xA3F7DC xA7FC88 xA8CDD4 xAD9AF0 xB196F6 xB28FC9 xB592D6 xB7D3BD xBA90D6 xBAC5D8 xBAFE73 xBBCEA2 xBDC0A3 xBDC0F7 xBDF9AF xC1EF6A xC5CCAC xC7F34B xC9B6BC xCAF4D0 xCBFB7A xCEE588 xCFE8D2 xD0EA82 xD1A38E xD4889C xD5EC71 xD6B6C1 xDA9BE1 xDAC1E3 xDACCF6 xDE5AFE xDF89CE xE0C6D7 xE0F9F7 xE126F6 xE38BA5 xE4D786 xE4DFEE xE568F0 xE665C2 xE6CEA0 xE6E163 xE763B3 xEABF58 xEAC44D xEAE7EF xEEFCEC xF08CF3 xF0CF9E xF2D09F xF48FE1 xF6EEA5 xF7F5CE xF8A3CF xF8EC53 xF981AA xF9E367 xFA4CF6 xFB8482 xFC7A85 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_SOUTH_MOUNT_AUGUSTA = { + id = 77 + provinces = { x46E6D4 x5EE6DD x5FE7E2 x78F292 x88DEF3 x89FCA0 x8B7EFC x8DF5DA x90E386 x91FA8D x91FAA2 x92E5D5 x93B1F4 x98F9DF x9985D7 x9A9FD0 x9CCEDF xA6E0FE xA89CE0 xAAFBA2 xAFC9C1 xB0E477 xB1DCF4 xB3C4A4 xB3F851 xB5CECB xB7B3B7 xB7DA6D xC075CA xC07AF2 xC25ADE xC48DBC xC7EE8F xCF91B4 xCFDF82 xD6BC9A xDAC3DE xDD67D2 xDEFB22 xE16CAE xE4B489 xE95DF4 xE990B7 xEC4DDA xEC8AD9 xED4DE1 xED8ADF xEDAAAE xEDEF3C xEEC49D xEEE28F xEFA1AF xF06DB0 xF08AF8 xF0B881 xF0BF7B xF4A56D xF50EF3 xF5D9CA xF859A7 xFC97FE } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_extreme_hills" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_GLATTEIS = { + id = 78 + provinces = { x58FCBA x58FDA2 x6DAFF6 x81BFE4 x85D4F0 x89CFB3 x89D89C x8DFEAE x93F17F x94FEC3 x99F08D x9AF38B xABB2ED xB28ADA xBDF5A7 xC0CADA xC0FAA1 xC7D4BE xC7EE5C xCFADA3 xD658FD xD677E3 xDCD2A5 xDDB5AF xDEC68B xDF8294 xEED666 xF0CE5B xF1BAE4 xF6E859 xF99672 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_snowy_plains" } + arable_resources = { "bg_beetroot_farms" "bg_pumpkin_farms" "bg_tree_farming" } +} + + +STATE_EAST_MOUNT_AUGUSTA = { + id = 79 + provinces = { x24F8DC x2DF6EE x37EBEA x53F5AE x6FDCE8 x77D7BD x79E9C0 x7ABFFC x8097F0 x84E5BB x87DFF7 x88E59F x94F9F6 x9AA6C9 x9FDDDC x9FFEBD xA0DCE3 xA3C2AB xA3FBA0 xA7DFF6 xA7E98A xAAC28E xAD8DF9 xADFBB2 xAEF7DC xB0E56F xB2EDF8 xB3D0C2 xBDE4AB xC745EF xCDC6CB xD18FB6 xD3DDC5 xD4FA91 xD9A0AF xDAB597 xE3E268 xE3E9EE xE456C1 xE6D992 xEAAD61 xEBE043 xEBF490 xECE98A xEDFD7A xEE8C8F xEFEBA1 xF0F168 xF279C3 xF2FA78 xF3F379 xF5B3AE xF7A3C8 xFA5EB3 xFACB6D xFADD94 xFD53D6 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_EXCLAVE_MOUNT_AUGUSTA = { + id = 80 + provinces = { x2BF4E5 x43EBF5 x4CDBD8 x6FD3C2 x7CD9BC x82B9E7 x8EB2E4 x93E1F0 x9C7DF9 x9D7ADF xA0F375 xA5E299 xA5F69E xB4E5F2 xB6F4E6 xBAA6D5 xC294E4 xC3C2F2 xC87EEC xC9B1CC xCABDB5 xCCBE79 xCFFB3A xD1E19F xD4A9DA xD781E7 xD7C5A4 xD7D28E xD7E1C5 xDED1E4 xDEF37C xE3B2D9 xE87FE7 xE8C5F1 xEC9EC4 xECC9C5 xF2EA7D xF34FF3 xF5AD6F xF9B984 xF9CB44 xFDF703 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_CALW = { + id = 81 + provinces = { x31DDF3 x40E5F8 x66FDEC x6AD5CD x7FF2B9 x81F0CA x9CD3D4 x9EA0D5 xABDC7D xADFEE0 xBFF19C xC995CD xC9AFE7 xD382FD xD4D469 xDC978F xE09E8B xEAF1A8 xF566C5 xFAB97D xFB36ED xFBADB2 xFD07F5 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_CAWL_EXCLAVE = { + id = 82 + provinces = { x38FEEC x5BD2DE x80DAA1 x8FB4B6 x93C4A8 xA194DA xA563F6 xB2FB9D xB4E8BF xC6ACC5 xC793DA xE085C8 xE9D35F xEEAAF5 xEEDCA2 xF125E6 xF286A4 xF2E35D xF9F31E } + capped_resources = { + bg_sand_pit = 80 + } + traits = { "state_trait_desert" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_cactus_farms" "bg_tree_farming" } +} + + +STATE_DOOM_CITY_NORTH = { + id = 83 + provinces = { x4CFEBD x5CC8ED x67C0FC x6EF7DA x74DAE2 x7C9CE6 x81C5F3 x82AFEF x88CCFB x89DFA9 x8FFAE2 x91A8C2 x91AEF3 x95DDC0 x9D7FF4 xA4C29C xA5F162 xA6F98F xA791E5 xA7DFC3 xA8A5DD xA95CF7 xAABFC5 xB45AFD xB7EAA1 xB8BBF2 xB8BEED xBBE693 xBD96C0 xC263EA xC69F93 xC6DD87 xC6F4E9 xC7DBA8 xC977C0 xCCCCB6 xCEEAF7 xD086D8 xD17AD7 xD283A9 xD4C063 xD5A2D7 xDC6BDD xDC8C93 xDCF694 xE068AD xE0B7B2 xE5FAAC xE7A7C2 xE7D456 xE861B9 xE965F9 xEAE837 xED6BDD xEFF46F xF355BE xF3FC2D xF47DDD xF7CCF9 xF8E4B6 xF9A4E4 xFCD57A xFD24F2 xFD8475 xFE55B7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_DOOM_CITY_SOUTH = { + id = 84 + provinces = { x31F2F2 x34FDD5 x41FAEB x52E9EA x56D7FD x5FC2F6 x61A2F9 x70F6B3 x73BFCC x82A2D2 x8BD9FA x99BBB4 x9C97D8 x9CDBAF xA4A6F5 xA5E7CC xA8FC9E xABC2BE xAD80DE xAE9DDB xB1F7B1 xB3C583 xB4D3E3 xB55FE9 xB57ED0 xBC45FD xC2F5AC xC4F8AD xCA81C1 xCACC6A xCBB0CB xD24FF9 xD3FE9A xD65FE7 xDBB2A3 xDE32E9 xE1F926 xE4DFDB xE9FAEA xED7FE1 xEEF74A xF2D169 xF3C048 xF3ECBA xF53CCB xF75EFE xF8E6BF xFAAFED xFBE8A7 xFD76F0 xFD9FB9 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_SYMSTEAD = { + id = 85 + provinces = { x0EF3F5 x2FD8F2 x55E4E6 x75D3CB x78C1DA x87F7B7 x97E0AA x99CEE3 x9AD9CA xA69ABF xABA5E3 xAEF0F9 xB0C0D1 xB2ABF8 xB6E069 xBDACBB xBEF37F xBFC99B xC5F6C4 xCA72F2 xCB97ED xCDDF4D xD537ED xD6A5DC xD985DA xDA7AB3 xDABD96 xDDE7D6 xDE9F78 xE0F368 xE3AF81 xE3E265 xE3F290 xE4FA3D xE685C6 xE7E48B xEA7DC2 xEAA6E4 xEAF094 xEBC78A xEC7E91 xECC46D xF1897B xF1A8EB xF281BA xF68881 xFDE843 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_snowy_plains" } + arable_resources = { "bg_beetroot_farms" "bg_pumpkin_farms" "bg_tree_farming" } +} + + +STATE_ADRINA = { + id = 86 + provinces = { x60D9C4 x76D5E0 x91D6DB x94C4A2 xA6ACEB xBCBADD xC0E687 xC3EC5E xD1DD78 xDC8BBD xDED9B0 xE2F7F4 xE688E6 xE9F8A4 xFA90BF xFBD792 xFEF7E2 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_ISLES_OF_CUCURBITS = { + id = 87 + provinces = { x43C9F9 x76C2C4 x82ADDF x94D2E4 x9BCFDF xB1A5B5 xBFCDB0 xC0FCC7 xC1FC6A xD674E4 xF8B9A7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_WYNFORD = { + id = 88 + provinces = { x81B2F8 x89B0EB x8FCEFB xA576EE xAFE27D xBAFB88 xD0E0ED xDDC9DC } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_LILAC = { + id = 89 + provinces = { x8AC9D1 x9AA2EC xDB7FEB xE256DE xF98595 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_GRIFFIN_CROWNLANDS = { + id = 90 + provinces = { x60BBE1 x70D5BC x79FE9D x88E48A x92F0C6 x94CAB3 x9B9ACC x9ECEAA xA4D7A9 xAAA3C6 xAAC7C3 xB49FDF xBAB9B8 xC5C4EC xC7DD71 xCCF4C2 xD2D46A xD2ECE1 xD364C8 xD396AB xDFE5F7 xE8BB8D xE9BEDB xED64C6 xEEDFC5 xF49B7E xF5C4AD xF5F47B xF672E2 xFA56AF xFB78D1 xFD69B5 xFD71B9 xFDD7C6 xFE96D0 xFEB5CA } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_PAVIA_PROPER = { + id = 91 + provinces = { x182908 x25EBFE x29DFF2 x4ED3F9 x4EF3C1 x53E4D3 x71DEB3 x76C2DE x78CDCB x95DDB6 x9BEBD6 xA0D1EE xA2C4F0 xA996CD xB1EB9D xB79DF3 xBA97A9 xBBF4A4 xBCF195 xBF97B7 xBFF17B xC247F6 xC27FFD xC4AF91 xC897ED xCA96B0 xCBA5E2 xCD91F9 xCFB39B xCFB4EA xD1C1F2 xD1FC63 xD79491 xD98AC2 xDDE9EA xDDF366 xE27E99 xE7ADDA xE8839A xECB374 xEEC451 xEFE059 xF0B36A xF5E999 xFD91D4 xFDE033 xFEF437 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_BEDFORD = { + id = 92 + provinces = { x69E2E1 x6AFDE4 x7FE3E6 x82C2D6 x8CE7C9 x91C4B9 xB0ED71 xB8EAC4 xBBDB70 xC458E4 xCBC1DB xCE84F0 xCE95D3 xCFDEA3 xD2A9B4 xD5A79A xD7F594 xDB72E9 xDBEFB4 xDEFED4 xE3C7DC xE3EBA2 xE564DF xEC20ED xF7FEB5 xF9F6D3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_GREATER_PAVIA = { + id = 93 + provinces = { x41C6F8 x4DFDBA x5EDEF6 x60D9E5 x63FCE6 x7DD5F9 x84EC92 x90DDA8 x93C2DE x9995CB x9C97FA xA3F3AD xA8E7F2 xA9E7E4 xAEF870 xB3D5F3 xB4F674 xBA8AC8 xBDA0BC xC0FB66 xC2E2BE xC56DE0 xC5AFAE xC5E17B xC96DF9 xD59F91 xD99E83 xDA61FA xDC7DE8 xDE9092 xE1AB6F xE1F5F5 xE7BCFE xE7FC5E xEA6BEC xED98AD xEF82F1 xEFE045 xF0CCCD xF169BF xF2D78B xF4AF6B xF4DDD3 xF4FD5D xF6C47C xF9DDD8 xFACBBF xFAE99A xFB8193 xFBC78A xFD83E4 xFE5FA2 xFE8590 xFECFF7 xFED539 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_PAVIA_AULDMARCHE = { + id = 94 + provinces = { x45CFE3 x6CC5CD x8BF7EF x8FCDC7 x9FC5CF xA8A4EE xB3EBDB xB5F74B xB7E562 xBCDFC4 xBDD2D9 xC191F8 xC29DEB xC4F9DA xC770D2 xC7CF8D xC8C8BB xCDD5B2 xD1EDA1 xD3A3EF xDA4BD3 xDCB88C xE08FA7 xE2D983 xE4A29C xE6A9D4 xE6DEB2 xE6FCB5 xE8C58B xEC73B0 xF0C2EB xF3A796 xF48189 xF6F84F xF7F6EA xF99BA0 xFB9D6B xFBCAAB xFDFAE8 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_NORTH_NARA = { + id = 95 + provinces = { x29F2E6 x4BCCDF x52F6CE x5FFCCD x63C1D9 x64D6D4 x76BBD1 x7CF7F1 x7DF69F x7DF88C x8190E5 x81DFE4 x84F3B7 x86B1D8 x9DECEC xACEA8C xACFBDA xB6ABF7 xC480E8 xC4D397 xC5FC6E xC69798 xC6E9DD xC7B2F3 xC7BDBA xC9B894 xCB94BB xCDEC9E xCF4DF4 xCF5ACF xD3D6F8 xD55EDF xD9C0ED xDBCE5A xDE98E8 xE2DAB6 xE37CBE xE5CAEA xE695C7 xE6F55B xE7F5DF xEA71BF xEBCD47 xECC8C2 xECF434 xEF55E1 xF17CB5 xF5A583 xF76D99 xF7C5F8 xFABBAA xFD37F3 xFDDECD xFDDEE4 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_CENTRAL_NARA = { + id = 96 + provinces = { x31F2D8 x3AEBDB x4AFCF3 x56F8FE x64AEEC x65DDFD x6EE8EA x74DABE x7AE8C5 x7AF6F5 x81B6D5 x84DCE2 x84E9E0 x85CDE6 x8791E4 x88EAF1 x8FAAED x97E3A9 x98F7AB xA2DEDF xA4DE98 xA564EE xA677DE xABD1EA xACB5F2 xB5CE72 xB8B0BC xB8C6D7 xB8FCDE xBACDB2 xBE91C8 xC495BF xC6E7F0 xCDF998 xCE64F7 xCFA2BE xD1FE66 xD2A5D3 xD2B7B8 xD3E3A4 xD5CAE9 xD9E5D7 xDBFB49 xDCE5F5 xDD8D96 xDDC3D4 xDEC280 xE295AC xE2E761 xE2E7FE xE4DAF5 xE6D754 xE8CE5B xE98D89 xE9CAF7 xEEF94E xF1ECD3 xF3FC1F xF4C4F8 xF4E741 xF6F68C xF8C966 xFBD247 xFCA2F2 xFCB688 xFCDED3 xFD65CB xFEA8CC } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_taiga" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_tree_farming" } +} + + +STATE_SOUTH_NARA = { + id = 97 + provinces = { x36F6E0 x3DF2E5 x3FF2F3 x43D5DD x49FEB4 x4AD5F9 x4BEEE3 x52FAAE x53A8FC x54D4E8 x61D5E8 x61FD9F x63FBCA x67C0FB x67DFF6 x68B2F5 x69E1DE x71FEBE x74ECFD x78EFD1 x78FCE6 x8299F8 x84B8F1 x87BAC3 x88E196 x8AD3DF x8EB1B7 x8EEF85 x91CE98 x91F2AF x9278F2 x9297CC x92EF86 x93AFE5 x94FD84 x95C0D5 x9777F0 x99FE81 x9CEED3 x9E7CF2 x9FF268 xA0A9FC xA1C6DC xA295E9 xA382D4 xA385EE xA5A3FB xA5D4A3 xA682F2 xA6AAD4 xA8CAF9 xA8E57F xAEC09A xAEF1C3 xB1DAA6 xB3DCBD xB4BAE1 xB581F8 xB5C887 xB6A5F9 xB7CE86 xB8FE6B xB96AF8 xBEF2F8 xBFB1ED xC0FB79 xC1BDD4 xC1CDDE xC283DE xC2CAF4 xC3A8B5 xC567D4 xC5DF73 xC5F49A xC8C3ED xCBABA8 xCBFE56 xCC67CE xCC73EB xCC93C8 xCD83AD xCFA6A5 xD0DEC9 xD0E04E xD2F7B0 xD391B6 xD3A0BD xD3DC4B xD4D5A4 xD7CAD3 xD8E1CA xD9E256 xDA25FC xDDE733 xDE7FC7 xDEBAD9 xE0A1D4 xE0DA47 xE0F525 xE1CBE1 xE2DF5F xE5A09F xE5A2F6 xE5C094 xE6C8B4 xE73BD7 xE8C5EF xE9EDFC xEAB5C8 xEABDCB xEAC1D2 xEBC4C1 xEC63CA xECA69F xECF7A0 xECFEEB xEFD4A1 xF0C98E xF1E9A8 xF1EE7A xF2BFD3 xF4E7A0 xF681FE xF6DCEF xF7F67A xF854E2 xF87E9A xF8FE23 xFAC7EA xFAD68F xFC9F71 xFCAF71 xFCECD7 xFD44F4 xFDF2B3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_extreme_hills" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_QBARRA = { + id = 98 + provinces = { x52C8E1 x61F0F7 x6AE1E4 x8ABCF6 x91F7D3 x95D6DC x9FD1D6 xA5EDAA xACC391 xB2BEA1 xB6B49F xBDC895 xC4B8DF xC6D091 xD0A5EE xDCFBAA xDE47DC xEA8389 xEB89AD xEEB0C7 xEF77B7 xF0C644 xF1F96C xF5D0C9 xF76CA2 xFB5FBA xFED8F3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ICE_SHELF = { + id = 100 + provinces = { x3CFCCC x4DD6E5 x5AE8EA x5CF7D6 x5DDAE8 x5EF5EE x63C8E5 x6BDEC9 x73DCB4 x73F09D x78E5EF x78F9F2 x7AB9D6 x83F6AA x87EBDC x8ACBBC x8BC3F8 x8EFAB7 x90F0C7 x93F181 x96E0F3 x97DDD1 x99C3CE x99EACA x9BF3BE x9E8AF8 xA08CEC xA1C9F4 xA2C8D8 xA38DFD xA4DDBE xA6C5B1 xA9B5A0 xA9E79B xAAE7A1 xACE096 xACFCA8 xAD71DA xADD37D xAEBDAF xAEDAE2 xB0D08F xB3F279 xB8B4B5 xB8B59B xBFD8F6 xC1FBAB xC1FC89 xC249FB xC2D074 xC3FBAC xC45FE3 xC4DF96 xC5999D xC8E362 xCAD05B xCB70F8 xCDCAE3 xD1EB75 xD2E176 xD4B7BF xD6A97E xD7A3C4 xD7F137 xD86DC4 xD95DD1 xDADA5B xDBC060 xDC97E0 xE0CBBE xE149EF xE17CC9 xE299E6 xE2FE7B xE369AC xE46BE3 xE6A573 xE780EF xE7BD60 xE7DDBF xE7E64C xE8C5E7 xE8F2EE xEAD5A0 xEB6BCA xEB7799 xEC59DF xEDE250 xEDFEE3 xEE71BF xEE97A8 xF18087 xF1E343 xF237EC xF267CA xF2CCDB xF4D1E0 xF6B0A5 xF6F61C xF7ACB8 xF7FC0E xF85AE2 xF8F29F xF946D7 xF9A996 xFAB7B1 xFAE4D8 xFB9495 xFBD433 xFC61F2 xFDCA9F } + capped_resources = { + bg_sand_pit = 5 + } + bg_sand_pit = 5 + traits = { "state_trait_extreme_hills" } + arable_resources = { "bg_beetroot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_NORTH_HADES_ISLANDS = { + id = 101 + provinces = { x6AA7FB x6AFBEE x70F7FC x71EFD0 x778DFC x78D7A6 x7CBEE7 xAF90F3 xB5A1D8 xC0E088 xCACEC1 xD6E7FE xDC6FCE xE9A6F2 xF067EA xF120F1 xF4BE5B xF9D281 xFAF2DF xFBE7E7 xFC929B } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_WEST_CDM = { + id = 102 + provinces = { x70ECEA x8784F8 x96EBC2 x99FC98 x9F8BED xC5E25B xC894B4 xE53CFE xEE51C6 xF1EF60 xFC1EE7 xFDE794 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IMBLOC = { + id = 103 + provinces = { xA8FCF8 xBA9FD1 xC9BDEE xDFB987 xEDFCCA xEF77E4 xF584F0 xFCF137 xFD59C9 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_CONCORD = { + id = 104 + provinces = { x25FEF0 x52F4BE x5BC8F6 x728DFB x76E9D1 x81F696 x93EC99 x94AEF7 x9ABDFC x9CC2C6 x9FC1C9 xA2D8E2 xACA2AA xB2A6F9 xC0A3E0 xC1DFFC xC4DDBE xCC87B7 xD5CD88 xDE85C1 xE1BCAB xE6A788 xE761E4 xEB73D0 xEEF0C6 xF073C8 xF0CAA1 xF48CE5 xF523FE xF953F8 xF99D85 xFDDB60 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_SOUTH_CDM = { + id = 105 + provinces = { x48D3FB x5ACADF x70B9D9 x73B6E3 x7DE3E5 xA1B4FC xA1C98C xA5EDD2 xA9BFF2 xB6A0F8 xBA8EC1 xC3E07C xC468CB xC58DB6 xCA71BB xCDA092 xD16DFA xD987DB xDA53FB xDA9AC1 xDCFA71 xDD76BD xE67FAA xE781C1 xEB7EDF xEFE252 xF058F1 xF1F83E xF257E4 xF2A667 xF398A6 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_SANTIAGO = { + id = 106 + provinces = { x12140D x1BEAF1 x67F8BE x7EDBE0 x8FEA7D x91DEB8 x93EAD5 x96C8CC x96DFD1 x99B5D1 x9EC798 xA9C68C xAFACDA xB1DB8D xB7F5D2 xC1C7EE xC4E56F xC9E0A3 xCD50F7 xD473E9 xD5CEAB xD850F0 xD98DF5 xE3C766 xEB6CA0 xF63FC5 xF6BAE6 xFA6DDC xFAF82C xFC20DE xFCD15A xFEFA13 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_sunflower_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_CDM_EXCLAVE = { + id = 107 + provinces = { x2EFED0 x410914 x5FFDFD x80E7E7 x82F7A6 x93D8AC x96E5F7 xA372E1 xA393DE xADCA9F xC1C0A8 xC4A7F8 xD7EF76 xD9B1C1 xD9BCFA xEAF733 xED917D xF0F234 xF20DF9 xFBAFA6 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_sunflower_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_CDM_FRONTIER = { + id = 108 + provinces = { x2ED9F4 x39E5FE x5AE2FA x6EB2F7 x72F5D9 x74E2BC x83F8B9 x87C7EF x889BE9 x88B9C9 x88F8B6 x8986F2 x8BF499 x92A6E5 x99DDC7 x9BEBCB x9CAFBF x9EED7C x9FD1EE xA3EADF xA5E3F9 xB5DA7A xB9C9FA xBAE8E4 xBB9DB7 xBDEC9E xBED27D xC4F84A xC5A3E2 xC5FEBB xC8A6CF xC9AD9B xCA93AB xCA9F8D xCC58FD xCD82A6 xD431F9 xD4A190 xD74DE6 xD8D5CD xD9C2EB xDEF0D5 xE632E3 xE686E7 xE74ACE xEBBC99 xECFEB6 xEE91AD xEEC4ED xF15BB4 xF1AAB1 xF4B47F xF5A3BE xF6E4C7 xF7E962 xF830F8 xFB7590 xFCE8D8 xFDAACA xFDD3F7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_sunflower_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_1 = { + id = 109 + provinces = { x1CFEF8 x27EDEA x29E1F7 x2EF3F3 x34EAD8 x3BD1EA x3EDDF0 x3EE2FA x40F9CE x51F6F0 x5DEBD4 x5EF4BA x5EFBD0 x61DFD0 x649AFC x68ADFB x68F7A6 x69D0D5 x6AA1EA x6ACBE5 x6BF1E5 x6DCEBD x6EAAF4 x6EBBD1 x6EBFD1 x6FEAD7 x70F6DA x72B0DE x74CBCD x74CEF7 x74F199 x74F590 x7BF1A0 x7CBBD4 x7CF894 x7CFBE5 x7ED0D6 x7EDEBA x7FCDDF x80B9BE x80BCE2 x81F682 x83BCB9 x83F4FC x84F5C7 x87C8B6 x89EDE7 x8AA0E6 x8AF4A9 x8BEDBE x8EBBF2 x90F3AA x92C5EB x92C6C8 x92DDA9 x94DEBB x99DEBA x9B88EC x9DDFA1 xA0E6E5 xA1CCC0 xA1D59B xA4F58D xA5D3A5 xA6C6A6 xA793BE xA7F47D xA7FC57 xA8AAB9 xAB59FB xABA3DC xACDEC4 xADFDFA xAF68E6 xAF80D0 xB1E765 xB1F8DA xB293B3 xB2ACE4 xB4EB81 xB5CC97 xB6E3CB xB9C3B8 xBABCB0 xBB8DFB xBBAEB8 xBBCDF0 xC1D582 xC27CD7 xC2D672 xC3ACC3 xC3EA79 xC4A0BB xC592DB xC6D0C9 xC6FD5A xC7F7DC xC8A8DD xC8DEC3 xC970F7 xC97DE7 xC9B681 xCADED4 xCB47F5 xCBA2E3 xCCCF6B xCE7AB9 xCED278 xCFCCDC xCFE0E7 xD093FC xD1E96E xD371E9 xD3BEA2 xD3CB75 xD64CD7 xD76CC4 xD7ADC8 xD873BA xD8A484 xD994CC xDAD151 xDAEEE2 xDB49EC xDBB1F8 xDD7AD2 xDEEAE2 xE078C3 xE29E9D xE3C8E5 xE3E7B0 xE421F7 xE4ACB0 xE4F81A xE5BDA7 xE6868C xE6ABAD xE6F54D xE6F555 xE7EA56 xE8C2B8 xE8DEF0 xE9A482 xE9FDA5 xEA74E1 xEB95AF xEBA078 xEC71C8 xEC76AA xECD66C xEECB83 xEF66A1 xEFA882 xF021E8 xF090B0 xF197CC xF2E84A xF2F141 xF2F61D xF34BBF xF378F4 xF6F014 xF8DD26 xF8E1E7 xF8E7A3 xF8EF23 xF9B7FD xF9CD91 xF9D93F xFA29E7 xFA55D4 xFAD3ED xFBA0F1 xFCEC69 xFD95DA xFDCFB5 xFE9486 xFEE7D1 xFEF9A1 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_2 = { + id = 110 + provinces = { x0CFCF5 x15EBF5 x31EFD5 x35E1DF x49B8FC x6A98F7 x6FFACC x89E8AA x8BF68C x94FC97 x96F6F4 x979BF6 x9875FB x99ADDA x9CB6A9 x9CD5B5 x9CF0EB xA35AFD xA3D1D6 xA88CE6 xACBECF xAF67F7 xAFFC7F xB0A5B0 xB7DEDE xBAAABB xBDF081 xBE5EF0 xBE75D1 xC2CEEB xC4EEEC xC8D1AF xCD8CDA xCE9FCE xCFB1E0 xD1AA7F xD1B6C0 xD1C65E xD1C8AA xD5C977 xD6C0EB xD783EB xE242E3 xE548D1 xE7BAA6 xE823FA xE99AF3 xEC94A4 xEDC686 xEFD4AF xF142D7 xF2918A xF299A0 xF2C0D4 xF39687 xF3BD4A xF3C6BA xF4BDC1 xF4E37D xF7CDF5 xF9D2B3 xFA6E8E xFACEA7 xFC9B7E } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_mushroom_island" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_mushroom_farms" } +} + + +STATE_ESTALIA_3 = { + id = 111 + provinces = { x44DAE1 x63EDB6 x70F7BC x7BF3C3 x7BF9BF x80F2D8 x85C6B0 x889EE8 x94D2D8 x9AF8CC x9EC5A2 xA997BD xAAF7F9 xB0F1BA xB3CC7F xC0BDDA xC3C59A xC7F78B xD074FC xD0A487 xD371F7 xD6D0C4 xD6E8DE xD9D1CA xDAD7A5 xDC9392 xDCF08D xE3A9DD xE7D6D6 xEA78FE xF5F6AA xF74DF8 xF84AE1 xF9DC29 xFA4FB4 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_savanna" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_4 = { + id = 112 + provinces = { x25EAF0 x2EEBE6 x38D9FE x3AEDE1 x3AF9D5 x3CF9F1 x3FFCFB x40DCED x42EECE x4BEADA x59DFEF x5DC4E3 x61E6B9 x63E7F0 x6DD4F6 x72F4C0 x74BAEF x77C1CE x77E7F8 x7AF79B x7CFEB3 x81A5D5 x85F8F7 x89E2F2 x8ADCBD x90A7CC x95FC6D x96F586 x98B6F2 x9AD698 x9EBBE3 x9ED4C5 xA1BD98 xA2EAC8 xA2EFDA xA4DBA4 xA5B5DD xA5C4B7 xA6D9B0 xA8F8AB xA9A0D2 xA9BEEE xA9C0F9 xA9CACE xAA83CA xAA95F1 xAB6AE9 xABB7F8 xADB8DF xAEB99F xB0EBE3 xB36DDA xB4E1DD xB6A7DF xB6BDAA xB7B0B4 xB8D6C2 xB9FD8A xBCC99B xC0D95D xC0DF71 xC1CC8B xC2FC63 xC5D1C9 xC5D6A8 xC5ED46 xCBC8CF xCCB4F6 xCE93EF xD07DF0 xD0DBD7 xD18BDB xD1CA93 xD297A9 xD2F9E2 xD3A5D8 xD4BCF8 xD6D0F0 xD7DA71 xD7E66F xD862E6 xD997FC xDA93CF xDB5FE7 xDBF99D xDC8F91 xDD21F8 xDEB3A0 xDEC660 xDEEE83 xDF5DF6 xDF87BA xDFB592 xE0A6E2 xE0E8EF xE1E558 xE1FA36 xE2BA79 xE2C8E6 xE2CEE2 xE2DBDD xE3929A xE461EF xE5E15B xE840DD xE858E4 xE8ACBB xEAF7B6 xEB26F0 xEBFD85 xEC8FF8 xEDDEDD xEE9EB9 xEEA870 xEF7AE5 xEFD671 xF09E76 xF193E0 xF25FB5 xF2C0F6 xF3B3B5 xF58BF5 xF5D0DB xF5FCA9 xF747F4 xF749F2 xF751FC xF77BAE xF8B7EF xF96CA6 xF9C7C0 xF9CE36 xFA8C77 xFBF29C xFC31F9 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_mesa_plateau" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_wheat_farms" "bg_cactus_farms" } +} + + +STATE_ESTALIA_5 = { + id = 113 + provinces = { x3AEEFC x40C8F0 x49D8F5 x66D6F2 x6DCAF8 x74E5B0 x75CDFD x94F8FB x95E4AF x9DE2A1 x9EF661 xA0A7B2 xA5CFBF xA5D891 xA7FAFE xAEEA91 xB0DDE7 xB4D48A xB8BB91 xC1CCFA xCB5AD9 xCF65EA xD06BF4 xD0A6BE xD3D379 xDC3FF4 xDC47DA xDFC4DA xDFE96A xE8F5DA xE8F5E3 xE9CDE2 xEA3DF5 xEDD0F3 xF6D44C } + capped_resources = { + bg_sand_pit = 80 + } + traits = { "state_trait_desert" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_cactus_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_6 = { + id = 114 + provinces = { x40F0EB x44E8FC x48F9BB x49DAD2 x56E3F7 x5FAEF6 x5FF4C6 x64F3F5 x72BAD7 x77FEC9 x82FBA5 x84DFF5 x87CEC8 x92C6D5 x95EE92 x98CA94 x98F37F xA180F4 xA3E8F7 xA9C4C6 xAABDC7 xAAEEF3 xACB5CB xACD9D9 xADADDC xAE85E0 xAF76F6 xB298AD xB2E167 xB3E4AB xB5D0B5 xB6E5C2 xB7C09E xC2DAB6 xC577DA xC68DD0 xC6DC53 xC7B3C9 xC9A6C4 xCAF2C0 xCBF861 xCCB0A2 xCE3FEE xCEC392 xCFA58A xD241E9 xD4BFD4 xD6A29C xD6DFDB xDA66B5 xDADD9F xDBE263 xDCAEC8 xDCCDA7 xDE7FED xDED8B9 xE0DFF4 xE1FB56 xE38AE7 xE5EB88 xE73CE6 xE9B961 xE9E638 xEDB6D5 xEE809E xEF4CCC xEFBEF8 xEFDAA1 xF1ED3C xF1F098 xF3E883 xF55ABA xF7E557 xF8DA42 xFA94C0 xFCC5E9 xFDF540 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_savanna" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_7 = { + id = 115 + provinces = { x28F5EF x3FF1D7 x46F9F1 x4AD2F0 x4BC6EC x51F6B1 x57DBD4 x5CF3C8 x62BEE7 x66C4DC x71DCE2 x78F8D0 x7CEAFB x7DF695 x92F1D5 x97F6A9 x99C1CE xA298FA xA4C39E xA8E5E2 xA9D7E4 xACB6C7 xAEA2D6 xAEC1AD xB079DD xB0DAE7 xB1EB6D xB2F18F xB3EEEB xB5A49D xB9AEDC xBCA3CC xBCA9D0 xBCD488 xBE60E5 xBFD0B8 xC0E8FB xC39FD9 xC49CDF xC6B8A3 xC6DCEE xC87AFD xC978FD xCB9FF7 xD0F990 xD2F5A6 xD3EB6F xD5BFDE xD6CB75 xD6E8D1 xD789E1 xD8F5E0 xD9CE94 xD9F386 xDB7BCB xDBE24C xDBF922 xDDC2D7 xDEDA50 xDFDE83 xDFE7F1 xDFFCC1 xE199C6 xE567F9 xE5D055 xE5D666 xE6E469 xE7FC95 xE83BDA xE969A3 xEA8FA3 xEBCAF3 xECA5D2 xEDE4D0 xF060ED xF0EAE4 xF149BD xF230E7 xF286C4 xF2BCC7 xF332E5 xF5ADA9 xF66DC6 xF9D3A7 xFA5EA7 xFAC75E xFBEA87 xFD52DB xFDA6CA xFDB4FC } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_roofed_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_8 = { + id = 116 + provinces = { x2EE1F3 x3BFAEE x4EB0FC x53F3F8 x59CAD6 x6DF9E6 x6EABF8 x70E4B2 x80C0BB x84F089 x86AFCC x8A97D7 x8EA9F2 x94D9DE x99CACC x99F8DD x9DC9A7 xA05FFB xA2A8E4 xA4D97F xA9E5D4 xAACDED xAADED4 xABFAF9 xAFF9FA xB8D495 xBA9FC4 xBCF561 xBF9FBD xC58FE4 xC5E97A xC69DF0 xC8EB55 xC980F6 xCAEE5A xCBC882 xCEECF3 xD1C7A9 xD7D7F9 xDAF640 xDDF2A9 xDEA893 xDEEFEF xDFCE74 xE26FEA xE4CA5D xE5A29D xE8CFF1 xE8DF62 xE8F1D8 xEB29FD xEBA080 xEBC9FC xEE72D9 xEECC4C xF173C7 xF2A68E xF2C7D9 xF2EA59 xF354F4 xF3F931 xF5D6ED xF5E372 xF77D89 xF77E88 xF7ABD5 xF98CD5 xFA8CD8 xFDED60 xFDF538 xFE30D7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_9 = { + id = 117 + provinces = { x43DDF2 x66E6F8 x67C9C5 x6FD8ED x81DE9B x83E5A9 x89C2FA x8A72FC x8AF4FC x90C5C7 x9371F4 x9AE49D x9BA5CD x9E98E2 xA1C2C9 xA3F19C xABE9FE xB1A2DF xB1FB86 xB7BAE1 xBC80DC xBDF292 xBDF2C4 xBF50EA xC0E5D9 xC15FD9 xC2E9CB xC5BCC2 xC683D8 xC9F270 xCABE72 xCAC3BA xCAEB67 xCB5AED xCD63CC xCDEAF7 xCED3E1 xCEE47A xCFA0A9 xD07EE3 xD0CC5D xD0E882 xD2D2FA xD494CF xD498FB xD4E18A xD5E180 xD6A28F xD6ADB3 xD6C886 xD885F7 xD983DF xDCF668 xDECEA4 xDEE24B xDFC975 xE1EDAD xE3CD5B xE49DA9 xE6A9FE xE789F8 xE8EC4F xEAEA4D xED50DB xEEC759 xF17C9C xF19076 xF1BB5C xF1CC55 xF1D8FD xF2F9FB xF47C89 xF4FD89 xF5A6CF xF7F98A xFBAAB3 xFBE2A1 xFD8AB2 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_10 = { + id = 118 + provinces = { x4EE0D0 x5BA6F8 x60C3D6 x64ADEE x65CDCD x6ADDF6 x6BC7CE x6BE4BB x6DEDAA x7EE997 x7FFC8D x8394F1 x85E4C8 x8C83F7 x8CC3B0 x8FBDD3 x93F971 x93FCE0 x94A3DB x9FF899 xA0F762 xA1EAAD xA783EF xA8DCA2 xA995B8 xA9BDEF xB09EE2 xBAC7B1 xBBBA80 xBD54FC xBE99C0 xBEC6C4 xC378E9 xC3BDD8 xC7CABC xC7EEB5 xCAA98D xCCD3CA xCFC264 xD19DC0 xD3DD48 xD4CC61 xD9FCBA xDF6EF3 xE057D5 xE066BF xE0A4A3 xE0D3C6 xE1C8F9 xE36EC1 xE388CE xE38CA6 xE3E760 xE4F0E4 xE66EE2 xE752CB xE9F4F2 xEBBEDC xEE8FF9 xF086D2 xF188BD xF268F1 xF293EC xF2B29E xF4ECA2 xF4FC77 xF725E5 xF981CD xF9F6D5 xFBAED5 xFBAF57 xFEB841 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_11 = { + id = 119 + provinces = { x34F7FE x5BE5F4 x66FAB9 x6CAAE3 x71FEF9 x76AEF0 x77F4A5 x86D59B x99D49E x9FC5B0 xA0D8C0 xA362FA xA5D3B5 xADD8E5 xB1D3A8 xB1DBC3 xB2ECE0 xB6AECA xB9B0CF xBF9AAA xC7FCD0 xCB73C3 xCB8EBE xCCEACA xCEC791 xD0A9D4 xD1A0D2 xD2FEC0 xD3F3EE xD56CC0 xD5FBD0 xD988D0 xD9DAFD xD9EBD9 xDAE36F xDD46D4 xDD66D4 xE07DC5 xE1E93B xE1F962 xE257CA xE288B1 xE2EF62 xE4CED5 xE4F792 xE9BBC4 xEEBBF8 xF2F433 xF4D1BD xF5E27F xF68DC4 xF79DF5 xF7A6D4 xF7BB82 xF8CD62 xFA69A0 xFAB3E0 xFAD632 xFD52D0 xFD57C6 xFDEDC2 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_12 = { + id = 120 + provinces = { x12FAF4 x1BE5FE x3FD7E1 x46F5C1 x66C6DB x7ED7B3 x94B3AE x95EBC4 x9CE5A6 xA193F0 xA2C6E3 xA468FA xA5D3D0 xB075F5 xB2ED73 xB7DD6B xBBE58A xBDBF93 xC0B88D xC0FCFE xC2E8BA xC44DF2 xC488FB xC5B9D5 xCA96E4 xCB91BB xCCBEA7 xCDB28C xCEA3B8 xCF87E9 xD2AF89 xD3FE90 xDB7DEE xDD44F2 xDEFD64 xE0DBA6 xE262ED xE3DC68 xE4AAA6 xE6E0B2 xE976D7 xE99985 xE9C0D5 xF195F7 xF5FD7D xF69870 xF863C5 xF8E81C xF9F7AE xFABB6F xFDD2B7 xFEB5A3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_13 = { + id = 121 + provinces = { x4FF9C4 x51CCE7 x5DF3EC x7F8DF1 x957CFE x9F5EF9 x9FF1A2 xA1F37A xA490C8 xA8A5B5 xAAEA7C xAB9FEC xADDDAF xB4C5E5 xB6A8C1 xCABFF5 xCB69CC xD0DAE9 xD29E8F xD4B77D xD4D7A6 xD6D2D5 xDCA5EC xE253F6 xE49CF0 xE683C0 xE6B271 xE9C765 xEDD9D0 xF2ADAA xF38A90 xF54CC6 xF66EF1 xF9D864 xFBBFE9 xFD6ABF xFDCE9E xFEA1A1 xFEDFA4 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_ESTALIA_14 = { + id = 122 + provinces = { x5ADBEF x6FE9C7 xADD2CE xAE99C8 xAEEF8C xB9EDD4 xD3CEF0 xD79AA8 xDEAAD7 xE186D7 xF3C5EB xF693CB xF8F6F1 xFEB09C } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_mesa_plateau" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_wheat_farms" "bg_cactus_farms" } +} + + +STATE_ESTALIA_15 = { + id = 123 + provinces = { xC2E7BD xC4ABB4 xD97BB9 xE3A5B6 xE7D29C xFDAF72 } + capped_resources = { + bg_sand_pit = 80 + } + traits = { "state_trait_desert" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_cactus_farms" "bg_tree_farming" } +} + + +STATE_IRIA_1 = { + id = 124 + provinces = { x0C033F x41EAD8 x54D1EA x56CED9 x6BD5DB x89CCBE x91E4D4 x94DD88 x95C99B x95DDEE x97E5D4 x98DCEA x9BC6CF x9DB9DB xA1FA6D xA3FDA9 xA4DCB9 xA99BB6 xADEF5C xB0E2FB xB379F1 xBAFE88 xBDA0DE xBDF48E xBEC3A2 xC196D3 xC1B0C0 xC4E6E4 xC89AC9 xCA98B3 xCB93FE xD788A3 xDD56F7 xDD71C5 xE0EA93 xE1CBBB xE4EB95 xE5E661 xE64DD9 xE6F126 xEA86EA xEAE132 xECA07A xEDC851 xEDF812 xF0B8AE xF0E6AE xF32CDC xF482A3 xF5E069 xF979AF xFCA4F4 xFD99F7 xFEB667 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_sunflower_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_2 = { + id = 125 + provinces = { x4EDDCC x61ADED x87EA91 xADD6FE xB4FAC0 xB5D5D9 xB7BBB9 xB978F9 xBF7AEB xC6F3A7 xC8EA63 xCB3EFD xCE7DB9 xD2E774 xD58BBE xDF73D3 xEE80DE xEFBD5A xEFECBF xF150DC xF167BE xF3ADB5 xF8DAE8 xF8DC7B xFB20E3 xFED4B6 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_3 = { + id = 126 + provinces = { x55E7DF x9AAED5 x9EF7CA xA8EEE5 xA989E8 xB6F599 xBFC47B xC6D8FC xC9D8C7 xD197A8 xD6E25A xD8AFA9 xFD1FF3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_4 = { + id = 127 + provinces = { x2DFBF5 x5FD8EF x7EE2B8 x9AD7D5 xA3D9D1 xAAD3D9 xB3EABC xB7FBF9 xB9DB8C xC0F267 xC271D6 xC2AC9A xC374E6 xC4C178 xC7B67B xC97FD6 xCA60D6 xCAE69D xD3ED5D xD4C1E3 xD5D77F xD654DE xD8FDB5 xDCD588 xDEED86 xE7DF44 xE82BE4 xE88BF0 xECC1D2 xED52CA xEEDCA7 xEF9786 xFBF683 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_roofed_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_IRIA_5 = { + id = 128 + provinces = { x4ADBD6 x4CCBFD x6BD3D1 x6EF3F8 x8FE8CF x9F9EDC xA38AF5 xADF46D xB65CFC xC1FB9D xC8E391 xD3AAEF xD4DA51 xD5B96A xD78CAA xD7DBAF xD8FA28 xDE77B0 xDFE9B9 xFB71C3 xFB96E6 xFE89F2 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_roofed_forest" } + arable_resources = { "bg_beetroot_farms" "bg_wheat_farms" "bg_tree_farming" } +} + + +STATE_IRIA_6 = { + id = 129 + provinces = { x77F0A7 x94C5BD xB599CE xCACA84 xD7DFE1 xE4F252 xE781FC xE91DF8 xEAAAE4 xECE4EF xFE1CDD } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_mesa_plateau" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_wheat_farms" "bg_cactus_farms" } +} + + +STATE_IRIA_7 = { + id = 130 + provinces = { x3EEAF2 x65FAF0 x6FA8E5 x79A6E1 xA1C6EC xA4D2AA xAAAFF0 xAE8CF5 xB0E799 xB0FCAE xB7CFE4 xB99AE9 xC4F4AE xC86BC7 xD1DE6F xDCE077 xE27AF4 xE399A3 xE5B6DA xE6D459 xF28AA9 xF8D46F xF994A3 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_savanna" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_8 = { + id = 131 + provinces = { x946AF7 x98D2DC xA4D69D xA4F774 xB08FE8 xB786D6 xCDE48F xCFE897 xE4DD6A xE580FD xEBF86C xF09C86 xF3A5A2 xF763F6 xF7B94E xFAB19E xFCE3DD xFCF1E0 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_9 = { + id = 132 + provinces = { x3BE7DC x3DECD0 x50C7E4 x69F3E8 x70B3F5 x7EAFD1 x8DB7D5 x9394F6 xABFE73 xADBDA1 xAFC1B4 xC1C4DE xC3D984 xC8A9D3 xC9E9FC xCBA998 xCCE99B xD63DE7 xD990C7 xEE85B1 xF1CDD8 xFBE888 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_10 = { + id = 133 + provinces = { x42FCFB x6BDCBC x7FC2BE x93E785 x9FD3CF xAE8BF9 xB4E9F5 xC3D2A3 xCAFEEA xCBEDF4 xCD86D1 xCF84E2 xD8F1B9 xD9C3E6 xDCE33A xE888FE xF1EB71 xF3A976 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_11 = { + id = 134 + provinces = { x927CE8 x9CF4C6 x9FA3C6 x9FE6F9 x9FFA87 xA9C4B5 xAAC2C1 xB6E758 xC1FC39 xC2ECA6 xC5F976 xC789AD xC9C393 xD366EF xD44FE3 xD8D077 xDC9E7F xDEEDCE xE58396 xE832DE } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_12 = { + id = 135 + provinces = { x4ADFFE x51C3EA x56C5FC x64A0F4 x8AE4E1 xC0D9A9 xE26CBC xE345D4 xE36CD9 xF379E9 xFB9C88 xFC6BB9 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_swampland" } + arable_resources = { "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_13 = { + id = 136 + provinces = { x64FAF1 x6BF7C6 x7FFA82 xA09DF5 xA8E490 xB1EBF8 xB2ECF3 xB8A5B9 xC1DC94 xCAA694 xCBC288 xCCCEE2 xD1CE5B xD45CC5 xDDA690 xDE09DA xDFC0BD xE2DB4B xE48AE4 xE9CEB2 xE9D6B0 xF5CE9A xF7F96F xFB9193 xFCCA3A } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_14 = { + id = 137 + provinces = { x2EF5EA x3AF5E1 x40F1ED x4DEEED x4FFBC9 x81FEFC x82F492 x8DC3C2 x8DE498 x8EE992 xA19CE2 xA9CFCE xB47AF2 xB57CF3 xBDFB91 xC9B385 xC9BAA6 xCCC6F7 xD2CA90 xDCE1DA xDEC061 xDFFAB1 xE3B9D3 xE3D24D xE7BFAD xE899D0 xE9F568 xEA5AD6 xEDAAC5 xEDC2CA xF4E064 xF5C5A6 xF8EFAF xFBAE9F xFDAB6D } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_15 = { + id = 138 + provinces = { x43D1E7 x6DA2F3 x7BE9DA x82F5B6 x8F94DF x9DDCFD xA0F9D3 xA6E774 xA7AFCB xB1B295 xB498C0 xB4D3FB xB75DF1 xB7CEAC xBC88B9 xBCFE69 xC497C0 xC6E6CC xC7F2B0 xC9EA92 xCE83D1 xE16DD5 xE3E2AA xE43BDD xE4F0BF xE559BD xE695BA xE876AF xEED1CC xEFF42B xF063D4 xF64AEB xF8C649 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_savanna" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_CDM_FRONTIER_2 = { + id = 139 + provinces = { x45DEE7 x51FAF8 x57CBDF x5FBDF4 x71E9DE x81BFB6 x90A8EB x91DBF6 x929DE0 x96E6C2 x9CB3B6 xA0F4F8 xA1FD78 xA4C6BB xA7D7CA xAEEB9B xB1EE8D xB3C4B8 xB4AEEE xB4EBE4 xB5F658 xBB8EBE xBB9EB1 xC542F6 xC6C1C4 xC9FD66 xCCC6CA xCEF6BA xD48BE1 xD4DA9A xD6A28C xD8B872 xD9CC81 xDD85CD xE29EE9 xE3F860 xE9D2E9 xEBA67E xEDFBF8 xEEF5E5 xF2C7D1 xF350E2 xF4799A xF558C9 xF7B676 xFAE6E0 xFBCD50 xFD98C7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_mesa_plateau" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_wheat_farms" "bg_cactus_farms" } +} + + +STATE_MTA_2 = { + id = 140 + provinces = { x40EADB x56E1F7 x5BEEC6 x5CE5C8 x66DAF8 x7EE4D7 x81D4D8 x8AFEE9 x8BDAF3 x8CF39D x90D3D7 x9393FE x94CC96 x9EBEB6 xA075EE xA1C3F5 xA4D1A3 xA7D8A9 xA999CE xACC2A4 xACD997 xB0E7A6 xB0EDFB xB1BBA0 xB6E2A4 xB7C8BB xBC8CB3 xBCADF1 xC288F5 xC3EB4B xC5B5A2 xD1B1D7 xD8E3E3 xDFA5FD xE6AD9F xECDE31 xED9282 xEEA175 xF5A8B6 xF8897B xFB3CEB xFB3CF1 xFB56D5 xFB98C5 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_plains" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_potato_farms" "bg_pumpkin_farms" "bg_wheat_farms" "bg_melon_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_16 = { + id = 141 + provinces = { x53E9CA x88DAE4 xC0D9BE xFDF6D3 xFEF2C7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_swampland" } + arable_resources = { "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_17 = { + id = 142 + provinces = { x41E0DB x61AAEF x73ABEF x9BE5B1 xA0D9B7 xA984F6 xA9CFCB xACAAEC xB5E8F1 xBBDEAF xC39FB8 xCAD0ED xCBF65B xCE92AB xCFC19B xD0B574 xD9D474 xDFE5BC xE37FA6 xED6ACB xFAD083 xFC7FCF xFD31F6 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + + +STATE_IRIA_18 = { + id = 143 + provinces = { x30F7D6 x37E5F3 x63A9F3 x7FF6E0 x83D3FC x8FF5A7 x9FB5B5 xA666EC xCCF9A7 xD8E0DF xE8FEA7 } + capped_resources = { + bg_sand_pit = 5 + } + traits = { "state_trait_jungle" } + arable_resources = { "bg_beetroot_farms" "bg_carrot_farms" "bg_cocoa_farms" "bg_wheat_farms" "bg_melon_farms" "bg_sugar_cane_farms" "bg_mushroom_farms" "bg_tree_farming" } +} + diff --git a/map_data/state_regions/01_debug_state.txt b/map_data/state_regions/01_debug_state.txt new file mode 100644 index 00000000..37d0ccf8 --- /dev/null +++ b/map_data/state_regions/01_debug_state.txt @@ -0,0 +1,8 @@ +STATE_DEBUG = { + id = 3 + city = x000443 + port = x000451 + naval_exit_id = 3005 + provinces = { x002C37 x011030 x020B01 x021A2D x030726 x03FEF6 x07F9F9 x07FDF6 x08002C x081742 x091146 x09FEF1 x0A0926 x0A4505 x0BF9F7 x0DEBFD x0E1B0F x0F340A x0F4804 x10F1FA x11200A x11260D x120A2A x12EBF8 x130B22 x13F2F7 x13F3F7 x141C15 x14200A x14240D x142724 x15E9F9 x15F1EF x15F2FC x15FAF9 x16F3FC x17F2F6 x17FAFE x180841 x18E8F5 x1A0741 x1AF3FC x1AF4EC x1AFEE3 x1BF7F1 x1CEBFB x1CECED x1CF0F1 x1CF5E4 x1DEAEF x1E2D01 x1EEAEF x1EEFEB x1EF0F2 x1EF4F5 x1EF6EE x1FEDE9 x1FFAF3 x20FCEE x21EBF5 x21F8F9 x21FDD7 x223401 x22E7F2 x22E9F1 x22FAF6 x22FAF7 x23E2FD x23E8FD x23EFF6 x23F1F2 x23FCE4 x243303 x24E2F5 x24F3EE x24F4F1 x253803 x25F1E0 x26E6E9 x26EAEF x26EBF3 x26EEEC x27D1FE x28D4FE x28DFF9 x28F3F4 x28F5F9 x29002C x29EC90 x29F0F1 x29F5E8 x29FBEC x29FCDC x2AD9F8 x2AF0EA x2AFBDA x2BD2F9 x2BD6FB x2BE0F0 x2BE8E2 x2BEEE9 x2BF3EB x2BF9E4 x2CDCFA x2CE6E4 x2CE6EF x2CF3FB x2CF5F3 x2CF9DE x2D2F04 x2DDBF8 x2DE2F5 x2DF5D6 x2DF7D9 x2DFAEF x2ED7FC x2EE7E8 x2EEBFB x2EECF2 x2EEDF6 x2EFDEE x2FD5F5 x2FDAEE x2FF9F1 x30DFED x30E4E1 x30E4E2 x30E6E9 x30FAF2 x31D2F8 x31D6F1 x31E5ED x31F3DD x31F7E7 x31F9F5 x31FBFC x31FCE5 x31FCF7 x31FCFE x31FDEB x320529 x32D5FA x32D6FA x32E2F8 x32E4E5 x32F1D5 x32F1E6 x32FAF7 x32FEEC x33C5FD x33E2E5 x33E5F3 x33E8F9 x33F4DE x33F6E9 x33F7D2 x34E8F0 x34F0E0 x34F4D6 x34F6ED x34F8F4 x34FEDB x35CAF7 x35DEF6 x35ECE9 x35EDE5 x35EEEC x35FDE9 x361318 x36DAF0 x36DBF2 x36DCED x36EDF6 x36FBCB x36FEEA x37D8F0 x37DBFE x37E3F4 x37F1FD x37F2D1 x37F2D2 x37F6FD x37F8EA x37FAF8 x37FBC8 x37FDCF x38140A x38D2F7 x38D7F9 x38DBF3 x38E0E6 x38E4FA x38E6DA x38EFF9 x38F2ED x38FDED x38FDFE x39B540 x39CEFB x39D4F4 x39D7FA x39DAF6 x39DCF6 x39E5F2 x39E6E2 x39E6E5 x39ECD2 x39EDE9 x39EDEB x39EFF6 x39F1F9 x39F2F0 x39F7E7 x39FAC8 x39FCFE x39FDD0 x3AD9F2 x3AE3FB x3AF0F6 x3AF2CB x3AF9DA x3AFCC2 x3BCCEF x3BEDF5 x3BF3DE x3BF4FB x3BF5E3 x3CC4FE x3CCEF3 x3CDBF1 x3CE2D8 x3CE2F1 x3CE8E8 x3CEFCB x3CEFEC x3CF6C9 x3CFCCE x3CFEF2 x3DCFF2 x3DD9ED x3DE7D2 x3DF4D2 x3DFAE3 x3DFDD3 x3EC5F2 x3ED6F5 x3EE3E1 x3EE5E7 x3EE6E5 x3EEFEA x3FD1E6 x3FDCF9 x3FDFEB x3FE5D4 x3FE6FB x3FEDD5 x3FF3F7 x3FF7FC x3FFBDB x3FFEE8 x40D9DC x40E2F5 x40EDDA x40F4DA x40F5CA x40F5CD x40FCDF x40FECC x411D03 x41C3F5 x41D1F2 x41D9F3 x41E2D8 x41E5F2 x41E6DA x41EDEF x41F3DB x41F5F7 x41F5F8 x41F7D4 x41FED2 x420603 x42CEF5 x42D2E4 x42D8F4 x42E0E2 x42E4F9 x42EADE x42F0DE x42F4DD x42F8D5 x42FEC2 x43D0FE x43D3DF x43DBE8 x43EBCC x43EBF4 x43ECC6 x43EDEF x43F2DE x43F3F2 x43F4FB x43F8BC x43F9DD x43FDE1 x43FEC1 x44C8E9 x44CBF9 x44D7DB x44D8E3 x44DCDE x44DFF4 x44DFFD x44E8F5 x44EACD x44F0F3 x44F2DF x44F6C6 x44F7BF x45DED6 x45DFDA x45E2E1 x45F2E5 x45F5C1 x45F9F1 x45FEDD x45FEFC x46D7E0 x46DDEE x46E8E9 x46F3C5 x46FBC4 x471A02 x47CCE6 x47DFFA x47E1D0 x47E1EB x47EDE9 x47F0C0 x47F3E1 x47F3E5 x47F3FB x47F8E5 x47FAB6 x480116 x48C8FA x48D2E2 x48D9E6 x48DADD x48E1F6 x48E2D8 x48E5F7 x48E7FA x48F5CE x48F8CA x48FAC6 x48FCF3 x48FEBB x48FEC4 x49CFE3 x49D0ED x49DDE7 x49E5D0 x49EEDC x49F0CF x49F7C3 x49F9E0 x49FABC x49FAC7 x49FAD7 x4AB3FC x4AC3FD x4AD3FD x4AD4E1 x4ADBDC x4AE2D5 x4AE9D4 x4AECCD x4AEDD2 x4AEFEC x4AF0D9 x4AF0E6 x4AF0EF x4AF4BA x4AF5F3 x4AF6F2 x4AF8B9 x4AF8C2 x4AFCE1 x4AFDD9 x4BBEF9 x4BC3E7 x4BC5E9 x4BCEE2 x4BDCDD x4BDED9 x4BDFF4 x4BE4CC x4BE6DB x4BE7EC x4BE8D0 x4BEDEE x4BF6C4 x4BF6EF x4BF7D2 x4BFAB5 x4BFDE8 x4CD2DE x4CD4EF x4CDEF4 x4CE1DD x4CE7CD x4CE8D9 x4CE9FC x4CEDDE x4CF2E3 x4CF4BD x4CFCC0 x4CFCC3 x4DC4EA x4DC5F5 x4DC5FD x4DC8FC x4DCCE1 x4DD8E2 x4DD8ED x4DD9CF x4DDCF8 x4DEDD6 x4DEEDF x4DEFBC x4DEFFC x4DF0D8 x4DF4B6 x4DF5EE x4DFAAF x4DFEC8 x4EC1F8 x4ECFDA x4ED7E0 x4EE0F7 x4EE1DC x4EE4DB x4EE5CF x4EE6F2 x4EE9C7 x4EE9DD x4EEADD x4EEFDD x4EF5DA x4EFAF2 x4EFCF4 x4FC4F6 x4FC6FB x4FC9E8 x4FD3DD x4FDCD3 x4FDCD7 x4FE0FE x4FE4E2 x4FE6F6 x4FEDE9 x4FEEBB x4FEED8 x4FEFBA x4FF3BC x4FF3C2 x4FF8C7 x4FF8EB x4FFDE8 x50CBF7 x50DCCE x50E2DB x50E9D9 x50EFF6 x50F2F2 x50F5B0 x50F9E5 x51AEFC x51BBF7 x51C0E6 x51C9DB x51CBF8 x51CCE1 x51CDE3 x51D0EC x51E1F2 x51E2F7 x51EACD x51EBDC x51ECD0 x51EDE9 x51F0F7 x51F1D7 x51F6BA x51F6EE x51F7E0 x51FAC6 x51FBC2 x51FBED x51FBF6 x52BDF3 x52CDEF x52D0E5 x52D2F9 x52D3D3 x52DAD2 x52DAF9 x52E1FA x52E2FD x52E5DE x52E6FD x52E8C7 x52F1CB x52F2EE x52F6AD x52F8F5 x52F9F8 x52FBC5 x52FDE0 x53ADFC x53CDF9 x53D0EB x53D9E4 x53DBEF x53DFF6 x53E9E5 x53EBBB x53ECD6 x53EDCE x53EDF2 x53EEC3 x53EFC4 x53F1BC x53F7C2 x53FAEC x53FBB3 x54C1F5 x54C2F5 x54C3E2 x54C8E1 x54CAF6 x54D0D7 x54D0FA x54D1ED x54D2EF x54D8EB x54D9FD x54DAF8 x54DBD1 x54E464 x54E4BD x54EDD4 x54EEEF x54F1B8 x54F1C4 x54F2CC x54F7C1 x54F7D2 x54F9C4 x55B2F0 x55B5FD x55CEFB x55D5F8 x55D7E7 x55E0D3 x55E4E3 x55E5CA x55E6CD x55E7D6 x55E8C8 x55E8EA x55E8F6 x55EEE7 x55F0B3 x55F9DD x55FAC2 x55FAD7 x55FCCE x56B2FA x56B8FE x56B9E6 x56BCF3 x56C2EB x56C9E6 x56CCF0 x56D3CF x56D3DC x56D5ED x56E6D0 x56E8B9 x56EAE8 x56EBC2 x56EFEE x56F0F1 x56F1EB x56F2F0 x56F4AD x56F4D0 x56F4D2 x56FCA5 x56FCC5 x56FCE7 x57AEF8 x57B5F3 x57BAE9 x57CBEE x57CFD9 x57DBC4 x57E0F2 x57E1C9 x57E1D2 x57E4F0 x57EDCE x57EFD5 x57F3D7 x57F8C9 x57F8DA x57FAC7 x57FACA x57FEA9 x58A4FD x58BAF1 x58BFF1 x58C0E5 x58C0ED x58CCE7 x58CDD3 x58CDE0 x58CEFE x58D4E6 x58D5EF x58D5F3 x58D9E6 x58E3D4 x58E4CC x58E6FC x58E9CA x58EAC7 x58EFEB x58F0B5 x58F5F5 x58F6AA x58F7F2 x58FDB5 x58FDF2 x58FDF4 x59AFF7 x59B4F2 x59BCF7 x59C5FD x59CFE1 x59D4D4 x59D4E2 x59D5EC x59E5E2 x59EBBB x59EFFC x59F0CE x59F1FE x59F4B7 x59F8E5 x59FACE x59FADD x59FCA1 x5AA1FE x5ABAEA x5ABBE5 x5ABDF9 x5AC0E3 x5AC2E8 x5AC4F7 x5ACFDA x5AD4F8 x5AD8DD x5ADDF8 x5ADFDF x5AEBBC x5AEBF4 x5AECC9 x5AF0D8 x5AF2FC x5AF4B3 x5AF9EA x5AFBA7 x5AFDE2 x5AFEF7 x5BA4F7 x5BAFEB x5BAFF6 x5BC1FA x5BCBEE x5BCCDC x5BD3CA x5BD4E7 x5BE0C8 x5BEAB3 x5BEDD5 x5BF2B3 x5BF4B8 x5BF4BF x5BF6E7 x5BF9F2 x5BFAD8 x5BFEA5 x5CA2FE x5CB1F9 x5CB4EA x5CBEF0 x5CC5EA x5CC6E5 x5CCDF8 x5CCEE5 x5CD2D4 x5CE3F4 x5CECD3 x5CF0BF x5CF1BF x5CF4E1 x5CF6A4 x5CFBEC x5D9CFC x5D9EFA x5DB3EF x5DB4E7 x5DB6E3 x5DC7E6 x5DC8F6 x5DD1E7 x5DD3CF x5DD3E7 x5DD4E9 x5DDBFD x5DDEDD x5DE0C9 x5DE0CE x5DE5E6 x5DE9E8 x5DEEB5 x5DEEB8 x5DF0AC x5DF1C2 x5DF3DC x5DF3ED x5DF4ED x5DFCA7 x5DFDF5 x5DFEBC x5EA8FA x5EB5F7 x5EB9EA x5EC0F7 x5EC1E0 x5EC7E6 x5ED1CF x5ED2ED x5ED5F4 x5ED6FC x5ED7E4 x5ED8CA x5EDAE7 x5EDFC2 x5EE1CA x5EE6D0 x5EE7CE x5EE7F7 x5EEADA x5EEBBA x5EEBDE x5EEEE9 x5EEFAC x5EF0C8 x5EF3CC x5EF9BF x5EFDBF x5FA3F8 x5FABF7 x5FB3F4 x5FB8F4 x5FBAE8 x5FBBE2 x5FBEE7 x5FBFDF x5FC2DF x5FC3F5 x5FC8DE x5FC8F9 x5FCED6 x5FCFD4 x5FCFF7 x5FD1F2 x5FD3FE x5FD5D7 x5FD5EB x5FD8F3 x5FFAA9 x5FFAC2 x5FFADE x609CFB x60ADF4 x60B1FE x60B8FE x60C0D9 x60C3D2 x60C4E6 x60C9D3 x60D3CF x60D3DD x60D5EA x60D8C3 x60DDC1 x60DFBD x60DFEB x60E2B6 x60E4BC x60E9B6 x60EBB6 x60EDB8 x60EDE2 x60EEC1 x60EEDA x60F2BD x60F4DC x60F5FE x60FAD7 x60FD9C x60FEEF x619FF8 x61A3F3 x61B6ED x61BADD x61BBE9 x61C0EF x61C3F5 x61C8F1 x61CDE1 x61D4F4 x61DDBA x61DEC4 x61DFE4 x61DFE9 x61E0BC x61E3BB x61E4F0 x61E6FD x61E9FC x61EBED x61ECE7 x61ECF4 x61F8AA x61FA9F x61FDEC x629EFD x62ACFD x62CEF0 x62D3C1 x62D5C9 x62DCB8 x62DCE2 x62E0E6 x62E2EE x62E3DE x62E8E3 x62E8EB x62EDFA x62EEB6 x62EFB0 x62F0BD x62F2B5 x62F69F x62F6E5 x62F8C1 x62FBA2 x62FBEF x639BFE x63B1E4 x63BCD9 x63C6D1 x63CCE6 x63CDEF x63CEC9 x63CFE1 x63D5F3 x63D6DB x63DBDB x63DDC3 x63E0E6 x63E2D6 x63EACA x63EEB9 x63EFB4 x63F0C8 x63F2CA x63F4AA x63FAC2 x63FCB2 x63FCE9 x63FEF9 x644740 x649BF9 x64ADEB x64C2D3 x64C7EB x64C9D5 x64CAE8 x64D1C0 x64D2CB x64DDBA x64DDCF x64DEC4 x64DED5 x64E4E0 x64E5F8 x64E7EB x64EDA7 x64EDAE x64F49F x64F6D0 x64FCA1 x64FCC5 x64FCCE x659FF3 x659FFB x65B4ED x65B9E0 x65C1D6 x65C3D4 x65C6CA x65CAEA x65CCE8 x65CDD0 x65CED2 x65CFCD x65D4C6 x65D4E8 x65D9E0 x65DBB7 x65DCD0 x65DEF5 x65E1EB x65E4B6 x65E4C4 x65E4C7 x65EED1 x65F0DB x65F3C1 x65F5A9 x65F5AA x65F7CD x65FBA2 x65FDF4 x65FEC8 x66A0F4 x66A0F8 x66B0FD x66B2F2 x66B5EF x66B6FB x66B9E2 x66C2CD x66CDC4 x66D2E0 x66D6F5 x66D7D4 x66D8FB x66D9F6 x66DCEF x66DFBD x66E0F3 x66E1B1 x66E1CD x66E3CE x66E5C3 x66E6B1 x66EBCD x66EEA2 x66F2C6 x66F6BF x66F6E8 x66F8D1 x66F9BB x66F9C6 x66FAB3 x66FDB7 x66FEE3 x67A3FA x67A7FE x67B2F2 x67B4F4 x67BAD8 x67BEE1 x67C3F4 x67C6CE x67CAED x67D4D1 x67D4F0 x67D6CF x67D7CF x67DDBA x67E4B0 x67E4E8 x67E8A9 x67E8E1 x67E9C4 x67EBF7 x67EECF x67F3B5 x67F3E8 x67F4AE x67F699 x67F6CE x67F6F7 x67F79C x67F8EE x67FAC5 x67FCBE x68B8FD x68BEDB x68BEF9 x68C0CE x68CBC3 x68D2E9 x68D3EC x68D5E2 x68D6D3 x68D9BA x68DBBD x68DEFD x68DFCD x68E0CC x68E0D9 x68E0FD x68E7C1 x68EAA9 x68EAD6 x68EDDB x68EE9F x68F0F8 x68F5C2 x68F5C4 x68F9F2 x68FCE2 x68FEF9 x695702 x69A3FB x69C0DE x69C7D1 x69CDFD x69D2CC x69D9D0 x69DBFE x69DCBC x69E3B7 x69E4BA x69E6E6 x69EBAC x69F1B9 x69F2A8 x69F39D x69F4A4 x69F69F x69FCF6 x69FDD8 x69FDFB x6A9FEF x6AA5F3 x6AAFEC x6AB3FB x6AB8DE x6ABAE9 x6ABFE6 x6AC1E7 x6AC1EA x6AC7F9 x6ACFC5 x6AD1C8 x6AD1D3 x6AD5C3 x6ADBF0 x6ADCF5 x6ADEBB x6AE1F9 x6AE3C8 x6AE3F5 x6AE9E7 x6AEBD6 x6AEDF4 x6AEFF4 x6AF0B6 x6AF0D0 x6AF0D6 x6AF0F3 x6AF1DD x6AFAA2 x6AFAA7 x6AFEE6 x6B98FD x6BA3EA x6BA5E7 x6BA8E4 x6BB4E6 x6BB5FA x6BBBF7 x6BC3CB x6BC6C6 x6BC6CB x6BD2CF x6BD7FA x6BE5A8 x6BE6C5 x6BEBF8 x6BEFB6 x6BF0B5 x6BF1EB x6BF2B6 x6BF8E7 x6C99F8 x6CA4EC x6CA4F0 x6CADF2 x6CAFF2 x6CB2E2 x6CB7F8 x6CB8F7 x6CBBDF x6CBCE3 x6CC0FC x6CC7CD x6CD1D2 x6CD1D3 x6CD4BA x6CDDB5 x6CE4A8 x6CE4B6 x6CE9C9 x6CECEC x6CEFC4 x6CF09A x6CF0A1 x6CF3F8 x6CF4C4 x6CF5D1 x6CF7DC x6CF991 x6CFAEF x6CFC93 x6CFCA6 x6DA1F8 x6DABE6 x6DACF0 x6DAFE7 x6DB3F3 x6DB4DA x6DB5F7 x6DB8EA x6DBADC x6DBEE6 x6DC7CA x6DC7F6 x6DC8C5 x6DC9D3 x6DCDEC x6DCED9 x6DD0C4 x6DD0D8 x6DD1DA x6DD2BB x6DD9B8 x6DD9DF x6DD9F9 x6DDDDA x6DDEFA x6DE0C6 x6DE5D5 x6DE6CD x6DE8D9 x6DE9BD x6DEAA3 x6DEBD4 x6DF2BC x6DFD92 x6EA9F0 x6EBDE9 x6EBFD5 x6EBFF0 x6EC6F8 x6ECADE x6ED1D3 x6ED2C6 x6ED5C0 x6ED7CD x6ED9E2 x6EDDD8 x6EF3E1 x6EF5AC x6EF8A1 x6EFCEE x6EFDE6 x6F99F6 x6FADF4 x6FB4E9 x6FBFDD x6FC1D2 x6FC8CA x6FCEC4 x6FD1BD x6FD2DD x6FD5DA x6FD9D4 x6FDACB x6FE0E1 x6FE6D8 x6FE9C3 x6FEBC4 x6FECCB x6FED9C x6FF8F5 x6FFD9D x709EFE x70AFF9 x70B1DA x70B4F9 x70B6D7 x70BBE8 x70BDF1 x70BDFE x70BEEA x70C0CE x70C2C9 x70C2D3 x70C4E6 x70C5F4 x70CDBB x70CEBD x70CEF0 x70D5B4 x70D5D3 x70DAB6 x70DADE x70DDE9 x70DDEE x70DECC x70E3B4 x70E6C3 x70E7E1 x70EECC x70F1AF x70F2F0 x70F2F1 x70F493 x70F5E9 x70F6CA x70F79D x70F7A5 x70F9BC x70FAC8 x70FEA1 x71178B x71AFE9 x71BDCE x71BDEE x71C3CF x71C7E2 x71C8DC x71C8F7 x71CAF6 x71CBBE x71CEFD x71D3DE x71D5F4 x71D6B0 x71D6FA x71D9C5 x71DDB0 x71E5C5 x71E6FC x71E7D5 x71E8F5 x71E9E0 x71EDF4 x71F1D7 x71F5E0 x71F5F7 x71FB8E x71FCA7 x71FEAA x728EFE x7293F9 x7297EE x729EF1 x72AFE0 x72B1E7 x72B7E8 x72BBFA x72BCFE x72BDD6 x72BDE5 x72C6DF x72C6F2 x72C6F7 x72CFC6 x72D1C8 x72D1FB x72D4B2 x72DAB4 x72DCA8 x72DCCB x72DFD9 x72E0F3 x72E2CE x72E8EB x72E9B6 x72EBBE x72EEAE x72F0F5 x72F19C x72F8D8 x72FB9F x72FDBE x72FDCD x7386FC x7397F5 x73A1F0 x73ABE2 x73AFF2 x73B0FB x73B4F9 x73B7ED x73BCEF x73BFC5 x73C2C9 x73C2E2 x73C9D2 x73C9D6 x73CFDD x73D0F5 x73D5E9 x73D6C9 x73D9D5 x73DBB9 x73DBBD x73DFB7 x73E0ED x73E2E1 x73E3E8 x73E5A4 x73E5B3 x73E5C5 x73E79C x73EAD4 x73EF97 x73F4BF x73F6C8 x73F7BC x73FBA0 x748DF5 x74A0F5 x74A6F4 x74AFE7 x74B7D9 x74BCDB x74BCF3 x74BEF8 x74C5EE x74CBD5 x74CBEB x74CDE8 x74D1E6 x74D6AC x74D8DC x74D8EF x74DFF0 x74E0B6 x74E0DD x74E2BA x74E2E3 x74E5E5 x74EAF3 x74F2C5 x74F3B5 x74F5A9 x74F68C x74F69B x74F7BE x74F89B x74F98B x74FAB3 x74FACF x74FD88 x759DEC x75A5EA x75B0DA x75B5DC x75BCC4 x75BEE4 x75BFE2 x75C7FC x75CEDB x75CFCF x75D0C2 x75D4C0 x75D8B9 x75DBBA x75DCB5 x75DDF6 x75DFD5 x75E0C7 x75E0EF x75E1AE x75E1C8 x75E5F3 x75F0BF x75F2B9 x75F4AE x75F6AB x75F98E x75FBB3 x75FCE6 x75FEB9 x768AF5 x7695EF x76A0E6 x76A5EB x76ADDF x76AFD3 x76B6EE x76BBD3 x76BBEF x76BED4 x76BFD7 x76BFDB x76C8FA x76C9BE x76CAB6 x76D1F4 x76D5CB x76D7B5 x76D7DC x76E3E0 x76E4B7 x76E5E7 x76E8C7 x76ECC0 x76F5EE x76F9A1 x76FA93 x76FBDC x77A8DA x77B4EE x77BDE3 x77C1D4 x77C4CD x77C4F6 x77C8BF x77CBDE x77D2DD x77D6B5 x77D6EC x77DCBE x77DCE7 x77E0D2 x77E1A2 x77E3CF x77E4E0 x77E4ED x77E69B x77E7E7 x77F09E x77F3C4 x77F3EB x77F787 x77F793 x77F7CF x77F9E0 x77FAC3 x77FAED x77FCD5 x788AF5 x788EF4 x789AE8 x78A7E1 x78ABE7 x78B4DF x78B9D2 x78B9FD x78C7C4 x78C8E3 x78CAD8 x78CDF1 x78D4F0 x78D9D4 x78DBE5 x78DCB9 x78DCBA x78E3FD x78E79D x78E9F5 x78EAD0 x78EB9A x78EBBB x78F3C6 x78F48B x78F690 x78F7CC x78F7E6 x78F9D7 x78FADD x78FAEB x798BF3 x7991EF x79A0F0 x79A0F6 x79A0FB x79B3E7 x79B9D3 x79BFD9 x79C0FE x79CBEC x79CBF9 x79CCD2 x79CED9 x79CEEB x79DCA2 x79DFCF x79E0D3 x79E8F0 x79EBBA x79EFDA x79EFE5 x79F195 x79F19B x79F1E1 x79F2EB x79F398 x79F6B2 x79FB93 x79FD8C x7A85FB x7A8BF2 x7A8FF8 x7A98FC x7A9EEC x7AA6E6 x7AAAF3 x7AB3DD x7ABEE6 x7ABEF9 x7ABFE3 x7AC2ED x7AC4E7 x7AC4E9 x7AC8DC x7AC9F3 x7ACDB7 x7AD1D6 x7AD5AD x7AD8B3 x7AD9F8 x7ADCDE x7ADEDE x7AE29D x7AE399 x7AE3A0 x7AE7FD x7AE8D0 x7AE99A x7AE9BD x7AEE90 x7AEFDB x7AF0D9 x7AF1BC x7AF9FB x7AFBC1 x7AFDAB x7B82FC x7B83FE x7B96F6 x7B9AE9 x7BA6E3 x7BAEFD x7BB0D8 x7BB0F2 x7BB1F5 x7BB3D0 x7BBDDE x7BC0D8 x7BC7F0 x7BCBE9 x7BCDC3 x7BCFB7 x7BD6F3 x7BDBB7 x7BDDED x7BDEA1 x7BE1F5 x7BE2B8 x7BE7F2 x7BE8F0 x7BECB5 x7BEDB4 x7BEEB8 x7BF0BC x7BF4CE x7BF4D2 x7BF4D7 x7BF6A7 x7BF9EC x7BFEE8 x7C8BFC x7C92EC x7C9CF2 x7C9EF7 x7CA3E6 x7CA3F2 x7CAEEE x7CAFF6 x7CB8C5 x7CBDDD x7CBED0 x7CBEFD x7CC1FB x7CC3E2 x7CCADF x7CD1B3 x7CD1D6 x7CD1E8 x7CD7CE x7CD8CA x7CDBA1 x7CDDAB x7CE3A3 x7CE49B x7CE5F3 x7CE8A5 x7CEBF8 x7CECDF x7CEEFA x7CEF97 x7CF584 x7CF9C4 x7CFABB x7CFCA6 x7CFDAE x7CFDE0 x7CFE9D x7D8CF1 x7D90FE x7DA4E7 x7DA6E9 x7DA8D0 x7DABE6 x7DB0F6 x7DB4E8 x7DBEDA x7DC0EF x7DCCAE x7DCCD6 x7DCCF7 x7DCFD7 x7DD3C5 x7DD3CE x7DD3E3 x7DD4FC x7DD9BB x7DDEBF x7DE0E4 x7DE1F3 x7DE3A2 x7DE3DE x7DE6C8 x7DE792 x7DEFA4 x7DEFF2 x7DF4D9 x7DF5A9 x7DFCD0 x7DFD91 x7E84F8 x7E92F0 x7EA1F7 x7EABFC x7EB1DC x7EB3C8 x7EB3D0 x7EB6D6 x7EB7C7 x7EBAD8 x7EBFD9 x7EC4F5 x7EC7BB x7ECAE1 x7ECBDA x7ECBE4 x7ED4EF x7ED7E4 x7ED8FE x7EDCD3 x7EDDC7 x7EDEA3 x7EE1C1 x7EE5B5 x7EE7B4 x7EE8AB x7EE8F3 x7EECF6 x7EEEAC x7EEEDC x7EEEE9 x7EEEFC x7EEFA0 x7EF1C6 x7EF1E0 x7EF6EE x7EF7AB x7EF8E9 x7EFAE8 x7EFBEF x7EFCBB x7EFCEE x7F95EC x7F9BED x7F9FDA x7FA4E0 x7FB4E6 x7FB5D1 x7FB6FC x7FBBD4 x7FBCBC x7FC0FE x7FC1FE x7FC6ED x7FC7F0 x7FD4B3 x7FD6D8 x7FDBC4 x7FDCA8 x7FDCFC x7FDDC1 x7FDFDB x7FE1D4 x7FE3E7 x7FE7DB x7FE9DA x7FEAB7 x7FEEB3 x7FEEEC x7FF4A5 x7FFCCE x7FFD81 x7FFE97 x807AFE x807EFB x80A1D9 x80ADCA x80B7E9 x80BBDC x80BFE3 x80C0E7 x80C3E2 x80C8FC x80D0CA x80D4F4 x80D6FC x80DDC5 x80DDF9 x80E2F9 x80E4B1 x80E59B x80E7F5 x80E8B0 x80E9D2 x80EBDD x80EDE0 x80EDEB x80EDF6 x80F1E9 x80F7B0 x80F7DE x80F9E3 x80FB91 x80FBBC x817FFD x817FFE x8183F5 x8193F5 x8194F5 x81A8E1 x81A9D6 x81ACD7 x81AECB x81B0D7 x81B4C9 x81B4FA x81B7FC x81B8C2 x81BAC2 x81BCE0 x81BDB9 x81BDE7 x81C2B6 x81C5D7 x81C9C6 x81D3BB x81E4FD x81E8D8 x81EA9D x81EDDF x81EEEC x81EF9D x81F3F0 x81F6DC x81F78A x81F792 x81FAAA x81FCD6 x81FDD8 x8280FE x82A5E6 x82B2F8 x82B8DD x82C2BE x82C7F9 x82C8B4 x82C8D9 x82CAE6 x82CCC1 x82CDF6 x82CFBA x82D0B7 x82D3FB x82D7EA x82D8D2 x82D9C9 x82D9CF x82DEFA x82DFC5 x82E4F3 x82E5EB x82E6A1 x82E6AA x82E6ED x82E6FD x82F28A x82F391 x82F4B9 x82F7C1 x82FBAC x8378FB x8394E4 x8394F7 x8398F0 x8398FE x839AF8 x83A7F1 x83AADF x83B2D6 x83BDCD x83BDE4 x83BDE7 x83BDEB x83BEC8 x83C2ED x83C2F1 x83C4B2 x83C5BF x83C6F5 x83C6F9 x83C7CA x83C7D3 x83C7DE x83C9CC x83CED3 x83CFF2 x83D89F x83DAA5 x83DBD3 x83DDD8 x83DDED x83DEB5 x83E0F7 x83E5B8 x83E6AA x83E9DE x83ECB2 x83ECB3 x83ED8D x83F0BF x83F0F1 x83F5A9 x83F8B6 x83FBE7 x83FEC4 x847AFC x8481FE x8492F6 x8495F4 x8495FC x8496E4 x8497DA x84A2FC x84A7EE x84A8F9 x84ABE1 x84ACF0 x84B5D8 x84B6D5 x84BAF4 x84C1C0 x84C5E5 x84C6EF x84CADF x84CDF2 x84CECE x84D0BA x84D1E3 x84D2C9 x84D3DD x84D3FC x84D9DD x84DBFE x84DEEC x84DF92 x84E1BF x84E2CF x84E2F6 x84E490 x84E5EF x84E6A2 x84E8AC x84E9AE x84E9EE x84EAF4 x84EC96 x84EF9B x84EFD5 x84F2AB x84F2F3 x84F47F x84F7B4 x84FA7E x84FAB6 x84FCFB x8581FD x8583F2 x858CE6 x858CF9 x8593EE x85A0E4 x85A8D9 x85ABFE x85B7BD x85B9E2 x85BAD1 x85BBFA x85CAD6 x85CAED x85CCA4 x85CDA3 x85D1AD x85D1E3 x85D4F1 x85D5A1 x85D6BF x85D8A1 x85DBF6 x85DDE1 x85DFD3 x85DFF7 x85DFFB x85DFFC x85E4E6 x85EAE0 x85EB92 x85EBCB x85EC8C x85ECFC x85EF2A x85EF9B x85EFEB x85F1A9 x85F2DE x85F3E5 x85F4A5 x85F6E5 x85F7BE x85F9FB x85FCB5 x85FD9A x85FDBB x85FDEE x85FE97 x8688F6 x868BEA x868DF2 x868EEF x869AF7 x869BEC x86A4DA x86A9DF x86ADD1 x86B3DA x86B5D2 x86BBEF x86BDC8 x86BEBE x86C3FB x86C5DB x86C6B4 x86C8B4 x86C8BC x86C8E6 x86C9DB x86CDD7 x86D0BB x86D0DE x86D1C1 x86D3F3 x86D6AB x86D7D1 x86D8BC x86D8F9 x86DCB7 x86DD95 x86DE9E x86E1EE x86E393 x86E5AD x86E6D2 x86E6DC x86E8C1 x86EB97 x86EEA0 x86EF82 x86EFD2 x86F192 x86F1C2 x86F2C8 x86F4C9 x86F5BD x86F7DB x86F97F x86FCD4 x8793EE x8798E2 x8798E6 x87A7EA x87A7FC x87ABD7 x87AFCF x87B1E9 x87B2C2 x87B2D5 x87B3FA x87B7D6 x87BBF7 x87C3D4 x87C5DB x87C8AE x87CBA8 x87CBC7 x87D2C6 x87D4C1 x87D5B2 x87D5F5 x87D9B9 x87DDA9 x87DDD5 x87DEDD x87E0A1 x87E1AB x87E1E2 x87E496 x87E4AA x87E4DF x87E598 x87E6AC x87E894 x87EAC9 x87EE9D x87EFD4 x87F082 x87F0DF x87F1E1 x87F2F5 x87F47E x87F4F8 x87F594 x87F5EE x87F5FE x87FAD5 x87FCA5 x8874FD x8888EF x889CE9 x88A5E5 x88A9DD x88AFCB x88B6EF x88BACC x88BDF1 x88C1E7 x88C5C3 x88C5E3 x88C8AC x88C9D9 x88CDA6 x88CEF1 x88D0E9 x88D2FE x88D3D2 x88D4CA x88DFAC x88E292 x88E4A2 x88E4E8 x88E6D6 x88E8FC x88ED91 x88F299 x88F3AD x88F3DF x88F48C x88F677 x88F88A x88FBC7 x88FBD0 x88FCF0 x88FCF5 x88FDBF x897FF2 x8981F3 x8991F5 x8999ED x899EED x89A0DA x89A5D6 x89A5DB x89AEC3 x89BCF3 x89BFAF x89C3F5 x89C6F5 x89C9E8 x89CAF9 x89CDBB x89D0A4 x89D4DA x89D4E6 x89D6B9 x89DADB x89DBCA x89DCB3 x89DDF5 x89E3D8 x89E4C4 x89E8BD x89E993 x89E9F6 x89EDF5 x89EEF9 x89EF8D x89F47D x89F98F x89FBB6 x89FBE1 x8A76F8 x8A77FE x8A7AFE x8A88E9 x8A89F8 x8A97FC x8A9AF2 x8A9BE3 x8A9CDC x8A9CF3 x8AA5CC x8AACE1 x8AACF2 x8AB0FD x8AB1F1 x8ABBE6 x8AC0D9 x8AC0DE x8AC5A7 x8AC5BB x8ACAA3 x8ACEAA x8ACEE0 x8AD3EA x8AD5F6 x8AD8CB x8AD9EE x8ADAEE x8ADCD2 x8ADCDF x8ADDBC x8ADED3 x8ADFC6 x8AE197 x8AE1F1 x8AE1F8 x8AE2BA x8AE3A1 x8AE3C7 x8AE3D6 x8AE3EC x8AE6B9 x8AE8A4 x8AEAC6 x8AEBA8 x8AF0FB x8AF27B x8AF4C7 x8AF4F5 x8AF59F x8AF5B1 x8AF6C6 x8AF6F7 x8AF8EC x8AF9C7 x8AFA96 x8AFAEC x8AFB7A x8AFBC5 x8B7FF5 x8B81F9 x8B8AF8 x8B8CE6 x8B99DC x8B9AF4 x8BA2CC x8BAFE1 x8BB2D5 x8BB3CC x8BB4C8 x8BB7D9 x8BB8B5 x8BB8D1 x8BB9DF x8BB9E1 x8BBDEA x8BBDFE x8BBEAE x8BC1D1 x8BC5C1 x8BC5DF x8BC8E7 x8BCAA1 x8BCFBE x8BD1C5 x8BD3F1 x8BDAC8 x8BDFCC x8BE096 x8BE0EE x8BE18A x8BE1B8 x8BE1D0 x8BE5CA x8BE6AA x8BEB82 x8BEBB7 x8BEBFE x8BECBC x8BEDF0 x8BF2B0 x8BF5FA x8BF8BC x8BFCE4 x8C72FA x8C74F5 x8C79F7 x8C88FD x8C8AED x8C9BF6 x8CA0DA x8CA4D4 x8CA9C8 x8CAEBF x8CB1FE x8CB7F5 x8CB8B7 x8CBAB4 x8CBDFC x8CC2AA x8CC5FD x8CCAFD x8CCDFD x8CCFC3 x8CD2E5 x8CD6AB x8CDBC0 x8CDBEE x8CDE9F x8CE0AC x8CE2A9 x8CE3A4 x8CE5CE x8CE5F2 x8CE7D2 x8CE7F3 x8CE890 x8CE9FE x8CEAA1 x8CF6BE x8CF977 x8CF9E3 x8CF9E7 x8CFAA0 x8CFEE6 x8D6FFE x8D73FC x8D7BFC x8D85EA x8D8FE4 x8DA1D4 x8DA3EF x8DA3FD x8DAEDE x8DB5B9 x8DB7B7 x8DB8C2 x8DB8F8 x8DB9EC x8DC3D1 x8DC4C3 x8DC7A8 x8DCAD5 x8DCBA5 x8DCFDA x8DD0CC x8DD2F4 x8DD5A2 x8DD5A3 x8DD7C7 x8DDABA x8DDAF5 x8DDAFC x8DDDCF x8DDDF9 x8DDEF7 x8DE0A4 x8DE2C9 x8DE4F4 x8DE5C9 x8DE6FA x8DE9F3 x8DEADC x8DEBB9 x8DEBC4 x8DF088 x8DF17A x8DF291 x8DF2D1 x8DF49E x8DF776 x8DFD7B x8DFDA2 x8E75FD x8E8EF4 x8E95FA x8EA4DE x8EADCD x8EAFD7 x8EB2B9 x8EB6F7 x8EB8B9 x8EBCC8 x8EBEAC x8EBFF1 x8EC0C9 x8EC2EB x8EC3AC x8EC6A9 x8EC6E1 x8ECBEB x8ECCF0 x8ECEEF x8ED1D8 x8ED2A4 x8ED49C x8ED995 x8EDBC8 x8EDFBD x8EDFDA x8EE09C x8EE3B9 x8EE6DD x8EEBAB x8EEDAA x8EEECC x8EEF8E x8EF296 x8EF377 x8EF3AD x8EF3FB x8EF5D5 x8EF781 x8EF8D3 x8EF98C x8EFA98 x8EFAA0 x8EFB6D x8EFBF0 x8EFDAB x8EFE9D x8F6AFD x8F6DFB x8F7AFA x8F8BDB x8F9EFA x8FA4F8 x8FAABE x8FAEE0 x8FBA2D x8FBBC8 x8FC1F2 x8FC4C4 x8FC5F3 x8FCBF6 x8FCBFB x8FCDC0 x8FCE9B x8FD2DE x8FD3F5 x8FD4A2 x8FD5CC x8FD9A9 x8FDB90 x8FDCC4 x8FE0FE x8FE1C2 x8FE4BF x8FE5E3 x8FE689 x8FE6AD x8FE8B5 x8FEDEB x8FF0B2 x8FF1AE x8FF499 x8FF59D x8FF67F x8FF7EF x8FF8AE x8FF9C5 x8FFAD8 x8FFCC3 x8FFDD5 x8FFDDA x9082EC x9086FB x908BDA x908FFD x9091DE x9093F5 x9094F0 x9097D0 x9099E9 x909CE7 x90A3F8 x90A6E8 x90ABC1 x90ACED x90B0D7 x90B1BA x90BCAB x90BDD5 x90C1B6 x90C2DD x90C5AE x90C5EF x90CDD1 x90D1BC x90D2B0 x90D6D9 x90D8A0 x90DCF2 x90DDE9 x90DFD1 x90E18D x90E2C5 x90E599 x90E5E2 x90E7C8 x90E9FA x90EA8D x90EEA6 x90EEE0 x90F1E1 x90F395 x90F97B x90F9A3 x90F9BE x90FBE7 x90FEA5 x917DF7 x9183E8 x9184F2 x918EEE x9191F5 x9198D0 x919CE2 x919FC8 x91A8F4 x91ADEA x91B9AE x91BDFA x91C2D6 x91C2F0 x91C5D1 x91C5E5 x91C9AE x91CEBF x91D1CA x91DD91 x91DEFC x91E29C x91E39C x91E4E5 x91E69D x91E6DB x91E885 x91E98A x91EAB5 x91ED7D x91F291 x91F4EF x91F9B3 x91F9B9 x91F9C2 x91FCD2 x91FDC4 x91FDCB x91FDD4 x9280E3 x928FDD x9299F6 x929DFC x92A6EE x92A8FB x92A9E3 x92A9F3 x92ABFE x92ADE4 x92B7B7 x92BFCA x92C0DB x92C0E8 x92C2D4 x92C4EB x92CDB7 x92CEDC x92D0D2 x92D394 x92D3C7 x92D5FC x92D7BD x92D8AC x92D9EF x92DCDA x92DDC5 x92E08F x92E2C2 x92E792 x92EDEB x92EF89 x92F1BF x92F1DB x92F3C5 x92F5A9 x92F69C x92F6B3 x92F88D x92FABE x92FBBF x9383F2 x9394EE x9396DD x9398CE x9398E8 x939CD0 x939FF9 x93A5EB x93A8DB x93AECD x93AFD2 x93AFDF x93B0F7 x93B4F9 x93B6B3 x93B8B5 x93BADE x93BBB4 x93BBDF x93C1B6 x93C3F8 x93C6B2 x93C6CA x93C8D9 x93C8EF x93CAA3 x93CDA2 x93CF95 x93CFEA x93D0EF x93D8C2 x93D8ED x93DAB0 x93DBB4 x93DBC3 x93DBC8 x93DC8F x93E1CE x93E4B7 x93E5A5 x93E6B8 x93EA8B x93EAAF x93EB7A x93EB84 x93EB89 x93ECD0 x93EEEA x93EFA0 x93EFAD x93EFB2 x93F0C2 x93F2B9 x93F582 x93F5CA x93F6CB x93F77A x93FA82 x93FC79 x93FDFA x948BD9 x948CDC x9492F7 x94A0F0 x94A4F6 x94ABBE x94ADE4 x94B1DB x94B4D0 x94B8F2 x94B8FE x94BDA8 x94BDC8 x94BEC8 x94D2EB x94D7D1 x94D8CA x94DAAB x94DB9C x94DBEA x94DBEE x94DDCF x94DDE2 x94DEB5 x94DEEB x94DFAB x94E1FC x94E3C9 x94E4D0 x94E6D3 x94E785 x94E9F8 x94EA99 x94EBE8 x94EDE4 x94F095 x94F286 x94F2EA x94F383 x94F39C x94F48B x94F679 x94F6FC x94F792 x94F7B1 x94F7D7 x94F96B x94FC98 x94FEAF x957AF0 x957DE4 x9582F2 x958CDE x9595F0 x9597D5 x95A1D6 x95A3F3 x95A4F0 x95A6F2 x95AAD5 x95AEE5 x95B5BD x95B6B0 x95B6E6 x95BDE6 x95BEC6 x95BEF5 x95C3BF x95C9E0 x95CDDE x95D1F4 x95D4E9 x95D5A6 x95D7EE x95DBAB x95DEBC x95DFB8 x95E0DC x95E1F6 x95E486 x95E4FC x95E6E8 x95E6F6 x95E78C x95EA9A x95EAB7 x95F2F0 x95F698 x95F6D5 x95F89B x95F8DA x95F99F x95F9ED x95FAF7 x95FBEF x95FCB3 x966FF4 x967BF0 x9680F9 x969AF5 x969AFA x969DD8 x96A8C5 x96A8E5 x96A9C0 x96B9D7 x96BCB6 x96BEA7 x96C0E9 x96C1CA x96C29E x96C6DF x96C7B1 x96CDE8 x96D0B4 x96D6E8 x96D9E8 x96DBB2 x96DBE1 x96DBEA x96DEFD x96E195 x96E3A5 x96E7E4 x96E9E6 x96EA8F x96EB8D x96ECD8 x96ED94 x96EE71 x96F18D x96F6D7 x96F8E1 x96FA7F x96FA99 x96FDE5 x9776FB x9785EB x9789F2 x9789F6 x978CD3 x9791E1 x979ACB x979AE9 x97A0D6 x97A3D5 x97A7FA x97A9E2 x97AFBA x97B5C6 x97B7E3 x97C0DD x97C2E9 x97C3C3 x97C4E1 x97C5C0 x97C5D8 x97C8A1 x97C8C2 x97C8F8 x97CC97 x97CF9A x97CFFA x97D292 x97D3CF x97D3E3 x97D492 x97D7CE x97D8F4 x97D99C x97DCC9 x97E291 x97E4C3 x97E5E7 x97EADA x97EB96 x97EDFD x97EE91 x97F0FA x97F173 x97F2F3 x97F3A8 x97F3FA x97F4E3 x97FCAA x9877FD x987BFB x9881DF x9882E3 x9883EB x9887E5 x9888DE x988FDF x9894D7 x9894F3 x989EEA x989FFB x98A1C7 x98A2F7 x98A5ED x98A9D5 x98A9E1 x98B1B1 x98B2B1 x98B2F8 x98B7E6 x98B9A8 x98BAF6 x98BBF5 x98BCA8 x98BEA1 x98BEC0 x98BFED x98C0DA x98CB94 x98CBA7 x98CBC5 x98CE9F x98D0EC x98D1D7 x98D291 x98D2A2 x98D39F x98D3AE x98D3B2 x98D8C0 x98DAFA x98DCA3 x98E39C x98E683 x98EAE4 x98EDE5 x98F16D x98F285 x98F6C0 x98F7E0 x98F866 x98F867 x98F9D8 x98FA91 x98FA93 x98FACD x98FBF8 x98FCE9 x98FDA3 x98FE9F x996DFA x9972F5 x9977EB x997AED x997BFA x997FF1 x9982EC x9985DB x9985FD x9986DD x9989EE x99A3D3 x99A7CB x99ADBB x99B3D2 x99B4B4 x99B5AF x99B5C6 x99B6DF x99B8E4 x99B9B2 x99BDF2 x99CBCB x99CEA9 x99CF93 x99CFD1 x99D1F4 x99D3DD x99D4C1 x99D693 x99D7D3 x99D7EC x99D88B x99D8BF x99D9F0 x99DCEE x99DDA1 x99E0FA x99E1EC x99E379 x99E38B x99E3B3 x99E3B9 x99E49F x99E5AC x99E883 x99E8D0 x99F1B0 x99F1C5 x99F5EE x99F8F9 x99F97D x99F981 x9A6BF4 x9A80DF x9A84F1 x9A8CEB x9A9DCA x9A9EE3 x9AA3ED x9AA4F7 x9AA7BA x9AA7D0 x9AA8B5 x9AA9ED x9AB2EE x9AB4D1 x9AB7EA x9ABAB4 x9ABBF8 x9AC0D1 x9AC1E4 x9AC5A7 x9AC7D6 x9AC8A1 x9AC8BC x9ACAA4 x9ACDE6 x9AD1F7 x9AD689 x9AD7F5 x9ADFB5 x9ADFEA x9AE0B6 x9AE0E1 x9AE1D4 x9AE2C4 x9AE393 x9AE5CB x9AE7C9 x9AE87E x9AE9D0 x9AECE2 x9AEEB1 x9AEEB7 x9AF0C3 x9AF1E2 x9AF668 x9AF6B0 x9AF79C x9AF8B6 x9AFA7F x9AFB78 x9AFB9D x9AFBA7 x9AFE81 x9B6AF4 x9B79FA x9B84DD x9B89DA x9B89F5 x9B8CE1 x9B8DF8 x9B8ED9 x9B94D6 x9B9BE6 x9B9CFB x9BA1DC x9BA1E6 x9BA4C2 x9BA6D8 x9BA7F0 x9BA8F9 x9BABE8 x9BABEB x9BACB0 x9BB0CB x9BB2F7 x9BC5A9 x9BC796 x9BCAFB x9BCBCA x9BCBE7 x9BCCEC x9BCFF5 x9BD0A1 x9BD0C3 x9BD2EA x9BD4D7 x9BD6A6 x9BD7EB x9BD8BE x9BDC97 x9BE0CD x9BE6A5 x9BE79B x9BEB82 x9BECD5 x9BEDC9 x9BF1DC x9BF298 x9BF3D1 x9BF46D x9BF5C6 x9BF688 x9BFA7A x9BFAC3 x9BFAC6 x9BFCA5 x9C78EA x9C78FC x9C7EE8 x9C82E5 x9C8AD7 x9C8DE4 x9C92F3 x9C94F4 x9C94F7 x9C99D4 x9C9BBE x9C9BE9 x9C9BED x9C9DF0 x9CA6B7 x9CA8D1 x9CACC2 x9CACED x9CAEB2 x9CAFB7 x9CBBFD x9CBCAE x9CBCBC x9CBFA3 x9CBFDE x9CC1F5 x9CC9D3 x9CCAFC x9CD5B4 x9CD5DE x9CD6A4 x9CD6B7 x9CD893 x9CD8FE x9CD997 x9CD9DF x9CDBE9 x9CDCB5 x9CE0CF x9CE183 x9CE39A x9CE3DD x9CE67E x9CE6B0 x9CEAF2 x9CEC7C x9CECD0 x9CEF98 x9CF077 x9CF185 x9CF5D7 x9CF67D x9CF895 x9CF9F2 x9CFBFA x9CFCC7 x9CFCDC x9CFDBA x9CFECB x9D78FB x9D78FC x9D81E5 x9D8ECC x9D8FE8 x9D92C9 x9D93F9 x9D95DE x9D95ED x9D9AC4 x9D9FE9 x9DA7C1 x9DA7D3 x9DA7D5 x9DA9E5 x9DAEEC x9DB0B4 x9DB5AD x9DBBD1 x9DC1D4 x9DC2F4 x9DC4DF x9DC8F0 x9DCF8D x9DCFBA x9DD2B6 x9DD2C2 x9DD3DE x9DD4FE x9DD5E2 x9DD792 x9DDBB9 x9DDD84 x9DDDCD x9DDDF9 x9DDFA9 x9DE3B1 x9DE6B8 x9DE78D x9DF1E8 x9DF3E3 x9DF485 x9DF6A1 x9DF86E x9DF8DE x9DFCE0 x9DFD6E x9DFDF9 x9E3CB3 x9E75EC x9E75F3 x9E8AF0 x9E8BFB x9E8CD5 x9E90EB x9E95EF x9E9BE5 x9E9FD9 x9EA4BE x9EA9F1 x9EACAC x9EACB1 x9EAEEE x9EAFB9 x9EAFC7 x9EB2C6 x9EB5C6 x9EC3FD x9EC49B x9EC4C3 x9EC5ED x9EC7E8 x9ECC93 x9ECDA5 x9ECED7 x9ECEEB x9ED0FA x9ED1F3 x9ED3AD x9ED587 x9ED5EF x9ED682 x9ED6CA x9EDAE4 x9EDB9B x9EDC85 x9EDD8B x9EDFEF x9EE092 x9EE0AE x9EE3B7 x9EE4C6 x9EE893 x9EE9DB x9EF0BE x9EF1F5 x9EF383 x9EF6B8 x9EF792 x9EF8FD x9EF9BF x9EFBDB x9EFEA6 x9EFEAC x9EFEBA x9F63FA x9F66F3 x9F81DF x9F94FE x9FA3BB x9FA6C1 x9FA7D4 x9FB2B6 x9FB3EA x9FB4CB x9FB6F8 x9FB8BB x9FB8C8 x9FB9BE x9FBCE6 x9FBDDC x9FBEB1 x9FC0BE x9FC793 x9FC7B7 x9FC7E0 x9FCEBA x9FCFEC x9FD4B1 x9FD5DE x9FD7C4 x9FD897 x9FDAE3 x9FDBFB x9FDDC8 x9FE492 x9FE4AF x9FE585 x9FE5F7 x9FE6C1 x9FEDCE x9FEEFE x9FF1A8 x9FF1DB x9FF283 x9FF5F9 x9FF860 x9FF9C6 x9FFBE2 x9FFE67 x9FFEDF xA059FD xA06AFC xA078E4 xA07AF5 xA07CE6 xA084D2 xA086F3 xA089D6 xA090F4 xA091CE xA091EB xA098F7 xA09FD8 xA09FF0 xA0A6E5 xA0A8C5 xA0A8C6 xA0B2E1 xA0B5D5 xA0B9D9 xA0B9E7 xA0C2A3 xA0C4AC xA0C695 xA0C8C7 xA0CDB1 xA0D088 xA0D0CD xA0D1F8 xA0D387 xA0D4B3 xA0D99D xA0DB9F xA0E180 xA0E2E8 xA0E8AB xA0E972 xA0EB92 xA0EEC6 xA0EEFE xA0F0BE xA0F0E5 xA0F2BA xA0F2BC xA0F2CD xA0F4E7 xA0FA99 xA0FD71 xA0FDD7 xA0FEB2 xA160F6 xA176FB xA17CFB xA180FE xA185D7 xA187DD xA18AD4 xA193D3 xA19EC4 xA19EC9 xA19ED2 xA19EEF xA1A0E8 xA1A3F6 xA1A5B9 xA1A5DE xA1A7B8 xA1AFF8 xA1AFF9 xA1B6C1 xA1B8C3 xA1B9C8 xA1BAF6 xA1BFE5 xA1BFE7 xA1C0B4 xA1C4F5 xA1C6E9 xA1CA99 xA1CC91 xA1CED5 xA1CFC0 xA1D2B1 xA1D2BF xA1D2F6 xA1DCC6 xA1E28E xA1E2A6 xA1E4CA xA1E6D2 xA1E7B7 xA1E8F2 xA1EBB6 xA1EEDA xA1F0D9 xA1F461 xA1F660 xA1F7CD xA1FA92 xA1FAFC xA1FB91 xA1FE5D xA25DF9 xA266ED xA269ED xA26AFC xA274E9 xA27ADA xA27BEE xA282DD xA287F4 xA289EF xA28AE6 xA28EE4 xA292E2 xA297FC xA297FD xA298D9 xA2A0C5 xA2A4F6 xA2A9AF xA2AED3 xA2AFDA xA2B0A6 xA2B1AF xA2B7D8 xA2B8F1 xA2B9BD xA2BABF xA2BAF7 xA2BC97 xA2BCC8 xA2C0D8 xA2C1F6 xA2C3EF xA2C5B2 xA2C6DF xA2C8CF xA2C8F1 xA2CAD6 xA2CEB1 xA2D291 xA2D295 xA2D2C8 xA2D7B2 xA2D9D7 xA2DC8D xA2DCB3 xA2DCE8 xA2E2C8 xA2E379 xA2E3C5 xA2E8D1 xA2E9A7 xA2EC9F xA2ECDF xA2ECE2 xA2ECF8 xA2F1BE xA2F76C xA2F7F0 xA2F868 xA2F8B4 xA2F8FC xA2F9EE xA2FAD2 xA2FBF5 xA376F0 xA377FD xA385DB xA385F8 xA387F4 xA387FC xA38FC7 xA39CC5 xA3A0EF xA3A1F8 xA3A5E0 xA3ACF0 xA3ADE5 xA3AFAB xA3AFB7 xA3AFD3 xA3B0E9 xA3B3FB xA3B5D7 xA3B6CF xA3B8D1 xA3BFA4 xA3BFE5 xA3BFEE xA3C0C1 xA3C0CC xA3C293 xA3C3FC xA3C5F5 xA3C7CC xA3C7E5 xA3C8EB xA3C8F6 xA3C991 xA3C9E9 xA3CBBC xA3CDC1 xA3CFDF xA3D2D6 xA3D4DA xA3D6D4 xA3D7E2 xA3D986 xA3DD94 xA3DFFC xA3E088 xA3E17E xA3E3A7 xA3E4A0 xA3E674 xA3E6A3 xA3E6C4 xA3E8A6 xA3E8CB xA3EC6D xA3ECC2 xA3EE98 xA3EFA9 xA3EFAA xA3F081 xA3F085 xA3F0A8 xA3F189 xA3F262 xA3F4A9 xA3F4F3 xA3F4FB xA3F5BE xA3F6D7 xA3FADE xA3FDA7 xA3FDAE xA457FC xA468E9 xA46BF7 xA46DFE xA471E2 xA472ED xA478DA xA481DC xA483E8 xA488DE xA48FC8 xA494F5 xA497F6 xA49DFD xA4A0E0 xA4A0E5 xA4A2B2 xA4A8B6 xA4ABF9 xA4ACC7 xA4ADEB xA4B0CE xA4B2FD xA4B5AF xA4B9F1 xA4C7E1 xA4C9BA xA4CAC8 xA4CCBE xA4CCD5 xA4CDB2 xA4CDEA xA4CEE4 xA4D2A5 xA4D39C xA4D4A8 xA4D5BB xA4D7B9 xA4DAB7 xA4DADD xA4DCA3 xA4DDC1 xA4E276 xA4E3F6 xA4E4D4 xA4E692 xA4E76F xA4E7C1 xA4EA9D xA4EF96 xA4EFC9 xA4F0D9 xA4F38D xA4F4E2 xA4F561 xA4F87F xA4F8A0 xA4F978 xA4FEBC xA55CF4 xA567F6 xA576E2 xA579E1 xA57AF9 xA57FE2 xA57FE8 xA57FFD xA588D0 xA589E1 xA58ADE xA58BF6 xA58ECD xA59CDF xA5A0CB xA5A4C5 xA5A4F1 xA5A6C8 xA5A6CE xA5A7FC xA5AABC xA5ABEF xA5ADEB xA5ADFE xA5AEA2 xA5B4A0 xA5B5EE xA5BB95 xA5BCDF xA5C4EC xA5C78D xA5C7D5 xA5C8B0 xA5CDE1 xA5D1A7 xA5D37D xA5D39B xA5D9DB xA5DA76 xA5DAB1 xA5DCA5 xA5DE7F xA5E0A6 xA5E0B5 xA5E179 xA5E1FC xA5E2BE xA5E394 xA5E7FC xA5E88B xA5E8E6 xA5ECE4 xA5F0B9 xA5F3B0 xA5F3DA xA5F57B xA5F5B4 xA5F664 xA5F778 xA5F79D xA5F9D9 xA5FA7F xA5FDF5 xA65BFC xA661EE xA671F0 xA681D1 xA686CC xA68AFD xA68CC5 xA696E1 xA698D2 xA69AEB xA69EC9 xA69EE6 xA6A2DC xA6A2F9 xA6A3BA xA6A5B3 xA6A5B9 xA6A5DB xA6A6F3 xA6A6F5 xA6A9D9 xA6AAEB xA6AEC9 xA6B1FD xA6B8EA xA6BAB6 xA6BC98 xA6C1AD xA6C2C9 xA6C3A5 xA6C3A9 xA6C4DD xA6C4FE xA6C9B5 xA6CABB xA6CAC3 xA6CACA xA6CBE1 xA6D1BD xA6D29F xA6D6BE xA6D9F8 xA6DAD2 xA6DAF1 xA6DE7F xA6DED4 xA6DFB7 xA6E0BB xA6E189 xA6E1BF xA6E1C5 xA6E1C6 xA6E2DE xA6E596 xA6E5B4 xA6E68A xA6EA91 xA6EBF5 xA6EC96 xA6EDBC xA6EDC9 xA6EF80 xA6EFE8 xA6F0AE xA6F0F9 xA6F196 xA6F5C6 xA6F973 xA769E8 xA76AE4 xA774EE xA78DD8 xA797EE xA799EA xA79DD2 xA7A0F0 xA7A1F3 xA7A2CD xA7A5A9 xA7AFBC xA7AFEC xA7B0BC xA7B4E1 xA7B5AA xA7B5C5 xA7B6EF xA7B7D6 xA7B7F8 xA7B8C8 xA7BDC6 xA7BDDA xA7BEA7 xA7BFA8 xA7C1CB xA7C3C8 xA7C8BB xA7C9C2 xA7CDAD xA7D0B1 xA7D68B xA7D884 xA7D9DA xA7DB88 xA7DD85 xA7DF97 xA7DFFA xA7E0A2 xA7E299 xA7E2BA xA7E7AA xA7E8D4 xA7E97B xA7E9D4 xA7EB6E xA7EED0 xA7EED5 xA7EEF6 xA7F1CC xA7F5BF xA7F6E6 xA7F7A0 xA7F7E6 xA7F87A xA7F889 xA7F8F2 xA7FADA xA7FC82 xA855FA xA866F5 xA86AF3 xA86DF9 xA873F3 xA879F3 xA87AD7 xA87FCE xA880D0 xA880EC xA88CC7 xA88DDE xA88ECD xA892D0 xA895B8 xA896F5 xA897F2 xA898FD xA89BCF xA89DD8 xA8A0D3 xA8A1C6 xA8A1DD xA8A4D8 xA8A6E8 xA8A9E1 xA8ABEB xA8ACF1 xA8ADB2 xA8AF9E xA8B1B7 xA8B3BA xA8B4F1 xA8B6EE xA8B6F1 xA8B7A3 xA8B9EE xA8BABE xA8BAF4 xA8BDB4 xA8BEB7 xA8BFC6 xA8BFCF xA8C7AB xA8C9C4 xA8CDC4 xA8CFE5 xA8D288 xA8D2EE xA8DA99 xA8DAB1 xA8DB84 xA8DB97 xA8DCB2 xA8DCFD xA8DF9A xA8E2D8 xA8E3BD xA8E4CB xA8E5C4 xA8E7A6 xA8E88C xA8E9FE xA8EA96 xA8EB7E xA8EBC7 xA8EC6A xA8ED7B xA8EDA1 xA8EECD xA8EEFA xA8F0AA xA8F0F4 xA8F1BA xA8F3F0 xA8F466 xA8F56B xA8FCA4 xA8FCB2 xA8FD7A xA8FDC9 xA8FE5F xA954FC xA965F5 xA96DF0 xA96FE1 xA96FFA xA970F6 xA973EC xA975F6 xA97AEC xA97BDE xA982CD xA985CD xA987F6 xA988F3 xA989F4 xA98DE3 xA98FDD xA997BC xA997EB xA997ED xA998C8 xA99AED xA99BD1 xA99CB9 xA99CDF xA99CFD xA9A6F2 xA9A7F4 xA9A7FA xA9ADC2 xA9AED1 xA9AEFC xA9B29F xA9B2FA xA9B3B9 xA9B4DF xA9B5FA xA9B6CA xA9BAAD xA9BB9E xA9C2CD xA9C3F1 xA9C4C9 xA9C5D0 xA9C5E7 xA9C6D3 xA9C9F3 xA9CDF8 xA9CEBD xA9CFDA xA9D1A6 xA9D1AB xA9D481 xA9D590 xA9D8AE xA9DA7C xA9DAC3 xA9DAD3 xA9DBB6 xA9DBB9 xA9DBFB xA9DD99 xA9DDE0 xA9DDFB xA9DFA8 xA9E0A9 xA9E369 xA9E8D0 xA9EDAF xA9EDBA xA9EE69 xA9EFDC xA9F16F xA9F4C0 xA9F5BC xA9F7E9 xA9F8CD xA9F999 xA9FA5B xA9FA5F xA9FCB2 xA9FEB4 xAA60F6 xAA64FB xAA69F5 xAA6BF8 xAA71E1 xAA72E6 xAA7CDE xAA7CEB xAA80DB xAA80E9 xAA83DE xAA84D7 xAA85DC xAA86E2 xAA8CD3 xAA90E9 xAA93E4 xAA98CE xAA9AC0 xAA9CDB xAA9EB3 xAAA2C6 xAAA4F0 xAAA9FB xAAAAC7 xAAACB0 xAAADBF xAAB6B7 xAAB7A6 xAAB9DF xAAB9F8 xAABBF8 xAABEDA xAABFB8 xAAC1EA xAAC2D4 xAAC3B2 xAAC4B7 xAAC7F5 xAAD1CB xAAD3E0 xAAD5CC xAAD5FA xAAD7A9 xAAD892 xAAD9CA xAADBBC xAADBFD xAADD84 xAAE0F6 xAAE5A6 xAAE686 xAAE6C8 xAAE7CB xAAEA8E xAAEF88 xAAF1D8 xAAF5AD xAAF8BE xAAF958 xAAFA8D xAAFBA3 xAAFBCA xAAFC54 xAAFCAF xAAFDF3 xAB61FD xAB63F0 xAB6DDD xAB72EF xAB76F0 xAB79E9 xAB7DE1 xAB8AEE xAB8BF2 xAB8CCE xAB8FD1 xAB96D7 xAB98E3 xABA6D2 xABA9A3 xABACCA xABAEC1 xABAFC1 xABB0E9 xABB1EF xABB1FC xABB6DF xABB6F5 xABB6FE xABBAF5 xABBBA7 xABC19B xABC4D2 xABCAE3 xABCBB8 xABCBF3 xABCC9F xABCDFD xABCECC xABD1D9 xABD3AD xABD496 xABD498 xABD676 xABD8F6 xABD9F9 xABDAB8 xABDCD9 xABDEE2 xABDFF7 xABE4FA xABE59C xABE5F8 xABE7BF xABE87D xABE8BC xABE8C3 xABEAAB xABEDCB xABEEF1 xABEFA8 xABEFB2 xABF096 xABF2B4 xABF365 xABF5BE xABF6B2 xABF6FA xABF8CB xABFBAA xABFBFB xABFD5E xABFE90 xABFEFE xAC67EC xAC68F4 xAC70E1 xAC70EA xAC70F2 xAC72F3 xAC7FEB xAC80F4 xAC92C4 xAC94D3 xAC99EF xAC9CF2 xAC9FB5 xACA0D7 xACA2D7 xACA3F5 xACA6B0 xACA8E3 xACAFFE xACB4D5 xACB5A5 xACB6C0 xACB6C6 xACB6E5 xACB7D2 xACB8BE xACBC9F xACBFA5 xACC1A5 xACC3AF xACC3D0 xACC4A8 xACC584 xACC6EE xACCAA4 xACCAD3 xACCFD4 xACD08A xACDA8F xACDC82 xACDCA5 xACDD92 xACDDB1 xACE093 xACE3DA xACE3E2 xACE4BE xACE4C6 xACE66B xACE8FA xACEAB5 xACEACA xACEACC xACEBF9 xACEFD2 xACF0A8 xACF27B xACF27C xACF2B3 xACF5D2 xACF5DD xACF7EB xACF8A3 xACF9A2 xACF9D3 xACFAC0 xACFAF1 xACFEB3 xAD55F3 xAD5AF4 xAD63F7 xAD63FE xAD6DFC xAD7FE4 xAD7FFE xAD88CE xAD8AD4 xAD90BE xAD91C0 xAD92F5 xAD96C6 xAD98FC xAD9FBF xADA0CD xADA3BB xADA4E0 xADA6EF xADA7B8 xADA8A5 xADA8C8 xADB0E7 xADB3CE xADB3DB xADB4B7 xADB5C6 xADB69B xADB9BF xADBF8C xADBFD7 xADC2CB xADC3B2 xADC3CD xADC6FA xADCDD3 xADCE9F xADCEFC xADCFE7 xADD1D1 xADD39B xADD6E6 xADD87A xADD8A9 xADD9F4 xADDB9E xADDBC6 xADDF89 xADE1C4 xADE3AC xADE4DE xADE5E1 xADE690 xADE762 xADE8C5 xADE96C xADEB8C xADECB8 xADEEBD xADEF5F xADEF97 xADF096 xADF2B4 xADF2BA xADF59F xADF7CA xADFA4E xADFAAE xADFB7D xADFDF4 xADFE9D xADFED5 xAE58F5 xAE68E1 xAE6AF9 xAE70ED xAE78D4 xAE80E8 xAE81D8 xAE85FC xAE8CC4 xAE98FB xAE99F6 xAEA0A9 xAEA1AE xAEA8DA xAEAFD9 xAEB0A0 xAEB0D6 xAEB298 xAEB6A5 xAEB7FB xAEBC8E xAEBEA5 xAEC0AA xAEC0F7 xAEC2CF xAEC69E xAEC7AA xAEC9AF xAECBA7 xAECFB7 xAED098 xAED19B xAED3F6 xAED797 xAED7CB xAEDA8E xAEDDB7 xAEDDDE xAEDF82 xAEDFA5 xAEE0C0 xAEE2AD xAEE972 xAEE9BD xAEEB7A xAEEBFE xAEEEAA xAEEECD xAEEFB2 xAEF161 xAEF4F8 xAEF75B xAEF87F xAEF9E6 xAEFBB9 xAF65ED xAF6BE3 xAF6CFE xAF6DDD xAF72F7 xAF76DC xAF77D2 xAF77F0 xAF78FB xAF7ACD xAF82CA xAF8AC3 xAF8FF8 xAF92BC xAF96BE xAF9AE6 xAF9CDB xAF9DC0 xAFA4E9 xAFA8FB xAFAA9F xAFAABC xAFAEE1 xAFAEEF xAFAFD2 xAFAFE2 xAFB49F xAFB5BF xAFB8D1 xAFB8EF xAFB8F0 xAFBED6 xAFC0DD xAFC1D8 xAFC493 xAFC4FE xAFC8CA xAFC9D0 xAFCAE1 xAFCBD2 xAFCD8E xAFCD9F xAFCDF4 xAFD683 xAFD68F xAFD7B9 xAFD7ED xAFD88E xAFD9B8 xAFDB8A xAFDBA0 xAFDC75 xAFDCED xAFDFC2 xAFE0D7 xAFE3AE xAFE4AD xAFE4DF xAFE7D3 xAFE9E9 xAFEAD8 xAFECDA xAFEFBA xAFF0EB xAFF1B5 xAFF1E1 xAFF3B7 xAFF4A3 xAFF4D9 xAFF669 xAFF857 xAFF884 xAFF8FE xAFF955 xAFFA96 xAFFABB xAFFBFA xAFFED4 xB05AEE xB065EE xB06DE9 xB06EF5 xB070E7 xB075F4 xB084F3 xB086D1 xB087FC xB08ABE xB092C1 xB097E4 xB099BE xB09AEF xB09EB8 xB0A0D8 xB0A3D6 xB0A5B3 xB0AAAF xB0B3D2 xB0B5C8 xB0B5DF xB0B8BE xB0B8DC xB0BBBF xB0BDA2 xB0C5A4 xB0C5AA xB0C7E1 xB0C88E xB0C9DF xB0CBB6 xB0CC95 xB0CDA7 xB0D0B4 xB0D0ED xB0D2A0 xB0D9B3 xB0DAD0 xB0DB7E xB0DC72 xB0DC75 xB0DFC4 xB0E080 xB0E0B4 xB0E781 xB0E8C7 xB0E9C4 xB0EAE8 xB0EBB6 xB0EBC6 xB0EDF3 xB0EEDA xB0EEDC xB0EFBF xB0F080 xB0F2E8 xB0F3D5 xB0F576 xB0F5AA xB0F6C0 xB0F994 xB0FBFB xB0FEEB xB0FEEF xB157ED xB16DF8 xB16FEF xB170F8 xB175F1 xB179F9 xB180F4 xB181F8 xB182F2 xB184DD xB189EB xB18DD2 xB190B7 xB198B2 xB19BCE xB19BEB xB19FB2 xB19FB8 xB1A2E3 xB1A2F0 xB1A9CD xB1A9D0 xB1AFC3 xB1B1BC xB1B69B xB1B7D1 xB1B8BC xB1BA97 xB1BAFB xB1BDFC xB1C09E xB1C1ED xB1C28D xB1C292 xB1C4BB xB1C4D0 xB1C9E5 xB1CFB9 xB1D0A7 xB1D0D1 xB1D0EA xB1D1DE xB1D380 xB1D383 xB1D47D xB1D4EF xB1D598 xB1D5BF xB1D7A7 xB1D8BB xB1DB6C xB1DDC5 xB1DEA9 xB1DEF1 xB1E17F xB1E5B5 xB1E693 xB1E7A6 xB1E9B5 xB1ECC2 xB1ECFE xB1EF80 xB1EFC4 xB1F073 xB1F0CF xB1F1EE xB1F48D xB1F7DB xB1F8F1 xB1F9E6 xB1FA88 xB1FC87 xB267ED xB267F1 xB26BF2 xB26CF8 xB26CFE xB26EDA xB272E4 xB274EE xB27CE0 xB280FB xB288E7 xB28BCB xB28FE9 xB298CC xB29AD9 xB29CCF xB29CD5 xB29FE7 xB2A1E5 xB2A1FD xB2A2A5 xB2AB9E xB2ABEC xB2ADB5 xB2AE9B xB2AFBF xB2AFF4 xB2B0C4 xB2B1AA xB2B49F xB2B4FA xB2B5A6 xB2B6BE xB2B88E xB2BD89 xB2BDEB xB2BFA0 xB2C2F3 xB2C6B4 xB2C78B xB2C8C5 xB2C98E xB2CAB8 xB2CB89 xB2CBD5 xB2CDB3 xB2CEE9 xB2D078 xB2D07B xB2D1E8 xB2DAD1 xB2DDAE xB2DEF8 xB2E1A3 xB2E79B xB2EE97 xB2F37E xB2F66B xB2F698 xB2F8EF xB2F9AB xB2FB8E xB2FB95 xB2FCB4 xB2FCF1 xB2FD69 xB35EE5 xB367DD xB36FFD xB37DDD xB385F0 xB386D1 xB388C7 xB38BC9 xB38BE2 xB38CCA xB38FE9 xB390C3 xB393B6 xB395F1 xB398F7 xB39BD8 xB39BE8 xB39BEE xB39BF8 xB39DBB xB39FC9 xB3A1E2 xB3A2BD xB3A3BA xB3A4C8 xB3A89D xB3A9FB xB3AEE7 xB3AFA3 xB3B2E5 xB3B4CB xB3B4D4 xB3B4F3 xB3B9B5 xB3BADD xB3BEAF xB3C3A4 xB3C4B3 xB3C7D4 xB3CAF8 xB3CC9C xB3CF91 xB3D07D xB3D0F9 xB3D37A xB3D3BC xB3DAF2 xB3DBB9 xB3DEB3 xB3DECE xB3DFE3 xB3E072 xB3E3F1 xB3E4A6 xB3E676 xB3E778 xB3E77A xB3E7A2 xB3EB83 xB3EC92 xB3EDAA xB3F1E0 xB3F2A4 xB3F2BF xB3F49A xB3F54F xB3F6AE xB3F6F2 xB3FAE5 xB3FB77 xB3FBE1 xB3FD6F xB458F7 xB462EE xB465DF xB465EB xB466DF xB468D9 xB46BE3 xB475CC xB475D0 xB47DE4 xB47EC7 xB47EE3 xB47FC4 xB488CB xB48BBA xB48CE2 xB48DC3 xB48FC6 xB490E5 xB493C4 xB493D8 xB497D6 xB497F0 xB49BF1 xB49CE7 xB49CEC xB49EA4 xB4A0AD xB4A0F8 xB4A3BC xB4A3F0 xB4A3FE xB4A8B3 xB4A8CA xB4A99A xB4A9AD xB4ABAC xB4ADE8 xB4B0D4 xB4B0E6 xB4B2D9 xB4B6B8 xB4B7A1 xB4B7CE xB4BD9D xB4BECF xB4C0AA xB4C287 xB4C2D0 xB4C2DE xB4C2E5 xB4C38F xB4C5BB xB4C5BD xB4C68D xB4C88B xB4C8D1 xB4C8F1 xB4C9B7 xB4CB83 xB4CC8C xB4CDD6 xB4CEC5 xB4CFB0 xB4CFB6 xB4D0B2 xB4D2F2 xB4D375 xB4D3BE xB4D3E5 xB4D7F6 xB4DC7D xB4DE7E xB4DE7F xB4DFDB xB4E0A8 xB4E26E xB4E2D2 xB4E3B7 xB4E6A2 xB4E75C xB4ECF5 xB4EFBD xB4F0BF xB4F5EB xB4F74A xB4F8F1 xB4FB58 xB4FC68 xB4FC94 xB54BF7 xB551F0 xB55EF4 xB574CC xB574E7 xB579DC xB57BE4 xB587F2 xB58AFB xB58CFE xB58FFA xB593DE xB59ADF xB59BD0 xB59EC4 xB5A2FA xB5A799 xB5A9A7 xB5A9DE xB5ADBF xB5ADD4 xB5AEC7 xB5B096 xB5B0A0 xB5B0B7 xB5B0E1 xB5B1F1 xB5B3F8 xB5B48C xB5B5CF xB5B5DB xB5B6D5 xB5B7EB xB5BAA6 xB5BFD1 xB5C1CE xB5C78C xB5C8EE xB5CBCE xB5CBFA xB5CE74 xB5CEA8 xB5CEE2 xB5D0DC xB5D0E2 xB5D5B2 xB5D673 xB5D6F2 xB5D790 xB5D9DC xB5DB6A xB5DB9E xB5DEAB xB5DF8A xB5DFBF xB5E0E5 xB5E47D xB5E7BE xB5E978 xB5EB94 xB5EBFC xB5EC82 xB5EDE4 xB5EEA7 xB5EFBC xB5F082 xB5F2B3 xB5F372 xB5F48E xB5F6B6 xB5FAC1 xB5FC7B xB5FC81 xB64BF6 xB64BFE xB662FC xB665E3 xB667FB xB66CE3 xB671E3 xB67FEC xB681D6 xB685D2 xB68EB1 xB68FF0 xB691E2 xB692D0 xB692E0 xB696F6 xB69BB5 xB69CC9 xB6A0AF xB6A4C6 xB6A5A5 xB6A79F xB6A7DD xB6ABB9 xB6AFA6 xB6B1DC xB6B1E7 xB6B2F3 xB6B3A9 xB6B3FA xB6B7EF xB6B8EE xB6B9B5 xB6BCE0 xB6BFE6 xB6C1C0 xB6C47C xB6C4C7 xB6C59A xB6C5E1 xB6C8E3 xB6CABC xB6CDEC xB6CEEF xB6D2B2 xB6D2BE xB6D3C9 xB6D5BF xB6D6C7 xB6DA69 xB6DD88 xB6E083 xB6E3DA xB6E5A1 xB6E77A xB6E882 xB6E899 xB6EA9B xB6EBAF xB6EBDD xB6EC84 xB6ECE8 xB6F18C xB6F197 xB6F4B5 xB6F4D3 xB6F55A xB6F5C7 xB6F5D2 xB6F67B xB6F7AA xB6F7B2 xB6F9CA xB6FA6F xB6FBD5 xB6FE4C xB6FEDD xB74EFD xB751F6 xB752FD xB75FEE xB762FE xB76FDA xB775CD xB77AF5 xB77BF0 xB781CE xB78AE3 xB78DB4 xB792B1 xB792E9 xB793C8 xB794ED xB797CF xB79CE9 xB79FB8 xB7A2A0 xB7A4BF xB7ABB8 xB7AFAB xB7B08E xB7B2DE xB7B2F9 xB7B78D xB7B7E1 xB7B8AB xB7B8DF xB7B8E8 xB7BE8B xB7BEA6 xB7C0CD xB7C3B3 xB7C495 xB7C7D7 xB7C878 xB7C890 xB7C9B5 xB7CCC2 xB7CCE1 xB7CDE0 xB7CE96 xB7CEB1 xB7D18F xB7D3F6 xB7D4F4 xB7D59B xB7D794 xB7DAD8 xB7E0C0 xB7E0C3 xB7E15D xB7E1A6 xB7EAE0 xB7ECD0 xB7EE6D xB7F152 xB7F2C2 xB7F4D3 xB7F6B5 xB7F6CF xB7F7C3 xB7F946 xB7FA4D xB7FAA3 xB7FB89 xB84BFA xB84DF7 xB863F5 xB86DD3 xB86DFC xB86ED5 xB876CF xB87BEC xB87ED8 xB87FD8 xB883E5 xB886D7 xB886E6 xB88CC4 xB88CF0 xB88DDA xB890CE xB891DF xB893C2 xB898BB xB89ECD xB8A0A9 xB8A0AB xB8A1E1 xB8A6FD xB8A7B7 xB8A897 xB8ABB8 xB8B1ED xB8B4CB xB8B4E5 xB8B6CB xB8B8C0 xB8BBF0 xB8BFAB xB8C48D xB8C7A6 xB8C7C3 xB8C99D xB8C9CE xB8CABD xB8CDEF xB8D18C xB8D388 xB8D681 xB8D692 xB8D6F8 xB8D8D0 xB8D8FB xB8D9E1 xB8DC6C xB8DCFD xB8DF77 xB8DF93 xB8E0F4 xB8E1A3 xB8E389 xB8E4FB xB8E55C xB8E5BC xB8E8D6 xB8E9B4 xB8EAD1 xB8EB71 xB8EB97 xB8EBD7 xB8EBF2 xB8EC9C xB8F2B2 xB8F499 xB8F8DB xB8F8EF xB8FD9B xB8FE4F xB94BF8 xB95EFC xB966F4 xB97DE1 xB97FC7 xB983DA xB984F8 xB985FD xB989D8 xB98EF7 xB98FF5 xB991B5 xB994F9 xB99ABF xB99EA6 xB9A0A2 xB9A2DF xB9A5DE xB9A6BE xB9A7FE xB9A8BE xB9ADF9 xB9AECA xB9B0C6 xB9B1B4 xB9B3ED xB9B4A4 xB9B7F9 xB9B8A2 xB9B99E xB9B9BB xB9BBC8 xB9BDC4 xB9BFF0 xB9BFF8 xB9BFF9 xB9C0A2 xB9C2E3 xB9C4B0 xB9C4E1 xB9C8E9 xB9C9A4 xB9CAA0 xB9CEF5 xB9CFAB xB9CFC7 xB9CFE0 xB9D0DA xB9D5D4 xB9D7FB xB9DCED xB9DDCF xB9E177 xB9E47D xB9E5DF xB9EA6C xB9ECE5 xB9EDE4 xB9EE83 xB9EEE3 xB9F0D5 xB9F194 xB9F264 xB9F59C xB9F5F5 xB9F696 xB9F9C9 xB9FB9A xB9FEF3 xBA58EB xBA62E4 xBA67ED xBA6AD6 xBA6CD7 xBA6DDE xBA73EE xBA79CF xBA7BC4 xBA7BD9 xBA7DCB xBA80BE xBA80C2 xBA80DC xBA84C5 xBA88FD xBA90FA xBA93BF xBA93D6 xBA94AB xBA98B1 xBA9BF1 xBAA5EF xBAA8C3 xBAA9A6 xBAA9E7 xBAAADE xBAAAE0 xBAAEA4 xBAAEB7 xBAAFFB xBAB08C xBAB4D4 xBAB58D xBAB6AD xBAB6C0 xBAB6E0 xBAB8B9 xBAB8BD xBABBD8 xBABDB2 xBAC29F xBAC3AE xBAC3DC xBAC4AF xBAC7C7 xBAC7D2 xBAC8B3 xBACBBD xBACD74 xBACDDB xBACEF8 xBAD176 xBAD1CC xBAD4B9 xBAD4FB xBAD7A7 xBADCDF xBADD81 xBAE076 xBAE092 xBAE16B xBAE2B2 xBAE868 xBAE899 xBAEAE3 xBAECA7 xBAEDCB xBAEDEB xBAEE95 xBAEFF5 xBAF087 xBAF1A9 xBAF296 xBAF9F9 xBAFD51 xBAFD55 xBAFE74 xBB5DE5 xBB6FF1 xBB6FF3 xBB75FC xBB78C4 xBB78F2 xBB79E4 xBB7AF7 xBB7DE6 xBB83E2 xBB8BDB xBB91FA xBB9FE5 xBBA3FA xBBA5ED xBBA7DF xBBACAF xBBADC6 xBBADE6 xBBADF1 xBBAEC0 xBBB3F3 xBBB4CC xBBB4CF xBBB9B8 xBBBCDB xBBBFC7 xBBC1C6 xBBC28C xBBC38B xBBC3B9 xBBC4A2 xBBC799 xBBC998 xBBCBCF xBBCBD8 xBBCBE3 xBBCD7A xBBCEEC xBBCF92 xBBD288 xBBD2CA xBBD397 xBBD58E xBBD5B1 xBBD684 xBBD8D4 xBBDFE0 xBBE1C3 xBBE3F7 xBBE460 xBBE6C9 xBBE6D4 xBBE866 xBBEBB9 xBBEC54 xBBECB8 xBBECF4 xBBED6E xBBEF75 xBBEFF2 xBBF2D0 xBBF3BF xBBF750 xBBF85F xBBFA46 xBBFB46 xBC55F2 xBC56F8 xBC63F7 xBC71F4 xBC84BF xBC87F9 xBC88C5 xBC8BB8 xBC8FB2 xBC8FD2 xBC96D9 xBC97EE xBC98BA xBC98BF xBC98F1 xBC9AB7 xBC9AE5 xBC9BDE xBCA2C8 xBCA5C0 xBCA5C7 xBCA7E1 xBCAEF6 xBCB08A xBCB098 xBCB5BC xBCB6E8 xBCB8C6 xBCB9BF xBCBAB8 xBCBAFA xBCBFAD xBCBFD1 xBCC3E1 xBCC3EE xBCC5ED xBCC8B7 xBCC8C0 xBCC9FA xBCCA96 xBCCDA9 xBCCF8E xBCD07D xBCD19E xBCD1C2 xBCD1D5 xBCD385 xBCD3F4 xBCD4A7 xBCD4DA xBCD66A xBCD678 xBCDA61 xBCDCE7 xBCDDD8 xBCE1DB xBCE2D8 xBCE461 xBCE4BC xBCE6B3 xBCE8AB xBCEA86 xBCEAF4 xBCECD3 xBCED98 xBCF36C xBCF46C xBCF4EC xBCF55E xBCF663 xBCF775 xBCF887 xBCF8C2 xBCF97E xBCFA64 xBCFD84 xBCFEE9 xBD48FA xBD4AF9 xBD53E7 xBD53EC xBD56FD xBD5EDA xBD5FF6 xBD60E0 xBD66FA xBD68E3 xBD6AEB xBD6CCD xBD6EED xBD76E5 xBD78DF xBD7BF0 xBD82EE xBD82F2 xBD86BD xBD8AF5 xBD90BB xBD93B5 xBD93BB xBDA0F4 xBDA3CA xBDA495 xBDACE3 xBDAFB7 xBDAFCD xBDB0CC xBDB2A8 xBDB4C1 xBDB59D xBDB5A3 xBDB6AD xBDB7BA xBDBA82 xBDBABD xBDBAEC xBDBBF1 xBDBC9B xBDBE97 xBDC187 xBDC18C xBDC1AC xBDC2CD xBDC7D5 xBDC8BF xBDC9CF xBDCA76 xBDCA9C xBDCBC4 xBDCE74 xBDCF98 xBDD072 xBDD07D xBDD193 xBDD1BB xBDD1F9 xBDD861 xBDD9BF xBDDAE9 xBDDB97 xBDDC82 xBDE1D6 xBDE26E xBDE29F xBDE2A3 xBDE35B xBDE382 xBDE4B1 xBDE7BE xBDE88B xBDEB67 xBDEBA3 xBDEC7B xBDEDC2 xBDEDC7 xBDEDEE xBDF098 xBDF26F xBDF298 xBDF3D7 xBDF3FB xBDF5FD xBDF682 xBDF6AA xBDF6FC xBDF799 xBDF7EB xBDF87C xBDF956 xBDF9D4 xBDFB66 xBDFC60 xBDFDE9 xBDFEA7 xBE4BFA xBE4EF4 xBE60FA xBE61DF xBE67FD xBE6BD9 xBE6FDD xBE72E8 xBE76E6 xBE7BDE xBE7BE5 xBE7DDC xBE80F0 xBE81DB xBE82BC xBE89C0 xBE8CDD xBE92A6 xBE92D7 xBE92ED xBE94E2 xBE97A1 xBE97C9 xBE99AC xBE99E0 xBE9DAA xBEA0B3 xBEA1EF xBEA9D1 xBEB08B xBEBAD7 xBEBBC9 xBEBC87 xBEBECF xBEBEF4 xBEC2AC xBEC4C7 xBEC5BA xBEC8B4 xBEC993 xBEC9B9 xBECAF1 xBECD7A xBECEC1 xBED180 xBED18A xBED2F1 xBED4A2 xBED587 xBED6CF xBED7BF xBED886 xBED8A0 xBED9AF xBEDBD8 xBEDCA1 xBEDDBA xBEDFA1 xBEE0B0 xBEE0D6 xBEE7D6 xBEEBAD xBEEC78 xBEEDCD xBEEEDD xBEEF6E xBEF07E xBEF0BA xBEF5C4 xBEF65E xBEF7CA xBEF879 xBEF954 xBEF9AD xBEF9C0 xBEFB81 xBEFC55 xBEFCBD xBF5EF5 xBF65DE xBF71DF xBF73F9 xBF75EB xBF7FD2 xBF84B8 xBF8BEA xBF96B4 xBF98C8 xBF9BB3 xBF9C9A xBF9CB0 xBF9CEE xBF9ED6 xBF9EE1 xBF9FD6 xBFA3B0 xBFAC94 xBFADFB xBFAED7 xBFAFA3 xBFB0C5 xBFB1DC xBFB2B0 xBFB2F1 xBFB4A7 xBFB4A8 xBFB7CB xBFB7CD xBFB7ED xBFB87E xBFBAAC xBFBBB8 xBFBCBE xBFBD7F xBFBE83 xBFC197 xBFC1B1 xBFC7E1 xBFC9C9 xBFCC9A xBFCD7D xBFCFA6 xBFCFD1 xBFD07D xBFD0DE xBFD284 xBFD3E8 xBFD561 xBFD5A0 xBFDCDD xBFDDFA xBFDE6E xBFDE72 xBFE0DF xBFE159 xBFE2E4 xBFE490 xBFE4AC xBFE4CF xBFE7A2 xBFEC71 xBFEC7F xBFEDE0 xBFEEE6 xBFEF9C xBFF1A0 xBFF1A8 xBFF771 xBFF77F xBFF963 xBFFB3F xBFFC86 xBFFD91 xBFFDD4 xC044FD xC045FC xC04BEE xC054EF xC054F8 xC05CDC xC065F8 xC06BE7 xC073EF xC078D9 xC07BDA xC07CC2 xC07DC1 xC087BF xC087C0 xC087CE xC087D2 xC090A9 xC090B5 xC091EF xC093E8 xC093F1 xC0989F xC0999E xC09CD8 xC09EAD xC09ED4 xC09EEB xC09FCC xC0A0A7 xC0A6A5 xC0A796 xC0A7CA xC0A7DC xC0A7F6 xC0A9E5 xC0B0A4 xC0B1F3 xC0B6BA xC0BBFD xC0BC96 xC0BDD5 xC0BFB8 xC0C0A0 xC0C0C6 xC0C1FB xC0C3D5 xC0C4FD xC0C588 xC0C8B1 xC0C9E4 xC0CEDA xC0CEEB xC0CF77 xC0CFC7 xC0D0F7 xC0D2E2 xC0D3AD xC0D8AC xC0D9DC xC0DAD3 xC0DB6C xC0DDB3 xC0E057 xC0E098 xC0E2D1 xC0E3D0 xC0E480 xC0E663 xC0E857 xC0E86C xC0E9D3 xC0EE8F xC0EE95 xC0EECF xC0F0B9 xC0F27C xC0F28A xC0F3B3 xC0F462 xC0F547 xC0F54E xC0F5DB xC0F89D xC0FDC1 xC0FED5 xC0FEE0 xC14DF0 xC15FE5 xC162D8 xC16AD1 xC17ADE xC17BCA xC17EB9 xC182E6 xC188CB xC189EC xC18CDB xC18FB4 xC18FE7 xC191AB xC192FD xC196AA xC197DC xC199AB xC19AFC xC19EB5 xC19EE4 xC1A19D xC1A1A0 xC1A79B xC1A990 xC1ACA3 xC1AFA8 xC1B0DF xC1B0E9 xC1B1B1 xC1B2C2 xC1B3F2 xC1B7AA xC1B9D7 xC1BAFD xC1BCB1 xC1C09C xC1C198 xC1C1D0 xC1C2ED xC1C4B9 xC1C4D1 xC1C5FA xC1C687 xC1CA78 xC1CCC1 xC1CD82 xC1CD8F xC1CD9F xC1CE73 xC1D2DB xC1D4C1 xC1D762 xC1D7EA xC1D87E xC1D8F0 xC1DACE xC1DD80 xC1DDD9 xC1DDE0 xC1E263 xC1E2A7 xC1E396 xC1E75E xC1E7B5 xC1E7EE xC1E975 xC1EAFA xC1EB77 xC1EBAD xC1EDC1 xC1EEE5 xC1EFE9 xC1F15D xC1F2CD xC1F3CE xC1F548 xC1F6F0 xC1F73D xC1F78E xC1F7E2 xC1F95E xC1FAA2 xC251F1 xC256FB xC258EA xC25CF6 xC26FDE xC270D9 xC271E8 xC276CE xC277F5 xC279EC xC27ED8 xC284DB xC287EF xC28BCE xC28BE8 xC28DA8 xC290FE xC292C2 xC296C7 xC29BE1 xC29C9B xC29D98 xC29EAC xC29ED9 xC2A2D8 xC2A2F9 xC2A4DC xC2A6C3 xC2A7AA xC2A89C xC2A9B6 xC2AD9D xC2AFDD xC2B0B5 xC2B0D3 xC2B4BF xC2B89C xC2BD8B xC2BEB4 xC2BF75 xC2C091 xC2C1CE xC2C291 xC2C3D0 xC2C67C xC2C7A4 xC2C888 xC2C9C2 xC2C9CA xC2C9E8 xC2CA77 xC2CDE7 xC2D26A xC2D3A7 xC2D3AE xC2D3E5 xC2D7F7 xC2D886 xC2D8EB xC2D9D0 xC2D9D3 xC2D9DB xC2DB7A xC2DC72 xC2DCD5 xC2DD88 xC2DFB6 xC2DFD7 xC2E185 xC2E1AC xC2E259 xC2E46D xC2E65C xC2E7D5 xC2ECD5 xC2EDA5 xC2EEA5 xC2EFED xC2F095 xC2F18A xC2F6AB xC2F7EF xC2F957 xC2F9C1 xC2F9EE xC2FA8F xC344F6 xC35DF1 xC360E7 xC365D1 xC368E7 xC36CF4 xC374C7 xC375D2 xC378E0 xC381D8 xC385BC xC386F0 xC38AE4 xC38FF8 xC399FE xC39BBF xC39CC6 xC39FF8 xC3A09F xC3A2B5 xC3A5EE xC3A6B2 xC3A7D8 xC3A9A1 xC3AC94 xC3AC9D xC3ADE2 xC3AEDF xC3AEE3 xC3AEFA xC3AEFB xC3B2DB xC3B399 xC3B3D5 xC3B491 xC3B4F2 xC3B6C9 xC3B7EF xC3B9B9 xC3BB86 xC3BBCE xC3BC99 xC3C0D3 xC3C0F4 xC3C19E xC3C49D xC3C4E4 xC3C5BD xC3C7C4 xC3CA84 xC3CAC6 xC3CB9F xC3CD6C xC3CEDD xC3CFD0 xC3CFE1 xC3CFE4 xC3D0FD xC3D2E8 xC3D4E5 xC3D6DF xC3D7B2 xC3D9DC xC3DCF9 xC3DD6A xC3DDA5 xC3DE68 xC3E096 xC3E0B8 xC3E279 xC3E2AE xC3E452 xC3E591 xC3E78B xC3ED6A xC3EDE9 xC3EEE5 xC3EEEE xC3EF5A xC3F361 xC3F3F6 xC3F5A8 xC3F778 xC3F7D8 xC3F87F xC3F8D1 xC3F9C0 xC3FA46 xC3FB5E xC3FC85 xC3FD35 xC3FD85 xC3FE73 xC442F9 xC44EE4 xC450E5 xC467DB xC46AD5 xC46BD4 xC46CD9 xC472EB xC474C7 xC47CD5 xC47CD8 xC47DBA xC47DEA xC481E3 xC48CEA xC48DF6 xC48EBA xC491DF xC492BC xC49BD7 xC49D95 xC49ECA xC49F9C xC49FEF xC4A5DD xC4A7E2 xC4A8A0 xC4A8B7 xC4A8ED xC4A9BC xC4AADA xC4ABC4 xC4AFCD xC4B7BD xC4BAF8 xC4BBA9 xC4BD90 xC4BD94 xC4BDA3 xC4C2BA xC4C4A5 xC4C4EC xC4C595 xC4C6AD xC4C776 xC4C7BE xC4C88A xC4C8F2 xC4C973 xC4C9A9 xC4D0DB xC4D277 xC4D2CA xC4D4C2 xC4D4E7 xC4D6CB xC4DEC8 xC4E1B4 xC4E274 xC4E4DB xC4E4FC xC4E55C xC4E5FA xC4E6BC xC4E6DA xC4E794 xC4E9FE xC4EC4F xC4ED8C xC4EDEF xC4EF95 xC4F07F xC4F08C xC4F261 xC4F4C9 xC4F549 xC4F642 xC4F6C7 xC4F7E2 xC4F9DF xC4FAD1 xC4FCE6 xC4FE3B xC54EF8 xC54FFE xC558F8 xC559E5 xC559EC xC55BE2 xC560EB xC563E0 xC565EE xC567EC xC56AE7 xC56FD8 xC574BD xC577C3 xC57AC9 xC57DE5 xC57EBC xC57FD8 xC57FE0 xC57FE1 xC582D2 xC584C8 xC58ADD xC58EF0 xC590A7 xC590FC xC591A4 xC595CE xC598CB xC59ACA xC59EEB xC59FD8 xC5A294 xC5A2A6 xC5A398 xC5ADB0 xC5AE8A xC5AEC8 xC5AFEB xC5B198 xC5B4BD xC5BE77 xC5BF82 xC5C273 xC5C285 xC5C385 xC5C56D xC5C66E xC5C78B xC5C897 xC5C899 xC5C9A9 xC5CF8A xC5D0C6 xC5D0E3 xC5D363 xC5D399 xC5D69A xC5D6CA xC5D7BF xC5D981 xC5DDBC xC5DEA7 xC5DF6C xC5DFE2 xC5E175 xC5E1DE xC5E36C xC5E45C xC5E4D9 xC5E6B4 xC5E9EB xC5ECA7 xC5EF5A xC5F057 xC5F16F xC5F4A4 xC5F5F5 xC5F6FD xC5F89C xC5F8A2 xC5F8CA xC5FB3D xC5FB3E xC5FCDB xC5FDFB xC5FE8F xC641F2 xC644F4 xC651F8 xC654FD xC668D5 xC66DD4 xC672C1 xC672DE xC680C4 xC681E5 xC686CE xC686D7 xC68AC7 xC68AFC xC693BC xC69ACC xC69BB9 xC69BC1 xC69EB8 xC69F9E xC6A0F4 xC6A2B5 xC6A7F8 xC6A8E6 xC6AC89 xC6ACBF xC6ACCA xC6ACF7 xC6AFF5 xC6B0F5 xC6B284 xC6B4A2 xC6B4DA xC6B5C5 xC6B6F2 xC6B88D xC6BABA xC6BC7E xC6BCA2 xC6C0FB xC6C1C9 xC6C36C xC6C37A xC6C677 xC6C898 xC6C8AB xC6C99F xC6C9DD xC6CC8A xC6D0D2 xC6D167 xC6D28F xC6D2F5 xC6D3BE xC6D47E xC6D8F7 xC6DC93 xC6DF5D xC6DFCD xC6E255 xC6E2C3 xC6E4AE xC6E599 xC6E5BE xC6E79D xC6E7CB xC6E7EA xC6E890 xC6E8F8 xC6E9D6 xC6EBA0 xC6EBD0 xC6ED5D xC6EDD3 xC6EE4B xC6EE63 xC6F273 xC6F28D xC6F464 xC6F481 xC6F5A4 xC6F5C6 xC6FAAB xC6FCE5 xC6FE57 xC6FE97 xC6FEEB xC742F1 xC759ED xC760E2 xC760E4 xC764FE xC76CCF xC773D8 xC773F1 xC776EE xC77AF8 xC77DB5 xC780E1 xC782B2 xC784EE xC78EE1 xC790E4 xC797D9 xC79AA4 xC7A4FA xC7A7BE xC7A89A xC7AAC1 xC7ACCB xC7AEC3 xC7B0E1 xC7B3DF xC7B4C0 xC7B996 xC7B9CA xC7BAE3 xC7BDB7 xC7BFF5 xC7C296 xC7C2A3 xC7C4CE xC7C6A1 xC7C76E xC7C791 xC7C97E xC7CDF8 xC7D1DC xC7D45D xC7D492 xC7D5A6 xC7D5C6 xC7D772 xC7D8FD xC7D9E9 xC7DF69 xC7E092 xC7E0EA xC7E0F7 xC7E16E xC7E1C5 xC7E258 xC7E34C xC7E64C xC7E878 xC7E8B7 xC7E9F0 xC7EA99 xC7EBD8 xC7EBF2 xC7ED53 xC7F045 xC7F256 xC7F296 xC7F488 xC7F48A xC7F659 xC7F674 xC7F754 xC7F976 xC7FB37 xC7FBBC xC7FC9B xC834FD xC838FE xC83BF9 xC869D2 xC86AC3 xC86AE0 xC870DC xC871F6 xC875C3 xC876BE xC87BE5 xC882F8 xC884CD xC886B9 xC88ABF xC88BA8 xC88EB6 xC892E1 xC893AF xC896A9 xC897FA xC898C4 xC89AD5 xC89E96 xC89FA4 xC8A0A3 xC8A0D1 xC8A1CC xC8A1D2 xC8A69A xC8A6AA xC8A89B xC8A9E1 xC8ADB1 xC8AE9F xC8B3E4 xC8B88C xC8B8BA xC8B982 xC8BDC9 xC8BDE0 xC8C574 xC8C5B2 xC8CF60 xC8CFB5 xC8D0A9 xC8D270 xC8D2BA xC8D4DA xC8D5E5 xC8D7A4 xC8D7AF xC8D867 xC8D973 xC8DA5D xC8DA86 xC8DAE2 xC8DCB4 xC8DD98 xC8DEB9 xC8DFA5 xC8DFDE xC8E094 xC8E0C2 xC8E14D xC8E1A3 xC8E54E xC8E5B1 xC8E5ED xC8E782 xC8E78A xC8E7B7 xC8E9BA xC8EA5C xC8EAA6 xC8EC5E xC8EE5D xC8EEA7 xC8F08B xC8F39E xC8F3CB xC8F4A9 xC8F55D xC8F6B2 xC8FA97 xC8FD45 xC8FDDE xC8FE36 xC8FEB2 xC8FED7 xC935F7 xC94EE8 xC952EE xC954E9 xC965DE xC967D4 xC96DE5 xC96ED8 xC971D5 xC97BCF xC97BE7 xC97FF7 xC982B9 xC982BF xC988B4 xC98BBD xC98BE9 xC992A4 xC997BF xC99CC0 xC99CFD xC99FE6 xC9A0EB xC9A292 xC9A3B0 xC9A4CE xC9A4E0 xC9A591 xC9A592 xC9A5BF xC9A8A0 xC9A9FC xC9AB9B xC9ABAA xC9ABD4 xC9AFA0 xC9B1FD xC9B2BC xC9B5AF xC9B7AE xC9B89F xC9B8A4 xC9B97A xC9BAF5 xC9BC9D xC9BE7C xC9BE8D xC9C1A9 xC9C2A8 xC9C3ED xC9C4EC xC9C7B2 xC9C7EE xC9C88C xC9C97B xC9CAF3 xC9CAF4 xC9CBAA xC9CBD7 xC9CCF8 xC9CD6C xC9CFBF xC9CFC2 xC9D1F4 xC9D26E xC9D786 xC9D9BE xC9DC8C xC9DDC7 xC9DECE xC9E15C xC9E54A xC9E58C xC9E685 xC9E75F xC9E767 xC9E7A6 xC9E899 xC9E9DB xC9ECCD xC9ECF6 xC9ED50 xC9EFD0 xC9EFE1 xC9F0D3 xC9F1CB xC9F379 xC9F3C6 xC9F5DB xC9F8E3 xC9FA9F xC9FB73 xC9FBC3 xCA41FA xCA4EE9 xCA56D7 xCA58F3 xCA65CD xCA67F5 xCA67F8 xCA6AC5 xCA70C8 xCA7CC5 xCA7EFD xCA81EB xCA83B6 xCA83E8 xCA84B8 xCA85EB xCA8BC6 xCA8BE1 xCA8EBF xCA90B4 xCA94D1 xCA95C1 xCA96AD xCA99C1 xCA99C3 xCA99E9 xCAA08B xCAA8E3 xCAAE81 xCAB0BA xCAB2FE xCAB3CB xCAB4D0 xCAB690 xCAB7DC xCAB8A1 xCAB9EB xCABA8D xCABABE xCABDDF xCABE7F xCAC1CF xCAC26C xCAC492 xCAC4A3 xCAC573 xCAC87A xCACCF7 xCACEE8 xCAD0E3 xCAD35C xCAD470 xCAD4AC xCAD6B7 xCADAD1 xCADBE5 xCADF7B xCADFB0 xCADFEB xCAE48B xCAE7F6 xCAEC46 xCAF07D xCAF33D xCAF57A xCAF5E4 xCAF6A0 xCAF7FB xCAFD75 xCAFD79 xCAFD9F xCAFDA2 xCB40EE xCB4BF7 xCB4CEA xCB4DEF xCB50E0 xCB58E5 xCB61DD xCB66E4 xCB67FB xCB6BCC xCB6ED1 xCB71D6 xCB72FD xCB75DB xCB78DB xCB78F9 xCB7AC4 xCB7BCA xCB80FC xCB83B3 xCB83BC xCB84E8 xCB86D2 xCB86FE xCB87E8 xCB8BEA xCB8CCB xCB8EA9 xCB91D1 xCB92B8 xCB979D xCB9ACA xCB9BAD xCB9D92 xCBA2A2 xCBA3C4 xCBA895 xCBAE89 xCBAFBB xCBAFE0 xCBB17C xCBB593 xCBB679 xCBB7D4 xCBB8D6 xCBB8E0 xCBB8FB xCBB9B5 xCBBBD4 xCBBCB6 xCBBCE0 xCBBF80 xCBC1B5 xCBC1E3 xCBC6FE xCBC875 xCBCAD6 xCBD0CA xCBD0CF xCBD1D9 xCBD3C9 xCBD470 xCBD693 xCBD6AB xCBD7AA xCBD856 xCBDDE3 xCBDE9D xCBDFC7 xCBE078 xCBE17B xCBE1C0 xCBE2AB xCBE2CA xCBE2DE xCBE2E2 xCBE3F3 xCBE6A1 xCBE860 xCBE89A xCBE89D xCBE8B4 xCBECEF xCBEE53 xCBEEB8 xCBEECD xCBEFFB xCBF0F5 xCBF159 xCBF1E2 xCBF1EC xCBF35B xCBF47B xCBF6D4 xCBF7A7 xCBF8C1 xCBFCB9 xCC3CF6 xCC3EF2 xCC3FF4 xCC44F2 xCC4DE0 xCC4FFD xCC52E1 xCC53FE xCC5DE1 xCC5FF0 xCC5FF1 xCC60FB xCC6AD3 xCC6CD8 xCC6ED2 xCC72F3 xCC75E5 xCC75F9 xCC78DE xCC78E4 xCC79EE xCC7BE5 xCC7DBD xCC7DC1 xCC88B2 xCC89AE xCC90F1 xCC92AF xCC92B9 xCC96C8 xCC9BB4 xCC9D93 xCCA591 xCCAAC7 xCCABEA xCCAC94 xCCB0FC xCCB17B xCCB188 xCCB1A1 xCCB1A9 xCCB79B xCCB98F xCCBAA8 xCCBCBD xCCBF8A xCCBFCC xCCC2C3 xCCC4F5 xCCC589 xCCC9A9 xCCCAA8 xCCCB86 xCCD3A3 xCCD3FE xCCD5A0 xCCD6C4 xCCD6CB xCCD76D xCCD954 xCCDA9C xCCDBF7 xCCDC63 xCCDFD6 xCCE0C5 xCCE17B xCCE4C1 xCCE779 xCCE8C7 xCCEA8B xCCEB7E xCCED9F xCCEF83 xCCF17E xCCF2C4 xCCF2E0 xCCF463 xCCF489 xCCF5DB xCCF5EE xCCF660 xCCF6D0 xCCF7AB xCCF935 xCCF9D2 xCCFAE9 xCCFCEB xCD3BED xCD3BF5 xCD43F8 xCD4CFE xCD69F8 xCD6BEB xCD73D3 xCD75F8 xCD78CD xCD79BA xCD7EBA xCD7EE5 xCD80ED xCD82A7 xCD82F7 xCD88EF xCD8AD4 xCD90A8 xCD93D0 xCD95A7 xCD9AB7 xCD9F96 xCD9FF3 xCDA5CF xCDA9F6 xCDABEA xCDB196 xCDB19F xCDB6A3 xCDB6A7 xCDB6C4 xCDB875 xCDB8CA xCDB9AB xCDB9BF xCDBA70 xCDBE9C xCDC2FD xCDC683 xCDC8A9 xCDCBE5 xCDCE80 xCDCFB8 xCDD059 xCDD18A xCDD1BD xCDD2BB xCDD3D8 xCDD6D8 xCDDFD2 xCDE163 xCDE4D7 xCDE4E0 xCDE4EE xCDE6C3 xCDE7F9 xCDE980 xCDE9B3 xCDEB44 xCDF0A1 xCDF0D4 xCDF0DE xCDF1E7 xCDF1FA xCDF243 xCDF2D8 xCDF6EE xCDF6F1 xCDF6F7 xCDF9B9 xCDFCE5 xCE42FE xCE44E6 xCE55F0 xCE5BDA xCE61E2 xCE63F2 xCE6AE4 xCE6FEF xCE73D3 xCE79D8 xCE7ADE xCE7AEB xCE7CB8 xCE7DF8 xCE7FC7 xCE7FD6 xCE7FE1 xCE85FC xCE87DB xCE89B4 xCE8AA0 xCE90A1 xCE91E7 xCE97EB xCE99EC xCE9AC5 xCE9CC5 xCEA3CD xCEA49B xCEA7B2 xCEA8B9 xCEAB7E xCEAB91 xCEAD87 xCEADAD xCEADF6 xCEAECF xCEB47F xCEB48D xCEB684 xCEB79F xCEB87E xCEBAA4 xCEBAF0 xCEBB7E xCEBC7B xCEBCA4 xCEBEE8 xCEBF8A xCEBFE7 xCEC29E xCEC3A0 xCEC3AF xCEC6C2 xCEC869 xCEC873 xCEC8F6 xCEC9B5 xCECBEA xCECCEF xCECDDA xCECECB xCECFC0 xCED068 xCED5C8 xCED692 xCED7E2 xCED87B xCED8E3 xCED96B xCEDB92 xCEDFC1 xCEE24F xCEE29A xCEE2D5 xCEE49B xCEE4CB xCEE6F1 xCEE851 xCEEA8B xCEEACC xCEEC74 xCEED3C xCEEE76 xCEEF7E xCEEFEF xCEF379 xCEF3C7 xCEF595 xCEF6C4 xCEF751 xCEF779 xCEF8A0 xCEF8A6 xCEF8DE xCEFB8B xCEFCD7 xCEFDE0 xCF33F8 xCF37F7 xCF3FFE xCF60C8 xCF61FA xCF67CB xCF69F1 xCF6BBE xCF70C5 xCF70EB xCF73D9 xCF74E1 xCF75CE xCF75FB xCF7AD3 xCF7CDA xCF7DE2 xCF7FD3 xCF85D4 xCF8EEF xCF8FB9 xCF91CA xCF92EE xCF94A1 xCF95C4 xCF97AB xCF97B9 xCF99EC xCF9AEE xCF9FFC xCFA0F7 xCFA4B3 xCFA4FC xCFA683 xCFAAC9 xCFAB89 xCFACCE xCFAFD6 xCFAFF6 xCFB2EA xCFBBBE xCFBBC2 xCFBD88 xCFBDC6 xCFC09F xCFC4B3 xCFC56C xCFC6D0 xCFC9B5 xCFCDD3 xCFCE97 xCFCEFD xCFCF8D xCFCFA3 xCFD0B6 xCFD25E xCFD290 xCFD3E8 xCFD494 xCFD59D xCFD7BD xCFDC9C xCFDE52 xCFDEA0 xCFE2D1 xCFE3BC xCFE581 xCFE69C xCFE6E5 xCFE85B xCFEC97 xCFED9F xCFEEA7 xCFEEF5 xCFEF97 xCFEF9D xCFF36F xCFF388 xCFF3EC xCFF4B0 xCFF566 xCFF7B2 xCFF7E0 xCFF862 xCFF969 xCFFC58 xCFFCD4 xCFFE5E xD028FD xD03CEE xD041FA xD04CF5 xD04CFB xD052EA xD055EA xD05CCE xD05CD0 xD063E4 xD065EF xD06CC2 xD06FC7 xD070BF xD074D7 xD079CC xD07BF3 xD07CE0 xD07EB9 xD07FF2 xD080B6 xD080CA xD083B3 xD085BE xD088C0 xD089BC xD089C5 xD090C9 xD095E0 xD096B7 xD0A189 xD0A18E xD0A593 xD0A8BB xD0AAEF xD0ABD9 xD0ACD0 xD0ACD6 xD0AFAF xD0AFC2 xD0B0AB xD0B184 xD0B1AA xD0B477 xD0B8A5 xD0BBB5 xD0BBD4 xD0BD9D xD0BEB1 xD0BEC1 xD0C070 xD0C17D xD0C18C xD0C283 xD0C3A8 xD0C764 xD0CA75 xD0CDEB xD0D263 xD0D55E xD0D85F xD0DA57 xD0DBC3 xD0DDEF xD0DDF2 xD0DEC2 xD0E06E xD0E1F8 xD0E2B2 xD0E2D9 xD0E3BC xD0E3CE xD0E3F8 xD0E582 xD0E5AF xD0E968 xD0EA74 xD0EE7B xD0F149 xD0F1F7 xD0F35B xD0F3EC xD0F791 xD0F989 xD0F9EC xD0FAF3 xD0FAFE xD0FCAC xD0FD7E xD130F5 xD14EF2 xD152F5 xD158DC xD15DDC xD161D0 xD16EF8 xD170D5 xD175EE xD179E5 xD17AC5 xD17DC2 xD17EE6 xD180EC xD182B8 xD183BB xD184C4 xD185E8 xD18CFB xD18FF5 xD194CA xD19ECA xD19F9A xD1A3EA xD1A783 xD1A97E xD1A9C8 xD1A9E5 xD1AD85 xD1ADB0 xD1AE81 xD1B0C5 xD1B37B xD1B399 xD1B4D5 xD1BCB8 xD1BE9E xD1C192 xD1C1A7 xD1C386 xD1C3D5 xD1C867 xD1C87B xD1C8A4 xD1C8BB xD1C8ED xD1C8FD xD1C993 xD1CA5C xD1CAC7 xD1CB63 xD1CDAB xD1CE85 xD1CED1 xD1CFC0 xD1CFC6 xD1D0CB xD1D1F2 xD1D282 xD1D2C8 xD1D3AA xD1D3F7 xD1D473 xD1D4A5 xD1D4B9 xD1D4F3 xD1D4F8 xD1D6D7 xD1D88D xD1D95B xD1DADF xD1DBFC xD1DC6A xD1DD6B xD1DDB2 xD1DEED xD1E28F xD1E3BF xD1E461 xD1E5D8 xD1E67F xD1E6EB xD1E797 xD1E8D0 xD1E8D7 xD1EAB7 xD1EAF6 xD1EB40 xD1EB99 xD1EC46 xD1EC82 xD1ECBF xD1EEA9 xD1EF87 xD1F0CB xD1F1F0 xD1F285 xD1F3DD xD1F543 xD1F6EC xD1F6F5 xD1F72E xD1F75B xD1FBC4 xD1FC5B xD1FDB4 xD1FE94 xD1FEF0 xD234F6 xD23BEE xD241E6 xD24AE3 xD25AF3 xD25BE0 xD264DE xD265C0 xD265DB xD274C8 xD275B5 xD275B8 xD276CE xD27AF6 xD27FBE xD282FE xD287B4 xD287BC xD289A0 xD289BA xD28EFC xD28F94 xD28FE5 xD290C4 xD293FC xD295A9 xD297A0 xD299C7 xD29CD3 xD29CE1 xD29F88 xD29FC5 xD29FDB xD2A3AF xD2A5D8 xD2A993 xD2AD7F xD2AD81 xD2AE81 xD2AE93 xD2AEBE xD2B381 xD2B477 xD2B57C xD2B5DB xD2B76E xD2B7AC xD2BA95 xD2BCCC xD2C0C4 xD2C294 xD2C799 xD2CB78 xD2CBA4 xD2CD67 xD2CEC6 xD2D27D xD2D56F xD2D7F0 xD2D886 xD2D8B9 xD2D9E8 xD2DA53 xD2DAA5 xD2DABF xD2DCA4 xD2DCDC xD2DD8A xD2DDFA xD2DFB5 xD2DFD2 xD2E077 xD2E16A xD2E285 xD2E34A xD2E4A6 xD2E640 xD2E67F xD2E689 xD2E78B xD2E89C xD2E8AB xD2E97A xD2EA42 xD2EBE0 xD2EBE4 xD2ECD4 xD2ED6E xD2EDCE xD2EE3F xD2EF73 xD2EFB6 xD2F1EE xD2F3D8 xD2F561 xD2F59A xD2F633 xD2F664 xD2F6EA xD2F893 xD2FB55 xD2FB8C xD2FECB xD345E3 xD34CE5 xD352E8 xD356EB xD357F2 xD35ACC xD35AD6 xD35AE6 xD361CC xD361FA xD365C1 xD372B7 xD373CE xD37BEB xD37BFA xD37EDB xD37FD7 xD382E8 xD384DB xD385B5 xD385CB xD387DA xD38ABA xD38BEC xD38BF1 xD38F9B xD391B3 xD393AC xD393CE xD396E6 xD397A1 xD39B9F xD39CD4 xD39FBD xD3A3C2 xD3A58F xD3A7BA xD3A7E4 xD3A9BA xD3ABED xD3AD82 xD3ADFD xD3AFFA xD3B1A4 xD3B2FA xD3B370 xD3B380 xD3B98C xD3B9CB xD3BD71 xD3C495 xD3C55F xD3C678 xD3C6C2 xD3C776 xD3C9E1 xD3CCAF xD3CE61 xD3CE96 xD3CF95 xD3D254 xD3D284 xD3D2D8 xD3D37A xD3D3B5 xD3D5FB xD3D66A xD3D6C8 xD3D6D1 xD3D7BD xD3D7E4 xD3D9F6 xD3DA5C xD3DAE3 xD3DB68 xD3DFF3 xD3E0CE xD3E27C xD3E35E xD3E56B xD3E5D0 xD3E670 xD3E7AA xD3E858 xD3EBA5 xD3ED64 xD3EE89 xD3F06C xD3F179 xD3F1DD xD3F27A xD3F5FA xD3FAD9 xD3FC93 xD3FCCC xD431F4 xD44FD5 xD454E9 xD456FE xD458F0 xD460DC xD461FE xD470FE xD473B3 xD473EE xD475C9 xD476CB xD477AB xD478EB xD479DB xD47FA5 xD47FB6 xD48CAC xD48FEB xD494CE xD496D4 xD497DF xD499FA xD49E8C xD49FCE xD4A093 xD4A1E2 xD4A2F2 xD4A47E xD4A499 xD4A5AF xD4AB93 xD4ABF6 xD4AC76 xD4ADB0 xD4ADD7 xD4AEF5 xD4AF91 xD4AFC6 xD4AFFB xD4B091 xD4B1DE xD4B3EF xD4BAA8 xD4BD93 xD4BDA8 xD4BDB1 xD4BE7C xD4C18F xD4C2B2 xD4C39D xD4C566 xD4CC7C xD4CF9D xD4D194 xD4D287 xD4D3C7 xD4D3D4 xD4D46B xD4D579 xD4D58C xD4D8E1 xD4DC69 xD4DF48 xD4DF92 xD4E1A2 xD4E2B2 xD4E456 xD4E484 xD4E4F0 xD4E550 xD4E5A7 xD4E7B1 xD4EF4C xD4F160 xD4F164 xD4F169 xD4F25D xD4F3E8 xD4F756 xD4F791 xD4F874 xD4F8BC xD4FCAE xD4FCC9 xD4FCDB xD4FE62 xD4FE8F xD4FED1 xD53DE9 xD550E5 xD55ACD xD568DD xD56AD8 xD575C3 xD575C4 xD578C6 xD579FC xD57ADA xD57BC5 xD586E2 xD589C7 xD58BDE xD58CDF xD593F8 xD595BA xD59AA2 xD59AC2 xD59AE0 xD59BEB xD59CF5 xD5A0E7 xD5A1C3 xD5A1D8 xD5A2BB xD5A8F8 xD5A9A8 xD5ABBB xD5ABF8 xD5ACB0 xD5ACEF xD5AFE8 xD5B6A3 xD5B8A9 xD5B9B0 xD5B9FB xD5BB6A xD5BEFC xD5BFFA xD5C0C4 xD5C0C8 xD5C1F1 xD5C4AA xD5C57D xD5C5D2 xD5C6A5 xD5C6CD xD5C8C4 xD5CBD2 xD5CCB1 xD5CDC1 xD5D061 xD5D161 xD5D3D4 xD5D5B7 xD5D75A xD5D7D2 xD5D7EB xD5D877 xD5DA70 xD5DB7A xD5DC6A xD5DC95 xD5E15D xD5E3B5 xD5E3C4 xD5E598 xD5E5EA xD5E6FA xD5E73F xD5E7B5 xD5EBDF xD5ED8A xD5F2CF xD5F2D0 xD5F4C3 xD5F58A xD5F6CB xD5F763 xD5F76C xD5F7D9 xD5F7F6 xD5F8E8 xD5F947 xD5FB38 xD639F1 xD642F0 xD643E1 xD644EA xD646E6 xD646F7 xD649F6 xD64EF0 xD657F0 xD65BE5 xD65BF0 xD660C6 xD661FB xD665BF xD66ED0 xD672AD xD673D2 xD67BBF xD67CA8 xD67DB4 xD67EFB xD67FE0 xD680FB xD683A0 xD683BF xD685A8 xD689F0 xD689F5 xD68AAE xD692DF xD693BC xD696F8 xD697CD xD699E6 xD69CAD xD69CF8 xD69EDA xD6A280 xD6A3DF xD6A686 xD6A699 xD6A994 xD6B3A9 xD6B57E xD6B7CD xD6B7EB xD6BAF6 xD6C1B8 xD6C1E1 xD6C27A xD6C2A6 xD6C384 xD6C38E xD6C4AC xD6C775 xD6C8B5 xD6CBB6 xD6CF73 xD6CFD6 xD6D0C2 xD6D1E3 xD6D5B2 xD6D6E0 xD6D793 xD6D7D3 xD6D7FA xD6D85F xD6D862 xD6D8BF xD6DAD5 xD6DCB3 xD6DDA7 xD6DDF5 xD6DE98 xD6DEE5 xD6DEE9 xD6DFE2 xD6E06D xD6E1AD xD6E2F0 xD6E2FE xD6E36F xD6E4C6 xD6E69C xD6E773 xD6E83F xD6E89B xD6EBBE xD6ECBA xD6ECCA xD6EDE7 xD6EEBC xD6F0BA xD6F0D9 xD6F292 xD6F2B0 xD6F6A9 xD6F7C8 xD6FB61 xD6FBC2 xD6FBEE xD6FD67 xD6FE83 xD6FEEC xD735ED xD737E8 xD73DF7 xD74DE7 xD74DF6 xD75AD9 xD75BEA xD75CE1 xD75ED4 xD764C1 xD766DD xD76CD2 xD771D1 xD776D2 xD778C5 xD77EB8 xD77FA6 xD77FCF xD786CF xD786E7 xD788EA xD788EB xD78ABD xD78DDB xD791A9 xD794F4 xD798EA xD79AD2 xD79AF9 xD79D8C xD79FDD xD7A5D9 xD7A5F3 xD7A8D3 xD7AAAA xD7AAE0 xD7AB91 xD7ACC1 xD7AEBC xD7B3C7 xD7B3FB xD7B671 xD7BBCC xD7BE93 xD7BFD2 xD7BFD8 xD7BFF3 xD7C080 xD7C3A8 xD7C4A0 xD7C4F9 xD7C56F xD7C9C8 xD7C9D4 xD7C9F4 xD7CCF6 xD7CD6E xD7CDAD xD7CE6D xD7CF7E xD7CFEF xD7D079 xD7D0D3 xD7D182 xD7D45E xD7D668 xD7D79B xD7D79F xD7D84A xD7D8B6 xD7D9FD xD7DC77 xD7DEC6 xD7DF85 xD7E0D4 xD7E185 xD7E355 xD7E3C4 xD7E47B xD7E4E9 xD7E645 xD7E780 xD7E7AF xD7E977 xD7E9F3 xD7EAA4 xD7EAB0 xD7EAE3 xD7EDFB xD7EE75 xD7EEC3 xD7EF9A xD7F056 xD7F093 xD7F0E8 xD7F22D xD7F2B6 xD7F2CA xD7F38A xD7F3F8 xD7F5F1 xD7F832 xD7F967 xD7FAE8 xD7FC23 xD7FC47 xD7FDC0 xD7FDDB xD7FEFD xD82AF4 xD848EF xD848F0 xD84AF1 xD84FD1 xD850CE xD855ED xD859F5 xD85EFE xD85FCE xD86DFB xD872B2 xD87BE8 xD87CE8 xD881EF xD884FE xD888EE xD88BE6 xD88EF7 xD890EA xD892C2 xD895B1 xD895E3 xD89BE9 xD8A0E2 xD8A1F0 xD8A8F3 xD8AC73 xD8AD81 xD8AEC8 xD8B084 xD8B36C xD8B3BA xD8B3CC xD8B3F6 xD8B7E4 xD8B8D9 xD8B999 xD8C0C4 xD8C35B xD8C4A9 xD8C5B2 xD8C6DD xD8C6F7 xD8C770 xD8C9AD xD8CAED xD8CCC5 xD8CD5C xD8CEEE xD8CF77 xD8D0BD xD8D1B1 xD8D45E xD8D594 xD8D8D3 xD8DAB9 xD8DC4F xD8DDD9 xD8E09C xD8E18B xD8E1B8 xD8E57D xD8E638 xD8E837 xD8E8B2 xD8E8C9 xD8E959 xD8E9FE xD8EB85 xD8ED6D xD8ED75 xD8F04A xD8F0D5 xD8F15A xD8F238 xD8F3D8 xD8F5AC xD8F674 xD8F680 xD8F95B xD8FB52 xD8FCD2 xD8FCFC xD8FEB5 xD92AFE xD936EA xD93AEB xD943DC xD94DFA xD958D7 xD95AD7 xD95AFE xD962D9 xD966DA xD96CC1 xD96DDC xD970CC xD979E2 xD97AFB xD97BD7 xD97CB8 xD97FE6 xD982D1 xD986A4 xD987B0 xD989A9 xD98CC7 xD98CEE xD98DD1 xD98DDB xD991A2 xD993D7 xD99591 xD99C8C xD99CB2 xD99CED xD9A397 xD9A3B9 xD9A4CE xD9A5B6 xD9A6DB xD9A89E xD9A8BA xD9AAE6 xD9ABB8 xD9ADA7 xD9AEBE xD9B29F xD9B2E3 xD9B583 xD9B87E xD9B98D xD9B9F7 xD9BD68 xD9BEC3 xD9C266 xD9C360 xD9C4E2 xD9C55D xD9C5A7 xD9C5EC xD9CBB1 xD9CCCE xD9CD9F xD9D171 xD9D1F0 xD9D1FE xD9D3AE xD9D558 xD9D658 xD9D7AE xD9D8CC xD9DC5C xD9DC98 xD9DD93 xD9E263 xD9E390 xD9E3C8 xD9E4C3 xD9E4F7 xD9E6C9 xD9E6D6 xD9E79A xD9E97E xD9E9CA xD9EA3E xD9EEB9 xD9F02C xD9F0B7 xD9F0CD xD9F34A xD9F655 xD9F6A5 xD9F9D4 xD9FA80 xD9FAC1 xD9FBF5 xD9FC38 xD9FC59 xD9FD53 xD9FE62 xDA2EF9 xDA4DD5 xDA4EE8 xDA51FE xDA63BE xDA6BF1 xDA70D6 xDA77B7 xDA78CA xDA809D xDA80CF xDA82F2 xDA8BA8 xDA8DF5 xDA8EBE xDA9196 xDA91EE xDA96B5 xDA96D1 xDA978C xDA97B3 xDA9D94 xDA9D98 xDAA0A3 xDAA299 xDAA2B7 xDAA678 xDAA69D xDAAB88 xDAAE84 xDAAE93 xDAB1F7 xDAB29E xDAB2EE xDAB2FB xDAB6D1 xDAB7AD xDAB8D3 xDABAE1 xDABBAE xDABCC4 xDABEC1 xDAC266 xDAC47A xDAC6BB xDAC9C4 xDAC9DA xDAD27B xDAD294 xDAD2E6 xDAD366 xDAD3AC xDAD6E3 xDAD7FC xDAD846 xDAD8A3 xDAD96D xDAD9F3 xDADC54 xDADCA4 xDADCCB xDADDB0 xDADDF4 xDADF8B xDADF8D xDAE03E xDAE0BC xDAE261 xDAE2AF xDAE6A2 xDAE746 xDAE7CD xDAEA48 xDAEBA0 xDAEDFC xDAF271 xDAF45D xDAF6C5 xDAFA9A xDAFB4E xDAFB77 xDAFCB7 xDAFEDB xDB3AFB xDB4AD8 xDB52D8 xDB54EF xDB55ED xDB57D8 xDB57F3 xDB58C9 xDB5ACA xDB5BD4 xDB5BF0 xDB5EBD xDB5FC8 xDB63FB xDB6DD4 xDB70C1 xDB70F8 xDB74BF xDB76C7 xDB77F5 xDB78C2 xDB79D1 xDB79D5 xDB7BE5 xDB7CCB xDB84ED xDB85CF xDB87D6 xDB88DB xDB8BE7 xDB8F98 xDB97EC xDB98DF xDB9BB0 xDB9BD4 xDB9C8F xDB9CAC xDB9CB0 xDB9CD3 xDB9DEA xDBA1BE xDBA28A xDBA6AA xDBA9F8 xDBAAA3 xDBAE77 xDBB0DC xDBB18E xDBB1DE xDBB1F4 xDBB2A0 xDBB2C2 xDBB77B xDBBA6B xDBBF9A xDBC1A7 xDBC4C0 xDBC59B xDBC76A xDBC7F7 xDBC95C xDBCAF6 xDBCC97 xDBCCA4 xDBCF9C xDBD06C xDBD0B7 xDBD2AF xDBD2F6 xDBD496 xDBD582 xDBDCDA xDBDEAC xDBDEDD xDBE040 xDBE055 xDBE165 xDBE1B6 xDBE1DC xDBE2A0 xDBE574 xDBE597 xDBE6E2 xDBE7AC xDBEB81 xDBEBD9 xDBECED xDBED6E xDBED71 xDBEE65 xDBEE9A xDBEF33 xDBEF45 xDBEF6C xDBF4D6 xDBF551 xDBF66B xDBF681 xDBF6FA xDBFB3C xDBFE62 xDC25F4 xDC2EF6 xDC37EB xDC38E4 xDC3BE4 xDC40D9 xDC42ED xDC4AE0 xDC50D4 xDC54C9 xDC55D4 xDC5FD2 xDC63BF xDC63E8 xDC70F4 xDC70FA xDC73B0 xDC74AC xDC75DF xDC75F7 xDC76B4 xDC79F0 xDC7BF7 xDC7CA4 xDC7DC0 xDC7DD4 xDC80A9 xDC80C9 xDC80E8 xDC81F4 xDC81FE xDC82DB xDC84C3 xDC8A92 xDC8AD4 xDC8AFC xDC8B92 xDC8BEC xDC8CE5 xDC8F8D xDC90D3 xDC9290 xDC9296 xDC92AA xDC93DA xDC949C xDC9B88 xDC9CC3 xDC9DE8 xDC9EDC xDCA3FB xDCA7DC xDCA88D xDCAC9D xDCAD76 xDCADED xDCAED9 xDCB1E0 xDCB4A3 xDCB4EB xDCB6CB xDCB7D2 xDCB88F xDCB8A5 xDCBA86 xDCBDD9 xDCBE76 xDCC182 xDCC189 xDCC1D7 xDCC1F5 xDCC49E xDCC555 xDCC867 xDCC8F6 xDCC9B6 xDCCAEB xDCCEE9 xDCD1AE xDCD3AF xDCD572 xDCD64E xDCD87B xDCD890 xDCDCC0 xDCDCF3 xDCDD73 xDCDDF6 xDCDDF8 xDCDE45 xDCDEE9 xDCDF80 xDCE1AC xDCE34A xDCE3D0 xDCE69C xDCE6B6 xDCE8BD xDCE93F xDCEA53 xDCEB6E xDCEBC5 xDCEBD1 xDCEBDC xDCEEC8 xDCF3B1 xDCF3D6 xDCF674 xDCF6AA xDCF7A6 xDCF89A xDCF92A xDCF945 xDCF973 xDCFA33 xDCFB78 xDCFC87 xDCFE61 xDCFEA5 xDD2AF7 xDD2EF7 xDD3EF9 xDD43E7 xDD49E8 xDD4DDD xDD4ECA xDD4FCC xDD53DE xDD53E2 xDD58EA xDD5AE8 xDD5BE0 xDD61EF xDD64D6 xDD6CEE xDD73FA xDD78C0 xDD7AE3 xDD7AE4 xDD7AE5 xDD7FA1 xDD7FF8 xDD82F1 xDD83E6 xDD85D9 xDD88DE xDD8DA2 xDD90DD xDD95CB xDD9688 xDD96D8 xDD999F xDD9BB6 xDD9ECC xDD9F80 xDD9FCD xDDA37C xDDA39C xDDA7E7 xDDA97C xDDABF6 xDDAD6E xDDAD7E xDDADB0 xDDADE3 xDDB08D xDDB19B xDDB38F xDDB6CB xDDB6EC xDDB9EB xDDBCE6 xDDBDB3 xDDC1D9 xDDC36E xDDC5AC xDDC5CC xDDC65F xDDCA5A xDDCA80 xDDCBBA xDDCBC1 xDDCC77 xDDCDA7 xDDCEF0 xDDCF6E xDDCF7D xDDD1E7 xDDD49D xDDD4C6 xDDDC82 xDDDD7F xDDE0CD xDDE467 xDDE4BA xDDE5D4 xDDE7B5 xDDE847 xDDE852 xDDEAB4 xDDEB66 xDDEE33 xDDEF87 xDDF0CE xDDF1A6 xDDF22E xDDF24C xDDF4F4 xDDF5CD xDDF65E xDDF9A7 xDDF9D6 xDDFBAD xDDFC4F xDE35EE xDE3EF4 xDE44E4 xDE46E1 xDE4EF7 xDE50F6 xDE51D3 xDE51E5 xDE5ED4 xDE5FD8 xDE60BB xDE6FD9 xDE6FE5 xDE71CC xDE78EE xDE7AA4 xDE7EF2 xDE82A8 xDE83B2 xDE84D4 xDE84F0 xDE85D4 xDE88F6 xDE8AE4 xDE8CA4 xDE8CEB xDE8EDD xDE9195 xDE91AE xDE9587 xDE9B90 xDE9FD9 xDEA08A xDEA199 xDEA1B5 xDEA1F0 xDEA2A4 xDEA386 xDEA48B xDEA7DF xDEABB1 xDEAC97 xDEAEE1 xDEAF73 xDEB0BF xDEB475 xDEB48B xDEB675 xDEB694 xDEB7C3 xDEBA89 xDEBB91 xDEBBA2 xDEBBDD xDEBDFB xDEBFD6 xDEC068 xDEC8B9 xDEC98B xDEC9BC xDECAA0 xDECC8F xDECD9B xDECEAD xDECEC8 xDECEDB xDED0BB xDED2A1 xDED3F3 xDED4A5 xDED7C7 xDEDC8A xDEDCFC xDEDD48 xDEDD61 xDEDDB2 xDEDDF3 xDEE3A1 xDEE589 xDEE63D xDEEAD4 xDEEB33 xDEEE47 xDEEF2A xDEF22B xDEF3A1 xDEF559 xDEF8AE xDEF96E xDEF986 xDEF9A5 xDEFB69 xDEFB72 xDEFB9E xDEFBB6 xDEFE6C xDF40F2 xDF4BD5 xDF4DFA xDF50F1 xDF54DC xDF54FD xDF6AE6 xDF73A4 xDF75BB xDF76B9 xDF77E1 xDF79C3 xDF85CE xDF87CB xDF89E3 xDF8A97 xDF8AE6 xDF8AF4 xDF8CF7 xDF8EB3 xDF8FC7 xDF92B0 xDF96D1 xDF9AA6 xDF9BC5 xDF9CCB xDFA2B5 xDFA3AF xDFA4EE xDFAAAF xDFAAF8 xDFABFC xDFACF3 xDFB0F2 xDFB197 xDFB375 xDFB3EA xDFB5D9 xDFB6CE xDFB98E xDFBBCC xDFBBE0 xDFBDD8 xDFC077 xDFC08E xDFC091 xDFC1A2 xDFC3B8 xDFC4C6 xDFC5AA xDFC688 xDFC8A6 xDFC952 xDFC984 xDFCAC3 xDFCB58 xDFCE50 xDFD0A6 xDFD36A xDFD495 xDFD767 xDFD95D xDFDA89 xDFDAF7 xDFDBA1 xDFDBA7 xDFDBCE xDFDBDA xDFDC85 xDFDD5C xDFDDF0 xDFDE6F xDFDF72 xDFE2AB xDFE2D2 xDFE3D1 xDFE4EE xDFE560 xDFE64E xDFE78A xDFE871 xDFE984 xDFEA4B xDFEB33 xDFEB6D xDFEB85 xDFEB9F xDFEEB7 xDFF3A1 xDFF45B xDFF484 xDFF780 xDFF821 xDFF8DD xDFF986 xDFF9C0 xDFFB49 xDFFBE3 xDFFEAC xE02DF3 xE03ED7 xE048EF xE049D3 xE049E7 xE04AE9 xE04ECC xE056DE xE060E4 xE061B7 xE065B0 xE065CC xE069AD xE06AEB xE06FE5 xE070C6 xE070F1 xE070F3 xE071A5 xE0779E xE07DD9 xE07DE1 xE07F99 xE08196 xE086E8 xE087BB xE087E5 xE089D6 xE091C8 xE0958D xE098A9 xE09D97 xE09FF8 xE0A17B xE0A1D6 xE0A2E6 xE0A59C xE0A69A xE0A7BA xE0A8AE xE0AA6F xE0ADAA xE0B06C xE0B09A xE0B0A5 xE0B1E2 xE0B463 xE0B47F xE0B68E xE0B6D8 xE0B7B5 xE0B893 xE0B996 xE0B9DA xE0BAF6 xE0BC81 xE0BCFB xE0BD8B xE0BE75 xE0BF9C xE0BFEB xE0C1C3 xE0C1E8 xE0C2CD xE0C3BB xE0C486 xE0C792 xE0C9DA xE0CFEE xE0D3A2 xE0D4B7 xE0D7E0 xE0D7E9 xE0D7F1 xE0DA3E xE0DA4E xE0DA9C xE0DC9F xE0DD9C xE0DDEC xE0DF43 xE0DF64 xE0DF67 xE0DFCB xE0E2BA xE0E2BC xE0E4D9 xE0E659 xE0E7E1 xE0E7F7 xE0EA73 xE0EA77 xE0EBB8 xE0ED55 xE0EF5F xE0EF60 xE0EFD0 xE0F155 xE0F16D xE0F1EC xE0F3CC xE0F422 xE0F4B7 xE0F7A1 xE0F856 xE0F866 xE0F8B5 xE0F9E9 xE0FB1A xE0FB1D xE0FB93 xE0FC7D xE0FC88 xE0FCB2 xE0FD79 xE0FED5 xE11FFB xE12DFC xE130F6 xE132E9 xE13FFC xE144EE xE149E3 xE153CC xE156C4 xE156E1 xE159F0 xE15BBE xE15DBD xE15FEC xE160C7 xE161C8 xE161D1 xE165DF xE167CA xE169B7 xE180B8 xE18396 xE18AB2 xE18BFA xE18DBC xE18E96 xE18FE8 xE191D3 xE192F0 xE195BE xE196E3 xE19A97 xE19C9A xE1A5B9 xE1A6DC xE1A8EB xE1AA74 xE1AB77 xE1ADE5 xE1B18C xE1B1E4 xE1B4EC xE1B4F4 xE1B599 xE1B5A6 xE1B5CE xE1B6DF xE1B6FA xE1BAA7 xE1BD89 xE1BD95 xE1BDD3 xE1BDE4 xE1BF5A xE1C172 xE1C379 xE1C55C xE1C685 xE1C963 xE1CD49 xE1CDCA xE1CEA6 xE1D48D xE1D589 xE1D769 xE1D8EA xE1D9BE xE1DACB xE1DD4C xE1DE49 xE1DE5E xE1DEA3 xE1DF85 xE1E04A xE1E057 xE1E17C xE1E27D xE1E3F1 xE1E553 xE1E658 xE1E6BA xE1E89A xE1E946 xE1E999 xE1E9A8 xE1EA45 xE1EA59 xE1ECA7 xE1ECFD xE1EE74 xE1EE89 xE1F4A8 xE1F877 xE1F989 xE1FC64 xE1FD2F xE1FD54 xE1FD62 xE224FE xE229FC xE22DF1 xE22DF5 xE22FED xE232E3 xE243EB xE244EB xE245CE xE246D8 xE246ED xE246F6 xE24CD4 xE24FF3 xE25CF2 xE26DCE xE26ECE xE270F8 xE271B7 xE277C5 xE2789B xE27BE1 xE27BF5 xE27DF5 xE27EE5 xE280E3 xE28198 xE284DC xE289A0 xE28DE5 xE28E8E xE28EAA xE290BB xE2928B xE29397 xE293CA xE293D8 xE294F7 xE295AB xE29697 xE298F2 xE299F3 xE29BD0 xE29C8A xE29CB0 xE29DE6 xE29EA5 xE2A4EB xE2A68B xE2A8AF xE2A8D7 xE2AA75 xE2AC6B xE2ACA7 xE2AD9B xE2ADF2 xE2AEC1 xE2AFB7 xE2B090 xE2B0C6 xE2B162 xE2B36A xE2B3B9 xE2B485 xE2B48C xE2B6DA xE2B7A5 xE2B86E xE2B8AD xE2BAD4 xE2BB5C xE2BBC7 xE2BCF6 xE2C0CE xE2C1CB xE2C4DE xE2C5B1 xE2C692 xE2C6D1 xE2C971 xE2CAA2 xE2CAE8 xE2CD9E xE2CDAE xE2CDB7 xE2CF87 xE2D1DD xE2D352 xE2D388 xE2D3CE xE2D566 xE2D693 xE2D6CD xE2D73F xE2D799 xE2D99D xE2DB84 xE2DF34 xE2DFE4 xE2E049 xE2E33A xE2E370 xE2E675 xE2E6CF xE2E771 xE2E8AA xE2EA42 xE2EB7F xE2ECC2 xE2ED40 xE2EDA4 xE2EDCC xE2EDEE xE2EFB0 xE2EFE7 xE2F0F8 xE2F127 xE2F29C xE2F2FB xE2F48B xE2F6C3 xE2F8F7 xE2F8F9 xE2FA87 xE2FC58 xE2FCA4 xE2FD32 xE333E4 xE334EA xE33AF9 xE344D5 xE347D4 xE34ACE xE34DFE xE34FE2 xE34FEA xE350CA xE352FE xE358BB xE35BBF xE35CF6 xE35DBB xE361E0 xE363D8 xE367B5 xE36DB6 xE371E0 xE375BB xE379C1 xE37BE9 xE37FE8 xE38199 xE383EB xE384A7 xE388D2 xE38BED xE38DDD xE390DA xE393D3 xE396C0 xE398B9 xE398D2 xE398D3 xE398EC xE39E91 xE3A2A2 xE3AFC1 xE3AFEC xE3B271 xE3B2B5 xE3B3A5 xE3B4C0 xE3B586 xE3B8DA xE3BACE xE3BAF0 xE3BC77 xE3BD97 xE3C3ED xE3C6DB xE3C8D8 xE3C960 xE3CBA6 xE3CBC9 xE3CC8D xE3CCC9 xE3D286 xE3D36A xE3D36B xE3D470 xE3D4D6 xE3D5E9 xE3D665 xE3D7C7 xE3D7EF xE3D9A7 xE3DB69 xE3DBD8 xE3DF71 xE3DFEB xE3E261 xE3E263 xE3E2D2 xE3E35C xE3E3CB xE3E3FD xE3E5E1 xE3E653 xE3E7B2 xE3E7C1 xE3EA7D xE3EC8E xE3EDEC xE3EECA xE3EF69 xE3F03B xE3F14C xE3F257 xE3F328 xE3F45D xE3F4D6 xE3F4FE xE3F62F xE3F7E9 xE3F932 xE3F93B xE3F985 xE3FAE0 xE3FB26 xE3FBA9 xE3FDC8 xE416FB xE41A7B xE420F4 xE43DD9 xE442EA xE442F1 xE443F3 xE449D6 xE44BE7 xE45ADB xE45AE1 xE461CA xE463BC xE466D6 xE467CD xE469EB xE469F1 xE46BA8 xE46DB2 xE474D8 xE4789B xE48092 xE480A7 xE48191 xE485F7 xE487EC xE489EC xE48AD9 xE48DC2 xE48FED xE4909A xE490D2 xE4928C xE493AD xE494F6 xE495E5 xE497E2 xE4988F xE49A95 xE49AF7 xE49B97 xE49CA4 xE49DB3 xE49E9A xE4A271 xE4A29B xE4A490 xE4A4E9 xE4A5FA xE4A7AC xE4A8DB xE4AAC9 xE4AACF xE4ABAE xE4ACEF xE4AEED xE4B07F xE4B1B3 xE4B492 xE4B55E xE4B5C5 xE4B6B0 xE4B6BA xE4B791 xE4BB7E xE4BCEC xE4C1B2 xE4C57E xE4C67D xE4C887 xE4C890 xE4CE92 xE4D08B xE4D1B7 xE4D267 xE4D38C xE4D79E xE4D7F1 xE4D840 xE4D8F7 xE4D961 xE4D977 xE4D99F xE4DACD xE4DCF6 xE4DE82 xE4DF64 xE4E0C4 xE4E17A xE4E1BA xE4E1DE xE4E296 xE4E4DA xE4E5D0 xE4E638 xE4E64C xE4E78E xE4E7A5 xE4E7BC xE4E7C7 xE4E7CF xE4E9B9 xE4EACD xE4EAEF xE4EC2D xE4EC8D xE4EEAD xE4EEE8 xE4F095 xE4F0FC xE4F1F9 xE4F481 xE4F56A xE4F797 xE4F9C4 xE4FA2A xE4FA39 xE4FAFB xE4FE3E xE520F0 xE521EF xE525EC xE526F0 xE52DEB xE533DE xE534EA xE545DD xE548CF xE54BC6 xE54EDF xE550DA xE552BE xE556E4 xE560D7 xE561B8 xE56AB5 xE575EE xE580EF xE581E0 xE585D5 xE58CD6 xE58CEC xE58DA3 xE592A2 xE593C5 xE594AC xE595E0 xE59CB8 xE5A49E xE5A4E8 xE5A8B8 xE5AA67 xE5AB9E xE5AC82 xE5AC98 xE5AE65 xE5B0FE xE5B2FD xE5B393 xE5B661 xE5B7A1 xE5B85A xE5BAEA xE5BB8B xE5BC5F xE5BC74 xE5BCF1 xE5BFD6 xE5C168 xE5C1E0 xE5C2C0 xE5C57A xE5C5C8 xE5C6CB xE5C774 xE5CC60 xE5CD78 xE5D0EB xE5D1D6 xE5D1F3 xE5D3FC xE5D53B xE5D543 xE5D74E xE5D74F xE5D86C xE5D957 xE5D989 xE5D9B4 xE5D9D0 xE5DD7F xE5DEB1 xE5DFB6 xE5E03C xE5E0C4 xE5E0D8 xE5E1B4 xE5E1E2 xE5E3A2 xE5E5DF xE5E6B8 xE5E6C2 xE5E79D xE5E7AE xE5E7F9 xE5E88C xE5E891 xE5EAA0 xE5EB7D xE5EB7E xE5EB8F xE5ED62 xE5F147 xE5F1B9 xE5F25B xE5F352 xE5F3F5 xE5F463 xE5F563 xE5F693 xE5F9B4 xE5FA2F xE5FA75 xE5FAD0 xE5FCA6 xE5FCEB xE5FD20 xE633EB xE636E2 xE63CE6 xE640EC xE645D6 xE646DE xE650C7 xE650EB xE667B3 xE667CA xE673D3 xE676A6 xE678A1 xE679DB xE67CC2 xE67D9C xE67FB3 xE681AD xE684A7 xE68590 xE687CC xE68AED xE68B9C xE68BAF xE68BEE xE692D9 xE695D1 xE69698 xE699C6 xE69E93 xE6A0FB xE6A2A1 xE6A2C3 xE6A47F xE6A6BF xE6A9D2 xE6AC97 xE6AD6A xE6AD76 xE6AEA3 xE6AFBE xE6AFDC xE6B0BC xE6B1B1 xE6B2CF xE6B6AE xE6B6DF xE6B6F0 xE6B7C8 xE6B892 xE6B9CD xE6B9EF xE6BCF7 xE6BE61 xE6BEB8 xE6C05C xE6C250 xE6C2B8 xE6C4C5 xE6C564 xE6C5E8 xE6C7CB xE6C9F2 xE6CADC xE6CAF9 xE6CB9B xE6CBE9 xE6CD9F xE6CEA3 xE6CFA7 xE6D2E2 xE6D3A6 xE6D3C6 xE6D446 xE6D5B6 xE6D68E xE6D74E xE6D795 xE6D855 xE6D8F2 xE6DB86 xE6DB9C xE6DBAA xE6DC42 xE6DC66 xE6DC72 xE6E0C2 xE6E37F xE6E467 xE6E683 xE6E9A2 xE6EA3C xE6EAED xE6EFED xE6F021 xE6F362 xE6F36F xE6F386 xE6F4BE xE6F51F xE6F6CC xE6F999 xE6FAC5 xE6FBD5 xE6FEB1 xE6FEBD xE6FED2 xE71FF2 xE72CF1 xE732F2 xE738FC xE73FD5 xE74BC7 xE74BF2 xE74EE6 xE754FE xE755C9 xE758C1 xE759BF xE75AE1 xE75EB7 xE75FBC xE75FCC xE761AD xE765B1 xE773AC xE774A0 xE775B4 xE775C1 xE777A1 xE777AA xE777E1 xE778D6 xE779C5 xE77DB8 xE77EF3 xE77FAF xE7809F xE7838F xE78A8A xE78FD9 xE7908E xE792A2 xE797D8 xE798A8 xE79FDD xE7A087 xE7A4DA xE7AAC6 xE7AC67 xE7ACFE xE7B0BE xE7B0DA xE7B1EC xE7B494 xE7B4F0 xE7B58A xE7B664 xE7B7EE xE7B9A9 xE7BB77 xE7BC97 xE7BCAC xE7BD8F xE7BD91 xE7BDC0 xE7C072 xE7C09E xE7C0F6 xE7C2F5 xE7C372 xE7C485 xE7C59C xE7C5A2 xE7C5B7 xE7C675 xE7C96F xE7CA5D xE7CECE xE7CFF1 xE7D0D2 xE7D37C xE7D76C xE7D790 xE7D846 xE7D8C1 xE7D966 xE7DA7E xE7DAE9 xE7DC96 xE7DD85 xE7DD8D xE7DDA0 xE7DDEA xE7DEB1 xE7DF43 xE7DF75 xE7DF9E xE7E26A xE7E452 xE7E48D xE7E6CF xE7E899 xE7E8F4 xE7EACE xE7EAEF xE7ECA1 xE7EFC4 xE7F433 xE7F487 xE7F4A6 xE7F4DA xE7F544 xE7F678 xE7F74F xE7F7CC xE7F85D xE7F86C xE7F934 xE7F983 xE7FA5B xE7FABD xE7FC87 xE7FEB1 xE80FFE xE811FD xE82EFD xE83DEC xE83FEB xE84AE3 xE84CED xE850CB xE851DB xE852CE xE856CC xE857BA xE857DF xE85BEE xE862CA xE866E3 xE867FA xE86AE0 xE86CD8 xE86ED6 xE871EF xE872B9 xE872FD xE874D1 xE879A8 xE87AAF xE87DC2 xE881A5 xE8838B xE883A3 xE883BC xE884E0 xE886DD xE8898C xE88EA3 xE88FA9 xE890E1 xE890FA xE890FD xE8919B xE8927E xE89588 xE8967E xE898C4 xE89CA4 xE89DD3 xE89EDA xE8A0CB xE8A0D2 xE8A3D3 xE8A4F0 xE8A588 xE8A59F xE8A667 xE8A766 xE8A966 xE8B59D xE8B7EE xE8BAB6 xE8BAF2 xE8BB6F xE8BC81 xE8C0B3 xE8C0C3 xE8C1D3 xE8C2D5 xE8C4C5 xE8C6CF xE8C7E2 xE8C8BC xE8C8CA xE8CAE5 xE8CD54 xE8D0F3 xE8D182 xE8D183 xE8D1C0 xE8D7BD xE8DA47 xE8DB99 xE8DC78 xE8DCA2 xE8DCE1 xE8DE46 xE8DF71 xE8E038 xE8E282 xE8E28D xE8E2B2 xE8E448 xE8E4AC xE8E57F xE8E754 xE8E7B5 xE8E877 xE8E88C xE8EB23 xE8EBFB xE8EC7D xE8EE3D xE8EFA5 xE8F061 xE8F081 xE8F24D xE8F2AC xE8F2DA xE8F56E xE8F7C9 xE8F9CE xE8FBCB xE8FCC6 xE8FD8C xE8FE82 xE925FB xE930FA xE933FD xE934E7 xE939FA xE93EE6 xE93EE8 xE943F9 xE953D0 xE957B6 xE958CB xE95AEB xE964B1 xE967D1 xE970F2 xE970F6 xE973D5 xE974AD xE97BC3 xE97EE6 xE983B6 xE9879D xE988F2 xE98CB6 xE98D93 xE98DCF xE98E97 xE99081 xE99690 xE996D7 xE996F8 xE998C9 xE99DF2 xE99E7C xE99EE2 xE99F96 xE9A5B4 xE9A6A1 xE9A868 xE9AB9B xE9ADF6 xE9AE87 xE9AE9A xE9B2D6 xE9B3A3 xE9B4C5 xE9B9AB xE9BB57 xE9BE93 xE9BF89 xE9C396 xE9C3E6 xE9C895 xE9C9DE xE9CBDD xE9CE81 xE9CE90 xE9CF8F xE9CFCF xE9CFF5 xE9D0A3 xE9D37F xE9D4EF xE9D54A xE9D58E xE9D7D7 xE9D7EF xE9D9C4 xE9D9D9 xE9D9E7 xE9DBA1 xE9DCA7 xE9DEC3 xE9DEE6 xE9DF37 xE9E08B xE9E14B xE9E2EB xE9E38F xE9E3F4 xE9E45B xE9E4E9 xE9E747 xE9E788 xE9E7D0 xE9E7DC xE9E853 xE9E965 xE9E99E xE9EA59 xE9EB35 xE9ECBE xE9EDF7 xE9EE74 xE9F1F7 xE9F23E xE9F377 xE9F543 xE9F54E xE9F65C xE9F7E9 xE9FA13 xE9FA5F xE9FB35 xE9FBEB xEA30F8 xEA33E8 xEA33FC xEA41CF xEA42EE xEA4BC6 xEA55D1 xEA56E4 xEA57C9 xEA5AD8 xEA5CCB xEA5CCD xEA5ECC xEA5FDB xEA63E6 xEA65F1 xEA6CD3 xEA6DA8 xEA6DC8 xEA6DD4 xEA70D2 xEA71AA xEA7AA2 xEA7EDE xEA83A0 xEA87BD xEA87D9 xEA8CAE xEA8CE7 xEA948A xEA9E70 xEA9F9A xEA9FF4 xEAA087 xEAA39F xEAA3C5 xEAA5A4 xEAA7D9 xEAA8C4 xEAA8F6 xEAAAA4 xEAAB6F xEAABA0 xEAAEAC xEAAED3 xEAB080 xEAB0F0 xEAB16E xEAB1C6 xEAB2CE xEAB3D5 xEAB75C xEAB7B4 xEAB7CB xEABA92 xEABBF0 xEABCD8 xEABD55 xEABDAB xEABDBC xEABEB4 xEABF7E xEAC09B xEAC288 xEAC396 xEAC3E2 xEAC3FB xEAC4A7 xEAC4AE xEAC785 xEAC9BC xEACB7F xEACD44 xEACE69 xEAD079 xEAD197 xEAD24A xEAD25C xEAD3C0 xEAD562 xEAD8E3 xEADAAA xEADBD3 xEADC5C xEADC90 xEADCDB xEADDA8 xEAE1F1 xEAE2E9 xEAE471 xEAE47B xEAE4C4 xEAE58D xEAE633 xEAEAC1 xEAEBDC xEAEE5D xEAEE64 xEAEF9D xEAF11C xEAF133 xEAF145 xEAF1B3 xEAF1BE xEAF2DA xEAF38F xEAF3D8 xEAF4E5 xEAF587 xEAF5F2 xEAF746 xEAF8E6 xEAFB48 xEAFCA9 xEAFD4C xEAFDEC xEB1DF5 xEB27FE xEB2AF4 xEB32DA xEB35FD xEB3FE4 xEB42F6 xEB44F9 xEB49EE xEB4AFC xEB4DF9 xEB4EE9 xEB52E9 xEB56CF xEB58CE xEB5BD2 xEB60B0 xEB60E4 xEB66B4 xEB73C5 xEB74CF xEB7899 xEB78F6 xEB7AC2 xEB7CC0 xEB81D0 xEB89A2 xEB8BAC xEB8DCD xEB8FC1 xEB90B9 xEB91ED xEB92BC xEB92CD xEB96D2 xEB97F8 xEB99A7 xEB99D8 xEB9A81 xEB9ACF xEB9CAE xEB9DD3 xEB9ED0 xEBA09C xEBA0B9 xEBA4A4 xEBA5C8 xEBA690 xEBA6D4 xEBA781 xEBA7DF xEBACCB xEBADCA xEBADD8 xEBB183 xEBB190 xEBB4EA xEBB5A3 xEBB6A2 xEBB9E9 xEBBA55 xEBBA60 xEBBAE1 xEBBBF0 xEBBCFA xEBBDF3 xEBBECC xEBBF64 xEBC192 xEBC251 xEBC59D xEBC681 xEBC6E8 xEBC854 xEBC8AA xEBC974 xEBCCE7 xEBCE66 xEBCF77 xEBD0AA xEBD1A0 xEBD2BD xEBD3F8 xEBD499 xEBD5A9 xEBD5D8 xEBD673 xEBD6B8 xEBD6D7 xEBD880 xEBD996 xEBD9BE xEBDAC4 xEBDAFC xEBDB82 xEBDBE3 xEBDD31 xEBDDB8 xEBDFCB xEBE12F xEBE356 xEBE5C7 xEBE69B xEBE6A3 xEBE7B4 xEBE941 xEBE98F xEBEA58 xEBEADE xEBED31 xEBEDA7 xEBEFFD xEBF0EF xEBF172 xEBF1B7 xEBF1E7 xEBF2D7 xEBF2E5 xEBF379 xEBF395 xEBF3B8 xEBF452 xEBF4B9 xEBF5BC xEBF5EA xEBF7D7 xEBF9A0 xEBFB7C xEBFCFB xEC1AF4 xEC20EB xEC23E8 xEC34EA xEC39FC xEC41DF xEC44FD xEC46F6 xEC49D8 xEC4AD3 xEC50CE xEC52C1 xEC55DA xEC55E6 xEC56DC xEC5AC0 xEC5BC9 xEC5ECE xEC5FB6 xEC5FC9 xEC61B1 xEC64BE xEC64D3 xEC69B5 xEC6AB4 xEC6BC5 xEC6EC1 xEC70A3 xEC7793 xEC78E1 xEC78FD xEC7AA6 xEC7AE4 xEC7BB2 xEC7CD6 xEC848F xEC8595 xEC89AB xEC89D6 xEC89E2 xEC89EC xEC90E1 xEC93FC xEC9791 xEC987B xEC998C xEC9AAC xEC9CE5 xECA1A6 xECA1B8 xECA285 xECA491 xECA4D4 xECA5B7 xECA67A xECA7C0 xECA990 xECAFB5 xECB1E2 xECB4BD xECB68D xECB980 xECB9D3 xECBE9F xECBF60 xECBFCD xECC08B xECC0B7 xECC28F xECC2C5 xECC364 xECC465 xECC48D xECC4A1 xECC69C xECC882 xECC9C7 xECCAF1 xECCDE1 xECD2CF xECD460 xECD47E xECD4EA xECD57F xECD5C7 xECD673 xECD69B xECD989 xECD99B xECDA5B xECDAE8 xECDBBA xECDEE2 xECDF50 xECE086 xECE09E xECE1A3 xECE259 xECE2D3 xECE673 xECE7D1 xECE88E xECE8B1 xECEA3F xECEA71 xECEA78 xECEC96 xECF067 xECF096 xECF1DB xECF33C xECF5D5 xECF6A5 xECF6D2 xECF71F xECF7D3 xECF8DF xECF925 xECF9B3 xECF9E3 xECFAC1 xECFB3F xECFBB0 xECFD17 xECFDA3 xECFDEF xED11FE xED12F6 xED26FC xED31E0 xED33DF xED3ADD xED42DE xED44D7 xED4DD3 xED4EE2 xED51C7 xED56B9 xED57D9 xED57DD xED5AD1 xED5ADD xED5DBB xED5FE2 xED65CA xED66EE xED67DE xED69EA xED74DF xED75F9 xED77E3 xED79C8 xED7A8F xED7BBF xED7DF5 xED7FEA xED83BD xED84E3 xED8690 xED8AD7 xED8CBB xED909C xED909F xED97D4 xED9998 xEDA06C xEDA190 xEDA2A7 xEDA49A xEDA779 xEDA77D xEDA986 xEDA9F4 xEDAB74 xEDAFA9 xEDAFF8 xEDB176 xEDB362 xEDB498 xEDB79B xEDBCC8 xEDBCF1 xEDBD88 xEDBEC2 xEDBF7A xEDC06E xEDC079 xEDC0D5 xEDC15F xEDC282 xEDC286 xEDC3D8 xEDC48B xEDC559 xEDC769 xEDC8CE xEDCA3E xEDCA3F xEDCB4C xEDCDE8 xEDD053 xEDD464 xEDD544 xEDD548 xEDD64C xEDD7B3 xEDD8EE xEDDAA0 xEDDB56 xEDDC61 xEDDFB6 xEDE0E7 xEDE1B4 xEDE42F xEDE6A9 xEDE78F xEDE7C6 xEDE7CC xEDE82F xEDE92D xEDEAE7 xEDEBA7 xEDEBEE xEDEC27 xEDEC3B xEDEE1E xEDEE57 xEDEE84 xEDEFC8 xEDF118 xEDF171 xEDF288 xEDF365 xEDF369 xEDF43E xEDF7E5 xEDF92B xEDF9C1 xEDFA40 xEDFA4A xEDFB2D xEDFC9C xEDFD1B xEDFDC3 xEE2CF9 xEE36EF xEE36F8 xEE3DD4 xEE41D5 xEE45F6 xEE59B9 xEE5ADC xEE60F7 xEE64DA xEE6BA0 xEE6DE2 xEE6EAE xEE6EBB xEE6ED5 xEE70B9 xEE73AF xEE73B1 xEE76AF xEE76D9 xEE78B0 xEE7AEA xEE7D95 xEE7DB0 xEE82EA xEE86F6 xEE87F5 xEE8CB0 xEE8CD5 xEE8D8E xEE8EC8 xEE8EFA xEE8FCB xEE8FE1 xEE90CB xEE91BA xEE91FC xEE95A7 xEE99DD xEE99E9 xEE9BDA xEE9CB4 xEE9F7B xEE9FCD xEEA1A9 xEEA3AE xEEA5E8 xEEA6C5 xEEABA2 xEEAECF xEEB0CB xEEB191 xEEB9BF xEEBA5B xEEBAC8 xEEBCE4 xEEBCF1 xEEBD6B xEEBFA1 xEEC05D xEEC14D xEEC34E xEEC5BE xEEC5EE xEEC753 xEEC7BD xEEC8A9 xEEC8E3 xEECA78 xEECA8B xEECDBE xEECDC6 xEECDE6 xEECDEA xEECEB5 xEECF44 xEECFA6 xEED03A xEED08F xEED3AC xEED54A xEED674 xEED9AE xEEDB32 xEEDB51 xEEDBA4 xEEDBDE xEEDBFD xEEDCCA xEEDD37 xEEDDA4 xEEDDA7 xEEE0E2 xEEE16D xEEE354 xEEE35D xEEE3D5 xEEE69E xEEE6FE xEEE82A xEEEBA6 xEEEC4E xEEEEF6 xEEF1DA xEEF571 xEEFA3E xEEFB24 xEEFBA7 xEEFD4B xEEFD82 xEEFDB4 xEEFDD4 xEEFE1F xEF1DFB xEF20E7 xEF27F3 xEF2EE1 xEF31D6 xEF31E5 xEF33FA xEF35D7 xEF37DF xEF37FA xEF3CCD xEF3CD1 xEF41E0 xEF42FA xEF43CA xEF43ED xEF45EB xEF4BE4 xEF4DC8 xEF4EC0 xEF51EF xEF52D5 xEF53FD xEF57BB xEF5DF4 xEF6DA0 xEF6EAA xEF6EC8 xEF6FC3 xEF7099 xEF71EC xEF73A8 xEF75FC xEF76CE xEF76E1 xEF7A8C xEF7BD3 xEF7ED2 xEF8291 xEF8A96 xEF8CAD xEF8DE9 xEF8FA2 xEF8FF8 xEF94EF xEF96D8 xEF9889 xEF98A9 xEF9DA5 xEF9E8D xEF9EFE xEFA0D6 xEFA0EA xEFA1A8 xEFA2B0 xEFA2F0 xEFA3FD xEFA5A2 xEFAA75 xEFAA8E xEFAAEF xEFAFBC xEFB16B xEFB1BB xEFB2C5 xEFB490 xEFB5F7 xEFB6AD xEFB6D1 xEFB756 xEFB775 xEFC0B1 xEFC1BE xEFC1C0 xEFC59F xEFC648 xEFC67D xEFC8EA xEFC969 xEFC9BB xEFCE69 xEFCEDA xEFD0C0 xEFD2D7 xEFD34C xEFD3F1 xEFD4D8 xEFD58C xEFD837 xEFD8A5 xEFD8B1 xEFDA44 xEFDE94 xEFDFAB xEFDFBC xEFE03E xEFE22F xEFE33F xEFE436 xEFE458 xEFE67A xEFE72F xEFE95D xEFEC5F xEFED4B xEFEDD1 xEFEDD5 xEFEE25 xEFEF30 xEFEF96 xEFF43F xEFF6B6 xEFF888 xEFF8B4 xEFFB7A xEFFC35 xEFFC80 xEFFCBD xEFFD72 xEFFDC4 xF013F7 xF01BF2 xF02AF0 xF032E4 xF037E9 xF03BD7 xF03CD1 xF03DEB xF042DB xF044E5 xF045DB xF04AF4 xF04BD7 xF04EB8 xF04FD0 xF050BF xF050EC xF053DC xF05AF1 xF065B4 xF069D2 xF069EA xF070DF xF073C2 xF078E8 xF079BD xF079C9 xF083F7 xF08AB5 xF08B8C xF08EF1 xF09295 xF093AD xF093F1 xF09494 xF096A0 xF096C3 xF0996C xF09AA1 xF09D74 xF09DE2 xF0A4D7 xF0A76E xF0A7DA xF0A8BF xF0A8CC xF0A9B2 xF0A9D9 xF0AAB0 xF0B0AC xF0B0D5 xF0B3F7 xF0B5D9 xF0B7B9 xF0B8DE xF0B966 xF0BCFB xF0C068 xF0C16A xF0C1D8 xF0C541 xF0C5CC xF0C687 xF0C6D7 xF0C86B xF0C8C2 xF0C8F0 xF0C9AB xF0C9DD xF0CD6C xF0CD6F xF0CDCB xF0CE3C xF0CE61 xF0CEBE xF0D147 xF0D165 xF0D1B8 xF0D2F3 xF0D44A xF0D5ED xF0D785 xF0D831 xF0D938 xF0D955 xF0D9CB xF0DA44 xF0DA99 xF0DFC7 xF0E0D5 xF0E175 xF0E278 xF0E3E2 xF0E561 xF0E5B2 xF0E5E1 xF0E626 xF0E7D6 xF0E7D7 xF0ECA9 xF0EDF8 xF0EF98 xF0F02B xF0F0BF xF0F2ED xF0F41F xF0F479 xF0F5C2 xF0F610 xF0F64D xF0F7EE xF0F7F6 xF0F8A1 xF0F912 xF0F9F8 xF0FBAD xF0FC0F xF0FE72 xF0FEAE xF10AFE xF116F2 xF116F9 xF11BED xF12FEC xF132E1 xF139F1 xF13FD3 xF140D9 xF143E3 xF147F2 xF149FC xF14ECE xF14FDB xF157E2 xF157ED xF159E4 xF15CC7 xF161FE xF163F1 xF165C9 xF16AA5 xF16AA7 xF16EF6 xF171A4 xF173F7 xF174E4 xF179A0 xF179B0 xF17D88 xF17FBB xF180BF xF182C4 xF183DD xF185C4 xF18785 xF1888F xF18C89 xF18EEA xF19183 xF194A5 xF19775 xF199A5 xF19BB8 xF19CEB xF19EE0 xF19FA6 xF19FDB xF1A0CE xF1A1ED xF1A391 xF1A4D1 xF1A68B xF1A6FE xF1A7F9 xF1A98A xF1A9DD xF1A9DE xF1AA73 xF1AE80 xF1AFB3 xF1B06B xF1B276 xF1B36D xF1B6C4 xF1B973 xF1BA4D xF1BB7F xF1BBB4 xF1BE6B xF1BED0 xF1BF58 xF1BFB5 xF1C0A0 xF1C0F6 xF1C158 xF1C2E8 xF1C393 xF1C66A xF1C865 xF1CA62 xF1CBEA xF1CD8A xF1CEC8 xF1CFFE xF1D25C xF1D4FC xF1D592 xF1D67C xF1D7AE xF1D839 xF1D8AC xF1D94C xF1D9EE xF1DA97 xF1DB38 xF1DC34 xF1DC6E xF1DD5E xF1DD81 xF1DFA4 xF1E3AF xF1E531 xF1E721 xF1E764 xF1EC5D xF1ECCF xF1ED95 xF1EDDF xF1EDED xF1F014 xF1F1D3 xF1F3B7 xF1F43E xF1F44E xF1F565 xF1F569 xF1F5C2 xF1F6A6 xF1F6B8 xF1F752 xF1F81E xF1FB7C xF1FD30 xF1FD34 xF1FE35 xF209FA xF215FB xF217F3 xF22AEE xF22FF4 xF23BC9 xF242EC xF243C4 xF245CC xF245E3 xF250DC xF251D1 xF252E3 xF259E0 xF25DD7 xF25EAC xF25EC1 xF25FC2 xF26CB6 xF26DD0 xF26EA0 xF26FAD xF271F2 xF272DF xF279CA xF27B98 xF27CB8 xF27DCE xF27EAE xF27ECB xF27F9E xF282C2 xF282C7 xF28594 xF285CF xF286C1 xF286D5 xF287C6 xF287CE xF289A4 xF28ACE xF28C9A xF28ECE xF28FC8 xF28FF3 xF28FF5 xF290D3 xF291C0 xF29793 xF298FC xF29CE0 xF29D67 xF29DA1 xF29F82 xF2A179 xF2A2A8 xF2A3F1 xF2A67D xF2AAD5 xF2AFA8 xF2B3C6 xF2B4F7 xF2B68A xF2B78F xF2B7E8 xF2B8FA xF2B9C7 xF2BE7A xF2C14F xF2C251 xF2C45F xF2C487 xF2C490 xF2C56B xF2C7B0 xF2C9B6 xF2CA57 xF2CC96 xF2CCA5 xF2CCCF xF2CEAC xF2CF65 xF2D0CE xF2D173 xF2D2BA xF2D467 xF2D7F2 xF2DD2D xF2DD5E xF2DEFE xF2DF6D xF2DFC8 xF2E24D xF2E58F xF2E8F9 xF2EA9F xF2EB38 xF2EB68 xF2EB77 xF2ECCA xF2EDA0 xF2EED6 xF2EFF7 xF2F0AE xF2F155 xF2F218 xF2F565 xF2F746 xF2F7C4 xF2F846 xF2F8A3 xF2F933 xF2F9DB xF2FAB3 xF2FAC1 xF2FB64 xF2FC08 xF2FC35 xF2FD96 xF2FDD4 xF32BF4 xF32EEF xF32FE1 xF331DD xF332FD xF336F2 xF33CEB xF33DFD xF345C4 xF345CB xF352CF xF355F5 xF35CEC xF35DEB xF360AB xF369E4 xF36CA5 xF36DDA xF36ED9 xF371AE xF37290 xF373CF xF376E3 xF379F1 xF37AAF xF37CB2 xF37DA6 xF382AB xF384A1 xF384D8 xF385E8 xF38993 xF389C9 xF38A9B xF38B7A xF38BB7 xF38CE4 xF38E93 xF38EBB xF38ECE xF38F89 xF390DA xF394FD xF399FD xF39AE2 xF39BAF xF39F8C xF39FFC xF3A489 xF3A5FD xF3A7A0 xF3AAAB xF3ACC0 xF3AE69 xF3AE90 xF3AFE3 xF3B1CE xF3B2A7 xF3B2F6 xF3B381 xF3B460 xF3B4C9 xF3B4DD xF3B677 xF3B873 xF3B8FE xF3B9CC xF3BCBB xF3BCD2 xF3BD7D xF3BDD4 xF3BE6C xF3BE78 xF3BE89 xF3BE98 xF3BEF1 xF3BF9B xF3BFC8 xF3C4EF xF3C6F7 xF3C77A xF3CB87 xF3D093 xF3D460 xF3DA3F xF3DA70 xF3DA91 xF3DADE xF3DC74 xF3DCED xF3DD6C xF3DD90 xF3DE31 xF3DE9C xF3DECA xF3DFA5 xF3DFBE xF3E032 xF3E137 xF3E151 xF3E253 xF3E41E xF3E455 xF3E66D xF3E86A xF3E89A xF3E96A xF3EA2C xF3EB7D xF3EF3C xF3F08A xF3F24F xF3F2AD xF3F48D xF3F615 xF3F722 xF3F8FD xF3F91D xF3F91E xF3F927 xF3FA26 xF3FA52 xF3FB6A xF3FD48 xF3FDED xF3FDF4 xF3FE5D xF3FE80 xF417F7 xF41AF8 xF41CEF xF41CF9 xF426FC xF428E7 xF42DF5 xF43CDF xF447C2 xF44BC0 xF45EA8 xF45FBA xF461E2 xF463DC xF466D3 xF467E5 xF468D7 xF469B9 xF46C9F xF46EAF xF46EDA xF472C1 xF47BB9 xF47FB0 xF47FB1 xF482F5 xF483FC xF4847F xF48580 xF487A1 xF487C0 xF48BE9 xF48DBC xF48F80 xF490D9 xF49177 xF491A6 xF492AE xF492C5 xF495D5 xF49687 xF498F6 xF49B8E xF49CCD xF49CD1 xF49EDF xF4A076 xF4A0E6 xF4A0F5 xF4A1AE xF4A375 xF4A3A8 xF4A3FB xF4A8A0 xF4AAA3 xF4AAA9 xF4AACB xF4AAEE xF4AB9F xF4AD8F xF4ADEE xF4B17B xF4B17C xF4B2A7 xF4B4A3 xF4B4E0 xF4B5B4 xF4B5FB xF4B67F xF4B756 xF4B7A3 xF4B8C1 xF4B8ED xF4B8FA xF4BB84 xF4BF51 xF4C4AD xF4C782 xF4C892 xF4C8E5 xF4CA47 xF4CAEB xF4CD71 xF4CE87 xF4CF64 xF4CFCC xF4D0A5 xF4D14A xF4D249 xF4D259 xF4D349 xF4D373 xF4D380 xF4D4A1 xF4D6E9 xF4D75B xF4D75F xF4D78E xF4DAA7 xF4DBD1 xF4DC8C xF4DEBB xF4E0CD xF4E157 xF4E199 xF4E29A xF4E2BF xF4E321 xF4E41F xF4E53B xF4E655 xF4E825 xF4E8E2 xF4E938 xF4EA3C xF4EAA3 xF4EAF0 xF4EC2B xF4EEEA xF4EFC3 xF4F116 xF4F3E7 xF4F418 xF4F476 xF4F60E xF4F645 xF4F7F4 xF4F869 xF4F8F6 xF4F9EC xF4FDE3 xF51BFA xF524E3 xF538D6 xF539D3 xF539F8 xF541C2 xF549F4 xF54BCB xF555C1 xF559AB xF559C6 xF55BED xF55EE8 xF56DDD xF56DE3 xF5718F xF571B2 xF575FA xF57EA7 xF58595 xF585D3 xF585EC xF586BA xF589F5 xF58A8E xF58AD7 xF59285 xF5978C xF59790 xF59A66 xF59BA0 xF59C9E xF59DA3 xF59E92 xF59EA0 xF59FF2 xF5A175 xF5A2B6 xF5A4FE xF5A579 xF5A7BB xF5A7DD xF5A8F3 xF5A957 xF5AAB1 xF5AC7D xF5ADA3 xF5AFC8 xF5B354 xF5B4D4 xF5B4E3 xF5B899 xF5B9DA xF5BAA0 xF5BAA4 xF5BD99 xF5BEF9 xF5C0AB xF5C157 xF5C482 xF5C687 xF5CACE xF5CE3A xF5CEE3 xF5CEE6 xF5D3A3 xF5D44A xF5D4E3 xF5DACF xF5DAEA xF5DAFB xF5DBA7 xF5DC79 xF5DF88 xF5E082 xF5E0F5 xF5E0FE xF5E169 xF5E48E xF5E779 xF5E82C xF5E925 xF5EA8A xF5EBA3 xF5EBF5 xF5EF5C xF5F012 xF5F2CD xF5F2D6 xF5F348 xF5F538 xF5F8A2 xF5FB62 xF5FB81 xF5FBC5 xF5FBC8 xF5FD63 xF61EE5 xF624F6 xF631FA xF637CF xF63FDC xF644DC xF645BB xF646CF xF64EB9 xF656DB xF656E8 xF65DC3 xF65EB6 xF65EBB xF661A7 xF665BA xF666FB xF667C2 xF66C97 xF66DF1 xF66EB3 xF66F97 xF66FB7 xF6748E xF674DF xF6758D xF67792 xF67B8D xF67B8E xF67BB3 xF67BCF xF67FF6 xF681CD xF681E4 xF681F6 xF683DB xF688A5 xF68DBB xF68E9D xF68EB8 xF68FAB xF68FC2 xF69188 xF691B6 xF693AD xF693BB xF69485 xF694DB xF696B3 xF696BE xF697BC xF69985 xF699C6 xF69C8C xF69D91 xF69FDD xF6A06F xF6A18F xF6A3CE xF6A580 xF6A66F xF6A758 xF6A9C0 xF6AA7A xF6AB54 xF6ADCD xF6AE82 xF6AF84 xF6B1C6 xF6B2E3 xF6B3CE xF6B3E9 xF6B48F xF6B586 xF6B595 xF6BA45 xF6BAF1 xF6BF57 xF6C1F1 xF6C2B6 xF6C474 xF6C795 xF6C7EF xF6C9B0 xF6CD9C xF6CF9F xF6D082 xF6D189 xF6D2EF xF6D2FB xF6D341 xF6D39F xF6D5E3 xF6D63A xF6D8F9 xF6D993 xF6D9E3 xF6DB7C xF6DB96 xF6DBD5 xF6DC37 xF6DC64 xF6DCE3 xF6DCF1 xF6E194 xF6E28E xF6E28F xF6E2CF xF6E345 xF6E527 xF6EA8D xF6EBA9 xF6EC17 xF6EC66 xF6F085 xF6F096 xF6F194 xF6F33D xF6F382 xF6F410 xF6F4BB xF6F4DB xF6F52B xF6F549 xF6F6D0 xF6F947 xF6F9D4 xF6FB47 xF6FCFB xF6FE7A xF6FED2 xF6FEDE xF709F9 xF71BE3 xF71CEA xF724F7 xF72BE1 xF72CD3 xF735FB xF73FD0 xF73FDC xF743DE xF746BD xF750AE xF752BF xF752E7 xF756D5 xF758B1 xF758C1 xF759E6 xF75BBD xF75EAC xF75EEA xF761E9 xF76BA0 xF76BA2 xF76CF2 xF76DEF xF772BB xF773A9 xF77499 xF778F0 xF77CF8 xF77F9D xF77FD3 xF78094 xF785D6 xF785EC xF7869B xF78795 xF7889A xF788B8 xF789BE xF78A9E xF78D7F xF78EC6 xF78FA1 xF792C9 xF795B0 xF796D5 xF79797 xF7989D xF799CB xF799FC xF79ADF xF79EE8 xF79F85 xF7A0F4 xF7A2AA xF7A4E2 xF7A684 xF7A7D3 xF7A886 xF7AC9C xF7ACE7 xF7AD84 xF7AE72 xF7AF63 xF7B5B3 xF7B5DA xF7B6CC xF7B8FD xF7BED5 xF7BED9 xF7BFA8 xF7C03E xF7C097 xF7C545 xF7C7C8 xF7CAE3 xF7CBC3 xF7CCB9 xF7CD91 xF7D158 xF7D189 xF7D2C3 xF7D2E8 xF7D3F7 xF7D4A3 xF7D5DA xF7D67F xF7D68B xF7D6CB xF7D8D5 xF7D9C3 xF7D9CD xF7D9D2 xF7DA62 xF7DA75 xF7DCC6 xF7DDC0 xF7DDE5 xF7DE25 xF7DF33 xF7E05F xF7E0A1 xF7E1CB xF7E27D xF7E28C xF7E3DC xF7E457 xF7E6C3 xF7E6FA xF7E77E xF7E829 xF7E8D9 xF7E8DE xF7EAC2 xF7EB41 xF7EB60 xF7EB6B xF7EBAF xF7F092 xF7F23A xF7F3F9 xF7F4AF xF7F62D xF7F66F xF7F68F xF7F6D2 xF7F7B1 xF7F85C xF7F9A0 xF7FAD3 xF7FB07 xF7FC1B xF7FE7B xF7FED3 xF81AFD xF825E0 xF828E4 xF82ADE xF82DED xF834FA xF842CA xF842F8 xF842F9 xF845EB xF847EB xF850C5 xF857B4 xF857F3 xF859AE xF85AEA xF85BCE xF85CDE xF85EA7 xF8609D xF860F6 xF860FD xF864CB xF865C5 xF865C7 xF866D8 xF867EE xF86AC7 xF86CE0 xF8718C xF871F8 xF874E9 xF877AC xF879B2 xF87B8B xF87D98 xF87E9B xF880AA xF884FB xF88A88 xF88C75 xF88D9E xF88DB2 xF88DEC xF88F8F xF890BE xF890F0 xF89472 xF894D3 xF895CF xF897A2 xF899DA xF89FD0 xF8A0D2 xF8A15F xF8A164 xF8A25B xF8A2DF xF8A6D1 xF8A7AA xF8AA68 xF8AAA8 xF8AC72 xF8ACA4 xF8ACDB xF8ADDA xF8AF95 xF8AFA4 xF8B06E xF8B1CD xF8B2A0 xF8B2BE xF8B3FD xF8B690 xF8B772 xF8B7CD xF8B866 xF8BC4E xF8BEEA xF8BF89 xF8C05C xF8C1D5 xF8C1F2 xF8C29A xF8C2F6 xF8C396 xF8C53D xF8C560 xF8C5D9 xF8C886 xF8C9BB xF8CA7F xF8CC58 xF8CD7F xF8D0D6 xF8D138 xF8D1CF xF8D2B7 xF8D3FE xF8D49C xF8D784 xF8D946 xF8DABD xF8DB34 xF8DD48 xF8DEB3 xF8DEEA xF8DEF4 xF8E163 xF8E1BF xF8E765 xF8E82D xF8E9DA xF8EAC1 xF8EACB xF8EB15 xF8EBDA xF8EC1C xF8EC9E xF8ED87 xF8EDB7 xF8F0AF xF8F0D5 xF8F11C xF8F21B xF8F22E xF8F232 xF8F49B xF8F4E2 xF8F623 xF8F760 xF8FA47 xF8FAB5 xF8FB28 xF8FD7E xF913FB xF92BD7 xF92BD8 xF92DDD xF931E5 xF932E0 xF935F2 xF937E1 xF939CE xF93DD5 xF93FC8 xF93FFE xF941E7 xF942E7 xF943C1 xF943E7 xF94AD7 xF94CD4 xF94CD9 xF953FA xF95DB7 xF960CC xF962D9 xF967B9 xF9708C xF972B3 xF972B7 xF973CD xF97488 xF974D8 xF9758E xF97786 xF979E3 xF97A9A xF97CD2 xF980E1 xF983CB xF98491 xF984D1 xF98589 xF985FE xF988DE xF988F9 xF98988 xF989A3 xF98AA9 xF98C80 xF98D85 xF98DE2 xF98FC7 xF98FED xF992BD xF993CB xF993D0 xF99697 xF998CE xF99F9E xF99FC1 xF9A083 xF9A1BE xF9A584 xF9A5E1 xF9A7D8 xF9A7DC xF9A8B0 xF9A9B5 xF9A9B9 xF9AA87 xF9AEDF xF9AEFB xF9B0C5 xF9B0EA xF9B3D1 xF9B3F0 xF9B590 xF9B5C3 xF9B6E1 xF9B6F8 xF9B793 xF9B7C5 xF9B8EF xF9B9AD xF9BA59 xF9BAC8 xF9BAC9 xF9BB4F xF9BBED xF9BDD4 xF9BE89 xF9C061 xF9C297 xF9C299 xF9C2D1 xF9C49D xF9C4A7 xF9C4AC xF9C8CC xF9C979 xF9CA49 xF9CAA2 xF9CB35 xF9CC55 xF9CCAD xF9CD36 xF9CD78 xF9CDD5 xF9CE49 xF9CF98 xF9D04C xF9D2E1 xF9D343 xF9D776 xF9D7F7 xF9D935 xF9D965 xF9D977 xF9D9A8 xF9DADC xF9DAE9 xF9DB9A xF9DBD5 xF9DC44 xF9DC95 xF9DE66 xF9DEE4 xF9E223 xF9E35E xF9E499 xF9E4A4 xF9E4FA xF9E5D0 xF9E71D xF9E8B8 xF9E8F6 xF9E93B xF9E961 xF9EAB4 xF9EAC8 xF9EC76 xF9ECBE xF9ED51 xF9EE35 xF9EEEB xF9EF2B xF9F0CF xF9F14F xF9F1A7 xF9F2CE xF9F33B xF9F3E0 xF9F52F xF9F898 xF9F8AB xF9F9C5 xF9FAD0 xF9FB1A xF9FB20 xF9FBDF xF9FC5D xF9FD34 xF9FD3E xFA07F8 xFA0BF9 xFA0EFC xFA2CF1 xFA2FE9 xFA36F0 xFA3DE1 xFA42B9 xFA44D6 xFA4ABE xFA4BE1 xFA4FCE xFA51F6 xFA52B3 xFA52DB xFA58CE xFA5CDB xFA5DB5 xFA5EF6 xFA63EA xFA67BC xFA6AC5 xFA6BB1 xFA6CEC xFA6DFA xFA75F9 xFA769B xFA76A7 xFA77B9 xFA77D4 xFA77DA xFA7CD9 xFA7EA0 xFA7FE7 xFA81CA xFA8280 xFA8481 xFA86C6 xFA87C1 xFA87E9 xFA8985 xFA8A88 xFA8B83 xFA8BAC xFA8BE8 xFA8CBC xFA8EA4 xFA8EDF xFA91F2 xFA94D2 xFA9687 xFA9965 xFA99CC xFA9A97 xFA9DF5 xFA9FAB xFA9FAF xFAA0B5 xFAA0E4 xFAA2BC xFAA5FC xFAA7A3 xFAA7AE xFAA8E2 xFAA9E6 xFAA9FE xFAABF5 xFAAEE5 xFAB18F xFAB34A xFAB695 xFAB69A xFAB8CE xFAB9D5 xFABBE5 xFABC59 xFABC84 xFABEE1 xFABEE7 xFABEF3 xFAC04E xFAC396 xFAC3C9 xFAC4A9 xFAC53F xFAC5AF xFAC5F3 xFAC8A1 xFAC9E9 xFACB9E xFACCE1 xFACFB9 xFAD294 xFAD32B xFAD443 xFAD4AC xFAD68B xFAD744 xFAD8A2 xFADB41 xFADC29 xFADE50 xFADEA5 xFADF78 xFADFBA xFAE0BF xFAE16B xFAE28C xFAE2FB xFAE3A2 xFAE3F6 xFAE487 xFAE49F xFAE4CF xFAE592 xFAE7B0 xFAE84F xFAE8B4 xFAE932 xFAEA7E xFAEABD xFAEAC9 xFAEB1E xFAEB28 xFAEC3F xFAED80 xFAEE45 xFAEF3D xFAEFF5 xFAF238 xFAF271 xFAF2A3 xFAF2F1 xFAF3D0 xFAF575 xFAF59E xFAF5AA xFAF829 xFAF82D xFAFE31 xFAFEAE xFB08F9 xFB12ED xFB18F4 xFB19E3 xFB23DF xFB26E9 xFB2CF0 xFB31DB xFB32D5 xFB3ACC xFB3BC8 xFB3DBE xFB3FD1 xFB41D9 xFB48DD xFB48E8 xFB4BDD xFB4EE3 xFB51C7 xFB52B1 xFB55FC xFB57AF xFB57B7 xFB58B7 xFB58F4 xFB5DF2 xFB5EB2 xFB5EED xFB5FED xFB5FFA xFB63F6 xFB659E xFB66D1 xFB66F2 xFB67AD xFB6B99 xFB6DE6 xFB6FC3 xFB70AB xFB71B4 xFB75F4 xFB7892 xFB78C5 xFB7B8E xFB7B9C xFB7FF6 xFB80BB xFB84A9 xFB84D0 xFB85C6 xFB87FB xFB889A xFB91ED xFB9683 xFB96D3 xFB9796 xFB9BA4 xFB9C81 xFB9D6E xFB9D83 xFB9D9F xFBA1E9 xFBA28E xFBA362 xFBA699 xFBA88B xFBA8F6 xFBABDE xFBAC55 xFBAE84 xFBB055 xFBB0D0 xFBB456 xFBB5E2 xFBB651 xFBB655 xFBB84C xFBB8D4 xFBB949 xFBB953 xFBBAA5 xFBBF9E xFBC0FA xFBC1B2 xFBC24D xFBC26F xFBC278 xFBC27D xFBC2D0 xFBC3E4 xFBC4D0 xFBC653 xFBC69A xFBC6E2 xFBCACC xFBCC40 xFBCC57 xFBCC61 xFBCD68 xFBD09C xFBD160 xFBD1FC xFBD4F0 xFBD539 xFBD5F5 xFBD64A xFBD65B xFBD846 xFBD94E xFBDC5F xFBE04C xFBE097 xFBE235 xFBE2BD xFBE320 xFBE48B xFBE68D xFBE89F xFBE9BD xFBE9F9 xFBECF1 xFBED7A xFBEEDD xFBF075 xFBF1F0 xFBF2C7 xFBF50C xFBF53E xFBF721 xFBF750 xFBFB3A xFBFB3F xFBFDAB xFBFDDD xFBFE97 xFC10EC xFC1AE2 xFC20EA xFC21F1 xFC28FE xFC2FFB xFC30D3 xFC35C9 xFC38D0 xFC3EEC xFC41BA xFC45D4 xFC46B3 xFC47E9 xFC47F0 xFC47F9 xFC4BB8 xFC4ECF xFC50B1 xFC55AF xFC56E6 xFC56FD xFC5BB3 xFC5FBB xFC60BD xFC61FA xFC62AF xFC649E xFC64F4 xFC68AC xFC69EB xFC6AAF xFC6AEB xFC6C9F xFC6DE4 xFC6FF1 xFC6FFC xFC72B3 xFC72F0 xFC75ED xFC7FE2 xFC80BC xFC839E xFC83D7 xFC848D xFC86E3 xFC86F3 xFC87AA xFC87D0 xFC8B6E xFC8B98 xFC8C7B xFC8ECA xFC90EE xFC9274 xFC92AD xFC956B xFC9980 xFC9C7C xFC9D6C xFC9E67 xFC9EF7 xFC9F8F xFC9F9B xFCA1AF xFCA25A xFCA27F xFCA4E6 xFCA5CD xFCA654 xFCA677 xFCAA50 xFCAA86 xFCAACB xFCAE93 xFCAEDF xFCAFF0 xFCB26C xFCB3DE xFCB4D5 xFCB598 xFCB6D1 xFCB7B6 xFCB8C1 xFCBADD xFCBC7C xFCBF40 xFCBFB3 xFCBFC3 xFCC17A xFCC1B3 xFCC1C5 xFCC2C1 xFCC474 xFCC663 xFCC7F5 xFCC8AA xFCC8F0 xFCCACF xFCCB52 xFCCB8C xFCCBC3 xFCCD5B xFCD03C xFCD148 xFCD1D4 xFCD27F xFCD2B2 xFCD479 xFCD4A9 xFCD77C xFCD868 xFCDA45 xFCDAD4 xFCDB76 xFCDBEA xFCDD22 xFCDEA4 xFCDFA9 xFCE042 xFCE092 xFCE0D4 xFCE0E3 xFCE14F xFCE3F4 xFCE4E8 xFCE525 xFCE633 xFCE819 xFCE8E4 xFCE9D7 xFCEBC0 xFCEC62 xFCED1F xFCED3F xFCF08A xFCF0D1 xFCF15B xFCF16C xFCF212 xFCF2D6 xFCF30D xFCF3E8 xFCF468 xFCF4FE xFCF5E6 xFCF739 xFCF775 xFCF7B6 xFCF81D xFCF9E5 xFCFA22 xFCFAAA xFCFDAE xFD00FE xFD07F9 xFD11E9 xFD16E6 xFD1FED xFD29DD xFD2AED xFD2BD6 xFD34C4 xFD35CA xFD35DD xFD36EC xFD39E1 xFD39F4 xFD3FF3 xFD41D1 xFD46EE xFD53C0 xFD56EE xFD60D0 xFD61F5 xFD62CA xFD6995 xFD6ACB xFD6CB8 xFD6DCB xFD7594 xFD75D9 xFD7695 xFD78D5 xFD7CD7 xFD7E82 xFD7F7B xFD81F5 xFD8386 xFD83D5 xFD84AF xFD8A80 xFD8AEC xFD8B9A xFD8CC0 xFD8CE9 xFD8EAF xFD8EFB xFD9079 xFD90A0 xFD9187 xFD93B1 xFD94A3 xFD9574 xFD977A xFD9963 xFD9A5F xFD9A6E xFD9DE7 xFD9E70 xFD9E98 xFD9EA3 xFDA479 xFDA4D4 xFDA5A6 xFDA5C6 xFDA889 xFDA9AA xFDAB8A xFDABAA xFDACDB xFDADCE xFDB4C0 xFDB7A2 xFDBA7D xFDBA95 xFDBAA7 xFDBAAE xFDBDBA xFDBDFA xFDBE84 xFDBEC6 xFDBFA9 xFDC0B8 xFDC24A xFDC4A1 xFDC4B6 xFDC5B6 xFDC5DB xFDC6EC xFDC9D6 xFDCB60 xFDD32C xFDD367 xFDD3B5 xFDD42D xFDD4F1 xFDD72C xFDDDEE xFDDE20 xFDE16F xFDE7CF xFDE8F1 xFDE918 xFDE94B xFDEA73 xFDEADC xFDEBE4 xFDEC89 xFDEF74 xFDF025 xFDF0B2 xFDF21B xFDF26D xFDF536 xFDF710 xFDF738 xFDF781 xFDF7BD xFDFA5B xFDFB74 xFDFDD2 xFE12FB xFE24D6 xFE27D6 xFE27FB xFE32D2 xFE32DB xFE34D0 xFE37DA xFE38D4 xFE38D9 xFE38DD xFE3BE9 xFE3DF7 xFE45CC xFE4AEA xFE4CCB xFE4FD1 xFE55CE xFE57F9 xFE59D4 xFE5BD6 xFE5BF9 xFE5DF7 xFE5EC4 xFE60EE xFE61B8 xFE62EB xFE64FB xFE67E5 xFE6D8B xFE6DA5 xFE6FD9 xFE72F2 xFE779F xFE78C2 xFE79F9 xFE7BB9 xFE7ED3 xFE83F0 xFE85BC xFE86E2 xFE87E1 xFE8888 xFE88AC xFE89C2 xFE8CD6 xFE8E6A xFE8EB4 xFE9190 xFE9198 xFE91C3 xFE92B8 xFE92E0 xFE94B1 xFE966C xFE9780 xFE97C3 xFE9B5C xFE9D88 xFE9DB1 xFE9F5D xFEA256 xFEA265 xFEA3DD xFEA850 xFEAB67 xFEABF3 xFEAC62 xFEACF9 xFEAD61 xFEAD74 xFEAD8D xFEADAE xFEADBE xFEAE96 xFEAF49 xFEAFDF xFEB064 xFEB1EF xFEB277 xFEB280 xFEB2AD xFEB3C9 xFEB4EA xFEB559 xFEB649 xFEB6A6 xFEB757 xFEB763 xFEB7B8 xFEB7CC xFEBABA xFEBF46 xFEBF54 xFEC5B1 xFEC5F8 xFEC7FE xFEC858 xFEC860 xFEC8F4 xFEC956 xFEC9C6 xFECE65 xFED044 xFEDA5E xFEDCD3 xFEDD93 xFEDDBE xFEE262 xFEE294 xFEE2B4 xFEE46A xFEE59A xFEE728 xFEE744 xFEE74E xFEE8F8 xFEE916 xFEEAA0 xFEEBBE xFEEE3B xFEEE6F xFEF09E xFEF0CA xFEF0D0 xFEF5C4 xFEF68B xFEF6DE xFEF6EB xFEF6F5 xFEF760 xFEF76A xFEF829 xFEFA57 xFEFB84 xFEFC8D } +} + diff --git a/map_data/state_regions/02_out_of_bounds.txt b/map_data/state_regions/02_out_of_bounds.txt new file mode 100644 index 00000000..d60ba47e --- /dev/null +++ b/map_data/state_regions/02_out_of_bounds.txt @@ -0,0 +1,192 @@ +OUT_OF_BOUNDS_1 = { + id = 5000 + provinces = { x02063F } + impassable = { x02063F } +} + +OUT_OF_BOUNDS_2 = { + id = 5001 + provinces = { x170635 } + impassable = { x170635 } +} + +OUT_OF_BOUNDS_3 = { + id = 5002 + provinces = { x05332A } + impassable = { x05332A } +} + +OUT_OF_BOUNDS_4 = { + id = 5003 + provinces = { x133400 } + impassable = { x133400 } +} + +OUT_OF_BOUNDS_5 = { + id = 5004 + provinces = { x171C12 } + impassable = { x171C12 } +} + +OUT_OF_BOUNDS_6 = { + id = 5005 + provinces = { x1F182B } + impassable = { x1F182B } +} + +OUT_OF_BOUNDS_7 = { + id = 5006 + provinces = { x2B0A1E } + impassable = { x2B0A1E } +} + +OUT_OF_BOUNDS_8 = { + id = 5007 + provinces = { x080F4C } + impassable = { x080F4C } +} + +OUT_OF_BOUNDS_9 = { + id = 5008 + provinces = { x0C1D38 } + impassable = { x0C1D38 } +} + +OUT_OF_BOUNDS_10 = { + id = 5009 + provinces = { x330402 } + impassable = { x330402 } +} + +OUT_OF_BOUNDS_11 = { + id = 5010 + provinces = { x43030F } + impassable = { x43030F } +} + +OUT_OF_BOUNDS_12 = { + id = 5011 + provinces = { x060057 } + impassable = { x060057 } +} + +OUT_OF_BOUNDS_13 = { + id = 5012 + provinces = { x0D0824 } + impassable = { x0D0824 } +} + +OUT_OF_BOUNDS_14 = { + id = 5013 + provinces = { x2E190F } + impassable = { x2E190F } +} + +OUT_OF_BOUNDS_15 = { + id = 5014 + provinces = { x1C3E02 } + impassable = { x1C3E02 } +} + +OUT_OF_BOUNDS_16 = { + id = 5015 + provinces = { x0C1909 } + impassable = { x0C1909 } +} + +OUT_OF_BOUNDS_17 = { + id = 5016 + provinces = { x16120D } + impassable = { x16120D } +} + +OUT_OF_BOUNDS_18 = { + id = 5017 + provinces = { x080E4D } + impassable = { x080E4D } +} + +OUT_OF_BOUNDS_19 = { + id = 5018 + provinces = { x0A1207 } + impassable = { x0A1207 } +} + +OUT_OF_BOUNDS_20 = { + id = 5019 + provinces = { x301011 } + impassable = { x301011 } +} + +OUT_OF_BOUNDS_21 = { + id = 5020 + provinces = { x13251C } + impassable = { x13251C } +} + +OUT_OF_BOUNDS_22 = { + id = 5021 + provinces = { x1A1023 } + impassable = { x1A1023 } +} + +OUT_OF_BOUNDS_23 = { + id = 5022 + provinces = { x322809 } + impassable = { x322809 } +} + +OUT_OF_BOUNDS_24 = { + id = 5023 + provinces = { x2E250E } + impassable = { x2E250E } +} + +OUT_OF_BOUNDS_25 = { + id = 5024 + provinces = { x112514 } + impassable = { x112514 } +} + +OUT_OF_BOUNDS_26 = { + id = 5025 + provinces = { x0B2D2A } + impassable = { x0B2D2A } +} + +OUT_OF_BOUNDS_27 = { + id = 5026 + provinces = { x11231A } + impassable = { x11231A } +} + +OUT_OF_BOUNDS_28 = { + id = 5027 + provinces = { x230C04 } + impassable = { x230C04 } +} + +OUT_OF_BOUNDS_29 = { + id = 5028 + provinces = { x010B45 } + impassable = { x010B45 } +} + +OUT_OF_BOUNDS_30 = { + id = 5029 + provinces = { x109766 } + impassable = { x109766 } +} + +OUT_OF_BOUNDS_31 = { + id = 5030 + provinces = { x26042E } + impassable = { x26042E } +} + +OUT_OF_BOUNDS_32 = { + id = 5031 + provinces = { x3E0109 } + impassable = { x3E0109 } +} + diff --git a/map_data/state_regions/99_seas.txt b/map_data/state_regions/99_seas.txt index 8c9e9138..bfe4188c 100644 --- a/map_data/state_regions/99_seas.txt +++ b/map_data/state_regions/99_seas.txt @@ -1,224 +1,121 @@ -# Vanilla sea states start at 3000 so I've just retained that. Unlike land states, sea states only include one province per state. FOrtunately though, aside from getting a bunch of errors, the game still functions without you deifning these if you dont want to. I've defined the example province map sea provinces though to reduce the error count when you start working on your own. - -#You will want to remove these though if you add your own province map as the game typically doesn't like when you define provinces that arent on the map. - -STATE_1_SEA = { - id = 3000 - provinces = { "x80AAAF" } -} -STATE_2_SEA = { +STATE_MEDI_SEA = { id = 3001 - provinces = { "x838CA8" } + provinces = { x0A400D } } -STATE_3_SEA = { + +STATE_STONY_SEA = { id = 3002 - provinces = { "x80A7CB" } + provinces = { x080654 } } -STATE_4_SEA = { + +STATE_LYREAN_SEA = { id = 3003 - provinces = { "x7CC9F9" } + provinces = { x000C4A } } -STATE_5_SEA = { + +STATE_FAREASTERN_OCEAN = { id = 3004 - provinces = { "x81D9CE" } + provinces = { x082334 } } -STATE_6_SEA = { + +STATE_MIDDLE_OCEAN = { id = 3005 - provinces = { "x6D719D" } + provinces = { x031D2A } } -STATE_7_SEA = { + +STATE_SOUTHERN_SEA = { id = 3006 - provinces = { "x96B3F4" } + provinces = { x002F2A } } -STATE_8_SEA = { + +STATE_LEONA_SEA = { id = 3007 - provinces = { "x87F9F5" } + provinces = { x035003 } } -STATE_9_SEA = { + +STATE_MERIDIEM_SEA = { id = 3008 - provinces = { "x93A5FD" } + provinces = { x02092D } } -STATE_10_SEA = { + +STATE_NORTHLANDIC_SEA = { id = 3009 - provinces = { "xB0C6E5" } + provinces = { x123C0F } } -STATE_11_SEA = { - id = 3010 - provinces = { "x70A6D6" } -} -STATE_12_SEA = { + +STATE_SEA_OF_SNEED = { id = 3011 - provinces = { "x8583D3" } + provinces = { x003A17 } } -STATE_13_SEA = { + +STATE_LAKE_MICHIGAN = { id = 3012 - provinces = { "x819EDC" } + provinces = { x074E0E } } -STATE_14_SEA = { + +STATE_AZURE_SEA = { id = 3013 - provinces = { "x6AA8E5" } + provinces = { x4C0C05 } } -STATE_15_SEA = { + +STATE_DREAMLAND_LAKE = { id = 3014 - provinces = { "x86A0EE" } + provinces = { x440610 } + impassable = { x440610 } } -STATE_16_SEA = { + +STATE_ERIE_LAKE = { id = 3015 - provinces = { "x6677FB" } + provinces = { x1F010B } + impassable = { x1F010B } } -STATE_17_SEA = { + +STATE_IZANAGI_LAKE = { id = 3016 - provinces = { "x667CFB" } + provinces = { x0A0250 } + impassable = { x0A0250 } } -STATE_18_SEA = { + +STATE_LAMAO_LAKE = { id = 3017 - provinces = { "x6697CF" } + provinces = { xF0F8C2 } + impassable = { xF0F8C2 } } -STATE_19_SEA = { + +STATE_MELVIN_LAKE = { id = 3018 - provinces = { "x6770A8" } + provinces = { x012054 } + impassable = { x012054 } } -STATE_20_SEA = { + +STATE_ACHELOUS_LAKE = { id = 3019 - provinces = { "x6CB1D8" } + provinces = { x0D3600 } + impassable = { x0D3600 } } -STATE_21_SEA = { + +STATE_YOAHTL_LAKE = { id = 3020 - provinces = { "xAFC8FA" } + provinces = { x7BB9FB } + impassable = { x7BB9FB } } -STATE_22_SEA = { + +STATE_BIWA_LAKE = { id = 3021 - provinces = { "xBCDCF0" } + provinces = { x034414 x200D1D } + impassable = { x034414 } } -STATE_23_SEA = { + +STATE_TOPHER_LAKE = { id = 3022 - provinces = { "x6E98D0" } + provinces = { x352107 } + impassable = { x352107 } } -STATE_24_SEA = { + +STATE_LINDOR_LAKE = { id = 3023 - provinces = { "x8FACF1" } -} -STATE_25_SEA = { - id = 3024 - provinces = { "x7A84AF" } -} -STATE_26_SEA = { - id = 3025 - provinces = { "x99B8E1" } -} -STATE_27_SEA = { - id = 3026 - provinces = { "x95BBB6" } + provinces = { x0C4903 } + impassable = { + } } -STATE_28_SEA = { - id = 3027 - provinces = { "x92DCEA" } -} -STATE_29_SEA = { - id = 3028 - provinces = { "x96C6EC" } -} -STATE_30_SEA = { - id = 3029 - provinces = { "xA1B9DD" } -} -STATE_31_SEA = { - id = 3030 - provinces = { "xACCEDE" } -} -STATE_32_SEA = { - id = 3031 - provinces = { "x3AB4FF" } -} -STATE_33_SEA = { - id = 3032 - provinces = { "xB8CDDD" } -} -STATE_34_SEA = { - id = 3033 - provinces = { "xA5C4EE" } -} -STATE_35_SEA = { - id = 3034 - provinces = { "xB9CCF8" } -} -STATE_36_SEA = { - id = 3035 - provinces = { "x8BE5D1" } -} -STATE_37_SEA = { - id = 3036 - provinces = { "x99B1D9" } -} -STATE_38_SEA = { - id = 3037 - provinces = { "x8DA7EF" } -} -STATE_39_SEA = { - id = 3038 - provinces = { "x68D0DE" } -} -STATE_40_SEA = { - id = 3039 - provinces = { "x9F95C7" } -} -STATE_41_SEA = { - id = 3040 - provinces = { "x7987B1" } -} -STATE_42_SEA = { - id = 3041 - provinces = { "x6E8ABB" } -} -STATE_43_SEA = { - id = 3042 - provinces = { "x78B6C4" } -} -STATE_44_SEA = { - id = 3043 - provinces = { "x81CADA" } -} -STATE_45_SEA = { - id = 3044 - provinces = { "x7CA3CB" } -} -STATE_46_SEA = { - id = 3045 - provinces = { "x85BDCA" } -} -STATE_47_SEA = { - id = 3046 - provinces = { "xA4CDF6" } -} -STATE_48_SEA = { - id = 3047 - provinces = { "x92C4F0" } -} -STATE_49_SEA = { - id = 3048 - provinces = { "x78BEDA" } -} -STATE_50_SEA = { - id = 3049 - provinces = { "x7EA0BE" } -} -STATE_51_SEA = { - id = 3050 - provinces = { "x7AB5BE" } -} -STATE_52_SEA = { - id = 3051 - provinces = { "x80C3D6" } -} -STATE_53_SEA = { - id = 3052 - provinces = { "x6D9092" } -} -STATE_54_SEA = { - id = 3053 - provinces = { "x9ACDDC" } -} -STATE_55_SEA = { - id = 3054 - provinces = { "xA6C7FC" } -} \ No newline at end of file + diff --git a/rivers.psd b/rivers.psd new file mode 100644 index 00000000..2bb67ac8 Binary files /dev/null and b/rivers.psd differ diff --git a/src/add_locators_to_map_data.py b/src/add_locators_to_map_data.py new file mode 100644 index 00000000..8e9d2fe7 --- /dev/null +++ b/src/add_locators_to_map_data.py @@ -0,0 +1,135 @@ +import rubicon_parser as paradox +import re +from utils import ( + rgb_to_hex, + load_file_into_string, + write_to_file, + zip_on, + copy_file, + move_file, +) +import cv2 +from paths import OUTPUT_FOLDER + +hub_types = ["port", "city"] + + +def move_generated_locators(): + for hub_type in hub_types: + # Move files from generated folder to mod folder + output_file_name = ( + f"{OUTPUT_FOLDER}/generated_map_object_locators_{hub_type}.txt" + ) + copy_file( + f"../../generated/generated_map_object_locators_{hub_type}.txt", + output_file_name, + ) + # Load locator instances + locator_instances = load_file_into_string(output_file_name) + pattern = r"instances={(.*)}" + match = re.search(pattern, locator_instances, re.DOTALL) + new_content = "" + if match: + new_content = match.group(1) + else: + raise Exception(f"No match 'instances' found inside {locator_instances}") + # Read existing instances + existing_file_name = ( + f"gfx/map/map_object_data/generated_map_object_locators_{hub_type}.txt" + ) + existing_instances_str: str = load_file_into_string(existing_file_name) + # use regex to match everything inside the curly braces of instances + match = re.search(pattern, existing_instances_str, re.DOTALL) + # if a match was found, replace the old content with the new content + if match: + old_content = match.group(1) + existing_instances_str = existing_instances_str.replace( + old_content, new_content + ) + else: + raise Exception(f"No match 'instances' found inside {existing_file_name}") + # Writes back into source + write_to_file( + output_file_name, + existing_instances_str, + ) + move_file(output_file_name, existing_file_name) + + +def main(): + states_map_data_set = paradox.load("map_data/state_regions/00_states.txt") + provinces_array = cv2.imread("map_data/provinces.png") + height, _, _ = provinces_array.shape + + for hub_type in hub_types: + # Load required stuff + locator_file_name = ( + f"gfx/map/map_object_data/generated_map_object_locators_{hub_type}.txt" + ) + port_instances = paradox.loads(load_file_into_string(locator_file_name))[ + "game_object_locator" + ]["instances"] + + # Save the state for logging purposes + for state, state_map_data in states_map_data_set.items(): + states_map_data_set[state]["state_id"] = state + + # Join data from locators and map_data sources + merged_set = zip_on("id", states_map_data_set.values(), port_instances) # type: ignore + + # Join that data to the province map hex color + no_position_states: set[str] = set() + for value in filter(lambda x: len(x) > 1, merged_set): + if len(value) > 2: + raise Exception(f"There are 2 states with the id {value[1]['id']}") + if "position" not in value[1]: + no_position_states.add(f"{value[1]['id']}") + continue + port_coordinates = value[1]["position"] + x = int(float(port_coordinates[0])) + y = int(float(port_coordinates[2])) + b, g, r = provinces_array[height - y, x] + province_id = f"x{rgb_to_hex(r, g, b)}" + value[0][hub_type] = province_id + if province_id not in value[0]["provinces"]: + print(f"State {value[0]['state_id']} has a misplaced {hub_type} hub") + if no_position_states: + print( + f"States without position defined in {locator_file_name}: {no_position_states}" + ) + no_position_states.clear() + return False + + # Pass hubs data to parsed data + hubs_data = {x[0]["id"]: x[0] for x in merged_set} + for k, v in states_map_data_set.items(): + if v["id"] in hubs_data and hub_type in hubs_data[v["id"]]: + v[hub_type] = hubs_data[v["id"]][hub_type] + del v["state_id"] + + # Update existing entries + file_string = load_file_into_string( + "map_data/state_regions/00_states.txt" + ).splitlines() + new_file = [] + delete_flag = False + for line in file_string: + state_match = re.match(r"^([\w_]+)", line) + if state_match is None and delete_flag is False: + if line.startswith("#"): + new_file.append(line) + continue + if state_match is not None: + state = state_match.group(0) + line = line.replace(f"{state} = {{", "") + new_file.append(paradox.dumps({state: states_map_data_set[state]})) + new_string = "\n".join(new_file) + + # Output to file + write_to_file("src/output/00_states.txt", new_string) + + return True + + +if __name__ == "__main__": + main() diff --git a/src/add_state_details_to_map_data.py b/src/add_state_details_to_map_data.py new file mode 100644 index 00000000..c4437ee6 --- /dev/null +++ b/src/add_state_details_to_map_data.py @@ -0,0 +1,34 @@ +import rubicon_parser as paradox +import re +from utils import load_file_into_string, write_to_file, yaml + +states_map_data: dict = paradox.load("map_data/state_regions/00_states.txt") +seas_map_data = paradox.load("map_data/state_regions/99_seas.txt") +states_data: dict = yaml.load(load_file_into_string("src/input/state_data.yml")) + +# Add naval exit id +NAVAL_EXIT_ID = "naval_exit_id" +for state, state_data in states_data.items(): + if NAVAL_EXIT_ID in state_data: + sea = state_data[NAVAL_EXIT_ID] + sea_province = seas_map_data[sea]["id"] + states_map_data[state][NAVAL_EXIT_ID] = sea_province + +# Update existing entries +file_string = load_file_into_string("map_data/state_regions/00_states.txt").splitlines() +new_file = [] +delete_flag = False +for line in file_string: + state_match = re.match(r"^([\w_]+)", line) + if state_match is None and delete_flag is False: + if line.startswith("#"): + new_file.append(line) + continue + if state_match is not None: + state = state_match.group(0) + line = line.replace(f"{state} = {{", "") + new_file.append(paradox.dumps({state: states_map_data[state]})) +new_string = "\n".join(new_file) + +# Output to file +write_to_file("src/output/00_states.txt", new_string) diff --git a/src/add_unique_player_dnas.py b/src/add_unique_player_dnas.py new file mode 100644 index 00000000..b30d46d0 --- /dev/null +++ b/src/add_unique_player_dnas.py @@ -0,0 +1,51 @@ +import glob +from math import ceil +import re +from utils import load_file_into_string, write_to_file +import rubicon_parser as paradox + +gene_genders = ["male", "female"] +# Determine unique skin gene value +unique_player_skin_value = {} +for gene_gender in gene_genders: + unique_players = paradox.load("common/genes/95_genes_portrait2d.txt")[ + "accessory_genes" + ]["base_skins"]["gene_unique_skin"][gene_gender]["1"] + total_players = len(unique_players) + for i, unique_player in enumerate(unique_players): + value = i / total_players + if ( + total_players % 2 != 0 + ): # the game makes it so if you have odd amount of genes, the boundaries are inclusive, and even, the boundaries are not inclusive + value += ( + 0.01 # paradox you owe me one hour that it took me to figure this out + ) + unique_player_skin_value[unique_player.lower()] = ceil(value * 255) + +# Load all files in dna_data folder and update them +for player, unique_skin_value in unique_player_skin_value.items(): + string = f"""dna_{player} = {{ + portrait_info = {{ + genes = {{ + hair_color={{ 0 0 0 0 }} + skin_color={{ 0 0 0 0 }} + eye_color={{ 0 0 0 0 }} + gene_complexion={{ "complexion_01" 127 "complexion_01" 127 }} + gene_stubble={{ "stubble_low" 127 "stubble_low" 127 }} + gene_face_dacals={{ "face_dacal_01" 127 "face_dacal_01" 127 }} + gene_eyebrows_shape={{ "no_eyebrows" 127 "no_eyebrows" 127 }} + gene_eyebrows_fullness={{ "no_eyebrows" 127 "no_eyebrows" 127 }} + hairstyles={{ "no_hairstyles" 0 "no_hairstyles" 0 }} + beards={{ "all_beards" 0 "all_beards" 0 }} + props={{ "no_prop" 0 "no_prop" 0 }} + eye_accessory={{ "normal_eyes" 0 "normal_eyes" 0 }} + eye_lashes_accessory={{ "normal_eyelashes" 0 "normal_eyelashes" 0 }} + teeth_accessory={{ "normal_teeth" 0 "normal_teeth" 0 }} + flat_clothes={{ "gene_no_clothes" 0 "gene_no_clothes" 0 }} + gene_no_portrait={{ "no_portrait" 127 "no_portrait" 127 }} + base_skins={{ "gene_unique_skin" {unique_skin_value} "gene_base_skin" 0 }} + }} + }} + enabled = yes +}}""" + write_to_file(f"common/dna_data/00_{player}.txt", string) diff --git a/src/change_history_based_on_map_data.py b/src/change_history_based_on_map_data.py new file mode 100644 index 00000000..20f91bf5 --- /dev/null +++ b/src/change_history_based_on_map_data.py @@ -0,0 +1,147 @@ +from pathlib import Path +import rubicon_parser as paradox +from os import getcwd, chdir +from paths import * +from utils import load_file_into_string, move_file, write_to_file, delete_file +from generate_history_states import main as generate_history_states +from strip_quotes_from_provinces_in_map_data import main as strip_quotes_from_provinces +from generate_province_terrains import main as generate_province_terrains +from generate_hub_localization import main as generate_hub_localization +from add_locators_to_map_data import ( + main as add_locators_to_map_data, + move_generated_locators, +) + + +def main(): + # Fixes path if it is an executable in dist + if getcwd()[-4:] == "dist": + print("Moving working directory to root of mod folder") + chdir("..") + else: + print( + "Executable not being run from expected folder, move to dist/ folder if issues arise" + ) + + # Setup based on user input + working_tree_acknowledgment = "n" + while working_tree_acknowledgment.lower() != "y": + working_tree_acknowledgment = input( + "I acknowledge my git working tree is clean or that I am fine with potentially losing mod data (y/Y): " + ) + delete_province_colors = "" + while ( + delete_province_colors.lower() != "y" and delete_province_colors.lower() != "n" + ): + delete_province_colors = input( + "Delete existing province_colors file? (y/n) (Recommended if you changed the provinces shapes in the editor): " + ) + if delete_province_colors == "y": + delete_file(PROVINCE_COLORS_OUTPUT) + + # Clean the 00_states.txt file + for file in Path(MAP_DATA_STATE_REGIONS_FOLDER).glob("*.txt"): + state_map_data_file = file.as_posix() + print(f"Stripping quotes from provinces {state_map_data_file}") + strip_quotes_from_provinces(state_map_data_file, state_map_data_file) + + # Calculate province buildings, natural resources, province terrains + print( + "Calculate province buildings, natural resources, province terrains, state population, may take a few mins" + ) + generate_province_terrains(True) + move_file(STATES_MAP_DATA_OUTPUT, STATES_MAP_DATA) + move_file(STATES_DATA_YML_OUTPUT, STATES_DATA_YML_INPUT) + + # Add locators to states file + print("Adding locators to 00_states_file.txt") + move_generated_file = "" + while move_generated_file != "y" and move_generated_file != "n": + print( + "Make sure you run the Victoria 3 Map Editor and save locators before saying 'y' here." + ) + move_generated_file = ( + input( + f"Move the locator files generated by the Map Editor to {MAP_OBJECT_DATA}? (y/n) (If in doubt type n): " + ) + .lower() + .strip() + ) + if move_generated_file == "y": + move_generated_locators() + add_locators_to_map_data() + + # Generate history files + print("Generating History Files") + generate_history_states() + print("Moving results to history folder") + generated_history_states = paradox.loads( + load_file_into_string(STATE_HISTORY_OUTPUT) + ) + existing_history_states = paradox.loads(load_file_into_string(STATES_HISTORY)) + + # Generate hub localization + print("Generating city names, to customize them change src/input/city_names.yml") + generate_hub_localization() + move_file(CITY_NAMES_OUTPUT, CITY_NAMES_LOCALIZATION) + + # Merge the generated with existing states + for state_abrev, create_state in generated_history_states.items(): + existing_history_states["STATES"][state_abrev] = create_state + deleted_states = set(existing_history_states["STATES"].keys()) - set( + generated_history_states.keys() + ) + deleted_states.discard("s:STATE_DEBUG") # Ignore debug state + for deleted_state in deleted_states: + del existing_history_states["STATES"][deleted_state] + + # Clean the debug state + print("Stripping quotes from debug state provinces") + strip_quotes_from_provinces( + f"{MAP_DATA_STATE_REGIONS_FOLDER}/01_debug_state.txt", + f"{OUTPUT_FOLDER}/01_debug_state.txt", + ) + move_file( + f"{OUTPUT_FOLDER}/01_debug_state.txt", + f"{MAP_DATA_STATE_REGIONS_FOLDER}/01_debug_state.txt", + ) + debug_provinces = paradox.loads( + load_file_into_string(f"{MAP_DATA_STATE_REGIONS_FOLDER}/01_debug_state.txt") + )["STATE_DEBUG"]["provinces"] + existing_history_states["STATES"]["s:STATE_DEBUG"]["create_state"][ + "owned_provinces" + ] = debug_provinces + + # Output the states history file + write_to_file(STATES_HISTORY, paradox.dumps(existing_history_states)) + + # Do buildings + print("Handling buildings") + generated_buildings = paradox.loads(load_file_into_string(BUILDINGS_OUTPUT)) + existing_buildings = paradox.loads(load_file_into_string(BUILDINGS_HISTORY)) + + for state_abrev, buildings in generated_buildings.items(): + existing_buildings["BUILDINGS"][state_abrev] = buildings + write_to_file(BUILDINGS_HISTORY, paradox.dumps(existing_buildings)) + + # Do pops + print("Handling pops") + generated_pops = paradox.loads(load_file_into_string(POPS_OUTPUT)) + existing_pops = paradox.loads(load_file_into_string(POPS_HISTORY)) + + for state_abrev, pops in generated_pops.items(): + existing_pops["POPS"][state_abrev] = pops + write_to_file(POPS_HISTORY, paradox.dumps(existing_pops)) + print("Success! :)") + + +if __name__ == "__main__": + try: + main() + except Exception as e: + print( + f"When in doubt, send this to Metriximor (remove personal details): \n{type(e).__name__}: {str(e)}" + ) + # import traceback; traceback.print_exc() # DEBUG ONLY + finally: + input("Finish? (Press Enter) ") diff --git a/src/convert_png_to_dds.py b/src/convert_png_to_dds.py index 3bf0206f..355d6139 100644 --- a/src/convert_png_to_dds.py +++ b/src/convert_png_to_dds.py @@ -2,11 +2,13 @@ from wand.image import Image from pathlib import Path -root_dir = "./" - -for png_image in glob.iglob(root_dir + "gfx/interface/**/*.png", recursive=True): +for png_image in ( + glob.iglob("gfx/interface/**/*.png", recursive=True) + or glob.iglob("gfx/coat_of_arms/**/*.png") + or glob.iglob("gfx/models/**/*.png") +): with Image(filename=png_image) as open_image: print(f"Converting {png_image} to .dds from .png") - open_image.compression='dxt5' + open_image.compression = "dxt5" path = Path(png_image) - open_image.save(filename=path.with_suffix('.dds')) \ No newline at end of file + open_image.save(filename=path.with_suffix(".dds")) diff --git a/src/generate_buy_packages.py b/src/generate_buy_packages.py new file mode 100644 index 00000000..550cc02d --- /dev/null +++ b/src/generate_buy_packages.py @@ -0,0 +1,33 @@ +import rubicon_parser as paradox +from utils import write_to_file +from math import pow, ceil + + +# Pop needs can: +# Grow up to a max (logarithmic function) +# Grow exponentially (exponential function) +def need_grow_exponentially( + x: int, base=15.0, exponent=4, rate_of_growth=0.065, horizontal_offset=2 +): + return max(0, ceil(base + pow(exponent, (rate_of_growth * x) + horizontal_offset))) + + +# Grow up and then grows down (parabola) +pop_needs = paradox.load("common/pop_needs/civ_needs.txt") +buy_packages = paradox.load("common/buy_packages/civ_buy_packages.txt") + +for i in range(1, 100): + # Access the buy_packages + wealth_level = f"wealth_{i}" + goods = {} + goods["popneed_simple_food"] = need_grow_exponentially(i, 15, 4, 0.065, 2) + if i > 3: + goods["popneed_wood"] = need_grow_exponentially(i, 12, 4, 0.059, 2) + if i > 6: + goods["popneed_tools"] = need_grow_exponentially(i, 10, 4, 0.035, 2) + if i > 13: + goods["popneed_ingots"] = need_grow_exponentially(i, 0, 4, 0.065, 2) + # Assign calculated goods to buy_packages + buy_packages[wealth_level]["goods"] = goods + +write_to_file("src/output/civ_buy_packages.txt", paradox.dumps(buy_packages)) diff --git a/src/generate_history_states.py b/src/generate_history_states.py new file mode 100644 index 00000000..769133e5 --- /dev/null +++ b/src/generate_history_states.py @@ -0,0 +1,147 @@ +import json +import rubicon_parser as paradox +from random import randint +from models import CreateBuilding, MapDataState +from utils import load_file_into_string, write_to_file +from yaml_wrapper import yaml +from paths import ( + BUILDINGS_OUTPUT, + POPS_OUTPUT, + STATE_HISTORY_OUTPUT, + STATES_MAP_DATA, + SPLIT_STATES_INPUT, + STATES_DATA_INPUT, + STATES_INPUT, + COUNTRY_DEFINITIONS, +) + + +def create_pops( + country_abrev: str, state_name: str, state_details: dict, country_data: dict +): + result = "" + pops = {} + # Define population size based on pre-set data + state_population: int = randint(500, 50_000) + if state_name in state_details and "population" in state_details[state_name]: + state_population = state_details[state_name]["population"] + + # Initialize pops with pop culture + pops[country_data[country_abrev]["cultures"][0]] = {"quantity": state_population} + if state_name in state_details and "pops" in state_details[state_name]: + # Delete existing data about pops + pops = {} + total_ratios: int = sum( + [int(pop["ratio"]) for pop in state_details[state_name]["pops"]] + ) + for pop in state_details[state_name]["pops"]: + ratio = pop["ratio"] + pops[pop["culture"]] = { + "quantity": (ratio / total_ratios) * state_population + } + if "religion" in pop: + pops[pop["culture"]]["religion"] = pop["religion"] + for culture, pop in pops.items(): + result += " create_pop = {\n" + result += f" culture = {culture}\n" + if "religion" in pop: + result += f' religion = {pop["religion"]}\n' + result += f' size = {int(pop["quantity"])}\n' + result += " }\n" + return result + + +def main(): + # Loads Files + states = json.loads(load_file_into_string(STATES_INPUT)) + split_states: dict = json.loads(load_file_into_string(SPLIT_STATES_INPUT)) + state_details = yaml.load(load_file_into_string(STATES_DATA_INPUT)) + country_data = paradox.load(COUNTRY_DEFINITIONS) + states_data = { + state: MapDataState.parse_obj(inner_state_data) + for state, inner_state_data in paradox.load(STATES_MAP_DATA).items() + } + + # Prepare the data + states = { + state: country + for country, state_names in states.items() + for state in state_names + } + capital_states = { + country_data[country]["capital"] + if "capital" in country_data[country] + else print(f"{country} has no defined capital in {COUNTRY_DEFINITIONS}") + for country in country_data + } + + # Prepares Outputs + provinces = "" + pops = "" + buildings = "" + + for state_name, state_data in states_data.items(): + # Determine countries that have a stake in the state + if state_name in split_states: + countries = split_states[state_name] + elif state_name in states: + countries = {states[state_name]: []} + else: + raise Exception(f"{state_name} is not defined in {STATES_INPUT}") + + # Generate pops file + pops += f"s:{state_name} = {{\n" + for country_abbreviation in countries: + pops += f" region_state:{country_abbreviation} = {{\n" + pops += create_pops( + country_abbreviation, state_name, state_details, country_data + ) + pops += " }\n" + pops += "}\n" + + # Generate buildings file + buildings += f"s:{state_name} = {{\n" + for country_abbreviation in countries: + buildings += f" region_state:{country_abbreviation} = {{\n" + if state_name in capital_states: + gov_admin = CreateBuilding( + building="building_government_administration", + level=1, + activate_production_methods={ + "pm_simple_organization_government_administration" + }, + ) + buildings += paradox.dumps( + {"create_building": dict(gov_admin)}, indent_lvl=2 + ) + buildings += " }\n" + buildings += "}\n" + + # Determine provinces of region states (mainly for split states) + state_provinces = {} + if len(countries) > 1: + for country in countries: + state_provinces[country] = map( + lambda p: f"x{p.upper()}", countries[country] + ) + else: + country = next(iter(countries.items()))[0] # Get the only country + state_provinces[country] = states_data[state_name].provinces + + # Generate provinces file + provinces += f"s:{state_name} = {{\n" + for country in countries: + provinces += " create_state = {\n" + provinces += f" country = c:{country}\n" + provinces += f" owned_provinces = {{ {' '.join(state_provinces[country])} }}\n" + provinces += " }\n" + provinces += "}\n" + + # Outputs stuff + write_to_file(STATE_HISTORY_OUTPUT, provinces) + write_to_file(POPS_OUTPUT, pops) + write_to_file(BUILDINGS_OUTPUT, buildings) + + +if __name__ == "__main__": + main() diff --git a/src/generate_hub_localization.py b/src/generate_hub_localization.py new file mode 100644 index 00000000..907fe7a9 --- /dev/null +++ b/src/generate_hub_localization.py @@ -0,0 +1,80 @@ +from pathlib import Path +import re +import random +import rubicon_parser as paradox +from ruamel.yaml import YAML +from ruamel.yaml.scalarstring import DoubleQuotedScalarString as dq +from utils import load_file_into_string, write_to_file + + +def localization_yaml_to_dict(states: str): + pattern = re.compile(r"(\w+):\d+ \"(.+?)\"") + matches = pattern.finditer(states) + state_dict = {} + for match in matches: + state, state_loc = match.groups() + state_dict[state] = state_loc + return state_dict + +def main(): + # Declare consts + yaml = YAML(typ="rt") + yaml.default_flow_style = False + random.seed(1) + hub_types = ["city", "wood", "port", "mine", "farm"] + hub_suffixes = { + "city": [""], + "port": ["Harbour", "Port", "Dockyards"], + "wood": ["Woods", "Tree Farm", "Forest"], + "mine": ["Mineshaft", "Mine", "Quarry"], + "farm": ["Farm", "Fields", "Farmstead"], + } + + # Read necessary values + hub_names = yaml.load(load_file_into_string("src/input/city_names.yml")) + state_localization = yaml.load( + load_file_into_string("localization/english/civ_states_l_english.yml") + )["l_english"] + states = paradox.load("map_data/state_regions/00_states.txt") + + # Prepare data + state_localization = localization_yaml_to_dict(state_localization) + + # Generate names + unnamed_states: set[str] = set() + for state in states.keys(): + for hub_type in hub_types: + # If name already exists, skip + if state in hub_names and hub_type in hub_names[state]: + continue + suffix = random.choice(hub_suffixes[hub_type]) + if state not in hub_names: + hub_names[state] = {} + if state not in state_localization: + unnamed_states.add(state) + continue + is_plural = "'s " + if state_localization[state].endswith("s"): + is_plural = " " + if hub_type == "city": + is_plural = "" + hub_names[state][hub_type] = f"{state_localization[state]}{is_plural}{suffix}" + if unnamed_states: + raise KeyError(f"States dont have localization in localization/english/civ_states_l_english.yml: {unnamed_states}") + + # Convert hub_names to output yaml + output = {} + for state_key, hub_type_names in hub_names.items(): + for hub_type, hub_name in hub_type_names.items(): + output[f"HUB_NAME_{state_key}_{hub_type}"] = dq(hub_name) + output = {"l_english": output} + + # Write output + path_str = "src/output/civ_hubs_l_english.yml" + path = Path(path_str) + yaml.dump(output, path) + utf_8_localization = load_file_into_string(path_str, encoding=None) + write_to_file(path_str, utf_8_localization) + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/src/generate_modifiers.py b/src/generate_modifiers.py new file mode 100644 index 00000000..8baf6532 --- /dev/null +++ b/src/generate_modifiers.py @@ -0,0 +1,137 @@ +from collections import defaultdict +import rubicon_parser as paradox +import yaml_wrapper as yaml +from yaml_wrapper import dq +from utils import load_file_into_string, write_to_file +from pathlib import Path +from paths import OUTPUT_FOLDER + +# Generate Goods Modifiers +generated_modifiers: dict = defaultdict(defaultdict) +localizations: dict = defaultdict(str) +for file in Path("common/goods").glob("*.txt"): + goods = paradox.loads(load_file_into_string(file.as_posix())) + for good in goods: + building_output_good_add = generated_modifiers[f"building_output_{good}_add"] + building_output_good_add["good"] = False + building_output_good_add["percent"] = False + + building_output_good_mult = generated_modifiers[f"building_output_{good}_mult"] + building_output_good_mult["good"] = True + building_output_good_mult["percent"] = True + + building_input_good_add = generated_modifiers[f"building_input_{good}_add"] + building_input_good_add["good"] = False + building_input_good_add["percent"] = False + + building_throughput_good_mult = generated_modifiers[ + f"building_throughput_{good}_mult" + ] + building_throughput_good_mult["good"] = True + building_throughput_good_mult["percent"] = True + + country_good_reserve_limit_mult = generated_modifiers[ + f"country_{good}_reserve_limit_mult" + ] + country_good_reserve_limit_mult["good"] = True + country_good_reserve_limit_mult["percent"] = True + +# Generate interest group modifiers +for file in Path("common/interest_groups").glob("*.txt"): + interest_groups = paradox.loads(load_file_into_string(file.as_posix())) + for interest_group in interest_groups: + interest_group_pop_attraction_mult = generated_modifiers[ + f"interest_group_{interest_group}_pop_attraction_mult" + ] + interest_group_pop_attraction_mult["neutral"] = True + interest_group_pop_attraction_mult["percent"] = True + + interest_group_pop_attraction_mult = generated_modifiers[ + f"interest_group_{interest_group}_pol_str_mult" + ] + interest_group_pop_attraction_mult["neutral"] = True + interest_group_pop_attraction_mult["percent"] = True + interest_group_pop_attraction_mult["num_decimals"] = 0 + + interest_group_pop_attraction_mult = generated_modifiers[ + f"interest_group_{interest_group}_pol_attraction_mult" + ] + interest_group_pop_attraction_mult["neutral"] = True + interest_group_pop_attraction_mult["percent"] = True + +pop_type_list = [] +for file in Path("common/pop_types").glob("*.txt"): + pop_types = paradox.loads(load_file_into_string(file.as_posix())) + for pop_type in pop_types: + pop_type_list.append(pop_type) + localizations[ + f"modifier_state_{pop_type}_investment_pool_contribution_add" + ] = dq(f"${pop_type}$ [concept_investment_pool] contribution") + localizations[ + f"modifier_state_{pop_type}_investment_pool_contribution_add_desc" + ] = dq(f"How much of their profits ${pop_type}$ will invest") + + localizations[ + f"modifier_state_{pop_type}_investment_pool_efficiency_mult" + ] = dq(f"${pop_type}$ [concept_investment_pool] contribution efficiency") + localizations[ + f"modifier_state_{pop_type}_investment_pool_efficiency_mult" + ] = dq( + f"An increase or decrease to how much the invested profits from ${pop_type}$ will contribute to the [concept_investment_pool]" + ) + + +# Generate building groups modifiers +for file in Path("common/building_groups").glob("*.txt"): + building_groups = paradox.loads(load_file_into_string(file.as_posix())) + for bg_type in building_groups: + country_subsidies_bg_type = generated_modifiers[f"country_subsidies_{bg_type}"] + country_subsidies_bg_type["good"] = True + country_subsidies_bg_type["boolean"] = True + + building_group_bg_type_employee_mult = generated_modifiers[ + f"building_group_{bg_type}_employee_mult" + ] + building_group_bg_type_employee_mult["good"] = False + building_group_bg_type_employee_mult["percent"] = True + + building_group_bg_type_mortality_mult = generated_modifiers[ + f"building_group_{bg_type}_mortality_mult" + ] + building_group_bg_type_employee_mult["good"] = False + building_group_bg_type_employee_mult["percent"] = True + + building_group_bg_type_standard_of_living_add = generated_modifiers[ + f"building_group_{bg_type}_standard_of_living_add" + ] + building_group_bg_type_standard_of_living_add["good"] = True + building_group_bg_type_standard_of_living_add["percent"] = False + + building_group_bg_type_tax_mult = generated_modifiers[ + f"building_group_{bg_type}_tax_mult" + ] + building_group_bg_type_tax_mult["good"] = True + building_group_bg_type_tax_mult["percent"] = True + + for pop_type in pop_type_list: + building_group_bg_type_pop_type_mortality_mult = generated_modifiers[ + f"building_group_{bg_type}_{pop_type}_mortality_mult" + ] + building_group_bg_type_pop_type_mortality_mult["good"] = False + building_group_bg_type_pop_type_mortality_mult["percent"] = True + + building_group_bg_type_pop_type_standard_of_living_add = ( + generated_modifiers[ + f"building_group_{bg_type}_{pop_type}_standard_of_living_add" + ] + ) + building_group_bg_type_pop_type_standard_of_living_add["good"] = True + building_group_bg_type_pop_type_standard_of_living_add["percent"] = False + +generated_modifiers = {k: dict(v) for k, v in generated_modifiers.items()} +localizations = {"l_english": dict(localizations)} +write_to_file( + f"common/modifier_types/civ_modifier_types.txt", paradox.dumps(generated_modifiers) +) +write_to_file(f"{OUTPUT_FOLDER}/civ_modifier_types.yml", yaml.dumps(localizations)) +# Localization diff --git a/src/generate_portraits.py b/src/generate_portraits.py new file mode 100644 index 00000000..d9101e08 --- /dev/null +++ b/src/generate_portraits.py @@ -0,0 +1,112 @@ +import glob +from pathlib import Path +from os import getcwd, chdir + +root_dir = "./" + +ASSETS_PATH = "src/output/skins" +ACCESSORIES_PATH = "src/output/accessories" +PATHS_TO_DELETE = [ASSETS_PATH, ACCESSORIES_PATH] + + +def inPath(flags: list[str], path: str): + for flag in flags: + if flag in Path(path).parts: + return True + return False + + +def determineTags(is_slim: bool, empty_override: bool = False): + if empty_override: + return "" + if is_slim: + return "base_slim" + else: + return "base_model" + + +def check_slim_file_exists(file_path: str) -> bool: + slim_path = ( + Path(file_path).parent + / "slim" + / (Path(file_path).stem + "_slim" + Path(file_path).suffix) + ) + return slim_path.exists() + + +def main(): + # Fixes path if it is an executable in dist~ + if getcwd()[-4:] == "dist": + print("Moving working directory to root of mod folder") + chdir("..") + else: + print( + "Executable not being run from expected folder, move to dist/ folder if issues arise" + ) + + for pathToDelete in PATHS_TO_DELETE: + Path(pathToDelete).mkdir(parents=True, exist_ok=True) + for file in Path(pathToDelete).iterdir(): + file.unlink() + + stored_clothes = {} + for dds_path in glob.iglob( + root_dir + "gfx/models/skins/skins_textures/**/*.dds", recursive=True + ): + parent_dir = Path(dds_path).parent.name + is_slim = False + has_other_version_equivalent = False + if parent_dir == "slim": + parent_dir = Path(dds_path).parent.parent.name + is_slim = True + else: + has_other_version_equivalent = check_slim_file_exists(dds_path) + if parent_dir == "players": + shader_dir = "body" + else: + shader_dir = parent_dir + relative_path = ( + Path(dds_path).relative_to("gfx/models/skins/skins_textures").as_posix() + ) + print(relative_path) + filename = Path(dds_path).stem + template = f"""pdxmesh = {{ + name = "{filename}_mesh" + file = "hm_prophet.mesh" + scale = 1.6 + meshsettings = {{ + name = "prophet_shieldShape" + index = 0 + texture_diffuse = "skins_textures/{relative_path}" + shader = "portrait_attachment_alpha_to_coverage" + shader_file = "gfx/models/skins/{shader_dir}.shader" + }} + }} + entity = {{ + name = "{filename}_entity" + pdxmesh = "{filename}_mesh" + }} + + """ + if inPath(["body", "players"], dds_path): + entity_registration = f"""{filename} = {{ + set_tags = "{determineTags(is_slim)}" + entity = {{ required_tags = "" shared_pose_entity = head entity = "{filename}_entity" }} + """ + else: + entity_registration = f"""{filename} = {{ + entity = {{ required_tags = "{determineTags(is_slim)}" shared_pose_entity = head entity = "{filename}_entity" }} + """ + if has_other_version_equivalent: + entity_registration += f""" entity = {{ required_tags = "base_slim" shared_pose_entity = head entity = "{filename}_slim_entity" }}\n""" + entity_registration += "}\n\n" + + # Create a new file with the parent directory name + with open(f"{ASSETS_PATH}/{parent_dir}.asset", "a") as f: + f.write(template) + + with open(f"{ACCESSORIES_PATH}/{parent_dir}.txt", "a") as f: + f.write(entity_registration) + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/src/generate_province_terrains.py b/src/generate_province_terrains.py new file mode 100644 index 00000000..45df26d2 --- /dev/null +++ b/src/generate_province_terrains.py @@ -0,0 +1,188 @@ +from collections import defaultdict +from pathlib import Path +import re +from paths import ( + MAP_DATA_STATE_REGIONS_FOLDER, + PROVINCE_TERRAINS_OUTPUT, + PROVINCE_COLORS_OUTPUT, + PROVINCES_NEED_REMOVAL, + STATES_DATA_YML_OUTPUT, + STATES_MAP_DATA, + STATES_MAP_DATA_OUTPUT, +) +import rubicon_parser as paradox +import cv2 +from msgpack import load as msgpack_load, dump as msgpack_dump +from bz2 import BZ2File +from utils import write_to_file, rgb_to_hex, file_exists, load_file_into_string +from yaml_wrapper import yaml + + +# Generates province_colors if it doesn't exist yet +# Provinces colors is a dict where the key is a tuple (r,g,b) and the values are the (x,y) locations +def extract_colors(image_file): + img = cv2.imread(image_file) + height, width, _ = img.shape + mapped_colors = {} + total_pixels = height * width + processed_pixels = 0 + for x in range(width): + for y in range(height): + b, g, r = img[y][x] + hex_val = rgb_to_hex(r, g, b) + if hex_val not in mapped_colors: + mapped_colors[hex_val] = [] + mapped_colors[hex_val].append([x, y]) + processed_pixels += 1 + if processed_pixels % (total_pixels // 100) == 0: + print( + f"\r{processed_pixels / total_pixels * 100:.0f}% completed", end="" + ) + print("\nProcessing complete!") + return mapped_colors + + +def calculate_state_population( + state_biomes: list[tuple[str, int]], biome_data: dict +) -> int: + pop_count = 0 + total_state_pixels = 0 + unknown_size = 0 + for biome, size in state_biomes: + if biome == "unknown": + unknown_size = size + if biome not in biome_data["minecraft_biomes"]: + continue + populational_density = biome_data["minecraft_biomes"][biome][ + "populational_density" + ] + pop_count += size * populational_density + total_state_pixels += size + if "unknown" in biome_data["minecraft_biomes"]: + for biome, size in state_biomes: + if biome not in biome_data["minecraft_biomes"]: + continue + ratio = size / total_state_pixels + populational_density = biome_data["minecraft_biomes"][biome][ + "populational_density" + ] + pop_count += int(ratio * unknown_size) * populational_density + return pop_count + + +def main(should_clean_provinces: bool): + # Prepares Inputs + biome_data = yaml.load(load_file_into_string("src/input/biomes_mapping.yml")) + state_data = yaml.load(load_file_into_string("src/input/state_data.yml")) + minecraft_biomes_map = { + str(biome_data["input_biomes"][input_biome]).upper(): minecraft_biome + for minecraft_biome, input_biomes in biome_data["minecraft_biomes"].items() + for input_biome in input_biomes["input_biomes"] + } + + province_map = {} + if file_exists(PROVINCE_COLORS_OUTPUT): + print("Loading existing province color terrains file (May take a while)") + with BZ2File(PROVINCE_COLORS_OUTPUT, "rb") as provinces_colors: + province_map = msgpack_load(provinces_colors) + print("Loaded province terrains file") + else: + province_map = extract_colors("map_data/provinces.png") + print(f"Found {len(province_map)} provinces") + print("Color map generated, zipping into file...") + with BZ2File(PROVINCE_COLORS_OUTPUT, "wb") as config_dictionary_file: + msgpack_dump(province_map, config_dictionary_file) + + biomes_map = cv2.imread("src/input/biomes.png") + map_states_data = paradox.loads(load_file_into_string(STATES_MAP_DATA)) + + # Find out the amount of provinces that are missing from province_colors + provinces_that_need_to_be_removed = defaultdict(list) + for file in Path(MAP_DATA_STATE_REGIONS_FOLDER).glob("*.txt"): + states_map_data = paradox.loads(load_file_into_string(file.as_posix())) + for state_name, state_map_data in states_map_data.items(): + for province in state_map_data["provinces"]: + province = province.removeprefix("x").upper() + if province not in province_map: + provinces_that_need_to_be_removed[state_name].append(province) + if should_clean_provinces: + states_map_data[state_name]["provinces"].remove(f"x{province}") + if should_clean_provinces: + write_to_file(file.as_posix(), paradox.dumps(states_map_data)) + + print(f"Writing to {PROVINCES_NEED_REMOVAL}") + yaml.dump(dict(provinces_that_need_to_be_removed), Path(PROVINCES_NEED_REMOVAL)) + + # Calculate arable land resources + for state_name, map_state_data in map_states_data.items(): + provinces = map_state_data["provinces"] + state_resources = defaultdict(lambda: 0, {}) + for province in provinces: + province = province[1:] # remove the x from the province id + # load all province coordinates + if province not in province_map: + raise KeyError( + f"{province} does not exist in 'map_data/provinces.png', try to delete existing province_colors file or to fix the province manually" + ) + province_coords = province_map[province] + for x, y in province_coords: + b, g, r = biomes_map[y][x] + hex = rgb_to_hex(r, g, b) + if hex not in minecraft_biomes_map: + state_resources["unknown"] += 1 + else: + state_resources[minecraft_biomes_map[hex]] += 1 + map_state_data["capped_resources"] = {} + map_state_data["capped_resources"]["bg_sand_pit"] = 5 + if len(state_resources) > 0: + state_resources = sorted( + dict(state_resources).items(), key=lambda x: x[1], reverse=True + ) + pop_count = calculate_state_population(state_resources, biome_data) + if state_name not in state_data: + state_data[state_name] = {} + state_data[state_name]["population"] = pop_count + biggest_biome, biome_size = state_resources[0] + if biggest_biome == "desert": + map_state_data["capped_resources"]["bg_sand_pit"] = 80 + map_state_data["traits"] = [f'"state_trait_{state_resources[0][0]}"'] + map_state_data["arable_resources"] = [ + f'"{valid_farm}"' + for valid_farm in biome_data["minecraft_biomes"][biggest_biome][ + "valid_farms" + ] + ] + + # Update existing entries + file_string = load_file_into_string(STATES_MAP_DATA).splitlines() + new_file = [] + delete_flag = False + for line in file_string: + state_match = re.match(r"^([\w_]+)", line) + if state_match is None and delete_flag is False: + if line.startswith("#"): + new_file.append(line) + continue + if state_match is not None: + state = state_match.group(0) + line = line.replace(f"{state} = {{", "") + new_file.append(paradox.dumps({state: map_states_data[state]})) + new_string = "\n".join(new_file) + write_to_file(STATES_MAP_DATA_OUTPUT, new_string) + + print(f"Writing to {STATES_DATA_YML_OUTPUT}") + yaml.dump(state_data, Path(STATES_DATA_YML_OUTPUT)) + + # Temporary province terrain TODO UPDATE TO ACTUAL TERRAIN + output = ( + "#This is a generated file, do not modify unless you know what you are doing!\n" + ) + for hex in [f"x{hex}" for hex in province_map]: + output += f'{hex}="plains"\n' + + # Final output + write_to_file(PROVINCE_TERRAINS_OUTPUT, output) + + +if __name__ == "__main__": + main(False) diff --git a/src/input/biomes.png b/src/input/biomes.png new file mode 100644 index 00000000..42c9318f Binary files /dev/null and b/src/input/biomes.png differ diff --git a/src/input/biomes_mapping.yml b/src/input/biomes_mapping.yml new file mode 100644 index 00000000..6a14521d --- /dev/null +++ b/src/input/biomes_mapping.yml @@ -0,0 +1,234 @@ +input_biomes: + mountains_with_no_trees: '404040' + mountains_with_snow: '808080' + island: 'ffd800' + snowy_tundra: 'e8e8e8' + plains_hills: 8ac100 + plains: b6ff00 + jungle_hills: '00b214' + sparse_jungle: 4cff00 + jungle: '00db12' + mushroom_island: ff6a00 + dark_forest: 3c6615 + dry_hills: 7f9300 + dry_plains: b3ce00 + swamp: 7f3300 + forest: '007f0e' + taiga_forest: 567c5a + arid_hills: a3953e + savanna_hills: afab80 + mesa_mountain: b2571a + mesa_desert: dba36f + mesa: ff9651 + savanna: 83953e + desert: ffec60 + ocean: '051412' + lake: '001696' +minecraft_biomes: + swampland: + input_biomes: + - swamp + valid_farms: + - bg_carrot_farms + - bg_cocoa_farms + - bg_wheat_farms + - bg_melon_farms + - bg_sugar_cane_farms + - bg_mushroom_farms + - bg_tree_farming + populational_density: 30 + sunflower_plains: + input_biomes: + - dry_plains + - dry_hills + valid_farms: + - bg_beetroot_farms + - bg_carrot_farms + - bg_potato_farms + - bg_pumpkin_farms + - bg_wheat_farms + - bg_melon_farms + - bg_mushroom_farms + - bg_tree_farming + populational_density: 20 + plains: + input_biomes: + - island + - plains_hills + - plains + valid_farms: + - bg_beetroot_farms + - bg_carrot_farms + - bg_potato_farms + - bg_pumpkin_farms + - bg_wheat_farms + - bg_melon_farms + - bg_mushroom_farms + - bg_tree_farming + populational_density: 25 + savanna: + input_biomes: + - savanna_hills + - savanna + valid_farms: + - bg_beetroot_farms + - bg_carrot_farms + - bg_potato_farms + - bg_pumpkin_farms + - bg_wheat_farms + - bg_melon_farms + - bg_mushroom_farms + - bg_tree_farming + populational_density: 12 + extreme_hills: + input_biomes: + - mountains_with_no_trees + - mountains_with_snow + valid_farms: + - bg_beetroot_farms + - bg_potato_farms + - bg_pumpkin_farms + - bg_wheat_farms + - bg_tree_farming + populational_density: 12 + desert: + input_biomes: + - desert + - mesa_desert + valid_farms: + - bg_beetroot_farms + - bg_carrot_farms + - bg_potato_farms + - bg_pumpkin_farms + - bg_wheat_farms + - bg_cactus_farms + - bg_tree_farming + populational_density: 5 + mesa_plateau: + input_biomes: + - arid_hills + - mesa_mountain + - mesa + valid_farms: + - bg_beetroot_farms + - bg_carrot_farms + - bg_wheat_farms + - bg_cactus_farms + populational_density: 8 + jungle: + input_biomes: + - jungle_hills + - sparse_jungle + - jungle + valid_farms: + - bg_beetroot_farms + - bg_carrot_farms + - bg_cocoa_farms + - bg_wheat_farms + - bg_melon_farms + - bg_sugar_cane_farms + - bg_mushroom_farms + - bg_tree_farming + populational_density: 22 + forest: + input_biomes: + - forest + valid_farms: + - bg_beetroot_farms + - bg_wheat_farms + - bg_tree_farming + populational_density: 26 + roofed_forest: + input_biomes: + - dark_forest + valid_farms: + - bg_beetroot_farms + - bg_wheat_farms + - bg_tree_farming + populational_density: 23 + mushroom_island: + input_biomes: + - mushroom_island + valid_farms: + - bg_beetroot_farms + - bg_wheat_farms + - bg_mushroom_farms + populational_density: 3 + taiga: + input_biomes: + - taiga_forest + valid_farms: + - bg_beetroot_farms + - bg_potato_farms + - bg_pumpkin_farms + - bg_tree_farming + populational_density: 20 + snowy_plains: + input_biomes: + - snowy_tundra + valid_farms: + - bg_beetroot_farms + - bg_pumpkin_farms + - bg_tree_farming + populational_density: 5 + river: + input_biomes: + - lake + valid_farms: + - bg_wheat_farms + - bg_sugar_cane_farms + - bg_mushroom_farms + - bg_tree_farming + populational_density: 30 + ocean: + input_biomes: + - ocean + valid_farms: + - bg_wheat_farms + - bg_sugar_cane_farms + - bg_mushroom_farm + populational_density: 21 + # - desert + # plains: + # - island + # - plains + # - dry_plains + # wetland: + # - swamp + # - mushroom_island + # mountain: + # - mountains_with_no_trees + # ocean: + # savanna: + # - savanna + # - savanna_hills + # jungle: + # - sparse_jungle + # - jungle + # - jungle_hills + # hills: + # - plains_hills + # - arid_hills + # - dry_hills + # forest: + # - forest + # - dark_forest + # - taiga_forest + # tundra: + # - snowy_tundra + # snow: + # - mountains_with_snow + # lakes: +# beach: +# +# - bg_beetroot_farms +# - bg_carrot_farms +# - bg_cocoa_farms +# - bg_potato_farms +# - bg_pumpkin_farms +# - bg_wheat_farms +# - bg_melon_farms +# - bg_cactus_farms +# - bg_sugar_cane_farms +# - bg_mushroom_farms +# - bg_tree_farming \ No newline at end of file diff --git a/src/input/city_names.yml b/src/input/city_names.yml new file mode 100644 index 00000000..6f4104d8 --- /dev/null +++ b/src/input/city_names.yml @@ -0,0 +1,41 @@ +STATE_EAST_LAMBAT_CITY: + city: Poblacion + wood: Katipan + port: Pioneer Village +STATE_WEST_LAMBAT_CITY: + city: Progreso + wood: Timberbourg + port: Stoneport +STATE_VALLE_OCCIDENTAL: + city: Heavensroost + wood: Mt. Abedul + port: Broa Cay + mine: Hikari's Castle +STATE_PAMPANG: + city: Pampang +STATE_PARFAIT_KAWAYAN: + city: Kota Habagatan + wood: Parfait Bay + port: United Fruit Company +STATE_CHUNGIA: + city: Cape Cocoa + wood: Bulaclan Tree Farm + port: Cape Cocoa Nether Portal + mine: Magfarm +STATE_BLANCO_STRAIT: + city: Bazariskes + port: Blanco Strait + mine: Mt. Pico de Blanco +STATE_PORTUCALE: + port: São Bento +STATE_NIDAROS: + mine: Fox's Landing + farm: Soria Moria +STATE_HYLDOR: + city: Andeon +STATE_AZORES: + city: Ponta Delgada + wood: Laurissilva + port: Portas do Mar + mine: Algar do Carvão + farm: Quinta das vacas \ No newline at end of file diff --git a/src/input/clothes_config.yml b/src/input/clothes_config.yml new file mode 100644 index 00000000..bdd2fb17 --- /dev/null +++ b/src/input/clothes_config.yml @@ -0,0 +1,33 @@ +truidencian_clothes: + male: + - top_baroque_blue + - top_baroque_sand + - top_baroque_gray + - top_victorian_tailcoat + female: + - top_brown_jacket_slim + - top_coat_blue_nohat_slim + - top_coat_blue_slim + - top_dress_blue_nohat_slim + - top_dress_blue_slim + - top_dress_green + - top_red_jacket_slim +truidencian_military_clothes: + male: + - top_hte_soldier + - top_red_soldier + - top_redcoat + female: +gensokyojin_clothes: + male: + - top_genso_red + - top_genso_blue + female: + - top:touhou_1 + - top:touhou_2 + - top:touhou_2_nohat +gensokyojin_military_clothes: + male: + - top_diamond_full + - top_red_soldier + female: \ No newline at end of file diff --git a/src/input/inexistent_provinces.txt b/src/input/inexistent_provinces.txt new file mode 100644 index 00000000..39648377 --- /dev/null +++ b/src/input/inexistent_provinces.txt @@ -0,0 +1,8 @@ +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: x00052E +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: x080309 +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: x0E1326 +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: x260823 +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: x381114 +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: x97A3FB +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: xDEDAAA +[01:40:59][state_region_template.cpp:272]: Failed to assign province to state region! State region: STATE_DEBUG, Error: Referencing inexistent province!, Key: xF893DC \ No newline at end of file diff --git a/src/input/province_terrains.json b/src/input/province_terrains.json new file mode 100644 index 00000000..b0e67509 --- /dev/null +++ b/src/input/province_terrains.json @@ -0,0 +1,15 @@ +{ + "plains":"B6FF00", + "ocean":"", + "lakes":"", + "river":"", + "forest":"", + "hills":"", + "mountain":"", + "jungle":"", + "wetland":"", + "desert":"FFEC60", + "tundra":"E8E8E8", + "savanna":"83953E", + "snow":"" +} \ No newline at end of file diff --git a/src/input/split_states.json b/src/input/split_states.json new file mode 100644 index 00000000..a082116c --- /dev/null +++ b/src/input/split_states.json @@ -0,0 +1,10 @@ +{ + "STATE_BLANCO_STRAIT": { + "LAM": ["4DF0D3", "66EAB3", "808CF4", "8AD3CE", "8CF5A9", "91F1A1", "A29DC9", "B34272", "B3DF88", "B871D5", "B8DDC4", "BACFCD", "C28FC7", "CFB8CE", "D88BC8", "DCB3E4", "DDC0EE", "E48EE7", "EA16F7", "EA79A8", "EAA1E5", "F2D18F", "F572AE", "F6BB87", "FBDDFE", "FEE27E"], + "EXA": ["6CE5D3", "81C8E9", "CB6FF4", "F886B2"] + }, + "STATE_MERCADO_STRAIT": { + "LAM": ["63CFD7", "7CD0F2", "90E4A8", "9BEDC1", "B08EFA", "B8F7F6", "C7FB9B"], + "EXA": ["5CA9F2", "73ABDC", "898BEB", "9C9CF0", "ADA3F1", "C284B6", "D3CFE9", "D5BBBC", "DCE8AB", "E5A881", "E6E861", "EF8D80", "F260E2", "F3CD93" ] + } +} diff --git a/src/input/state_data.yml b/src/input/state_data.yml new file mode 100644 index 00000000..182badcd --- /dev/null +++ b/src/input/state_data.yml @@ -0,0 +1,381 @@ +STATE_NIDAROS: + naval_exit_id: STATE_MEDI_SEA + population: 192191 +STATE_HYLDOR: + naval_exit_id: STATE_MEDI_SEA + population: 214248 +STATE_FLATAGRAS: + naval_exit_id: STATE_MEDI_SEA + population: 200851 +STATE_SIX_COLONIES: + naval_exit_id: STATE_MEDI_SEA + population: 145487 +STATE_OUTER_NIDAROS: + naval_exit_id: STATE_MEDI_SEA + population: 114638 +STATE_NUMBERS_LAWN: + naval_exit_id: STATE_MEDI_SEA + population: 275437 +STATE_CIV_PROVENCE: + naval_exit_id: STATE_MEDI_SEA + population: 109715 +STATE_AMATERASU_SHORES: + naval_exit_id: STATE_MEDI_SEA + population: 126275 +STATE_PORTUCALE: + naval_exit_id: STATE_MEDI_SEA + population: 191394 +STATE_CASCAIS: + naval_exit_id: STATE_MEDI_SEA + population: 216061 +STATE_OLIMPIA: + naval_exit_id: STATE_MEDI_SEA + population: 168550 +STATE_ATLAS: + naval_exit_id: STATE_MEDI_SEA + population: 58851 +STATE_AZORES: + naval_exit_id: STATE_MEDI_SEA + population: 5389 +STATE_CLASSICALE: + naval_exit_id: STATE_MEDI_SEA + population: 147862 +STATE_CIV_ALENTEJO: + naval_exit_id: STATE_MEDI_SEA + population: 88967 +STATE_WEST_LAMBAT_CITY: + naval_exit_id: STATE_MEDI_SEA + population: 187011 +STATE_VALLE_OCCIDENTAL: + naval_exit_id: STATE_MEDI_SEA + population: 476226 +STATE_CHUNGIA: + naval_exit_id: STATE_LYREAN_SEA + population: 374878 +STATE_MERCADO_STRAIT: + naval_exit_id: STATE_STONY_SEA + population: 164550 +STATE_PARFAIT_KAWAYAN: + naval_exit_id: STATE_STONY_SEA + population: 397473 +STATE_PROVINCE_OF_NEW_DANZILONA: + naval_exit_id: STATE_MEDI_SEA + population: 452774 +STATE_PAMPANG: + naval_exit_id: STATE_LYREAN_SEA + population: 192850 +STATE_MELIA: + naval_exit_id: STATE_MEDI_SEA + population: 593210 +STATE_PETERSKOGUR: + naval_exit_id: STATE_MEDI_SEA + population: 233491 +STATE_SOUTH_MELIA: + naval_exit_id: STATE_MEDI_SEA + population: 148033 +STATE_WOLKEN: + naval_exit_id: STATE_MEDI_SEA + population: 356793 +STATE_SOUTHERN_PROVINCE: + naval_exit_id: STATE_MEDI_SEA + population: 242924 +STATE_EASTERN_SHINING_ISLES: + naval_exit_id: STATE_MEDI_SEA + population: 45797 +STATE_WOLKEN_ISLANDS: + naval_exit_id: STATE_MEDI_SEA + population: 33535 +STATE_NORTHERN_MERY: + naval_exit_id: STATE_LYREAN_SEA + population: 134594 +STATE_CENTRAL_MERY: + naval_exit_id: STATE_MIDDLE_OCEAN + population: 252607 +STATE_SOUTHERN_MERY: + naval_exit_id: STATE_MIDDLE_OCEAN + population: 227400 +STATE_SORLAND: + pops: + - culture: thruitt + religion: bezism + ratio: 9 + - culture: gensokyojin + religion: bezism + ratio: 1 + population: 479943 +STATE_MORINOYARI: + pops: + - culture: thruitt + religion: bezism + ratio: 1 + - culture: gensokyojin + religion: bezism + ratio: 9 + homelands: + - thruittans + population: 124396 +STATE_BLANCO_STRAIT: + homelands: + - lambatan + - mery_culture + naval_exit_id: STATE_STONY_SEA + population: 238218 +STATE_OUTLAND: + pops: + - culture: thruitt + religion: bezism + ratio: 1 + population: 101520 +STATE_SNOWPEAK: + population: 52073 +STATE_TENSEIMIYA: + population: 288371 +STATE_DAISHIREIBOU: + population: 547718 +STATE_MUMEITA: + population: 558424 +STATE_YAMATO_KEN: + population: 171968 +STATE_DREAMLAND: + population: 110114 +STATE_LUSITAN_PLAINS: + population: 93900 +STATE_LUSITAN_PLATEAUS: + population: 189128 +STATE_EBORA: + population: 34092 +STATE_EAST_LAMBAT_CITY: + population: 179074 +STATE_SOPHIA: + population: 309810 +STATE_WEST_DANZILONA: + population: 366697 +STATE_YOAHTL_HOMELANDS: + population: 58495 +STATE_KOBYLINSKI: + population: 185059 +STATE_CZECHIA: + population: 253400 +STATE_WESTBURY: + population: 277959 +STATE_EASTBURY: + population: 151051 +STATE_YOAHTL_WESTERN_FRONTIER: + population: 351024 +STATE_ALTEPETL: + population: 118495 + pops: + - culture: yoahtlan + ratio: 90 + - culture: resimerian + ratio: 3 +STATE_SOUTHBURY: + population: 284658 +STATE_KAXITL: + population: 363638 +STATE_YOAHTL_EASTERN_FRONTIER: + population: 280526 +STATE_RESIMERE: + population: 55436 + pops: + - culture: resimerian + ratio: 1 +STATE_RESIMERIAN_FRONTIER: + population: 396645 + pops: + - culture: resimerian + ratio: 1 +STATE_MINI_YOAHTL: + population: 20300 +STATE_MINI_YOAHTL_FRONTIER: + population: 115541 +STATE_ROZIA: + population: 37213 +STATE_UPPER_MELIA: + population: 170065 +STATE_NEW_SWISSTON: + population: 130690 +STATE_KALLOS: + naval_exit_id: STATE_MIDDLE_OCEAN + population: 342051 +STATE_ARNEN: + population: 290659 +STATE_COLUMBIA: + population: 358969 +STATE_FLORENCE: + naval_exit_id: STATE_NORTHLANDIC_SEA + population: 221408 +STATE_DELEWARE: + naval_exit_id: STATE_LAKE_MICHIGAN + population: 185516 +STATE_ZATOKA: + naval_exit_id: STATE_SEA_OF_SNEED + population: 261981 +STATE_GAZEBO: + population: 190450 +STATE_KROVIDENCIA: + population: 228200 +STATE_ARCTIC_AND_EAST_TITAN: + naval_exit_id: STATE_SEA_OF_SNEED + population: 108733 +STATE_MOUNT_AUGUSTA: + population: 687633 + pops: + - culture: augustan + ratio: 7 + - culture: septembrian + ratio: 2 +STATE_SOUTH_MOUNT_AUGUSTA: + population: 236345 + pops: + - culture: augustan + ratio: 7 + - culture: septembrian + ratio: 3 +STATE_GLATTEIS: + population: 71193 +STATE_EAST_MOUNT_AUGUSTA: + naval_exit_id: STATE_STONY_SEA + population: 439352 + pops: + - culture: augustan + ratio: 7 + - culture: septembrian + ratio: 2 +STATE_EXCLAVE_MOUNT_AUGUSTA: + naval_exit_id: STATE_STONY_SEA + population: 356504 +STATE_CALW: + naval_exit_id: STATE_MIDDLE_OCEAN + population: 199163 +STATE_CAWL_EXCLAVE: + population: 40047 +STATE_DOOM_CITY_NORTH: + population: 624008 +STATE_DOOM_CITY_SOUTH: + population: 414674 +STATE_SYMSTEAD: + population: 127906 +STATE_ADRINA: + naval_exit_id: STATE_LYREAN_SEA + population: 127353 +STATE_ISLES_OF_CUCURBITS: + naval_exit_id: STATE_LYREAN_SEA + population: 64903 +STATE_WYNFORD: + population: 82071 +STATE_LILAC: + population: 66781 +STATE_GRIFFIN_CROWNLANDS: + naval_exit_id: STATE_LYREAN_SEA + population: 321654 +STATE_PAVIA_PROPER: + naval_exit_id: STATE_MIDDLE_OCEAN + population: 305656 +STATE_BEDFORD: + naval_exit_id: STATE_MIDDLE_OCEAN + population: 141930 +STATE_GREATER_PAVIA: + naval_exit_id: STATE_LYREAN_SEA + population: 571336 +STATE_PAVIA_AULDMARCHE: + naval_exit_id: STATE_LYREAN_SEA + population: 308907 +STATE_NORTH_NARA: + population: 459523 +STATE_CENTRAL_NARA: + population: 524045 +STATE_SOUTH_NARA: + population: 525479 +STATE_QBARRA: + population: 253002 +STATE_ICE_SHELF: + population: 449884 +STATE_NORTH_HADES_ISLANDS: + population: 154616 +STATE_WEST_CDM: + population: 117053 +STATE_IMBLOC: + population: 86032 +STATE_CONCORD: + population: 304925 +STATE_SOUTH_CDM: + population: 319036 +STATE_SANTIAGO: + population: 204087 +STATE_CDM_EXCLAVE: + population: 102876 +STATE_CDM_FRONTIER: + population: 374879 +STATE_ESTALIA_1: + population: 1268737 +STATE_ESTALIA_2: + population: 78925 +STATE_ESTALIA_3: + population: 152790 +STATE_ESTALIA_4: + population: 492116 +STATE_ESTALIA_5: + population: 87248 +STATE_ESTALIA_6: + population: 448904 +STATE_ESTALIA_7: + population: 873544 +STATE_ESTALIA_8: + population: 589077 +STATE_ESTALIA_9: + population: 641871 +STATE_ESTALIA_10: + population: 615025 +STATE_ESTALIA_11: + population: 308683 +STATE_ESTALIA_12: + population: 493566 +STATE_ESTALIA_13: + population: 241790 +STATE_ESTALIA_14: + population: 43277 +STATE_ESTALIA_15: + population: 18053 +STATE_IRIA_1: + population: 293419 +STATE_IRIA_2: + population: 199360 +STATE_IRIA_3: + population: 121460 +STATE_IRIA_4: + population: 304530 +STATE_IRIA_5: + population: 180166 +STATE_IRIA_6: + population: 51199 +STATE_IRIA_7: + population: 137824 +STATE_IRIA_8: + population: 172708 +STATE_IRIA_9: + population: 193950 +STATE_IRIA_10: + population: 150869 +STATE_IRIA_11: + population: 180978 +STATE_IRIA_12: + population: 124782 +STATE_IRIA_13: + population: 222860 +STATE_IRIA_14: + population: 291132 +STATE_IRIA_15: + population: 179732 +STATE_CDM_FRONTEIR_2: + population: 135696 +STATE_MTA_2: + population: 441796 +STATE_IRIA_16: + population: 65940 +STATE_IRIA_17: + population: 171838 +STATE_IRIA_18: + population: 107858 +STATE_CDM_FRONTIER_2: + population: 135696 diff --git a/src/input/states.json b/src/input/states.json new file mode 100644 index 00000000..dca7cbba --- /dev/null +++ b/src/input/states.json @@ -0,0 +1,185 @@ +{ + "LUS": [ + "STATE_PORTUCALE", + "STATE_CIV_PROVENCE", + "STATE_CASCAIS", + "STATE_OLIMPIA", + "STATE_ATLAS", + "STATE_AZORES", + "STATE_CLASSICALE", + "STATE_DREAMLAND", + "STATE_LUSITAN_PLAINS", + "STATE_CIV_ALENTEJO", + "STATE_LUSITAN_PLATEAUS", + "STATE_EBORA" + ], + "TRU": [ + "STATE_NIDAROS", + "STATE_HYLDOR", + "STATE_SNOWPEAK", + "STATE_FLATAGRAS", + "STATE_SORLAND", + "STATE_SIX_COLONIES", + "STATE_OUTLAND", + "STATE_OUTER_NIDAROS" + ], + "GEN": [ + "STATE_TENSEIMIYA", + "STATE_MORINOYARI", + "STATE_DAISHIREIBOU", + "STATE_MUMEITA", + "STATE_NUMBERS_LAWN", + "STATE_YAMATO_KEN", + "STATE_AMATERASU_SHORES" + ], + "LAM": [ + "STATE_EAST_LAMBAT_CITY", + "STATE_WEST_LAMBAT_CITY", + "STATE_VALLE_OCCIDENTAL", + "STATE_CHUNGIA", + "STATE_BLANCO_STRAIT", + "STATE_MERCADO_STRAIT", + "STATE_PAMPANG", + "STATE_PARFAIT_KAWAYAN" + ], + "DAN": [ + "STATE_PROVINCE_OF_NEW_DANZILONA", + "STATE_SOPHIA", + "STATE_MELIA", + "STATE_NEW_SWISSTON", + "STATE_SOUTHERN_PROVINCE", + "STATE_WEST_DANZILONA", + "STATE_PETERSKOGUR", + "STATE_EASTERN_SHINING_ISLES", + "STATE_UPPER_MELIA" + ], + "WOL": [ + "STATE_WOLKEN", + "STATE_WOLKEN_ISLANDS" + ], + "MER": [ + "STATE_NORTHERN_MERY", + "STATE_SOUTHERN_MERY", + "STATE_CENTRAL_MERY" + ], + "YOA": [ + "STATE_MINI_YOAHTL_FRONTIER", + "STATE_MINI_YOAHTL", + "STATE_RESIMERIAN_FRONTIER", + "STATE_RESIMERE", + "STATE_YOAHTL_EASTERN_FRONTIER", + "STATE_KAXITL", + "STATE_SOUTHBURY", + "STATE_ALTEPETL", + "STATE_YOAHTL_WESTERN_FRONTIER", + "STATE_EASTBURY", + "STATE_CZECHIA", + "STATE_WESTBURY", + "STATE_KOBYLINSKI", + "STATE_YOAHTL_HOMELANDS" + ], + "ROZ": [ + "STATE_ROZIA" + ], + "KAL": [ + "STATE_KALLOS", + "STATE_ARNEN", + "STATE_COLUMBIA", + "STATE_FLORENCE", + "STATE_DELEWARE", + "STATE_ZATOKA", + "STATE_GAZEBO", + "STATE_KROVIDENCIA", + "STATE_ARCTIC_AND_EAST_TITAN" + ], + "MTA": [ + "STATE_MOUNT_AUGUSTA", + "STATE_MTA_2", + "STATE_SOUTH_MOUNT_AUGUSTA", + "STATE_GLATTEIS", + "STATE_EAST_MOUNT_AUGUSTA", + "STATE_EXCLAVE_MOUNT_AUGUSTA" + ], + "CLW": [ + "STATE_CALW", + "STATE_CAWL_EXCLAVE" + ], + "DOM": [ + "STATE_DOOM_CITY_NORTH", + "STATE_DOOM_CITY_SOUTH", + "STATE_SYMSTEAD" + ], + "GRI": [ + "STATE_ADRINA", + "STATE_ISLES_OF_CUCURBITS", + "STATE_WYNFORD", + "STATE_LILAC", + "STATE_GRIFFIN_CROWNLANDS" + ], + "PAV": [ + "STATE_PAVIA_PROPER", + "STATE_BEDFORD", + "STATE_GREATER_PAVIA", + "STATE_PAVIA_AULDMARCHE" + ], + "TRA": [ + "STATE_SOUTH_MELIA" + ], + "NAR": [ + "STATE_NORTH_NARA", + "STATE_CENTRAL_NARA", + "STATE_SOUTH_NARA", + "STATE_QBARRA" + ], + "CDM": [ + "STATE_CONCORD", + "STATE_ICE_SHELF", + "STATE_NORTH_HADES_ISLANDS", + "STATE_WEST_CDM", + "STATE_IMBLOC", + "STATE_SOUTH_CDM" + ], + "AUR": [ + "STATE_SANTIAGO", + "STATE_CDM_FRONTIER", + "STATE_CDM_EXCLAVE", + "STATE_CDM_FRONTIER_2" + ], + "EST": [ + "STATE_ESTALIA_1", + "STATE_ESTALIA_2", + "STATE_ESTALIA_3", + "STATE_ESTALIA_4", + "STATE_ESTALIA_5", + "STATE_ESTALIA_6", + "STATE_ESTALIA_7", + "STATE_ESTALIA_8", + "STATE_ESTALIA_9", + "STATE_ESTALIA_10", + "STATE_ESTALIA_11", + "STATE_ESTALIA_12", + "STATE_ESTALIA_13", + "STATE_ESTALIA_14", + "STATE_ESTALIA_15" + ], + "IRI": [ + "STATE_IRIA_1", + "STATE_IRIA_2", + "STATE_IRIA_3", + "STATE_IRIA_4", + "STATE_IRIA_5", + "STATE_IRIA_6", + "STATE_IRIA_7", + "STATE_IRIA_8", + "STATE_IRIA_9", + "STATE_IRIA_10", + "STATE_IRIA_11", + "STATE_IRIA_12", + "STATE_IRIA_13", + "STATE_IRIA_14", + "STATE_IRIA_15", + "STATE_IRIA_16", + "STATE_IRIA_17", + "STATE_IRIA_18" + ] +} \ No newline at end of file diff --git a/src/models.py b/src/models.py new file mode 100644 index 00000000..a9619fde --- /dev/null +++ b/src/models.py @@ -0,0 +1,74 @@ +from typing import Optional +from pydantic import BaseModel, validator + + +class CreateBuilding(BaseModel): + building: str + level: int + reserves: int = 1 + activate_production_methods: set[str] + + # def dict(self, *args, **kwargs): + # return {'create_building': self.dict()} + + +# class CultureId(str): +# pass + +# class ReligionId(str): +# pass + +# class StateId(str): +# pass + +# class CountryId(str): +# pass + +# class CreatePopDeclaration(BaseModel): +# culture: CultureId +# religion: Optional[ReligionId] = None +# size: int + +# class RegionStatePopDeclaration(BaseModel): +# country_owning_region_state: CountryId +# create_pop: CreatePopDeclaration + +# @validator('country_owning_region_state') +# def add_prefix(cls, v): +# return f'region_state:{v}' + +# class StatePopDeclaration(BaseModel): +# state: StateId +# region_states: list[RegionStatePopDeclaration] + +# @validator('state') +# def add_state_prefix(cls, v): +# return f's:{v}' + +# class PopsHistoryFile(BaseModel): +# states_pops_declarations: list[StatePopDeclaration] + +# def dict(self, *args, **kwargs): +# return {"POPS": self.states_pops_declarations} + + +class MapDataState(BaseModel): + id: int + provinces: list[str] + capped_resources: dict[str, int] = {} + traits: Optional[list[str]] + arable_resources: Optional[list[str]] + port: Optional[str] + city: Optional[str] + naval_exit_id: Optional[int] + + +# class CreateState: + + +# class StateHistory(BaseModel): +# create_states: list[CreateState] + + +# class StateHistoryFile(BaseModel): +# STATES: dict[str, StateHistory] diff --git a/src/package_mod.py b/src/package_mod.py new file mode 100644 index 00000000..28a56b56 --- /dev/null +++ b/src/package_mod.py @@ -0,0 +1,75 @@ +import glob +import zipfile +import os +import shutil +from pathlib import Path + +folders_to_not_copy: list[Path] = [ + Path(".vscode"), + Path("build"), + Path("dist"), + Path("src"), + Path("tools"), + Path("__pycache__"), + Path("gfx/editor_terrain"), + Path("content_source"), + Path("release"), +] +disallowed_extensions = [".spec", ".lnk", ".psd", ".pdn", ".gitignore", ".dvc"] +disallowed_files = ["tasklist.txt"] +folders_to_keep_pngs: list[Path] = [Path("gfx/map/terrain"), Path("map_data")] + +files_to_package = [] + + +def compress_files_to_zip(file_list: list[str], zip_file_name: str) -> None: + total_files = len(file_list) + files_processed = 0 + + with zipfile.ZipFile( + zip_file_name, "w", compression=zipfile.ZIP_DEFLATED, compresslevel=9 + ) as zipf: + for file_path in file_list: + zipf.write(file_path) + files_processed += 1 + print(f'Progress: {files_processed}/{total_files} files compressed.') + + print('Compression completed.') + + +def copy_files_to_release_folder(file_paths: list[str], release_folder: str) -> None: + for file_path in file_paths: + shutil.copy2(file_path, release_folder) + + +for file in glob.iglob("./**/*", recursive=True): + path = Path(file) + is_disallowed_folder = any( + disallowed_folder == path for disallowed_folder in folders_to_not_copy + ) + is_inside_disallowed_folder = any( + disallowed_folder in path.parents for disallowed_folder in folders_to_not_copy + ) + if is_inside_disallowed_folder or is_disallowed_folder: + continue + has_disallowed_extension = any( + file.endswith(disallowed_extension) + for disallowed_extension in disallowed_extensions + ) + if has_disallowed_extension: + continue + file_is_png = path.suffix == ".png" + png_is_in_allowed_folder = any( + allowed_folder in path.parents for allowed_folder in folders_to_keep_pngs + ) + if file_is_png and not png_is_in_allowed_folder: + continue + is_disallowed_file = any( + file.endswith(disallowed_file) for disallowed_file in disallowed_files + ) + if is_disallowed_file: + continue + files_to_package.append(file) + + +compress_files_to_zip(files_to_package, "src/output/release.zip") diff --git a/src/paths.py b/src/paths.py new file mode 100644 index 00000000..a6c20e78 --- /dev/null +++ b/src/paths.py @@ -0,0 +1,31 @@ +MAP_DATA_STATE_REGIONS_FOLDER = "map_data/state_regions" +OUTPUT_FOLDER = "src/output" +INPUT_FOLDER = "src/input" +HISTORY_FOLDER = "common/history" +LOCALIZATION_FOLDER = "localization/english" +MAP_OBJECT_DATA = "gfx/map/map_object_data" +# Map Data +STATES_MAP_DATA = MAP_DATA_STATE_REGIONS_FOLDER + "/00_states.txt" +# Input +STATES_DATA_INPUT = INPUT_FOLDER + "/state_data.yml" +SPLIT_STATES_INPUT = INPUT_FOLDER + "/split_states.json" +STATES_INPUT = INPUT_FOLDER + "/states.json" +STATES_DATA_YML_INPUT = INPUT_FOLDER + "/state_data.yml" +# Output +STATE_HISTORY_OUTPUT = OUTPUT_FOLDER + "/state_history.txt" +POPS_OUTPUT = OUTPUT_FOLDER + "/pops.txt" +BUILDINGS_OUTPUT = OUTPUT_FOLDER + "/buildings.txt" +STATES_MAP_DATA_OUTPUT = OUTPUT_FOLDER + "/00_states.txt" +STATES_DATA_YML_OUTPUT = OUTPUT_FOLDER + "/state_data.yml" +PROVINCE_TERRAINS_OUTPUT = OUTPUT_FOLDER + "/province_terrains.txt" +PROVINCE_COLORS_OUTPUT = OUTPUT_FOLDER + "/provinces_colors" +PROVINCES_NEED_REMOVAL = OUTPUT_FOLDER + "/provinces_that_need_to_be_removed.yml" +CITY_NAMES_OUTPUT = OUTPUT_FOLDER + "/civ_hubs_l_english.yml" +# History +STATES_HISTORY = HISTORY_FOLDER + "/states/00_states.txt" +BUILDINGS_HISTORY = HISTORY_FOLDER + "/buildings/civ_buildings.txt" +POPS_HISTORY = HISTORY_FOLDER + "/pops/civ_pops.txt" +# Localization +CITY_NAMES_LOCALIZATION = LOCALIZATION_FOLDER + "/civ_hubs_l_english.yml" +# Misc +COUNTRY_DEFINITIONS = "common/country_definitions/00_countries.txt" diff --git a/src/readme.md b/src/readme.md new file mode 100644 index 00000000..155f1d12 --- /dev/null +++ b/src/readme.md @@ -0,0 +1,7 @@ +# Formatting + +Use black Python formatter defaults for formatting + +# Compiling to exe + +``pyinstaller --onefile --console --strip src/(script you want to compile to .exe)`` \ No newline at end of file diff --git a/src/remove_inexistent_provinces.py b/src/remove_inexistent_provinces.py new file mode 100644 index 00000000..56578f65 --- /dev/null +++ b/src/remove_inexistent_provinces.py @@ -0,0 +1,36 @@ +import re +from pathlib import Path +from random import randint + +UTF_8_BOM = "utf-8-sig" + + +def extract_provinces(inexistent_provinces): + provinces = [] + for match in re.finditer(r"Province: (x[A-Fa-f0-9]{6})", inexistent_provinces): + if match: + provinces.append(match.group(1)) + return provinces + + +inexistent_provinces: list[str] = [] +with open(Path("src/input/inexistent_provinces.txt"), encoding=UTF_8_BOM) as f: + inexistent_provinces = [f'"{s}"' for s in extract_provinces(f.read())] +print(inexistent_provinces) + +# state_file_name = "00_states" +state_file_name = "01_debug_state" +# state_file_name = "99_seas" +states = "" +with open( + Path(f"map_data/state_regions/{state_file_name}.txt"), encoding=UTF_8_BOM +) as f: + states = f.read() + +for inexistent_province in inexistent_provinces: + states = states.replace(inexistent_province, "") + +states = states.replace('"" ', "") + +with open(Path("src/output/00_states.txt"), "w+", encoding=UTF_8_BOM) as output_file: + output_file.write(states) diff --git a/src/requirements.txt b/src/requirements.txt index 6a9c4959..dbc6ecbe 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1 +1,5 @@ -wand \ No newline at end of file +wand +glob +pathlib +inflect +pydantic diff --git a/src/resize_portraits.py b/src/resize_portraits.py new file mode 100644 index 00000000..11128299 --- /dev/null +++ b/src/resize_portraits.py @@ -0,0 +1,21 @@ +import glob +from wand.image import Image, Color +from pathlib import Path + +root_dir = "./" + + +def resize_and_save_as_dds(png_image: str, open_image: Image): + print(f"Converting {png_image} to .dds from .png") + path = Path(png_image) + with Image(width=1068, height=1000, background=Color("transparent")) as bg: + bg.composite(open_image, left=234, top=-45) + bg.compression = "dxt5" + bg.save(filename=path.with_suffix(".dds")) + + +for png_image in glob.iglob( + root_dir + "gfx/models/skins/skins_textures/**/*.png", recursive=True +): + with Image(filename=png_image) as open_image: + resize_and_save_as_dds(png_image, open_image) diff --git a/src/rubicon_parser.py b/src/rubicon_parser.py new file mode 100644 index 00000000..2ac4d809 --- /dev/null +++ b/src/rubicon_parser.py @@ -0,0 +1,308 @@ +""" +This file houses the functions to parse paradox text files. + +Public function that should be called is parse_text_file() + Args: string containing path + Returns: nested dictionary +""" +import re +from collections import deque +from utils import write_to_file + + +def _read_file_as_string(location): + with open(location, encoding="utf-8-sig") as file: + data = file.read() + + return data + + +def _parse_pop(data_stack): + """Pops the top of the data stack and determines what to do with it + + Returns + popped: the popped data string paired with a keyword + """ + popped = data_stack.popleft() + + try: + next_pop = data_stack[0] + except IndexError as E: + next_pop = "end_of_file" + + # popped is a word or (negative)number + if re.match(r"-*\w+", popped): + if "end_of_file" in next_pop: + return popped, "value" # the values always have the last word + + if re.match(r"=", next_pop): + return popped, "key" + + if re.match(r"\w+", next_pop): + return popped, "value" + + if re.match(r",", next_pop): + return popped, "value" + + if re.match(r"}", next_pop): + return popped, "value" + + if re.match(r"{", next_pop): + return popped, "key" + + if re.match(r"{", popped): + return popped, "up" + + if re.match(r"}", popped): + return popped, "down" + + if re.match("=", popped): + return _parse_pop(data_stack) + + if re.match(",", popped): + return _parse_pop(data_stack) + + if re.match(r"[\w/.]*", popped): # popped is link, most likely a value + return popped, "value" + + raise NotImplementedError("Popped item does not match any switches") + + +def _parse_data(data_stack): + """Loops through all the items on the datastack and builds a dictionary + + Create an empty dictionary and list of values + Then start a loop through the data stack till it is empty. The top item is + taken off and assigned an action. + + DOWN: + Check if there are values left to add to the dictionary and return + the current dictionary or list to the lower layer. + VALUE: + Add the value to the list of values. + KEY: + Add the last unique key value pair to the dictionary, remove the added + value's from the list and store the new key. + UP: + Run this function and store the received data. Update the dictionary + with this data. Contains a check to see if the key already exists and + if it does it create a list for all values that belong to that key. + + """ + data_dict = {} + list_of_values = [] + + while len(data_stack) > 1: + popped, action = _parse_pop(data_stack) + + if "down" in action: + if "last_key" in locals() and len(list_of_values) == 1: + data_dict.update({last_key: list_of_values.pop()}) + if "last_key" in locals() and len(list_of_values) > 1: + data_dict.update({last_key: []}) + for i in list_of_values: + data_dict[last_key].append(i) + list_of_values.clear() + if "last_key" not in locals() and len(list_of_values) > 0: + return list_of_values + + return data_dict + + if "value" in action: + list_of_values.append(popped) + + if "key" in action: + if "last_key" in locals(): + if popped != last_key: + if len(list_of_values) == 1: + if last_key in data_dict.keys(): + """This key already contains data, create list + with the old and new data""" + data_dict[last_key] = "{0}, {1}".format( + data_dict[last_key], list_of_values.pop() + ) + else: + data_dict.update({last_key: list_of_values.pop()}) + if len(list_of_values) > 1: + data_dict.update({last_key: []}) + for i in list_of_values: + data_dict[last_key].append(i) + list_of_values.clear() + + last_key = popped + + if "up" in action: + up_dict = _parse_data(data_stack) + if "last_key" in locals(): + if last_key in data_dict: + """Key already exists in this dictionary""" + if isinstance(data_dict[last_key], list): + data_dict[last_key].append(up_dict) + else: + new_list = [data_dict[last_key], up_dict] + data_dict.update({last_key: new_list}) + else: + """Key is unique for this dictionary""" + data_dict.update({last_key: up_dict}) + else: + """Dictionary does not have a key, and it might be a list + instead of a dictionary + + Data from UP is written to the dictionary. + If there is already data in the dictionary the data is + converted or appended to a list of UP dictionaries + """ + + if isinstance(data_dict, list): + data_dict.append(up_dict) + + if isinstance(data_dict, dict): + if len(data_dict) > 1: + merge_dict = [data_dict, up_dict] + data_dict = merge_dict + if len(data_dict) == 0: + data_dict = up_dict + + return data_dict + + +def loads(ds: str) -> dict: + ds = re.sub(r"(#.*)", "", ds) # remove comment + ds = re.sub(r"\b\s\b", ",", ds) # newlines and whitespaces to list items + ds = re.sub(r"\b\s(-\w)", r",\1", ds) # whitespace before neg to list + ds = re.sub(r'(")\s(")', r"\1,\2", ds) # items between "" should form a list + ds = re.sub(r"\t", "", ds) # flatten by removing tabs + ds = re.sub(r"(\n)*", r"\1", ds) # remove empty lines + ds = re.sub(r"([^}]\s+)}\s+{", r"\1,", ds) # remove redundant dictionary + ds = re.sub(r" ", "", ds) # remove meaningless whitespace + ds = re.sub(r'"', "", ds) # remove "" + sp = re.split(r"(\n|{|}|,|=)", ds) # split + sp[:] = [x for x in sp if x] # remove whitespace + sp[:] = [x for x in sp if x != "\n"] # remove newlines + + ds_deque = deque(sp) + + return _parse_data(data_stack=ds_deque) + + +def load(file_path) -> dict: + """Parses file and returns dictionary + + This function reads file in the provided path and formats it into a flat + list that is then passed to the main data parsing function that loops + through the list and creates a nested dictionary. + + Arg: + file_path: string containing the path of file that has to be parsed + Returns: + Nested dictionary containing all information from the parsed file + """ + + ds = _read_file_as_string(file_path) + + return loads(ds) + + +# def _serialize(val, dump="", indent_lvl=0): +# if isinstance(val, dict): +# for k, v in val.items(): +# if isinstance(v, dict): +# indent_lvl += 1 +# object_str = _serialize(v, "", indent_lvl) +# indent_lvl -= 1 +# dump += ( +# f"{' '*indent_lvl}{k}={{\n{object_str}{' '*indent_lvl}}}\n" +# ) +# if indent_lvl == 0: +# dump += "\n" +# elif isinstance(v, list) or isinstance(v, set): +# all_members_are_dicts = all(isinstance(e, dict) for e in v) +# key_is_plural = isinstance(k, str) and k.endswith("s") +# if isinstance(v, list) and all_members_are_dicts and key_is_plural: +# dump += f"{' '*indent_lvl}{k}={{\n" +# for e in v: +# indent_lvl += 2 +# set_str = _serialize(e, "", indent_lvl) +# indent_lvl -= 2 +# indent_lvl += 1 +# dump += ( +# f"{' '*indent_lvl}{{\n{set_str}{' '*indent_lvl}}}\n" +# ) +# indent_lvl -= 1 +# dump += f"{' '*indent_lvl}}}\n" +# elif ( +# isinstance(v, list) and all_members_are_dicts and not key_is_plural +# ): +# for e in v: +# indent_lvl += 1 +# set_str = _serialize(e, "", indent_lvl) +# indent_lvl -= 1 +# dump += f"{' '*indent_lvl}{k} = {{\n{set_str}{' '*indent_lvl}}}\n" +# else: +# list_str = _serialize(v, "", indent_lvl) +# dump += f"{' '*indent_lvl}{k}={{ {list_str}}}\n" +# else: +# val_str = _serialize(v, "") +# dump += f"{' '*indent_lvl}{k}={val_str}\n" +# elif isinstance(val, list) or isinstance(val, set): +# for v in val: +# v_str = _serialize(v, "") +# dump += f"{v_str} " +# elif isinstance(val, str): +# dump += f"{val}" +# elif isinstance(val, int): +# dump += f"{str(val)}" +# elif val is None: +# dump += "" +# else: +# print(val) +# raise Exception(f"Unknown type to serialize: {val}") +# return dump + + +def _serialize(val, dump, indent_lvl=0): + if isinstance(val, dict): + for k, v in val.items(): + if isinstance(v, dict): + indent_lvl += 1 + object_str = _serialize(v, "", indent_lvl) + indent_lvl -= 1 + dump += ( + f"{' '*indent_lvl}{k} = {{\n{object_str}{' '*indent_lvl}}}\n" + ) + if indent_lvl == 0: + dump += "\n" + elif isinstance(v, list) or isinstance(v, set): + all_members_are_dicts = all(isinstance(e, dict) for e in v) + if isinstance(v, list) and all_members_are_dicts: + for e in v: + indent_lvl += 1 + set_str = _serialize(e, "", indent_lvl) + indent_lvl -= 1 + dump += f"{' '*indent_lvl}{k} = {{\n{set_str}{' '*indent_lvl}}}\n" + else: + list_str = _serialize(v, "", indent_lvl) + dump += f"{' '*indent_lvl}{k} = {{ {list_str}}}\n" + else: + val_str = _serialize(v, "") + dump += f"{' '*indent_lvl}{k} = {val_str}\n" + elif isinstance(val, list) or isinstance(val, set): + for v in val: + v_str = _serialize(v, "") + dump += f"{v_str} " + elif isinstance(val, str): + dump += f"{val}" + elif isinstance(val, bool): + dump += "yes" if val else "no" + elif isinstance(val, int): + dump += f"{str(val)}" + elif val is None: + dump += "" + else: + print(val) + raise Exception(f"Unknown type to serialize: {val}") + return dump + + +def dumps(dict, indent_lvl=0): + return _serialize(dict, "", indent_lvl) diff --git a/src/strip_quotes_from_provinces_in_map_data.py b/src/strip_quotes_from_provinces_in_map_data.py new file mode 100644 index 00000000..d29097dc --- /dev/null +++ b/src/strip_quotes_from_provinces_in_map_data.py @@ -0,0 +1,16 @@ +import re +from utils import load_file_into_string, write_to_file +from paths import STATES_MAP_DATA, STATES_MAP_DATA_OUTPUT + + +def main( + file_to_strip: str = STATES_MAP_DATA, output_path: str = STATES_MAP_DATA_OUTPUT +): + pattern = r'"(x[a-fA-F0-9]{6})"' + map_data_str = load_file_into_string(file_to_strip) + map_data_stripped = re.sub(pattern, r"\1", map_data_str) + write_to_file(output_path, map_data_stripped) + + +if __name__ == "__main__": + main() diff --git a/src/utils.py b/src/utils.py new file mode 100644 index 00000000..94fa8500 --- /dev/null +++ b/src/utils.py @@ -0,0 +1,69 @@ +import bz2 +import pickle +from shutil import move, copy +from os import remove +from os.path import isfile +from collections import defaultdict +from pathlib import Path + +UTF_8_BOM = "utf-8-sig" + + +def file_exists(path): + return Path(path).is_file() + + +def load_file_into_string(path: str, encoding: str | None = UTF_8_BOM): + print(f"Loading from {path}") + string = "" + file = Path(path) + with file.open(encoding=encoding) as f: + string = f.read() + return string + + +def load_province_color_maps(path: str): + if not Path(path).is_file: + return Exception(f"{path} does not exist") + print(f"Loading province color map at {path}") + with bz2.BZ2File(path, "rb") as provinces_colors: + color_map = pickle.load(provinces_colors) + return color_map + + +def rgb_to_hex(r, g, b): + return "%02X%02X%02X" % (r, g, b) + + +def write_to_file(path: str, string: str, mode: str = "w+"): + print(f"Writing to {path}") + output_file = Path(path) + output_file.parent.mkdir(parents=True, exist_ok=True) + with open(output_file, mode, encoding=UTF_8_BOM) as output_file: + output_file.write(string) + + +def zip_on(join_on: str, left_list: list, right_list: list): + d = defaultdict(list) + for l in (left_list, right_list): + for elem in l: + d[elem[join_on]].append(elem) + return d.values() + + +def move_file(src_path: str, dest_path: str): + print(f"Moving {src_path} to {dest_path}") + move(src_path, dest_path) + + +def delete_file(file_path: str): + print(f"Deleting {file_path}") + if isfile(file_path): + remove(file_path) + else: + print(f"File {file_path} doesn't exist") + + +def copy_file(src_path: str, dest_path: str): + print(f"Copying {src_path} to {dest_path}") + copy(src_path, dest_path) diff --git a/src/yaml_wrapper.py b/src/yaml_wrapper.py new file mode 100644 index 00000000..6b48b438 --- /dev/null +++ b/src/yaml_wrapper.py @@ -0,0 +1,28 @@ +from ruamel.yaml import YAML +from ruamel.yaml.scalarstring import DoubleQuotedScalarString +from ruamel.yaml.compat import StringIO + +class MyYAML(YAML): + def dump(self, data, stream=None, **kw): + inefficient = False + if stream is None: + inefficient = True + stream = StringIO() + YAML.dump(self, data, stream, **kw) + if inefficient: + return stream.getvalue() + +yaml = MyYAML(typ="rt") +yaml.default_flow_style = False +yaml.width = 999999999 # type: ignore + +def dq(str: str) -> DoubleQuotedScalarString: + return DoubleQuotedScalarString(str) + +def dumps(data) -> str: + yaml_str = yaml.dump(data) + match yaml_str: + case None: + return "" + case _: + return yaml_str \ No newline at end of file diff --git a/tasklist.txt b/tasklist.txt new file mode 100644 index 00000000..76c3b543 --- /dev/null +++ b/tasklist.txt @@ -0,0 +1,13 @@ +look at river in tenseymia +interest groups have no pops +add military laws +add barracks +add conscripts +add ports +fix debug provinces in flatagras and six colonies islands +make pounds be emeralds +elaborate buildings doesnt require inputs +event where random shitter takes over state +add strategic regions +add strategic region names +add military laws \ No newline at end of file diff --git a/tools/mapeditor/layer_settings.json b/tools/mapeditor/layer_settings.json deleted file mode 100644 index 06efd86d..00000000 --- a/tools/mapeditor/layer_settings.json +++ /dev/null @@ -1 +0,0 @@ -{"hidden_layers":["temp_layer","papermap_layer"]} \ No newline at end of file diff --git a/tools/mapeditor/map_editor_status.txt b/tools/mapeditor/map_editor_status.txt deleted file mode 100644 index 6465286d..00000000 --- a/tools/mapeditor/map_editor_status.txt +++ /dev/null @@ -1,220 +0,0 @@ -"mask_painter"={ - 0={ - completed={ - 0=no - 15201683=no - 6995562=no - 13665393=no - 15952824=no - 8432303=no - 8621224=no - 8431563=no - 8178169=no - 8509902=no - 7172509=no - 9876468=no - 8911349=no - 9676285=no - 11585253=no - 7382742=no - 8750035=no - 8494812=no - 6990053=no - 8823022=no - 6715387=no - 6716667=no - 6723535=no - 6779048=no - 7123416=no - 11520250=no - 12377328=no - 7248080=no - 9415921=no - 8029359=no - 10074337=no - 9812918=no - 9624810=no - 9881324=no - 10598877=no - 11325150=no - 3847423=no - 12111325=no - 10863854=no - 12176632=no - 9168337=no - 10072537=no - 9283567=no - 6869214=no - 10458567=no - 7964593=no - 7244475=no - 7911108=no - 8506074=no - 8168395=no - 8764874=no - 10800630=no - 9618672=no - 7913178=no - 8298686=no - 8041918=no - 8438742=no - 7180434=no - 10145244=no - 10930172=no - } - } - 1={ - completed={ - 75758066=no - } - } -} -"map_object_editor"={ - 0={ - completed={ - 0=no - 15201683=no - 6995562=no - 13665393=no - 15952824=no - 8432303=no - 8621224=no - 8431563=no - 8178169=no - 8509902=no - 7172509=no - 9876468=no - 8911349=no - 9676285=no - 11585253=no - 7382742=no - 8750035=no - 8494812=no - 6990053=no - 8823022=no - 6715387=no - 6716667=no - 6723535=no - 6779048=no - 7123416=no - 11520250=no - 12377328=no - 7248080=no - 9415921=no - 8029359=no - 10074337=no - 9812918=no - 9624810=no - 9881324=no - 10598877=no - 11325150=no - 3847423=no - 12111325=no - 10863854=no - 12176632=no - 9168337=no - 10072537=no - 9283567=no - 6869214=no - 10458567=no - 7964593=no - 7244475=no - 7911108=no - 8506074=no - 8168395=no - 8764874=no - 10800630=no - 9618672=no - 7913178=no - 8298686=no - 8041918=no - 8438742=no - 7180434=no - 10145244=no - 10930172=no - } - } - 1={ - completed={ - 75758066=no - } - } -} -"spline_tool"={ - 0={ - completed={ - 75758066=no - } - } -} -"map_content_editor"={ - 0={ - completed={ - 0=no - 15201683=no - 6995562=no - 13665393=no - 15952824=no - 8432303=no - 8621224=no - 8431563=no - 8178169=no - 8509902=no - 7172509=no - 9876468=no - 8911349=no - 9676285=no - 11585253=no - 7382742=no - 8750035=no - 8494812=no - 6990053=no - 8823022=no - 6715387=no - 6716667=no - 6723535=no - 6779048=no - 7123416=no - 11520250=no - 12377328=no - 7248080=no - 9415921=no - 8029359=no - 10074337=no - 9812918=no - 9624810=no - 9881324=no - 10598877=no - 11325150=no - 3847423=no - 12111325=no - 10863854=no - 12176632=no - 9168337=no - 10072537=no - 9283567=no - 6869214=no - 10458567=no - 7964593=no - 7244475=no - 7911108=no - 8506074=no - 8168395=no - 8764874=no - 10800630=no - 9618672=no - 7913178=no - 8298686=no - 8041918=no - 8438742=no - 7180434=no - 10145244=no - 10930172=no - } - } - 1={ - completed={ - 75758066=no - } - } -} diff --git a/tools/mapeditor/mask_painter/mask_painter_meta.json b/tools/mapeditor/mask_painter/mask_painter_meta.json deleted file mode 100644 index cf21a4c3..00000000 --- a/tools/mapeditor/mask_painter/mask_painter_meta.json +++ /dev/null @@ -1,16 +0,0 @@ -[{ - "key": "mask_dynamic_mining", - "desc": "", - "locked": false, - "type": "GameMask" - }, { - "key": "mask_dynamic_forestry", - "desc": "", - "locked": false, - "type": "GameMask" - }, { - "key": "mask_dynamic_farmland", - "desc": "", - "locked": false, - "type": "GameMask" - }] \ No newline at end of file diff --git a/tools/mapeditor/mask_painter/mask_painter_user_meta.json b/tools/mapeditor/mask_painter/mask_painter_user_meta.json deleted file mode 100644 index ad47dbb9..00000000 --- a/tools/mapeditor/mask_painter/mask_painter_user_meta.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/tools/mapeditor/mix_brush.txt b/tools/mapeditor/mix_brush.txt deleted file mode 100644 index 6ba1bc91..00000000 --- a/tools/mapeditor/mix_brush.txt +++ /dev/null @@ -1,5 +0,0 @@ -MaterialSetter={ - Samples={ - } -} - diff --git a/tools/mapeditor/nudger_settings.json b/tools/mapeditor/nudger_settings.json deleted file mode 100644 index 7714c62c..00000000 --- a/tools/mapeditor/nudger_settings.json +++ /dev/null @@ -1,3912 +0,0 @@ -{ - "metadata": [{ - "object_ref": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_4" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_forestry_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_forestry_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_forestry_objects_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_forestry_objects_generator_2_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_mining_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_mining_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_mining_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_mining_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_mining_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "african_dynamic_mining_objects_generator_1_5" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_farmland_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_farmland_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_farmland_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_farmland_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "arabic_dynamic_farmland_objects_generator_1_3" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_forestry_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_forestry_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_forestry_objects_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "arabic_dynamic_forestry_objects_generator_2_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_mining_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_mining_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_mining_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_mining_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_mining_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "arabic_dynamic_mining_objects_generator_1_5" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_farmland_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_farmland_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_farmland_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_farmland_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_farmland_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "asian_dynamic_farmland_objects_generator_1_4" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_forestry_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_forestry_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_forestry_objects_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "asian_dynamic_forestry_objects_generator_2_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_mining_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_mining_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_mining_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_mining_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_mining_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "asian_dynamic_mining_objects_generator_1_5" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_2_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "baobab_generator_3_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bottom_extension" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_01_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_01_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_01_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_01_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_02_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_02_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_02_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_02_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_dry_02_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_dry_02_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_dry_02_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "bush_dry_02_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_02" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_03" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_04" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_05" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_06" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_07" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_08" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_09" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_10" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_11" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_12" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_13" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_14" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_15" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "canyon_16" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_dense_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_dense_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_dense_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_dense_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_dense_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_dense_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_1_1" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_2_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_2_1" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_3_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_dense_generator_3_1" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_1_1" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_2_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_2_1" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_3_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "cypress_mediterranean_sparse_generator_3_1" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "edgeofworld_papermap" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }, { - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_farmland_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_farmland_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_farmland_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_farmland_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_farmland_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "european_dynamic_farmland_objects_generator_1_4" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_forestry_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_forestry_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_forestry_objects_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "european_dynamic_forestry_objects_generator_2_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_mining_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_mining_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_mining_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_mining_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_mining_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "european_dynamic_mining_objects_generator_1_5" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "horizontal_lines" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "iceberg_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "iceberg_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "iceberg_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_farmland_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_farmland_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_farmland_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_farmland_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_forestry_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_forestry_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_forestry_objects_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "latin_dynamic_forestry_objects_generator_2_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_mining_objects_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_mining_objects_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_mining_objects_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_mining_objects_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_mining_objects_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "latin_dynamic_mining_objects_generator_1_5" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "line_equator" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_2_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_2_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_3_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_dense_generator_3_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_2_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_2_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_3_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "oak_generator_3_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "palm_dense_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_cigarbox_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_inkspots_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_inkspots_02" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_object_compass" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_object_divider" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_object_fountain_pen" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_sealed_stamp_letter_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_table_bottom" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "paper_map_table_top" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "papermap_endofworld" - }, - "entry_state": { - "locked": true, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_2_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_2_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_3_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_dense_generator_3_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_2_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_2_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_3_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "pine_sparse_generator_3_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_2_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_2_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_3_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_generator_3_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_1_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_2_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_2_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_2_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_2_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_2_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_3_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_3_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_3_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_3_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rainforest_sparse_generator_3_4" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rockformation_granite_03" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rockformation_granite_04" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rockformation_granite_05" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rockformation_granite_06" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rockformation_sandstone_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rockformation_sandstone_03" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rockformation_sandstone_06" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "rubber_lodge_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "rubber_lodge_01" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "savanna_tree_generator_1_0" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "savanna_tree_generator_1_1" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "savanna_tree_generator_1_2" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "savanna_tree_generator_1_3" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "top_extension" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "mesh", - "key": "vertical_lines" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "mesh", - "key": "baobab_generator_1_0" - } - }, - "instances": [{ - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }, { - "locked": false - }] - }, { - "object_ref": { - "type": "entity", - "key": "african_lighthouse_01" - }, - "entry_state": { - "locked": true, - "base_type": { - "type": "entity", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "arabic_lighthouse_01" - }, - "entry_state": { - "locked": true, - "base_type": { - "type": "entity", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "asian_lighthouse_01" - }, - "entry_state": { - "locked": true, - "base_type": { - "type": "entity", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "bird_duck_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "bird_eagle_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "bird_vulture_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_geyser_large_obj" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_geyser_medium_obj" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_geyser_small_obj" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_godrays" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_jungle_mist_l" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_jungle_mist_s" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_rolling_clouds" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_rolling_fog_mountain" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_rough_water" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_sandstorm_obj" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_sandstorm_small" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_snow_01_obj" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_snow_02_obj" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_snow_fall" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_snow_fall_small" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_swamp_fog" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_tropical_rain" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_tropical_rain_dense" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_volcano_idle_obj" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_waterfall_bottom" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "env_waterfall_top" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "european_lighthouse_01" - }, - "entry_state": { - "locked": true, - "base_type": { - "type": "entity", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "latin_lighthouse_01" - }, - "entry_state": { - "locked": true, - "base_type": { - "type": "entity", - "key": "african_dynamic_farmland_objects_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "rock_granite_river_01_entity" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "seagull_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "sfx_rain_emitter" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "sfx_sandstorm_emitter" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "sfx_snowstorm_emitter" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "smoke_chimney_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "whale_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }, { - "object_ref": { - "type": "entity", - "key": "whale_white_01" - }, - "entry_state": { - "locked": false, - "base_type": { - "type": "entity", - "key": "baobab_generator_1_0" - } - }, - "instances": [] - }] -} \ No newline at end of file diff --git a/tools/mapeditor/radial_brushes.json b/tools/mapeditor/radial_brushes.json deleted file mode 100644 index be47ea10..00000000 --- a/tools/mapeditor/radial_brushes.json +++ /dev/null @@ -1 +0,0 @@ -{"global_settings":{"display_amount":"hold_ctrl"},"brush_sets":{"default":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"heightmap_painter_amplify":{"default":{"amount":{"value":0.050000,"range":{"min":0,"max":0.250000},"step_size":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":5,"range":{"min":0.500000,"max":12.500000},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"heightmap_painter_down":{"default":{"amount":{"value":0.010000,"range":{"min":0,"max":0.100000},"step_size":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":4,"range":{"min":0.500000,"max":12.500000},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"heightmap_painter_flatten":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":12.500000},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"heightmap_painter_raise":{"default":{"amount":{"value":0.290000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"heightmap_painter_smooth":{"default":{"amount":{"value":0.650000,"range":{"min":0,"max":1},"step_size":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":6.500000,"range":{"min":0.500000,"max":12.500000},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"heightmap_painter_subtract_factor":{"default":{"amount":{"value":0.250000,"range":{"min":0,"max":0.250000},"step_size":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":10},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"heightmap_painter_up":{"default":{"amount":{"value":0.010000,"range":{"min":0,"max":0.100000},"step_size":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":12.500000},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"map_content_editor_tool":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{"Set":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":14.500000,"range":{"min":0.500000,"max":20},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"Sub":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":5,"range":{"min":0.500000,"max":20},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false}}},"map_object_painter":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":5,"range":{"min":0.500000,"max":20},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{"Add":{"amount":{"value":0.590000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":20},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"Set":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":5,"range":{"min":0.500000,"max":20},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"Sub":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":20},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false}}},"mask_painter":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{"Add":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":true},"Sub":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":true}}},"material_blur":{"default":{"amount":{"value":0.310000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":8.500000,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"material_brush":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":4,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{"beach_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"beach_02":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"beach_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_granite_01":{"amount":{"value":0.640000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_granite_02":{"amount":{"value":0.640000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":8,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_granite_06":{"amount":{"value":0.530000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_granite_07":{"amount":{"value":0.790000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_limestone_02":{"amount":{"value":0.710000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_limestone_03":{"amount":{"value":0.290000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_sandstone_03":{"amount":{"value":0.430000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":3,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_sandstone_04":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_sandstone_05":{"amount":{"value":0.690000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":1.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"desert_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"desert_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"desert_04":{"amount":{"value":0.520000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":5,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"desert_05":{"amount":{"value":0.830000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":4,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"desert_06":{"amount":{"value":0.160000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"devastation_mud_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"farmlands_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"farmlands_02":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"farmlands_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"farmlands_05":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"farmlands_06":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"forestry_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_01":{"amount":{"value":0.460000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":3,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_02":{"amount":{"value":0.280000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_05":{"amount":{"value":0.500000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_06":{"amount":{"value":0.730000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":1.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_07":{"amount":{"value":0.410000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_08":{"amount":{"value":0.340000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"marchlands_01":{"amount":{"value":0.930000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":1,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"marchlands_02":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"marchlands_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"marchlands_04":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":3,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"mining_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"permafrost_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":27,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"permafrost_03":{"amount":{"value":0.590000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"pollution_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"rocks_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"savanna_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"savanna_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":1.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"snow_02":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":67,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"woodlands_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":3,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"woodlands_02":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"woodlands_03":{"amount":{"value":0.930000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false}}},"material_brush_global":{"default":{"amount":{"value":0.740000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":1.500000,"range":{"min":0.500000,"max":5},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"material_eraser":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":2.500000,"range":{"min":0.500000,"max":12.500000},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{"beach_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_granite_02":{"amount":{"value":0.140000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_granite_06":{"amount":{"value":0.330000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":1,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_granite_07":{"amount":{"value":0.040000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_limestone_02":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_limestone_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_sandstone_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":4.500000,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"cliff_sandstone_04":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":4,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"desert_06":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":4.500000,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_01":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":9.500000,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_05":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_07":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":4,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"grasslands_08":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"snow_02":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":0.500000,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"woodlands_03":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":0.800000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false}}},"material_trimmer":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":20,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":512}},"hardness":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}},"smart_brush":{"default":{"amount":{"value":1,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"radius":{"value":10,"range":{"min":0.500000,"max":50},"step_size":0.500000,"clamp":{"min":0.500000,"max":255}},"hardness":{"value":0.700000,"range":{"min":0,"max":1},"step_size":0.100000,"step_size_small":0.010000,"clamp":{"min":0,"max":1}},"pixel_snap":false},"subsets":{}}}} \ No newline at end of file diff --git a/tools/mapeditor/smart_painter.txt b/tools/mapeditor/smart_painter.txt deleted file mode 100644 index d2cb8c78..00000000 --- a/tools/mapeditor/smart_painter.txt +++ /dev/null @@ -1,10 +0,0 @@ -SmartPainter={ - PresetManager={ - Presets={ - } - } - - CurrentPreset=-1 - Autosave=no -} -